@norges-domstoler/dds-components 0.0.0-dev-20241203113149 → 0.0.0-dev-20241203113357
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 +3 -3
- package/dist/index.css.map +1 -1
- package/dist/index.d.mts +6 -1
- package/dist/index.d.ts +6 -1
- package/dist/index.js +402 -394
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +329 -321
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -1346,7 +1346,7 @@
|
|
|
1346
1346
|
}
|
|
1347
1347
|
.Card_container--border {
|
|
1348
1348
|
background-color: var(--dds-color-surface-default);
|
|
1349
|
-
border-color: var(--dds-color-border-
|
|
1349
|
+
border-color: var(--dds-color-border-subtle);
|
|
1350
1350
|
}
|
|
1351
1351
|
.Card_container--navigation {
|
|
1352
1352
|
text-decoration: none;
|
|
@@ -1838,11 +1838,11 @@
|
|
|
1838
1838
|
display: flex;
|
|
1839
1839
|
gap: var(--dds-spacing-x1);
|
|
1840
1840
|
}
|
|
1841
|
-
.Feedback_rating-container--
|
|
1841
|
+
.Feedback_rating-container--horizontal {
|
|
1842
1842
|
flex-direction: row;
|
|
1843
1843
|
align-items: center;
|
|
1844
1844
|
}
|
|
1845
|
-
.Feedback_rating-container--
|
|
1845
|
+
.Feedback_rating-container--vertical {
|
|
1846
1846
|
flex-direction: column;
|
|
1847
1847
|
align-items: start;
|
|
1848
1848
|
}
|