@strands.gg/accui 2.10.1 → 2.10.2

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
@@ -837,8 +837,9 @@ const _sfc_main$U = /* @__PURE__ */ defineComponent({
837
837
  unref(attrs)["class"]
838
838
  ]])
839
839
  }, [
840
- _ctx.$slots["header"] || _ctx.title || _ctx.subtitle ? (openBlock(), createElementBlock("div", _hoisted_1$O, [
840
+ _ctx.$slots["header"] || _ctx.title || _ctx.subtitle || _ctx.$slots["leading-icon"] || _ctx.$slots["trailing-icon"] ? (openBlock(), createElementBlock("div", _hoisted_1$O, [
841
841
  renderSlot(_ctx.$slots, "header", {}, () => [
842
+ renderSlot(_ctx.$slots, "leading-icon", {}, void 0, true),
842
843
  _ctx.title || _ctx.$slots["title"] || _ctx.subtitle || _ctx.$slots["subtitle"] ? (openBlock(), createElementBlock("div", _hoisted_2$I, [
843
844
  _ctx.title || _ctx.$slots["title"] ? renderSlot(_ctx.$slots, "title", { key: 0 }, () => [
844
845
  _ctx.title ? (openBlock(), createElementBlock("h2", _hoisted_3$F, toDisplayString(_ctx.title), 1)) : createCommentVNode("", true)
@@ -847,6 +848,7 @@ const _sfc_main$U = /* @__PURE__ */ defineComponent({
847
848
  _ctx.subtitle ? (openBlock(), createElementBlock("p", _hoisted_4$D, toDisplayString(_ctx.subtitle), 1)) : createCommentVNode("", true)
848
849
  ], true) : createCommentVNode("", true)
849
850
  ])) : createCommentVNode("", true),
851
+ renderSlot(_ctx.$slots, "trailing-icon", {}, void 0, true),
850
852
  renderSlot(_ctx.$slots, "actions", {}, void 0, true)
851
853
  ], true)
852
854
  ])) : createCommentVNode("", true),
@@ -860,7 +862,7 @@ const _sfc_main$U = /* @__PURE__ */ defineComponent({
860
862
  };
861
863
  }
862
864
  });
863
- const StrandsUiCard = /* @__PURE__ */ _export_sfc(_sfc_main$U, [["__scopeId", "data-v-cc3144c9"]]);
865
+ const StrandsUiCard = /* @__PURE__ */ _export_sfc(_sfc_main$U, [["__scopeId", "data-v-d53b5273"]]);
864
866
  /**
865
867
  * @license lucide-vue-next v0.542.0 - ISC
866
868
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@strands.gg/accui",
3
- "version": "2.10.1",
3
+ "version": "2.10.2",
4
4
  "description": "Strands Authentication UI Components",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs.js",