-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'develop' into feat/DES-834-aspect-ratio-comp-to-prop
- Loading branch information
Showing
22 changed files
with
623 additions
and
1,276 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"version": "0.13.0", | ||
"version": "0.13.1", | ||
"author": "Design System Team, City of Amsterdam <[email protected]>", | ||
"description": "Stylesheets for all components from the Amsterdam Design System and some general utilities. Use it to apply the visual design of the City of Amsterdam to your HTML elements or non-React components.", | ||
"homepage": "https://designsystem.amsterdam/", | ||
|
@@ -24,7 +24,7 @@ | |
"clean": "rimraf dist/" | ||
}, | ||
"devDependencies": { | ||
"sass": "1.80.4" | ||
"sass": "1.80.6" | ||
}, | ||
"peerDependencies": { | ||
"@amsterdam/design-system-tokens": "workspace:*", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"version": "0.13.0", | ||
"version": "0.13.1", | ||
"author": "Design System Team, City of Amsterdam <[email protected]>", | ||
"description": "All React components from the Amsterdam Design System. Use it to compose pages in your website or application.", | ||
"homepage": "https://designsystem.amsterdam/", | ||
|
@@ -51,11 +51,11 @@ | |
"@rollup/plugin-node-resolve": "15.3.0", | ||
"@rollup/pluginutils": "5.1.3", | ||
"@testing-library/dom": "10.4.0", | ||
"@testing-library/jest-dom": "6.6.2", | ||
"@testing-library/jest-dom": "6.6.3", | ||
"@testing-library/react": "16.0.1", | ||
"@testing-library/user-event": "14.5.2", | ||
"@types/jest": "29.5.14", | ||
"@types/lodash": "4.17.12", | ||
"@types/lodash": "4.17.13", | ||
"@types/react": "18.3.12", | ||
"jest": "29.7.0", | ||
"jest-environment-jsdom": "29.7.0", | ||
|
@@ -64,16 +64,16 @@ | |
"postcss": "8.4.47", | ||
"react": "18.3.1", | ||
"react-dom": "18.3.1", | ||
"rollup": "4.24.2", | ||
"rollup": "4.24.4", | ||
"rollup-plugin-delete": "2.1.0", | ||
"rollup-plugin-dts": "6.1.1", | ||
"rollup-plugin-filesize": "10.0.0", | ||
"rollup-plugin-node-externals": "7.1.3", | ||
"rollup-plugin-node-polyfills": "0.2.1", | ||
"rollup-plugin-peer-deps-external": "2.2.4", | ||
"rollup-plugin-typescript2": "0.36.0", | ||
"sass": "1.80.4", | ||
"tslib": "2.8.0" | ||
"sass": "1.80.6", | ||
"tslib": "2.8.1" | ||
}, | ||
"peerDependencies": { | ||
"@amsterdam/design-system-css": "workspace:*", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.