@pedidopago/ui 1.9.2 → 1.9.4
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/dist/components/CollapseCard/ExpandButton/styles.d.ts +59 -59
- package/dist/components/CollapseCard/styles.d.ts +57 -57
- package/dist/components/DateInput/components/ModalWrapper/styles.d.ts +57 -57
- package/dist/components/Dropzone/styles.d.ts +5 -5
- package/dist/components/EmojiPicker/styles.d.ts +94 -94
- package/dist/components/Flex/styles.d.ts +7 -7
- package/dist/components/Modal/index.d.ts +1 -1
- package/dist/components/Modal/index.d.ts.map +1 -1
- package/dist/components/Modal/index.js +1 -1
- package/dist/components/Modal/styles.d.ts +98 -98
- package/dist/components/Modal/types.d.ts +1 -0
- package/dist/components/Modal/types.d.ts.map +1 -1
- package/dist/components/MultipleSelect/components/OptionsArea/styles.d.ts +57 -57
- package/dist/components/MultipleSelect/index.d.ts.map +1 -1
- package/dist/components/MultipleSelect/index.js +1 -1
- package/dist/components/NewSelect/components/OptionsSelect/styles.d.ts +57 -57
- package/dist/components/Slider/components/SliderSelector.d.ts +3 -3
- package/dist/components/Slider/index.d.ts +3 -3
- package/dist/components/Slider/styles.d.ts +1 -1
- package/dist/components/Tabs/styles.d.ts +2 -2
- package/dist/components/Timeline/styles.d.ts +1 -1
- package/dist/components/Toast/EventManager/index.d.ts +3 -0
- package/dist/components/Toast/EventManager/index.d.ts.map +1 -0
- package/dist/components/Toast/EventManager/index.js +1 -0
- package/dist/components/Toast/EventManager/types.d.ts +18 -0
- package/dist/components/Toast/EventManager/types.d.ts.map +1 -0
- package/dist/components/Toast/EventManager/types.js +1 -0
- package/dist/components/Toast/Example/index.d.ts +5 -0
- package/dist/components/Toast/Example/index.d.ts.map +1 -0
- package/dist/components/Toast/Example/index.js +1 -0
- package/dist/components/Toast/ToastContainer/index.d.ts +4 -0
- package/dist/components/Toast/ToastContainer/index.d.ts.map +1 -0
- package/dist/components/Toast/ToastContainer/index.js +1 -0
- package/dist/components/Toast/ToastContainer/styles.d.ts +6 -0
- package/dist/components/Toast/ToastContainer/styles.d.ts.map +1 -0
- package/dist/components/Toast/ToastContainer/styles.js +1 -0
- package/dist/components/Toast/ToastItem/animations.d.ts +12 -0
- package/dist/components/Toast/ToastItem/animations.d.ts.map +1 -0
- package/dist/components/Toast/ToastItem/animations.js +2 -0
- package/dist/components/Toast/ToastItem/index.d.ts +4 -0
- package/dist/components/Toast/ToastItem/index.d.ts.map +1 -0
- package/dist/components/Toast/ToastItem/index.js +1 -0
- package/dist/components/Toast/ToastItem/styles.d.ts +12 -0
- package/dist/components/Toast/ToastItem/styles.d.ts.map +1 -0
- package/dist/components/Toast/ToastItem/styles.js +1 -0
- package/dist/components/Toast/ToastItem/types.d.ts +7 -0
- package/dist/components/Toast/ToastItem/types.d.ts.map +1 -0
- package/dist/components/Toast/ToastItem/types.js +1 -0
- package/dist/components/Toast/ToastItem/utils.d.ts +4 -0
- package/dist/components/Toast/ToastItem/utils.d.ts.map +1 -0
- package/dist/components/Toast/ToastItem/utils.js +1 -0
- package/dist/components/Toast/contexts/ToastProvider.d.ts.map +1 -1
- package/dist/components/Toast/contexts/ToastProvider.js +1 -1
- package/dist/components/Toast/hooks/useToast.d.ts +11 -1
- package/dist/components/Toast/hooks/useToast.d.ts.map +1 -1
- package/dist/components/Toast/hooks/useToast.js +10 -1
- package/dist/components/Toast/index.d.ts +5 -3
- package/dist/components/Toast/index.d.ts.map +1 -1
- package/dist/components/Toast/index.js +1 -1
- package/dist/components/Toast/toast-handler.d.ts +11 -0
- package/dist/components/Toast/toast-handler.d.ts.map +1 -0
- package/dist/components/Toast/toast-handler.js +1 -0
- package/dist/components/Toast/types.d.ts +26 -13
- package/dist/components/Toast/types.d.ts.map +1 -1
- package/dist/components/Typography/styles.d.ts +5 -5
- package/dist/index.d.ts +1 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1 -1
- package/package.json +4 -4
- package/dist/components/Toast/button-example.d.ts +0 -7
- package/dist/components/Toast/button-example.d.ts.map +0 -1
- package/dist/components/Toast/button-example.js +0 -1
- package/dist/components/Toast/components/Toast.d.ts +0 -5
- package/dist/components/Toast/components/Toast.d.ts.map +0 -1
- package/dist/components/Toast/components/Toast.js +0 -1
- package/dist/components/Toast/styles.d.ts +0 -23
- package/dist/components/Toast/styles.d.ts.map +0 -1
- package/dist/components/Toast/styles.js +0 -1
- package/dist/components/Toast/toast.test.d.ts +0 -2
- package/dist/components/Toast/toast.test.d.ts.map +0 -1
- package/dist/components/Toast/toast.test.js +0 -1
|
@@ -4,57 +4,90 @@ export declare const AnimatedContainer: import("@emotion/styled").StyledComponen
|
|
|
4
4
|
slot?: string | undefined;
|
|
5
5
|
title?: string | undefined;
|
|
6
6
|
color?: string | undefined;
|
|
7
|
-
translate?: "
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
7
|
+
translate?: "yes" | "no" | undefined;
|
|
8
|
+
defaultChecked?: boolean | undefined;
|
|
9
|
+
defaultValue?: string | number | readonly string[] | undefined;
|
|
10
|
+
suppressContentEditableWarning?: boolean | undefined;
|
|
11
|
+
suppressHydrationWarning?: boolean | undefined;
|
|
12
|
+
accessKey?: string | undefined;
|
|
13
|
+
autoFocus?: boolean | undefined;
|
|
11
14
|
className?: string | undefined;
|
|
15
|
+
contentEditable?: "inherit" | (boolean | "true" | "false") | undefined;
|
|
16
|
+
contextMenu?: string | undefined;
|
|
17
|
+
dir?: string | undefined;
|
|
18
|
+
draggable?: (boolean | "true" | "false") | undefined;
|
|
19
|
+
hidden?: boolean | undefined;
|
|
20
|
+
id?: string | undefined;
|
|
12
21
|
lang?: string | undefined;
|
|
13
|
-
|
|
14
|
-
|
|
22
|
+
nonce?: string | undefined;
|
|
23
|
+
placeholder?: string | undefined;
|
|
24
|
+
spellCheck?: (boolean | "true" | "false") | undefined;
|
|
15
25
|
tabIndex?: number | undefined;
|
|
26
|
+
radioGroup?: string | undefined;
|
|
27
|
+
role?: import("react").AriaRole | undefined;
|
|
28
|
+
about?: string | undefined;
|
|
29
|
+
datatype?: string | undefined;
|
|
30
|
+
inlist?: any;
|
|
31
|
+
prefix?: string | undefined;
|
|
32
|
+
property?: string | undefined;
|
|
33
|
+
resource?: string | undefined;
|
|
34
|
+
typeof?: string | undefined;
|
|
35
|
+
vocab?: string | undefined;
|
|
36
|
+
autoCapitalize?: string | undefined;
|
|
37
|
+
autoCorrect?: string | undefined;
|
|
38
|
+
autoSave?: string | undefined;
|
|
39
|
+
itemProp?: string | undefined;
|
|
40
|
+
itemScope?: boolean | undefined;
|
|
41
|
+
itemType?: string | undefined;
|
|
42
|
+
itemID?: string | undefined;
|
|
43
|
+
itemRef?: string | undefined;
|
|
44
|
+
results?: number | undefined;
|
|
45
|
+
security?: string | undefined;
|
|
46
|
+
unselectable?: "on" | "off" | undefined;
|
|
47
|
+
inputMode?: "text" | "search" | "none" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
48
|
+
is?: string | undefined;
|
|
16
49
|
"aria-activedescendant"?: string | undefined;
|
|
17
|
-
"aria-atomic"?: (boolean | "
|
|
18
|
-
"aria-autocomplete"?: "
|
|
19
|
-
"aria-busy"?: (boolean | "
|
|
20
|
-
"aria-checked"?: boolean | "
|
|
50
|
+
"aria-atomic"?: (boolean | "true" | "false") | undefined;
|
|
51
|
+
"aria-autocomplete"?: "list" | "none" | "inline" | "both" | undefined;
|
|
52
|
+
"aria-busy"?: (boolean | "true" | "false") | undefined;
|
|
53
|
+
"aria-checked"?: boolean | "true" | "false" | "mixed" | undefined;
|
|
21
54
|
"aria-colcount"?: number | undefined;
|
|
22
55
|
"aria-colindex"?: number | undefined;
|
|
23
56
|
"aria-colspan"?: number | undefined;
|
|
24
57
|
"aria-controls"?: string | undefined;
|
|
25
|
-
"aria-current"?: boolean | "time" | "
|
|
58
|
+
"aria-current"?: boolean | "time" | "true" | "false" | "date" | "step" | "page" | "location" | undefined;
|
|
26
59
|
"aria-describedby"?: string | undefined;
|
|
27
60
|
"aria-details"?: string | undefined;
|
|
28
|
-
"aria-disabled"?: (boolean | "
|
|
61
|
+
"aria-disabled"?: (boolean | "true" | "false") | undefined;
|
|
29
62
|
"aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
|
|
30
63
|
"aria-errormessage"?: string | undefined;
|
|
31
|
-
"aria-expanded"?: (boolean | "
|
|
64
|
+
"aria-expanded"?: (boolean | "true" | "false") | undefined;
|
|
32
65
|
"aria-flowto"?: string | undefined;
|
|
33
|
-
"aria-grabbed"?: (boolean | "
|
|
34
|
-
"aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "
|
|
35
|
-
"aria-hidden"?: (boolean | "
|
|
36
|
-
"aria-invalid"?: boolean | "
|
|
66
|
+
"aria-grabbed"?: (boolean | "true" | "false") | undefined;
|
|
67
|
+
"aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "true" | "false" | "listbox" | "tree" | undefined;
|
|
68
|
+
"aria-hidden"?: (boolean | "true" | "false") | undefined;
|
|
69
|
+
"aria-invalid"?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
|
|
37
70
|
"aria-keyshortcuts"?: string | undefined;
|
|
38
71
|
"aria-label"?: string | undefined;
|
|
39
72
|
"aria-labelledby"?: string | undefined;
|
|
40
73
|
"aria-level"?: number | undefined;
|
|
41
74
|
"aria-live"?: "off" | "assertive" | "polite" | undefined;
|
|
42
|
-
"aria-modal"?: (boolean | "
|
|
43
|
-
"aria-multiline"?: (boolean | "
|
|
44
|
-
"aria-multiselectable"?: (boolean | "
|
|
75
|
+
"aria-modal"?: (boolean | "true" | "false") | undefined;
|
|
76
|
+
"aria-multiline"?: (boolean | "true" | "false") | undefined;
|
|
77
|
+
"aria-multiselectable"?: (boolean | "true" | "false") | undefined;
|
|
45
78
|
"aria-orientation"?: "horizontal" | "vertical" | undefined;
|
|
46
79
|
"aria-owns"?: string | undefined;
|
|
47
80
|
"aria-placeholder"?: string | undefined;
|
|
48
81
|
"aria-posinset"?: number | undefined;
|
|
49
|
-
"aria-pressed"?: boolean | "
|
|
50
|
-
"aria-readonly"?: (boolean | "
|
|
82
|
+
"aria-pressed"?: boolean | "true" | "false" | "mixed" | undefined;
|
|
83
|
+
"aria-readonly"?: (boolean | "true" | "false") | undefined;
|
|
51
84
|
"aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
52
|
-
"aria-required"?: (boolean | "
|
|
85
|
+
"aria-required"?: (boolean | "true" | "false") | undefined;
|
|
53
86
|
"aria-roledescription"?: string | undefined;
|
|
54
87
|
"aria-rowcount"?: number | undefined;
|
|
55
88
|
"aria-rowindex"?: number | undefined;
|
|
56
89
|
"aria-rowspan"?: number | undefined;
|
|
57
|
-
"aria-selected"?: (boolean | "
|
|
90
|
+
"aria-selected"?: (boolean | "true" | "false") | undefined;
|
|
58
91
|
"aria-setsize"?: number | undefined;
|
|
59
92
|
"aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
60
93
|
"aria-valuemax"?: number | undefined;
|
|
@@ -223,47 +256,14 @@ export declare const AnimatedContainer: import("@emotion/styled").StyledComponen
|
|
|
223
256
|
onTransitionEnd?: import("react").TransitionEventHandler<HTMLButtonElement> | undefined;
|
|
224
257
|
onTransitionEndCapture?: import("react").TransitionEventHandler<HTMLButtonElement> | undefined;
|
|
225
258
|
disabled?: boolean | undefined;
|
|
226
|
-
defaultChecked?: boolean | undefined;
|
|
227
|
-
defaultValue?: string | number | readonly string[] | undefined;
|
|
228
|
-
suppressContentEditableWarning?: boolean | undefined;
|
|
229
|
-
suppressHydrationWarning?: boolean | undefined;
|
|
230
|
-
accessKey?: string | undefined;
|
|
231
|
-
autoFocus?: boolean | undefined;
|
|
232
|
-
contentEditable?: "inherit" | (boolean | "false" | "true") | undefined;
|
|
233
|
-
contextMenu?: string | undefined;
|
|
234
|
-
dir?: string | undefined;
|
|
235
|
-
draggable?: (boolean | "false" | "true") | undefined;
|
|
236
|
-
nonce?: string | undefined;
|
|
237
|
-
placeholder?: string | undefined;
|
|
238
|
-
spellCheck?: (boolean | "false" | "true") | undefined;
|
|
239
|
-
radioGroup?: string | undefined;
|
|
240
|
-
about?: string | undefined;
|
|
241
|
-
datatype?: string | undefined;
|
|
242
|
-
inlist?: any;
|
|
243
|
-
prefix?: string | undefined;
|
|
244
|
-
property?: string | undefined;
|
|
245
|
-
resource?: string | undefined;
|
|
246
|
-
typeof?: string | undefined;
|
|
247
|
-
vocab?: string | undefined;
|
|
248
|
-
autoCapitalize?: string | undefined;
|
|
249
|
-
autoCorrect?: string | undefined;
|
|
250
|
-
autoSave?: string | undefined;
|
|
251
|
-
itemProp?: string | undefined;
|
|
252
|
-
itemScope?: boolean | undefined;
|
|
253
|
-
itemType?: string | undefined;
|
|
254
|
-
itemID?: string | undefined;
|
|
255
|
-
itemRef?: string | undefined;
|
|
256
|
-
results?: number | undefined;
|
|
257
|
-
security?: string | undefined;
|
|
258
|
-
unselectable?: "off" | "on" | undefined;
|
|
259
|
-
inputMode?: "text" | "none" | "search" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
260
|
-
is?: string | undefined;
|
|
261
259
|
value?: string | number | readonly string[] | undefined;
|
|
260
|
+
type?: "button" | "submit" | "reset" | undefined;
|
|
262
261
|
formAction?: string | undefined;
|
|
263
262
|
formEncType?: string | undefined;
|
|
264
263
|
formMethod?: string | undefined;
|
|
265
264
|
formNoValidate?: boolean | undefined;
|
|
266
265
|
formTarget?: string | undefined;
|
|
266
|
+
name?: string | undefined;
|
|
267
267
|
} & import("framer-motion").MotionProps & import("react").RefAttributes<HTMLButtonElement> & {
|
|
268
268
|
theme?: import("@emotion/react").Theme | undefined;
|
|
269
269
|
}, {}, {}>;
|
|
@@ -12,55 +12,90 @@ export declare const ChildrenContainer: import("@emotion/styled").StyledComponen
|
|
|
12
12
|
slot?: string | undefined;
|
|
13
13
|
title?: string | undefined;
|
|
14
14
|
color?: string | undefined;
|
|
15
|
-
translate?: "
|
|
16
|
-
|
|
17
|
-
|
|
15
|
+
translate?: "yes" | "no" | undefined;
|
|
16
|
+
defaultChecked?: boolean | undefined;
|
|
17
|
+
defaultValue?: string | number | readonly string[] | undefined;
|
|
18
|
+
suppressContentEditableWarning?: boolean | undefined;
|
|
19
|
+
suppressHydrationWarning?: boolean | undefined;
|
|
20
|
+
accessKey?: string | undefined;
|
|
21
|
+
autoFocus?: boolean | undefined;
|
|
18
22
|
className?: string | undefined;
|
|
23
|
+
contentEditable?: "inherit" | (boolean | "true" | "false") | undefined;
|
|
24
|
+
contextMenu?: string | undefined;
|
|
25
|
+
dir?: string | undefined;
|
|
26
|
+
draggable?: (boolean | "true" | "false") | undefined;
|
|
27
|
+
hidden?: boolean | undefined;
|
|
28
|
+
id?: string | undefined;
|
|
19
29
|
lang?: string | undefined;
|
|
20
|
-
|
|
30
|
+
nonce?: string | undefined;
|
|
31
|
+
placeholder?: string | undefined;
|
|
32
|
+
spellCheck?: (boolean | "true" | "false") | undefined;
|
|
21
33
|
tabIndex?: number | undefined;
|
|
34
|
+
radioGroup?: string | undefined;
|
|
35
|
+
role?: import("react").AriaRole | undefined;
|
|
36
|
+
about?: string | undefined;
|
|
37
|
+
datatype?: string | undefined;
|
|
38
|
+
inlist?: any;
|
|
39
|
+
prefix?: string | undefined;
|
|
40
|
+
property?: string | undefined;
|
|
41
|
+
resource?: string | undefined;
|
|
42
|
+
typeof?: string | undefined;
|
|
43
|
+
vocab?: string | undefined;
|
|
44
|
+
autoCapitalize?: string | undefined;
|
|
45
|
+
autoCorrect?: string | undefined;
|
|
46
|
+
autoSave?: string | undefined;
|
|
47
|
+
itemProp?: string | undefined;
|
|
48
|
+
itemScope?: boolean | undefined;
|
|
49
|
+
itemType?: string | undefined;
|
|
50
|
+
itemID?: string | undefined;
|
|
51
|
+
itemRef?: string | undefined;
|
|
52
|
+
results?: number | undefined;
|
|
53
|
+
security?: string | undefined;
|
|
54
|
+
unselectable?: "on" | "off" | undefined;
|
|
55
|
+
inputMode?: "text" | "search" | "none" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
56
|
+
is?: string | undefined;
|
|
22
57
|
"aria-activedescendant"?: string | undefined;
|
|
23
|
-
"aria-atomic"?: (boolean | "
|
|
24
|
-
"aria-autocomplete"?: "
|
|
25
|
-
"aria-busy"?: (boolean | "
|
|
26
|
-
"aria-checked"?: boolean | "
|
|
58
|
+
"aria-atomic"?: (boolean | "true" | "false") | undefined;
|
|
59
|
+
"aria-autocomplete"?: "list" | "none" | "inline" | "both" | undefined;
|
|
60
|
+
"aria-busy"?: (boolean | "true" | "false") | undefined;
|
|
61
|
+
"aria-checked"?: boolean | "true" | "false" | "mixed" | undefined;
|
|
27
62
|
"aria-colcount"?: number | undefined;
|
|
28
63
|
"aria-colindex"?: number | undefined;
|
|
29
64
|
"aria-colspan"?: number | undefined;
|
|
30
65
|
"aria-controls"?: string | undefined;
|
|
31
|
-
"aria-current"?: boolean | "time" | "
|
|
66
|
+
"aria-current"?: boolean | "time" | "true" | "false" | "date" | "step" | "page" | "location" | undefined;
|
|
32
67
|
"aria-describedby"?: string | undefined;
|
|
33
68
|
"aria-details"?: string | undefined;
|
|
34
|
-
"aria-disabled"?: (boolean | "
|
|
69
|
+
"aria-disabled"?: (boolean | "true" | "false") | undefined;
|
|
35
70
|
"aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
|
|
36
71
|
"aria-errormessage"?: string | undefined;
|
|
37
|
-
"aria-expanded"?: (boolean | "
|
|
72
|
+
"aria-expanded"?: (boolean | "true" | "false") | undefined;
|
|
38
73
|
"aria-flowto"?: string | undefined;
|
|
39
|
-
"aria-grabbed"?: (boolean | "
|
|
40
|
-
"aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "
|
|
41
|
-
"aria-hidden"?: (boolean | "
|
|
42
|
-
"aria-invalid"?: boolean | "
|
|
74
|
+
"aria-grabbed"?: (boolean | "true" | "false") | undefined;
|
|
75
|
+
"aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "true" | "false" | "listbox" | "tree" | undefined;
|
|
76
|
+
"aria-hidden"?: (boolean | "true" | "false") | undefined;
|
|
77
|
+
"aria-invalid"?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
|
|
43
78
|
"aria-keyshortcuts"?: string | undefined;
|
|
44
79
|
"aria-label"?: string | undefined;
|
|
45
80
|
"aria-labelledby"?: string | undefined;
|
|
46
81
|
"aria-level"?: number | undefined;
|
|
47
82
|
"aria-live"?: "off" | "assertive" | "polite" | undefined;
|
|
48
|
-
"aria-modal"?: (boolean | "
|
|
49
|
-
"aria-multiline"?: (boolean | "
|
|
50
|
-
"aria-multiselectable"?: (boolean | "
|
|
83
|
+
"aria-modal"?: (boolean | "true" | "false") | undefined;
|
|
84
|
+
"aria-multiline"?: (boolean | "true" | "false") | undefined;
|
|
85
|
+
"aria-multiselectable"?: (boolean | "true" | "false") | undefined;
|
|
51
86
|
"aria-orientation"?: "horizontal" | "vertical" | undefined;
|
|
52
87
|
"aria-owns"?: string | undefined;
|
|
53
88
|
"aria-placeholder"?: string | undefined;
|
|
54
89
|
"aria-posinset"?: number | undefined;
|
|
55
|
-
"aria-pressed"?: boolean | "
|
|
56
|
-
"aria-readonly"?: (boolean | "
|
|
90
|
+
"aria-pressed"?: boolean | "true" | "false" | "mixed" | undefined;
|
|
91
|
+
"aria-readonly"?: (boolean | "true" | "false") | undefined;
|
|
57
92
|
"aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
58
|
-
"aria-required"?: (boolean | "
|
|
93
|
+
"aria-required"?: (boolean | "true" | "false") | undefined;
|
|
59
94
|
"aria-roledescription"?: string | undefined;
|
|
60
95
|
"aria-rowcount"?: number | undefined;
|
|
61
96
|
"aria-rowindex"?: number | undefined;
|
|
62
97
|
"aria-rowspan"?: number | undefined;
|
|
63
|
-
"aria-selected"?: (boolean | "
|
|
98
|
+
"aria-selected"?: (boolean | "true" | "false") | undefined;
|
|
64
99
|
"aria-setsize"?: number | undefined;
|
|
65
100
|
"aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
66
101
|
"aria-valuemax"?: number | undefined;
|
|
@@ -228,41 +263,6 @@ export declare const ChildrenContainer: import("@emotion/styled").StyledComponen
|
|
|
228
263
|
onAnimationIterationCapture?: import("react").AnimationEventHandler<HTMLDivElement> | undefined;
|
|
229
264
|
onTransitionEnd?: import("react").TransitionEventHandler<HTMLDivElement> | undefined;
|
|
230
265
|
onTransitionEndCapture?: import("react").TransitionEventHandler<HTMLDivElement> | undefined;
|
|
231
|
-
defaultChecked?: boolean | undefined;
|
|
232
|
-
defaultValue?: string | number | readonly string[] | undefined;
|
|
233
|
-
suppressContentEditableWarning?: boolean | undefined;
|
|
234
|
-
suppressHydrationWarning?: boolean | undefined;
|
|
235
|
-
accessKey?: string | undefined;
|
|
236
|
-
autoFocus?: boolean | undefined;
|
|
237
|
-
contentEditable?: "inherit" | (boolean | "false" | "true") | undefined;
|
|
238
|
-
contextMenu?: string | undefined;
|
|
239
|
-
dir?: string | undefined;
|
|
240
|
-
draggable?: (boolean | "false" | "true") | undefined;
|
|
241
|
-
nonce?: string | undefined;
|
|
242
|
-
placeholder?: string | undefined;
|
|
243
|
-
spellCheck?: (boolean | "false" | "true") | undefined;
|
|
244
|
-
radioGroup?: string | undefined;
|
|
245
|
-
about?: string | undefined;
|
|
246
|
-
datatype?: string | undefined;
|
|
247
|
-
inlist?: any;
|
|
248
|
-
prefix?: string | undefined;
|
|
249
|
-
property?: string | undefined;
|
|
250
|
-
resource?: string | undefined;
|
|
251
|
-
typeof?: string | undefined;
|
|
252
|
-
vocab?: string | undefined;
|
|
253
|
-
autoCapitalize?: string | undefined;
|
|
254
|
-
autoCorrect?: string | undefined;
|
|
255
|
-
autoSave?: string | undefined;
|
|
256
|
-
itemProp?: string | undefined;
|
|
257
|
-
itemScope?: boolean | undefined;
|
|
258
|
-
itemType?: string | undefined;
|
|
259
|
-
itemID?: string | undefined;
|
|
260
|
-
itemRef?: string | undefined;
|
|
261
|
-
results?: number | undefined;
|
|
262
|
-
security?: string | undefined;
|
|
263
|
-
unselectable?: "off" | "on" | undefined;
|
|
264
|
-
inputMode?: "text" | "none" | "search" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
265
|
-
is?: string | undefined;
|
|
266
266
|
} & import("framer-motion").MotionProps & import("react").RefAttributes<HTMLDivElement> & {
|
|
267
267
|
theme?: import("@emotion/react").Theme | undefined;
|
|
268
268
|
}, {}, {}>;
|
|
@@ -11,55 +11,90 @@ export declare const ModalWrapperContainer: import("@emotion/styled").StyledComp
|
|
|
11
11
|
slot?: string | undefined;
|
|
12
12
|
title?: string | undefined;
|
|
13
13
|
color?: string | undefined;
|
|
14
|
-
translate?: "
|
|
15
|
-
|
|
16
|
-
|
|
14
|
+
translate?: "yes" | "no" | undefined;
|
|
15
|
+
defaultChecked?: boolean | undefined;
|
|
16
|
+
defaultValue?: string | number | readonly string[] | undefined;
|
|
17
|
+
suppressContentEditableWarning?: boolean | undefined;
|
|
18
|
+
suppressHydrationWarning?: boolean | undefined;
|
|
19
|
+
accessKey?: string | undefined;
|
|
20
|
+
autoFocus?: boolean | undefined;
|
|
17
21
|
className?: string | undefined;
|
|
22
|
+
contentEditable?: "inherit" | (boolean | "true" | "false") | undefined;
|
|
23
|
+
contextMenu?: string | undefined;
|
|
24
|
+
dir?: string | undefined;
|
|
25
|
+
draggable?: (boolean | "true" | "false") | undefined;
|
|
26
|
+
hidden?: boolean | undefined;
|
|
27
|
+
id?: string | undefined;
|
|
18
28
|
lang?: string | undefined;
|
|
19
|
-
|
|
29
|
+
nonce?: string | undefined;
|
|
30
|
+
placeholder?: string | undefined;
|
|
31
|
+
spellCheck?: (boolean | "true" | "false") | undefined;
|
|
20
32
|
tabIndex?: number | undefined;
|
|
33
|
+
radioGroup?: string | undefined;
|
|
34
|
+
role?: import("react").AriaRole | undefined;
|
|
35
|
+
about?: string | undefined;
|
|
36
|
+
datatype?: string | undefined;
|
|
37
|
+
inlist?: any;
|
|
38
|
+
prefix?: string | undefined;
|
|
39
|
+
property?: string | undefined;
|
|
40
|
+
resource?: string | undefined;
|
|
41
|
+
typeof?: string | undefined;
|
|
42
|
+
vocab?: string | undefined;
|
|
43
|
+
autoCapitalize?: string | undefined;
|
|
44
|
+
autoCorrect?: string | undefined;
|
|
45
|
+
autoSave?: string | undefined;
|
|
46
|
+
itemProp?: string | undefined;
|
|
47
|
+
itemScope?: boolean | undefined;
|
|
48
|
+
itemType?: string | undefined;
|
|
49
|
+
itemID?: string | undefined;
|
|
50
|
+
itemRef?: string | undefined;
|
|
51
|
+
results?: number | undefined;
|
|
52
|
+
security?: string | undefined;
|
|
53
|
+
unselectable?: "on" | "off" | undefined;
|
|
54
|
+
inputMode?: "text" | "search" | "none" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
55
|
+
is?: string | undefined;
|
|
21
56
|
"aria-activedescendant"?: string | undefined;
|
|
22
|
-
"aria-atomic"?: (boolean | "
|
|
23
|
-
"aria-autocomplete"?: "
|
|
24
|
-
"aria-busy"?: (boolean | "
|
|
25
|
-
"aria-checked"?: boolean | "
|
|
57
|
+
"aria-atomic"?: (boolean | "true" | "false") | undefined;
|
|
58
|
+
"aria-autocomplete"?: "list" | "none" | "inline" | "both" | undefined;
|
|
59
|
+
"aria-busy"?: (boolean | "true" | "false") | undefined;
|
|
60
|
+
"aria-checked"?: boolean | "true" | "false" | "mixed" | undefined;
|
|
26
61
|
"aria-colcount"?: number | undefined;
|
|
27
62
|
"aria-colindex"?: number | undefined;
|
|
28
63
|
"aria-colspan"?: number | undefined;
|
|
29
64
|
"aria-controls"?: string | undefined;
|
|
30
|
-
"aria-current"?: boolean | "time" | "
|
|
65
|
+
"aria-current"?: boolean | "time" | "true" | "false" | "date" | "step" | "page" | "location" | undefined;
|
|
31
66
|
"aria-describedby"?: string | undefined;
|
|
32
67
|
"aria-details"?: string | undefined;
|
|
33
|
-
"aria-disabled"?: (boolean | "
|
|
68
|
+
"aria-disabled"?: (boolean | "true" | "false") | undefined;
|
|
34
69
|
"aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
|
|
35
70
|
"aria-errormessage"?: string | undefined;
|
|
36
|
-
"aria-expanded"?: (boolean | "
|
|
71
|
+
"aria-expanded"?: (boolean | "true" | "false") | undefined;
|
|
37
72
|
"aria-flowto"?: string | undefined;
|
|
38
|
-
"aria-grabbed"?: (boolean | "
|
|
39
|
-
"aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "
|
|
40
|
-
"aria-hidden"?: (boolean | "
|
|
41
|
-
"aria-invalid"?: boolean | "
|
|
73
|
+
"aria-grabbed"?: (boolean | "true" | "false") | undefined;
|
|
74
|
+
"aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "true" | "false" | "listbox" | "tree" | undefined;
|
|
75
|
+
"aria-hidden"?: (boolean | "true" | "false") | undefined;
|
|
76
|
+
"aria-invalid"?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
|
|
42
77
|
"aria-keyshortcuts"?: string | undefined;
|
|
43
78
|
"aria-label"?: string | undefined;
|
|
44
79
|
"aria-labelledby"?: string | undefined;
|
|
45
80
|
"aria-level"?: number | undefined;
|
|
46
81
|
"aria-live"?: "off" | "assertive" | "polite" | undefined;
|
|
47
|
-
"aria-modal"?: (boolean | "
|
|
48
|
-
"aria-multiline"?: (boolean | "
|
|
49
|
-
"aria-multiselectable"?: (boolean | "
|
|
82
|
+
"aria-modal"?: (boolean | "true" | "false") | undefined;
|
|
83
|
+
"aria-multiline"?: (boolean | "true" | "false") | undefined;
|
|
84
|
+
"aria-multiselectable"?: (boolean | "true" | "false") | undefined;
|
|
50
85
|
"aria-orientation"?: "horizontal" | "vertical" | undefined;
|
|
51
86
|
"aria-owns"?: string | undefined;
|
|
52
87
|
"aria-placeholder"?: string | undefined;
|
|
53
88
|
"aria-posinset"?: number | undefined;
|
|
54
|
-
"aria-pressed"?: boolean | "
|
|
55
|
-
"aria-readonly"?: (boolean | "
|
|
89
|
+
"aria-pressed"?: boolean | "true" | "false" | "mixed" | undefined;
|
|
90
|
+
"aria-readonly"?: (boolean | "true" | "false") | undefined;
|
|
56
91
|
"aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
57
|
-
"aria-required"?: (boolean | "
|
|
92
|
+
"aria-required"?: (boolean | "true" | "false") | undefined;
|
|
58
93
|
"aria-roledescription"?: string | undefined;
|
|
59
94
|
"aria-rowcount"?: number | undefined;
|
|
60
95
|
"aria-rowindex"?: number | undefined;
|
|
61
96
|
"aria-rowspan"?: number | undefined;
|
|
62
|
-
"aria-selected"?: (boolean | "
|
|
97
|
+
"aria-selected"?: (boolean | "true" | "false") | undefined;
|
|
63
98
|
"aria-setsize"?: number | undefined;
|
|
64
99
|
"aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
65
100
|
"aria-valuemax"?: number | undefined;
|
|
@@ -227,41 +262,6 @@ export declare const ModalWrapperContainer: import("@emotion/styled").StyledComp
|
|
|
227
262
|
onAnimationIterationCapture?: import("react").AnimationEventHandler<HTMLDivElement> | undefined;
|
|
228
263
|
onTransitionEnd?: import("react").TransitionEventHandler<HTMLDivElement> | undefined;
|
|
229
264
|
onTransitionEndCapture?: import("react").TransitionEventHandler<HTMLDivElement> | undefined;
|
|
230
|
-
defaultChecked?: boolean | undefined;
|
|
231
|
-
defaultValue?: string | number | readonly string[] | undefined;
|
|
232
|
-
suppressContentEditableWarning?: boolean | undefined;
|
|
233
|
-
suppressHydrationWarning?: boolean | undefined;
|
|
234
|
-
accessKey?: string | undefined;
|
|
235
|
-
autoFocus?: boolean | undefined;
|
|
236
|
-
contentEditable?: "inherit" | (boolean | "false" | "true") | undefined;
|
|
237
|
-
contextMenu?: string | undefined;
|
|
238
|
-
dir?: string | undefined;
|
|
239
|
-
draggable?: (boolean | "false" | "true") | undefined;
|
|
240
|
-
nonce?: string | undefined;
|
|
241
|
-
placeholder?: string | undefined;
|
|
242
|
-
spellCheck?: (boolean | "false" | "true") | undefined;
|
|
243
|
-
radioGroup?: string | undefined;
|
|
244
|
-
about?: string | undefined;
|
|
245
|
-
datatype?: string | undefined;
|
|
246
|
-
inlist?: any;
|
|
247
|
-
prefix?: string | undefined;
|
|
248
|
-
property?: string | undefined;
|
|
249
|
-
resource?: string | undefined;
|
|
250
|
-
typeof?: string | undefined;
|
|
251
|
-
vocab?: string | undefined;
|
|
252
|
-
autoCapitalize?: string | undefined;
|
|
253
|
-
autoCorrect?: string | undefined;
|
|
254
|
-
autoSave?: string | undefined;
|
|
255
|
-
itemProp?: string | undefined;
|
|
256
|
-
itemScope?: boolean | undefined;
|
|
257
|
-
itemType?: string | undefined;
|
|
258
|
-
itemID?: string | undefined;
|
|
259
|
-
itemRef?: string | undefined;
|
|
260
|
-
results?: number | undefined;
|
|
261
|
-
security?: string | undefined;
|
|
262
|
-
unselectable?: "off" | "on" | undefined;
|
|
263
|
-
inputMode?: "text" | "none" | "search" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
264
|
-
is?: string | undefined;
|
|
265
265
|
} & import("framer-motion").MotionProps & import("react").RefAttributes<HTMLDivElement> & {
|
|
266
266
|
theme?: import("@emotion/react").Theme | undefined;
|
|
267
267
|
} & ModalWrapperContainerProps, {}, {}>;
|
|
@@ -36,13 +36,13 @@ export declare const DropzoneFilename: import("@emotion/styled").StyledComponent
|
|
|
36
36
|
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, {}>;
|
|
37
37
|
export declare const DropzoneText: import("@emotion/styled").StyledComponent<import("react").HTMLAttributes<HTMLLabelElement | HTMLParagraphElement> & {
|
|
38
38
|
variant?: "caption" | "em" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "label" | "p" | "small" | "span" | "strong" | undefined;
|
|
39
|
-
color?: import("../..").GlobalColorsProps |
|
|
40
|
-
fontSize?: number | "display" | "
|
|
39
|
+
color?: (string & {}) | import("../..").GlobalColorsProps | undefined;
|
|
40
|
+
fontSize?: number | "display" | "sm" | "md" | "lg" | "xl" | "tiny" | "xxxs" | "xxs" | "xs" | "xxl" | "xxxl" | "giant" | undefined;
|
|
41
41
|
fontWeight?: "400" | "700" | "100" | "200" | "300" | "500" | "600" | "800" | "900" | "bold" | "normal" | undefined;
|
|
42
|
-
fontStyle?: "inherit" | "initial" | "
|
|
42
|
+
fontStyle?: "inherit" | "initial" | "normal" | "italic" | "oblique" | undefined;
|
|
43
43
|
lineHeight?: string | number | undefined;
|
|
44
|
-
textAlign?: "center" | "
|
|
45
|
-
textTransform?: "none" | "
|
|
44
|
+
textAlign?: "center" | "start" | "end" | undefined;
|
|
45
|
+
textTransform?: "none" | "uppercase" | "lowercase" | "capitalize" | undefined;
|
|
46
46
|
textDecoration?: "none" | "underline" | "line-through" | undefined;
|
|
47
47
|
letterSpacing?: string | number | undefined;
|
|
48
48
|
htmlFor?: string | undefined;
|