@photoroom/ui 0.1.252 → 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 (354) 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/TileSelectable.d.ts +2 -2
  112. package/components/content/Tile/TileSelectable.d.ts.map +1 -1
  113. package/components/content/ToolTile/ToolTile.d.ts +1 -1
  114. package/components/content/VisualToolTile/VisualToolTile.d.ts +2 -2
  115. package/components/dialog/Dialog/Dialog.d.ts +6 -5
  116. package/components/dialog/Dialog/Dialog.d.ts.map +1 -1
  117. package/components/dialog/Dialog/DialogCloseButton.d.ts +4 -3
  118. package/components/dialog/Dialog/DialogCloseButton.d.ts.map +1 -1
  119. package/components/dropdown/DropdownListBox/DropdownListBox.d.ts +4 -1
  120. package/components/dropdown/DropdownListBox/DropdownListBox.d.ts.map +1 -1
  121. package/components/dropdown/DropdownListBox/DropdownMenuSingleSelectionItem.d.ts +2 -4
  122. package/components/dropdown/DropdownListBox/DropdownMenuSingleSelectionItem.d.ts.map +1 -1
  123. package/components/dropdown/DropdownMenuItem/DropdownMenuItem.d.ts +5 -2
  124. package/components/dropdown/DropdownMenuItem/DropdownMenuItem.d.ts.map +1 -1
  125. package/components/dropdown/DropdownSearchField/DropdownSearchField.d.ts +4 -1
  126. package/components/dropdown/DropdownSearchField/DropdownSearchField.d.ts.map +1 -1
  127. package/components/dropdown/SpaceDropdown/DropdownMenuSpaceActionItem.d.ts +4 -1
  128. package/components/dropdown/SpaceDropdown/DropdownMenuSpaceActionItem.d.ts.map +1 -1
  129. package/components/dropdown/SpaceDropdown/SpacePullDownButton.d.ts +4 -1
  130. package/components/dropdown/SpaceDropdown/SpacePullDownButton.d.ts.map +1 -1
  131. package/components/editor/ColorPicker/ColorWheel/ColorWheel.d.ts +7 -2
  132. package/components/editor/ColorPicker/ColorWheel/ColorWheel.d.ts.map +1 -1
  133. package/components/editor/ColorSwatch/ColorSwatch.d.ts +4 -1
  134. package/components/editor/ColorSwatch/ColorSwatch.d.ts.map +1 -1
  135. package/components/editor/FloatingPanel/FloatingPanel.d.ts +4 -1
  136. package/components/editor/FloatingPanel/FloatingPanel.d.ts.map +1 -1
  137. package/components/editor/FloatingPanel/FloatingPanelHeader.d.ts +4 -1
  138. package/components/editor/FloatingPanel/FloatingPanelHeader.d.ts.map +1 -1
  139. package/components/editor/ListItem/ListItem.d.ts +4 -1
  140. package/components/editor/ListItem/ListItem.d.ts.map +1 -1
  141. package/components/editor/ObjectItem/ObjectItem.d.ts +4 -1
  142. package/components/editor/ObjectItem/ObjectItem.d.ts.map +1 -1
  143. package/components/editor/Pill/Pill.d.ts +8 -14
  144. package/components/editor/Pill/Pill.d.ts.map +1 -1
  145. package/components/editor/Pill/PillButton.d.ts +4 -1
  146. package/components/editor/Pill/PillButton.d.ts.map +1 -1
  147. package/components/editor/Pill/PillToggle.d.ts +4 -1
  148. package/components/editor/Pill/PillToggle.d.ts.map +1 -1
  149. package/components/editor/PresenceObjectBox/PresenceObjectPill.d.ts +4 -1
  150. package/components/editor/PresenceObjectBox/PresenceObjectPill.d.ts.map +1 -1
  151. package/components/editor/SelectionObjectBox/MoveableSelectionObjectBox.d.ts +7 -2
  152. package/components/editor/SelectionObjectBox/MoveableSelectionObjectBox.d.ts.map +1 -1
  153. package/components/editor/SelectionObjectBox/SelectionObjectBox.d.ts +17 -6
  154. package/components/editor/SelectionObjectBox/SelectionObjectBox.d.ts.map +1 -1
  155. package/components/editor/TextureSwatch/TextureSwatch.d.ts +4 -1
  156. package/components/editor/TextureSwatch/TextureSwatch.d.ts.map +1 -1
  157. package/components/editor/ZoomPill/ZoomPill.d.ts +8 -2
  158. package/components/editor/ZoomPill/ZoomPill.d.ts.map +1 -1
  159. package/components/editor/ZoomPill/ZoomPillButton.d.ts +8 -2
  160. package/components/editor/ZoomPill/ZoomPillButton.d.ts.map +1 -1
  161. package/components/feed/ChoiceFeedTileGroup/ChoiceFeedTile.d.ts +5 -12
  162. package/components/feed/ChoiceFeedTileGroup/ChoiceFeedTile.d.ts.map +1 -1
  163. package/components/feed/ChoiceFeedTileGroup/ChoiceFeedTileGroup.d.ts +4 -11
  164. package/components/feed/ChoiceFeedTileGroup/ChoiceFeedTileGroup.d.ts.map +1 -1
  165. package/components/feed/FeedTile/LazyImage.d.ts +8 -2
  166. package/components/feed/FeedTile/LazyImage.d.ts.map +1 -1
  167. package/components/feed/Prompt/Prompt.d.ts +4 -1
  168. package/components/feed/Prompt/Prompt.d.ts.map +1 -1
  169. package/components/feed/PromptSuggestion/PromptSuggestion.d.ts +7 -1
  170. package/components/feed/PromptSuggestion/PromptSuggestion.d.ts.map +1 -1
  171. package/components/feed/TextSuggestion/TextSuggestion.d.ts +4 -1
  172. package/components/feed/TextSuggestion/TextSuggestion.d.ts.map +1 -1
  173. package/components/input/CheckboxPullDown/CheckboxPullDown.d.ts +4 -1
  174. package/components/input/CheckboxPullDown/CheckboxPullDown.d.ts.map +1 -1
  175. package/components/input/CodeInput/CodeInput.d.ts +5 -10
  176. package/components/input/CodeInput/CodeInput.d.ts.map +1 -1
  177. package/components/input/CodeInput/CodeInputField.d.ts +5 -6
  178. package/components/input/CodeInput/CodeInputField.d.ts.map +1 -1
  179. package/components/input/DomainField/DomainField.d.ts +4 -1
  180. package/components/input/DomainField/DomainField.d.ts.map +1 -1
  181. package/components/input/DropdownSelectionMenu/DropdownMenuMultipleSelectionItem.d.ts +5 -12
  182. package/components/input/DropdownSelectionMenu/DropdownMenuMultipleSelectionItem.d.ts.map +1 -1
  183. package/components/input/DropdownSelectionMenu/SelectTrigger.d.ts +5 -8
  184. package/components/input/DropdownSelectionMenu/SelectTrigger.d.ts.map +1 -1
  185. package/components/input/FieldLabel/FieldLabel.d.ts +2 -4
  186. package/components/input/FieldLabel/FieldLabel.d.ts.map +1 -1
  187. package/components/input/FloatingInput/FloatingInput.d.ts +4 -1
  188. package/components/input/FloatingInput/FloatingInput.d.ts.map +1 -1
  189. package/components/input/FolderList/FolderList.d.ts +4 -1
  190. package/components/input/FolderList/FolderList.d.ts.map +1 -1
  191. package/components/input/FolderList/FolderListButton.d.ts +4 -1
  192. package/components/input/FolderList/FolderListButton.d.ts.map +1 -1
  193. package/components/input/FontWeightSelectorItem/FontWeightSelectorItem.d.ts +5 -7
  194. package/components/input/FontWeightSelectorItem/FontWeightSelectorItem.d.ts.map +1 -1
  195. package/components/input/IconSwitch/IconSwitch.d.ts +5 -18
  196. package/components/input/IconSwitch/IconSwitch.d.ts.map +1 -1
  197. package/components/input/ImageWidget/ImageWidget.d.ts +4 -1
  198. package/components/input/ImageWidget/ImageWidget.d.ts.map +1 -1
  199. package/components/input/ImageWidget/ImageWidgetButton.d.ts +4 -5
  200. package/components/input/ImageWidget/ImageWidgetButton.d.ts.map +1 -1
  201. package/components/input/ImportWidget/ImportWidget.d.ts +4 -1
  202. package/components/input/ImportWidget/ImportWidget.d.ts.map +1 -1
  203. package/components/input/InlineSelector/InlineSelector.d.ts +5 -4
  204. package/components/input/InlineSelector/InlineSelector.d.ts.map +1 -1
  205. package/components/input/LargeOptionTile/LargeOptionTile.d.ts +5 -15
  206. package/components/input/LargeOptionTile/LargeOptionTile.d.ts.map +1 -1
  207. package/components/input/NumberField/NumberField.d.ts +5 -27
  208. package/components/input/NumberField/NumberField.d.ts.map +1 -1
  209. package/components/input/OptionGroup/OptionGroup.d.ts +9 -8
  210. package/components/input/OptionGroup/OptionGroup.d.ts.map +1 -1
  211. package/components/input/OptionGroup/OptionGroupItem/OptionGroupItem.d.ts +5 -8
  212. package/components/input/OptionGroup/OptionGroupItem/OptionGroupItem.d.ts.map +1 -1
  213. package/components/input/OptionSelectionListItem/OptionSelectionListItem.d.ts +5 -17
  214. package/components/input/OptionSelectionListItem/OptionSelectionListItem.d.ts.map +1 -1
  215. package/components/input/OptionTile/OptionTile.d.ts +5 -20
  216. package/components/input/OptionTile/OptionTile.d.ts.map +1 -1
  217. package/components/input/PanelStandardInput/PanelStandardInput.d.ts +5 -12
  218. package/components/input/PanelStandardInput/PanelStandardInput.d.ts.map +1 -1
  219. package/components/input/PlaceholderTile/PlaceholderTile.d.ts +5 -13
  220. package/components/input/PlaceholderTile/PlaceholderTile.d.ts.map +1 -1
  221. package/components/input/PromptInput/PromptInput.d.ts +4 -1
  222. package/components/input/PromptInput/PromptInput.d.ts.map +1 -1
  223. package/components/input/SearchableSelect/SearchableSelect.d.ts +14 -9
  224. package/components/input/SearchableSelect/SearchableSelect.d.ts.map +1 -1
  225. package/components/input/SearchableSelect/SearchableSelectItem.d.ts +5 -6
  226. package/components/input/SearchableSelect/SearchableSelectItem.d.ts.map +1 -1
  227. package/components/input/SearchableSelect/SearchableSelectPrimitive.d.ts +5 -2
  228. package/components/input/SearchableSelect/SearchableSelectPrimitive.d.ts.map +1 -1
  229. package/components/input/SearchableSelect/SearchableSelectTrigger.d.ts +4 -1
  230. package/components/input/SearchableSelect/SearchableSelectTrigger.d.ts.map +1 -1
  231. package/components/input/SelectField/SelectField.d.ts +4 -1
  232. package/components/input/SelectField/SelectField.d.ts.map +1 -1
  233. package/components/input/StandardInput/StandardInputImagePrompt.d.ts +5 -2
  234. package/components/input/StandardInput/StandardInputImagePrompt.d.ts.map +1 -1
  235. package/components/input/StandardInput/StandardInputTextPrompt.d.ts +4 -1
  236. package/components/input/StandardInput/StandardInputTextPrompt.d.ts.map +1 -1
  237. package/components/input/StandardInput/index.d.ts +8 -2
  238. package/components/input/StandardInput/index.d.ts.map +1 -1
  239. package/components/input/TagField/TagField.d.ts +4 -2
  240. package/components/input/TagField/TagField.d.ts.map +1 -1
  241. package/components/input/TextArea/TextArea.d.ts +5 -8
  242. package/components/input/TextArea/TextArea.d.ts.map +1 -1
  243. package/components/input/TextArea/TextAreaAutosize.d.ts +5 -2
  244. package/components/input/TextArea/TextAreaAutosize.d.ts.map +1 -1
  245. package/components/input/TextEditionBox/TextEditionBox.d.ts +5 -2
  246. package/components/input/TextEditionBox/TextEditionBox.d.ts.map +1 -1
  247. package/components/input/TextField/TextField.d.ts +4 -1
  248. package/components/input/TextField/TextField.d.ts.map +1 -1
  249. package/components/input/TextInput/TextInput.d.ts +4 -1
  250. package/components/input/TextInput/TextInput.d.ts.map +1 -1
  251. package/components/list/FontFamilyRow/FontFamilyRow.d.ts +6 -1
  252. package/components/list/FontFamilyRow/FontFamilyRow.d.ts.map +1 -1
  253. package/components/list/SizeListItem/SizeListItem.d.ts +5 -7
  254. package/components/list/SizeListItem/SizeListItem.d.ts.map +1 -1
  255. package/components/list/VariantListItem/VariantsListItem.d.ts +4 -4
  256. package/components/list/VariantListItem/VariantsListItemLeading.d.ts +5 -5
  257. package/components/list/VariantListItem/VariantsListItemLeading.d.ts.map +1 -1
  258. package/components/navigation/SideNavigation/SideNavigationHeader/SideNavigationHeader.d.ts +4 -8
  259. package/components/navigation/SideNavigation/SideNavigationHeader/SideNavigationHeader.d.ts.map +1 -1
  260. package/components/navigation/SideNavigation/SideNavigationItem/SideNavigationItem.d.ts +2 -4
  261. package/components/navigation/SideNavigation/SideNavigationItem/SideNavigationItem.d.ts.map +1 -1
  262. package/components/navigation/TabNavigation/TabNavigation.d.ts +19 -13
  263. package/components/navigation/TabNavigation/TabNavigation.d.ts.map +1 -1
  264. package/components/navigation/TabNavigation/TabNavigationItem.d.ts +5 -6
  265. package/components/navigation/TabNavigation/TabNavigationItem.d.ts.map +1 -1
  266. package/components/navigation/Tabs/TabsItem.d.ts +2 -3
  267. package/components/navigation/Tabs/TabsItem.d.ts.map +1 -1
  268. package/components/navigation/TagGroup/Tag/Tag.d.ts +2 -4
  269. package/components/navigation/TagGroup/Tag/Tag.d.ts.map +1 -1
  270. package/components/navigation/TagGroup/TagGroup.d.ts +1 -19
  271. package/components/navigation/TagGroup/TagGroup.d.ts.map +1 -1
  272. package/components/navigation/TagNavigation/TagNavigationItem.d.ts +2 -4
  273. package/components/navigation/TagNavigation/TagNavigationItem.d.ts.map +1 -1
  274. package/components/navigation/ToolMenuButton/ToolMenuButton.d.ts +4 -1
  275. package/components/navigation/ToolMenuButton/ToolMenuButton.d.ts.map +1 -1
  276. package/components/onboarding/ChoiceGroup/ChoiceGroup.d.ts +5 -7
  277. package/components/onboarding/ChoiceGroup/ChoiceGroup.d.ts.map +1 -1
  278. package/components/onboarding/ChoiceGroup/ChoiceMultiple/ChoiceMultipleGroup.d.ts +12 -5
  279. package/components/onboarding/ChoiceGroup/ChoiceMultiple/ChoiceMultipleGroup.d.ts.map +1 -1
  280. package/components/onboarding/ChoiceGroup/ChoiceMultiple/ChoiceMultipleTile.d.ts +5 -2
  281. package/components/onboarding/ChoiceGroup/ChoiceMultiple/ChoiceMultipleTile.d.ts.map +1 -1
  282. package/components/onboarding/ChoiceGroup/ChoiceMultiple/ListChoiceMultipleExpandTile.d.ts +5 -4
  283. package/components/onboarding/ChoiceGroup/ChoiceMultiple/ListChoiceMultipleExpandTile.d.ts.map +1 -1
  284. package/components/onboarding/ChoiceGroup/ChoiceMultiple/ListChoiceMultipleTile.d.ts +5 -2
  285. package/components/onboarding/ChoiceGroup/ChoiceMultiple/ListChoiceMultipleTile.d.ts.map +1 -1
  286. package/components/onboarding/ChoiceGroup/ChoiceTile.d.ts +5 -2
  287. package/components/onboarding/ChoiceGroup/ChoiceTile.d.ts.map +1 -1
  288. package/components/polymorphic.d.ts +16 -22
  289. package/components/polymorphic.d.ts.map +1 -1
  290. package/components/status/Badge/Badge.d.ts +5 -2
  291. package/components/status/Badge/Badge.d.ts.map +1 -1
  292. package/components/status/Badge/StudioBadge.d.ts +4 -1
  293. package/components/status/Badge/StudioBadge.d.ts.map +1 -1
  294. package/components/status/ListingScoreButton/ListingScoreButton.d.ts +5 -7
  295. package/components/status/ListingScoreButton/ListingScoreButton.d.ts.map +1 -1
  296. package/components/status/SelectionBadge/SelectionBadge.d.ts +5 -8
  297. package/components/status/SelectionBadge/SelectionBadge.d.ts.map +1 -1
  298. package/components/structure/PanelHeader/PanelHeader.d.ts +8 -4
  299. package/components/structure/PanelHeader/PanelHeader.d.ts.map +1 -1
  300. package/components/structure/PanelHeader/PanelHeaderSwitcherButton.d.ts +4 -3
  301. package/components/structure/PanelHeader/PanelHeaderSwitcherButton.d.ts.map +1 -1
  302. package/components/structure/PanelHeader/PanelHeaderTrailing.d.ts +4 -1
  303. package/components/structure/PanelHeader/PanelHeaderTrailing.d.ts.map +1 -1
  304. package/components/unsorted/FileUploader/HiddenFileInput.d.ts +4 -1
  305. package/components/unsorted/FileUploader/HiddenFileInput.d.ts.map +1 -1
  306. package/components/unsorted/HighLightedText/HighLightedText.d.ts +2 -3
  307. package/components/unsorted/HighLightedText/HighLightedText.d.ts.map +1 -1
  308. package/components/unsorted/Tooltip/TooltipHOC.d.ts +4 -5
  309. package/components/unsorted/Tooltip/TooltipHOC.d.ts.map +1 -1
  310. package/components/website/ArticleHeroBlock/ArticleContent.d.ts +4 -1
  311. package/components/website/ArticleHeroBlock/ArticleContent.d.ts.map +1 -1
  312. package/components/website/BlockBackground/BlockBackground.d.ts +2 -4
  313. package/components/website/BlockBackground/BlockBackground.d.ts.map +1 -1
  314. package/components/website/BlogSubtleActionBlock/BlogSubtleActionBlock.d.ts +2 -4
  315. package/components/website/BlogSubtleActionBlock/BlogSubtleActionBlock.d.ts.map +1 -1
  316. package/components/website/FooterBlockV2/FooterV2Block.d.ts +1 -15
  317. package/components/website/FooterBlockV2/FooterV2LinkBlock.d.ts +2 -3
  318. package/components/website/FooterBlockV2/FooterV2LinkBlock.d.ts.map +1 -1
  319. package/components/website/Glossary/GlossaryAlphabet.d.ts +4 -1
  320. package/components/website/Glossary/GlossaryAlphabet.d.ts.map +1 -1
  321. package/components/website/Glossary/GlossaryLetterLink.d.ts +4 -1
  322. package/components/website/Glossary/GlossaryLetterLink.d.ts.map +1 -1
  323. package/components/website/Glossary/GlossaryTermCard.d.ts +2 -4
  324. package/components/website/Glossary/GlossaryTermCard.d.ts.map +1 -1
  325. package/components/website/PricingHeroBlock/ApiPricing/ApiPricingCardsContainer/PricingPullDownButton.d.ts +5 -4
  326. package/components/website/PricingHeroBlock/ApiPricing/ApiPricingCardsContainer/PricingPullDownButton.d.ts.map +1 -1
  327. package/components/website/PricingPicker/PricingPickerButton.d.ts +15 -12
  328. package/components/website/PricingPicker/PricingPickerButton.d.ts.map +1 -1
  329. package/components/website/TagCloudBlock/TagCloudBlock.d.ts +1 -19
  330. package/components/website/TagCloudBlock/TagCloudBlock.d.ts.map +1 -1
  331. package/components/website/ToolCard/ToolCard.d.ts +2 -4
  332. package/components/website/ToolCard/ToolCard.d.ts.map +1 -1
  333. package/components/website/ToolLinkCard/ToolLinkCard.d.ts +2 -4
  334. package/components/website/ToolLinkCard/ToolLinkCard.d.ts.map +1 -1
  335. package/components/website/ToolSmallCard/ToolSmallCard.d.ts +2 -4
  336. package/components/website/ToolSmallCard/ToolSmallCard.d.ts.map +1 -1
  337. package/components/website/WebsiteNavigation/WebsiteNavigationButton.d.ts +5 -2
  338. package/components/website/WebsiteNavigation/WebsiteNavigationButton.d.ts.map +1 -1
  339. package/components/website/WebsiteNavigation/WebsiteNavigationCtaSection.d.ts +4 -1
  340. package/components/website/WebsiteNavigation/WebsiteNavigationCtaSection.d.ts.map +1 -1
  341. package/components/website/WebsiteNavigation/WebsiteNavigationItem.d.ts +2 -2
  342. package/components/website/WebsiteNavigation/WebsiteNavigationItem.d.ts.map +1 -1
  343. package/components/website/WebsiteNavigation/WebsiteNavigationMoreItem.d.ts +2 -2
  344. package/components/website/WebsiteNavigation/WebsiteNavigationMoreItem.d.ts.map +1 -1
  345. package/components/website/WebsiteNavigation/WebsiteNavigationOverlayLink.d.ts +2 -2
  346. package/components/website/WebsiteNavigation/WebsiteNavigationOverlayLink.d.ts.map +1 -1
  347. package/components/website/WebsiteNavigation/WebsiteNavigationSection.d.ts +4 -1
  348. package/components/website/WebsiteNavigation/WebsiteNavigationSection.d.ts.map +1 -1
  349. package/components/website/WebsiteNavigation/WebsiteNavigationStory.d.ts +2 -2
  350. package/components/website/WebsiteNavigation/WebsiteNavigationStory.d.ts.map +1 -1
  351. package/components/website/WebsiteNavigation/WebsiteNavigationTestimonial.d.ts +2 -2
  352. package/components/website/WebsiteNavigation/WebsiteNavigationTestimonial.d.ts.map +1 -1
  353. package/index.mjs +13144 -13143
  354. package/package.json +2 -1
@@ -1 +1 @@
1
- {"version":3,"file":"SelectionObjectBox.d.ts","sourceRoot":"","sources":["../../../../src/components/editor/SelectionObjectBox/SelectionObjectBox.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAE,0BAA0B,EAAE,MAAM,8BAA8B,CAAC;AAG1E,KAAK,2BAA2B,GAAG;IACjC,QAAQ,EAAE,OAAO,0BAA0B,CAAC;CAC7C,GAAG,KAAK,CAAC,yBAAyB,CAAC,uBAAuB,GAAG,KAAK,CAAC,aAAa,CAAC,cAAc,CAAC,CAAC,CAAC;AAEnG,MAAM,MAAM,uBAAuB,GAAG;IACpC,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,IAAI,EAAE,MAAM,CAAC;IACb,GAAG,EAAE,MAAM,CAAC;IACZ,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,MAAM,CAAC;IACf,SAAS,EAAE,MAAM,CAAC;IAClB,aAAa,CAAC,EAAE,KAAK,CAAC,mBAAmB,CAAC,cAAc,CAAC,CAAC;IAC1D,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CAC5B,CAAC;AAEF,eAAO,MAAM,kBAAkB,EAuB1B,2BAA2B,CAAC"}
1
+ {"version":3,"file":"SelectionObjectBox.d.ts","sourceRoot":"","sources":["../../../../src/components/editor/SelectionObjectBox/SelectionObjectBox.tsx"],"names":[],"mappings":"AAIA,MAAM,MAAM,uBAAuB,GAAG;IACpC,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,IAAI,EAAE,MAAM,CAAC;IACb,GAAG,EAAE,MAAM,CAAC;IACZ,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,MAAM,CAAC;IACf,SAAS,EAAE,MAAM,CAAC;IAClB,aAAa,CAAC,EAAE,KAAK,CAAC,mBAAmB,CAAC,cAAc,CAAC,CAAC;IAC1D,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CAC5B,GAAG,KAAK,CAAC,aAAa,CAAC,cAAc,CAAC,CAAC;AAExC,eAAO,MAAM,kBAAkB;iFAU5B,uBAAuB;;;;;;;;;;;;;;;CAqBzB,CAAC"}
@@ -2,5 +2,8 @@ export type TextureSwatchProps = Readonly<{
2
2
  label?: string;
3
3
  selected?: boolean;
4
4
  }> & React.ComponentProps<"button">;
5
- export declare const TextureSwatch: import("react").ForwardRefExoticComponent<Omit<TextureSwatchProps, "ref"> & import("react").RefAttributes<HTMLButtonElement>>;
5
+ export declare const TextureSwatch: {
6
+ ({ label, selected, className, ref, ...props }: TextureSwatchProps): import("react/jsx-runtime").JSX.Element;
7
+ displayName: string;
8
+ };
6
9
  //# sourceMappingURL=TextureSwatch.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"TextureSwatch.d.ts","sourceRoot":"","sources":["../../../../src/components/editor/TextureSwatch/TextureSwatch.tsx"],"names":[],"mappings":"AA0CA,MAAM,MAAM,kBAAkB,GAAG,QAAQ,CAAC;IACxC,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB,CAAC,GACA,KAAK,CAAC,cAAc,CAAC,QAAQ,CAAC,CAAC;AAEjC,eAAO,MAAM,aAAa,+HAYzB,CAAC"}
1
+ {"version":3,"file":"TextureSwatch.d.ts","sourceRoot":"","sources":["../../../../src/components/editor/TextureSwatch/TextureSwatch.tsx"],"names":[],"mappings":"AAyCA,MAAM,MAAM,kBAAkB,GAAG,QAAQ,CAAC;IACxC,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB,CAAC,GACA,KAAK,CAAC,cAAc,CAAC,QAAQ,CAAC,CAAC;AAEjC,eAAO,MAAM,aAAa;oDAMvB,kBAAkB;;CAUpB,CAAC"}
@@ -1,8 +1,14 @@
1
1
  export type ZoomPillProps = React.ComponentProps<"div">;
2
2
  export declare const ZoomPill: {
3
3
  ({ className, ...props }: ZoomPillProps): import("react/jsx-runtime").JSX.Element;
4
- MinusButton: import("react").ForwardRefExoticComponent<Omit<import("./ZoomPillButton").ZoomPillButtonProps, "ref"> & import("react").RefAttributes<HTMLButtonElement>>;
5
- PlusButton: import("react").ForwardRefExoticComponent<Omit<import("./ZoomPillButton").ZoomPillButtonProps, "ref"> & import("react").RefAttributes<HTMLButtonElement>>;
4
+ MinusButton: {
5
+ ({ className, ref, ...props }: import("./ZoomPillButton").ZoomPillButtonProps): import("react/jsx-runtime").JSX.Element;
6
+ displayName: string;
7
+ };
8
+ PlusButton: {
9
+ ({ className, ref, ...props }: import("./ZoomPillButton").ZoomPillButtonProps): import("react/jsx-runtime").JSX.Element;
10
+ displayName: string;
11
+ };
6
12
  Divider: {
7
13
  (): import("react/jsx-runtime").JSX.Element;
8
14
  displayName: string;
@@ -1 +1 @@
1
- {"version":3,"file":"ZoomPill.d.ts","sourceRoot":"","sources":["../../../../src/components/editor/ZoomPill/ZoomPill.tsx"],"names":[],"mappings":"AAIA,MAAM,MAAM,aAAa,GAAG,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,CAAC;AAExD,eAAO,MAAM,QAAQ;8BAA6B,aAAa;;;;;;;CAa9D,CAAC"}
1
+ {"version":3,"file":"ZoomPill.d.ts","sourceRoot":"","sources":["../../../../src/components/editor/ZoomPill/ZoomPill.tsx"],"names":[],"mappings":"AAIA,MAAM,MAAM,aAAa,GAAG,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,CAAC;AAExD,eAAO,MAAM,QAAQ;8BAA6B,aAAa;;;;;;;;;;;;;CAa9D,CAAC"}
@@ -1,4 +1,10 @@
1
1
  export type ZoomPillButtonProps = Omit<React.ComponentProps<"button">, "children">;
2
- export declare const ZoomPillMinusButton: import("react").ForwardRefExoticComponent<Omit<ZoomPillButtonProps, "ref"> & import("react").RefAttributes<HTMLButtonElement>>;
3
- export declare const ZoomPillPlusButton: import("react").ForwardRefExoticComponent<Omit<ZoomPillButtonProps, "ref"> & import("react").RefAttributes<HTMLButtonElement>>;
2
+ export declare const ZoomPillMinusButton: {
3
+ ({ className, ref, ...props }: ZoomPillButtonProps): import("react/jsx-runtime").JSX.Element;
4
+ displayName: string;
5
+ };
6
+ export declare const ZoomPillPlusButton: {
7
+ ({ className, ref, ...props }: ZoomPillButtonProps): import("react/jsx-runtime").JSX.Element;
8
+ displayName: string;
9
+ };
4
10
  //# sourceMappingURL=ZoomPillButton.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ZoomPillButton.d.ts","sourceRoot":"","sources":["../../../../src/components/editor/ZoomPill/ZoomPillButton.tsx"],"names":[],"mappings":"AAKA,MAAM,MAAM,mBAAmB,GAAG,IAAI,CAAC,KAAK,CAAC,cAAc,CAAC,QAAQ,CAAC,EAAE,UAAU,CAAC,CAAC;AA0CnF,eAAO,MAAM,mBAAmB,gIAI/B,CAAC;AACF,eAAO,MAAM,kBAAkB,gIAI9B,CAAC"}
1
+ {"version":3,"file":"ZoomPillButton.d.ts","sourceRoot":"","sources":["../../../../src/components/editor/ZoomPill/ZoomPillButton.tsx"],"names":[],"mappings":"AAIA,MAAM,MAAM,mBAAmB,GAAG,IAAI,CAAC,KAAK,CAAC,cAAc,CAAC,QAAQ,CAAC,EAAE,UAAU,CAAC,CAAC;AAwCnF,eAAO,MAAM,mBAAmB;mCAjCmB,mBAAmB;;CAqCrE,CAAC;AACF,eAAO,MAAM,kBAAkB;mCAtCoB,mBAAmB;;CA0CrE,CAAC"}
@@ -9,16 +9,9 @@ export type ChoiceFeedTileProps = Omit<RadioGroup.RadioGroupItemProps, "children
9
9
  error?: React.ReactNode;
10
10
  aspectRatio?: string;
11
11
  containerClassName?: string;
12
- }>;
13
- export declare const ChoiceFeedTile: import("react").ForwardRefExoticComponent<Omit<RadioGroup.RadioGroupItemProps, "children"> & Readonly<{
14
- label: React.ReactNode;
15
- previewUrl?: string;
16
- previewBitmap?: ImageBitmap;
17
- showLabel?: boolean;
18
- isLoading?: boolean;
19
- onLoad?: () => void;
20
- error?: React.ReactNode;
21
- aspectRatio?: string;
22
- containerClassName?: string;
23
- }> & import("react").RefAttributes<HTMLButtonElement>>;
12
+ }> & React.RefAttributes<HTMLButtonElement>;
13
+ export declare const ChoiceFeedTile: {
14
+ ({ label, previewUrl, previewBitmap, showLabel, isLoading, onLoad, error, aspectRatio, className, containerClassName, ref, ...props }: ChoiceFeedTileProps): import("react/jsx-runtime").JSX.Element;
15
+ displayName: string;
16
+ };
24
17
  //# sourceMappingURL=ChoiceFeedTile.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ChoiceFeedTile.d.ts","sourceRoot":"","sources":["../../../../src/components/feed/ChoiceFeedTileGroup/ChoiceFeedTile.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,UAAU,MAAM,6BAA6B,CAAC;AAS1D,MAAM,MAAM,mBAAmB,GAAG,IAAI,CAAC,UAAU,CAAC,mBAAmB,EAAE,UAAU,CAAC,GAChF,QAAQ,CAAC;IACP,KAAK,EAAE,KAAK,CAAC,SAAS,CAAC;IACvB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,aAAa,CAAC,EAAE,WAAW,CAAC;IAC5B,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,MAAM,CAAC,EAAE,MAAM,IAAI,CAAC;IACpB,KAAK,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACxB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,kBAAkB,CAAC,EAAE,MAAM,CAAC;CAC7B,CAAC,CAAC;AAEL,eAAO,MAAM,cAAc;WAXhB,KAAK,CAAC,SAAS;iBACT,MAAM;oBACH,WAAW;gBACf,OAAO;gBACP,OAAO;aACV,MAAM,IAAI;YACX,KAAK,CAAC,SAAS;kBACT,MAAM;yBACC,MAAM;sDAiI9B,CAAC"}
1
+ {"version":3,"file":"ChoiceFeedTile.d.ts","sourceRoot":"","sources":["../../../../src/components/feed/ChoiceFeedTileGroup/ChoiceFeedTile.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,UAAU,MAAM,6BAA6B,CAAC;AAS1D,MAAM,MAAM,mBAAmB,GAAG,IAAI,CAAC,UAAU,CAAC,mBAAmB,EAAE,UAAU,CAAC,GAChF,QAAQ,CAAC;IACP,KAAK,EAAE,KAAK,CAAC,SAAS,CAAC;IACvB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,aAAa,CAAC,EAAE,WAAW,CAAC;IAC5B,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,MAAM,CAAC,EAAE,MAAM,IAAI,CAAC;IACpB,KAAK,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACxB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,kBAAkB,CAAC,EAAE,MAAM,CAAC;CAC7B,CAAC,GACF,KAAK,CAAC,aAAa,CAAC,iBAAiB,CAAC,CAAC;AAEzC,eAAO,MAAM,cAAc;2IAaxB,mBAAmB;;CA6GrB,CAAC"}
@@ -2,16 +2,9 @@ import * as RadioGroup from "@radix-ui/react-radio-group";
2
2
  export type ChoiceFeedTileGroupProps = RadioGroup.RadioGroupProps;
3
3
  export declare const ChoiceFeedTileGroup: {
4
4
  (props: ChoiceFeedTileGroupProps): import("react/jsx-runtime").JSX.Element;
5
- Item: import("react").ForwardRefExoticComponent<Omit<RadioGroup.RadioGroupItemProps, "children"> & Readonly<{
6
- label: React.ReactNode;
7
- previewUrl?: string;
8
- previewBitmap?: ImageBitmap;
9
- showLabel?: boolean;
10
- isLoading?: boolean;
11
- onLoad?: () => void;
12
- error?: React.ReactNode;
13
- aspectRatio?: string;
14
- containerClassName?: string;
15
- }> & import("react").RefAttributes<HTMLButtonElement>>;
5
+ Item: {
6
+ ({ label, previewUrl, previewBitmap, showLabel, isLoading, onLoad, error, aspectRatio, className, containerClassName, ref, ...props }: import("./ChoiceFeedTile").ChoiceFeedTileProps): import("react/jsx-runtime").JSX.Element;
7
+ displayName: string;
8
+ };
16
9
  };
17
10
  //# sourceMappingURL=ChoiceFeedTileGroup.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ChoiceFeedTileGroup.d.ts","sourceRoot":"","sources":["../../../../src/components/feed/ChoiceFeedTileGroup/ChoiceFeedTileGroup.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,UAAU,MAAM,6BAA6B,CAAC;AAM1D,MAAM,MAAM,wBAAwB,GAAG,UAAU,CAAC,eAAe,CAAC;AAElE,eAAO,MAAM,mBAAmB;YAAW,wBAAwB;;;;;;;;;;;;CASlE,CAAC"}
1
+ {"version":3,"file":"ChoiceFeedTileGroup.d.ts","sourceRoot":"","sources":["../../../../src/components/feed/ChoiceFeedTileGroup/ChoiceFeedTileGroup.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,UAAU,MAAM,6BAA6B,CAAC;AAM1D,MAAM,MAAM,wBAAwB,GAAG,UAAU,CAAC,eAAe,CAAC;AAElE,eAAO,MAAM,mBAAmB;YAAW,wBAAwB;;;;;CASlE,CAAC"}
@@ -1,6 +1,12 @@
1
- export declare const LazyImage: import("react").ForwardRefExoticComponent<Omit<import("react").DetailedHTMLProps<import("react").ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>, "ref"> & {
1
+ import { ComponentPropsWithoutRef } from "react";
2
+ type LazyImageProps = ComponentPropsWithoutRef<"img"> & {
2
3
  fadeInDuration?: number;
3
4
  eagerLoad?: boolean;
4
5
  imgClassName?: string;
5
- } & import("react").RefAttributes<HTMLImageElement>>;
6
+ } & React.RefAttributes<HTMLImageElement>;
7
+ export declare const LazyImage: {
8
+ ({ fadeInDuration, className, imgClassName, style, onLoad, eagerLoad, ref, ...props }: LazyImageProps): import("react/jsx-runtime").JSX.Element;
9
+ displayName: string;
10
+ };
11
+ export {};
6
12
  //# sourceMappingURL=LazyImage.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"LazyImage.d.ts","sourceRoot":"","sources":["../../../../src/components/feed/FeedTile/LazyImage.tsx"],"names":[],"mappings":"AASA,eAAO,MAAM,SAAS;qBALH,MAAM;gBACX,OAAO;mBACJ,MAAM;oDAsCtB,CAAC"}
1
+ {"version":3,"file":"LazyImage.d.ts","sourceRoot":"","sources":["../../../../src/components/feed/FeedTile/LazyImage.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,wBAAwB,EAA4B,MAAM,OAAO,CAAC;AAG3E,KAAK,cAAc,GAAG,wBAAwB,CAAC,KAAK,CAAC,GAAG;IACtD,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,YAAY,CAAC,EAAE,MAAM,CAAC;CACvB,GAAG,KAAK,CAAC,aAAa,CAAC,gBAAgB,CAAC,CAAC;AAE1C,eAAO,MAAM,SAAS;2FASnB,cAAc;;CA8BhB,CAAC"}
@@ -2,6 +2,9 @@ import { ComponentPropsWithRef } from "react";
2
2
  type PromptProps = ComponentPropsWithRef<"button"> & {
3
3
  image?: string;
4
4
  };
5
- export declare const Prompt: import("react").ForwardRefExoticComponent<Omit<PromptProps, "ref"> & import("react").RefAttributes<HTMLButtonElement>>;
5
+ export declare const Prompt: {
6
+ ({ className, image, children, ref, ...props }: PromptProps): import("react/jsx-runtime").JSX.Element;
7
+ displayName: string;
8
+ };
6
9
  export {};
7
10
  //# sourceMappingURL=Prompt.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Prompt.d.ts","sourceRoot":"","sources":["../../../../src/components/feed/Prompt/Prompt.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,qBAAqB,EAAc,MAAM,OAAO,CAAC;AAE1D,KAAK,WAAW,GAAG,qBAAqB,CAAC,QAAQ,CAAC,GAAG;IACnD,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB,CAAC;AAEF,eAAO,MAAM,MAAM,wHAoClB,CAAC"}
1
+ {"version":3,"file":"Prompt.d.ts","sourceRoot":"","sources":["../../../../src/components/feed/Prompt/Prompt.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,qBAAqB,EAAE,MAAM,OAAO,CAAC;AAE9C,KAAK,WAAW,GAAG,qBAAqB,CAAC,QAAQ,CAAC,GAAG;IACnD,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB,CAAC;AAEF,eAAO,MAAM,MAAM;oDAAmD,WAAW;;CAkChF,CAAC"}
@@ -1,2 +1,8 @@
1
- export declare const PromptSuggestion: import("react").ForwardRefExoticComponent<Omit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref"> & import("react").RefAttributes<HTMLButtonElement>>;
1
+ import { ComponentProps } from "react";
2
+ type PromptSuggestionProps = ComponentProps<"button">;
3
+ export declare const PromptSuggestion: {
4
+ ({ children, className, ref, ...rest }: PromptSuggestionProps): import("react/jsx-runtime").JSX.Element;
5
+ displayName: string;
6
+ };
7
+ export {};
2
8
  //# sourceMappingURL=PromptSuggestion.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"PromptSuggestion.d.ts","sourceRoot":"","sources":["../../../../src/components/feed/PromptSuggestion/PromptSuggestion.tsx"],"names":[],"mappings":"AAMA,eAAO,MAAM,gBAAgB,0NAkB5B,CAAC"}
1
+ {"version":3,"file":"PromptSuggestion.d.ts","sourceRoot":"","sources":["../../../../src/components/feed/PromptSuggestion/PromptSuggestion.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAEvC,KAAK,qBAAqB,GAAG,cAAc,CAAC,QAAQ,CAAC,CAAC;AAEtD,eAAO,MAAM,gBAAgB;4CAA2C,qBAAqB;;CAgB5F,CAAC"}
@@ -4,6 +4,9 @@ type TextSuggestionProps = {
4
4
  variant?: "filled" | "outline";
5
5
  icon?: ReactNode;
6
6
  } & ComponentProps<"button">;
7
- export declare const TextSuggestion: import("react").ForwardRefExoticComponent<Omit<TextSuggestionProps, "ref"> & import("react").RefAttributes<HTMLButtonElement>>;
7
+ export declare const TextSuggestion: {
8
+ ({ label, variant, icon, className, ref, ...props }: TextSuggestionProps): import("react/jsx-runtime").JSX.Element;
9
+ displayName: string;
10
+ };
8
11
  export {};
9
12
  //# sourceMappingURL=TextSuggestion.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"TextSuggestion.d.ts","sourceRoot":"","sources":["../../../../src/components/feed/TextSuggestion/TextSuggestion.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,cAAc,EAAE,SAAS,EAAc,MAAM,OAAO,CAAC;AAE9D,KAAK,mBAAmB,GAAG;IACzB,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,CAAC,EAAE,QAAQ,GAAG,SAAS,CAAC;IAC/B,IAAI,CAAC,EAAE,SAAS,CAAC;CAClB,GAAG,cAAc,CAAC,QAAQ,CAAC,CAAC;AAE7B,eAAO,MAAM,cAAc,gIAwC1B,CAAC"}
1
+ {"version":3,"file":"TextSuggestion.d.ts","sourceRoot":"","sources":["../../../../src/components/feed/TextSuggestion/TextSuggestion.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,cAAc,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAElD,KAAK,mBAAmB,GAAG;IACzB,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,CAAC,EAAE,QAAQ,GAAG,SAAS,CAAC;IAC/B,IAAI,CAAC,EAAE,SAAS,CAAC;CAClB,GAAG,cAAc,CAAC,QAAQ,CAAC,CAAC;AAE7B,eAAO,MAAM,cAAc;yDAOxB,mBAAmB;;CAsCrB,CAAC"}
@@ -18,6 +18,9 @@ export type CheckboxPullDownProps = {
18
18
  disabled?: boolean;
19
19
  /** Pass-through container className. */
20
20
  className?: string;
21
+ } & React.RefAttributes<HTMLDivElement>;
22
+ export declare const CheckboxPullDown: {
23
+ ({ checked, onCheckedChange, checkboxLabel, onMenuClick, menuLabel, menuExpanded, disabled, className, ref, }: CheckboxPullDownProps): import("react/jsx-runtime").JSX.Element;
24
+ displayName: string;
21
25
  };
22
- export declare const CheckboxPullDown: import("react").ForwardRefExoticComponent<CheckboxPullDownProps & import("react").RefAttributes<HTMLDivElement>>;
23
26
  //# sourceMappingURL=CheckboxPullDown.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"CheckboxPullDown.d.ts","sourceRoot":"","sources":["../../../../src/components/input/CheckboxPullDown/CheckboxPullDown.tsx"],"names":[],"mappings":"AAOA,MAAM,MAAM,qBAAqB,GAAG;IAClC,sDAAsD;IACtD,OAAO,CAAC,EAAE,OAAO,GAAG,eAAe,CAAC;IACpC,+CAA+C;IAC/C,eAAe,CAAC,EAAE,CAAC,OAAO,EAAE,OAAO,GAAG,eAAe,KAAK,IAAI,CAAC;IAC/D,gEAAgE;IAChE,aAAa,EAAE,MAAM,CAAC;IACtB,4EAA4E;IAC5E,WAAW,CAAC,EAAE,MAAM,IAAI,CAAC;IACzB,uEAAuE;IACvE,SAAS,EAAE,MAAM,CAAC;IAClB;;;OAGG;IACH,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,4BAA4B;IAC5B,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,wCAAwC;IACxC,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,CAAC;AAUF,eAAO,MAAM,gBAAgB,kHAwC5B,CAAC"}
1
+ {"version":3,"file":"CheckboxPullDown.d.ts","sourceRoot":"","sources":["../../../../src/components/input/CheckboxPullDown/CheckboxPullDown.tsx"],"names":[],"mappings":"AAMA,MAAM,MAAM,qBAAqB,GAAG;IAClC,sDAAsD;IACtD,OAAO,CAAC,EAAE,OAAO,GAAG,eAAe,CAAC;IACpC,+CAA+C;IAC/C,eAAe,CAAC,EAAE,CAAC,OAAO,EAAE,OAAO,GAAG,eAAe,KAAK,IAAI,CAAC;IAC/D,gEAAgE;IAChE,aAAa,EAAE,MAAM,CAAC;IACtB,4EAA4E;IAC5E,WAAW,CAAC,EAAE,MAAM,IAAI,CAAC;IACzB,uEAAuE;IACvE,SAAS,EAAE,MAAM,CAAC;IAClB;;;OAGG;IACH,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,4BAA4B;IAC5B,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,wCAAwC;IACxC,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,GAAG,KAAK,CAAC,aAAa,CAAC,cAAc,CAAC,CAAC;AAUxC,eAAO,MAAM,gBAAgB;mHAU1B,qBAAqB;;CA0BvB,CAAC"}
@@ -6,18 +6,13 @@ export type CodeInputProps = Readonly<{
6
6
  codeValues: string[];
7
7
  isLastInput?: boolean;
8
8
  }) => void;
9
- }> & React.ComponentPropsWithoutRef<"div">;
9
+ }> & React.ComponentPropsWithoutRef<"div"> & React.RefAttributes<CodeInputRef>;
10
10
  export type CodeInputRef = {
11
11
  focus: () => void;
12
12
  element: HTMLDivElement | null;
13
13
  };
14
- export declare const CodeInput: import("react").ForwardRefExoticComponent<Readonly<{
15
- invalid?: boolean;
16
- disabled?: boolean;
17
- codeValues: string[];
18
- onValuesChange: (args: {
19
- codeValues: string[];
20
- isLastInput?: boolean;
21
- }) => void;
22
- }> & Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & import("react").RefAttributes<CodeInputRef>>;
14
+ export declare const CodeInput: {
15
+ ({ invalid, disabled, codeValues, onValuesChange, ref, ...rest }: CodeInputProps): import("react/jsx-runtime").JSX.Element;
16
+ displayName: string;
17
+ };
23
18
  //# sourceMappingURL=CodeInput.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"CodeInput.d.ts","sourceRoot":"","sources":["../../../../src/components/input/CodeInput/CodeInput.tsx"],"names":[],"mappings":"AAKA,MAAM,MAAM,cAAc,GAAG,QAAQ,CAAC;IACpC,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,UAAU,EAAE,MAAM,EAAE,CAAC;IACrB,cAAc,EAAE,CAAC,IAAI,EAAE;QAAE,UAAU,EAAE,MAAM,EAAE,CAAC;QAAC,WAAW,CAAC,EAAE,OAAO,CAAA;KAAE,KAAK,IAAI,CAAC;CACjF,CAAC,GACA,KAAK,CAAC,wBAAwB,CAAC,KAAK,CAAC,CAAC;AAExC,MAAM,MAAM,YAAY,GAAG;IACzB,KAAK,EAAE,MAAM,IAAI,CAAC;IAClB,OAAO,EAAE,cAAc,GAAG,IAAI,CAAC;CAChC,CAAC;AAEF,eAAO,MAAM,SAAS;cAZV,OAAO;eACN,OAAO;gBACN,MAAM,EAAE;oBACJ,CAAC,IAAI,EAAE;QAAE,UAAU,EAAE,MAAM,EAAE,CAAC;QAAC,WAAW,CAAC,EAAE,OAAO,CAAA;KAAE,KAAK,IAAI;kKAqHhF,CAAC"}
1
+ {"version":3,"file":"CodeInput.d.ts","sourceRoot":"","sources":["../../../../src/components/input/CodeInput/CodeInput.tsx"],"names":[],"mappings":"AAKA,MAAM,MAAM,cAAc,GAAG,QAAQ,CAAC;IACpC,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,UAAU,EAAE,MAAM,EAAE,CAAC;IACrB,cAAc,EAAE,CAAC,IAAI,EAAE;QAAE,UAAU,EAAE,MAAM,EAAE,CAAC;QAAC,WAAW,CAAC,EAAE,OAAO,CAAA;KAAE,KAAK,IAAI,CAAC;CACjF,CAAC,GACA,KAAK,CAAC,wBAAwB,CAAC,KAAK,CAAC,GACrC,KAAK,CAAC,aAAa,CAAC,YAAY,CAAC,CAAC;AAEpC,MAAM,MAAM,YAAY,GAAG;IACzB,KAAK,EAAE,MAAM,IAAI,CAAC;IAClB,OAAO,EAAE,cAAc,GAAG,IAAI,CAAC;CAChC,CAAC;AAEF,eAAO,MAAM,SAAS;sEAOnB,cAAc;;CA0GhB,CAAC"}
@@ -2,14 +2,13 @@ export type CodeInputFieldProps = Readonly<{
2
2
  invalid?: boolean;
3
3
  onLeftArrow?: () => void;
4
4
  onRightArrow?: () => void;
5
- }> & React.ComponentPropsWithoutRef<"input">;
5
+ }> & React.ComponentPropsWithoutRef<"input"> & React.RefAttributes<CodeInputFieldRef>;
6
6
  export type CodeInputFieldRef = {
7
7
  focus: () => void;
8
8
  element: HTMLInputElement | null;
9
9
  };
10
- export declare const CodeInputField: import("react").ForwardRefExoticComponent<Readonly<{
11
- invalid?: boolean;
12
- onLeftArrow?: () => void;
13
- onRightArrow?: () => void;
14
- }> & Omit<import("react").DetailedHTMLProps<import("react").InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref"> & import("react").RefAttributes<CodeInputFieldRef>>;
10
+ export declare const CodeInputField: {
11
+ ({ invalid, onLeftArrow, onRightArrow, ref, ...rest }: CodeInputFieldProps): import("react/jsx-runtime").JSX.Element;
12
+ displayName: string;
13
+ };
15
14
  //# sourceMappingURL=CodeInputField.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"CodeInputField.d.ts","sourceRoot":"","sources":["../../../../src/components/input/CodeInput/CodeInputField.tsx"],"names":[],"mappings":"AAIA,MAAM,MAAM,mBAAmB,GAAG,QAAQ,CAAC;IACzC,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,WAAW,CAAC,EAAE,MAAM,IAAI,CAAC;IACzB,YAAY,CAAC,EAAE,MAAM,IAAI,CAAC;CAC3B,CAAC,GACA,KAAK,CAAC,wBAAwB,CAAC,OAAO,CAAC,CAAC;AAE1C,MAAM,MAAM,iBAAiB,GAAG;IAC9B,KAAK,EAAE,MAAM,IAAI,CAAC;IAClB,OAAO,EAAE,gBAAgB,GAAG,IAAI,CAAC;CAClC,CAAC;AAEF,eAAO,MAAM,cAAc;cAXf,OAAO;kBACH,MAAM,IAAI;mBACT,MAAM,IAAI;gLAyF1B,CAAC"}
1
+ {"version":3,"file":"CodeInputField.d.ts","sourceRoot":"","sources":["../../../../src/components/input/CodeInput/CodeInputField.tsx"],"names":[],"mappings":"AAIA,MAAM,MAAM,mBAAmB,GAAG,QAAQ,CAAC;IACzC,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,WAAW,CAAC,EAAE,MAAM,IAAI,CAAC;IACzB,YAAY,CAAC,EAAE,MAAM,IAAI,CAAC;CAC3B,CAAC,GACA,KAAK,CAAC,wBAAwB,CAAC,OAAO,CAAC,GACvC,KAAK,CAAC,aAAa,CAAC,iBAAiB,CAAC,CAAC;AAEzC,MAAM,MAAM,iBAAiB,GAAG;IAC9B,KAAK,EAAE,MAAM,IAAI,CAAC;IAClB,OAAO,EAAE,gBAAgB,GAAG,IAAI,CAAC;CAClC,CAAC;AAEF,eAAO,MAAM,cAAc;2DAMxB,mBAAmB;;CA8ErB,CAAC"}
@@ -5,6 +5,9 @@ type DomainFieldProps = {
5
5
  helper?: string;
6
6
  hasError?: boolean;
7
7
  } & TextInputProps;
8
- export declare const DomainField: import("react").ForwardRefExoticComponent<Omit<DomainFieldProps, "ref"> & import("react").RefAttributes<HTMLInputElement>>;
8
+ export declare const DomainField: {
9
+ ({ label, helper, hasError, disabled, className, postfix, onFocus, onBlur, ref, ...rest }: DomainFieldProps): import("react/jsx-runtime").JSX.Element;
10
+ displayName: string;
11
+ };
9
12
  export {};
10
13
  //# sourceMappingURL=DomainField.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"DomainField.d.ts","sourceRoot":"","sources":["../../../../src/components/input/DomainField/DomainField.tsx"],"names":[],"mappings":"AAMA,OAAO,EAAE,cAAc,EAAa,MAAM,cAAc,CAAC;AAEzD,KAAK,gBAAgB,GAAG;IACtB,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,EAAE,MAAM,CAAC;IAChB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB,GAAG,cAAc,CAAC;AAEnB,eAAO,MAAM,WAAW,4HAiFvB,CAAC"}
1
+ {"version":3,"file":"DomainField.d.ts","sourceRoot":"","sources":["../../../../src/components/input/DomainField/DomainField.tsx"],"names":[],"mappings":"AAMA,OAAO,EAAE,cAAc,EAAa,MAAM,cAAc,CAAC;AAEzD,KAAK,gBAAgB,GAAG;IACtB,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,EAAE,MAAM,CAAC;IAChB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB,GAAG,cAAc,CAAC;AAEnB,eAAO,MAAM,WAAW;+FAWrB,gBAAgB;;CAkElB,CAAC"}
@@ -14,16 +14,9 @@ export type DropdownMenuMultipleSelectionItemProps = Readonly<{
14
14
  renderValue?: (selectedOptions: DropdownMenuMultipleSelectionItemOption[]) => React.ReactNode;
15
15
  className?: string;
16
16
  disabled?: boolean;
17
- }>;
18
- export declare const DropdownMenuMultipleSelectionItem: import("react").ForwardRefExoticComponent<Readonly<{
19
- options: DropdownMenuMultipleSelectionItemOption[];
20
- value?: string[];
21
- defaultValue?: string[];
22
- onValueChange?: (value: string[]) => void;
23
- placeholder?: string;
24
- icon?: React.ReactNode;
25
- renderValue?: (selectedOptions: DropdownMenuMultipleSelectionItemOption[]) => React.ReactNode;
26
- className?: string;
27
- disabled?: boolean;
28
- }> & import("react").RefAttributes<HTMLButtonElement>>;
17
+ }> & React.RefAttributes<HTMLButtonElement>;
18
+ export declare const DropdownMenuMultipleSelectionItem: {
19
+ ({ options, value: outerValue, defaultValue, onValueChange, placeholder, icon, renderValue, className, disabled, ref, }: DropdownMenuMultipleSelectionItemProps): import("react/jsx-runtime").JSX.Element;
20
+ displayName: string;
21
+ };
29
22
  //# sourceMappingURL=DropdownMenuMultipleSelectionItem.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"DropdownMenuMultipleSelectionItem.d.ts","sourceRoot":"","sources":["../../../../src/components/input/DropdownSelectionMenu/DropdownMenuMultipleSelectionItem.tsx"],"names":[],"mappings":"AASA,MAAM,MAAM,uCAAuC,GAAG;IACpD,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB,CAAC;AAEF,MAAM,MAAM,sCAAsC,GAAG,QAAQ,CAAC;IAC5D,OAAO,EAAE,uCAAuC,EAAE,CAAC;IACnD,KAAK,CAAC,EAAE,MAAM,EAAE,CAAC;IACjB,YAAY,CAAC,EAAE,MAAM,EAAE,CAAC;IACxB,aAAa,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,EAAE,KAAK,IAAI,CAAC;IAC1C,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,IAAI,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACvB,WAAW,CAAC,EAAE,CAAC,eAAe,EAAE,uCAAuC,EAAE,KAAK,KAAK,CAAC,SAAS,CAAC;IAC9F,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB,CAAC,CAAC;AAEH,eAAO,MAAM,iCAAiC;aAXnC,uCAAuC,EAAE;YAC1C,MAAM,EAAE;mBACD,MAAM,EAAE;oBACP,CAAC,KAAK,EAAE,MAAM,EAAE,KAAK,IAAI;kBAC3B,MAAM;WACb,KAAK,CAAC,SAAS;kBACR,CAAC,eAAe,EAAE,uCAAuC,EAAE,KAAK,KAAK,CAAC,SAAS;gBACjF,MAAM;eACP,OAAO;sDAsEnB,CAAC"}
1
+ {"version":3,"file":"DropdownMenuMultipleSelectionItem.d.ts","sourceRoot":"","sources":["../../../../src/components/input/DropdownSelectionMenu/DropdownMenuMultipleSelectionItem.tsx"],"names":[],"mappings":"AAOA,MAAM,MAAM,uCAAuC,GAAG;IACpD,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB,CAAC;AAEF,MAAM,MAAM,sCAAsC,GAAG,QAAQ,CAAC;IAC5D,OAAO,EAAE,uCAAuC,EAAE,CAAC;IACnD,KAAK,CAAC,EAAE,MAAM,EAAE,CAAC;IACjB,YAAY,CAAC,EAAE,MAAM,EAAE,CAAC;IACxB,aAAa,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,EAAE,KAAK,IAAI,CAAC;IAC1C,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,IAAI,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACvB,WAAW,CAAC,EAAE,CAAC,eAAe,EAAE,uCAAuC,EAAE,KAAK,KAAK,CAAC,SAAS,CAAC;IAC9F,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB,CAAC,GACA,KAAK,CAAC,aAAa,CAAC,iBAAiB,CAAC,CAAC;AAEzC,eAAO,MAAM,iCAAiC;6HAW3C,sCAAsC;;CA+CxC,CAAC"}
@@ -4,16 +4,13 @@ export type SelectTriggerProps = Readonly<{
4
4
  additionalContent?: React.ReactNode;
5
5
  className?: string;
6
6
  disabled?: boolean;
7
- }> & Omit<React.ButtonHTMLAttributes<HTMLButtonElement>, "children">;
7
+ }> & Omit<React.ButtonHTMLAttributes<HTMLButtonElement>, "children"> & React.RefAttributes<HTMLButtonElement>;
8
8
  /**
9
9
  * A standalone select-like trigger button that matches the styling of SearchableSelectTrigger.
10
10
  * Can be used with DropdownMenu or other dropdown components.
11
11
  */
12
- export declare const SelectTrigger: import("react").ForwardRefExoticComponent<Readonly<{
13
- label?: string;
14
- icon?: React.ReactNode;
15
- additionalContent?: React.ReactNode;
16
- className?: string;
17
- disabled?: boolean;
18
- }> & Omit<import("react").ButtonHTMLAttributes<HTMLButtonElement>, "children"> & import("react").RefAttributes<HTMLButtonElement>>;
12
+ export declare const SelectTrigger: {
13
+ ({ label, icon, additionalContent, className, disabled, ref, ...props }: SelectTriggerProps): import("react/jsx-runtime").JSX.Element;
14
+ displayName: string;
15
+ };
19
16
  //# sourceMappingURL=SelectTrigger.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"SelectTrigger.d.ts","sourceRoot":"","sources":["../../../../src/components/input/DropdownSelectionMenu/SelectTrigger.tsx"],"names":[],"mappings":"AAKA,MAAM,MAAM,kBAAkB,GAAG,QAAQ,CAAC;IACxC,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,IAAI,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACvB,iBAAiB,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACpC,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB,CAAC,GACA,IAAI,CAAC,KAAK,CAAC,oBAAoB,CAAC,iBAAiB,CAAC,EAAE,UAAU,CAAC,CAAC;AAElE;;;GAGG;AACH,eAAO,MAAM,aAAa;YAZhB,MAAM;WACP,KAAK,CAAC,SAAS;wBACF,KAAK,CAAC,SAAS;gBACvB,MAAM;eACP,OAAO;kIAsCnB,CAAC"}
1
+ {"version":3,"file":"SelectTrigger.d.ts","sourceRoot":"","sources":["../../../../src/components/input/DropdownSelectionMenu/SelectTrigger.tsx"],"names":[],"mappings":"AAIA,MAAM,MAAM,kBAAkB,GAAG,QAAQ,CAAC;IACxC,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,IAAI,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACvB,iBAAiB,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACpC,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB,CAAC,GACA,IAAI,CAAC,KAAK,CAAC,oBAAoB,CAAC,iBAAiB,CAAC,EAAE,UAAU,CAAC,GAC/D,KAAK,CAAC,aAAa,CAAC,iBAAiB,CAAC,CAAC;AAEzC;;;GAGG;AACH,eAAO,MAAM,aAAa;6EAQvB,kBAAkB;;CA4BpB,CAAC"}
@@ -1,4 +1,4 @@
1
- import { ForwardRefComponent } from "../../polymorphic";
1
+ import { PolymorphicComponent } from "../../polymorphic";
2
2
  export type FieldLabelProps = Readonly<{
3
3
  children: React.ReactNode;
4
4
  className?: string;
@@ -6,7 +6,5 @@ export type FieldLabelProps = Readonly<{
6
6
  tooltip?: React.ReactNode;
7
7
  isTooltipDisabled?: boolean;
8
8
  }>;
9
- type PolymorphicLabel = ForwardRefComponent<"label", FieldLabelProps>;
10
- export declare const FieldLabel: PolymorphicLabel;
11
- export {};
9
+ export declare const FieldLabel: PolymorphicComponent<"label", FieldLabelProps>;
12
10
  //# sourceMappingURL=FieldLabel.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"FieldLabel.d.ts","sourceRoot":"","sources":["../../../../src/components/input/FieldLabel/FieldLabel.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AAGxD,MAAM,MAAM,eAAe,GAAG,QAAQ,CAAC;IACrC,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,OAAO,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,iBAAiB,CAAC,EAAE,OAAO,CAAC;CAC7B,CAAC,CAAC;AAEH,KAAK,gBAAgB,GAAG,mBAAmB,CAAC,OAAO,EAAE,eAAe,CAAC,CAAC;AAEtE,eAAO,MAAM,UAAU,EAuClB,gBAAgB,CAAC"}
1
+ {"version":3,"file":"FieldLabel.d.ts","sourceRoot":"","sources":["../../../../src/components/input/FieldLabel/FieldLabel.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,oBAAoB,EAAoB,MAAM,mBAAmB,CAAC;AAG3E,MAAM,MAAM,eAAe,GAAG,QAAQ,CAAC;IACrC,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,OAAO,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,iBAAiB,CAAC,EAAE,OAAO,CAAC;CAC7B,CAAC,CAAC;AAEH,eAAO,MAAM,UAAU,EAmCjB,oBAAoB,CAAC,OAAO,EAAE,eAAe,CAAC,CAAC"}
@@ -34,6 +34,9 @@ export type FloatingInputProps = {
34
34
  referenceImages?: FloatingInputReferenceImages;
35
35
  /** Additional className for the root container */
36
36
  className?: string;
37
+ } & React.RefAttributes<HTMLTextAreaElement>;
38
+ export declare const FloatingInput: {
39
+ ({ value, onChange, onSubmit, submitLabel, placeholder, autoFocus, pending, allowEmptySubmit, onDismiss, referenceImages, className, ref, }: FloatingInputProps): import("react/jsx-runtime").JSX.Element;
40
+ displayName: string;
37
41
  };
38
- export declare const FloatingInput: import("react").ForwardRefExoticComponent<FloatingInputProps & import("react").RefAttributes<HTMLTextAreaElement>>;
39
42
  //# sourceMappingURL=FloatingInput.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"FloatingInput.d.ts","sourceRoot":"","sources":["../../../../src/components/input/FloatingInput/FloatingInput.tsx"],"names":[],"mappings":"AAQA,OAAO,KAAK,EAAE,4BAA4B,EAAE,MAAM,SAAS,CAAC;AAE5D,YAAY,EAAE,2BAA2B,EAAE,4BAA4B,EAAE,MAAM,SAAS,CAAC;AAEzF,MAAM,MAAM,kBAAkB,GAAG;IAC/B,uCAAuC;IACvC,KAAK,EAAE,MAAM,CAAC;IACd,gCAAgC;IAChC,QAAQ,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IAClC,+FAA+F;IAC/F,QAAQ,EAAE,MAAM,IAAI,CAAC;IACrB,kCAAkC;IAClC,WAAW,EAAE,MAAM,CAAC;IACpB,iDAAiD;IACjD,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,iDAAiD;IACjD,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,6EAA6E;IAC7E,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB;;;OAGG;IACH,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B;;;;OAIG;IACH,SAAS,CAAC,EAAE,CAAC,UAAU,EAAE,OAAO,KAAK,IAAI,CAAC;IAC1C;;;;OAIG;IACH,eAAe,CAAC,EAAE,4BAA4B,CAAC;IAC/C,kDAAkD;IAClD,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,CAAC;AAEF,eAAO,MAAM,aAAa,oHAiGzB,CAAC"}
1
+ {"version":3,"file":"FloatingInput.d.ts","sourceRoot":"","sources":["../../../../src/components/input/FloatingInput/FloatingInput.tsx"],"names":[],"mappings":"AAQA,OAAO,KAAK,EAAE,4BAA4B,EAAE,MAAM,SAAS,CAAC;AAE5D,YAAY,EAAE,2BAA2B,EAAE,4BAA4B,EAAE,MAAM,SAAS,CAAC;AAEzF,MAAM,MAAM,kBAAkB,GAAG;IAC/B,uCAAuC;IACvC,KAAK,EAAE,MAAM,CAAC;IACd,gCAAgC;IAChC,QAAQ,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IAClC,+FAA+F;IAC/F,QAAQ,EAAE,MAAM,IAAI,CAAC;IACrB,kCAAkC;IAClC,WAAW,EAAE,MAAM,CAAC;IACpB,iDAAiD;IACjD,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,iDAAiD;IACjD,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,6EAA6E;IAC7E,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB;;;OAGG;IACH,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B;;;;OAIG;IACH,SAAS,CAAC,EAAE,CAAC,UAAU,EAAE,OAAO,KAAK,IAAI,CAAC;IAC1C;;;;OAIG;IACH,eAAe,CAAC,EAAE,4BAA4B,CAAC;IAC/C,kDAAkD;IAClD,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,GAAG,KAAK,CAAC,aAAa,CAAC,mBAAmB,CAAC,CAAC;AAE7C,eAAO,MAAM,aAAa;iJAavB,kBAAkB;;CAgFpB,CAAC"}
@@ -2,7 +2,10 @@ import { RadioGroupProps as RadixRadioGroupProps } from "@radix-ui/react-radio-g
2
2
  export type FolderListProps = RadixRadioGroupProps;
3
3
  export declare const FolderList: {
4
4
  ({ children, className, ...props }: FolderListProps): import("react/jsx-runtime").JSX.Element;
5
- Button: import("react").ForwardRefExoticComponent<Omit<import("./FolderListButton").FolderListButtonProps, "ref"> & import("react").RefAttributes<HTMLButtonElement>>;
5
+ Button: {
6
+ ({ icon, children, className, ref, ...props }: import("./FolderListButton").FolderListButtonProps): import("react/jsx-runtime").JSX.Element;
7
+ displayName: string;
8
+ };
6
9
  Item: ({ children, className, ...props }: import("./FolderListItem").FolderListItemProps) => import("react/jsx-runtime").JSX.Element;
7
10
  };
8
11
  //# sourceMappingURL=FolderList.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"FolderList.d.ts","sourceRoot":"","sources":["../../../../src/components/input/FolderList/FolderList.tsx"],"names":[],"mappings":"AAAA,OAAO,EAEL,eAAe,IAAI,oBAAoB,EACxC,MAAM,6BAA6B,CAAC;AAMrC,MAAM,MAAM,eAAe,GAAG,oBAAoB,CAAC;AAEnD,eAAO,MAAM,UAAU;wCAAuC,eAAe;;;CAS5E,CAAC"}
1
+ {"version":3,"file":"FolderList.d.ts","sourceRoot":"","sources":["../../../../src/components/input/FolderList/FolderList.tsx"],"names":[],"mappings":"AAAA,OAAO,EAEL,eAAe,IAAI,oBAAoB,EACxC,MAAM,6BAA6B,CAAC;AAMrC,MAAM,MAAM,eAAe,GAAG,oBAAoB,CAAC;AAEnD,eAAO,MAAM,UAAU;wCAAuC,eAAe;;;;;;CAS5E,CAAC"}
@@ -1,5 +1,8 @@
1
1
  export type FolderListButtonProps = Readonly<{
2
2
  icon?: React.ReactNode;
3
3
  }> & React.ComponentProps<"button">;
4
- export declare const FolderListButton: import("react").ForwardRefExoticComponent<Omit<FolderListButtonProps, "ref"> & import("react").RefAttributes<HTMLButtonElement>>;
4
+ export declare const FolderListButton: {
5
+ ({ icon, children, className, ref, ...props }: FolderListButtonProps): import("react/jsx-runtime").JSX.Element;
6
+ displayName: string;
7
+ };
5
8
  //# sourceMappingURL=FolderListButton.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"FolderListButton.d.ts","sourceRoot":"","sources":["../../../../src/components/input/FolderList/FolderListButton.tsx"],"names":[],"mappings":"AAGA,MAAM,MAAM,qBAAqB,GAAG,QAAQ,CAAC;IAC3C,IAAI,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CACxB,CAAC,GACA,KAAK,CAAC,cAAc,CAAC,QAAQ,CAAC,CAAC;AAEjC,eAAO,MAAM,gBAAgB,kIAsB5B,CAAC"}
1
+ {"version":3,"file":"FolderListButton.d.ts","sourceRoot":"","sources":["../../../../src/components/input/FolderList/FolderListButton.tsx"],"names":[],"mappings":"AAEA,MAAM,MAAM,qBAAqB,GAAG,QAAQ,CAAC;IAC3C,IAAI,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CACxB,CAAC,GACA,KAAK,CAAC,cAAc,CAAC,QAAQ,CAAC,CAAC;AAEjC,eAAO,MAAM,gBAAgB;mDAM1B,qBAAqB;;CAoBvB,CAAC"}
@@ -3,11 +3,9 @@ export type FontWeightSelectorItemProps = Readonly<{
3
3
  weight?: number;
4
4
  italic?: boolean;
5
5
  selected: boolean;
6
- } & React.HTMLAttributes<HTMLDivElement>>;
7
- export declare const FontWeightSelectorItem: import("react").ForwardRefExoticComponent<Readonly<{
8
- label: string;
9
- weight?: number;
10
- italic?: boolean;
11
- selected: boolean;
12
- } & import("react").HTMLAttributes<HTMLDivElement>> & import("react").RefAttributes<HTMLDivElement>>;
6
+ } & React.HTMLAttributes<HTMLDivElement>> & React.RefAttributes<HTMLDivElement>;
7
+ export declare const FontWeightSelectorItem: {
8
+ ({ label, weight, italic, selected, ref, ...rest }: FontWeightSelectorItemProps): import("react/jsx-runtime").JSX.Element;
9
+ displayName: string;
10
+ };
13
11
  //# sourceMappingURL=FontWeightSelectorItem.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"FontWeightSelectorItem.d.ts","sourceRoot":"","sources":["../../../../src/components/input/FontWeightSelectorItem/FontWeightSelectorItem.tsx"],"names":[],"mappings":"AAKA,MAAM,MAAM,2BAA2B,GAAG,QAAQ,CAChD;IACE,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,QAAQ,EAAE,OAAO,CAAC;CACnB,GAAG,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC,CACzC,CAAC;AAEF,eAAO,MAAM,sBAAsB;WAPxB,MAAM;aACJ,MAAM;aACN,OAAO;cACN,OAAO;oGA+BpB,CAAC"}
1
+ {"version":3,"file":"FontWeightSelectorItem.d.ts","sourceRoot":"","sources":["../../../../src/components/input/FontWeightSelectorItem/FontWeightSelectorItem.tsx"],"names":[],"mappings":"AAIA,MAAM,MAAM,2BAA2B,GAAG,QAAQ,CAChD;IACE,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,QAAQ,EAAE,OAAO,CAAC;CACnB,GAAG,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC,CACzC,GACC,KAAK,CAAC,aAAa,CAAC,cAAc,CAAC,CAAC;AAEtC,eAAO,MAAM,sBAAsB;wDAOhC,2BAA2B;;CAyB7B,CAAC"}
@@ -16,23 +16,10 @@ export type IconSwitchProps = Readonly<{
16
16
  /** Override tooltip trigger-disabled state. Defaults to the switch's `disabled`. */
17
17
  isTooltipDisabled?: boolean;
18
18
  className?: string;
19
- }> & Omit<RadixSwitch.SwitchProps, "aria-label">;
20
- export declare const IconSwitch: import("react").ForwardRefExoticComponent<Readonly<{
21
- /** Icons rendered in the off (left) and on (right) segments. */
22
- icons: {
23
- off: IconType;
24
- on: IconType;
25
- };
26
- /** Aria-label describing what the switch controls. */
27
- label: string;
28
- /** Optional per-segment tooltip content. */
29
- tooltips?: {
30
- off?: React.ReactNode;
31
- on?: React.ReactNode;
32
- };
33
- /** Override tooltip trigger-disabled state. Defaults to the switch's `disabled`. */
34
- isTooltipDisabled?: boolean;
35
- className?: string;
36
- }> & Omit<RadixSwitch.SwitchProps, "aria-label"> & import("react").RefAttributes<HTMLButtonElement>>;
19
+ }> & Omit<RadixSwitch.SwitchProps, "aria-label"> & React.RefAttributes<HTMLButtonElement>;
20
+ export declare const IconSwitch: {
21
+ ({ icons, label, tooltips, isTooltipDisabled, className, ref, ...rest }: IconSwitchProps): import("react/jsx-runtime").JSX.Element;
22
+ displayName: string;
23
+ };
37
24
  export {};
38
25
  //# sourceMappingURL=IconSwitch.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"IconSwitch.d.ts","sourceRoot":"","sources":["../../../../src/components/input/IconSwitch/IconSwitch.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,WAAW,MAAM,wBAAwB,CAAC;AAOtD,KAAK,QAAQ,GAAG,KAAK,CAAC,aAAa,CAAC,KAAK,CAAC,wBAAwB,CAAC,KAAK,CAAC,CAAC,CAAC;AAM3E,MAAM,MAAM,eAAe,GAAG,QAAQ,CAAC;IACrC,gEAAgE;IAChE,KAAK,EAAE;QAAE,GAAG,EAAE,QAAQ,CAAC;QAAC,EAAE,EAAE,QAAQ,CAAA;KAAE,CAAC;IACvC,sDAAsD;IACtD,KAAK,EAAE,MAAM,CAAC;IACd,4CAA4C;IAC5C,QAAQ,CAAC,EAAE;QAAE,GAAG,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;QAAC,EAAE,CAAC,EAAE,KAAK,CAAC,SAAS,CAAA;KAAE,CAAC;IAC3D,oFAAoF;IACpF,iBAAiB,CAAC,EAAE,OAAO,CAAC;IAC5B,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,CAAC,GACA,IAAI,CAAC,WAAW,CAAC,WAAW,EAAE,YAAY,CAAC,CAAC;AAE9C,eAAO,MAAM,UAAU;IAZrB,gEAAgE;WACzD;QAAE,GAAG,EAAE,QAAQ,CAAC;QAAC,EAAE,EAAE,QAAQ,CAAA;KAAE;IACtC,sDAAsD;WAC/C,MAAM;IACb,4CAA4C;eACjC;QAAE,GAAG,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;QAAC,EAAE,CAAC,EAAE,KAAK,CAAC,SAAS,CAAA;KAAE;IAC1D,oFAAoF;wBAChE,OAAO;gBACf,MAAM;oGA8DnB,CAAC"}
1
+ {"version":3,"file":"IconSwitch.d.ts","sourceRoot":"","sources":["../../../../src/components/input/IconSwitch/IconSwitch.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,WAAW,MAAM,wBAAwB,CAAC;AAMtD,KAAK,QAAQ,GAAG,KAAK,CAAC,aAAa,CAAC,KAAK,CAAC,wBAAwB,CAAC,KAAK,CAAC,CAAC,CAAC;AAM3E,MAAM,MAAM,eAAe,GAAG,QAAQ,CAAC;IACrC,gEAAgE;IAChE,KAAK,EAAE;QAAE,GAAG,EAAE,QAAQ,CAAC;QAAC,EAAE,EAAE,QAAQ,CAAA;KAAE,CAAC;IACvC,sDAAsD;IACtD,KAAK,EAAE,MAAM,CAAC;IACd,4CAA4C;IAC5C,QAAQ,CAAC,EAAE;QAAE,GAAG,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;QAAC,EAAE,CAAC,EAAE,KAAK,CAAC,SAAS,CAAA;KAAE,CAAC;IAC3D,oFAAoF;IACpF,iBAAiB,CAAC,EAAE,OAAO,CAAC;IAC5B,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,CAAC,GACA,IAAI,CAAC,WAAW,CAAC,WAAW,EAAE,YAAY,CAAC,GAC3C,KAAK,CAAC,aAAa,CAAC,iBAAiB,CAAC,CAAC;AAEzC,eAAO,MAAM,UAAU;6EAQpB,eAAe;;CAwDjB,CAAC"}
@@ -24,6 +24,9 @@ export type ImageWidgetProps = {
24
24
  buttonLabel?: string;
25
25
  className?: string;
26
26
  imgClassName?: string;
27
+ } & React.RefAttributes<HTMLDivElement>;
28
+ export declare const ImageWidget: {
29
+ ({ src, alt, width: widthProp, height: heightProp, flexibleWidth, fill, isLoading, selected, disabled, buttonIcon, onButtonClick, buttonLabel, className, imgClassName, ref, }: ImageWidgetProps): import("react/jsx-runtime").JSX.Element;
30
+ displayName: string;
27
31
  };
28
- export declare const ImageWidget: import("react").ForwardRefExoticComponent<ImageWidgetProps & import("react").RefAttributes<HTMLDivElement>>;
29
32
  //# sourceMappingURL=ImageWidget.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ImageWidget.d.ts","sourceRoot":"","sources":["../../../../src/components/input/ImageWidget/ImageWidget.tsx"],"names":[],"mappings":"AAYA,MAAM,MAAM,gBAAgB,GAAG;IAC7B,GAAG,EAAE,MAAM,CAAC;IACZ,GAAG,EAAE,MAAM,CAAC;IACZ,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB;;;;OAIG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB;;;OAGG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,UAAU,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;QAAE,SAAS,CAAC,EAAE,MAAM,CAAA;KAAE,CAAC,CAAC;IACzD,aAAa,CAAC,EAAE,MAAM,IAAI,CAAC;IAC3B,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,YAAY,CAAC,EAAE,MAAM,CAAC;CACvB,CAAC;AAKF,eAAO,MAAM,WAAW,6GAmGvB,CAAC"}
1
+ {"version":3,"file":"ImageWidget.d.ts","sourceRoot":"","sources":["../../../../src/components/input/ImageWidget/ImageWidget.tsx"],"names":[],"mappings":"AAYA,MAAM,MAAM,gBAAgB,GAAG;IAC7B,GAAG,EAAE,MAAM,CAAC;IACZ,GAAG,EAAE,MAAM,CAAC;IACZ,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB;;;;OAIG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB;;;OAGG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,UAAU,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;QAAE,SAAS,CAAC,EAAE,MAAM,CAAA;KAAE,CAAC,CAAC;IACzD,aAAa,CAAC,EAAE,MAAM,IAAI,CAAC;IAC3B,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,YAAY,CAAC,EAAE,MAAM,CAAC;CACvB,GAAG,KAAK,CAAC,aAAa,CAAC,cAAc,CAAC,CAAC;AAKxC,eAAO,MAAM,WAAW;oLAgBrB,gBAAgB;;CA+ElB,CAAC"}
@@ -2,10 +2,9 @@ export type ImageWidgetButtonProps = Omit<React.ButtonHTMLAttributes<HTMLButtonE
2
2
  icon: React.ComponentType<{
3
3
  className?: string;
4
4
  }>;
5
+ } & React.RefAttributes<HTMLButtonElement>;
6
+ export declare const ImageWidgetButton: {
7
+ ({ icon: Icon, className, ref, ...props }: ImageWidgetButtonProps): import("react/jsx-runtime").JSX.Element;
8
+ displayName: string;
5
9
  };
6
- export declare const ImageWidgetButton: import("react").ForwardRefExoticComponent<Omit<import("react").ButtonHTMLAttributes<HTMLButtonElement>, "children"> & {
7
- icon: React.ComponentType<{
8
- className?: string;
9
- }>;
10
- } & import("react").RefAttributes<HTMLButtonElement>>;
11
10
  //# sourceMappingURL=ImageWidgetButton.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ImageWidgetButton.d.ts","sourceRoot":"","sources":["../../../../src/components/input/ImageWidget/ImageWidgetButton.tsx"],"names":[],"mappings":"AAIA,MAAM,MAAM,sBAAsB,GAAG,IAAI,CACvC,KAAK,CAAC,oBAAoB,CAAC,iBAAiB,CAAC,EAC7C,UAAU,CACX,GAAG;IACF,IAAI,EAAE,KAAK,CAAC,aAAa,CAAC;QAAE,SAAS,CAAC,EAAE,MAAM,CAAA;KAAE,CAAC,CAAC;CACnD,CAAC;AAEF,eAAO,MAAM,iBAAiB;UAHtB,KAAK,CAAC,aAAa,CAAC;QAAE,SAAS,CAAC,EAAE,MAAM,CAAA;KAAE,CAAC;qDAuBlD,CAAC"}
1
+ {"version":3,"file":"ImageWidgetButton.d.ts","sourceRoot":"","sources":["../../../../src/components/input/ImageWidget/ImageWidgetButton.tsx"],"names":[],"mappings":"AAEA,MAAM,MAAM,sBAAsB,GAAG,IAAI,CACvC,KAAK,CAAC,oBAAoB,CAAC,iBAAiB,CAAC,EAC7C,UAAU,CACX,GAAG;IACF,IAAI,EAAE,KAAK,CAAC,aAAa,CAAC;QAAE,SAAS,CAAC,EAAE,MAAM,CAAA;KAAE,CAAC,CAAC;CACnD,GAAG,KAAK,CAAC,aAAa,CAAC,iBAAiB,CAAC,CAAC;AAE3C,eAAO,MAAM,iBAAiB;+CAK3B,sBAAsB;;CAkBxB,CAAC"}
@@ -21,6 +21,9 @@ type ImportWidgetWithoutClear = ImportWidgetBaseProps & {
21
21
  clearAriaLabel?: never;
22
22
  };
23
23
  export type ImportWidgetProps = ImportWidgetWithClear | ImportWidgetWithoutClear;
24
- export declare const ImportWidget: import("react").ForwardRefExoticComponent<ImportWidgetProps & import("react").RefAttributes<HTMLDivElement>>;
24
+ export declare const ImportWidget: {
25
+ ({ title, description, actionLabel, placeholder, inputProps, actionButtonProps, onAction, onClear, clearAriaLabel, actionDisabled, actionLoading, className, ref, ...divProps }: ImportWidgetProps & React.RefAttributes<HTMLDivElement>): import("react/jsx-runtime").JSX.Element;
26
+ displayName: string;
27
+ };
25
28
  export {};
26
29
  //# sourceMappingURL=ImportWidget.d.ts.map
@@ -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"}