@oslokommune/punkt-css 0.20.9 → 0.20.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.
@@ -494,7 +494,7 @@ Therefore, this is removed from the reset here, and images who need to be fluid
494
494
  }
495
495
  @supports (display: grid) {
496
496
  .pkt-dl,
497
- .pkt-dl--narrow {
497
+ .pkt-dl--narrow {
498
498
  display: grid;
499
499
  flex-direction: column;
500
500
  grid-template-columns: 1fr;
package/dist/css/pkt.css CHANGED
@@ -10416,7 +10416,7 @@ Therefore, this is removed from the reset here, and images who need to be fluid
10416
10416
  }
10417
10417
  @supports (display: grid) {
10418
10418
  .pkt-dl,
10419
- .pkt-dl--narrow {
10419
+ .pkt-dl--narrow {
10420
10420
  display: grid;
10421
10421
  flex-direction: column;
10422
10422
  grid-template-columns: 1fr;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oslokommune/punkt-css",
3
- "version": "0.20.9",
3
+ "version": "0.20.10",
4
4
  "description": "CSS-rammeverket til Punkt, et designsystem laget av Oslo Origo",
5
5
  "author": "Team Min side <team-minside@oslo.kommune.no>",
6
6
  "type": "module",
@@ -19,7 +19,7 @@
19
19
  "preview": "vite preview"
20
20
  },
21
21
  "devDependencies": {
22
- "@oslokommune/punkt-assets": "^0.20.9",
22
+ "@oslokommune/punkt-assets": "^0.20.10",
23
23
  "chokidar-cli": "^3.0.0",
24
24
  "edit-json-file": "^1.6.2",
25
25
  "fs-extra": "^10.0.0",
@@ -30,7 +30,7 @@
30
30
  "vite": "^3.1.0"
31
31
  },
32
32
  "peerDependencies": {
33
- "@oslokommune/punkt-assets": "*"
33
+ "@oslokommune/punkt-assets": ">=0.20.0"
34
34
  },
35
35
  "homepage": "https://designsystem.oslo.kommune.no",
36
36
  "repository": {
@@ -40,5 +40,5 @@
40
40
  "bugs": {
41
41
  "url": "https://github.com/oslokommune/oslo-designsystem/issues"
42
42
  },
43
- "gitHead": "0e9cb118dcf0241e7d04fb45b9b6220f2a694f89"
43
+ "gitHead": "395e1e7b0a1483afc7f573fed37cfebd160baed4"
44
44
  }