@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.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 ? `<span class="mentioned-user">@${s.data.name}</span>` : a;
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 = ({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@apolitical/component-library",
3
- "version": "4.1.8-beta.0",
3
+ "version": "4.1.8-beta.1",
4
4
  "main": "./index.js",
5
5
  "types": "./index.d.ts",
6
6
  "exports": {