@dxos/react-client 2.33.5-dev.ea3876ba → 2.33.5-dev.fee8f5fe

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 (91) hide show
  1. package/.rush/temp/package-deps_build.json +14 -14
  2. package/.rush/temp/{package-deps_build:test.json → package-deps_build_test.json} +14 -14
  3. package/.rush/temp/shrinkwrap-deps.json +101 -69
  4. package/dist/src/banner.d.ts +1 -1
  5. package/dist/src/banner.d.ts.map +1 -1
  6. package/dist/src/banner.js +2 -2
  7. package/dist/src/banner.js.map +1 -1
  8. package/dist/src/containers/BotFactoryClientProvider.js +5 -1
  9. package/dist/src/containers/BotFactoryClientProvider.js.map +1 -1
  10. package/dist/src/containers/ClientProvider.js +5 -1
  11. package/dist/src/containers/ClientProvider.js.map +1 -1
  12. package/dist/src/containers/index.js +5 -1
  13. package/dist/src/containers/index.js.map +1 -1
  14. package/dist/src/hooks/bot-factory/index.js +5 -1
  15. package/dist/src/hooks/bot-factory/index.js.map +1 -1
  16. package/dist/src/hooks/client/index.js +5 -1
  17. package/dist/src/hooks/client/index.js.map +1 -1
  18. package/dist/src/hooks/client/useProfile.d.ts.map +1 -1
  19. package/dist/src/hooks/client/useProfile.js +1 -3
  20. package/dist/src/hooks/client/useProfile.js.map +1 -1
  21. package/dist/src/hooks/echo-queries/index.js +5 -1
  22. package/dist/src/hooks/echo-queries/index.js.map +1 -1
  23. package/dist/src/hooks/echo-queries/useParties.d.ts +1 -1
  24. package/dist/src/hooks/echo-queries/useParties.d.ts.map +1 -1
  25. package/dist/src/hooks/echo-selections/index.js +5 -1
  26. package/dist/src/hooks/echo-selections/index.js.map +1 -1
  27. package/dist/src/hooks/echo-selections/useSelection.js +1 -3
  28. package/dist/src/hooks/echo-selections/useSelection.js.map +1 -1
  29. package/dist/src/hooks/echo-selections/useSelection.test.js +3 -5
  30. package/dist/src/hooks/echo-selections/useSelection.test.js.map +1 -1
  31. package/dist/src/hooks/index.js +5 -1
  32. package/dist/src/hooks/index.js.map +1 -1
  33. package/dist/src/hooks/invitations/index.js +5 -1
  34. package/dist/src/hooks/invitations/index.js.map +1 -1
  35. package/dist/src/hooks/invitations/useHaloInvitations.d.ts.map +1 -1
  36. package/dist/src/hooks/invitations/useHaloInvitations.js +1 -3
  37. package/dist/src/hooks/invitations/useHaloInvitations.js.map +1 -1
  38. package/dist/src/hooks/invitations/usePartyInvitations.d.ts +1 -1
  39. package/dist/src/hooks/invitations/usePartyInvitations.d.ts.map +1 -1
  40. package/dist/src/hooks/invitations/usePartyInvitations.js +1 -2
  41. package/dist/src/hooks/invitations/usePartyInvitations.js.map +1 -1
  42. package/dist/src/hooks/util/index.js +5 -1
  43. package/dist/src/hooks/util/index.js.map +1 -1
  44. package/dist/src/hooks/util/useResultSet.d.ts +1 -1
  45. package/dist/src/hooks/util/useResultSet.d.ts.map +1 -1
  46. package/dist/src/hooks/util/useResultSet.js +4 -6
  47. package/dist/src/hooks/util/useResultSet.js.map +1 -1
  48. package/dist/src/hooks/wns/index.js +5 -1
  49. package/dist/src/hooks/wns/index.js.map +1 -1
  50. package/dist/src/hooks/wns/registry.d.ts.map +1 -1
  51. package/dist/src/hooks/wns/registry.js +1 -3
  52. package/dist/src/hooks/wns/registry.js.map +1 -1
  53. package/dist/src/index.js +5 -1
  54. package/dist/src/index.js.map +1 -1
  55. package/dist/stories/client.stories.d.ts.map +1 -1
  56. package/dist/stories/client.stories.js +9 -9
  57. package/dist/stories/client.stories.js.map +1 -1
  58. package/dist/stories/halo-invitations.stories.js +5 -1
  59. package/dist/stories/halo-invitations.stories.js.map +1 -1
  60. package/dist/stories/halo-recovery.stories.d.ts.map +1 -1
  61. package/dist/stories/halo-recovery.stories.js +11 -9
  62. package/dist/stories/halo-recovery.stories.js.map +1 -1
  63. package/dist/stories/helpers/ContactsSelector.d.ts.map +1 -1
  64. package/dist/stories/helpers/ContactsSelector.js +5 -7
  65. package/dist/stories/helpers/ContactsSelector.js.map +1 -1
  66. package/dist/stories/helpers/JsonPanel.d.ts.map +1 -1
  67. package/dist/stories/helpers/JsonPanel.js +7 -9
  68. package/dist/stories/helpers/JsonPanel.js.map +1 -1
  69. package/dist/stories/helpers/PartyJoinPanel.js +5 -1
  70. package/dist/stories/helpers/PartyJoinPanel.js.map +1 -1
  71. package/dist/stories/helpers/index.js +5 -1
  72. package/dist/stories/helpers/index.js.map +1 -1
  73. package/dist/stories/party-invitations.stories.js +5 -1
  74. package/dist/stories/party-invitations.stories.js.map +1 -1
  75. package/dist/tsconfig.tsbuildinfo +1 -1
  76. package/out/book/esbuild-server-book.js +35784 -13058
  77. package/package.json +22 -22
  78. package/react-client.build.log +21 -0
  79. package/src/banner.ts +2 -2
  80. package/src/hooks/client/useProfile.ts +1 -3
  81. package/src/hooks/echo-selections/useSelection.test.tsx +3 -5
  82. package/src/hooks/echo-selections/useSelection.ts +1 -5
  83. package/src/hooks/invitations/useHaloInvitations.ts +1 -3
  84. package/src/hooks/util/useResultSet.ts +4 -6
  85. package/src/hooks/wns/registry.ts +1 -3
  86. package/stories/client.stories.tsx +6 -10
  87. package/stories/halo-recovery.stories.tsx +3 -5
  88. package/stories/helpers/ContactsSelector.tsx +3 -5
  89. package/stories/helpers/JsonPanel.tsx +3 -5
  90. package/tsconfig.json +10 -10
  91. package/.rush/temp/package-deps_prerelease.json +0 -60

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.