chore: Update to @strapi/strapi 4.0.0-beta.14
parent
962952f662
commit
a1d9d53517
|
@ -6,7 +6,7 @@ import { Flex } from '@strapi/design-system/Flex';
|
|||
import { Text } from '@strapi/design-system/Text';
|
||||
import { Stack } from '@strapi/design-system/Stack';
|
||||
import { Button } from '@strapi/design-system/Button';
|
||||
import AlertWarningIcon from '@strapi/icons/AlertWarningIcon';
|
||||
import ExclamationMarkCircle from '@strapi/icons/ExclamationMarkCircle';
|
||||
|
||||
const ConfirmModal = ({ isOpen, onClose, onSubmit, type }) => {
|
||||
const { formatMessage } = useIntl();
|
||||
|
@ -19,7 +19,7 @@ const ConfirmModal = ({ isOpen, onClose, onSubmit, type }) => {
|
|||
title="Confirmation"
|
||||
isOpen={isOpen}
|
||||
>
|
||||
<DialogBody icon={<AlertWarningIcon />}>
|
||||
<DialogBody icon={<ExclamationMarkCircle />}>
|
||||
<Stack size={2}>
|
||||
<Flex justifyContent="center">
|
||||
<Text id="confirm-description" style={{ textAlign: 'center' }}>
|
||||
|
|
10
package.json
10
package.json
|
@ -48,11 +48,11 @@
|
|||
],
|
||||
"devDependencies": {
|
||||
"@fortawesome/react-fontawesome": "^0.1.16",
|
||||
"@strapi/design-system": "0.0.1-alpha.64",
|
||||
"@strapi/helper-plugin": "4.0.0-beta.12",
|
||||
"@strapi/icons": "0.0.1-alpha.64",
|
||||
"@strapi/strapi": "^4.0.0-beta.12",
|
||||
"@strapi/utils": "4.0.0-beta.12",
|
||||
"@strapi/design-system": "0.0.1-alpha.67",
|
||||
"@strapi/helper-plugin": "4.0.0-beta.14",
|
||||
"@strapi/icons": "0.0.1-alpha.67",
|
||||
"@strapi/strapi": "^4.0.0-beta.14",
|
||||
"@strapi/utils": "4.0.0-beta.14",
|
||||
"babel-eslint": "9.0.0",
|
||||
"codecov": "^3.8.3",
|
||||
"eslint": "^5.16.0",
|
||||
|
|
Loading…
Reference in New Issue