@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.
- package/.rush/temp/package-deps_build.json +14 -14
- package/.rush/temp/{package-deps_build:test.json → package-deps_build_test.json} +14 -14
- package/.rush/temp/shrinkwrap-deps.json +101 -69
- package/dist/src/banner.d.ts +1 -1
- package/dist/src/banner.d.ts.map +1 -1
- package/dist/src/banner.js +2 -2
- package/dist/src/banner.js.map +1 -1
- package/dist/src/containers/BotFactoryClientProvider.js +5 -1
- package/dist/src/containers/BotFactoryClientProvider.js.map +1 -1
- package/dist/src/containers/ClientProvider.js +5 -1
- package/dist/src/containers/ClientProvider.js.map +1 -1
- package/dist/src/containers/index.js +5 -1
- package/dist/src/containers/index.js.map +1 -1
- package/dist/src/hooks/bot-factory/index.js +5 -1
- package/dist/src/hooks/bot-factory/index.js.map +1 -1
- package/dist/src/hooks/client/index.js +5 -1
- package/dist/src/hooks/client/index.js.map +1 -1
- package/dist/src/hooks/client/useProfile.d.ts.map +1 -1
- package/dist/src/hooks/client/useProfile.js +1 -3
- package/dist/src/hooks/client/useProfile.js.map +1 -1
- package/dist/src/hooks/echo-queries/index.js +5 -1
- package/dist/src/hooks/echo-queries/index.js.map +1 -1
- package/dist/src/hooks/echo-queries/useParties.d.ts +1 -1
- package/dist/src/hooks/echo-queries/useParties.d.ts.map +1 -1
- package/dist/src/hooks/echo-selections/index.js +5 -1
- package/dist/src/hooks/echo-selections/index.js.map +1 -1
- package/dist/src/hooks/echo-selections/useSelection.js +1 -3
- package/dist/src/hooks/echo-selections/useSelection.js.map +1 -1
- package/dist/src/hooks/echo-selections/useSelection.test.js +3 -5
- package/dist/src/hooks/echo-selections/useSelection.test.js.map +1 -1
- package/dist/src/hooks/index.js +5 -1
- package/dist/src/hooks/index.js.map +1 -1
- package/dist/src/hooks/invitations/index.js +5 -1
- package/dist/src/hooks/invitations/index.js.map +1 -1
- package/dist/src/hooks/invitations/useHaloInvitations.d.ts.map +1 -1
- package/dist/src/hooks/invitations/useHaloInvitations.js +1 -3
- package/dist/src/hooks/invitations/useHaloInvitations.js.map +1 -1
- package/dist/src/hooks/invitations/usePartyInvitations.d.ts +1 -1
- package/dist/src/hooks/invitations/usePartyInvitations.d.ts.map +1 -1
- package/dist/src/hooks/invitations/usePartyInvitations.js +1 -2
- package/dist/src/hooks/invitations/usePartyInvitations.js.map +1 -1
- package/dist/src/hooks/util/index.js +5 -1
- package/dist/src/hooks/util/index.js.map +1 -1
- package/dist/src/hooks/util/useResultSet.d.ts +1 -1
- package/dist/src/hooks/util/useResultSet.d.ts.map +1 -1
- package/dist/src/hooks/util/useResultSet.js +4 -6
- package/dist/src/hooks/util/useResultSet.js.map +1 -1
- package/dist/src/hooks/wns/index.js +5 -1
- package/dist/src/hooks/wns/index.js.map +1 -1
- package/dist/src/hooks/wns/registry.d.ts.map +1 -1
- package/dist/src/hooks/wns/registry.js +1 -3
- package/dist/src/hooks/wns/registry.js.map +1 -1
- package/dist/src/index.js +5 -1
- package/dist/src/index.js.map +1 -1
- package/dist/stories/client.stories.d.ts.map +1 -1
- package/dist/stories/client.stories.js +9 -9
- package/dist/stories/client.stories.js.map +1 -1
- package/dist/stories/halo-invitations.stories.js +5 -1
- package/dist/stories/halo-invitations.stories.js.map +1 -1
- package/dist/stories/halo-recovery.stories.d.ts.map +1 -1
- package/dist/stories/halo-recovery.stories.js +11 -9
- package/dist/stories/halo-recovery.stories.js.map +1 -1
- package/dist/stories/helpers/ContactsSelector.d.ts.map +1 -1
- package/dist/stories/helpers/ContactsSelector.js +5 -7
- package/dist/stories/helpers/ContactsSelector.js.map +1 -1
- package/dist/stories/helpers/JsonPanel.d.ts.map +1 -1
- package/dist/stories/helpers/JsonPanel.js +7 -9
- package/dist/stories/helpers/JsonPanel.js.map +1 -1
- package/dist/stories/helpers/PartyJoinPanel.js +5 -1
- package/dist/stories/helpers/PartyJoinPanel.js.map +1 -1
- package/dist/stories/helpers/index.js +5 -1
- package/dist/stories/helpers/index.js.map +1 -1
- package/dist/stories/party-invitations.stories.js +5 -1
- package/dist/stories/party-invitations.stories.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/out/book/esbuild-server-book.js +35784 -13058
- package/package.json +22 -22
- package/react-client.build.log +21 -0
- package/src/banner.ts +2 -2
- package/src/hooks/client/useProfile.ts +1 -3
- package/src/hooks/echo-selections/useSelection.test.tsx +3 -5
- package/src/hooks/echo-selections/useSelection.ts +1 -5
- package/src/hooks/invitations/useHaloInvitations.ts +1 -3
- package/src/hooks/util/useResultSet.ts +4 -6
- package/src/hooks/wns/registry.ts +1 -3
- package/stories/client.stories.tsx +6 -10
- package/stories/halo-recovery.stories.tsx +3 -5
- package/stories/helpers/ContactsSelector.tsx +3 -5
- package/stories/helpers/JsonPanel.tsx +3 -5
- package/tsconfig.json +10 -10
- 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.