@amsterdam/design-system-react 2.0.0 → 2.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "2.0.0",
2
+ "version": "2.0.1",
3
3
  "author": "Design System Team, City of Amsterdam <designsystem@amsterdam.nl>",
4
4
  "description": "All React components from the Amsterdam Design System. Use it to compose pages in your website or application.",
5
5
  "homepage": "https://designsystem.amsterdam",
@@ -29,9 +29,9 @@
29
29
  "dist/"
30
30
  ],
31
31
  "dependencies": {
32
+ "@amsterdam/design-system-react-icons": "1.0.1",
32
33
  "@babel/runtime": "7.28.4",
33
- "clsx": "2.1.1",
34
- "@amsterdam/design-system-react-icons": "1.0.0"
34
+ "clsx": "2.1.1"
35
35
  },
36
36
  "devDependencies": {
37
37
  "@babel/core": "7.28.4",