@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
@@ -7,5 +7,4 @@ export var Divider = function Divider() {
7
7
  return /*#__PURE__*/_jsx(DropdownMenu.Separator, {
8
8
  className: stl(_templateObject || (_templateObject = _taggedTemplateLiteral(["border-b border-grey-100"])))
9
9
  });
10
- };
11
- export default Divider;
10
+ };
@@ -1,4 +1,3 @@
1
1
  import type { FC } from "react";
2
2
  export declare type LabelProps = JSX.IntrinsicElements["span"];
3
3
  export declare const Label: FC<LabelProps>;
4
- export default Label;
@@ -18,5 +18,4 @@ export var Label = function Label(_ref) {
18
18
  className: cx(stl(_templateObject || (_templateObject = _taggedTemplateLiteral(["flex items-center h-10 px-4\n border-grey-100 border-b border-t first:border-t-0\n display-subheading"]))), className)
19
19
  }))
20
20
  });
21
- };
22
- export default Label;
21
+ };
@@ -6,4 +6,3 @@ export interface CollapsibleItemProps {
6
6
  onClick?: (evt: MouseEvent<HTMLElement>, name: string, expandedItems: readonly string[]) => void;
7
7
  }
8
8
  export declare const CollapsibleItem: FC<CollapsibleItemProps>;
9
- export default CollapsibleItem;
@@ -51,5 +51,4 @@ export var CollapsibleItem = function CollapsibleItem(_ref) {
51
51
  children: children
52
52
  })]
53
53
  });
54
- };
55
- export default CollapsibleItem;
54
+ };
@@ -12,4 +12,3 @@ export declare type ItemProps = BaseItemProps<HTMLDivElement> & DropdownMenuItem
12
12
  variant?: "default" | "destructive";
13
13
  };
14
14
  export declare const Item: FC<ItemProps>;
15
- export default Item;
@@ -30,5 +30,4 @@ export var Item = function Item(props) {
30
30
  children: children
31
31
  })]
32
32
  }));
33
- };
34
- export default Item;
33
+ };
@@ -1,10 +1,16 @@
1
1
  import type { IconComponentType } from "Icons";
2
2
  import type { FC } from "react";
3
3
  import type { BaseItemProps } from "../../useMenuItemProps";
4
+ declare type LinkItemNavigationType = "auto" | "reload" | "newTab";
4
5
  export declare type LinkItemProps = BaseItemProps & {
5
6
  href: string;
6
7
  /** Left aligned icon */
7
8
  startIcon?: IconComponentType;
9
+ /**
10
+ * Configures how the link should be opened
11
+ * @default auto
12
+ * */
13
+ navigationType?: LinkItemNavigationType;
8
14
  };
9
15
  export declare const LinkItem: FC<LinkItemProps>;
10
- export default LinkItem;
16
+ export {};
@@ -2,7 +2,7 @@ import _taggedTemplateLiteral from "@babel/runtime/helpers/taggedTemplateLiteral
2
2
  import _defineProperty from "@babel/runtime/helpers/defineProperty";
3
3
  import _objectWithoutProperties from "@babel/runtime/helpers/objectWithoutProperties";
4
4
  var _templateObject, _templateObject2, _templateObject3, _templateObject4;
5
- var _excluded = ["startIcon", "className", "children", "onClick"];
5
+ var _excluded = ["startIcon", "className", "children", "onClick", "navigationType"];
6
6
  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; }
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 * as DropdownMenu from "@radix-ui/react-dropdown-menu";
@@ -11,7 +11,7 @@ import { useMemo } from "react";
11
11
  import { ExternalLinkIcon } from "../../../Icons";
12
12
  import { useSatelliteContext } from "../../../Satellite";
13
13
  import stl from "../../../styles/helpers/satellitePrefixer";
14
- import parseURL from "../../../utils/parseUrl";
14
+ import { parseURL } from "../../../utils/parseUrl";
15
15
  import { useMenuItemProps } from "../../useMenuItemProps";
16
16
  import { jsx as _jsx } from "react/jsx-runtime";
17
17
  import { jsxs as _jsxs } from "react/jsx-runtime";
@@ -24,16 +24,20 @@ export var LinkItem = function LinkItem(props) {
24
24
  className = _props$itemProps.className,
25
25
  children = _props$itemProps.children,
26
26
  onClick = _props$itemProps.onClick,
27
+ navigationType = _props$itemProps.navigationType,
27
28
  mergedProps = _objectWithoutProperties(_props$itemProps, _excluded);
28
29
  var href = router.transformHref(props.href || "");
29
30
  var parsedLocation = useMemo(function () {
30
31
  return parseURL(href);
31
32
  }, [href]);
32
- var isExternalLink = router.isExternalLocation(parsedLocation);
33
+ var isExternalLink = navigationType === "newTab" || router.shouldOpenInNewTab(parsedLocation);
33
34
  var onItemClick = function onItemClick(event) {
35
+ if (mergedProps.disabled) return;
34
36
  onClick === null || onClick === void 0 || onClick(event);
35
- event.preventDefault();
36
- if (router.shouldOpenInNewTab(parsedLocation)) {
37
+ if (event.defaultPrevented) return;
38
+ if (navigationType === "reload") {
39
+ window.location.assign(href);
40
+ } else if (isExternalLink) {
37
41
  window.open(href, "_blank");
38
42
  } else {
39
43
  router.push({
@@ -56,5 +60,4 @@ export var LinkItem = function LinkItem(props) {
56
60
  size: "1em"
57
61
  })]
58
62
  }));
59
- };
60
- export default LinkItem;
63
+ };
@@ -3,4 +3,3 @@ import type { FC } from "react";
3
3
  import type { BaseItemProps } from "../../useMenuItemProps";
4
4
  export declare type RadioItemProps = Pick<DropdownMenuRadioItemProps, "value" | "defaultChecked"> & BaseItemProps<HTMLDivElement>;
5
5
  export declare const RadioItem: FC<RadioItemProps>;
6
- export default RadioItem;
@@ -9,7 +9,7 @@ import * as DropdownMenu from "@radix-ui/react-dropdown-menu";
9
9
  import cx from "clsx";
10
10
  import { CheckIcon } from "../../../Icons";
11
11
  import stl from "../../../styles/helpers/satellitePrefixer";
12
- import useMenuItemProps from "../../useMenuItemProps";
12
+ import { useMenuItemProps } from "../../useMenuItemProps";
13
13
  import { jsx as _jsx } from "react/jsx-runtime";
14
14
  import { jsxs as _jsxs } from "react/jsx-runtime";
15
15
  export var RadioItem = function RadioItem(props) {
@@ -37,5 +37,4 @@ export var RadioItem = function RadioItem(props) {
37
37
  })
38
38
  }));
39
39
  };
40
- RadioItem.displayName = "RadioItem";
41
- export default RadioItem;
40
+ RadioItem.displayName = "RadioItem";
@@ -6,4 +6,3 @@ export interface ToggleItemProps extends Omit<ToggleProps, "onSelect"> {
6
6
  onSelect?: (event: Event) => void;
7
7
  }
8
8
  export declare const ToggleItem: FC<ToggleItemProps>;
9
- export default ToggleItem;
@@ -11,7 +11,7 @@ import cx from "clsx";
11
11
  import { useState } from "react";
12
12
  import stl from "../../../styles/helpers/satellitePrefixer";
13
13
  import { Toggle } from "../../../Toggle";
14
- import useMenuItemProps from "../../useMenuItemProps";
14
+ import { useMenuItemProps } from "../../useMenuItemProps";
15
15
  import { jsx as _jsx } from "react/jsx-runtime";
16
16
  import { jsxs as _jsxs } from "react/jsx-runtime";
17
17
  export var ToggleItem = function ToggleItem(props) {
@@ -59,5 +59,4 @@ export var ToggleItem = function ToggleItem(props) {
59
59
  }))]
60
60
  })
61
61
  });
62
- };
63
- export default ToggleItem;
62
+ };
@@ -8,4 +8,3 @@ export declare const useMenuItemProps: <T extends HTMLElement = HTMLElement>(pro
8
8
  className: string;
9
9
  onClick: MouseEventHandler<T> | undefined;
10
10
  };
11
- export default useMenuItemProps;
@@ -8,5 +8,4 @@ export var useMenuItemProps = function useMenuItemProps(props) {
8
8
  className: className,
9
9
  onClick: props.onClick
10
10
  };
11
- };
12
- export default useMenuItemProps;
11
+ };
@@ -1,7 +1,7 @@
1
1
  import type { ReactNode, VFC } from "react";
2
2
  import type { XOR } from "../types";
3
- import ModalFooter from "./components/ModalFooter";
4
- import ModalSection from "./components/ModalSection";
3
+ import { ModalFooter } from "./components/ModalFooter";
4
+ import { ModalSection } from "./components/ModalSection";
5
5
  export declare type ModalSizeVariant = "medium" | "large";
6
6
  export declare type ModalLocale = {
7
7
  dismissText?: string;
@@ -58,4 +58,4 @@ declare type ModalSubComponents = {
58
58
  * See the [Modal documentation page](https://satellite.algolia.com/components/overlay/modal) for more information.
59
59
  */
60
60
  export declare const Modal: VFC<ModalProps> & ModalSubComponents;
61
- export default Modal;
61
+ export {};
@@ -7,13 +7,13 @@ import * as Dialog from "@radix-ui/react-dialog";
7
7
  import cx from "clsx";
8
8
  import { Fragment } from "react";
9
9
  import { IconButton } from "../Button";
10
- import Card from "../Card";
10
+ import { Card } from "../Card";
11
11
  import { XIcon } from "../Icons";
12
12
  import { useCreatePortal, useLocale } from "../Satellite";
13
13
  import stl from "../styles/helpers/satellitePrefixer";
14
14
  import { prefersReducedMotion } from "../utils/prefersReducedMotion";
15
- import ModalFooter from "./components/ModalFooter";
16
- import ModalSection from "./components/ModalSection";
15
+ import { ModalFooter } from "./components/ModalFooter";
16
+ import { ModalSection } from "./components/ModalSection";
17
17
  import { jsx as _jsx } from "react/jsx-runtime";
18
18
  import { jsxs as _jsxs } from "react/jsx-runtime";
19
19
  var DEFAULT_MODAL_LOCALE = {
@@ -142,5 +142,4 @@ export var Modal = function Modal(_ref) {
142
142
  });
143
143
  };
144
144
  Modal.Footer = ModalFooter;
145
- Modal.Section = ModalSection;
146
- export default Modal;
145
+ Modal.Section = ModalSection;
@@ -3,4 +3,3 @@ export declare type ModalFooterProps = HTMLAttributes<HTMLElement> & {
3
3
  children: ReactNode;
4
4
  };
5
5
  export declare const ModalFooter: VFC<ModalFooterProps>;
6
- export default ModalFooter;
@@ -6,7 +6,7 @@ var _excluded = ["className", "children"];
6
6
  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; }
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
- import FlexGrid from "../../FlexGrid";
9
+ import { FlexGrid } from "../../FlexGrid";
10
10
  import stl from "../../styles/helpers/satellitePrefixer";
11
11
  import { jsx as _jsx } from "react/jsx-runtime";
12
12
  export var ModalFooter = function ModalFooter(_ref) {
@@ -21,5 +21,4 @@ export var ModalFooter = function ModalFooter(_ref) {
21
21
  children: children
22
22
  })
23
23
  }));
24
- };
25
- export default ModalFooter;
24
+ };
@@ -7,4 +7,3 @@ export declare type ModalSectionProps = {
7
7
  fullBleed?: boolean;
8
8
  };
9
9
  export declare const ModalSection: VFC<ModalSectionProps>;
10
- export default ModalSection;
@@ -12,5 +12,4 @@ export var ModalSection = function ModalSection(_ref) {
12
12
  className: cx(fullBleed && stl(_templateObject || (_templateObject = _taggedTemplateLiteral(["-mx-10"]))), className),
13
13
  children: children
14
14
  });
15
- };
16
- export default ModalSection;
15
+ };
@@ -1,4 +1,3 @@
1
1
  export * from "./Modal";
2
2
  export * from "./components/ModalFooter";
3
3
  export * from "./components/ModalSection";
4
- export { default } from "./Modal";
@@ -1,4 +1,3 @@
1
1
  export * from "./Modal";
2
2
  export * from "./components/ModalFooter";
3
- export * from "./components/ModalSection";
4
- export { default } from "./Modal";
3
+ export * from "./components/ModalSection";
@@ -33,4 +33,4 @@ export declare const isIndeterminateCompactPaginationProps: (props: CompactPagin
33
33
  * See the [Compact Pagination documentation page](https://satellite.algolia.com/components/navigation/compact-pagination) for more information.
34
34
  */
35
35
  export declare const CompactPagination: VFC<CompactPaginationProps>;
36
- export default CompactPagination;
36
+ export {};
@@ -78,5 +78,4 @@ export var CompactPagination = function CompactPagination(props) {
78
78
  disabled: isLastPage
79
79
  })]
80
80
  });
81
- };
82
- export default CompactPagination;
81
+ };
@@ -1,2 +1 @@
1
1
  export * from "./CompactPagination";
2
- export { default } from "./CompactPagination";
@@ -1,2 +1 @@
1
- export * from "./CompactPagination";
2
- export { default } from "./CompactPagination";
1
+ export * from "./CompactPagination";
@@ -17,4 +17,3 @@ export declare type DotPaginationProps<T extends number> = {
17
17
  * See the [Dot Pagination documentation page](https://satellite.algolia.com/components/navigation/dot-pagination) for more information.
18
18
  */
19
19
  export declare const DotPagination: <T extends number>({ currentPage, onChange, nbPages, size, locale: propsLocale, }: DotPaginationProps<T>) => JSX.Element;
20
- export default DotPagination;
@@ -40,5 +40,4 @@ export var DotPagination = function DotPagination(_ref) {
40
40
  }, idx);
41
41
  })
42
42
  });
43
- };
44
- export default DotPagination;
43
+ };
@@ -1,2 +1 @@
1
1
  export * from "./DotPagination";
2
- export { default } from "./DotPagination";
@@ -1,2 +1 @@
1
- export * from "./DotPagination";
2
- export { default } from "./DotPagination";
1
+ export * from "./DotPagination";
@@ -17,4 +17,3 @@ export interface PaginationProps {
17
17
  * See the [Pagination documentation page](https://satellite.algolia.com/components/navigation/pagination) for more information.
18
18
  */
19
19
  export declare const Pagination: VFC<PaginationProps>;
20
- export default Pagination;
@@ -3,11 +3,11 @@ import _taggedTemplateLiteral from "@babel/runtime/helpers/taggedTemplateLiteral
3
3
  var _templateObject;
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
- import Button, { ButtonGroup } from "../../Button";
6
+ import { Button, ButtonGroup } from "../../Button";
7
7
  import { ArrowLeftIcon, ArrowRightIcon } from "../../Icons";
8
8
  import { useLocale } from "../../Satellite";
9
9
  import stl from "../../styles/helpers/satellitePrefixer";
10
- import range from "../../utils/range";
10
+ import { range } from "../../utils/range";
11
11
  import { jsx as _jsx } from "react/jsx-runtime";
12
12
  import { Fragment as _Fragment } from "react/jsx-runtime";
13
13
  import { jsxs as _jsxs } from "react/jsx-runtime";
@@ -108,5 +108,4 @@ export var Pagination = function Pagination(_ref2) {
108
108
  })
109
109
  })]
110
110
  });
111
- };
112
- export default Pagination;
111
+ };
@@ -1,2 +1 @@
1
1
  export * from "./Pagination";
2
- export { default } from "./Pagination";
@@ -1,2 +1 @@
1
- export * from "./Pagination";
2
- export { default } from "./Pagination";
1
+ export * from "./Pagination";
@@ -1,4 +1,3 @@
1
1
  export * from "./Pagination";
2
2
  export * from "./DotPagination";
3
3
  export * from "./CompactPagination";
4
- export { default } from "./Pagination";
@@ -1,4 +1,3 @@
1
1
  export * from "./Pagination";
2
2
  export * from "./DotPagination";
3
- export * from "./CompactPagination";
4
- export { default } from "./Pagination";
3
+ export * from "./CompactPagination";
@@ -7,4 +7,3 @@ export declare const POPOVER_ARROW_TEST_ID = "arrow";
7
7
  * See the [Popover documentation page](https://satellite.algolia.com/components/overlay/popover) for more information.
8
8
  */
9
9
  export declare const Popover: VFC<PopoverProps>;
10
- export default Popover;
@@ -131,5 +131,4 @@ export var Popover = function Popover(_ref) {
131
131
  })]
132
132
  })))]
133
133
  });
134
- };
135
- export default Popover;
134
+ };
@@ -1,3 +1,2 @@
1
1
  export { Popover } from "./Popover";
2
2
  export * from "./types";
3
- export { default } from "./Popover";
@@ -1,3 +1,2 @@
1
1
  export { Popover } from "./Popover";
2
- export * from "./types";
3
- export { default } from "./Popover";
2
+ export * from "./types";
@@ -13,4 +13,3 @@ export interface ProgressBarProps extends HTMLAttributes<HTMLDivElement> {
13
13
  * See the [Progress Bar documentation page](https://satellite.algolia.com/components/feedback/progress-bar) for more information.
14
14
  */
15
15
  export declare const ProgressBar: import("react").ForwardRefExoticComponent<ProgressBarProps & import("react").RefAttributes<HTMLDivElement>>;
16
- export default ProgressBar;
@@ -43,5 +43,4 @@ export var ProgressBar = /*#__PURE__*/forwardRef(function (_ref, ref) {
43
43
  })
44
44
  }));
45
45
  });
46
- ProgressBar.displayName = "ProgressBar";
47
- export default ProgressBar;
46
+ ProgressBar.displayName = "ProgressBar";
@@ -1,2 +1 @@
1
1
  export * from "./ProgressBar";
2
- export { default } from "./ProgressBar";
@@ -1,2 +1 @@
1
- export * from "./ProgressBar";
2
- export { default } from "./ProgressBar";
1
+ export * from "./ProgressBar";
@@ -11,4 +11,3 @@ export interface ProgressSpinnerProps extends SVGAttributes<SVGSVGElement> {
11
11
  * See the [Progress Spinner documentation page](https://satellite.algolia.com/components/feedback/progress-spinner) for more information.
12
12
  */
13
13
  export declare const ProgressSpinner: VFC<ProgressSpinnerProps>;
14
- export default ProgressSpinner;
@@ -50,5 +50,4 @@ export var ProgressSpinner = function ProgressSpinner(_ref) {
50
50
  })]
51
51
  }))
52
52
  );
53
- };
54
- export default ProgressSpinner;
53
+ };
@@ -1,2 +1 @@
1
1
  export * from "./ProgressSpinner";
2
- export { default } from "./ProgressSpinner";
@@ -1,2 +1 @@
1
- export * from "./ProgressSpinner";
2
- export { default } from "./ProgressSpinner";
1
+ export * from "./ProgressSpinner";
@@ -1,4 +1,3 @@
1
1
  import type { HTMLAttributes, InputHTMLAttributes } from "react";
2
2
  export declare type RadioButtonProps = HTMLAttributes<HTMLInputElement> & Pick<InputHTMLAttributes<HTMLInputElement>, "value" | "name" | "checked" | "defaultChecked" | "onChange" | "required" | "autoFocus" | "disabled">;
3
3
  export declare const RadioButton: import("react").ForwardRefExoticComponent<HTMLAttributes<HTMLInputElement> & Pick<InputHTMLAttributes<HTMLInputElement>, "value" | "defaultChecked" | "onChange" | "name" | "autoFocus" | "disabled" | "checked" | "required"> & import("react").RefAttributes<HTMLInputElement>>;
4
- export default RadioButton;
@@ -18,5 +18,4 @@ export var RadioButton = /*#__PURE__*/forwardRef(function (_ref, ref) {
18
18
  ref: ref
19
19
  }));
20
20
  });
21
- RadioButton.displayName = "RadioButton";
22
- export default RadioButton;
21
+ RadioButton.displayName = "RadioButton";
@@ -28,4 +28,4 @@ export declare const RadioGroupItem: VFC<RadioGroupItemProps>;
28
28
  * See the [Radio Group documentation page](https://satellite.algolia.com/components/controls/radio-group) for more information.
29
29
  */
30
30
  export declare const RadioGroup: VFC<RadioGroupProps> & RadioGroupSubComponents;
31
- export default RadioGroup;
31
+ export {};
@@ -2,10 +2,10 @@ import _slicedToArray from "@babel/runtime/helpers/slicedToArray";
2
2
  import _taggedTemplateLiteral from "@babel/runtime/helpers/taggedTemplateLiteral";
3
3
  var _templateObject, _templateObject2, _templateObject3, _templateObject4, _templateObject5;
4
4
  import { useState } from "react";
5
- import Card from "../Card";
5
+ import { Card } from "../Card";
6
6
  import stl from "../styles/helpers/satellitePrefixer";
7
- import uniqueId from "../utils/uniqueId";
8
- import RadioButton from "./RadioButton";
7
+ import { uniqueId } from "../utils/uniqueId";
8
+ import { RadioButton } from "./RadioButton";
9
9
  import { RadioGroupContext, useRadioGroupContext } from "./RadiogroupContext";
10
10
  import { jsx as _jsx } from "react/jsx-runtime";
11
11
  import { jsxs as _jsxs } from "react/jsx-runtime";
@@ -83,5 +83,4 @@ export var RadioGroup = function RadioGroup(_ref2) {
83
83
  })
84
84
  });
85
85
  };
86
- RadioGroup.Item = RadioGroupItem;
87
- export default RadioGroup;
86
+ RadioGroup.Item = RadioGroupItem;
@@ -1,4 +1,3 @@
1
1
  export * from "./RadioGroup";
2
2
  export * from "./RadioButton";
3
3
  export * from "./RadiogroupContext";
4
- export { default } from "./RadioGroup";
@@ -1,4 +1,3 @@
1
1
  export * from "./RadioGroup";
2
2
  export * from "./RadioButton";
3
- export * from "./RadiogroupContext";
4
- export { default } from "./RadioGroup";
3
+ export * from "./RadiogroupContext";
@@ -33,4 +33,4 @@ export declare const RangeSlider: (<Value extends RangeSliderValue>(props: Range
33
33
  }) => ReturnType<typeof RangeSliderInternal>) & {
34
34
  displayName?: string | undefined;
35
35
  };
36
- export default RangeSlider;
36
+ export {};
@@ -95,5 +95,4 @@ var RangeSliderInternal = function RangeSliderInternal(_ref2, ref) {
95
95
  * See the [Range Slider documentation page](https://satellite.algolia.com/components/controls/range-slider) for more information.
96
96
  */
97
97
  export var RangeSlider = /*#__PURE__*/forwardRef(RangeSliderInternal);
98
- RangeSlider.displayName = "RangeSlider";
99
- export default RangeSlider;
98
+ RangeSlider.displayName = "RangeSlider";
@@ -1,2 +1 @@
1
1
  export * from "./RangeSlider";
2
- export { default } from "./RangeSlider";
@@ -1,2 +1 @@
1
- export * from "./RangeSlider";
2
- export { default } from "./RangeSlider";
1
+ export * from "./RangeSlider";
@@ -8,4 +8,3 @@ export interface SatelliteProps {
8
8
  children: ReactNode;
9
9
  }
10
10
  export declare const Satellite: VFC<SatelliteProps>;
11
- export default Satellite;
@@ -1,5 +1,5 @@
1
1
  import { useLayoutEffect } from "react";
2
- import SatelliteContext from "./SatelliteContext";
2
+ import { SatelliteContext } from "./SatelliteContext";
3
3
  import { router as defaultRouter } from "./SatelliteRouter";
4
4
  import { jsx as _jsx } from "react/jsx-runtime";
5
5
  var DEFAULT_PORTAL_ID = "satellite-portal";
@@ -50,5 +50,4 @@ export var Satellite = function Satellite(_ref) {
50
50
  },
51
51
  children: children
52
52
  });
53
- };
54
- export default Satellite;
53
+ };
@@ -8,4 +8,3 @@ export interface SatelliteContextType {
8
8
  }
9
9
  export declare const SatelliteContext: import("react").Context<SatelliteContextType>;
10
10
  export declare const useSatelliteContext: () => SatelliteContextType;
11
- export default SatelliteContext;
@@ -12,5 +12,4 @@ export var SatelliteContext = /*#__PURE__*/createContext(DEFAULT_CONTEXT);
12
12
  export var useSatelliteContext = function useSatelliteContext() {
13
13
  var context = useContext(SatelliteContext);
14
14
  return _objectSpread(_objectSpread({}, DEFAULT_CONTEXT), context);
15
- };
16
- export default SatelliteContext;
15
+ };
@@ -3,4 +3,3 @@ export * from "./SatelliteContext";
3
3
  export * from "./SatelliteRouter";
4
4
  export * from "./locale";
5
5
  export * from "./useCreatePortal";
6
- export { default } from "./Satellite";
@@ -2,5 +2,4 @@ export * from "./Satellite";
2
2
  export * from "./SatelliteContext";
3
3
  export * from "./SatelliteRouter";
4
4
  export * from "./locale";
5
- export * from "./useCreatePortal";
6
- export { default } from "./Satellite";
5
+ export * from "./useCreatePortal";
@@ -1,5 +1,5 @@
1
1
  import { useContext } from "react";
2
- import SatelliteContext from "./SatelliteContext";
2
+ import { SatelliteContext } from "./SatelliteContext";
3
3
  export var useLocale = function useLocale(componentKey) {
4
4
  var _useContext = useContext(SatelliteContext),
5
5
  locales = _useContext.locales;
@@ -16,4 +16,3 @@ export interface ScrollIndicatorProps {
16
16
  * See the [Scroll Indicator documentation page](https://satellite.algolia.com/layouts/scroll-indicator) for more information.
17
17
  */
18
18
  export declare const ScrollIndicator: VFC<ScrollIndicatorProps>;
19
- export default ScrollIndicator;
@@ -81,5 +81,4 @@ export var ScrollIndicator = function ScrollIndicator(_ref) {
81
81
  tabIndex: 0
82
82
  }, children)
83
83
  });
84
- };
85
- export default ScrollIndicator;
84
+ };
@@ -1,2 +1 @@
1
1
  export * from "./ScrollIndicator";
2
- export { default } from "./ScrollIndicator";
@@ -1,2 +1 @@
1
- export * from "./ScrollIndicator";
2
- export { default } from "./ScrollIndicator";
1
+ export * from "./ScrollIndicator";