Skip to content

Commit 2ebf9c4

Browse files
committed
update deps bump
1 parent c423fd4 commit 2ebf9c4

76 files changed

Lines changed: 1327 additions & 1287 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[![NPM Version](https://img.shields.io/npm/v/bootstrap.native.svg)](https://www.npmjs.com/package/bootstrap.native)
55
[![jsDeliver](https://img.shields.io/jsdelivr/npm/hw/bootstrap.native)](https://www.jsdelivr.com/package/npm/bootstrap.native)
66
[![typescript version](https://img.shields.io/badge/typescript-5.8.3-brightgreen)](https://www.typescriptlang.org/)
7-
[![vitest version](https://img.shields.io/badge/vitest-3.1.4-brightgreen)](https://vitest.dev/)
7+
[![vitest version](https://img.shields.io/badge/vitest-3.2.3-brightgreen)](https://vitest.dev/)
88
[![vite version](https://img.shields.io/badge/vite-6.3.5-brightgreen)](https://vitejs.dev/)
99

1010

dist/bootstrap-native.cjs

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

dist/bootstrap-native.cjs.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/bootstrap-native.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/bootstrap-native.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/bootstrap-native.mjs

Lines changed: 696 additions & 691 deletions
Large diffs are not rendered by default.

dist/bootstrap-native.mjs.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/components/alert.cjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
"use strict";const s=require("./base-component-MCRU6_qP.js"),u=require("./fadeClass-Co6nOzNJ.js"),r=require("./showClass-D_Ms1FgG.js"),g=require("./dataBsDismiss-CMHF7If_.js"),h=require("./isDisabled-DJQUlZ8t.js"),o="alert",a="Alert",p=`.${o}`,v=`[${g.dataBsDismiss}="${o}"]`,C=e=>s.to(e,a),E=e=>new d(e),c=s.mo(`close.bs.${o}`),b=s.mo(`closed.bs.${o}`),l=e=>{const{element:t}=e;s.Z(t,b),e._toggleEventListeners(),e.dispose(),t.remove()};class d extends s.BaseComponent{static selector=p;static init=E;static getInstance=C;dismiss;constructor(t){super(t),this.dismiss=s.Wo(v,this.element),this._toggleEventListeners(!0)}get name(){return a}close=t=>{const{element:n,dismiss:i}=this;!n||!s._n(n,r.showClass)||t&&i&&h.isDisabled(i)||(s.Z(n,c),!c.defaultPrevented&&(s.Zn(n,r.showClass),s._n(n,u.fadeClass)?s.so(n,()=>l(this)):l(this)))};_toggleEventListeners=t=>{const n=t?s.E:s.r,{dismiss:i,close:m}=this;i&&n(i,s.vt,m)};dispose(){this._toggleEventListeners(),super.dispose()}}module.exports=d;
1+
"use strict";const s=require("./base-component-DSkBXRMv.js"),u=require("./fadeClass-Co6nOzNJ.js"),r=require("./showClass-D_Ms1FgG.js"),g=require("./dataBsDismiss-CMHF7If_.js"),h=require("./isDisabled-B2ofTTpf.js"),o="alert",a="Alert",p=`.${o}`,v=`[${g.dataBsDismiss}="${o}"]`,C=e=>s.to(e,a),E=e=>new d(e),c=s.mo(`close.bs.${o}`),b=s.mo(`closed.bs.${o}`),l=e=>{const{element:t}=e;s.Z(t,b),e._toggleEventListeners(),e.dispose(),t.remove()};class d extends s.BaseComponent{static selector=p;static init=E;static getInstance=C;dismiss;constructor(t){super(t),this.dismiss=s.Wo(v,this.element),this._toggleEventListeners(!0)}get name(){return a}close=t=>{const{element:n,dismiss:i}=this;!n||!s._n(n,r.showClass)||t&&i&&h.isDisabled(i)||(s.Z(n,c),!c.defaultPrevented&&(s.Zn(n,r.showClass),s._n(n,u.fadeClass)?s.so(n,()=>l(this)):l(this)))};_toggleEventListeners=t=>{const n=t?s.E:s.r,{dismiss:i,close:m}=this;i&&n(i,s.vt,m)};dispose(){this._toggleEventListeners(),super.dispose()}}module.exports=d;
22
//# sourceMappingURL=alert.cjs.map

dist/components/alert.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
import { B as f, t as g, W as u, _ as i, Z as c, m, a as v, s as h, E, r as _, v as A } from "./base-component-BO-nCUu-.mjs";
1+
import { B as f, t as g, W as u, _ as i, Z as c, m, a as v, s as h, E, r as _, v as A } from "./base-component-MKkLYOoi.mjs";
22
import { f as C } from "./fadeClass-CLIYI_zn.mjs";
33
import { s as r } from "./showClass-C8hdJfjQ.mjs";
44
import { d as $ } from "./dataBsDismiss-DdNPQYa-.mjs";
5-
import { i as b } from "./isDisabled-BnHBewNm.mjs";
5+
import { i as b } from "./isDisabled-C2t7TiGY.mjs";
66
const n = "alert", d = "Alert", L = `.${n}`, B = `[${$}="${n}"]`, D = (s) => g(s, d), I = (s) => new w(s), a = m(
77
`close.bs.${n}`
88
), S = m(

dist/components/base-component-MCRU6_qP.js renamed to dist/components/base-component-DSkBXRMv.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)