@evergis/uilib-gl 1.0.94 → 1.0.96

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.
@@ -340,6 +340,9 @@ export declare const iconTypes: {
340
340
  datasource: string;
341
341
  tabs: string;
342
342
  check_toggle: string;
343
+ cadastr: string;
344
+ office: string;
345
+ layer_eye: string;
343
346
  };
344
347
  export declare const Icon: import("styled-components").StyledComponent<"span", import("styled-components").DefaultTheme, IIconProps, never>;
345
348
  export declare const injectIcon: (icon: IconTypesKeys) => import("styled-components").FlattenInterpolation<import("styled-components").ThemeProps<import("styled-components").DefaultTheme>>;
@@ -1,4 +1,5 @@
1
1
  export * from "./Input";
2
2
  export * from "./Label";
3
3
  export * from "./MaskedComponent";
4
+ export * from "./InputField";
4
5
  export * from "./types";