@oslokommune/punkt-css 12.40.7 → 12.40.10

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.
@@ -252,9 +252,14 @@ $-module-name: 'pkt-input-check';
252
252
  }
253
253
  }
254
254
 
255
- &:disabled + .pkt-inputwrapper {
256
- color: var(--pkt-color-input-text-disabled);
257
- cursor: not-allowed;
255
+ @at-root .#{$-module-name}__input-label--disabled,
256
+ &:disabled + .pkt-inputwrapper,
257
+ &:disabled + .#{$-module-name}__input-label {
258
+ &,
259
+ & .pkt-input-check__input-helptext {
260
+ color: var(--pkt-color-input-text-disabled);
261
+ cursor: not-allowed;
262
+ }
258
263
  }
259
264
 
260
265
  //Modifiers checkbox and radio
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oslokommune/punkt-css",
3
- "version": "12.40.7",
3
+ "version": "12.40.10",
4
4
  "description": "CSS-rammeverket til Punkt, et designsystem laget av Oslo Origo",
5
5
  "homepage": "https://punkt.oslo.kommune.no",
6
6
  "author": "Team Designsystem, Oslo Origo",
@@ -19,11 +19,9 @@
19
19
  "dev": "astro dev",
20
20
  "preview": "astro preview"
21
21
  },
22
- "dependencies": {
23
- "astro": "^5.7.5"
24
- },
25
22
  "devDependencies": {
26
23
  "@oslokommune/punkt-assets": "^12.39.2",
24
+ "astro": "^5.7.5",
27
25
  "edit-json-file": "^1.8.0",
28
26
  "fs-extra": "^11.2.0",
29
27
  "prettier": "^3.3.3",
@@ -57,5 +55,5 @@
57
55
  "url": "https://github.com/oslokommune/punkt/issues"
58
56
  },
59
57
  "license": "MIT",
60
- "gitHead": "629308f7b56cbf42acb6305048ff3e363e25632b"
58
+ "gitHead": "cc642acc20fb7c667d25909bd6309fe613f66c6f"
61
59
  }