@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,9 +1,7 @@
1
- import { ForwardRefComponent } from "../../polymorphic";
1
+ import { PolymorphicComponent } from "../../polymorphic";
2
2
  export type AppButtonProps = Readonly<{
3
3
  label: string;
4
4
  icon: React.ComponentType<React.ComponentPropsWithoutRef<"svg">>;
5
5
  }>;
6
- type PolymorphicAppButton = ForwardRefComponent<"button", AppButtonProps>;
7
- export declare const AppButton: PolymorphicAppButton;
8
- export {};
6
+ export declare const AppButton: PolymorphicComponent<"button", AppButtonProps>;
9
7
  //# sourceMappingURL=AppButton.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"AppButton.d.ts","sourceRoot":"","sources":["../../../../src/components/action/AppButton/AppButton.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AAExD,MAAM,MAAM,cAAc,GAAG,QAAQ,CAAC;IACpC,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,KAAK,CAAC,aAAa,CAAC,KAAK,CAAC,wBAAwB,CAAC,KAAK,CAAC,CAAC,CAAC;CAClE,CAAC,CAAC;AAEH,KAAK,oBAAoB,GAAG,mBAAmB,CAAC,QAAQ,EAAE,cAAc,CAAC,CAAC;AAE1E,eAAO,MAAM,SAAS,EAsBjB,oBAAoB,CAAC"}
1
+ {"version":3,"file":"AppButton.d.ts","sourceRoot":"","sources":["../../../../src/components/action/AppButton/AppButton.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,oBAAoB,EAAoB,MAAM,mBAAmB,CAAC;AAE3E,MAAM,MAAM,cAAc,GAAG,QAAQ,CAAC;IACpC,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,KAAK,CAAC,aAAa,CAAC,KAAK,CAAC,wBAAwB,CAAC,KAAK,CAAC,CAAC,CAAC;CAClE,CAAC,CAAC;AAEH,eAAO,MAAM,SAAS,EA2BhB,oBAAoB,CAAC,QAAQ,EAAE,cAAc,CAAC,CAAC"}
@@ -1,8 +1,6 @@
1
- import { ForwardRefComponent } from "../../polymorphic";
1
+ import { PolymorphicComponent } from "../../polymorphic";
2
2
  export type BlogSocialButtonProps = Readonly<{
3
3
  icon: React.ComponentType<React.ComponentPropsWithoutRef<"svg">>;
4
4
  }>;
5
- type PolymorphicBlogSocialButton = ForwardRefComponent<"button", BlogSocialButtonProps>;
6
- export declare const BlogSocialButton: PolymorphicBlogSocialButton;
7
- export {};
5
+ export declare const BlogSocialButton: PolymorphicComponent<"button", BlogSocialButtonProps>;
8
6
  //# sourceMappingURL=BlogSocialButton.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"BlogSocialButton.d.ts","sourceRoot":"","sources":["../../../../src/components/action/BlogSocialButton/BlogSocialButton.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AAExD,MAAM,MAAM,qBAAqB,GAAG,QAAQ,CAAC;IAC3C,IAAI,EAAE,KAAK,CAAC,aAAa,CAAC,KAAK,CAAC,wBAAwB,CAAC,KAAK,CAAC,CAAC,CAAC;CAClE,CAAC,CAAC;AAEH,KAAK,2BAA2B,GAAG,mBAAmB,CAAC,QAAQ,EAAE,qBAAqB,CAAC,CAAC;AAExF,eAAO,MAAM,gBAAgB,EAoBxB,2BAA2B,CAAC"}
1
+ {"version":3,"file":"BlogSocialButton.d.ts","sourceRoot":"","sources":["../../../../src/components/action/BlogSocialButton/BlogSocialButton.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,oBAAoB,EAAoB,MAAM,mBAAmB,CAAC;AAE3E,MAAM,MAAM,qBAAqB,GAAG,QAAQ,CAAC;IAC3C,IAAI,EAAE,KAAK,CAAC,aAAa,CAAC,KAAK,CAAC,wBAAwB,CAAC,KAAK,CAAC,CAAC,CAAC;CAClE,CAAC,CAAC;AAEH,eAAO,MAAM,gBAAgB,EAwBvB,oBAAoB,CAAC,QAAQ,EAAE,qBAAqB,CAAC,CAAC"}
@@ -1,6 +1,6 @@
1
1
  import { VariantProps } from "class-variance-authority";
2
2
  import React from "react";
3
- import { ForwardRefComponent } from "../../polymorphic";
3
+ import { PolymorphicComponent } from "../../polymorphic";
4
4
  import { buttonVariants } from "./utils";
5
5
  export type ButtonIcon = React.ComponentType<React.ComponentPropsWithoutRef<"svg">>;
6
6
  export type ButtonProps = {
@@ -17,7 +17,5 @@ export type ButtonProps = {
17
17
  density?: "spacious" | "regular" | "compact";
18
18
  loading?: boolean;
19
19
  } & VariantProps<typeof buttonVariants>;
20
- type PolymorphicButton = ForwardRefComponent<"button", ButtonProps>;
21
- export declare const Button: PolymorphicButton;
22
- export {};
20
+ export declare const Button: PolymorphicComponent<"button", ButtonProps>;
23
21
  //# sourceMappingURL=Button.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Button.d.ts","sourceRoot":"","sources":["../../../../src/components/action/Button/Button.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,YAAY,EAAE,MAAM,0BAA0B,CAAC;AAExD,OAAO,KAAqB,MAAM,OAAO,CAAC;AAG1C,OAAO,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AAExD,OAAO,EAEL,cAAc,EAKf,MAAM,SAAS,CAAC;AAEjB,MAAM,MAAM,UAAU,GAAG,KAAK,CAAC,aAAa,CAAC,KAAK,CAAC,wBAAwB,CAAC,KAAK,CAAC,CAAC,CAAC;AAEpF,MAAM,MAAM,WAAW,GAAG;IACxB;;;OAGG;IACH,IAAI,CAAC,EAAE,UAAU,GAAG,KAAK,CAAC,SAAS,CAAC;IACpC;;OAEG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,IAAI,CAAC,EAAE,QAAQ,GAAG,OAAO,CAAC;IAC1B,OAAO,CAAC,EAAE,UAAU,GAAG,SAAS,GAAG,SAAS,CAAC;IAC7C,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB,GAAG,YAAY,CAAC,OAAO,cAAc,CAAC,CAAC;AAExC,KAAK,iBAAiB,GAAG,mBAAmB,CAAC,QAAQ,EAAE,WAAW,CAAC,CAAC;AAEpE,eAAO,MAAM,MAAM,EAsGd,iBAAiB,CAAC"}
1
+ {"version":3,"file":"Button.d.ts","sourceRoot":"","sources":["../../../../src/components/action/Button/Button.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,YAAY,EAAE,MAAM,0BAA0B,CAAC;AAExD,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,OAAO,EAAE,oBAAoB,EAAoB,MAAM,mBAAmB,CAAC;AAE3E,OAAO,EAEL,cAAc,EAKf,MAAM,SAAS,CAAC;AAEjB,MAAM,MAAM,UAAU,GAAG,KAAK,CAAC,aAAa,CAAC,KAAK,CAAC,wBAAwB,CAAC,KAAK,CAAC,CAAC,CAAC;AAEpF,MAAM,MAAM,WAAW,GAAG;IACxB;;;OAGG;IACH,IAAI,CAAC,EAAE,UAAU,GAAG,KAAK,CAAC,SAAS,CAAC;IACpC;;OAEG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,IAAI,CAAC,EAAE,QAAQ,GAAG,OAAO,CAAC;IAC1B,OAAO,CAAC,EAAE,UAAU,GAAG,SAAS,GAAG,SAAS,CAAC;IAC7C,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB,GAAG,YAAY,CAAC,OAAO,cAAc,CAAC,CAAC;AAExC,eAAO,MAAM,MAAM,EA8Fb,oBAAoB,CAAC,QAAQ,EAAE,WAAW,CAAC,CAAC"}
@@ -1,3 +1,6 @@
1
1
  export type ButtonClusterProps = Readonly<React.JSX.IntrinsicElements["div"]>;
2
- export declare const ButtonCluster: import("react").ForwardRefExoticComponent<Omit<Readonly<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, "ref"> & import("react").RefAttributes<HTMLDivElement>>;
2
+ export declare const ButtonCluster: {
3
+ ({ children, className, ref, ...rest }: ButtonClusterProps): import("react/jsx-runtime").JSX.Element;
4
+ displayName: string;
5
+ };
3
6
  //# sourceMappingURL=ButtonCluster.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ButtonCluster.d.ts","sourceRoot":"","sources":["../../../../src/components/action/ButtonCluster/ButtonCluster.tsx"],"names":[],"mappings":"AAIA,MAAM,MAAM,kBAAkB,GAAG,QAAQ,CAAC,KAAK,CAAC,GAAG,CAAC,iBAAiB,CAAC,KAAK,CAAC,CAAC,CAAC;AAG9E,eAAO,MAAM,aAAa,qNAoBzB,CAAC"}
1
+ {"version":3,"file":"ButtonCluster.d.ts","sourceRoot":"","sources":["../../../../src/components/action/ButtonCluster/ButtonCluster.tsx"],"names":[],"mappings":"AAIA,MAAM,MAAM,kBAAkB,GAAG,QAAQ,CAAC,KAAK,CAAC,GAAG,CAAC,iBAAiB,CAAC,KAAK,CAAC,CAAC,CAAC;AAG9E,eAAO,MAAM,aAAa;4CAA2C,kBAAkB;;CAetF,CAAC"}
@@ -12,6 +12,9 @@ declare const circularButtonVariants: (props?: ({
12
12
  export type CircularButtonProps = {
13
13
  icon: ButtonIcon | React.ReactNode;
14
14
  } & VariantProps<typeof circularButtonVariants> & Omit<React.ComponentProps<"button">, "children">;
15
- export declare const CircularButton: React.ForwardRefExoticComponent<Omit<CircularButtonProps, "ref"> & React.RefAttributes<HTMLButtonElement>>;
15
+ export declare const CircularButton: {
16
+ ({ icon, variant, size, className, ref, ...props }: CircularButtonProps): import("react/jsx-runtime").JSX.Element;
17
+ displayName: string;
18
+ };
16
19
  export {};
17
20
  //# sourceMappingURL=CircularButton.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"CircularButton.d.ts","sourceRoot":"","sources":["../../../../src/components/action/CircularButton/CircularButton.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAO,KAAK,YAAY,EAAE,MAAM,0BAA0B,CAAC;AAClE,OAAO,KAAqB,MAAM,OAAO,CAAC;AAI1C,KAAK,UAAU,GAAG,KAAK,CAAC,aAAa,CAAC,KAAK,CAAC,wBAAwB,CAAC,KAAK,CAAC,CAAC,CAAC;AAE7E,KAAK,eAAe,GAAG;IACrB,EAAE,EAAE,KAAK,CAAC,aAAa,CAAC,KAAK,CAAC,wBAAwB,CAAC,KAAK,CAAC,CAAC,CAAC;CAChE,CAAC;AAEF,QAAA,MAAM,UAAU,GAAI,mBAAmB,eAAe,mDAMrD,CAAC;AAEF,QAAA,MAAM,sBAAsB;;;8EA6C3B,CAAC;AAEF,MAAM,MAAM,mBAAmB,GAAG;IAChC,IAAI,EAAE,UAAU,GAAG,KAAK,CAAC,SAAS,CAAC;CACpC,GAAG,YAAY,CAAC,OAAO,sBAAsB,CAAC,GAC7C,IAAI,CAAC,KAAK,CAAC,cAAc,CAAC,QAAQ,CAAC,EAAE,UAAU,CAAC,CAAC;AAEnD,eAAO,MAAM,cAAc,4GAa1B,CAAC"}
1
+ {"version":3,"file":"CircularButton.d.ts","sourceRoot":"","sources":["../../../../src/components/action/CircularButton/CircularButton.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAO,KAAK,YAAY,EAAE,MAAM,0BAA0B,CAAC;AAClE,OAAO,KAAK,MAAM,OAAO,CAAC;AAI1B,KAAK,UAAU,GAAG,KAAK,CAAC,aAAa,CAAC,KAAK,CAAC,wBAAwB,CAAC,KAAK,CAAC,CAAC,CAAC;AAE7E,KAAK,eAAe,GAAG;IACrB,EAAE,EAAE,KAAK,CAAC,aAAa,CAAC,KAAK,CAAC,wBAAwB,CAAC,KAAK,CAAC,CAAC,CAAC;CAChE,CAAC;AAEF,QAAA,MAAM,UAAU,GAAI,mBAAmB,eAAe,mDAMrD,CAAC;AAEF,QAAA,MAAM,sBAAsB;;;8EA6C3B,CAAC;AAEF,MAAM,MAAM,mBAAmB,GAAG;IAChC,IAAI,EAAE,UAAU,GAAG,KAAK,CAAC,SAAS,CAAC;CACpC,GAAG,YAAY,CAAC,OAAO,sBAAsB,CAAC,GAC7C,IAAI,CAAC,KAAK,CAAC,cAAc,CAAC,QAAQ,CAAC,EAAE,UAAU,CAAC,CAAC;AAEnD,eAAO,MAAM,cAAc;wDAOxB,mBAAmB;;CAWrB,CAAC"}
@@ -11,6 +11,9 @@ export type ClearButtonProps = React.ComponentProps<"button"> & ClearButtonCvaPr
11
11
  *
12
12
  * https://www.figma.com/file/cHgANa7dtzDDGXk7dKuAOQ/Design-system?type=design&node-id=6542-12931&mode=design&t=w7j1FGO3ze9ksgKz-4
13
13
  */
14
- export declare const ClearButton: import("react").ForwardRefExoticComponent<Omit<ClearButtonProps, "ref"> & import("react").RefAttributes<HTMLButtonElement>>;
14
+ export declare const ClearButton: {
15
+ ({ size, variant, onClick, className, ref, ...props }: ClearButtonProps): import("react/jsx-runtime").JSX.Element;
16
+ displayName: string;
17
+ };
15
18
  export {};
16
19
  //# sourceMappingURL=ClearButton.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ClearButton.d.ts","sourceRoot":"","sources":["../../../../src/components/action/ClearButton/ClearButton.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,YAAY,EAAO,MAAM,0BAA0B,CAAC;AAG7D,QAAA,MAAM,cAAc;;;;8EAmCnB,CAAC;AAoBF,KAAK,mBAAmB,GAAG,YAAY,CAAC,OAAO,cAAc,CAAC,CAAC;AAE/D,MAAM,MAAM,gBAAgB,GAAG,KAAK,CAAC,cAAc,CAAC,QAAQ,CAAC,GAAG,mBAAmB,CAAC;AAEpF;;;;GAIG;AACH,eAAO,MAAM,WAAW,6HAkBvB,CAAC"}
1
+ {"version":3,"file":"ClearButton.d.ts","sourceRoot":"","sources":["../../../../src/components/action/ClearButton/ClearButton.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,YAAY,EAAO,MAAM,0BAA0B,CAAC;AAE7D,QAAA,MAAM,cAAc;;;;8EAmCnB,CAAC;AAoBF,KAAK,mBAAmB,GAAG,YAAY,CAAC,OAAO,cAAc,CAAC,CAAC;AAE/D,MAAM,MAAM,gBAAgB,GAAG,KAAK,CAAC,cAAc,CAAC,QAAQ,CAAC,GAAG,mBAAmB,CAAC;AAEpF;;;;GAIG;AACH,eAAO,MAAM,WAAW;2DAOrB,gBAAgB;;CAgBlB,CAAC"}
@@ -3,5 +3,8 @@ export type FilterPullDownButtonProps = React.ComponentProps<"button"> & {
3
3
  activeFilterCount?: number;
4
4
  activeFilterCountTestId?: string;
5
5
  };
6
- export declare const FilterPullDownButton: import("react").ForwardRefExoticComponent<Omit<FilterPullDownButtonProps, "ref"> & import("react").RefAttributes<HTMLButtonElement>>;
6
+ export declare const FilterPullDownButton: {
7
+ ({ label, activeFilterCount, activeFilterCountTestId, className, ref, ...props }: FilterPullDownButtonProps): import("react/jsx-runtime").JSX.Element;
8
+ displayName: string;
9
+ };
7
10
  //# sourceMappingURL=FilterPullDownButton.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"FilterPullDownButton.d.ts","sourceRoot":"","sources":["../../../../src/components/action/FilterPullDownButton/FilterPullDownButton.tsx"],"names":[],"mappings":"AAKA,MAAM,MAAM,yBAAyB,GAAG,KAAK,CAAC,cAAc,CAAC,QAAQ,CAAC,GAAG;IACvE,KAAK,EAAE,MAAM,CAAC;IACd,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,uBAAuB,CAAC,EAAE,MAAM,CAAC;CAClC,CAAC;AAEF,eAAO,MAAM,oBAAoB,sIAiChC,CAAC"}
1
+ {"version":3,"file":"FilterPullDownButton.d.ts","sourceRoot":"","sources":["../../../../src/components/action/FilterPullDownButton/FilterPullDownButton.tsx"],"names":[],"mappings":"AAIA,MAAM,MAAM,yBAAyB,GAAG,KAAK,CAAC,cAAc,CAAC,QAAQ,CAAC,GAAG;IACvE,KAAK,EAAE,MAAM,CAAC;IACd,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,uBAAuB,CAAC,EAAE,MAAM,CAAC;CAClC,CAAC;AAEF,eAAO,MAAM,oBAAoB;sFAO9B,yBAAyB;;CA+B3B,CAAC"}
@@ -4,5 +4,8 @@ export type FilterTagProps = Omit<React.ComponentProps<"span">, "onClick"> & {
4
4
  removeAriaLabel?: string;
5
5
  removeTestId?: string;
6
6
  };
7
- export declare const FilterTag: import("react").ForwardRefExoticComponent<Omit<FilterTagProps, "ref"> & import("react").RefAttributes<HTMLSpanElement>>;
7
+ export declare const FilterTag: {
8
+ ({ label, onRemove, removeAriaLabel, removeTestId, className, ref, ...props }: FilterTagProps): import("react/jsx-runtime").JSX.Element;
9
+ displayName: string;
10
+ };
8
11
  //# sourceMappingURL=FilterTag.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"FilterTag.d.ts","sourceRoot":"","sources":["../../../../src/components/action/FilterTag/FilterTag.tsx"],"names":[],"mappings":"AAMA,MAAM,MAAM,cAAc,GAAG,IAAI,CAAC,KAAK,CAAC,cAAc,CAAC,MAAM,CAAC,EAAE,SAAS,CAAC,GAAG;IAC3E,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,MAAM,IAAI,CAAC;IACrB,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,YAAY,CAAC,EAAE,MAAM,CAAC;CACvB,CAAC;AAEF,eAAO,MAAM,SAAS,yHA4BrB,CAAC"}
1
+ {"version":3,"file":"FilterTag.d.ts","sourceRoot":"","sources":["../../../../src/components/action/FilterTag/FilterTag.tsx"],"names":[],"mappings":"AAKA,MAAM,MAAM,cAAc,GAAG,IAAI,CAAC,KAAK,CAAC,cAAc,CAAC,MAAM,CAAC,EAAE,SAAS,CAAC,GAAG;IAC3E,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,MAAM,IAAI,CAAC;IACrB,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,YAAY,CAAC,EAAE,MAAM,CAAC;CACvB,CAAC;AAEF,eAAO,MAAM,SAAS;mFAQnB,cAAc;;CA0BhB,CAAC"}
@@ -1,5 +1,10 @@
1
- export declare const HelpButton: import("react").ForwardRefExoticComponent<Omit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref"> & {
1
+ type HelpButtonProps = React.ComponentPropsWithRef<"button"> & {
2
2
  disableTooltip?: boolean;
3
3
  tooltipContent?: React.ReactNode;
4
- } & import("react").RefAttributes<HTMLButtonElement>>;
4
+ };
5
+ export declare const HelpButton: {
6
+ ({ disableTooltip, tooltipContent, ref, ...props }: HelpButtonProps): import("react/jsx-runtime").JSX.Element;
7
+ displayName: string;
8
+ };
9
+ export {};
5
10
  //# sourceMappingURL=HelpButton.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"HelpButton.d.ts","sourceRoot":"","sources":["../../../../src/components/action/HelpButton/HelpButton.tsx"],"names":[],"mappings":"AAWA,eAAO,MAAM,UAAU;qBAJJ,OAAO;qBACP,KAAK,CAAC,SAAS;qDAmCjC,CAAC"}
1
+ {"version":3,"file":"HelpButton.d.ts","sourceRoot":"","sources":["../../../../src/components/action/HelpButton/HelpButton.tsx"],"names":[],"mappings":"AAKA,KAAK,eAAe,GAAG,KAAK,CAAC,qBAAqB,CAAC,QAAQ,CAAC,GAAG;IAC7D,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,cAAc,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CAClC,CAAC;AAEF,eAAO,MAAM,UAAU;wDAAuD,eAAe;;CA8B5F,CAAC"}
@@ -1,11 +1,9 @@
1
- import { ForwardRefComponent } from "../../polymorphic";
1
+ import { PolymorphicComponent } from "../../polymorphic";
2
2
  export type HeroButtonProps = Readonly<{
3
3
  variant?: "accent" | "primary" | "on-dark" | "pro" | "flash";
4
4
  size?: "medium" | "large";
5
5
  loading?: boolean;
6
6
  badge?: React.ReactNode;
7
7
  }>;
8
- type PolymorphicHeroButton = ForwardRefComponent<"button", HeroButtonProps>;
9
- export declare const HeroButton: PolymorphicHeroButton;
10
- export {};
8
+ export declare const HeroButton: PolymorphicComponent<"button", HeroButtonProps>;
11
9
  //# sourceMappingURL=HeroButton.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"HeroButton.d.ts","sourceRoot":"","sources":["../../../../src/components/action/HeroButton/HeroButton.tsx"],"names":[],"mappings":"AAKA,OAAO,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AAExD,MAAM,MAAM,eAAe,GAAG,QAAQ,CAAC;IACrC,OAAO,CAAC,EAAE,QAAQ,GAAG,SAAS,GAAG,SAAS,GAAG,KAAK,GAAG,OAAO,CAAC;IAC7D,IAAI,CAAC,EAAE,QAAQ,GAAG,OAAO,CAAC;IAC1B,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,KAAK,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CACzB,CAAC,CAAC;AAEH,KAAK,qBAAqB,GAAG,mBAAmB,CAAC,QAAQ,EAAE,eAAe,CAAC,CAAC;AAE5E,eAAO,MAAM,UAAU,EAkFlB,qBAAqB,CAAC"}
1
+ {"version":3,"file":"HeroButton.d.ts","sourceRoot":"","sources":["../../../../src/components/action/HeroButton/HeroButton.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAE,oBAAoB,EAAoB,MAAM,mBAAmB,CAAC;AAE3E,MAAM,MAAM,eAAe,GAAG,QAAQ,CAAC;IACrC,OAAO,CAAC,EAAE,QAAQ,GAAG,SAAS,GAAG,SAAS,GAAG,KAAK,GAAG,OAAO,CAAC;IAC7D,IAAI,CAAC,EAAE,QAAQ,GAAG,OAAO,CAAC;IAC1B,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,KAAK,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CACzB,CAAC,CAAC;AAEH,eAAO,MAAM,UAAU,EA8EjB,oBAAoB,CAAC,QAAQ,EAAE,eAAe,CAAC,CAAC"}
@@ -1,6 +1,6 @@
1
1
  import { VariantProps } from "class-variance-authority";
2
2
  import { ComponentProps } from "react";
3
- import { ForwardRefComponent } from "../../polymorphic";
3
+ import { PolymorphicComponent } from "../../polymorphic";
4
4
  declare const infoButtonVariants: (props?: ({
5
5
  variant?: "accent" | "secondary" | null | undefined;
6
6
  } & import("class-variance-authority/types").ClassProp) | undefined) => string;
@@ -8,7 +8,6 @@ type InfoButtonOwnProps = {
8
8
  className?: string;
9
9
  variant?: VariantProps<typeof infoButtonVariants>["variant"];
10
10
  };
11
- type PolymorphicButton = ForwardRefComponent<"button", ComponentProps<"button"> & InfoButtonOwnProps>;
12
- export declare const InfoButton: PolymorphicButton;
11
+ export declare const InfoButton: PolymorphicComponent<"button", ComponentProps<"button"> & InfoButtonOwnProps>;
13
12
  export {};
14
13
  //# sourceMappingURL=InfoButton.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"InfoButton.d.ts","sourceRoot":"","sources":["../../../../src/components/action/InfoButton/InfoButton.tsx"],"names":[],"mappings":"AACA,OAAO,EAAO,YAAY,EAAE,MAAM,0BAA0B,CAAC;AAC7D,OAAO,EAAE,cAAc,EAAc,MAAM,OAAO,CAAC;AAGnD,OAAO,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AAExD,QAAA,MAAM,kBAAkB;;8EAoBvB,CAAC;AAEF,KAAK,kBAAkB,GAAG;IACxB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,OAAO,CAAC,EAAE,YAAY,CAAC,OAAO,kBAAkB,CAAC,CAAC,SAAS,CAAC,CAAC;CAC9D,CAAC;AAEF,KAAK,iBAAiB,GAAG,mBAAmB,CAC1C,QAAQ,EACR,cAAc,CAAC,QAAQ,CAAC,GAAG,kBAAkB,CAC9C,CAAC;AAEF,eAAO,MAAM,UAAU,EAalB,iBAAiB,CAAC"}
1
+ {"version":3,"file":"InfoButton.d.ts","sourceRoot":"","sources":["../../../../src/components/action/InfoButton/InfoButton.tsx"],"names":[],"mappings":"AACA,OAAO,EAAO,YAAY,EAAE,MAAM,0BAA0B,CAAC;AAC7D,OAAO,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAGvC,OAAO,EAAE,oBAAoB,EAAoB,MAAM,mBAAmB,CAAC;AAE3E,QAAA,MAAM,kBAAkB;;8EAoBvB,CAAC;AAEF,KAAK,kBAAkB,GAAG;IACxB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,OAAO,CAAC,EAAE,YAAY,CAAC,OAAO,kBAAkB,CAAC,CAAC,SAAS,CAAC,CAAC;CAC9D,CAAC;AAEF,eAAO,MAAM,UAAU,EAiBjB,oBAAoB,CAAC,QAAQ,EAAE,cAAc,CAAC,QAAQ,CAAC,GAAG,kBAAkB,CAAC,CAAC"}
@@ -16,7 +16,10 @@ export type InputButtonProps = InputButtonBaseProps & ({
16
16
  } | {
17
17
  leadingIcon: React.ComponentType<React.ComponentPropsWithoutRef<"svg">>;
18
18
  leadingImage?: never;
19
- });
20
- export declare const InputButton: import("react").ForwardRefExoticComponent<InputButtonProps & import("react").RefAttributes<HTMLButtonElement>>;
19
+ }) & React.RefAttributes<HTMLButtonElement>;
20
+ export declare const InputButton: {
21
+ ({ label, density, leadingIcon: LeadingIcon, leadingImage, className, ref, ...props }: InputButtonProps): import("react/jsx-runtime").JSX.Element;
22
+ displayName: string;
23
+ };
21
24
  export {};
22
25
  //# sourceMappingURL=InputButton.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"InputButton.d.ts","sourceRoot":"","sources":["../../../../src/components/action/InputButton/InputButton.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAO,KAAK,YAAY,EAAE,MAAM,0BAA0B,CAAC;AAElE,OAAO,EAAE,wBAAwB,EAAc,MAAM,OAAO,CAAC;AAK7D,QAAA,MAAM,cAAc;;;8EAuCnB,CAAC;AAkCF,KAAK,oBAAoB,GAAG,IAAI,CAAC,wBAAwB,CAAC,QAAQ,CAAC,EAAE,UAAU,CAAC,GAC9E,IAAI,CAAC,YAAY,CAAC,OAAO,cAAc,CAAC,EAAE,YAAY,CAAC,GAAG;IACxD,KAAK,EAAE,MAAM,CAAC;CACf,CAAC;AAEJ,MAAM,MAAM,gBAAgB,GAAG,oBAAoB,GACjD,CACI;IAAE,WAAW,CAAC,EAAE,KAAK,CAAC;IAAC,YAAY,CAAC,EAAE,KAAK,CAAA;CAAE,GAC7C;IAAE,WAAW,CAAC,EAAE,KAAK,CAAC;IAAC,YAAY,EAAE,MAAM,CAAA;CAAE,GAC7C;IACE,WAAW,EAAE,KAAK,CAAC,aAAa,CAAC,KAAK,CAAC,wBAAwB,CAAC,KAAK,CAAC,CAAC,CAAC;IACxE,YAAY,CAAC,EAAE,KAAK,CAAC;CACtB,CACJ,CAAC;AAkCJ,eAAO,MAAM,WAAW,gHAsBvB,CAAC"}
1
+ {"version":3,"file":"InputButton.d.ts","sourceRoot":"","sources":["../../../../src/components/action/InputButton/InputButton.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAO,KAAK,YAAY,EAAE,MAAM,0BAA0B,CAAC;AAElE,OAAO,EAAE,wBAAwB,EAAE,MAAM,OAAO,CAAC;AAKjD,QAAA,MAAM,cAAc;;;8EAuCnB,CAAC;AAkCF,KAAK,oBAAoB,GAAG,IAAI,CAAC,wBAAwB,CAAC,QAAQ,CAAC,EAAE,UAAU,CAAC,GAC9E,IAAI,CAAC,YAAY,CAAC,OAAO,cAAc,CAAC,EAAE,YAAY,CAAC,GAAG;IACxD,KAAK,EAAE,MAAM,CAAC;CACf,CAAC;AAEJ,MAAM,MAAM,gBAAgB,GAAG,oBAAoB,GACjD,CACI;IAAE,WAAW,CAAC,EAAE,KAAK,CAAC;IAAC,YAAY,CAAC,EAAE,KAAK,CAAA;CAAE,GAC7C;IAAE,WAAW,CAAC,EAAE,KAAK,CAAC;IAAC,YAAY,EAAE,MAAM,CAAA;CAAE,GAC7C;IACE,WAAW,EAAE,KAAK,CAAC,aAAa,CAAC,KAAK,CAAC,wBAAwB,CAAC,KAAK,CAAC,CAAC,CAAC;IACxE,YAAY,CAAC,EAAE,KAAK,CAAC;CACtB,CACJ,GACD,KAAK,CAAC,aAAa,CAAC,iBAAiB,CAAC,CAAC;AAkCzC,eAAO,MAAM,WAAW;2FAQrB,gBAAgB;;CAalB,CAAC"}
@@ -1,4 +1,7 @@
1
1
  import { LimitIndicatorGaugeProps } from "./LimitIndicatorGauge";
2
2
  export type LimitButtonProps = LimitIndicatorGaugeProps & React.ComponentProps<"button">;
3
- export declare const LimitButton: import("react").ForwardRefExoticComponent<Omit<LimitButtonProps, "ref"> & import("react").RefAttributes<HTMLButtonElement>>;
3
+ export declare const LimitButton: {
4
+ ({ value, max, children, className, ref, ...rest }: LimitButtonProps): import("react/jsx-runtime").JSX.Element;
5
+ displayName: string;
6
+ };
4
7
  //# sourceMappingURL=LimitButton.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"LimitButton.d.ts","sourceRoot":"","sources":["../../../../src/components/action/LimitButton/LimitButton.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAuB,wBAAwB,EAAE,MAAM,uBAAuB,CAAC;AAEtF,MAAM,MAAM,gBAAgB,GAAG,wBAAwB,GAAG,KAAK,CAAC,cAAc,CAAC,QAAQ,CAAC,CAAC;AAEzF,eAAO,MAAM,WAAW,6HA0BvB,CAAC"}
1
+ {"version":3,"file":"LimitButton.d.ts","sourceRoot":"","sources":["../../../../src/components/action/LimitButton/LimitButton.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAuB,wBAAwB,EAAE,MAAM,uBAAuB,CAAC;AAEtF,MAAM,MAAM,gBAAgB,GAAG,wBAAwB,GAAG,KAAK,CAAC,cAAc,CAAC,QAAQ,CAAC,CAAC;AAEzF,eAAO,MAAM,WAAW;wDAOrB,gBAAgB;;CAwBlB,CAAC"}
@@ -6,6 +6,9 @@ export type LoginButtonProps = {
6
6
  loading?: boolean;
7
7
  size?: "default" | "compact";
8
8
  } & React.ComponentPropsWithRef<"button">;
9
- export declare const LoginButton: import("react").ForwardRefExoticComponent<Omit<LoginButtonProps, "ref"> & import("react").RefAttributes<HTMLButtonElement>>;
9
+ export declare const LoginButton: {
10
+ ({ children, provider, loading, size, className, ref, ...rest }: LoginButtonProps): import("react/jsx-runtime").JSX.Element;
11
+ displayName: string;
12
+ };
10
13
  export {};
11
14
  //# sourceMappingURL=LoginButton.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"LoginButton.d.ts","sourceRoot":"","sources":["../../../../src/components/action/LoginButton/LoginButton.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,YAAY,EAAE,MAAM,wCAAwC,CAAC;AAuCtE,KAAK,aAAa,GAAG,OAAO,CAAC,YAAY,EAAE,YAAY,CAAC,YAAY,CAAC,CAAC;AAEtE,MAAM,MAAM,gBAAgB,GAAG;IAC7B,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,QAAQ,CAAC,EAAE,aAAa,CAAC;IACzB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,IAAI,CAAC,EAAE,SAAS,GAAG,SAAS,CAAC;CAC9B,GAAG,KAAK,CAAC,qBAAqB,CAAC,QAAQ,CAAC,CAAC;AAoB1C,eAAO,MAAM,WAAW,6HA4CvB,CAAC"}
1
+ {"version":3,"file":"LoginButton.d.ts","sourceRoot":"","sources":["../../../../src/components/action/LoginButton/LoginButton.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,YAAY,EAAE,MAAM,wCAAwC,CAAC;AAsCtE,KAAK,aAAa,GAAG,OAAO,CAAC,YAAY,EAAE,YAAY,CAAC,YAAY,CAAC,CAAC;AAEtE,MAAM,MAAM,gBAAgB,GAAG;IAC7B,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,QAAQ,CAAC,EAAE,aAAa,CAAC;IACzB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,IAAI,CAAC,EAAE,SAAS,GAAG,SAAS,CAAC;CAC9B,GAAG,KAAK,CAAC,qBAAqB,CAAC,QAAQ,CAAC,CAAC;AAoB1C,eAAO,MAAM,WAAW;qEAQrB,gBAAgB;;CA0ClB,CAAC"}
@@ -1,4 +1,4 @@
1
- import { ForwardRefComponent } from "../../polymorphic";
1
+ import { PolymorphicComponent } from "../../polymorphic";
2
2
  export type MobileNavigationButtonProps = Readonly<{
3
3
  label?: string;
4
4
  children: React.ReactNode;
@@ -6,7 +6,5 @@ export type MobileNavigationButtonProps = Readonly<{
6
6
  iconOnly?: boolean;
7
7
  onClick?: () => void;
8
8
  }>;
9
- type PolymorphicButton = ForwardRefComponent<"button", MobileNavigationButtonProps>;
10
- export declare const MobileNavigationButton: PolymorphicButton;
11
- export {};
9
+ export declare const MobileNavigationButton: PolymorphicComponent<"button", MobileNavigationButtonProps>;
12
10
  //# sourceMappingURL=MobileNavigationButton.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"MobileNavigationButton.d.ts","sourceRoot":"","sources":["../../../../src/components/action/MobileNavigationButton/MobileNavigationButton.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AAExD,MAAM,MAAM,2BAA2B,GAAG,QAAQ,CAAC;IACjD,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;CACtB,CAAC,CAAC;AAEH,KAAK,iBAAiB,GAAG,mBAAmB,CAAC,QAAQ,EAAE,2BAA2B,CAAC,CAAC;AAIpF,eAAO,MAAM,sBAAsB,EAqB9B,iBAAiB,CAAC"}
1
+ {"version":3,"file":"MobileNavigationButton.d.ts","sourceRoot":"","sources":["../../../../src/components/action/MobileNavigationButton/MobileNavigationButton.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,oBAAoB,EAAoB,MAAM,mBAAmB,CAAC;AAE3E,MAAM,MAAM,2BAA2B,GAAG,QAAQ,CAAC;IACjD,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;CACtB,CAAC,CAAC;AAGH,eAAO,MAAM,sBAAsB,EA4B7B,oBAAoB,CAAC,QAAQ,EAAE,2BAA2B,CAAC,CAAC"}
@@ -1,3 +1,6 @@
1
1
  import { NavigationToggleButtonProps } from "../NavigationToggleButton";
2
- export declare const NavigationButton: import("react").ForwardRefExoticComponent<Omit<Omit<NavigationToggleButtonProps, "toggled">, "ref"> & import("react").RefAttributes<HTMLButtonElement>>;
2
+ export declare const NavigationButton: {
3
+ ({ ref, ...props }: Omit<NavigationToggleButtonProps, "toggled">): import("react/jsx-runtime").JSX.Element;
4
+ displayName: string;
5
+ };
3
6
  //# sourceMappingURL=NavigationButton.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"NavigationButton.d.ts","sourceRoot":"","sources":["../../../../src/components/action/NavigationButton/NavigationButton.tsx"],"names":[],"mappings":"AAEA,OAAO,EAA0B,2BAA2B,EAAE,MAAM,2BAA2B,CAAC;AAEhG,eAAO,MAAM,gBAAgB,yJAK3B,CAAC"}
1
+ {"version":3,"file":"NavigationButton.d.ts","sourceRoot":"","sources":["../../../../src/components/action/NavigationButton/NavigationButton.tsx"],"names":[],"mappings":"AAAA,OAAO,EAA0B,2BAA2B,EAAE,MAAM,2BAA2B,CAAC;AAEhG,eAAO,MAAM,gBAAgB;wBAG1B,IAAI,CAAC,2BAA2B,EAAE,SAAS,CAAC;;CAE9C,CAAC"}
@@ -11,6 +11,9 @@ export type NavigationToggleButtonProps = Readonly<{
11
11
  onClick?: () => void;
12
12
  badge?: React.ReactNode;
13
13
  }> & VariantProps<typeof navigationToggleButtonVariants> & Omit<React.ComponentProps<"button">, "children">;
14
- export declare const NavigationToggleButton: import("react").ForwardRefExoticComponent<Omit<NavigationToggleButtonProps, "ref"> & import("react").RefAttributes<HTMLButtonElement>>;
14
+ export declare const NavigationToggleButton: {
15
+ ({ icon, label, disabled, toggled, active, onClick, badge, ref, ...props }: NavigationToggleButtonProps): import("react/jsx-runtime").JSX.Element;
16
+ displayName: string;
17
+ };
15
18
  export {};
16
19
  //# sourceMappingURL=NavigationToggleButton.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"NavigationToggleButton.d.ts","sourceRoot":"","sources":["../../../../src/components/action/NavigationToggleButton/NavigationToggleButton.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAO,KAAK,YAAY,EAAE,MAAM,0BAA0B,CAAC;AAIlE,QAAA,MAAM,8BAA8B;;8EAanC,CAAC;AA0EF,MAAM,MAAM,2BAA2B,GAAG,QAAQ,CAAC;IACjD,IAAI,EAAE,KAAK,CAAC,aAAa,CAAC,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,CAAC,GAAG,KAAK,CAAC,YAAY,CAAC;IAC5E,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,KAAK,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CACzB,CAAC,GACA,YAAY,CAAC,OAAO,8BAA8B,CAAC,GACnD,IAAI,CAAC,KAAK,CAAC,cAAc,CAAC,QAAQ,CAAC,EAAE,UAAU,CAAC,CAAC;AAEnD,eAAO,MAAM,sBAAsB,wIA2BlC,CAAC"}
1
+ {"version":3,"file":"NavigationToggleButton.d.ts","sourceRoot":"","sources":["../../../../src/components/action/NavigationToggleButton/NavigationToggleButton.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAO,KAAK,YAAY,EAAE,MAAM,0BAA0B,CAAC;AAIlE,QAAA,MAAM,8BAA8B;;8EAanC,CAAC;AA0EF,MAAM,MAAM,2BAA2B,GAAG,QAAQ,CAAC;IACjD,IAAI,EAAE,KAAK,CAAC,aAAa,CAAC,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,CAAC,GAAG,KAAK,CAAC,YAAY,CAAC;IAC5E,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,KAAK,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CACzB,CAAC,GACA,YAAY,CAAC,OAAO,8BAA8B,CAAC,GACnD,IAAI,CAAC,KAAK,CAAC,cAAc,CAAC,QAAQ,CAAC,EAAE,UAAU,CAAC,CAAC;AAEnD,eAAO,MAAM,sBAAsB;gFAUhC,2BAA2B;;CAyB7B,CAAC"}
@@ -1,11 +1,14 @@
1
1
  export type OverlayButtonBaseProps = React.ComponentProps<"button"> & {
2
2
  className?: string;
3
- buttonRef?: React.ForwardedRef<HTMLButtonElement>;
3
+ buttonRef?: React.Ref<HTMLButtonElement>;
4
4
  as?: "button" | undefined;
5
5
  };
6
6
  export declare const OverlayButtonBase: ({ className, buttonRef, children, as: ElementTag, ...props }: OverlayButtonBaseProps) => import("react/jsx-runtime").JSX.Element;
7
7
  export type OverlayButtonProps = OverlayButtonBaseProps & {
8
8
  icon: React.ComponentType<React.ComponentProps<"svg">>;
9
9
  };
10
- export declare const OverlayButton: import("react").ForwardRefExoticComponent<Omit<OverlayButtonProps, "ref"> & import("react").RefAttributes<HTMLButtonElement>>;
10
+ export declare const OverlayButton: {
11
+ ({ icon: Icon, ref: buttonRef, ...props }: OverlayButtonProps): import("react/jsx-runtime").JSX.Element;
12
+ displayName: string;
13
+ };
11
14
  //# sourceMappingURL=OverlayButton.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"OverlayButton.d.ts","sourceRoot":"","sources":["../../../../src/components/action/OverlayButton/OverlayButton.tsx"],"names":[],"mappings":"AAGA,MAAM,MAAM,sBAAsB,GAAG,KAAK,CAAC,cAAc,CAAC,QAAQ,CAAC,GAAG;IACpE,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,SAAS,CAAC,EAAE,KAAK,CAAC,YAAY,CAAC,iBAAiB,CAAC,CAAC;IAClD,EAAE,CAAC,EAAE,QAAQ,GAAG,SAAS,CAAC;CAC3B,CAAC;AAEF,eAAO,MAAM,iBAAiB,GAAI,8DAM/B,sBAAsB,4CAgBxB,CAAC;AAEF,MAAM,MAAM,kBAAkB,GAAG,sBAAsB,GAAG;IACxD,IAAI,EAAE,KAAK,CAAC,aAAa,CAAC,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,CAAC,CAAC;CACxD,CAAC;AAEF,eAAO,MAAM,aAAa,+HAQzB,CAAC"}
1
+ {"version":3,"file":"OverlayButton.d.ts","sourceRoot":"","sources":["../../../../src/components/action/OverlayButton/OverlayButton.tsx"],"names":[],"mappings":"AAEA,MAAM,MAAM,sBAAsB,GAAG,KAAK,CAAC,cAAc,CAAC,QAAQ,CAAC,GAAG;IACpE,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,SAAS,CAAC,EAAE,KAAK,CAAC,GAAG,CAAC,iBAAiB,CAAC,CAAC;IACzC,EAAE,CAAC,EAAE,QAAQ,GAAG,SAAS,CAAC;CAC3B,CAAC;AAEF,eAAO,MAAM,iBAAiB,GAAI,8DAM/B,sBAAsB,4CAgBxB,CAAC;AAEF,MAAM,MAAM,kBAAkB,GAAG,sBAAsB,GAAG;IACxD,IAAI,EAAE,KAAK,CAAC,aAAa,CAAC,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,CAAC,CAAC;CACxD,CAAC;AAEF,eAAO,MAAM,aAAa;+CAA8C,kBAAkB;;CAMzF,CAAC"}
@@ -2,5 +2,8 @@ import { OverlayButtonBaseProps } from "../OverlayButton";
2
2
  export type OverlaySelectButtonProps = OverlayButtonBaseProps & {
3
3
  isSelected: boolean;
4
4
  };
5
- export declare const OverlaySelectButton: import("react").ForwardRefExoticComponent<Omit<OverlaySelectButtonProps, "ref"> & import("react").RefAttributes<HTMLButtonElement>>;
5
+ export declare const OverlaySelectButton: {
6
+ ({ isSelected, ref: buttonRef, ...props }: OverlaySelectButtonProps): import("react/jsx-runtime").JSX.Element;
7
+ displayName: string;
8
+ };
6
9
  //# sourceMappingURL=OverlaySelectButton.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"OverlaySelectButton.d.ts","sourceRoot":"","sources":["../../../../src/components/action/OverlaySelectButton/OverlaySelectButton.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAqB,sBAAsB,EAAE,MAAM,kBAAkB,CAAC;AAE7E,MAAM,MAAM,wBAAwB,GAAG,sBAAsB,GAAG;IAC9D,UAAU,EAAE,OAAO,CAAC;CACrB,CAAC;AAEF,eAAO,MAAM,mBAAmB,qIAyB/B,CAAC"}
1
+ {"version":3,"file":"OverlaySelectButton.d.ts","sourceRoot":"","sources":["../../../../src/components/action/OverlaySelectButton/OverlaySelectButton.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAqB,sBAAsB,EAAE,MAAM,kBAAkB,CAAC;AAE7E,MAAM,MAAM,wBAAwB,GAAG,sBAAsB,GAAG;IAC9D,UAAU,EAAE,OAAO,CAAC;CACrB,CAAC;AAEF,eAAO,MAAM,mBAAmB;+CAI7B,wBAAwB;;CAuB1B,CAAC"}
@@ -2,5 +2,8 @@ export type PresetPullDownButtonProps = React.ComponentProps<"button"> & {
2
2
  label: string;
3
3
  icon?: React.ReactNode;
4
4
  };
5
- export declare const PresetPullDownButton: import("react").ForwardRefExoticComponent<Omit<PresetPullDownButtonProps, "ref"> & import("react").RefAttributes<HTMLButtonElement>>;
5
+ export declare const PresetPullDownButton: {
6
+ ({ label, icon, className, ref, ...props }: PresetPullDownButtonProps): import("react/jsx-runtime").JSX.Element;
7
+ displayName: string;
8
+ };
6
9
  //# sourceMappingURL=PresetPullDownButton.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"PresetPullDownButton.d.ts","sourceRoot":"","sources":["../../../../src/components/action/PresetPullDownButton/PresetPullDownButton.tsx"],"names":[],"mappings":"AAKA,MAAM,MAAM,yBAAyB,GAAG,KAAK,CAAC,cAAc,CAAC,QAAQ,CAAC,GAAG;IACvE,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CACxB,CAAC;AAEF,eAAO,MAAM,oBAAoB,sIAgChC,CAAC"}
1
+ {"version":3,"file":"PresetPullDownButton.d.ts","sourceRoot":"","sources":["../../../../src/components/action/PresetPullDownButton/PresetPullDownButton.tsx"],"names":[],"mappings":"AAIA,MAAM,MAAM,yBAAyB,GAAG,KAAK,CAAC,cAAc,CAAC,QAAQ,CAAC,GAAG;IACvE,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CACxB,CAAC;AAEF,eAAO,MAAM,oBAAoB;gDAM9B,yBAAyB;;CA8B3B,CAAC"}
@@ -1,5 +1,5 @@
1
1
  import { VariantProps } from "class-variance-authority";
2
- import { ForwardRefComponent } from "../../polymorphic";
2
+ import { PolymorphicComponent } from "../../polymorphic";
3
3
  import { buttonVariants } from "../Button/utils";
4
4
  export type PullDownButtonProps = {
5
5
  variant?: Extract<VariantProps<typeof buttonVariants>["variant"], "accent" | "secondary">;
@@ -7,7 +7,5 @@ export type PullDownButtonProps = {
7
7
  badge?: React.ReactNode;
8
8
  children?: React.ReactNode;
9
9
  };
10
- type PolymorphicButton = ForwardRefComponent<"button", PullDownButtonProps>;
11
- export declare const PullDownButton: PolymorphicButton;
12
- export {};
10
+ export declare const PullDownButton: PolymorphicComponent<"button", PullDownButtonProps>;
13
11
  //# sourceMappingURL=PullDownButton.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"PullDownButton.d.ts","sourceRoot":"","sources":["../../../../src/components/action/PullDownButton/PullDownButton.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,YAAY,EAAE,MAAM,0BAA0B,CAAC;AAKxD,OAAO,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AACxD,OAAO,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AAQjD,MAAM,MAAM,mBAAmB,GAAG;IAChC,OAAO,CAAC,EAAE,OAAO,CAAC,YAAY,CAAC,OAAO,cAAc,CAAC,CAAC,SAAS,CAAC,EAAE,QAAQ,GAAG,WAAW,CAAC,CAAC;IAC1F,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,KAAK,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACxB,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CAC5B,CAAC;AAEF,KAAK,iBAAiB,GAAG,mBAAmB,CAAC,QAAQ,EAAE,mBAAmB,CAAC,CAAC;AAiC5E,eAAO,MAAM,cAAc,EA8BtB,iBAAiB,CAAC"}
1
+ {"version":3,"file":"PullDownButton.d.ts","sourceRoot":"","sources":["../../../../src/components/action/PullDownButton/PullDownButton.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,YAAY,EAAE,MAAM,0BAA0B,CAAC;AAIxD,OAAO,EAAE,oBAAoB,EAAoB,MAAM,mBAAmB,CAAC;AAC3E,OAAO,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AAQjD,MAAM,MAAM,mBAAmB,GAAG;IAChC,OAAO,CAAC,EAAE,OAAO,CAAC,YAAY,CAAC,OAAO,cAAc,CAAC,CAAC,SAAS,CAAC,EAAE,QAAQ,GAAG,WAAW,CAAC,CAAC;IAC1F,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,KAAK,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACxB,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CAC5B,CAAC;AAiCF,eAAO,MAAM,cAAc,EAkCrB,oBAAoB,CAAC,QAAQ,EAAE,mBAAmB,CAAC,CAAC"}
@@ -1,3 +1,6 @@
1
1
  export type RetryButtonProps = Omit<React.ComponentProps<"button">, "children">;
2
- export declare const RetryButton: import("react").ForwardRefExoticComponent<Omit<RetryButtonProps, "ref"> & import("react").RefAttributes<HTMLButtonElement>>;
2
+ export declare const RetryButton: {
3
+ ({ className, ref, ...props }: RetryButtonProps): import("react/jsx-runtime").JSX.Element;
4
+ displayName: string;
5
+ };
3
6
  //# sourceMappingURL=RetryButton.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"RetryButton.d.ts","sourceRoot":"","sources":["../../../../src/components/action/RetryButton/RetryButton.tsx"],"names":[],"mappings":"AAKA,MAAM,MAAM,gBAAgB,GAAG,IAAI,CAAC,KAAK,CAAC,cAAc,CAAC,QAAQ,CAAC,EAAE,UAAU,CAAC,CAAC;AAEhF,eAAO,MAAM,WAAW,6HAsBvB,CAAC"}
1
+ {"version":3,"file":"RetryButton.d.ts","sourceRoot":"","sources":["../../../../src/components/action/RetryButton/RetryButton.tsx"],"names":[],"mappings":"AAIA,MAAM,MAAM,gBAAgB,GAAG,IAAI,CAAC,KAAK,CAAC,cAAc,CAAC,QAAQ,CAAC,EAAE,UAAU,CAAC,CAAC;AAEhF,eAAO,MAAM,WAAW;mCAAkC,gBAAgB;;CAoBzE,CAAC"}
@@ -7,6 +7,9 @@ export type RoundButtonProps = {
7
7
  label?: string;
8
8
  icon: React.ComponentType<React.ComponentPropsWithoutRef<"svg">> | React.ReactNode;
9
9
  } & VariantProps<typeof buttonVariants> & Omit<React.ComponentProps<"button">, "children">;
10
- export declare const RoundButton: import("react").ForwardRefExoticComponent<Omit<RoundButtonProps, "ref"> & import("react").RefAttributes<HTMLButtonElement>>;
10
+ export declare const RoundButton: {
11
+ ({ variant, size, label, icon: IconComponent, className, ref, ...rest }: RoundButtonProps): import("react/jsx-runtime").JSX.Element;
12
+ displayName: string;
13
+ };
11
14
  export {};
12
15
  //# sourceMappingURL=RoundButton.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"RoundButton.d.ts","sourceRoot":"","sources":["../../../../src/components/action/RoundButton/RoundButton.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAO,KAAK,YAAY,EAAE,MAAM,0BAA0B,CAAC;AAkBlE,QAAA,MAAM,cAAc;;;8EAqCnB,CAAC;AA0BF,MAAM,MAAM,gBAAgB,GAAG;IAC7B,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,IAAI,EAAE,KAAK,CAAC,aAAa,CAAC,KAAK,CAAC,wBAAwB,CAAC,KAAK,CAAC,CAAC,GAAG,KAAK,CAAC,SAAS,CAAC;CACpF,GAAG,YAAY,CAAC,OAAO,cAAc,CAAC,GACrC,IAAI,CAAC,KAAK,CAAC,cAAc,CAAC,QAAQ,CAAC,EAAE,UAAU,CAAC,CAAC;AAEnD,eAAO,MAAM,WAAW,6HAkBvB,CAAC"}
1
+ {"version":3,"file":"RoundButton.d.ts","sourceRoot":"","sources":["../../../../src/components/action/RoundButton/RoundButton.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAO,KAAK,YAAY,EAAE,MAAM,0BAA0B,CAAC;AAiBlE,QAAA,MAAM,cAAc;;;8EAqCnB,CAAC;AA0BF,MAAM,MAAM,gBAAgB,GAAG;IAC7B,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,IAAI,EAAE,KAAK,CAAC,aAAa,CAAC,KAAK,CAAC,wBAAwB,CAAC,KAAK,CAAC,CAAC,GAAG,KAAK,CAAC,SAAS,CAAC;CACpF,GAAG,YAAY,CAAC,OAAO,cAAc,CAAC,GACrC,IAAI,CAAC,KAAK,CAAC,cAAc,CAAC,QAAQ,CAAC,EAAE,UAAU,CAAC,CAAC;AAEnD,eAAO,MAAM,WAAW;6EAQrB,gBAAgB;;CAgBlB,CAAC"}
@@ -12,5 +12,9 @@ export type RoundedButtonProps = {
12
12
  */
13
13
  size?: "small" | "default";
14
14
  } & React.ComponentPropsWithRef<"button">;
15
- export declare const RoundedButton: import("react").ForwardRefExoticComponent<Omit<RoundedButtonProps, "ref"> & import("react").RefAttributes<HTMLButtonElement>>;
15
+ /** @deprecated in favor of RoundButton */
16
+ export declare const RoundedButton: {
17
+ ({ children, size, variant, ref, ...rest }: RoundedButtonProps): import("react/jsx-runtime").JSX.Element;
18
+ displayName: string;
19
+ };
16
20
  //# sourceMappingURL=RoundedButton.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"RoundedButton.d.ts","sourceRoot":"","sources":["../../../../src/components/action/RoundedButton/RoundedButton.tsx"],"names":[],"mappings":"AAGA,MAAM,MAAM,kBAAkB,GAAG;IAC/B;;OAEG;IACH,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,GAAG,OAAO,GAAG,OAAO,CAAC;IACrC;;OAEG;IACH,IAAI,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;CAC5B,GAAG,KAAK,CAAC,qBAAqB,CAAC,QAAQ,CAAC,CAAC;AAqC1C,eAAO,MAAM,aAAa,+HAEzB,CAAC"}
1
+ {"version":3,"file":"RoundedButton.d.ts","sourceRoot":"","sources":["../../../../src/components/action/RoundedButton/RoundedButton.tsx"],"names":[],"mappings":"AAEA,MAAM,MAAM,kBAAkB,GAAG;IAC/B;;OAEG;IACH,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,GAAG,OAAO,GAAG,OAAO,CAAC;IACrC;;OAEG;IACH,IAAI,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;CAC5B,GAAG,KAAK,CAAC,qBAAqB,CAAC,QAAQ,CAAC,CAAC;AAE1C,0CAA0C;AAC1C,eAAO,MAAM,aAAa;gDAMvB,kBAAkB;;CA6BpB,CAAC"}
@@ -1,5 +1,5 @@
1
1
  import { VariantProps } from "class-variance-authority";
2
- import { ForwardRefComponent } from "../../polymorphic";
2
+ import { PolymorphicComponent } from "../../polymorphic";
3
3
  declare const standaloneLinkVariants: (props?: ({
4
4
  variant?: "accent" | "primary" | "secondary" | "on-dark" | null | undefined;
5
5
  } & import("class-variance-authority/types").ClassProp) | undefined) => string;
@@ -8,7 +8,6 @@ export type StandaloneLinkProps = Readonly<{
8
8
  withTextStyles?: boolean;
9
9
  variant?: VariantProps<typeof standaloneLinkVariants>["variant"];
10
10
  }>;
11
- type PolymorphicLink = ForwardRefComponent<"a", StandaloneLinkProps>;
12
- export declare const StandaloneLink: PolymorphicLink;
11
+ export declare const StandaloneLink: PolymorphicComponent<"a", StandaloneLinkProps>;
13
12
  export {};
14
13
  //# sourceMappingURL=StandaloneLink.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"StandaloneLink.d.ts","sourceRoot":"","sources":["../../../../src/components/action/StandaloneLink/StandaloneLink.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAO,YAAY,EAAE,MAAM,0BAA0B,CAAC;AAI7D,OAAO,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AAExD,QAAA,MAAM,sBAAsB;;8EAkB3B,CAAC;AAEF,MAAM,MAAM,mBAAmB,GAAG,QAAQ,CAAC;IACzC,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,OAAO,CAAC,EAAE,YAAY,CAAC,OAAO,sBAAsB,CAAC,CAAC,SAAS,CAAC,CAAC;CAClE,CAAC,CAAC;AAEH,KAAK,eAAe,GAAG,mBAAmB,CAAC,GAAG,EAAE,mBAAmB,CAAC,CAAC;AAErE,eAAO,MAAM,cAAc,EActB,eAAe,CAAC"}
1
+ {"version":3,"file":"StandaloneLink.d.ts","sourceRoot":"","sources":["../../../../src/components/action/StandaloneLink/StandaloneLink.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAO,YAAY,EAAE,MAAM,0BAA0B,CAAC;AAG7D,OAAO,EAAE,oBAAoB,EAAoB,MAAM,mBAAmB,CAAC;AAE3E,QAAA,MAAM,sBAAsB;;8EAkB3B,CAAC;AAEF,MAAM,MAAM,mBAAmB,GAAG,QAAQ,CAAC;IACzC,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,OAAO,CAAC,EAAE,YAAY,CAAC,OAAO,sBAAsB,CAAC,CAAC,SAAS,CAAC,CAAC;CAClE,CAAC,CAAC;AAEH,eAAO,MAAM,cAAc,EAmBrB,oBAAoB,CAAC,GAAG,EAAE,mBAAmB,CAAC,CAAC"}
@@ -10,17 +10,10 @@ export type ToggleButtonProps = Omit<Switch.SwitchProps, "children"> & Readonly<
10
10
  active: React.ReactNode;
11
11
  inactive: React.ReactNode;
12
12
  };
13
- }>;
14
- export declare const ToggleButton: import("react").ForwardRefExoticComponent<Omit<Switch.SwitchProps, "children"> & Readonly<{
15
- variant?: "secondary" | "borderless" | "borderless-subtle";
16
- icons: {
17
- active: ToggleButtonIconType;
18
- inactive: ToggleButtonIconType;
19
- };
20
- labels?: {
21
- active: React.ReactNode;
22
- inactive: React.ReactNode;
23
- };
24
- }> & import("react").RefAttributes<HTMLButtonElement>>;
13
+ }> & React.RefAttributes<HTMLButtonElement>;
14
+ export declare const ToggleButton: {
15
+ ({ variant, icons, labels, className, ref, ...props }: ToggleButtonProps): import("react/jsx-runtime").JSX.Element;
16
+ displayName: string;
17
+ };
25
18
  export {};
26
19
  //# sourceMappingURL=ToggleButton.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ToggleButton.d.ts","sourceRoot":"","sources":["../../../../src/components/action/ToggleButton/ToggleButton.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,wBAAwB,CAAC;AAMjD,KAAK,oBAAoB,GACrB,KAAK,CAAC,aAAa,CAAC,KAAK,CAAC,wBAAwB,CAAC,KAAK,CAAC,CAAC,GAC1D,KAAK,CAAC,SAAS,CAAC;AAEpB,MAAM,MAAM,iBAAiB,GAAG,IAAI,CAAC,MAAM,CAAC,WAAW,EAAE,UAAU,CAAC,GAClE,QAAQ,CAAC;IACP,OAAO,CAAC,EAAE,WAAW,GAAG,YAAY,GAAG,mBAAmB,CAAC;IAC3D,KAAK,EAAE;QACL,MAAM,EAAE,oBAAoB,CAAC;QAC7B,QAAQ,EAAE,oBAAoB,CAAC;KAChC,CAAC;IACF,MAAM,CAAC,EAAE;QACP,MAAM,EAAE,KAAK,CAAC,SAAS,CAAC;QACxB,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;KAC3B,CAAC;CACH,CAAC,CAAC;AAEL,eAAO,MAAM,YAAY;cAXX,WAAW,GAAG,YAAY,GAAG,mBAAmB;WACnD;QACL,MAAM,EAAE,oBAAoB,CAAC;QAC7B,QAAQ,EAAE,oBAAoB,CAAC;KAChC;aACQ;QACP,MAAM,EAAE,KAAK,CAAC,SAAS,CAAC;QACxB,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;KAC3B;sDAgDJ,CAAC"}
1
+ {"version":3,"file":"ToggleButton.d.ts","sourceRoot":"","sources":["../../../../src/components/action/ToggleButton/ToggleButton.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,wBAAwB,CAAC;AAKjD,KAAK,oBAAoB,GACrB,KAAK,CAAC,aAAa,CAAC,KAAK,CAAC,wBAAwB,CAAC,KAAK,CAAC,CAAC,GAC1D,KAAK,CAAC,SAAS,CAAC;AAEpB,MAAM,MAAM,iBAAiB,GAAG,IAAI,CAAC,MAAM,CAAC,WAAW,EAAE,UAAU,CAAC,GAClE,QAAQ,CAAC;IACP,OAAO,CAAC,EAAE,WAAW,GAAG,YAAY,GAAG,mBAAmB,CAAC;IAC3D,KAAK,EAAE;QACL,MAAM,EAAE,oBAAoB,CAAC;QAC7B,QAAQ,EAAE,oBAAoB,CAAC;KAChC,CAAC;IACF,MAAM,CAAC,EAAE;QACP,MAAM,EAAE,KAAK,CAAC,SAAS,CAAC;QACxB,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;KAC3B,CAAC;CACH,CAAC,GACF,KAAK,CAAC,aAAa,CAAC,iBAAiB,CAAC,CAAC;AAEzC,eAAO,MAAM,YAAY;2DAOtB,iBAAiB;;CA2CnB,CAAC"}
@@ -12,18 +12,9 @@ export type ValidationBannerProps = Readonly<{
12
12
  icon?: ButtonProps["icon"];
13
13
  variant?: ButtonProps["variant"];
14
14
  "data-testid"?: string;
15
- }>;
16
- export declare const ValidationBanner: React.ForwardRefExoticComponent<Readonly<{
17
- title: string;
18
- description?: React.ReactNode;
19
- loading?: boolean;
20
- disabled?: boolean;
21
- onClick?: React.MouseEventHandler;
22
- onClose?: () => void;
23
- preview?: React.ReactNode;
24
- previewLabel?: string;
25
- icon?: ButtonProps["icon"];
26
- variant?: ButtonProps["variant"];
27
- "data-testid"?: string;
28
- }> & React.RefAttributes<HTMLButtonElement>>;
15
+ }> & React.RefAttributes<HTMLButtonElement>;
16
+ export declare const ValidationBanner: {
17
+ ({ title, description, loading, disabled, onClick, onClose, preview, previewLabel, icon, variant, "data-testid": dataTestId, ref, }: ValidationBannerProps): import("react/jsx-runtime").JSX.Element;
18
+ displayName: string;
19
+ };
29
20
  //# sourceMappingURL=ValidationBanner.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ValidationBanner.d.ts","sourceRoot":"","sources":["../../../../src/components/action/ValidationBanner/ValidationBanner.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,EAAU,WAAW,EAAE,MAAM,kBAAkB,CAAC;AAEvD,MAAM,MAAM,qBAAqB,GAAG,QAAQ,CAAC;IAC3C,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC9B,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,OAAO,CAAC,EAAE,KAAK,CAAC,iBAAiB,CAAC;IAClC,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,OAAO,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,IAAI,CAAC,EAAE,WAAW,CAAC,MAAM,CAAC,CAAC;IAC3B,OAAO,CAAC,EAAE,WAAW,CAAC,SAAS,CAAC,CAAC;IACjC,aAAa,CAAC,EAAE,MAAM,CAAC;CACxB,CAAC,CAAC;AAEH,eAAO,MAAM,gBAAgB;WAbpB,MAAM;kBACC,KAAK,CAAC,SAAS;cACnB,OAAO;eACN,OAAO;cACR,KAAK,CAAC,iBAAiB;cACvB,MAAM,IAAI;cACV,KAAK,CAAC,SAAS;mBACV,MAAM;WACd,WAAW,CAAC,MAAM,CAAC;cAChB,WAAW,CAAC,SAAS,CAAC;oBAChB,MAAM;4CA+DvB,CAAC"}
1
+ {"version":3,"file":"ValidationBanner.d.ts","sourceRoot":"","sources":["../../../../src/components/action/ValidationBanner/ValidationBanner.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,EAAU,WAAW,EAAE,MAAM,kBAAkB,CAAC;AAEvD,MAAM,MAAM,qBAAqB,GAAG,QAAQ,CAAC;IAC3C,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC9B,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,OAAO,CAAC,EAAE,KAAK,CAAC,iBAAiB,CAAC;IAClC,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,OAAO,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,IAAI,CAAC,EAAE,WAAW,CAAC,MAAM,CAAC,CAAC;IAC3B,OAAO,CAAC,EAAE,WAAW,CAAC,SAAS,CAAC,CAAC;IACjC,aAAa,CAAC,EAAE,MAAM,CAAC;CACxB,CAAC,GACA,KAAK,CAAC,aAAa,CAAC,iBAAiB,CAAC,CAAC;AAEzC,eAAO,MAAM,gBAAgB;yIAa1B,qBAAqB;;CA2CvB,CAAC"}
@@ -1,4 +1,9 @@
1
- export declare const MenuContent: import("react").ForwardRefExoticComponent<Readonly<{
1
+ type MenuContentProps = Readonly<{
2
2
  children: React.ReactNode;
3
- }> & import("react").RefAttributes<HTMLDivElement>>;
3
+ }> & React.RefAttributes<HTMLDivElement>;
4
+ export declare const MenuContent: {
5
+ ({ children, ref }: MenuContentProps): import("react/jsx-runtime").JSX.Element;
6
+ displayName: string;
7
+ };
8
+ export {};
4
9
  //# sourceMappingURL=MenuContent.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"MenuContent.d.ts","sourceRoot":"","sources":["../../../../src/components/collections/CommonMenu/MenuContent.tsx"],"names":[],"mappings":"AAQA,eAAO,MAAM,WAAW;cAHZ,KAAK,CAAC,SAAS;mDAuBzB,CAAC"}
1
+ {"version":3,"file":"MenuContent.d.ts","sourceRoot":"","sources":["../../../../src/components/collections/CommonMenu/MenuContent.tsx"],"names":[],"mappings":"AAGA,KAAK,gBAAgB,GAAG,QAAQ,CAAC;IAC/B,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;CAC3B,CAAC,GACA,KAAK,CAAC,aAAa,CAAC,cAAc,CAAC,CAAC;AAEtC,eAAO,MAAM,WAAW;wBAAuB,gBAAgB;;CAoB9D,CAAC"}