@strands.gg/accui 2.1.11 → 2.2.0

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.
@@ -13202,7 +13202,7 @@ const _sfc_main$9 = /* @__PURE__ */ defineComponent({
13202
13202
  ])) : signedOutOrInverted.value ? (openBlock(), createElementBlock("div", _hoisted_2$5, [
13203
13203
  renderSlot(_ctx.$slots, "fallback", { signIn }, () => [
13204
13204
  createElementVNode("div", { class: "signed-in-fallback" }, [
13205
- _cache[0] || (_cache[0] = createStaticVNode('<div class="signed-in-icon-container" data-v-b64693e0><svg class="signed-in-icon" fill="none" stroke="currentColor" viewBox="0 0 24 24" data-v-b64693e0><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-b64693e0></path></svg></div><h3 class="signed-in-title" data-v-b64693e0>Sign in required</h3><p class="signed-in-subtitle" data-v-b64693e0>You need to be signed in to access this content.</p>', 3)),
13205
+ _cache[0] || (_cache[0] = createStaticVNode('<div class="signed-in-icon-container" data-v-0d757689><svg class="signed-in-icon" fill="none" stroke="currentColor" viewBox="0 0 24 24" data-v-0d757689><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-0d757689></path></svg></div><h3 class="signed-in-title" data-v-0d757689>Sign in required</h3><p class="signed-in-subtitle" data-v-0d757689>You need to be signed in to access this content.</p>', 3)),
13206
13206
  createElementVNode("button", {
13207
13207
  onClick: signIn,
13208
13208
  class: "signed-in-button"
@@ -13212,7 +13212,7 @@ const _sfc_main$9 = /* @__PURE__ */ defineComponent({
13212
13212
  ])) : showLoading.value ? (openBlock(), createElementBlock("div", _hoisted_3$5, [
13213
13213
  renderSlot(_ctx.$slots, "loading", {}, () => [
13214
13214
  createVNode(unref(StrandsUiLoader), {
13215
- size: 64,
13215
+ size: 20,
13216
13216
  text: "Checking authentication...",
13217
13217
  variant: "circle",
13218
13218
  "show-particles": true
@@ -13222,7 +13222,7 @@ const _sfc_main$9 = /* @__PURE__ */ defineComponent({
13222
13222
  };
13223
13223
  }
13224
13224
  });
13225
- const SignedIn = /* @__PURE__ */ _export_sfc(_sfc_main$9, [["__scopeId", "data-v-b64693e0"]]);
13225
+ const SignedIn = /* @__PURE__ */ _export_sfc(_sfc_main$9, [["__scopeId", "data-v-0d757689"]]);
13226
13226
  const _hoisted_1$6 = {
13227
13227
  key: 0,
13228
13228
  class: "animate-fade-in"
@@ -13291,7 +13291,7 @@ const _sfc_main$8 = /* @__PURE__ */ defineComponent({
13291
13291
  ])) : unref(isLoading) ? (openBlock(), createElementBlock("div", _hoisted_5$3, [
13292
13292
  renderSlot(_ctx.$slots, "loading", {}, () => [
13293
13293
  createVNode(unref(StrandsUiLoader), {
13294
- size: 64,
13294
+ size: 20,
13295
13295
  text: "Checking authentication...",
13296
13296
  variant: "circle",
13297
13297
  "show-particles": true
@@ -13301,7 +13301,7 @@ const _sfc_main$8 = /* @__PURE__ */ defineComponent({
13301
13301
  };
13302
13302
  }
13303
13303
  });
13304
- const SignedOut = /* @__PURE__ */ _export_sfc(_sfc_main$8, [["__scopeId", "data-v-1a1c1e1c"]]);
13304
+ const SignedOut = /* @__PURE__ */ _export_sfc(_sfc_main$8, [["__scopeId", "data-v-ad56588c"]]);
13305
13305
  const _sfc_main$7 = /* @__PURE__ */ defineComponent({
13306
13306
  __name: "StrandsConfigProvider",
13307
13307
  props: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@strands.gg/accui",
3
- "version": "2.1.11",
3
+ "version": "2.2.0",
4
4
  "description": "Strands Authentication UI Components",
5
5
  "type": "module",
6
6
  "main": "./dist/strands-auth-ui.cjs.js",