fix: update to 1.6.1 to fix styling issue with buttons

This commit is contained in:
Josh 2023-01-24 14:12:56 +00:00
parent e8bc90744d
commit 6b43c01732
6 changed files with 33 additions and 33 deletions

View File

@ -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",

View File

@ -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",

View File

@ -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

View File

@ -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 {

View File

@ -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>

View File

@ -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"