@howone/sdk 0.5.0 → 0.5.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.d.mts +2 -2
- package/dist/index.d.ts +2 -2
- 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.mjs
CHANGED
|
@@ -1303,7 +1303,7 @@ var injectRedirectOverlayStyles = () => {
|
|
|
1303
1303
|
};
|
|
1304
1304
|
var HowOneProvider = ({
|
|
1305
1305
|
children,
|
|
1306
|
-
|
|
1306
|
+
showHowOneFlag = true,
|
|
1307
1307
|
projectId,
|
|
1308
1308
|
defaultTheme = "system",
|
|
1309
1309
|
themeStorageKey = "howone-theme",
|
|
@@ -1434,7 +1434,7 @@ var HowOneProvider = ({
|
|
|
1434
1434
|
children: [
|
|
1435
1435
|
/* @__PURE__ */ jsx7(ElementSelectorProvider, { children: /* @__PURE__ */ jsxs5(HowoneContext.Provider, { value, children: [
|
|
1436
1436
|
children,
|
|
1437
|
-
|
|
1437
|
+
showHowOneFlag && /* @__PURE__ */ jsx7(FloatingButton, { onClick: () => window.open("https://howone.ai", "_blank") }),
|
|
1438
1438
|
pendingRedirect && /* @__PURE__ */ jsx7(
|
|
1439
1439
|
"div",
|
|
1440
1440
|
{
|