@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,12 +1,60 @@
1
- import type { HTMLAttributes, InputHTMLAttributes } from "react";
2
- export declare type ToggleProps = Omit<HTMLAttributes<HTMLInputElement>, "children" | "onChange"> & Pick<InputHTMLAttributes<HTMLInputElement>, "onChange" | "required" | "autoFocus" | "disabled" | "checked" | "defaultChecked"> & {
1
+ import type { ChangeEvent, HTMLAttributes, InputHTMLAttributes } from "react";
2
+ export declare type ToggleProps = Omit<HTMLAttributes<HTMLInputElement>, "children" | "onChange" | "defaultChecked"> & Pick<InputHTMLAttributes<HTMLInputElement>, "autoFocus"> & {
3
+ /**
4
+ * Whether the `Toggle` is decorative.
5
+ * Decorative toggles are not using an input element.
6
+ */
3
7
  decorative?: boolean;
8
+ /**
9
+ * The callback function that is triggered when the `Toggle` is clicked.
10
+ */
11
+ onChange?: (event: ChangeEvent<HTMLInputElement>) => void;
12
+ /**
13
+ * Whether the `Toggle` is required.
14
+ */
15
+ required?: boolean;
16
+ /**
17
+ * Whether the `Toggle` is disabled.
18
+ */
19
+ disabled?: boolean;
20
+ /**
21
+ * Whether the `Toggle` is default checked.
22
+ */
23
+ defaultChecked?: boolean;
24
+ /**
25
+ * Whether the `Toggle` is checked.
26
+ */
27
+ checked?: boolean;
4
28
  };
5
29
  /**
6
30
  * The `Toggle` component is used to view or switch between enabled or disabled states.
7
31
  *
8
32
  * See the [Toggle documentation page](https://satellite.algolia.com/components/controls/toggle) for more information.
9
33
  */
10
- export declare const Toggle: import("react").ForwardRefExoticComponent<Omit<HTMLAttributes<HTMLInputElement>, "children" | "onChange"> & Pick<InputHTMLAttributes<HTMLInputElement>, "defaultChecked" | "autoFocus" | "onChange" | "disabled" | "checked" | "required"> & {
34
+ export declare const Toggle: import("react").ForwardRefExoticComponent<Omit<HTMLAttributes<HTMLInputElement>, "children" | "defaultChecked" | "onChange"> & Pick<InputHTMLAttributes<HTMLInputElement>, "autoFocus"> & {
35
+ /**
36
+ * Whether the `Toggle` is decorative.
37
+ * Decorative toggles are not using an input element.
38
+ */
11
39
  decorative?: boolean | undefined;
40
+ /**
41
+ * The callback function that is triggered when the `Toggle` is clicked.
42
+ */
43
+ onChange?: ((event: ChangeEvent<HTMLInputElement>) => void) | undefined;
44
+ /**
45
+ * Whether the `Toggle` is required.
46
+ */
47
+ required?: boolean | undefined;
48
+ /**
49
+ * Whether the `Toggle` is disabled.
50
+ */
51
+ disabled?: boolean | undefined;
52
+ /**
53
+ * Whether the `Toggle` is default checked.
54
+ */
55
+ defaultChecked?: boolean | undefined;
56
+ /**
57
+ * Whether the `Toggle` is checked.
58
+ */
59
+ checked?: boolean | undefined;
12
60
  } & import("react").RefAttributes<HTMLInputElement>>;
@@ -1,5 +1,6 @@
1
1
  export * from "./AutoComplete";
2
2
  export * from "./Checkbox";
3
+ export * from "./DateInput";
3
4
  export * from "./DatePicker";
4
5
  export * from "./Dropzone";
5
6
  export * from "./Field";
@@ -25,6 +25,17 @@ Object.keys(_Checkbox).forEach(function (key) {
25
25
  }
26
26
  });
27
27
  });
28
+ var _DateInput = require("./DateInput");
29
+ Object.keys(_DateInput).forEach(function (key) {
30
+ if (key === "default" || key === "__esModule") return;
31
+ if (key in exports && exports[key] === _DateInput[key]) return;
32
+ Object.defineProperty(exports, key, {
33
+ enumerable: true,
34
+ get: function get() {
35
+ return _DateInput[key];
36
+ }
37
+ });
38
+ });
28
39
  var _DatePicker = require("./DatePicker");
29
40
  Object.keys(_DatePicker).forEach(function (key) {
30
41
  if (key === "default" || key === "__esModule") return;
@@ -1,20 +1,21 @@
1
- import type { ReactNode, VFC } from "react";
1
+ import type { FC, PropsWithChildren } from "react";
2
2
  interface ClickAwayContextType {
3
3
  registerElement(element: HTMLElement): void;
4
4
  unregisterElement(element: HTMLElement): void;
5
5
  }
6
6
  export declare const useClickAwayContext: () => ClickAwayContextType | null;
7
- export interface ClickAwayContainerProps {
8
- /** The element that should be registered in the ClickAway tree.
7
+ export declare type ClickAwayContainerProps = PropsWithChildren<{
8
+ /**
9
+ * The element that should be registered in the ClickAway tree.
9
10
  * To ensure proper tracking, the element should be tracked in a way that triggers a rerender (use callback refs!)
10
- * */
11
+ */
11
12
  element: HTMLElement | null;
12
- /** Will be called if a click away event (mousedown, touchstart, focusin)
13
+ /**
14
+ * Will be called if a click away event (mousedown, touchstart, focusin)
13
15
  * happens outside of the subtree tracked by this component instance
14
- * */
16
+ */
15
17
  onClickAway?(evt: Event): void;
16
- children?: ReactNode;
17
- }
18
+ }>;
18
19
  /**
19
20
  * ClickAwayContainer is a low-level, compound component. It doesn't render anything apart from its children.
20
21
  * Its goal is to construct a tree of ClickAway-able React components (e.g. nested dropdown).
@@ -26,5 +27,5 @@ export interface ClickAwayContainerProps {
26
27
  * @deprecated This component is deprecated and will be removed in a future version.
27
28
  * Please use the Popover component, which provides built-in click-away behavior and is more accessible.
28
29
  */
29
- export declare const ClickAwayContainer: VFC<ClickAwayContainerProps>;
30
+ export declare const ClickAwayContainer: FC<ClickAwayContainerProps>;
30
31
  export {};
@@ -1,10 +1,18 @@
1
- import type { VFC } from "react";
1
+ import type { FC } from "react";
2
2
  import type { TooltipWrapperProps } from "../../Overlay";
3
3
  import type { TooltipWrapperBaseProps } from "../../Overlay/Tooltip/types";
4
4
  export declare type HelpUnderlineProps = {
5
- /** @ignore */
5
+ /**
6
+ * The class name of the `HelpUnderline`.
7
+ */
6
8
  className?: string;
9
+ /**
10
+ * The content of the `Tooltip`.
11
+ */
7
12
  tooltipContent: TooltipWrapperProps["content"];
13
+ /**
14
+ * The content of the `HelpUnderline`.
15
+ */
8
16
  children: string;
9
17
  } & Omit<TooltipWrapperBaseProps, "children">;
10
18
  /**
@@ -12,4 +20,4 @@ export declare type HelpUnderlineProps = {
12
20
  *
13
21
  * See the [Help Underline documentation page](https://satellite.algolia.com/components/misc/help-underline) for more information.
14
22
  */
15
- export declare const HelpUnderline: VFC<HelpUnderlineProps>;
23
+ export declare const HelpUnderline: FC<HelpUnderlineProps>;
@@ -1,11 +1,24 @@
1
- import type { VFC } from "react";
1
+ import type { FC } from "react";
2
2
  import type { IconComponentType } from "../../Icons";
3
3
  import type { MedallionSize, MedallionVariant } from "./types";
4
4
  export interface MedallionProps {
5
+ /**
6
+ * The icon of the `Medallion`.
7
+ */
5
8
  icon: IconComponentType;
9
+ /**
10
+ * The variant of the `Medallion`.
11
+ * @default accent
12
+ */
6
13
  variant?: MedallionVariant;
14
+ /**
15
+ * The size of the `Medallion`.
16
+ * @default default
17
+ */
7
18
  size?: MedallionSize;
8
- /** @ignore */
19
+ /**
20
+ * The class name of the `Medallion`.
21
+ */
9
22
  className?: string;
10
23
  }
11
24
  /**
@@ -13,4 +26,4 @@ export interface MedallionProps {
13
26
  *
14
27
  * See the [Medallion documentation page](https://satellite.algolia.com/components/images/medallion) for more information.
15
28
  */
16
- export declare const Medallion: VFC<MedallionProps>;
29
+ export declare const Medallion: FC<MedallionProps>;
@@ -9,17 +9,18 @@ var _taggedTemplateLiteral2 = _interopRequireDefault(require("@babel/runtime/hel
9
9
  var _clsx = _interopRequireDefault(require("clsx"));
10
10
  var _satellitePrefixer = _interopRequireDefault(require("../../styles/helpers/satellitePrefixer"));
11
11
  var _jsxRuntime = require("react/jsx-runtime");
12
- var _templateObject, _templateObject2, _templateObject3, _templateObject4, _templateObject5, _templateObject6, _templateObject7, _templateObject8, _templateObject9, _templateObject10;
12
+ var _templateObject, _templateObject2, _templateObject3, _templateObject4, _templateObject5, _templateObject6, _templateObject7, _templateObject8, _templateObject9, _templateObject10, _templateObject11;
13
13
  var VARIANT_CLASSNAMES = {
14
14
  grey: (0, _satellitePrefixer["default"])(_templateObject || (_templateObject = (0, _taggedTemplateLiteral2["default"])(["medallion-grey text-grey-600"]))),
15
- pink: (0, _satellitePrefixer["default"])(_templateObject2 || (_templateObject2 = (0, _taggedTemplateLiteral2["default"])(["medallion-pink text-pink-600"]))),
16
- accent: (0, _satellitePrefixer["default"])(_templateObject3 || (_templateObject3 = (0, _taggedTemplateLiteral2["default"])(["medallion-accent text-accent-600"]))),
17
- blue: (0, _satellitePrefixer["default"])(_templateObject4 || (_templateObject4 = (0, _taggedTemplateLiteral2["default"])(["medallion-blue text-blue-600"]))),
18
- green: (0, _satellitePrefixer["default"])(_templateObject5 || (_templateObject5 = (0, _taggedTemplateLiteral2["default"])(["medallion-green text-green-600"]))),
19
- orange: (0, _satellitePrefixer["default"])(_templateObject6 || (_templateObject6 = (0, _taggedTemplateLiteral2["default"])(["medallion-orange text-orange-600"]))),
20
- red: (0, _satellitePrefixer["default"])(_templateObject7 || (_templateObject7 = (0, _taggedTemplateLiteral2["default"])(["medallion-red text-red-600"]))),
15
+ pink: (0, _satellitePrefixer["default"])(_templateObject2 || (_templateObject2 = (0, _taggedTemplateLiteral2["default"])(["medallion-pink text-pink-700"]))),
16
+ purple: (0, _satellitePrefixer["default"])(_templateObject3 || (_templateObject3 = (0, _taggedTemplateLiteral2["default"])(["medallion-purple text-purple-600"]))),
17
+ accent: (0, _satellitePrefixer["default"])(_templateObject4 || (_templateObject4 = (0, _taggedTemplateLiteral2["default"])(["medallion-accent text-accent-600"]))),
18
+ blue: (0, _satellitePrefixer["default"])(_templateObject5 || (_templateObject5 = (0, _taggedTemplateLiteral2["default"])(["medallion-blue text-blue-600"]))),
19
+ green: (0, _satellitePrefixer["default"])(_templateObject6 || (_templateObject6 = (0, _taggedTemplateLiteral2["default"])(["medallion-green text-green-700"]))),
20
+ orange: (0, _satellitePrefixer["default"])(_templateObject7 || (_templateObject7 = (0, _taggedTemplateLiteral2["default"])(["medallion-orange text-orange-800"]))),
21
+ red: (0, _satellitePrefixer["default"])(_templateObject8 || (_templateObject8 = (0, _taggedTemplateLiteral2["default"])(["medallion-red text-red-600"]))),
21
22
  // eslint-disable-next-line @algolia/stl/prefer-accent -- here we're definitely refering to the color itself
22
- white: (0, _satellitePrefixer["default"])(_templateObject8 || (_templateObject8 = (0, _taggedTemplateLiteral2["default"])(["medallion-white text-nebula-500"])))
23
+ white: (0, _satellitePrefixer["default"])(_templateObject9 || (_templateObject9 = (0, _taggedTemplateLiteral2["default"])(["medallion-white text-nebula-500"])))
23
24
  };
24
25
 
25
26
  /**
@@ -36,9 +37,9 @@ var Medallion = exports.Medallion = function Medallion(_ref) {
36
37
  className = _ref.className;
37
38
  var medallionClassName = VARIANT_CLASSNAMES[variant];
38
39
  return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
39
- className: (0, _clsx["default"])((0, _satellitePrefixer["default"])(_templateObject9 || (_templateObject9 = (0, _taggedTemplateLiteral2["default"])(["medallion inline-flex items-center justify-center rounded-full ", ""])), size === "large" && "medallion-large"), medallionClassName, className),
40
+ className: (0, _clsx["default"])((0, _satellitePrefixer["default"])(_templateObject10 || (_templateObject10 = (0, _taggedTemplateLiteral2["default"])(["medallion inline-flex items-center justify-center rounded-full ", ""])), size === "large" && "medallion-large"), medallionClassName, className),
40
41
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)(Icon, {
41
- className: (0, _satellitePrefixer["default"])(_templateObject10 || (_templateObject10 = (0, _taggedTemplateLiteral2["default"])(["p-1 ", ""])), size === "large" && "w-10 h-10")
42
+ className: (0, _satellitePrefixer["default"])(_templateObject11 || (_templateObject11 = (0, _taggedTemplateLiteral2["default"])(["p-1 ", ""])), size === "large" && "w-10 h-10")
42
43
  })
43
44
  });
44
45
  };
@@ -8,7 +8,7 @@ var rgba = require("../../styles/rgba");
8
8
  var medallionPlugin = plugin(function (_ref) {
9
9
  var addComponents = _ref.addComponents,
10
10
  theme = _ref.theme;
11
- var colors = ["grey", "pink", "accent", "blue", "green", "orange", "red", "white"];
11
+ var colors = ["grey", "pink", "purple", "accent", "blue", "green", "orange", "red", "white"];
12
12
  addComponents({
13
13
  ".medallion": {
14
14
  height: "40px",
@@ -1,2 +1,2 @@
1
- export declare type MedallionVariant = "accent" | "grey" | "pink" | "blue" | "green" | "orange" | "red" | "white";
1
+ export declare type MedallionVariant = "accent" | "grey" | "pink" | "purple" | "blue" | "green" | "orange" | "red" | "white";
2
2
  export declare type MedallionSize = "default" | "large";
@@ -1,8 +1,18 @@
1
1
  import * as RadixSeparator from "@radix-ui/react-separator";
2
- import type { VFC } from "react";
2
+ import type { FC } from "react";
3
3
  export interface SeparatorProps {
4
+ /**
5
+ * The class name of the `Separator`.
6
+ */
4
7
  className?: string;
8
+ /**
9
+ * Whether the `Separator` is interactive.
10
+ */
5
11
  interactive?: boolean;
12
+ /**
13
+ * The orientation of the `Separator`.
14
+ * @default horizontal
15
+ */
6
16
  orientation?: RadixSeparator.SeparatorProps["orientation"];
7
17
  }
8
18
  /**
@@ -10,4 +20,4 @@ export interface SeparatorProps {
10
20
  *
11
21
  * See the [Separator documentation page](https://satellite.algolia.com/components/misc/separator) for more information.
12
22
  */
13
- export declare const Separator: VFC<SeparatorProps>;
23
+ export declare const Separator: FC<SeparatorProps>;
@@ -1,6 +1,12 @@
1
- import type { HTMLAttributes, VFC } from "react";
1
+ import type { FC, HTMLAttributes, ReactNode } from "react";
2
2
  export interface TextWrapProps extends HTMLAttributes<HTMLSpanElement> {
3
- /** The max number of lines before the text is cut with an ellipsis */
3
+ /**
4
+ * The content of the `TextWrap`.
5
+ */
6
+ children: ReactNode;
7
+ /**
8
+ * The max number of lines before the text is cut with an ellipsis.
9
+ */
4
10
  maxLines?: number;
5
11
  }
6
12
  /**
@@ -8,4 +14,4 @@ export interface TextWrapProps extends HTMLAttributes<HTMLSpanElement> {
8
14
  *
9
15
  * See the [Text Wrap documentation page](https://satellite.algolia.com/components/misc/text-wrap) for more information.
10
16
  */
11
- export declare const TextWrap: VFC<TextWrapProps>;
17
+ export declare const TextWrap: FC<TextWrapProps>;
@@ -27,7 +27,7 @@ var SEPARATOR_ELEMENT = /*#__PURE__*/(0, _jsxRuntime.jsx)("span", {
27
27
  "aria-hidden": "true",
28
28
  children: "\u200B"
29
29
  });
30
- var SPLIT_REGEX = /([\W_]+)/g;
30
+ var SPLIT_REGEX = /((?:[\0-@\[-`\{-\xA9\xAB-\xB4\xB6-\xB9\xBB-\xBF\xD7\xF7\u02C2-\u02C5\u02D2-\u02DF\u02E5-\u02EB\u02ED\u02EF-\u036F\u0375\u0378\u0379\u037E\u0380-\u0385\u0387\u038B\u038D\u03A2\u03F6\u0482-\u0489\u0530\u0557\u0558\u055A-\u055F\u0589-\u05CF\u05EB-\u05EE\u05F3-\u061F\u064B-\u066D\u0670\u06D4\u06D6-\u06E4\u06E7-\u06ED\u06F0-\u06F9\u06FD\u06FE\u0700-\u070F\u0711\u0730-\u074C\u07A6-\u07B0\u07B2-\u07C9\u07EB-\u07F3\u07F6-\u07F9\u07FB-\u07FF\u0816-\u0819\u081B-\u0823\u0825-\u0827\u0829-\u083F\u0859-\u085F\u086B-\u086F\u0888\u088F-\u089F\u08CA-\u0903\u093A-\u093C\u093E-\u094F\u0951-\u0957\u0962-\u0970\u0981-\u0984\u098D\u098E\u0991\u0992\u09A9\u09B1\u09B3-\u09B5\u09BA-\u09BC\u09BE-\u09CD\u09CF-\u09DB\u09DE\u09E2-\u09EF\u09F2-\u09FB\u09FD-\u0A04\u0A0B-\u0A0E\u0A11\u0A12\u0A29\u0A31\u0A34\u0A37\u0A3A-\u0A58\u0A5D\u0A5F-\u0A71\u0A75-\u0A84\u0A8E\u0A92\u0AA9\u0AB1\u0AB4\u0ABA-\u0ABC\u0ABE-\u0ACF\u0AD1-\u0ADF\u0AE2-\u0AF8\u0AFA-\u0B04\u0B0D\u0B0E\u0B11\u0B12\u0B29\u0B31\u0B34\u0B3A-\u0B3C\u0B3E-\u0B5B\u0B5E\u0B62-\u0B70\u0B72-\u0B82\u0B84\u0B8B-\u0B8D\u0B91\u0B96-\u0B98\u0B9B\u0B9D\u0BA0-\u0BA2\u0BA5-\u0BA7\u0BAB-\u0BAD\u0BBA-\u0BCF\u0BD1-\u0C04\u0C0D\u0C11\u0C29\u0C3A-\u0C3C\u0C3E-\u0C57\u0C5B\u0C5C\u0C5E\u0C5F\u0C62-\u0C7F\u0C81-\u0C84\u0C8D\u0C91\u0CA9\u0CB4\u0CBA-\u0CBC\u0CBE-\u0CDC\u0CDF\u0CE2-\u0CF0\u0CF3-\u0D03\u0D0D\u0D11\u0D3B\u0D3C\u0D3E-\u0D4D\u0D4F-\u0D53\u0D57-\u0D5E\u0D62-\u0D79\u0D80-\u0D84\u0D97-\u0D99\u0DB2\u0DBC\u0DBE\u0DBF\u0DC7-\u0E00\u0E31\u0E34-\u0E3F\u0E47-\u0E80\u0E83\u0E85\u0E8B\u0EA4\u0EA6\u0EB1\u0EB4-\u0EBC\u0EBE\u0EBF\u0EC5\u0EC7-\u0EDB\u0EE0-\u0EFF\u0F01-\u0F3F\u0F48\u0F6D-\u0F87\u0F8D-\u0FFF\u102B-\u103E\u1040-\u104F\u1056-\u1059\u105E-\u1060\u1062-\u1064\u1067-\u106D\u1071-\u1074\u1082-\u108D\u108F-\u109F\u10C6\u10C8-\u10CC\u10CE\u10CF\u10FB\u1249\u124E\u124F\u1257\u1259\u125E\u125F\u1289\u128E\u128F\u12B1\u12B6\u12B7\u12BF\u12C1\u12C6\u12C7\u12D7\u1311\u1316\u1317\u135B-\u137F\u1390-\u139F\u13F6\u13F7\u13FE-\u1400\u166D\u166E\u1680\u169B-\u169F\u16EB-\u16F0\u16F9-\u16FF\u1712-\u171E\u1732-\u173F\u1752-\u175F\u176D\u1771-\u177F\u17B4-\u17D6\u17D8-\u17DB\u17DD-\u181F\u1879-\u187F\u1885\u1886\u18A9\u18AB-\u18AF\u18F6-\u18FF\u191F-\u194F\u196E\u196F\u1975-\u197F\u19AC-\u19AF\u19CA-\u19FF\u1A17-\u1A1F\u1A55-\u1AA6\u1AA8-\u1B04\u1B34-\u1B44\u1B4D-\u1B82\u1BA1-\u1BAD\u1BB0-\u1BB9\u1BE6-\u1BFF\u1C24-\u1C4C\u1C50-\u1C59\u1C7E\u1C7F\u1C89-\u1C8F\u1CBB\u1CBC\u1CC0-\u1CE8\u1CED\u1CF4\u1CF7-\u1CF9\u1CFB-\u1CFF\u1DC0-\u1DFF\u1F16\u1F17\u1F1E\u1F1F\u1F46\u1F47\u1F4E\u1F4F\u1F58\u1F5A\u1F5C\u1F5E\u1F7E\u1F7F\u1FB5\u1FBD\u1FBF-\u1FC1\u1FC5\u1FCD-\u1FCF\u1FD4\u1FD5\u1FDC-\u1FDF\u1FED-\u1FF1\u1FF5\u1FFD-\u2070\u2072-\u207E\u2080-\u208F\u209D-\u2101\u2103-\u2106\u2108\u2109\u2114\u2116-\u2118\u211E-\u2123\u2125\u2127\u2129\u212E\u213A\u213B\u2140-\u2144\u214A-\u214D\u214F-\u2182\u2185-\u2BFF\u2CE5-\u2CEA\u2CEF-\u2CF1\u2CF4-\u2CFF\u2D26\u2D28-\u2D2C\u2D2E\u2D2F\u2D68-\u2D6E\u2D70-\u2D7F\u2D97-\u2D9F\u2DA7\u2DAF\u2DB7\u2DBF\u2DC7\u2DCF\u2DD7\u2DDF-\u2E2E\u2E30-\u3004\u3007-\u3030\u3036-\u303A\u303D-\u3040\u3097-\u309C\u30A0\u30FB\u3100-\u3104\u3130\u318F-\u319F\u31C0-\u31EF\u3200-\u33FF\u4DC0-\u4DFF\uA48D-\uA4CF\uA4FE\uA4FF\uA60D-\uA60F\uA620-\uA629\uA62C-\uA63F\uA66F-\uA67E\uA69E\uA69F\uA6E6-\uA716\uA720\uA721\uA789\uA78A\uA7CB-\uA7CF\uA7D2\uA7D4\uA7DA-\uA7F1\uA802\uA806\uA80B\uA823-\uA83F\uA874-\uA881\uA8B4-\uA8F1\uA8F8-\uA8FA\uA8FC\uA8FF-\uA909\uA926-\uA92F\uA947-\uA95F\uA97D-\uA983\uA9B3-\uA9CE\uA9D0-\uA9DF\uA9E5\uA9F0-\uA9F9\uA9FF\uAA29-\uAA3F\uAA43\uAA4C-\uAA5F\uAA77-\uAA79\uAA7B-\uAA7D\uAAB0\uAAB2-\uAAB4\uAAB7\uAAB8\uAABE\uAABF\uAAC1\uAAC3-\uAADA\uAADE\uAADF\uAAEB-\uAAF1\uAAF5-\uAB00\uAB07\uAB08\uAB0F\uAB10\uAB17-\uAB1F\uAB27\uAB2F\uAB5B\uAB6A-\uAB6F\uABE3-\uABFF\uD7A4-\uD7AF\uD7C7-\uD7CA\uD7FC-\uD7FF\uE000-\uF8FF\uFA6E\uFA6F\uFADA-\uFAFF\uFB07-\uFB12\uFB18-\uFB1C\uFB1E\uFB29\uFB37\uFB3D\uFB3F\uFB42\uFB45\uFBB2-\uFBD2\uFD3E-\uFD4F\uFD90\uFD91\uFDC8-\uFDEF\uFDFC-\uFE6F\uFE75\uFEFD-\uFF20\uFF3B-\uFF40\uFF5B-\uFF65\uFFBF-\uFFC1\uFFC8\uFFC9\uFFD0\uFFD1\uFFD8\uFFD9\uFFDD-\uFFFF]|\uD800[\uDC0C\uDC27\uDC3B\uDC3E\uDC4E\uDC4F\uDC5E-\uDC7F\uDCFB-\uDE7F\uDE9D-\uDE9F\uDED1-\uDEFF\uDF20-\uDF2C\uDF41\uDF4A-\uDF4F\uDF76-\uDF7F\uDF9E\uDF9F\uDFC4-\uDFC7\uDFD0-\uDFFF]|\uD801[\uDC9E-\uDCAF\uDCD4-\uDCD7\uDCFC-\uDCFF\uDD28-\uDD2F\uDD64-\uDD6F\uDD7B\uDD8B\uDD93\uDD96\uDDA2\uDDB2\uDDBA\uDDBD-\uDDFF\uDF37-\uDF3F\uDF56-\uDF5F\uDF68-\uDF7F\uDF86\uDFB1\uDFBB-\uDFFF]|\uD802[\uDC06\uDC07\uDC09\uDC36\uDC39-\uDC3B\uDC3D\uDC3E\uDC56-\uDC5F\uDC77-\uDC7F\uDC9F-\uDCDF\uDCF3\uDCF6-\uDCFF\uDD16-\uDD1F\uDD3A-\uDD7F\uDDB8-\uDDBD\uDDC0-\uDDFF\uDE01-\uDE0F\uDE14\uDE18\uDE36-\uDE5F\uDE7D-\uDE7F\uDE9D-\uDEBF\uDEC8\uDEE5-\uDEFF\uDF36-\uDF3F\uDF56-\uDF5F\uDF73-\uDF7F\uDF92-\uDFFF]|\uD803[\uDC49-\uDC7F\uDCB3-\uDCBF\uDCF3-\uDCFF\uDD24-\uDE7F\uDEAA-\uDEAF\uDEB2-\uDEFF\uDF1D-\uDF26\uDF28-\uDF2F\uDF46-\uDF6F\uDF82-\uDFAF\uDFC5-\uDFDF\uDFF7-\uDFFF]|\uD804[\uDC00-\uDC02\uDC38-\uDC70\uDC73\uDC74\uDC76-\uDC82\uDCB0-\uDCCF\uDCE9-\uDD02\uDD27-\uDD43\uDD45\uDD46\uDD48-\uDD4F\uDD73-\uDD75\uDD77-\uDD82\uDDB3-\uDDC0\uDDC5-\uDDD9\uDDDB\uDDDD-\uDDFF\uDE12\uDE2C-\uDE3E\uDE41-\uDE7F\uDE87\uDE89\uDE8E\uDE9E\uDEA9-\uDEAF\uDEDF-\uDF04\uDF0D\uDF0E\uDF11\uDF12\uDF29\uDF31\uDF34\uDF3A-\uDF3C\uDF3E-\uDF4F\uDF51-\uDF5C\uDF62-\uDFFF]|\uD805[\uDC35-\uDC46\uDC4B-\uDC5E\uDC62-\uDC7F\uDCB0-\uDCC3\uDCC6\uDCC8-\uDD7F\uDDAF-\uDDD7\uDDDC-\uDDFF\uDE30-\uDE43\uDE45-\uDE7F\uDEAB-\uDEB7\uDEB9-\uDEFF\uDF1B-\uDF3F\uDF47-\uDFFF]|\uD806[\uDC2C-\uDC9F\uDCE0-\uDCFE\uDD07\uDD08\uDD0A\uDD0B\uDD14\uDD17\uDD30-\uDD3E\uDD40\uDD42-\uDD9F\uDDA8\uDDA9\uDDD1-\uDDE0\uDDE2\uDDE4-\uDDFF\uDE01-\uDE0A\uDE33-\uDE39\uDE3B-\uDE4F\uDE51-\uDE5B\uDE8A-\uDE9C\uDE9E-\uDEAF\uDEF9-\uDFFF]|\uD807[\uDC09\uDC2F-\uDC3F\uDC41-\uDC71\uDC90-\uDCFF\uDD07\uDD0A\uDD31-\uDD45\uDD47-\uDD5F\uDD66\uDD69\uDD8A-\uDD97\uDD99-\uDEDF\uDEF3-\uDF01\uDF03\uDF11\uDF34-\uDFAF\uDFB1-\uDFFF]|\uD808[\uDF9A-\uDFFF]|\uD809[\uDC00-\uDC7F\uDD44-\uDFFF]|[\uD80A\uD80E-\uD810\uD812-\uD819\uD824-\uD82A\uD82D\uD82E\uD830-\uD834\uD836\uD83C-\uD83F\uD87B-\uD87D\uD87F\uD889-\uDBFF][\uDC00-\uDFFF]|\uD80B[\uDC00-\uDF8F\uDFF1-\uDFFF]|\uD80D[\uDC30-\uDC40\uDC47-\uDFFF]|\uD811[\uDE47-\uDFFF]|\uD81A[\uDE39-\uDE3F\uDE5F-\uDE6F\uDEBF-\uDECF\uDEEE-\uDEFF\uDF30-\uDF3F\uDF44-\uDF62\uDF78-\uDF7C\uDF90-\uDFFF]|\uD81B[\uDC00-\uDE3F\uDE80-\uDEFF\uDF4B-\uDF4F\uDF51-\uDF92\uDFA0-\uDFDF\uDFE2\uDFE4-\uDFFF]|\uD821[\uDFF8-\uDFFF]|\uD823[\uDCD6-\uDCFF\uDD09-\uDFFF]|\uD82B[\uDC00-\uDFEF\uDFF4\uDFFC\uDFFF]|\uD82C[\uDD23-\uDD31\uDD33-\uDD4F\uDD53\uDD54\uDD56-\uDD63\uDD68-\uDD6F\uDEFC-\uDFFF]|\uD82F[\uDC6B-\uDC6F\uDC7D-\uDC7F\uDC89-\uDC8F\uDC9A-\uDFFF]|\uD835[\uDC55\uDC9D\uDCA0\uDCA1\uDCA3\uDCA4\uDCA7\uDCA8\uDCAD\uDCBA\uDCBC\uDCC4\uDD06\uDD0B\uDD0C\uDD15\uDD1D\uDD3A\uDD3F\uDD45\uDD47-\uDD49\uDD51\uDEA6\uDEA7\uDEC1\uDEDB\uDEFB\uDF15\uDF35\uDF4F\uDF6F\uDF89\uDFA9\uDFC3\uDFCC-\uDFFF]|\uD837[\uDC00-\uDEFF\uDF1F-\uDF24\uDF2B-\uDFFF]|\uD838[\uDC00-\uDC2F\uDC6E-\uDCFF\uDD2D-\uDD36\uDD3E-\uDD4D\uDD4F-\uDE8F\uDEAE-\uDEBF\uDEEC-\uDFFF]|\uD839[\uDC00-\uDCCF\uDCEC-\uDFDF\uDFE7\uDFEC\uDFEF\uDFFF]|\uD83A[\uDCC5-\uDCFF\uDD44-\uDD4A\uDD4C-\uDFFF]|\uD83B[\uDC00-\uDDFF\uDE04\uDE20\uDE23\uDE25\uDE26\uDE28\uDE33\uDE38\uDE3A\uDE3C-\uDE41\uDE43-\uDE46\uDE48\uDE4A\uDE4C\uDE50\uDE53\uDE55\uDE56\uDE58\uDE5A\uDE5C\uDE5E\uDE60\uDE63\uDE65\uDE66\uDE6B\uDE73\uDE78\uDE7D\uDE7F\uDE8A\uDE9C-\uDEA0\uDEA4\uDEAA\uDEBC-\uDFFF]|\uD869[\uDEE0-\uDEFF]|\uD86D[\uDF3A-\uDF3F]|\uD86E[\uDC1E\uDC1F]|\uD873[\uDEA2-\uDEAF]|\uD87A[\uDFE1-\uDFFF]|\uD87E[\uDE1E-\uDFFF]|\uD884[\uDF4B-\uDF4F]|\uD888[\uDFB0-\uDFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF])+)/g;
31
31
  var recursivelyApplyWhiteSpace = function recursivelyApplyWhiteSpace(children) {
32
32
  return _react.Children.map(children, function (child) {
33
33
  return /*#__PURE__*/(0, _react.isValidElement)(child) ? /*#__PURE__*/(0, _react.cloneElement)(child, _objectSpread(_objectSpread({}, child.props), {}, {
@@ -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";
@@ -213,6 +213,12 @@ Object.defineProperty(exports, "BellOffIcon", {
213
213
  return _lucideReact.BellOffIcon;
214
214
  }
215
215
  });
216
+ Object.defineProperty(exports, "BlocksIcon", {
217
+ enumerable: true,
218
+ get: function get() {
219
+ return _lucideReact.BlocksIcon;
220
+ }
221
+ });
216
222
  Object.defineProperty(exports, "BluetoothIcon", {
217
223
  enumerable: true,
218
224
  get: function get() {
@@ -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 {};
@@ -20,19 +20,28 @@ var tagPlugin = plugin(function (_ref) {
20
20
  display: "inline-flex",
21
21
  alignItems: "center",
22
22
  height: "100%",
23
- borderRadius: theme("borderRadius.DEFAULT"),
24
23
  paddingLeft: theme("spacing.2"),
25
24
  paddingRight: theme("spacing.2"),
26
25
  marginLeft: "-".concat(theme("spacing.2")),
27
- columnGap: theme("spacing.2")
26
+ columnGap: theme("spacing.2"),
27
+ "&:focus-visible": {
28
+ borderRadius: theme("borderRadius.DEFAULT")
29
+ },
30
+ "&:has(+ .tag-close-button):focus-visible": {
31
+ borderTopRightRadius: "0px",
32
+ borderBottomRightRadius: "0px"
33
+ }
28
34
  },
29
35
  ".tag-close-button": {
30
36
  height: "100%",
31
- borderRadius: theme("borderRadius.DEFAULT"),
32
37
  paddingLeft: theme("spacing.1"),
33
38
  paddingRight: theme("spacing.1"),
34
39
  marginRight: "-".concat(theme("spacing.2")),
35
- borderLeft: "1px solid transparent"
40
+ borderLeft: "1px solid transparent",
41
+ "&:focus-visible": {
42
+ borderTopRightRadius: theme("borderRadius.DEFAULT"),
43
+ borderBottomRightRadius: theme("borderRadius.DEFAULT")
44
+ }
36
45
  }
37
46
  });
38
47
  });
@@ -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 {};