@evergis/uilib-gl 1.0.89 → 1.0.91
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 +21 -0
- package/dist/uilib-gl.esm.js +2341 -1013
- package/dist/uilib-gl.esm.js.map +1 -1
- package/package.json +1 -1
|
@@ -318,6 +318,27 @@ export declare const iconTypes: {
|
|
|
318
318
|
page_add: string;
|
|
319
319
|
page_menu: string;
|
|
320
320
|
stack: string;
|
|
321
|
+
calc_attribute: string;
|
|
322
|
+
calc_attribute_attribute: string;
|
|
323
|
+
calc_attribute_value: string;
|
|
324
|
+
calc_geometry: string;
|
|
325
|
+
cursor: string;
|
|
326
|
+
button: string;
|
|
327
|
+
camera: string;
|
|
328
|
+
pdf: string;
|
|
329
|
+
slideshow: string;
|
|
330
|
+
edit_container: string;
|
|
331
|
+
default_attributes: string;
|
|
332
|
+
progress_bar: string;
|
|
333
|
+
section: string;
|
|
334
|
+
section_add: string;
|
|
335
|
+
section_remove: string;
|
|
336
|
+
connections: string;
|
|
337
|
+
pie_chart: string;
|
|
338
|
+
line_chart: string;
|
|
339
|
+
stack_chart: string;
|
|
340
|
+
datasource: string;
|
|
341
|
+
tabs: string;
|
|
321
342
|
};
|
|
322
343
|
export declare const Icon: import("styled-components").StyledComponent<"span", import("styled-components").DefaultTheme, IIconProps, never>;
|
|
323
344
|
export declare const injectIcon: (icon: IconTypesKeys) => import("styled-components").FlattenInterpolation<import("styled-components").ThemeProps<import("styled-components").DefaultTheme>>;
|