@photoroom/ui 0.1.251 → 0.1.253

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (357) hide show
  1. package/components/action/AppButton/AppButton.d.ts +2 -4
  2. package/components/action/AppButton/AppButton.d.ts.map +1 -1
  3. package/components/action/BlogSocialButton/BlogSocialButton.d.ts +2 -4
  4. package/components/action/BlogSocialButton/BlogSocialButton.d.ts.map +1 -1
  5. package/components/action/Button/Button.d.ts +2 -4
  6. package/components/action/Button/Button.d.ts.map +1 -1
  7. package/components/action/ButtonCluster/ButtonCluster.d.ts +4 -1
  8. package/components/action/ButtonCluster/ButtonCluster.d.ts.map +1 -1
  9. package/components/action/CircularButton/CircularButton.d.ts +4 -1
  10. package/components/action/CircularButton/CircularButton.d.ts.map +1 -1
  11. package/components/action/ClearButton/ClearButton.d.ts +4 -1
  12. package/components/action/ClearButton/ClearButton.d.ts.map +1 -1
  13. package/components/action/FilterPullDownButton/FilterPullDownButton.d.ts +4 -1
  14. package/components/action/FilterPullDownButton/FilterPullDownButton.d.ts.map +1 -1
  15. package/components/action/FilterTag/FilterTag.d.ts +4 -1
  16. package/components/action/FilterTag/FilterTag.d.ts.map +1 -1
  17. package/components/action/HelpButton/HelpButton.d.ts +7 -2
  18. package/components/action/HelpButton/HelpButton.d.ts.map +1 -1
  19. package/components/action/HeroButton/HeroButton.d.ts +2 -4
  20. package/components/action/HeroButton/HeroButton.d.ts.map +1 -1
  21. package/components/action/InfoButton/InfoButton.d.ts +2 -3
  22. package/components/action/InfoButton/InfoButton.d.ts.map +1 -1
  23. package/components/action/InputButton/InputButton.d.ts +5 -2
  24. package/components/action/InputButton/InputButton.d.ts.map +1 -1
  25. package/components/action/LimitButton/LimitButton.d.ts +4 -1
  26. package/components/action/LimitButton/LimitButton.d.ts.map +1 -1
  27. package/components/action/LoginButton/LoginButton.d.ts +4 -1
  28. package/components/action/LoginButton/LoginButton.d.ts.map +1 -1
  29. package/components/action/MobileNavigationButton/MobileNavigationButton.d.ts +2 -4
  30. package/components/action/MobileNavigationButton/MobileNavigationButton.d.ts.map +1 -1
  31. package/components/action/NavigationButton/NavigationButton.d.ts +4 -1
  32. package/components/action/NavigationButton/NavigationButton.d.ts.map +1 -1
  33. package/components/action/NavigationToggleButton/NavigationToggleButton.d.ts +4 -1
  34. package/components/action/NavigationToggleButton/NavigationToggleButton.d.ts.map +1 -1
  35. package/components/action/OverlayButton/OverlayButton.d.ts +5 -2
  36. package/components/action/OverlayButton/OverlayButton.d.ts.map +1 -1
  37. package/components/action/OverlaySelectButton/OverlaySelectButton.d.ts +4 -1
  38. package/components/action/OverlaySelectButton/OverlaySelectButton.d.ts.map +1 -1
  39. package/components/action/PresetPullDownButton/PresetPullDownButton.d.ts +4 -1
  40. package/components/action/PresetPullDownButton/PresetPullDownButton.d.ts.map +1 -1
  41. package/components/action/PullDownButton/PullDownButton.d.ts +2 -4
  42. package/components/action/PullDownButton/PullDownButton.d.ts.map +1 -1
  43. package/components/action/RetryButton/RetryButton.d.ts +4 -1
  44. package/components/action/RetryButton/RetryButton.d.ts.map +1 -1
  45. package/components/action/RoundButton/RoundButton.d.ts +4 -1
  46. package/components/action/RoundButton/RoundButton.d.ts.map +1 -1
  47. package/components/action/RoundedButton/RoundedButton.d.ts +5 -1
  48. package/components/action/RoundedButton/RoundedButton.d.ts.map +1 -1
  49. package/components/action/StandaloneLink/StandaloneLink.d.ts +2 -3
  50. package/components/action/StandaloneLink/StandaloneLink.d.ts.map +1 -1
  51. package/components/action/ToggleButton/ToggleButton.d.ts +5 -12
  52. package/components/action/ToggleButton/ToggleButton.d.ts.map +1 -1
  53. package/components/action/ValidationBanner/ValidationBanner.d.ts +5 -14
  54. package/components/action/ValidationBanner/ValidationBanner.d.ts.map +1 -1
  55. package/components/collections/CommonMenu/MenuContent.d.ts +7 -2
  56. package/components/collections/CommonMenu/MenuContent.d.ts.map +1 -1
  57. package/components/collections/CommonMenu/MenuItemButton.d.ts +5 -2
  58. package/components/collections/CommonMenu/MenuItemButton.d.ts.map +1 -1
  59. package/components/collections/CommonMenu/SubMenu.d.ts +1 -1
  60. package/components/collections/CommonMenu/SubMenu.d.ts.map +1 -1
  61. package/components/collections/ContextMenu/ContextMenu.d.ts +8 -6
  62. package/components/collections/ContextMenu/ContextMenu.d.ts.map +1 -1
  63. package/components/collections/ContextMenu/MenuItem/MenuItem.d.ts +5 -2
  64. package/components/collections/ContextMenu/MenuItem/MenuItem.d.ts.map +1 -1
  65. package/components/collections/ContextMenu/MenuSeparator/MenuSeparator.d.ts +5 -6
  66. package/components/collections/ContextMenu/MenuSeparator/MenuSeparator.d.ts.map +1 -1
  67. package/components/collections/DropdownMenu/DropdownMenu.d.ts +26 -11
  68. package/components/collections/DropdownMenu/DropdownMenu.d.ts.map +1 -1
  69. package/components/collections/DropdownMenu/MenuCheckboxGroup/MenuCheckboxGroup.d.ts +9 -8
  70. package/components/collections/DropdownMenu/MenuCheckboxGroup/MenuCheckboxGroup.d.ts.map +1 -1
  71. package/components/collections/DropdownMenu/MenuCheckboxGroup/MenuCheckboxItem.d.ts +5 -5
  72. package/components/collections/DropdownMenu/MenuCheckboxGroup/MenuCheckboxItem.d.ts.map +1 -1
  73. package/components/collections/DropdownMenu/MenuCustomItem/MenuCustomItem.d.ts +5 -2
  74. package/components/collections/DropdownMenu/MenuCustomItem/MenuCustomItem.d.ts.map +1 -1
  75. package/components/collections/DropdownMenu/MenuItem/MenuItem.d.ts +5 -2
  76. package/components/collections/DropdownMenu/MenuItem/MenuItem.d.ts.map +1 -1
  77. package/components/collections/DropdownMenu/MenuRadioGroup/MenuRadioGroup.d.ts +9 -8
  78. package/components/collections/DropdownMenu/MenuRadioGroup/MenuRadioGroup.d.ts.map +1 -1
  79. package/components/collections/DropdownMenu/MenuRadioGroup/MenuRadioItem.d.ts +5 -5
  80. package/components/collections/DropdownMenu/MenuRadioGroup/MenuRadioItem.d.ts.map +1 -1
  81. package/components/collections/DropdownMenu/MenuSeparator/MenuSeparator.d.ts +5 -6
  82. package/components/collections/DropdownMenu/MenuSeparator/MenuSeparator.d.ts.map +1 -1
  83. package/components/collections/FeedHeader/FeedHeader.d.ts +7 -4
  84. package/components/collections/FeedHeader/FeedHeader.d.ts.map +1 -1
  85. package/components/collections/FeedHeader/FeedHeaderTitle.d.ts +4 -1
  86. package/components/collections/FeedHeader/FeedHeaderTitle.d.ts.map +1 -1
  87. package/components/collections/MultiActionWidget/ActionButton.d.ts +2 -2
  88. package/components/collections/MultiActionWidget/ActionButton.d.ts.map +1 -1
  89. package/components/collections/MultiActionWidget/MultiActionWidget.d.ts +5 -19
  90. package/components/collections/MultiActionWidget/MultiActionWidget.d.ts.map +1 -1
  91. package/components/content/BatchTile/BatchTile.d.ts +4 -6
  92. package/components/content/BatchTile/BatchTile.d.ts.map +1 -1
  93. package/components/content/BlogEditorialCard/BlogEditorialCard.d.ts +2 -4
  94. package/components/content/BlogEditorialCard/BlogEditorialCard.d.ts.map +1 -1
  95. package/components/content/Folder/Folder.d.ts +2 -4
  96. package/components/content/Folder/Folder.d.ts.map +1 -1
  97. package/components/content/ModeSelectionTile/ModeSelectionTile.d.ts +5 -9
  98. package/components/content/ModeSelectionTile/ModeSelectionTile.d.ts.map +1 -1
  99. package/components/content/MoreTile/MoreTile.d.ts +5 -7
  100. package/components/content/MoreTile/MoreTile.d.ts.map +1 -1
  101. package/components/content/OptionTable/OptionTable.d.ts +1 -1
  102. package/components/content/ProductActionBar/ProductActionBar.d.ts +4 -1
  103. package/components/content/ProductActionBar/ProductActionBar.d.ts.map +1 -1
  104. package/components/content/PropList/PropListItem.d.ts +1 -1
  105. package/components/content/SelectionTile/SelectionTile.d.ts +5 -5
  106. package/components/content/SelectionTile/SelectionTile.d.ts.map +1 -1
  107. package/components/content/StarterTile/StarterTile.d.ts +4 -1
  108. package/components/content/StarterTile/StarterTile.d.ts.map +1 -1
  109. package/components/content/Tile/Tile.d.ts +2 -2
  110. package/components/content/Tile/Tile.d.ts.map +1 -1
  111. package/components/content/Tile/TilePreview.d.ts +4 -2
  112. package/components/content/Tile/TilePreview.d.ts.map +1 -1
  113. package/components/content/Tile/TileSelectable.d.ts +2 -2
  114. package/components/content/Tile/TileSelectable.d.ts.map +1 -1
  115. package/components/content/ToolTile/ToolTile.d.ts +1 -1
  116. package/components/content/VisualToolTile/VisualToolTile.d.ts +2 -2
  117. package/components/dialog/Dialog/Dialog.d.ts +6 -5
  118. package/components/dialog/Dialog/Dialog.d.ts.map +1 -1
  119. package/components/dialog/Dialog/DialogCloseButton.d.ts +4 -3
  120. package/components/dialog/Dialog/DialogCloseButton.d.ts.map +1 -1
  121. package/components/dropdown/DropdownListBox/DropdownListBox.d.ts +4 -1
  122. package/components/dropdown/DropdownListBox/DropdownListBox.d.ts.map +1 -1
  123. package/components/dropdown/DropdownListBox/DropdownMenuSingleSelectionItem.d.ts +2 -4
  124. package/components/dropdown/DropdownListBox/DropdownMenuSingleSelectionItem.d.ts.map +1 -1
  125. package/components/dropdown/DropdownMenuItem/DropdownMenuItem.d.ts +5 -2
  126. package/components/dropdown/DropdownMenuItem/DropdownMenuItem.d.ts.map +1 -1
  127. package/components/dropdown/DropdownSearchField/DropdownSearchField.d.ts +4 -1
  128. package/components/dropdown/DropdownSearchField/DropdownSearchField.d.ts.map +1 -1
  129. package/components/dropdown/SpaceDropdown/DropdownMenuSpaceActionItem.d.ts +4 -1
  130. package/components/dropdown/SpaceDropdown/DropdownMenuSpaceActionItem.d.ts.map +1 -1
  131. package/components/dropdown/SpaceDropdown/SpacePullDownButton.d.ts +4 -1
  132. package/components/dropdown/SpaceDropdown/SpacePullDownButton.d.ts.map +1 -1
  133. package/components/editor/ColorPicker/ColorWheel/ColorWheel.d.ts +7 -2
  134. package/components/editor/ColorPicker/ColorWheel/ColorWheel.d.ts.map +1 -1
  135. package/components/editor/ColorSwatch/ColorSwatch.d.ts +4 -1
  136. package/components/editor/ColorSwatch/ColorSwatch.d.ts.map +1 -1
  137. package/components/editor/FloatingPanel/FloatingPanel.d.ts +4 -1
  138. package/components/editor/FloatingPanel/FloatingPanel.d.ts.map +1 -1
  139. package/components/editor/FloatingPanel/FloatingPanelHeader.d.ts +4 -1
  140. package/components/editor/FloatingPanel/FloatingPanelHeader.d.ts.map +1 -1
  141. package/components/editor/ListItem/ListItem.d.ts +4 -1
  142. package/components/editor/ListItem/ListItem.d.ts.map +1 -1
  143. package/components/editor/ObjectItem/ObjectItem.d.ts +4 -1
  144. package/components/editor/ObjectItem/ObjectItem.d.ts.map +1 -1
  145. package/components/editor/Pill/Pill.d.ts +8 -14
  146. package/components/editor/Pill/Pill.d.ts.map +1 -1
  147. package/components/editor/Pill/PillButton.d.ts +4 -1
  148. package/components/editor/Pill/PillButton.d.ts.map +1 -1
  149. package/components/editor/Pill/PillToggle.d.ts +4 -1
  150. package/components/editor/Pill/PillToggle.d.ts.map +1 -1
  151. package/components/editor/PresenceObjectBox/PresenceObjectPill.d.ts +4 -1
  152. package/components/editor/PresenceObjectBox/PresenceObjectPill.d.ts.map +1 -1
  153. package/components/editor/SelectionObjectBox/MoveableSelectionObjectBox.d.ts +7 -2
  154. package/components/editor/SelectionObjectBox/MoveableSelectionObjectBox.d.ts.map +1 -1
  155. package/components/editor/SelectionObjectBox/SelectionObjectBox.d.ts +17 -6
  156. package/components/editor/SelectionObjectBox/SelectionObjectBox.d.ts.map +1 -1
  157. package/components/editor/TextureSwatch/TextureSwatch.d.ts +4 -1
  158. package/components/editor/TextureSwatch/TextureSwatch.d.ts.map +1 -1
  159. package/components/editor/ZoomPill/ZoomPill.d.ts +8 -2
  160. package/components/editor/ZoomPill/ZoomPill.d.ts.map +1 -1
  161. package/components/editor/ZoomPill/ZoomPillButton.d.ts +8 -2
  162. package/components/editor/ZoomPill/ZoomPillButton.d.ts.map +1 -1
  163. package/components/feed/ChoiceFeedTileGroup/ChoiceFeedTile.d.ts +5 -12
  164. package/components/feed/ChoiceFeedTileGroup/ChoiceFeedTile.d.ts.map +1 -1
  165. package/components/feed/ChoiceFeedTileGroup/ChoiceFeedTileGroup.d.ts +4 -11
  166. package/components/feed/ChoiceFeedTileGroup/ChoiceFeedTileGroup.d.ts.map +1 -1
  167. package/components/feed/FeedTile/LazyImage.d.ts +8 -2
  168. package/components/feed/FeedTile/LazyImage.d.ts.map +1 -1
  169. package/components/feed/Prompt/Prompt.d.ts +4 -1
  170. package/components/feed/Prompt/Prompt.d.ts.map +1 -1
  171. package/components/feed/PromptSuggestion/PromptSuggestion.d.ts +7 -1
  172. package/components/feed/PromptSuggestion/PromptSuggestion.d.ts.map +1 -1
  173. package/components/feed/TextSuggestion/TextSuggestion.d.ts +4 -1
  174. package/components/feed/TextSuggestion/TextSuggestion.d.ts.map +1 -1
  175. package/components/input/CheckboxPullDown/CheckboxPullDown.d.ts +4 -1
  176. package/components/input/CheckboxPullDown/CheckboxPullDown.d.ts.map +1 -1
  177. package/components/input/CodeInput/CodeInput.d.ts +5 -10
  178. package/components/input/CodeInput/CodeInput.d.ts.map +1 -1
  179. package/components/input/CodeInput/CodeInputField.d.ts +5 -6
  180. package/components/input/CodeInput/CodeInputField.d.ts.map +1 -1
  181. package/components/input/DomainField/DomainField.d.ts +4 -1
  182. package/components/input/DomainField/DomainField.d.ts.map +1 -1
  183. package/components/input/DropdownSelectionMenu/DropdownMenuMultipleSelectionItem.d.ts +5 -12
  184. package/components/input/DropdownSelectionMenu/DropdownMenuMultipleSelectionItem.d.ts.map +1 -1
  185. package/components/input/DropdownSelectionMenu/SelectTrigger.d.ts +5 -8
  186. package/components/input/DropdownSelectionMenu/SelectTrigger.d.ts.map +1 -1
  187. package/components/input/FieldLabel/FieldLabel.d.ts +2 -4
  188. package/components/input/FieldLabel/FieldLabel.d.ts.map +1 -1
  189. package/components/input/FloatingInput/FloatingInput.d.ts +4 -1
  190. package/components/input/FloatingInput/FloatingInput.d.ts.map +1 -1
  191. package/components/input/FolderList/FolderList.d.ts +4 -1
  192. package/components/input/FolderList/FolderList.d.ts.map +1 -1
  193. package/components/input/FolderList/FolderListButton.d.ts +4 -1
  194. package/components/input/FolderList/FolderListButton.d.ts.map +1 -1
  195. package/components/input/FontWeightSelectorItem/FontWeightSelectorItem.d.ts +5 -7
  196. package/components/input/FontWeightSelectorItem/FontWeightSelectorItem.d.ts.map +1 -1
  197. package/components/input/IconSwitch/IconSwitch.d.ts +5 -18
  198. package/components/input/IconSwitch/IconSwitch.d.ts.map +1 -1
  199. package/components/input/ImageWidget/ImageWidget.d.ts +4 -1
  200. package/components/input/ImageWidget/ImageWidget.d.ts.map +1 -1
  201. package/components/input/ImageWidget/ImageWidgetButton.d.ts +4 -5
  202. package/components/input/ImageWidget/ImageWidgetButton.d.ts.map +1 -1
  203. package/components/input/ImportWidget/ImportWidget.d.ts +4 -1
  204. package/components/input/ImportWidget/ImportWidget.d.ts.map +1 -1
  205. package/components/input/InlineSelector/InlineSelector.d.ts +5 -4
  206. package/components/input/InlineSelector/InlineSelector.d.ts.map +1 -1
  207. package/components/input/LargeOptionTile/LargeOptionTile.d.ts +5 -15
  208. package/components/input/LargeOptionTile/LargeOptionTile.d.ts.map +1 -1
  209. package/components/input/NumberField/NumberField.d.ts +5 -27
  210. package/components/input/NumberField/NumberField.d.ts.map +1 -1
  211. package/components/input/OptionGroup/OptionGroup.d.ts +9 -8
  212. package/components/input/OptionGroup/OptionGroup.d.ts.map +1 -1
  213. package/components/input/OptionGroup/OptionGroupItem/OptionGroupItem.d.ts +5 -8
  214. package/components/input/OptionGroup/OptionGroupItem/OptionGroupItem.d.ts.map +1 -1
  215. package/components/input/OptionSelectionListItem/OptionSelectionListItem.d.ts +5 -17
  216. package/components/input/OptionSelectionListItem/OptionSelectionListItem.d.ts.map +1 -1
  217. package/components/input/OptionTile/OptionTile.d.ts +5 -20
  218. package/components/input/OptionTile/OptionTile.d.ts.map +1 -1
  219. package/components/input/PanelStandardInput/PanelStandardInput.d.ts +5 -12
  220. package/components/input/PanelStandardInput/PanelStandardInput.d.ts.map +1 -1
  221. package/components/input/PlaceholderTile/PlaceholderTile.d.ts +5 -13
  222. package/components/input/PlaceholderTile/PlaceholderTile.d.ts.map +1 -1
  223. package/components/input/PromptInput/PromptInput.d.ts +4 -1
  224. package/components/input/PromptInput/PromptInput.d.ts.map +1 -1
  225. package/components/input/SearchableSelect/SearchableSelect.d.ts +14 -9
  226. package/components/input/SearchableSelect/SearchableSelect.d.ts.map +1 -1
  227. package/components/input/SearchableSelect/SearchableSelectItem.d.ts +5 -6
  228. package/components/input/SearchableSelect/SearchableSelectItem.d.ts.map +1 -1
  229. package/components/input/SearchableSelect/SearchableSelectPrimitive.d.ts +5 -2
  230. package/components/input/SearchableSelect/SearchableSelectPrimitive.d.ts.map +1 -1
  231. package/components/input/SearchableSelect/SearchableSelectTrigger.d.ts +4 -1
  232. package/components/input/SearchableSelect/SearchableSelectTrigger.d.ts.map +1 -1
  233. package/components/input/SelectField/SelectField.d.ts +4 -1
  234. package/components/input/SelectField/SelectField.d.ts.map +1 -1
  235. package/components/input/StandardInput/StandardInputImagePrompt.d.ts +5 -2
  236. package/components/input/StandardInput/StandardInputImagePrompt.d.ts.map +1 -1
  237. package/components/input/StandardInput/StandardInputTextPrompt.d.ts +4 -1
  238. package/components/input/StandardInput/StandardInputTextPrompt.d.ts.map +1 -1
  239. package/components/input/StandardInput/index.d.ts +8 -2
  240. package/components/input/StandardInput/index.d.ts.map +1 -1
  241. package/components/input/TagField/TagField.d.ts +4 -2
  242. package/components/input/TagField/TagField.d.ts.map +1 -1
  243. package/components/input/TextArea/TextArea.d.ts +5 -8
  244. package/components/input/TextArea/TextArea.d.ts.map +1 -1
  245. package/components/input/TextArea/TextAreaAutosize.d.ts +5 -2
  246. package/components/input/TextArea/TextAreaAutosize.d.ts.map +1 -1
  247. package/components/input/TextEditionBox/TextEditionBox.d.ts +5 -2
  248. package/components/input/TextEditionBox/TextEditionBox.d.ts.map +1 -1
  249. package/components/input/TextField/TextField.d.ts +4 -1
  250. package/components/input/TextField/TextField.d.ts.map +1 -1
  251. package/components/input/TextInput/TextInput.d.ts +4 -1
  252. package/components/input/TextInput/TextInput.d.ts.map +1 -1
  253. package/components/list/FontFamilyRow/FontFamilyRow.d.ts +6 -1
  254. package/components/list/FontFamilyRow/FontFamilyRow.d.ts.map +1 -1
  255. package/components/list/SizeListItem/SizeListItem.d.ts +5 -7
  256. package/components/list/SizeListItem/SizeListItem.d.ts.map +1 -1
  257. package/components/list/VariantListItem/VariantsListItem.d.ts +4 -4
  258. package/components/list/VariantListItem/VariantsListItemLeading.d.ts +5 -5
  259. package/components/list/VariantListItem/VariantsListItemLeading.d.ts.map +1 -1
  260. package/components/navigation/SideNavigation/SideNavigationHeader/SideNavigationHeader.d.ts +4 -8
  261. package/components/navigation/SideNavigation/SideNavigationHeader/SideNavigationHeader.d.ts.map +1 -1
  262. package/components/navigation/SideNavigation/SideNavigationItem/SideNavigationItem.d.ts +2 -4
  263. package/components/navigation/SideNavigation/SideNavigationItem/SideNavigationItem.d.ts.map +1 -1
  264. package/components/navigation/TabNavigation/TabNavigation.d.ts +19 -13
  265. package/components/navigation/TabNavigation/TabNavigation.d.ts.map +1 -1
  266. package/components/navigation/TabNavigation/TabNavigationItem.d.ts +5 -6
  267. package/components/navigation/TabNavigation/TabNavigationItem.d.ts.map +1 -1
  268. package/components/navigation/Tabs/TabsItem.d.ts +2 -3
  269. package/components/navigation/Tabs/TabsItem.d.ts.map +1 -1
  270. package/components/navigation/TagGroup/Tag/Tag.d.ts +2 -4
  271. package/components/navigation/TagGroup/Tag/Tag.d.ts.map +1 -1
  272. package/components/navigation/TagGroup/TagGroup.d.ts +1 -19
  273. package/components/navigation/TagGroup/TagGroup.d.ts.map +1 -1
  274. package/components/navigation/TagNavigation/TagNavigationItem.d.ts +2 -4
  275. package/components/navigation/TagNavigation/TagNavigationItem.d.ts.map +1 -1
  276. package/components/navigation/ToolMenuButton/ToolMenuButton.d.ts +4 -1
  277. package/components/navigation/ToolMenuButton/ToolMenuButton.d.ts.map +1 -1
  278. package/components/onboarding/ChoiceGroup/ChoiceGroup.d.ts +5 -7
  279. package/components/onboarding/ChoiceGroup/ChoiceGroup.d.ts.map +1 -1
  280. package/components/onboarding/ChoiceGroup/ChoiceMultiple/ChoiceMultipleGroup.d.ts +12 -5
  281. package/components/onboarding/ChoiceGroup/ChoiceMultiple/ChoiceMultipleGroup.d.ts.map +1 -1
  282. package/components/onboarding/ChoiceGroup/ChoiceMultiple/ChoiceMultipleTile.d.ts +5 -2
  283. package/components/onboarding/ChoiceGroup/ChoiceMultiple/ChoiceMultipleTile.d.ts.map +1 -1
  284. package/components/onboarding/ChoiceGroup/ChoiceMultiple/ListChoiceMultipleExpandTile.d.ts +5 -4
  285. package/components/onboarding/ChoiceGroup/ChoiceMultiple/ListChoiceMultipleExpandTile.d.ts.map +1 -1
  286. package/components/onboarding/ChoiceGroup/ChoiceMultiple/ListChoiceMultipleTile.d.ts +5 -2
  287. package/components/onboarding/ChoiceGroup/ChoiceMultiple/ListChoiceMultipleTile.d.ts.map +1 -1
  288. package/components/onboarding/ChoiceGroup/ChoiceTile.d.ts +5 -2
  289. package/components/onboarding/ChoiceGroup/ChoiceTile.d.ts.map +1 -1
  290. package/components/polymorphic.d.ts +16 -22
  291. package/components/polymorphic.d.ts.map +1 -1
  292. package/components/status/Badge/Badge.d.ts +5 -2
  293. package/components/status/Badge/Badge.d.ts.map +1 -1
  294. package/components/status/Badge/StudioBadge.d.ts +4 -1
  295. package/components/status/Badge/StudioBadge.d.ts.map +1 -1
  296. package/components/status/ListingScoreButton/ListingScoreButton.d.ts +5 -7
  297. package/components/status/ListingScoreButton/ListingScoreButton.d.ts.map +1 -1
  298. package/components/status/SelectionBadge/SelectionBadge.d.ts +5 -8
  299. package/components/status/SelectionBadge/SelectionBadge.d.ts.map +1 -1
  300. package/components/structure/PanelHeader/PanelHeader.d.ts +8 -4
  301. package/components/structure/PanelHeader/PanelHeader.d.ts.map +1 -1
  302. package/components/structure/PanelHeader/PanelHeaderSwitcherButton.d.ts +4 -3
  303. package/components/structure/PanelHeader/PanelHeaderSwitcherButton.d.ts.map +1 -1
  304. package/components/structure/PanelHeader/PanelHeaderTrailing.d.ts +4 -1
  305. package/components/structure/PanelHeader/PanelHeaderTrailing.d.ts.map +1 -1
  306. package/components/unsorted/FileUploader/HiddenFileInput.d.ts +4 -1
  307. package/components/unsorted/FileUploader/HiddenFileInput.d.ts.map +1 -1
  308. package/components/unsorted/HighLightedText/HighLightedText.d.ts +2 -3
  309. package/components/unsorted/HighLightedText/HighLightedText.d.ts.map +1 -1
  310. package/components/unsorted/Tooltip/TooltipHOC.d.ts +4 -5
  311. package/components/unsorted/Tooltip/TooltipHOC.d.ts.map +1 -1
  312. package/components/website/ArticleHeroBlock/ArticleContent.d.ts +4 -1
  313. package/components/website/ArticleHeroBlock/ArticleContent.d.ts.map +1 -1
  314. package/components/website/BlockBackground/BlockBackground.d.ts +2 -4
  315. package/components/website/BlockBackground/BlockBackground.d.ts.map +1 -1
  316. package/components/website/BlogSubtleActionBlock/BlogSubtleActionBlock.d.ts +2 -4
  317. package/components/website/BlogSubtleActionBlock/BlogSubtleActionBlock.d.ts.map +1 -1
  318. package/components/website/FooterBlockV2/FooterV2Block.d.ts +1 -15
  319. package/components/website/FooterBlockV2/FooterV2LinkBlock.d.ts +2 -3
  320. package/components/website/FooterBlockV2/FooterV2LinkBlock.d.ts.map +1 -1
  321. package/components/website/Glossary/GlossaryAlphabet.d.ts +4 -1
  322. package/components/website/Glossary/GlossaryAlphabet.d.ts.map +1 -1
  323. package/components/website/Glossary/GlossaryLetterLink.d.ts +4 -1
  324. package/components/website/Glossary/GlossaryLetterLink.d.ts.map +1 -1
  325. package/components/website/Glossary/GlossaryTermCard.d.ts +2 -4
  326. package/components/website/Glossary/GlossaryTermCard.d.ts.map +1 -1
  327. package/components/website/PricingHeroBlock/ApiPricing/ApiPricingCardsContainer/PricingPullDownButton.d.ts +5 -4
  328. package/components/website/PricingHeroBlock/ApiPricing/ApiPricingCardsContainer/PricingPullDownButton.d.ts.map +1 -1
  329. package/components/website/PricingPicker/PricingPickerButton.d.ts +15 -12
  330. package/components/website/PricingPicker/PricingPickerButton.d.ts.map +1 -1
  331. package/components/website/TagCloudBlock/TagCloudBlock.d.ts +1 -19
  332. package/components/website/TagCloudBlock/TagCloudBlock.d.ts.map +1 -1
  333. package/components/website/ToolCard/ToolCard.d.ts +2 -4
  334. package/components/website/ToolCard/ToolCard.d.ts.map +1 -1
  335. package/components/website/ToolLinkCard/ToolLinkCard.d.ts +2 -4
  336. package/components/website/ToolLinkCard/ToolLinkCard.d.ts.map +1 -1
  337. package/components/website/ToolSmallCard/ToolSmallCard.d.ts +2 -4
  338. package/components/website/ToolSmallCard/ToolSmallCard.d.ts.map +1 -1
  339. package/components/website/WebsiteNavigation/WebsiteNavigationButton.d.ts +5 -2
  340. package/components/website/WebsiteNavigation/WebsiteNavigationButton.d.ts.map +1 -1
  341. package/components/website/WebsiteNavigation/WebsiteNavigationCtaSection.d.ts +4 -1
  342. package/components/website/WebsiteNavigation/WebsiteNavigationCtaSection.d.ts.map +1 -1
  343. package/components/website/WebsiteNavigation/WebsiteNavigationItem.d.ts +2 -2
  344. package/components/website/WebsiteNavigation/WebsiteNavigationItem.d.ts.map +1 -1
  345. package/components/website/WebsiteNavigation/WebsiteNavigationMoreItem.d.ts +2 -2
  346. package/components/website/WebsiteNavigation/WebsiteNavigationMoreItem.d.ts.map +1 -1
  347. package/components/website/WebsiteNavigation/WebsiteNavigationOverlayLink.d.ts +2 -2
  348. package/components/website/WebsiteNavigation/WebsiteNavigationOverlayLink.d.ts.map +1 -1
  349. package/components/website/WebsiteNavigation/WebsiteNavigationSection.d.ts +4 -1
  350. package/components/website/WebsiteNavigation/WebsiteNavigationSection.d.ts.map +1 -1
  351. package/components/website/WebsiteNavigation/WebsiteNavigationStory.d.ts +2 -2
  352. package/components/website/WebsiteNavigation/WebsiteNavigationStory.d.ts.map +1 -1
  353. package/components/website/WebsiteNavigation/WebsiteNavigationTestimonial.d.ts +2 -2
  354. package/components/website/WebsiteNavigation/WebsiteNavigationTestimonial.d.ts.map +1 -1
  355. package/index.css +1 -1
  356. package/index.mjs +13144 -13143
  357. package/package.json +2 -1
@@ -1 +1 @@
1
- {"version":3,"file":"polymorphic.d.ts","sourceRoot":"","sources":["../../src/components/polymorphic.ts"],"names":[],"mappings":"AAYA,KAAK,KAAK,CAAC,EAAE,GAAG,EAAE,EAAE,EAAE,GAAG,EAAE,IAAI,IAAI,CAAC,EAAE,EAAE,MAAM,EAAE,CAAC,GAAG,EAAE,CAAC;AAEvD;;GAEG;AACH,KAAK,QAAQ,CAAC,CAAC,IAAI,CAAC,SAAS,mBAAmB,CAAC,GAAG,EAAE,MAAM,CAAC,CAAC,GAAG,CAAC,GAAG,EAAE,CAAC;AAExE;;GAEG;AACH,KAAK,gBAAgB,CAAC,CAAC,IAAI,CAAC,SAAS,mBAAmB,CAAC,MAAM,CAAC,EAAE,GAAG,CAAC,GAAG,CAAC,GAAG,KAAK,CAAC;AAEnF,KAAK,yBAAyB,CAAC,CAAC,EAAE,QAAQ,IAAI,KAAK,CAAC,yBAAyB,CAC3E,KAAK,CAAC,CAAC,SAAS,KAAK,CAAC,WAAW,GAAG,KAAK,CAAC,qBAAqB,CAAC,CAAC,CAAC,GAAG,KAAK,EAAE,QAAQ,GAAG;IAAE,EAAE,CAAC,EAAE,CAAC,CAAA;CAAE,CAAC,CACnG,CAAC;AAMF,KAAK,mBAAmB,CACtB,sBAAsB,EACtB,QAAQ,GAAG,EAAE,IAKX;IACF;;;;;;;OAOG;IACH,CAAC,EAAE,GAAG,sBAAsB,EAC1B,KAAK,EAAE,EAAE,SAAS,EAAE,GAChB;QAAE,EAAE,EAAE,MAAM,KAAK,CAAC,GAAG,CAAC,iBAAiB,CAAA;KAAE,GACzC,EAAE,SAAS,KAAK,CAAC,aAAa,CAAC,MAAM,CAAC,CAAC,GACrC,KAAK,CAAC,CAAC,EAAE,QAAQ,GAAG;QAAE,EAAE,EAAE,EAAE,CAAA;KAAE,CAAC,GAC/B,EAAE,SAAS,MAAM,KAAK,CAAC,GAAG,CAAC,iBAAiB,GAC1C,KAAK,CAAC,KAAK,CAAC,GAAG,CAAC,iBAAiB,CAAC,EAAE,CAAC,EAAE,QAAQ,GAAG;QAAE,EAAE,EAAE,EAAE,CAAA;KAAE,CAAC,GAC7D,KAAK,GACZ,KAAK,CAAC,YAAY,GAAG,IAAI,CAAC;CAC9B,GAAG,yBAAyB,CAAC,sBAAsB,EAAE,QAAQ,CAAC,CAAC;AAEhE,YAAY,EAAE,mBAAmB,EAAE,QAAQ,EAAE,gBAAgB,EAAE,KAAK,EAAE,CAAC"}
1
+ {"version":3,"file":"polymorphic.d.ts","sourceRoot":"","sources":["../../src/components/polymorphic.ts"],"names":[],"mappings":"AAYA,KAAK,KAAK,CAAC,EAAE,GAAG,EAAE,EAAE,EAAE,GAAG,EAAE,IAAI,IAAI,CAAC,EAAE,EAAE,MAAM,EAAE,CAAC,GAAG,EAAE,CAAC;AAiBvD,KAAK,oBAAoB,CAAC,sBAAsB,EAAE,QAAQ,GAAG,EAAE,IAAI;IACjE,CAAC,EAAE,GAAG,sBAAsB,EAC1B,KAAK,EAAE,EAAE,SAAS,EAAE,GAChB;QAAE,EAAE,EAAE,MAAM,KAAK,CAAC,GAAG,CAAC,iBAAiB,CAAA;KAAE,GACzC,EAAE,SAAS,KAAK,CAAC,aAAa,CAAC,MAAM,CAAC,CAAC,GACrC,KAAK,CAAC,CAAC,EAAE,QAAQ,GAAG;QAAE,EAAE,EAAE,EAAE,CAAA;KAAE,CAAC,GAC/B,EAAE,SAAS,MAAM,KAAK,CAAC,GAAG,CAAC,iBAAiB,GAC1C,KAAK,CAAC,KAAK,CAAC,GAAG,CAAC,iBAAiB,CAAC,EAAE,CAAC,EAAE,QAAQ,GAAG;QAAE,EAAE,EAAE,EAAE,CAAA;KAAE,CAAC,GAC7D,KAAK,GACZ,KAAK,CAAC,YAAY,GAAG,IAAI,CAAC;IAC7B,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB,GAAG,CAAC,CAGH,KAAK,EAAE,KAAK,CACV,sBAAsB,SAAS,KAAK,CAAC,WAAW,GAC5C,KAAK,CAAC,qBAAqB,CAAC,sBAAsB,CAAC,GACnD,KAAK,EACT,QAAQ,GAAG;IAAE,EAAE,CAAC,EAAE,sBAAsB,CAAA;CAAE,CAC3C,KACE,KAAK,CAAC,YAAY,GAAG,IAAI,CAAC,CAAC;AAEhC;;;;;;GAMG;AACH,KAAK,gBAAgB,CAAC,cAAc,SAAS,KAAK,CAAC,WAAW,EAAE,QAAQ,GAAG,EAAE,IAAI,KAAK,CACpF,KAAK,CAAC,qBAAqB,CAAC,cAAc,CAAC,EAC3C,QAAQ,CACT,GAAG;IAAE,EAAE,CAAC,EAAE,KAAK,CAAC,WAAW,CAAA;CAAE,CAAC;AAE/B,YAAY,EAAE,oBAAoB,EAAE,gBAAgB,EAAE,KAAK,EAAE,CAAC"}
@@ -1,7 +1,7 @@
1
1
  import { VariantProps } from "class-variance-authority";
2
2
  declare const badgeVariants: (props?: ({
3
3
  size?: "small" | "medium" | "large" | null | undefined;
4
- variant?: "accent" | "pro" | "on-dark" | "default" | "pro-alt" | "subtle" | "on-dark-secondary" | "subdued" | "moon-grape" | null | undefined;
4
+ variant?: "default" | "accent" | "pro" | "on-dark" | "pro-alt" | "subtle" | "on-dark-secondary" | "subdued" | "moon-grape" | null | undefined;
5
5
  icon?: boolean | null | undefined;
6
6
  iconOnly?: boolean | null | undefined;
7
7
  } & import("class-variance-authority/types").ClassProp) | undefined) => string;
@@ -22,6 +22,9 @@ export type BadgeProps = {
22
22
  */
23
23
  tooltip?: React.ReactNode;
24
24
  } & React.ComponentProps<"span"> & Omit<VariantProps<typeof badgeVariants>, "icon" | "iconOnly">;
25
- export declare const Badge: import("react").ForwardRefExoticComponent<Omit<BadgeProps, "ref"> & import("react").RefAttributes<HTMLSpanElement>>;
25
+ export declare const Badge: {
26
+ ({ size, variant, icon, className, children, tooltip, ref, ...rest }: BadgeProps): import("react/jsx-runtime").JSX.Element;
27
+ displayName: string;
28
+ };
26
29
  export {};
27
30
  //# sourceMappingURL=Badge.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Badge.d.ts","sourceRoot":"","sources":["../../../../src/components/status/Badge/Badge.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAO,YAAY,EAAE,MAAM,0BAA0B,CAAC;AAO7D,QAAA,MAAM,aAAa;;;;;8EAoCjB,CAAC;AAEH,KAAK,aAAa,GAAG,KAAK,CAAC,aAAa,CAAC,KAAK,CAAC,wBAAwB,CAAC,KAAK,CAAC,CAAC,CAAC;AAEhF,MAAM,MAAM,UAAU,GAAG;IACvB;;OAEG;IACH,IAAI,CAAC,EAAE,aAAa,GAAG,KAAK,CAAC,SAAS,CAAC;IACvC;;OAEG;IACH,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B;;;;OAIG;IACH,OAAO,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CAC3B,GAAG,KAAK,CAAC,cAAc,CAAC,MAAM,CAAC,GAC9B,IAAI,CAAC,YAAY,CAAC,OAAO,aAAa,CAAC,EAAE,MAAM,GAAG,UAAU,CAAC,CAAC;AAEhE,eAAO,MAAM,KAAK,qHAyCjB,CAAC"}
1
+ {"version":3,"file":"Badge.d.ts","sourceRoot":"","sources":["../../../../src/components/status/Badge/Badge.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAO,YAAY,EAAE,MAAM,0BAA0B,CAAC;AAM7D,QAAA,MAAM,aAAa;;;;;8EAoCjB,CAAC;AAEH,KAAK,aAAa,GAAG,KAAK,CAAC,aAAa,CAAC,KAAK,CAAC,wBAAwB,CAAC,KAAK,CAAC,CAAC,CAAC;AAEhF,MAAM,MAAM,UAAU,GAAG;IACvB;;OAEG;IACH,IAAI,CAAC,EAAE,aAAa,GAAG,KAAK,CAAC,SAAS,CAAC;IACvC;;OAEG;IACH,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B;;;;OAIG;IACH,OAAO,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CAC3B,GAAG,KAAK,CAAC,cAAc,CAAC,MAAM,CAAC,GAC9B,IAAI,CAAC,YAAY,CAAC,OAAO,aAAa,CAAC,EAAE,MAAM,GAAG,UAAU,CAAC,CAAC;AAEhE,eAAO,MAAM,KAAK;0EASf,UAAU;;CAuCZ,CAAC"}
@@ -1,5 +1,8 @@
1
1
  export type StudioBadgeProps = {
2
2
  className?: string;
3
3
  } & React.ComponentProps<"span">;
4
- export declare const StudioBadge: import("react").ForwardRefExoticComponent<Omit<StudioBadgeProps, "ref"> & import("react").RefAttributes<HTMLSpanElement>>;
4
+ export declare const StudioBadge: {
5
+ ({ className, ref, ...rest }: StudioBadgeProps): import("react/jsx-runtime").JSX.Element;
6
+ displayName: string;
7
+ };
5
8
  //# sourceMappingURL=StudioBadge.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"StudioBadge.d.ts","sourceRoot":"","sources":["../../../../src/components/status/Badge/StudioBadge.tsx"],"names":[],"mappings":"AAIA,MAAM,MAAM,gBAAgB,GAAG;IAC7B,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,GAAG,KAAK,CAAC,cAAc,CAAC,MAAM,CAAC,CAAC;AAEjC,eAAO,MAAM,WAAW,2HAkBvB,CAAC"}
1
+ {"version":3,"file":"StudioBadge.d.ts","sourceRoot":"","sources":["../../../../src/components/status/Badge/StudioBadge.tsx"],"names":[],"mappings":"AAGA,MAAM,MAAM,gBAAgB,GAAG;IAC7B,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,GAAG,KAAK,CAAC,cAAc,CAAC,MAAM,CAAC,CAAC;AAEjC,eAAO,MAAM,WAAW;kCAAiC,gBAAgB;;CAgBxE,CAAC"}
@@ -4,11 +4,9 @@ export type ListingScoreButtonProps = {
4
4
  max: number;
5
5
  label: string;
6
6
  sellScoreClassName?: string;
7
- } & Omit<ComponentPropsWithoutRef<"button">, "children">;
8
- export declare const ListingScoreButton: import("react").ForwardRefExoticComponent<{
9
- score: number;
10
- max: number;
11
- label: string;
12
- sellScoreClassName?: string;
13
- } & Omit<Omit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref">, "children"> & import("react").RefAttributes<HTMLButtonElement>>;
7
+ } & Omit<ComponentPropsWithoutRef<"button">, "children"> & React.RefAttributes<HTMLButtonElement>;
8
+ export declare const ListingScoreButton: {
9
+ ({ score, max, label, sellScoreClassName, className, type, ref, ...props }: ListingScoreButtonProps): import("react/jsx-runtime").JSX.Element;
10
+ displayName: string;
11
+ };
14
12
  //# sourceMappingURL=ListingScoreButton.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ListingScoreButton.d.ts","sourceRoot":"","sources":["../../../../src/components/status/ListingScoreButton/ListingScoreButton.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,wBAAwB,EAAc,MAAM,OAAO,CAAC;AAM7D,MAAM,MAAM,uBAAuB,GAAG;IACpC,KAAK,EAAE,MAAM,CAAC;IACd,GAAG,EAAE,MAAM,CAAC;IACZ,KAAK,EAAE,MAAM,CAAC;IACd,kBAAkB,CAAC,EAAE,MAAM,CAAC;CAC7B,GAAG,IAAI,CAAC,wBAAwB,CAAC,QAAQ,CAAC,EAAE,UAAU,CAAC,CAAC;AAEzD,eAAO,MAAM,kBAAkB;WANtB,MAAM;SACR,MAAM;WACJ,MAAM;yBACQ,MAAM;oMA6B5B,CAAC"}
1
+ {"version":3,"file":"ListingScoreButton.d.ts","sourceRoot":"","sources":["../../../../src/components/status/ListingScoreButton/ListingScoreButton.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,wBAAwB,EAAE,MAAM,OAAO,CAAC;AAMjD,MAAM,MAAM,uBAAuB,GAAG;IACpC,KAAK,EAAE,MAAM,CAAC;IACd,GAAG,EAAE,MAAM,CAAC;IACZ,KAAK,EAAE,MAAM,CAAC;IACd,kBAAkB,CAAC,EAAE,MAAM,CAAC;CAC7B,GAAG,IAAI,CAAC,wBAAwB,CAAC,QAAQ,CAAC,EAAE,UAAU,CAAC,GACtD,KAAK,CAAC,aAAa,CAAC,iBAAiB,CAAC,CAAC;AAEzC,eAAO,MAAM,kBAAkB;gFAS5B,uBAAuB;;CAwBzB,CAAC"}
@@ -4,12 +4,9 @@ export type SelectionBadgeProps = Omit<React.ComponentPropsWithoutRef<"div">, "c
4
4
  loading?: boolean;
5
5
  invisible?: boolean;
6
6
  className?: string;
7
- }>;
8
- export declare const SelectionBadge: import("react").ForwardRefExoticComponent<Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref">, "children"> & Readonly<{
9
- variant: "round" | "square";
10
- selected?: boolean;
11
- loading?: boolean;
12
- invisible?: boolean;
13
- className?: string;
14
- }> & import("react").RefAttributes<HTMLDivElement>>;
7
+ }> & React.RefAttributes<HTMLDivElement>;
8
+ export declare const SelectionBadge: {
9
+ ({ className, variant, selected, loading, invisible, ref, ...props }: SelectionBadgeProps): import("react/jsx-runtime").JSX.Element;
10
+ displayName: string;
11
+ };
15
12
  //# sourceMappingURL=SelectionBadge.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"SelectionBadge.d.ts","sourceRoot":"","sources":["../../../../src/components/status/SelectionBadge/SelectionBadge.tsx"],"names":[],"mappings":"AAIA,MAAM,MAAM,mBAAmB,GAAG,IAAI,CAAC,KAAK,CAAC,wBAAwB,CAAC,KAAK,CAAC,EAAE,UAAU,CAAC,GACvF,QAAQ,CAAC;IACP,OAAO,EAAE,OAAO,GAAG,QAAQ,CAAC;IAC5B,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,CAAC,CAAC;AAEL,eAAO,MAAM,cAAc;aAPd,OAAO,GAAG,QAAQ;eAChB,OAAO;cACR,OAAO;gBACL,OAAO;gBACP,MAAM;mDAmCrB,CAAC"}
1
+ {"version":3,"file":"SelectionBadge.d.ts","sourceRoot":"","sources":["../../../../src/components/status/SelectionBadge/SelectionBadge.tsx"],"names":[],"mappings":"AAGA,MAAM,MAAM,mBAAmB,GAAG,IAAI,CAAC,KAAK,CAAC,wBAAwB,CAAC,KAAK,CAAC,EAAE,UAAU,CAAC,GACvF,QAAQ,CAAC;IACP,OAAO,EAAE,OAAO,GAAG,QAAQ,CAAC;IAC5B,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,CAAC,GACF,KAAK,CAAC,aAAa,CAAC,cAAc,CAAC,CAAC;AAEtC,eAAO,MAAM,cAAc;0EAQxB,mBAAmB;;CA8BrB,CAAC"}
@@ -7,9 +7,13 @@ export type PanelHeaderProps = {
7
7
  export declare const PanelHeader: {
8
8
  ({ children, className, isSticky }: PanelHeaderProps): import("react/jsx-runtime").JSX.Element;
9
9
  Leading: ({ title, subtitle, content, backLabel, onBack, children, capitalize, }: import("./PanelHeaderLeading").PanelHeaderLeadingProps) => import("react/jsx-runtime").JSX.Element;
10
- SwitcherButton: import("react").ForwardRefExoticComponent<Omit<import("react").ButtonHTMLAttributes<HTMLButtonElement>, "children"> & {
11
- label: string;
12
- } & import("react").RefAttributes<HTMLButtonElement>>;
13
- Trailing: import("react").ForwardRefExoticComponent<import("./PanelHeaderTrailing").PanelHeaderTrailingProps & import("react").RefAttributes<HTMLButtonElement>>;
10
+ SwitcherButton: {
11
+ ({ label, className, ref, ...props }: import("./PanelHeaderSwitcherButton").PanelHeaderSwitcherButtonProps): import("react/jsx-runtime").JSX.Element;
12
+ displayName: string;
13
+ };
14
+ Trailing: {
15
+ ({ type, children, className, onClick, disabled, icon, variant, ref, }: import("./PanelHeaderTrailing").PanelHeaderTrailingProps): import("react/jsx-runtime").JSX.Element | null;
16
+ displayName: string;
17
+ };
14
18
  };
15
19
  //# sourceMappingURL=PanelHeader.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"PanelHeader.d.ts","sourceRoot":"","sources":["../../../../src/components/structure/PanelHeader/PanelHeader.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAY,SAAS,EAAE,MAAM,OAAO,CAAC;AAQ5C,MAAM,MAAM,gBAAgB,GAAG;IAC7B,QAAQ,EAAE,SAAS,CAAC;IACpB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB,CAAC;AACF,eAAO,MAAM,WAAW;wCAA8C,gBAAgB;;;;;;CAoBrF,CAAC"}
1
+ {"version":3,"file":"PanelHeader.d.ts","sourceRoot":"","sources":["../../../../src/components/structure/PanelHeader/PanelHeader.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAY,SAAS,EAAE,MAAM,OAAO,CAAC;AAQ5C,MAAM,MAAM,gBAAgB,GAAG;IAC7B,QAAQ,EAAE,SAAS,CAAC;IACpB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB,CAAC;AACF,eAAO,MAAM,WAAW;wCAA8C,gBAAgB;;;;;;;;;;CAoBrF,CAAC"}
@@ -1,7 +1,8 @@
1
1
  export type PanelHeaderSwitcherButtonProps = Omit<React.ButtonHTMLAttributes<HTMLButtonElement>, "children"> & {
2
2
  label: string;
3
+ } & React.RefAttributes<HTMLButtonElement>;
4
+ export declare const PanelHeaderSwitcherButton: {
5
+ ({ label, className, ref, ...props }: PanelHeaderSwitcherButtonProps): import("react/jsx-runtime").JSX.Element;
6
+ displayName: string;
3
7
  };
4
- export declare const PanelHeaderSwitcherButton: import("react").ForwardRefExoticComponent<Omit<import("react").ButtonHTMLAttributes<HTMLButtonElement>, "children"> & {
5
- label: string;
6
- } & import("react").RefAttributes<HTMLButtonElement>>;
7
8
  //# sourceMappingURL=PanelHeaderSwitcherButton.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"PanelHeaderSwitcherButton.d.ts","sourceRoot":"","sources":["../../../../src/components/structure/PanelHeader/PanelHeaderSwitcherButton.tsx"],"names":[],"mappings":"AAKA,MAAM,MAAM,8BAA8B,GAAG,IAAI,CAC/C,KAAK,CAAC,oBAAoB,CAAC,iBAAiB,CAAC,EAC7C,UAAU,CACX,GAAG;IACF,KAAK,EAAE,MAAM,CAAC;CACf,CAAC;AAEF,eAAO,MAAM,yBAAyB;WAH7B,MAAM;qDAsBb,CAAC"}
1
+ {"version":3,"file":"PanelHeaderSwitcherButton.d.ts","sourceRoot":"","sources":["../../../../src/components/structure/PanelHeader/PanelHeaderSwitcherButton.tsx"],"names":[],"mappings":"AAIA,MAAM,MAAM,8BAA8B,GAAG,IAAI,CAC/C,KAAK,CAAC,oBAAoB,CAAC,iBAAiB,CAAC,EAC7C,UAAU,CACX,GAAG;IACF,KAAK,EAAE,MAAM,CAAC;CACf,GAAG,KAAK,CAAC,aAAa,CAAC,iBAAiB,CAAC,CAAC;AAE3C,eAAO,MAAM,yBAAyB;0CAKnC,8BAA8B;;CAgBhC,CAAC"}
@@ -7,6 +7,9 @@ export type PanelHeaderTrailingProps = {
7
7
  disabled?: boolean;
8
8
  icon?: React.ComponentType<React.ComponentProps<"svg">>;
9
9
  variant?: ButtonProps["variant"];
10
+ } & React.RefAttributes<HTMLButtonElement>;
11
+ export declare const PanelHeaderTrailing: {
12
+ ({ type, children, className, onClick, disabled, icon, variant, ref, }: PanelHeaderTrailingProps): import("react/jsx-runtime").JSX.Element | null;
13
+ displayName: string;
10
14
  };
11
- export declare const PanelHeaderTrailing: import("react").ForwardRefExoticComponent<PanelHeaderTrailingProps & import("react").RefAttributes<HTMLButtonElement>>;
12
15
  //# sourceMappingURL=PanelHeaderTrailing.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"PanelHeaderTrailing.d.ts","sourceRoot":"","sources":["../../../../src/components/structure/PanelHeader/PanelHeaderTrailing.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAU,WAAW,EAAE,MAAM,qBAAqB,CAAC;AAI1D,MAAM,MAAM,wBAAwB,GAAG;IACrC,IAAI,EAAE,QAAQ,GAAG,gBAAgB,GAAG,aAAa,CAAC;IAClD,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,IAAI,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,CAAC,CAAC;IACxD,OAAO,CAAC,EAAE,WAAW,CAAC,SAAS,CAAC,CAAC;CAClC,CAAC;AAEF,eAAO,MAAM,mBAAmB,wHAiD/B,CAAC"}
1
+ {"version":3,"file":"PanelHeaderTrailing.d.ts","sourceRoot":"","sources":["../../../../src/components/structure/PanelHeader/PanelHeaderTrailing.tsx"],"names":[],"mappings":"AACA,OAAO,EAAU,WAAW,EAAE,MAAM,qBAAqB,CAAC;AAI1D,MAAM,MAAM,wBAAwB,GAAG;IACrC,IAAI,EAAE,QAAQ,GAAG,gBAAgB,GAAG,aAAa,CAAC;IAClD,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,IAAI,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,CAAC,CAAC;IACxD,OAAO,CAAC,EAAE,WAAW,CAAC,SAAS,CAAC,CAAC;CAClC,GAAG,KAAK,CAAC,aAAa,CAAC,iBAAiB,CAAC,CAAC;AAE3C,eAAO,MAAM,mBAAmB;4EAS7B,wBAAwB;;CAgD1B,CAAC"}
@@ -4,7 +4,10 @@ type HiddenFileInputProps = {
4
4
  directory?: boolean;
5
5
  accept?: string[];
6
6
  onChange: (event: ChangeEvent<HTMLInputElement>) => void;
7
+ } & React.RefAttributes<HTMLInputElement>;
8
+ export declare const HiddenFileInput: {
9
+ ({ onChange, multiple, directory, accept, ref: inputRef, }: HiddenFileInputProps): import("react/jsx-runtime").JSX.Element;
10
+ displayName: string;
7
11
  };
8
- export declare const HiddenFileInput: import("react").ForwardRefExoticComponent<HiddenFileInputProps & import("react").RefAttributes<HTMLInputElement>>;
9
12
  export {};
10
13
  //# sourceMappingURL=HiddenFileInput.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"HiddenFileInput.d.ts","sourceRoot":"","sources":["../../../../src/components/unsorted/FileUploader/HiddenFileInput.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,WAAW,EAAc,MAAM,OAAO,CAAC;AAEhD,KAAK,oBAAoB,GAAG;IAC1B,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;IAClB,QAAQ,EAAE,CAAC,KAAK,EAAE,WAAW,CAAC,gBAAgB,CAAC,KAAK,IAAI,CAAC;CAC1D,CAAC;AAEF,eAAO,MAAM,eAAe,mHAe3B,CAAC"}
1
+ {"version":3,"file":"HiddenFileInput.d.ts","sourceRoot":"","sources":["../../../../src/components/unsorted/FileUploader/HiddenFileInput.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,WAAW,EAAE,MAAM,OAAO,CAAC;AAEpC,KAAK,oBAAoB,GAAG;IAC1B,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;IAClB,QAAQ,EAAE,CAAC,KAAK,EAAE,WAAW,CAAC,gBAAgB,CAAC,KAAK,IAAI,CAAC;CAC1D,GAAG,KAAK,CAAC,aAAa,CAAC,gBAAgB,CAAC,CAAC;AAE1C,eAAO,MAAM,eAAe;gEAMzB,oBAAoB;;CAatB,CAAC"}
@@ -1,11 +1,10 @@
1
- import { ForwardRefComponent } from "../../polymorphic";
1
+ import { PolymorphicComponent } from "../../polymorphic";
2
2
  type HightLightedTextProps = {
3
3
  text: string;
4
4
  segments: string[];
5
5
  highLightStyle?: string;
6
6
  className?: string;
7
7
  };
8
- type PolymorphicText = ForwardRefComponent<"p", HightLightedTextProps>;
9
- export declare const HighLightedText: PolymorphicText;
8
+ export declare const HighLightedText: PolymorphicComponent<"p", HightLightedTextProps>;
10
9
  export {};
11
10
  //# sourceMappingURL=HighLightedText.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"HighLightedText.d.ts","sourceRoot":"","sources":["../../../../src/components/unsorted/HighLightedText/HighLightedText.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AAExD,KAAK,qBAAqB,GAAG;IAC3B,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,EAAE,MAAM,EAAE,CAAC;IACnB,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,CAAC;AAEF,KAAK,eAAe,GAAG,mBAAmB,CAAC,GAAG,EAAE,qBAAqB,CAAC,CAAC;AAEvE,eAAO,MAAM,eAAe,EAuBvB,eAAe,CAAC"}
1
+ {"version":3,"file":"HighLightedText.d.ts","sourceRoot":"","sources":["../../../../src/components/unsorted/HighLightedText/HighLightedText.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,oBAAoB,EAAoB,MAAM,mBAAmB,CAAC;AAE3E,KAAK,qBAAqB,GAAG;IAC3B,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,EAAE,MAAM,EAAE,CAAC;IACnB,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,CAAC;AAEF,eAAO,MAAM,eAAe,EA4BtB,oBAAoB,CAAC,GAAG,EAAE,qBAAqB,CAAC,CAAC"}
@@ -4,9 +4,8 @@ export type TooltipHOCProps = Readonly<{
4
4
  tooltipWithPortal?: boolean;
5
5
  tooltipDefaultOpen?: boolean;
6
6
  }>;
7
- export declare const withTooltip: <T extends TooltipHOCProps = TooltipHOCProps>(WrappedComponent: ComponentType<T>) => import("react").ForwardRefExoticComponent<import("react").PropsWithoutRef<T & Readonly<{
8
- tooltipContent?: React.ReactNode;
9
- tooltipWithPortal?: boolean;
10
- tooltipDefaultOpen?: boolean;
11
- }>> & import("react").RefAttributes<HTMLButtonElement>>;
7
+ export declare const withTooltip: <T extends TooltipHOCProps = TooltipHOCProps>(WrappedComponent: ComponentType<T>) => {
8
+ ({ tooltipContent, tooltipDefaultOpen, tooltipWithPortal, ref, ...props }: T & TooltipHOCProps & React.RefAttributes<HTMLButtonElement>): import("react/jsx-runtime").JSX.Element;
9
+ displayName: string;
10
+ };
12
11
  //# sourceMappingURL=TooltipHOC.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"TooltipHOC.d.ts","sourceRoot":"","sources":["../../../../src/components/unsorted/Tooltip/TooltipHOC.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAc,MAAM,OAAO,CAAC;AAIlD,MAAM,MAAM,eAAe,GAAG,QAAQ,CAAC;IACrC,cAAc,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACjC,iBAAiB,CAAC,EAAE,OAAO,CAAC;IAC5B,kBAAkB,CAAC,EAAE,OAAO,CAAC;CAC9B,CAAC,CAAC;AAEH,eAAO,MAAM,WAAW,GAAI,CAAC,SAAS,eAAe,GAAG,eAAe,EACrE,kBAAkB,aAAa,CAAC,CAAC,CAAC;qBANjB,KAAK,CAAC,SAAS;wBACZ,OAAO;yBACN,OAAO;uDA6B7B,CAAC"}
1
+ {"version":3,"file":"TooltipHOC.d.ts","sourceRoot":"","sources":["../../../../src/components/unsorted/Tooltip/TooltipHOC.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,OAAO,CAAC;AAItC,MAAM,MAAM,eAAe,GAAG,QAAQ,CAAC;IACrC,cAAc,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACjC,iBAAiB,CAAC,EAAE,OAAO,CAAC;IAC5B,kBAAkB,CAAC,EAAE,OAAO,CAAC;CAC9B,CAAC,CAAC;AAEH,eAAO,MAAM,WAAW,GAAI,CAAC,SAAS,eAAe,GAAG,eAAe,EACrE,kBAAkB,aAAa,CAAC,CAAC,CAAC;+EAQ/B,CAAC,GAAG,eAAe,GAAG,KAAK,CAAC,aAAa,CAAC,iBAAiB,CAAC;;CAqBhE,CAAC"}
@@ -1,3 +1,6 @@
1
1
  export type ArticleContentProps = React.ComponentProps<"div">;
2
- export declare const ArticleContent: import("react").ForwardRefExoticComponent<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & import("react").RefAttributes<HTMLDivElement>>;
2
+ export declare const ArticleContent: {
3
+ ({ className, children, ref, ...rest }: ArticleContentProps): import("react/jsx-runtime").JSX.Element;
4
+ displayName: string;
5
+ };
3
6
  //# sourceMappingURL=ArticleContent.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ArticleContent.d.ts","sourceRoot":"","sources":["../../../../src/components/website/ArticleHeroBlock/ArticleContent.tsx"],"names":[],"mappings":"AAIA,MAAM,MAAM,mBAAmB,GAAG,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,CAAC;AAE9D,eAAO,MAAM,cAAc,2MAwF1B,CAAC"}
1
+ {"version":3,"file":"ArticleContent.d.ts","sourceRoot":"","sources":["../../../../src/components/website/ArticleHeroBlock/ArticleContent.tsx"],"names":[],"mappings":"AAEA,MAAM,MAAM,mBAAmB,GAAG,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,CAAC;AAE9D,eAAO,MAAM,cAAc;4CAA2C,mBAAmB;;CAsFxF,CAAC"}
@@ -1,10 +1,8 @@
1
- import { ForwardRefComponent } from "../../polymorphic";
1
+ import { PolymorphicComponent } from "../../polymorphic";
2
2
  export declare const BLOCK_BACKGROUND_VARIANTS: readonly ["surface-default", "neutral-50", "neutral-50-top", "neutral-50-bottom", "sand-50"];
3
3
  export type BlockBackgroundVariant = (typeof BLOCK_BACKGROUND_VARIANTS)[number];
4
4
  export type BlockBackgroundProps = Readonly<{
5
5
  variant?: BlockBackgroundVariant;
6
6
  }>;
7
- type PolymorphicBlockBackground = ForwardRefComponent<"section", BlockBackgroundProps>;
8
- export declare const BlockBackground: PolymorphicBlockBackground;
9
- export {};
7
+ export declare const BlockBackground: PolymorphicComponent<"section", BlockBackgroundProps>;
10
8
  //# sourceMappingURL=BlockBackground.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"BlockBackground.d.ts","sourceRoot":"","sources":["../../../../src/components/website/BlockBackground/BlockBackground.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AAExD,eAAO,MAAM,yBAAyB,8FAM5B,CAAC;AAEX,MAAM,MAAM,sBAAsB,GAAG,CAAC,OAAO,yBAAyB,CAAC,CAAC,MAAM,CAAC,CAAC;AAEhF,MAAM,MAAM,oBAAoB,GAAG,QAAQ,CAAC;IAC1C,OAAO,CAAC,EAAE,sBAAsB,CAAC;CAClC,CAAC,CAAC;AAEH,KAAK,0BAA0B,GAAG,mBAAmB,CAAC,SAAS,EAAE,oBAAoB,CAAC,CAAC;AAEvF,eAAO,MAAM,eAAe,EAsBvB,0BAA0B,CAAC"}
1
+ {"version":3,"file":"BlockBackground.d.ts","sourceRoot":"","sources":["../../../../src/components/website/BlockBackground/BlockBackground.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,oBAAoB,EAAoB,MAAM,mBAAmB,CAAC;AAE3E,eAAO,MAAM,yBAAyB,8FAM5B,CAAC;AAEX,MAAM,MAAM,sBAAsB,GAAG,CAAC,OAAO,yBAAyB,CAAC,CAAC,MAAM,CAAC,CAAC;AAEhF,MAAM,MAAM,oBAAoB,GAAG,QAAQ,CAAC;IAC1C,OAAO,CAAC,EAAE,sBAAsB,CAAC;CAClC,CAAC,CAAC;AAEH,eAAO,MAAM,eAAe,EAwBtB,oBAAoB,CAAC,SAAS,EAAE,oBAAoB,CAAC,CAAC"}
@@ -1,8 +1,6 @@
1
- import { ForwardRefComponent } from "../../polymorphic";
1
+ import { PolymorphicComponent } from "../../polymorphic";
2
2
  export type BlogSubtleActionBlockProps = Readonly<{
3
3
  title: string;
4
4
  }> & React.ComponentProps<"a">;
5
- type PolymorphicBlogSubtleActionBlock = ForwardRefComponent<"a", BlogSubtleActionBlockProps>;
6
- export declare const BlogSubtleActionBlock: PolymorphicBlogSubtleActionBlock;
7
- export {};
5
+ export declare const BlogSubtleActionBlock: PolymorphicComponent<"a", BlogSubtleActionBlockProps>;
8
6
  //# sourceMappingURL=BlogSubtleActionBlock.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"BlogSubtleActionBlock.d.ts","sourceRoot":"","sources":["../../../../src/components/website/BlogSubtleActionBlock/BlogSubtleActionBlock.tsx"],"names":[],"mappings":"AAKA,OAAO,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AAExD,MAAM,MAAM,0BAA0B,GAAG,QAAQ,CAAC;IAChD,KAAK,EAAE,MAAM,CAAC;CACf,CAAC,GACA,KAAK,CAAC,cAAc,CAAC,GAAG,CAAC,CAAC;AAE5B,KAAK,gCAAgC,GAAG,mBAAmB,CAAC,GAAG,EAAE,0BAA0B,CAAC,CAAC;AAE7F,eAAO,MAAM,qBAAqB,EAoB7B,gCAAgC,CAAC"}
1
+ {"version":3,"file":"BlogSubtleActionBlock.d.ts","sourceRoot":"","sources":["../../../../src/components/website/BlogSubtleActionBlock/BlogSubtleActionBlock.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAE,oBAAoB,EAAoB,MAAM,mBAAmB,CAAC;AAE3E,MAAM,MAAM,0BAA0B,GAAG,QAAQ,CAAC;IAChD,KAAK,EAAE,MAAM,CAAC;CACf,CAAC,GACA,KAAK,CAAC,cAAc,CAAC,GAAG,CAAC,CAAC;AAE5B,eAAO,MAAM,qBAAqB,EAwB5B,oBAAoB,CAAC,GAAG,EAAE,0BAA0B,CAAC,CAAC"}
@@ -10,23 +10,9 @@ export type FooterV2BlockProps = Omit<React.ComponentProps<"footer">, "children"
10
10
  export declare function FooterV2Block({ appsSectionTitle, appButtons, linksSections, socialLinks, legalLinks, languageSelector, ...rest }: FooterV2BlockProps): import("react/jsx-runtime").JSX.Element;
11
11
  export declare namespace FooterV2Block {
12
12
  var LinksSection: typeof FooterV2LinksSectionBlock;
13
- var Link: (<As = "a">(props: As extends "" ? {
14
- as: keyof React.JSX.IntrinsicElements;
15
- } : As extends import("react").ComponentType<infer P> ? import("../../polymorphic").Merge<P, import("react").ClassAttributes<HTMLAnchorElement> & import("react").AnchorHTMLAttributes<HTMLAnchorElement> & Readonly<{
13
+ var Link: import("../../polymorphic").PolymorphicComponent<"a", import("react").ClassAttributes<HTMLAnchorElement> & import("react").AnchorHTMLAttributes<HTMLAnchorElement> & Readonly<{
16
14
  label: string;
17
15
  isNew?: boolean;
18
- }> & {
19
- as: As;
20
- }> : As extends keyof import("react").JSX.IntrinsicElements ? import("../../polymorphic").Merge<import("react").JSX.IntrinsicElements[As], import("react").ClassAttributes<HTMLAnchorElement> & import("react").AnchorHTMLAttributes<HTMLAnchorElement> & Readonly<{
21
- label: string;
22
- isNew?: boolean;
23
- }> & {
24
- as: As;
25
- }> : never) => React.ReactElement | null) & import("react").ForwardRefExoticComponent<import("../../polymorphic").Merge<import("react").DetailedHTMLProps<import("react").AnchorHTMLAttributes<HTMLAnchorElement>, HTMLAnchorElement>, import("react").ClassAttributes<HTMLAnchorElement> & import("react").AnchorHTMLAttributes<HTMLAnchorElement> & Readonly<{
26
- label: string;
27
- isNew?: boolean;
28
- }> & {
29
- as?: "a" | undefined;
30
16
  }>>;
31
17
  }
32
18
  //# sourceMappingURL=FooterV2Block.d.ts.map
@@ -1,9 +1,8 @@
1
- import { ForwardRefComponent } from "../../polymorphic";
1
+ import { PolymorphicComponent } from "../../polymorphic";
2
2
  type FooterV2LinkBlockProps = React.ComponentProps<"a"> & Readonly<{
3
3
  label: string;
4
4
  isNew?: boolean;
5
5
  }>;
6
- type PolymorphicLink = ForwardRefComponent<"a", FooterV2LinkBlockProps>;
7
- export declare const FooterV2LinkBlock: PolymorphicLink;
6
+ export declare const FooterV2LinkBlock: PolymorphicComponent<"a", FooterV2LinkBlockProps>;
8
7
  export {};
9
8
  //# sourceMappingURL=FooterV2LinkBlock.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"FooterV2LinkBlock.d.ts","sourceRoot":"","sources":["../../../../src/components/website/FooterBlockV2/FooterV2LinkBlock.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AAGxD,KAAK,sBAAsB,GAAG,KAAK,CAAC,cAAc,CAAC,GAAG,CAAC,GACrD,QAAQ,CAAC;IACP,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,OAAO,CAAC;CACjB,CAAC,CAAC;AAEL,KAAK,eAAe,GAAG,mBAAmB,CAAC,GAAG,EAAE,sBAAsB,CAAC,CAAC;AAExE,eAAO,MAAM,iBAAiB,EA4BxB,eAAe,CAAC"}
1
+ {"version":3,"file":"FooterV2LinkBlock.d.ts","sourceRoot":"","sources":["../../../../src/components/website/FooterBlockV2/FooterV2LinkBlock.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,oBAAoB,EAAoB,MAAM,mBAAmB,CAAC;AAG3E,KAAK,sBAAsB,GAAG,KAAK,CAAC,cAAc,CAAC,GAAG,CAAC,GACrD,QAAQ,CAAC;IACP,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,OAAO,CAAC;CACjB,CAAC,CAAC;AAEL,eAAO,MAAM,iBAAiB,EA+BzB,oBAAoB,CAAC,GAAG,EAAE,sBAAsB,CAAC,CAAC"}
@@ -9,5 +9,8 @@ export type GlossaryAlphabetProps = Readonly<{
9
9
  isDisabled: boolean;
10
10
  };
11
11
  }> & Omit<React.ComponentProps<"nav">, "children">;
12
- export declare const GlossaryAlphabet: import("react").ForwardRefExoticComponent<Omit<GlossaryAlphabetProps, "ref"> & import("react").RefAttributes<HTMLElement>>;
12
+ export declare const GlossaryAlphabet: {
13
+ ({ locale, getLetterProps, className, ref, ...rest }: GlossaryAlphabetProps): import("react/jsx-runtime").JSX.Element;
14
+ displayName: string;
15
+ };
13
16
  //# sourceMappingURL=GlossaryAlphabet.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"GlossaryAlphabet.d.ts","sourceRoot":"","sources":["../../../../src/components/website/Glossary/GlossaryAlphabet.tsx"],"names":[],"mappings":"AAcA,MAAM,MAAM,qBAAqB,GAAG,QAAQ,CAAC;IAC3C;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,cAAc,EAAE,CAAC,MAAM,EAAE,MAAM,KAAK;QAAE,IAAI,CAAC,EAAE,MAAM,CAAC;QAAC,SAAS,EAAE,MAAM,CAAC;QAAC,UAAU,EAAE,OAAO,CAAA;KAAE,CAAC;CAC/F,CAAC,GACA,IAAI,CAAC,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,EAAE,UAAU,CAAC,CAAC;AAEhD,eAAO,MAAM,gBAAgB,4HAyB5B,CAAC"}
1
+ {"version":3,"file":"GlossaryAlphabet.d.ts","sourceRoot":"","sources":["../../../../src/components/website/Glossary/GlossaryAlphabet.tsx"],"names":[],"mappings":"AAYA,MAAM,MAAM,qBAAqB,GAAG,QAAQ,CAAC;IAC3C;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,cAAc,EAAE,CAAC,MAAM,EAAE,MAAM,KAAK;QAAE,IAAI,CAAC,EAAE,MAAM,CAAC;QAAC,SAAS,EAAE,MAAM,CAAC;QAAC,UAAU,EAAE,OAAO,CAAA;KAAE,CAAC;CAC/F,CAAC,GACA,IAAI,CAAC,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,EAAE,UAAU,CAAC,CAAC;AAEhD,eAAO,MAAM,gBAAgB;0DAM1B,qBAAqB;;CAuBvB,CAAC"}
@@ -1,5 +1,8 @@
1
1
  export type GlossaryLetterLinkProps = Readonly<{
2
2
  letter: string;
3
3
  }> & Omit<React.ComponentProps<"a">, "children">;
4
- export declare const GlossaryLetterLink: import("react").ForwardRefExoticComponent<Omit<GlossaryLetterLinkProps, "ref"> & import("react").RefAttributes<HTMLAnchorElement>>;
4
+ export declare const GlossaryLetterLink: {
5
+ ({ letter, href, ref, ...rest }: GlossaryLetterLinkProps): import("react/jsx-runtime").JSX.Element;
6
+ displayName: string;
7
+ };
5
8
  //# sourceMappingURL=GlossaryLetterLink.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"GlossaryLetterLink.d.ts","sourceRoot":"","sources":["../../../../src/components/website/Glossary/GlossaryLetterLink.tsx"],"names":[],"mappings":"AAGA,MAAM,MAAM,uBAAuB,GAAG,QAAQ,CAAC;IAC7C,MAAM,EAAE,MAAM,CAAC;CAChB,CAAC,GACA,IAAI,CAAC,KAAK,CAAC,cAAc,CAAC,GAAG,CAAC,EAAE,UAAU,CAAC,CAAC;AAE9C,eAAO,MAAM,kBAAkB,oIAoB9B,CAAC"}
1
+ {"version":3,"file":"GlossaryLetterLink.d.ts","sourceRoot":"","sources":["../../../../src/components/website/Glossary/GlossaryLetterLink.tsx"],"names":[],"mappings":"AAEA,MAAM,MAAM,uBAAuB,GAAG,QAAQ,CAAC;IAC7C,MAAM,EAAE,MAAM,CAAC;CAChB,CAAC,GACA,IAAI,CAAC,KAAK,CAAC,cAAc,CAAC,GAAG,CAAC,EAAE,UAAU,CAAC,CAAC;AAE9C,eAAO,MAAM,kBAAkB;qCAAoC,uBAAuB;;CAgBzF,CAAC"}
@@ -1,10 +1,8 @@
1
- import { ForwardRefComponent } from "../../polymorphic";
1
+ import { PolymorphicComponent } from "../../polymorphic";
2
2
  export type GlossaryTermCardProps = Readonly<{
3
3
  name: string;
4
4
  shortDescription: string;
5
5
  children?: never;
6
6
  }>;
7
- type PolymorphicLink = ForwardRefComponent<"a", GlossaryTermCardProps>;
8
- export declare const GlossaryTermCard: PolymorphicLink;
9
- export {};
7
+ export declare const GlossaryTermCard: PolymorphicComponent<"a", GlossaryTermCardProps>;
10
8
  //# sourceMappingURL=GlossaryTermCard.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"GlossaryTermCard.d.ts","sourceRoot":"","sources":["../../../../src/components/website/Glossary/GlossaryTermCard.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AAExD,MAAM,MAAM,qBAAqB,GAAG,QAAQ,CAAC;IAC3C,IAAI,EAAE,MAAM,CAAC;IACb,gBAAgB,EAAE,MAAM,CAAC;IACzB,QAAQ,CAAC,EAAE,KAAK,CAAC;CAClB,CAAC,CAAC;AAEH,KAAK,eAAe,GAAG,mBAAmB,CAAC,GAAG,EAAE,qBAAqB,CAAC,CAAC;AAEvE,eAAO,MAAM,gBAAgB,EAmBxB,eAAe,CAAC"}
1
+ {"version":3,"file":"GlossaryTermCard.d.ts","sourceRoot":"","sources":["../../../../src/components/website/Glossary/GlossaryTermCard.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,oBAAoB,EAAoB,MAAM,mBAAmB,CAAC;AAE3E,MAAM,MAAM,qBAAqB,GAAG,QAAQ,CAAC;IAC3C,IAAI,EAAE,MAAM,CAAC;IACb,gBAAgB,EAAE,MAAM,CAAC;IACzB,QAAQ,CAAC,EAAE,KAAK,CAAC;CAClB,CAAC,CAAC;AAEH,eAAO,MAAM,gBAAgB,EAwBvB,oBAAoB,CAAC,GAAG,EAAE,qBAAqB,CAAC,CAAC"}
@@ -1,7 +1,8 @@
1
1
  export type PricingPullDownButtonProps = Readonly<{
2
2
  children: React.ReactNode;
3
- }>;
4
- export declare const PricingPullDownButton: import("react").ForwardRefExoticComponent<Readonly<{
5
- children: React.ReactNode;
6
- }> & import("react").RefAttributes<HTMLButtonElement>>;
3
+ }> & React.RefAttributes<HTMLButtonElement>;
4
+ export declare const PricingPullDownButton: {
5
+ ({ children, ref, ...rest }: PricingPullDownButtonProps): import("react/jsx-runtime").JSX.Element;
6
+ displayName: string;
7
+ };
7
8
  //# sourceMappingURL=PricingPullDownButton.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"PricingPullDownButton.d.ts","sourceRoot":"","sources":["../../../../../../src/components/website/PricingHeroBlock/ApiPricing/ApiPricingCardsContainer/PricingPullDownButton.tsx"],"names":[],"mappings":"AAIA,MAAM,MAAM,0BAA0B,GAAG,QAAQ,CAAC;IAChD,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;CAC3B,CAAC,CAAC;AAEH,eAAO,MAAM,qBAAqB;cAHtB,KAAK,CAAC,SAAS;sDAoB1B,CAAC"}
1
+ {"version":3,"file":"PricingPullDownButton.d.ts","sourceRoot":"","sources":["../../../../../../src/components/website/PricingHeroBlock/ApiPricing/ApiPricingCardsContainer/PricingPullDownButton.tsx"],"names":[],"mappings":"AAGA,MAAM,MAAM,0BAA0B,GAAG,QAAQ,CAAC;IAChD,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;CAC3B,CAAC,GACA,KAAK,CAAC,aAAa,CAAC,iBAAiB,CAAC,CAAC;AAEzC,eAAO,MAAM,qBAAqB;iCAAgC,0BAA0B;;CAe3F,CAAC"}
@@ -6,21 +6,24 @@ type PricingPickerButtonCvaProps = VariantProps<typeof pricingPickerButtonCva>;
6
6
  export type PricingPickerButtonProps = Readonly<{
7
7
  icon?: React.ReactNode;
8
8
  } & PricingPickerButtonCvaProps>;
9
- export declare const PricingPickerButton: (<As = "a">(props: As extends "" ? {
10
- as: keyof React.JSX.IntrinsicElements;
11
- } : As extends import("react").ComponentType<infer P> ? import("../../polymorphic").Merge<P, Readonly<{
12
- icon?: React.ReactNode;
13
- } & PricingPickerButtonCvaProps> & {
14
- as: As;
15
- }> : As extends keyof import("react").JSX.IntrinsicElements ? import("../../polymorphic").Merge<import("react").JSX.IntrinsicElements[As], Readonly<{
16
- icon?: React.ReactNode;
17
- } & PricingPickerButtonCvaProps> & {
18
- as: As;
19
- }> : never) => React.ReactElement | null) & import("react").ForwardRefExoticComponent<import("../../polymorphic").Merge<import("react").DetailedHTMLProps<import("react").AnchorHTMLAttributes<HTMLAnchorElement>, HTMLAnchorElement>, Readonly<{
9
+ export declare const PricingPickerButton: {
10
+ <As = "a">(props: As extends "" ? {
11
+ as: keyof React.JSX.IntrinsicElements;
12
+ } : As extends import("react").ComponentType<infer P> ? import("../../polymorphic").Merge<P, Readonly<{
13
+ icon?: React.ReactNode;
14
+ } & PricingPickerButtonCvaProps> & {
15
+ as: As;
16
+ }> : As extends keyof import("react").JSX.IntrinsicElements ? import("../../polymorphic").Merge<import("react").JSX.IntrinsicElements[As], Readonly<{
17
+ icon?: React.ReactNode;
18
+ } & PricingPickerButtonCvaProps> & {
19
+ as: As;
20
+ }> : never): React.ReactElement | null;
21
+ displayName?: string;
22
+ } & ((props: import("../../polymorphic").Merge<import("react").DetailedHTMLProps<import("react").AnchorHTMLAttributes<HTMLAnchorElement>, HTMLAnchorElement>, Readonly<{
20
23
  icon?: React.ReactNode;
21
24
  } & PricingPickerButtonCvaProps> & {
22
25
  as?: "a" | undefined;
23
- }>> & {
26
+ }>) => React.ReactElement | null) & {
24
27
  ShortLabel: ({ children }: {
25
28
  children: React.ReactNode;
26
29
  }) => import("react/jsx-runtime").JSX.Element;
@@ -1 +1 @@
1
- {"version":3,"file":"PricingPickerButton.d.ts","sourceRoot":"","sources":["../../../../src/components/website/PricingPicker/PricingPickerButton.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAO,YAAY,EAAE,MAAM,0BAA0B,CAAC;AAK7D,QAAA,MAAM,sBAAsB;;8EAiB3B,CAAC;AAcF,KAAK,2BAA2B,GAAG,YAAY,CAAC,OAAO,sBAAsB,CAAC,CAAC;AAE/E,MAAM,MAAM,wBAAwB,GAAG,QAAQ,CAC7C;IACE,IAAI,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CACxB,GAAG,2BAA2B,CAChC,CAAC;AAyBF,eAAO,MAAM,mBAAmB;;;WA3BrB,KAAK,CAAC,SAAS;;;;WAAf,KAAK,CAAC,SAAS;;;;WAAf,KAAK,CAAC,SAAS;;;;+BAmB2B;QAAE,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAA;KAAE;8BAI9B;QAAE,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAA;KAAE;CAO/E,CAAC"}
1
+ {"version":3,"file":"PricingPickerButton.d.ts","sourceRoot":"","sources":["../../../../src/components/website/PricingPicker/PricingPickerButton.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAO,YAAY,EAAE,MAAM,0BAA0B,CAAC;AAI7D,QAAA,MAAM,sBAAsB;;8EAiB3B,CAAC;AAcF,KAAK,2BAA2B,GAAG,YAAY,CAAC,OAAO,sBAAsB,CAAC,CAAC;AAE/E,MAAM,MAAM,wBAAwB,GAAG,QAAQ,CAC7C;IACE,IAAI,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CACxB,GAAG,2BAA2B,CAChC,CAAC;AA4BF,eAAO,MAAM,mBAAmB;;;;eA9BrB,KAAK,CAAC,SAAS;;;;eAAf,KAAK,CAAC,SAAS;;;;;;WAAf,KAAK,CAAC,SAAS;;;;+BAsB2B;QAAE,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAA;KAAE;8BAI9B;QAAE,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAA;KAAE;CAO/E,CAAC"}
@@ -4,29 +4,11 @@ type TagCloudBlockProps = {
4
4
  };
5
5
  export declare const TagCloudBlock: {
6
6
  ({ titleBlock, children, ...rest }: TagCloudBlockProps): import("react/jsx-runtime").JSX.Element;
7
- Tag: (<As = "a">(props: As extends "" ? {
8
- as: keyof React.JSX.IntrinsicElements;
9
- } : As extends import("react").ComponentType<infer P> ? import("../../polymorphic").Merge<P, Readonly<{
7
+ Tag: import("../../polymorphic").PolymorphicComponent<"a", Readonly<{
10
8
  children: string;
11
9
  className?: string;
12
10
  href?: string;
13
11
  onClick?: () => void;
14
- }> & {
15
- as: As;
16
- }> : As extends keyof import("react").JSX.IntrinsicElements ? import("../../polymorphic").Merge<import("react").JSX.IntrinsicElements[As], Readonly<{
17
- children: string;
18
- className?: string;
19
- href?: string;
20
- onClick?: () => void;
21
- }> & {
22
- as: As;
23
- }> : never) => React.ReactElement | null) & import("react").ForwardRefExoticComponent<import("../../polymorphic").Merge<import("react").DetailedHTMLProps<import("react").AnchorHTMLAttributes<HTMLAnchorElement>, HTMLAnchorElement>, Readonly<{
24
- children: string;
25
- className?: string;
26
- href?: string;
27
- onClick?: () => void;
28
- }> & {
29
- as?: "a" | undefined;
30
12
  }>>;
31
13
  };
32
14
  export {};
@@ -1 +1 @@
1
- {"version":3,"file":"TagCloudBlock.d.ts","sourceRoot":"","sources":["../../../../src/components/website/TagCloudBlock/TagCloudBlock.tsx"],"names":[],"mappings":"AAEA,KAAK,kBAAkB,GAAG;IACxB,UAAU,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC7B,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CAC5B,CAAC;AAEF,eAAO,MAAM,aAAa;wCAAuC,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;CAUlF,CAAC"}
1
+ {"version":3,"file":"TagCloudBlock.d.ts","sourceRoot":"","sources":["../../../../src/components/website/TagCloudBlock/TagCloudBlock.tsx"],"names":[],"mappings":"AAEA,KAAK,kBAAkB,GAAG;IACxB,UAAU,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC7B,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CAC5B,CAAC;AAEF,eAAO,MAAM,aAAa;wCAAuC,kBAAkB;;;;;;;CAUlF,CAAC"}
@@ -1,11 +1,9 @@
1
- import { ForwardRefComponent } from "../../polymorphic";
1
+ import { PolymorphicComponent } from "../../polymorphic";
2
2
  export type ToolCardProps = React.ComponentProps<"a"> & Readonly<{
3
3
  title: string;
4
4
  description?: string;
5
5
  icon?: React.ReactNode;
6
6
  image?: React.ReactNode;
7
7
  }>;
8
- type PolymorphicToolCard = ForwardRefComponent<"a", ToolCardProps>;
9
- export declare const ToolCard: PolymorphicToolCard;
10
- export {};
8
+ export declare const ToolCard: PolymorphicComponent<"a", ToolCardProps>;
11
9
  //# sourceMappingURL=ToolCard.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ToolCard.d.ts","sourceRoot":"","sources":["../../../../src/components/website/ToolCard/ToolCard.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AAExD,MAAM,MAAM,aAAa,GAAG,KAAK,CAAC,cAAc,CAAC,GAAG,CAAC,GACnD,QAAQ,CAAC;IACP,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,IAAI,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACvB,KAAK,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CACzB,CAAC,CAAC;AAEL,KAAK,mBAAmB,GAAG,mBAAmB,CAAC,GAAG,EAAE,aAAa,CAAC,CAAC;AAEnE,eAAO,MAAM,QAAQ,EAoChB,mBAAmB,CAAC"}
1
+ {"version":3,"file":"ToolCard.d.ts","sourceRoot":"","sources":["../../../../src/components/website/ToolCard/ToolCard.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,oBAAoB,EAAoB,MAAM,mBAAmB,CAAC;AAE3E,MAAM,MAAM,aAAa,GAAG,KAAK,CAAC,cAAc,CAAC,GAAG,CAAC,GACnD,QAAQ,CAAC;IACP,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,IAAI,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACvB,KAAK,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CACzB,CAAC,CAAC;AAEL,eAAO,MAAM,QAAQ,EAwCf,oBAAoB,CAAC,GAAG,EAAE,aAAa,CAAC,CAAC"}
@@ -1,9 +1,7 @@
1
- import { ForwardRefComponent } from "../../polymorphic";
1
+ import { PolymorphicComponent } from "../../polymorphic";
2
2
  export type ToolLinkCardProps = React.ComponentProps<"a"> & Readonly<{
3
3
  label: string;
4
4
  visual?: React.ReactNode;
5
5
  }>;
6
- type PolymorphicToolLinkCard = ForwardRefComponent<"a", ToolLinkCardProps>;
7
- export declare const ToolLinkCard: PolymorphicToolLinkCard;
8
- export {};
6
+ export declare const ToolLinkCard: PolymorphicComponent<"a", ToolLinkCardProps>;
9
7
  //# sourceMappingURL=ToolLinkCard.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ToolLinkCard.d.ts","sourceRoot":"","sources":["../../../../src/components/website/ToolLinkCard/ToolLinkCard.tsx"],"names":[],"mappings":"AAKA,OAAO,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AAExD,MAAM,MAAM,iBAAiB,GAAG,KAAK,CAAC,cAAc,CAAC,GAAG,CAAC,GACvD,QAAQ,CAAC;IACP,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CAC1B,CAAC,CAAC;AAEL,KAAK,uBAAuB,GAAG,mBAAmB,CAAC,GAAG,EAAE,iBAAiB,CAAC,CAAC;AAE3E,eAAO,MAAM,YAAY,EA2BpB,uBAAuB,CAAC"}
1
+ {"version":3,"file":"ToolLinkCard.d.ts","sourceRoot":"","sources":["../../../../src/components/website/ToolLinkCard/ToolLinkCard.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAE,oBAAoB,EAAoB,MAAM,mBAAmB,CAAC;AAE3E,MAAM,MAAM,iBAAiB,GAAG,KAAK,CAAC,cAAc,CAAC,GAAG,CAAC,GACvD,QAAQ,CAAC;IACP,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CAC1B,CAAC,CAAC;AAEL,eAAO,MAAM,YAAY,EAgCnB,oBAAoB,CAAC,GAAG,EAAE,iBAAiB,CAAC,CAAC"}
@@ -1,9 +1,7 @@
1
- import { ForwardRefComponent } from "../../polymorphic";
1
+ import { PolymorphicComponent } from "../../polymorphic";
2
2
  export type ToolSmallCardProps = React.ComponentProps<"a"> & Readonly<{
3
3
  title: string;
4
4
  image?: React.ReactNode;
5
5
  }>;
6
- type PolymorphicToolSmallCard = ForwardRefComponent<"a", ToolSmallCardProps>;
7
- export declare const ToolSmallCard: PolymorphicToolSmallCard;
8
- export {};
6
+ export declare const ToolSmallCard: PolymorphicComponent<"a", ToolSmallCardProps>;
9
7
  //# sourceMappingURL=ToolSmallCard.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ToolSmallCard.d.ts","sourceRoot":"","sources":["../../../../src/components/website/ToolSmallCard/ToolSmallCard.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AAExD,MAAM,MAAM,kBAAkB,GAAG,KAAK,CAAC,cAAc,CAAC,GAAG,CAAC,GACxD,QAAQ,CAAC;IACP,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CACzB,CAAC,CAAC;AAEL,KAAK,wBAAwB,GAAG,mBAAmB,CAAC,GAAG,EAAE,kBAAkB,CAAC,CAAC;AAE7E,eAAO,MAAM,aAAa,EA0BpB,wBAAwB,CAAC"}
1
+ {"version":3,"file":"ToolSmallCard.d.ts","sourceRoot":"","sources":["../../../../src/components/website/ToolSmallCard/ToolSmallCard.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,oBAAoB,EAAoB,MAAM,mBAAmB,CAAC;AAE3E,MAAM,MAAM,kBAAkB,GAAG,KAAK,CAAC,cAAc,CAAC,GAAG,CAAC,GACxD,QAAQ,CAAC;IACP,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CACzB,CAAC,CAAC;AAEL,eAAO,MAAM,aAAa,EAgCpB,oBAAoB,CAAC,GAAG,EAAE,kBAAkB,CAAC,CAAC"}
@@ -3,7 +3,10 @@ export type WebsiteNavigationButtonProps<T extends React.ElementType = "button">
3
3
  iconOnly?: boolean;
4
4
  chevron?: boolean;
5
5
  } & Omit<React.ComponentProps<T>, "as">;
6
- export declare const WebsiteNavigationButton: <T extends React.ElementType = "button">(props: WebsiteNavigationButtonProps<T> & {
6
+ export declare function WebsiteNavigationButton<T extends React.ElementType = "button">({ as, className, iconOnly, chevron, children, ref, ...rest }: WebsiteNavigationButtonProps<T> & {
7
7
  ref?: React.Ref<HTMLElement>;
8
- }) => React.ReactElement;
8
+ }): import("react/jsx-runtime").JSX.Element;
9
+ export declare namespace WebsiteNavigationButton {
10
+ var displayName: string;
11
+ }
9
12
  //# sourceMappingURL=WebsiteNavigationButton.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"WebsiteNavigationButton.d.ts","sourceRoot":"","sources":["../../../../src/components/website/WebsiteNavigation/WebsiteNavigationButton.tsx"],"names":[],"mappings":"AAKA,MAAM,MAAM,4BAA4B,CAAC,CAAC,SAAS,KAAK,CAAC,WAAW,GAAG,QAAQ,IAAI;IACjF,EAAE,CAAC,EAAE,CAAC,CAAC;IACP,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB,GAAG,IAAI,CAAC,KAAK,CAAC,cAAc,CAAC,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC;AAkDxC,eAAO,MAAM,uBAAuB,EAAuC,CACzE,CAAC,SAAS,KAAK,CAAC,WAAW,GAAG,QAAQ,EAEtC,KAAK,EAAE,4BAA4B,CAAC,CAAC,CAAC,GAAG;IAAE,GAAG,CAAC,EAAE,KAAK,CAAC,GAAG,CAAC,WAAW,CAAC,CAAA;CAAE,KACtE,KAAK,CAAC,YAAY,CAAC"}
1
+ {"version":3,"file":"WebsiteNavigationButton.d.ts","sourceRoot":"","sources":["../../../../src/components/website/WebsiteNavigation/WebsiteNavigationButton.tsx"],"names":[],"mappings":"AAIA,MAAM,MAAM,4BAA4B,CAAC,CAAC,SAAS,KAAK,CAAC,WAAW,GAAG,QAAQ,IAAI;IACjF,EAAE,CAAC,EAAE,CAAC,CAAC;IACP,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB,GAAG,IAAI,CAAC,KAAK,CAAC,cAAc,CAAC,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC;AAKxC,wBAAgB,uBAAuB,CAAC,CAAC,SAAS,KAAK,CAAC,WAAW,GAAG,QAAQ,EAAE,EAC9E,EAAE,EACF,SAAS,EACT,QAAQ,EACR,OAAO,EACP,QAAQ,EACR,GAAG,EACH,GAAG,IAAI,EACR,EAAE,4BAA4B,CAAC,CAAC,CAAC,GAAG;IAAE,GAAG,CAAC,EAAE,KAAK,CAAC,GAAG,CAAC,WAAW,CAAC,CAAA;CAAE,2CAoCpE;yBA5Ce,uBAAuB"}