@equinor/echo-components 0.3.0 → 0.4.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/dist/components/datePicker/ReactDatePicker.d.ts +4 -1
- package/dist/components/dialogGenerator/DialogGenerator.d.ts +6 -0
- package/dist/components/echoBottomBar/EchoBottomBar.d.ts +7 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +202 -1269
- package/package.json +48 -41
- package/CHANGELOG.md +0 -17
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@equinor/echo-components",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.4.0",
|
|
4
4
|
"description": "Package for creating echo related components.",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -29,82 +29,89 @@
|
|
|
29
29
|
"license": "MIT",
|
|
30
30
|
"peerDependencies": {
|
|
31
31
|
"@equinor/echo-utils": "^0.2.7",
|
|
32
|
-
"@equinor/eds-core-react": "^0.
|
|
32
|
+
"@equinor/eds-core-react": "^0.19.0",
|
|
33
33
|
"react": "^17.0.2",
|
|
34
34
|
"react-dom": "^17.0.2",
|
|
35
35
|
"styled-components": "^5.3.3"
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
38
|
"@equinor/eds-icons": "^0.10.0",
|
|
39
|
-
"react-datepicker": "^4.
|
|
39
|
+
"react-datepicker": "^4.7.0",
|
|
40
40
|
"react-sortablejs": "^6.0.0"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
|
-
"@babel/core": "^7.
|
|
43
|
+
"@babel/core": "^7.17.8",
|
|
44
44
|
"@babel/preset-env": "^7.16.11",
|
|
45
45
|
"@babel/preset-react": "^7.16.7",
|
|
46
46
|
"@babel/preset-typescript": "^7.16.7",
|
|
47
47
|
"@equinor/echo-update": "^1.3.0",
|
|
48
|
-
"@equinor/echo-utils": "^0.2.
|
|
49
|
-
"@equinor/eds-core-react": "^0.
|
|
48
|
+
"@equinor/echo-utils": "^0.2.9",
|
|
49
|
+
"@equinor/eds-core-react": "^0.19.0",
|
|
50
50
|
"@rollup/plugin-node-resolve": "^13.1.3",
|
|
51
|
-
"@rollup/plugin-typescript": "^8.3.
|
|
51
|
+
"@rollup/plugin-typescript": "^8.3.1",
|
|
52
52
|
"@rollup/plugin-url": "^6.1.0",
|
|
53
|
-
"@storybook/addon-actions": "^6.4.
|
|
54
|
-
"@storybook/addon-docs": "^6.4.
|
|
55
|
-
"@storybook/addon-essentials": "^6.4.
|
|
56
|
-
"@storybook/addon-links": "^6.4.
|
|
57
|
-
"@storybook/
|
|
58
|
-
"@
|
|
59
|
-
"@
|
|
60
|
-
"@
|
|
61
|
-
"@
|
|
62
|
-
"@
|
|
63
|
-
"@
|
|
53
|
+
"@storybook/addon-actions": "^6.4.20",
|
|
54
|
+
"@storybook/addon-docs": "^6.4.20",
|
|
55
|
+
"@storybook/addon-essentials": "^6.4.20",
|
|
56
|
+
"@storybook/addon-links": "^6.4.20",
|
|
57
|
+
"@storybook/builder-webpack5": "^6.4.20",
|
|
58
|
+
"@storybook/manager-webpack5": "^6.4.20",
|
|
59
|
+
"@storybook/react": "^6.4.20",
|
|
60
|
+
"@svgr/rollup": "^6.2.1",
|
|
61
|
+
"@svgr/webpack": "^6.2.1",
|
|
62
|
+
"@testing-library/dom": "^8.13.0",
|
|
63
|
+
"@testing-library/react": "^12.1.4",
|
|
64
|
+
"@types/jest": "^27.4.1",
|
|
65
|
+
"@types/react": "^17.0.43",
|
|
64
66
|
"@types/react-datepicker": "^4.3.4",
|
|
65
67
|
"@types/react-test-renderer": "^17.0.1",
|
|
66
68
|
"@types/react-window": "^1.8.5",
|
|
67
69
|
"@types/sortablejs": "^1.10.7",
|
|
68
|
-
"@typescript-eslint/eslint-plugin": "^5.
|
|
69
|
-
"@typescript-eslint/parser": "^5.
|
|
70
|
-
"babel-loader": "^8.2.
|
|
71
|
-
"css-loader": "^
|
|
72
|
-
"eslint": "^8.
|
|
73
|
-
"eslint-config-prettier": "^8.
|
|
70
|
+
"@typescript-eslint/eslint-plugin": "^5.18.0",
|
|
71
|
+
"@typescript-eslint/parser": "^5.18.0",
|
|
72
|
+
"babel-loader": "^8.2.4",
|
|
73
|
+
"css-loader": "^6.7.1",
|
|
74
|
+
"eslint": "^8.12.0",
|
|
75
|
+
"eslint-config-prettier": "^8.5.0",
|
|
74
76
|
"eslint-plugin-prettier": "^4.0.0",
|
|
75
|
-
"eslint-plugin-react": "^7.
|
|
76
|
-
"eslint-plugin-react-hooks": "^4.
|
|
77
|
+
"eslint-plugin-react": "^7.29.4",
|
|
78
|
+
"eslint-plugin-react-hooks": "^4.4.0",
|
|
79
|
+
"html-webpack-plugin": "^5.5.0",
|
|
77
80
|
"identity-obj-proxy": "^3.0.0",
|
|
78
|
-
"jest": "^27.
|
|
81
|
+
"jest": "^27.5.1",
|
|
79
82
|
"jest-svg-transformer": "^1.0.0",
|
|
80
|
-
"postcss": "^8.4.
|
|
81
|
-
"postcss-loader": "^
|
|
82
|
-
"prettier": "^2.
|
|
83
|
+
"postcss": "^8.4.12",
|
|
84
|
+
"postcss-loader": "^6.2.1",
|
|
85
|
+
"prettier": "^2.6.2",
|
|
83
86
|
"react": "^17.0.2",
|
|
84
|
-
"react-datepicker": "^4.
|
|
87
|
+
"react-datepicker": "^4.7.0",
|
|
85
88
|
"react-dom": "^17.0.2",
|
|
86
89
|
"react-test-renderer": "^17.0.2",
|
|
87
90
|
"react-window": "^1.8.6",
|
|
88
|
-
"rollup": "^2.
|
|
91
|
+
"rollup": "^2.70.1",
|
|
89
92
|
"rollup-plugin-babel": "^4.4.0",
|
|
90
93
|
"rollup-plugin-commonjs": "^10.1.0",
|
|
91
94
|
"rollup-plugin-delete": "^2.0.0",
|
|
92
|
-
"rollup-plugin-dts": "^4.
|
|
95
|
+
"rollup-plugin-dts": "^4.2.0",
|
|
93
96
|
"rollup-plugin-node-resolve": "^5.2.0",
|
|
94
97
|
"rollup-plugin-postcss": "^4.0.2",
|
|
95
98
|
"rollup-plugin-typescript": "^1.0.1",
|
|
96
|
-
"rollup-plugin-typescript-paths": "^1.3.
|
|
97
|
-
"rollup-plugin-typescript2": "^0.31.
|
|
99
|
+
"rollup-plugin-typescript-paths": "^1.3.1",
|
|
100
|
+
"rollup-plugin-typescript2": "^0.31.2",
|
|
98
101
|
"rollup-plugin-web-worker-loader": "^1.6.1",
|
|
99
|
-
"sortablejs": "^1.
|
|
102
|
+
"sortablejs": "^1.15.0",
|
|
100
103
|
"storybook-css-modules-preset": "^1.1.1",
|
|
101
|
-
"style-loader": "^
|
|
102
|
-
"styled-components": "^5.3.
|
|
103
|
-
"ts-jest": "^27.1.
|
|
104
|
-
"typescript": "^4.
|
|
104
|
+
"style-loader": "^3.3.1",
|
|
105
|
+
"styled-components": "^5.3.5",
|
|
106
|
+
"ts-jest": "^27.1.4",
|
|
107
|
+
"typescript": "^4.6.3",
|
|
108
|
+
"webpack": "^5.71.0",
|
|
105
109
|
"worker-loader": "^3.0.8"
|
|
106
110
|
},
|
|
107
111
|
"files": [
|
|
108
112
|
"dist/"
|
|
109
|
-
]
|
|
113
|
+
],
|
|
114
|
+
"resolutions": {
|
|
115
|
+
"@storybook/react/webpack": "^5"
|
|
116
|
+
}
|
|
110
117
|
}
|
package/CHANGELOG.md
DELETED
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
# Changelog
|
|
2
|
-
|
|
3
|
-
All notable changes to this project will be documented in this file.
|
|
4
|
-
|
|
5
|
-
The changelog is valid starting with EchoComponents v0.0.1.
|
|
6
|
-
****
|
|
7
|
-
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/#how),
|
|
8
|
-
this project does not follow semantic versioning. Version numbers are bumped based on a subjective feeling of "change impact". Might consider changing this to `year.month.versioncounter` to simplify for users. (Example: 2021.03.55)
|
|
9
|
-
|
|
10
|
-
## v0.3.0
|
|
11
|
-
|
|
12
|
-
### Add
|
|
13
|
-
|
|
14
|
-
### Change
|
|
15
|
-
- Now depending on EDS Core v0.17.0 and EDS Icons v0.10.0
|
|
16
|
-
|
|
17
|
-
### Fix
|