@evergis/react 2.0.206 → 2.0.209
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/Legend/components/SymbolByType.d.ts +2 -2
- package/dist/react.cjs.development.js +2 -2
- package/dist/react.cjs.development.js.map +1 -1
- package/dist/react.cjs.production.min.js.map +1 -1
- package/dist/react.esm.js +2 -2
- package/dist/react.esm.js.map +1 -1
- package/dist/utils/isParameterType.d.ts +1 -1
- package/package.json +3 -3
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
declare type IsParameterType =
|
|
1
|
+
declare type IsParameterType = 'size' | 'strokeWidth' | 'stroke.width' | 'strokeColor' | 'stroke.color';
|
|
2
2
|
export declare const isParameterType: (types: IsParameterType | Array<IsParameterType>, parameter?: "symbol" | "size" | "strokeWidth" | "stroke.width" | "strokeColor" | "stroke.color" | "fill.color" | "fill.hatchColor" | "background.fillColor" | "background.strokeColor" | "background.strokeWidth" | "figure.fillColor" | "figure.strokeColor" | "figure.strokeWidth" | "fillColor" | "angle" | "maskedColor" | "width" | "height" | undefined) => boolean;
|
|
3
3
|
export {};
|
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "2.0.
|
|
2
|
+
"version": "2.0.209",
|
|
3
3
|
"license": "MIT",
|
|
4
4
|
"main": "dist/index.js",
|
|
5
5
|
"typings": "dist/index.d.ts",
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
"@babel/core": "^7.17.5",
|
|
44
44
|
"@babel/plugin-transform-classes": "^7.16.7",
|
|
45
45
|
"@babel/preset-env": "^7.16.11",
|
|
46
|
-
"@evergis/api": "^3.0.
|
|
46
|
+
"@evergis/api": "^3.0.162",
|
|
47
47
|
"@evergis/sgis": "0.5.0-alpha.60",
|
|
48
48
|
"@storybook/addon-actions": "^6.4.18",
|
|
49
49
|
"@storybook/addon-controls": "^6.4.18",
|
|
@@ -79,5 +79,5 @@
|
|
|
79
79
|
"punycode": "^2.1.1",
|
|
80
80
|
"styled-components": "^5.3.5"
|
|
81
81
|
},
|
|
82
|
-
"gitHead": "
|
|
82
|
+
"gitHead": "cafb25bfd0c9a16802191b195b70f03f6ba6ebb5"
|
|
83
83
|
}
|