@strands.gg/accui 2.3.6 → 2.3.7

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.
@@ -8649,7 +8649,7 @@ const _sfc_main$n = /* @__PURE__ */ defineComponent({
8649
8649
  };
8650
8650
  }
8651
8651
  });
8652
- const StrandsAuth = /* @__PURE__ */ _export_sfc(_sfc_main$n, [["__scopeId", "data-v-ee5a004f"]]);
8652
+ const StrandsAuth = /* @__PURE__ */ _export_sfc(_sfc_main$n, [["__scopeId", "data-v-bdd5fe93"]]);
8653
8653
  const _hoisted_1$k = {
8654
8654
  viewBox: "0 0 24 24",
8655
8655
  class: "accui-w-5 accui-h-5"
@@ -14169,7 +14169,7 @@ const _sfc_main$4 = /* @__PURE__ */ defineComponent({
14169
14169
  ref: containerRef
14170
14170
  }, [
14171
14171
  createVNode(SignedIn, {
14172
- invert: !!user.value
14172
+ invert: !!props.user
14173
14173
  }, {
14174
14174
  default: withCtx(() => [
14175
14175
  createVNode(unref(StrandsUiButton), {
@@ -14387,7 +14387,7 @@ const _sfc_main$4 = /* @__PURE__ */ defineComponent({
14387
14387
  };
14388
14388
  }
14389
14389
  });
14390
- const StrandsUserButton = /* @__PURE__ */ _export_sfc(_sfc_main$4, [["__scopeId", "data-v-77f059c0"]]);
14390
+ const StrandsUserButton = /* @__PURE__ */ _export_sfc(_sfc_main$4, [["__scopeId", "data-v-924896e1"]]);
14391
14391
  const _sfc_main$3 = /* @__PURE__ */ defineComponent({
14392
14392
  __name: "StrandsNav",
14393
14393
  props: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@strands.gg/accui",
3
- "version": "2.3.6",
3
+ "version": "2.3.7",
4
4
  "description": "Strands Authentication UI Components",
5
5
  "type": "module",
6
6
  "main": "./dist/strands-auth-ui.cjs.js",