@norges-domstoler/dds-components 0.0.0-dev-20240304072322 → 0.0.0-dev-20240304122815
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.js +10 -5
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +10 -5
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -3808,13 +3808,13 @@ var getDefaultTypographyType = (h) => {
|
|
|
3808
3808
|
case "h1":
|
|
3809
3809
|
return "headingSans06";
|
|
3810
3810
|
case "h2":
|
|
3811
|
-
return "headingSans05";
|
|
3812
|
-
case "h3":
|
|
3813
3811
|
return "headingSans04";
|
|
3814
|
-
case "
|
|
3812
|
+
case "h3":
|
|
3815
3813
|
return "headingSans03";
|
|
3816
|
-
case "
|
|
3814
|
+
case "h4":
|
|
3817
3815
|
return "headingSans02";
|
|
3816
|
+
case "h5":
|
|
3817
|
+
return "headingSans01";
|
|
3818
3818
|
case "h6":
|
|
3819
3819
|
return "headingSans01";
|
|
3820
3820
|
default:
|
|
@@ -5868,7 +5868,12 @@ var { colors: colors14, spacing: spacing13, borderRadius: borderRadius5 } = impo
|
|
|
5868
5868
|
var typographyType3 = "bodySans01";
|
|
5869
5869
|
var container3 = {
|
|
5870
5870
|
gap: spacing13.SizesDdsSpacingX025,
|
|
5871
|
-
padding:
|
|
5871
|
+
padding: [
|
|
5872
|
+
spacing13.SizesDdsSpacingX0125,
|
|
5873
|
+
spacing13.SizesDdsSpacingX025,
|
|
5874
|
+
spacing13.SizesDdsSpacingX0125,
|
|
5875
|
+
spacing13.SizesDdsSpacingX05
|
|
5876
|
+
].join(" "),
|
|
5872
5877
|
backgroundColor: colors14.DdsColorNeutralsGray1,
|
|
5873
5878
|
border: `1px solid ${colors14.DdsColorNeutralsGray3}`,
|
|
5874
5879
|
borderRadius: borderRadius5.RadiiDdsBorderRadius1Radius
|