@evergis/uilib-gl 1.0.102 → 1.0.103
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.
- package/dist/atoms/Icon/Icon.d.ts +1 -0
- package/dist/uilib-gl.esm.js +406 -364
- package/dist/uilib-gl.esm.js.map +1 -1
- package/package.json +1 -1
|
@@ -344,6 +344,7 @@ export declare const iconTypes: {
|
|
|
344
344
|
office: string;
|
|
345
345
|
layer_eye: string;
|
|
346
346
|
ai: string;
|
|
347
|
+
bool: string;
|
|
347
348
|
};
|
|
348
349
|
export declare const Icon: import("styled-components").StyledComponent<"span", import("styled-components").DefaultTheme, IIconProps, never>;
|
|
349
350
|
export declare const injectIcon: (icon: IconTypesKeys) => import("styled-components").FlattenInterpolation<import("styled-components").ThemeProps<import("styled-components").DefaultTheme>>;
|