@photoroom/ui 0.1.252 → 0.1.254
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/Breadcrumbs/Breadcrumbs.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 -13146
- package/package.json +2 -1
|
@@ -3,5 +3,8 @@ export type TextFieldProps = {
|
|
|
3
3
|
label?: React.ReactNode;
|
|
4
4
|
helper?: string;
|
|
5
5
|
} & TextInputProps;
|
|
6
|
-
export declare const TextField:
|
|
6
|
+
export declare const TextField: {
|
|
7
|
+
({ label, helper, className, ref, ...props }: TextFieldProps): import("react/jsx-runtime").JSX.Element;
|
|
8
|
+
displayName: string;
|
|
9
|
+
};
|
|
7
10
|
//# sourceMappingURL=TextField.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TextField.d.ts","sourceRoot":"","sources":["../../../../src/components/input/TextField/TextField.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"TextField.d.ts","sourceRoot":"","sources":["../../../../src/components/input/TextField/TextField.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAa,cAAc,EAAE,MAAM,cAAc,CAAC;AAEzD,MAAM,MAAM,cAAc,GAAG;IAC3B,KAAK,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACxB,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB,GAAG,cAAc,CAAC;AAEnB,eAAO,MAAM,SAAS;kDAAiD,cAAc;;CAQpF,CAAC"}
|
|
@@ -33,5 +33,8 @@ export type TextInputProps = {
|
|
|
33
33
|
leadingIcon?: React.ComponentType<React.ComponentPropsWithoutRef<"svg">>;
|
|
34
34
|
wrapperClassName?: string;
|
|
35
35
|
} & React.ComponentPropsWithRef<"input">;
|
|
36
|
-
export declare const TextInput:
|
|
36
|
+
export declare const TextInput: {
|
|
37
|
+
({ invalid, type, autoSelect, borderLess, density, leadingIcon: LeadingIcon, onClear, wrapperClassName, ref, ...rest }: TextInputProps): import("react/jsx-runtime").JSX.Element;
|
|
38
|
+
displayName: string;
|
|
39
|
+
};
|
|
37
40
|
//# sourceMappingURL=TextInput.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TextInput.d.ts","sourceRoot":"","sources":["../../../../src/components/input/TextInput/TextInput.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"TextInput.d.ts","sourceRoot":"","sources":["../../../../src/components/input/TextInput/TextInput.tsx"],"names":[],"mappings":"AAMA,MAAM,MAAM,cAAc,GAAG;IAC3B;;OAEG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB;;OAEG;IACH,IAAI,CAAC,EAAE,OAAO,GAAG,UAAU,GAAG,QAAQ,GAAG,KAAK,GAAG,MAAM,GAAG,KAAK,GAAG,QAAQ,CAAC;IAC3E;;OAEG;IACH,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB;;OAEG;IACH,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB;;OAEG;IACH,OAAO,CAAC,EAAE,SAAS,GAAG,SAAS,GAAG,OAAO,CAAC;IAC1C;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB;;OAEG;IACH,WAAW,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,KAAK,CAAC,wBAAwB,CAAC,KAAK,CAAC,CAAC,CAAC;IACzE,gBAAgB,CAAC,EAAE,MAAM,CAAC;CAC3B,GAAG,KAAK,CAAC,qBAAqB,CAAC,OAAO,CAAC,CAAC;AAqDzC,eAAO,MAAM,SAAS;4HAWnB,cAAc;;CAuGhB,CAAC"}
|
|
@@ -1,2 +1,7 @@
|
|
|
1
|
-
|
|
1
|
+
type FontFamilyRowProps = React.ComponentPropsWithRef<"div">;
|
|
2
|
+
export declare const FontFamilyRow: {
|
|
3
|
+
({ children, className, ref, ...rest }: FontFamilyRowProps): import("react/jsx-runtime").JSX.Element;
|
|
4
|
+
displayName: string;
|
|
5
|
+
};
|
|
6
|
+
export {};
|
|
2
7
|
//# sourceMappingURL=FontFamilyRow.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FontFamilyRow.d.ts","sourceRoot":"","sources":["../../../../src/components/list/FontFamilyRow/FontFamilyRow.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"FontFamilyRow.d.ts","sourceRoot":"","sources":["../../../../src/components/list/FontFamilyRow/FontFamilyRow.tsx"],"names":[],"mappings":"AAGA,KAAK,kBAAkB,GAAG,KAAK,CAAC,qBAAqB,CAAC,KAAK,CAAC,CAAC;AAE7D,eAAO,MAAM,aAAa;4CAA2C,kBAAkB;;CAmBtF,CAAC"}
|
|
@@ -4,11 +4,9 @@ export type SizeListItemProps = {
|
|
|
4
4
|
subtitle?: string;
|
|
5
5
|
leading: React.ReactElement;
|
|
6
6
|
selectionState?: SelectionState;
|
|
7
|
-
} & Omit<React.ButtonHTMLAttributes<HTMLButtonElement>, "children">;
|
|
8
|
-
export declare const SizeListItem:
|
|
9
|
-
label:
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
selectionState?: SelectionState;
|
|
13
|
-
} & Omit<import("react").ButtonHTMLAttributes<HTMLButtonElement>, "children"> & import("react").RefAttributes<HTMLButtonElement>>;
|
|
7
|
+
} & Omit<React.ButtonHTMLAttributes<HTMLButtonElement>, "children"> & React.RefAttributes<HTMLButtonElement>;
|
|
8
|
+
export declare const SizeListItem: {
|
|
9
|
+
({ label, subtitle, leading, selectionState, disabled, className, ref, ...props }: SizeListItemProps): import("react/jsx-runtime").JSX.Element;
|
|
10
|
+
displayName: string;
|
|
11
|
+
};
|
|
14
12
|
//# sourceMappingURL=SizeListItem.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SizeListItem.d.ts","sourceRoot":"","sources":["../../../../src/components/list/SizeListItem/SizeListItem.tsx"],"names":[],"mappings":"AAMA,MAAM,MAAM,cAAc,GAAG,YAAY,GAAG,UAAU,GAAG,OAAO,CAAC;AA0BjE,MAAM,MAAM,iBAAiB,GAAG;IAC9B,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,OAAO,EAAE,KAAK,CAAC,YAAY,CAAC;IAC5B,cAAc,CAAC,EAAE,cAAc,CAAC;CACjC,GAAG,IAAI,CAAC,KAAK,CAAC,oBAAoB,CAAC,iBAAiB,CAAC,EAAE,UAAU,CAAC,CAAC
|
|
1
|
+
{"version":3,"file":"SizeListItem.d.ts","sourceRoot":"","sources":["../../../../src/components/list/SizeListItem/SizeListItem.tsx"],"names":[],"mappings":"AAMA,MAAM,MAAM,cAAc,GAAG,YAAY,GAAG,UAAU,GAAG,OAAO,CAAC;AA0BjE,MAAM,MAAM,iBAAiB,GAAG;IAC9B,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,OAAO,EAAE,KAAK,CAAC,YAAY,CAAC;IAC5B,cAAc,CAAC,EAAE,cAAc,CAAC;CACjC,GAAG,IAAI,CAAC,KAAK,CAAC,oBAAoB,CAAC,iBAAiB,CAAC,EAAE,UAAU,CAAC,GACjE,KAAK,CAAC,aAAa,CAAC,iBAAiB,CAAC,CAAC;AAEzC,eAAO,MAAM,YAAY;uFAStB,iBAAiB;;CA+CnB,CAAC"}
|
|
@@ -24,10 +24,10 @@ export declare const VariantsListItem: {
|
|
|
24
24
|
Trailing: ({ className }: {
|
|
25
25
|
className?: string;
|
|
26
26
|
}) => import("react/jsx-runtime").JSX.Element;
|
|
27
|
-
Leading:
|
|
28
|
-
src
|
|
29
|
-
|
|
30
|
-
}
|
|
27
|
+
Leading: {
|
|
28
|
+
({ src, alt, ref, ...buttonProps }: import("./VariantsListItemLeading").VariantsListItemLeadingProps): import("react/jsx-runtime").JSX.Element;
|
|
29
|
+
displayName: string;
|
|
30
|
+
};
|
|
31
31
|
};
|
|
32
32
|
export {};
|
|
33
33
|
//# sourceMappingURL=VariantsListItem.d.ts.map
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
export type VariantsListItemLeadingProps = {
|
|
2
2
|
src?: string;
|
|
3
3
|
alt?: string;
|
|
4
|
-
} & Omit<React.ButtonHTMLAttributes<HTMLButtonElement>, "className">;
|
|
5
|
-
export declare const VariantsListItemLeading:
|
|
6
|
-
src
|
|
7
|
-
|
|
8
|
-
}
|
|
4
|
+
} & Omit<React.ButtonHTMLAttributes<HTMLButtonElement>, "className"> & React.RefAttributes<HTMLButtonElement>;
|
|
5
|
+
export declare const VariantsListItemLeading: {
|
|
6
|
+
({ src, alt, ref, ...buttonProps }: VariantsListItemLeadingProps): import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
displayName: string;
|
|
8
|
+
};
|
|
9
9
|
//# sourceMappingURL=VariantsListItemLeading.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"VariantsListItemLeading.d.ts","sourceRoot":"","sources":["../../../../src/components/list/VariantListItem/VariantsListItemLeading.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"VariantsListItemLeading.d.ts","sourceRoot":"","sources":["../../../../src/components/list/VariantListItem/VariantsListItemLeading.tsx"],"names":[],"mappings":"AAGA,MAAM,MAAM,4BAA4B,GAAG;IACzC,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,GAAG,CAAC,EAAE,MAAM,CAAC;CACd,GAAG,IAAI,CAAC,KAAK,CAAC,oBAAoB,CAAC,iBAAiB,CAAC,EAAE,WAAW,CAAC,GAClE,KAAK,CAAC,aAAa,CAAC,iBAAiB,CAAC,CAAC;AAEzC,eAAO,MAAM,uBAAuB;wCAKjC,4BAA4B;;CAyC9B,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Breadcrumbs.d.ts","sourceRoot":"","sources":["../../../../src/components/navigation/Breadcrumbs/Breadcrumbs.tsx"],"names":[],"mappings":"AAKA,MAAM,MAAM,gBAAgB,GAAG,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,GACxD,QAAQ,CAAC;IACP,OAAO,CAAC,EAAE,SAAS,GAAG,SAAS,CAAC;CACjC,CAAC,CAAC;AAEL,wBAAgB,WAAW,CAAC,EAC1B,OAAmB,EACnB,SAAS,EACT,QAAQ,EACR,GAAG,KAAK,EACT,EAAE,QAAQ,CAAC,gBAAgB,CAAC,
|
|
1
|
+
{"version":3,"file":"Breadcrumbs.d.ts","sourceRoot":"","sources":["../../../../src/components/navigation/Breadcrumbs/Breadcrumbs.tsx"],"names":[],"mappings":"AAKA,MAAM,MAAM,gBAAgB,GAAG,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,GACxD,QAAQ,CAAC;IACP,OAAO,CAAC,EAAE,SAAS,GAAG,SAAS,CAAC;CACjC,CAAC,CAAC;AAEL,wBAAgB,WAAW,CAAC,EAC1B,OAAmB,EACnB,SAAS,EACT,QAAQ,EACR,GAAG,KAAK,EACT,EAAE,QAAQ,CAAC,gBAAgB,CAAC,2CA0B5B"}
|
|
@@ -6,12 +6,8 @@ export type SideNavigationHeaderProps = Readonly<{
|
|
|
6
6
|
isOpened?: boolean;
|
|
7
7
|
badgeLabel?: string | null;
|
|
8
8
|
} & React.JSX.IntrinsicElements["div"]>;
|
|
9
|
-
export declare const SideNavigationHeader:
|
|
10
|
-
hasPaddingTop
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
disabled?: boolean;
|
|
14
|
-
isOpened?: boolean;
|
|
15
|
-
badgeLabel?: string | null;
|
|
16
|
-
} & import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement>>, "ref"> & import("react").RefAttributes<HTMLDivElement>>;
|
|
9
|
+
export declare const SideNavigationHeader: {
|
|
10
|
+
({ children, label, badgeLabel, hasPaddingTop, noAccordion, disabled, isOpened, ref, ...rest }: SideNavigationHeaderProps): import("react/jsx-runtime").JSX.Element;
|
|
11
|
+
displayName: string;
|
|
12
|
+
};
|
|
17
13
|
//# sourceMappingURL=SideNavigationHeader.d.ts.map
|
package/components/navigation/SideNavigation/SideNavigationHeader/SideNavigationHeader.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SideNavigationHeader.d.ts","sourceRoot":"","sources":["../../../../../src/components/navigation/SideNavigation/SideNavigationHeader/SideNavigationHeader.tsx"],"names":[],"mappings":"AAOA,MAAM,MAAM,yBAAyB,GAAG,QAAQ,CAC9C;IACE,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CAC5B,GAAG,KAAK,CAAC,GAAG,CAAC,iBAAiB,CAAC,KAAK,CAAC,CACvC,CAAC;AAGF,eAAO,MAAM,oBAAoB;
|
|
1
|
+
{"version":3,"file":"SideNavigationHeader.d.ts","sourceRoot":"","sources":["../../../../../src/components/navigation/SideNavigation/SideNavigationHeader/SideNavigationHeader.tsx"],"names":[],"mappings":"AAOA,MAAM,MAAM,yBAAyB,GAAG,QAAQ,CAC9C;IACE,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CAC5B,GAAG,KAAK,CAAC,GAAG,CAAC,iBAAiB,CAAC,KAAK,CAAC,CACvC,CAAC;AAGF,eAAO,MAAM,oBAAoB;oGAU9B,yBAAyB;;CAsD3B,CAAC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { PolymorphicComponent } from "../../../polymorphic";
|
|
2
2
|
export type SideNavigationItemProps = Readonly<{
|
|
3
3
|
label: string;
|
|
4
4
|
variant?: "default" | "positive";
|
|
@@ -6,7 +6,5 @@ export type SideNavigationItemProps = Readonly<{
|
|
|
6
6
|
icon?: React.ComponentType<React.ComponentProps<"svg">> | React.ReactElement;
|
|
7
7
|
activeIcon?: React.ComponentType<React.ComponentProps<"svg">> | React.ReactElement;
|
|
8
8
|
}>;
|
|
9
|
-
|
|
10
|
-
export declare const SideNavigationItem: PolymorphicSideNavigationItem;
|
|
11
|
-
export {};
|
|
9
|
+
export declare const SideNavigationItem: PolymorphicComponent<"button", SideNavigationItemProps>;
|
|
12
10
|
//# sourceMappingURL=SideNavigationItem.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SideNavigationItem.d.ts","sourceRoot":"","sources":["../../../../../src/components/navigation/SideNavigation/SideNavigationItem/SideNavigationItem.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"SideNavigationItem.d.ts","sourceRoot":"","sources":["../../../../../src/components/navigation/SideNavigation/SideNavigationItem/SideNavigationItem.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAE,oBAAoB,EAAoB,MAAM,sBAAsB,CAAC;AAE9E,MAAM,MAAM,uBAAuB,GAAG,QAAQ,CAAC;IAC7C,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,CAAC,EAAE,SAAS,GAAG,UAAU,CAAC;IACjC,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,IAAI,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,CAAC,GAAG,KAAK,CAAC,YAAY,CAAC;IAC7E,UAAU,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,CAAC,GAAG,KAAK,CAAC,YAAY,CAAC;CACpF,CAAC,CAAC;AAEH,eAAO,MAAM,kBAAkB,EA4CzB,oBAAoB,CAAC,QAAQ,EAAE,uBAAuB,CAAC,CAAC"}
|
|
@@ -1,16 +1,22 @@
|
|
|
1
1
|
import * as Tabs from "@radix-ui/react-tabs";
|
|
2
|
-
|
|
3
|
-
export
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
2
|
+
export type TabNavigationProps = React.ComponentPropsWithoutRef<typeof Tabs.Root> & React.RefAttributes<HTMLDivElement>;
|
|
3
|
+
export declare const TabNavigation: {
|
|
4
|
+
({ className, ref, ...rest }: TabNavigationProps): import("react/jsx-runtime").JSX.Element;
|
|
5
|
+
displayName: string;
|
|
6
|
+
Root: /*elided*/ any;
|
|
7
|
+
List: {
|
|
8
|
+
({ className, ref, ...rest }: TabNavigationListProps): import("react/jsx-runtime").JSX.Element;
|
|
9
|
+
displayName: string;
|
|
10
|
+
};
|
|
11
|
+
Item: {
|
|
12
|
+
({ value, children, className, ref, ...rest }: import("./TabNavigationItem").TabNavigationItemProps): import("react/jsx-runtime").JSX.Element;
|
|
13
|
+
displayName: string;
|
|
14
|
+
};
|
|
15
|
+
Content: {
|
|
16
|
+
({ className, ref, ...rest }: TabNavigationContentProps): import("react/jsx-runtime").JSX.Element;
|
|
17
|
+
displayName: string;
|
|
18
|
+
};
|
|
14
19
|
};
|
|
15
|
-
export
|
|
20
|
+
export type TabNavigationListProps = React.ComponentPropsWithoutRef<typeof Tabs.List> & React.RefAttributes<HTMLDivElement>;
|
|
21
|
+
export type TabNavigationContentProps = React.ComponentPropsWithoutRef<typeof Tabs.Content> & React.RefAttributes<HTMLDivElement>;
|
|
16
22
|
//# sourceMappingURL=TabNavigation.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TabNavigation.d.ts","sourceRoot":"","sources":["../../../../src/components/navigation/TabNavigation/TabNavigation.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,IAAI,MAAM,sBAAsB,CAAC;
|
|
1
|
+
{"version":3,"file":"TabNavigation.d.ts","sourceRoot":"","sources":["../../../../src/components/navigation/TabNavigation/TabNavigation.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,IAAI,MAAM,sBAAsB,CAAC;AAM7C,MAAM,MAAM,kBAAkB,GAAG,KAAK,CAAC,wBAAwB,CAAC,OAAO,IAAI,CAAC,IAAI,CAAC,GAC/E,KAAK,CAAC,aAAa,CAAC,cAAc,CAAC,CAAC;AAEtC,eAAO,MAAM,aAAa;kCAAiC,kBAAkB;;;;sCASrB,sBAAsB;;;;;;;;sCASnB,yBAAyB;;;CAhBnF,CAAC;AAIF,MAAM,MAAM,sBAAsB,GAAG,KAAK,CAAC,wBAAwB,CAAC,OAAO,IAAI,CAAC,IAAI,CAAC,GACnF,KAAK,CAAC,aAAa,CAAC,cAAc,CAAC,CAAC;AAQtC,MAAM,MAAM,yBAAyB,GAAG,KAAK,CAAC,wBAAwB,CAAC,OAAO,IAAI,CAAC,OAAO,CAAC,GACzF,KAAK,CAAC,aAAa,CAAC,cAAc,CAAC,CAAC"}
|
|
@@ -2,10 +2,9 @@ export type TabNavigationItemProps = Readonly<{
|
|
|
2
2
|
value: string;
|
|
3
3
|
children: React.ReactNode;
|
|
4
4
|
className?: string;
|
|
5
|
-
}>;
|
|
6
|
-
export declare const TabNavigationItem:
|
|
7
|
-
value:
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
}> & import("react").RefAttributes<HTMLButtonElement>>;
|
|
5
|
+
}> & React.RefAttributes<HTMLButtonElement>;
|
|
6
|
+
export declare const TabNavigationItem: {
|
|
7
|
+
({ value, children, className, ref, ...rest }: TabNavigationItemProps): import("react/jsx-runtime").JSX.Element;
|
|
8
|
+
displayName: string;
|
|
9
|
+
};
|
|
11
10
|
//# sourceMappingURL=TabNavigationItem.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TabNavigationItem.d.ts","sourceRoot":"","sources":["../../../../src/components/navigation/TabNavigation/TabNavigationItem.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"TabNavigationItem.d.ts","sourceRoot":"","sources":["../../../../src/components/navigation/TabNavigation/TabNavigationItem.tsx"],"names":[],"mappings":"AAIA,MAAM,MAAM,sBAAsB,GAAG,QAAQ,CAAC;IAC5C,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,CAAC,GACA,KAAK,CAAC,aAAa,CAAC,iBAAiB,CAAC,CAAC;AAEzC,eAAO,MAAM,iBAAiB;mDAM3B,sBAAsB;;CA4BxB,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { VariantProps } from "class-variance-authority";
|
|
2
|
-
import {
|
|
2
|
+
import { PolymorphicComponent } from "../../polymorphic";
|
|
3
3
|
declare const tabsItemCva: (props?: ({
|
|
4
4
|
isSelected?: boolean | null | undefined;
|
|
5
5
|
} & import("class-variance-authority/types").ClassProp) | undefined) => string;
|
|
@@ -11,7 +11,6 @@ export type TabsItemProps = Readonly<{
|
|
|
11
11
|
onClick?: () => void;
|
|
12
12
|
badge?: React.ReactNode;
|
|
13
13
|
} & TabsItemCvaProps>;
|
|
14
|
-
|
|
15
|
-
export declare const TabsItem: PolymorphicButton;
|
|
14
|
+
export declare const TabsItem: PolymorphicComponent<"button", TabsItemProps>;
|
|
16
15
|
export {};
|
|
17
16
|
//# sourceMappingURL=TabsItem.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TabsItem.d.ts","sourceRoot":"","sources":["../../../../src/components/navigation/Tabs/TabsItem.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAO,YAAY,EAAE,MAAM,0BAA0B,CAAC;
|
|
1
|
+
{"version":3,"file":"TabsItem.d.ts","sourceRoot":"","sources":["../../../../src/components/navigation/Tabs/TabsItem.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAO,YAAY,EAAE,MAAM,0BAA0B,CAAC;AAE7D,OAAO,EAAE,oBAAoB,EAAoB,MAAM,mBAAmB,CAAC;AAE3E,QAAA,MAAM,WAAW;;8EAwBhB,CAAC;AAEF,KAAK,gBAAgB,GAAG,YAAY,CAAC,OAAO,WAAW,CAAC,CAAC;AAEzD,MAAM,MAAM,aAAa,GAAG,QAAQ,CAClC;IACE,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,KAAK,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CACzB,GAAG,gBAAgB,CACrB,CAAC;AAEF,eAAO,MAAM,QAAQ,EAwBf,oBAAoB,CAAC,QAAQ,EAAE,aAAa,CAAC,CAAC"}
|
|
@@ -1,11 +1,9 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { PolymorphicComponent } from "../../../polymorphic";
|
|
2
2
|
export type TagProps = Readonly<{
|
|
3
3
|
children: string;
|
|
4
4
|
className?: string;
|
|
5
5
|
href?: string;
|
|
6
6
|
onClick?: () => void;
|
|
7
7
|
}>;
|
|
8
|
-
|
|
9
|
-
export declare const Tag: PolymorphicTag;
|
|
10
|
-
export {};
|
|
8
|
+
export declare const Tag: PolymorphicComponent<"a", TagProps>;
|
|
11
9
|
//# sourceMappingURL=Tag.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Tag.d.ts","sourceRoot":"","sources":["../../../../../src/components/navigation/TagGroup/Tag/Tag.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Tag.d.ts","sourceRoot":"","sources":["../../../../../src/components/navigation/TagGroup/Tag/Tag.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAE,oBAAoB,EAAoB,MAAM,sBAAsB,CAAC;AAE9E,MAAM,MAAM,QAAQ,GAAG,QAAQ,CAAC;IAC9B,QAAQ,EAAE,MAAM,CAAC;IACjB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;CACtB,CAAC,CAAC;AAEH,eAAO,MAAM,GAAG,EA8BV,oBAAoB,CAAC,GAAG,EAAE,QAAQ,CAAC,CAAC"}
|
|
@@ -4,29 +4,11 @@ export type TagGroupProps = Readonly<{
|
|
|
4
4
|
}>;
|
|
5
5
|
export declare const TagGroup: {
|
|
6
6
|
({ children, centered }: TagGroupProps): 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
|
//# sourceMappingURL=TagGroup.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TagGroup.d.ts","sourceRoot":"","sources":["../../../../src/components/navigation/TagGroup/TagGroup.tsx"],"names":[],"mappings":"AAIA,MAAM,MAAM,aAAa,GAAG,QAAQ,CAAC;IACnC,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB,CAAC,CAAC;AAEH,eAAO,MAAM,QAAQ;6BAAmC,aAAa
|
|
1
|
+
{"version":3,"file":"TagGroup.d.ts","sourceRoot":"","sources":["../../../../src/components/navigation/TagGroup/TagGroup.tsx"],"names":[],"mappings":"AAIA,MAAM,MAAM,aAAa,GAAG,QAAQ,CAAC;IACnC,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB,CAAC,CAAC;AAEH,eAAO,MAAM,QAAQ;6BAAmC,aAAa;;;;;;;CAMpE,CAAC"}
|
|
@@ -1,8 +1,6 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { PolymorphicComponent } from "../../polymorphic";
|
|
2
2
|
export type TagNavigationItemProps = Readonly<{
|
|
3
3
|
selected?: boolean;
|
|
4
4
|
}>;
|
|
5
|
-
|
|
6
|
-
export declare const TagNavigationItem: PolymorphicButton;
|
|
7
|
-
export {};
|
|
5
|
+
export declare const TagNavigationItem: PolymorphicComponent<"button", TagNavigationItemProps>;
|
|
8
6
|
//# sourceMappingURL=TagNavigationItem.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TagNavigationItem.d.ts","sourceRoot":"","sources":["../../../../src/components/navigation/TagNavigation/TagNavigationItem.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"TagNavigationItem.d.ts","sourceRoot":"","sources":["../../../../src/components/navigation/TagNavigation/TagNavigationItem.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,oBAAoB,EAAoB,MAAM,mBAAmB,CAAC;AAE3E,MAAM,MAAM,sBAAsB,GAAG,QAAQ,CAAC;IAC5C,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB,CAAC,CAAC;AAEH,eAAO,MAAM,iBAAiB,EA0CxB,oBAAoB,CAAC,QAAQ,EAAE,sBAAsB,CAAC,CAAC"}
|
|
@@ -4,5 +4,8 @@ export type ToolMenuButtonProps = Readonly<{
|
|
|
4
4
|
size?: "small" | "default";
|
|
5
5
|
showProBadge?: boolean;
|
|
6
6
|
}> & React.ComponentPropsWithRef<"button">;
|
|
7
|
-
export declare const ToolMenuButton:
|
|
7
|
+
export declare const ToolMenuButton: {
|
|
8
|
+
({ ref, ...props }: ToolMenuButtonProps): import("react/jsx-runtime").JSX.Element;
|
|
9
|
+
displayName: string;
|
|
10
|
+
};
|
|
8
11
|
//# sourceMappingURL=ToolMenuButton.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ToolMenuButton.d.ts","sourceRoot":"","sources":["../../../../src/components/navigation/ToolMenuButton/ToolMenuButton.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ToolMenuButton.d.ts","sourceRoot":"","sources":["../../../../src/components/navigation/ToolMenuButton/ToolMenuButton.tsx"],"names":[],"mappings":"AAKA,MAAM,MAAM,mBAAmB,GAAG,QAAQ,CAAC;IACzC,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,KAAK,CAAC,aAAa,CAAC,KAAK,CAAC,wBAAwB,CAAC,KAAK,CAAC,CAAC,CAAC;IACjE,IAAI,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IAC3B,YAAY,CAAC,EAAE,OAAO,CAAC;CACxB,CAAC,GACA,KAAK,CAAC,qBAAqB,CAAC,QAAQ,CAAC,CAAC;AAExC,eAAO,MAAM,cAAc;wBAAuB,mBAAmB;;CAQpE,CAAC"}
|
|
@@ -1,13 +1,11 @@
|
|
|
1
|
-
export type ChoiceGroupProps = React.
|
|
1
|
+
export type ChoiceGroupProps = React.ComponentPropsWithRef<"fieldset"> & {
|
|
2
2
|
title?: string;
|
|
3
3
|
subtitle?: string;
|
|
4
4
|
layout?: "list" | "grid";
|
|
5
5
|
autoFocus?: boolean;
|
|
6
6
|
};
|
|
7
|
-
export declare const ChoiceGroup:
|
|
8
|
-
title
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
autoFocus?: boolean;
|
|
12
|
-
} & import("react").RefAttributes<HTMLFieldSetElement>>;
|
|
7
|
+
export declare const ChoiceGroup: {
|
|
8
|
+
({ title, subtitle, layout, autoFocus, className, children, ref, ...props }: ChoiceGroupProps): import("react/jsx-runtime").JSX.Element;
|
|
9
|
+
displayName: string;
|
|
10
|
+
};
|
|
13
11
|
//# sourceMappingURL=ChoiceGroup.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ChoiceGroup.d.ts","sourceRoot":"","sources":["../../../../src/components/onboarding/ChoiceGroup/ChoiceGroup.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ChoiceGroup.d.ts","sourceRoot":"","sources":["../../../../src/components/onboarding/ChoiceGroup/ChoiceGroup.tsx"],"names":[],"mappings":"AAMA,MAAM,MAAM,gBAAgB,GAAG,KAAK,CAAC,qBAAqB,CAAC,UAAU,CAAC,GAAG;IACvE,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,MAAM,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACzB,SAAS,CAAC,EAAE,OAAO,CAAC;CACrB,CAAC;AAEF,eAAO,MAAM,WAAW;iFASrB,gBAAgB;;CA+BlB,CAAC"}
|
|
@@ -3,10 +3,17 @@ import { ChoiceGroupProps } from "../ChoiceGroup";
|
|
|
3
3
|
export type ChoiceMultipleGroupProps = CheckGroupProps & Pick<ChoiceGroupProps, "title" | "layout" | "subtitle">;
|
|
4
4
|
export declare const ChoiceMultipleGroup: {
|
|
5
5
|
({ title, subtitle, layout, className, children, ...props }: ChoiceMultipleGroupProps): import("react/jsx-runtime").JSX.Element;
|
|
6
|
-
ChoiceTile:
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
6
|
+
ChoiceTile: {
|
|
7
|
+
({ label, imageSrc, className, ref, ...props }: import("./ChoiceMultipleTile").ChoiceMultipleTileProps): import("react/jsx-runtime").JSX.Element;
|
|
8
|
+
displayName: string;
|
|
9
|
+
};
|
|
10
|
+
ListChoiceTile: {
|
|
11
|
+
({ label, icon, description, className, ref, ...props }: import("./ListChoiceMultipleTile").ListChoiceMultipleTileProps): import("react/jsx-runtime").JSX.Element;
|
|
12
|
+
displayName: string;
|
|
13
|
+
};
|
|
14
|
+
ListChoiceExpandTile: {
|
|
15
|
+
({ label, icon, description, className, children, onToggleCb, ref, ...props }: import("./ListChoiceMultipleExpandTile").ListChoiceMultipleExpandTileProps): import("react/jsx-runtime").JSX.Element;
|
|
16
|
+
displayName: string;
|
|
17
|
+
};
|
|
11
18
|
};
|
|
12
19
|
//# sourceMappingURL=ChoiceMultipleGroup.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ChoiceMultipleGroup.d.ts","sourceRoot":"","sources":["../../../../../src/components/onboarding/ChoiceGroup/ChoiceMultiple/ChoiceMultipleGroup.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAc,eAAe,EAAE,MAAM,iCAAiC,CAAC;AAE9E,OAAO,EAAe,gBAAgB,EAAE,MAAM,gBAAgB,CAAC;AAM/D,MAAM,MAAM,wBAAwB,GAAG,eAAe,GACpD,IAAI,CAAC,gBAAgB,EAAE,OAAO,GAAG,QAAQ,GAAG,UAAU,CAAC,CAAC;AAE1D,eAAO,MAAM,mBAAmB;iEAO7B,wBAAwB
|
|
1
|
+
{"version":3,"file":"ChoiceMultipleGroup.d.ts","sourceRoot":"","sources":["../../../../../src/components/onboarding/ChoiceGroup/ChoiceMultiple/ChoiceMultipleGroup.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAc,eAAe,EAAE,MAAM,iCAAiC,CAAC;AAE9E,OAAO,EAAe,gBAAgB,EAAE,MAAM,gBAAgB,CAAC;AAM/D,MAAM,MAAM,wBAAwB,GAAG,eAAe,GACpD,IAAI,CAAC,gBAAgB,EAAE,OAAO,GAAG,QAAQ,GAAG,UAAU,CAAC,CAAC;AAE1D,eAAO,MAAM,mBAAmB;iEAO7B,wBAAwB;;;;;;;;;;;;;CAiB1B,CAAC"}
|
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
import * as Checkbox from "@radix-ui/react-checkbox";
|
|
2
2
|
import { ChoiceTileProps } from "../ChoiceTile";
|
|
3
|
-
export type ChoiceMultipleTileProps = Checkbox.CheckboxProps & Pick<ChoiceTileProps, "label" | "imageSrc">;
|
|
4
|
-
export declare const ChoiceMultipleTile:
|
|
3
|
+
export type ChoiceMultipleTileProps = Checkbox.CheckboxProps & Pick<ChoiceTileProps, "label" | "imageSrc"> & React.RefAttributes<HTMLButtonElement>;
|
|
4
|
+
export declare const ChoiceMultipleTile: {
|
|
5
|
+
({ label, imageSrc, className, ref, ...props }: ChoiceMultipleTileProps): import("react/jsx-runtime").JSX.Element;
|
|
6
|
+
displayName: string;
|
|
7
|
+
};
|
|
5
8
|
//# sourceMappingURL=ChoiceMultipleTile.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ChoiceMultipleTile.d.ts","sourceRoot":"","sources":["../../../../../src/components/onboarding/ChoiceGroup/ChoiceMultiple/ChoiceMultipleTile.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,QAAQ,MAAM,0BAA0B,CAAC;
|
|
1
|
+
{"version":3,"file":"ChoiceMultipleTile.d.ts","sourceRoot":"","sources":["../../../../../src/components/onboarding/ChoiceGroup/ChoiceMultiple/ChoiceMultipleTile.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,QAAQ,MAAM,0BAA0B,CAAC;AAGrD,OAAO,EAAc,eAAe,EAAE,MAAM,eAAe,CAAC;AAE5D,MAAM,MAAM,uBAAuB,GAAG,QAAQ,CAAC,aAAa,GAC1D,IAAI,CAAC,eAAe,EAAE,OAAO,GAAG,UAAU,CAAC,GAC3C,KAAK,CAAC,aAAa,CAAC,iBAAiB,CAAC,CAAC;AAEzC,eAAO,MAAM,kBAAkB;oDAM5B,uBAAuB;;CAiBzB,CAAC"}
|
|
@@ -3,8 +3,9 @@ import React from "react";
|
|
|
3
3
|
import { ListChoiceTileProps } from "../ListChoiceTile";
|
|
4
4
|
export type ListChoiceMultipleExpandTileProps = Checkbox.CheckboxProps & {
|
|
5
5
|
onToggleCb?: (isExpanded: boolean) => void;
|
|
6
|
-
} & Pick<ListChoiceTileProps, "label" | "description" | "icon">;
|
|
7
|
-
export declare const ListChoiceMultipleExpandTile:
|
|
8
|
-
onToggleCb
|
|
9
|
-
|
|
6
|
+
} & Pick<ListChoiceTileProps, "label" | "description" | "icon"> & React.RefAttributes<HTMLButtonElement>;
|
|
7
|
+
export declare const ListChoiceMultipleExpandTile: {
|
|
8
|
+
({ label, icon, description, className, children, onToggleCb, ref, ...props }: ListChoiceMultipleExpandTileProps): import("react/jsx-runtime").JSX.Element;
|
|
9
|
+
displayName: string;
|
|
10
|
+
};
|
|
10
11
|
//# sourceMappingURL=ListChoiceMultipleExpandTile.d.ts.map
|
package/components/onboarding/ChoiceGroup/ChoiceMultiple/ListChoiceMultipleExpandTile.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ListChoiceMultipleExpandTile.d.ts","sourceRoot":"","sources":["../../../../../src/components/onboarding/ChoiceGroup/ChoiceMultiple/ListChoiceMultipleExpandTile.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,QAAQ,MAAM,0BAA0B,CAAC;AAErD,OAAO,
|
|
1
|
+
{"version":3,"file":"ListChoiceMultipleExpandTile.d.ts","sourceRoot":"","sources":["../../../../../src/components/onboarding/ChoiceGroup/ChoiceMultiple/ListChoiceMultipleExpandTile.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,QAAQ,MAAM,0BAA0B,CAAC;AAErD,OAAO,KAAK,MAAM,OAAO,CAAC;AAK1B,OAAO,EAAkB,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AAExE,MAAM,MAAM,iCAAiC,GAAG,QAAQ,CAAC,aAAa,GAAG;IACvE,UAAU,CAAC,EAAE,CAAC,UAAU,EAAE,OAAO,KAAK,IAAI,CAAC;CAC5C,GAAG,IAAI,CAAC,mBAAmB,EAAE,OAAO,GAAG,aAAa,GAAG,MAAM,CAAC,GAC7D,KAAK,CAAC,aAAa,CAAC,iBAAiB,CAAC,CAAC;AAEzC,eAAO,MAAM,4BAA4B;mFAStC,iCAAiC;;CAyCnC,CAAC"}
|
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
import * as Checkbox from "@radix-ui/react-checkbox";
|
|
2
2
|
import { ListChoiceTileProps } from "../ListChoiceTile";
|
|
3
|
-
export type ListChoiceMultipleTileProps = Checkbox.CheckboxProps & Pick<ListChoiceTileProps, "label" | "description" | "icon">;
|
|
4
|
-
export declare const ListChoiceMultipleTile:
|
|
3
|
+
export type ListChoiceMultipleTileProps = Checkbox.CheckboxProps & Pick<ListChoiceTileProps, "label" | "description" | "icon"> & React.RefAttributes<HTMLButtonElement>;
|
|
4
|
+
export declare const ListChoiceMultipleTile: {
|
|
5
|
+
({ label, icon, description, className, ref, ...props }: ListChoiceMultipleTileProps): import("react/jsx-runtime").JSX.Element;
|
|
6
|
+
displayName: string;
|
|
7
|
+
};
|
|
5
8
|
//# sourceMappingURL=ListChoiceMultipleTile.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ListChoiceMultipleTile.d.ts","sourceRoot":"","sources":["../../../../../src/components/onboarding/ChoiceGroup/ChoiceMultiple/ListChoiceMultipleTile.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,QAAQ,MAAM,0BAA0B,CAAC;
|
|
1
|
+
{"version":3,"file":"ListChoiceMultipleTile.d.ts","sourceRoot":"","sources":["../../../../../src/components/onboarding/ChoiceGroup/ChoiceMultiple/ListChoiceMultipleTile.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,QAAQ,MAAM,0BAA0B,CAAC;AAIrD,OAAO,EAAkB,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AAExE,MAAM,MAAM,2BAA2B,GAAG,QAAQ,CAAC,aAAa,GAC9D,IAAI,CAAC,mBAAmB,EAAE,OAAO,GAAG,aAAa,GAAG,MAAM,CAAC,GAC3D,KAAK,CAAC,aAAa,CAAC,iBAAiB,CAAC,CAAC;AAEzC,eAAO,MAAM,sBAAsB;6DAOhC,2BAA2B;;CAiB7B,CAAC"}
|
|
@@ -1,12 +1,15 @@
|
|
|
1
1
|
export type ChoiceTileIndicatorProps = {
|
|
2
2
|
multiSelect?: boolean;
|
|
3
|
-
}
|
|
3
|
+
} & React.RefAttributes<HTMLSpanElement>;
|
|
4
4
|
export type ChoiceTileProps = React.ComponentPropsWithoutRef<"label"> & {
|
|
5
5
|
label: string;
|
|
6
6
|
imageSrc?: string;
|
|
7
7
|
};
|
|
8
8
|
export declare const ChoiceTile: {
|
|
9
9
|
({ label, imageSrc, className, children, ...props }: ChoiceTileProps): import("react/jsx-runtime").JSX.Element;
|
|
10
|
-
Indicator:
|
|
10
|
+
Indicator: {
|
|
11
|
+
({ multiSelect, ref }: ChoiceTileIndicatorProps): import("react/jsx-runtime").JSX.Element;
|
|
12
|
+
displayName: string;
|
|
13
|
+
};
|
|
11
14
|
};
|
|
12
15
|
//# sourceMappingURL=ChoiceTile.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ChoiceTile.d.ts","sourceRoot":"","sources":["../../../../src/components/onboarding/ChoiceGroup/ChoiceTile.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ChoiceTile.d.ts","sourceRoot":"","sources":["../../../../src/components/onboarding/ChoiceGroup/ChoiceTile.tsx"],"names":[],"mappings":"AAKA,MAAM,MAAM,wBAAwB,GAAG;IACrC,WAAW,CAAC,EAAE,OAAO,CAAC;CACvB,GAAG,KAAK,CAAC,aAAa,CAAC,eAAe,CAAC,CAAC;AAEzC,MAAM,MAAM,eAAe,GAAG,KAAK,CAAC,wBAAwB,CAAC,OAAO,CAAC,GAAG;IACtE,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB,CAAC;AAEF,eAAO,MAAM,UAAU;yDAAwD,eAAe;;+BAsC3C,wBAAwB;;;CAF1E,CAAC"}
|
|
@@ -1,24 +1,5 @@
|
|
|
1
1
|
type Merge<P1 = {}, P2 = {}> = Omit<P1, keyof P2> & P2;
|
|
2
|
-
|
|
3
|
-
* Infers the OwnProps if E is a ForwardRefExoticComponentWithAs
|
|
4
|
-
*/
|
|
5
|
-
type OwnProps<E> = E extends ForwardRefComponent<any, infer P> ? P : {};
|
|
6
|
-
/**
|
|
7
|
-
* Infers the JSX.IntrinsicElement if E is a ForwardRefExoticComponentWithAs
|
|
8
|
-
*/
|
|
9
|
-
type IntrinsicElement<E> = E extends ForwardRefComponent<infer I, any> ? I : never;
|
|
10
|
-
type ForwardRefExoticComponent<E, OwnProps> = React.ForwardRefExoticComponent<Merge<E extends React.ElementType ? React.ComponentPropsWithRef<E> : never, OwnProps & {
|
|
11
|
-
as?: E;
|
|
12
|
-
}>>;
|
|
13
|
-
type ForwardRefComponent<IntrinsicElementString, OwnProps = {}> = {
|
|
14
|
-
/**
|
|
15
|
-
* When `as` prop is passed, use this overload.
|
|
16
|
-
* Merges original own props (without DOM props) and the inferred props
|
|
17
|
-
* from `as` element with the own props taking precendence.
|
|
18
|
-
*
|
|
19
|
-
* We explicitly avoid `React.ElementType` and manually narrow the prop types
|
|
20
|
-
* so that events are typed when using React.JSX.IntrinsicElements.
|
|
21
|
-
*/
|
|
2
|
+
type PolymorphicComponent<IntrinsicElementString, OwnProps = {}> = {
|
|
22
3
|
<As = IntrinsicElementString>(props: As extends "" ? {
|
|
23
4
|
as: keyof React.JSX.IntrinsicElements;
|
|
24
5
|
} : As extends React.ComponentType<infer P> ? Merge<P, OwnProps & {
|
|
@@ -26,6 +7,19 @@ type ForwardRefComponent<IntrinsicElementString, OwnProps = {}> = {
|
|
|
26
7
|
}> : As extends keyof React.JSX.IntrinsicElements ? Merge<React.JSX.IntrinsicElements[As], OwnProps & {
|
|
27
8
|
as: As;
|
|
28
9
|
}> : never): React.ReactElement | null;
|
|
29
|
-
|
|
30
|
-
|
|
10
|
+
displayName?: string;
|
|
11
|
+
} & ((props: Merge<IntrinsicElementString extends React.ElementType ? React.ComponentPropsWithRef<IntrinsicElementString> : never, OwnProps & {
|
|
12
|
+
as?: IntrinsicElementString;
|
|
13
|
+
}>) => React.ReactElement | null);
|
|
14
|
+
/**
|
|
15
|
+
* Props type for the *implementation* of a polymorphic component — the function
|
|
16
|
+
* body that gets cast to `PolymorphicComponent`. It's the default element's
|
|
17
|
+
* props (so `ref`, `className`, events… are all typed) merged with the
|
|
18
|
+
* component's own props, plus a loose `as`. Keeps each component from repeating
|
|
19
|
+
* the `& { as?: …; className?: …; ref?: … }` annotation.
|
|
20
|
+
*/
|
|
21
|
+
type PolymorphicProps<DefaultElement extends React.ElementType, OwnProps = {}> = Merge<React.ComponentPropsWithRef<DefaultElement>, OwnProps> & {
|
|
22
|
+
as?: React.ElementType;
|
|
23
|
+
};
|
|
24
|
+
export type { PolymorphicComponent, PolymorphicProps, Merge };
|
|
31
25
|
//# sourceMappingURL=polymorphic.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"polymorphic.d.ts","sourceRoot":"","sources":["../../src/components/polymorphic.ts"],"names":[],"mappings":"AAYA,KAAK,KAAK,CAAC,EAAE,GAAG,EAAE,EAAE,EAAE,GAAG,EAAE,IAAI,IAAI,CAAC,EAAE,EAAE,MAAM,EAAE,CAAC,GAAG,EAAE,CAAC;
|
|
1
|
+
{"version":3,"file":"polymorphic.d.ts","sourceRoot":"","sources":["../../src/components/polymorphic.ts"],"names":[],"mappings":"AAYA,KAAK,KAAK,CAAC,EAAE,GAAG,EAAE,EAAE,EAAE,GAAG,EAAE,IAAI,IAAI,CAAC,EAAE,EAAE,MAAM,EAAE,CAAC,GAAG,EAAE,CAAC;AAiBvD,KAAK,oBAAoB,CAAC,sBAAsB,EAAE,QAAQ,GAAG,EAAE,IAAI;IACjE,CAAC,EAAE,GAAG,sBAAsB,EAC1B,KAAK,EAAE,EAAE,SAAS,EAAE,GAChB;QAAE,EAAE,EAAE,MAAM,KAAK,CAAC,GAAG,CAAC,iBAAiB,CAAA;KAAE,GACzC,EAAE,SAAS,KAAK,CAAC,aAAa,CAAC,MAAM,CAAC,CAAC,GACrC,KAAK,CAAC,CAAC,EAAE,QAAQ,GAAG;QAAE,EAAE,EAAE,EAAE,CAAA;KAAE,CAAC,GAC/B,EAAE,SAAS,MAAM,KAAK,CAAC,GAAG,CAAC,iBAAiB,GAC1C,KAAK,CAAC,KAAK,CAAC,GAAG,CAAC,iBAAiB,CAAC,EAAE,CAAC,EAAE,QAAQ,GAAG;QAAE,EAAE,EAAE,EAAE,CAAA;KAAE,CAAC,GAC7D,KAAK,GACZ,KAAK,CAAC,YAAY,GAAG,IAAI,CAAC;IAC7B,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB,GAAG,CAAC,CAGH,KAAK,EAAE,KAAK,CACV,sBAAsB,SAAS,KAAK,CAAC,WAAW,GAC5C,KAAK,CAAC,qBAAqB,CAAC,sBAAsB,CAAC,GACnD,KAAK,EACT,QAAQ,GAAG;IAAE,EAAE,CAAC,EAAE,sBAAsB,CAAA;CAAE,CAC3C,KACE,KAAK,CAAC,YAAY,GAAG,IAAI,CAAC,CAAC;AAEhC;;;;;;GAMG;AACH,KAAK,gBAAgB,CAAC,cAAc,SAAS,KAAK,CAAC,WAAW,EAAE,QAAQ,GAAG,EAAE,IAAI,KAAK,CACpF,KAAK,CAAC,qBAAqB,CAAC,cAAc,CAAC,EAC3C,QAAQ,CACT,GAAG;IAAE,EAAE,CAAC,EAAE,KAAK,CAAC,WAAW,CAAA;CAAE,CAAC;AAE/B,YAAY,EAAE,oBAAoB,EAAE,gBAAgB,EAAE,KAAK,EAAE,CAAC"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { VariantProps } from "class-variance-authority";
|
|
2
2
|
declare const badgeVariants: (props?: ({
|
|
3
3
|
size?: "small" | "medium" | "large" | null | undefined;
|
|
4
|
-
variant?: "accent" | "pro" | "on-dark" | "
|
|
4
|
+
variant?: "default" | "accent" | "pro" | "on-dark" | "pro-alt" | "subtle" | "on-dark-secondary" | "subdued" | "moon-grape" | null | undefined;
|
|
5
5
|
icon?: boolean | null | undefined;
|
|
6
6
|
iconOnly?: boolean | null | undefined;
|
|
7
7
|
} & import("class-variance-authority/types").ClassProp) | undefined) => string;
|
|
@@ -22,6 +22,9 @@ export type BadgeProps = {
|
|
|
22
22
|
*/
|
|
23
23
|
tooltip?: React.ReactNode;
|
|
24
24
|
} & React.ComponentProps<"span"> & Omit<VariantProps<typeof badgeVariants>, "icon" | "iconOnly">;
|
|
25
|
-
export declare const Badge:
|
|
25
|
+
export declare const Badge: {
|
|
26
|
+
({ size, variant, icon, className, children, tooltip, ref, ...rest }: BadgeProps): import("react/jsx-runtime").JSX.Element;
|
|
27
|
+
displayName: string;
|
|
28
|
+
};
|
|
26
29
|
export {};
|
|
27
30
|
//# sourceMappingURL=Badge.d.ts.map
|