@ouestfrance/sipa-bms-ui 8.23.3 → 8.23.4

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.
@@ -586,7 +586,7 @@
586
586
  return target;
587
587
  };
588
588
 
589
- const BmsToggleIcon = /* @__PURE__ */ _export_sfc(_sfc_main$1o, [["__scopeId", "data-v-1070e8e1"]]);
589
+ const BmsToggleIcon = /* @__PURE__ */ _export_sfc(_sfc_main$1o, [["__scopeId", "data-v-76fd6513"]]);
590
590
 
591
591
  /**
592
592
  * @license lucide-vue-next v0.562.0 - ISC
@@ -69924,7 +69924,10 @@
69924
69924
 
69925
69925
  const BmsInputToggle = /* @__PURE__ */ _export_sfc(_sfc_main$U, [["__scopeId", "data-v-5f354760"]]);
69926
69926
 
69927
- const _hoisted_1$I = { class: "dismiss-button" };
69927
+ const _hoisted_1$I = {
69928
+ key: 0,
69929
+ class: "dismiss-button"
69930
+ };
69928
69931
  const _sfc_main$T = /* @__PURE__ */ vue.defineComponent({
69929
69932
  __name: "BmsTag",
69930
69933
  props: {
@@ -69942,9 +69945,8 @@
69942
69945
  onClick: _cache[1] || (_cache[1] = ($event) => emits("click"))
69943
69946
  }, [
69944
69947
  vue.renderSlot(_ctx.$slots, "default", {}, void 0, true),
69945
- vue.createElementVNode("span", _hoisted_1$I, [
69946
- __props.canBeDismissed ? (vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$1p), {
69947
- key: 0,
69948
+ __props.canBeDismissed ? (vue.openBlock(), vue.createElementBlock("span", _hoisted_1$I, [
69949
+ vue.createVNode(vue.unref(_sfc_main$1p), {
69948
69950
  onClick: _cache[0] || (_cache[0] = vue.withModifiers(($event) => emits("dismiss"), ["stop"]))
69949
69951
  }, {
69950
69952
  default: vue.withCtx(() => [
@@ -69953,14 +69955,14 @@
69953
69955
  ], true)
69954
69956
  ]),
69955
69957
  _: 3
69956
- })) : vue.createCommentVNode("", true)
69957
- ])
69958
+ })
69959
+ ])) : vue.createCommentVNode("", true)
69958
69960
  ], 2);
69959
69961
  };
69960
69962
  }
69961
69963
  });
69962
69964
 
69963
- const BmsTag = /* @__PURE__ */ _export_sfc(_sfc_main$T, [["__scopeId", "data-v-e2517fee"]]);
69965
+ const BmsTag = /* @__PURE__ */ _export_sfc(_sfc_main$T, [["__scopeId", "data-v-35d99c82"]]);
69964
69966
 
69965
69967
  const _sfc_main$S = /* @__PURE__ */ vue.defineComponent({
69966
69968
  __name: "RawSelect",