@norges-domstoler/dds-components 0.0.0-dev-20240304072322 → 0.0.0-dev-20240304081619
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 +4 -4
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +4 -4
- package/dist/index.mjs.map +1 -1
- package/package.json +3 -3
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:
|