bootstrap-vue-next 0.23.0 → 0.23.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -4852,13 +4852,13 @@ const Mi = {
4852
4852
  }
4853
4853
  }, Qc = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
4854
4854
  __proto__: null,
4855
- breadcrumb: Tn,
4856
- defaults: En,
4857
- id: kn,
4858
- modalController: Pn,
4859
- modalManager: On,
4860
- rtl: In,
4861
- toast: Cn
4855
+ breadcrumbPlugin: Tn,
4856
+ defaultsPlugin: En,
4857
+ idPlugin: kn,
4858
+ modalControllerPlugin: Pn,
4859
+ modalManagerPlugin: On,
4860
+ rtlPlugin: In,
4861
+ toastPlugin: Cn
4862
4862
  }, Symbol.toStringTag, { value: "Module" })), Ln = Object.freeze(
4863
4863
  Object.keys({
4864
4864
  BAccordion: "BAccordion",
@@ -12308,14 +12308,14 @@ export {
12308
12308
  Qc as Plugins,
12309
12309
  lf as Types,
12310
12310
  of as Utils,
12311
- Tn as breadcrumb,
12311
+ Tn as breadcrumbPlugin,
12312
12312
  nf as createBootstrap,
12313
- En as defaults,
12314
- kn as id,
12315
- Pn as modalController,
12316
- On as modalManager,
12317
- In as rtl,
12318
- Cn as toast,
12313
+ En as defaultsPlugin,
12314
+ kn as idPlugin,
12315
+ Pn as modalControllerPlugin,
12316
+ On as modalManagerPlugin,
12317
+ In as rtlPlugin,
12318
+ Cn as toastPlugin,
12319
12319
  ln as useBreadcrumb,
12320
12320
  Zr as useColorMode,
12321
12321
  ni as useModal,