@equinor/echo-components 0.1.17 → 0.2.2
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 +2 -0
- package/dist/components/datePicker/PopupHeader.d.ts +19 -0
- package/dist/components/datePicker/ReactDatePicker.d.ts +16 -0
- package/dist/components/echoCard/Body.d.ts +7 -0
- package/dist/components/echoCard/DateSection.d.ts +8 -0
- package/dist/components/echoCard/EchoCard.d.ts +7 -0
- package/dist/components/echoCard/LinkSection.d.ts +8 -0
- package/dist/components/echoCard/Title.d.ts +13 -0
- package/dist/components/echoCard/index.d.ts +14 -0
- package/dist/components/timePicker/TimePicker.d.ts +12 -0
- package/dist/elements/roundIconButton/RoundIconButton.d.ts +13 -0
- package/dist/helpers/getIcon.d.ts +1 -20
- package/dist/helpers/tagCategoryIcon.d.ts +38 -0
- package/dist/index.d.ts +4 -0
- package/dist/index.js +11994 -1068
- package/package.json +39 -36
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@equinor/echo-components",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.2.2",
|
|
4
4
|
"description": "Package for creating echo related components.",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -24,74 +24,77 @@
|
|
|
24
24
|
"author": "Echo Core",
|
|
25
25
|
"license": "MIT",
|
|
26
26
|
"peerDependencies": {
|
|
27
|
-
"@equinor/echo-utils": "^0.2.
|
|
28
|
-
"@equinor/eds-core-react": "^0.
|
|
27
|
+
"@equinor/echo-utils": "^0.2.2",
|
|
28
|
+
"@equinor/eds-core-react": "^0.14.3",
|
|
29
29
|
"react": "^17.0.2",
|
|
30
30
|
"react-dom": "^17.0.2",
|
|
31
31
|
"styled-components": "^5.3.1"
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
|
+
"@equinor/eds-icons": "^0.8.0",
|
|
34
35
|
"react-sortablejs": "^6.0.0"
|
|
35
36
|
},
|
|
36
37
|
"devDependencies": {
|
|
37
|
-
"@babel/core": "^7.
|
|
38
|
-
"@babel/preset-env": "^7.
|
|
39
|
-
"@babel/preset-react": "^7.
|
|
40
|
-
"@babel/preset-typescript": "^7.
|
|
41
|
-
"@equinor/echo-utils": "^0.2.
|
|
42
|
-
"@equinor/eds-core-react": "^0.
|
|
43
|
-
"@rollup/plugin-node-resolve": "^
|
|
44
|
-
"@rollup/plugin-typescript": "^8.
|
|
38
|
+
"@babel/core": "^7.16.0",
|
|
39
|
+
"@babel/preset-env": "^7.16.4",
|
|
40
|
+
"@babel/preset-react": "^7.16.0",
|
|
41
|
+
"@babel/preset-typescript": "^7.16.0",
|
|
42
|
+
"@equinor/echo-utils": "^0.2.2",
|
|
43
|
+
"@equinor/eds-core-react": "^0.14.3",
|
|
44
|
+
"@rollup/plugin-node-resolve": "^13.0.6",
|
|
45
|
+
"@rollup/plugin-typescript": "^8.3.0",
|
|
45
46
|
"@rollup/plugin-url": "^6.0.0",
|
|
46
|
-
"@storybook/addon-actions": "^6.
|
|
47
|
-
"@storybook/addon-essentials": "^6.
|
|
48
|
-
"@storybook/addon-links": "^6.
|
|
49
|
-
"@storybook/react": "^6.
|
|
47
|
+
"@storybook/addon-actions": "^6.3.8",
|
|
48
|
+
"@storybook/addon-essentials": "^6.3.8",
|
|
49
|
+
"@storybook/addon-links": "^6.3.12",
|
|
50
|
+
"@storybook/react": "^6.3.8",
|
|
50
51
|
"@svgr/rollup": "^5.5.0",
|
|
51
52
|
"@svgr/webpack": "^5.5.0",
|
|
52
|
-
"@testing-library/dom": "^
|
|
53
|
-
"@testing-library/react": "^
|
|
54
|
-
"@types/jest": "^
|
|
55
|
-
"@types/react": "^17.0.
|
|
53
|
+
"@testing-library/dom": "^8.11.1",
|
|
54
|
+
"@testing-library/react": "^12.1.2",
|
|
55
|
+
"@types/jest": "^27.0.2",
|
|
56
|
+
"@types/react": "^17.0.35",
|
|
57
|
+
"@types/react-datepicker": "^4.3.2",
|
|
56
58
|
"@types/react-test-renderer": "^17.0.0",
|
|
57
59
|
"@types/react-window": "^1.8.5",
|
|
58
60
|
"@types/sortablejs": "^1.10.6",
|
|
59
|
-
"@typescript-eslint/eslint-plugin": "^
|
|
60
|
-
"@typescript-eslint/parser": "^
|
|
61
|
-
"babel-loader": "^8.2.
|
|
61
|
+
"@typescript-eslint/eslint-plugin": "^5.4.0",
|
|
62
|
+
"@typescript-eslint/parser": "^5.4.0",
|
|
63
|
+
"babel-loader": "^8.2.3",
|
|
62
64
|
"css-loader": "^5.0.1",
|
|
63
|
-
"eslint": "^
|
|
64
|
-
"eslint-config-prettier": "^
|
|
65
|
-
"eslint-plugin-prettier": "^
|
|
66
|
-
"eslint-plugin-react": "^7.
|
|
67
|
-
"eslint-plugin-react-hooks": "
|
|
65
|
+
"eslint": "^8.2.0",
|
|
66
|
+
"eslint-config-prettier": "^8.3.0",
|
|
67
|
+
"eslint-plugin-prettier": "^4.0.0",
|
|
68
|
+
"eslint-plugin-react": "^7.27.0",
|
|
69
|
+
"eslint-plugin-react-hooks": "^4.3.0",
|
|
68
70
|
"identity-obj-proxy": "^3.0.0",
|
|
69
|
-
"jest": "^
|
|
71
|
+
"jest": "^27.3.1",
|
|
70
72
|
"jest-svg-transformer": "^1.0.0",
|
|
71
|
-
"postcss": "^8.
|
|
73
|
+
"postcss": "^8.3.11",
|
|
72
74
|
"postcss-loader": "^4.1.0",
|
|
73
75
|
"prettier": "^2.0.5",
|
|
74
76
|
"react": "^17.0.2",
|
|
77
|
+
"react-datepicker": "^4.3.0",
|
|
75
78
|
"react-dom": "^17.0.2",
|
|
76
79
|
"react-test-renderer": "^17.0.2",
|
|
77
80
|
"react-window": "^1.8.6",
|
|
78
|
-
"rollup": "^2.
|
|
81
|
+
"rollup": "^2.60.0",
|
|
79
82
|
"rollup-plugin-babel": "^4.4.0",
|
|
80
83
|
"rollup-plugin-commonjs": "^10.1.0",
|
|
81
84
|
"rollup-plugin-delete": "^2.0.0",
|
|
82
|
-
"rollup-plugin-dts": "^
|
|
85
|
+
"rollup-plugin-dts": "^4.0.1",
|
|
83
86
|
"rollup-plugin-node-resolve": "^5.2.0",
|
|
84
87
|
"rollup-plugin-postcss": "^4.0.0",
|
|
85
88
|
"rollup-plugin-typescript": "^1.0.1",
|
|
86
89
|
"rollup-plugin-typescript-paths": "^1.2.2",
|
|
87
|
-
"rollup-plugin-typescript2": "^0.
|
|
90
|
+
"rollup-plugin-typescript2": "^0.31.0",
|
|
88
91
|
"rollup-plugin-web-worker-loader": "^1.6.0",
|
|
89
|
-
"sortablejs": "^1.
|
|
92
|
+
"sortablejs": "^1.14.0",
|
|
90
93
|
"storybook-css-modules-preset": "^1.0.5",
|
|
91
94
|
"style-loader": "^2.0.0",
|
|
92
|
-
"styled-components": "^5.
|
|
93
|
-
"ts-jest": "^
|
|
94
|
-
"typescript": "^4.
|
|
95
|
+
"styled-components": "^5.3.3",
|
|
96
|
+
"ts-jest": "^27.0.7",
|
|
97
|
+
"typescript": "^4.5.2",
|
|
95
98
|
"worker-loader": "^3.0.7"
|
|
96
99
|
},
|
|
97
100
|
"files": [
|