@howone/sdk 0.3.0 → 0.3.1
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.js +18 -21
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +18 -21
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -4926,27 +4926,24 @@ var HowOneProvider = ({
|
|
|
4926
4926
|
/* @__PURE__ */ jsx7(ElementSelectorProvider, { children: /* @__PURE__ */ jsxs5(HowoneContext.Provider, { value, children: [
|
|
4927
4927
|
children,
|
|
4928
4928
|
showFloatingButton && /* @__PURE__ */ jsx7(FloatingButton, { onClick: () => window.open("https://howone.ai", "_blank") }),
|
|
4929
|
-
pendingRedirect && /* @__PURE__ */
|
|
4930
|
-
/* @__PURE__ */
|
|
4931
|
-
|
|
4932
|
-
|
|
4933
|
-
|
|
4934
|
-
|
|
4935
|
-
|
|
4936
|
-
|
|
4937
|
-
|
|
4938
|
-
|
|
4939
|
-
|
|
4940
|
-
|
|
4941
|
-
{
|
|
4942
|
-
|
|
4943
|
-
|
|
4944
|
-
|
|
4945
|
-
|
|
4946
|
-
|
|
4947
|
-
] }),
|
|
4948
|
-
/* @__PURE__ */ jsx7("p", { className: "mt-6 text-sm opacity-80", children: "\u6B63\u5728\u8DF3\u8F6C\u81F3 HowOne \u767B\u5F55\u9875\u2026" })
|
|
4949
|
-
] })
|
|
4929
|
+
pendingRedirect && /* @__PURE__ */ jsx7("div", { className: "fixed inset-0 z-[10000] flex flex-col items-center justify-center bg-black/65 backdrop-blur-sm text-white", children: /* @__PURE__ */ jsxs5("div", { className: "relative mt-6 flex h-[220px] w-[220px] items-center justify-center", children: [
|
|
4930
|
+
/* @__PURE__ */ jsx7(
|
|
4931
|
+
"div",
|
|
4932
|
+
{
|
|
4933
|
+
className: "absolute inset-0 rounded-full bg-white/20",
|
|
4934
|
+
style: { animation: "howone-glow-ring 2.4s ease-in-out infinite" }
|
|
4935
|
+
}
|
|
4936
|
+
),
|
|
4937
|
+
/* @__PURE__ */ jsx7("div", { className: "absolute inset-0 rounded-full bg-gradient-to-br from-white/10 via-white/25 to-white/10 blur-2xl" }),
|
|
4938
|
+
/* @__PURE__ */ jsx7(
|
|
4939
|
+
"img",
|
|
4940
|
+
{
|
|
4941
|
+
style: { width: 250, animation: "howone-logo-pulse 2s ease-in-out infinite" },
|
|
4942
|
+
src: "https://sxwxqoixnnklnpeutjrj.supabase.co/storage/v1/object/public/create-x/logo/logo.svg",
|
|
4943
|
+
alt: "HowOne"
|
|
4944
|
+
}
|
|
4945
|
+
)
|
|
4946
|
+
] }) })
|
|
4950
4947
|
] }) }),
|
|
4951
4948
|
/* @__PURE__ */ jsx7(GlobalToastContainer, {})
|
|
4952
4949
|
]
|