@strapi/content-type-builder 5.0.2-beta.0 → 5.0.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/_chunks/{ListView-wKnW1Sgb.mjs → ListView-CXRwQpZT.mjs} +2 -2
- package/dist/_chunks/{ListView-wKnW1Sgb.mjs.map → ListView-CXRwQpZT.mjs.map} +1 -1
- package/dist/_chunks/{ListView-Cw16A3bM.js → ListView-OqnF_e3d.js} +2 -2
- package/dist/_chunks/{ListView-Cw16A3bM.js.map → ListView-OqnF_e3d.js.map} +1 -1
- package/dist/_chunks/{index-D30M9wRH.mjs → index-B9TutD2R.mjs} +3 -3
- package/dist/_chunks/{index-D30M9wRH.mjs.map → index-B9TutD2R.mjs.map} +1 -1
- package/dist/_chunks/{index-BSLLnNDO.js → index-CMQSGQwC.js} +3 -3
- package/dist/_chunks/{index-BSLLnNDO.js.map → index-CMQSGQwC.js.map} +1 -1
- package/dist/_chunks/{index-wmCXws3E.mjs → index-CkKj5h2s.mjs} +4 -4
- package/dist/_chunks/{index-wmCXws3E.mjs.map → index-CkKj5h2s.mjs.map} +1 -1
- package/dist/_chunks/{index-CLdkJrSz.js → index-Cuo-rNu8.js} +4 -4
- package/dist/_chunks/{index-CLdkJrSz.js.map → index-Cuo-rNu8.js.map} +1 -1
- package/dist/admin/index.js +1 -1
- package/dist/admin/index.mjs +1 -1
- package/package.json +6 -6
|
@@ -4,7 +4,7 @@ const React = require("react");
|
|
|
4
4
|
const strapiAdmin = require("@strapi/admin/strapi-admin");
|
|
5
5
|
const reactIntl = require("react-intl");
|
|
6
6
|
const reactRouterDom = require("react-router-dom");
|
|
7
|
-
const index$1 = require("./index-
|
|
7
|
+
const index$1 = require("./index-CMQSGQwC.js");
|
|
8
8
|
const designSystem = require("@strapi/design-system");
|
|
9
9
|
const Icons = require("@strapi/icons");
|
|
10
10
|
const upperFirst = require("lodash/upperFirst");
|
|
@@ -6700,11 +6700,11 @@ const FormModalNavigationProvider = ({ children }) => {
|
|
|
6700
6700
|
}
|
|
6701
6701
|
);
|
|
6702
6702
|
};
|
|
6703
|
-
const ListView$1 = React.lazy(() => Promise.resolve().then(() => require("./ListView-
|
|
6703
|
+
const ListView$1 = React.lazy(() => Promise.resolve().then(() => require("./ListView-OqnF_e3d.js")));
|
|
6704
6704
|
const RecursivePath = () => {
|
|
6705
6705
|
return /* @__PURE__ */ jsxRuntime.jsx(React.Suspense, { fallback: /* @__PURE__ */ jsxRuntime.jsx(strapiAdmin.Page.Loading, {}), children: /* @__PURE__ */ jsxRuntime.jsx(reactRouterDom.Routes, { children: /* @__PURE__ */ jsxRuntime.jsx(reactRouterDom.Route, { path: `/:componentUid`, element: /* @__PURE__ */ jsxRuntime.jsx(ListView$1, {}) }) }) });
|
|
6706
6706
|
};
|
|
6707
|
-
const ListView = React.lazy(() => Promise.resolve().then(() => require("./ListView-
|
|
6707
|
+
const ListView = React.lazy(() => Promise.resolve().then(() => require("./ListView-OqnF_e3d.js")));
|
|
6708
6708
|
const App = () => {
|
|
6709
6709
|
const { formatMessage } = reactIntl.useIntl();
|
|
6710
6710
|
const title = formatMessage({
|
|
@@ -6736,4 +6736,4 @@ exports.getTrad = getTrad;
|
|
|
6736
6736
|
exports.index = index;
|
|
6737
6737
|
exports.useDataManager = useDataManager;
|
|
6738
6738
|
exports.useFormModalNavigation = useFormModalNavigation;
|
|
6739
|
-
//# sourceMappingURL=index-
|
|
6739
|
+
//# sourceMappingURL=index-Cuo-rNu8.js.map
|