@navikt/ds-css 0.12.12 → 0.13.0

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/form/switch.css CHANGED
@@ -210,7 +210,7 @@
210
210
  appearance: none;
211
211
  }
212
212
 
213
- .navds-switch--disabled {
213
+ .navds-switch--disabled:not(.navds-switch--loading) {
214
214
  opacity: 0.3;
215
215
  }
216
216
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@navikt/ds-css",
3
- "version": "0.12.12",
3
+ "version": "0.13.0",
4
4
  "private": false,
5
5
  "description": "Css for NAV Designsystem components",
6
6
  "author": "NAV Designsystem team",
@@ -21,11 +21,11 @@
21
21
  "watch": "postcss --watch --use postcss-import -o dist/index.css index.css"
22
22
  },
23
23
  "devDependencies": {
24
- "@navikt/ds-tokens": "^0.7.1",
24
+ "@navikt/ds-tokens": "^0.8.0",
25
25
  "normalize.css": "^8.0.1",
26
26
  "postcss": "^8.3.6",
27
27
  "postcss-cli": "^8.3.1",
28
28
  "postcss-import": "^14.0.2"
29
29
  },
30
- "gitHead": "474ea81bbdeb5d5f07f382f0c663757f30e21672"
30
+ "gitHead": "f464347f6e6cb8945c74fe1d95d459c731ee3629"
31
31
  }