@evergis/uilib-gl 1.0.83 → 1.0.84
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 +3 -2
- package/dist/uilib-gl.esm.js +703 -1746
- package/dist/uilib-gl.esm.js.map +1 -1
- package/package.json +1 -1
|
@@ -187,7 +187,7 @@ export declare const iconTypes: {
|
|
|
187
187
|
wms_link: string;
|
|
188
188
|
object_size: string;
|
|
189
189
|
stroke_width: string;
|
|
190
|
-
|
|
190
|
+
point_select: string;
|
|
191
191
|
select_line: string;
|
|
192
192
|
apply_selection: string;
|
|
193
193
|
report: string;
|
|
@@ -314,9 +314,10 @@ export declare const iconTypes: {
|
|
|
314
314
|
ram: string;
|
|
315
315
|
cpu: string;
|
|
316
316
|
log: string;
|
|
317
|
-
|
|
317
|
+
select_point: string;
|
|
318
318
|
page_add: string;
|
|
319
319
|
page_menu: string;
|
|
320
|
+
stack: string;
|
|
320
321
|
};
|
|
321
322
|
export declare const Icon: import("styled-components").StyledComponent<"span", import("styled-components").DefaultTheme, IIconProps, never>;
|
|
322
323
|
export declare const injectIcon: (icon: IconTypesKeys) => import("styled-components").FlattenInterpolation<import("styled-components").ThemeProps<import("styled-components").DefaultTheme>>;
|