@fctc/widget-logic 1.2.1 → 1.2.3

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/hooks.js CHANGED
@@ -658,7 +658,7 @@ var AppProvider = ({ children }) => {
658
658
  action,
659
659
  view
660
660
  },
661
- children
661
+ children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_interface_logic10.MainProvider, { children })
662
662
  }
663
663
  );
664
664
  };
package/dist/hooks.mjs CHANGED
@@ -590,7 +590,7 @@ var useCompany = (accessToken) => {
590
590
  var use_company_default = useCompany;
591
591
 
592
592
  // src/hooks/core/use-app-provider.tsx
593
- import { evalJSONContext } from "@fctc/interface-logic";
593
+ import { evalJSONContext, MainProvider } from "@fctc/interface-logic";
594
594
  import { jsx } from "react/jsx-runtime";
595
595
  var AppProviderInitialValue = {
596
596
  config: {},
@@ -643,7 +643,7 @@ var AppProvider = ({ children }) => {
643
643
  action,
644
644
  view
645
645
  },
646
- children
646
+ children: /* @__PURE__ */ jsx(MainProvider, { children })
647
647
  }
648
648
  );
649
649
  };