@evergis/react 4.0.26 → 4.0.27

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.
@@ -206,8 +206,26 @@ export interface SelectedFilter {
206
206
  max?: string | number | Date;
207
207
  }
208
208
  export interface CustomFeatureSelect {
209
- paint?: CircleLayerSpecification["paint"] | LineLayerSpecification["paint"] | FillLayerSpecification["paint"];
210
- layout?: CircleLayerSpecification["layout"] | LineLayerSpecification["layout"] | FillLayerSpecification["layout"];
209
+ point?: {
210
+ paint?: CircleLayerSpecification["paint"];
211
+ layout?: CircleLayerSpecification["layout"];
212
+ };
213
+ line?: {
214
+ paint?: LineLayerSpecification["paint"];
215
+ layout?: LineLayerSpecification["layout"];
216
+ };
217
+ polygon?: {
218
+ paint?: FillLayerSpecification["paint"];
219
+ layout?: FillLayerSpecification["layout"];
220
+ };
221
+ buffer?: {
222
+ paint?: FillLayerSpecification["paint"];
223
+ layout?: FillLayerSpecification["layout"];
224
+ };
225
+ zone?: {
226
+ paint?: FillLayerSpecification["paint"];
227
+ layout?: FillLayerSpecification["layout"];
228
+ };
211
229
  }
212
230
  export interface ConfigLayer {
213
231
  name: string;
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "4.0.26",
2
+ "version": "4.0.27",
3
3
  "name": "@evergis/react",
4
4
  "author": "Everpoint",
5
5
  "license": "MIT",
@@ -54,8 +54,8 @@
54
54
  "storybook": "^7.6.14"
55
55
  },
56
56
  "dependencies": {
57
- "@evergis/api": "^5.0.12",
58
- "@evergis/charts": "^4.0.11",
57
+ "@evergis/api": "^5.0.13",
58
+ "@evergis/charts": "^4.0.12",
59
59
  "@evergis/color": "^1.0.0-alpha.1",
60
60
  "@evergis/uilib-gl": "^1.0.83",
61
61
  "@mapbox/mapbox-gl-draw": "^1.5.0",
@@ -87,5 +87,5 @@
87
87
  "uuid": "^13.0.0",
88
88
  "wkt": "^0.1.1"
89
89
  },
90
- "gitHead": "5f4f59663056530f02be3b76ef211031ddf563ed"
90
+ "gitHead": "c0352aa317dae7ffae818d2d19a25d45828481d9"
91
91
  }