@algolia/satellite 1.0.0-beta.179 → 1.0.0-beta.180

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 (703) hide show
  1. package/cjs/AnnouncementBadge/AnnouncementBadge.d.ts +0 -1
  2. package/cjs/AnnouncementBadge/AnnouncementBadge.js +2 -3
  3. package/cjs/AnnouncementBadge/index.d.ts +0 -1
  4. package/cjs/AnnouncementBadge/index.js +2 -13
  5. package/cjs/AutoComplete/AutoComplete.d.ts +0 -1
  6. package/cjs/AutoComplete/AutoComplete.js +10 -11
  7. package/cjs/AutoComplete/components/AutoCompleteEmptyState.d.ts +0 -1
  8. package/cjs/AutoComplete/components/AutoCompleteEmptyState.js +2 -3
  9. package/cjs/AutoComplete/components/DefaultOptionItem.d.ts +0 -1
  10. package/cjs/AutoComplete/components/DefaultOptionItem.js +2 -3
  11. package/cjs/AutoComplete/index.d.ts +0 -1
  12. package/cjs/AutoComplete/index.js +2 -11
  13. package/cjs/AutoComplete/utils.js +3 -4
  14. package/cjs/Avatars/ApplicationAvatar.d.ts +0 -1
  15. package/cjs/Avatars/ApplicationAvatar.js +2 -3
  16. package/cjs/Avatars/UserAvatar.d.ts +0 -1
  17. package/cjs/Avatars/UserAvatar.js +2 -3
  18. package/cjs/Avatars/index.d.ts +0 -1
  19. package/cjs/Avatars/index.js +2 -14
  20. package/cjs/Avatars/utils.js +3 -3
  21. package/cjs/Badge/Badge.d.ts +1 -1
  22. package/cjs/Badge/Badge.js +5 -6
  23. package/cjs/Badge/index.d.ts +0 -1
  24. package/cjs/Badge/index.js +2 -13
  25. package/cjs/Banners/Alert/Alert.d.ts +0 -1
  26. package/cjs/Banners/Alert/Alert.js +2 -3
  27. package/cjs/Banners/Alert/index.d.ts +0 -1
  28. package/cjs/Banners/Alert/index.js +2 -13
  29. package/cjs/Banners/Promote/Promote.d.ts +1 -1
  30. package/cjs/Banners/Promote/Promote.js +4 -5
  31. package/cjs/Banners/Promote/index.d.ts +0 -1
  32. package/cjs/Banners/Promote/index.js +2 -13
  33. package/cjs/Banners/SystemNotification/SystemNotification.d.ts +0 -1
  34. package/cjs/Banners/SystemNotification/SystemNotification.js +2 -3
  35. package/cjs/Banners/SystemNotification/index.d.ts +0 -1
  36. package/cjs/Banners/SystemNotification/index.js +2 -13
  37. package/cjs/Button/Button.d.ts +0 -1
  38. package/cjs/Button/Button.js +2 -3
  39. package/cjs/Button/ButtonGroup.d.ts +0 -1
  40. package/cjs/Button/ButtonGroup.js +2 -3
  41. package/cjs/Button/IconButton.d.ts +0 -1
  42. package/cjs/Button/IconButton.js +2 -3
  43. package/cjs/Button/PolymorphicButton.js +2 -2
  44. package/cjs/Button/PolymorphicIconButton.js +2 -2
  45. package/cjs/Button/index.d.ts +0 -1
  46. package/cjs/Button/index.js +2 -15
  47. package/cjs/Card/Card.d.ts +3 -3
  48. package/cjs/Card/Card.js +5 -6
  49. package/cjs/Card/components/CardHeader.d.ts +0 -1
  50. package/cjs/Card/components/CardHeader.js +2 -3
  51. package/cjs/Card/components/CardTitle.d.ts +1 -1
  52. package/cjs/Card/components/CardTitle.js +2 -3
  53. package/cjs/Card/index.d.ts +0 -1
  54. package/cjs/Card/index.js +2 -15
  55. package/cjs/Checkbox/Checkbox.d.ts +1 -1
  56. package/cjs/Checkbox/Checkbox.js +4 -5
  57. package/cjs/Checkbox/index.d.ts +0 -1
  58. package/cjs/Checkbox/index.js +2 -13
  59. package/cjs/ClickAwayContainer/ClickAwayContainer.d.ts +1 -1
  60. package/cjs/ClickAwayContainer/ClickAwayContainer.js +2 -3
  61. package/cjs/DatePicker/DatePicker/DatePicker.d.ts +8 -8
  62. package/cjs/DatePicker/DatePicker/DatePicker.js +15 -16
  63. package/cjs/DatePicker/DatePicker/index.d.ts +0 -1
  64. package/cjs/DatePicker/DatePicker/index.js +2 -14
  65. package/cjs/DatePicker/DateRangePicker/DateRangePicker.d.ts +3 -3
  66. package/cjs/DatePicker/DateRangePicker/DateRangePicker.js +15 -16
  67. package/cjs/DatePicker/DateRangePicker/DateRangePickerDisplay.d.ts +4 -5
  68. package/cjs/DatePicker/DateRangePicker/DateRangePickerDisplay.js +5 -6
  69. package/cjs/DatePicker/DateRangePicker/index.d.ts +0 -1
  70. package/cjs/DatePicker/DateRangePicker/index.js +2 -15
  71. package/cjs/DatePicker/components/Calendar.d.ts +3 -3
  72. package/cjs/DatePicker/components/Calendar.js +5 -6
  73. package/cjs/DatePicker/components/Display.d.ts +2 -3
  74. package/cjs/DatePicker/components/Display.js +5 -7
  75. package/cjs/DatePicker/components/Footer.d.ts +2 -3
  76. package/cjs/DatePicker/components/Footer.js +3 -4
  77. package/cjs/DatePicker/components/FooterActions.d.ts +2 -3
  78. package/cjs/DatePicker/components/FooterActions.js +3 -4
  79. package/cjs/DatePicker/components/Modal.d.ts +2 -3
  80. package/cjs/DatePicker/components/Modal.js +3 -4
  81. package/cjs/DatePicker/components/NavBar.d.ts +1 -2
  82. package/cjs/DatePicker/components/NavBar.js +3 -4
  83. package/cjs/DatePicker/components/SidePanel.d.ts +2 -3
  84. package/cjs/DatePicker/components/SidePanel.js +3 -4
  85. package/cjs/DatePicker/components/index.d.ts +7 -12
  86. package/cjs/DatePicker/components/index.js +61 -34
  87. package/cjs/DatePicker/types.d.ts +2 -2
  88. package/cjs/Dropdown/Dropdown.d.ts +8 -8
  89. package/cjs/Dropdown/Dropdown.js +21 -22
  90. package/cjs/Dropdown/DropdownButton.d.ts +0 -1
  91. package/cjs/Dropdown/DropdownButton.js +6 -7
  92. package/cjs/Dropdown/DropdownContext.d.ts +0 -1
  93. package/cjs/Dropdown/DropdownContext.js +2 -3
  94. package/cjs/Dropdown/components/DropdownButtonItem.d.ts +0 -1
  95. package/cjs/Dropdown/components/DropdownButtonItem.js +4 -5
  96. package/cjs/Dropdown/components/DropdownCollapsibleItem/DropdownCollapsibleItem.d.ts +0 -1
  97. package/cjs/Dropdown/components/DropdownCollapsibleItem/DropdownCollapsibleItem.js +2 -3
  98. package/cjs/Dropdown/components/DropdownDivider.d.ts +0 -1
  99. package/cjs/Dropdown/components/DropdownDivider.js +2 -3
  100. package/cjs/Dropdown/components/DropdownFooterItem.d.ts +1 -1
  101. package/cjs/Dropdown/components/DropdownFooterItem.js +2 -3
  102. package/cjs/Dropdown/components/DropdownLinkItem.d.ts +0 -1
  103. package/cjs/Dropdown/components/DropdownLinkItem.js +6 -7
  104. package/cjs/Dropdown/components/DropdownRadioItem.d.ts +0 -1
  105. package/cjs/Dropdown/components/DropdownRadioItem.js +4 -5
  106. package/cjs/Dropdown/components/DropdownTitle.d.ts +0 -1
  107. package/cjs/Dropdown/components/DropdownTitle.js +2 -3
  108. package/cjs/Dropdown/components/DropdownToggleItem.d.ts +0 -1
  109. package/cjs/Dropdown/components/DropdownToggleItem.js +4 -5
  110. package/cjs/Dropdown/index.d.ts +0 -1
  111. package/cjs/Dropdown/index.js +2 -24
  112. package/cjs/Dropdown/useDropdownItemProps.d.ts +0 -1
  113. package/cjs/Dropdown/useDropdownItemProps.js +2 -3
  114. package/cjs/Dropzone/Dropzone.d.ts +0 -1
  115. package/cjs/Dropzone/Dropzone.js +2 -3
  116. package/cjs/Dropzone/index.d.ts +0 -1
  117. package/cjs/Dropzone/index.js +2 -13
  118. package/cjs/EmptyState/EmptyState.d.ts +0 -1
  119. package/cjs/EmptyState/EmptyState.js +2 -3
  120. package/cjs/EmptyState/index.d.ts +0 -1
  121. package/cjs/EmptyState/index.js +2 -14
  122. package/cjs/Field/Field.d.ts +0 -1
  123. package/cjs/Field/Field.js +2 -3
  124. package/cjs/Field/index.d.ts +0 -1
  125. package/cjs/Field/index.js +2 -11
  126. package/cjs/FlexGrid/FlexGrid.d.ts +0 -1
  127. package/cjs/FlexGrid/FlexGrid.js +4 -5
  128. package/cjs/FlexGrid/index.d.ts +0 -1
  129. package/cjs/FlexGrid/index.js +2 -13
  130. package/cjs/HelpUnderline/HelpUnderline.d.ts +0 -1
  131. package/cjs/HelpUnderline/HelpUnderline.js +2 -3
  132. package/cjs/HelpUnderline/index.d.ts +0 -1
  133. package/cjs/HelpUnderline/index.js +2 -13
  134. package/cjs/Input/Input.d.ts +0 -1
  135. package/cjs/Input/Input.js +9 -10
  136. package/cjs/Input/index.d.ts +0 -1
  137. package/cjs/Input/index.js +2 -13
  138. package/cjs/Insert/Insert.d.ts +1 -1
  139. package/cjs/Insert/Insert.js +6 -7
  140. package/cjs/Insert/index.d.ts +0 -1
  141. package/cjs/Insert/index.js +2 -13
  142. package/cjs/KeyboardKey/index.d.ts +0 -1
  143. package/cjs/KeyboardKey/index.js +0 -8
  144. package/cjs/Link/BaseLink.d.ts +0 -1
  145. package/cjs/Link/BaseLink.js +4 -5
  146. package/cjs/Link/ButtonLink.d.ts +0 -1
  147. package/cjs/Link/ButtonLink.js +4 -5
  148. package/cjs/Link/IconButtonLink.d.ts +0 -1
  149. package/cjs/Link/IconButtonLink.js +4 -5
  150. package/cjs/Link/Link.d.ts +0 -1
  151. package/cjs/Link/Link.js +4 -5
  152. package/cjs/Link/index.d.ts +0 -1
  153. package/cjs/Link/index.js +2 -16
  154. package/cjs/Medallion/Medallion.d.ts +0 -1
  155. package/cjs/Medallion/Medallion.js +2 -3
  156. package/cjs/Medallion/index.d.ts +0 -1
  157. package/cjs/Medallion/index.js +2 -14
  158. package/cjs/MenuButton/MenuButton.d.ts +0 -1
  159. package/cjs/MenuButton/MenuButton.js +10 -11
  160. package/cjs/MenuButton/components/Content.js +2 -2
  161. package/cjs/MenuButton/components/CustomTrigger.d.ts +0 -1
  162. package/cjs/MenuButton/components/CustomTrigger.js +2 -3
  163. package/cjs/MenuButton/components/DefaultTrigger.d.ts +0 -1
  164. package/cjs/MenuButton/components/DefaultTrigger.js +4 -5
  165. package/cjs/MenuButton/components/Divider.d.ts +0 -1
  166. package/cjs/MenuButton/components/Divider.js +2 -3
  167. package/cjs/MenuButton/components/Label.d.ts +0 -1
  168. package/cjs/MenuButton/components/Label.js +2 -3
  169. package/cjs/MenuButton/components/collapsible/CollapsibleItem.d.ts +0 -1
  170. package/cjs/MenuButton/components/collapsible/CollapsibleItem.js +2 -3
  171. package/cjs/MenuButton/components/items/Item.d.ts +0 -1
  172. package/cjs/MenuButton/components/items/Item.js +2 -3
  173. package/cjs/MenuButton/components/items/LinkItem.d.ts +7 -1
  174. package/cjs/MenuButton/components/items/LinkItem.js +12 -9
  175. package/cjs/MenuButton/components/items/RadioItem.d.ts +0 -1
  176. package/cjs/MenuButton/components/items/RadioItem.js +4 -5
  177. package/cjs/MenuButton/components/items/ToggleItem.d.ts +0 -1
  178. package/cjs/MenuButton/components/items/ToggleItem.js +4 -5
  179. package/cjs/MenuButton/useMenuItemProps.d.ts +0 -1
  180. package/cjs/MenuButton/useMenuItemProps.js +2 -3
  181. package/cjs/Modal/Modal.d.ts +3 -3
  182. package/cjs/Modal/Modal.js +7 -8
  183. package/cjs/Modal/components/ModalFooter.d.ts +0 -1
  184. package/cjs/Modal/components/ModalFooter.js +4 -5
  185. package/cjs/Modal/components/ModalSection.d.ts +0 -1
  186. package/cjs/Modal/components/ModalSection.js +2 -3
  187. package/cjs/Modal/index.d.ts +0 -1
  188. package/cjs/Modal/index.js +2 -15
  189. package/cjs/Pagination/CompactPagination/CompactPagination.d.ts +1 -1
  190. package/cjs/Pagination/CompactPagination/CompactPagination.js +2 -3
  191. package/cjs/Pagination/CompactPagination/index.d.ts +0 -1
  192. package/cjs/Pagination/CompactPagination/index.js +2 -13
  193. package/cjs/Pagination/DotPagination/DotPagination.d.ts +0 -1
  194. package/cjs/Pagination/DotPagination/DotPagination.js +2 -3
  195. package/cjs/Pagination/DotPagination/index.d.ts +0 -1
  196. package/cjs/Pagination/DotPagination/index.js +2 -13
  197. package/cjs/Pagination/Pagination/Pagination.d.ts +0 -1
  198. package/cjs/Pagination/Pagination/Pagination.js +9 -13
  199. package/cjs/Pagination/Pagination/index.d.ts +0 -1
  200. package/cjs/Pagination/Pagination/index.js +2 -13
  201. package/cjs/Pagination/index.d.ts +0 -1
  202. package/cjs/Pagination/index.js +2 -15
  203. package/cjs/Popover/Popover.d.ts +0 -1
  204. package/cjs/Popover/Popover.js +2 -3
  205. package/cjs/Popover/index.d.ts +0 -1
  206. package/cjs/Popover/index.js +2 -11
  207. package/cjs/ProgressBar/ProgressBar.d.ts +0 -1
  208. package/cjs/ProgressBar/ProgressBar.js +2 -3
  209. package/cjs/ProgressBar/index.d.ts +0 -1
  210. package/cjs/ProgressBar/index.js +2 -13
  211. package/cjs/ProgressSpinner/ProgressSpinner.d.ts +0 -1
  212. package/cjs/ProgressSpinner/ProgressSpinner.js +2 -3
  213. package/cjs/ProgressSpinner/index.d.ts +0 -1
  214. package/cjs/ProgressSpinner/index.js +2 -13
  215. package/cjs/RadioGroup/RadioButton.d.ts +0 -1
  216. package/cjs/RadioGroup/RadioButton.js +2 -3
  217. package/cjs/RadioGroup/RadioGroup.d.ts +1 -1
  218. package/cjs/RadioGroup/RadioGroup.js +8 -9
  219. package/cjs/RadioGroup/index.d.ts +0 -1
  220. package/cjs/RadioGroup/index.js +2 -15
  221. package/cjs/RangeSlider/RangeSlider.d.ts +1 -1
  222. package/cjs/RangeSlider/RangeSlider.js +2 -3
  223. package/cjs/RangeSlider/index.d.ts +0 -1
  224. package/cjs/RangeSlider/index.js +2 -13
  225. package/cjs/Satellite/Satellite.d.ts +0 -1
  226. package/cjs/Satellite/Satellite.js +4 -6
  227. package/cjs/Satellite/SatelliteContext.d.ts +0 -1
  228. package/cjs/Satellite/SatelliteContext.js +2 -3
  229. package/cjs/Satellite/index.d.ts +0 -1
  230. package/cjs/Satellite/index.js +2 -17
  231. package/cjs/Satellite/locale.js +2 -3
  232. package/cjs/ScrollIndicator/ScrollIndicator.d.ts +0 -1
  233. package/cjs/ScrollIndicator/ScrollIndicator.js +2 -3
  234. package/cjs/ScrollIndicator/index.d.ts +0 -1
  235. package/cjs/ScrollIndicator/index.js +2 -13
  236. package/cjs/Select/Select.d.ts +0 -1
  237. package/cjs/Select/Select.js +2 -3
  238. package/cjs/Select/index.d.ts +0 -1
  239. package/cjs/Select/index.js +2 -13
  240. package/cjs/Separator/Separator.d.ts +0 -1
  241. package/cjs/Separator/Separator.js +2 -3
  242. package/cjs/Separator/index.d.ts +0 -1
  243. package/cjs/Separator/index.js +2 -13
  244. package/cjs/Sidebar/Sidebar.js +4 -4
  245. package/cjs/Sidebar/SidebarButtonLink.js +2 -2
  246. package/cjs/Sidebar/SidebarLink.js +2 -2
  247. package/cjs/Sidebar/SidebarLinksGroup/SidebarGroupLink.js +2 -2
  248. package/cjs/Stepper/Step.d.ts +0 -1
  249. package/cjs/Stepper/Step.js +2 -3
  250. package/cjs/Stepper/Stepper.d.ts +0 -1
  251. package/cjs/Stepper/Stepper.js +2 -3
  252. package/cjs/Stepper/index.d.ts +0 -1
  253. package/cjs/Stepper/index.js +2 -15
  254. package/cjs/Switch/Switch.d.ts +0 -1
  255. package/cjs/Switch/Switch.js +4 -5
  256. package/cjs/Switch/SwitchOption.d.ts +0 -1
  257. package/cjs/Switch/SwitchOption.js +2 -3
  258. package/cjs/Switch/index.d.ts +0 -1
  259. package/cjs/Switch/index.js +2 -14
  260. package/cjs/Tables/DataTable/DataTable.d.ts +1 -1
  261. package/cjs/Tables/DataTable/DataTable.js +15 -16
  262. package/cjs/Tables/DataTable/components/Body.d.ts +2 -3
  263. package/cjs/Tables/DataTable/components/Body.js +6 -7
  264. package/cjs/Tables/DataTable/components/Footer.d.ts +2 -3
  265. package/cjs/Tables/DataTable/components/Footer.js +5 -9
  266. package/cjs/Tables/DataTable/components/Header.d.ts +2 -3
  267. package/cjs/Tables/DataTable/components/Header.js +5 -6
  268. package/cjs/Tables/DataTable/components/HeaderCell.d.ts +2 -3
  269. package/cjs/Tables/DataTable/components/HeaderCell.js +3 -4
  270. package/cjs/Tables/DataTable/components/Loader.d.ts +2 -3
  271. package/cjs/Tables/DataTable/components/Loader.js +8 -9
  272. package/cjs/Tables/DataTable/index.d.ts +0 -1
  273. package/cjs/Tables/DataTable/index.js +2 -14
  274. package/cjs/Tables/Table/Table.d.ts +0 -1
  275. package/cjs/Tables/Table/Table.js +4 -5
  276. package/cjs/Tables/Table/components/TableFooter.d.ts +0 -1
  277. package/cjs/Tables/Table/components/TableFooter.js +2 -3
  278. package/cjs/Tables/Table/index.d.ts +0 -1
  279. package/cjs/Tables/Table/index.js +2 -14
  280. package/cjs/Tables/index.d.ts +0 -1
  281. package/cjs/Tables/index.js +2 -14
  282. package/cjs/Tabs/ContentTabs.d.ts +0 -1
  283. package/cjs/Tabs/ContentTabs.js +4 -5
  284. package/cjs/Tabs/LinkTabs.d.ts +0 -1
  285. package/cjs/Tabs/LinkTabs.js +6 -7
  286. package/cjs/Tabs/components/LinkTab.d.ts +0 -1
  287. package/cjs/Tabs/components/LinkTab.js +6 -7
  288. package/cjs/Tabs/index.d.ts +0 -1
  289. package/cjs/Tabs/index.js +2 -15
  290. package/cjs/Tag/Tag.d.ts +0 -1
  291. package/cjs/Tag/Tag.js +2 -3
  292. package/cjs/Tag/index.d.ts +0 -1
  293. package/cjs/Tag/index.js +2 -13
  294. package/cjs/TextArea/TextArea.d.ts +0 -1
  295. package/cjs/TextArea/TextArea.js +2 -3
  296. package/cjs/TextArea/index.d.ts +0 -1
  297. package/cjs/TextArea/index.js +2 -13
  298. package/cjs/TextWrap/TextWrap.d.ts +0 -1
  299. package/cjs/TextWrap/TextWrap.js +4 -5
  300. package/cjs/TextWrap/index.d.ts +0 -1
  301. package/cjs/TextWrap/index.js +2 -13
  302. package/cjs/Toast/Toast.d.ts +0 -1
  303. package/cjs/Toast/Toast.js +6 -7
  304. package/cjs/Toast/Toasts.d.ts +0 -1
  305. package/cjs/Toast/Toasts.js +4 -5
  306. package/cjs/Toast/index.d.ts +0 -1
  307. package/cjs/Toast/index.js +2 -15
  308. package/cjs/Toggle/Toggle.d.ts +0 -1
  309. package/cjs/Toggle/Toggle.js +2 -3
  310. package/cjs/Toggle/index.d.ts +0 -1
  311. package/cjs/Toggle/index.js +2 -13
  312. package/cjs/Tooltip/OverflowTooltipWrapper.js +2 -2
  313. package/cjs/Tooltip/Tooltip.d.ts +0 -1
  314. package/cjs/Tooltip/Tooltip.js +2 -3
  315. package/cjs/Tooltip/TooltipWrapper.js +2 -2
  316. package/cjs/Tooltip/index.d.ts +0 -1
  317. package/cjs/Tooltip/index.js +2 -15
  318. package/cjs/UserContent/UserContent.d.ts +0 -1
  319. package/cjs/UserContent/UserContent.js +2 -3
  320. package/cjs/utils/genericChangeHandler.d.ts +1 -1
  321. package/cjs/utils/genericChangeHandler.js +1 -3
  322. package/cjs/utils/hashCode.d.ts +0 -1
  323. package/cjs/utils/hashCode.js +2 -3
  324. package/cjs/utils/isCssPropertySupported.d.ts +1 -2
  325. package/cjs/utils/isCssPropertySupported.js +3 -4
  326. package/cjs/utils/isNil.d.ts +0 -1
  327. package/cjs/utils/isNil.js +2 -3
  328. package/cjs/utils/isRenderedChild.d.ts +1 -2
  329. package/cjs/utils/isRenderedChild.js +3 -4
  330. package/cjs/utils/matchLocation.d.ts +1 -2
  331. package/cjs/utils/matchLocation.js +5 -7
  332. package/cjs/utils/onlyText.d.ts +1 -2
  333. package/cjs/utils/onlyText.js +3 -4
  334. package/cjs/utils/parseUrl.d.ts +0 -1
  335. package/cjs/utils/parseUrl.js +2 -3
  336. package/cjs/utils/pluralize.d.ts +1 -1
  337. package/cjs/utils/pluralize.js +1 -3
  338. package/cjs/utils/range.d.ts +0 -1
  339. package/cjs/utils/range.js +1 -3
  340. package/cjs/utils/toSentenceCase.d.ts +0 -1
  341. package/cjs/utils/toSentenceCase.js +2 -3
  342. package/cjs/utils/uniqBy.d.ts +0 -1
  343. package/cjs/utils/uniqBy.js +1 -3
  344. package/cjs/utils/uniqueId.d.ts +0 -1
  345. package/cjs/utils/uniqueId.js +1 -3
  346. package/cjs/utils/useForwardedRef.d.ts +1 -2
  347. package/cjs/utils/useForwardedRef.js +2 -3
  348. package/cjs/utils/useLinkProps.d.ts +0 -1
  349. package/cjs/utils/useLinkProps.js +4 -6
  350. package/cjs/utils/useTriggerInputChange.d.ts +2 -2
  351. package/cjs/utils/useTriggerInputChange.js +3 -4
  352. package/esm/AnnouncementBadge/AnnouncementBadge.d.ts +0 -1
  353. package/esm/AnnouncementBadge/AnnouncementBadge.js +1 -2
  354. package/esm/AnnouncementBadge/index.d.ts +0 -1
  355. package/esm/AnnouncementBadge/index.js +1 -2
  356. package/esm/AutoComplete/AutoComplete.d.ts +0 -1
  357. package/esm/AutoComplete/AutoComplete.js +5 -6
  358. package/esm/AutoComplete/components/AutoCompleteEmptyState.d.ts +0 -1
  359. package/esm/AutoComplete/components/AutoCompleteEmptyState.js +1 -2
  360. package/esm/AutoComplete/components/DefaultOptionItem.d.ts +0 -1
  361. package/esm/AutoComplete/components/DefaultOptionItem.js +1 -2
  362. package/esm/AutoComplete/index.d.ts +0 -1
  363. package/esm/AutoComplete/index.js +1 -2
  364. package/esm/AutoComplete/utils.js +1 -1
  365. package/esm/Avatars/ApplicationAvatar.d.ts +0 -1
  366. package/esm/Avatars/ApplicationAvatar.js +1 -2
  367. package/esm/Avatars/UserAvatar.d.ts +0 -1
  368. package/esm/Avatars/UserAvatar.js +1 -2
  369. package/esm/Avatars/index.d.ts +0 -1
  370. package/esm/Avatars/index.js +1 -2
  371. package/esm/Avatars/utils.js +1 -1
  372. package/esm/Badge/Badge.d.ts +1 -1
  373. package/esm/Badge/Badge.js +2 -3
  374. package/esm/Badge/index.d.ts +0 -1
  375. package/esm/Badge/index.js +1 -2
  376. package/esm/Banners/Alert/Alert.d.ts +0 -1
  377. package/esm/Banners/Alert/Alert.js +1 -2
  378. package/esm/Banners/Alert/index.d.ts +0 -1
  379. package/esm/Banners/Alert/index.js +1 -2
  380. package/esm/Banners/Promote/Promote.d.ts +1 -1
  381. package/esm/Banners/Promote/Promote.js +2 -3
  382. package/esm/Banners/Promote/index.d.ts +0 -1
  383. package/esm/Banners/Promote/index.js +1 -2
  384. package/esm/Banners/SystemNotification/SystemNotification.d.ts +0 -1
  385. package/esm/Banners/SystemNotification/SystemNotification.js +1 -2
  386. package/esm/Banners/SystemNotification/index.d.ts +0 -1
  387. package/esm/Banners/SystemNotification/index.js +1 -2
  388. package/esm/Button/Button.d.ts +0 -1
  389. package/esm/Button/Button.js +1 -2
  390. package/esm/Button/ButtonGroup.d.ts +0 -1
  391. package/esm/Button/ButtonGroup.js +1 -2
  392. package/esm/Button/IconButton.d.ts +0 -1
  393. package/esm/Button/IconButton.js +1 -2
  394. package/esm/Button/PolymorphicButton.js +1 -1
  395. package/esm/Button/PolymorphicIconButton.js +1 -1
  396. package/esm/Button/index.d.ts +0 -1
  397. package/esm/Button/index.js +1 -1
  398. package/esm/Card/Card.d.ts +3 -3
  399. package/esm/Card/Card.js +3 -4
  400. package/esm/Card/components/CardHeader.d.ts +0 -1
  401. package/esm/Card/components/CardHeader.js +1 -2
  402. package/esm/Card/components/CardTitle.d.ts +1 -1
  403. package/esm/Card/components/CardTitle.js +1 -2
  404. package/esm/Card/index.d.ts +0 -1
  405. package/esm/Card/index.js +1 -2
  406. package/esm/Checkbox/Checkbox.d.ts +1 -1
  407. package/esm/Checkbox/Checkbox.js +2 -3
  408. package/esm/Checkbox/index.d.ts +0 -1
  409. package/esm/Checkbox/index.js +1 -2
  410. package/esm/ClickAwayContainer/ClickAwayContainer.d.ts +1 -1
  411. package/esm/ClickAwayContainer/ClickAwayContainer.js +1 -2
  412. package/esm/DatePicker/DatePicker/DatePicker.d.ts +8 -8
  413. package/esm/DatePicker/DatePicker/DatePicker.js +14 -15
  414. package/esm/DatePicker/DatePicker/index.d.ts +0 -1
  415. package/esm/DatePicker/DatePicker/index.js +1 -2
  416. package/esm/DatePicker/DateRangePicker/DateRangePicker.d.ts +3 -3
  417. package/esm/DatePicker/DateRangePicker/DateRangePicker.js +13 -14
  418. package/esm/DatePicker/DateRangePicker/DateRangePickerDisplay.d.ts +4 -5
  419. package/esm/DatePicker/DateRangePicker/DateRangePickerDisplay.js +4 -5
  420. package/esm/DatePicker/DateRangePicker/index.d.ts +0 -1
  421. package/esm/DatePicker/DateRangePicker/index.js +1 -2
  422. package/esm/DatePicker/components/Calendar.d.ts +3 -3
  423. package/esm/DatePicker/components/Calendar.js +3 -4
  424. package/esm/DatePicker/components/Display.d.ts +2 -3
  425. package/esm/DatePicker/components/Display.js +3 -4
  426. package/esm/DatePicker/components/Footer.d.ts +2 -3
  427. package/esm/DatePicker/components/Footer.js +2 -3
  428. package/esm/DatePicker/components/FooterActions.d.ts +2 -3
  429. package/esm/DatePicker/components/FooterActions.js +2 -3
  430. package/esm/DatePicker/components/Modal.d.ts +2 -3
  431. package/esm/DatePicker/components/Modal.js +2 -3
  432. package/esm/DatePicker/components/NavBar.d.ts +1 -2
  433. package/esm/DatePicker/components/NavBar.js +2 -3
  434. package/esm/DatePicker/components/SidePanel.d.ts +2 -3
  435. package/esm/DatePicker/components/SidePanel.js +2 -3
  436. package/esm/DatePicker/components/index.d.ts +7 -12
  437. package/esm/DatePicker/components/index.js +6 -6
  438. package/esm/DatePicker/types.d.ts +2 -2
  439. package/esm/Dropdown/Dropdown.d.ts +8 -8
  440. package/esm/Dropdown/Dropdown.js +10 -11
  441. package/esm/Dropdown/DropdownButton.d.ts +0 -1
  442. package/esm/Dropdown/DropdownButton.js +3 -4
  443. package/esm/Dropdown/DropdownContext.d.ts +0 -1
  444. package/esm/Dropdown/DropdownContext.js +1 -2
  445. package/esm/Dropdown/components/DropdownButtonItem.d.ts +0 -1
  446. package/esm/Dropdown/components/DropdownButtonItem.js +2 -3
  447. package/esm/Dropdown/components/DropdownCollapsibleItem/DropdownCollapsibleItem.d.ts +0 -1
  448. package/esm/Dropdown/components/DropdownCollapsibleItem/DropdownCollapsibleItem.js +1 -2
  449. package/esm/Dropdown/components/DropdownDivider.d.ts +0 -1
  450. package/esm/Dropdown/components/DropdownDivider.js +1 -2
  451. package/esm/Dropdown/components/DropdownFooterItem.d.ts +1 -1
  452. package/esm/Dropdown/components/DropdownFooterItem.js +1 -2
  453. package/esm/Dropdown/components/DropdownLinkItem.d.ts +0 -1
  454. package/esm/Dropdown/components/DropdownLinkItem.js +3 -4
  455. package/esm/Dropdown/components/DropdownRadioItem.d.ts +0 -1
  456. package/esm/Dropdown/components/DropdownRadioItem.js +2 -3
  457. package/esm/Dropdown/components/DropdownTitle.d.ts +0 -1
  458. package/esm/Dropdown/components/DropdownTitle.js +1 -2
  459. package/esm/Dropdown/components/DropdownToggleItem.d.ts +0 -1
  460. package/esm/Dropdown/components/DropdownToggleItem.js +2 -3
  461. package/esm/Dropdown/index.d.ts +0 -1
  462. package/esm/Dropdown/index.js +1 -2
  463. package/esm/Dropdown/useDropdownItemProps.d.ts +0 -1
  464. package/esm/Dropdown/useDropdownItemProps.js +1 -2
  465. package/esm/Dropzone/Dropzone.d.ts +0 -1
  466. package/esm/Dropzone/Dropzone.js +1 -2
  467. package/esm/Dropzone/index.d.ts +0 -1
  468. package/esm/Dropzone/index.js +1 -2
  469. package/esm/EmptyState/EmptyState.d.ts +0 -1
  470. package/esm/EmptyState/EmptyState.js +1 -2
  471. package/esm/EmptyState/index.d.ts +0 -1
  472. package/esm/EmptyState/index.js +1 -2
  473. package/esm/Field/Field.d.ts +0 -1
  474. package/esm/Field/Field.js +1 -2
  475. package/esm/Field/index.d.ts +0 -1
  476. package/esm/Field/index.js +1 -2
  477. package/esm/FlexGrid/FlexGrid.d.ts +0 -1
  478. package/esm/FlexGrid/FlexGrid.js +2 -3
  479. package/esm/FlexGrid/index.d.ts +0 -1
  480. package/esm/FlexGrid/index.js +1 -2
  481. package/esm/HelpUnderline/HelpUnderline.d.ts +0 -1
  482. package/esm/HelpUnderline/HelpUnderline.js +1 -2
  483. package/esm/HelpUnderline/index.d.ts +0 -1
  484. package/esm/HelpUnderline/index.js +1 -2
  485. package/esm/Input/Input.d.ts +0 -1
  486. package/esm/Input/Input.js +4 -5
  487. package/esm/Input/index.d.ts +0 -1
  488. package/esm/Input/index.js +1 -2
  489. package/esm/Insert/Insert.d.ts +1 -1
  490. package/esm/Insert/Insert.js +3 -4
  491. package/esm/Insert/index.d.ts +0 -1
  492. package/esm/Insert/index.js +1 -2
  493. package/esm/KeyboardKey/index.d.ts +0 -1
  494. package/esm/KeyboardKey/index.js +1 -2
  495. package/esm/Link/BaseLink.d.ts +0 -1
  496. package/esm/Link/BaseLink.js +2 -3
  497. package/esm/Link/ButtonLink.d.ts +0 -1
  498. package/esm/Link/ButtonLink.js +2 -3
  499. package/esm/Link/IconButtonLink.d.ts +0 -1
  500. package/esm/Link/IconButtonLink.js +2 -3
  501. package/esm/Link/Link.d.ts +0 -1
  502. package/esm/Link/Link.js +2 -3
  503. package/esm/Link/index.d.ts +0 -1
  504. package/esm/Link/index.js +1 -2
  505. package/esm/Medallion/Medallion.d.ts +0 -1
  506. package/esm/Medallion/Medallion.js +1 -2
  507. package/esm/Medallion/index.d.ts +0 -1
  508. package/esm/Medallion/index.js +1 -2
  509. package/esm/MenuButton/MenuButton.d.ts +0 -1
  510. package/esm/MenuButton/MenuButton.js +5 -6
  511. package/esm/MenuButton/components/Content.js +1 -1
  512. package/esm/MenuButton/components/CustomTrigger.d.ts +0 -1
  513. package/esm/MenuButton/components/CustomTrigger.js +1 -2
  514. package/esm/MenuButton/components/DefaultTrigger.d.ts +0 -1
  515. package/esm/MenuButton/components/DefaultTrigger.js +2 -3
  516. package/esm/MenuButton/components/Divider.d.ts +0 -1
  517. package/esm/MenuButton/components/Divider.js +1 -2
  518. package/esm/MenuButton/components/Label.d.ts +0 -1
  519. package/esm/MenuButton/components/Label.js +1 -2
  520. package/esm/MenuButton/components/collapsible/CollapsibleItem.d.ts +0 -1
  521. package/esm/MenuButton/components/collapsible/CollapsibleItem.js +1 -2
  522. package/esm/MenuButton/components/items/Item.d.ts +0 -1
  523. package/esm/MenuButton/components/items/Item.js +1 -2
  524. package/esm/MenuButton/components/items/LinkItem.d.ts +7 -1
  525. package/esm/MenuButton/components/items/LinkItem.js +10 -7
  526. package/esm/MenuButton/components/items/RadioItem.d.ts +0 -1
  527. package/esm/MenuButton/components/items/RadioItem.js +2 -3
  528. package/esm/MenuButton/components/items/ToggleItem.d.ts +0 -1
  529. package/esm/MenuButton/components/items/ToggleItem.js +2 -3
  530. package/esm/MenuButton/useMenuItemProps.d.ts +0 -1
  531. package/esm/MenuButton/useMenuItemProps.js +1 -2
  532. package/esm/Modal/Modal.d.ts +3 -3
  533. package/esm/Modal/Modal.js +4 -5
  534. package/esm/Modal/components/ModalFooter.d.ts +0 -1
  535. package/esm/Modal/components/ModalFooter.js +2 -3
  536. package/esm/Modal/components/ModalSection.d.ts +0 -1
  537. package/esm/Modal/components/ModalSection.js +1 -2
  538. package/esm/Modal/index.d.ts +0 -1
  539. package/esm/Modal/index.js +1 -2
  540. package/esm/Pagination/CompactPagination/CompactPagination.d.ts +1 -1
  541. package/esm/Pagination/CompactPagination/CompactPagination.js +1 -2
  542. package/esm/Pagination/CompactPagination/index.d.ts +0 -1
  543. package/esm/Pagination/CompactPagination/index.js +1 -2
  544. package/esm/Pagination/DotPagination/DotPagination.d.ts +0 -1
  545. package/esm/Pagination/DotPagination/DotPagination.js +1 -2
  546. package/esm/Pagination/DotPagination/index.d.ts +0 -1
  547. package/esm/Pagination/DotPagination/index.js +1 -2
  548. package/esm/Pagination/Pagination/Pagination.d.ts +0 -1
  549. package/esm/Pagination/Pagination/Pagination.js +3 -4
  550. package/esm/Pagination/Pagination/index.d.ts +0 -1
  551. package/esm/Pagination/Pagination/index.js +1 -2
  552. package/esm/Pagination/index.d.ts +0 -1
  553. package/esm/Pagination/index.js +1 -2
  554. package/esm/Popover/Popover.d.ts +0 -1
  555. package/esm/Popover/Popover.js +1 -2
  556. package/esm/Popover/index.d.ts +0 -1
  557. package/esm/Popover/index.js +1 -2
  558. package/esm/ProgressBar/ProgressBar.d.ts +0 -1
  559. package/esm/ProgressBar/ProgressBar.js +1 -2
  560. package/esm/ProgressBar/index.d.ts +0 -1
  561. package/esm/ProgressBar/index.js +1 -2
  562. package/esm/ProgressSpinner/ProgressSpinner.d.ts +0 -1
  563. package/esm/ProgressSpinner/ProgressSpinner.js +1 -2
  564. package/esm/ProgressSpinner/index.d.ts +0 -1
  565. package/esm/ProgressSpinner/index.js +1 -2
  566. package/esm/RadioGroup/RadioButton.d.ts +0 -1
  567. package/esm/RadioGroup/RadioButton.js +1 -2
  568. package/esm/RadioGroup/RadioGroup.d.ts +1 -1
  569. package/esm/RadioGroup/RadioGroup.js +4 -5
  570. package/esm/RadioGroup/index.d.ts +0 -1
  571. package/esm/RadioGroup/index.js +1 -2
  572. package/esm/RangeSlider/RangeSlider.d.ts +1 -1
  573. package/esm/RangeSlider/RangeSlider.js +1 -2
  574. package/esm/RangeSlider/index.d.ts +0 -1
  575. package/esm/RangeSlider/index.js +1 -2
  576. package/esm/Satellite/Satellite.d.ts +0 -1
  577. package/esm/Satellite/Satellite.js +2 -3
  578. package/esm/Satellite/SatelliteContext.d.ts +0 -1
  579. package/esm/Satellite/SatelliteContext.js +1 -2
  580. package/esm/Satellite/index.d.ts +0 -1
  581. package/esm/Satellite/index.js +1 -2
  582. package/esm/Satellite/locale.js +1 -1
  583. package/esm/ScrollIndicator/ScrollIndicator.d.ts +0 -1
  584. package/esm/ScrollIndicator/ScrollIndicator.js +1 -2
  585. package/esm/ScrollIndicator/index.d.ts +0 -1
  586. package/esm/ScrollIndicator/index.js +1 -2
  587. package/esm/Select/Select.d.ts +0 -1
  588. package/esm/Select/Select.js +1 -2
  589. package/esm/Select/index.d.ts +0 -1
  590. package/esm/Select/index.js +1 -2
  591. package/esm/Separator/Separator.d.ts +0 -1
  592. package/esm/Separator/Separator.js +1 -2
  593. package/esm/Separator/index.d.ts +0 -1
  594. package/esm/Separator/index.js +1 -2
  595. package/esm/Sidebar/Sidebar.js +2 -2
  596. package/esm/Sidebar/SidebarButtonLink.js +1 -1
  597. package/esm/Sidebar/SidebarLink.js +1 -1
  598. package/esm/Sidebar/SidebarLinksGroup/SidebarGroupLink.js +1 -1
  599. package/esm/Stepper/Step.d.ts +0 -1
  600. package/esm/Stepper/Step.js +1 -2
  601. package/esm/Stepper/Stepper.d.ts +0 -1
  602. package/esm/Stepper/Stepper.js +1 -2
  603. package/esm/Stepper/index.d.ts +0 -1
  604. package/esm/Stepper/index.js +1 -2
  605. package/esm/Switch/Switch.d.ts +0 -1
  606. package/esm/Switch/Switch.js +2 -3
  607. package/esm/Switch/SwitchOption.d.ts +0 -1
  608. package/esm/Switch/SwitchOption.js +1 -2
  609. package/esm/Switch/index.d.ts +0 -1
  610. package/esm/Switch/index.js +1 -2
  611. package/esm/Tables/DataTable/DataTable.d.ts +1 -1
  612. package/esm/Tables/DataTable/DataTable.js +7 -8
  613. package/esm/Tables/DataTable/components/Body.d.ts +2 -3
  614. package/esm/Tables/DataTable/components/Body.js +3 -4
  615. package/esm/Tables/DataTable/components/Footer.d.ts +2 -3
  616. package/esm/Tables/DataTable/components/Footer.js +3 -4
  617. package/esm/Tables/DataTable/components/Header.d.ts +2 -3
  618. package/esm/Tables/DataTable/components/Header.js +4 -5
  619. package/esm/Tables/DataTable/components/HeaderCell.d.ts +2 -3
  620. package/esm/Tables/DataTable/components/HeaderCell.js +2 -3
  621. package/esm/Tables/DataTable/components/Loader.d.ts +2 -3
  622. package/esm/Tables/DataTable/components/Loader.js +4 -5
  623. package/esm/Tables/DataTable/index.d.ts +0 -1
  624. package/esm/Tables/DataTable/index.js +1 -2
  625. package/esm/Tables/Table/Table.d.ts +0 -1
  626. package/esm/Tables/Table/Table.js +2 -3
  627. package/esm/Tables/Table/components/TableFooter.d.ts +0 -1
  628. package/esm/Tables/Table/components/TableFooter.js +1 -2
  629. package/esm/Tables/Table/index.d.ts +0 -1
  630. package/esm/Tables/Table/index.js +1 -2
  631. package/esm/Tables/index.d.ts +0 -1
  632. package/esm/Tables/index.js +1 -2
  633. package/esm/Tabs/ContentTabs.d.ts +0 -1
  634. package/esm/Tabs/ContentTabs.js +2 -3
  635. package/esm/Tabs/LinkTabs.d.ts +0 -1
  636. package/esm/Tabs/LinkTabs.js +3 -4
  637. package/esm/Tabs/components/LinkTab.d.ts +0 -1
  638. package/esm/Tabs/components/LinkTab.js +3 -4
  639. package/esm/Tabs/index.d.ts +0 -1
  640. package/esm/Tabs/index.js +1 -2
  641. package/esm/Tag/Tag.d.ts +0 -1
  642. package/esm/Tag/Tag.js +1 -2
  643. package/esm/Tag/index.d.ts +0 -1
  644. package/esm/Tag/index.js +1 -2
  645. package/esm/TextArea/TextArea.d.ts +0 -1
  646. package/esm/TextArea/TextArea.js +1 -2
  647. package/esm/TextArea/index.d.ts +0 -1
  648. package/esm/TextArea/index.js +1 -2
  649. package/esm/TextWrap/TextWrap.d.ts +0 -1
  650. package/esm/TextWrap/TextWrap.js +2 -3
  651. package/esm/TextWrap/index.d.ts +0 -1
  652. package/esm/TextWrap/index.js +1 -2
  653. package/esm/Toast/Toast.d.ts +0 -1
  654. package/esm/Toast/Toast.js +3 -4
  655. package/esm/Toast/Toasts.d.ts +0 -1
  656. package/esm/Toast/Toasts.js +2 -3
  657. package/esm/Toast/index.d.ts +0 -1
  658. package/esm/Toast/index.js +1 -2
  659. package/esm/Toggle/Toggle.d.ts +0 -1
  660. package/esm/Toggle/Toggle.js +1 -2
  661. package/esm/Toggle/index.d.ts +0 -1
  662. package/esm/Toggle/index.js +1 -2
  663. package/esm/Tooltip/OverflowTooltipWrapper.js +1 -1
  664. package/esm/Tooltip/Tooltip.d.ts +0 -1
  665. package/esm/Tooltip/Tooltip.js +1 -2
  666. package/esm/Tooltip/TooltipWrapper.js +2 -2
  667. package/esm/Tooltip/index.d.ts +0 -1
  668. package/esm/Tooltip/index.js +1 -2
  669. package/esm/UserContent/UserContent.d.ts +0 -1
  670. package/esm/UserContent/UserContent.js +1 -2
  671. package/esm/utils/genericChangeHandler.d.ts +1 -1
  672. package/esm/utils/genericChangeHandler.js +1 -2
  673. package/esm/utils/hashCode.d.ts +0 -1
  674. package/esm/utils/hashCode.js +1 -2
  675. package/esm/utils/isCssPropertySupported.d.ts +1 -2
  676. package/esm/utils/isCssPropertySupported.js +2 -3
  677. package/esm/utils/isNil.d.ts +0 -1
  678. package/esm/utils/isNil.js +1 -2
  679. package/esm/utils/isRenderedChild.d.ts +1 -2
  680. package/esm/utils/isRenderedChild.js +2 -3
  681. package/esm/utils/matchLocation.d.ts +1 -2
  682. package/esm/utils/matchLocation.js +3 -4
  683. package/esm/utils/onlyText.d.ts +1 -2
  684. package/esm/utils/onlyText.js +2 -3
  685. package/esm/utils/parseUrl.d.ts +0 -1
  686. package/esm/utils/parseUrl.js +1 -2
  687. package/esm/utils/pluralize.d.ts +1 -1
  688. package/esm/utils/pluralize.js +1 -2
  689. package/esm/utils/range.d.ts +0 -1
  690. package/esm/utils/range.js +1 -2
  691. package/esm/utils/toSentenceCase.d.ts +0 -1
  692. package/esm/utils/toSentenceCase.js +1 -2
  693. package/esm/utils/uniqBy.d.ts +0 -1
  694. package/esm/utils/uniqBy.js +1 -2
  695. package/esm/utils/uniqueId.d.ts +0 -1
  696. package/esm/utils/uniqueId.js +1 -2
  697. package/esm/utils/useForwardedRef.d.ts +1 -2
  698. package/esm/utils/useForwardedRef.js +2 -3
  699. package/esm/utils/useLinkProps.d.ts +0 -1
  700. package/esm/utils/useLinkProps.js +2 -3
  701. package/esm/utils/useTriggerInputChange.d.ts +2 -2
  702. package/esm/utils/useTriggerInputChange.js +2 -3
  703. package/package.json +1 -1
@@ -9,4 +9,3 @@ export interface SelectProps extends SelectHTMLAttributes<HTMLSelectElement> {
9
9
  * See the [Select documentation page](https://satellite.algolia.com/components/forms/select) for more information.
10
10
  */
11
11
  export declare const Select: import("react").ForwardRefExoticComponent<SelectProps & import("react").RefAttributes<HTMLSelectElement>>;
12
- export default Select;
@@ -30,5 +30,4 @@ export var Select = /*#__PURE__*/forwardRef(function (_ref, ref) {
30
30
  ref: ref
31
31
  }));
32
32
  });
33
- Select.displayName = "Select";
34
- export default Select;
33
+ Select.displayName = "Select";
@@ -1,2 +1 @@
1
1
  export * from "./Select";
2
- export { default } from "./Select";
@@ -1,2 +1 @@
1
- export * from "./Select";
2
- export { default } from "./Select";
1
+ export * from "./Select";
@@ -11,4 +11,3 @@ export interface SeparatorProps {
11
11
  * See the [Separator documentation page](https://satellite.algolia.com/components/misc/separator) for more information.
12
12
  */
13
13
  export declare const Separator: VFC<SeparatorProps>;
14
- export default Separator;
@@ -30,5 +30,4 @@ export var Separator = function Separator(_ref) {
30
30
  className: cx(stl(_templateObject || (_templateObject = _taggedTemplateLiteral(["separator"]))), className, interactive && stl(_templateObject2 || (_templateObject2 = _taggedTemplateLiteral(["interactive"])))),
31
31
  orientation: orientation
32
32
  }, interactiveProps));
33
- };
34
- export default Separator;
33
+ };
@@ -1,2 +1 @@
1
1
  export * from "./Separator";
2
- export { default } from "./Separator";
@@ -1,2 +1 @@
1
- export * from "./Separator";
2
- export { default } from "./Separator";
1
+ export * from "./Separator";
@@ -6,9 +6,9 @@ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t =
6
6
  import cx from "clsx";
7
7
  import { useCallback } from "react";
8
8
  import { useLocale } from "../Satellite";
9
- import ScrollIndicator from "../ScrollIndicator";
9
+ import { ScrollIndicator } from "../ScrollIndicator";
10
10
  import stl from "../styles/helpers/satellitePrefixer";
11
- import matchLocation from "../utils/matchLocation";
11
+ import { matchLocation } from "../utils/matchLocation";
12
12
  import { SidebarContext } from "./SidebarContext";
13
13
  import { jsx as _jsx } from "react/jsx-runtime";
14
14
  var DEFAULT_SIDEBAR_LOCALE = {
@@ -8,7 +8,7 @@ import { useState } from "react";
8
8
  import { ExternalLinkIcon } from "../Icons";
9
9
  import stl from "../styles/helpers/satellitePrefixer";
10
10
  import { TooltipWrapper } from "../Tooltip";
11
- import useLinkProps from "../utils/useLinkProps";
11
+ import { useLinkProps } from "../utils/useLinkProps";
12
12
  import { useSidebarContext } from "./SidebarContext";
13
13
  import { jsx as _jsx } from "react/jsx-runtime";
14
14
  import { jsxs as _jsxs } from "react/jsx-runtime";
@@ -6,7 +6,7 @@ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t =
6
6
  import cx from "clsx";
7
7
  import { ExternalLinkIcon } from "../Icons";
8
8
  import stl from "../styles/helpers/satellitePrefixer";
9
- import useLinkProps from "../utils/useLinkProps";
9
+ import { useLinkProps } from "../utils/useLinkProps";
10
10
  import { useSidebarContext } from "./SidebarContext";
11
11
  import { jsx as _jsx } from "react/jsx-runtime";
12
12
  import { jsxs as _jsxs } from "react/jsx-runtime";
@@ -5,7 +5,7 @@ function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbol
5
5
  function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
6
6
  import { ExternalLinkIcon } from "../../Icons";
7
7
  import stl from "../../styles/helpers/satellitePrefixer";
8
- import useLinkProps from "../../utils/useLinkProps";
8
+ import { useLinkProps } from "../../utils/useLinkProps";
9
9
  import { jsx as _jsx } from "react/jsx-runtime";
10
10
  import { jsxs as _jsxs } from "react/jsx-runtime";
11
11
  export var SidebarGroupLink = function SidebarGroupLink(props) {
@@ -4,4 +4,3 @@ export declare type StepProps = BaseStep & HTMLAttributes<HTMLLIElement> & {
4
4
  index: number;
5
5
  };
6
6
  export declare const Step: VFC<StepProps>;
7
- export default Step;
@@ -106,5 +106,4 @@ export var Step = function Step(_ref) {
106
106
  })]
107
107
  })
108
108
  }));
109
- };
110
- export default Step;
109
+ };
@@ -39,4 +39,3 @@ export interface StepperProps extends Omit<HTMLAttributes<HTMLDivElement>, "chil
39
39
  locale?: StepperLocale;
40
40
  }
41
41
  export declare const Stepper: VFC<StepperProps>;
42
- export default Stepper;
@@ -135,5 +135,4 @@ export var Stepper = function Stepper(_ref) {
135
135
  })
136
136
  }))
137
137
  });
138
- };
139
- export default Stepper;
138
+ };
@@ -1,4 +1,3 @@
1
1
  export * from "./Stepper";
2
2
  export * from "./types";
3
3
  export * from "./utils";
4
- export { default } from "./Stepper";
@@ -1,4 +1,3 @@
1
1
  export * from "./Stepper";
2
2
  export * from "./types";
3
- export * from "./utils";
4
- export { default } from "./Stepper";
3
+ export * from "./utils";
@@ -16,4 +16,3 @@ export interface SwitchProps {
16
16
  * See the [Switch documentation page](https://satellite.algolia.com/components/controls/switch) for more information.
17
17
  */
18
18
  export declare const Switch: VFC<SwitchProps>;
19
- export default Switch;
@@ -7,7 +7,7 @@ import { BUTTON_SIZE_CLASSNAMES } from "../Button/styles";
7
7
  import { RadioGroupContext } from "../RadioGroup";
8
8
  import stl from "../styles/helpers/satellitePrefixer";
9
9
  import { prefersReducedMotion } from "../utils/prefersReducedMotion";
10
- import uniqueId from "../utils/uniqueId";
10
+ import { uniqueId } from "../utils/uniqueId";
11
11
  import { buildAnimationKeySelector } from "./utils";
12
12
  import { jsx as _jsx } from "react/jsx-runtime";
13
13
  import { jsxs as _jsxs } from "react/jsx-runtime";
@@ -81,5 +81,4 @@ export var Switch = function Switch(_ref) {
81
81
  }), children]
82
82
  })
83
83
  });
84
- };
85
- export default Switch;
84
+ };
@@ -5,4 +5,3 @@ export interface SwitchOptionProps {
5
5
  children: ReactNode;
6
6
  }
7
7
  export declare const SwitchOption: VFC<SwitchOptionProps>;
8
- export default SwitchOption;
@@ -35,5 +35,4 @@ export var SwitchOption = function SwitchOption(_ref) {
35
35
  })
36
36
  })]
37
37
  }));
38
- };
39
- export default SwitchOption;
38
+ };
@@ -1,3 +1,2 @@
1
1
  export * from "./Switch";
2
2
  export * from "./SwitchOption";
3
- export { default } from "./Switch";
@@ -1,3 +1,2 @@
1
1
  export * from "./Switch";
2
- export * from "./SwitchOption";
3
- export { default } from "./Switch";
2
+ export * from "./SwitchOption";
@@ -52,4 +52,4 @@ export declare type DataTableProps<Item> = BaseDataTableProps<Item> & (DataTable
52
52
  * See the [Data Table documentation page](https://satellite.algolia.com/layouts/data-table) for more information.
53
53
  */
54
54
  export declare const DataTable: <Item extends {}>({ data, itemId, columns, onChange, status, noDataContent, errorContent, sorting, sortMode, pagination, selectMode, selection, onSelectionChange, canSelectItem, canHoverRow, onRowHoveredChanged, locale: propsLocale, }: DataTableProps<Item>) => JSX.Element;
55
- export default DataTable;
55
+ export {};
@@ -8,16 +8,16 @@ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t =
8
8
  import compact from "lodash/compact";
9
9
  import get from "lodash/get";
10
10
  import { useEffect, useState } from "react";
11
- import Checkbox from "../../Checkbox";
11
+ import { Checkbox } from "../../Checkbox";
12
12
  import { RadioButton } from "../../RadioGroup";
13
13
  import { useLocale } from "../../Satellite";
14
14
  import stl from "../../styles/helpers/satellitePrefixer";
15
15
  import { toSentenceCase } from "../../utils";
16
- import Table from "../Table";
17
- import DataTableBody from "./components/Body";
18
- import DataTableFooter from "./components/Footer";
19
- import DataTableHeader from "./components/Header";
20
- import DataTableLoader from "./components/Loader";
16
+ import { Table } from "../Table";
17
+ import { DataTableBody } from "./components/Body";
18
+ import { DataTableFooter } from "./components/Footer";
19
+ import { DataTableHeader } from "./components/Header";
20
+ import { DataTableLoader } from "./components/Loader";
21
21
  import { isDeterminatePagination, isIndeterminatePagination } from "./utils";
22
22
  import { jsx as _jsx } from "react/jsx-runtime";
23
23
  import { jsxs as _jsxs } from "react/jsx-runtime";
@@ -240,5 +240,4 @@ export var DataTable = function DataTable(_ref) {
240
240
  })]
241
241
  })]
242
242
  });
243
- };
244
- export default DataTable;
243
+ };
@@ -1,7 +1,7 @@
1
1
  import type { ReactNode } from "react";
2
2
  import type { DataTableLocale, DataTableProps } from "../DataTable";
3
3
  import type { AdvancedColumnDefinition, Row, SelectMode, Status } from "../types";
4
- export interface BodyProps<Item> extends Pick<DataTableProps<Item>, "selection" | "onSelectionChange" | "canHoverRow"> {
4
+ export interface DataTableBodyProps<Item> extends Pick<DataTableProps<Item>, "selection" | "onSelectionChange" | "canHoverRow"> {
5
5
  rows: Row<Item>[];
6
6
  status?: Status;
7
7
  noDataContent?: ReactNode;
@@ -11,5 +11,4 @@ export interface BodyProps<Item> extends Pick<DataTableProps<Item>, "selection"
11
11
  selectMode: SelectMode;
12
12
  locale: Required<DataTableLocale>;
13
13
  }
14
- export declare const Body: <Item extends {}>({ rows, columns, status, noDataContent, errorContent, selectMode, selection, onSelectionChange, onRowHoverChange, canHoverRow, locale, }: BodyProps<Item>) => JSX.Element;
15
- export default Body;
14
+ export declare const DataTableBody: <Item extends {}>({ rows, columns, status, noDataContent, errorContent, selectMode, selection, onSelectionChange, onRowHoverChange, canHoverRow, locale, }: DataTableBodyProps<Item>) => JSX.Element;
@@ -4,12 +4,12 @@ import _toConsumableArray from "@babel/runtime/helpers/toConsumableArray";
4
4
  var _templateObject, _templateObject2, _templateObject3;
5
5
  function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
6
6
  function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
7
- import EmptyState from "../../../EmptyState";
7
+ import { EmptyState } from "../../../EmptyState";
8
8
  import stl from "../../../styles/helpers/satellitePrefixer";
9
9
  import { getCellValue } from "../utils";
10
10
  import { jsx as _jsx } from "react/jsx-runtime";
11
11
  import { createElement as _createElement } from "react";
12
- export var Body = function Body(_ref) {
12
+ export var DataTableBody = function DataTableBody(_ref) {
13
13
  var rows = _ref.rows,
14
14
  columns = _ref.columns,
15
15
  status = _ref.status,
@@ -108,5 +108,4 @@ export var Body = function Body(_ref) {
108
108
  }));
109
109
  })
110
110
  });
111
- };
112
- export default Body;
111
+ };
@@ -1,8 +1,7 @@
1
1
  import type { VFC } from "react";
2
2
  import type { DataConfiguration, PaginationConfiguration } from "../types";
3
- export interface FooterProps {
3
+ export interface DataTableFooterProps {
4
4
  pagination: PaginationConfiguration;
5
5
  onChange(dataConfiguration: DataConfiguration): void;
6
6
  }
7
- export declare const Footer: VFC<FooterProps>;
8
- export default Footer;
7
+ export declare const DataTableFooter: VFC<DataTableFooterProps>;
@@ -1,10 +1,10 @@
1
1
  import _defineProperty from "@babel/runtime/helpers/defineProperty";
2
2
  function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
3
3
  function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
4
- import Pagination, { CompactPagination } from "../../../Pagination";
4
+ import { CompactPagination, Pagination } from "../../../Pagination";
5
5
  import { isDeterminatePagination, isIndeterminatePagination } from "../utils";
6
6
  import { jsx as _jsx } from "react/jsx-runtime";
7
- export var Footer = function Footer(_ref) {
7
+ export var DataTableFooter = function DataTableFooter(_ref) {
8
8
  var pagination = _ref.pagination,
9
9
  onChange = _ref.onChange;
10
10
  return isDeterminatePagination(pagination) ? /*#__PURE__*/_jsx(Pagination, {
@@ -49,5 +49,4 @@ export var Footer = function Footer(_ref) {
49
49
  });
50
50
  })
51
51
  }) : null;
52
- };
53
- export default Footer;
52
+ };
@@ -1,10 +1,9 @@
1
1
  /// <reference types="react" />
2
2
  import type { AdvancedColumnDefinition, Sorting, SortingDirection } from "../types";
3
- export interface HeaderProps<Item> {
3
+ export interface DataTableHeaderProps<Item> {
4
4
  columns: AdvancedColumnDefinition<Item>[];
5
5
  sorting?: Sorting[];
6
6
  onToggleSort: (columnId: string, direction: SortingDirection) => void;
7
7
  disabled?: boolean;
8
8
  }
9
- export declare const Header: <Item extends {}>({ columns, sorting, onToggleSort, disabled }: HeaderProps<Item>) => JSX.Element;
10
- export default Header;
9
+ export declare const DataTableHeader: <Item extends {}>({ columns, sorting, onToggleSort, disabled, }: DataTableHeaderProps<Item>) => JSX.Element;
@@ -1,7 +1,7 @@
1
1
  import _slicedToArray from "@babel/runtime/helpers/slicedToArray";
2
- import HeaderCell from "./HeaderCell";
2
+ import { DataTableHeaderCell } from "./HeaderCell";
3
3
  import { jsx as _jsx } from "react/jsx-runtime";
4
- export var Header = function Header(_ref) {
4
+ export var DataTableHeader = function DataTableHeader(_ref) {
5
5
  var columns = _ref.columns,
6
6
  _ref$sorting = _ref.sorting,
7
7
  sorting = _ref$sorting === void 0 ? [] : _ref$sorting,
@@ -16,7 +16,7 @@ export var Header = function Header(_ref) {
16
16
  colId = _ref3[0];
17
17
  return colId === column.id;
18
18
  }) || [null];
19
- return /*#__PURE__*/_jsx(HeaderCell, {
19
+ return /*#__PURE__*/_jsx(DataTableHeaderCell, {
20
20
  column: column,
21
21
  disabled: disabled,
22
22
  sortingDirection: sortingDirection[1],
@@ -28,5 +28,4 @@ export var Header = function Header(_ref) {
28
28
  })
29
29
  })
30
30
  });
31
- };
32
- export default Header;
31
+ };
@@ -1,6 +1,6 @@
1
1
  import type { HTMLAttributes, ReactNode } from "react";
2
2
  import type { AdvancedColumnDefinition, SortingDirection } from "../types";
3
- export interface HeaderCellProps<Item> extends HTMLAttributes<HTMLTableCellElement> {
3
+ export interface DataTableHeaderCellProps<Item> extends HTMLAttributes<HTMLTableCellElement> {
4
4
  column: AdvancedColumnDefinition<Item>;
5
5
  disabled?: boolean;
6
6
  isSortingEnabled?: boolean;
@@ -8,5 +8,4 @@ export interface HeaderCellProps<Item> extends HTMLAttributes<HTMLTableCellEleme
8
8
  onToggleSort: (columnId: string, sortingDirection: SortingDirection) => void;
9
9
  children: ReactNode;
10
10
  }
11
- export declare const HeaderCell: <Item extends {}>({ sortingDirection, onToggleSort, column: { id, className, sort }, disabled, children, ...props }: HeaderCellProps<Item>) => JSX.Element;
12
- export default HeaderCell;
11
+ export declare const DataTableHeaderCell: <Item extends {}>({ sortingDirection, onToggleSort, column: { id, className, sort }, disabled, children, ...props }: DataTableHeaderCellProps<Item>) => JSX.Element;
@@ -11,7 +11,7 @@ import stl from "../../../styles/helpers/satellitePrefixer";
11
11
  import { jsx as _jsx } from "react/jsx-runtime";
12
12
  import { jsxs as _jsxs } from "react/jsx-runtime";
13
13
  var iconClassName = stl(_templateObject || (_templateObject = _taggedTemplateLiteral(["h-4 inline ml-1"])));
14
- export var HeaderCell = function HeaderCell(_ref) {
14
+ export var DataTableHeaderCell = function DataTableHeaderCell(_ref) {
15
15
  var _ref$sortingDirection = _ref.sortingDirection,
16
16
  sortingDirection = _ref$sortingDirection === void 0 ? "none" : _ref$sortingDirection,
17
17
  onToggleSort = _ref.onToggleSort,
@@ -48,5 +48,4 @@ export var HeaderCell = function HeaderCell(_ref) {
48
48
  }) : null]
49
49
  }))
50
50
  }));
51
- };
52
- export default HeaderCell;
51
+ };
@@ -1,9 +1,8 @@
1
1
  import type { VFC } from "react";
2
2
  import type { DataTableLocale } from "../DataTable";
3
- export interface LoaderProps {
3
+ export interface DataTableLoaderProps {
4
4
  /** @ignore */
5
5
  className?: string;
6
6
  locale: Required<DataTableLocale>;
7
7
  }
8
- export declare const Loader: VFC<LoaderProps>;
9
- export default Loader;
8
+ export declare const DataTableLoader: VFC<DataTableLoaderProps>;
@@ -2,11 +2,11 @@ import _taggedTemplateLiteral from "@babel/runtime/helpers/taggedTemplateLiteral
2
2
  import _slicedToArray from "@babel/runtime/helpers/slicedToArray";
3
3
  var _templateObject;
4
4
  import { useEffect, useState } from "react";
5
- import EmptyState from "../../../EmptyState";
6
- import ProgressSpinner from "../../../ProgressSpinner";
5
+ import { EmptyState } from "../../../EmptyState";
6
+ import { ProgressSpinner } from "../../../ProgressSpinner";
7
7
  import stl from "../../../styles/helpers/satellitePrefixer";
8
8
  import { jsx as _jsx } from "react/jsx-runtime";
9
- export var Loader = function Loader(_ref) {
9
+ export var DataTableLoader = function DataTableLoader(_ref) {
10
10
  var className = _ref.className,
11
11
  locale = _ref.locale;
12
12
  var _useState = useState(false),
@@ -36,5 +36,4 @@ export var Loader = function Loader(_ref) {
36
36
  centered: true
37
37
  }) : /*#__PURE__*/_jsx(ProgressSpinner, {})
38
38
  });
39
- };
40
- export default Loader;
39
+ };
@@ -1,3 +1,2 @@
1
1
  export * from "./DataTable";
2
2
  export * from "./types";
3
- export { default } from "./DataTable";
@@ -1,3 +1,2 @@
1
1
  export * from "./DataTable";
2
- export * from "./types";
3
- export { default } from "./DataTable";
2
+ export * from "./types";
@@ -11,4 +11,3 @@ export interface TableProps extends DetailedHTMLProps<TableHTMLAttributes<HTMLTa
11
11
  * See the [Table documentation page](https://satellite.algolia.com/layouts/table) for more information.
12
12
  */
13
13
  export declare const Table: VFC<TableProps>;
14
- export default Table;
@@ -7,7 +7,7 @@ function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbol
7
7
  function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
8
8
  import cx from "clsx";
9
9
  import stl from "../../styles/helpers/satellitePrefixer";
10
- import TableFooter from "./components/TableFooter";
10
+ import { TableFooter } from "./components/TableFooter";
11
11
  import { jsx as _jsx } from "react/jsx-runtime";
12
12
  import { jsxs as _jsxs } from "react/jsx-runtime";
13
13
  /**
@@ -36,5 +36,4 @@ export var Table = function Table(_ref) {
36
36
  children: footer
37
37
  })]
38
38
  });
39
- };
40
- export default Table;
39
+ };
@@ -5,4 +5,3 @@ export interface FooterProps {
5
5
  children?: ReactNode;
6
6
  }
7
7
  export declare const TableFooter: VFC<FooterProps>;
8
- export default TableFooter;
@@ -15,5 +15,4 @@ export var TableFooter = function TableFooter(_ref) {
15
15
  className: cx(stl(_templateObject3 || (_templateObject3 = _taggedTemplateLiteral(["bg-grey-100 border-t border-grey-200 text-grey-600 flex items-center justify-center"]))), SIZE_CLASSNAMES[size]),
16
16
  children: children
17
17
  });
18
- };
19
- export default TableFooter;
18
+ };
@@ -1,3 +1,2 @@
1
1
  export * from "./Table";
2
2
  export * from "./components/TableFooter";
3
- export { default } from "./Table";
@@ -1,3 +1,2 @@
1
1
  export * from "./Table";
2
- export * from "./components/TableFooter";
3
- export { default } from "./Table";
2
+ export * from "./components/TableFooter";
@@ -1,3 +1,2 @@
1
1
  export * from "./Table";
2
2
  export * from "./DataTable";
3
- export { default } from "./Table";
@@ -1,3 +1,2 @@
1
1
  export * from "./Table";
2
- export * from "./DataTable";
3
- export { default } from "./Table";
2
+ export * from "./DataTable";
@@ -1,4 +1,3 @@
1
1
  import type { VFC } from "react";
2
2
  import type { ContentTabsProps } from "./types";
3
3
  export declare const ContentTabs: VFC<ContentTabsProps>;
4
- export default ContentTabs;
@@ -2,7 +2,7 @@ import _taggedTemplateLiteral from "@babel/runtime/helpers/taggedTemplateLiteral
2
2
  var _templateObject, _templateObject2, _templateObject3, _templateObject4;
3
3
  import { Tabs, TabsContent, TabsList, TabsTrigger } from "@radix-ui/react-tabs";
4
4
  import cx from "clsx";
5
- import Badge from "../Badge";
5
+ import { Badge } from "../Badge";
6
6
  import stl from "../styles/helpers/satellitePrefixer";
7
7
  import { ACTIVE_UNDERLINE_VARIANT_CLASSNAMES } from "./utils";
8
8
  import { jsx as _jsx } from "react/jsx-runtime";
@@ -50,5 +50,4 @@ export var ContentTabs = function ContentTabs(_ref) {
50
50
  }, index);
51
51
  })]
52
52
  });
53
- };
54
- export default ContentTabs;
53
+ };
@@ -7,4 +7,3 @@ export declare const defaultUrlMatcher: UrlMatcher;
7
7
  * See the [Tabs documentation page](https://satellite.algolia.com/components/navigation/tabs) for more information.
8
8
  */
9
9
  export declare const LinkTabs: VFC<LinkTabsProps>;
10
- export default LinkTabs;
@@ -3,8 +3,8 @@ var _templateObject;
3
3
  import cx from "clsx";
4
4
  import useLocation from "react-use/lib/useLocation";
5
5
  import stl from "../styles/helpers/satellitePrefixer";
6
- import matchLocation from "../utils/matchLocation";
7
- import LinkTab from "./components/LinkTab";
6
+ import { matchLocation } from "../utils/matchLocation";
7
+ import { LinkTab } from "./components/LinkTab";
8
8
  import { jsx as _jsx } from "react/jsx-runtime";
9
9
  export var defaultUrlMatcher = function defaultUrlMatcher(tab, location) {
10
10
  return matchLocation(tab.to, {
@@ -41,5 +41,4 @@ export var LinkTabs = function LinkTabs(_ref) {
41
41
  }, tab.to);
42
42
  })
43
43
  });
44
- };
45
- export default LinkTabs;
44
+ };
@@ -6,4 +6,3 @@ export interface LinkTabProps {
6
6
  selected: boolean;
7
7
  }
8
8
  export declare const LinkTab: VFC<LinkTabProps>;
9
- export default LinkTab;
@@ -4,9 +4,9 @@ var _templateObject, _templateObject2;
4
4
  function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
5
5
  function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
6
6
  import cx from "clsx";
7
- import Badge from "../../Badge";
7
+ import { Badge } from "../../Badge";
8
8
  import stl from "../../styles/helpers/satellitePrefixer";
9
- import useLinkProps from "../../utils/useLinkProps";
9
+ import { useLinkProps } from "../../utils/useLinkProps";
10
10
  import { ACTIVE_UNDERLINE_VARIANT_CLASSNAMES } from "../utils";
11
11
  import { jsx as _jsx } from "react/jsx-runtime";
12
12
  import { jsxs as _jsxs } from "react/jsx-runtime";
@@ -74,5 +74,4 @@ export var LinkTab = function LinkTab(_ref3) {
74
74
  children: tab.value
75
75
  })]
76
76
  }));
77
- };
78
- export default LinkTab;
77
+ };
@@ -1,4 +1,3 @@
1
1
  export * from "./LinkTabs";
2
2
  export * from "./ContentTabs";
3
3
  export * from "./types";
4
- export { default } from "./LinkTabs";
package/esm/Tabs/index.js CHANGED
@@ -1,4 +1,3 @@
1
1
  export * from "./LinkTabs";
2
2
  export * from "./ContentTabs";
3
- export * from "./types";
4
- export { default } from "./LinkTabs";
3
+ export * from "./types";
package/esm/Tag/Tag.d.ts CHANGED
@@ -28,4 +28,3 @@ export interface TagProps extends DetailedHTMLProps<HTMLAttributes<HTMLSpanEleme
28
28
  * See the [Tag documentation page](https://satellite.algolia.com/components/forms/tag) for more information.
29
29
  */
30
30
  export declare const Tag: import("react").ForwardRefExoticComponent<Pick<TagProps, "dir" | "slot" | "style" | "title" | "children" | "id" | "variant" | "locale" | "className" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "draggable" | "hidden" | "lang" | "placeholder" | "spellCheck" | "tabIndex" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | "onAdd" | "addTooltip" | "onRemove" | "removeTooltip"> & import("react").RefAttributes<HTMLSpanElement>>;
31
- export default Tag;
package/esm/Tag/Tag.js CHANGED
@@ -112,5 +112,4 @@ export var Tag = /*#__PURE__*/forwardRef(function (_ref, ref) {
112
112
  })]
113
113
  }));
114
114
  });
115
- Tag.displayName = "Tag";
116
- export default Tag;
115
+ Tag.displayName = "Tag";
@@ -1,2 +1 @@
1
1
  export * from "./Tag";
2
- export { default } from "./Tag";
package/esm/Tag/index.js CHANGED
@@ -1,2 +1 @@
1
- export * from "./Tag";
2
- export { default } from "./Tag";
1
+ export * from "./Tag";
@@ -7,4 +7,3 @@ export interface TextAreaProps extends TextareaHTMLAttributes<HTMLTextAreaElemen
7
7
  * See the [Text Area documentation page](https://satellite.algolia.com/components/forms/text-area) for more information.
8
8
  */
9
9
  export declare const TextArea: import("react").ForwardRefExoticComponent<TextAreaProps & import("react").RefAttributes<HTMLTextAreaElement>>;
10
- export default TextArea;