@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.
@@ -1,5 +1,5 @@
1
1
  export const mentions: {
2
- "123456ab-12ab-12ab-12ab-123456789abc": {
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
- "12abcdef-12cd-12cd-12cd-123456abcdef": {
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 { id: E, own_children: w, latest_children: A, children_counts: j, mentioned_users: I } = 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) => {
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) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@apolitical/component-library",
3
- "version": "4.1.8-beta.1",
3
+ "version": "4.1.8",
4
4
  "main": "./index.js",
5
5
  "types": "./index.d.ts",
6
6
  "exports": {