@amsterdam/design-system-react 0.6.1 → 0.7.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/dist/index.cjs.js +521 -446
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.d.ts +201 -256
- package/dist/index.esm.js +520 -447
- package/dist/index.esm.js.map +1 -1
- package/package.json +13 -13
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.7.1",
|
|
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",
|
|
@@ -28,31 +28,31 @@
|
|
|
28
28
|
"@amsterdam/design-system-react-icons": "0.1.12"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|
|
31
|
-
"@babel/core": "7.24.
|
|
32
|
-
"@babel/plugin-transform-runtime": "7.24.
|
|
33
|
-
"@babel/preset-env": "7.24.
|
|
34
|
-
"@babel/preset-react": "7.
|
|
35
|
-
"@babel/runtime": "7.24.
|
|
31
|
+
"@babel/core": "7.24.1",
|
|
32
|
+
"@babel/plugin-transform-runtime": "7.24.1",
|
|
33
|
+
"@babel/preset-env": "7.24.1",
|
|
34
|
+
"@babel/preset-react": "7.24.1",
|
|
35
|
+
"@babel/runtime": "7.24.1",
|
|
36
36
|
"@rollup/plugin-babel": "6.0.4",
|
|
37
37
|
"@rollup/plugin-commonjs": "25.0.7",
|
|
38
38
|
"@rollup/plugin-node-resolve": "15.2.3",
|
|
39
39
|
"@rollup/pluginutils": "5.1.0",
|
|
40
40
|
"@testing-library/dom": "9.3.4",
|
|
41
41
|
"@testing-library/jest-dom": "6.4.2",
|
|
42
|
-
"@testing-library/react": "14.2.
|
|
42
|
+
"@testing-library/react": "14.2.2",
|
|
43
43
|
"@testing-library/user-event": "14.5.2",
|
|
44
44
|
"@types/jest": "29.5.12",
|
|
45
|
-
"@types/lodash": "4.
|
|
46
|
-
"@types/react": "18.2.
|
|
45
|
+
"@types/lodash": "4.17.0",
|
|
46
|
+
"@types/react": "18.2.67",
|
|
47
47
|
"jest": "29.7.0",
|
|
48
48
|
"jest-environment-jsdom": "29.7.0",
|
|
49
49
|
"lodash": "4.17.21",
|
|
50
|
-
"next": "14.1.
|
|
50
|
+
"next": "14.1.4",
|
|
51
51
|
"npm-run-all": "4.1.5",
|
|
52
|
-
"postcss": "8.4.
|
|
52
|
+
"postcss": "8.4.37",
|
|
53
53
|
"react": "18.2.0",
|
|
54
54
|
"react-dom": "18.2.0",
|
|
55
|
-
"rollup": "4.
|
|
55
|
+
"rollup": "4.13.0",
|
|
56
56
|
"rollup-plugin-delete": "2.0.0",
|
|
57
57
|
"rollup-plugin-dts": "6.1.0",
|
|
58
58
|
"rollup-plugin-filesize": "10.0.0",
|
|
@@ -60,7 +60,7 @@
|
|
|
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.72.0",
|
|
64
64
|
"tslib": "2.6.2"
|
|
65
65
|
},
|
|
66
66
|
"peerDependencies": {
|