@howone/sdk 0.1.8 → 0.1.9
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 +2 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -212,7 +212,7 @@ var AUTH_ROOT_VALUE, DEFAULT_PROJECT_ID, AUTH_ROOT, config_default;
|
|
|
212
212
|
var init_config = __esm({
|
|
213
213
|
"src/config.ts"() {
|
|
214
214
|
"use strict";
|
|
215
|
-
AUTH_ROOT_VALUE = "
|
|
215
|
+
AUTH_ROOT_VALUE = "https://howone-dev.fly.dev/";
|
|
216
216
|
DEFAULT_PROJECT_ID = null;
|
|
217
217
|
AUTH_ROOT = getAuthRoot();
|
|
218
218
|
try {
|
|
@@ -293,7 +293,7 @@ var FloatingButton = ({
|
|
|
293
293
|
fontWeight: "bold",
|
|
294
294
|
bottom: "28px"
|
|
295
295
|
},
|
|
296
|
-
children: /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("div", { className: "flex items-center gap-2
|
|
296
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("div", { className: "flex items-center gap-2", children: [
|
|
297
297
|
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("img", { width: 20, className: "pointer-events-auto", src: "https://sxwxqoixnnklnpeutjrj.supabase.co/storage/v1/object/public/create-x/logo/logo-sm.svg", alt: "" }),
|
|
298
298
|
text,
|
|
299
299
|
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_iconify.Icon, { icon: "mdi:close", onClick: (e) => {
|