@strands.gg/accui 2.11.0 → 2.11.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.
package/dist/index.es.js CHANGED
@@ -807,9 +807,12 @@ const _hoisted_4$D = {
807
807
  key: 0,
808
808
  class: "ui-card-subtitle"
809
809
  };
810
- const _hoisted_5$y = { class: "ui-card-content" };
811
- const _hoisted_6$t = {
810
+ const _hoisted_5$y = {
812
811
  key: 1,
812
+ class: "ui-card-content"
813
+ };
814
+ const _hoisted_6$t = {
815
+ key: 2,
813
816
  class: "ui-card-footer"
814
817
  };
815
818
  const _sfc_main$U = /* @__PURE__ */ defineComponent({
@@ -852,9 +855,9 @@ const _sfc_main$U = /* @__PURE__ */ defineComponent({
852
855
  renderSlot(_ctx.$slots, "actions", {}, void 0, true)
853
856
  ], true)
854
857
  ])) : createCommentVNode("", true),
855
- createElementVNode("div", _hoisted_5$y, [
858
+ _ctx.$slots["default"] ? (openBlock(), createElementBlock("div", _hoisted_5$y, [
856
859
  renderSlot(_ctx.$slots, "default", {}, void 0, true)
857
- ]),
860
+ ])) : createCommentVNode("", true),
858
861
  _ctx.$slots["footer"] ? (openBlock(), createElementBlock("div", _hoisted_6$t, [
859
862
  renderSlot(_ctx.$slots, "footer", {}, void 0, true)
860
863
  ])) : createCommentVNode("", true)
@@ -862,7 +865,7 @@ const _sfc_main$U = /* @__PURE__ */ defineComponent({
862
865
  };
863
866
  }
864
867
  });
865
- const StrandsUiCard = /* @__PURE__ */ _export_sfc(_sfc_main$U, [["__scopeId", "data-v-49be5a80"]]);
868
+ const StrandsUiCard = /* @__PURE__ */ _export_sfc(_sfc_main$U, [["__scopeId", "data-v-ba390c1d"]]);
866
869
  /**
867
870
  * @license lucide-vue-next v0.542.0 - ISC
868
871
  *
@@ -27460,7 +27463,7 @@ const _sfc_main$C = /* @__PURE__ */ defineComponent({
27460
27463
  };
27461
27464
  }
27462
27465
  });
27463
- const UiModal = /* @__PURE__ */ _export_sfc(_sfc_main$C, [["__scopeId", "data-v-ba1f9d90"]]);
27466
+ const UiModal = /* @__PURE__ */ _export_sfc(_sfc_main$C, [["__scopeId", "data-v-680be964"]]);
27464
27467
  const tailwindColors = {
27465
27468
  "#000000": {
27466
27469
  label: "Black"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@strands.gg/accui",
3
- "version": "2.11.0",
3
+ "version": "2.11.1",
4
4
  "description": "Strands Authentication UI Components",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs.js",