@evergis/react 2.0.123 → 2.0.125

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,6 +1,7 @@
1
1
  import { PointFeature } from '@evergis/sgis/es/features/PointFeature';
2
2
  import { Polygon } from '@evergis/sgis/es/features/Polygon';
3
3
  import { Polyline } from '@evergis/sgis/es/features/Polyline';
4
+ import { H3Feature } from "@evergis/sgis/es/features/H3Feature";
4
5
  /**
5
6
  * Моки фич для отображения превью символа
6
7
  * http://cf.everpoint.ru/pages/viewpage.action?pageId=45024217
@@ -9,6 +10,7 @@ export declare const viewBoxSize = 100;
9
10
  export declare const pointFeature: PointFeature;
10
11
  export declare const lineFeature: Polyline;
11
12
  export declare const polygonFeature: Polygon;
13
+ export declare const h3gridFeature: H3Feature;
12
14
  export declare const lineLegendFeature: Polyline;
13
15
  export declare const polygonLegendFeature: Polygon;
14
16
  export declare const polygonMapLegendFeature: Polygon;
@@ -18,9 +20,11 @@ export declare const MAP_LEGEND_FEATURES: {
18
20
  export declare const LEGEND_FEATURES: {
19
21
  polyline: Polyline;
20
22
  polygon: Polygon;
23
+ h3grid: H3Feature;
21
24
  };
22
25
  export declare const MOCK_FEATURES: {
23
26
  readonly point: PointFeature;
24
27
  readonly polyline: Polyline;
25
28
  readonly polygon: Polygon;
29
+ readonly h3grid: H3Feature;
26
30
  };
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "2.0.123",
2
+ "version": "2.0.125",
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.127",
46
+ "@evergis/api": "^3.0.128",
47
47
  "@evergis/sgis": "0.5.0-alpha.43",
48
48
  "@storybook/addon-actions": "^6.4.18",
49
49
  "@storybook/addon-controls": "^6.4.18",
@@ -71,10 +71,10 @@
71
71
  },
72
72
  "dependencies": {
73
73
  "@evergis/color": "^1.0.0-alpha.1",
74
- "@evergis/condition": "^1.2.54",
74
+ "@evergis/condition": "^1.2.57",
75
75
  "@evergis/ui": "^2.0.92",
76
76
  "punycode": "^2.1.1",
77
77
  "styled-components": "^5.3.5"
78
78
  },
79
- "gitHead": "aa7d9ef1747bd84c6136757e60adc210cc072028"
79
+ "gitHead": "e3c80731fc8c9fd4309d355348f106aeee97b577"
80
80
  }