@algolia/satellite 2.4.0 → 2.5.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 (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 +9 -7
@@ -7,9 +7,12 @@ export type { ChatPromptLocale as ExperimentalChatPromptLocale } from "./ChatPro
7
7
  export { ChatPrompt as ExperimentalChatPrompt } from "./ChatPrompt";
8
8
  export type { ChatContextAccordionProps as ExperimentalChatContextAccordionProps } from "./ChatContextAccordion";
9
9
  export { ChatContextAccordion as ExperimentalChatContextAccordion } from "./ChatContextAccordion";
10
+ export type { ChatContextContainerProps as ExperimentalChatContextContainerProps } from "./ChatContextContainer";
11
+ export { ChatContextContainer as ExperimentalChatContextContainer } from "./ChatContextContainer";
10
12
  export type { ChatMessageErrorLocale as ExperimentalChatMessageErrorLocale } from "./ChatMessageError";
11
13
  export type { ChatMessageErrorProps as ExperimentalChatMessageErrorProps } from "./ChatMessageError";
12
14
  export { ChatMessageError as ExperimentalChatMessageError } from "./ChatMessageError";
13
15
  export type { ChatMessageLoaderProps as ExperimentalChatMessageLoaderProps } from "./ChatMessageLoader";
14
16
  export { ChatMessageLoader as ExperimentalChatMessageLoader } from "./ChatMessageLoader";
15
- export type { ChatMessageBase as ExperimentalChatMessageBase, ChatMessageRole as ExperimentalChatMessageRole, ChatStatus as ExperimentalChatStatus, } from "./types";
17
+ export type { ChatMessageBase as ExperimentalChatMessageBase, ChatMessageRole as ExperimentalChatMessageRole, ChatMessageWithSource as ExperimentalChatMessageWithSource, ChatStatus as ExperimentalChatStatus, } from "./types";
18
+ export { isAiSdkMessageV4 as experimentalIsAiSdkMessageV4, isAiSdkMessageV5 as experimentalIsAiSdkMessageV5, convertAiSdkMessage as experimentalConvertAiSdkMessage, convertAiSdkMessages as experimentalConvertAiSdkMessages, } from "./helpers";
@@ -2,5 +2,7 @@ export { ChatMessage as ExperimentalChatMessage } from "./ChatMessage";
2
2
  export { ChatMessages as ExperimentalChatMessages } from "./ChatMessages";
3
3
  export { ChatPrompt as ExperimentalChatPrompt } from "./ChatPrompt";
4
4
  export { ChatContextAccordion as ExperimentalChatContextAccordion } from "./ChatContextAccordion";
5
+ export { ChatContextContainer as ExperimentalChatContextContainer } from "./ChatContextContainer";
5
6
  export { ChatMessageError as ExperimentalChatMessageError } from "./ChatMessageError";
6
- export { ChatMessageLoader as ExperimentalChatMessageLoader } from "./ChatMessageLoader";
7
+ export { ChatMessageLoader as ExperimentalChatMessageLoader } from "./ChatMessageLoader";
8
+ export { isAiSdkMessageV4 as experimentalIsAiSdkMessageV4, isAiSdkMessageV5 as experimentalIsAiSdkMessageV5, convertAiSdkMessage as experimentalConvertAiSdkMessage, convertAiSdkMessages as experimentalConvertAiSdkMessages } from "./helpers";
@@ -1,7 +1,26 @@
1
- export declare type ChatMessageRole = "system" | "user" | "assistant" | "data";
2
- export declare type ChatStatus = "submitted" | "streaming" | "ready" | "error";
3
- export declare type ChatMessageBase = {
1
+ export type ChatMessageRole = "system" | "user" | "assistant";
2
+ export type ChatStatus = "submitted" | "streaming" | "ready" | "error";
3
+ export type ChatMessageBase = {
4
4
  id: string;
5
5
  role: ChatMessageRole;
6
6
  content: string;
7
7
  };
8
+ export type ChatMessageWithSource<TSource = unknown> = ChatMessageBase & {
9
+ source: TSource;
10
+ };
11
+ export type AiSdkMessageV4 = {
12
+ id: string;
13
+ role: "system" | "user" | "assistant" | "data";
14
+ content: string;
15
+ data?: unknown;
16
+ };
17
+ export type AiSdkMessagePart = {
18
+ type: string;
19
+ [key: string]: unknown;
20
+ };
21
+ export type AiSdkMessageV5 = {
22
+ id: string;
23
+ role: "system" | "user" | "assistant";
24
+ parts: AiSdkMessagePart[];
25
+ };
26
+ export type AiSdkMessage = AiSdkMessageV4 | AiSdkMessageV5;
@@ -1,6 +1,5 @@
1
- /// <reference types="react" />
2
1
  import type { AutoCompleteProps, Option } from "./types";
3
- declare type AutoCompleteComponent = (<O extends Option = Option>(props: AutoCompleteProps<O>) => React.ReactElement | null) & {
2
+ type AutoCompleteComponent = (<O extends Option = Option>(props: AutoCompleteProps<O>) => React.ReactElement | null) & {
4
3
  displayName?: string;
5
4
  };
6
5
  /**
@@ -1,5 +1,5 @@
1
1
  export = autoCompletePlugin;
2
2
  declare const autoCompletePlugin: {
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,9 +1,9 @@
1
1
  import type { FC, PropsWithChildren } from "react";
2
2
  import type { AutoCompleteLocale } from "../../../Fields/AutoComplete/types";
3
- declare type AutoCompleteContextType = {
3
+ type AutoCompleteContextType = {
4
4
  locale: Required<AutoCompleteLocale>;
5
5
  };
6
- declare type AutoCompleteProviderProps = PropsWithChildren<AutoCompleteContextType>;
6
+ type AutoCompleteProviderProps = PropsWithChildren<AutoCompleteContextType>;
7
7
  export declare const AutoCompleteProvider: FC<AutoCompleteProviderProps>;
8
8
  export declare const useIsInsideAutoComplete: () => boolean;
9
9
  export declare const useAutoCompleteLocale: () => Required<AutoCompleteLocale>;
@@ -1,6 +1,6 @@
1
1
  import type { FC } from "react";
2
2
  import type { AutoCompleteLocale, OptionItemProps } from "../../../Fields/AutoComplete/types";
3
- export declare type DefaultOptionItemProps = OptionItemProps & {
3
+ export type DefaultOptionItemProps = OptionItemProps & {
4
4
  locale?: AutoCompleteLocale;
5
5
  };
6
6
  export declare const DefaultOptionItem: FC<DefaultOptionItemProps>;
@@ -1,8 +1,8 @@
1
1
  import type { UseMultipleSelectionStateChangeTypes } from "downshift";
2
2
  import type { ComponentType, FocusEventHandler, ForwardedRef, PropsWithChildren, ReactNode, RefObject } from "react";
3
3
  import type { IconComponentType } from "../../Icons";
4
- export declare type AutoCompleteVariant = "medium" | "large";
5
- export declare type AutoCompleteLocale = {
4
+ export type AutoCompleteVariant = "medium" | "large";
5
+ export type AutoCompleteLocale = {
6
6
  emptyStateTitle?: string;
7
7
  clearInputButton?: string;
8
8
  selectionMessage?: (optionName: string, option: Option | null) => string;
@@ -174,8 +174,8 @@ export interface AutoCompleteSingleProps<T extends Option = Option> extends Auto
174
174
  */
175
175
  onChange: (option: T | null, changeType?: AutoCompleteChangeTypesValue) => void;
176
176
  }
177
- declare type UseMultipleSelectionStateChangeTypesKey = keyof typeof UseMultipleSelectionStateChangeTypes;
178
- export declare type AutoCompleteChangeTypesValue = (typeof UseMultipleSelectionStateChangeTypes)[UseMultipleSelectionStateChangeTypesKey];
177
+ type UseMultipleSelectionStateChangeTypesKey = keyof typeof UseMultipleSelectionStateChangeTypes;
178
+ export type AutoCompleteChangeTypesValue = (typeof UseMultipleSelectionStateChangeTypes)[UseMultipleSelectionStateChangeTypesKey];
179
179
  export interface AutoCompleteMultiProps<T extends Option = Option> extends AutoCompleteBaseProps<T> {
180
180
  /**
181
181
  * Whether the `AutoComplete` is a multiple selection.
@@ -190,8 +190,8 @@ export interface AutoCompleteMultiProps<T extends Option = Option> extends AutoC
190
190
  */
191
191
  onChange: (option: T[] | null, changeType?: AutoCompleteChangeTypesValue) => void;
192
192
  }
193
- export declare type AutoCompleteProps<T extends Option = Option> = AutoCompleteMultiProps<T> | AutoCompleteSingleProps<T>;
194
- declare type OptionsValue = string | number | boolean;
193
+ export type AutoCompleteProps<T extends Option = Option> = AutoCompleteMultiProps<T> | AutoCompleteSingleProps<T>;
194
+ type OptionsValue = string | number | boolean;
195
195
  export interface Option {
196
196
  /**
197
197
  * The value of the `Option`.
@@ -224,7 +224,7 @@ export interface OptionItemProps<T extends Option = Option> {
224
224
  inputValue: string;
225
225
  highlighted: boolean;
226
226
  }
227
- export declare type OptionItemComponentType<T extends Option = Option> = ComponentType<PropsWithChildren<OptionItemProps<T>>>;
227
+ export type OptionItemComponentType<T extends Option = Option> = ComponentType<PropsWithChildren<OptionItemProps<T>>>;
228
228
  export interface OptionRendererParams {
229
229
  multiple: boolean;
230
230
  inputValue: string;
@@ -234,5 +234,5 @@ export interface RenderValueTemplateArgs<T extends Option = Option> {
234
234
  option: T;
235
235
  editable: boolean;
236
236
  }
237
- export declare type CreateFromInputValue<T extends Option = Option> = (options: T[] | undefined, inputValue: string) => Option[];
237
+ export type CreateFromInputValue<T extends Option = Option> = (options: T[] | undefined, inputValue: string) => Option[];
238
238
  export {};
@@ -1,5 +1,5 @@
1
1
  import type { HTMLAttributes, InputHTMLAttributes } from "react";
2
- declare type CheckboxCustomProps = {
2
+ type CheckboxCustomProps = {
3
3
  /**
4
4
  * The text position of the `Checkbox`.
5
5
  * @default right
@@ -15,8 +15,8 @@ declare type CheckboxCustomProps = {
15
15
  */
16
16
  checkedColor?: string;
17
17
  };
18
- declare type CheckboxInputProps = Omit<HTMLAttributes<HTMLInputElement>, "onChange"> & Pick<InputHTMLAttributes<HTMLInputElement>, "onChange" | "required" | "autoFocus" | "disabled" | "checked" | "defaultChecked" | "name">;
19
- export declare type CheckboxProps = CheckboxInputProps & CheckboxCustomProps;
18
+ type CheckboxInputProps = Omit<HTMLAttributes<HTMLInputElement>, "onChange"> & Pick<InputHTMLAttributes<HTMLInputElement>, "onChange" | "required" | "autoFocus" | "disabled" | "checked" | "defaultChecked" | "name">;
19
+ export type CheckboxProps = CheckboxInputProps & CheckboxCustomProps;
20
20
  /**
21
21
  * The `Checkbox` component is a control that allows single or multiple selections from a set of options.
22
22
  *
@@ -1,5 +1,5 @@
1
1
  export = checkboxPlugin;
2
2
  declare const checkboxPlugin: {
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,8 +1,7 @@
1
- /// <reference types="react" />
2
1
  import type { DatePickerProps } from "../../Fields/DatePicker";
3
2
  import type { InputProps } from "../../Fields/Input";
4
- export declare type DateInputValue = Date | null;
5
- export declare type DateInputLocale = {
3
+ export type DateInputValue = Date | null;
4
+ export type DateInputLocale = {
6
5
  tooltip?: (open: boolean) => string;
7
6
  };
8
7
  export interface DateInputProps extends Omit<InputProps, "type" | "defaultValue" | "value" | "onChange" | "locale" | "endItem"> {
@@ -14,7 +14,7 @@ interface RenderTargetParams {
14
14
  toggle: (e: MouseEvent<HTMLButtonElement>) => void;
15
15
  isOpen: boolean;
16
16
  }
17
- export declare type DatePickerProps = {
17
+ export type DatePickerProps = {
18
18
  /**
19
19
  * The id of the `DatePicker`.
20
20
  */
@@ -20,7 +20,7 @@ export interface DatePickerResetAction {
20
20
  type: DatePickerActionTypes.reset;
21
21
  payload: Date;
22
22
  }
23
- export declare type DatePickerReducerAction = DatePickerShowAction | DatePickerDateSelectAction | DatePickerApplyAction | DatePickerResetAction;
23
+ export type DatePickerReducerAction = DatePickerShowAction | DatePickerDateSelectAction | DatePickerApplyAction | DatePickerResetAction;
24
24
  export interface DatePickerReducerState {
25
25
  show: boolean;
26
26
  selected: Date | null;
@@ -1,5 +1,5 @@
1
1
  export = datePickerPlugin;
2
2
  declare const datePickerPlugin: {
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
  };
@@ -17,7 +17,7 @@ interface RenderTargetParams {
17
17
  toggle: () => void;
18
18
  isOpen: boolean;
19
19
  }
20
- export declare type DateRangePickerProps = {
20
+ export type DateRangePickerProps = {
21
21
  /**
22
22
  * The id of the `DateRangePicker`.
23
23
  */
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import type { DateRangePickerTimeRange } from "./dateRangePickerTimeRange";
3
2
  import type { DatePickerDisplayProps } from "../../../Fields/DatePicker/components";
4
3
  import type { DatePickerLocale } from "../../../Fields/DatePicker/types";
@@ -44,7 +44,7 @@ export interface DateRangePickerCancelAction {
44
44
  export interface DateRangePickerResetAction {
45
45
  type: DateRangePickerActionTypes.reset;
46
46
  }
47
- export declare type DateRangePickerReducerAction = DateRangePickerShowAction | DateRangePickerDateSelectAction | DateRangePickerRangeSelectAction | DateRangePickerMouseEnterAction | DateRangePickerMouseLeaveAction | DateRangePickerApplyAction | DateRangePickerCancelAction | DateRangePickerResetAction;
47
+ export type DateRangePickerReducerAction = DateRangePickerShowAction | DateRangePickerDateSelectAction | DateRangePickerRangeSelectAction | DateRangePickerMouseEnterAction | DateRangePickerMouseLeaveAction | DateRangePickerApplyAction | DateRangePickerCancelAction | DateRangePickerResetAction;
48
48
  export interface DateRangePickerReducerState {
49
49
  show: boolean;
50
50
  candidateRange: DateRangePickerTimeRange;
@@ -10,7 +10,7 @@ export interface DateRangePickerCompleteTimeRange {
10
10
  start: Date;
11
11
  end: Date;
12
12
  }
13
- export declare type DateRangePickerTimeRange = DateRangePickerEmptyTimeRange | DateRangePickerPartialTimeRange | DateRangePickerCompleteTimeRange;
13
+ export type DateRangePickerTimeRange = DateRangePickerEmptyTimeRange | DateRangePickerPartialTimeRange | DateRangePickerCompleteTimeRange;
14
14
  export declare const isEmptyTimeRange: (range: any) => range is DateRangePickerEmptyTimeRange;
15
15
  export declare const isCompleteTimeRange: (range: any) => range is DateRangePickerCompleteTimeRange;
16
16
  export declare const isPartialTimeRange: (range: any) => range is DateRangePickerPartialTimeRange;
@@ -2,15 +2,15 @@ import type { FC } from "react";
2
2
  import type { DayPickerDefaultProps, DayPickerRangeProps, DayPickerSingleProps } from "react-day-picker";
3
3
  import type { DatePickerLocale } from "../../../Fields/DatePicker/types";
4
4
  import type { WithRequiredProperty } from "../../../types";
5
- declare type ExcludedDayPickerProps = "captionElement" | "showOutsideDays" | "enableOutsideDaysClick" | "fixedWeeks" | "labels" | "navbarElement" | "onTodayButtonClick" | "pagedNavigation" | "renderDay" | "renderWeek" | "reverseMonths" | "showWeekNumber" | "showWeekDays" | "weekdayElement" | "weekdaysLong" | "weekdaysShort";
6
- export declare type EditableYearProps = {
5
+ type ExcludedDayPickerProps = "captionElement" | "showOutsideDays" | "enableOutsideDaysClick" | "fixedWeeks" | "labels" | "navbarElement" | "onTodayButtonClick" | "pagedNavigation" | "renderDay" | "renderWeek" | "reverseMonths" | "showWeekNumber" | "showWeekDays" | "weekdayElement" | "weekdaysLong" | "weekdaysShort";
6
+ export type EditableYearProps = {
7
7
  editableYear?: false;
8
8
  } | {
9
9
  editableYear: true;
10
10
  years?: number[];
11
11
  initialDate?: Date;
12
12
  };
13
- export declare type DatePickerCalendarProps = Omit<Omit<DayPickerSingleProps | DayPickerRangeProps | DayPickerDefaultProps, "locale">, ExcludedDayPickerProps> & EditableYearProps & {
13
+ export type DatePickerCalendarProps = Omit<Omit<DayPickerSingleProps | DayPickerRangeProps | DayPickerDefaultProps, "locale">, ExcludedDayPickerProps> & EditableYearProps & {
14
14
  locale: WithRequiredProperty<DatePickerLocale, "nextMonth" | "previousMonth">;
15
15
  };
16
16
  export declare const DatePickerCalendar: FC<DatePickerCalendarProps>;
@@ -1,5 +1,5 @@
1
1
  import type { FC, ReactNode } from "react";
2
- export declare type DatePickerFooterProps = {
2
+ export type DatePickerFooterProps = {
3
3
  children: ReactNode;
4
4
  };
5
5
  export declare const DatePickerFooter: FC<DatePickerFooterProps>;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import type { ButtonProps } from "../../../Actions";
3
2
  import type { DatePickerLocale } from "../../../Fields/DatePicker/types";
4
3
  import type { WithRequiredProperty } from "../../../types";
@@ -3,7 +3,7 @@ import type { CaptionProps } from "react-day-picker";
3
3
  import type { EditableYearProps } from "./Calendar";
4
4
  import type { DatePickerLocale } from "../../../Fields/DatePicker/types";
5
5
  import type { WithRequiredProperty } from "../../../types";
6
- export declare type NavBarProps = CaptionProps & EditableYearProps & {
6
+ export type NavBarProps = CaptionProps & EditableYearProps & {
7
7
  locale: WithRequiredProperty<DatePickerLocale, "nextMonth" | "previousMonth">;
8
8
  };
9
9
  export declare const NavBar: FC<NavBarProps>;
@@ -1,5 +1,5 @@
1
1
  import type { FC, ReactNode } from "react";
2
- export declare type DatePickerSidePanelProps = {
2
+ export type DatePickerSidePanelProps = {
3
3
  children: ReactNode;
4
4
  };
5
5
  export declare const DatePickerSidePanel: FC<DatePickerSidePanelProps>;
@@ -1,7 +1,7 @@
1
1
  import type { Locale as DateFnsLocale } from "date-fns";
2
2
  import type { ReactNode } from "react";
3
3
  import type { DatePickerPopoverProps } from "./components";
4
- export declare type DatePickerLocale = {
4
+ export type DatePickerLocale = {
5
5
  /** The date-fns locale object used to localize dates. Defaults to* `en-US`. */
6
6
  formatter?: DateFnsLocale;
7
7
  /** rtl should be used optionally in conjunction with supported language codes, such as `rtl: true` when code is `arSA` */
@@ -17,7 +17,7 @@ export declare type DatePickerLocale = {
17
17
  previousMonth?: string;
18
18
  title?: string;
19
19
  };
20
- export declare type SharedDatePickerProps = {
20
+ export type SharedDatePickerProps = {
21
21
  /**
22
22
  * The placement of the `DatePicker`/`DateRangePicker` modal.
23
23
  */
@@ -1,8 +1,7 @@
1
- /// <reference types="react" />
2
1
  import type { DateRangePickerProps, DateRangePickerTimeRange } from "../DatePicker";
3
2
  import type { InputProps } from "../Input";
4
- export declare type DateRangeInputValue = DateRangePickerTimeRange | null;
5
- export declare type DateRangeInputLocale = {
3
+ export type DateRangeInputValue = DateRangePickerTimeRange | null;
4
+ export type DateRangeInputLocale = {
6
5
  tooltip?: (open: boolean) => string;
7
6
  };
8
7
  export interface DateRangeInputProps extends Omit<InputProps, "type" | "defaultValue" | "value" | "onChange" | "locale" | "endItem"> {
@@ -1,6 +1,5 @@
1
- /// <reference types="react" />
2
1
  import type { FileRejection, DropzoneProps as ReactDropZoneProps } from "react-dropzone";
3
- export declare type DropzoneLocale = {
2
+ export type DropzoneLocale = {
4
3
  clearInput?: string;
5
4
  removeFile?: string;
6
5
  placeholder?: (multiple: boolean) => string;
@@ -108,7 +107,7 @@ export interface DropzoneBaseProps {
108
107
  */
109
108
  validator?: ReactDropZoneProps["validator"];
110
109
  }
111
- export declare type DropzoneProps = DropzoneBaseProps & Omit<ReactDropZoneProps, "onDropAccepted" | "onDropRejected" | "multiple">;
110
+ export type DropzoneProps = DropzoneBaseProps & Omit<ReactDropZoneProps, "onDropAccepted" | "onDropRejected" | "multiple">;
112
111
  /**
113
112
  * The `Dropzone` component is used to upload files.
114
113
  *
@@ -1,5 +1,4 @@
1
- /// <reference types="react" />
2
- export declare type FieldState = {
1
+ export type FieldState = {
3
2
  status: "default";
4
3
  } | {
5
4
  status: "validated";
@@ -7,7 +6,7 @@ export declare type FieldState = {
7
6
  status: "invalid";
8
7
  errors: string[];
9
8
  };
10
- export declare type FieldContextValue = {
9
+ export type FieldContextValue = {
11
10
  state: FieldState;
12
11
  labelId?: string;
13
12
  descriptionId?: string;
@@ -1,5 +1,5 @@
1
1
  import type { FieldContextValue } from "./FieldContext";
2
- export declare type UseFieldProps = {
2
+ export type UseFieldProps = {
3
3
  required?: boolean;
4
4
  elementToFocus?: HTMLElement;
5
5
  };
@@ -1,9 +1,8 @@
1
- /// <reference types="react" />
2
1
  import type { DropzoneProps } from "../../Fields/Dropzone";
3
- export declare type FilePickerLocale = {
2
+ export type FilePickerLocale = {
4
3
  removeFile?: string;
5
4
  };
6
- export declare type FilePickerProps = DropzoneProps & {
5
+ export type FilePickerProps = DropzoneProps & {
7
6
  locale?: FilePickerLocale;
8
7
  /**
9
8
  * Whether the picked files can be cleared.
@@ -17,10 +16,10 @@ export declare type FilePickerProps = DropzoneProps & {
17
16
  * See the [FilePicker documentation page](https://satellite.algolia.com/8261d6576/p/56d52c-file-picker) for more information.
18
17
  */
19
18
  export declare const FilePicker: import("react").ForwardRefExoticComponent<import("../../Fields/Dropzone").DropzoneBaseProps & Omit<import("react-dropzone").DropzoneProps, "multiple" | "onDropAccepted" | "onDropRejected"> & {
20
- locale?: FilePickerLocale | undefined;
19
+ locale?: FilePickerLocale;
21
20
  /**
22
21
  * Whether the picked files can be cleared.
23
22
  * @default true
24
23
  */
25
- clearable?: boolean | undefined;
24
+ clearable?: boolean;
26
25
  } & import("react").RefAttributes<HTMLElement>>;
@@ -4,7 +4,7 @@ import type { ButtonProps } from "../../Actions";
4
4
  import type { AlertProps } from "../../Indicators";
5
5
  export interface FormProps extends HTMLAttributes<HTMLFormElement> {
6
6
  }
7
- export declare type FormLocale = {
7
+ export type FormLocale = {
8
8
  errorTitle?: (invalidFields: FormContextField[], extraErrors?: string[]) => ReactNode;
9
9
  errorText?: (invalidFields: FormContextField[], extraErrors?: string[]) => ReactNode;
10
10
  };
@@ -1,11 +1,10 @@
1
- /// <reference types="react" />
2
1
  import type { FieldState } from "../../Fields/Field";
3
- export declare type FormContextField = {
2
+ export type FormContextField = {
4
3
  state: FieldState;
5
4
  label: string;
6
5
  labelFor: string;
7
6
  };
8
- export declare type FormContextValue = {
7
+ export type FormContextValue = {
9
8
  fields: Record<string, FormContextField>;
10
9
  addField: (field: FormContextField) => void;
11
10
  removeField: (field: FormContextField) => void;
@@ -1,8 +1,8 @@
1
1
  import type { InputHTMLAttributes, ReactNode } from "react";
2
2
  import type { IconComponentType } from "../../Icons";
3
- export declare type InputVariant = "small" | "medium" | "large";
4
- export declare type InputStatus = "default" | "validated" | "invalid";
5
- export declare type InputPropsLocale = {
3
+ export type InputVariant = "small" | "medium" | "large";
4
+ export type InputStatus = "default" | "validated" | "invalid";
5
+ export type InputPropsLocale = {
6
6
  clearInput?: string;
7
7
  increment?: string;
8
8
  decrement?: string;
@@ -1,5 +1,5 @@
1
1
  export = inputPlugin;
2
2
  declare const inputPlugin: {
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 { HTMLAttributes, InputHTMLAttributes } from "react";
2
- export declare type RadioButtonProps = HTMLAttributes<HTMLInputElement> & {
2
+ export type RadioButtonProps = HTMLAttributes<HTMLInputElement> & {
3
3
  /**
4
4
  * The value of the `RadioButton`.
5
5
  */
@@ -1,5 +1,5 @@
1
1
  export = radioButtonPlugin;
2
2
  declare const radioButtonPlugin: {
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,6 +1,6 @@
1
1
  import type { ForwardRefExoticComponent, ReactNode, RefAttributes } from "react";
2
2
  import { RadioGroupItem } from "./RadioGroupItem";
3
- export interface RadioGroupProps {
3
+ export interface RadioGroupProps<T extends string = string> {
4
4
  /**
5
5
  * The id of the `RadioGroup`.
6
6
  */
@@ -16,7 +16,7 @@ export interface RadioGroupProps {
16
16
  /**
17
17
  * The value of the `RadioGroup`.
18
18
  */
19
- value: string;
19
+ value: T;
20
20
  /**
21
21
  * Whether the `RadioGroup` is disabled.
22
22
  */
@@ -33,14 +33,14 @@ export interface RadioGroupProps {
33
33
  /**
34
34
  * Event handler for when the `RadioGroup`'s value changes.
35
35
  */
36
- onChange: (newValue: string) => void;
36
+ onChange: (newValue: T) => void;
37
37
  /**
38
38
  * The children of the `RadioGroup`.
39
39
  */
40
40
  children?: ReactNode;
41
41
  }
42
- export declare type RadioGroupComponent = ForwardRefExoticComponent<RadioGroupProps & RefAttributes<HTMLFieldSetElement>> & {
43
- Item: typeof RadioGroupItem;
42
+ export type RadioGroupComponent<T extends string = string> = ForwardRefExoticComponent<RadioGroupProps<T> & RefAttributes<HTMLFieldSetElement>> & {
43
+ Item: typeof RadioGroupItem<T>;
44
44
  };
45
45
  /**
46
46
  * The `RadioGroup` component presents mutually exclusive options, allowing users to make a single selection from a list.
@@ -1,9 +1,9 @@
1
- import type { FC, PropsWithChildren } from "react";
2
- export declare type RadioGroupItemProps = PropsWithChildren<{
1
+ import type { PropsWithChildren } from "react";
2
+ export type RadioGroupItemProps<T extends string = string> = PropsWithChildren<{
3
3
  /**
4
4
  * The value of the `RadioGroupItem`.
5
5
  */
6
- value: string;
6
+ value: T;
7
7
  /**
8
8
  * Whether the `RadioGroupItem` is disabled.
9
9
  */
@@ -13,4 +13,4 @@ export declare type RadioGroupItemProps = PropsWithChildren<{
13
13
  */
14
14
  required?: boolean;
15
15
  }>;
16
- export declare const RadioGroupItem: FC<RadioGroupItemProps>;
16
+ export declare const RadioGroupItem: <T extends string = string>({ value, disabled, required, children, ...props }: RadioGroupItemProps<T>) => import("react/jsx-runtime").JSX.Element;
@@ -1,6 +1,6 @@
1
1
  import type { ForwardedRef } from "react";
2
- declare type RangeSliderValue = number | [number, number];
3
- declare type WidenNumber<T> = T extends number ? number : T;
2
+ type RangeSliderValue = number | [number, number];
3
+ type WidenNumber<T> = T extends number ? number : T;
4
4
  export interface RangeSliderProps<Value extends RangeSliderValue = number> {
5
5
  /**
6
6
  * The value of the `RangeSlider`.
@@ -63,7 +63,7 @@ export interface RangeSliderProps<Value extends RangeSliderValue = number> {
63
63
  */
64
64
  track2Color?: string;
65
65
  }
66
- declare const RangeSliderInternal: <Value extends RangeSliderValue = number>({ id, className, value, defaultValue, onChange, onCommit, disabled, required, min, max, track1Color, track2Color, ...otherProps }: RangeSliderProps<Value>, ref: ForwardedRef<HTMLSpanElement>) => import("react/jsx-runtime").JSX.Element;
66
+ declare const RangeSliderInternal: <Value extends RangeSliderValue = number>({ id: idProp, className, value, defaultValue, onChange, onCommit, disabled, required, min, max, track1Color, track2Color, ...otherProps }: RangeSliderProps<Value>, ref: ForwardedRef<HTMLSpanElement>) => import("react/jsx-runtime").JSX.Element;
67
67
  /**
68
68
  * The `RangeSlider` component is an input field where users select one or two numeric values within a given range (minimum and maximum values).
69
69
  *
@@ -73,8 +73,8 @@ export declare const RangeSlider: (<Value extends RangeSliderValue>(props: Range
73
73
  /**
74
74
  * The ref of the `RangeSlider`.
75
75
  */
76
- ref?: ForwardedRef<HTMLSpanElement> | undefined;
76
+ ref?: ForwardedRef<HTMLSpanElement>;
77
77
  }) => ReturnType<typeof RangeSliderInternal>) & {
78
- displayName?: string | undefined;
78
+ displayName?: string;
79
79
  };
80
80
  export {};
@@ -1,5 +1,5 @@
1
1
  import type { SelectHTMLAttributes } from "react";
2
- export declare type SelectVariants = "small" | "medium" | "large";
2
+ export type SelectVariants = "small" | "medium" | "large";
3
3
  export interface SelectProps extends SelectHTMLAttributes<HTMLSelectElement> {
4
4
  /**
5
5
  * The variant of the `Select`.
@@ -1,5 +1,5 @@
1
1
  export = selectPlugin;
2
2
  declare const selectPlugin: {
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,13 +1,13 @@
1
1
  import type { ForwardRefExoticComponent, PropsWithoutRef, RefAttributes } from "react";
2
2
  import type { CardProps } from "../../Layout";
3
3
  import { Card } from "../../Layout";
4
- declare type SelectableCardBaseProps = Omit<CardProps, "elevation"> & {
4
+ type SelectableCardBaseProps = Omit<CardProps, "elevation"> & {
5
5
  /**
6
6
  * The color of the selected card.
7
7
  */
8
8
  selectedColor?: keyof typeof SELECTED_COLOR_CLASSNAMES;
9
9
  };
10
- export declare type SelectableCardProps = SelectableCardBaseProps & {
10
+ export type SelectableCardProps = SelectableCardBaseProps & {
11
11
  /**
12
12
  * Whether the `SelectableCard` is disabled.
13
13
  */
@@ -1,6 +1,6 @@
1
1
  import { type FC, type PropsWithChildren } from "react";
2
- export declare type SelectionTypes = "multiple" | "single";
3
- export declare type SelectableCardGroupProps = {
2
+ export type SelectionTypes = "multiple" | "single";
3
+ export type SelectableCardGroupProps = {
4
4
  disabled?: boolean;
5
5
  name?: string;
6
6
  value?: string[];