@oslokommune/punkt-css 12.3.10 → 12.4.3

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.
@@ -6,7 +6,7 @@
6
6
  @forward 'spacing';
7
7
 
8
8
  // Default icon path
9
- $icon-path: 'https://punkt-cdn.oslo.kommune.no/12.3/icons' !default;
9
+ $icon-path: 'https://punkt-cdn.oslo.kommune.no/12.4/icons' !default;
10
10
 
11
11
  // Borders
12
12
  $border-width: (
@@ -54,11 +54,11 @@ $-module-name: 'pkt-input-check';
54
54
 
55
55
  &__input {
56
56
  display: flex;
57
- gap: 0.5rem;
58
57
 
59
58
  &-label {
60
59
  @include typography.get-text('pkt-txt-16-light');
61
60
  color: var(--pkt-color-text-body-default);
61
+ padding-left: 0.5rem;
62
62
  }
63
63
 
64
64
  &-helptext {
@@ -320,7 +320,7 @@ $-module-name: 'pkt-input-check';
320
320
  }
321
321
 
322
322
  & > .pkt-input-check__input-label {
323
- padding: 1rem 1rem 1rem 0;
323
+ padding: 1rem 1rem 1rem 0.5rem;
324
324
  width: 100%;
325
325
  }
326
326
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oslokommune/punkt-css",
3
- "version": "12.3.10",
3
+ "version": "12.4.3",
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",
@@ -20,7 +20,7 @@
20
20
  "preview": "astro preview"
21
21
  },
22
22
  "devDependencies": {
23
- "@oslokommune/punkt-assets": "^12.1.0",
23
+ "@oslokommune/punkt-assets": "^12.4.0",
24
24
  "edit-json-file": "^1.8.0",
25
25
  "fs-extra": "^11.2.0",
26
26
  "prettier": "^3.3.3",
@@ -54,5 +54,5 @@
54
54
  "url": "https://github.com/oslokommune/punkt/issues"
55
55
  },
56
56
  "license": "MIT",
57
- "gitHead": "aa45340f085d79e1a70decfcce336c99c361791a"
57
+ "gitHead": "e2f0da635d1cf791a2182a85ec76020c1b7a4c4f"
58
58
  }