mirror of
https://github.com/strapi/strapi.git
synced 2025-09-25 16:29:34 +00:00
Add document name
Signed-off-by: HichamELBSI <elabbassih@gmail.com>
This commit is contained in:
parent
b606178332
commit
a158fd9b00
@ -53,9 +53,9 @@
|
||||
"@fortawesome/free-solid-svg-icons": "^5.15.3",
|
||||
"@fortawesome/react-fontawesome": "^0.1.14",
|
||||
"@strapi/babel-plugin-switch-ee-ce": "4.0.4",
|
||||
"@strapi/design-system": "0.0.1-alpha.71",
|
||||
"@strapi/design-system": "0.0.1-alpha.72",
|
||||
"@strapi/helper-plugin": "4.0.4",
|
||||
"@strapi/icons": "0.0.1-alpha.71",
|
||||
"@strapi/icons": "0.0.1-alpha.72",
|
||||
"@strapi/utils": "4.0.4",
|
||||
"axios": "0.24.0",
|
||||
"babel-loader": "8.2.3",
|
||||
|
@ -76,8 +76,8 @@
|
||||
"@storybook/builder-webpack5": "6.4.10",
|
||||
"@storybook/manager-webpack5": "6.4.10",
|
||||
"@storybook/react": "^6.3.7",
|
||||
"@strapi/design-system": "0.0.1-alpha.71",
|
||||
"@strapi/icons": "0.0.1-alpha.71",
|
||||
"@strapi/design-system": "0.0.1-alpha.72",
|
||||
"@strapi/icons": "0.0.1-alpha.72",
|
||||
"babel-loader": "^8.2.2",
|
||||
"cross-env": "^7.0.3",
|
||||
"date-fns": "2.22.1",
|
||||
|
@ -34,6 +34,7 @@ export const CarouselAssets = ({
|
||||
<>
|
||||
<Carousel
|
||||
label={label}
|
||||
secondaryLabel={currentAsset?.name}
|
||||
selectedSlide={selectedAssetIndex}
|
||||
previousLabel={formatMessage({
|
||||
id: getTrad('mediaLibraryInput.actions.previousSlide'),
|
||||
|
@ -87,16 +87,6 @@ exports[`<MediaLibraryInput /> renders and matches the snapshot 1`] = `
|
||||
line-height: 1.33;
|
||||
}
|
||||
|
||||
.c4 {
|
||||
display: grid;
|
||||
grid-template-columns: auto 1fr auto;
|
||||
grid-template-areas: 'startAction slides endAction';
|
||||
}
|
||||
|
||||
.c6 {
|
||||
grid-area: slides;
|
||||
}
|
||||
|
||||
.c8 {
|
||||
display: -webkit-box;
|
||||
display: -webkit-flex;
|
||||
@ -115,6 +105,16 @@ exports[`<MediaLibraryInput /> renders and matches the snapshot 1`] = `
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.c4 {
|
||||
display: grid;
|
||||
grid-template-columns: auto 1fr auto;
|
||||
grid-template-areas: 'startAction slides endAction';
|
||||
}
|
||||
|
||||
.c6 {
|
||||
grid-area: slides;
|
||||
}
|
||||
|
||||
.c9 {
|
||||
display: -webkit-box;
|
||||
display: -webkit-flex;
|
||||
|
16
yarn.lock
16
yarn.lock
@ -4008,19 +4008,19 @@
|
||||
resolve-from "^5.0.0"
|
||||
store2 "^2.12.0"
|
||||
|
||||
"@strapi/design-system@0.0.1-alpha.71":
|
||||
version "0.0.1-alpha.71"
|
||||
resolved "https://registry.yarnpkg.com/@strapi/design-system/-/design-system-0.0.1-alpha.71.tgz#558dd1c796a065dee568c48bc73c8d0c71374d55"
|
||||
integrity sha512-79vGJFtbksKI4SbWNVZtRal1UpQJWNgq8+lvEcsv//PVHYE0GkywAuKEB9Xpz6VJPo1Ty3vLvJFUlrcfBqMkow==
|
||||
"@strapi/design-system@0.0.1-alpha.72":
|
||||
version "0.0.1-alpha.72"
|
||||
resolved "https://registry.yarnpkg.com/@strapi/design-system/-/design-system-0.0.1-alpha.72.tgz#4f3bb6b520a8b8a5af68e6d2ef149226c10a77b4"
|
||||
integrity sha512-U8UxjOOm/PWdID0HJXKUVORAn4z1W56ZNuOrJO8ecwZ9T8xHLNDR9+c/O3DBNq591GtLQYAwTNE4aAZDKisjZg==
|
||||
dependencies:
|
||||
"@internationalized/number" "^3.0.2"
|
||||
compute-scroll-into-view "^1.0.17"
|
||||
prop-types "^15.7.2"
|
||||
|
||||
"@strapi/icons@0.0.1-alpha.71":
|
||||
version "0.0.1-alpha.71"
|
||||
resolved "https://registry.yarnpkg.com/@strapi/icons/-/icons-0.0.1-alpha.71.tgz#7348673b25964317fd97fbe4bb938e9acab9fb12"
|
||||
integrity sha512-fOjcT/shqKZndKwiDI7Y06NXUNzLBAieL/pICrLxKqdYzwo7TguM3rwDxJ7igOtqh/tWDhjqve6FjAqob2yWgA==
|
||||
"@strapi/icons@0.0.1-alpha.72":
|
||||
version "0.0.1-alpha.72"
|
||||
resolved "https://registry.yarnpkg.com/@strapi/icons/-/icons-0.0.1-alpha.72.tgz#7db766a60dbbe60cf12ae881605eb99168cda898"
|
||||
integrity sha512-ZFzJxPI0bYLwjBQNokZOLyHU5385xV1V5l8zetx5DXLyaCwPEf+wQ/uYWqmwptrr0KBHOID6zF8eizU5nS4LTA==
|
||||
|
||||
"@stylelint/postcss-css-in-js@^0.37.2":
|
||||
version "0.37.2"
|
||||
|
Loading…
x
Reference in New Issue
Block a user