@mattisvensson/strapi-plugin-webatlas 0.2.0 → 0.2.1
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/_baseConvert-B84_vf8X.js +864 -0
- package/dist/_chunks/_baseConvert-C2SW1VHq.mjs +865 -0
- package/dist/_chunks/{index-BT4o9vnc.js → index-B2j5uojM.js} +3126 -9
- package/dist/_chunks/{index-DKdReNuu.mjs → index-BDU-lYsm.mjs} +14 -844
- package/dist/_chunks/{index-LJwFh2n8.mjs → index-BwErs0UT.mjs} +1 -1
- package/dist/_chunks/{index-CAlXW6_S.js → index-DC0vflKd.js} +1 -1
- package/dist/_chunks/{index-C1dDrhfb.js → index-DOVsVqnP.js} +4 -4
- package/dist/_chunks/{index-D5cVtbqb.js → index-DU_hn0uc.js} +30 -860
- package/dist/_chunks/{index-Gjc_lPTF.mjs → index-Doc1ry3x.mjs} +3124 -7
- package/dist/_chunks/{index-C4lB5G1F.mjs → index-c7q9J79y.mjs} +4 -4
- package/dist/admin/index.js +1 -1
- package/dist/admin/index.mjs +1 -1
- package/dist/server/index.js +4231 -287
- package/dist/server/index.mjs +4231 -287
- package/package.json +1 -1
- package/dist/_chunks/_commonjsHelpers-BxmBWJD2.mjs +0 -33
- package/dist/_chunks/_commonjsHelpers-Cq6wktVC.js +0 -32
|
@@ -3,7 +3,7 @@ import { useState, useEffect } from "react";
|
|
|
3
3
|
import { Layouts } from "@strapi/strapi/admin";
|
|
4
4
|
import { Table, Thead, Tr, Th, Typography, VisuallyHidden, Tbody, Td, Flex, LinkButton } from "@strapi/design-system";
|
|
5
5
|
import { Pencil } from "@strapi/icons";
|
|
6
|
-
import { u as useApi } from "./index-
|
|
6
|
+
import { u as useApi } from "./index-c7q9J79y.mjs";
|
|
7
7
|
import { C as Center, E as EmptyBox } from "./EmptyBox-7D4LrvdH.mjs";
|
|
8
8
|
const Routes = () => {
|
|
9
9
|
const { getRoutes } = useApi();
|
|
@@ -5,7 +5,7 @@ const React = require("react");
|
|
|
5
5
|
const admin = require("@strapi/strapi/admin");
|
|
6
6
|
const designSystem = require("@strapi/design-system");
|
|
7
7
|
const icons = require("@strapi/icons");
|
|
8
|
-
const index = require("./index-
|
|
8
|
+
const index = require("./index-DOVsVqnP.js");
|
|
9
9
|
const EmptyBox = require("./EmptyBox-DT6D5gcf.js");
|
|
10
10
|
const Routes = () => {
|
|
11
11
|
const { getRoutes } = index.useApi();
|
|
@@ -40,7 +40,7 @@ const __variableDynamicImportRuntimeHelper = (glob, path, segs) => {
|
|
|
40
40
|
);
|
|
41
41
|
});
|
|
42
42
|
};
|
|
43
|
-
const version = "0.2.
|
|
43
|
+
const version = "0.2.1";
|
|
44
44
|
const keywords = [];
|
|
45
45
|
const type = "commonjs";
|
|
46
46
|
const exports$1 = {
|
|
@@ -4001,7 +4001,7 @@ const index = {
|
|
|
4001
4001
|
defaultMessage: "Routes"
|
|
4002
4002
|
},
|
|
4003
4003
|
Component: async () => {
|
|
4004
|
-
const component = await Promise.resolve().then(() => require("./index-
|
|
4004
|
+
const component = await Promise.resolve().then(() => require("./index-DC0vflKd.js"));
|
|
4005
4005
|
return { default: component.default };
|
|
4006
4006
|
},
|
|
4007
4007
|
permissions: [
|
|
@@ -4020,7 +4020,7 @@ const index = {
|
|
|
4020
4020
|
defaultMessage: "Navigation"
|
|
4021
4021
|
},
|
|
4022
4022
|
Component: async () => {
|
|
4023
|
-
const component = await Promise.resolve().then(() => require("./index-
|
|
4023
|
+
const component = await Promise.resolve().then(() => require("./index-B2j5uojM.js"));
|
|
4024
4024
|
return { default: component.default };
|
|
4025
4025
|
},
|
|
4026
4026
|
permissions: [
|
|
@@ -4049,7 +4049,7 @@ const index = {
|
|
|
4049
4049
|
Component: async () => {
|
|
4050
4050
|
return await Promise.resolve().then(() => require(
|
|
4051
4051
|
/* webpackChunkName: "webatlas-settings-page" */
|
|
4052
|
-
"./index-
|
|
4052
|
+
"./index-DU_hn0uc.js"
|
|
4053
4053
|
));
|
|
4054
4054
|
},
|
|
4055
4055
|
permissions: [
|