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