@indico-data/design-system 1.0.12 → 1.0.13
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/lib/components/Accordion/Accordion.styles.d.ts +24 -24
- package/lib/components/Icon/Icon.stories.d.ts +2 -2
- package/lib/components/Icon/storyHelpers.d.ts +72 -72
- package/lib/components/ListTable/Header/Header.styles.d.ts +24 -24
- package/lib/components/ListTable/ListTable.styles.d.ts +24 -24
- package/lib/components/Pagination/Pagination.styles.d.ts +24 -24
- package/lib/components/basic-section/Section/Section.styles.d.ts +24 -24
- package/lib/components/basic-section/SectionBlock/SectionBlock.styles.d.ts +24 -24
- package/lib/components/basic-section/SectionBody/SectionBody.styles.d.ts +24 -24
- package/lib/components/basic-section/SectionHeader/SectionHeader.styles.d.ts +24 -24
- package/lib/components/basic-section/SectionTable/SectionTable.styles.d.ts +24 -24
- package/lib/components/buttons/Button/Button.styles.d.ts +24 -24
- package/lib/components/buttons/IconButton/IconButton.styles.d.ts +56 -56
- package/lib/components/dropdowns/BorderSelect/BorderSelect.styles.d.ts +48 -48
- package/lib/components/dropdowns/MultiCombobox/MultiCombobox.styles.d.ts +1 -1
- package/lib/components/dropdowns/Select/Select.styles.d.ts +24 -24
- package/lib/components/dropdowns/SingleCombobox/SingleCombobox.styles.d.ts +1 -1
- package/lib/components/inputs/EditableInput/EditableInput.styles.d.ts +24 -24
- package/lib/components/inputs/NumberInput/NumberInput.styles.d.ts +24 -24
- package/lib/components/inputs/SearchInput/SearchInput.styles.d.ts +24 -24
- package/lib/components/inputs/TextInput/TextInput.styles.d.ts +48 -48
- package/lib/components/loading-indicators/BarSpinner/BarSpinner.styles.d.ts +24 -24
- package/lib/components/loading-indicators/LoadingList/LoadingList.styles.d.ts +24 -24
- package/lib/components/loading-indicators/PercentageRing/PercentageRing.styles.d.ts +24 -24
- package/lib/components/user-feedback/Shrug/Shrug.styles.d.ts +24 -24
- package/lib/index.d.ts +3 -1
- package/lib/index.esm.js +7699 -7175
- package/lib/index.esm.js.map +1 -1
- package/lib/index.js +7698 -7173
- package/lib/index.js.map +1 -1
- package/lib/styles/index.d.ts +1 -0
- package/package.json +1 -1
- package/rollup.config.mjs +5 -0
|
@@ -10,17 +10,17 @@ export declare const StyledSectionHeader: import("styled-components").IStyledCom
|
|
|
10
10
|
accessKey?: string | undefined;
|
|
11
11
|
autoFocus?: boolean | undefined;
|
|
12
12
|
className?: string | undefined;
|
|
13
|
-
contentEditable?:
|
|
13
|
+
contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
|
|
14
14
|
contextMenu?: string | undefined;
|
|
15
15
|
dir?: string | undefined;
|
|
16
|
-
draggable?: (boolean | "
|
|
16
|
+
draggable?: (boolean | "false" | "true") | undefined;
|
|
17
17
|
hidden?: boolean | undefined;
|
|
18
18
|
id?: string | undefined;
|
|
19
19
|
lang?: string | undefined;
|
|
20
20
|
nonce?: string | undefined;
|
|
21
21
|
placeholder?: string | undefined;
|
|
22
22
|
slot?: string | undefined;
|
|
23
|
-
spellCheck?: (boolean | "
|
|
23
|
+
spellCheck?: (boolean | "false" | "true") | undefined;
|
|
24
24
|
style?: import("react").CSSProperties | undefined;
|
|
25
25
|
tabIndex?: number | undefined;
|
|
26
26
|
title?: string | undefined;
|
|
@@ -50,55 +50,55 @@ export declare const StyledSectionHeader: import("styled-components").IStyledCom
|
|
|
50
50
|
results?: number | undefined;
|
|
51
51
|
security?: string | undefined;
|
|
52
52
|
unselectable?: "on" | "off" | undefined;
|
|
53
|
-
inputMode?: "
|
|
53
|
+
inputMode?: "none" | "text" | "search" | "email" | "url" | "tel" | "numeric" | "decimal" | undefined;
|
|
54
54
|
is?: string | undefined;
|
|
55
55
|
"aria-activedescendant"?: string | undefined;
|
|
56
|
-
"aria-atomic"?: (boolean | "
|
|
57
|
-
"aria-autocomplete"?: "
|
|
56
|
+
"aria-atomic"?: (boolean | "false" | "true") | undefined;
|
|
57
|
+
"aria-autocomplete"?: "both" | "none" | "inline" | "list" | undefined;
|
|
58
58
|
"aria-braillelabel"?: string | undefined;
|
|
59
59
|
"aria-brailleroledescription"?: string | undefined;
|
|
60
|
-
"aria-busy"?: (boolean | "
|
|
61
|
-
"aria-checked"?: boolean | "
|
|
60
|
+
"aria-busy"?: (boolean | "false" | "true") | undefined;
|
|
61
|
+
"aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
62
62
|
"aria-colcount"?: number | undefined;
|
|
63
63
|
"aria-colindex"?: number | undefined;
|
|
64
64
|
"aria-colindextext"?: string | undefined;
|
|
65
65
|
"aria-colspan"?: number | undefined;
|
|
66
66
|
"aria-controls"?: string | undefined;
|
|
67
|
-
"aria-current"?: boolean | "
|
|
67
|
+
"aria-current"?: boolean | "page" | "false" | "true" | "time" | "date" | "location" | "step" | undefined;
|
|
68
68
|
"aria-describedby"?: string | undefined;
|
|
69
69
|
"aria-description"?: string | undefined;
|
|
70
70
|
"aria-details"?: string | undefined;
|
|
71
|
-
"aria-disabled"?: (boolean | "
|
|
72
|
-
"aria-dropeffect"?: "
|
|
71
|
+
"aria-disabled"?: (boolean | "false" | "true") | undefined;
|
|
72
|
+
"aria-dropeffect"?: "none" | "copy" | "move" | "link" | "popup" | "execute" | undefined;
|
|
73
73
|
"aria-errormessage"?: string | undefined;
|
|
74
|
-
"aria-expanded"?: (boolean | "
|
|
74
|
+
"aria-expanded"?: (boolean | "false" | "true") | undefined;
|
|
75
75
|
"aria-flowto"?: string | undefined;
|
|
76
|
-
"aria-grabbed"?: (boolean | "
|
|
77
|
-
"aria-haspopup"?: boolean | "
|
|
78
|
-
"aria-hidden"?: (boolean | "
|
|
79
|
-
"aria-invalid"?: boolean | "
|
|
76
|
+
"aria-grabbed"?: (boolean | "false" | "true") | undefined;
|
|
77
|
+
"aria-haspopup"?: boolean | "listbox" | "grid" | "menu" | "false" | "true" | "dialog" | "tree" | undefined;
|
|
78
|
+
"aria-hidden"?: (boolean | "false" | "true") | undefined;
|
|
79
|
+
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
80
80
|
"aria-keyshortcuts"?: string | undefined;
|
|
81
81
|
"aria-label"?: string | undefined;
|
|
82
82
|
"aria-labelledby"?: string | undefined;
|
|
83
83
|
"aria-level"?: number | undefined;
|
|
84
84
|
"aria-live"?: "off" | "assertive" | "polite" | undefined;
|
|
85
|
-
"aria-modal"?: (boolean | "
|
|
86
|
-
"aria-multiline"?: (boolean | "
|
|
87
|
-
"aria-multiselectable"?: (boolean | "
|
|
85
|
+
"aria-modal"?: (boolean | "false" | "true") | undefined;
|
|
86
|
+
"aria-multiline"?: (boolean | "false" | "true") | undefined;
|
|
87
|
+
"aria-multiselectable"?: (boolean | "false" | "true") | undefined;
|
|
88
88
|
"aria-orientation"?: "horizontal" | "vertical" | undefined;
|
|
89
89
|
"aria-owns"?: string | undefined;
|
|
90
90
|
"aria-placeholder"?: string | undefined;
|
|
91
91
|
"aria-posinset"?: number | undefined;
|
|
92
|
-
"aria-pressed"?: boolean | "
|
|
93
|
-
"aria-readonly"?: (boolean | "
|
|
94
|
-
"aria-relevant"?: "text" | "additions" | "additions removals" | "additions text" | "
|
|
95
|
-
"aria-required"?: (boolean | "
|
|
92
|
+
"aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
93
|
+
"aria-readonly"?: (boolean | "false" | "true") | undefined;
|
|
94
|
+
"aria-relevant"?: "all" | "text" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
95
|
+
"aria-required"?: (boolean | "false" | "true") | undefined;
|
|
96
96
|
"aria-roledescription"?: string | undefined;
|
|
97
97
|
"aria-rowcount"?: number | undefined;
|
|
98
98
|
"aria-rowindex"?: number | undefined;
|
|
99
99
|
"aria-rowindextext"?: string | 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;
|
|
@@ -10,17 +10,17 @@ export declare const StyledSectionTable: import("styled-components").IStyledComp
|
|
|
10
10
|
accessKey?: string | undefined;
|
|
11
11
|
autoFocus?: boolean | undefined;
|
|
12
12
|
className?: string | undefined;
|
|
13
|
-
contentEditable?:
|
|
13
|
+
contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
|
|
14
14
|
contextMenu?: string | undefined;
|
|
15
15
|
dir?: string | undefined;
|
|
16
|
-
draggable?: (boolean | "
|
|
16
|
+
draggable?: (boolean | "false" | "true") | undefined;
|
|
17
17
|
hidden?: boolean | undefined;
|
|
18
18
|
id?: string | undefined;
|
|
19
19
|
lang?: string | undefined;
|
|
20
20
|
nonce?: string | undefined;
|
|
21
21
|
placeholder?: string | undefined;
|
|
22
22
|
slot?: string | undefined;
|
|
23
|
-
spellCheck?: (boolean | "
|
|
23
|
+
spellCheck?: (boolean | "false" | "true") | undefined;
|
|
24
24
|
style?: import("react").CSSProperties | undefined;
|
|
25
25
|
tabIndex?: number | undefined;
|
|
26
26
|
title?: string | undefined;
|
|
@@ -50,55 +50,55 @@ export declare const StyledSectionTable: import("styled-components").IStyledComp
|
|
|
50
50
|
results?: number | undefined;
|
|
51
51
|
security?: string | undefined;
|
|
52
52
|
unselectable?: "on" | "off" | undefined;
|
|
53
|
-
inputMode?: "
|
|
53
|
+
inputMode?: "none" | "text" | "search" | "email" | "url" | "tel" | "numeric" | "decimal" | undefined;
|
|
54
54
|
is?: string | undefined;
|
|
55
55
|
"aria-activedescendant"?: string | undefined;
|
|
56
|
-
"aria-atomic"?: (boolean | "
|
|
57
|
-
"aria-autocomplete"?: "
|
|
56
|
+
"aria-atomic"?: (boolean | "false" | "true") | undefined;
|
|
57
|
+
"aria-autocomplete"?: "both" | "none" | "inline" | "list" | undefined;
|
|
58
58
|
"aria-braillelabel"?: string | undefined;
|
|
59
59
|
"aria-brailleroledescription"?: string | undefined;
|
|
60
|
-
"aria-busy"?: (boolean | "
|
|
61
|
-
"aria-checked"?: boolean | "
|
|
60
|
+
"aria-busy"?: (boolean | "false" | "true") | undefined;
|
|
61
|
+
"aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
62
62
|
"aria-colcount"?: number | undefined;
|
|
63
63
|
"aria-colindex"?: number | undefined;
|
|
64
64
|
"aria-colindextext"?: string | undefined;
|
|
65
65
|
"aria-colspan"?: number | undefined;
|
|
66
66
|
"aria-controls"?: string | undefined;
|
|
67
|
-
"aria-current"?: boolean | "
|
|
67
|
+
"aria-current"?: boolean | "page" | "false" | "true" | "time" | "date" | "location" | "step" | undefined;
|
|
68
68
|
"aria-describedby"?: string | undefined;
|
|
69
69
|
"aria-description"?: string | undefined;
|
|
70
70
|
"aria-details"?: string | undefined;
|
|
71
|
-
"aria-disabled"?: (boolean | "
|
|
72
|
-
"aria-dropeffect"?: "
|
|
71
|
+
"aria-disabled"?: (boolean | "false" | "true") | undefined;
|
|
72
|
+
"aria-dropeffect"?: "none" | "copy" | "move" | "link" | "popup" | "execute" | undefined;
|
|
73
73
|
"aria-errormessage"?: string | undefined;
|
|
74
|
-
"aria-expanded"?: (boolean | "
|
|
74
|
+
"aria-expanded"?: (boolean | "false" | "true") | undefined;
|
|
75
75
|
"aria-flowto"?: string | undefined;
|
|
76
|
-
"aria-grabbed"?: (boolean | "
|
|
77
|
-
"aria-haspopup"?: boolean | "
|
|
78
|
-
"aria-hidden"?: (boolean | "
|
|
79
|
-
"aria-invalid"?: boolean | "
|
|
76
|
+
"aria-grabbed"?: (boolean | "false" | "true") | undefined;
|
|
77
|
+
"aria-haspopup"?: boolean | "listbox" | "grid" | "menu" | "false" | "true" | "dialog" | "tree" | undefined;
|
|
78
|
+
"aria-hidden"?: (boolean | "false" | "true") | undefined;
|
|
79
|
+
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
80
80
|
"aria-keyshortcuts"?: string | undefined;
|
|
81
81
|
"aria-label"?: string | undefined;
|
|
82
82
|
"aria-labelledby"?: string | undefined;
|
|
83
83
|
"aria-level"?: number | undefined;
|
|
84
84
|
"aria-live"?: "off" | "assertive" | "polite" | undefined;
|
|
85
|
-
"aria-modal"?: (boolean | "
|
|
86
|
-
"aria-multiline"?: (boolean | "
|
|
87
|
-
"aria-multiselectable"?: (boolean | "
|
|
85
|
+
"aria-modal"?: (boolean | "false" | "true") | undefined;
|
|
86
|
+
"aria-multiline"?: (boolean | "false" | "true") | undefined;
|
|
87
|
+
"aria-multiselectable"?: (boolean | "false" | "true") | undefined;
|
|
88
88
|
"aria-orientation"?: "horizontal" | "vertical" | undefined;
|
|
89
89
|
"aria-owns"?: string | undefined;
|
|
90
90
|
"aria-placeholder"?: string | undefined;
|
|
91
91
|
"aria-posinset"?: number | undefined;
|
|
92
|
-
"aria-pressed"?: boolean | "
|
|
93
|
-
"aria-readonly"?: (boolean | "
|
|
94
|
-
"aria-relevant"?: "text" | "additions" | "additions removals" | "additions text" | "
|
|
95
|
-
"aria-required"?: (boolean | "
|
|
92
|
+
"aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
93
|
+
"aria-readonly"?: (boolean | "false" | "true") | undefined;
|
|
94
|
+
"aria-relevant"?: "all" | "text" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
95
|
+
"aria-required"?: (boolean | "false" | "true") | undefined;
|
|
96
96
|
"aria-roledescription"?: string | undefined;
|
|
97
97
|
"aria-rowcount"?: number | undefined;
|
|
98
98
|
"aria-rowindex"?: number | undefined;
|
|
99
99
|
"aria-rowindextext"?: string | 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;
|
|
@@ -20,17 +20,17 @@ export declare const StyledButton: import("styled-components").IStyledComponent<
|
|
|
20
20
|
accessKey?: string | undefined;
|
|
21
21
|
autoFocus?: boolean | undefined;
|
|
22
22
|
className?: string | undefined;
|
|
23
|
-
contentEditable?:
|
|
23
|
+
contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
|
|
24
24
|
contextMenu?: string | undefined;
|
|
25
25
|
dir?: string | undefined;
|
|
26
|
-
draggable?: (boolean | "
|
|
26
|
+
draggable?: (boolean | "false" | "true") | undefined;
|
|
27
27
|
hidden?: boolean | undefined;
|
|
28
28
|
id?: string | undefined;
|
|
29
29
|
lang?: string | undefined;
|
|
30
30
|
nonce?: string | undefined;
|
|
31
31
|
placeholder?: string | undefined;
|
|
32
32
|
slot?: string | undefined;
|
|
33
|
-
spellCheck?: (boolean | "
|
|
33
|
+
spellCheck?: (boolean | "false" | "true") | undefined;
|
|
34
34
|
style?: import("react").CSSProperties | undefined;
|
|
35
35
|
tabIndex?: number | undefined;
|
|
36
36
|
title?: string | undefined;
|
|
@@ -60,55 +60,55 @@ export declare const StyledButton: import("styled-components").IStyledComponent<
|
|
|
60
60
|
results?: number | undefined;
|
|
61
61
|
security?: string | undefined;
|
|
62
62
|
unselectable?: "on" | "off" | undefined;
|
|
63
|
-
inputMode?: "
|
|
63
|
+
inputMode?: "none" | "text" | "search" | "email" | "url" | "tel" | "numeric" | "decimal" | undefined;
|
|
64
64
|
is?: string | undefined;
|
|
65
65
|
"aria-activedescendant"?: string | undefined;
|
|
66
|
-
"aria-atomic"?: (boolean | "
|
|
67
|
-
"aria-autocomplete"?: "
|
|
66
|
+
"aria-atomic"?: (boolean | "false" | "true") | undefined;
|
|
67
|
+
"aria-autocomplete"?: "both" | "none" | "inline" | "list" | undefined;
|
|
68
68
|
"aria-braillelabel"?: string | undefined;
|
|
69
69
|
"aria-brailleroledescription"?: string | undefined;
|
|
70
|
-
"aria-busy"?: (boolean | "
|
|
71
|
-
"aria-checked"?: boolean | "
|
|
70
|
+
"aria-busy"?: (boolean | "false" | "true") | undefined;
|
|
71
|
+
"aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
72
72
|
"aria-colcount"?: number | undefined;
|
|
73
73
|
"aria-colindex"?: number | undefined;
|
|
74
74
|
"aria-colindextext"?: string | undefined;
|
|
75
75
|
"aria-colspan"?: number | undefined;
|
|
76
76
|
"aria-controls"?: string | undefined;
|
|
77
|
-
"aria-current"?: boolean | "
|
|
77
|
+
"aria-current"?: boolean | "page" | "false" | "true" | "time" | "date" | "location" | "step" | undefined;
|
|
78
78
|
"aria-describedby"?: string | undefined;
|
|
79
79
|
"aria-description"?: string | undefined;
|
|
80
80
|
"aria-details"?: string | undefined;
|
|
81
|
-
"aria-disabled"?: (boolean | "
|
|
82
|
-
"aria-dropeffect"?: "
|
|
81
|
+
"aria-disabled"?: (boolean | "false" | "true") | undefined;
|
|
82
|
+
"aria-dropeffect"?: "none" | "copy" | "move" | "link" | "popup" | "execute" | undefined;
|
|
83
83
|
"aria-errormessage"?: string | undefined;
|
|
84
|
-
"aria-expanded"?: (boolean | "
|
|
84
|
+
"aria-expanded"?: (boolean | "false" | "true") | undefined;
|
|
85
85
|
"aria-flowto"?: string | undefined;
|
|
86
|
-
"aria-grabbed"?: (boolean | "
|
|
87
|
-
"aria-haspopup"?: boolean | "
|
|
88
|
-
"aria-hidden"?: (boolean | "
|
|
89
|
-
"aria-invalid"?: boolean | "
|
|
86
|
+
"aria-grabbed"?: (boolean | "false" | "true") | undefined;
|
|
87
|
+
"aria-haspopup"?: boolean | "listbox" | "grid" | "menu" | "false" | "true" | "dialog" | "tree" | undefined;
|
|
88
|
+
"aria-hidden"?: (boolean | "false" | "true") | undefined;
|
|
89
|
+
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
90
90
|
"aria-keyshortcuts"?: string | undefined;
|
|
91
91
|
"aria-label"?: string | undefined;
|
|
92
92
|
"aria-labelledby"?: string | undefined;
|
|
93
93
|
"aria-level"?: number | undefined;
|
|
94
94
|
"aria-live"?: "off" | "assertive" | "polite" | undefined;
|
|
95
|
-
"aria-modal"?: (boolean | "
|
|
96
|
-
"aria-multiline"?: (boolean | "
|
|
97
|
-
"aria-multiselectable"?: (boolean | "
|
|
95
|
+
"aria-modal"?: (boolean | "false" | "true") | undefined;
|
|
96
|
+
"aria-multiline"?: (boolean | "false" | "true") | undefined;
|
|
97
|
+
"aria-multiselectable"?: (boolean | "false" | "true") | undefined;
|
|
98
98
|
"aria-orientation"?: "horizontal" | "vertical" | undefined;
|
|
99
99
|
"aria-owns"?: string | undefined;
|
|
100
100
|
"aria-placeholder"?: string | undefined;
|
|
101
101
|
"aria-posinset"?: number | undefined;
|
|
102
|
-
"aria-pressed"?: boolean | "
|
|
103
|
-
"aria-readonly"?: (boolean | "
|
|
104
|
-
"aria-relevant"?: "text" | "additions" | "additions removals" | "additions text" | "
|
|
105
|
-
"aria-required"?: (boolean | "
|
|
102
|
+
"aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
103
|
+
"aria-readonly"?: (boolean | "false" | "true") | undefined;
|
|
104
|
+
"aria-relevant"?: "all" | "text" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
105
|
+
"aria-required"?: (boolean | "false" | "true") | undefined;
|
|
106
106
|
"aria-roledescription"?: string | undefined;
|
|
107
107
|
"aria-rowcount"?: number | undefined;
|
|
108
108
|
"aria-rowindex"?: number | undefined;
|
|
109
109
|
"aria-rowindextext"?: string | undefined;
|
|
110
110
|
"aria-rowspan"?: number | undefined;
|
|
111
|
-
"aria-selected"?: (boolean | "
|
|
111
|
+
"aria-selected"?: (boolean | "false" | "true") | undefined;
|
|
112
112
|
"aria-setsize"?: number | undefined;
|
|
113
113
|
"aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
114
114
|
"aria-valuemax"?: number | undefined;
|
|
@@ -21,17 +21,17 @@ export declare const StyledIconButton: import("styled-components").IStyledCompon
|
|
|
21
21
|
accessKey?: string | undefined;
|
|
22
22
|
autoFocus?: boolean | undefined;
|
|
23
23
|
className?: string | undefined;
|
|
24
|
-
contentEditable?:
|
|
24
|
+
contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
|
|
25
25
|
contextMenu?: string | undefined;
|
|
26
26
|
dir?: string | undefined;
|
|
27
|
-
draggable?: (boolean | "
|
|
27
|
+
draggable?: (boolean | "false" | "true") | undefined;
|
|
28
28
|
hidden?: boolean | undefined;
|
|
29
29
|
id?: string | undefined;
|
|
30
30
|
lang?: string | undefined;
|
|
31
31
|
nonce?: string | undefined;
|
|
32
32
|
placeholder?: string | undefined;
|
|
33
33
|
slot?: string | undefined;
|
|
34
|
-
spellCheck?: (boolean | "
|
|
34
|
+
spellCheck?: (boolean | "false" | "true") | undefined;
|
|
35
35
|
style?: import("react").CSSProperties | undefined;
|
|
36
36
|
tabIndex?: number | undefined;
|
|
37
37
|
title?: string | undefined;
|
|
@@ -61,55 +61,55 @@ export declare const StyledIconButton: import("styled-components").IStyledCompon
|
|
|
61
61
|
results?: number | undefined;
|
|
62
62
|
security?: string | undefined;
|
|
63
63
|
unselectable?: "on" | "off" | undefined;
|
|
64
|
-
inputMode?: "
|
|
64
|
+
inputMode?: "none" | "text" | "search" | "email" | "url" | "tel" | "numeric" | "decimal" | undefined;
|
|
65
65
|
is?: string | undefined;
|
|
66
66
|
"aria-activedescendant"?: string | undefined;
|
|
67
|
-
"aria-atomic"?: (boolean | "
|
|
68
|
-
"aria-autocomplete"?: "
|
|
67
|
+
"aria-atomic"?: (boolean | "false" | "true") | undefined;
|
|
68
|
+
"aria-autocomplete"?: "both" | "none" | "inline" | "list" | undefined;
|
|
69
69
|
"aria-braillelabel"?: string | undefined;
|
|
70
70
|
"aria-brailleroledescription"?: string | undefined;
|
|
71
|
-
"aria-busy"?: (boolean | "
|
|
72
|
-
"aria-checked"?: boolean | "
|
|
71
|
+
"aria-busy"?: (boolean | "false" | "true") | undefined;
|
|
72
|
+
"aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
73
73
|
"aria-colcount"?: number | undefined;
|
|
74
74
|
"aria-colindex"?: number | undefined;
|
|
75
75
|
"aria-colindextext"?: string | undefined;
|
|
76
76
|
"aria-colspan"?: number | undefined;
|
|
77
77
|
"aria-controls"?: string | undefined;
|
|
78
|
-
"aria-current"?: boolean | "
|
|
78
|
+
"aria-current"?: boolean | "page" | "false" | "true" | "time" | "date" | "location" | "step" | undefined;
|
|
79
79
|
"aria-describedby"?: string | undefined;
|
|
80
80
|
"aria-description"?: string | undefined;
|
|
81
81
|
"aria-details"?: string | undefined;
|
|
82
|
-
"aria-disabled"?: (boolean | "
|
|
83
|
-
"aria-dropeffect"?: "
|
|
82
|
+
"aria-disabled"?: (boolean | "false" | "true") | undefined;
|
|
83
|
+
"aria-dropeffect"?: "none" | "copy" | "move" | "link" | "popup" | "execute" | undefined;
|
|
84
84
|
"aria-errormessage"?: string | undefined;
|
|
85
|
-
"aria-expanded"?: (boolean | "
|
|
85
|
+
"aria-expanded"?: (boolean | "false" | "true") | undefined;
|
|
86
86
|
"aria-flowto"?: string | undefined;
|
|
87
|
-
"aria-grabbed"?: (boolean | "
|
|
88
|
-
"aria-haspopup"?: boolean | "
|
|
89
|
-
"aria-hidden"?: (boolean | "
|
|
90
|
-
"aria-invalid"?: boolean | "
|
|
87
|
+
"aria-grabbed"?: (boolean | "false" | "true") | undefined;
|
|
88
|
+
"aria-haspopup"?: boolean | "listbox" | "grid" | "menu" | "false" | "true" | "dialog" | "tree" | undefined;
|
|
89
|
+
"aria-hidden"?: (boolean | "false" | "true") | undefined;
|
|
90
|
+
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
91
91
|
"aria-keyshortcuts"?: string | undefined;
|
|
92
92
|
"aria-label"?: string | undefined;
|
|
93
93
|
"aria-labelledby"?: string | undefined;
|
|
94
94
|
"aria-level"?: number | undefined;
|
|
95
95
|
"aria-live"?: "off" | "assertive" | "polite" | undefined;
|
|
96
|
-
"aria-modal"?: (boolean | "
|
|
97
|
-
"aria-multiline"?: (boolean | "
|
|
98
|
-
"aria-multiselectable"?: (boolean | "
|
|
96
|
+
"aria-modal"?: (boolean | "false" | "true") | undefined;
|
|
97
|
+
"aria-multiline"?: (boolean | "false" | "true") | undefined;
|
|
98
|
+
"aria-multiselectable"?: (boolean | "false" | "true") | undefined;
|
|
99
99
|
"aria-orientation"?: "horizontal" | "vertical" | undefined;
|
|
100
100
|
"aria-owns"?: string | undefined;
|
|
101
101
|
"aria-placeholder"?: string | undefined;
|
|
102
102
|
"aria-posinset"?: number | undefined;
|
|
103
|
-
"aria-pressed"?: boolean | "
|
|
104
|
-
"aria-readonly"?: (boolean | "
|
|
105
|
-
"aria-relevant"?: "text" | "additions" | "additions removals" | "additions text" | "
|
|
106
|
-
"aria-required"?: (boolean | "
|
|
103
|
+
"aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
104
|
+
"aria-readonly"?: (boolean | "false" | "true") | undefined;
|
|
105
|
+
"aria-relevant"?: "all" | "text" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
106
|
+
"aria-required"?: (boolean | "false" | "true") | undefined;
|
|
107
107
|
"aria-roledescription"?: string | undefined;
|
|
108
108
|
"aria-rowcount"?: number | undefined;
|
|
109
109
|
"aria-rowindex"?: number | undefined;
|
|
110
110
|
"aria-rowindextext"?: string | undefined;
|
|
111
111
|
"aria-rowspan"?: number | undefined;
|
|
112
|
-
"aria-selected"?: (boolean | "
|
|
112
|
+
"aria-selected"?: (boolean | "false" | "true") | undefined;
|
|
113
113
|
"aria-setsize"?: number | undefined;
|
|
114
114
|
"aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
115
115
|
"aria-valuemax"?: number | undefined;
|
|
@@ -291,32 +291,34 @@ export declare const StyledIconButtonLink: import("styled-components").IStyledCo
|
|
|
291
291
|
relative?: import("react-router-dom").RelativeRoutingType | undefined;
|
|
292
292
|
to: import("react-router-dom").To;
|
|
293
293
|
unstable_viewTransition?: boolean | undefined;
|
|
294
|
-
|
|
294
|
+
hidden?: boolean | undefined;
|
|
295
|
+
color?: string | undefined;
|
|
296
|
+
content?: string | undefined;
|
|
295
297
|
style?: import("react").CSSProperties | undefined;
|
|
298
|
+
translate?: "yes" | "no" | undefined;
|
|
299
|
+
slot?: string | undefined;
|
|
296
300
|
title?: string | undefined;
|
|
297
|
-
|
|
301
|
+
children?: import("react").ReactNode;
|
|
302
|
+
draggable?: (boolean | "false" | "true") | undefined;
|
|
298
303
|
id?: string | undefined;
|
|
299
304
|
className?: string | undefined;
|
|
300
305
|
onClick?: import("react").MouseEventHandler<HTMLAnchorElement> | undefined;
|
|
301
|
-
"aria-hidden"?: (boolean | "
|
|
306
|
+
"aria-hidden"?: (boolean | "false" | "true") | undefined;
|
|
302
307
|
"aria-label"?: string | undefined;
|
|
303
|
-
content?: string | undefined;
|
|
304
308
|
defaultChecked?: boolean | undefined;
|
|
305
309
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
306
310
|
suppressContentEditableWarning?: boolean | undefined;
|
|
307
311
|
suppressHydrationWarning?: boolean | undefined;
|
|
308
312
|
accessKey?: string | undefined;
|
|
309
313
|
autoFocus?: boolean | undefined;
|
|
310
|
-
contentEditable?:
|
|
314
|
+
contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
|
|
311
315
|
contextMenu?: string | undefined;
|
|
312
316
|
dir?: string | undefined;
|
|
313
|
-
hidden?: boolean | undefined;
|
|
314
317
|
lang?: string | undefined;
|
|
315
318
|
nonce?: string | undefined;
|
|
316
319
|
placeholder?: string | undefined;
|
|
317
|
-
spellCheck?: (boolean | "
|
|
320
|
+
spellCheck?: (boolean | "false" | "true") | undefined;
|
|
318
321
|
tabIndex?: number | undefined;
|
|
319
|
-
translate?: "yes" | "no" | undefined;
|
|
320
322
|
radioGroup?: string | undefined;
|
|
321
323
|
role?: import("react").AriaRole | undefined;
|
|
322
324
|
about?: string | undefined;
|
|
@@ -332,7 +334,6 @@ export declare const StyledIconButtonLink: import("styled-components").IStyledCo
|
|
|
332
334
|
autoCapitalize?: string | undefined;
|
|
333
335
|
autoCorrect?: string | undefined;
|
|
334
336
|
autoSave?: string | undefined;
|
|
335
|
-
color?: string | undefined;
|
|
336
337
|
itemProp?: string | undefined;
|
|
337
338
|
itemScope?: boolean | undefined;
|
|
338
339
|
itemType?: string | undefined;
|
|
@@ -341,60 +342,59 @@ export declare const StyledIconButtonLink: import("styled-components").IStyledCo
|
|
|
341
342
|
results?: number | undefined;
|
|
342
343
|
security?: string | undefined;
|
|
343
344
|
unselectable?: "on" | "off" | undefined;
|
|
344
|
-
inputMode?: "
|
|
345
|
+
inputMode?: "none" | "text" | "search" | "email" | "url" | "tel" | "numeric" | "decimal" | undefined;
|
|
345
346
|
is?: string | undefined;
|
|
346
347
|
"aria-activedescendant"?: string | undefined;
|
|
347
|
-
"aria-atomic"?: (boolean | "
|
|
348
|
-
"aria-autocomplete"?: "
|
|
348
|
+
"aria-atomic"?: (boolean | "false" | "true") | undefined;
|
|
349
|
+
"aria-autocomplete"?: "both" | "none" | "inline" | "list" | undefined;
|
|
349
350
|
"aria-braillelabel"?: string | undefined;
|
|
350
351
|
"aria-brailleroledescription"?: string | undefined;
|
|
351
|
-
"aria-busy"?: (boolean | "
|
|
352
|
-
"aria-checked"?: boolean | "
|
|
352
|
+
"aria-busy"?: (boolean | "false" | "true") | undefined;
|
|
353
|
+
"aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
353
354
|
"aria-colcount"?: number | undefined;
|
|
354
355
|
"aria-colindex"?: number | undefined;
|
|
355
356
|
"aria-colindextext"?: string | undefined;
|
|
356
357
|
"aria-colspan"?: number | undefined;
|
|
357
358
|
"aria-controls"?: string | undefined;
|
|
358
|
-
"aria-current"?: boolean | "
|
|
359
|
+
"aria-current"?: boolean | "page" | "false" | "true" | "time" | "date" | "location" | "step" | undefined;
|
|
359
360
|
"aria-describedby"?: string | undefined;
|
|
360
361
|
"aria-description"?: string | undefined;
|
|
361
362
|
"aria-details"?: string | undefined;
|
|
362
|
-
"aria-disabled"?: (boolean | "
|
|
363
|
-
"aria-dropeffect"?: "
|
|
363
|
+
"aria-disabled"?: (boolean | "false" | "true") | undefined;
|
|
364
|
+
"aria-dropeffect"?: "none" | "copy" | "move" | "link" | "popup" | "execute" | undefined;
|
|
364
365
|
"aria-errormessage"?: string | undefined;
|
|
365
|
-
"aria-expanded"?: (boolean | "
|
|
366
|
+
"aria-expanded"?: (boolean | "false" | "true") | undefined;
|
|
366
367
|
"aria-flowto"?: string | undefined;
|
|
367
|
-
"aria-grabbed"?: (boolean | "
|
|
368
|
-
"aria-haspopup"?: boolean | "
|
|
369
|
-
"aria-invalid"?: boolean | "
|
|
368
|
+
"aria-grabbed"?: (boolean | "false" | "true") | undefined;
|
|
369
|
+
"aria-haspopup"?: boolean | "listbox" | "grid" | "menu" | "false" | "true" | "dialog" | "tree" | undefined;
|
|
370
|
+
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
370
371
|
"aria-keyshortcuts"?: string | undefined;
|
|
371
372
|
"aria-labelledby"?: string | undefined;
|
|
372
373
|
"aria-level"?: number | undefined;
|
|
373
374
|
"aria-live"?: "off" | "assertive" | "polite" | undefined;
|
|
374
|
-
"aria-modal"?: (boolean | "
|
|
375
|
-
"aria-multiline"?: (boolean | "
|
|
376
|
-
"aria-multiselectable"?: (boolean | "
|
|
375
|
+
"aria-modal"?: (boolean | "false" | "true") | undefined;
|
|
376
|
+
"aria-multiline"?: (boolean | "false" | "true") | undefined;
|
|
377
|
+
"aria-multiselectable"?: (boolean | "false" | "true") | undefined;
|
|
377
378
|
"aria-orientation"?: "horizontal" | "vertical" | undefined;
|
|
378
379
|
"aria-owns"?: string | undefined;
|
|
379
380
|
"aria-placeholder"?: string | undefined;
|
|
380
381
|
"aria-posinset"?: number | undefined;
|
|
381
|
-
"aria-pressed"?: boolean | "
|
|
382
|
-
"aria-readonly"?: (boolean | "
|
|
383
|
-
"aria-relevant"?: "text" | "additions" | "additions removals" | "additions text" | "
|
|
384
|
-
"aria-required"?: (boolean | "
|
|
382
|
+
"aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
383
|
+
"aria-readonly"?: (boolean | "false" | "true") | undefined;
|
|
384
|
+
"aria-relevant"?: "all" | "text" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
385
|
+
"aria-required"?: (boolean | "false" | "true") | undefined;
|
|
385
386
|
"aria-roledescription"?: string | undefined;
|
|
386
387
|
"aria-rowcount"?: number | undefined;
|
|
387
388
|
"aria-rowindex"?: number | undefined;
|
|
388
389
|
"aria-rowindextext"?: string | undefined;
|
|
389
390
|
"aria-rowspan"?: number | undefined;
|
|
390
|
-
"aria-selected"?: (boolean | "
|
|
391
|
+
"aria-selected"?: (boolean | "false" | "true") | undefined;
|
|
391
392
|
"aria-setsize"?: number | undefined;
|
|
392
393
|
"aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
393
394
|
"aria-valuemax"?: number | undefined;
|
|
394
395
|
"aria-valuemin"?: number | undefined;
|
|
395
396
|
"aria-valuenow"?: number | undefined;
|
|
396
397
|
"aria-valuetext"?: string | undefined;
|
|
397
|
-
children?: import("react").ReactNode;
|
|
398
398
|
dangerouslySetInnerHTML?: {
|
|
399
399
|
__html: string | TrustedHTML;
|
|
400
400
|
} | undefined;
|
|
@@ -560,12 +560,12 @@ export declare const StyledIconButtonLink: import("styled-components").IStyledCo
|
|
|
560
560
|
onTransitionEnd?: import("react").TransitionEventHandler<HTMLAnchorElement> | undefined;
|
|
561
561
|
onTransitionEndCapture?: import("react").TransitionEventHandler<HTMLAnchorElement> | undefined;
|
|
562
562
|
type?: string | undefined;
|
|
563
|
-
hrefLang?: string | undefined;
|
|
564
563
|
media?: string | undefined;
|
|
564
|
+
target?: import("react").HTMLAttributeAnchorTarget | undefined;
|
|
565
|
+
hrefLang?: string | undefined;
|
|
565
566
|
referrerPolicy?: import("react").HTMLAttributeReferrerPolicy | undefined;
|
|
566
567
|
download?: any;
|
|
567
568
|
ping?: string | undefined;
|
|
568
|
-
target?: import("react").HTMLAttributeAnchorTarget | undefined;
|
|
569
569
|
ref?: import("react").Ref<HTMLAnchorElement> | undefined;
|
|
570
570
|
key?: import("react").Key | null | undefined;
|
|
571
571
|
}> & import("react").ForwardRefExoticComponent<import("react-router-dom").LinkProps & import("react").RefAttributes<HTMLAnchorElement>>;
|