@photoroom/ui 0.1.252 → 0.1.254
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/components/action/AppButton/AppButton.d.ts +2 -4
- package/components/action/AppButton/AppButton.d.ts.map +1 -1
- package/components/action/BlogSocialButton/BlogSocialButton.d.ts +2 -4
- package/components/action/BlogSocialButton/BlogSocialButton.d.ts.map +1 -1
- package/components/action/Button/Button.d.ts +2 -4
- package/components/action/Button/Button.d.ts.map +1 -1
- package/components/action/ButtonCluster/ButtonCluster.d.ts +4 -1
- package/components/action/ButtonCluster/ButtonCluster.d.ts.map +1 -1
- package/components/action/CircularButton/CircularButton.d.ts +4 -1
- package/components/action/CircularButton/CircularButton.d.ts.map +1 -1
- package/components/action/ClearButton/ClearButton.d.ts +4 -1
- package/components/action/ClearButton/ClearButton.d.ts.map +1 -1
- package/components/action/FilterPullDownButton/FilterPullDownButton.d.ts +4 -1
- package/components/action/FilterPullDownButton/FilterPullDownButton.d.ts.map +1 -1
- package/components/action/FilterTag/FilterTag.d.ts +4 -1
- package/components/action/FilterTag/FilterTag.d.ts.map +1 -1
- package/components/action/HelpButton/HelpButton.d.ts +7 -2
- package/components/action/HelpButton/HelpButton.d.ts.map +1 -1
- package/components/action/HeroButton/HeroButton.d.ts +2 -4
- package/components/action/HeroButton/HeroButton.d.ts.map +1 -1
- package/components/action/InfoButton/InfoButton.d.ts +2 -3
- package/components/action/InfoButton/InfoButton.d.ts.map +1 -1
- package/components/action/InputButton/InputButton.d.ts +5 -2
- package/components/action/InputButton/InputButton.d.ts.map +1 -1
- package/components/action/LimitButton/LimitButton.d.ts +4 -1
- package/components/action/LimitButton/LimitButton.d.ts.map +1 -1
- package/components/action/LoginButton/LoginButton.d.ts +4 -1
- package/components/action/LoginButton/LoginButton.d.ts.map +1 -1
- package/components/action/MobileNavigationButton/MobileNavigationButton.d.ts +2 -4
- package/components/action/MobileNavigationButton/MobileNavigationButton.d.ts.map +1 -1
- package/components/action/NavigationButton/NavigationButton.d.ts +4 -1
- package/components/action/NavigationButton/NavigationButton.d.ts.map +1 -1
- package/components/action/NavigationToggleButton/NavigationToggleButton.d.ts +4 -1
- package/components/action/NavigationToggleButton/NavigationToggleButton.d.ts.map +1 -1
- package/components/action/OverlayButton/OverlayButton.d.ts +5 -2
- package/components/action/OverlayButton/OverlayButton.d.ts.map +1 -1
- package/components/action/OverlaySelectButton/OverlaySelectButton.d.ts +4 -1
- package/components/action/OverlaySelectButton/OverlaySelectButton.d.ts.map +1 -1
- package/components/action/PresetPullDownButton/PresetPullDownButton.d.ts +4 -1
- package/components/action/PresetPullDownButton/PresetPullDownButton.d.ts.map +1 -1
- package/components/action/PullDownButton/PullDownButton.d.ts +2 -4
- package/components/action/PullDownButton/PullDownButton.d.ts.map +1 -1
- package/components/action/RetryButton/RetryButton.d.ts +4 -1
- package/components/action/RetryButton/RetryButton.d.ts.map +1 -1
- package/components/action/RoundButton/RoundButton.d.ts +4 -1
- package/components/action/RoundButton/RoundButton.d.ts.map +1 -1
- package/components/action/RoundedButton/RoundedButton.d.ts +5 -1
- package/components/action/RoundedButton/RoundedButton.d.ts.map +1 -1
- package/components/action/StandaloneLink/StandaloneLink.d.ts +2 -3
- package/components/action/StandaloneLink/StandaloneLink.d.ts.map +1 -1
- package/components/action/ToggleButton/ToggleButton.d.ts +5 -12
- package/components/action/ToggleButton/ToggleButton.d.ts.map +1 -1
- package/components/action/ValidationBanner/ValidationBanner.d.ts +5 -14
- package/components/action/ValidationBanner/ValidationBanner.d.ts.map +1 -1
- package/components/collections/CommonMenu/MenuContent.d.ts +7 -2
- package/components/collections/CommonMenu/MenuContent.d.ts.map +1 -1
- package/components/collections/CommonMenu/MenuItemButton.d.ts +5 -2
- package/components/collections/CommonMenu/MenuItemButton.d.ts.map +1 -1
- package/components/collections/CommonMenu/SubMenu.d.ts +1 -1
- package/components/collections/CommonMenu/SubMenu.d.ts.map +1 -1
- package/components/collections/ContextMenu/ContextMenu.d.ts +8 -6
- package/components/collections/ContextMenu/ContextMenu.d.ts.map +1 -1
- package/components/collections/ContextMenu/MenuItem/MenuItem.d.ts +5 -2
- package/components/collections/ContextMenu/MenuItem/MenuItem.d.ts.map +1 -1
- package/components/collections/ContextMenu/MenuSeparator/MenuSeparator.d.ts +5 -6
- package/components/collections/ContextMenu/MenuSeparator/MenuSeparator.d.ts.map +1 -1
- package/components/collections/DropdownMenu/DropdownMenu.d.ts +26 -11
- package/components/collections/DropdownMenu/DropdownMenu.d.ts.map +1 -1
- package/components/collections/DropdownMenu/MenuCheckboxGroup/MenuCheckboxGroup.d.ts +9 -8
- package/components/collections/DropdownMenu/MenuCheckboxGroup/MenuCheckboxGroup.d.ts.map +1 -1
- package/components/collections/DropdownMenu/MenuCheckboxGroup/MenuCheckboxItem.d.ts +5 -5
- package/components/collections/DropdownMenu/MenuCheckboxGroup/MenuCheckboxItem.d.ts.map +1 -1
- package/components/collections/DropdownMenu/MenuCustomItem/MenuCustomItem.d.ts +5 -2
- package/components/collections/DropdownMenu/MenuCustomItem/MenuCustomItem.d.ts.map +1 -1
- package/components/collections/DropdownMenu/MenuItem/MenuItem.d.ts +5 -2
- package/components/collections/DropdownMenu/MenuItem/MenuItem.d.ts.map +1 -1
- package/components/collections/DropdownMenu/MenuRadioGroup/MenuRadioGroup.d.ts +9 -8
- package/components/collections/DropdownMenu/MenuRadioGroup/MenuRadioGroup.d.ts.map +1 -1
- package/components/collections/DropdownMenu/MenuRadioGroup/MenuRadioItem.d.ts +5 -5
- package/components/collections/DropdownMenu/MenuRadioGroup/MenuRadioItem.d.ts.map +1 -1
- package/components/collections/DropdownMenu/MenuSeparator/MenuSeparator.d.ts +5 -6
- package/components/collections/DropdownMenu/MenuSeparator/MenuSeparator.d.ts.map +1 -1
- package/components/collections/FeedHeader/FeedHeader.d.ts +7 -4
- package/components/collections/FeedHeader/FeedHeader.d.ts.map +1 -1
- package/components/collections/FeedHeader/FeedHeaderTitle.d.ts +4 -1
- package/components/collections/FeedHeader/FeedHeaderTitle.d.ts.map +1 -1
- package/components/collections/MultiActionWidget/ActionButton.d.ts +2 -2
- package/components/collections/MultiActionWidget/ActionButton.d.ts.map +1 -1
- package/components/collections/MultiActionWidget/MultiActionWidget.d.ts +5 -19
- package/components/collections/MultiActionWidget/MultiActionWidget.d.ts.map +1 -1
- package/components/content/BatchTile/BatchTile.d.ts +4 -6
- package/components/content/BatchTile/BatchTile.d.ts.map +1 -1
- package/components/content/BlogEditorialCard/BlogEditorialCard.d.ts +2 -4
- package/components/content/BlogEditorialCard/BlogEditorialCard.d.ts.map +1 -1
- package/components/content/Folder/Folder.d.ts +2 -4
- package/components/content/Folder/Folder.d.ts.map +1 -1
- package/components/content/ModeSelectionTile/ModeSelectionTile.d.ts +5 -9
- package/components/content/ModeSelectionTile/ModeSelectionTile.d.ts.map +1 -1
- package/components/content/MoreTile/MoreTile.d.ts +5 -7
- package/components/content/MoreTile/MoreTile.d.ts.map +1 -1
- package/components/content/OptionTable/OptionTable.d.ts +1 -1
- package/components/content/ProductActionBar/ProductActionBar.d.ts +4 -1
- package/components/content/ProductActionBar/ProductActionBar.d.ts.map +1 -1
- package/components/content/PropList/PropListItem.d.ts +1 -1
- package/components/content/SelectionTile/SelectionTile.d.ts +5 -5
- package/components/content/SelectionTile/SelectionTile.d.ts.map +1 -1
- package/components/content/StarterTile/StarterTile.d.ts +4 -1
- package/components/content/StarterTile/StarterTile.d.ts.map +1 -1
- package/components/content/Tile/Tile.d.ts +2 -2
- package/components/content/Tile/Tile.d.ts.map +1 -1
- package/components/content/Tile/TileSelectable.d.ts +2 -2
- package/components/content/Tile/TileSelectable.d.ts.map +1 -1
- package/components/content/ToolTile/ToolTile.d.ts +1 -1
- package/components/content/VisualToolTile/VisualToolTile.d.ts +2 -2
- package/components/dialog/Dialog/Dialog.d.ts +6 -5
- package/components/dialog/Dialog/Dialog.d.ts.map +1 -1
- package/components/dialog/Dialog/DialogCloseButton.d.ts +4 -3
- package/components/dialog/Dialog/DialogCloseButton.d.ts.map +1 -1
- package/components/dropdown/DropdownListBox/DropdownListBox.d.ts +4 -1
- package/components/dropdown/DropdownListBox/DropdownListBox.d.ts.map +1 -1
- package/components/dropdown/DropdownListBox/DropdownMenuSingleSelectionItem.d.ts +2 -4
- package/components/dropdown/DropdownListBox/DropdownMenuSingleSelectionItem.d.ts.map +1 -1
- package/components/dropdown/DropdownMenuItem/DropdownMenuItem.d.ts +5 -2
- package/components/dropdown/DropdownMenuItem/DropdownMenuItem.d.ts.map +1 -1
- package/components/dropdown/DropdownSearchField/DropdownSearchField.d.ts +4 -1
- package/components/dropdown/DropdownSearchField/DropdownSearchField.d.ts.map +1 -1
- package/components/dropdown/SpaceDropdown/DropdownMenuSpaceActionItem.d.ts +4 -1
- package/components/dropdown/SpaceDropdown/DropdownMenuSpaceActionItem.d.ts.map +1 -1
- package/components/dropdown/SpaceDropdown/SpacePullDownButton.d.ts +4 -1
- package/components/dropdown/SpaceDropdown/SpacePullDownButton.d.ts.map +1 -1
- package/components/editor/ColorPicker/ColorWheel/ColorWheel.d.ts +7 -2
- package/components/editor/ColorPicker/ColorWheel/ColorWheel.d.ts.map +1 -1
- package/components/editor/ColorSwatch/ColorSwatch.d.ts +4 -1
- package/components/editor/ColorSwatch/ColorSwatch.d.ts.map +1 -1
- package/components/editor/FloatingPanel/FloatingPanel.d.ts +4 -1
- package/components/editor/FloatingPanel/FloatingPanel.d.ts.map +1 -1
- package/components/editor/FloatingPanel/FloatingPanelHeader.d.ts +4 -1
- package/components/editor/FloatingPanel/FloatingPanelHeader.d.ts.map +1 -1
- package/components/editor/ListItem/ListItem.d.ts +4 -1
- package/components/editor/ListItem/ListItem.d.ts.map +1 -1
- package/components/editor/ObjectItem/ObjectItem.d.ts +4 -1
- package/components/editor/ObjectItem/ObjectItem.d.ts.map +1 -1
- package/components/editor/Pill/Pill.d.ts +8 -14
- package/components/editor/Pill/Pill.d.ts.map +1 -1
- package/components/editor/Pill/PillButton.d.ts +4 -1
- package/components/editor/Pill/PillButton.d.ts.map +1 -1
- package/components/editor/Pill/PillToggle.d.ts +4 -1
- package/components/editor/Pill/PillToggle.d.ts.map +1 -1
- package/components/editor/PresenceObjectBox/PresenceObjectPill.d.ts +4 -1
- package/components/editor/PresenceObjectBox/PresenceObjectPill.d.ts.map +1 -1
- package/components/editor/SelectionObjectBox/MoveableSelectionObjectBox.d.ts +7 -2
- package/components/editor/SelectionObjectBox/MoveableSelectionObjectBox.d.ts.map +1 -1
- package/components/editor/SelectionObjectBox/SelectionObjectBox.d.ts +17 -6
- package/components/editor/SelectionObjectBox/SelectionObjectBox.d.ts.map +1 -1
- package/components/editor/TextureSwatch/TextureSwatch.d.ts +4 -1
- package/components/editor/TextureSwatch/TextureSwatch.d.ts.map +1 -1
- package/components/editor/ZoomPill/ZoomPill.d.ts +8 -2
- package/components/editor/ZoomPill/ZoomPill.d.ts.map +1 -1
- package/components/editor/ZoomPill/ZoomPillButton.d.ts +8 -2
- package/components/editor/ZoomPill/ZoomPillButton.d.ts.map +1 -1
- package/components/feed/ChoiceFeedTileGroup/ChoiceFeedTile.d.ts +5 -12
- package/components/feed/ChoiceFeedTileGroup/ChoiceFeedTile.d.ts.map +1 -1
- package/components/feed/ChoiceFeedTileGroup/ChoiceFeedTileGroup.d.ts +4 -11
- package/components/feed/ChoiceFeedTileGroup/ChoiceFeedTileGroup.d.ts.map +1 -1
- package/components/feed/FeedTile/LazyImage.d.ts +8 -2
- package/components/feed/FeedTile/LazyImage.d.ts.map +1 -1
- package/components/feed/Prompt/Prompt.d.ts +4 -1
- package/components/feed/Prompt/Prompt.d.ts.map +1 -1
- package/components/feed/PromptSuggestion/PromptSuggestion.d.ts +7 -1
- package/components/feed/PromptSuggestion/PromptSuggestion.d.ts.map +1 -1
- package/components/feed/TextSuggestion/TextSuggestion.d.ts +4 -1
- package/components/feed/TextSuggestion/TextSuggestion.d.ts.map +1 -1
- package/components/input/CheckboxPullDown/CheckboxPullDown.d.ts +4 -1
- package/components/input/CheckboxPullDown/CheckboxPullDown.d.ts.map +1 -1
- package/components/input/CodeInput/CodeInput.d.ts +5 -10
- package/components/input/CodeInput/CodeInput.d.ts.map +1 -1
- package/components/input/CodeInput/CodeInputField.d.ts +5 -6
- package/components/input/CodeInput/CodeInputField.d.ts.map +1 -1
- package/components/input/DomainField/DomainField.d.ts +4 -1
- package/components/input/DomainField/DomainField.d.ts.map +1 -1
- package/components/input/DropdownSelectionMenu/DropdownMenuMultipleSelectionItem.d.ts +5 -12
- package/components/input/DropdownSelectionMenu/DropdownMenuMultipleSelectionItem.d.ts.map +1 -1
- package/components/input/DropdownSelectionMenu/SelectTrigger.d.ts +5 -8
- package/components/input/DropdownSelectionMenu/SelectTrigger.d.ts.map +1 -1
- package/components/input/FieldLabel/FieldLabel.d.ts +2 -4
- package/components/input/FieldLabel/FieldLabel.d.ts.map +1 -1
- package/components/input/FloatingInput/FloatingInput.d.ts +4 -1
- package/components/input/FloatingInput/FloatingInput.d.ts.map +1 -1
- package/components/input/FolderList/FolderList.d.ts +4 -1
- package/components/input/FolderList/FolderList.d.ts.map +1 -1
- package/components/input/FolderList/FolderListButton.d.ts +4 -1
- package/components/input/FolderList/FolderListButton.d.ts.map +1 -1
- package/components/input/FontWeightSelectorItem/FontWeightSelectorItem.d.ts +5 -7
- package/components/input/FontWeightSelectorItem/FontWeightSelectorItem.d.ts.map +1 -1
- package/components/input/IconSwitch/IconSwitch.d.ts +5 -18
- package/components/input/IconSwitch/IconSwitch.d.ts.map +1 -1
- package/components/input/ImageWidget/ImageWidget.d.ts +4 -1
- package/components/input/ImageWidget/ImageWidget.d.ts.map +1 -1
- package/components/input/ImageWidget/ImageWidgetButton.d.ts +4 -5
- package/components/input/ImageWidget/ImageWidgetButton.d.ts.map +1 -1
- package/components/input/ImportWidget/ImportWidget.d.ts +4 -1
- package/components/input/ImportWidget/ImportWidget.d.ts.map +1 -1
- package/components/input/InlineSelector/InlineSelector.d.ts +5 -4
- package/components/input/InlineSelector/InlineSelector.d.ts.map +1 -1
- package/components/input/LargeOptionTile/LargeOptionTile.d.ts +5 -15
- package/components/input/LargeOptionTile/LargeOptionTile.d.ts.map +1 -1
- package/components/input/NumberField/NumberField.d.ts +5 -27
- package/components/input/NumberField/NumberField.d.ts.map +1 -1
- package/components/input/OptionGroup/OptionGroup.d.ts +9 -8
- package/components/input/OptionGroup/OptionGroup.d.ts.map +1 -1
- package/components/input/OptionGroup/OptionGroupItem/OptionGroupItem.d.ts +5 -8
- package/components/input/OptionGroup/OptionGroupItem/OptionGroupItem.d.ts.map +1 -1
- package/components/input/OptionSelectionListItem/OptionSelectionListItem.d.ts +5 -17
- package/components/input/OptionSelectionListItem/OptionSelectionListItem.d.ts.map +1 -1
- package/components/input/OptionTile/OptionTile.d.ts +5 -20
- package/components/input/OptionTile/OptionTile.d.ts.map +1 -1
- package/components/input/PanelStandardInput/PanelStandardInput.d.ts +5 -12
- package/components/input/PanelStandardInput/PanelStandardInput.d.ts.map +1 -1
- package/components/input/PlaceholderTile/PlaceholderTile.d.ts +5 -13
- package/components/input/PlaceholderTile/PlaceholderTile.d.ts.map +1 -1
- package/components/input/PromptInput/PromptInput.d.ts +4 -1
- package/components/input/PromptInput/PromptInput.d.ts.map +1 -1
- package/components/input/SearchableSelect/SearchableSelect.d.ts +14 -9
- package/components/input/SearchableSelect/SearchableSelect.d.ts.map +1 -1
- package/components/input/SearchableSelect/SearchableSelectItem.d.ts +5 -6
- package/components/input/SearchableSelect/SearchableSelectItem.d.ts.map +1 -1
- package/components/input/SearchableSelect/SearchableSelectPrimitive.d.ts +5 -2
- package/components/input/SearchableSelect/SearchableSelectPrimitive.d.ts.map +1 -1
- package/components/input/SearchableSelect/SearchableSelectTrigger.d.ts +4 -1
- package/components/input/SearchableSelect/SearchableSelectTrigger.d.ts.map +1 -1
- package/components/input/SelectField/SelectField.d.ts +4 -1
- package/components/input/SelectField/SelectField.d.ts.map +1 -1
- package/components/input/StandardInput/StandardInputImagePrompt.d.ts +5 -2
- package/components/input/StandardInput/StandardInputImagePrompt.d.ts.map +1 -1
- package/components/input/StandardInput/StandardInputTextPrompt.d.ts +4 -1
- package/components/input/StandardInput/StandardInputTextPrompt.d.ts.map +1 -1
- package/components/input/StandardInput/index.d.ts +8 -2
- package/components/input/StandardInput/index.d.ts.map +1 -1
- package/components/input/TagField/TagField.d.ts +4 -2
- package/components/input/TagField/TagField.d.ts.map +1 -1
- package/components/input/TextArea/TextArea.d.ts +5 -8
- package/components/input/TextArea/TextArea.d.ts.map +1 -1
- package/components/input/TextArea/TextAreaAutosize.d.ts +5 -2
- package/components/input/TextArea/TextAreaAutosize.d.ts.map +1 -1
- package/components/input/TextEditionBox/TextEditionBox.d.ts +5 -2
- package/components/input/TextEditionBox/TextEditionBox.d.ts.map +1 -1
- package/components/input/TextField/TextField.d.ts +4 -1
- package/components/input/TextField/TextField.d.ts.map +1 -1
- package/components/input/TextInput/TextInput.d.ts +4 -1
- package/components/input/TextInput/TextInput.d.ts.map +1 -1
- package/components/list/FontFamilyRow/FontFamilyRow.d.ts +6 -1
- package/components/list/FontFamilyRow/FontFamilyRow.d.ts.map +1 -1
- package/components/list/SizeListItem/SizeListItem.d.ts +5 -7
- package/components/list/SizeListItem/SizeListItem.d.ts.map +1 -1
- package/components/list/VariantListItem/VariantsListItem.d.ts +4 -4
- package/components/list/VariantListItem/VariantsListItemLeading.d.ts +5 -5
- package/components/list/VariantListItem/VariantsListItemLeading.d.ts.map +1 -1
- package/components/navigation/Breadcrumbs/Breadcrumbs.d.ts.map +1 -1
- package/components/navigation/SideNavigation/SideNavigationHeader/SideNavigationHeader.d.ts +4 -8
- package/components/navigation/SideNavigation/SideNavigationHeader/SideNavigationHeader.d.ts.map +1 -1
- package/components/navigation/SideNavigation/SideNavigationItem/SideNavigationItem.d.ts +2 -4
- package/components/navigation/SideNavigation/SideNavigationItem/SideNavigationItem.d.ts.map +1 -1
- package/components/navigation/TabNavigation/TabNavigation.d.ts +19 -13
- package/components/navigation/TabNavigation/TabNavigation.d.ts.map +1 -1
- package/components/navigation/TabNavigation/TabNavigationItem.d.ts +5 -6
- package/components/navigation/TabNavigation/TabNavigationItem.d.ts.map +1 -1
- package/components/navigation/Tabs/TabsItem.d.ts +2 -3
- package/components/navigation/Tabs/TabsItem.d.ts.map +1 -1
- package/components/navigation/TagGroup/Tag/Tag.d.ts +2 -4
- package/components/navigation/TagGroup/Tag/Tag.d.ts.map +1 -1
- package/components/navigation/TagGroup/TagGroup.d.ts +1 -19
- package/components/navigation/TagGroup/TagGroup.d.ts.map +1 -1
- package/components/navigation/TagNavigation/TagNavigationItem.d.ts +2 -4
- package/components/navigation/TagNavigation/TagNavigationItem.d.ts.map +1 -1
- package/components/navigation/ToolMenuButton/ToolMenuButton.d.ts +4 -1
- package/components/navigation/ToolMenuButton/ToolMenuButton.d.ts.map +1 -1
- package/components/onboarding/ChoiceGroup/ChoiceGroup.d.ts +5 -7
- package/components/onboarding/ChoiceGroup/ChoiceGroup.d.ts.map +1 -1
- package/components/onboarding/ChoiceGroup/ChoiceMultiple/ChoiceMultipleGroup.d.ts +12 -5
- package/components/onboarding/ChoiceGroup/ChoiceMultiple/ChoiceMultipleGroup.d.ts.map +1 -1
- package/components/onboarding/ChoiceGroup/ChoiceMultiple/ChoiceMultipleTile.d.ts +5 -2
- package/components/onboarding/ChoiceGroup/ChoiceMultiple/ChoiceMultipleTile.d.ts.map +1 -1
- package/components/onboarding/ChoiceGroup/ChoiceMultiple/ListChoiceMultipleExpandTile.d.ts +5 -4
- package/components/onboarding/ChoiceGroup/ChoiceMultiple/ListChoiceMultipleExpandTile.d.ts.map +1 -1
- package/components/onboarding/ChoiceGroup/ChoiceMultiple/ListChoiceMultipleTile.d.ts +5 -2
- package/components/onboarding/ChoiceGroup/ChoiceMultiple/ListChoiceMultipleTile.d.ts.map +1 -1
- package/components/onboarding/ChoiceGroup/ChoiceTile.d.ts +5 -2
- package/components/onboarding/ChoiceGroup/ChoiceTile.d.ts.map +1 -1
- package/components/polymorphic.d.ts +16 -22
- package/components/polymorphic.d.ts.map +1 -1
- package/components/status/Badge/Badge.d.ts +5 -2
- package/components/status/Badge/Badge.d.ts.map +1 -1
- package/components/status/Badge/StudioBadge.d.ts +4 -1
- package/components/status/Badge/StudioBadge.d.ts.map +1 -1
- package/components/status/ListingScoreButton/ListingScoreButton.d.ts +5 -7
- package/components/status/ListingScoreButton/ListingScoreButton.d.ts.map +1 -1
- package/components/status/SelectionBadge/SelectionBadge.d.ts +5 -8
- package/components/status/SelectionBadge/SelectionBadge.d.ts.map +1 -1
- package/components/structure/PanelHeader/PanelHeader.d.ts +8 -4
- package/components/structure/PanelHeader/PanelHeader.d.ts.map +1 -1
- package/components/structure/PanelHeader/PanelHeaderSwitcherButton.d.ts +4 -3
- package/components/structure/PanelHeader/PanelHeaderSwitcherButton.d.ts.map +1 -1
- package/components/structure/PanelHeader/PanelHeaderTrailing.d.ts +4 -1
- package/components/structure/PanelHeader/PanelHeaderTrailing.d.ts.map +1 -1
- package/components/unsorted/FileUploader/HiddenFileInput.d.ts +4 -1
- package/components/unsorted/FileUploader/HiddenFileInput.d.ts.map +1 -1
- package/components/unsorted/HighLightedText/HighLightedText.d.ts +2 -3
- package/components/unsorted/HighLightedText/HighLightedText.d.ts.map +1 -1
- package/components/unsorted/Tooltip/TooltipHOC.d.ts +4 -5
- package/components/unsorted/Tooltip/TooltipHOC.d.ts.map +1 -1
- package/components/website/ArticleHeroBlock/ArticleContent.d.ts +4 -1
- package/components/website/ArticleHeroBlock/ArticleContent.d.ts.map +1 -1
- package/components/website/BlockBackground/BlockBackground.d.ts +2 -4
- package/components/website/BlockBackground/BlockBackground.d.ts.map +1 -1
- package/components/website/BlogSubtleActionBlock/BlogSubtleActionBlock.d.ts +2 -4
- package/components/website/BlogSubtleActionBlock/BlogSubtleActionBlock.d.ts.map +1 -1
- package/components/website/FooterBlockV2/FooterV2Block.d.ts +1 -15
- package/components/website/FooterBlockV2/FooterV2LinkBlock.d.ts +2 -3
- package/components/website/FooterBlockV2/FooterV2LinkBlock.d.ts.map +1 -1
- package/components/website/Glossary/GlossaryAlphabet.d.ts +4 -1
- package/components/website/Glossary/GlossaryAlphabet.d.ts.map +1 -1
- package/components/website/Glossary/GlossaryLetterLink.d.ts +4 -1
- package/components/website/Glossary/GlossaryLetterLink.d.ts.map +1 -1
- package/components/website/Glossary/GlossaryTermCard.d.ts +2 -4
- package/components/website/Glossary/GlossaryTermCard.d.ts.map +1 -1
- package/components/website/PricingHeroBlock/ApiPricing/ApiPricingCardsContainer/PricingPullDownButton.d.ts +5 -4
- package/components/website/PricingHeroBlock/ApiPricing/ApiPricingCardsContainer/PricingPullDownButton.d.ts.map +1 -1
- package/components/website/PricingPicker/PricingPickerButton.d.ts +15 -12
- package/components/website/PricingPicker/PricingPickerButton.d.ts.map +1 -1
- package/components/website/TagCloudBlock/TagCloudBlock.d.ts +1 -19
- package/components/website/TagCloudBlock/TagCloudBlock.d.ts.map +1 -1
- package/components/website/ToolCard/ToolCard.d.ts +2 -4
- package/components/website/ToolCard/ToolCard.d.ts.map +1 -1
- package/components/website/ToolLinkCard/ToolLinkCard.d.ts +2 -4
- package/components/website/ToolLinkCard/ToolLinkCard.d.ts.map +1 -1
- package/components/website/ToolSmallCard/ToolSmallCard.d.ts +2 -4
- package/components/website/ToolSmallCard/ToolSmallCard.d.ts.map +1 -1
- package/components/website/WebsiteNavigation/WebsiteNavigationButton.d.ts +5 -2
- package/components/website/WebsiteNavigation/WebsiteNavigationButton.d.ts.map +1 -1
- package/components/website/WebsiteNavigation/WebsiteNavigationCtaSection.d.ts +4 -1
- package/components/website/WebsiteNavigation/WebsiteNavigationCtaSection.d.ts.map +1 -1
- package/components/website/WebsiteNavigation/WebsiteNavigationItem.d.ts +2 -2
- package/components/website/WebsiteNavigation/WebsiteNavigationItem.d.ts.map +1 -1
- package/components/website/WebsiteNavigation/WebsiteNavigationMoreItem.d.ts +2 -2
- package/components/website/WebsiteNavigation/WebsiteNavigationMoreItem.d.ts.map +1 -1
- package/components/website/WebsiteNavigation/WebsiteNavigationOverlayLink.d.ts +2 -2
- package/components/website/WebsiteNavigation/WebsiteNavigationOverlayLink.d.ts.map +1 -1
- package/components/website/WebsiteNavigation/WebsiteNavigationSection.d.ts +4 -1
- package/components/website/WebsiteNavigation/WebsiteNavigationSection.d.ts.map +1 -1
- package/components/website/WebsiteNavigation/WebsiteNavigationStory.d.ts +2 -2
- package/components/website/WebsiteNavigation/WebsiteNavigationStory.d.ts.map +1 -1
- package/components/website/WebsiteNavigation/WebsiteNavigationTestimonial.d.ts +2 -2
- package/components/website/WebsiteNavigation/WebsiteNavigationTestimonial.d.ts.map +1 -1
- package/index.mjs +13144 -13146
- package/package.json +2 -1
|
@@ -33,6 +33,9 @@ export type ProductActionBarProps = {
|
|
|
33
33
|
*/
|
|
34
34
|
selectionFilter?: ProductActionBarSelectionFilter;
|
|
35
35
|
className?: string;
|
|
36
|
+
} & React.RefAttributes<HTMLDivElement>;
|
|
37
|
+
export declare const ProductActionBar: {
|
|
38
|
+
({ selected, onSelectedChange, checkboxLabel, onMenuClick, menuLabel, menuExpanded, selectionLabel, actions, selectionFilter, className, ref, }: ProductActionBarProps): import("react/jsx-runtime").JSX.Element;
|
|
39
|
+
displayName: string;
|
|
36
40
|
};
|
|
37
|
-
export declare const ProductActionBar: import("react").ForwardRefExoticComponent<ProductActionBarProps & import("react").RefAttributes<HTMLDivElement>>;
|
|
38
41
|
//# sourceMappingURL=ProductActionBar.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ProductActionBar.d.ts","sourceRoot":"","sources":["../../../../src/components/content/ProductActionBar/ProductActionBar.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ProductActionBar.d.ts","sourceRoot":"","sources":["../../../../src/components/content/ProductActionBar/ProductActionBar.tsx"],"names":[],"mappings":"AAIA,MAAM,MAAM,+BAA+B,GAAG;IAC5C,yDAAyD;IACzD,OAAO,EAAE,OAAO,CAAC;IACjB,8CAA8C;IAC9C,eAAe,EAAE,CAAC,OAAO,EAAE,OAAO,KAAK,IAAI,CAAC;IAC5C,+EAA+E;IAC/E,KAAK,EAAE,KAAK,CAAC,SAAS,CAAC;CACxB,CAAC;AAEF,MAAM,MAAM,qBAAqB,GAAG;IAClC,sDAAsD;IACtD,QAAQ,EAAE,OAAO,GAAG,eAAe,CAAC;IACpC,+CAA+C;IAC/C,gBAAgB,EAAE,CAAC,OAAO,EAAE,OAAO,GAAG,eAAe,KAAK,IAAI,CAAC;IAC/D,0EAA0E;IAC1E,aAAa,EAAE,MAAM,CAAC;IACtB,yFAAyF;IACzF,WAAW,EAAE,MAAM,IAAI,CAAC;IACxB,oFAAoF;IACpF,SAAS,EAAE,MAAM,CAAC;IAClB,iFAAiF;IACjF,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,2DAA2D;IAC3D,cAAc,EAAE,KAAK,CAAC,SAAS,CAAC;IAChC;;;OAGG;IACH,OAAO,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B;;;;OAIG;IACH,eAAe,CAAC,EAAE,+BAA+B,CAAC;IAClD,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,GAAG,KAAK,CAAC,aAAa,CAAC,cAAc,CAAC,CAAC;AAExC,eAAO,MAAM,gBAAgB;qJAY1B,qBAAqB;;CAsCvB,CAAC"}
|
|
@@ -3,7 +3,7 @@ declare const propListItemCva: (props?: ({
|
|
|
3
3
|
size?: "small" | "large" | null | undefined;
|
|
4
4
|
} & import("class-variance-authority/types").ClassProp) | undefined) => string;
|
|
5
5
|
declare const propListItemIconWrapperCva: (props?: ({
|
|
6
|
-
variant?: "
|
|
6
|
+
variant?: "default" | "accent" | null | undefined;
|
|
7
7
|
withFootnote?: boolean | null | undefined;
|
|
8
8
|
} & import("class-variance-authority/types").ClassProp) | undefined) => string;
|
|
9
9
|
type PropListItemCvaProps = VariantProps<typeof propListItemCva> & VariantProps<typeof propListItemIconWrapperCva>;
|
|
@@ -2,9 +2,9 @@ import * as RadioGroup from "@radix-ui/react-radio-group";
|
|
|
2
2
|
export type SelectionTileProps = RadioGroup.RadioGroupItemProps & Readonly<{
|
|
3
3
|
density?: "default" | "compact";
|
|
4
4
|
selectionIcon?: React.ComponentType<React.ComponentPropsWithoutRef<"svg">>;
|
|
5
|
-
}>;
|
|
6
|
-
export declare const SelectionTile:
|
|
7
|
-
density
|
|
8
|
-
|
|
9
|
-
}
|
|
5
|
+
}> & React.RefAttributes<HTMLButtonElement>;
|
|
6
|
+
export declare const SelectionTile: {
|
|
7
|
+
({ density, className, children, selectionIcon: SelectionIcon, ref, ...rest }: SelectionTileProps): import("react/jsx-runtime").JSX.Element;
|
|
8
|
+
displayName: string;
|
|
9
|
+
};
|
|
10
10
|
//# sourceMappingURL=SelectionTile.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SelectionTile.d.ts","sourceRoot":"","sources":["../../../../src/components/content/SelectionTile/SelectionTile.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,UAAU,MAAM,6BAA6B,CAAC;AAI1D,MAAM,MAAM,kBAAkB,GAAG,UAAU,CAAC,mBAAmB,GAC7D,QAAQ,CAAC;IACP,OAAO,CAAC,EAAE,SAAS,GAAG,SAAS,CAAC;IAChC,aAAa,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,KAAK,CAAC,wBAAwB,CAAC,KAAK,CAAC,CAAC,CAAC;CAC5E,CAAC,
|
|
1
|
+
{"version":3,"file":"SelectionTile.d.ts","sourceRoot":"","sources":["../../../../src/components/content/SelectionTile/SelectionTile.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,UAAU,MAAM,6BAA6B,CAAC;AAI1D,MAAM,MAAM,kBAAkB,GAAG,UAAU,CAAC,mBAAmB,GAC7D,QAAQ,CAAC;IACP,OAAO,CAAC,EAAE,SAAS,GAAG,SAAS,CAAC;IAChC,aAAa,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,KAAK,CAAC,wBAAwB,CAAC,KAAK,CAAC,CAAC,CAAC;CAC5E,CAAC,GACF,KAAK,CAAC,aAAa,CAAC,iBAAiB,CAAC,CAAC;AAEzC,eAAO,MAAM,aAAa;mFAOvB,kBAAkB;;CA+DpB,CAAC"}
|
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
export type StarterTileProps = {
|
|
2
2
|
dropdownContent?: React.ReactNode;
|
|
3
3
|
} & React.ComponentProps<"button">;
|
|
4
|
-
export declare const StarterTile:
|
|
4
|
+
export declare const StarterTile: {
|
|
5
|
+
({ dropdownContent, className, children, ref, ...rest }: StarterTileProps): import("react/jsx-runtime").JSX.Element;
|
|
6
|
+
displayName: string;
|
|
7
|
+
};
|
|
5
8
|
//# sourceMappingURL=StarterTile.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"StarterTile.d.ts","sourceRoot":"","sources":["../../../../src/components/content/StarterTile/StarterTile.tsx"],"names":[],"mappings":"AASA,MAAM,MAAM,gBAAgB,GAAG;IAC7B,eAAe,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CACnC,GAAG,KAAK,CAAC,cAAc,CAAC,QAAQ,CAAC,CAAC;AAEnC,eAAO,MAAM,WAAW,
|
|
1
|
+
{"version":3,"file":"StarterTile.d.ts","sourceRoot":"","sources":["../../../../src/components/content/StarterTile/StarterTile.tsx"],"names":[],"mappings":"AASA,MAAM,MAAM,gBAAgB,GAAG;IAC7B,eAAe,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CACnC,GAAG,KAAK,CAAC,cAAc,CAAC,QAAQ,CAAC,CAAC;AAEnC,eAAO,MAAM,WAAW;6DAMrB,gBAAgB;;CAuDlB,CAAC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { PolymorphicComponent } from "../../polymorphic";
|
|
2
2
|
import { TileFont } from "./TileFont";
|
|
3
3
|
import { TileGrid } from "./TileGrid";
|
|
4
4
|
import { TileIcon } from "./TileIcon";
|
|
@@ -21,7 +21,7 @@ export type TileProps = Readonly<{
|
|
|
21
21
|
contentClassName?: string;
|
|
22
22
|
contentStyle?: React.CSSProperties;
|
|
23
23
|
}>;
|
|
24
|
-
type PolymorphicTile =
|
|
24
|
+
type PolymorphicTile = PolymorphicComponent<"button", TileProps> & {
|
|
25
25
|
Font: typeof TileFont;
|
|
26
26
|
Grid: typeof TileGrid;
|
|
27
27
|
Icon: typeof TileIcon;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Tile.d.ts","sourceRoot":"","sources":["../../../../src/components/content/Tile/Tile.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Tile.d.ts","sourceRoot":"","sources":["../../../../src/components/content/Tile/Tile.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAE,oBAAoB,EAAoB,MAAM,mBAAmB,CAAC;AAE3E,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAC5C,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAClD,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAE9C,MAAM,MAAM,SAAS,GAAG,QAAQ,CAAC;IAC/B,MAAM,CAAC,EAAE,gBAAgB,GAAG,YAAY,CAAC;IACzC,WAAW,CAAC,EACR,MAAM,GACN,KAAK,GACL,MAAM,GACN,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,MAAM,GACN,KAAK,GACL,MAAM,CAAC;IACX,KAAK,EAAE,MAAM,CAAC;IACd,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,UAAU,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC7B,aAAa,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAChC,WAAW,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC9B,cAAc,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACjC,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,YAAY,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;CACpC,CAAC,CAAC;AAEH,KAAK,eAAe,GAAG,oBAAoB,CAAC,QAAQ,EAAE,SAAS,CAAC,GAAG;IACjE,IAAI,EAAE,OAAO,QAAQ,CAAC;IACtB,IAAI,EAAE,OAAO,QAAQ,CAAC;IACtB,IAAI,EAAE,OAAO,QAAQ,CAAC;IACtB,QAAQ,EAAE,OAAO,YAAY,CAAC;IAC9B,OAAO,EAAE,OAAO,WAAW,CAAC;IAC5B,UAAU,EAAE,OAAO,cAAc,CAAC;IAClC,QAAQ,EAAE,OAAO,YAAY,CAAC;IAC9B,IAAI,EAAE,OAAO,QAAQ,CAAC;CACvB,CAAC;AAEF,eAAO,MAAM,IAAI,EAgGX,eAAe,CAAC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { PolymorphicComponent } from "../../polymorphic";
|
|
2
2
|
import { TileProps } from "./Tile";
|
|
3
3
|
export type TileSelectableProps = Omit<TileProps, "leadingTop"> & Readonly<{
|
|
4
4
|
isSelected: boolean;
|
|
@@ -17,7 +17,7 @@ export type TileSelectableProps = Omit<TileProps, "leadingTop"> & Readonly<{
|
|
|
17
17
|
onSelectedChange?: (isSelected: boolean, event: React.MouseEvent<HTMLElement>) => void;
|
|
18
18
|
onClick?: React.MouseEventHandler;
|
|
19
19
|
}>;
|
|
20
|
-
type PolymorphicTileSelectable =
|
|
20
|
+
type PolymorphicTileSelectable = PolymorphicComponent<"button", TileSelectableProps>;
|
|
21
21
|
export declare const TileSelectable: PolymorphicTileSelectable;
|
|
22
22
|
export {};
|
|
23
23
|
//# sourceMappingURL=TileSelectable.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TileSelectable.d.ts","sourceRoot":"","sources":["../../../../src/components/content/Tile/TileSelectable.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"TileSelectable.d.ts","sourceRoot":"","sources":["../../../../src/components/content/Tile/TileSelectable.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAE,oBAAoB,EAAE,MAAM,mBAAmB,CAAC;AAEzD,OAAO,EAAQ,SAAS,EAAE,MAAM,QAAQ,CAAC;AAEzC,MAAM,MAAM,mBAAmB,GAAG,IAAI,CAAC,SAAS,EAAE,YAAY,CAAC,GAC7D,QAAQ,CAAC;IACP,UAAU,EAAE,OAAO,CAAC;IACpB,IAAI,CAAC,EAAE,QAAQ,GAAG,SAAS,GAAG,YAAY,CAAC;IAC3C,sJAAsJ;IACtJ,mBAAmB,CAAC,EAAE,OAAO,CAAC;IAC9B;;;OAGG;IACH,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB;;;OAGG;IACH,gBAAgB,CAAC,EAAE,CAAC,UAAU,EAAE,OAAO,EAAE,KAAK,EAAE,KAAK,CAAC,UAAU,CAAC,WAAW,CAAC,KAAK,IAAI,CAAC;IACvF,OAAO,CAAC,EAAE,KAAK,CAAC,iBAAiB,CAAC;CACnC,CAAC,CAAC;AAEL,KAAK,yBAAyB,GAAG,oBAAoB,CAAC,QAAQ,EAAE,mBAAmB,CAAC,CAAC;AAGrF,eAAO,MAAM,cAAc,EAiFrB,yBAAyB,CAAC"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { VariantProps } from "class-variance-authority";
|
|
2
2
|
import { type ComponentType, type ComponentPropsWithoutRef } from "react";
|
|
3
3
|
declare const toolTileCva: (props?: ({
|
|
4
|
-
variant?: "
|
|
4
|
+
variant?: "default" | "accent" | null | undefined;
|
|
5
5
|
} & import("class-variance-authority/types").ClassProp) | undefined) => string;
|
|
6
6
|
type ToolTileCvaProps = VariantProps<typeof toolTileCva>;
|
|
7
7
|
export type ToolTileProps = {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { VariantProps } from "class-variance-authority";
|
|
2
2
|
declare const visualToolTileCva: (props?: ({
|
|
3
|
-
variant?: "
|
|
4
|
-
size?: "
|
|
3
|
+
variant?: "default" | "accent" | null | undefined;
|
|
4
|
+
size?: "default" | "compact" | null | undefined;
|
|
5
5
|
} & import("class-variance-authority/types").ClassProp) | undefined) => string;
|
|
6
6
|
type VisualToolTileCvaProps = VariantProps<typeof visualToolTileCva>;
|
|
7
7
|
export type VisualToolTileProps = {
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import * as RadixDialog from "@radix-ui/react-dialog";
|
|
2
2
|
import { VariantProps } from "class-variance-authority";
|
|
3
3
|
export declare const overlayVariants: (props?: ({
|
|
4
|
-
layout?: "
|
|
4
|
+
layout?: "default" | "compact" | "fitScreen" | "fitScreenTakeover" | "fullscreen" | null | undefined;
|
|
5
5
|
} & import("class-variance-authority/types").ClassProp) | undefined) => string;
|
|
6
6
|
export declare const contentVariants: (props?: ({
|
|
7
|
-
layout?: "
|
|
7
|
+
layout?: "default" | "compact" | "fitScreen" | "fitScreenTakeover" | "fullscreen" | null | undefined;
|
|
8
8
|
} & import("class-variance-authority/types").ClassProp) | undefined) => string;
|
|
9
9
|
export type DialogProps = Readonly<{
|
|
10
10
|
children: React.ReactNode;
|
|
@@ -30,8 +30,9 @@ export declare const Dialog: {
|
|
|
30
30
|
} & {
|
|
31
31
|
variant?: "feature" | "util" | null | undefined;
|
|
32
32
|
}>) => import("react/jsx-runtime").JSX.Element;
|
|
33
|
-
CloseButton:
|
|
34
|
-
className
|
|
35
|
-
|
|
33
|
+
CloseButton: {
|
|
34
|
+
({ className, ref, ...rest }: import("./DialogCloseButton").DialogCloseButtonProps): import("react/jsx-runtime").JSX.Element;
|
|
35
|
+
displayName: string;
|
|
36
|
+
};
|
|
36
37
|
};
|
|
37
38
|
//# sourceMappingURL=Dialog.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Dialog.d.ts","sourceRoot":"","sources":["../../../../src/components/dialog/Dialog/Dialog.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,WAAW,MAAM,wBAAwB,CAAC;AACtD,OAAO,EAAE,YAAY,EAAO,MAAM,0BAA0B,CAAC;AAW7D,eAAO,MAAM,eAAe;;8EAsB3B,CAAC;AAGF,eAAO,MAAM,eAAe;;8EAmC3B,CAAC;AAEF,MAAM,MAAM,WAAW,GAAG,QAAQ,CAChC;IACE,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,cAAc,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACjC,YAAY,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC,WAAW,GAAG,IAAI,CAAC,CAAC;IACnD,MAAM,CAAC,EAAE,MAAM,IAAI,CAAC;IACpB,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,gBAAgB,CAAC,EAAE,MAAM,IAAI,CAAC;IAC9B,eAAe,CAAC,EAAE,CAAC,KAAK,EAAE,aAAa,KAAK,IAAI,CAAC;CAClD,GAAG,IAAI,CAAC,WAAW,CAAC,WAAW,EAAE,aAAa,CAAC,GAC9C,YAAY,CAAC,OAAO,eAAe,CAAC,CACvC,CAAC;AAEF,eAAO,MAAM,MAAM;+KAehB,WAAW
|
|
1
|
+
{"version":3,"file":"Dialog.d.ts","sourceRoot":"","sources":["../../../../src/components/dialog/Dialog/Dialog.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,WAAW,MAAM,wBAAwB,CAAC;AACtD,OAAO,EAAE,YAAY,EAAO,MAAM,0BAA0B,CAAC;AAW7D,eAAO,MAAM,eAAe;;8EAsB3B,CAAC;AAGF,eAAO,MAAM,eAAe;;8EAmC3B,CAAC;AAEF,MAAM,MAAM,WAAW,GAAG,QAAQ,CAChC;IACE,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,cAAc,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACjC,YAAY,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC,WAAW,GAAG,IAAI,CAAC,CAAC;IACnD,MAAM,CAAC,EAAE,MAAM,IAAI,CAAC;IACpB,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,gBAAgB,CAAC,EAAE,MAAM,IAAI,CAAC;IAC9B,eAAe,CAAC,EAAE,CAAC,KAAK,EAAE,aAAa,KAAK,IAAI,CAAC;CAClD,GAAG,IAAI,CAAC,WAAW,CAAC,WAAW,EAAE,aAAa,CAAC,GAC9C,YAAY,CAAC,OAAO,eAAe,CAAC,CACvC,CAAC;AAEF,eAAO,MAAM,MAAM;+KAehB,WAAW;;;;;;;;;;;;;CA2Eb,CAAC"}
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
export type DialogCloseButtonProps = Readonly<{
|
|
2
2
|
className?: string;
|
|
3
3
|
} & React.ComponentProps<"button">>;
|
|
4
|
-
export declare const DialogCloseButton:
|
|
5
|
-
className
|
|
6
|
-
|
|
4
|
+
export declare const DialogCloseButton: {
|
|
5
|
+
({ className, ref, ...rest }: DialogCloseButtonProps): import("react/jsx-runtime").JSX.Element;
|
|
6
|
+
displayName: string;
|
|
7
|
+
};
|
|
7
8
|
//# sourceMappingURL=DialogCloseButton.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DialogCloseButton.d.ts","sourceRoot":"","sources":["../../../../src/components/dialog/Dialog/DialogCloseButton.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"DialogCloseButton.d.ts","sourceRoot":"","sources":["../../../../src/components/dialog/Dialog/DialogCloseButton.tsx"],"names":[],"mappings":"AAIA,MAAM,MAAM,sBAAsB,GAAG,QAAQ,CAC3C;IACE,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,GAAG,KAAK,CAAC,cAAc,CAAC,QAAQ,CAAC,CACnC,CAAC;AAGF,eAAO,MAAM,iBAAiB;kCAAiC,sBAAsB;;CAkBpF,CAAC"}
|
|
@@ -2,5 +2,8 @@ export type DropdownListBoxProps = {
|
|
|
2
2
|
as?: React.ElementType;
|
|
3
3
|
children: React.ReactNode;
|
|
4
4
|
};
|
|
5
|
-
export declare const DropdownListBox:
|
|
5
|
+
export declare const DropdownListBox: {
|
|
6
|
+
({ children, className, ref, ...rest }: React.ComponentPropsWithRef<"div">): import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
displayName: string;
|
|
8
|
+
};
|
|
6
9
|
//# sourceMappingURL=DropdownListBox.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DropdownListBox.d.ts","sourceRoot":"","sources":["../../../../src/components/dropdown/DropdownListBox/DropdownListBox.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"DropdownListBox.d.ts","sourceRoot":"","sources":["../../../../src/components/dropdown/DropdownListBox/DropdownListBox.tsx"],"names":[],"mappings":"AAEA,MAAM,MAAM,oBAAoB,GAAG;IACjC,EAAE,CAAC,EAAE,KAAK,CAAC,WAAW,CAAC;IACvB,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;CAC3B,CAAC;AAEF,eAAO,MAAM,eAAe;4CAKzB,KAAK,CAAC,qBAAqB,CAAC,KAAK,CAAC;;CAapC,CAAC"}
|
|
@@ -7,11 +7,9 @@ export type DropdownMenuSingleSelectionItemProps = {
|
|
|
7
7
|
};
|
|
8
8
|
thumbnail?: string;
|
|
9
9
|
icon?: React.ComponentType<React.ComponentProps<"svg">>;
|
|
10
|
-
} & Omit<React.ComponentPropsWithoutRef<"div">, "children">;
|
|
10
|
+
} & Omit<React.ComponentPropsWithoutRef<"div">, "children"> & React.RefAttributes<HTMLDivElement>;
|
|
11
11
|
export declare const DropdownMenuSingleSelectionItem: {
|
|
12
|
-
({ label, selected, badge, thumbnail, icon: Icon, ref, ...props }: DropdownMenuSingleSelectionItemProps
|
|
13
|
-
ref?: React.Ref<HTMLDivElement>;
|
|
14
|
-
}): import("react/jsx-runtime").JSX.Element;
|
|
12
|
+
({ label, selected, badge, thumbnail, icon: Icon, ref, ...props }: DropdownMenuSingleSelectionItemProps): import("react/jsx-runtime").JSX.Element;
|
|
15
13
|
displayName: string;
|
|
16
14
|
};
|
|
17
15
|
//# sourceMappingURL=DropdownMenuSingleSelectionItem.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DropdownMenuSingleSelectionItem.d.ts","sourceRoot":"","sources":["../../../../src/components/dropdown/DropdownListBox/DropdownMenuSingleSelectionItem.tsx"],"names":[],"mappings":"AAOA,MAAM,MAAM,oCAAoC,GAAG;IACjD,KAAK,EAAE,KAAK,CAAC,SAAS,CAAC;IACvB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,KAAK,CAAC,EAAE;QACN,KAAK,EAAE,MAAM,CAAC;QACd,MAAM,CAAC,EAAE,KAAK,CAAC,YAAY,CAAC;KAC7B,CAAC;IACF,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,IAAI,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,CAAC,CAAC;CACzD,GAAG,IAAI,CAAC,KAAK,CAAC,wBAAwB,CAAC,KAAK,CAAC,EAAE,UAAU,CAAC,CAAC;
|
|
1
|
+
{"version":3,"file":"DropdownMenuSingleSelectionItem.d.ts","sourceRoot":"","sources":["../../../../src/components/dropdown/DropdownListBox/DropdownMenuSingleSelectionItem.tsx"],"names":[],"mappings":"AAOA,MAAM,MAAM,oCAAoC,GAAG;IACjD,KAAK,EAAE,KAAK,CAAC,SAAS,CAAC;IACvB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,KAAK,CAAC,EAAE;QACN,KAAK,EAAE,MAAM,CAAC;QACd,MAAM,CAAC,EAAE,KAAK,CAAC,YAAY,CAAC;KAC7B,CAAC;IACF,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,IAAI,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,CAAC,CAAC;CACzD,GAAG,IAAI,CAAC,KAAK,CAAC,wBAAwB,CAAC,KAAK,CAAC,EAAE,UAAU,CAAC,GACzD,KAAK,CAAC,aAAa,CAAC,cAAc,CAAC,CAAC;AAEtC,eAAO,MAAM,+BAA+B;uEAQzC,oCAAoC;;CAiDtC,CAAC"}
|
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
import * as RadixDropdownMenu from "@radix-ui/react-dropdown-menu";
|
|
2
2
|
import { MenuItemButtonProps } from "../../collections/CommonMenu/MenuItemButton";
|
|
3
|
-
export type DropdownMenuItemProps = MenuItemButtonProps & Omit<RadixDropdownMenu.DropdownMenuItemProps, "asChild" | "textValue">;
|
|
4
|
-
export declare const DropdownMenuItem:
|
|
3
|
+
export type DropdownMenuItemProps = MenuItemButtonProps & Omit<RadixDropdownMenu.DropdownMenuItemProps, "asChild" | "textValue"> & React.RefAttributes<HTMLDivElement>;
|
|
4
|
+
export declare const DropdownMenuItem: {
|
|
5
|
+
({ onSelect, ref, ...rest }: DropdownMenuItemProps): import("react/jsx-runtime").JSX.Element;
|
|
6
|
+
displayName: string;
|
|
7
|
+
};
|
|
5
8
|
//# sourceMappingURL=DropdownMenuItem.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DropdownMenuItem.d.ts","sourceRoot":"","sources":["../../../../src/components/dropdown/DropdownMenuItem/DropdownMenuItem.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,iBAAiB,MAAM,+BAA+B,CAAC;
|
|
1
|
+
{"version":3,"file":"DropdownMenuItem.d.ts","sourceRoot":"","sources":["../../../../src/components/dropdown/DropdownMenuItem/DropdownMenuItem.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,iBAAiB,MAAM,+BAA+B,CAAC;AAEnE,OAAO,EAAkB,mBAAmB,EAAE,MAAM,6CAA6C,CAAC;AAElG,MAAM,MAAM,qBAAqB,GAAG,mBAAmB,GACrD,IAAI,CAAC,iBAAiB,CAAC,qBAAqB,EAAE,SAAS,GAAG,WAAW,CAAC,GACtE,KAAK,CAAC,aAAa,CAAC,cAAc,CAAC,CAAC;AAEtC,eAAO,MAAM,gBAAgB;iCAAgC,qBAAqB;;CAMjF,CAAC"}
|
|
@@ -2,5 +2,8 @@ export type DropdownSearchFieldProps = React.ComponentPropsWithRef<"input"> & Re
|
|
|
2
2
|
clearLabel?: string;
|
|
3
3
|
onClear?: () => void;
|
|
4
4
|
}>;
|
|
5
|
-
export declare const DropdownSearchField:
|
|
5
|
+
export declare const DropdownSearchField: {
|
|
6
|
+
({ className, onChange, onKeyDown, onClear, clearLabel, ref, ...props }: DropdownSearchFieldProps): import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
displayName: string;
|
|
8
|
+
};
|
|
6
9
|
//# sourceMappingURL=DropdownSearchField.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DropdownSearchField.d.ts","sourceRoot":"","sources":["../../../../src/components/dropdown/DropdownSearchField/DropdownSearchField.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"DropdownSearchField.d.ts","sourceRoot":"","sources":["../../../../src/components/dropdown/DropdownSearchField/DropdownSearchField.tsx"],"names":[],"mappings":"AAQA,MAAM,MAAM,wBAAwB,GAAG,KAAK,CAAC,qBAAqB,CAAC,OAAO,CAAC,GACzE,QAAQ,CAAC;IACP,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;CACtB,CAAC,CAAC;AAEL,eAAO,MAAM,mBAAmB;6EAQ7B,wBAAwB;;CAyE1B,CAAC"}
|
|
@@ -3,5 +3,8 @@ export type DropdownMenuSpaceActionItemProps = React.ComponentProps<"button"> &
|
|
|
3
3
|
label: string;
|
|
4
4
|
icon: React.ReactNode;
|
|
5
5
|
}>;
|
|
6
|
-
export declare const DropdownMenuSpaceActionItem:
|
|
6
|
+
export declare const DropdownMenuSpaceActionItem: {
|
|
7
|
+
({ label, icon, className, ref, ...rest }: DropdownMenuSpaceActionItemProps): import("react/jsx-runtime").JSX.Element;
|
|
8
|
+
displayName: string;
|
|
9
|
+
};
|
|
7
10
|
//# sourceMappingURL=DropdownMenuSpaceActionItem.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DropdownMenuSpaceActionItem.d.ts","sourceRoot":"","sources":["../../../../src/components/dropdown/SpaceDropdown/DropdownMenuSpaceActionItem.tsx"],"names":[],"mappings":"AACA,OAAO,
|
|
1
|
+
{"version":3,"file":"DropdownMenuSpaceActionItem.d.ts","sourceRoot":"","sources":["../../../../src/components/dropdown/SpaceDropdown/DropdownMenuSpaceActionItem.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,MAAM,MAAM,gCAAgC,GAAG,KAAK,CAAC,cAAc,CAAC,QAAQ,CAAC,GAC3E,QAAQ,CAAC;IACP,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,KAAK,CAAC,SAAS,CAAC;CACvB,CAAC,CAAC;AAEL,eAAO,MAAM,2BAA2B;+CAMrC,gCAAgC;;CAuBlC,CAAC"}
|
|
@@ -4,5 +4,8 @@ export type SpacePullDownButtonProps = React.ComponentProps<"button"> & Readonly
|
|
|
4
4
|
avatar: Partial<Pick<AvatarProps, "displayName" | "imageSrc" | "accountType" | "color" | "customColor">>;
|
|
5
5
|
badgeLabel?: string | null;
|
|
6
6
|
}>;
|
|
7
|
-
export declare const SpacePullDownButton:
|
|
7
|
+
export declare const SpacePullDownButton: {
|
|
8
|
+
({ title, avatar, badgeLabel, className, ref, ...rest }: SpacePullDownButtonProps): import("react/jsx-runtime").JSX.Element;
|
|
9
|
+
displayName: string;
|
|
10
|
+
};
|
|
8
11
|
//# sourceMappingURL=SpacePullDownButton.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SpacePullDownButton.d.ts","sourceRoot":"","sources":["../../../../src/components/dropdown/SpaceDropdown/SpacePullDownButton.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"SpacePullDownButton.d.ts","sourceRoot":"","sources":["../../../../src/components/dropdown/SpaceDropdown/SpacePullDownButton.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAU,WAAW,EAAE,MAAM,yBAAyB,CAAC;AAG9D,MAAM,MAAM,wBAAwB,GAAG,KAAK,CAAC,cAAc,CAAC,QAAQ,CAAC,GACnE,QAAQ,CAAC;IACP,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,OAAO,CACb,IAAI,CAAC,WAAW,EAAE,aAAa,GAAG,UAAU,GAAG,aAAa,GAAG,OAAO,GAAG,aAAa,CAAC,CACxF,CAAC;IACF,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CAC5B,CAAC,CAAC;AAEL,eAAO,MAAM,mBAAmB;6DAO7B,wBAAwB;;CAiC1B,CAAC"}
|
|
@@ -1,7 +1,12 @@
|
|
|
1
|
-
|
|
1
|
+
type ColorWheelProps = Readonly<{
|
|
2
2
|
color: string;
|
|
3
3
|
label?: string;
|
|
4
4
|
className?: string;
|
|
5
5
|
selected?: boolean;
|
|
6
|
-
}> &
|
|
6
|
+
}> & React.RefAttributes<HTMLButtonElement>;
|
|
7
|
+
export declare const ColorWheel: {
|
|
8
|
+
({ color, selected, className, label, ref, ...rest }: ColorWheelProps): import("react/jsx-runtime").JSX.Element;
|
|
9
|
+
displayName: string;
|
|
10
|
+
};
|
|
11
|
+
export {};
|
|
7
12
|
//# sourceMappingURL=ColorWheel.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ColorWheel.d.ts","sourceRoot":"","sources":["../../../../../src/components/editor/ColorPicker/ColorWheel/ColorWheel.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ColorWheel.d.ts","sourceRoot":"","sources":["../../../../../src/components/editor/ColorPicker/ColorWheel/ColorWheel.tsx"],"names":[],"mappings":"AAyCA,KAAK,eAAe,GAAG,QAAQ,CAAC;IAC9B,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB,CAAC,GACA,KAAK,CAAC,aAAa,CAAC,iBAAiB,CAAC,CAAC;AAEzC,eAAO,MAAM,UAAU;0DAOpB,eAAe;;CAejB,CAAC"}
|
|
@@ -5,5 +5,8 @@ export type ColorSwatchProps = Readonly<{
|
|
|
5
5
|
onClick?: () => void;
|
|
6
6
|
selected?: boolean;
|
|
7
7
|
}> & React.ComponentProps<"button">;
|
|
8
|
-
export declare const ColorSwatch:
|
|
8
|
+
export declare const ColorSwatch: {
|
|
9
|
+
({ label, selected, color, className, ref, ...props }: ColorSwatchProps): import("react/jsx-runtime").JSX.Element;
|
|
10
|
+
displayName: string;
|
|
11
|
+
};
|
|
9
12
|
//# sourceMappingURL=ColorSwatch.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ColorSwatch.d.ts","sourceRoot":"","sources":["../../../../src/components/editor/ColorSwatch/ColorSwatch.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ColorSwatch.d.ts","sourceRoot":"","sources":["../../../../src/components/editor/ColorSwatch/ColorSwatch.tsx"],"names":[],"mappings":"AAqCA,MAAM,MAAM,gBAAgB,GAAG,QAAQ,CAAC;IACtC,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB,CAAC,GACA,KAAK,CAAC,cAAc,CAAC,QAAQ,CAAC,CAAC;AAEjC,eAAO,MAAM,WAAW;2DAOrB,gBAAgB;;CAqBlB,CAAC"}
|
|
@@ -9,7 +9,10 @@ export type FloatingPanelProps = {
|
|
|
9
9
|
};
|
|
10
10
|
export declare const FloatingPanel: {
|
|
11
11
|
({ children, className, width, maxHeight, defaultPosition, }: FloatingPanelProps): import("react/jsx-runtime").JSX.Element;
|
|
12
|
-
Header:
|
|
12
|
+
Header: {
|
|
13
|
+
({ title, action, onClose, closeLabel, closeTestId, children, className, ref, }: import("./FloatingPanelHeader").FloatingPanelHeaderProps): import("react/jsx-runtime").JSX.Element;
|
|
14
|
+
displayName: string;
|
|
15
|
+
};
|
|
13
16
|
Content: ({ children, className }: import("./FloatingPanelContent").FloatingPanelContentProps) => import("react/jsx-runtime").JSX.Element;
|
|
14
17
|
};
|
|
15
18
|
//# sourceMappingURL=FloatingPanel.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FloatingPanel.d.ts","sourceRoot":"","sources":["../../../../src/components/editor/FloatingPanel/FloatingPanel.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,iBAAiB,CAAC;AAMhD,MAAM,MAAM,qBAAqB,GAAG,QAAQ,CAAC;AAE7C,MAAM,MAAM,kBAAkB,GAAG;IAC/B,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,eAAe,CAAC,EAAE,qBAAqB,CAAC;CACzC,CAAC;AAEF,eAAO,MAAM,aAAa;kEAMvB,kBAAkB
|
|
1
|
+
{"version":3,"file":"FloatingPanel.d.ts","sourceRoot":"","sources":["../../../../src/components/editor/FloatingPanel/FloatingPanel.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,iBAAiB,CAAC;AAMhD,MAAM,MAAM,qBAAqB,GAAG,QAAQ,CAAC;AAE7C,MAAM,MAAM,kBAAkB,GAAG;IAC/B,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,eAAe,CAAC,EAAE,qBAAqB,CAAC;CACzC,CAAC;AAEF,eAAO,MAAM,aAAa;kEAMvB,kBAAkB;;;;;;CAuBpB,CAAC"}
|
|
@@ -12,6 +12,9 @@ export type FloatingPanelHeaderProps = {
|
|
|
12
12
|
closeTestId?: string;
|
|
13
13
|
children?: React.ReactNode;
|
|
14
14
|
className?: string;
|
|
15
|
+
} & React.RefAttributes<HTMLDivElement>;
|
|
16
|
+
export declare const FloatingPanelHeader: {
|
|
17
|
+
({ title, action, onClose, closeLabel, closeTestId, children, className, ref, }: FloatingPanelHeaderProps): import("react/jsx-runtime").JSX.Element;
|
|
18
|
+
displayName: string;
|
|
15
19
|
};
|
|
16
|
-
export declare const FloatingPanelHeader: import("react").ForwardRefExoticComponent<FloatingPanelHeaderProps & import("react").RefAttributes<HTMLDivElement>>;
|
|
17
20
|
//# sourceMappingURL=FloatingPanelHeader.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FloatingPanelHeader.d.ts","sourceRoot":"","sources":["../../../../src/components/editor/FloatingPanel/FloatingPanelHeader.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"FloatingPanelHeader.d.ts","sourceRoot":"","sources":["../../../../src/components/editor/FloatingPanel/FloatingPanelHeader.tsx"],"names":[],"mappings":"AAQA,MAAM,MAAM,yBAAyB,GAAG;IACtC,KAAK,EAAE,KAAK,CAAC,SAAS,CAAC;IACvB,OAAO,EAAE,MAAM,IAAI,CAAC;IACpB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB,CAAC;AAEF,MAAM,MAAM,wBAAwB,GAAG;IACrC,KAAK,EAAE,KAAK,CAAC,SAAS,CAAC;IACvB,MAAM,CAAC,EAAE,yBAAyB,CAAC;IACnC,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,GAAG,KAAK,CAAC,aAAa,CAAC,cAAc,CAAC,CAAC;AAExC,eAAO,MAAM,mBAAmB;qFAS7B,wBAAwB;;CAgD1B,CAAC"}
|
|
@@ -3,5 +3,8 @@ export type ListItemProps = Readonly<{
|
|
|
3
3
|
icon?: React.ReactNode;
|
|
4
4
|
trailing?: React.ReactNode;
|
|
5
5
|
}> & Omit<React.ComponentProps<"button">, "children">;
|
|
6
|
-
export declare const ListItem:
|
|
6
|
+
export declare const ListItem: {
|
|
7
|
+
({ className, label, icon, trailing, ref, ...rest }: ListItemProps): import("react/jsx-runtime").JSX.Element;
|
|
8
|
+
displayName: string;
|
|
9
|
+
};
|
|
7
10
|
//# sourceMappingURL=ListItem.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ListItem.d.ts","sourceRoot":"","sources":["../../../../src/components/editor/ListItem/ListItem.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ListItem.d.ts","sourceRoot":"","sources":["../../../../src/components/editor/ListItem/ListItem.tsx"],"names":[],"mappings":"AAIA,MAAM,MAAM,aAAa,GAAG,QAAQ,CAAC;IACnC,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACvB,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CAC5B,CAAC,GACA,IAAI,CAAC,KAAK,CAAC,cAAc,CAAC,QAAQ,CAAC,EAAE,UAAU,CAAC,CAAC;AAEnD,eAAO,MAAM,QAAQ;yDAAwD,aAAa;;CA8BzF,CAAC"}
|
|
@@ -13,5 +13,8 @@ export type ObjectItemProps = {
|
|
|
13
13
|
buttonProps?: React.ComponentProps<"button">;
|
|
14
14
|
bottomRightIcon?: React.ReactNode;
|
|
15
15
|
} & Omit<React.ComponentProps<"li">, "children">;
|
|
16
|
-
export declare const ObjectItem:
|
|
16
|
+
export declare const ObjectItem: {
|
|
17
|
+
({ label, labelTestId, subtitle, isHidden: value, defaultIsHidden: defaultValue, onIsHiddenChange: onValueChange, thumbnailUrl, thumbnailCheckerboard, thumbnailCover, loading, dragHandleProps, buttonProps, className, bottomRightIcon, ref, ...rest }: ObjectItemProps): import("react/jsx-runtime").JSX.Element;
|
|
18
|
+
displayName: string;
|
|
19
|
+
};
|
|
17
20
|
//# sourceMappingURL=ObjectItem.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ObjectItem.d.ts","sourceRoot":"","sources":["../../../../src/components/editor/ObjectItem/ObjectItem.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ObjectItem.d.ts","sourceRoot":"","sources":["../../../../src/components/editor/ObjectItem/ObjectItem.tsx"],"names":[],"mappings":"AAQA,MAAM,MAAM,eAAe,GAAG;IAC5B,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,QAAQ,CAAC,EAAE,MAAM,GAAG,KAAK,CAAC,GAAG,CAAC,OAAO,CAAC;IACtC,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,gBAAgB,CAAC,EAAE,CAAC,QAAQ,EAAE,OAAO,KAAK,IAAI,CAAC;IAC/C,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,qBAAqB,CAAC,EAAE,OAAO,CAAC;IAChC,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,eAAe,CAAC,EAAE,KAAK,CAAC,cAAc,CAAC,MAAM,CAAC,CAAC;IAC/C,WAAW,CAAC,EAAE,KAAK,CAAC,cAAc,CAAC,QAAQ,CAAC,CAAC;IAC7C,eAAe,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CACnC,GAAG,IAAI,CAAC,KAAK,CAAC,cAAc,CAAC,IAAI,CAAC,EAAE,UAAU,CAAC,CAAC;AAEjD,eAAO,MAAM,UAAU;8PAiBpB,eAAe;;CAmFjB,CAAC"}
|
|
@@ -1,23 +1,17 @@
|
|
|
1
1
|
export type PillProps = React.ComponentProps<"div">;
|
|
2
2
|
export declare const Pill: {
|
|
3
3
|
({ className, ...props }: PillProps): import("react/jsx-runtime").JSX.Element;
|
|
4
|
-
Button:
|
|
5
|
-
chevron
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
icon?: React.ReactNode;
|
|
9
|
-
tooltip?: string;
|
|
10
|
-
}, "ref"> | Omit<Omit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "children"> & {
|
|
11
|
-
chevron?: boolean;
|
|
12
|
-
} & {
|
|
13
|
-
icon: React.ReactNode;
|
|
14
|
-
label?: never;
|
|
15
|
-
tooltip: string;
|
|
16
|
-
}, "ref">) & import("react").RefAttributes<HTMLButtonElement>>;
|
|
4
|
+
Button: {
|
|
5
|
+
({ icon, label, className, chevron, tooltip, ref, ...props }: import("./PillButton").PillButtonProps): import("react/jsx-runtime").JSX.Element;
|
|
6
|
+
displayName: string;
|
|
7
|
+
};
|
|
17
8
|
Divider: {
|
|
18
9
|
({ className, ...props }: import("./PillDivider").PillDividerProps): import("react/jsx-runtime").JSX.Element;
|
|
19
10
|
displayName: string;
|
|
20
11
|
};
|
|
21
|
-
Toggle:
|
|
12
|
+
Toggle: {
|
|
13
|
+
({ active, icon, activeIcon, label, className, ref, ...props }: import("./PillToggle").PillToggleProps): import("react/jsx-runtime").JSX.Element;
|
|
14
|
+
displayName: string;
|
|
15
|
+
};
|
|
22
16
|
};
|
|
23
17
|
//# sourceMappingURL=Pill.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Pill.d.ts","sourceRoot":"","sources":["../../../../src/components/editor/Pill/Pill.tsx"],"names":[],"mappings":"AAMA,MAAM,MAAM,SAAS,GAAG,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,CAAC;AAEpD,eAAO,MAAM,IAAI;8BAA6B,SAAS
|
|
1
|
+
{"version":3,"file":"Pill.d.ts","sourceRoot":"","sources":["../../../../src/components/editor/Pill/Pill.tsx"],"names":[],"mappings":"AAMA,MAAM,MAAM,SAAS,GAAG,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,CAAC;AAEpD,eAAO,MAAM,IAAI;8BAA6B,SAAS;;;;;;;;;;;;;CAYtD,CAAC"}
|
|
@@ -19,6 +19,9 @@ type IconOnlyPillButtonProps = PillButtonBaseProps & {
|
|
|
19
19
|
tooltip: string;
|
|
20
20
|
};
|
|
21
21
|
export type PillButtonProps = LabelledPillButtonProps | IconOnlyPillButtonProps;
|
|
22
|
-
export declare const PillButton:
|
|
22
|
+
export declare const PillButton: {
|
|
23
|
+
({ icon, label, className, chevron, tooltip, ref, ...props }: PillButtonProps): import("react/jsx-runtime").JSX.Element;
|
|
24
|
+
displayName: string;
|
|
25
|
+
};
|
|
23
26
|
export {};
|
|
24
27
|
//# sourceMappingURL=PillButton.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PillButton.d.ts","sourceRoot":"","sources":["../../../../src/components/editor/Pill/PillButton.tsx"],"names":[],"mappings":"AAEA,OAAO,
|
|
1
|
+
{"version":3,"file":"PillButton.d.ts","sourceRoot":"","sources":["../../../../src/components/editor/Pill/PillButton.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,MAAM,OAAO,CAAC;AAI1B,KAAK,mBAAmB,GAAG,IAAI,CAAC,KAAK,CAAC,cAAc,CAAC,QAAQ,CAAC,EAAE,UAAU,CAAC,GAAG;IAC5E,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB,CAAC;AAEF,KAAK,uBAAuB,GAAG,mBAAmB,GAAG;IACnD,+DAA+D;IAC/D,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACvB,kEAAkE;IAClE,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB,CAAC;AAEF,KAAK,uBAAuB,GAAG,mBAAmB,GAAG;IACnD,IAAI,EAAE,KAAK,CAAC,SAAS,CAAC;IACtB,KAAK,CAAC,EAAE,KAAK,CAAC;IACd;;;OAGG;IACH,OAAO,EAAE,MAAM,CAAC;CACjB,CAAC;AAEF,MAAM,MAAM,eAAe,GAAG,uBAAuB,GAAG,uBAAuB,CAAC;AAEhF,eAAO,MAAM,UAAU;kEAQpB,eAAe;;CA+DjB,CAAC"}
|
|
@@ -5,5 +5,8 @@ export type PillToggleProps = Omit<React.ComponentProps<"button">, "children"> &
|
|
|
5
5
|
activeIcon?: React.ReactNode;
|
|
6
6
|
label?: string;
|
|
7
7
|
};
|
|
8
|
-
export declare const PillToggle:
|
|
8
|
+
export declare const PillToggle: {
|
|
9
|
+
({ active, icon, activeIcon, label, className, ref, ...props }: PillToggleProps): import("react/jsx-runtime").JSX.Element;
|
|
10
|
+
displayName: string;
|
|
11
|
+
};
|
|
9
12
|
//# sourceMappingURL=PillToggle.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PillToggle.d.ts","sourceRoot":"","sources":["../../../../src/components/editor/Pill/PillToggle.tsx"],"names":[],"mappings":"AACA,OAAO,
|
|
1
|
+
{"version":3,"file":"PillToggle.d.ts","sourceRoot":"","sources":["../../../../src/components/editor/Pill/PillToggle.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,MAAM,OAAO,CAAC;AAI1B,MAAM,MAAM,eAAe,GAAG,IAAI,CAAC,KAAK,CAAC,cAAc,CAAC,QAAQ,CAAC,EAAE,UAAU,CAAC,GAAG;IAC/E,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,IAAI,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACvB,UAAU,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC7B,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB,CAAC;AAkDF,eAAO,MAAM,UAAU;oEAQpB,eAAe;;CAoBjB,CAAC"}
|
|
@@ -9,6 +9,9 @@ export type PresenceObjectPillProps = {
|
|
|
9
9
|
displayName: string;
|
|
10
10
|
initials: string;
|
|
11
11
|
isLast?: boolean;
|
|
12
|
+
} & React.RefAttributes<PresenceObjectPillRef>;
|
|
13
|
+
export declare const PresenceObjectPill: {
|
|
14
|
+
({ backgroundColor, displayName, initials, isLast, ref, }: PresenceObjectPillProps): import("react/jsx-runtime").JSX.Element;
|
|
15
|
+
displayName: string;
|
|
12
16
|
};
|
|
13
|
-
export declare const PresenceObjectPill: import("react").ForwardRefExoticComponent<PresenceObjectPillProps & import("react").RefAttributes<PresenceObjectPillRef>>;
|
|
14
17
|
//# sourceMappingURL=PresenceObjectPill.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PresenceObjectPill.d.ts","sourceRoot":"","sources":["../../../../src/components/editor/PresenceObjectBox/PresenceObjectPill.tsx"],"names":[],"mappings":"AAKA,MAAM,MAAM,qBAAqB,GAAG;IAClC,qBAAqB,EAAE,MAAM,IAAI,CAAC;IAClC,eAAe,EAAE,MAAM,IAAI,CAAC;IAC5B,YAAY,EAAE,MAAM,IAAI,CAAC;IACzB,OAAO,EAAE,eAAe,GAAG,IAAI,CAAC;CACjC,CAAC;AAEF,MAAM,MAAM,uBAAuB,GAAG;IACpC,eAAe,EAAE,MAAM,CAAC;IACxB,WAAW,EAAE,MAAM,CAAC;IACpB,QAAQ,EAAE,MAAM,CAAC;IACjB,MAAM,CAAC,EAAE,OAAO,CAAC;CAClB,CAAC;
|
|
1
|
+
{"version":3,"file":"PresenceObjectPill.d.ts","sourceRoot":"","sources":["../../../../src/components/editor/PresenceObjectBox/PresenceObjectPill.tsx"],"names":[],"mappings":"AAKA,MAAM,MAAM,qBAAqB,GAAG;IAClC,qBAAqB,EAAE,MAAM,IAAI,CAAC;IAClC,eAAe,EAAE,MAAM,IAAI,CAAC;IAC5B,YAAY,EAAE,MAAM,IAAI,CAAC;IACzB,OAAO,EAAE,eAAe,GAAG,IAAI,CAAC;CACjC,CAAC;AAEF,MAAM,MAAM,uBAAuB,GAAG;IACpC,eAAe,EAAE,MAAM,CAAC;IACxB,WAAW,EAAE,MAAM,CAAC;IACpB,QAAQ,EAAE,MAAM,CAAC;IACjB,MAAM,CAAC,EAAE,OAAO,CAAC;CAClB,GAAG,KAAK,CAAC,aAAa,CAAC,qBAAqB,CAAC,CAAC;AAE/C,eAAO,MAAM,kBAAkB;+DAM5B,uBAAuB;;CA0DzB,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import Moveable, { MoveableProps } from "react-moveable";
|
|
2
|
-
|
|
2
|
+
type MoveableSelectionObjectBoxProps = MoveableProps & Readonly<{
|
|
3
3
|
shouldShowLateralHandles?: boolean;
|
|
4
4
|
shouldShowVerticalHandles?: boolean;
|
|
5
5
|
selectionBoxHeight: number;
|
|
@@ -8,5 +8,10 @@ export declare const MoveableSelectionObjectBox: import("react").ForwardRefExoti
|
|
|
8
8
|
variant?: "default" | "layerBox" | "cropBox";
|
|
9
9
|
onEditionPillPointerMove?: (e: React.PointerEvent) => void;
|
|
10
10
|
onRotateButtonPointerMove?: (e: React.PointerEvent) => void;
|
|
11
|
-
}> &
|
|
11
|
+
}> & React.RefAttributes<Moveable>;
|
|
12
|
+
export declare const MoveableSelectionObjectBox: {
|
|
13
|
+
({ target, shouldShowLateralHandles, shouldShowVerticalHandles, selectionBoxHeight, editionPill, forcedPillPosition, variant, onRotateStart, onRotateEnd, onScaleStart, onScale, onScaleEnd, onRotate, onEditionPillPointerMove, onRotateButtonPointerMove, ref, ...rest }: MoveableSelectionObjectBoxProps): import("react/jsx-runtime").JSX.Element;
|
|
14
|
+
displayName: string;
|
|
15
|
+
};
|
|
16
|
+
export {};
|
|
12
17
|
//# sourceMappingURL=MoveableSelectionObjectBox.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MoveableSelectionObjectBox.d.ts","sourceRoot":"","sources":["../../../../src/components/editor/SelectionObjectBox/MoveableSelectionObjectBox.tsx"],"names":[],"mappings":"AAEA,OAAO,QAAQ,EAAE,EACf,aAAa,EAKd,MAAM,gBAAgB,CAAC;
|
|
1
|
+
{"version":3,"file":"MoveableSelectionObjectBox.d.ts","sourceRoot":"","sources":["../../../../src/components/editor/SelectionObjectBox/MoveableSelectionObjectBox.tsx"],"names":[],"mappings":"AAEA,OAAO,QAAQ,EAAE,EACf,aAAa,EAKd,MAAM,gBAAgB,CAAC;AA4BxB,KAAK,+BAA+B,GAAG,aAAa,GAClD,QAAQ,CAAC;IACP,wBAAwB,CAAC,EAAE,OAAO,CAAC;IACnC,yBAAyB,CAAC,EAAE,OAAO,CAAC;IACpC,kBAAkB,EAAE,MAAM,CAAC;IAC3B,WAAW,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC9B,kBAAkB,CAAC,EAAE,KAAK,GAAG,QAAQ,CAAC;IACtC,OAAO,CAAC,EAAE,SAAS,GAAG,UAAU,GAAG,SAAS,CAAC;IAC7C,wBAAwB,CAAC,EAAE,CAAC,CAAC,EAAE,KAAK,CAAC,YAAY,KAAK,IAAI,CAAC;IAC3D,yBAAyB,CAAC,EAAE,CAAC,CAAC,EAAE,KAAK,CAAC,YAAY,KAAK,IAAI,CAAC;CAC7D,CAAC,GACF,KAAK,CAAC,aAAa,CAAC,QAAQ,CAAC,CAAC;AAEhC,eAAO,MAAM,0BAA0B;gRAkBpC,+BAA+B;;CAoMjC,CAAC"}
|
|
@@ -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
|