@norges-domstoler/dds-components 1.0.0 → 1.0.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.es.js +1061 -1165
- package/dist/index.js +1183 -1289
- package/package.json +33 -33
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@norges-domstoler/dds-components",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1",
|
|
4
4
|
"description": "React components used in Elsa - domstolenes designsystem",
|
|
5
5
|
"author": "Elsa team",
|
|
6
6
|
"license": "MIT",
|
|
@@ -35,49 +35,46 @@
|
|
|
35
35
|
"elsa"
|
|
36
36
|
],
|
|
37
37
|
"devDependencies": {
|
|
38
|
-
"@babel/core": "^7.
|
|
39
|
-
"@babel/preset-env": "^7.
|
|
40
|
-
"@babel/preset-react": "^7.
|
|
41
|
-
"@rollup/plugin-babel": "^5.3.
|
|
42
|
-
"@rollup/plugin-commonjs": "^
|
|
38
|
+
"@babel/core": "^7.17.9",
|
|
39
|
+
"@babel/preset-env": "^7.16.11",
|
|
40
|
+
"@babel/preset-react": "^7.16.7",
|
|
41
|
+
"@rollup/plugin-babel": "^5.3.1",
|
|
42
|
+
"@rollup/plugin-commonjs": "^21.0.3",
|
|
43
43
|
"@rollup/plugin-image": "^2.1.1",
|
|
44
|
-
"@rollup/plugin-node-resolve": "^
|
|
44
|
+
"@rollup/plugin-node-resolve": "^13.2.0",
|
|
45
45
|
"@storybook/addon-actions": "^6.4.19",
|
|
46
46
|
"@storybook/addon-essentials": "^6.4.19",
|
|
47
47
|
"@storybook/addon-links": "^6.4.19",
|
|
48
48
|
"@storybook/addons": "^6.4.19",
|
|
49
49
|
"@storybook/react": "^6.4.19",
|
|
50
50
|
"@storybook/theming": "^6.4.19",
|
|
51
|
-
"@testing-library/jest-dom": "^5.
|
|
52
|
-
"@testing-library/react": "^
|
|
53
|
-
"@testing-library/user-event": "^
|
|
54
|
-
"@types/jest": "^
|
|
55
|
-
"@types/node": "^14.14.36",
|
|
51
|
+
"@testing-library/jest-dom": "^5.16.4",
|
|
52
|
+
"@testing-library/react": "^12.1.5",
|
|
53
|
+
"@testing-library/user-event": "^14.1.0",
|
|
54
|
+
"@types/jest": "^27.4.1",
|
|
56
55
|
"@types/react": "^17.0.2",
|
|
57
56
|
"@types/react-dom": "^17.0.2",
|
|
58
57
|
"@types/styled-components": "^5.1.9",
|
|
59
|
-
"@typescript-eslint/eslint-plugin": "^
|
|
60
|
-
"@typescript-eslint/parser": "^
|
|
61
|
-
"babel-loader": "^8.2.
|
|
62
|
-
"babel-plugin-styled-components": "^
|
|
63
|
-
"eslint": "^
|
|
64
|
-
"eslint-config-prettier": "^8.
|
|
65
|
-
"eslint-plugin-prettier": "^
|
|
66
|
-
"eslint-plugin-react": "^7.
|
|
67
|
-
"eslint-plugin-storybook": "^0.5.
|
|
68
|
-
"
|
|
69
|
-
"jest": "^26.6.3",
|
|
58
|
+
"@typescript-eslint/eslint-plugin": "^5.19.0",
|
|
59
|
+
"@typescript-eslint/parser": "^5.19.0",
|
|
60
|
+
"babel-loader": "^8.2.4",
|
|
61
|
+
"babel-plugin-styled-components": "^2.0.7",
|
|
62
|
+
"eslint": "^8.13.0",
|
|
63
|
+
"eslint-config-prettier": "^8.5.0",
|
|
64
|
+
"eslint-plugin-prettier": "^4.0.0",
|
|
65
|
+
"eslint-plugin-react": "^7.29.4",
|
|
66
|
+
"eslint-plugin-storybook": "^0.5.8",
|
|
67
|
+
"jest": "^27.5.1 ",
|
|
70
68
|
"react": "^17.0.2",
|
|
71
69
|
"react-dom": "^17.0.2",
|
|
72
|
-
"
|
|
73
|
-
"rollup": "^2.45.2",
|
|
70
|
+
"rollup": "^2.70.1",
|
|
74
71
|
"rollup-plugin-copy": "^3.4.0",
|
|
75
|
-
"rollup-plugin-
|
|
76
|
-
"rollup-plugin-
|
|
77
|
-
"
|
|
78
|
-
"ts-jest": "^
|
|
79
|
-
"tslib": "^2.
|
|
80
|
-
"typescript": "^4.
|
|
72
|
+
"rollup-plugin-import-css": "^3.0.3",
|
|
73
|
+
"rollup-plugin-sass": "^1.2.12",
|
|
74
|
+
"rollup-plugin-typescript2": "^0.31.2",
|
|
75
|
+
"ts-jest": "^27.1.4",
|
|
76
|
+
"tslib": "^2.3.1",
|
|
77
|
+
"typescript": "^4.6.3"
|
|
81
78
|
},
|
|
82
79
|
"peerDependencies": {
|
|
83
80
|
"react": ">=16.8.0",
|
|
@@ -85,6 +82,7 @@
|
|
|
85
82
|
},
|
|
86
83
|
"jest": {
|
|
87
84
|
"preset": "ts-jest",
|
|
85
|
+
"testEnvironment": "jsdom",
|
|
88
86
|
"setupFilesAfterEnv": [
|
|
89
87
|
"<rootDir>/src/setupTests.ts"
|
|
90
88
|
],
|
|
@@ -104,8 +102,10 @@
|
|
|
104
102
|
"@material-ui/core": "^4.11.3",
|
|
105
103
|
"@material-ui/icons": "^4.11.2",
|
|
106
104
|
"@norges-domstoler/dds-design-tokens": "^1.0.0",
|
|
107
|
-
"@popperjs/core": "^2.11.
|
|
105
|
+
"@popperjs/core": "^2.11.5",
|
|
106
|
+
"focus-visible": "^5.2.0",
|
|
108
107
|
"react-popper": "^2.2.5",
|
|
109
|
-
"
|
|
108
|
+
"react-select": "^5.3.0",
|
|
109
|
+
"styled-components": "^5.2.3"
|
|
110
110
|
}
|
|
111
111
|
}
|