@evergis/uilib-gl 1.0.74 → 1.0.76
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 +816 -752
- package/dist/uilib-gl.esm.js.map +1 -1
- package/package.json +1 -1
|
@@ -315,6 +315,8 @@ export declare const iconTypes: {
|
|
|
315
315
|
cpu: string;
|
|
316
316
|
log: string;
|
|
317
317
|
point_select: string;
|
|
318
|
+
page_add: string;
|
|
319
|
+
page_menu: string;
|
|
318
320
|
};
|
|
319
321
|
export declare const Icon: import("styled-components").StyledComponent<"span", import("styled-components").DefaultTheme, IIconProps, never>;
|
|
320
322
|
export declare const injectIcon: (icon: IconTypesKeys) => import("styled-components").FlattenInterpolation<import("styled-components").ThemeProps<import("styled-components").DefaultTheme>>;
|