@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,7 +1,3 @@
|
|
|
1
|
-
import { MoveableSelectionObjectBox } from "./MoveableSelectionObjectBox";
|
|
2
|
-
type SelectionObjectBoxComponent = {
|
|
3
|
-
Moveable: typeof MoveableSelectionObjectBox;
|
|
4
|
-
} & React.ForwardRefExoticComponent<SelectionObjectBoxProps & React.RefAttributes<HTMLDivElement>>;
|
|
5
1
|
export type SelectionObjectBoxProps = {
|
|
6
2
|
className?: string;
|
|
7
3
|
left: number;
|
|
@@ -11,7 +7,22 @@ export type SelectionObjectBoxProps = {
|
|
|
11
7
|
transform: string;
|
|
12
8
|
onPointerDown?: React.PointerEventHandler<HTMLDivElement>;
|
|
13
9
|
children?: React.ReactNode;
|
|
10
|
+
} & React.RefAttributes<HTMLDivElement>;
|
|
11
|
+
export declare const SelectionObjectBox: {
|
|
12
|
+
({ className, left, top, width, height, transform, children, ref, ...rest }: SelectionObjectBoxProps): import("react/jsx-runtime").JSX.Element;
|
|
13
|
+
displayName: string;
|
|
14
|
+
Moveable: {
|
|
15
|
+
({ target, shouldShowLateralHandles, shouldShowVerticalHandles, selectionBoxHeight, editionPill, forcedPillPosition, variant, onRotateStart, onRotateEnd, onScaleStart, onScale, onScaleEnd, onRotate, onEditionPillPointerMove, onRotateButtonPointerMove, ref, ...rest }: import("react-moveable").MoveableProps & Readonly<{
|
|
16
|
+
shouldShowLateralHandles?: boolean;
|
|
17
|
+
shouldShowVerticalHandles?: boolean;
|
|
18
|
+
selectionBoxHeight: number;
|
|
19
|
+
editionPill?: React.ReactNode;
|
|
20
|
+
forcedPillPosition?: "top" | "bottom";
|
|
21
|
+
variant?: "default" | "layerBox" | "cropBox";
|
|
22
|
+
onEditionPillPointerMove?: (e: React.PointerEvent) => void;
|
|
23
|
+
onRotateButtonPointerMove?: (e: React.PointerEvent) => void;
|
|
24
|
+
}> & import("react").RefAttributes<import("react-moveable").default<{}>>): import("react/jsx-runtime").JSX.Element;
|
|
25
|
+
displayName: string;
|
|
26
|
+
};
|
|
14
27
|
};
|
|
15
|
-
export declare const SelectionObjectBox: SelectionObjectBoxComponent;
|
|
16
|
-
export {};
|
|
17
28
|
//# sourceMappingURL=SelectionObjectBox.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SelectionObjectBox.d.ts","sourceRoot":"","sources":["../../../../src/components/editor/SelectionObjectBox/SelectionObjectBox.tsx"],"names":[],"mappings":"AAIA,
|
|
1
|
+
{"version":3,"file":"SelectionObjectBox.d.ts","sourceRoot":"","sources":["../../../../src/components/editor/SelectionObjectBox/SelectionObjectBox.tsx"],"names":[],"mappings":"AAIA,MAAM,MAAM,uBAAuB,GAAG;IACpC,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,IAAI,EAAE,MAAM,CAAC;IACb,GAAG,EAAE,MAAM,CAAC;IACZ,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,MAAM,CAAC;IACf,SAAS,EAAE,MAAM,CAAC;IAClB,aAAa,CAAC,EAAE,KAAK,CAAC,mBAAmB,CAAC,cAAc,CAAC,CAAC;IAC1D,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CAC5B,GAAG,KAAK,CAAC,aAAa,CAAC,cAAc,CAAC,CAAC;AAExC,eAAO,MAAM,kBAAkB;iFAU5B,uBAAuB;;;;;;;;;;;;;;;CAqBzB,CAAC"}
|
|
@@ -2,5 +2,8 @@ export type TextureSwatchProps = Readonly<{
|
|
|
2
2
|
label?: string;
|
|
3
3
|
selected?: boolean;
|
|
4
4
|
}> & React.ComponentProps<"button">;
|
|
5
|
-
export declare const TextureSwatch:
|
|
5
|
+
export declare const TextureSwatch: {
|
|
6
|
+
({ label, selected, className, ref, ...props }: TextureSwatchProps): import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
displayName: string;
|
|
8
|
+
};
|
|
6
9
|
//# sourceMappingURL=TextureSwatch.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TextureSwatch.d.ts","sourceRoot":"","sources":["../../../../src/components/editor/TextureSwatch/TextureSwatch.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"TextureSwatch.d.ts","sourceRoot":"","sources":["../../../../src/components/editor/TextureSwatch/TextureSwatch.tsx"],"names":[],"mappings":"AAyCA,MAAM,MAAM,kBAAkB,GAAG,QAAQ,CAAC;IACxC,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB,CAAC,GACA,KAAK,CAAC,cAAc,CAAC,QAAQ,CAAC,CAAC;AAEjC,eAAO,MAAM,aAAa;oDAMvB,kBAAkB;;CAUpB,CAAC"}
|
|
@@ -1,8 +1,14 @@
|
|
|
1
1
|
export type ZoomPillProps = React.ComponentProps<"div">;
|
|
2
2
|
export declare const ZoomPill: {
|
|
3
3
|
({ className, ...props }: ZoomPillProps): import("react/jsx-runtime").JSX.Element;
|
|
4
|
-
MinusButton:
|
|
5
|
-
|
|
4
|
+
MinusButton: {
|
|
5
|
+
({ className, ref, ...props }: import("./ZoomPillButton").ZoomPillButtonProps): import("react/jsx-runtime").JSX.Element;
|
|
6
|
+
displayName: string;
|
|
7
|
+
};
|
|
8
|
+
PlusButton: {
|
|
9
|
+
({ className, ref, ...props }: import("./ZoomPillButton").ZoomPillButtonProps): import("react/jsx-runtime").JSX.Element;
|
|
10
|
+
displayName: string;
|
|
11
|
+
};
|
|
6
12
|
Divider: {
|
|
7
13
|
(): import("react/jsx-runtime").JSX.Element;
|
|
8
14
|
displayName: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ZoomPill.d.ts","sourceRoot":"","sources":["../../../../src/components/editor/ZoomPill/ZoomPill.tsx"],"names":[],"mappings":"AAIA,MAAM,MAAM,aAAa,GAAG,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,CAAC;AAExD,eAAO,MAAM,QAAQ;8BAA6B,aAAa
|
|
1
|
+
{"version":3,"file":"ZoomPill.d.ts","sourceRoot":"","sources":["../../../../src/components/editor/ZoomPill/ZoomPill.tsx"],"names":[],"mappings":"AAIA,MAAM,MAAM,aAAa,GAAG,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,CAAC;AAExD,eAAO,MAAM,QAAQ;8BAA6B,aAAa;;;;;;;;;;;;;CAa9D,CAAC"}
|
|
@@ -1,4 +1,10 @@
|
|
|
1
1
|
export type ZoomPillButtonProps = Omit<React.ComponentProps<"button">, "children">;
|
|
2
|
-
export declare const ZoomPillMinusButton:
|
|
3
|
-
|
|
2
|
+
export declare const ZoomPillMinusButton: {
|
|
3
|
+
({ className, ref, ...props }: ZoomPillButtonProps): import("react/jsx-runtime").JSX.Element;
|
|
4
|
+
displayName: string;
|
|
5
|
+
};
|
|
6
|
+
export declare const ZoomPillPlusButton: {
|
|
7
|
+
({ className, ref, ...props }: ZoomPillButtonProps): import("react/jsx-runtime").JSX.Element;
|
|
8
|
+
displayName: string;
|
|
9
|
+
};
|
|
4
10
|
//# sourceMappingURL=ZoomPillButton.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ZoomPillButton.d.ts","sourceRoot":"","sources":["../../../../src/components/editor/ZoomPill/ZoomPillButton.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ZoomPillButton.d.ts","sourceRoot":"","sources":["../../../../src/components/editor/ZoomPill/ZoomPillButton.tsx"],"names":[],"mappings":"AAIA,MAAM,MAAM,mBAAmB,GAAG,IAAI,CAAC,KAAK,CAAC,cAAc,CAAC,QAAQ,CAAC,EAAE,UAAU,CAAC,CAAC;AAwCnF,eAAO,MAAM,mBAAmB;mCAjCmB,mBAAmB;;CAqCrE,CAAC;AACF,eAAO,MAAM,kBAAkB;mCAtCoB,mBAAmB;;CA0CrE,CAAC"}
|
|
@@ -9,16 +9,9 @@ export type ChoiceFeedTileProps = Omit<RadioGroup.RadioGroupItemProps, "children
|
|
|
9
9
|
error?: React.ReactNode;
|
|
10
10
|
aspectRatio?: string;
|
|
11
11
|
containerClassName?: string;
|
|
12
|
-
}>;
|
|
13
|
-
export declare const ChoiceFeedTile:
|
|
14
|
-
label:
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
showLabel?: boolean;
|
|
18
|
-
isLoading?: boolean;
|
|
19
|
-
onLoad?: () => void;
|
|
20
|
-
error?: React.ReactNode;
|
|
21
|
-
aspectRatio?: string;
|
|
22
|
-
containerClassName?: string;
|
|
23
|
-
}> & import("react").RefAttributes<HTMLButtonElement>>;
|
|
12
|
+
}> & React.RefAttributes<HTMLButtonElement>;
|
|
13
|
+
export declare const ChoiceFeedTile: {
|
|
14
|
+
({ label, previewUrl, previewBitmap, showLabel, isLoading, onLoad, error, aspectRatio, className, containerClassName, ref, ...props }: ChoiceFeedTileProps): import("react/jsx-runtime").JSX.Element;
|
|
15
|
+
displayName: string;
|
|
16
|
+
};
|
|
24
17
|
//# sourceMappingURL=ChoiceFeedTile.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ChoiceFeedTile.d.ts","sourceRoot":"","sources":["../../../../src/components/feed/ChoiceFeedTileGroup/ChoiceFeedTile.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,UAAU,MAAM,6BAA6B,CAAC;AAS1D,MAAM,MAAM,mBAAmB,GAAG,IAAI,CAAC,UAAU,CAAC,mBAAmB,EAAE,UAAU,CAAC,GAChF,QAAQ,CAAC;IACP,KAAK,EAAE,KAAK,CAAC,SAAS,CAAC;IACvB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,aAAa,CAAC,EAAE,WAAW,CAAC;IAC5B,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,MAAM,CAAC,EAAE,MAAM,IAAI,CAAC;IACpB,KAAK,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACxB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,kBAAkB,CAAC,EAAE,MAAM,CAAC;CAC7B,CAAC,
|
|
1
|
+
{"version":3,"file":"ChoiceFeedTile.d.ts","sourceRoot":"","sources":["../../../../src/components/feed/ChoiceFeedTileGroup/ChoiceFeedTile.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,UAAU,MAAM,6BAA6B,CAAC;AAS1D,MAAM,MAAM,mBAAmB,GAAG,IAAI,CAAC,UAAU,CAAC,mBAAmB,EAAE,UAAU,CAAC,GAChF,QAAQ,CAAC;IACP,KAAK,EAAE,KAAK,CAAC,SAAS,CAAC;IACvB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,aAAa,CAAC,EAAE,WAAW,CAAC;IAC5B,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,MAAM,CAAC,EAAE,MAAM,IAAI,CAAC;IACpB,KAAK,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACxB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,kBAAkB,CAAC,EAAE,MAAM,CAAC;CAC7B,CAAC,GACF,KAAK,CAAC,aAAa,CAAC,iBAAiB,CAAC,CAAC;AAEzC,eAAO,MAAM,cAAc;2IAaxB,mBAAmB;;CA6GrB,CAAC"}
|
|
@@ -2,16 +2,9 @@ import * as RadioGroup from "@radix-ui/react-radio-group";
|
|
|
2
2
|
export type ChoiceFeedTileGroupProps = RadioGroup.RadioGroupProps;
|
|
3
3
|
export declare const ChoiceFeedTileGroup: {
|
|
4
4
|
(props: ChoiceFeedTileGroupProps): import("react/jsx-runtime").JSX.Element;
|
|
5
|
-
Item:
|
|
6
|
-
label:
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
showLabel?: boolean;
|
|
10
|
-
isLoading?: boolean;
|
|
11
|
-
onLoad?: () => void;
|
|
12
|
-
error?: React.ReactNode;
|
|
13
|
-
aspectRatio?: string;
|
|
14
|
-
containerClassName?: string;
|
|
15
|
-
}> & import("react").RefAttributes<HTMLButtonElement>>;
|
|
5
|
+
Item: {
|
|
6
|
+
({ label, previewUrl, previewBitmap, showLabel, isLoading, onLoad, error, aspectRatio, className, containerClassName, ref, ...props }: import("./ChoiceFeedTile").ChoiceFeedTileProps): import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
displayName: string;
|
|
8
|
+
};
|
|
16
9
|
};
|
|
17
10
|
//# sourceMappingURL=ChoiceFeedTileGroup.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ChoiceFeedTileGroup.d.ts","sourceRoot":"","sources":["../../../../src/components/feed/ChoiceFeedTileGroup/ChoiceFeedTileGroup.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,UAAU,MAAM,6BAA6B,CAAC;AAM1D,MAAM,MAAM,wBAAwB,GAAG,UAAU,CAAC,eAAe,CAAC;AAElE,eAAO,MAAM,mBAAmB;YAAW,wBAAwB
|
|
1
|
+
{"version":3,"file":"ChoiceFeedTileGroup.d.ts","sourceRoot":"","sources":["../../../../src/components/feed/ChoiceFeedTileGroup/ChoiceFeedTileGroup.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,UAAU,MAAM,6BAA6B,CAAC;AAM1D,MAAM,MAAM,wBAAwB,GAAG,UAAU,CAAC,eAAe,CAAC;AAElE,eAAO,MAAM,mBAAmB;YAAW,wBAAwB;;;;;CASlE,CAAC"}
|
|
@@ -1,6 +1,12 @@
|
|
|
1
|
-
|
|
1
|
+
import { ComponentPropsWithoutRef } from "react";
|
|
2
|
+
type LazyImageProps = ComponentPropsWithoutRef<"img"> & {
|
|
2
3
|
fadeInDuration?: number;
|
|
3
4
|
eagerLoad?: boolean;
|
|
4
5
|
imgClassName?: string;
|
|
5
|
-
} &
|
|
6
|
+
} & React.RefAttributes<HTMLImageElement>;
|
|
7
|
+
export declare const LazyImage: {
|
|
8
|
+
({ fadeInDuration, className, imgClassName, style, onLoad, eagerLoad, ref, ...props }: LazyImageProps): import("react/jsx-runtime").JSX.Element;
|
|
9
|
+
displayName: string;
|
|
10
|
+
};
|
|
11
|
+
export {};
|
|
6
12
|
//# sourceMappingURL=LazyImage.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"LazyImage.d.ts","sourceRoot":"","sources":["../../../../src/components/feed/FeedTile/LazyImage.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"LazyImage.d.ts","sourceRoot":"","sources":["../../../../src/components/feed/FeedTile/LazyImage.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,wBAAwB,EAA4B,MAAM,OAAO,CAAC;AAG3E,KAAK,cAAc,GAAG,wBAAwB,CAAC,KAAK,CAAC,GAAG;IACtD,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,YAAY,CAAC,EAAE,MAAM,CAAC;CACvB,GAAG,KAAK,CAAC,aAAa,CAAC,gBAAgB,CAAC,CAAC;AAE1C,eAAO,MAAM,SAAS;2FASnB,cAAc;;CA8BhB,CAAC"}
|
|
@@ -2,6 +2,9 @@ import { ComponentPropsWithRef } from "react";
|
|
|
2
2
|
type PromptProps = ComponentPropsWithRef<"button"> & {
|
|
3
3
|
image?: string;
|
|
4
4
|
};
|
|
5
|
-
export declare const Prompt:
|
|
5
|
+
export declare const Prompt: {
|
|
6
|
+
({ className, image, children, ref, ...props }: PromptProps): import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
displayName: string;
|
|
8
|
+
};
|
|
6
9
|
export {};
|
|
7
10
|
//# sourceMappingURL=Prompt.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Prompt.d.ts","sourceRoot":"","sources":["../../../../src/components/feed/Prompt/Prompt.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,qBAAqB,
|
|
1
|
+
{"version":3,"file":"Prompt.d.ts","sourceRoot":"","sources":["../../../../src/components/feed/Prompt/Prompt.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,qBAAqB,EAAE,MAAM,OAAO,CAAC;AAE9C,KAAK,WAAW,GAAG,qBAAqB,CAAC,QAAQ,CAAC,GAAG;IACnD,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB,CAAC;AAEF,eAAO,MAAM,MAAM;oDAAmD,WAAW;;CAkChF,CAAC"}
|
|
@@ -1,2 +1,8 @@
|
|
|
1
|
-
|
|
1
|
+
import { ComponentProps } from "react";
|
|
2
|
+
type PromptSuggestionProps = ComponentProps<"button">;
|
|
3
|
+
export declare const PromptSuggestion: {
|
|
4
|
+
({ children, className, ref, ...rest }: PromptSuggestionProps): import("react/jsx-runtime").JSX.Element;
|
|
5
|
+
displayName: string;
|
|
6
|
+
};
|
|
7
|
+
export {};
|
|
2
8
|
//# sourceMappingURL=PromptSuggestion.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PromptSuggestion.d.ts","sourceRoot":"","sources":["../../../../src/components/feed/PromptSuggestion/PromptSuggestion.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"PromptSuggestion.d.ts","sourceRoot":"","sources":["../../../../src/components/feed/PromptSuggestion/PromptSuggestion.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAEvC,KAAK,qBAAqB,GAAG,cAAc,CAAC,QAAQ,CAAC,CAAC;AAEtD,eAAO,MAAM,gBAAgB;4CAA2C,qBAAqB;;CAgB5F,CAAC"}
|
|
@@ -4,6 +4,9 @@ type TextSuggestionProps = {
|
|
|
4
4
|
variant?: "filled" | "outline";
|
|
5
5
|
icon?: ReactNode;
|
|
6
6
|
} & ComponentProps<"button">;
|
|
7
|
-
export declare const TextSuggestion:
|
|
7
|
+
export declare const TextSuggestion: {
|
|
8
|
+
({ label, variant, icon, className, ref, ...props }: TextSuggestionProps): import("react/jsx-runtime").JSX.Element;
|
|
9
|
+
displayName: string;
|
|
10
|
+
};
|
|
8
11
|
export {};
|
|
9
12
|
//# sourceMappingURL=TextSuggestion.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TextSuggestion.d.ts","sourceRoot":"","sources":["../../../../src/components/feed/TextSuggestion/TextSuggestion.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,cAAc,EAAE,SAAS,
|
|
1
|
+
{"version":3,"file":"TextSuggestion.d.ts","sourceRoot":"","sources":["../../../../src/components/feed/TextSuggestion/TextSuggestion.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,cAAc,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAElD,KAAK,mBAAmB,GAAG;IACzB,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,CAAC,EAAE,QAAQ,GAAG,SAAS,CAAC;IAC/B,IAAI,CAAC,EAAE,SAAS,CAAC;CAClB,GAAG,cAAc,CAAC,QAAQ,CAAC,CAAC;AAE7B,eAAO,MAAM,cAAc;yDAOxB,mBAAmB;;CAsCrB,CAAC"}
|
|
@@ -18,6 +18,9 @@ export type CheckboxPullDownProps = {
|
|
|
18
18
|
disabled?: boolean;
|
|
19
19
|
/** Pass-through container className. */
|
|
20
20
|
className?: string;
|
|
21
|
+
} & React.RefAttributes<HTMLDivElement>;
|
|
22
|
+
export declare const CheckboxPullDown: {
|
|
23
|
+
({ checked, onCheckedChange, checkboxLabel, onMenuClick, menuLabel, menuExpanded, disabled, className, ref, }: CheckboxPullDownProps): import("react/jsx-runtime").JSX.Element;
|
|
24
|
+
displayName: string;
|
|
21
25
|
};
|
|
22
|
-
export declare const CheckboxPullDown: import("react").ForwardRefExoticComponent<CheckboxPullDownProps & import("react").RefAttributes<HTMLDivElement>>;
|
|
23
26
|
//# sourceMappingURL=CheckboxPullDown.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CheckboxPullDown.d.ts","sourceRoot":"","sources":["../../../../src/components/input/CheckboxPullDown/CheckboxPullDown.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"CheckboxPullDown.d.ts","sourceRoot":"","sources":["../../../../src/components/input/CheckboxPullDown/CheckboxPullDown.tsx"],"names":[],"mappings":"AAMA,MAAM,MAAM,qBAAqB,GAAG;IAClC,sDAAsD;IACtD,OAAO,CAAC,EAAE,OAAO,GAAG,eAAe,CAAC;IACpC,+CAA+C;IAC/C,eAAe,CAAC,EAAE,CAAC,OAAO,EAAE,OAAO,GAAG,eAAe,KAAK,IAAI,CAAC;IAC/D,gEAAgE;IAChE,aAAa,EAAE,MAAM,CAAC;IACtB,4EAA4E;IAC5E,WAAW,CAAC,EAAE,MAAM,IAAI,CAAC;IACzB,uEAAuE;IACvE,SAAS,EAAE,MAAM,CAAC;IAClB;;;OAGG;IACH,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,4BAA4B;IAC5B,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,wCAAwC;IACxC,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,GAAG,KAAK,CAAC,aAAa,CAAC,cAAc,CAAC,CAAC;AAUxC,eAAO,MAAM,gBAAgB;mHAU1B,qBAAqB;;CA0BvB,CAAC"}
|
|
@@ -6,18 +6,13 @@ export type CodeInputProps = Readonly<{
|
|
|
6
6
|
codeValues: string[];
|
|
7
7
|
isLastInput?: boolean;
|
|
8
8
|
}) => void;
|
|
9
|
-
}> & React.ComponentPropsWithoutRef<"div">;
|
|
9
|
+
}> & React.ComponentPropsWithoutRef<"div"> & React.RefAttributes<CodeInputRef>;
|
|
10
10
|
export type CodeInputRef = {
|
|
11
11
|
focus: () => void;
|
|
12
12
|
element: HTMLDivElement | null;
|
|
13
13
|
};
|
|
14
|
-
export declare const CodeInput:
|
|
15
|
-
invalid
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
onValuesChange: (args: {
|
|
19
|
-
codeValues: string[];
|
|
20
|
-
isLastInput?: boolean;
|
|
21
|
-
}) => void;
|
|
22
|
-
}> & Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & import("react").RefAttributes<CodeInputRef>>;
|
|
14
|
+
export declare const CodeInput: {
|
|
15
|
+
({ invalid, disabled, codeValues, onValuesChange, ref, ...rest }: CodeInputProps): import("react/jsx-runtime").JSX.Element;
|
|
16
|
+
displayName: string;
|
|
17
|
+
};
|
|
23
18
|
//# sourceMappingURL=CodeInput.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CodeInput.d.ts","sourceRoot":"","sources":["../../../../src/components/input/CodeInput/CodeInput.tsx"],"names":[],"mappings":"AAKA,MAAM,MAAM,cAAc,GAAG,QAAQ,CAAC;IACpC,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,UAAU,EAAE,MAAM,EAAE,CAAC;IACrB,cAAc,EAAE,CAAC,IAAI,EAAE;QAAE,UAAU,EAAE,MAAM,EAAE,CAAC;QAAC,WAAW,CAAC,EAAE,OAAO,CAAA;KAAE,KAAK,IAAI,CAAC;CACjF,CAAC,GACA,KAAK,CAAC,wBAAwB,CAAC,KAAK,CAAC,CAAC;
|
|
1
|
+
{"version":3,"file":"CodeInput.d.ts","sourceRoot":"","sources":["../../../../src/components/input/CodeInput/CodeInput.tsx"],"names":[],"mappings":"AAKA,MAAM,MAAM,cAAc,GAAG,QAAQ,CAAC;IACpC,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,UAAU,EAAE,MAAM,EAAE,CAAC;IACrB,cAAc,EAAE,CAAC,IAAI,EAAE;QAAE,UAAU,EAAE,MAAM,EAAE,CAAC;QAAC,WAAW,CAAC,EAAE,OAAO,CAAA;KAAE,KAAK,IAAI,CAAC;CACjF,CAAC,GACA,KAAK,CAAC,wBAAwB,CAAC,KAAK,CAAC,GACrC,KAAK,CAAC,aAAa,CAAC,YAAY,CAAC,CAAC;AAEpC,MAAM,MAAM,YAAY,GAAG;IACzB,KAAK,EAAE,MAAM,IAAI,CAAC;IAClB,OAAO,EAAE,cAAc,GAAG,IAAI,CAAC;CAChC,CAAC;AAEF,eAAO,MAAM,SAAS;sEAOnB,cAAc;;CA0GhB,CAAC"}
|
|
@@ -2,14 +2,13 @@ export type CodeInputFieldProps = Readonly<{
|
|
|
2
2
|
invalid?: boolean;
|
|
3
3
|
onLeftArrow?: () => void;
|
|
4
4
|
onRightArrow?: () => void;
|
|
5
|
-
}> & React.ComponentPropsWithoutRef<"input">;
|
|
5
|
+
}> & React.ComponentPropsWithoutRef<"input"> & React.RefAttributes<CodeInputFieldRef>;
|
|
6
6
|
export type CodeInputFieldRef = {
|
|
7
7
|
focus: () => void;
|
|
8
8
|
element: HTMLInputElement | null;
|
|
9
9
|
};
|
|
10
|
-
export declare const CodeInputField:
|
|
11
|
-
invalid
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
}> & Omit<import("react").DetailedHTMLProps<import("react").InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref"> & import("react").RefAttributes<CodeInputFieldRef>>;
|
|
10
|
+
export declare const CodeInputField: {
|
|
11
|
+
({ invalid, onLeftArrow, onRightArrow, ref, ...rest }: CodeInputFieldProps): import("react/jsx-runtime").JSX.Element;
|
|
12
|
+
displayName: string;
|
|
13
|
+
};
|
|
15
14
|
//# sourceMappingURL=CodeInputField.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CodeInputField.d.ts","sourceRoot":"","sources":["../../../../src/components/input/CodeInput/CodeInputField.tsx"],"names":[],"mappings":"AAIA,MAAM,MAAM,mBAAmB,GAAG,QAAQ,CAAC;IACzC,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,WAAW,CAAC,EAAE,MAAM,IAAI,CAAC;IACzB,YAAY,CAAC,EAAE,MAAM,IAAI,CAAC;CAC3B,CAAC,GACA,KAAK,CAAC,wBAAwB,CAAC,OAAO,CAAC,CAAC;
|
|
1
|
+
{"version":3,"file":"CodeInputField.d.ts","sourceRoot":"","sources":["../../../../src/components/input/CodeInput/CodeInputField.tsx"],"names":[],"mappings":"AAIA,MAAM,MAAM,mBAAmB,GAAG,QAAQ,CAAC;IACzC,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,WAAW,CAAC,EAAE,MAAM,IAAI,CAAC;IACzB,YAAY,CAAC,EAAE,MAAM,IAAI,CAAC;CAC3B,CAAC,GACA,KAAK,CAAC,wBAAwB,CAAC,OAAO,CAAC,GACvC,KAAK,CAAC,aAAa,CAAC,iBAAiB,CAAC,CAAC;AAEzC,MAAM,MAAM,iBAAiB,GAAG;IAC9B,KAAK,EAAE,MAAM,IAAI,CAAC;IAClB,OAAO,EAAE,gBAAgB,GAAG,IAAI,CAAC;CAClC,CAAC;AAEF,eAAO,MAAM,cAAc;2DAMxB,mBAAmB;;CA8ErB,CAAC"}
|
|
@@ -5,6 +5,9 @@ type DomainFieldProps = {
|
|
|
5
5
|
helper?: string;
|
|
6
6
|
hasError?: boolean;
|
|
7
7
|
} & TextInputProps;
|
|
8
|
-
export declare const DomainField:
|
|
8
|
+
export declare const DomainField: {
|
|
9
|
+
({ label, helper, hasError, disabled, className, postfix, onFocus, onBlur, ref, ...rest }: DomainFieldProps): import("react/jsx-runtime").JSX.Element;
|
|
10
|
+
displayName: string;
|
|
11
|
+
};
|
|
9
12
|
export {};
|
|
10
13
|
//# sourceMappingURL=DomainField.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DomainField.d.ts","sourceRoot":"","sources":["../../../../src/components/input/DomainField/DomainField.tsx"],"names":[],"mappings":"AAMA,OAAO,EAAE,cAAc,EAAa,MAAM,cAAc,CAAC;AAEzD,KAAK,gBAAgB,GAAG;IACtB,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,EAAE,MAAM,CAAC;IAChB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB,GAAG,cAAc,CAAC;AAEnB,eAAO,MAAM,WAAW,
|
|
1
|
+
{"version":3,"file":"DomainField.d.ts","sourceRoot":"","sources":["../../../../src/components/input/DomainField/DomainField.tsx"],"names":[],"mappings":"AAMA,OAAO,EAAE,cAAc,EAAa,MAAM,cAAc,CAAC;AAEzD,KAAK,gBAAgB,GAAG;IACtB,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,EAAE,MAAM,CAAC;IAChB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB,GAAG,cAAc,CAAC;AAEnB,eAAO,MAAM,WAAW;+FAWrB,gBAAgB;;CAkElB,CAAC"}
|
|
@@ -14,16 +14,9 @@ export type DropdownMenuMultipleSelectionItemProps = Readonly<{
|
|
|
14
14
|
renderValue?: (selectedOptions: DropdownMenuMultipleSelectionItemOption[]) => React.ReactNode;
|
|
15
15
|
className?: string;
|
|
16
16
|
disabled?: boolean;
|
|
17
|
-
}>;
|
|
18
|
-
export declare const DropdownMenuMultipleSelectionItem:
|
|
19
|
-
options:
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
onValueChange?: (value: string[]) => void;
|
|
23
|
-
placeholder?: string;
|
|
24
|
-
icon?: React.ReactNode;
|
|
25
|
-
renderValue?: (selectedOptions: DropdownMenuMultipleSelectionItemOption[]) => React.ReactNode;
|
|
26
|
-
className?: string;
|
|
27
|
-
disabled?: boolean;
|
|
28
|
-
}> & import("react").RefAttributes<HTMLButtonElement>>;
|
|
17
|
+
}> & React.RefAttributes<HTMLButtonElement>;
|
|
18
|
+
export declare const DropdownMenuMultipleSelectionItem: {
|
|
19
|
+
({ options, value: outerValue, defaultValue, onValueChange, placeholder, icon, renderValue, className, disabled, ref, }: DropdownMenuMultipleSelectionItemProps): import("react/jsx-runtime").JSX.Element;
|
|
20
|
+
displayName: string;
|
|
21
|
+
};
|
|
29
22
|
//# sourceMappingURL=DropdownMenuMultipleSelectionItem.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DropdownMenuMultipleSelectionItem.d.ts","sourceRoot":"","sources":["../../../../src/components/input/DropdownSelectionMenu/DropdownMenuMultipleSelectionItem.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"DropdownMenuMultipleSelectionItem.d.ts","sourceRoot":"","sources":["../../../../src/components/input/DropdownSelectionMenu/DropdownMenuMultipleSelectionItem.tsx"],"names":[],"mappings":"AAOA,MAAM,MAAM,uCAAuC,GAAG;IACpD,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB,CAAC;AAEF,MAAM,MAAM,sCAAsC,GAAG,QAAQ,CAAC;IAC5D,OAAO,EAAE,uCAAuC,EAAE,CAAC;IACnD,KAAK,CAAC,EAAE,MAAM,EAAE,CAAC;IACjB,YAAY,CAAC,EAAE,MAAM,EAAE,CAAC;IACxB,aAAa,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,EAAE,KAAK,IAAI,CAAC;IAC1C,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,IAAI,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACvB,WAAW,CAAC,EAAE,CAAC,eAAe,EAAE,uCAAuC,EAAE,KAAK,KAAK,CAAC,SAAS,CAAC;IAC9F,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB,CAAC,GACA,KAAK,CAAC,aAAa,CAAC,iBAAiB,CAAC,CAAC;AAEzC,eAAO,MAAM,iCAAiC;6HAW3C,sCAAsC;;CA+CxC,CAAC"}
|
|
@@ -4,16 +4,13 @@ export type SelectTriggerProps = Readonly<{
|
|
|
4
4
|
additionalContent?: React.ReactNode;
|
|
5
5
|
className?: string;
|
|
6
6
|
disabled?: boolean;
|
|
7
|
-
}> & Omit<React.ButtonHTMLAttributes<HTMLButtonElement>, "children">;
|
|
7
|
+
}> & Omit<React.ButtonHTMLAttributes<HTMLButtonElement>, "children"> & React.RefAttributes<HTMLButtonElement>;
|
|
8
8
|
/**
|
|
9
9
|
* A standalone select-like trigger button that matches the styling of SearchableSelectTrigger.
|
|
10
10
|
* Can be used with DropdownMenu or other dropdown components.
|
|
11
11
|
*/
|
|
12
|
-
export declare const SelectTrigger:
|
|
13
|
-
label
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
className?: string;
|
|
17
|
-
disabled?: boolean;
|
|
18
|
-
}> & Omit<import("react").ButtonHTMLAttributes<HTMLButtonElement>, "children"> & import("react").RefAttributes<HTMLButtonElement>>;
|
|
12
|
+
export declare const SelectTrigger: {
|
|
13
|
+
({ label, icon, additionalContent, className, disabled, ref, ...props }: SelectTriggerProps): import("react/jsx-runtime").JSX.Element;
|
|
14
|
+
displayName: string;
|
|
15
|
+
};
|
|
19
16
|
//# sourceMappingURL=SelectTrigger.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SelectTrigger.d.ts","sourceRoot":"","sources":["../../../../src/components/input/DropdownSelectionMenu/SelectTrigger.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"SelectTrigger.d.ts","sourceRoot":"","sources":["../../../../src/components/input/DropdownSelectionMenu/SelectTrigger.tsx"],"names":[],"mappings":"AAIA,MAAM,MAAM,kBAAkB,GAAG,QAAQ,CAAC;IACxC,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,IAAI,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACvB,iBAAiB,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACpC,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB,CAAC,GACA,IAAI,CAAC,KAAK,CAAC,oBAAoB,CAAC,iBAAiB,CAAC,EAAE,UAAU,CAAC,GAC/D,KAAK,CAAC,aAAa,CAAC,iBAAiB,CAAC,CAAC;AAEzC;;;GAGG;AACH,eAAO,MAAM,aAAa;6EAQvB,kBAAkB;;CA4BpB,CAAC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { PolymorphicComponent } from "../../polymorphic";
|
|
2
2
|
export type FieldLabelProps = Readonly<{
|
|
3
3
|
children: React.ReactNode;
|
|
4
4
|
className?: string;
|
|
@@ -6,7 +6,5 @@ export type FieldLabelProps = Readonly<{
|
|
|
6
6
|
tooltip?: React.ReactNode;
|
|
7
7
|
isTooltipDisabled?: boolean;
|
|
8
8
|
}>;
|
|
9
|
-
|
|
10
|
-
export declare const FieldLabel: PolymorphicLabel;
|
|
11
|
-
export {};
|
|
9
|
+
export declare const FieldLabel: PolymorphicComponent<"label", FieldLabelProps>;
|
|
12
10
|
//# sourceMappingURL=FieldLabel.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FieldLabel.d.ts","sourceRoot":"","sources":["../../../../src/components/input/FieldLabel/FieldLabel.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"FieldLabel.d.ts","sourceRoot":"","sources":["../../../../src/components/input/FieldLabel/FieldLabel.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,oBAAoB,EAAoB,MAAM,mBAAmB,CAAC;AAG3E,MAAM,MAAM,eAAe,GAAG,QAAQ,CAAC;IACrC,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,OAAO,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,iBAAiB,CAAC,EAAE,OAAO,CAAC;CAC7B,CAAC,CAAC;AAEH,eAAO,MAAM,UAAU,EAmCjB,oBAAoB,CAAC,OAAO,EAAE,eAAe,CAAC,CAAC"}
|
|
@@ -34,6 +34,9 @@ export type FloatingInputProps = {
|
|
|
34
34
|
referenceImages?: FloatingInputReferenceImages;
|
|
35
35
|
/** Additional className for the root container */
|
|
36
36
|
className?: string;
|
|
37
|
+
} & React.RefAttributes<HTMLTextAreaElement>;
|
|
38
|
+
export declare const FloatingInput: {
|
|
39
|
+
({ value, onChange, onSubmit, submitLabel, placeholder, autoFocus, pending, allowEmptySubmit, onDismiss, referenceImages, className, ref, }: FloatingInputProps): import("react/jsx-runtime").JSX.Element;
|
|
40
|
+
displayName: string;
|
|
37
41
|
};
|
|
38
|
-
export declare const FloatingInput: import("react").ForwardRefExoticComponent<FloatingInputProps & import("react").RefAttributes<HTMLTextAreaElement>>;
|
|
39
42
|
//# sourceMappingURL=FloatingInput.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FloatingInput.d.ts","sourceRoot":"","sources":["../../../../src/components/input/FloatingInput/FloatingInput.tsx"],"names":[],"mappings":"AAQA,OAAO,KAAK,EAAE,4BAA4B,EAAE,MAAM,SAAS,CAAC;AAE5D,YAAY,EAAE,2BAA2B,EAAE,4BAA4B,EAAE,MAAM,SAAS,CAAC;AAEzF,MAAM,MAAM,kBAAkB,GAAG;IAC/B,uCAAuC;IACvC,KAAK,EAAE,MAAM,CAAC;IACd,gCAAgC;IAChC,QAAQ,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IAClC,+FAA+F;IAC/F,QAAQ,EAAE,MAAM,IAAI,CAAC;IACrB,kCAAkC;IAClC,WAAW,EAAE,MAAM,CAAC;IACpB,iDAAiD;IACjD,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,iDAAiD;IACjD,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,6EAA6E;IAC7E,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB;;;OAGG;IACH,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B;;;;OAIG;IACH,SAAS,CAAC,EAAE,CAAC,UAAU,EAAE,OAAO,KAAK,IAAI,CAAC;IAC1C;;;;OAIG;IACH,eAAe,CAAC,EAAE,4BAA4B,CAAC;IAC/C,kDAAkD;IAClD,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,CAAC;
|
|
1
|
+
{"version":3,"file":"FloatingInput.d.ts","sourceRoot":"","sources":["../../../../src/components/input/FloatingInput/FloatingInput.tsx"],"names":[],"mappings":"AAQA,OAAO,KAAK,EAAE,4BAA4B,EAAE,MAAM,SAAS,CAAC;AAE5D,YAAY,EAAE,2BAA2B,EAAE,4BAA4B,EAAE,MAAM,SAAS,CAAC;AAEzF,MAAM,MAAM,kBAAkB,GAAG;IAC/B,uCAAuC;IACvC,KAAK,EAAE,MAAM,CAAC;IACd,gCAAgC;IAChC,QAAQ,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IAClC,+FAA+F;IAC/F,QAAQ,EAAE,MAAM,IAAI,CAAC;IACrB,kCAAkC;IAClC,WAAW,EAAE,MAAM,CAAC;IACpB,iDAAiD;IACjD,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,iDAAiD;IACjD,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,6EAA6E;IAC7E,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB;;;OAGG;IACH,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B;;;;OAIG;IACH,SAAS,CAAC,EAAE,CAAC,UAAU,EAAE,OAAO,KAAK,IAAI,CAAC;IAC1C;;;;OAIG;IACH,eAAe,CAAC,EAAE,4BAA4B,CAAC;IAC/C,kDAAkD;IAClD,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,GAAG,KAAK,CAAC,aAAa,CAAC,mBAAmB,CAAC,CAAC;AAE7C,eAAO,MAAM,aAAa;iJAavB,kBAAkB;;CAgFpB,CAAC"}
|
|
@@ -2,7 +2,10 @@ import { RadioGroupProps as RadixRadioGroupProps } from "@radix-ui/react-radio-g
|
|
|
2
2
|
export type FolderListProps = RadixRadioGroupProps;
|
|
3
3
|
export declare const FolderList: {
|
|
4
4
|
({ children, className, ...props }: FolderListProps): import("react/jsx-runtime").JSX.Element;
|
|
5
|
-
Button:
|
|
5
|
+
Button: {
|
|
6
|
+
({ icon, children, className, ref, ...props }: import("./FolderListButton").FolderListButtonProps): import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
displayName: string;
|
|
8
|
+
};
|
|
6
9
|
Item: ({ children, className, ...props }: import("./FolderListItem").FolderListItemProps) => import("react/jsx-runtime").JSX.Element;
|
|
7
10
|
};
|
|
8
11
|
//# sourceMappingURL=FolderList.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FolderList.d.ts","sourceRoot":"","sources":["../../../../src/components/input/FolderList/FolderList.tsx"],"names":[],"mappings":"AAAA,OAAO,EAEL,eAAe,IAAI,oBAAoB,EACxC,MAAM,6BAA6B,CAAC;AAMrC,MAAM,MAAM,eAAe,GAAG,oBAAoB,CAAC;AAEnD,eAAO,MAAM,UAAU;wCAAuC,eAAe
|
|
1
|
+
{"version":3,"file":"FolderList.d.ts","sourceRoot":"","sources":["../../../../src/components/input/FolderList/FolderList.tsx"],"names":[],"mappings":"AAAA,OAAO,EAEL,eAAe,IAAI,oBAAoB,EACxC,MAAM,6BAA6B,CAAC;AAMrC,MAAM,MAAM,eAAe,GAAG,oBAAoB,CAAC;AAEnD,eAAO,MAAM,UAAU;wCAAuC,eAAe;;;;;;CAS5E,CAAC"}
|
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
export type FolderListButtonProps = Readonly<{
|
|
2
2
|
icon?: React.ReactNode;
|
|
3
3
|
}> & React.ComponentProps<"button">;
|
|
4
|
-
export declare const FolderListButton:
|
|
4
|
+
export declare const FolderListButton: {
|
|
5
|
+
({ icon, children, className, ref, ...props }: FolderListButtonProps): import("react/jsx-runtime").JSX.Element;
|
|
6
|
+
displayName: string;
|
|
7
|
+
};
|
|
5
8
|
//# sourceMappingURL=FolderListButton.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FolderListButton.d.ts","sourceRoot":"","sources":["../../../../src/components/input/FolderList/FolderListButton.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"FolderListButton.d.ts","sourceRoot":"","sources":["../../../../src/components/input/FolderList/FolderListButton.tsx"],"names":[],"mappings":"AAEA,MAAM,MAAM,qBAAqB,GAAG,QAAQ,CAAC;IAC3C,IAAI,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CACxB,CAAC,GACA,KAAK,CAAC,cAAc,CAAC,QAAQ,CAAC,CAAC;AAEjC,eAAO,MAAM,gBAAgB;mDAM1B,qBAAqB;;CAoBvB,CAAC"}
|
|
@@ -3,11 +3,9 @@ export type FontWeightSelectorItemProps = Readonly<{
|
|
|
3
3
|
weight?: number;
|
|
4
4
|
italic?: boolean;
|
|
5
5
|
selected: boolean;
|
|
6
|
-
} & React.HTMLAttributes<HTMLDivElement
|
|
7
|
-
export declare const FontWeightSelectorItem:
|
|
8
|
-
label:
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
selected: boolean;
|
|
12
|
-
} & import("react").HTMLAttributes<HTMLDivElement>> & import("react").RefAttributes<HTMLDivElement>>;
|
|
6
|
+
} & React.HTMLAttributes<HTMLDivElement>> & React.RefAttributes<HTMLDivElement>;
|
|
7
|
+
export declare const FontWeightSelectorItem: {
|
|
8
|
+
({ label, weight, italic, selected, ref, ...rest }: FontWeightSelectorItemProps): import("react/jsx-runtime").JSX.Element;
|
|
9
|
+
displayName: string;
|
|
10
|
+
};
|
|
13
11
|
//# sourceMappingURL=FontWeightSelectorItem.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FontWeightSelectorItem.d.ts","sourceRoot":"","sources":["../../../../src/components/input/FontWeightSelectorItem/FontWeightSelectorItem.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"FontWeightSelectorItem.d.ts","sourceRoot":"","sources":["../../../../src/components/input/FontWeightSelectorItem/FontWeightSelectorItem.tsx"],"names":[],"mappings":"AAIA,MAAM,MAAM,2BAA2B,GAAG,QAAQ,CAChD;IACE,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,QAAQ,EAAE,OAAO,CAAC;CACnB,GAAG,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC,CACzC,GACC,KAAK,CAAC,aAAa,CAAC,cAAc,CAAC,CAAC;AAEtC,eAAO,MAAM,sBAAsB;wDAOhC,2BAA2B;;CAyB7B,CAAC"}
|
|
@@ -16,23 +16,10 @@ export type IconSwitchProps = Readonly<{
|
|
|
16
16
|
/** Override tooltip trigger-disabled state. Defaults to the switch's `disabled`. */
|
|
17
17
|
isTooltipDisabled?: boolean;
|
|
18
18
|
className?: string;
|
|
19
|
-
}> & Omit<RadixSwitch.SwitchProps, "aria-label">;
|
|
20
|
-
export declare const IconSwitch:
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
on: IconType;
|
|
25
|
-
};
|
|
26
|
-
/** Aria-label describing what the switch controls. */
|
|
27
|
-
label: string;
|
|
28
|
-
/** Optional per-segment tooltip content. */
|
|
29
|
-
tooltips?: {
|
|
30
|
-
off?: React.ReactNode;
|
|
31
|
-
on?: React.ReactNode;
|
|
32
|
-
};
|
|
33
|
-
/** Override tooltip trigger-disabled state. Defaults to the switch's `disabled`. */
|
|
34
|
-
isTooltipDisabled?: boolean;
|
|
35
|
-
className?: string;
|
|
36
|
-
}> & Omit<RadixSwitch.SwitchProps, "aria-label"> & import("react").RefAttributes<HTMLButtonElement>>;
|
|
19
|
+
}> & Omit<RadixSwitch.SwitchProps, "aria-label"> & React.RefAttributes<HTMLButtonElement>;
|
|
20
|
+
export declare const IconSwitch: {
|
|
21
|
+
({ icons, label, tooltips, isTooltipDisabled, className, ref, ...rest }: IconSwitchProps): import("react/jsx-runtime").JSX.Element;
|
|
22
|
+
displayName: string;
|
|
23
|
+
};
|
|
37
24
|
export {};
|
|
38
25
|
//# sourceMappingURL=IconSwitch.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IconSwitch.d.ts","sourceRoot":"","sources":["../../../../src/components/input/IconSwitch/IconSwitch.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,WAAW,MAAM,wBAAwB,CAAC;
|
|
1
|
+
{"version":3,"file":"IconSwitch.d.ts","sourceRoot":"","sources":["../../../../src/components/input/IconSwitch/IconSwitch.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,WAAW,MAAM,wBAAwB,CAAC;AAMtD,KAAK,QAAQ,GAAG,KAAK,CAAC,aAAa,CAAC,KAAK,CAAC,wBAAwB,CAAC,KAAK,CAAC,CAAC,CAAC;AAM3E,MAAM,MAAM,eAAe,GAAG,QAAQ,CAAC;IACrC,gEAAgE;IAChE,KAAK,EAAE;QAAE,GAAG,EAAE,QAAQ,CAAC;QAAC,EAAE,EAAE,QAAQ,CAAA;KAAE,CAAC;IACvC,sDAAsD;IACtD,KAAK,EAAE,MAAM,CAAC;IACd,4CAA4C;IAC5C,QAAQ,CAAC,EAAE;QAAE,GAAG,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;QAAC,EAAE,CAAC,EAAE,KAAK,CAAC,SAAS,CAAA;KAAE,CAAC;IAC3D,oFAAoF;IACpF,iBAAiB,CAAC,EAAE,OAAO,CAAC;IAC5B,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,CAAC,GACA,IAAI,CAAC,WAAW,CAAC,WAAW,EAAE,YAAY,CAAC,GAC3C,KAAK,CAAC,aAAa,CAAC,iBAAiB,CAAC,CAAC;AAEzC,eAAO,MAAM,UAAU;6EAQpB,eAAe;;CAwDjB,CAAC"}
|
|
@@ -24,6 +24,9 @@ export type ImageWidgetProps = {
|
|
|
24
24
|
buttonLabel?: string;
|
|
25
25
|
className?: string;
|
|
26
26
|
imgClassName?: string;
|
|
27
|
+
} & React.RefAttributes<HTMLDivElement>;
|
|
28
|
+
export declare const ImageWidget: {
|
|
29
|
+
({ src, alt, width: widthProp, height: heightProp, flexibleWidth, fill, isLoading, selected, disabled, buttonIcon, onButtonClick, buttonLabel, className, imgClassName, ref, }: ImageWidgetProps): import("react/jsx-runtime").JSX.Element;
|
|
30
|
+
displayName: string;
|
|
27
31
|
};
|
|
28
|
-
export declare const ImageWidget: import("react").ForwardRefExoticComponent<ImageWidgetProps & import("react").RefAttributes<HTMLDivElement>>;
|
|
29
32
|
//# sourceMappingURL=ImageWidget.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ImageWidget.d.ts","sourceRoot":"","sources":["../../../../src/components/input/ImageWidget/ImageWidget.tsx"],"names":[],"mappings":"AAYA,MAAM,MAAM,gBAAgB,GAAG;IAC7B,GAAG,EAAE,MAAM,CAAC;IACZ,GAAG,EAAE,MAAM,CAAC;IACZ,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB;;;;OAIG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB;;;OAGG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,UAAU,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;QAAE,SAAS,CAAC,EAAE,MAAM,CAAA;KAAE,CAAC,CAAC;IACzD,aAAa,CAAC,EAAE,MAAM,IAAI,CAAC;IAC3B,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,YAAY,CAAC,EAAE,MAAM,CAAC;CACvB,CAAC;
|
|
1
|
+
{"version":3,"file":"ImageWidget.d.ts","sourceRoot":"","sources":["../../../../src/components/input/ImageWidget/ImageWidget.tsx"],"names":[],"mappings":"AAYA,MAAM,MAAM,gBAAgB,GAAG;IAC7B,GAAG,EAAE,MAAM,CAAC;IACZ,GAAG,EAAE,MAAM,CAAC;IACZ,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB;;;;OAIG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB;;;OAGG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,UAAU,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;QAAE,SAAS,CAAC,EAAE,MAAM,CAAA;KAAE,CAAC,CAAC;IACzD,aAAa,CAAC,EAAE,MAAM,IAAI,CAAC;IAC3B,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,YAAY,CAAC,EAAE,MAAM,CAAC;CACvB,GAAG,KAAK,CAAC,aAAa,CAAC,cAAc,CAAC,CAAC;AAKxC,eAAO,MAAM,WAAW;oLAgBrB,gBAAgB;;CA+ElB,CAAC"}
|
|
@@ -2,10 +2,9 @@ export type ImageWidgetButtonProps = Omit<React.ButtonHTMLAttributes<HTMLButtonE
|
|
|
2
2
|
icon: React.ComponentType<{
|
|
3
3
|
className?: string;
|
|
4
4
|
}>;
|
|
5
|
+
} & React.RefAttributes<HTMLButtonElement>;
|
|
6
|
+
export declare const ImageWidgetButton: {
|
|
7
|
+
({ icon: Icon, className, ref, ...props }: ImageWidgetButtonProps): import("react/jsx-runtime").JSX.Element;
|
|
8
|
+
displayName: string;
|
|
5
9
|
};
|
|
6
|
-
export declare const ImageWidgetButton: import("react").ForwardRefExoticComponent<Omit<import("react").ButtonHTMLAttributes<HTMLButtonElement>, "children"> & {
|
|
7
|
-
icon: React.ComponentType<{
|
|
8
|
-
className?: string;
|
|
9
|
-
}>;
|
|
10
|
-
} & import("react").RefAttributes<HTMLButtonElement>>;
|
|
11
10
|
//# sourceMappingURL=ImageWidgetButton.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ImageWidgetButton.d.ts","sourceRoot":"","sources":["../../../../src/components/input/ImageWidget/ImageWidgetButton.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ImageWidgetButton.d.ts","sourceRoot":"","sources":["../../../../src/components/input/ImageWidget/ImageWidgetButton.tsx"],"names":[],"mappings":"AAEA,MAAM,MAAM,sBAAsB,GAAG,IAAI,CACvC,KAAK,CAAC,oBAAoB,CAAC,iBAAiB,CAAC,EAC7C,UAAU,CACX,GAAG;IACF,IAAI,EAAE,KAAK,CAAC,aAAa,CAAC;QAAE,SAAS,CAAC,EAAE,MAAM,CAAA;KAAE,CAAC,CAAC;CACnD,GAAG,KAAK,CAAC,aAAa,CAAC,iBAAiB,CAAC,CAAC;AAE3C,eAAO,MAAM,iBAAiB;+CAK3B,sBAAsB;;CAkBxB,CAAC"}
|
|
@@ -21,6 +21,9 @@ type ImportWidgetWithoutClear = ImportWidgetBaseProps & {
|
|
|
21
21
|
clearAriaLabel?: never;
|
|
22
22
|
};
|
|
23
23
|
export type ImportWidgetProps = ImportWidgetWithClear | ImportWidgetWithoutClear;
|
|
24
|
-
export declare const ImportWidget:
|
|
24
|
+
export declare const ImportWidget: {
|
|
25
|
+
({ title, description, actionLabel, placeholder, inputProps, actionButtonProps, onAction, onClear, clearAriaLabel, actionDisabled, actionLoading, className, ref, ...divProps }: ImportWidgetProps & React.RefAttributes<HTMLDivElement>): import("react/jsx-runtime").JSX.Element;
|
|
26
|
+
displayName: string;
|
|
27
|
+
};
|
|
25
28
|
export {};
|
|
26
29
|
//# sourceMappingURL=ImportWidget.d.ts.map
|