@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.js
CHANGED
|
@@ -5001,27 +5001,24 @@ var HowOneProvider = ({
|
|
|
5001
5001
|
/* @__PURE__ */ (0, import_jsx_runtime7.jsx)(ElementSelectorProvider, { children: /* @__PURE__ */ (0, import_jsx_runtime7.jsxs)(HowoneContext.Provider, { value, children: [
|
|
5002
5002
|
children,
|
|
5003
5003
|
showFloatingButton && /* @__PURE__ */ (0, import_jsx_runtime7.jsx)(FloatingButton, { onClick: () => window.open("https://howone.ai", "_blank") }),
|
|
5004
|
-
pendingRedirect && /* @__PURE__ */ (0, import_jsx_runtime7.
|
|
5005
|
-
/* @__PURE__ */ (0, import_jsx_runtime7.
|
|
5006
|
-
|
|
5007
|
-
|
|
5008
|
-
|
|
5009
|
-
|
|
5010
|
-
|
|
5011
|
-
|
|
5012
|
-
|
|
5013
|
-
|
|
5014
|
-
|
|
5015
|
-
|
|
5016
|
-
{
|
|
5017
|
-
|
|
5018
|
-
|
|
5019
|
-
|
|
5020
|
-
|
|
5021
|
-
|
|
5022
|
-
] }),
|
|
5023
|
-
/* @__PURE__ */ (0, import_jsx_runtime7.jsx)("p", { className: "mt-6 text-sm opacity-80", children: "\u6B63\u5728\u8DF3\u8F6C\u81F3 HowOne \u767B\u5F55\u9875\u2026" })
|
|
5024
|
-
] })
|
|
5004
|
+
pendingRedirect && /* @__PURE__ */ (0, import_jsx_runtime7.jsx)("div", { className: "fixed inset-0 z-[10000] flex flex-col items-center justify-center bg-black/65 backdrop-blur-sm text-white", children: /* @__PURE__ */ (0, import_jsx_runtime7.jsxs)("div", { className: "relative mt-6 flex h-[220px] w-[220px] items-center justify-center", children: [
|
|
5005
|
+
/* @__PURE__ */ (0, import_jsx_runtime7.jsx)(
|
|
5006
|
+
"div",
|
|
5007
|
+
{
|
|
5008
|
+
className: "absolute inset-0 rounded-full bg-white/20",
|
|
5009
|
+
style: { animation: "howone-glow-ring 2.4s ease-in-out infinite" }
|
|
5010
|
+
}
|
|
5011
|
+
),
|
|
5012
|
+
/* @__PURE__ */ (0, import_jsx_runtime7.jsx)("div", { className: "absolute inset-0 rounded-full bg-gradient-to-br from-white/10 via-white/25 to-white/10 blur-2xl" }),
|
|
5013
|
+
/* @__PURE__ */ (0, import_jsx_runtime7.jsx)(
|
|
5014
|
+
"img",
|
|
5015
|
+
{
|
|
5016
|
+
style: { width: 250, animation: "howone-logo-pulse 2s ease-in-out infinite" },
|
|
5017
|
+
src: "https://sxwxqoixnnklnpeutjrj.supabase.co/storage/v1/object/public/create-x/logo/logo.svg",
|
|
5018
|
+
alt: "HowOne"
|
|
5019
|
+
}
|
|
5020
|
+
)
|
|
5021
|
+
] }) })
|
|
5025
5022
|
] }) }),
|
|
5026
5023
|
/* @__PURE__ */ (0, import_jsx_runtime7.jsx)(GlobalToastContainer, {})
|
|
5027
5024
|
]
|