@fctc/widget-logic 1.2.1 → 1.2.2

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
  };
package/dist/index.js CHANGED
@@ -4785,7 +4785,7 @@ var AppProvider = ({ children }) => {
4785
4785
  action,
4786
4786
  view
4787
4787
  },
4788
- children
4788
+ children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_interface_logic10.MainProvider, { children })
4789
4789
  }
4790
4790
  );
4791
4791
  };
package/dist/index.mjs CHANGED
@@ -4702,7 +4702,7 @@ var useCompany = (accessToken) => {
4702
4702
  var use_company_default = useCompany;
4703
4703
 
4704
4704
  // src/hooks/core/use-app-provider.tsx
4705
- import { evalJSONContext } from "@fctc/interface-logic";
4705
+ import { evalJSONContext, MainProvider } from "@fctc/interface-logic";
4706
4706
  import { jsx } from "react/jsx-runtime";
4707
4707
  var AppProviderInitialValue = {
4708
4708
  config: {},
@@ -4755,7 +4755,7 @@ var AppProvider = ({ children }) => {
4755
4755
  action,
4756
4756
  view
4757
4757
  },
4758
- children
4758
+ children: /* @__PURE__ */ jsx(MainProvider, { children })
4759
4759
  }
4760
4760
  );
4761
4761
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fctc/widget-logic",
3
- "version": "1.2.1",
3
+ "version": "1.2.2",
4
4
  "types": "dist/index.d.ts",
5
5
  "main": "dist/index.cjs",
6
6
  "module": "dist/index.mjs",