@navikt/ds-css 6.3.6 → 6.4.1

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.
@@ -182,7 +182,7 @@
182
182
  .navds-file-item__icon {
183
183
  background-color: var(--a-surface-neutral-subtle);
184
184
  color: var(--a-icon-default);
185
- border-radius: var(--a-border-radius-xlarge);
185
+ border-radius: var(--a-border-radius-full);
186
186
  min-height: 3rem;
187
187
  min-width: 3rem;
188
188
  display: grid;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@navikt/ds-css",
3
- "version": "6.3.6",
3
+ "version": "6.4.1",
4
4
  "description": "CSS for NAV Designsystem",
5
5
  "author": "Aksel | NAV designsystem team",
6
6
  "keywords": [
@@ -27,7 +27,7 @@
27
27
  "css:get-version": "node config/get-version.js"
28
28
  },
29
29
  "devDependencies": {
30
- "@navikt/ds-tokens": "^6.3.6",
30
+ "@navikt/ds-tokens": "^6.4.1",
31
31
  "cssnano": "6.0.0",
32
32
  "fast-glob": "3.2.11",
33
33
  "lodash": "4.17.21",