@evergis/react 2.0.136 → 2.0.137

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.
@@ -1,4 +1,5 @@
1
- import { Offset, StyleSymbolType } from '../core/style';
1
+ import { Offset, SimpleOffset, StyleSymbolType } from '../core/style';
2
2
  import { SGisSymbolType } from './types';
3
3
  export declare function deserializeSymbol(symbol: StyleSymbolType): SGisSymbolType | null;
4
+ export declare const getOffsetParameterValue: (offset: Offset) => SimpleOffset;
4
5
  export declare function deserializeAnchor(offset: Offset): any;
@@ -18,6 +18,7 @@ export declare const MAP_LEGEND_FEATURES: {
18
18
  polygon: Polygon;
19
19
  };
20
20
  export declare const LEGEND_FEATURES: {
21
+ point: PointFeature;
21
22
  polyline: Polyline;
22
23
  polygon: Polygon;
23
24
  h3grid: H3Feature;
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "2.0.136",
2
+ "version": "2.0.137",
3
3
  "license": "MIT",
4
4
  "main": "dist/index.js",
5
5
  "typings": "dist/index.d.ts",
@@ -76,5 +76,5 @@
76
76
  "punycode": "^2.1.1",
77
77
  "styled-components": "^5.3.5"
78
78
  },
79
- "gitHead": "e612e40395dc93fcd56a4602d0def083fd58e8b4"
79
+ "gitHead": "b68f2597a116385edd696bbbfd6f22972fe6c47a"
80
80
  }