@navikt/ds-css 5.10.1 → 5.10.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/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @navikt/ds-css
2
2
 
3
+ ## 5.10.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Primtives: CSS-import for primitives er nå mer spesifikk ([#2469](https://github.com/navikt/aksel/pull/2469))
8
+
3
9
  ## 5.10.1
4
10
 
5
11
  ## 5.10.0
@@ -187,7 +187,7 @@ const StyleMappings = {
187
187
  {
188
188
  component: "DatePicker",
189
189
  main: "date.css",
190
- dependencies: [typoCss, primitivesCss, "button.css", "popover.css"],
190
+ dependencies: [typoCss, "button.css", "popover.css", primitivesCss],
191
191
  },
192
192
  {
193
193
  component: "MonthPicker",