@evergis/uilib-gl 1.0.82 → 1.0.84

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.
@@ -187,7 +187,7 @@ export declare const iconTypes: {
187
187
  wms_link: string;
188
188
  object_size: string;
189
189
  stroke_width: string;
190
- select_point: string;
190
+ point_select: string;
191
191
  select_line: string;
192
192
  apply_selection: string;
193
193
  report: string;
@@ -314,9 +314,10 @@ export declare const iconTypes: {
314
314
  ram: string;
315
315
  cpu: string;
316
316
  log: string;
317
- point_select: string;
317
+ select_point: string;
318
318
  page_add: string;
319
319
  page_menu: string;
320
+ stack: string;
320
321
  };
321
322
  export declare const Icon: import("styled-components").StyledComponent<"span", import("styled-components").DefaultTheme, IIconProps, never>;
322
323
  export declare const injectIcon: (icon: IconTypesKeys) => import("styled-components").FlattenInterpolation<import("styled-components").ThemeProps<import("styled-components").DefaultTheme>>;
package/dist/index.d.ts CHANGED
@@ -33,6 +33,7 @@ export * from "./molecules/HueMap";
33
33
  export * from "./molecules/HueSlider";
34
34
  export * from "./molecules/IconButton";
35
35
  export * from "./molecules/IconToggle";
36
+ export * from "./molecules/InfiniteScroll";
36
37
  export * from "./molecules/Input";
37
38
  export * from "./molecules/InputsGroup";
38
39
  export * from "./molecules/NumberInput";