@norges-domstoler/dds-components 0.0.0-dev-20241203113149 → 0.0.0-dev-20241203113256
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 +2 -2
- 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
|
@@ -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
|
}
|