@algolia/satellite 2.4.0 → 2.5.0

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 (430) hide show
  1. package/dist/cjs/Actions/Accordion/Accordion.d.ts +9 -9
  2. package/dist/cjs/Actions/Accordion/Accordion.tailwind.d.ts +1 -1
  3. package/dist/cjs/Actions/Button/Button.d.ts +1 -2
  4. package/dist/cjs/Actions/Button/Button.tailwind.d.ts +1 -1
  5. package/dist/cjs/Actions/Button/PolymorphicButton.d.ts +2 -2
  6. package/dist/cjs/Actions/Button/PolymorphicIconButton.d.ts +2 -3
  7. package/dist/cjs/Actions/Button/types.d.ts +7 -7
  8. package/dist/cjs/Actions/ButtonLink/ButtonLink.d.ts +2 -3
  9. package/dist/cjs/Actions/IconButton/IconButton.d.ts +1 -2
  10. package/dist/cjs/Actions/IconButtonLink/IconButtonLink.d.ts +1 -2
  11. package/dist/cjs/Actions/IconButtonWithFeedback/IconButtonWithFeedback.d.ts +2 -2
  12. package/dist/cjs/Actions/SegmentedControl/SegmentedControl.tailwind.d.ts +1 -1
  13. package/dist/cjs/Actions/SegmentedControl/types.d.ts +1 -1
  14. package/dist/cjs/Actions/ToggleButton/ToggleButton.d.ts +1 -1
  15. package/dist/cjs/Actions/ToggleButton/ToggleButtonBase.d.ts +3 -3
  16. package/dist/cjs/Actions/ToggleGroup/ToggleGroup.d.ts +6 -6
  17. package/dist/cjs/Actions/ToggleGroup/ToggleGroup.tailwind.d.ts +1 -1
  18. package/dist/cjs/Chat/ChatContextAccordion/ChatContextAccordion.d.ts +1 -1
  19. package/dist/cjs/Chat/ChatContextContainer/ChatContextContainer.d.ts +23 -0
  20. package/dist/cjs/Chat/ChatContextContainer/ChatContextContainer.js +72 -0
  21. package/dist/cjs/Chat/ChatContextContainer/ChatContextContainer.styles.d.ts +65 -0
  22. package/dist/cjs/Chat/ChatContextContainer/ChatContextContainer.styles.js +22 -0
  23. package/dist/cjs/Chat/ChatContextContainer/index.d.ts +1 -0
  24. package/dist/cjs/Chat/ChatContextContainer/index.js +16 -0
  25. package/dist/cjs/Chat/ChatContextContainer/theme.d.ts +57 -0
  26. package/dist/cjs/Chat/ChatContextContainer/theme.js +73 -0
  27. package/dist/cjs/Chat/ChatMessage/ChatMessage.d.ts +5 -54
  28. package/dist/cjs/Chat/ChatMessageError/ChatMessageError.d.ts +6 -6
  29. package/dist/cjs/Chat/ChatMessageLoader/ChatMessageLoader.d.ts +2 -2
  30. package/dist/cjs/Chat/ChatMessages/ChatMessages.d.ts +5 -66
  31. package/dist/cjs/Chat/ChatMessages/ChatMessages.js +0 -1
  32. package/dist/cjs/Chat/ChatPrompt/ChatPrompt.d.ts +9 -9
  33. package/dist/cjs/Chat/ChatPrompt/useFocusTyping.d.ts +1 -2
  34. package/dist/cjs/Chat/helpers.d.ts +28 -0
  35. package/dist/cjs/Chat/helpers.js +68 -0
  36. package/dist/cjs/Chat/index.d.ts +4 -1
  37. package/dist/cjs/Chat/index.js +33 -1
  38. package/dist/cjs/Chat/types.d.ts +22 -3
  39. package/dist/cjs/Fields/AutoComplete/AutoComplete.d.ts +1 -2
  40. package/dist/cjs/Fields/AutoComplete/AutoComplete.tailwind.d.ts +1 -1
  41. package/dist/cjs/Fields/AutoComplete/components/AutoCompleteContext.d.ts +2 -2
  42. package/dist/cjs/Fields/AutoComplete/components/DefaultOptionItem.d.ts +1 -1
  43. package/dist/cjs/Fields/AutoComplete/types.d.ts +8 -8
  44. package/dist/cjs/Fields/Checkbox/Checkbox.d.ts +3 -3
  45. package/dist/cjs/Fields/Checkbox/Checkbox.tailwind.d.ts +1 -1
  46. package/dist/cjs/Fields/DateInput/DateInput.d.ts +2 -3
  47. package/dist/cjs/Fields/DatePicker/DatePicker/DatePicker.d.ts +1 -1
  48. package/dist/cjs/Fields/DatePicker/DatePicker/datePickerReducer.d.ts +1 -1
  49. package/dist/cjs/Fields/DatePicker/DatePicker.tailwind.d.ts +1 -1
  50. package/dist/cjs/Fields/DatePicker/DateRangePicker/DateRangePicker.d.ts +1 -1
  51. package/dist/cjs/Fields/DatePicker/DateRangePicker/DateRangePickerDisplay.d.ts +0 -1
  52. package/dist/cjs/Fields/DatePicker/DateRangePicker/dateRangePickerReducer.d.ts +1 -1
  53. package/dist/cjs/Fields/DatePicker/DateRangePicker/dateRangePickerTimeRange.d.ts +1 -1
  54. package/dist/cjs/Fields/DatePicker/components/Calendar.d.ts +3 -3
  55. package/dist/cjs/Fields/DatePicker/components/Footer.d.ts +1 -1
  56. package/dist/cjs/Fields/DatePicker/components/FooterActions.d.ts +0 -1
  57. package/dist/cjs/Fields/DatePicker/components/NavBar.d.ts +1 -1
  58. package/dist/cjs/Fields/DatePicker/components/SidePanel.d.ts +1 -1
  59. package/dist/cjs/Fields/DatePicker/types.d.ts +2 -2
  60. package/dist/cjs/Fields/DateRangeInput/DateRangeInput.d.ts +2 -3
  61. package/dist/cjs/Fields/Dropzone/Dropzone.d.ts +2 -3
  62. package/dist/cjs/Fields/Field/FieldContext.d.ts +2 -3
  63. package/dist/cjs/Fields/Field/useField.d.ts +1 -1
  64. package/dist/cjs/Fields/FilePicker/FilePicker.d.ts +4 -5
  65. package/dist/cjs/Fields/Form/Form.d.ts +1 -1
  66. package/dist/cjs/Fields/Form/FormContext.d.ts +2 -3
  67. package/dist/cjs/Fields/Input/Input.d.ts +3 -3
  68. package/dist/cjs/Fields/Input/Input.tailwind.d.ts +1 -1
  69. package/dist/cjs/Fields/RadioGroup/RadioButton.d.ts +1 -1
  70. package/dist/cjs/Fields/RadioGroup/RadioButton.tailwind.d.ts +1 -1
  71. package/dist/cjs/Fields/RadioGroup/RadioGroup.d.ts +5 -5
  72. package/dist/cjs/Fields/RadioGroup/RadioGroupItem.d.ts +4 -4
  73. package/dist/cjs/Fields/RangeSlider/RangeSlider.d.ts +5 -5
  74. package/dist/cjs/Fields/Select/Select.d.ts +1 -1
  75. package/dist/cjs/Fields/Select/Select.tailwind.d.ts +1 -1
  76. package/dist/cjs/Fields/SelectableCard/SelectableCard.d.ts +2 -2
  77. package/dist/cjs/Fields/SelectableCard/SelectableCardGroup.d.ts +2 -2
  78. package/dist/cjs/Fields/Switch/Switch.d.ts +7 -7
  79. package/dist/cjs/Fields/Switch/Switch.tailwind.d.ts +1 -1
  80. package/dist/cjs/Fields/TextArea/TextArea.d.ts +1 -1
  81. package/dist/cjs/Fields/TextArea/TextArea.tailwind.d.ts +1 -1
  82. package/dist/cjs/Fields/TextAreaAutoSize/TextAreaAutoSize.d.ts +3 -4
  83. package/dist/cjs/Helpers/ClickAwayContainer/ClickAwayContainer.d.ts +1 -1
  84. package/dist/cjs/Helpers/CodeEditor/CodeEditor.d.ts +1 -1
  85. package/dist/cjs/Helpers/HelpUnderline/HelpUnderline.d.ts +1 -1
  86. package/dist/cjs/Helpers/HelpUnderline/HelpUnderline.tailwind.d.ts +1 -1
  87. package/dist/cjs/Helpers/InstantSearch/InstantSearch.tailwind.d.ts +1 -1
  88. package/dist/cjs/Helpers/MarkdownContent/MarkdownContent.tailwind.d.ts +1 -1
  89. package/dist/cjs/Helpers/ShimmerText/ShimmerText.d.ts +1 -1
  90. package/dist/cjs/Helpers/ShimmerText/ShimmerText.tailwind.d.ts +1 -1
  91. package/dist/cjs/Helpers/UserContent/UserContent.tailwind.d.ts +1 -1
  92. package/dist/cjs/Helpers/utilities/focusable.tailwind.d.ts +1 -1
  93. package/dist/cjs/Helpers/utilities/overlay.tailwind.d.ts +1 -1
  94. package/dist/cjs/Helpers/utilities/utilities.tailwind.d.ts +1 -1
  95. package/dist/cjs/Icons/AlgoliaRecommendIcon.d.ts +0 -1
  96. package/dist/cjs/Icons/AlgoliaSearchIcon.d.ts +0 -1
  97. package/dist/cjs/Icons/BulbIcon.d.ts +0 -1
  98. package/dist/cjs/Icons/ContextIcon.d.ts +0 -1
  99. package/dist/cjs/Icons/CrawlerIcon.d.ts +0 -1
  100. package/dist/cjs/Icons/DragHandleIcon.d.ts +0 -1
  101. package/dist/cjs/Icons/NeuralSearchIcon.d.ts +0 -1
  102. package/dist/cjs/Icons/NoFiltersIcon.d.ts +0 -1
  103. package/dist/cjs/Icons/PinIcon.d.ts +0 -1
  104. package/dist/cjs/Icons/QueryBreakdownIcon.d.ts +0 -1
  105. package/dist/cjs/Icons/RocketIcon.d.ts +0 -1
  106. package/dist/cjs/Icons/SettingsCategoryPagesIcon.d.ts +0 -1
  107. package/dist/cjs/Icons/SettingsConsequencesIcon.d.ts +0 -1
  108. package/dist/cjs/Icons/TestingIcon.d.ts +0 -1
  109. package/dist/cjs/Icons/UnpinIcon.d.ts +0 -1
  110. package/dist/cjs/Icons/WorkspaceSwitcherIcon.d.ts +0 -1
  111. package/dist/cjs/Icons/index.d.ts +2 -2
  112. package/dist/cjs/Indicators/AnnouncementBadge/AnnouncementBadge.d.ts +3 -3
  113. package/dist/cjs/Indicators/Avatars/ApplicationAvatar/ApplicationAvatar.d.ts +1 -1
  114. package/dist/cjs/Indicators/Avatars/UserAvatar/UserAvatar.d.ts +2 -2
  115. package/dist/cjs/Indicators/Avatars/types.d.ts +5 -5
  116. package/dist/cjs/Indicators/Badge/Badge.d.ts +4 -4
  117. package/dist/cjs/Indicators/Banners/Alert/Alert.d.ts +2 -2
  118. package/dist/cjs/Indicators/Banners/Promote/Promote.d.ts +2 -2
  119. package/dist/cjs/Indicators/EmptyState/types.d.ts +3 -3
  120. package/dist/cjs/Indicators/KeyboardKey/KeyboardKey.tailwind.d.ts +1 -1
  121. package/dist/cjs/Indicators/Medallion/Medallion.tailwind.d.ts +1 -1
  122. package/dist/cjs/Indicators/Medallion/types.d.ts +2 -2
  123. package/dist/cjs/Indicators/ProgressBar/ProgressBar.tailwind.d.ts +1 -1
  124. package/dist/cjs/Indicators/ProgressSpinner/ProgressSpinner.d.ts +1 -1
  125. package/dist/cjs/Indicators/ProgressSpinner/ProgressSpinner.tailwind.d.ts +1 -1
  126. package/dist/cjs/Indicators/ScrollIndicator/ScrollIndicator.d.ts +1 -1
  127. package/dist/cjs/Indicators/ScrollIndicator/ScrollIndicator.tailwind.d.ts +1 -1
  128. package/dist/cjs/Indicators/Separator/Separator.tailwind.d.ts +1 -1
  129. package/dist/cjs/Indicators/Tag/Tag.d.ts +2 -2
  130. package/dist/cjs/Indicators/Tag/Tag.tailwind.d.ts +1 -1
  131. package/dist/cjs/Indicators/Toast/Toast.d.ts +2 -2
  132. package/dist/cjs/Indicators/Toast/Toast.tailwind.d.ts +1 -1
  133. package/dist/cjs/Indicators/Toast/Toasts.d.ts +1 -1
  134. package/dist/cjs/Indicators/Toast/types.d.ts +1 -1
  135. package/dist/cjs/Layout/Card/Card.d.ts +2 -2
  136. package/dist/cjs/Layout/Card/Card.tailwind.d.ts +1 -1
  137. package/dist/cjs/Layout/Card/components/CardHeader.d.ts +1 -1
  138. package/dist/cjs/Layout/Card/components/CardTitle.d.ts +2 -2
  139. package/dist/cjs/Layout/CollapsibleCard/CollapsibleCard.d.ts +6 -6
  140. package/dist/cjs/Layout/CollapsibleCard/CollapsibleCard.tailwind.d.ts +1 -1
  141. package/dist/cjs/Layout/FlexGrid/FlexGrid.d.ts +4 -4
  142. package/dist/cjs/Layout/FlexGrid/FlexGrid.tailwind.d.ts +1 -1
  143. package/dist/cjs/Layout/Insert/Insert.d.ts +1 -1
  144. package/dist/cjs/Layout/Sidebar/Sidebar.d.ts +1 -1
  145. package/dist/cjs/Layout/Sidebar/SidebarButtonLink.d.ts +1 -1
  146. package/dist/cjs/Layout/Sidebar/SidebarContext.d.ts +1 -2
  147. package/dist/cjs/Layout/Sidebar/SidebarHeader.d.ts +1 -1
  148. package/dist/cjs/Layout/Sidebar/SidebarHeading.d.ts +1 -1
  149. package/dist/cjs/Layout/Sidebar/SidebarLink.d.ts +1 -1
  150. package/dist/cjs/Layout/Sidebar/SidebarLinksGroup/ActiveLinkIndicator.d.ts +1 -1
  151. package/dist/cjs/Layout/Sidebar/SidebarLinksGroup/SidebarGroupLink.d.ts +1 -1
  152. package/dist/cjs/Layout/Sidebar/SidebarLinksGroup/SidebarLinksGroup.d.ts +4 -4
  153. package/dist/cjs/Layout/Sidebar/SidebarLinksGroup/types.d.ts +1 -1
  154. package/dist/cjs/Layout/Sidebar/SidebarNav.d.ts +2 -2
  155. package/dist/cjs/Layout/Sidebar/types.d.ts +3 -3
  156. package/dist/cjs/Layout/Tables/DataTable/DataTable.d.ts +7 -7
  157. package/dist/cjs/Layout/Tables/DataTable/DataTable.tailwind.d.ts +1 -1
  158. package/dist/cjs/Layout/Tables/DataTable/types.d.ts +7 -7
  159. package/dist/cjs/Layout/Tables/Table/Table.d.ts +1 -1
  160. package/dist/cjs/Layout/Tables/Table/Table.tailwind.d.ts +1 -1
  161. package/dist/cjs/Layout/Tables/Table/components/TableFooter.d.ts +2 -2
  162. package/dist/cjs/Navigation/Link/BaseLink.d.ts +1 -1
  163. package/dist/cjs/Navigation/Link/Link.d.ts +4 -4
  164. package/dist/cjs/Navigation/Pagination/CompactPagination/CompactPagination.d.ts +6 -6
  165. package/dist/cjs/Navigation/Pagination/DotPagination/DotPagination.d.ts +3 -3
  166. package/dist/cjs/Navigation/Pagination/Pagination/Pagination.d.ts +1 -1
  167. package/dist/cjs/Navigation/Stepper/Step.d.ts +1 -1
  168. package/dist/cjs/Navigation/Stepper/Stepper.d.ts +3 -3
  169. package/dist/cjs/Navigation/Stepper/StepperContext.d.ts +1 -2
  170. package/dist/cjs/Navigation/Stepper/types.d.ts +1 -1
  171. package/dist/cjs/Navigation/Tabs/Tabs.tailwind.d.ts +1 -1
  172. package/dist/cjs/Navigation/Tabs/types.d.ts +1 -1
  173. package/dist/cjs/Overlay/MenuButton/MenuButton.d.ts +16 -17
  174. package/dist/cjs/Overlay/MenuButton/components/Content.d.ts +1 -2
  175. package/dist/cjs/Overlay/MenuButton/components/CustomTrigger.d.ts +1 -2
  176. package/dist/cjs/Overlay/MenuButton/components/DefaultTrigger.d.ts +1 -2
  177. package/dist/cjs/Overlay/MenuButton/components/Divider.d.ts +0 -1
  178. package/dist/cjs/Overlay/MenuButton/components/Label.d.ts +1 -1
  179. package/dist/cjs/Overlay/MenuButton/components/collapsible/CollapsibleItem.d.ts +1 -1
  180. package/dist/cjs/Overlay/MenuButton/components/collapsible/CollapsibleItemsGroup.d.ts +1 -1
  181. package/dist/cjs/Overlay/MenuButton/components/collapsible/CollapsibleItemsGroupContext.d.ts +0 -1
  182. package/dist/cjs/Overlay/MenuButton/components/collapsible/CollapsibleItemsMultipleGroup.d.ts +1 -1
  183. package/dist/cjs/Overlay/MenuButton/components/collapsible/CollapsibleItemsSingleGroup.d.ts +1 -1
  184. package/dist/cjs/Overlay/MenuButton/components/items/Item.d.ts +4 -5
  185. package/dist/cjs/Overlay/MenuButton/components/items/LinkItem.d.ts +2 -2
  186. package/dist/cjs/Overlay/MenuButton/components/items/RadioItem.d.ts +2 -2
  187. package/dist/cjs/Overlay/Modal/Modal.d.ts +4 -4
  188. package/dist/cjs/Overlay/Modal/Modal.tailwind.d.ts +1 -1
  189. package/dist/cjs/Overlay/Modal/components/ModalFooter.d.ts +1 -1
  190. package/dist/cjs/Overlay/Modal/components/ModalSection.d.ts +1 -1
  191. package/dist/cjs/Overlay/Popover/types.d.ts +4 -4
  192. package/dist/cjs/Overlay/Tooltip/Tooltip.d.ts +1 -1
  193. package/dist/cjs/Overlay/Tooltip/Tooltip.tailwind.d.ts +1 -1
  194. package/dist/cjs/Satellite/SatelliteContext.d.ts +0 -1
  195. package/dist/cjs/Satellite/locale.d.ts +1 -1
  196. package/dist/cjs/Satellite/useCreatePortal.d.ts +1 -1
  197. package/dist/cjs/Typography/Typography.tailwind.d.ts +1 -1
  198. package/dist/cjs/styles/base.tailwind.d.ts +1 -1
  199. package/dist/cjs/styles/brandColors.d.ts +6 -6
  200. package/dist/cjs/styles/colors.d.ts +11 -11
  201. package/dist/cjs/styles/helpers/satellitePrefixer.d.ts +1 -1
  202. package/dist/cjs/styles/tailwind.config.d.ts +1 -1
  203. package/dist/cjs/styles/tailwind.config.js +1 -1
  204. package/dist/cjs/styles/zIndexes.d.ts +8 -8
  205. package/dist/cjs/types.d.ts +6 -7
  206. package/dist/cjs/utils/NumberUnion.d.ts +3 -3
  207. package/dist/cjs/utils/genericChangeHandler.d.ts +2 -2
  208. package/dist/cjs/utils/isCssPropertySupported.d.ts +1 -1
  209. package/dist/cjs/utils/isRenderedChild.d.ts +1 -1
  210. package/dist/cjs/utils/matchLocation.d.ts +1 -1
  211. package/dist/cjs/utils/parseUrl.d.ts +1 -1
  212. package/dist/cjs/utils/useLinkProps.d.ts +2 -2
  213. package/dist/cjs/utils/useTimeoutFn.d.ts +1 -1
  214. package/dist/cjs/utils/useTriggerInputChange.d.ts +1 -1
  215. package/dist/esm/Actions/Accordion/Accordion.d.ts +9 -9
  216. package/dist/esm/Actions/Accordion/Accordion.tailwind.d.ts +1 -1
  217. package/dist/esm/Actions/Button/Button.d.ts +1 -2
  218. package/dist/esm/Actions/Button/Button.tailwind.d.ts +1 -1
  219. package/dist/esm/Actions/Button/PolymorphicButton.d.ts +2 -2
  220. package/dist/esm/Actions/Button/PolymorphicIconButton.d.ts +2 -3
  221. package/dist/esm/Actions/Button/types.d.ts +7 -7
  222. package/dist/esm/Actions/ButtonLink/ButtonLink.d.ts +2 -3
  223. package/dist/esm/Actions/IconButton/IconButton.d.ts +1 -2
  224. package/dist/esm/Actions/IconButtonLink/IconButtonLink.d.ts +1 -2
  225. package/dist/esm/Actions/IconButtonWithFeedback/IconButtonWithFeedback.d.ts +2 -2
  226. package/dist/esm/Actions/SegmentedControl/SegmentedControl.tailwind.d.ts +1 -1
  227. package/dist/esm/Actions/SegmentedControl/types.d.ts +1 -1
  228. package/dist/esm/Actions/ToggleButton/ToggleButton.d.ts +1 -1
  229. package/dist/esm/Actions/ToggleButton/ToggleButtonBase.d.ts +3 -3
  230. package/dist/esm/Actions/ToggleGroup/ToggleGroup.d.ts +6 -6
  231. package/dist/esm/Actions/ToggleGroup/ToggleGroup.tailwind.d.ts +1 -1
  232. package/dist/esm/Chat/ChatContextAccordion/ChatContextAccordion.d.ts +1 -1
  233. package/dist/esm/Chat/ChatContextContainer/ChatContextContainer.d.ts +23 -0
  234. package/dist/esm/Chat/ChatContextContainer/ChatContextContainer.js +66 -0
  235. package/dist/esm/Chat/ChatContextContainer/ChatContextContainer.styles.d.ts +65 -0
  236. package/dist/esm/Chat/ChatContextContainer/ChatContextContainer.styles.js +15 -0
  237. package/dist/esm/Chat/ChatContextContainer/index.d.ts +1 -0
  238. package/dist/esm/Chat/ChatContextContainer/index.js +1 -0
  239. package/dist/esm/Chat/ChatContextContainer/theme.d.ts +57 -0
  240. package/dist/esm/Chat/ChatContextContainer/theme.js +67 -0
  241. package/dist/esm/Chat/ChatMessage/ChatMessage.d.ts +5 -54
  242. package/dist/esm/Chat/ChatMessageError/ChatMessageError.d.ts +6 -6
  243. package/dist/esm/Chat/ChatMessageLoader/ChatMessageLoader.d.ts +2 -2
  244. package/dist/esm/Chat/ChatMessages/ChatMessages.d.ts +5 -66
  245. package/dist/esm/Chat/ChatMessages/ChatMessages.js +0 -1
  246. package/dist/esm/Chat/ChatPrompt/ChatPrompt.d.ts +9 -9
  247. package/dist/esm/Chat/ChatPrompt/useFocusTyping.d.ts +1 -2
  248. package/dist/esm/Chat/helpers.d.ts +28 -0
  249. package/dist/esm/Chat/helpers.js +60 -0
  250. package/dist/esm/Chat/index.d.ts +4 -1
  251. package/dist/esm/Chat/index.js +3 -1
  252. package/dist/esm/Chat/types.d.ts +22 -3
  253. package/dist/esm/Fields/AutoComplete/AutoComplete.d.ts +1 -2
  254. package/dist/esm/Fields/AutoComplete/AutoComplete.tailwind.d.ts +1 -1
  255. package/dist/esm/Fields/AutoComplete/components/AutoCompleteContext.d.ts +2 -2
  256. package/dist/esm/Fields/AutoComplete/components/DefaultOptionItem.d.ts +1 -1
  257. package/dist/esm/Fields/AutoComplete/types.d.ts +8 -8
  258. package/dist/esm/Fields/Checkbox/Checkbox.d.ts +3 -3
  259. package/dist/esm/Fields/Checkbox/Checkbox.tailwind.d.ts +1 -1
  260. package/dist/esm/Fields/DateInput/DateInput.d.ts +2 -3
  261. package/dist/esm/Fields/DatePicker/DatePicker/DatePicker.d.ts +1 -1
  262. package/dist/esm/Fields/DatePicker/DatePicker/datePickerReducer.d.ts +1 -1
  263. package/dist/esm/Fields/DatePicker/DatePicker.tailwind.d.ts +1 -1
  264. package/dist/esm/Fields/DatePicker/DateRangePicker/DateRangePicker.d.ts +1 -1
  265. package/dist/esm/Fields/DatePicker/DateRangePicker/DateRangePickerDisplay.d.ts +0 -1
  266. package/dist/esm/Fields/DatePicker/DateRangePicker/dateRangePickerReducer.d.ts +1 -1
  267. package/dist/esm/Fields/DatePicker/DateRangePicker/dateRangePickerTimeRange.d.ts +1 -1
  268. package/dist/esm/Fields/DatePicker/components/Calendar.d.ts +3 -3
  269. package/dist/esm/Fields/DatePicker/components/Footer.d.ts +1 -1
  270. package/dist/esm/Fields/DatePicker/components/FooterActions.d.ts +0 -1
  271. package/dist/esm/Fields/DatePicker/components/NavBar.d.ts +1 -1
  272. package/dist/esm/Fields/DatePicker/components/SidePanel.d.ts +1 -1
  273. package/dist/esm/Fields/DatePicker/types.d.ts +2 -2
  274. package/dist/esm/Fields/DateRangeInput/DateRangeInput.d.ts +2 -3
  275. package/dist/esm/Fields/Dropzone/Dropzone.d.ts +2 -3
  276. package/dist/esm/Fields/Field/FieldContext.d.ts +2 -3
  277. package/dist/esm/Fields/Field/useField.d.ts +1 -1
  278. package/dist/esm/Fields/FilePicker/FilePicker.d.ts +4 -5
  279. package/dist/esm/Fields/Form/Form.d.ts +1 -1
  280. package/dist/esm/Fields/Form/FormContext.d.ts +2 -3
  281. package/dist/esm/Fields/Input/Input.d.ts +3 -3
  282. package/dist/esm/Fields/Input/Input.tailwind.d.ts +1 -1
  283. package/dist/esm/Fields/RadioGroup/RadioButton.d.ts +1 -1
  284. package/dist/esm/Fields/RadioGroup/RadioButton.tailwind.d.ts +1 -1
  285. package/dist/esm/Fields/RadioGroup/RadioGroup.d.ts +5 -5
  286. package/dist/esm/Fields/RadioGroup/RadioGroupItem.d.ts +4 -4
  287. package/dist/esm/Fields/RangeSlider/RangeSlider.d.ts +5 -5
  288. package/dist/esm/Fields/Select/Select.d.ts +1 -1
  289. package/dist/esm/Fields/Select/Select.tailwind.d.ts +1 -1
  290. package/dist/esm/Fields/SelectableCard/SelectableCard.d.ts +2 -2
  291. package/dist/esm/Fields/SelectableCard/SelectableCardGroup.d.ts +2 -2
  292. package/dist/esm/Fields/Switch/Switch.d.ts +7 -7
  293. package/dist/esm/Fields/Switch/Switch.tailwind.d.ts +1 -1
  294. package/dist/esm/Fields/TextArea/TextArea.d.ts +1 -1
  295. package/dist/esm/Fields/TextArea/TextArea.tailwind.d.ts +1 -1
  296. package/dist/esm/Fields/TextAreaAutoSize/TextAreaAutoSize.d.ts +3 -4
  297. package/dist/esm/Helpers/ClickAwayContainer/ClickAwayContainer.d.ts +1 -1
  298. package/dist/esm/Helpers/CodeEditor/CodeEditor.d.ts +1 -1
  299. package/dist/esm/Helpers/HelpUnderline/HelpUnderline.d.ts +1 -1
  300. package/dist/esm/Helpers/HelpUnderline/HelpUnderline.tailwind.d.ts +1 -1
  301. package/dist/esm/Helpers/InstantSearch/InstantSearch.tailwind.d.ts +1 -1
  302. package/dist/esm/Helpers/MarkdownContent/MarkdownContent.tailwind.d.ts +1 -1
  303. package/dist/esm/Helpers/ShimmerText/ShimmerText.d.ts +1 -1
  304. package/dist/esm/Helpers/ShimmerText/ShimmerText.tailwind.d.ts +1 -1
  305. package/dist/esm/Helpers/UserContent/UserContent.tailwind.d.ts +1 -1
  306. package/dist/esm/Helpers/utilities/focusable.tailwind.d.ts +1 -1
  307. package/dist/esm/Helpers/utilities/overlay.tailwind.d.ts +1 -1
  308. package/dist/esm/Helpers/utilities/utilities.tailwind.d.ts +1 -1
  309. package/dist/esm/Icons/AlgoliaRecommendIcon.d.ts +0 -1
  310. package/dist/esm/Icons/AlgoliaSearchIcon.d.ts +0 -1
  311. package/dist/esm/Icons/BulbIcon.d.ts +0 -1
  312. package/dist/esm/Icons/ContextIcon.d.ts +0 -1
  313. package/dist/esm/Icons/CrawlerIcon.d.ts +0 -1
  314. package/dist/esm/Icons/DragHandleIcon.d.ts +0 -1
  315. package/dist/esm/Icons/NeuralSearchIcon.d.ts +0 -1
  316. package/dist/esm/Icons/NoFiltersIcon.d.ts +0 -1
  317. package/dist/esm/Icons/PinIcon.d.ts +0 -1
  318. package/dist/esm/Icons/QueryBreakdownIcon.d.ts +0 -1
  319. package/dist/esm/Icons/RocketIcon.d.ts +0 -1
  320. package/dist/esm/Icons/SettingsCategoryPagesIcon.d.ts +0 -1
  321. package/dist/esm/Icons/SettingsConsequencesIcon.d.ts +0 -1
  322. package/dist/esm/Icons/TestingIcon.d.ts +0 -1
  323. package/dist/esm/Icons/UnpinIcon.d.ts +0 -1
  324. package/dist/esm/Icons/WorkspaceSwitcherIcon.d.ts +0 -1
  325. package/dist/esm/Icons/index.d.ts +2 -2
  326. package/dist/esm/Indicators/AnnouncementBadge/AnnouncementBadge.d.ts +3 -3
  327. package/dist/esm/Indicators/Avatars/ApplicationAvatar/ApplicationAvatar.d.ts +1 -1
  328. package/dist/esm/Indicators/Avatars/UserAvatar/UserAvatar.d.ts +2 -2
  329. package/dist/esm/Indicators/Avatars/types.d.ts +5 -5
  330. package/dist/esm/Indicators/Badge/Badge.d.ts +4 -4
  331. package/dist/esm/Indicators/Banners/Alert/Alert.d.ts +2 -2
  332. package/dist/esm/Indicators/Banners/Promote/Promote.d.ts +2 -2
  333. package/dist/esm/Indicators/EmptyState/types.d.ts +3 -3
  334. package/dist/esm/Indicators/KeyboardKey/KeyboardKey.tailwind.d.ts +1 -1
  335. package/dist/esm/Indicators/Medallion/Medallion.tailwind.d.ts +1 -1
  336. package/dist/esm/Indicators/Medallion/types.d.ts +2 -2
  337. package/dist/esm/Indicators/ProgressBar/ProgressBar.tailwind.d.ts +1 -1
  338. package/dist/esm/Indicators/ProgressSpinner/ProgressSpinner.d.ts +1 -1
  339. package/dist/esm/Indicators/ProgressSpinner/ProgressSpinner.tailwind.d.ts +1 -1
  340. package/dist/esm/Indicators/ScrollIndicator/ScrollIndicator.d.ts +1 -1
  341. package/dist/esm/Indicators/ScrollIndicator/ScrollIndicator.tailwind.d.ts +1 -1
  342. package/dist/esm/Indicators/Separator/Separator.tailwind.d.ts +1 -1
  343. package/dist/esm/Indicators/Tag/Tag.d.ts +2 -2
  344. package/dist/esm/Indicators/Tag/Tag.tailwind.d.ts +1 -1
  345. package/dist/esm/Indicators/Toast/Toast.d.ts +2 -2
  346. package/dist/esm/Indicators/Toast/Toast.tailwind.d.ts +1 -1
  347. package/dist/esm/Indicators/Toast/Toasts.d.ts +1 -1
  348. package/dist/esm/Indicators/Toast/types.d.ts +1 -1
  349. package/dist/esm/Layout/Card/Card.d.ts +2 -2
  350. package/dist/esm/Layout/Card/Card.tailwind.d.ts +1 -1
  351. package/dist/esm/Layout/Card/components/CardHeader.d.ts +1 -1
  352. package/dist/esm/Layout/Card/components/CardTitle.d.ts +2 -2
  353. package/dist/esm/Layout/CollapsibleCard/CollapsibleCard.d.ts +6 -6
  354. package/dist/esm/Layout/CollapsibleCard/CollapsibleCard.tailwind.d.ts +1 -1
  355. package/dist/esm/Layout/FlexGrid/FlexGrid.d.ts +4 -4
  356. package/dist/esm/Layout/FlexGrid/FlexGrid.tailwind.d.ts +1 -1
  357. package/dist/esm/Layout/Insert/Insert.d.ts +1 -1
  358. package/dist/esm/Layout/Sidebar/Sidebar.d.ts +1 -1
  359. package/dist/esm/Layout/Sidebar/SidebarButtonLink.d.ts +1 -1
  360. package/dist/esm/Layout/Sidebar/SidebarContext.d.ts +1 -2
  361. package/dist/esm/Layout/Sidebar/SidebarHeader.d.ts +1 -1
  362. package/dist/esm/Layout/Sidebar/SidebarHeading.d.ts +1 -1
  363. package/dist/esm/Layout/Sidebar/SidebarLink.d.ts +1 -1
  364. package/dist/esm/Layout/Sidebar/SidebarLinksGroup/ActiveLinkIndicator.d.ts +1 -1
  365. package/dist/esm/Layout/Sidebar/SidebarLinksGroup/SidebarGroupLink.d.ts +1 -1
  366. package/dist/esm/Layout/Sidebar/SidebarLinksGroup/SidebarLinksGroup.d.ts +4 -4
  367. package/dist/esm/Layout/Sidebar/SidebarLinksGroup/types.d.ts +1 -1
  368. package/dist/esm/Layout/Sidebar/SidebarNav.d.ts +2 -2
  369. package/dist/esm/Layout/Sidebar/types.d.ts +3 -3
  370. package/dist/esm/Layout/Tables/DataTable/DataTable.d.ts +7 -7
  371. package/dist/esm/Layout/Tables/DataTable/DataTable.tailwind.d.ts +1 -1
  372. package/dist/esm/Layout/Tables/DataTable/types.d.ts +7 -7
  373. package/dist/esm/Layout/Tables/Table/Table.d.ts +1 -1
  374. package/dist/esm/Layout/Tables/Table/Table.tailwind.d.ts +1 -1
  375. package/dist/esm/Layout/Tables/Table/components/TableFooter.d.ts +2 -2
  376. package/dist/esm/Navigation/Link/BaseLink.d.ts +1 -1
  377. package/dist/esm/Navigation/Link/Link.d.ts +4 -4
  378. package/dist/esm/Navigation/Pagination/CompactPagination/CompactPagination.d.ts +6 -6
  379. package/dist/esm/Navigation/Pagination/DotPagination/DotPagination.d.ts +3 -3
  380. package/dist/esm/Navigation/Pagination/Pagination/Pagination.d.ts +1 -1
  381. package/dist/esm/Navigation/Stepper/Step.d.ts +1 -1
  382. package/dist/esm/Navigation/Stepper/Stepper.d.ts +3 -3
  383. package/dist/esm/Navigation/Stepper/StepperContext.d.ts +1 -2
  384. package/dist/esm/Navigation/Stepper/types.d.ts +1 -1
  385. package/dist/esm/Navigation/Tabs/Tabs.tailwind.d.ts +1 -1
  386. package/dist/esm/Navigation/Tabs/types.d.ts +1 -1
  387. package/dist/esm/Overlay/MenuButton/MenuButton.d.ts +16 -17
  388. package/dist/esm/Overlay/MenuButton/components/Content.d.ts +1 -2
  389. package/dist/esm/Overlay/MenuButton/components/CustomTrigger.d.ts +1 -2
  390. package/dist/esm/Overlay/MenuButton/components/DefaultTrigger.d.ts +1 -2
  391. package/dist/esm/Overlay/MenuButton/components/Divider.d.ts +0 -1
  392. package/dist/esm/Overlay/MenuButton/components/Label.d.ts +1 -1
  393. package/dist/esm/Overlay/MenuButton/components/collapsible/CollapsibleItem.d.ts +1 -1
  394. package/dist/esm/Overlay/MenuButton/components/collapsible/CollapsibleItemsGroup.d.ts +1 -1
  395. package/dist/esm/Overlay/MenuButton/components/collapsible/CollapsibleItemsGroupContext.d.ts +0 -1
  396. package/dist/esm/Overlay/MenuButton/components/collapsible/CollapsibleItemsMultipleGroup.d.ts +1 -1
  397. package/dist/esm/Overlay/MenuButton/components/collapsible/CollapsibleItemsSingleGroup.d.ts +1 -1
  398. package/dist/esm/Overlay/MenuButton/components/items/Item.d.ts +4 -5
  399. package/dist/esm/Overlay/MenuButton/components/items/LinkItem.d.ts +2 -2
  400. package/dist/esm/Overlay/MenuButton/components/items/RadioItem.d.ts +2 -2
  401. package/dist/esm/Overlay/Modal/Modal.d.ts +4 -4
  402. package/dist/esm/Overlay/Modal/Modal.tailwind.d.ts +1 -1
  403. package/dist/esm/Overlay/Modal/components/ModalFooter.d.ts +1 -1
  404. package/dist/esm/Overlay/Modal/components/ModalSection.d.ts +1 -1
  405. package/dist/esm/Overlay/Popover/types.d.ts +4 -4
  406. package/dist/esm/Overlay/Tooltip/Tooltip.d.ts +1 -1
  407. package/dist/esm/Overlay/Tooltip/Tooltip.tailwind.d.ts +1 -1
  408. package/dist/esm/Satellite/SatelliteContext.d.ts +0 -1
  409. package/dist/esm/Satellite/locale.d.ts +1 -1
  410. package/dist/esm/Satellite/useCreatePortal.d.ts +1 -1
  411. package/dist/esm/Typography/Typography.tailwind.d.ts +1 -1
  412. package/dist/esm/styles/base.tailwind.d.ts +1 -1
  413. package/dist/esm/styles/brandColors.d.ts +6 -6
  414. package/dist/esm/styles/colors.d.ts +11 -11
  415. package/dist/esm/styles/helpers/satellitePrefixer.d.ts +1 -1
  416. package/dist/esm/styles/tailwind.config.d.ts +1 -1
  417. package/dist/esm/styles/tailwind.config.js +1 -1
  418. package/dist/esm/styles/zIndexes.d.ts +8 -8
  419. package/dist/esm/types.d.ts +6 -7
  420. package/dist/esm/utils/NumberUnion.d.ts +3 -3
  421. package/dist/esm/utils/genericChangeHandler.d.ts +2 -2
  422. package/dist/esm/utils/isCssPropertySupported.d.ts +1 -1
  423. package/dist/esm/utils/isRenderedChild.d.ts +1 -1
  424. package/dist/esm/utils/matchLocation.d.ts +1 -1
  425. package/dist/esm/utils/parseUrl.d.ts +1 -1
  426. package/dist/esm/utils/useLinkProps.d.ts +2 -2
  427. package/dist/esm/utils/useTimeoutFn.d.ts +1 -1
  428. package/dist/esm/utils/useTriggerInputChange.d.ts +1 -1
  429. package/dist/satellite.min.css +1 -1
  430. package/package.json +7 -6
@@ -1,5 +1,5 @@
1
1
  import type { FC, PropsWithChildren } from "react";
2
- export declare type CollapsibleItemsExclusiveGroupProps = {
2
+ export type CollapsibleItemsExclusiveGroupProps = {
3
3
  initialExpandedItem?: string;
4
4
  };
5
5
  /**
@@ -1,9 +1,8 @@
1
- /// <reference types="react" />
2
1
  import * as DropdownMenu from "@radix-ui/react-dropdown-menu";
3
2
  import type { DropdownMenuItemProps } from "@radix-ui/react-dropdown-menu";
4
3
  import type { IconComponentType } from "../../../../Icons";
5
4
  import type { BaseItemProps } from "../../../../Overlay/MenuButton/useMenuItemProps";
6
- export declare type ItemProps = BaseItemProps<HTMLDivElement> & DropdownMenuItemProps & {
5
+ export type ItemProps = BaseItemProps<HTMLDivElement> & DropdownMenuItemProps & {
7
6
  /** Left aligned icon */
8
7
  startIcon?: IconComponentType;
9
8
  /**
@@ -14,12 +13,12 @@ export declare type ItemProps = BaseItemProps<HTMLDivElement> & DropdownMenuItem
14
13
  };
15
14
  export declare const Item: import("react").ForwardRefExoticComponent<BaseItemProps<HTMLDivElement> & DropdownMenu.DropdownMenuItemProps & {
16
15
  /** Left aligned icon */
17
- startIcon?: IconComponentType | undefined;
16
+ startIcon?: IconComponentType;
18
17
  /**
19
18
  * Variant of the item
20
19
  * @default "default"
21
20
  */
22
- variant?: "destructive" | "default" | undefined;
21
+ variant?: "default" | "destructive";
23
22
  } & {
24
- children?: import("react").ReactNode;
23
+ children?: import("react").ReactNode | undefined;
25
24
  } & import("react").RefAttributes<HTMLDivElement>>;
@@ -1,8 +1,8 @@
1
1
  import { type FC, type PropsWithChildren } from "react";
2
2
  import type { IconComponentType } from "../../../../Icons";
3
3
  import type { BaseItemProps } from "../../../../Overlay/MenuButton/useMenuItemProps";
4
- declare type LinkItemNavigationType = "auto" | "reload" | "newTab";
5
- export declare type LinkItemProps = BaseItemProps & PropsWithChildren<{
4
+ type LinkItemNavigationType = "auto" | "reload" | "newTab";
5
+ export type LinkItemProps = BaseItemProps & PropsWithChildren<{
6
6
  href: string;
7
7
  /** Left aligned icon */
8
8
  startIcon?: IconComponentType;
@@ -2,7 +2,7 @@ import * as DropdownMenu from "@radix-ui/react-dropdown-menu";
2
2
  import type { DropdownMenuRadioItemProps } from "@radix-ui/react-dropdown-menu";
3
3
  import type { PropsWithChildren } from "react";
4
4
  import type { BaseItemProps } from "../../../../Overlay/MenuButton/useMenuItemProps";
5
- export declare type RadioItemProps = PropsWithChildren<Pick<DropdownMenuRadioItemProps, "value" | "defaultChecked">> & BaseItemProps<HTMLDivElement>;
5
+ export type RadioItemProps = PropsWithChildren<Pick<DropdownMenuRadioItemProps, "value" | "defaultChecked">> & BaseItemProps<HTMLDivElement>;
6
6
  export declare const RadioItem: import("react").ForwardRefExoticComponent<Pick<DropdownMenu.DropdownMenuRadioItemProps, "value" | "defaultChecked"> & {
7
- children?: import("react").ReactNode;
7
+ children?: import("react").ReactNode | undefined;
8
8
  } & BaseItemProps<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>;
@@ -2,8 +2,8 @@ import type { FC, ReactNode } from "react";
2
2
  import { ModalFooter } from "./components/ModalFooter";
3
3
  import { ModalSection } from "./components/ModalSection";
4
4
  import type { XOR } from "../../types";
5
- export declare type ModalSizeVariant = "small" | "medium" | "large";
6
- export declare type ModalLocale = {
5
+ export type ModalSizeVariant = "small" | "medium" | "large";
6
+ export type ModalLocale = {
7
7
  dismissText?: string;
8
8
  modalTitle?: string;
9
9
  };
@@ -17,7 +17,7 @@ interface ModalUncontrolledProps {
17
17
  /** Button which should trigger the modal */
18
18
  triggerButton: ReactNode;
19
19
  }
20
- export declare type ModalProps = XOR<ModalControlledProps, ModalUncontrolledProps> & {
20
+ export type ModalProps = XOR<ModalControlledProps, ModalUncontrolledProps> & {
21
21
  /** Descriptive title for `Modal`. */
22
22
  title?: ReactNode;
23
23
  /** @ignore */
@@ -49,7 +49,7 @@ export declare type ModalProps = XOR<ModalControlledProps, ModalUncontrolledProp
49
49
  autoFocusOnOpenElement?: HTMLElement | null | "skipContent";
50
50
  children: ReactNode;
51
51
  };
52
- declare type ModalSubComponents = {
52
+ type ModalSubComponents = {
53
53
  Footer: typeof ModalFooter;
54
54
  Section: typeof ModalSection;
55
55
  };
@@ -1,5 +1,5 @@
1
1
  export = modalPlugin;
2
2
  declare const modalPlugin: {
3
3
  handler: import("tailwindcss/types/config").PluginCreator;
4
- config?: Partial<import("tailwindcss/types/config").Config> | undefined;
4
+ config?: Partial<import("tailwindcss/types/config").Config>;
5
5
  };
@@ -1,5 +1,5 @@
1
1
  import type { FC, HTMLAttributes, ReactNode } from "react";
2
- export declare type ModalFooterProps = HTMLAttributes<HTMLElement> & {
2
+ export type ModalFooterProps = HTMLAttributes<HTMLElement> & {
3
3
  children: ReactNode;
4
4
  };
5
5
  export declare const ModalFooter: FC<ModalFooterProps>;
@@ -1,5 +1,5 @@
1
1
  import type { FC, ReactNode } from "react";
2
- export declare type ModalSectionProps = {
2
+ export type ModalSectionProps = {
3
3
  children: ReactNode;
4
4
  /** @ignore */
5
5
  className?: string;
@@ -1,6 +1,6 @@
1
1
  import type { PopoverContentProps } from "@radix-ui/react-popover";
2
2
  import type { HTMLAttributes, ReactElement, ReactNode } from "react";
3
- export declare type PopoverLocale = {
3
+ export type PopoverLocale = {
4
4
  dismissText?: string;
5
5
  };
6
6
  interface PopoverPropsBase extends Omit<HTMLAttributes<HTMLDivElement>, "title" | "content" | "aria-label"> {
@@ -78,7 +78,7 @@ interface PopoverPropsBase extends Omit<HTMLAttributes<HTMLDivElement>, "title"
78
78
  */
79
79
  forceMount?: true | undefined;
80
80
  }
81
- declare type PopoverPropsWithTitle = {
81
+ type PopoverPropsWithTitle = {
82
82
  /**
83
83
  * Defines the title of the `Popover`.
84
84
  */
@@ -88,7 +88,7 @@ declare type PopoverPropsWithTitle = {
88
88
  */
89
89
  "aria-label"?: string;
90
90
  } & PopoverPropsBase;
91
- declare type PopoverPropsWithAriaLabel = {
91
+ type PopoverPropsWithAriaLabel = {
92
92
  /**
93
93
  * Defines the title of the `Popover`.
94
94
  */
@@ -98,5 +98,5 @@ declare type PopoverPropsWithAriaLabel = {
98
98
  */
99
99
  "aria-label": string;
100
100
  } & PopoverPropsBase;
101
- export declare type PopoverProps = PopoverPropsWithTitle | PopoverPropsWithAriaLabel;
101
+ export type PopoverProps = PopoverPropsWithTitle | PopoverPropsWithAriaLabel;
102
102
  export {};
@@ -1,5 +1,5 @@
1
1
  import type { DetailedHTMLProps, HTMLAttributes } from "react";
2
- export declare type TooltipVariant = "dark" | "light";
2
+ export type TooltipVariant = "dark" | "light";
3
3
  export interface TooltipProps extends DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement> {
4
4
  variant?: TooltipVariant;
5
5
  }
@@ -1,5 +1,5 @@
1
1
  export = tooltipPlugin;
2
2
  declare const tooltipPlugin: {
3
3
  handler: import("tailwindcss/types/config").PluginCreator;
4
- config?: Partial<import("tailwindcss/types/config").Config> | undefined;
4
+ config?: Partial<import("tailwindcss/types/config").Config>;
5
5
  };
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import type { ComponentsLocales } from "./locale";
3
2
  import type { SatelliteRouter } from "./SatelliteRouter";
4
3
  export interface SatelliteContextType {
@@ -8,7 +8,7 @@ import type { UserAvatarLocale } from "../Indicators/Avatars";
8
8
  import type { DataTableLocale, SidebarLocale } from "../Layout";
9
9
  import type { CompactPaginationLocale, DotPaginationLocale, PaginationLocale, StepperLocale } from "../Navigation";
10
10
  import type { ModalLocale, PopoverLocale } from "../Overlay";
11
- export declare type ComponentsLocales = {
11
+ export type ComponentsLocales = {
12
12
  announcementBadge?: AnnouncementBadgeLocale;
13
13
  autoComplete?: AutoCompleteLocale;
14
14
  chatMessage?: ChatMessageLocale;
@@ -1,4 +1,4 @@
1
1
  import type { ReactElement, ReactNode } from "react";
2
- declare type CreatePortal = (children: ReactNode) => ReactElement;
2
+ type CreatePortal = (children: ReactNode) => ReactElement;
3
3
  export declare const useCreatePortal: () => CreatePortal;
4
4
  export {};
@@ -1,5 +1,5 @@
1
1
  export = typographyPlugin;
2
2
  declare const typographyPlugin: {
3
3
  handler: import("tailwindcss/types/config").PluginCreator;
4
- config?: Partial<import("tailwindcss/types/config").Config> | undefined;
4
+ config?: Partial<import("tailwindcss/types/config").Config>;
5
5
  };
@@ -1,5 +1,5 @@
1
1
  export = basePlugin;
2
2
  declare const basePlugin: {
3
3
  handler: import("tailwindcss/types/config").PluginCreator;
4
- config?: Partial<import("tailwindcss/types/config").Config> | undefined;
4
+ config?: Partial<import("tailwindcss/types/config").Config>;
5
5
  };
@@ -1,39 +1,39 @@
1
- export const neptune: {
1
+ export let neptune: {
2
2
  1: string;
3
3
  2: string;
4
4
  3: string;
5
5
  4: string;
6
6
  5: string;
7
7
  };
8
- export const mercury: {
8
+ export let mercury: {
9
9
  1: string;
10
10
  2: string;
11
11
  3: string;
12
12
  4: string;
13
13
  5: string;
14
14
  };
15
- export const jupiter: {
15
+ export let jupiter: {
16
16
  1: string;
17
17
  2: string;
18
18
  3: string;
19
19
  4: string;
20
20
  5: string;
21
21
  };
22
- export const saturn: {
22
+ export let saturn: {
23
23
  1: string;
24
24
  2: string;
25
25
  3: string;
26
26
  4: string;
27
27
  5: string;
28
28
  };
29
- export const mars: {
29
+ export let mars: {
30
30
  1: string;
31
31
  2: string;
32
32
  3: string;
33
33
  4: string;
34
34
  5: string;
35
35
  };
36
- export const venus: {
36
+ export let venus: {
37
37
  1: string;
38
38
  2: string;
39
39
  3: string;
@@ -1,6 +1,6 @@
1
- export const black: string;
2
- export const white: string;
3
- export const grey: {
1
+ export let black: string;
2
+ export let white: string;
3
+ export let grey: {
4
4
  950: string;
5
5
  900: string;
6
6
  800: string;
@@ -13,7 +13,7 @@ export const grey: {
13
13
  100: string;
14
14
  50: string;
15
15
  };
16
- export const pink: {
16
+ export let pink: {
17
17
  900: string;
18
18
  800: string;
19
19
  700: string;
@@ -25,7 +25,7 @@ export const pink: {
25
25
  100: string;
26
26
  50: string;
27
27
  };
28
- export const nebula: {
28
+ export let nebula: {
29
29
  900: string;
30
30
  800: string;
31
31
  700: string;
@@ -36,7 +36,7 @@ export const nebula: {
36
36
  200: string;
37
37
  100: string;
38
38
  };
39
- export const xenon: {
39
+ export let xenon: {
40
40
  900: string;
41
41
  800: string;
42
42
  700: string;
@@ -48,7 +48,7 @@ export const xenon: {
48
48
  100: string;
49
49
  50: string;
50
50
  };
51
- export const blue: {
51
+ export let blue: {
52
52
  900: string;
53
53
  800: string;
54
54
  700: string;
@@ -60,7 +60,7 @@ export const blue: {
60
60
  100: string;
61
61
  50: string;
62
62
  };
63
- export const green: {
63
+ export let green: {
64
64
  900: string;
65
65
  800: string;
66
66
  700: string;
@@ -72,7 +72,7 @@ export const green: {
72
72
  100: string;
73
73
  50: string;
74
74
  };
75
- export const orange: {
75
+ export let orange: {
76
76
  900: string;
77
77
  800: string;
78
78
  700: string;
@@ -84,7 +84,7 @@ export const orange: {
84
84
  100: string;
85
85
  50: string;
86
86
  };
87
- export const red: {
87
+ export let red: {
88
88
  900: string;
89
89
  800: string;
90
90
  700: string;
@@ -96,7 +96,7 @@ export const red: {
96
96
  100: string;
97
97
  50: string;
98
98
  };
99
- export const purple: {
99
+ export let purple: {
100
100
  900: string;
101
101
  800: string;
102
102
  700: string;
@@ -1,3 +1,3 @@
1
1
  export = stl;
2
2
  /** Convenience module that exports the preconfigured tagged template for the library */
3
- declare const stl: (literals: TemplateStringsArray, ...placeholders: (string | false | null | undefined)[]) => string;
3
+ declare const stl: (literals: TemplateStringsArray, ...placeholders: (string | undefined | null | false)[]) => string;
@@ -1,2 +1,2 @@
1
- declare const _exports: import('tailwindcss').Config;
1
+ declare const _exports: import("tailwindcss").Config;
2
2
  export = _exports;
@@ -66,7 +66,7 @@ export default {
66
66
  },
67
67
  borderRadius: {
68
68
  none: "0",
69
- DEFAULT: "3px",
69
+ DEFAULT: "4px",
70
70
  full: "99999px"
71
71
  },
72
72
  borderWidth: {
@@ -1,8 +1,8 @@
1
- export const sidebar: number;
2
- export const fullPageLayout: number;
3
- export const modalOverlay: number;
4
- export const modal: number;
5
- export const popover: number;
6
- export const dropdown: number;
7
- export const notification: number;
8
- export const tooltip: number;
1
+ export let sidebar: number;
2
+ export let fullPageLayout: number;
3
+ export let modalOverlay: number;
4
+ export let modal: number;
5
+ export let popover: number;
6
+ export let dropdown: number;
7
+ export let notification: number;
8
+ export let tooltip: number;
@@ -1,28 +1,27 @@
1
- /// <reference types="react" />
2
- export declare type ColorVariant = "accent" | "grey" | "green" | "blue" | "orange" | "red";
1
+ export type ColorVariant = "accent" | "grey" | "green" | "blue" | "orange" | "red";
3
2
  /**
4
3
  * Ensures at least one type is required
5
4
  * See https://stackoverflow.com/a/48244432/5903923
6
5
  */
7
- export declare type AtLeastOne<Type, Union = {
6
+ export type AtLeastOne<Type, Union = {
8
7
  [Key in keyof Type]: Pick<Type, Key>;
9
8
  }> = Partial<Type> & Union[keyof Union];
10
9
  /**
11
10
  * Makes an optional property required
12
11
  * See https://bobbyhadz.com/blog/typescript-make-property-required
13
12
  */
14
- export declare type WithRequiredProperty<Type, Key extends keyof Type> = Type & {
13
+ export type WithRequiredProperty<Type, Key extends keyof Type> = Type & {
15
14
  [Property in Key]-?: Type[Property];
16
15
  };
17
16
  /**
18
17
  * Makes two types mutually exclusive
19
18
  * https://stackoverflow.com/questions/42123407/does-typescript-support-mutually-exclusive-types
20
19
  */
21
- declare type Without<Type, Union> = {
20
+ type Without<Type, Union> = {
22
21
  [Property in Exclude<keyof Type, keyof Union>]?: never;
23
22
  };
24
- export declare type XOR<Type, Union> = Type | Union extends object ? (Without<Type, Union> & Union) | (Without<Union, Type> & Type) : Type | Union;
25
- export declare type SvgComponent = React.ComponentType<{
23
+ export type XOR<Type, Union> = Type | Union extends object ? (Without<Type, Union> & Union) | (Without<Union, Type> & Type) : Type | Union;
24
+ export type SvgComponent = React.ComponentType<{
26
25
  className?: string;
27
26
  style?: {
28
27
  [s: string]: any;
@@ -1,5 +1,5 @@
1
- declare type AscendingArray<length extends number, accumulator extends Array<number> = []> = accumulator["length"] extends length ? accumulator : AscendingArray<length, [...accumulator, accumulator["length"]]>;
2
- declare type ArrayToUnion<T extends Array<any>> = T[number];
1
+ type AscendingArray<length extends number, accumulator extends Array<number> = []> = accumulator["length"] extends length ? accumulator : AscendingArray<length, [...accumulator, accumulator["length"]]>;
2
+ type ArrayToUnion<T extends Array<any>> = T[number];
3
3
  /** example: `NumberUnion<3> = 1 | 2 | 3` */
4
- export declare type NumberUnion<T extends number> = Exclude<ArrayToUnion<AscendingArray<T>>, 0> | T;
4
+ export type NumberUnion<T extends number> = Exclude<ArrayToUnion<AscendingArray<T>>, 0> | T;
5
5
  export {};
@@ -1,5 +1,5 @@
1
1
  import type { ChangeEvent, Component } from "react";
2
- declare type stateUpdater<State> = (state: State, name: string, newValue: any) => Partial<State>;
3
- declare type changeHandler = (evt: ChangeEvent<any>) => void;
2
+ type stateUpdater<State> = (state: State, name: string, newValue: any) => Partial<State>;
3
+ type changeHandler = (evt: ChangeEvent<any>) => void;
4
4
  export declare function genericChangeHandler<State>(ctx: Component<any, State>, updater?: stateUpdater<State>): (name: string, attribute?: string) => changeHandler;
5
5
  export {};
@@ -1 +1 @@
1
- export declare const isCssPropertySupported: <P extends number | typeof Symbol.iterator | "filter" | "fill" | "appearance" | "bottom" | "clear" | "columns" | "content" | "cursor" | "display" | "flex" | "float" | "gap" | "hyphens" | "inset" | "isolation" | "left" | "opacity" | "order" | "overflow" | "position" | "resize" | "right" | "rotate" | "scale" | "stroke" | "top" | "transform" | "transition" | "visibility" | "borderColor" | "borderRadius" | "borderSpacing" | "borderWidth" | "margin" | "padding" | "translate" | "item" | "width" | "height" | "color" | "alignmentBaseline" | "baselineShift" | "clip" | "clipPath" | "clipRule" | "colorInterpolation" | "colorInterpolationFilters" | "direction" | "dominantBaseline" | "fillOpacity" | "fillRule" | "floodColor" | "floodOpacity" | "fontFamily" | "fontSize" | "fontSizeAdjust" | "fontStretch" | "fontStyle" | "fontVariant" | "fontWeight" | "imageRendering" | "letterSpacing" | "lightingColor" | "markerEnd" | "markerMid" | "markerStart" | "mask" | "offset" | "paintOrder" | "pointerEvents" | "shapeRendering" | "stopColor" | "stopOpacity" | "strokeDasharray" | "strokeDashoffset" | "strokeLinecap" | "strokeLinejoin" | "strokeMiterlimit" | "strokeOpacity" | "strokeWidth" | "textAnchor" | "textDecoration" | "textRendering" | "unicodeBidi" | "wordSpacing" | "writingMode" | "grid" | "marker" | "all" | "border" | "accentColor" | "alignContent" | "alignItems" | "alignSelf" | "animation" | "animationDelay" | "animationDirection" | "animationDuration" | "animationFillMode" | "animationIterationCount" | "animationName" | "animationPlayState" | "animationTimingFunction" | "aspectRatio" | "backfaceVisibility" | "background" | "backgroundAttachment" | "backgroundBlendMode" | "backgroundClip" | "backgroundColor" | "backgroundImage" | "backgroundOrigin" | "backgroundPosition" | "backgroundPositionX" | "backgroundPositionY" | "backgroundRepeat" | "backgroundSize" | "blockSize" | "borderBlock" | "borderBlockColor" | "borderBlockEnd" | "borderBlockEndColor" | "borderBlockEndStyle" | "borderBlockEndWidth" | "borderBlockStart" | "borderBlockStartColor" | "borderBlockStartStyle" | "borderBlockStartWidth" | "borderBlockStyle" | "borderBlockWidth" | "borderBottom" | "borderBottomColor" | "borderBottomLeftRadius" | "borderBottomRightRadius" | "borderBottomStyle" | "borderBottomWidth" | "borderCollapse" | "borderEndEndRadius" | "borderEndStartRadius" | "borderImage" | "borderImageOutset" | "borderImageRepeat" | "borderImageSlice" | "borderImageSource" | "borderImageWidth" | "borderInline" | "borderInlineColor" | "borderInlineEnd" | "borderInlineEndColor" | "borderInlineEndStyle" | "borderInlineEndWidth" | "borderInlineStart" | "borderInlineStartColor" | "borderInlineStartStyle" | "borderInlineStartWidth" | "borderInlineStyle" | "borderInlineWidth" | "borderLeft" | "borderLeftColor" | "borderLeftStyle" | "borderLeftWidth" | "borderRight" | "borderRightColor" | "borderRightStyle" | "borderRightWidth" | "borderStartEndRadius" | "borderStartStartRadius" | "borderStyle" | "borderTop" | "borderTopColor" | "borderTopLeftRadius" | "borderTopRightRadius" | "borderTopStyle" | "borderTopWidth" | "boxShadow" | "boxSizing" | "breakAfter" | "breakBefore" | "breakInside" | "captionSide" | "caretColor" | "colorScheme" | "columnCount" | "columnFill" | "columnGap" | "columnRule" | "columnRuleColor" | "columnRuleStyle" | "columnRuleWidth" | "columnSpan" | "columnWidth" | "contain" | "counterIncrement" | "counterReset" | "counterSet" | "cssFloat" | "cssText" | "emptyCells" | "flexBasis" | "flexDirection" | "flexFlow" | "flexGrow" | "flexShrink" | "flexWrap" | "font" | "fontFeatureSettings" | "fontKerning" | "fontOpticalSizing" | "fontSynthesis" | "fontVariantAlternates" | "fontVariantCaps" | "fontVariantEastAsian" | "fontVariantLigatures" | "fontVariantNumeric" | "fontVariantPosition" | "fontVariationSettings" | "gridArea" | "gridAutoColumns" | "gridAutoFlow" | "gridAutoRows" | "gridColumn" | "gridColumnEnd" | "gridColumnGap" | "gridColumnStart" | "gridGap" | "gridRow" | "gridRowEnd" | "gridRowGap" | "gridRowStart" | "gridTemplate" | "gridTemplateAreas" | "gridTemplateColumns" | "gridTemplateRows" | "imageOrientation" | "inlineSize" | "insetBlock" | "insetBlockEnd" | "insetBlockStart" | "insetInline" | "insetInlineEnd" | "insetInlineStart" | "justifyContent" | "justifyItems" | "justifySelf" | "lineBreak" | "lineHeight" | "listStyle" | "listStyleImage" | "listStylePosition" | "listStyleType" | "marginBlock" | "marginBlockEnd" | "marginBlockStart" | "marginBottom" | "marginInline" | "marginInlineEnd" | "marginInlineStart" | "marginLeft" | "marginRight" | "marginTop" | "maskClip" | "maskComposite" | "maskImage" | "maskMode" | "maskOrigin" | "maskPosition" | "maskRepeat" | "maskSize" | "maskType" | "maxBlockSize" | "maxHeight" | "maxInlineSize" | "maxWidth" | "minBlockSize" | "minHeight" | "minInlineSize" | "minWidth" | "mixBlendMode" | "objectFit" | "objectPosition" | "offsetDistance" | "offsetPath" | "offsetRotate" | "orphans" | "outline" | "outlineColor" | "outlineOffset" | "outlineStyle" | "outlineWidth" | "overflowAnchor" | "overflowWrap" | "overflowX" | "overflowY" | "overscrollBehavior" | "overscrollBehaviorBlock" | "overscrollBehaviorInline" | "overscrollBehaviorX" | "overscrollBehaviorY" | "paddingBlock" | "paddingBlockEnd" | "paddingBlockStart" | "paddingBottom" | "paddingInline" | "paddingInlineEnd" | "paddingInlineStart" | "paddingLeft" | "paddingRight" | "paddingTop" | "pageBreakAfter" | "pageBreakBefore" | "pageBreakInside" | "perspective" | "perspectiveOrigin" | "placeContent" | "placeItems" | "placeSelf" | "printColorAdjust" | "quotes" | "rowGap" | "rubyPosition" | "scrollBehavior" | "scrollMargin" | "scrollMarginBlock" | "scrollMarginBlockEnd" | "scrollMarginBlockStart" | "scrollMarginBottom" | "scrollMarginInline" | "scrollMarginInlineEnd" | "scrollMarginInlineStart" | "scrollMarginLeft" | "scrollMarginRight" | "scrollMarginTop" | "scrollPadding" | "scrollPaddingBlock" | "scrollPaddingBlockEnd" | "scrollPaddingBlockStart" | "scrollPaddingBottom" | "scrollPaddingInline" | "scrollPaddingInlineEnd" | "scrollPaddingInlineStart" | "scrollPaddingLeft" | "scrollPaddingRight" | "scrollPaddingTop" | "scrollSnapAlign" | "scrollSnapStop" | "scrollSnapType" | "scrollbarGutter" | "shapeImageThreshold" | "shapeMargin" | "shapeOutside" | "tabSize" | "tableLayout" | "textAlign" | "textAlignLast" | "textCombineUpright" | "textDecorationColor" | "textDecorationLine" | "textDecorationSkipInk" | "textDecorationStyle" | "textDecorationThickness" | "textEmphasis" | "textEmphasisColor" | "textEmphasisPosition" | "textEmphasisStyle" | "textIndent" | "textOrientation" | "textOverflow" | "textShadow" | "textTransform" | "textUnderlineOffset" | "textUnderlinePosition" | "touchAction" | "transformBox" | "transformOrigin" | "transformStyle" | "transitionDelay" | "transitionDuration" | "transitionProperty" | "transitionTimingFunction" | "userSelect" | "verticalAlign" | "webkitAlignContent" | "webkitAlignItems" | "webkitAlignSelf" | "webkitAnimation" | "webkitAnimationDelay" | "webkitAnimationDirection" | "webkitAnimationDuration" | "webkitAnimationFillMode" | "webkitAnimationIterationCount" | "webkitAnimationName" | "webkitAnimationPlayState" | "webkitAnimationTimingFunction" | "webkitAppearance" | "webkitBackfaceVisibility" | "webkitBackgroundClip" | "webkitBackgroundOrigin" | "webkitBackgroundSize" | "webkitBorderBottomLeftRadius" | "webkitBorderBottomRightRadius" | "webkitBorderRadius" | "webkitBorderTopLeftRadius" | "webkitBorderTopRightRadius" | "webkitBoxAlign" | "webkitBoxFlex" | "webkitBoxOrdinalGroup" | "webkitBoxOrient" | "webkitBoxPack" | "webkitBoxShadow" | "webkitBoxSizing" | "webkitFilter" | "webkitFlex" | "webkitFlexBasis" | "webkitFlexDirection" | "webkitFlexFlow" | "webkitFlexGrow" | "webkitFlexShrink" | "webkitFlexWrap" | "webkitJustifyContent" | "webkitLineClamp" | "webkitMask" | "webkitMaskBoxImage" | "webkitMaskBoxImageOutset" | "webkitMaskBoxImageRepeat" | "webkitMaskBoxImageSlice" | "webkitMaskBoxImageSource" | "webkitMaskBoxImageWidth" | "webkitMaskClip" | "webkitMaskComposite" | "webkitMaskImage" | "webkitMaskOrigin" | "webkitMaskPosition" | "webkitMaskRepeat" | "webkitMaskSize" | "webkitOrder" | "webkitPerspective" | "webkitPerspectiveOrigin" | "webkitTextFillColor" | "webkitTextSizeAdjust" | "webkitTextStroke" | "webkitTextStrokeColor" | "webkitTextStrokeWidth" | "webkitTransform" | "webkitTransformOrigin" | "webkitTransformStyle" | "webkitTransition" | "webkitTransitionDelay" | "webkitTransitionDuration" | "webkitTransitionProperty" | "webkitTransitionTimingFunction" | "webkitUserSelect" | "whiteSpace" | "widows" | "willChange" | "wordBreak" | "wordWrap" | "zIndex" | "getPropertyPriority" | "getPropertyValue" | "removeProperty" | "setProperty">(prop: P, value: CSSStyleDeclaration[P]) => boolean;
1
+ export declare const isCssPropertySupported: <P extends keyof Omit<CSSStyleDeclaration, "length" | "parentRule">>(prop: P, value: CSSStyleDeclaration[P]) => boolean;
@@ -4,4 +4,4 @@ import type { ReactNode } from "react";
4
4
  * See https://reactjs.org/docs/jsx-in-depth.html#booleans-null-and-undefined-are-ignored
5
5
  * @param child
6
6
  */
7
- export declare const isRenderedChild: (child: ReactNode) => boolean;
7
+ export declare const isRenderedChild: (child: ReactNode) => child is string | number | import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | Iterable<ReactNode> | import("react").ReactPortal;
@@ -1,2 +1,2 @@
1
- export declare type LocationSubset = Pick<Location, "pathname">;
1
+ export type LocationSubset = Pick<Location, "pathname">;
2
2
  export declare const matchLocation: (href: string, location: LocationSubset) => boolean;
@@ -7,4 +7,4 @@ export declare const parseURL: (url: string) => {
7
7
  search: string;
8
8
  hash: string;
9
9
  };
10
- export declare type ParsedLocation = ReturnType<typeof parseURL>;
10
+ export type ParsedLocation = ReturnType<typeof parseURL>;
@@ -1,6 +1,6 @@
1
1
  import type { AnchorHTMLAttributes } from "react";
2
- export declare type UseLinkPropsArgs = Pick<AnchorHTMLAttributes<HTMLAnchorElement>, "href" | "onClick" | "target" | "rel" | "role" | "tabIndex"> & {
2
+ export type UseLinkPropsArgs = Pick<AnchorHTMLAttributes<HTMLAnchorElement>, "href" | "onClick" | "target" | "rel" | "role" | "tabIndex"> & {
3
3
  disabled?: boolean;
4
4
  };
5
- export declare type UseLinkProps = Pick<AnchorHTMLAttributes<HTMLAnchorElement>, "href" | "onClick" | "target" | "rel" | "role" | "tabIndex" | "aria-disabled">;
5
+ export type UseLinkProps = Pick<AnchorHTMLAttributes<HTMLAnchorElement>, "href" | "onClick" | "target" | "rel" | "role" | "tabIndex" | "aria-disabled">;
6
6
  export declare const useLinkProps: (props: UseLinkPropsArgs) => UseLinkProps;
@@ -1,2 +1,2 @@
1
- export declare type UseTimeoutFnReturn = [() => boolean | null, () => void, () => void];
1
+ export type UseTimeoutFnReturn = [() => boolean | null, () => void, () => void];
2
2
  export declare function useTimeoutFn(fn: () => void, ms?: number, setOnMount?: boolean): UseTimeoutFnReturn;
@@ -1,5 +1,5 @@
1
1
  import type { MutableRefObject } from "react";
2
- declare type InputValue = JSX.IntrinsicElements["input"]["value"];
2
+ type InputValue = JSX.IntrinsicElements["input"]["value"];
3
3
  /**
4
4
  * Trigger a native input change event.
5
5
  * See https://stackoverflow.com/questions/23892547/what-is-the-best-way-to-trigger-onchange-event-in-react-js