@apolitical/component-library 4.1.8-beta.1 → 4.1.8
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/discussion/discussion.mock.d.ts +2 -2
- package/index.mjs +7 -1
- package/package.json +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export const mentions: {
|
|
2
|
-
|
|
2
|
+
'123456ab-12ab-12ab-12ab-123456789abc': {
|
|
3
3
|
created_at: string;
|
|
4
4
|
updated_at: string;
|
|
5
5
|
id: string;
|
|
@@ -9,7 +9,7 @@ export const mentions: {
|
|
|
9
9
|
organization: string;
|
|
10
10
|
};
|
|
11
11
|
};
|
|
12
|
-
|
|
12
|
+
'12abcdef-12cd-12cd-12cd-123456abcdef': {
|
|
13
13
|
created_at: string;
|
|
14
14
|
updated_at: string;
|
|
15
15
|
id: string;
|
package/index.mjs
CHANGED
|
@@ -25319,7 +25319,13 @@ const Kw = ({
|
|
|
25319
25319
|
),
|
|
25320
25320
|
l == null ? void 0 : l.map((B) => {
|
|
25321
25321
|
var ne, D, q, X, _, T, L, $, U, te, ee, ie;
|
|
25322
|
-
const {
|
|
25322
|
+
const {
|
|
25323
|
+
id: E,
|
|
25324
|
+
own_children: w,
|
|
25325
|
+
latest_children: A,
|
|
25326
|
+
children_counts: j,
|
|
25327
|
+
mentioned_users: I
|
|
25328
|
+
} = B, F = (((ne = w == null ? void 0 : w.like) == null ? void 0 : ne.length) || 0) > 0 ? (D = w == null ? void 0 : w.like) == null ? void 0 : D.find((ae) => {
|
|
25323
25329
|
var V;
|
|
25324
25330
|
return ((V = ae == null ? void 0 : ae.user) == null ? void 0 : V.id) === (x == null ? void 0 : x.id);
|
|
25325
25331
|
}) : !1, S = F ? F == null ? void 0 : F.id : "", C = !!F, R = (((q = A == null ? void 0 : A.like) == null ? void 0 : q.length) || 0) > 0 ? (X = A == null ? void 0 : A.like) == null ? void 0 : X.map((ae) => {
|