@amsterdam/design-system-react 0.8.0 → 0.9.0
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/README.md +13 -11
- package/dist/index.cjs.js +197 -122
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.d.ts +264 -170
- package/dist/index.esm.js +194 -122
- package/dist/index.esm.js.map +1 -1
- package/package.json +22 -21
package/dist/index.esm.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.esm.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.esm.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "0.
|
|
2
|
+
"version": "0.9.0",
|
|
3
3
|
"author": "Community for NL Design System",
|
|
4
4
|
"description": "React component library bundle for the City of Amsterdam based on the NL Design System architecture",
|
|
5
5
|
"license": "EUPL-1.2",
|
|
@@ -24,48 +24,49 @@
|
|
|
24
24
|
"dist/"
|
|
25
25
|
],
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@babel/runtime": "7.24.
|
|
28
|
-
"clsx": "2.1.
|
|
27
|
+
"@babel/runtime": "7.24.6",
|
|
28
|
+
"clsx": "2.1.1",
|
|
29
29
|
"@amsterdam/design-system-react-icons": "0.1.12"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"@babel/core": "7.24.
|
|
33
|
-
"@babel/plugin-transform-runtime": "7.24.
|
|
34
|
-
"@babel/preset-env": "7.24.
|
|
35
|
-
"@babel/preset-react": "7.24.
|
|
32
|
+
"@babel/core": "7.24.6",
|
|
33
|
+
"@babel/plugin-transform-runtime": "7.24.6",
|
|
34
|
+
"@babel/preset-env": "7.24.6",
|
|
35
|
+
"@babel/preset-react": "7.24.6",
|
|
36
36
|
"@rollup/plugin-babel": "6.0.4",
|
|
37
|
-
"@rollup/plugin-commonjs": "25.0.
|
|
37
|
+
"@rollup/plugin-commonjs": "25.0.8",
|
|
38
38
|
"@rollup/plugin-node-resolve": "15.2.3",
|
|
39
39
|
"@rollup/pluginutils": "5.1.0",
|
|
40
|
-
"@testing-library/dom": "10.
|
|
41
|
-
"@testing-library/jest-dom": "6.4.
|
|
42
|
-
"@testing-library/react": "15.0.
|
|
40
|
+
"@testing-library/dom": "10.1.0",
|
|
41
|
+
"@testing-library/jest-dom": "6.4.5",
|
|
42
|
+
"@testing-library/react": "15.0.7",
|
|
43
43
|
"@testing-library/user-event": "14.5.2",
|
|
44
44
|
"@types/jest": "29.5.12",
|
|
45
|
-
"@types/lodash": "4.17.
|
|
46
|
-
"@types/react": "18.
|
|
45
|
+
"@types/lodash": "4.17.4",
|
|
46
|
+
"@types/react": "18.3.3",
|
|
47
47
|
"jest": "29.7.0",
|
|
48
48
|
"jest-environment-jsdom": "29.7.0",
|
|
49
49
|
"lodash": "4.17.21",
|
|
50
|
-
"next": "14.2.
|
|
50
|
+
"next": "14.2.3",
|
|
51
51
|
"npm-run-all": "4.1.5",
|
|
52
52
|
"postcss": "8.4.38",
|
|
53
|
-
"react": "18.
|
|
54
|
-
"react-dom": "18.
|
|
55
|
-
"rollup": "4.
|
|
53
|
+
"react": "18.3.1",
|
|
54
|
+
"react-dom": "18.3.1",
|
|
55
|
+
"rollup": "4.18.0",
|
|
56
56
|
"rollup-plugin-delete": "2.0.0",
|
|
57
|
-
"rollup-plugin-dts": "6.1.
|
|
57
|
+
"rollup-plugin-dts": "6.1.1",
|
|
58
58
|
"rollup-plugin-filesize": "10.0.0",
|
|
59
|
-
"rollup-plugin-node-externals": "7.1.
|
|
59
|
+
"rollup-plugin-node-externals": "7.1.2",
|
|
60
60
|
"rollup-plugin-node-polyfills": "0.2.1",
|
|
61
61
|
"rollup-plugin-peer-deps-external": "2.2.4",
|
|
62
62
|
"rollup-plugin-typescript2": "0.36.0",
|
|
63
|
-
"sass": "1.
|
|
63
|
+
"sass": "1.77.4",
|
|
64
64
|
"tslib": "2.6.2"
|
|
65
65
|
},
|
|
66
66
|
"peerDependencies": {
|
|
67
67
|
"react": "16 - 18",
|
|
68
|
-
"react-dom": "16 - 18"
|
|
68
|
+
"react-dom": "16 - 18",
|
|
69
|
+
"@amsterdam/design-system-css": "0.9.0"
|
|
69
70
|
},
|
|
70
71
|
"scripts": {
|
|
71
72
|
"build": "rollup -c",
|