@oslokommune/punkt-css 13.21.0 → 13.22.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/13.21/icons' !default;
9
+ $icon-path: 'https://punkt-cdn.oslo.kommune.no/13.22/icons' !default;
10
10
 
11
11
  // Borders
12
12
  $border-width: (
@@ -256,15 +256,15 @@ pkt-card {
256
256
  &--outlined,
257
257
  &--outlined-beige {
258
258
  background-color: var(--pkt-color-background-default);
259
- outline-offset: -4px;
259
+ outline-offset: -2px;
260
260
  }
261
261
 
262
262
  &--outlined {
263
- outline: 4px solid var(--pkt-color-grays-gray-100);
263
+ outline: 2px solid var(--pkt-color-grays-gray-100);
264
264
  }
265
265
 
266
266
  &--outlined-beige {
267
- outline: 4px solid var(--pkt-color-brand-light-beige-1000);
267
+ outline: 2px solid var(--pkt-color-brand-light-beige-1000);
268
268
  }
269
269
 
270
270
  &--gray {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oslokommune/punkt-css",
3
- "version": "13.21.0",
3
+ "version": "13.22.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",
@@ -55,5 +55,5 @@
55
55
  "url": "https://github.com/oslokommune/punkt/issues"
56
56
  },
57
57
  "license": "MIT",
58
- "gitHead": "7559532feebf044efeec97d19d74c9c77e46a5b3"
58
+ "gitHead": "ac304ed1adafb9567490e5b9a8d550712f4e68f1"
59
59
  }