@algolia/satellite 1.10.2 → 2.0.0-rc.1

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 (296) hide show
  1. package/dist/cjs/Actions/Accordion/Accordion.d.ts +29 -20
  2. package/dist/cjs/Actions/Button/Button.tailwind.js +27 -42
  3. package/dist/cjs/Actions/Button/PolymorphicIconButton.d.ts +34 -5
  4. package/dist/cjs/Actions/Button/types.d.ts +32 -11
  5. package/dist/cjs/Actions/Button/types.js +2 -0
  6. package/dist/cjs/Actions/ButtonGroup/ButtonGroup.d.ts +8 -3
  7. package/dist/cjs/Actions/Switch/Switch.d.ts +23 -3
  8. package/dist/cjs/Actions/Switch/SwitchOption.d.ts +11 -2
  9. package/dist/cjs/Actions/Switch/types.d.ts +2 -1
  10. package/dist/cjs/Actions/Switch/types.js +3 -1
  11. package/dist/cjs/Actions/ToggleButton/ToggleButton.d.ts +12 -3
  12. package/dist/cjs/Actions/ToggleButton/ToggleButton.js +3 -1
  13. package/dist/cjs/Actions/ToggleButton/ToggleButtonBase.d.ts +35 -2
  14. package/dist/cjs/Actions/ToggleButton/ToggleButtonBase.js +12 -11
  15. package/dist/cjs/Actions/ToggleGroup/ToggleGroup.d.ts +22 -12
  16. package/dist/cjs/Avatars/ApplicationAvatar/ApplicationAvatar.d.ts +12 -5
  17. package/dist/cjs/Avatars/UserAvatar/UserAvatar.d.ts +15 -7
  18. package/dist/cjs/Avatars/types.d.ts +23 -1
  19. package/dist/cjs/Avatars/types.js +3 -1
  20. package/dist/cjs/Fields/AutoComplete/components/AutoCompleteContext.d.ts +2 -2
  21. package/dist/cjs/Fields/AutoComplete/components/AutoCompleteEmptyState.d.ts +8 -4
  22. package/dist/cjs/Fields/AutoComplete/components/DefaultOptionItem.d.ts +2 -2
  23. package/dist/cjs/Fields/AutoComplete/types.d.ts +146 -7
  24. package/dist/cjs/Fields/Checkbox/Checkbox.d.ts +5 -2
  25. package/dist/cjs/Fields/DateInput/DateInput.d.ts +47 -0
  26. package/dist/cjs/Fields/DateInput/DateInput.js +169 -0
  27. package/dist/cjs/Fields/DateInput/index.d.ts +1 -0
  28. package/dist/cjs/Fields/DateInput/index.js +16 -0
  29. package/dist/cjs/Fields/DatePicker/DatePicker/DatePicker.d.ts +42 -0
  30. package/dist/cjs/Fields/DatePicker/DatePicker/DatePicker.js +1 -0
  31. package/dist/cjs/Fields/DatePicker/DateRangePicker/DateRangePicker.d.ts +38 -2
  32. package/dist/cjs/Fields/DatePicker/DateRangePicker/DateRangePicker.js +1 -0
  33. package/dist/cjs/Fields/DatePicker/components/Calendar.d.ts +2 -2
  34. package/dist/cjs/Fields/DatePicker/components/Footer.d.ts +2 -2
  35. package/dist/cjs/Fields/DatePicker/components/Modal.d.ts +0 -0
  36. package/dist/cjs/Fields/DatePicker/components/Modal.js +1 -0
  37. package/dist/cjs/Fields/DatePicker/components/NavBar.d.ts +2 -2
  38. package/dist/cjs/Fields/DatePicker/components/Popover.d.ts +1 -0
  39. package/dist/cjs/Fields/DatePicker/components/Popover.js +5 -1
  40. package/dist/cjs/Fields/DatePicker/components/SidePanel.d.ts +2 -2
  41. package/dist/cjs/Fields/DatePicker/types.d.ts +21 -0
  42. package/dist/cjs/Fields/Dropzone/Dropzone.d.ts +85 -6
  43. package/dist/cjs/Fields/Field/Field.d.ts +34 -11
  44. package/dist/cjs/Fields/Form/Form.d.ts +5 -5
  45. package/dist/cjs/Fields/Form/stories/Complex.js +22 -12
  46. package/dist/cjs/Fields/Input/Input.d.ts +18 -1
  47. package/dist/cjs/Fields/Input/Input.js +5 -3
  48. package/dist/cjs/Fields/RadioGroup/RadioButton.d.ts +68 -2
  49. package/dist/cjs/Fields/RadioGroup/RadioGroup.d.ts +27 -10
  50. package/dist/cjs/Fields/RadioGroup/RadioGroup.js +20 -77
  51. package/dist/cjs/Fields/RadioGroup/RadioGroupItem.d.ts +16 -0
  52. package/dist/cjs/Fields/RadioGroup/RadioGroupItem.js +71 -0
  53. package/dist/cjs/Fields/RadioGroup/index.d.ts +1 -0
  54. package/dist/cjs/Fields/RadioGroup/index.js +11 -0
  55. package/dist/cjs/Fields/RangeSlider/RangeSlider.d.ts +48 -3
  56. package/dist/cjs/Fields/Select/Select.d.ts +3 -0
  57. package/dist/cjs/Fields/TextArea/TextArea.d.ts +16 -0
  58. package/dist/cjs/Fields/Toggle/Toggle.d.ts +51 -3
  59. package/dist/cjs/Fields/index.d.ts +1 -0
  60. package/dist/cjs/Fields/index.js +11 -0
  61. package/dist/cjs/Helpers/ClickAwayContainer/ClickAwayContainer.d.ts +10 -9
  62. package/dist/cjs/Helpers/HelpUnderline/HelpUnderline.d.ts +11 -3
  63. package/dist/cjs/Helpers/Medallion/Medallion.d.ts +16 -3
  64. package/dist/cjs/Helpers/Medallion/Medallion.js +11 -10
  65. package/dist/cjs/Helpers/Medallion/Medallion.tailwind.js +1 -1
  66. package/dist/cjs/Helpers/Medallion/types.d.ts +1 -1
  67. package/dist/cjs/Helpers/Separator/Separator.d.ts +12 -2
  68. package/dist/cjs/Helpers/TextWrap/TextWrap.d.ts +9 -3
  69. package/dist/cjs/Helpers/TextWrap/TextWrap.js +1 -1
  70. package/dist/cjs/Helpers/UserContent/UserContent.d.ts +12 -3
  71. package/dist/cjs/Icons/index.d.ts +1 -1
  72. package/dist/cjs/Icons/index.js +6 -0
  73. package/dist/cjs/Indicators/Badge/Badge.d.ts +6 -2
  74. package/dist/cjs/Indicators/Banners/Alert/Alert.d.ts +2 -2
  75. package/dist/cjs/Indicators/Banners/Promote/Promote.d.ts +2 -2
  76. package/dist/cjs/Indicators/Banners/SystemNotification/SystemNotification.d.ts +2 -2
  77. package/dist/cjs/Indicators/EmptyState/EmptyState.d.ts +2 -2
  78. package/dist/cjs/Indicators/KeyboardKey/KeyboardKey.d.ts +2 -2
  79. package/dist/cjs/Indicators/ProgressSpinner/ProgressSpinner.d.ts +2 -2
  80. package/dist/cjs/Indicators/ScrollIndicator/ScrollIndicator.d.ts +2 -2
  81. package/dist/cjs/Indicators/Skeleton/Skeleton.d.ts +2 -2
  82. package/dist/cjs/Indicators/Tag/Tag.tailwind.js +13 -4
  83. package/dist/cjs/Indicators/Toast/Toast.d.ts +2 -2
  84. package/dist/cjs/Indicators/Toast/Toasts.d.ts +2 -2
  85. package/dist/cjs/Layout/Card/components/CardHeader.d.ts +2 -2
  86. package/dist/cjs/Layout/Card/components/CardTitle.d.ts +2 -2
  87. package/dist/cjs/Layout/FlexGrid/FlexGrid.d.ts +2 -2
  88. package/dist/cjs/Layout/Insert/Insert.d.ts +2 -2
  89. package/dist/cjs/Layout/Sidebar/Sidebar.d.ts +4 -5
  90. package/dist/cjs/Layout/Sidebar/SidebarButtonLink.d.ts +2 -2
  91. package/dist/cjs/Layout/Sidebar/SidebarHeader.d.ts +4 -5
  92. package/dist/cjs/Layout/Sidebar/SidebarHeading.d.ts +2 -2
  93. package/dist/cjs/Layout/Sidebar/SidebarLink.d.ts +2 -2
  94. package/dist/cjs/Layout/Sidebar/SidebarLinksGroup/ActiveLinkIndicator.d.ts +2 -2
  95. package/dist/cjs/Layout/Sidebar/SidebarLinksGroup/SidebarGroupLink.d.ts +2 -2
  96. package/dist/cjs/Layout/Sidebar/SidebarLinksGroup/SidebarLinksGroup.d.ts +2 -2
  97. package/dist/cjs/Layout/Sidebar/SidebarNav.d.ts +2 -2
  98. package/dist/cjs/Layout/Tables/DataTable/components/Footer.d.ts +2 -2
  99. package/dist/cjs/Layout/Tables/DataTable/components/Loader.d.ts +2 -2
  100. package/dist/cjs/Layout/Tables/DataTable/types.d.ts +3 -3
  101. package/dist/cjs/Layout/Tables/Table/Table.d.ts +2 -2
  102. package/dist/cjs/Layout/Tables/Table/components/TableFooter.d.ts +4 -5
  103. package/dist/cjs/Navigation/Pagination/CompactPagination/CompactPagination.d.ts +2 -2
  104. package/dist/cjs/Navigation/Pagination/Pagination/Pagination.d.ts +2 -2
  105. package/dist/cjs/Navigation/Stepper/Step.d.ts +2 -2
  106. package/dist/cjs/Navigation/Stepper/Step.js +28 -25
  107. package/dist/cjs/Navigation/Stepper/Stepper.d.ts +2 -2
  108. package/dist/cjs/Navigation/Tabs/ContentTabs/ContentTabs.d.ts +2 -2
  109. package/dist/cjs/Navigation/Tabs/LinkTabs/LinkTabs.d.ts +2 -2
  110. package/dist/cjs/Navigation/Tabs/components/LinkTab.d.ts +2 -2
  111. package/dist/cjs/Overlay/Dropdown/Dropdown.d.ts +4 -5
  112. package/dist/cjs/Overlay/Dropdown/components/DropdownButtonItem.d.ts +2 -2
  113. package/dist/cjs/Overlay/Dropdown/components/DropdownButtonItem.js +10 -9
  114. package/dist/cjs/Overlay/Dropdown/components/DropdownCollapsibleItem/DropdownCollapsibleItem.d.ts +2 -2
  115. package/dist/cjs/Overlay/Dropdown/components/DropdownCollapsibleItem/DropdownCollapsibleItemsGroup.d.ts +2 -2
  116. package/dist/cjs/Overlay/Dropdown/components/DropdownCollapsibleItem/DropdownCollapsibleItemsMultiGroup.d.ts +2 -2
  117. package/dist/cjs/Overlay/Dropdown/components/DropdownCollapsibleItem/DropdownCollapsibleItemsSingleGroup.d.ts +2 -2
  118. package/dist/cjs/Overlay/Dropdown/components/DropdownFooterItem.d.ts +2 -2
  119. package/dist/cjs/Overlay/Dropdown/components/DropdownLinkItem.d.ts +2 -2
  120. package/dist/cjs/Overlay/Dropdown/components/DropdownLinkItem.js +11 -9
  121. package/dist/cjs/Overlay/Dropdown/components/DropdownRadioItem.d.ts +3 -5
  122. package/dist/cjs/Overlay/Dropdown/components/DropdownRadioItem.js +0 -3
  123. package/dist/cjs/Overlay/Dropdown/components/DropdownTitle.d.ts +2 -2
  124. package/dist/cjs/Overlay/Dropdown/components/DropdownToggleItem.d.ts +4 -5
  125. package/dist/cjs/Overlay/Dropdown/components/DropdownToggleItem.js +0 -3
  126. package/dist/cjs/Overlay/MenuButton/MenuButton.d.ts +9 -9
  127. package/dist/cjs/Overlay/MenuButton/components/CustomTrigger.d.ts +2 -2
  128. package/dist/cjs/Overlay/MenuButton/components/CustomTrigger.js +12 -4
  129. package/dist/cjs/Overlay/MenuButton/components/Label.d.ts +2 -2
  130. package/dist/cjs/Overlay/MenuButton/components/collapsible/CollapsibleItem.d.ts +2 -2
  131. package/dist/cjs/Overlay/MenuButton/components/collapsible/CollapsibleItemsGroup.d.ts +2 -2
  132. package/dist/cjs/Overlay/MenuButton/components/collapsible/CollapsibleItemsMultipleGroup.d.ts +2 -2
  133. package/dist/cjs/Overlay/MenuButton/components/collapsible/CollapsibleItemsSingleGroup.d.ts +2 -2
  134. package/dist/cjs/Overlay/MenuButton/components/items/Item.d.ts +2 -2
  135. package/dist/cjs/Overlay/MenuButton/components/items/LinkItem.d.ts +2 -2
  136. package/dist/cjs/Overlay/MenuButton/components/items/RadioItem.d.ts +2 -2
  137. package/dist/cjs/Overlay/MenuButton/components/items/ToggleItem.d.ts +2 -2
  138. package/dist/cjs/Overlay/Modal/Modal.d.ts +2 -2
  139. package/dist/cjs/Overlay/Modal/components/ModalFooter.d.ts +2 -2
  140. package/dist/cjs/Overlay/Modal/components/ModalSection.d.ts +2 -2
  141. package/dist/cjs/Overlay/Popover/Popover.d.ts +2 -2
  142. package/dist/cjs/Overlay/Tooltip/OverflowTooltipWrapper.d.ts +2 -2
  143. package/dist/cjs/Overlay/Tooltip/TooltipWrapper.d.ts +2 -2
  144. package/dist/cjs/Overlay/Tooltip/types.d.ts +5 -2
  145. package/dist/cjs/Satellite/Satellite.d.ts +2 -2
  146. package/dist/cjs/Satellite/locale.d.ts +2 -1
  147. package/dist/cjs/utils/isCssPropertySupported.d.ts +1 -1
  148. package/dist/esm/Actions/Accordion/Accordion.d.ts +29 -20
  149. package/dist/esm/Actions/Button/Button.tailwind.js +27 -44
  150. package/dist/esm/Actions/Button/PolymorphicIconButton.d.ts +34 -5
  151. package/dist/esm/Actions/Button/types.d.ts +32 -11
  152. package/dist/esm/Actions/Button/types.js +1 -0
  153. package/dist/esm/Actions/ButtonGroup/ButtonGroup.d.ts +8 -3
  154. package/dist/esm/Actions/Switch/Switch.d.ts +23 -3
  155. package/dist/esm/Actions/Switch/SwitchOption.d.ts +11 -2
  156. package/dist/esm/Actions/Switch/types.d.ts +2 -1
  157. package/dist/esm/Actions/Switch/types.js +1 -1
  158. package/dist/esm/Actions/ToggleButton/ToggleButton.d.ts +12 -3
  159. package/dist/esm/Actions/ToggleButton/ToggleButton.js +3 -1
  160. package/dist/esm/Actions/ToggleButton/ToggleButtonBase.d.ts +35 -2
  161. package/dist/esm/Actions/ToggleButton/ToggleButtonBase.js +12 -11
  162. package/dist/esm/Actions/ToggleGroup/ToggleGroup.d.ts +22 -12
  163. package/dist/esm/Avatars/ApplicationAvatar/ApplicationAvatar.d.ts +12 -5
  164. package/dist/esm/Avatars/UserAvatar/UserAvatar.d.ts +15 -7
  165. package/dist/esm/Avatars/types.d.ts +23 -1
  166. package/dist/esm/Avatars/types.js +1 -1
  167. package/dist/esm/Fields/AutoComplete/components/AutoCompleteContext.d.ts +2 -2
  168. package/dist/esm/Fields/AutoComplete/components/AutoCompleteEmptyState.d.ts +8 -4
  169. package/dist/esm/Fields/AutoComplete/components/DefaultOptionItem.d.ts +2 -2
  170. package/dist/esm/Fields/AutoComplete/types.d.ts +146 -7
  171. package/dist/esm/Fields/Checkbox/Checkbox.d.ts +5 -2
  172. package/dist/esm/Fields/DateInput/DateInput.d.ts +47 -0
  173. package/dist/esm/Fields/DateInput/DateInput.js +162 -0
  174. package/dist/esm/Fields/DateInput/index.d.ts +1 -0
  175. package/dist/esm/Fields/DateInput/index.js +1 -0
  176. package/dist/esm/Fields/DatePicker/DatePicker/DatePicker.d.ts +42 -0
  177. package/dist/esm/Fields/DatePicker/DatePicker/DatePicker.js +1 -0
  178. package/dist/esm/Fields/DatePicker/DateRangePicker/DateRangePicker.d.ts +38 -2
  179. package/dist/esm/Fields/DatePicker/DateRangePicker/DateRangePicker.js +1 -0
  180. package/dist/esm/Fields/DatePicker/components/Calendar.d.ts +2 -2
  181. package/dist/esm/Fields/DatePicker/components/Footer.d.ts +2 -2
  182. package/dist/esm/Fields/DatePicker/components/Modal.d.ts +0 -0
  183. package/dist/esm/Fields/DatePicker/components/Modal.js +0 -0
  184. package/dist/esm/Fields/DatePicker/components/NavBar.d.ts +2 -2
  185. package/dist/esm/Fields/DatePicker/components/Popover.d.ts +1 -0
  186. package/dist/esm/Fields/DatePicker/components/Popover.js +5 -1
  187. package/dist/esm/Fields/DatePicker/components/SidePanel.d.ts +2 -2
  188. package/dist/esm/Fields/DatePicker/types.d.ts +21 -0
  189. package/dist/esm/Fields/Dropzone/Dropzone.d.ts +85 -6
  190. package/dist/esm/Fields/Field/Field.d.ts +34 -11
  191. package/dist/esm/Fields/Form/Form.d.ts +5 -5
  192. package/dist/esm/Fields/Form/stories/Complex.js +23 -13
  193. package/dist/esm/Fields/Input/Input.d.ts +18 -1
  194. package/dist/esm/Fields/Input/Input.js +5 -3
  195. package/dist/esm/Fields/RadioGroup/RadioButton.d.ts +68 -2
  196. package/dist/esm/Fields/RadioGroup/RadioGroup.d.ts +27 -10
  197. package/dist/esm/Fields/RadioGroup/RadioGroup.js +20 -77
  198. package/dist/esm/Fields/RadioGroup/RadioGroupItem.d.ts +16 -0
  199. package/dist/esm/Fields/RadioGroup/RadioGroupItem.js +64 -0
  200. package/dist/esm/Fields/RadioGroup/index.d.ts +1 -0
  201. package/dist/esm/Fields/RadioGroup/index.js +2 -1
  202. package/dist/esm/Fields/RangeSlider/RangeSlider.d.ts +48 -3
  203. package/dist/esm/Fields/Select/Select.d.ts +3 -0
  204. package/dist/esm/Fields/TextArea/TextArea.d.ts +16 -0
  205. package/dist/esm/Fields/Toggle/Toggle.d.ts +51 -3
  206. package/dist/esm/Fields/index.d.ts +1 -0
  207. package/dist/esm/Fields/index.js +1 -0
  208. package/dist/esm/Helpers/ClickAwayContainer/ClickAwayContainer.d.ts +10 -9
  209. package/dist/esm/Helpers/HelpUnderline/HelpUnderline.d.ts +11 -3
  210. package/dist/esm/Helpers/Medallion/Medallion.d.ts +16 -3
  211. package/dist/esm/Helpers/Medallion/Medallion.js +11 -10
  212. package/dist/esm/Helpers/Medallion/Medallion.tailwind.js +1 -1
  213. package/dist/esm/Helpers/Medallion/types.d.ts +1 -1
  214. package/dist/esm/Helpers/Separator/Separator.d.ts +12 -2
  215. package/dist/esm/Helpers/TextWrap/TextWrap.d.ts +9 -3
  216. package/dist/esm/Helpers/TextWrap/TextWrap.js +1 -1
  217. package/dist/esm/Helpers/UserContent/UserContent.d.ts +12 -3
  218. package/dist/esm/Icons/index.d.ts +1 -1
  219. package/dist/esm/Icons/index.js +1 -1
  220. package/dist/esm/Indicators/Badge/Badge.d.ts +6 -2
  221. package/dist/esm/Indicators/Banners/Alert/Alert.d.ts +2 -2
  222. package/dist/esm/Indicators/Banners/Promote/Promote.d.ts +2 -2
  223. package/dist/esm/Indicators/Banners/SystemNotification/SystemNotification.d.ts +2 -2
  224. package/dist/esm/Indicators/EmptyState/EmptyState.d.ts +2 -2
  225. package/dist/esm/Indicators/KeyboardKey/KeyboardKey.d.ts +2 -2
  226. package/dist/esm/Indicators/ProgressSpinner/ProgressSpinner.d.ts +2 -2
  227. package/dist/esm/Indicators/ScrollIndicator/ScrollIndicator.d.ts +2 -2
  228. package/dist/esm/Indicators/Skeleton/Skeleton.d.ts +2 -2
  229. package/dist/esm/Indicators/Tag/Tag.tailwind.js +13 -4
  230. package/dist/esm/Indicators/Toast/Toast.d.ts +2 -2
  231. package/dist/esm/Indicators/Toast/Toasts.d.ts +2 -2
  232. package/dist/esm/Layout/Card/components/CardHeader.d.ts +2 -2
  233. package/dist/esm/Layout/Card/components/CardTitle.d.ts +2 -2
  234. package/dist/esm/Layout/FlexGrid/FlexGrid.d.ts +2 -2
  235. package/dist/esm/Layout/Insert/Insert.d.ts +2 -2
  236. package/dist/esm/Layout/Sidebar/Sidebar.d.ts +4 -5
  237. package/dist/esm/Layout/Sidebar/SidebarButtonLink.d.ts +2 -2
  238. package/dist/esm/Layout/Sidebar/SidebarHeader.d.ts +4 -5
  239. package/dist/esm/Layout/Sidebar/SidebarHeading.d.ts +2 -2
  240. package/dist/esm/Layout/Sidebar/SidebarLink.d.ts +2 -2
  241. package/dist/esm/Layout/Sidebar/SidebarLinksGroup/ActiveLinkIndicator.d.ts +2 -2
  242. package/dist/esm/Layout/Sidebar/SidebarLinksGroup/SidebarGroupLink.d.ts +2 -2
  243. package/dist/esm/Layout/Sidebar/SidebarLinksGroup/SidebarLinksGroup.d.ts +2 -2
  244. package/dist/esm/Layout/Sidebar/SidebarNav.d.ts +2 -2
  245. package/dist/esm/Layout/Tables/DataTable/components/Footer.d.ts +2 -2
  246. package/dist/esm/Layout/Tables/DataTable/components/Loader.d.ts +2 -2
  247. package/dist/esm/Layout/Tables/DataTable/types.d.ts +3 -3
  248. package/dist/esm/Layout/Tables/Table/Table.d.ts +2 -2
  249. package/dist/esm/Layout/Tables/Table/components/TableFooter.d.ts +4 -5
  250. package/dist/esm/Navigation/Pagination/CompactPagination/CompactPagination.d.ts +2 -2
  251. package/dist/esm/Navigation/Pagination/Pagination/Pagination.d.ts +2 -2
  252. package/dist/esm/Navigation/Stepper/Step.d.ts +2 -2
  253. package/dist/esm/Navigation/Stepper/Step.js +28 -25
  254. package/dist/esm/Navigation/Stepper/Stepper.d.ts +2 -2
  255. package/dist/esm/Navigation/Tabs/ContentTabs/ContentTabs.d.ts +2 -2
  256. package/dist/esm/Navigation/Tabs/LinkTabs/LinkTabs.d.ts +2 -2
  257. package/dist/esm/Navigation/Tabs/components/LinkTab.d.ts +2 -2
  258. package/dist/esm/Overlay/Dropdown/Dropdown.d.ts +4 -5
  259. package/dist/esm/Overlay/Dropdown/components/DropdownButtonItem.d.ts +2 -2
  260. package/dist/esm/Overlay/Dropdown/components/DropdownButtonItem.js +10 -9
  261. package/dist/esm/Overlay/Dropdown/components/DropdownCollapsibleItem/DropdownCollapsibleItem.d.ts +2 -2
  262. package/dist/esm/Overlay/Dropdown/components/DropdownCollapsibleItem/DropdownCollapsibleItemsGroup.d.ts +2 -2
  263. package/dist/esm/Overlay/Dropdown/components/DropdownCollapsibleItem/DropdownCollapsibleItemsMultiGroup.d.ts +2 -2
  264. package/dist/esm/Overlay/Dropdown/components/DropdownCollapsibleItem/DropdownCollapsibleItemsSingleGroup.d.ts +2 -2
  265. package/dist/esm/Overlay/Dropdown/components/DropdownFooterItem.d.ts +2 -2
  266. package/dist/esm/Overlay/Dropdown/components/DropdownLinkItem.d.ts +2 -2
  267. package/dist/esm/Overlay/Dropdown/components/DropdownLinkItem.js +11 -9
  268. package/dist/esm/Overlay/Dropdown/components/DropdownRadioItem.d.ts +3 -5
  269. package/dist/esm/Overlay/Dropdown/components/DropdownRadioItem.js +0 -3
  270. package/dist/esm/Overlay/Dropdown/components/DropdownTitle.d.ts +2 -2
  271. package/dist/esm/Overlay/Dropdown/components/DropdownToggleItem.d.ts +4 -5
  272. package/dist/esm/Overlay/Dropdown/components/DropdownToggleItem.js +0 -3
  273. package/dist/esm/Overlay/MenuButton/MenuButton.d.ts +9 -9
  274. package/dist/esm/Overlay/MenuButton/components/CustomTrigger.d.ts +2 -2
  275. package/dist/esm/Overlay/MenuButton/components/CustomTrigger.js +12 -4
  276. package/dist/esm/Overlay/MenuButton/components/Label.d.ts +2 -2
  277. package/dist/esm/Overlay/MenuButton/components/collapsible/CollapsibleItem.d.ts +2 -2
  278. package/dist/esm/Overlay/MenuButton/components/collapsible/CollapsibleItemsGroup.d.ts +2 -2
  279. package/dist/esm/Overlay/MenuButton/components/collapsible/CollapsibleItemsMultipleGroup.d.ts +2 -2
  280. package/dist/esm/Overlay/MenuButton/components/collapsible/CollapsibleItemsSingleGroup.d.ts +2 -2
  281. package/dist/esm/Overlay/MenuButton/components/items/Item.d.ts +2 -2
  282. package/dist/esm/Overlay/MenuButton/components/items/LinkItem.d.ts +2 -2
  283. package/dist/esm/Overlay/MenuButton/components/items/RadioItem.d.ts +2 -2
  284. package/dist/esm/Overlay/MenuButton/components/items/ToggleItem.d.ts +2 -2
  285. package/dist/esm/Overlay/Modal/Modal.d.ts +2 -2
  286. package/dist/esm/Overlay/Modal/components/ModalFooter.d.ts +2 -2
  287. package/dist/esm/Overlay/Modal/components/ModalSection.d.ts +2 -2
  288. package/dist/esm/Overlay/Popover/Popover.d.ts +2 -2
  289. package/dist/esm/Overlay/Tooltip/OverflowTooltipWrapper.d.ts +2 -2
  290. package/dist/esm/Overlay/Tooltip/TooltipWrapper.d.ts +2 -2
  291. package/dist/esm/Overlay/Tooltip/types.d.ts +5 -2
  292. package/dist/esm/Satellite/Satellite.d.ts +2 -2
  293. package/dist/esm/Satellite/locale.d.ts +2 -1
  294. package/dist/esm/utils/isCssPropertySupported.d.ts +1 -1
  295. package/dist/satellite.min.css +1 -1
  296. package/package.json +24 -23
@@ -1,8 +1,17 @@
1
- import type { VFC } from "react";
1
+ import type { FC } from "react";
2
2
  export interface UserContentProps {
3
+ /**
4
+ * Whether to apply the styled content class to the `UserContent`.
5
+ * @default true
6
+ */
3
7
  styled?: boolean;
4
- /** @ignore */
8
+ /**
9
+ * Additional classes to apply to the `UserContent`.
10
+ */
5
11
  className?: string;
12
+ /**
13
+ * The content of the `UserContent`.
14
+ */
6
15
  content?: string;
7
16
  }
8
17
  /**
@@ -10,4 +19,4 @@ export interface UserContentProps {
10
19
  *
11
20
  * See the [User Content documentation page](https://satellite.algolia.com/layouts/user-content) for more information.
12
21
  */
13
- export declare const UserContent: VFC<UserContentProps>;
22
+ export declare const UserContent: FC<UserContentProps>;
@@ -17,4 +17,4 @@ export { QueryBreakdownIcon } from "./QueryBreakdownIcon";
17
17
  export { BulbIcon } from "./BulbIcon";
18
18
  export { TestingIcon } from "./TestingIcon";
19
19
  export { RocketIcon } from "./RocketIcon";
20
- export { ActivityIcon, AirplayIcon, AlertCircleIcon, AlertOctagonIcon, AlertTriangleIcon, AlignCenterIcon, AlignJustifyIcon, AlignLeftIcon, AlignRightIcon, AnchorIcon, ApertureIcon, ArchiveIcon, ArrowDownCircleIcon, ArrowDownIcon, ArrowDownLeftIcon, ArrowDownRightIcon, ArrowLeftCircleIcon, ArrowLeftIcon, ArrowRightCircleIcon, ArrowRightIcon, ArrowUpCircleIcon, ArrowUpIcon, ArrowUpLeftIcon, ArrowUpRightIcon, AtSignIcon, AwardIcon, BanIcon, BarChart2Icon, BarChartIcon, BatteryChargingIcon, BatteryIcon, BellIcon, BellOffIcon, BluetoothIcon, BoldIcon, BookIcon, BookmarkIcon, BookOpenIcon, BoxIcon, BriefcaseIcon, CalendarIcon, CameraIcon, CameraOffIcon, CastIcon, CheckCircleIcon, CheckIcon, CheckSquareIcon, ChevronDownIcon, ChevronLeftIcon, ChevronRightIcon, ChevronsDownIcon, ChevronsLeftIcon, ChevronsRightIcon, ChevronsUpIcon, ChevronUpIcon, ChromeIcon, CircleIcon, ClipboardIcon, ClockIcon, CloudDrizzleIcon, CloudIcon, CloudLightningIcon, CloudOffIcon, CloudRainIcon, CloudSnowIcon, CodeIcon, CodepenIcon, CodesandboxIcon, CoffeeIcon, ColumnsIcon, CommandIcon, CompassIcon, CopyIcon, CornerDownLeftIcon, CornerDownRightIcon, CornerLeftDownIcon, CornerLeftUpIcon, CornerRightDownIcon, CornerRightUpIcon, CornerUpLeftIcon, CornerUpRightIcon, CpuIcon, CreditCardIcon, CropIcon, CrosshairIcon, DatabaseIcon, DeleteIcon, DiscIcon, DivideCircleIcon, DivideIcon, DivideSquareIcon, DollarSignIcon, DownloadCloudIcon, DownloadIcon, DribbbleIcon, DropletIcon, Edit2Icon, Edit3Icon, EditIcon, ExternalLinkIcon, EyeIcon, EyeOffIcon, FacebookIcon, FastForwardIcon, FeatherIcon, FigmaIcon, FileIcon, FileMinusIcon, FilePlusIcon, FileSearchIcon, FileTextIcon, FilmIcon, FilterIcon, FlagIcon, FlaskConicalIcon, FolderIcon, FolderMinusIcon, FolderPlusIcon, FramerIcon, FrownIcon, GiftIcon, GitBranchIcon, GitCommitIcon, GithubIcon, GitlabIcon, GitMergeIcon, GitPullRequestIcon, GlobeIcon, HardDriveIcon, HashIcon, HeadphonesIcon, HeartIcon, HelpCircleIcon, HexagonIcon, HomeIcon, ImageIcon, ImageOffIcon, InboxIcon, InfoIcon, InstagramIcon, ItalicIcon, KeyIcon, Landmark, LayersIcon, LayoutGridIcon, LayoutIcon, LifeBuoyIcon, Link2Icon, LinkedinIcon, LinkIcon, ListIcon, LoaderIcon, LockIcon, LogInIcon, LogOutIcon, MailIcon, MapIcon, MapPinIcon, Maximize2Icon, MaximizeIcon, MehIcon, MenuIcon, MergeIcon, MessageCircleIcon, MessageSquareIcon, MicIcon, MicOffIcon, Minimize2Icon, MinimizeIcon, MinusCircleIcon, MinusIcon, MinusSquareIcon, MonitorIcon, MoonIcon, MoreHorizontalIcon, MoreVerticalIcon, MousePointerIcon, MoveIcon, MusicIcon, Navigation2Icon, NavigationIcon, OctagonIcon, PackageIcon, PaperclipIcon, PauseCircleIcon, PauseIcon, PenToolIcon, PercentIcon, PhoneCallIcon, PhoneForwardedIcon, PhoneIcon, PhoneIncomingIcon, PhoneMissedIcon, PhoneOffIcon, PhoneOutgoingIcon, PieChartIcon, PlayCircleIcon, PlayIcon, PlusCircleIcon, PlusIcon, PlusSquareIcon, PocketIcon, PowerIcon, PrinterIcon, RadioIcon, RefreshCcwIcon, RefreshCwIcon, RepeatIcon, RewindIcon, RotateCcwIcon, RotateCwIcon, RssIcon, SaveIcon, ScissorsIcon, SearchIcon, SearchXIcon, SendIcon, ServerCogIcon, ServerCrashIcon, ServerIcon, SettingsIcon, Share2Icon, ShareIcon, ShieldIcon, ShieldOffIcon, ShoppingBagIcon, ShoppingCartIcon, ShuffleIcon, SidebarIcon, SkipBackIcon, SkipForwardIcon, SlackIcon, SlidersIcon, SmartphoneIcon, SmileIcon, SpeakerIcon, SquareIcon, StarIcon, StopCircleIcon, SunIcon, SunriseIcon, SunsetIcon, TableIcon, TabletIcon, TagIcon, TargetIcon, TerminalIcon, ThermometerIcon, ThumbsDownIcon, ThumbsUpIcon, ToggleLeftIcon, ToggleRightIcon, Trash2Icon, TrashIcon, TrelloIcon, TrendingDownIcon, TrendingUpIcon, TriangleIcon, TruckIcon, TvIcon, TwitchIcon, TwitterIcon, TypeIcon, UmbrellaIcon, UnderlineIcon, UnlockIcon, UploadCloudIcon, UploadIcon, UserCheckIcon, UserIcon, UserMinusIcon, UserPlusIcon, UsersIcon, UserXIcon, VideoIcon, VideoOffIcon, VoicemailIcon, Volume1Icon, Volume2Icon, VolumeIcon, VolumeXIcon, WatchIcon, WifiIcon, WifiOffIcon, WindIcon, WrenchIcon, XCircleIcon, XIcon, XOctagonIcon, XSquareIcon, YoutubeIcon, ZapIcon, ZapOffIcon, ZoomInIcon, ZoomOutIcon, } from "lucide-react";
20
+ export { ActivityIcon, AirplayIcon, AlertCircleIcon, AlertOctagonIcon, AlertTriangleIcon, AlignCenterIcon, AlignJustifyIcon, AlignLeftIcon, AlignRightIcon, AnchorIcon, ApertureIcon, ArchiveIcon, ArrowDownCircleIcon, ArrowDownIcon, ArrowDownLeftIcon, ArrowDownRightIcon, ArrowLeftCircleIcon, ArrowLeftIcon, ArrowRightCircleIcon, ArrowRightIcon, ArrowUpCircleIcon, ArrowUpIcon, ArrowUpLeftIcon, ArrowUpRightIcon, AtSignIcon, AwardIcon, BanIcon, BarChart2Icon, BarChartIcon, BatteryChargingIcon, BatteryIcon, BellIcon, BellOffIcon, BlocksIcon, BluetoothIcon, BoldIcon, BookIcon, BookmarkIcon, BookOpenIcon, BoxIcon, BriefcaseIcon, CalendarIcon, CameraIcon, CameraOffIcon, CastIcon, CheckCircleIcon, CheckIcon, CheckSquareIcon, ChevronDownIcon, ChevronLeftIcon, ChevronRightIcon, ChevronsDownIcon, ChevronsLeftIcon, ChevronsRightIcon, ChevronsUpIcon, ChevronUpIcon, ChromeIcon, CircleIcon, ClipboardIcon, ClockIcon, CloudDrizzleIcon, CloudIcon, CloudLightningIcon, CloudOffIcon, CloudRainIcon, CloudSnowIcon, CodeIcon, CodepenIcon, CodesandboxIcon, CoffeeIcon, ColumnsIcon, CommandIcon, CompassIcon, CopyIcon, CornerDownLeftIcon, CornerDownRightIcon, CornerLeftDownIcon, CornerLeftUpIcon, CornerRightDownIcon, CornerRightUpIcon, CornerUpLeftIcon, CornerUpRightIcon, CpuIcon, CreditCardIcon, CropIcon, CrosshairIcon, DatabaseIcon, DeleteIcon, DiscIcon, DivideCircleIcon, DivideIcon, DivideSquareIcon, DollarSignIcon, DownloadCloudIcon, DownloadIcon, DribbbleIcon, DropletIcon, Edit2Icon, Edit3Icon, EditIcon, ExternalLinkIcon, EyeIcon, EyeOffIcon, FacebookIcon, FastForwardIcon, FeatherIcon, FigmaIcon, FileIcon, FileMinusIcon, FilePlusIcon, FileSearchIcon, FileTextIcon, FilmIcon, FilterIcon, FlagIcon, FlaskConicalIcon, FolderIcon, FolderMinusIcon, FolderPlusIcon, FramerIcon, FrownIcon, GiftIcon, GitBranchIcon, GitCommitIcon, GithubIcon, GitlabIcon, GitMergeIcon, GitPullRequestIcon, GlobeIcon, HardDriveIcon, HashIcon, HeadphonesIcon, HeartIcon, HelpCircleIcon, HexagonIcon, HomeIcon, ImageIcon, ImageOffIcon, InboxIcon, InfoIcon, InstagramIcon, ItalicIcon, KeyIcon, Landmark, LayersIcon, LayoutGridIcon, LayoutIcon, LifeBuoyIcon, Link2Icon, LinkedinIcon, LinkIcon, ListIcon, LoaderIcon, LockIcon, LogInIcon, LogOutIcon, MailIcon, MapIcon, MapPinIcon, Maximize2Icon, MaximizeIcon, MehIcon, MenuIcon, MergeIcon, MessageCircleIcon, MessageSquareIcon, MicIcon, MicOffIcon, Minimize2Icon, MinimizeIcon, MinusCircleIcon, MinusIcon, MinusSquareIcon, MonitorIcon, MoonIcon, MoreHorizontalIcon, MoreVerticalIcon, MousePointerIcon, MoveIcon, MusicIcon, Navigation2Icon, NavigationIcon, OctagonIcon, PackageIcon, PaperclipIcon, PauseCircleIcon, PauseIcon, PenToolIcon, PercentIcon, PhoneCallIcon, PhoneForwardedIcon, PhoneIcon, PhoneIncomingIcon, PhoneMissedIcon, PhoneOffIcon, PhoneOutgoingIcon, PieChartIcon, PlayCircleIcon, PlayIcon, PlusCircleIcon, PlusIcon, PlusSquareIcon, PocketIcon, PowerIcon, PrinterIcon, RadioIcon, RefreshCcwIcon, RefreshCwIcon, RepeatIcon, RewindIcon, RotateCcwIcon, RotateCwIcon, RssIcon, SaveIcon, ScissorsIcon, SearchIcon, SearchXIcon, SendIcon, ServerCogIcon, ServerCrashIcon, ServerIcon, SettingsIcon, Share2Icon, ShareIcon, ShieldIcon, ShieldOffIcon, ShoppingBagIcon, ShoppingCartIcon, ShuffleIcon, SidebarIcon, SkipBackIcon, SkipForwardIcon, SlackIcon, SlidersIcon, SmartphoneIcon, SmileIcon, SpeakerIcon, SquareIcon, StarIcon, StopCircleIcon, SunIcon, SunriseIcon, SunsetIcon, TableIcon, TabletIcon, TagIcon, TargetIcon, TerminalIcon, ThermometerIcon, ThumbsDownIcon, ThumbsUpIcon, ToggleLeftIcon, ToggleRightIcon, Trash2Icon, TrashIcon, TrelloIcon, TrendingDownIcon, TrendingUpIcon, TriangleIcon, TruckIcon, TvIcon, TwitchIcon, TwitterIcon, TypeIcon, UmbrellaIcon, UnderlineIcon, UnlockIcon, UploadCloudIcon, UploadIcon, UserCheckIcon, UserIcon, UserMinusIcon, UserPlusIcon, UsersIcon, UserXIcon, VideoIcon, VideoOffIcon, VoicemailIcon, Volume1Icon, Volume2Icon, VolumeIcon, VolumeXIcon, WatchIcon, WifiIcon, WifiOffIcon, WindIcon, WrenchIcon, XCircleIcon, XIcon, XOctagonIcon, XSquareIcon, YoutubeIcon, ZapIcon, ZapOffIcon, ZoomInIcon, ZoomOutIcon, } from "lucide-react";
@@ -18,4 +18,4 @@ export { QueryBreakdownIcon } from "./QueryBreakdownIcon";
18
18
  export { BulbIcon } from "./BulbIcon";
19
19
  export { TestingIcon } from "./TestingIcon";
20
20
  export { RocketIcon } from "./RocketIcon";
21
- export { ActivityIcon, AirplayIcon, AlertCircleIcon, AlertOctagonIcon, AlertTriangleIcon, AlignCenterIcon, AlignJustifyIcon, AlignLeftIcon, AlignRightIcon, AnchorIcon, ApertureIcon, ArchiveIcon, ArrowDownCircleIcon, ArrowDownIcon, ArrowDownLeftIcon, ArrowDownRightIcon, ArrowLeftCircleIcon, ArrowLeftIcon, ArrowRightCircleIcon, ArrowRightIcon, ArrowUpCircleIcon, ArrowUpIcon, ArrowUpLeftIcon, ArrowUpRightIcon, AtSignIcon, AwardIcon, BanIcon, BarChart2Icon, BarChartIcon, BatteryChargingIcon, BatteryIcon, BellIcon, BellOffIcon, BluetoothIcon, BoldIcon, BookIcon, BookmarkIcon, BookOpenIcon, BoxIcon, BriefcaseIcon, CalendarIcon, CameraIcon, CameraOffIcon, CastIcon, CheckCircleIcon, CheckIcon, CheckSquareIcon, ChevronDownIcon, ChevronLeftIcon, ChevronRightIcon, ChevronsDownIcon, ChevronsLeftIcon, ChevronsRightIcon, ChevronsUpIcon, ChevronUpIcon, ChromeIcon, CircleIcon, ClipboardIcon, ClockIcon, CloudDrizzleIcon, CloudIcon, CloudLightningIcon, CloudOffIcon, CloudRainIcon, CloudSnowIcon, CodeIcon, CodepenIcon, CodesandboxIcon, CoffeeIcon, ColumnsIcon, CommandIcon, CompassIcon, CopyIcon, CornerDownLeftIcon, CornerDownRightIcon, CornerLeftDownIcon, CornerLeftUpIcon, CornerRightDownIcon, CornerRightUpIcon, CornerUpLeftIcon, CornerUpRightIcon, CpuIcon, CreditCardIcon, CropIcon, CrosshairIcon, DatabaseIcon, DeleteIcon, DiscIcon, DivideCircleIcon, DivideIcon, DivideSquareIcon, DollarSignIcon, DownloadCloudIcon, DownloadIcon, DribbbleIcon, DropletIcon, Edit2Icon, Edit3Icon, EditIcon, ExternalLinkIcon, EyeIcon, EyeOffIcon, FacebookIcon, FastForwardIcon, FeatherIcon, FigmaIcon, FileIcon, FileMinusIcon, FilePlusIcon, FileSearchIcon, FileTextIcon, FilmIcon, FilterIcon, FlagIcon, FlaskConicalIcon, FolderIcon, FolderMinusIcon, FolderPlusIcon, FramerIcon, FrownIcon, GiftIcon, GitBranchIcon, GitCommitIcon, GithubIcon, GitlabIcon, GitMergeIcon, GitPullRequestIcon, GlobeIcon, HardDriveIcon, HashIcon, HeadphonesIcon, HeartIcon, HelpCircleIcon, HexagonIcon, HomeIcon, ImageIcon, ImageOffIcon, InboxIcon, InfoIcon, InstagramIcon, ItalicIcon, KeyIcon, Landmark, LayersIcon, LayoutGridIcon, LayoutIcon, LifeBuoyIcon, Link2Icon, LinkedinIcon, LinkIcon, ListIcon, LoaderIcon, LockIcon, LogInIcon, LogOutIcon, MailIcon, MapIcon, MapPinIcon, Maximize2Icon, MaximizeIcon, MehIcon, MenuIcon, MergeIcon, MessageCircleIcon, MessageSquareIcon, MicIcon, MicOffIcon, Minimize2Icon, MinimizeIcon, MinusCircleIcon, MinusIcon, MinusSquareIcon, MonitorIcon, MoonIcon, MoreHorizontalIcon, MoreVerticalIcon, MousePointerIcon, MoveIcon, MusicIcon, Navigation2Icon, NavigationIcon, OctagonIcon, PackageIcon, PaperclipIcon, PauseCircleIcon, PauseIcon, PenToolIcon, PercentIcon, PhoneCallIcon, PhoneForwardedIcon, PhoneIcon, PhoneIncomingIcon, PhoneMissedIcon, PhoneOffIcon, PhoneOutgoingIcon, PieChartIcon, PlayCircleIcon, PlayIcon, PlusCircleIcon, PlusIcon, PlusSquareIcon, PocketIcon, PowerIcon, PrinterIcon, RadioIcon, RefreshCcwIcon, RefreshCwIcon, RepeatIcon, RewindIcon, RotateCcwIcon, RotateCwIcon, RssIcon, SaveIcon, ScissorsIcon, SearchIcon, SearchXIcon, SendIcon, ServerCogIcon, ServerCrashIcon, ServerIcon, SettingsIcon, Share2Icon, ShareIcon, ShieldIcon, ShieldOffIcon, ShoppingBagIcon, ShoppingCartIcon, ShuffleIcon, SidebarIcon, SkipBackIcon, SkipForwardIcon, SlackIcon, SlidersIcon, SmartphoneIcon, SmileIcon, SpeakerIcon, SquareIcon, StarIcon, StopCircleIcon, SunIcon, SunriseIcon, SunsetIcon, TableIcon, TabletIcon, TagIcon, TargetIcon, TerminalIcon, ThermometerIcon, ThumbsDownIcon, ThumbsUpIcon, ToggleLeftIcon, ToggleRightIcon, Trash2Icon, TrashIcon, TrelloIcon, TrendingDownIcon, TrendingUpIcon, TriangleIcon, TruckIcon, TvIcon, TwitchIcon, TwitterIcon, TypeIcon, UmbrellaIcon, UnderlineIcon, UnlockIcon, UploadCloudIcon, UploadIcon, UserCheckIcon, UserIcon, UserMinusIcon, UserPlusIcon, UsersIcon, UserXIcon, VideoIcon, VideoOffIcon, VoicemailIcon, Volume1Icon, Volume2Icon, VolumeIcon, VolumeXIcon, WatchIcon, WifiIcon, WifiOffIcon, WindIcon, WrenchIcon, XCircleIcon, XIcon, XOctagonIcon, XSquareIcon, YoutubeIcon, ZapIcon, ZapOffIcon, ZoomInIcon, ZoomOutIcon } from "lucide-react";
21
+ export { ActivityIcon, AirplayIcon, AlertCircleIcon, AlertOctagonIcon, AlertTriangleIcon, AlignCenterIcon, AlignJustifyIcon, AlignLeftIcon, AlignRightIcon, AnchorIcon, ApertureIcon, ArchiveIcon, ArrowDownCircleIcon, ArrowDownIcon, ArrowDownLeftIcon, ArrowDownRightIcon, ArrowLeftCircleIcon, ArrowLeftIcon, ArrowRightCircleIcon, ArrowRightIcon, ArrowUpCircleIcon, ArrowUpIcon, ArrowUpLeftIcon, ArrowUpRightIcon, AtSignIcon, AwardIcon, BanIcon, BarChart2Icon, BarChartIcon, BatteryChargingIcon, BatteryIcon, BellIcon, BellOffIcon, BlocksIcon, BluetoothIcon, BoldIcon, BookIcon, BookmarkIcon, BookOpenIcon, BoxIcon, BriefcaseIcon, CalendarIcon, CameraIcon, CameraOffIcon, CastIcon, CheckCircleIcon, CheckIcon, CheckSquareIcon, ChevronDownIcon, ChevronLeftIcon, ChevronRightIcon, ChevronsDownIcon, ChevronsLeftIcon, ChevronsRightIcon, ChevronsUpIcon, ChevronUpIcon, ChromeIcon, CircleIcon, ClipboardIcon, ClockIcon, CloudDrizzleIcon, CloudIcon, CloudLightningIcon, CloudOffIcon, CloudRainIcon, CloudSnowIcon, CodeIcon, CodepenIcon, CodesandboxIcon, CoffeeIcon, ColumnsIcon, CommandIcon, CompassIcon, CopyIcon, CornerDownLeftIcon, CornerDownRightIcon, CornerLeftDownIcon, CornerLeftUpIcon, CornerRightDownIcon, CornerRightUpIcon, CornerUpLeftIcon, CornerUpRightIcon, CpuIcon, CreditCardIcon, CropIcon, CrosshairIcon, DatabaseIcon, DeleteIcon, DiscIcon, DivideCircleIcon, DivideIcon, DivideSquareIcon, DollarSignIcon, DownloadCloudIcon, DownloadIcon, DribbbleIcon, DropletIcon, Edit2Icon, Edit3Icon, EditIcon, ExternalLinkIcon, EyeIcon, EyeOffIcon, FacebookIcon, FastForwardIcon, FeatherIcon, FigmaIcon, FileIcon, FileMinusIcon, FilePlusIcon, FileSearchIcon, FileTextIcon, FilmIcon, FilterIcon, FlagIcon, FlaskConicalIcon, FolderIcon, FolderMinusIcon, FolderPlusIcon, FramerIcon, FrownIcon, GiftIcon, GitBranchIcon, GitCommitIcon, GithubIcon, GitlabIcon, GitMergeIcon, GitPullRequestIcon, GlobeIcon, HardDriveIcon, HashIcon, HeadphonesIcon, HeartIcon, HelpCircleIcon, HexagonIcon, HomeIcon, ImageIcon, ImageOffIcon, InboxIcon, InfoIcon, InstagramIcon, ItalicIcon, KeyIcon, Landmark, LayersIcon, LayoutGridIcon, LayoutIcon, LifeBuoyIcon, Link2Icon, LinkedinIcon, LinkIcon, ListIcon, LoaderIcon, LockIcon, LogInIcon, LogOutIcon, MailIcon, MapIcon, MapPinIcon, Maximize2Icon, MaximizeIcon, MehIcon, MenuIcon, MergeIcon, MessageCircleIcon, MessageSquareIcon, MicIcon, MicOffIcon, Minimize2Icon, MinimizeIcon, MinusCircleIcon, MinusIcon, MinusSquareIcon, MonitorIcon, MoonIcon, MoreHorizontalIcon, MoreVerticalIcon, MousePointerIcon, MoveIcon, MusicIcon, Navigation2Icon, NavigationIcon, OctagonIcon, PackageIcon, PaperclipIcon, PauseCircleIcon, PauseIcon, PenToolIcon, PercentIcon, PhoneCallIcon, PhoneForwardedIcon, PhoneIcon, PhoneIncomingIcon, PhoneMissedIcon, PhoneOffIcon, PhoneOutgoingIcon, PieChartIcon, PlayCircleIcon, PlayIcon, PlusCircleIcon, PlusIcon, PlusSquareIcon, PocketIcon, PowerIcon, PrinterIcon, RadioIcon, RefreshCcwIcon, RefreshCwIcon, RepeatIcon, RewindIcon, RotateCcwIcon, RotateCwIcon, RssIcon, SaveIcon, ScissorsIcon, SearchIcon, SearchXIcon, SendIcon, ServerCogIcon, ServerCrashIcon, ServerIcon, SettingsIcon, Share2Icon, ShareIcon, ShieldIcon, ShieldOffIcon, ShoppingBagIcon, ShoppingCartIcon, ShuffleIcon, SidebarIcon, SkipBackIcon, SkipForwardIcon, SlackIcon, SlidersIcon, SmartphoneIcon, SmileIcon, SpeakerIcon, SquareIcon, StarIcon, StopCircleIcon, SunIcon, SunriseIcon, SunsetIcon, TableIcon, TabletIcon, TagIcon, TargetIcon, TerminalIcon, ThermometerIcon, ThumbsDownIcon, ThumbsUpIcon, ToggleLeftIcon, ToggleRightIcon, Trash2Icon, TrashIcon, TrelloIcon, TrendingDownIcon, TrendingUpIcon, TriangleIcon, TruckIcon, TvIcon, TwitchIcon, TwitterIcon, TypeIcon, UmbrellaIcon, UnderlineIcon, UnlockIcon, UploadCloudIcon, UploadIcon, UserCheckIcon, UserIcon, UserMinusIcon, UserPlusIcon, UsersIcon, UserXIcon, VideoIcon, VideoOffIcon, VoicemailIcon, Volume1Icon, Volume2Icon, VolumeIcon, VolumeXIcon, WatchIcon, WifiIcon, WifiOffIcon, WindIcon, WrenchIcon, XCircleIcon, XIcon, XOctagonIcon, XSquareIcon, YoutubeIcon, ZapIcon, ZapOffIcon, ZoomInIcon, ZoomOutIcon } from "lucide-react";
@@ -9,9 +9,13 @@ interface BaseBadgeProps extends HTMLAttributes<HTMLSpanElement> {
9
9
  }
10
10
  declare type BadgeContentProps = {
11
11
  children: ReactNode;
12
- /** An additional value to accompany the `Badge` */
12
+ /**
13
+ * An additional value to accompany the `Badge`
14
+ */
13
15
  value: ReactNode;
14
- /** Left aligned icon */
16
+ /**
17
+ * Left aligned icon
18
+ */
15
19
  icon: IconComponentType;
16
20
  };
17
21
  export declare type BadgeProps = BaseBadgeProps & AtLeastOne<BadgeContentProps>;
@@ -1,4 +1,4 @@
1
- import type { CSSProperties, ReactNode, VFC } from "react";
1
+ import type { CSSProperties, FC, ReactNode } from "react";
2
2
  import type { IconComponentType } from "../../../Icons";
3
3
  import type { ColorVariant } from "../../../types";
4
4
  export declare type AlertContextType = "page" | "section";
@@ -30,4 +30,4 @@ export interface AlertProps {
30
30
  *
31
31
  * See the [Alert documentation page](https://satellite.algolia.com/components/feedback/alert) for more information.
32
32
  */
33
- export declare const Alert: VFC<AlertProps>;
33
+ export declare const Alert: FC<AlertProps>;
@@ -1,4 +1,4 @@
1
- import type { ReactNode, VFC } from "react";
1
+ import type { FC, ReactNode } from "react";
2
2
  declare type PromoteVariants = "large" | "compact";
3
3
  interface CompactPromoteProps {
4
4
  variant?: Extract<PromoteVariants, "compact">;
@@ -24,5 +24,5 @@ export declare type PromoteProps = {
24
24
  *
25
25
  * See the [Promote documentation page](https://satellite.algolia.com/components/feedback/promote-banner) for more information.
26
26
  */
27
- export declare const Promote: VFC<PromoteProps>;
27
+ export declare const Promote: FC<PromoteProps>;
28
28
  export {};
@@ -1,4 +1,4 @@
1
- import type { ReactNode, VFC } from "react";
1
+ import type { FC, ReactNode } from "react";
2
2
  import type { IconComponentType } from "../../../Icons";
3
3
  export interface SystemNotificationProps {
4
4
  icon?: IconComponentType;
@@ -9,4 +9,4 @@ export interface SystemNotificationProps {
9
9
  *
10
10
  * See the [System Notification documentation page](https://satellite.algolia.com/components/feedback/system-notification) for more information.
11
11
  */
12
- export declare const SystemNotification: VFC<SystemNotificationProps>;
12
+ export declare const SystemNotification: FC<SystemNotificationProps>;
@@ -1,8 +1,8 @@
1
- import type { VFC } from "react";
1
+ import type { FC } from "react";
2
2
  import type { EmptyStateProps } from "./types";
3
3
  /**
4
4
  * The `EmptyState` component informs users when there's no content or data, providing clear actions and guidance to help them proceed or populate the area.
5
5
  *
6
6
  * See the [Empty State documentation page](https://satellite.algolia.com/layouts/empty-state) for more information.
7
7
  */
8
- export declare const EmptyState: VFC<EmptyStateProps>;
8
+ export declare const EmptyState: FC<EmptyStateProps>;
@@ -1,4 +1,4 @@
1
- import type { VFC } from "react";
1
+ import type { FC } from "react";
2
2
  export interface KeyboardKeyProps {
3
3
  /** @ignore */
4
4
  className?: string;
@@ -9,4 +9,4 @@ export interface KeyboardKeyProps {
9
9
  *
10
10
  * See the [Keyboard Key documentation page](https://satellite.algolia.com/components/misc/keyboard-key) for more information.
11
11
  */
12
- export declare const KeyboardKey: VFC<KeyboardKeyProps>;
12
+ export declare const KeyboardKey: FC<KeyboardKeyProps>;
@@ -1,4 +1,4 @@
1
- import type { SVGAttributes, VFC } from "react";
1
+ import type { FC, SVGAttributes } from "react";
2
2
  export declare type ProgressSpinnerAlign = "left" | "center" | "right";
3
3
  export interface ProgressSpinnerProps extends SVGAttributes<SVGSVGElement> {
4
4
  size?: number;
@@ -10,4 +10,4 @@ export interface ProgressSpinnerProps extends SVGAttributes<SVGSVGElement> {
10
10
  *
11
11
  * See the [Progress Spinner documentation page](https://satellite.algolia.com/components/feedback/progress-spinner) for more information.
12
12
  */
13
- export declare const ProgressSpinner: VFC<ProgressSpinnerProps>;
13
+ export declare const ProgressSpinner: FC<ProgressSpinnerProps>;
@@ -1,4 +1,4 @@
1
- import type { CSSProperties, ReactHTML, ReactNode, VFC } from "react";
1
+ import type { CSSProperties, FC, ReactHTML, ReactNode } from "react";
2
2
  export declare type ScrollIndicatorVariant = "light" | "dark";
3
3
  export interface ScrollIndicatorProps {
4
4
  wrapperClassName?: string;
@@ -15,4 +15,4 @@ export interface ScrollIndicatorProps {
15
15
  *
16
16
  * See the [Scroll Indicator documentation page](https://satellite.algolia.com/layouts/scroll-indicator) for more information.
17
17
  */
18
- export declare const ScrollIndicator: VFC<ScrollIndicatorProps>;
18
+ export declare const ScrollIndicator: FC<ScrollIndicatorProps>;
@@ -1,4 +1,4 @@
1
- import type { FC } from "react";
1
+ import type { FC, PropsWithChildren } from "react";
2
2
  export interface SkeletonProps {
3
3
  className?: string;
4
4
  size?: keyof typeof DEFAULT_SKELETON_SIZES;
@@ -15,5 +15,5 @@ declare const DEFAULT_SKELETON_SIZES: {
15
15
  *
16
16
  * See the [Skeleton documentation page](https://satellite.algolia.com/layouts/skeleton) for more information.
17
17
  */
18
- export declare const Skeleton: FC<SkeletonProps>;
18
+ export declare const Skeleton: FC<PropsWithChildren<SkeletonProps>>;
19
19
  export {};
@@ -19,19 +19,28 @@ var tagPlugin = plugin(function (_ref) {
19
19
  display: "inline-flex",
20
20
  alignItems: "center",
21
21
  height: "100%",
22
- borderRadius: theme("borderRadius.DEFAULT"),
23
22
  paddingLeft: theme("spacing.2"),
24
23
  paddingRight: theme("spacing.2"),
25
24
  marginLeft: "-".concat(theme("spacing.2")),
26
- columnGap: theme("spacing.2")
25
+ columnGap: theme("spacing.2"),
26
+ "&:focus-visible": {
27
+ borderRadius: theme("borderRadius.DEFAULT")
28
+ },
29
+ "&:has(+ .tag-close-button):focus-visible": {
30
+ borderTopRightRadius: "0px",
31
+ borderBottomRightRadius: "0px"
32
+ }
27
33
  },
28
34
  ".tag-close-button": {
29
35
  height: "100%",
30
- borderRadius: theme("borderRadius.DEFAULT"),
31
36
  paddingLeft: theme("spacing.1"),
32
37
  paddingRight: theme("spacing.1"),
33
38
  marginRight: "-".concat(theme("spacing.2")),
34
- borderLeft: "1px solid transparent"
39
+ borderLeft: "1px solid transparent",
40
+ "&:focus-visible": {
41
+ borderTopRightRadius: theme("borderRadius.DEFAULT"),
42
+ borderBottomRightRadius: theme("borderRadius.DEFAULT")
43
+ }
35
44
  }
36
45
  });
37
46
  });
@@ -1,5 +1,5 @@
1
- import type { FC, HTMLAttributes } from "react";
1
+ import type { FC, HTMLAttributes, PropsWithChildren } from "react";
2
2
  import type { Notification } from "./types";
3
3
  export declare type ToastLocale = Notification["locale"];
4
4
  export declare type ToastProps = Omit<Notification, "id" | "content" | "autoDismissAfter"> & Omit<HTMLAttributes<HTMLElement>, "title">;
5
- export declare const Toast: FC<ToastProps>;
5
+ export declare const Toast: FC<PropsWithChildren<ToastProps>>;
@@ -1,4 +1,4 @@
1
- import type { VFC } from "react";
1
+ import type { FC } from "react";
2
2
  import type { Notification } from "./types";
3
3
  export declare type ToastsLocale = {
4
4
  hotkeyLabel?: string;
@@ -17,4 +17,4 @@ export interface ToastsProps {
17
17
  *
18
18
  * See the [Toast documentation page](https://satellite.algolia.com/components/feedback/toast) for more information.
19
19
  */
20
- export declare const Toasts: VFC<ToastsProps>;
20
+ export declare const Toasts: FC<ToastsProps>;
@@ -1,5 +1,5 @@
1
- import type { ReactNode, VFC } from "react";
1
+ import type { FC, ReactNode } from "react";
2
2
  export declare type CardHeaderProps = JSX.IntrinsicElements["div"] & {
3
3
  children: ReactNode;
4
4
  };
5
- export declare const CardHeader: VFC<CardHeaderProps>;
5
+ export declare const CardHeader: FC<CardHeaderProps>;
@@ -1,7 +1,7 @@
1
- import type { VFC } from "react";
1
+ import type { FC } from "react";
2
2
  declare type Headings = "h2" | "h3" | "h4" | "h5" | "h6";
3
3
  export declare type CardTitleProps = JSX.IntrinsicElements["h2"] & {
4
4
  as?: Headings;
5
5
  };
6
- export declare const CardTitle: VFC<CardTitleProps>;
6
+ export declare const CardTitle: FC<CardTitleProps>;
7
7
  export {};
@@ -1,4 +1,4 @@
1
- import type { ReactNode, VFC } from "react";
1
+ import type { FC, ReactNode } from "react";
2
2
  export declare type FlexGridDirection = "row" | "column";
3
3
  export declare type FlexGridAlignment = "leading" | "trailing" | "center" | "fill" | "baseline";
4
4
  export declare type FlexGridDistribution = "equalSpacing" | "leading" | "trailing" | "center" | "fill" | "fillEvenly";
@@ -41,4 +41,4 @@ export interface FlexGridProps {
41
41
  *
42
42
  * See the [Flex Grid documentation page](https://satellite.algolia.com/layouts/flex-grid) for more information.
43
43
  */
44
- export declare const FlexGrid: VFC<FlexGridProps>;
44
+ export declare const FlexGrid: FC<FlexGridProps>;
@@ -1,4 +1,4 @@
1
- import type { ReactNode, VFC } from "react";
1
+ import type { FC, ReactNode } from "react";
2
2
  import type { BadgeVariants } from "../../Indicators";
3
3
  declare type InsertContext = {
4
4
  label: string;
@@ -15,5 +15,5 @@ export interface InsertProps {
15
15
  *
16
16
  * See the [Insert documentation page](https://satellite.algolia.com/layouts/insert) for more information.
17
17
  */
18
- export declare const Insert: VFC<InsertProps>;
18
+ export declare const Insert: FC<InsertProps>;
19
19
  export {};
@@ -1,6 +1,6 @@
1
- import type { ReactNode, VFC } from "react";
1
+ import type { FC, PropsWithChildren } from "react";
2
2
  import type { SidebarLocale, SidebarLocation, SidebarVariant } from "./types";
3
- export interface SidebarProps {
3
+ export declare type SidebarProps = PropsWithChildren<{
4
4
  id?: string;
5
5
  /** @ignore */
6
6
  className?: string;
@@ -31,11 +31,10 @@ export interface SidebarProps {
31
31
  * re-render when necessary.
32
32
  */
33
33
  location: SidebarLocation;
34
- children?: ReactNode;
35
- }
34
+ }>;
36
35
  /**
37
36
  * The `Sidebar` component is used to display a sidebar of links.
38
37
  *
39
38
  * See the [Sidebar documentation page](https://satellite.algolia.com/layouts/sidebar) for more information.
40
39
  */
41
- export declare const Sidebar: VFC<SidebarProps>;
40
+ export declare const Sidebar: FC<SidebarProps>;
@@ -1,4 +1,4 @@
1
- import type { MouseEventHandler, ReactNode, VFC } from "react";
1
+ import type { FC, MouseEventHandler, ReactNode } from "react";
2
2
  import type { IconComponentType } from "../../Icons";
3
3
  export declare type SidebarButtonLinkIcon = IconComponentType | {
4
4
  active: IconComponentType;
@@ -17,4 +17,4 @@ export interface SidebarButtonLinkProps {
17
17
  tooltipContent?: ReactNode;
18
18
  children: ReactNode;
19
19
  }
20
- export declare const SidebarButtonLink: VFC<SidebarButtonLinkProps>;
20
+ export declare const SidebarButtonLink: FC<SidebarButtonLinkProps>;
@@ -1,7 +1,6 @@
1
- import type { ReactNode, VFC } from "react";
2
- export declare type SidebarHeaderProps = {
1
+ import type { FC, PropsWithChildren } from "react";
2
+ export declare type SidebarHeaderProps = PropsWithChildren<{
3
3
  /** @ignore */
4
4
  className?: string;
5
- children?: ReactNode;
6
- };
7
- export declare const SidebarHeader: VFC<SidebarHeaderProps>;
5
+ }>;
6
+ export declare const SidebarHeader: FC<SidebarHeaderProps>;
@@ -1,8 +1,8 @@
1
- import type { ReactNode, VFC } from "react";
1
+ import type { FC, ReactNode } from "react";
2
2
  export declare type SidebarHeadingProps = {
3
3
  id?: string;
4
4
  /** @ignore */
5
5
  className?: string;
6
6
  children: ReactNode;
7
7
  };
8
- export declare const SidebarHeading: VFC<SidebarHeadingProps>;
8
+ export declare const SidebarHeading: FC<SidebarHeadingProps>;
@@ -1,4 +1,4 @@
1
- import type { ReactNode, VFC } from "react";
1
+ import type { FC, ReactNode } from "react";
2
2
  import type { IconComponentType } from "../../Icons";
3
3
  export declare type SidebarLinkProps = {
4
4
  icon: IconComponentType;
@@ -6,4 +6,4 @@ export declare type SidebarLinkProps = {
6
6
  disabled?: boolean;
7
7
  children: ReactNode;
8
8
  } & Pick<React.DetailedHTMLProps<React.AnchorHTMLAttributes<HTMLAnchorElement>, HTMLAnchorElement>, "id" | "className" | "target" | "rel" | "aria-label" | "onClick">;
9
- export declare const SidebarLink: VFC<SidebarLinkProps>;
9
+ export declare const SidebarLink: FC<SidebarLinkProps>;
@@ -1,9 +1,9 @@
1
- import type { VFC } from "react";
1
+ import type { FC } from "react";
2
2
  declare type ActiveLinkIndicatorProps = {
3
3
  /** @ignore */
4
4
  className?: string;
5
5
  activeIndex?: number;
6
6
  linksCount: number;
7
7
  };
8
- export declare const ActiveLinkIndicator: VFC<ActiveLinkIndicatorProps>;
8
+ export declare const ActiveLinkIndicator: FC<ActiveLinkIndicatorProps>;
9
9
  export {};
@@ -1,7 +1,7 @@
1
- import type { VFC } from "react";
1
+ import type { FC } from "react";
2
2
  import type { SidebarLinksGroupLink } from "./types";
3
3
  declare type LinkProps = SidebarLinksGroupLink & {
4
4
  active: boolean;
5
5
  };
6
- export declare const SidebarGroupLink: VFC<LinkProps>;
6
+ export declare const SidebarGroupLink: FC<LinkProps>;
7
7
  export {};
@@ -1,4 +1,4 @@
1
- import type { ReactNode, VFC } from "react";
1
+ import type { FC, ReactNode } from "react";
2
2
  import { type IconComponentType } from "../../../Icons";
3
3
  import type { SidebarLinksGroupLink } from "./types";
4
4
  declare type SidebarLinksGroupBaseProps = {
@@ -20,5 +20,5 @@ export declare type CollapsibleSidebarLinksGroupProps = SidebarLinksGroupBasePro
20
20
  onGroupToggle?: (open: boolean) => void;
21
21
  };
22
22
  export declare type SidebarLinksGroupProps = StaticSidebarLinksGroupProps | CollapsibleSidebarLinksGroupProps;
23
- export declare const SidebarLinksGroup: VFC<SidebarLinksGroupProps>;
23
+ export declare const SidebarLinksGroup: FC<SidebarLinksGroupProps>;
24
24
  export {};
@@ -1,4 +1,4 @@
1
- import type { ReactNode, VFC } from "react";
1
+ import type { FC, ReactNode } from "react";
2
2
  export declare type SidebarNavSpacing = "small" | "large";
3
3
  export declare type SidebarNavProps = {
4
4
  id?: string;
@@ -8,4 +8,4 @@ export declare type SidebarNavProps = {
8
8
  label: string;
9
9
  children: ReactNode;
10
10
  };
11
- export declare const SidebarNav: VFC<SidebarNavProps>;
11
+ export declare const SidebarNav: FC<SidebarNavProps>;
@@ -1,7 +1,7 @@
1
- import type { VFC } from "react";
1
+ import type { FC } from "react";
2
2
  import type { DataConfiguration, PaginationConfiguration } from "../types";
3
3
  export interface DataTableFooterProps {
4
4
  pagination: PaginationConfiguration;
5
5
  onChange(dataConfiguration: DataConfiguration): void;
6
6
  }
7
- export declare const DataTableFooter: VFC<DataTableFooterProps>;
7
+ export declare const DataTableFooter: FC<DataTableFooterProps>;
@@ -1,8 +1,8 @@
1
- import type { VFC } from "react";
1
+ import type { FC } from "react";
2
2
  import type { DataTableLocale } from "../DataTable";
3
3
  export interface DataTableLoaderProps {
4
4
  /** @ignore */
5
5
  className?: string;
6
6
  locale: Required<DataTableLocale>;
7
7
  }
8
- export declare const DataTableLoader: VFC<DataTableLoaderProps>;
8
+ export declare const DataTableLoader: FC<DataTableLoaderProps>;
@@ -1,4 +1,4 @@
1
- import type { ComponentType } from "react";
1
+ import type { ComponentType, PropsWithChildren } from "react";
2
2
  export declare type Status = "loading" | "error" | "success";
3
3
  export declare type SelectMode = "single" | "multi" | "none";
4
4
  export declare type SortingDirection = "asc" | "desc" | "none";
@@ -37,8 +37,8 @@ export interface AdvancedColumnDefinition<Item> {
37
37
  /** A string or a function which determines how to get the column data */
38
38
  accessor: string | ((item: Item) => any);
39
39
  sort?: boolean;
40
- Header?: ComponentType<HeaderProps<Item>> | string | false;
41
- Cell?: ComponentType<CellProps<Item>>;
40
+ Header?: ComponentType<PropsWithChildren<HeaderProps<Item>>> | string | false;
41
+ Cell?: ComponentType<PropsWithChildren<CellProps<Item>>>;
42
42
  /** @ignore */
43
43
  className?: string;
44
44
  }
@@ -1,4 +1,4 @@
1
- import type { DetailedHTMLProps, ReactNode, TableHTMLAttributes, VFC } from "react";
1
+ import type { DetailedHTMLProps, FC, ReactNode, TableHTMLAttributes } from "react";
2
2
  export declare type DisplayMode = "comfortable" | "compact";
3
3
  export interface TableProps extends DetailedHTMLProps<TableHTMLAttributes<HTMLTableElement>, HTMLTableElement> {
4
4
  footer?: ReactNode;
@@ -12,4 +12,4 @@ export interface TableProps extends DetailedHTMLProps<TableHTMLAttributes<HTMLTa
12
12
  *
13
13
  * See the [Table documentation page](https://satellite.algolia.com/layouts/table) for more information.
14
14
  */
15
- export declare const Table: VFC<TableProps>;
15
+ export declare const Table: FC<TableProps>;
@@ -1,7 +1,6 @@
1
- import type { ReactNode, VFC } from "react";
1
+ import type { FC, PropsWithChildren } from "react";
2
2
  export declare type FooterSizes = "default" | "small";
3
- export interface FooterProps {
3
+ export declare type FooterProps = PropsWithChildren<{
4
4
  size?: FooterSizes;
5
- children?: ReactNode;
6
- }
7
- export declare const TableFooter: VFC<FooterProps>;
5
+ }>;
6
+ export declare const TableFooter: FC<FooterProps>;
@@ -1,4 +1,4 @@
1
- import type { VFC } from "react";
1
+ import type { FC } from "react";
2
2
  export declare type CompactPaginationLabel = "complete" | "compact" | "none";
3
3
  export declare type CompactPaginationLocale = {
4
4
  goToFirstPage?: string;
@@ -32,5 +32,5 @@ export declare const isIndeterminateCompactPaginationProps: (props: CompactPagin
32
32
  *
33
33
  * See the [Compact Pagination documentation page](https://satellite.algolia.com/components/navigation/compact-pagination) for more information.
34
34
  */
35
- export declare const CompactPagination: VFC<CompactPaginationProps>;
35
+ export declare const CompactPagination: FC<CompactPaginationProps>;
36
36
  export {};
@@ -1,4 +1,4 @@
1
- import type { VFC } from "react";
1
+ import type { FC } from "react";
2
2
  export declare type PaginationLocale = {
3
3
  goToPage?(page: number): string;
4
4
  goToNextPage?: string;
@@ -16,4 +16,4 @@ export interface PaginationProps {
16
16
  *
17
17
  * See the [Pagination documentation page](https://satellite.algolia.com/components/navigation/pagination) for more information.
18
18
  */
19
- export declare const Pagination: VFC<PaginationProps>;
19
+ export declare const Pagination: FC<PaginationProps>;
@@ -1,6 +1,6 @@
1
- import { type HTMLAttributes, type VFC } from "react";
1
+ import { type FC, type HTMLAttributes } from "react";
2
2
  import type { BaseStep } from "./types";
3
3
  export declare type StepProps = BaseStep & HTMLAttributes<HTMLLIElement> & {
4
4
  index: number;
5
5
  };
6
- export declare const Step: VFC<StepProps>;
6
+ export declare const Step: FC<StepProps>;