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