@happeouikit/content-renderer 3.5.4 → 3.5.6
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.cjs.js +12 -7
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +11 -0
- package/dist/index.es.js.map +1 -1
- package/package.json +2 -2
package/dist/index.es.js
CHANGED
|
@@ -138,6 +138,10 @@ const kr = /* @__PURE__ */ Br(ha), ga = {
|
|
|
138
138
|
"href",
|
|
139
139
|
"title",
|
|
140
140
|
"rel",
|
|
141
|
+
"role",
|
|
142
|
+
"tabindex",
|
|
143
|
+
"aria-label",
|
|
144
|
+
"aria-describedby",
|
|
141
145
|
"data-user-id",
|
|
142
146
|
"data-user-id-old",
|
|
143
147
|
"data-collection-id",
|
|
@@ -5401,6 +5405,8 @@ const vi = bi(), wi = new RegExp(tt, "gi"), yi = new RegExp(
|
|
|
5401
5405
|
}
|
|
5402
5406
|
),
|
|
5403
5407
|
j.map((a) => {
|
|
5408
|
+
if ((a.textContent ?? "").trim().length === 0)
|
|
5409
|
+
return null;
|
|
5404
5410
|
let d = a.textContent ? Ct(a.textContent) : "", o = !1;
|
|
5405
5411
|
if (a.tagName !== ct) {
|
|
5406
5412
|
o = !0;
|
|
@@ -5533,6 +5539,11 @@ const vi = bi(), wi = new RegExp(tt, "gi"), yi = new RegExp(
|
|
|
5533
5539
|
text-decoration: none;
|
|
5534
5540
|
border: 1px solid var(--color-yellow200);
|
|
5535
5541
|
}
|
|
5542
|
+
|
|
5543
|
+
&:focus-visible {
|
|
5544
|
+
outline: 2px solid var(--color-active-primary);
|
|
5545
|
+
outline-offset: 1px;
|
|
5546
|
+
}
|
|
5536
5547
|
}
|
|
5537
5548
|
.extraMention {
|
|
5538
5549
|
cursor: inherit;
|