@strapi/content-type-builder 5.3.0 → 5.4.0
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-g5kB4f_y.mjs → ListView-C40qzY4p.mjs} +2 -2
- package/dist/_chunks/{ListView-g5kB4f_y.mjs.map → ListView-C40qzY4p.mjs.map} +1 -1
- package/dist/_chunks/{ListView-DsM5_whl.js → ListView-CA5plw_m.js} +2 -2
- package/dist/_chunks/{ListView-DsM5_whl.js.map → ListView-CA5plw_m.js.map} +1 -1
- package/dist/_chunks/{index-D1jirvar.mjs → index-CdS6M8D7.mjs} +11 -9
- package/dist/_chunks/{index-D1jirvar.mjs.map → index-CdS6M8D7.mjs.map} +1 -1
- package/dist/_chunks/{index-BmIHFU11.js → index-Cgg4JI-t.js} +11 -9
- package/dist/_chunks/{index-BmIHFU11.js.map → index-Cgg4JI-t.js.map} +1 -1
- package/dist/_chunks/{index-EEDl9wdC.mjs → index-DZ0gHoPB.mjs} +4 -4
- package/dist/_chunks/{index-EEDl9wdC.mjs.map → index-DZ0gHoPB.mjs.map} +1 -1
- package/dist/_chunks/{index-ffxnOTTy.js → index-DxJpZx5R.js} +4 -4
- package/dist/_chunks/{index-ffxnOTTy.js.map → index-DxJpZx5R.js.map} +1 -1
- package/dist/admin/index.js +1 -1
- package/dist/admin/index.mjs +1 -1
- package/package.json +7 -7
|
@@ -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-Cgg4JI-t.js");
|
|
8
8
|
const designSystem = require("@strapi/design-system");
|
|
9
9
|
const Icons = require("@strapi/icons");
|
|
10
10
|
const upperFirst = require("lodash/upperFirst");
|
|
@@ -6694,11 +6694,11 @@ const FormModalNavigationProvider = ({ children }) => {
|
|
|
6694
6694
|
}
|
|
6695
6695
|
);
|
|
6696
6696
|
};
|
|
6697
|
-
const ListView$1 = React.lazy(() => Promise.resolve().then(() => require("./ListView-
|
|
6697
|
+
const ListView$1 = React.lazy(() => Promise.resolve().then(() => require("./ListView-CA5plw_m.js")));
|
|
6698
6698
|
const RecursivePath = () => {
|
|
6699
6699
|
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, {}) }) }) });
|
|
6700
6700
|
};
|
|
6701
|
-
const ListView = React.lazy(() => Promise.resolve().then(() => require("./ListView-
|
|
6701
|
+
const ListView = React.lazy(() => Promise.resolve().then(() => require("./ListView-CA5plw_m.js")));
|
|
6702
6702
|
const App = () => {
|
|
6703
6703
|
const { formatMessage } = reactIntl.useIntl();
|
|
6704
6704
|
const title = formatMessage({
|
|
@@ -6730,4 +6730,4 @@ exports.getTrad = getTrad;
|
|
|
6730
6730
|
exports.index = index;
|
|
6731
6731
|
exports.useDataManager = useDataManager;
|
|
6732
6732
|
exports.useFormModalNavigation = useFormModalNavigation;
|
|
6733
|
-
//# sourceMappingURL=index-
|
|
6733
|
+
//# sourceMappingURL=index-DxJpZx5R.js.map
|