@happeouikit/content-renderer 3.5.5 → 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.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",
@@ -5535,6 +5539,11 @@ const vi = bi(), wi = new RegExp(tt, "gi"), yi = new RegExp(
5535
5539
  text-decoration: none;
5536
5540
  border: 1px solid var(--color-yellow200);
5537
5541
  }
5542
+
5543
+ &:focus-visible {
5544
+ outline: 2px solid var(--color-active-primary);
5545
+ outline-offset: 1px;
5546
+ }
5538
5547
  }
5539
5548
  .extraMention {
5540
5549
  cursor: inherit;