@dxos/plugin-client 0.8.4-main.b97322e → 0.8.4-main.bcb3aa67d6

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 (488) hide show
  1. package/dist/lib/browser/chunk-ELAYKIQU.mjs +12 -0
  2. package/dist/lib/browser/chunk-ELAYKIQU.mjs.map +7 -0
  3. package/dist/lib/browser/chunk-J5LGTIGS.mjs +10 -0
  4. package/dist/lib/browser/chunk-J5LGTIGS.mjs.map +7 -0
  5. package/dist/lib/browser/chunk-M43LJQ5U.mjs +175 -0
  6. package/dist/lib/browser/chunk-M43LJQ5U.mjs.map +7 -0
  7. package/dist/lib/browser/{chunk-RMHBOY3Y.mjs → chunk-WNJRYPGG.mjs} +37 -16
  8. package/dist/lib/browser/chunk-WNJRYPGG.mjs.map +7 -0
  9. package/dist/lib/browser/cli/index.mjs +1060 -0
  10. package/dist/lib/browser/cli/index.mjs.map +7 -0
  11. package/dist/lib/browser/create-agent-WXBNGUBQ.mjs +34 -0
  12. package/dist/lib/browser/create-agent-WXBNGUBQ.mjs.map +7 -0
  13. package/dist/lib/browser/create-identity-LIE4RCXJ.mjs +30 -0
  14. package/dist/lib/browser/create-identity-LIE4RCXJ.mjs.map +7 -0
  15. package/dist/lib/browser/create-passkey-PYZ47DJT.mjs +105 -0
  16. package/dist/lib/browser/create-passkey-PYZ47DJT.mjs.map +7 -0
  17. package/dist/lib/browser/create-recovery-code-NSRU3QDJ.mjs +44 -0
  18. package/dist/lib/browser/create-recovery-code-NSRU3QDJ.mjs.map +7 -0
  19. package/dist/lib/browser/index.mjs +119 -128
  20. package/dist/lib/browser/index.mjs.map +4 -4
  21. package/dist/lib/browser/join-identity-B6DC2VW7.mjs +27 -0
  22. package/dist/lib/browser/join-identity-B6DC2VW7.mjs.map +7 -0
  23. package/dist/lib/browser/meta.json +1 -1
  24. package/dist/lib/browser/operations/index.mjs +13 -0
  25. package/dist/lib/browser/operations/index.mjs.map +7 -0
  26. package/dist/lib/browser/recover-identity-Z3H4GJ3L.mjs +26 -0
  27. package/dist/lib/browser/recover-identity-Z3H4GJ3L.mjs.map +7 -0
  28. package/dist/lib/browser/redeem-passkey-ODK47PIR.mjs +82 -0
  29. package/dist/lib/browser/redeem-passkey-ODK47PIR.mjs.map +7 -0
  30. package/dist/lib/browser/redeem-token-OYXEFDM3.mjs +37 -0
  31. package/dist/lib/browser/redeem-token-OYXEFDM3.mjs.map +7 -0
  32. package/dist/lib/browser/reset-storage-JAU4CS2U.mjs +26 -0
  33. package/dist/lib/browser/reset-storage-JAU4CS2U.mjs.map +7 -0
  34. package/dist/lib/browser/share-identity-H2JNYYCP.mjs +31 -0
  35. package/dist/lib/browser/share-identity-H2JNYYCP.mjs.map +7 -0
  36. package/dist/lib/browser/testing/index.mjs +22 -0
  37. package/dist/lib/browser/testing/index.mjs.map +7 -0
  38. package/dist/lib/browser/types/index.mjs +8 -4
  39. package/dist/lib/node-esm/chunk-HSLMI22Q.mjs +11 -0
  40. package/dist/lib/node-esm/chunk-HSLMI22Q.mjs.map +7 -0
  41. package/dist/lib/node-esm/{chunk-5V3RCXZV.mjs → chunk-IT5LAIV3.mjs} +38 -16
  42. package/dist/lib/node-esm/chunk-IT5LAIV3.mjs.map +7 -0
  43. package/dist/lib/node-esm/chunk-J5RWSQT6.mjs +14 -0
  44. package/dist/lib/node-esm/chunk-J5RWSQT6.mjs.map +7 -0
  45. package/dist/lib/node-esm/chunk-SJ6FDER5.mjs +176 -0
  46. package/dist/lib/node-esm/chunk-SJ6FDER5.mjs.map +7 -0
  47. package/dist/lib/node-esm/cli/index.mjs +1061 -0
  48. package/dist/lib/node-esm/cli/index.mjs.map +7 -0
  49. package/dist/lib/node-esm/create-agent-I7VGTH7O.mjs +35 -0
  50. package/dist/lib/node-esm/create-agent-I7VGTH7O.mjs.map +7 -0
  51. package/dist/lib/node-esm/create-identity-NWY3YT5C.mjs +31 -0
  52. package/dist/lib/node-esm/create-identity-NWY3YT5C.mjs.map +7 -0
  53. package/dist/lib/node-esm/create-passkey-2LQEEIAN.mjs +106 -0
  54. package/dist/lib/node-esm/create-passkey-2LQEEIAN.mjs.map +7 -0
  55. package/dist/lib/node-esm/create-recovery-code-2MVK5CVE.mjs +45 -0
  56. package/dist/lib/node-esm/create-recovery-code-2MVK5CVE.mjs.map +7 -0
  57. package/dist/lib/node-esm/index.mjs +119 -128
  58. package/dist/lib/node-esm/index.mjs.map +4 -4
  59. package/dist/lib/node-esm/join-identity-6NT75FSO.mjs +28 -0
  60. package/dist/lib/node-esm/join-identity-6NT75FSO.mjs.map +7 -0
  61. package/dist/lib/node-esm/meta.json +1 -1
  62. package/dist/lib/node-esm/operations/index.mjs +14 -0
  63. package/dist/lib/node-esm/operations/index.mjs.map +7 -0
  64. package/dist/lib/node-esm/recover-identity-3UKCQ2M4.mjs +27 -0
  65. package/dist/lib/node-esm/recover-identity-3UKCQ2M4.mjs.map +7 -0
  66. package/dist/lib/node-esm/redeem-passkey-TDNEMVJJ.mjs +83 -0
  67. package/dist/lib/node-esm/redeem-passkey-TDNEMVJJ.mjs.map +7 -0
  68. package/dist/lib/node-esm/redeem-token-ZBYMFFKM.mjs +38 -0
  69. package/dist/lib/node-esm/redeem-token-ZBYMFFKM.mjs.map +7 -0
  70. package/dist/lib/node-esm/reset-storage-NY3ALG72.mjs +27 -0
  71. package/dist/lib/node-esm/reset-storage-NY3ALG72.mjs.map +7 -0
  72. package/dist/lib/node-esm/share-identity-FDIZWTDG.mjs +32 -0
  73. package/dist/lib/node-esm/share-identity-FDIZWTDG.mjs.map +7 -0
  74. package/dist/lib/node-esm/testing/index.mjs +23 -0
  75. package/dist/lib/node-esm/testing/index.mjs.map +7 -0
  76. package/dist/lib/node-esm/types/index.mjs +8 -4
  77. package/dist/types/src/ClientPlugin.d.ts +3 -2
  78. package/dist/types/src/ClientPlugin.d.ts.map +1 -1
  79. package/dist/types/src/capabilities/app-graph-builder.d.ts +4 -2
  80. package/dist/types/src/capabilities/app-graph-builder.d.ts.map +1 -1
  81. package/dist/types/src/capabilities/client.d.ts +6 -7
  82. package/dist/types/src/capabilities/client.d.ts.map +1 -1
  83. package/dist/types/src/capabilities/index.d.ts +28 -15
  84. package/dist/types/src/capabilities/index.d.ts.map +1 -1
  85. package/dist/types/src/capabilities/migrations.d.ts +3 -2
  86. package/dist/types/src/capabilities/migrations.d.ts.map +1 -1
  87. package/dist/types/src/capabilities/navigation-handler/index.d.ts +4 -0
  88. package/dist/types/src/capabilities/navigation-handler/index.d.ts.map +1 -0
  89. package/dist/types/src/capabilities/navigation-handler/navigation-handler.d.ts +15 -0
  90. package/dist/types/src/capabilities/navigation-handler/navigation-handler.d.ts.map +1 -0
  91. package/dist/types/src/capabilities/node.d.ts +21 -0
  92. package/dist/types/src/capabilities/node.d.ts.map +1 -0
  93. package/dist/types/src/capabilities/operation-handler.d.ts +6 -0
  94. package/dist/types/src/capabilities/operation-handler.d.ts.map +1 -0
  95. package/dist/types/src/capabilities/react-context.d.ts +4 -2
  96. package/dist/types/src/capabilities/react-context.d.ts.map +1 -1
  97. package/dist/types/src/capabilities/react-surface.d.ts +4 -3
  98. package/dist/types/src/capabilities/react-surface.d.ts.map +1 -1
  99. package/dist/types/src/capabilities/schema-defs.d.ts +3 -2
  100. package/dist/types/src/capabilities/schema-defs.d.ts.map +1 -1
  101. package/dist/types/src/cli/commands/config/index.d.ts +5 -0
  102. package/dist/types/src/cli/commands/config/index.d.ts.map +1 -0
  103. package/dist/types/src/cli/commands/config/view.d.ts +5 -0
  104. package/dist/types/src/cli/commands/config/view.d.ts.map +1 -0
  105. package/dist/types/src/cli/commands/device/index.d.ts +7 -0
  106. package/dist/types/src/cli/commands/device/index.d.ts.map +1 -0
  107. package/dist/types/src/cli/commands/device/info/index.d.ts +2 -0
  108. package/dist/types/src/cli/commands/device/info/index.d.ts.map +1 -0
  109. package/dist/types/src/cli/commands/device/info/info.d.ts +7 -0
  110. package/dist/types/src/cli/commands/device/info/info.d.ts.map +1 -0
  111. package/dist/types/src/cli/commands/device/info/info.test.d.ts +2 -0
  112. package/dist/types/src/cli/commands/device/info/info.test.d.ts.map +1 -0
  113. package/dist/types/src/cli/commands/device/list/index.d.ts +2 -0
  114. package/dist/types/src/cli/commands/device/list/index.d.ts.map +1 -0
  115. package/dist/types/src/cli/commands/device/list/list.d.ts +7 -0
  116. package/dist/types/src/cli/commands/device/list/list.d.ts.map +1 -0
  117. package/dist/types/src/cli/commands/device/list/list.test.d.ts +2 -0
  118. package/dist/types/src/cli/commands/device/list/list.test.d.ts.map +1 -0
  119. package/dist/types/src/cli/commands/device/update/index.d.ts +2 -0
  120. package/dist/types/src/cli/commands/device/update/index.d.ts.map +1 -0
  121. package/dist/types/src/cli/commands/device/update/update.d.ts +11 -0
  122. package/dist/types/src/cli/commands/device/update/update.d.ts.map +1 -0
  123. package/dist/types/src/cli/commands/device/util.d.ts +16 -0
  124. package/dist/types/src/cli/commands/device/util.d.ts.map +1 -0
  125. package/dist/types/src/cli/commands/edge/index.d.ts +5 -0
  126. package/dist/types/src/cli/commands/edge/index.d.ts.map +1 -0
  127. package/dist/types/src/cli/commands/edge/status.d.ts +7 -0
  128. package/dist/types/src/cli/commands/edge/status.d.ts.map +1 -0
  129. package/dist/types/src/cli/commands/halo/create/create.d.ts +15 -0
  130. package/dist/types/src/cli/commands/halo/create/create.d.ts.map +1 -0
  131. package/dist/types/src/cli/commands/halo/create/create.test.d.ts +2 -0
  132. package/dist/types/src/cli/commands/halo/create/create.test.d.ts.map +1 -0
  133. package/dist/types/src/cli/commands/halo/create/index.d.ts +2 -0
  134. package/dist/types/src/cli/commands/halo/create/index.d.ts.map +1 -0
  135. package/dist/types/src/cli/commands/halo/credential/add/add.d.ts +13 -0
  136. package/dist/types/src/cli/commands/halo/credential/add/add.d.ts.map +1 -0
  137. package/dist/types/src/cli/commands/halo/credential/add/index.d.ts +2 -0
  138. package/dist/types/src/cli/commands/halo/credential/add/index.d.ts.map +1 -0
  139. package/dist/types/src/cli/commands/halo/credential/index.d.ts +12 -0
  140. package/dist/types/src/cli/commands/halo/credential/index.d.ts.map +1 -0
  141. package/dist/types/src/cli/commands/halo/credential/list/index.d.ts +2 -0
  142. package/dist/types/src/cli/commands/halo/credential/list/index.d.ts.map +1 -0
  143. package/dist/types/src/cli/commands/halo/credential/list/list.d.ts +19 -0
  144. package/dist/types/src/cli/commands/halo/credential/list/list.d.ts.map +1 -0
  145. package/dist/types/src/cli/commands/halo/credential/list/list.test.d.ts +2 -0
  146. package/dist/types/src/cli/commands/halo/credential/list/list.test.d.ts.map +1 -0
  147. package/dist/types/src/cli/commands/halo/identity/identity.d.ts +7 -0
  148. package/dist/types/src/cli/commands/halo/identity/identity.d.ts.map +1 -0
  149. package/dist/types/src/cli/commands/halo/identity/identity.test.d.ts +2 -0
  150. package/dist/types/src/cli/commands/halo/identity/identity.test.d.ts.map +1 -0
  151. package/dist/types/src/cli/commands/halo/identity/index.d.ts +2 -0
  152. package/dist/types/src/cli/commands/halo/identity/index.d.ts.map +1 -0
  153. package/dist/types/src/cli/commands/halo/index.d.ts +3 -0
  154. package/dist/types/src/cli/commands/halo/index.d.ts.map +1 -0
  155. package/dist/types/src/cli/commands/halo/join/index.d.ts +2 -0
  156. package/dist/types/src/cli/commands/halo/join/index.d.ts.map +1 -0
  157. package/dist/types/src/cli/commands/halo/join/join.d.ts +8 -0
  158. package/dist/types/src/cli/commands/halo/join/join.d.ts.map +1 -0
  159. package/dist/types/src/cli/commands/halo/join/join.test.d.ts +2 -0
  160. package/dist/types/src/cli/commands/halo/join/join.test.d.ts.map +1 -0
  161. package/dist/types/src/cli/commands/halo/keys/index.d.ts +2 -0
  162. package/dist/types/src/cli/commands/halo/keys/index.d.ts.map +1 -0
  163. package/dist/types/src/cli/commands/halo/keys/keys.d.ts +7 -0
  164. package/dist/types/src/cli/commands/halo/keys/keys.d.ts.map +1 -0
  165. package/dist/types/src/cli/commands/halo/keys/keys.test.d.ts +2 -0
  166. package/dist/types/src/cli/commands/halo/keys/keys.test.d.ts.map +1 -0
  167. package/dist/types/src/cli/commands/halo/recover/index.d.ts +2 -0
  168. package/dist/types/src/cli/commands/halo/recover/index.d.ts.map +1 -0
  169. package/dist/types/src/cli/commands/halo/recover/recover.d.ts +7 -0
  170. package/dist/types/src/cli/commands/halo/recover/recover.d.ts.map +1 -0
  171. package/dist/types/src/cli/commands/halo/recover/recover.test.d.ts +2 -0
  172. package/dist/types/src/cli/commands/halo/recover/recover.test.d.ts.map +1 -0
  173. package/dist/types/src/cli/commands/halo/seed/index.d.ts +2 -0
  174. package/dist/types/src/cli/commands/halo/seed/index.d.ts.map +1 -0
  175. package/dist/types/src/cli/commands/halo/seed/seed.d.ts +7 -0
  176. package/dist/types/src/cli/commands/halo/seed/seed.d.ts.map +1 -0
  177. package/dist/types/src/cli/commands/halo/share/index.d.ts +2 -0
  178. package/dist/types/src/cli/commands/halo/share/index.d.ts.map +1 -0
  179. package/dist/types/src/cli/commands/halo/share/share.d.ts +15 -0
  180. package/dist/types/src/cli/commands/halo/share/share.d.ts.map +1 -0
  181. package/dist/types/src/cli/commands/halo/update/index.d.ts +2 -0
  182. package/dist/types/src/cli/commands/halo/update/index.d.ts.map +1 -0
  183. package/dist/types/src/cli/commands/halo/update/update.d.ts +11 -0
  184. package/dist/types/src/cli/commands/halo/update/update.d.ts.map +1 -0
  185. package/dist/types/src/cli/commands/halo/update/update.test.d.ts +2 -0
  186. package/dist/types/src/cli/commands/halo/update/update.test.d.ts.map +1 -0
  187. package/dist/types/src/cli/commands/halo/util.d.ts +13 -0
  188. package/dist/types/src/cli/commands/halo/util.d.ts.map +1 -0
  189. package/dist/types/src/cli/commands/index.d.ts +6 -0
  190. package/dist/types/src/cli/commands/index.d.ts.map +1 -0
  191. package/dist/types/src/cli/commands/profile/create.d.ts +10 -0
  192. package/dist/types/src/cli/commands/profile/create.d.ts.map +1 -0
  193. package/dist/types/src/cli/commands/profile/delete.d.ts +8 -0
  194. package/dist/types/src/cli/commands/profile/delete.d.ts.map +1 -0
  195. package/dist/types/src/cli/commands/profile/import.d.ts +17 -0
  196. package/dist/types/src/cli/commands/profile/import.d.ts.map +1 -0
  197. package/dist/types/src/cli/commands/profile/index.d.ts +19 -0
  198. package/dist/types/src/cli/commands/profile/index.d.ts.map +1 -0
  199. package/dist/types/src/cli/commands/profile/inspect.d.ts +13 -0
  200. package/dist/types/src/cli/commands/profile/inspect.d.ts.map +1 -0
  201. package/dist/types/src/cli/commands/profile/list.d.ts +6 -0
  202. package/dist/types/src/cli/commands/profile/list.d.ts.map +1 -0
  203. package/dist/types/src/cli/commands/profile/reset.d.ts +8 -0
  204. package/dist/types/src/cli/commands/profile/reset.d.ts.map +1 -0
  205. package/dist/types/src/cli/commands/profile/util.d.ts +24 -0
  206. package/dist/types/src/cli/commands/profile/util.d.ts.map +1 -0
  207. package/dist/types/src/cli/index.d.ts +2 -0
  208. package/dist/types/src/cli/index.d.ts.map +1 -0
  209. package/dist/types/src/cli/plugin.d.ts +4 -0
  210. package/dist/types/src/cli/plugin.d.ts.map +1 -0
  211. package/dist/types/src/cli/testing/test-console.d.ts +37 -0
  212. package/dist/types/src/cli/testing/test-console.d.ts.map +1 -0
  213. package/dist/types/src/components/index.d.ts +0 -6
  214. package/dist/types/src/components/index.d.ts.map +1 -1
  215. package/dist/types/src/constants.d.ts +4 -0
  216. package/dist/types/src/constants.d.ts.map +1 -0
  217. package/dist/types/src/containers/DevicesContainer/DevicesContainer.d.ts.map +1 -0
  218. package/dist/types/src/containers/DevicesContainer/DevicesContainer.stories.d.ts +184 -0
  219. package/dist/types/src/containers/DevicesContainer/DevicesContainer.stories.d.ts.map +1 -0
  220. package/dist/types/src/containers/DevicesContainer/index.d.ts +3 -0
  221. package/dist/types/src/containers/DevicesContainer/index.d.ts.map +1 -0
  222. package/dist/types/src/{components → containers/JoinDialog}/JoinDialog.d.ts +0 -1
  223. package/dist/types/src/containers/JoinDialog/JoinDialog.d.ts.map +1 -0
  224. package/dist/types/src/containers/JoinDialog/JoinDialog.stories.d.ts +15 -0
  225. package/dist/types/src/containers/JoinDialog/JoinDialog.stories.d.ts.map +1 -0
  226. package/dist/types/src/containers/JoinDialog/index.d.ts +3 -0
  227. package/dist/types/src/containers/JoinDialog/index.d.ts.map +1 -0
  228. package/dist/types/src/containers/ProfileContainer/ProfileContainer.d.ts.map +1 -0
  229. package/dist/types/src/containers/ProfileContainer/ProfileContainer.stories.d.ts +14 -0
  230. package/dist/types/src/containers/ProfileContainer/ProfileContainer.stories.d.ts.map +1 -0
  231. package/dist/types/src/containers/ProfileContainer/index.d.ts +3 -0
  232. package/dist/types/src/containers/ProfileContainer/index.d.ts.map +1 -0
  233. package/dist/types/src/{components → containers/RecoveryCodeDialog}/RecoveryCodeDialog.d.ts +0 -1
  234. package/dist/types/src/containers/RecoveryCodeDialog/RecoveryCodeDialog.d.ts.map +1 -0
  235. package/dist/types/src/containers/RecoveryCodeDialog/RecoveryCodeDialog.stories.d.ts +16 -0
  236. package/dist/types/src/containers/RecoveryCodeDialog/RecoveryCodeDialog.stories.d.ts.map +1 -0
  237. package/dist/types/src/containers/RecoveryCodeDialog/index.d.ts +4 -0
  238. package/dist/types/src/containers/RecoveryCodeDialog/index.d.ts.map +1 -0
  239. package/dist/types/src/containers/RecoveryCredentialsContainer/RecoveryCredentialsContainer.d.ts +4 -0
  240. package/dist/types/src/containers/RecoveryCredentialsContainer/RecoveryCredentialsContainer.d.ts.map +1 -0
  241. package/dist/types/src/containers/RecoveryCredentialsContainer/RecoveryCredentialsContainer.stories.d.ts +14 -0
  242. package/dist/types/src/containers/RecoveryCredentialsContainer/RecoveryCredentialsContainer.stories.d.ts.map +1 -0
  243. package/dist/types/src/containers/RecoveryCredentialsContainer/index.d.ts +3 -0
  244. package/dist/types/src/containers/RecoveryCredentialsContainer/index.d.ts.map +1 -0
  245. package/dist/types/src/containers/ResetDialog/ResetDialog.d.ts +9 -0
  246. package/dist/types/src/containers/ResetDialog/ResetDialog.d.ts.map +1 -0
  247. package/dist/types/src/containers/ResetDialog/ResetDialog.stories.d.ts +19 -0
  248. package/dist/types/src/containers/ResetDialog/ResetDialog.stories.d.ts.map +1 -0
  249. package/dist/types/src/containers/ResetDialog/index.d.ts +4 -0
  250. package/dist/types/src/containers/ResetDialog/index.d.ts.map +1 -0
  251. package/dist/types/src/containers/index.d.ts +10 -0
  252. package/dist/types/src/containers/index.d.ts.map +1 -0
  253. package/dist/types/src/index.d.ts +2 -4
  254. package/dist/types/src/index.d.ts.map +1 -1
  255. package/dist/types/src/meta.d.ts +2 -3
  256. package/dist/types/src/meta.d.ts.map +1 -1
  257. package/dist/types/src/operations/create-agent.d.ts +5 -0
  258. package/dist/types/src/operations/create-agent.d.ts.map +1 -0
  259. package/dist/types/src/operations/create-identity.d.ts +5 -0
  260. package/dist/types/src/operations/create-identity.d.ts.map +1 -0
  261. package/dist/types/src/operations/create-passkey.d.ts +5 -0
  262. package/dist/types/src/operations/create-passkey.d.ts.map +1 -0
  263. package/dist/types/src/operations/create-recovery-code.d.ts +5 -0
  264. package/dist/types/src/operations/create-recovery-code.d.ts.map +1 -0
  265. package/dist/types/src/operations/definitions.d.ts +36 -0
  266. package/dist/types/src/operations/definitions.d.ts.map +1 -0
  267. package/dist/types/src/operations/index.d.ts +4 -0
  268. package/dist/types/src/operations/index.d.ts.map +1 -0
  269. package/dist/types/src/operations/join-identity.d.ts +5 -0
  270. package/dist/types/src/operations/join-identity.d.ts.map +1 -0
  271. package/dist/types/src/operations/recover-identity.d.ts +5 -0
  272. package/dist/types/src/operations/recover-identity.d.ts.map +1 -0
  273. package/dist/types/src/operations/redeem-passkey.d.ts +5 -0
  274. package/dist/types/src/operations/redeem-passkey.d.ts.map +1 -0
  275. package/dist/types/src/operations/redeem-token.d.ts +5 -0
  276. package/dist/types/src/operations/redeem-token.d.ts.map +1 -0
  277. package/dist/types/src/operations/reset-storage.d.ts +5 -0
  278. package/dist/types/src/operations/reset-storage.d.ts.map +1 -0
  279. package/dist/types/src/operations/share-identity.d.ts +5 -0
  280. package/dist/types/src/operations/share-identity.d.ts.map +1 -0
  281. package/dist/types/src/testing/index.d.ts +2 -0
  282. package/dist/types/src/testing/index.d.ts.map +1 -0
  283. package/dist/types/src/testing/initializeIdentity.d.ts +13 -0
  284. package/dist/types/src/testing/initializeIdentity.d.ts.map +1 -0
  285. package/dist/types/src/translations.d.ts +2 -48
  286. package/dist/types/src/translations.d.ts.map +1 -1
  287. package/dist/types/src/types/capabilities.d.ts +10 -0
  288. package/dist/types/src/types/capabilities.d.ts.map +1 -0
  289. package/dist/types/src/types/events.d.ts +9 -0
  290. package/dist/types/src/types/events.d.ts.map +1 -0
  291. package/dist/types/src/types/index.d.ts +2 -0
  292. package/dist/types/src/types/index.d.ts.map +1 -1
  293. package/dist/types/src/types/schema.d.ts +41 -30
  294. package/dist/types/src/types/schema.d.ts.map +1 -1
  295. package/dist/types/tsconfig.tsbuildinfo +1 -1
  296. package/package.json +91 -39
  297. package/src/ClientPlugin.ts +58 -65
  298. package/src/capabilities/app-graph-builder.ts +87 -103
  299. package/src/capabilities/client.ts +71 -33
  300. package/src/capabilities/index.ts +14 -10
  301. package/src/capabilities/migrations.ts +22 -17
  302. package/src/capabilities/navigation-handler/index.ts +9 -0
  303. package/src/capabilities/navigation-handler/navigation-handler.ts +64 -0
  304. package/src/capabilities/node.ts +13 -0
  305. package/src/capabilities/operation-handler.ts +16 -0
  306. package/src/capabilities/react-context.tsx +17 -12
  307. package/src/capabilities/react-surface.tsx +53 -46
  308. package/src/capabilities/schema-defs.ts +27 -20
  309. package/src/cli/commands/config/index.ts +12 -0
  310. package/src/cli/commands/config/view.ts +29 -0
  311. package/src/cli/commands/device/index.ts +14 -0
  312. package/src/cli/commands/device/info/index.ts +5 -0
  313. package/src/cli/commands/device/info/info.test.ts +28 -0
  314. package/src/cli/commands/device/info/info.ts +48 -0
  315. package/src/cli/commands/device/list/index.ts +5 -0
  316. package/src/cli/commands/device/list/list.test.ts +30 -0
  317. package/src/cli/commands/device/list/list.ts +28 -0
  318. package/src/cli/commands/device/update/index.ts +5 -0
  319. package/src/cli/commands/device/update/update.ts +68 -0
  320. package/src/cli/commands/device/util.ts +55 -0
  321. package/src/cli/commands/edge/index.ts +12 -0
  322. package/src/cli/commands/edge/status.ts +46 -0
  323. package/src/cli/commands/halo/create/create.test.ts +52 -0
  324. package/src/cli/commands/halo/create/create.ts +82 -0
  325. package/src/cli/commands/halo/create/index.ts +5 -0
  326. package/src/cli/commands/halo/credential/add/add.ts +97 -0
  327. package/src/cli/commands/halo/credential/add/index.ts +5 -0
  328. package/src/cli/commands/halo/credential/index.ts +13 -0
  329. package/src/cli/commands/halo/credential/list/index.ts +5 -0
  330. package/src/cli/commands/halo/credential/list/list.test.ts +27 -0
  331. package/src/cli/commands/halo/credential/list/list.ts +115 -0
  332. package/src/cli/commands/halo/identity/identity.test.ts +40 -0
  333. package/src/cli/commands/halo/identity/identity.ts +45 -0
  334. package/src/cli/commands/halo/identity/index.ts +5 -0
  335. package/src/cli/commands/halo/index.ts +21 -0
  336. package/src/cli/commands/halo/join/index.ts +5 -0
  337. package/src/cli/commands/halo/join/join.test.ts +10 -0
  338. package/src/cli/commands/halo/join/join.ts +87 -0
  339. package/src/cli/commands/halo/keys/index.ts +5 -0
  340. package/src/cli/commands/halo/keys/keys.test.ts +29 -0
  341. package/src/cli/commands/halo/keys/keys.ts +40 -0
  342. package/src/cli/commands/halo/recover/index.ts +5 -0
  343. package/src/cli/commands/halo/recover/recover.test.ts +10 -0
  344. package/src/cli/commands/halo/recover/recover.ts +44 -0
  345. package/src/cli/commands/halo/seed/index.ts +5 -0
  346. package/src/cli/commands/halo/seed/seed.ts +36 -0
  347. package/src/cli/commands/halo/share/index.ts +5 -0
  348. package/src/cli/commands/halo/share/share.ts +97 -0
  349. package/src/cli/commands/halo/update/index.ts +5 -0
  350. package/src/cli/commands/halo/update/update.test.ts +28 -0
  351. package/src/cli/commands/halo/update/update.ts +67 -0
  352. package/src/cli/commands/halo/util.ts +18 -0
  353. package/src/cli/commands/index.ts +9 -0
  354. package/src/cli/commands/profile/create.ts +90 -0
  355. package/src/cli/commands/profile/delete.ts +36 -0
  356. package/src/cli/commands/profile/import.ts +101 -0
  357. package/src/cli/commands/profile/index.ts +17 -0
  358. package/src/cli/commands/profile/inspect.ts +64 -0
  359. package/src/cli/commands/profile/list.ts +55 -0
  360. package/src/cli/commands/profile/reset.ts +45 -0
  361. package/src/cli/commands/profile/util.ts +48 -0
  362. package/src/cli/index.ts +5 -0
  363. package/src/cli/plugin.ts +32 -0
  364. package/src/cli/testing/test-console.ts +88 -0
  365. package/src/components/index.ts +0 -7
  366. package/src/constants.ts +9 -0
  367. package/src/containers/DevicesContainer/DevicesContainer.stories.tsx +52 -0
  368. package/src/{components → containers/DevicesContainer}/DevicesContainer.tsx +93 -112
  369. package/src/containers/DevicesContainer/index.ts +7 -0
  370. package/src/containers/JoinDialog/JoinDialog.stories.tsx +43 -0
  371. package/src/containers/JoinDialog/JoinDialog.tsx +56 -0
  372. package/src/containers/JoinDialog/index.ts +7 -0
  373. package/src/containers/ProfileContainer/ProfileContainer.stories.tsx +28 -0
  374. package/src/{components → containers/ProfileContainer}/ProfileContainer.tsx +69 -66
  375. package/src/containers/ProfileContainer/index.ts +7 -0
  376. package/src/{components → containers/RecoveryCodeDialog}/RecoveryCodeDialog.stories.tsx +11 -12
  377. package/src/{components → containers/RecoveryCodeDialog}/RecoveryCodeDialog.tsx +29 -28
  378. package/src/containers/RecoveryCodeDialog/index.ts +8 -0
  379. package/src/containers/RecoveryCredentialsContainer/RecoveryCredentialsContainer.stories.tsx +47 -0
  380. package/src/containers/RecoveryCredentialsContainer/RecoveryCredentialsContainer.tsx +66 -0
  381. package/src/containers/RecoveryCredentialsContainer/index.ts +7 -0
  382. package/src/containers/ResetDialog/ResetDialog.stories.tsx +73 -0
  383. package/src/containers/ResetDialog/ResetDialog.tsx +50 -0
  384. package/src/containers/ResetDialog/index.ts +8 -0
  385. package/src/containers/index.ts +15 -0
  386. package/src/index.ts +2 -5
  387. package/src/meta.ts +8 -5
  388. package/src/operations/create-agent.ts +27 -0
  389. package/src/operations/create-identity.ts +30 -0
  390. package/src/operations/create-passkey.ts +89 -0
  391. package/src/operations/create-recovery-code.ts +35 -0
  392. package/src/operations/definitions.ts +107 -0
  393. package/src/operations/index.ts +20 -0
  394. package/src/operations/join-identity.ts +29 -0
  395. package/src/operations/recover-identity.ts +29 -0
  396. package/src/operations/redeem-passkey.ts +86 -0
  397. package/src/operations/redeem-token.ts +32 -0
  398. package/src/operations/reset-storage.ts +28 -0
  399. package/src/operations/share-identity.ts +27 -0
  400. package/src/testing/index.ts +5 -0
  401. package/src/testing/initializeIdentity.ts +24 -0
  402. package/src/translations.ts +57 -43
  403. package/src/types/capabilities.ts +16 -0
  404. package/src/types/events.ts +15 -0
  405. package/src/types/index.ts +2 -0
  406. package/src/types/schema.ts +29 -21
  407. package/dist/lib/browser/app-graph-builder-JNIES5L4.mjs +0 -123
  408. package/dist/lib/browser/app-graph-builder-JNIES5L4.mjs.map +0 -7
  409. package/dist/lib/browser/chunk-3F2Q2RKC.mjs +0 -18
  410. package/dist/lib/browser/chunk-3F2Q2RKC.mjs.map +0 -7
  411. package/dist/lib/browser/chunk-CAF2COXW.mjs +0 -19
  412. package/dist/lib/browser/chunk-CAF2COXW.mjs.map +0 -7
  413. package/dist/lib/browser/chunk-GS3LDHYD.mjs +0 -12
  414. package/dist/lib/browser/chunk-GS3LDHYD.mjs.map +0 -7
  415. package/dist/lib/browser/chunk-RMHBOY3Y.mjs.map +0 -7
  416. package/dist/lib/browser/chunk-SV3MHIKI.mjs +0 -695
  417. package/dist/lib/browser/chunk-SV3MHIKI.mjs.map +0 -7
  418. package/dist/lib/browser/client-SKVKXPLY.mjs +0 -37
  419. package/dist/lib/browser/client-SKVKXPLY.mjs.map +0 -7
  420. package/dist/lib/browser/intent-resolver-LNPLD5CA.mjs +0 -305
  421. package/dist/lib/browser/intent-resolver-LNPLD5CA.mjs.map +0 -7
  422. package/dist/lib/browser/migrations-D76RCG72.mjs +0 -23
  423. package/dist/lib/browser/migrations-D76RCG72.mjs.map +0 -7
  424. package/dist/lib/browser/react-context-YWVPZUMU.mjs +0 -24
  425. package/dist/lib/browser/react-context-YWVPZUMU.mjs.map +0 -7
  426. package/dist/lib/browser/react-surface-QFZTDNLS.mjs +0 -66
  427. package/dist/lib/browser/react-surface-QFZTDNLS.mjs.map +0 -7
  428. package/dist/lib/browser/schema-defs-HKW6VNZB.mjs +0 -25
  429. package/dist/lib/browser/schema-defs-HKW6VNZB.mjs.map +0 -7
  430. package/dist/lib/node-esm/app-graph-builder-SWFB4FID.mjs +0 -124
  431. package/dist/lib/node-esm/app-graph-builder-SWFB4FID.mjs.map +0 -7
  432. package/dist/lib/node-esm/chunk-5V3RCXZV.mjs.map +0 -7
  433. package/dist/lib/node-esm/chunk-FBYODKEL.mjs +0 -696
  434. package/dist/lib/node-esm/chunk-FBYODKEL.mjs.map +0 -7
  435. package/dist/lib/node-esm/chunk-IOGTQFLM.mjs +0 -19
  436. package/dist/lib/node-esm/chunk-IOGTQFLM.mjs.map +0 -7
  437. package/dist/lib/node-esm/chunk-SZLX4BVJ.mjs +0 -14
  438. package/dist/lib/node-esm/chunk-SZLX4BVJ.mjs.map +0 -7
  439. package/dist/lib/node-esm/chunk-UMO3ETDV.mjs +0 -20
  440. package/dist/lib/node-esm/chunk-UMO3ETDV.mjs.map +0 -7
  441. package/dist/lib/node-esm/client-SLL6GDC2.mjs +0 -38
  442. package/dist/lib/node-esm/client-SLL6GDC2.mjs.map +0 -7
  443. package/dist/lib/node-esm/intent-resolver-L7C6YRWV.mjs +0 -306
  444. package/dist/lib/node-esm/intent-resolver-L7C6YRWV.mjs.map +0 -7
  445. package/dist/lib/node-esm/migrations-YISDI7LF.mjs +0 -24
  446. package/dist/lib/node-esm/migrations-YISDI7LF.mjs.map +0 -7
  447. package/dist/lib/node-esm/react-context-EEHS4S3L.mjs +0 -25
  448. package/dist/lib/node-esm/react-context-EEHS4S3L.mjs.map +0 -7
  449. package/dist/lib/node-esm/react-surface-2K6W37R4.mjs +0 -67
  450. package/dist/lib/node-esm/react-surface-2K6W37R4.mjs.map +0 -7
  451. package/dist/lib/node-esm/schema-defs-5ZNI63RW.mjs +0 -26
  452. package/dist/lib/node-esm/schema-defs-5ZNI63RW.mjs.map +0 -7
  453. package/dist/types/src/capabilities/capabilities.d.ts +0 -9
  454. package/dist/types/src/capabilities/capabilities.d.ts.map +0 -1
  455. package/dist/types/src/capabilities/intent-resolver.d.ts +0 -8
  456. package/dist/types/src/capabilities/intent-resolver.d.ts.map +0 -1
  457. package/dist/types/src/components/DevicesContainer.d.ts.map +0 -1
  458. package/dist/types/src/components/DevicesContainer.stories.d.ts +0 -8
  459. package/dist/types/src/components/DevicesContainer.stories.d.ts.map +0 -1
  460. package/dist/types/src/components/JoinDialog.d.ts.map +0 -1
  461. package/dist/types/src/components/ProfileContainer.d.ts.map +0 -1
  462. package/dist/types/src/components/ProfileContainer.stories.d.ts +0 -8
  463. package/dist/types/src/components/ProfileContainer.stories.d.ts.map +0 -1
  464. package/dist/types/src/components/RecoveryCodeDialog.d.ts.map +0 -1
  465. package/dist/types/src/components/RecoveryCodeDialog.stories.d.ts +0 -8
  466. package/dist/types/src/components/RecoveryCodeDialog.stories.d.ts.map +0 -1
  467. package/dist/types/src/components/RecoveryCredentialsContainer.d.ts +0 -4
  468. package/dist/types/src/components/RecoveryCredentialsContainer.d.ts.map +0 -1
  469. package/dist/types/src/components/RecoveryCredentialsContainer.stories.d.ts +0 -8
  470. package/dist/types/src/components/RecoveryCredentialsContainer.stories.d.ts.map +0 -1
  471. package/dist/types/src/components/ResetDialog.d.ts +0 -7
  472. package/dist/types/src/components/ResetDialog.d.ts.map +0 -1
  473. package/dist/types/src/components/ResetDialog.stories.d.ts +0 -10
  474. package/dist/types/src/components/ResetDialog.stories.d.ts.map +0 -1
  475. package/dist/types/src/events.d.ts +0 -8
  476. package/dist/types/src/events.d.ts.map +0 -1
  477. package/src/capabilities/capabilities.ts +0 -18
  478. package/src/capabilities/intent-resolver.ts +0 -250
  479. package/src/components/DevicesContainer.stories.tsx +0 -49
  480. package/src/components/JoinDialog.tsx +0 -53
  481. package/src/components/ProfileContainer.stories.tsx +0 -29
  482. package/src/components/RecoveryCredentialsContainer.stories.tsx +0 -44
  483. package/src/components/RecoveryCredentialsContainer.tsx +0 -73
  484. package/src/components/ResetDialog.stories.tsx +0 -53
  485. package/src/components/ResetDialog.tsx +0 -49
  486. package/src/events.ts +0 -15
  487. /package/dist/types/src/{components → containers/DevicesContainer}/DevicesContainer.d.ts +0 -0
  488. /package/dist/types/src/{components → containers/ProfileContainer}/ProfileContainer.d.ts +0 -0
@@ -1,695 +0,0 @@
1
- import {
2
- ClientAction
3
- } from "./chunk-RMHBOY3Y.mjs";
4
- import {
5
- CLIENT_PLUGIN
6
- } from "./chunk-GS3LDHYD.mjs";
7
-
8
- // src/components/DevicesContainer.tsx
9
- import { useSignals as _useSignals } from "@preact-signals/safe-react/tracking";
10
- import React, { useCallback, useEffect, useState } from "react";
11
- import { QR } from "react-qr-rounded";
12
- import { createIntent, useIntentDispatcher } from "@dxos/app-framework";
13
- import { log } from "@dxos/log";
14
- import { useClient, useMulticastObservable } from "@dxos/react-client";
15
- import { useDevices } from "@dxos/react-client/halo";
16
- import { Invitation, InvitationEncoder } from "@dxos/react-client/invitations";
17
- import { useNetworkStatus } from "@dxos/react-client/mesh";
18
- import { Button, Clipboard, IconButton, List, useId, useTranslation, Icon } from "@dxos/react-ui";
19
- import { ControlFrame, ControlFrameItem, ControlGroup, ControlItem, ControlPage, ControlSection } from "@dxos/react-ui-form";
20
- import { StackItem } from "@dxos/react-ui-stack";
21
- import { AuthCode, Centered, DeviceListItem, Emoji, Viewport } from "@dxos/shell/react";
22
- import { hexToEmoji } from "@dxos/util";
23
- var __dxlog_file = "/__w/dxos/dxos/packages/plugins/plugin-client/src/components/DevicesContainer.tsx";
24
- var DevicesContainer = ({ createInvitationUrl }) => {
25
- var _effect = _useSignals();
26
- try {
27
- const { t } = useTranslation("os");
28
- const { dispatchPromise: dispatch } = useIntentDispatcher();
29
- const devices = useDevices();
30
- const { swarm: connectionState } = useNetworkStatus();
31
- const handleResetStorage = useCallback(() => dispatch(createIntent(ClientAction.ResetStorage)), [
32
- dispatch
33
- ]);
34
- const handleRecover = useCallback(() => dispatch(createIntent(ClientAction.ResetStorage, {
35
- mode: "recover"
36
- })), [
37
- dispatch
38
- ]);
39
- const handleJoinNewIdentity = useCallback(() => dispatch(createIntent(ClientAction.ResetStorage, {
40
- mode: "join new identity"
41
- })), [
42
- dispatch
43
- ]);
44
- return /* @__PURE__ */ React.createElement(Clipboard.Provider, null, /* @__PURE__ */ React.createElement(StackItem.Content, {
45
- classNames: "block overflow-y-auto"
46
- }, /* @__PURE__ */ React.createElement(ControlPage, null, /* @__PURE__ */ React.createElement(ControlSection, {
47
- title: t("devices verbose label", {
48
- ns: CLIENT_PLUGIN
49
- }),
50
- description: t("devices description", {
51
- ns: CLIENT_PLUGIN
52
- })
53
- }, /* @__PURE__ */ React.createElement(ControlFrame, null, /* @__PURE__ */ React.createElement(ControlFrameItem, {
54
- title: t("devices label", {
55
- ns: CLIENT_PLUGIN
56
- })
57
- }, /* @__PURE__ */ React.createElement(List, null, devices.map((device) => {
58
- return /* @__PURE__ */ React.createElement(DeviceListItem, {
59
- key: device.deviceKey.toHex(),
60
- device,
61
- connectionState
62
- });
63
- }))), createInvitationUrl && /* @__PURE__ */ React.createElement(ControlFrameItem, {
64
- title: "Add device"
65
- }, /* @__PURE__ */ React.createElement(DeviceInvitation, {
66
- createInvitationUrl
67
- })))), /* @__PURE__ */ React.createElement(ControlSection, {
68
- title: t("danger zone title", {
69
- ns: CLIENT_PLUGIN
70
- }),
71
- description: t("danger zone description", {
72
- ns: CLIENT_PLUGIN
73
- })
74
- }, /* @__PURE__ */ React.createElement(ControlGroup, null, /* @__PURE__ */ React.createElement(ControlItem, {
75
- title: t("reset device label"),
76
- description: t("reset device description", {
77
- ns: CLIENT_PLUGIN
78
- })
79
- }, /* @__PURE__ */ React.createElement(Button, {
80
- variant: "destructive",
81
- onClick: handleResetStorage,
82
- "data-testid": "devicesContainer.reset"
83
- }, t("reset device label"))), /* @__PURE__ */ React.createElement(ControlItem, {
84
- title: t("recover identity label"),
85
- description: t("recover identity description", {
86
- ns: CLIENT_PLUGIN
87
- })
88
- }, /* @__PURE__ */ React.createElement(Button, {
89
- variant: "destructive",
90
- onClick: handleRecover,
91
- "data-testid": "devicesContainer.recover"
92
- }, t("recover identity label"))), /* @__PURE__ */ React.createElement(ControlItem, {
93
- title: t("join new identity label"),
94
- description: t("join new identity description", {
95
- ns: CLIENT_PLUGIN
96
- })
97
- }, /* @__PURE__ */ React.createElement(Button, {
98
- variant: "destructive",
99
- onClick: handleJoinNewIdentity,
100
- "data-testid": "devicesContainer.joinExisting"
101
- }, t("join new identity label"))))))));
102
- } finally {
103
- _effect.f();
104
- }
105
- };
106
- var DeviceInvitation = (props) => {
107
- var _effect = _useSignals();
108
- try {
109
- const client = useClient();
110
- const [invitation, setInvitation] = useState();
111
- const onInvitationCreate = useCallback(() => {
112
- const invitation2 = client.halo.share();
113
- if (client.config.values.runtime?.app?.env?.DX_ENVIRONMENT !== "production") {
114
- const subscription = invitation2.subscribe((invitation3) => {
115
- const invitationCode = InvitationEncoder.encode(invitation3);
116
- if (invitation3.state === Invitation.State.CONNECTING) {
117
- log.info(JSON.stringify({
118
- invitationCode,
119
- authCode: invitation3.authCode
120
- }), void 0, {
121
- F: __dxlog_file,
122
- L: 139,
123
- S: void 0,
124
- C: (f, a) => f(...a)
125
- });
126
- subscription.unsubscribe();
127
- }
128
- });
129
- }
130
- setInvitation(invitation2);
131
- }, [
132
- client
133
- ]);
134
- const onInvitationDone = useCallback(() => {
135
- setInvitation(void 0);
136
- }, []);
137
- if (invitation) {
138
- return /* @__PURE__ */ React.createElement(DeviceInvitationImpl, {
139
- ...props,
140
- invitation,
141
- onInvitationCreate,
142
- onInvitationDone
143
- });
144
- } else {
145
- return /* @__PURE__ */ React.createElement(InvitationSection, {
146
- ...props,
147
- onInvitationCreate,
148
- onInvitationDone
149
- });
150
- }
151
- } finally {
152
- _effect.f();
153
- }
154
- };
155
- var DeviceInvitationImpl = ({ invitation: invitationObservable, createInvitationUrl, onInvitationDone, onInvitationCreate }) => {
156
- var _effect = _useSignals();
157
- try {
158
- const invitation = useMulticastObservable(invitationObservable);
159
- const url = createInvitationUrl(InvitationEncoder.encode(invitation));
160
- useEffect(() => {
161
- if (invitation.state >= Invitation.State.SUCCESS) {
162
- onInvitationDone();
163
- }
164
- }, [
165
- invitation.state
166
- ]);
167
- return /* @__PURE__ */ React.createElement(InvitationSection, {
168
- ...invitation,
169
- url,
170
- onInvitationDone,
171
- onInvitationCreate
172
- });
173
- } finally {
174
- _effect.f();
175
- }
176
- };
177
- var InvitationSection = ({ state = -1, authCode, invitationId = "never", url = "never", onInvitationDone = () => {
178
- }, onInvitationCreate = () => {
179
- } }) => {
180
- var _effect = _useSignals();
181
- try {
182
- const { t } = useTranslation(CLIENT_PLUGIN);
183
- const activeView = state < 0 ? "init" : state >= Invitation.State.CANCELLED ? "complete" : state >= Invitation.State.READY_FOR_AUTHENTICATION && authCode ? "auth-code" : "qr-code";
184
- return activeView === "init" ? /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement("p", {
185
- className: "text-description mbe-2"
186
- }, t("add device description")), /* @__PURE__ */ React.createElement(IconButton, {
187
- icon: "ph--plus--regular",
188
- label: t("create device invitation label"),
189
- disabled: state >= 0,
190
- classNames: "is-full",
191
- "data-testid": "devicesContainer.createInvitation",
192
- onClick: onInvitationCreate
193
- })) : /* @__PURE__ */ React.createElement(Viewport.Root, {
194
- activeView
195
- }, /* @__PURE__ */ React.createElement(Viewport.Views, null, /* @__PURE__ */ React.createElement(Viewport.View, {
196
- id: "init"
197
- }), /* @__PURE__ */ React.createElement(Viewport.View, {
198
- id: "complete"
199
- }, /* @__PURE__ */ React.createElement(InvitationComplete, {
200
- statusValue: state
201
- })), /* @__PURE__ */ React.createElement(Viewport.View, {
202
- id: "auth-code"
203
- }, /* @__PURE__ */ React.createElement(InvitationAuthCode, {
204
- id: invitationId,
205
- code: authCode ?? "never",
206
- onCancel: onInvitationDone
207
- })), /* @__PURE__ */ React.createElement(Viewport.View, {
208
- id: "qr-code"
209
- }, /* @__PURE__ */ React.createElement(InvitationQR, {
210
- id: invitationId,
211
- url,
212
- onCancel: onInvitationDone
213
- }))));
214
- } finally {
215
- _effect.f();
216
- }
217
- };
218
- var InvitationQR = ({ id, url, onCancel }) => {
219
- var _effect = _useSignals();
220
- try {
221
- const { t } = useTranslation("os");
222
- const qrLabel = useId("devices-container__qr-code");
223
- const emoji = hexToEmoji(id);
224
- return /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement("p", {
225
- className: "text-description"
226
- }, t("qr code description", {
227
- ns: CLIENT_PLUGIN
228
- })), /* @__PURE__ */ React.createElement("div", {
229
- role: "group",
230
- className: "grid grid-cols-[1fr_min-content] mlb-2 gap-2"
231
- }, /* @__PURE__ */ React.createElement("div", {
232
- role: "none",
233
- className: "is-full aspect-square relative text-description"
234
- }, /* @__PURE__ */ React.createElement(QR, {
235
- rounding: 100,
236
- backgroundColor: "transparent",
237
- color: "currentColor",
238
- "aria-labelledby": qrLabel,
239
- errorCorrectionLevel: "Q",
240
- cutout: true
241
- }, url ?? "never"), /* @__PURE__ */ React.createElement(Centered, null, /* @__PURE__ */ React.createElement(Emoji, {
242
- text: emoji
243
- }))), /* @__PURE__ */ React.createElement("span", {
244
- id: qrLabel,
245
- className: "sr-only"
246
- }, t("qr label"))), /* @__PURE__ */ React.createElement("div", {
247
- className: "flex justify-center"
248
- }, /* @__PURE__ */ React.createElement("div", {
249
- className: "flex gap-2"
250
- }, /* @__PURE__ */ React.createElement(Clipboard.Button, {
251
- value: url ?? "never"
252
- }), /* @__PURE__ */ React.createElement(Button, {
253
- variant: "ghost",
254
- onClick: onCancel
255
- }, t("cancel label")))));
256
- } finally {
257
- _effect.f();
258
- }
259
- };
260
- var InvitationAuthCode = ({ id, code, onCancel }) => {
261
- var _effect = _useSignals();
262
- try {
263
- const { t } = useTranslation("os");
264
- const emoji = hexToEmoji(id);
265
- return /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement("p", {
266
- className: "text-description"
267
- }, t("auth other device emoji message")), emoji && /* @__PURE__ */ React.createElement(Emoji, {
268
- text: emoji,
269
- className: "mli-auto mlb-2 text-center"
270
- }), /* @__PURE__ */ React.createElement("p", {
271
- className: "text-description"
272
- }, t("auth code message")), /* @__PURE__ */ React.createElement(AuthCode, {
273
- code,
274
- large: true,
275
- classNames: "mli-auto mlb-2 text-center grow"
276
- }), /* @__PURE__ */ React.createElement(Button, {
277
- variant: "ghost",
278
- onClick: onCancel
279
- }, t("cancel label")));
280
- } finally {
281
- _effect.f();
282
- }
283
- };
284
- var InvitationComplete = ({ statusValue }) => {
285
- var _effect = _useSignals();
286
- try {
287
- return statusValue > 0 ? /* @__PURE__ */ React.createElement(Icon, {
288
- icon: "ph--check--regular",
289
- size: 6,
290
- classNames: "m-1.5"
291
- }) : /* @__PURE__ */ React.createElement(Icon, {
292
- icon: "ph--x--regular",
293
- size: 6,
294
- classNames: "m-1.5"
295
- });
296
- } finally {
297
- _effect.f();
298
- }
299
- };
300
-
301
- // src/components/JoinDialog.tsx
302
- import { useSignals as _useSignals2 } from "@preact-signals/safe-react/tracking";
303
- import React2, { useCallback as useCallback2 } from "react";
304
- import { createIntent as createIntent2, LayoutAction, useIntentDispatcher as useIntentDispatcher2 } from "@dxos/app-framework";
305
- import { ObservabilityAction } from "@dxos/plugin-observability/types";
306
- import { Dialog, useTranslation as useTranslation2 } from "@dxos/react-ui";
307
- import { JoinPanel } from "@dxos/shell/react";
308
- var JOIN_DIALOG = `${CLIENT_PLUGIN}/JoinDialog`;
309
- var JoinDialog = (props) => {
310
- var _effect = _useSignals2();
311
- try {
312
- const { dispatchPromise: dispatch } = useIntentDispatcher2();
313
- const { t } = useTranslation2(CLIENT_PLUGIN);
314
- const handleCancelResetStorage = useCallback2(() => dispatch(createIntent2(ClientAction.ShareIdentity)), [
315
- dispatch
316
- ]);
317
- const handleDone = useCallback2(async (result) => {
318
- if (result?.identityKey) {
319
- await Promise.all([
320
- dispatch(createIntent2(LayoutAction.UpdateDialog, {
321
- part: "dialog",
322
- options: {
323
- state: false
324
- }
325
- })),
326
- dispatch(createIntent2(ObservabilityAction.SendEvent, {
327
- name: props.initialDisposition === "recover-identity" ? "identity.recover" : "identity.join"
328
- }))
329
- ]);
330
- }
331
- }, [
332
- dispatch
333
- ]);
334
- return /* @__PURE__ */ React2.createElement(Dialog.Content, null, /* @__PURE__ */ React2.createElement(Dialog.Title, {
335
- classNames: "sr-only"
336
- }, t("join space label", {
337
- ns: "os"
338
- })), /* @__PURE__ */ React2.createElement(JoinPanel, {
339
- mode: "halo-only",
340
- ...props,
341
- exitActionParent: /* @__PURE__ */ React2.createElement(Dialog.Close, {
342
- asChild: true
343
- }),
344
- doneActionParent: /* @__PURE__ */ React2.createElement(Dialog.Close, {
345
- asChild: true
346
- }),
347
- onCancelResetStorage: handleCancelResetStorage,
348
- onDone: handleDone
349
- }));
350
- } finally {
351
- _effect.f();
352
- }
353
- };
354
-
355
- // src/components/ProfileContainer.tsx
356
- import { useSignals as _useSignals3 } from "@preact-signals/safe-react/tracking";
357
- import { Schema } from "effect";
358
- import React3, { useCallback as useCallback3, useMemo, useState as useState2 } from "react";
359
- import { debounce } from "@dxos/async";
360
- import { useClient as useClient2 } from "@dxos/react-client";
361
- import { useIdentity } from "@dxos/react-client/halo";
362
- import { ButtonGroup, Clipboard as Clipboard2, Input, useTranslation as useTranslation3 } from "@dxos/react-ui";
363
- import { Form, ControlItem as ControlItem2, ControlItemInput, ControlSection as ControlSection2, ControlPage as ControlPage2 } from "@dxos/react-ui-form";
364
- import { EmojiPickerBlock, HuePicker } from "@dxos/react-ui-pickers";
365
- import { StackItem as StackItem2 } from "@dxos/react-ui-stack";
366
- import { hexToHue, hexToEmoji as hexToEmoji2 } from "@dxos/util";
367
- var getDefaultHueValue = (identity) => hexToHue(identity?.identityKey.toHex() ?? "0");
368
- var getDefaultEmojiValue = (identity) => hexToEmoji2(identity?.identityKey.toHex() ?? "0");
369
- var getHueValue = (identity) => identity?.profile?.data?.hue || getDefaultHueValue(identity);
370
- var getEmojiValue = (identity) => identity?.profile?.data?.emoji || getDefaultEmojiValue(identity);
371
- var ProfileContainer = () => {
372
- var _effect = _useSignals3();
373
- try {
374
- const { t } = useTranslation3(CLIENT_PLUGIN);
375
- const client = useClient2();
376
- const identity = useIdentity();
377
- const [displayName, setDisplayNameDirectly] = useState2(identity?.profile?.displayName ?? "");
378
- const [emoji, setEmojiDirectly] = useState2(getEmojiValue(identity));
379
- const [hue, setHueDirectly] = useState2(getHueValue(identity));
380
- const updateProfile = useMemo(() => debounce((profile) => client.halo.updateProfile({
381
- displayName: profile.displayName,
382
- data: {
383
- emoji: profile.emoji,
384
- hue: profile.hue
385
- }
386
- }), 2e3), []);
387
- const handleSave = useCallback3((profile) => {
388
- setDisplayNameDirectly(profile.displayName);
389
- setEmojiDirectly(profile.emoji);
390
- setHueDirectly(profile.hue);
391
- void updateProfile(profile);
392
- }, [
393
- identity
394
- ]);
395
- const values = useMemo(() => ({
396
- displayName,
397
- emoji,
398
- hue,
399
- did: identity?.did
400
- }), [
401
- identity,
402
- displayName,
403
- emoji,
404
- hue
405
- ]);
406
- const customElements = useMemo(() => ({
407
- displayName: ({ type, label, getValue, onValueChange }) => {
408
- const handleChange = useCallback3(({ target: { value } }) => onValueChange(type, value), [
409
- onValueChange,
410
- type
411
- ]);
412
- return /* @__PURE__ */ React3.createElement(ControlItemInput, {
413
- title: label,
414
- description: t("display name description")
415
- }, /* @__PURE__ */ React3.createElement(Input.TextInput, {
416
- value: getValue(),
417
- onChange: handleChange,
418
- placeholder: t("display name input placeholder"),
419
- classNames: "min-is-64"
420
- }));
421
- },
422
- emoji: ({ type, label, getValue, onValueChange }) => {
423
- const handleChange = useCallback3((nextEmoji) => onValueChange(type, nextEmoji), [
424
- onValueChange,
425
- type
426
- ]);
427
- const handleEmojiReset = useCallback3(() => onValueChange(type, getDefaultEmojiValue(identity)), [
428
- onValueChange,
429
- type
430
- ]);
431
- return /* @__PURE__ */ React3.createElement(ControlItem2, {
432
- title: label,
433
- description: t("icon description")
434
- }, /* @__PURE__ */ React3.createElement(EmojiPickerBlock, {
435
- triggerVariant: "default",
436
- emoji: getValue(),
437
- onChangeEmoji: handleChange,
438
- onClickClear: handleEmojiReset,
439
- classNames: "justify-self-end"
440
- }));
441
- },
442
- hue: ({ type, label, getValue, onValueChange }) => {
443
- const handleChange = useCallback3((nextHue) => onValueChange(type, nextHue), [
444
- onValueChange,
445
- type
446
- ]);
447
- const handleHueReset = useCallback3(() => onValueChange(type, getDefaultHueValue(identity)), [
448
- onValueChange,
449
- type
450
- ]);
451
- return /* @__PURE__ */ React3.createElement(ControlItem2, {
452
- title: label,
453
- description: t("hue description")
454
- }, /* @__PURE__ */ React3.createElement(HuePicker, {
455
- value: getValue(),
456
- onChange: handleChange,
457
- onReset: handleHueReset,
458
- classNames: "[--hue-preview-size:1.5rem] justify-self-end"
459
- }));
460
- },
461
- // TODO(wittjosiah): We need text input annotations for disabled and copyable.
462
- did: ({ label, getValue }) => {
463
- return /* @__PURE__ */ React3.createElement(ControlItemInput, {
464
- title: label,
465
- description: t("did description")
466
- }, /* @__PURE__ */ React3.createElement(ButtonGroup, null, /* @__PURE__ */ React3.createElement(Input.TextInput, {
467
- value: getValue(),
468
- disabled: true,
469
- classNames: "min-is-64"
470
- }), /* @__PURE__ */ React3.createElement(Clipboard2.IconButton, {
471
- value: getValue() ?? ""
472
- })));
473
- }
474
- }), [
475
- t
476
- ]);
477
- return /* @__PURE__ */ React3.createElement(StackItem2.Content, {
478
- classNames: "block overflow-y-auto"
479
- }, /* @__PURE__ */ React3.createElement(ControlPage2, null, /* @__PURE__ */ React3.createElement(Clipboard2.Provider, null, /* @__PURE__ */ React3.createElement(ControlSection2, {
480
- title: t("profile label"),
481
- description: t("profile description")
482
- }, /* @__PURE__ */ React3.createElement(Form, {
483
- schema: ProfileSchema,
484
- values,
485
- autoSave: true,
486
- onSave: handleSave,
487
- Custom: customElements,
488
- classNames: "container-max-width grid grid-cols-1 md:grid-cols-[1fr_min-content] gap-4",
489
- outerSpacing: false
490
- })))));
491
- } finally {
492
- _effect.f();
493
- }
494
- };
495
- var ProfileSchema = Schema.Struct({
496
- displayName: Schema.String.annotations({
497
- title: "Display name"
498
- }),
499
- emoji: Schema.String.annotations({
500
- title: "Avatar"
501
- }),
502
- hue: Schema.String.annotations({
503
- title: "Color"
504
- }),
505
- did: Schema.String.annotations({
506
- title: "DID"
507
- })
508
- });
509
-
510
- // src/components/RecoveryCodeDialog.tsx
511
- import { useSignals as _useSignals4 } from "@preact-signals/safe-react/tracking";
512
- import React4, { useCallback as useCallback4, useState as useState3 } from "react";
513
- import { AlertDialog, Button as Button2, Clipboard as Clipboard3, Input as Input2, useTranslation as useTranslation4 } from "@dxos/react-ui";
514
- var RECOVERY_CODE_DIALOG = `${CLIENT_PLUGIN}/RecoveryCodeDialog`;
515
- var RecoveryCodeDialog = ({ code }) => {
516
- var _effect = _useSignals4();
517
- try {
518
- const { t } = useTranslation4(CLIENT_PLUGIN);
519
- const [confirmation, setConfirmation] = useState3(false);
520
- const handleConfirmation = useCallback4((checked) => setConfirmation(checked), []);
521
- return /* @__PURE__ */ React4.createElement(AlertDialog.Content, {
522
- classNames: "bs-content min-bs-[15rem] max-bs-full md:max-is-[40rem] overflow-hidden"
523
- }, /* @__PURE__ */ React4.createElement(AlertDialog.Title, null, t("recovery code dialog title")), /* @__PURE__ */ React4.createElement("p", {
524
- className: "py-4"
525
- }, t("recovery code dialog description")), /* @__PURE__ */ React4.createElement(Clipboard3.Provider, null, /* @__PURE__ */ React4.createElement(Code, {
526
- code
527
- })), /* @__PURE__ */ React4.createElement("div", {
528
- className: "flex flex-col py-4 gap-2"
529
- }, /* @__PURE__ */ React4.createElement("p", null, t("recovery code dialog warning 1")), /* @__PURE__ */ React4.createElement("p", null, t("recovery code dialog warning 2"))), /* @__PURE__ */ React4.createElement("div", {
530
- className: "flex items-center gap-2 pbe-4"
531
- }, /* @__PURE__ */ React4.createElement(Input2.Root, null, /* @__PURE__ */ React4.createElement(Input2.Checkbox, {
532
- "data-testid": "recoveryCode.confirm",
533
- checked: confirmation,
534
- onCheckedChange: handleConfirmation
535
- }), /* @__PURE__ */ React4.createElement(Input2.Label, null, t("recovery code confirmation label")))), /* @__PURE__ */ React4.createElement("div", {
536
- className: "flex justify-end"
537
- }, /* @__PURE__ */ React4.createElement(AlertDialog.Action, {
538
- asChild: true
539
- }, /* @__PURE__ */ React4.createElement(Button2, {
540
- "data-testid": "recoveryCode.continue",
541
- variant: "primary",
542
- disabled: !confirmation
543
- }, t("continue label")))));
544
- } finally {
545
- _effect.f();
546
- }
547
- };
548
- var Code = ({ code }) => {
549
- var _effect = _useSignals4();
550
- try {
551
- const words = code.split(" ");
552
- return /* @__PURE__ */ React4.createElement("div", {
553
- className: "relative p-2 border border-separator rounded group"
554
- }, /* @__PURE__ */ React4.createElement(Clipboard3.IconButton, {
555
- value: code,
556
- classNames: "absolute top-2 right-2 invisible group-hover:visible"
557
- }), /* @__PURE__ */ React4.createElement("div", {
558
- className: "grid grid-cols-4"
559
- }, words.map((word, i) => /* @__PURE__ */ React4.createElement("div", {
560
- key: i,
561
- className: "flex items-center p-2 gap-2"
562
- }, /* @__PURE__ */ React4.createElement("div", {
563
- className: "w-4 text-xs text-center text-subdued"
564
- }, i + 1), /* @__PURE__ */ React4.createElement("div", {
565
- className: "text-sm"
566
- }, word)))));
567
- } finally {
568
- _effect.f();
569
- }
570
- };
571
-
572
- // src/components/RecoveryCredentialsContainer.tsx
573
- import { useSignals as _useSignals5 } from "@preact-signals/safe-react/tracking";
574
- import React5 from "react";
575
- import { createIntent as createIntent3, useIntentDispatcher as useIntentDispatcher3 } from "@dxos/app-framework";
576
- import { useCredentials } from "@dxos/react-client/halo";
577
- import { Icon as Icon2, IconButton as IconButton2, List as List2, ListItem, useTranslation as useTranslation5, Message } from "@dxos/react-ui";
578
- import { ControlGroup as ControlGroup2, ControlItem as ControlItem3, ControlPage as ControlPage3, ControlSection as ControlSection3 } from "@dxos/react-ui-form";
579
- import { StackItem as StackItem3 } from "@dxos/react-ui-stack";
580
- var MANAGE_CREDENTIALS_DIALOG = `${CLIENT_PLUGIN}/ManageCredentialsDialog`;
581
- var RecoveryCredentialsContainer = () => {
582
- var _effect = _useSignals5();
583
- try {
584
- const { t } = useTranslation5(CLIENT_PLUGIN);
585
- const { dispatchPromise: dispatch } = useIntentDispatcher3();
586
- const credentials = useCredentials();
587
- const recoveryCredentials = credentials.filter((credential) => credential.subject.assertion["@type"] === "dxos.halo.credentials.IdentityRecovery");
588
- return /* @__PURE__ */ React5.createElement(StackItem3.Content, {
589
- classNames: "block overflow-y-auto"
590
- }, /* @__PURE__ */ React5.createElement(ControlPage3, null, /* @__PURE__ */ React5.createElement(ControlSection3, {
591
- title: t("recovery setup dialog title"),
592
- description: t("recovery setup dialog description")
593
- }, /* @__PURE__ */ React5.createElement(ControlGroup2, null, /* @__PURE__ */ React5.createElement(ControlItem3, {
594
- title: t("create passkey label"),
595
- description: t("create passkey description")
596
- }, /* @__PURE__ */ React5.createElement(IconButton2, {
597
- label: t("create passkey label"),
598
- icon: "ph--key--duotone",
599
- variant: "primary",
600
- size: 5,
601
- onClick: () => dispatch(createIntent3(ClientAction.CreatePasskey))
602
- })), /* @__PURE__ */ React5.createElement(ControlItem3, {
603
- title: t("create recovery code label"),
604
- description: t("create recovery code description")
605
- }, /* @__PURE__ */ React5.createElement(IconButton2, {
606
- label: t("create recovery code label"),
607
- icon: "ph--receipt--duotone",
608
- variant: "default",
609
- size: 5,
610
- onClick: () => dispatch(createIntent3(ClientAction.CreateRecoveryCode))
611
- })))), /* @__PURE__ */ React5.createElement(ControlSection3, {
612
- title: t("credentials list label")
613
- }, recoveryCredentials.length < 1 ? /* @__PURE__ */ React5.createElement(Message.Root, {
614
- valence: "error",
615
- classNames: "container-max-width"
616
- }, /* @__PURE__ */ React5.createElement(Message.Title, {
617
- icon: "ph--shield-warning--duotone"
618
- }, t("no credentials title")), /* @__PURE__ */ React5.createElement(Message.Content, null, t("no credentials message"))) : /* @__PURE__ */ React5.createElement(List2, {
619
- classNames: "container-max-width pli-2"
620
- }, recoveryCredentials.map((credential) => /* @__PURE__ */ React5.createElement(ListItem.Root, {
621
- key: credential.id?.toHex()
622
- }, /* @__PURE__ */ React5.createElement(ListItem.Endcap, null, /* @__PURE__ */ React5.createElement(Icon2, {
623
- icon: "ph--key--regular",
624
- size: 5
625
- })), /* @__PURE__ */ React5.createElement(ListItem.Heading, null, credential.issuanceDate.toLocaleString())))))));
626
- } finally {
627
- _effect.f();
628
- }
629
- };
630
-
631
- // src/components/ResetDialog.tsx
632
- import { useSignals as _useSignals6 } from "@preact-signals/safe-react/tracking";
633
- import React6, { useCallback as useCallback5 } from "react";
634
- import { createIntent as createIntent4, LayoutAction as LayoutAction2, useIntentDispatcher as useIntentDispatcher4 } from "@dxos/app-framework";
635
- import { useClient as useClient3 } from "@dxos/react-client";
636
- import { Dialog as Dialog2, useTranslation as useTranslation6 } from "@dxos/react-ui";
637
- import { ConfirmReset } from "@dxos/shell/react";
638
- var RESET_DIALOG = `${CLIENT_PLUGIN}/ResetDialog`;
639
- var ResetDialog = ({ mode, onReset }) => {
640
- var _effect = _useSignals6();
641
- try {
642
- const { t } = useTranslation6(CLIENT_PLUGIN);
643
- const { dispatchPromise: dispatch } = useIntentDispatcher4();
644
- const client = useClient3();
645
- const handleReset = useCallback5(async () => {
646
- await client.reset();
647
- const target = mode === "join new identity" ? "deviceInvitation" : mode === "recover" ? "recoverIdentity" : void 0;
648
- await onReset?.({
649
- target
650
- });
651
- }, [
652
- dispatch,
653
- client,
654
- mode,
655
- onReset
656
- ]);
657
- const handleCancel = useCallback5(() => {
658
- void dispatch(createIntent4(LayoutAction2.UpdateDialog, {
659
- part: "dialog",
660
- options: {
661
- state: false
662
- }
663
- }));
664
- }, [
665
- dispatch
666
- ]);
667
- return /* @__PURE__ */ React6.createElement(Dialog2.Content, {
668
- classNames: "bs-content min-bs-[15rem] max-bs-full md:max-is-[40rem] overflow-hidden"
669
- }, /* @__PURE__ */ React6.createElement(Dialog2.Title, {
670
- classNames: "sr-only"
671
- }, t("reset dialog title")), /* @__PURE__ */ React6.createElement(Dialog2.Description, {
672
- classNames: "sr-only"
673
- }, t("reset dialog description")), /* @__PURE__ */ React6.createElement(ConfirmReset, {
674
- active: true,
675
- mode,
676
- onConfirm: handleReset,
677
- onCancel: handleCancel
678
- }));
679
- } finally {
680
- _effect.f();
681
- }
682
- };
683
-
684
- export {
685
- DevicesContainer,
686
- JOIN_DIALOG,
687
- JoinDialog,
688
- ProfileContainer,
689
- RECOVERY_CODE_DIALOG,
690
- RecoveryCodeDialog,
691
- RecoveryCredentialsContainer,
692
- RESET_DIALOG,
693
- ResetDialog
694
- };
695
- //# sourceMappingURL=chunk-SV3MHIKI.mjs.map