@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.
package/dist/rich-text.es.js
CHANGED
|
@@ -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.
|
|
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: "
|
|
1387
|
+
fontSize: "10px",
|
|
1389
1388
|
"@print": {
|
|
1390
1389
|
fontSize: "8pt"
|
|
1391
1390
|
}
|
|
1392
1391
|
},
|
|
1393
1392
|
sm: {
|
|
1394
|
-
fontSize: "
|
|
1393
|
+
fontSize: "12px",
|
|
1395
1394
|
"@print": {
|
|
1396
1395
|
fontSize: "10pt"
|
|
1397
1396
|
}
|
|
1398
1397
|
},
|
|
1399
1398
|
md: {
|
|
1400
|
-
fontSize: "
|
|
1399
|
+
fontSize: "14px",
|
|
1401
1400
|
"@print": {
|
|
1402
1401
|
fontSize: "12pt"
|
|
1403
1402
|
}
|
|
1404
1403
|
},
|
|
1405
1404
|
lg: {
|
|
1406
|
-
fontSize: "
|
|
1405
|
+
fontSize: "16px",
|
|
1407
1406
|
"@print": {
|
|
1408
1407
|
fontSize: "14pt"
|
|
1409
1408
|
}
|
|
1410
1409
|
},
|
|
1411
1410
|
xl: {
|
|
1412
|
-
fontSize: "
|
|
1411
|
+
fontSize: "18px",
|
|
1413
1412
|
"@print": {
|
|
1414
1413
|
fontSize: "16pt"
|
|
1415
1414
|
}
|