mirror of
https://github.com/strapi/strapi.git
synced 2025-11-01 10:23:34 +00:00
fix: update to 1.6.1 to fix styling issue with buttons
This commit is contained in:
parent
e8bc90744d
commit
6b43c01732
@ -47,9 +47,9 @@
|
||||
"@fingerprintjs/fingerprintjs": "3.3.6",
|
||||
"@pmmmwh/react-refresh-webpack-plugin": "0.5.10",
|
||||
"@strapi/babel-plugin-switch-ee-ce": "4.5.6",
|
||||
"@strapi/design-system": "1.6.0",
|
||||
"@strapi/design-system": "1.6.1",
|
||||
"@strapi/helper-plugin": "4.5.6",
|
||||
"@strapi/icons": "1.6.0",
|
||||
"@strapi/icons": "1.6.1",
|
||||
"@strapi/permissions": "4.5.6",
|
||||
"@strapi/typescript-utils": "4.5.6",
|
||||
"@strapi/utils": "4.5.6",
|
||||
|
||||
@ -64,8 +64,8 @@
|
||||
"@storybook/builder-webpack5": "6.5.15",
|
||||
"@storybook/manager-webpack5": "6.5.15",
|
||||
"@storybook/react": "^6.5.10",
|
||||
"@strapi/design-system": "1.6.0",
|
||||
"@strapi/icons": "1.6.0",
|
||||
"@strapi/design-system": "1.6.1",
|
||||
"@strapi/icons": "1.6.1",
|
||||
"@testing-library/react": "12.1.4",
|
||||
"@testing-library/react-hooks": "8.0.1",
|
||||
"browserslist-to-esbuild": "1.2.0",
|
||||
|
||||
@ -314,8 +314,8 @@ exports[`RemoveAssetDialog snapshots the component 1`] = `
|
||||
height: 2rem;
|
||||
padding-left: 16px;
|
||||
padding-right: 16px;
|
||||
border: 1px solid undefined;
|
||||
background: undefined;
|
||||
border: 1px solid #f5c0b8;
|
||||
background: #fcecea;
|
||||
}
|
||||
|
||||
.c23 .c2 {
|
||||
@ -365,25 +365,25 @@ exports[`RemoveAssetDialog snapshots the component 1`] = `
|
||||
|
||||
.c23:active {
|
||||
background-color: #ffffff;
|
||||
border: 1px solid undefined;
|
||||
border: 1px solid #d02b20;
|
||||
}
|
||||
|
||||
.c23:active .c8 {
|
||||
color: undefined;
|
||||
color: #d02b20;
|
||||
}
|
||||
|
||||
.c23:active svg > g,
|
||||
.c23:active svg path {
|
||||
fill: undefined;
|
||||
fill: #d02b20;
|
||||
}
|
||||
|
||||
.c23 .c8 {
|
||||
color: undefined;
|
||||
color: #b72b1a;
|
||||
}
|
||||
|
||||
.c23 svg > g,
|
||||
.c23 svg path {
|
||||
fill: undefined;
|
||||
fill: #b72b1a;
|
||||
}
|
||||
|
||||
<body
|
||||
|
||||
@ -129,8 +129,8 @@ exports[`BulkActions renders 1`] = `
|
||||
height: 2rem;
|
||||
padding-left: 16px;
|
||||
padding-right: 16px;
|
||||
border: 1px solid undefined;
|
||||
background: undefined;
|
||||
border: 1px solid #f5c0b8;
|
||||
background: #fcecea;
|
||||
}
|
||||
|
||||
.c7 .c0 {
|
||||
@ -180,25 +180,25 @@ exports[`BulkActions renders 1`] = `
|
||||
|
||||
.c7:active {
|
||||
background-color: #ffffff;
|
||||
border: 1px solid undefined;
|
||||
border: 1px solid #d02b20;
|
||||
}
|
||||
|
||||
.c7:active .c4 {
|
||||
color: undefined;
|
||||
color: #d02b20;
|
||||
}
|
||||
|
||||
.c7:active svg > g,
|
||||
.c7:active svg path {
|
||||
fill: undefined;
|
||||
fill: #d02b20;
|
||||
}
|
||||
|
||||
.c7 .c4 {
|
||||
color: undefined;
|
||||
color: #b72b1a;
|
||||
}
|
||||
|
||||
.c7 svg > g,
|
||||
.c7 svg path {
|
||||
fill: undefined;
|
||||
fill: #b72b1a;
|
||||
}
|
||||
|
||||
.c11 {
|
||||
|
||||
@ -96,8 +96,8 @@ exports[`BulkDeleteButton renders 1`] = `
|
||||
height: 2rem;
|
||||
padding-left: 16px;
|
||||
padding-right: 16px;
|
||||
border: 1px solid undefined;
|
||||
background: undefined;
|
||||
border: 1px solid #f5c0b8;
|
||||
background: #fcecea;
|
||||
}
|
||||
|
||||
.c1 .c2 {
|
||||
@ -147,25 +147,25 @@ exports[`BulkDeleteButton renders 1`] = `
|
||||
|
||||
.c1:active {
|
||||
background-color: #ffffff;
|
||||
border: 1px solid undefined;
|
||||
border: 1px solid #d02b20;
|
||||
}
|
||||
|
||||
.c1:active .c5 {
|
||||
color: undefined;
|
||||
color: #d02b20;
|
||||
}
|
||||
|
||||
.c1:active svg > g,
|
||||
.c1:active svg path {
|
||||
fill: undefined;
|
||||
fill: #d02b20;
|
||||
}
|
||||
|
||||
.c1 .c5 {
|
||||
color: undefined;
|
||||
color: #b72b1a;
|
||||
}
|
||||
|
||||
.c1 svg > g,
|
||||
.c1 svg path {
|
||||
fill: undefined;
|
||||
fill: #b72b1a;
|
||||
}
|
||||
|
||||
<div>
|
||||
|
||||
16
yarn.lock
16
yarn.lock
@ -5442,10 +5442,10 @@
|
||||
regenerator-runtime "^0.13.7"
|
||||
resolve-from "^5.0.0"
|
||||
|
||||
"@strapi/design-system@1.6.0":
|
||||
version "1.6.0"
|
||||
resolved "https://registry.yarnpkg.com/@strapi/design-system/-/design-system-1.6.0.tgz#4fa8bf865a4bd92315b8e969c70a53fb939ebde0"
|
||||
integrity sha512-QAx9wm1/emuFH2oLnDogQdEo1oI+4TYeNDr0yLhFYCgttDxVf2bRn3lm5GM7k8EEqWw+LI87QwTfiIEi4egjBw==
|
||||
"@strapi/design-system@1.6.1":
|
||||
version "1.6.1"
|
||||
resolved "https://registry.yarnpkg.com/@strapi/design-system/-/design-system-1.6.1.tgz#cb24b7cb9c22042a49d7314c9e4cf366a390ae6d"
|
||||
integrity sha512-uOl2vWejoKZVQCHj8PH2sfWiDgmk6uAoCC9FSczjX0RJEF8AiLIrWND7cnlfGoVO+0XrJBSDUL+SxFHqKK+GlA==
|
||||
dependencies:
|
||||
"@codemirror/lang-json" "^6.0.1"
|
||||
"@floating-ui/react-dom" "^1.0.0"
|
||||
@ -5477,10 +5477,10 @@
|
||||
optionalDependencies:
|
||||
typescript "^4.6.2"
|
||||
|
||||
"@strapi/icons@1.6.0":
|
||||
version "1.6.0"
|
||||
resolved "https://registry.yarnpkg.com/@strapi/icons/-/icons-1.6.0.tgz#493042982e223c10841b4b8781593311d34e7d1e"
|
||||
integrity sha512-7mmGz9SJcDBvIzQfHDu3NGKIzMm7RlNC0pkbHRi7fngV2loFxiwYwYtHZAg2D8qFW3xEMxk6cFnTZkHXxRZCoQ==
|
||||
"@strapi/icons@1.6.1":
|
||||
version "1.6.1"
|
||||
resolved "https://registry.yarnpkg.com/@strapi/icons/-/icons-1.6.1.tgz#39dfaaf75e44e0e94bd38ff04df8b9294ef1dd52"
|
||||
integrity sha512-CcbJl1CrLNNu8dwwdzwUYQp8Q6htBBbi65MrfHf4wuKrAWyNthTYTvnyqh4Px67hhZ7V1SAN2WyLy2UzjC/0bQ==
|
||||
|
||||
"@stylelint/postcss-css-in-js@^0.37.2":
|
||||
version "0.37.3"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user