@evergis/uilib-gl 1.0.56 → 1.0.58

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.
@@ -7,13 +7,11 @@ export declare const iconTypes: {
7
7
  menu_vertical: string;
8
8
  menu_horizontal: string;
9
9
  edit: string;
10
- settings: string;
11
10
  tools: string;
12
11
  filter: string;
13
12
  filter_apply: string;
14
13
  search: string;
15
14
  date: string;
16
- table: string;
17
15
  zoom_to: string;
18
16
  geom_raster: string;
19
17
  geom_point: string;
@@ -63,7 +61,6 @@ export declare const iconTypes: {
63
61
  phone: string;
64
62
  like: string;
65
63
  time: string;
66
- route: string;
67
64
  export_excel: string;
68
65
  location_coordinate: string;
69
66
  sorting_asc: string;
@@ -82,7 +79,6 @@ export declare const iconTypes: {
82
79
  social_fb_simple: string;
83
80
  social_google_simple: string;
84
81
  social_medium: string;
85
- open: string;
86
82
  label: string;
87
83
  geoprocessing: string;
88
84
  info: string;
@@ -94,7 +90,6 @@ export declare const iconTypes: {
94
90
  tree: string;
95
91
  key: string;
96
92
  data: string;
97
- updating: string;
98
93
  lock: string;
99
94
  unlock: string;
100
95
  users: string;
@@ -151,9 +146,7 @@ export declare const iconTypes: {
151
146
  filled: string;
152
147
  raster_visible: string;
153
148
  raster_invisible: string;
154
- editgeom_point_vertex: string;
155
149
  editgeom_point_addpart: string;
156
- editgeom_point_ungroup: string;
157
150
  divide: string;
158
151
  filter_layer: string;
159
152
  filter_table: string;
@@ -164,9 +157,9 @@ export declare const iconTypes: {
164
157
  textRight: string;
165
158
  textCenter: string;
166
159
  textJustify: string;
160
+ externalway: string;
167
161
  link: string;
168
162
  evergis: string;
169
- externalservice: string;
170
163
  geometryUnite: string;
171
164
  geometryCrop: string;
172
165
  roles: string;
@@ -192,7 +185,6 @@ export declare const iconTypes: {
192
185
  arc_gis: string;
193
186
  date_outside: string;
194
187
  wms_link: string;
195
- folder: string;
196
188
  object_size: string;
197
189
  stroke_width: string;
198
190
  select_point: string;
@@ -224,7 +216,6 @@ export declare const iconTypes: {
224
216
  local_tile_service: string;
225
217
  arcgis_service: string;
226
218
  wms_service: string;
227
- external_link: string;
228
219
  text_format: string;
229
220
  coordinates_actions: string;
230
221
  xy: string;
@@ -232,19 +223,16 @@ export declare const iconTypes: {
232
223
  ungroup_features: string;
233
224
  preview: string;
234
225
  points: string;
235
- switcher: string;
236
226
  triangle: string;
237
227
  rectangle: string;
238
228
  ellipse: string;
239
229
  themed_symbol: string;
240
230
  selection: string;
241
231
  table_link: string;
242
- geom_unknown: string;
243
232
  cell_size: string;
244
233
  symbol_library: string;
245
234
  globe: string;
246
235
  alert: string;
247
- tree_folder_closed: string;
248
236
  tree_folder_open: string;
249
237
  add_group: string;
250
238
  ungroup: string;
@@ -257,7 +245,6 @@ export declare const iconTypes: {
257
245
  suggestions: string;
258
246
  social_dzen: string;
259
247
  social_youtube: string;
260
- sorting: string;
261
248
  query: string;
262
249
  table_empty: string;
263
250
  param: string;
@@ -266,14 +253,12 @@ export declare const iconTypes: {
266
253
  file_catalog: string;
267
254
  attachment: string;
268
255
  stats: string;
269
- three_layers: string;
270
256
  grid: string;
271
257
  loading_circle: string;
272
258
  layer_option: string;
273
259
  change_geom: string;
274
260
  settings_horizontal: string;
275
261
  text_editor: string;
276
- dashboard_loading: string;
277
262
  dashboard_placeholder: string;
278
263
  sort: string;
279
264
  postgresql: string;
@@ -321,6 +306,12 @@ export declare const iconTypes: {
321
306
  config: string;
322
307
  pc: string;
323
308
  social_yandex: string;
309
+ tab_icon: string;
310
+ disk: string;
311
+ restart: string;
312
+ ram: string;
313
+ cpu: string;
314
+ log: string;
324
315
  };
325
316
  export declare const Icon: import("styled-components").StyledComponent<"span", import("styled-components").DefaultTheme, IIconProps, never>;
326
317
  export declare const injectIcon: (icon: IconTypesKeys) => import("styled-components").FlattenInterpolation<import("styled-components").ThemeProps<import("styled-components").DefaultTheme>>;
@@ -37,6 +37,8 @@ export interface IPalette {
37
37
  menuHoverItem: string;
38
38
  menuHoverBackground: string;
39
39
  panelBackground: string;
40
+ devBackground: string;
41
+ devBackgroundDark: string;
40
42
  }
41
43
  export interface IShadows {
42
44
  pressed: string;