@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 CHANGED
@@ -1838,11 +1838,11 @@
1838
1838
  display: flex;
1839
1839
  gap: var(--dds-spacing-x1);
1840
1840
  }
1841
- .Feedback_rating-container--row {
1841
+ .Feedback_rating-container--horizontal {
1842
1842
  flex-direction: row;
1843
1843
  align-items: center;
1844
1844
  }
1845
- .Feedback_rating-container--column {
1845
+ .Feedback_rating-container--vertical {
1846
1846
  flex-direction: column;
1847
1847
  align-items: start;
1848
1848
  }