@evergis/uilib-gl 1.0.18 → 1.0.19
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 +31 -10
- package/dist/uilib-gl.esm.js.map +1 -1
- package/package.json +1 -1
|
@@ -294,6 +294,7 @@ export declare const iconTypes: {
|
|
|
294
294
|
auto: string;
|
|
295
295
|
selection_route: string;
|
|
296
296
|
pulse: string;
|
|
297
|
+
tree_vertical: string;
|
|
297
298
|
};
|
|
298
299
|
export declare const Icon: import("styled-components").StyledComponent<"span", import("styled-components").DefaultTheme, IIconProps, never>;
|
|
299
300
|
export declare const injectIcon: (icon: IconTypesKeys) => import("styled-components").FlattenInterpolation<import("styled-components").ThemeProps<import("styled-components").DefaultTheme>>;
|