@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.mjs CHANGED
@@ -1303,7 +1303,7 @@ var injectRedirectOverlayStyles = () => {
1303
1303
  };
1304
1304
  var HowOneProvider = ({
1305
1305
  children,
1306
- showFloatingButton = true,
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
- showFloatingButton && /* @__PURE__ */ jsx7(FloatingButton, { onClick: () => window.open("https://howone.ai", "_blank") }),
1437
+ showHowOneFlag && /* @__PURE__ */ jsx7(FloatingButton, { onClick: () => window.open("https://howone.ai", "_blank") }),
1438
1438
  pendingRedirect && /* @__PURE__ */ jsx7(
1439
1439
  "div",
1440
1440
  {