@algolia/satellite 2.0.0-rc.6 → 2.1.0-rc.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (551) hide show
  1. package/dist/cjs/Actions/Accordion/Accordion.d.ts +1 -1
  2. package/dist/cjs/Actions/Accordion/Accordion.js +3 -3
  3. package/dist/cjs/Actions/Button/Button.d.ts +1 -1
  4. package/dist/cjs/Actions/Button/Button.js +1 -1
  5. package/dist/cjs/Actions/Button/PolymorphicButton.d.ts +1 -1
  6. package/dist/cjs/Actions/Button/PolymorphicButton.js +3 -3
  7. package/dist/cjs/Actions/Button/PolymorphicIconButton.d.ts +2 -2
  8. package/dist/cjs/Actions/Button/PolymorphicIconButton.js +4 -4
  9. package/dist/cjs/Actions/Button/styles.js +1 -1
  10. package/dist/cjs/Actions/ButtonGroup/ButtonGroup.d.ts +1 -1
  11. package/dist/cjs/Actions/ButtonGroup/ButtonGroup.js +2 -2
  12. package/dist/cjs/Actions/ButtonLink/ButtonLink.d.ts +2 -2
  13. package/dist/cjs/Actions/ButtonLink/ButtonLink.js +4 -4
  14. package/dist/cjs/Actions/IconButton/IconButton.d.ts +2 -2
  15. package/dist/cjs/Actions/IconButton/IconButton.js +2 -2
  16. package/dist/cjs/Actions/IconButtonLink/IconButtonLink.d.ts +2 -2
  17. package/dist/cjs/Actions/IconButtonLink/IconButtonLink.js +3 -3
  18. package/dist/cjs/Actions/SegmentedControl/SegmentedControl.d.ts +3 -3
  19. package/dist/cjs/Actions/SegmentedControl/SegmentedControl.js +11 -9
  20. package/dist/cjs/Actions/SegmentedControl/SegmentedControlOption.js +3 -3
  21. package/dist/cjs/Actions/ToggleButton/ToggleButton.d.ts +1 -1
  22. package/dist/cjs/Actions/ToggleButton/ToggleButton.js +1 -1
  23. package/dist/cjs/Actions/ToggleButton/ToggleButtonBase.d.ts +1 -1
  24. package/dist/cjs/Actions/ToggleButton/ToggleButtonBase.js +3 -3
  25. package/dist/cjs/Actions/ToggleGroup/ToggleGroup.d.ts +2 -7
  26. package/dist/cjs/Actions/ToggleGroup/ToggleGroup.js +3 -8
  27. package/dist/cjs/Fields/AutoComplete/AutoComplete.d.ts +1 -1
  28. package/dist/cjs/Fields/AutoComplete/AutoComplete.js +10 -10
  29. package/dist/cjs/Fields/AutoComplete/components/AutoCompleteContext.d.ts +1 -1
  30. package/dist/cjs/Fields/AutoComplete/components/AutoCompleteEmptyState.d.ts +1 -1
  31. package/dist/cjs/Fields/AutoComplete/components/AutoCompleteEmptyState.js +4 -4
  32. package/dist/cjs/Fields/AutoComplete/components/DefaultOptionItem.d.ts +1 -1
  33. package/dist/cjs/Fields/AutoComplete/components/DefaultOptionItem.js +1 -1
  34. package/dist/cjs/Fields/AutoComplete/utils.js +1 -1
  35. package/dist/cjs/Fields/Checkbox/Checkbox.d.ts +2 -2
  36. package/dist/cjs/Fields/Checkbox/Checkbox.js +6 -6
  37. package/dist/cjs/Fields/DateInput/DateInput.d.ts +7 -8
  38. package/dist/cjs/Fields/DateInput/DateInput.js +7 -7
  39. package/dist/cjs/Fields/DatePicker/DatePicker/DatePicker.d.ts +3 -5
  40. package/dist/cjs/Fields/DatePicker/DatePicker/DatePicker.js +13 -17
  41. package/dist/cjs/Fields/DatePicker/DateRangePicker/DateRangePicker.d.ts +14 -4
  42. package/dist/cjs/Fields/DatePicker/DateRangePicker/DateRangePicker.js +27 -27
  43. package/dist/cjs/Fields/DatePicker/DateRangePicker/DateRangePickerDisplay.d.ts +3 -3
  44. package/dist/cjs/Fields/DatePicker/DateRangePicker/DateRangePickerDisplay.js +4 -4
  45. package/dist/cjs/Fields/DatePicker/DateRangePicker/dateRangePickerReducer.js +2 -10
  46. package/dist/cjs/Fields/DatePicker/components/Calendar.d.ts +1 -1
  47. package/dist/cjs/Fields/DatePicker/components/Display.js +2 -2
  48. package/dist/cjs/Fields/DatePicker/components/Footer.js +1 -1
  49. package/dist/cjs/Fields/DatePicker/components/FooterActions.d.ts +1 -1
  50. package/dist/cjs/Fields/DatePicker/components/FooterActions.js +2 -2
  51. package/dist/cjs/Fields/DatePicker/components/NavBar.d.ts +2 -2
  52. package/dist/cjs/Fields/DatePicker/components/NavBar.js +4 -4
  53. package/dist/cjs/Fields/DatePicker/components/Popover.js +2 -2
  54. package/dist/cjs/Fields/DatePicker/components/SidePanel.js +1 -1
  55. package/dist/cjs/Fields/DatePicker/utils.d.ts +8 -0
  56. package/dist/cjs/Fields/DatePicker/utils.js +13 -1
  57. package/dist/cjs/Fields/DateRangeInput/DateRangeInput.d.ts +51 -0
  58. package/dist/cjs/Fields/DateRangeInput/DateRangeInput.js +231 -0
  59. package/dist/cjs/Fields/DateRangeInput/index.d.ts +2 -0
  60. package/dist/cjs/Fields/DateRangeInput/index.js +12 -0
  61. package/dist/cjs/Fields/Dropzone/Dropzone.d.ts +1 -1
  62. package/dist/cjs/Fields/Dropzone/Dropzone.js +8 -8
  63. package/dist/cjs/Fields/Field/Field.d.ts +3 -3
  64. package/dist/cjs/Fields/Field/Field.js +6 -6
  65. package/dist/cjs/Fields/FilePicker/FilePicker.d.ts +3 -3
  66. package/dist/cjs/Fields/FilePicker/FilePicker.js +7 -7
  67. package/dist/cjs/Fields/Form/Form.d.ts +6 -1
  68. package/dist/cjs/Fields/Form/Form.js +11 -5
  69. package/dist/cjs/Fields/Form/FormContext.d.ts +1 -1
  70. package/dist/cjs/Fields/Form/stories/AsynchronousValidation.js +8 -8
  71. package/dist/cjs/Fields/Form/stories/Complex.js +18 -18
  72. package/dist/cjs/Fields/Form/stories/DependentFieldsValidation.js +4 -4
  73. package/dist/cjs/Fields/Form/stories/DirtyFields.js +6 -6
  74. package/dist/cjs/Fields/Form/stories/DynamicFieldsValidation.js +5 -5
  75. package/dist/cjs/Fields/Form/stories/ExtraErrors.js +4 -4
  76. package/dist/cjs/Fields/Form/stories/FieldArrays.js +11 -11
  77. package/dist/cjs/Fields/Form/stories/JSONForms.js +13 -13
  78. package/dist/cjs/Fields/Form/stories/MultiStep.js +7 -7
  79. package/dist/cjs/Fields/Form/stories/ValidationStrategies.js +5 -5
  80. package/dist/cjs/Fields/Input/Input.d.ts +1 -1
  81. package/dist/cjs/Fields/Input/Input.js +9 -9
  82. package/dist/cjs/Fields/RadioGroup/RadioButton.d.ts +5 -0
  83. package/dist/cjs/Fields/RadioGroup/RadioButton.js +7 -2
  84. package/dist/cjs/Fields/RadioGroup/RadioGroup.d.ts +1 -1
  85. package/dist/cjs/Fields/RadioGroup/RadioGroup.js +5 -5
  86. package/dist/cjs/Fields/RadioGroup/RadioGroupContext.d.ts +1 -1
  87. package/dist/cjs/Fields/RadioGroup/RadioGroupItem.js +2 -2
  88. package/dist/cjs/Fields/RangeSlider/RangeSlider.d.ts +1 -1
  89. package/dist/cjs/Fields/RangeSlider/RangeSlider.js +5 -5
  90. package/dist/cjs/Fields/Select/Select.d.ts +1 -1
  91. package/dist/cjs/Fields/Select/Select.js +4 -4
  92. package/dist/cjs/Fields/Switch/Switch.d.ts +2 -2
  93. package/dist/cjs/Fields/Switch/Switch.js +3 -3
  94. package/dist/cjs/Fields/TextArea/TextArea.d.ts +1 -1
  95. package/dist/cjs/Fields/TextArea/TextArea.js +4 -4
  96. package/dist/cjs/Fields/index.d.ts +1 -0
  97. package/dist/cjs/Fields/index.js +11 -0
  98. package/dist/cjs/Helpers/ClickAwayContainer/ClickAwayContainer.d.ts +2 -0
  99. package/dist/cjs/Helpers/ClickAwayContainer/ClickAwayContainer.js +2 -0
  100. package/dist/cjs/Helpers/CodeEditor/CodeEditor.d.ts +28 -0
  101. package/dist/cjs/Helpers/CodeEditor/CodeEditor.js +56 -0
  102. package/dist/cjs/Helpers/CodeEditor/index.d.ts +1 -0
  103. package/dist/cjs/Helpers/CodeEditor/index.js +24 -0
  104. package/dist/cjs/Helpers/CodeEditor/theme.d.ts +24 -0
  105. package/dist/cjs/Helpers/CodeEditor/theme.js +59 -0
  106. package/dist/cjs/Helpers/HelpUnderline/HelpUnderline.d.ts +1 -1
  107. package/dist/cjs/Helpers/HelpUnderline/HelpUnderline.js +3 -3
  108. package/dist/cjs/Helpers/TextWrap/TextWrap.d.ts +1 -1
  109. package/dist/cjs/Helpers/TextWrap/TextWrap.js +3 -3
  110. package/dist/cjs/Helpers/UserContent/UserContent.d.ts +1 -1
  111. package/dist/cjs/Helpers/UserContent/UserContent.js +2 -2
  112. package/dist/cjs/Helpers/index.d.ts +1 -2
  113. package/dist/cjs/Helpers/index.js +8 -19
  114. package/dist/cjs/Icons/index.d.ts +1 -1
  115. package/dist/cjs/Icons/index.js +6 -0
  116. package/dist/cjs/Icons/utils.js +1 -1
  117. package/dist/cjs/Indicators/AnnouncementBadge/AnnouncementBadge.d.ts +1 -1
  118. package/dist/cjs/Indicators/AnnouncementBadge/AnnouncementBadge.js +3 -3
  119. package/dist/cjs/{Avatars → Indicators/Avatars}/ApplicationAvatar/ApplicationAvatar.d.ts +2 -2
  120. package/dist/cjs/{Avatars → Indicators/Avatars}/ApplicationAvatar/ApplicationAvatar.js +3 -3
  121. package/dist/cjs/{Avatars → Indicators/Avatars}/UserAvatar/UserAvatar.d.ts +2 -2
  122. package/dist/cjs/{Avatars → Indicators/Avatars}/UserAvatar/UserAvatar.js +5 -5
  123. package/dist/cjs/{Avatars → Indicators/Avatars}/utils.js +2 -2
  124. package/dist/cjs/Indicators/Badge/Badge.d.ts +1 -1
  125. package/dist/cjs/Indicators/Badge/Badge.js +3 -3
  126. package/dist/cjs/Indicators/Banners/Alert/Alert.d.ts +1 -1
  127. package/dist/cjs/Indicators/Banners/Alert/Alert.js +4 -4
  128. package/dist/cjs/Indicators/Banners/Promote/Promote.d.ts +1 -1
  129. package/dist/cjs/Indicators/Banners/Promote/Promote.js +5 -5
  130. package/dist/cjs/Indicators/Banners/SystemNotification/SystemNotification.d.ts +1 -1
  131. package/dist/cjs/Indicators/Banners/SystemNotification/SystemNotification.js +3 -3
  132. package/dist/cjs/Indicators/EmptyState/EmptyState.d.ts +1 -1
  133. package/dist/cjs/Indicators/EmptyState/EmptyState.js +5 -5
  134. package/dist/cjs/Indicators/KeyboardKey/KeyboardKey.d.ts +1 -1
  135. package/dist/cjs/Indicators/KeyboardKey/KeyboardKey.js +3 -3
  136. package/dist/{esm/Helpers → cjs/Indicators}/Medallion/Medallion.d.ts +2 -2
  137. package/dist/cjs/{Helpers → Indicators}/Medallion/Medallion.js +2 -2
  138. package/dist/cjs/Indicators/ProgressBar/ProgressBar.d.ts +1 -1
  139. package/dist/cjs/Indicators/ProgressBar/ProgressBar.js +4 -4
  140. package/dist/cjs/Indicators/ProgressSpinner/ProgressSpinner.d.ts +1 -1
  141. package/dist/cjs/Indicators/ProgressSpinner/ProgressSpinner.js +2 -2
  142. package/dist/cjs/Indicators/ScrollIndicator/ScrollIndicator.d.ts +1 -1
  143. package/dist/cjs/Indicators/ScrollIndicator/ScrollIndicator.js +2 -2
  144. package/dist/cjs/{Helpers → Indicators}/Separator/Separator.d.ts +1 -1
  145. package/dist/cjs/{Helpers → Indicators}/Separator/Separator.js +2 -2
  146. package/dist/cjs/Indicators/Skeleton/Skeleton.d.ts +1 -1
  147. package/dist/cjs/Indicators/Skeleton/Skeleton.js +3 -3
  148. package/dist/cjs/Indicators/Tag/Tag.d.ts +1 -1
  149. package/dist/cjs/Indicators/Tag/Tag.js +6 -6
  150. package/dist/cjs/Indicators/Toast/Toast.js +7 -7
  151. package/dist/cjs/Indicators/Toast/Toasts.d.ts +1 -1
  152. package/dist/cjs/Indicators/Toast/Toasts.js +4 -4
  153. package/dist/cjs/Indicators/index.d.ts +4 -1
  154. package/dist/cjs/Indicators/index.js +44 -11
  155. package/dist/cjs/Layout/Card/Card.d.ts +1 -1
  156. package/dist/cjs/Layout/Card/Card.js +2 -2
  157. package/dist/cjs/Layout/Card/components/CardHeader.js +1 -1
  158. package/dist/cjs/Layout/Card/components/CardTitle.js +1 -1
  159. package/dist/cjs/Layout/CollapsibleCard/CollapsibleCard.d.ts +58 -0
  160. package/dist/cjs/Layout/CollapsibleCard/CollapsibleCard.js +69 -0
  161. package/dist/cjs/{Indicators/EmptyState/EmptyState.tailwind.d.ts → Layout/CollapsibleCard/CollapsibleCard.tailwind.d.ts} +2 -2
  162. package/dist/cjs/Layout/CollapsibleCard/CollapsibleCard.tailwind.js +44 -0
  163. package/dist/cjs/Layout/CollapsibleCard/index.d.ts +2 -0
  164. package/dist/cjs/Layout/CollapsibleCard/index.js +12 -0
  165. package/dist/cjs/Layout/FlexGrid/FlexGrid.d.ts +1 -1
  166. package/dist/cjs/Layout/FlexGrid/FlexGrid.js +3 -3
  167. package/dist/cjs/Layout/Insert/Insert.d.ts +1 -1
  168. package/dist/cjs/Layout/Insert/Insert.js +4 -4
  169. package/dist/cjs/Layout/Sidebar/Sidebar.d.ts +1 -1
  170. package/dist/cjs/Layout/Sidebar/Sidebar.js +5 -5
  171. package/dist/cjs/Layout/Sidebar/SidebarButtonLink.js +4 -4
  172. package/dist/cjs/Layout/Sidebar/SidebarHeader.js +1 -1
  173. package/dist/cjs/Layout/Sidebar/SidebarHeading.js +1 -1
  174. package/dist/cjs/Layout/Sidebar/SidebarLink.js +3 -3
  175. package/dist/cjs/Layout/Sidebar/SidebarLinksGroup/ActiveLinkIndicator.js +1 -1
  176. package/dist/cjs/Layout/Sidebar/SidebarLinksGroup/SidebarGroupLink.js +3 -3
  177. package/dist/cjs/Layout/Sidebar/SidebarLinksGroup/SidebarLinksGroup.d.ts +1 -1
  178. package/dist/cjs/Layout/Sidebar/SidebarLinksGroup/SidebarLinksGroup.js +3 -3
  179. package/dist/cjs/Layout/Sidebar/SidebarNav.js +1 -1
  180. package/dist/cjs/Layout/Tables/DataTable/DataTable.d.ts +2 -2
  181. package/dist/cjs/Layout/Tables/DataTable/DataTable.js +11 -11
  182. package/dist/cjs/Layout/Tables/DataTable/components/Body.d.ts +2 -2
  183. package/dist/cjs/Layout/Tables/DataTable/components/Body.js +3 -3
  184. package/dist/cjs/Layout/Tables/DataTable/components/Footer.d.ts +1 -1
  185. package/dist/cjs/Layout/Tables/DataTable/components/Footer.js +2 -2
  186. package/dist/cjs/Layout/Tables/DataTable/components/Header.d.ts +1 -1
  187. package/dist/cjs/Layout/Tables/DataTable/components/HeaderCell.d.ts +1 -1
  188. package/dist/cjs/Layout/Tables/DataTable/components/HeaderCell.js +2 -2
  189. package/dist/cjs/Layout/Tables/DataTable/components/Loader.d.ts +1 -1
  190. package/dist/cjs/Layout/Tables/DataTable/components/Loader.js +2 -2
  191. package/dist/cjs/Layout/Tables/Table/Table.d.ts +1 -1
  192. package/dist/cjs/Layout/Tables/Table/Table.js +2 -2
  193. package/dist/cjs/Layout/Tables/Table/components/TableFooter.js +1 -1
  194. package/dist/cjs/Layout/index.d.ts +1 -0
  195. package/dist/cjs/Layout/index.js +11 -0
  196. package/dist/cjs/Navigation/Link/BaseLink.js +2 -2
  197. package/dist/cjs/Navigation/Link/Link.d.ts +1 -1
  198. package/dist/cjs/Navigation/Link/Link.js +4 -4
  199. package/dist/cjs/Navigation/Pagination/CompactPagination/CompactPagination.d.ts +1 -1
  200. package/dist/cjs/Navigation/Pagination/CompactPagination/CompactPagination.js +5 -5
  201. package/dist/cjs/Navigation/Pagination/DotPagination/DotPagination.d.ts +2 -2
  202. package/dist/cjs/Navigation/Pagination/DotPagination/DotPagination.js +3 -3
  203. package/dist/cjs/Navigation/Pagination/Pagination/Pagination.d.ts +1 -1
  204. package/dist/cjs/Navigation/Pagination/Pagination/Pagination.js +6 -6
  205. package/dist/cjs/Navigation/Stepper/Step.js +4 -4
  206. package/dist/cjs/Navigation/Stepper/Stepper.d.ts +5 -0
  207. package/dist/cjs/Navigation/Stepper/Stepper.js +7 -2
  208. package/dist/cjs/Navigation/Tabs/ContentTabs/ContentTabs.d.ts +6 -1
  209. package/dist/cjs/Navigation/Tabs/ContentTabs/ContentTabs.js +8 -3
  210. package/dist/cjs/Navigation/Tabs/LinkTabs/LinkTabs.d.ts +2 -2
  211. package/dist/cjs/Navigation/Tabs/LinkTabs/LinkTabs.js +4 -4
  212. package/dist/cjs/Navigation/Tabs/components/LinkTab.d.ts +1 -1
  213. package/dist/cjs/Navigation/Tabs/components/LinkTab.js +4 -4
  214. package/dist/cjs/Navigation/Tabs/utils.js +1 -1
  215. package/dist/cjs/Overlay/MenuButton/MenuButton.d.ts +18 -9
  216. package/dist/cjs/Overlay/MenuButton/MenuButton.js +1 -1
  217. package/dist/cjs/Overlay/MenuButton/components/Content.d.ts +1 -1
  218. package/dist/cjs/Overlay/MenuButton/components/Content.js +9 -6
  219. package/dist/cjs/Overlay/MenuButton/components/CustomTrigger.d.ts +2 -2
  220. package/dist/cjs/Overlay/MenuButton/components/CustomTrigger.js +4 -2
  221. package/dist/cjs/Overlay/MenuButton/components/DefaultTrigger.js +3 -3
  222. package/dist/cjs/Overlay/MenuButton/components/Divider.d.ts +2 -1
  223. package/dist/cjs/Overlay/MenuButton/components/Divider.js +7 -4
  224. package/dist/cjs/Overlay/MenuButton/components/Label.d.ts +3 -2
  225. package/dist/cjs/Overlay/MenuButton/components/Label.js +8 -8
  226. package/dist/cjs/Overlay/MenuButton/components/collapsible/CollapsibleItem.d.ts +4 -2
  227. package/dist/cjs/Overlay/MenuButton/components/collapsible/CollapsibleItem.js +7 -5
  228. package/dist/cjs/Overlay/MenuButton/components/items/Item.d.ts +14 -3
  229. package/dist/cjs/Overlay/MenuButton/components/items/Item.js +7 -4
  230. package/dist/cjs/Overlay/MenuButton/components/items/LinkItem.d.ts +5 -5
  231. package/dist/cjs/Overlay/MenuButton/components/items/LinkItem.js +9 -7
  232. package/dist/cjs/Overlay/MenuButton/components/items/RadioItem.d.ts +7 -4
  233. package/dist/cjs/Overlay/MenuButton/components/items/RadioItem.js +8 -6
  234. package/dist/cjs/Overlay/MenuButton/components/items/ToggleItem.js +7 -5
  235. package/dist/cjs/Overlay/MenuButton/useMenuItemProps.js +1 -1
  236. package/dist/cjs/Overlay/Modal/Modal.d.ts +2 -2
  237. package/dist/cjs/Overlay/Modal/Modal.js +7 -7
  238. package/dist/cjs/Overlay/Modal/components/ModalFooter.js +2 -2
  239. package/dist/cjs/Overlay/Modal/components/ModalSection.js +1 -1
  240. package/dist/cjs/Overlay/OverflowTooltipWrapper/OverflowTooltipWrapper.d.ts +2 -2
  241. package/dist/cjs/Overlay/OverflowTooltipWrapper/OverflowTooltipWrapper.js +5 -5
  242. package/dist/cjs/Overlay/Popover/Popover.d.ts +1 -1
  243. package/dist/cjs/Overlay/Popover/Popover.js +6 -6
  244. package/dist/cjs/Overlay/Tooltip/Tooltip.d.ts +1 -1
  245. package/dist/cjs/Overlay/Tooltip/Tooltip.js +2 -2
  246. package/dist/cjs/Overlay/TooltipWrapper/TooltipWrapper.d.ts +1 -1
  247. package/dist/cjs/Overlay/TooltipWrapper/TooltipWrapper.js +5 -5
  248. package/dist/cjs/Overlay/TooltipWrapper/types.d.ts +1 -1
  249. package/dist/cjs/Satellite/SatelliteRouter.js +1 -1
  250. package/dist/cjs/Satellite/locale.d.ts +3 -2
  251. package/dist/cjs/Typography/Typography.tailwind.js +2 -3
  252. package/dist/cjs/index.d.ts +0 -1
  253. package/dist/cjs/index.js +0 -12
  254. package/dist/cjs/styles/tailwind.config.js +4 -1
  255. package/dist/cjs/utils/isCssPropertySupported.d.ts +1 -1
  256. package/dist/cjs/utils/useLinkProps.js +1 -1
  257. package/dist/esm/Actions/Accordion/Accordion.d.ts +1 -1
  258. package/dist/esm/Actions/Accordion/Accordion.js +3 -3
  259. package/dist/esm/Actions/Button/Button.d.ts +1 -1
  260. package/dist/esm/Actions/Button/Button.js +1 -1
  261. package/dist/esm/Actions/Button/PolymorphicButton.d.ts +1 -1
  262. package/dist/esm/Actions/Button/PolymorphicButton.js +3 -3
  263. package/dist/esm/Actions/Button/PolymorphicIconButton.d.ts +2 -2
  264. package/dist/esm/Actions/Button/PolymorphicIconButton.js +4 -4
  265. package/dist/esm/Actions/Button/styles.js +1 -1
  266. package/dist/esm/Actions/ButtonGroup/ButtonGroup.d.ts +1 -1
  267. package/dist/esm/Actions/ButtonGroup/ButtonGroup.js +2 -2
  268. package/dist/esm/Actions/ButtonLink/ButtonLink.d.ts +2 -2
  269. package/dist/esm/Actions/ButtonLink/ButtonLink.js +4 -4
  270. package/dist/esm/Actions/IconButton/IconButton.d.ts +2 -2
  271. package/dist/esm/Actions/IconButton/IconButton.js +2 -2
  272. package/dist/esm/Actions/IconButtonLink/IconButtonLink.d.ts +2 -2
  273. package/dist/esm/Actions/IconButtonLink/IconButtonLink.js +3 -3
  274. package/dist/esm/Actions/SegmentedControl/SegmentedControl.d.ts +3 -3
  275. package/dist/esm/Actions/SegmentedControl/SegmentedControl.js +12 -10
  276. package/dist/esm/Actions/SegmentedControl/SegmentedControlOption.js +3 -3
  277. package/dist/esm/Actions/ToggleButton/ToggleButton.d.ts +1 -1
  278. package/dist/esm/Actions/ToggleButton/ToggleButton.js +1 -1
  279. package/dist/esm/Actions/ToggleButton/ToggleButtonBase.d.ts +1 -1
  280. package/dist/esm/Actions/ToggleButton/ToggleButtonBase.js +3 -3
  281. package/dist/esm/Actions/ToggleGroup/ToggleGroup.d.ts +2 -7
  282. package/dist/esm/Actions/ToggleGroup/ToggleGroup.js +3 -9
  283. package/dist/esm/Fields/AutoComplete/AutoComplete.d.ts +1 -1
  284. package/dist/esm/Fields/AutoComplete/AutoComplete.js +10 -10
  285. package/dist/esm/Fields/AutoComplete/components/AutoCompleteContext.d.ts +1 -1
  286. package/dist/esm/Fields/AutoComplete/components/AutoCompleteEmptyState.d.ts +1 -1
  287. package/dist/esm/Fields/AutoComplete/components/AutoCompleteEmptyState.js +3 -3
  288. package/dist/esm/Fields/AutoComplete/components/DefaultOptionItem.d.ts +1 -1
  289. package/dist/esm/Fields/AutoComplete/components/DefaultOptionItem.js +1 -1
  290. package/dist/esm/Fields/AutoComplete/utils.js +1 -1
  291. package/dist/esm/Fields/Checkbox/Checkbox.d.ts +2 -2
  292. package/dist/esm/Fields/Checkbox/Checkbox.js +6 -6
  293. package/dist/esm/Fields/DateInput/DateInput.d.ts +7 -8
  294. package/dist/esm/Fields/DateInput/DateInput.js +7 -7
  295. package/dist/esm/Fields/DatePicker/DatePicker/DatePicker.d.ts +3 -5
  296. package/dist/esm/Fields/DatePicker/DatePicker/DatePicker.js +7 -11
  297. package/dist/esm/Fields/DatePicker/DateRangePicker/DateRangePicker.d.ts +14 -4
  298. package/dist/esm/Fields/DatePicker/DateRangePicker/DateRangePicker.js +22 -22
  299. package/dist/esm/Fields/DatePicker/DateRangePicker/DateRangePickerDisplay.d.ts +3 -3
  300. package/dist/esm/Fields/DatePicker/DateRangePicker/DateRangePickerDisplay.js +3 -3
  301. package/dist/esm/Fields/DatePicker/DateRangePicker/dateRangePickerReducer.js +2 -10
  302. package/dist/esm/Fields/DatePicker/components/Calendar.d.ts +1 -1
  303. package/dist/esm/Fields/DatePicker/components/Display.js +2 -2
  304. package/dist/esm/Fields/DatePicker/components/Footer.js +1 -1
  305. package/dist/esm/Fields/DatePicker/components/FooterActions.d.ts +1 -1
  306. package/dist/esm/Fields/DatePicker/components/FooterActions.js +2 -2
  307. package/dist/esm/Fields/DatePicker/components/NavBar.d.ts +2 -2
  308. package/dist/esm/Fields/DatePicker/components/NavBar.js +4 -4
  309. package/dist/esm/Fields/DatePicker/components/Popover.js +2 -2
  310. package/dist/esm/Fields/DatePicker/components/SidePanel.js +1 -1
  311. package/dist/esm/Fields/DatePicker/utils.d.ts +8 -0
  312. package/dist/esm/Fields/DatePicker/utils.js +12 -1
  313. package/dist/esm/Fields/DateRangeInput/DateRangeInput.d.ts +51 -0
  314. package/dist/esm/Fields/DateRangeInput/DateRangeInput.js +225 -0
  315. package/dist/esm/Fields/DateRangeInput/index.d.ts +2 -0
  316. package/dist/esm/Fields/DateRangeInput/index.js +1 -0
  317. package/dist/esm/Fields/Dropzone/Dropzone.d.ts +1 -1
  318. package/dist/esm/Fields/Dropzone/Dropzone.js +8 -8
  319. package/dist/esm/Fields/Field/Field.d.ts +3 -3
  320. package/dist/esm/Fields/Field/Field.js +6 -6
  321. package/dist/esm/Fields/FilePicker/FilePicker.d.ts +3 -3
  322. package/dist/esm/Fields/FilePicker/FilePicker.js +7 -7
  323. package/dist/esm/Fields/Form/Form.d.ts +6 -1
  324. package/dist/esm/Fields/Form/Form.js +11 -5
  325. package/dist/esm/Fields/Form/FormContext.d.ts +1 -1
  326. package/dist/esm/Fields/Form/stories/AsynchronousValidation.js +4 -4
  327. package/dist/esm/Fields/Form/stories/Complex.js +10 -10
  328. package/dist/esm/Fields/Form/stories/DependentFieldsValidation.js +4 -4
  329. package/dist/esm/Fields/Form/stories/DirtyFields.js +6 -6
  330. package/dist/esm/Fields/Form/stories/DynamicFieldsValidation.js +5 -5
  331. package/dist/esm/Fields/Form/stories/ExtraErrors.js +4 -4
  332. package/dist/esm/Fields/Form/stories/FieldArrays.js +7 -7
  333. package/dist/esm/Fields/Form/stories/JSONForms.js +13 -13
  334. package/dist/esm/Fields/Form/stories/MultiStep.js +7 -7
  335. package/dist/esm/Fields/Form/stories/ValidationStrategies.js +5 -5
  336. package/dist/esm/Fields/Input/Input.d.ts +1 -1
  337. package/dist/esm/Fields/Input/Input.js +9 -9
  338. package/dist/esm/Fields/RadioGroup/RadioButton.d.ts +5 -0
  339. package/dist/esm/Fields/RadioGroup/RadioButton.js +7 -2
  340. package/dist/esm/Fields/RadioGroup/RadioGroup.d.ts +1 -1
  341. package/dist/esm/Fields/RadioGroup/RadioGroup.js +5 -5
  342. package/dist/esm/Fields/RadioGroup/RadioGroupContext.d.ts +1 -1
  343. package/dist/esm/Fields/RadioGroup/RadioGroupItem.js +2 -2
  344. package/dist/esm/Fields/RangeSlider/RangeSlider.d.ts +1 -1
  345. package/dist/esm/Fields/RangeSlider/RangeSlider.js +5 -5
  346. package/dist/esm/Fields/Select/Select.d.ts +1 -1
  347. package/dist/esm/Fields/Select/Select.js +4 -4
  348. package/dist/esm/Fields/Switch/Switch.d.ts +2 -2
  349. package/dist/esm/Fields/Switch/Switch.js +3 -3
  350. package/dist/esm/Fields/TextArea/TextArea.d.ts +1 -1
  351. package/dist/esm/Fields/TextArea/TextArea.js +4 -4
  352. package/dist/esm/Fields/index.d.ts +1 -0
  353. package/dist/esm/Fields/index.js +1 -0
  354. package/dist/esm/Helpers/ClickAwayContainer/ClickAwayContainer.d.ts +2 -0
  355. package/dist/esm/Helpers/ClickAwayContainer/ClickAwayContainer.js +2 -0
  356. package/dist/esm/Helpers/CodeEditor/CodeEditor.d.ts +28 -0
  357. package/dist/esm/Helpers/CodeEditor/CodeEditor.js +44 -0
  358. package/dist/esm/Helpers/CodeEditor/index.d.ts +1 -0
  359. package/dist/esm/Helpers/CodeEditor/index.js +1 -0
  360. package/dist/esm/Helpers/CodeEditor/theme.d.ts +24 -0
  361. package/dist/esm/Helpers/CodeEditor/theme.js +53 -0
  362. package/dist/esm/Helpers/HelpUnderline/HelpUnderline.d.ts +1 -1
  363. package/dist/esm/Helpers/HelpUnderline/HelpUnderline.js +3 -3
  364. package/dist/esm/Helpers/TextWrap/TextWrap.d.ts +1 -1
  365. package/dist/esm/Helpers/TextWrap/TextWrap.js +3 -3
  366. package/dist/esm/Helpers/UserContent/UserContent.d.ts +1 -1
  367. package/dist/esm/Helpers/UserContent/UserContent.js +2 -2
  368. package/dist/esm/Helpers/index.d.ts +1 -2
  369. package/dist/esm/Helpers/index.js +1 -2
  370. package/dist/esm/Icons/index.d.ts +1 -1
  371. package/dist/esm/Icons/index.js +1 -1
  372. package/dist/esm/Icons/utils.js +1 -1
  373. package/dist/esm/Indicators/AnnouncementBadge/AnnouncementBadge.d.ts +1 -1
  374. package/dist/esm/Indicators/AnnouncementBadge/AnnouncementBadge.js +3 -3
  375. package/dist/esm/{Avatars → Indicators/Avatars}/ApplicationAvatar/ApplicationAvatar.d.ts +2 -2
  376. package/dist/esm/{Avatars → Indicators/Avatars}/ApplicationAvatar/ApplicationAvatar.js +3 -3
  377. package/dist/esm/{Avatars → Indicators/Avatars}/UserAvatar/UserAvatar.d.ts +2 -2
  378. package/dist/esm/{Avatars → Indicators/Avatars}/UserAvatar/UserAvatar.js +5 -5
  379. package/dist/esm/{Avatars → Indicators/Avatars}/utils.js +3 -2
  380. package/dist/esm/Indicators/Badge/Badge.d.ts +1 -1
  381. package/dist/esm/Indicators/Badge/Badge.js +3 -3
  382. package/dist/esm/Indicators/Banners/Alert/Alert.d.ts +1 -1
  383. package/dist/esm/Indicators/Banners/Alert/Alert.js +4 -4
  384. package/dist/esm/Indicators/Banners/Promote/Promote.d.ts +1 -1
  385. package/dist/esm/Indicators/Banners/Promote/Promote.js +5 -5
  386. package/dist/esm/Indicators/Banners/SystemNotification/SystemNotification.d.ts +1 -1
  387. package/dist/esm/Indicators/Banners/SystemNotification/SystemNotification.js +3 -3
  388. package/dist/esm/Indicators/EmptyState/EmptyState.d.ts +1 -1
  389. package/dist/esm/Indicators/EmptyState/EmptyState.js +5 -5
  390. package/dist/esm/Indicators/KeyboardKey/KeyboardKey.d.ts +1 -1
  391. package/dist/esm/Indicators/KeyboardKey/KeyboardKey.js +3 -3
  392. package/dist/{cjs/Helpers → esm/Indicators}/Medallion/Medallion.d.ts +2 -2
  393. package/dist/esm/{Helpers → Indicators}/Medallion/Medallion.js +2 -2
  394. package/dist/esm/Indicators/ProgressBar/ProgressBar.d.ts +1 -1
  395. package/dist/esm/Indicators/ProgressBar/ProgressBar.js +4 -4
  396. package/dist/esm/Indicators/ProgressSpinner/ProgressSpinner.d.ts +1 -1
  397. package/dist/esm/Indicators/ProgressSpinner/ProgressSpinner.js +2 -2
  398. package/dist/esm/Indicators/ScrollIndicator/ScrollIndicator.d.ts +1 -1
  399. package/dist/esm/Indicators/ScrollIndicator/ScrollIndicator.js +2 -2
  400. package/dist/esm/{Helpers → Indicators}/Separator/Separator.d.ts +1 -1
  401. package/dist/esm/{Helpers → Indicators}/Separator/Separator.js +2 -2
  402. package/dist/esm/Indicators/Skeleton/Skeleton.d.ts +1 -1
  403. package/dist/esm/Indicators/Skeleton/Skeleton.js +3 -3
  404. package/dist/esm/Indicators/Tag/Tag.d.ts +1 -1
  405. package/dist/esm/Indicators/Tag/Tag.js +6 -6
  406. package/dist/esm/Indicators/Toast/Toast.js +7 -7
  407. package/dist/esm/Indicators/Toast/Toasts.d.ts +1 -1
  408. package/dist/esm/Indicators/Toast/Toasts.js +4 -4
  409. package/dist/esm/Indicators/index.d.ts +4 -1
  410. package/dist/esm/Indicators/index.js +5 -2
  411. package/dist/esm/Layout/Card/Card.d.ts +1 -1
  412. package/dist/esm/Layout/Card/Card.js +2 -2
  413. package/dist/esm/Layout/Card/components/CardHeader.js +1 -1
  414. package/dist/esm/Layout/Card/components/CardTitle.js +1 -1
  415. package/dist/esm/Layout/CollapsibleCard/CollapsibleCard.d.ts +58 -0
  416. package/dist/esm/Layout/CollapsibleCard/CollapsibleCard.js +59 -0
  417. package/dist/esm/Layout/CollapsibleCard/CollapsibleCard.tailwind.d.ts +5 -0
  418. package/dist/esm/Layout/CollapsibleCard/CollapsibleCard.tailwind.js +43 -0
  419. package/dist/esm/Layout/CollapsibleCard/index.d.ts +2 -0
  420. package/dist/esm/Layout/CollapsibleCard/index.js +1 -0
  421. package/dist/esm/Layout/FlexGrid/FlexGrid.d.ts +1 -1
  422. package/dist/esm/Layout/FlexGrid/FlexGrid.js +3 -3
  423. package/dist/esm/Layout/Insert/Insert.d.ts +1 -1
  424. package/dist/esm/Layout/Insert/Insert.js +4 -4
  425. package/dist/esm/Layout/Sidebar/Sidebar.d.ts +1 -1
  426. package/dist/esm/Layout/Sidebar/Sidebar.js +5 -5
  427. package/dist/esm/Layout/Sidebar/SidebarButtonLink.js +4 -4
  428. package/dist/esm/Layout/Sidebar/SidebarHeader.js +1 -1
  429. package/dist/esm/Layout/Sidebar/SidebarHeading.js +1 -1
  430. package/dist/esm/Layout/Sidebar/SidebarLink.js +3 -3
  431. package/dist/esm/Layout/Sidebar/SidebarLinksGroup/ActiveLinkIndicator.js +1 -1
  432. package/dist/esm/Layout/Sidebar/SidebarLinksGroup/SidebarGroupLink.js +3 -3
  433. package/dist/esm/Layout/Sidebar/SidebarLinksGroup/SidebarLinksGroup.d.ts +1 -1
  434. package/dist/esm/Layout/Sidebar/SidebarLinksGroup/SidebarLinksGroup.js +3 -3
  435. package/dist/esm/Layout/Sidebar/SidebarNav.js +1 -1
  436. package/dist/esm/Layout/Tables/DataTable/DataTable.d.ts +2 -2
  437. package/dist/esm/Layout/Tables/DataTable/DataTable.js +6 -6
  438. package/dist/esm/Layout/Tables/DataTable/components/Body.d.ts +2 -2
  439. package/dist/esm/Layout/Tables/DataTable/components/Body.js +3 -3
  440. package/dist/esm/Layout/Tables/DataTable/components/Footer.d.ts +1 -1
  441. package/dist/esm/Layout/Tables/DataTable/components/Footer.js +2 -2
  442. package/dist/esm/Layout/Tables/DataTable/components/Header.d.ts +1 -1
  443. package/dist/esm/Layout/Tables/DataTable/components/HeaderCell.d.ts +1 -1
  444. package/dist/esm/Layout/Tables/DataTable/components/HeaderCell.js +2 -2
  445. package/dist/esm/Layout/Tables/DataTable/components/Loader.d.ts +1 -1
  446. package/dist/esm/Layout/Tables/DataTable/components/Loader.js +2 -2
  447. package/dist/esm/Layout/Tables/Table/Table.d.ts +1 -1
  448. package/dist/esm/Layout/Tables/Table/Table.js +2 -2
  449. package/dist/esm/Layout/Tables/Table/components/TableFooter.js +1 -1
  450. package/dist/esm/Layout/index.d.ts +1 -0
  451. package/dist/esm/Layout/index.js +1 -0
  452. package/dist/esm/Navigation/Link/BaseLink.js +2 -2
  453. package/dist/esm/Navigation/Link/Link.d.ts +1 -1
  454. package/dist/esm/Navigation/Link/Link.js +4 -4
  455. package/dist/esm/Navigation/Pagination/CompactPagination/CompactPagination.d.ts +1 -1
  456. package/dist/esm/Navigation/Pagination/CompactPagination/CompactPagination.js +5 -5
  457. package/dist/esm/Navigation/Pagination/DotPagination/DotPagination.d.ts +2 -2
  458. package/dist/esm/Navigation/Pagination/DotPagination/DotPagination.js +3 -3
  459. package/dist/esm/Navigation/Pagination/Pagination/Pagination.d.ts +1 -1
  460. package/dist/esm/Navigation/Pagination/Pagination/Pagination.js +6 -6
  461. package/dist/esm/Navigation/Stepper/Step.js +4 -4
  462. package/dist/esm/Navigation/Stepper/Stepper.d.ts +5 -0
  463. package/dist/esm/Navigation/Stepper/Stepper.js +7 -2
  464. package/dist/esm/Navigation/Tabs/ContentTabs/ContentTabs.d.ts +6 -1
  465. package/dist/esm/Navigation/Tabs/ContentTabs/ContentTabs.js +9 -3
  466. package/dist/esm/Navigation/Tabs/LinkTabs/LinkTabs.d.ts +2 -2
  467. package/dist/esm/Navigation/Tabs/LinkTabs/LinkTabs.js +4 -4
  468. package/dist/esm/Navigation/Tabs/components/LinkTab.d.ts +1 -1
  469. package/dist/esm/Navigation/Tabs/components/LinkTab.js +4 -4
  470. package/dist/esm/Navigation/Tabs/utils.js +1 -1
  471. package/dist/esm/Overlay/MenuButton/MenuButton.d.ts +18 -9
  472. package/dist/esm/Overlay/MenuButton/MenuButton.js +1 -1
  473. package/dist/esm/Overlay/MenuButton/components/Content.d.ts +1 -1
  474. package/dist/esm/Overlay/MenuButton/components/Content.js +9 -6
  475. package/dist/esm/Overlay/MenuButton/components/CustomTrigger.d.ts +2 -2
  476. package/dist/esm/Overlay/MenuButton/components/CustomTrigger.js +5 -2
  477. package/dist/esm/Overlay/MenuButton/components/DefaultTrigger.js +3 -3
  478. package/dist/esm/Overlay/MenuButton/components/Divider.d.ts +2 -1
  479. package/dist/esm/Overlay/MenuButton/components/Divider.js +7 -4
  480. package/dist/esm/Overlay/MenuButton/components/Label.d.ts +3 -2
  481. package/dist/esm/Overlay/MenuButton/components/Label.js +8 -5
  482. package/dist/esm/Overlay/MenuButton/components/collapsible/CollapsibleItem.d.ts +4 -2
  483. package/dist/esm/Overlay/MenuButton/components/collapsible/CollapsibleItem.js +8 -6
  484. package/dist/esm/Overlay/MenuButton/components/items/Item.d.ts +14 -3
  485. package/dist/esm/Overlay/MenuButton/components/items/Item.js +7 -4
  486. package/dist/esm/Overlay/MenuButton/components/items/LinkItem.d.ts +5 -5
  487. package/dist/esm/Overlay/MenuButton/components/items/LinkItem.js +10 -7
  488. package/dist/esm/Overlay/MenuButton/components/items/RadioItem.d.ts +7 -4
  489. package/dist/esm/Overlay/MenuButton/components/items/RadioItem.js +8 -6
  490. package/dist/esm/Overlay/MenuButton/components/items/ToggleItem.js +8 -6
  491. package/dist/esm/Overlay/MenuButton/useMenuItemProps.js +1 -1
  492. package/dist/esm/Overlay/Modal/Modal.d.ts +2 -2
  493. package/dist/esm/Overlay/Modal/Modal.js +7 -7
  494. package/dist/esm/Overlay/Modal/components/ModalFooter.js +2 -2
  495. package/dist/esm/Overlay/Modal/components/ModalSection.js +1 -1
  496. package/dist/esm/Overlay/OverflowTooltipWrapper/OverflowTooltipWrapper.d.ts +2 -2
  497. package/dist/esm/Overlay/OverflowTooltipWrapper/OverflowTooltipWrapper.js +5 -5
  498. package/dist/esm/Overlay/Popover/Popover.d.ts +1 -1
  499. package/dist/esm/Overlay/Popover/Popover.js +6 -6
  500. package/dist/esm/Overlay/Tooltip/Tooltip.d.ts +1 -1
  501. package/dist/esm/Overlay/Tooltip/Tooltip.js +2 -2
  502. package/dist/esm/Overlay/TooltipWrapper/TooltipWrapper.d.ts +1 -1
  503. package/dist/esm/Overlay/TooltipWrapper/TooltipWrapper.js +5 -5
  504. package/dist/esm/Overlay/TooltipWrapper/types.d.ts +1 -1
  505. package/dist/esm/Satellite/SatelliteRouter.js +1 -1
  506. package/dist/esm/Satellite/locale.d.ts +3 -2
  507. package/dist/esm/Typography/Typography.tailwind.js +3 -4
  508. package/dist/esm/index.d.ts +0 -1
  509. package/dist/esm/index.js +0 -1
  510. package/dist/esm/styles/tailwind.config.js +4 -1
  511. package/dist/esm/utils/isCssPropertySupported.d.ts +1 -1
  512. package/dist/esm/utils/useLinkProps.js +1 -1
  513. package/dist/satellite.min.css +1 -1
  514. package/package.json +12 -4
  515. package/dist/cjs/Indicators/EmptyState/EmptyState.tailwind.js +0 -15
  516. package/dist/cjs/Overlay/Dropdown/components/DropdownToggleItem.d.ts +0 -0
  517. package/dist/cjs/Overlay/Dropdown/components/DropdownToggleItem.js +0 -1
  518. package/dist/esm/Indicators/EmptyState/EmptyState.tailwind.d.ts +0 -5
  519. package/dist/esm/Indicators/EmptyState/EmptyState.tailwind.js +0 -14
  520. package/dist/esm/Overlay/Dropdown/components/DropdownToggleItem.d.ts +0 -0
  521. package/dist/esm/Overlay/Dropdown/components/DropdownToggleItem.js +0 -0
  522. /package/dist/cjs/{Avatars → Indicators/Avatars}/index.d.ts +0 -0
  523. /package/dist/cjs/{Avatars → Indicators/Avatars}/index.js +0 -0
  524. /package/dist/cjs/{Avatars → Indicators/Avatars}/types.d.ts +0 -0
  525. /package/dist/cjs/{Avatars → Indicators/Avatars}/types.js +0 -0
  526. /package/dist/cjs/{Avatars → Indicators/Avatars}/utils.d.ts +0 -0
  527. /package/dist/cjs/{Helpers → Indicators}/Medallion/Medallion.tailwind.d.ts +0 -0
  528. /package/dist/cjs/{Helpers → Indicators}/Medallion/Medallion.tailwind.js +0 -0
  529. /package/dist/cjs/{Helpers → Indicators}/Medallion/index.d.ts +0 -0
  530. /package/dist/cjs/{Helpers → Indicators}/Medallion/index.js +0 -0
  531. /package/dist/cjs/{Helpers → Indicators}/Medallion/types.d.ts +0 -0
  532. /package/dist/cjs/{Helpers → Indicators}/Medallion/types.js +0 -0
  533. /package/dist/cjs/{Helpers → Indicators}/Separator/Separator.tailwind.d.ts +0 -0
  534. /package/dist/cjs/{Helpers → Indicators}/Separator/Separator.tailwind.js +0 -0
  535. /package/dist/cjs/{Helpers → Indicators}/Separator/index.d.ts +0 -0
  536. /package/dist/cjs/{Helpers → Indicators}/Separator/index.js +0 -0
  537. /package/dist/esm/{Avatars → Indicators/Avatars}/index.d.ts +0 -0
  538. /package/dist/esm/{Avatars → Indicators/Avatars}/index.js +0 -0
  539. /package/dist/esm/{Avatars → Indicators/Avatars}/types.d.ts +0 -0
  540. /package/dist/esm/{Avatars → Indicators/Avatars}/types.js +0 -0
  541. /package/dist/esm/{Avatars → Indicators/Avatars}/utils.d.ts +0 -0
  542. /package/dist/esm/{Helpers → Indicators}/Medallion/Medallion.tailwind.d.ts +0 -0
  543. /package/dist/esm/{Helpers → Indicators}/Medallion/Medallion.tailwind.js +0 -0
  544. /package/dist/esm/{Helpers → Indicators}/Medallion/index.d.ts +0 -0
  545. /package/dist/esm/{Helpers → Indicators}/Medallion/index.js +0 -0
  546. /package/dist/esm/{Helpers → Indicators}/Medallion/types.d.ts +0 -0
  547. /package/dist/esm/{Helpers → Indicators}/Medallion/types.js +0 -0
  548. /package/dist/esm/{Helpers → Indicators}/Separator/Separator.tailwind.d.ts +0 -0
  549. /package/dist/esm/{Helpers → Indicators}/Separator/Separator.tailwind.js +0 -0
  550. /package/dist/esm/{Helpers → Indicators}/Separator/index.d.ts +0 -0
  551. /package/dist/esm/{Helpers → Indicators}/Separator/index.js +0 -0
@@ -18,4 +18,4 @@ export { QueryBreakdownIcon } from "./QueryBreakdownIcon";
18
18
  export { BulbIcon } from "./BulbIcon";
19
19
  export { TestingIcon } from "./TestingIcon";
20
20
  export { RocketIcon } from "./RocketIcon";
21
- export { ActivityIcon, AirplayIcon, AlertCircleIcon, AlertOctagonIcon, AlertTriangleIcon, AlignCenterIcon, AlignJustifyIcon, AlignLeftIcon, AlignRightIcon, AnchorIcon, ApertureIcon, ArchiveIcon, ArrowDownCircleIcon, ArrowDownIcon, ArrowDownLeftIcon, ArrowDownRightIcon, ArrowLeftCircleIcon, ArrowLeftIcon, ArrowRightCircleIcon, ArrowRightIcon, ArrowUpCircleIcon, ArrowUpIcon, ArrowUpLeftIcon, ArrowUpRightIcon, AtSignIcon, AwardIcon, BanIcon, BarChart2Icon, BarChartIcon, BatteryChargingIcon, BatteryIcon, BellIcon, BellOffIcon, BlocksIcon, BluetoothIcon, BoldIcon, BookIcon, BookmarkIcon, BookOpenIcon, BoxIcon, BriefcaseIcon, CalendarIcon, CameraIcon, CameraOffIcon, CastIcon, CheckCircleIcon, CheckIcon, CheckSquareIcon, ChevronDownIcon, ChevronLeftIcon, ChevronRightIcon, ChevronsDownIcon, ChevronsLeftIcon, ChevronsRightIcon, ChevronsUpIcon, ChevronUpIcon, ChromeIcon, CircleIcon, ClipboardIcon, ClockIcon, CloudDrizzleIcon, CloudIcon, CloudLightningIcon, CloudOffIcon, CloudRainIcon, CloudSnowIcon, CodeIcon, CodepenIcon, CodesandboxIcon, CoffeeIcon, ColumnsIcon, CommandIcon, CompassIcon, CopyIcon, CornerDownLeftIcon, CornerDownRightIcon, CornerLeftDownIcon, CornerLeftUpIcon, CornerRightDownIcon, CornerRightUpIcon, CornerUpLeftIcon, CornerUpRightIcon, CpuIcon, CreditCardIcon, CropIcon, CrosshairIcon, DatabaseIcon, DeleteIcon, DiscIcon, DivideCircleIcon, DivideIcon, DivideSquareIcon, DollarSignIcon, DownloadCloudIcon, DownloadIcon, DribbbleIcon, DropletIcon, Edit2Icon, Edit3Icon, EditIcon, ExternalLinkIcon, EyeIcon, EyeOffIcon, FacebookIcon, FastForwardIcon, FeatherIcon, FigmaIcon, FileIcon, FileMinusIcon, FilePlusIcon, FileSearchIcon, FileTextIcon, FilmIcon, FilterIcon, FlagIcon, FlaskConicalIcon, FolderIcon, FolderMinusIcon, FolderPlusIcon, FramerIcon, FrownIcon, GiftIcon, GitBranchIcon, GitCommitIcon, GithubIcon, GitlabIcon, GitMergeIcon, GitPullRequestIcon, GlobeIcon, HardDriveIcon, HashIcon, HeadphonesIcon, HeartIcon, HelpCircleIcon, HexagonIcon, HomeIcon, ImageIcon, ImageOffIcon, InboxIcon, InfoIcon, InstagramIcon, ItalicIcon, KeyIcon, Landmark, LayersIcon, LayoutGridIcon, LayoutIcon, LifeBuoyIcon, Link2Icon, LinkedinIcon, LinkIcon, ListIcon, LoaderIcon, LockIcon, LogInIcon, LogOutIcon, MailIcon, MapIcon, MapPinIcon, Maximize2Icon, MaximizeIcon, MehIcon, MenuIcon, MergeIcon, MessageCircleIcon, MessageSquareIcon, MicIcon, MicOffIcon, Minimize2Icon, MinimizeIcon, MinusCircleIcon, MinusIcon, MinusSquareIcon, MonitorIcon, MoonIcon, MoreHorizontalIcon, MoreVerticalIcon, MousePointerIcon, MoveIcon, MusicIcon, Navigation2Icon, NavigationIcon, OctagonIcon, PackageIcon, PaperclipIcon, PauseCircleIcon, PauseIcon, PenToolIcon, PercentIcon, PhoneCallIcon, PhoneForwardedIcon, PhoneIcon, PhoneIncomingIcon, PhoneMissedIcon, PhoneOffIcon, PhoneOutgoingIcon, PieChartIcon, PlayCircleIcon, PlayIcon, PlusCircleIcon, PlusIcon, PlusSquareIcon, PocketIcon, PowerIcon, PrinterIcon, RadioIcon, RefreshCcwIcon, RefreshCwIcon, RepeatIcon, RewindIcon, RotateCcwIcon, RotateCwIcon, RssIcon, SaveIcon, ScissorsIcon, SearchIcon, SearchXIcon, SendIcon, ServerCogIcon, ServerCrashIcon, ServerIcon, SettingsIcon, Share2Icon, ShareIcon, ShieldIcon, ShieldOffIcon, ShoppingBagIcon, ShoppingCartIcon, ShuffleIcon, SidebarIcon, SkipBackIcon, SkipForwardIcon, SlackIcon, SlidersIcon, SmartphoneIcon, SmileIcon, SparklesIcon, SpeakerIcon, SquareIcon, StarIcon, StopCircleIcon, SunIcon, SunriseIcon, SunsetIcon, TableIcon, TabletIcon, TagIcon, TargetIcon, TerminalIcon, ThermometerIcon, ThumbsDownIcon, ThumbsUpIcon, ToggleLeftIcon, ToggleRightIcon, Trash2Icon, TrashIcon, TrelloIcon, TrendingDownIcon, TrendingUpIcon, TriangleIcon, TruckIcon, TvIcon, TwitchIcon, TwitterIcon, TypeIcon, UmbrellaIcon, UnderlineIcon, UnlockIcon, UploadCloudIcon, UploadIcon, UserCheckIcon, UserIcon, UserMinusIcon, UserPlusIcon, UsersIcon, UserXIcon, VideoIcon, VideoOffIcon, VoicemailIcon, Volume1Icon, Volume2Icon, VolumeIcon, VolumeXIcon, WatchIcon, WifiIcon, WifiOffIcon, WindIcon, WrenchIcon, XCircleIcon, XIcon, XOctagonIcon, XSquareIcon, YoutubeIcon, ZapIcon, ZapOffIcon, ZoomInIcon, ZoomOutIcon } from "lucide-react";
21
+ export { ActivityIcon, AirplayIcon, AlertCircleIcon, AlertOctagonIcon, AlertTriangleIcon, AlignCenterIcon, AlignJustifyIcon, AlignLeftIcon, AlignRightIcon, AnchorIcon, ApertureIcon, ArchiveIcon, ArrowDownCircleIcon, ArrowDownIcon, ArrowDownLeftIcon, ArrowDownRightIcon, ArrowLeftCircleIcon, ArrowLeftIcon, ArrowRightCircleIcon, ArrowRightIcon, ArrowUpCircleIcon, ArrowUpIcon, ArrowUpLeftIcon, ArrowUpRightIcon, AtSignIcon, AwardIcon, BanIcon, BarChart2Icon, BarChartIcon, BatteryChargingIcon, BatteryIcon, BellIcon, BellOffIcon, BlocksIcon, BluetoothIcon, BoldIcon, BookIcon, BookmarkIcon, BookOpenIcon, BoxIcon, BriefcaseIcon, CalendarIcon, CameraIcon, CameraOffIcon, CastIcon, CheckCircleIcon, CheckIcon, CheckSquareIcon, ChevronDownIcon, ChevronLeftIcon, ChevronRightIcon, ChevronsDownIcon, ChevronsLeftIcon, ChevronsRightIcon, ChevronsUpIcon, ChevronUpIcon, ChromeIcon, CircleIcon, ClipboardIcon, ClockIcon, CloudDrizzleIcon, CloudIcon, CloudLightningIcon, CloudOffIcon, CloudRainIcon, CloudSnowIcon, CodeIcon, CodepenIcon, CodesandboxIcon, CoffeeIcon, ColumnsIcon, CommandIcon, CompassIcon, CopyIcon, CornerDownLeftIcon, CornerDownRightIcon, CornerLeftDownIcon, CornerLeftUpIcon, CornerRightDownIcon, CornerRightUpIcon, CornerUpLeftIcon, CornerUpRightIcon, CpuIcon, CreditCardIcon, CropIcon, CrosshairIcon, DatabaseIcon, DeleteIcon, DiscIcon, DivideCircleIcon, DivideIcon, DivideSquareIcon, DollarSignIcon, DownloadCloudIcon, DownloadIcon, DribbbleIcon, DropletIcon, Edit2Icon, Edit3Icon, EditIcon, ExternalLinkIcon, EyeIcon, EyeOffIcon, FacebookIcon, FastForwardIcon, FeatherIcon, FigmaIcon, FileIcon, FileMinusIcon, FilePlusIcon, FileSearchIcon, FileTextIcon, FilmIcon, FilterIcon, FlagIcon, FlaskConicalIcon, FolderIcon, FolderMinusIcon, FolderPlusIcon, FramerIcon, FrownIcon, GiftIcon, GitBranchIcon, GitCommitIcon, GithubIcon, GitlabIcon, GitMergeIcon, GitPullRequestIcon, GlobeIcon, HardDriveIcon, HashIcon, HeadphonesIcon, HeartIcon, HelpCircleIcon, HexagonIcon, HomeIcon, ImageIcon, ImageOffIcon, InboxIcon, InfoIcon, InstagramIcon, ItalicIcon, KeyIcon, Landmark, LayersIcon, LayoutGridIcon, LayoutIcon, LifeBuoyIcon, Link2Icon, LinkedinIcon, LinkIcon, ListIcon, LoaderIcon, LockIcon, LogInIcon, LogOutIcon, MailIcon, MapIcon, MapPinIcon, Maximize2Icon, MaximizeIcon, MehIcon, MenuIcon, MergeIcon, MessageCircleIcon, MessageSquareIcon, MicIcon, MicOffIcon, Minimize2Icon, MinimizeIcon, MinusCircleIcon, MinusIcon, MinusSquareIcon, MonitorIcon, MoonIcon, MoreHorizontalIcon, MoreVerticalIcon, MousePointerIcon, MoveIcon, MusicIcon, Navigation2Icon, NavigationIcon, OctagonIcon, PackageIcon, PaperclipIcon, PauseCircleIcon, PauseIcon, PenToolIcon, PercentIcon, PhoneCallIcon, PhoneForwardedIcon, PhoneIcon, PhoneIncomingIcon, PhoneMissedIcon, PhoneOffIcon, PhoneOutgoingIcon, PieChartIcon, PlayCircleIcon, PlayIcon, PlusCircleIcon, PlusIcon, PlusSquareIcon, PocketIcon, PowerIcon, PrinterIcon, PuzzleIcon, RadioIcon, RefreshCcwIcon, RefreshCwIcon, RepeatIcon, RewindIcon, RotateCcwIcon, RotateCwIcon, RssIcon, SaveIcon, ScissorsIcon, SearchIcon, SearchXIcon, SendIcon, ServerCogIcon, ServerCrashIcon, ServerIcon, SettingsIcon, Share2Icon, ShareIcon, ShieldIcon, ShieldOffIcon, ShoppingBagIcon, ShoppingCartIcon, ShuffleIcon, SidebarIcon, SkipBackIcon, SkipForwardIcon, SlackIcon, SlidersIcon, SmartphoneIcon, SmileIcon, SparklesIcon, SpeakerIcon, SquareIcon, StarIcon, StopCircleIcon, SunIcon, SunriseIcon, SunsetIcon, TableIcon, TabletIcon, TagIcon, TargetIcon, TerminalIcon, ThermometerIcon, ThumbsDownIcon, ThumbsUpIcon, ToggleLeftIcon, ToggleRightIcon, Trash2Icon, TrashIcon, TrelloIcon, TrendingDownIcon, TrendingUpIcon, TriangleIcon, TruckIcon, TvIcon, TwitchIcon, TwitterIcon, TypeIcon, UmbrellaIcon, UnderlineIcon, UnlockIcon, UploadCloudIcon, UploadIcon, UserCheckIcon, UserIcon, UserMinusIcon, UserPlusIcon, UsersIcon, UserXIcon, VideoIcon, VideoOffIcon, VoicemailIcon, Volume1Icon, Volume2Icon, VolumeIcon, VolumeXIcon, WatchIcon, WifiIcon, WifiOffIcon, WindIcon, WrenchIcon, XCircleIcon, XIcon, XOctagonIcon, XSquareIcon, YoutubeIcon, ZapIcon, ZapOffIcon, ZoomInIcon, ZoomOutIcon } from "lucide-react";
@@ -1,4 +1,4 @@
1
- import { uniqueId } from "../utils";
1
+ import { uniqueId } from "./../utils";
2
2
  export function getUniqueIconId() {
3
3
  return uniqueId("satellite-icon-");
4
4
  }
@@ -29,6 +29,6 @@ export interface AnnouncementBadgeProps extends HTMLAttributes<HTMLSpanElement>
29
29
  /**
30
30
  * The `AnnouncementBadge` component is used to display a small badge with a text on it.
31
31
  *
32
- * See the [Announcement Badge documentation page](https://satellite.algolia.com/components/feedback/announcement-badge) for more information.
32
+ * See the [Announcement Badge documentation page](https://satellite.algolia.com/8261d6576/p/5460aa-announcement-badge) for more information.
33
33
  */
34
34
  export declare const AnnouncementBadge: import("react").ForwardRefExoticComponent<AnnouncementBadgeProps & import("react").RefAttributes<HTMLSpanElement>>;
@@ -7,8 +7,8 @@ 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 { forwardRef } from "react";
10
- import { useLocale } from "../../Satellite";
11
- import stl from "../../styles/helpers/satellitePrefixer";
10
+ import { useLocale } from "./../../Satellite";
11
+ import stl from "./../../styles/helpers/satellitePrefixer";
12
12
  import { jsx as _jsx } from "react/jsx-runtime";
13
13
  var DEFAULT_LOCALE = {
14
14
  beta: "beta",
@@ -25,7 +25,7 @@ var SIZE_CLASSNAMES = {
25
25
  /**
26
26
  * The `AnnouncementBadge` component is used to display a small badge with a text on it.
27
27
  *
28
- * See the [Announcement Badge documentation page](https://satellite.algolia.com/components/feedback/announcement-badge) for more information.
28
+ * See the [Announcement Badge documentation page](https://satellite.algolia.com/8261d6576/p/5460aa-announcement-badge) for more information.
29
29
  */
30
30
  export var AnnouncementBadge = /*#__PURE__*/forwardRef(function (_ref, ref) {
31
31
  var _ref$size = _ref.size,
@@ -1,5 +1,5 @@
1
1
  import type { FC } from "react";
2
- import type { AvatarSize, MinimalApplication } from "../types";
2
+ import type { AvatarSize, MinimalApplication } from "../../../Indicators/Avatars/types";
3
3
  declare type ApplicationAvatarSize = "small" | AvatarSize;
4
4
  export interface ApplicationAvatarProps {
5
5
  /**
@@ -19,7 +19,7 @@ export interface ApplicationAvatarProps {
19
19
  /**
20
20
  * The `ApplicationAvatar` component is used as a visual representation of an application.
21
21
  *
22
- * See the [Application Avatar documentation page](https://satellite.algolia.com/components/images/application-avatar) for more information.
22
+ * See the [Application Avatar documentation page](https://satellite.algolia.com/8261d6576/p/00e1a5-avatars) for more information.
23
23
  */
24
24
  export declare const ApplicationAvatar: FC<ApplicationAvatarProps>;
25
25
  export {};
@@ -1,8 +1,8 @@
1
1
  import _taggedTemplateLiteral from "@babel/runtime/helpers/taggedTemplateLiteral";
2
2
  var _templateObject, _templateObject2, _templateObject3, _templateObject4, _templateObject5;
3
3
  import cx from "clsx";
4
- import stl from "../../styles/helpers/satellitePrefixer";
5
- import { getApplicationInitials, pickApplicationColors } from "../utils";
4
+ import { getApplicationInitials, pickApplicationColors } from "./../utils";
5
+ import stl from "./../../../styles/helpers/satellitePrefixer";
6
6
  import { jsx as _jsx } from "react/jsx-runtime";
7
7
  var SIZE_CLASSNAMES = {
8
8
  small: stl(_templateObject || (_templateObject = _taggedTemplateLiteral(["w-4 h-4 text-[8px]"]))),
@@ -13,7 +13,7 @@ var SIZE_CLASSNAMES = {
13
13
  /**
14
14
  * The `ApplicationAvatar` component is used as a visual representation of an application.
15
15
  *
16
- * See the [Application Avatar documentation page](https://satellite.algolia.com/components/images/application-avatar) for more information.
16
+ * See the [Application Avatar documentation page](https://satellite.algolia.com/8261d6576/p/00e1a5-avatars) for more information.
17
17
  */
18
18
  export var ApplicationAvatar = function ApplicationAvatar(_ref) {
19
19
  var className = _ref.className,
@@ -1,5 +1,5 @@
1
1
  import type { FC } from "react";
2
- import { type AvatarSize, type MinimalUser } from "../types";
2
+ import type { AvatarSize, MinimalUser } from "../../../Indicators/Avatars/types";
3
3
  export declare type UserAvatarLocale = {
4
4
  fallbackText?: string;
5
5
  };
@@ -28,7 +28,7 @@ export interface UserAvatarProps {
28
28
  /**
29
29
  * The `UserAvatar` component is used as a visual representation of a user.
30
30
  *
31
- * See the [User Avatar documentation page](https://satellite.algolia.com/components/images/user-avatar) for more information.
31
+ * See the [User Avatar documentation page](https://satellite.algolia.com/8261d6576/p/00e1a5-avatars) for more information.
32
32
  */
33
33
  export declare const UserAvatar: FC<UserAvatarProps>;
34
34
  export {};
@@ -5,10 +5,10 @@ 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 { AvatarFallback, Image as AvatarImage, Root as AvatarRoot } from "@radix-ui/react-avatar";
7
7
  import cx from "clsx";
8
- import { useLocale } from "../../Satellite";
9
- import stl from "../../styles/helpers/satellitePrefixer";
10
- import { isSize } from "../types";
11
- import { getUserBackgroundClassName, getUserInitials } from "../utils";
8
+ import { isSize } from "./../types";
9
+ import { getUserBackgroundClassName, getUserInitials } from "./../utils";
10
+ import { useLocale } from "./../../../Satellite";
11
+ import stl from "./../../../styles/helpers/satellitePrefixer";
12
12
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
13
13
  var DEFAULT_LOCALE = {
14
14
  fallbackText: "User's avatar"
@@ -21,7 +21,7 @@ var SIZE_CLASSNAMES = {
21
21
  /**
22
22
  * The `UserAvatar` component is used as a visual representation of a user.
23
23
  *
24
- * See the [User Avatar documentation page](https://satellite.algolia.com/components/images/user-avatar) for more information.
24
+ * See the [User Avatar documentation page](https://satellite.algolia.com/8261d6576/p/00e1a5-avatars) for more information.
25
25
  */
26
26
  export var UserAvatar = function UserAvatar(_ref) {
27
27
  var _user$email;
@@ -1,8 +1,9 @@
1
1
  import _taggedTemplateLiteral from "@babel/runtime/helpers/taggedTemplateLiteral";
2
2
  var _templateObject, _templateObject2, _templateObject3, _templateObject4, _templateObject5, _templateObject6, _templateObject7, _templateObject8, _templateObject9, _templateObject10, _templateObject11, _templateObject12, _templateObject13, _templateObject14, _templateObject15, _templateObject16, _templateObject17, _templateObject18, _templateObject19, _templateObject20, _templateObject21, _templateObject22, _templateObject23, _templateObject24, _templateObject25, _templateObject26, _templateObject27, _templateObject28;
3
3
  import { remove as removeDiacritics } from "diacritics";
4
- import stl from "../styles/helpers/satellitePrefixer";
5
- import { hashCode } from "../utils/hashCode";
4
+ import stl from "./../../styles/helpers/satellitePrefixer";
5
+ import { hashCode } from "./../../utils/hashCode";
6
+
6
7
  /** APPLICATION */
7
8
 
8
9
  var APPLICATION_COLORS_CLASSNAMES = [/* eslint-disable @algolia/stl/prefer-accent */stl(_templateObject || (_templateObject = _taggedTemplateLiteral(["bg-grey-200 text-grey-800"]))), stl(_templateObject2 || (_templateObject2 = _taggedTemplateLiteral(["bg-nebula-200 text-nebula-800"]))), stl(_templateObject3 || (_templateObject3 = _taggedTemplateLiteral(["bg-blue-200 text-blue-900"]))), stl(_templateObject4 || (_templateObject4 = _taggedTemplateLiteral(["bg-green-200 text-green-900"]))), stl(_templateObject5 || (_templateObject5 = _taggedTemplateLiteral(["bg-pink-200 text-pink-800"]))), stl(_templateObject6 || (_templateObject6 = _taggedTemplateLiteral(["bg-red-200 text-red-800"]))), stl(_templateObject7 || (_templateObject7 = _taggedTemplateLiteral(["bg-orange-200 text-orange-900"]))), // Darker variants
@@ -33,7 +33,7 @@ export declare type BadgeProps = Omit<BaseBadgeProps, "children"> & AtLeastOne<B
33
33
  /**
34
34
  * The `Badge` component is a visual marker highlighting information or status. It enhances UI, indicates progress, and classifies data.
35
35
  *
36
- * See the [Badge documentation page](https://satellite.algolia.com/components/feedback/badge) for more information.
36
+ * See the [Badge documentation page](https://satellite.algolia.com/8261d6576/p/856fd7-badge) for more information.
37
37
  */
38
38
  export declare const Badge: import("react").ForwardRefExoticComponent<BadgeProps & import("react").RefAttributes<HTMLSpanElement>>;
39
39
  export {};
@@ -7,8 +7,8 @@ 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 { forwardRef } from "react";
10
- import stl from "../../styles/helpers/satellitePrefixer";
11
- import { isRenderedChild } from "../../utils/isRenderedChild";
10
+ import stl from "./../../styles/helpers/satellitePrefixer";
11
+ import { isRenderedChild } from "./../../utils/isRenderedChild";
12
12
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
13
13
  var BASE_CLASSNAMES = stl(_templateObject || (_templateObject = _taggedTemplateLiteral(["\n inline-flex items-center justify-center\n rounded-full border\n overflow-hidden\n"])));
14
14
  var VARIANT_CLASSNAMES = {
@@ -29,7 +29,7 @@ var SIZE_CLASSNAMES = {
29
29
  /**
30
30
  * The `Badge` component is a visual marker highlighting information or status. It enhances UI, indicates progress, and classifies data.
31
31
  *
32
- * See the [Badge documentation page](https://satellite.algolia.com/components/feedback/badge) for more information.
32
+ * See the [Badge documentation page](https://satellite.algolia.com/8261d6576/p/856fd7-badge) for more information.
33
33
  */
34
34
  export var Badge = /*#__PURE__*/forwardRef(function (_ref, ref) {
35
35
  var children = _ref.children,
@@ -45,6 +45,6 @@ export interface AlertProps {
45
45
  /**
46
46
  * The `Alert` component give users suggestions, tips, warnings, and error information without stopping them from completing the tasks they're doing.
47
47
  *
48
- * See the [Alert documentation page](https://satellite.algolia.com/components/feedback/alert) for more information.
48
+ * See the [Alert documentation page](https://satellite.algolia.com/8261d6576/p/8239aa-banners/b/369673) for more information.
49
49
  */
50
50
  export declare const Alert: FC<AlertProps>;
@@ -1,9 +1,9 @@
1
1
  import _taggedTemplateLiteral from "@babel/runtime/helpers/taggedTemplateLiteral";
2
2
  var _templateObject, _templateObject2, _templateObject3, _templateObject4, _templateObject5, _templateObject6, _templateObject7, _templateObject8, _templateObject9, _templateObject10, _templateObject11, _templateObject12, _templateObject13, _templateObject14, _templateObject15, _templateObject16, _templateObject17, _templateObject18, _templateObject19, _templateObject20, _templateObject21, _templateObject22, _templateObject23, _templateObject24;
3
3
  import cx from "clsx";
4
- import { IconButton } from "../../../Actions";
5
- import { AlertCircleIcon, AlertOctagonIcon, AlertTriangleIcon, CheckCircleIcon, XIcon } from "../../../Icons";
6
- import stl from "../../../styles/helpers/satellitePrefixer";
4
+ import { IconButton } from "./../../../Actions";
5
+ import { AlertCircleIcon, AlertOctagonIcon, AlertTriangleIcon, CheckCircleIcon, XIcon } from "./../../../Icons";
6
+ import stl from "./../../../styles/helpers/satellitePrefixer";
7
7
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
8
8
  var BASE_CLASSNAME = stl(_templateObject || (_templateObject = _taggedTemplateLiteral(["relative flex text-grey-900 display-body border"])));
9
9
  var BACKGROUND_CLASSNAMES = {
@@ -38,7 +38,7 @@ var ICON_CLASSNAME_VARIANTS = {
38
38
  /**
39
39
  * The `Alert` component give users suggestions, tips, warnings, and error information without stopping them from completing the tasks they're doing.
40
40
  *
41
- * See the [Alert documentation page](https://satellite.algolia.com/components/feedback/alert) for more information.
41
+ * See the [Alert documentation page](https://satellite.algolia.com/8261d6576/p/8239aa-banners/b/369673) for more information.
42
42
  */
43
43
  export var Alert = function Alert(_ref) {
44
44
  var title = _ref.title,
@@ -48,7 +48,7 @@ export declare type PromoteProps = {
48
48
  /**
49
49
  * The `Promote` component is a contextual way of showing a user that a new feature or product is available to them on a higher plan or as an option.
50
50
  *
51
- * See the [Promote documentation page](https://satellite.algolia.com/components/feedback/promote-banner) for more information.
51
+ * See the [Promote documentation page](https://satellite.algolia.com/8261d6576/p/8239aa-banners/b/799590) for more information.
52
52
  */
53
53
  export declare const Promote: FC<PromoteProps>;
54
54
  export {};
@@ -1,10 +1,10 @@
1
1
  import _taggedTemplateLiteral from "@babel/runtime/helpers/taggedTemplateLiteral";
2
2
  var _templateObject, _templateObject2, _templateObject3, _templateObject4, _templateObject5, _templateObject6, _templateObject7, _templateObject8, _templateObject9, _templateObject10, _templateObject11, _templateObject12;
3
3
  import cx from "clsx";
4
- import { IconButton } from "../../../Actions";
5
- import { XIcon } from "../../../Icons";
6
- import { Card } from "../../../Layout";
7
- import stl from "../../../styles/helpers/satellitePrefixer";
4
+ import { IconButton } from "./../../../Actions";
5
+ import { XIcon } from "./../../../Icons";
6
+ import { Card } from "./../../../Layout";
7
+ import stl from "./../../../styles/helpers/satellitePrefixer";
8
8
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
9
9
  var TITLE_VARIANT_CLASSNAMES = {
10
10
  compact: stl(_templateObject || (_templateObject = _taggedTemplateLiteral(["display-heading mb-2"]))),
@@ -22,7 +22,7 @@ var ACTIONS_VARIANT_CLASSNAMES = {
22
22
  /**
23
23
  * The `Promote` component is a contextual way of showing a user that a new feature or product is available to them on a higher plan or as an option.
24
24
  *
25
- * See the [Promote documentation page](https://satellite.algolia.com/components/feedback/promote-banner) for more information.
25
+ * See the [Promote documentation page](https://satellite.algolia.com/8261d6576/p/8239aa-banners/b/799590) for more information.
26
26
  */
27
27
  export var Promote = function Promote(_ref) {
28
28
  var context = _ref.context,
@@ -13,6 +13,6 @@ export interface SystemNotificationProps {
13
13
  /**
14
14
  * The `SystemNotification` component is a top-of-page alert for critical system messages, updates, and urgent warnings.
15
15
  *
16
- * See the [System Notification documentation page](https://satellite.algolia.com/components/feedback/system-notification) for more information.
16
+ * See the [System Notification documentation page](https://satellite.algolia.com/8261d6576/p/8239aa-banners/b/06daeb) for more information.
17
17
  */
18
18
  export declare const SystemNotification: FC<SystemNotificationProps>;
@@ -1,12 +1,12 @@
1
1
  import _taggedTemplateLiteral from "@babel/runtime/helpers/taggedTemplateLiteral";
2
2
  var _templateObject, _templateObject2, _templateObject3;
3
- import { AlertCircleIcon } from "../../../Icons";
4
- import stl from "../../../styles/helpers/satellitePrefixer";
3
+ import { AlertCircleIcon } from "./../../../Icons";
4
+ import stl from "./../../../styles/helpers/satellitePrefixer";
5
5
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
6
6
  /**
7
7
  * The `SystemNotification` component is a top-of-page alert for critical system messages, updates, and urgent warnings.
8
8
  *
9
- * See the [System Notification documentation page](https://satellite.algolia.com/components/feedback/system-notification) for more information.
9
+ * See the [System Notification documentation page](https://satellite.algolia.com/8261d6576/p/8239aa-banners/b/06daeb) for more information.
10
10
  */
11
11
  export var SystemNotification = function SystemNotification(_ref) {
12
12
  var icon = _ref.icon,
@@ -3,6 +3,6 @@ import type { EmptyStateProps } from "./types";
3
3
  /**
4
4
  * The `EmptyState` component informs users when there's no content or data, providing clear actions and guidance to help them proceed or populate the area.
5
5
  *
6
- * See the [Empty State documentation page](https://satellite.algolia.com/layouts/empty-state) for more information.
6
+ * See the [Empty State documentation page](https://satellite.algolia.com/8261d6576/p/231b1d-empty-state) for more information.
7
7
  */
8
8
  export declare const EmptyState: FC<EmptyStateProps>;
@@ -1,7 +1,7 @@
1
1
  import _taggedTemplateLiteral from "@babel/runtime/helpers/taggedTemplateLiteral";
2
2
  var _templateObject, _templateObject2, _templateObject3, _templateObject4, _templateObject5, _templateObject6, _templateObject7, _templateObject8, _templateObject9, _templateObject10, _templateObject11, _templateObject12, _templateObject13, _templateObject14, _templateObject15, _templateObject16, _templateObject17, _templateObject18, _templateObject19, _templateObject20, _templateObject21, _templateObject22, _templateObject23, _templateObject24, _templateObject25, _templateObject26, _templateObject27, _templateObject28, _templateObject29, _templateObject30;
3
3
  import cx from "clsx";
4
- import stl from "../../styles/helpers/satellitePrefixer";
4
+ import stl from "./../../styles/helpers/satellitePrefixer";
5
5
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
6
6
  var CONTAINER_CONTEXT_CLASSNAMES = {
7
7
  result: {
@@ -53,7 +53,7 @@ var renderEmptyState = function renderEmptyState(_ref) {
53
53
  width = _ref$width === void 0 ? "medium" : _ref$width,
54
54
  _ref$centered = _ref.centered,
55
55
  centered = _ref$centered === void 0 ? false : _ref$centered;
56
- var containerClassNames = cx(stl(_templateObject19 || (_templateObject19 = _taggedTemplateLiteral(["flex items-center"]))), CONTAINER_CONTEXT_CLASSNAMES[usageContext][width], centered ? stl(_templateObject20 || (_templateObject20 = _taggedTemplateLiteral(["justify-center text-center lg:flex-col"]))) : stl(_templateObject21 || (_templateObject21 = _taggedTemplateLiteral(["justify-between flex-col lg:flex-row"]))));
56
+ var containerClassNames = cx(stl(_templateObject19 || (_templateObject19 = _taggedTemplateLiteral(["flex items-center gap-16"]))), CONTAINER_CONTEXT_CLASSNAMES[usageContext][width], centered ? stl(_templateObject20 || (_templateObject20 = _taggedTemplateLiteral(["justify-center text-center lg:flex-col"]))) : stl(_templateObject21 || (_templateObject21 = _taggedTemplateLiteral(["justify-between flex-col lg:flex-row"]))));
57
57
  var titleClassNames = cx(stl(_templateObject22 || (_templateObject22 = _taggedTemplateLiteral(["text-grey-900"]))), TITLE_CONTEXT_CLASSNAMES[usageContext]);
58
58
  var descriptionClassNames = cx(stl(_templateObject23 || (_templateObject23 = _taggedTemplateLiteral(["text-grey-600"]))), DESCRIPTION_CONTEXT_CLASSNAMES[usageContext]);
59
59
  var actionsClassNames = cx(ACTIONS_CONTEXT_CLASSNAMES[usageContext]);
@@ -71,11 +71,11 @@ var renderEmptyState = function renderEmptyState(_ref) {
71
71
  className: descriptionClassNames,
72
72
  children: description
73
73
  }), !!actions && /*#__PURE__*/_jsx("div", {
74
- className: cx(stl(_templateObject25 || (_templateObject25 = _taggedTemplateLiteral(["flex gap-2"]))), centered ? stl(_templateObject26 || (_templateObject26 = _taggedTemplateLiteral(["items-center justify-center"]))) : stl(_templateObject27 || (_templateObject27 = _taggedTemplateLiteral(["items-start justify-start"]))), actionsDirection === "column" || centered ? stl(_templateObject28 || (_templateObject28 = _taggedTemplateLiteral(["flex-col"]))) : stl(_templateObject29 || (_templateObject29 = _taggedTemplateLiteral(["flex-row"]))), actionsClassNames),
74
+ className: cx(stl(_templateObject25 || (_templateObject25 = _taggedTemplateLiteral(["flex flex-wrap gap-2"]))), centered ? stl(_templateObject26 || (_templateObject26 = _taggedTemplateLiteral(["items-center justify-center"]))) : stl(_templateObject27 || (_templateObject27 = _taggedTemplateLiteral(["items-start justify-start"]))), actionsDirection === "column" || centered ? stl(_templateObject28 || (_templateObject28 = _taggedTemplateLiteral(["flex-col"]))) : stl(_templateObject29 || (_templateObject29 = _taggedTemplateLiteral(["flex-row"]))), actionsClassNames),
75
75
  children: actions
76
76
  })]
77
77
  }), !centered && usageContext === "page" && /*#__PURE__*/_jsx("div", {
78
- className: stl(_templateObject30 || (_templateObject30 = _taggedTemplateLiteral(["empty-state-illustration ml-16 hidden lg:flex items-center justify-center"]))),
78
+ className: stl(_templateObject30 || (_templateObject30 = _taggedTemplateLiteral(["hidden lg:flex items-center justify-center"]))),
79
79
  children: pageIllustration
80
80
  })]
81
81
  });
@@ -84,7 +84,7 @@ var renderEmptyState = function renderEmptyState(_ref) {
84
84
  /**
85
85
  * The `EmptyState` component informs users when there's no content or data, providing clear actions and guidance to help them proceed or populate the area.
86
86
  *
87
- * See the [Empty State documentation page](https://satellite.algolia.com/layouts/empty-state) for more information.
87
+ * See the [Empty State documentation page](https://satellite.algolia.com/8261d6576/p/231b1d-empty-state) for more information.
88
88
  */
89
89
  export var EmptyState = function EmptyState(props) {
90
90
  return renderEmptyState(props);
@@ -10,6 +10,6 @@ export interface KeyboardKeyProps {
10
10
  /**
11
11
  * The `KeyboardKey` component is used to display a keyboard key.
12
12
  *
13
- * See the [Keyboard Key documentation page](https://satellite.algolia.com/components/misc/keyboard-key) for more information.
13
+ * See the [Keyboard Key documentation page](https://satellite.algolia.com/8261d6576/p/542447-keyboard-key) for more information.
14
14
  */
15
15
  export declare const KeyboardKey: FC<KeyboardKeyProps>;
@@ -2,8 +2,8 @@ import _taggedTemplateLiteral from "@babel/runtime/helpers/taggedTemplateLiteral
2
2
  var _templateObject;
3
3
  import cx from "clsx";
4
4
  import { createElement } from "react";
5
- import { ArrowDownIcon, ArrowLeftIcon, ArrowRightIcon, ArrowUpIcon, CornerDownLeftIcon } from "../../Icons";
6
- import stl from "../../styles/helpers/satellitePrefixer";
5
+ import { ArrowDownIcon, ArrowLeftIcon, ArrowRightIcon, ArrowUpIcon, CornerDownLeftIcon } from "./../../Icons";
6
+ import stl from "./../../styles/helpers/satellitePrefixer";
7
7
  import { jsx as _jsx } from "react/jsx-runtime";
8
8
  var KEY_MAPPINGS = {
9
9
  up: ArrowUpIcon,
@@ -16,7 +16,7 @@ var KEY_MAPPINGS = {
16
16
  /**
17
17
  * The `KeyboardKey` component is used to display a keyboard key.
18
18
  *
19
- * See the [Keyboard Key documentation page](https://satellite.algolia.com/components/misc/keyboard-key) for more information.
19
+ * See the [Keyboard Key documentation page](https://satellite.algolia.com/8261d6576/p/542447-keyboard-key) for more information.
20
20
  */
21
21
  export var KeyboardKey = function KeyboardKey(_ref) {
22
22
  var className = _ref.className,
@@ -1,6 +1,6 @@
1
1
  import type { FC } from "react";
2
- import type { IconComponentType } from "../../Icons";
3
2
  import type { MedallionSize, MedallionVariant } from "./types";
3
+ import type { IconComponentType } from "../../Icons";
4
4
  export interface MedallionProps {
5
5
  /**
6
6
  * The icon of the `Medallion`.
@@ -24,6 +24,6 @@ export interface MedallionProps {
24
24
  /**
25
25
  * The `Medallion` component is used to display a medallion.
26
26
  *
27
- * See the [Medallion documentation page](https://satellite.algolia.com/components/images/medallion) for more information.
27
+ * See the [Medallion documentation page](https://satellite.algolia.com/8261d6576/p/775249-medallion) for more information.
28
28
  */
29
29
  export declare const Medallion: FC<MedallionProps>;
@@ -1,7 +1,7 @@
1
1
  import _taggedTemplateLiteral from "@babel/runtime/helpers/taggedTemplateLiteral";
2
2
  var _templateObject, _templateObject2, _templateObject3, _templateObject4, _templateObject5, _templateObject6, _templateObject7, _templateObject8, _templateObject9, _templateObject10, _templateObject11;
3
3
  import cx from "clsx";
4
- import stl from "../../styles/helpers/satellitePrefixer";
4
+ import stl from "./../../styles/helpers/satellitePrefixer";
5
5
  import { jsx as _jsx } from "react/jsx-runtime";
6
6
  var VARIANT_CLASSNAMES = {
7
7
  grey: stl(_templateObject || (_templateObject = _taggedTemplateLiteral(["medallion-grey text-grey-600"]))),
@@ -19,7 +19,7 @@ var VARIANT_CLASSNAMES = {
19
19
  /**
20
20
  * The `Medallion` component is used to display a medallion.
21
21
  *
22
- * See the [Medallion documentation page](https://satellite.algolia.com/components/images/medallion) for more information.
22
+ * See the [Medallion documentation page](https://satellite.algolia.com/8261d6576/p/775249-medallion) for more information.
23
23
  */
24
24
  export var Medallion = function Medallion(_ref) {
25
25
  var Icon = _ref.icon,
@@ -16,6 +16,6 @@ export interface ProgressBarProps extends HTMLAttributes<HTMLDivElement> {
16
16
  /**
17
17
  * The `ProgressBar` component visually indicates the completion status of a task, updating in real-time to guide users.
18
18
  *
19
- * See the [Progress Bar documentation page](https://satellite.algolia.com/components/feedback/progress-bar) for more information.
19
+ * See the [Progress Bar documentation page](https://satellite.algolia.com/8261d6576/p/06fa4a-progress-bar) for more information.
20
20
  */
21
21
  export declare const ProgressBar: import("react").ForwardRefExoticComponent<ProgressBarProps & import("react").RefAttributes<HTMLDivElement>>;
@@ -8,14 +8,14 @@ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t =
8
8
  import * as Progress from "@radix-ui/react-progress";
9
9
  import cx from "clsx";
10
10
  import { forwardRef } from "react";
11
- import stl from "../../styles/helpers/satellitePrefixer";
12
- import { clamp } from "../../utils/clamp";
13
- import { prefersReducedMotion } from "../../utils/prefersReducedMotion";
11
+ import stl from "./../../styles/helpers/satellitePrefixer";
12
+ import { clamp } from "./../../utils/clamp";
13
+ import { prefersReducedMotion } from "./../../utils/prefersReducedMotion";
14
14
  import { jsx as _jsx } from "react/jsx-runtime";
15
15
  /**
16
16
  * The `ProgressBar` component visually indicates the completion status of a task, updating in real-time to guide users.
17
17
  *
18
- * See the [Progress Bar documentation page](https://satellite.algolia.com/components/feedback/progress-bar) for more information.
18
+ * See the [Progress Bar documentation page](https://satellite.algolia.com/8261d6576/p/06fa4a-progress-bar) for more information.
19
19
  */
20
20
  export var ProgressBar = /*#__PURE__*/forwardRef(function (_ref, ref) {
21
21
  var value = _ref.value,
@@ -17,6 +17,6 @@ export interface ProgressSpinnerProps extends SVGAttributes<SVGSVGElement> {
17
17
  /**
18
18
  * The `ProgressSpinner` component is used for loading data or performing actions without an instant effect. Spinners reassure we're processing their actions without revealing what's going on behind-the-scenes.
19
19
  *
20
- * See the [Progress Spinner documentation page](https://satellite.algolia.com/components/feedback/progress-spinner) for more information.
20
+ * See the [Progress Spinner documentation page](https://satellite.algolia.com/8261d6576/p/4558de-progress-spinner) for more information.
21
21
  */
22
22
  export declare const ProgressSpinner: FC<ProgressSpinnerProps>;
@@ -6,7 +6,7 @@ var _templateObject, _templateObject2, _templateObject3, _templateObject4;
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 stl from "../../styles/helpers/satellitePrefixer";
9
+ import stl from "./../../styles/helpers/satellitePrefixer";
10
10
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
11
11
  var ALIGN_CLASSNAMES = {
12
12
  left: stl(_templateObject || (_templateObject = _taggedTemplateLiteral(["mr-auto"]))),
@@ -17,7 +17,7 @@ var ALIGN_CLASSNAMES = {
17
17
  /**
18
18
  * The `ProgressSpinner` component is used for loading data or performing actions without an instant effect. Spinners reassure we're processing their actions without revealing what's going on behind-the-scenes.
19
19
  *
20
- * See the [Progress Spinner documentation page](https://satellite.algolia.com/components/feedback/progress-spinner) for more information.
20
+ * See the [Progress Spinner documentation page](https://satellite.algolia.com/8261d6576/p/4558de-progress-spinner) for more information.
21
21
  */
22
22
  export var ProgressSpinner = function ProgressSpinner(_ref) {
23
23
  var className = _ref.className,
@@ -25,6 +25,6 @@ export interface ScrollIndicatorProps {
25
25
  /**
26
26
  * The `ScrollIndicator` component is used to display a top and bottom color gradient depending on the scroll position.
27
27
  *
28
- * See the [Scroll Indicator documentation page](https://satellite.algolia.com/layouts/scroll-indicator) for more information.
28
+ * See the [Scroll Indicator documentation page](https://satellite.algolia.com/8261d6576/p/7832ab-scroll-indicator) for more information.
29
29
  */
30
30
  export declare const ScrollIndicator: FC<ScrollIndicatorProps>;
@@ -5,7 +5,7 @@ import cx from "clsx";
5
5
  import { createElement, useCallback, useMemo, useState } from "react";
6
6
  import useMeasure from "react-use/lib/useMeasure";
7
7
  import useScroll from "react-use/lib/useScroll";
8
- import stl from "../../styles/helpers/satellitePrefixer";
8
+ import stl from "./../../styles/helpers/satellitePrefixer";
9
9
  import { jsx as _jsx } from "react/jsx-runtime";
10
10
  var useScrollIndicators = function useScrollIndicators() {
11
11
  /**
@@ -56,7 +56,7 @@ var VARIANT_CLASSNAMES = {
56
56
  /**
57
57
  * The `ScrollIndicator` component is used to display a top and bottom color gradient depending on the scroll position.
58
58
  *
59
- * See the [Scroll Indicator documentation page](https://satellite.algolia.com/layouts/scroll-indicator) for more information.
59
+ * See the [Scroll Indicator documentation page](https://satellite.algolia.com/8261d6576/p/7832ab-scroll-indicator) for more information.
60
60
  */
61
61
  export var ScrollIndicator = function ScrollIndicator(_ref) {
62
62
  var _ref$tagName = _ref.tagName,
@@ -18,6 +18,6 @@ export interface SeparatorProps {
18
18
  /**
19
19
  * The `Separator` component is used to visually separate content.
20
20
  *
21
- * See the [Separator documentation page](https://satellite.algolia.com/components/misc/separator) for more information.
21
+ * See the [Separator documentation page](https://satellite.algolia.com/8261d6576/p/4076be-separator) for more information.
22
22
  */
23
23
  export declare const Separator: FC<SeparatorProps>;
@@ -5,12 +5,12 @@ 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 * as RadixSeparator from "@radix-ui/react-separator";
7
7
  import cx from "clsx";
8
- import stl from "../../styles/helpers/satellitePrefixer";
8
+ import stl from "./../../styles/helpers/satellitePrefixer";
9
9
  import { jsx as _jsx } from "react/jsx-runtime";
10
10
  /**
11
11
  * The `Separator` component is used to visually separate content.
12
12
  *
13
- * See the [Separator documentation page](https://satellite.algolia.com/components/misc/separator) for more information.
13
+ * See the [Separator documentation page](https://satellite.algolia.com/8261d6576/p/4076be-separator) for more information.
14
14
  */
15
15
  export var Separator = function Separator(_ref) {
16
16
  var className = _ref.className,
@@ -25,7 +25,7 @@ declare const DEFAULT_SKELETON_SIZES: {
25
25
  /**
26
26
  * The `Skeleton` component is used to display a placeholder during loading.
27
27
  *
28
- * See the [Skeleton documentation page](https://satellite.algolia.com/layouts/skeleton) for more information.
28
+ * See the [Skeleton documentation page](https://satellite.algolia.com/8261d6576/p/3052f9-skeleton) for more information.
29
29
  */
30
30
  export declare const Skeleton: FC<PropsWithChildren<SkeletonProps>>;
31
31
  export {};
@@ -6,8 +6,8 @@ var _templateObject, _templateObject2, _templateObject3, _templateObject4, _temp
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 { ImageIcon } from "../../Icons";
10
- import stl from "../../styles/helpers/satellitePrefixer";
9
+ import { ImageIcon } from "./../../Icons";
10
+ import stl from "./../../styles/helpers/satellitePrefixer";
11
11
  import { jsx as _jsx } from "react/jsx-runtime";
12
12
  var DEFAULT_SKELETON_SIZES = {
13
13
  sm: stl(_templateObject || (_templateObject = _taggedTemplateLiteral(["w-full h-8"]))),
@@ -18,7 +18,7 @@ var DEFAULT_SKELETON_SIZES = {
18
18
  /**
19
19
  * The `Skeleton` component is used to display a placeholder during loading.
20
20
  *
21
- * See the [Skeleton documentation page](https://satellite.algolia.com/layouts/skeleton) for more information.
21
+ * See the [Skeleton documentation page](https://satellite.algolia.com/8261d6576/p/3052f9-skeleton) for more information.
22
22
  */
23
23
 
24
24
  export var Skeleton = function Skeleton(_ref) {
@@ -39,6 +39,6 @@ export interface TagProps extends DetailedHTMLProps<HTMLAttributes<HTMLSpanEleme
39
39
  /**
40
40
  * The `Tag` component is an interactive and customizable text label with varied color options.
41
41
  *
42
- * See the [Tag documentation page](https://satellite.algolia.com/components/forms/tag) for more information.
42
+ * See the [Tag documentation page](https://satellite.algolia.com/8261d6576/p/780760-tag) for more information.
43
43
  */
44
44
  export declare const Tag: import("react").ForwardRefExoticComponent<Omit<TagProps, "ref"> & import("react").RefAttributes<HTMLSpanElement>>;
@@ -7,11 +7,11 @@ 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 { forwardRef } from "react";
10
- import { useIsInsideAutoComplete } from "../../Fields/AutoComplete/components/AutoCompleteContext";
11
- import { PlusIcon, XIcon } from "../../Icons";
12
- import { TooltipWrapper } from "../../Overlay";
13
- import { useLocale } from "../../Satellite";
14
- import stl from "../../styles/helpers/satellitePrefixer";
10
+ import { useIsInsideAutoComplete } from "./../../Fields/AutoComplete/components/AutoCompleteContext";
11
+ import { PlusIcon, XIcon } from "./../../Icons";
12
+ import { TooltipWrapper } from "./../../Overlay";
13
+ import { useLocale } from "./../../Satellite";
14
+ import stl from "./../../styles/helpers/satellitePrefixer";
15
15
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
16
16
  var DEFAULT_TAG_LOCALE = {
17
17
  addButton: function addButton(title) {
@@ -43,7 +43,7 @@ var BUTTON_VARIANT_CLASSNAMES = {
43
43
  /**
44
44
  * The `Tag` component is an interactive and customizable text label with varied color options.
45
45
  *
46
- * See the [Tag documentation page](https://satellite.algolia.com/components/forms/tag) for more information.
46
+ * See the [Tag documentation page](https://satellite.algolia.com/8261d6576/p/780760-tag) for more information.
47
47
  */
48
48
  export var Tag = /*#__PURE__*/forwardRef(function (_ref, ref) {
49
49
  var children = _ref.children,