@primer/components 0.0.0-2021929142717 → 0.0.0-2021929153151
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/CHANGELOG.md +4 -2
- package/dist/browser.esm.js.map +1 -1
- package/dist/browser.umd.js.map +1 -1
- package/lib/Autocomplete/Autocomplete.d.ts +27 -27
- package/lib/Autocomplete/AutocompleteInput.d.ts +27 -27
- package/lib/Button/Button.d.ts +25 -25
- package/lib/Button/ButtonBase.d.ts +1 -1
- package/lib/Button/ButtonClose.d.ts +26 -26
- package/lib/Button/ButtonDanger.d.ts +25 -25
- package/lib/Button/ButtonInvisible.d.ts +25 -25
- package/lib/Button/ButtonOutline.d.ts +25 -25
- package/lib/Button/ButtonPrimary.d.ts +25 -25
- package/lib/CircleBadge.d.ts +2 -2
- package/lib/CircleOcticon.d.ts +25 -25
- package/lib/Dialog.d.ts +28 -28
- package/lib/Dropdown.d.ts +102 -102
- package/lib/DropdownMenu/DropdownButton.d.ts +27 -27
- package/lib/FilterList.d.ts +24 -24
- package/lib/Flash.d.ts +1 -1
- package/lib/Label.d.ts +1 -1
- package/lib/Position.d.ts +4 -4
- package/lib/ProgressBar.d.ts +1 -1
- package/lib/SelectMenu/SelectMenu.d.ts +152 -152
- package/lib/SelectMenu/SelectMenuItem.d.ts +1 -1
- package/lib/TextInputWithTokens.d.ts +27 -27
- package/lib/Timeline.d.ts +26 -26
- package/lib/Token/AvatarToken.d.ts +1 -1
- package/lib/Token/IssueLabelToken.d.ts +1 -1
- package/lib/Token/Token.d.ts +1 -1
- package/lib/_TextInputWrapper.d.ts +1 -1
- package/lib/sx.d.ts +8 -2
- package/lib/theme.d.ts +78 -0
- package/lib/theme.js +3 -1
- package/lib/utils/types/KeyPaths.d.ts +3 -0
- package/lib/utils/types/KeyPaths.js +1 -0
- package/lib-esm/Autocomplete/Autocomplete.d.ts +27 -27
- package/lib-esm/Autocomplete/AutocompleteInput.d.ts +27 -27
- package/lib-esm/Button/Button.d.ts +25 -25
- package/lib-esm/Button/ButtonBase.d.ts +1 -1
- package/lib-esm/Button/ButtonClose.d.ts +26 -26
- package/lib-esm/Button/ButtonDanger.d.ts +25 -25
- package/lib-esm/Button/ButtonInvisible.d.ts +25 -25
- package/lib-esm/Button/ButtonOutline.d.ts +25 -25
- package/lib-esm/Button/ButtonPrimary.d.ts +25 -25
- package/lib-esm/CircleBadge.d.ts +2 -2
- package/lib-esm/CircleOcticon.d.ts +25 -25
- package/lib-esm/Dialog.d.ts +28 -28
- package/lib-esm/Dropdown.d.ts +102 -102
- package/lib-esm/DropdownMenu/DropdownButton.d.ts +27 -27
- package/lib-esm/FilterList.d.ts +24 -24
- package/lib-esm/Flash.d.ts +1 -1
- package/lib-esm/Label.d.ts +1 -1
- package/lib-esm/Position.d.ts +4 -4
- package/lib-esm/ProgressBar.d.ts +1 -1
- package/lib-esm/SelectMenu/SelectMenu.d.ts +152 -152
- package/lib-esm/SelectMenu/SelectMenuItem.d.ts +1 -1
- package/lib-esm/TextInputWithTokens.d.ts +27 -27
- package/lib-esm/Timeline.d.ts +26 -26
- package/lib-esm/Token/AvatarToken.d.ts +1 -1
- package/lib-esm/Token/IssueLabelToken.d.ts +1 -1
- package/lib-esm/Token/Token.d.ts +1 -1
- package/lib-esm/_TextInputWrapper.d.ts +1 -1
- package/lib-esm/sx.d.ts +8 -2
- package/lib-esm/theme.d.ts +78 -0
- package/lib-esm/theme.js +2 -1
- package/lib-esm/utils/types/KeyPaths.d.ts +3 -0
- package/lib-esm/utils/types/KeyPaths.js +1 -0
- package/package.json +1 -1
@@ -20,7 +20,7 @@ declare const _default: React.FC<{
|
|
20
20
|
} & {
|
21
21
|
as?: string | React.ComponentType<any> | undefined;
|
22
22
|
forwardedAs?: string | React.ComponentType<any> | undefined;
|
23
|
-
}, string | number | symbol>, "maxWidth" | "minWidth" | "width" | "theme" | "
|
23
|
+
}, string | number | symbol>, "maxWidth" | "minWidth" | "width" | "theme" | "block" | "icon" | "className" | "sx" | "variant" | "disabled" | "contrast"> & {
|
24
24
|
className?: string | undefined;
|
25
25
|
icon?: React.ComponentType<{
|
26
26
|
className?: string | undefined;
|
@@ -37,6 +37,7 @@ declare const _default: React.FC<{
|
|
37
37
|
slot?: string | undefined;
|
38
38
|
style?: React.CSSProperties | undefined;
|
39
39
|
title?: string | undefined;
|
40
|
+
block?: boolean | undefined;
|
40
41
|
key?: React.Key | null | undefined;
|
41
42
|
defaultChecked?: boolean | undefined;
|
42
43
|
defaultValue?: string | number | readonly string[] | undefined;
|
@@ -44,14 +45,14 @@ declare const _default: React.FC<{
|
|
44
45
|
suppressHydrationWarning?: boolean | undefined;
|
45
46
|
accessKey?: string | undefined;
|
46
47
|
className?: string | undefined;
|
47
|
-
contentEditable?: "inherit" | (boolean | "
|
48
|
+
contentEditable?: "inherit" | (boolean | "false" | "true") | undefined;
|
48
49
|
contextMenu?: string | undefined;
|
49
50
|
dir?: string | undefined;
|
50
|
-
draggable?: (boolean | "
|
51
|
+
draggable?: (boolean | "false" | "true") | undefined;
|
51
52
|
id?: string | undefined;
|
52
53
|
lang?: string | undefined;
|
53
54
|
placeholder?: string | undefined;
|
54
|
-
spellCheck?: (boolean | "
|
55
|
+
spellCheck?: (boolean | "false" | "true") | undefined;
|
55
56
|
tabIndex?: number | undefined;
|
56
57
|
radioGroup?: string | undefined;
|
57
58
|
role?: React.AriaRole | undefined;
|
@@ -74,50 +75,50 @@ declare const _default: React.FC<{
|
|
74
75
|
results?: number | undefined;
|
75
76
|
security?: string | undefined;
|
76
77
|
unselectable?: "on" | "off" | undefined;
|
77
|
-
inputMode?: "
|
78
|
+
inputMode?: "search" | "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
78
79
|
is?: string | undefined;
|
79
80
|
'aria-activedescendant'?: string | undefined;
|
80
|
-
'aria-atomic'?: boolean | "
|
81
|
-
'aria-autocomplete'?: "none" | "
|
82
|
-
'aria-busy'?: boolean | "
|
83
|
-
'aria-checked'?: boolean | "
|
81
|
+
'aria-atomic'?: boolean | "false" | "true" | undefined;
|
82
|
+
'aria-autocomplete'?: "none" | "both" | "inline" | "list" | undefined;
|
83
|
+
'aria-busy'?: boolean | "false" | "true" | undefined;
|
84
|
+
'aria-checked'?: boolean | "mixed" | "false" | "true" | undefined;
|
84
85
|
'aria-colcount'?: number | undefined;
|
85
86
|
'aria-colindex'?: number | undefined;
|
86
87
|
'aria-colspan'?: number | undefined;
|
87
88
|
'aria-controls'?: string | undefined;
|
88
|
-
'aria-current'?: boolean | "time" | "
|
89
|
+
'aria-current'?: boolean | "time" | "page" | "false" | "true" | "step" | "location" | "date" | undefined;
|
89
90
|
'aria-describedby'?: string | undefined;
|
90
91
|
'aria-details'?: string | undefined;
|
91
|
-
'aria-disabled'?: boolean | "
|
92
|
-
'aria-dropeffect'?: "
|
92
|
+
'aria-disabled'?: boolean | "false" | "true" | undefined;
|
93
|
+
'aria-dropeffect'?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
|
93
94
|
'aria-errormessage'?: string | undefined;
|
94
|
-
'aria-expanded'?: boolean | "
|
95
|
+
'aria-expanded'?: boolean | "false" | "true" | undefined;
|
95
96
|
'aria-flowto'?: string | undefined;
|
96
|
-
'aria-grabbed'?: boolean | "
|
97
|
-
'aria-haspopup'?: boolean | "grid" | "dialog" | "menu" | "listbox" | "
|
98
|
-
'aria-hidden'?: boolean | "
|
99
|
-
'aria-invalid'?: boolean | "
|
97
|
+
'aria-grabbed'?: boolean | "false" | "true" | undefined;
|
98
|
+
'aria-haspopup'?: boolean | "grid" | "dialog" | "menu" | "listbox" | "false" | "true" | "tree" | undefined;
|
99
|
+
'aria-hidden'?: boolean | "false" | "true" | undefined;
|
100
|
+
'aria-invalid'?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
100
101
|
'aria-keyshortcuts'?: string | undefined;
|
101
102
|
'aria-label'?: string | undefined;
|
102
103
|
'aria-labelledby'?: string | undefined;
|
103
104
|
'aria-level'?: number | undefined;
|
104
105
|
'aria-live'?: "off" | "assertive" | "polite" | undefined;
|
105
|
-
'aria-modal'?: boolean | "
|
106
|
-
'aria-multiline'?: boolean | "
|
107
|
-
'aria-multiselectable'?: boolean | "
|
106
|
+
'aria-modal'?: boolean | "false" | "true" | undefined;
|
107
|
+
'aria-multiline'?: boolean | "false" | "true" | undefined;
|
108
|
+
'aria-multiselectable'?: boolean | "false" | "true" | undefined;
|
108
109
|
'aria-orientation'?: "horizontal" | "vertical" | undefined;
|
109
110
|
'aria-owns'?: string | undefined;
|
110
111
|
'aria-placeholder'?: string | undefined;
|
111
112
|
'aria-posinset'?: number | undefined;
|
112
|
-
'aria-pressed'?: boolean | "
|
113
|
-
'aria-readonly'?: boolean | "
|
113
|
+
'aria-pressed'?: boolean | "mixed" | "false" | "true" | undefined;
|
114
|
+
'aria-readonly'?: boolean | "false" | "true" | undefined;
|
114
115
|
'aria-relevant'?: "all" | "text" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
115
|
-
'aria-required'?: boolean | "
|
116
|
+
'aria-required'?: boolean | "false" | "true" | undefined;
|
116
117
|
'aria-roledescription'?: string | undefined;
|
117
118
|
'aria-rowcount'?: number | undefined;
|
118
119
|
'aria-rowindex'?: number | undefined;
|
119
120
|
'aria-rowspan'?: number | undefined;
|
120
|
-
'aria-selected'?: boolean | "
|
121
|
+
'aria-selected'?: boolean | "false" | "true" | undefined;
|
121
122
|
'aria-setsize'?: number | undefined;
|
122
123
|
'aria-sort'?: "none" | "ascending" | "descending" | "other" | undefined;
|
123
124
|
'aria-valuemax'?: number | undefined;
|
@@ -287,9 +288,8 @@ declare const _default: React.FC<{
|
|
287
288
|
onAnimationIterationCapture?: React.AnimationEventHandler<HTMLSpanElement> | undefined;
|
288
289
|
onTransitionEnd?: React.TransitionEventHandler<HTMLSpanElement> | undefined;
|
289
290
|
onTransitionEndCapture?: React.TransitionEventHandler<HTMLSpanElement> | undefined;
|
290
|
-
|
291
|
-
|
292
|
-
variant?: "large" | "small" | undefined;
|
291
|
+
sx?: import("../sx").BetterSystemStyleObject | undefined;
|
292
|
+
variant?: "small" | "large" | undefined;
|
293
293
|
disabled?: boolean | undefined;
|
294
294
|
hasIcon?: boolean | undefined;
|
295
295
|
contrast?: boolean | undefined;
|
@@ -12,7 +12,7 @@ declare const AutocompleteInput: PolymorphicForwardRefComponent<React.ForwardRef
|
|
12
12
|
} & {
|
13
13
|
as?: string | React.ComponentType<any> | undefined;
|
14
14
|
forwardedAs?: string | React.ComponentType<any> | undefined;
|
15
|
-
}, string | number | symbol>, "maxWidth" | "minWidth" | "width" | "theme" | "
|
15
|
+
}, string | number | symbol>, "maxWidth" | "minWidth" | "width" | "theme" | "block" | "icon" | "className" | "sx" | "variant" | "disabled" | "contrast"> & {
|
16
16
|
className?: string | undefined;
|
17
17
|
icon?: React.ComponentType<{
|
18
18
|
className?: string | undefined;
|
@@ -29,6 +29,7 @@ declare const AutocompleteInput: PolymorphicForwardRefComponent<React.ForwardRef
|
|
29
29
|
slot?: string | undefined;
|
30
30
|
style?: React.CSSProperties | undefined;
|
31
31
|
title?: string | undefined;
|
32
|
+
block?: boolean | undefined;
|
32
33
|
key?: React.Key | null | undefined;
|
33
34
|
defaultChecked?: boolean | undefined;
|
34
35
|
defaultValue?: string | number | readonly string[] | undefined;
|
@@ -36,14 +37,14 @@ declare const AutocompleteInput: PolymorphicForwardRefComponent<React.ForwardRef
|
|
36
37
|
suppressHydrationWarning?: boolean | undefined;
|
37
38
|
accessKey?: string | undefined;
|
38
39
|
className?: string | undefined;
|
39
|
-
contentEditable?: "inherit" | (boolean | "
|
40
|
+
contentEditable?: "inherit" | (boolean | "false" | "true") | undefined;
|
40
41
|
contextMenu?: string | undefined;
|
41
42
|
dir?: string | undefined;
|
42
|
-
draggable?: (boolean | "
|
43
|
+
draggable?: (boolean | "false" | "true") | undefined;
|
43
44
|
id?: string | undefined;
|
44
45
|
lang?: string | undefined;
|
45
46
|
placeholder?: string | undefined;
|
46
|
-
spellCheck?: (boolean | "
|
47
|
+
spellCheck?: (boolean | "false" | "true") | undefined;
|
47
48
|
tabIndex?: number | undefined;
|
48
49
|
radioGroup?: string | undefined;
|
49
50
|
role?: React.AriaRole | undefined;
|
@@ -66,50 +67,50 @@ declare const AutocompleteInput: PolymorphicForwardRefComponent<React.ForwardRef
|
|
66
67
|
results?: number | undefined;
|
67
68
|
security?: string | undefined;
|
68
69
|
unselectable?: "on" | "off" | undefined;
|
69
|
-
inputMode?: "
|
70
|
+
inputMode?: "search" | "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
70
71
|
is?: string | undefined;
|
71
72
|
'aria-activedescendant'?: string | undefined;
|
72
|
-
'aria-atomic'?: boolean | "
|
73
|
-
'aria-autocomplete'?: "none" | "
|
74
|
-
'aria-busy'?: boolean | "
|
75
|
-
'aria-checked'?: boolean | "
|
73
|
+
'aria-atomic'?: boolean | "false" | "true" | undefined;
|
74
|
+
'aria-autocomplete'?: "none" | "both" | "inline" | "list" | undefined;
|
75
|
+
'aria-busy'?: boolean | "false" | "true" | undefined;
|
76
|
+
'aria-checked'?: boolean | "mixed" | "false" | "true" | undefined;
|
76
77
|
'aria-colcount'?: number | undefined;
|
77
78
|
'aria-colindex'?: number | undefined;
|
78
79
|
'aria-colspan'?: number | undefined;
|
79
80
|
'aria-controls'?: string | undefined;
|
80
|
-
'aria-current'?: boolean | "time" | "
|
81
|
+
'aria-current'?: boolean | "time" | "page" | "false" | "true" | "step" | "location" | "date" | undefined;
|
81
82
|
'aria-describedby'?: string | undefined;
|
82
83
|
'aria-details'?: string | undefined;
|
83
|
-
'aria-disabled'?: boolean | "
|
84
|
-
'aria-dropeffect'?: "
|
84
|
+
'aria-disabled'?: boolean | "false" | "true" | undefined;
|
85
|
+
'aria-dropeffect'?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
|
85
86
|
'aria-errormessage'?: string | undefined;
|
86
|
-
'aria-expanded'?: boolean | "
|
87
|
+
'aria-expanded'?: boolean | "false" | "true" | undefined;
|
87
88
|
'aria-flowto'?: string | undefined;
|
88
|
-
'aria-grabbed'?: boolean | "
|
89
|
-
'aria-haspopup'?: boolean | "grid" | "dialog" | "menu" | "listbox" | "
|
90
|
-
'aria-hidden'?: boolean | "
|
91
|
-
'aria-invalid'?: boolean | "
|
89
|
+
'aria-grabbed'?: boolean | "false" | "true" | undefined;
|
90
|
+
'aria-haspopup'?: boolean | "grid" | "dialog" | "menu" | "listbox" | "false" | "true" | "tree" | undefined;
|
91
|
+
'aria-hidden'?: boolean | "false" | "true" | undefined;
|
92
|
+
'aria-invalid'?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
92
93
|
'aria-keyshortcuts'?: string | undefined;
|
93
94
|
'aria-label'?: string | undefined;
|
94
95
|
'aria-labelledby'?: string | undefined;
|
95
96
|
'aria-level'?: number | undefined;
|
96
97
|
'aria-live'?: "off" | "assertive" | "polite" | undefined;
|
97
|
-
'aria-modal'?: boolean | "
|
98
|
-
'aria-multiline'?: boolean | "
|
99
|
-
'aria-multiselectable'?: boolean | "
|
98
|
+
'aria-modal'?: boolean | "false" | "true" | undefined;
|
99
|
+
'aria-multiline'?: boolean | "false" | "true" | undefined;
|
100
|
+
'aria-multiselectable'?: boolean | "false" | "true" | undefined;
|
100
101
|
'aria-orientation'?: "horizontal" | "vertical" | undefined;
|
101
102
|
'aria-owns'?: string | undefined;
|
102
103
|
'aria-placeholder'?: string | undefined;
|
103
104
|
'aria-posinset'?: number | undefined;
|
104
|
-
'aria-pressed'?: boolean | "
|
105
|
-
'aria-readonly'?: boolean | "
|
105
|
+
'aria-pressed'?: boolean | "mixed" | "false" | "true" | undefined;
|
106
|
+
'aria-readonly'?: boolean | "false" | "true" | undefined;
|
106
107
|
'aria-relevant'?: "all" | "text" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
107
|
-
'aria-required'?: boolean | "
|
108
|
+
'aria-required'?: boolean | "false" | "true" | undefined;
|
108
109
|
'aria-roledescription'?: string | undefined;
|
109
110
|
'aria-rowcount'?: number | undefined;
|
110
111
|
'aria-rowindex'?: number | undefined;
|
111
112
|
'aria-rowspan'?: number | undefined;
|
112
|
-
'aria-selected'?: boolean | "
|
113
|
+
'aria-selected'?: boolean | "false" | "true" | undefined;
|
113
114
|
'aria-setsize'?: number | undefined;
|
114
115
|
'aria-sort'?: "none" | "ascending" | "descending" | "other" | undefined;
|
115
116
|
'aria-valuemax'?: number | undefined;
|
@@ -279,9 +280,8 @@ declare const AutocompleteInput: PolymorphicForwardRefComponent<React.ForwardRef
|
|
279
280
|
onAnimationIterationCapture?: React.AnimationEventHandler<HTMLSpanElement> | undefined;
|
280
281
|
onTransitionEnd?: React.TransitionEventHandler<HTMLSpanElement> | undefined;
|
281
282
|
onTransitionEndCapture?: React.TransitionEventHandler<HTMLSpanElement> | undefined;
|
282
|
-
|
283
|
-
|
284
|
-
variant?: "large" | "small" | undefined;
|
283
|
+
sx?: import("../sx").BetterSystemStyleObject | undefined;
|
284
|
+
variant?: "small" | "large" | undefined;
|
285
285
|
disabled?: boolean | undefined;
|
286
286
|
hasIcon?: boolean | undefined;
|
287
287
|
contrast?: boolean | undefined;
|
@@ -3,7 +3,7 @@ import { SxProp } from '../sx';
|
|
3
3
|
import { ComponentProps } from '../utils/types';
|
4
4
|
declare const Button: import("styled-components").StyledComponent<"button", any, {
|
5
5
|
as?: string | import("react").ComponentClass<any, any> | import("react").FunctionComponent<any> | undefined;
|
6
|
-
variant?: "
|
6
|
+
variant?: "small" | "medium" | "large" | undefined;
|
7
7
|
} & import("styled-system").FontSizeProps<Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>, string | number | symbol> & {
|
8
8
|
color?: string | undefined;
|
9
9
|
fontSize?: import("styled-system").ResponsiveValue<string | number | symbol, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
|
@@ -25,14 +25,14 @@ declare const Button: import("styled-components").StyledComponent<"button", any,
|
|
25
25
|
suppressHydrationWarning?: boolean | undefined;
|
26
26
|
accessKey?: string | undefined;
|
27
27
|
className?: string | undefined;
|
28
|
-
contentEditable?: "inherit" | (boolean | "
|
28
|
+
contentEditable?: "inherit" | (boolean | "false" | "true") | undefined;
|
29
29
|
contextMenu?: string | undefined;
|
30
30
|
dir?: string | undefined;
|
31
|
-
draggable?: (boolean | "
|
31
|
+
draggable?: (boolean | "false" | "true") | undefined;
|
32
32
|
id?: string | undefined;
|
33
33
|
lang?: string | undefined;
|
34
34
|
placeholder?: string | undefined;
|
35
|
-
spellCheck?: (boolean | "
|
35
|
+
spellCheck?: (boolean | "false" | "true") | undefined;
|
36
36
|
tabIndex?: number | undefined;
|
37
37
|
radioGroup?: string | undefined;
|
38
38
|
role?: import("react").AriaRole | undefined;
|
@@ -55,50 +55,50 @@ declare const Button: import("styled-components").StyledComponent<"button", any,
|
|
55
55
|
results?: number | undefined;
|
56
56
|
security?: string | undefined;
|
57
57
|
unselectable?: "on" | "off" | undefined;
|
58
|
-
inputMode?: "
|
58
|
+
inputMode?: "search" | "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
59
59
|
is?: string | undefined;
|
60
60
|
'aria-activedescendant'?: string | undefined;
|
61
|
-
'aria-atomic'?: boolean | "
|
62
|
-
'aria-autocomplete'?: "none" | "
|
63
|
-
'aria-busy'?: boolean | "
|
64
|
-
'aria-checked'?: boolean | "
|
61
|
+
'aria-atomic'?: boolean | "false" | "true" | undefined;
|
62
|
+
'aria-autocomplete'?: "none" | "both" | "inline" | "list" | undefined;
|
63
|
+
'aria-busy'?: boolean | "false" | "true" | undefined;
|
64
|
+
'aria-checked'?: boolean | "mixed" | "false" | "true" | undefined;
|
65
65
|
'aria-colcount'?: number | undefined;
|
66
66
|
'aria-colindex'?: number | undefined;
|
67
67
|
'aria-colspan'?: number | undefined;
|
68
68
|
'aria-controls'?: string | undefined;
|
69
|
-
'aria-current'?: boolean | "time" | "
|
69
|
+
'aria-current'?: boolean | "time" | "page" | "false" | "true" | "step" | "location" | "date" | undefined;
|
70
70
|
'aria-describedby'?: string | undefined;
|
71
71
|
'aria-details'?: string | undefined;
|
72
|
-
'aria-disabled'?: boolean | "
|
73
|
-
'aria-dropeffect'?: "
|
72
|
+
'aria-disabled'?: boolean | "false" | "true" | undefined;
|
73
|
+
'aria-dropeffect'?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
|
74
74
|
'aria-errormessage'?: string | undefined;
|
75
|
-
'aria-expanded'?: boolean | "
|
75
|
+
'aria-expanded'?: boolean | "false" | "true" | undefined;
|
76
76
|
'aria-flowto'?: string | undefined;
|
77
|
-
'aria-grabbed'?: boolean | "
|
78
|
-
'aria-haspopup'?: boolean | "grid" | "dialog" | "menu" | "listbox" | "
|
79
|
-
'aria-hidden'?: boolean | "
|
80
|
-
'aria-invalid'?: boolean | "
|
77
|
+
'aria-grabbed'?: boolean | "false" | "true" | undefined;
|
78
|
+
'aria-haspopup'?: boolean | "grid" | "dialog" | "menu" | "listbox" | "false" | "true" | "tree" | undefined;
|
79
|
+
'aria-hidden'?: boolean | "false" | "true" | undefined;
|
80
|
+
'aria-invalid'?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
81
81
|
'aria-keyshortcuts'?: string | undefined;
|
82
82
|
'aria-label'?: string | undefined;
|
83
83
|
'aria-labelledby'?: string | undefined;
|
84
84
|
'aria-level'?: number | undefined;
|
85
85
|
'aria-live'?: "off" | "assertive" | "polite" | undefined;
|
86
|
-
'aria-modal'?: boolean | "
|
87
|
-
'aria-multiline'?: boolean | "
|
88
|
-
'aria-multiselectable'?: boolean | "
|
86
|
+
'aria-modal'?: boolean | "false" | "true" | undefined;
|
87
|
+
'aria-multiline'?: boolean | "false" | "true" | undefined;
|
88
|
+
'aria-multiselectable'?: boolean | "false" | "true" | undefined;
|
89
89
|
'aria-orientation'?: "horizontal" | "vertical" | undefined;
|
90
90
|
'aria-owns'?: string | undefined;
|
91
91
|
'aria-placeholder'?: string | undefined;
|
92
92
|
'aria-posinset'?: number | undefined;
|
93
|
-
'aria-pressed'?: boolean | "
|
94
|
-
'aria-readonly'?: boolean | "
|
93
|
+
'aria-pressed'?: boolean | "mixed" | "false" | "true" | undefined;
|
94
|
+
'aria-readonly'?: boolean | "false" | "true" | undefined;
|
95
95
|
'aria-relevant'?: "all" | "text" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
96
|
-
'aria-required'?: boolean | "
|
96
|
+
'aria-required'?: boolean | "false" | "true" | undefined;
|
97
97
|
'aria-roledescription'?: string | undefined;
|
98
98
|
'aria-rowcount'?: number | undefined;
|
99
99
|
'aria-rowindex'?: number | undefined;
|
100
100
|
'aria-rowspan'?: number | undefined;
|
101
|
-
'aria-selected'?: boolean | "
|
101
|
+
'aria-selected'?: boolean | "false" | "true" | undefined;
|
102
102
|
'aria-setsize'?: number | undefined;
|
103
103
|
'aria-sort'?: "none" | "ascending" | "descending" | "other" | undefined;
|
104
104
|
'aria-valuemax'?: number | undefined;
|
@@ -268,7 +268,7 @@ declare const Button: import("styled-components").StyledComponent<"button", any,
|
|
268
268
|
onAnimationIterationCapture?: import("react").AnimationEventHandler<HTMLButtonElement> | undefined;
|
269
269
|
onTransitionEnd?: import("react").TransitionEventHandler<HTMLButtonElement> | undefined;
|
270
270
|
onTransitionEndCapture?: import("react").TransitionEventHandler<HTMLButtonElement> | undefined;
|
271
|
-
variant?: "
|
271
|
+
variant?: "small" | "medium" | "large" | undefined;
|
272
272
|
as?: string | import("react").ComponentClass<any, any> | import("react").FunctionComponent<any> | undefined;
|
273
273
|
disabled?: boolean | undefined;
|
274
274
|
autoFocus?: boolean | undefined;
|
@@ -6,7 +6,7 @@ export declare const buttonSystemProps: import("styled-system").styleFn;
|
|
6
6
|
export declare type ButtonSystemProps = FontSizeProps & SystemCommonProps & SystemLayoutProps;
|
7
7
|
declare const ButtonBase: import("styled-components").StyledComponent<"button", any, {
|
8
8
|
as?: string | import("react").ComponentClass<any, any> | import("react").FunctionComponent<any> | undefined;
|
9
|
-
variant?: "
|
9
|
+
variant?: "small" | "medium" | "large" | undefined;
|
10
10
|
} & FontSizeProps<Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>, string | number | symbol>, never>;
|
11
11
|
export declare type ButtonBaseProps = ComponentProps<typeof ButtonBase>;
|
12
12
|
export default ButtonBase;
|
@@ -53,6 +53,7 @@ declare const ButtonClose: React.ForwardRefExoticComponent<Pick<{
|
|
53
53
|
paddingX?: import("styled-system").ResponsiveValue<string | number | symbol, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
|
54
54
|
py?: import("styled-system").ResponsiveValue<string | number | symbol, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
|
55
55
|
paddingY?: import("styled-system").ResponsiveValue<string | number | symbol, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
|
56
|
+
size?: import("styled-system").ResponsiveValue<import("csstype").Property.Height<import("styled-system").TLengthStyledSystem>, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
|
56
57
|
type?: "button" | "reset" | "submit" | undefined;
|
57
58
|
name?: string | undefined;
|
58
59
|
key?: React.Key | null | undefined;
|
@@ -62,14 +63,14 @@ declare const ButtonClose: React.ForwardRefExoticComponent<Pick<{
|
|
62
63
|
suppressHydrationWarning?: boolean | undefined;
|
63
64
|
accessKey?: string | undefined;
|
64
65
|
className?: string | undefined;
|
65
|
-
contentEditable?: "inherit" | (boolean | "
|
66
|
+
contentEditable?: "inherit" | (boolean | "false" | "true") | undefined;
|
66
67
|
contextMenu?: string | undefined;
|
67
68
|
dir?: string | undefined;
|
68
|
-
draggable?: (boolean | "
|
69
|
+
draggable?: (boolean | "false" | "true") | undefined;
|
69
70
|
id?: string | undefined;
|
70
71
|
lang?: string | undefined;
|
71
72
|
placeholder?: string | undefined;
|
72
|
-
spellCheck?: (boolean | "
|
73
|
+
spellCheck?: (boolean | "false" | "true") | undefined;
|
73
74
|
tabIndex?: number | undefined;
|
74
75
|
radioGroup?: string | undefined;
|
75
76
|
role?: React.AriaRole | undefined;
|
@@ -92,50 +93,50 @@ declare const ButtonClose: React.ForwardRefExoticComponent<Pick<{
|
|
92
93
|
results?: number | undefined;
|
93
94
|
security?: string | undefined;
|
94
95
|
unselectable?: "on" | "off" | undefined;
|
95
|
-
inputMode?: "
|
96
|
+
inputMode?: "search" | "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
96
97
|
is?: string | undefined;
|
97
98
|
'aria-activedescendant'?: string | undefined;
|
98
|
-
'aria-atomic'?: boolean | "
|
99
|
-
'aria-autocomplete'?: "none" | "
|
100
|
-
'aria-busy'?: boolean | "
|
101
|
-
'aria-checked'?: boolean | "
|
99
|
+
'aria-atomic'?: boolean | "false" | "true" | undefined;
|
100
|
+
'aria-autocomplete'?: "none" | "both" | "inline" | "list" | undefined;
|
101
|
+
'aria-busy'?: boolean | "false" | "true" | undefined;
|
102
|
+
'aria-checked'?: boolean | "mixed" | "false" | "true" | undefined;
|
102
103
|
'aria-colcount'?: number | undefined;
|
103
104
|
'aria-colindex'?: number | undefined;
|
104
105
|
'aria-colspan'?: number | undefined;
|
105
106
|
'aria-controls'?: string | undefined;
|
106
|
-
'aria-current'?: boolean | "time" | "
|
107
|
+
'aria-current'?: boolean | "time" | "page" | "false" | "true" | "step" | "location" | "date" | undefined;
|
107
108
|
'aria-describedby'?: string | undefined;
|
108
109
|
'aria-details'?: string | undefined;
|
109
|
-
'aria-disabled'?: boolean | "
|
110
|
-
'aria-dropeffect'?: "
|
110
|
+
'aria-disabled'?: boolean | "false" | "true" | undefined;
|
111
|
+
'aria-dropeffect'?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
|
111
112
|
'aria-errormessage'?: string | undefined;
|
112
|
-
'aria-expanded'?: boolean | "
|
113
|
+
'aria-expanded'?: boolean | "false" | "true" | undefined;
|
113
114
|
'aria-flowto'?: string | undefined;
|
114
|
-
'aria-grabbed'?: boolean | "
|
115
|
-
'aria-haspopup'?: boolean | "grid" | "dialog" | "menu" | "listbox" | "
|
116
|
-
'aria-hidden'?: boolean | "
|
117
|
-
'aria-invalid'?: boolean | "
|
115
|
+
'aria-grabbed'?: boolean | "false" | "true" | undefined;
|
116
|
+
'aria-haspopup'?: boolean | "grid" | "dialog" | "menu" | "listbox" | "false" | "true" | "tree" | undefined;
|
117
|
+
'aria-hidden'?: boolean | "false" | "true" | undefined;
|
118
|
+
'aria-invalid'?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
118
119
|
'aria-keyshortcuts'?: string | undefined;
|
119
120
|
'aria-label'?: string | undefined;
|
120
121
|
'aria-labelledby'?: string | undefined;
|
121
122
|
'aria-level'?: number | undefined;
|
122
123
|
'aria-live'?: "off" | "assertive" | "polite" | undefined;
|
123
|
-
'aria-modal'?: boolean | "
|
124
|
-
'aria-multiline'?: boolean | "
|
125
|
-
'aria-multiselectable'?: boolean | "
|
124
|
+
'aria-modal'?: boolean | "false" | "true" | undefined;
|
125
|
+
'aria-multiline'?: boolean | "false" | "true" | undefined;
|
126
|
+
'aria-multiselectable'?: boolean | "false" | "true" | undefined;
|
126
127
|
'aria-orientation'?: "horizontal" | "vertical" | undefined;
|
127
128
|
'aria-owns'?: string | undefined;
|
128
129
|
'aria-placeholder'?: string | undefined;
|
129
130
|
'aria-posinset'?: number | undefined;
|
130
|
-
'aria-pressed'?: boolean | "
|
131
|
-
'aria-readonly'?: boolean | "
|
131
|
+
'aria-pressed'?: boolean | "mixed" | "false" | "true" | undefined;
|
132
|
+
'aria-readonly'?: boolean | "false" | "true" | undefined;
|
132
133
|
'aria-relevant'?: "all" | "text" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
133
|
-
'aria-required'?: boolean | "
|
134
|
+
'aria-required'?: boolean | "false" | "true" | undefined;
|
134
135
|
'aria-roledescription'?: string | undefined;
|
135
136
|
'aria-rowcount'?: number | undefined;
|
136
137
|
'aria-rowindex'?: number | undefined;
|
137
138
|
'aria-rowspan'?: number | undefined;
|
138
|
-
'aria-selected'?: boolean | "
|
139
|
+
'aria-selected'?: boolean | "false" | "true" | undefined;
|
139
140
|
'aria-setsize'?: number | undefined;
|
140
141
|
'aria-sort'?: "none" | "ascending" | "descending" | "other" | undefined;
|
141
142
|
'aria-valuemax'?: number | undefined;
|
@@ -305,8 +306,7 @@ declare const ButtonClose: React.ForwardRefExoticComponent<Pick<{
|
|
305
306
|
onAnimationIterationCapture?: React.AnimationEventHandler<HTMLButtonElement> | undefined;
|
306
307
|
onTransitionEnd?: React.TransitionEventHandler<HTMLButtonElement> | undefined;
|
307
308
|
onTransitionEndCapture?: React.TransitionEventHandler<HTMLButtonElement> | undefined;
|
308
|
-
|
309
|
-
sx?: import("@styled-system/css").SystemStyleObject | undefined;
|
309
|
+
sx?: import("../sx").BetterSystemStyleObject | undefined;
|
310
310
|
disabled?: boolean | undefined;
|
311
311
|
autoFocus?: boolean | undefined;
|
312
312
|
formAction?: string | undefined;
|
@@ -316,6 +316,6 @@ declare const ButtonClose: React.ForwardRefExoticComponent<Pick<{
|
|
316
316
|
formTarget?: string | undefined;
|
317
317
|
} & {
|
318
318
|
theme?: any;
|
319
|
-
}, "backgroundColor" | "color" | "display" | "height" | "marginBottom" | "marginLeft" | "marginRight" | "marginTop" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "overflowX" | "overflowY" | "paddingBottom" | "paddingLeft" | "paddingRight" | "paddingTop" | "translate" | "verticalAlign" | "width" | "margin" | "overflow" | "padding" | "hidden" | "children" | "theme" | "value" | "form" | "p" | "slot" | "style" | "title" | "bg" | "m" | "mt" | "mr" | "mb" | "ml" | "mx" | "marginX" | "my" | "marginY" | "pt" | "pr" | "pb" | "pl" | "px" | "paddingX" | "py" | "paddingY" | "type" | "name" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "id" | "lang" | "placeholder" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "
|
319
|
+
}, "backgroundColor" | "color" | "display" | "height" | "marginBottom" | "marginLeft" | "marginRight" | "marginTop" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "overflowX" | "overflowY" | "paddingBottom" | "paddingLeft" | "paddingRight" | "paddingTop" | "translate" | "verticalAlign" | "width" | "margin" | "overflow" | "padding" | "hidden" | "children" | "theme" | "value" | "form" | "p" | "slot" | "style" | "title" | "bg" | "m" | "mt" | "mr" | "mb" | "ml" | "mx" | "marginX" | "my" | "marginY" | "pt" | "pr" | "pb" | "pl" | "px" | "paddingX" | "py" | "paddingY" | "size" | "type" | "name" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "id" | "lang" | "placeholder" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "sx" | "disabled" | "autoFocus" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget"> & React.RefAttributes<HTMLButtonElement>>;
|
320
320
|
export declare type ButtonCloseProps = ComponentProps<typeof ButtonClose>;
|
321
321
|
export default ButtonClose;
|