@liveblocks/react 3.8.0 → 3.8.1
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/dist/_private.cjs +7 -7
- package/dist/_private.d.cts +2 -2
- package/dist/_private.d.ts +2 -2
- package/dist/_private.js +1 -1
- package/dist/{chunk-IQBSX6NS.cjs → chunk-2YWY7TUQ.cjs} +25 -28
- package/dist/chunk-2YWY7TUQ.cjs.map +1 -0
- package/dist/{chunk-6MZ5AS3V.cjs → chunk-BXCA7DCZ.cjs} +2 -2
- package/dist/{chunk-6MZ5AS3V.cjs.map → chunk-BXCA7DCZ.cjs.map} +1 -1
- package/dist/{chunk-2R44HQCN.js → chunk-QY4EJ7GZ.js} +14 -17
- package/dist/chunk-QY4EJ7GZ.js.map +1 -0
- package/dist/{chunk-C65QJNZB.js → chunk-WMCNV6XL.js} +2 -2
- package/dist/index.cjs +4 -4
- package/dist/index.d.cts +6 -3
- package/dist/index.d.ts +6 -3
- package/dist/index.js +2 -2
- package/dist/{room-C97RX2dB.d.cts → room-DkyB1sbB.d.cts} +6 -2
- package/dist/{room-C97RX2dB.d.ts → room-DkyB1sbB.d.ts} +6 -2
- package/dist/suspense.cjs +4 -4
- package/dist/suspense.d.cts +1 -1
- package/dist/suspense.d.ts +1 -1
- package/dist/suspense.js +2 -2
- package/package.json +3 -3
- package/dist/chunk-2R44HQCN.js.map +0 -1
- package/dist/chunk-IQBSX6NS.cjs.map +0 -1
- /package/dist/{chunk-C65QJNZB.js.map → chunk-WMCNV6XL.js.map} +0 -0
package/dist/_private.cjs
CHANGED
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
|
|
26
26
|
|
|
27
27
|
|
|
28
|
-
var
|
|
28
|
+
var _chunk2YWY7TUQcjs = require('./chunk-2YWY7TUQ.cjs');
|
|
29
29
|
|
|
30
30
|
// src/lib/use-layout-effect.ts
|
|
31
31
|
var _react = require('react');
|
|
@@ -50,7 +50,7 @@ function selectorFor_useGroup(state) {
|
|
|
50
50
|
};
|
|
51
51
|
}
|
|
52
52
|
function useGroup(groupId) {
|
|
53
|
-
const client =
|
|
53
|
+
const client = _chunk2YWY7TUQcjs.useClient.call(void 0, );
|
|
54
54
|
const store = client[_core.kInternal].httpClient.groupsStore;
|
|
55
55
|
const getGroupState = _react.useCallback.call(void 0,
|
|
56
56
|
() => store.getItemState(groupId),
|
|
@@ -59,7 +59,7 @@ function useGroup(groupId) {
|
|
|
59
59
|
_react.useEffect.call(void 0, () => {
|
|
60
60
|
void store.enqueue(groupId);
|
|
61
61
|
}, [store, groupId]);
|
|
62
|
-
return
|
|
62
|
+
return _chunk2YWY7TUQcjs.useSyncExternalStoreWithSelector.call(void 0,
|
|
63
63
|
store.subscribe,
|
|
64
64
|
getGroupState,
|
|
65
65
|
getGroupState,
|
|
@@ -80,8 +80,8 @@ function normalizeMentionSuggestions(suggestions) {
|
|
|
80
80
|
function useMentionSuggestions(roomId, search) {
|
|
81
81
|
const [mentionSuggestions, setMentionSuggestions] = _react.useState.call(void 0, );
|
|
82
82
|
const lastInvokedAt = _react.useRef.call(void 0, );
|
|
83
|
-
const resolveMentionSuggestions =
|
|
84
|
-
const mentionSuggestionsCache =
|
|
83
|
+
const resolveMentionSuggestions = _chunk2YWY7TUQcjs.useResolveMentionSuggestions.call(void 0, );
|
|
84
|
+
const mentionSuggestionsCache = _chunk2YWY7TUQcjs.useMentionSuggestionsCache.call(void 0, );
|
|
85
85
|
_react.useEffect.call(void 0, () => {
|
|
86
86
|
if (search === void 0 || !resolveMentionSuggestions) {
|
|
87
87
|
return;
|
|
@@ -136,7 +136,7 @@ function useMentionSuggestions(roomId, search) {
|
|
|
136
136
|
|
|
137
137
|
|
|
138
138
|
function useSyncSource() {
|
|
139
|
-
const client =
|
|
139
|
+
const client = _chunk2YWY7TUQcjs.useClient.call(void 0, );
|
|
140
140
|
const createSyncSource = client[_core.kInternal].createSyncSource;
|
|
141
141
|
const [syncSource, setSyncSource] = _react.useState.call(void 0, );
|
|
142
142
|
_react.useEffect.call(void 0, () => {
|
|
@@ -176,5 +176,5 @@ function useSyncSource() {
|
|
|
176
176
|
|
|
177
177
|
|
|
178
178
|
|
|
179
|
-
exports.getUmbrellaStoreForClient =
|
|
179
|
+
exports.getUmbrellaStoreForClient = _chunk2YWY7TUQcjs.getUmbrellaStoreForClient; exports.useAddRoomCommentReaction = _chunk2YWY7TUQcjs.useAddRoomCommentReaction; exports.useClientOrNull = _chunk2YWY7TUQcjs.useClientOrNull; exports.useCreateRoomComment = _chunk2YWY7TUQcjs.useCreateRoomComment; exports.useCreateRoomThread = _chunk2YWY7TUQcjs.useCreateRoomThread; exports.useCreateTextMention = _chunk2YWY7TUQcjs.useCreateTextMention; exports.useDeleteRoomComment = _chunk2YWY7TUQcjs.useDeleteRoomComment; exports.useDeleteRoomThread = _chunk2YWY7TUQcjs.useDeleteRoomThread; exports.useDeleteTextMention = _chunk2YWY7TUQcjs.useDeleteTextMention; exports.useEditRoomComment = _chunk2YWY7TUQcjs.useEditRoomComment; exports.useEditRoomThreadMetadata = _chunk2YWY7TUQcjs.useEditRoomThreadMetadata; exports.useGroup = useGroup; exports.useLatest = _chunk2YWY7TUQcjs.useLatest; exports.useLayoutEffect = useLayoutEffect; exports.useMarkRoomThreadAsRead = _chunk2YWY7TUQcjs.useMarkRoomThreadAsRead; exports.useMarkRoomThreadAsResolved = _chunk2YWY7TUQcjs.useMarkRoomThreadAsResolved; exports.useMarkRoomThreadAsUnresolved = _chunk2YWY7TUQcjs.useMarkRoomThreadAsUnresolved; exports.useMentionSuggestions = useMentionSuggestions; exports.useMentionSuggestionsCache = _chunk2YWY7TUQcjs.useMentionSuggestionsCache; exports.useRemoveRoomCommentReaction = _chunk2YWY7TUQcjs.useRemoveRoomCommentReaction; exports.useReportTextEditor = _chunk2YWY7TUQcjs.useReportTextEditor; exports.useResolveMentionSuggestions = _chunk2YWY7TUQcjs.useResolveMentionSuggestions; exports.useRoomAttachmentUrl = _chunk2YWY7TUQcjs.useRoomAttachmentUrl; exports.useRoomPermissions = _chunk2YWY7TUQcjs.useRoomPermissions; exports.useRoomThreadSubscription = _chunk2YWY7TUQcjs.useRoomThreadSubscription; exports.useSignal = _chunk2YWY7TUQcjs.useSignal; exports.useSyncExternalStoreWithSelector = _chunk2YWY7TUQcjs.useSyncExternalStoreWithSelector; exports.useSyncSource = useSyncSource; exports.useYjsProvider = _chunk2YWY7TUQcjs.useYjsProvider;
|
|
180
180
|
//# sourceMappingURL=_private.cjs.map
|
package/dist/_private.d.cts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { G as GroupAsyncResult } from './room-
|
|
2
|
-
export { g as getUmbrellaStoreForClient, a as useAddRoomCommentReaction, u as useClientOrNull, b as useCreateRoomComment, c as useCreateRoomThread, d as useCreateTextMention, e as useDeleteRoomComment, f as useDeleteRoomThread, h as useDeleteTextMention, i as useEditRoomComment, j as useEditRoomThreadMetadata, k as useMarkRoomThreadAsRead, l as useMarkRoomThreadAsResolved, m as useMarkRoomThreadAsUnresolved, n as useMentionSuggestionsCache, o as useRemoveRoomCommentReaction, p as useReportTextEditor, q as useResolveMentionSuggestions, r as useRoomAttachmentUrl, s as useRoomPermissions, t as useRoomThreadSubscription, v as useYjsProvider } from './room-
|
|
1
|
+
import { G as GroupAsyncResult } from './room-DkyB1sbB.cjs';
|
|
2
|
+
export { g as getUmbrellaStoreForClient, a as useAddRoomCommentReaction, u as useClientOrNull, b as useCreateRoomComment, c as useCreateRoomThread, d as useCreateTextMention, e as useDeleteRoomComment, f as useDeleteRoomThread, h as useDeleteTextMention, i as useEditRoomComment, j as useEditRoomThreadMetadata, k as useMarkRoomThreadAsRead, l as useMarkRoomThreadAsResolved, m as useMarkRoomThreadAsUnresolved, n as useMentionSuggestionsCache, o as useRemoveRoomCommentReaction, p as useReportTextEditor, q as useResolveMentionSuggestions, r as useRoomAttachmentUrl, s as useRoomPermissions, t as useRoomThreadSubscription, v as useYjsProvider } from './room-DkyB1sbB.cjs';
|
|
3
3
|
import { MutableRefObject, useEffect } from 'react';
|
|
4
4
|
import { MentionData, ISignal, SyncSource } from '@liveblocks/core';
|
|
5
5
|
import '@liveblocks/client';
|
package/dist/_private.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { G as GroupAsyncResult } from './room-
|
|
2
|
-
export { g as getUmbrellaStoreForClient, a as useAddRoomCommentReaction, u as useClientOrNull, b as useCreateRoomComment, c as useCreateRoomThread, d as useCreateTextMention, e as useDeleteRoomComment, f as useDeleteRoomThread, h as useDeleteTextMention, i as useEditRoomComment, j as useEditRoomThreadMetadata, k as useMarkRoomThreadAsRead, l as useMarkRoomThreadAsResolved, m as useMarkRoomThreadAsUnresolved, n as useMentionSuggestionsCache, o as useRemoveRoomCommentReaction, p as useReportTextEditor, q as useResolveMentionSuggestions, r as useRoomAttachmentUrl, s as useRoomPermissions, t as useRoomThreadSubscription, v as useYjsProvider } from './room-
|
|
1
|
+
import { G as GroupAsyncResult } from './room-DkyB1sbB.js';
|
|
2
|
+
export { g as getUmbrellaStoreForClient, a as useAddRoomCommentReaction, u as useClientOrNull, b as useCreateRoomComment, c as useCreateRoomThread, d as useCreateTextMention, e as useDeleteRoomComment, f as useDeleteRoomThread, h as useDeleteTextMention, i as useEditRoomComment, j as useEditRoomThreadMetadata, k as useMarkRoomThreadAsRead, l as useMarkRoomThreadAsResolved, m as useMarkRoomThreadAsUnresolved, n as useMentionSuggestionsCache, o as useRemoveRoomCommentReaction, p as useReportTextEditor, q as useResolveMentionSuggestions, r as useRoomAttachmentUrl, s as useRoomPermissions, t as useRoomThreadSubscription, v as useYjsProvider } from './room-DkyB1sbB.js';
|
|
3
3
|
import { MutableRefObject, useEffect } from 'react';
|
|
4
4
|
import { MentionData, ISignal, SyncSource } from '@liveblocks/core';
|
|
5
5
|
import '@liveblocks/client';
|
package/dist/_private.js
CHANGED
|
@@ -25,7 +25,7 @@ import {
|
|
|
25
25
|
useSignal,
|
|
26
26
|
useSyncExternalStoreWithSelector,
|
|
27
27
|
useYjsProvider
|
|
28
|
-
} from "./chunk-
|
|
28
|
+
} from "./chunk-QY4EJ7GZ.js";
|
|
29
29
|
|
|
30
30
|
// src/lib/use-layout-effect.ts
|
|
31
31
|
import { useEffect, useLayoutEffect as useOriginalLayoutEffect } from "react";
|
|
@@ -39,23 +39,28 @@ function useRandom() {
|
|
|
39
39
|
var RegisterAiKnowledge = _react.memo.call(void 0, function RegisterAiKnowledge2(props) {
|
|
40
40
|
const layerId = _react.useId.call(void 0, );
|
|
41
41
|
const ai = useAi();
|
|
42
|
-
const { description, value } = props;
|
|
42
|
+
const { description, value, chatId } = props;
|
|
43
43
|
const [layerKey, setLayerKey] = _react.useState.call(void 0, );
|
|
44
44
|
_react.useEffect.call(void 0, () => {
|
|
45
|
-
const layerKey2 = ai.registerKnowledgeLayer(layerId);
|
|
45
|
+
const { layerKey: layerKey2, deregister } = ai.registerKnowledgeLayer(layerId, chatId);
|
|
46
46
|
setLayerKey(layerKey2);
|
|
47
47
|
return () => {
|
|
48
|
-
|
|
48
|
+
deregister();
|
|
49
49
|
setLayerKey(void 0);
|
|
50
50
|
};
|
|
51
|
-
}, [ai, layerId]);
|
|
51
|
+
}, [ai, layerId, chatId]);
|
|
52
52
|
const randomKey = useRandom();
|
|
53
53
|
const knowledgeKey = _nullishCoalesce(props.id, () => ( randomKey));
|
|
54
54
|
_react.useEffect.call(void 0, () => {
|
|
55
55
|
if (layerKey !== void 0) {
|
|
56
|
-
ai.updateKnowledge(
|
|
56
|
+
ai.updateKnowledge(
|
|
57
|
+
layerKey,
|
|
58
|
+
{ description, value },
|
|
59
|
+
knowledgeKey,
|
|
60
|
+
chatId
|
|
61
|
+
);
|
|
57
62
|
}
|
|
58
|
-
}, [ai, layerKey, knowledgeKey, description, value]);
|
|
63
|
+
}, [ai, layerKey, knowledgeKey, description, value, chatId]);
|
|
59
64
|
return null;
|
|
60
65
|
});
|
|
61
66
|
var RegisterAiTool = _react.memo.call(void 0, function RegisterAiTool2({
|
|
@@ -2937,20 +2942,12 @@ To ensure the correct copilot ID is used, specify it either through the hook as
|
|
|
2937
2942
|
{
|
|
2938
2943
|
stream: _nullishCoalesce(messageOptions.stream, () => ( _optionalChain([options, 'optionalAccess', _33 => _33.stream]))),
|
|
2939
2944
|
copilotId: resolvedCopilotId,
|
|
2940
|
-
timeout: _nullishCoalesce(messageOptions.timeout, () => ( _optionalChain([options, 'optionalAccess', _34 => _34.timeout])))
|
|
2941
|
-
knowledge: _nullishCoalesce(messageOptions.knowledge, () => ( _optionalChain([options, 'optionalAccess', _35 => _35.knowledge])))
|
|
2945
|
+
timeout: _nullishCoalesce(messageOptions.timeout, () => ( _optionalChain([options, 'optionalAccess', _34 => _34.timeout])))
|
|
2942
2946
|
}
|
|
2943
2947
|
);
|
|
2944
2948
|
return newMessage;
|
|
2945
2949
|
},
|
|
2946
|
-
[
|
|
2947
|
-
client,
|
|
2948
|
-
chatId,
|
|
2949
|
-
_optionalChain([options, 'optionalAccess', _36 => _36.copilotId]),
|
|
2950
|
-
_optionalChain([options, 'optionalAccess', _37 => _37.stream]),
|
|
2951
|
-
_optionalChain([options, 'optionalAccess', _38 => _38.timeout]),
|
|
2952
|
-
_optionalChain([options, 'optionalAccess', _39 => _39.knowledge])
|
|
2953
|
-
]
|
|
2950
|
+
[client, chatId, _optionalChain([options, 'optionalAccess', _35 => _35.copilotId]), _optionalChain([options, 'optionalAccess', _36 => _36.stream]), _optionalChain([options, 'optionalAccess', _37 => _37.timeout])]
|
|
2954
2951
|
);
|
|
2955
2952
|
}
|
|
2956
2953
|
function createSharedContext(client) {
|
|
@@ -2985,7 +2982,7 @@ function createSharedContext(client) {
|
|
|
2985
2982
|
}
|
|
2986
2983
|
function useEnsureNoLiveblocksProvider(options) {
|
|
2987
2984
|
const existing = useClientOrNull();
|
|
2988
|
-
if (!_optionalChain([options, 'optionalAccess',
|
|
2985
|
+
if (!_optionalChain([options, 'optionalAccess', _38 => _38.allowNesting]) && existing !== null) {
|
|
2989
2986
|
throw new Error(
|
|
2990
2987
|
"You cannot nest multiple LiveblocksProvider instances in the same React tree."
|
|
2991
2988
|
);
|
|
@@ -3149,7 +3146,7 @@ var _useAiChatSuspense = useAiChatSuspense;
|
|
|
3149
3146
|
var _useAiChatMessages = useAiChatMessages;
|
|
3150
3147
|
var _useAiChatMessagesSuspense = useAiChatMessagesSuspense;
|
|
3151
3148
|
function useSyncStatus_withClient(client, options) {
|
|
3152
|
-
const smooth = useInitial(_nullishCoalesce(_optionalChain([options, 'optionalAccess',
|
|
3149
|
+
const smooth = useInitial(_nullishCoalesce(_optionalChain([options, 'optionalAccess', _39 => _39.smooth]), () => ( false)));
|
|
3153
3150
|
if (smooth) {
|
|
3154
3151
|
return useSyncStatusSmooth_withClient(client);
|
|
3155
3152
|
} else {
|
|
@@ -3328,8 +3325,8 @@ function makeRoomExtrasForClient(client) {
|
|
|
3328
3325
|
if (innerError.status === 403) {
|
|
3329
3326
|
const detailedMessage = [
|
|
3330
3327
|
innerError.message,
|
|
3331
|
-
_optionalChain([innerError, 'access',
|
|
3332
|
-
_optionalChain([innerError, 'access',
|
|
3328
|
+
_optionalChain([innerError, 'access', _40 => _40.details, 'optionalAccess', _41 => _41.suggestion]),
|
|
3329
|
+
_optionalChain([innerError, 'access', _42 => _42.details, 'optionalAccess', _43 => _43.docs])
|
|
3333
3330
|
].filter(Boolean).join("\n");
|
|
3334
3331
|
_core.console.error(detailedMessage);
|
|
3335
3332
|
}
|
|
@@ -3624,7 +3621,7 @@ function RoomProviderInner(props) {
|
|
|
3624
3621
|
}
|
|
3625
3622
|
function useRoom(options) {
|
|
3626
3623
|
const room = useRoomOrNull();
|
|
3627
|
-
if (room === null && !_optionalChain([options, 'optionalAccess',
|
|
3624
|
+
if (room === null && !_optionalChain([options, 'optionalAccess', _44 => _44.allowOutsideRoom])) {
|
|
3628
3625
|
throw new Error("RoomProvider is missing from the React tree.");
|
|
3629
3626
|
}
|
|
3630
3627
|
return room;
|
|
@@ -3974,7 +3971,7 @@ function useCreateRoomThread(roomId) {
|
|
|
3974
3971
|
thread: newThread,
|
|
3975
3972
|
roomId
|
|
3976
3973
|
});
|
|
3977
|
-
const attachmentIds = _optionalChain([attachments, 'optionalAccess',
|
|
3974
|
+
const attachmentIds = _optionalChain([attachments, 'optionalAccess', _45 => _45.map, 'call', _46 => _46((attachment) => attachment.id)]);
|
|
3978
3975
|
client[_core.kInternal].httpClient.createThread({
|
|
3979
3976
|
roomId,
|
|
3980
3977
|
threadId,
|
|
@@ -4014,7 +4011,7 @@ function useDeleteRoomThread(roomId) {
|
|
|
4014
4011
|
const { store, onMutationFailure } = getRoomExtrasForClient(client);
|
|
4015
4012
|
const userId = getCurrentUserId(client);
|
|
4016
4013
|
const existing = store.outputs.threads.get().get(threadId);
|
|
4017
|
-
if (_optionalChain([existing, 'optionalAccess',
|
|
4014
|
+
if (_optionalChain([existing, 'optionalAccess', _47 => _47.comments, 'optionalAccess', _48 => _48[0], 'optionalAccess', _49 => _49.userId]) !== userId) {
|
|
4018
4015
|
throw new Error("Only the thread creator can delete the thread");
|
|
4019
4016
|
}
|
|
4020
4017
|
const optimisticId = store.optimisticUpdates.add({
|
|
@@ -4102,7 +4099,7 @@ function useCreateRoomComment(roomId) {
|
|
|
4102
4099
|
type: "create-comment",
|
|
4103
4100
|
comment
|
|
4104
4101
|
});
|
|
4105
|
-
const attachmentIds = _optionalChain([attachments, 'optionalAccess',
|
|
4102
|
+
const attachmentIds = _optionalChain([attachments, 'optionalAccess', _50 => _50.map, 'call', _51 => _51((attachment) => attachment.id)]);
|
|
4106
4103
|
client[_core.kInternal].httpClient.createComment({ roomId, threadId, commentId, body, attachmentIds }).then(
|
|
4107
4104
|
(newComment) => {
|
|
4108
4105
|
store.createComment(newComment, optimisticId);
|
|
@@ -4158,7 +4155,7 @@ function useEditRoomComment(roomId) {
|
|
|
4158
4155
|
attachments: _nullishCoalesce(attachments, () => ( []))
|
|
4159
4156
|
}
|
|
4160
4157
|
});
|
|
4161
|
-
const attachmentIds = _optionalChain([attachments, 'optionalAccess',
|
|
4158
|
+
const attachmentIds = _optionalChain([attachments, 'optionalAccess', _52 => _52.map, 'call', _53 => _53((attachment) => attachment.id)]);
|
|
4162
4159
|
client[_core.kInternal].httpClient.editComment({ roomId, threadId, commentId, body, attachmentIds }).then(
|
|
4163
4160
|
(editedComment) => {
|
|
4164
4161
|
store.editComment(threadId, optimisticId, editedComment);
|
|
@@ -4499,7 +4496,7 @@ function useRoomThreadSubscription(roomId, threadId) {
|
|
|
4499
4496
|
}
|
|
4500
4497
|
return {
|
|
4501
4498
|
status: "subscribed",
|
|
4502
|
-
unreadSince: _nullishCoalesce(_optionalChain([notification, 'optionalAccess',
|
|
4499
|
+
unreadSince: _nullishCoalesce(_optionalChain([notification, 'optionalAccess', _54 => _54.readAt]), () => ( null)),
|
|
4503
4500
|
subscribe,
|
|
4504
4501
|
unsubscribe
|
|
4505
4502
|
};
|
|
@@ -4710,7 +4707,7 @@ function useThreadsSuspense(options = {}) {
|
|
|
4710
4707
|
return result;
|
|
4711
4708
|
}
|
|
4712
4709
|
function selectorFor_useAttachmentUrl(state) {
|
|
4713
|
-
if (state === void 0 || _optionalChain([state, 'optionalAccess',
|
|
4710
|
+
if (state === void 0 || _optionalChain([state, 'optionalAccess', _55 => _55.isLoading])) {
|
|
4714
4711
|
return _nullishCoalesce(state, () => ( { isLoading: true }));
|
|
4715
4712
|
}
|
|
4716
4713
|
if (state.error) {
|
|
@@ -4939,4 +4936,4 @@ var _useUpdateMyPresence = useUpdateMyPresence;
|
|
|
4939
4936
|
|
|
4940
4937
|
|
|
4941
4938
|
exports.ClientContext = ClientContext; exports.useClientOrNull = useClientOrNull; exports.useClient = useClient; exports.RoomContext = RoomContext; exports.useLatest = useLatest; exports.RegisterAiKnowledge = RegisterAiKnowledge; exports.RegisterAiTool = RegisterAiTool; exports.useSyncExternalStoreWithSelector = useSyncExternalStoreWithSelector; exports.useSignal = useSignal; exports.getUmbrellaStoreForClient = getUmbrellaStoreForClient; exports.useCreateAiChat = useCreateAiChat; exports.useDeleteAiChat = useDeleteAiChat; exports.useAiChatStatus = useAiChatStatus; exports.useSendAiMessage = useSendAiMessage; exports.LiveblocksProvider = LiveblocksProvider; exports.createLiveblocksContext = createLiveblocksContext; exports.useInboxNotifications = useInboxNotifications; exports.useInboxNotificationsSuspense = useInboxNotificationsSuspense; exports.useMarkAllInboxNotificationsAsRead = useMarkAllInboxNotificationsAsRead; exports.useMarkInboxNotificationAsRead = useMarkInboxNotificationAsRead; exports.useDeleteAllInboxNotifications = useDeleteAllInboxNotifications; exports.useDeleteInboxNotification = useDeleteInboxNotification; exports.useUnreadInboxNotificationsCount = useUnreadInboxNotificationsCount; exports.useUnreadInboxNotificationsCountSuspense = useUnreadInboxNotificationsCountSuspense; exports.useNotificationSettings = useNotificationSettings; exports.useNotificationSettingsSuspense = useNotificationSettingsSuspense; exports.useUpdateNotificationSettings = useUpdateNotificationSettings; exports.useRoomInfo = useRoomInfo; exports.useRoomInfoSuspense = useRoomInfoSuspense; exports.useGroupInfo = useGroupInfo; exports.useGroupInfoSuspense = useGroupInfoSuspense; exports._useInboxNotificationThread = _useInboxNotificationThread; exports._useUser = _useUser; exports._useUserSuspense = _useUserSuspense; exports._useUserThreads_experimental = _useUserThreads_experimental; exports._useUserThreadsSuspense_experimental = _useUserThreadsSuspense_experimental; exports._useAiChats = _useAiChats; exports._useAiChatsSuspense = _useAiChatsSuspense; exports._useAiChat = _useAiChat; exports._useAiChatSuspense = _useAiChatSuspense; exports._useAiChatMessages = _useAiChatMessages; exports._useAiChatMessagesSuspense = _useAiChatMessagesSuspense; exports.useSyncStatus = useSyncStatus; exports.useErrorListener = useErrorListener; exports.useStatus = useStatus; exports.useReportTextEditor = useReportTextEditor; exports.useYjsProvider = useYjsProvider; exports.useCreateTextMention = useCreateTextMention; exports.useDeleteTextMention = useDeleteTextMention; exports.useResolveMentionSuggestions = useResolveMentionSuggestions; exports.useMentionSuggestionsCache = useMentionSuggestionsCache; exports.useLostConnectionListener = useLostConnectionListener; exports.useHistory = useHistory; exports.useUndo = useUndo; exports.useRedo = useRedo; exports.useCanUndo = useCanUndo; exports.useCanRedo = useCanRedo; exports.useOthersConnectionIds = useOthersConnectionIds; exports.useCreateRoomThread = useCreateRoomThread; exports.useDeleteRoomThread = useDeleteRoomThread; exports.useEditRoomThreadMetadata = useEditRoomThreadMetadata; exports.useCreateComment = useCreateComment; exports.useCreateRoomComment = useCreateRoomComment; exports.useEditComment = useEditComment; exports.useEditRoomComment = useEditRoomComment; exports.useDeleteComment = useDeleteComment; exports.useDeleteRoomComment = useDeleteRoomComment; exports.useAddRoomCommentReaction = useAddRoomCommentReaction; exports.useRemoveReaction = useRemoveReaction; exports.useRemoveRoomCommentReaction = useRemoveRoomCommentReaction; exports.useMarkThreadAsRead = useMarkThreadAsRead; exports.useMarkRoomThreadAsRead = useMarkRoomThreadAsRead; exports.useMarkThreadAsResolved = useMarkThreadAsResolved; exports.useMarkRoomThreadAsResolved = useMarkRoomThreadAsResolved; exports.useMarkThreadAsUnresolved = useMarkThreadAsUnresolved; exports.useMarkRoomThreadAsUnresolved = useMarkRoomThreadAsUnresolved; exports.useSubscribeToThread = useSubscribeToThread; exports.useUnsubscribeFromThread = useUnsubscribeFromThread; exports.useThreadSubscription = useThreadSubscription; exports.useRoomThreadSubscription = useRoomThreadSubscription; exports.useHistoryVersionData = useHistoryVersionData; exports.useUpdateRoomSubscriptionSettings = useUpdateRoomSubscriptionSettings; exports.useOthersConnectionIdsSuspense = useOthersConnectionIdsSuspense; exports.useAttachmentUrl = useAttachmentUrl; exports.useRoomAttachmentUrl = useRoomAttachmentUrl; exports.useAttachmentUrlSuspense = useAttachmentUrlSuspense; exports.useRoomPermissions = useRoomPermissions; exports.createRoomContext = createRoomContext; exports._RoomProvider = _RoomProvider; exports._useBroadcastEvent = _useBroadcastEvent; exports._useOthersListener = _useOthersListener; exports._useRoom = _useRoom; exports._useIsInsideRoom = _useIsInsideRoom; exports._useAddReaction = _useAddReaction; exports._useMutation = _useMutation; exports._useCreateThread = _useCreateThread; exports._useDeleteThread = _useDeleteThread; exports._useEditThreadMetadata = _useEditThreadMetadata; exports._useEventListener = _useEventListener; exports._useMyPresence = _useMyPresence; exports._useOthersMapped = _useOthersMapped; exports._useOthersMappedSuspense = _useOthersMappedSuspense; exports._useThreads = _useThreads; exports._useThreadsSuspense = _useThreadsSuspense; exports._useRoomSubscriptionSettings = _useRoomSubscriptionSettings; exports._useRoomSubscriptionSettingsSuspense = _useRoomSubscriptionSettingsSuspense; exports._useHistoryVersions = _useHistoryVersions; exports._useHistoryVersionsSuspense = _useHistoryVersionsSuspense; exports._useOther = _useOther; exports._useOthers = _useOthers; exports._useOtherSuspense = _useOtherSuspense; exports._useOthersSuspense = _useOthersSuspense; exports._useStorage = _useStorage; exports._useStorageSuspense = _useStorageSuspense; exports._useSelf = _useSelf; exports._useSelfSuspense = _useSelfSuspense; exports._useStorageRoot = _useStorageRoot; exports._useUpdateMyPresence = _useUpdateMyPresence;
|
|
4942
|
-
//# sourceMappingURL=chunk-
|
|
4939
|
+
//# sourceMappingURL=chunk-2YWY7TUQ.cjs.map
|