strapi-plugin-magic-mark 3.2.7 → 3.2.8
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/{App-B6x0aSMN.js → App-C6Crb_w7.js} +1 -1
- package/dist/_chunks/{App-BCliVBSB.mjs → App-C6T1ltR3.mjs} +1 -1
- package/dist/_chunks/{UpgradePage-GoocQ4av.mjs → UpgradePage-BWjKwdCf.mjs} +1 -1
- package/dist/_chunks/{UpgradePage-Bm0SkuCi.js → UpgradePage-CYrqGUnv.js} +1 -1
- package/dist/_chunks/{index-DdTUt6EH.mjs → index-C7wF7iqT.mjs} +3 -3
- package/dist/_chunks/{index-D5-84IjV.js → index-svfBWq9B.js} +3 -3
- package/dist/admin/index.js +1 -1
- package/dist/admin/index.mjs +1 -1
- package/package.json +1 -1
|
@@ -8,7 +8,7 @@ const styled = require("styled-components");
|
|
|
8
8
|
const designSystem = require("@strapi/design-system");
|
|
9
9
|
const icons = require("@strapi/icons");
|
|
10
10
|
const admin = require("@strapi/strapi/admin");
|
|
11
|
-
const index = require("./index-
|
|
11
|
+
const index = require("./index-svfBWq9B.js");
|
|
12
12
|
const _interopDefault = (e) => e && e.__esModule ? e : { default: e };
|
|
13
13
|
const styled__default = /* @__PURE__ */ _interopDefault(styled);
|
|
14
14
|
const theme = {
|
|
@@ -6,7 +6,7 @@ import styled, { keyframes } from "styled-components";
|
|
|
6
6
|
import { Flex, Loader, Box, Typography, SingleSelect, SingleSelectOption, Thead, Tr, Th, VisuallyHidden, Tbody, Td, Button, Table, TextInput } from "@strapi/design-system";
|
|
7
7
|
import { Book, User, Sparkle, Pin, Link, Eye, Pencil, Trash, Search, Cross, Key, Mail, Check } from "@strapi/icons";
|
|
8
8
|
import { useFetchClient, useNotification } from "@strapi/strapi/admin";
|
|
9
|
-
import { u as useLicenseInfo, p as pluginId, C as CreateEditModal } from "./index-
|
|
9
|
+
import { u as useLicenseInfo, p as pluginId, C as CreateEditModal } from "./index-C7wF7iqT.mjs";
|
|
10
10
|
const theme = {
|
|
11
11
|
colors: {
|
|
12
12
|
primary: {
|
|
@@ -5,7 +5,7 @@ import { useFetchClient, useNotification } from "@strapi/strapi/admin";
|
|
|
5
5
|
import styled from "styled-components";
|
|
6
6
|
import { Flex, Typography, Box, Badge, Button } from "@strapi/design-system";
|
|
7
7
|
import { Check, Cross, Sparkle, Lightning, Rocket } from "@strapi/icons";
|
|
8
|
-
import { p as pluginId } from "./index-
|
|
8
|
+
import { p as pluginId } from "./index-C7wF7iqT.mjs";
|
|
9
9
|
const Container = styled(Box)`
|
|
10
10
|
padding: 32px;
|
|
11
11
|
max-width: 1400px;
|
|
@@ -7,7 +7,7 @@ const admin = require("@strapi/strapi/admin");
|
|
|
7
7
|
const styled = require("styled-components");
|
|
8
8
|
const designSystem = require("@strapi/design-system");
|
|
9
9
|
const icons = require("@strapi/icons");
|
|
10
|
-
const index = require("./index-
|
|
10
|
+
const index = require("./index-svfBWq9B.js");
|
|
11
11
|
const _interopDefault = (e) => e && e.__esModule ? e : { default: e };
|
|
12
12
|
const styled__default = /* @__PURE__ */ _interopDefault(styled);
|
|
13
13
|
const Container = styled__default.default(designSystem.Box)`
|
|
@@ -3242,13 +3242,13 @@ const index = {
|
|
|
3242
3242
|
register(app) {
|
|
3243
3243
|
console.log(`[${pluginId}] Registering plugin...`);
|
|
3244
3244
|
app.addMenuLink({
|
|
3245
|
-
to:
|
|
3245
|
+
to: `plugins/${pluginId}`,
|
|
3246
3246
|
icon: PluginIcon,
|
|
3247
3247
|
intlLabel: {
|
|
3248
3248
|
id: `${pluginId}.Admin.MainMenu.PluginName`,
|
|
3249
3249
|
defaultMessage: name
|
|
3250
3250
|
},
|
|
3251
|
-
Component: () => import("./App-
|
|
3251
|
+
Component: () => import("./App-C6T1ltR3.mjs"),
|
|
3252
3252
|
permissions: []
|
|
3253
3253
|
});
|
|
3254
3254
|
app.createSettingSection(
|
|
@@ -3269,7 +3269,7 @@ const index = {
|
|
|
3269
3269
|
to: `${pluginId}/upgrade`,
|
|
3270
3270
|
Component: () => import(
|
|
3271
3271
|
/* webpackChunkName: "magic-mark-upgrade" */
|
|
3272
|
-
"./UpgradePage-
|
|
3272
|
+
"./UpgradePage-BWjKwdCf.mjs"
|
|
3273
3273
|
),
|
|
3274
3274
|
permissions: []
|
|
3275
3275
|
},
|
|
@@ -3248,13 +3248,13 @@ const index = {
|
|
|
3248
3248
|
register(app) {
|
|
3249
3249
|
console.log(`[${pluginId}] Registering plugin...`);
|
|
3250
3250
|
app.addMenuLink({
|
|
3251
|
-
to:
|
|
3251
|
+
to: `plugins/${pluginId}`,
|
|
3252
3252
|
icon: PluginIcon,
|
|
3253
3253
|
intlLabel: {
|
|
3254
3254
|
id: `${pluginId}.Admin.MainMenu.PluginName`,
|
|
3255
3255
|
defaultMessage: name
|
|
3256
3256
|
},
|
|
3257
|
-
Component: () => Promise.resolve().then(() => require("./App-
|
|
3257
|
+
Component: () => Promise.resolve().then(() => require("./App-C6Crb_w7.js")),
|
|
3258
3258
|
permissions: []
|
|
3259
3259
|
});
|
|
3260
3260
|
app.createSettingSection(
|
|
@@ -3275,7 +3275,7 @@ const index = {
|
|
|
3275
3275
|
to: `${pluginId}/upgrade`,
|
|
3276
3276
|
Component: () => Promise.resolve().then(() => require(
|
|
3277
3277
|
/* webpackChunkName: "magic-mark-upgrade" */
|
|
3278
|
-
"./UpgradePage-
|
|
3278
|
+
"./UpgradePage-CYrqGUnv.js"
|
|
3279
3279
|
)),
|
|
3280
3280
|
permissions: []
|
|
3281
3281
|
},
|
package/dist/admin/index.js
CHANGED
package/dist/admin/index.mjs
CHANGED
package/package.json
CHANGED