@primer/components 0.0.0-20219283497 → 0.0.0-202192953933
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 +17 -1
- package/dist/browser.esm.js +147 -143
- package/dist/browser.esm.js.map +1 -1
- package/dist/browser.umd.js +147 -143
- package/dist/browser.umd.js.map +1 -1
- package/lib/Autocomplete/Autocomplete.d.ts +28 -28
- package/lib/Autocomplete/AutocompleteInput.d.ts +28 -28
- package/lib/Button/Button.d.ts +26 -26
- package/lib/Button/ButtonBase.d.ts +1 -1
- package/lib/Button/ButtonClose.d.ts +27 -27
- package/lib/Button/ButtonDanger.d.ts +26 -26
- package/lib/Button/ButtonInvisible.d.ts +26 -26
- package/lib/Button/ButtonOutline.d.ts +26 -26
- package/lib/Button/ButtonPrimary.d.ts +26 -26
- package/lib/Button/ButtonStyles.js +1 -1
- package/lib/CircleBadge.d.ts +2 -2
- package/lib/CircleOcticon.d.ts +30 -30
- package/lib/Dialog.d.ts +33 -33
- package/lib/Dropdown.d.ts +114 -114
- package/lib/DropdownMenu/DropdownButton.d.ts +28 -28
- package/lib/FilterList.d.ts +25 -25
- package/lib/Flash.d.ts +1 -1
- package/lib/Label.d.ts +1 -1
- package/lib/NewButton/button.d.ts +65 -65
- package/lib/NewButton/button.js +62 -27
- package/lib/NewButton/buttonStyles.d.ts +2 -0
- package/lib/NewButton/buttonStyles.js +14 -0
- package/lib/Position.d.ts +4 -4
- package/lib/SelectMenu/SelectMenu.d.ts +159 -159
- package/lib/SelectMenu/SelectMenuItem.d.ts +1 -1
- package/lib/SelectMenu/SelectMenuModal.d.ts +1 -1
- package/lib/TextInputWithTokens.d.ts +32 -28
- package/lib/TextInputWithTokens.js +102 -29
- package/lib/Timeline.d.ts +31 -31
- 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/Token/Token.js +13 -2
- package/lib/Token/TokenBase.js +0 -4
- package/lib/Token/_RemoveTokenButton.js +15 -2
- package/lib/_TextInputWrapper.js +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/testing.d.ts +1 -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 +28 -28
- package/lib-esm/Autocomplete/AutocompleteInput.d.ts +28 -28
- package/lib-esm/Button/Button.d.ts +26 -26
- package/lib-esm/Button/ButtonBase.d.ts +1 -1
- package/lib-esm/Button/ButtonClose.d.ts +27 -27
- package/lib-esm/Button/ButtonDanger.d.ts +26 -26
- package/lib-esm/Button/ButtonInvisible.d.ts +26 -26
- package/lib-esm/Button/ButtonOutline.d.ts +26 -26
- package/lib-esm/Button/ButtonPrimary.d.ts +26 -26
- package/lib-esm/Button/ButtonStyles.js +1 -1
- package/lib-esm/CircleBadge.d.ts +2 -2
- package/lib-esm/CircleOcticon.d.ts +30 -30
- package/lib-esm/Dialog.d.ts +33 -33
- package/lib-esm/Dropdown.d.ts +114 -114
- package/lib-esm/DropdownMenu/DropdownButton.d.ts +28 -28
- package/lib-esm/FilterList.d.ts +25 -25
- package/lib-esm/Flash.d.ts +1 -1
- package/lib-esm/Label.d.ts +1 -1
- package/lib-esm/NewButton/button.d.ts +65 -65
- package/lib-esm/NewButton/button.js +62 -27
- package/lib-esm/NewButton/buttonStyles.d.ts +2 -0
- package/lib-esm/NewButton/buttonStyles.js +3 -0
- package/lib-esm/Position.d.ts +4 -4
- package/lib-esm/SelectMenu/SelectMenu.d.ts +159 -159
- package/lib-esm/SelectMenu/SelectMenuItem.d.ts +1 -1
- package/lib-esm/SelectMenu/SelectMenuModal.d.ts +1 -1
- package/lib-esm/TextInputWithTokens.d.ts +32 -28
- package/lib-esm/TextInputWithTokens.js +101 -30
- package/lib-esm/Timeline.d.ts +31 -31
- 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/Token/Token.js +13 -2
- package/lib-esm/Token/TokenBase.js +0 -4
- package/lib-esm/Token/_RemoveTokenButton.js +11 -2
- package/lib-esm/_TextInputWrapper.js +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/testing.d.ts +1 -1
- package/lib-esm/utils/types/KeyPaths.d.ts +3 -0
- package/lib-esm/utils/types/KeyPaths.js +1 -0
- package/package.json +2 -1
@@ -12,6 +12,8 @@ declare function CircleOcticon(props: CircleOcticonProps): JSX.Element;
|
|
12
12
|
declare namespace CircleOcticon {
|
13
13
|
var defaultProps: {
|
14
14
|
size: number;
|
15
|
+
lineHeight?: import("styled-system").ResponsiveValue<string | number | symbol, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
|
16
|
+
border?: import("styled-system").ResponsiveValue<import("csstype").Property.Border<import("styled-system").TLengthStyledSystem>, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
|
15
17
|
boxShadow?: import("styled-system").ResponsiveValue<number | import("csstype").Property.BoxShadow, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
|
16
18
|
fontWeight?: import("styled-system").ResponsiveValue<string | number | symbol, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
|
17
19
|
zIndex?: import("styled-system").ResponsiveValue<import("csstype").Property.ZIndex, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
|
@@ -61,7 +63,6 @@ declare namespace CircleOcticon {
|
|
61
63
|
justifySelf?: import("styled-system").ResponsiveValue<import("csstype").Property.JustifySelf, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
|
62
64
|
left?: import("styled-system").ResponsiveValue<import("csstype").Property.Left<import("styled-system").TLengthStyledSystem>, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
|
63
65
|
letterSpacing?: import("styled-system").ResponsiveValue<string | number | symbol, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
|
64
|
-
lineHeight?: import("styled-system").ResponsiveValue<string | number | symbol, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
|
65
66
|
marginBottom?: import("styled-system").ResponsiveValue<string | number | symbol, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
|
66
67
|
marginLeft?: import("styled-system").ResponsiveValue<string | number | symbol, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
|
67
68
|
marginRight?: import("styled-system").ResponsiveValue<string | number | symbol, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
|
@@ -88,7 +89,6 @@ declare namespace CircleOcticon {
|
|
88
89
|
width?: import("styled-system").ResponsiveValue<import("csstype").Property.Width<import("styled-system").TLengthStyledSystem>, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
|
89
90
|
background?: import("styled-system").ResponsiveValue<import("csstype").Property.Background<import("styled-system").TLengthStyledSystem>, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
|
90
91
|
backgroundPosition?: import("styled-system").ResponsiveValue<import("csstype").Property.BackgroundPosition<import("styled-system").TLengthStyledSystem>, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
|
91
|
-
border?: import("styled-system").ResponsiveValue<import("csstype").Property.Border<import("styled-system").TLengthStyledSystem>, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
|
92
92
|
borderBottom?: import("styled-system").ResponsiveValue<import("csstype").Property.BorderBottom<import("styled-system").TLengthStyledSystem>, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
|
93
93
|
borderColor?: import("styled-system").ResponsiveValue<string | number | symbol, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
|
94
94
|
borderLeft?: import("styled-system").ResponsiveValue<import("csstype").Property.BorderLeft<import("styled-system").TLengthStyledSystem>, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
|
@@ -123,8 +123,12 @@ declare namespace CircleOcticon {
|
|
123
123
|
paddingX?: import("styled-system").ResponsiveValue<string | number | symbol, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
|
124
124
|
py?: import("styled-system").ResponsiveValue<string | number | symbol, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
|
125
125
|
paddingY?: import("styled-system").ResponsiveValue<string | number | symbol, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
|
126
|
-
|
126
|
+
hidden?: boolean | undefined;
|
127
127
|
style?: React.CSSProperties | undefined;
|
128
|
+
gridColumnGap?: import("styled-system").ResponsiveValue<import("csstype").Property.GridColumnGap<import("styled-system").TLengthStyledSystem>, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
|
129
|
+
gridGap?: import("styled-system").ResponsiveValue<import("csstype").Property.GridGap<import("styled-system").TLengthStyledSystem>, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
|
130
|
+
gridRowGap?: import("styled-system").ResponsiveValue<import("csstype").Property.GridRowGap<import("styled-system").TLengthStyledSystem>, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
|
131
|
+
slot?: string | undefined;
|
128
132
|
title?: string | undefined;
|
129
133
|
ref?: ((instance: HTMLDivElement | null) => void) | React.RefObject<HTMLDivElement> | null | undefined;
|
130
134
|
key?: React.Key | null | undefined;
|
@@ -134,15 +138,14 @@ declare namespace CircleOcticon {
|
|
134
138
|
suppressHydrationWarning?: boolean | undefined;
|
135
139
|
accessKey?: string | undefined;
|
136
140
|
className?: string | undefined;
|
137
|
-
contentEditable?:
|
141
|
+
contentEditable?: "inherit" | (boolean | "false" | "true") | undefined;
|
138
142
|
contextMenu?: string | undefined;
|
139
143
|
dir?: string | undefined;
|
140
|
-
draggable?: (boolean | "
|
141
|
-
hidden?: boolean | undefined;
|
144
|
+
draggable?: (boolean | "false" | "true") | undefined;
|
142
145
|
id?: string | undefined;
|
143
146
|
lang?: string | undefined;
|
144
147
|
placeholder?: string | undefined;
|
145
|
-
spellCheck?: (boolean | "
|
148
|
+
spellCheck?: (boolean | "false" | "true") | undefined;
|
146
149
|
tabIndex?: number | undefined;
|
147
150
|
radioGroup?: string | undefined;
|
148
151
|
role?: React.AriaRole | undefined;
|
@@ -165,50 +168,50 @@ declare namespace CircleOcticon {
|
|
165
168
|
results?: number | undefined;
|
166
169
|
security?: string | undefined;
|
167
170
|
unselectable?: "on" | "off" | undefined;
|
168
|
-
inputMode?: "
|
171
|
+
inputMode?: "search" | "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
169
172
|
is?: string | undefined;
|
170
173
|
'aria-activedescendant'?: string | undefined;
|
171
|
-
'aria-atomic'?: boolean | "
|
172
|
-
'aria-autocomplete'?: "
|
173
|
-
'aria-busy'?: boolean | "
|
174
|
-
'aria-checked'?: boolean | "
|
174
|
+
'aria-atomic'?: boolean | "false" | "true" | undefined;
|
175
|
+
'aria-autocomplete'?: "none" | "both" | "inline" | "list" | undefined;
|
176
|
+
'aria-busy'?: boolean | "false" | "true" | undefined;
|
177
|
+
'aria-checked'?: boolean | "mixed" | "false" | "true" | undefined;
|
175
178
|
'aria-colcount'?: number | undefined;
|
176
179
|
'aria-colindex'?: number | undefined;
|
177
180
|
'aria-colspan'?: number | undefined;
|
178
181
|
'aria-controls'?: string | undefined;
|
179
|
-
'aria-current'?: boolean | "
|
182
|
+
'aria-current'?: boolean | "page" | "false" | "true" | "time" | "step" | "location" | "date" | undefined;
|
180
183
|
'aria-describedby'?: string | undefined;
|
181
184
|
'aria-details'?: string | undefined;
|
182
|
-
'aria-disabled'?: boolean | "
|
185
|
+
'aria-disabled'?: boolean | "false" | "true" | undefined;
|
183
186
|
'aria-dropeffect'?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
|
184
187
|
'aria-errormessage'?: string | undefined;
|
185
|
-
'aria-expanded'?: boolean | "
|
188
|
+
'aria-expanded'?: boolean | "false" | "true" | undefined;
|
186
189
|
'aria-flowto'?: string | undefined;
|
187
|
-
'aria-grabbed'?: boolean | "
|
188
|
-
'aria-haspopup'?: boolean | "grid" | "
|
189
|
-
'aria-hidden'?: boolean | "
|
190
|
-
'aria-invalid'?: boolean | "
|
190
|
+
'aria-grabbed'?: boolean | "false" | "true" | undefined;
|
191
|
+
'aria-haspopup'?: boolean | "grid" | "listbox" | "menu" | "false" | "true" | "dialog" | "tree" | undefined;
|
192
|
+
'aria-hidden'?: boolean | "false" | "true" | undefined;
|
193
|
+
'aria-invalid'?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
191
194
|
'aria-keyshortcuts'?: string | undefined;
|
192
195
|
'aria-label'?: string | undefined;
|
193
196
|
'aria-labelledby'?: string | undefined;
|
194
197
|
'aria-level'?: number | undefined;
|
195
198
|
'aria-live'?: "off" | "assertive" | "polite" | undefined;
|
196
|
-
'aria-modal'?: boolean | "
|
197
|
-
'aria-multiline'?: boolean | "
|
198
|
-
'aria-multiselectable'?: boolean | "
|
199
|
+
'aria-modal'?: boolean | "false" | "true" | undefined;
|
200
|
+
'aria-multiline'?: boolean | "false" | "true" | undefined;
|
201
|
+
'aria-multiselectable'?: boolean | "false" | "true" | undefined;
|
199
202
|
'aria-orientation'?: "horizontal" | "vertical" | undefined;
|
200
203
|
'aria-owns'?: string | undefined;
|
201
204
|
'aria-placeholder'?: string | undefined;
|
202
205
|
'aria-posinset'?: number | undefined;
|
203
|
-
'aria-pressed'?: boolean | "
|
204
|
-
'aria-readonly'?: boolean | "
|
206
|
+
'aria-pressed'?: boolean | "mixed" | "false" | "true" | undefined;
|
207
|
+
'aria-readonly'?: boolean | "false" | "true" | undefined;
|
205
208
|
'aria-relevant'?: "all" | "text" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
206
|
-
'aria-required'?: boolean | "
|
209
|
+
'aria-required'?: boolean | "false" | "true" | undefined;
|
207
210
|
'aria-roledescription'?: string | undefined;
|
208
211
|
'aria-rowcount'?: number | undefined;
|
209
212
|
'aria-rowindex'?: number | undefined;
|
210
213
|
'aria-rowspan'?: number | undefined;
|
211
|
-
'aria-selected'?: boolean | "
|
214
|
+
'aria-selected'?: boolean | "false" | "true" | undefined;
|
212
215
|
'aria-setsize'?: number | undefined;
|
213
216
|
'aria-sort'?: "none" | "ascending" | "descending" | "other" | undefined;
|
214
217
|
'aria-valuemax'?: number | undefined;
|
@@ -379,12 +382,9 @@ declare namespace CircleOcticon {
|
|
379
382
|
onAnimationIterationCapture?: React.AnimationEventHandler<HTMLDivElement> | undefined;
|
380
383
|
onTransitionEnd?: React.TransitionEventHandler<HTMLDivElement> | undefined;
|
381
384
|
onTransitionEndCapture?: React.TransitionEventHandler<HTMLDivElement> | undefined;
|
382
|
-
gridColumnGap?: import("styled-system").ResponsiveValue<import("csstype").Property.GridColumnGap<import("styled-system").TLengthStyledSystem>, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
|
383
|
-
gridGap?: import("styled-system").ResponsiveValue<import("csstype").Property.GridGap<import("styled-system").TLengthStyledSystem>, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
|
384
|
-
gridRowGap?: import("styled-system").ResponsiveValue<import("csstype").Property.GridRowGap<import("styled-system").TLengthStyledSystem>, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
|
385
385
|
borderX?: import("styled-system").ResponsiveValue<import("csstype").Property.Border<import("styled-system").TLengthStyledSystem>, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
|
386
386
|
borderY?: import("styled-system").ResponsiveValue<import("csstype").Property.Border<import("styled-system").TLengthStyledSystem>, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
|
387
|
-
sx?: import("
|
387
|
+
sx?: import("./sx").BetterSystemStyleObject | undefined;
|
388
388
|
theme?: any;
|
389
389
|
};
|
390
390
|
}
|
package/lib-esm/Dialog.d.ts
CHANGED
@@ -14,6 +14,8 @@ declare namespace DialogHeader {
|
|
14
14
|
backgroundColor: string;
|
15
15
|
};
|
16
16
|
var propTypes: {
|
17
|
+
lineHeight?: React.Validator<import("styled-system").ResponsiveValue<string | number | symbol, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined> | undefined;
|
18
|
+
border?: React.Validator<import("styled-system").ResponsiveValue<import("csstype").Property.Border<import("styled-system").TLengthStyledSystem>, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined> | undefined;
|
17
19
|
boxShadow?: React.Validator<import("styled-system").ResponsiveValue<number | import("csstype").Property.BoxShadow, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined> | undefined;
|
18
20
|
fontWeight?: React.Validator<import("styled-system").ResponsiveValue<string | number | symbol, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined> | undefined;
|
19
21
|
zIndex?: React.Validator<import("styled-system").ResponsiveValue<import("csstype").Property.ZIndex, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined> | undefined;
|
@@ -63,7 +65,6 @@ declare namespace DialogHeader {
|
|
63
65
|
justifySelf?: React.Validator<import("styled-system").ResponsiveValue<import("csstype").Property.JustifySelf, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined> | undefined;
|
64
66
|
left?: React.Validator<import("styled-system").ResponsiveValue<import("csstype").Property.Left<import("styled-system").TLengthStyledSystem>, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined> | undefined;
|
65
67
|
letterSpacing?: React.Validator<import("styled-system").ResponsiveValue<string | number | symbol, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined> | undefined;
|
66
|
-
lineHeight?: React.Validator<import("styled-system").ResponsiveValue<string | number | symbol, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined> | undefined;
|
67
68
|
marginBottom?: React.Validator<import("styled-system").ResponsiveValue<string | number | symbol, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined> | undefined;
|
68
69
|
marginLeft?: React.Validator<import("styled-system").ResponsiveValue<string | number | symbol, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined> | undefined;
|
69
70
|
marginRight?: React.Validator<import("styled-system").ResponsiveValue<string | number | symbol, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined> | undefined;
|
@@ -90,7 +91,6 @@ declare namespace DialogHeader {
|
|
90
91
|
width?: React.Validator<import("styled-system").ResponsiveValue<import("csstype").Property.Width<import("styled-system").TLengthStyledSystem>, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined> | undefined;
|
91
92
|
background?: React.Validator<import("styled-system").ResponsiveValue<import("csstype").Property.Background<import("styled-system").TLengthStyledSystem>, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined> | undefined;
|
92
93
|
backgroundPosition?: React.Validator<import("styled-system").ResponsiveValue<import("csstype").Property.BackgroundPosition<import("styled-system").TLengthStyledSystem>, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined> | undefined;
|
93
|
-
border?: React.Validator<import("styled-system").ResponsiveValue<import("csstype").Property.Border<import("styled-system").TLengthStyledSystem>, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined> | undefined;
|
94
94
|
borderBottom?: React.Validator<import("styled-system").ResponsiveValue<import("csstype").Property.BorderBottom<import("styled-system").TLengthStyledSystem>, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined> | undefined;
|
95
95
|
borderColor?: React.Validator<import("styled-system").ResponsiveValue<string | number | symbol, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined> | undefined;
|
96
96
|
borderLeft?: React.Validator<import("styled-system").ResponsiveValue<import("csstype").Property.BorderLeft<import("styled-system").TLengthStyledSystem>, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined> | undefined;
|
@@ -125,8 +125,13 @@ declare namespace DialogHeader {
|
|
125
125
|
paddingX?: React.Validator<import("styled-system").ResponsiveValue<string | number | symbol, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined> | undefined;
|
126
126
|
py?: React.Validator<import("styled-system").ResponsiveValue<string | number | symbol, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined> | undefined;
|
127
127
|
paddingY?: React.Validator<import("styled-system").ResponsiveValue<string | number | symbol, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined> | undefined;
|
128
|
-
|
128
|
+
hidden?: React.Validator<boolean | null | undefined> | undefined;
|
129
|
+
size?: React.Validator<import("styled-system").ResponsiveValue<import("csstype").Property.Height<import("styled-system").TLengthStyledSystem>, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined> | undefined;
|
129
130
|
style?: React.Validator<React.CSSProperties | null | undefined> | undefined;
|
131
|
+
gridColumnGap?: React.Validator<import("styled-system").ResponsiveValue<import("csstype").Property.GridColumnGap<import("styled-system").TLengthStyledSystem>, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined> | undefined;
|
132
|
+
gridGap?: React.Validator<import("styled-system").ResponsiveValue<import("csstype").Property.GridGap<import("styled-system").TLengthStyledSystem>, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined> | undefined;
|
133
|
+
gridRowGap?: React.Validator<import("styled-system").ResponsiveValue<import("csstype").Property.GridRowGap<import("styled-system").TLengthStyledSystem>, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined> | undefined;
|
134
|
+
slot?: React.Validator<string | null | undefined> | undefined;
|
130
135
|
title?: React.Validator<string | null | undefined> | undefined;
|
131
136
|
ref?: React.Validator<((instance: HTMLDivElement | null) => void) | React.RefObject<HTMLDivElement> | null | undefined> | undefined;
|
132
137
|
key?: React.Validator<React.Key | null | undefined> | undefined;
|
@@ -136,15 +141,14 @@ declare namespace DialogHeader {
|
|
136
141
|
suppressHydrationWarning?: React.Validator<boolean | null | undefined> | undefined;
|
137
142
|
accessKey?: React.Validator<string | null | undefined> | undefined;
|
138
143
|
className?: React.Validator<string | null | undefined> | undefined;
|
139
|
-
contentEditable?: React.Validator<
|
144
|
+
contentEditable?: React.Validator<"inherit" | (boolean | "false" | "true") | null | undefined> | undefined;
|
140
145
|
contextMenu?: React.Validator<string | null | undefined> | undefined;
|
141
146
|
dir?: React.Validator<string | null | undefined> | undefined;
|
142
|
-
draggable?: React.Validator<(boolean | "
|
143
|
-
hidden?: React.Validator<boolean | null | undefined> | undefined;
|
147
|
+
draggable?: React.Validator<(boolean | "false" | "true") | null | undefined> | undefined;
|
144
148
|
id?: React.Validator<string | null | undefined> | undefined;
|
145
149
|
lang?: React.Validator<string | null | undefined> | undefined;
|
146
150
|
placeholder?: React.Validator<string | null | undefined> | undefined;
|
147
|
-
spellCheck?: React.Validator<(boolean | "
|
151
|
+
spellCheck?: React.Validator<(boolean | "false" | "true") | null | undefined> | undefined;
|
148
152
|
tabIndex?: React.Validator<number | null | undefined> | undefined;
|
149
153
|
radioGroup?: React.Validator<string | null | undefined> | undefined;
|
150
154
|
role?: React.Validator<React.AriaRole | null | undefined> | undefined;
|
@@ -167,50 +171,50 @@ declare namespace DialogHeader {
|
|
167
171
|
results?: React.Validator<number | null | undefined> | undefined;
|
168
172
|
security?: React.Validator<string | null | undefined> | undefined;
|
169
173
|
unselectable?: React.Validator<"on" | "off" | null | undefined> | undefined;
|
170
|
-
inputMode?: React.Validator<"
|
174
|
+
inputMode?: React.Validator<"search" | "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | null | undefined> | undefined;
|
171
175
|
is?: React.Validator<string | null | undefined> | undefined;
|
172
176
|
'aria-activedescendant'?: React.Validator<string | null | undefined> | undefined;
|
173
|
-
'aria-atomic'?: React.Validator<boolean | "
|
174
|
-
'aria-autocomplete'?: React.Validator<"
|
175
|
-
'aria-busy'?: React.Validator<boolean | "
|
176
|
-
'aria-checked'?: React.Validator<boolean | "
|
177
|
+
'aria-atomic'?: React.Validator<boolean | "false" | "true" | null | undefined> | undefined;
|
178
|
+
'aria-autocomplete'?: React.Validator<"none" | "both" | "inline" | "list" | null | undefined> | undefined;
|
179
|
+
'aria-busy'?: React.Validator<boolean | "false" | "true" | null | undefined> | undefined;
|
180
|
+
'aria-checked'?: React.Validator<boolean | "mixed" | "false" | "true" | null | undefined> | undefined;
|
177
181
|
'aria-colcount'?: React.Validator<number | null | undefined> | undefined;
|
178
182
|
'aria-colindex'?: React.Validator<number | null | undefined> | undefined;
|
179
183
|
'aria-colspan'?: React.Validator<number | null | undefined> | undefined;
|
180
184
|
'aria-controls'?: React.Validator<string | null | undefined> | undefined;
|
181
|
-
'aria-current'?: React.Validator<boolean | "
|
185
|
+
'aria-current'?: React.Validator<boolean | "page" | "false" | "true" | "time" | "step" | "location" | "date" | null | undefined> | undefined;
|
182
186
|
'aria-describedby'?: React.Validator<string | null | undefined> | undefined;
|
183
187
|
'aria-details'?: React.Validator<string | null | undefined> | undefined;
|
184
|
-
'aria-disabled'?: React.Validator<boolean | "
|
188
|
+
'aria-disabled'?: React.Validator<boolean | "false" | "true" | null | undefined> | undefined;
|
185
189
|
'aria-dropeffect'?: React.Validator<"link" | "none" | "copy" | "move" | "execute" | "popup" | null | undefined> | undefined;
|
186
190
|
'aria-errormessage'?: React.Validator<string | null | undefined> | undefined;
|
187
|
-
'aria-expanded'?: React.Validator<boolean | "
|
191
|
+
'aria-expanded'?: React.Validator<boolean | "false" | "true" | null | undefined> | undefined;
|
188
192
|
'aria-flowto'?: React.Validator<string | null | undefined> | undefined;
|
189
|
-
'aria-grabbed'?: React.Validator<boolean | "
|
190
|
-
'aria-haspopup'?: React.Validator<boolean | "grid" | "
|
191
|
-
'aria-hidden'?: React.Validator<boolean | "
|
192
|
-
'aria-invalid'?: React.Validator<boolean | "
|
193
|
+
'aria-grabbed'?: React.Validator<boolean | "false" | "true" | null | undefined> | undefined;
|
194
|
+
'aria-haspopup'?: React.Validator<boolean | "grid" | "listbox" | "menu" | "false" | "true" | "dialog" | "tree" | null | undefined> | undefined;
|
195
|
+
'aria-hidden'?: React.Validator<boolean | "false" | "true" | null | undefined> | undefined;
|
196
|
+
'aria-invalid'?: React.Validator<boolean | "false" | "true" | "grammar" | "spelling" | null | undefined> | undefined;
|
193
197
|
'aria-keyshortcuts'?: React.Validator<string | null | undefined> | undefined;
|
194
198
|
'aria-label'?: React.Validator<string | null | undefined> | undefined;
|
195
199
|
'aria-labelledby'?: React.Validator<string | null | undefined> | undefined;
|
196
200
|
'aria-level'?: React.Validator<number | null | undefined> | undefined;
|
197
201
|
'aria-live'?: React.Validator<"off" | "assertive" | "polite" | null | undefined> | undefined;
|
198
|
-
'aria-modal'?: React.Validator<boolean | "
|
199
|
-
'aria-multiline'?: React.Validator<boolean | "
|
200
|
-
'aria-multiselectable'?: React.Validator<boolean | "
|
202
|
+
'aria-modal'?: React.Validator<boolean | "false" | "true" | null | undefined> | undefined;
|
203
|
+
'aria-multiline'?: React.Validator<boolean | "false" | "true" | null | undefined> | undefined;
|
204
|
+
'aria-multiselectable'?: React.Validator<boolean | "false" | "true" | null | undefined> | undefined;
|
201
205
|
'aria-orientation'?: React.Validator<"horizontal" | "vertical" | null | undefined> | undefined;
|
202
206
|
'aria-owns'?: React.Validator<string | null | undefined> | undefined;
|
203
207
|
'aria-placeholder'?: React.Validator<string | null | undefined> | undefined;
|
204
208
|
'aria-posinset'?: React.Validator<number | null | undefined> | undefined;
|
205
|
-
'aria-pressed'?: React.Validator<boolean | "
|
206
|
-
'aria-readonly'?: React.Validator<boolean | "
|
209
|
+
'aria-pressed'?: React.Validator<boolean | "mixed" | "false" | "true" | null | undefined> | undefined;
|
210
|
+
'aria-readonly'?: React.Validator<boolean | "false" | "true" | null | undefined> | undefined;
|
207
211
|
'aria-relevant'?: React.Validator<"all" | "text" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | null | undefined> | undefined;
|
208
|
-
'aria-required'?: React.Validator<boolean | "
|
212
|
+
'aria-required'?: React.Validator<boolean | "false" | "true" | null | undefined> | undefined;
|
209
213
|
'aria-roledescription'?: React.Validator<string | null | undefined> | undefined;
|
210
214
|
'aria-rowcount'?: React.Validator<number | null | undefined> | undefined;
|
211
215
|
'aria-rowindex'?: React.Validator<number | null | undefined> | undefined;
|
212
216
|
'aria-rowspan'?: React.Validator<number | null | undefined> | undefined;
|
213
|
-
'aria-selected'?: React.Validator<boolean | "
|
217
|
+
'aria-selected'?: React.Validator<boolean | "false" | "true" | null | undefined> | undefined;
|
214
218
|
'aria-setsize'?: React.Validator<number | null | undefined> | undefined;
|
215
219
|
'aria-sort'?: React.Validator<"none" | "ascending" | "descending" | "other" | null | undefined> | undefined;
|
216
220
|
'aria-valuemax'?: React.Validator<number | null | undefined> | undefined;
|
@@ -381,13 +385,9 @@ declare namespace DialogHeader {
|
|
381
385
|
onAnimationIterationCapture?: React.Validator<React.AnimationEventHandler<HTMLDivElement> | null | undefined> | undefined;
|
382
386
|
onTransitionEnd?: React.Validator<React.TransitionEventHandler<HTMLDivElement> | null | undefined> | undefined;
|
383
387
|
onTransitionEndCapture?: React.Validator<React.TransitionEventHandler<HTMLDivElement> | null | undefined> | undefined;
|
384
|
-
gridColumnGap?: React.Validator<import("styled-system").ResponsiveValue<import("csstype").Property.GridColumnGap<import("styled-system").TLengthStyledSystem>, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined> | undefined;
|
385
|
-
gridGap?: React.Validator<import("styled-system").ResponsiveValue<import("csstype").Property.GridGap<import("styled-system").TLengthStyledSystem>, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined> | undefined;
|
386
|
-
gridRowGap?: React.Validator<import("styled-system").ResponsiveValue<import("csstype").Property.GridRowGap<import("styled-system").TLengthStyledSystem>, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined> | undefined;
|
387
|
-
size?: React.Validator<import("styled-system").ResponsiveValue<import("csstype").Property.Height<import("styled-system").TLengthStyledSystem>, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined> | undefined;
|
388
388
|
borderX?: React.Validator<import("styled-system").ResponsiveValue<import("csstype").Property.Border<import("styled-system").TLengthStyledSystem>, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined> | undefined;
|
389
389
|
borderY?: React.Validator<import("styled-system").ResponsiveValue<import("csstype").Property.Border<import("styled-system").TLengthStyledSystem>, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined> | undefined;
|
390
|
-
sx?: React.Validator<import("
|
390
|
+
sx?: React.Validator<import("./sx").BetterSystemStyleObject | undefined> | undefined;
|
391
391
|
theme?: React.Validator<any> | undefined;
|
392
392
|
};
|
393
393
|
var displayName: string;
|
@@ -398,9 +398,9 @@ declare type InternalDialogProps = {
|
|
398
398
|
initialFocusRef?: React.RefObject<HTMLElement>;
|
399
399
|
returnFocusRef?: React.RefObject<HTMLElement>;
|
400
400
|
} & ComponentProps<typeof DialogBase>;
|
401
|
-
declare const Dialog: React.ForwardRefExoticComponent<Pick<InternalDialogProps, "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" | "bg" | "m" | "mt" | "mr" | "mb" | "ml" | "mx" | "marginX" | "my" | "marginY" | "p" | "pt" | "pr" | "pb" | "pl" | "px" | "paddingX" | "py" | "paddingY" | "
|
401
|
+
declare const Dialog: React.ForwardRefExoticComponent<Pick<InternalDialogProps, "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" | "bg" | "m" | "mt" | "mr" | "mb" | "ml" | "mx" | "marginX" | "my" | "marginY" | "p" | "pt" | "pr" | "pb" | "pl" | "px" | "paddingX" | "py" | "paddingY" | "hidden" | "size" | "style" | "slot" | "title" | "theme" | "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" | "children" | "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" | "initialFocusRef" | "returnFocusRef" | "isOpen" | "onDismiss" | "narrow" | "wide"> & React.RefAttributes<HTMLDivElement>>;
|
402
402
|
export declare type DialogProps = ComponentProps<typeof Dialog>;
|
403
|
-
declare const _default: React.ForwardRefExoticComponent<Pick<InternalDialogProps, "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" | "bg" | "m" | "mt" | "mr" | "mb" | "ml" | "mx" | "marginX" | "my" | "marginY" | "p" | "pt" | "pr" | "pb" | "pl" | "px" | "paddingX" | "py" | "paddingY" | "
|
403
|
+
declare const _default: React.ForwardRefExoticComponent<Pick<InternalDialogProps, "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" | "bg" | "m" | "mt" | "mr" | "mb" | "ml" | "mx" | "marginX" | "my" | "marginY" | "p" | "pt" | "pr" | "pb" | "pl" | "px" | "paddingX" | "py" | "paddingY" | "hidden" | "size" | "style" | "slot" | "title" | "theme" | "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" | "children" | "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" | "initialFocusRef" | "returnFocusRef" | "isOpen" | "onDismiss" | "narrow" | "wide"> & React.RefAttributes<HTMLDivElement>> & {
|
404
404
|
Header: typeof DialogHeader;
|
405
405
|
};
|
406
406
|
export default _default;
|