@norges-domstoler/dds-components 17.2.0 → 17.2.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.
- package/dist/index.css +8 -4
- package/dist/index.css.map +1 -1
- package/dist/index.d.mts +53 -52
- package/dist/index.d.ts +53 -52
- package/dist/index.js +19 -5
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +18 -5
- package/dist/index.mjs.map +1 -1
- package/package.json +6 -6
package/dist/index.css
CHANGED
|
@@ -445,6 +445,9 @@
|
|
|
445
445
|
:where(.typographyStyles_legend--margins) {
|
|
446
446
|
margin-bottom: var(--dds-spacing-x1-5);
|
|
447
447
|
}
|
|
448
|
+
:where(.typographyStyles_caption--withMargins) {
|
|
449
|
+
display: table-caption;
|
|
450
|
+
}
|
|
448
451
|
:where(.typographyStyles_bold) {
|
|
449
452
|
font-weight: 600;
|
|
450
453
|
}
|
|
@@ -841,10 +844,11 @@
|
|
|
841
844
|
}
|
|
842
845
|
|
|
843
846
|
/* src/components/BackLink/BackLink.module.css */
|
|
844
|
-
.
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
|
|
847
|
+
.BackLink_icon {
|
|
848
|
+
display: inline;
|
|
849
|
+
margin: 0.1em 0.25em -0.1em 0.1em;
|
|
850
|
+
transform: translateY(0.05em);
|
|
851
|
+
vertical-align: baseline;
|
|
848
852
|
}
|
|
849
853
|
|
|
850
854
|
/* src/components/Breadcrumbs/Breadcrumbs.module.css */
|