@evergis/react 4.0.109 → 4.0.110

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.
@@ -13,16 +13,8 @@ export declare enum StyligClassificationTypes {
13
13
  }
14
14
  export type ClientStyleLayer = CircleLayerSpecification | LineLayerSpecification | FillLayerSpecification | FillExtrusionLayerSpecification | SymbolLayerSpecification | HeatmapLayerSpecification;
15
15
  export type ClientStyleItem = Omit<ClientStyleLayer, "id" | "source"> & {
16
- /**
17
- * Уникальный идентификатор слоя в рамках clientStyle.
18
- * Используется как суффикс для Mapbox layer ID: `${layerName}-${id}`
19
- * Обязателен при наличии нескольких слоёв одного типа (например, два circle с разными filter).
20
- */
21
16
  id?: string;
22
17
  };
23
- /**
24
- * Конфигурация пользовательской иконки для карты.
25
- */
26
18
  export interface ClientStyleIcon {
27
19
  /** Уникальное имя иконки для использования в icon-image */
28
20
  name: string;
@@ -41,6 +33,7 @@ export interface ClientStyleModelRotation {
41
33
  z?: string;
42
34
  }
43
35
  export interface ClientStyleModel {
36
+ id?: string;
44
37
  path?: string;
45
38
  size?: string;
46
39
  rotation?: ClientStyleModelRotation;
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "4.0.109",
2
+ "version": "4.0.110",
3
3
  "name": "@evergis/react",
4
4
  "author": "Everpoint",
5
5
  "license": "MIT",
@@ -88,6 +88,5 @@
88
88
  "swiper": "^8.3.2",
89
89
  "uuid": "^13.0.0",
90
90
  "wkt": "^0.1.1"
91
- },
92
- "gitHead": "c5a95381bc421408bab23a1b587ab0cd53d4fb67"
91
+ }
93
92
  }