@bagelink/vue 0.0.155 → 0.0.158

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.
package/dist/index.cjs CHANGED
@@ -14780,9 +14780,9 @@ const _sfc_main$O = /* @__PURE__ */ vue.defineComponent({
14780
14780
  flat: "",
14781
14781
  icon: "close",
14782
14782
  onClick: closeModal
14783
- }, null, 8, ["style"])
14783
+ }, null, 8, ["style"]),
14784
+ vue.createElementVNode("h3", _hoisted_2$N, vue.toDisplayString(_ctx.title), 1)
14784
14785
  ]),
14785
- vue.createElementVNode("h3", _hoisted_2$N, vue.toDisplayString(_ctx.title), 1),
14786
14786
  vue.renderSlot(_ctx.$slots, "default"),
14787
14787
  vue.createElementVNode("footer", _hoisted_3$G, [
14788
14788
  (vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(_ctx.actions, (action, i2) => {
package/dist/index.mjs CHANGED
@@ -14778,9 +14778,9 @@ const _sfc_main$O = /* @__PURE__ */ defineComponent({
14778
14778
  flat: "",
14779
14779
  icon: "close",
14780
14780
  onClick: closeModal
14781
- }, null, 8, ["style"])
14781
+ }, null, 8, ["style"]),
14782
+ createElementVNode("h3", _hoisted_2$N, toDisplayString(_ctx.title), 1)
14782
14783
  ]),
14783
- createElementVNode("h3", _hoisted_2$N, toDisplayString(_ctx.title), 1),
14784
14784
  renderSlot(_ctx.$slots, "default"),
14785
14785
  createElementVNode("footer", _hoisted_3$G, [
14786
14786
  (openBlock(true), createElementBlock(Fragment$1, null, renderList(_ctx.actions, (action, i2) => {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@bagelink/vue",
3
3
  "type": "module",
4
- "version": "0.0.155",
4
+ "version": "0.0.158",
5
5
  "description": "Bagel core sdk packages",
6
6
  "author": {
7
7
  "name": "Neveh Allon",
@@ -17,10 +17,10 @@
17
17
  icon="close"
18
18
  @click="closeModal"
19
19
  />
20
+ <h3 class="modal-title">
21
+ {{ title }}
22
+ </h3>
20
23
  </header>
21
- <h3 class="modal-title">
22
- {{ title }}
23
- </h3>
24
24
  <slot />
25
25
  <footer class="modal-footer mt-3">
26
26
  <Btn