@opengeoweb/theme 9.10.2 → 9.12.0
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/README.md +5 -9
- package/index.esm.js +3147 -1084
- package/package.json +1 -1
- package/src/lib/components/Icons/Icons.d.ts +2 -0
- package/src/lib/stories/Accordion.stories.d.ts +2 -0
- package/src/lib/stories/Avatar.stories.d.ts +2 -0
- package/src/lib/stories/Backdrop.stories.d.ts +2 -0
- package/src/lib/stories/Button.stories.d.ts +2 -0
- package/src/lib/stories/Card.stories.d.ts +2 -0
- package/src/lib/stories/Colors.stories.d.ts +2 -0
- package/src/lib/stories/Elevation.stories.d.ts +2 -0
- package/src/lib/stories/FormElements.stories.d.ts +2 -0
- package/src/lib/stories/IconButton.stories.d.ts +2 -0
- package/src/lib/stories/Icons.stories.d.ts +2 -0
- package/src/lib/stories/List.stories.d.ts +2 -0
- package/src/lib/stories/MenuItem.stories.d.ts +4 -1
- package/src/lib/stories/Select.stories.d.ts +2 -0
- package/src/lib/stories/Slider.stories.d.ts +2 -0
- package/src/lib/stories/Snackbar.stories.d.ts +2 -0
- package/src/lib/stories/Switch.stories.d.ts +2 -0
- package/src/lib/stories/Table.stories.d.ts +2 -0
- package/src/lib/stories/Tabs.stories.d.ts +2 -0
- package/src/lib/stories/TextField.stories.d.ts +2 -0
- package/src/lib/stories/ToggleButton.stories.d.ts +2 -0
- package/src/lib/stories/Tooltip.stories.d.ts +2 -0
- package/src/lib/stories/Typography.stories.d.ts +2 -0
- package/src/lib/storyshots/Storyshots.spec.d.ts +0 -1
package/package.json
CHANGED
|
@@ -109,4 +109,6 @@ export declare const ArrowDropDownDown: (props: SvgIconProps) => JSX.Element;
|
|
|
109
109
|
export declare const ArrowDropDownUp: (props: SvgIconProps) => JSX.Element;
|
|
110
110
|
export declare const WorldMapProjection: (props: SvgIconProps) => JSX.Element;
|
|
111
111
|
export declare const FunnelCloud: (props: SvgIconProps) => JSX.Element;
|
|
112
|
+
export declare const CloudLoading: (props: SvgIconProps) => JSX.Element;
|
|
113
|
+
export declare const CloudIdle: (props: SvgIconProps) => JSX.Element;
|
|
112
114
|
export {};
|
|
@@ -6,6 +6,7 @@ export default _default;
|
|
|
6
6
|
export declare const AvatarLight: {
|
|
7
7
|
(): React.ReactElement;
|
|
8
8
|
storyName: string;
|
|
9
|
+
tags: string[];
|
|
9
10
|
parameters: {
|
|
10
11
|
zeplinLink: {
|
|
11
12
|
name: string;
|
|
@@ -16,6 +17,7 @@ export declare const AvatarLight: {
|
|
|
16
17
|
export declare const AvatarDark: {
|
|
17
18
|
(): React.ReactElement;
|
|
18
19
|
storyName: string;
|
|
20
|
+
tags: string[];
|
|
19
21
|
parameters: {
|
|
20
22
|
zeplinLink: {
|
|
21
23
|
name: string;
|
|
@@ -7,8 +7,10 @@ export declare const BackDropDemo: () => React.ReactElement;
|
|
|
7
7
|
export declare const BackDropLight: {
|
|
8
8
|
(): React.ReactElement;
|
|
9
9
|
storyName: string;
|
|
10
|
+
tags: string[];
|
|
10
11
|
};
|
|
11
12
|
export declare const BackDropDark: {
|
|
12
13
|
(): React.ReactElement;
|
|
13
14
|
storyName: string;
|
|
15
|
+
tags: string[];
|
|
14
16
|
};
|
|
@@ -6,6 +6,7 @@ export default _default;
|
|
|
6
6
|
export declare const ButtonLight: {
|
|
7
7
|
(): React.ReactElement;
|
|
8
8
|
storyName: string;
|
|
9
|
+
tags: string[];
|
|
9
10
|
parameters: {
|
|
10
11
|
zeplinLink: {
|
|
11
12
|
name: string;
|
|
@@ -16,6 +17,7 @@ export declare const ButtonLight: {
|
|
|
16
17
|
export declare const ButtonDark: {
|
|
17
18
|
(): React.ReactElement;
|
|
18
19
|
storyName: string;
|
|
20
|
+
tags: string[];
|
|
19
21
|
parameters: {
|
|
20
22
|
zeplinLink: {
|
|
21
23
|
name: string;
|
|
@@ -6,6 +6,7 @@ export default _default;
|
|
|
6
6
|
export declare const CardsLight: {
|
|
7
7
|
(): React.ReactElement;
|
|
8
8
|
storyName: string;
|
|
9
|
+
tags: string[];
|
|
9
10
|
parameters: {
|
|
10
11
|
zeplinLink: {
|
|
11
12
|
name: string;
|
|
@@ -16,6 +17,7 @@ export declare const CardsLight: {
|
|
|
16
17
|
export declare const CardsDark: {
|
|
17
18
|
(): React.ReactElement;
|
|
18
19
|
storyName: string;
|
|
20
|
+
tags: string[];
|
|
19
21
|
parameters: {
|
|
20
22
|
zeplinLink: {
|
|
21
23
|
name: string;
|
|
@@ -6,6 +6,7 @@ export default _default;
|
|
|
6
6
|
export declare const ColorsLight: {
|
|
7
7
|
(): React.ReactElement;
|
|
8
8
|
storyName: string;
|
|
9
|
+
tags: string[];
|
|
9
10
|
parameters: {
|
|
10
11
|
zeplinLink: {
|
|
11
12
|
name: string;
|
|
@@ -17,6 +18,7 @@ export declare const ColorsLight: {
|
|
|
17
18
|
export declare const ColorsDark: {
|
|
18
19
|
(): React.ReactElement;
|
|
19
20
|
storyName: string;
|
|
21
|
+
tags: string[];
|
|
20
22
|
parameters: {
|
|
21
23
|
zeplinkLink: {
|
|
22
24
|
name: string;
|
|
@@ -14,6 +14,7 @@ export declare const ElevationLight: {
|
|
|
14
14
|
layout: string;
|
|
15
15
|
};
|
|
16
16
|
storyName: string;
|
|
17
|
+
tags: string[];
|
|
17
18
|
};
|
|
18
19
|
export declare const ElevationDark: {
|
|
19
20
|
(): React.ReactElement;
|
|
@@ -25,4 +26,5 @@ export declare const ElevationDark: {
|
|
|
25
26
|
layout: string;
|
|
26
27
|
};
|
|
27
28
|
storyName: string;
|
|
29
|
+
tags: string[];
|
|
28
30
|
};
|
|
@@ -6,6 +6,7 @@ export default _default;
|
|
|
6
6
|
export declare const FormElementsLight: {
|
|
7
7
|
(): React.ReactElement;
|
|
8
8
|
storyName: string;
|
|
9
|
+
tags: string[];
|
|
9
10
|
parameters: {
|
|
10
11
|
zeplinLink: {
|
|
11
12
|
name: string;
|
|
@@ -16,6 +17,7 @@ export declare const FormElementsLight: {
|
|
|
16
17
|
export declare const FormElementsDark: {
|
|
17
18
|
(): React.ReactElement;
|
|
18
19
|
storyName: string;
|
|
20
|
+
tags: string[];
|
|
19
21
|
parameters: {
|
|
20
22
|
zeplinLink: {
|
|
21
23
|
name: string;
|
|
@@ -6,6 +6,7 @@ export default _default;
|
|
|
6
6
|
export declare const IconButtonLight: {
|
|
7
7
|
(): React.ReactElement;
|
|
8
8
|
storyName: string;
|
|
9
|
+
tags: string[];
|
|
9
10
|
parameters: {
|
|
10
11
|
zeplinLink: {
|
|
11
12
|
name: string;
|
|
@@ -16,6 +17,7 @@ export declare const IconButtonLight: {
|
|
|
16
17
|
export declare const IconButtonDark: {
|
|
17
18
|
(): React.ReactElement;
|
|
18
19
|
storyName: string;
|
|
20
|
+
tags: string[];
|
|
19
21
|
parameters: {
|
|
20
22
|
zeplinLink: {
|
|
21
23
|
name: string;
|
|
@@ -10,8 +10,10 @@ export interface IconGridItemProps {
|
|
|
10
10
|
export declare const IconsLight: {
|
|
11
11
|
(): React.ReactElement;
|
|
12
12
|
storyName: string;
|
|
13
|
+
tags: string[];
|
|
13
14
|
};
|
|
14
15
|
export declare const IconsDark: {
|
|
15
16
|
(): React.ReactElement;
|
|
16
17
|
storyName: string;
|
|
18
|
+
tags: string[];
|
|
17
19
|
};
|
|
@@ -6,6 +6,7 @@ export default _default;
|
|
|
6
6
|
export declare const ListLight: {
|
|
7
7
|
(): React.ReactElement;
|
|
8
8
|
storyName: string;
|
|
9
|
+
tags: string[];
|
|
9
10
|
parameters: {
|
|
10
11
|
zeplinLink: {
|
|
11
12
|
name: string;
|
|
@@ -16,6 +17,7 @@ export declare const ListLight: {
|
|
|
16
17
|
export declare const ListDark: {
|
|
17
18
|
(): React.ReactElement;
|
|
18
19
|
storyName: string;
|
|
20
|
+
tags: string[];
|
|
19
21
|
parameters: {
|
|
20
22
|
zeplinLink: {
|
|
21
23
|
name: string;
|
|
@@ -1,11 +1,13 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
2
|
declare const _default: {
|
|
3
3
|
title: string;
|
|
4
|
+
tags: string[];
|
|
4
5
|
};
|
|
5
6
|
export default _default;
|
|
6
|
-
export declare const
|
|
7
|
+
export declare const MenuItemLight: {
|
|
7
8
|
(): React.ReactElement;
|
|
8
9
|
storyName: string;
|
|
10
|
+
tags: string[];
|
|
9
11
|
parameters: {
|
|
10
12
|
zeplinLink: {
|
|
11
13
|
name: string;
|
|
@@ -16,6 +18,7 @@ export declare const MenuItem: {
|
|
|
16
18
|
export declare const MenuItemDark: {
|
|
17
19
|
(): React.ReactElement;
|
|
18
20
|
storyName: string;
|
|
21
|
+
tags: string[];
|
|
19
22
|
parameters: {
|
|
20
23
|
zeplinLink: {
|
|
21
24
|
name: string;
|
|
@@ -6,6 +6,7 @@ export default _default;
|
|
|
6
6
|
export declare const SelectLight: {
|
|
7
7
|
(): React.ReactElement;
|
|
8
8
|
storyName: string;
|
|
9
|
+
tags: string[];
|
|
9
10
|
parameters: {
|
|
10
11
|
zeplinLink: {
|
|
11
12
|
name: string;
|
|
@@ -16,6 +17,7 @@ export declare const SelectLight: {
|
|
|
16
17
|
export declare const SelectDark: {
|
|
17
18
|
(): React.ReactElement;
|
|
18
19
|
storyName: string;
|
|
20
|
+
tags: string[];
|
|
19
21
|
parameters: {
|
|
20
22
|
zeplinLink: {
|
|
21
23
|
name: string;
|
|
@@ -6,6 +6,7 @@ export default _default;
|
|
|
6
6
|
export declare const SliderLight: {
|
|
7
7
|
(): React.ReactElement;
|
|
8
8
|
storyName: string;
|
|
9
|
+
tags: string[];
|
|
9
10
|
parameters: {
|
|
10
11
|
zeplinLink: {
|
|
11
12
|
name: string;
|
|
@@ -16,6 +17,7 @@ export declare const SliderLight: {
|
|
|
16
17
|
export declare const SliderDark: {
|
|
17
18
|
(): React.ReactElement;
|
|
18
19
|
storyName: string;
|
|
20
|
+
tags: string[];
|
|
19
21
|
parameters: {
|
|
20
22
|
zeplinLink: {
|
|
21
23
|
name: string;
|
|
@@ -6,6 +6,7 @@ export default _default;
|
|
|
6
6
|
export declare const SnackbarLight: {
|
|
7
7
|
(): React.ReactElement;
|
|
8
8
|
storyName: string;
|
|
9
|
+
tags: string[];
|
|
9
10
|
parameters: {
|
|
10
11
|
zeplinLink: {
|
|
11
12
|
name: string;
|
|
@@ -16,6 +17,7 @@ export declare const SnackbarLight: {
|
|
|
16
17
|
export declare const SnackbarDark: {
|
|
17
18
|
(): React.ReactElement;
|
|
18
19
|
storyName: string;
|
|
20
|
+
tags: string[];
|
|
19
21
|
parameters: {
|
|
20
22
|
zeplinLink: {
|
|
21
23
|
name: string;
|
|
@@ -6,6 +6,7 @@ export default _default;
|
|
|
6
6
|
export declare const SwitchLight: {
|
|
7
7
|
(): React.ReactElement;
|
|
8
8
|
storyName: string;
|
|
9
|
+
tags: string[];
|
|
9
10
|
parameters: {
|
|
10
11
|
zeplinLink: {
|
|
11
12
|
name: string;
|
|
@@ -16,6 +17,7 @@ export declare const SwitchLight: {
|
|
|
16
17
|
export declare const SwitchDark: {
|
|
17
18
|
(): React.ReactElement;
|
|
18
19
|
storyName: string;
|
|
20
|
+
tags: string[];
|
|
19
21
|
parameters: {
|
|
20
22
|
zeplinLink: {
|
|
21
23
|
name: string;
|
|
@@ -13,6 +13,7 @@ export interface ExampleRow {
|
|
|
13
13
|
export declare const TableLight: {
|
|
14
14
|
(): React.ReactElement;
|
|
15
15
|
storyName: string;
|
|
16
|
+
tags: string[];
|
|
16
17
|
parameters: {
|
|
17
18
|
zeplinLink: {
|
|
18
19
|
name: string;
|
|
@@ -24,6 +25,7 @@ export declare const TableLight: {
|
|
|
24
25
|
export declare const TableDark: {
|
|
25
26
|
(): React.ReactElement;
|
|
26
27
|
storyName: string;
|
|
28
|
+
tags: string[];
|
|
27
29
|
parameters: {
|
|
28
30
|
zeplinLink: {
|
|
29
31
|
name: string;
|
|
@@ -6,6 +6,7 @@ export default _default;
|
|
|
6
6
|
export declare const TabsLight: {
|
|
7
7
|
(): React.ReactElement;
|
|
8
8
|
storyName: string;
|
|
9
|
+
tags: string[];
|
|
9
10
|
parameters: {
|
|
10
11
|
zeplinLink: {
|
|
11
12
|
name: string;
|
|
@@ -16,6 +17,7 @@ export declare const TabsLight: {
|
|
|
16
17
|
export declare const TabsDark: {
|
|
17
18
|
(): React.ReactElement;
|
|
18
19
|
storyName: string;
|
|
20
|
+
tags: string[];
|
|
19
21
|
parameters: {
|
|
20
22
|
zeplinLink: {
|
|
21
23
|
name: string;
|
|
@@ -6,6 +6,7 @@ export default _default;
|
|
|
6
6
|
export declare const TextFieldLight: {
|
|
7
7
|
(): React.ReactElement;
|
|
8
8
|
storyName: string;
|
|
9
|
+
tags: string[];
|
|
9
10
|
parameters: {
|
|
10
11
|
zeplinLink: {
|
|
11
12
|
name: string;
|
|
@@ -16,6 +17,7 @@ export declare const TextFieldLight: {
|
|
|
16
17
|
export declare const TextFieldDark: {
|
|
17
18
|
(): React.ReactElement;
|
|
18
19
|
storyName: string;
|
|
20
|
+
tags: string[];
|
|
19
21
|
parameters: {
|
|
20
22
|
zeplinLink: {
|
|
21
23
|
name: string;
|
|
@@ -6,6 +6,7 @@ export default _default;
|
|
|
6
6
|
export declare const ToggleButtonsLight: {
|
|
7
7
|
(): React.ReactElement;
|
|
8
8
|
storyName: string;
|
|
9
|
+
tags: string[];
|
|
9
10
|
parameters: {
|
|
10
11
|
zeplinLink: {
|
|
11
12
|
name: string;
|
|
@@ -16,6 +17,7 @@ export declare const ToggleButtonsLight: {
|
|
|
16
17
|
export declare const ToggleButtonsDark: {
|
|
17
18
|
(): React.ReactElement;
|
|
18
19
|
storyName: string;
|
|
20
|
+
tags: string[];
|
|
19
21
|
parameters: {
|
|
20
22
|
zeplinLink: {
|
|
21
23
|
name: string;
|
|
@@ -6,6 +6,7 @@ export default _default;
|
|
|
6
6
|
export declare const TooltipLight: {
|
|
7
7
|
(): React.ReactElement;
|
|
8
8
|
storyName: string;
|
|
9
|
+
tags: string[];
|
|
9
10
|
parameters: {
|
|
10
11
|
zeplinLink: {
|
|
11
12
|
name: string;
|
|
@@ -16,6 +17,7 @@ export declare const TooltipLight: {
|
|
|
16
17
|
export declare const TooltipDark: {
|
|
17
18
|
(): React.ReactElement;
|
|
18
19
|
storyName: string;
|
|
20
|
+
tags: string[];
|
|
19
21
|
parameters: {
|
|
20
22
|
zeplinLink: {
|
|
21
23
|
name: string;
|
|
@@ -6,6 +6,7 @@ export default _default;
|
|
|
6
6
|
export declare const TypographyLight: {
|
|
7
7
|
(): React.ReactElement;
|
|
8
8
|
storyName: string;
|
|
9
|
+
tags: string[];
|
|
9
10
|
parameters: {
|
|
10
11
|
zeplinLink: {
|
|
11
12
|
name: string;
|
|
@@ -16,6 +17,7 @@ export declare const TypographyLight: {
|
|
|
16
17
|
export declare const TypographyDark: {
|
|
17
18
|
(): React.ReactElement;
|
|
18
19
|
storyName: string;
|
|
20
|
+
tags: string[];
|
|
19
21
|
parameters: {
|
|
20
22
|
zeplinLink: {
|
|
21
23
|
name: string;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|