@chayns-components/core 5.3.11-alpha.0 → 5.4.0

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 (460) hide show
  1. package/AGENTS.md +0 -12
  2. package/lib/cjs/components/accordion/Accordion.js +12 -107
  3. package/lib/cjs/components/accordion/Accordion.js.map +1 -1
  4. package/lib/cjs/components/accordion/Accordion.styles.js +3 -23
  5. package/lib/cjs/components/accordion/Accordion.styles.js.map +1 -1
  6. package/lib/cjs/components/accordion/accordion-body/AccordionBody.styles.js +1 -3
  7. package/lib/cjs/components/accordion/accordion-body/AccordionBody.styles.js.map +1 -1
  8. package/lib/cjs/components/accordion/accordion-group/AccordionGroup.js +19 -36
  9. package/lib/cjs/components/accordion/accordion-group/AccordionGroup.js.map +1 -1
  10. package/lib/cjs/components/accordion/accordion-head/AccordionHead.js +3 -6
  11. package/lib/cjs/components/accordion/accordion-head/AccordionHead.js.map +1 -1
  12. package/lib/cjs/components/accordion/accordion-head/AccordionHead.styles.js +0 -14
  13. package/lib/cjs/components/accordion/accordion-head/AccordionHead.styles.js.map +1 -1
  14. package/lib/cjs/components/amount-control/AmountControl.js +17 -31
  15. package/lib/cjs/components/amount-control/AmountControl.js.map +1 -1
  16. package/lib/cjs/components/amount-control/AmountControl.styles.js +2 -18
  17. package/lib/cjs/components/amount-control/AmountControl.styles.js.map +1 -1
  18. package/lib/cjs/components/button/Button.js +1 -5
  19. package/lib/cjs/components/button/Button.js.map +1 -1
  20. package/lib/cjs/components/button/Button.styles.js +0 -17
  21. package/lib/cjs/components/button/Button.styles.js.map +1 -1
  22. package/lib/cjs/components/button/Button.types.js.map +1 -1
  23. package/lib/cjs/components/checkbox/Checkbox.js +1 -5
  24. package/lib/cjs/components/checkbox/Checkbox.js.map +1 -1
  25. package/lib/cjs/components/checkbox/Checkbox.styles.js +2 -29
  26. package/lib/cjs/components/checkbox/Checkbox.styles.js.map +1 -1
  27. package/lib/cjs/components/color-scheme-provider/ColorSchemeProvider.js +2 -7
  28. package/lib/cjs/components/color-scheme-provider/ColorSchemeProvider.js.map +1 -1
  29. package/lib/cjs/components/color-scheme-provider/ColorSchemeProvider.styles.js +2 -8
  30. package/lib/cjs/components/color-scheme-provider/ColorSchemeProvider.styles.js.map +1 -1
  31. package/lib/cjs/components/combobox/ComboBox.js +5 -52
  32. package/lib/cjs/components/combobox/ComboBox.js.map +1 -1
  33. package/lib/cjs/components/combobox/ComboBox.styles.js +0 -11
  34. package/lib/cjs/components/combobox/ComboBox.styles.js.map +1 -1
  35. package/lib/cjs/components/combobox/ComboBox.types.js.map +1 -1
  36. package/lib/cjs/components/context-menu/ContextMenu.js +6 -100
  37. package/lib/cjs/components/context-menu/ContextMenu.js.map +1 -1
  38. package/lib/cjs/components/context-menu/ContextMenu.styles.js +0 -38
  39. package/lib/cjs/components/context-menu/ContextMenu.styles.js.map +1 -1
  40. package/lib/cjs/components/context-menu/ContextMenu.types.js.map +1 -1
  41. package/lib/cjs/components/file-input/FileInput.js +2 -4
  42. package/lib/cjs/components/file-input/FileInput.js.map +1 -1
  43. package/lib/cjs/components/file-list/file-item/FileItem.js +2 -23
  44. package/lib/cjs/components/file-list/file-item/FileItem.js.map +1 -1
  45. package/lib/cjs/components/file-list/file-item/FileItem.styles.js +1 -19
  46. package/lib/cjs/components/file-list/file-item/FileItem.styles.js.map +1 -1
  47. package/lib/cjs/components/file-select/FileSelect.js +4 -27
  48. package/lib/cjs/components/file-select/FileSelect.js.map +1 -1
  49. package/lib/cjs/components/file-select/FileSelect.styles.js +0 -10
  50. package/lib/cjs/components/file-select/FileSelect.styles.js.map +1 -1
  51. package/lib/cjs/components/filter/Filter.js +16 -51
  52. package/lib/cjs/components/filter/Filter.js.map +1 -1
  53. package/lib/cjs/components/filter/Filter.styles.js +0 -9
  54. package/lib/cjs/components/filter/Filter.styles.js.map +1 -1
  55. package/lib/cjs/components/filter/filter-content/FilterContent.js +5 -14
  56. package/lib/cjs/components/filter/filter-content/FilterContent.js.map +1 -1
  57. package/lib/cjs/components/filter/filter-content/FilterContent.types.js.map +1 -1
  58. package/lib/cjs/components/filter-buttons/FilterButtons.js +4 -69
  59. package/lib/cjs/components/filter-buttons/FilterButtons.js.map +1 -1
  60. package/lib/cjs/components/filter-buttons/filter-button/FilterButton.js +2 -40
  61. package/lib/cjs/components/filter-buttons/filter-button/FilterButton.js.map +1 -1
  62. package/lib/cjs/components/filter-buttons/filter-button/FilterButton.styles.js +0 -11
  63. package/lib/cjs/components/filter-buttons/filter-button/FilterButton.styles.js.map +1 -1
  64. package/lib/cjs/components/grid-image/GridImage.js +2 -20
  65. package/lib/cjs/components/grid-image/GridImage.js.map +1 -1
  66. package/lib/cjs/components/grid-image/GridImage.styles.js +2 -11
  67. package/lib/cjs/components/grid-image/GridImage.styles.js.map +1 -1
  68. package/lib/cjs/components/grouped-image/GroupedImage.js +4 -23
  69. package/lib/cjs/components/grouped-image/GroupedImage.js.map +1 -1
  70. package/lib/cjs/components/grouped-image/GroupedImage.styles.js +0 -9
  71. package/lib/cjs/components/grouped-image/GroupedImage.styles.js.map +1 -1
  72. package/lib/cjs/components/highlight-slider/HighlightSlider.js +3 -10
  73. package/lib/cjs/components/highlight-slider/HighlightSlider.js.map +1 -1
  74. package/lib/cjs/components/highlight-slider/highlight-slider-item/HighlightSliderItem.js +4 -21
  75. package/lib/cjs/components/highlight-slider/highlight-slider-item/HighlightSliderItem.js.map +1 -1
  76. package/lib/cjs/components/highlight-slider/highlight-slider-item/HighlightSliderItem.styles.js +2 -11
  77. package/lib/cjs/components/highlight-slider/highlight-slider-item/HighlightSliderItem.styles.js.map +1 -1
  78. package/lib/cjs/components/icon/Icon.js +5 -24
  79. package/lib/cjs/components/icon/Icon.js.map +1 -1
  80. package/lib/cjs/components/icon/Icon.styles.js +0 -23
  81. package/lib/cjs/components/icon/Icon.styles.js.map +1 -1
  82. package/lib/cjs/components/input/Input.js +8 -29
  83. package/lib/cjs/components/input/Input.js.map +1 -1
  84. package/lib/cjs/components/input/Input.styles.js +3 -33
  85. package/lib/cjs/components/input/Input.styles.js.map +1 -1
  86. package/lib/cjs/components/list/List.js +37 -124
  87. package/lib/cjs/components/list/List.js.map +1 -1
  88. package/lib/cjs/components/list/List.utils.js +1 -107
  89. package/lib/cjs/components/list/List.utils.js.map +1 -1
  90. package/lib/cjs/components/list/list-item/ListItem.js +3 -82
  91. package/lib/cjs/components/list/list-item/ListItem.js.map +1 -1
  92. package/lib/cjs/components/list/list-item/ListItem.styles.js +0 -9
  93. package/lib/cjs/components/list/list-item/ListItem.styles.js.map +1 -1
  94. package/lib/cjs/components/list/list-item/list-item-head/ListItemHead.js +5 -40
  95. package/lib/cjs/components/list/list-item/list-item-head/ListItemHead.js.map +1 -1
  96. package/lib/cjs/components/list/list-item/list-item-head/ListItemHead.styles.js +1 -5
  97. package/lib/cjs/components/list/list-item/list-item-head/ListItemHead.styles.js.map +1 -1
  98. package/lib/cjs/components/list/list-item/list-item-head/list-item-right-element/ListItemRightElement.js +1 -32
  99. package/lib/cjs/components/list/list-item/list-item-head/list-item-right-element/ListItemRightElement.js.map +1 -1
  100. package/lib/cjs/components/list/list-item/list-item-head/list-item-subtitle/ListItemSubtitle.js +1 -32
  101. package/lib/cjs/components/list/list-item/list-item-head/list-item-subtitle/ListItemSubtitle.js.map +1 -1
  102. package/lib/cjs/components/list/list-item/list-item-head/list-item-title/ListItemTitle.js +1 -30
  103. package/lib/cjs/components/list/list-item/list-item-head/list-item-title/ListItemTitle.js.map +1 -1
  104. package/lib/cjs/components/mention-finder/MentionFinder.js +2 -31
  105. package/lib/cjs/components/mention-finder/MentionFinder.js.map +1 -1
  106. package/lib/cjs/components/mention-finder/mention-finder-item/MentionFinderItem.styles.js.map +1 -1
  107. package/lib/cjs/components/multi-action-button/MultiActionButton.js +3 -36
  108. package/lib/cjs/components/multi-action-button/MultiActionButton.js.map +1 -1
  109. package/lib/cjs/components/multi-action-button/MultiActionButton.types.js.map +1 -1
  110. package/lib/cjs/components/multi-action-button/action-button/ActionButton.js +1 -7
  111. package/lib/cjs/components/multi-action-button/action-button/ActionButton.js.map +1 -1
  112. package/lib/cjs/components/multi-action-button/action-button/ActionButton.styles.js +0 -12
  113. package/lib/cjs/components/multi-action-button/action-button/ActionButton.styles.js.map +1 -1
  114. package/lib/cjs/components/number-input/NumberInput.js +10 -13
  115. package/lib/cjs/components/number-input/NumberInput.js.map +1 -1
  116. package/lib/cjs/components/page-provider/PageProvider.js +2 -4
  117. package/lib/cjs/components/page-provider/PageProvider.js.map +1 -1
  118. package/lib/cjs/components/popup/Popup.js +1 -8
  119. package/lib/cjs/components/popup/Popup.js.map +1 -1
  120. package/lib/cjs/components/radio-button/RadioButton.js +15 -29
  121. package/lib/cjs/components/radio-button/RadioButton.js.map +1 -1
  122. package/lib/cjs/components/radio-button/RadioButton.styles.js +8 -19
  123. package/lib/cjs/components/radio-button/RadioButton.styles.js.map +1 -1
  124. package/lib/cjs/components/radio-button/radio-button-group/RadioButtonGroup.js +4 -7
  125. package/lib/cjs/components/radio-button/radio-button-group/RadioButtonGroup.js.map +1 -1
  126. package/lib/cjs/components/search-box/SearchBox.js +2 -5
  127. package/lib/cjs/components/search-box/SearchBox.js.map +1 -1
  128. package/lib/cjs/components/search-input/SearchInput.js +41 -40
  129. package/lib/cjs/components/search-input/SearchInput.js.map +1 -1
  130. package/lib/cjs/components/search-input/SearchInput.styles.js +2 -25
  131. package/lib/cjs/components/search-input/SearchInput.styles.js.map +1 -1
  132. package/lib/cjs/components/select-button/SelectButton.js +2 -4
  133. package/lib/cjs/components/select-button/SelectButton.js.map +1 -1
  134. package/lib/cjs/components/setup-wizard/SetupWizard.js +4 -7
  135. package/lib/cjs/components/setup-wizard/SetupWizard.js.map +1 -1
  136. package/lib/cjs/components/setup-wizard/setup-wizard-item/SetupWizardItem.js +3 -5
  137. package/lib/cjs/components/setup-wizard/setup-wizard-item/SetupWizardItem.js.map +1 -1
  138. package/lib/cjs/components/sharing-bar/SharingBar.js +7 -32
  139. package/lib/cjs/components/sharing-bar/SharingBar.js.map +1 -1
  140. package/lib/cjs/components/sharing-bar/SharingBar.styles.js +3 -7
  141. package/lib/cjs/components/sharing-bar/SharingBar.styles.js.map +1 -1
  142. package/lib/cjs/components/sharing-button/SharingButton.js +2 -4
  143. package/lib/cjs/components/sharing-button/SharingButton.js.map +1 -1
  144. package/lib/cjs/components/sharing-context-menu/SharingContextMenu.js +1 -3
  145. package/lib/cjs/components/sharing-context-menu/SharingContextMenu.js.map +1 -1
  146. package/lib/cjs/components/signature/Signature.js +3 -6
  147. package/lib/cjs/components/signature/Signature.js.map +1 -1
  148. package/lib/cjs/components/skeleton/base-skeleton/BaseSkeleton.styles.js +2 -0
  149. package/lib/cjs/components/skeleton/base-skeleton/BaseSkeleton.styles.js.map +1 -1
  150. package/lib/cjs/components/slider/Slider.js +7 -30
  151. package/lib/cjs/components/slider/Slider.js.map +1 -1
  152. package/lib/cjs/components/slider/Slider.styles.js +2 -9
  153. package/lib/cjs/components/slider/Slider.styles.js.map +1 -1
  154. package/lib/cjs/components/slider-button/SliderButton.js +6 -63
  155. package/lib/cjs/components/slider-button/SliderButton.js.map +1 -1
  156. package/lib/cjs/components/slider-button/SliderButton.styles.js +2 -19
  157. package/lib/cjs/components/slider-button/SliderButton.styles.js.map +1 -1
  158. package/lib/cjs/components/tag-input/TagInput.js +36 -91
  159. package/lib/cjs/components/tag-input/TagInput.js.map +1 -1
  160. package/lib/cjs/components/tag-input/TagInput.styles.js +3 -31
  161. package/lib/cjs/components/tag-input/TagInput.styles.js.map +1 -1
  162. package/lib/cjs/components/text-area/TextArea.js +8 -17
  163. package/lib/cjs/components/text-area/TextArea.js.map +1 -1
  164. package/lib/cjs/components/text-area/TextArea.styles.js +1 -15
  165. package/lib/cjs/components/text-area/TextArea.styles.js.map +1 -1
  166. package/lib/cjs/components/truncation/Truncation.js +3 -17
  167. package/lib/cjs/components/truncation/Truncation.js.map +1 -1
  168. package/lib/cjs/components/truncation/Truncation.styles.js +1 -19
  169. package/lib/cjs/components/truncation/Truncation.styles.js.map +1 -1
  170. package/lib/cjs/index.js +6 -0
  171. package/lib/cjs/index.js.map +1 -1
  172. package/lib/cjs/utils/file.js.map +1 -1
  173. package/lib/esm/components/accordion/Accordion.js +12 -105
  174. package/lib/esm/components/accordion/Accordion.js.map +1 -1
  175. package/lib/esm/components/accordion/Accordion.styles.js +3 -23
  176. package/lib/esm/components/accordion/Accordion.styles.js.map +1 -1
  177. package/lib/esm/components/accordion/accordion-body/AccordionBody.styles.js +1 -3
  178. package/lib/esm/components/accordion/accordion-body/AccordionBody.styles.js.map +1 -1
  179. package/lib/esm/components/accordion/accordion-group/AccordionGroup.js +19 -33
  180. package/lib/esm/components/accordion/accordion-group/AccordionGroup.js.map +1 -1
  181. package/lib/esm/components/accordion/accordion-head/AccordionHead.js +3 -6
  182. package/lib/esm/components/accordion/accordion-head/AccordionHead.js.map +1 -1
  183. package/lib/esm/components/accordion/accordion-head/AccordionHead.styles.js +0 -14
  184. package/lib/esm/components/accordion/accordion-head/AccordionHead.styles.js.map +1 -1
  185. package/lib/esm/components/amount-control/AmountControl.js +16 -30
  186. package/lib/esm/components/amount-control/AmountControl.js.map +1 -1
  187. package/lib/esm/components/amount-control/AmountControl.styles.js +2 -18
  188. package/lib/esm/components/amount-control/AmountControl.styles.js.map +1 -1
  189. package/lib/esm/components/button/Button.js +1 -5
  190. package/lib/esm/components/button/Button.js.map +1 -1
  191. package/lib/esm/components/button/Button.styles.js +0 -17
  192. package/lib/esm/components/button/Button.styles.js.map +1 -1
  193. package/lib/esm/components/button/Button.types.js.map +1 -1
  194. package/lib/esm/components/checkbox/Checkbox.js +1 -5
  195. package/lib/esm/components/checkbox/Checkbox.js.map +1 -1
  196. package/lib/esm/components/checkbox/Checkbox.styles.js +2 -29
  197. package/lib/esm/components/checkbox/Checkbox.styles.js.map +1 -1
  198. package/lib/esm/components/color-scheme-provider/ColorSchemeProvider.js +2 -7
  199. package/lib/esm/components/color-scheme-provider/ColorSchemeProvider.js.map +1 -1
  200. package/lib/esm/components/color-scheme-provider/ColorSchemeProvider.styles.js +2 -8
  201. package/lib/esm/components/color-scheme-provider/ColorSchemeProvider.styles.js.map +1 -1
  202. package/lib/esm/components/combobox/ComboBox.js +5 -50
  203. package/lib/esm/components/combobox/ComboBox.js.map +1 -1
  204. package/lib/esm/components/combobox/ComboBox.styles.js +0 -11
  205. package/lib/esm/components/combobox/ComboBox.styles.js.map +1 -1
  206. package/lib/esm/components/combobox/ComboBox.types.js.map +1 -1
  207. package/lib/esm/components/context-menu/ContextMenu.js +5 -99
  208. package/lib/esm/components/context-menu/ContextMenu.js.map +1 -1
  209. package/lib/esm/components/context-menu/ContextMenu.styles.js +0 -38
  210. package/lib/esm/components/context-menu/ContextMenu.styles.js.map +1 -1
  211. package/lib/esm/components/context-menu/ContextMenu.types.js.map +1 -1
  212. package/lib/esm/components/file-input/FileInput.js +2 -4
  213. package/lib/esm/components/file-input/FileInput.js.map +1 -1
  214. package/lib/esm/components/file-list/file-item/FileItem.js +3 -24
  215. package/lib/esm/components/file-list/file-item/FileItem.js.map +1 -1
  216. package/lib/esm/components/file-list/file-item/FileItem.styles.js +0 -18
  217. package/lib/esm/components/file-list/file-item/FileItem.styles.js.map +1 -1
  218. package/lib/esm/components/file-select/FileSelect.js +4 -27
  219. package/lib/esm/components/file-select/FileSelect.js.map +1 -1
  220. package/lib/esm/components/file-select/FileSelect.styles.js +0 -10
  221. package/lib/esm/components/file-select/FileSelect.styles.js.map +1 -1
  222. package/lib/esm/components/filter/Filter.js +16 -52
  223. package/lib/esm/components/filter/Filter.js.map +1 -1
  224. package/lib/esm/components/filter/Filter.styles.js +0 -9
  225. package/lib/esm/components/filter/Filter.styles.js.map +1 -1
  226. package/lib/esm/components/filter/filter-content/FilterContent.js +5 -15
  227. package/lib/esm/components/filter/filter-content/FilterContent.js.map +1 -1
  228. package/lib/esm/components/filter/filter-content/FilterContent.types.js.map +1 -1
  229. package/lib/esm/components/filter-buttons/FilterButtons.js +5 -69
  230. package/lib/esm/components/filter-buttons/FilterButtons.js.map +1 -1
  231. package/lib/esm/components/filter-buttons/filter-button/FilterButton.js +2 -40
  232. package/lib/esm/components/filter-buttons/filter-button/FilterButton.js.map +1 -1
  233. package/lib/esm/components/filter-buttons/filter-button/FilterButton.styles.js +0 -11
  234. package/lib/esm/components/filter-buttons/filter-button/FilterButton.styles.js.map +1 -1
  235. package/lib/esm/components/grid-image/GridImage.js +2 -20
  236. package/lib/esm/components/grid-image/GridImage.js.map +1 -1
  237. package/lib/esm/components/grid-image/GridImage.styles.js +1 -10
  238. package/lib/esm/components/grid-image/GridImage.styles.js.map +1 -1
  239. package/lib/esm/components/grouped-image/GroupedImage.js +4 -22
  240. package/lib/esm/components/grouped-image/GroupedImage.js.map +1 -1
  241. package/lib/esm/components/grouped-image/GroupedImage.styles.js +0 -9
  242. package/lib/esm/components/grouped-image/GroupedImage.styles.js.map +1 -1
  243. package/lib/esm/components/highlight-slider/HighlightSlider.js +3 -10
  244. package/lib/esm/components/highlight-slider/HighlightSlider.js.map +1 -1
  245. package/lib/esm/components/highlight-slider/highlight-slider-item/HighlightSliderItem.js +3 -20
  246. package/lib/esm/components/highlight-slider/highlight-slider-item/HighlightSliderItem.js.map +1 -1
  247. package/lib/esm/components/highlight-slider/highlight-slider-item/HighlightSliderItem.styles.js +1 -10
  248. package/lib/esm/components/highlight-slider/highlight-slider-item/HighlightSliderItem.styles.js.map +1 -1
  249. package/lib/esm/components/icon/Icon.js +7 -26
  250. package/lib/esm/components/icon/Icon.js.map +1 -1
  251. package/lib/esm/components/icon/Icon.styles.js +0 -23
  252. package/lib/esm/components/icon/Icon.styles.js.map +1 -1
  253. package/lib/esm/components/input/Input.js +4 -24
  254. package/lib/esm/components/input/Input.js.map +1 -1
  255. package/lib/esm/components/input/Input.styles.js +3 -33
  256. package/lib/esm/components/input/Input.styles.js.map +1 -1
  257. package/lib/esm/components/list/List.js +37 -123
  258. package/lib/esm/components/list/List.js.map +1 -1
  259. package/lib/esm/components/list/List.utils.js +0 -99
  260. package/lib/esm/components/list/List.utils.js.map +1 -1
  261. package/lib/esm/components/list/list-item/ListItem.js +4 -83
  262. package/lib/esm/components/list/list-item/ListItem.js.map +1 -1
  263. package/lib/esm/components/list/list-item/ListItem.styles.js +0 -9
  264. package/lib/esm/components/list/list-item/ListItem.styles.js.map +1 -1
  265. package/lib/esm/components/list/list-item/list-item-head/ListItemHead.js +6 -41
  266. package/lib/esm/components/list/list-item/list-item-head/ListItemHead.js.map +1 -1
  267. package/lib/esm/components/list/list-item/list-item-head/ListItemHead.styles.js +0 -4
  268. package/lib/esm/components/list/list-item/list-item-head/ListItemHead.styles.js.map +1 -1
  269. package/lib/esm/components/list/list-item/list-item-head/list-item-right-element/ListItemRightElement.js +2 -33
  270. package/lib/esm/components/list/list-item/list-item-head/list-item-right-element/ListItemRightElement.js.map +1 -1
  271. package/lib/esm/components/list/list-item/list-item-head/list-item-subtitle/ListItemSubtitle.js +2 -33
  272. package/lib/esm/components/list/list-item/list-item-head/list-item-subtitle/ListItemSubtitle.js.map +1 -1
  273. package/lib/esm/components/list/list-item/list-item-head/list-item-title/ListItemTitle.js +1 -30
  274. package/lib/esm/components/list/list-item/list-item-head/list-item-title/ListItemTitle.js.map +1 -1
  275. package/lib/esm/components/mention-finder/MentionFinder.js +2 -30
  276. package/lib/esm/components/mention-finder/MentionFinder.js.map +1 -1
  277. package/lib/esm/components/mention-finder/mention-finder-item/MentionFinderItem.styles.js.map +1 -1
  278. package/lib/esm/components/multi-action-button/MultiActionButton.js +3 -36
  279. package/lib/esm/components/multi-action-button/MultiActionButton.js.map +1 -1
  280. package/lib/esm/components/multi-action-button/MultiActionButton.types.js.map +1 -1
  281. package/lib/esm/components/multi-action-button/action-button/ActionButton.js +1 -7
  282. package/lib/esm/components/multi-action-button/action-button/ActionButton.js.map +1 -1
  283. package/lib/esm/components/multi-action-button/action-button/ActionButton.styles.js +0 -12
  284. package/lib/esm/components/multi-action-button/action-button/ActionButton.styles.js.map +1 -1
  285. package/lib/esm/components/number-input/NumberInput.js +10 -13
  286. package/lib/esm/components/number-input/NumberInput.js.map +1 -1
  287. package/lib/esm/components/page-provider/PageProvider.js +2 -4
  288. package/lib/esm/components/page-provider/PageProvider.js.map +1 -1
  289. package/lib/esm/components/popup/Popup.js +1 -8
  290. package/lib/esm/components/popup/Popup.js.map +1 -1
  291. package/lib/esm/components/radio-button/RadioButton.js +15 -29
  292. package/lib/esm/components/radio-button/RadioButton.js.map +1 -1
  293. package/lib/esm/components/radio-button/RadioButton.styles.js +8 -19
  294. package/lib/esm/components/radio-button/RadioButton.styles.js.map +1 -1
  295. package/lib/esm/components/radio-button/radio-button-group/RadioButtonGroup.js +4 -7
  296. package/lib/esm/components/radio-button/radio-button-group/RadioButtonGroup.js.map +1 -1
  297. package/lib/esm/components/search-box/SearchBox.js +2 -5
  298. package/lib/esm/components/search-box/SearchBox.js.map +1 -1
  299. package/lib/esm/components/search-input/SearchInput.js +42 -41
  300. package/lib/esm/components/search-input/SearchInput.js.map +1 -1
  301. package/lib/esm/components/search-input/SearchInput.styles.js +1 -24
  302. package/lib/esm/components/search-input/SearchInput.styles.js.map +1 -1
  303. package/lib/esm/components/select-button/SelectButton.js +2 -4
  304. package/lib/esm/components/select-button/SelectButton.js.map +1 -1
  305. package/lib/esm/components/setup-wizard/SetupWizard.js +4 -7
  306. package/lib/esm/components/setup-wizard/SetupWizard.js.map +1 -1
  307. package/lib/esm/components/setup-wizard/setup-wizard-item/SetupWizardItem.js +3 -5
  308. package/lib/esm/components/setup-wizard/setup-wizard-item/SetupWizardItem.js.map +1 -1
  309. package/lib/esm/components/sharing-bar/SharingBar.js +6 -31
  310. package/lib/esm/components/sharing-bar/SharingBar.js.map +1 -1
  311. package/lib/esm/components/sharing-bar/SharingBar.styles.js +3 -7
  312. package/lib/esm/components/sharing-bar/SharingBar.styles.js.map +1 -1
  313. package/lib/esm/components/sharing-button/SharingButton.js +2 -4
  314. package/lib/esm/components/sharing-button/SharingButton.js.map +1 -1
  315. package/lib/esm/components/sharing-context-menu/SharingContextMenu.js +1 -3
  316. package/lib/esm/components/sharing-context-menu/SharingContextMenu.js.map +1 -1
  317. package/lib/esm/components/signature/Signature.js +3 -6
  318. package/lib/esm/components/signature/Signature.js.map +1 -1
  319. package/lib/esm/components/skeleton/base-skeleton/BaseSkeleton.styles.js +2 -0
  320. package/lib/esm/components/skeleton/base-skeleton/BaseSkeleton.styles.js.map +1 -1
  321. package/lib/esm/components/slider/Slider.js +7 -30
  322. package/lib/esm/components/slider/Slider.js.map +1 -1
  323. package/lib/esm/components/slider/Slider.styles.js +1 -8
  324. package/lib/esm/components/slider/Slider.styles.js.map +1 -1
  325. package/lib/esm/components/slider-button/SliderButton.js +6 -62
  326. package/lib/esm/components/slider-button/SliderButton.js.map +1 -1
  327. package/lib/esm/components/slider-button/SliderButton.styles.js +1 -18
  328. package/lib/esm/components/slider-button/SliderButton.styles.js.map +1 -1
  329. package/lib/esm/components/tag-input/TagInput.js +35 -85
  330. package/lib/esm/components/tag-input/TagInput.js.map +1 -1
  331. package/lib/esm/components/tag-input/TagInput.styles.js +1 -29
  332. package/lib/esm/components/tag-input/TagInput.styles.js.map +1 -1
  333. package/lib/esm/components/text-area/TextArea.js +9 -18
  334. package/lib/esm/components/text-area/TextArea.js.map +1 -1
  335. package/lib/esm/components/text-area/TextArea.styles.js +0 -14
  336. package/lib/esm/components/text-area/TextArea.styles.js.map +1 -1
  337. package/lib/esm/components/truncation/Truncation.js +4 -18
  338. package/lib/esm/components/truncation/Truncation.js.map +1 -1
  339. package/lib/esm/components/truncation/Truncation.styles.js +0 -18
  340. package/lib/esm/components/truncation/Truncation.styles.js.map +1 -1
  341. package/lib/esm/index.js +1 -1
  342. package/lib/esm/index.js.map +1 -1
  343. package/lib/esm/utils/file.js.map +1 -1
  344. package/lib/types/components/accordion/Accordion.d.ts +0 -5
  345. package/lib/types/components/accordion/Accordion.styles.d.ts +4 -8
  346. package/lib/types/components/accordion/accordion-body/AccordionBody.styles.d.ts +2 -2
  347. package/lib/types/components/accordion/accordion-group/AccordionGroup.d.ts +2 -7
  348. package/lib/types/components/accordion/accordion-head/AccordionHead.d.ts +0 -1
  349. package/lib/types/components/accordion/accordion-head/AccordionHead.styles.d.ts +18 -18
  350. package/lib/types/components/amount-control/AmountControl.d.ts +0 -5
  351. package/lib/types/components/amount-control/AmountControl.styles.d.ts +4 -8
  352. package/lib/types/components/button/Button.styles.d.ts +6 -8
  353. package/lib/types/components/button/Button.types.d.ts +0 -8
  354. package/lib/types/components/checkbox/Checkbox.d.ts +0 -4
  355. package/lib/types/components/checkbox/Checkbox.styles.d.ts +1 -5
  356. package/lib/types/components/color-scheme-provider/ColorSchemeProvider.d.ts +0 -5
  357. package/lib/types/components/combobox/ComboBox.styles.d.ts +2 -4
  358. package/lib/types/components/combobox/ComboBox.types.d.ts +0 -5
  359. package/lib/types/components/context-menu/ContextMenu.styles.d.ts +2 -4
  360. package/lib/types/components/context-menu/ContextMenu.types.d.ts +0 -6
  361. package/lib/types/components/context-menu/context-menu-content/ContextMenuContent.styles.d.ts +2 -2
  362. package/lib/types/components/dropdown-body-wrapper/delayed-dropdown-content/DelayedDropdownContent.styles.d.ts +2 -2
  363. package/lib/types/components/expandable-content/ExpandableContent.styles.d.ts +2 -2
  364. package/lib/types/components/file-input/FileInput.d.ts +0 -4
  365. package/lib/types/components/file-input/FileInput.styles.d.ts +2 -2
  366. package/lib/types/components/file-list/file-item/FileItem.styles.d.ts +0 -3
  367. package/lib/types/components/file-select/FileSelect.d.ts +0 -4
  368. package/lib/types/components/file-select/FileSelect.styles.d.ts +4 -6
  369. package/lib/types/components/filter/Filter.d.ts +0 -1
  370. package/lib/types/components/filter/Filter.styles.d.ts +4 -6
  371. package/lib/types/components/filter/filter-content/FilterContent.types.d.ts +0 -4
  372. package/lib/types/components/filter-buttons/FilterButtons.d.ts +0 -4
  373. package/lib/types/components/filter-buttons/filter-button/FilterButton.d.ts +0 -5
  374. package/lib/types/components/filter-buttons/filter-button/FilterButton.styles.d.ts +8 -12
  375. package/lib/types/components/grid-image/GridImage.d.ts +0 -4
  376. package/lib/types/components/grid-image/GridImage.styles.d.ts +2 -4
  377. package/lib/types/components/grouped-image/GroupedImage.d.ts +0 -4
  378. package/lib/types/components/grouped-image/GroupedImage.styles.d.ts +6 -8
  379. package/lib/types/components/highlight-slider/HighlightSlider.d.ts +0 -4
  380. package/lib/types/components/highlight-slider/highlight-slider-item/HighlightSliderItem.d.ts +0 -3
  381. package/lib/types/components/highlight-slider/highlight-slider-item/HighlightSliderItem.styles.d.ts +5 -9
  382. package/lib/types/components/icon/Icon.d.ts +0 -4
  383. package/lib/types/components/icon/Icon.styles.d.ts +0 -1
  384. package/lib/types/components/input/Input.d.ts +0 -4
  385. package/lib/types/components/input/Input.styles.d.ts +9 -17
  386. package/lib/types/components/list/List.d.ts +0 -11
  387. package/lib/types/components/list/List.utils.d.ts +1 -16
  388. package/lib/types/components/list/list-item/ListItem.styles.d.ts +64 -64
  389. package/lib/types/components/list/list-item/list-item-body/ListItemBody.styles.d.ts +2 -2
  390. package/lib/types/components/list/list-item/list-item-head/ListItemHead.d.ts +0 -1
  391. package/lib/types/components/list/list-item/list-item-head/ListItemHead.styles.d.ts +194 -195
  392. package/lib/types/components/list/list-item/list-item-head/list-item-right-element/ListItemRightElement.d.ts +0 -1
  393. package/lib/types/components/list/list-item/list-item-head/list-item-subtitle/ListItemSubtitle.d.ts +0 -1
  394. package/lib/types/components/list/list-item/list-item-head/list-item-title/ListItemTitle.d.ts +0 -1
  395. package/lib/types/components/masonry/masonry-item/MasonryItem.styles.d.ts +2 -2
  396. package/lib/types/components/mention-finder/MentionFinder.styles.d.ts +4 -4
  397. package/lib/types/components/multi-action-button/MultiActionButton.styles.d.ts +2 -2
  398. package/lib/types/components/multi-action-button/MultiActionButton.types.d.ts +0 -7
  399. package/lib/types/components/multi-action-button/action-button/ActionButton.d.ts +1 -4
  400. package/lib/types/components/multi-action-button/action-button/ActionButton.styles.d.ts +2 -4
  401. package/lib/types/components/number-input/NumberInput.d.ts +0 -4
  402. package/lib/types/components/popup/popup-content-wrapper/PopupContentWrapper.styles.d.ts +2 -2
  403. package/lib/types/components/progress-bar/ProgressBar.styles.d.ts +6 -6
  404. package/lib/types/components/radio-button/RadioButton.d.ts +0 -4
  405. package/lib/types/components/radio-button/RadioButton.styles.d.ts +9 -15
  406. package/lib/types/components/radio-button/radio-button-group/RadioButtonGroup.d.ts +0 -5
  407. package/lib/types/components/search-box/SearchBox.d.ts +0 -4
  408. package/lib/types/components/search-box/SearchBox.styles.d.ts +2 -2
  409. package/lib/types/components/search-input/SearchInput.d.ts +0 -4
  410. package/lib/types/components/search-input/SearchInput.styles.d.ts +9 -17
  411. package/lib/types/components/select-button/SelectButton.d.ts +0 -4
  412. package/lib/types/components/setup-wizard/SetupWizard.d.ts +0 -5
  413. package/lib/types/components/sharing-bar/SharingBar.d.ts +0 -4
  414. package/lib/types/components/sharing-button/SharingButton.d.ts +1 -1
  415. package/lib/types/components/sharing-context-menu/SharingContextMenu.d.ts +2 -10
  416. package/lib/types/components/signature/Signature.d.ts +0 -4
  417. package/lib/types/components/skeleton/base-skeleton/BaseSkeleton.styles.d.ts +4 -4
  418. package/lib/types/components/slider/Slider.d.ts +0 -8
  419. package/lib/types/components/slider/Slider.styles.d.ts +14 -18
  420. package/lib/types/components/slider-button/SliderButton.d.ts +28 -1
  421. package/lib/types/components/slider-button/SliderButton.styles.d.ts +4 -6
  422. package/lib/types/components/tag-input/TagInput.d.ts +0 -4
  423. package/lib/types/components/tag-input/TagInput.styles.d.ts +2 -12
  424. package/lib/types/components/text-area/TextArea.d.ts +0 -4
  425. package/lib/types/components/text-area/TextArea.styles.d.ts +0 -1
  426. package/lib/types/components/truncation/Truncation.d.ts +0 -4
  427. package/lib/types/components/truncation/Truncation.styles.d.ts +2 -7
  428. package/lib/types/index.d.ts +1 -1
  429. package/lib/types/utils/file.d.ts +1 -1
  430. package/package.json +3 -3
  431. package/lib/cjs/components/list/list-item/useListItemFocus.js +0 -47
  432. package/lib/cjs/components/list/list-item/useListItemFocus.js.map +0 -1
  433. package/lib/cjs/components/slider-button/SliderButton.types.js +0 -6
  434. package/lib/cjs/components/slider-button/SliderButton.types.js.map +0 -1
  435. package/lib/cjs/components/slider-button/useSliderButtonPopupKeyboard.js +0 -66
  436. package/lib/cjs/components/slider-button/useSliderButtonPopupKeyboard.js.map +0 -1
  437. package/lib/cjs/components/slider-button/useSliderButtonThumbKeyboard.js +0 -47
  438. package/lib/cjs/components/slider-button/useSliderButtonThumbKeyboard.js.map +0 -1
  439. package/lib/cjs/hooks/useKeyboardFocusHighlighting.js +0 -68
  440. package/lib/cjs/hooks/useKeyboardFocusHighlighting.js.map +0 -1
  441. package/lib/cjs/utils/keyboardFocusHighlighting.styles.js +0 -30
  442. package/lib/cjs/utils/keyboardFocusHighlighting.styles.js.map +0 -1
  443. package/lib/esm/components/list/list-item/useListItemFocus.js +0 -40
  444. package/lib/esm/components/list/list-item/useListItemFocus.js.map +0 -1
  445. package/lib/esm/components/slider-button/SliderButton.types.js +0 -2
  446. package/lib/esm/components/slider-button/SliderButton.types.js.map +0 -1
  447. package/lib/esm/components/slider-button/useSliderButtonPopupKeyboard.js +0 -56
  448. package/lib/esm/components/slider-button/useSliderButtonPopupKeyboard.js.map +0 -1
  449. package/lib/esm/components/slider-button/useSliderButtonThumbKeyboard.js +0 -38
  450. package/lib/esm/components/slider-button/useSliderButtonThumbKeyboard.js.map +0 -1
  451. package/lib/esm/hooks/useKeyboardFocusHighlighting.js +0 -61
  452. package/lib/esm/hooks/useKeyboardFocusHighlighting.js.map +0 -1
  453. package/lib/esm/utils/keyboardFocusHighlighting.styles.js +0 -25
  454. package/lib/esm/utils/keyboardFocusHighlighting.styles.js.map +0 -1
  455. package/lib/types/components/list/list-item/useListItemFocus.d.ts +0 -13
  456. package/lib/types/components/slider-button/SliderButton.types.d.ts +0 -32
  457. package/lib/types/components/slider-button/useSliderButtonPopupKeyboard.d.ts +0 -17
  458. package/lib/types/components/slider-button/useSliderButtonThumbKeyboard.d.ts +0 -13
  459. package/lib/types/hooks/useKeyboardFocusHighlighting.d.ts +0 -5
  460. package/lib/types/utils/keyboardFocusHighlighting.styles.d.ts +0 -9
@@ -1,31 +1,29 @@
1
1
  import type { HTMLMotionProps } from 'motion/react';
2
2
  import type { Theme } from '../../../color-scheme-provider/ColorSchemeProvider';
3
- export declare const StyledListItemHead: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "slot" | "hidden" | "color" | "content" | keyof React.ClassAttributes<HTMLDivElement> | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoCapitalize" | "autoFocus" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "enterKeyHint" | "id" | "lang" | "nonce" | "spellCheck" | "tabIndex" | "title" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "exportparts" | "part" | "inert" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-braillelabel" | "aria-brailleroledescription" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colindextext" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-description" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowindextext" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDragCapture" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerLeave" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | keyof import("motion/react").MotionProps | "$isClickable" | "$isAnyItemExpandable"> & {
3
+ export declare const StyledListItemHead: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "slot" | "title" | "content" | "tabIndex" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoCapitalize" | "autoFocus" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "enterKeyHint" | "hidden" | "id" | "lang" | "nonce" | "spellCheck" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "exportparts" | "part" | "inert" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-braillelabel" | "aria-brailleroledescription" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colindextext" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-description" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowindextext" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDragCapture" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerLeave" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | keyof React.ClassAttributes<HTMLDivElement> | keyof import("motion/react").MotionProps | "$isClickable" | "$isAnyItemExpandable"> & {
4
+ ref?: React.LegacyRef<HTMLDivElement> | undefined;
4
5
  slot?: string | undefined;
5
- hidden?: boolean | undefined;
6
- color?: string | undefined;
6
+ title?: string | undefined;
7
7
  content?: string | undefined;
8
- ref?: React.LegacyRef<HTMLDivElement> | undefined;
9
- key?: React.Key | null | undefined;
8
+ tabIndex?: number | undefined;
10
9
  defaultChecked?: boolean | undefined;
11
10
  defaultValue?: string | number | readonly string[] | undefined;
12
11
  suppressContentEditableWarning?: boolean | undefined;
13
12
  suppressHydrationWarning?: boolean | undefined;
14
13
  accessKey?: string | undefined;
15
- autoCapitalize?: (string & {}) | "none" | "off" | "on" | "sentences" | "words" | "characters" | undefined;
14
+ autoCapitalize?: "off" | "none" | "on" | "sentences" | "words" | "characters" | (string & {}) | undefined;
16
15
  autoFocus?: boolean | undefined;
17
16
  className?: string | undefined;
18
- contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
17
+ contentEditable?: (boolean | "true" | "false") | "inherit" | "plaintext-only" | undefined;
19
18
  contextMenu?: string | undefined;
20
19
  dir?: string | undefined;
21
- draggable?: (boolean | "false" | "true") | undefined;
22
- enterKeyHint?: "search" | "next" | "done" | "enter" | "go" | "previous" | "send" | undefined;
20
+ draggable?: (boolean | "true" | "false") | undefined;
21
+ enterKeyHint?: "search" | "enter" | "done" | "go" | "next" | "previous" | "send" | undefined;
22
+ hidden?: boolean | undefined;
23
23
  id?: string | undefined;
24
24
  lang?: string | undefined;
25
25
  nonce?: string | undefined;
26
- spellCheck?: (boolean | "false" | "true") | undefined;
27
- tabIndex?: number | undefined;
28
- title?: string | undefined;
26
+ spellCheck?: (boolean | "true" | "false") | undefined;
29
27
  translate?: "yes" | "no" | undefined;
30
28
  radioGroup?: string | undefined;
31
29
  role?: React.AriaRole | undefined;
@@ -41,6 +39,7 @@ export declare const StyledListItemHead: import("styled-components/dist/types").
41
39
  vocab?: string | undefined;
42
40
  autoCorrect?: string | undefined;
43
41
  autoSave?: string | undefined;
42
+ color?: string | undefined;
44
43
  itemProp?: string | undefined;
45
44
  itemScope?: boolean | undefined;
46
45
  itemType?: string | undefined;
@@ -55,52 +54,52 @@ export declare const StyledListItemHead: import("styled-components/dist/types").
55
54
  part?: string | undefined;
56
55
  inert?: string | boolean | undefined;
57
56
  "aria-activedescendant"?: string | undefined;
58
- "aria-atomic"?: (boolean | "false" | "true") | undefined;
59
- "aria-autocomplete"?: "none" | "both" | "inline" | "list" | undefined;
57
+ "aria-atomic"?: (boolean | "true" | "false") | undefined;
58
+ "aria-autocomplete"?: "none" | "list" | "inline" | "both" | undefined;
60
59
  "aria-braillelabel"?: string | undefined;
61
60
  "aria-brailleroledescription"?: string | undefined;
62
- "aria-busy"?: (boolean | "false" | "true") | undefined;
63
- "aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
61
+ "aria-busy"?: (boolean | "true" | "false") | undefined;
62
+ "aria-checked"?: boolean | "true" | "false" | "mixed" | undefined;
64
63
  "aria-colcount"?: number | undefined;
65
64
  "aria-colindex"?: number | undefined;
66
65
  "aria-colindextext"?: string | undefined;
67
66
  "aria-colspan"?: number | undefined;
68
67
  "aria-controls"?: string | undefined;
69
- "aria-current"?: boolean | "time" | "page" | "false" | "true" | "step" | "location" | "date" | undefined;
68
+ "aria-current"?: boolean | "time" | "true" | "false" | "page" | "step" | "location" | "date" | undefined;
70
69
  "aria-describedby"?: string | undefined;
71
70
  "aria-description"?: string | undefined;
72
71
  "aria-details"?: string | undefined;
73
- "aria-disabled"?: (boolean | "false" | "true") | undefined;
74
- "aria-dropeffect"?: "none" | "copy" | "move" | "link" | "execute" | "popup" | undefined;
72
+ "aria-disabled"?: (boolean | "true" | "false") | undefined;
73
+ "aria-dropeffect"?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
75
74
  "aria-errormessage"?: string | undefined;
76
- "aria-expanded"?: (boolean | "false" | "true") | undefined;
75
+ "aria-expanded"?: (boolean | "true" | "false") | undefined;
77
76
  "aria-flowto"?: string | undefined;
78
- "aria-grabbed"?: (boolean | "false" | "true") | undefined;
79
- "aria-haspopup"?: boolean | "dialog" | "menu" | "listbox" | "grid" | "false" | "true" | "tree" | undefined;
80
- "aria-hidden"?: (boolean | "false" | "true") | undefined;
81
- "aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
77
+ "aria-grabbed"?: (boolean | "true" | "false") | undefined;
78
+ "aria-haspopup"?: boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree" | undefined;
79
+ "aria-hidden"?: (boolean | "true" | "false") | undefined;
80
+ "aria-invalid"?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
82
81
  "aria-keyshortcuts"?: string | undefined;
83
82
  "aria-label"?: string | undefined;
84
83
  "aria-labelledby"?: string | undefined;
85
84
  "aria-level"?: number | undefined;
86
85
  "aria-live"?: "off" | "assertive" | "polite" | undefined;
87
- "aria-modal"?: (boolean | "false" | "true") | undefined;
88
- "aria-multiline"?: (boolean | "false" | "true") | undefined;
89
- "aria-multiselectable"?: (boolean | "false" | "true") | undefined;
86
+ "aria-modal"?: (boolean | "true" | "false") | undefined;
87
+ "aria-multiline"?: (boolean | "true" | "false") | undefined;
88
+ "aria-multiselectable"?: (boolean | "true" | "false") | undefined;
90
89
  "aria-orientation"?: "horizontal" | "vertical" | undefined;
91
90
  "aria-owns"?: string | undefined;
92
91
  "aria-placeholder"?: string | undefined;
93
92
  "aria-posinset"?: number | undefined;
94
- "aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
95
- "aria-readonly"?: (boolean | "false" | "true") | undefined;
96
- "aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
97
- "aria-required"?: (boolean | "false" | "true") | undefined;
93
+ "aria-pressed"?: boolean | "true" | "false" | "mixed" | undefined;
94
+ "aria-readonly"?: (boolean | "true" | "false") | undefined;
95
+ "aria-relevant"?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
96
+ "aria-required"?: (boolean | "true" | "false") | undefined;
98
97
  "aria-roledescription"?: string | undefined;
99
98
  "aria-rowcount"?: number | undefined;
100
99
  "aria-rowindex"?: number | undefined;
101
100
  "aria-rowindextext"?: string | undefined;
102
101
  "aria-rowspan"?: number | undefined;
103
- "aria-selected"?: (boolean | "false" | "true") | undefined;
102
+ "aria-selected"?: (boolean | "true" | "false") | undefined;
104
103
  "aria-setsize"?: number | undefined;
105
104
  "aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
106
105
  "aria-valuemax"?: number | undefined;
@@ -264,35 +263,34 @@ export declare const StyledListItemHead: import("styled-components/dist/types").
264
263
  onAnimationIterationCapture?: React.AnimationEventHandler<HTMLDivElement> | undefined;
265
264
  onTransitionEnd?: React.TransitionEventHandler<HTMLDivElement> | undefined;
266
265
  onTransitionEndCapture?: React.TransitionEventHandler<HTMLDivElement> | undefined;
266
+ key?: React.Key | null | undefined;
267
267
  } & import("motion/react").MotionProps & {
268
268
  $isClickable: boolean;
269
269
  $isAnyItemExpandable: boolean;
270
- }, never> & Partial<Pick<import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "slot" | "hidden" | "color" | "content" | keyof React.ClassAttributes<HTMLDivElement> | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoCapitalize" | "autoFocus" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "enterKeyHint" | "id" | "lang" | "nonce" | "spellCheck" | "tabIndex" | "title" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "exportparts" | "part" | "inert" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-braillelabel" | "aria-brailleroledescription" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colindextext" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-description" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowindextext" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDragCapture" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerLeave" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | keyof import("motion/react").MotionProps | "$isClickable" | "$isAnyItemExpandable"> & {
270
+ }, never> & Partial<Pick<import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "slot" | "title" | "content" | "tabIndex" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoCapitalize" | "autoFocus" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "enterKeyHint" | "hidden" | "id" | "lang" | "nonce" | "spellCheck" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "exportparts" | "part" | "inert" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-braillelabel" | "aria-brailleroledescription" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colindextext" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-description" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowindextext" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDragCapture" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerLeave" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | keyof React.ClassAttributes<HTMLDivElement> | keyof import("motion/react").MotionProps | "$isClickable" | "$isAnyItemExpandable"> & {
271
+ ref?: React.LegacyRef<HTMLDivElement> | undefined;
271
272
  slot?: string | undefined;
272
- hidden?: boolean | undefined;
273
- color?: string | undefined;
273
+ title?: string | undefined;
274
274
  content?: string | undefined;
275
- ref?: React.LegacyRef<HTMLDivElement> | undefined;
276
- key?: React.Key | null | undefined;
275
+ tabIndex?: number | undefined;
277
276
  defaultChecked?: boolean | undefined;
278
277
  defaultValue?: string | number | readonly string[] | undefined;
279
278
  suppressContentEditableWarning?: boolean | undefined;
280
279
  suppressHydrationWarning?: boolean | undefined;
281
280
  accessKey?: string | undefined;
282
- autoCapitalize?: (string & {}) | "none" | "off" | "on" | "sentences" | "words" | "characters" | undefined;
281
+ autoCapitalize?: "off" | "none" | "on" | "sentences" | "words" | "characters" | (string & {}) | undefined;
283
282
  autoFocus?: boolean | undefined;
284
283
  className?: string | undefined;
285
- contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
284
+ contentEditable?: (boolean | "true" | "false") | "inherit" | "plaintext-only" | undefined;
286
285
  contextMenu?: string | undefined;
287
286
  dir?: string | undefined;
288
- draggable?: (boolean | "false" | "true") | undefined;
289
- enterKeyHint?: "search" | "next" | "done" | "enter" | "go" | "previous" | "send" | undefined;
287
+ draggable?: (boolean | "true" | "false") | undefined;
288
+ enterKeyHint?: "search" | "enter" | "done" | "go" | "next" | "previous" | "send" | undefined;
289
+ hidden?: boolean | undefined;
290
290
  id?: string | undefined;
291
291
  lang?: string | undefined;
292
292
  nonce?: string | undefined;
293
- spellCheck?: (boolean | "false" | "true") | undefined;
294
- tabIndex?: number | undefined;
295
- title?: string | undefined;
293
+ spellCheck?: (boolean | "true" | "false") | undefined;
296
294
  translate?: "yes" | "no" | undefined;
297
295
  radioGroup?: string | undefined;
298
296
  role?: React.AriaRole | undefined;
@@ -308,6 +306,7 @@ export declare const StyledListItemHead: import("styled-components/dist/types").
308
306
  vocab?: string | undefined;
309
307
  autoCorrect?: string | undefined;
310
308
  autoSave?: string | undefined;
309
+ color?: string | undefined;
311
310
  itemProp?: string | undefined;
312
311
  itemScope?: boolean | undefined;
313
312
  itemType?: string | undefined;
@@ -322,52 +321,52 @@ export declare const StyledListItemHead: import("styled-components/dist/types").
322
321
  part?: string | undefined;
323
322
  inert?: string | boolean | undefined;
324
323
  "aria-activedescendant"?: string | undefined;
325
- "aria-atomic"?: (boolean | "false" | "true") | undefined;
326
- "aria-autocomplete"?: "none" | "both" | "inline" | "list" | undefined;
324
+ "aria-atomic"?: (boolean | "true" | "false") | undefined;
325
+ "aria-autocomplete"?: "none" | "list" | "inline" | "both" | undefined;
327
326
  "aria-braillelabel"?: string | undefined;
328
327
  "aria-brailleroledescription"?: string | undefined;
329
- "aria-busy"?: (boolean | "false" | "true") | undefined;
330
- "aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
328
+ "aria-busy"?: (boolean | "true" | "false") | undefined;
329
+ "aria-checked"?: boolean | "true" | "false" | "mixed" | undefined;
331
330
  "aria-colcount"?: number | undefined;
332
331
  "aria-colindex"?: number | undefined;
333
332
  "aria-colindextext"?: string | undefined;
334
333
  "aria-colspan"?: number | undefined;
335
334
  "aria-controls"?: string | undefined;
336
- "aria-current"?: boolean | "time" | "page" | "false" | "true" | "step" | "location" | "date" | undefined;
335
+ "aria-current"?: boolean | "time" | "true" | "false" | "page" | "step" | "location" | "date" | undefined;
337
336
  "aria-describedby"?: string | undefined;
338
337
  "aria-description"?: string | undefined;
339
338
  "aria-details"?: string | undefined;
340
- "aria-disabled"?: (boolean | "false" | "true") | undefined;
341
- "aria-dropeffect"?: "none" | "copy" | "move" | "link" | "execute" | "popup" | undefined;
339
+ "aria-disabled"?: (boolean | "true" | "false") | undefined;
340
+ "aria-dropeffect"?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
342
341
  "aria-errormessage"?: string | undefined;
343
- "aria-expanded"?: (boolean | "false" | "true") | undefined;
342
+ "aria-expanded"?: (boolean | "true" | "false") | undefined;
344
343
  "aria-flowto"?: string | undefined;
345
- "aria-grabbed"?: (boolean | "false" | "true") | undefined;
346
- "aria-haspopup"?: boolean | "dialog" | "menu" | "listbox" | "grid" | "false" | "true" | "tree" | undefined;
347
- "aria-hidden"?: (boolean | "false" | "true") | undefined;
348
- "aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
344
+ "aria-grabbed"?: (boolean | "true" | "false") | undefined;
345
+ "aria-haspopup"?: boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree" | undefined;
346
+ "aria-hidden"?: (boolean | "true" | "false") | undefined;
347
+ "aria-invalid"?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
349
348
  "aria-keyshortcuts"?: string | undefined;
350
349
  "aria-label"?: string | undefined;
351
350
  "aria-labelledby"?: string | undefined;
352
351
  "aria-level"?: number | undefined;
353
352
  "aria-live"?: "off" | "assertive" | "polite" | undefined;
354
- "aria-modal"?: (boolean | "false" | "true") | undefined;
355
- "aria-multiline"?: (boolean | "false" | "true") | undefined;
356
- "aria-multiselectable"?: (boolean | "false" | "true") | undefined;
353
+ "aria-modal"?: (boolean | "true" | "false") | undefined;
354
+ "aria-multiline"?: (boolean | "true" | "false") | undefined;
355
+ "aria-multiselectable"?: (boolean | "true" | "false") | undefined;
357
356
  "aria-orientation"?: "horizontal" | "vertical" | undefined;
358
357
  "aria-owns"?: string | undefined;
359
358
  "aria-placeholder"?: string | undefined;
360
359
  "aria-posinset"?: number | undefined;
361
- "aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
362
- "aria-readonly"?: (boolean | "false" | "true") | undefined;
363
- "aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
364
- "aria-required"?: (boolean | "false" | "true") | undefined;
360
+ "aria-pressed"?: boolean | "true" | "false" | "mixed" | undefined;
361
+ "aria-readonly"?: (boolean | "true" | "false") | undefined;
362
+ "aria-relevant"?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
363
+ "aria-required"?: (boolean | "true" | "false") | undefined;
365
364
  "aria-roledescription"?: string | undefined;
366
365
  "aria-rowcount"?: number | undefined;
367
366
  "aria-rowindex"?: number | undefined;
368
367
  "aria-rowindextext"?: string | undefined;
369
368
  "aria-rowspan"?: number | undefined;
370
- "aria-selected"?: (boolean | "false" | "true") | undefined;
369
+ "aria-selected"?: (boolean | "true" | "false") | undefined;
371
370
  "aria-setsize"?: number | undefined;
372
371
  "aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
373
372
  "aria-valuemax"?: number | undefined;
@@ -531,38 +530,36 @@ export declare const StyledListItemHead: import("styled-components/dist/types").
531
530
  onAnimationIterationCapture?: React.AnimationEventHandler<HTMLDivElement> | undefined;
532
531
  onTransitionEnd?: React.TransitionEventHandler<HTMLDivElement> | undefined;
533
532
  onTransitionEndCapture?: React.TransitionEventHandler<HTMLDivElement> | undefined;
533
+ key?: React.Key | null | undefined;
534
534
  } & import("motion/react").MotionProps & {
535
535
  $isClickable: boolean;
536
536
  $isAnyItemExpandable: boolean;
537
537
  }, never>>> & string;
538
538
  export declare const StyledListItemHeadLeftWrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never> & Partial<Pick<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>>> & string;
539
- export declare const StyledListItemHeadLeftElements: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never> & Partial<Pick<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>>> & string;
540
- export declare const StyledListItemHeadIndicator: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "slot" | "hidden" | "color" | "content" | keyof React.ClassAttributes<HTMLDivElement> | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoCapitalize" | "autoFocus" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "enterKeyHint" | "id" | "lang" | "nonce" | "spellCheck" | "tabIndex" | "title" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "exportparts" | "part" | "inert" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-braillelabel" | "aria-brailleroledescription" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colindextext" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-description" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowindextext" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDragCapture" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerLeave" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | keyof import("motion/react").MotionProps> & {
539
+ export declare const StyledListItemHeadIndicator: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "slot" | "title" | "content" | "tabIndex" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoCapitalize" | "autoFocus" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "enterKeyHint" | "hidden" | "id" | "lang" | "nonce" | "spellCheck" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "exportparts" | "part" | "inert" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-braillelabel" | "aria-brailleroledescription" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colindextext" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-description" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowindextext" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDragCapture" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerLeave" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | keyof React.ClassAttributes<HTMLDivElement> | keyof import("motion/react").MotionProps> & {
540
+ ref?: React.LegacyRef<HTMLDivElement> | undefined;
541
541
  slot?: string | undefined;
542
- hidden?: boolean | undefined;
543
- color?: string | undefined;
542
+ title?: string | undefined;
544
543
  content?: string | undefined;
545
- ref?: React.LegacyRef<HTMLDivElement> | undefined;
546
- key?: React.Key | null | undefined;
544
+ tabIndex?: number | undefined;
547
545
  defaultChecked?: boolean | undefined;
548
546
  defaultValue?: string | number | readonly string[] | undefined;
549
547
  suppressContentEditableWarning?: boolean | undefined;
550
548
  suppressHydrationWarning?: boolean | undefined;
551
549
  accessKey?: string | undefined;
552
- autoCapitalize?: (string & {}) | "none" | "off" | "on" | "sentences" | "words" | "characters" | undefined;
550
+ autoCapitalize?: "off" | "none" | "on" | "sentences" | "words" | "characters" | (string & {}) | undefined;
553
551
  autoFocus?: boolean | undefined;
554
552
  className?: string | undefined;
555
- contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
553
+ contentEditable?: (boolean | "true" | "false") | "inherit" | "plaintext-only" | undefined;
556
554
  contextMenu?: string | undefined;
557
555
  dir?: string | undefined;
558
- draggable?: (boolean | "false" | "true") | undefined;
559
- enterKeyHint?: "search" | "next" | "done" | "enter" | "go" | "previous" | "send" | undefined;
556
+ draggable?: (boolean | "true" | "false") | undefined;
557
+ enterKeyHint?: "search" | "enter" | "done" | "go" | "next" | "previous" | "send" | undefined;
558
+ hidden?: boolean | undefined;
560
559
  id?: string | undefined;
561
560
  lang?: string | undefined;
562
561
  nonce?: string | undefined;
563
- spellCheck?: (boolean | "false" | "true") | undefined;
564
- tabIndex?: number | undefined;
565
- title?: string | undefined;
562
+ spellCheck?: (boolean | "true" | "false") | undefined;
566
563
  translate?: "yes" | "no" | undefined;
567
564
  radioGroup?: string | undefined;
568
565
  role?: React.AriaRole | undefined;
@@ -578,6 +575,7 @@ export declare const StyledListItemHeadIndicator: import("styled-components/dist
578
575
  vocab?: string | undefined;
579
576
  autoCorrect?: string | undefined;
580
577
  autoSave?: string | undefined;
578
+ color?: string | undefined;
581
579
  itemProp?: string | undefined;
582
580
  itemScope?: boolean | undefined;
583
581
  itemType?: string | undefined;
@@ -592,52 +590,52 @@ export declare const StyledListItemHeadIndicator: import("styled-components/dist
592
590
  part?: string | undefined;
593
591
  inert?: string | boolean | undefined;
594
592
  "aria-activedescendant"?: string | undefined;
595
- "aria-atomic"?: (boolean | "false" | "true") | undefined;
596
- "aria-autocomplete"?: "none" | "both" | "inline" | "list" | undefined;
593
+ "aria-atomic"?: (boolean | "true" | "false") | undefined;
594
+ "aria-autocomplete"?: "none" | "list" | "inline" | "both" | undefined;
597
595
  "aria-braillelabel"?: string | undefined;
598
596
  "aria-brailleroledescription"?: string | undefined;
599
- "aria-busy"?: (boolean | "false" | "true") | undefined;
600
- "aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
597
+ "aria-busy"?: (boolean | "true" | "false") | undefined;
598
+ "aria-checked"?: boolean | "true" | "false" | "mixed" | undefined;
601
599
  "aria-colcount"?: number | undefined;
602
600
  "aria-colindex"?: number | undefined;
603
601
  "aria-colindextext"?: string | undefined;
604
602
  "aria-colspan"?: number | undefined;
605
603
  "aria-controls"?: string | undefined;
606
- "aria-current"?: boolean | "time" | "page" | "false" | "true" | "step" | "location" | "date" | undefined;
604
+ "aria-current"?: boolean | "time" | "true" | "false" | "page" | "step" | "location" | "date" | undefined;
607
605
  "aria-describedby"?: string | undefined;
608
606
  "aria-description"?: string | undefined;
609
607
  "aria-details"?: string | undefined;
610
- "aria-disabled"?: (boolean | "false" | "true") | undefined;
611
- "aria-dropeffect"?: "none" | "copy" | "move" | "link" | "execute" | "popup" | undefined;
608
+ "aria-disabled"?: (boolean | "true" | "false") | undefined;
609
+ "aria-dropeffect"?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
612
610
  "aria-errormessage"?: string | undefined;
613
- "aria-expanded"?: (boolean | "false" | "true") | undefined;
611
+ "aria-expanded"?: (boolean | "true" | "false") | undefined;
614
612
  "aria-flowto"?: string | undefined;
615
- "aria-grabbed"?: (boolean | "false" | "true") | undefined;
616
- "aria-haspopup"?: boolean | "dialog" | "menu" | "listbox" | "grid" | "false" | "true" | "tree" | undefined;
617
- "aria-hidden"?: (boolean | "false" | "true") | undefined;
618
- "aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
613
+ "aria-grabbed"?: (boolean | "true" | "false") | undefined;
614
+ "aria-haspopup"?: boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree" | undefined;
615
+ "aria-hidden"?: (boolean | "true" | "false") | undefined;
616
+ "aria-invalid"?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
619
617
  "aria-keyshortcuts"?: string | undefined;
620
618
  "aria-label"?: string | undefined;
621
619
  "aria-labelledby"?: string | undefined;
622
620
  "aria-level"?: number | undefined;
623
621
  "aria-live"?: "off" | "assertive" | "polite" | undefined;
624
- "aria-modal"?: (boolean | "false" | "true") | undefined;
625
- "aria-multiline"?: (boolean | "false" | "true") | undefined;
626
- "aria-multiselectable"?: (boolean | "false" | "true") | undefined;
622
+ "aria-modal"?: (boolean | "true" | "false") | undefined;
623
+ "aria-multiline"?: (boolean | "true" | "false") | undefined;
624
+ "aria-multiselectable"?: (boolean | "true" | "false") | undefined;
627
625
  "aria-orientation"?: "horizontal" | "vertical" | undefined;
628
626
  "aria-owns"?: string | undefined;
629
627
  "aria-placeholder"?: string | undefined;
630
628
  "aria-posinset"?: number | undefined;
631
- "aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
632
- "aria-readonly"?: (boolean | "false" | "true") | undefined;
633
- "aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
634
- "aria-required"?: (boolean | "false" | "true") | undefined;
629
+ "aria-pressed"?: boolean | "true" | "false" | "mixed" | undefined;
630
+ "aria-readonly"?: (boolean | "true" | "false") | undefined;
631
+ "aria-relevant"?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
632
+ "aria-required"?: (boolean | "true" | "false") | undefined;
635
633
  "aria-roledescription"?: string | undefined;
636
634
  "aria-rowcount"?: number | undefined;
637
635
  "aria-rowindex"?: number | undefined;
638
636
  "aria-rowindextext"?: string | undefined;
639
637
  "aria-rowspan"?: number | undefined;
640
- "aria-selected"?: (boolean | "false" | "true") | undefined;
638
+ "aria-selected"?: (boolean | "true" | "false") | undefined;
641
639
  "aria-setsize"?: number | undefined;
642
640
  "aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
643
641
  "aria-valuemax"?: number | undefined;
@@ -801,32 +799,31 @@ export declare const StyledListItemHeadIndicator: import("styled-components/dist
801
799
  onAnimationIterationCapture?: React.AnimationEventHandler<HTMLDivElement> | undefined;
802
800
  onTransitionEnd?: React.TransitionEventHandler<HTMLDivElement> | undefined;
803
801
  onTransitionEndCapture?: React.TransitionEventHandler<HTMLDivElement> | undefined;
804
- } & import("motion/react").MotionProps, never> & Partial<Pick<import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "slot" | "hidden" | "color" | "content" | keyof React.ClassAttributes<HTMLDivElement> | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoCapitalize" | "autoFocus" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "enterKeyHint" | "id" | "lang" | "nonce" | "spellCheck" | "tabIndex" | "title" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "exportparts" | "part" | "inert" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-braillelabel" | "aria-brailleroledescription" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colindextext" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-description" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowindextext" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDragCapture" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerLeave" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | keyof import("motion/react").MotionProps> & {
802
+ key?: React.Key | null | undefined;
803
+ } & import("motion/react").MotionProps, never> & Partial<Pick<import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "slot" | "title" | "content" | "tabIndex" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoCapitalize" | "autoFocus" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "enterKeyHint" | "hidden" | "id" | "lang" | "nonce" | "spellCheck" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "exportparts" | "part" | "inert" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-braillelabel" | "aria-brailleroledescription" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colindextext" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-description" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowindextext" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDragCapture" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerLeave" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | keyof React.ClassAttributes<HTMLDivElement> | keyof import("motion/react").MotionProps> & {
804
+ ref?: React.LegacyRef<HTMLDivElement> | undefined;
805
805
  slot?: string | undefined;
806
- hidden?: boolean | undefined;
807
- color?: string | undefined;
806
+ title?: string | undefined;
808
807
  content?: string | undefined;
809
- ref?: React.LegacyRef<HTMLDivElement> | undefined;
810
- key?: React.Key | null | undefined;
808
+ tabIndex?: number | undefined;
811
809
  defaultChecked?: boolean | undefined;
812
810
  defaultValue?: string | number | readonly string[] | undefined;
813
811
  suppressContentEditableWarning?: boolean | undefined;
814
812
  suppressHydrationWarning?: boolean | undefined;
815
813
  accessKey?: string | undefined;
816
- autoCapitalize?: (string & {}) | "none" | "off" | "on" | "sentences" | "words" | "characters" | undefined;
814
+ autoCapitalize?: "off" | "none" | "on" | "sentences" | "words" | "characters" | (string & {}) | undefined;
817
815
  autoFocus?: boolean | undefined;
818
816
  className?: string | undefined;
819
- contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
817
+ contentEditable?: (boolean | "true" | "false") | "inherit" | "plaintext-only" | undefined;
820
818
  contextMenu?: string | undefined;
821
819
  dir?: string | undefined;
822
- draggable?: (boolean | "false" | "true") | undefined;
823
- enterKeyHint?: "search" | "next" | "done" | "enter" | "go" | "previous" | "send" | undefined;
820
+ draggable?: (boolean | "true" | "false") | undefined;
821
+ enterKeyHint?: "search" | "enter" | "done" | "go" | "next" | "previous" | "send" | undefined;
822
+ hidden?: boolean | undefined;
824
823
  id?: string | undefined;
825
824
  lang?: string | undefined;
826
825
  nonce?: string | undefined;
827
- spellCheck?: (boolean | "false" | "true") | undefined;
828
- tabIndex?: number | undefined;
829
- title?: string | undefined;
826
+ spellCheck?: (boolean | "true" | "false") | undefined;
830
827
  translate?: "yes" | "no" | undefined;
831
828
  radioGroup?: string | undefined;
832
829
  role?: React.AriaRole | undefined;
@@ -842,6 +839,7 @@ export declare const StyledListItemHeadIndicator: import("styled-components/dist
842
839
  vocab?: string | undefined;
843
840
  autoCorrect?: string | undefined;
844
841
  autoSave?: string | undefined;
842
+ color?: string | undefined;
845
843
  itemProp?: string | undefined;
846
844
  itemScope?: boolean | undefined;
847
845
  itemType?: string | undefined;
@@ -856,52 +854,52 @@ export declare const StyledListItemHeadIndicator: import("styled-components/dist
856
854
  part?: string | undefined;
857
855
  inert?: string | boolean | undefined;
858
856
  "aria-activedescendant"?: string | undefined;
859
- "aria-atomic"?: (boolean | "false" | "true") | undefined;
860
- "aria-autocomplete"?: "none" | "both" | "inline" | "list" | undefined;
857
+ "aria-atomic"?: (boolean | "true" | "false") | undefined;
858
+ "aria-autocomplete"?: "none" | "list" | "inline" | "both" | undefined;
861
859
  "aria-braillelabel"?: string | undefined;
862
860
  "aria-brailleroledescription"?: string | undefined;
863
- "aria-busy"?: (boolean | "false" | "true") | undefined;
864
- "aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
861
+ "aria-busy"?: (boolean | "true" | "false") | undefined;
862
+ "aria-checked"?: boolean | "true" | "false" | "mixed" | undefined;
865
863
  "aria-colcount"?: number | undefined;
866
864
  "aria-colindex"?: number | undefined;
867
865
  "aria-colindextext"?: string | undefined;
868
866
  "aria-colspan"?: number | undefined;
869
867
  "aria-controls"?: string | undefined;
870
- "aria-current"?: boolean | "time" | "page" | "false" | "true" | "step" | "location" | "date" | undefined;
868
+ "aria-current"?: boolean | "time" | "true" | "false" | "page" | "step" | "location" | "date" | undefined;
871
869
  "aria-describedby"?: string | undefined;
872
870
  "aria-description"?: string | undefined;
873
871
  "aria-details"?: string | undefined;
874
- "aria-disabled"?: (boolean | "false" | "true") | undefined;
875
- "aria-dropeffect"?: "none" | "copy" | "move" | "link" | "execute" | "popup" | undefined;
872
+ "aria-disabled"?: (boolean | "true" | "false") | undefined;
873
+ "aria-dropeffect"?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
876
874
  "aria-errormessage"?: string | undefined;
877
- "aria-expanded"?: (boolean | "false" | "true") | undefined;
875
+ "aria-expanded"?: (boolean | "true" | "false") | undefined;
878
876
  "aria-flowto"?: string | undefined;
879
- "aria-grabbed"?: (boolean | "false" | "true") | undefined;
880
- "aria-haspopup"?: boolean | "dialog" | "menu" | "listbox" | "grid" | "false" | "true" | "tree" | undefined;
881
- "aria-hidden"?: (boolean | "false" | "true") | undefined;
882
- "aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
877
+ "aria-grabbed"?: (boolean | "true" | "false") | undefined;
878
+ "aria-haspopup"?: boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree" | undefined;
879
+ "aria-hidden"?: (boolean | "true" | "false") | undefined;
880
+ "aria-invalid"?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
883
881
  "aria-keyshortcuts"?: string | undefined;
884
882
  "aria-label"?: string | undefined;
885
883
  "aria-labelledby"?: string | undefined;
886
884
  "aria-level"?: number | undefined;
887
885
  "aria-live"?: "off" | "assertive" | "polite" | undefined;
888
- "aria-modal"?: (boolean | "false" | "true") | undefined;
889
- "aria-multiline"?: (boolean | "false" | "true") | undefined;
890
- "aria-multiselectable"?: (boolean | "false" | "true") | undefined;
886
+ "aria-modal"?: (boolean | "true" | "false") | undefined;
887
+ "aria-multiline"?: (boolean | "true" | "false") | undefined;
888
+ "aria-multiselectable"?: (boolean | "true" | "false") | undefined;
891
889
  "aria-orientation"?: "horizontal" | "vertical" | undefined;
892
890
  "aria-owns"?: string | undefined;
893
891
  "aria-placeholder"?: string | undefined;
894
892
  "aria-posinset"?: number | undefined;
895
- "aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
896
- "aria-readonly"?: (boolean | "false" | "true") | undefined;
897
- "aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
898
- "aria-required"?: (boolean | "false" | "true") | undefined;
893
+ "aria-pressed"?: boolean | "true" | "false" | "mixed" | undefined;
894
+ "aria-readonly"?: (boolean | "true" | "false") | undefined;
895
+ "aria-relevant"?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
896
+ "aria-required"?: (boolean | "true" | "false") | undefined;
899
897
  "aria-roledescription"?: string | undefined;
900
898
  "aria-rowcount"?: number | undefined;
901
899
  "aria-rowindex"?: number | undefined;
902
900
  "aria-rowindextext"?: string | undefined;
903
901
  "aria-rowspan"?: number | undefined;
904
- "aria-selected"?: (boolean | "false" | "true") | undefined;
902
+ "aria-selected"?: (boolean | "true" | "false") | undefined;
905
903
  "aria-setsize"?: number | undefined;
906
904
  "aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
907
905
  "aria-valuemax"?: number | undefined;
@@ -1065,38 +1063,37 @@ export declare const StyledListItemHeadIndicator: import("styled-components/dist
1065
1063
  onAnimationIterationCapture?: React.AnimationEventHandler<HTMLDivElement> | undefined;
1066
1064
  onTransitionEnd?: React.TransitionEventHandler<HTMLDivElement> | undefined;
1067
1065
  onTransitionEndCapture?: React.TransitionEventHandler<HTMLDivElement> | undefined;
1066
+ key?: React.Key | null | undefined;
1068
1067
  } & import("motion/react").MotionProps, never>>> & string;
1069
1068
  type StyledListItemHeadContentProps = {
1070
1069
  $isIconOrImageGiven: boolean;
1071
1070
  $isOpen: boolean;
1072
1071
  };
1073
1072
  export declare const StyledListItemHeadContent: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof StyledListItemHeadContentProps> & StyledListItemHeadContentProps, never> & Partial<Pick<import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof StyledListItemHeadContentProps> & StyledListItemHeadContentProps, never>>> & string;
1074
- export declare const StyledListItemHeadTitle: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "slot" | "hidden" | "color" | "content" | keyof React.ClassAttributes<HTMLDivElement> | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoCapitalize" | "autoFocus" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "enterKeyHint" | "id" | "lang" | "nonce" | "spellCheck" | "tabIndex" | "title" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "exportparts" | "part" | "inert" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-braillelabel" | "aria-brailleroledescription" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colindextext" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-description" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowindextext" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDragCapture" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerLeave" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | keyof import("motion/react").MotionProps> & {
1073
+ export declare const StyledListItemHeadTitle: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "slot" | "title" | "content" | "tabIndex" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoCapitalize" | "autoFocus" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "enterKeyHint" | "hidden" | "id" | "lang" | "nonce" | "spellCheck" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "exportparts" | "part" | "inert" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-braillelabel" | "aria-brailleroledescription" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colindextext" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-description" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowindextext" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDragCapture" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerLeave" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | keyof React.ClassAttributes<HTMLDivElement> | keyof import("motion/react").MotionProps> & {
1074
+ ref?: React.LegacyRef<HTMLDivElement> | undefined;
1075
1075
  slot?: string | undefined;
1076
- hidden?: boolean | undefined;
1077
- color?: string | undefined;
1076
+ title?: string | undefined;
1078
1077
  content?: string | undefined;
1079
- ref?: React.LegacyRef<HTMLDivElement> | undefined;
1080
- key?: React.Key | null | undefined;
1078
+ tabIndex?: number | undefined;
1081
1079
  defaultChecked?: boolean | undefined;
1082
1080
  defaultValue?: string | number | readonly string[] | undefined;
1083
1081
  suppressContentEditableWarning?: boolean | undefined;
1084
1082
  suppressHydrationWarning?: boolean | undefined;
1085
1083
  accessKey?: string | undefined;
1086
- autoCapitalize?: (string & {}) | "none" | "off" | "on" | "sentences" | "words" | "characters" | undefined;
1084
+ autoCapitalize?: "off" | "none" | "on" | "sentences" | "words" | "characters" | (string & {}) | undefined;
1087
1085
  autoFocus?: boolean | undefined;
1088
1086
  className?: string | undefined;
1089
- contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
1087
+ contentEditable?: (boolean | "true" | "false") | "inherit" | "plaintext-only" | undefined;
1090
1088
  contextMenu?: string | undefined;
1091
1089
  dir?: string | undefined;
1092
- draggable?: (boolean | "false" | "true") | undefined;
1093
- enterKeyHint?: "search" | "next" | "done" | "enter" | "go" | "previous" | "send" | undefined;
1090
+ draggable?: (boolean | "true" | "false") | undefined;
1091
+ enterKeyHint?: "search" | "enter" | "done" | "go" | "next" | "previous" | "send" | undefined;
1092
+ hidden?: boolean | undefined;
1094
1093
  id?: string | undefined;
1095
1094
  lang?: string | undefined;
1096
1095
  nonce?: string | undefined;
1097
- spellCheck?: (boolean | "false" | "true") | undefined;
1098
- tabIndex?: number | undefined;
1099
- title?: string | undefined;
1096
+ spellCheck?: (boolean | "true" | "false") | undefined;
1100
1097
  translate?: "yes" | "no" | undefined;
1101
1098
  radioGroup?: string | undefined;
1102
1099
  role?: React.AriaRole | undefined;
@@ -1112,6 +1109,7 @@ export declare const StyledListItemHeadTitle: import("styled-components/dist/typ
1112
1109
  vocab?: string | undefined;
1113
1110
  autoCorrect?: string | undefined;
1114
1111
  autoSave?: string | undefined;
1112
+ color?: string | undefined;
1115
1113
  itemProp?: string | undefined;
1116
1114
  itemScope?: boolean | undefined;
1117
1115
  itemType?: string | undefined;
@@ -1126,52 +1124,52 @@ export declare const StyledListItemHeadTitle: import("styled-components/dist/typ
1126
1124
  part?: string | undefined;
1127
1125
  inert?: string | boolean | undefined;
1128
1126
  "aria-activedescendant"?: string | undefined;
1129
- "aria-atomic"?: (boolean | "false" | "true") | undefined;
1130
- "aria-autocomplete"?: "none" | "both" | "inline" | "list" | undefined;
1127
+ "aria-atomic"?: (boolean | "true" | "false") | undefined;
1128
+ "aria-autocomplete"?: "none" | "list" | "inline" | "both" | undefined;
1131
1129
  "aria-braillelabel"?: string | undefined;
1132
1130
  "aria-brailleroledescription"?: string | undefined;
1133
- "aria-busy"?: (boolean | "false" | "true") | undefined;
1134
- "aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
1131
+ "aria-busy"?: (boolean | "true" | "false") | undefined;
1132
+ "aria-checked"?: boolean | "true" | "false" | "mixed" | undefined;
1135
1133
  "aria-colcount"?: number | undefined;
1136
1134
  "aria-colindex"?: number | undefined;
1137
1135
  "aria-colindextext"?: string | undefined;
1138
1136
  "aria-colspan"?: number | undefined;
1139
1137
  "aria-controls"?: string | undefined;
1140
- "aria-current"?: boolean | "time" | "page" | "false" | "true" | "step" | "location" | "date" | undefined;
1138
+ "aria-current"?: boolean | "time" | "true" | "false" | "page" | "step" | "location" | "date" | undefined;
1141
1139
  "aria-describedby"?: string | undefined;
1142
1140
  "aria-description"?: string | undefined;
1143
1141
  "aria-details"?: string | undefined;
1144
- "aria-disabled"?: (boolean | "false" | "true") | undefined;
1145
- "aria-dropeffect"?: "none" | "copy" | "move" | "link" | "execute" | "popup" | undefined;
1142
+ "aria-disabled"?: (boolean | "true" | "false") | undefined;
1143
+ "aria-dropeffect"?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
1146
1144
  "aria-errormessage"?: string | undefined;
1147
- "aria-expanded"?: (boolean | "false" | "true") | undefined;
1145
+ "aria-expanded"?: (boolean | "true" | "false") | undefined;
1148
1146
  "aria-flowto"?: string | undefined;
1149
- "aria-grabbed"?: (boolean | "false" | "true") | undefined;
1150
- "aria-haspopup"?: boolean | "dialog" | "menu" | "listbox" | "grid" | "false" | "true" | "tree" | undefined;
1151
- "aria-hidden"?: (boolean | "false" | "true") | undefined;
1152
- "aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
1147
+ "aria-grabbed"?: (boolean | "true" | "false") | undefined;
1148
+ "aria-haspopup"?: boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree" | undefined;
1149
+ "aria-hidden"?: (boolean | "true" | "false") | undefined;
1150
+ "aria-invalid"?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
1153
1151
  "aria-keyshortcuts"?: string | undefined;
1154
1152
  "aria-label"?: string | undefined;
1155
1153
  "aria-labelledby"?: string | undefined;
1156
1154
  "aria-level"?: number | undefined;
1157
1155
  "aria-live"?: "off" | "assertive" | "polite" | undefined;
1158
- "aria-modal"?: (boolean | "false" | "true") | undefined;
1159
- "aria-multiline"?: (boolean | "false" | "true") | undefined;
1160
- "aria-multiselectable"?: (boolean | "false" | "true") | undefined;
1156
+ "aria-modal"?: (boolean | "true" | "false") | undefined;
1157
+ "aria-multiline"?: (boolean | "true" | "false") | undefined;
1158
+ "aria-multiselectable"?: (boolean | "true" | "false") | undefined;
1161
1159
  "aria-orientation"?: "horizontal" | "vertical" | undefined;
1162
1160
  "aria-owns"?: string | undefined;
1163
1161
  "aria-placeholder"?: string | undefined;
1164
1162
  "aria-posinset"?: number | undefined;
1165
- "aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
1166
- "aria-readonly"?: (boolean | "false" | "true") | undefined;
1167
- "aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
1168
- "aria-required"?: (boolean | "false" | "true") | undefined;
1163
+ "aria-pressed"?: boolean | "true" | "false" | "mixed" | undefined;
1164
+ "aria-readonly"?: (boolean | "true" | "false") | undefined;
1165
+ "aria-relevant"?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
1166
+ "aria-required"?: (boolean | "true" | "false") | undefined;
1169
1167
  "aria-roledescription"?: string | undefined;
1170
1168
  "aria-rowcount"?: number | undefined;
1171
1169
  "aria-rowindex"?: number | undefined;
1172
1170
  "aria-rowindextext"?: string | undefined;
1173
1171
  "aria-rowspan"?: number | undefined;
1174
- "aria-selected"?: (boolean | "false" | "true") | undefined;
1172
+ "aria-selected"?: (boolean | "true" | "false") | undefined;
1175
1173
  "aria-setsize"?: number | undefined;
1176
1174
  "aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
1177
1175
  "aria-valuemax"?: number | undefined;
@@ -1335,32 +1333,31 @@ export declare const StyledListItemHeadTitle: import("styled-components/dist/typ
1335
1333
  onAnimationIterationCapture?: React.AnimationEventHandler<HTMLDivElement> | undefined;
1336
1334
  onTransitionEnd?: React.TransitionEventHandler<HTMLDivElement> | undefined;
1337
1335
  onTransitionEndCapture?: React.TransitionEventHandler<HTMLDivElement> | undefined;
1338
- } & import("motion/react").MotionProps, never> & Partial<Pick<import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "slot" | "hidden" | "color" | "content" | keyof React.ClassAttributes<HTMLDivElement> | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoCapitalize" | "autoFocus" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "enterKeyHint" | "id" | "lang" | "nonce" | "spellCheck" | "tabIndex" | "title" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "exportparts" | "part" | "inert" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-braillelabel" | "aria-brailleroledescription" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colindextext" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-description" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowindextext" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDragCapture" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerLeave" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | keyof import("motion/react").MotionProps> & {
1336
+ key?: React.Key | null | undefined;
1337
+ } & import("motion/react").MotionProps, never> & Partial<Pick<import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "slot" | "title" | "content" | "tabIndex" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoCapitalize" | "autoFocus" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "enterKeyHint" | "hidden" | "id" | "lang" | "nonce" | "spellCheck" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "exportparts" | "part" | "inert" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-braillelabel" | "aria-brailleroledescription" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colindextext" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-description" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowindextext" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDragCapture" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerLeave" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | keyof React.ClassAttributes<HTMLDivElement> | keyof import("motion/react").MotionProps> & {
1338
+ ref?: React.LegacyRef<HTMLDivElement> | undefined;
1339
1339
  slot?: string | undefined;
1340
- hidden?: boolean | undefined;
1341
- color?: string | undefined;
1340
+ title?: string | undefined;
1342
1341
  content?: string | undefined;
1343
- ref?: React.LegacyRef<HTMLDivElement> | undefined;
1344
- key?: React.Key | null | undefined;
1342
+ tabIndex?: number | undefined;
1345
1343
  defaultChecked?: boolean | undefined;
1346
1344
  defaultValue?: string | number | readonly string[] | undefined;
1347
1345
  suppressContentEditableWarning?: boolean | undefined;
1348
1346
  suppressHydrationWarning?: boolean | undefined;
1349
1347
  accessKey?: string | undefined;
1350
- autoCapitalize?: (string & {}) | "none" | "off" | "on" | "sentences" | "words" | "characters" | undefined;
1348
+ autoCapitalize?: "off" | "none" | "on" | "sentences" | "words" | "characters" | (string & {}) | undefined;
1351
1349
  autoFocus?: boolean | undefined;
1352
1350
  className?: string | undefined;
1353
- contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
1351
+ contentEditable?: (boolean | "true" | "false") | "inherit" | "plaintext-only" | undefined;
1354
1352
  contextMenu?: string | undefined;
1355
1353
  dir?: string | undefined;
1356
- draggable?: (boolean | "false" | "true") | undefined;
1357
- enterKeyHint?: "search" | "next" | "done" | "enter" | "go" | "previous" | "send" | undefined;
1354
+ draggable?: (boolean | "true" | "false") | undefined;
1355
+ enterKeyHint?: "search" | "enter" | "done" | "go" | "next" | "previous" | "send" | undefined;
1356
+ hidden?: boolean | undefined;
1358
1357
  id?: string | undefined;
1359
1358
  lang?: string | undefined;
1360
1359
  nonce?: string | undefined;
1361
- spellCheck?: (boolean | "false" | "true") | undefined;
1362
- tabIndex?: number | undefined;
1363
- title?: string | undefined;
1360
+ spellCheck?: (boolean | "true" | "false") | undefined;
1364
1361
  translate?: "yes" | "no" | undefined;
1365
1362
  radioGroup?: string | undefined;
1366
1363
  role?: React.AriaRole | undefined;
@@ -1376,6 +1373,7 @@ export declare const StyledListItemHeadTitle: import("styled-components/dist/typ
1376
1373
  vocab?: string | undefined;
1377
1374
  autoCorrect?: string | undefined;
1378
1375
  autoSave?: string | undefined;
1376
+ color?: string | undefined;
1379
1377
  itemProp?: string | undefined;
1380
1378
  itemScope?: boolean | undefined;
1381
1379
  itemType?: string | undefined;
@@ -1390,52 +1388,52 @@ export declare const StyledListItemHeadTitle: import("styled-components/dist/typ
1390
1388
  part?: string | undefined;
1391
1389
  inert?: string | boolean | undefined;
1392
1390
  "aria-activedescendant"?: string | undefined;
1393
- "aria-atomic"?: (boolean | "false" | "true") | undefined;
1394
- "aria-autocomplete"?: "none" | "both" | "inline" | "list" | undefined;
1391
+ "aria-atomic"?: (boolean | "true" | "false") | undefined;
1392
+ "aria-autocomplete"?: "none" | "list" | "inline" | "both" | undefined;
1395
1393
  "aria-braillelabel"?: string | undefined;
1396
1394
  "aria-brailleroledescription"?: string | undefined;
1397
- "aria-busy"?: (boolean | "false" | "true") | undefined;
1398
- "aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
1395
+ "aria-busy"?: (boolean | "true" | "false") | undefined;
1396
+ "aria-checked"?: boolean | "true" | "false" | "mixed" | undefined;
1399
1397
  "aria-colcount"?: number | undefined;
1400
1398
  "aria-colindex"?: number | undefined;
1401
1399
  "aria-colindextext"?: string | undefined;
1402
1400
  "aria-colspan"?: number | undefined;
1403
1401
  "aria-controls"?: string | undefined;
1404
- "aria-current"?: boolean | "time" | "page" | "false" | "true" | "step" | "location" | "date" | undefined;
1402
+ "aria-current"?: boolean | "time" | "true" | "false" | "page" | "step" | "location" | "date" | undefined;
1405
1403
  "aria-describedby"?: string | undefined;
1406
1404
  "aria-description"?: string | undefined;
1407
1405
  "aria-details"?: string | undefined;
1408
- "aria-disabled"?: (boolean | "false" | "true") | undefined;
1409
- "aria-dropeffect"?: "none" | "copy" | "move" | "link" | "execute" | "popup" | undefined;
1406
+ "aria-disabled"?: (boolean | "true" | "false") | undefined;
1407
+ "aria-dropeffect"?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
1410
1408
  "aria-errormessage"?: string | undefined;
1411
- "aria-expanded"?: (boolean | "false" | "true") | undefined;
1409
+ "aria-expanded"?: (boolean | "true" | "false") | undefined;
1412
1410
  "aria-flowto"?: string | undefined;
1413
- "aria-grabbed"?: (boolean | "false" | "true") | undefined;
1414
- "aria-haspopup"?: boolean | "dialog" | "menu" | "listbox" | "grid" | "false" | "true" | "tree" | undefined;
1415
- "aria-hidden"?: (boolean | "false" | "true") | undefined;
1416
- "aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
1411
+ "aria-grabbed"?: (boolean | "true" | "false") | undefined;
1412
+ "aria-haspopup"?: boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree" | undefined;
1413
+ "aria-hidden"?: (boolean | "true" | "false") | undefined;
1414
+ "aria-invalid"?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
1417
1415
  "aria-keyshortcuts"?: string | undefined;
1418
1416
  "aria-label"?: string | undefined;
1419
1417
  "aria-labelledby"?: string | undefined;
1420
1418
  "aria-level"?: number | undefined;
1421
1419
  "aria-live"?: "off" | "assertive" | "polite" | undefined;
1422
- "aria-modal"?: (boolean | "false" | "true") | undefined;
1423
- "aria-multiline"?: (boolean | "false" | "true") | undefined;
1424
- "aria-multiselectable"?: (boolean | "false" | "true") | undefined;
1420
+ "aria-modal"?: (boolean | "true" | "false") | undefined;
1421
+ "aria-multiline"?: (boolean | "true" | "false") | undefined;
1422
+ "aria-multiselectable"?: (boolean | "true" | "false") | undefined;
1425
1423
  "aria-orientation"?: "horizontal" | "vertical" | undefined;
1426
1424
  "aria-owns"?: string | undefined;
1427
1425
  "aria-placeholder"?: string | undefined;
1428
1426
  "aria-posinset"?: number | undefined;
1429
- "aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
1430
- "aria-readonly"?: (boolean | "false" | "true") | undefined;
1431
- "aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
1432
- "aria-required"?: (boolean | "false" | "true") | undefined;
1427
+ "aria-pressed"?: boolean | "true" | "false" | "mixed" | undefined;
1428
+ "aria-readonly"?: (boolean | "true" | "false") | undefined;
1429
+ "aria-relevant"?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
1430
+ "aria-required"?: (boolean | "true" | "false") | undefined;
1433
1431
  "aria-roledescription"?: string | undefined;
1434
1432
  "aria-rowcount"?: number | undefined;
1435
1433
  "aria-rowindex"?: number | undefined;
1436
1434
  "aria-rowindextext"?: string | undefined;
1437
1435
  "aria-rowspan"?: number | undefined;
1438
- "aria-selected"?: (boolean | "false" | "true") | undefined;
1436
+ "aria-selected"?: (boolean | "true" | "false") | undefined;
1439
1437
  "aria-setsize"?: number | undefined;
1440
1438
  "aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
1441
1439
  "aria-valuemax"?: number | undefined;
@@ -1599,6 +1597,7 @@ export declare const StyledListItemHeadTitle: import("styled-components/dist/typ
1599
1597
  onAnimationIterationCapture?: React.AnimationEventHandler<HTMLDivElement> | undefined;
1600
1598
  onTransitionEnd?: React.TransitionEventHandler<HTMLDivElement> | undefined;
1601
1599
  onTransitionEndCapture?: React.TransitionEventHandler<HTMLDivElement> | undefined;
1600
+ key?: React.Key | null | undefined;
1602
1601
  } & import("motion/react").MotionProps, never>>> & string;
1603
1602
  export declare const StyledListItemHeadTitleContent: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never> & Partial<Pick<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>>> & string;
1604
1603
  export declare const StyledListItemHeadSubtitle: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never> & Partial<Pick<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>>> & string;
@@ -1606,9 +1605,9 @@ type StyledMotionListItemHeadHoverItemWrapperProps = {
1606
1605
  theme: Theme;
1607
1606
  };
1608
1607
  export declare const StyledMotionListItemHeadHoverItemWrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<Omit<Omit<HTMLMotionProps<"div">, "ref"> & React.RefAttributes<HTMLDivElement>, "ref"> & {
1609
- ref?: ((instance: HTMLDivElement | null) => void | React.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof React.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | React.RefObject<HTMLDivElement> | null | undefined;
1608
+ ref?: React.RefObject<HTMLDivElement> | ((instance: HTMLDivElement | null) => void | React.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof React.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | null | undefined;
1610
1609
  }, "theme"> & StyledMotionListItemHeadHoverItemWrapperProps, never> & Partial<Pick<import("styled-components").FastOmit<Omit<Omit<HTMLMotionProps<"div">, "ref"> & React.RefAttributes<HTMLDivElement>, "ref"> & {
1611
- ref?: ((instance: HTMLDivElement | null) => void | React.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof React.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | React.RefObject<HTMLDivElement> | null | undefined;
1610
+ ref?: React.RefObject<HTMLDivElement> | ((instance: HTMLDivElement | null) => void | React.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof React.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | null | undefined;
1612
1611
  }, "theme"> & StyledMotionListItemHeadHoverItemWrapperProps, never>>> & string & Omit<import("motion/react").ForwardRefComponent<HTMLDivElement, HTMLMotionProps<"div">>, keyof React.Component<any, {}, any>>;
1613
1612
  export declare const StyledMotionListItemHeadHoverItem: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never> & Partial<Pick<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>>> & string;
1614
1613
  export {};