@amsterdam/design-system-react 0.1.8 → 0.2.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.
@@ -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.1.8",
2
+ "version": "0.2.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",
@@ -32,29 +32,29 @@
32
32
  "dist/"
33
33
  ],
34
34
  "dependencies": {
35
- "@amsterdam/design-system-react-icons": "0.1.8",
35
+ "@amsterdam/design-system-react-icons": "0.1.10",
36
36
  "@utrecht/component-library-react": "2.0.0",
37
37
  "clsx": "2.0.0",
38
38
  "date-fns": "2.30.0"
39
39
  },
40
40
  "devDependencies": {
41
- "@babel/core": "7.23.3",
42
- "@babel/plugin-transform-runtime": "7.23.3",
43
- "@babel/preset-env": "7.23.3",
41
+ "@babel/core": "7.23.5",
42
+ "@babel/plugin-transform-runtime": "7.23.4",
43
+ "@babel/preset-env": "7.23.5",
44
44
  "@babel/preset-react": "7.23.3",
45
- "@babel/runtime": "7.23.2",
45
+ "@babel/runtime": "7.23.5",
46
46
  "@rollup/plugin-babel": "6.0.4",
47
47
  "@rollup/plugin-commonjs": "25.0.7",
48
48
  "@rollup/plugin-node-resolve": "15.2.3",
49
- "@rollup/pluginutils": "5.0.5",
49
+ "@rollup/pluginutils": "5.1.0",
50
50
  "@testing-library/dom": "9.3.3",
51
- "@testing-library/jest-dom": "6.1.4",
52
- "@testing-library/react": "14.1.0",
51
+ "@testing-library/jest-dom": "6.1.5",
52
+ "@testing-library/react": "14.1.2",
53
53
  "@testing-library/user-event": "14.5.1",
54
54
  "@types/date-fns": "2.6.0",
55
- "@types/jest": "29.5.8",
56
- "@types/lodash": "4.14.201",
57
- "@types/react": "18.2.37",
55
+ "@types/jest": "29.5.10",
56
+ "@types/lodash": "4.14.202",
57
+ "@types/react": "18.2.39",
58
58
  "jest": "29.7.0",
59
59
  "jest-environment-jsdom": "29.7.0",
60
60
  "lodash": "4.17.21",
@@ -63,7 +63,7 @@
63
63
  "postcss": "8.4.31",
64
64
  "react": "18.2.0",
65
65
  "react-dom": "18.2.0",
66
- "rollup": "4.4.1",
66
+ "rollup": "4.6.1",
67
67
  "rollup-plugin-delete": "2.0.0",
68
68
  "rollup-plugin-filesize": "10.0.0",
69
69
  "rollup-plugin-node-externals": "6.1.2",
@@ -77,5 +77,5 @@
77
77
  "react": "16 - 18",
78
78
  "react-dom": "16 - 18"
79
79
  },
80
- "gitHead": "703538926459edf62102d1fe7b6bd15ab511865d"
80
+ "gitHead": "de071558a849af9c0f7b1a442b255a1a42d78f2f"
81
81
  }