@photoroom/ui 0.1.252 → 0.1.254

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 (355) 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/Breadcrumbs/Breadcrumbs.d.ts.map +1 -1
  259. package/components/navigation/SideNavigation/SideNavigationHeader/SideNavigationHeader.d.ts +4 -8
  260. package/components/navigation/SideNavigation/SideNavigationHeader/SideNavigationHeader.d.ts.map +1 -1
  261. package/components/navigation/SideNavigation/SideNavigationItem/SideNavigationItem.d.ts +2 -4
  262. package/components/navigation/SideNavigation/SideNavigationItem/SideNavigationItem.d.ts.map +1 -1
  263. package/components/navigation/TabNavigation/TabNavigation.d.ts +19 -13
  264. package/components/navigation/TabNavigation/TabNavigation.d.ts.map +1 -1
  265. package/components/navigation/TabNavigation/TabNavigationItem.d.ts +5 -6
  266. package/components/navigation/TabNavigation/TabNavigationItem.d.ts.map +1 -1
  267. package/components/navigation/Tabs/TabsItem.d.ts +2 -3
  268. package/components/navigation/Tabs/TabsItem.d.ts.map +1 -1
  269. package/components/navigation/TagGroup/Tag/Tag.d.ts +2 -4
  270. package/components/navigation/TagGroup/Tag/Tag.d.ts.map +1 -1
  271. package/components/navigation/TagGroup/TagGroup.d.ts +1 -19
  272. package/components/navigation/TagGroup/TagGroup.d.ts.map +1 -1
  273. package/components/navigation/TagNavigation/TagNavigationItem.d.ts +2 -4
  274. package/components/navigation/TagNavigation/TagNavigationItem.d.ts.map +1 -1
  275. package/components/navigation/ToolMenuButton/ToolMenuButton.d.ts +4 -1
  276. package/components/navigation/ToolMenuButton/ToolMenuButton.d.ts.map +1 -1
  277. package/components/onboarding/ChoiceGroup/ChoiceGroup.d.ts +5 -7
  278. package/components/onboarding/ChoiceGroup/ChoiceGroup.d.ts.map +1 -1
  279. package/components/onboarding/ChoiceGroup/ChoiceMultiple/ChoiceMultipleGroup.d.ts +12 -5
  280. package/components/onboarding/ChoiceGroup/ChoiceMultiple/ChoiceMultipleGroup.d.ts.map +1 -1
  281. package/components/onboarding/ChoiceGroup/ChoiceMultiple/ChoiceMultipleTile.d.ts +5 -2
  282. package/components/onboarding/ChoiceGroup/ChoiceMultiple/ChoiceMultipleTile.d.ts.map +1 -1
  283. package/components/onboarding/ChoiceGroup/ChoiceMultiple/ListChoiceMultipleExpandTile.d.ts +5 -4
  284. package/components/onboarding/ChoiceGroup/ChoiceMultiple/ListChoiceMultipleExpandTile.d.ts.map +1 -1
  285. package/components/onboarding/ChoiceGroup/ChoiceMultiple/ListChoiceMultipleTile.d.ts +5 -2
  286. package/components/onboarding/ChoiceGroup/ChoiceMultiple/ListChoiceMultipleTile.d.ts.map +1 -1
  287. package/components/onboarding/ChoiceGroup/ChoiceTile.d.ts +5 -2
  288. package/components/onboarding/ChoiceGroup/ChoiceTile.d.ts.map +1 -1
  289. package/components/polymorphic.d.ts +16 -22
  290. package/components/polymorphic.d.ts.map +1 -1
  291. package/components/status/Badge/Badge.d.ts +5 -2
  292. package/components/status/Badge/Badge.d.ts.map +1 -1
  293. package/components/status/Badge/StudioBadge.d.ts +4 -1
  294. package/components/status/Badge/StudioBadge.d.ts.map +1 -1
  295. package/components/status/ListingScoreButton/ListingScoreButton.d.ts +5 -7
  296. package/components/status/ListingScoreButton/ListingScoreButton.d.ts.map +1 -1
  297. package/components/status/SelectionBadge/SelectionBadge.d.ts +5 -8
  298. package/components/status/SelectionBadge/SelectionBadge.d.ts.map +1 -1
  299. package/components/structure/PanelHeader/PanelHeader.d.ts +8 -4
  300. package/components/structure/PanelHeader/PanelHeader.d.ts.map +1 -1
  301. package/components/structure/PanelHeader/PanelHeaderSwitcherButton.d.ts +4 -3
  302. package/components/structure/PanelHeader/PanelHeaderSwitcherButton.d.ts.map +1 -1
  303. package/components/structure/PanelHeader/PanelHeaderTrailing.d.ts +4 -1
  304. package/components/structure/PanelHeader/PanelHeaderTrailing.d.ts.map +1 -1
  305. package/components/unsorted/FileUploader/HiddenFileInput.d.ts +4 -1
  306. package/components/unsorted/FileUploader/HiddenFileInput.d.ts.map +1 -1
  307. package/components/unsorted/HighLightedText/HighLightedText.d.ts +2 -3
  308. package/components/unsorted/HighLightedText/HighLightedText.d.ts.map +1 -1
  309. package/components/unsorted/Tooltip/TooltipHOC.d.ts +4 -5
  310. package/components/unsorted/Tooltip/TooltipHOC.d.ts.map +1 -1
  311. package/components/website/ArticleHeroBlock/ArticleContent.d.ts +4 -1
  312. package/components/website/ArticleHeroBlock/ArticleContent.d.ts.map +1 -1
  313. package/components/website/BlockBackground/BlockBackground.d.ts +2 -4
  314. package/components/website/BlockBackground/BlockBackground.d.ts.map +1 -1
  315. package/components/website/BlogSubtleActionBlock/BlogSubtleActionBlock.d.ts +2 -4
  316. package/components/website/BlogSubtleActionBlock/BlogSubtleActionBlock.d.ts.map +1 -1
  317. package/components/website/FooterBlockV2/FooterV2Block.d.ts +1 -15
  318. package/components/website/FooterBlockV2/FooterV2LinkBlock.d.ts +2 -3
  319. package/components/website/FooterBlockV2/FooterV2LinkBlock.d.ts.map +1 -1
  320. package/components/website/Glossary/GlossaryAlphabet.d.ts +4 -1
  321. package/components/website/Glossary/GlossaryAlphabet.d.ts.map +1 -1
  322. package/components/website/Glossary/GlossaryLetterLink.d.ts +4 -1
  323. package/components/website/Glossary/GlossaryLetterLink.d.ts.map +1 -1
  324. package/components/website/Glossary/GlossaryTermCard.d.ts +2 -4
  325. package/components/website/Glossary/GlossaryTermCard.d.ts.map +1 -1
  326. package/components/website/PricingHeroBlock/ApiPricing/ApiPricingCardsContainer/PricingPullDownButton.d.ts +5 -4
  327. package/components/website/PricingHeroBlock/ApiPricing/ApiPricingCardsContainer/PricingPullDownButton.d.ts.map +1 -1
  328. package/components/website/PricingPicker/PricingPickerButton.d.ts +15 -12
  329. package/components/website/PricingPicker/PricingPickerButton.d.ts.map +1 -1
  330. package/components/website/TagCloudBlock/TagCloudBlock.d.ts +1 -19
  331. package/components/website/TagCloudBlock/TagCloudBlock.d.ts.map +1 -1
  332. package/components/website/ToolCard/ToolCard.d.ts +2 -4
  333. package/components/website/ToolCard/ToolCard.d.ts.map +1 -1
  334. package/components/website/ToolLinkCard/ToolLinkCard.d.ts +2 -4
  335. package/components/website/ToolLinkCard/ToolLinkCard.d.ts.map +1 -1
  336. package/components/website/ToolSmallCard/ToolSmallCard.d.ts +2 -4
  337. package/components/website/ToolSmallCard/ToolSmallCard.d.ts.map +1 -1
  338. package/components/website/WebsiteNavigation/WebsiteNavigationButton.d.ts +5 -2
  339. package/components/website/WebsiteNavigation/WebsiteNavigationButton.d.ts.map +1 -1
  340. package/components/website/WebsiteNavigation/WebsiteNavigationCtaSection.d.ts +4 -1
  341. package/components/website/WebsiteNavigation/WebsiteNavigationCtaSection.d.ts.map +1 -1
  342. package/components/website/WebsiteNavigation/WebsiteNavigationItem.d.ts +2 -2
  343. package/components/website/WebsiteNavigation/WebsiteNavigationItem.d.ts.map +1 -1
  344. package/components/website/WebsiteNavigation/WebsiteNavigationMoreItem.d.ts +2 -2
  345. package/components/website/WebsiteNavigation/WebsiteNavigationMoreItem.d.ts.map +1 -1
  346. package/components/website/WebsiteNavigation/WebsiteNavigationOverlayLink.d.ts +2 -2
  347. package/components/website/WebsiteNavigation/WebsiteNavigationOverlayLink.d.ts.map +1 -1
  348. package/components/website/WebsiteNavigation/WebsiteNavigationSection.d.ts +4 -1
  349. package/components/website/WebsiteNavigation/WebsiteNavigationSection.d.ts.map +1 -1
  350. package/components/website/WebsiteNavigation/WebsiteNavigationStory.d.ts +2 -2
  351. package/components/website/WebsiteNavigation/WebsiteNavigationStory.d.ts.map +1 -1
  352. package/components/website/WebsiteNavigation/WebsiteNavigationTestimonial.d.ts +2 -2
  353. package/components/website/WebsiteNavigation/WebsiteNavigationTestimonial.d.ts.map +1 -1
  354. package/index.mjs +13144 -13146
  355. package/package.json +2 -1
@@ -33,6 +33,9 @@ export type ProductActionBarProps = {
33
33
  */
34
34
  selectionFilter?: ProductActionBarSelectionFilter;
35
35
  className?: string;
36
+ } & React.RefAttributes<HTMLDivElement>;
37
+ export declare const ProductActionBar: {
38
+ ({ selected, onSelectedChange, checkboxLabel, onMenuClick, menuLabel, menuExpanded, selectionLabel, actions, selectionFilter, className, ref, }: ProductActionBarProps): import("react/jsx-runtime").JSX.Element;
39
+ displayName: string;
36
40
  };
37
- export declare const ProductActionBar: import("react").ForwardRefExoticComponent<ProductActionBarProps & import("react").RefAttributes<HTMLDivElement>>;
38
41
  //# sourceMappingURL=ProductActionBar.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ProductActionBar.d.ts","sourceRoot":"","sources":["../../../../src/components/content/ProductActionBar/ProductActionBar.tsx"],"names":[],"mappings":"AAMA,MAAM,MAAM,+BAA+B,GAAG;IAC5C,yDAAyD;IACzD,OAAO,EAAE,OAAO,CAAC;IACjB,8CAA8C;IAC9C,eAAe,EAAE,CAAC,OAAO,EAAE,OAAO,KAAK,IAAI,CAAC;IAC5C,+EAA+E;IAC/E,KAAK,EAAE,KAAK,CAAC,SAAS,CAAC;CACxB,CAAC;AAEF,MAAM,MAAM,qBAAqB,GAAG;IAClC,sDAAsD;IACtD,QAAQ,EAAE,OAAO,GAAG,eAAe,CAAC;IACpC,+CAA+C;IAC/C,gBAAgB,EAAE,CAAC,OAAO,EAAE,OAAO,GAAG,eAAe,KAAK,IAAI,CAAC;IAC/D,0EAA0E;IAC1E,aAAa,EAAE,MAAM,CAAC;IACtB,yFAAyF;IACzF,WAAW,EAAE,MAAM,IAAI,CAAC;IACxB,oFAAoF;IACpF,SAAS,EAAE,MAAM,CAAC;IAClB,iFAAiF;IACjF,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,2DAA2D;IAC3D,cAAc,EAAE,KAAK,CAAC,SAAS,CAAC;IAChC;;;OAGG;IACH,OAAO,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B;;;;OAIG;IACH,eAAe,CAAC,EAAE,+BAA+B,CAAC;IAClD,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,CAAC;AAEF,eAAO,MAAM,gBAAgB,kHAsD5B,CAAC"}
1
+ {"version":3,"file":"ProductActionBar.d.ts","sourceRoot":"","sources":["../../../../src/components/content/ProductActionBar/ProductActionBar.tsx"],"names":[],"mappings":"AAIA,MAAM,MAAM,+BAA+B,GAAG;IAC5C,yDAAyD;IACzD,OAAO,EAAE,OAAO,CAAC;IACjB,8CAA8C;IAC9C,eAAe,EAAE,CAAC,OAAO,EAAE,OAAO,KAAK,IAAI,CAAC;IAC5C,+EAA+E;IAC/E,KAAK,EAAE,KAAK,CAAC,SAAS,CAAC;CACxB,CAAC;AAEF,MAAM,MAAM,qBAAqB,GAAG;IAClC,sDAAsD;IACtD,QAAQ,EAAE,OAAO,GAAG,eAAe,CAAC;IACpC,+CAA+C;IAC/C,gBAAgB,EAAE,CAAC,OAAO,EAAE,OAAO,GAAG,eAAe,KAAK,IAAI,CAAC;IAC/D,0EAA0E;IAC1E,aAAa,EAAE,MAAM,CAAC;IACtB,yFAAyF;IACzF,WAAW,EAAE,MAAM,IAAI,CAAC;IACxB,oFAAoF;IACpF,SAAS,EAAE,MAAM,CAAC;IAClB,iFAAiF;IACjF,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,2DAA2D;IAC3D,cAAc,EAAE,KAAK,CAAC,SAAS,CAAC;IAChC;;;OAGG;IACH,OAAO,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B;;;;OAIG;IACH,eAAe,CAAC,EAAE,+BAA+B,CAAC;IAClD,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,GAAG,KAAK,CAAC,aAAa,CAAC,cAAc,CAAC,CAAC;AAExC,eAAO,MAAM,gBAAgB;qJAY1B,qBAAqB;;CAsCvB,CAAC"}
@@ -3,7 +3,7 @@ declare const propListItemCva: (props?: ({
3
3
  size?: "small" | "large" | null | undefined;
4
4
  } & import("class-variance-authority/types").ClassProp) | undefined) => string;
5
5
  declare const propListItemIconWrapperCva: (props?: ({
6
- variant?: "accent" | "default" | null | undefined;
6
+ variant?: "default" | "accent" | null | undefined;
7
7
  withFootnote?: boolean | null | undefined;
8
8
  } & import("class-variance-authority/types").ClassProp) | undefined) => string;
9
9
  type PropListItemCvaProps = VariantProps<typeof propListItemCva> & VariantProps<typeof propListItemIconWrapperCva>;
@@ -2,9 +2,9 @@ import * as RadioGroup from "@radix-ui/react-radio-group";
2
2
  export type SelectionTileProps = RadioGroup.RadioGroupItemProps & Readonly<{
3
3
  density?: "default" | "compact";
4
4
  selectionIcon?: React.ComponentType<React.ComponentPropsWithoutRef<"svg">>;
5
- }>;
6
- export declare const SelectionTile: import("react").ForwardRefExoticComponent<RadioGroup.RadioGroupItemProps & Readonly<{
7
- density?: "default" | "compact";
8
- selectionIcon?: React.ComponentType<React.ComponentPropsWithoutRef<"svg">>;
9
- }> & import("react").RefAttributes<HTMLButtonElement>>;
5
+ }> & React.RefAttributes<HTMLButtonElement>;
6
+ export declare const SelectionTile: {
7
+ ({ density, className, children, selectionIcon: SelectionIcon, ref, ...rest }: SelectionTileProps): import("react/jsx-runtime").JSX.Element;
8
+ displayName: string;
9
+ };
10
10
  //# sourceMappingURL=SelectionTile.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"SelectionTile.d.ts","sourceRoot":"","sources":["../../../../src/components/content/SelectionTile/SelectionTile.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,UAAU,MAAM,6BAA6B,CAAC;AAI1D,MAAM,MAAM,kBAAkB,GAAG,UAAU,CAAC,mBAAmB,GAC7D,QAAQ,CAAC;IACP,OAAO,CAAC,EAAE,SAAS,GAAG,SAAS,CAAC;IAChC,aAAa,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,KAAK,CAAC,wBAAwB,CAAC,KAAK,CAAC,CAAC,CAAC;CAC5E,CAAC,CAAC;AAEL,eAAO,MAAM,aAAa;cAJZ,SAAS,GAAG,SAAS;oBACf,KAAK,CAAC,aAAa,CAAC,KAAK,CAAC,wBAAwB,CAAC,KAAK,CAAC,CAAC;sDA6E7E,CAAC"}
1
+ {"version":3,"file":"SelectionTile.d.ts","sourceRoot":"","sources":["../../../../src/components/content/SelectionTile/SelectionTile.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,UAAU,MAAM,6BAA6B,CAAC;AAI1D,MAAM,MAAM,kBAAkB,GAAG,UAAU,CAAC,mBAAmB,GAC7D,QAAQ,CAAC;IACP,OAAO,CAAC,EAAE,SAAS,GAAG,SAAS,CAAC;IAChC,aAAa,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,KAAK,CAAC,wBAAwB,CAAC,KAAK,CAAC,CAAC,CAAC;CAC5E,CAAC,GACF,KAAK,CAAC,aAAa,CAAC,iBAAiB,CAAC,CAAC;AAEzC,eAAO,MAAM,aAAa;mFAOvB,kBAAkB;;CA+DpB,CAAC"}
@@ -1,5 +1,8 @@
1
1
  export type StarterTileProps = {
2
2
  dropdownContent?: React.ReactNode;
3
3
  } & React.ComponentProps<"button">;
4
- export declare const StarterTile: import("react").ForwardRefExoticComponent<Omit<StarterTileProps, "ref"> & import("react").RefAttributes<HTMLButtonElement>>;
4
+ export declare const StarterTile: {
5
+ ({ dropdownContent, className, children, ref, ...rest }: StarterTileProps): import("react/jsx-runtime").JSX.Element;
6
+ displayName: string;
7
+ };
5
8
  //# sourceMappingURL=StarterTile.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"StarterTile.d.ts","sourceRoot":"","sources":["../../../../src/components/content/StarterTile/StarterTile.tsx"],"names":[],"mappings":"AASA,MAAM,MAAM,gBAAgB,GAAG;IAC7B,eAAe,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CACnC,GAAG,KAAK,CAAC,cAAc,CAAC,QAAQ,CAAC,CAAC;AAEnC,eAAO,MAAM,WAAW,6HAyDvB,CAAC"}
1
+ {"version":3,"file":"StarterTile.d.ts","sourceRoot":"","sources":["../../../../src/components/content/StarterTile/StarterTile.tsx"],"names":[],"mappings":"AASA,MAAM,MAAM,gBAAgB,GAAG;IAC7B,eAAe,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CACnC,GAAG,KAAK,CAAC,cAAc,CAAC,QAAQ,CAAC,CAAC;AAEnC,eAAO,MAAM,WAAW;6DAMrB,gBAAgB;;CAuDlB,CAAC"}
@@ -1,4 +1,4 @@
1
- import { ForwardRefComponent } from "../../polymorphic";
1
+ import { PolymorphicComponent } from "../../polymorphic";
2
2
  import { TileFont } from "./TileFont";
3
3
  import { TileGrid } from "./TileGrid";
4
4
  import { TileIcon } from "./TileIcon";
@@ -21,7 +21,7 @@ export type TileProps = Readonly<{
21
21
  contentClassName?: string;
22
22
  contentStyle?: React.CSSProperties;
23
23
  }>;
24
- type PolymorphicTile = ForwardRefComponent<"button", TileProps> & {
24
+ type PolymorphicTile = PolymorphicComponent<"button", TileProps> & {
25
25
  Font: typeof TileFont;
26
26
  Grid: typeof TileGrid;
27
27
  Icon: typeof TileIcon;
@@ -1 +1 @@
1
- {"version":3,"file":"Tile.d.ts","sourceRoot":"","sources":["../../../../src/components/content/Tile/Tile.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AAExD,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAC5C,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAClD,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAE9C,MAAM,MAAM,SAAS,GAAG,QAAQ,CAAC;IAC/B,MAAM,CAAC,EAAE,gBAAgB,GAAG,YAAY,CAAC;IACzC,WAAW,CAAC,EACR,MAAM,GACN,KAAK,GACL,MAAM,GACN,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,MAAM,GACN,KAAK,GACL,MAAM,CAAC;IACX,KAAK,EAAE,MAAM,CAAC;IACd,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,UAAU,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC7B,aAAa,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAChC,WAAW,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC9B,cAAc,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACjC,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,YAAY,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;CACpC,CAAC,CAAC;AAEH,KAAK,eAAe,GAAG,mBAAmB,CAAC,QAAQ,EAAE,SAAS,CAAC,GAAG;IAChE,IAAI,EAAE,OAAO,QAAQ,CAAC;IACtB,IAAI,EAAE,OAAO,QAAQ,CAAC;IACtB,IAAI,EAAE,OAAO,QAAQ,CAAC;IACtB,QAAQ,EAAE,OAAO,YAAY,CAAC;IAC9B,OAAO,EAAE,OAAO,WAAW,CAAC;IAC5B,UAAU,EAAE,OAAO,cAAc,CAAC;IAClC,QAAQ,EAAE,OAAO,YAAY,CAAC;IAC9B,IAAI,EAAE,OAAO,QAAQ,CAAC;CACvB,CAAC;AAEF,eAAO,MAAM,IAAI,EAsGZ,eAAe,CAAC"}
1
+ {"version":3,"file":"Tile.d.ts","sourceRoot":"","sources":["../../../../src/components/content/Tile/Tile.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAE,oBAAoB,EAAoB,MAAM,mBAAmB,CAAC;AAE3E,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAC5C,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAClD,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAE9C,MAAM,MAAM,SAAS,GAAG,QAAQ,CAAC;IAC/B,MAAM,CAAC,EAAE,gBAAgB,GAAG,YAAY,CAAC;IACzC,WAAW,CAAC,EACR,MAAM,GACN,KAAK,GACL,MAAM,GACN,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,MAAM,GACN,KAAK,GACL,MAAM,CAAC;IACX,KAAK,EAAE,MAAM,CAAC;IACd,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,UAAU,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC7B,aAAa,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAChC,WAAW,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC9B,cAAc,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACjC,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,YAAY,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;CACpC,CAAC,CAAC;AAEH,KAAK,eAAe,GAAG,oBAAoB,CAAC,QAAQ,EAAE,SAAS,CAAC,GAAG;IACjE,IAAI,EAAE,OAAO,QAAQ,CAAC;IACtB,IAAI,EAAE,OAAO,QAAQ,CAAC;IACtB,IAAI,EAAE,OAAO,QAAQ,CAAC;IACtB,QAAQ,EAAE,OAAO,YAAY,CAAC;IAC9B,OAAO,EAAE,OAAO,WAAW,CAAC;IAC5B,UAAU,EAAE,OAAO,cAAc,CAAC;IAClC,QAAQ,EAAE,OAAO,YAAY,CAAC;IAC9B,IAAI,EAAE,OAAO,QAAQ,CAAC;CACvB,CAAC;AAEF,eAAO,MAAM,IAAI,EAgGX,eAAe,CAAC"}
@@ -1,4 +1,4 @@
1
- import { ForwardRefComponent } from "../../polymorphic";
1
+ import { PolymorphicComponent } from "../../polymorphic";
2
2
  import { TileProps } from "./Tile";
3
3
  export type TileSelectableProps = Omit<TileProps, "leadingTop"> & Readonly<{
4
4
  isSelected: boolean;
@@ -17,7 +17,7 @@ export type TileSelectableProps = Omit<TileProps, "leadingTop"> & Readonly<{
17
17
  onSelectedChange?: (isSelected: boolean, event: React.MouseEvent<HTMLElement>) => void;
18
18
  onClick?: React.MouseEventHandler;
19
19
  }>;
20
- type PolymorphicTileSelectable = ForwardRefComponent<"button", TileSelectableProps>;
20
+ type PolymorphicTileSelectable = PolymorphicComponent<"button", TileSelectableProps>;
21
21
  export declare const TileSelectable: PolymorphicTileSelectable;
22
22
  export {};
23
23
  //# sourceMappingURL=TileSelectable.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"TileSelectable.d.ts","sourceRoot":"","sources":["../../../../src/components/content/Tile/TileSelectable.tsx"],"names":[],"mappings":"AAKA,OAAO,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AAExD,OAAO,EAAQ,SAAS,EAAE,MAAM,QAAQ,CAAC;AAEzC,MAAM,MAAM,mBAAmB,GAAG,IAAI,CAAC,SAAS,EAAE,YAAY,CAAC,GAC7D,QAAQ,CAAC;IACP,UAAU,EAAE,OAAO,CAAC;IACpB,IAAI,CAAC,EAAE,QAAQ,GAAG,SAAS,GAAG,YAAY,CAAC;IAC3C,sJAAsJ;IACtJ,mBAAmB,CAAC,EAAE,OAAO,CAAC;IAC9B;;;OAGG;IACH,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB;;;OAGG;IACH,gBAAgB,CAAC,EAAE,CAAC,UAAU,EAAE,OAAO,EAAE,KAAK,EAAE,KAAK,CAAC,UAAU,CAAC,WAAW,CAAC,KAAK,IAAI,CAAC;IACvF,OAAO,CAAC,EAAE,KAAK,CAAC,iBAAiB,CAAC;CACnC,CAAC,CAAC;AAEL,KAAK,yBAAyB,GAAG,mBAAmB,CAAC,QAAQ,EAAE,mBAAmB,CAAC,CAAC;AAGpF,eAAO,MAAM,cAAc,EAqFtB,yBAAyB,CAAC"}
1
+ {"version":3,"file":"TileSelectable.d.ts","sourceRoot":"","sources":["../../../../src/components/content/Tile/TileSelectable.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAE,oBAAoB,EAAE,MAAM,mBAAmB,CAAC;AAEzD,OAAO,EAAQ,SAAS,EAAE,MAAM,QAAQ,CAAC;AAEzC,MAAM,MAAM,mBAAmB,GAAG,IAAI,CAAC,SAAS,EAAE,YAAY,CAAC,GAC7D,QAAQ,CAAC;IACP,UAAU,EAAE,OAAO,CAAC;IACpB,IAAI,CAAC,EAAE,QAAQ,GAAG,SAAS,GAAG,YAAY,CAAC;IAC3C,sJAAsJ;IACtJ,mBAAmB,CAAC,EAAE,OAAO,CAAC;IAC9B;;;OAGG;IACH,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB;;;OAGG;IACH,gBAAgB,CAAC,EAAE,CAAC,UAAU,EAAE,OAAO,EAAE,KAAK,EAAE,KAAK,CAAC,UAAU,CAAC,WAAW,CAAC,KAAK,IAAI,CAAC;IACvF,OAAO,CAAC,EAAE,KAAK,CAAC,iBAAiB,CAAC;CACnC,CAAC,CAAC;AAEL,KAAK,yBAAyB,GAAG,oBAAoB,CAAC,QAAQ,EAAE,mBAAmB,CAAC,CAAC;AAGrF,eAAO,MAAM,cAAc,EAiFrB,yBAAyB,CAAC"}
@@ -1,7 +1,7 @@
1
1
  import { VariantProps } from "class-variance-authority";
2
2
  import { type ComponentType, type ComponentPropsWithoutRef } from "react";
3
3
  declare const toolTileCva: (props?: ({
4
- variant?: "accent" | "default" | null | undefined;
4
+ variant?: "default" | "accent" | null | undefined;
5
5
  } & import("class-variance-authority/types").ClassProp) | undefined) => string;
6
6
  type ToolTileCvaProps = VariantProps<typeof toolTileCva>;
7
7
  export type ToolTileProps = {
@@ -1,7 +1,7 @@
1
1
  import { VariantProps } from "class-variance-authority";
2
2
  declare const visualToolTileCva: (props?: ({
3
- variant?: "accent" | "default" | null | undefined;
4
- size?: "compact" | "default" | null | undefined;
3
+ variant?: "default" | "accent" | null | undefined;
4
+ size?: "default" | "compact" | null | undefined;
5
5
  } & import("class-variance-authority/types").ClassProp) | undefined) => string;
6
6
  type VisualToolTileCvaProps = VariantProps<typeof visualToolTileCva>;
7
7
  export type VisualToolTileProps = {
@@ -1,10 +1,10 @@
1
1
  import * as RadixDialog from "@radix-ui/react-dialog";
2
2
  import { VariantProps } from "class-variance-authority";
3
3
  export declare const overlayVariants: (props?: ({
4
- layout?: "compact" | "default" | "fitScreen" | "fitScreenTakeover" | "fullscreen" | null | undefined;
4
+ layout?: "default" | "compact" | "fitScreen" | "fitScreenTakeover" | "fullscreen" | null | undefined;
5
5
  } & import("class-variance-authority/types").ClassProp) | undefined) => string;
6
6
  export declare const contentVariants: (props?: ({
7
- layout?: "compact" | "default" | "fitScreen" | "fitScreenTakeover" | "fullscreen" | null | undefined;
7
+ layout?: "default" | "compact" | "fitScreen" | "fitScreenTakeover" | "fullscreen" | null | undefined;
8
8
  } & import("class-variance-authority/types").ClassProp) | undefined) => string;
9
9
  export type DialogProps = Readonly<{
10
10
  children: React.ReactNode;
@@ -30,8 +30,9 @@ export declare const Dialog: {
30
30
  } & {
31
31
  variant?: "feature" | "util" | null | undefined;
32
32
  }>) => import("react/jsx-runtime").JSX.Element;
33
- CloseButton: import("react").ForwardRefExoticComponent<Omit<Readonly<{
34
- className?: string;
35
- } & import("react").ClassAttributes<HTMLButtonElement> & import("react").ButtonHTMLAttributes<HTMLButtonElement>>, "ref"> & import("react").RefAttributes<HTMLButtonElement>>;
33
+ CloseButton: {
34
+ ({ className, ref, ...rest }: import("./DialogCloseButton").DialogCloseButtonProps): import("react/jsx-runtime").JSX.Element;
35
+ displayName: string;
36
+ };
36
37
  };
37
38
  //# sourceMappingURL=Dialog.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Dialog.d.ts","sourceRoot":"","sources":["../../../../src/components/dialog/Dialog/Dialog.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,WAAW,MAAM,wBAAwB,CAAC;AACtD,OAAO,EAAE,YAAY,EAAO,MAAM,0BAA0B,CAAC;AAW7D,eAAO,MAAM,eAAe;;8EAsB3B,CAAC;AAGF,eAAO,MAAM,eAAe;;8EAmC3B,CAAC;AAEF,MAAM,MAAM,WAAW,GAAG,QAAQ,CAChC;IACE,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,cAAc,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACjC,YAAY,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC,WAAW,GAAG,IAAI,CAAC,CAAC;IACnD,MAAM,CAAC,EAAE,MAAM,IAAI,CAAC;IACpB,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,gBAAgB,CAAC,EAAE,MAAM,IAAI,CAAC;IAC9B,eAAe,CAAC,EAAE,CAAC,KAAK,EAAE,aAAa,KAAK,IAAI,CAAC;CAClD,GAAG,IAAI,CAAC,WAAW,CAAC,WAAW,EAAE,aAAa,CAAC,GAC9C,YAAY,CAAC,OAAO,eAAe,CAAC,CACvC,CAAC;AAEF,eAAO,MAAM,MAAM;+KAehB,WAAW;;;;;;;;;;;;CA2Eb,CAAC"}
1
+ {"version":3,"file":"Dialog.d.ts","sourceRoot":"","sources":["../../../../src/components/dialog/Dialog/Dialog.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,WAAW,MAAM,wBAAwB,CAAC;AACtD,OAAO,EAAE,YAAY,EAAO,MAAM,0BAA0B,CAAC;AAW7D,eAAO,MAAM,eAAe;;8EAsB3B,CAAC;AAGF,eAAO,MAAM,eAAe;;8EAmC3B,CAAC;AAEF,MAAM,MAAM,WAAW,GAAG,QAAQ,CAChC;IACE,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,cAAc,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACjC,YAAY,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC,WAAW,GAAG,IAAI,CAAC,CAAC;IACnD,MAAM,CAAC,EAAE,MAAM,IAAI,CAAC;IACpB,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,gBAAgB,CAAC,EAAE,MAAM,IAAI,CAAC;IAC9B,eAAe,CAAC,EAAE,CAAC,KAAK,EAAE,aAAa,KAAK,IAAI,CAAC;CAClD,GAAG,IAAI,CAAC,WAAW,CAAC,WAAW,EAAE,aAAa,CAAC,GAC9C,YAAY,CAAC,OAAO,eAAe,CAAC,CACvC,CAAC;AAEF,eAAO,MAAM,MAAM;+KAehB,WAAW;;;;;;;;;;;;;CA2Eb,CAAC"}
@@ -1,7 +1,8 @@
1
1
  export type DialogCloseButtonProps = Readonly<{
2
2
  className?: string;
3
3
  } & React.ComponentProps<"button">>;
4
- export declare const DialogCloseButton: import("react").ForwardRefExoticComponent<Omit<Readonly<{
5
- className?: string;
6
- } & import("react").ClassAttributes<HTMLButtonElement> & import("react").ButtonHTMLAttributes<HTMLButtonElement>>, "ref"> & import("react").RefAttributes<HTMLButtonElement>>;
4
+ export declare const DialogCloseButton: {
5
+ ({ className, ref, ...rest }: DialogCloseButtonProps): import("react/jsx-runtime").JSX.Element;
6
+ displayName: string;
7
+ };
7
8
  //# sourceMappingURL=DialogCloseButton.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"DialogCloseButton.d.ts","sourceRoot":"","sources":["../../../../src/components/dialog/Dialog/DialogCloseButton.tsx"],"names":[],"mappings":"AAKA,MAAM,MAAM,sBAAsB,GAAG,QAAQ,CAC3C;IACE,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,GAAG,KAAK,CAAC,cAAc,CAAC,QAAQ,CAAC,CACnC,CAAC;AAGF,eAAO,MAAM,iBAAiB;gBALd,MAAM;6KAyBrB,CAAC"}
1
+ {"version":3,"file":"DialogCloseButton.d.ts","sourceRoot":"","sources":["../../../../src/components/dialog/Dialog/DialogCloseButton.tsx"],"names":[],"mappings":"AAIA,MAAM,MAAM,sBAAsB,GAAG,QAAQ,CAC3C;IACE,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,GAAG,KAAK,CAAC,cAAc,CAAC,QAAQ,CAAC,CACnC,CAAC;AAGF,eAAO,MAAM,iBAAiB;kCAAiC,sBAAsB;;CAkBpF,CAAC"}
@@ -2,5 +2,8 @@ export type DropdownListBoxProps = {
2
2
  as?: React.ElementType;
3
3
  children: React.ReactNode;
4
4
  };
5
- export declare const DropdownListBox: import("react").ForwardRefExoticComponent<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & import("react").RefAttributes<HTMLDivElement>>;
5
+ export declare const DropdownListBox: {
6
+ ({ children, className, ref, ...rest }: React.ComponentPropsWithRef<"div">): import("react/jsx-runtime").JSX.Element;
7
+ displayName: string;
8
+ };
6
9
  //# sourceMappingURL=DropdownListBox.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"DropdownListBox.d.ts","sourceRoot":"","sources":["../../../../src/components/dropdown/DropdownListBox/DropdownListBox.tsx"],"names":[],"mappings":"AAIA,MAAM,MAAM,oBAAoB,GAAG;IACjC,EAAE,CAAC,EAAE,KAAK,CAAC,WAAW,CAAC;IACvB,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;CAC3B,CAAC;AAEF,eAAO,MAAM,eAAe,2MAe3B,CAAC"}
1
+ {"version":3,"file":"DropdownListBox.d.ts","sourceRoot":"","sources":["../../../../src/components/dropdown/DropdownListBox/DropdownListBox.tsx"],"names":[],"mappings":"AAEA,MAAM,MAAM,oBAAoB,GAAG;IACjC,EAAE,CAAC,EAAE,KAAK,CAAC,WAAW,CAAC;IACvB,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;CAC3B,CAAC;AAEF,eAAO,MAAM,eAAe;4CAKzB,KAAK,CAAC,qBAAqB,CAAC,KAAK,CAAC;;CAapC,CAAC"}
@@ -7,11 +7,9 @@ export type DropdownMenuSingleSelectionItemProps = {
7
7
  };
8
8
  thumbnail?: string;
9
9
  icon?: React.ComponentType<React.ComponentProps<"svg">>;
10
- } & Omit<React.ComponentPropsWithoutRef<"div">, "children">;
10
+ } & Omit<React.ComponentPropsWithoutRef<"div">, "children"> & React.RefAttributes<HTMLDivElement>;
11
11
  export declare const DropdownMenuSingleSelectionItem: {
12
- ({ label, selected, badge, thumbnail, icon: Icon, ref, ...props }: DropdownMenuSingleSelectionItemProps & {
13
- ref?: React.Ref<HTMLDivElement>;
14
- }): import("react/jsx-runtime").JSX.Element;
12
+ ({ label, selected, badge, thumbnail, icon: Icon, ref, ...props }: DropdownMenuSingleSelectionItemProps): import("react/jsx-runtime").JSX.Element;
15
13
  displayName: string;
16
14
  };
17
15
  //# sourceMappingURL=DropdownMenuSingleSelectionItem.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"DropdownMenuSingleSelectionItem.d.ts","sourceRoot":"","sources":["../../../../src/components/dropdown/DropdownListBox/DropdownMenuSingleSelectionItem.tsx"],"names":[],"mappings":"AAOA,MAAM,MAAM,oCAAoC,GAAG;IACjD,KAAK,EAAE,KAAK,CAAC,SAAS,CAAC;IACvB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,KAAK,CAAC,EAAE;QACN,KAAK,EAAE,MAAM,CAAC;QACd,MAAM,CAAC,EAAE,KAAK,CAAC,YAAY,CAAC;KAC7B,CAAC;IACF,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,IAAI,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,CAAC,CAAC;CACzD,GAAG,IAAI,CAAC,KAAK,CAAC,wBAAwB,CAAC,KAAK,CAAC,EAAE,UAAU,CAAC,CAAC;AAE5D,eAAO,MAAM,+BAA+B;uEAQzC,oCAAoC,GAAG;QAAE,GAAG,CAAC,EAAE,KAAK,CAAC,GAAG,CAAC,cAAc,CAAC,CAAA;KAAE;;CAiD5E,CAAC"}
1
+ {"version":3,"file":"DropdownMenuSingleSelectionItem.d.ts","sourceRoot":"","sources":["../../../../src/components/dropdown/DropdownListBox/DropdownMenuSingleSelectionItem.tsx"],"names":[],"mappings":"AAOA,MAAM,MAAM,oCAAoC,GAAG;IACjD,KAAK,EAAE,KAAK,CAAC,SAAS,CAAC;IACvB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,KAAK,CAAC,EAAE;QACN,KAAK,EAAE,MAAM,CAAC;QACd,MAAM,CAAC,EAAE,KAAK,CAAC,YAAY,CAAC;KAC7B,CAAC;IACF,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,IAAI,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,CAAC,CAAC;CACzD,GAAG,IAAI,CAAC,KAAK,CAAC,wBAAwB,CAAC,KAAK,CAAC,EAAE,UAAU,CAAC,GACzD,KAAK,CAAC,aAAa,CAAC,cAAc,CAAC,CAAC;AAEtC,eAAO,MAAM,+BAA+B;uEAQzC,oCAAoC;;CAiDtC,CAAC"}
@@ -1,5 +1,8 @@
1
1
  import * as RadixDropdownMenu from "@radix-ui/react-dropdown-menu";
2
2
  import { MenuItemButtonProps } from "../../collections/CommonMenu/MenuItemButton";
3
- export type DropdownMenuItemProps = MenuItemButtonProps & Omit<RadixDropdownMenu.DropdownMenuItemProps, "asChild" | "textValue">;
4
- export declare const DropdownMenuItem: import("react").ForwardRefExoticComponent<Omit<DropdownMenuItemProps, "ref"> & import("react").RefAttributes<HTMLDivElement>>;
3
+ export type DropdownMenuItemProps = MenuItemButtonProps & Omit<RadixDropdownMenu.DropdownMenuItemProps, "asChild" | "textValue"> & React.RefAttributes<HTMLDivElement>;
4
+ export declare const DropdownMenuItem: {
5
+ ({ onSelect, ref, ...rest }: DropdownMenuItemProps): import("react/jsx-runtime").JSX.Element;
6
+ displayName: string;
7
+ };
5
8
  //# sourceMappingURL=DropdownMenuItem.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"DropdownMenuItem.d.ts","sourceRoot":"","sources":["../../../../src/components/dropdown/DropdownMenuItem/DropdownMenuItem.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,iBAAiB,MAAM,+BAA+B,CAAC;AAGnE,OAAO,EAAkB,mBAAmB,EAAE,MAAM,6CAA6C,CAAC;AAElG,MAAM,MAAM,qBAAqB,GAAG,mBAAmB,GACrD,IAAI,CAAC,iBAAiB,CAAC,qBAAqB,EAAE,SAAS,GAAG,WAAW,CAAC,CAAC;AAEzE,eAAO,MAAM,gBAAgB,+HAQ5B,CAAC"}
1
+ {"version":3,"file":"DropdownMenuItem.d.ts","sourceRoot":"","sources":["../../../../src/components/dropdown/DropdownMenuItem/DropdownMenuItem.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,iBAAiB,MAAM,+BAA+B,CAAC;AAEnE,OAAO,EAAkB,mBAAmB,EAAE,MAAM,6CAA6C,CAAC;AAElG,MAAM,MAAM,qBAAqB,GAAG,mBAAmB,GACrD,IAAI,CAAC,iBAAiB,CAAC,qBAAqB,EAAE,SAAS,GAAG,WAAW,CAAC,GACtE,KAAK,CAAC,aAAa,CAAC,cAAc,CAAC,CAAC;AAEtC,eAAO,MAAM,gBAAgB;iCAAgC,qBAAqB;;CAMjF,CAAC"}
@@ -2,5 +2,8 @@ export type DropdownSearchFieldProps = React.ComponentPropsWithRef<"input"> & Re
2
2
  clearLabel?: string;
3
3
  onClear?: () => void;
4
4
  }>;
5
- export declare const DropdownSearchField: import("react").ForwardRefExoticComponent<Omit<DropdownSearchFieldProps, "ref"> & import("react").RefAttributes<HTMLInputElement>>;
5
+ export declare const DropdownSearchField: {
6
+ ({ className, onChange, onKeyDown, onClear, clearLabel, ref, ...props }: DropdownSearchFieldProps): import("react/jsx-runtime").JSX.Element;
7
+ displayName: string;
8
+ };
6
9
  //# sourceMappingURL=DropdownSearchField.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"DropdownSearchField.d.ts","sourceRoot":"","sources":["../../../../src/components/dropdown/DropdownSearchField/DropdownSearchField.tsx"],"names":[],"mappings":"AAOA,MAAM,MAAM,wBAAwB,GAAG,KAAK,CAAC,qBAAqB,CAAC,OAAO,CAAC,GACzE,QAAQ,CAAC;IACP,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;CACtB,CAAC,CAAC;AAEL,eAAO,MAAM,mBAAmB,oIA+E/B,CAAC"}
1
+ {"version":3,"file":"DropdownSearchField.d.ts","sourceRoot":"","sources":["../../../../src/components/dropdown/DropdownSearchField/DropdownSearchField.tsx"],"names":[],"mappings":"AAQA,MAAM,MAAM,wBAAwB,GAAG,KAAK,CAAC,qBAAqB,CAAC,OAAO,CAAC,GACzE,QAAQ,CAAC;IACP,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;CACtB,CAAC,CAAC;AAEL,eAAO,MAAM,mBAAmB;6EAQ7B,wBAAwB;;CAyE1B,CAAC"}
@@ -3,5 +3,8 @@ export type DropdownMenuSpaceActionItemProps = React.ComponentProps<"button"> &
3
3
  label: string;
4
4
  icon: React.ReactNode;
5
5
  }>;
6
- export declare const DropdownMenuSpaceActionItem: React.ForwardRefExoticComponent<Omit<DropdownMenuSpaceActionItemProps, "ref"> & React.RefAttributes<HTMLButtonElement>>;
6
+ export declare const DropdownMenuSpaceActionItem: {
7
+ ({ label, icon, className, ref, ...rest }: DropdownMenuSpaceActionItemProps): import("react/jsx-runtime").JSX.Element;
8
+ displayName: string;
9
+ };
7
10
  //# sourceMappingURL=DropdownMenuSpaceActionItem.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"DropdownMenuSpaceActionItem.d.ts","sourceRoot":"","sources":["../../../../src/components/dropdown/SpaceDropdown/DropdownMenuSpaceActionItem.tsx"],"names":[],"mappings":"AACA,OAAO,KAAqB,MAAM,OAAO,CAAC;AAE1C,MAAM,MAAM,gCAAgC,GAAG,KAAK,CAAC,cAAc,CAAC,QAAQ,CAAC,GAC3E,QAAQ,CAAC;IACP,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,KAAK,CAAC,SAAS,CAAC;CACvB,CAAC,CAAC;AAEL,eAAO,MAAM,2BAA2B,yHA0BtC,CAAC"}
1
+ {"version":3,"file":"DropdownMenuSpaceActionItem.d.ts","sourceRoot":"","sources":["../../../../src/components/dropdown/SpaceDropdown/DropdownMenuSpaceActionItem.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,MAAM,MAAM,gCAAgC,GAAG,KAAK,CAAC,cAAc,CAAC,QAAQ,CAAC,GAC3E,QAAQ,CAAC;IACP,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,KAAK,CAAC,SAAS,CAAC;CACvB,CAAC,CAAC;AAEL,eAAO,MAAM,2BAA2B;+CAMrC,gCAAgC;;CAuBlC,CAAC"}
@@ -4,5 +4,8 @@ export type SpacePullDownButtonProps = React.ComponentProps<"button"> & Readonly
4
4
  avatar: Partial<Pick<AvatarProps, "displayName" | "imageSrc" | "accountType" | "color" | "customColor">>;
5
5
  badgeLabel?: string | null;
6
6
  }>;
7
- export declare const SpacePullDownButton: import("react").ForwardRefExoticComponent<Omit<SpacePullDownButtonProps, "ref"> & import("react").RefAttributes<HTMLButtonElement>>;
7
+ export declare const SpacePullDownButton: {
8
+ ({ title, avatar, badgeLabel, className, ref, ...rest }: SpacePullDownButtonProps): import("react/jsx-runtime").JSX.Element;
9
+ displayName: string;
10
+ };
8
11
  //# sourceMappingURL=SpacePullDownButton.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"SpacePullDownButton.d.ts","sourceRoot":"","sources":["../../../../src/components/dropdown/SpaceDropdown/SpacePullDownButton.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAU,WAAW,EAAE,MAAM,yBAAyB,CAAC;AAG9D,MAAM,MAAM,wBAAwB,GAAG,KAAK,CAAC,cAAc,CAAC,QAAQ,CAAC,GACnE,QAAQ,CAAC;IACP,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,OAAO,CACb,IAAI,CAAC,WAAW,EAAE,aAAa,GAAG,UAAU,GAAG,aAAa,GAAG,OAAO,GAAG,aAAa,CAAC,CACxF,CAAC;IACF,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CAC5B,CAAC,CAAC;AAEL,eAAO,MAAM,mBAAmB,qIAmC/B,CAAC"}
1
+ {"version":3,"file":"SpacePullDownButton.d.ts","sourceRoot":"","sources":["../../../../src/components/dropdown/SpaceDropdown/SpacePullDownButton.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAU,WAAW,EAAE,MAAM,yBAAyB,CAAC;AAG9D,MAAM,MAAM,wBAAwB,GAAG,KAAK,CAAC,cAAc,CAAC,QAAQ,CAAC,GACnE,QAAQ,CAAC;IACP,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,OAAO,CACb,IAAI,CAAC,WAAW,EAAE,aAAa,GAAG,UAAU,GAAG,aAAa,GAAG,OAAO,GAAG,aAAa,CAAC,CACxF,CAAC;IACF,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CAC5B,CAAC,CAAC;AAEL,eAAO,MAAM,mBAAmB;6DAO7B,wBAAwB;;CAiC1B,CAAC"}
@@ -1,7 +1,12 @@
1
- export declare const ColorWheel: import("react").ForwardRefExoticComponent<Readonly<{
1
+ type ColorWheelProps = Readonly<{
2
2
  color: string;
3
3
  label?: string;
4
4
  className?: string;
5
5
  selected?: boolean;
6
- }> & import("react").RefAttributes<HTMLButtonElement>>;
6
+ }> & React.RefAttributes<HTMLButtonElement>;
7
+ export declare const ColorWheel: {
8
+ ({ color, selected, className, label, ref, ...rest }: ColorWheelProps): import("react/jsx-runtime").JSX.Element;
9
+ displayName: string;
10
+ };
11
+ export {};
7
12
  //# sourceMappingURL=ColorWheel.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ColorWheel.d.ts","sourceRoot":"","sources":["../../../../../src/components/editor/ColorPicker/ColorWheel/ColorWheel.tsx"],"names":[],"mappings":"AAiDA,eAAO,MAAM,UAAU;WANd,MAAM;YACL,MAAM;gBACF,MAAM;eACP,OAAO;sDAoBnB,CAAC"}
1
+ {"version":3,"file":"ColorWheel.d.ts","sourceRoot":"","sources":["../../../../../src/components/editor/ColorPicker/ColorWheel/ColorWheel.tsx"],"names":[],"mappings":"AAyCA,KAAK,eAAe,GAAG,QAAQ,CAAC;IAC9B,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB,CAAC,GACA,KAAK,CAAC,aAAa,CAAC,iBAAiB,CAAC,CAAC;AAEzC,eAAO,MAAM,UAAU;0DAOpB,eAAe;;CAejB,CAAC"}
@@ -5,5 +5,8 @@ export type ColorSwatchProps = Readonly<{
5
5
  onClick?: () => void;
6
6
  selected?: boolean;
7
7
  }> & React.ComponentProps<"button">;
8
- export declare const ColorSwatch: import("react").ForwardRefExoticComponent<Omit<ColorSwatchProps, "ref"> & import("react").RefAttributes<HTMLButtonElement>>;
8
+ export declare const ColorSwatch: {
9
+ ({ label, selected, color, className, ref, ...props }: ColorSwatchProps): import("react/jsx-runtime").JSX.Element;
10
+ displayName: string;
11
+ };
9
12
  //# sourceMappingURL=ColorSwatch.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ColorSwatch.d.ts","sourceRoot":"","sources":["../../../../src/components/editor/ColorSwatch/ColorSwatch.tsx"],"names":[],"mappings":"AAsCA,MAAM,MAAM,gBAAgB,GAAG,QAAQ,CAAC;IACtC,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB,CAAC,GACA,KAAK,CAAC,cAAc,CAAC,QAAQ,CAAC,CAAC;AAEjC,eAAO,MAAM,WAAW,6HAuBvB,CAAC"}
1
+ {"version":3,"file":"ColorSwatch.d.ts","sourceRoot":"","sources":["../../../../src/components/editor/ColorSwatch/ColorSwatch.tsx"],"names":[],"mappings":"AAqCA,MAAM,MAAM,gBAAgB,GAAG,QAAQ,CAAC;IACtC,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB,CAAC,GACA,KAAK,CAAC,cAAc,CAAC,QAAQ,CAAC,CAAC;AAEjC,eAAO,MAAM,WAAW;2DAOrB,gBAAgB;;CAqBlB,CAAC"}
@@ -9,7 +9,10 @@ export type FloatingPanelProps = {
9
9
  };
10
10
  export declare const FloatingPanel: {
11
11
  ({ children, className, width, maxHeight, defaultPosition, }: FloatingPanelProps): import("react/jsx-runtime").JSX.Element;
12
- Header: import("react").ForwardRefExoticComponent<import("./FloatingPanelHeader").FloatingPanelHeaderProps & import("react").RefAttributes<HTMLDivElement>>;
12
+ Header: {
13
+ ({ title, action, onClose, closeLabel, closeTestId, children, className, ref, }: import("./FloatingPanelHeader").FloatingPanelHeaderProps): import("react/jsx-runtime").JSX.Element;
14
+ displayName: string;
15
+ };
13
16
  Content: ({ children, className }: import("./FloatingPanelContent").FloatingPanelContentProps) => import("react/jsx-runtime").JSX.Element;
14
17
  };
15
18
  //# sourceMappingURL=FloatingPanel.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"FloatingPanel.d.ts","sourceRoot":"","sources":["../../../../src/components/editor/FloatingPanel/FloatingPanel.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,iBAAiB,CAAC;AAMhD,MAAM,MAAM,qBAAqB,GAAG,QAAQ,CAAC;AAE7C,MAAM,MAAM,kBAAkB,GAAG;IAC/B,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,eAAe,CAAC,EAAE,qBAAqB,CAAC;CACzC,CAAC;AAEF,eAAO,MAAM,aAAa;kEAMvB,kBAAkB;;;CAuBpB,CAAC"}
1
+ {"version":3,"file":"FloatingPanel.d.ts","sourceRoot":"","sources":["../../../../src/components/editor/FloatingPanel/FloatingPanel.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,iBAAiB,CAAC;AAMhD,MAAM,MAAM,qBAAqB,GAAG,QAAQ,CAAC;AAE7C,MAAM,MAAM,kBAAkB,GAAG;IAC/B,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,eAAe,CAAC,EAAE,qBAAqB,CAAC;CACzC,CAAC;AAEF,eAAO,MAAM,aAAa;kEAMvB,kBAAkB;;;;;;CAuBpB,CAAC"}
@@ -12,6 +12,9 @@ export type FloatingPanelHeaderProps = {
12
12
  closeTestId?: string;
13
13
  children?: React.ReactNode;
14
14
  className?: string;
15
+ } & React.RefAttributes<HTMLDivElement>;
16
+ export declare const FloatingPanelHeader: {
17
+ ({ title, action, onClose, closeLabel, closeTestId, children, className, ref, }: FloatingPanelHeaderProps): import("react/jsx-runtime").JSX.Element;
18
+ displayName: string;
15
19
  };
16
- export declare const FloatingPanelHeader: import("react").ForwardRefExoticComponent<FloatingPanelHeaderProps & import("react").RefAttributes<HTMLDivElement>>;
17
20
  //# sourceMappingURL=FloatingPanelHeader.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"FloatingPanelHeader.d.ts","sourceRoot":"","sources":["../../../../src/components/editor/FloatingPanel/FloatingPanelHeader.tsx"],"names":[],"mappings":"AASA,MAAM,MAAM,yBAAyB,GAAG;IACtC,KAAK,EAAE,KAAK,CAAC,SAAS,CAAC;IACvB,OAAO,EAAE,MAAM,IAAI,CAAC;IACpB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB,CAAC;AAEF,MAAM,MAAM,wBAAwB,GAAG;IACrC,KAAK,EAAE,KAAK,CAAC,SAAS,CAAC;IACvB,MAAM,CAAC,EAAE,yBAAyB,CAAC;IACnC,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,CAAC;AAEF,eAAO,MAAM,mBAAmB,qHAkD/B,CAAC"}
1
+ {"version":3,"file":"FloatingPanelHeader.d.ts","sourceRoot":"","sources":["../../../../src/components/editor/FloatingPanel/FloatingPanelHeader.tsx"],"names":[],"mappings":"AAQA,MAAM,MAAM,yBAAyB,GAAG;IACtC,KAAK,EAAE,KAAK,CAAC,SAAS,CAAC;IACvB,OAAO,EAAE,MAAM,IAAI,CAAC;IACpB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB,CAAC;AAEF,MAAM,MAAM,wBAAwB,GAAG;IACrC,KAAK,EAAE,KAAK,CAAC,SAAS,CAAC;IACvB,MAAM,CAAC,EAAE,yBAAyB,CAAC;IACnC,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,GAAG,KAAK,CAAC,aAAa,CAAC,cAAc,CAAC,CAAC;AAExC,eAAO,MAAM,mBAAmB;qFAS7B,wBAAwB;;CAgD1B,CAAC"}
@@ -3,5 +3,8 @@ export type ListItemProps = Readonly<{
3
3
  icon?: React.ReactNode;
4
4
  trailing?: React.ReactNode;
5
5
  }> & Omit<React.ComponentProps<"button">, "children">;
6
- export declare const ListItem: import("react").ForwardRefExoticComponent<Omit<ListItemProps, "ref"> & import("react").RefAttributes<HTMLButtonElement>>;
6
+ export declare const ListItem: {
7
+ ({ className, label, icon, trailing, ref, ...rest }: ListItemProps): import("react/jsx-runtime").JSX.Element;
8
+ displayName: string;
9
+ };
7
10
  //# sourceMappingURL=ListItem.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ListItem.d.ts","sourceRoot":"","sources":["../../../../src/components/editor/ListItem/ListItem.tsx"],"names":[],"mappings":"AAKA,MAAM,MAAM,aAAa,GAAG,QAAQ,CAAC;IACnC,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACvB,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CAC5B,CAAC,GACA,IAAI,CAAC,KAAK,CAAC,cAAc,CAAC,QAAQ,CAAC,EAAE,UAAU,CAAC,CAAC;AAEnD,eAAO,MAAM,QAAQ,0HAkCpB,CAAC"}
1
+ {"version":3,"file":"ListItem.d.ts","sourceRoot":"","sources":["../../../../src/components/editor/ListItem/ListItem.tsx"],"names":[],"mappings":"AAIA,MAAM,MAAM,aAAa,GAAG,QAAQ,CAAC;IACnC,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACvB,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CAC5B,CAAC,GACA,IAAI,CAAC,KAAK,CAAC,cAAc,CAAC,QAAQ,CAAC,EAAE,UAAU,CAAC,CAAC;AAEnD,eAAO,MAAM,QAAQ;yDAAwD,aAAa;;CA8BzF,CAAC"}
@@ -13,5 +13,8 @@ export type ObjectItemProps = {
13
13
  buttonProps?: React.ComponentProps<"button">;
14
14
  bottomRightIcon?: React.ReactNode;
15
15
  } & Omit<React.ComponentProps<"li">, "children">;
16
- export declare const ObjectItem: import("react").ForwardRefExoticComponent<Omit<ObjectItemProps, "ref"> & import("react").RefAttributes<HTMLLIElement>>;
16
+ export declare const ObjectItem: {
17
+ ({ label, labelTestId, subtitle, isHidden: value, defaultIsHidden: defaultValue, onIsHiddenChange: onValueChange, thumbnailUrl, thumbnailCheckerboard, thumbnailCover, loading, dragHandleProps, buttonProps, className, bottomRightIcon, ref, ...rest }: ObjectItemProps): import("react/jsx-runtime").JSX.Element;
18
+ displayName: string;
19
+ };
17
20
  //# sourceMappingURL=ObjectItem.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ObjectItem.d.ts","sourceRoot":"","sources":["../../../../src/components/editor/ObjectItem/ObjectItem.tsx"],"names":[],"mappings":"AASA,MAAM,MAAM,eAAe,GAAG;IAC5B,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,QAAQ,CAAC,EAAE,MAAM,GAAG,KAAK,CAAC,GAAG,CAAC,OAAO,CAAC;IACtC,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,gBAAgB,CAAC,EAAE,CAAC,QAAQ,EAAE,OAAO,KAAK,IAAI,CAAC;IAC/C,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,qBAAqB,CAAC,EAAE,OAAO,CAAC;IAChC,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,eAAe,CAAC,EAAE,KAAK,CAAC,cAAc,CAAC,MAAM,CAAC,CAAC;IAC/C,WAAW,CAAC,EAAE,KAAK,CAAC,cAAc,CAAC,QAAQ,CAAC,CAAC;IAC7C,eAAe,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CACnC,GAAG,IAAI,CAAC,KAAK,CAAC,cAAc,CAAC,IAAI,CAAC,EAAE,UAAU,CAAC,CAAC;AAEjD,eAAO,MAAM,UAAU,wHAwGtB,CAAC"}
1
+ {"version":3,"file":"ObjectItem.d.ts","sourceRoot":"","sources":["../../../../src/components/editor/ObjectItem/ObjectItem.tsx"],"names":[],"mappings":"AAQA,MAAM,MAAM,eAAe,GAAG;IAC5B,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,QAAQ,CAAC,EAAE,MAAM,GAAG,KAAK,CAAC,GAAG,CAAC,OAAO,CAAC;IACtC,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,gBAAgB,CAAC,EAAE,CAAC,QAAQ,EAAE,OAAO,KAAK,IAAI,CAAC;IAC/C,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,qBAAqB,CAAC,EAAE,OAAO,CAAC;IAChC,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,eAAe,CAAC,EAAE,KAAK,CAAC,cAAc,CAAC,MAAM,CAAC,CAAC;IAC/C,WAAW,CAAC,EAAE,KAAK,CAAC,cAAc,CAAC,QAAQ,CAAC,CAAC;IAC7C,eAAe,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CACnC,GAAG,IAAI,CAAC,KAAK,CAAC,cAAc,CAAC,IAAI,CAAC,EAAE,UAAU,CAAC,CAAC;AAEjD,eAAO,MAAM,UAAU;8PAiBpB,eAAe;;CAmFjB,CAAC"}
@@ -1,23 +1,17 @@
1
1
  export type PillProps = React.ComponentProps<"div">;
2
2
  export declare const Pill: {
3
3
  ({ className, ...props }: PillProps): import("react/jsx-runtime").JSX.Element;
4
- Button: import("react").ForwardRefExoticComponent<(Omit<Omit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "children"> & {
5
- chevron?: boolean;
6
- } & {
7
- label: string;
8
- icon?: React.ReactNode;
9
- tooltip?: string;
10
- }, "ref"> | Omit<Omit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "children"> & {
11
- chevron?: boolean;
12
- } & {
13
- icon: React.ReactNode;
14
- label?: never;
15
- tooltip: string;
16
- }, "ref">) & import("react").RefAttributes<HTMLButtonElement>>;
4
+ Button: {
5
+ ({ icon, label, className, chevron, tooltip, ref, ...props }: import("./PillButton").PillButtonProps): import("react/jsx-runtime").JSX.Element;
6
+ displayName: string;
7
+ };
17
8
  Divider: {
18
9
  ({ className, ...props }: import("./PillDivider").PillDividerProps): import("react/jsx-runtime").JSX.Element;
19
10
  displayName: string;
20
11
  };
21
- Toggle: import("react").ForwardRefExoticComponent<Omit<import("./PillToggle").PillToggleProps, "ref"> & import("react").RefAttributes<HTMLButtonElement>>;
12
+ Toggle: {
13
+ ({ active, icon, activeIcon, label, className, ref, ...props }: import("./PillToggle").PillToggleProps): import("react/jsx-runtime").JSX.Element;
14
+ displayName: string;
15
+ };
22
16
  };
23
17
  //# sourceMappingURL=Pill.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Pill.d.ts","sourceRoot":"","sources":["../../../../src/components/editor/Pill/Pill.tsx"],"names":[],"mappings":"AAMA,MAAM,MAAM,SAAS,GAAG,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,CAAC;AAEpD,eAAO,MAAM,IAAI;8BAA6B,SAAS;;;;;;;;;;;;;;;;;;;CAYtD,CAAC"}
1
+ {"version":3,"file":"Pill.d.ts","sourceRoot":"","sources":["../../../../src/components/editor/Pill/Pill.tsx"],"names":[],"mappings":"AAMA,MAAM,MAAM,SAAS,GAAG,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,CAAC;AAEpD,eAAO,MAAM,IAAI;8BAA6B,SAAS;;;;;;;;;;;;;CAYtD,CAAC"}
@@ -19,6 +19,9 @@ type IconOnlyPillButtonProps = PillButtonBaseProps & {
19
19
  tooltip: string;
20
20
  };
21
21
  export type PillButtonProps = LabelledPillButtonProps | IconOnlyPillButtonProps;
22
- export declare const PillButton: React.ForwardRefExoticComponent<(Omit<LabelledPillButtonProps, "ref"> | Omit<IconOnlyPillButtonProps, "ref">) & React.RefAttributes<HTMLButtonElement>>;
22
+ export declare const PillButton: {
23
+ ({ icon, label, className, chevron, tooltip, ref, ...props }: PillButtonProps): import("react/jsx-runtime").JSX.Element;
24
+ displayName: string;
25
+ };
23
26
  export {};
24
27
  //# sourceMappingURL=PillButton.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"PillButton.d.ts","sourceRoot":"","sources":["../../../../src/components/editor/Pill/PillButton.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAqB,MAAM,OAAO,CAAC;AAI1C,KAAK,mBAAmB,GAAG,IAAI,CAAC,KAAK,CAAC,cAAc,CAAC,QAAQ,CAAC,EAAE,UAAU,CAAC,GAAG;IAC5E,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB,CAAC;AAEF,KAAK,uBAAuB,GAAG,mBAAmB,GAAG;IACnD,+DAA+D;IAC/D,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACvB,kEAAkE;IAClE,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB,CAAC;AAEF,KAAK,uBAAuB,GAAG,mBAAmB,GAAG;IACnD,IAAI,EAAE,KAAK,CAAC,SAAS,CAAC;IACtB,KAAK,CAAC,EAAE,KAAK,CAAC;IACd;;;OAGG;IACH,OAAO,EAAE,MAAM,CAAC;CACjB,CAAC;AAEF,MAAM,MAAM,eAAe,GAAG,uBAAuB,GAAG,uBAAuB,CAAC;AAEhF,eAAO,MAAM,UAAU,yJAuEtB,CAAC"}
1
+ {"version":3,"file":"PillButton.d.ts","sourceRoot":"","sources":["../../../../src/components/editor/Pill/PillButton.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,MAAM,OAAO,CAAC;AAI1B,KAAK,mBAAmB,GAAG,IAAI,CAAC,KAAK,CAAC,cAAc,CAAC,QAAQ,CAAC,EAAE,UAAU,CAAC,GAAG;IAC5E,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB,CAAC;AAEF,KAAK,uBAAuB,GAAG,mBAAmB,GAAG;IACnD,+DAA+D;IAC/D,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACvB,kEAAkE;IAClE,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB,CAAC;AAEF,KAAK,uBAAuB,GAAG,mBAAmB,GAAG;IACnD,IAAI,EAAE,KAAK,CAAC,SAAS,CAAC;IACtB,KAAK,CAAC,EAAE,KAAK,CAAC;IACd;;;OAGG;IACH,OAAO,EAAE,MAAM,CAAC;CACjB,CAAC;AAEF,MAAM,MAAM,eAAe,GAAG,uBAAuB,GAAG,uBAAuB,CAAC;AAEhF,eAAO,MAAM,UAAU;kEAQpB,eAAe;;CA+DjB,CAAC"}
@@ -5,5 +5,8 @@ export type PillToggleProps = Omit<React.ComponentProps<"button">, "children"> &
5
5
  activeIcon?: React.ReactNode;
6
6
  label?: string;
7
7
  };
8
- export declare const PillToggle: React.ForwardRefExoticComponent<Omit<PillToggleProps, "ref"> & React.RefAttributes<HTMLButtonElement>>;
8
+ export declare const PillToggle: {
9
+ ({ active, icon, activeIcon, label, className, ref, ...props }: PillToggleProps): import("react/jsx-runtime").JSX.Element;
10
+ displayName: string;
11
+ };
9
12
  //# sourceMappingURL=PillToggle.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"PillToggle.d.ts","sourceRoot":"","sources":["../../../../src/components/editor/Pill/PillToggle.tsx"],"names":[],"mappings":"AACA,OAAO,KAAqB,MAAM,OAAO,CAAC;AAI1C,MAAM,MAAM,eAAe,GAAG,IAAI,CAAC,KAAK,CAAC,cAAc,CAAC,QAAQ,CAAC,EAAE,UAAU,CAAC,GAAG;IAC/E,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,IAAI,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACvB,UAAU,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC7B,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB,CAAC;AAkDF,eAAO,MAAM,UAAU,wGAsBtB,CAAC"}
1
+ {"version":3,"file":"PillToggle.d.ts","sourceRoot":"","sources":["../../../../src/components/editor/Pill/PillToggle.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,MAAM,OAAO,CAAC;AAI1B,MAAM,MAAM,eAAe,GAAG,IAAI,CAAC,KAAK,CAAC,cAAc,CAAC,QAAQ,CAAC,EAAE,UAAU,CAAC,GAAG;IAC/E,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,IAAI,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACvB,UAAU,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC7B,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB,CAAC;AAkDF,eAAO,MAAM,UAAU;oEAQpB,eAAe;;CAoBjB,CAAC"}
@@ -9,6 +9,9 @@ export type PresenceObjectPillProps = {
9
9
  displayName: string;
10
10
  initials: string;
11
11
  isLast?: boolean;
12
+ } & React.RefAttributes<PresenceObjectPillRef>;
13
+ export declare const PresenceObjectPill: {
14
+ ({ backgroundColor, displayName, initials, isLast, ref, }: PresenceObjectPillProps): import("react/jsx-runtime").JSX.Element;
15
+ displayName: string;
12
16
  };
13
- export declare const PresenceObjectPill: import("react").ForwardRefExoticComponent<PresenceObjectPillProps & import("react").RefAttributes<PresenceObjectPillRef>>;
14
17
  //# sourceMappingURL=PresenceObjectPill.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"PresenceObjectPill.d.ts","sourceRoot":"","sources":["../../../../src/components/editor/PresenceObjectBox/PresenceObjectPill.tsx"],"names":[],"mappings":"AAKA,MAAM,MAAM,qBAAqB,GAAG;IAClC,qBAAqB,EAAE,MAAM,IAAI,CAAC;IAClC,eAAe,EAAE,MAAM,IAAI,CAAC;IAC5B,YAAY,EAAE,MAAM,IAAI,CAAC;IACzB,OAAO,EAAE,eAAe,GAAG,IAAI,CAAC;CACjC,CAAC;AAEF,MAAM,MAAM,uBAAuB,GAAG;IACpC,eAAe,EAAE,MAAM,CAAC;IACxB,WAAW,EAAE,MAAM,CAAC;IACpB,QAAQ,EAAE,MAAM,CAAC;IACjB,MAAM,CAAC,EAAE,OAAO,CAAC;CAClB,CAAC;AAEF,eAAO,MAAM,kBAAkB,2HA4D9B,CAAC"}
1
+ {"version":3,"file":"PresenceObjectPill.d.ts","sourceRoot":"","sources":["../../../../src/components/editor/PresenceObjectBox/PresenceObjectPill.tsx"],"names":[],"mappings":"AAKA,MAAM,MAAM,qBAAqB,GAAG;IAClC,qBAAqB,EAAE,MAAM,IAAI,CAAC;IAClC,eAAe,EAAE,MAAM,IAAI,CAAC;IAC5B,YAAY,EAAE,MAAM,IAAI,CAAC;IACzB,OAAO,EAAE,eAAe,GAAG,IAAI,CAAC;CACjC,CAAC;AAEF,MAAM,MAAM,uBAAuB,GAAG;IACpC,eAAe,EAAE,MAAM,CAAC;IACxB,WAAW,EAAE,MAAM,CAAC;IACpB,QAAQ,EAAE,MAAM,CAAC;IACjB,MAAM,CAAC,EAAE,OAAO,CAAC;CAClB,GAAG,KAAK,CAAC,aAAa,CAAC,qBAAqB,CAAC,CAAC;AAE/C,eAAO,MAAM,kBAAkB;+DAM5B,uBAAuB;;CA0DzB,CAAC"}
@@ -1,5 +1,5 @@
1
1
  import Moveable, { MoveableProps } from "react-moveable";
2
- export declare const MoveableSelectionObjectBox: import("react").ForwardRefExoticComponent<MoveableProps & Readonly<{
2
+ type MoveableSelectionObjectBoxProps = MoveableProps & Readonly<{
3
3
  shouldShowLateralHandles?: boolean;
4
4
  shouldShowVerticalHandles?: boolean;
5
5
  selectionBoxHeight: number;
@@ -8,5 +8,10 @@ export declare const MoveableSelectionObjectBox: import("react").ForwardRefExoti
8
8
  variant?: "default" | "layerBox" | "cropBox";
9
9
  onEditionPillPointerMove?: (e: React.PointerEvent) => void;
10
10
  onRotateButtonPointerMove?: (e: React.PointerEvent) => void;
11
- }> & import("react").RefAttributes<Moveable<{}>>>;
11
+ }> & React.RefAttributes<Moveable>;
12
+ export declare const MoveableSelectionObjectBox: {
13
+ ({ target, shouldShowLateralHandles, shouldShowVerticalHandles, selectionBoxHeight, editionPill, forcedPillPosition, variant, onRotateStart, onRotateEnd, onScaleStart, onScale, onScaleEnd, onRotate, onEditionPillPointerMove, onRotateButtonPointerMove, ref, ...rest }: MoveableSelectionObjectBoxProps): import("react/jsx-runtime").JSX.Element;
14
+ displayName: string;
15
+ };
16
+ export {};
12
17
  //# sourceMappingURL=MoveableSelectionObjectBox.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"MoveableSelectionObjectBox.d.ts","sourceRoot":"","sources":["../../../../src/components/editor/SelectionObjectBox/MoveableSelectionObjectBox.tsx"],"names":[],"mappings":"AAEA,OAAO,QAAQ,EAAE,EACf,aAAa,EAKd,MAAM,gBAAgB,CAAC;AAwCxB,eAAO,MAAM,0BAA0B;+BAVR,OAAO;gCACN,OAAO;wBACf,MAAM;kBACZ,KAAK,CAAC,SAAS;yBACR,KAAK,GAAG,QAAQ;cAC3B,SAAS,GAAG,UAAU,GAAG,SAAS;+BACjB,CAAC,CAAC,EAAE,KAAK,CAAC,YAAY,KAAK,IAAI;gCAC9B,CAAC,CAAC,EAAE,KAAK,CAAC,YAAY,KAAK,IAAI;iDA6N9D,CAAC"}
1
+ {"version":3,"file":"MoveableSelectionObjectBox.d.ts","sourceRoot":"","sources":["../../../../src/components/editor/SelectionObjectBox/MoveableSelectionObjectBox.tsx"],"names":[],"mappings":"AAEA,OAAO,QAAQ,EAAE,EACf,aAAa,EAKd,MAAM,gBAAgB,CAAC;AA4BxB,KAAK,+BAA+B,GAAG,aAAa,GAClD,QAAQ,CAAC;IACP,wBAAwB,CAAC,EAAE,OAAO,CAAC;IACnC,yBAAyB,CAAC,EAAE,OAAO,CAAC;IACpC,kBAAkB,EAAE,MAAM,CAAC;IAC3B,WAAW,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC9B,kBAAkB,CAAC,EAAE,KAAK,GAAG,QAAQ,CAAC;IACtC,OAAO,CAAC,EAAE,SAAS,GAAG,UAAU,GAAG,SAAS,CAAC;IAC7C,wBAAwB,CAAC,EAAE,CAAC,CAAC,EAAE,KAAK,CAAC,YAAY,KAAK,IAAI,CAAC;IAC3D,yBAAyB,CAAC,EAAE,CAAC,CAAC,EAAE,KAAK,CAAC,YAAY,KAAK,IAAI,CAAC;CAC7D,CAAC,GACF,KAAK,CAAC,aAAa,CAAC,QAAQ,CAAC,CAAC;AAEhC,eAAO,MAAM,0BAA0B;gRAkBpC,+BAA+B;;CAoMjC,CAAC"}
@@ -1,7 +1,3 @@
1
- import { MoveableSelectionObjectBox } from "./MoveableSelectionObjectBox";
2
- type SelectionObjectBoxComponent = {
3
- Moveable: typeof MoveableSelectionObjectBox;
4
- } & React.ForwardRefExoticComponent<SelectionObjectBoxProps & React.RefAttributes<HTMLDivElement>>;
5
1
  export type SelectionObjectBoxProps = {
6
2
  className?: string;
7
3
  left: number;
@@ -11,7 +7,22 @@ export type SelectionObjectBoxProps = {
11
7
  transform: string;
12
8
  onPointerDown?: React.PointerEventHandler<HTMLDivElement>;
13
9
  children?: React.ReactNode;
10
+ } & React.RefAttributes<HTMLDivElement>;
11
+ export declare const SelectionObjectBox: {
12
+ ({ className, left, top, width, height, transform, children, ref, ...rest }: SelectionObjectBoxProps): import("react/jsx-runtime").JSX.Element;
13
+ displayName: string;
14
+ Moveable: {
15
+ ({ target, shouldShowLateralHandles, shouldShowVerticalHandles, selectionBoxHeight, editionPill, forcedPillPosition, variant, onRotateStart, onRotateEnd, onScaleStart, onScale, onScaleEnd, onRotate, onEditionPillPointerMove, onRotateButtonPointerMove, ref, ...rest }: import("react-moveable").MoveableProps & Readonly<{
16
+ shouldShowLateralHandles?: boolean;
17
+ shouldShowVerticalHandles?: boolean;
18
+ selectionBoxHeight: number;
19
+ editionPill?: React.ReactNode;
20
+ forcedPillPosition?: "top" | "bottom";
21
+ variant?: "default" | "layerBox" | "cropBox";
22
+ onEditionPillPointerMove?: (e: React.PointerEvent) => void;
23
+ onRotateButtonPointerMove?: (e: React.PointerEvent) => void;
24
+ }> & import("react").RefAttributes<import("react-moveable").default<{}>>): import("react/jsx-runtime").JSX.Element;
25
+ displayName: string;
26
+ };
14
27
  };
15
- export declare const SelectionObjectBox: SelectionObjectBoxComponent;
16
- export {};
17
28
  //# sourceMappingURL=SelectionObjectBox.d.ts.map