@photoroom/ui 0.1.251 → 0.1.253

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 (357) hide show
  1. package/components/action/AppButton/AppButton.d.ts +2 -4
  2. package/components/action/AppButton/AppButton.d.ts.map +1 -1
  3. package/components/action/BlogSocialButton/BlogSocialButton.d.ts +2 -4
  4. package/components/action/BlogSocialButton/BlogSocialButton.d.ts.map +1 -1
  5. package/components/action/Button/Button.d.ts +2 -4
  6. package/components/action/Button/Button.d.ts.map +1 -1
  7. package/components/action/ButtonCluster/ButtonCluster.d.ts +4 -1
  8. package/components/action/ButtonCluster/ButtonCluster.d.ts.map +1 -1
  9. package/components/action/CircularButton/CircularButton.d.ts +4 -1
  10. package/components/action/CircularButton/CircularButton.d.ts.map +1 -1
  11. package/components/action/ClearButton/ClearButton.d.ts +4 -1
  12. package/components/action/ClearButton/ClearButton.d.ts.map +1 -1
  13. package/components/action/FilterPullDownButton/FilterPullDownButton.d.ts +4 -1
  14. package/components/action/FilterPullDownButton/FilterPullDownButton.d.ts.map +1 -1
  15. package/components/action/FilterTag/FilterTag.d.ts +4 -1
  16. package/components/action/FilterTag/FilterTag.d.ts.map +1 -1
  17. package/components/action/HelpButton/HelpButton.d.ts +7 -2
  18. package/components/action/HelpButton/HelpButton.d.ts.map +1 -1
  19. package/components/action/HeroButton/HeroButton.d.ts +2 -4
  20. package/components/action/HeroButton/HeroButton.d.ts.map +1 -1
  21. package/components/action/InfoButton/InfoButton.d.ts +2 -3
  22. package/components/action/InfoButton/InfoButton.d.ts.map +1 -1
  23. package/components/action/InputButton/InputButton.d.ts +5 -2
  24. package/components/action/InputButton/InputButton.d.ts.map +1 -1
  25. package/components/action/LimitButton/LimitButton.d.ts +4 -1
  26. package/components/action/LimitButton/LimitButton.d.ts.map +1 -1
  27. package/components/action/LoginButton/LoginButton.d.ts +4 -1
  28. package/components/action/LoginButton/LoginButton.d.ts.map +1 -1
  29. package/components/action/MobileNavigationButton/MobileNavigationButton.d.ts +2 -4
  30. package/components/action/MobileNavigationButton/MobileNavigationButton.d.ts.map +1 -1
  31. package/components/action/NavigationButton/NavigationButton.d.ts +4 -1
  32. package/components/action/NavigationButton/NavigationButton.d.ts.map +1 -1
  33. package/components/action/NavigationToggleButton/NavigationToggleButton.d.ts +4 -1
  34. package/components/action/NavigationToggleButton/NavigationToggleButton.d.ts.map +1 -1
  35. package/components/action/OverlayButton/OverlayButton.d.ts +5 -2
  36. package/components/action/OverlayButton/OverlayButton.d.ts.map +1 -1
  37. package/components/action/OverlaySelectButton/OverlaySelectButton.d.ts +4 -1
  38. package/components/action/OverlaySelectButton/OverlaySelectButton.d.ts.map +1 -1
  39. package/components/action/PresetPullDownButton/PresetPullDownButton.d.ts +4 -1
  40. package/components/action/PresetPullDownButton/PresetPullDownButton.d.ts.map +1 -1
  41. package/components/action/PullDownButton/PullDownButton.d.ts +2 -4
  42. package/components/action/PullDownButton/PullDownButton.d.ts.map +1 -1
  43. package/components/action/RetryButton/RetryButton.d.ts +4 -1
  44. package/components/action/RetryButton/RetryButton.d.ts.map +1 -1
  45. package/components/action/RoundButton/RoundButton.d.ts +4 -1
  46. package/components/action/RoundButton/RoundButton.d.ts.map +1 -1
  47. package/components/action/RoundedButton/RoundedButton.d.ts +5 -1
  48. package/components/action/RoundedButton/RoundedButton.d.ts.map +1 -1
  49. package/components/action/StandaloneLink/StandaloneLink.d.ts +2 -3
  50. package/components/action/StandaloneLink/StandaloneLink.d.ts.map +1 -1
  51. package/components/action/ToggleButton/ToggleButton.d.ts +5 -12
  52. package/components/action/ToggleButton/ToggleButton.d.ts.map +1 -1
  53. package/components/action/ValidationBanner/ValidationBanner.d.ts +5 -14
  54. package/components/action/ValidationBanner/ValidationBanner.d.ts.map +1 -1
  55. package/components/collections/CommonMenu/MenuContent.d.ts +7 -2
  56. package/components/collections/CommonMenu/MenuContent.d.ts.map +1 -1
  57. package/components/collections/CommonMenu/MenuItemButton.d.ts +5 -2
  58. package/components/collections/CommonMenu/MenuItemButton.d.ts.map +1 -1
  59. package/components/collections/CommonMenu/SubMenu.d.ts +1 -1
  60. package/components/collections/CommonMenu/SubMenu.d.ts.map +1 -1
  61. package/components/collections/ContextMenu/ContextMenu.d.ts +8 -6
  62. package/components/collections/ContextMenu/ContextMenu.d.ts.map +1 -1
  63. package/components/collections/ContextMenu/MenuItem/MenuItem.d.ts +5 -2
  64. package/components/collections/ContextMenu/MenuItem/MenuItem.d.ts.map +1 -1
  65. package/components/collections/ContextMenu/MenuSeparator/MenuSeparator.d.ts +5 -6
  66. package/components/collections/ContextMenu/MenuSeparator/MenuSeparator.d.ts.map +1 -1
  67. package/components/collections/DropdownMenu/DropdownMenu.d.ts +26 -11
  68. package/components/collections/DropdownMenu/DropdownMenu.d.ts.map +1 -1
  69. package/components/collections/DropdownMenu/MenuCheckboxGroup/MenuCheckboxGroup.d.ts +9 -8
  70. package/components/collections/DropdownMenu/MenuCheckboxGroup/MenuCheckboxGroup.d.ts.map +1 -1
  71. package/components/collections/DropdownMenu/MenuCheckboxGroup/MenuCheckboxItem.d.ts +5 -5
  72. package/components/collections/DropdownMenu/MenuCheckboxGroup/MenuCheckboxItem.d.ts.map +1 -1
  73. package/components/collections/DropdownMenu/MenuCustomItem/MenuCustomItem.d.ts +5 -2
  74. package/components/collections/DropdownMenu/MenuCustomItem/MenuCustomItem.d.ts.map +1 -1
  75. package/components/collections/DropdownMenu/MenuItem/MenuItem.d.ts +5 -2
  76. package/components/collections/DropdownMenu/MenuItem/MenuItem.d.ts.map +1 -1
  77. package/components/collections/DropdownMenu/MenuRadioGroup/MenuRadioGroup.d.ts +9 -8
  78. package/components/collections/DropdownMenu/MenuRadioGroup/MenuRadioGroup.d.ts.map +1 -1
  79. package/components/collections/DropdownMenu/MenuRadioGroup/MenuRadioItem.d.ts +5 -5
  80. package/components/collections/DropdownMenu/MenuRadioGroup/MenuRadioItem.d.ts.map +1 -1
  81. package/components/collections/DropdownMenu/MenuSeparator/MenuSeparator.d.ts +5 -6
  82. package/components/collections/DropdownMenu/MenuSeparator/MenuSeparator.d.ts.map +1 -1
  83. package/components/collections/FeedHeader/FeedHeader.d.ts +7 -4
  84. package/components/collections/FeedHeader/FeedHeader.d.ts.map +1 -1
  85. package/components/collections/FeedHeader/FeedHeaderTitle.d.ts +4 -1
  86. package/components/collections/FeedHeader/FeedHeaderTitle.d.ts.map +1 -1
  87. package/components/collections/MultiActionWidget/ActionButton.d.ts +2 -2
  88. package/components/collections/MultiActionWidget/ActionButton.d.ts.map +1 -1
  89. package/components/collections/MultiActionWidget/MultiActionWidget.d.ts +5 -19
  90. package/components/collections/MultiActionWidget/MultiActionWidget.d.ts.map +1 -1
  91. package/components/content/BatchTile/BatchTile.d.ts +4 -6
  92. package/components/content/BatchTile/BatchTile.d.ts.map +1 -1
  93. package/components/content/BlogEditorialCard/BlogEditorialCard.d.ts +2 -4
  94. package/components/content/BlogEditorialCard/BlogEditorialCard.d.ts.map +1 -1
  95. package/components/content/Folder/Folder.d.ts +2 -4
  96. package/components/content/Folder/Folder.d.ts.map +1 -1
  97. package/components/content/ModeSelectionTile/ModeSelectionTile.d.ts +5 -9
  98. package/components/content/ModeSelectionTile/ModeSelectionTile.d.ts.map +1 -1
  99. package/components/content/MoreTile/MoreTile.d.ts +5 -7
  100. package/components/content/MoreTile/MoreTile.d.ts.map +1 -1
  101. package/components/content/OptionTable/OptionTable.d.ts +1 -1
  102. package/components/content/ProductActionBar/ProductActionBar.d.ts +4 -1
  103. package/components/content/ProductActionBar/ProductActionBar.d.ts.map +1 -1
  104. package/components/content/PropList/PropListItem.d.ts +1 -1
  105. package/components/content/SelectionTile/SelectionTile.d.ts +5 -5
  106. package/components/content/SelectionTile/SelectionTile.d.ts.map +1 -1
  107. package/components/content/StarterTile/StarterTile.d.ts +4 -1
  108. package/components/content/StarterTile/StarterTile.d.ts.map +1 -1
  109. package/components/content/Tile/Tile.d.ts +2 -2
  110. package/components/content/Tile/Tile.d.ts.map +1 -1
  111. package/components/content/Tile/TilePreview.d.ts +4 -2
  112. package/components/content/Tile/TilePreview.d.ts.map +1 -1
  113. package/components/content/Tile/TileSelectable.d.ts +2 -2
  114. package/components/content/Tile/TileSelectable.d.ts.map +1 -1
  115. package/components/content/ToolTile/ToolTile.d.ts +1 -1
  116. package/components/content/VisualToolTile/VisualToolTile.d.ts +2 -2
  117. package/components/dialog/Dialog/Dialog.d.ts +6 -5
  118. package/components/dialog/Dialog/Dialog.d.ts.map +1 -1
  119. package/components/dialog/Dialog/DialogCloseButton.d.ts +4 -3
  120. package/components/dialog/Dialog/DialogCloseButton.d.ts.map +1 -1
  121. package/components/dropdown/DropdownListBox/DropdownListBox.d.ts +4 -1
  122. package/components/dropdown/DropdownListBox/DropdownListBox.d.ts.map +1 -1
  123. package/components/dropdown/DropdownListBox/DropdownMenuSingleSelectionItem.d.ts +2 -4
  124. package/components/dropdown/DropdownListBox/DropdownMenuSingleSelectionItem.d.ts.map +1 -1
  125. package/components/dropdown/DropdownMenuItem/DropdownMenuItem.d.ts +5 -2
  126. package/components/dropdown/DropdownMenuItem/DropdownMenuItem.d.ts.map +1 -1
  127. package/components/dropdown/DropdownSearchField/DropdownSearchField.d.ts +4 -1
  128. package/components/dropdown/DropdownSearchField/DropdownSearchField.d.ts.map +1 -1
  129. package/components/dropdown/SpaceDropdown/DropdownMenuSpaceActionItem.d.ts +4 -1
  130. package/components/dropdown/SpaceDropdown/DropdownMenuSpaceActionItem.d.ts.map +1 -1
  131. package/components/dropdown/SpaceDropdown/SpacePullDownButton.d.ts +4 -1
  132. package/components/dropdown/SpaceDropdown/SpacePullDownButton.d.ts.map +1 -1
  133. package/components/editor/ColorPicker/ColorWheel/ColorWheel.d.ts +7 -2
  134. package/components/editor/ColorPicker/ColorWheel/ColorWheel.d.ts.map +1 -1
  135. package/components/editor/ColorSwatch/ColorSwatch.d.ts +4 -1
  136. package/components/editor/ColorSwatch/ColorSwatch.d.ts.map +1 -1
  137. package/components/editor/FloatingPanel/FloatingPanel.d.ts +4 -1
  138. package/components/editor/FloatingPanel/FloatingPanel.d.ts.map +1 -1
  139. package/components/editor/FloatingPanel/FloatingPanelHeader.d.ts +4 -1
  140. package/components/editor/FloatingPanel/FloatingPanelHeader.d.ts.map +1 -1
  141. package/components/editor/ListItem/ListItem.d.ts +4 -1
  142. package/components/editor/ListItem/ListItem.d.ts.map +1 -1
  143. package/components/editor/ObjectItem/ObjectItem.d.ts +4 -1
  144. package/components/editor/ObjectItem/ObjectItem.d.ts.map +1 -1
  145. package/components/editor/Pill/Pill.d.ts +8 -14
  146. package/components/editor/Pill/Pill.d.ts.map +1 -1
  147. package/components/editor/Pill/PillButton.d.ts +4 -1
  148. package/components/editor/Pill/PillButton.d.ts.map +1 -1
  149. package/components/editor/Pill/PillToggle.d.ts +4 -1
  150. package/components/editor/Pill/PillToggle.d.ts.map +1 -1
  151. package/components/editor/PresenceObjectBox/PresenceObjectPill.d.ts +4 -1
  152. package/components/editor/PresenceObjectBox/PresenceObjectPill.d.ts.map +1 -1
  153. package/components/editor/SelectionObjectBox/MoveableSelectionObjectBox.d.ts +7 -2
  154. package/components/editor/SelectionObjectBox/MoveableSelectionObjectBox.d.ts.map +1 -1
  155. package/components/editor/SelectionObjectBox/SelectionObjectBox.d.ts +17 -6
  156. package/components/editor/SelectionObjectBox/SelectionObjectBox.d.ts.map +1 -1
  157. package/components/editor/TextureSwatch/TextureSwatch.d.ts +4 -1
  158. package/components/editor/TextureSwatch/TextureSwatch.d.ts.map +1 -1
  159. package/components/editor/ZoomPill/ZoomPill.d.ts +8 -2
  160. package/components/editor/ZoomPill/ZoomPill.d.ts.map +1 -1
  161. package/components/editor/ZoomPill/ZoomPillButton.d.ts +8 -2
  162. package/components/editor/ZoomPill/ZoomPillButton.d.ts.map +1 -1
  163. package/components/feed/ChoiceFeedTileGroup/ChoiceFeedTile.d.ts +5 -12
  164. package/components/feed/ChoiceFeedTileGroup/ChoiceFeedTile.d.ts.map +1 -1
  165. package/components/feed/ChoiceFeedTileGroup/ChoiceFeedTileGroup.d.ts +4 -11
  166. package/components/feed/ChoiceFeedTileGroup/ChoiceFeedTileGroup.d.ts.map +1 -1
  167. package/components/feed/FeedTile/LazyImage.d.ts +8 -2
  168. package/components/feed/FeedTile/LazyImage.d.ts.map +1 -1
  169. package/components/feed/Prompt/Prompt.d.ts +4 -1
  170. package/components/feed/Prompt/Prompt.d.ts.map +1 -1
  171. package/components/feed/PromptSuggestion/PromptSuggestion.d.ts +7 -1
  172. package/components/feed/PromptSuggestion/PromptSuggestion.d.ts.map +1 -1
  173. package/components/feed/TextSuggestion/TextSuggestion.d.ts +4 -1
  174. package/components/feed/TextSuggestion/TextSuggestion.d.ts.map +1 -1
  175. package/components/input/CheckboxPullDown/CheckboxPullDown.d.ts +4 -1
  176. package/components/input/CheckboxPullDown/CheckboxPullDown.d.ts.map +1 -1
  177. package/components/input/CodeInput/CodeInput.d.ts +5 -10
  178. package/components/input/CodeInput/CodeInput.d.ts.map +1 -1
  179. package/components/input/CodeInput/CodeInputField.d.ts +5 -6
  180. package/components/input/CodeInput/CodeInputField.d.ts.map +1 -1
  181. package/components/input/DomainField/DomainField.d.ts +4 -1
  182. package/components/input/DomainField/DomainField.d.ts.map +1 -1
  183. package/components/input/DropdownSelectionMenu/DropdownMenuMultipleSelectionItem.d.ts +5 -12
  184. package/components/input/DropdownSelectionMenu/DropdownMenuMultipleSelectionItem.d.ts.map +1 -1
  185. package/components/input/DropdownSelectionMenu/SelectTrigger.d.ts +5 -8
  186. package/components/input/DropdownSelectionMenu/SelectTrigger.d.ts.map +1 -1
  187. package/components/input/FieldLabel/FieldLabel.d.ts +2 -4
  188. package/components/input/FieldLabel/FieldLabel.d.ts.map +1 -1
  189. package/components/input/FloatingInput/FloatingInput.d.ts +4 -1
  190. package/components/input/FloatingInput/FloatingInput.d.ts.map +1 -1
  191. package/components/input/FolderList/FolderList.d.ts +4 -1
  192. package/components/input/FolderList/FolderList.d.ts.map +1 -1
  193. package/components/input/FolderList/FolderListButton.d.ts +4 -1
  194. package/components/input/FolderList/FolderListButton.d.ts.map +1 -1
  195. package/components/input/FontWeightSelectorItem/FontWeightSelectorItem.d.ts +5 -7
  196. package/components/input/FontWeightSelectorItem/FontWeightSelectorItem.d.ts.map +1 -1
  197. package/components/input/IconSwitch/IconSwitch.d.ts +5 -18
  198. package/components/input/IconSwitch/IconSwitch.d.ts.map +1 -1
  199. package/components/input/ImageWidget/ImageWidget.d.ts +4 -1
  200. package/components/input/ImageWidget/ImageWidget.d.ts.map +1 -1
  201. package/components/input/ImageWidget/ImageWidgetButton.d.ts +4 -5
  202. package/components/input/ImageWidget/ImageWidgetButton.d.ts.map +1 -1
  203. package/components/input/ImportWidget/ImportWidget.d.ts +4 -1
  204. package/components/input/ImportWidget/ImportWidget.d.ts.map +1 -1
  205. package/components/input/InlineSelector/InlineSelector.d.ts +5 -4
  206. package/components/input/InlineSelector/InlineSelector.d.ts.map +1 -1
  207. package/components/input/LargeOptionTile/LargeOptionTile.d.ts +5 -15
  208. package/components/input/LargeOptionTile/LargeOptionTile.d.ts.map +1 -1
  209. package/components/input/NumberField/NumberField.d.ts +5 -27
  210. package/components/input/NumberField/NumberField.d.ts.map +1 -1
  211. package/components/input/OptionGroup/OptionGroup.d.ts +9 -8
  212. package/components/input/OptionGroup/OptionGroup.d.ts.map +1 -1
  213. package/components/input/OptionGroup/OptionGroupItem/OptionGroupItem.d.ts +5 -8
  214. package/components/input/OptionGroup/OptionGroupItem/OptionGroupItem.d.ts.map +1 -1
  215. package/components/input/OptionSelectionListItem/OptionSelectionListItem.d.ts +5 -17
  216. package/components/input/OptionSelectionListItem/OptionSelectionListItem.d.ts.map +1 -1
  217. package/components/input/OptionTile/OptionTile.d.ts +5 -20
  218. package/components/input/OptionTile/OptionTile.d.ts.map +1 -1
  219. package/components/input/PanelStandardInput/PanelStandardInput.d.ts +5 -12
  220. package/components/input/PanelStandardInput/PanelStandardInput.d.ts.map +1 -1
  221. package/components/input/PlaceholderTile/PlaceholderTile.d.ts +5 -13
  222. package/components/input/PlaceholderTile/PlaceholderTile.d.ts.map +1 -1
  223. package/components/input/PromptInput/PromptInput.d.ts +4 -1
  224. package/components/input/PromptInput/PromptInput.d.ts.map +1 -1
  225. package/components/input/SearchableSelect/SearchableSelect.d.ts +14 -9
  226. package/components/input/SearchableSelect/SearchableSelect.d.ts.map +1 -1
  227. package/components/input/SearchableSelect/SearchableSelectItem.d.ts +5 -6
  228. package/components/input/SearchableSelect/SearchableSelectItem.d.ts.map +1 -1
  229. package/components/input/SearchableSelect/SearchableSelectPrimitive.d.ts +5 -2
  230. package/components/input/SearchableSelect/SearchableSelectPrimitive.d.ts.map +1 -1
  231. package/components/input/SearchableSelect/SearchableSelectTrigger.d.ts +4 -1
  232. package/components/input/SearchableSelect/SearchableSelectTrigger.d.ts.map +1 -1
  233. package/components/input/SelectField/SelectField.d.ts +4 -1
  234. package/components/input/SelectField/SelectField.d.ts.map +1 -1
  235. package/components/input/StandardInput/StandardInputImagePrompt.d.ts +5 -2
  236. package/components/input/StandardInput/StandardInputImagePrompt.d.ts.map +1 -1
  237. package/components/input/StandardInput/StandardInputTextPrompt.d.ts +4 -1
  238. package/components/input/StandardInput/StandardInputTextPrompt.d.ts.map +1 -1
  239. package/components/input/StandardInput/index.d.ts +8 -2
  240. package/components/input/StandardInput/index.d.ts.map +1 -1
  241. package/components/input/TagField/TagField.d.ts +4 -2
  242. package/components/input/TagField/TagField.d.ts.map +1 -1
  243. package/components/input/TextArea/TextArea.d.ts +5 -8
  244. package/components/input/TextArea/TextArea.d.ts.map +1 -1
  245. package/components/input/TextArea/TextAreaAutosize.d.ts +5 -2
  246. package/components/input/TextArea/TextAreaAutosize.d.ts.map +1 -1
  247. package/components/input/TextEditionBox/TextEditionBox.d.ts +5 -2
  248. package/components/input/TextEditionBox/TextEditionBox.d.ts.map +1 -1
  249. package/components/input/TextField/TextField.d.ts +4 -1
  250. package/components/input/TextField/TextField.d.ts.map +1 -1
  251. package/components/input/TextInput/TextInput.d.ts +4 -1
  252. package/components/input/TextInput/TextInput.d.ts.map +1 -1
  253. package/components/list/FontFamilyRow/FontFamilyRow.d.ts +6 -1
  254. package/components/list/FontFamilyRow/FontFamilyRow.d.ts.map +1 -1
  255. package/components/list/SizeListItem/SizeListItem.d.ts +5 -7
  256. package/components/list/SizeListItem/SizeListItem.d.ts.map +1 -1
  257. package/components/list/VariantListItem/VariantsListItem.d.ts +4 -4
  258. package/components/list/VariantListItem/VariantsListItemLeading.d.ts +5 -5
  259. package/components/list/VariantListItem/VariantsListItemLeading.d.ts.map +1 -1
  260. package/components/navigation/SideNavigation/SideNavigationHeader/SideNavigationHeader.d.ts +4 -8
  261. package/components/navigation/SideNavigation/SideNavigationHeader/SideNavigationHeader.d.ts.map +1 -1
  262. package/components/navigation/SideNavigation/SideNavigationItem/SideNavigationItem.d.ts +2 -4
  263. package/components/navigation/SideNavigation/SideNavigationItem/SideNavigationItem.d.ts.map +1 -1
  264. package/components/navigation/TabNavigation/TabNavigation.d.ts +19 -13
  265. package/components/navigation/TabNavigation/TabNavigation.d.ts.map +1 -1
  266. package/components/navigation/TabNavigation/TabNavigationItem.d.ts +5 -6
  267. package/components/navigation/TabNavigation/TabNavigationItem.d.ts.map +1 -1
  268. package/components/navigation/Tabs/TabsItem.d.ts +2 -3
  269. package/components/navigation/Tabs/TabsItem.d.ts.map +1 -1
  270. package/components/navigation/TagGroup/Tag/Tag.d.ts +2 -4
  271. package/components/navigation/TagGroup/Tag/Tag.d.ts.map +1 -1
  272. package/components/navigation/TagGroup/TagGroup.d.ts +1 -19
  273. package/components/navigation/TagGroup/TagGroup.d.ts.map +1 -1
  274. package/components/navigation/TagNavigation/TagNavigationItem.d.ts +2 -4
  275. package/components/navigation/TagNavigation/TagNavigationItem.d.ts.map +1 -1
  276. package/components/navigation/ToolMenuButton/ToolMenuButton.d.ts +4 -1
  277. package/components/navigation/ToolMenuButton/ToolMenuButton.d.ts.map +1 -1
  278. package/components/onboarding/ChoiceGroup/ChoiceGroup.d.ts +5 -7
  279. package/components/onboarding/ChoiceGroup/ChoiceGroup.d.ts.map +1 -1
  280. package/components/onboarding/ChoiceGroup/ChoiceMultiple/ChoiceMultipleGroup.d.ts +12 -5
  281. package/components/onboarding/ChoiceGroup/ChoiceMultiple/ChoiceMultipleGroup.d.ts.map +1 -1
  282. package/components/onboarding/ChoiceGroup/ChoiceMultiple/ChoiceMultipleTile.d.ts +5 -2
  283. package/components/onboarding/ChoiceGroup/ChoiceMultiple/ChoiceMultipleTile.d.ts.map +1 -1
  284. package/components/onboarding/ChoiceGroup/ChoiceMultiple/ListChoiceMultipleExpandTile.d.ts +5 -4
  285. package/components/onboarding/ChoiceGroup/ChoiceMultiple/ListChoiceMultipleExpandTile.d.ts.map +1 -1
  286. package/components/onboarding/ChoiceGroup/ChoiceMultiple/ListChoiceMultipleTile.d.ts +5 -2
  287. package/components/onboarding/ChoiceGroup/ChoiceMultiple/ListChoiceMultipleTile.d.ts.map +1 -1
  288. package/components/onboarding/ChoiceGroup/ChoiceTile.d.ts +5 -2
  289. package/components/onboarding/ChoiceGroup/ChoiceTile.d.ts.map +1 -1
  290. package/components/polymorphic.d.ts +16 -22
  291. package/components/polymorphic.d.ts.map +1 -1
  292. package/components/status/Badge/Badge.d.ts +5 -2
  293. package/components/status/Badge/Badge.d.ts.map +1 -1
  294. package/components/status/Badge/StudioBadge.d.ts +4 -1
  295. package/components/status/Badge/StudioBadge.d.ts.map +1 -1
  296. package/components/status/ListingScoreButton/ListingScoreButton.d.ts +5 -7
  297. package/components/status/ListingScoreButton/ListingScoreButton.d.ts.map +1 -1
  298. package/components/status/SelectionBadge/SelectionBadge.d.ts +5 -8
  299. package/components/status/SelectionBadge/SelectionBadge.d.ts.map +1 -1
  300. package/components/structure/PanelHeader/PanelHeader.d.ts +8 -4
  301. package/components/structure/PanelHeader/PanelHeader.d.ts.map +1 -1
  302. package/components/structure/PanelHeader/PanelHeaderSwitcherButton.d.ts +4 -3
  303. package/components/structure/PanelHeader/PanelHeaderSwitcherButton.d.ts.map +1 -1
  304. package/components/structure/PanelHeader/PanelHeaderTrailing.d.ts +4 -1
  305. package/components/structure/PanelHeader/PanelHeaderTrailing.d.ts.map +1 -1
  306. package/components/unsorted/FileUploader/HiddenFileInput.d.ts +4 -1
  307. package/components/unsorted/FileUploader/HiddenFileInput.d.ts.map +1 -1
  308. package/components/unsorted/HighLightedText/HighLightedText.d.ts +2 -3
  309. package/components/unsorted/HighLightedText/HighLightedText.d.ts.map +1 -1
  310. package/components/unsorted/Tooltip/TooltipHOC.d.ts +4 -5
  311. package/components/unsorted/Tooltip/TooltipHOC.d.ts.map +1 -1
  312. package/components/website/ArticleHeroBlock/ArticleContent.d.ts +4 -1
  313. package/components/website/ArticleHeroBlock/ArticleContent.d.ts.map +1 -1
  314. package/components/website/BlockBackground/BlockBackground.d.ts +2 -4
  315. package/components/website/BlockBackground/BlockBackground.d.ts.map +1 -1
  316. package/components/website/BlogSubtleActionBlock/BlogSubtleActionBlock.d.ts +2 -4
  317. package/components/website/BlogSubtleActionBlock/BlogSubtleActionBlock.d.ts.map +1 -1
  318. package/components/website/FooterBlockV2/FooterV2Block.d.ts +1 -15
  319. package/components/website/FooterBlockV2/FooterV2LinkBlock.d.ts +2 -3
  320. package/components/website/FooterBlockV2/FooterV2LinkBlock.d.ts.map +1 -1
  321. package/components/website/Glossary/GlossaryAlphabet.d.ts +4 -1
  322. package/components/website/Glossary/GlossaryAlphabet.d.ts.map +1 -1
  323. package/components/website/Glossary/GlossaryLetterLink.d.ts +4 -1
  324. package/components/website/Glossary/GlossaryLetterLink.d.ts.map +1 -1
  325. package/components/website/Glossary/GlossaryTermCard.d.ts +2 -4
  326. package/components/website/Glossary/GlossaryTermCard.d.ts.map +1 -1
  327. package/components/website/PricingHeroBlock/ApiPricing/ApiPricingCardsContainer/PricingPullDownButton.d.ts +5 -4
  328. package/components/website/PricingHeroBlock/ApiPricing/ApiPricingCardsContainer/PricingPullDownButton.d.ts.map +1 -1
  329. package/components/website/PricingPicker/PricingPickerButton.d.ts +15 -12
  330. package/components/website/PricingPicker/PricingPickerButton.d.ts.map +1 -1
  331. package/components/website/TagCloudBlock/TagCloudBlock.d.ts +1 -19
  332. package/components/website/TagCloudBlock/TagCloudBlock.d.ts.map +1 -1
  333. package/components/website/ToolCard/ToolCard.d.ts +2 -4
  334. package/components/website/ToolCard/ToolCard.d.ts.map +1 -1
  335. package/components/website/ToolLinkCard/ToolLinkCard.d.ts +2 -4
  336. package/components/website/ToolLinkCard/ToolLinkCard.d.ts.map +1 -1
  337. package/components/website/ToolSmallCard/ToolSmallCard.d.ts +2 -4
  338. package/components/website/ToolSmallCard/ToolSmallCard.d.ts.map +1 -1
  339. package/components/website/WebsiteNavigation/WebsiteNavigationButton.d.ts +5 -2
  340. package/components/website/WebsiteNavigation/WebsiteNavigationButton.d.ts.map +1 -1
  341. package/components/website/WebsiteNavigation/WebsiteNavigationCtaSection.d.ts +4 -1
  342. package/components/website/WebsiteNavigation/WebsiteNavigationCtaSection.d.ts.map +1 -1
  343. package/components/website/WebsiteNavigation/WebsiteNavigationItem.d.ts +2 -2
  344. package/components/website/WebsiteNavigation/WebsiteNavigationItem.d.ts.map +1 -1
  345. package/components/website/WebsiteNavigation/WebsiteNavigationMoreItem.d.ts +2 -2
  346. package/components/website/WebsiteNavigation/WebsiteNavigationMoreItem.d.ts.map +1 -1
  347. package/components/website/WebsiteNavigation/WebsiteNavigationOverlayLink.d.ts +2 -2
  348. package/components/website/WebsiteNavigation/WebsiteNavigationOverlayLink.d.ts.map +1 -1
  349. package/components/website/WebsiteNavigation/WebsiteNavigationSection.d.ts +4 -1
  350. package/components/website/WebsiteNavigation/WebsiteNavigationSection.d.ts.map +1 -1
  351. package/components/website/WebsiteNavigation/WebsiteNavigationStory.d.ts +2 -2
  352. package/components/website/WebsiteNavigation/WebsiteNavigationStory.d.ts.map +1 -1
  353. package/components/website/WebsiteNavigation/WebsiteNavigationTestimonial.d.ts +2 -2
  354. package/components/website/WebsiteNavigation/WebsiteNavigationTestimonial.d.ts.map +1 -1
  355. package/index.css +1 -1
  356. package/index.mjs +13144 -13143
  357. package/package.json +2 -1
@@ -1 +1 @@
1
- {"version":3,"file":"ImportWidget.d.ts","sourceRoot":"","sources":["../../../../src/components/input/ImportWidget/ImportWidget.tsx"],"names":[],"mappings":"AAKA,OAAO,EAAU,WAAW,EAAE,MAAM,qBAAqB,CAAC;AAC1D,OAAO,EAAa,cAAc,EAAE,MAAM,cAAc,CAAC;AAEzD,KAAK,qBAAqB,GAAG;IAC3B,KAAK,EAAE,KAAK,CAAC,SAAS,CAAC;IACvB,WAAW,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC9B,WAAW,EAAE,KAAK,CAAC,SAAS,CAAC;IAC7B,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,UAAU,CAAC,EAAE,cAAc,CAAC;IAC5B,iBAAiB,CAAC,EAAE,IAAI,CACtB,WAAW,EACX,SAAS,GAAG,MAAM,GAAG,SAAS,GAAG,SAAS,GAAG,UAAU,GAAG,MAAM,CACjE,CAAC;IACF,QAAQ,EAAE,MAAM,IAAI,CAAC;IACrB,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,aAAa,CAAC,EAAE,OAAO,CAAC;CACzB,GAAG,IAAI,CAAC,KAAK,CAAC,wBAAwB,CAAC,KAAK,CAAC,EAAE,UAAU,CAAC,CAAC;AAE5D,MAAM,MAAM,qBAAqB,GAAG,qBAAqB,GAAG;IAC1D,OAAO,EAAE,MAAM,IAAI,CAAC;IACpB,uDAAuD;IACvD,cAAc,EAAE,MAAM,CAAC;CACxB,CAAC;AAEF,KAAK,wBAAwB,GAAG,qBAAqB,GAAG;IACtD,OAAO,CAAC,EAAE,KAAK,CAAC;IAChB,cAAc,CAAC,EAAE,KAAK,CAAC;CACxB,CAAC;AAEF,MAAM,MAAM,iBAAiB,GAAG,qBAAqB,GAAG,wBAAwB,CAAC;AAEjF,eAAO,MAAM,YAAY,8GAwExB,CAAC"}
1
+ {"version":3,"file":"ImportWidget.d.ts","sourceRoot":"","sources":["../../../../src/components/input/ImportWidget/ImportWidget.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAU,WAAW,EAAE,MAAM,qBAAqB,CAAC;AAC1D,OAAO,EAAa,cAAc,EAAE,MAAM,cAAc,CAAC;AAEzD,KAAK,qBAAqB,GAAG;IAC3B,KAAK,EAAE,KAAK,CAAC,SAAS,CAAC;IACvB,WAAW,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC9B,WAAW,EAAE,KAAK,CAAC,SAAS,CAAC;IAC7B,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,UAAU,CAAC,EAAE,cAAc,CAAC;IAC5B,iBAAiB,CAAC,EAAE,IAAI,CACtB,WAAW,EACX,SAAS,GAAG,MAAM,GAAG,SAAS,GAAG,SAAS,GAAG,UAAU,GAAG,MAAM,CACjE,CAAC;IACF,QAAQ,EAAE,MAAM,IAAI,CAAC;IACrB,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,aAAa,CAAC,EAAE,OAAO,CAAC;CACzB,GAAG,IAAI,CAAC,KAAK,CAAC,wBAAwB,CAAC,KAAK,CAAC,EAAE,UAAU,CAAC,CAAC;AAE5D,MAAM,MAAM,qBAAqB,GAAG,qBAAqB,GAAG;IAC1D,OAAO,EAAE,MAAM,IAAI,CAAC;IACpB,uDAAuD;IACvD,cAAc,EAAE,MAAM,CAAC;CACxB,CAAC;AAEF,KAAK,wBAAwB,GAAG,qBAAqB,GAAG;IACtD,OAAO,CAAC,EAAE,KAAK,CAAC;IAChB,cAAc,CAAC,EAAE,KAAK,CAAC;CACxB,CAAC;AAEF,MAAM,MAAM,iBAAiB,GAAG,qBAAqB,GAAG,wBAAwB,CAAC;AAEjF,eAAO,MAAM,YAAY;qLAetB,iBAAiB,GAAG,KAAK,CAAC,aAAa,CAAC,cAAc,CAAC;;CAqDzD,CAAC"}
@@ -1,7 +1,8 @@
1
- export type InlineSelectorProps = React.ComponentPropsWithoutRef<"button"> & {
1
+ export type InlineSelectorProps = React.ComponentPropsWithRef<"button"> & {
2
2
  disabled?: boolean;
3
3
  };
4
- export declare const InlineSelector: import("react").ForwardRefExoticComponent<Omit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref"> & {
5
- disabled?: boolean;
6
- } & import("react").RefAttributes<HTMLButtonElement>>;
4
+ export declare const InlineSelector: {
5
+ ({ className, children, disabled, ref, ...rest }: InlineSelectorProps): import("react/jsx-runtime").JSX.Element;
6
+ displayName: string;
7
+ };
7
8
  //# sourceMappingURL=InlineSelector.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"InlineSelector.d.ts","sourceRoot":"","sources":["../../../../src/components/input/InlineSelector/InlineSelector.tsx"],"names":[],"mappings":"AAKA,MAAM,MAAM,mBAAmB,GAAG,KAAK,CAAC,wBAAwB,CAAC,QAAQ,CAAC,GAAG;IAC3E,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB,CAAC;AAEF,eAAO,MAAM,cAAc;eAHd,OAAO;qDAuBnB,CAAC"}
1
+ {"version":3,"file":"InlineSelector.d.ts","sourceRoot":"","sources":["../../../../src/components/input/InlineSelector/InlineSelector.tsx"],"names":[],"mappings":"AAIA,MAAM,MAAM,mBAAmB,GAAG,KAAK,CAAC,qBAAqB,CAAC,QAAQ,CAAC,GAAG;IACxE,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB,CAAC;AAEF,eAAO,MAAM,cAAc;sDAMxB,mBAAmB;;CAkBrB,CAAC"}
@@ -12,19 +12,9 @@ export type LargeOptionTileProps = {
12
12
  color?: string;
13
13
  /** Additional className for custom styling */
14
14
  className?: string;
15
- } & Omit<React.ButtonHTMLAttributes<HTMLButtonElement>, "type">;
16
- export declare const LargeOptionTile: import("react").ForwardRefExoticComponent<{
17
- /** Label text displayed below the preview */
18
- label: string;
19
- /** Optional value text displayed below the label */
20
- value?: string;
21
- /** Type of preview: "image-3-4" (portrait), "image-1-1" (square), or "color" (color swatch) */
22
- previewType?: LargeOptionTilePreviewType;
23
- /** Image URL for image preview types */
24
- previewSrc?: string;
25
- /** CSS color string for previewType="color" */
26
- color?: string;
27
- /** Additional className for custom styling */
28
- className?: string;
29
- } & Omit<import("react").ButtonHTMLAttributes<HTMLButtonElement>, "type"> & import("react").RefAttributes<HTMLButtonElement>>;
15
+ } & Omit<React.ButtonHTMLAttributes<HTMLButtonElement>, "type"> & React.RefAttributes<HTMLButtonElement>;
16
+ export declare const LargeOptionTile: {
17
+ ({ label, value, previewType, previewSrc, color, className, ref, ...props }: LargeOptionTileProps): import("react/jsx-runtime").JSX.Element;
18
+ displayName: string;
19
+ };
30
20
  //# sourceMappingURL=LargeOptionTile.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"LargeOptionTile.d.ts","sourceRoot":"","sources":["../../../../src/components/input/LargeOptionTile/LargeOptionTile.tsx"],"names":[],"mappings":"AAKA,MAAM,MAAM,0BAA0B,GAAG,WAAW,GAAG,WAAW,GAAG,OAAO,CAAC;AAE7E,MAAM,MAAM,oBAAoB,GAAG;IACjC,6CAA6C;IAC7C,KAAK,EAAE,MAAM,CAAC;IACd,oDAAoD;IACpD,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,+FAA+F;IAC/F,WAAW,CAAC,EAAE,0BAA0B,CAAC;IACzC,wCAAwC;IACxC,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,+CAA+C;IAC/C,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,8CAA8C;IAC9C,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,GAAG,IAAI,CAAC,KAAK,CAAC,oBAAoB,CAAC,iBAAiB,CAAC,EAAE,MAAM,CAAC,CAAC;AAQhE,eAAO,MAAM,eAAe;IApB1B,6CAA6C;WACtC,MAAM;IACb,oDAAoD;YAC5C,MAAM;IACd,+FAA+F;kBACjF,0BAA0B;IACxC,wCAAwC;iBAC3B,MAAM;IACnB,+CAA+C;YACvC,MAAM;IACd,8CAA8C;gBAClC,MAAM;6HA8DnB,CAAC"}
1
+ {"version":3,"file":"LargeOptionTile.d.ts","sourceRoot":"","sources":["../../../../src/components/input/LargeOptionTile/LargeOptionTile.tsx"],"names":[],"mappings":"AAIA,MAAM,MAAM,0BAA0B,GAAG,WAAW,GAAG,WAAW,GAAG,OAAO,CAAC;AAE7E,MAAM,MAAM,oBAAoB,GAAG;IACjC,6CAA6C;IAC7C,KAAK,EAAE,MAAM,CAAC;IACd,oDAAoD;IACpD,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,+FAA+F;IAC/F,WAAW,CAAC,EAAE,0BAA0B,CAAC;IACzC,wCAAwC;IACxC,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,+CAA+C;IAC/C,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,8CAA8C;IAC9C,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,GAAG,IAAI,CAAC,KAAK,CAAC,oBAAoB,CAAC,iBAAiB,CAAC,EAAE,MAAM,CAAC,GAC7D,KAAK,CAAC,aAAa,CAAC,iBAAiB,CAAC,CAAC;AAQzC,eAAO,MAAM,eAAe;iFASzB,oBAAoB;;CAmDtB,CAAC"}
@@ -24,31 +24,9 @@ export type NumberFieldProps = Readonly<{
24
24
  isMixed?: boolean;
25
25
  /** Label to display when isMixed is true (default: "Mixed") */
26
26
  mixedLabel?: string;
27
- }>;
28
- export declare const NumberField: import("react").ForwardRefExoticComponent<Readonly<{
29
- label?: React.ReactNode;
30
- density?: TextInputProps["density"];
31
- min?: number;
32
- max?: number;
33
- step?: number;
34
- shiftStepFactor?: number;
35
- unit?: string;
36
- defaultUnit?: string;
37
- onUnitChange?: (unit: string) => void;
38
- unitOptions?: string[];
39
- value?: number;
40
- defaultValue?: number;
41
- onValueChange?: (value: number) => void;
42
- disabled?: boolean;
43
- className?: string;
44
- leadingIcon?: TextInputProps["leadingIcon"];
45
- variant?: "default" | "editor";
46
- tabIndex?: number;
47
- /** Optional aria-label for accessibility when no visible label is provided */
48
- "aria-label"?: string;
49
- /** When true, displays the mixedLabel to indicate multiple values (e.g., in batch editing) */
50
- isMixed?: boolean;
51
- /** Label to display when isMixed is true (default: "Mixed") */
52
- mixedLabel?: string;
53
- }> & import("react").RefAttributes<HTMLInputElement>>;
27
+ }> & React.RefAttributes<HTMLInputElement>;
28
+ export declare const NumberField: {
29
+ ({ label, density, value, defaultValue, onValueChange, unit: outerUnit, defaultUnit, onUnitChange, unitOptions, min, max, step, shiftStepFactor, className, leadingIcon, variant, isMixed, mixedLabel, ref, ...props }: NumberFieldProps): import("react/jsx-runtime").JSX.Element;
30
+ displayName: string;
31
+ };
54
32
  //# sourceMappingURL=NumberField.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"NumberField.d.ts","sourceRoot":"","sources":["../../../../src/components/input/NumberField/NumberField.tsx"],"names":[],"mappings":"AAaA,OAAO,EAAa,cAAc,EAAE,MAAM,cAAc,CAAC;AA0DzD,MAAM,MAAM,gBAAgB,GAAG,QAAQ,CAAC;IACtC,KAAK,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACxB,OAAO,CAAC,EAAE,cAAc,CAAC,SAAS,CAAC,CAAC;IACpC,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,YAAY,CAAC,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,IAAI,CAAC;IACtC,WAAW,CAAC,EAAE,MAAM,EAAE,CAAC;IACvB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,aAAa,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IACxC,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,WAAW,CAAC,EAAE,cAAc,CAAC,aAAa,CAAC,CAAC;IAC5C,OAAO,CAAC,EAAE,SAAS,GAAG,QAAQ,CAAC;IAC/B,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,8EAA8E;IAC9E,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,8FAA8F;IAC9F,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,+DAA+D;IAC/D,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB,CAAC,CAAC;AAEH,eAAO,MAAM,WAAW;YA1Bd,KAAK,CAAC,SAAS;cACb,cAAc,CAAC,SAAS,CAAC;UAC7B,MAAM;UACN,MAAM;WACL,MAAM;sBACK,MAAM;WACjB,MAAM;kBACC,MAAM;mBACL,CAAC,IAAI,EAAE,MAAM,KAAK,IAAI;kBACvB,MAAM,EAAE;YACd,MAAM;mBACC,MAAM;oBACL,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI;eAC5B,OAAO;gBACN,MAAM;kBACJ,cAAc,CAAC,aAAa,CAAC;cACjC,SAAS,GAAG,QAAQ;eACnB,MAAM;IACjB,8EAA8E;mBAC/D,MAAM;IACrB,8FAA8F;cACpF,OAAO;IACjB,+DAA+D;iBAClD,MAAM;qDA+MpB,CAAC"}
1
+ {"version":3,"file":"NumberField.d.ts","sourceRoot":"","sources":["../../../../src/components/input/NumberField/NumberField.tsx"],"names":[],"mappings":"AAMA,OAAO,EAAa,cAAc,EAAE,MAAM,cAAc,CAAC;AA0DzD,MAAM,MAAM,gBAAgB,GAAG,QAAQ,CAAC;IACtC,KAAK,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACxB,OAAO,CAAC,EAAE,cAAc,CAAC,SAAS,CAAC,CAAC;IACpC,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,YAAY,CAAC,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,IAAI,CAAC;IACtC,WAAW,CAAC,EAAE,MAAM,EAAE,CAAC;IACvB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,aAAa,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IACxC,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,WAAW,CAAC,EAAE,cAAc,CAAC,aAAa,CAAC,CAAC;IAC5C,OAAO,CAAC,EAAE,SAAS,GAAG,QAAQ,CAAC;IAC/B,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,8EAA8E;IAC9E,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,8FAA8F;IAC9F,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,+DAA+D;IAC/D,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB,CAAC,GACA,KAAK,CAAC,aAAa,CAAC,gBAAgB,CAAC,CAAC;AAExC,eAAO,MAAM,WAAW;4NAqBrB,gBAAgB;;CAgLlB,CAAC"}
@@ -1,12 +1,13 @@
1
1
  import * as RadioGroupPrimitive from "@radix-ui/react-radio-group";
2
- import { ForwardRefExoticComponent } from "react";
3
- import { OptionGroupItem } from "./OptionGroupItem";
4
2
  export type OptionGroupProps = Readonly<RadioGroupPrimitive.RadioGroupProps & {
5
3
  label?: string;
6
- }>;
7
- type OptionGroupType = {
8
- Item: typeof OptionGroupItem;
9
- } & ForwardRefExoticComponent<OptionGroupProps>;
10
- export declare const OptionGroup: OptionGroupType;
11
- export {};
4
+ }> & React.RefAttributes<React.ComponentRef<typeof RadioGroupPrimitive.Root>>;
5
+ export declare const OptionGroup: {
6
+ ({ className, label, ref, ...props }: OptionGroupProps): import("react/jsx-runtime").JSX.Element;
7
+ displayName: string;
8
+ Item: {
9
+ ({ className, title, subtitle, info, additionalInfo, footnote, variant, disabled, ref, ...props }: import("./OptionGroupItem").OptionGroupItemProps & React.RefAttributes<React.ComponentRef<typeof RadioGroupPrimitive.Item>>): import("react/jsx-runtime").JSX.Element;
10
+ displayName: string;
11
+ };
12
+ };
12
13
  //# sourceMappingURL=OptionGroup.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"OptionGroup.d.ts","sourceRoot":"","sources":["../../../../src/components/input/OptionGroup/OptionGroup.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,mBAAmB,MAAM,6BAA6B,CAAC;AACnE,OAAO,EAAE,yBAAyB,EAAc,MAAM,OAAO,CAAC;AAI9D,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAEpD,MAAM,MAAM,gBAAgB,GAAG,QAAQ,CACrC,mBAAmB,CAAC,eAAe,GAAG;IACpC,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB,CACF,CAAC;AAEF,KAAK,eAAe,GAAG;IACrB,IAAI,EAAE,OAAO,eAAe,CAAC;CAC9B,GAAG,yBAAyB,CAAC,gBAAgB,CAAC,CAAC;AAEhD,eAAO,MAAM,WAAW,EASlB,eAAe,CAAC"}
1
+ {"version":3,"file":"OptionGroup.d.ts","sourceRoot":"","sources":["../../../../src/components/input/OptionGroup/OptionGroup.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,mBAAmB,MAAM,6BAA6B,CAAC;AAMnE,MAAM,MAAM,gBAAgB,GAAG,QAAQ,CACrC,mBAAmB,CAAC,eAAe,GAAG;IACpC,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB,CACF,GACC,KAAK,CAAC,aAAa,CAAC,KAAK,CAAC,YAAY,CAAC,OAAO,mBAAmB,CAAC,IAAI,CAAC,CAAC,CAAC;AAE3E,eAAO,MAAM,WAAW;0CAAyC,gBAAgB;;;;;;CAMhF,CAAC"}
@@ -1,7 +1,7 @@
1
1
  import * as RadioGroupPrimitive from "@radix-ui/react-radio-group";
2
2
  import { VariantProps } from "class-variance-authority";
3
3
  declare const containerCva: (props?: ({
4
- variant?: "pro" | "default" | null | undefined;
4
+ variant?: "default" | "pro" | null | undefined;
5
5
  disabled?: boolean | "default" | null | undefined;
6
6
  } & import("class-variance-authority/types").ClassProp) | undefined) => string;
7
7
  type OptionGroupItemCvaProps = VariantProps<typeof containerCva>;
@@ -12,12 +12,9 @@ export type OptionGroupItemProps = Readonly<RadioGroupPrimitive.RadioGroupItemPr
12
12
  additionalInfo?: React.ReactNode;
13
13
  footnote?: string;
14
14
  }>;
15
- export declare const OptionGroupItem: import("react").ForwardRefExoticComponent<Readonly<RadioGroupPrimitive.RadioGroupItemProps & OptionGroupItemCvaProps & {
16
- title: React.ReactNode;
17
- subtitle?: React.ReactNode;
18
- info?: React.ReactNode;
19
- additionalInfo?: React.ReactNode;
20
- footnote?: string;
21
- }> & import("react").RefAttributes<HTMLButtonElement>>;
15
+ export declare const OptionGroupItem: {
16
+ ({ className, title, subtitle, info, additionalInfo, footnote, variant, disabled, ref, ...props }: OptionGroupItemProps & React.RefAttributes<React.ComponentRef<typeof RadioGroupPrimitive.Item>>): import("react/jsx-runtime").JSX.Element;
17
+ displayName: string;
18
+ };
22
19
  export {};
23
20
  //# sourceMappingURL=OptionGroupItem.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"OptionGroupItem.d.ts","sourceRoot":"","sources":["../../../../../src/components/input/OptionGroup/OptionGroupItem/OptionGroupItem.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,mBAAmB,MAAM,6BAA6B,CAAC;AACnE,OAAO,EAAE,YAAY,EAAO,MAAM,0BAA0B,CAAC;AAO7D,QAAA,MAAM,YAAY;;;8EA4BjB,CAAC;AAEF,KAAK,uBAAuB,GAAG,YAAY,CAAC,OAAO,YAAY,CAAC,CAAC;AAEjE,MAAM,MAAM,oBAAoB,GAAG,QAAQ,CACzC,mBAAmB,CAAC,mBAAmB,GACrC,uBAAuB,GAAG;IACxB,KAAK,EAAE,KAAK,CAAC,SAAS,CAAC;IACvB,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B,IAAI,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACvB,cAAc,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACjC,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB,CACJ,CAAC;AAGF,eAAO,MAAM,eAAe;WATf,KAAK,CAAC,SAAS;eACX,KAAK,CAAC,SAAS;WACnB,KAAK,CAAC,SAAS;qBACL,KAAK,CAAC,SAAS;eACrB,MAAM;sDAuFtB,CAAC"}
1
+ {"version":3,"file":"OptionGroupItem.d.ts","sourceRoot":"","sources":["../../../../../src/components/input/OptionGroup/OptionGroupItem/OptionGroupItem.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,mBAAmB,MAAM,6BAA6B,CAAC;AACnE,OAAO,EAAE,YAAY,EAAO,MAAM,0BAA0B,CAAC;AAM7D,QAAA,MAAM,YAAY;;;8EA4BjB,CAAC;AAEF,KAAK,uBAAuB,GAAG,YAAY,CAAC,OAAO,YAAY,CAAC,CAAC;AAEjE,MAAM,MAAM,oBAAoB,GAAG,QAAQ,CACzC,mBAAmB,CAAC,mBAAmB,GACrC,uBAAuB,GAAG;IACxB,KAAK,EAAE,KAAK,CAAC,SAAS,CAAC;IACvB,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B,IAAI,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACvB,cAAc,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACjC,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB,CACJ,CAAC;AAGF,eAAO,MAAM,eAAe;uGAWzB,oBAAoB,GACrB,KAAK,CAAC,aAAa,CAAC,KAAK,CAAC,YAAY,CAAC,OAAO,mBAAmB,CAAC,IAAI,CAAC,CAAC;;CAgEzE,CAAC"}
@@ -14,7 +14,7 @@ export type OptionSelectionListItemProps = Omit<RadioGroup.RadioGroupItemProps,
14
14
  * that imply letterboxing (e.g. a "Fit" resize mode).
15
15
  */
16
16
  showCheckerboard?: boolean;
17
- }>;
17
+ }> & React.RefAttributes<HTMLButtonElement>;
18
18
  /**
19
19
  * Radio-style list item with an inset square thumbnail on the left, a title +
20
20
  * description in the middle, and a selection badge in the top-right corner.
@@ -22,20 +22,8 @@ export type OptionSelectionListItemProps = Omit<RadioGroup.RadioGroupItemProps,
22
22
  * Must be used inside a `RadioGroup.Root` from `@radix-ui/react-radio-group`
23
23
  * (the `RadioGroup` re-export from `@photoroom/ui`).
24
24
  */
25
- export declare const OptionSelectionListItem: import("react").ForwardRefExoticComponent<Omit<RadioGroup.RadioGroupItemProps, "children"> & Readonly<{
26
- title: string;
27
- /**
28
- * Description rendered below the title. Accepts any React node so consumers
29
- * can pass styled fragments (e.g. a `<Trans>` instance with inline spans).
30
- */
31
- description?: React.ReactNode;
32
- imageSrc: string;
33
- altLabel?: string;
34
- /**
35
- * Shows the DS damier pattern behind the thumbnail and switches the image
36
- * to `object-contain` so transparent edges are visualised. Use for options
37
- * that imply letterboxing (e.g. a "Fit" resize mode).
38
- */
39
- showCheckerboard?: boolean;
40
- }> & import("react").RefAttributes<HTMLButtonElement>>;
25
+ export declare const OptionSelectionListItem: {
26
+ ({ title, description, imageSrc, altLabel, showCheckerboard, className, ref, ...rest }: OptionSelectionListItemProps): import("react/jsx-runtime").JSX.Element;
27
+ displayName: string;
28
+ };
41
29
  //# sourceMappingURL=OptionSelectionListItem.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"OptionSelectionListItem.d.ts","sourceRoot":"","sources":["../../../../src/components/input/OptionSelectionListItem/OptionSelectionListItem.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,UAAU,MAAM,6BAA6B,CAAC;AAO1D,MAAM,MAAM,4BAA4B,GAAG,IAAI,CAAC,UAAU,CAAC,mBAAmB,EAAE,UAAU,CAAC,GACzF,QAAQ,CAAC;IACP,KAAK,EAAE,MAAM,CAAC;IACd;;;OAGG;IACH,WAAW,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC9B,QAAQ,EAAE,MAAM,CAAC;IACjB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB;;;;OAIG;IACH,gBAAgB,CAAC,EAAE,OAAO,CAAC;CAC5B,CAAC,CAAC;AAEL;;;;;;GAMG;AACH,eAAO,MAAM,uBAAuB;WAvBzB,MAAM;IACb;;;OAGG;kBACW,KAAK,CAAC,SAAS;cACnB,MAAM;eACL,MAAM;IACjB;;;;OAIG;uBACgB,OAAO;sDAuD7B,CAAC"}
1
+ {"version":3,"file":"OptionSelectionListItem.d.ts","sourceRoot":"","sources":["../../../../src/components/input/OptionSelectionListItem/OptionSelectionListItem.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,UAAU,MAAM,6BAA6B,CAAC;AAM1D,MAAM,MAAM,4BAA4B,GAAG,IAAI,CAAC,UAAU,CAAC,mBAAmB,EAAE,UAAU,CAAC,GACzF,QAAQ,CAAC;IACP,KAAK,EAAE,MAAM,CAAC;IACd;;;OAGG;IACH,WAAW,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC9B,QAAQ,EAAE,MAAM,CAAC;IACjB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB;;;;OAIG;IACH,gBAAgB,CAAC,EAAE,OAAO,CAAC;CAC5B,CAAC,GACF,KAAK,CAAC,aAAa,CAAC,iBAAiB,CAAC,CAAC;AAEzC;;;;;;GAMG;AACH,eAAO,MAAM,uBAAuB;4FASjC,4BAA4B;;CAwC9B,CAAC"}
@@ -19,25 +19,10 @@ export type OptionTileProps = {
19
19
  badgeLabel?: string;
20
20
  /** Additional className for custom styling */
21
21
  className?: string;
22
- } & Omit<VariantProps<typeof optionTileVariants>, "hasThumbnail"> & Omit<React.ButtonHTMLAttributes<HTMLButtonElement>, "type">;
23
- export declare const OptionTile: import("react").ForwardRefExoticComponent<{
24
- /** Label text displayed on the left */
25
- label: string;
26
- /** Value text displayed on the right side */
27
- value?: string;
28
- /** Type of trailing content: "value" (text only), "preview" (image thumbnail), "color" (color swatch), or "badge" (pro badge with value as label) */
29
- trailing?: OptionTileTrailingType;
30
- /** Image URL for trailing="preview" */
31
- previewSrc?: string;
32
- /** CSS color string for trailing="color" */
33
- color?: string;
34
- /** Badge label for trailing="badge" */
35
- badgeLabel?: string;
36
- /** Additional className for custom styling */
37
- className?: string;
38
- } & Omit<VariantProps<(props?: ({
39
- size?: "compact" | "regular" | null | undefined;
40
- hasThumbnail?: boolean | null | undefined;
41
- } & import("class-variance-authority/types").ClassProp) | undefined) => string>, "hasThumbnail"> & Omit<import("react").ButtonHTMLAttributes<HTMLButtonElement>, "type"> & import("react").RefAttributes<HTMLButtonElement>>;
22
+ } & Omit<VariantProps<typeof optionTileVariants>, "hasThumbnail"> & Omit<React.ButtonHTMLAttributes<HTMLButtonElement>, "type"> & React.RefAttributes<HTMLButtonElement>;
23
+ export declare const OptionTile: {
24
+ ({ label, value, trailing, previewSrc, color, badgeLabel, size, className, ref, ...props }: OptionTileProps): import("react/jsx-runtime").JSX.Element;
25
+ displayName: string;
26
+ };
42
27
  export {};
43
28
  //# sourceMappingURL=OptionTile.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"OptionTile.d.ts","sourceRoot":"","sources":["../../../../src/components/input/OptionTile/OptionTile.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAO,KAAK,YAAY,EAAE,MAAM,0BAA0B,CAAC;AAOlE,MAAM,MAAM,sBAAsB,GAAG,OAAO,GAAG,SAAS,GAAG,OAAO,GAAG,OAAO,CAAC;AAE7E,QAAA,MAAM,kBAAkB;;;8EAwBvB,CAAC;AAEF,MAAM,MAAM,eAAe,GAAG;IAC5B,uCAAuC;IACvC,KAAK,EAAE,MAAM,CAAC;IACd,6CAA6C;IAC7C,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,qJAAqJ;IACrJ,QAAQ,CAAC,EAAE,sBAAsB,CAAC;IAClC,uCAAuC;IACvC,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,4CAA4C;IAC5C,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,uCAAuC;IACvC,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,8CAA8C;IAC9C,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,GAAG,IAAI,CAAC,YAAY,CAAC,OAAO,kBAAkB,CAAC,EAAE,cAAc,CAAC,GAC/D,IAAI,CAAC,KAAK,CAAC,oBAAoB,CAAC,iBAAiB,CAAC,EAAE,MAAM,CAAC,CAAC;AAE9D,eAAO,MAAM,UAAU;IAjBrB,uCAAuC;WAChC,MAAM;IACb,6CAA6C;YACrC,MAAM;IACd,qJAAqJ;eAC1I,sBAAsB;IACjC,uCAAuC;iBAC1B,MAAM;IACnB,4CAA4C;YACpC,MAAM;IACd,uCAAuC;iBAC1B,MAAM;IACnB,8CAA8C;gBAClC,MAAM;;;;4NAsEnB,CAAC"}
1
+ {"version":3,"file":"OptionTile.d.ts","sourceRoot":"","sources":["../../../../src/components/input/OptionTile/OptionTile.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAO,KAAK,YAAY,EAAE,MAAM,0BAA0B,CAAC;AAMlE,MAAM,MAAM,sBAAsB,GAAG,OAAO,GAAG,SAAS,GAAG,OAAO,GAAG,OAAO,CAAC;AAE7E,QAAA,MAAM,kBAAkB;;;8EAwBvB,CAAC;AAEF,MAAM,MAAM,eAAe,GAAG;IAC5B,uCAAuC;IACvC,KAAK,EAAE,MAAM,CAAC;IACd,6CAA6C;IAC7C,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,qJAAqJ;IACrJ,QAAQ,CAAC,EAAE,sBAAsB,CAAC;IAClC,uCAAuC;IACvC,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,4CAA4C;IAC5C,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,uCAAuC;IACvC,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,8CAA8C;IAC9C,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,GAAG,IAAI,CAAC,YAAY,CAAC,OAAO,kBAAkB,CAAC,EAAE,cAAc,CAAC,GAC/D,IAAI,CAAC,KAAK,CAAC,oBAAoB,CAAC,iBAAiB,CAAC,EAAE,MAAM,CAAC,GAC3D,KAAK,CAAC,aAAa,CAAC,iBAAiB,CAAC,CAAC;AAEzC,eAAO,MAAM,UAAU;gGAWpB,eAAe;;CAmDjB,CAAC"}
@@ -14,16 +14,9 @@ export type PanelStandardInputProps = {
14
14
  submitDisabled?: boolean;
15
15
  fieldDisabled?: boolean;
16
16
  className?: string;
17
- } & Omit<TextareaAutosizeProps, "value" | "onChange" | "disabled">;
18
- export declare const PanelStandardInput: import("react").ForwardRefExoticComponent<{
19
- value: string;
20
- onChange: (value: string) => void;
21
- placeholder?: string;
22
- options?: PanelStandardInputOption[];
23
- leadingSlot?: React.ReactNode;
24
- onSubmit?: () => void;
25
- submitDisabled?: boolean;
26
- fieldDisabled?: boolean;
27
- className?: string;
28
- } & Omit<TextareaAutosizeProps, "onChange" | "disabled" | "value"> & import("react").RefAttributes<HTMLTextAreaElement>>;
17
+ } & Omit<TextareaAutosizeProps, "value" | "onChange" | "disabled"> & React.RefAttributes<HTMLTextAreaElement>;
18
+ export declare const PanelStandardInput: {
19
+ ({ value, onChange, placeholder, options, leadingSlot, onSubmit, submitDisabled, fieldDisabled, className, ref, ...textareaProps }: PanelStandardInputProps): import("react/jsx-runtime").JSX.Element;
20
+ displayName: string;
21
+ };
29
22
  //# sourceMappingURL=PanelStandardInput.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"PanelStandardInput.d.ts","sourceRoot":"","sources":["../../../../src/components/input/PanelStandardInput/PanelStandardInput.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAE,qBAAqB,EAAE,MAAM,yBAAyB,CAAC;AAOhE,MAAM,MAAM,wBAAwB,GAAG;IACrC,KAAK,EAAE,MAAM,CAAC;IACd,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;CACtB,CAAC;AAEF,MAAM,MAAM,uBAAuB,GAAG;IACpC,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IAClC,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,OAAO,CAAC,EAAE,wBAAwB,EAAE,CAAC;IACrC,WAAW,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC9B,QAAQ,CAAC,EAAE,MAAM,IAAI,CAAC;IACtB,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,GAAG,IAAI,CAAC,qBAAqB,EAAE,OAAO,GAAG,UAAU,GAAG,UAAU,CAAC,CAAC;AAEnE,eAAO,MAAM,kBAAkB;WAXtB,MAAM;cACH,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI;kBACnB,MAAM;cACV,wBAAwB,EAAE;kBACtB,KAAK,CAAC,SAAS;eAClB,MAAM,IAAI;qBACJ,OAAO;oBACR,OAAO;gBACX,MAAM;wHA6FnB,CAAC"}
1
+ {"version":3,"file":"PanelStandardInput.d.ts","sourceRoot":"","sources":["../../../../src/components/input/PanelStandardInput/PanelStandardInput.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAE,qBAAqB,EAAE,MAAM,yBAAyB,CAAC;AAOhE,MAAM,MAAM,wBAAwB,GAAG;IACrC,KAAK,EAAE,MAAM,CAAC;IACd,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;CACtB,CAAC;AAEF,MAAM,MAAM,uBAAuB,GAAG;IACpC,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IAClC,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,OAAO,CAAC,EAAE,wBAAwB,EAAE,CAAC;IACrC,WAAW,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC9B,QAAQ,CAAC,EAAE,MAAM,IAAI,CAAC;IACtB,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,GAAG,IAAI,CAAC,qBAAqB,EAAE,OAAO,GAAG,UAAU,GAAG,UAAU,CAAC,GAChE,KAAK,CAAC,aAAa,CAAC,mBAAmB,CAAC,CAAC;AAE3C,eAAO,MAAM,kBAAkB;wIAY5B,uBAAuB;;CA0EzB,CAAC"}
@@ -9,17 +9,9 @@ export type PlaceholderTileProps = {
9
9
  "aria-label"?: string;
10
10
  /** Additional className for custom styling */
11
11
  className?: string;
12
- } & Omit<React.ButtonHTMLAttributes<HTMLButtonElement>, "onClick" | "type">;
13
- export declare const PlaceholderTile: import("react").ForwardRefExoticComponent<{
14
- /** Icon component from @photoroom/icons */
15
- icon: React.ComponentType<React.SVGProps<SVGSVGElement>>;
16
- /** Label text displayed below the icon */
17
- label: string;
18
- /** Click handler for the placeholder */
19
- onClick: () => void;
20
- /** Optional aria-label for accessibility (defaults to label prop) */
21
- "aria-label"?: string;
22
- /** Additional className for custom styling */
23
- className?: string;
24
- } & Omit<import("react").ButtonHTMLAttributes<HTMLButtonElement>, "type" | "onClick"> & import("react").RefAttributes<HTMLButtonElement>>;
12
+ } & Omit<React.ButtonHTMLAttributes<HTMLButtonElement>, "onClick" | "type"> & React.RefAttributes<HTMLButtonElement>;
13
+ export declare const PlaceholderTile: {
14
+ ({ icon: Icon, label, onClick, "aria-label": ariaLabel, className, ref, ...props }: PlaceholderTileProps): import("react/jsx-runtime").JSX.Element;
15
+ displayName: string;
16
+ };
25
17
  //# sourceMappingURL=PlaceholderTile.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"PlaceholderTile.d.ts","sourceRoot":"","sources":["../../../../src/components/input/PlaceholderTile/PlaceholderTile.tsx"],"names":[],"mappings":"AAIA,MAAM,MAAM,oBAAoB,GAAG;IACjC,2CAA2C;IAC3C,IAAI,EAAE,KAAK,CAAC,aAAa,CAAC,KAAK,CAAC,QAAQ,CAAC,aAAa,CAAC,CAAC,CAAC;IACzD,0CAA0C;IAC1C,KAAK,EAAE,MAAM,CAAC;IACd,wCAAwC;IACxC,OAAO,EAAE,MAAM,IAAI,CAAC;IACpB,qEAAqE;IACrE,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,8CAA8C;IAC9C,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,GAAG,IAAI,CAAC,KAAK,CAAC,oBAAoB,CAAC,iBAAiB,CAAC,EAAE,SAAS,GAAG,MAAM,CAAC,CAAC;AAE5E,eAAO,MAAM,eAAe;IAZ1B,2CAA2C;UACrC,KAAK,CAAC,aAAa,CAAC,KAAK,CAAC,QAAQ,CAAC,aAAa,CAAC,CAAC;IACxD,0CAA0C;WACnC,MAAM;IACb,wCAAwC;aAC/B,MAAM,IAAI;IACnB,qEAAqE;mBACtD,MAAM;IACrB,8CAA8C;gBAClC,MAAM;yIA4BnB,CAAC"}
1
+ {"version":3,"file":"PlaceholderTile.d.ts","sourceRoot":"","sources":["../../../../src/components/input/PlaceholderTile/PlaceholderTile.tsx"],"names":[],"mappings":"AAEA,MAAM,MAAM,oBAAoB,GAAG;IACjC,2CAA2C;IAC3C,IAAI,EAAE,KAAK,CAAC,aAAa,CAAC,KAAK,CAAC,QAAQ,CAAC,aAAa,CAAC,CAAC,CAAC;IACzD,0CAA0C;IAC1C,KAAK,EAAE,MAAM,CAAC;IACd,wCAAwC;IACxC,OAAO,EAAE,MAAM,IAAI,CAAC;IACpB,qEAAqE;IACrE,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,8CAA8C;IAC9C,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,GAAG,IAAI,CAAC,KAAK,CAAC,oBAAoB,CAAC,iBAAiB,CAAC,EAAE,SAAS,GAAG,MAAM,CAAC,GACzE,KAAK,CAAC,aAAa,CAAC,iBAAiB,CAAC,CAAC;AAEzC,eAAO,MAAM,eAAe;wFAQzB,oBAAoB;;CAuBtB,CAAC"}
@@ -29,6 +29,9 @@ export type PromptInputProps = {
29
29
  submitVariant?: VariantProps<typeof buttonVariants>["variant"];
30
30
  /** Additional className for the root container */
31
31
  className?: string;
32
+ } & React.RefAttributes<HTMLTextAreaElement>;
33
+ export declare const PromptInput: {
34
+ ({ value, onChange, onSubmit, onCancel, onClear, clearLabel, placeholder, submitLabel, cancelLabel, pending, suggestions, autoFocus, submitVariant, className, ref, }: PromptInputProps): import("react/jsx-runtime").JSX.Element;
35
+ displayName: string;
32
36
  };
33
- export declare const PromptInput: import("react").ForwardRefExoticComponent<PromptInputProps & import("react").RefAttributes<HTMLTextAreaElement>>;
34
37
  //# sourceMappingURL=PromptInput.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"PromptInput.d.ts","sourceRoot":"","sources":["../../../../src/components/input/PromptInput/PromptInput.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,0BAA0B,CAAC;AAMxD,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAM3D,MAAM,MAAM,gBAAgB,GAAG;IAC7B,uCAAuC;IACvC,KAAK,EAAE,MAAM,CAAC;IACd,gCAAgC;IAChC,QAAQ,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IAClC,0EAA0E;IAC1E,QAAQ,EAAE,MAAM,IAAI,CAAC;IACrB,0DAA0D;IAC1D,QAAQ,CAAC,EAAE,MAAM,IAAI,CAAC;IACtB,2FAA2F;IAC3F,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,4CAA4C;IAC5C,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,wCAAwC;IACxC,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,kCAAkC;IAClC,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,kCAAkC;IAClC,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,4CAA4C;IAC5C,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,8EAA8E;IAC9E,WAAW,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC9B,sDAAsD;IACtD,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,oCAAoC;IACpC,aAAa,CAAC,EAAE,YAAY,CAAC,OAAO,cAAc,CAAC,CAAC,SAAS,CAAC,CAAC;IAC/D,kDAAkD;IAClD,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,CAAC;AAYF,eAAO,MAAM,WAAW,kHA4IvB,CAAC"}
1
+ {"version":3,"file":"PromptInput.d.ts","sourceRoot":"","sources":["../../../../src/components/input/PromptInput/PromptInput.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,YAAY,EAAE,MAAM,0BAA0B,CAAC;AAMxD,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAM3D,MAAM,MAAM,gBAAgB,GAAG;IAC7B,uCAAuC;IACvC,KAAK,EAAE,MAAM,CAAC;IACd,gCAAgC;IAChC,QAAQ,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IAClC,0EAA0E;IAC1E,QAAQ,EAAE,MAAM,IAAI,CAAC;IACrB,0DAA0D;IAC1D,QAAQ,CAAC,EAAE,MAAM,IAAI,CAAC;IACtB,2FAA2F;IAC3F,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,4CAA4C;IAC5C,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,wCAAwC;IACxC,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,kCAAkC;IAClC,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,kCAAkC;IAClC,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,4CAA4C;IAC5C,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,8EAA8E;IAC9E,WAAW,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC9B,sDAAsD;IACtD,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,oCAAoC;IACpC,aAAa,CAAC,EAAE,YAAY,CAAC,OAAO,cAAc,CAAC,CAAC,SAAS,CAAC,CAAC;IAC/D,kDAAkD;IAClD,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,GAAG,KAAK,CAAC,aAAa,CAAC,mBAAmB,CAAC,CAAC;AAY7C,eAAO,MAAM,WAAW;2KAgBrB,gBAAgB;;CAwHlB,CAAC"}
@@ -1,7 +1,6 @@
1
- import { ForwardRefExoticComponent } from "react";
2
1
  import { UseFuseOptions } from "../../../hooks";
3
- import { SearchableSelectItem, SearchableSelectItemProps } from "./SearchableSelectItem";
4
- import { SearchableSelectPrimitive, SearchableSelectPrimitiveProps } from "./SearchableSelectPrimitive";
2
+ import { SearchableSelectItemProps } from "./SearchableSelectItem";
3
+ import { SearchableSelectPrimitiveProps } from "./SearchableSelectPrimitive";
5
4
  export type SearchableSelectOption = {
6
5
  value: string;
7
6
  label?: string;
@@ -28,11 +27,17 @@ export type SearchableSelectProps = Omit<SearchableSelectPrimitiveProps, "search
28
27
  listMinHeight?: string;
29
28
  virtualized?: boolean;
30
29
  virtualizedListHeight?: string | number;
31
- }>;
32
- type SearchableSelectType = ForwardRefExoticComponent<SearchableSelectProps> & {
33
- Primitive: typeof SearchableSelectPrimitive;
34
- Item: typeof SearchableSelectItem;
30
+ }> & React.RefAttributes<HTMLButtonElement>;
31
+ export declare const SearchableSelect: {
32
+ ({ isSearchable, value: outerValue, defaultValue, onValueChange, searchPlaceholder, searchNoResultLabel, options, rawOption, renderOption, renderValue, fuseOptions, clearLabel, listMinHeight, virtualized, virtualizedListHeight, side, ref, ...props }: SearchableSelectProps): import("react/jsx-runtime").JSX.Element;
33
+ displayName: string;
34
+ Primitive: {
35
+ ({ className, placeholder, search: searchProps, onOpenChange, children, isSearchable, renderValue, filterComponent, listMinHeight, contentClassName, withPortal, side, ref, ...props }: SearchableSelectPrimitiveProps): import("react/jsx-runtime").JSX.Element;
36
+ displayName: string;
37
+ };
38
+ Item: {
39
+ ({ className, selected, badge, children, rawChildren, ref, ...props }: SearchableSelectItemProps): import("react/jsx-runtime").JSX.Element;
40
+ displayName: string;
41
+ };
35
42
  };
36
- export declare const SearchableSelect: SearchableSelectType;
37
- export {};
38
43
  //# sourceMappingURL=SearchableSelect.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"SearchableSelect.d.ts","sourceRoot":"","sources":["../../../../src/components/input/SearchableSelect/SearchableSelect.tsx"],"names":[],"mappings":"AAAA,OAAO,EACL,yBAAyB,EAM1B,MAAM,OAAO,CAAC;AAIf,OAAO,EAAW,cAAc,EAAsB,MAAM,gBAAgB,CAAC;AAE7E,OAAO,EAAE,oBAAoB,EAAE,yBAAyB,EAAE,MAAM,wBAAwB,CAAC;AACzF,OAAO,EACL,yBAAyB,EACzB,8BAA8B,EAC/B,MAAM,6BAA6B,CAAC;AAErC,MAAM,MAAM,sBAAsB,GAAG;IACnC,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,KAAK,CAAC,EAAE,yBAAyB,CAAC,OAAO,CAAC,CAAC;IAC3C,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAC;CACxB,CAAC;AAEF,MAAM,MAAM,qBAAqB,GAAG,IAAI,CAAC,8BAA8B,EAAE,QAAQ,CAAC,GAChF,QAAQ,CAAC;IACP,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAC7B,OAAO,CAAC,EAAE,sBAAsB,EAAE,CAAC;IACnC;;;OAGG;IACH,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,YAAY,CAAC,EAAE,CAAC,MAAM,EAAE,sBAAsB,KAAK,KAAK,CAAC,SAAS,CAAC;IACnE,WAAW,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,KAAK,CAAC,SAAS,CAAC;IACjD,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,WAAW,CAAC,EAAE,IAAI,CAChB,cAAc,CAAC,sBAAsB,CAAC,EACtC,sBAAsB,GAAG,mBAAmB,CAC7C,CAAC;IACF,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,qBAAqB,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;CACzC,CAAC,CAAC;AAEL,KAAK,oBAAoB,GAAG,yBAAyB,CAAC,qBAAqB,CAAC,GAAG;IAC7E,SAAS,EAAE,OAAO,yBAAyB,CAAC;IAC5C,IAAI,EAAE,OAAO,oBAAoB,CAAC;CACnC,CAAC;AAEF,eAAO,MAAM,gBAAgB,EA8JxB,oBAAoB,CAAC"}
1
+ {"version":3,"file":"SearchableSelect.d.ts","sourceRoot":"","sources":["../../../../src/components/input/SearchableSelect/SearchableSelect.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAW,cAAc,EAAsB,MAAM,gBAAgB,CAAC;AAE7E,OAAO,EAAwB,yBAAyB,EAAE,MAAM,wBAAwB,CAAC;AACzF,OAAO,EAEL,8BAA8B,EAC/B,MAAM,6BAA6B,CAAC;AAErC,MAAM,MAAM,sBAAsB,GAAG;IACnC,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,KAAK,CAAC,EAAE,yBAAyB,CAAC,OAAO,CAAC,CAAC;IAC3C,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAC;CACxB,CAAC;AAEF,MAAM,MAAM,qBAAqB,GAAG,IAAI,CAAC,8BAA8B,EAAE,QAAQ,CAAC,GAChF,QAAQ,CAAC;IACP,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAC7B,OAAO,CAAC,EAAE,sBAAsB,EAAE,CAAC;IACnC;;;OAGG;IACH,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,YAAY,CAAC,EAAE,CAAC,MAAM,EAAE,sBAAsB,KAAK,KAAK,CAAC,SAAS,CAAC;IACnE,WAAW,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,KAAK,CAAC,SAAS,CAAC;IACjD,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,WAAW,CAAC,EAAE,IAAI,CAChB,cAAc,CAAC,sBAAsB,CAAC,EACtC,sBAAsB,GAAG,mBAAmB,CAC7C,CAAC;IACF,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,qBAAqB,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;CACzC,CAAC,GACF,KAAK,CAAC,aAAa,CAAC,iBAAiB,CAAC,CAAC;AAEzC,eAAO,MAAM,gBAAgB;+PAmB1B,qBAAqB;;;;;;;;;;CAuIvB,CAAC"}
@@ -4,10 +4,9 @@ export type SearchableSelectItemProps = {
4
4
  selected?: boolean;
5
5
  badge?: DropdownMenuSingleSelectionItemProps["badge"];
6
6
  rawChildren?: boolean;
7
- } & RadixSelect.SelectItemProps;
8
- export declare const SearchableSelectItem: import("react").ForwardRefExoticComponent<{
9
- selected?: boolean;
10
- badge?: DropdownMenuSingleSelectionItemProps["badge"];
11
- rawChildren?: boolean;
12
- } & RadixSelect.SelectItemProps & import("react").RefAttributes<HTMLDivElement>>;
7
+ } & RadixSelect.SelectItemProps & React.RefAttributes<HTMLDivElement>;
8
+ export declare const SearchableSelectItem: {
9
+ ({ className, selected, badge, children, rawChildren, ref, ...props }: SearchableSelectItemProps): import("react/jsx-runtime").JSX.Element;
10
+ displayName: string;
11
+ };
13
12
  //# sourceMappingURL=SearchableSelectItem.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"SearchableSelectItem.d.ts","sourceRoot":"","sources":["../../../../src/components/input/SearchableSelect/SearchableSelectItem.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,WAAW,MAAM,wBAAwB,CAAC;AAItD,OAAO,EAEL,oCAAoC,EACrC,MAAM,gEAAgE,CAAC;AAExE,MAAM,MAAM,yBAAyB,GAAG;IACtC,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,KAAK,CAAC,EAAE,oCAAoC,CAAC,OAAO,CAAC,CAAC;IACtD,WAAW,CAAC,EAAE,OAAO,CAAC;CACvB,GAAG,WAAW,CAAC,eAAe,CAAC;AAEhC,eAAO,MAAM,oBAAoB;eALpB,OAAO;YACV,oCAAoC,CAAC,OAAO,CAAC;kBACvC,OAAO;gFAgCtB,CAAC"}
1
+ {"version":3,"file":"SearchableSelectItem.d.ts","sourceRoot":"","sources":["../../../../src/components/input/SearchableSelect/SearchableSelectItem.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,WAAW,MAAM,wBAAwB,CAAC;AAGtD,OAAO,EAEL,oCAAoC,EACrC,MAAM,gEAAgE,CAAC;AAExE,MAAM,MAAM,yBAAyB,GAAG;IACtC,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,KAAK,CAAC,EAAE,oCAAoC,CAAC,OAAO,CAAC,CAAC;IACtD,WAAW,CAAC,EAAE,OAAO,CAAC;CACvB,GAAG,WAAW,CAAC,eAAe,GAC7B,KAAK,CAAC,aAAa,CAAC,cAAc,CAAC,CAAC;AAEtC,eAAO,MAAM,oBAAoB;2EAQ9B,yBAAyB;;CAiB3B,CAAC"}
@@ -10,6 +10,9 @@ export type SearchableSelectPrimitiveProps = RadixSelect.SelectProps & Readonly<
10
10
  listMinHeight?: string;
11
11
  contentClassName?: string;
12
12
  withPortal?: boolean;
13
- }> & Pick<RadixSelect.SelectContentProps, "side">;
14
- export declare const SearchableSelectPrimitive: React.ForwardRefExoticComponent<SearchableSelectPrimitiveProps & React.RefAttributes<HTMLButtonElement>>;
13
+ }> & Pick<RadixSelect.SelectContentProps, "side"> & React.RefAttributes<HTMLButtonElement>;
14
+ export declare const SearchableSelectPrimitive: {
15
+ ({ className, placeholder, search: searchProps, onOpenChange, children, isSearchable, renderValue, filterComponent, listMinHeight, contentClassName, withPortal, side, ref, ...props }: SearchableSelectPrimitiveProps): import("react/jsx-runtime").JSX.Element;
16
+ displayName: string;
17
+ };
15
18
  //# sourceMappingURL=SearchableSelectPrimitive.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"SearchableSelectPrimitive.d.ts","sourceRoot":"","sources":["../../../../src/components/input/SearchableSelect/SearchableSelectPrimitive.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,WAAW,MAAM,wBAAwB,CAAC;AAMtD,OAAO,EAAuB,wBAAwB,EAAE,MAAM,oCAAoC,CAAC;AAInG,MAAM,MAAM,8BAA8B,GAAG,WAAW,CAAC,WAAW,GAClE,QAAQ,CAAC;IACP,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,MAAM,CAAC,EAAE,wBAAwB,CAAC;IAClC,WAAW,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,KAAK,CAAC,SAAS,CAAC;IACjD,eAAe,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAClC,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,UAAU,CAAC,EAAE,OAAO,CAAC;CACtB,CAAC,GACF,IAAI,CAAC,WAAW,CAAC,kBAAkB,EAAE,MAAM,CAAC,CAAC;AAE/C,eAAO,MAAM,yBAAyB,EAAE,KAAK,CAAC,yBAAyB,CACrE,8BAA8B,GAAG,KAAK,CAAC,aAAa,CAAC,iBAAiB,CAAC,CA2HxE,CAAC"}
1
+ {"version":3,"file":"SearchableSelectPrimitive.d.ts","sourceRoot":"","sources":["../../../../src/components/input/SearchableSelect/SearchableSelectPrimitive.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,WAAW,MAAM,wBAAwB,CAAC;AAMtD,OAAO,EAAuB,wBAAwB,EAAE,MAAM,oCAAoC,CAAC;AAInG,MAAM,MAAM,8BAA8B,GAAG,WAAW,CAAC,WAAW,GAClE,QAAQ,CAAC;IACP,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,MAAM,CAAC,EAAE,wBAAwB,CAAC;IAClC,WAAW,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,KAAK,CAAC,SAAS,CAAC;IACjD,eAAe,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAClC,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,UAAU,CAAC,EAAE,OAAO,CAAC;CACtB,CAAC,GACF,IAAI,CAAC,WAAW,CAAC,kBAAkB,EAAE,MAAM,CAAC,GAC5C,KAAK,CAAC,aAAa,CAAC,iBAAiB,CAAC,CAAC;AAEzC,eAAO,MAAM,yBAAyB;4LAenC,8BAA8B;;CAuGhC,CAAC"}
@@ -4,5 +4,8 @@ export type SearchableSelectTriggerProps = RadixSelect.SelectTriggerProps & Omit
4
4
  renderValue?: (value: string) => React.ReactNode;
5
5
  value?: string;
6
6
  }>;
7
- export declare const SearchableSelectTrigger: import("react").ForwardRefExoticComponent<Omit<SearchableSelectTriggerProps, "ref"> & import("react").RefAttributes<HTMLButtonElement>>;
7
+ export declare const SearchableSelectTrigger: {
8
+ ({ className, placeholder, renderValue, value, ref, ...props }: SearchableSelectTriggerProps): import("react/jsx-runtime").JSX.Element;
9
+ displayName: string;
10
+ };
8
11
  //# sourceMappingURL=SearchableSelectTrigger.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"SearchableSelectTrigger.d.ts","sourceRoot":"","sources":["../../../../src/components/input/SearchableSelect/SearchableSelectTrigger.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,WAAW,MAAM,wBAAwB,CAAC;AAItD,MAAM,MAAM,4BAA4B,GAAG,WAAW,CAAC,kBAAkB,GACvE,IAAI,CAAC,KAAK,CAAC,aAAa,CAAC,iBAAiB,CAAC,EAAE,UAAU,GAAG,OAAO,CAAC,GAClE,QAAQ,CAAC;IACP,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,WAAW,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,KAAK,CAAC,SAAS,CAAC;IACjD,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB,CAAC,CAAC;AAEL,eAAO,MAAM,uBAAuB,yIAkCnC,CAAC"}
1
+ {"version":3,"file":"SearchableSelectTrigger.d.ts","sourceRoot":"","sources":["../../../../src/components/input/SearchableSelect/SearchableSelectTrigger.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,WAAW,MAAM,wBAAwB,CAAC;AAGtD,MAAM,MAAM,4BAA4B,GAAG,WAAW,CAAC,kBAAkB,GACvE,IAAI,CAAC,KAAK,CAAC,aAAa,CAAC,iBAAiB,CAAC,EAAE,UAAU,GAAG,OAAO,CAAC,GAClE,QAAQ,CAAC;IACP,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,WAAW,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,KAAK,CAAC,SAAS,CAAC;IACjD,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB,CAAC,CAAC;AAEL,eAAO,MAAM,uBAAuB;oEAOjC,4BAA4B;;CA6B9B,CAAC"}
@@ -12,5 +12,8 @@ export type SelectFieldProps = {
12
12
  */
13
13
  variant?: "default" | "editor";
14
14
  } & ComponentProps<"select">;
15
- export declare const SelectField: import("react").ForwardRefExoticComponent<Omit<SelectFieldProps, "ref"> & import("react").RefAttributes<HTMLSelectElement>>;
15
+ export declare const SelectField: {
16
+ ({ label, helper, className, children, isHighlighted, invalid, variant, ref, ...props }: SelectFieldProps): import("react/jsx-runtime").JSX.Element;
17
+ displayName: string;
18
+ };
16
19
  //# sourceMappingURL=SelectField.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"SelectField.d.ts","sourceRoot":"","sources":["../../../../src/components/input/SelectField/SelectField.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,cAAc,EAAc,MAAM,OAAO,CAAC;AAKnD,MAAM,MAAM,gBAAgB,GAAG;IAC7B,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB;;OAEG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB;;OAEG;IACH,OAAO,CAAC,EAAE,SAAS,GAAG,QAAQ,CAAC;CAChC,GAAG,cAAc,CAAC,QAAQ,CAAC,CAAC;AAmD7B,eAAO,MAAM,WAAW,6HAgCvB,CAAC"}
1
+ {"version":3,"file":"SelectField.d.ts","sourceRoot":"","sources":["../../../../src/components/input/SelectField/SelectField.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAKvC,MAAM,MAAM,gBAAgB,GAAG;IAC7B,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB;;OAEG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB;;OAEG;IACH,OAAO,CAAC,EAAE,SAAS,GAAG,QAAQ,CAAC;CAChC,GAAG,cAAc,CAAC,QAAQ,CAAC,CAAC;AAmD7B,eAAO,MAAM,WAAW;6FAUrB,gBAAgB;;CAkBlB,CAAC"}
@@ -13,10 +13,13 @@ export type StandardInputImagePromptProps = {
13
13
  removeLabel: string;
14
14
  className?: string;
15
15
  displayOptionalImagesButton?: boolean;
16
- };
16
+ } & React.RefAttributes<HTMLDivElement>;
17
17
  export type ImageWidgetProps = React.ComponentProps<"div"> & {
18
18
  onDismiss?: () => void;
19
19
  dismissLabel?: string;
20
20
  };
21
- export declare const StandardInputImagePrompt: import("react").ForwardRefExoticComponent<StandardInputImagePromptProps & import("react").RefAttributes<HTMLDivElement>>;
21
+ export declare const StandardInputImagePrompt: {
22
+ ({ images, onImageAdd, onImageRemove, limit, dropZoneLabel, removeLabel, className, ref, ...rest }: StandardInputImagePromptProps): import("react/jsx-runtime").JSX.Element;
23
+ displayName: string;
24
+ };
22
25
  //# sourceMappingURL=StandardInputImagePrompt.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"StandardInputImagePrompt.d.ts","sourceRoot":"","sources":["../../../../src/components/input/StandardInput/StandardInputImagePrompt.tsx"],"names":[],"mappings":"AAQA,MAAM,MAAM,cAAc,GAAG;IAC3B,IAAI,EAAE,MAAM,CAAC;IACb,MAAM,EAAE,MAAM,CAAC;IACf,SAAS,EAAE,OAAO,CAAC;CACpB,CAAC;AAEF,MAAM,MAAM,6BAA6B,GAAG;IAC1C,MAAM,EAAE,cAAc,EAAE,CAAC;IACzB,UAAU,EAAE,CAAC,MAAM,EAAE,QAAQ,KAAK,IAAI,CAAC;IACvC,aAAa,EAAE,CAAC,SAAS,EAAE,MAAM,KAAK,IAAI,CAAC;IAC3C,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,aAAa,EAAE,MAAM,CAAC;IACtB,WAAW,EAAE,MAAM,CAAC;IACpB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,2BAA2B,CAAC,EAAE,OAAO,CAAC;CACvC,CAAC;AAEF,MAAM,MAAM,gBAAgB,GAAG,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,GAAG;IAC3D,SAAS,CAAC,EAAE,MAAM,IAAI,CAAC;IACvB,YAAY,CAAC,EAAE,MAAM,CAAC;CACvB,CAAC;AAsDF,eAAO,MAAM,wBAAwB,0HAqDpC,CAAC"}
1
+ {"version":3,"file":"StandardInputImagePrompt.d.ts","sourceRoot":"","sources":["../../../../src/components/input/StandardInput/StandardInputImagePrompt.tsx"],"names":[],"mappings":"AAOA,MAAM,MAAM,cAAc,GAAG;IAC3B,IAAI,EAAE,MAAM,CAAC;IACb,MAAM,EAAE,MAAM,CAAC;IACf,SAAS,EAAE,OAAO,CAAC;CACpB,CAAC;AAEF,MAAM,MAAM,6BAA6B,GAAG;IAC1C,MAAM,EAAE,cAAc,EAAE,CAAC;IACzB,UAAU,EAAE,CAAC,MAAM,EAAE,QAAQ,KAAK,IAAI,CAAC;IACvC,aAAa,EAAE,CAAC,SAAS,EAAE,MAAM,KAAK,IAAI,CAAC;IAC3C,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,aAAa,EAAE,MAAM,CAAC;IACtB,WAAW,EAAE,MAAM,CAAC;IACpB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,2BAA2B,CAAC,EAAE,OAAO,CAAC;CACvC,GAAG,KAAK,CAAC,aAAa,CAAC,cAAc,CAAC,CAAC;AAExC,MAAM,MAAM,gBAAgB,GAAG,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,GAAG;IAC3D,SAAS,CAAC,EAAE,MAAM,IAAI,CAAC;IACvB,YAAY,CAAC,EAAE,MAAM,CAAC;CACvB,CAAC;AAsDF,eAAO,MAAM,wBAAwB;wGAUlC,6BAA6B;;CAgD/B,CAAC"}
@@ -5,6 +5,9 @@ export type StandardInputTextPromptProps = {
5
5
  placeholder?: string;
6
6
  className?: string;
7
7
  maxHeight?: string;
8
+ } & React.RefAttributes<HTMLTextAreaElement>;
9
+ export declare const StandardInputTextPrompt: {
10
+ ({ value, onChange, disabled, placeholder, className, maxHeight, ref, ...rest }: StandardInputTextPromptProps): import("react/jsx-runtime").JSX.Element;
11
+ displayName: string;
8
12
  };
9
- export declare const StandardInputTextPrompt: import("react").ForwardRefExoticComponent<StandardInputTextPromptProps & import("react").RefAttributes<HTMLTextAreaElement>>;
10
13
  //# sourceMappingURL=StandardInputTextPrompt.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"StandardInputTextPrompt.d.ts","sourceRoot":"","sources":["../../../../src/components/input/StandardInput/StandardInputTextPrompt.tsx"],"names":[],"mappings":"AAKA,MAAM,MAAM,4BAA4B,GAAG;IACzC,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IAClC,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,CAAC;AAEF,eAAO,MAAM,uBAAuB,8HAqBlC,CAAC"}
1
+ {"version":3,"file":"StandardInputTextPrompt.d.ts","sourceRoot":"","sources":["../../../../src/components/input/StandardInput/StandardInputTextPrompt.tsx"],"names":[],"mappings":"AAIA,MAAM,MAAM,4BAA4B,GAAG;IACzC,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IAClC,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,GAAG,KAAK,CAAC,aAAa,CAAC,mBAAmB,CAAC,CAAC;AAE7C,eAAO,MAAM,uBAAuB;qFASjC,4BAA4B;;CAkB9B,CAAC"}
@@ -1,8 +1,14 @@
1
1
  import { StandardInputImagePrompt } from "./StandardInputImagePrompt";
2
2
  import { StandardInputTextPrompt } from "./StandardInputTextPrompt";
3
3
  export declare const StandardInput: {
4
- TextPrompt: import("react").ForwardRefExoticComponent<import("./StandardInputTextPrompt").StandardInputTextPromptProps & import("react").RefAttributes<HTMLTextAreaElement>>;
5
- ImagePrompt: import("react").ForwardRefExoticComponent<import("./StandardInputImagePrompt").StandardInputImagePromptProps & import("react").RefAttributes<HTMLDivElement>>;
4
+ TextPrompt: {
5
+ ({ value, onChange, disabled, placeholder, className, maxHeight, ref, ...rest }: import("./StandardInputTextPrompt").StandardInputTextPromptProps): import("react/jsx-runtime").JSX.Element;
6
+ displayName: string;
7
+ };
8
+ ImagePrompt: {
9
+ ({ images, onImageAdd, onImageRemove, limit, dropZoneLabel, removeLabel, className, ref, ...rest }: import("./StandardInputImagePrompt").StandardInputImagePromptProps): import("react/jsx-runtime").JSX.Element;
10
+ displayName: string;
11
+ };
6
12
  };
7
13
  export default StandardInput;
8
14
  export { StandardInputTextPrompt, StandardInputImagePrompt };
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/input/StandardInput/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,wBAAwB,EAAE,MAAM,4BAA4B,CAAC;AACtE,OAAO,EAAE,uBAAuB,EAAE,MAAM,2BAA2B,CAAC;AAEpE,eAAO,MAAM,aAAa;;;CAGzB,CAAC;AAEF,eAAe,aAAa,CAAC;AAE7B,OAAO,EAAE,uBAAuB,EAAE,wBAAwB,EAAE,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/input/StandardInput/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,wBAAwB,EAAE,MAAM,4BAA4B,CAAC;AACtE,OAAO,EAAE,uBAAuB,EAAE,MAAM,2BAA2B,CAAC;AAEpE,eAAO,MAAM,aAAa;;;;;;;;;CAGzB,CAAC;AAEF,eAAe,aAAa,CAAC;AAE7B,OAAO,EAAE,uBAAuB,EAAE,wBAAwB,EAAE,CAAC"}
@@ -5,6 +5,8 @@ export type TagFieldProps = {
5
5
  helper?: string;
6
6
  onClear?: () => void;
7
7
  } & TextInputProps;
8
- export declare const TagFieldComponent: ({ label, helper, invalid, className, onClear, children, ...rest }: TagFieldProps, ref: React.Ref<HTMLInputElement>) => import("react/jsx-runtime").JSX.Element;
9
- export declare const TagField: React.ForwardRefExoticComponent<Omit<TagFieldProps, "ref"> & React.RefAttributes<HTMLInputElement>>;
8
+ export declare const TagField: {
9
+ ({ label, helper, invalid, className, onClear, children, ref, ...rest }: TagFieldProps): import("react/jsx-runtime").JSX.Element;
10
+ displayName: string;
11
+ };
10
12
  //# sourceMappingURL=TagField.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"TagField.d.ts","sourceRoot":"","sources":["../../../../src/components/input/TagField/TagField.tsx"],"names":[],"mappings":"AAGA,OAAO,KAA+B,MAAM,OAAO,CAAC;AAKpD,OAAO,EAAE,cAAc,EAAE,MAAM,wBAAwB,CAAC;AAExD,MAAM,MAAM,aAAa,GAAG;IAC1B,KAAK,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACxB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;CACtB,GAAG,cAAc,CAAC;AA4BnB,eAAO,MAAM,iBAAiB,GAC5B,mEAAmE,aAAa,EAChF,KAAK,KAAK,CAAC,GAAG,CAAC,gBAAgB,CAAC,4CAmDjC,CAAC;AAEF,eAAO,MAAM,QAAQ,qGAAiE,CAAC"}
1
+ {"version":3,"file":"TagField.d.ts","sourceRoot":"","sources":["../../../../src/components/input/TagField/TagField.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAmB,MAAM,OAAO,CAAC;AAKxC,OAAO,EAAE,cAAc,EAAE,MAAM,wBAAwB,CAAC;AAExD,MAAM,MAAM,aAAa,GAAG;IAC1B,KAAK,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACxB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;CACtB,GAAG,cAAc,CAAC;AA4BnB,eAAO,MAAM,QAAQ;6EASlB,aAAa;;CAkDf,CAAC"}
@@ -5,12 +5,9 @@ export type TextAreaProps = {
5
5
  invalid?: boolean;
6
6
  trailingElement?: React.ReactNode;
7
7
  autosized?: boolean;
8
- } & TextAreaAutosizeProps;
9
- export declare const TextArea: import("react").ForwardRefExoticComponent<{
10
- label?: string;
11
- helper?: string;
12
- invalid?: boolean;
13
- trailingElement?: React.ReactNode;
14
- autosized?: boolean;
15
- } & import("react-textarea-autosize").TextareaAutosizeProps & import("react").RefAttributes<HTMLTextAreaElement>>;
8
+ } & TextAreaAutosizeProps & React.RefAttributes<HTMLTextAreaElement>;
9
+ export declare const TextArea: {
10
+ ({ label, helper, className, invalid, trailingElement, autosized, style, ref, ...rest }: TextAreaProps): import("react/jsx-runtime").JSX.Element;
11
+ displayName: string;
12
+ };
16
13
  //# sourceMappingURL=TextArea.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"TextArea.d.ts","sourceRoot":"","sources":["../../../../src/components/input/TextArea/TextArea.tsx"],"names":[],"mappings":"AAMA,OAAO,EAAoB,qBAAqB,EAAE,MAAM,oBAAoB,CAAC;AAE7E,MAAM,MAAM,aAAa,GAAG;IAC1B,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,eAAe,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAClC,SAAS,CAAC,EAAE,OAAO,CAAC;CACrB,GAAG,qBAAqB,CAAC;AAE1B,eAAO,MAAM,QAAQ;YAPX,MAAM;aACL,MAAM;cACL,OAAO;sBACC,KAAK,CAAC,SAAS;gBACrB,OAAO;iHA+BpB,CAAC"}
1
+ {"version":3,"file":"TextArea.d.ts","sourceRoot":"","sources":["../../../../src/components/input/TextArea/TextArea.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAoB,qBAAqB,EAAE,MAAM,oBAAoB,CAAC;AAE7E,MAAM,MAAM,aAAa,GAAG;IAC1B,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,eAAe,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAClC,SAAS,CAAC,EAAE,OAAO,CAAC;CACrB,GAAG,qBAAqB,GACvB,KAAK,CAAC,aAAa,CAAC,mBAAmB,CAAC,CAAC;AAE3C,eAAO,MAAM,QAAQ;6FAUlB,aAAa;;CAyBf,CAAC"}