@photoroom/ui 0.1.252 → 0.1.253
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/components/action/AppButton/AppButton.d.ts +2 -4
- package/components/action/AppButton/AppButton.d.ts.map +1 -1
- package/components/action/BlogSocialButton/BlogSocialButton.d.ts +2 -4
- package/components/action/BlogSocialButton/BlogSocialButton.d.ts.map +1 -1
- package/components/action/Button/Button.d.ts +2 -4
- package/components/action/Button/Button.d.ts.map +1 -1
- package/components/action/ButtonCluster/ButtonCluster.d.ts +4 -1
- package/components/action/ButtonCluster/ButtonCluster.d.ts.map +1 -1
- package/components/action/CircularButton/CircularButton.d.ts +4 -1
- package/components/action/CircularButton/CircularButton.d.ts.map +1 -1
- package/components/action/ClearButton/ClearButton.d.ts +4 -1
- package/components/action/ClearButton/ClearButton.d.ts.map +1 -1
- package/components/action/FilterPullDownButton/FilterPullDownButton.d.ts +4 -1
- package/components/action/FilterPullDownButton/FilterPullDownButton.d.ts.map +1 -1
- package/components/action/FilterTag/FilterTag.d.ts +4 -1
- package/components/action/FilterTag/FilterTag.d.ts.map +1 -1
- package/components/action/HelpButton/HelpButton.d.ts +7 -2
- package/components/action/HelpButton/HelpButton.d.ts.map +1 -1
- package/components/action/HeroButton/HeroButton.d.ts +2 -4
- package/components/action/HeroButton/HeroButton.d.ts.map +1 -1
- package/components/action/InfoButton/InfoButton.d.ts +2 -3
- package/components/action/InfoButton/InfoButton.d.ts.map +1 -1
- package/components/action/InputButton/InputButton.d.ts +5 -2
- package/components/action/InputButton/InputButton.d.ts.map +1 -1
- package/components/action/LimitButton/LimitButton.d.ts +4 -1
- package/components/action/LimitButton/LimitButton.d.ts.map +1 -1
- package/components/action/LoginButton/LoginButton.d.ts +4 -1
- package/components/action/LoginButton/LoginButton.d.ts.map +1 -1
- package/components/action/MobileNavigationButton/MobileNavigationButton.d.ts +2 -4
- package/components/action/MobileNavigationButton/MobileNavigationButton.d.ts.map +1 -1
- package/components/action/NavigationButton/NavigationButton.d.ts +4 -1
- package/components/action/NavigationButton/NavigationButton.d.ts.map +1 -1
- package/components/action/NavigationToggleButton/NavigationToggleButton.d.ts +4 -1
- package/components/action/NavigationToggleButton/NavigationToggleButton.d.ts.map +1 -1
- package/components/action/OverlayButton/OverlayButton.d.ts +5 -2
- package/components/action/OverlayButton/OverlayButton.d.ts.map +1 -1
- package/components/action/OverlaySelectButton/OverlaySelectButton.d.ts +4 -1
- package/components/action/OverlaySelectButton/OverlaySelectButton.d.ts.map +1 -1
- package/components/action/PresetPullDownButton/PresetPullDownButton.d.ts +4 -1
- package/components/action/PresetPullDownButton/PresetPullDownButton.d.ts.map +1 -1
- package/components/action/PullDownButton/PullDownButton.d.ts +2 -4
- package/components/action/PullDownButton/PullDownButton.d.ts.map +1 -1
- package/components/action/RetryButton/RetryButton.d.ts +4 -1
- package/components/action/RetryButton/RetryButton.d.ts.map +1 -1
- package/components/action/RoundButton/RoundButton.d.ts +4 -1
- package/components/action/RoundButton/RoundButton.d.ts.map +1 -1
- package/components/action/RoundedButton/RoundedButton.d.ts +5 -1
- package/components/action/RoundedButton/RoundedButton.d.ts.map +1 -1
- package/components/action/StandaloneLink/StandaloneLink.d.ts +2 -3
- package/components/action/StandaloneLink/StandaloneLink.d.ts.map +1 -1
- package/components/action/ToggleButton/ToggleButton.d.ts +5 -12
- package/components/action/ToggleButton/ToggleButton.d.ts.map +1 -1
- package/components/action/ValidationBanner/ValidationBanner.d.ts +5 -14
- package/components/action/ValidationBanner/ValidationBanner.d.ts.map +1 -1
- package/components/collections/CommonMenu/MenuContent.d.ts +7 -2
- package/components/collections/CommonMenu/MenuContent.d.ts.map +1 -1
- package/components/collections/CommonMenu/MenuItemButton.d.ts +5 -2
- package/components/collections/CommonMenu/MenuItemButton.d.ts.map +1 -1
- package/components/collections/CommonMenu/SubMenu.d.ts +1 -1
- package/components/collections/CommonMenu/SubMenu.d.ts.map +1 -1
- package/components/collections/ContextMenu/ContextMenu.d.ts +8 -6
- package/components/collections/ContextMenu/ContextMenu.d.ts.map +1 -1
- package/components/collections/ContextMenu/MenuItem/MenuItem.d.ts +5 -2
- package/components/collections/ContextMenu/MenuItem/MenuItem.d.ts.map +1 -1
- package/components/collections/ContextMenu/MenuSeparator/MenuSeparator.d.ts +5 -6
- package/components/collections/ContextMenu/MenuSeparator/MenuSeparator.d.ts.map +1 -1
- package/components/collections/DropdownMenu/DropdownMenu.d.ts +26 -11
- package/components/collections/DropdownMenu/DropdownMenu.d.ts.map +1 -1
- package/components/collections/DropdownMenu/MenuCheckboxGroup/MenuCheckboxGroup.d.ts +9 -8
- package/components/collections/DropdownMenu/MenuCheckboxGroup/MenuCheckboxGroup.d.ts.map +1 -1
- package/components/collections/DropdownMenu/MenuCheckboxGroup/MenuCheckboxItem.d.ts +5 -5
- package/components/collections/DropdownMenu/MenuCheckboxGroup/MenuCheckboxItem.d.ts.map +1 -1
- package/components/collections/DropdownMenu/MenuCustomItem/MenuCustomItem.d.ts +5 -2
- package/components/collections/DropdownMenu/MenuCustomItem/MenuCustomItem.d.ts.map +1 -1
- package/components/collections/DropdownMenu/MenuItem/MenuItem.d.ts +5 -2
- package/components/collections/DropdownMenu/MenuItem/MenuItem.d.ts.map +1 -1
- package/components/collections/DropdownMenu/MenuRadioGroup/MenuRadioGroup.d.ts +9 -8
- package/components/collections/DropdownMenu/MenuRadioGroup/MenuRadioGroup.d.ts.map +1 -1
- package/components/collections/DropdownMenu/MenuRadioGroup/MenuRadioItem.d.ts +5 -5
- package/components/collections/DropdownMenu/MenuRadioGroup/MenuRadioItem.d.ts.map +1 -1
- package/components/collections/DropdownMenu/MenuSeparator/MenuSeparator.d.ts +5 -6
- package/components/collections/DropdownMenu/MenuSeparator/MenuSeparator.d.ts.map +1 -1
- package/components/collections/FeedHeader/FeedHeader.d.ts +7 -4
- package/components/collections/FeedHeader/FeedHeader.d.ts.map +1 -1
- package/components/collections/FeedHeader/FeedHeaderTitle.d.ts +4 -1
- package/components/collections/FeedHeader/FeedHeaderTitle.d.ts.map +1 -1
- package/components/collections/MultiActionWidget/ActionButton.d.ts +2 -2
- package/components/collections/MultiActionWidget/ActionButton.d.ts.map +1 -1
- package/components/collections/MultiActionWidget/MultiActionWidget.d.ts +5 -19
- package/components/collections/MultiActionWidget/MultiActionWidget.d.ts.map +1 -1
- package/components/content/BatchTile/BatchTile.d.ts +4 -6
- package/components/content/BatchTile/BatchTile.d.ts.map +1 -1
- package/components/content/BlogEditorialCard/BlogEditorialCard.d.ts +2 -4
- package/components/content/BlogEditorialCard/BlogEditorialCard.d.ts.map +1 -1
- package/components/content/Folder/Folder.d.ts +2 -4
- package/components/content/Folder/Folder.d.ts.map +1 -1
- package/components/content/ModeSelectionTile/ModeSelectionTile.d.ts +5 -9
- package/components/content/ModeSelectionTile/ModeSelectionTile.d.ts.map +1 -1
- package/components/content/MoreTile/MoreTile.d.ts +5 -7
- package/components/content/MoreTile/MoreTile.d.ts.map +1 -1
- package/components/content/OptionTable/OptionTable.d.ts +1 -1
- package/components/content/ProductActionBar/ProductActionBar.d.ts +4 -1
- package/components/content/ProductActionBar/ProductActionBar.d.ts.map +1 -1
- package/components/content/PropList/PropListItem.d.ts +1 -1
- package/components/content/SelectionTile/SelectionTile.d.ts +5 -5
- package/components/content/SelectionTile/SelectionTile.d.ts.map +1 -1
- package/components/content/StarterTile/StarterTile.d.ts +4 -1
- package/components/content/StarterTile/StarterTile.d.ts.map +1 -1
- package/components/content/Tile/Tile.d.ts +2 -2
- package/components/content/Tile/Tile.d.ts.map +1 -1
- package/components/content/Tile/TileSelectable.d.ts +2 -2
- package/components/content/Tile/TileSelectable.d.ts.map +1 -1
- package/components/content/ToolTile/ToolTile.d.ts +1 -1
- package/components/content/VisualToolTile/VisualToolTile.d.ts +2 -2
- package/components/dialog/Dialog/Dialog.d.ts +6 -5
- package/components/dialog/Dialog/Dialog.d.ts.map +1 -1
- package/components/dialog/Dialog/DialogCloseButton.d.ts +4 -3
- package/components/dialog/Dialog/DialogCloseButton.d.ts.map +1 -1
- package/components/dropdown/DropdownListBox/DropdownListBox.d.ts +4 -1
- package/components/dropdown/DropdownListBox/DropdownListBox.d.ts.map +1 -1
- package/components/dropdown/DropdownListBox/DropdownMenuSingleSelectionItem.d.ts +2 -4
- package/components/dropdown/DropdownListBox/DropdownMenuSingleSelectionItem.d.ts.map +1 -1
- package/components/dropdown/DropdownMenuItem/DropdownMenuItem.d.ts +5 -2
- package/components/dropdown/DropdownMenuItem/DropdownMenuItem.d.ts.map +1 -1
- package/components/dropdown/DropdownSearchField/DropdownSearchField.d.ts +4 -1
- package/components/dropdown/DropdownSearchField/DropdownSearchField.d.ts.map +1 -1
- package/components/dropdown/SpaceDropdown/DropdownMenuSpaceActionItem.d.ts +4 -1
- package/components/dropdown/SpaceDropdown/DropdownMenuSpaceActionItem.d.ts.map +1 -1
- package/components/dropdown/SpaceDropdown/SpacePullDownButton.d.ts +4 -1
- package/components/dropdown/SpaceDropdown/SpacePullDownButton.d.ts.map +1 -1
- package/components/editor/ColorPicker/ColorWheel/ColorWheel.d.ts +7 -2
- package/components/editor/ColorPicker/ColorWheel/ColorWheel.d.ts.map +1 -1
- package/components/editor/ColorSwatch/ColorSwatch.d.ts +4 -1
- package/components/editor/ColorSwatch/ColorSwatch.d.ts.map +1 -1
- package/components/editor/FloatingPanel/FloatingPanel.d.ts +4 -1
- package/components/editor/FloatingPanel/FloatingPanel.d.ts.map +1 -1
- package/components/editor/FloatingPanel/FloatingPanelHeader.d.ts +4 -1
- package/components/editor/FloatingPanel/FloatingPanelHeader.d.ts.map +1 -1
- package/components/editor/ListItem/ListItem.d.ts +4 -1
- package/components/editor/ListItem/ListItem.d.ts.map +1 -1
- package/components/editor/ObjectItem/ObjectItem.d.ts +4 -1
- package/components/editor/ObjectItem/ObjectItem.d.ts.map +1 -1
- package/components/editor/Pill/Pill.d.ts +8 -14
- package/components/editor/Pill/Pill.d.ts.map +1 -1
- package/components/editor/Pill/PillButton.d.ts +4 -1
- package/components/editor/Pill/PillButton.d.ts.map +1 -1
- package/components/editor/Pill/PillToggle.d.ts +4 -1
- package/components/editor/Pill/PillToggle.d.ts.map +1 -1
- package/components/editor/PresenceObjectBox/PresenceObjectPill.d.ts +4 -1
- package/components/editor/PresenceObjectBox/PresenceObjectPill.d.ts.map +1 -1
- package/components/editor/SelectionObjectBox/MoveableSelectionObjectBox.d.ts +7 -2
- package/components/editor/SelectionObjectBox/MoveableSelectionObjectBox.d.ts.map +1 -1
- package/components/editor/SelectionObjectBox/SelectionObjectBox.d.ts +17 -6
- package/components/editor/SelectionObjectBox/SelectionObjectBox.d.ts.map +1 -1
- package/components/editor/TextureSwatch/TextureSwatch.d.ts +4 -1
- package/components/editor/TextureSwatch/TextureSwatch.d.ts.map +1 -1
- package/components/editor/ZoomPill/ZoomPill.d.ts +8 -2
- package/components/editor/ZoomPill/ZoomPill.d.ts.map +1 -1
- package/components/editor/ZoomPill/ZoomPillButton.d.ts +8 -2
- package/components/editor/ZoomPill/ZoomPillButton.d.ts.map +1 -1
- package/components/feed/ChoiceFeedTileGroup/ChoiceFeedTile.d.ts +5 -12
- package/components/feed/ChoiceFeedTileGroup/ChoiceFeedTile.d.ts.map +1 -1
- package/components/feed/ChoiceFeedTileGroup/ChoiceFeedTileGroup.d.ts +4 -11
- package/components/feed/ChoiceFeedTileGroup/ChoiceFeedTileGroup.d.ts.map +1 -1
- package/components/feed/FeedTile/LazyImage.d.ts +8 -2
- package/components/feed/FeedTile/LazyImage.d.ts.map +1 -1
- package/components/feed/Prompt/Prompt.d.ts +4 -1
- package/components/feed/Prompt/Prompt.d.ts.map +1 -1
- package/components/feed/PromptSuggestion/PromptSuggestion.d.ts +7 -1
- package/components/feed/PromptSuggestion/PromptSuggestion.d.ts.map +1 -1
- package/components/feed/TextSuggestion/TextSuggestion.d.ts +4 -1
- package/components/feed/TextSuggestion/TextSuggestion.d.ts.map +1 -1
- package/components/input/CheckboxPullDown/CheckboxPullDown.d.ts +4 -1
- package/components/input/CheckboxPullDown/CheckboxPullDown.d.ts.map +1 -1
- package/components/input/CodeInput/CodeInput.d.ts +5 -10
- package/components/input/CodeInput/CodeInput.d.ts.map +1 -1
- package/components/input/CodeInput/CodeInputField.d.ts +5 -6
- package/components/input/CodeInput/CodeInputField.d.ts.map +1 -1
- package/components/input/DomainField/DomainField.d.ts +4 -1
- package/components/input/DomainField/DomainField.d.ts.map +1 -1
- package/components/input/DropdownSelectionMenu/DropdownMenuMultipleSelectionItem.d.ts +5 -12
- package/components/input/DropdownSelectionMenu/DropdownMenuMultipleSelectionItem.d.ts.map +1 -1
- package/components/input/DropdownSelectionMenu/SelectTrigger.d.ts +5 -8
- package/components/input/DropdownSelectionMenu/SelectTrigger.d.ts.map +1 -1
- package/components/input/FieldLabel/FieldLabel.d.ts +2 -4
- package/components/input/FieldLabel/FieldLabel.d.ts.map +1 -1
- package/components/input/FloatingInput/FloatingInput.d.ts +4 -1
- package/components/input/FloatingInput/FloatingInput.d.ts.map +1 -1
- package/components/input/FolderList/FolderList.d.ts +4 -1
- package/components/input/FolderList/FolderList.d.ts.map +1 -1
- package/components/input/FolderList/FolderListButton.d.ts +4 -1
- package/components/input/FolderList/FolderListButton.d.ts.map +1 -1
- package/components/input/FontWeightSelectorItem/FontWeightSelectorItem.d.ts +5 -7
- package/components/input/FontWeightSelectorItem/FontWeightSelectorItem.d.ts.map +1 -1
- package/components/input/IconSwitch/IconSwitch.d.ts +5 -18
- package/components/input/IconSwitch/IconSwitch.d.ts.map +1 -1
- package/components/input/ImageWidget/ImageWidget.d.ts +4 -1
- package/components/input/ImageWidget/ImageWidget.d.ts.map +1 -1
- package/components/input/ImageWidget/ImageWidgetButton.d.ts +4 -5
- package/components/input/ImageWidget/ImageWidgetButton.d.ts.map +1 -1
- package/components/input/ImportWidget/ImportWidget.d.ts +4 -1
- package/components/input/ImportWidget/ImportWidget.d.ts.map +1 -1
- package/components/input/InlineSelector/InlineSelector.d.ts +5 -4
- package/components/input/InlineSelector/InlineSelector.d.ts.map +1 -1
- package/components/input/LargeOptionTile/LargeOptionTile.d.ts +5 -15
- package/components/input/LargeOptionTile/LargeOptionTile.d.ts.map +1 -1
- package/components/input/NumberField/NumberField.d.ts +5 -27
- package/components/input/NumberField/NumberField.d.ts.map +1 -1
- package/components/input/OptionGroup/OptionGroup.d.ts +9 -8
- package/components/input/OptionGroup/OptionGroup.d.ts.map +1 -1
- package/components/input/OptionGroup/OptionGroupItem/OptionGroupItem.d.ts +5 -8
- package/components/input/OptionGroup/OptionGroupItem/OptionGroupItem.d.ts.map +1 -1
- package/components/input/OptionSelectionListItem/OptionSelectionListItem.d.ts +5 -17
- package/components/input/OptionSelectionListItem/OptionSelectionListItem.d.ts.map +1 -1
- package/components/input/OptionTile/OptionTile.d.ts +5 -20
- package/components/input/OptionTile/OptionTile.d.ts.map +1 -1
- package/components/input/PanelStandardInput/PanelStandardInput.d.ts +5 -12
- package/components/input/PanelStandardInput/PanelStandardInput.d.ts.map +1 -1
- package/components/input/PlaceholderTile/PlaceholderTile.d.ts +5 -13
- package/components/input/PlaceholderTile/PlaceholderTile.d.ts.map +1 -1
- package/components/input/PromptInput/PromptInput.d.ts +4 -1
- package/components/input/PromptInput/PromptInput.d.ts.map +1 -1
- package/components/input/SearchableSelect/SearchableSelect.d.ts +14 -9
- package/components/input/SearchableSelect/SearchableSelect.d.ts.map +1 -1
- package/components/input/SearchableSelect/SearchableSelectItem.d.ts +5 -6
- package/components/input/SearchableSelect/SearchableSelectItem.d.ts.map +1 -1
- package/components/input/SearchableSelect/SearchableSelectPrimitive.d.ts +5 -2
- package/components/input/SearchableSelect/SearchableSelectPrimitive.d.ts.map +1 -1
- package/components/input/SearchableSelect/SearchableSelectTrigger.d.ts +4 -1
- package/components/input/SearchableSelect/SearchableSelectTrigger.d.ts.map +1 -1
- package/components/input/SelectField/SelectField.d.ts +4 -1
- package/components/input/SelectField/SelectField.d.ts.map +1 -1
- package/components/input/StandardInput/StandardInputImagePrompt.d.ts +5 -2
- package/components/input/StandardInput/StandardInputImagePrompt.d.ts.map +1 -1
- package/components/input/StandardInput/StandardInputTextPrompt.d.ts +4 -1
- package/components/input/StandardInput/StandardInputTextPrompt.d.ts.map +1 -1
- package/components/input/StandardInput/index.d.ts +8 -2
- package/components/input/StandardInput/index.d.ts.map +1 -1
- package/components/input/TagField/TagField.d.ts +4 -2
- package/components/input/TagField/TagField.d.ts.map +1 -1
- package/components/input/TextArea/TextArea.d.ts +5 -8
- package/components/input/TextArea/TextArea.d.ts.map +1 -1
- package/components/input/TextArea/TextAreaAutosize.d.ts +5 -2
- package/components/input/TextArea/TextAreaAutosize.d.ts.map +1 -1
- package/components/input/TextEditionBox/TextEditionBox.d.ts +5 -2
- package/components/input/TextEditionBox/TextEditionBox.d.ts.map +1 -1
- package/components/input/TextField/TextField.d.ts +4 -1
- package/components/input/TextField/TextField.d.ts.map +1 -1
- package/components/input/TextInput/TextInput.d.ts +4 -1
- package/components/input/TextInput/TextInput.d.ts.map +1 -1
- package/components/list/FontFamilyRow/FontFamilyRow.d.ts +6 -1
- package/components/list/FontFamilyRow/FontFamilyRow.d.ts.map +1 -1
- package/components/list/SizeListItem/SizeListItem.d.ts +5 -7
- package/components/list/SizeListItem/SizeListItem.d.ts.map +1 -1
- package/components/list/VariantListItem/VariantsListItem.d.ts +4 -4
- package/components/list/VariantListItem/VariantsListItemLeading.d.ts +5 -5
- package/components/list/VariantListItem/VariantsListItemLeading.d.ts.map +1 -1
- package/components/navigation/SideNavigation/SideNavigationHeader/SideNavigationHeader.d.ts +4 -8
- package/components/navigation/SideNavigation/SideNavigationHeader/SideNavigationHeader.d.ts.map +1 -1
- package/components/navigation/SideNavigation/SideNavigationItem/SideNavigationItem.d.ts +2 -4
- package/components/navigation/SideNavigation/SideNavigationItem/SideNavigationItem.d.ts.map +1 -1
- package/components/navigation/TabNavigation/TabNavigation.d.ts +19 -13
- package/components/navigation/TabNavigation/TabNavigation.d.ts.map +1 -1
- package/components/navigation/TabNavigation/TabNavigationItem.d.ts +5 -6
- package/components/navigation/TabNavigation/TabNavigationItem.d.ts.map +1 -1
- package/components/navigation/Tabs/TabsItem.d.ts +2 -3
- package/components/navigation/Tabs/TabsItem.d.ts.map +1 -1
- package/components/navigation/TagGroup/Tag/Tag.d.ts +2 -4
- package/components/navigation/TagGroup/Tag/Tag.d.ts.map +1 -1
- package/components/navigation/TagGroup/TagGroup.d.ts +1 -19
- package/components/navigation/TagGroup/TagGroup.d.ts.map +1 -1
- package/components/navigation/TagNavigation/TagNavigationItem.d.ts +2 -4
- package/components/navigation/TagNavigation/TagNavigationItem.d.ts.map +1 -1
- package/components/navigation/ToolMenuButton/ToolMenuButton.d.ts +4 -1
- package/components/navigation/ToolMenuButton/ToolMenuButton.d.ts.map +1 -1
- package/components/onboarding/ChoiceGroup/ChoiceGroup.d.ts +5 -7
- package/components/onboarding/ChoiceGroup/ChoiceGroup.d.ts.map +1 -1
- package/components/onboarding/ChoiceGroup/ChoiceMultiple/ChoiceMultipleGroup.d.ts +12 -5
- package/components/onboarding/ChoiceGroup/ChoiceMultiple/ChoiceMultipleGroup.d.ts.map +1 -1
- package/components/onboarding/ChoiceGroup/ChoiceMultiple/ChoiceMultipleTile.d.ts +5 -2
- package/components/onboarding/ChoiceGroup/ChoiceMultiple/ChoiceMultipleTile.d.ts.map +1 -1
- package/components/onboarding/ChoiceGroup/ChoiceMultiple/ListChoiceMultipleExpandTile.d.ts +5 -4
- package/components/onboarding/ChoiceGroup/ChoiceMultiple/ListChoiceMultipleExpandTile.d.ts.map +1 -1
- package/components/onboarding/ChoiceGroup/ChoiceMultiple/ListChoiceMultipleTile.d.ts +5 -2
- package/components/onboarding/ChoiceGroup/ChoiceMultiple/ListChoiceMultipleTile.d.ts.map +1 -1
- package/components/onboarding/ChoiceGroup/ChoiceTile.d.ts +5 -2
- package/components/onboarding/ChoiceGroup/ChoiceTile.d.ts.map +1 -1
- package/components/polymorphic.d.ts +16 -22
- package/components/polymorphic.d.ts.map +1 -1
- package/components/status/Badge/Badge.d.ts +5 -2
- package/components/status/Badge/Badge.d.ts.map +1 -1
- package/components/status/Badge/StudioBadge.d.ts +4 -1
- package/components/status/Badge/StudioBadge.d.ts.map +1 -1
- package/components/status/ListingScoreButton/ListingScoreButton.d.ts +5 -7
- package/components/status/ListingScoreButton/ListingScoreButton.d.ts.map +1 -1
- package/components/status/SelectionBadge/SelectionBadge.d.ts +5 -8
- package/components/status/SelectionBadge/SelectionBadge.d.ts.map +1 -1
- package/components/structure/PanelHeader/PanelHeader.d.ts +8 -4
- package/components/structure/PanelHeader/PanelHeader.d.ts.map +1 -1
- package/components/structure/PanelHeader/PanelHeaderSwitcherButton.d.ts +4 -3
- package/components/structure/PanelHeader/PanelHeaderSwitcherButton.d.ts.map +1 -1
- package/components/structure/PanelHeader/PanelHeaderTrailing.d.ts +4 -1
- package/components/structure/PanelHeader/PanelHeaderTrailing.d.ts.map +1 -1
- package/components/unsorted/FileUploader/HiddenFileInput.d.ts +4 -1
- package/components/unsorted/FileUploader/HiddenFileInput.d.ts.map +1 -1
- package/components/unsorted/HighLightedText/HighLightedText.d.ts +2 -3
- package/components/unsorted/HighLightedText/HighLightedText.d.ts.map +1 -1
- package/components/unsorted/Tooltip/TooltipHOC.d.ts +4 -5
- package/components/unsorted/Tooltip/TooltipHOC.d.ts.map +1 -1
- package/components/website/ArticleHeroBlock/ArticleContent.d.ts +4 -1
- package/components/website/ArticleHeroBlock/ArticleContent.d.ts.map +1 -1
- package/components/website/BlockBackground/BlockBackground.d.ts +2 -4
- package/components/website/BlockBackground/BlockBackground.d.ts.map +1 -1
- package/components/website/BlogSubtleActionBlock/BlogSubtleActionBlock.d.ts +2 -4
- package/components/website/BlogSubtleActionBlock/BlogSubtleActionBlock.d.ts.map +1 -1
- package/components/website/FooterBlockV2/FooterV2Block.d.ts +1 -15
- package/components/website/FooterBlockV2/FooterV2LinkBlock.d.ts +2 -3
- package/components/website/FooterBlockV2/FooterV2LinkBlock.d.ts.map +1 -1
- package/components/website/Glossary/GlossaryAlphabet.d.ts +4 -1
- package/components/website/Glossary/GlossaryAlphabet.d.ts.map +1 -1
- package/components/website/Glossary/GlossaryLetterLink.d.ts +4 -1
- package/components/website/Glossary/GlossaryLetterLink.d.ts.map +1 -1
- package/components/website/Glossary/GlossaryTermCard.d.ts +2 -4
- package/components/website/Glossary/GlossaryTermCard.d.ts.map +1 -1
- package/components/website/PricingHeroBlock/ApiPricing/ApiPricingCardsContainer/PricingPullDownButton.d.ts +5 -4
- package/components/website/PricingHeroBlock/ApiPricing/ApiPricingCardsContainer/PricingPullDownButton.d.ts.map +1 -1
- package/components/website/PricingPicker/PricingPickerButton.d.ts +15 -12
- package/components/website/PricingPicker/PricingPickerButton.d.ts.map +1 -1
- package/components/website/TagCloudBlock/TagCloudBlock.d.ts +1 -19
- package/components/website/TagCloudBlock/TagCloudBlock.d.ts.map +1 -1
- package/components/website/ToolCard/ToolCard.d.ts +2 -4
- package/components/website/ToolCard/ToolCard.d.ts.map +1 -1
- package/components/website/ToolLinkCard/ToolLinkCard.d.ts +2 -4
- package/components/website/ToolLinkCard/ToolLinkCard.d.ts.map +1 -1
- package/components/website/ToolSmallCard/ToolSmallCard.d.ts +2 -4
- package/components/website/ToolSmallCard/ToolSmallCard.d.ts.map +1 -1
- package/components/website/WebsiteNavigation/WebsiteNavigationButton.d.ts +5 -2
- package/components/website/WebsiteNavigation/WebsiteNavigationButton.d.ts.map +1 -1
- package/components/website/WebsiteNavigation/WebsiteNavigationCtaSection.d.ts +4 -1
- package/components/website/WebsiteNavigation/WebsiteNavigationCtaSection.d.ts.map +1 -1
- package/components/website/WebsiteNavigation/WebsiteNavigationItem.d.ts +2 -2
- package/components/website/WebsiteNavigation/WebsiteNavigationItem.d.ts.map +1 -1
- package/components/website/WebsiteNavigation/WebsiteNavigationMoreItem.d.ts +2 -2
- package/components/website/WebsiteNavigation/WebsiteNavigationMoreItem.d.ts.map +1 -1
- package/components/website/WebsiteNavigation/WebsiteNavigationOverlayLink.d.ts +2 -2
- package/components/website/WebsiteNavigation/WebsiteNavigationOverlayLink.d.ts.map +1 -1
- package/components/website/WebsiteNavigation/WebsiteNavigationSection.d.ts +4 -1
- package/components/website/WebsiteNavigation/WebsiteNavigationSection.d.ts.map +1 -1
- package/components/website/WebsiteNavigation/WebsiteNavigationStory.d.ts +2 -2
- package/components/website/WebsiteNavigation/WebsiteNavigationStory.d.ts.map +1 -1
- package/components/website/WebsiteNavigation/WebsiteNavigationTestimonial.d.ts +2 -2
- package/components/website/WebsiteNavigation/WebsiteNavigationTestimonial.d.ts.map +1 -1
- package/index.mjs +13144 -13143
- package/package.json +2 -1
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
export type StudioBadgeProps = {
|
|
2
2
|
className?: string;
|
|
3
3
|
} & React.ComponentProps<"span">;
|
|
4
|
-
export declare const StudioBadge:
|
|
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":"
|
|
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:
|
|
9
|
-
score:
|
|
10
|
-
|
|
11
|
-
|
|
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,
|
|
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:
|
|
9
|
-
variant:
|
|
10
|
-
|
|
11
|
-
|
|
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":"
|
|
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:
|
|
11
|
-
label:
|
|
12
|
-
|
|
13
|
-
|
|
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
|
|
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":"
|
|
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":"
|
|
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,
|
|
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 {
|
|
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
|
-
|
|
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":"
|
|
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>) =>
|
|
8
|
-
tooltipContent
|
|
9
|
-
|
|
10
|
-
|
|
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,
|
|
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:
|
|
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":"
|
|
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 {
|
|
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
|
-
|
|
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":"
|
|
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 {
|
|
1
|
+
import { PolymorphicComponent } from "../../polymorphic";
|
|
2
2
|
export type BlogSubtleActionBlockProps = Readonly<{
|
|
3
3
|
title: string;
|
|
4
4
|
}> & React.ComponentProps<"a">;
|
|
5
|
-
|
|
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":"
|
|
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: (<
|
|
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 {
|
|
1
|
+
import { PolymorphicComponent } from "../../polymorphic";
|
|
2
2
|
type FooterV2LinkBlockProps = React.ComponentProps<"a"> & Readonly<{
|
|
3
3
|
label: string;
|
|
4
4
|
isNew?: boolean;
|
|
5
5
|
}>;
|
|
6
|
-
|
|
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":"
|
|
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:
|
|
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":"
|
|
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:
|
|
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":"
|
|
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 {
|
|
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
|
-
|
|
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":"
|
|
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:
|
|
5
|
-
children:
|
|
6
|
-
|
|
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":"
|
|
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:
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
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;
|
|
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: (<
|
|
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
|
|
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 {
|
|
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
|
-
|
|
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":"
|
|
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 {
|
|
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
|
-
|
|
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":"
|
|
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 {
|
|
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
|
-
|
|
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":"
|
|
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
|
|
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
|
-
})
|
|
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":"
|
|
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"}
|
|
@@ -4,5 +4,8 @@ export type WebsiteNavigationCtaSectionProps = React.ComponentProps<"div"> & Rea
|
|
|
4
4
|
icon?: React.ReactNode;
|
|
5
5
|
cta: React.ReactNode;
|
|
6
6
|
}>;
|
|
7
|
-
export declare const WebsiteNavigationCtaSection:
|
|
7
|
+
export declare const WebsiteNavigationCtaSection: {
|
|
8
|
+
({ className, title, subtitle, icon, cta, ref, ...rest }: WebsiteNavigationCtaSectionProps): import("react/jsx-runtime").JSX.Element;
|
|
9
|
+
displayName: string;
|
|
10
|
+
};
|
|
8
11
|
//# sourceMappingURL=WebsiteNavigationCtaSection.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"WebsiteNavigationCtaSection.d.ts","sourceRoot":"","sources":["../../../../src/components/website/WebsiteNavigation/WebsiteNavigationCtaSection.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"WebsiteNavigationCtaSection.d.ts","sourceRoot":"","sources":["../../../../src/components/website/WebsiteNavigation/WebsiteNavigationCtaSection.tsx"],"names":[],"mappings":"AAEA,MAAM,MAAM,gCAAgC,GAAG,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,GACxE,QAAQ,CAAC;IACP,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,IAAI,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACvB,GAAG,EAAE,KAAK,CAAC,SAAS,CAAC;CACtB,CAAC,CAAC;AAEL,eAAO,MAAM,2BAA2B;8DAQrC,gCAAgC;;CAqBlC,CAAC"}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { PolymorphicComponent } from "../../polymorphic";
|
|
2
2
|
export type WebsiteNavigationItemProps = React.ComponentProps<"a"> & Readonly<{
|
|
3
3
|
title: string;
|
|
4
4
|
subtitle?: string;
|
|
5
5
|
icon?: React.ReactNode;
|
|
6
6
|
}>;
|
|
7
|
-
type PolymorphicWebsiteNavigationItem =
|
|
7
|
+
type PolymorphicWebsiteNavigationItem = PolymorphicComponent<"a", WebsiteNavigationItemProps>;
|
|
8
8
|
export declare const WebsiteNavigationItem: PolymorphicWebsiteNavigationItem;
|
|
9
9
|
export {};
|
|
10
10
|
//# sourceMappingURL=WebsiteNavigationItem.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"WebsiteNavigationItem.d.ts","sourceRoot":"","sources":["../../../../src/components/website/WebsiteNavigation/WebsiteNavigationItem.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"WebsiteNavigationItem.d.ts","sourceRoot":"","sources":["../../../../src/components/website/WebsiteNavigation/WebsiteNavigationItem.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAE,oBAAoB,EAAoB,MAAM,mBAAmB,CAAC;AAE3E,MAAM,MAAM,0BAA0B,GAAG,KAAK,CAAC,cAAc,CAAC,GAAG,CAAC,GAChE,QAAQ,CAAC;IACP,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,IAAI,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CACxB,CAAC,CAAC;AAEL,KAAK,gCAAgC,GAAG,oBAAoB,CAAC,GAAG,EAAE,0BAA0B,CAAC,CAAC;AAE9F,eAAO,MAAM,qBAAqB,EAyC5B,gCAAgC,CAAC"}
|