@photoroom/ui 0.1.251 → 0.1.253
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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/TilePreview.d.ts +4 -2
- package/components/content/Tile/TilePreview.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.css +1 -1
- package/index.mjs +13144 -13143
- package/package.json +2 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ImportWidget.d.ts","sourceRoot":"","sources":["../../../../src/components/input/ImportWidget/ImportWidget.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ImportWidget.d.ts","sourceRoot":"","sources":["../../../../src/components/input/ImportWidget/ImportWidget.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAU,WAAW,EAAE,MAAM,qBAAqB,CAAC;AAC1D,OAAO,EAAa,cAAc,EAAE,MAAM,cAAc,CAAC;AAEzD,KAAK,qBAAqB,GAAG;IAC3B,KAAK,EAAE,KAAK,CAAC,SAAS,CAAC;IACvB,WAAW,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC9B,WAAW,EAAE,KAAK,CAAC,SAAS,CAAC;IAC7B,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,UAAU,CAAC,EAAE,cAAc,CAAC;IAC5B,iBAAiB,CAAC,EAAE,IAAI,CACtB,WAAW,EACX,SAAS,GAAG,MAAM,GAAG,SAAS,GAAG,SAAS,GAAG,UAAU,GAAG,MAAM,CACjE,CAAC;IACF,QAAQ,EAAE,MAAM,IAAI,CAAC;IACrB,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,aAAa,CAAC,EAAE,OAAO,CAAC;CACzB,GAAG,IAAI,CAAC,KAAK,CAAC,wBAAwB,CAAC,KAAK,CAAC,EAAE,UAAU,CAAC,CAAC;AAE5D,MAAM,MAAM,qBAAqB,GAAG,qBAAqB,GAAG;IAC1D,OAAO,EAAE,MAAM,IAAI,CAAC;IACpB,uDAAuD;IACvD,cAAc,EAAE,MAAM,CAAC;CACxB,CAAC;AAEF,KAAK,wBAAwB,GAAG,qBAAqB,GAAG;IACtD,OAAO,CAAC,EAAE,KAAK,CAAC;IAChB,cAAc,CAAC,EAAE,KAAK,CAAC;CACxB,CAAC;AAEF,MAAM,MAAM,iBAAiB,GAAG,qBAAqB,GAAG,wBAAwB,CAAC;AAEjF,eAAO,MAAM,YAAY;qLAetB,iBAAiB,GAAG,KAAK,CAAC,aAAa,CAAC,cAAc,CAAC;;CAqDzD,CAAC"}
|
|
@@ -1,7 +1,8 @@
|
|
|
1
|
-
export type InlineSelectorProps = React.
|
|
1
|
+
export type InlineSelectorProps = React.ComponentPropsWithRef<"button"> & {
|
|
2
2
|
disabled?: boolean;
|
|
3
3
|
};
|
|
4
|
-
export declare const InlineSelector:
|
|
5
|
-
disabled
|
|
6
|
-
|
|
4
|
+
export declare const InlineSelector: {
|
|
5
|
+
({ className, children, disabled, ref, ...rest }: InlineSelectorProps): import("react/jsx-runtime").JSX.Element;
|
|
6
|
+
displayName: string;
|
|
7
|
+
};
|
|
7
8
|
//# sourceMappingURL=InlineSelector.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"InlineSelector.d.ts","sourceRoot":"","sources":["../../../../src/components/input/InlineSelector/InlineSelector.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"InlineSelector.d.ts","sourceRoot":"","sources":["../../../../src/components/input/InlineSelector/InlineSelector.tsx"],"names":[],"mappings":"AAIA,MAAM,MAAM,mBAAmB,GAAG,KAAK,CAAC,qBAAqB,CAAC,QAAQ,CAAC,GAAG;IACxE,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB,CAAC;AAEF,eAAO,MAAM,cAAc;sDAMxB,mBAAmB;;CAkBrB,CAAC"}
|
|
@@ -12,19 +12,9 @@ export type LargeOptionTileProps = {
|
|
|
12
12
|
color?: string;
|
|
13
13
|
/** Additional className for custom styling */
|
|
14
14
|
className?: string;
|
|
15
|
-
} & Omit<React.ButtonHTMLAttributes<HTMLButtonElement>, "type">;
|
|
16
|
-
export declare const LargeOptionTile:
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
value?: string;
|
|
21
|
-
/** Type of preview: "image-3-4" (portrait), "image-1-1" (square), or "color" (color swatch) */
|
|
22
|
-
previewType?: LargeOptionTilePreviewType;
|
|
23
|
-
/** Image URL for image preview types */
|
|
24
|
-
previewSrc?: string;
|
|
25
|
-
/** CSS color string for previewType="color" */
|
|
26
|
-
color?: string;
|
|
27
|
-
/** Additional className for custom styling */
|
|
28
|
-
className?: string;
|
|
29
|
-
} & Omit<import("react").ButtonHTMLAttributes<HTMLButtonElement>, "type"> & import("react").RefAttributes<HTMLButtonElement>>;
|
|
15
|
+
} & Omit<React.ButtonHTMLAttributes<HTMLButtonElement>, "type"> & React.RefAttributes<HTMLButtonElement>;
|
|
16
|
+
export declare const LargeOptionTile: {
|
|
17
|
+
({ label, value, previewType, previewSrc, color, className, ref, ...props }: LargeOptionTileProps): import("react/jsx-runtime").JSX.Element;
|
|
18
|
+
displayName: string;
|
|
19
|
+
};
|
|
30
20
|
//# sourceMappingURL=LargeOptionTile.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"LargeOptionTile.d.ts","sourceRoot":"","sources":["../../../../src/components/input/LargeOptionTile/LargeOptionTile.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"LargeOptionTile.d.ts","sourceRoot":"","sources":["../../../../src/components/input/LargeOptionTile/LargeOptionTile.tsx"],"names":[],"mappings":"AAIA,MAAM,MAAM,0BAA0B,GAAG,WAAW,GAAG,WAAW,GAAG,OAAO,CAAC;AAE7E,MAAM,MAAM,oBAAoB,GAAG;IACjC,6CAA6C;IAC7C,KAAK,EAAE,MAAM,CAAC;IACd,oDAAoD;IACpD,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,+FAA+F;IAC/F,WAAW,CAAC,EAAE,0BAA0B,CAAC;IACzC,wCAAwC;IACxC,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,+CAA+C;IAC/C,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,8CAA8C;IAC9C,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,GAAG,IAAI,CAAC,KAAK,CAAC,oBAAoB,CAAC,iBAAiB,CAAC,EAAE,MAAM,CAAC,GAC7D,KAAK,CAAC,aAAa,CAAC,iBAAiB,CAAC,CAAC;AAQzC,eAAO,MAAM,eAAe;iFASzB,oBAAoB;;CAmDtB,CAAC"}
|
|
@@ -24,31 +24,9 @@ export type NumberFieldProps = Readonly<{
|
|
|
24
24
|
isMixed?: boolean;
|
|
25
25
|
/** Label to display when isMixed is true (default: "Mixed") */
|
|
26
26
|
mixedLabel?: string;
|
|
27
|
-
}>;
|
|
28
|
-
export declare const NumberField:
|
|
29
|
-
label
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
max?: number;
|
|
33
|
-
step?: number;
|
|
34
|
-
shiftStepFactor?: number;
|
|
35
|
-
unit?: string;
|
|
36
|
-
defaultUnit?: string;
|
|
37
|
-
onUnitChange?: (unit: string) => void;
|
|
38
|
-
unitOptions?: string[];
|
|
39
|
-
value?: number;
|
|
40
|
-
defaultValue?: number;
|
|
41
|
-
onValueChange?: (value: number) => void;
|
|
42
|
-
disabled?: boolean;
|
|
43
|
-
className?: string;
|
|
44
|
-
leadingIcon?: TextInputProps["leadingIcon"];
|
|
45
|
-
variant?: "default" | "editor";
|
|
46
|
-
tabIndex?: number;
|
|
47
|
-
/** Optional aria-label for accessibility when no visible label is provided */
|
|
48
|
-
"aria-label"?: string;
|
|
49
|
-
/** When true, displays the mixedLabel to indicate multiple values (e.g., in batch editing) */
|
|
50
|
-
isMixed?: boolean;
|
|
51
|
-
/** Label to display when isMixed is true (default: "Mixed") */
|
|
52
|
-
mixedLabel?: string;
|
|
53
|
-
}> & import("react").RefAttributes<HTMLInputElement>>;
|
|
27
|
+
}> & React.RefAttributes<HTMLInputElement>;
|
|
28
|
+
export declare const NumberField: {
|
|
29
|
+
({ label, density, value, defaultValue, onValueChange, unit: outerUnit, defaultUnit, onUnitChange, unitOptions, min, max, step, shiftStepFactor, className, leadingIcon, variant, isMixed, mixedLabel, ref, ...props }: NumberFieldProps): import("react/jsx-runtime").JSX.Element;
|
|
30
|
+
displayName: string;
|
|
31
|
+
};
|
|
54
32
|
//# sourceMappingURL=NumberField.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"NumberField.d.ts","sourceRoot":"","sources":["../../../../src/components/input/NumberField/NumberField.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"NumberField.d.ts","sourceRoot":"","sources":["../../../../src/components/input/NumberField/NumberField.tsx"],"names":[],"mappings":"AAMA,OAAO,EAAa,cAAc,EAAE,MAAM,cAAc,CAAC;AA0DzD,MAAM,MAAM,gBAAgB,GAAG,QAAQ,CAAC;IACtC,KAAK,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACxB,OAAO,CAAC,EAAE,cAAc,CAAC,SAAS,CAAC,CAAC;IACpC,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,YAAY,CAAC,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,IAAI,CAAC;IACtC,WAAW,CAAC,EAAE,MAAM,EAAE,CAAC;IACvB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,aAAa,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IACxC,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,WAAW,CAAC,EAAE,cAAc,CAAC,aAAa,CAAC,CAAC;IAC5C,OAAO,CAAC,EAAE,SAAS,GAAG,QAAQ,CAAC;IAC/B,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,8EAA8E;IAC9E,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,8FAA8F;IAC9F,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,+DAA+D;IAC/D,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB,CAAC,GACA,KAAK,CAAC,aAAa,CAAC,gBAAgB,CAAC,CAAC;AAExC,eAAO,MAAM,WAAW;4NAqBrB,gBAAgB;;CAgLlB,CAAC"}
|
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
import * as RadioGroupPrimitive from "@radix-ui/react-radio-group";
|
|
2
|
-
import { ForwardRefExoticComponent } from "react";
|
|
3
|
-
import { OptionGroupItem } from "./OptionGroupItem";
|
|
4
2
|
export type OptionGroupProps = Readonly<RadioGroupPrimitive.RadioGroupProps & {
|
|
5
3
|
label?: string;
|
|
6
|
-
}
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
4
|
+
}> & React.RefAttributes<React.ComponentRef<typeof RadioGroupPrimitive.Root>>;
|
|
5
|
+
export declare const OptionGroup: {
|
|
6
|
+
({ className, label, ref, ...props }: OptionGroupProps): import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
displayName: string;
|
|
8
|
+
Item: {
|
|
9
|
+
({ className, title, subtitle, info, additionalInfo, footnote, variant, disabled, ref, ...props }: import("./OptionGroupItem").OptionGroupItemProps & React.RefAttributes<React.ComponentRef<typeof RadioGroupPrimitive.Item>>): import("react/jsx-runtime").JSX.Element;
|
|
10
|
+
displayName: string;
|
|
11
|
+
};
|
|
12
|
+
};
|
|
12
13
|
//# sourceMappingURL=OptionGroup.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"OptionGroup.d.ts","sourceRoot":"","sources":["../../../../src/components/input/OptionGroup/OptionGroup.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,mBAAmB,MAAM,6BAA6B,CAAC;
|
|
1
|
+
{"version":3,"file":"OptionGroup.d.ts","sourceRoot":"","sources":["../../../../src/components/input/OptionGroup/OptionGroup.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,mBAAmB,MAAM,6BAA6B,CAAC;AAMnE,MAAM,MAAM,gBAAgB,GAAG,QAAQ,CACrC,mBAAmB,CAAC,eAAe,GAAG;IACpC,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB,CACF,GACC,KAAK,CAAC,aAAa,CAAC,KAAK,CAAC,YAAY,CAAC,OAAO,mBAAmB,CAAC,IAAI,CAAC,CAAC,CAAC;AAE3E,eAAO,MAAM,WAAW;0CAAyC,gBAAgB;;;;;;CAMhF,CAAC"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as RadioGroupPrimitive from "@radix-ui/react-radio-group";
|
|
2
2
|
import { VariantProps } from "class-variance-authority";
|
|
3
3
|
declare const containerCva: (props?: ({
|
|
4
|
-
variant?: "
|
|
4
|
+
variant?: "default" | "pro" | null | undefined;
|
|
5
5
|
disabled?: boolean | "default" | null | undefined;
|
|
6
6
|
} & import("class-variance-authority/types").ClassProp) | undefined) => string;
|
|
7
7
|
type OptionGroupItemCvaProps = VariantProps<typeof containerCva>;
|
|
@@ -12,12 +12,9 @@ export type OptionGroupItemProps = Readonly<RadioGroupPrimitive.RadioGroupItemPr
|
|
|
12
12
|
additionalInfo?: React.ReactNode;
|
|
13
13
|
footnote?: string;
|
|
14
14
|
}>;
|
|
15
|
-
export declare const OptionGroupItem:
|
|
16
|
-
title: React.
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
additionalInfo?: React.ReactNode;
|
|
20
|
-
footnote?: string;
|
|
21
|
-
}> & import("react").RefAttributes<HTMLButtonElement>>;
|
|
15
|
+
export declare const OptionGroupItem: {
|
|
16
|
+
({ className, title, subtitle, info, additionalInfo, footnote, variant, disabled, ref, ...props }: OptionGroupItemProps & React.RefAttributes<React.ComponentRef<typeof RadioGroupPrimitive.Item>>): import("react/jsx-runtime").JSX.Element;
|
|
17
|
+
displayName: string;
|
|
18
|
+
};
|
|
22
19
|
export {};
|
|
23
20
|
//# sourceMappingURL=OptionGroupItem.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"OptionGroupItem.d.ts","sourceRoot":"","sources":["../../../../../src/components/input/OptionGroup/OptionGroupItem/OptionGroupItem.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,mBAAmB,MAAM,6BAA6B,CAAC;AACnE,OAAO,EAAE,YAAY,EAAO,MAAM,0BAA0B,CAAC;
|
|
1
|
+
{"version":3,"file":"OptionGroupItem.d.ts","sourceRoot":"","sources":["../../../../../src/components/input/OptionGroup/OptionGroupItem/OptionGroupItem.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,mBAAmB,MAAM,6BAA6B,CAAC;AACnE,OAAO,EAAE,YAAY,EAAO,MAAM,0BAA0B,CAAC;AAM7D,QAAA,MAAM,YAAY;;;8EA4BjB,CAAC;AAEF,KAAK,uBAAuB,GAAG,YAAY,CAAC,OAAO,YAAY,CAAC,CAAC;AAEjE,MAAM,MAAM,oBAAoB,GAAG,QAAQ,CACzC,mBAAmB,CAAC,mBAAmB,GACrC,uBAAuB,GAAG;IACxB,KAAK,EAAE,KAAK,CAAC,SAAS,CAAC;IACvB,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B,IAAI,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACvB,cAAc,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACjC,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB,CACJ,CAAC;AAGF,eAAO,MAAM,eAAe;uGAWzB,oBAAoB,GACrB,KAAK,CAAC,aAAa,CAAC,KAAK,CAAC,YAAY,CAAC,OAAO,mBAAmB,CAAC,IAAI,CAAC,CAAC;;CAgEzE,CAAC"}
|
|
@@ -14,7 +14,7 @@ export type OptionSelectionListItemProps = Omit<RadioGroup.RadioGroupItemProps,
|
|
|
14
14
|
* that imply letterboxing (e.g. a "Fit" resize mode).
|
|
15
15
|
*/
|
|
16
16
|
showCheckerboard?: boolean;
|
|
17
|
-
}>;
|
|
17
|
+
}> & React.RefAttributes<HTMLButtonElement>;
|
|
18
18
|
/**
|
|
19
19
|
* Radio-style list item with an inset square thumbnail on the left, a title +
|
|
20
20
|
* description in the middle, and a selection badge in the top-right corner.
|
|
@@ -22,20 +22,8 @@ export type OptionSelectionListItemProps = Omit<RadioGroup.RadioGroupItemProps,
|
|
|
22
22
|
* Must be used inside a `RadioGroup.Root` from `@radix-ui/react-radio-group`
|
|
23
23
|
* (the `RadioGroup` re-export from `@photoroom/ui`).
|
|
24
24
|
*/
|
|
25
|
-
export declare const OptionSelectionListItem:
|
|
26
|
-
title:
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
* can pass styled fragments (e.g. a `<Trans>` instance with inline spans).
|
|
30
|
-
*/
|
|
31
|
-
description?: React.ReactNode;
|
|
32
|
-
imageSrc: string;
|
|
33
|
-
altLabel?: string;
|
|
34
|
-
/**
|
|
35
|
-
* Shows the DS damier pattern behind the thumbnail and switches the image
|
|
36
|
-
* to `object-contain` so transparent edges are visualised. Use for options
|
|
37
|
-
* that imply letterboxing (e.g. a "Fit" resize mode).
|
|
38
|
-
*/
|
|
39
|
-
showCheckerboard?: boolean;
|
|
40
|
-
}> & import("react").RefAttributes<HTMLButtonElement>>;
|
|
25
|
+
export declare const OptionSelectionListItem: {
|
|
26
|
+
({ title, description, imageSrc, altLabel, showCheckerboard, className, ref, ...rest }: OptionSelectionListItemProps): import("react/jsx-runtime").JSX.Element;
|
|
27
|
+
displayName: string;
|
|
28
|
+
};
|
|
41
29
|
//# sourceMappingURL=OptionSelectionListItem.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"OptionSelectionListItem.d.ts","sourceRoot":"","sources":["../../../../src/components/input/OptionSelectionListItem/OptionSelectionListItem.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,UAAU,MAAM,6BAA6B,CAAC;
|
|
1
|
+
{"version":3,"file":"OptionSelectionListItem.d.ts","sourceRoot":"","sources":["../../../../src/components/input/OptionSelectionListItem/OptionSelectionListItem.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,UAAU,MAAM,6BAA6B,CAAC;AAM1D,MAAM,MAAM,4BAA4B,GAAG,IAAI,CAAC,UAAU,CAAC,mBAAmB,EAAE,UAAU,CAAC,GACzF,QAAQ,CAAC;IACP,KAAK,EAAE,MAAM,CAAC;IACd;;;OAGG;IACH,WAAW,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC9B,QAAQ,EAAE,MAAM,CAAC;IACjB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB;;;;OAIG;IACH,gBAAgB,CAAC,EAAE,OAAO,CAAC;CAC5B,CAAC,GACF,KAAK,CAAC,aAAa,CAAC,iBAAiB,CAAC,CAAC;AAEzC;;;;;;GAMG;AACH,eAAO,MAAM,uBAAuB;4FASjC,4BAA4B;;CAwC9B,CAAC"}
|
|
@@ -19,25 +19,10 @@ export type OptionTileProps = {
|
|
|
19
19
|
badgeLabel?: string;
|
|
20
20
|
/** Additional className for custom styling */
|
|
21
21
|
className?: string;
|
|
22
|
-
} & Omit<VariantProps<typeof optionTileVariants>, "hasThumbnail"> & Omit<React.ButtonHTMLAttributes<HTMLButtonElement>, "type">;
|
|
23
|
-
export declare const OptionTile:
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
value?: string;
|
|
28
|
-
/** Type of trailing content: "value" (text only), "preview" (image thumbnail), "color" (color swatch), or "badge" (pro badge with value as label) */
|
|
29
|
-
trailing?: OptionTileTrailingType;
|
|
30
|
-
/** Image URL for trailing="preview" */
|
|
31
|
-
previewSrc?: string;
|
|
32
|
-
/** CSS color string for trailing="color" */
|
|
33
|
-
color?: string;
|
|
34
|
-
/** Badge label for trailing="badge" */
|
|
35
|
-
badgeLabel?: string;
|
|
36
|
-
/** Additional className for custom styling */
|
|
37
|
-
className?: string;
|
|
38
|
-
} & Omit<VariantProps<(props?: ({
|
|
39
|
-
size?: "compact" | "regular" | null | undefined;
|
|
40
|
-
hasThumbnail?: boolean | null | undefined;
|
|
41
|
-
} & import("class-variance-authority/types").ClassProp) | undefined) => string>, "hasThumbnail"> & Omit<import("react").ButtonHTMLAttributes<HTMLButtonElement>, "type"> & import("react").RefAttributes<HTMLButtonElement>>;
|
|
22
|
+
} & Omit<VariantProps<typeof optionTileVariants>, "hasThumbnail"> & Omit<React.ButtonHTMLAttributes<HTMLButtonElement>, "type"> & React.RefAttributes<HTMLButtonElement>;
|
|
23
|
+
export declare const OptionTile: {
|
|
24
|
+
({ label, value, trailing, previewSrc, color, badgeLabel, size, className, ref, ...props }: OptionTileProps): import("react/jsx-runtime").JSX.Element;
|
|
25
|
+
displayName: string;
|
|
26
|
+
};
|
|
42
27
|
export {};
|
|
43
28
|
//# sourceMappingURL=OptionTile.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"OptionTile.d.ts","sourceRoot":"","sources":["../../../../src/components/input/OptionTile/OptionTile.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAO,KAAK,YAAY,EAAE,MAAM,0BAA0B,CAAC;
|
|
1
|
+
{"version":3,"file":"OptionTile.d.ts","sourceRoot":"","sources":["../../../../src/components/input/OptionTile/OptionTile.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAO,KAAK,YAAY,EAAE,MAAM,0BAA0B,CAAC;AAMlE,MAAM,MAAM,sBAAsB,GAAG,OAAO,GAAG,SAAS,GAAG,OAAO,GAAG,OAAO,CAAC;AAE7E,QAAA,MAAM,kBAAkB;;;8EAwBvB,CAAC;AAEF,MAAM,MAAM,eAAe,GAAG;IAC5B,uCAAuC;IACvC,KAAK,EAAE,MAAM,CAAC;IACd,6CAA6C;IAC7C,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,qJAAqJ;IACrJ,QAAQ,CAAC,EAAE,sBAAsB,CAAC;IAClC,uCAAuC;IACvC,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,4CAA4C;IAC5C,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,uCAAuC;IACvC,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,8CAA8C;IAC9C,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,GAAG,IAAI,CAAC,YAAY,CAAC,OAAO,kBAAkB,CAAC,EAAE,cAAc,CAAC,GAC/D,IAAI,CAAC,KAAK,CAAC,oBAAoB,CAAC,iBAAiB,CAAC,EAAE,MAAM,CAAC,GAC3D,KAAK,CAAC,aAAa,CAAC,iBAAiB,CAAC,CAAC;AAEzC,eAAO,MAAM,UAAU;gGAWpB,eAAe;;CAmDjB,CAAC"}
|
|
@@ -14,16 +14,9 @@ export type PanelStandardInputProps = {
|
|
|
14
14
|
submitDisabled?: boolean;
|
|
15
15
|
fieldDisabled?: boolean;
|
|
16
16
|
className?: string;
|
|
17
|
-
} & Omit<TextareaAutosizeProps, "value" | "onChange" | "disabled">;
|
|
18
|
-
export declare const PanelStandardInput:
|
|
19
|
-
value:
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
options?: PanelStandardInputOption[];
|
|
23
|
-
leadingSlot?: React.ReactNode;
|
|
24
|
-
onSubmit?: () => void;
|
|
25
|
-
submitDisabled?: boolean;
|
|
26
|
-
fieldDisabled?: boolean;
|
|
27
|
-
className?: string;
|
|
28
|
-
} & Omit<TextareaAutosizeProps, "onChange" | "disabled" | "value"> & import("react").RefAttributes<HTMLTextAreaElement>>;
|
|
17
|
+
} & Omit<TextareaAutosizeProps, "value" | "onChange" | "disabled"> & React.RefAttributes<HTMLTextAreaElement>;
|
|
18
|
+
export declare const PanelStandardInput: {
|
|
19
|
+
({ value, onChange, placeholder, options, leadingSlot, onSubmit, submitDisabled, fieldDisabled, className, ref, ...textareaProps }: PanelStandardInputProps): import("react/jsx-runtime").JSX.Element;
|
|
20
|
+
displayName: string;
|
|
21
|
+
};
|
|
29
22
|
//# sourceMappingURL=PanelStandardInput.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PanelStandardInput.d.ts","sourceRoot":"","sources":["../../../../src/components/input/PanelStandardInput/PanelStandardInput.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAE,qBAAqB,EAAE,MAAM,yBAAyB,CAAC;AAOhE,MAAM,MAAM,wBAAwB,GAAG;IACrC,KAAK,EAAE,MAAM,CAAC;IACd,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;CACtB,CAAC;AAEF,MAAM,MAAM,uBAAuB,GAAG;IACpC,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IAClC,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,OAAO,CAAC,EAAE,wBAAwB,EAAE,CAAC;IACrC,WAAW,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC9B,QAAQ,CAAC,EAAE,MAAM,IAAI,CAAC;IACtB,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,GAAG,IAAI,CAAC,qBAAqB,EAAE,OAAO,GAAG,UAAU,GAAG,UAAU,CAAC,
|
|
1
|
+
{"version":3,"file":"PanelStandardInput.d.ts","sourceRoot":"","sources":["../../../../src/components/input/PanelStandardInput/PanelStandardInput.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAE,qBAAqB,EAAE,MAAM,yBAAyB,CAAC;AAOhE,MAAM,MAAM,wBAAwB,GAAG;IACrC,KAAK,EAAE,MAAM,CAAC;IACd,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;CACtB,CAAC;AAEF,MAAM,MAAM,uBAAuB,GAAG;IACpC,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IAClC,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,OAAO,CAAC,EAAE,wBAAwB,EAAE,CAAC;IACrC,WAAW,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC9B,QAAQ,CAAC,EAAE,MAAM,IAAI,CAAC;IACtB,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,GAAG,IAAI,CAAC,qBAAqB,EAAE,OAAO,GAAG,UAAU,GAAG,UAAU,CAAC,GAChE,KAAK,CAAC,aAAa,CAAC,mBAAmB,CAAC,CAAC;AAE3C,eAAO,MAAM,kBAAkB;wIAY5B,uBAAuB;;CA0EzB,CAAC"}
|
|
@@ -9,17 +9,9 @@ export type PlaceholderTileProps = {
|
|
|
9
9
|
"aria-label"?: string;
|
|
10
10
|
/** Additional className for custom styling */
|
|
11
11
|
className?: string;
|
|
12
|
-
} & Omit<React.ButtonHTMLAttributes<HTMLButtonElement>, "onClick" | "type">;
|
|
13
|
-
export declare const PlaceholderTile:
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
label: string;
|
|
18
|
-
/** Click handler for the placeholder */
|
|
19
|
-
onClick: () => void;
|
|
20
|
-
/** Optional aria-label for accessibility (defaults to label prop) */
|
|
21
|
-
"aria-label"?: string;
|
|
22
|
-
/** Additional className for custom styling */
|
|
23
|
-
className?: string;
|
|
24
|
-
} & Omit<import("react").ButtonHTMLAttributes<HTMLButtonElement>, "type" | "onClick"> & import("react").RefAttributes<HTMLButtonElement>>;
|
|
12
|
+
} & Omit<React.ButtonHTMLAttributes<HTMLButtonElement>, "onClick" | "type"> & React.RefAttributes<HTMLButtonElement>;
|
|
13
|
+
export declare const PlaceholderTile: {
|
|
14
|
+
({ icon: Icon, label, onClick, "aria-label": ariaLabel, className, ref, ...props }: PlaceholderTileProps): import("react/jsx-runtime").JSX.Element;
|
|
15
|
+
displayName: string;
|
|
16
|
+
};
|
|
25
17
|
//# sourceMappingURL=PlaceholderTile.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PlaceholderTile.d.ts","sourceRoot":"","sources":["../../../../src/components/input/PlaceholderTile/PlaceholderTile.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"PlaceholderTile.d.ts","sourceRoot":"","sources":["../../../../src/components/input/PlaceholderTile/PlaceholderTile.tsx"],"names":[],"mappings":"AAEA,MAAM,MAAM,oBAAoB,GAAG;IACjC,2CAA2C;IAC3C,IAAI,EAAE,KAAK,CAAC,aAAa,CAAC,KAAK,CAAC,QAAQ,CAAC,aAAa,CAAC,CAAC,CAAC;IACzD,0CAA0C;IAC1C,KAAK,EAAE,MAAM,CAAC;IACd,wCAAwC;IACxC,OAAO,EAAE,MAAM,IAAI,CAAC;IACpB,qEAAqE;IACrE,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,8CAA8C;IAC9C,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,GAAG,IAAI,CAAC,KAAK,CAAC,oBAAoB,CAAC,iBAAiB,CAAC,EAAE,SAAS,GAAG,MAAM,CAAC,GACzE,KAAK,CAAC,aAAa,CAAC,iBAAiB,CAAC,CAAC;AAEzC,eAAO,MAAM,eAAe;wFAQzB,oBAAoB;;CAuBtB,CAAC"}
|
|
@@ -29,6 +29,9 @@ export type PromptInputProps = {
|
|
|
29
29
|
submitVariant?: VariantProps<typeof buttonVariants>["variant"];
|
|
30
30
|
/** Additional className for the root container */
|
|
31
31
|
className?: string;
|
|
32
|
+
} & React.RefAttributes<HTMLTextAreaElement>;
|
|
33
|
+
export declare const PromptInput: {
|
|
34
|
+
({ value, onChange, onSubmit, onCancel, onClear, clearLabel, placeholder, submitLabel, cancelLabel, pending, suggestions, autoFocus, submitVariant, className, ref, }: PromptInputProps): import("react/jsx-runtime").JSX.Element;
|
|
35
|
+
displayName: string;
|
|
32
36
|
};
|
|
33
|
-
export declare const PromptInput: import("react").ForwardRefExoticComponent<PromptInputProps & import("react").RefAttributes<HTMLTextAreaElement>>;
|
|
34
37
|
//# sourceMappingURL=PromptInput.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PromptInput.d.ts","sourceRoot":"","sources":["../../../../src/components/input/PromptInput/PromptInput.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"PromptInput.d.ts","sourceRoot":"","sources":["../../../../src/components/input/PromptInput/PromptInput.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,YAAY,EAAE,MAAM,0BAA0B,CAAC;AAMxD,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAM3D,MAAM,MAAM,gBAAgB,GAAG;IAC7B,uCAAuC;IACvC,KAAK,EAAE,MAAM,CAAC;IACd,gCAAgC;IAChC,QAAQ,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IAClC,0EAA0E;IAC1E,QAAQ,EAAE,MAAM,IAAI,CAAC;IACrB,0DAA0D;IAC1D,QAAQ,CAAC,EAAE,MAAM,IAAI,CAAC;IACtB,2FAA2F;IAC3F,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,4CAA4C;IAC5C,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,wCAAwC;IACxC,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,kCAAkC;IAClC,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,kCAAkC;IAClC,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,4CAA4C;IAC5C,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,8EAA8E;IAC9E,WAAW,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC9B,sDAAsD;IACtD,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,oCAAoC;IACpC,aAAa,CAAC,EAAE,YAAY,CAAC,OAAO,cAAc,CAAC,CAAC,SAAS,CAAC,CAAC;IAC/D,kDAAkD;IAClD,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,GAAG,KAAK,CAAC,aAAa,CAAC,mBAAmB,CAAC,CAAC;AAY7C,eAAO,MAAM,WAAW;2KAgBrB,gBAAgB;;CAwHlB,CAAC"}
|
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
import { ForwardRefExoticComponent } from "react";
|
|
2
1
|
import { UseFuseOptions } from "../../../hooks";
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
2
|
+
import { SearchableSelectItemProps } from "./SearchableSelectItem";
|
|
3
|
+
import { SearchableSelectPrimitiveProps } from "./SearchableSelectPrimitive";
|
|
5
4
|
export type SearchableSelectOption = {
|
|
6
5
|
value: string;
|
|
7
6
|
label?: string;
|
|
@@ -28,11 +27,17 @@ export type SearchableSelectProps = Omit<SearchableSelectPrimitiveProps, "search
|
|
|
28
27
|
listMinHeight?: string;
|
|
29
28
|
virtualized?: boolean;
|
|
30
29
|
virtualizedListHeight?: string | number;
|
|
31
|
-
}>;
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
30
|
+
}> & React.RefAttributes<HTMLButtonElement>;
|
|
31
|
+
export declare const SearchableSelect: {
|
|
32
|
+
({ isSearchable, value: outerValue, defaultValue, onValueChange, searchPlaceholder, searchNoResultLabel, options, rawOption, renderOption, renderValue, fuseOptions, clearLabel, listMinHeight, virtualized, virtualizedListHeight, side, ref, ...props }: SearchableSelectProps): import("react/jsx-runtime").JSX.Element;
|
|
33
|
+
displayName: string;
|
|
34
|
+
Primitive: {
|
|
35
|
+
({ className, placeholder, search: searchProps, onOpenChange, children, isSearchable, renderValue, filterComponent, listMinHeight, contentClassName, withPortal, side, ref, ...props }: SearchableSelectPrimitiveProps): import("react/jsx-runtime").JSX.Element;
|
|
36
|
+
displayName: string;
|
|
37
|
+
};
|
|
38
|
+
Item: {
|
|
39
|
+
({ className, selected, badge, children, rawChildren, ref, ...props }: SearchableSelectItemProps): import("react/jsx-runtime").JSX.Element;
|
|
40
|
+
displayName: string;
|
|
41
|
+
};
|
|
35
42
|
};
|
|
36
|
-
export declare const SearchableSelect: SearchableSelectType;
|
|
37
|
-
export {};
|
|
38
43
|
//# sourceMappingURL=SearchableSelect.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SearchableSelect.d.ts","sourceRoot":"","sources":["../../../../src/components/input/SearchableSelect/SearchableSelect.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"SearchableSelect.d.ts","sourceRoot":"","sources":["../../../../src/components/input/SearchableSelect/SearchableSelect.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAW,cAAc,EAAsB,MAAM,gBAAgB,CAAC;AAE7E,OAAO,EAAwB,yBAAyB,EAAE,MAAM,wBAAwB,CAAC;AACzF,OAAO,EAEL,8BAA8B,EAC/B,MAAM,6BAA6B,CAAC;AAErC,MAAM,MAAM,sBAAsB,GAAG;IACnC,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,KAAK,CAAC,EAAE,yBAAyB,CAAC,OAAO,CAAC,CAAC;IAC3C,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAC;CACxB,CAAC;AAEF,MAAM,MAAM,qBAAqB,GAAG,IAAI,CAAC,8BAA8B,EAAE,QAAQ,CAAC,GAChF,QAAQ,CAAC;IACP,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAC7B,OAAO,CAAC,EAAE,sBAAsB,EAAE,CAAC;IACnC;;;OAGG;IACH,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,YAAY,CAAC,EAAE,CAAC,MAAM,EAAE,sBAAsB,KAAK,KAAK,CAAC,SAAS,CAAC;IACnE,WAAW,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,KAAK,CAAC,SAAS,CAAC;IACjD,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,WAAW,CAAC,EAAE,IAAI,CAChB,cAAc,CAAC,sBAAsB,CAAC,EACtC,sBAAsB,GAAG,mBAAmB,CAC7C,CAAC;IACF,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,qBAAqB,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;CACzC,CAAC,GACF,KAAK,CAAC,aAAa,CAAC,iBAAiB,CAAC,CAAC;AAEzC,eAAO,MAAM,gBAAgB;+PAmB1B,qBAAqB;;;;;;;;;;CAuIvB,CAAC"}
|
|
@@ -4,10 +4,9 @@ export type SearchableSelectItemProps = {
|
|
|
4
4
|
selected?: boolean;
|
|
5
5
|
badge?: DropdownMenuSingleSelectionItemProps["badge"];
|
|
6
6
|
rawChildren?: boolean;
|
|
7
|
-
} & RadixSelect.SelectItemProps
|
|
8
|
-
export declare const SearchableSelectItem:
|
|
9
|
-
selected
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
} & RadixSelect.SelectItemProps & import("react").RefAttributes<HTMLDivElement>>;
|
|
7
|
+
} & RadixSelect.SelectItemProps & React.RefAttributes<HTMLDivElement>;
|
|
8
|
+
export declare const SearchableSelectItem: {
|
|
9
|
+
({ className, selected, badge, children, rawChildren, ref, ...props }: SearchableSelectItemProps): import("react/jsx-runtime").JSX.Element;
|
|
10
|
+
displayName: string;
|
|
11
|
+
};
|
|
13
12
|
//# sourceMappingURL=SearchableSelectItem.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SearchableSelectItem.d.ts","sourceRoot":"","sources":["../../../../src/components/input/SearchableSelect/SearchableSelectItem.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,WAAW,MAAM,wBAAwB,CAAC;
|
|
1
|
+
{"version":3,"file":"SearchableSelectItem.d.ts","sourceRoot":"","sources":["../../../../src/components/input/SearchableSelect/SearchableSelectItem.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,WAAW,MAAM,wBAAwB,CAAC;AAGtD,OAAO,EAEL,oCAAoC,EACrC,MAAM,gEAAgE,CAAC;AAExE,MAAM,MAAM,yBAAyB,GAAG;IACtC,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,KAAK,CAAC,EAAE,oCAAoC,CAAC,OAAO,CAAC,CAAC;IACtD,WAAW,CAAC,EAAE,OAAO,CAAC;CACvB,GAAG,WAAW,CAAC,eAAe,GAC7B,KAAK,CAAC,aAAa,CAAC,cAAc,CAAC,CAAC;AAEtC,eAAO,MAAM,oBAAoB;2EAQ9B,yBAAyB;;CAiB3B,CAAC"}
|
|
@@ -10,6 +10,9 @@ export type SearchableSelectPrimitiveProps = RadixSelect.SelectProps & Readonly<
|
|
|
10
10
|
listMinHeight?: string;
|
|
11
11
|
contentClassName?: string;
|
|
12
12
|
withPortal?: boolean;
|
|
13
|
-
}> & Pick<RadixSelect.SelectContentProps, "side">;
|
|
14
|
-
export declare const SearchableSelectPrimitive:
|
|
13
|
+
}> & Pick<RadixSelect.SelectContentProps, "side"> & React.RefAttributes<HTMLButtonElement>;
|
|
14
|
+
export declare const SearchableSelectPrimitive: {
|
|
15
|
+
({ className, placeholder, search: searchProps, onOpenChange, children, isSearchable, renderValue, filterComponent, listMinHeight, contentClassName, withPortal, side, ref, ...props }: SearchableSelectPrimitiveProps): import("react/jsx-runtime").JSX.Element;
|
|
16
|
+
displayName: string;
|
|
17
|
+
};
|
|
15
18
|
//# sourceMappingURL=SearchableSelectPrimitive.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SearchableSelectPrimitive.d.ts","sourceRoot":"","sources":["../../../../src/components/input/SearchableSelect/SearchableSelectPrimitive.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,WAAW,MAAM,wBAAwB,CAAC;AAMtD,OAAO,EAAuB,wBAAwB,EAAE,MAAM,oCAAoC,CAAC;AAInG,MAAM,MAAM,8BAA8B,GAAG,WAAW,CAAC,WAAW,GAClE,QAAQ,CAAC;IACP,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,MAAM,CAAC,EAAE,wBAAwB,CAAC;IAClC,WAAW,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,KAAK,CAAC,SAAS,CAAC;IACjD,eAAe,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAClC,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,UAAU,CAAC,EAAE,OAAO,CAAC;CACtB,CAAC,GACF,IAAI,CAAC,WAAW,CAAC,kBAAkB,EAAE,MAAM,CAAC,
|
|
1
|
+
{"version":3,"file":"SearchableSelectPrimitive.d.ts","sourceRoot":"","sources":["../../../../src/components/input/SearchableSelect/SearchableSelectPrimitive.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,WAAW,MAAM,wBAAwB,CAAC;AAMtD,OAAO,EAAuB,wBAAwB,EAAE,MAAM,oCAAoC,CAAC;AAInG,MAAM,MAAM,8BAA8B,GAAG,WAAW,CAAC,WAAW,GAClE,QAAQ,CAAC;IACP,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,MAAM,CAAC,EAAE,wBAAwB,CAAC;IAClC,WAAW,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,KAAK,CAAC,SAAS,CAAC;IACjD,eAAe,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAClC,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,UAAU,CAAC,EAAE,OAAO,CAAC;CACtB,CAAC,GACF,IAAI,CAAC,WAAW,CAAC,kBAAkB,EAAE,MAAM,CAAC,GAC5C,KAAK,CAAC,aAAa,CAAC,iBAAiB,CAAC,CAAC;AAEzC,eAAO,MAAM,yBAAyB;4LAenC,8BAA8B;;CAuGhC,CAAC"}
|
|
@@ -4,5 +4,8 @@ export type SearchableSelectTriggerProps = RadixSelect.SelectTriggerProps & Omit
|
|
|
4
4
|
renderValue?: (value: string) => React.ReactNode;
|
|
5
5
|
value?: string;
|
|
6
6
|
}>;
|
|
7
|
-
export declare const SearchableSelectTrigger:
|
|
7
|
+
export declare const SearchableSelectTrigger: {
|
|
8
|
+
({ className, placeholder, renderValue, value, ref, ...props }: SearchableSelectTriggerProps): import("react/jsx-runtime").JSX.Element;
|
|
9
|
+
displayName: string;
|
|
10
|
+
};
|
|
8
11
|
//# sourceMappingURL=SearchableSelectTrigger.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SearchableSelectTrigger.d.ts","sourceRoot":"","sources":["../../../../src/components/input/SearchableSelect/SearchableSelectTrigger.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,WAAW,MAAM,wBAAwB,CAAC;
|
|
1
|
+
{"version":3,"file":"SearchableSelectTrigger.d.ts","sourceRoot":"","sources":["../../../../src/components/input/SearchableSelect/SearchableSelectTrigger.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,WAAW,MAAM,wBAAwB,CAAC;AAGtD,MAAM,MAAM,4BAA4B,GAAG,WAAW,CAAC,kBAAkB,GACvE,IAAI,CAAC,KAAK,CAAC,aAAa,CAAC,iBAAiB,CAAC,EAAE,UAAU,GAAG,OAAO,CAAC,GAClE,QAAQ,CAAC;IACP,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,WAAW,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,KAAK,CAAC,SAAS,CAAC;IACjD,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB,CAAC,CAAC;AAEL,eAAO,MAAM,uBAAuB;oEAOjC,4BAA4B;;CA6B9B,CAAC"}
|
|
@@ -12,5 +12,8 @@ export type SelectFieldProps = {
|
|
|
12
12
|
*/
|
|
13
13
|
variant?: "default" | "editor";
|
|
14
14
|
} & ComponentProps<"select">;
|
|
15
|
-
export declare const SelectField:
|
|
15
|
+
export declare const SelectField: {
|
|
16
|
+
({ label, helper, className, children, isHighlighted, invalid, variant, ref, ...props }: SelectFieldProps): import("react/jsx-runtime").JSX.Element;
|
|
17
|
+
displayName: string;
|
|
18
|
+
};
|
|
16
19
|
//# sourceMappingURL=SelectField.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SelectField.d.ts","sourceRoot":"","sources":["../../../../src/components/input/SelectField/SelectField.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,cAAc,
|
|
1
|
+
{"version":3,"file":"SelectField.d.ts","sourceRoot":"","sources":["../../../../src/components/input/SelectField/SelectField.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAKvC,MAAM,MAAM,gBAAgB,GAAG;IAC7B,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB;;OAEG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB;;OAEG;IACH,OAAO,CAAC,EAAE,SAAS,GAAG,QAAQ,CAAC;CAChC,GAAG,cAAc,CAAC,QAAQ,CAAC,CAAC;AAmD7B,eAAO,MAAM,WAAW;6FAUrB,gBAAgB;;CAkBlB,CAAC"}
|
|
@@ -13,10 +13,13 @@ export type StandardInputImagePromptProps = {
|
|
|
13
13
|
removeLabel: string;
|
|
14
14
|
className?: string;
|
|
15
15
|
displayOptionalImagesButton?: boolean;
|
|
16
|
-
}
|
|
16
|
+
} & React.RefAttributes<HTMLDivElement>;
|
|
17
17
|
export type ImageWidgetProps = React.ComponentProps<"div"> & {
|
|
18
18
|
onDismiss?: () => void;
|
|
19
19
|
dismissLabel?: string;
|
|
20
20
|
};
|
|
21
|
-
export declare const StandardInputImagePrompt:
|
|
21
|
+
export declare const StandardInputImagePrompt: {
|
|
22
|
+
({ images, onImageAdd, onImageRemove, limit, dropZoneLabel, removeLabel, className, ref, ...rest }: StandardInputImagePromptProps): import("react/jsx-runtime").JSX.Element;
|
|
23
|
+
displayName: string;
|
|
24
|
+
};
|
|
22
25
|
//# sourceMappingURL=StandardInputImagePrompt.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"StandardInputImagePrompt.d.ts","sourceRoot":"","sources":["../../../../src/components/input/StandardInput/StandardInputImagePrompt.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"StandardInputImagePrompt.d.ts","sourceRoot":"","sources":["../../../../src/components/input/StandardInput/StandardInputImagePrompt.tsx"],"names":[],"mappings":"AAOA,MAAM,MAAM,cAAc,GAAG;IAC3B,IAAI,EAAE,MAAM,CAAC;IACb,MAAM,EAAE,MAAM,CAAC;IACf,SAAS,EAAE,OAAO,CAAC;CACpB,CAAC;AAEF,MAAM,MAAM,6BAA6B,GAAG;IAC1C,MAAM,EAAE,cAAc,EAAE,CAAC;IACzB,UAAU,EAAE,CAAC,MAAM,EAAE,QAAQ,KAAK,IAAI,CAAC;IACvC,aAAa,EAAE,CAAC,SAAS,EAAE,MAAM,KAAK,IAAI,CAAC;IAC3C,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,aAAa,EAAE,MAAM,CAAC;IACtB,WAAW,EAAE,MAAM,CAAC;IACpB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,2BAA2B,CAAC,EAAE,OAAO,CAAC;CACvC,GAAG,KAAK,CAAC,aAAa,CAAC,cAAc,CAAC,CAAC;AAExC,MAAM,MAAM,gBAAgB,GAAG,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,GAAG;IAC3D,SAAS,CAAC,EAAE,MAAM,IAAI,CAAC;IACvB,YAAY,CAAC,EAAE,MAAM,CAAC;CACvB,CAAC;AAsDF,eAAO,MAAM,wBAAwB;wGAUlC,6BAA6B;;CAgD/B,CAAC"}
|
|
@@ -5,6 +5,9 @@ export type StandardInputTextPromptProps = {
|
|
|
5
5
|
placeholder?: string;
|
|
6
6
|
className?: string;
|
|
7
7
|
maxHeight?: string;
|
|
8
|
+
} & React.RefAttributes<HTMLTextAreaElement>;
|
|
9
|
+
export declare const StandardInputTextPrompt: {
|
|
10
|
+
({ value, onChange, disabled, placeholder, className, maxHeight, ref, ...rest }: StandardInputTextPromptProps): import("react/jsx-runtime").JSX.Element;
|
|
11
|
+
displayName: string;
|
|
8
12
|
};
|
|
9
|
-
export declare const StandardInputTextPrompt: import("react").ForwardRefExoticComponent<StandardInputTextPromptProps & import("react").RefAttributes<HTMLTextAreaElement>>;
|
|
10
13
|
//# sourceMappingURL=StandardInputTextPrompt.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"StandardInputTextPrompt.d.ts","sourceRoot":"","sources":["../../../../src/components/input/StandardInput/StandardInputTextPrompt.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"StandardInputTextPrompt.d.ts","sourceRoot":"","sources":["../../../../src/components/input/StandardInput/StandardInputTextPrompt.tsx"],"names":[],"mappings":"AAIA,MAAM,MAAM,4BAA4B,GAAG;IACzC,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IAClC,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,GAAG,KAAK,CAAC,aAAa,CAAC,mBAAmB,CAAC,CAAC;AAE7C,eAAO,MAAM,uBAAuB;qFASjC,4BAA4B;;CAkB9B,CAAC"}
|
|
@@ -1,8 +1,14 @@
|
|
|
1
1
|
import { StandardInputImagePrompt } from "./StandardInputImagePrompt";
|
|
2
2
|
import { StandardInputTextPrompt } from "./StandardInputTextPrompt";
|
|
3
3
|
export declare const StandardInput: {
|
|
4
|
-
TextPrompt:
|
|
5
|
-
|
|
4
|
+
TextPrompt: {
|
|
5
|
+
({ value, onChange, disabled, placeholder, className, maxHeight, ref, ...rest }: import("./StandardInputTextPrompt").StandardInputTextPromptProps): import("react/jsx-runtime").JSX.Element;
|
|
6
|
+
displayName: string;
|
|
7
|
+
};
|
|
8
|
+
ImagePrompt: {
|
|
9
|
+
({ images, onImageAdd, onImageRemove, limit, dropZoneLabel, removeLabel, className, ref, ...rest }: import("./StandardInputImagePrompt").StandardInputImagePromptProps): import("react/jsx-runtime").JSX.Element;
|
|
10
|
+
displayName: string;
|
|
11
|
+
};
|
|
6
12
|
};
|
|
7
13
|
export default StandardInput;
|
|
8
14
|
export { StandardInputTextPrompt, StandardInputImagePrompt };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/input/StandardInput/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,wBAAwB,EAAE,MAAM,4BAA4B,CAAC;AACtE,OAAO,EAAE,uBAAuB,EAAE,MAAM,2BAA2B,CAAC;AAEpE,eAAO,MAAM,aAAa
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/input/StandardInput/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,wBAAwB,EAAE,MAAM,4BAA4B,CAAC;AACtE,OAAO,EAAE,uBAAuB,EAAE,MAAM,2BAA2B,CAAC;AAEpE,eAAO,MAAM,aAAa;;;;;;;;;CAGzB,CAAC;AAEF,eAAe,aAAa,CAAC;AAE7B,OAAO,EAAE,uBAAuB,EAAE,wBAAwB,EAAE,CAAC"}
|
|
@@ -5,6 +5,8 @@ export type TagFieldProps = {
|
|
|
5
5
|
helper?: string;
|
|
6
6
|
onClear?: () => void;
|
|
7
7
|
} & TextInputProps;
|
|
8
|
-
export declare const
|
|
9
|
-
|
|
8
|
+
export declare const TagField: {
|
|
9
|
+
({ label, helper, invalid, className, onClear, children, ref, ...rest }: TagFieldProps): import("react/jsx-runtime").JSX.Element;
|
|
10
|
+
displayName: string;
|
|
11
|
+
};
|
|
10
12
|
//# sourceMappingURL=TagField.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TagField.d.ts","sourceRoot":"","sources":["../../../../src/components/input/TagField/TagField.tsx"],"names":[],"mappings":"AAGA,OAAO,
|
|
1
|
+
{"version":3,"file":"TagField.d.ts","sourceRoot":"","sources":["../../../../src/components/input/TagField/TagField.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAmB,MAAM,OAAO,CAAC;AAKxC,OAAO,EAAE,cAAc,EAAE,MAAM,wBAAwB,CAAC;AAExD,MAAM,MAAM,aAAa,GAAG;IAC1B,KAAK,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACxB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;CACtB,GAAG,cAAc,CAAC;AA4BnB,eAAO,MAAM,QAAQ;6EASlB,aAAa;;CAkDf,CAAC"}
|
|
@@ -5,12 +5,9 @@ export type TextAreaProps = {
|
|
|
5
5
|
invalid?: boolean;
|
|
6
6
|
trailingElement?: React.ReactNode;
|
|
7
7
|
autosized?: boolean;
|
|
8
|
-
} & TextAreaAutosizeProps
|
|
9
|
-
export declare const TextArea:
|
|
10
|
-
label
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
trailingElement?: React.ReactNode;
|
|
14
|
-
autosized?: boolean;
|
|
15
|
-
} & import("react-textarea-autosize").TextareaAutosizeProps & import("react").RefAttributes<HTMLTextAreaElement>>;
|
|
8
|
+
} & TextAreaAutosizeProps & React.RefAttributes<HTMLTextAreaElement>;
|
|
9
|
+
export declare const TextArea: {
|
|
10
|
+
({ label, helper, className, invalid, trailingElement, autosized, style, ref, ...rest }: TextAreaProps): import("react/jsx-runtime").JSX.Element;
|
|
11
|
+
displayName: string;
|
|
12
|
+
};
|
|
16
13
|
//# sourceMappingURL=TextArea.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TextArea.d.ts","sourceRoot":"","sources":["../../../../src/components/input/TextArea/TextArea.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"TextArea.d.ts","sourceRoot":"","sources":["../../../../src/components/input/TextArea/TextArea.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAoB,qBAAqB,EAAE,MAAM,oBAAoB,CAAC;AAE7E,MAAM,MAAM,aAAa,GAAG;IAC1B,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,eAAe,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAClC,SAAS,CAAC,EAAE,OAAO,CAAC;CACrB,GAAG,qBAAqB,GACvB,KAAK,CAAC,aAAa,CAAC,mBAAmB,CAAC,CAAC;AAE3C,eAAO,MAAM,QAAQ;6FAUlB,aAAa;;CAyBf,CAAC"}
|