@evergis/uilib-gl 1.0.121 → 1.0.122
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 +384 -358
- package/dist/uilib-gl.esm.js.map +1 -1
- package/package.json +1 -1
|
@@ -355,6 +355,7 @@ export declare const iconTypes: {
|
|
|
355
355
|
heatmap: string;
|
|
356
356
|
cube: string;
|
|
357
357
|
extrude: string;
|
|
358
|
+
transition: string;
|
|
358
359
|
};
|
|
359
360
|
export declare const Icon: import("styled-components").StyledComponent<"span", import("styled-components").DefaultTheme, IIconProps, never>;
|
|
360
361
|
export declare const injectIcon: (icon: IconTypesKeys) => import("styled-components").FlattenInterpolation<import("styled-components").ThemeProps<import("styled-components").DefaultTheme>>;
|