@oslokommune/punkt-css 16.8.2 → 16.10.0

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/16.8/icons' !default;
9
+ $icon-path: 'https://punkt-cdn.oslo.kommune.no/16.10/icons' !default;
10
10
 
11
11
  // Borders
12
12
  $border-width: (
@@ -254,6 +254,9 @@ body.pkt-modal--open {
254
254
  .pkt-modal--large {
255
255
  width: 640px;
256
256
  }
257
+ .pkt-modal--fit-content {
258
+ width: fit-content;
259
+ }
257
260
 
258
261
  .pkt-modal__btn-wrapper {
259
262
  padding-top: map.get(variables.$spacing, 'size-24');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oslokommune/punkt-css",
3
- "version": "16.8.2",
3
+ "version": "16.10.0",
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",
@@ -60,5 +60,5 @@
60
60
  "url": "https://github.com/oslokommune/punkt/issues"
61
61
  },
62
62
  "license": "MIT",
63
- "gitHead": "1ff7d19b9d19c3b3e810dcee4bc3bd1d3fcc3610"
63
+ "gitHead": "7d339c3bc11d0da4291536496aebb6761dd519cb"
64
64
  }