@dxos/plugin-client 0.8.4-main.9735255 → 0.8.4-main.9be5663bfe

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