@apolitical/component-library 4.1.8-beta.0 → 4.1.8-beta.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/index.js +1 -1
- package/index.mjs +1 -1
- package/package.json +1 -1
- package/style.css +1 -1
package/index.mjs
CHANGED
|
@@ -23362,7 +23362,7 @@ const lw = ({
|
|
|
23362
23362
|
let r = t ? Zn(e, dw) : e;
|
|
23363
23363
|
return r = r.trim(), n && (r = r.replace(cw, (a, i) => {
|
|
23364
23364
|
const s = n[i];
|
|
23365
|
-
return s ? `<
|
|
23365
|
+
return s ? `<a href="/profiles/${s.id}" class="mentioned-user">@${s.data.name}</a>` : a;
|
|
23366
23366
|
})), r;
|
|
23367
23367
|
};
|
|
23368
23368
|
const Vt = "discussion_", hw = 195, ei = ({
|