@oslokommune/punkt-css 12.39.1 → 12.39.5

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.
@@ -161,6 +161,10 @@ $pkt-modal-padding-sides: map.get(variables.$spacing, 'size-40');
161
161
  align-self: flex-start;
162
162
  }
163
163
 
164
+ .pkt-modal__noCloseButton {
165
+ background: var(--pkt-color-background-default);
166
+ grid-area: close;
167
+ }
164
168
  .pkt-modal__closeButton--blue {
165
169
  height: 100%;
166
170
  background: var(--pkt-color-background-default);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oslokommune/punkt-css",
3
- "version": "12.39.1",
3
+ "version": "12.39.5",
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",
@@ -23,7 +23,7 @@
23
23
  "astro": "^5.7.5"
24
24
  },
25
25
  "devDependencies": {
26
- "@oslokommune/punkt-assets": "^12.39.1",
26
+ "@oslokommune/punkt-assets": "^12.39.2",
27
27
  "edit-json-file": "^1.8.0",
28
28
  "fs-extra": "^11.2.0",
29
29
  "prettier": "^3.3.3",
@@ -57,5 +57,5 @@
57
57
  "url": "https://github.com/oslokommune/punkt/issues"
58
58
  },
59
59
  "license": "MIT",
60
- "gitHead": "f00768b66e00983a704053c635fefa6b717889ee"
60
+ "gitHead": "1c97e7a7a152408f9574d3e95d5a4497a04317f6"
61
61
  }