diff --git a/.github/actions/check-pr-status/package.json b/.github/actions/check-pr-status/package.json index 99fd76622a..bc31b44ee8 100644 --- a/.github/actions/check-pr-status/package.json +++ b/.github/actions/check-pr-status/package.json @@ -1,6 +1,6 @@ { "name": "check-pr-status", - "version": "4.6.1", + "version": "4.6.2", "main": "dist/index.js", "license": "MIT", "private": true, diff --git a/examples/getstarted/package.json b/examples/getstarted/package.json index 9e41199a7c..12b22f2018 100644 --- a/examples/getstarted/package.json +++ b/examples/getstarted/package.json @@ -1,7 +1,7 @@ { "name": "getstarted", "private": true, - "version": "4.6.1", + "version": "4.6.2", "description": "A Strapi application.", "scripts": { "develop": "strapi develop", @@ -12,16 +12,16 @@ "strapi": "strapi" }, "dependencies": { - "@strapi/plugin-color-picker": "4.6.1", - "@strapi/plugin-documentation": "4.6.1", - "@strapi/plugin-graphql": "4.6.1", - "@strapi/plugin-i18n": "4.6.1", - "@strapi/plugin-sentry": "4.6.1", - "@strapi/plugin-users-permissions": "4.6.1", - "@strapi/provider-email-mailgun": "4.6.1", - "@strapi/provider-upload-aws-s3": "4.6.1", - "@strapi/provider-upload-cloudinary": "4.6.1", - "@strapi/strapi": "4.6.1", + "@strapi/plugin-color-picker": "4.6.2", + "@strapi/plugin-documentation": "4.6.2", + "@strapi/plugin-graphql": "4.6.2", + "@strapi/plugin-i18n": "4.6.2", + "@strapi/plugin-sentry": "4.6.2", + "@strapi/plugin-users-permissions": "4.6.2", + "@strapi/provider-email-mailgun": "4.6.2", + "@strapi/provider-upload-aws-s3": "4.6.2", + "@strapi/provider-upload-cloudinary": "4.6.2", + "@strapi/strapi": "4.6.2", "@vscode/sqlite3": "5.0.8", "better-sqlite3": "8.0.1", "lodash": "4.17.21", diff --git a/examples/kitchensink-ts/package.json b/examples/kitchensink-ts/package.json index b1b906b675..349b9442a2 100644 --- a/examples/kitchensink-ts/package.json +++ b/examples/kitchensink-ts/package.json @@ -1,7 +1,7 @@ { "name": "kitchensink-ts", "private": true, - "version": "4.6.1", + "version": "4.6.2", "description": "A Strapi application", "scripts": { "develop": "strapi develop", @@ -10,9 +10,9 @@ "strapi": "strapi" }, "dependencies": { - "@strapi/plugin-i18n": "4.6.1", - "@strapi/plugin-users-permissions": "4.6.1", - "@strapi/strapi": "4.6.1", + "@strapi/plugin-i18n": "4.6.2", + "@strapi/plugin-users-permissions": "4.6.2", + "@strapi/strapi": "4.6.2", "better-sqlite3": "8.0.1" }, "author": { diff --git a/examples/kitchensink/package.json b/examples/kitchensink/package.json index c7b150cd75..db6c9230ab 100644 --- a/examples/kitchensink/package.json +++ b/examples/kitchensink/package.json @@ -1,7 +1,7 @@ { "name": "kitchensink", "private": true, - "version": "4.6.1", + "version": "4.6.2", "description": "A Strapi application.", "scripts": { "develop": "strapi develop", @@ -12,10 +12,10 @@ "strapi": "strapi" }, "dependencies": { - "@strapi/provider-email-mailgun": "4.6.1", - "@strapi/provider-upload-aws-s3": "4.6.1", - "@strapi/provider-upload-cloudinary": "4.6.1", - "@strapi/strapi": "4.6.1", + "@strapi/provider-email-mailgun": "4.6.2", + "@strapi/provider-upload-aws-s3": "4.6.2", + "@strapi/provider-upload-cloudinary": "4.6.2", + "@strapi/strapi": "4.6.2", "lodash": "4.17.21", "mysql": "2.18.1", "passport-google-oauth2": "0.2.0", diff --git a/lerna.json b/lerna.json index 188b0a282a..b62a511529 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "4.6.1", + "version": "4.6.2", "packages": [ "packages/*", "examples/*" diff --git a/packages/admin-test-utils/package.json b/packages/admin-test-utils/package.json index 34471e549e..b094b3ae12 100644 --- a/packages/admin-test-utils/package.json +++ b/packages/admin-test-utils/package.json @@ -1,6 +1,6 @@ { "name": "@strapi/admin-test-utils", - "version": "4.6.1", + "version": "4.6.2", "private": true, "description": "Test utilities for the Strapi administration panel", "license": "MIT", diff --git a/packages/cli/create-strapi-app/package.json b/packages/cli/create-strapi-app/package.json index d6fd3bda4d..9c399a6dcf 100644 --- a/packages/cli/create-strapi-app/package.json +++ b/packages/cli/create-strapi-app/package.json @@ -1,9 +1,9 @@ { "name": "create-strapi-app", - "version": "4.6.1", + "version": "4.6.2", "description": "Generate a new Strapi application.", "dependencies": { - "@strapi/generate-new": "4.6.1", + "@strapi/generate-new": "4.6.2", "commander": "8.3.0", "inquirer": "8.2.5" }, diff --git a/packages/cli/create-strapi-starter/package.json b/packages/cli/create-strapi-starter/package.json index dd9caa5d0f..48312153ec 100644 --- a/packages/cli/create-strapi-starter/package.json +++ b/packages/cli/create-strapi-starter/package.json @@ -1,6 +1,6 @@ { "name": "create-strapi-starter", - "version": "4.6.1", + "version": "4.6.2", "description": "Generate a new Strapi application.", "keywords": [ "create-strapi-starter", @@ -38,7 +38,7 @@ "test": "echo \"no tests yet\"" }, "dependencies": { - "@strapi/generate-new": "4.6.1", + "@strapi/generate-new": "4.6.2", "chalk": "4.1.1", "ci-info": "3.5.0", "commander": "8.3.0", diff --git a/packages/core/admin/admin/src/pages/HomePage/CloudBox.js b/packages/core/admin/admin/src/pages/HomePage/CloudBox.js new file mode 100644 index 0000000000..c05aada847 --- /dev/null +++ b/packages/core/admin/admin/src/pages/HomePage/CloudBox.js @@ -0,0 +1,83 @@ +import React from 'react'; +import styled from 'styled-components'; +import { useIntl } from 'react-intl'; +import { useTracking, pxToRem } from '@strapi/helper-plugin'; +import { Box, Flex, Typography } from '@strapi/design-system'; +import cloudIconBackgroundImage from './assets/strapi-cloud-background.png'; +import cloudIcon from './assets/strapi-cloud-icon.svg'; +import cloudFlagsImage from './assets/strapi-cloud-flags.svg'; + +const BlockLink = styled.a` + text-decoration: none; +`; + +const CloudCustomWrapper = styled(Box)` + background-image: url(${({ backgroundImage }) => backgroundImage}); +`; + +const CloudIconWrapper = styled(Flex)` + background: rgba(255, 255, 255, 0.3); +`; + +const CloudBox = () => { + const { formatMessage } = useIntl(); + const { trackUsage } = useTracking(); + + return ( + { + trackUsage('didClickOnTryStrapiCloudSection'); + }} + > + + + + + + + + + + {formatMessage({ + id: 'app.components.BlockLink.cloud', + defaultMessage: 'Strapi Cloud', + })} + + + + {formatMessage({ + id: 'app.components.BlockLink.cloud.content', + defaultMessage: + 'A fully composable, and collaborative platform to boost your team velocity.', + })} + + + + + + ); +}; + +export default CloudBox; diff --git a/packages/core/admin/admin/src/pages/HomePage/ContentBlocks.js b/packages/core/admin/admin/src/pages/HomePage/ContentBlocks.js index 0a44e61705..17d63fe300 100644 --- a/packages/core/admin/admin/src/pages/HomePage/ContentBlocks.js +++ b/packages/core/admin/admin/src/pages/HomePage/ContentBlocks.js @@ -4,6 +4,7 @@ import { useIntl } from 'react-intl'; import { ContentBox, useTracking } from '@strapi/helper-plugin'; import { Stack } from '@strapi/design-system'; import { InformationSquare, CodeSquare, PlaySquare, FeatherSquare } from '@strapi/icons'; +import CloudBox from './CloudBox'; const BlockLink = styled.a` text-decoration: none; @@ -19,6 +20,7 @@ const ContentBlocks = () => { return ( + \ No newline at end of file diff --git a/packages/core/admin/admin/src/pages/HomePage/assets/strapi-cloud-icon.svg b/packages/core/admin/admin/src/pages/HomePage/assets/strapi-cloud-icon.svg new file mode 100644 index 0000000000..0cea9bf9ce --- /dev/null +++ b/packages/core/admin/admin/src/pages/HomePage/assets/strapi-cloud-icon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/packages/core/admin/admin/src/pages/HomePage/tests/index.test.js b/packages/core/admin/admin/src/pages/HomePage/tests/index.test.js index edd897265f..86ae33e056 100644 --- a/packages/core/admin/admin/src/pages/HomePage/tests/index.test.js +++ b/packages/core/admin/admin/src/pages/HomePage/tests/index.test.js @@ -60,6 +60,7 @@ describe('Homepage', () => { }); test.each([ + 'strapi cloud a fully composable, and collaborative platform to boost your team velocity.', 'documentation discover the essential concepts, guides and instructions.', 'code example learn by using ready-made starters for your projects.', 'tutorials follow step-by-step instructions to use and customize strapi.', diff --git a/packages/core/admin/admin/src/pages/SettingsPage/components/Tokens/FormiTokenContainer/LifeSpanInput.js b/packages/core/admin/admin/src/pages/SettingsPage/components/Tokens/FormiTokenContainer/LifeSpanInput.js index 16f8e5acff..7d00e3c45e 100644 --- a/packages/core/admin/admin/src/pages/SettingsPage/components/Tokens/FormiTokenContainer/LifeSpanInput.js +++ b/packages/core/admin/admin/src/pages/SettingsPage/components/Tokens/FormiTokenContainer/LifeSpanInput.js @@ -2,8 +2,7 @@ import React from 'react'; import PropTypes from 'prop-types'; import { useIntl } from 'react-intl'; import { usePersistentState } from '@strapi/helper-plugin'; -import { Select, Option } from '@strapi/design-system/Select'; -import { Typography } from '@strapi/design-system/Typography'; +import { Select, Option, Typography } from '@strapi/design-system'; import { getDateOfExpiration } from '../../../pages/ApiTokens/EditView/utils'; const LifeSpanInput = ({ token, errors, values, onChange, disabled }) => { diff --git a/packages/core/admin/admin/src/pages/SettingsPage/components/Tokens/LifeSpanInput/index.js b/packages/core/admin/admin/src/pages/SettingsPage/components/Tokens/LifeSpanInput/index.js index 31fd84dadf..f8792dfec4 100644 --- a/packages/core/admin/admin/src/pages/SettingsPage/components/Tokens/LifeSpanInput/index.js +++ b/packages/core/admin/admin/src/pages/SettingsPage/components/Tokens/LifeSpanInput/index.js @@ -1,8 +1,7 @@ import React from 'react'; import PropTypes from 'prop-types'; import { useIntl } from 'react-intl'; -import { Select, Option } from '@strapi/design-system/Select'; -import { Typography } from '@strapi/design-system/Typography'; +import { Select, Option, Typography } from '@strapi/design-system'; import { getDateOfExpiration } from '../../../pages/ApiTokens/EditView/utils'; const LifeSpanInput = ({ token, errors, values, onChange, isCreating }) => { diff --git a/packages/core/admin/admin/src/pages/SettingsPage/components/Tokens/Regenerate/index.js b/packages/core/admin/admin/src/pages/SettingsPage/components/Tokens/Regenerate/index.js index 1891c1d5ec..ef3c33c79c 100644 --- a/packages/core/admin/admin/src/pages/SettingsPage/components/Tokens/Regenerate/index.js +++ b/packages/core/admin/admin/src/pages/SettingsPage/components/Tokens/Regenerate/index.js @@ -1,8 +1,8 @@ import React, { useState } from 'react'; import PropTypes from 'prop-types'; import { useIntl } from 'react-intl'; -import { Button } from '@strapi/design-system/Button'; -import Refresh from '@strapi/icons/Refresh'; +import { Button } from '@strapi/design-system'; +import { Refresh } from '@strapi/icons'; import { ConfirmDialog } from '@strapi/helper-plugin'; import { useRegenerate } from '../../../../../hooks'; diff --git a/packages/core/admin/admin/src/pages/SettingsPage/components/Tokens/Table/DeleteButton/index.js b/packages/core/admin/admin/src/pages/SettingsPage/components/Tokens/Table/DeleteButton/index.js index 8aac1bc1c5..af1042c249 100644 --- a/packages/core/admin/admin/src/pages/SettingsPage/components/Tokens/Table/DeleteButton/index.js +++ b/packages/core/admin/admin/src/pages/SettingsPage/components/Tokens/Table/DeleteButton/index.js @@ -1,20 +1,25 @@ -import React from 'react'; +import React, { useState } from 'react'; import { Trash } from '@strapi/icons'; import { IconButton, Box } from '@strapi/design-system'; -import { stopPropagation, useTracking } from '@strapi/helper-plugin'; +import { useTracking, ConfirmDialog } from '@strapi/helper-plugin'; import { useIntl } from 'react-intl'; import PropTypes from 'prop-types'; const DeleteButton = ({ tokenName, onClickDelete }) => { const { formatMessage } = useIntl(); const { trackUsage } = useTracking(); // TODO: Track different types of tokens + const [showConfirmDialog, setShowConfirmDialog] = useState(false); + const handleClickDelete = () => { + setShowConfirmDialog(false); + trackUsage('willDeleteToken'); + onClickDelete(); + }; return ( - + e.stopPropagation()}> { - trackUsage('willDeleteToken'); - onClickDelete(); + setShowConfirmDialog(true); }} label={formatMessage( { @@ -27,6 +32,11 @@ const DeleteButton = ({ tokenName, onClickDelete }) => { noBorder icon={} /> + setShowConfirmDialog(false)} + onConfirm={handleClickDelete} + isOpen={showConfirmDialog} + /> ); }; diff --git a/packages/core/admin/admin/src/pages/SettingsPage/components/Tokens/Table/DeleteButton/tests/DeleteButton.test.js b/packages/core/admin/admin/src/pages/SettingsPage/components/Tokens/Table/DeleteButton/tests/DeleteButton.test.js new file mode 100644 index 0000000000..d7f4c53868 --- /dev/null +++ b/packages/core/admin/admin/src/pages/SettingsPage/components/Tokens/Table/DeleteButton/tests/DeleteButton.test.js @@ -0,0 +1,61 @@ +import React from 'react'; +import { ThemeProvider, lightTheme } from '@strapi/design-system'; +import { act, fireEvent, render } from '@testing-library/react'; +import { IntlProvider } from 'react-intl'; +import { NotificationsProvider } from '@strapi/helper-plugin'; + +import DeleteButton from '../index'; + +jest.mock('@strapi/helper-plugin', () => ({ + ...jest.requireActual('@strapi/helper-plugin'), + useTracking: jest.fn(() => ({ trackUsage: jest.fn() })), +})); + +function ComponentToTest(props) { + return ( + + + {}}> + {}} {...props} /> + + + + ); +} + +const setup = (props = { onClickDelete: jest.fn() }) => { + return render(); +}; + +describe('DeleteButton', () => { + afterEach(() => { + jest.clearAllMocks(); + }); + it('show confirmation delete dialog when the delete button is clicked', () => { + const { queryByText, getByRole } = setup(); + fireEvent.click(getByRole('button', { name: 'Delete test' })); + + expect(queryByText('Are you sure you want to delete this?')).toBeInTheDocument(); + }); + + it('closes the modal when you click on Cancel button', () => { + const { queryByText, getByText, getByRole } = setup(); + fireEvent.click(getByRole('button', { name: 'Delete test' })); + + act(() => { + fireEvent.click(getByText('Cancel')); + }); + + expect(queryByText('Are you sure you want to delete this?')).not.toBeInTheDocument(); + }); + + it('trigger the onClickDelete function when you click on the Confirm button', () => { + const spy = jest.fn(); + const { getByRole, getByText } = setup({ onClickDelete: spy }); + + fireEvent.click(getByRole('button', { name: 'Delete test' })); + fireEvent.click(getByText('Confirm')); + + expect(spy).toBeCalledTimes(1); + }); +}); diff --git a/packages/core/admin/admin/src/pages/SettingsPage/components/Tokens/Table/index.js b/packages/core/admin/admin/src/pages/SettingsPage/components/Tokens/Table/index.js index 42004f367f..7504aaabd6 100644 --- a/packages/core/admin/admin/src/pages/SettingsPage/components/Tokens/Table/index.js +++ b/packages/core/admin/admin/src/pages/SettingsPage/components/Tokens/Table/index.js @@ -1,9 +1,7 @@ import React from 'react'; import { useHistory } from 'react-router-dom'; import PropTypes from 'prop-types'; -import { Typography } from '@strapi/design-system/Typography'; -import { Tbody, Tr, Td } from '@strapi/design-system/Table'; -import { Flex } from '@strapi/design-system/Flex'; +import { Typography, Flex, Tbody, Tr, Td } from '@strapi/design-system'; import { RelativeTime, onRowClick, diff --git a/packages/core/admin/admin/src/pages/SettingsPage/components/Tokens/TokenDescription/index.js b/packages/core/admin/admin/src/pages/SettingsPage/components/Tokens/TokenDescription/index.js index 8f01152212..d420d70715 100644 --- a/packages/core/admin/admin/src/pages/SettingsPage/components/Tokens/TokenDescription/index.js +++ b/packages/core/admin/admin/src/pages/SettingsPage/components/Tokens/TokenDescription/index.js @@ -1,7 +1,7 @@ import React from 'react'; import PropTypes from 'prop-types'; import { useIntl } from 'react-intl'; -import { Textarea } from '@strapi/design-system/Textarea'; +import { Textarea } from '@strapi/design-system'; const TokenDescription = ({ errors, values, onChange, canEditInputs }) => { const { formatMessage } = useIntl(); diff --git a/packages/core/admin/admin/src/pages/SettingsPage/components/Tokens/TokenName/index.js b/packages/core/admin/admin/src/pages/SettingsPage/components/Tokens/TokenName/index.js index 432af30fb6..47cc2b8f6a 100644 --- a/packages/core/admin/admin/src/pages/SettingsPage/components/Tokens/TokenName/index.js +++ b/packages/core/admin/admin/src/pages/SettingsPage/components/Tokens/TokenName/index.js @@ -1,7 +1,7 @@ import React from 'react'; import PropTypes from 'prop-types'; import { useIntl } from 'react-intl'; -import { TextInput } from '@strapi/design-system/TextInput'; +import { TextInput } from '@strapi/design-system'; const TokenName = ({ errors, values, onChange, canEditInputs }) => { const { formatMessage } = useIntl(); diff --git a/packages/core/admin/admin/src/pages/SettingsPage/components/Tokens/TokenTypeSelect/index.js b/packages/core/admin/admin/src/pages/SettingsPage/components/Tokens/TokenTypeSelect/index.js index 2e44b4a46f..8a6d844fc9 100644 --- a/packages/core/admin/admin/src/pages/SettingsPage/components/Tokens/TokenTypeSelect/index.js +++ b/packages/core/admin/admin/src/pages/SettingsPage/components/Tokens/TokenTypeSelect/index.js @@ -2,7 +2,7 @@ import React from 'react'; import PropTypes from 'prop-types'; import { useIntl } from 'react-intl'; -import { Select, Option } from '@strapi/design-system/Select'; +import { Select, Option } from '@strapi/design-system'; const TokenTypeSelect = ({ errors, values, onChange, canEditInputs, options, label }) => { const { formatMessage } = useIntl(); diff --git a/packages/core/admin/admin/src/pages/SettingsPage/pages/ApiTokens/EditView/tests/__snapshots__/index.test.js.snap b/packages/core/admin/admin/src/pages/SettingsPage/pages/ApiTokens/EditView/tests/__snapshots__/index.test.js.snap index 71244fe533..73aaa18e0d 100644 --- a/packages/core/admin/admin/src/pages/SettingsPage/pages/ApiTokens/EditView/tests/__snapshots__/index.test.js.snap +++ b/packages/core/admin/admin/src/pages/SettingsPage/pages/ApiTokens/EditView/tests/__snapshots__/index.test.js.snap @@ -15,26 +15,48 @@ exports[`ADMIN | Pages | API TOKENS | EditView renders and matches the snapshot color: #32324d; } -.c25 { +.c24 { font-weight: 500; font-size: 1rem; line-height: 1.25; color: #32324d; } -.c53 { +.c28 { + font-size: 0.875rem; + line-height: 1.43; + color: #d02b20; +} + +.c39 { + font-size: 0.875rem; + line-height: 1.43; + display: block; + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; + color: #666687; +} + +.c43 { + font-size: 0.75rem; + line-height: 1.33; + color: #666687; +} + +.c49 { font-size: 0.875rem; line-height: 1.43; color: #666687; } -.c64 { +.c60 { font-size: 0.75rem; line-height: 1.33; color: #4945ff; } -.c65 { +.c61 { font-weight: 500; font-size: 1rem; line-height: 1.25; @@ -61,6 +83,11 @@ exports[`ADMIN | Pages | API TOKENS | EditView renders and matches the snapshot padding-right: 8px; } +.c19 { + padding-right: 56px; + padding-left: 56px; +} + .c22 { background: #ffffff; padding-top: 24px; @@ -71,25 +98,34 @@ exports[`ADMIN | Pages | API TOKENS | EditView renders and matches the snapshot box-shadow: 0px 1px 4px rgba(33,33,52,0.1); } -.c48 { +.c38 { + padding-right: 16px; + padding-left: 16px; +} + +.c40 { + padding-left: 12px; +} + +.c44 { background: #ffffff; border-radius: 4px; box-shadow: 0px 1px 4px rgba(33,33,52,0.1); } -.c51 { +.c47 { padding-top: 24px; padding-right: 32px; padding-bottom: 24px; padding-left: 32px; } -.c54 { +.c50 { background: #ffffff; padding: 16px; } -.c73 { +.c69 { background: #eaeaef; padding-top: 24px; padding-right: 32px; @@ -97,11 +133,11 @@ exports[`ADMIN | Pages | API TOKENS | EditView renders and matches the snapshot padding-left: 32px; } -.c55 { +.c51 { border-radius: 4px; } -.c57 { +.c53 { background: #f6f6f9; padding-top: 24px; padding-right: 24px; @@ -109,21 +145,21 @@ exports[`ADMIN | Pages | API TOKENS | EditView renders and matches the snapshot padding-left: 24px; } -.c59 { +.c55 { max-width: 100%; -webkit-flex: 1; -ms-flex: 1; flex: 1; } -.c61 { +.c57 { min-width: 0; -webkit-flex: 1; -ms-flex: 1; flex: 1; } -.c66 { +.c62 { background: #dcdce4; border-radius: 50%; width: 2rem; @@ -134,12 +170,12 @@ exports[`ADMIN | Pages | API TOKENS | EditView renders and matches the snapshot cursor: pointer; } -.c68 { +.c64 { color: #666687; width: 0.6875rem; } -.c71 { +.c67 { background: #ffffff; padding-top: 24px; padding-right: 24px; @@ -179,7 +215,7 @@ exports[`ADMIN | Pages | API TOKENS | EditView renders and matches the snapshot flex-direction: row; } -.c23 { +.c20 { -webkit-align-items: stretch; -webkit-box-align: stretch; -ms-flex-align: stretch; @@ -193,7 +229,7 @@ exports[`ADMIN | Pages | API TOKENS | EditView renders and matches the snapshot flex-direction: column; } -.c67 { +.c63 { -webkit-align-items: center; -webkit-box-align: center; -ms-flex-align: center; @@ -214,62 +250,62 @@ exports[`ADMIN | Pages | API TOKENS | EditView renders and matches the snapshot justify-content: center; } -.c56 { +.c52 { border: 1px solid #f6f6f9; } -.c56:hover:not([aria-disabled='true']) { +.c52:hover:not([aria-disabled='true']) { border: 1px solid #4945ff; } -.c56:hover:not([aria-disabled='true']) .c11 { +.c52:hover:not([aria-disabled='true']) .c11 { color: #4945ff; } -.c56:hover:not([aria-disabled='true']) > .c8 { +.c52:hover:not([aria-disabled='true']) > .c8 { background: #f0f0ff; } -.c56:hover:not([aria-disabled='true']) [data-strapi-dropdown='true'] { +.c52:hover:not([aria-disabled='true']) [data-strapi-dropdown='true'] { background: #d9d8ff; } -.c70 { +.c66 { border: 1px solid #ffffff; } -.c70:hover:not([aria-disabled='true']) { +.c66:hover:not([aria-disabled='true']) { border: 1px solid #4945ff; } -.c70:hover:not([aria-disabled='true']) .c11 { +.c66:hover:not([aria-disabled='true']) .c11 { color: #4945ff; } -.c70:hover:not([aria-disabled='true']) > .c8 { +.c66:hover:not([aria-disabled='true']) > .c8 { background: #f0f0ff; } -.c70:hover:not([aria-disabled='true']) [data-strapi-dropdown='true'] { +.c66:hover:not([aria-disabled='true']) [data-strapi-dropdown='true'] { background: #d9d8ff; } -.c62 { +.c58 { background: transparent; border: none; position: relative; outline: none; } -.c62[aria-disabled='true'] { +.c58[aria-disabled='true'] { pointer-events: none; } -.c62[aria-disabled='true'] svg path { +.c58[aria-disabled='true'] svg path { fill: #666687; } -.c62 svg { +.c58 svg { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; @@ -277,11 +313,11 @@ exports[`ADMIN | Pages | API TOKENS | EditView renders and matches the snapshot font-size: 0.625rem; } -.c62 svg path { +.c58 svg path { fill: #4945ff; } -.c62:after { +.c58:after { -webkit-transition-property: all; transition-property: all; -webkit-transition-duration: 0.2s; @@ -296,11 +332,11 @@ exports[`ADMIN | Pages | API TOKENS | EditView renders and matches the snapshot border: 2px solid transparent; } -.c62:focus-visible { +.c58:focus-visible { outline: none; } -.c62:focus-visible:after { +.c58:focus-visible:after { border-radius: 8px; content: ''; position: absolute; @@ -311,21 +347,39 @@ exports[`ADMIN | Pages | API TOKENS | EditView renders and matches the snapshot border: 2px solid #4945ff; } -.c24 > * { +.c21 > * { margin-top: 0; margin-bottom: 0; } -.c24 > * + * { +.c21 > * + * { + margin-top: 24px; +} + +.c23 > * { + margin-top: 0; + margin-bottom: 0; +} + +.c23 > * + * { margin-top: 16px; } -.c52 > * { +.c27 > * { margin-top: 0; margin-bottom: 0; } -.c52 > * + * { +.c27 > * + * { + margin-top: 4px; +} + +.c48 > * { + margin-top: 0; + margin-bottom: 0; +} + +.c48 > * + * { margin-top: 8px; } @@ -338,42 +392,42 @@ exports[`ADMIN | Pages | API TOKENS | EditView renders and matches the snapshot margin-left: 8px; } -.c60 > * { +.c56 > * { margin-left: 0; margin-right: 0; } -.c60 > * + * { +.c56 > * + * { margin-left: 12px; } -.c69 path { +.c65 path { fill: #666687; } -.c63 { +.c59 { text-align: left; } -.c63 > span { +.c59 > span { max-width: 100%; } -.c63 svg { +.c59 svg { width: 0.875rem; height: 0.875rem; } -.c63 svg path { +.c59 svg path { fill: #8e8ea9; } -.c58 { +.c54 { min-height: 5.5rem; border-radius: 4px; } -.c58:hover svg path { +.c54:hover svg path { fill: #4945ff; } @@ -435,7 +489,7 @@ exports[`ADMIN | Pages | API TOKENS | EditView renders and matches the snapshot border: 2px solid #4945ff; } -.c74 { +.c70 { border: 0; -webkit-clip: rect(0 0 0 0); clip: rect(0 0 0 0); @@ -519,28 +573,166 @@ exports[`ADMIN | Pages | API TOKENS | EditView renders and matches the snapshot fill: #ffffff; } -.c26 { +.c29 { + line-height: 0; +} + +.c31 { + border: none; + border-radius: 4px; + padding-bottom: 0.65625rem; + padding-left: 16px; + padding-right: 16px; + padding-top: 0.65625rem; + color: #32324d; + font-weight: 400; + font-size: 0.875rem; + display: block; + width: 100%; + background: inherit; +} + +.c31::-webkit-input-placeholder { + color: #8e8ea9; + opacity: 1; +} + +.c31::-moz-placeholder { + color: #8e8ea9; + opacity: 1; +} + +.c31:-ms-input-placeholder { + color: #8e8ea9; + opacity: 1; +} + +.c31::placeholder { + color: #8e8ea9; + opacity: 1; +} + +.c31[aria-disabled='true'] { + color: inherit; +} + +.c31:focus { + outline: none; + box-shadow: none; +} + +.c30 { + border: 1px solid #dcdce4; + border-radius: 4px; + background: #ffffff; + outline: none; + box-shadow: 0; + -webkit-transition-property: border-color,box-shadow,fill; + transition-property: border-color,box-shadow,fill; + -webkit-transition-duration: 0.2s; + transition-duration: 0.2s; +} + +.c30:focus-within { + border: 1px solid #4945ff; + box-shadow: #4945ff 0px 0px 0px 2px; +} + +.c35 { + position: relative; + border: 1px solid #dcdce4; + padding-right: 12px; + border-radius: 4px; + background: #ffffff; + overflow: hidden; + min-height: 2.5rem; + outline: none; + box-shadow: 0; + -webkit-transition-property: border-color,box-shadow,fill; + transition-property: border-color,box-shadow,fill; + -webkit-transition-duration: 0.2s; + transition-duration: 0.2s; +} + +.c35:focus-within { + border: 1px solid #4945ff; + box-shadow: #4945ff 0px 0px 0px 2px; +} + +.c41 { + background: transparent; + border: none; + position: relative; + z-index: 1; +} + +.c41 svg { + height: 0.6875rem; + width: 0.6875rem; +} + +.c41 svg path { + fill: #666687; +} + +.c42 { + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; + background: none; + border: none; +} + +.c42 svg { + width: 0.375rem; +} + +.c36 { + position: absolute; + left: 0; + right: 0; + bottom: 0; + top: 0; + width: 100%; + background: transparent; + border: none; +} + +.c36:focus { + outline: none; +} + +.c36[aria-disabled='true'] { + cursor: not-allowed; +} + +.c37 { + width: 100%; +} + +.c25 { display: grid; grid-template-columns: repeat(12,1fr); gap: 20px; } -.c49 { +.c45 { display: grid; grid-template-columns: repeat(12,1fr); } -.c27 { +.c26 { grid-column: span 6; max-width: 100%; } -.c50 { +.c46 { grid-column: span 7; max-width: 100%; } -.c72 { +.c68 { grid-column: span 5; max-width: 100%; } @@ -549,105 +741,109 @@ exports[`ADMIN | Pages | API TOKENS | EditView renders and matches the snapshot outline: none; } +.c33 { + border: 1px solid #dcdce4; + border-radius: 4px; + padding-left: 16px; + padding-right: 16px; + padding-top: 12px; + padding-bottom: 12px; + background: #ffffff; + outline: none; + box-shadow: 0; + -webkit-transition-property: border-color,box-shadow,fill; + transition-property: border-color,box-shadow,fill; + -webkit-transition-duration: 0.2s; + transition-duration: 0.2s; +} + +.c33:focus-within { + border: 1px solid #4945ff; + box-shadow: #4945ff 0px 0px 0px 2px; +} + +.c34 { + display: block; + width: 100%; + font-weight: 400; + font-size: 0.875rem; + border: none; + color: #32324d; + resize: none; + background: inherit; +} + +.c34::-webkit-input-placeholder { + color: #8e8ea9; + opacity: 1; +} + +.c34::-moz-placeholder { + color: #8e8ea9; + opacity: 1; +} + +.c34:-ms-input-placeholder { + color: #8e8ea9; + opacity: 1; +} + +.c34::placeholder { + color: #8e8ea9; + opacity: 1; +} + +.c34:focus-within { + outline: none; +} + +.c32 textarea { + height: 5rem; + line-height: 1.25rem; +} + +.c32 textarea::-webkit-input-placeholder { + font-weight: 400; + font-size: 0.875rem; + line-height: 1.43; + color: #8e8ea9; + opacity: 1; +} + +.c32 textarea::-moz-placeholder { + font-weight: 400; + font-size: 0.875rem; + line-height: 1.43; + color: #8e8ea9; + opacity: 1; +} + +.c32 textarea:-ms-input-placeholder { + font-weight: 400; + font-size: 0.875rem; + line-height: 1.43; + color: #8e8ea9; + opacity: 1; +} + +.c32 textarea::placeholder { + font-weight: 400; + font-size: 0.875rem; + line-height: 1.43; + color: #8e8ea9; + opacity: 1; +} + .c5 { padding-right: 8px; } -.c19 { - padding-right: 56px; - padding-left: 56px; -} - -.c42 { - padding-right: 16px; - padding-left: 16px; -} - -.c44 { - padding-left: 12px; -} - .c7 { font-size: 0.875rem; line-height: 1.43; color: #4945ff; } -.c29 { - font-size: 0.75rem; - line-height: 1.33; - font-weight: 600; - color: #32324d; -} - -.c31 { - font-size: 0.875rem; - line-height: 1.43; - color: #d02b20; -} - -.c43 { - font-size: 0.875rem; - line-height: 1.43; - display: block; - white-space: nowrap; - overflow: hidden; - text-overflow: ellipsis; - color: #666687; -} - -.c47 { - font-size: 0.75rem; - line-height: 1.33; - color: #666687; -} - -.c20 { - -webkit-align-items: stretch; - -webkit-box-align: stretch; - -ms-flex-align: stretch; - align-items: stretch; - display: -webkit-box; - display: -webkit-flex; - display: -ms-flexbox; - display: flex; - -webkit-flex-direction: column; - -ms-flex-direction: column; - flex-direction: column; -} - -.c30 { - -webkit-align-items: center; - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - display: -webkit-box; - display: -webkit-flex; - display: -ms-flexbox; - display: flex; - -webkit-flex-direction: row; - -ms-flex-direction: row; - flex-direction: row; -} - -.c33 { - -webkit-align-items: center; - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - display: -webkit-box; - display: -webkit-flex; - display: -ms-flexbox; - display: flex; - -webkit-flex-direction: row; - -ms-flex-direction: row; - flex-direction: row; - -webkit-box-pack: justify; - -webkit-justify-content: space-between; - -ms-flex-pack: justify; - justify-content: space-between; -} - .c4 { display: -webkit-inline-box; display: -webkit-inline-flex; @@ -708,287 +904,38 @@ exports[`ADMIN | Pages | API TOKENS | EditView renders and matches the snapshot display: flex; } -.c21 > * { - margin-top: 0; - margin-bottom: 0; -} - -.c21 > * + * { - margin-top: 24px; -} - -.c28 > * { - margin-top: 0; - margin-bottom: 0; -} - -.c28 > * + * { - margin-top: 4px; -} - -.c32 { - line-height: 0; -} - -.c35 { - border: none; - border-radius: 4px; - padding-bottom: 0.65625rem; - padding-left: 16px; - padding-right: 16px; - padding-top: 0.65625rem; - color: #32324d; - font-weight: 400; - font-size: 0.875rem; - display: block; - width: 100%; - background: inherit; -} - -.c35::-webkit-input-placeholder { - color: #8e8ea9; - opacity: 1; -} - -.c35::-moz-placeholder { - color: #8e8ea9; - opacity: 1; -} - -.c35:-ms-input-placeholder { - color: #8e8ea9; - opacity: 1; -} - -.c35::placeholder { - color: #8e8ea9; - opacity: 1; -} - -.c35[aria-disabled='true'] { - color: inherit; -} - -.c35:focus { - outline: none; - box-shadow: none; -} - -.c34 { - border: 1px solid #dcdce4; - border-radius: 4px; - background: #ffffff; - outline: none; - box-shadow: 0; - -webkit-transition-property: border-color,box-shadow,fill; - transition-property: border-color,box-shadow,fill; - -webkit-transition-duration: 0.2s; - transition-duration: 0.2s; -} - -.c34:focus-within { - border: 1px solid #4945ff; - box-shadow: #4945ff 0px 0px 0px 2px; -} - -.c40 { - position: absolute; - left: 0; - right: 0; - bottom: 0; - top: 0; - width: 100%; - background: transparent; - border: none; -} - -.c40:focus { - outline: none; -} - -.c40[aria-disabled='true'] { - cursor: not-allowed; -} - -.c39 { - position: relative; - border: 1px solid #dcdce4; - padding-right: 12px; - border-radius: 4px; - background: #ffffff; - overflow: hidden; - min-height: 2.5rem; - outline: none; - box-shadow: 0; - -webkit-transition-property: border-color,box-shadow,fill; - transition-property: border-color,box-shadow,fill; - -webkit-transition-duration: 0.2s; - transition-duration: 0.2s; -} - -.c39:focus-within { - border: 1px solid #4945ff; - box-shadow: #4945ff 0px 0px 0px 2px; -} - -.c45 { - background: transparent; - border: none; - position: relative; - z-index: 1; -} - -.c45 svg { - height: 0.6875rem; - width: 0.6875rem; -} - -.c45 svg path { - fill: #666687; -} - -.c46 { - display: -webkit-box; - display: -webkit-flex; - display: -ms-flexbox; - display: flex; - background: none; - border: none; -} - -.c46 svg { - width: 0.375rem; -} - -.c41 { - width: 100%; -} - -.c37 { - border: 1px solid #dcdce4; - border-radius: 4px; - padding-left: 16px; - padding-right: 16px; - padding-top: 12px; - padding-bottom: 12px; - background: #ffffff; - outline: none; - box-shadow: 0; - -webkit-transition-property: border-color,box-shadow,fill; - transition-property: border-color,box-shadow,fill; - -webkit-transition-duration: 0.2s; - transition-duration: 0.2s; -} - -.c37:focus-within { - border: 1px solid #4945ff; - box-shadow: #4945ff 0px 0px 0px 2px; -} - -.c38 { - display: block; - width: 100%; - font-weight: 400; - font-size: 0.875rem; - border: none; - color: #32324d; - resize: none; - background: inherit; -} - -.c38::-webkit-input-placeholder { - color: #8e8ea9; - opacity: 1; -} - -.c38::-moz-placeholder { - color: #8e8ea9; - opacity: 1; -} - -.c38:-ms-input-placeholder { - color: #8e8ea9; - opacity: 1; -} - -.c38::placeholder { - color: #8e8ea9; - opacity: 1; -} - -.c38:focus-within { - outline: none; -} - -.c36 textarea { - height: 5rem; - line-height: 1.25rem; -} - -.c36 textarea::-webkit-input-placeholder { - font-weight: 400; - font-size: 0.875rem; - line-height: 1.43; - color: #8e8ea9; - opacity: 1; -} - -.c36 textarea::-moz-placeholder { - font-weight: 400; - font-size: 0.875rem; - line-height: 1.43; - color: #8e8ea9; - opacity: 1; -} - -.c36 textarea:-ms-input-placeholder { - font-weight: 400; - font-size: 0.875rem; - line-height: 1.43; - color: #8e8ea9; - opacity: 1; -} - -.c36 textarea::placeholder { - font-weight: 400; - font-size: 0.875rem; - line-height: 1.43; - color: #8e8ea9; - opacity: 1; -} - @media (max-width:68.75rem) { - .c27 { + .c26 { grid-column: span; } } @media (max-width:34.375rem) { - .c27 { + .c26 { grid-column: span 12; } } @media (max-width:68.75rem) { - .c50 { + .c46 { grid-column: span; } } @media (max-width:34.375rem) { - .c50 { + .c46 { grid-column: span; } } @media (max-width:68.75rem) { - .c72 { + .c68 { grid-column: span; } } @media (max-width:34.375rem) { - .c72 { + .c68 { grid-column: span; } } @@ -1091,27 +1038,27 @@ exports[`ADMIN | Pages | API TOKENS | EditView renders and matches the snapshot Details Name * Description @@ -1198,54 +1145,54 @@ exports[`ADMIN | Pages | API TOKENS | EditView renders and matches the snapshot Token duration * Select @@ -1253,11 +1200,11 @@ exports[`ADMIN | Pages | API TOKENS | EditView renders and matches the snapshot Token type * Select @@ -1343,11 +1290,11 @@ exports[`ADMIN | Pages | API TOKENS | EditView renders and matches the snapshot Permissions Only actions bound by a route are listed below. Address Category Advanced settings Select the application's actions or the plugin's actions and click on the cog icon to display the bound route @@ -1553,7 +1500,7 @@ exports[`ADMIN | Pages | API TOKENS | EditView renders and matches the snapshot .c10 { +.c61:hover:not([aria-disabled='true']) > .c8 { background: #f0f0ff; } -.c70:hover:not([aria-disabled='true']) [data-strapi-dropdown='true'] { +.c61:hover:not([aria-disabled='true']) [data-strapi-dropdown='true'] { background: #d9d8ff; } -.c84 { +.c75 { border: 1px solid #ffffff; } -.c84:hover:not([aria-disabled='true']) { +.c75:hover:not([aria-disabled='true']) { border: 1px solid #4945ff; } -.c84:hover:not([aria-disabled='true']) .c13 { +.c75:hover:not([aria-disabled='true']) .c11 { color: #4945ff; } -.c84:hover:not([aria-disabled='true']) > .c10 { +.c75:hover:not([aria-disabled='true']) > .c8 { background: #f0f0ff; } -.c84:hover:not([aria-disabled='true']) [data-strapi-dropdown='true'] { +.c75:hover:not([aria-disabled='true']) [data-strapi-dropdown='true'] { background: #d9d8ff; } -.c76 { +.c67 { background: transparent; border: none; position: relative; outline: none; } -.c76[aria-disabled='true'] { +.c67[aria-disabled='true'] { pointer-events: none; } -.c76[aria-disabled='true'] svg path { +.c67[aria-disabled='true'] svg path { fill: #666687; } -.c76 svg { +.c67 svg { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; @@ -1874,11 +1867,11 @@ exports[`ADMIN | Pages | API TOKENS | EditView renders and matches the snapshot font-size: 0.625rem; } -.c76 svg path { +.c67 svg path { fill: #4945ff; } -.c76:after { +.c67:after { -webkit-transition-property: all; transition-property: all; -webkit-transition-duration: 0.2s; @@ -1893,11 +1886,11 @@ exports[`ADMIN | Pages | API TOKENS | EditView renders and matches the snapshot border: 2px solid transparent; } -.c76:focus-visible { +.c67:focus-visible { outline: none; } -.c76:focus-visible:after { +.c67:focus-visible:after { border-radius: 8px; content: ''; position: absolute; @@ -1908,82 +1901,91 @@ exports[`ADMIN | Pages | API TOKENS | EditView renders and matches the snapshot border: 2px solid #4945ff; } -.c32 > * { +.c22 > * { margin-top: 0; margin-bottom: 0; } -.c32 > * + * { +.c22 > * + * { + margin-top: 24px; +} + +.c26 > * { + margin-top: 0; + margin-bottom: 0; +} + +.c26 > * + * { margin-top: 4px; } -.c37 > * { +.c31 > * { margin-top: 0; margin-bottom: 0; } -.c37 > * + * { +.c31 > * + * { margin-top: 16px; } -.c67 > * { +.c58 > * { margin-top: 0; margin-bottom: 0; } -.c67 > * + * { +.c58 > * + * { margin-top: 8px; } -.c15 > * { +.c13 > * { margin-left: 0; margin-right: 0; } -.c15 > * + * { +.c13 > * + * { margin-left: 8px; } -.c74 > * { +.c65 > * { margin-left: 0; margin-right: 0; } -.c74 > * + * { +.c65 > * + * { margin-left: 12px; } -.c83 path { +.c74 path { fill: #666687; } -.c77 { +.c68 { text-align: left; } -.c77 > span { +.c68 > span { max-width: 100%; } -.c77 svg { +.c68 svg { width: 0.875rem; height: 0.875rem; } -.c77 svg path { +.c68 svg path { fill: #8e8ea9; } -.c72 { +.c63 { min-height: 5.5rem; border-radius: 4px; } -.c72:hover svg path { +.c63:hover svg path { fill: #4945ff; } -.c20 { +.c14 { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; @@ -1997,21 +1999,21 @@ exports[`ADMIN | Pages | API TOKENS | EditView renders and matches the snapshot outline: none; } -.c20 svg { +.c14 svg { height: 12px; width: 12px; } -.c20 svg > g, -.c20 svg path { +.c14 svg > g, +.c14 svg path { fill: #ffffff; } -.c20[aria-disabled='true'] { +.c14[aria-disabled='true'] { pointer-events: none; } -.c20:after { +.c14:after { -webkit-transition-property: all; transition-property: all; -webkit-transition-duration: 0.2s; @@ -2026,11 +2028,11 @@ exports[`ADMIN | Pages | API TOKENS | EditView renders and matches the snapshot border: 2px solid transparent; } -.c20:focus-visible { +.c14:focus-visible { outline: none; } -.c20:focus-visible:after { +.c14:focus-visible:after { border-radius: 8px; content: ''; position: absolute; @@ -2041,7 +2043,7 @@ exports[`ADMIN | Pages | API TOKENS | EditView renders and matches the snapshot border: 2px solid #4945ff; } -.c88 { +.c79 { border: 0; -webkit-clip: rect(0 0 0 0); clip: rect(0 0 0 0); @@ -2053,11 +2055,11 @@ exports[`ADMIN | Pages | API TOKENS | EditView renders and matches the snapshot width: 1px; } -.c23 { +.c17 { height: 100%; } -.c89 .c1 { +.c80 .c1 { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; @@ -2068,19 +2070,91 @@ exports[`ADMIN | Pages | API TOKENS | EditView renders and matches the snapshot align-items: center; } -.c89 .c13 { +.c80 .c11 { color: #ffffff; } -.c89[aria-disabled='true'] .c13 { +.c80[aria-disabled='true'] .c11 { color: #666687; } -.c89[aria-disabled='true']:active .c13 { +.c80[aria-disabled='true']:active .c11 { color: #666687; } -.c21 { +.c15 { + -webkit-align-items: center; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + background-color: #4945ff; + border: 1px solid #4945ff; + height: 2rem; + padding-left: 16px; + padding-right: 16px; + border: 1px solid #dcdce4; + background: #ffffff; +} + +.c15 .c1 { + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; + -webkit-align-items: center; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; +} + +.c15 .c11 { + color: #ffffff; +} + +.c15[aria-disabled='true'] { + border: 1px solid #dcdce4; + background: #eaeaef; +} + +.c15[aria-disabled='true'] .c11 { + color: #666687; +} + +.c15[aria-disabled='true'] svg > g,.c15[aria-disabled='true'] svg path { + fill: #666687; +} + +.c15[aria-disabled='true']:active { + border: 1px solid #dcdce4; + background: #eaeaef; +} + +.c15[aria-disabled='true']:active .c11 { + color: #666687; +} + +.c15[aria-disabled='true']:active svg > g,.c15[aria-disabled='true']:active svg path { + fill: #666687; +} + +.c15:hover { + background-color: #f6f6f9; +} + +.c15:active { + background-color: #eaeaef; +} + +.c15 .c11 { + color: #32324d; +} + +.c15 svg > g, +.c15 svg path { + fill: #32324d; +} + +.c19 { -webkit-align-items: center; -webkit-box-align: center; -ms-flex-align: center; @@ -2092,7 +2166,7 @@ exports[`ADMIN | Pages | API TOKENS | EditView renders and matches the snapshot padding-right: 16px; } -.c21 .c1 { +.c19 .c1 { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; @@ -2103,73 +2177,248 @@ exports[`ADMIN | Pages | API TOKENS | EditView renders and matches the snapshot align-items: center; } -.c21 .c13 { +.c19 .c11 { color: #ffffff; } -.c21[aria-disabled='true'] { +.c19[aria-disabled='true'] { border: 1px solid #dcdce4; background: #eaeaef; } -.c21[aria-disabled='true'] .c13 { +.c19[aria-disabled='true'] .c11 { color: #666687; } -.c21[aria-disabled='true'] svg > g,.c21[aria-disabled='true'] svg path { +.c19[aria-disabled='true'] svg > g,.c19[aria-disabled='true'] svg path { fill: #666687; } -.c21[aria-disabled='true']:active { +.c19[aria-disabled='true']:active { border: 1px solid #dcdce4; background: #eaeaef; } -.c21[aria-disabled='true']:active .c13 { +.c19[aria-disabled='true']:active .c11 { color: #666687; } -.c21[aria-disabled='true']:active svg > g,.c21[aria-disabled='true']:active svg path { +.c19[aria-disabled='true']:active svg > g,.c19[aria-disabled='true']:active svg path { fill: #666687; } -.c21:hover { +.c19:hover { border: 1px solid #7b79ff; background: #7b79ff; } -.c21:active { +.c19:active { border: 1px solid #4945ff; background: #4945ff; } -.c21 svg > g, -.c21 svg path { +.c19 svg > g, +.c19 svg path { fill: #ffffff; } -.c39 { +.c36 { + line-height: 0; +} + +.c38 { + border: none; + border-radius: 4px; + padding-bottom: 0.65625rem; + padding-left: 16px; + padding-right: 16px; + padding-top: 0.65625rem; + color: #32324d; + font-weight: 400; + font-size: 0.875rem; + display: block; + width: 100%; + background: inherit; +} + +.c38::-webkit-input-placeholder { + color: #8e8ea9; + opacity: 1; +} + +.c38::-moz-placeholder { + color: #8e8ea9; + opacity: 1; +} + +.c38:-ms-input-placeholder { + color: #8e8ea9; + opacity: 1; +} + +.c38::placeholder { + color: #8e8ea9; + opacity: 1; +} + +.c38[aria-disabled='true'] { + color: inherit; +} + +.c38:focus { + outline: none; + box-shadow: none; +} + +.c37 { + border: 1px solid #dcdce4; + border-radius: 4px; + background: #ffffff; + outline: none; + box-shadow: 0; + -webkit-transition-property: border-color,box-shadow,fill; + transition-property: border-color,box-shadow,fill; + -webkit-transition-duration: 0.2s; + transition-duration: 0.2s; +} + +.c37:focus-within { + border: 1px solid #4945ff; + box-shadow: #4945ff 0px 0px 0px 2px; +} + +.c42 { + position: relative; + border: 1px solid #dcdce4; + padding-right: 12px; + border-radius: 4px; + background: #ffffff; + overflow: hidden; + min-height: 2.5rem; + color: #666687; + background: #eaeaef; + outline: none; + box-shadow: 0; + -webkit-transition-property: border-color,box-shadow,fill; + transition-property: border-color,box-shadow,fill; + -webkit-transition-duration: 0.2s; + transition-duration: 0.2s; +} + +.c42:focus-within { + border: 1px solid #4945ff; + box-shadow: #4945ff 0px 0px 0px 2px; +} + +.c51 { + position: relative; + border: 1px solid #dcdce4; + padding-right: 12px; + border-radius: 4px; + background: #ffffff; + overflow: hidden; + min-height: 2.5rem; + outline: none; + box-shadow: 0; + -webkit-transition-property: border-color,box-shadow,fill; + transition-property: border-color,box-shadow,fill; + -webkit-transition-duration: 0.2s; + transition-duration: 0.2s; +} + +.c51:focus-within { + border: 1px solid #4945ff; + box-shadow: #4945ff 0px 0px 0px 2px; +} + +.c48 { + background: transparent; + border: none; + position: relative; + z-index: 1; +} + +.c48 svg { + height: 0.6875rem; + width: 0.6875rem; +} + +.c48 svg path { + fill: #666687; +} + +.c49 { + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; + background: none; + border: none; + cursor: not-allowed; +} + +.c49 svg { + width: 0.375rem; +} + +.c53 { + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; + background: none; + border: none; +} + +.c53 svg { + width: 0.375rem; +} + +.c43 { + position: absolute; + left: 0; + right: 0; + bottom: 0; + top: 0; + width: 100%; + background: transparent; + border: none; +} + +.c43:focus { + outline: none; +} + +.c43[aria-disabled='true'] { + cursor: not-allowed; +} + +.c44 { + width: 100%; +} + +.c33 { display: grid; grid-template-columns: repeat(12,1fr); gap: 20px; } -.c64 { +.c55 { display: grid; grid-template-columns: repeat(12,1fr); } -.c40 { +.c34 { grid-column: span 6; max-width: 100%; } -.c65 { +.c56 { grid-column: span 7; max-width: 100%; } -.c86 { +.c77 { grid-column: span 5; max-width: 100%; } @@ -2178,262 +2427,122 @@ exports[`ADMIN | Pages | API TOKENS | EditView renders and matches the snapshot outline: none; } -.c30 { +.c40 { + border: 1px solid #dcdce4; + border-radius: 4px; + padding-left: 16px; + padding-right: 16px; + padding-top: 12px; + padding-bottom: 12px; + background: #ffffff; + outline: none; + box-shadow: 0; + -webkit-transition-property: border-color,box-shadow,fill; + transition-property: border-color,box-shadow,fill; + -webkit-transition-duration: 0.2s; + transition-duration: 0.2s; +} + +.c40:focus-within { + border: 1px solid #4945ff; + box-shadow: #4945ff 0px 0px 0px 2px; +} + +.c41 { + display: block; + width: 100%; + font-weight: 400; + font-size: 0.875rem; + border: none; + color: #32324d; + resize: none; + background: inherit; +} + +.c41::-webkit-input-placeholder { + color: #8e8ea9; + opacity: 1; +} + +.c41::-moz-placeholder { + color: #8e8ea9; + opacity: 1; +} + +.c41:-ms-input-placeholder { + color: #8e8ea9; + opacity: 1; +} + +.c41::placeholder { + color: #8e8ea9; + opacity: 1; +} + +.c41:focus-within { + outline: none; +} + +.c39 textarea { + height: 5rem; + line-height: 1.25rem; +} + +.c39 textarea::-webkit-input-placeholder { + font-weight: 400; + font-size: 0.875rem; + line-height: 1.43; + color: #8e8ea9; + opacity: 1; +} + +.c39 textarea::-moz-placeholder { + font-weight: 400; + font-size: 0.875rem; + line-height: 1.43; + color: #8e8ea9; + opacity: 1; +} + +.c39 textarea:-ms-input-placeholder { + font-weight: 400; + font-size: 0.875rem; + line-height: 1.43; + color: #8e8ea9; + opacity: 1; +} + +.c39 textarea::placeholder { + font-weight: 400; + font-size: 0.875rem; + line-height: 1.43; + color: #8e8ea9; + opacity: 1; +} + +.c25 { margin-right: 24px; } -.c30 svg { +.c25 svg { width: 2rem; height: 2rem; } -.c34 { +.c28 { word-break: break-all; } -.c6 { +.c5 { padding-right: 8px; } -.c25 { - padding-right: 56px; - padding-left: 56px; -} - -.c54 { - padding-right: 16px; - padding-left: 16px; -} - -.c56 { - padding-left: 12px; -} - -.c9 { +.c7 { font-size: 0.875rem; line-height: 1.43; color: #4945ff; } -.c19 { - font-size: 0.75rem; - line-height: 1.33; - font-weight: 600; - color: #32324d; -} - -.c43 { - font-size: 0.875rem; - line-height: 1.43; - color: #d02b20; -} - -.c55 { - font-size: 0.875rem; - line-height: 1.43; - display: block; - white-space: nowrap; - overflow: hidden; - text-overflow: ellipsis; - color: #666687; -} - -.c59 { - font-size: 0.75rem; - line-height: 1.33; - color: #666687; -} - -.c61 { - font-size: 0.875rem; - line-height: 1.43; - display: block; - white-space: nowrap; - overflow: hidden; - text-overflow: ellipsis; - color: #32324d; -} - -.c26 { - -webkit-align-items: stretch; - -webkit-box-align: stretch; - -ms-flex-align: stretch; - align-items: stretch; - display: -webkit-box; - display: -webkit-flex; - display: -ms-flexbox; - display: flex; - -webkit-flex-direction: column; - -ms-flex-direction: column; - flex-direction: column; -} - -.c42 { - -webkit-align-items: center; - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - display: -webkit-box; - display: -webkit-flex; - display: -ms-flexbox; - display: flex; - -webkit-flex-direction: row; - -ms-flex-direction: row; - flex-direction: row; -} - -.c45 { - -webkit-align-items: center; - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - display: -webkit-box; - display: -webkit-flex; - display: -ms-flexbox; - display: flex; - -webkit-flex-direction: row; - -ms-flex-direction: row; - flex-direction: row; - -webkit-box-pack: justify; - -webkit-justify-content: space-between; - -ms-flex-pack: justify; - justify-content: space-between; -} - -.c16 { - display: -webkit-box; - display: -webkit-flex; - display: -ms-flexbox; - display: flex; - cursor: pointer; - padding: 8px; - border-radius: 4px; - background: #ffffff; - border: 1px solid #dcdce4; - position: relative; - outline: none; -} - -.c16 svg { - height: 12px; - width: 12px; -} - -.c16 svg > g, -.c16 svg path { - fill: #ffffff; -} - -.c16[aria-disabled='true'] { - pointer-events: none; -} - -.c16:after { - -webkit-transition-property: all; - transition-property: all; - -webkit-transition-duration: 0.2s; - transition-duration: 0.2s; - border-radius: 8px; - content: ''; - position: absolute; - top: -4px; - bottom: -4px; - left: -4px; - right: -4px; - border: 2px solid transparent; -} - -.c16:focus-visible { - outline: none; -} - -.c16:focus-visible:after { - border-radius: 8px; - content: ''; - position: absolute; - top: -5px; - bottom: -5px; - left: -5px; - right: -5px; - border: 2px solid #4945ff; -} - -.c18 { - height: 100%; -} - -.c17 { - -webkit-align-items: center; - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - background-color: #4945ff; - border: 1px solid #4945ff; - height: 2rem; - padding-left: 16px; - padding-right: 16px; - border: 1px solid #dcdce4; - background: #ffffff; -} - -.c17 .c5 { - display: -webkit-box; - display: -webkit-flex; - display: -ms-flexbox; - display: flex; - -webkit-align-items: center; - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; -} - -.c17 .c8 { - color: #ffffff; -} - -.c17[aria-disabled='true'] { - border: 1px solid #dcdce4; - background: #eaeaef; -} - -.c17[aria-disabled='true'] .c8 { - color: #666687; -} - -.c17[aria-disabled='true'] svg > g,.c17[aria-disabled='true'] svg path { - fill: #666687; -} - -.c17[aria-disabled='true']:active { - border: 1px solid #dcdce4; - background: #eaeaef; -} - -.c17[aria-disabled='true']:active .c8 { - color: #666687; -} - -.c17[aria-disabled='true']:active svg > g,.c17[aria-disabled='true']:active svg path { - fill: #666687; -} - -.c17:hover { - background-color: #f6f6f9; -} - -.c17:active { - background-color: #eaeaef; -} - -.c17 .c8 { - color: #32324d; -} - -.c17 svg > g, -.c17 svg path { - fill: #32324d; -} - .c4 { display: -webkit-inline-box; display: -webkit-inline-flex; @@ -2487,331 +2596,45 @@ exports[`ADMIN | Pages | API TOKENS | EditView renders and matches the snapshot border: 2px solid #4945ff; } -.c7 { +.c6 { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; } -.c27 > * { - margin-top: 0; - margin-bottom: 0; -} - -.c27 > * + * { - margin-top: 24px; -} - -.c41 > * { - margin-top: 0; - margin-bottom: 0; -} - -.c41 > * + * { - margin-top: 4px; -} - -.c44 { - line-height: 0; -} - -.c47 { - border: none; - border-radius: 4px; - padding-bottom: 0.65625rem; - padding-left: 16px; - padding-right: 16px; - padding-top: 0.65625rem; - color: #32324d; - font-weight: 400; - font-size: 0.875rem; - display: block; - width: 100%; - background: inherit; -} - -.c47::-webkit-input-placeholder { - color: #8e8ea9; - opacity: 1; -} - -.c47::-moz-placeholder { - color: #8e8ea9; - opacity: 1; -} - -.c47:-ms-input-placeholder { - color: #8e8ea9; - opacity: 1; -} - -.c47::placeholder { - color: #8e8ea9; - opacity: 1; -} - -.c47[aria-disabled='true'] { - color: inherit; -} - -.c47:focus { - outline: none; - box-shadow: none; -} - -.c46 { - border: 1px solid #dcdce4; - border-radius: 4px; - background: #ffffff; - outline: none; - box-shadow: 0; - -webkit-transition-property: border-color,box-shadow,fill; - transition-property: border-color,box-shadow,fill; - -webkit-transition-duration: 0.2s; - transition-duration: 0.2s; -} - -.c46:focus-within { - border: 1px solid #4945ff; - box-shadow: #4945ff 0px 0px 0px 2px; -} - -.c52 { - position: absolute; - left: 0; - right: 0; - bottom: 0; - top: 0; - width: 100%; - background: transparent; - border: none; -} - -.c52:focus { - outline: none; -} - -.c52[aria-disabled='true'] { - cursor: not-allowed; -} - -.c51 { - position: relative; - border: 1px solid #dcdce4; - padding-right: 12px; - border-radius: 4px; - background: #ffffff; - overflow: hidden; - min-height: 2.5rem; - color: #666687; - background: #eaeaef; - outline: none; - box-shadow: 0; - -webkit-transition-property: border-color,box-shadow,fill; - transition-property: border-color,box-shadow,fill; - -webkit-transition-duration: 0.2s; - transition-duration: 0.2s; -} - -.c51:focus-within { - border: 1px solid #4945ff; - box-shadow: #4945ff 0px 0px 0px 2px; -} - -.c60 { - position: relative; - border: 1px solid #dcdce4; - padding-right: 12px; - border-radius: 4px; - background: #ffffff; - overflow: hidden; - min-height: 2.5rem; - outline: none; - box-shadow: 0; - -webkit-transition-property: border-color,box-shadow,fill; - transition-property: border-color,box-shadow,fill; - -webkit-transition-duration: 0.2s; - transition-duration: 0.2s; -} - -.c60:focus-within { - border: 1px solid #4945ff; - box-shadow: #4945ff 0px 0px 0px 2px; -} - -.c57 { - background: transparent; - border: none; - position: relative; - z-index: 1; -} - -.c57 svg { - height: 0.6875rem; - width: 0.6875rem; -} - -.c57 svg path { - fill: #666687; -} - -.c58 { - display: -webkit-box; - display: -webkit-flex; - display: -ms-flexbox; - display: flex; - background: none; - border: none; - cursor: not-allowed; -} - -.c58 svg { - width: 0.375rem; -} - -.c62 { - display: -webkit-box; - display: -webkit-flex; - display: -ms-flexbox; - display: flex; - background: none; - border: none; -} - -.c62 svg { - width: 0.375rem; -} - -.c53 { - width: 100%; -} - -.c49 { - border: 1px solid #dcdce4; - border-radius: 4px; - padding-left: 16px; - padding-right: 16px; - padding-top: 12px; - padding-bottom: 12px; - background: #ffffff; - outline: none; - box-shadow: 0; - -webkit-transition-property: border-color,box-shadow,fill; - transition-property: border-color,box-shadow,fill; - -webkit-transition-duration: 0.2s; - transition-duration: 0.2s; -} - -.c49:focus-within { - border: 1px solid #4945ff; - box-shadow: #4945ff 0px 0px 0px 2px; -} - -.c50 { - display: block; - width: 100%; - font-weight: 400; - font-size: 0.875rem; - border: none; - color: #32324d; - resize: none; - background: inherit; -} - -.c50::-webkit-input-placeholder { - color: #8e8ea9; - opacity: 1; -} - -.c50::-moz-placeholder { - color: #8e8ea9; - opacity: 1; -} - -.c50:-ms-input-placeholder { - color: #8e8ea9; - opacity: 1; -} - -.c50::placeholder { - color: #8e8ea9; - opacity: 1; -} - -.c50:focus-within { - outline: none; -} - -.c48 textarea { - height: 5rem; - line-height: 1.25rem; -} - -.c48 textarea::-webkit-input-placeholder { - font-weight: 400; - font-size: 0.875rem; - line-height: 1.43; - color: #8e8ea9; - opacity: 1; -} - -.c48 textarea::-moz-placeholder { - font-weight: 400; - font-size: 0.875rem; - line-height: 1.43; - color: #8e8ea9; - opacity: 1; -} - -.c48 textarea:-ms-input-placeholder { - font-weight: 400; - font-size: 0.875rem; - line-height: 1.43; - color: #8e8ea9; - opacity: 1; -} - -.c48 textarea::placeholder { - font-weight: 400; - font-size: 0.875rem; - line-height: 1.43; - color: #8e8ea9; - opacity: 1; -} - @media (max-width:68.75rem) { - .c40 { + .c34 { grid-column: span; } } @media (max-width:34.375rem) { - .c40 { + .c34 { grid-column: span 12; } } @media (max-width:68.75rem) { - .c65 { + .c56 { grid-column: span; } } @media (max-width:34.375rem) { - .c65 { + .c56 { grid-column: span; } } @media (max-width:68.75rem) { - .c86 { + .c77 { grid-column: span; } } @media (max-width:34.375rem) { - .c86 { + .c77 { grid-column: span; } } @@ -2844,7 +2667,7 @@ exports[`ADMIN | Pages | API TOKENS | EditView renders and matches the snapshot > Back My super token Regenerate Save @@ -2945,16 +2768,16 @@ exports[`ADMIN | Pages | API TOKENS | EditView renders and matches the snapshot This token isn’t accessible anymore. For security reasons, you can only see your token once. Details Name * @@ -3047,40 +2870,40 @@ exports[`ADMIN | Pages | API TOKENS | EditView renders and matches the snapshot Description This describe my super token @@ -3092,67 +2915,67 @@ exports[`ADMIN | Pages | API TOKENS | EditView renders and matches the snapshot Token duration * Select Expiration date: Unlimited Token type * Read-only Permissions Only actions bound by a route are listed below. Address Category Advanced settings Select the application's actions or the plugin's actions and click on the cog icon to display the bound route @@ -3451,7 +3274,7 @@ exports[`ADMIN | Pages | API TOKENS | EditView renders and matches the snapshot { color: #666687; } + .c32 { + font-size: 0.875rem; + line-height: 1.43; + font-weight: 600; + color: #32324d; + } + + .c34 { + font-size: 0.875rem; + line-height: 1.43; + display: block; + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; + color: #32324d; + } + + .c35 { + font-size: 0.875rem; + line-height: 1.43; + color: #32324d; + } + .c2 { background: #f6f6f9; padding-top: 40px; @@ -165,7 +188,11 @@ describe('ADMIN | Pages | API TOKENS | ListPage', () => { padding-left: 24px; } - .c42 { + .c33 { + max-width: 15.625rem; + } + + .c40 { padding-left: 4px; } @@ -201,6 +228,24 @@ describe('ADMIN | Pages | API TOKENS | ListPage', () => { flex-direction: row; } + .c36 { + -webkit-align-items: center; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; + -webkit-flex-direction: row; + -ms-flex-direction: row; + flex-direction: row; + -webkit-box-pack: end; + -webkit-justify-content: end; + -ms-flex-pack: end; + justify-content: end; + } + .c27 { display: -webkit-box; display: -webkit-flex; @@ -271,7 +316,7 @@ describe('ADMIN | Pages | API TOKENS | ListPage', () => { width: 1px; } - .c43 .c1 { + .c41 .c1 { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; @@ -282,23 +327,23 @@ describe('ADMIN | Pages | API TOKENS | ListPage', () => { align-items: center; } - .c43 .c5 { + .c41 .c5 { color: #ffffff; } - .c43[aria-disabled='true'] .c5 { + .c41[aria-disabled='true'] .c5 { color: #666687; } - .c43[aria-disabled='true']:active .c5 { + .c41[aria-disabled='true']:active .c5 { color: #666687; } - .c43:active .c5 { + .c41:active .c5 { color: #4945ff; } - .c43 .c5 { + .c41 .c5 { color: #271fe0; } @@ -382,6 +427,10 @@ describe('ADMIN | Pages | API TOKENS | ListPage', () => { overflow-x: auto; } + .c31 tr:last-of-type { + border-bottom: none; + } + .c22 { border-bottom: 1px solid #eaeaef; } @@ -431,10 +480,6 @@ describe('ADMIN | Pages | API TOKENS | ListPage', () => { padding-right: 8px; } - .c35 { - max-width: 15.625rem; - } - .c12 { font-size: 0.75rem; line-height: 1.33; @@ -442,53 +487,12 @@ describe('ADMIN | Pages | API TOKENS | ListPage', () => { color: #32324d; } - .c34 { - font-size: 0.875rem; - line-height: 1.43; - font-weight: 600; - color: #32324d; - } - - .c36 { - font-size: 0.875rem; - line-height: 1.43; - display: block; - white-space: nowrap; - overflow: hidden; - text-overflow: ellipsis; - color: #32324d; - } - - .c37 { - font-size: 0.875rem; - line-height: 1.43; - color: #32324d; - } - - .c41 { + .c39 { font-size: 0.875rem; line-height: 1.43; color: #4945ff; } - .c38 { - -webkit-align-items: center; - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - display: -webkit-box; - display: -webkit-flex; - display: -ms-flexbox; - display: flex; - -webkit-flex-direction: row; - -ms-flex-direction: row; - flex-direction: row; - -webkit-box-pack: end; - -webkit-justify-content: end; - -ms-flex-pack: end; - justify-content: end; - } - .c7 { display: -webkit-box; display: -webkit-flex; @@ -547,7 +551,7 @@ describe('ADMIN | Pages | API TOKENS | ListPage', () => { border: 2px solid #4945ff; } - .c39 { + .c37 { display: -webkit-inline-box; display: -webkit-inline-flex; display: -ms-inline-flexbox; @@ -562,15 +566,15 @@ describe('ADMIN | Pages | API TOKENS | ListPage', () => { outline: none; } - .c39 svg path { + .c37 svg path { fill: #4945ff; } - .c39 svg { + .c37 svg { font-size: 0.625rem; } - .c39:after { + .c37:after { -webkit-transition-property: all; transition-property: all; -webkit-transition-duration: 0.2s; @@ -585,11 +589,11 @@ describe('ADMIN | Pages | API TOKENS | ListPage', () => { border: 2px solid transparent; } - .c39:focus-visible { + .c37:focus-visible { outline: none; } - .c39:focus-visible:after { + .c37:focus-visible:after { border-radius: 8px; content: ''; position: absolute; @@ -669,47 +673,12 @@ describe('ADMIN | Pages | API TOKENS | ListPage', () => { fill: #ffffff; } - .c31 tr:last-of-type { - border-bottom: none; - } - - .c32 { - border-bottom: 1px solid #eaeaef; - } - - .c32 td, - .c32 th { - padding: 16px; - } - - .c32 td:first-of-type, - .c32 th:first-of-type { - padding: 0 4px; - } - - .c32 th { - padding-top: 0; - padding-bottom: 0; - height: 3.5rem; - } - - .c33 { - vertical-align: middle; - text-align: left; - color: #666687; - outline-offset: -4px; - } - - .c33 input { - vertical-align: sub; - } - - .c40 svg path { + .c38 svg path { fill: #8e8ea9; } - .c40:hover svg path, - .c40:focus svg path { + .c38:hover svg path, + .c38:focus svg path { fill: #32324d; } @@ -956,41 +925,41 @@ describe('ADMIN | Pages | API TOKENS | ListPage', () => { > My super token This describe my super token { { * { - margin-top: 0; - margin-bottom: 0; -} - -.c19 > * + * { - margin-top: 24px; -} - -.c21 > * { - margin-top: 0; - margin-bottom: 0; -} - -.c21 > * + * { - margin-top: 16px; -} - -.c25 > * { - margin-top: 0; - margin-bottom: 0; -} - -.c25 > * + * { - margin-top: 4px; -} - -.c12 > * { - margin-left: 0; - margin-right: 0; -} - -.c12 > * + * { - margin-left: 8px; -} - -.c13 { - display: -webkit-box; - display: -webkit-flex; - display: -ms-flexbox; - display: flex; - cursor: pointer; - padding: 8px; - border-radius: 4px; - background: #ffffff; - border: 1px solid #dcdce4; - position: relative; - outline: none; -} - -.c13 svg { - height: 12px; - width: 12px; -} - -.c13 svg > g, -.c13 svg path { - fill: #ffffff; -} - -.c13[aria-disabled='true'] { - pointer-events: none; -} - -.c13:after { - -webkit-transition-property: all; - transition-property: all; - -webkit-transition-duration: 0.2s; - transition-duration: 0.2s; - border-radius: 8px; - content: ''; - position: absolute; - top: -4px; - bottom: -4px; - left: -4px; - right: -4px; - border: 2px solid transparent; -} - -.c13:focus-visible { - outline: none; -} - -.c13:focus-visible:after { - border-radius: 8px; - content: ''; - position: absolute; - top: -5px; - bottom: -5px; - left: -5px; - right: -5px; - border: 2px solid #4945ff; -} - -.c15 { - height: 100%; -} - -.c14 { - -webkit-align-items: center; - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - background-color: #4945ff; - border: 1px solid #4945ff; - height: 2rem; - padding-left: 16px; - padding-right: 16px; -} - -.c14 .c1 { - display: -webkit-box; - display: -webkit-flex; - display: -ms-flexbox; - display: flex; - -webkit-align-items: center; - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; -} - -.c14 .c7 { - color: #ffffff; -} - -.c14[aria-disabled='true'] { - border: 1px solid #dcdce4; - background: #eaeaef; -} - -.c14[aria-disabled='true'] .c7 { - color: #666687; -} - -.c14[aria-disabled='true'] svg > g,.c14[aria-disabled='true'] svg path { - fill: #666687; -} - -.c14[aria-disabled='true']:active { - border: 1px solid #dcdce4; - background: #eaeaef; -} - -.c14[aria-disabled='true']:active .c7 { - color: #666687; -} - -.c14[aria-disabled='true']:active svg > g,.c14[aria-disabled='true']:active svg path { - fill: #666687; -} - -.c14:hover { - border: 1px solid #7b79ff; - background: #7b79ff; -} - -.c14:active { - border: 1px solid #4945ff; - background: #4945ff; -} - -.c14 svg > g, -.c14 svg path { - fill: #ffffff; -} - -.c34 { - position: absolute; - left: 0; - right: 0; - bottom: 0; - top: 0; - width: 100%; - background: transparent; - border: none; -} - -.c34:focus { - outline: none; -} - -.c34[aria-disabled='true'] { - cursor: not-allowed; -} - -.c27 { - line-height: 0; -} - -.c29 { - border: none; - border-radius: 4px; - padding-bottom: 0.65625rem; - padding-left: 16px; - padding-right: 16px; - padding-top: 0.65625rem; - color: #32324d; - font-weight: 400; - font-size: 0.875rem; - display: block; - width: 100%; - background: inherit; -} - -.c29::-webkit-input-placeholder { - color: #8e8ea9; - opacity: 1; -} - -.c29::-moz-placeholder { - color: #8e8ea9; - opacity: 1; -} - -.c29:-ms-input-placeholder { - color: #8e8ea9; - opacity: 1; -} - -.c29::placeholder { - color: #8e8ea9; - opacity: 1; -} - -.c29[aria-disabled='true'] { - color: inherit; -} - -.c29:focus { - outline: none; - box-shadow: none; -} - -.c28 { - border: 1px solid #dcdce4; - border-radius: 4px; - background: #ffffff; - outline: none; - box-shadow: 0; - -webkit-transition-property: border-color,box-shadow,fill; - transition-property: border-color,box-shadow,fill; - -webkit-transition-duration: 0.2s; - transition-duration: 0.2s; -} - -.c28:focus-within { - border: 1px solid #4945ff; - box-shadow: #4945ff 0px 0px 0px 2px; -} - -.c33 { - position: relative; - border: 1px solid #dcdce4; - padding-right: 12px; - border-radius: 4px; - background: #ffffff; - overflow: hidden; - min-height: 2.5rem; - outline: none; - box-shadow: 0; - -webkit-transition-property: border-color,box-shadow,fill; - transition-property: border-color,box-shadow,fill; - -webkit-transition-duration: 0.2s; - transition-duration: 0.2s; -} - -.c33:focus-within { - border: 1px solid #4945ff; - box-shadow: #4945ff 0px 0px 0px 2px; -} - -.c39 { - background: transparent; - border: none; - position: relative; - z-index: 1; -} - -.c39 svg { - height: 0.6875rem; - width: 0.6875rem; -} - -.c39 svg path { - fill: #666687; -} - -.c40 { - display: -webkit-box; - display: -webkit-flex; - display: -ms-flexbox; - display: flex; - background: none; - border: none; -} - -.c40 svg { - width: 0.375rem; -} - -.c35 { - width: 100%; -} - -.c4 { - display: -webkit-inline-box; - display: -webkit-inline-flex; - display: -ms-inline-flexbox; - display: inline-flex; - -webkit-align-items: center; - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - -webkit-text-decoration: none; - text-decoration: none; - position: relative; - outline: none; -} - -.c4 svg path { - fill: #4945ff; -} - -.c4 svg { - font-size: 0.625rem; -} - -.c4:after { - -webkit-transition-property: all; - transition-property: all; - -webkit-transition-duration: 0.2s; - transition-duration: 0.2s; - border-radius: 8px; - content: ''; - position: absolute; - top: -4px; - bottom: -4px; - left: -4px; - right: -4px; - border: 2px solid transparent; -} - -.c4:focus-visible { - outline: none; -} - -.c4:focus-visible:after { - border-radius: 8px; - content: ''; - position: absolute; - top: -5px; - bottom: -5px; - left: -5px; - right: -5px; - border: 2px solid #4945ff; -} - -.c6 { - display: -webkit-box; - display: -webkit-flex; - display: -ms-flexbox; - display: flex; -} - -.c0:focus-visible { - outline: none; -} - -.c23 { - display: grid; - grid-template-columns: repeat(12,1fr); - gap: 20px; -} - -.c24 { - grid-column: span 6; - max-width: 100%; -} - -.c31 { - border: 1px solid #dcdce4; - border-radius: 4px; - padding-left: 16px; - padding-right: 16px; - padding-top: 12px; - padding-bottom: 12px; - background: #ffffff; - outline: none; - box-shadow: 0; - -webkit-transition-property: border-color,box-shadow,fill; - transition-property: border-color,box-shadow,fill; - -webkit-transition-duration: 0.2s; - transition-duration: 0.2s; -} - -.c31:focus-within { - border: 1px solid #4945ff; - box-shadow: #4945ff 0px 0px 0px 2px; -} - -.c32 { - display: block; - width: 100%; - font-weight: 400; - font-size: 0.875rem; - border: none; - color: #32324d; - resize: none; - background: inherit; -} - -.c32::-webkit-input-placeholder { - color: #8e8ea9; - opacity: 1; -} - -.c32::-moz-placeholder { - color: #8e8ea9; - opacity: 1; -} - -.c32:-ms-input-placeholder { - color: #8e8ea9; - opacity: 1; -} - -.c32::placeholder { - color: #8e8ea9; - opacity: 1; -} - -.c32:focus-within { - outline: none; -} - -.c30 textarea { - height: 5rem; - line-height: 1.25rem; -} - -.c30 textarea::-webkit-input-placeholder { - font-weight: 400; - font-size: 0.875rem; - line-height: 1.43; - color: #8e8ea9; - opacity: 1; -} - -.c30 textarea::-moz-placeholder { - font-weight: 400; - font-size: 0.875rem; - line-height: 1.43; - color: #8e8ea9; - opacity: 1; -} - -.c30 textarea:-ms-input-placeholder { - font-weight: 400; - font-size: 0.875rem; - line-height: 1.43; - color: #8e8ea9; - opacity: 1; -} - -.c30 textarea::placeholder { - font-weight: 400; - font-size: 0.875rem; - line-height: 1.43; - color: #8e8ea9; - opacity: 1; -} - -@media (max-width:68.75rem) { - .c24 { - grid-column: span; - } -} - -@media (max-width:34.375rem) { - .c24 { - grid-column: span 12; - } -} - - - - - - - - - - - - - - - Back - - - - - - - Create Transfer Token - - - - - - - - - - - Save - - - - - - - - - - - - Details - - - - - - - - - - Name - - * - - - - - - - - - - - - - - - - - - - - Description - - - - - - - - - - - - - - - - - - Token duration - - * - - - - - - - - - - Select - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -`; - -exports[`ADMIN | Pages | TRANSFER TOKENS | EditView renders and matches the snapshot when editing existing token 1`] = ` -.c49 { - border: 0; - -webkit-clip: rect(0 0 0 0); - clip: rect(0 0 0 0); - height: 1px; - margin: -1px; - overflow: hidden; - padding: 0; - position: absolute; - width: 1px; -} - -.c5 { - padding-right: 8px; -} - -.c18 { - padding-right: 56px; - padding-left: 56px; -} - .c2 { background: #f6f6f9; padding-top: 24px; @@ -992,20 +56,16 @@ exports[`ADMIN | Pages | TRANSFER TOKENS | EditView renders and matches the snap padding-bottom: 8px; } +.c15 { + padding-right: 8px; +} + +.c18 { + padding-right: 56px; + padding-left: 56px; +} + .c21 { - background: #ffffff; - padding: 24px; - border-radius: 4px; - box-shadow: 0px 1px 4px rgba(33,33,52,0.1); -} - -.c22 { - background: #f6f6f9; - padding: 12px; - border-radius: 4px; -} - -.c28 { background: #ffffff; padding-top: 24px; padding-right: 32px; @@ -1015,16 +75,16 @@ exports[`ADMIN | Pages | TRANSFER TOKENS | EditView renders and matches the snap box-shadow: 0px 1px 4px rgba(33,33,52,0.1); } -.c43 { +.c37 { padding-right: 16px; padding-left: 16px; } -.c45 { +.c39 { padding-left: 12px; } -.c9 { +.c8 { -webkit-align-items: center; -webkit-box-align: center; -ms-flex-align: center; @@ -1042,7 +102,7 @@ exports[`ADMIN | Pages | TRANSFER TOKENS | EditView renders and matches the snap justify-content: space-between; } -.c10 { +.c9 { -webkit-align-items: center; -webkit-box-align: center; -ms-flex-align: center; @@ -1070,68 +130,6 @@ exports[`ADMIN | Pages | TRANSFER TOKENS | EditView renders and matches the snap flex-direction: column; } -.c11 { - font-weight: 600; - font-size: 2rem; - line-height: 1.25; - color: #32324d; -} - -.c8 { - font-size: 0.875rem; - line-height: 1.43; - color: #4945ff; -} - -.c16 { - font-size: 0.75rem; - line-height: 1.33; - font-weight: 600; - color: #32324d; -} - -.c25 { - font-size: 0.75rem; - line-height: 1.33; - font-weight: 500; - color: #32324d; -} - -.c27 { - font-size: 0.875rem; - line-height: 1.43; - color: #666687; -} - -.c30 { - font-weight: 500; - font-size: 1rem; - line-height: 1.25; - color: #32324d; -} - -.c33 { - font-size: 0.875rem; - line-height: 1.43; - color: #d02b20; -} - -.c44 { - font-size: 0.875rem; - line-height: 1.43; - display: block; - white-space: nowrap; - overflow: hidden; - text-overflow: ellipsis; - color: #666687; -} - -.c48 { - font-size: 0.75rem; - line-height: 1.33; - color: #666687; -} - .c20 > * { margin-top: 0; margin-bottom: 0; @@ -1141,21 +139,1009 @@ exports[`ADMIN | Pages | TRANSFER TOKENS | EditView renders and matches the snap margin-top: 24px; } -.c24 > * { +.c22 > * { margin-top: 0; margin-bottom: 0; } -.c24 > * + * { +.c22 > * + * { + margin-top: 16px; +} + +.c26 > * { + margin-top: 0; + margin-bottom: 0; +} + +.c26 > * + * { margin-top: 4px; } -.c29 > * { +.c12 > * { + margin-left: 0; + margin-right: 0; +} + +.c12 > * + * { + margin-left: 8px; +} + +.c13 { + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; + cursor: pointer; + padding: 8px; + border-radius: 4px; + background: #ffffff; + border: 1px solid #dcdce4; + position: relative; + outline: none; +} + +.c13 svg { + height: 12px; + width: 12px; +} + +.c13 svg > g, +.c13 svg path { + fill: #ffffff; +} + +.c13[aria-disabled='true'] { + pointer-events: none; +} + +.c13:after { + -webkit-transition-property: all; + transition-property: all; + -webkit-transition-duration: 0.2s; + transition-duration: 0.2s; + border-radius: 8px; + content: ''; + position: absolute; + top: -4px; + bottom: -4px; + left: -4px; + right: -4px; + border: 2px solid transparent; +} + +.c13:focus-visible { + outline: none; +} + +.c13:focus-visible:after { + border-radius: 8px; + content: ''; + position: absolute; + top: -5px; + bottom: -5px; + left: -5px; + right: -5px; + border: 2px solid #4945ff; +} + +.c43 { + border: 0; + -webkit-clip: rect(0 0 0 0); + clip: rect(0 0 0 0); + height: 1px; + margin: -1px; + overflow: hidden; + padding: 0; + position: absolute; + width: 1px; +} + +.c16 { + height: 100%; +} + +.c14 { + -webkit-align-items: center; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + background-color: #4945ff; + border: 1px solid #4945ff; + height: 2rem; + padding-left: 16px; + padding-right: 16px; +} + +.c14 .c1 { + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; + -webkit-align-items: center; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; +} + +.c14 .c10 { + color: #ffffff; +} + +.c14[aria-disabled='true'] { + border: 1px solid #dcdce4; + background: #eaeaef; +} + +.c14[aria-disabled='true'] .c10 { + color: #666687; +} + +.c14[aria-disabled='true'] svg > g,.c14[aria-disabled='true'] svg path { + fill: #666687; +} + +.c14[aria-disabled='true']:active { + border: 1px solid #dcdce4; + background: #eaeaef; +} + +.c14[aria-disabled='true']:active .c10 { + color: #666687; +} + +.c14[aria-disabled='true']:active svg > g,.c14[aria-disabled='true']:active svg path { + fill: #666687; +} + +.c14:hover { + border: 1px solid #7b79ff; + background: #7b79ff; +} + +.c14:active { + border: 1px solid #4945ff; + background: #4945ff; +} + +.c14 svg > g, +.c14 svg path { + fill: #ffffff; +} + +.c28 { + line-height: 0; +} + +.c30 { + border: none; + border-radius: 4px; + padding-bottom: 0.65625rem; + padding-left: 16px; + padding-right: 16px; + padding-top: 0.65625rem; + color: #32324d; + font-weight: 400; + font-size: 0.875rem; + display: block; + width: 100%; + background: inherit; +} + +.c30::-webkit-input-placeholder { + color: #8e8ea9; + opacity: 1; +} + +.c30::-moz-placeholder { + color: #8e8ea9; + opacity: 1; +} + +.c30:-ms-input-placeholder { + color: #8e8ea9; + opacity: 1; +} + +.c30::placeholder { + color: #8e8ea9; + opacity: 1; +} + +.c30[aria-disabled='true'] { + color: inherit; +} + +.c30:focus { + outline: none; + box-shadow: none; +} + +.c29 { + border: 1px solid #dcdce4; + border-radius: 4px; + background: #ffffff; + outline: none; + box-shadow: 0; + -webkit-transition-property: border-color,box-shadow,fill; + transition-property: border-color,box-shadow,fill; + -webkit-transition-duration: 0.2s; + transition-duration: 0.2s; +} + +.c29:focus-within { + border: 1px solid #4945ff; + box-shadow: #4945ff 0px 0px 0px 2px; +} + +.c34 { + position: relative; + border: 1px solid #dcdce4; + padding-right: 12px; + border-radius: 4px; + background: #ffffff; + overflow: hidden; + min-height: 2.5rem; + outline: none; + box-shadow: 0; + -webkit-transition-property: border-color,box-shadow,fill; + transition-property: border-color,box-shadow,fill; + -webkit-transition-duration: 0.2s; + transition-duration: 0.2s; +} + +.c34:focus-within { + border: 1px solid #4945ff; + box-shadow: #4945ff 0px 0px 0px 2px; +} + +.c40 { + background: transparent; + border: none; + position: relative; + z-index: 1; +} + +.c40 svg { + height: 0.6875rem; + width: 0.6875rem; +} + +.c40 svg path { + fill: #666687; +} + +.c41 { + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; + background: none; + border: none; +} + +.c41 svg { + width: 0.375rem; +} + +.c35 { + position: absolute; + left: 0; + right: 0; + bottom: 0; + top: 0; + width: 100%; + background: transparent; + border: none; +} + +.c35:focus { + outline: none; +} + +.c35[aria-disabled='true'] { + cursor: not-allowed; +} + +.c36 { + width: 100%; +} + +.c24 { + display: grid; + grid-template-columns: repeat(12,1fr); + gap: 20px; +} + +.c25 { + grid-column: span 6; + max-width: 100%; +} + +.c0:focus-visible { + outline: none; +} + +.c32 { + border: 1px solid #dcdce4; + border-radius: 4px; + padding-left: 16px; + padding-right: 16px; + padding-top: 12px; + padding-bottom: 12px; + background: #ffffff; + outline: none; + box-shadow: 0; + -webkit-transition-property: border-color,box-shadow,fill; + transition-property: border-color,box-shadow,fill; + -webkit-transition-duration: 0.2s; + transition-duration: 0.2s; +} + +.c32:focus-within { + border: 1px solid #4945ff; + box-shadow: #4945ff 0px 0px 0px 2px; +} + +.c33 { + display: block; + width: 100%; + font-weight: 400; + font-size: 0.875rem; + border: none; + color: #32324d; + resize: none; + background: inherit; +} + +.c33::-webkit-input-placeholder { + color: #8e8ea9; + opacity: 1; +} + +.c33::-moz-placeholder { + color: #8e8ea9; + opacity: 1; +} + +.c33:-ms-input-placeholder { + color: #8e8ea9; + opacity: 1; +} + +.c33::placeholder { + color: #8e8ea9; + opacity: 1; +} + +.c33:focus-within { + outline: none; +} + +.c31 textarea { + height: 5rem; + line-height: 1.25rem; +} + +.c31 textarea::-webkit-input-placeholder { + font-weight: 400; + font-size: 0.875rem; + line-height: 1.43; + color: #8e8ea9; + opacity: 1; +} + +.c31 textarea::-moz-placeholder { + font-weight: 400; + font-size: 0.875rem; + line-height: 1.43; + color: #8e8ea9; + opacity: 1; +} + +.c31 textarea:-ms-input-placeholder { + font-weight: 400; + font-size: 0.875rem; + line-height: 1.43; + color: #8e8ea9; + opacity: 1; +} + +.c31 textarea::placeholder { + font-weight: 400; + font-size: 0.875rem; + line-height: 1.43; + color: #8e8ea9; + opacity: 1; +} + +.c5 { + padding-right: 8px; +} + +.c7 { + font-size: 0.875rem; + line-height: 1.43; + color: #4945ff; +} + +.c4 { + display: -webkit-inline-box; + display: -webkit-inline-flex; + display: -ms-inline-flexbox; + display: inline-flex; + -webkit-align-items: center; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + -webkit-text-decoration: none; + text-decoration: none; + position: relative; + outline: none; +} + +.c4 svg path { + fill: #4945ff; +} + +.c4 svg { + font-size: 0.625rem; +} + +.c4:after { + -webkit-transition-property: all; + transition-property: all; + -webkit-transition-duration: 0.2s; + transition-duration: 0.2s; + border-radius: 8px; + content: ''; + position: absolute; + top: -4px; + bottom: -4px; + left: -4px; + right: -4px; + border: 2px solid transparent; +} + +.c4:focus-visible { + outline: none; +} + +.c4:focus-visible:after { + border-radius: 8px; + content: ''; + position: absolute; + top: -5px; + bottom: -5px; + left: -5px; + right: -5px; + border: 2px solid #4945ff; +} + +.c6 { + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; +} + +@media (max-width:68.75rem) { + .c25 { + grid-column: span; + } +} + +@media (max-width:34.375rem) { + .c25 { + grid-column: span 12; + } +} + + + + + + + + + + + + + + + Back + + + + + + + Create Transfer Token + + + + + + + + + + + Save + + + + + + + + + + + + Details + + + + + + + + + + Name + + * + + + + + + + + + + + + + + + + + + + + Description + + + + + + + + + + + + + + + + + + Token duration + + * + + + + + + + + + + Select + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +`; + +exports[`ADMIN | Pages | TRANSFER TOKENS | EditView renders and matches the snapshot when editing existing token 1`] = ` +.c11 { + font-weight: 600; + font-size: 2rem; + line-height: 1.25; + color: #32324d; +} + +.c17 { + font-size: 0.75rem; + line-height: 1.33; + font-weight: 600; + color: #32324d; +} + +.c26 { + font-size: 0.75rem; + line-height: 1.33; + font-weight: 500; + color: #32324d; +} + +.c28 { + font-size: 0.875rem; + line-height: 1.43; + color: #666687; +} + +.c31 { + font-weight: 500; + font-size: 1rem; + line-height: 1.25; + color: #32324d; +} + +.c34 { + font-size: 0.875rem; + line-height: 1.43; + color: #d02b20; +} + +.c45 { + font-size: 0.875rem; + line-height: 1.43; + display: block; + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; + color: #666687; +} + +.c49 { + font-size: 0.75rem; + line-height: 1.33; + color: #666687; +} + +.c15 { + padding-right: 8px; +} + +.c19 { + padding-right: 56px; + padding-left: 56px; +} + +.c2 { + background: #f6f6f9; + padding-top: 24px; + padding-right: 56px; + padding-bottom: 40px; + padding-left: 56px; +} + +.c3 { + padding-bottom: 8px; +} + +.c22 { + background: #ffffff; + padding: 24px; + border-radius: 4px; + box-shadow: 0px 1px 4px rgba(33,33,52,0.1); +} + +.c23 { + background: #f6f6f9; + padding: 12px; + border-radius: 4px; +} + +.c29 { + background: #ffffff; + padding-top: 24px; + padding-right: 32px; + padding-bottom: 24px; + padding-left: 32px; + border-radius: 4px; + box-shadow: 0px 1px 4px rgba(33,33,52,0.1); +} + +.c44 { + padding-right: 16px; + padding-left: 16px; +} + +.c46 { + padding-left: 12px; +} + +.c8 { + -webkit-align-items: center; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; + -webkit-flex-direction: row; + -ms-flex-direction: row; + flex-direction: row; + -webkit-box-pack: justify; + -webkit-justify-content: space-between; + -ms-flex-pack: justify; + justify-content: space-between; +} + +.c9 { + -webkit-align-items: center; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; + -webkit-flex-direction: row; + -ms-flex-direction: row; + flex-direction: row; +} + +.c20 { + -webkit-align-items: stretch; + -webkit-box-align: stretch; + -ms-flex-align: stretch; + align-items: stretch; + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; + -webkit-flex-direction: column; + -ms-flex-direction: column; + flex-direction: column; +} + +.c21 > * { margin-top: 0; margin-bottom: 0; } -.c29 > * + * { +.c21 > * + * { + margin-top: 24px; +} + +.c25 > * { + margin-top: 0; + margin-bottom: 0; +} + +.c25 > * + * { + margin-top: 4px; +} + +.c30 > * { + margin-top: 0; + margin-bottom: 0; +} + +.c30 > * + * { margin-top: 16px; } @@ -1226,11 +1212,23 @@ exports[`ADMIN | Pages | TRANSFER TOKENS | EditView renders and matches the snap border: 2px solid #4945ff; } -.c15 { +.c50 { + border: 0; + -webkit-clip: rect(0 0 0 0); + clip: rect(0 0 0 0); + height: 1px; + margin: -1px; + overflow: hidden; + padding: 0; + position: absolute; + width: 1px; +} + +.c16 { height: 100%; } -.c50 .c1 { +.c51 .c1 { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; @@ -1241,15 +1239,15 @@ exports[`ADMIN | Pages | TRANSFER TOKENS | EditView renders and matches the snap align-items: center; } -.c50 .c7 { +.c51 .c10 { color: #ffffff; } -.c50[aria-disabled='true'] .c7 { +.c51[aria-disabled='true'] .c10 { color: #666687; } -.c50[aria-disabled='true']:active .c7 { +.c51[aria-disabled='true']:active .c10 { color: #666687; } @@ -1278,7 +1276,7 @@ exports[`ADMIN | Pages | TRANSFER TOKENS | EditView renders and matches the snap align-items: center; } -.c14 .c7 { +.c14 .c10 { color: #ffffff; } @@ -1287,7 +1285,7 @@ exports[`ADMIN | Pages | TRANSFER TOKENS | EditView renders and matches the snap background: #eaeaef; } -.c14[aria-disabled='true'] .c7 { +.c14[aria-disabled='true'] .c10 { color: #666687; } @@ -1300,7 +1298,7 @@ exports[`ADMIN | Pages | TRANSFER TOKENS | EditView renders and matches the snap background: #eaeaef; } -.c14[aria-disabled='true']:active .c7 { +.c14[aria-disabled='true']:active .c10 { color: #666687; } @@ -1316,7 +1314,7 @@ exports[`ADMIN | Pages | TRANSFER TOKENS | EditView renders and matches the snap background-color: #eaeaef; } -.c14 .c7 { +.c14 .c10 { color: #32324d; } @@ -1325,7 +1323,7 @@ exports[`ADMIN | Pages | TRANSFER TOKENS | EditView renders and matches the snap fill: #32324d; } -.c17 { +.c18 { -webkit-align-items: center; -webkit-box-align: center; -ms-flex-align: center; @@ -1337,7 +1335,7 @@ exports[`ADMIN | Pages | TRANSFER TOKENS | EditView renders and matches the snap padding-right: 16px; } -.c17 .c1 { +.c18 .c1 { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; @@ -1348,75 +1346,56 @@ exports[`ADMIN | Pages | TRANSFER TOKENS | EditView renders and matches the snap align-items: center; } -.c17 .c7 { +.c18 .c10 { color: #ffffff; } -.c17[aria-disabled='true'] { +.c18[aria-disabled='true'] { border: 1px solid #dcdce4; background: #eaeaef; } -.c17[aria-disabled='true'] .c7 { +.c18[aria-disabled='true'] .c10 { color: #666687; } -.c17[aria-disabled='true'] svg > g,.c17[aria-disabled='true'] svg path { +.c18[aria-disabled='true'] svg > g,.c18[aria-disabled='true'] svg path { fill: #666687; } -.c17[aria-disabled='true']:active { +.c18[aria-disabled='true']:active { border: 1px solid #dcdce4; background: #eaeaef; } -.c17[aria-disabled='true']:active .c7 { +.c18[aria-disabled='true']:active .c10 { color: #666687; } -.c17[aria-disabled='true']:active svg > g,.c17[aria-disabled='true']:active svg path { +.c18[aria-disabled='true']:active svg > g,.c18[aria-disabled='true']:active svg path { fill: #666687; } -.c17:hover { +.c18:hover { border: 1px solid #7b79ff; background: #7b79ff; } -.c17:active { +.c18:active { border: 1px solid #4945ff; background: #4945ff; } -.c17 svg > g, -.c17 svg path { +.c18 svg > g, +.c18 svg path { fill: #ffffff; } -.c41 { - position: absolute; - left: 0; - right: 0; - bottom: 0; - top: 0; - width: 100%; - background: transparent; - border: none; -} - -.c41:focus { - outline: none; -} - -.c41[aria-disabled='true'] { - cursor: not-allowed; -} - -.c34 { +.c35 { line-height: 0; } -.c36 { +.c37 { border: none; border-radius: 4px; padding-bottom: 0.65625rem; @@ -1431,36 +1410,36 @@ exports[`ADMIN | Pages | TRANSFER TOKENS | EditView renders and matches the snap background: inherit; } -.c36::-webkit-input-placeholder { +.c37::-webkit-input-placeholder { color: #8e8ea9; opacity: 1; } -.c36::-moz-placeholder { +.c37::-moz-placeholder { color: #8e8ea9; opacity: 1; } -.c36:-ms-input-placeholder { +.c37:-ms-input-placeholder { color: #8e8ea9; opacity: 1; } -.c36::placeholder { +.c37::placeholder { color: #8e8ea9; opacity: 1; } -.c36[aria-disabled='true'] { +.c37[aria-disabled='true'] { color: inherit; } -.c36:focus { +.c37:focus { outline: none; box-shadow: none; } -.c35 { +.c36 { border: 1px solid #dcdce4; border-radius: 4px; background: #ffffff; @@ -1472,12 +1451,12 @@ exports[`ADMIN | Pages | TRANSFER TOKENS | EditView renders and matches the snap transition-duration: 0.2s; } -.c35:focus-within { +.c36:focus-within { border: 1px solid #4945ff; box-shadow: #4945ff 0px 0px 0px 2px; } -.c40 { +.c41 { position: relative; border: 1px solid #dcdce4; padding-right: 12px; @@ -1495,28 +1474,28 @@ exports[`ADMIN | Pages | TRANSFER TOKENS | EditView renders and matches the snap transition-duration: 0.2s; } -.c40:focus-within { +.c41:focus-within { border: 1px solid #4945ff; box-shadow: #4945ff 0px 0px 0px 2px; } -.c46 { +.c47 { background: transparent; border: none; position: relative; z-index: 1; } -.c46 svg { +.c47 svg { height: 0.6875rem; width: 0.6875rem; } -.c46 svg path { +.c47 svg path { fill: #666687; } -.c47 { +.c48 { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; @@ -1526,12 +1505,162 @@ exports[`ADMIN | Pages | TRANSFER TOKENS | EditView renders and matches the snap cursor: not-allowed; } -.c47 svg { +.c48 svg { width: 0.375rem; } .c42 { + position: absolute; + left: 0; + right: 0; + bottom: 0; + top: 0; width: 100%; + background: transparent; + border: none; +} + +.c42:focus { + outline: none; +} + +.c42[aria-disabled='true'] { + cursor: not-allowed; +} + +.c43 { + width: 100%; +} + +.c32 { + display: grid; + grid-template-columns: repeat(12,1fr); + gap: 20px; +} + +.c33 { + grid-column: span 6; + max-width: 100%; +} + +.c0:focus-visible { + outline: none; +} + +.c39 { + border: 1px solid #dcdce4; + border-radius: 4px; + padding-left: 16px; + padding-right: 16px; + padding-top: 12px; + padding-bottom: 12px; + background: #ffffff; + outline: none; + box-shadow: 0; + -webkit-transition-property: border-color,box-shadow,fill; + transition-property: border-color,box-shadow,fill; + -webkit-transition-duration: 0.2s; + transition-duration: 0.2s; +} + +.c39:focus-within { + border: 1px solid #4945ff; + box-shadow: #4945ff 0px 0px 0px 2px; +} + +.c40 { + display: block; + width: 100%; + font-weight: 400; + font-size: 0.875rem; + border: none; + color: #32324d; + resize: none; + background: inherit; +} + +.c40::-webkit-input-placeholder { + color: #8e8ea9; + opacity: 1; +} + +.c40::-moz-placeholder { + color: #8e8ea9; + opacity: 1; +} + +.c40:-ms-input-placeholder { + color: #8e8ea9; + opacity: 1; +} + +.c40::placeholder { + color: #8e8ea9; + opacity: 1; +} + +.c40:focus-within { + outline: none; +} + +.c38 textarea { + height: 5rem; + line-height: 1.25rem; +} + +.c38 textarea::-webkit-input-placeholder { + font-weight: 400; + font-size: 0.875rem; + line-height: 1.43; + color: #8e8ea9; + opacity: 1; +} + +.c38 textarea::-moz-placeholder { + font-weight: 400; + font-size: 0.875rem; + line-height: 1.43; + color: #8e8ea9; + opacity: 1; +} + +.c38 textarea:-ms-input-placeholder { + font-weight: 400; + font-size: 0.875rem; + line-height: 1.43; + color: #8e8ea9; + opacity: 1; +} + +.c38 textarea::placeholder { + font-weight: 400; + font-size: 0.875rem; + line-height: 1.43; + color: #8e8ea9; + opacity: 1; +} + +.c24 { + margin-right: 24px; +} + +.c24 svg { + width: 2rem; + height: 2rem; +} + +.c27 { + word-break: break-all; +} + +.c5 { + padding-right: 8px; +} + +.c7 { + font-size: 0.875rem; + line-height: 1.43; + color: #4945ff; } .c4 { @@ -1594,135 +1723,14 @@ exports[`ADMIN | Pages | TRANSFER TOKENS | EditView renders and matches the snap display: flex; } -.c23 { - margin-right: 24px; -} - -.c23 svg { - width: 2rem; - height: 2rem; -} - -.c26 { - word-break: break-all; -} - -.c0:focus-visible { - outline: none; -} - -.c31 { - display: grid; - grid-template-columns: repeat(12,1fr); - gap: 20px; -} - -.c32 { - grid-column: span 6; - max-width: 100%; -} - -.c38 { - border: 1px solid #dcdce4; - border-radius: 4px; - padding-left: 16px; - padding-right: 16px; - padding-top: 12px; - padding-bottom: 12px; - background: #ffffff; - outline: none; - box-shadow: 0; - -webkit-transition-property: border-color,box-shadow,fill; - transition-property: border-color,box-shadow,fill; - -webkit-transition-duration: 0.2s; - transition-duration: 0.2s; -} - -.c38:focus-within { - border: 1px solid #4945ff; - box-shadow: #4945ff 0px 0px 0px 2px; -} - -.c39 { - display: block; - width: 100%; - font-weight: 400; - font-size: 0.875rem; - border: none; - color: #32324d; - resize: none; - background: inherit; -} - -.c39::-webkit-input-placeholder { - color: #8e8ea9; - opacity: 1; -} - -.c39::-moz-placeholder { - color: #8e8ea9; - opacity: 1; -} - -.c39:-ms-input-placeholder { - color: #8e8ea9; - opacity: 1; -} - -.c39::placeholder { - color: #8e8ea9; - opacity: 1; -} - -.c39:focus-within { - outline: none; -} - -.c37 textarea { - height: 5rem; - line-height: 1.25rem; -} - -.c37 textarea::-webkit-input-placeholder { - font-weight: 400; - font-size: 0.875rem; - line-height: 1.43; - color: #8e8ea9; - opacity: 1; -} - -.c37 textarea::-moz-placeholder { - font-weight: 400; - font-size: 0.875rem; - line-height: 1.43; - color: #8e8ea9; - opacity: 1; -} - -.c37 textarea:-ms-input-placeholder { - font-weight: 400; - font-size: 0.875rem; - line-height: 1.43; - color: #8e8ea9; - opacity: 1; -} - -.c37 textarea::placeholder { - font-weight: 400; - font-size: 0.875rem; - line-height: 1.43; - color: #8e8ea9; - opacity: 1; -} - @media (max-width:68.75rem) { - .c32 { + .c33 { grid-column: span; } } @media (max-width:34.375rem) { - .c32 { + .c33 { grid-column: span 12; } } @@ -1755,7 +1763,7 @@ exports[`ADMIN | Pages | TRANSFER TOKENS | EditView renders and matches the snap > Back My super token Regenerate Save @@ -1856,16 +1864,16 @@ exports[`ADMIN | Pages | TRANSFER TOKENS | EditView renders and matches the snap This token isn’t accessible anymore. For security reasons, you can only see your token once. Details Name * Description @@ -2003,32 +2011,32 @@ exports[`ADMIN | Pages | TRANSFER TOKENS | EditView renders and matches the snap Token duration * Select @@ -2059,11 +2067,11 @@ exports[`ADMIN | Pages | TRANSFER TOKENS | EditView renders and matches the snap Expiration date: Unlimited @@ -2104,7 +2112,7 @@ exports[`ADMIN | Pages | TRANSFER TOKENS | EditView renders and matches the snap { }); expect(container.firstChild).toMatchInlineSnapshot(` - .c26 { - border: 0; - -webkit-clip: rect(0 0 0 0); - clip: rect(0 0 0 0); - height: 1px; - margin: -1px; + .c6 { + font-weight: 600; + font-size: 2rem; + line-height: 1.25; + color: #32324d; + } + + .c13 { + font-size: 1rem; + line-height: 1.5; + color: #666687; + } + + .c25 { + font-weight: 600; + font-size: 0.6875rem; + line-height: 1.45; + text-transform: uppercase; + color: #666687; + } + + .c32 { + font-size: 0.875rem; + line-height: 1.43; + font-weight: 600; + color: #32324d; + } + + .c34 { + font-size: 0.875rem; + line-height: 1.43; + display: block; + white-space: nowrap; overflow: hidden; - padding: 0; - position: absolute; - width: 1px; + text-overflow: ellipsis; + color: #32324d; + } + + .c35 { + font-size: 0.875rem; + line-height: 1.43; + color: #32324d; } .c2 { @@ -136,35 +168,31 @@ describe('ADMIN | Pages | TRANSFER TOKENS | ListPage', () => { padding-left: 56px; } - .c9 { - padding-right: 8px; - } - - .c12 { + .c14 { padding-right: 56px; padding-left: 56px; } - .c13 { + .c15 { background: #ffffff; border-radius: 4px; box-shadow: 0px 1px 4px rgba(33,33,52,0.1); } - .c15 { + .c17 { position: relative; } - .c17 { + .c19 { padding-right: 24px; padding-left: 24px; } - .c30 { + .c33 { max-width: 15.625rem; } - .c37 { + .c40 { padding-left: 4px; } @@ -200,7 +228,7 @@ describe('ADMIN | Pages | TRANSFER TOKENS | ListPage', () => { flex-direction: row; } - .c33 { + .c36 { -webkit-align-items: center; -webkit-box-align: center; -ms-flex-align: center; @@ -218,58 +246,248 @@ describe('ADMIN | Pages | TRANSFER TOKENS | ListPage', () => { justify-content: end; } - .c6 { - font-weight: 600; - font-size: 2rem; - line-height: 1.25; - color: #32324d; + .c27 { + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; + cursor: pointer; + padding: 8px; + border-radius: 4px; + background: #ffffff; + border: 1px solid #dcdce4; + position: relative; + outline: none; + } + + .c27 svg { + height: 12px; + width: 12px; + } + + .c27 svg > g, + .c27 svg path { + fill: #ffffff; + } + + .c27[aria-disabled='true'] { + pointer-events: none; + } + + .c27:after { + -webkit-transition-property: all; + transition-property: all; + -webkit-transition-duration: 0.2s; + transition-duration: 0.2s; + border-radius: 8px; + content: ''; + position: absolute; + top: -4px; + bottom: -4px; + left: -4px; + right: -4px; + border: 2px solid transparent; + } + + .c27:focus-visible { + outline: none; + } + + .c27:focus-visible:after { + border-radius: 8px; + content: ''; + position: absolute; + top: -5px; + bottom: -5px; + left: -5px; + right: -5px; + border: 2px solid #4945ff; + } + + .c29 { + border: 0; + -webkit-clip: rect(0 0 0 0); + clip: rect(0 0 0 0); + height: 1px; + margin: -1px; + overflow: hidden; + padding: 0; + position: absolute; + width: 1px; + } + + .c41 .c1 { + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; + -webkit-align-items: center; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + } + + .c41 .c5 { + color: #ffffff; + } + + .c41[aria-disabled='true'] .c5 { + color: #666687; + } + + .c41[aria-disabled='true']:active .c5 { + color: #666687; + } + + .c41:active .c5 { + color: #4945ff; + } + + .c41 .c5 { + color: #271fe0; + } + + .c28 { + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; + -webkit-align-items: center; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + -webkit-box-pack: center; + -webkit-justify-content: center; + -ms-flex-pack: center; + justify-content: center; + height: 2rem; + width: 2rem; + border: none; + } + + .c28 svg > g, + .c28 svg path { + fill: #8e8ea9; + } + + .c28:hover svg > g, + .c28:hover svg path { + fill: #666687; + } + + .c28:active svg > g, + .c28:active svg path { + fill: #a5a5ba; + } + + .c28[aria-disabled='true'] { + background-color: #eaeaef; + } + + .c28[aria-disabled='true'] svg path { + fill: #666687; + } + + .c0:focus-visible { + outline: none; + } + + .c16 { + overflow: hidden; + border: 1px solid #eaeaef; + } + + .c21 { + width: 100%; + white-space: nowrap; + } + + .c18:before { + background: linear-gradient(90deg,#c0c0cf 0%,rgba(0,0,0,0) 100%); + opacity: 0.2; + position: absolute; + height: 100%; + box-shadow: 0px 1px 4px rgba(33,33,52,0.1); + width: 8px; + left: 0; + } + + .c18:after { + background: linear-gradient(270deg,#c0c0cf 0%,rgba(0,0,0,0) 100%); + opacity: 0.2; + position: absolute; + height: 100%; + box-shadow: 0px 1px 4px rgba(33,33,52,0.1); + width: 8px; + right: 0; + top: 0; + } + + .c20 { + overflow-x: auto; + } + + .c31 tr:last-of-type { + border-bottom: none; + } + + .c22 { + border-bottom: 1px solid #eaeaef; + } + + .c23 { + border-bottom: 1px solid #eaeaef; + } + + .c23 td, + .c23 th { + padding: 16px; + } + + .c23 td:first-of-type, + .c23 th:first-of-type { + padding: 0 4px; + } + + .c23 th { + padding-top: 0; + padding-bottom: 0; + height: 3.5rem; + } + + .c24 { + vertical-align: middle; + text-align: left; + color: #666687; + outline-offset: -4px; + } + + .c24 input { + vertical-align: sub; + } + + .c26 svg { + height: 0.25rem; + } + + .c30 { + -webkit-transform: rotate(180deg); + -ms-transform: rotate(180deg); + transform: rotate(180deg); } .c10 { + padding-right: 8px; + } + + .c12 { font-size: 0.75rem; line-height: 1.33; font-weight: 600; color: #32324d; } - .c11 { - font-size: 1rem; - line-height: 1.5; - color: #666687; - } - - .c23 { - font-weight: 600; - font-size: 0.6875rem; - line-height: 1.45; - text-transform: uppercase; - color: #666687; - } - - .c29 { - font-size: 0.875rem; - line-height: 1.43; - font-weight: 600; - color: #32324d; - } - - .c31 { - font-size: 0.875rem; - line-height: 1.43; - display: block; - white-space: nowrap; - overflow: hidden; - text-overflow: ellipsis; - color: #32324d; - } - - .c32 { - font-size: 0.875rem; - line-height: 1.43; - color: #32324d; - } - - .c36 { + .c39 { font-size: 0.875rem; line-height: 1.43; color: #4945ff; @@ -333,157 +551,7 @@ describe('ADMIN | Pages | TRANSFER TOKENS | ListPage', () => { border: 2px solid #4945ff; } - .c38 .c1 { - display: -webkit-box; - display: -webkit-flex; - display: -ms-flexbox; - display: flex; - -webkit-align-items: center; - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - } - - .c38 .c5 { - color: #ffffff; - } - - .c38[aria-disabled='true'] .c5 { - color: #666687; - } - - .c38[aria-disabled='true']:active .c5 { - color: #666687; - } - - .c38:active .c5 { - color: #4945ff; - } - - .c38 .c5 { - color: #271fe0; - } - - .c14 { - overflow: hidden; - border: 1px solid #eaeaef; - } - - .c19 { - width: 100%; - white-space: nowrap; - } - - .c16:before { - background: linear-gradient(90deg,#c0c0cf 0%,rgba(0,0,0,0) 100%); - opacity: 0.2; - position: absolute; - height: 100%; - box-shadow: 0px 1px 4px rgba(33,33,52,0.1); - width: 8px; - left: 0; - } - - .c16:after { - background: linear-gradient(270deg,#c0c0cf 0%,rgba(0,0,0,0) 100%); - opacity: 0.2; - position: absolute; - height: 100%; - box-shadow: 0px 1px 4px rgba(33,33,52,0.1); - width: 8px; - right: 0; - top: 0; - } - - .c18 { - overflow-x: auto; - } - - .c28 tr:last-of-type { - border-bottom: none; - } - - .c20 { - border-bottom: 1px solid #eaeaef; - } - - .c21 { - border-bottom: 1px solid #eaeaef; - } - - .c21 td, - .c21 th { - padding: 16px; - } - - .c21 td:first-of-type, - .c21 th:first-of-type { - padding: 0 4px; - } - - .c21 th { - padding-top: 0; - padding-bottom: 0; - height: 3.5rem; - } - - .c22 { - vertical-align: middle; - text-align: left; - color: #666687; - outline-offset: -4px; - } - - .c22 input { - vertical-align: sub; - } - - .c24 svg { - height: 0.25rem; - } - - .c25 { - display: -webkit-box; - display: -webkit-flex; - display: -ms-flexbox; - display: flex; - -webkit-align-items: center; - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - -webkit-box-pack: center; - -webkit-justify-content: center; - -ms-flex-pack: center; - justify-content: center; - height: 2rem; - width: 2rem; - border: none; - } - - .c25 svg > g, - .c25 svg path { - fill: #8e8ea9; - } - - .c25:hover svg > g, - .c25:hover svg path { - fill: #666687; - } - - .c25:active svg > g, - .c25:active svg path { - fill: #a5a5ba; - } - - .c25[aria-disabled='true'] { - background-color: #eaeaef; - } - - .c25[aria-disabled='true'] svg path { - fill: #666687; - } - - .c34 { + .c37 { display: -webkit-inline-box; display: -webkit-inline-flex; display: -ms-inline-flexbox; @@ -498,15 +566,15 @@ describe('ADMIN | Pages | TRANSFER TOKENS | ListPage', () => { outline: none; } - .c34 svg path { + .c37 svg path { fill: #4945ff; } - .c34 svg { + .c37 svg { font-size: 0.625rem; } - .c34:after { + .c37:after { -webkit-transition-property: all; transition-property: all; -webkit-transition-duration: 0.2s; @@ -521,11 +589,11 @@ describe('ADMIN | Pages | TRANSFER TOKENS | ListPage', () => { border: 2px solid transparent; } - .c34:focus-visible { + .c37:focus-visible { outline: none; } - .c34:focus-visible:after { + .c37:focus-visible:after { border-radius: 8px; content: ''; position: absolute; @@ -549,7 +617,7 @@ describe('ADMIN | Pages | TRANSFER TOKENS | ListPage', () => { text-decoration: none; } - .c8 .c1 { + .c8 .c9 { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; @@ -560,7 +628,7 @@ describe('ADMIN | Pages | TRANSFER TOKENS | ListPage', () => { align-items: center; } - .c8 .c5 { + .c8 .c11 { color: #ffffff; } @@ -569,7 +637,7 @@ describe('ADMIN | Pages | TRANSFER TOKENS | ListPage', () => { background: #eaeaef; } - .c8[aria-disabled='true'] .c5 { + .c8[aria-disabled='true'] .c11 { color: #666687; } @@ -582,7 +650,7 @@ describe('ADMIN | Pages | TRANSFER TOKENS | ListPage', () => { background: #eaeaef; } - .c8[aria-disabled='true']:active .c5 { + .c8[aria-disabled='true']:active .c11 { color: #666687; } @@ -605,22 +673,12 @@ describe('ADMIN | Pages | TRANSFER TOKENS | ListPage', () => { fill: #ffffff; } - .c27 { - -webkit-transform: rotate(180deg); - -ms-transform: rotate(180deg); - transform: rotate(180deg); - } - - .c0:focus-visible { - outline: none; - } - - .c35 svg path { + .c38 svg path { fill: #8e8ea9; } - .c35:hover svg path, - .c35:focus svg path { + .c38:hover svg path, + .c38:focus svg path { fill: #32324d; } @@ -659,7 +717,7 @@ describe('ADMIN | Pages | TRANSFER TOKENS | ListPage', () => { > { Create new Transfer Token "List of generated transfer tokens" @@ -725,7 +783,7 @@ describe('ADMIN | Pages | TRANSFER TOKENS | ListPage', () => { @@ -733,24 +791,24 @@ describe('ADMIN | Pages | TRANSFER TOKENS | ListPage', () => { Sort on Name { { @@ -789,13 +847,13 @@ describe('ADMIN | Pages | TRANSFER TOKENS | ListPage', () => { { @@ -812,13 +870,13 @@ describe('ADMIN | Pages | TRANSFER TOKENS | ListPage', () => { { @@ -835,13 +893,13 @@ describe('ADMIN | Pages | TRANSFER TOKENS | ListPage', () => { @@ -849,59 +907,59 @@ describe('ADMIN | Pages | TRANSFER TOKENS | ListPage', () => { class="c1 c4" > Actions My super token This describe my super token { { Delete My super token diff --git a/packages/core/admin/admin/src/translations/en.json b/packages/core/admin/admin/src/translations/en.json index 9fa2c4d1f7..4b7b60c633 100644 --- a/packages/core/admin/admin/src/translations/en.json +++ b/packages/core/admin/admin/src/translations/en.json @@ -361,6 +361,8 @@ "app.components.BlockLink.documentation.content": "Discover the essential concepts, guides and instructions.", "app.components.BlockLink.tutorial": "Tutorials", "app.components.BlockLink.tutorial.content": "Follow step-by-step instructions to use and customize Strapi.", + "app.components.BlockLink.cloud": "Strapi Cloud", + "app.components.BlockLink.cloud.content": "A fully composable, and collaborative platform to boost your team velocity.", "app.components.Button.cancel": "Cancel", "app.components.Button.confirm": "Confirm", "app.components.Button.reset": "Reset", diff --git a/packages/core/admin/package.json b/packages/core/admin/package.json index 28484ec17a..b7f8b7a423 100644 --- a/packages/core/admin/package.json +++ b/packages/core/admin/package.json @@ -1,6 +1,6 @@ { "name": "@strapi/admin", - "version": "4.6.1", + "version": "4.6.2", "description": "Strapi Admin", "repository": { "type": "git", @@ -46,15 +46,15 @@ "@casl/ability": "^5.4.3", "@fingerprintjs/fingerprintjs": "3.3.6", "@pmmmwh/react-refresh-webpack-plugin": "0.5.10", - "@strapi/babel-plugin-switch-ee-ce": "4.6.1", - "@strapi/data-transfer": "4.6.1", + "@strapi/babel-plugin-switch-ee-ce": "4.6.2", + "@strapi/data-transfer": "4.6.2", "@strapi/design-system": "1.6.3", - "@strapi/helper-plugin": "4.6.1", + "@strapi/helper-plugin": "4.6.2", "@strapi/icons": "1.6.3", - "@strapi/permissions": "4.6.1", - "@strapi/provider-audit-logs-local": "4.6.1", - "@strapi/typescript-utils": "4.6.1", - "@strapi/utils": "4.6.1", + "@strapi/permissions": "4.6.2", + "@strapi/provider-audit-logs-local": "4.6.2", + "@strapi/typescript-utils": "4.6.2", + "@strapi/utils": "4.6.2", "axios": "1.2.2", "babel-loader": "^9.1.2", "babel-plugin-styled-components": "2.0.2", @@ -165,4 +165,4 @@ } } } -} +} \ No newline at end of file diff --git a/packages/core/content-manager/package.json b/packages/core/content-manager/package.json index eb7e59283e..b14227e93f 100644 --- a/packages/core/content-manager/package.json +++ b/packages/core/content-manager/package.json @@ -1,6 +1,6 @@ { "name": "@strapi/plugin-content-manager", - "version": "4.6.1", + "version": "4.6.2", "description": "A powerful UI to easily manage your data.", "repository": { "type": "git", @@ -24,7 +24,7 @@ }, "dependencies": { "@sindresorhus/slugify": "1.1.0", - "@strapi/utils": "4.6.1", + "@strapi/utils": "4.6.2", "lodash": "4.17.21" }, "engines": { diff --git a/packages/core/content-type-builder/admin/src/components/AttributeIcon/index.js b/packages/core/content-type-builder/admin/src/components/AttributeIcon/index.js index 1430db7dd9..dc4fc27f04 100644 --- a/packages/core/content-type-builder/admin/src/components/AttributeIcon/index.js +++ b/packages/core/content-type-builder/admin/src/components/AttributeIcon/index.js @@ -11,41 +11,41 @@ import { Email, Enumeration, Json, - LongDescription, + RichText, Media, Password, Relation, SingleType, Text, Uid, - Numbers, + Number, } from '@strapi/icons'; import { pxToRem, useCustomFields } from '@strapi/helper-plugin'; const iconByTypes = { - biginteger: Numbers, + biginteger: Number, boolean: Boolean, collectionType: CollectionType, component: Component, contentType: CollectionType, date: Date, datetime: Date, - decimal: Numbers, + decimal: Number, dynamiczone: DynamicZone, email: Email, enum: Enumeration, enumeration: Enumeration, file: Media, files: Media, - float: Numbers, - integer: Numbers, + float: Number, + integer: Number, json: Json, JSON: Json, media: Media, - number: Numbers, + number: Number, password: Password, relation: Relation, - richtext: LongDescription, + richtext: RichText, singleType: SingleType, string: Text, text: Text, diff --git a/packages/core/content-type-builder/admin/src/components/AttributeOptions/tests/__snapshots__/index.test.js.snap b/packages/core/content-type-builder/admin/src/components/AttributeOptions/tests/__snapshots__/index.test.js.snap index c83aa92087..eafb8a4a13 100644 --- a/packages/core/content-type-builder/admin/src/components/AttributeOptions/tests/__snapshots__/index.test.js.snap +++ b/packages/core/content-type-builder/admin/src/components/AttributeOptions/tests/__snapshots__/index.test.js.snap @@ -455,6 +455,35 @@ exports[` renders and matches the snapshot 1`] = ` + + + + + + @@ -568,6 +597,33 @@ exports[` renders and matches the snapshot 1`] = ` + + + + + + diff --git a/packages/core/content-type-builder/admin/src/pages/ListView/tests/__snapshots__/index.test.js.snap b/packages/core/content-type-builder/admin/src/pages/ListView/tests/__snapshots__/index.test.js.snap index 6c2201dab3..3477c3b949 100644 --- a/packages/core/content-type-builder/admin/src/pages/ListView/tests/__snapshots__/index.test.js.snap +++ b/packages/core/content-type-builder/admin/src/pages/ListView/tests/__snapshots__/index.test.js.snap @@ -4115,6 +4115,33 @@ exports[` renders and matches the snapshot 1`] = ` + + + + + + @@ -4584,6 +4611,33 @@ exports[` renders and matches the snapshot 1`] = ` + + + + + + @@ -4847,6 +4901,35 @@ exports[` renders and matches the snapshot 1`] = ` + + + + + + @@ -5917,6 +6000,33 @@ exports[` renders and matches the snapshot 1`] = ` + + + + + + @@ -6180,6 +6290,35 @@ exports[` renders and matches the snapshot 1`] = ` + + + + + + diff --git a/packages/core/content-type-builder/package.json b/packages/core/content-type-builder/package.json index cd18320b3c..b790d2b390 100644 --- a/packages/core/content-type-builder/package.json +++ b/packages/core/content-type-builder/package.json @@ -1,6 +1,6 @@ { "name": "@strapi/plugin-content-type-builder", - "version": "4.6.1", + "version": "4.6.2", "description": "Strapi plugin to create content type", "repository": { "type": "git", @@ -28,9 +28,9 @@ }, "dependencies": { "@sindresorhus/slugify": "1.1.0", - "@strapi/generators": "4.6.1", - "@strapi/helper-plugin": "4.6.1", - "@strapi/utils": "4.6.1", + "@strapi/generators": "4.6.2", + "@strapi/helper-plugin": "4.6.2", + "@strapi/utils": "4.6.2", "fs-extra": "10.0.0", "lodash": "4.17.21", "pluralize": "^8.0.0", diff --git a/packages/core/data-transfer/package.json b/packages/core/data-transfer/package.json index 5b6f86cd65..45b6e8d1c5 100644 --- a/packages/core/data-transfer/package.json +++ b/packages/core/data-transfer/package.json @@ -1,6 +1,6 @@ { "name": "@strapi/data-transfer", - "version": "4.6.1", + "version": "4.6.2", "description": "Data transfer capabilities for Strapi", "keywords": [ "strapi", @@ -39,8 +39,8 @@ "lib": "./lib" }, "dependencies": { - "@strapi/logger": "4.6.1", - "@strapi/strapi": "4.6.1", + "@strapi/logger": "4.6.2", + "@strapi/strapi": "4.6.2", "chalk": "4.1.2", "fs-extra": "10.0.0", "lodash": "4.17.21", diff --git a/packages/core/database/package.json b/packages/core/database/package.json index c1d40c4f8a..8a1760a65a 100644 --- a/packages/core/database/package.json +++ b/packages/core/database/package.json @@ -1,6 +1,6 @@ { "name": "@strapi/database", - "version": "4.6.1", + "version": "4.6.2", "description": "Strapi's database layer", "homepage": "https://strapi.io", "bugs": { diff --git a/packages/core/email/package.json b/packages/core/email/package.json index f680d75981..3d39bb98d3 100644 --- a/packages/core/email/package.json +++ b/packages/core/email/package.json @@ -1,6 +1,6 @@ { "name": "@strapi/plugin-email", - "version": "4.6.1", + "version": "4.6.2", "description": "Easily configure your Strapi application to send emails.", "repository": { "type": "git", @@ -26,12 +26,12 @@ "test:front:watch:ce": "cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll" }, "dependencies": { - "@strapi/provider-email-sendmail": "4.6.1", - "@strapi/utils": "4.6.1", + "@strapi/provider-email-sendmail": "4.6.2", + "@strapi/utils": "4.6.2", "lodash": "4.17.21" }, "devDependencies": { - "@strapi/helper-plugin": "4.6.1", + "@strapi/helper-plugin": "4.6.2", "@testing-library/react": "12.1.4" }, "engines": { diff --git a/packages/core/helper-plugin/lib/src/components/ContentBox/index.js b/packages/core/helper-plugin/lib/src/components/ContentBox/index.js index ab5bf29cc8..985f43a803 100644 --- a/packages/core/helper-plugin/lib/src/components/ContentBox/index.js +++ b/packages/core/helper-plugin/lib/src/components/ContentBox/index.js @@ -5,6 +5,7 @@ import { Flex, Stack, Typography } from '@strapi/design-system'; const IconWrapper = styled(Flex)` margin-right: ${({ theme }) => theme.spaces[6]}; + svg { width: ${32 / 16}rem; height: ${32 / 16}rem; diff --git a/packages/core/helper-plugin/package.json b/packages/core/helper-plugin/package.json index 4bd74fd831..69ec6540db 100644 --- a/packages/core/helper-plugin/package.json +++ b/packages/core/helper-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@strapi/helper-plugin", - "version": "4.6.1", + "version": "4.6.2", "description": "Helper for Strapi plugins development", "repository": { "type": "git", diff --git a/packages/core/permissions/package.json b/packages/core/permissions/package.json index 3652ef069e..362f958b48 100644 --- a/packages/core/permissions/package.json +++ b/packages/core/permissions/package.json @@ -1,6 +1,6 @@ { "name": "@strapi/permissions", - "version": "4.6.1", + "version": "4.6.2", "description": "Strapi's permission layer.", "repository": { "type": "git", @@ -25,7 +25,7 @@ }, "dependencies": { "@casl/ability": "5.4.4", - "@strapi/utils": "4.6.1", + "@strapi/utils": "4.6.2", "lodash": "4.17.21", "sift": "16.0.0" }, diff --git a/packages/core/strapi/lib/commands/builders/admin.js b/packages/core/strapi/lib/commands/builders/admin.js index 602a759d56..be60319e0d 100644 --- a/packages/core/strapi/lib/commands/builders/admin.js +++ b/packages/core/strapi/lib/commands/builders/admin.js @@ -49,7 +49,6 @@ module.exports = async ({ buildDestDir, forceBuild = true, optimization, srcDir }) .then(() => { console.log('Admin UI built successfully'); - process.exit(0); }) .catch((err) => { console.error(err); diff --git a/packages/core/strapi/package.json b/packages/core/strapi/package.json index 056e5c48b4..3eded14ffc 100644 --- a/packages/core/strapi/package.json +++ b/packages/core/strapi/package.json @@ -1,6 +1,6 @@ { "name": "@strapi/strapi", - "version": "4.6.1", + "version": "4.6.2", "description": "An open source headless CMS solution to create and manage your own API. It provides a powerful dashboard and features to make your life easier. Databases supported: MySQL, MariaDB, PostgreSQL, SQLite", "keywords": [ "strapi", @@ -81,19 +81,19 @@ "dependencies": { "@koa/cors": "3.4.3", "@koa/router": "10.1.1", - "@strapi/admin": "4.6.1", - "@strapi/data-transfer": "4.6.1", - "@strapi/database": "4.6.1", - "@strapi/generate-new": "4.6.1", - "@strapi/generators": "4.6.1", - "@strapi/logger": "4.6.1", - "@strapi/permissions": "4.6.1", - "@strapi/plugin-content-manager": "4.6.1", - "@strapi/plugin-content-type-builder": "4.6.1", - "@strapi/plugin-email": "4.6.1", - "@strapi/plugin-upload": "4.6.1", - "@strapi/typescript-utils": "4.6.1", - "@strapi/utils": "4.6.1", + "@strapi/admin": "4.6.2", + "@strapi/data-transfer": "4.6.2", + "@strapi/database": "4.6.2", + "@strapi/generate-new": "4.6.2", + "@strapi/generators": "4.6.2", + "@strapi/logger": "4.6.2", + "@strapi/permissions": "4.6.2", + "@strapi/plugin-content-manager": "4.6.2", + "@strapi/plugin-content-type-builder": "4.6.2", + "@strapi/plugin-email": "4.6.2", + "@strapi/plugin-upload": "4.6.2", + "@strapi/typescript-utils": "4.6.2", + "@strapi/utils": "4.6.2", "bcryptjs": "2.4.3", "boxen": "5.1.2", "chalk": "4.1.2", diff --git a/packages/core/upload/package.json b/packages/core/upload/package.json index 34a513be39..c08a9c31cf 100644 --- a/packages/core/upload/package.json +++ b/packages/core/upload/package.json @@ -1,6 +1,6 @@ { "name": "@strapi/plugin-upload", - "version": "4.6.1", + "version": "4.6.2", "description": "Makes it easy to upload images and files to your Strapi Application.", "license": "SEE LICENSE IN LICENSE", "author": { @@ -23,9 +23,9 @@ "test:front:watch:ce": "cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll" }, "dependencies": { - "@strapi/helper-plugin": "4.6.1", - "@strapi/provider-upload-local": "4.6.1", - "@strapi/utils": "4.6.1", + "@strapi/helper-plugin": "4.6.2", + "@strapi/provider-upload-local": "4.6.2", + "@strapi/utils": "4.6.2", "byte-size": "7.0.1", "cropperjs": "1.5.12", "date-fns": "2.29.3", diff --git a/packages/core/utils/package.json b/packages/core/utils/package.json index 5dc4473330..afcdf859c9 100644 --- a/packages/core/utils/package.json +++ b/packages/core/utils/package.json @@ -1,6 +1,6 @@ { "name": "@strapi/utils", - "version": "4.6.1", + "version": "4.6.2", "description": "Shared utilities for the Strapi packages", "keywords": [ "strapi", diff --git a/packages/generators/app/lib/resources/templates/database-templates/ts/database.template b/packages/generators/app/lib/resources/templates/database-templates/ts/database.template index 065583c810..5480932101 100644 --- a/packages/generators/app/lib/resources/templates/database-templates/ts/database.template +++ b/packages/generators/app/lib/resources/templates/database-templates/ts/database.template @@ -54,6 +54,7 @@ export default ({ env }) => { filename: path.join( __dirname, '..', + '..', env('DATABASE_FILENAME', 'data.db') ), }, diff --git a/packages/generators/app/package.json b/packages/generators/app/package.json index 53e869e7ff..2d2b015e0c 100644 --- a/packages/generators/app/package.json +++ b/packages/generators/app/package.json @@ -1,6 +1,6 @@ { "name": "@strapi/generate-new", - "version": "4.6.1", + "version": "4.6.2", "description": "Generate a new Strapi application.", "keywords": [ "generate", diff --git a/packages/generators/generators/package.json b/packages/generators/generators/package.json index 1a9a0dcdf2..fb9efc02dc 100644 --- a/packages/generators/generators/package.json +++ b/packages/generators/generators/package.json @@ -1,6 +1,6 @@ { "name": "@strapi/generators", - "version": "4.6.1", + "version": "4.6.2", "description": "Interactive API generator.", "keywords": [ "strapi", @@ -30,8 +30,8 @@ "main": "lib/index.js", "dependencies": { "@sindresorhus/slugify": "1.1.0", - "@strapi/typescript-utils": "4.6.1", - "@strapi/utils": "4.6.1", + "@strapi/typescript-utils": "4.6.2", + "@strapi/utils": "4.6.2", "chalk": "4.1.2", "fs-extra": "10.0.0", "node-plop": "0.26.3", diff --git a/packages/plugins/color-picker/package.json b/packages/plugins/color-picker/package.json index 5f43e9f6b2..88f4798b59 100644 --- a/packages/plugins/color-picker/package.json +++ b/packages/plugins/color-picker/package.json @@ -1,6 +1,6 @@ { "name": "@strapi/plugin-color-picker", - "version": "4.6.1", + "version": "4.6.2", "description": "Strapi maintained Custom Fields", "strapi": { "name": "color-picker", diff --git a/packages/plugins/documentation/package.json b/packages/plugins/documentation/package.json index 8cac4c368a..59672c2393 100644 --- a/packages/plugins/documentation/package.json +++ b/packages/plugins/documentation/package.json @@ -1,6 +1,6 @@ { "name": "@strapi/plugin-documentation", - "version": "4.6.1", + "version": "4.6.2", "description": "Create an OpenAPI Document and visualize your API with SWAGGER UI.", "repository": { "type": "git", @@ -24,8 +24,8 @@ "test": "echo \"no tests yet\"" }, "dependencies": { - "@strapi/helper-plugin": "4.6.1", - "@strapi/utils": "4.6.1", + "@strapi/helper-plugin": "4.6.2", + "@strapi/utils": "4.6.2", "bcryptjs": "2.4.3", "cheerio": "^1.0.0-rc.12", "fs-extra": "10.0.0", diff --git a/packages/plugins/graphql/package.json b/packages/plugins/graphql/package.json index 2c6fc7872e..af59e0f8af 100644 --- a/packages/plugins/graphql/package.json +++ b/packages/plugins/graphql/package.json @@ -1,6 +1,6 @@ { "name": "@strapi/plugin-graphql", - "version": "4.6.1", + "version": "4.6.2", "description": "Adds GraphQL endpoint with default API methods.", "repository": { "type": "git", @@ -29,7 +29,7 @@ "dependencies": { "@graphql-tools/schema": "8.5.1", "@graphql-tools/utils": "^8.12.0", - "@strapi/utils": "4.6.1", + "@strapi/utils": "4.6.2", "apollo-server-core": "3.11.1", "apollo-server-koa": "3.10.0", "glob": "^7.1.7", diff --git a/packages/plugins/i18n/package.json b/packages/plugins/i18n/package.json index bef56414dd..2a12544802 100644 --- a/packages/plugins/i18n/package.json +++ b/packages/plugins/i18n/package.json @@ -1,6 +1,6 @@ { "name": "@strapi/plugin-i18n", - "version": "4.6.1", + "version": "4.6.2", "description": "This plugin enables to create, to read and to update content in different languages, both from the Admin Panel and from the API", "repository": { "type": "git", @@ -24,7 +24,7 @@ "test:unit": "jest --verbose" }, "dependencies": { - "@strapi/utils": "4.6.1", + "@strapi/utils": "4.6.2", "lodash": "4.17.21" }, "devDependencies": { diff --git a/packages/plugins/i18n/server/services/localizations.js b/packages/plugins/i18n/server/services/localizations.js index 8cdde50826..ba1d6e1aa3 100644 --- a/packages/plugins/i18n/server/services/localizations.js +++ b/packages/plugins/i18n/server/services/localizations.js @@ -2,7 +2,7 @@ const { prop, isNil, isEmpty, isArray } = require('lodash/fp'); -const { forEachAsync } = require('@strapi/utils'); +const { mapAsync } = require('@strapi/utils'); const { getService } = require('../utils'); const isDialectMySQL = () => strapi.db.dialect.client === 'mysql'; @@ -41,7 +41,7 @@ const syncLocalizations = async (entry, { model }) => { }; // MySQL/MariaDB can cause deadlocks here if concurrency higher than 1 - await forEachAsync(entry.localizations, (localization) => updateLocalization(localization.id), { + await mapAsync(entry.localizations, (localization) => updateLocalization(localization.id), { concurrency: isDialectMySQL() ? 1 : Infinity, }); } @@ -68,7 +68,7 @@ const syncNonLocalizedAttributes = async (entry, { model }) => { }; // MySQL/MariaDB can cause deadlocks here if concurrency higher than 1 - await forEachAsync(entry.localizations, (localization) => updateLocalization(localization.id), { + await mapAsync(entry.localizations, (localization) => updateLocalization(localization.id), { concurrency: isDialectMySQL() ? 1 : Infinity, }); } diff --git a/packages/plugins/sentry/package.json b/packages/plugins/sentry/package.json index 69b7cea6f5..53be6c9aa1 100644 --- a/packages/plugins/sentry/package.json +++ b/packages/plugins/sentry/package.json @@ -1,6 +1,6 @@ { "name": "@strapi/plugin-sentry", - "version": "4.6.1", + "version": "4.6.2", "description": "Send Strapi error events to Sentry", "repository": { "type": "git", diff --git a/packages/plugins/users-permissions/package.json b/packages/plugins/users-permissions/package.json index 2c5d91236e..047795902f 100644 --- a/packages/plugins/users-permissions/package.json +++ b/packages/plugins/users-permissions/package.json @@ -1,6 +1,6 @@ { "name": "@strapi/plugin-users-permissions", - "version": "4.6.1", + "version": "4.6.2", "description": "Protect your API with a full-authentication process based on JWT", "repository": { "type": "git", @@ -27,8 +27,8 @@ "test:front:watch:ce": "cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll" }, "dependencies": { - "@strapi/helper-plugin": "4.6.1", - "@strapi/utils": "4.6.1", + "@strapi/helper-plugin": "4.6.2", + "@strapi/utils": "4.6.2", "bcryptjs": "2.4.3", "grant-koa": "5.4.8", "jsonwebtoken": "9.0.0", diff --git a/packages/providers/audit-logs-local/package.json b/packages/providers/audit-logs-local/package.json index 00bb1169e7..8365924025 100644 --- a/packages/providers/audit-logs-local/package.json +++ b/packages/providers/audit-logs-local/package.json @@ -1,6 +1,6 @@ { "name": "@strapi/provider-audit-logs-local", - "version": "4.6.1", + "version": "4.6.2", "description": "Local provider for strapi audit logs", "keywords": [ "audit-logs", diff --git a/packages/providers/email-amazon-ses/package.json b/packages/providers/email-amazon-ses/package.json index e6d54b59fb..4e5a9fd783 100644 --- a/packages/providers/email-amazon-ses/package.json +++ b/packages/providers/email-amazon-ses/package.json @@ -1,6 +1,6 @@ { "name": "@strapi/provider-email-amazon-ses", - "version": "4.6.1", + "version": "4.6.2", "description": "Amazon SES provider for strapi email", "keywords": [ "email", @@ -36,7 +36,7 @@ "test": "echo \"no tests yet\"" }, "dependencies": { - "@strapi/utils": "4.6.1", + "@strapi/utils": "4.6.2", "node-ses": "^3.0.3" }, "engines": { diff --git a/packages/providers/email-mailgun/package.json b/packages/providers/email-mailgun/package.json index d9f648ba3c..cfa2715f42 100644 --- a/packages/providers/email-mailgun/package.json +++ b/packages/providers/email-mailgun/package.json @@ -1,6 +1,6 @@ { "name": "@strapi/provider-email-mailgun", - "version": "4.6.1", + "version": "4.6.2", "description": "Mailgun provider for strapi email plugin", "keywords": [ "email", @@ -36,7 +36,7 @@ "test": "echo \"no tests yet\"" }, "dependencies": { - "@strapi/utils": "4.6.1", + "@strapi/utils": "4.6.2", "form-data": "^4.0.0", "mailgun.js": "5.2.2" }, diff --git a/packages/providers/email-nodemailer/package.json b/packages/providers/email-nodemailer/package.json index b20a920ace..fef11c51c2 100644 --- a/packages/providers/email-nodemailer/package.json +++ b/packages/providers/email-nodemailer/package.json @@ -1,6 +1,6 @@ { "name": "@strapi/provider-email-nodemailer", - "version": "4.6.1", + "version": "4.6.2", "description": "Nodemailer provider for Strapi 3", "keywords": [ "strapi", diff --git a/packages/providers/email-sendgrid/package.json b/packages/providers/email-sendgrid/package.json index 82f6468b9e..5aa36d8845 100644 --- a/packages/providers/email-sendgrid/package.json +++ b/packages/providers/email-sendgrid/package.json @@ -1,6 +1,6 @@ { "name": "@strapi/provider-email-sendgrid", - "version": "4.6.1", + "version": "4.6.2", "description": "Sendgrid provider for strapi email", "keywords": [ "email", @@ -37,7 +37,7 @@ }, "dependencies": { "@sendgrid/mail": "7.7.0", - "@strapi/utils": "4.6.1" + "@strapi/utils": "4.6.2" }, "engines": { "node": ">=14.19.1 <=18.x.x", diff --git a/packages/providers/email-sendmail/package.json b/packages/providers/email-sendmail/package.json index 00c741c603..54c39e1634 100644 --- a/packages/providers/email-sendmail/package.json +++ b/packages/providers/email-sendmail/package.json @@ -1,6 +1,6 @@ { "name": "@strapi/provider-email-sendmail", - "version": "4.6.1", + "version": "4.6.2", "description": "Sendmail provider for strapi email", "keywords": [ "email", @@ -35,7 +35,7 @@ "test": "echo \"no tests yet\"" }, "dependencies": { - "@strapi/utils": "4.6.1", + "@strapi/utils": "4.6.2", "sendmail": "^1.6.1" }, "engines": { diff --git a/packages/providers/upload-aws-s3/package.json b/packages/providers/upload-aws-s3/package.json index a18922d0dd..5e381b252e 100644 --- a/packages/providers/upload-aws-s3/package.json +++ b/packages/providers/upload-aws-s3/package.json @@ -1,6 +1,6 @@ { "name": "@strapi/provider-upload-aws-s3", - "version": "4.6.1", + "version": "4.6.2", "description": "AWS S3 provider for strapi upload", "keywords": [ "upload", diff --git a/packages/providers/upload-cloudinary/package.json b/packages/providers/upload-cloudinary/package.json index 22a326e4fe..4d49c830c1 100644 --- a/packages/providers/upload-cloudinary/package.json +++ b/packages/providers/upload-cloudinary/package.json @@ -1,6 +1,6 @@ { "name": "@strapi/provider-upload-cloudinary", - "version": "4.6.1", + "version": "4.6.2", "description": "Cloudinary provider for strapi upload", "keywords": [ "upload", @@ -36,7 +36,7 @@ "test": "echo \"no tests yet\"" }, "dependencies": { - "@strapi/utils": "4.6.1", + "@strapi/utils": "4.6.2", "cloudinary": "^1.33.0", "into-stream": "^5.1.0" }, diff --git a/packages/providers/upload-local/package.json b/packages/providers/upload-local/package.json index 1b22d2e1a9..cf9999b353 100644 --- a/packages/providers/upload-local/package.json +++ b/packages/providers/upload-local/package.json @@ -1,6 +1,6 @@ { "name": "@strapi/provider-upload-local", - "version": "4.6.1", + "version": "4.6.2", "description": "Local provider for strapi upload", "keywords": [ "upload", @@ -35,7 +35,7 @@ "test": "echo \"no tests yet\"" }, "dependencies": { - "@strapi/utils": "4.6.1", + "@strapi/utils": "4.6.2", "fs-extra": "10.0.0" }, "engines": { diff --git a/packages/utils/babel-plugin-switch-ee-ce/package.json b/packages/utils/babel-plugin-switch-ee-ce/package.json index 24ca1be2e4..b17478c6b5 100644 --- a/packages/utils/babel-plugin-switch-ee-ce/package.json +++ b/packages/utils/babel-plugin-switch-ee-ce/package.json @@ -1,6 +1,6 @@ { "name": "@strapi/babel-plugin-switch-ee-ce", - "version": "4.6.1", + "version": "4.6.2", "private": false, "description": "Babel plugin to switch from CE to EE at runtime", "repository": "git://github.com/strapi/strapi.git", diff --git a/packages/utils/logger/package.json b/packages/utils/logger/package.json index cfe1fbd7b9..9e818c340d 100644 --- a/packages/utils/logger/package.json +++ b/packages/utils/logger/package.json @@ -1,6 +1,6 @@ { "name": "@strapi/logger", - "version": "4.6.1", + "version": "4.6.2", "description": "Strapi's logger", "homepage": "https://strapi.io", "bugs": { diff --git a/packages/utils/typescript/package.json b/packages/utils/typescript/package.json index 1ed3d1926a..823fc4c048 100644 --- a/packages/utils/typescript/package.json +++ b/packages/utils/typescript/package.json @@ -1,6 +1,6 @@ { "name": "@strapi/typescript-utils", - "version": "4.6.1", + "version": "4.6.2", "description": "Typescript support for Strapi", "keywords": [ "strapi",
Only actions bound by a route are listed below.
Select the application's actions or the plugin's actions and click on the cog icon to display the bound route
.c10 { +.c61:hover:not([aria-disabled='true']) > .c8 { background: #f0f0ff; } -.c70:hover:not([aria-disabled='true']) [data-strapi-dropdown='true'] { +.c61:hover:not([aria-disabled='true']) [data-strapi-dropdown='true'] { background: #d9d8ff; } -.c84 { +.c75 { border: 1px solid #ffffff; } -.c84:hover:not([aria-disabled='true']) { +.c75:hover:not([aria-disabled='true']) { border: 1px solid #4945ff; } -.c84:hover:not([aria-disabled='true']) .c13 { +.c75:hover:not([aria-disabled='true']) .c11 { color: #4945ff; } -.c84:hover:not([aria-disabled='true']) > .c10 { +.c75:hover:not([aria-disabled='true']) > .c8 { background: #f0f0ff; } -.c84:hover:not([aria-disabled='true']) [data-strapi-dropdown='true'] { +.c75:hover:not([aria-disabled='true']) [data-strapi-dropdown='true'] { background: #d9d8ff; } -.c76 { +.c67 { background: transparent; border: none; position: relative; outline: none; } -.c76[aria-disabled='true'] { +.c67[aria-disabled='true'] { pointer-events: none; } -.c76[aria-disabled='true'] svg path { +.c67[aria-disabled='true'] svg path { fill: #666687; } -.c76 svg { +.c67 svg { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; @@ -1874,11 +1867,11 @@ exports[`ADMIN | Pages | API TOKENS | EditView renders and matches the snapshot font-size: 0.625rem; } -.c76 svg path { +.c67 svg path { fill: #4945ff; } -.c76:after { +.c67:after { -webkit-transition-property: all; transition-property: all; -webkit-transition-duration: 0.2s; @@ -1893,11 +1886,11 @@ exports[`ADMIN | Pages | API TOKENS | EditView renders and matches the snapshot border: 2px solid transparent; } -.c76:focus-visible { +.c67:focus-visible { outline: none; } -.c76:focus-visible:after { +.c67:focus-visible:after { border-radius: 8px; content: ''; position: absolute; @@ -1908,82 +1901,91 @@ exports[`ADMIN | Pages | API TOKENS | EditView renders and matches the snapshot border: 2px solid #4945ff; } -.c32 > * { +.c22 > * { margin-top: 0; margin-bottom: 0; } -.c32 > * + * { +.c22 > * + * { + margin-top: 24px; +} + +.c26 > * { + margin-top: 0; + margin-bottom: 0; +} + +.c26 > * + * { margin-top: 4px; } -.c37 > * { +.c31 > * { margin-top: 0; margin-bottom: 0; } -.c37 > * + * { +.c31 > * + * { margin-top: 16px; } -.c67 > * { +.c58 > * { margin-top: 0; margin-bottom: 0; } -.c67 > * + * { +.c58 > * + * { margin-top: 8px; } -.c15 > * { +.c13 > * { margin-left: 0; margin-right: 0; } -.c15 > * + * { +.c13 > * + * { margin-left: 8px; } -.c74 > * { +.c65 > * { margin-left: 0; margin-right: 0; } -.c74 > * + * { +.c65 > * + * { margin-left: 12px; } -.c83 path { +.c74 path { fill: #666687; } -.c77 { +.c68 { text-align: left; } -.c77 > span { +.c68 > span { max-width: 100%; } -.c77 svg { +.c68 svg { width: 0.875rem; height: 0.875rem; } -.c77 svg path { +.c68 svg path { fill: #8e8ea9; } -.c72 { +.c63 { min-height: 5.5rem; border-radius: 4px; } -.c72:hover svg path { +.c63:hover svg path { fill: #4945ff; } -.c20 { +.c14 { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; @@ -1997,21 +1999,21 @@ exports[`ADMIN | Pages | API TOKENS | EditView renders and matches the snapshot outline: none; } -.c20 svg { +.c14 svg { height: 12px; width: 12px; } -.c20 svg > g, -.c20 svg path { +.c14 svg > g, +.c14 svg path { fill: #ffffff; } -.c20[aria-disabled='true'] { +.c14[aria-disabled='true'] { pointer-events: none; } -.c20:after { +.c14:after { -webkit-transition-property: all; transition-property: all; -webkit-transition-duration: 0.2s; @@ -2026,11 +2028,11 @@ exports[`ADMIN | Pages | API TOKENS | EditView renders and matches the snapshot border: 2px solid transparent; } -.c20:focus-visible { +.c14:focus-visible { outline: none; } -.c20:focus-visible:after { +.c14:focus-visible:after { border-radius: 8px; content: ''; position: absolute; @@ -2041,7 +2043,7 @@ exports[`ADMIN | Pages | API TOKENS | EditView renders and matches the snapshot border: 2px solid #4945ff; } -.c88 { +.c79 { border: 0; -webkit-clip: rect(0 0 0 0); clip: rect(0 0 0 0); @@ -2053,11 +2055,11 @@ exports[`ADMIN | Pages | API TOKENS | EditView renders and matches the snapshot width: 1px; } -.c23 { +.c17 { height: 100%; } -.c89 .c1 { +.c80 .c1 { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; @@ -2068,19 +2070,91 @@ exports[`ADMIN | Pages | API TOKENS | EditView renders and matches the snapshot align-items: center; } -.c89 .c13 { +.c80 .c11 { color: #ffffff; } -.c89[aria-disabled='true'] .c13 { +.c80[aria-disabled='true'] .c11 { color: #666687; } -.c89[aria-disabled='true']:active .c13 { +.c80[aria-disabled='true']:active .c11 { color: #666687; } -.c21 { +.c15 { + -webkit-align-items: center; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + background-color: #4945ff; + border: 1px solid #4945ff; + height: 2rem; + padding-left: 16px; + padding-right: 16px; + border: 1px solid #dcdce4; + background: #ffffff; +} + +.c15 .c1 { + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; + -webkit-align-items: center; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; +} + +.c15 .c11 { + color: #ffffff; +} + +.c15[aria-disabled='true'] { + border: 1px solid #dcdce4; + background: #eaeaef; +} + +.c15[aria-disabled='true'] .c11 { + color: #666687; +} + +.c15[aria-disabled='true'] svg > g,.c15[aria-disabled='true'] svg path { + fill: #666687; +} + +.c15[aria-disabled='true']:active { + border: 1px solid #dcdce4; + background: #eaeaef; +} + +.c15[aria-disabled='true']:active .c11 { + color: #666687; +} + +.c15[aria-disabled='true']:active svg > g,.c15[aria-disabled='true']:active svg path { + fill: #666687; +} + +.c15:hover { + background-color: #f6f6f9; +} + +.c15:active { + background-color: #eaeaef; +} + +.c15 .c11 { + color: #32324d; +} + +.c15 svg > g, +.c15 svg path { + fill: #32324d; +} + +.c19 { -webkit-align-items: center; -webkit-box-align: center; -ms-flex-align: center; @@ -2092,7 +2166,7 @@ exports[`ADMIN | Pages | API TOKENS | EditView renders and matches the snapshot padding-right: 16px; } -.c21 .c1 { +.c19 .c1 { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; @@ -2103,73 +2177,248 @@ exports[`ADMIN | Pages | API TOKENS | EditView renders and matches the snapshot align-items: center; } -.c21 .c13 { +.c19 .c11 { color: #ffffff; } -.c21[aria-disabled='true'] { +.c19[aria-disabled='true'] { border: 1px solid #dcdce4; background: #eaeaef; } -.c21[aria-disabled='true'] .c13 { +.c19[aria-disabled='true'] .c11 { color: #666687; } -.c21[aria-disabled='true'] svg > g,.c21[aria-disabled='true'] svg path { +.c19[aria-disabled='true'] svg > g,.c19[aria-disabled='true'] svg path { fill: #666687; } -.c21[aria-disabled='true']:active { +.c19[aria-disabled='true']:active { border: 1px solid #dcdce4; background: #eaeaef; } -.c21[aria-disabled='true']:active .c13 { +.c19[aria-disabled='true']:active .c11 { color: #666687; } -.c21[aria-disabled='true']:active svg > g,.c21[aria-disabled='true']:active svg path { +.c19[aria-disabled='true']:active svg > g,.c19[aria-disabled='true']:active svg path { fill: #666687; } -.c21:hover { +.c19:hover { border: 1px solid #7b79ff; background: #7b79ff; } -.c21:active { +.c19:active { border: 1px solid #4945ff; background: #4945ff; } -.c21 svg > g, -.c21 svg path { +.c19 svg > g, +.c19 svg path { fill: #ffffff; } -.c39 { +.c36 { + line-height: 0; +} + +.c38 { + border: none; + border-radius: 4px; + padding-bottom: 0.65625rem; + padding-left: 16px; + padding-right: 16px; + padding-top: 0.65625rem; + color: #32324d; + font-weight: 400; + font-size: 0.875rem; + display: block; + width: 100%; + background: inherit; +} + +.c38::-webkit-input-placeholder { + color: #8e8ea9; + opacity: 1; +} + +.c38::-moz-placeholder { + color: #8e8ea9; + opacity: 1; +} + +.c38:-ms-input-placeholder { + color: #8e8ea9; + opacity: 1; +} + +.c38::placeholder { + color: #8e8ea9; + opacity: 1; +} + +.c38[aria-disabled='true'] { + color: inherit; +} + +.c38:focus { + outline: none; + box-shadow: none; +} + +.c37 { + border: 1px solid #dcdce4; + border-radius: 4px; + background: #ffffff; + outline: none; + box-shadow: 0; + -webkit-transition-property: border-color,box-shadow,fill; + transition-property: border-color,box-shadow,fill; + -webkit-transition-duration: 0.2s; + transition-duration: 0.2s; +} + +.c37:focus-within { + border: 1px solid #4945ff; + box-shadow: #4945ff 0px 0px 0px 2px; +} + +.c42 { + position: relative; + border: 1px solid #dcdce4; + padding-right: 12px; + border-radius: 4px; + background: #ffffff; + overflow: hidden; + min-height: 2.5rem; + color: #666687; + background: #eaeaef; + outline: none; + box-shadow: 0; + -webkit-transition-property: border-color,box-shadow,fill; + transition-property: border-color,box-shadow,fill; + -webkit-transition-duration: 0.2s; + transition-duration: 0.2s; +} + +.c42:focus-within { + border: 1px solid #4945ff; + box-shadow: #4945ff 0px 0px 0px 2px; +} + +.c51 { + position: relative; + border: 1px solid #dcdce4; + padding-right: 12px; + border-radius: 4px; + background: #ffffff; + overflow: hidden; + min-height: 2.5rem; + outline: none; + box-shadow: 0; + -webkit-transition-property: border-color,box-shadow,fill; + transition-property: border-color,box-shadow,fill; + -webkit-transition-duration: 0.2s; + transition-duration: 0.2s; +} + +.c51:focus-within { + border: 1px solid #4945ff; + box-shadow: #4945ff 0px 0px 0px 2px; +} + +.c48 { + background: transparent; + border: none; + position: relative; + z-index: 1; +} + +.c48 svg { + height: 0.6875rem; + width: 0.6875rem; +} + +.c48 svg path { + fill: #666687; +} + +.c49 { + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; + background: none; + border: none; + cursor: not-allowed; +} + +.c49 svg { + width: 0.375rem; +} + +.c53 { + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; + background: none; + border: none; +} + +.c53 svg { + width: 0.375rem; +} + +.c43 { + position: absolute; + left: 0; + right: 0; + bottom: 0; + top: 0; + width: 100%; + background: transparent; + border: none; +} + +.c43:focus { + outline: none; +} + +.c43[aria-disabled='true'] { + cursor: not-allowed; +} + +.c44 { + width: 100%; +} + +.c33 { display: grid; grid-template-columns: repeat(12,1fr); gap: 20px; } -.c64 { +.c55 { display: grid; grid-template-columns: repeat(12,1fr); } -.c40 { +.c34 { grid-column: span 6; max-width: 100%; } -.c65 { +.c56 { grid-column: span 7; max-width: 100%; } -.c86 { +.c77 { grid-column: span 5; max-width: 100%; } @@ -2178,262 +2427,122 @@ exports[`ADMIN | Pages | API TOKENS | EditView renders and matches the snapshot outline: none; } -.c30 { +.c40 { + border: 1px solid #dcdce4; + border-radius: 4px; + padding-left: 16px; + padding-right: 16px; + padding-top: 12px; + padding-bottom: 12px; + background: #ffffff; + outline: none; + box-shadow: 0; + -webkit-transition-property: border-color,box-shadow,fill; + transition-property: border-color,box-shadow,fill; + -webkit-transition-duration: 0.2s; + transition-duration: 0.2s; +} + +.c40:focus-within { + border: 1px solid #4945ff; + box-shadow: #4945ff 0px 0px 0px 2px; +} + +.c41 { + display: block; + width: 100%; + font-weight: 400; + font-size: 0.875rem; + border: none; + color: #32324d; + resize: none; + background: inherit; +} + +.c41::-webkit-input-placeholder { + color: #8e8ea9; + opacity: 1; +} + +.c41::-moz-placeholder { + color: #8e8ea9; + opacity: 1; +} + +.c41:-ms-input-placeholder { + color: #8e8ea9; + opacity: 1; +} + +.c41::placeholder { + color: #8e8ea9; + opacity: 1; +} + +.c41:focus-within { + outline: none; +} + +.c39 textarea { + height: 5rem; + line-height: 1.25rem; +} + +.c39 textarea::-webkit-input-placeholder { + font-weight: 400; + font-size: 0.875rem; + line-height: 1.43; + color: #8e8ea9; + opacity: 1; +} + +.c39 textarea::-moz-placeholder { + font-weight: 400; + font-size: 0.875rem; + line-height: 1.43; + color: #8e8ea9; + opacity: 1; +} + +.c39 textarea:-ms-input-placeholder { + font-weight: 400; + font-size: 0.875rem; + line-height: 1.43; + color: #8e8ea9; + opacity: 1; +} + +.c39 textarea::placeholder { + font-weight: 400; + font-size: 0.875rem; + line-height: 1.43; + color: #8e8ea9; + opacity: 1; +} + +.c25 { margin-right: 24px; } -.c30 svg { +.c25 svg { width: 2rem; height: 2rem; } -.c34 { +.c28 { word-break: break-all; } -.c6 { +.c5 { padding-right: 8px; } -.c25 { - padding-right: 56px; - padding-left: 56px; -} - -.c54 { - padding-right: 16px; - padding-left: 16px; -} - -.c56 { - padding-left: 12px; -} - -.c9 { +.c7 { font-size: 0.875rem; line-height: 1.43; color: #4945ff; } -.c19 { - font-size: 0.75rem; - line-height: 1.33; - font-weight: 600; - color: #32324d; -} - -.c43 { - font-size: 0.875rem; - line-height: 1.43; - color: #d02b20; -} - -.c55 { - font-size: 0.875rem; - line-height: 1.43; - display: block; - white-space: nowrap; - overflow: hidden; - text-overflow: ellipsis; - color: #666687; -} - -.c59 { - font-size: 0.75rem; - line-height: 1.33; - color: #666687; -} - -.c61 { - font-size: 0.875rem; - line-height: 1.43; - display: block; - white-space: nowrap; - overflow: hidden; - text-overflow: ellipsis; - color: #32324d; -} - -.c26 { - -webkit-align-items: stretch; - -webkit-box-align: stretch; - -ms-flex-align: stretch; - align-items: stretch; - display: -webkit-box; - display: -webkit-flex; - display: -ms-flexbox; - display: flex; - -webkit-flex-direction: column; - -ms-flex-direction: column; - flex-direction: column; -} - -.c42 { - -webkit-align-items: center; - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - display: -webkit-box; - display: -webkit-flex; - display: -ms-flexbox; - display: flex; - -webkit-flex-direction: row; - -ms-flex-direction: row; - flex-direction: row; -} - -.c45 { - -webkit-align-items: center; - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - display: -webkit-box; - display: -webkit-flex; - display: -ms-flexbox; - display: flex; - -webkit-flex-direction: row; - -ms-flex-direction: row; - flex-direction: row; - -webkit-box-pack: justify; - -webkit-justify-content: space-between; - -ms-flex-pack: justify; - justify-content: space-between; -} - -.c16 { - display: -webkit-box; - display: -webkit-flex; - display: -ms-flexbox; - display: flex; - cursor: pointer; - padding: 8px; - border-radius: 4px; - background: #ffffff; - border: 1px solid #dcdce4; - position: relative; - outline: none; -} - -.c16 svg { - height: 12px; - width: 12px; -} - -.c16 svg > g, -.c16 svg path { - fill: #ffffff; -} - -.c16[aria-disabled='true'] { - pointer-events: none; -} - -.c16:after { - -webkit-transition-property: all; - transition-property: all; - -webkit-transition-duration: 0.2s; - transition-duration: 0.2s; - border-radius: 8px; - content: ''; - position: absolute; - top: -4px; - bottom: -4px; - left: -4px; - right: -4px; - border: 2px solid transparent; -} - -.c16:focus-visible { - outline: none; -} - -.c16:focus-visible:after { - border-radius: 8px; - content: ''; - position: absolute; - top: -5px; - bottom: -5px; - left: -5px; - right: -5px; - border: 2px solid #4945ff; -} - -.c18 { - height: 100%; -} - -.c17 { - -webkit-align-items: center; - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - background-color: #4945ff; - border: 1px solid #4945ff; - height: 2rem; - padding-left: 16px; - padding-right: 16px; - border: 1px solid #dcdce4; - background: #ffffff; -} - -.c17 .c5 { - display: -webkit-box; - display: -webkit-flex; - display: -ms-flexbox; - display: flex; - -webkit-align-items: center; - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; -} - -.c17 .c8 { - color: #ffffff; -} - -.c17[aria-disabled='true'] { - border: 1px solid #dcdce4; - background: #eaeaef; -} - -.c17[aria-disabled='true'] .c8 { - color: #666687; -} - -.c17[aria-disabled='true'] svg > g,.c17[aria-disabled='true'] svg path { - fill: #666687; -} - -.c17[aria-disabled='true']:active { - border: 1px solid #dcdce4; - background: #eaeaef; -} - -.c17[aria-disabled='true']:active .c8 { - color: #666687; -} - -.c17[aria-disabled='true']:active svg > g,.c17[aria-disabled='true']:active svg path { - fill: #666687; -} - -.c17:hover { - background-color: #f6f6f9; -} - -.c17:active { - background-color: #eaeaef; -} - -.c17 .c8 { - color: #32324d; -} - -.c17 svg > g, -.c17 svg path { - fill: #32324d; -} - .c4 { display: -webkit-inline-box; display: -webkit-inline-flex; @@ -2487,331 +2596,45 @@ exports[`ADMIN | Pages | API TOKENS | EditView renders and matches the snapshot border: 2px solid #4945ff; } -.c7 { +.c6 { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; } -.c27 > * { - margin-top: 0; - margin-bottom: 0; -} - -.c27 > * + * { - margin-top: 24px; -} - -.c41 > * { - margin-top: 0; - margin-bottom: 0; -} - -.c41 > * + * { - margin-top: 4px; -} - -.c44 { - line-height: 0; -} - -.c47 { - border: none; - border-radius: 4px; - padding-bottom: 0.65625rem; - padding-left: 16px; - padding-right: 16px; - padding-top: 0.65625rem; - color: #32324d; - font-weight: 400; - font-size: 0.875rem; - display: block; - width: 100%; - background: inherit; -} - -.c47::-webkit-input-placeholder { - color: #8e8ea9; - opacity: 1; -} - -.c47::-moz-placeholder { - color: #8e8ea9; - opacity: 1; -} - -.c47:-ms-input-placeholder { - color: #8e8ea9; - opacity: 1; -} - -.c47::placeholder { - color: #8e8ea9; - opacity: 1; -} - -.c47[aria-disabled='true'] { - color: inherit; -} - -.c47:focus { - outline: none; - box-shadow: none; -} - -.c46 { - border: 1px solid #dcdce4; - border-radius: 4px; - background: #ffffff; - outline: none; - box-shadow: 0; - -webkit-transition-property: border-color,box-shadow,fill; - transition-property: border-color,box-shadow,fill; - -webkit-transition-duration: 0.2s; - transition-duration: 0.2s; -} - -.c46:focus-within { - border: 1px solid #4945ff; - box-shadow: #4945ff 0px 0px 0px 2px; -} - -.c52 { - position: absolute; - left: 0; - right: 0; - bottom: 0; - top: 0; - width: 100%; - background: transparent; - border: none; -} - -.c52:focus { - outline: none; -} - -.c52[aria-disabled='true'] { - cursor: not-allowed; -} - -.c51 { - position: relative; - border: 1px solid #dcdce4; - padding-right: 12px; - border-radius: 4px; - background: #ffffff; - overflow: hidden; - min-height: 2.5rem; - color: #666687; - background: #eaeaef; - outline: none; - box-shadow: 0; - -webkit-transition-property: border-color,box-shadow,fill; - transition-property: border-color,box-shadow,fill; - -webkit-transition-duration: 0.2s; - transition-duration: 0.2s; -} - -.c51:focus-within { - border: 1px solid #4945ff; - box-shadow: #4945ff 0px 0px 0px 2px; -} - -.c60 { - position: relative; - border: 1px solid #dcdce4; - padding-right: 12px; - border-radius: 4px; - background: #ffffff; - overflow: hidden; - min-height: 2.5rem; - outline: none; - box-shadow: 0; - -webkit-transition-property: border-color,box-shadow,fill; - transition-property: border-color,box-shadow,fill; - -webkit-transition-duration: 0.2s; - transition-duration: 0.2s; -} - -.c60:focus-within { - border: 1px solid #4945ff; - box-shadow: #4945ff 0px 0px 0px 2px; -} - -.c57 { - background: transparent; - border: none; - position: relative; - z-index: 1; -} - -.c57 svg { - height: 0.6875rem; - width: 0.6875rem; -} - -.c57 svg path { - fill: #666687; -} - -.c58 { - display: -webkit-box; - display: -webkit-flex; - display: -ms-flexbox; - display: flex; - background: none; - border: none; - cursor: not-allowed; -} - -.c58 svg { - width: 0.375rem; -} - -.c62 { - display: -webkit-box; - display: -webkit-flex; - display: -ms-flexbox; - display: flex; - background: none; - border: none; -} - -.c62 svg { - width: 0.375rem; -} - -.c53 { - width: 100%; -} - -.c49 { - border: 1px solid #dcdce4; - border-radius: 4px; - padding-left: 16px; - padding-right: 16px; - padding-top: 12px; - padding-bottom: 12px; - background: #ffffff; - outline: none; - box-shadow: 0; - -webkit-transition-property: border-color,box-shadow,fill; - transition-property: border-color,box-shadow,fill; - -webkit-transition-duration: 0.2s; - transition-duration: 0.2s; -} - -.c49:focus-within { - border: 1px solid #4945ff; - box-shadow: #4945ff 0px 0px 0px 2px; -} - -.c50 { - display: block; - width: 100%; - font-weight: 400; - font-size: 0.875rem; - border: none; - color: #32324d; - resize: none; - background: inherit; -} - -.c50::-webkit-input-placeholder { - color: #8e8ea9; - opacity: 1; -} - -.c50::-moz-placeholder { - color: #8e8ea9; - opacity: 1; -} - -.c50:-ms-input-placeholder { - color: #8e8ea9; - opacity: 1; -} - -.c50::placeholder { - color: #8e8ea9; - opacity: 1; -} - -.c50:focus-within { - outline: none; -} - -.c48 textarea { - height: 5rem; - line-height: 1.25rem; -} - -.c48 textarea::-webkit-input-placeholder { - font-weight: 400; - font-size: 0.875rem; - line-height: 1.43; - color: #8e8ea9; - opacity: 1; -} - -.c48 textarea::-moz-placeholder { - font-weight: 400; - font-size: 0.875rem; - line-height: 1.43; - color: #8e8ea9; - opacity: 1; -} - -.c48 textarea:-ms-input-placeholder { - font-weight: 400; - font-size: 0.875rem; - line-height: 1.43; - color: #8e8ea9; - opacity: 1; -} - -.c48 textarea::placeholder { - font-weight: 400; - font-size: 0.875rem; - line-height: 1.43; - color: #8e8ea9; - opacity: 1; -} - @media (max-width:68.75rem) { - .c40 { + .c34 { grid-column: span; } } @media (max-width:34.375rem) { - .c40 { + .c34 { grid-column: span 12; } } @media (max-width:68.75rem) { - .c65 { + .c56 { grid-column: span; } } @media (max-width:34.375rem) { - .c65 { + .c56 { grid-column: span; } } @media (max-width:68.75rem) { - .c86 { + .c77 { grid-column: span; } } @media (max-width:34.375rem) { - .c86 { + .c77 { grid-column: span; } } @@ -2844,7 +2667,7 @@ exports[`ADMIN | Pages | API TOKENS | EditView renders and matches the snapshot > Back
{ color: #666687; } + .c32 { + font-size: 0.875rem; + line-height: 1.43; + font-weight: 600; + color: #32324d; + } + + .c34 { + font-size: 0.875rem; + line-height: 1.43; + display: block; + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; + color: #32324d; + } + + .c35 { + font-size: 0.875rem; + line-height: 1.43; + color: #32324d; + } + .c2 { background: #f6f6f9; padding-top: 40px; @@ -165,7 +188,11 @@ describe('ADMIN | Pages | API TOKENS | ListPage', () => { padding-left: 24px; } - .c42 { + .c33 { + max-width: 15.625rem; + } + + .c40 { padding-left: 4px; } @@ -201,6 +228,24 @@ describe('ADMIN | Pages | API TOKENS | ListPage', () => { flex-direction: row; } + .c36 { + -webkit-align-items: center; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; + -webkit-flex-direction: row; + -ms-flex-direction: row; + flex-direction: row; + -webkit-box-pack: end; + -webkit-justify-content: end; + -ms-flex-pack: end; + justify-content: end; + } + .c27 { display: -webkit-box; display: -webkit-flex; @@ -271,7 +316,7 @@ describe('ADMIN | Pages | API TOKENS | ListPage', () => { width: 1px; } - .c43 .c1 { + .c41 .c1 { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; @@ -282,23 +327,23 @@ describe('ADMIN | Pages | API TOKENS | ListPage', () => { align-items: center; } - .c43 .c5 { + .c41 .c5 { color: #ffffff; } - .c43[aria-disabled='true'] .c5 { + .c41[aria-disabled='true'] .c5 { color: #666687; } - .c43[aria-disabled='true']:active .c5 { + .c41[aria-disabled='true']:active .c5 { color: #666687; } - .c43:active .c5 { + .c41:active .c5 { color: #4945ff; } - .c43 .c5 { + .c41 .c5 { color: #271fe0; } @@ -382,6 +427,10 @@ describe('ADMIN | Pages | API TOKENS | ListPage', () => { overflow-x: auto; } + .c31 tr:last-of-type { + border-bottom: none; + } + .c22 { border-bottom: 1px solid #eaeaef; } @@ -431,10 +480,6 @@ describe('ADMIN | Pages | API TOKENS | ListPage', () => { padding-right: 8px; } - .c35 { - max-width: 15.625rem; - } - .c12 { font-size: 0.75rem; line-height: 1.33; @@ -442,53 +487,12 @@ describe('ADMIN | Pages | API TOKENS | ListPage', () => { color: #32324d; } - .c34 { - font-size: 0.875rem; - line-height: 1.43; - font-weight: 600; - color: #32324d; - } - - .c36 { - font-size: 0.875rem; - line-height: 1.43; - display: block; - white-space: nowrap; - overflow: hidden; - text-overflow: ellipsis; - color: #32324d; - } - - .c37 { - font-size: 0.875rem; - line-height: 1.43; - color: #32324d; - } - - .c41 { + .c39 { font-size: 0.875rem; line-height: 1.43; color: #4945ff; } - .c38 { - -webkit-align-items: center; - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - display: -webkit-box; - display: -webkit-flex; - display: -ms-flexbox; - display: flex; - -webkit-flex-direction: row; - -ms-flex-direction: row; - flex-direction: row; - -webkit-box-pack: end; - -webkit-justify-content: end; - -ms-flex-pack: end; - justify-content: end; - } - .c7 { display: -webkit-box; display: -webkit-flex; @@ -547,7 +551,7 @@ describe('ADMIN | Pages | API TOKENS | ListPage', () => { border: 2px solid #4945ff; } - .c39 { + .c37 { display: -webkit-inline-box; display: -webkit-inline-flex; display: -ms-inline-flexbox; @@ -562,15 +566,15 @@ describe('ADMIN | Pages | API TOKENS | ListPage', () => { outline: none; } - .c39 svg path { + .c37 svg path { fill: #4945ff; } - .c39 svg { + .c37 svg { font-size: 0.625rem; } - .c39:after { + .c37:after { -webkit-transition-property: all; transition-property: all; -webkit-transition-duration: 0.2s; @@ -585,11 +589,11 @@ describe('ADMIN | Pages | API TOKENS | ListPage', () => { border: 2px solid transparent; } - .c39:focus-visible { + .c37:focus-visible { outline: none; } - .c39:focus-visible:after { + .c37:focus-visible:after { border-radius: 8px; content: ''; position: absolute; @@ -669,47 +673,12 @@ describe('ADMIN | Pages | API TOKENS | ListPage', () => { fill: #ffffff; } - .c31 tr:last-of-type { - border-bottom: none; - } - - .c32 { - border-bottom: 1px solid #eaeaef; - } - - .c32 td, - .c32 th { - padding: 16px; - } - - .c32 td:first-of-type, - .c32 th:first-of-type { - padding: 0 4px; - } - - .c32 th { - padding-top: 0; - padding-bottom: 0; - height: 3.5rem; - } - - .c33 { - vertical-align: middle; - text-align: left; - color: #666687; - outline-offset: -4px; - } - - .c33 input { - vertical-align: sub; - } - - .c40 svg path { + .c38 svg path { fill: #8e8ea9; } - .c40:hover svg path, - .c40:focus svg path { + .c38:hover svg path, + .c38:focus svg path { fill: #32324d; } @@ -956,41 +925,41 @@ describe('ADMIN | Pages | API TOKENS | ListPage', () => { >
{ }); expect(container.firstChild).toMatchInlineSnapshot(` - .c26 { - border: 0; - -webkit-clip: rect(0 0 0 0); - clip: rect(0 0 0 0); - height: 1px; - margin: -1px; + .c6 { + font-weight: 600; + font-size: 2rem; + line-height: 1.25; + color: #32324d; + } + + .c13 { + font-size: 1rem; + line-height: 1.5; + color: #666687; + } + + .c25 { + font-weight: 600; + font-size: 0.6875rem; + line-height: 1.45; + text-transform: uppercase; + color: #666687; + } + + .c32 { + font-size: 0.875rem; + line-height: 1.43; + font-weight: 600; + color: #32324d; + } + + .c34 { + font-size: 0.875rem; + line-height: 1.43; + display: block; + white-space: nowrap; overflow: hidden; - padding: 0; - position: absolute; - width: 1px; + text-overflow: ellipsis; + color: #32324d; + } + + .c35 { + font-size: 0.875rem; + line-height: 1.43; + color: #32324d; } .c2 { @@ -136,35 +168,31 @@ describe('ADMIN | Pages | TRANSFER TOKENS | ListPage', () => { padding-left: 56px; } - .c9 { - padding-right: 8px; - } - - .c12 { + .c14 { padding-right: 56px; padding-left: 56px; } - .c13 { + .c15 { background: #ffffff; border-radius: 4px; box-shadow: 0px 1px 4px rgba(33,33,52,0.1); } - .c15 { + .c17 { position: relative; } - .c17 { + .c19 { padding-right: 24px; padding-left: 24px; } - .c30 { + .c33 { max-width: 15.625rem; } - .c37 { + .c40 { padding-left: 4px; } @@ -200,7 +228,7 @@ describe('ADMIN | Pages | TRANSFER TOKENS | ListPage', () => { flex-direction: row; } - .c33 { + .c36 { -webkit-align-items: center; -webkit-box-align: center; -ms-flex-align: center; @@ -218,58 +246,248 @@ describe('ADMIN | Pages | TRANSFER TOKENS | ListPage', () => { justify-content: end; } - .c6 { - font-weight: 600; - font-size: 2rem; - line-height: 1.25; - color: #32324d; + .c27 { + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; + cursor: pointer; + padding: 8px; + border-radius: 4px; + background: #ffffff; + border: 1px solid #dcdce4; + position: relative; + outline: none; + } + + .c27 svg { + height: 12px; + width: 12px; + } + + .c27 svg > g, + .c27 svg path { + fill: #ffffff; + } + + .c27[aria-disabled='true'] { + pointer-events: none; + } + + .c27:after { + -webkit-transition-property: all; + transition-property: all; + -webkit-transition-duration: 0.2s; + transition-duration: 0.2s; + border-radius: 8px; + content: ''; + position: absolute; + top: -4px; + bottom: -4px; + left: -4px; + right: -4px; + border: 2px solid transparent; + } + + .c27:focus-visible { + outline: none; + } + + .c27:focus-visible:after { + border-radius: 8px; + content: ''; + position: absolute; + top: -5px; + bottom: -5px; + left: -5px; + right: -5px; + border: 2px solid #4945ff; + } + + .c29 { + border: 0; + -webkit-clip: rect(0 0 0 0); + clip: rect(0 0 0 0); + height: 1px; + margin: -1px; + overflow: hidden; + padding: 0; + position: absolute; + width: 1px; + } + + .c41 .c1 { + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; + -webkit-align-items: center; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + } + + .c41 .c5 { + color: #ffffff; + } + + .c41[aria-disabled='true'] .c5 { + color: #666687; + } + + .c41[aria-disabled='true']:active .c5 { + color: #666687; + } + + .c41:active .c5 { + color: #4945ff; + } + + .c41 .c5 { + color: #271fe0; + } + + .c28 { + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; + -webkit-align-items: center; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + -webkit-box-pack: center; + -webkit-justify-content: center; + -ms-flex-pack: center; + justify-content: center; + height: 2rem; + width: 2rem; + border: none; + } + + .c28 svg > g, + .c28 svg path { + fill: #8e8ea9; + } + + .c28:hover svg > g, + .c28:hover svg path { + fill: #666687; + } + + .c28:active svg > g, + .c28:active svg path { + fill: #a5a5ba; + } + + .c28[aria-disabled='true'] { + background-color: #eaeaef; + } + + .c28[aria-disabled='true'] svg path { + fill: #666687; + } + + .c0:focus-visible { + outline: none; + } + + .c16 { + overflow: hidden; + border: 1px solid #eaeaef; + } + + .c21 { + width: 100%; + white-space: nowrap; + } + + .c18:before { + background: linear-gradient(90deg,#c0c0cf 0%,rgba(0,0,0,0) 100%); + opacity: 0.2; + position: absolute; + height: 100%; + box-shadow: 0px 1px 4px rgba(33,33,52,0.1); + width: 8px; + left: 0; + } + + .c18:after { + background: linear-gradient(270deg,#c0c0cf 0%,rgba(0,0,0,0) 100%); + opacity: 0.2; + position: absolute; + height: 100%; + box-shadow: 0px 1px 4px rgba(33,33,52,0.1); + width: 8px; + right: 0; + top: 0; + } + + .c20 { + overflow-x: auto; + } + + .c31 tr:last-of-type { + border-bottom: none; + } + + .c22 { + border-bottom: 1px solid #eaeaef; + } + + .c23 { + border-bottom: 1px solid #eaeaef; + } + + .c23 td, + .c23 th { + padding: 16px; + } + + .c23 td:first-of-type, + .c23 th:first-of-type { + padding: 0 4px; + } + + .c23 th { + padding-top: 0; + padding-bottom: 0; + height: 3.5rem; + } + + .c24 { + vertical-align: middle; + text-align: left; + color: #666687; + outline-offset: -4px; + } + + .c24 input { + vertical-align: sub; + } + + .c26 svg { + height: 0.25rem; + } + + .c30 { + -webkit-transform: rotate(180deg); + -ms-transform: rotate(180deg); + transform: rotate(180deg); } .c10 { + padding-right: 8px; + } + + .c12 { font-size: 0.75rem; line-height: 1.33; font-weight: 600; color: #32324d; } - .c11 { - font-size: 1rem; - line-height: 1.5; - color: #666687; - } - - .c23 { - font-weight: 600; - font-size: 0.6875rem; - line-height: 1.45; - text-transform: uppercase; - color: #666687; - } - - .c29 { - font-size: 0.875rem; - line-height: 1.43; - font-weight: 600; - color: #32324d; - } - - .c31 { - font-size: 0.875rem; - line-height: 1.43; - display: block; - white-space: nowrap; - overflow: hidden; - text-overflow: ellipsis; - color: #32324d; - } - - .c32 { - font-size: 0.875rem; - line-height: 1.43; - color: #32324d; - } - - .c36 { + .c39 { font-size: 0.875rem; line-height: 1.43; color: #4945ff; @@ -333,157 +551,7 @@ describe('ADMIN | Pages | TRANSFER TOKENS | ListPage', () => { border: 2px solid #4945ff; } - .c38 .c1 { - display: -webkit-box; - display: -webkit-flex; - display: -ms-flexbox; - display: flex; - -webkit-align-items: center; - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - } - - .c38 .c5 { - color: #ffffff; - } - - .c38[aria-disabled='true'] .c5 { - color: #666687; - } - - .c38[aria-disabled='true']:active .c5 { - color: #666687; - } - - .c38:active .c5 { - color: #4945ff; - } - - .c38 .c5 { - color: #271fe0; - } - - .c14 { - overflow: hidden; - border: 1px solid #eaeaef; - } - - .c19 { - width: 100%; - white-space: nowrap; - } - - .c16:before { - background: linear-gradient(90deg,#c0c0cf 0%,rgba(0,0,0,0) 100%); - opacity: 0.2; - position: absolute; - height: 100%; - box-shadow: 0px 1px 4px rgba(33,33,52,0.1); - width: 8px; - left: 0; - } - - .c16:after { - background: linear-gradient(270deg,#c0c0cf 0%,rgba(0,0,0,0) 100%); - opacity: 0.2; - position: absolute; - height: 100%; - box-shadow: 0px 1px 4px rgba(33,33,52,0.1); - width: 8px; - right: 0; - top: 0; - } - - .c18 { - overflow-x: auto; - } - - .c28 tr:last-of-type { - border-bottom: none; - } - - .c20 { - border-bottom: 1px solid #eaeaef; - } - - .c21 { - border-bottom: 1px solid #eaeaef; - } - - .c21 td, - .c21 th { - padding: 16px; - } - - .c21 td:first-of-type, - .c21 th:first-of-type { - padding: 0 4px; - } - - .c21 th { - padding-top: 0; - padding-bottom: 0; - height: 3.5rem; - } - - .c22 { - vertical-align: middle; - text-align: left; - color: #666687; - outline-offset: -4px; - } - - .c22 input { - vertical-align: sub; - } - - .c24 svg { - height: 0.25rem; - } - - .c25 { - display: -webkit-box; - display: -webkit-flex; - display: -ms-flexbox; - display: flex; - -webkit-align-items: center; - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - -webkit-box-pack: center; - -webkit-justify-content: center; - -ms-flex-pack: center; - justify-content: center; - height: 2rem; - width: 2rem; - border: none; - } - - .c25 svg > g, - .c25 svg path { - fill: #8e8ea9; - } - - .c25:hover svg > g, - .c25:hover svg path { - fill: #666687; - } - - .c25:active svg > g, - .c25:active svg path { - fill: #a5a5ba; - } - - .c25[aria-disabled='true'] { - background-color: #eaeaef; - } - - .c25[aria-disabled='true'] svg path { - fill: #666687; - } - - .c34 { + .c37 { display: -webkit-inline-box; display: -webkit-inline-flex; display: -ms-inline-flexbox; @@ -498,15 +566,15 @@ describe('ADMIN | Pages | TRANSFER TOKENS | ListPage', () => { outline: none; } - .c34 svg path { + .c37 svg path { fill: #4945ff; } - .c34 svg { + .c37 svg { font-size: 0.625rem; } - .c34:after { + .c37:after { -webkit-transition-property: all; transition-property: all; -webkit-transition-duration: 0.2s; @@ -521,11 +589,11 @@ describe('ADMIN | Pages | TRANSFER TOKENS | ListPage', () => { border: 2px solid transparent; } - .c34:focus-visible { + .c37:focus-visible { outline: none; } - .c34:focus-visible:after { + .c37:focus-visible:after { border-radius: 8px; content: ''; position: absolute; @@ -549,7 +617,7 @@ describe('ADMIN | Pages | TRANSFER TOKENS | ListPage', () => { text-decoration: none; } - .c8 .c1 { + .c8 .c9 { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; @@ -560,7 +628,7 @@ describe('ADMIN | Pages | TRANSFER TOKENS | ListPage', () => { align-items: center; } - .c8 .c5 { + .c8 .c11 { color: #ffffff; } @@ -569,7 +637,7 @@ describe('ADMIN | Pages | TRANSFER TOKENS | ListPage', () => { background: #eaeaef; } - .c8[aria-disabled='true'] .c5 { + .c8[aria-disabled='true'] .c11 { color: #666687; } @@ -582,7 +650,7 @@ describe('ADMIN | Pages | TRANSFER TOKENS | ListPage', () => { background: #eaeaef; } - .c8[aria-disabled='true']:active .c5 { + .c8[aria-disabled='true']:active .c11 { color: #666687; } @@ -605,22 +673,12 @@ describe('ADMIN | Pages | TRANSFER TOKENS | ListPage', () => { fill: #ffffff; } - .c27 { - -webkit-transform: rotate(180deg); - -ms-transform: rotate(180deg); - transform: rotate(180deg); - } - - .c0:focus-visible { - outline: none; - } - - .c35 svg path { + .c38 svg path { fill: #8e8ea9; } - .c35:hover svg path, - .c35:focus svg path { + .c38:hover svg path, + .c38:focus svg path { fill: #32324d; } @@ -659,7 +717,7 @@ describe('ADMIN | Pages | TRANSFER TOKENS | ListPage', () => { >
"List of generated transfer tokens"