@photoroom/ui 0.1.6 → 0.1.8

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 (295) hide show
  1. package/components/action/Button/utils.d.ts +4 -4
  2. package/components/action/Button/utils.d.ts.map +1 -1
  3. package/components/action/ButtonCluster/ButtonCluster.d.ts +1 -1
  4. package/components/action/ButtonCluster/ButtonCluster.d.ts.map +1 -1
  5. package/components/action/CircularButton/CircularButton.d.ts +6 -1
  6. package/components/action/CircularButton/CircularButton.d.ts.map +1 -1
  7. package/components/action/ClearButton/ClearButton.d.ts +1 -1
  8. package/components/action/ClearButton/ClearButton.d.ts.map +1 -1
  9. package/components/action/InputButton/InputButton.d.ts +1 -1
  10. package/components/action/InputButton/InputButton.d.ts.map +1 -1
  11. package/components/action/NavigationToggleButton/NavigationToggleButton.d.ts +2 -2
  12. package/components/action/NavigationToggleButton/NavigationToggleButton.d.ts.map +1 -1
  13. package/components/action/OverlayButton/OverlayButton.figma.d.ts +2 -0
  14. package/components/action/OverlayButton/OverlayButton.figma.d.ts.map +1 -0
  15. package/components/action/PresetPullDownButton/PresetPullDownButton.d.ts +6 -0
  16. package/components/action/PresetPullDownButton/PresetPullDownButton.d.ts.map +1 -0
  17. package/components/action/PresetPullDownButton/index.d.ts +2 -0
  18. package/components/action/PresetPullDownButton/index.d.ts.map +1 -0
  19. package/components/action/PullDownButton/utils.d.ts +3 -3
  20. package/components/action/PullDownButton/utils.d.ts.map +1 -1
  21. package/components/action/RoundButton/RoundButton.d.ts +1 -1
  22. package/components/action/RoundButton/RoundButton.d.ts.map +1 -1
  23. package/components/action/StandaloneLink/StandaloneLink.d.ts +1 -1
  24. package/components/action/StandaloneLink/StandaloneLink.d.ts.map +1 -1
  25. package/components/action/StandaloneLink/StandaloneLink.figma.d.ts +2 -0
  26. package/components/action/StandaloneLink/StandaloneLink.figma.d.ts.map +1 -0
  27. package/components/action/ToggleStack/ToggleStack.d.ts +1 -1
  28. package/components/action/ToggleStack/ToggleStackButton.d.ts +1 -1
  29. package/components/action/ToggleStack/ToggleStackButton.d.ts.map +1 -1
  30. package/components/action/ValidationBanner/ValidationBanner.d.ts +4 -4
  31. package/components/action/ValidationBanner/ValidationBanner.d.ts.map +1 -1
  32. package/components/collections/CommonMenu/MenuItemButton.d.ts +3 -1
  33. package/components/collections/CommonMenu/MenuItemButton.d.ts.map +1 -1
  34. package/components/collections/FeedHeader/FeedHeaderTitle.d.ts.map +1 -1
  35. package/components/collections/Popover/Popover.d.ts +1 -1
  36. package/components/collections/Popover/Popover.d.ts.map +1 -1
  37. package/components/content/BatchTile/BatchCanvasMenuContent.d.ts.map +1 -1
  38. package/components/content/BatchTile/BatchItemMenuContent.d.ts +3 -2
  39. package/components/content/BatchTile/BatchItemMenuContent.d.ts.map +1 -1
  40. package/components/content/BatchTile/BatchTile.d.ts +5 -3
  41. package/components/content/BatchTile/BatchTile.d.ts.map +1 -1
  42. package/components/content/BlogActionCard/BlogActionCard.d.ts +4 -2
  43. package/components/content/BlogActionCard/BlogActionCard.d.ts.map +1 -1
  44. package/components/content/BoardSection/BatchSectionMenuContent.d.ts +13 -0
  45. package/components/content/BoardSection/BatchSectionMenuContent.d.ts.map +1 -0
  46. package/components/content/BoardSection/BoardSection.d.ts +24 -0
  47. package/components/content/BoardSection/BoardSection.d.ts.map +1 -0
  48. package/components/content/BoardSection/index.d.ts +4 -0
  49. package/components/content/BoardSection/index.d.ts.map +1 -0
  50. package/components/content/EditorialCard/styles.d.ts +10 -10
  51. package/components/content/EditorialCard/styles.d.ts.map +1 -1
  52. package/components/content/ModeSelectionTile/ModeSelectionTile.d.ts +18 -0
  53. package/components/content/ModeSelectionTile/ModeSelectionTile.d.ts.map +1 -0
  54. package/components/content/ModeSelectionTile/index.d.ts +2 -0
  55. package/components/content/ModeSelectionTile/index.d.ts.map +1 -0
  56. package/components/content/MoreTile/MoreTile.d.ts +11 -0
  57. package/components/content/MoreTile/MoreTile.d.ts.map +1 -0
  58. package/components/content/MoreTile/index.d.ts +2 -0
  59. package/components/content/MoreTile/index.d.ts.map +1 -0
  60. package/components/content/PropList/PropListItem.d.ts +2 -2
  61. package/components/content/PropList/PropListItem.d.ts.map +1 -1
  62. package/components/content/SectionSpace/SectionSpace.d.ts +10 -0
  63. package/components/content/SectionSpace/SectionSpace.d.ts.map +1 -0
  64. package/components/content/SectionSpace/index.d.ts +3 -0
  65. package/components/content/SectionSpace/index.d.ts.map +1 -0
  66. package/components/content/Task/Task.d.ts +12 -0
  67. package/components/content/Task/Task.d.ts.map +1 -0
  68. package/components/content/Task/index.d.ts +2 -0
  69. package/components/content/Task/index.d.ts.map +1 -0
  70. package/components/content/Tile/Tile.d.ts +1 -0
  71. package/components/content/Tile/Tile.d.ts.map +1 -1
  72. package/components/content/Tile/TileFont.d.ts +2 -1
  73. package/components/content/Tile/TileFont.d.ts.map +1 -1
  74. package/components/content/Tile/TileMoreMenu.d.ts.map +1 -1
  75. package/components/content/ToolTile/ToolTile.d.ts +1 -1
  76. package/components/content/ToolTile/ToolTile.d.ts.map +1 -1
  77. package/components/content/VisualToolTile/VisualToolTile.d.ts +1 -1
  78. package/components/content/VisualToolTile/VisualToolTile.d.ts.map +1 -1
  79. package/components/dialog/Dialog/Dialog.d.ts +2 -2
  80. package/components/dialog/Dialog/Dialog.d.ts.map +1 -1
  81. package/components/dialog/Dialog/DialogButtonsRow.d.ts +1 -1
  82. package/components/dialog/Dialog/DialogButtonsRow.d.ts.map +1 -1
  83. package/components/dialog/Dialog/DialogHeadline.d.ts.map +1 -1
  84. package/components/dialog/SpotlightDialog/SpotlightDialog.d.ts +26 -0
  85. package/components/dialog/SpotlightDialog/SpotlightDialog.d.ts.map +1 -0
  86. package/components/dialog/SpotlightDialog/index.d.ts +2 -0
  87. package/components/dialog/SpotlightDialog/index.d.ts.map +1 -0
  88. package/components/dropdown/DropdownListBox/DropdownListBoxItem.d.ts.map +1 -1
  89. package/components/editor/ColorPalette/ColorPalette.d.ts +4 -4
  90. package/components/editor/ColorPalette/ColorPalette.d.ts.map +1 -1
  91. package/components/editor/ColorRow/ColorRow.d.ts.map +1 -1
  92. package/components/editor/ObjectItem/ObjectItem.d.ts +1 -1
  93. package/components/editor/ObjectItem/ObjectItem.d.ts.map +1 -1
  94. package/components/editor/SelectionObjectBox/SelectionObjectBox.d.ts +1 -0
  95. package/components/editor/SelectionObjectBox/SelectionObjectBox.d.ts.map +1 -1
  96. package/components/feed/ChoiceFeedTileGroup/ChoiceFeedTile.d.ts +4 -2
  97. package/components/feed/ChoiceFeedTileGroup/ChoiceFeedTile.d.ts.map +1 -1
  98. package/components/feed/ChoiceFeedTileGroup/ChoiceFeedTileGroup.d.ts +2 -1
  99. package/components/feed/ChoiceFeedTileGroup/ChoiceFeedTileGroup.d.ts.map +1 -1
  100. package/components/feedback/Hint/Hint.d.ts +10 -0
  101. package/components/feedback/Hint/Hint.d.ts.map +1 -0
  102. package/components/feedback/Hint/index.d.ts +2 -0
  103. package/components/feedback/Hint/index.d.ts.map +1 -0
  104. package/components/feedback/InfoBar/InfoBar.figma.d.ts +2 -0
  105. package/components/feedback/InfoBar/InfoBar.figma.d.ts.map +1 -0
  106. package/components/index.d.ts +18 -4
  107. package/components/index.d.ts.map +1 -1
  108. package/components/input/Checkbox/Checkbox.d.ts.map +1 -1
  109. package/components/input/Chip/Chip.d.ts.map +1 -1
  110. package/components/input/DropZone/DropZone.d.ts.map +1 -1
  111. package/components/input/FieldLabel/FieldLabel.d.ts +1 -0
  112. package/components/input/FieldLabel/FieldLabel.d.ts.map +1 -1
  113. package/components/input/HelperText/HelperText.figma.d.ts +2 -0
  114. package/components/input/HelperText/HelperText.figma.d.ts.map +1 -0
  115. package/components/input/ImageWidget/ImageWidget.d.ts +8 -2
  116. package/components/input/ImageWidget/ImageWidget.d.ts.map +1 -1
  117. package/components/input/ImageWidget/ImageWidgetButton.d.ts +11 -0
  118. package/components/input/ImageWidget/ImageWidgetButton.d.ts.map +1 -0
  119. package/components/input/ImportWidget/ImportWidget.d.ts +26 -0
  120. package/components/input/ImportWidget/ImportWidget.d.ts.map +1 -0
  121. package/components/input/ImportWidget/ImportWidget.figma.d.ts +2 -0
  122. package/components/input/ImportWidget/ImportWidget.figma.d.ts.map +1 -0
  123. package/components/input/ImportWidget/index.d.ts +2 -0
  124. package/components/input/ImportWidget/index.d.ts.map +1 -0
  125. package/components/input/NumberField/NumberField.d.ts.map +1 -1
  126. package/components/input/OptionGroup/OptionGroupItem/OptionGroupItem.d.ts +1 -1
  127. package/components/input/OptionGroup/OptionGroupItem/OptionGroupItem.d.ts.map +1 -1
  128. package/components/input/OptionTile/OptionTile.d.ts +7 -3
  129. package/components/input/OptionTile/OptionTile.d.ts.map +1 -1
  130. package/components/input/QuickActionPhotoCard/QuickActionPhotoCard.d.ts.map +1 -1
  131. package/components/input/TextFieldLabel/TextFieldLabel.d.ts.map +1 -1
  132. package/components/list/ActionHeader/ActionHeader.d.ts +1 -1
  133. package/components/list/ActionHeader/ActionHeader.d.ts.map +1 -1
  134. package/components/list/PeopleListItem/PeopleListItem.d.ts.map +1 -1
  135. package/components/list/SectionHeader/NumberedSectionHeader.d.ts +8 -0
  136. package/components/list/SectionHeader/NumberedSectionHeader.d.ts.map +1 -0
  137. package/components/list/SectionHeader/NumberedSectionHeader.figma.d.ts +2 -0
  138. package/components/list/SectionHeader/NumberedSectionHeader.figma.d.ts.map +1 -0
  139. package/components/list/SectionHeader/SectionHeader.d.ts +4 -1
  140. package/components/list/SectionHeader/SectionHeader.d.ts.map +1 -1
  141. package/components/list/SectionHeader/SectionHeaderSkeleton.d.ts +1 -1
  142. package/components/list/SectionHeader/SectionHeaderSkeleton.d.ts.map +1 -1
  143. package/components/list/SectionHeader/index.d.ts +1 -0
  144. package/components/list/SectionHeader/index.d.ts.map +1 -1
  145. package/components/list/SizeListItem/SizeListItem.d.ts.map +1 -1
  146. package/components/list/StandardTile/StandardTileSkeleton.d.ts +1 -1
  147. package/components/list/StandardTile/StandardTileSkeleton.d.ts.map +1 -1
  148. package/components/navigation/Avatar/Avatar.d.ts +1 -1
  149. package/components/navigation/Avatar/Avatar.d.ts.map +1 -1
  150. package/components/navigation/AvatarSkeleton/AvatarSkeleton.d.ts +1 -1
  151. package/components/navigation/AvatarSkeleton/AvatarSkeleton.d.ts.map +1 -1
  152. package/components/navigation/PlanPicker/PlanPicker.d.ts +16 -0
  153. package/components/navigation/PlanPicker/PlanPicker.d.ts.map +1 -0
  154. package/components/navigation/PlanPicker/index.d.ts +2 -0
  155. package/components/navigation/PlanPicker/index.d.ts.map +1 -0
  156. package/components/navigation/SegmentedControl/SegmentedControl.figma.d.ts +2 -0
  157. package/components/navigation/SegmentedControl/SegmentedControl.figma.d.ts.map +1 -0
  158. package/components/navigation/SegmentedPicker/SegmentedPickerItem.d.ts +1 -1
  159. package/components/navigation/SegmentedPicker/SegmentedPickerItem.d.ts.map +1 -1
  160. package/components/navigation/SideNavigation/SideNavigationHeader/SideNavigationHeader.d.ts +1 -1
  161. package/components/navigation/SideNavigation/SideNavigationHeader/SideNavigationHeader.d.ts.map +1 -1
  162. package/components/navigation/SideNavigation/SideNavigationItem/SideNavigationItem.d.ts +2 -2
  163. package/components/navigation/SideNavigation/SideNavigationItem/SideNavigationItem.d.ts.map +1 -1
  164. package/components/navigation/SideNavigation/SideNavigationItemSkeleton/SideNavigationItemSkeleton.d.ts +1 -1
  165. package/components/navigation/SideNavigation/SideNavigationItemSkeleton/SideNavigationItemSkeleton.d.ts.map +1 -1
  166. package/components/navigation/Tabs/TabsItem.d.ts +1 -1
  167. package/components/navigation/Tabs/TabsItem.d.ts.map +1 -1
  168. package/components/navigation/TagGroup/Tag/Tag.d.ts +5 -7
  169. package/components/navigation/TagGroup/Tag/Tag.d.ts.map +1 -1
  170. package/components/navigation/TagGroup/TagGroup.d.ts +20 -2
  171. package/components/navigation/TagGroup/TagGroup.d.ts.map +1 -1
  172. package/components/polymorphic.d.ts +3 -3
  173. package/components/polymorphic.d.ts.map +1 -1
  174. package/components/status/Badge/Badge.d.ts +11 -4
  175. package/components/status/Badge/Badge.d.ts.map +1 -1
  176. package/components/status/Badge/Badge.figma.d.ts +2 -0
  177. package/components/status/Badge/Badge.figma.d.ts.map +1 -0
  178. package/components/status/EmptySpace/EmptySpace.figma.d.ts +2 -0
  179. package/components/status/EmptySpace/EmptySpace.figma.d.ts.map +1 -0
  180. package/components/status/ListingGauge/ListingGauge.d.ts +17 -0
  181. package/components/status/ListingGauge/ListingGauge.d.ts.map +1 -0
  182. package/components/status/ListingGauge/index.d.ts +2 -0
  183. package/components/status/ListingGauge/index.d.ts.map +1 -0
  184. package/components/status/ListingScoreButton/ListingScoreButton.d.ts +14 -0
  185. package/components/status/ListingScoreButton/ListingScoreButton.d.ts.map +1 -0
  186. package/components/status/ListingScoreButton/index.d.ts +2 -0
  187. package/components/status/ListingScoreButton/index.d.ts.map +1 -0
  188. package/components/status/Progress/Progress.figma.d.ts +2 -0
  189. package/components/status/Progress/Progress.figma.d.ts.map +1 -0
  190. package/components/status/ProgressStep/ProgressStep.d.ts +1 -1
  191. package/components/status/ProgressStep/ProgressStep.d.ts.map +1 -1
  192. package/components/status/SellScore/SellScoreGauge.d.ts.map +1 -1
  193. package/components/status/SellScore/variants.d.ts +1 -1
  194. package/components/status/SellScore/variants.d.ts.map +1 -1
  195. package/components/status/TransformationEmptySpace/TransformationEmptySpace.d.ts +8 -0
  196. package/components/status/TransformationEmptySpace/TransformationEmptySpace.d.ts.map +1 -0
  197. package/components/status/TransformationEmptySpace/index.d.ts +2 -0
  198. package/components/status/TransformationEmptySpace/index.d.ts.map +1 -0
  199. package/components/structure/Bone/Bone.d.ts +1 -1
  200. package/components/structure/Bone/Bone.d.ts.map +1 -1
  201. package/components/structure/Divider/Divider.d.ts +1 -1
  202. package/components/structure/Divider/Divider.d.ts.map +1 -1
  203. package/components/structure/Divider/Divider.figma.d.ts +2 -0
  204. package/components/structure/Divider/Divider.figma.d.ts.map +1 -0
  205. package/components/structure/PanelHeader/PanelHeader.d.ts +3 -0
  206. package/components/structure/PanelHeader/PanelHeader.d.ts.map +1 -1
  207. package/components/structure/PanelHeader/PanelHeaderLeading.d.ts.map +1 -1
  208. package/components/structure/PanelHeader/PanelHeaderSwitcherButton.d.ts +7 -0
  209. package/components/structure/PanelHeader/PanelHeaderSwitcherButton.d.ts.map +1 -0
  210. package/components/structure/PanelHeader/index.d.ts +1 -0
  211. package/components/structure/PanelHeader/index.d.ts.map +1 -1
  212. package/components/unsorted/FileUploader/useFileUploader.d.ts +2 -2
  213. package/components/unsorted/FileUploader/useFileUploader.d.ts.map +1 -1
  214. package/components/unsorted/Tooltip/Tooltip.figma.d.ts +2 -0
  215. package/components/unsorted/Tooltip/Tooltip.figma.d.ts.map +1 -0
  216. package/components/website/AccentDropZone/AccentDropZone.d.ts +1 -1
  217. package/components/website/AccentDropZone/AccentDropZone.d.ts.map +1 -1
  218. package/components/website/ArticleHeroBlock/index.d.ts +1 -0
  219. package/components/website/ArticleHeroBlock/index.d.ts.map +1 -1
  220. package/components/website/BlogActionBlock/BlogActionBlock.d.ts.map +1 -1
  221. package/components/website/ComparisonBlock/ComparisonBlock.d.ts +5 -0
  222. package/components/website/ComparisonBlock/ComparisonBlock.d.ts.map +1 -0
  223. package/components/website/ComparisonBlock/ComparisonTable.d.ts +14 -0
  224. package/components/website/ComparisonBlock/ComparisonTable.d.ts.map +1 -0
  225. package/components/website/ComparisonBlock/index.d.ts +3 -0
  226. package/components/website/ComparisonBlock/index.d.ts.map +1 -0
  227. package/components/website/FooterBlockV2/FooterV2Block.d.ts +3 -5
  228. package/components/website/Glossary/GlossarySection.d.ts +3 -8
  229. package/components/website/Glossary/GlossarySection.d.ts.map +1 -1
  230. package/components/website/HeaderBanner/HeaderBanner.d.ts +2 -1
  231. package/components/website/HeaderBanner/HeaderBanner.d.ts.map +1 -1
  232. package/components/website/ImpactBlock/ImpactBlock.d.ts +6 -0
  233. package/components/website/ImpactBlock/ImpactBlock.d.ts.map +1 -0
  234. package/components/website/ImpactBlock/ImpactCard.d.ts +6 -0
  235. package/components/website/ImpactBlock/ImpactCard.d.ts.map +1 -0
  236. package/components/website/ImpactBlock/index.d.ts +3 -0
  237. package/components/website/ImpactBlock/index.d.ts.map +1 -0
  238. package/components/website/InfoSnapshot/InfoSnapshot.d.ts +6 -0
  239. package/components/website/InfoSnapshot/InfoSnapshot.d.ts.map +1 -0
  240. package/components/website/InfoSnapshot/InfoSnapshotItem.d.ts +7 -0
  241. package/components/website/InfoSnapshot/InfoSnapshotItem.d.ts.map +1 -0
  242. package/components/website/InfoSnapshot/index.d.ts +3 -0
  243. package/components/website/InfoSnapshot/index.d.ts.map +1 -0
  244. package/components/website/JoinTeamBlock/JoinTeamBlock.d.ts +8 -0
  245. package/components/website/JoinTeamBlock/JoinTeamBlock.d.ts.map +1 -0
  246. package/components/website/JoinTeamBlock/index.d.ts +2 -0
  247. package/components/website/JoinTeamBlock/index.d.ts.map +1 -0
  248. package/components/website/LogosWallBlock/LogosWallBlock.d.ts +4 -4
  249. package/components/website/LogosWallBlock/LogosWallBlock.d.ts.map +1 -1
  250. package/components/website/PageTitle/PageTitle.d.ts.map +1 -1
  251. package/components/website/PricingHeroBlock/AppPricing/AppPricingCardsContainer/AppPricingCardsContainer.d.ts +6 -2
  252. package/components/website/PricingHeroBlock/AppPricing/AppPricingCardsContainer/AppPricingCardsContainer.d.ts.map +1 -1
  253. package/components/website/PricingPicker/PricingPickerButton.d.ts +17 -5
  254. package/components/website/PricingPicker/PricingPickerButton.d.ts.map +1 -1
  255. package/components/website/PromoBannerBlock/PromoBannerBlock.d.ts +3 -1
  256. package/components/website/PromoBannerBlock/PromoBannerBlock.d.ts.map +1 -1
  257. package/components/website/ReviewsBlock/ReviewsBlock.d.ts +1 -1
  258. package/components/website/ReviewsBlock/ReviewsBlock.d.ts.map +1 -1
  259. package/components/website/SectionTitle/SectionTitle.d.ts.map +1 -1
  260. package/components/website/SidePageTitle/SidePageTitle.d.ts.map +1 -1
  261. package/components/website/ToolCategoryBannerBlock/ToolCategoryBannerBlock.d.ts.map +1 -1
  262. package/components/website/ValuesBlock/ValueCard.d.ts +7 -0
  263. package/components/website/ValuesBlock/ValueCard.d.ts.map +1 -0
  264. package/components/website/ValuesBlock/ValuesBlock.d.ts +5 -0
  265. package/components/website/ValuesBlock/ValuesBlock.d.ts.map +1 -0
  266. package/components/website/ValuesBlock/index.d.ts +3 -0
  267. package/components/website/ValuesBlock/index.d.ts.map +1 -0
  268. package/hooks/useCarousel.d.ts +1 -1
  269. package/hooks/useLazyLoadVideo.d.ts +1 -1
  270. package/hooks/useLazyLoadVideo.d.ts.map +1 -1
  271. package/index.lib.d.ts +11 -4
  272. package/index.lib.d.ts.map +1 -1
  273. package/index.mjs +23228 -21084
  274. package/package.json +10 -11
  275. package/style.css +1 -1
  276. package/components/content/BrandAssetTile/BrandAssetTile.d.ts +0 -21
  277. package/components/content/BrandAssetTile/BrandAssetTile.d.ts.map +0 -1
  278. package/components/content/BrandAssetTile/index.d.ts +0 -2
  279. package/components/content/BrandAssetTile/index.d.ts.map +0 -1
  280. package/components/content/ButtonTile/ButtonTile.d.ts +0 -9
  281. package/components/content/ButtonTile/ButtonTile.d.ts.map +0 -1
  282. package/components/content/ButtonTile/index.d.ts +0 -2
  283. package/components/content/ButtonTile/index.d.ts.map +0 -1
  284. package/components/content/FontTile/FontTile.d.ts +0 -21
  285. package/components/content/FontTile/FontTile.d.ts.map +0 -1
  286. package/components/content/FontTile/index.d.ts +0 -2
  287. package/components/content/FontTile/index.d.ts.map +0 -1
  288. package/components/feed/FeedSizeTile/FeedSizeTile.d.ts +0 -9
  289. package/components/feed/FeedSizeTile/FeedSizeTile.d.ts.map +0 -1
  290. package/components/feed/FeedSizeTile/index.d.ts +0 -2
  291. package/components/feed/FeedSizeTile/index.d.ts.map +0 -1
  292. package/components/feed/FeedSizeTile/presets.d.ts +0 -3
  293. package/components/feed/FeedSizeTile/presets.d.ts.map +0 -1
  294. package/components/input/ImageWidget/ImageWidgetCloseButton.d.ts +0 -3
  295. package/components/input/ImageWidget/ImageWidgetCloseButton.d.ts.map +0 -1
@@ -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;AAM7D,QAAA,MAAM,aAAa;;;;mFA2CjB,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,EAAE,KAAK,CAAC,SAAS,CAAC;CAC3B,GAAG,KAAK,CAAC,cAAc,CAAC,MAAM,CAAC,GAC9B,IAAI,CAAC,YAAY,CAAC,OAAO,aAAa,CAAC,EAAE,MAAM,CAAC,CAAC;AAEnD,eAAO,MAAM,KAAK,qHAsBjB,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;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"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=Badge.figma.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Badge.figma.d.ts","sourceRoot":"","sources":["../../../../src/components/status/Badge/Badge.figma.tsx"],"names":[],"mappings":""}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=EmptySpace.figma.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"EmptySpace.figma.d.ts","sourceRoot":"","sources":["../../../../src/components/status/EmptySpace/EmptySpace.figma.tsx"],"names":[],"mappings":""}
@@ -0,0 +1,17 @@
1
+ export type ListingGaugeTone = "negative" | "warning" | "progress" | "positive";
2
+ /**
3
+ * Maps a listing score percentage to the arc and label colors from the Prism listing gauge spec
4
+ * (0–42% red, 43–70% orange, 71–99% blue, 100% green).
5
+ */
6
+ export declare const getListingGaugeTone: (percent: number) => ListingGaugeTone;
7
+ export declare const listingGaugeToneVariants: (props?: ({
8
+ tone?: "progress" | "negative" | "positive" | "warning" | null | undefined;
9
+ } & import("class-variance-authority/types").ClassProp) | undefined) => string;
10
+ export type ListingGaugeProps = Readonly<{
11
+ value: number;
12
+ max?: number;
13
+ label?: string;
14
+ className?: string;
15
+ }>;
16
+ export declare const ListingGauge: ({ value, max, label, className, }: ListingGaugeProps) => import("react/jsx-runtime").JSX.Element;
17
+ //# sourceMappingURL=ListingGauge.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ListingGauge.d.ts","sourceRoot":"","sources":["../../../../src/components/status/ListingGauge/ListingGauge.tsx"],"names":[],"mappings":"AAIA,MAAM,MAAM,gBAAgB,GAAG,UAAU,GAAG,SAAS,GAAG,UAAU,GAAG,UAAU,CAAC;AAEhF;;;GAGG;AACH,eAAO,MAAM,mBAAmB,GAAI,SAAS,MAAM,KAAG,gBAWrD,CAAC;AAEF,eAAO,MAAM,wBAAwB;;8EAYnC,CAAC;AA+CH,MAAM,MAAM,iBAAiB,GAAG,QAAQ,CAAC;IACvC,KAAK,EAAE,MAAM,CAAC;IACd,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,CAAC,CAAC;AAEH,eAAO,MAAM,YAAY,GAAI,mCAK1B,iBAAiB,4CAiGnB,CAAC"}
@@ -0,0 +1,2 @@
1
+ export * from "./ListingGauge";
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/status/ListingGauge/index.ts"],"names":[],"mappings":"AAAA,cAAc,gBAAgB,CAAC"}
@@ -0,0 +1,14 @@
1
+ import { ComponentPropsWithoutRef } from "react";
2
+ export type ListingScoreButtonProps = {
3
+ score: number;
4
+ max: number;
5
+ label: string;
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>>;
14
+ //# sourceMappingURL=ListingScoreButton.d.ts.map
@@ -0,0 +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"}
@@ -0,0 +1,2 @@
1
+ export * from "./ListingScoreButton";
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/status/ListingScoreButton/index.ts"],"names":[],"mappings":"AAAA,cAAc,sBAAsB,CAAC"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=Progress.figma.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Progress.figma.d.ts","sourceRoot":"","sources":["../../../../src/components/status/Progress/Progress.figma.tsx"],"names":[],"mappings":""}
@@ -1,7 +1,7 @@
1
1
  import { VariantProps } from "class-variance-authority";
2
2
  declare const progressStepCva: (props?: ({
3
3
  status?: "loading" | "pending" | "completed" | null | undefined;
4
- } & import("class-variance-authority/dist/types").ClassProp) | undefined) => string;
4
+ } & import("class-variance-authority/types").ClassProp) | undefined) => string;
5
5
  export type ProgressStepStatus = "pending" | "loading" | "completed";
6
6
  export type ProgressStepProps = Readonly<{
7
7
  /** The label displayed for this step */
@@ -1 +1 @@
1
- {"version":3,"file":"ProgressStep.d.ts","sourceRoot":"","sources":["../../../../src/components/status/ProgressStep/ProgressStep.tsx"],"names":[],"mappings":"AACA,OAAO,EAAO,YAAY,EAAE,MAAM,0BAA0B,CAAC;AAK7D,QAAA,MAAM,eAAe;;mFAcpB,CAAC;AAkBF,MAAM,MAAM,kBAAkB,GAAG,SAAS,GAAG,SAAS,GAAG,WAAW,CAAC;AAErE,MAAM,MAAM,iBAAiB,GAAG,QAAQ,CAAC;IACvC,wCAAwC;IACxC,KAAK,EAAE,MAAM,CAAC;IACd,qCAAqC;IACrC,MAAM,CAAC,EAAE,kBAAkB,CAAC;IAC5B,yDAAyD;IACzD,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,8EAA8E;IAC9E,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,4BAA4B;IAC5B,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,CAAC,GACA,YAAY,CAAC,OAAO,eAAe,CAAC,GACpC,IAAI,CAAC,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,EAAE,UAAU,CAAC,CAAC;AAEhD,wBAAgB,YAAY,CAAC,EAC3B,KAAK,EACL,MAAkB,EAClB,UAAU,EACV,KAAK,EACL,SAAS,EACT,GAAG,KAAK,EACT,EAAE,iBAAiB,2CAkBnB;yBAzBe,YAAY"}
1
+ {"version":3,"file":"ProgressStep.d.ts","sourceRoot":"","sources":["../../../../src/components/status/ProgressStep/ProgressStep.tsx"],"names":[],"mappings":"AACA,OAAO,EAAO,YAAY,EAAE,MAAM,0BAA0B,CAAC;AAK7D,QAAA,MAAM,eAAe;;8EAcpB,CAAC;AAkBF,MAAM,MAAM,kBAAkB,GAAG,SAAS,GAAG,SAAS,GAAG,WAAW,CAAC;AAErE,MAAM,MAAM,iBAAiB,GAAG,QAAQ,CAAC;IACvC,wCAAwC;IACxC,KAAK,EAAE,MAAM,CAAC;IACd,qCAAqC;IACrC,MAAM,CAAC,EAAE,kBAAkB,CAAC;IAC5B,yDAAyD;IACzD,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,8EAA8E;IAC9E,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,4BAA4B;IAC5B,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,CAAC,GACA,YAAY,CAAC,OAAO,eAAe,CAAC,GACpC,IAAI,CAAC,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,EAAE,UAAU,CAAC,CAAC;AAEhD,wBAAgB,YAAY,CAAC,EAC3B,KAAK,EACL,MAAkB,EAClB,UAAU,EACV,KAAK,EACL,SAAS,EACT,GAAG,KAAK,EACT,EAAE,iBAAiB,2CAkBnB;yBAzBe,YAAY"}
@@ -1 +1 @@
1
- {"version":3,"file":"SellScoreGauge.d.ts","sourceRoot":"","sources":["../../../../src/components/status/SellScore/SellScoreGauge.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAE,mBAAmB,EAAE,MAAM,SAAS,CAAC;AAW9C,eAAO,MAAM,cAAc,GAAI,iCAAqC,mBAAmB,4CAuDtF,CAAC"}
1
+ {"version":3,"file":"SellScoreGauge.d.ts","sourceRoot":"","sources":["../../../../src/components/status/SellScore/SellScoreGauge.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,mBAAmB,EAAE,MAAM,SAAS,CAAC;AAW9C,eAAO,MAAM,cAAc,GAAI,iCAAqC,mBAAmB,4CA8CtF,CAAC"}
@@ -2,5 +2,5 @@ export type ScoreLevel = "empty" | "negative" | "warning" | "progress" | "positi
2
2
  export declare const getScoreLevel: (score: number, max: number) => ScoreLevel;
3
3
  export declare const sellScoreColorVariants: (props?: ({
4
4
  level?: "progress" | "negative" | "positive" | "empty" | "warning" | null | undefined;
5
- } & import("class-variance-authority/dist/types").ClassProp) | undefined) => string;
5
+ } & import("class-variance-authority/types").ClassProp) | undefined) => string;
6
6
  //# sourceMappingURL=variants.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"variants.d.ts","sourceRoot":"","sources":["../../../../src/components/status/SellScore/variants.ts"],"names":[],"mappings":"AAEA,MAAM,MAAM,UAAU,GAAG,OAAO,GAAG,UAAU,GAAG,SAAS,GAAG,UAAU,GAAG,UAAU,CAAC;AAEpF,eAAO,MAAM,aAAa,GAAI,OAAO,MAAM,EAAE,KAAK,MAAM,KAAG,UAiB1D,CAAC;AAEF,eAAO,MAAM,sBAAsB;;mFAajC,CAAC"}
1
+ {"version":3,"file":"variants.d.ts","sourceRoot":"","sources":["../../../../src/components/status/SellScore/variants.ts"],"names":[],"mappings":"AAEA,MAAM,MAAM,UAAU,GAAG,OAAO,GAAG,UAAU,GAAG,SAAS,GAAG,UAAU,GAAG,UAAU,CAAC;AAEpF,eAAO,MAAM,aAAa,GAAI,OAAO,MAAM,EAAE,KAAK,MAAM,KAAG,UAiB1D,CAAC;AAEF,eAAO,MAAM,sBAAsB;;8EAajC,CAAC"}
@@ -0,0 +1,8 @@
1
+ export type TransformationEmptySpaceProps = {
2
+ imageSrc: string;
3
+ imageAlt?: string;
4
+ label: React.ReactNode;
5
+ className?: string;
6
+ };
7
+ export declare const TransformationEmptySpace: ({ imageSrc, imageAlt, label, className, }: TransformationEmptySpaceProps) => import("react/jsx-runtime").JSX.Element;
8
+ //# sourceMappingURL=TransformationEmptySpace.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TransformationEmptySpace.d.ts","sourceRoot":"","sources":["../../../../src/components/status/TransformationEmptySpace/TransformationEmptySpace.tsx"],"names":[],"mappings":"AAGA,MAAM,MAAM,6BAA6B,GAAG;IAC1C,QAAQ,EAAE,MAAM,CAAC;IACjB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,KAAK,EAAE,KAAK,CAAC,SAAS,CAAC;IACvB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,CAAC;AAEF,eAAO,MAAM,wBAAwB,GAAI,2CAKtC,6BAA6B,4CAe/B,CAAC"}
@@ -0,0 +1,2 @@
1
+ export * from "./TransformationEmptySpace";
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/status/TransformationEmptySpace/index.ts"],"names":[],"mappings":"AAAA,cAAc,4BAA4B,CAAC"}
@@ -1,7 +1,7 @@
1
1
  import { VariantProps } from "class-variance-authority";
2
2
  export declare const boneVariants: (props?: ({
3
3
  rounding?: "none" | "200" | "300" | "400" | "500" | "area-600" | "full" | null | undefined;
4
- } & import("class-variance-authority/dist/types").ClassProp) | undefined) => string;
4
+ } & import("class-variance-authority/types").ClassProp) | undefined) => string;
5
5
  type BoneCvaProps = VariantProps<typeof boneVariants>;
6
6
  export type SkeletonProps = React.ComponentProps<"div"> & BoneCvaProps;
7
7
  export declare const Bone: ({ rounding, ...props }: SkeletonProps) => import("react/jsx-runtime").JSX.Element;
@@ -1 +1 @@
1
- {"version":3,"file":"Bone.d.ts","sourceRoot":"","sources":["../../../../src/components/structure/Bone/Bone.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAO,MAAM,0BAA0B,CAAC;AAI7D,eAAO,MAAM,YAAY;;mFAevB,CAAC;AAEH,KAAK,YAAY,GAAG,YAAY,CAAC,OAAO,YAAY,CAAC,CAAC;AAEtD,MAAM,MAAM,aAAa,GAAG,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,GAAG,YAAY,CAAC;AAEvE,eAAO,MAAM,IAAI,GAAI,wBAAwB,aAAa,4CAQzD,CAAC"}
1
+ {"version":3,"file":"Bone.d.ts","sourceRoot":"","sources":["../../../../src/components/structure/Bone/Bone.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAO,MAAM,0BAA0B,CAAC;AAI7D,eAAO,MAAM,YAAY;;8EAevB,CAAC;AAEH,KAAK,YAAY,GAAG,YAAY,CAAC,OAAO,YAAY,CAAC,CAAC;AAEtD,MAAM,MAAM,aAAa,GAAG,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,GAAG,YAAY,CAAC;AAEvE,eAAO,MAAM,IAAI,GAAI,wBAAwB,aAAa,4CAQzD,CAAC"}
@@ -1,7 +1,7 @@
1
1
  import { VariantProps } from "class-variance-authority";
2
2
  declare const dividerCva: (props?: ({
3
3
  type?: "default" | "titleMiddle" | "titleBelow" | null | undefined;
4
- } & import("class-variance-authority/dist/types").ClassProp) | undefined) => string;
4
+ } & import("class-variance-authority/types").ClassProp) | undefined) => string;
5
5
  type DividerCvaProps = VariantProps<typeof dividerCva>;
6
6
  export type DividerProps = Readonly<{
7
7
  children?: React.ReactNode;
@@ -1 +1 @@
1
- {"version":3,"file":"Divider.d.ts","sourceRoot":"","sources":["../../../../src/components/structure/Divider/Divider.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAO,MAAM,0BAA0B,CAAC;AAE7D,QAAA,MAAM,UAAU;;mFAYd,CAAC;AAeH,KAAK,eAAe,GAAG,YAAY,CAAC,OAAO,UAAU,CAAC,CAAC;AAEvD,MAAM,MAAM,YAAY,GAAG,QAAQ,CACjC;IACE,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CAC5B,GAAG,eAAe,CACpB,CAAC;AAEF,eAAO,MAAM,OAAO,GAAI,oBAAoB,YAAY,4CAQvD,CAAC"}
1
+ {"version":3,"file":"Divider.d.ts","sourceRoot":"","sources":["../../../../src/components/structure/Divider/Divider.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAO,MAAM,0BAA0B,CAAC;AAE7D,QAAA,MAAM,UAAU;;8EAYd,CAAC;AAeH,KAAK,eAAe,GAAG,YAAY,CAAC,OAAO,UAAU,CAAC,CAAC;AAEvD,MAAM,MAAM,YAAY,GAAG,QAAQ,CACjC;IACE,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CAC5B,GAAG,eAAe,CACpB,CAAC;AAEF,eAAO,MAAM,OAAO,GAAI,oBAAoB,YAAY,4CAQvD,CAAC"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=Divider.figma.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Divider.figma.d.ts","sourceRoot":"","sources":["../../../../src/components/structure/Divider/Divider.figma.tsx"],"names":[],"mappings":""}
@@ -7,6 +7,9 @@ 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>>;
10
13
  Trailing: import("react").ForwardRefExoticComponent<import("./PanelHeaderTrailing").PanelHeaderTrailingProps & import("react").RefAttributes<HTMLButtonElement>>;
11
14
  };
12
15
  //# 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;AAO5C,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 +1 @@
1
- {"version":3,"file":"PanelHeaderLeading.d.ts","sourceRoot":"","sources":["../../../../src/components/structure/PanelHeader/PanelHeaderLeading.tsx"],"names":[],"mappings":"AAKA,MAAM,MAAM,uBAAuB,GAAG;IACpC,KAAK,EAAE,KAAK,CAAC,SAAS,CAAC;IACvB,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B,OAAO,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,MAAM,CAAC,EAAE,MAAM,IAAI,CAAC;IACpB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B,UAAU,CAAC,EAAE,OAAO,CAAC;CACtB,CAAC;AAEF,eAAO,MAAM,kBAAkB,GAAI,wEAQhC,uBAAuB,4CA6BzB,CAAC"}
1
+ {"version":3,"file":"PanelHeaderLeading.d.ts","sourceRoot":"","sources":["../../../../src/components/structure/PanelHeader/PanelHeaderLeading.tsx"],"names":[],"mappings":"AAKA,MAAM,MAAM,uBAAuB,GAAG;IACpC,KAAK,EAAE,KAAK,CAAC,SAAS,CAAC;IACvB,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B,OAAO,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,MAAM,CAAC,EAAE,MAAM,IAAI,CAAC;IACpB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B,UAAU,CAAC,EAAE,OAAO,CAAC;CACtB,CAAC;AAEF,eAAO,MAAM,kBAAkB,GAAI,wEAQhC,uBAAuB,4CAqCzB,CAAC"}
@@ -0,0 +1,7 @@
1
+ export type PanelHeaderSwitcherButtonProps = Omit<React.ButtonHTMLAttributes<HTMLButtonElement>, "children"> & {
2
+ label: string;
3
+ };
4
+ export declare const PanelHeaderSwitcherButton: import("react").ForwardRefExoticComponent<Omit<import("react").ButtonHTMLAttributes<HTMLButtonElement>, "children"> & {
5
+ label: string;
6
+ } & import("react").RefAttributes<HTMLButtonElement>>;
7
+ //# sourceMappingURL=PanelHeaderSwitcherButton.d.ts.map
@@ -0,0 +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,2 +1,3 @@
1
1
  export * from "./PanelHeader";
2
+ export * from "./PanelHeaderSwitcherButton";
2
3
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/structure/PanelHeader/index.ts"],"names":[],"mappings":"AAAA,cAAc,eAAe,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/structure/PanelHeader/index.ts"],"names":[],"mappings":"AAAA,cAAc,eAAe,CAAC;AAC9B,cAAc,6BAA6B,CAAC"}
@@ -20,8 +20,8 @@ type WaitForFilesOptions = {
20
20
  */
21
21
  export declare const useFileUploader: ({ withCopyPaste, disabled, allowFolders, acceptedFileTypes, onDrag, onFileChange, onCancel, }: UseFileUploaderProps) => {
22
22
  isDragging: boolean;
23
- inputRef: import("react").RefObject<HTMLInputElement>;
24
- folderInputRef: import("react").RefObject<HTMLInputElement>;
23
+ inputRef: import("react").RefObject<HTMLInputElement | null>;
24
+ folderInputRef: import("react").RefObject<HTMLInputElement | null>;
25
25
  handleChange: (event: React.ChangeEvent<HTMLInputElement>) => void;
26
26
  handleFolderChange: (event: React.ChangeEvent<HTMLInputElement>) => void;
27
27
  handleDragEnter: (event: AnyDragEvent) => void;
@@ -1 +1 @@
1
- {"version":3,"file":"useFileUploader.d.ts","sourceRoot":"","sources":["../../../../src/components/unsorted/FileUploader/useFileUploader.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,KAAK,YAAY,EAAwB,MAAM,gBAAgB,CAAC;AAIzE,MAAM,MAAM,oBAAoB,GAAG;IACjC,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,iBAAiB,CAAC,EAAE,MAAM,EAAE,CAAC;IAC7B,MAAM,CAAC,EAAE,MAAM,IAAI,CAAC;IACpB,YAAY,CAAC,EAAE,CACb,KAAK,EAAE,QAAQ,EACf,cAAc,CAAC,EAAE,OAAO,EACxB,QAAQ,CAAC,EAAE,OAAO,KACf,IAAI,GAAG,OAAO,CAAC,IAAI,CAAC,CAAC;IAC1B,QAAQ,CAAC,EAAE,MAAM,IAAI,CAAC;CACvB,CAAC;AAEF,KAAK,mBAAmB,GAAG;IACzB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;CACnB,CAAC;AAEF;;;;;GAKG;AACH,eAAO,MAAM,eAAe,GAAI,+FAQ7B,oBAAoB;;;;0BAoKX,KAAK,CAAC,WAAW,CAAC,gBAAgB,CAAC;gCA6BnC,KAAK,CAAC,WAAW,CAAC,gBAAgB,CAAC;6BAxHnC,YAAY;6BAasB,YAAY;4BAKb,YAAY;wBAKvC,YAAY;;;;2CAzEvB,mBAAmB,KAAQ,OAAO,CAAC,QAAQ,CAAC;gCAgC5C,IAAI,CAAC,mBAAmB,EAAE,QAAQ,CAAC,KAAQ,OAAO,CAAC,IAAI,CAAC;CA2L9D,CAAC;AAEF,MAAM,MAAM,YAAY,GAAG,UAAU,CAAC,OAAO,eAAe,CAAC,CAAC"}
1
+ {"version":3,"file":"useFileUploader.d.ts","sourceRoot":"","sources":["../../../../src/components/unsorted/FileUploader/useFileUploader.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,KAAK,YAAY,EAAwB,MAAM,gBAAgB,CAAC;AAIzE,MAAM,MAAM,oBAAoB,GAAG;IACjC,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,iBAAiB,CAAC,EAAE,MAAM,EAAE,CAAC;IAC7B,MAAM,CAAC,EAAE,MAAM,IAAI,CAAC;IACpB,YAAY,CAAC,EAAE,CACb,KAAK,EAAE,QAAQ,EACf,cAAc,CAAC,EAAE,OAAO,EACxB,QAAQ,CAAC,EAAE,OAAO,KACf,IAAI,GAAG,OAAO,CAAC,IAAI,CAAC,CAAC;IAC1B,QAAQ,CAAC,EAAE,MAAM,IAAI,CAAC;CACvB,CAAC;AAEF,KAAK,mBAAmB,GAAG;IACzB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;CACnB,CAAC;AAEF;;;;;GAKG;AACH,eAAO,MAAM,eAAe,GAAI,+FAQ7B,oBAAoB;;;;0BAoKX,KAAK,CAAC,WAAW,CAAC,gBAAgB,CAAC;gCAmCnC,KAAK,CAAC,WAAW,CAAC,gBAAgB,CAAC;6BA9HnC,YAAY;6BAasB,YAAY;4BAKb,YAAY;wBAKvC,YAAY;;;;2CAzEvB,mBAAmB,KAAQ,OAAO,CAAC,QAAQ,CAAC;gCAgC5C,IAAI,CAAC,mBAAmB,EAAE,QAAQ,CAAC,KAAQ,OAAO,CAAC,IAAI,CAAC;CAiM9D,CAAC;AAEF,MAAM,MAAM,YAAY,GAAG,UAAU,CAAC,OAAO,eAAe,CAAC,CAAC"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=Tooltip.figma.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Tooltip.figma.d.ts","sourceRoot":"","sources":["../../../../src/components/unsorted/Tooltip/Tooltip.figma.tsx"],"names":[],"mappings":""}
@@ -13,7 +13,7 @@ export type AccentDropZoneProps = Readonly<{
13
13
  className?: string;
14
14
  /** Disable file selection (paste, drag and drop, etc.) */
15
15
  disabled?: boolean;
16
- handlesRef?: React.RefObject<AccentDropZoneHandles>;
16
+ handlesRef?: React.RefObject<AccentDropZoneHandles | null>;
17
17
  onFileSelected: (file: File) => void;
18
18
  onDrag?: () => void;
19
19
  }>;
@@ -1 +1 @@
1
- {"version":3,"file":"AccentDropZone.d.ts","sourceRoot":"","sources":["../../../../src/components/website/AccentDropZone/AccentDropZone.tsx"],"names":[],"mappings":"AAQA,MAAM,MAAM,qBAAqB,GAAG,QAAQ,CAAC;IAC3C,KAAK,EAAE,MAAM,IAAI,CAAC;CACnB,CAAC,CAAC;AAEH,MAAM,MAAM,mBAAmB,GAAG,QAAQ,CAAC;IACzC,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,KAAK,CAAC,wBAAwB,CAAC,KAAK,CAAC,CAAC,CAAC;IACrE,MAAM,CAAC,EAAE;QACP,GAAG,CAAC,EAAE,MAAM,CAAC;QACb,IAAI,CAAC,EAAE,MAAM,CAAC;QACd,eAAe,CAAC,EAAE,MAAM,CAAC;QACzB,cAAc,CAAC,EAAE,MAAM,CAAC;KACzB,CAAC;IACF,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,0DAA0D;IAC1D,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,UAAU,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC,qBAAqB,CAAC,CAAC;IACpD,cAAc,EAAE,CAAC,IAAI,EAAE,IAAI,KAAK,IAAI,CAAC;IACrC,MAAM,CAAC,EAAE,MAAM,IAAI,CAAC;CACrB,CAAC,CAAC;AAEH,eAAO,MAAM,cAAc,GAAI,sFAS5B,mBAAmB,4CA+ErB,CAAC"}
1
+ {"version":3,"file":"AccentDropZone.d.ts","sourceRoot":"","sources":["../../../../src/components/website/AccentDropZone/AccentDropZone.tsx"],"names":[],"mappings":"AAQA,MAAM,MAAM,qBAAqB,GAAG,QAAQ,CAAC;IAC3C,KAAK,EAAE,MAAM,IAAI,CAAC;CACnB,CAAC,CAAC;AAEH,MAAM,MAAM,mBAAmB,GAAG,QAAQ,CAAC;IACzC,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,KAAK,CAAC,wBAAwB,CAAC,KAAK,CAAC,CAAC,CAAC;IACrE,MAAM,CAAC,EAAE;QACP,GAAG,CAAC,EAAE,MAAM,CAAC;QACb,IAAI,CAAC,EAAE,MAAM,CAAC;QACd,eAAe,CAAC,EAAE,MAAM,CAAC;QACzB,cAAc,CAAC,EAAE,MAAM,CAAC;KACzB,CAAC;IACF,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,0DAA0D;IAC1D,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,UAAU,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC,qBAAqB,GAAG,IAAI,CAAC,CAAC;IAC3D,cAAc,EAAE,CAAC,IAAI,EAAE,IAAI,KAAK,IAAI,CAAC;IACrC,MAAM,CAAC,EAAE,MAAM,IAAI,CAAC;CACrB,CAAC,CAAC;AAEH,eAAO,MAAM,cAAc,GAAI,sFAS5B,mBAAmB,4CA+ErB,CAAC"}
@@ -1,3 +1,4 @@
1
1
  export * from "./ArticleHeroBlock";
2
2
  export * from "./ArticleContent";
3
+ export * from "./ArticleAuthor";
3
4
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/website/ArticleHeroBlock/index.ts"],"names":[],"mappings":"AAAA,cAAc,oBAAoB,CAAC;AACnC,cAAc,kBAAkB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/website/ArticleHeroBlock/index.ts"],"names":[],"mappings":"AAAA,cAAc,oBAAoB,CAAC;AACnC,cAAc,kBAAkB,CAAC;AACjC,cAAc,iBAAiB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"BlogActionBlock.d.ts","sourceRoot":"","sources":["../../../../src/components/website/BlogActionBlock/BlogActionBlock.tsx"],"names":[],"mappings":"AAKA,MAAM,MAAM,oBAAoB,GAAG,QAAQ,CAAC;IAC1C,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B,GAAG,CAAC,EAAE,KAAK,CAAC,YAAY,CAAC;IACzB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,CAAC,CAAC;AAEH,eAAO,MAAM,eAAe,GAAI,qCAAqC,oBAAoB,4CA6BxF,CAAC"}
1
+ {"version":3,"file":"BlogActionBlock.d.ts","sourceRoot":"","sources":["../../../../src/components/website/BlogActionBlock/BlogActionBlock.tsx"],"names":[],"mappings":"AAGA,MAAM,MAAM,oBAAoB,GAAG,QAAQ,CAAC;IAC1C,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B,GAAG,CAAC,EAAE,KAAK,CAAC,YAAY,CAAC;IACzB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,CAAC,CAAC;AAEH,eAAO,MAAM,eAAe,GAAI,qCAAqC,oBAAoB,4CA4BxF,CAAC"}
@@ -0,0 +1,5 @@
1
+ export type ComparisonBlockProps = Readonly<{
2
+ titleBlock?: React.ReactNode;
3
+ }> & React.ComponentProps<"section">;
4
+ export declare const ComparisonBlock: ({ titleBlock, children, className, ...rest }: ComparisonBlockProps) => import("react/jsx-runtime").JSX.Element;
5
+ //# sourceMappingURL=ComparisonBlock.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ComparisonBlock.d.ts","sourceRoot":"","sources":["../../../../src/components/website/ComparisonBlock/ComparisonBlock.tsx"],"names":[],"mappings":"AAEA,MAAM,MAAM,oBAAoB,GAAG,QAAQ,CAAC;IAC1C,UAAU,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CAC9B,CAAC,GACA,KAAK,CAAC,cAAc,CAAC,SAAS,CAAC,CAAC;AAElC,eAAO,MAAM,eAAe,GAAI,8CAK7B,oBAAoB,4CAQtB,CAAC"}
@@ -0,0 +1,14 @@
1
+ export type ComparisonFeatureRow = {
2
+ featureName: string;
3
+ isPhotoroomFeature: boolean;
4
+ isOtherAppFeature: boolean;
5
+ };
6
+ export type ComparisonTableProps = Readonly<{
7
+ title: string;
8
+ otherAppName: string;
9
+ photoroomIcon: React.ReactNode;
10
+ otherAppIcon: React.ReactNode;
11
+ features: ComparisonFeatureRow[];
12
+ }> & Omit<React.ComponentProps<"div">, "children">;
13
+ export declare const ComparisonTable: ({ title, otherAppName, photoroomIcon, otherAppIcon, features, className, ...rest }: ComparisonTableProps) => import("react/jsx-runtime").JSX.Element;
14
+ //# sourceMappingURL=ComparisonTable.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ComparisonTable.d.ts","sourceRoot":"","sources":["../../../../src/components/website/ComparisonBlock/ComparisonTable.tsx"],"names":[],"mappings":"AAIA,MAAM,MAAM,oBAAoB,GAAG;IACjC,WAAW,EAAE,MAAM,CAAC;IACpB,kBAAkB,EAAE,OAAO,CAAC;IAC5B,iBAAiB,EAAE,OAAO,CAAC;CAC5B,CAAC;AAEF,MAAM,MAAM,oBAAoB,GAAG,QAAQ,CAAC;IAC1C,KAAK,EAAE,MAAM,CAAC;IACd,YAAY,EAAE,MAAM,CAAC;IACrB,aAAa,EAAE,KAAK,CAAC,SAAS,CAAC;IAC/B,YAAY,EAAE,KAAK,CAAC,SAAS,CAAC;IAC9B,QAAQ,EAAE,oBAAoB,EAAE,CAAC;CAClC,CAAC,GACA,IAAI,CAAC,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,EAAE,UAAU,CAAC,CAAC;AAYhD,eAAO,MAAM,eAAe,GAAI,oFAQ7B,oBAAoB,4CA+DtB,CAAC"}
@@ -0,0 +1,3 @@
1
+ export * from "./ComparisonBlock";
2
+ export * from "./ComparisonTable";
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/website/ComparisonBlock/index.ts"],"names":[],"mappings":"AAAA,cAAc,mBAAmB,CAAC;AAClC,cAAc,mBAAmB,CAAC"}
@@ -11,20 +11,18 @@ export declare function FooterV2Block({ appsSectionTitle, appButtons, linksSecti
11
11
  export declare namespace FooterV2Block {
12
12
  var LinksSection: typeof FooterV2LinksSectionBlock;
13
13
  var Link: (<As = "a">(props: As extends "" ? {
14
- as: keyof JSX.IntrinsicElements;
14
+ as: keyof React.JSX.IntrinsicElements;
15
15
  } : As extends import("react").ComponentType<infer P> ? import("../../polymorphic").Merge<P, import("react").ClassAttributes<HTMLAnchorElement> & import("react").AnchorHTMLAttributes<HTMLAnchorElement> & Readonly<{
16
16
  label: string;
17
17
  isNew?: boolean;
18
18
  }> & {
19
19
  as: As;
20
- }> : As extends keyof JSX.IntrinsicElements ? import("../../polymorphic").Merge<JSX.IntrinsicElements[As], import("react").ClassAttributes<HTMLAnchorElement> & import("react").AnchorHTMLAttributes<HTMLAnchorElement> & Readonly<{
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
21
  label: string;
22
22
  isNew?: boolean;
23
23
  }> & {
24
24
  as: As;
25
- }> : never) => React.ReactElement | null) & import("react").ForwardRefExoticComponent<import("../../polymorphic").Merge<Omit<import("react").DetailedHTMLProps<import("react").AnchorHTMLAttributes<HTMLAnchorElement>, HTMLAnchorElement>, "ref"> & {
26
- ref?: ((instance: HTMLAnchorElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLAnchorElement> | null | undefined;
27
- }, import("react").ClassAttributes<HTMLAnchorElement> & import("react").AnchorHTMLAttributes<HTMLAnchorElement> & Readonly<{
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<{
28
26
  label: string;
29
27
  isNew?: boolean;
30
28
  }> & {
@@ -1,14 +1,9 @@
1
- export type GlossaryTerm = Readonly<{
2
- name: string;
3
- shortDescription: string;
4
- href: string;
5
- }>;
6
1
  export type GlossarySectionProps = Readonly<{
7
- sectionId: string;
2
+ id: string;
8
3
  letter: string;
9
4
  headingLevel?: "h1" | "h2" | "h3" | "h4" | "h5" | "h6";
10
- terms: GlossaryTerm[];
5
+ children: React.ReactNode;
11
6
  className?: string;
12
7
  }>;
13
- export declare const GlossarySection: ({ sectionId, letter, headingLevel: Heading, terms, className, }: GlossarySectionProps) => import("react/jsx-runtime").JSX.Element;
8
+ export declare const GlossarySection: ({ id, letter, headingLevel: Heading, children, className, }: GlossarySectionProps) => import("react/jsx-runtime").JSX.Element;
14
9
  //# sourceMappingURL=GlossarySection.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"GlossarySection.d.ts","sourceRoot":"","sources":["../../../../src/components/website/Glossary/GlossarySection.tsx"],"names":[],"mappings":"AAMA,MAAM,MAAM,YAAY,GAAG,QAAQ,CAAC;IAClC,IAAI,EAAE,MAAM,CAAC;IACb,gBAAgB,EAAE,MAAM,CAAC;IACzB,IAAI,EAAE,MAAM,CAAC;CACd,CAAC,CAAC;AAEH,MAAM,MAAM,oBAAoB,GAAG,QAAQ,CAAC;IAC1C,SAAS,EAAE,MAAM,CAAC;IAClB,MAAM,EAAE,MAAM,CAAC;IACf,YAAY,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;IACvD,KAAK,EAAE,YAAY,EAAE,CAAC;IACtB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,CAAC,CAAC;AAEH,eAAO,MAAM,eAAe,GAAI,iEAM7B,oBAAoB,4CAwBtB,CAAC"}
1
+ {"version":3,"file":"GlossarySection.d.ts","sourceRoot":"","sources":["../../../../src/components/website/Glossary/GlossarySection.tsx"],"names":[],"mappings":"AAEA,MAAM,MAAM,oBAAoB,GAAG,QAAQ,CAAC;IAC1C,EAAE,EAAE,MAAM,CAAC;IACX,MAAM,EAAE,MAAM,CAAC;IACf,YAAY,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;IACvD,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,CAAC,CAAC;AAEH,eAAO,MAAM,eAAe,GAAI,6DAM7B,oBAAoB,4CAetB,CAAC"}
@@ -5,6 +5,7 @@ export type HeaderBannerProps = Readonly<{
5
5
  children: React.ReactNode;
6
6
  isHiddenSessionKey?: string;
7
7
  closeLabel?: string;
8
+ forceShow?: boolean;
8
9
  }>;
9
- export declare const HeaderBanner: ({ variant, className, cssBackgroundColor, children, isHiddenSessionKey, closeLabel, ...rest }: HeaderBannerProps) => import("react/jsx-runtime").JSX.Element | null;
10
+ export declare const HeaderBanner: ({ variant, className, cssBackgroundColor, children, isHiddenSessionKey, closeLabel, forceShow, ...rest }: HeaderBannerProps) => import("react/jsx-runtime").JSX.Element | null;
10
11
  //# sourceMappingURL=HeaderBanner.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"HeaderBanner.d.ts","sourceRoot":"","sources":["../../../../src/components/website/HeaderBanner/HeaderBanner.tsx"],"names":[],"mappings":"AAKA,MAAM,MAAM,iBAAiB,GAAG,QAAQ,CAAC;IACvC,OAAO,EAAE,QAAQ,GAAG,SAAS,CAAC;IAC9B,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB,CAAC,CAAC;AAKH,eAAO,MAAM,YAAY,GAAI,+FAQ1B,iBAAiB,mDA+DnB,CAAC"}
1
+ {"version":3,"file":"HeaderBanner.d.ts","sourceRoot":"","sources":["../../../../src/components/website/HeaderBanner/HeaderBanner.tsx"],"names":[],"mappings":"AAKA,MAAM,MAAM,iBAAiB,GAAG,QAAQ,CAAC;IACvC,OAAO,EAAE,QAAQ,GAAG,SAAS,CAAC;IAC9B,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,SAAS,CAAC,EAAE,OAAO,CAAC;CACrB,CAAC,CAAC;AAKH,eAAO,MAAM,YAAY,GAAI,0GAS1B,iBAAiB,mDAuEnB,CAAC"}
@@ -0,0 +1,6 @@
1
+ export type ImpactBlockProps = Readonly<{
2
+ titleBlock?: React.ReactNode;
3
+ logoWallBlock?: React.ReactNode;
4
+ }> & React.ComponentProps<"section">;
5
+ export declare const ImpactBlock: ({ titleBlock, logoWallBlock, children, className, ...rest }: ImpactBlockProps) => import("react/jsx-runtime").JSX.Element;
6
+ //# sourceMappingURL=ImpactBlock.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ImpactBlock.d.ts","sourceRoot":"","sources":["../../../../src/components/website/ImpactBlock/ImpactBlock.tsx"],"names":[],"mappings":"AAEA,MAAM,MAAM,gBAAgB,GAAG,QAAQ,CAAC;IACtC,UAAU,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC7B,aAAa,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CACjC,CAAC,GACA,KAAK,CAAC,cAAc,CAAC,SAAS,CAAC,CAAC;AAElC,eAAO,MAAM,WAAW,GAAI,6DAMzB,gBAAgB,4CAalB,CAAC"}
@@ -0,0 +1,6 @@
1
+ export type ImpactCardProps = Readonly<{
2
+ metricTitle: string;
3
+ metricDescription: string;
4
+ }> & Omit<React.ComponentProps<"div">, "children">;
5
+ export declare const ImpactCard: ({ metricTitle, metricDescription, className, ...rest }: ImpactCardProps) => import("react/jsx-runtime").JSX.Element;
6
+ //# sourceMappingURL=ImpactCard.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ImpactCard.d.ts","sourceRoot":"","sources":["../../../../src/components/website/ImpactBlock/ImpactCard.tsx"],"names":[],"mappings":"AAEA,MAAM,MAAM,eAAe,GAAG,QAAQ,CAAC;IACrC,WAAW,EAAE,MAAM,CAAC;IACpB,iBAAiB,EAAE,MAAM,CAAC;CAC3B,CAAC,GACA,IAAI,CAAC,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,EAAE,UAAU,CAAC,CAAC;AAEhD,eAAO,MAAM,UAAU,GAAI,wDAKxB,eAAe,4CA6BjB,CAAC"}
@@ -0,0 +1,3 @@
1
+ export * from "./ImpactBlock";
2
+ export * from "./ImpactCard";
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/website/ImpactBlock/index.ts"],"names":[],"mappings":"AAAA,cAAc,eAAe,CAAC;AAC9B,cAAc,cAAc,CAAC"}
@@ -0,0 +1,6 @@
1
+ export type InfoSnapshotProps = Readonly<{
2
+ children?: React.ReactNode;
3
+ className?: string;
4
+ }>;
5
+ export declare const InfoSnapshot: ({ children, className, ...rest }: InfoSnapshotProps) => import("react/jsx-runtime").JSX.Element;
6
+ //# sourceMappingURL=InfoSnapshot.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"InfoSnapshot.d.ts","sourceRoot":"","sources":["../../../../src/components/website/InfoSnapshot/InfoSnapshot.tsx"],"names":[],"mappings":"AAEA,MAAM,MAAM,iBAAiB,GAAG,QAAQ,CAAC;IACvC,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,CAAC,CAAC;AAEH,eAAO,MAAM,YAAY,GAAI,kCAAkC,iBAAiB,4CAI/E,CAAC"}
@@ -0,0 +1,7 @@
1
+ export type InfoSnapshotItemProps = Readonly<{
2
+ label: string;
3
+ children: React.ReactNode;
4
+ className?: string;
5
+ }>;
6
+ export declare const InfoSnapshotItem: ({ label, children, className, ...rest }: InfoSnapshotItemProps) => import("react/jsx-runtime").JSX.Element;
7
+ //# sourceMappingURL=InfoSnapshotItem.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"InfoSnapshotItem.d.ts","sourceRoot":"","sources":["../../../../src/components/website/InfoSnapshot/InfoSnapshotItem.tsx"],"names":[],"mappings":"AAEA,MAAM,MAAM,qBAAqB,GAAG,QAAQ,CAAC;IAC3C,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,CAAC,CAAC;AAEH,eAAO,MAAM,gBAAgB,GAAI,yCAK9B,qBAAqB,4CAQvB,CAAC"}
@@ -0,0 +1,3 @@
1
+ export * from "./InfoSnapshot";
2
+ export * from "./InfoSnapshotItem";
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/website/InfoSnapshot/index.ts"],"names":[],"mappings":"AAAA,cAAc,gBAAgB,CAAC;AAC/B,cAAc,oBAAoB,CAAC"}
@@ -0,0 +1,8 @@
1
+ export type JoinTeamBlockProps = Readonly<{
2
+ titleBlock?: React.ReactNode;
3
+ description?: string;
4
+ images?: React.ReactNode[];
5
+ cta?: React.ReactNode;
6
+ }> & Omit<React.ComponentProps<"section">, "children">;
7
+ export declare const JoinTeamBlock: ({ titleBlock, description, images, cta, className, ...rest }: JoinTeamBlockProps) => import("react/jsx-runtime").JSX.Element;
8
+ //# sourceMappingURL=JoinTeamBlock.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"JoinTeamBlock.d.ts","sourceRoot":"","sources":["../../../../src/components/website/JoinTeamBlock/JoinTeamBlock.tsx"],"names":[],"mappings":"AAIA,MAAM,MAAM,kBAAkB,GAAG,QAAQ,CAAC;IACxC,UAAU,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC7B,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,MAAM,CAAC,EAAE,KAAK,CAAC,SAAS,EAAE,CAAC;IAC3B,GAAG,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CACvB,CAAC,GACA,IAAI,CAAC,KAAK,CAAC,cAAc,CAAC,SAAS,CAAC,EAAE,UAAU,CAAC,CAAC;AAEpD,eAAO,MAAM,aAAa,GAAI,8DAO3B,kBAAkB,4CAiCpB,CAAC"}
@@ -0,0 +1,2 @@
1
+ export * from "./JoinTeamBlock";
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/website/JoinTeamBlock/index.ts"],"names":[],"mappings":"AAAA,cAAc,iBAAiB,CAAC"}
@@ -1,7 +1,7 @@
1
1
  type LogosWallBlockProps = Readonly<{
2
- titleBlock?: React.ReactNode;
3
- assets?: React.ReactNode[];
4
- }> & Omit<React.ComponentProps<"section">, "children">;
5
- export declare const LogosWallBlock: ({ titleBlock, assets, className, ...rest }: LogosWallBlockProps) => import("react/jsx-runtime").JSX.Element;
2
+ title: string;
3
+ assets: React.ReactNode[];
4
+ }> & Omit<React.ComponentProps<"div">, "children">;
5
+ export declare const LogosWallBlock: ({ title, assets, className, ...rest }: LogosWallBlockProps) => import("react/jsx-runtime").JSX.Element;
6
6
  export {};
7
7
  //# sourceMappingURL=LogosWallBlock.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"LogosWallBlock.d.ts","sourceRoot":"","sources":["../../../../src/components/website/LogosWallBlock/LogosWallBlock.tsx"],"names":[],"mappings":"AAEA,KAAK,mBAAmB,GAAG,QAAQ,CAAC;IAClC,UAAU,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC7B,MAAM,CAAC,EAAE,KAAK,CAAC,SAAS,EAAE,CAAC;CAC5B,CAAC,GACA,IAAI,CAAC,KAAK,CAAC,cAAc,CAAC,SAAS,CAAC,EAAE,UAAU,CAAC,CAAC;AAEpD,eAAO,MAAM,cAAc,GAAI,4CAA4C,mBAAmB,4CAkB7F,CAAC"}
1
+ {"version":3,"file":"LogosWallBlock.d.ts","sourceRoot":"","sources":["../../../../src/components/website/LogosWallBlock/LogosWallBlock.tsx"],"names":[],"mappings":"AAEA,KAAK,mBAAmB,GAAG,QAAQ,CAAC;IAClC,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,KAAK,CAAC,SAAS,EAAE,CAAC;CAC3B,CAAC,GACA,IAAI,CAAC,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,EAAE,UAAU,CAAC,CAAC;AAEhD,eAAO,MAAM,cAAc,GAAI,uCAAuC,mBAAmB,4CAmBxF,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"PageTitle.d.ts","sourceRoot":"","sources":["../../../../src/components/website/PageTitle/PageTitle.tsx"],"names":[],"mappings":"AAKA,MAAM,MAAM,cAAc,GAAG,QAAQ,CAAC;IACpC,IAAI,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACvB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B,GAAG,CAAC,EAAE,KAAK,CAAC,YAAY,EAAE,CAAC;IAC3B,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,CAAC,CAAC;AAEH,eAAO,MAAM,SAAS,GAAsB,wEASzC,cAAc,4CAqDhB,CAAC"}
1
+ {"version":3,"file":"PageTitle.d.ts","sourceRoot":"","sources":["../../../../src/components/website/PageTitle/PageTitle.tsx"],"names":[],"mappings":"AAKA,MAAM,MAAM,cAAc,GAAG,QAAQ,CAAC;IACpC,IAAI,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACvB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B,GAAG,CAAC,EAAE,KAAK,CAAC,YAAY,EAAE,CAAC;IAC3B,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,CAAC,CAAC;AAEH,eAAO,MAAM,SAAS,GAAsB,wEASzC,cAAc,4CA6DhB,CAAC"}
@@ -3,13 +3,17 @@ export type AppPricingCardsContainerProps = Readonly<{
3
3
  lang: string;
4
4
  billingPeriod?: AppPricingBillingPeriod;
5
5
  items?: React.ReactNode;
6
- segmentedPickerFootnote?: React.ReactNode;
7
6
  userCountryCode?: string;
8
7
  billingPeriodLabels: {
9
8
  weekly: string;
10
9
  monthly: string;
11
10
  yearly: string;
12
11
  };
12
+ billingPeriodSubtitles?: {
13
+ weekly?: string;
14
+ monthly?: string;
15
+ yearly?: string;
16
+ };
13
17
  footnoteLabels: {
14
18
  weekly: string;
15
19
  monthly: string;
@@ -17,5 +21,5 @@ export type AppPricingCardsContainerProps = Readonly<{
17
21
  footnoteCurrencyLabel: (currencyName: string, countryName: string) => string;
18
22
  onBillingPeriodChange?: (billingPeriod: AppPricingBillingPeriod) => void;
19
23
  }>;
20
- export declare const AppPricingCardsContainer: ({ lang, billingPeriod, items, userCountryCode, segmentedPickerFootnote, billingPeriodLabels, footnoteLabels, footnoteCurrencyLabel, onBillingPeriodChange, ...rest }: AppPricingCardsContainerProps) => import("react/jsx-runtime").JSX.Element;
24
+ export declare const AppPricingCardsContainer: ({ lang, billingPeriod, items, userCountryCode, billingPeriodLabels, billingPeriodSubtitles, footnoteLabels, footnoteCurrencyLabel, onBillingPeriodChange, ...rest }: AppPricingCardsContainerProps) => import("react/jsx-runtime").JSX.Element;
21
25
  //# sourceMappingURL=AppPricingCardsContainer.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"AppPricingCardsContainer.d.ts","sourceRoot":"","sources":["../../../../../../src/components/website/PricingHeroBlock/AppPricing/AppPricingCardsContainer/AppPricingCardsContainer.tsx"],"names":[],"mappings":"AAOA,MAAM,MAAM,uBAAuB,GAAG,QAAQ,GAAG,SAAS,GAAG,QAAQ,CAAC;AAEtE,MAAM,MAAM,6BAA6B,GAAG,QAAQ,CAAC;IACnD,IAAI,EAAE,MAAM,CAAC;IACb,aAAa,CAAC,EAAE,uBAAuB,CAAC;IACxC,KAAK,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACxB,uBAAuB,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1C,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,mBAAmB,EAAE;QACnB,MAAM,EAAE,MAAM,CAAC;QACf,OAAO,EAAE,MAAM,CAAC;QAChB,MAAM,EAAE,MAAM,CAAC;KAChB,CAAC;IACF,cAAc,EAAE;QACd,MAAM,EAAE,MAAM,CAAC;QACf,OAAO,EAAE,MAAM,CAAC;KACjB,CAAC;IACF,qBAAqB,EAAE,CAAC,YAAY,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM,KAAK,MAAM,CAAC;IAC7E,qBAAqB,CAAC,EAAE,CAAC,aAAa,EAAE,uBAAuB,KAAK,IAAI,CAAC;CAC1E,CAAC,CAAC;AAEH,eAAO,MAAM,wBAAwB,GAAI,sKAWtC,6BAA6B,4CAkE/B,CAAC"}
1
+ {"version":3,"file":"AppPricingCardsContainer.d.ts","sourceRoot":"","sources":["../../../../../../src/components/website/PricingHeroBlock/AppPricing/AppPricingCardsContainer/AppPricingCardsContainer.tsx"],"names":[],"mappings":"AAOA,MAAM,MAAM,uBAAuB,GAAG,QAAQ,GAAG,SAAS,GAAG,QAAQ,CAAC;AAEtE,MAAM,MAAM,6BAA6B,GAAG,QAAQ,CAAC;IACnD,IAAI,EAAE,MAAM,CAAC;IACb,aAAa,CAAC,EAAE,uBAAuB,CAAC;IACxC,KAAK,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACxB,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,mBAAmB,EAAE;QACnB,MAAM,EAAE,MAAM,CAAC;QACf,OAAO,EAAE,MAAM,CAAC;QAChB,MAAM,EAAE,MAAM,CAAC;KAChB,CAAC;IACF,sBAAsB,CAAC,EAAE;QACvB,MAAM,CAAC,EAAE,MAAM,CAAC;QAChB,OAAO,CAAC,EAAE,MAAM,CAAC;QACjB,MAAM,CAAC,EAAE,MAAM,CAAC;KACjB,CAAC;IACF,cAAc,EAAE;QACd,MAAM,EAAE,MAAM,CAAC;QACf,OAAO,EAAE,MAAM,CAAC;KACjB,CAAC;IACF,qBAAqB,EAAE,CAAC,YAAY,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM,KAAK,MAAM,CAAC;IAC7E,qBAAqB,CAAC,EAAE,CAAC,aAAa,EAAE,uBAAuB,KAAK,IAAI,CAAC;CAC1E,CAAC,CAAC;AAEH,eAAO,MAAM,wBAAwB,GAAI,qKAWtC,6BAA6B,4CAwE/B,CAAC"}