@code-coaching/vuetiful 0.37.1 → 0.42.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.
Files changed (44) hide show
  1. package/dist/types/components/atoms/VAvatar.vue.d.ts +4 -4
  2. package/dist/types/components/atoms/VBadge.vue.d.ts +4 -4
  3. package/dist/types/components/atoms/VButton.vue.d.ts +5 -5
  4. package/dist/types/components/atoms/VChip.vue.d.ts +4 -4
  5. package/dist/types/components/atoms/VPopover.vue.d.ts +5 -5
  6. package/dist/types/components/atoms/VRadio/VRadioDescription.vue.d.ts +1 -1
  7. package/dist/types/components/atoms/VRadio/VRadioGroup.vue.d.ts +5 -5
  8. package/dist/types/components/atoms/VRadio/VRadioItem.vue.d.ts +4 -4
  9. package/dist/types/components/atoms/VRadio/VRadioLabel.vue.d.ts +1 -1
  10. package/dist/types/components/atoms/VSwitch/VSwitch.vue.d.ts +15 -5
  11. package/dist/types/components/atoms/VSwitch/VSwitchDescription.vue.d.ts +4 -4
  12. package/dist/types/components/atoms/VSwitch/VSwitchGroup.vue.d.ts +4 -4
  13. package/dist/types/components/atoms/VSwitch/VSwitchLabel.vue.d.ts +4 -4
  14. package/dist/types/components/molecules/VAccordion/VAccordion.vue.d.ts +4 -4
  15. package/dist/types/components/molecules/VAccordion/VAccordionItem.vue.d.ts +4 -4
  16. package/dist/types/components/molecules/VAlert.vue.d.ts +5 -5
  17. package/dist/types/components/molecules/VCard/VCard.vue.d.ts +5 -5
  18. package/dist/types/components/molecules/VCard/VCardBody.vue.d.ts +4 -4
  19. package/dist/types/components/molecules/VCard/VCardFooter.vue.d.ts +4 -4
  20. package/dist/types/components/molecules/VCard/VCardHeader.vue.d.ts +4 -4
  21. package/dist/types/components/molecules/VCodeBlock.vue.d.ts +5 -5
  22. package/dist/types/components/molecules/VDrawer.vue.d.ts +4 -4
  23. package/dist/types/components/molecules/VListbox/VListbox.vue.d.ts +5 -5
  24. package/dist/types/components/molecules/VListbox/VListboxButton.vue.d.ts +1 -1
  25. package/dist/types/components/molecules/VListbox/VListboxItem.vue.d.ts +1 -1
  26. package/dist/types/components/molecules/VListbox/VListboxItems.vue.d.ts +1 -1
  27. package/dist/types/components/molecules/VListbox/VListboxLabel.vue.d.ts +1 -1
  28. package/dist/types/components/molecules/VPreview.vue.d.ts +4 -4
  29. package/dist/types/components/molecules/VRail/VRail.vue.d.ts +4 -4
  30. package/dist/types/components/molecules/VRail/VRailTile.vue.d.ts +4 -4
  31. package/dist/types/components/molecules/VShell.vue.d.ts +4 -4
  32. package/dist/types/components/molecules/VShellConfigurator.vue.d.ts +4 -4
  33. package/dist/types/components/molecules/VTabs/VTab.vue.d.ts +4 -4
  34. package/dist/types/components/molecules/VTabs/VTabPanel.vue.d.ts +1 -1
  35. package/dist/types/components/molecules/VTabs/VTabs.vue.d.ts +4 -4
  36. package/dist/types/components/molecules/Vuetiful.vue.d.ts +3 -3
  37. package/dist/types/services/rail.service.d.ts +1 -1
  38. package/dist/types/utils/theme/VLightSwitch.vue.d.ts +1 -1
  39. package/dist/types/utils/theme/VThemeSwitch.vue.d.ts +4 -4
  40. package/dist/types/utils/theme/dark-mode.service.d.ts +2 -2
  41. package/dist/types/utils/theme/theme.service.d.ts +1 -1
  42. package/dist/vuetiful.es.mjs +2660 -2583
  43. package/dist/vuetiful.umd.cjs +35 -10
  44. package/package.json +2 -2
@@ -1,4 +1,4 @@
1
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>, {
1
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, {
2
2
  default?(_: {}): any;
3
3
  }>;
4
4
  export default _default;
@@ -17,13 +17,13 @@ interface PreviewProps {
17
17
  hideSwatches?: boolean;
18
18
  background?: string;
19
19
  }
20
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<PreviewProps>, {
20
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<PreviewProps>, {
21
21
  background: string;
22
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<PreviewProps>, {
22
+ }>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<PreviewProps>, {
23
23
  background: string;
24
- }>>>, {
24
+ }>>> & Readonly<{}>, {
25
25
  background: string;
26
- }, {}>, {
26
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, {
27
27
  "preview-item"?(_: {}): any;
28
28
  "code-item"?(_: {}): any;
29
29
  "mobile-item"?(_: {}): any;
@@ -3,19 +3,19 @@ interface RailProps {
3
3
  classItemActive?: string;
4
4
  classItemHover?: string;
5
5
  }
6
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<RailProps>, {
6
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<RailProps>, {
7
7
  class: string;
8
8
  classItemActive: string;
9
9
  classItemHover: string;
10
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<RailProps>, {
10
+ }>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<RailProps>, {
11
11
  class: string;
12
12
  classItemActive: string;
13
13
  classItemHover: string;
14
- }>>>, {
14
+ }>>> & Readonly<{}>, {
15
15
  class: string;
16
16
  classItemActive: string;
17
17
  classItemHover: string;
18
- }, {}>, {
18
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, {
19
19
  default?(_: {}): any;
20
20
  }>;
21
21
  export default _default;
@@ -1,4 +1,4 @@
1
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
1
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2
2
  class: {
3
3
  type: StringConstructor;
4
4
  default: string;
@@ -27,7 +27,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
27
27
  type: () => string;
28
28
  default: string;
29
29
  };
30
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
30
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
31
31
  class: {
32
32
  type: StringConstructor;
33
33
  default: string;
@@ -56,7 +56,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
56
56
  type: () => string;
57
57
  default: string;
58
58
  };
59
- }>>, {
59
+ }>> & Readonly<{}>, {
60
60
  class: string;
61
61
  label: string;
62
62
  value: string;
@@ -64,7 +64,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
64
64
  classActive: string;
65
65
  classHover: string;
66
66
  classLabel: string;
67
- }, {}>, {
67
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, {
68
68
  default?(_: {}): any;
69
69
  }>;
70
70
  export default _default;
@@ -7,7 +7,7 @@
7
7
  * @slot fixedFooter - Insert fixed footer content. Not recommended for most layouts.
8
8
  */
9
9
  export type CssClasses = string;
10
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
10
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
11
11
  fixedHeaderHeight: {
12
12
  type: StringConstructor;
13
13
  default: string;
@@ -52,7 +52,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
52
52
  type: StringConstructor;
53
53
  default: string;
54
54
  };
55
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
55
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
56
56
  fixedHeaderHeight: {
57
57
  type: StringConstructor;
58
58
  default: string;
@@ -97,7 +97,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
97
97
  type: StringConstructor;
98
98
  default: string;
99
99
  };
100
- }>>, {
100
+ }>> & Readonly<{}>, {
101
101
  class: string;
102
102
  fixedHeaderHeight: string;
103
103
  fixedFooterHeight: string;
@@ -109,7 +109,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
109
109
  classPageContent: string;
110
110
  classPageFooter: string;
111
111
  classFixedFooter: string;
112
- }, {}>, Readonly<Record<string, any>> & Record<string, any>>;
112
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, Readonly<Record<string, any>> & Record<string, any>>;
113
113
  export default _default;
114
114
  type __VLS_WithTemplateSlots<T, S> = T & {
115
115
  new (): {
@@ -7,7 +7,7 @@
7
7
  * @slot fixedFooter - Insert fixed footer content. Not recommended for most layouts.
8
8
  */
9
9
  export type CssClasses = string;
10
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
10
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
11
11
  regionPage: {
12
12
  type: () => string;
13
13
  default: string;
@@ -40,7 +40,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
40
40
  type: () => string;
41
41
  default: string;
42
42
  };
43
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
43
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
44
44
  regionPage: {
45
45
  type: () => string;
46
46
  default: string;
@@ -73,7 +73,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
73
73
  type: () => string;
74
74
  default: string;
75
75
  };
76
- }>>, {
76
+ }>> & Readonly<{}>, {
77
77
  regionPage: string;
78
78
  slotFixedHeader: string;
79
79
  slotSidebarLeft: string;
@@ -82,7 +82,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
82
82
  slotPageContent: string;
83
83
  slotPageFooter: string;
84
84
  slotFixedFooter: string;
85
- }, {}>, {
85
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, {
86
86
  fixedHeader?(_: {}): any;
87
87
  sidebarLeft?(_: {}): any;
88
88
  pageHeader?(_: {}): any;
@@ -6,28 +6,28 @@ interface TabProps {
6
6
  classSeparator?: string;
7
7
  disabled?: boolean;
8
8
  }
9
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<TabProps>, {
9
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<TabProps>, {
10
10
  class: string;
11
11
  classActive: string;
12
12
  classHover: string;
13
13
  classTab: string;
14
14
  classSeparator: string;
15
15
  disabled: boolean;
16
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<TabProps>, {
16
+ }>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<TabProps>, {
17
17
  class: string;
18
18
  classActive: string;
19
19
  classHover: string;
20
20
  classTab: string;
21
21
  classSeparator: string;
22
22
  disabled: boolean;
23
- }>>>, {
23
+ }>>> & Readonly<{}>, {
24
24
  class: string;
25
25
  disabled: boolean;
26
26
  classActive: string;
27
27
  classHover: string;
28
28
  classTab: string;
29
29
  classSeparator: string;
30
- }, {}>, {
30
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, {
31
31
  default?(_: {}): any;
32
32
  }>;
33
33
  export default _default;
@@ -1,4 +1,4 @@
1
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>, {
1
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, {
2
2
  default?(_: {}): any;
3
3
  }>;
4
4
  export default _default;
@@ -11,13 +11,13 @@ interface TabsProps {
11
11
  vertical?: boolean;
12
12
  defaultIndex?: number;
13
13
  }
14
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<TabsProps>, {
14
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<TabsProps>, {
15
15
  defaultIndex: number;
16
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<TabsProps>, {
16
+ }>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<TabsProps>, {
17
17
  defaultIndex: number;
18
- }>>>, {
18
+ }>>> & Readonly<{}>, {
19
19
  defaultIndex: number;
20
- }, {}>, {
20
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, {
21
21
  tabs?(_: {}): any;
22
22
  default?(_: {}): any;
23
23
  }>;
@@ -1,8 +1,8 @@
1
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<{
1
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
2
2
  idGenerator?: (() => string) | undefined;
3
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
3
+ }>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
4
4
  idGenerator?: (() => string) | undefined;
5
- }>>>, {}, {}>, {
5
+ }>>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, {
6
6
  default?(_: {}): any;
7
7
  }>;
8
8
  export default _default;
@@ -1,4 +1,4 @@
1
1
  declare const useRail: () => {
2
- selectedRailTile: import("vue").Ref<string>;
2
+ selectedRailTile: import("vue").Ref<string, string>;
3
3
  };
4
4
  export { useRail };
@@ -3,7 +3,7 @@ interface LightSwitchProps {
3
3
  classThumb?: string;
4
4
  classIcon?: string;
5
5
  }
6
- declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<LightSwitchProps>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<LightSwitchProps>>>, {}, {}>;
6
+ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<LightSwitchProps>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<LightSwitchProps>>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
7
7
  export default _default;
8
8
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
9
9
  type __VLS_TypePropsToRuntimeProps<T> = {
@@ -4,22 +4,22 @@ interface ThemeSwitchProps {
4
4
  classItem?: string;
5
5
  classItemActive?: string;
6
6
  }
7
- declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ThemeSwitchProps>, {
7
+ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ThemeSwitchProps>, {
8
8
  class: string;
9
9
  classButton: string;
10
10
  classItem: string;
11
11
  classItemActive: string;
12
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ThemeSwitchProps>, {
12
+ }>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ThemeSwitchProps>, {
13
13
  class: string;
14
14
  classButton: string;
15
15
  classItem: string;
16
16
  classItemActive: string;
17
- }>>>, {
17
+ }>>> & Readonly<{}>, {
18
18
  class: string;
19
19
  classItemActive: string;
20
20
  classItem: string;
21
21
  classButton: string;
22
- }, {}>;
22
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
23
23
  export default _default;
24
24
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
25
25
  type __VLS_TypePropsToRuntimeProps<T> = {
@@ -4,8 +4,8 @@ declare const MODE: {
4
4
  };
5
5
  export type Mode = (typeof MODE)[keyof typeof MODE];
6
6
  declare const useDarkMode: () => {
7
- chosenMode: import("vue").Ref<string>;
8
- isDark: Readonly<import("vue").Ref<boolean>>;
7
+ chosenMode: import("vue").Ref<string, string>;
8
+ isDark: Readonly<import("vue").Ref<boolean, boolean>>;
9
9
  initializeMode: () => void;
10
10
  applyMode: (value: Mode) => void;
11
11
  autoModeWatcher: () => void;
@@ -1,7 +1,7 @@
1
1
  import type { Theme } from '@skeletonlabs/skeleton/themes';
2
2
  import { type Ref } from 'vue';
3
3
  declare const useTheme: () => {
4
- chosenTheme: Ref<Theme>;
4
+ chosenTheme: Ref<Theme, Theme>;
5
5
  themes: Record<"vuetiful" | "rocket" | "catppuccin" | "cerberus" | "pine" | "rose", Theme>;
6
6
  themeArray: Theme[];
7
7
  applyThemeSSR: (html: string, theme: Theme) => string;