@arkitektbedriftene/fe-lib 5.1.2 → 5.1.3

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.
@@ -1,5 +1,4 @@
1
1
  export declare const richTextStyleObj: {
2
- fontSize: string;
3
2
  lineHeight: string;
4
3
  whiteSpace: string;
5
4
  wordBreak: string;
@@ -1209,14 +1209,13 @@ const Cn = () => /* @__PURE__ */ h(P, { children: [
1209
1209
  }
1210
1210
  ) });
1211
1211
  }, Ln = {
1212
- fontSize: "1rem",
1213
1212
  lineHeight: "1.5",
1214
1213
  whiteSpace: "pre-wrap",
1215
1214
  wordBreak: "break-word",
1216
1215
  "h1, h2, h3, h4, h5, h6": {
1217
1216
  fontWeight: "700",
1218
1217
  lineHeight: "1.2",
1219
- margin: "1.5rem 0 0.5rem",
1218
+ margin: "1.5em 0 0.5em",
1220
1219
  "&:first-child": {
1221
1220
  marginTop: "0"
1222
1221
  }
@@ -1385,31 +1384,31 @@ const Cn = () => /* @__PURE__ */ h(P, { children: [
1385
1384
  variants: {
1386
1385
  size: {
1387
1386
  xs: {
1388
- fontSize: "0.625rem",
1387
+ fontSize: "10px",
1389
1388
  "@print": {
1390
1389
  fontSize: "8pt"
1391
1390
  }
1392
1391
  },
1393
1392
  sm: {
1394
- fontSize: "0.75rem",
1393
+ fontSize: "12px",
1395
1394
  "@print": {
1396
1395
  fontSize: "10pt"
1397
1396
  }
1398
1397
  },
1399
1398
  md: {
1400
- fontSize: "0.875rem",
1399
+ fontSize: "14px",
1401
1400
  "@print": {
1402
1401
  fontSize: "12pt"
1403
1402
  }
1404
1403
  },
1405
1404
  lg: {
1406
- fontSize: "1rem",
1405
+ fontSize: "16px",
1407
1406
  "@print": {
1408
1407
  fontSize: "14pt"
1409
1408
  }
1410
1409
  },
1411
1410
  xl: {
1412
- fontSize: "1.25rem",
1411
+ fontSize: "18px",
1413
1412
  "@print": {
1414
1413
  fontSize: "16pt"
1415
1414
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arkitektbedriftene/fe-lib",
3
- "version": "5.1.2",
3
+ "version": "5.1.3",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  "./oidc": {