@amsterdam/design-system-react 0.10.0 → 0.11.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/README.md +0 -33
- package/dist/index.cjs.js +413 -351
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.d.ts +131 -34
- package/dist/index.esm.js +411 -350
- package/dist/index.esm.js.map +1 -1
- package/package.json +15 -15
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.11.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",
|
|
@@ -24,35 +24,35 @@
|
|
|
24
24
|
"dist/"
|
|
25
25
|
],
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@babel/runtime": "7.24.
|
|
27
|
+
"@babel/runtime": "7.24.8",
|
|
28
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.
|
|
32
|
+
"@babel/core": "7.24.9",
|
|
33
33
|
"@babel/plugin-transform-runtime": "7.24.7",
|
|
34
|
-
"@babel/preset-env": "7.24.
|
|
34
|
+
"@babel/preset-env": "7.24.8",
|
|
35
35
|
"@babel/preset-react": "7.24.7",
|
|
36
36
|
"@rollup/plugin-babel": "6.0.4",
|
|
37
|
-
"@rollup/plugin-commonjs": "
|
|
37
|
+
"@rollup/plugin-commonjs": "26.0.1",
|
|
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": "
|
|
40
|
+
"@testing-library/dom": "10.4.0",
|
|
41
|
+
"@testing-library/jest-dom": "6.4.8",
|
|
42
|
+
"@testing-library/react": "16.0.0",
|
|
43
43
|
"@testing-library/user-event": "14.5.2",
|
|
44
44
|
"@types/jest": "29.5.12",
|
|
45
|
-
"@types/lodash": "4.17.
|
|
45
|
+
"@types/lodash": "4.17.7",
|
|
46
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.5",
|
|
51
51
|
"npm-run-all": "4.1.5",
|
|
52
|
-
"postcss": "8.4.
|
|
52
|
+
"postcss": "8.4.39",
|
|
53
53
|
"react": "18.3.1",
|
|
54
54
|
"react-dom": "18.3.1",
|
|
55
|
-
"rollup": "4.
|
|
55
|
+
"rollup": "4.19.0",
|
|
56
56
|
"rollup-plugin-delete": "2.0.0",
|
|
57
57
|
"rollup-plugin-dts": "6.1.1",
|
|
58
58
|
"rollup-plugin-filesize": "10.0.0",
|
|
@@ -60,20 +60,20 @@
|
|
|
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.77.
|
|
63
|
+
"sass": "1.77.8",
|
|
64
64
|
"tslib": "2.6.3"
|
|
65
65
|
},
|
|
66
66
|
"peerDependencies": {
|
|
67
67
|
"react": "16 - 18",
|
|
68
68
|
"react-dom": "16 - 18",
|
|
69
|
-
"@amsterdam/design-system-css": "0.
|
|
69
|
+
"@amsterdam/design-system-css": "0.11.1"
|
|
70
70
|
},
|
|
71
71
|
"scripts": {
|
|
72
72
|
"build": "rollup -c",
|
|
73
73
|
"build:watch": "rollup -c --watch",
|
|
74
74
|
"clean": "rimraf dist/",
|
|
75
75
|
"lint": "tsc --project ./tsconfig.json --noEmit && tsc --noEmit --project ./tsconfig.test.json",
|
|
76
|
-
"test": "jest --verbose",
|
|
76
|
+
"test": "jest --verbose --coverage",
|
|
77
77
|
"watch:test": "jest --verbose --watch"
|
|
78
78
|
}
|
|
79
79
|
}
|