@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 SwitchLight: {
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 SwitchDark: {
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 SwitchLight: {
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 SwitchDark: {
18
+ (): React.ReactElement;
19
+ storyName: string;
20
+ tags: string[];
21
+ parameters: {
22
+ zeplinLink: {
23
+ name: string;
24
+ link: string;
25
+ }[];
26
+ };
27
+ };
@@ -1,36 +1,36 @@
1
- import * as React from 'react';
2
- declare const _default: {
3
- title: string;
4
- };
5
- export default _default;
6
- export interface ExampleRow {
7
- name: string;
8
- calories: number;
9
- fat: number;
10
- carbs: number;
11
- protein: number;
12
- }
13
- export declare const TableLight: {
14
- (): React.ReactElement;
15
- storyName: string;
16
- tags: string[];
17
- parameters: {
18
- zeplinLink: {
19
- name: string;
20
- link: string;
21
- }[];
22
- layout: string;
23
- };
24
- };
25
- export declare const TableDark: {
26
- (): React.ReactElement;
27
- storyName: string;
28
- tags: string[];
29
- parameters: {
30
- zeplinLink: {
31
- name: string;
32
- link: string;
33
- }[];
34
- layout: string;
35
- };
36
- };
1
+ import * as React from 'react';
2
+ declare const _default: {
3
+ title: string;
4
+ };
5
+ export default _default;
6
+ export interface ExampleRow {
7
+ name: string;
8
+ calories: number;
9
+ fat: number;
10
+ carbs: number;
11
+ protein: number;
12
+ }
13
+ export declare const TableLight: {
14
+ (): React.ReactElement;
15
+ storyName: string;
16
+ tags: string[];
17
+ parameters: {
18
+ zeplinLink: {
19
+ name: string;
20
+ link: string;
21
+ }[];
22
+ layout: string;
23
+ };
24
+ };
25
+ export declare const TableDark: {
26
+ (): React.ReactElement;
27
+ storyName: string;
28
+ tags: string[];
29
+ parameters: {
30
+ zeplinLink: {
31
+ name: string;
32
+ link: string;
33
+ }[];
34
+ layout: string;
35
+ };
36
+ };
@@ -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 TabsLight: {
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 TabsDark: {
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 TabsLight: {
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 TabsDark: {
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 TextFieldLight: {
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 TextFieldDark: {
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 TextFieldLight: {
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 TextFieldDark: {
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 ToggleButtonsLight: {
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 ToggleButtonsDark: {
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 ToggleButtonsLight: {
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 ToggleButtonsDark: {
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 TooltipLight: {
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 TooltipDark: {
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 TooltipLight: {
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 TooltipDark: {
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 TypographyLight: {
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 TypographyDark: {
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 TypographyLight: {
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 TypographyDark: {
18
+ (): React.ReactElement;
19
+ storyName: string;
20
+ tags: string[];
21
+ parameters: {
22
+ zeplinLink: {
23
+ name: string;
24
+ link: string;
25
+ }[];
26
+ };
27
+ };