@dxos/plugin-client 0.8.4-main.d05673bc65 → 0.8.4-main.d9fc60f731

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 (602) hide show
  1. package/LICENSE +102 -5
  2. package/README.md +1 -1
  3. package/dist/lib/neutral/AccountContainer-FZ3IC6H4.mjs +182 -0
  4. package/dist/lib/neutral/AccountContainer-FZ3IC6H4.mjs.map +7 -0
  5. package/dist/lib/neutral/ClientPlugin.mjs +72 -0
  6. package/dist/lib/neutral/ClientPlugin.mjs.map +7 -0
  7. package/dist/lib/{browser/cli/index.mjs → neutral/ClientPlugin.node.mjs} +115 -125
  8. package/dist/lib/neutral/ClientPlugin.node.mjs.map +7 -0
  9. package/dist/lib/neutral/ClientPlugin.workerd.mjs +16 -0
  10. package/dist/lib/neutral/ClientPlugin.workerd.mjs.map +7 -0
  11. package/dist/lib/{browser/DevicesContainer-3N7ANEJ7.mjs → neutral/DevicesContainer-6MWNUC3I.mjs} +46 -52
  12. package/dist/lib/neutral/DevicesContainer-6MWNUC3I.mjs.map +7 -0
  13. package/dist/lib/neutral/InvitationsContainer-ME722VKS.mjs +132 -0
  14. package/dist/lib/neutral/InvitationsContainer-ME722VKS.mjs.map +7 -0
  15. package/dist/lib/{browser/JoinDialog-VTTK7NHO.mjs → neutral/JoinDialog-2NXAKPLP.mjs} +10 -16
  16. package/dist/lib/neutral/JoinDialog-2NXAKPLP.mjs.map +7 -0
  17. package/dist/lib/{browser/ProfileContainer-XV7OXJC2.mjs → neutral/ProfileContainer-VPX3FPWG.mjs} +17 -20
  18. package/dist/lib/neutral/ProfileContainer-VPX3FPWG.mjs.map +7 -0
  19. package/dist/lib/{browser/RecoveryCodeDialog-WO34OZEJ.mjs → neutral/RecoveryCodeDialog-GBRH6ZSA.mjs} +8 -9
  20. package/dist/lib/neutral/RecoveryCodeDialog-GBRH6ZSA.mjs.map +7 -0
  21. package/dist/lib/{browser/RecoveryCredentialsContainer-G22FSTIX.mjs → neutral/RecoveryCredentialsContainer-IPBGDMIA.mjs} +18 -24
  22. package/dist/lib/neutral/RecoveryCredentialsContainer-IPBGDMIA.mjs.map +7 -0
  23. package/dist/lib/{node-esm/ResetDialog-GGBWSQZO.mjs → neutral/ResetDialog-HZ5OKKG4.mjs} +10 -7
  24. package/dist/lib/neutral/ResetDialog-HZ5OKKG4.mjs.map +7 -0
  25. package/dist/lib/neutral/account-cache-4EKGEUJI.mjs +43 -0
  26. package/dist/lib/neutral/account-cache-4EKGEUJI.mjs.map +7 -0
  27. package/dist/lib/{node-esm/app-graph-builder-PTNZ46NN.mjs → neutral/app-graph-builder-A74W7C36.mjs} +51 -28
  28. package/dist/lib/neutral/app-graph-builder-A74W7C36.mjs.map +7 -0
  29. package/dist/lib/neutral/capabilities/index.mjs +34 -0
  30. package/dist/lib/neutral/capabilities/index.mjs.map +7 -0
  31. package/dist/lib/neutral/capabilities/node.mjs +21 -0
  32. package/dist/lib/neutral/capabilities/node.mjs.map +7 -0
  33. package/dist/lib/neutral/chunk-D6HPCLTS.mjs +185 -0
  34. package/dist/lib/neutral/chunk-D6HPCLTS.mjs.map +7 -0
  35. package/dist/lib/neutral/chunk-FVESSI4C.mjs +8 -0
  36. package/dist/lib/neutral/chunk-FVESSI4C.mjs.map +7 -0
  37. package/dist/lib/neutral/chunk-J5LGTIGS.mjs +10 -0
  38. package/dist/lib/neutral/chunk-JEF2FQGB.mjs +27 -0
  39. package/dist/lib/neutral/chunk-JEF2FQGB.mjs.map +7 -0
  40. package/dist/lib/{node-esm/chunk-BOTJSPCT.mjs → neutral/chunk-JOCCVODY.mjs} +11 -7
  41. package/dist/lib/neutral/chunk-JOCCVODY.mjs.map +7 -0
  42. package/dist/lib/neutral/chunk-TUK3ELUU.mjs +135 -0
  43. package/dist/lib/neutral/chunk-TUK3ELUU.mjs.map +7 -0
  44. package/dist/lib/neutral/chunk-WWCVZG3K.mjs +13 -0
  45. package/dist/lib/neutral/chunk-WWCVZG3K.mjs.map +7 -0
  46. package/dist/lib/{browser/client-BXCP3EUE.mjs → neutral/client-MCFHLJEA.mjs} +16 -40
  47. package/dist/lib/neutral/client-MCFHLJEA.mjs.map +7 -0
  48. package/dist/lib/neutral/components/index.mjs +1 -0
  49. package/dist/lib/neutral/containers/index.mjs +23 -0
  50. package/dist/lib/neutral/containers/index.mjs.map +7 -0
  51. package/dist/lib/neutral/create-agent-6HLW4D3A.mjs +26 -0
  52. package/dist/lib/neutral/create-agent-6HLW4D3A.mjs.map +7 -0
  53. package/dist/lib/neutral/create-identity-WV2CVZBS.mjs +42 -0
  54. package/dist/lib/neutral/create-identity-WV2CVZBS.mjs.map +7 -0
  55. package/dist/lib/neutral/create-passkey-FOXEMXGF.mjs +81 -0
  56. package/dist/lib/neutral/create-passkey-FOXEMXGF.mjs.map +7 -0
  57. package/dist/lib/neutral/create-recovery-code-ZWDKLPH4.mjs +36 -0
  58. package/dist/lib/neutral/create-recovery-code-ZWDKLPH4.mjs.map +7 -0
  59. package/dist/lib/neutral/hub-http-client-WOJUCDKV.mjs +19 -0
  60. package/dist/lib/neutral/hub-http-client-WOJUCDKV.mjs.map +7 -0
  61. package/dist/lib/neutral/index.mjs +23 -0
  62. package/dist/lib/neutral/index.mjs.map +7 -0
  63. package/dist/lib/neutral/join-identity-QEQFAE2S.mjs +27 -0
  64. package/dist/lib/neutral/join-identity-QEQFAE2S.mjs.map +7 -0
  65. package/dist/lib/neutral/layer-specs-FLXR263J.mjs +61 -0
  66. package/dist/lib/neutral/layer-specs-FLXR263J.mjs.map +7 -0
  67. package/dist/lib/neutral/meta.json +1 -0
  68. package/dist/lib/neutral/meta.mjs +8 -0
  69. package/dist/lib/neutral/meta.mjs.map +7 -0
  70. package/dist/lib/{browser/migrations-GKUA2ARL.mjs → neutral/migrations-7FTW55ER.mjs} +4 -6
  71. package/dist/lib/neutral/migrations-7FTW55ER.mjs.map +7 -0
  72. package/dist/lib/neutral/navigation-handler-FWSGOXGG.mjs +46 -0
  73. package/dist/lib/neutral/navigation-handler-FWSGOXGG.mjs.map +7 -0
  74. package/dist/lib/neutral/operation-handler-E3HB7E2T.mjs +13 -0
  75. package/dist/lib/neutral/operation-handler-E3HB7E2T.mjs.map +7 -0
  76. package/dist/lib/neutral/operations/index.mjs +12 -0
  77. package/dist/lib/neutral/operations/index.mjs.map +7 -0
  78. package/dist/lib/neutral/plugin.mjs +17 -0
  79. package/dist/lib/neutral/plugin.mjs.map +7 -0
  80. package/dist/lib/{browser/react-context-GZ3T5UON.mjs → neutral/react-context-B5LXMHVM.mjs} +5 -8
  81. package/dist/lib/neutral/react-context-B5LXMHVM.mjs.map +7 -0
  82. package/dist/lib/{browser/react-surface-5VZP34X3.mjs → neutral/react-surface-DEKGWTCD.mjs} +23 -30
  83. package/dist/lib/neutral/react-surface-DEKGWTCD.mjs.map +7 -0
  84. package/dist/lib/neutral/recover-identity-JNFKLCUD.mjs +26 -0
  85. package/dist/lib/neutral/recover-identity-JNFKLCUD.mjs.map +7 -0
  86. package/dist/lib/neutral/redeem-passkey-4SBAI4AG.mjs +66 -0
  87. package/dist/lib/neutral/redeem-passkey-4SBAI4AG.mjs.map +7 -0
  88. package/dist/lib/neutral/redeem-token-POBD6TMN.mjs +29 -0
  89. package/dist/lib/neutral/redeem-token-POBD6TMN.mjs.map +7 -0
  90. package/dist/lib/neutral/reset-storage-LQKUV5RA.mjs +26 -0
  91. package/dist/lib/neutral/reset-storage-LQKUV5RA.mjs.map +7 -0
  92. package/dist/lib/neutral/schema-defs-IHBCKTMM.mjs +51 -0
  93. package/dist/lib/neutral/schema-defs-IHBCKTMM.mjs.map +7 -0
  94. package/dist/lib/neutral/share-identity-KNQ2XNXV.mjs +31 -0
  95. package/dist/lib/neutral/share-identity-KNQ2XNXV.mjs.map +7 -0
  96. package/dist/lib/neutral/testing/index.mjs +25 -0
  97. package/dist/lib/neutral/testing/index.mjs.map +7 -0
  98. package/dist/lib/neutral/translations.mjs +101 -0
  99. package/dist/lib/neutral/translations.mjs.map +7 -0
  100. package/dist/lib/{browser → neutral}/types/index.mjs +4 -6
  101. package/dist/lib/neutral/types/index.mjs.map +7 -0
  102. package/dist/types/src/ClientPlugin.d.ts +2 -1
  103. package/dist/types/src/ClientPlugin.d.ts.map +1 -1
  104. package/dist/types/src/ClientPlugin.node.d.ts +5 -0
  105. package/dist/types/src/ClientPlugin.node.d.ts.map +1 -0
  106. package/dist/types/src/ClientPlugin.test.d.ts +2 -0
  107. package/dist/types/src/ClientPlugin.test.d.ts.map +1 -0
  108. package/dist/types/src/ClientPlugin.workerd.d.ts +4 -0
  109. package/dist/types/src/ClientPlugin.workerd.d.ts.map +1 -0
  110. package/dist/types/src/capabilities/account-cache.d.ts +35 -0
  111. package/dist/types/src/capabilities/account-cache.d.ts.map +1 -0
  112. package/dist/types/src/capabilities/app-graph-builder.d.ts.map +1 -0
  113. package/dist/types/src/capabilities/{client/client.d.ts → client.d.ts} +2 -2
  114. package/dist/types/src/capabilities/client.d.ts.map +1 -0
  115. package/dist/types/src/capabilities/hub-http-client.d.ts +6 -0
  116. package/dist/types/src/capabilities/hub-http-client.d.ts.map +1 -0
  117. package/dist/types/src/capabilities/index.d.ts +65 -7
  118. package/dist/types/src/capabilities/index.d.ts.map +1 -1
  119. package/dist/types/src/capabilities/layer-specs.d.ts +6 -0
  120. package/dist/types/src/capabilities/layer-specs.d.ts.map +1 -0
  121. package/dist/types/src/capabilities/migrations.d.ts.map +1 -0
  122. package/dist/types/src/capabilities/navigation-handler/index.d.ts +4 -0
  123. package/dist/types/src/capabilities/navigation-handler/index.d.ts.map +1 -0
  124. package/dist/types/src/capabilities/navigation-handler/navigation-handler.d.ts +15 -0
  125. package/dist/types/src/capabilities/navigation-handler/navigation-handler.d.ts.map +1 -0
  126. package/dist/types/src/capabilities/node.d.ts +26 -0
  127. package/dist/types/src/capabilities/node.d.ts.map +1 -0
  128. package/dist/types/src/capabilities/operation-handler.d.ts +6 -0
  129. package/dist/types/src/capabilities/operation-handler.d.ts.map +1 -0
  130. package/dist/types/src/capabilities/react-context.d.ts.map +1 -0
  131. package/dist/types/src/capabilities/{react-surface/react-surface.d.ts → react-surface.d.ts} +1 -1
  132. package/dist/types/src/capabilities/react-surface.d.ts.map +1 -0
  133. package/dist/types/src/capabilities/schema-defs.d.ts.map +1 -0
  134. package/dist/types/src/{cli/commands → commands}/config/index.d.ts +1 -1
  135. package/dist/types/src/commands/config/index.d.ts.map +1 -0
  136. package/dist/types/src/{cli/commands → commands}/config/view.d.ts +1 -1
  137. package/dist/types/src/commands/config/view.d.ts.map +1 -0
  138. package/dist/types/src/commands/device/index.d.ts.map +1 -0
  139. package/dist/types/src/commands/device/info/index.d.ts.map +1 -0
  140. package/dist/types/src/{cli/commands → commands}/device/info/info.d.ts +2 -2
  141. package/dist/types/src/commands/device/info/info.d.ts.map +1 -0
  142. package/dist/types/src/commands/device/info/info.test.d.ts.map +1 -0
  143. package/dist/types/src/commands/device/list/index.d.ts.map +1 -0
  144. package/dist/types/src/{cli/commands → commands}/device/list/list.d.ts +2 -2
  145. package/dist/types/src/commands/device/list/list.d.ts.map +1 -0
  146. package/dist/types/src/commands/device/list/list.test.d.ts.map +1 -0
  147. package/dist/types/src/commands/device/update/index.d.ts.map +1 -0
  148. package/dist/types/src/commands/device/update/update.d.ts.map +1 -0
  149. package/dist/types/src/commands/device/util.d.ts.map +1 -0
  150. package/dist/types/src/commands/edge/index.d.ts.map +1 -0
  151. package/dist/types/src/commands/edge/status.d.ts.map +1 -0
  152. package/dist/types/src/{cli/commands → commands}/halo/create/create.d.ts +2 -2
  153. package/dist/types/src/commands/halo/create/create.d.ts.map +1 -0
  154. package/dist/types/src/commands/halo/create/create.test.d.ts.map +1 -0
  155. package/dist/types/src/commands/halo/create/index.d.ts.map +1 -0
  156. package/dist/types/src/commands/halo/credential/add/add.d.ts.map +1 -0
  157. package/dist/types/src/commands/halo/credential/add/index.d.ts.map +1 -0
  158. package/dist/types/src/commands/halo/credential/index.d.ts.map +1 -0
  159. package/dist/types/src/commands/halo/credential/list/index.d.ts.map +1 -0
  160. package/dist/types/src/{cli/commands → commands}/halo/credential/list/list.d.ts +3 -3
  161. package/dist/types/src/commands/halo/credential/list/list.d.ts.map +1 -0
  162. package/dist/types/src/commands/halo/credential/list/list.test.d.ts.map +1 -0
  163. package/dist/types/src/{cli/commands → commands}/halo/identity/identity.d.ts +2 -2
  164. package/dist/types/src/commands/halo/identity/identity.d.ts.map +1 -0
  165. package/dist/types/src/commands/halo/identity/identity.test.d.ts.map +1 -0
  166. package/dist/types/src/commands/halo/identity/index.d.ts.map +1 -0
  167. package/dist/types/src/commands/halo/index.d.ts.map +1 -0
  168. package/dist/types/src/commands/halo/join/index.d.ts.map +1 -0
  169. package/dist/types/src/{cli/commands → commands}/halo/join/join.d.ts +1 -1
  170. package/dist/types/src/commands/halo/join/join.d.ts.map +1 -0
  171. package/dist/types/src/commands/halo/join/join.test.d.ts.map +1 -0
  172. package/dist/types/src/commands/halo/keys/index.d.ts.map +1 -0
  173. package/dist/types/src/{cli/commands → commands}/halo/keys/keys.d.ts +2 -2
  174. package/dist/types/src/commands/halo/keys/keys.d.ts.map +1 -0
  175. package/dist/types/src/commands/halo/keys/keys.test.d.ts.map +1 -0
  176. package/dist/types/src/commands/halo/recover/index.d.ts.map +1 -0
  177. package/dist/types/src/commands/halo/recover/recover.d.ts.map +1 -0
  178. package/dist/types/src/commands/halo/recover/recover.test.d.ts.map +1 -0
  179. package/dist/types/src/commands/halo/seed/index.d.ts.map +1 -0
  180. package/dist/types/src/commands/halo/seed/seed.d.ts.map +1 -0
  181. package/dist/types/src/commands/halo/share/index.d.ts.map +1 -0
  182. package/dist/types/src/commands/halo/share/share.d.ts.map +1 -0
  183. package/dist/types/src/commands/halo/update/index.d.ts.map +1 -0
  184. package/dist/types/src/commands/halo/update/update.d.ts.map +1 -0
  185. package/dist/types/src/commands/halo/update/update.test.d.ts.map +1 -0
  186. package/dist/types/src/{cli/commands → commands}/halo/util.d.ts +1 -4
  187. package/dist/types/src/commands/halo/util.d.ts.map +1 -0
  188. package/dist/types/src/commands/index.d.ts.map +1 -0
  189. package/dist/types/src/{cli/commands → commands}/profile/create.d.ts +1 -1
  190. package/dist/types/src/commands/profile/create.d.ts.map +1 -0
  191. package/dist/types/src/commands/profile/delete.d.ts.map +1 -0
  192. package/dist/types/src/{cli/commands → commands}/profile/import.d.ts +2 -2
  193. package/dist/types/src/commands/profile/import.d.ts.map +1 -0
  194. package/dist/types/src/{cli/commands → commands}/profile/index.d.ts +6 -6
  195. package/dist/types/src/commands/profile/index.d.ts.map +1 -0
  196. package/dist/types/src/commands/profile/inspect.d.ts.map +1 -0
  197. package/dist/types/src/commands/profile/list.d.ts.map +1 -0
  198. package/dist/types/src/{cli/commands → commands}/profile/reset.d.ts +1 -1
  199. package/dist/types/src/commands/profile/reset.d.ts.map +1 -0
  200. package/dist/types/src/commands/profile/util.d.ts.map +1 -0
  201. package/dist/types/src/constants.d.ts +4 -3
  202. package/dist/types/src/constants.d.ts.map +1 -1
  203. package/dist/types/src/containers/AccountContainer/AccountContainer.d.ts +3 -0
  204. package/dist/types/src/containers/AccountContainer/AccountContainer.d.ts.map +1 -0
  205. package/dist/types/src/containers/AccountContainer/index.d.ts +2 -0
  206. package/dist/types/src/containers/AccountContainer/index.d.ts.map +1 -0
  207. package/dist/types/src/containers/DevicesContainer/DevicesContainer.d.ts.map +1 -1
  208. package/dist/types/src/containers/DevicesContainer/DevicesContainer.stories.d.ts +165 -164
  209. package/dist/types/src/containers/DevicesContainer/DevicesContainer.stories.d.ts.map +1 -1
  210. package/dist/types/src/containers/DevicesContainer/index.d.ts +1 -2
  211. package/dist/types/src/containers/DevicesContainer/index.d.ts.map +1 -1
  212. package/dist/types/src/containers/InvitationsContainer/InvitationsContainer.d.ts +3 -0
  213. package/dist/types/src/containers/InvitationsContainer/InvitationsContainer.d.ts.map +1 -0
  214. package/dist/types/src/containers/InvitationsContainer/index.d.ts +2 -0
  215. package/dist/types/src/containers/InvitationsContainer/index.d.ts.map +1 -0
  216. package/dist/types/src/containers/JoinDialog/JoinDialog.d.ts.map +1 -1
  217. package/dist/types/src/containers/JoinDialog/JoinDialog.stories.d.ts +15 -0
  218. package/dist/types/src/containers/JoinDialog/JoinDialog.stories.d.ts.map +1 -0
  219. package/dist/types/src/containers/JoinDialog/index.d.ts +1 -2
  220. package/dist/types/src/containers/JoinDialog/index.d.ts.map +1 -1
  221. package/dist/types/src/containers/ProfileContainer/ProfileContainer.stories.d.ts.map +1 -1
  222. package/dist/types/src/containers/ProfileContainer/index.d.ts +1 -2
  223. package/dist/types/src/containers/ProfileContainer/index.d.ts.map +1 -1
  224. package/dist/types/src/containers/RecoveryCodeDialog/RecoveryCodeDialog.d.ts.map +1 -1
  225. package/dist/types/src/containers/RecoveryCodeDialog/RecoveryCodeDialog.stories.d.ts.map +1 -1
  226. package/dist/types/src/containers/RecoveryCodeDialog/index.d.ts.map +1 -1
  227. package/dist/types/src/containers/RecoveryCredentialsContainer/RecoveryCredentialsContainer.d.ts.map +1 -1
  228. package/dist/types/src/containers/RecoveryCredentialsContainer/RecoveryCredentialsContainer.stories.d.ts.map +1 -1
  229. package/dist/types/src/containers/RecoveryCredentialsContainer/index.d.ts +1 -2
  230. package/dist/types/src/containers/RecoveryCredentialsContainer/index.d.ts.map +1 -1
  231. package/dist/types/src/containers/ResetDialog/ResetDialog.d.ts +7 -2
  232. package/dist/types/src/containers/ResetDialog/ResetDialog.d.ts.map +1 -1
  233. package/dist/types/src/containers/ResetDialog/ResetDialog.stories.d.ts +2 -2
  234. package/dist/types/src/containers/ResetDialog/ResetDialog.stories.d.ts.map +1 -1
  235. package/dist/types/src/containers/ResetDialog/index.d.ts.map +1 -1
  236. package/dist/types/src/containers/index.d.ts +2 -0
  237. package/dist/types/src/containers/index.d.ts.map +1 -1
  238. package/dist/types/src/index.d.ts +2 -3
  239. package/dist/types/src/index.d.ts.map +1 -1
  240. package/dist/types/src/meta.d.ts +1 -1
  241. package/dist/types/src/meta.d.ts.map +1 -1
  242. package/dist/types/src/operations/create-agent.d.ts +5 -0
  243. package/dist/types/src/operations/create-agent.d.ts.map +1 -0
  244. package/dist/types/src/operations/create-identity.d.ts +5 -0
  245. package/dist/types/src/operations/create-identity.d.ts.map +1 -0
  246. package/dist/types/src/operations/create-passkey.d.ts +5 -0
  247. package/dist/types/src/operations/create-passkey.d.ts.map +1 -0
  248. package/dist/types/src/operations/create-recovery-code.d.ts +5 -0
  249. package/dist/types/src/operations/create-recovery-code.d.ts.map +1 -0
  250. package/dist/types/src/operations/definitions.d.ts +36 -0
  251. package/dist/types/src/operations/definitions.d.ts.map +1 -0
  252. package/dist/types/src/operations/index.d.ts +4 -0
  253. package/dist/types/src/operations/index.d.ts.map +1 -0
  254. package/dist/types/src/operations/join-identity.d.ts +5 -0
  255. package/dist/types/src/operations/join-identity.d.ts.map +1 -0
  256. package/dist/types/src/operations/recover-identity.d.ts +5 -0
  257. package/dist/types/src/operations/recover-identity.d.ts.map +1 -0
  258. package/dist/types/src/operations/redeem-passkey.d.ts +5 -0
  259. package/dist/types/src/operations/redeem-passkey.d.ts.map +1 -0
  260. package/dist/types/src/operations/redeem-token.d.ts +5 -0
  261. package/dist/types/src/operations/redeem-token.d.ts.map +1 -0
  262. package/dist/types/src/operations/reset-storage.d.ts +5 -0
  263. package/dist/types/src/operations/reset-storage.d.ts.map +1 -0
  264. package/dist/types/src/operations/share-identity.d.ts +5 -0
  265. package/dist/types/src/operations/share-identity.d.ts.map +1 -0
  266. package/dist/types/src/plugin.d.ts +4 -0
  267. package/dist/types/src/plugin.d.ts.map +1 -0
  268. package/dist/types/src/state/account-cache.d.ts +42 -0
  269. package/dist/types/src/state/account-cache.d.ts.map +1 -0
  270. package/dist/types/src/state/use-hub-http.d.ts +8 -0
  271. package/dist/types/src/state/use-hub-http.d.ts.map +1 -0
  272. package/dist/types/src/testing/index.d.ts +3 -0
  273. package/dist/types/src/testing/index.d.ts.map +1 -0
  274. package/dist/types/src/testing/initializeIdentity.d.ts +14 -0
  275. package/dist/types/src/testing/initializeIdentity.d.ts.map +1 -0
  276. package/dist/types/src/translations.d.ts.map +1 -1
  277. package/dist/types/src/types/capabilities.d.ts +35 -2
  278. package/dist/types/src/types/capabilities.d.ts.map +1 -1
  279. package/dist/types/src/types/events.d.ts.map +1 -1
  280. package/dist/types/src/types/schema.d.ts +20 -156
  281. package/dist/types/src/types/schema.d.ts.map +1 -1
  282. package/dist/types/tsconfig.tsbuildinfo +1 -1
  283. package/package.json +121 -56
  284. package/src/{cli/plugin.ts → ClientPlugin.node.ts} +18 -10
  285. package/src/ClientPlugin.test.ts +29 -0
  286. package/src/ClientPlugin.ts +31 -10
  287. package/src/ClientPlugin.workerd.ts +16 -0
  288. package/src/capabilities/account-cache.ts +25 -0
  289. package/src/capabilities/{app-graph-builder/app-graph-builder.ts → app-graph-builder.ts} +38 -19
  290. package/src/capabilities/{client/client.ts → client.ts} +10 -7
  291. package/src/capabilities/hub-http-client.ts +21 -0
  292. package/src/capabilities/index.ts +18 -7
  293. package/src/capabilities/layer-specs.ts +92 -0
  294. package/src/capabilities/{migrations/migrations.ts → migrations.ts} +1 -1
  295. package/src/capabilities/navigation-handler/index.ts +9 -0
  296. package/src/capabilities/navigation-handler/navigation-handler.ts +64 -0
  297. package/src/capabilities/node.ts +21 -0
  298. package/src/capabilities/operation-handler.ts +16 -0
  299. package/src/capabilities/{react-context/react-context.tsx → react-context.tsx} +4 -4
  300. package/src/capabilities/{react-surface/react-surface.tsx → react-surface.tsx} +30 -22
  301. package/src/capabilities/schema-defs.ts +56 -0
  302. package/src/{cli/commands → commands}/config/view.ts +4 -1
  303. package/src/{cli/commands → commands}/device/info/info.test.ts +0 -1
  304. package/src/{cli/commands → commands}/device/info/info.ts +0 -2
  305. package/src/{cli/commands → commands}/device/list/list.test.ts +0 -1
  306. package/src/{cli/commands → commands}/device/list/list.ts +0 -2
  307. package/src/{cli/commands → commands}/device/update/update.ts +0 -2
  308. package/src/{cli/commands → commands}/edge/status.ts +2 -1
  309. package/src/{cli/commands → commands}/halo/create/create.test.ts +10 -9
  310. package/src/{cli/commands → commands}/halo/create/create.ts +12 -5
  311. package/src/{cli/commands → commands}/halo/credential/list/list.test.ts +0 -1
  312. package/src/{cli/commands → commands}/halo/credential/list/list.ts +4 -7
  313. package/src/{cli/commands → commands}/halo/identity/identity.test.ts +4 -4
  314. package/src/{cli/commands → commands}/halo/identity/identity.ts +2 -3
  315. package/src/{cli/commands → commands}/halo/join/join.ts +2 -2
  316. package/src/{cli/commands → commands}/halo/keys/keys.ts +0 -2
  317. package/src/{cli/commands → commands}/halo/recover/recover.ts +2 -2
  318. package/src/{cli/commands → commands}/halo/seed/seed.ts +0 -2
  319. package/src/{cli/commands → commands}/halo/update/update.test.ts +5 -6
  320. package/src/{cli/commands → commands}/halo/update/update.ts +2 -4
  321. package/src/{cli/commands → commands}/halo/util.ts +2 -5
  322. package/src/{cli/commands → commands}/profile/list.ts +0 -1
  323. package/src/constants.ts +6 -4
  324. package/src/containers/AccountContainer/AccountContainer.tsx +179 -0
  325. package/src/containers/AccountContainer/index.ts +5 -0
  326. package/src/containers/DevicesContainer/DevicesContainer.stories.tsx +6 -6
  327. package/src/containers/DevicesContainer/DevicesContainer.tsx +50 -49
  328. package/src/containers/DevicesContainer/index.ts +1 -3
  329. package/src/containers/InvitationsContainer/InvitationsContainer.tsx +137 -0
  330. package/src/containers/InvitationsContainer/index.ts +5 -0
  331. package/src/containers/JoinDialog/JoinDialog.stories.tsx +43 -0
  332. package/src/containers/JoinDialog/JoinDialog.tsx +15 -12
  333. package/src/containers/JoinDialog/index.ts +1 -3
  334. package/src/containers/ProfileContainer/ProfileContainer.stories.tsx +1 -1
  335. package/src/containers/ProfileContainer/ProfileContainer.tsx +13 -13
  336. package/src/containers/ProfileContainer/index.ts +1 -3
  337. package/src/containers/RecoveryCodeDialog/RecoveryCodeDialog.stories.tsx +1 -1
  338. package/src/containers/RecoveryCodeDialog/RecoveryCodeDialog.tsx +7 -7
  339. package/src/containers/RecoveryCredentialsContainer/RecoveryCredentialsContainer.stories.tsx +6 -6
  340. package/src/containers/RecoveryCredentialsContainer/RecoveryCredentialsContainer.tsx +24 -26
  341. package/src/containers/RecoveryCredentialsContainer/index.ts +1 -3
  342. package/src/containers/ResetDialog/ResetDialog.stories.tsx +6 -6
  343. package/src/containers/ResetDialog/ResetDialog.tsx +16 -6
  344. package/src/containers/index.ts +2 -0
  345. package/src/index.ts +2 -4
  346. package/src/meta.ts +7 -4
  347. package/src/operations/create-agent.ts +26 -0
  348. package/src/operations/create-identity.ts +37 -0
  349. package/src/operations/create-passkey.ts +88 -0
  350. package/src/operations/create-recovery-code.ts +34 -0
  351. package/src/operations/definitions.ts +115 -0
  352. package/src/operations/index.ts +20 -0
  353. package/src/operations/join-identity.ts +28 -0
  354. package/src/operations/recover-identity.ts +28 -0
  355. package/src/operations/redeem-passkey.ts +85 -0
  356. package/src/operations/redeem-token.ts +31 -0
  357. package/src/operations/reset-storage.ts +27 -0
  358. package/src/operations/share-identity.ts +26 -0
  359. package/src/plugin.ts +11 -0
  360. package/src/state/account-cache.ts +33 -0
  361. package/src/state/use-hub-http.ts +32 -0
  362. package/src/testing/index.ts +6 -0
  363. package/src/testing/initializeIdentity.ts +30 -0
  364. package/src/translations.ts +85 -43
  365. package/src/types/capabilities.ts +8 -1
  366. package/src/types/events.ts +1 -1
  367. package/src/types/schema.ts +7 -114
  368. package/dist/lib/browser/DevicesContainer-3N7ANEJ7.mjs.map +0 -7
  369. package/dist/lib/browser/JoinDialog-VTTK7NHO.mjs.map +0 -7
  370. package/dist/lib/browser/ProfileContainer-XV7OXJC2.mjs.map +0 -7
  371. package/dist/lib/browser/RecoveryCodeDialog-WO34OZEJ.mjs.map +0 -7
  372. package/dist/lib/browser/RecoveryCredentialsContainer-G22FSTIX.mjs.map +0 -7
  373. package/dist/lib/browser/ResetDialog-W24FOWBQ.mjs +0 -52
  374. package/dist/lib/browser/ResetDialog-W24FOWBQ.mjs.map +0 -7
  375. package/dist/lib/browser/app-graph-builder-GGJKFY3X.mjs +0 -121
  376. package/dist/lib/browser/app-graph-builder-GGJKFY3X.mjs.map +0 -7
  377. package/dist/lib/browser/chunk-FVEKZBM7.mjs +0 -283
  378. package/dist/lib/browser/chunk-FVEKZBM7.mjs.map +0 -7
  379. package/dist/lib/browser/chunk-GSVYEYVS.mjs +0 -18
  380. package/dist/lib/browser/chunk-GSVYEYVS.mjs.map +0 -7
  381. package/dist/lib/browser/chunk-HSFDKP5D.mjs +0 -15
  382. package/dist/lib/browser/chunk-HSFDKP5D.mjs.map +0 -7
  383. package/dist/lib/browser/chunk-JHSBBOCI.mjs +0 -15
  384. package/dist/lib/browser/chunk-JHSBBOCI.mjs.map +0 -7
  385. package/dist/lib/browser/cli/index.mjs.map +0 -7
  386. package/dist/lib/browser/client-BXCP3EUE.mjs.map +0 -7
  387. package/dist/lib/browser/index.mjs +0 -149
  388. package/dist/lib/browser/index.mjs.map +0 -7
  389. package/dist/lib/browser/meta.json +0 -1
  390. package/dist/lib/browser/migrations-GKUA2ARL.mjs.map +0 -7
  391. package/dist/lib/browser/operation-resolver-VSWA74RS.mjs +0 -299
  392. package/dist/lib/browser/operation-resolver-VSWA74RS.mjs.map +0 -7
  393. package/dist/lib/browser/react-context-GZ3T5UON.mjs.map +0 -7
  394. package/dist/lib/browser/react-surface-5VZP34X3.mjs.map +0 -7
  395. package/dist/lib/browser/schema-defs-KAG6HQMI.mjs +0 -28
  396. package/dist/lib/browser/schema-defs-KAG6HQMI.mjs.map +0 -7
  397. package/dist/lib/node-esm/DevicesContainer-V7HEUPO7.mjs +0 -269
  398. package/dist/lib/node-esm/DevicesContainer-V7HEUPO7.mjs.map +0 -7
  399. package/dist/lib/node-esm/JoinDialog-XVKW4SLT.mjs +0 -60
  400. package/dist/lib/node-esm/JoinDialog-XVKW4SLT.mjs.map +0 -7
  401. package/dist/lib/node-esm/ProfileContainer-B5LJ6TMU.mjs +0 -172
  402. package/dist/lib/node-esm/ProfileContainer-B5LJ6TMU.mjs.map +0 -7
  403. package/dist/lib/node-esm/RecoveryCodeDialog-YIRGXM7N.mjs +0 -61
  404. package/dist/lib/node-esm/RecoveryCodeDialog-YIRGXM7N.mjs.map +0 -7
  405. package/dist/lib/node-esm/RecoveryCredentialsContainer-MVJEFNXX.mjs +0 -58
  406. package/dist/lib/node-esm/RecoveryCredentialsContainer-MVJEFNXX.mjs.map +0 -7
  407. package/dist/lib/node-esm/ResetDialog-GGBWSQZO.mjs.map +0 -7
  408. package/dist/lib/node-esm/app-graph-builder-PTNZ46NN.mjs.map +0 -7
  409. package/dist/lib/node-esm/chunk-BOTJSPCT.mjs.map +0 -7
  410. package/dist/lib/node-esm/chunk-DT2ZNOGU.mjs +0 -284
  411. package/dist/lib/node-esm/chunk-DT2ZNOGU.mjs.map +0 -7
  412. package/dist/lib/node-esm/chunk-OFJUOKY7.mjs +0 -20
  413. package/dist/lib/node-esm/chunk-OFJUOKY7.mjs.map +0 -7
  414. package/dist/lib/node-esm/chunk-VLNCZYIC.mjs +0 -16
  415. package/dist/lib/node-esm/chunk-VLNCZYIC.mjs.map +0 -7
  416. package/dist/lib/node-esm/cli/index.mjs +0 -1060
  417. package/dist/lib/node-esm/cli/index.mjs.map +0 -7
  418. package/dist/lib/node-esm/client-EGZHGRRC.mjs +0 -87
  419. package/dist/lib/node-esm/client-EGZHGRRC.mjs.map +0 -7
  420. package/dist/lib/node-esm/index.mjs +0 -150
  421. package/dist/lib/node-esm/index.mjs.map +0 -7
  422. package/dist/lib/node-esm/meta.json +0 -1
  423. package/dist/lib/node-esm/migrations-4NEKCBGU.mjs +0 -26
  424. package/dist/lib/node-esm/migrations-4NEKCBGU.mjs.map +0 -7
  425. package/dist/lib/node-esm/operation-resolver-4GWB3YZG.mjs +0 -300
  426. package/dist/lib/node-esm/operation-resolver-4GWB3YZG.mjs.map +0 -7
  427. package/dist/lib/node-esm/react-context-T2ORT5CC.mjs +0 -27
  428. package/dist/lib/node-esm/react-context-T2ORT5CC.mjs.map +0 -7
  429. package/dist/lib/node-esm/react-surface-B65OUZYI.mjs +0 -78
  430. package/dist/lib/node-esm/react-surface-B65OUZYI.mjs.map +0 -7
  431. package/dist/lib/node-esm/schema-defs-GXQ47JZN.mjs +0 -29
  432. package/dist/lib/node-esm/schema-defs-GXQ47JZN.mjs.map +0 -7
  433. package/dist/lib/node-esm/types/index.mjs +0 -17
  434. package/dist/types/src/capabilities/app-graph-builder/app-graph-builder.d.ts.map +0 -1
  435. package/dist/types/src/capabilities/app-graph-builder/index.d.ts +0 -3
  436. package/dist/types/src/capabilities/app-graph-builder/index.d.ts.map +0 -1
  437. package/dist/types/src/capabilities/client/client.d.ts.map +0 -1
  438. package/dist/types/src/capabilities/client/index.d.ts +0 -18
  439. package/dist/types/src/capabilities/client/index.d.ts.map +0 -1
  440. package/dist/types/src/capabilities/migrations/index.d.ts +0 -3
  441. package/dist/types/src/capabilities/migrations/index.d.ts.map +0 -1
  442. package/dist/types/src/capabilities/migrations/migrations.d.ts.map +0 -1
  443. package/dist/types/src/capabilities/operation-resolver/index.d.ts +0 -5
  444. package/dist/types/src/capabilities/operation-resolver/index.d.ts.map +0 -1
  445. package/dist/types/src/capabilities/operation-resolver/operation-resolver.d.ts +0 -8
  446. package/dist/types/src/capabilities/operation-resolver/operation-resolver.d.ts.map +0 -1
  447. package/dist/types/src/capabilities/react-context/index.d.ts +0 -7
  448. package/dist/types/src/capabilities/react-context/index.d.ts.map +0 -1
  449. package/dist/types/src/capabilities/react-context/react-context.d.ts.map +0 -1
  450. package/dist/types/src/capabilities/react-surface/index.d.ts +0 -5
  451. package/dist/types/src/capabilities/react-surface/index.d.ts.map +0 -1
  452. package/dist/types/src/capabilities/react-surface/react-surface.d.ts.map +0 -1
  453. package/dist/types/src/capabilities/schema-defs/index.d.ts +0 -3
  454. package/dist/types/src/capabilities/schema-defs/index.d.ts.map +0 -1
  455. package/dist/types/src/capabilities/schema-defs/schema-defs.d.ts.map +0 -1
  456. package/dist/types/src/cli/commands/config/index.d.ts.map +0 -1
  457. package/dist/types/src/cli/commands/config/view.d.ts.map +0 -1
  458. package/dist/types/src/cli/commands/device/index.d.ts.map +0 -1
  459. package/dist/types/src/cli/commands/device/info/index.d.ts.map +0 -1
  460. package/dist/types/src/cli/commands/device/info/info.d.ts.map +0 -1
  461. package/dist/types/src/cli/commands/device/info/info.test.d.ts.map +0 -1
  462. package/dist/types/src/cli/commands/device/list/index.d.ts.map +0 -1
  463. package/dist/types/src/cli/commands/device/list/list.d.ts.map +0 -1
  464. package/dist/types/src/cli/commands/device/list/list.test.d.ts.map +0 -1
  465. package/dist/types/src/cli/commands/device/update/index.d.ts.map +0 -1
  466. package/dist/types/src/cli/commands/device/update/update.d.ts.map +0 -1
  467. package/dist/types/src/cli/commands/device/util.d.ts.map +0 -1
  468. package/dist/types/src/cli/commands/edge/index.d.ts.map +0 -1
  469. package/dist/types/src/cli/commands/edge/status.d.ts.map +0 -1
  470. package/dist/types/src/cli/commands/halo/create/create.d.ts.map +0 -1
  471. package/dist/types/src/cli/commands/halo/create/create.test.d.ts.map +0 -1
  472. package/dist/types/src/cli/commands/halo/create/index.d.ts.map +0 -1
  473. package/dist/types/src/cli/commands/halo/credential/add/add.d.ts.map +0 -1
  474. package/dist/types/src/cli/commands/halo/credential/add/index.d.ts.map +0 -1
  475. package/dist/types/src/cli/commands/halo/credential/index.d.ts.map +0 -1
  476. package/dist/types/src/cli/commands/halo/credential/list/index.d.ts.map +0 -1
  477. package/dist/types/src/cli/commands/halo/credential/list/list.d.ts.map +0 -1
  478. package/dist/types/src/cli/commands/halo/credential/list/list.test.d.ts.map +0 -1
  479. package/dist/types/src/cli/commands/halo/identity/identity.d.ts.map +0 -1
  480. package/dist/types/src/cli/commands/halo/identity/identity.test.d.ts.map +0 -1
  481. package/dist/types/src/cli/commands/halo/identity/index.d.ts.map +0 -1
  482. package/dist/types/src/cli/commands/halo/index.d.ts.map +0 -1
  483. package/dist/types/src/cli/commands/halo/join/index.d.ts.map +0 -1
  484. package/dist/types/src/cli/commands/halo/join/join.d.ts.map +0 -1
  485. package/dist/types/src/cli/commands/halo/join/join.test.d.ts.map +0 -1
  486. package/dist/types/src/cli/commands/halo/keys/index.d.ts.map +0 -1
  487. package/dist/types/src/cli/commands/halo/keys/keys.d.ts.map +0 -1
  488. package/dist/types/src/cli/commands/halo/keys/keys.test.d.ts.map +0 -1
  489. package/dist/types/src/cli/commands/halo/recover/index.d.ts.map +0 -1
  490. package/dist/types/src/cli/commands/halo/recover/recover.d.ts.map +0 -1
  491. package/dist/types/src/cli/commands/halo/recover/recover.test.d.ts.map +0 -1
  492. package/dist/types/src/cli/commands/halo/seed/index.d.ts.map +0 -1
  493. package/dist/types/src/cli/commands/halo/seed/seed.d.ts.map +0 -1
  494. package/dist/types/src/cli/commands/halo/share/index.d.ts.map +0 -1
  495. package/dist/types/src/cli/commands/halo/share/share.d.ts.map +0 -1
  496. package/dist/types/src/cli/commands/halo/update/index.d.ts.map +0 -1
  497. package/dist/types/src/cli/commands/halo/update/update.d.ts.map +0 -1
  498. package/dist/types/src/cli/commands/halo/update/update.test.d.ts.map +0 -1
  499. package/dist/types/src/cli/commands/halo/util.d.ts.map +0 -1
  500. package/dist/types/src/cli/commands/index.d.ts.map +0 -1
  501. package/dist/types/src/cli/commands/profile/create.d.ts.map +0 -1
  502. package/dist/types/src/cli/commands/profile/delete.d.ts.map +0 -1
  503. package/dist/types/src/cli/commands/profile/import.d.ts.map +0 -1
  504. package/dist/types/src/cli/commands/profile/index.d.ts.map +0 -1
  505. package/dist/types/src/cli/commands/profile/inspect.d.ts.map +0 -1
  506. package/dist/types/src/cli/commands/profile/list.d.ts.map +0 -1
  507. package/dist/types/src/cli/commands/profile/reset.d.ts.map +0 -1
  508. package/dist/types/src/cli/commands/profile/util.d.ts.map +0 -1
  509. package/dist/types/src/cli/index.d.ts +0 -2
  510. package/dist/types/src/cli/index.d.ts.map +0 -1
  511. package/dist/types/src/cli/plugin.d.ts +0 -4
  512. package/dist/types/src/cli/plugin.d.ts.map +0 -1
  513. package/dist/types/src/cli/testing/test-console.d.ts +0 -37
  514. package/dist/types/src/cli/testing/test-console.d.ts.map +0 -1
  515. package/src/capabilities/app-graph-builder/index.ts +0 -7
  516. package/src/capabilities/client/index.ts +0 -7
  517. package/src/capabilities/migrations/index.ts +0 -7
  518. package/src/capabilities/operation-resolver/index.ts +0 -7
  519. package/src/capabilities/operation-resolver/operation-resolver.ts +0 -249
  520. package/src/capabilities/react-context/index.ts +0 -7
  521. package/src/capabilities/react-surface/index.ts +0 -7
  522. package/src/capabilities/schema-defs/index.ts +0 -7
  523. package/src/capabilities/schema-defs/schema-defs.ts +0 -36
  524. package/src/cli/index.ts +0 -5
  525. package/src/cli/testing/test-console.ts +0 -88
  526. /package/dist/lib/{browser/types/index.mjs.map → neutral/chunk-J5LGTIGS.mjs.map} +0 -0
  527. /package/dist/lib/{node-esm/types → neutral/components}/index.mjs.map +0 -0
  528. /package/dist/types/src/capabilities/{app-graph-builder/app-graph-builder.d.ts → app-graph-builder.d.ts} +0 -0
  529. /package/dist/types/src/capabilities/{migrations/migrations.d.ts → migrations.d.ts} +0 -0
  530. /package/dist/types/src/capabilities/{react-context/react-context.d.ts → react-context.d.ts} +0 -0
  531. /package/dist/types/src/capabilities/{schema-defs/schema-defs.d.ts → schema-defs.d.ts} +0 -0
  532. /package/dist/types/src/{cli/commands → commands}/device/index.d.ts +0 -0
  533. /package/dist/types/src/{cli/commands → commands}/device/info/index.d.ts +0 -0
  534. /package/dist/types/src/{cli/commands → commands}/device/info/info.test.d.ts +0 -0
  535. /package/dist/types/src/{cli/commands → commands}/device/list/index.d.ts +0 -0
  536. /package/dist/types/src/{cli/commands → commands}/device/list/list.test.d.ts +0 -0
  537. /package/dist/types/src/{cli/commands → commands}/device/update/index.d.ts +0 -0
  538. /package/dist/types/src/{cli/commands → commands}/device/update/update.d.ts +0 -0
  539. /package/dist/types/src/{cli/commands → commands}/device/util.d.ts +0 -0
  540. /package/dist/types/src/{cli/commands → commands}/edge/index.d.ts +0 -0
  541. /package/dist/types/src/{cli/commands → commands}/edge/status.d.ts +0 -0
  542. /package/dist/types/src/{cli/commands → commands}/halo/create/create.test.d.ts +0 -0
  543. /package/dist/types/src/{cli/commands → commands}/halo/create/index.d.ts +0 -0
  544. /package/dist/types/src/{cli/commands → commands}/halo/credential/add/add.d.ts +0 -0
  545. /package/dist/types/src/{cli/commands → commands}/halo/credential/add/index.d.ts +0 -0
  546. /package/dist/types/src/{cli/commands → commands}/halo/credential/index.d.ts +0 -0
  547. /package/dist/types/src/{cli/commands → commands}/halo/credential/list/index.d.ts +0 -0
  548. /package/dist/types/src/{cli/commands → commands}/halo/credential/list/list.test.d.ts +0 -0
  549. /package/dist/types/src/{cli/commands → commands}/halo/identity/identity.test.d.ts +0 -0
  550. /package/dist/types/src/{cli/commands → commands}/halo/identity/index.d.ts +0 -0
  551. /package/dist/types/src/{cli/commands → commands}/halo/index.d.ts +0 -0
  552. /package/dist/types/src/{cli/commands → commands}/halo/join/index.d.ts +0 -0
  553. /package/dist/types/src/{cli/commands → commands}/halo/join/join.test.d.ts +0 -0
  554. /package/dist/types/src/{cli/commands → commands}/halo/keys/index.d.ts +0 -0
  555. /package/dist/types/src/{cli/commands → commands}/halo/keys/keys.test.d.ts +0 -0
  556. /package/dist/types/src/{cli/commands → commands}/halo/recover/index.d.ts +0 -0
  557. /package/dist/types/src/{cli/commands → commands}/halo/recover/recover.d.ts +0 -0
  558. /package/dist/types/src/{cli/commands → commands}/halo/recover/recover.test.d.ts +0 -0
  559. /package/dist/types/src/{cli/commands → commands}/halo/seed/index.d.ts +0 -0
  560. /package/dist/types/src/{cli/commands → commands}/halo/seed/seed.d.ts +0 -0
  561. /package/dist/types/src/{cli/commands → commands}/halo/share/index.d.ts +0 -0
  562. /package/dist/types/src/{cli/commands → commands}/halo/share/share.d.ts +0 -0
  563. /package/dist/types/src/{cli/commands → commands}/halo/update/index.d.ts +0 -0
  564. /package/dist/types/src/{cli/commands → commands}/halo/update/update.d.ts +0 -0
  565. /package/dist/types/src/{cli/commands → commands}/halo/update/update.test.d.ts +0 -0
  566. /package/dist/types/src/{cli/commands → commands}/index.d.ts +0 -0
  567. /package/dist/types/src/{cli/commands → commands}/profile/delete.d.ts +0 -0
  568. /package/dist/types/src/{cli/commands → commands}/profile/inspect.d.ts +0 -0
  569. /package/dist/types/src/{cli/commands → commands}/profile/list.d.ts +0 -0
  570. /package/dist/types/src/{cli/commands → commands}/profile/util.d.ts +0 -0
  571. /package/src/{cli/commands → commands}/config/index.ts +0 -0
  572. /package/src/{cli/commands → commands}/device/index.ts +0 -0
  573. /package/src/{cli/commands → commands}/device/info/index.ts +0 -0
  574. /package/src/{cli/commands → commands}/device/list/index.ts +0 -0
  575. /package/src/{cli/commands → commands}/device/update/index.ts +0 -0
  576. /package/src/{cli/commands → commands}/device/util.ts +0 -0
  577. /package/src/{cli/commands → commands}/edge/index.ts +0 -0
  578. /package/src/{cli/commands → commands}/halo/create/index.ts +0 -0
  579. /package/src/{cli/commands → commands}/halo/credential/add/add.ts +0 -0
  580. /package/src/{cli/commands → commands}/halo/credential/add/index.ts +0 -0
  581. /package/src/{cli/commands → commands}/halo/credential/index.ts +0 -0
  582. /package/src/{cli/commands → commands}/halo/credential/list/index.ts +0 -0
  583. /package/src/{cli/commands → commands}/halo/identity/index.ts +0 -0
  584. /package/src/{cli/commands → commands}/halo/index.ts +0 -0
  585. /package/src/{cli/commands → commands}/halo/join/index.ts +0 -0
  586. /package/src/{cli/commands → commands}/halo/join/join.test.ts +0 -0
  587. /package/src/{cli/commands → commands}/halo/keys/index.ts +0 -0
  588. /package/src/{cli/commands → commands}/halo/keys/keys.test.ts +0 -0
  589. /package/src/{cli/commands → commands}/halo/recover/index.ts +0 -0
  590. /package/src/{cli/commands → commands}/halo/recover/recover.test.ts +0 -0
  591. /package/src/{cli/commands → commands}/halo/seed/index.ts +0 -0
  592. /package/src/{cli/commands → commands}/halo/share/index.ts +0 -0
  593. /package/src/{cli/commands → commands}/halo/share/share.ts +0 -0
  594. /package/src/{cli/commands → commands}/halo/update/index.ts +0 -0
  595. /package/src/{cli/commands → commands}/index.ts +0 -0
  596. /package/src/{cli/commands → commands}/profile/create.ts +0 -0
  597. /package/src/{cli/commands → commands}/profile/delete.ts +0 -0
  598. /package/src/{cli/commands → commands}/profile/import.ts +0 -0
  599. /package/src/{cli/commands → commands}/profile/index.ts +0 -0
  600. /package/src/{cli/commands → commands}/profile/inspect.ts +0 -0
  601. /package/src/{cli/commands → commands}/profile/reset.ts +0 -0
  602. /package/src/{cli/commands → commands}/profile/util.ts +0 -0
@@ -2,7 +2,7 @@
2
2
  // Copyright 2025 DXOS.org
3
3
  //
4
4
 
5
- import { describe, expect, it } from '@effect/vitest';
5
+ import { describe, test } from '@effect/vitest';
6
6
  import * as Effect from 'effect/Effect';
7
7
 
8
8
  import { TestConsole, TestLayer } from '@dxos/cli-util/testing';
@@ -12,7 +12,7 @@ import { runAndForwardErrors } from '@dxos/effect';
12
12
  import { handler } from './identity';
13
13
 
14
14
  describe('halo identity', () => {
15
- it('should log if identity is not initialized', () =>
15
+ test('should log if identity is not initialized', ({ expect }) =>
16
16
  Effect.gen(function* () {
17
17
  yield* handler();
18
18
  const logger = yield* TestConsole.TestConsole;
@@ -23,7 +23,7 @@ describe('halo identity', () => {
23
23
  );
24
24
  }).pipe(Effect.provide(TestLayer), Effect.scoped, runAndForwardErrors));
25
25
 
26
- it('should print identity if initialized', () =>
26
+ test('should print identity if initialized', ({ expect }) =>
27
27
  Effect.gen(function* () {
28
28
  const client = yield* ClientService;
29
29
  yield* Effect.tryPromise(() => client.halo.createIdentity({ displayName: 'Test' }));
@@ -33,7 +33,7 @@ describe('halo identity', () => {
33
33
  expect(logs).toHaveLength(1);
34
34
  const parsedIdentity = TestConsole.parseJson(logs[0]);
35
35
  expect(parsedIdentity).toEqual({
36
- identityKey: client.halo.identity.get()?.identityKey.toHex(),
36
+ identityDid: client.halo.identity.get()?.did,
37
37
  displayName: client.halo.identity.get()?.profile?.displayName,
38
38
  });
39
39
  }).pipe(Effect.provide(TestLayer), Effect.scoped, runAndForwardErrors));
@@ -23,12 +23,11 @@ export const handler = Effect.fn(function* () {
23
23
  yield* Console.log('Identity not initialized.');
24
24
  }
25
25
  } else {
26
- yield* Effect.tryPromise(() => client.spaces.waitUntilReady());
27
26
  if (json) {
28
27
  yield* Console.log(
29
28
  JSON.stringify(
30
29
  {
31
- identityKey: identity.identityKey.toHex(),
30
+ identityDid: identity.did,
32
31
  displayName: identity.profile?.displayName,
33
32
  },
34
33
  null,
@@ -36,7 +35,7 @@ export const handler = Effect.fn(function* () {
36
35
  ),
37
36
  );
38
37
  } else {
39
- yield* Console.log(print(printIdentity(identity)));
38
+ yield* Console.log(print(printIdentity({ identityDid: identity.did, profile: identity.profile })));
40
39
  }
41
40
  }
42
41
  });
@@ -41,7 +41,7 @@ export const join = Command.make(
41
41
  yield* Console.log(
42
42
  JSON.stringify(
43
43
  {
44
- identityKey: identity.identityKey.toHex(),
44
+ identityDid: identity.did,
45
45
  displayName: identity.profile?.displayName,
46
46
  },
47
47
  null,
@@ -49,7 +49,7 @@ export const join = Command.make(
49
49
  ),
50
50
  );
51
51
  } else {
52
- yield* Console.log(print(printIdentity(identity)));
52
+ yield* Console.log(print(printIdentity({ identityDid: identity.did, profile: identity.profile })));
53
53
  }
54
54
  }),
55
55
  ).pipe(Command.withDescription('Join an existing identity using an invitation code.'));
@@ -14,8 +14,6 @@ import { ClientService } from '@dxos/client';
14
14
  export const handler = Effect.fn(function* () {
15
15
  const { json } = yield* CommandConfig;
16
16
  const client = yield* ClientService;
17
- yield* Effect.tryPromise(() => client.spaces.waitUntilReady());
18
-
19
17
  const identity = client.halo.identity.get();
20
18
  const device = client.halo.device;
21
19
 
@@ -29,7 +29,7 @@ export const recover = Command.make(
29
29
  yield* Console.log(
30
30
  JSON.stringify(
31
31
  {
32
- identityKey: identity.identityKey.toHex(),
32
+ identityDid: identity.did,
33
33
  displayName: identity.profile?.displayName,
34
34
  },
35
35
  null,
@@ -38,7 +38,7 @@ export const recover = Command.make(
38
38
  );
39
39
  } else {
40
40
  yield* Console.log('Identity recovered successfully');
41
- yield* Console.log(print(printIdentity(identity)));
41
+ yield* Console.log(print(printIdentity({ identityDid: identity.did, profile: identity.profile })));
42
42
  }
43
43
  }),
44
44
  ).pipe(Command.withDescription('Recover an existing identity using a recovery code.'));
@@ -12,8 +12,6 @@ import { ClientService } from '@dxos/client';
12
12
  export const handler = Effect.fn(function* () {
13
13
  const { json } = yield* CommandConfig;
14
14
  const client = yield* ClientService;
15
- yield* Effect.tryPromise(() => client.spaces.waitUntilReady());
16
-
17
15
  const identityService = client.services.services.IdentityService;
18
16
  if (!identityService) {
19
17
  if (json) {
@@ -2,7 +2,7 @@
2
2
  // Copyright 2025 DXOS.org
3
3
  //
4
4
 
5
- import { describe, expect, it } from '@effect/vitest';
5
+ import { describe, test } from '@effect/vitest';
6
6
  import * as Effect from 'effect/Effect';
7
7
 
8
8
  import { TestConsole, TestLayer } from '@dxos/cli-util/testing';
@@ -12,18 +12,17 @@ import { runAndForwardErrors } from '@dxos/effect';
12
12
  import { handler } from './update';
13
13
 
14
14
  describe('halo update', () => {
15
- it('should update identity display name', () =>
15
+ test('should update identity display name', ({ expect }) =>
16
16
  Effect.gen(function* () {
17
17
  const client = yield* ClientService;
18
18
  yield* Effect.tryPromise(() => client.halo.createIdentity());
19
- yield* Effect.tryPromise(() => client.spaces.waitUntilReady());
20
19
  yield* handler({ displayName: 'Updated Name' });
21
20
  const logger = yield* TestConsole.TestConsole;
22
21
  const logs = logger.logs;
23
22
  expect(logs).toHaveLength(1);
24
- const parsed = TestConsole.parseJson<{ identityKey: string; displayName: string }>(logs[0]);
25
- expect(parsed).toHaveProperty('identityKey');
23
+ const parsed = TestConsole.parseJson<{ identityDid: string; displayName: string }>(logs[0]);
24
+ expect(parsed).toHaveProperty('identityDid');
26
25
  expect(parsed).toHaveProperty('displayName', 'Updated Name');
27
- expect(parsed.identityKey).toBe(client.halo.identity.get()?.identityKey.toHex());
26
+ expect(parsed.identityDid).toBe(client.halo.identity.get()?.did);
28
27
  }).pipe(Effect.provide(TestLayer), Effect.scoped, runAndForwardErrors));
29
28
  });
@@ -16,8 +16,6 @@ import { printIdentity } from '../util';
16
16
  export const handler = Effect.fn(function* ({ displayName }: { displayName: string }) {
17
17
  const { json } = yield* CommandConfig;
18
18
  const client = yield* ClientService;
19
- yield* Effect.tryPromise(() => client.spaces.waitUntilReady());
20
-
21
19
  const identity = client.halo.identity.get();
22
20
  if (!identity) {
23
21
  if (json) {
@@ -48,7 +46,7 @@ export const handler = Effect.fn(function* ({ displayName }: { displayName: stri
48
46
  yield* Console.log(
49
47
  JSON.stringify(
50
48
  {
51
- identityKey: updatedIdentity.identityKey.toHex(),
49
+ identityDid: updatedIdentity.did,
52
50
  displayName: updatedIdentity.profile?.displayName,
53
51
  },
54
52
  null,
@@ -56,7 +54,7 @@ export const handler = Effect.fn(function* ({ displayName }: { displayName: stri
56
54
  ),
57
55
  );
58
56
  } else {
59
- yield* Console.log(print(printIdentity(updatedIdentity)));
57
+ yield* Console.log(print(printIdentity({ identityDid: updatedIdentity.did, profile: updatedIdentity.profile })));
60
58
  }
61
59
  });
62
60
 
@@ -7,12 +7,9 @@ import { FormBuilder } from '@dxos/cli-util';
7
7
  /**
8
8
  * Pretty prints an identity with ANSI colors.
9
9
  */
10
- export const printIdentity = (identity: {
11
- identityKey: { toHex(): string; truncate(): string };
12
- profile?: { displayName?: string };
13
- }) =>
10
+ export const printIdentity = (identity: { identityDid: string; profile?: { displayName?: string } }) =>
14
11
  FormBuilder.make({ title: 'Identity' }).pipe(
15
- FormBuilder.set('identityKey', identity.identityKey.truncate()),
12
+ FormBuilder.set('identityDid', identity.identityDid),
16
13
  FormBuilder.set('displayName', identity.profile?.displayName ?? '<none>'),
17
14
  FormBuilder.build,
18
15
  );
@@ -7,7 +7,6 @@ import * as FileSystem from '@effect/platform/FileSystem';
7
7
  import * as Path from '@effect/platform/Path';
8
8
  import * as Console from 'effect/Console';
9
9
  import * as Effect from 'effect/Effect';
10
- import * as Option from 'effect/Option';
11
10
  import * as Yaml from 'yaml';
12
11
 
13
12
  import { CommandConfig, printList } from '@dxos/cli-util';
package/src/constants.ts CHANGED
@@ -2,8 +2,10 @@
2
2
  // Copyright 2025 DXOS.org
3
3
  //
4
4
 
5
- import { meta } from './meta';
5
+ import { DXN } from '@dxos/keys';
6
6
 
7
- export const JOIN_DIALOG = `${meta.id}.JoinDialog`;
8
- export const RECOVERY_CODE_DIALOG = `${meta.id}.RecoveryCodeDialog`;
9
- export const RESET_DIALOG = `${meta.id}.ResetDialog`;
7
+ import { meta } from '#meta';
8
+
9
+ export const JOIN_DIALOG = DXN.make(`${meta.id}.joinDialog`);
10
+ export const RECOVERY_CODE_DIALOG = DXN.make(`${meta.id}.recoveryCodeDialog`);
11
+ export const RESET_DIALOG = DXN.make(`${meta.id}.resetDialog`);
@@ -0,0 +1,179 @@
1
+ //
2
+ // Copyright 2026 DXOS.org
3
+ //
4
+
5
+ import { useAtom, useAtomSet } from '@effect-atom/atom-react';
6
+ import React, { type FormEvent, useCallback, useState } from 'react';
7
+
8
+ import { useCapability, useOperationInvoker } from '@dxos/app-framework/ui';
9
+ import { LayoutOperation } from '@dxos/app-toolkit';
10
+ import { Context } from '@dxos/context';
11
+ import { createDidFromIdentityKey } from '@dxos/credentials';
12
+ import { useIdentity } from '@dxos/react-client/halo';
13
+ import { Button, Icon, IconButton, Input, Message, useAsyncEffect, useTranslation } from '@dxos/react-ui';
14
+ import { Settings } from '@dxos/react-ui-form';
15
+
16
+ import { meta } from '#meta';
17
+ import { ClientCapabilities } from '#types';
18
+
19
+ import { RESET_DIALOG } from '../../constants';
20
+ import { useHubHttpClient } from '../../state/use-hub-http';
21
+
22
+ type AccountState = 'loading' | 'present' | 'missing' | 'error';
23
+
24
+ export const AccountContainer = () => {
25
+ const { t } = useTranslation(meta.id);
26
+ const identity = useIdentity();
27
+ const { invokePromise } = useOperationInvoker();
28
+ const accountCacheAtom = useCapability(ClientCapabilities.AccountCache);
29
+ const [cache] = useAtom(accountCacheAtom);
30
+ const setCache = useAtomSet(accountCacheAtom);
31
+ const [resendStatus, setResendStatus] = useState<string | null>(null);
32
+ const [accountState, setAccountState] = useState<AccountState>(cache.account ? 'present' : 'loading');
33
+ const [requestEmail, setRequestEmail] = useState('');
34
+ const [requestSubmitted, setRequestSubmitted] = useState(false);
35
+
36
+ // Single shared instance keeps the VP-auth handshake (request → 401 → signed
37
+ // retry) at one round-trip per session instead of one per panel.
38
+ const hubHttp = useHubHttpClient();
39
+
40
+ useAsyncEffect(async () => {
41
+ if (!hubHttp) {
42
+ return;
43
+ }
44
+ try {
45
+ const account = await hubHttp.getAccount(new Context());
46
+ setCache((prev) => ({ ...prev, account, fetchedAt: Date.now() }));
47
+ setAccountState('present');
48
+ } catch (err: any) {
49
+ if (err?.data?.type === 'no_account') {
50
+ setCache((prev) => ({ ...prev, account: undefined, fetchedAt: Date.now() }));
51
+ setAccountState('missing');
52
+ } else {
53
+ setAccountState((prev) => (prev === 'present' ? 'present' : 'error'));
54
+ }
55
+ }
56
+ }, [hubHttp, setCache]);
57
+
58
+ const handleResend = useCallback(async () => {
59
+ if (!hubHttp) {
60
+ return;
61
+ }
62
+ try {
63
+ const result = await hubHttp.resendVerificationEmail(new Context());
64
+ if (result.sent) {
65
+ setResendStatus(t('verification-sent.message'));
66
+ } else if (result.cooldownSecondsRemaining) {
67
+ setResendStatus(t('verification-cooldown.message', { seconds: result.cooldownSecondsRemaining }));
68
+ } else {
69
+ setResendStatus(t('verification-failed.message'));
70
+ }
71
+ } catch {
72
+ setResendStatus(t('verification-failed.message'));
73
+ }
74
+ }, [hubHttp, t]);
75
+
76
+ const handleRequestAccess = useCallback(
77
+ async (event: FormEvent<HTMLFormElement>) => {
78
+ event.preventDefault();
79
+ const email = requestEmail.trim();
80
+ if (!email || !hubHttp) {
81
+ return;
82
+ }
83
+ try {
84
+ const identityDid = identity ? await createDidFromIdentityKey(identity.identityKey) : undefined;
85
+ await hubHttp.requestAccess(new Context(), { email, identityDid });
86
+ } catch {
87
+ // Surface a generic confirmation; failure details would leak signal.
88
+ }
89
+ setRequestSubmitted(true);
90
+ },
91
+ [hubHttp, identity, requestEmail],
92
+ );
93
+
94
+ // Opens the standard reset confirmation dialog. The `onBeforeReset` hook
95
+ // deletes the hub account first; if that fails the reset is aborted so the
96
+ // local identity is not wiped while the server record remains.
97
+ const handleDeleteAccount = useCallback(() => {
98
+ if (!hubHttp) {
99
+ return;
100
+ }
101
+ void invokePromise(LayoutOperation.UpdateDialog, {
102
+ subject: RESET_DIALOG,
103
+ blockAlign: 'start',
104
+ props: {
105
+ mode: 'reset-storage',
106
+ onBeforeReset: async () => {
107
+ await hubHttp.deleteAccount(new Context());
108
+ setCache(() => ({}));
109
+ },
110
+ },
111
+ });
112
+ }, [hubHttp, invokePromise, setCache]);
113
+
114
+ const account = cache.account;
115
+
116
+ return (
117
+ <Settings.Viewport>
118
+ <Settings.Section title={t('account-section.title')} description={t('account-section.description')}>
119
+ {accountState === 'loading' ? null : accountState === 'missing' ? (
120
+ <>
121
+ <Message.Root valence='warning'>
122
+ <Message.Title icon='ph--warning--duotone'>{t('no-edge-access.title')}</Message.Title>
123
+ <Message.Content>{t('no-edge-access.description')}</Message.Content>
124
+ </Message.Root>
125
+ <Settings.Item title={t('request-access.label')} description={t('request-access.description')}>
126
+ {requestSubmitted ? (
127
+ <span className='text-sm text-description'>{t('access-request-submitted.message')}</span>
128
+ ) : (
129
+ <form onSubmit={handleRequestAccess} className='flex gap-2 items-center justify-end'>
130
+ <Input.Root>
131
+ <Input.TextInput
132
+ type='email'
133
+ required
134
+ placeholder={t('access-request-email.placeholder')}
135
+ value={requestEmail}
136
+ onChange={(event) => setRequestEmail(event.target.value)}
137
+ classNames='min-w-64'
138
+ />
139
+ </Input.Root>
140
+ <Button type='submit' density='sm'>
141
+ {t('request-access.label')}
142
+ </Button>
143
+ </form>
144
+ )}
145
+ </Settings.Item>
146
+ </>
147
+ ) : accountState === 'error' && !account ? (
148
+ <Message.Root valence='error'>
149
+ <Message.Title icon='ph--cloud-x--duotone'>{t('account-offline.title')}</Message.Title>
150
+ <Message.Content>{t('account-offline.description')}</Message.Content>
151
+ </Message.Root>
152
+ ) : account ? (
153
+ <>
154
+ <Settings.Item title={t('email.label')} description={account.email}>
155
+ {account.emailVerified ? (
156
+ <Icon icon='ph--check-circle--duotone' size={5} classNames='text-success-text justify-self-end' />
157
+ ) : (
158
+ <div className='flex flex-col gap-1 items-end'>
159
+ <IconButton
160
+ icon='ph--paper-plane-tilt--regular'
161
+ label={t('resend-verification.label')}
162
+ onClick={handleResend}
163
+ density='sm'
164
+ />
165
+ {resendStatus ? <span className='text-xs text-description'>{resendStatus}</span> : null}
166
+ </div>
167
+ )}
168
+ </Settings.Item>
169
+ <Settings.Item title={t('delete-account.label')} description={t('delete-account.description')}>
170
+ <Button variant='destructive' density='sm' onClick={handleDeleteAccount}>
171
+ {t('delete-account.label')}
172
+ </Button>
173
+ </Settings.Item>
174
+ </>
175
+ ) : null}
176
+ </Settings.Section>
177
+ </Settings.Viewport>
178
+ );
179
+ };
@@ -0,0 +1,5 @@
1
+ //
2
+ // Copyright 2026 DXOS.org
3
+ //
4
+
5
+ export { AccountContainer as default } from './AccountContainer';
@@ -5,14 +5,15 @@
5
5
  import { type Meta, type StoryObj } from '@storybook/react-vite';
6
6
  import * as Effect from 'effect/Effect';
7
7
 
8
- import { OperationPlugin, RuntimePlugin } from '@dxos/app-framework';
8
+ import { ProcessManagerPlugin } from '@dxos/app-framework';
9
9
  import { withPluginManager } from '@dxos/app-framework/testing';
10
10
  import { withLayout, withTheme } from '@dxos/react-ui/testing';
11
11
  import { translations as shellTranslations } from '@dxos/shell/react';
12
12
 
13
- import { ClientPlugin } from '../../ClientPlugin';
14
- import { translations } from '../../translations';
13
+ import { initializeIdentity } from '#testing';
14
+ import { translations } from '#translations';
15
15
 
16
+ import { ClientPlugin } from '../../ClientPlugin';
16
17
  import { DevicesContainer } from './DevicesContainer';
17
18
 
18
19
  const meta = {
@@ -26,11 +27,10 @@ const meta = {
26
27
  ClientPlugin({
27
28
  onClientInitialized: ({ client }) =>
28
29
  Effect.gen(function* () {
29
- yield* Effect.promise(() => client.halo.createIdentity());
30
+ yield* initializeIdentity(client);
30
31
  }),
31
32
  }),
32
- OperationPlugin(),
33
- RuntimePlugin(),
33
+ ProcessManagerPlugin(),
34
34
  ],
35
35
  }),
36
36
  ],
@@ -13,19 +13,19 @@ import { type CancellableInvitationObservable, Invitation, InvitationEncoder } f
13
13
  import { useNetworkStatus } from '@dxos/react-client/mesh';
14
14
  import { Button, Clipboard, Icon, IconButton, List, useId, useTranslation } from '@dxos/react-ui';
15
15
  import { Settings } from '@dxos/react-ui-form';
16
- import { AuthCode, Centered, DeviceListItem, Emoji, Viewport, translationKey } from '@dxos/shell/react';
16
+ import { AuthCode, Centered, DeviceListItem, Emoji, Viewport } from '@dxos/shell/react';
17
17
  import { osTranslations } from '@dxos/ui-theme';
18
18
  import { hexToEmoji } from '@dxos/util';
19
19
 
20
- import { meta } from '../../meta';
21
- import { ClientOperation } from '../../types';
20
+ import { meta } from '#meta';
21
+ import { ClientOperation } from '#operations';
22
22
 
23
23
  export type DevicesContainerProps = {
24
24
  createInvitationUrl?: (invitationCode: string) => string;
25
25
  };
26
26
 
27
27
  export const DevicesContainer = ({ createInvitationUrl }: DevicesContainerProps) => {
28
- const { t } = useTranslation(translationKey);
28
+ const { t } = useTranslation(meta.id);
29
29
  const { invokePromise } = useOperationInvoker();
30
30
  const devices = useDevices();
31
31
  const { swarm: connectionState } = useNetworkStatus();
@@ -38,61 +38,61 @@ export const DevicesContainer = ({ createInvitationUrl }: DevicesContainerProps)
38
38
  );
39
39
 
40
40
  const handleJoinNewIdentity = useCallback(
41
- () => invokePromise(ClientOperation.ResetStorage, { mode: 'join new identity' }),
41
+ () => invokePromise(ClientOperation.ResetStorage, { mode: 'join-new-identity' }),
42
42
  [invokePromise],
43
43
  );
44
44
 
45
45
  return (
46
46
  <Clipboard.Provider>
47
- <Settings.Root>
47
+ <Settings.Viewport>
48
48
  <Settings.Section
49
- title={t('devices verbose label', { ns: meta.id })}
50
- description={t('devices description', { ns: meta.id })}
49
+ title={t('devices-verbose.label', { ns: meta.id })}
50
+ description={t('devices.description', { ns: meta.id })}
51
51
  >
52
- <Settings.Frame>
53
- <Settings.FrameItem title={t('devices label', { ns: meta.id })}>
52
+ <Settings.Panel>
53
+ <div role='group' className='min-w-0'>
54
+ <h3 className='text-lg mb-2'>{t('devices.label', { ns: meta.id })}</h3>
54
55
  <List>
55
56
  {devices.map((device: Device) => (
56
57
  <DeviceListItem key={device.deviceKey.toHex()} device={device} connectionState={connectionState} />
57
58
  ))}
58
59
  </List>
59
- </Settings.FrameItem>
60
+ </div>
60
61
  {createInvitationUrl && (
61
- <Settings.FrameItem title='Add device'>
62
+ <div role='group' className='min-w-0'>
63
+ <h3 className='text-lg mb-2'>{t('add-device.label')}</h3>
62
64
  <DeviceInvitation createInvitationUrl={createInvitationUrl} />
63
- </Settings.FrameItem>
65
+ </div>
64
66
  )}
65
- </Settings.Frame>
67
+ </Settings.Panel>
66
68
  </Settings.Section>
67
69
  <Settings.Section
68
- title={t('danger zone title', { ns: meta.id })}
69
- description={t('danger zone description', { ns: meta.id })}
70
+ title={t('danger-zone.title', { ns: meta.id })}
71
+ description={t('danger-zone.description', { ns: meta.id })}
70
72
  >
71
- <Settings.Group>
72
- <Settings.Item title={t('reset device label')} description={t('reset device description', { ns: meta.id })}>
73
- <Button variant='destructive' onClick={handleResetStorage} data-testid='devicesContainer.reset'>
74
- {t('reset device label')}
75
- </Button>
76
- </Settings.Item>
77
- <Settings.Item
78
- title={t('recover identity label')}
79
- description={t('recover identity description', { ns: meta.id })}
80
- >
81
- <Button variant='destructive' onClick={handleRecover} data-testid='devicesContainer.recover'>
82
- {t('recover identity label')}
83
- </Button>
84
- </Settings.Item>
85
- <Settings.Item
86
- title={t('join new identity label')}
87
- description={t('join new identity description', { ns: meta.id })}
88
- >
89
- <Button variant='destructive' onClick={handleJoinNewIdentity} data-testid='devicesContainer.joinExisting'>
90
- {t('join new identity label')}
91
- </Button>
92
- </Settings.Item>
93
- </Settings.Group>
73
+ <Settings.Item title={t('reset-device.label')} description={t('reset-device.description', { ns: meta.id })}>
74
+ <Button variant='destructive' onClick={handleResetStorage} data-testid='devicesContainer.reset'>
75
+ {t('reset-device.label')}
76
+ </Button>
77
+ </Settings.Item>
78
+ <Settings.Item
79
+ title={t('recover-identity.label')}
80
+ description={t('recover-identity.description', { ns: meta.id })}
81
+ >
82
+ <Button variant='destructive' onClick={handleRecover} data-testid='devicesContainer.recover'>
83
+ {t('recover-identity.label')}
84
+ </Button>
85
+ </Settings.Item>
86
+ <Settings.Item
87
+ title={t('join-new-identity.label')}
88
+ description={t('join-new-identity.description', { ns: meta.id })}
89
+ >
90
+ <Button variant='destructive' onClick={handleJoinNewIdentity} data-testid='devicesContainer.joinExisting'>
91
+ {t('join-new-identity.label')}
92
+ </Button>
93
+ </Settings.Item>
94
94
  </Settings.Section>
95
- </Settings.Root>
95
+ </Settings.Viewport>
96
96
  </Clipboard.Provider>
97
97
  );
98
98
  };
@@ -176,12 +176,13 @@ const InvitationSection = ({
176
176
  : state >= Invitation.State.READY_FOR_AUTHENTICATION && authCode
177
177
  ? 'auth-code'
178
178
  : 'qr-code';
179
+
179
180
  return activeView === 'init' ? (
180
181
  <>
181
- <p className='text-description mb-2'>{t('add device description')}</p>
182
+ <p className='text-description mb-2'>{t('add-device.description')}</p>
182
183
  <IconButton
183
184
  icon='ph--plus--regular'
184
- label={t('create device invitation label')}
185
+ label={t('create-device-invitation.label')}
185
186
  disabled={state >= 0}
186
187
  classNames='w-full'
187
188
  data-testid='devicesContainer.createInvitation'
@@ -214,10 +215,10 @@ const InvitationQR = ({ id, url, onCancel }: { id: string; url: string; onCancel
214
215
  const emoji = hexToEmoji(id);
215
216
  return (
216
217
  <>
217
- <p className='text-description'>{t('qr code description', { ns: meta.id })}</p>
218
+ <p className='text-description'>{t('qr-code.description', { ns: meta.id })}</p>
218
219
  <div role='group' className='grid grid-cols-[1fr_min-content]'>
219
220
  <div className='flex justify-center py-4'>
220
- <div role='none' className='w-full md:max-w-80 aspect-square relative text-description'>
221
+ <div className='w-full md:max-w-80 aspect-square relative text-description'>
221
222
  <QR
222
223
  rounding={100}
223
224
  backgroundColor='transparent'
@@ -234,7 +235,7 @@ const InvitationQR = ({ id, url, onCancel }: { id: string; url: string; onCancel
234
235
  </div>
235
236
  </div>
236
237
  <span id={qrLabel} className='sr-only'>
237
- {t('qr label')}
238
+ {t('qr.label')}
238
239
  </span>
239
240
  </div>
240
241
  {/* TODO(burdon): Factor out button bar */}
@@ -242,7 +243,7 @@ const InvitationQR = ({ id, url, onCancel }: { id: string; url: string; onCancel
242
243
  <div className='flex gap-2'>
243
244
  <Clipboard.Button value={url ?? 'never'} />
244
245
  <Button variant='ghost' onClick={onCancel}>
245
- {t('cancel label')}
246
+ {t('cancel.label')}
246
247
  </Button>
247
248
  </div>
248
249
  </div>
@@ -256,12 +257,12 @@ const InvitationAuthCode = ({ id, code, onCancel }: { id: string; code: string;
256
257
 
257
258
  return (
258
259
  <>
259
- <p className='text-description'>{t('auth other device emoji message')}</p>
260
+ <p className='text-description'>{t('auth-other-device-emoji.message')}</p>
260
261
  {emoji && <Emoji text={emoji} className='mx-auto my-2 text-center' />}
261
- <p className='text-description'>{t('auth code message')}</p>
262
+ <p className='text-description'>{t('auth-code.message')}</p>
262
263
  <AuthCode code={code} large classNames='mx-auto my-2 text-center grow' />
263
264
  <Button variant='ghost' onClick={onCancel}>
264
- {t('cancel label')}
265
+ {t('cancel.label')}
265
266
  </Button>
266
267
  </>
267
268
  );
@@ -2,6 +2,4 @@
2
2
  // Copyright 2025 DXOS.org
3
3
  //
4
4
 
5
- import { DevicesContainer } from './DevicesContainer';
6
-
7
- export default DevicesContainer;
5
+ export { DevicesContainer as default } from './DevicesContainer';