@blocklet/discuss-kit-ux 2.3.83 → 2.3.85

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/index.d.ts CHANGED
@@ -34,3 +34,4 @@ export * from './components/paywall';
34
34
  export * from './components/profile-card';
35
35
  export * from './components/icon-button';
36
36
  export * from './blocklets';
37
+ export * from './components/auto-translate';
package/dist/index.es.js CHANGED
@@ -1,5 +1,5 @@
1
1
  export * from "@blocklet/labels";
2
- import { W, o, Y, A, n, af, B, G, N, L, O, ar, _, Z, a1, $, a0, a3, x, C, y, z, F, a7, a8, aj, aa, T, U, ae, D, ai, ah, K, H, J, aG, aH, b, m, ag, M, P, aC, aq, w, v, aE, aF, R, S, ab, as, aD, q, a4, a6, ak, an, am, aI, aA, at, Q, ao, aK, au, aJ, ax, ay, aL, l, az, h, p, r, k, aw, t, j, ac, aB, X, c, a2, E, a9, ad, e, u, ap, d, av, a5, al, f } from "./index-h097ecr7.mjs";
2
+ import { W, o, Y, aQ, A, n, af, B, G, N, L, O, ar, _, Z, a1, $, a0, a3, x, C, y, z, F, a7, a8, aj, aa, T, U, ae, D, ai, ah, K, H, J, aG, aH, b, m, ag, M, P, aC, aq, w, aR, aS, v, aE, aF, R, S, ab, as, aD, q, aP, a4, a6, ak, an, am, aM, aI, aA, at, Q, ao, aK, au, aJ, ax, ay, aN, aL, l, az, h, p, r, k, aw, t, j, ac, aB, X, aT, c, a2, E, a9, ad, aV, e, u, ap, d, av, aU, aO, a5, al, f } from "./index-CIb6-P8d.mjs";
3
3
  import "react/jsx-runtime";
4
4
  import "react";
5
5
  import "@mui/material/Box";
@@ -12,6 +12,7 @@ export {
12
12
  W as AccessControl,
13
13
  o as AuthorInfo,
14
14
  Y as AuthzProvider,
15
+ aQ as AutoTranslateHeaderAddon,
15
16
  A as Avatar,
16
17
  n as Avatars,
17
18
  af as Back,
@@ -55,6 +56,8 @@ export {
55
56
  aC as Paywall,
56
57
  aq as PointUpProvider,
57
58
  w as Post,
59
+ aR as PostAutoTranslatePlugin,
60
+ aS as PostAutoTranslationContainer,
58
61
  v as PostContent,
59
62
  aE as ProfileCard,
60
63
  aF as ProfileCardTooltip,
@@ -64,11 +67,13 @@ export {
64
67
  as as SegmentedControl,
65
68
  aD as SubscriptionPaywall,
66
69
  q as SystemUser,
70
+ aP as Translate,
67
71
  a4 as UnreadNotificationContext,
68
72
  a6 as UnreadNotificationProvider,
69
73
  ak as UploaderContext,
70
74
  an as UploaderProvider,
71
75
  am as UploaderTrigger,
76
+ aM as blockletExists,
72
77
  aI as blockletMountPointsByDid,
73
78
  aA as closeArcSphereDialog,
74
79
  at as create,
@@ -79,6 +84,7 @@ export {
79
84
  aJ as isBlockletApp,
80
85
  ax as isInArcSphere,
81
86
  ay as isInArcSphereDialog,
87
+ aN as isInlineTranslationAvailable,
82
88
  aL as isValidUser,
83
89
  l as lexicalUtils,
84
90
  az as openArcSphereDialog,
@@ -92,16 +98,20 @@ export {
92
98
  ac as useApiErrorHandler,
93
99
  aB as useArcSphereDialog,
94
100
  X as useAuthzContext,
101
+ aT as useAutoTranslateStore,
95
102
  c as useChanged,
96
103
  a2 as useChatContext,
97
104
  E as useCommentsContext,
98
105
  a9 as useConfirm,
99
106
  ad as useDefaultApiErrorHandler,
107
+ aV as useEditorStoreAdapter,
100
108
  e as useEventCallback,
101
109
  u as useNow,
102
110
  ap as usePointUpContext,
103
111
  d as useSessionContext,
104
112
  av as useSubscription,
113
+ aU as useTargetLanguage,
114
+ aO as useTranslate,
105
115
  a5 as useUnreadNotification,
106
116
  al as useUploader,
107
117
  f as utils