@equinor/echo-components 0.7.18 → 0.7.20
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/echoTooltip/Tooltip/useTooltip.d.ts +8 -8
- package/dist/index.js +2521 -2672
- package/dist/index.js.map +1 -1
- package/package.json +50 -50
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@equinor/echo-components",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.20",
|
|
4
4
|
"description": "Package for creating echo related components.",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -37,87 +37,87 @@
|
|
|
37
37
|
"styled-components": ">= 5.3.5 < 6.0.0"
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"@babel/runtime": "^7.22.
|
|
41
|
-
"@floating-ui/react": "^0.
|
|
42
|
-
"chart.js": "^4.
|
|
43
|
-
"jest-environment-jsdom": "^29.
|
|
40
|
+
"@babel/runtime": "^7.22.15",
|
|
41
|
+
"@floating-ui/react": "^0.25.4",
|
|
42
|
+
"chart.js": "^4.4.0",
|
|
43
|
+
"jest-environment-jsdom": "^29.6.4",
|
|
44
44
|
"lodash.throttle": "^4.1.1",
|
|
45
|
-
"react-datepicker": "^4.
|
|
45
|
+
"react-datepicker": "^4.16.0",
|
|
46
46
|
"react-sortablejs": "^6.1.4",
|
|
47
47
|
"sortablejs": "^1.15.0",
|
|
48
|
-
"zustand": "^4.
|
|
48
|
+
"zustand": "^4.4.1"
|
|
49
49
|
},
|
|
50
50
|
"devDependencies": {
|
|
51
|
-
"@babel/core": "^7.22.
|
|
52
|
-
"@babel/plugin-transform-runtime": "^7.22.
|
|
53
|
-
"@babel/preset-env": "^7.22.
|
|
54
|
-
"@babel/preset-react": "^7.22.
|
|
55
|
-
"@babel/preset-typescript": "^7.22.
|
|
51
|
+
"@babel/core": "^7.22.15",
|
|
52
|
+
"@babel/plugin-transform-runtime": "^7.22.15",
|
|
53
|
+
"@babel/preset-env": "^7.22.15",
|
|
54
|
+
"@babel/preset-react": "^7.22.15",
|
|
55
|
+
"@babel/preset-typescript": "^7.22.15",
|
|
56
56
|
"@equinor/echo-update": "^1.3.1",
|
|
57
57
|
"@equinor/echo-utils": "^0.3.1",
|
|
58
58
|
"@equinor/eds-core-react": "=0.25.0",
|
|
59
59
|
"@equinor/eds-icons": "=0.17.0",
|
|
60
60
|
"@rollup/plugin-babel": "^6.0.3",
|
|
61
|
-
"@rollup/plugin-commonjs": "^25.0.
|
|
62
|
-
"@rollup/plugin-node-resolve": "^15.1
|
|
63
|
-
"@rollup/plugin-typescript": "^11.1.
|
|
61
|
+
"@rollup/plugin-commonjs": "^25.0.4",
|
|
62
|
+
"@rollup/plugin-node-resolve": "^15.2.1",
|
|
63
|
+
"@rollup/plugin-typescript": "^11.1.3",
|
|
64
64
|
"@rollup/plugin-url": "^8.0.1",
|
|
65
|
-
"@storybook/addon-actions": "^7.0
|
|
66
|
-
"@storybook/addon-docs": "^7.0
|
|
67
|
-
"@storybook/addon-essentials": "^7.0
|
|
68
|
-
"@storybook/addon-links": "^7.0
|
|
69
|
-
"@storybook/react": "^7.0
|
|
70
|
-
"@storybook/react-webpack5": "^7.0
|
|
71
|
-
"@svgr/rollup": "^8.0
|
|
72
|
-
"@svgr/webpack": "^8.0
|
|
65
|
+
"@storybook/addon-actions": "^7.4.0",
|
|
66
|
+
"@storybook/addon-docs": "^7.4.0",
|
|
67
|
+
"@storybook/addon-essentials": "^7.4.0",
|
|
68
|
+
"@storybook/addon-links": "^7.4.0",
|
|
69
|
+
"@storybook/react": "^7.4.0",
|
|
70
|
+
"@storybook/react-webpack5": "^7.4.0",
|
|
71
|
+
"@svgr/rollup": "^8.1.0",
|
|
72
|
+
"@svgr/webpack": "^8.1.0",
|
|
73
73
|
"@testing-library/dom": "^9.3.1",
|
|
74
74
|
"@testing-library/react": "^14.0.0",
|
|
75
|
-
"@types/chart.js": "^2.9.
|
|
76
|
-
"@types/jest": "^29.5.
|
|
75
|
+
"@types/chart.js": "^2.9.38",
|
|
76
|
+
"@types/jest": "^29.5.4",
|
|
77
77
|
"@types/lodash.throttle": "^4.1.7",
|
|
78
|
-
"@types/react": "^18.2.
|
|
79
|
-
"@types/react-datepicker": "^4.
|
|
80
|
-
"@types/react-test-renderer": "^18.0.
|
|
78
|
+
"@types/react": "^18.2.21",
|
|
79
|
+
"@types/react-datepicker": "^4.15.0",
|
|
80
|
+
"@types/react-test-renderer": "^18.0.1",
|
|
81
81
|
"@types/react-window": "^1.8.5",
|
|
82
|
-
"@types/sortablejs": "^1.15.
|
|
82
|
+
"@types/sortablejs": "^1.15.2",
|
|
83
83
|
"@types/styled-components": "^5.1.26",
|
|
84
|
-
"@typescript-eslint/eslint-plugin": "^
|
|
85
|
-
"@typescript-eslint/parser": "^
|
|
86
|
-
"babel-loader": "^9.1.
|
|
84
|
+
"@typescript-eslint/eslint-plugin": "^6.6.0",
|
|
85
|
+
"@typescript-eslint/parser": "^6.6.0",
|
|
86
|
+
"babel-loader": "^9.1.3",
|
|
87
87
|
"css-loader": "^6.8.1",
|
|
88
|
-
"eslint": "^8.
|
|
89
|
-
"eslint-config-prettier": "^
|
|
90
|
-
"eslint-plugin-mdx": "^2.
|
|
91
|
-
"eslint-plugin-prettier": "^
|
|
92
|
-
"eslint-plugin-react": "^7.
|
|
88
|
+
"eslint": "^8.48.0",
|
|
89
|
+
"eslint-config-prettier": "^9.0.0",
|
|
90
|
+
"eslint-plugin-mdx": "^2.2.0",
|
|
91
|
+
"eslint-plugin-prettier": "^5.0.0",
|
|
92
|
+
"eslint-plugin-react": "^7.33.2",
|
|
93
93
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
94
|
-
"eslint-plugin-storybook": "^0.6.
|
|
94
|
+
"eslint-plugin-storybook": "^0.6.13",
|
|
95
95
|
"html-webpack-plugin": "^5.5.3",
|
|
96
96
|
"identity-obj-proxy": "^3.0.0",
|
|
97
|
-
"jest": "^29.
|
|
97
|
+
"jest": "^29.6.4",
|
|
98
98
|
"jest-svg-transformer": "^1.0.0",
|
|
99
|
-
"postcss": "^8.4.
|
|
99
|
+
"postcss": "^8.4.29",
|
|
100
100
|
"postcss-loader": "^7.3.3",
|
|
101
|
-
"prettier": "^
|
|
101
|
+
"prettier": "^3.0.3",
|
|
102
102
|
"react": "^18.2.0",
|
|
103
|
-
"react-datepicker": "^4.
|
|
103
|
+
"react-datepicker": "^4.16.0",
|
|
104
104
|
"react-dom": "^18.2.0",
|
|
105
105
|
"react-test-renderer": "^18.2.0",
|
|
106
106
|
"react-window": "^1.8.9",
|
|
107
|
-
"rollup": "^3.
|
|
107
|
+
"rollup": "^3.29.0",
|
|
108
108
|
"rollup-plugin-delete": "^2.0.0",
|
|
109
109
|
"rollup-plugin-peer-deps-external": "^2.2.4",
|
|
110
110
|
"rollup-plugin-postcss": "^4.0.2",
|
|
111
111
|
"rollup-plugin-typescript-paths": "^1.4.0",
|
|
112
112
|
"rollup-plugin-visualizer": "^5.9.2",
|
|
113
|
-
"storybook": "^7.0
|
|
113
|
+
"storybook": "^7.4.0",
|
|
114
114
|
"storybook-css-modules-preset": "^1.1.1",
|
|
115
115
|
"style-loader": "^3.3.3",
|
|
116
|
-
"styled-components": "^
|
|
117
|
-
"ts-jest": "^29.1.
|
|
118
|
-
"tsconfig-paths-webpack-plugin": "^4.0
|
|
119
|
-
"typescript": "^5.
|
|
120
|
-
"webpack": "^5.88.
|
|
116
|
+
"styled-components": "^6.0.7",
|
|
117
|
+
"ts-jest": "^29.1.1",
|
|
118
|
+
"tsconfig-paths-webpack-plugin": "^4.1.0",
|
|
119
|
+
"typescript": "^5.2.2",
|
|
120
|
+
"webpack": "^5.88.2",
|
|
121
121
|
"worker-loader": "^3.0.8"
|
|
122
122
|
},
|
|
123
123
|
"files": [
|
|
@@ -126,4 +126,4 @@
|
|
|
126
126
|
"resolutions": {
|
|
127
127
|
"@storybook/react/webpack": "^5"
|
|
128
128
|
}
|
|
129
|
-
}
|
|
129
|
+
}
|