@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 +1 -1
- package/dist/hooks.mjs +2 -2
- package/dist/index.js +1 -1
- package/dist/index.mjs +2 -2
- package/package.json +1 -1
package/dist/hooks.js
CHANGED
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
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
|
};
|