@amsterdam/design-system-react 0.4.0 → 0.6.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/LICENSE.txt +287 -0
- package/README.md +12 -1
- package/dist/index.cjs.js +490 -214
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.d.ts +144 -45
- package/dist/index.esm.js +486 -216
- package/dist/index.esm.js.map +1 -1
- package/package.json +25 -27
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.6.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",
|
|
@@ -17,14 +17,6 @@
|
|
|
17
17
|
"directory": "packages/react"
|
|
18
18
|
},
|
|
19
19
|
"sideEffects": false,
|
|
20
|
-
"scripts": {
|
|
21
|
-
"build": "rollup -c",
|
|
22
|
-
"build:watch": "rollup -c --watch",
|
|
23
|
-
"clean": "rimraf dist/",
|
|
24
|
-
"lint": "tsc --project ./tsconfig.json --noEmit && tsc --noEmit --project ./tsconfig.test.json",
|
|
25
|
-
"test": "jest --verbose",
|
|
26
|
-
"watch:test": "jest --verbose --watch"
|
|
27
|
-
},
|
|
28
20
|
"main": "./dist/index.cjs.js",
|
|
29
21
|
"module": "./dist/index.esm.js",
|
|
30
22
|
"types": "./dist/index.d.ts",
|
|
@@ -32,49 +24,55 @@
|
|
|
32
24
|
"dist/"
|
|
33
25
|
],
|
|
34
26
|
"dependencies": {
|
|
35
|
-
"
|
|
36
|
-
"@
|
|
37
|
-
"clsx": "2.1.0"
|
|
27
|
+
"clsx": "2.1.0",
|
|
28
|
+
"@amsterdam/design-system-react-icons": "0.1.12"
|
|
38
29
|
},
|
|
39
30
|
"devDependencies": {
|
|
40
|
-
"@babel/core": "7.
|
|
41
|
-
"@babel/plugin-transform-runtime": "7.
|
|
42
|
-
"@babel/preset-env": "7.
|
|
31
|
+
"@babel/core": "7.24.0",
|
|
32
|
+
"@babel/plugin-transform-runtime": "7.24.0",
|
|
33
|
+
"@babel/preset-env": "7.24.0",
|
|
43
34
|
"@babel/preset-react": "7.23.3",
|
|
44
|
-
"@babel/runtime": "7.
|
|
35
|
+
"@babel/runtime": "7.24.0",
|
|
45
36
|
"@rollup/plugin-babel": "6.0.4",
|
|
46
37
|
"@rollup/plugin-commonjs": "25.0.7",
|
|
47
38
|
"@rollup/plugin-node-resolve": "15.2.3",
|
|
48
39
|
"@rollup/pluginutils": "5.1.0",
|
|
49
40
|
"@testing-library/dom": "9.3.4",
|
|
50
|
-
"@testing-library/jest-dom": "6.
|
|
51
|
-
"@testing-library/react": "14.1
|
|
41
|
+
"@testing-library/jest-dom": "6.4.2",
|
|
42
|
+
"@testing-library/react": "14.2.1",
|
|
52
43
|
"@testing-library/user-event": "14.5.2",
|
|
53
|
-
"@types/jest": "29.5.
|
|
44
|
+
"@types/jest": "29.5.12",
|
|
54
45
|
"@types/lodash": "4.14.202",
|
|
55
|
-
"@types/react": "18.2.
|
|
46
|
+
"@types/react": "18.2.61",
|
|
56
47
|
"jest": "29.7.0",
|
|
57
48
|
"jest-environment-jsdom": "29.7.0",
|
|
58
49
|
"lodash": "4.17.21",
|
|
59
|
-
"next": "14.1.
|
|
50
|
+
"next": "14.1.1",
|
|
60
51
|
"npm-run-all": "4.1.5",
|
|
61
|
-
"postcss": "8.4.
|
|
52
|
+
"postcss": "8.4.35",
|
|
62
53
|
"react": "18.2.0",
|
|
63
54
|
"react-dom": "18.2.0",
|
|
64
|
-
"rollup": "4.
|
|
55
|
+
"rollup": "4.12.0",
|
|
65
56
|
"rollup-plugin-delete": "2.0.0",
|
|
66
57
|
"rollup-plugin-dts": "6.1.0",
|
|
67
58
|
"rollup-plugin-filesize": "10.0.0",
|
|
68
|
-
"rollup-plugin-node-externals": "
|
|
59
|
+
"rollup-plugin-node-externals": "7.0.1",
|
|
69
60
|
"rollup-plugin-node-polyfills": "0.2.1",
|
|
70
61
|
"rollup-plugin-peer-deps-external": "2.2.4",
|
|
71
62
|
"rollup-plugin-typescript2": "0.36.0",
|
|
72
|
-
"sass": "1.
|
|
63
|
+
"sass": "1.71.1",
|
|
73
64
|
"tslib": "2.6.2"
|
|
74
65
|
},
|
|
75
66
|
"peerDependencies": {
|
|
76
67
|
"react": "16 - 18",
|
|
77
68
|
"react-dom": "16 - 18"
|
|
78
69
|
},
|
|
79
|
-
"
|
|
80
|
-
|
|
70
|
+
"scripts": {
|
|
71
|
+
"build": "rollup -c",
|
|
72
|
+
"build:watch": "rollup -c --watch",
|
|
73
|
+
"clean": "rimraf dist/",
|
|
74
|
+
"lint": "tsc --project ./tsconfig.json --noEmit && tsc --noEmit --project ./tsconfig.test.json",
|
|
75
|
+
"test": "jest --verbose",
|
|
76
|
+
"watch:test": "jest --verbose --watch"
|
|
77
|
+
}
|
|
78
|
+
}
|