@evergis/uilib-gl 1.0.120 → 1.0.121
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 +6 -0
- package/dist/uilib-gl.esm.js +511 -352
- package/dist/uilib-gl.esm.js.map +1 -1
- package/package.json +1 -1
|
@@ -349,6 +349,12 @@ export declare const iconTypes: {
|
|
|
349
349
|
rollup: string;
|
|
350
350
|
no_geom: string;
|
|
351
351
|
legend: string;
|
|
352
|
+
symbol: string;
|
|
353
|
+
symbol_text: string;
|
|
354
|
+
text_circle: string;
|
|
355
|
+
heatmap: string;
|
|
356
|
+
cube: string;
|
|
357
|
+
extrude: string;
|
|
352
358
|
};
|
|
353
359
|
export declare const Icon: import("styled-components").StyledComponent<"span", import("styled-components").DefaultTheme, IIconProps, never>;
|
|
354
360
|
export declare const injectIcon: (icon: IconTypesKeys) => import("styled-components").FlattenInterpolation<import("styled-components").ThemeProps<import("styled-components").DefaultTheme>>;
|