@evergis/uilib-gl 1.0.129 → 1.0.130
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 +388 -384
- package/dist/uilib-gl.esm.js.map +1 -1
- package/package.json +1 -1
|
@@ -358,6 +358,7 @@ export declare const iconTypes: {
|
|
|
358
358
|
transition: string;
|
|
359
359
|
stop_circle: string;
|
|
360
360
|
token: string;
|
|
361
|
+
star_symbol: string;
|
|
361
362
|
};
|
|
362
363
|
export declare const Icon: import("styled-components").StyledComponent<"span", import("styled-components").DefaultTheme, IIconProps, never>;
|
|
363
364
|
export declare const injectIcon: (icon: IconTypesKeys) => import("styled-components").FlattenInterpolation<import("styled-components").ThemeProps<import("styled-components").DefaultTheme>>;
|