@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.
@@ -139,7 +139,7 @@ export declare const richTextStyleObj: {
139
139
  a: {
140
140
  color: string;
141
141
  textDecoration: string;
142
- "&.rutine-link": {
142
+ "&.ain-rich-text-rutine-link": {
143
143
  background: string;
144
144
  color: string;
145
145
  padding: string;
@@ -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: "#7D6B89",
1351
- color: "white",
1352
- padding: "1px 2px",
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);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arkitektbedriftene/fe-lib",
3
- "version": "4.3.1",
3
+ "version": "4.3.2",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": {