@strapi/admin 4.2.0-beta.2 → 4.2.0-beta.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/admin/src/assets/images/homepage-logo.png +0 -0
- package/admin/src/components/AutoReloadOverlayBlockerProvider/Blocker.js +2 -6
- package/admin/src/components/GuidedTour/Homepage/index.js +1 -2
- package/admin/src/components/GuidedTour/Modal/components/Stepper.js +1 -2
- package/admin/src/components/LeftMenu/index.js +7 -5
- package/admin/src/components/Notifications/Notification/index.js +2 -2
- package/admin/src/components/UpgradePlanModal/index.js +6 -2
- package/admin/src/content-manager/components/DynamicZone/components/ComponentPicker/Category/ComponentCard/index.js +1 -1
- package/admin/src/content-manager/components/SelectMany/ListItem.js +1 -2
- package/admin/src/content-manager/components/SelectWrapper/index.js +8 -7
- package/admin/src/content-manager/components/SelectWrapper/utils/getSelectStyles.js +1 -1
- package/admin/src/content-manager/components/SingleTypeFormWrapper/index.js +2 -2
- package/admin/src/content-manager/components/Wysiwyg/Editor.js +2 -0
- package/admin/src/content-manager/pages/App/LeftMenu/index.js +8 -7
- package/admin/src/content-manager/pages/EditSettingsView/components/ComponentFieldList.js +1 -1
- package/admin/src/content-manager/pages/EditSettingsView/components/LinkToCTB.js +1 -2
- package/admin/src/content-manager/pages/EditSettingsView/index.js +1 -2
- package/admin/src/content-manager/pages/EditView/Header/index.js +3 -3
- package/admin/src/content-manager/pages/EditView/index.js +1 -4
- package/admin/src/content-manager/pages/ListSettingsView/index.js +1 -2
- package/admin/src/content-manager/pages/ListView/index.js +1 -1
- package/admin/src/content-manager/pages/NoContentType/index.js +1 -2
- package/admin/src/pages/AuthPage/components/ForgotPassword/index.js +1 -2
- package/admin/src/pages/AuthPage/components/ForgotPasswordSuccess/index.js +1 -1
- package/admin/src/pages/AuthPage/components/Login/BaseLogin.js +1 -2
- package/admin/src/pages/AuthPage/components/Oops/index.js +1 -2
- package/admin/src/pages/AuthPage/components/Register/index.js +12 -12
- package/admin/src/pages/AuthPage/components/ResetPassword/index.js +3 -4
- package/admin/src/pages/HomePage/ContentBlocks.js +15 -2
- package/admin/src/pages/HomePage/HomeHeader.js +2 -2
- package/admin/src/pages/HomePage/SocialLinks.js +4 -3
- package/admin/src/pages/InternalErrorPage/index.js +1 -2
- package/admin/src/pages/MarketplacePage/components/PageHeader/index.js +2 -1
- package/admin/src/pages/MarketplacePage/components/PluginCard/index.js +4 -3
- package/admin/src/pages/NotFoundPage/index.js +1 -2
- package/admin/src/pages/SettingsPage/components/SettingsNav/index.js +5 -4
- package/admin/src/pages/SettingsPage/pages/ApiTokens/EditView/index.js +1 -1
- package/admin/src/pages/SettingsPage/pages/ApiTokens/ListView/DynamicTable/UpdateButton/index.js +1 -1
- package/admin/src/pages/SettingsPage/pages/ApiTokens/ListView/index.js +1 -1
- package/admin/src/pages/SettingsPage/pages/ApplicationInfosPage/index.js +8 -2
- package/admin/src/pages/SettingsPage/pages/Roles/EditPage/index.js +1 -1
- package/admin/src/pages/SettingsPage/pages/Users/EditPage/index.js +1 -1
- package/admin/src/pages/SettingsPage/pages/Webhooks/EditView/components/WebhookForm/index.js +1 -2
- package/admin/src/pages/SettingsPage/pages/Webhooks/ListView/index.js +1 -1
- package/build/1709.ceed0e18.chunk.js +503 -0
- package/build/{7393.8ae60738.chunk.js → 210.014495c1.chunk.js} +89 -87
- package/build/4073.41ac1235.chunk.js +1 -0
- package/build/4761.3eabdf46.chunk.js +101 -0
- package/build/6229.a5cca9f2.chunk.js +194 -0
- package/build/7863.bc7a8f3a.chunk.js +112 -0
- package/build/9420.cb0b75e8.chunk.js +508 -0
- package/build/Admin-authenticatedApp.4ce8d292.chunk.js +80 -0
- package/build/Admin_homePage.f157e33e.chunk.js +71 -0
- package/build/Admin_marketplace.1e3393c9.chunk.js +11 -0
- package/build/Admin_settingsPage.924a7816.chunk.js +170 -0
- package/build/admin-edit-roles-page.94e1403b.chunk.js +1 -0
- package/build/admin-edit-users.6c2bf718.chunk.js +10 -0
- package/build/api-tokens-create-page.787ab302.chunk.js +1 -0
- package/build/api-tokens-edit-page.e4010c0c.chunk.js +1 -0
- package/build/api-tokens-list-page.340750a6.chunk.js +15 -0
- package/build/content-manager.6cdcfb6e.chunk.js +1204 -0
- package/build/content-type-builder.e73879b9.chunk.js +141 -0
- package/build/fb376b132d18bf4522ca.png +0 -0
- package/build/index.html +1 -1
- package/build/main.45472ea9.js +8404 -0
- package/build/{runtime~main.a32b12c8.js → runtime~main.e7611418.js} +1 -1
- package/build/upload-translation-ca-json.79159984.chunk.js +1 -0
- package/build/users-roles-settings-page.988ebc3b.chunk.js +30 -0
- package/build/webhook-edit-page.2fa94db3.chunk.js +23 -0
- package/build/webhook-list-page.b594db49.chunk.js +133 -0
- package/ee/admin/pages/AuthPage/components/Providers/index.js +1 -1
- package/ee/admin/pages/SettingsPage/pages/Roles/CreatePage/index.js +1 -1
- package/ee/server/controllers/user.js +4 -0
- package/package.json +6 -6
- package/server/controllers/user.js +4 -0
- package/server/services/permission/permissions-manager/sanitize.js +22 -0
- package/server/services/user.js +1 -1
- package/admin/src/content-manager/components/DynamicComponentCard/index.js +0 -43
- package/build/2897.8e7d5853.chunk.js +0 -184
- package/build/2a9e9ef5c4c775bb7c7b.png +0 -0
- package/build/4073.f3936352.chunk.js +0 -1
- package/build/5232.928fea74.chunk.js +0 -989
- package/build/6229.26d93336.chunk.js +0 -194
- package/build/6404.80bf5858.chunk.js +0 -506
- package/build/7863.c1938f3f.chunk.js +0 -112
- package/build/9066.118ecccd.chunk.js +0 -101
- package/build/Admin-authenticatedApp.1f76af8f.chunk.js +0 -80
- package/build/Admin_homePage.8b391120.chunk.js +0 -71
- package/build/Admin_marketplace.21730109.chunk.js +0 -11
- package/build/Admin_settingsPage.9ce20f16.chunk.js +0 -170
- package/build/admin-edit-roles-page.75380ed4.chunk.js +0 -1
- package/build/admin-edit-users.05f7f389.chunk.js +0 -10
- package/build/api-tokens-create-page.c44e0c62.chunk.js +0 -1
- package/build/api-tokens-edit-page.30d0924d.chunk.js +0 -1
- package/build/api-tokens-list-page.6049cd23.chunk.js +0 -15
- package/build/content-manager.2f0f9b15.chunk.js +0 -1204
- package/build/content-type-builder.ce7b7f42.chunk.js +0 -141
- package/build/main.e6045245.js +0 -7909
- package/build/users-roles-settings-page.c01bec1d.chunk.js +0 -30
- package/build/webhook-edit-page.d457087d.chunk.js +0 -23
- package/build/webhook-list-page.a4217ff2.chunk.js +0 -133
|
@@ -10,8 +10,8 @@ import { Typography } from '@strapi/design-system/Typography';
|
|
|
10
10
|
import { Box } from '@strapi/design-system/Box';
|
|
11
11
|
import { Stack } from '@strapi/design-system/Stack';
|
|
12
12
|
import { Grid, GridItem } from '@strapi/design-system/Grid';
|
|
13
|
-
import { LinkButton } from '@strapi/design-system/LinkButton';
|
|
14
|
-
import { Link } from '@strapi/design-system/Link';
|
|
13
|
+
import { LinkButton } from '@strapi/design-system/v2/LinkButton';
|
|
14
|
+
import { Link } from '@strapi/design-system/v2/Link';
|
|
15
15
|
import ExternalLink from '@strapi/icons/ExternalLink';
|
|
16
16
|
import Github from '@strapi/icons/Github';
|
|
17
17
|
import Discord from '@strapi/icons/Discord';
|
|
@@ -167,7 +167,7 @@ const SocialLinks = () => {
|
|
|
167
167
|
})}
|
|
168
168
|
</Typography>
|
|
169
169
|
</Stack>
|
|
170
|
-
<Link href="https://feedback.strapi.io/" endIcon={<ExternalLink />}>
|
|
170
|
+
<Link href="https://feedback.strapi.io/" isExternal endIcon={<ExternalLink />}>
|
|
171
171
|
{formatMessage({
|
|
172
172
|
id: 'app.components.HomePage.roadmap',
|
|
173
173
|
defaultMessage: 'See our road map',
|
|
@@ -184,6 +184,7 @@ const SocialLinks = () => {
|
|
|
184
184
|
startIcon={socialLink.icon}
|
|
185
185
|
variant="tertiary"
|
|
186
186
|
href={socialLink.link}
|
|
187
|
+
isExternal
|
|
187
188
|
>
|
|
188
189
|
{socialLink.name}
|
|
189
190
|
</LinkCustom>
|
|
@@ -5,9 +5,8 @@
|
|
|
5
5
|
*
|
|
6
6
|
*/
|
|
7
7
|
import React from 'react';
|
|
8
|
-
import { useFocusWhenNavigate } from '@strapi/helper-plugin';
|
|
8
|
+
import { useFocusWhenNavigate, LinkButton } from '@strapi/helper-plugin';
|
|
9
9
|
import { Main } from '@strapi/design-system/Main';
|
|
10
|
-
import { LinkButton } from '@strapi/design-system/LinkButton';
|
|
11
10
|
import { ContentLayout, HeaderLayout } from '@strapi/design-system/Layout';
|
|
12
11
|
import { EmptyStateLayout } from '@strapi/design-system/EmptyStateLayout';
|
|
13
12
|
import EmptyPictures from '@strapi/icons/EmptyPictures';
|
|
@@ -2,7 +2,7 @@ import React from 'react';
|
|
|
2
2
|
import PropTypes from 'prop-types';
|
|
3
3
|
import { useIntl } from 'react-intl';
|
|
4
4
|
import { HeaderLayout } from '@strapi/design-system/Layout';
|
|
5
|
-
import { LinkButton } from '@strapi/design-system/LinkButton';
|
|
5
|
+
import { LinkButton } from '@strapi/design-system/v2/LinkButton';
|
|
6
6
|
import Upload from '@strapi/icons/Upload';
|
|
7
7
|
import { useTracking } from '@strapi/helper-plugin';
|
|
8
8
|
|
|
@@ -27,6 +27,7 @@ const PageHeader = ({ isOnline }) => {
|
|
|
27
27
|
variant="tertiary"
|
|
28
28
|
href="https://market.strapi.io/submit-plugin"
|
|
29
29
|
onClick={() => trackUsage('didSubmitPlugin')}
|
|
30
|
+
isExternal
|
|
30
31
|
>
|
|
31
32
|
{formatMessage({
|
|
32
33
|
id: 'admin.pages.MarketPlacePage.submit.plugin.link',
|
|
@@ -5,7 +5,7 @@ import styled from 'styled-components';
|
|
|
5
5
|
import { Box } from '@strapi/design-system/Box';
|
|
6
6
|
import { Stack } from '@strapi/design-system/Stack';
|
|
7
7
|
import { Typography } from '@strapi/design-system/Typography';
|
|
8
|
-
import { LinkButton } from '@strapi/design-system/LinkButton';
|
|
8
|
+
import { LinkButton } from '@strapi/design-system/v2/LinkButton';
|
|
9
9
|
import { Flex } from '@strapi/design-system/Flex';
|
|
10
10
|
import { Icon } from '@strapi/design-system/Icon';
|
|
11
11
|
import { Tooltip } from '@strapi/design-system/Tooltip';
|
|
@@ -46,9 +46,9 @@ const PluginCard = ({ plugin, installedPluginNames, useYarn, isInDevelopmentMode
|
|
|
46
46
|
direction="column"
|
|
47
47
|
justifyContent="space-between"
|
|
48
48
|
paddingTop={4}
|
|
49
|
-
paddingRight={
|
|
49
|
+
paddingRight={4}
|
|
50
50
|
paddingBottom={4}
|
|
51
|
-
paddingLeft={
|
|
51
|
+
paddingLeft={4}
|
|
52
52
|
hasRadius
|
|
53
53
|
background="neutral0"
|
|
54
54
|
shadow="tableShadow"
|
|
@@ -108,6 +108,7 @@ const PluginCard = ({ plugin, installedPluginNames, useYarn, isInDevelopmentMode
|
|
|
108
108
|
<LinkButton
|
|
109
109
|
size="S"
|
|
110
110
|
href={`https://market.strapi.io/plugins/${attributes.slug}`}
|
|
111
|
+
isExternal
|
|
111
112
|
endIcon={<ExternalLink />}
|
|
112
113
|
aria-label={formatMessage(
|
|
113
114
|
{
|
|
@@ -5,9 +5,8 @@
|
|
|
5
5
|
*
|
|
6
6
|
*/
|
|
7
7
|
import React from 'react';
|
|
8
|
-
import { useFocusWhenNavigate } from '@strapi/helper-plugin';
|
|
8
|
+
import { useFocusWhenNavigate, LinkButton } from '@strapi/helper-plugin';
|
|
9
9
|
import { Main } from '@strapi/design-system/Main';
|
|
10
|
-
import { LinkButton } from '@strapi/design-system/LinkButton';
|
|
11
10
|
import { ContentLayout, HeaderLayout } from '@strapi/design-system/Layout';
|
|
12
11
|
import { EmptyStateLayout } from '@strapi/design-system/EmptyStateLayout';
|
|
13
12
|
import EmptyPictures from '@strapi/icons/EmptyPictures';
|
|
@@ -1,13 +1,14 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
+
import { NavLink } from 'react-router-dom';
|
|
3
|
+
import { useIntl } from 'react-intl';
|
|
4
|
+
import PropTypes from 'prop-types';
|
|
2
5
|
import {
|
|
3
6
|
SubNav,
|
|
4
7
|
SubNavHeader,
|
|
5
8
|
SubNavSection,
|
|
6
9
|
SubNavSections,
|
|
7
10
|
SubNavLink,
|
|
8
|
-
} from '@strapi/design-system/SubNav';
|
|
9
|
-
import { useIntl } from 'react-intl';
|
|
10
|
-
import PropTypes from 'prop-types';
|
|
11
|
+
} from '@strapi/design-system/v2/SubNav';
|
|
11
12
|
import { getSectionsToDisplay } from '../../utils';
|
|
12
13
|
|
|
13
14
|
const SettingsNav = ({ menu }) => {
|
|
@@ -41,7 +42,7 @@ const SettingsNav = ({ menu }) => {
|
|
|
41
42
|
{sections.map(section => (
|
|
42
43
|
<SubNavSection key={section.id} label={formatMessage(section.intlLabel)}>
|
|
43
44
|
{section.links.map(link => (
|
|
44
|
-
<SubNavLink withBullet={link.hasNotification} to={link.to} key={link.id}>
|
|
45
|
+
<SubNavLink as={NavLink} withBullet={link.hasNotification} to={link.to} key={link.id}>
|
|
45
46
|
{formatMessage(link.intlLabel)}
|
|
46
47
|
</SubNavLink>
|
|
47
48
|
))}
|
|
@@ -8,13 +8,13 @@ import {
|
|
|
8
8
|
useNotification,
|
|
9
9
|
useTracking,
|
|
10
10
|
useGuidedTour,
|
|
11
|
+
Link,
|
|
11
12
|
} from '@strapi/helper-plugin';
|
|
12
13
|
import { HeaderLayout, ContentLayout } from '@strapi/design-system/Layout';
|
|
13
14
|
import { Main } from '@strapi/design-system/Main';
|
|
14
15
|
import { Button } from '@strapi/design-system/Button';
|
|
15
16
|
import Check from '@strapi/icons/Check';
|
|
16
17
|
import ArrowLeft from '@strapi/icons/ArrowLeft';
|
|
17
|
-
import { Link } from '@strapi/design-system/Link';
|
|
18
18
|
import { Formik } from 'formik';
|
|
19
19
|
import { Stack } from '@strapi/design-system/Stack';
|
|
20
20
|
import { Box } from '@strapi/design-system/Box';
|
package/admin/src/pages/SettingsPage/pages/ApiTokens/ListView/DynamicTable/UpdateButton/index.js
CHANGED
|
@@ -2,7 +2,7 @@ import React from 'react';
|
|
|
2
2
|
import Pencil from '@strapi/icons/Pencil';
|
|
3
3
|
import { useIntl } from 'react-intl';
|
|
4
4
|
import PropTypes from 'prop-types';
|
|
5
|
-
import { Link } from '@strapi/
|
|
5
|
+
import { Link } from '@strapi/helper-plugin';
|
|
6
6
|
import { useHistory } from 'react-router-dom';
|
|
7
7
|
import styled from 'styled-components';
|
|
8
8
|
|
|
@@ -10,11 +10,11 @@ import {
|
|
|
10
10
|
DynamicTable,
|
|
11
11
|
useTracking,
|
|
12
12
|
useGuidedTour,
|
|
13
|
+
LinkButton,
|
|
13
14
|
} from '@strapi/helper-plugin';
|
|
14
15
|
import { HeaderLayout, ContentLayout } from '@strapi/design-system/Layout';
|
|
15
16
|
import { Main } from '@strapi/design-system/Main';
|
|
16
17
|
import { Button } from '@strapi/design-system/Button';
|
|
17
|
-
import { LinkButton } from '@strapi/design-system/LinkButton';
|
|
18
18
|
import Plus from '@strapi/icons/Plus';
|
|
19
19
|
import { useQuery, useMutation, useQueryClient } from 'react-query';
|
|
20
20
|
import { useHistory } from 'react-router-dom';
|
|
@@ -8,7 +8,7 @@ import { Grid, GridItem } from '@strapi/design-system/Grid';
|
|
|
8
8
|
import { Typography } from '@strapi/design-system/Typography';
|
|
9
9
|
|
|
10
10
|
import { Stack } from '@strapi/design-system/Stack';
|
|
11
|
-
import { Link } from '@strapi/design-system/Link';
|
|
11
|
+
import { Link } from '@strapi/design-system/v2/Link';
|
|
12
12
|
import ExternalLink from '@strapi/icons/ExternalLink';
|
|
13
13
|
|
|
14
14
|
const ApplicationInfosPage = () => {
|
|
@@ -65,6 +65,7 @@ const ApplicationInfosPage = () => {
|
|
|
65
65
|
? 'https://discord.strapi.io'
|
|
66
66
|
: 'https://support.strapi.io/support/home'
|
|
67
67
|
}
|
|
68
|
+
isExternal
|
|
68
69
|
endIcon={<ExternalLink />}
|
|
69
70
|
>
|
|
70
71
|
{formatMessage({
|
|
@@ -96,6 +97,7 @@ const ApplicationInfosPage = () => {
|
|
|
96
97
|
{shouldUpdateStrapi && (
|
|
97
98
|
<Link
|
|
98
99
|
href={`https://github.com/strapi/strapi/releases/tag/${latestStrapiReleaseTag}`}
|
|
100
|
+
isExternal
|
|
99
101
|
endIcon={<ExternalLink />}
|
|
100
102
|
>
|
|
101
103
|
{formatMessage({
|
|
@@ -106,7 +108,11 @@ const ApplicationInfosPage = () => {
|
|
|
106
108
|
)}
|
|
107
109
|
</GridItem>
|
|
108
110
|
<GridItem col={6} s={12}>
|
|
109
|
-
<Link
|
|
111
|
+
<Link
|
|
112
|
+
href="https://strapi.io/pricing-self-hosted"
|
|
113
|
+
isExternal
|
|
114
|
+
endIcon={<ExternalLink />}
|
|
115
|
+
>
|
|
110
116
|
{formatMessage({
|
|
111
117
|
id: 'Settings.application.link-pricing',
|
|
112
118
|
defaultMessage: 'See all pricing plans',
|
|
@@ -6,6 +6,7 @@ import {
|
|
|
6
6
|
useTracking,
|
|
7
7
|
LoadingIndicatorPage,
|
|
8
8
|
SettingsPageTitle,
|
|
9
|
+
Link,
|
|
9
10
|
} from '@strapi/helper-plugin';
|
|
10
11
|
import { Box } from '@strapi/design-system/Box';
|
|
11
12
|
import { Button } from '@strapi/design-system/Button';
|
|
@@ -13,7 +14,6 @@ import { ContentLayout, HeaderLayout } from '@strapi/design-system/Layout';
|
|
|
13
14
|
import { Main } from '@strapi/design-system/Main';
|
|
14
15
|
import { Stack } from '@strapi/design-system/Stack';
|
|
15
16
|
import { Formik } from 'formik';
|
|
16
|
-
import { Link } from '@strapi/design-system/Link';
|
|
17
17
|
import ArrowLeft from '@strapi/icons/ArrowLeft';
|
|
18
18
|
import get from 'lodash/get';
|
|
19
19
|
import { useIntl } from 'react-intl';
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
useNotification,
|
|
16
16
|
useOverlayBlocker,
|
|
17
17
|
LoadingIndicatorPage,
|
|
18
|
+
Link,
|
|
18
19
|
} from '@strapi/helper-plugin';
|
|
19
20
|
import { useQuery } from 'react-query';
|
|
20
21
|
import { Formik } from 'formik';
|
|
@@ -22,7 +23,6 @@ import { Box } from '@strapi/design-system/Box';
|
|
|
22
23
|
import { Button } from '@strapi/design-system/Button';
|
|
23
24
|
import { Grid, GridItem } from '@strapi/design-system/Grid';
|
|
24
25
|
import { HeaderLayout, ContentLayout } from '@strapi/design-system/Layout';
|
|
25
|
-
import { Link } from '@strapi/design-system/Link';
|
|
26
26
|
import { Typography } from '@strapi/design-system/Typography';
|
|
27
27
|
import { Main } from '@strapi/design-system/Main';
|
|
28
28
|
import { Stack } from '@strapi/design-system/Stack';
|
package/admin/src/pages/SettingsPage/pages/Webhooks/EditView/components/WebhookForm/index.js
CHANGED
|
@@ -1,13 +1,12 @@
|
|
|
1
1
|
import React, { useState } from 'react';
|
|
2
2
|
import PropTypes from 'prop-types';
|
|
3
|
-
import { Form } from '@strapi/helper-plugin';
|
|
3
|
+
import { Form, Link } from '@strapi/helper-plugin';
|
|
4
4
|
import ArrowLeft from '@strapi/icons/ArrowLeft';
|
|
5
5
|
import Check from '@strapi/icons/Check';
|
|
6
6
|
import Publish from '@strapi/icons/Play';
|
|
7
7
|
import { ContentLayout, HeaderLayout } from '@strapi/design-system/Layout';
|
|
8
8
|
import { Box } from '@strapi/design-system/Box';
|
|
9
9
|
import { Button } from '@strapi/design-system/Button';
|
|
10
|
-
import { Link } from '@strapi/design-system/Link';
|
|
11
10
|
import { Stack } from '@strapi/design-system/Stack';
|
|
12
11
|
import { TextInput } from '@strapi/design-system/TextInput';
|
|
13
12
|
import { Grid, GridItem } from '@strapi/design-system/Grid';
|
|
@@ -17,6 +17,7 @@ import {
|
|
|
17
17
|
ConfirmDialog,
|
|
18
18
|
onRowClick,
|
|
19
19
|
stopPropagation,
|
|
20
|
+
LinkButton,
|
|
20
21
|
} from '@strapi/helper-plugin';
|
|
21
22
|
import { HeaderLayout, Layout, ContentLayout, ActionLayout } from '@strapi/design-system/Layout';
|
|
22
23
|
import { EmptyStateLayout } from '@strapi/design-system/EmptyStateLayout';
|
|
@@ -30,7 +31,6 @@ import { Button } from '@strapi/design-system/Button';
|
|
|
30
31
|
import { VisuallyHidden } from '@strapi/design-system/VisuallyHidden';
|
|
31
32
|
import { Switch } from '@strapi/design-system/Switch';
|
|
32
33
|
import { Main } from '@strapi/design-system/Main';
|
|
33
|
-
import { LinkButton } from '@strapi/design-system/LinkButton';
|
|
34
34
|
import { useNotifyAT } from '@strapi/design-system/LiveRegions';
|
|
35
35
|
import { Box } from '@strapi/design-system/Box';
|
|
36
36
|
import Plus from '@strapi/icons/Plus';
|