@opengeoweb/theme 9.28.1 → 9.29.1

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.
Files changed (52) hide show
  1. package/index.esm.js +207 -207
  2. package/package.json +1 -1
  3. package/src/index.d.ts +13 -13
  4. package/src/lib/components/Icons/Icons.d.ts +128 -128
  5. package/src/lib/components/Icons/Icons.spec.d.ts +1 -1
  6. package/src/lib/components/Icons/index.d.ts +1 -1
  7. package/src/lib/components/Paths/Paths.d.ts +1 -1
  8. package/src/lib/components/Paths/index.d.ts +1 -1
  9. package/src/lib/components/Providers/Providers.d.ts +6 -6
  10. package/src/lib/components/Providers/index.d.ts +1 -1
  11. package/src/lib/components/Theme/ThemeContext.d.ts +18 -18
  12. package/src/lib/components/Theme/ThemeContext.spec.d.ts +1 -1
  13. package/src/lib/components/Theme/index.d.ts +1 -1
  14. package/src/lib/stories/Accordion.stories.d.ts +15 -15
  15. package/src/lib/stories/Avatar.stories.d.ts +27 -27
  16. package/src/lib/stories/Backdrop.stories.d.ts +16 -16
  17. package/src/lib/stories/Breakpoints.stories.d.ts +14 -14
  18. package/src/lib/stories/Button.stories.d.ts +27 -27
  19. package/src/lib/stories/Card.stories.d.ts +27 -27
  20. package/src/lib/stories/Colors.stories.d.ts +29 -29
  21. package/src/lib/stories/Elevation.stories.d.ts +30 -30
  22. package/src/lib/stories/FormElements.stories.d.ts +27 -27
  23. package/src/lib/stories/IconButton.stories.d.ts +27 -27
  24. package/src/lib/stories/Icons.stories.d.ts +19 -19
  25. package/src/lib/stories/List.stories.d.ts +27 -27
  26. package/src/lib/stories/MenuItem.stories.d.ts +28 -28
  27. package/src/lib/stories/Select.stories.d.ts +27 -27
  28. package/src/lib/stories/Slider.stories.d.ts +27 -27
  29. package/src/lib/stories/Snackbar.stories.d.ts +27 -27
  30. package/src/lib/stories/StoryHeader.d.ts +6 -6
  31. package/src/lib/stories/StoryWrapper.d.ts +7 -7
  32. package/src/lib/stories/Switch.stories.d.ts +27 -27
  33. package/src/lib/stories/Table.stories.d.ts +36 -36
  34. package/src/lib/stories/Tabs.stories.d.ts +27 -27
  35. package/src/lib/stories/TextField.stories.d.ts +27 -27
  36. package/src/lib/stories/ToggleButton.stories.d.ts +27 -27
  37. package/src/lib/stories/Tooltip.stories.d.ts +27 -27
  38. package/src/lib/stories/Typography.stories.d.ts +27 -27
  39. package/src/lib/types.d.ts +222 -222
  40. package/src/lib/utils/EChartsThemes/darkTheme.d.ts +249 -249
  41. package/src/lib/utils/EChartsThemes/index.d.ts +3 -3
  42. package/src/lib/utils/EChartsThemes/lightTheme.d.ts +244 -244
  43. package/src/lib/utils/buttonStyles.d.ts +10 -10
  44. package/src/lib/utils/buttonStyles.test.d.ts +1 -1
  45. package/src/lib/utils/createTheme.d.ts +16 -16
  46. package/src/lib/utils/createTheme.spec.d.ts +1 -1
  47. package/src/lib/utils/i18n.d.ts +2 -2
  48. package/src/lib/utils/themes/darkTheme.d.ts +3 -3
  49. package/src/lib/utils/themes/index.d.ts +4 -4
  50. package/src/lib/utils/themes/lightTheme.d.ts +3 -3
  51. package/src/lib/utils/utils.d.ts +5 -5
  52. package/src/lib/utils/utils.spec.d.ts +1 -1
@@ -1,27 +1,27 @@
1
- import * as React from 'react';
2
- declare const _default: {
3
- title: string;
4
- };
5
- export default _default;
6
- export declare const CardsLight: {
7
- (): React.ReactElement;
8
- storyName: string;
9
- tags: string[];
10
- parameters: {
11
- zeplinLink: {
12
- name: string;
13
- link: string;
14
- }[];
15
- };
16
- };
17
- export declare const CardsDark: {
18
- (): React.ReactElement;
19
- storyName: string;
20
- tags: string[];
21
- parameters: {
22
- zeplinLink: {
23
- name: string;
24
- link: string;
25
- }[];
26
- };
27
- };
1
+ import * as React from 'react';
2
+ declare const _default: {
3
+ title: string;
4
+ };
5
+ export default _default;
6
+ export declare const CardsLight: {
7
+ (): React.ReactElement;
8
+ storyName: string;
9
+ tags: string[];
10
+ parameters: {
11
+ zeplinLink: {
12
+ name: string;
13
+ link: string;
14
+ }[];
15
+ };
16
+ };
17
+ export declare const CardsDark: {
18
+ (): React.ReactElement;
19
+ storyName: string;
20
+ tags: string[];
21
+ parameters: {
22
+ zeplinLink: {
23
+ name: string;
24
+ link: string;
25
+ }[];
26
+ };
27
+ };
@@ -1,29 +1,29 @@
1
- import * as React from 'react';
2
- declare const _default: {
3
- title: string;
4
- };
5
- export default _default;
6
- export declare const ColorsLight: {
7
- (): React.ReactElement;
8
- storyName: string;
9
- tags: string[];
10
- parameters: {
11
- zeplinLink: {
12
- name: string;
13
- link: string;
14
- }[];
15
- layout: string;
16
- };
17
- };
18
- export declare const ColorsDark: {
19
- (): React.ReactElement;
20
- storyName: string;
21
- tags: string[];
22
- parameters: {
23
- zeplinkLink: {
24
- name: string;
25
- link: string;
26
- }[];
27
- layout: string;
28
- };
29
- };
1
+ import * as React from 'react';
2
+ declare const _default: {
3
+ title: string;
4
+ };
5
+ export default _default;
6
+ export declare const ColorsLight: {
7
+ (): React.ReactElement;
8
+ storyName: string;
9
+ tags: string[];
10
+ parameters: {
11
+ zeplinLink: {
12
+ name: string;
13
+ link: string;
14
+ }[];
15
+ layout: string;
16
+ };
17
+ };
18
+ export declare const ColorsDark: {
19
+ (): React.ReactElement;
20
+ storyName: string;
21
+ tags: string[];
22
+ parameters: {
23
+ zeplinkLink: {
24
+ name: string;
25
+ link: string;
26
+ }[];
27
+ layout: string;
28
+ };
29
+ };
@@ -1,30 +1,30 @@
1
- import * as React from 'react';
2
- declare const _default: {
3
- title: string;
4
- };
5
- export default _default;
6
- export declare const ElevationDemo: React.FC;
7
- export declare const ElevationLight: {
8
- (): React.ReactElement;
9
- parameters: {
10
- zeplinLink: {
11
- name: string;
12
- link: string;
13
- }[];
14
- layout: string;
15
- };
16
- storyName: string;
17
- tags: string[];
18
- };
19
- export declare const ElevationDark: {
20
- (): React.ReactElement;
21
- parameters: {
22
- zeplinLink: {
23
- name: string;
24
- link: string;
25
- }[];
26
- layout: string;
27
- };
28
- storyName: string;
29
- tags: string[];
30
- };
1
+ import * as React from 'react';
2
+ declare const _default: {
3
+ title: string;
4
+ };
5
+ export default _default;
6
+ export declare const ElevationDemo: React.FC;
7
+ export declare const ElevationLight: {
8
+ (): React.ReactElement;
9
+ parameters: {
10
+ zeplinLink: {
11
+ name: string;
12
+ link: string;
13
+ }[];
14
+ layout: string;
15
+ };
16
+ storyName: string;
17
+ tags: string[];
18
+ };
19
+ export declare const ElevationDark: {
20
+ (): React.ReactElement;
21
+ parameters: {
22
+ zeplinLink: {
23
+ name: string;
24
+ link: string;
25
+ }[];
26
+ layout: string;
27
+ };
28
+ storyName: string;
29
+ tags: string[];
30
+ };
@@ -1,27 +1,27 @@
1
- import * as React from 'react';
2
- declare const _default: {
3
- title: string;
4
- };
5
- export default _default;
6
- export declare const FormElementsLight: {
7
- (): React.ReactElement;
8
- storyName: string;
9
- tags: string[];
10
- parameters: {
11
- zeplinLink: {
12
- name: string;
13
- link: string;
14
- }[];
15
- };
16
- };
17
- export declare const FormElementsDark: {
18
- (): React.ReactElement;
19
- storyName: string;
20
- tags: string[];
21
- parameters: {
22
- zeplinLink: {
23
- name: string;
24
- link: string;
25
- }[];
26
- };
27
- };
1
+ import * as React from 'react';
2
+ declare const _default: {
3
+ title: string;
4
+ };
5
+ export default _default;
6
+ export declare const FormElementsLight: {
7
+ (): React.ReactElement;
8
+ storyName: string;
9
+ tags: string[];
10
+ parameters: {
11
+ zeplinLink: {
12
+ name: string;
13
+ link: string;
14
+ }[];
15
+ };
16
+ };
17
+ export declare const FormElementsDark: {
18
+ (): React.ReactElement;
19
+ storyName: string;
20
+ tags: string[];
21
+ parameters: {
22
+ zeplinLink: {
23
+ name: string;
24
+ link: string;
25
+ }[];
26
+ };
27
+ };
@@ -1,27 +1,27 @@
1
- import * as React from 'react';
2
- declare const _default: {
3
- title: string;
4
- };
5
- export default _default;
6
- export declare const IconButtonLight: {
7
- (): React.ReactElement;
8
- storyName: string;
9
- tags: string[];
10
- parameters: {
11
- zeplinLink: {
12
- name: string;
13
- link: string;
14
- }[];
15
- };
16
- };
17
- export declare const IconButtonDark: {
18
- (): React.ReactElement;
19
- storyName: string;
20
- tags: string[];
21
- parameters: {
22
- zeplinLink: {
23
- name: string;
24
- link: string;
25
- }[];
26
- };
27
- };
1
+ import * as React from 'react';
2
+ declare const _default: {
3
+ title: string;
4
+ };
5
+ export default _default;
6
+ export declare const IconButtonLight: {
7
+ (): React.ReactElement;
8
+ storyName: string;
9
+ tags: string[];
10
+ parameters: {
11
+ zeplinLink: {
12
+ name: string;
13
+ link: string;
14
+ }[];
15
+ };
16
+ };
17
+ export declare const IconButtonDark: {
18
+ (): React.ReactElement;
19
+ storyName: string;
20
+ tags: string[];
21
+ parameters: {
22
+ zeplinLink: {
23
+ name: string;
24
+ link: string;
25
+ }[];
26
+ };
27
+ };
@@ -1,19 +1,19 @@
1
- import React from 'react';
2
- declare const _default: {
3
- title: string;
4
- };
5
- export default _default;
6
- export interface IconGridItemProps {
7
- name: string;
8
- icon: React.ReactNode;
9
- }
10
- export declare const IconsLight: {
11
- (): React.ReactElement;
12
- storyName: string;
13
- tags: string[];
14
- };
15
- export declare const IconsDark: {
16
- (): React.ReactElement;
17
- storyName: string;
18
- tags: string[];
19
- };
1
+ import React from 'react';
2
+ declare const _default: {
3
+ title: string;
4
+ };
5
+ export default _default;
6
+ export interface IconGridItemProps {
7
+ name: string;
8
+ icon: React.ReactNode;
9
+ }
10
+ export declare const IconsLight: {
11
+ (): React.ReactElement;
12
+ storyName: string;
13
+ tags: string[];
14
+ };
15
+ export declare const IconsDark: {
16
+ (): React.ReactElement;
17
+ storyName: string;
18
+ tags: string[];
19
+ };
@@ -1,27 +1,27 @@
1
- import * as React from 'react';
2
- declare const _default: {
3
- title: string;
4
- };
5
- export default _default;
6
- export declare const ListLight: {
7
- (): React.ReactElement;
8
- storyName: string;
9
- tags: string[];
10
- parameters: {
11
- zeplinLink: {
12
- name: string;
13
- link: string;
14
- }[];
15
- };
16
- };
17
- export declare const ListDark: {
18
- (): React.ReactElement;
19
- storyName: string;
20
- tags: string[];
21
- parameters: {
22
- zeplinLink: {
23
- name: string;
24
- link: string;
25
- }[];
26
- };
27
- };
1
+ import * as React from 'react';
2
+ declare const _default: {
3
+ title: string;
4
+ };
5
+ export default _default;
6
+ export declare const ListLight: {
7
+ (): React.ReactElement;
8
+ storyName: string;
9
+ tags: string[];
10
+ parameters: {
11
+ zeplinLink: {
12
+ name: string;
13
+ link: string;
14
+ }[];
15
+ };
16
+ };
17
+ export declare const ListDark: {
18
+ (): React.ReactElement;
19
+ storyName: string;
20
+ tags: string[];
21
+ parameters: {
22
+ zeplinLink: {
23
+ name: string;
24
+ link: string;
25
+ }[];
26
+ };
27
+ };
@@ -1,28 +1,28 @@
1
- import * as React from 'react';
2
- declare const _default: {
3
- title: string;
4
- tags: string[];
5
- };
6
- export default _default;
7
- export declare const MenuItemLight: {
8
- (): React.ReactElement;
9
- storyName: string;
10
- tags: string[];
11
- parameters: {
12
- zeplinLink: {
13
- name: string;
14
- link: string;
15
- }[];
16
- };
17
- };
18
- export declare const MenuItemDark: {
19
- (): React.ReactElement;
20
- storyName: string;
21
- tags: string[];
22
- parameters: {
23
- zeplinLink: {
24
- name: string;
25
- link: string;
26
- }[];
27
- };
28
- };
1
+ import * as React from 'react';
2
+ declare const _default: {
3
+ title: string;
4
+ tags: string[];
5
+ };
6
+ export default _default;
7
+ export declare const MenuItemLight: {
8
+ (): React.ReactElement;
9
+ storyName: string;
10
+ tags: string[];
11
+ parameters: {
12
+ zeplinLink: {
13
+ name: string;
14
+ link: string;
15
+ }[];
16
+ };
17
+ };
18
+ export declare const MenuItemDark: {
19
+ (): React.ReactElement;
20
+ storyName: string;
21
+ tags: string[];
22
+ parameters: {
23
+ zeplinLink: {
24
+ name: string;
25
+ link: string;
26
+ }[];
27
+ };
28
+ };
@@ -1,27 +1,27 @@
1
- import * as React from 'react';
2
- declare const _default: {
3
- title: string;
4
- };
5
- export default _default;
6
- export declare const SelectLight: {
7
- (): React.ReactElement;
8
- storyName: string;
9
- tags: string[];
10
- parameters: {
11
- zeplinLink: {
12
- name: string;
13
- link: string;
14
- }[];
15
- };
16
- };
17
- export declare const SelectDark: {
18
- (): React.ReactElement;
19
- storyName: string;
20
- tags: string[];
21
- parameters: {
22
- zeplinLink: {
23
- name: string;
24
- link: string;
25
- }[];
26
- };
27
- };
1
+ import * as React from 'react';
2
+ declare const _default: {
3
+ title: string;
4
+ };
5
+ export default _default;
6
+ export declare const SelectLight: {
7
+ (): React.ReactElement;
8
+ storyName: string;
9
+ tags: string[];
10
+ parameters: {
11
+ zeplinLink: {
12
+ name: string;
13
+ link: string;
14
+ }[];
15
+ };
16
+ };
17
+ export declare const SelectDark: {
18
+ (): React.ReactElement;
19
+ storyName: string;
20
+ tags: string[];
21
+ parameters: {
22
+ zeplinLink: {
23
+ name: string;
24
+ link: string;
25
+ }[];
26
+ };
27
+ };
@@ -1,27 +1,27 @@
1
- import * as React from 'react';
2
- declare const _default: {
3
- title: string;
4
- };
5
- export default _default;
6
- export declare const SliderLight: {
7
- (): React.ReactElement;
8
- storyName: string;
9
- tags: string[];
10
- parameters: {
11
- zeplinLink: {
12
- name: string;
13
- link: string;
14
- }[];
15
- };
16
- };
17
- export declare const SliderDark: {
18
- (): React.ReactElement;
19
- storyName: string;
20
- tags: string[];
21
- parameters: {
22
- zeplinLink: {
23
- name: string;
24
- link: string;
25
- }[];
26
- };
27
- };
1
+ import * as React from 'react';
2
+ declare const _default: {
3
+ title: string;
4
+ };
5
+ export default _default;
6
+ export declare const SliderLight: {
7
+ (): React.ReactElement;
8
+ storyName: string;
9
+ tags: string[];
10
+ parameters: {
11
+ zeplinLink: {
12
+ name: string;
13
+ link: string;
14
+ }[];
15
+ };
16
+ };
17
+ export declare const SliderDark: {
18
+ (): React.ReactElement;
19
+ storyName: string;
20
+ tags: string[];
21
+ parameters: {
22
+ zeplinLink: {
23
+ name: string;
24
+ link: string;
25
+ }[];
26
+ };
27
+ };
@@ -1,27 +1,27 @@
1
- import * as React from 'react';
2
- declare const _default: {
3
- title: string;
4
- };
5
- export default _default;
6
- export declare const SnackbarLight: {
7
- (): React.ReactElement;
8
- storyName: string;
9
- tags: string[];
10
- parameters: {
11
- zeplinLink: {
12
- name: string;
13
- link: string;
14
- }[];
15
- };
16
- };
17
- export declare const SnackbarDark: {
18
- (): React.ReactElement;
19
- storyName: string;
20
- tags: string[];
21
- parameters: {
22
- zeplinLink: {
23
- name: string;
24
- link: string;
25
- }[];
26
- };
27
- };
1
+ import * as React from 'react';
2
+ declare const _default: {
3
+ title: string;
4
+ };
5
+ export default _default;
6
+ export declare const SnackbarLight: {
7
+ (): React.ReactElement;
8
+ storyName: string;
9
+ tags: string[];
10
+ parameters: {
11
+ zeplinLink: {
12
+ name: string;
13
+ link: string;
14
+ }[];
15
+ };
16
+ };
17
+ export declare const SnackbarDark: {
18
+ (): React.ReactElement;
19
+ storyName: string;
20
+ tags: string[];
21
+ parameters: {
22
+ zeplinLink: {
23
+ name: string;
24
+ link: string;
25
+ }[];
26
+ };
27
+ };
@@ -1,6 +1,6 @@
1
- import * as React from 'react';
2
- interface StoryHeaderProps {
3
- title: string;
4
- }
5
- export declare const StoryHeader: React.FC<StoryHeaderProps>;
6
- export default StoryHeader;
1
+ import * as React from 'react';
2
+ interface StoryHeaderProps {
3
+ title: string;
4
+ }
5
+ export declare const StoryHeader: React.FC<StoryHeaderProps>;
6
+ export default StoryHeader;
@@ -1,7 +1,7 @@
1
- import * as React from 'react';
2
- interface StoryLayoutProps {
3
- children: React.ReactNode;
4
- isDarkTheme?: boolean;
5
- }
6
- export declare const StoryWrapper: React.FC<StoryLayoutProps>;
7
- export {};
1
+ import * as React from 'react';
2
+ interface StoryLayoutProps {
3
+ children: React.ReactNode;
4
+ isDarkTheme?: boolean;
5
+ }
6
+ export declare const StoryWrapper: React.FC<StoryLayoutProps>;
7
+ export {};