mirror of
https://github.com/strapi/strapi.git
synced 2025-12-27 15:13:21 +00:00
Bump parts alpha 70 (#11694)
Co-authored-by: ronronscelestes <julie.plantey@gmail.com>
This commit is contained in:
parent
79fc1ec0e7
commit
62e35985ec
@ -664,7 +664,7 @@ exports[`EditSettingsView renders and matches the snapshot 1`] = `
|
||||
line-height: 1.43;
|
||||
}
|
||||
|
||||
.c0 {
|
||||
.c0:focus-visible {
|
||||
outline: none;
|
||||
}
|
||||
|
||||
@ -672,12 +672,12 @@ exports[`EditSettingsView renders and matches the snapshot 1`] = `
|
||||
background: #f6f6f9;
|
||||
padding-top: 24px;
|
||||
padding-right: 56px;
|
||||
padding-bottom: 56px;
|
||||
padding-bottom: 40px;
|
||||
padding-left: 56px;
|
||||
}
|
||||
|
||||
.c2 {
|
||||
padding-bottom: 12px;
|
||||
padding-bottom: 8px;
|
||||
}
|
||||
|
||||
.c18 {
|
||||
@ -2548,7 +2548,7 @@ exports[`EditSettingsView should add field 1`] = `
|
||||
line-height: 1.43;
|
||||
}
|
||||
|
||||
.c0 {
|
||||
.c0:focus-visible {
|
||||
outline: none;
|
||||
}
|
||||
|
||||
@ -2556,12 +2556,12 @@ exports[`EditSettingsView should add field 1`] = `
|
||||
background: #f6f6f9;
|
||||
padding-top: 24px;
|
||||
padding-right: 56px;
|
||||
padding-bottom: 56px;
|
||||
padding-bottom: 40px;
|
||||
padding-left: 56px;
|
||||
}
|
||||
|
||||
.c2 {
|
||||
padding-bottom: 12px;
|
||||
padding-bottom: 8px;
|
||||
}
|
||||
|
||||
.c18 {
|
||||
@ -4925,7 +4925,7 @@ exports[`EditSettingsView should add relation 1`] = `
|
||||
line-height: 1.43;
|
||||
}
|
||||
|
||||
.c0 {
|
||||
.c0:focus-visible {
|
||||
outline: none;
|
||||
}
|
||||
|
||||
@ -4933,12 +4933,12 @@ exports[`EditSettingsView should add relation 1`] = `
|
||||
background: #f6f6f9;
|
||||
padding-top: 24px;
|
||||
padding-right: 56px;
|
||||
padding-bottom: 56px;
|
||||
padding-bottom: 40px;
|
||||
padding-left: 56px;
|
||||
}
|
||||
|
||||
.c2 {
|
||||
padding-bottom: 12px;
|
||||
padding-bottom: 8px;
|
||||
}
|
||||
|
||||
.c18 {
|
||||
|
||||
@ -50,12 +50,12 @@ describe('CONTENT MANAGER | EditView | Header', () => {
|
||||
background: #f6f6f9;
|
||||
padding-top: 24px;
|
||||
padding-right: 56px;
|
||||
padding-bottom: 56px;
|
||||
padding-bottom: 40px;
|
||||
padding-left: 56px;
|
||||
}
|
||||
|
||||
.c1 {
|
||||
padding-bottom: 12px;
|
||||
padding-bottom: 8px;
|
||||
}
|
||||
|
||||
.c6 {
|
||||
|
||||
@ -686,12 +686,12 @@ exports[`ADMIN | CM | LV | Configure the view renders and matches the snapshot 1
|
||||
background: #f6f6f9;
|
||||
padding-top: 24px;
|
||||
padding-right: 56px;
|
||||
padding-bottom: 56px;
|
||||
padding-bottom: 40px;
|
||||
padding-left: 56px;
|
||||
}
|
||||
|
||||
.c5 {
|
||||
padding-bottom: 12px;
|
||||
padding-bottom: 8px;
|
||||
}
|
||||
|
||||
.c21 {
|
||||
@ -826,7 +826,7 @@ exports[`ADMIN | CM | LV | Configure the view renders and matches the snapshot 1
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.c3 {
|
||||
.c3:focus-visible {
|
||||
outline: none;
|
||||
}
|
||||
|
||||
@ -2488,12 +2488,12 @@ exports[`ADMIN | CM | LV | Configure the view should add field 1`] = `
|
||||
background: #f6f6f9;
|
||||
padding-top: 24px;
|
||||
padding-right: 56px;
|
||||
padding-bottom: 56px;
|
||||
padding-bottom: 40px;
|
||||
padding-left: 56px;
|
||||
}
|
||||
|
||||
.c5 {
|
||||
padding-bottom: 12px;
|
||||
padding-bottom: 8px;
|
||||
}
|
||||
|
||||
.c21 {
|
||||
@ -2628,7 +2628,7 @@ exports[`ADMIN | CM | LV | Configure the view should add field 1`] = `
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.c3 {
|
||||
.c3:focus-visible {
|
||||
outline: none;
|
||||
}
|
||||
|
||||
|
||||
@ -25,7 +25,7 @@ describe('CONTENT MANAGER | pages | NoContentType', () => {
|
||||
);
|
||||
|
||||
expect(firstChild).toMatchInlineSnapshot(`
|
||||
.c0 {
|
||||
.c0:focus-visible {
|
||||
outline: none;
|
||||
}
|
||||
|
||||
@ -185,9 +185,9 @@ describe('CONTENT MANAGER | pages | NoContentType', () => {
|
||||
|
||||
.c1 {
|
||||
background: #f6f6f9;
|
||||
padding-top: 56px;
|
||||
padding-top: 40px;
|
||||
padding-right: 56px;
|
||||
padding-bottom: 56px;
|
||||
padding-bottom: 40px;
|
||||
padding-left: 56px;
|
||||
}
|
||||
|
||||
|
||||
@ -69,15 +69,15 @@ describe('<NoPermissions />', () => {
|
||||
height: 5.5rem;
|
||||
}
|
||||
|
||||
.c0 {
|
||||
.c0:focus-visible {
|
||||
outline: none;
|
||||
}
|
||||
|
||||
.c1 {
|
||||
background: #f6f6f9;
|
||||
padding-top: 56px;
|
||||
padding-top: 40px;
|
||||
padding-right: 56px;
|
||||
padding-bottom: 56px;
|
||||
padding-bottom: 40px;
|
||||
padding-left: 56px;
|
||||
}
|
||||
|
||||
|
||||
@ -64,7 +64,7 @@ describe('ADMIN | PAGES | AUTH | BaseLogin', () => {
|
||||
margin-top: 24px;
|
||||
}
|
||||
|
||||
.c0 {
|
||||
.c0:focus-visible {
|
||||
outline: none;
|
||||
}
|
||||
|
||||
|
||||
@ -119,7 +119,7 @@ describe('ADMIN | PAGES | AUTH | Oops', () => {
|
||||
line-height: 1.43;
|
||||
}
|
||||
|
||||
.c10 {
|
||||
.c10:focus-visible {
|
||||
outline: none;
|
||||
}
|
||||
|
||||
|
||||
@ -80,7 +80,7 @@ describe('ADMIN | PAGES | AUTH | Register', () => {
|
||||
margin-top: 32px;
|
||||
}
|
||||
|
||||
.c12 {
|
||||
.c12:focus-visible {
|
||||
outline: none;
|
||||
}
|
||||
|
||||
|
||||
@ -422,7 +422,7 @@ describe('ADMIN | PAGES | AUTH | ResetPassword', () => {
|
||||
line-height: 1.25;
|
||||
}
|
||||
|
||||
.c10 {
|
||||
.c10:focus-visible {
|
||||
outline: none;
|
||||
}
|
||||
|
||||
|
||||
@ -354,7 +354,7 @@ describe('Homepage', () => {
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
||||
.c3 {
|
||||
.c3:focus-visible {
|
||||
outline: none;
|
||||
}
|
||||
|
||||
|
||||
@ -32,9 +32,9 @@ describe('Marketplace coming soon', () => {
|
||||
|
||||
.c4 {
|
||||
background: #f6f6f9;
|
||||
padding-top: 56px;
|
||||
padding-top: 40px;
|
||||
padding-right: 56px;
|
||||
padding-bottom: 56px;
|
||||
padding-bottom: 40px;
|
||||
padding-left: 56px;
|
||||
}
|
||||
|
||||
@ -306,7 +306,7 @@ describe('Marketplace coming soon', () => {
|
||||
background: #4945ff;
|
||||
}
|
||||
|
||||
.c3 {
|
||||
.c3:focus-visible {
|
||||
outline: none;
|
||||
}
|
||||
|
||||
|
||||
@ -595,15 +595,15 @@ describe('ADMIN | Pages | Profile page', () => {
|
||||
line-height: 1.25;
|
||||
}
|
||||
|
||||
.c0 {
|
||||
.c0:focus-visible {
|
||||
outline: none;
|
||||
}
|
||||
|
||||
.c1 {
|
||||
background: #f6f6f9;
|
||||
padding-top: 56px;
|
||||
padding-top: 40px;
|
||||
padding-right: 56px;
|
||||
padding-bottom: 56px;
|
||||
padding-bottom: 40px;
|
||||
padding-left: 56px;
|
||||
}
|
||||
|
||||
|
||||
@ -358,9 +358,9 @@ describe('ADMIN | Pages | API TOKENS | ListPage', () => {
|
||||
|
||||
.c1 {
|
||||
background: #f6f6f9;
|
||||
padding-top: 56px;
|
||||
padding-top: 40px;
|
||||
padding-right: 56px;
|
||||
padding-bottom: 56px;
|
||||
padding-bottom: 40px;
|
||||
padding-left: 56px;
|
||||
}
|
||||
|
||||
@ -414,7 +414,7 @@ describe('ADMIN | Pages | API TOKENS | ListPage', () => {
|
||||
line-height: 1.5;
|
||||
}
|
||||
|
||||
.c0 {
|
||||
.c0:focus-visible {
|
||||
outline: none;
|
||||
}
|
||||
|
||||
|
||||
@ -93,9 +93,9 @@ describe('Application page', () => {
|
||||
|
||||
.c4 {
|
||||
background: #f6f6f9;
|
||||
padding-top: 56px;
|
||||
padding-top: 40px;
|
||||
padding-right: 56px;
|
||||
padding-bottom: 56px;
|
||||
padding-bottom: 40px;
|
||||
padding-left: 56px;
|
||||
}
|
||||
|
||||
@ -158,7 +158,7 @@ describe('Application page', () => {
|
||||
line-height: 1.5;
|
||||
}
|
||||
|
||||
.c3 {
|
||||
.c3:focus-visible {
|
||||
outline: none;
|
||||
}
|
||||
|
||||
|
||||
@ -624,12 +624,12 @@ exports[`<EditPage /> renders and matches the snapshot 1`] = `
|
||||
background: #f6f6f9;
|
||||
padding-top: 24px;
|
||||
padding-right: 56px;
|
||||
padding-bottom: 56px;
|
||||
padding-bottom: 40px;
|
||||
padding-left: 56px;
|
||||
}
|
||||
|
||||
.c2 {
|
||||
padding-bottom: 12px;
|
||||
padding-bottom: 8px;
|
||||
}
|
||||
|
||||
.c17 {
|
||||
@ -682,7 +682,7 @@ exports[`<EditPage /> renders and matches the snapshot 1`] = `
|
||||
line-height: 1.5;
|
||||
}
|
||||
|
||||
.c0 {
|
||||
.c0:focus-visible {
|
||||
outline: none;
|
||||
}
|
||||
|
||||
|
||||
@ -385,9 +385,9 @@ describe('<ListPage />', () => {
|
||||
|
||||
.c1 {
|
||||
background: #f6f6f9;
|
||||
padding-top: 56px;
|
||||
padding-top: 40px;
|
||||
padding-right: 56px;
|
||||
padding-bottom: 56px;
|
||||
padding-bottom: 40px;
|
||||
padding-left: 56px;
|
||||
}
|
||||
|
||||
@ -441,7 +441,7 @@ describe('<ListPage />', () => {
|
||||
line-height: 1.5;
|
||||
}
|
||||
|
||||
.c0 {
|
||||
.c0:focus-visible {
|
||||
outline: none;
|
||||
}
|
||||
|
||||
|
||||
@ -964,9 +964,9 @@ describe('ADMIN | Pages | USERS | ListPage', () => {
|
||||
|
||||
.c1 {
|
||||
background: #f6f6f9;
|
||||
padding-top: 56px;
|
||||
padding-top: 40px;
|
||||
padding-right: 56px;
|
||||
padding-bottom: 56px;
|
||||
padding-bottom: 40px;
|
||||
padding-left: 56px;
|
||||
}
|
||||
|
||||
@ -1063,7 +1063,7 @@ describe('ADMIN | Pages | USERS | ListPage', () => {
|
||||
line-height: 1.5;
|
||||
}
|
||||
|
||||
.c0 {
|
||||
.c0:focus-visible {
|
||||
outline: none;
|
||||
}
|
||||
|
||||
|
||||
@ -474,9 +474,9 @@ describe('Admin | containers | ListView', () => {
|
||||
|
||||
.c4 {
|
||||
background: #f6f6f9;
|
||||
padding-top: 56px;
|
||||
padding-top: 40px;
|
||||
padding-right: 56px;
|
||||
padding-bottom: 56px;
|
||||
padding-bottom: 40px;
|
||||
padding-left: 56px;
|
||||
}
|
||||
|
||||
@ -605,7 +605,7 @@ describe('Admin | containers | ListView', () => {
|
||||
transform: translateX(1rem);
|
||||
}
|
||||
|
||||
.c3 {
|
||||
.c3:focus-visible {
|
||||
outline: none;
|
||||
}
|
||||
|
||||
|
||||
@ -521,9 +521,9 @@ describe('Admin | ee | SettingsPage | SSO', () => {
|
||||
|
||||
.c4 {
|
||||
background: #f6f6f9;
|
||||
padding-top: 56px;
|
||||
padding-top: 40px;
|
||||
padding-right: 56px;
|
||||
padding-bottom: 56px;
|
||||
padding-bottom: 40px;
|
||||
padding-left: 56px;
|
||||
}
|
||||
|
||||
@ -586,7 +586,7 @@ describe('Admin | ee | SettingsPage | SSO', () => {
|
||||
line-height: 1.5;
|
||||
}
|
||||
|
||||
.c3 {
|
||||
.c3:focus-visible {
|
||||
outline: none;
|
||||
}
|
||||
|
||||
|
||||
@ -617,12 +617,12 @@ exports[`<CreatePage /> renders and matches the snapshot 1`] = `
|
||||
background: #f6f6f9;
|
||||
padding-top: 24px;
|
||||
padding-right: 56px;
|
||||
padding-bottom: 56px;
|
||||
padding-bottom: 40px;
|
||||
padding-left: 56px;
|
||||
}
|
||||
|
||||
.c2 {
|
||||
padding-bottom: 12px;
|
||||
padding-bottom: 8px;
|
||||
}
|
||||
|
||||
.c18 {
|
||||
@ -685,7 +685,7 @@ exports[`<CreatePage /> renders and matches the snapshot 1`] = `
|
||||
grid-column: span 6;
|
||||
}
|
||||
|
||||
.c0 {
|
||||
.c0:focus-visible {
|
||||
outline: none;
|
||||
}
|
||||
|
||||
|
||||
@ -93,7 +93,7 @@ describe('<ListPage />', () => {
|
||||
height: 100vh;
|
||||
}
|
||||
|
||||
.c0 {
|
||||
.c0:focus-visible {
|
||||
outline: none;
|
||||
}
|
||||
|
||||
|
||||
@ -34,9 +34,9 @@
|
||||
"@fortawesome/free-solid-svg-icons": "^5.15.3",
|
||||
"@fortawesome/react-fontawesome": "^0.1.14",
|
||||
"@strapi/babel-plugin-switch-ee-ce": "1.0.0",
|
||||
"@strapi/design-system": "0.0.1-alpha.69",
|
||||
"@strapi/design-system": "0.0.1-alpha.70",
|
||||
"@strapi/helper-plugin": "3.6.8",
|
||||
"@strapi/icons": "0.0.1-alpha.69",
|
||||
"@strapi/icons": "0.0.1-alpha.70",
|
||||
"@strapi/utils": "3.6.8",
|
||||
"axios": "0.24.0",
|
||||
"babel-loader": "8.2.2",
|
||||
|
||||
@ -774,12 +774,12 @@ exports[`<ListView /> renders and matches the snapshot 1`] = `
|
||||
background: #f6f6f9;
|
||||
padding-top: 24px;
|
||||
padding-right: 56px;
|
||||
padding-bottom: 56px;
|
||||
padding-bottom: 40px;
|
||||
padding-left: 56px;
|
||||
}
|
||||
|
||||
.c1 {
|
||||
padding-bottom: 12px;
|
||||
padding-bottom: 8px;
|
||||
}
|
||||
|
||||
.c9 {
|
||||
|
||||
@ -598,15 +598,15 @@ describe('Email | Pages | Settings', () => {
|
||||
line-height: 1.43;
|
||||
}
|
||||
|
||||
.c0 {
|
||||
.c0:focus-visible {
|
||||
outline: none;
|
||||
}
|
||||
|
||||
.c1 {
|
||||
background: #f6f6f9;
|
||||
padding-top: 56px;
|
||||
padding-top: 40px;
|
||||
padding-right: 56px;
|
||||
padding-bottom: 56px;
|
||||
padding-bottom: 40px;
|
||||
padding-left: 56px;
|
||||
}
|
||||
|
||||
|
||||
@ -57,8 +57,8 @@
|
||||
"@storybook/builder-webpack5": "^6.3.7",
|
||||
"@storybook/manager-webpack5": "^6.3.7",
|
||||
"@storybook/react": "^6.3.7",
|
||||
"@strapi/design-system": "0.0.1-alpha.69",
|
||||
"@strapi/icons": "0.0.1-alpha.69",
|
||||
"@strapi/design-system": "0.0.1-alpha.70",
|
||||
"@strapi/icons": "0.0.1-alpha.70",
|
||||
"babel-loader": "^8.2.2",
|
||||
"cross-env": "^7.0.3",
|
||||
"date-fns": "2.22.1",
|
||||
|
||||
@ -406,7 +406,7 @@ describe('Upload | SettingsPage', () => {
|
||||
line-height: 1.25;
|
||||
}
|
||||
|
||||
.c0 {
|
||||
.c0:focus-visible {
|
||||
outline: none;
|
||||
}
|
||||
|
||||
@ -422,9 +422,9 @@ describe('Upload | SettingsPage', () => {
|
||||
|
||||
.c1 {
|
||||
background: #f6f6f9;
|
||||
padding-top: 56px;
|
||||
padding-top: 40px;
|
||||
padding-right: 56px;
|
||||
padding-bottom: 56px;
|
||||
padding-bottom: 40px;
|
||||
padding-left: 56px;
|
||||
}
|
||||
|
||||
|
||||
@ -449,9 +449,9 @@ describe('Plugin | Documentation | PluginPage', () => {
|
||||
|
||||
.c4 {
|
||||
background: #f6f6f9;
|
||||
padding-top: 56px;
|
||||
padding-top: 40px;
|
||||
padding-right: 56px;
|
||||
padding-bottom: 56px;
|
||||
padding-bottom: 40px;
|
||||
padding-left: 56px;
|
||||
}
|
||||
|
||||
@ -514,7 +514,7 @@ describe('Plugin | Documentation | PluginPage', () => {
|
||||
line-height: 1.5;
|
||||
}
|
||||
|
||||
.c3 {
|
||||
.c3:focus-visible {
|
||||
outline: none;
|
||||
}
|
||||
|
||||
|
||||
@ -366,9 +366,9 @@ describe('Plugin | Documentation | SettingsPage', () => {
|
||||
|
||||
.c1 {
|
||||
background: #f6f6f9;
|
||||
padding-top: 56px;
|
||||
padding-top: 40px;
|
||||
padding-right: 56px;
|
||||
padding-bottom: 56px;
|
||||
padding-bottom: 40px;
|
||||
padding-left: 56px;
|
||||
}
|
||||
|
||||
@ -422,7 +422,7 @@ describe('Plugin | Documentation | SettingsPage', () => {
|
||||
line-height: 1.5;
|
||||
}
|
||||
|
||||
.c0 {
|
||||
.c0:focus-visible {
|
||||
outline: none;
|
||||
}
|
||||
|
||||
|
||||
@ -713,15 +713,15 @@ describe('ADMIN | Pages | Settings | Advanced Settings', () => {
|
||||
line-height: 1.25;
|
||||
}
|
||||
|
||||
.c0 {
|
||||
.c0:focus-visible {
|
||||
outline: none;
|
||||
}
|
||||
|
||||
.c1 {
|
||||
background: #f6f6f9;
|
||||
padding-top: 56px;
|
||||
padding-top: 40px;
|
||||
padding-right: 56px;
|
||||
padding-bottom: 56px;
|
||||
padding-bottom: 40px;
|
||||
padding-left: 56px;
|
||||
}
|
||||
|
||||
|
||||
@ -300,15 +300,15 @@ describe('ADMIN | Pages | Settings | Email Templates', () => {
|
||||
width: 1px;
|
||||
}
|
||||
|
||||
.c0 {
|
||||
.c0:focus-visible {
|
||||
outline: none;
|
||||
}
|
||||
|
||||
.c1 {
|
||||
background: #f6f6f9;
|
||||
padding-top: 56px;
|
||||
padding-top: 40px;
|
||||
padding-right: 56px;
|
||||
padding-bottom: 56px;
|
||||
padding-bottom: 40px;
|
||||
padding-left: 56px;
|
||||
}
|
||||
|
||||
|
||||
@ -100,9 +100,9 @@ describe('Admin | containers | ProvidersPage', () => {
|
||||
|
||||
.c4 {
|
||||
background: #f6f6f9;
|
||||
padding-top: 56px;
|
||||
padding-top: 40px;
|
||||
padding-right: 56px;
|
||||
padding-bottom: 56px;
|
||||
padding-bottom: 40px;
|
||||
padding-left: 56px;
|
||||
}
|
||||
|
||||
@ -160,7 +160,7 @@ describe('Admin | containers | ProvidersPage', () => {
|
||||
line-height: 1.5;
|
||||
}
|
||||
|
||||
.c3 {
|
||||
.c3:focus-visible {
|
||||
outline: none;
|
||||
}
|
||||
|
||||
|
||||
@ -64,9 +64,9 @@ describe('Admin | containers | RoleCreatePage', () => {
|
||||
expect(container.firstChild).toMatchInlineSnapshot(`
|
||||
.c1 {
|
||||
background: #f6f6f9;
|
||||
padding-top: 56px;
|
||||
padding-top: 40px;
|
||||
padding-right: 56px;
|
||||
padding-bottom: 56px;
|
||||
padding-bottom: 40px;
|
||||
padding-left: 56px;
|
||||
}
|
||||
|
||||
@ -120,7 +120,7 @@ describe('Admin | containers | RoleCreatePage', () => {
|
||||
line-height: 1.5;
|
||||
}
|
||||
|
||||
.c0 {
|
||||
.c0:focus-visible {
|
||||
outline: none;
|
||||
}
|
||||
|
||||
|
||||
@ -61,12 +61,12 @@ describe('Admin | containers | RoleEditPage', () => {
|
||||
background: #f6f6f9;
|
||||
padding-top: 24px;
|
||||
padding-right: 56px;
|
||||
padding-bottom: 56px;
|
||||
padding-bottom: 40px;
|
||||
padding-left: 56px;
|
||||
}
|
||||
|
||||
.c2 {
|
||||
padding-bottom: 12px;
|
||||
padding-bottom: 8px;
|
||||
}
|
||||
|
||||
.c18 {
|
||||
@ -119,7 +119,7 @@ describe('Admin | containers | RoleEditPage', () => {
|
||||
line-height: 1.5;
|
||||
}
|
||||
|
||||
.c0 {
|
||||
.c0:focus-visible {
|
||||
outline: none;
|
||||
}
|
||||
|
||||
|
||||
@ -388,9 +388,9 @@ describe('Plugin | Users and Permissions | RoleListPage', () => {
|
||||
|
||||
.c4 {
|
||||
background: #f6f6f9;
|
||||
padding-top: 56px;
|
||||
padding-top: 40px;
|
||||
padding-right: 56px;
|
||||
padding-bottom: 56px;
|
||||
padding-bottom: 40px;
|
||||
padding-left: 56px;
|
||||
}
|
||||
|
||||
@ -496,7 +496,7 @@ describe('Plugin | Users and Permissions | RoleListPage', () => {
|
||||
line-height: 1.5;
|
||||
}
|
||||
|
||||
.c3 {
|
||||
.c3:focus-visible {
|
||||
outline: none;
|
||||
}
|
||||
|
||||
|
||||
16
yarn.lock
16
yarn.lock
@ -5234,19 +5234,19 @@
|
||||
resolve-from "^5.0.0"
|
||||
store2 "^2.12.0"
|
||||
|
||||
"@strapi/design-system@0.0.1-alpha.69":
|
||||
version "0.0.1-alpha.69"
|
||||
resolved "https://registry.yarnpkg.com/@strapi/design-system/-/design-system-0.0.1-alpha.69.tgz#09a18888e76b9afd482d2a7c1b3d89b2d03a6027"
|
||||
integrity sha512-C27591Y2DJmTzXWBF4gYTCRgjz5V3PSzMbqX7o7DGwc1B9FFi9POklQMD+9J6nA9DlgwAdBsFR0TTkDTyGR2ZQ==
|
||||
"@strapi/design-system@0.0.1-alpha.70":
|
||||
version "0.0.1-alpha.70"
|
||||
resolved "https://registry.yarnpkg.com/@strapi/design-system/-/design-system-0.0.1-alpha.70.tgz#d2998b248654cdd66af4d1736d41032d53501063"
|
||||
integrity sha512-AvcwsA27G2Bm4Gna8hgEMAZjUmQrDagx8NtuUDVStr+51v/qqx+sk3M7JbhqJrYCYA+YsyqS9v3O14Vv0LKLUA==
|
||||
dependencies:
|
||||
"@internationalized/number" "^3.0.2"
|
||||
compute-scroll-into-view "^1.0.17"
|
||||
prop-types "^15.7.2"
|
||||
|
||||
"@strapi/icons@0.0.1-alpha.69":
|
||||
version "0.0.1-alpha.69"
|
||||
resolved "https://registry.yarnpkg.com/@strapi/icons/-/icons-0.0.1-alpha.69.tgz#0ac5681f02273f41342d306f68e2e85648ab3348"
|
||||
integrity sha512-ZJjp8+/MT7H8i1BK05gOcvd08+JQFv6274hXeh6rq6pHumhxcW8rPnXIwzukRjyr5U0DGR+ROSlJ0jKSvYAEFQ==
|
||||
"@strapi/icons@0.0.1-alpha.70":
|
||||
version "0.0.1-alpha.70"
|
||||
resolved "https://registry.yarnpkg.com/@strapi/icons/-/icons-0.0.1-alpha.70.tgz#76566b87d15d3361052ee8530dd4b959bc4a15f5"
|
||||
integrity sha512-nWsC+UY4GGq/AIzQRHgmR4IBCkW2cJLy1/G1Mhee+lcoYBAQRNmtn7vsdUsJUgQnPeEQAqnqdWPfUiCmNUJFGw==
|
||||
|
||||
"@stylelint/postcss-css-in-js@^0.37.2":
|
||||
version "0.37.2"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user