Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"packages": [
"packages/*"
],
"version": "0.0.1-alpha.75",
"version": "0.0.1-alpha.76",
"npmClient": "yarn"
}
2 changes: 1 addition & 1 deletion packages/strapi-design-system/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@strapi/design-system",
"version": "0.0.1-alpha.75",
"version": "0.0.1-alpha.76",
"main": "index.js",
"license": "MIT",
"devDependencies": {
Expand Down
1 change: 1 addition & 0 deletions packages/strapi-design-system/src/Card/CardAsset.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ const CardAssetImg = styled.img`
padding: 0;
max-height: 100%;
max-width: 100%;
object-fit: contain;
`;

const CardAssetSizes = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3837,6 +3837,7 @@ exports[`Storyshots Design System/Components/Card base 1`] = `
padding: 0;
max-height: 100%;
max-width: 100%;
object-fit: contain;
}

.c13 {
Expand Down Expand Up @@ -5178,6 +5179,7 @@ exports[`Storyshots Design System/Components/Card without asset action 1`] = `
padding: 0;
max-height: 100%;
max-width: 100%;
object-fit: contain;
}

.c9 {
Expand Down Expand Up @@ -5517,6 +5519,7 @@ exports[`Storyshots Design System/Components/Card without asset action nor timer
padding: 0;
max-height: 100%;
max-width: 100%;
object-fit: contain;
}

.c9 {
Expand Down
2 changes: 1 addition & 1 deletion packages/strapi-icons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@strapi/icons",
"version": "0.0.1-alpha.75",
"version": "0.0.1-alpha.76",
"main": "index.js",
"license": "MIT",
"devDependencies": {
Expand Down