@porsche-design-system/components-vue 3.0.0-rc.0 → 3.0.0-rc.2

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 (67) hide show
  1. package/CHANGELOG.md +87 -25
  2. package/PorscheDesignSystemProvider.vue.d.ts +11 -3
  3. package/lib/components/AccordionWrapper.vue.d.ts +24 -41
  4. package/lib/components/BannerWrapper.vue.d.ts +25 -50
  5. package/lib/components/ButtonGroupWrapper.vue.d.ts +17 -13
  6. package/lib/components/ButtonPureWrapper.vue.d.ts +35 -80
  7. package/lib/components/ButtonTileWrapper.vue.d.ts +34 -82
  8. package/lib/components/ButtonWrapper.vue.d.ts +29 -57
  9. package/lib/components/CarouselWrapper.vue.d.ts +32 -74
  10. package/lib/components/CheckboxWrapperWrapper.vue.d.ts +29 -34
  11. package/lib/components/CheckboxWrapperWrapper.vue.js +6 -5
  12. package/lib/components/ContentWrapperWrapper.vue.d.ts +22 -28
  13. package/lib/components/CrestWrapper.vue.d.ts +15 -23
  14. package/lib/components/DisplayWrapper.vue.d.ts +26 -42
  15. package/lib/components/DividerWrapper.vue.d.ts +18 -30
  16. package/lib/components/FieldsetWrapper.vue.d.ts +24 -40
  17. package/lib/components/FieldsetWrapperWrapper.vue.d.ts +25 -41
  18. package/lib/components/FlexItemWrapper.vue.d.ts +28 -44
  19. package/lib/components/FlexWrapper.vue.d.ts +28 -44
  20. package/lib/components/GridItemWrapper.vue.d.ts +20 -20
  21. package/lib/components/GridWrapper.vue.d.ts +22 -27
  22. package/lib/components/HeadingWrapper.vue.d.ts +26 -42
  23. package/lib/components/HeadlineWrapper.vue.d.ts +26 -42
  24. package/lib/components/IconWrapper.vue.d.ts +22 -50
  25. package/lib/components/IconWrapper.vue.js +8 -8
  26. package/lib/components/InlineNotificationWrapper.vue.d.ts +27 -56
  27. package/lib/components/LinkPureWrapper.vue.d.ts +37 -90
  28. package/lib/components/LinkSocialWrapper.vue.d.ts +25 -45
  29. package/lib/components/LinkTileModelSignatureWrapper.vue.d.ts +26 -46
  30. package/lib/components/LinkTileWrapper.vue.d.ts +31 -75
  31. package/lib/components/LinkWrapper.vue.d.ts +30 -62
  32. package/lib/components/MarqueWrapper.vue.d.ts +19 -35
  33. package/lib/components/ModalWrapper.vue.d.ts +22 -43
  34. package/lib/components/ModelSignatureWrapper.vue.d.ts +18 -30
  35. package/lib/components/PaginationWrapper.vue.d.ts +22 -59
  36. package/lib/components/PopoverWrapper.vue.d.ts +22 -30
  37. package/lib/components/RadioButtonWrapperWrapper.vue.d.ts +22 -34
  38. package/lib/components/ScrollerWrapper.vue.d.ts +33 -49
  39. package/lib/components/ScrollerWrapper.vue.js +4 -3
  40. package/lib/components/SegmentedControlItemWrapper.vue.d.ts +20 -31
  41. package/lib/components/SegmentedControlWrapper.vue.d.ts +20 -25
  42. package/lib/components/SelectWrapperWrapper.vue.d.ts +27 -55
  43. package/lib/components/SpinnerWrapper.vue.d.ts +16 -24
  44. package/lib/components/StepperHorizontalItemWrapper.vue.d.ts +18 -17
  45. package/lib/components/StepperHorizontalWrapper.vue.d.ts +19 -17
  46. package/lib/components/SwitchWrapper.vue.d.ts +24 -45
  47. package/lib/components/TableBodyWrapper.vue.d.ts +6 -1
  48. package/lib/components/TableCellWrapper.vue.d.ts +16 -12
  49. package/lib/components/TableHeadCellWrapper.vue.d.ts +18 -22
  50. package/lib/components/TableHeadRowWrapper.vue.d.ts +6 -1
  51. package/lib/components/TableHeadWrapper.vue.d.ts +6 -1
  52. package/lib/components/TableRowWrapper.vue.d.ts +6 -1
  53. package/lib/components/TableWrapper.vue.d.ts +18 -19
  54. package/lib/components/TabsBarWrapper.vue.d.ts +25 -42
  55. package/lib/components/TabsItemWrapper.vue.d.ts +9 -8
  56. package/lib/components/TabsWrapper.vue.d.ts +26 -43
  57. package/lib/components/TagDismissibleWrapper.vue.d.ts +22 -30
  58. package/lib/components/TagWrapper.vue.d.ts +22 -30
  59. package/lib/components/TextFieldWrapperWrapper.vue.d.ts +31 -71
  60. package/lib/components/TextListItemWrapper.vue.d.ts +6 -1
  61. package/lib/components/TextListWrapper.vue.d.ts +22 -30
  62. package/lib/components/TextWrapper.vue.d.ts +28 -48
  63. package/lib/components/TextareaWrapperWrapper.vue.d.ts +25 -49
  64. package/lib/components/ToastWrapper.vue.d.ts +12 -12
  65. package/lib/components/WordmarkWrapper.vue.d.ts +19 -35
  66. package/lib/types.d.ts +219 -191
  67. package/package.json +2 -2
@@ -1,34 +1,36 @@
1
+ /** __vue_virtual_code_placeholder */
1
2
  import type { TextAlign, TextColor, BreakpointCustomizable, TextSize, TextTag, Theme, TextWeight } from '../types';
2
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
3
+ type PTextProps = {
3
4
  /**
4
5
  * Text alignment of the component.
5
6
  */
6
- align?: "center" | "left" | "right" | undefined;
7
+ align?: TextAlign;
7
8
  /**
8
9
  * Basic text color variations depending on theme property.
9
10
  */
10
- color?: "default" | "inherit" | "primary" | "contrast-low" | "contrast-medium" | "contrast-high" | "notification-success" | "notification-warning" | "notification-error" | "notification-info" | "brand" | "neutral-contrast-low" | "neutral-contrast-medium" | "neutral-contrast-high" | "notification-neutral" | undefined;
11
+ color?: TextColor;
11
12
  /**
12
13
  * Adds an ellipsis to a single line of text if it overflows.
13
14
  */
14
- ellipsis?: boolean | undefined;
15
+ ellipsis?: boolean;
15
16
  /**
16
17
  * Size of the text. Also defines the size for specific breakpoints, like {base: "small", l: "medium"}. You always need to provide a base value when doing this.
17
18
  */
18
- size?: BreakpointCustomizable<"inherit" | "xx-small" | "x-small" | "small" | "medium" | "large" | "x-large"> | undefined;
19
+ size?: BreakpointCustomizable<TextSize>;
19
20
  /**
20
21
  * Sets a custom HTML tag depending on the usage of the text component.
21
22
  */
22
- tag?: "time" | "p" | "span" | "div" | "address" | "blockquote" | "figcaption" | "cite" | "legend" | undefined;
23
+ tag?: TextTag;
23
24
  /**
24
25
  * Adapts the text color depending on the theme. Has no effect when "inherit" is set as color prop.
25
26
  */
26
- theme?: "light" | "dark" | undefined;
27
+ theme?: Theme;
27
28
  /**
28
29
  * The weight of the text.
29
30
  */
30
- weight?: "regular" | "semi-bold" | "bold" | "thin" | "semibold" | undefined;
31
- }>, {
31
+ weight?: TextWeight;
32
+ };
33
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<PTextProps>, {
32
34
  align: string;
33
35
  color: string;
34
36
  ellipsis: boolean;
@@ -36,36 +38,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
36
38
  tag: string;
37
39
  theme: string;
38
40
  weight: string;
39
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
40
- /**
41
- * Text alignment of the component.
42
- */
43
- align?: "center" | "left" | "right" | undefined;
44
- /**
45
- * Basic text color variations depending on theme property.
46
- */
47
- color?: "default" | "inherit" | "primary" | "contrast-low" | "contrast-medium" | "contrast-high" | "notification-success" | "notification-warning" | "notification-error" | "notification-info" | "brand" | "neutral-contrast-low" | "neutral-contrast-medium" | "neutral-contrast-high" | "notification-neutral" | undefined;
48
- /**
49
- * Adds an ellipsis to a single line of text if it overflows.
50
- */
51
- ellipsis?: boolean | undefined;
52
- /**
53
- * Size of the text. Also defines the size for specific breakpoints, like {base: "small", l: "medium"}. You always need to provide a base value when doing this.
54
- */
55
- size?: BreakpointCustomizable<"inherit" | "xx-small" | "x-small" | "small" | "medium" | "large" | "x-large"> | undefined;
56
- /**
57
- * Sets a custom HTML tag depending on the usage of the text component.
58
- */
59
- tag?: "time" | "p" | "span" | "div" | "address" | "blockquote" | "figcaption" | "cite" | "legend" | undefined;
60
- /**
61
- * Adapts the text color depending on the theme. Has no effect when "inherit" is set as color prop.
62
- */
63
- theme?: "light" | "dark" | undefined;
64
- /**
65
- * The weight of the text.
66
- */
67
- weight?: "regular" | "semi-bold" | "bold" | "thin" | "semibold" | undefined;
68
- }>, {
41
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<PTextProps>, {
69
42
  align: string;
70
43
  color: string;
71
44
  ellipsis: boolean;
@@ -74,15 +47,15 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
74
47
  theme: string;
75
48
  weight: string;
76
49
  }>>>, {
77
- weight: TextWeight;
78
- size: BreakpointCustomizable<TextSize>;
79
- tag: TextTag;
80
- theme: Theme;
81
- align: TextAlign;
82
- color: TextColor;
50
+ weight: "regular" | "semi-bold" | "bold" | "thin" | "semibold";
51
+ size: BreakpointCustomizable<"inherit" | "xx-small" | "x-small" | "small" | "medium" | "large" | "x-large">;
52
+ tag: "time" | "p" | "span" | "div" | "address" | "blockquote" | "figcaption" | "cite" | "legend";
53
+ theme: "light" | "dark";
54
+ align: "center" | "left" | "right";
55
+ color: "default" | "inherit" | "primary" | "contrast-low" | "contrast-medium" | "contrast-high" | "notification-success" | "notification-warning" | "notification-error" | "notification-info" | "brand" | "neutral-contrast-low" | "neutral-contrast-medium" | "neutral-contrast-high" | "notification-neutral";
83
56
  ellipsis: boolean;
84
57
  }>, {
85
- default: (_: {}) => any;
58
+ default?(_: {}): any;
86
59
  }>;
87
60
  export default _default;
88
61
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
@@ -95,12 +68,19 @@ type __VLS_TypePropsToRuntimeProps<T> = {
95
68
  };
96
69
  };
97
70
  type __VLS_WithDefaults<P, D> = {
98
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? P[K] & {
71
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
99
72
  default: D[K];
100
- } : P[K];
73
+ }> : P[K];
101
74
  };
102
75
  type __VLS_WithTemplateSlots<T, S> = T & {
103
76
  new (): {
104
77
  $slots: S;
78
+ $props: __VLS_PropsChildren<S>;
105
79
  };
106
80
  };
81
+ type __VLS_PropsChildren<S> = {
82
+ [K in keyof (boolean extends (JSX.ElementChildrenAttribute extends never ? true : false) ? never : JSX.ElementChildrenAttribute)]?: S;
83
+ };
84
+ type __VLS_Prettify<T> = {
85
+ [K in keyof T]: T[K];
86
+ } & {};
@@ -1,38 +1,40 @@
1
+ /** __vue_virtual_code_placeholder */
1
2
  import type { BreakpointCustomizable, TextareaWrapperState, Theme } from '../types';
2
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
3
+ type PTextareaWrapperProps = {
3
4
  /**
4
5
  * The description text.
5
6
  */
6
- description?: string | undefined;
7
+ description?: string;
7
8
  /**
8
9
  * Show or hide label. For better accessibility it is recommended to show the label.
9
10
  */
10
- hideLabel?: BreakpointCustomizable<boolean> | undefined;
11
+ hideLabel?: BreakpointCustomizable<boolean>;
11
12
  /**
12
13
  * The label text.
13
14
  */
14
- label?: string | undefined;
15
+ label?: string;
15
16
  /**
16
17
  * The message styled depending on validation state.
17
18
  */
18
- message?: string | undefined;
19
+ message?: string;
19
20
  /**
20
21
  * @deprecated since v3.0.0, will be removed with next major release, use `showCounter` instead. Show or hide max character count.
21
22
  */
22
- showCharacterCount?: boolean | undefined;
23
+ showCharacterCount?: boolean;
23
24
  /**
24
25
  * Show or hide max character count.
25
26
  */
26
- showCounter?: boolean | undefined;
27
+ showCounter?: boolean;
27
28
  /**
28
29
  * The validation state.
29
30
  */
30
- state?: "success" | "none" | "error" | undefined;
31
+ state?: TextareaWrapperState;
31
32
  /**
32
33
  * Adapts the color depending on the theme.
33
34
  */
34
- theme?: "light" | "dark" | undefined;
35
- }>, {
35
+ theme?: Theme;
36
+ };
37
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<PTextareaWrapperProps>, {
36
38
  description: string;
37
39
  hideLabel: boolean;
38
40
  label: string;
@@ -40,40 +42,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
40
42
  showCounter: boolean;
41
43
  state: string;
42
44
  theme: string;
43
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
44
- /**
45
- * The description text.
46
- */
47
- description?: string | undefined;
48
- /**
49
- * Show or hide label. For better accessibility it is recommended to show the label.
50
- */
51
- hideLabel?: BreakpointCustomizable<boolean> | undefined;
52
- /**
53
- * The label text.
54
- */
55
- label?: string | undefined;
56
- /**
57
- * The message styled depending on validation state.
58
- */
59
- message?: string | undefined;
60
- /**
61
- * @deprecated since v3.0.0, will be removed with next major release, use `showCounter` instead. Show or hide max character count.
62
- */
63
- showCharacterCount?: boolean | undefined;
64
- /**
65
- * Show or hide max character count.
66
- */
67
- showCounter?: boolean | undefined;
68
- /**
69
- * The validation state.
70
- */
71
- state?: "success" | "none" | "error" | undefined;
72
- /**
73
- * Adapts the color depending on the theme.
74
- */
75
- theme?: "light" | "dark" | undefined;
76
- }>, {
45
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<PTextareaWrapperProps>, {
77
46
  description: string;
78
47
  hideLabel: boolean;
79
48
  label: string;
@@ -83,14 +52,14 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
83
52
  theme: string;
84
53
  }>>>, {
85
54
  label: string;
86
- theme: Theme;
55
+ theme: "light" | "dark";
87
56
  description: string;
88
- state: TextareaWrapperState;
57
+ state: "success" | "none" | "error";
89
58
  hideLabel: BreakpointCustomizable<boolean>;
90
59
  message: string;
91
60
  showCounter: boolean;
92
61
  }>, {
93
- default: (_: {}) => any;
62
+ default?(_: {}): any;
94
63
  }>;
95
64
  export default _default;
96
65
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
@@ -103,12 +72,19 @@ type __VLS_TypePropsToRuntimeProps<T> = {
103
72
  };
104
73
  };
105
74
  type __VLS_WithDefaults<P, D> = {
106
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? P[K] & {
75
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
107
76
  default: D[K];
108
- } : P[K];
77
+ }> : P[K];
109
78
  };
110
79
  type __VLS_WithTemplateSlots<T, S> = T & {
111
80
  new (): {
112
81
  $slots: S;
82
+ $props: __VLS_PropsChildren<S>;
113
83
  };
114
84
  };
85
+ type __VLS_PropsChildren<S> = {
86
+ [K in keyof (boolean extends (JSX.ElementChildrenAttribute extends never ? true : false) ? never : JSX.ElementChildrenAttribute)]?: S;
87
+ };
88
+ type __VLS_Prettify<T> = {
89
+ [K in keyof T]: T[K];
90
+ } & {};
@@ -1,20 +1,17 @@
1
+ /** __vue_virtual_code_placeholder */
1
2
  import type { Theme } from '../types';
2
- declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
3
+ type PToastProps = {
3
4
  /**
4
5
  * Adapts the toast color depending on the theme.
5
6
  */
6
- theme?: "light" | "dark" | undefined;
7
- }>, {
7
+ theme?: Theme;
8
+ };
9
+ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<PToastProps>, {
8
10
  theme: string;
9
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
10
- /**
11
- * Adapts the toast color depending on the theme.
12
- */
13
- theme?: "light" | "dark" | undefined;
14
- }>, {
11
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<PToastProps>, {
15
12
  theme: string;
16
13
  }>>>, {
17
- theme: Theme;
14
+ theme: "light" | "dark";
18
15
  }>;
19
16
  export default _default;
20
17
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
@@ -27,7 +24,10 @@ type __VLS_TypePropsToRuntimeProps<T> = {
27
24
  };
28
25
  };
29
26
  type __VLS_WithDefaults<P, D> = {
30
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? P[K] & {
27
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
31
28
  default: D[K];
32
- } : P[K];
29
+ }> : P[K];
33
30
  };
31
+ type __VLS_Prettify<T> = {
32
+ [K in keyof T]: T[K];
33
+ } & {};
@@ -1,58 +1,39 @@
1
- import type { SelectedAriaAttributes, WordmarkSize, WordmarkTarget, Theme } from '../types';
2
- declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
1
+ /** __vue_virtual_code_placeholder */
2
+ import type { SelectedAriaAttributes, WordmarkAriaAttribute, WordmarkSize, WordmarkTarget, Theme } from '../types';
3
+ type PWordmarkProps = {
3
4
  /**
4
5
  * Add ARIA attributes.
5
6
  */
6
- aria?: SelectedAriaAttributes<"aria-label"> | undefined;
7
+ aria?: SelectedAriaAttributes<WordmarkAriaAttribute>;
7
8
  /**
8
9
  * When providing an url then the component will be rendered as `<a>`.
9
10
  */
10
- href?: string | undefined;
11
+ href?: string;
11
12
  /**
12
13
  * Adapts sizing of wordmark.
13
14
  */
14
- size?: "inherit" | "small" | undefined;
15
+ size?: WordmarkSize;
15
16
  /**
16
17
  * Target attribute where the link should be opened.
17
18
  */
18
- target?: string | undefined;
19
+ target?: WordmarkTarget;
19
20
  /**
20
21
  * Adapts color depending on theme.
21
22
  */
22
- theme?: "light" | "dark" | undefined;
23
- }>, {
23
+ theme?: Theme;
24
+ };
25
+ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<PWordmarkProps>, {
24
26
  size: string;
25
27
  target: string;
26
28
  theme: string;
27
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
28
- /**
29
- * Add ARIA attributes.
30
- */
31
- aria?: SelectedAriaAttributes<"aria-label"> | undefined;
32
- /**
33
- * When providing an url then the component will be rendered as `<a>`.
34
- */
35
- href?: string | undefined;
36
- /**
37
- * Adapts sizing of wordmark.
38
- */
39
- size?: "inherit" | "small" | undefined;
40
- /**
41
- * Target attribute where the link should be opened.
42
- */
43
- target?: string | undefined;
44
- /**
45
- * Adapts color depending on theme.
46
- */
47
- theme?: "light" | "dark" | undefined;
48
- }>, {
29
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<PWordmarkProps>, {
49
30
  size: string;
50
31
  target: string;
51
32
  theme: string;
52
33
  }>>>, {
53
- size: WordmarkSize;
54
- theme: Theme;
55
- target: WordmarkTarget;
34
+ size: "inherit" | "small";
35
+ theme: "light" | "dark";
36
+ target: string;
56
37
  }>;
57
38
  export default _default;
58
39
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
@@ -65,7 +46,10 @@ type __VLS_TypePropsToRuntimeProps<T> = {
65
46
  };
66
47
  };
67
48
  type __VLS_WithDefaults<P, D> = {
68
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? P[K] & {
49
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
69
50
  default: D[K];
70
- } : P[K];
51
+ }> : P[K];
71
52
  };
53
+ type __VLS_Prettify<T> = {
54
+ [K in keyof T]: T[K];
55
+ } & {};