@dxos/react-ui 0.1.41-next.adfd7c6 → 0.3.3-main.3ce60d4
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/README.md +5 -1
- package/README.yml +1 -0
- package/dist/lib/browser/index.mjs +2096 -2849
- package/dist/lib/browser/index.mjs.map +4 -4
- package/dist/lib/browser/meta.json +1 -1
- package/dist/types/src/components/Avatars/Avatar.d.ts +51 -0
- package/dist/types/src/components/Avatars/Avatar.d.ts.map +1 -0
- package/dist/types/src/components/Avatars/Avatar.stories.d.ts +27 -0
- package/dist/types/src/components/Avatars/Avatar.stories.d.ts.map +1 -0
- package/dist/types/src/components/Avatars/AvatarGroup.d.ts +21 -0
- package/dist/types/src/components/Avatars/AvatarGroup.d.ts.map +1 -0
- package/dist/types/src/components/Avatars/AvatarGroup.stories.d.ts +9 -0
- package/dist/types/src/components/Avatars/AvatarGroup.stories.d.ts.map +1 -0
- package/dist/types/src/components/Avatars/index.d.ts +3 -0
- package/dist/types/src/components/Avatars/index.d.ts.map +1 -0
- package/dist/types/src/components/Breadcrumb/Breadcrumb.d.ts +29 -0
- package/dist/types/src/components/Breadcrumb/Breadcrumb.d.ts.map +1 -0
- package/dist/types/src/components/Breadcrumb/Breadcrumb.stories.d.ts +9 -0
- package/dist/types/src/components/Breadcrumb/Breadcrumb.stories.d.ts.map +1 -0
- package/dist/types/src/components/Breadcrumb/index.d.ts +2 -0
- package/dist/types/src/components/Breadcrumb/index.d.ts.map +1 -0
- package/dist/types/src/components/Buttons/Button.d.ts +24 -0
- package/dist/types/src/components/Buttons/Button.d.ts.map +1 -0
- package/dist/types/src/components/Buttons/Button.stories.d.ts +37 -0
- package/dist/types/src/components/Buttons/Button.stories.d.ts.map +1 -0
- package/dist/types/src/components/Buttons/Toggle.d.ts +8 -0
- package/dist/types/src/components/Buttons/Toggle.d.ts.map +1 -0
- package/dist/types/src/components/Buttons/Toggle.stories.d.ts +10 -0
- package/dist/types/src/components/Buttons/Toggle.stories.d.ts.map +1 -0
- package/dist/types/src/components/Buttons/ToggleGroup.d.ts +28 -0
- package/dist/types/src/components/Buttons/ToggleGroup.d.ts.map +1 -0
- package/dist/types/src/components/Buttons/ToggleGroup.stories.d.ts +15 -0
- package/dist/types/src/components/Buttons/ToggleGroup.stories.d.ts.map +1 -0
- package/dist/types/src/components/Buttons/index.d.ts +4 -0
- package/dist/types/src/components/Buttons/index.d.ts.map +1 -0
- package/dist/types/src/components/Card/Card.d.ts +44 -0
- package/dist/types/src/components/Card/Card.d.ts.map +1 -0
- package/dist/types/src/components/Card/Card.stories.d.ts +49 -0
- package/dist/types/src/components/Card/Card.stories.d.ts.map +1 -0
- package/dist/types/src/components/Card/index.d.ts +2 -0
- package/dist/types/src/components/Card/index.d.ts.map +1 -0
- package/dist/types/src/components/Card/testing.d.ts +9 -0
- package/dist/types/src/components/Card/testing.d.ts.map +1 -0
- package/dist/types/src/components/Center/Center.d.ts +4 -0
- package/dist/types/src/components/Center/Center.d.ts.map +1 -0
- package/dist/types/src/components/Center/Center.stories.d.ts +11 -0
- package/dist/types/src/components/Center/Center.stories.d.ts.map +1 -0
- package/dist/types/src/components/Center/index.d.ts +2 -0
- package/dist/types/src/components/Center/index.d.ts.map +1 -0
- package/dist/types/src/components/ComboBox/ComboBox.d.ts +49 -0
- package/dist/types/src/components/ComboBox/ComboBox.d.ts.map +1 -0
- package/dist/types/src/components/ComboBox/ComboBox.stories.d.ts +25 -0
- package/dist/types/src/components/ComboBox/ComboBox.stories.d.ts.map +1 -0
- package/dist/types/src/components/ComboBox/index.d.ts +2 -0
- package/dist/types/src/components/ComboBox/index.d.ts.map +1 -0
- package/dist/types/src/components/DensityProvider/DensityProvider.d.ts +11 -0
- package/dist/types/src/components/DensityProvider/DensityProvider.d.ts.map +1 -0
- package/dist/types/src/components/DensityProvider/index.d.ts +2 -0
- package/dist/types/src/components/DensityProvider/index.d.ts.map +1 -0
- package/dist/types/src/components/Dialogs/AlertDialog.d.ts +29 -0
- package/dist/types/src/components/Dialogs/AlertDialog.d.ts.map +1 -0
- package/dist/types/src/components/Dialogs/AlertDialog.stories.d.ts +23 -0
- package/dist/types/src/components/Dialogs/AlertDialog.stories.d.ts.map +1 -0
- package/dist/types/src/components/Dialogs/Dialog.d.ts +27 -0
- package/dist/types/src/components/Dialogs/Dialog.d.ts.map +1 -0
- package/dist/types/src/components/Dialogs/Dialog.stories.d.ts +21 -0
- package/dist/types/src/components/Dialogs/Dialog.stories.d.ts.map +1 -0
- package/dist/types/src/components/Dialogs/index.d.ts +3 -0
- package/dist/types/src/components/Dialogs/index.d.ts.map +1 -0
- package/dist/types/src/components/DropdownMenu/DropdownMenu.d.ts +44 -0
- package/dist/types/src/components/DropdownMenu/DropdownMenu.d.ts.map +1 -0
- package/dist/types/src/components/DropdownMenu/DropdownMenu.stories.d.ts +14 -0
- package/dist/types/src/components/DropdownMenu/DropdownMenu.stories.d.ts.map +1 -0
- package/dist/types/src/components/DropdownMenu/index.d.ts +2 -0
- package/dist/types/src/components/DropdownMenu/index.d.ts.map +1 -0
- package/dist/types/src/components/ElevationProvider/ElevationProvider.d.ts +11 -0
- package/dist/types/src/components/ElevationProvider/ElevationProvider.d.ts.map +1 -0
- package/dist/types/src/components/ElevationProvider/index.d.ts +2 -0
- package/dist/types/src/components/ElevationProvider/index.d.ts.map +1 -0
- package/dist/types/src/components/Input/Input.d.ts +55 -0
- package/dist/types/src/components/Input/Input.d.ts.map +1 -0
- package/dist/types/src/components/Input/Input.stories.d.ts +151 -0
- package/dist/types/src/components/Input/Input.stories.d.ts.map +1 -0
- package/dist/types/src/components/Input/index.d.ts +2 -0
- package/dist/types/src/components/Input/index.d.ts.map +1 -0
- package/dist/types/src/components/Link/Link.d.ts +8 -0
- package/dist/types/src/components/Link/Link.d.ts.map +1 -0
- package/dist/types/src/components/Link/Link.stories.d.ts +10 -0
- package/dist/types/src/components/Link/Link.stories.d.ts.map +1 -0
- package/dist/types/src/components/Link/index.d.ts +2 -0
- package/dist/types/src/components/Link/index.d.ts.map +1 -0
- package/dist/types/src/components/List/List.d.ts +25 -0
- package/dist/types/src/components/List/List.d.ts.map +1 -0
- package/dist/types/src/components/List/List.stories.d.ts +29 -0
- package/dist/types/src/components/List/List.stories.d.ts.map +1 -0
- package/dist/types/src/components/List/Tree.d.ts +21 -0
- package/dist/types/src/components/List/Tree.d.ts.map +1 -0
- package/dist/types/src/components/List/Tree.stories.d.ts +29 -0
- package/dist/types/src/components/List/Tree.stories.d.ts.map +1 -0
- package/dist/types/src/components/List/index.d.ts +3 -0
- package/dist/types/src/components/List/index.d.ts.map +1 -0
- package/dist/types/src/components/Main/Main.d.ts +57 -0
- package/dist/types/src/components/Main/Main.d.ts.map +1 -0
- package/dist/types/src/components/Main/Main.stories.d.ts +11 -0
- package/dist/types/src/components/Main/Main.stories.d.ts.map +1 -0
- package/dist/types/src/components/Main/index.d.ts +2 -0
- package/dist/types/src/components/Main/index.d.ts.map +1 -0
- package/dist/types/src/components/Main/useSwipeToDismiss.d.ts +11 -0
- package/dist/types/src/components/Main/useSwipeToDismiss.d.ts.map +1 -0
- package/dist/types/src/components/Message/Message.d.ts +23 -0
- package/dist/types/src/components/Message/Message.d.ts.map +1 -0
- package/dist/types/src/components/Message/Message.stories.d.ts +19 -0
- package/dist/types/src/components/Message/Message.stories.d.ts.map +1 -0
- package/dist/types/src/components/Message/index.d.ts +2 -0
- package/dist/types/src/components/Message/index.d.ts.map +1 -0
- package/dist/types/src/components/Popover/Popover.d.ts +32 -0
- package/dist/types/src/components/Popover/Popover.d.ts.map +1 -0
- package/dist/types/src/components/Popover/Popover.stories.d.ts +15 -0
- package/dist/types/src/components/Popover/Popover.stories.d.ts.map +1 -0
- package/dist/types/src/components/Popover/index.d.ts +2 -0
- package/dist/types/src/components/Popover/index.d.ts.map +1 -0
- package/dist/types/src/components/ProgressBar/ProgressBar.d.ts +7 -0
- package/dist/types/src/components/ProgressBar/ProgressBar.d.ts.map +1 -0
- package/dist/types/src/components/ProgressBar/ProgressBar.stories.d.ts +12 -0
- package/dist/types/src/components/ProgressBar/ProgressBar.stories.d.ts.map +1 -0
- package/dist/types/src/components/ProgressBar/index.d.ts +2 -0
- package/dist/types/src/components/ProgressBar/index.d.ts.map +1 -0
- package/dist/types/src/components/ScrollArea/ScrollArea.d.ts +27 -0
- package/dist/types/src/components/ScrollArea/ScrollArea.d.ts.map +1 -0
- package/dist/types/src/components/ScrollArea/ScrollArea.stories.d.ts +14 -0
- package/dist/types/src/components/ScrollArea/ScrollArea.stories.d.ts.map +1 -0
- package/dist/types/src/components/ScrollArea/index.d.ts +2 -0
- package/dist/types/src/components/ScrollArea/index.d.ts.map +1 -0
- package/dist/types/src/components/Select/Select.d.ts +60 -0
- package/dist/types/src/components/Select/Select.d.ts.map +1 -0
- package/dist/types/src/components/Select/Select.stories.d.ts +16 -0
- package/dist/types/src/components/Select/Select.stories.d.ts.map +1 -0
- package/dist/types/src/components/Select/index.d.ts +2 -0
- package/dist/types/src/components/Select/index.d.ts.map +1 -0
- package/dist/types/src/components/Separator/Separator.d.ts +7 -0
- package/dist/types/src/components/Separator/Separator.d.ts.map +1 -0
- package/dist/types/src/components/Separator/index.d.ts +2 -0
- package/dist/types/src/components/Separator/index.d.ts.map +1 -0
- package/dist/types/src/components/Tag/Tag.d.ts +10 -0
- package/dist/types/src/components/Tag/Tag.d.ts.map +1 -0
- package/dist/types/src/components/Tag/Tag.stories.d.ts +10 -0
- package/dist/types/src/components/Tag/Tag.stories.d.ts.map +1 -0
- package/dist/types/src/components/Tag/index.d.ts +2 -0
- package/dist/types/src/components/Tag/index.d.ts.map +1 -0
- package/dist/types/src/components/ThemeProvider/ThemeProvider.d.ts +16 -0
- package/dist/types/src/components/ThemeProvider/ThemeProvider.d.ts.map +1 -0
- package/dist/types/src/components/ThemeProvider/TranslationsProvider.d.ts +20 -0
- package/dist/types/src/components/ThemeProvider/TranslationsProvider.d.ts.map +1 -0
- package/dist/types/src/components/ThemeProvider/index.d.ts +2 -0
- package/dist/types/src/components/ThemeProvider/index.d.ts.map +1 -0
- package/dist/types/src/components/Toast/Toast.d.ts +34 -0
- package/dist/types/src/components/Toast/Toast.d.ts.map +1 -0
- package/dist/types/src/components/Toast/Toast.stories.d.ts +34 -0
- package/dist/types/src/components/Toast/Toast.stories.d.ts.map +1 -0
- package/dist/types/src/components/Toast/index.d.ts +2 -0
- package/dist/types/src/components/Toast/index.d.ts.map +1 -0
- package/dist/types/src/components/Toolbar/Toolbar.d.ts +42 -0
- package/dist/types/src/components/Toolbar/Toolbar.d.ts.map +1 -0
- package/dist/types/src/components/Toolbar/Toolbar.stories.d.ts +10 -0
- package/dist/types/src/components/Toolbar/Toolbar.stories.d.ts.map +1 -0
- package/dist/types/src/components/Toolbar/index.d.ts +2 -0
- package/dist/types/src/components/Toolbar/index.d.ts.map +1 -0
- package/dist/types/src/components/Tooltip/Tooltip.d.ts +23 -0
- package/dist/types/src/components/Tooltip/Tooltip.d.ts.map +1 -0
- package/dist/types/src/components/Tooltip/Tooltip.stories.d.ts +19 -0
- package/dist/types/src/components/Tooltip/Tooltip.stories.d.ts.map +1 -0
- package/dist/types/src/components/Tooltip/index.d.ts +2 -0
- package/dist/types/src/components/Tooltip/index.d.ts.map +1 -0
- package/dist/types/src/components/index.d.ts +25 -6
- package/dist/types/src/components/index.d.ts.map +1 -1
- package/dist/types/src/hooks/index.d.ts +6 -0
- package/dist/types/src/hooks/index.d.ts.map +1 -0
- package/dist/types/src/hooks/useDensityContext.d.ts +3 -0
- package/dist/types/src/hooks/useDensityContext.d.ts.map +1 -0
- package/dist/types/src/hooks/useElevationContext.d.ts +3 -0
- package/dist/types/src/hooks/useElevationContext.d.ts.map +1 -0
- package/dist/types/src/hooks/useThemeContext.d.ts +2 -0
- package/dist/types/src/hooks/useThemeContext.d.ts.map +1 -0
- package/dist/types/src/hooks/useTranslationsContext.d.ts +4 -0
- package/dist/types/src/hooks/useTranslationsContext.d.ts.map +1 -0
- package/dist/types/src/hooks/useVisualViewport.d.ts +6 -0
- package/dist/types/src/hooks/useVisualViewport.d.ts.map +1 -0
- package/dist/types/src/index.d.ts +6 -5
- package/dist/types/src/index.d.ts.map +1 -1
- package/dist/types/src/playground/Controls.stories.d.ts +11 -0
- package/dist/types/src/playground/Controls.stories.d.ts.map +1 -0
- package/dist/types/src/playground/Surfaces.stories.d.ts +9 -0
- package/dist/types/src/playground/Surfaces.stories.d.ts.map +1 -0
- package/dist/types/src/playground/helpers.d.ts +6 -0
- package/dist/types/src/playground/helpers.d.ts.map +1 -0
- package/dist/types/src/util/ThemedClassName.d.ts +5 -0
- package/dist/types/src/util/ThemedClassName.d.ts.map +1 -0
- package/dist/types/src/util/hasIosKeyboard.d.ts +2 -0
- package/dist/types/src/util/hasIosKeyboard.d.ts.map +1 -0
- package/dist/types/src/util/index.d.ts +2 -2
- package/dist/types/src/util/index.d.ts.map +1 -1
- package/package.json +43 -41
- package/src/components/Avatars/Avatar.stories.tsx +104 -0
- package/src/components/Avatars/Avatar.tsx +303 -0
- package/src/components/Avatars/AvatarGroup.stories.tsx +49 -0
- package/src/components/Avatars/AvatarGroup.tsx +111 -0
- package/src/components/Avatars/index.ts +6 -0
- package/src/components/Breadcrumb/Breadcrumb.stories.tsx +46 -0
- package/src/components/Breadcrumb/Breadcrumb.tsx +116 -0
- package/src/{composites/JoinDialog → components/Breadcrumb}/index.ts +1 -1
- package/src/components/Buttons/Button.stories.tsx +85 -0
- package/src/components/Buttons/Button.tsx +93 -0
- package/src/components/Buttons/Toggle.stories.tsx +28 -0
- package/src/components/Buttons/Toggle.tsx +23 -0
- package/src/components/Buttons/ToggleGroup.stories.tsx +38 -0
- package/src/components/Buttons/ToggleGroup.tsx +41 -0
- package/src/components/Buttons/index.ts +7 -0
- package/src/components/Card/Card.stories.tsx +215 -0
- package/src/components/Card/Card.tsx +114 -0
- package/src/{panels/SpacePanel → components/Card}/index.ts +1 -1
- package/src/components/Card/testing.ts +90 -0
- package/src/components/Center/Center.stories.tsx +18 -0
- package/src/components/Center/Center.tsx +16 -0
- package/src/{layouts/PanelDialog → components/Center}/index.ts +1 -1
- package/src/components/ComboBox/ComboBox.stories.tsx +82 -0
- package/src/components/ComboBox/ComboBox.tsx +218 -0
- package/src/components/ComboBox/index.ts +5 -0
- package/src/components/DensityProvider/DensityProvider.tsx +21 -0
- package/src/components/DensityProvider/index.ts +5 -0
- package/src/components/Dialogs/AlertDialog.stories.tsx +68 -0
- package/src/components/Dialogs/AlertDialog.tsx +157 -0
- package/src/components/Dialogs/Dialog.stories.tsx +52 -0
- package/src/components/Dialogs/Dialog.tsx +143 -0
- package/src/components/Dialogs/index.ts +6 -0
- package/src/components/DropdownMenu/DropdownMenu.stories.tsx +102 -0
- package/src/components/DropdownMenu/DropdownMenu.tsx +171 -0
- package/src/{layouts/PanelPopover → components/DropdownMenu}/index.ts +1 -1
- package/src/components/ElevationProvider/ElevationProvider.tsx +21 -0
- package/src/components/ElevationProvider/index.ts +5 -0
- package/src/components/Input/Input.stories.tsx +199 -0
- package/src/components/Input/Input.tsx +369 -0
- package/src/{composites/SpaceDialog → components/Input}/index.ts +1 -1
- package/src/components/Link/Link.stories.tsx +13 -0
- package/src/components/Link/Link.tsx +20 -0
- package/src/components/Link/index.ts +5 -0
- package/src/components/List/List.stories.tsx +184 -0
- package/src/components/List/List.tsx +173 -0
- package/src/components/List/Tree.stories.tsx +80 -0
- package/src/components/List/Tree.tsx +76 -0
- package/src/components/List/index.ts +6 -0
- package/src/components/Main/Main.stories.tsx +52 -0
- package/src/components/Main/Main.tsx +271 -0
- package/src/components/Main/index.ts +5 -0
- package/src/components/Main/useSwipeToDismiss.ts +103 -0
- package/src/components/Message/Message.stories.tsx +39 -0
- package/src/components/Message/Message.tsx +109 -0
- package/src/components/Message/index.ts +5 -0
- package/src/components/Popover/Popover.stories.tsx +38 -0
- package/src/components/Popover/Popover.tsx +123 -0
- package/src/components/Popover/index.ts +5 -0
- package/src/components/ProgressBar/ProgressBar.stories.tsx +33 -0
- package/src/components/ProgressBar/ProgressBar.tsx +29 -0
- package/src/components/ProgressBar/index.ts +5 -0
- package/src/components/ScrollArea/ScrollArea.stories.tsx +43 -0
- package/src/components/ScrollArea/ScrollArea.tsx +105 -0
- package/src/components/ScrollArea/index.ts +5 -0
- package/src/components/Select/Select.stories.tsx +68 -0
- package/src/components/Select/Select.tsx +223 -0
- package/src/components/Select/index.ts +5 -0
- package/src/components/Separator/Separator.tsx +28 -0
- package/src/components/Separator/index.ts +5 -0
- package/src/components/Tag/Tag.stories.tsx +42 -0
- package/src/components/Tag/Tag.tsx +23 -0
- package/src/components/Tag/index.ts +5 -0
- package/src/components/ThemeProvider/ThemeProvider.tsx +76 -0
- package/src/components/ThemeProvider/TranslationsProvider.tsx +63 -0
- package/src/components/ThemeProvider/index.ts +5 -0
- package/src/components/Toast/Toast.stories.tsx +61 -0
- package/src/components/Toast/Toast.tsx +126 -0
- package/src/components/Toast/index.ts +5 -0
- package/src/components/Toolbar/Toolbar.stories.tsx +77 -0
- package/src/components/Toolbar/Toolbar.tsx +99 -0
- package/src/components/Toolbar/index.ts +5 -0
- package/src/components/Tooltip/Tooltip.stories.tsx +41 -0
- package/src/components/Tooltip/Tooltip.tsx +84 -0
- package/src/components/Tooltip/index.ts +5 -0
- package/src/components/index.ts +27 -7
- package/src/hooks/index.ts +9 -0
- package/src/hooks/useDensityContext.ts +14 -0
- package/src/hooks/useElevationContext.ts +14 -0
- package/src/hooks/useThemeContext.ts +9 -0
- package/src/hooks/useTranslationsContext.ts +9 -0
- package/src/hooks/useVisualViewport.ts +24 -0
- package/src/index.ts +8 -6
- package/src/playground/Controls.stories.tsx +90 -0
- package/src/playground/Surfaces.stories.tsx +43 -0
- package/src/playground/helpers.tsx +32 -0
- package/src/util/ThemedClassName.ts +7 -0
- package/src/util/hasIosKeyboard.ts +8 -0
- package/src/util/index.ts +2 -2
- package/dist/lib/browser/chunk-5VRACIDE.mjs +0 -10
- package/dist/lib/browser/chunk-5VRACIDE.mjs.map +0 -7
- package/dist/lib/browser/testing/index.mjs +0 -64
- package/dist/lib/browser/testing/index.mjs.map +0 -7
- package/dist/types/src/components/Clipboard/ClipboardProvider.d.ts +0 -9
- package/dist/types/src/components/Clipboard/ClipboardProvider.d.ts.map +0 -1
- package/dist/types/src/components/Clipboard/CopyButton.d.ts +0 -5
- package/dist/types/src/components/Clipboard/CopyButton.d.ts.map +0 -1
- package/dist/types/src/components/Clipboard/index.d.ts +0 -3
- package/dist/types/src/components/Clipboard/index.d.ts.map +0 -1
- package/dist/types/src/components/IdentityList/DeviceList.d.ts +0 -7
- package/dist/types/src/components/IdentityList/DeviceList.d.ts.map +0 -1
- package/dist/types/src/components/IdentityList/IdentityListItem.d.ts +0 -7
- package/dist/types/src/components/IdentityList/IdentityListItem.d.ts.map +0 -1
- package/dist/types/src/components/IdentityList/IdentityListItem.stories.d.ts +0 -21
- package/dist/types/src/components/IdentityList/IdentityListItem.stories.d.ts.map +0 -1
- package/dist/types/src/components/IdentityList/SpaceMemberList.d.ts +0 -7
- package/dist/types/src/components/IdentityList/SpaceMemberList.d.ts.map +0 -1
- package/dist/types/src/components/IdentityList/SpaceMemberListContainer.d.ts +0 -9
- package/dist/types/src/components/IdentityList/SpaceMemberListContainer.d.ts.map +0 -1
- package/dist/types/src/components/IdentityList/index.d.ts +0 -5
- package/dist/types/src/components/IdentityList/index.d.ts.map +0 -1
- package/dist/types/src/components/InvitationEmoji/InvitationEmoji.d.ts +0 -7
- package/dist/types/src/components/InvitationEmoji/InvitationEmoji.d.ts.map +0 -1
- package/dist/types/src/components/InvitationEmoji/index.d.ts +0 -2
- package/dist/types/src/components/InvitationEmoji/index.d.ts.map +0 -1
- package/dist/types/src/components/InvitationList/InvitationList.d.ts +0 -7
- package/dist/types/src/components/InvitationList/InvitationList.d.ts.map +0 -1
- package/dist/types/src/components/InvitationList/InvitationList.stories.d.ts +0 -10
- package/dist/types/src/components/InvitationList/InvitationList.stories.d.ts.map +0 -1
- package/dist/types/src/components/InvitationList/InvitationListContainer.d.ts +0 -7
- package/dist/types/src/components/InvitationList/InvitationListContainer.d.ts.map +0 -1
- package/dist/types/src/components/InvitationList/InvitationListItem.d.ts +0 -9
- package/dist/types/src/components/InvitationList/InvitationListItem.d.ts.map +0 -1
- package/dist/types/src/components/InvitationList/InvitationListProps.d.ts +0 -4
- package/dist/types/src/components/InvitationList/InvitationListProps.d.ts.map +0 -1
- package/dist/types/src/components/InvitationList/InvitationStatusAvatar.d.ts +0 -15
- package/dist/types/src/components/InvitationList/InvitationStatusAvatar.d.ts.map +0 -1
- package/dist/types/src/components/InvitationList/InvitationStatusAvatar.stories.d.ts +0 -9
- package/dist/types/src/components/InvitationList/InvitationStatusAvatar.stories.d.ts.map +0 -1
- package/dist/types/src/components/InvitationList/index.d.ts +0 -5
- package/dist/types/src/components/InvitationList/index.d.ts.map +0 -1
- package/dist/types/src/components/PanelSeparator/PanelSeparator.d.ts +0 -3
- package/dist/types/src/components/PanelSeparator/PanelSeparator.d.ts.map +0 -1
- package/dist/types/src/components/PanelSeparator/index.d.ts +0 -2
- package/dist/types/src/components/PanelSeparator/index.d.ts.map +0 -1
- package/dist/types/src/components/SpaceList/SpaceListItem.d.ts +0 -7
- package/dist/types/src/components/SpaceList/SpaceListItem.d.ts.map +0 -1
- package/dist/types/src/components/SpaceList/index.d.ts +0 -2
- package/dist/types/src/components/SpaceList/index.d.ts.map +0 -1
- package/dist/types/src/composites/DevicesDialog/DevicesDialog.d.ts +0 -6
- package/dist/types/src/composites/DevicesDialog/DevicesDialog.d.ts.map +0 -1
- package/dist/types/src/composites/DevicesDialog/index.d.ts +0 -2
- package/dist/types/src/composites/DevicesDialog/index.d.ts.map +0 -1
- package/dist/types/src/composites/IdentityPopover/IdentityPopover.d.ts +0 -9
- package/dist/types/src/composites/IdentityPopover/IdentityPopover.d.ts.map +0 -1
- package/dist/types/src/composites/IdentityPopover/index.d.ts +0 -2
- package/dist/types/src/composites/IdentityPopover/index.d.ts.map +0 -1
- package/dist/types/src/composites/JoinDialog/JoinDialog.d.ts +0 -6
- package/dist/types/src/composites/JoinDialog/JoinDialog.d.ts.map +0 -1
- package/dist/types/src/composites/JoinDialog/JoinDialog.stories.d.ts +0 -10
- package/dist/types/src/composites/JoinDialog/JoinDialog.stories.d.ts.map +0 -1
- package/dist/types/src/composites/JoinDialog/index.d.ts +0 -2
- package/dist/types/src/composites/JoinDialog/index.d.ts.map +0 -1
- package/dist/types/src/composites/Shell/Shell.d.ts +0 -6
- package/dist/types/src/composites/Shell/Shell.d.ts.map +0 -1
- package/dist/types/src/composites/Shell/Shell.stories.d.ts +0 -10
- package/dist/types/src/composites/Shell/Shell.stories.d.ts.map +0 -1
- package/dist/types/src/composites/Shell/ShellContext.d.ts +0 -22
- package/dist/types/src/composites/Shell/ShellContext.d.ts.map +0 -1
- package/dist/types/src/composites/Shell/index.d.ts +0 -3
- package/dist/types/src/composites/Shell/index.d.ts.map +0 -1
- package/dist/types/src/composites/SpaceDialog/SpaceDialog.d.ts +0 -6
- package/dist/types/src/composites/SpaceDialog/SpaceDialog.d.ts.map +0 -1
- package/dist/types/src/composites/SpaceDialog/index.d.ts +0 -2
- package/dist/types/src/composites/SpaceDialog/index.d.ts.map +0 -1
- package/dist/types/src/composites/index.d.ts +0 -5
- package/dist/types/src/composites/index.d.ts.map +0 -1
- package/dist/types/src/layouts/PanelAlertDialog/PanelAlertDialog.d.ts +0 -14
- package/dist/types/src/layouts/PanelAlertDialog/PanelAlertDialog.d.ts.map +0 -1
- package/dist/types/src/layouts/PanelAlertDialog/index.d.ts +0 -2
- package/dist/types/src/layouts/PanelAlertDialog/index.d.ts.map +0 -1
- package/dist/types/src/layouts/PanelDialog/PanelDialog.d.ts +0 -14
- package/dist/types/src/layouts/PanelDialog/PanelDialog.d.ts.map +0 -1
- package/dist/types/src/layouts/PanelDialog/index.d.ts +0 -2
- package/dist/types/src/layouts/PanelDialog/index.d.ts.map +0 -1
- package/dist/types/src/layouts/PanelPopover/PanelPopover.d.ts +0 -11
- package/dist/types/src/layouts/PanelPopover/PanelPopover.d.ts.map +0 -1
- package/dist/types/src/layouts/PanelPopover/index.d.ts +0 -2
- package/dist/types/src/layouts/PanelPopover/index.d.ts.map +0 -1
- package/dist/types/src/layouts/PanelSidebar/PanelSidebar.d.ts +0 -19
- package/dist/types/src/layouts/PanelSidebar/PanelSidebar.d.ts.map +0 -1
- package/dist/types/src/layouts/PanelSidebar/index.d.ts +0 -2
- package/dist/types/src/layouts/PanelSidebar/index.d.ts.map +0 -1
- package/dist/types/src/layouts/index.d.ts +0 -5
- package/dist/types/src/layouts/index.d.ts.map +0 -1
- package/dist/types/src/panels/DevicesPanel/DevicesPanel.d.ts +0 -10
- package/dist/types/src/panels/DevicesPanel/DevicesPanel.d.ts.map +0 -1
- package/dist/types/src/panels/DevicesPanel/index.d.ts +0 -2
- package/dist/types/src/panels/DevicesPanel/index.d.ts.map +0 -1
- package/dist/types/src/panels/IdentityPanel/IdentityPanel.d.ts +0 -6
- package/dist/types/src/panels/IdentityPanel/IdentityPanel.d.ts.map +0 -1
- package/dist/types/src/panels/IdentityPanel/index.d.ts +0 -2
- package/dist/types/src/panels/IdentityPanel/index.d.ts.map +0 -1
- package/dist/types/src/panels/JoinPanel/JoinHeading.d.ts +0 -13
- package/dist/types/src/panels/JoinPanel/JoinHeading.d.ts.map +0 -1
- package/dist/types/src/panels/JoinPanel/JoinPanel.d.ts +0 -3
- package/dist/types/src/panels/JoinPanel/JoinPanel.d.ts.map +0 -1
- package/dist/types/src/panels/JoinPanel/JoinPanelProps.d.ts +0 -54
- package/dist/types/src/panels/JoinPanel/JoinPanelProps.d.ts.map +0 -1
- package/dist/types/src/panels/JoinPanel/index.d.ts +0 -3
- package/dist/types/src/panels/JoinPanel/index.d.ts.map +0 -1
- package/dist/types/src/panels/JoinPanel/joinMachine.d.ts +0 -64
- package/dist/types/src/panels/JoinPanel/joinMachine.d.ts.map +0 -1
- package/dist/types/src/panels/JoinPanel/view-states/AdditionMethodSelector.d.ts +0 -4
- package/dist/types/src/panels/JoinPanel/view-states/AdditionMethodSelector.d.ts.map +0 -1
- package/dist/types/src/panels/JoinPanel/view-states/IdentityAdded.d.ts +0 -15
- package/dist/types/src/panels/JoinPanel/view-states/IdentityAdded.d.ts.map +0 -1
- package/dist/types/src/panels/JoinPanel/view-states/IdentityInput.d.ts +0 -6
- package/dist/types/src/panels/JoinPanel/view-states/IdentityInput.d.ts.map +0 -1
- package/dist/types/src/panels/JoinPanel/view-states/InvitationAccepted.d.ts +0 -10
- package/dist/types/src/panels/JoinPanel/view-states/InvitationAccepted.d.ts.map +0 -1
- package/dist/types/src/panels/JoinPanel/view-states/InvitationAuthenticator.d.ts +0 -7
- package/dist/types/src/panels/JoinPanel/view-states/InvitationAuthenticator.d.ts.map +0 -1
- package/dist/types/src/panels/JoinPanel/view-states/InvitationInput.d.ts +0 -6
- package/dist/types/src/panels/JoinPanel/view-states/InvitationInput.d.ts.map +0 -1
- package/dist/types/src/panels/JoinPanel/view-states/InvitationRescuer.d.ts +0 -6
- package/dist/types/src/panels/JoinPanel/view-states/InvitationRescuer.d.ts.map +0 -1
- package/dist/types/src/panels/JoinPanel/view-states/ViewState.d.ts +0 -10
- package/dist/types/src/panels/JoinPanel/view-states/ViewState.d.ts.map +0 -1
- package/dist/types/src/panels/JoinPanel/view-states/index.d.ts +0 -8
- package/dist/types/src/panels/JoinPanel/view-states/index.d.ts.map +0 -1
- package/dist/types/src/panels/SpacePanel/SpacePanel.d.ts +0 -12
- package/dist/types/src/panels/SpacePanel/SpacePanel.d.ts.map +0 -1
- package/dist/types/src/panels/SpacePanel/SpacePanel.stories.d.ts +0 -8
- package/dist/types/src/panels/SpacePanel/SpacePanel.stories.d.ts.map +0 -1
- package/dist/types/src/panels/SpacePanel/index.d.ts +0 -2
- package/dist/types/src/panels/SpacePanel/index.d.ts.map +0 -1
- package/dist/types/src/panels/index.d.ts +0 -5
- package/dist/types/src/panels/index.d.ts.map +0 -1
- package/dist/types/src/playwright/invitations-manager.d.ts +0 -25
- package/dist/types/src/playwright/invitations-manager.d.ts.map +0 -1
- package/dist/types/src/playwright/invitations.spec.d.ts +0 -2
- package/dist/types/src/playwright/invitations.spec.d.ts.map +0 -1
- package/dist/types/src/playwright/playwright.config.d.ts +0 -3
- package/dist/types/src/playwright/playwright.config.d.ts.map +0 -1
- package/dist/types/src/stories/Invitations.stories.d.ts +0 -14
- package/dist/types/src/stories/Invitations.stories.d.ts.map +0 -1
- package/dist/types/src/styles/dialogStyles.d.ts +0 -3
- package/dist/types/src/styles/dialogStyles.d.ts.map +0 -1
- package/dist/types/src/styles/index.d.ts +0 -4
- package/dist/types/src/styles/index.d.ts.map +0 -1
- package/dist/types/src/styles/invitationStatusStyles.d.ts +0 -20
- package/dist/types/src/styles/invitationStatusStyles.d.ts.map +0 -1
- package/dist/types/src/styles/panelStyles.d.ts +0 -4
- package/dist/types/src/styles/panelStyles.d.ts.map +0 -1
- package/dist/types/src/testing/index.d.ts +0 -2
- package/dist/types/src/testing/index.d.ts.map +0 -1
- package/dist/types/src/testing/shell-manager.d.ts +0 -17
- package/dist/types/src/testing/shell-manager.d.ts.map +0 -1
- package/dist/types/src/translations/index.d.ts +0 -5
- package/dist/types/src/translations/index.d.ts.map +0 -1
- package/dist/types/src/translations/locales/en-US.d.ts +0 -66
- package/dist/types/src/translations/locales/en-US.d.ts.map +0 -1
- package/dist/types/src/util/invitationStatusValue.d.ts +0 -8
- package/dist/types/src/util/invitationStatusValue.d.ts.map +0 -1
- package/dist/types/src/util/toEmoji.d.ts +0 -2
- package/dist/types/src/util/toEmoji.d.ts.map +0 -1
- package/src/components/Clipboard/ClipboardProvider.tsx +0 -26
- package/src/components/Clipboard/CopyButton.tsx +0 -38
- package/src/components/Clipboard/index.ts +0 -6
- package/src/components/IdentityList/DeviceList.tsx +0 -31
- package/src/components/IdentityList/IdentityListItem.stories.tsx +0 -23
- package/src/components/IdentityList/IdentityListItem.tsx +0 -48
- package/src/components/IdentityList/SpaceMemberList.tsx +0 -33
- package/src/components/IdentityList/SpaceMemberListContainer.tsx +0 -32
- package/src/components/IdentityList/index.ts +0 -8
- package/src/components/InvitationEmoji/InvitationEmoji.tsx +0 -32
- package/src/components/InvitationEmoji/index.ts +0 -5
- package/src/components/InvitationList/InvitationList.stories.tsx +0 -65
- package/src/components/InvitationList/InvitationList.tsx +0 -33
- package/src/components/InvitationList/InvitationListContainer.tsx +0 -27
- package/src/components/InvitationList/InvitationListItem.tsx +0 -91
- package/src/components/InvitationList/InvitationListProps.ts +0 -7
- package/src/components/InvitationList/InvitationStatusAvatar.stories.tsx +0 -52
- package/src/components/InvitationList/InvitationStatusAvatar.tsx +0 -91
- package/src/components/InvitationList/index.ts +0 -8
- package/src/components/PanelSeparator/PanelSeparator.tsx +0 -17
- package/src/components/PanelSeparator/index.ts +0 -5
- package/src/components/SpaceList/SpaceListItem.tsx +0 -32
- package/src/components/SpaceList/index.ts +0 -5
- package/src/composites/DevicesDialog/DevicesDialog.tsx +0 -39
- package/src/composites/DevicesDialog/index.ts +0 -5
- package/src/composites/IdentityPopover/IdentityPopover.tsx +0 -54
- package/src/composites/IdentityPopover/index.ts +0 -5
- package/src/composites/JoinDialog/JoinDialog.stories.tsx +0 -74
- package/src/composites/JoinDialog/JoinDialog.tsx +0 -35
- package/src/composites/Shell/Shell.stories.tsx +0 -93
- package/src/composites/Shell/Shell.tsx +0 -100
- package/src/composites/Shell/ShellContext.tsx +0 -178
- package/src/composites/Shell/index.ts +0 -6
- package/src/composites/SpaceDialog/SpaceDialog.tsx +0 -39
- package/src/composites/index.ts +0 -8
- package/src/layouts/PanelAlertDialog/PanelAlertDialog.tsx +0 -40
- package/src/layouts/PanelAlertDialog/index.ts +0 -5
- package/src/layouts/PanelDialog/PanelDialog.tsx +0 -41
- package/src/layouts/PanelPopover/PanelPopover.tsx +0 -40
- package/src/layouts/PanelSidebar/PanelSidebar.tsx +0 -124
- package/src/layouts/PanelSidebar/index.ts +0 -5
- package/src/layouts/index.ts +0 -8
- package/src/panels/DevicesPanel/DevicesPanel.tsx +0 -113
- package/src/panels/DevicesPanel/index.ts +0 -5
- package/src/panels/IdentityPanel/IdentityPanel.tsx +0 -43
- package/src/panels/IdentityPanel/index.ts +0 -5
- package/src/panels/JoinPanel/JoinHeading.tsx +0 -73
- package/src/panels/JoinPanel/JoinPanel.tsx +0 -247
- package/src/panels/JoinPanel/JoinPanelProps.ts +0 -90
- package/src/panels/JoinPanel/index.ts +0 -6
- package/src/panels/JoinPanel/joinMachine.ts +0 -444
- package/src/panels/JoinPanel/view-states/AdditionMethodSelector.tsx +0 -63
- package/src/panels/JoinPanel/view-states/IdentityAdded.tsx +0 -99
- package/src/panels/JoinPanel/view-states/IdentityInput.tsx +0 -81
- package/src/panels/JoinPanel/view-states/InvitationAccepted.tsx +0 -74
- package/src/panels/JoinPanel/view-states/InvitationAuthenticator.tsx +0 -152
- package/src/panels/JoinPanel/view-states/InvitationInput.tsx +0 -75
- package/src/panels/JoinPanel/view-states/InvitationRescuer.tsx +0 -115
- package/src/panels/JoinPanel/view-states/ViewState.tsx +0 -153
- package/src/panels/JoinPanel/view-states/index.ts +0 -11
- package/src/panels/SpacePanel/SpacePanel.stories.tsx +0 -15
- package/src/panels/SpacePanel/SpacePanel.tsx +0 -105
- package/src/panels/index.ts +0 -8
- package/src/playwright/invitations-manager.ts +0 -165
- package/src/playwright/invitations.spec.ts +0 -393
- package/src/playwright/playwright.config.ts +0 -7
- package/src/stories/Invitations.stories.tsx +0 -187
- package/src/styles/dialogStyles.ts +0 -8
- package/src/styles/index.ts +0 -7
- package/src/styles/invitationStatusStyles.ts +0 -42
- package/src/styles/panelStyles.ts +0 -7
- package/src/testing/index.ts +0 -5
- package/src/testing/shell-manager.ts +0 -79
- package/src/translations/index.ts +0 -7
- package/src/translations/locales/en-US.ts +0 -69
- package/src/util/invitationStatusValue.ts +0 -22
- package/src/util/toEmoji.ts +0 -22
- package/theme-extensions.js +0 -11
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import '@dxosTheme';
|
|
2
|
-
declare const _default: {
|
|
3
|
-
component: ({ space, haloInvitationCode, spaceInvitationCode, onJoinedSpace, children }: import("./ShellContext").ShellProviderProps) => JSX.Element;
|
|
4
|
-
};
|
|
5
|
-
export default _default;
|
|
6
|
-
export declare const Default: {
|
|
7
|
-
render: () => JSX.Element;
|
|
8
|
-
decorators: import("@storybook/csf").DecoratorFunction<import("@storybook/react/dist/types-0a347bb9").R, any>[];
|
|
9
|
-
};
|
|
10
|
-
//# sourceMappingURL=Shell.stories.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Shell.stories.d.ts","sourceRoot":"","sources":["../../../../../src/composites/Shell/Shell.stories.tsx"],"names":[],"mappings":"AAIA,OAAO,YAAY,CAAC;;;;AAqBpB,wBAEE;AAqDF,eAAO,MAAM,OAAO;;;CAYnB,CAAC"}
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import { Context, PropsWithChildren } from 'react';
|
|
2
|
-
import { type PublicKey, type ShellController, ShellDisplay, type Space } from '@dxos/client';
|
|
3
|
-
import { MemoryShellRuntime } from '@dxos/client-services';
|
|
4
|
-
export declare type ShellContextProps = {
|
|
5
|
-
runtime?: MemoryShellRuntime;
|
|
6
|
-
setDisplay?: (display: ShellDisplay) => void;
|
|
7
|
-
};
|
|
8
|
-
export declare const ShellContext: Context<ShellContextProps>;
|
|
9
|
-
export declare const useShell: () => {
|
|
10
|
-
setLayout: ShellController['setLayout'];
|
|
11
|
-
};
|
|
12
|
-
export declare type ShellProviderProps = PropsWithChildren<{
|
|
13
|
-
space?: Space;
|
|
14
|
-
haloInvitationCode?: string | null;
|
|
15
|
-
spaceInvitationCode?: string | null;
|
|
16
|
-
onJoinedSpace?: (spaceKey?: PublicKey) => void;
|
|
17
|
-
}>;
|
|
18
|
-
/**
|
|
19
|
-
* Renders the DXOS shell and provides a way to set the layout of the shell from the rest of the app.
|
|
20
|
-
*/
|
|
21
|
-
export declare const ShellProvider: ({ space, haloInvitationCode, spaceInvitationCode, onJoinedSpace, children }: ShellProviderProps) => JSX.Element;
|
|
22
|
-
//# sourceMappingURL=ShellContext.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ShellContext.d.ts","sourceRoot":"","sources":["../../../../../src/composites/Shell/ShellContext.tsx"],"names":[],"mappings":"AAIA,OAAc,EACZ,OAAO,EAEP,iBAAiB,EAMlB,MAAM,OAAO,CAAC;AAEf,OAAO,EAEL,KAAK,SAAS,EACd,KAAK,eAAe,EACpB,YAAY,EAEZ,KAAK,KAAK,EACX,MAAM,cAAc,CAAC;AACtB,OAAO,EAAE,kBAAkB,EAAE,MAAM,uBAAuB,CAAC;AAM3D,oBAAY,iBAAiB,GAAG;IAC9B,OAAO,CAAC,EAAE,kBAAkB,CAAC;IAC7B,UAAU,CAAC,EAAE,CAAC,OAAO,EAAE,YAAY,KAAK,IAAI,CAAC;CAC9C,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,OAAO,CAAC,iBAAiB,CAAwC,CAAC;AAE7F,eAAO,MAAM,QAAQ;eACR,eAAe,CAAC,WAAW,CAAC;CAwBxC,CAAC;AACF,oBAAY,kBAAkB,GAAG,iBAAiB,CAAC;IACjD,KAAK,CAAC,EAAE,KAAK,CAAC;IAEd,kBAAkB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACnC,mBAAmB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACpC,aAAa,CAAC,EAAE,CAAC,QAAQ,CAAC,EAAE,SAAS,KAAK,IAAI,CAAC;CAChD,CAAC,CAAC;AAEH;;GAEG;AACH,eAAO,MAAM,aAAa,gFAMvB,kBAAkB,gBAkGpB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/composites/Shell/index.ts"],"names":[],"mappings":"AAIA,cAAc,SAAS,CAAC;AACxB,cAAc,gBAAgB,CAAC"}
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import { PanelDialogProps } from '../../layouts';
|
|
2
|
-
import { SpacePanelProps } from '../../panels';
|
|
3
|
-
export interface SpaceDialogProps extends Omit<PanelDialogProps, 'titleId' | 'children'>, Omit<SpacePanelProps, 'doneActionParent'> {
|
|
4
|
-
}
|
|
5
|
-
export declare const SpaceDialog: ({ slots, ...spacePanelProps }: SpaceDialogProps) => JSX.Element;
|
|
6
|
-
//# sourceMappingURL=SpaceDialog.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"SpaceDialog.d.ts","sourceRoot":"","sources":["../../../../../src/composites/SpaceDialog/SpaceDialog.tsx"],"names":[],"mappings":"AASA,OAAO,EAAe,gBAAgB,EAAE,MAAM,eAAe,CAAC;AAC9D,OAAO,EAAc,eAAe,EAAE,MAAM,cAAc,CAAC;AAE3D,MAAM,WAAW,gBACf,SAAQ,IAAI,CAAC,gBAAgB,EAAE,SAAS,GAAG,UAAU,CAAC,EACpD,IAAI,CAAC,eAAe,EAAE,kBAAkB,CAAC;CAAG;AAEhD,eAAO,MAAM,WAAW,kCAAmC,gBAAgB,gBAsB1E,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/composites/SpaceDialog/index.ts"],"names":[],"mappings":"AAIA,cAAc,eAAe,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/composites/index.ts"],"names":[],"mappings":"AAIA,cAAc,mBAAmB,CAAC;AAClC,cAAc,cAAc,CAAC;AAC7B,cAAc,SAAS,CAAC;AACxB,cAAc,eAAe,CAAC"}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import * as AlertDialog from '@radix-ui/react-alert-dialog';
|
|
2
|
-
import { ComponentPropsWithoutRef, PropsWithChildren } from 'react';
|
|
3
|
-
export interface PanelAlertDialogSlots {
|
|
4
|
-
root: ComponentPropsWithoutRef<typeof AlertDialog.Root>;
|
|
5
|
-
overlay: ComponentPropsWithoutRef<typeof AlertDialog.Overlay>;
|
|
6
|
-
content: ComponentPropsWithoutRef<typeof AlertDialog.Content>;
|
|
7
|
-
trigger: ComponentPropsWithoutRef<typeof AlertDialog.Trigger>;
|
|
8
|
-
}
|
|
9
|
-
export declare type PanelAlertDialogProps = PropsWithChildren<{
|
|
10
|
-
titleId: string;
|
|
11
|
-
slots?: Partial<PanelAlertDialogSlots>;
|
|
12
|
-
}>;
|
|
13
|
-
export declare const PanelAlertDialog: ({ titleId, slots, children }: PanelAlertDialogProps) => JSX.Element;
|
|
14
|
-
//# sourceMappingURL=PanelAlertDialog.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"PanelAlertDialog.d.ts","sourceRoot":"","sources":["../../../../../src/layouts/PanelAlertDialog/PanelAlertDialog.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAK,WAAW,MAAM,8BAA8B,CAAC;AAC5D,OAAc,EAAE,wBAAwB,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAM3E,MAAM,WAAW,qBAAqB;IACpC,IAAI,EAAE,wBAAwB,CAAC,OAAO,WAAW,CAAC,IAAI,CAAC,CAAC;IACxD,OAAO,EAAE,wBAAwB,CAAC,OAAO,WAAW,CAAC,OAAO,CAAC,CAAC;IAC9D,OAAO,EAAE,wBAAwB,CAAC,OAAO,WAAW,CAAC,OAAO,CAAC,CAAC;IAC9D,OAAO,EAAE,wBAAwB,CAAC,OAAO,WAAW,CAAC,OAAO,CAAC,CAAC;CAC/D;AAED,oBAAY,qBAAqB,GAAG,iBAAiB,CAAC;IACpD,OAAO,EAAE,MAAM,CAAC;IAChB,KAAK,CAAC,EAAE,OAAO,CAAC,qBAAqB,CAAC,CAAC;CACxC,CAAC,CAAC;AAEH,eAAO,MAAM,gBAAgB,iCAAuC,qBAAqB,gBAgBxF,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/layouts/PanelAlertDialog/index.ts"],"names":[],"mappings":"AAIA,cAAc,oBAAoB,CAAC"}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import * as Dialog from '@radix-ui/react-dialog';
|
|
2
|
-
import { ComponentPropsWithoutRef, PropsWithChildren } from 'react';
|
|
3
|
-
export interface PanelDialogSlots {
|
|
4
|
-
root: ComponentPropsWithoutRef<typeof Dialog.Root>;
|
|
5
|
-
overlay: ComponentPropsWithoutRef<typeof Dialog.Overlay>;
|
|
6
|
-
content: ComponentPropsWithoutRef<typeof Dialog.Content>;
|
|
7
|
-
trigger: ComponentPropsWithoutRef<typeof Dialog.Trigger>;
|
|
8
|
-
}
|
|
9
|
-
export declare type PanelDialogProps = PropsWithChildren<{
|
|
10
|
-
titleId: string;
|
|
11
|
-
slots?: Partial<PanelDialogSlots>;
|
|
12
|
-
}>;
|
|
13
|
-
export declare const PanelDialog: ({ titleId, slots, children }: PanelDialogProps) => JSX.Element;
|
|
14
|
-
//# sourceMappingURL=PanelDialog.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"PanelDialog.d.ts","sourceRoot":"","sources":["../../../../../src/layouts/PanelDialog/PanelDialog.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAK,MAAM,MAAM,wBAAwB,CAAC;AACjD,OAAc,EAAE,wBAAwB,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAM3E,MAAM,WAAW,gBAAgB;IAC/B,IAAI,EAAE,wBAAwB,CAAC,OAAO,MAAM,CAAC,IAAI,CAAC,CAAC;IACnD,OAAO,EAAE,wBAAwB,CAAC,OAAO,MAAM,CAAC,OAAO,CAAC,CAAC;IACzD,OAAO,EAAE,wBAAwB,CAAC,OAAO,MAAM,CAAC,OAAO,CAAC,CAAC;IACzD,OAAO,EAAE,wBAAwB,CAAC,OAAO,MAAM,CAAC,OAAO,CAAC,CAAC;CAC1D;AAED,oBAAY,gBAAgB,GAAG,iBAAiB,CAAC;IAC/C,OAAO,EAAE,MAAM,CAAC;IAChB,KAAK,CAAC,EAAE,OAAO,CAAC,gBAAgB,CAAC,CAAC;CACnC,CAAC,CAAC;AAEH,eAAO,MAAM,WAAW,iCAAuC,gBAAgB,gBAiB9E,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/layouts/PanelDialog/index.ts"],"names":[],"mappings":"AAIA,cAAc,eAAe,CAAC"}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { ComponentProps } from 'react';
|
|
2
|
-
import { Popover } from '@dxos/react-components';
|
|
3
|
-
/**
|
|
4
|
-
* This component essentially sets default styles for popovers which have panels as their content
|
|
5
|
-
* @param slots
|
|
6
|
-
* @param children
|
|
7
|
-
* @param popoverProps
|
|
8
|
-
* @constructor
|
|
9
|
-
*/
|
|
10
|
-
export declare const PanelPopover: ({ slots, children, ...popoverProps }: ComponentProps<typeof Popover>) => JSX.Element;
|
|
11
|
-
//# sourceMappingURL=PanelPopover.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"PanelPopover.d.ts","sourceRoot":"","sources":["../../../../../src/layouts/PanelPopover/PanelPopover.tsx"],"names":[],"mappings":"AAIA,OAAc,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAE9C,OAAO,EAAM,OAAO,EAAE,MAAM,wBAAwB,CAAC;AAIrD;;;;;;GAMG;AACH,eAAO,MAAM,YAAY,yCAA0C,eAAe,cAAc,CAAC,gBAsBhG,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/layouts/PanelPopover/index.ts"],"names":[],"mappings":"AAIA,cAAc,gBAAgB,CAAC"}
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import * as DialogPrimitive from '@radix-ui/react-dialog';
|
|
2
|
-
import React, { ComponentProps, Dispatch, PropsWithChildren, SetStateAction } from 'react';
|
|
3
|
-
export declare type PanelSidebarState = 'show' | 'hide';
|
|
4
|
-
export interface PanelSidebarContextValue {
|
|
5
|
-
setDisplayState: Dispatch<SetStateAction<PanelSidebarState>>;
|
|
6
|
-
displayState: PanelSidebarState;
|
|
7
|
-
}
|
|
8
|
-
export declare const PanelSidebarContext: React.Context<PanelSidebarContextValue>;
|
|
9
|
-
export declare const useTogglePanelSidebar: () => () => void;
|
|
10
|
-
export interface PanelSidebarProviderSlots {
|
|
11
|
-
content?: ComponentProps<typeof DialogPrimitive.Content>;
|
|
12
|
-
main?: ComponentProps<'div'>;
|
|
13
|
-
}
|
|
14
|
-
export interface PanelSidebarProviderProps {
|
|
15
|
-
inlineStart?: boolean;
|
|
16
|
-
slots?: PanelSidebarProviderSlots;
|
|
17
|
-
}
|
|
18
|
-
export declare const PanelSidebarProvider: ({ children, slots }: PropsWithChildren<PanelSidebarProviderProps>) => JSX.Element;
|
|
19
|
-
//# sourceMappingURL=PanelSidebar.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"PanelSidebar.d.ts","sourceRoot":"","sources":["../../../../../src/layouts/PanelSidebar/PanelSidebar.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAK,eAAe,MAAM,wBAAwB,CAAC;AAC1D,OAAO,KAAK,EAAE,EACZ,cAAc,EAEd,QAAQ,EACR,iBAAiB,EACjB,cAAc,EAIf,MAAM,OAAO,CAAC;AAIf,oBAAY,iBAAiB,GAAG,MAAM,GAAG,MAAM,CAAC;AAEhD,MAAM,WAAW,wBAAwB;IACvC,eAAe,EAAE,QAAQ,CAAC,cAAc,CAAC,iBAAiB,CAAC,CAAC,CAAC;IAC7D,YAAY,EAAE,iBAAiB,CAAC;CACjC;AAED,eAAO,MAAM,mBAAmB,yCAG9B,CAAC;AAEH,eAAO,MAAM,qBAAqB,kBAKjC,CAAC;AAEF,MAAM,WAAW,yBAAyB;IACxC,OAAO,CAAC,EAAE,cAAc,CAAC,OAAO,eAAe,CAAC,OAAO,CAAC,CAAC;IACzD,IAAI,CAAC,EAAE,cAAc,CAAC,KAAK,CAAC,CAAC;CAC9B;AAED,MAAM,WAAW,yBAAyB;IACxC,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,KAAK,CAAC,EAAE,yBAAyB,CAAC;CACnC;AAED,eAAO,MAAM,oBAAoB,wBAAyB,kBAAkB,yBAAyB,CAAC,gBA4ErG,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/layouts/PanelSidebar/index.ts"],"names":[],"mappings":"AAIA,cAAc,gBAAgB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/layouts/index.ts"],"names":[],"mappings":"AAIA,cAAc,gBAAgB,CAAC;AAC/B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,oBAAoB,CAAC;AACnC,cAAc,eAAe,CAAC"}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { cloneElement } from 'react';
|
|
2
|
-
export declare type DevicesPanelProps = {
|
|
3
|
-
titleId?: string;
|
|
4
|
-
createInvitationUrl: (invitationCode: string) => string;
|
|
5
|
-
doneActionParent?: Parameters<typeof cloneElement>[0];
|
|
6
|
-
onDone?: () => void;
|
|
7
|
-
};
|
|
8
|
-
export declare type DevicesView = 'device list';
|
|
9
|
-
export declare const DevicesPanel: (props: DevicesPanelProps) => JSX.Element;
|
|
10
|
-
//# sourceMappingURL=DevicesPanel.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"DevicesPanel.d.ts","sourceRoot":"","sources":["../../../../../src/panels/DevicesPanel/DevicesPanel.tsx"],"names":[],"mappings":"AAKA,OAAc,EAAE,YAAY,EAAc,MAAM,OAAO,CAAC;AAiBxD,oBAAY,iBAAiB,GAAG;IAC9B,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,mBAAmB,EAAE,CAAC,cAAc,EAAE,MAAM,KAAK,MAAM,CAAC;IACxD,gBAAgB,CAAC,EAAE,UAAU,CAAC,OAAO,YAAY,CAAC,CAAC,CAAC,CAAC,CAAC;IACtD,MAAM,CAAC,EAAE,MAAM,IAAI,CAAC;CACrB,CAAC;AAEF,oBAAY,WAAW,GAAG,aAAa,CAAC;AAgExC,eAAO,MAAM,YAAY,UAAW,iBAAiB,gBAmBpD,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/panels/DevicesPanel/index.ts"],"names":[],"mappings":"AAIA,cAAc,gBAAgB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"IdentityPanel.d.ts","sourceRoot":"","sources":["../../../../../src/panels/IdentityPanel/IdentityPanel.tsx"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,cAAc,CAAC;AAI7C,eAAO,MAAM,aAAa;cAId,QAAQ;kCACW,IAAI;iBA4BlC,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/panels/IdentityPanel/index.ts"],"names":[],"mappings":"AAIA,cAAc,iBAAiB,CAAC"}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import React, { cloneElement } from 'react';
|
|
2
|
-
import { JoinPanelMode } from './JoinPanelProps';
|
|
3
|
-
import { JoinState } from './joinMachine';
|
|
4
|
-
export interface JoinSpaceHeadingProps {
|
|
5
|
-
mode?: JoinPanelMode;
|
|
6
|
-
titleId: string;
|
|
7
|
-
joinState?: JoinState;
|
|
8
|
-
onExit?: () => void;
|
|
9
|
-
exitActionParent?: Parameters<typeof cloneElement>[0];
|
|
10
|
-
preventExit?: boolean;
|
|
11
|
-
}
|
|
12
|
-
export declare const JoinHeading: React.ForwardRefExoticComponent<JoinSpaceHeadingProps & React.RefAttributes<HTMLDivElement>>;
|
|
13
|
-
//# sourceMappingURL=JoinHeading.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"JoinHeading.d.ts","sourceRoot":"","sources":["../../../../../src/panels/JoinPanel/JoinHeading.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,EAAE,YAAY,EAA4B,MAAM,OAAO,CAAC;AAOtE,OAAO,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAC;AACjD,OAAO,EAAE,SAAS,EAAE,MAAM,eAAe,CAAC;AAE1C,MAAM,WAAW,qBAAqB;IACpC,IAAI,CAAC,EAAE,aAAa,CAAC;IACrB,OAAO,EAAE,MAAM,CAAC;IAChB,SAAS,CAAC,EAAE,SAAS,CAAC;IACtB,MAAM,CAAC,EAAE,MAAM,IAAI,CAAC;IACpB,gBAAgB,CAAC,EAAE,UAAU,CAAC,OAAO,YAAY,CAAC,CAAC,CAAC,CAAC,CAAC;IACtD,WAAW,CAAC,EAAE,OAAO,CAAC;CACvB;AAGD,eAAO,MAAM,WAAW,8FAgDvB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"JoinPanel.d.ts","sourceRoot":"","sources":["../../../../../src/panels/JoinPanel/JoinPanel.tsx"],"names":[],"mappings":"AAUA,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAYlD,eAAO,MAAM,SAAS,qGAQnB,cAAc,gBAwNhB,CAAC"}
|
|
@@ -1,54 +0,0 @@
|
|
|
1
|
-
import { cloneElement, Dispatch } from 'react';
|
|
2
|
-
import type { AuthenticatingInvitationObservable, Identity } from '@dxos/client';
|
|
3
|
-
import { InvitationResult } from '@dxos/react-client';
|
|
4
|
-
export declare type JoinPanelMode = 'default' | 'halo-only';
|
|
5
|
-
export interface JoinPanelProps {
|
|
6
|
-
mode?: JoinPanelMode;
|
|
7
|
-
initialInvitationCode?: string;
|
|
8
|
-
titleId?: string;
|
|
9
|
-
exitActionParent?: Parameters<typeof cloneElement>[0];
|
|
10
|
-
onExit?: () => void;
|
|
11
|
-
preventExit?: boolean;
|
|
12
|
-
doneActionParent?: Parameters<typeof cloneElement>[0];
|
|
13
|
-
onDone?: (result: InvitationResult | null) => void;
|
|
14
|
-
parseInvitationCodeInput?: (invitationCodeInput: string) => string;
|
|
15
|
-
}
|
|
16
|
-
export interface IdentityAction {
|
|
17
|
-
type: 'select identity' | 'added identity';
|
|
18
|
-
identity: Identity;
|
|
19
|
-
}
|
|
20
|
-
export interface EmptyJoinAction {
|
|
21
|
-
type: 'deselect identity' | 'cancel addition' | 'add identity';
|
|
22
|
-
}
|
|
23
|
-
export interface EmptyInvitationAction {
|
|
24
|
-
type: 'authenticating invitation' | 'authenticate invitation' | 'cancel invitation' | 'cancelled invitation' | 'connect invitation' | 'fail invitation' | 'accepted invitation' | 'timeout invitation' | 'reset invitation';
|
|
25
|
-
from: 'space' | 'halo';
|
|
26
|
-
}
|
|
27
|
-
export interface InvitationCodeAction {
|
|
28
|
-
type: 'connecting invitation';
|
|
29
|
-
from: 'space' | 'halo';
|
|
30
|
-
invitation: AuthenticatingInvitationObservable;
|
|
31
|
-
}
|
|
32
|
-
export declare type InvitationAction = EmptyInvitationAction | InvitationCodeAction;
|
|
33
|
-
export interface AdditionMethodAction {
|
|
34
|
-
type: 'select addition method';
|
|
35
|
-
method: 'recover identity' | 'accept device invitation' | 'create identity';
|
|
36
|
-
}
|
|
37
|
-
export declare type JoinAction = IdentityAction | EmptyJoinAction | AdditionMethodAction | InvitationAction;
|
|
38
|
-
export declare type JoinSend = Dispatch<JoinAction>;
|
|
39
|
-
export declare type InvitationView = 'invitation input' | 'invitation rescuer' | 'invitation authenticator' | 'invitation accepted';
|
|
40
|
-
export declare type JoinView = 'identity selector' | 'addition method selector' | 'identity input' | 'identity added' | 'space invitation acceptor' | 'halo invitation acceptor';
|
|
41
|
-
export interface JoinState {
|
|
42
|
-
activeView: JoinView;
|
|
43
|
-
unredeemedSpaceInvitationCode?: string;
|
|
44
|
-
spaceInvitation?: AuthenticatingInvitationObservable;
|
|
45
|
-
spaceViewState: InvitationView;
|
|
46
|
-
spaceInvitationAnnotation?: 'authenticating' | 'authentication failed';
|
|
47
|
-
unredeemedHaloInvitationCode?: string;
|
|
48
|
-
haloInvitation?: AuthenticatingInvitationObservable;
|
|
49
|
-
haloViewState: InvitationView;
|
|
50
|
-
haloInvitationAnnotation?: 'authenticating' | 'authentication failed';
|
|
51
|
-
selectedIdentity?: Identity;
|
|
52
|
-
additionMethod?: AdditionMethodAction['method'];
|
|
53
|
-
}
|
|
54
|
-
//# sourceMappingURL=JoinPanelProps.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"JoinPanelProps.d.ts","sourceRoot":"","sources":["../../../../../src/panels/JoinPanel/JoinPanelProps.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,YAAY,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AAE/C,OAAO,KAAK,EAAE,kCAAkC,EAAE,QAAQ,EAAE,MAAM,cAAc,CAAC;AACjF,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AAEtD,oBAAY,aAAa,GAAG,SAAS,GAAG,WAAW,CAAC;AAEpD,MAAM,WAAW,cAAc;IAC7B,IAAI,CAAC,EAAE,aAAa,CAAC;IACrB,qBAAqB,CAAC,EAAE,MAAM,CAAC;IAC/B,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,gBAAgB,CAAC,EAAE,UAAU,CAAC,OAAO,YAAY,CAAC,CAAC,CAAC,CAAC,CAAC;IACtD,MAAM,CAAC,EAAE,MAAM,IAAI,CAAC;IACpB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,gBAAgB,CAAC,EAAE,UAAU,CAAC,OAAO,YAAY,CAAC,CAAC,CAAC,CAAC,CAAC;IACtD,MAAM,CAAC,EAAE,CAAC,MAAM,EAAE,gBAAgB,GAAG,IAAI,KAAK,IAAI,CAAC;IACnD,wBAAwB,CAAC,EAAE,CAAC,mBAAmB,EAAE,MAAM,KAAK,MAAM,CAAC;CACpE;AAED,MAAM,WAAW,cAAc;IAC7B,IAAI,EAAE,iBAAiB,GAAG,gBAAgB,CAAC;IAC3C,QAAQ,EAAE,QAAQ,CAAC;CACpB;AAED,MAAM,WAAW,eAAe;IAC9B,IAAI,EAAE,mBAAmB,GAAG,iBAAiB,GAAG,cAAc,CAAC;CAChE;AAED,MAAM,WAAW,qBAAqB;IACpC,IAAI,EACA,2BAA2B,GAC3B,yBAAyB,GACzB,mBAAmB,GACnB,sBAAsB,GACtB,oBAAoB,GACpB,iBAAiB,GACjB,qBAAqB,GACrB,oBAAoB,GACpB,kBAAkB,CAAC;IACvB,IAAI,EAAE,OAAO,GAAG,MAAM,CAAC;CACxB;AAED,MAAM,WAAW,oBAAoB;IACnC,IAAI,EAAE,uBAAuB,CAAC;IAC9B,IAAI,EAAE,OAAO,GAAG,MAAM,CAAC;IACvB,UAAU,EAAE,kCAAkC,CAAC;CAChD;AAED,oBAAY,gBAAgB,GAAG,qBAAqB,GAAG,oBAAoB,CAAC;AAE5E,MAAM,WAAW,oBAAoB;IACnC,IAAI,EAAE,wBAAwB,CAAC;IAC/B,MAAM,EAAE,kBAAkB,GAAG,0BAA0B,GAAG,iBAAiB,CAAC;CAC7E;AAED,oBAAY,UAAU,GAAG,cAAc,GAAG,eAAe,GAAG,oBAAoB,GAAG,gBAAgB,CAAC;AAEpG,oBAAY,QAAQ,GAAG,QAAQ,CAAC,UAAU,CAAC,CAAC;AAE5C,oBAAY,cAAc,GACtB,kBAAkB,GAClB,oBAAoB,GACpB,0BAA0B,GAC1B,qBAAqB,CAAC;AAE1B,oBAAY,QAAQ,GAChB,mBAAmB,GACnB,0BAA0B,GAC1B,gBAAgB,GAChB,gBAAgB,GAChB,2BAA2B,GAC3B,0BAA0B,CAAC;AAE/B,MAAM,WAAW,SAAS;IACxB,UAAU,EAAE,QAAQ,CAAC;IACrB,6BAA6B,CAAC,EAAE,MAAM,CAAC;IACvC,eAAe,CAAC,EAAE,kCAAkC,CAAC;IACrD,cAAc,EAAE,cAAc,CAAC;IAC/B,yBAAyB,CAAC,EAAE,gBAAgB,GAAG,uBAAuB,CAAC;IACvE,4BAA4B,CAAC,EAAE,MAAM,CAAC;IACtC,cAAc,CAAC,EAAE,kCAAkC,CAAC;IACpD,aAAa,EAAE,cAAc,CAAC;IAC9B,wBAAwB,CAAC,EAAE,gBAAgB,GAAG,uBAAuB,CAAC;IACtE,gBAAgB,CAAC,EAAE,QAAQ,CAAC;IAC5B,cAAc,CAAC,EAAE,oBAAoB,CAAC,QAAQ,CAAC,CAAC;CACjD"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/panels/JoinPanel/index.ts"],"names":[],"mappings":"AAIA,cAAc,aAAa,CAAC;AAC5B,cAAc,kBAAkB,CAAC"}
|
|
@@ -1,64 +0,0 @@
|
|
|
1
|
-
import { useMachine } from '@xstate/react';
|
|
2
|
-
import { InterpreterFrom, StateFrom } from 'xstate';
|
|
3
|
-
import type { Subscribable } from 'xstate';
|
|
4
|
-
import type { Identity, AuthenticatingInvitationObservable, Client } from '@dxos/client';
|
|
5
|
-
import { Invitation } from '@dxos/client';
|
|
6
|
-
import { JoinPanelMode } from './JoinPanelProps';
|
|
7
|
-
declare type FailReason = 'error' | 'timeout' | 'cancelled' | 'badVerificationCode';
|
|
8
|
-
declare type InvitationKindContext = Partial<{
|
|
9
|
-
failReason: FailReason | null;
|
|
10
|
-
unredeemedCode: string;
|
|
11
|
-
invitationObservable: AuthenticatingInvitationObservable;
|
|
12
|
-
invitation: Invitation;
|
|
13
|
-
invitationSubscribable: Subscribable<InvitationEvent>;
|
|
14
|
-
}>;
|
|
15
|
-
declare type JoinMachineContext = {
|
|
16
|
-
mode: JoinPanelMode;
|
|
17
|
-
identity: Identity | null;
|
|
18
|
-
halo: InvitationKindContext;
|
|
19
|
-
space: InvitationKindContext;
|
|
20
|
-
};
|
|
21
|
-
declare type SelectIdentityEvent = {
|
|
22
|
-
type: 'selectIdentity';
|
|
23
|
-
identity: Identity;
|
|
24
|
-
};
|
|
25
|
-
declare type SetInvitationCodeEvent = {
|
|
26
|
-
type: 'setHaloInvitationCode' | 'setSpaceInvitationCode';
|
|
27
|
-
code: string;
|
|
28
|
-
};
|
|
29
|
-
declare type SetInvitationEvent = {
|
|
30
|
-
type: 'authenticatingHaloInvitation' | 'authenticatingSpaceInvitation' | 'readyForAuthenticationHaloInvitation' | 'readyForAuthenticationSpaceInvitation' | 'connectingHaloInvitation' | 'connectingSpaceInvitation' | 'connectedHaloInvitation' | 'connectedSpaceInvitation' | 'successHaloInvitation' | 'successSpaceInvitation';
|
|
31
|
-
invitation: Invitation;
|
|
32
|
-
};
|
|
33
|
-
declare type FailInvitationEvent = {
|
|
34
|
-
type: 'failHaloInvitation' | 'failSpaceInvitation';
|
|
35
|
-
reason: FailReason;
|
|
36
|
-
};
|
|
37
|
-
declare type EmptyInvitationEvent = {
|
|
38
|
-
type: 'authenticateHaloVerificationCode' | 'authenticateSpaceVerificationCode' | 'resetHaloInvitation' | 'resetSpaceInvitation';
|
|
39
|
-
};
|
|
40
|
-
declare type InvitationEvent = FailInvitationEvent | SetInvitationCodeEvent | SetInvitationEvent | EmptyInvitationEvent;
|
|
41
|
-
declare type EmptyJoinEvent = {
|
|
42
|
-
type: 'recoverIdentity' | 'createIdentity' | 'acceptHaloInvitation' | 'addIdentity' | 'selectIdentity' | 'deselectAuthMethod';
|
|
43
|
-
};
|
|
44
|
-
declare type JoinEvent = InvitationEvent | SelectIdentityEvent | EmptyJoinEvent;
|
|
45
|
-
declare const joinMachine: import("xstate").StateMachine<JoinMachineContext, any, JoinEvent, {
|
|
46
|
-
value: any;
|
|
47
|
-
context: JoinMachineContext;
|
|
48
|
-
}, import("xstate").BaseActionObject, import("xstate").ServiceMap, import("xstate").ResolveTypegenMeta<import("xstate").TypegenDisabled, JoinEvent, import("xstate").BaseActionObject, import("xstate").ServiceMap>>;
|
|
49
|
-
declare type JoinMachine = typeof joinMachine;
|
|
50
|
-
declare type JoinState = StateFrom<JoinMachine>;
|
|
51
|
-
declare type JoinSend = InterpreterFrom<JoinMachine>['send'];
|
|
52
|
-
declare const useJoinMachine: (client: Client, options?: Parameters<typeof useMachine<JoinMachine>>[1]) => [import("xstate").State<JoinMachineContext, JoinEvent, any, {
|
|
53
|
-
value: any;
|
|
54
|
-
context: JoinMachineContext;
|
|
55
|
-
}, import("xstate").ResolveTypegenMeta<import("xstate").TypegenDisabled, JoinEvent, import("xstate").BaseActionObject, import("xstate").ServiceMap>>, (event: import("xstate").SCXML.Event<JoinEvent> | import("xstate").SingleOrArray<import("xstate").Event<JoinEvent>>, payload?: import("xstate").EventData | undefined) => import("xstate").State<JoinMachineContext, JoinEvent, any, {
|
|
56
|
-
value: any;
|
|
57
|
-
context: JoinMachineContext;
|
|
58
|
-
}, import("xstate").ResolveTypegenMeta<import("xstate").TypegenDisabled, JoinEvent, import("xstate").BaseActionObject, import("xstate").ServiceMap>>, import("xstate").Interpreter<JoinMachineContext, any, JoinEvent, {
|
|
59
|
-
value: any;
|
|
60
|
-
context: JoinMachineContext;
|
|
61
|
-
}, import("xstate").ResolveTypegenMeta<import("xstate").TypegenDisabled, JoinEvent, import("xstate").BaseActionObject, import("xstate").ServiceMap>>];
|
|
62
|
-
export type { JoinMachine, JoinState, JoinSend, JoinEvent, JoinMachineContext };
|
|
63
|
-
export { joinMachine, useJoinMachine };
|
|
64
|
-
//# sourceMappingURL=joinMachine.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"joinMachine.d.ts","sourceRoot":"","sources":["../../../../../src/panels/JoinPanel/joinMachine.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAE3C,OAAO,EAAyB,eAAe,EAAE,SAAS,EAAE,MAAM,QAAQ,CAAC;AAC3E,OAAO,KAAK,EAAmB,YAAY,EAAgB,MAAM,QAAQ,CAAC;AAE1E,OAAO,KAAK,EAAE,QAAQ,EAAE,kCAAkC,EAAE,MAAM,EAAE,MAAM,cAAc,CAAC;AACzF,OAAO,EAAE,UAAU,EAAqB,MAAM,cAAc,CAAC;AAG7D,OAAO,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAC;AAEjD,aAAK,UAAU,GAAG,OAAO,GAAG,SAAS,GAAG,WAAW,GAAG,qBAAqB,CAAC;AAE5E,aAAK,qBAAqB,GAAG,OAAO,CAAC;IACnC,UAAU,EAAE,UAAU,GAAG,IAAI,CAAC;IAC9B,cAAc,EAAE,MAAM,CAAC;IACvB,oBAAoB,EAAE,kCAAkC,CAAC;IACzD,UAAU,EAAE,UAAU,CAAC;IACvB,sBAAsB,EAAE,YAAY,CAAC,eAAe,CAAC,CAAC;CACvD,CAAC,CAAC;AAEH,aAAK,kBAAkB,GAAG;IACxB,IAAI,EAAE,aAAa,CAAC;IACpB,QAAQ,EAAE,QAAQ,GAAG,IAAI,CAAC;IAC1B,IAAI,EAAE,qBAAqB,CAAC;IAC5B,KAAK,EAAE,qBAAqB,CAAC;CAC9B,CAAC;AAEF,aAAK,mBAAmB,GAAG;IACzB,IAAI,EAAE,gBAAgB,CAAC;IACvB,QAAQ,EAAE,QAAQ,CAAC;CACpB,CAAC;AAEF,aAAK,sBAAsB,GAAG;IAC5B,IAAI,EAAE,uBAAuB,GAAG,wBAAwB,CAAC;IACzD,IAAI,EAAE,MAAM,CAAC;CACd,CAAC;AAEF,aAAK,kBAAkB,GAAG;IACxB,IAAI,EACA,8BAA8B,GAC9B,+BAA+B,GAC/B,sCAAsC,GACtC,uCAAuC,GACvC,0BAA0B,GAC1B,2BAA2B,GAC3B,yBAAyB,GACzB,0BAA0B,GAC1B,uBAAuB,GACvB,wBAAwB,CAAC;IAC7B,UAAU,EAAE,UAAU,CAAC;CACxB,CAAC;AAEF,aAAK,mBAAmB,GAAG;IACzB,IAAI,EAAE,oBAAoB,GAAG,qBAAqB,CAAC;IACnD,MAAM,EAAE,UAAU,CAAC;CACpB,CAAC;AAEF,aAAK,oBAAoB,GAAG;IAC1B,IAAI,EACA,kCAAkC,GAClC,mCAAmC,GACnC,qBAAqB,GACrB,sBAAsB,CAAC;CAC5B,CAAC;AAEF,aAAK,eAAe,GAAG,mBAAmB,GAAG,sBAAsB,GAAG,kBAAkB,GAAG,oBAAoB,CAAC;AAoLhH,aAAK,cAAc,GAAG;IACpB,IAAI,EACA,iBAAiB,GACjB,gBAAgB,GAChB,sBAAsB,GACtB,aAAa,GACb,gBAAgB,GAChB,oBAAoB,CAAC;CAC1B,CAAC;AAEF,aAAK,SAAS,GAAG,eAAe,GAAG,mBAAmB,GAAG,cAAc,CAAC;AAExE,QAAA,MAAM,WAAW;;;oNA8GhB,CAAC;AAEF,aAAK,WAAW,GAAG,OAAO,WAAW,CAAC;AAEtC,aAAK,SAAS,GAAG,SAAS,CAAC,WAAW,CAAC,CAAC;AACxC,aAAK,QAAQ,GAAG,eAAe,CAAC,WAAW,CAAC,CAAC,MAAM,CAAC,CAAC;AAkBrD,QAAA,MAAM,cAAc,WAAY,MAAM,YAAY,WAAW,kBAAkB,WAAW,CAAC,CAAC,CAAC,CAAC,CAAC;;;;;;;;;qJA6C9F,CAAC;AAEF,YAAY,EAAE,WAAW,EAAE,SAAS,EAAE,QAAQ,EAAE,SAAS,EAAE,kBAAkB,EAAE,CAAC;AAChF,OAAO,EAAE,WAAW,EAAE,cAAc,EAAE,CAAC"}
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import { ViewStateProps } from './ViewState';
|
|
2
|
-
export declare type AdditionMethodSelectorProps = ViewStateProps;
|
|
3
|
-
export declare const AdditionMethodSelector: (viewStateProps: AdditionMethodSelectorProps) => JSX.Element;
|
|
4
|
-
//# sourceMappingURL=AdditionMethodSelector.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"AdditionMethodSelector.d.ts","sourceRoot":"","sources":["../../../../../../src/panels/JoinPanel/view-states/AdditionMethodSelector.tsx"],"names":[],"mappings":"AASA,OAAO,EAA+B,cAAc,EAAE,MAAM,aAAa,CAAC;AAE1E,oBAAY,2BAA2B,GAAG,cAAc,CAAC;AAEzD,eAAO,MAAM,sBAAsB,mBAAoB,2BAA2B,gBAiDjF,CAAC"}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { cloneElement } from 'react';
|
|
2
|
-
import type { Identity } from '@dxos/client';
|
|
3
|
-
import { InvitationResult } from '@dxos/react-client';
|
|
4
|
-
import { JoinPanelMode } from '../JoinPanelProps';
|
|
5
|
-
import { ViewStateProps } from './ViewState';
|
|
6
|
-
export interface IdentityAddedProps extends ViewStateProps, DoneProps {
|
|
7
|
-
mode?: JoinPanelMode;
|
|
8
|
-
addedIdentity?: Identity;
|
|
9
|
-
}
|
|
10
|
-
export interface DoneProps extends ViewStateProps {
|
|
11
|
-
doneActionParent?: Parameters<typeof cloneElement>[0];
|
|
12
|
-
onDone?: (result: InvitationResult | null) => void;
|
|
13
|
-
}
|
|
14
|
-
export declare const IdentityAdded: ({ mode, addedIdentity, onDone, doneActionParent, ...viewStateProps }: IdentityAddedProps) => JSX.Element;
|
|
15
|
-
//# sourceMappingURL=IdentityAdded.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"IdentityAdded.d.ts","sourceRoot":"","sources":["../../../../../../src/panels/JoinPanel/view-states/IdentityAdded.tsx"],"names":[],"mappings":"AAKA,OAAc,EAAE,YAAY,EAAE,MAAM,OAAO,CAAC;AAE5C,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,cAAc,CAAC;AAC7C,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AAGtD,OAAO,EAAE,aAAa,EAAE,MAAM,mBAAmB,CAAC;AAClD,OAAO,EAA+B,cAAc,EAAE,MAAM,aAAa,CAAC;AAE1E,MAAM,WAAW,kBAAmB,SAAQ,cAAc,EAAE,SAAS;IACnE,IAAI,CAAC,EAAE,aAAa,CAAC;IACrB,aAAa,CAAC,EAAE,QAAQ,CAAC;CAC1B;AAED,MAAM,WAAW,SAAU,SAAQ,cAAc;IAC/C,gBAAgB,CAAC,EAAE,UAAU,CAAC,OAAO,YAAY,CAAC,CAAC,CAAC,CAAC,CAAC;IACtD,MAAM,CAAC,EAAE,CAAC,MAAM,EAAE,gBAAgB,GAAG,IAAI,KAAK,IAAI,CAAC;CACpD;AAuBD,eAAO,MAAM,aAAa,yEAMvB,kBAAkB,gBA+CpB,CAAC"}
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import { ViewStateProps } from './ViewState';
|
|
2
|
-
export interface IdentityCreatorProps extends ViewStateProps {
|
|
3
|
-
method: 'recover identity' | 'create identity';
|
|
4
|
-
}
|
|
5
|
-
export declare const IdentityInput: ({ method, ...viewStateProps }: IdentityCreatorProps) => JSX.Element;
|
|
6
|
-
//# sourceMappingURL=IdentityInput.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"IdentityInput.d.ts","sourceRoot":"","sources":["../../../../../../src/panels/JoinPanel/view-states/IdentityInput.tsx"],"names":[],"mappings":"AAWA,OAAO,EAA+B,cAAc,EAAE,MAAM,aAAa,CAAC;AAE1E,MAAM,WAAW,oBAAqB,SAAQ,cAAc;IAC1D,MAAM,EAAE,kBAAkB,GAAG,iBAAiB,CAAC;CAChD;AAED,eAAO,MAAM,aAAa,kCAAmC,oBAAoB,gBA+DhF,CAAC"}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { cloneElement } from 'react';
|
|
2
|
-
import { InvitationResult } from '@dxos/react-client';
|
|
3
|
-
import { ViewStateProps } from './ViewState';
|
|
4
|
-
export interface InvitationAcceptedProps extends ViewStateProps {
|
|
5
|
-
Kind: 'Space' | 'Halo';
|
|
6
|
-
doneActionParent?: Parameters<typeof cloneElement>[0];
|
|
7
|
-
onDone?: (result: InvitationResult | null) => void;
|
|
8
|
-
}
|
|
9
|
-
export declare const InvitationAccepted: (props: InvitationAcceptedProps) => JSX.Element;
|
|
10
|
-
//# sourceMappingURL=InvitationAccepted.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"InvitationAccepted.d.ts","sourceRoot":"","sources":["../../../../../../src/panels/JoinPanel/view-states/InvitationAccepted.tsx"],"names":[],"mappings":"AAKA,OAAc,EAAE,YAAY,EAAE,MAAM,OAAO,CAAC;AAG5C,OAAO,EAAE,gBAAgB,EAAuB,MAAM,oBAAoB,CAAC;AAG3E,OAAO,EAAa,cAAc,EAAE,MAAM,aAAa,CAAC;AAExD,MAAM,WAAW,uBAAwB,SAAQ,cAAc;IAC7D,IAAI,EAAE,OAAO,GAAG,MAAM,CAAC;IACvB,gBAAgB,CAAC,EAAE,UAAU,CAAC,OAAO,YAAY,CAAC,CAAC,CAAC,CAAC,CAAC;IACtD,MAAM,CAAC,EAAE,CAAC,MAAM,EAAE,gBAAgB,GAAG,IAAI,KAAK,IAAI,CAAC;CACpD;AA0CD,eAAO,MAAM,kBAAkB,UAAW,uBAAuB,gBAchE,CAAC"}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { ViewStateProps } from './ViewState';
|
|
2
|
-
export interface InvitationAuthenticatorProps extends ViewStateProps {
|
|
3
|
-
Kind: 'Space' | 'Halo';
|
|
4
|
-
failed?: boolean;
|
|
5
|
-
}
|
|
6
|
-
export declare const InvitationAuthenticator: ({ failed, Kind, ...viewStateProps }: InvitationAuthenticatorProps) => JSX.Element;
|
|
7
|
-
//# sourceMappingURL=InvitationAuthenticator.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"InvitationAuthenticator.d.ts","sourceRoot":"","sources":["../../../../../../src/panels/JoinPanel/view-states/InvitationAuthenticator.tsx"],"names":[],"mappings":"AAYA,OAAO,EAA+B,cAAc,EAAE,MAAM,aAAa,CAAC;AAI1E,MAAM,WAAW,4BAA6B,SAAQ,cAAc;IAClE,IAAI,EAAE,OAAO,GAAG,MAAM,CAAC;IACvB,MAAM,CAAC,EAAE,OAAO,CAAC;CAClB;AAiHD,eAAO,MAAM,uBAAuB,wCAAyC,4BAA4B,gBAmBxG,CAAC"}
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import { ViewStateProps } from './ViewState';
|
|
2
|
-
export interface InvitationInputProps extends ViewStateProps {
|
|
3
|
-
Kind: 'Space' | 'Halo';
|
|
4
|
-
}
|
|
5
|
-
export declare const InvitationInput: ({ Kind, ...viewStateProps }: InvitationInputProps) => JSX.Element;
|
|
6
|
-
//# sourceMappingURL=InvitationInput.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"InvitationInput.d.ts","sourceRoot":"","sources":["../../../../../../src/panels/JoinPanel/view-states/InvitationInput.tsx"],"names":[],"mappings":"AASA,OAAO,EAA+B,cAAc,EAAE,MAAM,aAAa,CAAC;AAE1E,MAAM,WAAW,oBAAqB,SAAQ,cAAc;IAC1D,IAAI,EAAE,OAAO,GAAG,MAAM,CAAC;CACxB;AAED,eAAO,MAAM,eAAe,gCAAiC,oBAAoB,gBA2DhF,CAAC"}
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import { ViewStateProps } from './ViewState';
|
|
2
|
-
export interface InvitationConnectorProps extends ViewStateProps {
|
|
3
|
-
Kind: 'Space' | 'Halo';
|
|
4
|
-
}
|
|
5
|
-
export declare const InvitationRescuer: ({ Kind, ...viewStateProps }: InvitationConnectorProps) => JSX.Element;
|
|
6
|
-
//# sourceMappingURL=InvitationRescuer.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"InvitationRescuer.d.ts","sourceRoot":"","sources":["../../../../../../src/panels/JoinPanel/view-states/InvitationRescuer.tsx"],"names":[],"mappings":"AAWA,OAAO,EAA+B,cAAc,EAAE,MAAM,aAAa,CAAC;AAE1E,MAAM,WAAW,wBAAyB,SAAQ,cAAc;IAC9D,IAAI,EAAE,OAAO,GAAG,MAAM,CAAC;CACxB;AAwED,eAAO,MAAM,iBAAiB,gCAAiC,wBAAwB,gBA2BtF,CAAC"}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { ComponentProps, ComponentPropsWithoutRef } from 'react';
|
|
2
|
-
import { JoinSend, JoinState } from '../joinMachine';
|
|
3
|
-
export interface ViewStateProps extends ComponentProps<'div'> {
|
|
4
|
-
active: boolean;
|
|
5
|
-
joinSend: JoinSend;
|
|
6
|
-
joinState?: JoinState;
|
|
7
|
-
}
|
|
8
|
-
export declare const ViewStateHeading: ({ children, className, ...props }: ComponentPropsWithoutRef<'h2'>) => JSX.Element;
|
|
9
|
-
export declare const ViewState: ({ active, children, className, joinSend, joinState, ...props }: ViewStateProps) => JSX.Element;
|
|
10
|
-
//# sourceMappingURL=ViewState.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ViewState.d.ts","sourceRoot":"","sources":["../../../../../../src/panels/JoinPanel/view-states/ViewState.tsx"],"names":[],"mappings":"AAKA,OAAc,EAAE,cAAc,EAAE,wBAAwB,EAAsB,MAAM,OAAO,CAAC;AAS5F,OAAO,EAAE,QAAQ,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAC;AAErD,MAAM,WAAW,cAAe,SAAQ,cAAc,CAAC,KAAK,CAAC;IAC3D,MAAM,EAAE,OAAO,CAAC;IAChB,QAAQ,EAAE,QAAQ,CAAC;IACnB,SAAS,CAAC,EAAE,SAAS,CAAC;CACvB;AAID,eAAO,MAAM,gBAAgB,sCAAuC,yBAAyB,IAAI,CAAC,gBAMjG,CAAC;AA4GF,eAAO,MAAM,SAAS,mEAAoE,cAAc,gBAcvG,CAAC"}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
export * from './AdditionMethodSelector';
|
|
2
|
-
export * from './IdentityAdded';
|
|
3
|
-
export * from './IdentityInput';
|
|
4
|
-
export * from './InvitationAccepted';
|
|
5
|
-
export * from './InvitationInput';
|
|
6
|
-
export * from './InvitationRescuer';
|
|
7
|
-
export * from './InvitationAuthenticator';
|
|
8
|
-
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/panels/JoinPanel/view-states/index.ts"],"names":[],"mappings":"AAIA,cAAc,0BAA0B,CAAC;AACzC,cAAc,iBAAiB,CAAC;AAChC,cAAc,iBAAiB,CAAC;AAChC,cAAc,sBAAsB,CAAC;AACrC,cAAc,mBAAmB,CAAC;AAClC,cAAc,qBAAqB,CAAC;AACpC,cAAc,2BAA2B,CAAC"}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { cloneElement } from 'react';
|
|
2
|
-
import { Space } from '@dxos/client';
|
|
3
|
-
export declare type SpacePanelProps = {
|
|
4
|
-
titleId?: string;
|
|
5
|
-
space: Space;
|
|
6
|
-
createInvitationUrl: (invitationCode: string) => string;
|
|
7
|
-
doneActionParent?: Parameters<typeof cloneElement>[0];
|
|
8
|
-
onDone?: () => void;
|
|
9
|
-
};
|
|
10
|
-
export declare type SpaceView = 'current space';
|
|
11
|
-
export declare const SpacePanel: (props: SpacePanelProps) => JSX.Element;
|
|
12
|
-
//# sourceMappingURL=SpacePanel.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"SpacePanel.d.ts","sourceRoot":"","sources":["../../../../../src/panels/SpacePanel/SpacePanel.tsx"],"names":[],"mappings":"AAKA,OAAc,EAAE,YAAY,EAA2B,MAAM,OAAO,CAAC;AAErE,OAAO,EAAiC,KAAK,EAAE,MAAM,cAAc,CAAC;AAOpE,oBAAY,eAAe,GAAG;IAC5B,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,KAAK,EAAE,KAAK,CAAC;IACb,mBAAmB,EAAE,CAAC,cAAc,EAAE,MAAM,KAAK,MAAM,CAAC;IACxD,gBAAgB,CAAC,EAAE,UAAU,CAAC,OAAO,YAAY,CAAC,CAAC,CAAC,CAAC,CAAC;IACtD,MAAM,CAAC,EAAE,MAAM,IAAI,CAAC;CACrB,CAAC;AAEF,oBAAY,SAAS,GAAG,eAAe,CAAC;AA+DxC,eAAO,MAAM,UAAU,UAAW,eAAe,gBAmBhD,CAAC"}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
component: (props: import("./SpacePanel").SpacePanelProps) => JSX.Element;
|
|
3
|
-
};
|
|
4
|
-
export default _default;
|
|
5
|
-
export declare const Default: {
|
|
6
|
-
decorators: import("@storybook/csf").DecoratorFunction<import("@storybook/react/dist/types-0a347bb9").R, any>[];
|
|
7
|
-
};
|
|
8
|
-
//# sourceMappingURL=SpacePanel.stories.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"SpacePanel.stories.d.ts","sourceRoot":"","sources":["../../../../../src/panels/SpacePanel/SpacePanel.stories.tsx"],"names":[],"mappings":";;;AAQA,wBAEE;AAEF,eAAO,MAAM,OAAO;;CAEnB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/panels/SpacePanel/index.ts"],"names":[],"mappings":"AAIA,cAAc,cAAc,CAAC"}
|