@arkitektbedriftene/fe-lib 4.3.1 → 4.3.2
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/rich-text.es.js
CHANGED
|
@@ -1346,10 +1346,10 @@ const bn = () => /* @__PURE__ */ h(F, { children: [
|
|
|
1346
1346
|
a: {
|
|
1347
1347
|
color: "#0D6EFD",
|
|
1348
1348
|
textDecoration: "underline",
|
|
1349
|
-
"&.rutine-link": {
|
|
1350
|
-
background: "
|
|
1351
|
-
color: "
|
|
1352
|
-
padding: "
|
|
1349
|
+
"&.ain-rich-text-rutine-link": {
|
|
1350
|
+
background: "$blue100",
|
|
1351
|
+
color: "$blue800",
|
|
1352
|
+
padding: "2px 4px",
|
|
1353
1353
|
borderRadius: "$sm"
|
|
1354
1354
|
}
|
|
1355
1355
|
},
|
|
@@ -1583,7 +1583,7 @@ const go = (t) => (B.baseURL = t, B), rt = class extends j {
|
|
|
1583
1583
|
}
|
|
1584
1584
|
createDOM(r) {
|
|
1585
1585
|
const e = super.createDOM(r);
|
|
1586
|
-
return e.setAttribute("href", this.getURL()), e.setAttribute("target", "_blank"), e.setAttribute("rel", "noopener noreferrer"), e.classList.add("rutine-link"), e;
|
|
1586
|
+
return e.setAttribute("href", this.getURL()), e.setAttribute("target", "_blank"), e.setAttribute("rel", "noopener noreferrer"), e.classList.add("ain-rich-text-rutine-link"), e;
|
|
1587
1587
|
}
|
|
1588
1588
|
static importJSON(r) {
|
|
1589
1589
|
return pe(r.url);
|