@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
package/package.json
CHANGED
|
@@ -1,50 +1,50 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dxos/react-client",
|
|
3
|
-
"version": "2.33.5-dev.
|
|
3
|
+
"version": "2.33.5-dev.fee8f5fe",
|
|
4
4
|
"description": "React client API",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "DXOS.org",
|
|
7
7
|
"main": "dist/src/index.js",
|
|
8
8
|
"types": "dist/src/index.d.ts",
|
|
9
9
|
"dependencies": {
|
|
10
|
-
"@dxos/async": "2.33.5-dev.
|
|
11
|
-
"@dxos/bot-factory-client": "2.33.5-dev.
|
|
12
|
-
"@dxos/client": "2.33.5-dev.
|
|
13
|
-
"@dxos/config": "2.33.5-dev.
|
|
14
|
-
"@dxos/credentials": "2.33.5-dev.
|
|
15
|
-
"@dxos/crypto": "2.33.5-dev.
|
|
16
|
-
"@dxos/debug": "2.33.5-dev.
|
|
17
|
-
"@dxos/echo-db": "2.33.5-dev.
|
|
18
|
-
"@dxos/network-manager": "2.33.5-dev.
|
|
19
|
-
"@dxos/react-async": "2.33.5-dev.
|
|
20
|
-
"@dxos/util": "2.33.5-dev.
|
|
10
|
+
"@dxos/async": "2.33.5-dev.fee8f5fe",
|
|
11
|
+
"@dxos/bot-factory-client": "2.33.5-dev.fee8f5fe",
|
|
12
|
+
"@dxos/client": "2.33.5-dev.fee8f5fe",
|
|
13
|
+
"@dxos/config": "2.33.5-dev.fee8f5fe",
|
|
14
|
+
"@dxos/credentials": "2.33.5-dev.fee8f5fe",
|
|
15
|
+
"@dxos/crypto": "2.33.5-dev.fee8f5fe",
|
|
16
|
+
"@dxos/debug": "2.33.5-dev.fee8f5fe",
|
|
17
|
+
"@dxos/echo-db": "2.33.5-dev.fee8f5fe",
|
|
18
|
+
"@dxos/network-manager": "2.33.5-dev.fee8f5fe",
|
|
19
|
+
"@dxos/react-async": "2.33.5-dev.fee8f5fe",
|
|
20
|
+
"@dxos/util": "2.33.5-dev.fee8f5fe",
|
|
21
21
|
"assert": "^2.0.0",
|
|
22
22
|
"debug": "^4.3.3",
|
|
23
|
-
"use-subscription": "^1.
|
|
23
|
+
"use-subscription": "^1.8.0"
|
|
24
24
|
},
|
|
25
25
|
"devDependencies": {
|
|
26
|
-
"@dxos/esbuild-plugins": "~2.28.
|
|
27
|
-
"@dxos/eslint-plugin": "~1.0.
|
|
26
|
+
"@dxos/esbuild-plugins": "~2.28.9",
|
|
27
|
+
"@dxos/eslint-plugin": "~1.0.33",
|
|
28
28
|
"@dxos/protocols-toolchain": "2.33.4",
|
|
29
|
-
"@mui/material": "^5.
|
|
29
|
+
"@mui/material": "^5.8.1",
|
|
30
30
|
"@testing-library/react": "^11.0.4",
|
|
31
31
|
"@testing-library/react-hooks": "5.1.2",
|
|
32
32
|
"@types/debug": "^4.1.7",
|
|
33
33
|
"@types/level-js": "~4.0.1",
|
|
34
34
|
"@types/mocha": "~8.2.2",
|
|
35
35
|
"@types/node": "^16.11.27",
|
|
36
|
-
"@types/react": "^
|
|
37
|
-
"@types/react-dom": "^
|
|
36
|
+
"@types/react": "^18.0.9",
|
|
37
|
+
"@types/react-dom": "^18.0.5",
|
|
38
38
|
"@types/testing-library__jest-dom": "~5.9.5",
|
|
39
39
|
"@types/use-subscription": "^1.0.0",
|
|
40
40
|
"eslint": "^7.12.1",
|
|
41
41
|
"expect": "~27.0.2",
|
|
42
42
|
"level-js": "^5.0.2",
|
|
43
43
|
"raf": "^3.4.1",
|
|
44
|
-
"react": "^
|
|
45
|
-
"react-dom": "^
|
|
46
|
-
"react-test-renderer": "^
|
|
47
|
-
"typescript": "^4.
|
|
44
|
+
"react": "^18.1.0",
|
|
45
|
+
"react-dom": "^18.1.0",
|
|
46
|
+
"react-test-renderer": "^18.1.0",
|
|
47
|
+
"typescript": "^4.7.2",
|
|
48
48
|
"wait-for-expect": "^3.0.2"
|
|
49
49
|
},
|
|
50
50
|
"peerDependencies": {
|
package/react-client.build.log
CHANGED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
Invoking: toolchain build:test
|
|
2
|
+
|
|
3
|
+
Tests started
|
|
4
|
+
Typescript
|
|
5
|
+
OK in 8156 ms
|
|
6
|
+
no problems
|
|
7
|
+
OK in 8554 ms
|
|
8
|
+
|
|
9
|
+
Mocha Tests
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
useSelection
|
|
13
|
+
Warning: ReactDOM.render is no longer supported in React 18. Use createRoot instead. Until you switch to the new API, your app will behave as if it's running React 17. Learn more: https://reactjs.org/link/switch-to-createroot
|
|
14
|
+
✓ gets updated items selection (253ms)
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
1 passing (260ms)
|
|
18
|
+
|
|
19
|
+
OK in 2417 ms
|
|
20
|
+
|
|
21
|
+
Tests complete in 19153 ms
|
package/src/banner.ts
CHANGED
|
@@ -15,11 +15,11 @@ const BANNER = (client: Client) => '\n' +
|
|
|
15
15
|
|
|
16
16
|
let bannerPrinted = false;
|
|
17
17
|
|
|
18
|
-
export
|
|
18
|
+
export const printBanner = (client: Client) => {
|
|
19
19
|
if (bannerPrinted) {
|
|
20
20
|
return;
|
|
21
21
|
}
|
|
22
22
|
|
|
23
23
|
bannerPrinted = true;
|
|
24
24
|
console.log(BANNER(client));
|
|
25
|
-
}
|
|
25
|
+
};
|
|
@@ -14,9 +14,7 @@ export const useProfile = () => {
|
|
|
14
14
|
const client = useClient();
|
|
15
15
|
const [profile, setProfile] = useState(() => client.halo.profile);
|
|
16
16
|
|
|
17
|
-
useEffect(() =>
|
|
18
|
-
return client.halo.subscribeToProfile(() => setProfile(client.halo.profile));
|
|
19
|
-
}, [client]);
|
|
17
|
+
useEffect(() => client.halo.subscribeToProfile(() => setProfile(client.halo.profile)), [client]);
|
|
20
18
|
|
|
21
19
|
return profile;
|
|
22
20
|
};
|
|
@@ -16,16 +16,14 @@ import { useSelection } from './useSelection';
|
|
|
16
16
|
const count = 10;
|
|
17
17
|
const TYPE_EXAMPLE = 'example:type/org';
|
|
18
18
|
|
|
19
|
-
const
|
|
19
|
+
const createTestComponents = async () => {
|
|
20
20
|
const config = {};
|
|
21
21
|
const client = new Client(config);
|
|
22
22
|
await client.initialize();
|
|
23
23
|
await client.halo.createProfile();
|
|
24
24
|
|
|
25
25
|
const party = await client.echo.createParty();
|
|
26
|
-
const items = await Promise.all(Array.from({ length: count }).map(async () => {
|
|
27
|
-
return await party.database.createItem({ type: TYPE_EXAMPLE });
|
|
28
|
-
}));
|
|
26
|
+
const items = await Promise.all(Array.from({ length: count }).map(async () => await party.database.createItem({ type: TYPE_EXAMPLE })));
|
|
29
27
|
expect(items.length).toBe(count);
|
|
30
28
|
|
|
31
29
|
return { client, party };
|
|
@@ -57,7 +55,7 @@ afterEach(() => {
|
|
|
57
55
|
|
|
58
56
|
describe.only('useSelection', () => {
|
|
59
57
|
it('gets updated items selection', async () => {
|
|
60
|
-
const { party } = await
|
|
58
|
+
const { party } = await createTestComponents();
|
|
61
59
|
act(() => {
|
|
62
60
|
ReactDOM.render(<UseSelectionTestComponent party={party} />, rootContainer);
|
|
63
61
|
});
|
|
@@ -81,8 +81,4 @@ export const useReducer = <T extends Entity<any>, R> (
|
|
|
81
81
|
/**
|
|
82
82
|
* @param value Selection or SelectionResult from hook.
|
|
83
83
|
*/
|
|
84
|
-
const coerceSelection = <T extends Entity>(
|
|
85
|
-
value: Selection<T> | SelectionResult<T> | Falsy
|
|
86
|
-
): SelectionResult<T> | undefined => {
|
|
87
|
-
return !value ? undefined : value instanceof Selection ? value.exec() : value;
|
|
88
|
-
};
|
|
84
|
+
const coerceSelection = <T extends Entity>(value: Selection<T> | SelectionResult<T> | Falsy): SelectionResult<T> | undefined => !value ? undefined : value instanceof Selection ? value.exec() : value;
|
|
@@ -6,6 +6,4 @@ import { Client, HaloProxy } from '@dxos/client';
|
|
|
6
6
|
|
|
7
7
|
import { useInvitations } from './useInvitations';
|
|
8
8
|
|
|
9
|
-
export const useHaloInvitations = (client: Client) =>
|
|
10
|
-
return useInvitations((client.halo as HaloProxy).invitationProxy);
|
|
11
|
-
};
|
|
9
|
+
export const useHaloInvitations = (client: Client) => useInvitations((client.halo as HaloProxy).invitationProxy);
|
|
@@ -13,9 +13,7 @@ import { ResultSet } from '@dxos/client';
|
|
|
13
13
|
* @param resultSet The result set to subscribe to
|
|
14
14
|
* @returns Always up-to-date value of the result set
|
|
15
15
|
*/
|
|
16
|
-
export
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
}), [resultSet]));
|
|
21
|
-
}
|
|
16
|
+
export const useResultSet = <T>(resultSet: ResultSet<T>): T[] => useSubscription(useMemo(() => ({
|
|
17
|
+
getCurrentValue: () => resultSet.value,
|
|
18
|
+
subscribe: (cb: any) => resultSet.subscribe(cb)
|
|
19
|
+
}), [resultSet]));
|
|
@@ -25,18 +25,14 @@ const TestApp = () => {
|
|
|
25
25
|
);
|
|
26
26
|
};
|
|
27
27
|
|
|
28
|
-
export const Primary = () =>
|
|
29
|
-
|
|
30
|
-
<ClientProvider>
|
|
28
|
+
export const Primary = () => (
|
|
29
|
+
<ClientProvider>
|
|
31
30
|
<TestApp />
|
|
32
31
|
</ClientProvider>
|
|
33
|
-
|
|
34
|
-
};
|
|
32
|
+
);
|
|
35
33
|
|
|
36
|
-
export const Secondary = () =>
|
|
37
|
-
|
|
38
|
-
<ClientProvider config={() => ({})}>
|
|
34
|
+
export const Secondary = () => (
|
|
35
|
+
<ClientProvider config={() => ({})}>
|
|
39
36
|
<TestApp />
|
|
40
37
|
</ClientProvider>
|
|
41
|
-
|
|
42
|
-
};
|
|
38
|
+
);
|
|
@@ -108,9 +108,8 @@ const TestApp = () => {
|
|
|
108
108
|
);
|
|
109
109
|
};
|
|
110
110
|
|
|
111
|
-
export const HaloRecovery = () =>
|
|
112
|
-
|
|
113
|
-
<Container>
|
|
111
|
+
export const HaloRecovery = () => (
|
|
112
|
+
<Container>
|
|
114
113
|
<Box sx={{ display: 'flex', flex: 1, padding: 1, justifyContent: 'space-around' }}>
|
|
115
114
|
{/* Instantiated Client. */}
|
|
116
115
|
<ClientProvider>
|
|
@@ -122,5 +121,4 @@ export const HaloRecovery = () => {
|
|
|
122
121
|
</ClientProvider>
|
|
123
122
|
</Box>
|
|
124
123
|
</Container>
|
|
125
|
-
|
|
126
|
-
};
|
|
124
|
+
);
|
|
@@ -15,9 +15,8 @@ export const ContactsSelector = ({ contacts, selected = '', onSelect }: {
|
|
|
15
15
|
contacts: any[],
|
|
16
16
|
selected?: string,
|
|
17
17
|
onSelect: (selected: string) => void
|
|
18
|
-
}) =>
|
|
19
|
-
|
|
20
|
-
<FormControl fullWidth>
|
|
18
|
+
}) => (
|
|
19
|
+
<FormControl fullWidth>
|
|
21
20
|
<InputLabel id='contact-select-label'>Contact</InputLabel>
|
|
22
21
|
<Select
|
|
23
22
|
value={selected || ''}
|
|
@@ -33,5 +32,4 @@ export const ContactsSelector = ({ contacts, selected = '', onSelect }: {
|
|
|
33
32
|
))}
|
|
34
33
|
</Select>
|
|
35
34
|
</FormControl>
|
|
36
|
-
|
|
37
|
-
};
|
|
35
|
+
);
|
|
@@ -4,9 +4,8 @@
|
|
|
4
4
|
|
|
5
5
|
import React from 'react';
|
|
6
6
|
|
|
7
|
-
export const JsonPanel = ({ value }: { value: any }) =>
|
|
8
|
-
|
|
9
|
-
<pre
|
|
7
|
+
export const JsonPanel = ({ value }: { value: any }) => (
|
|
8
|
+
<pre
|
|
10
9
|
style={{
|
|
11
10
|
margin: 0,
|
|
12
11
|
// code whiteSpace: 'pre-wrap',
|
|
@@ -17,5 +16,4 @@ export const JsonPanel = ({ value }: { value: any }) => {
|
|
|
17
16
|
>
|
|
18
17
|
{JSON.stringify(value, undefined, 2)}
|
|
19
18
|
</pre>
|
|
20
|
-
|
|
21
|
-
};
|
|
19
|
+
);
|
package/tsconfig.json
CHANGED
|
@@ -14,38 +14,38 @@
|
|
|
14
14
|
"tests"
|
|
15
15
|
],
|
|
16
16
|
"references": [
|
|
17
|
-
{
|
|
18
|
-
"path": "../../common/async"
|
|
19
|
-
},
|
|
20
17
|
{
|
|
21
18
|
"path": "../../bot/bot-factory-client"
|
|
22
19
|
},
|
|
23
20
|
{
|
|
24
|
-
"path": "
|
|
21
|
+
"path": "../../common/async"
|
|
25
22
|
},
|
|
26
23
|
{
|
|
27
|
-
"path": "
|
|
24
|
+
"path": "../../common/crypto"
|
|
28
25
|
},
|
|
29
26
|
{
|
|
30
|
-
"path": "../../
|
|
27
|
+
"path": "../../common/debug"
|
|
31
28
|
},
|
|
32
29
|
{
|
|
33
|
-
"path": "../../common/
|
|
30
|
+
"path": "../../common/react-async"
|
|
34
31
|
},
|
|
35
32
|
{
|
|
36
|
-
"path": "../../common/
|
|
33
|
+
"path": "../../common/util"
|
|
37
34
|
},
|
|
38
35
|
{
|
|
39
36
|
"path": "../../echo/echo-db"
|
|
40
37
|
},
|
|
38
|
+
{
|
|
39
|
+
"path": "../../halo/credentials"
|
|
40
|
+
},
|
|
41
41
|
{
|
|
42
42
|
"path": "../../mesh/network-manager"
|
|
43
43
|
},
|
|
44
44
|
{
|
|
45
|
-
"path": "
|
|
45
|
+
"path": "../client"
|
|
46
46
|
},
|
|
47
47
|
{
|
|
48
|
-
"path": "
|
|
48
|
+
"path": "../config"
|
|
49
49
|
}
|
|
50
50
|
]
|
|
51
51
|
}
|
|
@@ -1,60 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"files": {
|
|
3
|
-
"packages/sdk/react-client/.rush/temp/shrinkwrap-deps.json": "9c3aeab1b36d2981f6601af312585610c0fefaf0",
|
|
4
|
-
"packages/sdk/react-client/.eslintrc.js": "9163b4df6ca99b069e015cef575b6b2a48bc3bb4",
|
|
5
|
-
"packages/sdk/react-client/README.md": "f781dc2b0cf91ac94e4ee57e8c2e9c24d371e575",
|
|
6
|
-
"packages/sdk/react-client/dx.yml": "fec08e8e0e62b021c09078bc00c4396d4c35f6bd",
|
|
7
|
-
"packages/sdk/react-client/esbuild-server.config.js": "242d722f300c89d550d1a3572c9eaed2f81b0a85",
|
|
8
|
-
"packages/sdk/react-client/package.json": "b64920e8fb590e95661a66db5b064d1928f1beea",
|
|
9
|
-
"packages/sdk/react-client/src/banner.ts": "1e1705aa033d5fe2ecd29bce0c96ef03bfb1917f",
|
|
10
|
-
"packages/sdk/react-client/src/containers/BotFactoryClientProvider.tsx": "b16314ca134f26d34334a7b49a419e333b431540",
|
|
11
|
-
"packages/sdk/react-client/src/containers/ClientProvider.test.tsx": "dc7ff4b7baf181522f3ab4210aed35361fd30939",
|
|
12
|
-
"packages/sdk/react-client/src/containers/ClientProvider.tsx": "2b8895bc48a18d642a24ee6f4e309eacfcdcb735",
|
|
13
|
-
"packages/sdk/react-client/src/containers/index.ts": "4c21d2b05b99ebd46b0e4bdce2963a62f4efc508",
|
|
14
|
-
"packages/sdk/react-client/src/hooks/bot-factory/index.ts": "970b504d70018209eed44806152b76a612e5853c",
|
|
15
|
-
"packages/sdk/react-client/src/hooks/bot-factory/useBotFactoryClient.ts": "e565967ff0cdd0143b949592a580685af2c54ab5",
|
|
16
|
-
"packages/sdk/react-client/src/hooks/client/client.test.tsx": "f087eafcf0ea715e8d2f086d1ae8f605fd3482b0",
|
|
17
|
-
"packages/sdk/react-client/src/hooks/client/config.test.tsx": "2ff0eed72e676a7ee58a0ef274926503a708eb21",
|
|
18
|
-
"packages/sdk/react-client/src/hooks/client/context.ts": "dffe51927dbf4386d88294ca3bf81f8586e33549",
|
|
19
|
-
"packages/sdk/react-client/src/hooks/client/index.ts": "ae7c3dd1bb38ba7f622073fb6850d08ce70ecc52",
|
|
20
|
-
"packages/sdk/react-client/src/hooks/client/useClient.ts": "a57cc8ce9cd54e0f20c10923b7d70e9029b57665",
|
|
21
|
-
"packages/sdk/react-client/src/hooks/client/useConfig.ts": "6ad945c8d378e560c24640b87036415b9bc0f811",
|
|
22
|
-
"packages/sdk/react-client/src/hooks/client/useProfile.ts": "f46262917bf0fc6e6b025368380cf6d5d67634c6",
|
|
23
|
-
"packages/sdk/react-client/src/hooks/echo-queries/index.ts": "4465a3624739e1bd57c577306bd7af246a0f686d",
|
|
24
|
-
"packages/sdk/react-client/src/hooks/echo-queries/useContacts.ts": "0f9e9c8b9983c536b2410e4835d796069b4589a3",
|
|
25
|
-
"packages/sdk/react-client/src/hooks/echo-queries/useMembers.tsx": "e236546714943e80c371abee33e962497b503b7b",
|
|
26
|
-
"packages/sdk/react-client/src/hooks/echo-queries/useParties.ts": "ba35572145ec4d0628dadf7bdcdc3b2fb4d24848",
|
|
27
|
-
"packages/sdk/react-client/src/hooks/echo-selections/index.ts": "bd7c992f3c4355158dcb3698d4d93d919b8325fa",
|
|
28
|
-
"packages/sdk/react-client/src/hooks/echo-selections/search.ts": "9e689d88622338c5db3fd4e67a125cd0c630c94b",
|
|
29
|
-
"packages/sdk/react-client/src/hooks/echo-selections/useSelection.test.tsx": "4411202a706855f1f36adb4e4d82756e86cde35c",
|
|
30
|
-
"packages/sdk/react-client/src/hooks/echo-selections/useSelection.ts": "9e86f99b986dac4f21cba6caa9d77d80b3171172",
|
|
31
|
-
"packages/sdk/react-client/src/hooks/index.ts": "33e037b3c0c96702580444f1a640906d9b8d34c7",
|
|
32
|
-
"packages/sdk/react-client/src/hooks/invitations/index.ts": "9f065d8c9eab0bdf602c2f3ddb972366eda7aa2c",
|
|
33
|
-
"packages/sdk/react-client/src/hooks/invitations/useHaloInvitations.ts": "0a15bdf95baa0d8dd2c84ac97717ffb2d76441a1",
|
|
34
|
-
"packages/sdk/react-client/src/hooks/invitations/useInvitations.ts": "74aee5e87d254079eec8c711b1f41a89fd357573",
|
|
35
|
-
"packages/sdk/react-client/src/hooks/invitations/usePartyInvitations.ts": "06b8254814f1a06be78792670c7778fe717dc2c0",
|
|
36
|
-
"packages/sdk/react-client/src/hooks/invitations/useSecretProvider.ts": "f13b99864def8b2573ac3de8a12bead2a4027752",
|
|
37
|
-
"packages/sdk/react-client/src/hooks/util/index.ts": "f0419f072260d9cc907aba489590791d2ccf0f5b",
|
|
38
|
-
"packages/sdk/react-client/src/hooks/util/useResultSet.ts": "bc154db5538274d7b053b0cb5e55a1c31a3a6ca1",
|
|
39
|
-
"packages/sdk/react-client/src/hooks/wns/index.ts": "42b9a65f575eca413d37d3576d0dc0fb70585758",
|
|
40
|
-
"packages/sdk/react-client/src/hooks/wns/registry.ts": "1fa723dbddac0bef5051d2c81748aab2096d6957",
|
|
41
|
-
"packages/sdk/react-client/src/hooks/wns/registryBotFactories.ts": "a765b94908c14fe83a4d61fa19ac24b383772bd3",
|
|
42
|
-
"packages/sdk/react-client/src/hooks/wns/registryBots.ts": "5430bbff71bc12b59eff67d19b00e87f5924f814",
|
|
43
|
-
"packages/sdk/react-client/src/hooks/wns/types.ts": "42fb64aaafbe4648d8f817bbb278b5cce197dd95",
|
|
44
|
-
"packages/sdk/react-client/src/index.ts": "0401dccb4bffb562c4d3a4553ab635968c309167",
|
|
45
|
-
"packages/sdk/react-client/stories/client.stories.tsx": "48003a0ef5a1e729091a7f2999bf5e3a6762c81d",
|
|
46
|
-
"packages/sdk/react-client/stories/halo-invitations.stories.tsx": "6cb9b104c61b57c335709a08ef6ce40cb5fd030c",
|
|
47
|
-
"packages/sdk/react-client/stories/halo-recovery.stories.tsx": "b2264738a2558650f14bf3dfec4b155a93e65d14",
|
|
48
|
-
"packages/sdk/react-client/stories/helpers/ClientPanel.tsx": "af093d33f11d198b99d1342b0c0c1b7acbbe6be8",
|
|
49
|
-
"packages/sdk/react-client/stories/helpers/ContactsSelector.tsx": "66b51414f7b968073bf839a750bb4790b1594241",
|
|
50
|
-
"packages/sdk/react-client/stories/helpers/Container.tsx": "ab90a46770f01c94687f182627ef132f108a63b7",
|
|
51
|
-
"packages/sdk/react-client/stories/helpers/JsonPanel.tsx": "55a9f3e1452c553a63970bc022b56ee86290e837",
|
|
52
|
-
"packages/sdk/react-client/stories/helpers/PartyJoinPanel.tsx": "4dffc1bff4b430a7419236cf18ee7bdaa0ed379d",
|
|
53
|
-
"packages/sdk/react-client/stories/helpers/ThemeProvider.tsx": "b4023674d5ec66910481f5e37fc507d46a0e9437",
|
|
54
|
-
"packages/sdk/react-client/stories/helpers/index.ts": "3f5c4425b7ebd5a702f4159eebfaff695c0b2a1c",
|
|
55
|
-
"packages/sdk/react-client/stories/party-invitations.stories.tsx": "f725345bf6411fdb41e017e53068e1ae71a06153",
|
|
56
|
-
"packages/sdk/react-client/tests/config.test.ts": "7bf77786817c03c0b4a9fbe8bd38a629a15869e5",
|
|
57
|
-
"packages/sdk/react-client/tsconfig.json": "c24198a33c144c279dc36ddc1854548833e4bd13"
|
|
58
|
-
},
|
|
59
|
-
"arguments": ""
|
|
60
|
-
}
|