@evergis/react 2.0.52 → 2.0.55
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/EvergisCard/styled.d.ts +6 -7
- package/dist/components/MapControls/styled.d.ts +5 -6
- package/dist/components/SearchInput/styled.d.ts +1 -2
- package/dist/react.cjs.development.js +51 -17
- package/dist/react.cjs.development.js.map +1 -1
- package/dist/react.cjs.production.min.js +1 -1
- package/dist/react.cjs.production.min.js.map +1 -1
- package/dist/react.esm.js +49 -15
- package/dist/react.esm.js.map +1 -1
- package/package.json +23 -20
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "2.0.
|
|
2
|
+
"version": "2.0.55",
|
|
3
3
|
"license": "MIT",
|
|
4
4
|
"main": "dist/index.js",
|
|
5
5
|
"typings": "dist/index.d.ts",
|
|
@@ -22,8 +22,8 @@
|
|
|
22
22
|
"peerDependencies": {
|
|
23
23
|
"@evergis/api": ">=1.0.0",
|
|
24
24
|
"@evergis/sgis": ">=0.5.0-alpha.1",
|
|
25
|
-
"react": ">=
|
|
26
|
-
"react-dom": ">=
|
|
25
|
+
"react": ">=17",
|
|
26
|
+
"react-dom": ">=17"
|
|
27
27
|
},
|
|
28
28
|
"husky": {
|
|
29
29
|
"hooks": {
|
|
@@ -40,27 +40,30 @@
|
|
|
40
40
|
"author": "Everpoint",
|
|
41
41
|
"module": "dist/react.esm.js",
|
|
42
42
|
"devDependencies": {
|
|
43
|
-
"@babel/core": "^7.
|
|
44
|
-
"@
|
|
43
|
+
"@babel/core": "^7.17.5",
|
|
44
|
+
"@babel/plugin-transform-classes": "^7.16.7",
|
|
45
|
+
"@babel/preset-env": "^7.16.11",
|
|
46
|
+
"@evergis/api": "^3.0.61",
|
|
45
47
|
"@evergis/sgis": "^0.5.0-alpha.19",
|
|
46
|
-
"@storybook/addon-actions": "^6.
|
|
47
|
-
"@storybook/addon-controls": "^6.
|
|
48
|
-
"@storybook/addon-docs": "^6.
|
|
48
|
+
"@storybook/addon-actions": "^6.4.18",
|
|
49
|
+
"@storybook/addon-controls": "^6.4.18",
|
|
50
|
+
"@storybook/addon-docs": "^6.4.18",
|
|
49
51
|
"@storybook/addon-info": "^5.3.21",
|
|
50
|
-
"@storybook/addon-
|
|
51
|
-
"@storybook/addon-
|
|
52
|
-
"@storybook/
|
|
53
|
-
"@storybook/
|
|
54
|
-
"@storybook/
|
|
52
|
+
"@storybook/addon-knobs": "^6.4.0",
|
|
53
|
+
"@storybook/addon-links": "^6.4.18",
|
|
54
|
+
"@storybook/addon-storysource": "^6.4.18",
|
|
55
|
+
"@storybook/addons": "^6.4.18",
|
|
56
|
+
"@storybook/react": "^6.4.18",
|
|
57
|
+
"@storybook/theming": "^6.4.18",
|
|
55
58
|
"@types/react": "^16.9.46",
|
|
56
59
|
"@types/react-dom": "^16.9.8",
|
|
57
60
|
"@types/styled-components": "^5.1.3",
|
|
58
|
-
"babel-loader": "^8.
|
|
61
|
+
"babel-loader": "^8.2.3",
|
|
59
62
|
"http-proxy-middleware": "^1.0.5",
|
|
60
|
-
"react": "^
|
|
63
|
+
"react": "^17.0.2",
|
|
61
64
|
"react-docgen-typescript-loader": "^3.7.2",
|
|
62
|
-
"react-dom": "^
|
|
63
|
-
"react-is": "^
|
|
65
|
+
"react-dom": "^17.0.2",
|
|
66
|
+
"react-is": "^17.0.2",
|
|
64
67
|
"ts-loader": "^8.0.5"
|
|
65
68
|
},
|
|
66
69
|
"resolutions": {
|
|
@@ -69,9 +72,9 @@
|
|
|
69
72
|
"dependencies": {
|
|
70
73
|
"@evergis/color": "^1.0.0-alpha.1",
|
|
71
74
|
"@evergis/condition": "^1.2.4",
|
|
72
|
-
"@evergis/
|
|
75
|
+
"@evergis/ui": "^2.0.51",
|
|
73
76
|
"punycode": "^2.1.1",
|
|
74
|
-
"styled-components": "^5.
|
|
77
|
+
"styled-components": "^5.3.3"
|
|
75
78
|
},
|
|
76
|
-
"gitHead": "
|
|
79
|
+
"gitHead": "24663be0027eb06cc22f40ca221eca15cf52017e"
|
|
77
80
|
}
|