@oslokommune/punkt-css 12.3.0 → 12.3.4

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.
@@ -7,9 +7,9 @@
7
7
  @use '../abstracts/' as *;
8
8
 
9
9
  .pkt-card {
10
- padding: map.get(variables.$spacing, 'size-32');
10
+ padding: map.get(variables.$spacing, 'size-24');
11
11
  display: flex;
12
- gap: 3rem;
12
+ gap: 2rem;
13
13
 
14
14
  &__wrapper {
15
15
  display: flex;
@@ -278,6 +278,7 @@
278
278
  }
279
279
 
280
280
  &__range-inputs {
281
+ min-width: 17rem;
281
282
  container: range / inline-size;
282
283
  }
283
284
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oslokommune/punkt-css",
3
- "version": "12.3.0",
3
+ "version": "12.3.4",
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",
@@ -54,5 +54,5 @@
54
54
  "url": "https://github.com/oslokommune/punkt/issues"
55
55
  },
56
56
  "license": "MIT",
57
- "gitHead": "464d3d6b9981108d7a53912cb58e14fc73c9be10"
57
+ "gitHead": "03713d6eb45c661add11500370667746903294dc"
58
58
  }