@strands.gg/accui 2.17.13 → 2.17.14

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
@@ -10376,7 +10376,9 @@ const ti = {
10376
10376
  },
10377
10377
  emits: ["sign-in-required"],
10378
10378
  setup(s, { emit: r }) {
10379
- const t = r, l = M(!1), { isAuthenticated: V, isInitializing: T, user: C, signOut: w, initialize: c } = ft(), h = H(() => (console.log("[SignedIn] isLoading check:", { isInitializing: T.value, isReady: l.value }), T.value || !l.value)), x = H(() => !h.value && V.value), S = H(() => !h.value && !V.value);
10379
+ const t = r, l = M(!1);
10380
+ console.log("[SignedIn] Component script executing - v2.17.14");
10381
+ const { isAuthenticated: V, isInitializing: T, user: C, signOut: w, initialize: c } = ft(), h = H(() => (console.log("[SignedIn] isLoading check:", { isInitializing: T.value, isReady: l.value }), T.value || !l.value)), x = H(() => !h.value && V.value), S = H(() => !h.value && !V.value);
10380
10382
  Ye(async () => {
10381
10383
  console.log("[SignedIn] onMounted - calling initialize()"), await c(), console.log("[SignedIn] initialize() completed, isInitializing:", T.value), l.value = !0, console.log("[SignedIn] isReady set to true");
10382
10384
  });
@@ -10394,7 +10396,7 @@ const ti = {
10394
10396
  ], 2)) : S.value && s.showFallback ? (a(), o("div", X0, [
10395
10397
  Pe(m.$slots, "fallback", { signIn: u }, () => [
10396
10398
  e("div", { class: "signed-in-fallback" }, [
10397
- U[0] || (U[0] = Qt('<div class="signed-in-icon-container" data-v-58af2734><svg class="signed-in-icon" fill="none" stroke="currentColor" viewBox="0 0 24 24" data-v-58af2734><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 15v2m-6 4h12a2 2 0 002-2v-6a2 2 0 00-2-2H6a2 2 0 00-2 2v6a2 2 0 002 2zm10-10V7a4 4 0 00-8 0v4h8z" data-v-58af2734></path></svg></div><h3 class="signed-in-title" data-v-58af2734>Sign in required</h3><p class="signed-in-subtitle" data-v-58af2734>You need to be signed in to access this content.</p>', 3)),
10399
+ U[0] || (U[0] = Qt('<div class="signed-in-icon-container" data-v-e57d977e><svg class="signed-in-icon" fill="none" stroke="currentColor" viewBox="0 0 24 24" data-v-e57d977e><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 15v2m-6 4h12a2 2 0 002-2v-6a2 2 0 00-2-2H6a2 2 0 00-2 2v6a2 2 0 002 2zm10-10V7a4 4 0 00-8 0v4h8z" data-v-e57d977e></path></svg></div><h3 class="signed-in-title" data-v-e57d977e>Sign in required</h3><p class="signed-in-subtitle" data-v-e57d977e>You need to be signed in to access this content.</p>', 3)),
10398
10400
  e("button", {
10399
10401
  onClick: u,
10400
10402
  class: "signed-in-button"
@@ -10411,7 +10413,7 @@ const ti = {
10411
10413
  ], !0)
10412
10414
  ])) : I("", !0);
10413
10415
  }
10414
- }), tc = /* @__PURE__ */ Ue(ec, [["__scopeId", "data-v-58af2734"]]), Cu = /* @__PURE__ */ Ve({
10416
+ }), tc = /* @__PURE__ */ Ue(ec, [["__scopeId", "data-v-e57d977e"]]), Cu = /* @__PURE__ */ Ve({
10415
10417
  __name: "StrandsConfigProvider",
10416
10418
  props: {
10417
10419
  config: {}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@strands.gg/accui",
3
- "version": "2.17.13",
3
+ "version": "2.17.14",
4
4
  "description": "Strands Authentication UI Components",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs.js",