@fluidattacks/design 3.28.0-pr.3 → 3.28.0-pr.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.
Files changed (69) hide show
  1. package/dist/components/@core/styles.d.ts +4 -4
  2. package/dist/components/alert/styles.d.ts +2 -270
  3. package/dist/components/avatar/styles.d.ts +2 -538
  4. package/dist/components/button/styles.d.ts +2 -279
  5. package/dist/components/card/card-with-input/styles.d.ts +1 -1
  6. package/dist/components/card/card-with-selector/styles.d.ts +1 -269
  7. package/dist/components/carousel/styles.d.ts +7 -811
  8. package/dist/components/checkbox/styles.d.ts +1 -271
  9. package/dist/components/code-snippet/styles.d.ts +2 -538
  10. package/dist/components/container/styles.d.ts +2 -269
  11. package/dist/components/dropdown/styles.d.ts +2 -539
  12. package/dist/components/empty-state/styles.d.ts +3 -539
  13. package/dist/components/file-preview/styles.d.ts +7 -339
  14. package/dist/components/form/styles.d.ts +1 -277
  15. package/dist/components/grid-container/styles.d.ts +2 -269
  16. package/dist/components/grid-layout/styles.d.ts +4 -1076
  17. package/dist/components/group-selector/styles.d.ts +4 -4
  18. package/dist/components/icon/styles.d.ts +3 -538
  19. package/dist/components/icon-button/styles.d.ts +2 -279
  20. package/dist/components/inputs/fields/combobox/styles.d.ts +4 -4
  21. package/dist/components/inputs/fields/date/calendar/styles.d.ts +10 -2175
  22. package/dist/components/inputs/fields/date-range/styles.d.ts +2 -2
  23. package/dist/components/inputs/fields/date-time/calendar/styles.d.ts +2 -538
  24. package/dist/components/inputs/fields/input-file/styles.d.ts +3 -569
  25. package/dist/components/inputs/fields/input-tags/styles.d.ts +1 -300
  26. package/dist/components/inputs/fields/phone/styles.d.ts +5 -1356
  27. package/dist/components/inputs/styles.d.ts +7 -842
  28. package/dist/components/inputs/utils/styles.d.ts +9 -1636
  29. package/dist/components/layout/categories/buttons/index.d.ts +6 -804
  30. package/dist/components/layout/categories/column/styles.d.ts +2 -268
  31. package/dist/components/layout/categories/gap/styles.d.ts +2 -268
  32. package/dist/components/layout/categories/row/styles.d.ts +2 -268
  33. package/dist/components/link/styles.d.ts +3 -3
  34. package/dist/components/list-item/styles.d.ts +2 -539
  35. package/dist/components/little-flag/styles.d.ts +1 -1
  36. package/dist/components/loading/styles.d.ts +3 -3
  37. package/dist/components/lottie/styles.d.ts +33 -394
  38. package/dist/components/message-banner/styles.d.ts +1 -279
  39. package/dist/components/modal/columns-modal/preview-panel/styles.d.ts +2 -2
  40. package/dist/components/modal/columns-modal/search-panel/styles.d.ts +2 -374
  41. package/dist/components/modal/filters-modal/filters-list/styles.d.ts +2 -374
  42. package/dist/components/modal/filters-modal/styles.d.ts +5 -643
  43. package/dist/components/modal/styles.d.ts +12 -1348
  44. package/dist/components/notification/styles.d.ts +4 -42
  45. package/dist/components/notification-sign/styles.d.ts +3 -538
  46. package/dist/components/number-input/styles.d.ts +2 -569
  47. package/dist/components/premium-feature/styles.d.ts +1 -269
  48. package/dist/components/progress-bar/styles.d.ts +4 -4
  49. package/dist/components/progress-indicator/styles.d.ts +4 -4
  50. package/dist/components/radio-button/styles.d.ts +3 -539
  51. package/dist/components/scroll-button/styles.d.ts +3 -272
  52. package/dist/components/search/styles.d.ts +3 -838
  53. package/dist/components/show-on-hover/styles.d.ts +1 -269
  54. package/dist/components/slide-out-menu/styles.d.ts +2 -331
  55. package/dist/components/slider/styles.d.ts +4 -543
  56. package/dist/components/step-lapse/styles.d.ts +5 -809
  57. package/dist/components/table/pagination/pagination-control/styles.d.ts +2 -2
  58. package/dist/components/table/sort-icon/styles.d.ts +2 -2
  59. package/dist/components/table/styles.d.ts +4 -808
  60. package/dist/components/table/table-body/styles.d.ts +1 -269
  61. package/dist/components/table/table-options/styles.d.ts +5 -805
  62. package/dist/components/table-button/styles.d.ts +1 -279
  63. package/dist/components/tabs/styles.d.ts +2 -2
  64. package/dist/components/tag/styles.d.ts +1 -1
  65. package/dist/components/timeline/styles.d.ts +3 -271
  66. package/dist/components/toggle/styles.d.ts +3 -809
  67. package/dist/components/tooltip/styles.d.ts +6 -336
  68. package/dist/components/typography/styles.d.ts +6 -807
  69. package/package.json +2 -2
@@ -1,376 +1,4 @@
1
- declare const StyledList: import('styled-components').IStyledComponent<"web", {
2
- readonly height?: number | string | undefined | undefined;
3
- readonly width?: number | string | undefined | undefined;
4
- readonly wrap?: string | undefined | undefined;
5
- readonly color?: string | undefined | undefined;
6
- readonly alt?: string | undefined | undefined;
7
- readonly children?: import('react').ReactNode;
8
- readonly download?: any;
9
- readonly key?: import('react').Key | null | undefined;
10
- readonly list?: string | undefined | undefined;
11
- readonly rev?: string | undefined | undefined;
12
- readonly rows?: number | undefined | undefined;
13
- readonly hidden?: boolean | undefined | undefined;
14
- readonly start?: number | undefined | undefined;
15
- readonly default?: boolean | undefined | undefined;
16
- readonly cite?: string | undefined | undefined;
17
- readonly data?: string | undefined | undefined;
18
- readonly form?: string | undefined | undefined;
19
- readonly label?: string | undefined | undefined;
20
- readonly span?: number | undefined | undefined;
21
- readonly style?: import('react').CSSProperties | undefined;
22
- readonly summary?: string | undefined | undefined;
23
- readonly pattern?: string | undefined | undefined;
24
- readonly as?: string | undefined | undefined;
25
- readonly defaultChecked?: boolean | undefined | undefined;
26
- readonly defaultValue?: string | number | readonly string[] | undefined;
27
- readonly suppressContentEditableWarning?: boolean | undefined | undefined;
28
- readonly suppressHydrationWarning?: boolean | undefined | undefined;
29
- readonly accessKey?: string | undefined | undefined;
30
- readonly autoFocus?: boolean | undefined | undefined;
31
- readonly className?: string | undefined | undefined;
32
- readonly contentEditable?: "inherit" | (boolean | "true" | "false") | "plaintext-only" | undefined;
33
- readonly contextMenu?: string | undefined | undefined;
34
- readonly dir?: string | undefined | undefined;
35
- readonly draggable?: (boolean | "true" | "false") | undefined;
36
- readonly id?: string | undefined | undefined;
37
- readonly lang?: string | undefined | undefined;
38
- readonly nonce?: string | undefined | undefined;
39
- readonly slot?: string | undefined | undefined;
40
- readonly spellCheck?: (boolean | "true" | "false") | undefined;
41
- readonly tabIndex?: number | undefined | undefined;
42
- readonly title?: string | undefined | undefined;
43
- readonly translate?: "yes" | "no" | undefined | undefined;
44
- readonly radioGroup?: string | undefined | undefined;
45
- readonly role?: import('react').AriaRole | undefined;
46
- readonly about?: string | undefined | undefined;
47
- readonly content?: string | undefined | undefined;
48
- readonly datatype?: string | undefined | undefined;
49
- readonly inlist?: any;
50
- readonly prefix?: string | undefined | undefined;
51
- readonly property?: string | undefined | undefined;
52
- readonly rel?: string | undefined | undefined;
53
- readonly resource?: string | undefined | undefined;
54
- readonly typeof?: string | undefined | undefined;
55
- readonly vocab?: string | undefined | undefined;
56
- readonly autoCapitalize?: string | undefined | undefined;
57
- readonly autoCorrect?: string | undefined | undefined;
58
- readonly autoSave?: string | undefined | undefined;
59
- readonly itemProp?: string | undefined | undefined;
60
- readonly itemScope?: boolean | undefined | undefined;
61
- readonly itemType?: string | undefined | undefined;
62
- readonly itemID?: string | undefined | undefined;
63
- readonly itemRef?: string | undefined | undefined;
64
- readonly results?: number | undefined | undefined;
65
- readonly security?: string | undefined | undefined;
66
- readonly unselectable?: "on" | "off" | undefined | undefined;
67
- readonly inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined | undefined;
68
- readonly is?: string | undefined | undefined;
69
- readonly "aria-activedescendant"?: string | undefined | undefined;
70
- readonly "aria-atomic"?: (boolean | "true" | "false") | undefined;
71
- readonly "aria-autocomplete"?: "none" | "inline" | "list" | "both" | undefined | undefined;
72
- readonly "aria-braillelabel"?: string | undefined | undefined;
73
- readonly "aria-brailleroledescription"?: string | undefined | undefined;
74
- readonly "aria-busy"?: (boolean | "true" | "false") | undefined;
75
- readonly "aria-checked"?: boolean | "false" | "mixed" | "true" | undefined | undefined;
76
- readonly "aria-colcount"?: number | undefined | undefined;
77
- readonly "aria-colindex"?: number | undefined | undefined;
78
- readonly "aria-colindextext"?: string | undefined | undefined;
79
- readonly "aria-colspan"?: number | undefined | undefined;
80
- readonly "aria-controls"?: string | undefined | undefined;
81
- readonly "aria-current"?: boolean | "false" | "true" | "page" | "step" | "location" | "date" | "time" | undefined | undefined;
82
- readonly "aria-describedby"?: string | undefined | undefined;
83
- readonly "aria-description"?: string | undefined | undefined;
84
- readonly "aria-details"?: string | undefined | undefined;
85
- readonly "aria-disabled"?: (boolean | "true" | "false") | undefined;
86
- readonly "aria-dropeffect"?: "none" | "copy" | "execute" | "link" | "move" | "popup" | undefined | undefined;
87
- readonly "aria-errormessage"?: string | undefined | undefined;
88
- readonly "aria-expanded"?: (boolean | "true" | "false") | undefined;
89
- readonly "aria-flowto"?: string | undefined | undefined;
90
- readonly "aria-grabbed"?: (boolean | "true" | "false") | undefined;
91
- readonly "aria-haspopup"?: boolean | "false" | "true" | "menu" | "listbox" | "tree" | "grid" | "dialog" | undefined | undefined;
92
- readonly "aria-hidden"?: (boolean | "true" | "false") | undefined;
93
- readonly "aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined | undefined;
94
- readonly "aria-keyshortcuts"?: string | undefined | undefined;
95
- readonly "aria-label"?: string | undefined | undefined;
96
- readonly "aria-labelledby"?: string | undefined | undefined;
97
- readonly "aria-level"?: number | undefined | undefined;
98
- readonly "aria-live"?: "off" | "assertive" | "polite" | undefined | undefined;
99
- readonly "aria-modal"?: (boolean | "true" | "false") | undefined;
100
- readonly "aria-multiline"?: (boolean | "true" | "false") | undefined;
101
- readonly "aria-multiselectable"?: (boolean | "true" | "false") | undefined;
102
- readonly "aria-orientation"?: "horizontal" | "vertical" | undefined | undefined;
103
- readonly "aria-owns"?: string | undefined | undefined;
104
- readonly "aria-placeholder"?: string | undefined | undefined;
105
- readonly "aria-posinset"?: number | undefined | undefined;
106
- readonly "aria-pressed"?: boolean | "false" | "mixed" | "true" | undefined | undefined;
107
- readonly "aria-readonly"?: (boolean | "true" | "false") | undefined;
108
- readonly "aria-relevant"?: "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text" | "text additions" | "text removals" | undefined | undefined;
109
- readonly "aria-required"?: (boolean | "true" | "false") | undefined;
110
- readonly "aria-roledescription"?: string | undefined | undefined;
111
- readonly "aria-rowcount"?: number | undefined | undefined;
112
- readonly "aria-rowindex"?: number | undefined | undefined;
113
- readonly "aria-rowindextext"?: string | undefined | undefined;
114
- readonly "aria-rowspan"?: number | undefined | undefined;
115
- readonly "aria-selected"?: (boolean | "true" | "false") | undefined;
116
- readonly "aria-setsize"?: number | undefined | undefined;
117
- readonly "aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined | undefined;
118
- readonly "aria-valuemax"?: number | undefined | undefined;
119
- readonly "aria-valuemin"?: number | undefined | undefined;
120
- readonly "aria-valuenow"?: number | undefined | undefined;
121
- readonly "aria-valuetext"?: string | undefined | undefined;
122
- readonly dangerouslySetInnerHTML?: {
123
- __html: string | TrustedHTML;
124
- } | undefined | undefined;
125
- readonly onCopy?: import('react').ClipboardEventHandler<HTMLLIElement> | undefined;
126
- readonly onCopyCapture?: import('react').ClipboardEventHandler<HTMLLIElement> | undefined;
127
- readonly onCut?: import('react').ClipboardEventHandler<HTMLLIElement> | undefined;
128
- readonly onCutCapture?: import('react').ClipboardEventHandler<HTMLLIElement> | undefined;
129
- readonly onPaste?: import('react').ClipboardEventHandler<HTMLLIElement> | undefined;
130
- readonly onPasteCapture?: import('react').ClipboardEventHandler<HTMLLIElement> | undefined;
131
- readonly onCompositionEnd?: import('react').CompositionEventHandler<HTMLLIElement> | undefined;
132
- readonly onCompositionEndCapture?: import('react').CompositionEventHandler<HTMLLIElement> | undefined;
133
- readonly onCompositionStart?: import('react').CompositionEventHandler<HTMLLIElement> | undefined;
134
- readonly onCompositionStartCapture?: import('react').CompositionEventHandler<HTMLLIElement> | undefined;
135
- readonly onCompositionUpdate?: import('react').CompositionEventHandler<HTMLLIElement> | undefined;
136
- readonly onCompositionUpdateCapture?: import('react').CompositionEventHandler<HTMLLIElement> | undefined;
137
- readonly onFocus?: import('react').FocusEventHandler<HTMLLIElement> | undefined;
138
- readonly onFocusCapture?: import('react').FocusEventHandler<HTMLLIElement> | undefined;
139
- readonly onBlur?: import('react').FocusEventHandler<HTMLLIElement> | undefined;
140
- readonly onBlurCapture?: import('react').FocusEventHandler<HTMLLIElement> | undefined;
141
- readonly onChange?: import('react').FormEventHandler<HTMLLIElement> | undefined;
142
- readonly onChangeCapture?: import('react').FormEventHandler<HTMLLIElement> | undefined;
143
- readonly onBeforeInput?: import('react').FormEventHandler<HTMLLIElement> | undefined;
144
- readonly onBeforeInputCapture?: import('react').FormEventHandler<HTMLLIElement> | undefined;
145
- readonly onInput?: import('react').FormEventHandler<HTMLLIElement> | undefined;
146
- readonly onInputCapture?: import('react').FormEventHandler<HTMLLIElement> | undefined;
147
- readonly onReset?: import('react').FormEventHandler<HTMLLIElement> | undefined;
148
- readonly onResetCapture?: import('react').FormEventHandler<HTMLLIElement> | undefined;
149
- readonly onSubmit?: import('react').FormEventHandler<HTMLLIElement> | undefined;
150
- readonly onSubmitCapture?: import('react').FormEventHandler<HTMLLIElement> | undefined;
151
- readonly onInvalid?: import('react').FormEventHandler<HTMLLIElement> | undefined;
152
- readonly onInvalidCapture?: import('react').FormEventHandler<HTMLLIElement> | undefined;
153
- readonly onLoad?: import('react').ReactEventHandler<HTMLLIElement> | undefined;
154
- readonly onLoadCapture?: import('react').ReactEventHandler<HTMLLIElement> | undefined;
155
- readonly onError?: import('react').ReactEventHandler<HTMLLIElement> | undefined;
156
- readonly onErrorCapture?: import('react').ReactEventHandler<HTMLLIElement> | undefined;
157
- readonly onKeyDown?: import('react').KeyboardEventHandler<HTMLLIElement> | undefined;
158
- readonly onKeyDownCapture?: import('react').KeyboardEventHandler<HTMLLIElement> | undefined;
159
- readonly onKeyPress?: import('react').KeyboardEventHandler<HTMLLIElement> | undefined;
160
- readonly onKeyPressCapture?: import('react').KeyboardEventHandler<HTMLLIElement> | undefined;
161
- readonly onKeyUp?: import('react').KeyboardEventHandler<HTMLLIElement> | undefined;
162
- readonly onKeyUpCapture?: import('react').KeyboardEventHandler<HTMLLIElement> | undefined;
163
- readonly onAbort?: import('react').ReactEventHandler<HTMLLIElement> | undefined;
164
- readonly onAbortCapture?: import('react').ReactEventHandler<HTMLLIElement> | undefined;
165
- readonly onCanPlay?: import('react').ReactEventHandler<HTMLLIElement> | undefined;
166
- readonly onCanPlayCapture?: import('react').ReactEventHandler<HTMLLIElement> | undefined;
167
- readonly onCanPlayThrough?: import('react').ReactEventHandler<HTMLLIElement> | undefined;
168
- readonly onCanPlayThroughCapture?: import('react').ReactEventHandler<HTMLLIElement> | undefined;
169
- readonly onDurationChange?: import('react').ReactEventHandler<HTMLLIElement> | undefined;
170
- readonly onDurationChangeCapture?: import('react').ReactEventHandler<HTMLLIElement> | undefined;
171
- readonly onEmptied?: import('react').ReactEventHandler<HTMLLIElement> | undefined;
172
- readonly onEmptiedCapture?: import('react').ReactEventHandler<HTMLLIElement> | undefined;
173
- readonly onEncrypted?: import('react').ReactEventHandler<HTMLLIElement> | undefined;
174
- readonly onEncryptedCapture?: import('react').ReactEventHandler<HTMLLIElement> | undefined;
175
- readonly onEnded?: import('react').ReactEventHandler<HTMLLIElement> | undefined;
176
- readonly onEndedCapture?: import('react').ReactEventHandler<HTMLLIElement> | undefined;
177
- readonly onLoadedData?: import('react').ReactEventHandler<HTMLLIElement> | undefined;
178
- readonly onLoadedDataCapture?: import('react').ReactEventHandler<HTMLLIElement> | undefined;
179
- readonly onLoadedMetadata?: import('react').ReactEventHandler<HTMLLIElement> | undefined;
180
- readonly onLoadedMetadataCapture?: import('react').ReactEventHandler<HTMLLIElement> | undefined;
181
- readonly onLoadStart?: import('react').ReactEventHandler<HTMLLIElement> | undefined;
182
- readonly onLoadStartCapture?: import('react').ReactEventHandler<HTMLLIElement> | undefined;
183
- readonly onPause?: import('react').ReactEventHandler<HTMLLIElement> | undefined;
184
- readonly onPauseCapture?: import('react').ReactEventHandler<HTMLLIElement> | undefined;
185
- readonly onPlay?: import('react').ReactEventHandler<HTMLLIElement> | undefined;
186
- readonly onPlayCapture?: import('react').ReactEventHandler<HTMLLIElement> | undefined;
187
- readonly onPlaying?: import('react').ReactEventHandler<HTMLLIElement> | undefined;
188
- readonly onPlayingCapture?: import('react').ReactEventHandler<HTMLLIElement> | undefined;
189
- readonly onProgress?: import('react').ReactEventHandler<HTMLLIElement> | undefined;
190
- readonly onProgressCapture?: import('react').ReactEventHandler<HTMLLIElement> | undefined;
191
- readonly onRateChange?: import('react').ReactEventHandler<HTMLLIElement> | undefined;
192
- readonly onRateChangeCapture?: import('react').ReactEventHandler<HTMLLIElement> | undefined;
193
- readonly onResize?: import('react').ReactEventHandler<HTMLLIElement> | undefined;
194
- readonly onResizeCapture?: import('react').ReactEventHandler<HTMLLIElement> | undefined;
195
- readonly onSeeked?: import('react').ReactEventHandler<HTMLLIElement> | undefined;
196
- readonly onSeekedCapture?: import('react').ReactEventHandler<HTMLLIElement> | undefined;
197
- readonly onSeeking?: import('react').ReactEventHandler<HTMLLIElement> | undefined;
198
- readonly onSeekingCapture?: import('react').ReactEventHandler<HTMLLIElement> | undefined;
199
- readonly onStalled?: import('react').ReactEventHandler<HTMLLIElement> | undefined;
200
- readonly onStalledCapture?: import('react').ReactEventHandler<HTMLLIElement> | undefined;
201
- readonly onSuspend?: import('react').ReactEventHandler<HTMLLIElement> | undefined;
202
- readonly onSuspendCapture?: import('react').ReactEventHandler<HTMLLIElement> | undefined;
203
- readonly onTimeUpdate?: import('react').ReactEventHandler<HTMLLIElement> | undefined;
204
- readonly onTimeUpdateCapture?: import('react').ReactEventHandler<HTMLLIElement> | undefined;
205
- readonly onVolumeChange?: import('react').ReactEventHandler<HTMLLIElement> | undefined;
206
- readonly onVolumeChangeCapture?: import('react').ReactEventHandler<HTMLLIElement> | undefined;
207
- readonly onWaiting?: import('react').ReactEventHandler<HTMLLIElement> | undefined;
208
- readonly onWaitingCapture?: import('react').ReactEventHandler<HTMLLIElement> | undefined;
209
- readonly onAuxClick?: import('react').MouseEventHandler<HTMLLIElement> | undefined;
210
- readonly onAuxClickCapture?: import('react').MouseEventHandler<HTMLLIElement> | undefined;
211
- readonly onClick?: import('react').MouseEventHandler<HTMLLIElement> | undefined;
212
- readonly onClickCapture?: import('react').MouseEventHandler<HTMLLIElement> | undefined;
213
- readonly onContextMenu?: import('react').MouseEventHandler<HTMLLIElement> | undefined;
214
- readonly onContextMenuCapture?: import('react').MouseEventHandler<HTMLLIElement> | undefined;
215
- readonly onDoubleClick?: import('react').MouseEventHandler<HTMLLIElement> | undefined;
216
- readonly onDoubleClickCapture?: import('react').MouseEventHandler<HTMLLIElement> | undefined;
217
- readonly onDrag?: import('react').DragEventHandler<HTMLLIElement> | undefined;
218
- readonly onDragCapture?: import('react').DragEventHandler<HTMLLIElement> | undefined;
219
- readonly onDragEnd?: import('react').DragEventHandler<HTMLLIElement> | undefined;
220
- readonly onDragEndCapture?: import('react').DragEventHandler<HTMLLIElement> | undefined;
221
- readonly onDragEnter?: import('react').DragEventHandler<HTMLLIElement> | undefined;
222
- readonly onDragEnterCapture?: import('react').DragEventHandler<HTMLLIElement> | undefined;
223
- readonly onDragExit?: import('react').DragEventHandler<HTMLLIElement> | undefined;
224
- readonly onDragExitCapture?: import('react').DragEventHandler<HTMLLIElement> | undefined;
225
- readonly onDragLeave?: import('react').DragEventHandler<HTMLLIElement> | undefined;
226
- readonly onDragLeaveCapture?: import('react').DragEventHandler<HTMLLIElement> | undefined;
227
- readonly onDragOver?: import('react').DragEventHandler<HTMLLIElement> | undefined;
228
- readonly onDragOverCapture?: import('react').DragEventHandler<HTMLLIElement> | undefined;
229
- readonly onDragStart?: import('react').DragEventHandler<HTMLLIElement> | undefined;
230
- readonly onDragStartCapture?: import('react').DragEventHandler<HTMLLIElement> | undefined;
231
- readonly onDrop?: import('react').DragEventHandler<HTMLLIElement> | undefined;
232
- readonly onDropCapture?: import('react').DragEventHandler<HTMLLIElement> | undefined;
233
- readonly onMouseDown?: import('react').MouseEventHandler<HTMLLIElement> | undefined;
234
- readonly onMouseDownCapture?: import('react').MouseEventHandler<HTMLLIElement> | undefined;
235
- readonly onMouseEnter?: import('react').MouseEventHandler<HTMLLIElement> | undefined;
236
- readonly onMouseLeave?: import('react').MouseEventHandler<HTMLLIElement> | undefined;
237
- readonly onMouseMove?: import('react').MouseEventHandler<HTMLLIElement> | undefined;
238
- readonly onMouseMoveCapture?: import('react').MouseEventHandler<HTMLLIElement> | undefined;
239
- readonly onMouseOut?: import('react').MouseEventHandler<HTMLLIElement> | undefined;
240
- readonly onMouseOutCapture?: import('react').MouseEventHandler<HTMLLIElement> | undefined;
241
- readonly onMouseOver?: import('react').MouseEventHandler<HTMLLIElement> | undefined;
242
- readonly onMouseOverCapture?: import('react').MouseEventHandler<HTMLLIElement> | undefined;
243
- readonly onMouseUp?: import('react').MouseEventHandler<HTMLLIElement> | undefined;
244
- readonly onMouseUpCapture?: import('react').MouseEventHandler<HTMLLIElement> | undefined;
245
- readonly onSelect?: import('react').ReactEventHandler<HTMLLIElement> | undefined;
246
- readonly onSelectCapture?: import('react').ReactEventHandler<HTMLLIElement> | undefined;
247
- readonly onTouchCancel?: import('react').TouchEventHandler<HTMLLIElement> | undefined;
248
- readonly onTouchCancelCapture?: import('react').TouchEventHandler<HTMLLIElement> | undefined;
249
- readonly onTouchEnd?: import('react').TouchEventHandler<HTMLLIElement> | undefined;
250
- readonly onTouchEndCapture?: import('react').TouchEventHandler<HTMLLIElement> | undefined;
251
- readonly onTouchMove?: import('react').TouchEventHandler<HTMLLIElement> | undefined;
252
- readonly onTouchMoveCapture?: import('react').TouchEventHandler<HTMLLIElement> | undefined;
253
- readonly onTouchStart?: import('react').TouchEventHandler<HTMLLIElement> | undefined;
254
- readonly onTouchStartCapture?: import('react').TouchEventHandler<HTMLLIElement> | undefined;
255
- readonly onPointerDown?: import('react').PointerEventHandler<HTMLLIElement> | undefined;
256
- readonly onPointerDownCapture?: import('react').PointerEventHandler<HTMLLIElement> | undefined;
257
- readonly onPointerMove?: import('react').PointerEventHandler<HTMLLIElement> | undefined;
258
- readonly onPointerMoveCapture?: import('react').PointerEventHandler<HTMLLIElement> | undefined;
259
- readonly onPointerUp?: import('react').PointerEventHandler<HTMLLIElement> | undefined;
260
- readonly onPointerUpCapture?: import('react').PointerEventHandler<HTMLLIElement> | undefined;
261
- readonly onPointerCancel?: import('react').PointerEventHandler<HTMLLIElement> | undefined;
262
- readonly onPointerCancelCapture?: import('react').PointerEventHandler<HTMLLIElement> | undefined;
263
- readonly onPointerEnter?: import('react').PointerEventHandler<HTMLLIElement> | undefined;
264
- readonly onPointerLeave?: import('react').PointerEventHandler<HTMLLIElement> | undefined;
265
- readonly onPointerOver?: import('react').PointerEventHandler<HTMLLIElement> | undefined;
266
- readonly onPointerOverCapture?: import('react').PointerEventHandler<HTMLLIElement> | undefined;
267
- readonly onPointerOut?: import('react').PointerEventHandler<HTMLLIElement> | undefined;
268
- readonly onPointerOutCapture?: import('react').PointerEventHandler<HTMLLIElement> | undefined;
269
- readonly onGotPointerCapture?: import('react').PointerEventHandler<HTMLLIElement> | undefined;
270
- readonly onGotPointerCaptureCapture?: import('react').PointerEventHandler<HTMLLIElement> | undefined;
271
- readonly onLostPointerCapture?: import('react').PointerEventHandler<HTMLLIElement> | undefined;
272
- readonly onLostPointerCaptureCapture?: import('react').PointerEventHandler<HTMLLIElement> | undefined;
273
- readonly onScroll?: import('react').UIEventHandler<HTMLLIElement> | undefined;
274
- readonly onScrollCapture?: import('react').UIEventHandler<HTMLLIElement> | undefined;
275
- readonly onWheel?: import('react').WheelEventHandler<HTMLLIElement> | undefined;
276
- readonly onWheelCapture?: import('react').WheelEventHandler<HTMLLIElement> | undefined;
277
- readonly onAnimationStart?: import('react').AnimationEventHandler<HTMLLIElement> | undefined;
278
- readonly onAnimationStartCapture?: import('react').AnimationEventHandler<HTMLLIElement> | undefined;
279
- readonly onAnimationEnd?: import('react').AnimationEventHandler<HTMLLIElement> | undefined;
280
- readonly onAnimationEndCapture?: import('react').AnimationEventHandler<HTMLLIElement> | undefined;
281
- readonly onAnimationIteration?: import('react').AnimationEventHandler<HTMLLIElement> | undefined;
282
- readonly onAnimationIterationCapture?: import('react').AnimationEventHandler<HTMLLIElement> | undefined;
283
- readonly onTransitionEnd?: import('react').TransitionEventHandler<HTMLLIElement> | undefined;
284
- readonly onTransitionEndCapture?: import('react').TransitionEventHandler<HTMLLIElement> | undefined;
285
- readonly disabled?: boolean | undefined | undefined;
286
- readonly formAction?: string | undefined;
287
- readonly formEncType?: string | undefined | undefined;
288
- readonly formMethod?: string | undefined | undefined;
289
- readonly formNoValidate?: boolean | undefined | undefined;
290
- readonly formTarget?: string | undefined | undefined;
291
- readonly name?: string | undefined | undefined;
292
- readonly type?: string | undefined | undefined;
293
- readonly value?: string | undefined;
294
- readonly classID?: string | undefined | undefined;
295
- readonly useMap?: string | undefined | undefined;
296
- readonly wmode?: string | undefined | undefined;
297
- readonly href?: string | undefined;
298
- readonly hrefLang?: string | undefined | undefined;
299
- readonly media?: string | undefined | undefined;
300
- readonly target?: string | undefined | undefined;
301
- readonly max?: number | string | undefined | undefined;
302
- readonly method?: string | undefined | undefined;
303
- readonly min?: number | string | undefined | undefined;
304
- readonly crossOrigin?: "" | "anonymous" | "use-credentials" | undefined;
305
- readonly integrity?: string | undefined | undefined;
306
- readonly sizes?: string | undefined | undefined;
307
- readonly charSet?: string | undefined | undefined;
308
- readonly httpEquiv?: string | undefined | undefined;
309
- readonly high?: number | undefined | undefined;
310
- readonly low?: number | undefined | undefined;
311
- readonly optimum?: number | undefined | undefined;
312
- readonly selected?: boolean | undefined;
313
- readonly cellPadding?: number | string | undefined | undefined;
314
- readonly cellSpacing?: number | string | undefined | undefined;
315
- readonly colSpan?: number | undefined | undefined;
316
- readonly headers?: string | undefined | undefined;
317
- readonly rowSpan?: number | undefined | undefined;
318
- readonly scope?: string | undefined | undefined;
319
- readonly playsInline?: boolean | undefined | undefined;
320
- readonly poster?: string | undefined | undefined;
321
- readonly autoPlay?: boolean | undefined | undefined;
322
- readonly controls?: boolean | undefined | undefined;
323
- readonly loop?: boolean | undefined | undefined;
324
- readonly mediaGroup?: string | undefined | undefined;
325
- readonly muted?: boolean | undefined | undefined;
326
- readonly preload?: string | undefined | undefined;
327
- readonly src?: string | undefined | undefined;
328
- readonly coords?: string | undefined | undefined;
329
- readonly shape?: string | undefined | undefined;
330
- readonly dateTime?: string | undefined | undefined;
331
- readonly open?: boolean | undefined | undefined;
332
- readonly acceptCharset?: string | undefined | undefined;
333
- readonly action?: string | undefined;
334
- readonly autoComplete?: string | undefined | undefined;
335
- readonly encType?: string | undefined | undefined;
336
- readonly noValidate?: boolean | undefined | undefined;
337
- readonly manifest?: string | undefined | undefined;
338
- readonly allowFullScreen?: boolean | undefined | undefined;
339
- readonly allowTransparency?: boolean | undefined | undefined;
340
- readonly frameBorder?: number | string | undefined | undefined;
341
- readonly marginHeight?: number | undefined | undefined;
342
- readonly marginWidth?: number | undefined | undefined;
343
- readonly sandbox?: string | undefined | undefined;
344
- readonly scrolling?: string | undefined | undefined;
345
- readonly seamless?: boolean | undefined | undefined;
346
- readonly srcDoc?: string | undefined | undefined;
347
- readonly srcSet?: string | undefined | undefined;
348
- readonly accept?: string | undefined | undefined;
349
- readonly capture?: boolean | "user" | "environment" | undefined | undefined;
350
- readonly checked?: boolean | undefined | undefined;
351
- readonly maxLength?: number | undefined | undefined;
352
- readonly minLength?: number | undefined | undefined;
353
- readonly multiple?: boolean | undefined | undefined;
354
- readonly placeholder?: string | undefined | undefined;
355
- readonly readOnly?: boolean | undefined | undefined;
356
- readonly required?: boolean | undefined | undefined;
357
- readonly size?: number | undefined | undefined;
358
- readonly step?: number | string | undefined | undefined;
359
- readonly challenge?: string | undefined | undefined;
360
- readonly keyType?: string | undefined | undefined;
361
- readonly keyParams?: string | undefined | undefined;
362
- readonly htmlFor?: string | undefined | undefined;
363
- readonly reversed?: boolean | undefined | undefined;
364
- readonly async?: boolean | undefined | undefined;
365
- readonly defer?: boolean | undefined | undefined;
366
- readonly scoped?: boolean | undefined | undefined;
367
- readonly cols?: number | undefined | undefined;
368
- readonly kind?: string | undefined | undefined;
369
- readonly srcLang?: string | undefined | undefined;
370
- readonly icon?: import('@fortawesome/fontawesome-common-types').IconName | "priority-bars-high" | "priority-bars-low" | "priority-bars-medium" | undefined;
371
- readonly iconType?: import('../../../@core').TIconType | undefined;
372
- readonly rightIcon?: import('../../../@core').IIconModifiable["icon"] | undefined;
373
- readonly onClickIcon?: import('react').MouseEventHandler<HTMLSpanElement> | undefined;
1
+ declare const StyledList: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<Omit<Readonly<import('../../../list-item').IListItemProps>, "ref"> & {
374
2
  ref?: ((instance: HTMLLIElement | null) => void | import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import('react').RefObject<HTMLLIElement> | null | undefined;
375
- }> & (({ children, disabled, icon, iconType, href, onClick, onClickIcon, onKeyDown, rightIcon, selected, value, ...props }: Readonly<import('../../../list-item').IListItemProps>) => JSX.Element);
3
+ }, never>> & string & Omit<({ children, disabled, icon, iconType, href, onClick, onClickIcon, onKeyDown, rightIcon, selected, value, ...props }: Readonly<import('../../../list-item').IListItemProps>) => JSX.Element, keyof import('react').Component<any, {}, any>>;
376
4
  export { StyledList };