@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.
Files changed (546) hide show
  1. package/README.md +5 -1
  2. package/README.yml +1 -0
  3. package/dist/lib/browser/index.mjs +2096 -2849
  4. package/dist/lib/browser/index.mjs.map +4 -4
  5. package/dist/lib/browser/meta.json +1 -1
  6. package/dist/types/src/components/Avatars/Avatar.d.ts +51 -0
  7. package/dist/types/src/components/Avatars/Avatar.d.ts.map +1 -0
  8. package/dist/types/src/components/Avatars/Avatar.stories.d.ts +27 -0
  9. package/dist/types/src/components/Avatars/Avatar.stories.d.ts.map +1 -0
  10. package/dist/types/src/components/Avatars/AvatarGroup.d.ts +21 -0
  11. package/dist/types/src/components/Avatars/AvatarGroup.d.ts.map +1 -0
  12. package/dist/types/src/components/Avatars/AvatarGroup.stories.d.ts +9 -0
  13. package/dist/types/src/components/Avatars/AvatarGroup.stories.d.ts.map +1 -0
  14. package/dist/types/src/components/Avatars/index.d.ts +3 -0
  15. package/dist/types/src/components/Avatars/index.d.ts.map +1 -0
  16. package/dist/types/src/components/Breadcrumb/Breadcrumb.d.ts +29 -0
  17. package/dist/types/src/components/Breadcrumb/Breadcrumb.d.ts.map +1 -0
  18. package/dist/types/src/components/Breadcrumb/Breadcrumb.stories.d.ts +9 -0
  19. package/dist/types/src/components/Breadcrumb/Breadcrumb.stories.d.ts.map +1 -0
  20. package/dist/types/src/components/Breadcrumb/index.d.ts +2 -0
  21. package/dist/types/src/components/Breadcrumb/index.d.ts.map +1 -0
  22. package/dist/types/src/components/Buttons/Button.d.ts +24 -0
  23. package/dist/types/src/components/Buttons/Button.d.ts.map +1 -0
  24. package/dist/types/src/components/Buttons/Button.stories.d.ts +37 -0
  25. package/dist/types/src/components/Buttons/Button.stories.d.ts.map +1 -0
  26. package/dist/types/src/components/Buttons/Toggle.d.ts +8 -0
  27. package/dist/types/src/components/Buttons/Toggle.d.ts.map +1 -0
  28. package/dist/types/src/components/Buttons/Toggle.stories.d.ts +10 -0
  29. package/dist/types/src/components/Buttons/Toggle.stories.d.ts.map +1 -0
  30. package/dist/types/src/components/Buttons/ToggleGroup.d.ts +28 -0
  31. package/dist/types/src/components/Buttons/ToggleGroup.d.ts.map +1 -0
  32. package/dist/types/src/components/Buttons/ToggleGroup.stories.d.ts +15 -0
  33. package/dist/types/src/components/Buttons/ToggleGroup.stories.d.ts.map +1 -0
  34. package/dist/types/src/components/Buttons/index.d.ts +4 -0
  35. package/dist/types/src/components/Buttons/index.d.ts.map +1 -0
  36. package/dist/types/src/components/Card/Card.d.ts +44 -0
  37. package/dist/types/src/components/Card/Card.d.ts.map +1 -0
  38. package/dist/types/src/components/Card/Card.stories.d.ts +49 -0
  39. package/dist/types/src/components/Card/Card.stories.d.ts.map +1 -0
  40. package/dist/types/src/components/Card/index.d.ts +2 -0
  41. package/dist/types/src/components/Card/index.d.ts.map +1 -0
  42. package/dist/types/src/components/Card/testing.d.ts +9 -0
  43. package/dist/types/src/components/Card/testing.d.ts.map +1 -0
  44. package/dist/types/src/components/Center/Center.d.ts +4 -0
  45. package/dist/types/src/components/Center/Center.d.ts.map +1 -0
  46. package/dist/types/src/components/Center/Center.stories.d.ts +11 -0
  47. package/dist/types/src/components/Center/Center.stories.d.ts.map +1 -0
  48. package/dist/types/src/components/Center/index.d.ts +2 -0
  49. package/dist/types/src/components/Center/index.d.ts.map +1 -0
  50. package/dist/types/src/components/ComboBox/ComboBox.d.ts +49 -0
  51. package/dist/types/src/components/ComboBox/ComboBox.d.ts.map +1 -0
  52. package/dist/types/src/components/ComboBox/ComboBox.stories.d.ts +25 -0
  53. package/dist/types/src/components/ComboBox/ComboBox.stories.d.ts.map +1 -0
  54. package/dist/types/src/components/ComboBox/index.d.ts +2 -0
  55. package/dist/types/src/components/ComboBox/index.d.ts.map +1 -0
  56. package/dist/types/src/components/DensityProvider/DensityProvider.d.ts +11 -0
  57. package/dist/types/src/components/DensityProvider/DensityProvider.d.ts.map +1 -0
  58. package/dist/types/src/components/DensityProvider/index.d.ts +2 -0
  59. package/dist/types/src/components/DensityProvider/index.d.ts.map +1 -0
  60. package/dist/types/src/components/Dialogs/AlertDialog.d.ts +29 -0
  61. package/dist/types/src/components/Dialogs/AlertDialog.d.ts.map +1 -0
  62. package/dist/types/src/components/Dialogs/AlertDialog.stories.d.ts +23 -0
  63. package/dist/types/src/components/Dialogs/AlertDialog.stories.d.ts.map +1 -0
  64. package/dist/types/src/components/Dialogs/Dialog.d.ts +27 -0
  65. package/dist/types/src/components/Dialogs/Dialog.d.ts.map +1 -0
  66. package/dist/types/src/components/Dialogs/Dialog.stories.d.ts +21 -0
  67. package/dist/types/src/components/Dialogs/Dialog.stories.d.ts.map +1 -0
  68. package/dist/types/src/components/Dialogs/index.d.ts +3 -0
  69. package/dist/types/src/components/Dialogs/index.d.ts.map +1 -0
  70. package/dist/types/src/components/DropdownMenu/DropdownMenu.d.ts +44 -0
  71. package/dist/types/src/components/DropdownMenu/DropdownMenu.d.ts.map +1 -0
  72. package/dist/types/src/components/DropdownMenu/DropdownMenu.stories.d.ts +14 -0
  73. package/dist/types/src/components/DropdownMenu/DropdownMenu.stories.d.ts.map +1 -0
  74. package/dist/types/src/components/DropdownMenu/index.d.ts +2 -0
  75. package/dist/types/src/components/DropdownMenu/index.d.ts.map +1 -0
  76. package/dist/types/src/components/ElevationProvider/ElevationProvider.d.ts +11 -0
  77. package/dist/types/src/components/ElevationProvider/ElevationProvider.d.ts.map +1 -0
  78. package/dist/types/src/components/ElevationProvider/index.d.ts +2 -0
  79. package/dist/types/src/components/ElevationProvider/index.d.ts.map +1 -0
  80. package/dist/types/src/components/Input/Input.d.ts +55 -0
  81. package/dist/types/src/components/Input/Input.d.ts.map +1 -0
  82. package/dist/types/src/components/Input/Input.stories.d.ts +151 -0
  83. package/dist/types/src/components/Input/Input.stories.d.ts.map +1 -0
  84. package/dist/types/src/components/Input/index.d.ts +2 -0
  85. package/dist/types/src/components/Input/index.d.ts.map +1 -0
  86. package/dist/types/src/components/Link/Link.d.ts +8 -0
  87. package/dist/types/src/components/Link/Link.d.ts.map +1 -0
  88. package/dist/types/src/components/Link/Link.stories.d.ts +10 -0
  89. package/dist/types/src/components/Link/Link.stories.d.ts.map +1 -0
  90. package/dist/types/src/components/Link/index.d.ts +2 -0
  91. package/dist/types/src/components/Link/index.d.ts.map +1 -0
  92. package/dist/types/src/components/List/List.d.ts +25 -0
  93. package/dist/types/src/components/List/List.d.ts.map +1 -0
  94. package/dist/types/src/components/List/List.stories.d.ts +29 -0
  95. package/dist/types/src/components/List/List.stories.d.ts.map +1 -0
  96. package/dist/types/src/components/List/Tree.d.ts +21 -0
  97. package/dist/types/src/components/List/Tree.d.ts.map +1 -0
  98. package/dist/types/src/components/List/Tree.stories.d.ts +29 -0
  99. package/dist/types/src/components/List/Tree.stories.d.ts.map +1 -0
  100. package/dist/types/src/components/List/index.d.ts +3 -0
  101. package/dist/types/src/components/List/index.d.ts.map +1 -0
  102. package/dist/types/src/components/Main/Main.d.ts +57 -0
  103. package/dist/types/src/components/Main/Main.d.ts.map +1 -0
  104. package/dist/types/src/components/Main/Main.stories.d.ts +11 -0
  105. package/dist/types/src/components/Main/Main.stories.d.ts.map +1 -0
  106. package/dist/types/src/components/Main/index.d.ts +2 -0
  107. package/dist/types/src/components/Main/index.d.ts.map +1 -0
  108. package/dist/types/src/components/Main/useSwipeToDismiss.d.ts +11 -0
  109. package/dist/types/src/components/Main/useSwipeToDismiss.d.ts.map +1 -0
  110. package/dist/types/src/components/Message/Message.d.ts +23 -0
  111. package/dist/types/src/components/Message/Message.d.ts.map +1 -0
  112. package/dist/types/src/components/Message/Message.stories.d.ts +19 -0
  113. package/dist/types/src/components/Message/Message.stories.d.ts.map +1 -0
  114. package/dist/types/src/components/Message/index.d.ts +2 -0
  115. package/dist/types/src/components/Message/index.d.ts.map +1 -0
  116. package/dist/types/src/components/Popover/Popover.d.ts +32 -0
  117. package/dist/types/src/components/Popover/Popover.d.ts.map +1 -0
  118. package/dist/types/src/components/Popover/Popover.stories.d.ts +15 -0
  119. package/dist/types/src/components/Popover/Popover.stories.d.ts.map +1 -0
  120. package/dist/types/src/components/Popover/index.d.ts +2 -0
  121. package/dist/types/src/components/Popover/index.d.ts.map +1 -0
  122. package/dist/types/src/components/ProgressBar/ProgressBar.d.ts +7 -0
  123. package/dist/types/src/components/ProgressBar/ProgressBar.d.ts.map +1 -0
  124. package/dist/types/src/components/ProgressBar/ProgressBar.stories.d.ts +12 -0
  125. package/dist/types/src/components/ProgressBar/ProgressBar.stories.d.ts.map +1 -0
  126. package/dist/types/src/components/ProgressBar/index.d.ts +2 -0
  127. package/dist/types/src/components/ProgressBar/index.d.ts.map +1 -0
  128. package/dist/types/src/components/ScrollArea/ScrollArea.d.ts +27 -0
  129. package/dist/types/src/components/ScrollArea/ScrollArea.d.ts.map +1 -0
  130. package/dist/types/src/components/ScrollArea/ScrollArea.stories.d.ts +14 -0
  131. package/dist/types/src/components/ScrollArea/ScrollArea.stories.d.ts.map +1 -0
  132. package/dist/types/src/components/ScrollArea/index.d.ts +2 -0
  133. package/dist/types/src/components/ScrollArea/index.d.ts.map +1 -0
  134. package/dist/types/src/components/Select/Select.d.ts +60 -0
  135. package/dist/types/src/components/Select/Select.d.ts.map +1 -0
  136. package/dist/types/src/components/Select/Select.stories.d.ts +16 -0
  137. package/dist/types/src/components/Select/Select.stories.d.ts.map +1 -0
  138. package/dist/types/src/components/Select/index.d.ts +2 -0
  139. package/dist/types/src/components/Select/index.d.ts.map +1 -0
  140. package/dist/types/src/components/Separator/Separator.d.ts +7 -0
  141. package/dist/types/src/components/Separator/Separator.d.ts.map +1 -0
  142. package/dist/types/src/components/Separator/index.d.ts +2 -0
  143. package/dist/types/src/components/Separator/index.d.ts.map +1 -0
  144. package/dist/types/src/components/Tag/Tag.d.ts +10 -0
  145. package/dist/types/src/components/Tag/Tag.d.ts.map +1 -0
  146. package/dist/types/src/components/Tag/Tag.stories.d.ts +10 -0
  147. package/dist/types/src/components/Tag/Tag.stories.d.ts.map +1 -0
  148. package/dist/types/src/components/Tag/index.d.ts +2 -0
  149. package/dist/types/src/components/Tag/index.d.ts.map +1 -0
  150. package/dist/types/src/components/ThemeProvider/ThemeProvider.d.ts +16 -0
  151. package/dist/types/src/components/ThemeProvider/ThemeProvider.d.ts.map +1 -0
  152. package/dist/types/src/components/ThemeProvider/TranslationsProvider.d.ts +20 -0
  153. package/dist/types/src/components/ThemeProvider/TranslationsProvider.d.ts.map +1 -0
  154. package/dist/types/src/components/ThemeProvider/index.d.ts +2 -0
  155. package/dist/types/src/components/ThemeProvider/index.d.ts.map +1 -0
  156. package/dist/types/src/components/Toast/Toast.d.ts +34 -0
  157. package/dist/types/src/components/Toast/Toast.d.ts.map +1 -0
  158. package/dist/types/src/components/Toast/Toast.stories.d.ts +34 -0
  159. package/dist/types/src/components/Toast/Toast.stories.d.ts.map +1 -0
  160. package/dist/types/src/components/Toast/index.d.ts +2 -0
  161. package/dist/types/src/components/Toast/index.d.ts.map +1 -0
  162. package/dist/types/src/components/Toolbar/Toolbar.d.ts +42 -0
  163. package/dist/types/src/components/Toolbar/Toolbar.d.ts.map +1 -0
  164. package/dist/types/src/components/Toolbar/Toolbar.stories.d.ts +10 -0
  165. package/dist/types/src/components/Toolbar/Toolbar.stories.d.ts.map +1 -0
  166. package/dist/types/src/components/Toolbar/index.d.ts +2 -0
  167. package/dist/types/src/components/Toolbar/index.d.ts.map +1 -0
  168. package/dist/types/src/components/Tooltip/Tooltip.d.ts +23 -0
  169. package/dist/types/src/components/Tooltip/Tooltip.d.ts.map +1 -0
  170. package/dist/types/src/components/Tooltip/Tooltip.stories.d.ts +19 -0
  171. package/dist/types/src/components/Tooltip/Tooltip.stories.d.ts.map +1 -0
  172. package/dist/types/src/components/Tooltip/index.d.ts +2 -0
  173. package/dist/types/src/components/Tooltip/index.d.ts.map +1 -0
  174. package/dist/types/src/components/index.d.ts +25 -6
  175. package/dist/types/src/components/index.d.ts.map +1 -1
  176. package/dist/types/src/hooks/index.d.ts +6 -0
  177. package/dist/types/src/hooks/index.d.ts.map +1 -0
  178. package/dist/types/src/hooks/useDensityContext.d.ts +3 -0
  179. package/dist/types/src/hooks/useDensityContext.d.ts.map +1 -0
  180. package/dist/types/src/hooks/useElevationContext.d.ts +3 -0
  181. package/dist/types/src/hooks/useElevationContext.d.ts.map +1 -0
  182. package/dist/types/src/hooks/useThemeContext.d.ts +2 -0
  183. package/dist/types/src/hooks/useThemeContext.d.ts.map +1 -0
  184. package/dist/types/src/hooks/useTranslationsContext.d.ts +4 -0
  185. package/dist/types/src/hooks/useTranslationsContext.d.ts.map +1 -0
  186. package/dist/types/src/hooks/useVisualViewport.d.ts +6 -0
  187. package/dist/types/src/hooks/useVisualViewport.d.ts.map +1 -0
  188. package/dist/types/src/index.d.ts +6 -5
  189. package/dist/types/src/index.d.ts.map +1 -1
  190. package/dist/types/src/playground/Controls.stories.d.ts +11 -0
  191. package/dist/types/src/playground/Controls.stories.d.ts.map +1 -0
  192. package/dist/types/src/playground/Surfaces.stories.d.ts +9 -0
  193. package/dist/types/src/playground/Surfaces.stories.d.ts.map +1 -0
  194. package/dist/types/src/playground/helpers.d.ts +6 -0
  195. package/dist/types/src/playground/helpers.d.ts.map +1 -0
  196. package/dist/types/src/util/ThemedClassName.d.ts +5 -0
  197. package/dist/types/src/util/ThemedClassName.d.ts.map +1 -0
  198. package/dist/types/src/util/hasIosKeyboard.d.ts +2 -0
  199. package/dist/types/src/util/hasIosKeyboard.d.ts.map +1 -0
  200. package/dist/types/src/util/index.d.ts +2 -2
  201. package/dist/types/src/util/index.d.ts.map +1 -1
  202. package/package.json +43 -41
  203. package/src/components/Avatars/Avatar.stories.tsx +104 -0
  204. package/src/components/Avatars/Avatar.tsx +303 -0
  205. package/src/components/Avatars/AvatarGroup.stories.tsx +49 -0
  206. package/src/components/Avatars/AvatarGroup.tsx +111 -0
  207. package/src/components/Avatars/index.ts +6 -0
  208. package/src/components/Breadcrumb/Breadcrumb.stories.tsx +46 -0
  209. package/src/components/Breadcrumb/Breadcrumb.tsx +116 -0
  210. package/src/{composites/JoinDialog → components/Breadcrumb}/index.ts +1 -1
  211. package/src/components/Buttons/Button.stories.tsx +85 -0
  212. package/src/components/Buttons/Button.tsx +93 -0
  213. package/src/components/Buttons/Toggle.stories.tsx +28 -0
  214. package/src/components/Buttons/Toggle.tsx +23 -0
  215. package/src/components/Buttons/ToggleGroup.stories.tsx +38 -0
  216. package/src/components/Buttons/ToggleGroup.tsx +41 -0
  217. package/src/components/Buttons/index.ts +7 -0
  218. package/src/components/Card/Card.stories.tsx +215 -0
  219. package/src/components/Card/Card.tsx +114 -0
  220. package/src/{panels/SpacePanel → components/Card}/index.ts +1 -1
  221. package/src/components/Card/testing.ts +90 -0
  222. package/src/components/Center/Center.stories.tsx +18 -0
  223. package/src/components/Center/Center.tsx +16 -0
  224. package/src/{layouts/PanelDialog → components/Center}/index.ts +1 -1
  225. package/src/components/ComboBox/ComboBox.stories.tsx +82 -0
  226. package/src/components/ComboBox/ComboBox.tsx +218 -0
  227. package/src/components/ComboBox/index.ts +5 -0
  228. package/src/components/DensityProvider/DensityProvider.tsx +21 -0
  229. package/src/components/DensityProvider/index.ts +5 -0
  230. package/src/components/Dialogs/AlertDialog.stories.tsx +68 -0
  231. package/src/components/Dialogs/AlertDialog.tsx +157 -0
  232. package/src/components/Dialogs/Dialog.stories.tsx +52 -0
  233. package/src/components/Dialogs/Dialog.tsx +143 -0
  234. package/src/components/Dialogs/index.ts +6 -0
  235. package/src/components/DropdownMenu/DropdownMenu.stories.tsx +102 -0
  236. package/src/components/DropdownMenu/DropdownMenu.tsx +171 -0
  237. package/src/{layouts/PanelPopover → components/DropdownMenu}/index.ts +1 -1
  238. package/src/components/ElevationProvider/ElevationProvider.tsx +21 -0
  239. package/src/components/ElevationProvider/index.ts +5 -0
  240. package/src/components/Input/Input.stories.tsx +199 -0
  241. package/src/components/Input/Input.tsx +369 -0
  242. package/src/{composites/SpaceDialog → components/Input}/index.ts +1 -1
  243. package/src/components/Link/Link.stories.tsx +13 -0
  244. package/src/components/Link/Link.tsx +20 -0
  245. package/src/components/Link/index.ts +5 -0
  246. package/src/components/List/List.stories.tsx +184 -0
  247. package/src/components/List/List.tsx +173 -0
  248. package/src/components/List/Tree.stories.tsx +80 -0
  249. package/src/components/List/Tree.tsx +76 -0
  250. package/src/components/List/index.ts +6 -0
  251. package/src/components/Main/Main.stories.tsx +52 -0
  252. package/src/components/Main/Main.tsx +271 -0
  253. package/src/components/Main/index.ts +5 -0
  254. package/src/components/Main/useSwipeToDismiss.ts +103 -0
  255. package/src/components/Message/Message.stories.tsx +39 -0
  256. package/src/components/Message/Message.tsx +109 -0
  257. package/src/components/Message/index.ts +5 -0
  258. package/src/components/Popover/Popover.stories.tsx +38 -0
  259. package/src/components/Popover/Popover.tsx +123 -0
  260. package/src/components/Popover/index.ts +5 -0
  261. package/src/components/ProgressBar/ProgressBar.stories.tsx +33 -0
  262. package/src/components/ProgressBar/ProgressBar.tsx +29 -0
  263. package/src/components/ProgressBar/index.ts +5 -0
  264. package/src/components/ScrollArea/ScrollArea.stories.tsx +43 -0
  265. package/src/components/ScrollArea/ScrollArea.tsx +105 -0
  266. package/src/components/ScrollArea/index.ts +5 -0
  267. package/src/components/Select/Select.stories.tsx +68 -0
  268. package/src/components/Select/Select.tsx +223 -0
  269. package/src/components/Select/index.ts +5 -0
  270. package/src/components/Separator/Separator.tsx +28 -0
  271. package/src/components/Separator/index.ts +5 -0
  272. package/src/components/Tag/Tag.stories.tsx +42 -0
  273. package/src/components/Tag/Tag.tsx +23 -0
  274. package/src/components/Tag/index.ts +5 -0
  275. package/src/components/ThemeProvider/ThemeProvider.tsx +76 -0
  276. package/src/components/ThemeProvider/TranslationsProvider.tsx +63 -0
  277. package/src/components/ThemeProvider/index.ts +5 -0
  278. package/src/components/Toast/Toast.stories.tsx +61 -0
  279. package/src/components/Toast/Toast.tsx +126 -0
  280. package/src/components/Toast/index.ts +5 -0
  281. package/src/components/Toolbar/Toolbar.stories.tsx +77 -0
  282. package/src/components/Toolbar/Toolbar.tsx +99 -0
  283. package/src/components/Toolbar/index.ts +5 -0
  284. package/src/components/Tooltip/Tooltip.stories.tsx +41 -0
  285. package/src/components/Tooltip/Tooltip.tsx +84 -0
  286. package/src/components/Tooltip/index.ts +5 -0
  287. package/src/components/index.ts +27 -7
  288. package/src/hooks/index.ts +9 -0
  289. package/src/hooks/useDensityContext.ts +14 -0
  290. package/src/hooks/useElevationContext.ts +14 -0
  291. package/src/hooks/useThemeContext.ts +9 -0
  292. package/src/hooks/useTranslationsContext.ts +9 -0
  293. package/src/hooks/useVisualViewport.ts +24 -0
  294. package/src/index.ts +8 -6
  295. package/src/playground/Controls.stories.tsx +90 -0
  296. package/src/playground/Surfaces.stories.tsx +43 -0
  297. package/src/playground/helpers.tsx +32 -0
  298. package/src/util/ThemedClassName.ts +7 -0
  299. package/src/util/hasIosKeyboard.ts +8 -0
  300. package/src/util/index.ts +2 -2
  301. package/dist/lib/browser/chunk-5VRACIDE.mjs +0 -10
  302. package/dist/lib/browser/chunk-5VRACIDE.mjs.map +0 -7
  303. package/dist/lib/browser/testing/index.mjs +0 -64
  304. package/dist/lib/browser/testing/index.mjs.map +0 -7
  305. package/dist/types/src/components/Clipboard/ClipboardProvider.d.ts +0 -9
  306. package/dist/types/src/components/Clipboard/ClipboardProvider.d.ts.map +0 -1
  307. package/dist/types/src/components/Clipboard/CopyButton.d.ts +0 -5
  308. package/dist/types/src/components/Clipboard/CopyButton.d.ts.map +0 -1
  309. package/dist/types/src/components/Clipboard/index.d.ts +0 -3
  310. package/dist/types/src/components/Clipboard/index.d.ts.map +0 -1
  311. package/dist/types/src/components/IdentityList/DeviceList.d.ts +0 -7
  312. package/dist/types/src/components/IdentityList/DeviceList.d.ts.map +0 -1
  313. package/dist/types/src/components/IdentityList/IdentityListItem.d.ts +0 -7
  314. package/dist/types/src/components/IdentityList/IdentityListItem.d.ts.map +0 -1
  315. package/dist/types/src/components/IdentityList/IdentityListItem.stories.d.ts +0 -21
  316. package/dist/types/src/components/IdentityList/IdentityListItem.stories.d.ts.map +0 -1
  317. package/dist/types/src/components/IdentityList/SpaceMemberList.d.ts +0 -7
  318. package/dist/types/src/components/IdentityList/SpaceMemberList.d.ts.map +0 -1
  319. package/dist/types/src/components/IdentityList/SpaceMemberListContainer.d.ts +0 -9
  320. package/dist/types/src/components/IdentityList/SpaceMemberListContainer.d.ts.map +0 -1
  321. package/dist/types/src/components/IdentityList/index.d.ts +0 -5
  322. package/dist/types/src/components/IdentityList/index.d.ts.map +0 -1
  323. package/dist/types/src/components/InvitationEmoji/InvitationEmoji.d.ts +0 -7
  324. package/dist/types/src/components/InvitationEmoji/InvitationEmoji.d.ts.map +0 -1
  325. package/dist/types/src/components/InvitationEmoji/index.d.ts +0 -2
  326. package/dist/types/src/components/InvitationEmoji/index.d.ts.map +0 -1
  327. package/dist/types/src/components/InvitationList/InvitationList.d.ts +0 -7
  328. package/dist/types/src/components/InvitationList/InvitationList.d.ts.map +0 -1
  329. package/dist/types/src/components/InvitationList/InvitationList.stories.d.ts +0 -10
  330. package/dist/types/src/components/InvitationList/InvitationList.stories.d.ts.map +0 -1
  331. package/dist/types/src/components/InvitationList/InvitationListContainer.d.ts +0 -7
  332. package/dist/types/src/components/InvitationList/InvitationListContainer.d.ts.map +0 -1
  333. package/dist/types/src/components/InvitationList/InvitationListItem.d.ts +0 -9
  334. package/dist/types/src/components/InvitationList/InvitationListItem.d.ts.map +0 -1
  335. package/dist/types/src/components/InvitationList/InvitationListProps.d.ts +0 -4
  336. package/dist/types/src/components/InvitationList/InvitationListProps.d.ts.map +0 -1
  337. package/dist/types/src/components/InvitationList/InvitationStatusAvatar.d.ts +0 -15
  338. package/dist/types/src/components/InvitationList/InvitationStatusAvatar.d.ts.map +0 -1
  339. package/dist/types/src/components/InvitationList/InvitationStatusAvatar.stories.d.ts +0 -9
  340. package/dist/types/src/components/InvitationList/InvitationStatusAvatar.stories.d.ts.map +0 -1
  341. package/dist/types/src/components/InvitationList/index.d.ts +0 -5
  342. package/dist/types/src/components/InvitationList/index.d.ts.map +0 -1
  343. package/dist/types/src/components/PanelSeparator/PanelSeparator.d.ts +0 -3
  344. package/dist/types/src/components/PanelSeparator/PanelSeparator.d.ts.map +0 -1
  345. package/dist/types/src/components/PanelSeparator/index.d.ts +0 -2
  346. package/dist/types/src/components/PanelSeparator/index.d.ts.map +0 -1
  347. package/dist/types/src/components/SpaceList/SpaceListItem.d.ts +0 -7
  348. package/dist/types/src/components/SpaceList/SpaceListItem.d.ts.map +0 -1
  349. package/dist/types/src/components/SpaceList/index.d.ts +0 -2
  350. package/dist/types/src/components/SpaceList/index.d.ts.map +0 -1
  351. package/dist/types/src/composites/DevicesDialog/DevicesDialog.d.ts +0 -6
  352. package/dist/types/src/composites/DevicesDialog/DevicesDialog.d.ts.map +0 -1
  353. package/dist/types/src/composites/DevicesDialog/index.d.ts +0 -2
  354. package/dist/types/src/composites/DevicesDialog/index.d.ts.map +0 -1
  355. package/dist/types/src/composites/IdentityPopover/IdentityPopover.d.ts +0 -9
  356. package/dist/types/src/composites/IdentityPopover/IdentityPopover.d.ts.map +0 -1
  357. package/dist/types/src/composites/IdentityPopover/index.d.ts +0 -2
  358. package/dist/types/src/composites/IdentityPopover/index.d.ts.map +0 -1
  359. package/dist/types/src/composites/JoinDialog/JoinDialog.d.ts +0 -6
  360. package/dist/types/src/composites/JoinDialog/JoinDialog.d.ts.map +0 -1
  361. package/dist/types/src/composites/JoinDialog/JoinDialog.stories.d.ts +0 -10
  362. package/dist/types/src/composites/JoinDialog/JoinDialog.stories.d.ts.map +0 -1
  363. package/dist/types/src/composites/JoinDialog/index.d.ts +0 -2
  364. package/dist/types/src/composites/JoinDialog/index.d.ts.map +0 -1
  365. package/dist/types/src/composites/Shell/Shell.d.ts +0 -6
  366. package/dist/types/src/composites/Shell/Shell.d.ts.map +0 -1
  367. package/dist/types/src/composites/Shell/Shell.stories.d.ts +0 -10
  368. package/dist/types/src/composites/Shell/Shell.stories.d.ts.map +0 -1
  369. package/dist/types/src/composites/Shell/ShellContext.d.ts +0 -22
  370. package/dist/types/src/composites/Shell/ShellContext.d.ts.map +0 -1
  371. package/dist/types/src/composites/Shell/index.d.ts +0 -3
  372. package/dist/types/src/composites/Shell/index.d.ts.map +0 -1
  373. package/dist/types/src/composites/SpaceDialog/SpaceDialog.d.ts +0 -6
  374. package/dist/types/src/composites/SpaceDialog/SpaceDialog.d.ts.map +0 -1
  375. package/dist/types/src/composites/SpaceDialog/index.d.ts +0 -2
  376. package/dist/types/src/composites/SpaceDialog/index.d.ts.map +0 -1
  377. package/dist/types/src/composites/index.d.ts +0 -5
  378. package/dist/types/src/composites/index.d.ts.map +0 -1
  379. package/dist/types/src/layouts/PanelAlertDialog/PanelAlertDialog.d.ts +0 -14
  380. package/dist/types/src/layouts/PanelAlertDialog/PanelAlertDialog.d.ts.map +0 -1
  381. package/dist/types/src/layouts/PanelAlertDialog/index.d.ts +0 -2
  382. package/dist/types/src/layouts/PanelAlertDialog/index.d.ts.map +0 -1
  383. package/dist/types/src/layouts/PanelDialog/PanelDialog.d.ts +0 -14
  384. package/dist/types/src/layouts/PanelDialog/PanelDialog.d.ts.map +0 -1
  385. package/dist/types/src/layouts/PanelDialog/index.d.ts +0 -2
  386. package/dist/types/src/layouts/PanelDialog/index.d.ts.map +0 -1
  387. package/dist/types/src/layouts/PanelPopover/PanelPopover.d.ts +0 -11
  388. package/dist/types/src/layouts/PanelPopover/PanelPopover.d.ts.map +0 -1
  389. package/dist/types/src/layouts/PanelPopover/index.d.ts +0 -2
  390. package/dist/types/src/layouts/PanelPopover/index.d.ts.map +0 -1
  391. package/dist/types/src/layouts/PanelSidebar/PanelSidebar.d.ts +0 -19
  392. package/dist/types/src/layouts/PanelSidebar/PanelSidebar.d.ts.map +0 -1
  393. package/dist/types/src/layouts/PanelSidebar/index.d.ts +0 -2
  394. package/dist/types/src/layouts/PanelSidebar/index.d.ts.map +0 -1
  395. package/dist/types/src/layouts/index.d.ts +0 -5
  396. package/dist/types/src/layouts/index.d.ts.map +0 -1
  397. package/dist/types/src/panels/DevicesPanel/DevicesPanel.d.ts +0 -10
  398. package/dist/types/src/panels/DevicesPanel/DevicesPanel.d.ts.map +0 -1
  399. package/dist/types/src/panels/DevicesPanel/index.d.ts +0 -2
  400. package/dist/types/src/panels/DevicesPanel/index.d.ts.map +0 -1
  401. package/dist/types/src/panels/IdentityPanel/IdentityPanel.d.ts +0 -6
  402. package/dist/types/src/panels/IdentityPanel/IdentityPanel.d.ts.map +0 -1
  403. package/dist/types/src/panels/IdentityPanel/index.d.ts +0 -2
  404. package/dist/types/src/panels/IdentityPanel/index.d.ts.map +0 -1
  405. package/dist/types/src/panels/JoinPanel/JoinHeading.d.ts +0 -13
  406. package/dist/types/src/panels/JoinPanel/JoinHeading.d.ts.map +0 -1
  407. package/dist/types/src/panels/JoinPanel/JoinPanel.d.ts +0 -3
  408. package/dist/types/src/panels/JoinPanel/JoinPanel.d.ts.map +0 -1
  409. package/dist/types/src/panels/JoinPanel/JoinPanelProps.d.ts +0 -54
  410. package/dist/types/src/panels/JoinPanel/JoinPanelProps.d.ts.map +0 -1
  411. package/dist/types/src/panels/JoinPanel/index.d.ts +0 -3
  412. package/dist/types/src/panels/JoinPanel/index.d.ts.map +0 -1
  413. package/dist/types/src/panels/JoinPanel/joinMachine.d.ts +0 -64
  414. package/dist/types/src/panels/JoinPanel/joinMachine.d.ts.map +0 -1
  415. package/dist/types/src/panels/JoinPanel/view-states/AdditionMethodSelector.d.ts +0 -4
  416. package/dist/types/src/panels/JoinPanel/view-states/AdditionMethodSelector.d.ts.map +0 -1
  417. package/dist/types/src/panels/JoinPanel/view-states/IdentityAdded.d.ts +0 -15
  418. package/dist/types/src/panels/JoinPanel/view-states/IdentityAdded.d.ts.map +0 -1
  419. package/dist/types/src/panels/JoinPanel/view-states/IdentityInput.d.ts +0 -6
  420. package/dist/types/src/panels/JoinPanel/view-states/IdentityInput.d.ts.map +0 -1
  421. package/dist/types/src/panels/JoinPanel/view-states/InvitationAccepted.d.ts +0 -10
  422. package/dist/types/src/panels/JoinPanel/view-states/InvitationAccepted.d.ts.map +0 -1
  423. package/dist/types/src/panels/JoinPanel/view-states/InvitationAuthenticator.d.ts +0 -7
  424. package/dist/types/src/panels/JoinPanel/view-states/InvitationAuthenticator.d.ts.map +0 -1
  425. package/dist/types/src/panels/JoinPanel/view-states/InvitationInput.d.ts +0 -6
  426. package/dist/types/src/panels/JoinPanel/view-states/InvitationInput.d.ts.map +0 -1
  427. package/dist/types/src/panels/JoinPanel/view-states/InvitationRescuer.d.ts +0 -6
  428. package/dist/types/src/panels/JoinPanel/view-states/InvitationRescuer.d.ts.map +0 -1
  429. package/dist/types/src/panels/JoinPanel/view-states/ViewState.d.ts +0 -10
  430. package/dist/types/src/panels/JoinPanel/view-states/ViewState.d.ts.map +0 -1
  431. package/dist/types/src/panels/JoinPanel/view-states/index.d.ts +0 -8
  432. package/dist/types/src/panels/JoinPanel/view-states/index.d.ts.map +0 -1
  433. package/dist/types/src/panels/SpacePanel/SpacePanel.d.ts +0 -12
  434. package/dist/types/src/panels/SpacePanel/SpacePanel.d.ts.map +0 -1
  435. package/dist/types/src/panels/SpacePanel/SpacePanel.stories.d.ts +0 -8
  436. package/dist/types/src/panels/SpacePanel/SpacePanel.stories.d.ts.map +0 -1
  437. package/dist/types/src/panels/SpacePanel/index.d.ts +0 -2
  438. package/dist/types/src/panels/SpacePanel/index.d.ts.map +0 -1
  439. package/dist/types/src/panels/index.d.ts +0 -5
  440. package/dist/types/src/panels/index.d.ts.map +0 -1
  441. package/dist/types/src/playwright/invitations-manager.d.ts +0 -25
  442. package/dist/types/src/playwright/invitations-manager.d.ts.map +0 -1
  443. package/dist/types/src/playwright/invitations.spec.d.ts +0 -2
  444. package/dist/types/src/playwright/invitations.spec.d.ts.map +0 -1
  445. package/dist/types/src/playwright/playwright.config.d.ts +0 -3
  446. package/dist/types/src/playwright/playwright.config.d.ts.map +0 -1
  447. package/dist/types/src/stories/Invitations.stories.d.ts +0 -14
  448. package/dist/types/src/stories/Invitations.stories.d.ts.map +0 -1
  449. package/dist/types/src/styles/dialogStyles.d.ts +0 -3
  450. package/dist/types/src/styles/dialogStyles.d.ts.map +0 -1
  451. package/dist/types/src/styles/index.d.ts +0 -4
  452. package/dist/types/src/styles/index.d.ts.map +0 -1
  453. package/dist/types/src/styles/invitationStatusStyles.d.ts +0 -20
  454. package/dist/types/src/styles/invitationStatusStyles.d.ts.map +0 -1
  455. package/dist/types/src/styles/panelStyles.d.ts +0 -4
  456. package/dist/types/src/styles/panelStyles.d.ts.map +0 -1
  457. package/dist/types/src/testing/index.d.ts +0 -2
  458. package/dist/types/src/testing/index.d.ts.map +0 -1
  459. package/dist/types/src/testing/shell-manager.d.ts +0 -17
  460. package/dist/types/src/testing/shell-manager.d.ts.map +0 -1
  461. package/dist/types/src/translations/index.d.ts +0 -5
  462. package/dist/types/src/translations/index.d.ts.map +0 -1
  463. package/dist/types/src/translations/locales/en-US.d.ts +0 -66
  464. package/dist/types/src/translations/locales/en-US.d.ts.map +0 -1
  465. package/dist/types/src/util/invitationStatusValue.d.ts +0 -8
  466. package/dist/types/src/util/invitationStatusValue.d.ts.map +0 -1
  467. package/dist/types/src/util/toEmoji.d.ts +0 -2
  468. package/dist/types/src/util/toEmoji.d.ts.map +0 -1
  469. package/src/components/Clipboard/ClipboardProvider.tsx +0 -26
  470. package/src/components/Clipboard/CopyButton.tsx +0 -38
  471. package/src/components/Clipboard/index.ts +0 -6
  472. package/src/components/IdentityList/DeviceList.tsx +0 -31
  473. package/src/components/IdentityList/IdentityListItem.stories.tsx +0 -23
  474. package/src/components/IdentityList/IdentityListItem.tsx +0 -48
  475. package/src/components/IdentityList/SpaceMemberList.tsx +0 -33
  476. package/src/components/IdentityList/SpaceMemberListContainer.tsx +0 -32
  477. package/src/components/IdentityList/index.ts +0 -8
  478. package/src/components/InvitationEmoji/InvitationEmoji.tsx +0 -32
  479. package/src/components/InvitationEmoji/index.ts +0 -5
  480. package/src/components/InvitationList/InvitationList.stories.tsx +0 -65
  481. package/src/components/InvitationList/InvitationList.tsx +0 -33
  482. package/src/components/InvitationList/InvitationListContainer.tsx +0 -27
  483. package/src/components/InvitationList/InvitationListItem.tsx +0 -91
  484. package/src/components/InvitationList/InvitationListProps.ts +0 -7
  485. package/src/components/InvitationList/InvitationStatusAvatar.stories.tsx +0 -52
  486. package/src/components/InvitationList/InvitationStatusAvatar.tsx +0 -91
  487. package/src/components/InvitationList/index.ts +0 -8
  488. package/src/components/PanelSeparator/PanelSeparator.tsx +0 -17
  489. package/src/components/PanelSeparator/index.ts +0 -5
  490. package/src/components/SpaceList/SpaceListItem.tsx +0 -32
  491. package/src/components/SpaceList/index.ts +0 -5
  492. package/src/composites/DevicesDialog/DevicesDialog.tsx +0 -39
  493. package/src/composites/DevicesDialog/index.ts +0 -5
  494. package/src/composites/IdentityPopover/IdentityPopover.tsx +0 -54
  495. package/src/composites/IdentityPopover/index.ts +0 -5
  496. package/src/composites/JoinDialog/JoinDialog.stories.tsx +0 -74
  497. package/src/composites/JoinDialog/JoinDialog.tsx +0 -35
  498. package/src/composites/Shell/Shell.stories.tsx +0 -93
  499. package/src/composites/Shell/Shell.tsx +0 -100
  500. package/src/composites/Shell/ShellContext.tsx +0 -178
  501. package/src/composites/Shell/index.ts +0 -6
  502. package/src/composites/SpaceDialog/SpaceDialog.tsx +0 -39
  503. package/src/composites/index.ts +0 -8
  504. package/src/layouts/PanelAlertDialog/PanelAlertDialog.tsx +0 -40
  505. package/src/layouts/PanelAlertDialog/index.ts +0 -5
  506. package/src/layouts/PanelDialog/PanelDialog.tsx +0 -41
  507. package/src/layouts/PanelPopover/PanelPopover.tsx +0 -40
  508. package/src/layouts/PanelSidebar/PanelSidebar.tsx +0 -124
  509. package/src/layouts/PanelSidebar/index.ts +0 -5
  510. package/src/layouts/index.ts +0 -8
  511. package/src/panels/DevicesPanel/DevicesPanel.tsx +0 -113
  512. package/src/panels/DevicesPanel/index.ts +0 -5
  513. package/src/panels/IdentityPanel/IdentityPanel.tsx +0 -43
  514. package/src/panels/IdentityPanel/index.ts +0 -5
  515. package/src/panels/JoinPanel/JoinHeading.tsx +0 -73
  516. package/src/panels/JoinPanel/JoinPanel.tsx +0 -247
  517. package/src/panels/JoinPanel/JoinPanelProps.ts +0 -90
  518. package/src/panels/JoinPanel/index.ts +0 -6
  519. package/src/panels/JoinPanel/joinMachine.ts +0 -444
  520. package/src/panels/JoinPanel/view-states/AdditionMethodSelector.tsx +0 -63
  521. package/src/panels/JoinPanel/view-states/IdentityAdded.tsx +0 -99
  522. package/src/panels/JoinPanel/view-states/IdentityInput.tsx +0 -81
  523. package/src/panels/JoinPanel/view-states/InvitationAccepted.tsx +0 -74
  524. package/src/panels/JoinPanel/view-states/InvitationAuthenticator.tsx +0 -152
  525. package/src/panels/JoinPanel/view-states/InvitationInput.tsx +0 -75
  526. package/src/panels/JoinPanel/view-states/InvitationRescuer.tsx +0 -115
  527. package/src/panels/JoinPanel/view-states/ViewState.tsx +0 -153
  528. package/src/panels/JoinPanel/view-states/index.ts +0 -11
  529. package/src/panels/SpacePanel/SpacePanel.stories.tsx +0 -15
  530. package/src/panels/SpacePanel/SpacePanel.tsx +0 -105
  531. package/src/panels/index.ts +0 -8
  532. package/src/playwright/invitations-manager.ts +0 -165
  533. package/src/playwright/invitations.spec.ts +0 -393
  534. package/src/playwright/playwright.config.ts +0 -7
  535. package/src/stories/Invitations.stories.tsx +0 -187
  536. package/src/styles/dialogStyles.ts +0 -8
  537. package/src/styles/index.ts +0 -7
  538. package/src/styles/invitationStatusStyles.ts +0 -42
  539. package/src/styles/panelStyles.ts +0 -7
  540. package/src/testing/index.ts +0 -5
  541. package/src/testing/shell-manager.ts +0 -79
  542. package/src/translations/index.ts +0 -7
  543. package/src/translations/locales/en-US.ts +0 -69
  544. package/src/util/invitationStatusValue.ts +0 -22
  545. package/src/util/toEmoji.ts +0 -22
  546. 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,3 +0,0 @@
1
- export * from './Shell';
2
- export * from './ShellContext';
3
- //# sourceMappingURL=index.d.ts.map
@@ -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,2 +0,0 @@
1
- export * from './SpaceDialog';
2
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/composites/SpaceDialog/index.ts"],"names":[],"mappings":"AAIA,cAAc,eAAe,CAAC"}
@@ -1,5 +0,0 @@
1
- export * from './IdentityPopover';
2
- export * from './JoinDialog';
3
- export * from './Shell';
4
- export * from './SpaceDialog';
5
- //# sourceMappingURL=index.d.ts.map
@@ -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,2 +0,0 @@
1
- export * from './PanelAlertDialog';
2
- //# sourceMappingURL=index.d.ts.map
@@ -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,2 +0,0 @@
1
- export * from './PanelDialog';
2
- //# sourceMappingURL=index.d.ts.map
@@ -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,2 +0,0 @@
1
- export * from './PanelPopover';
2
- //# sourceMappingURL=index.d.ts.map
@@ -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,2 +0,0 @@
1
- export * from './PanelSidebar';
2
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/layouts/PanelSidebar/index.ts"],"names":[],"mappings":"AAIA,cAAc,gBAAgB,CAAC"}
@@ -1,5 +0,0 @@
1
- export * from './PanelPopover';
2
- export * from './PanelSidebar';
3
- export * from './PanelAlertDialog';
4
- export * from './PanelDialog';
5
- //# sourceMappingURL=index.d.ts.map
@@ -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,2 +0,0 @@
1
- export * from './DevicesPanel';
2
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/panels/DevicesPanel/index.ts"],"names":[],"mappings":"AAIA,cAAc,gBAAgB,CAAC"}
@@ -1,6 +0,0 @@
1
- import type { Identity } from '@dxos/client';
2
- export declare const IdentityPanel: ({ identity, onClickManageProfile }: {
3
- identity: Identity;
4
- onClickManageProfile?: (() => void) | undefined;
5
- }) => JSX.Element;
6
- //# sourceMappingURL=IdentityPanel.d.ts.map
@@ -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,2 +0,0 @@
1
- export * from './IdentityPanel';
2
- //# sourceMappingURL=index.d.ts.map
@@ -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,3 +0,0 @@
1
- import { JoinPanelProps } from './JoinPanelProps';
2
- export declare const JoinPanel: ({ mode, initialInvitationCode, exitActionParent, onExit, doneActionParent, onDone, preventExit }: JoinPanelProps) => JSX.Element;
3
- //# sourceMappingURL=JoinPanel.d.ts.map
@@ -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,3 +0,0 @@
1
- export * from './JoinPanel';
2
- export * from './JoinPanelProps';
3
- //# sourceMappingURL=index.d.ts.map
@@ -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,2 +0,0 @@
1
- export * from './SpacePanel';
2
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/panels/SpacePanel/index.ts"],"names":[],"mappings":"AAIA,cAAc,cAAc,CAAC"}