@strands.gg/accui 2.17.25 → 2.17.26
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/accui.css +1 -1
- package/dist/index.cjs.js +5 -5
- package/dist/index.es.js +32 -28
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -10389,35 +10389,39 @@ const ai = {
|
|
|
10389
10389
|
}), h = () => {
|
|
10390
10390
|
t("sign-in-required");
|
|
10391
10391
|
};
|
|
10392
|
-
return (E, D) =>
|
|
10393
|
-
|
|
10394
|
-
|
|
10395
|
-
|
|
10396
|
-
|
|
10397
|
-
|
|
10398
|
-
|
|
10399
|
-
|
|
10400
|
-
|
|
10401
|
-
|
|
10402
|
-
|
|
10403
|
-
|
|
10404
|
-
e("
|
|
10405
|
-
|
|
10406
|
-
|
|
10407
|
-
|
|
10408
|
-
|
|
10409
|
-
|
|
10410
|
-
|
|
10411
|
-
|
|
10412
|
-
|
|
10413
|
-
|
|
10414
|
-
|
|
10415
|
-
|
|
10416
|
-
|
|
10417
|
-
|
|
10418
|
-
|
|
10392
|
+
return (E, D) => (a(), o(Ue, null, [
|
|
10393
|
+
A.value ? (a(), o("div", {
|
|
10394
|
+
key: 0,
|
|
10395
|
+
class: be(["animate-fade-in", s.inline ? "is_inline" : ""])
|
|
10396
|
+
}, [
|
|
10397
|
+
je(E.$slots, "default", {
|
|
10398
|
+
user: n(V),
|
|
10399
|
+
signOut: n(y)
|
|
10400
|
+
}, void 0, !0)
|
|
10401
|
+
], 2)) : I("", !0),
|
|
10402
|
+
c.value && s.showFallback ? (a(), o("div", X0, [
|
|
10403
|
+
je(E.$slots, "fallback", { signIn: h }, () => [
|
|
10404
|
+
e("div", { class: "signed-in-fallback" }, [
|
|
10405
|
+
D[0] || (D[0] = Jt('<div class="signed-in-icon-container" data-v-6fe20c32><svg class="signed-in-icon" fill="none" stroke="currentColor" viewBox="0 0 24 24" data-v-6fe20c32><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-6fe20c32></path></svg></div><h3 class="signed-in-title" data-v-6fe20c32>Sign in required</h3><p class="signed-in-subtitle" data-v-6fe20c32>You need to be signed in to access this content.</p>', 3)),
|
|
10406
|
+
e("button", {
|
|
10407
|
+
onClick: h,
|
|
10408
|
+
class: "signed-in-button"
|
|
10409
|
+
}, " Sign in ")
|
|
10410
|
+
])
|
|
10411
|
+
], !0)
|
|
10412
|
+
])) : I("", !0),
|
|
10413
|
+
M.value ? (a(), o("div", J0, [
|
|
10414
|
+
je(E.$slots, "loading", {}, () => [
|
|
10415
|
+
d(n(ht), {
|
|
10416
|
+
size: 30,
|
|
10417
|
+
variant: "circle",
|
|
10418
|
+
"show-particles": !0
|
|
10419
|
+
})
|
|
10420
|
+
], !0)
|
|
10421
|
+
])) : I("", !0)
|
|
10422
|
+
], 64));
|
|
10419
10423
|
}
|
|
10420
|
-
}), tu = /* @__PURE__ */ De(eu, [["__scopeId", "data-v-
|
|
10424
|
+
}), tu = /* @__PURE__ */ De(eu, [["__scopeId", "data-v-6fe20c32"]]), Nc = /* @__PURE__ */ Ve({
|
|
10421
10425
|
__name: "StrandsConfigProvider",
|
|
10422
10426
|
props: {
|
|
10423
10427
|
config: {}
|