@utrecht/component-library-react 1.0.0-alpha.96 → 1.0.0-alpha.99

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.
@@ -1191,11 +1191,6 @@
1191
1191
  "signature": "8017277c3843df85296d8730f9edf097d68d7d5f9bc9d8124fcacf17ecfd487e",
1192
1192
  "affectsGlobalScope": false
1193
1193
  },
1194
- "../../../../node_modules/@types/react-syntax-highlighter/index.d.ts": {
1195
- "version": "cffd3848b7af4922d70028c805b7df5e8f0eac4a8d2410b0f55b47ca62c6c3a8",
1196
- "signature": "cffd3848b7af4922d70028c805b7df5e8f0eac4a8d2410b0f55b47ca62c6c3a8",
1197
- "affectsGlobalScope": true
1198
- },
1199
1194
  "../../../../node_modules/@types/resolve/index.d.ts": {
1200
1195
  "version": "8a19491eba2108d5c333c249699f40aff05ad312c04a17504573b27d91f0aede",
1201
1196
  "signature": "8a19491eba2108d5c333c249699f40aff05ad312c04a17504573b27d91f0aede",
@@ -2650,14 +2645,6 @@
2650
2645
  "../../../../node_modules/@types/node/util.d.ts",
2651
2646
  "../../../../node_modules/@types/react/index.d.ts"
2652
2647
  ],
2653
- "../../../../node_modules/@types/react-syntax-highlighter/index.d.ts": [
2654
- "../../../../node_modules/@types/jsdom/base.d.ts",
2655
- "../../../../node_modules/@types/jsdom/index.d.ts",
2656
- "../../../../node_modules/@types/jsdom/ts4.0/index.d.ts",
2657
- "../../../../node_modules/@types/node/util.d.ts",
2658
- "../../../../node_modules/@types/react-syntax-highlighter/index.d.ts",
2659
- "../../../../node_modules/@types/react/index.d.ts"
2660
- ],
2661
2648
  "../../../../node_modules/@types/react/global.d.ts": [
2662
2649
  "../../../../node_modules/@types/jsdom/base.d.ts",
2663
2650
  "../../../../node_modules/@types/jsdom/index.d.ts",
@@ -5006,14 +4993,6 @@
5006
4993
  "../../../../node_modules/@types/node/util.d.ts",
5007
4994
  "../../../../node_modules/@types/react/index.d.ts"
5008
4995
  ],
5009
- "../../../../node_modules/@types/react-syntax-highlighter/index.d.ts": [
5010
- "../../../../node_modules/@types/jsdom/base.d.ts",
5011
- "../../../../node_modules/@types/jsdom/index.d.ts",
5012
- "../../../../node_modules/@types/jsdom/ts4.0/index.d.ts",
5013
- "../../../../node_modules/@types/node/util.d.ts",
5014
- "../../../../node_modules/@types/react-syntax-highlighter/index.d.ts",
5015
- "../../../../node_modules/@types/react/index.d.ts"
5016
- ],
5017
4996
  "../../../../node_modules/@types/react/global.d.ts": [
5018
4997
  "../../../../node_modules/@types/jsdom/base.d.ts",
5019
4998
  "../../../../node_modules/@types/jsdom/index.d.ts",
@@ -5979,7 +5958,6 @@
5979
5958
  "../../../../node_modules/@types/react-router-config/index.d.ts",
5980
5959
  "../../../../node_modules/@types/react-router-dom/index.d.ts",
5981
5960
  "../../../../node_modules/@types/react-router/index.d.ts",
5982
- "../../../../node_modules/@types/react-syntax-highlighter/index.d.ts",
5983
5961
  "../../../../node_modules/@types/react/global.d.ts",
5984
5962
  "../../../../node_modules/@types/react/index.d.ts",
5985
5963
  "../../../../node_modules/@types/react/node_modules/csstype/index.d.ts",
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.0.0-alpha.96",
2
+ "version": "1.0.0-alpha.99",
3
3
  "author": "Community for NL Design System",
4
4
  "description": "React component library bundle for the Municipality of Utrecht based on the NL Design System architecture",
5
5
  "license": "EUPL-1.2",
@@ -26,6 +26,9 @@
26
26
  "main": "./dist/cjs/index.js",
27
27
  "types": "./dist/cjs/index.d.ts",
28
28
  "exports": {
29
+ "./README.md": {
30
+ "default": "./README.md"
31
+ },
29
32
  ".": {
30
33
  "types": "./dist/cjs/index.d.ts",
31
34
  "default": "./dist/cjs/index.js"
@@ -370,5 +373,5 @@
370
373
  "react": "^17.0.0",
371
374
  "react-dom": "^17.0.0"
372
375
  },
373
- "gitHead": "fb1279768f38b778a0342d8538bee2d98fea8bb0"
376
+ "gitHead": "d851a68970f5b799c43739cb985957302df6f1c4"
374
377
  }