@oslokommune/punkt-css 12.1.0 → 12.2.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/12.1/icons' !default;
9
+ $icon-path: 'https://punkt-cdn.oslo.kommune.no/12.2/icons' !default;
10
10
 
11
11
  // Borders
12
12
  $border-width: (
@@ -115,6 +115,7 @@ $-linkcard-spacing-big: map.get(variables.$spacing, 'size-24');
115
115
  }
116
116
  }
117
117
 
118
+ &--gray,
118
119
  &--grey {
119
120
  background-color: var(--pkt-color-surface-default-gray) !important;
120
121
  color: var(--pkt-color-text-body-dark) !important;
@@ -147,6 +148,7 @@ $-linkcard-spacing-big: map.get(variables.$spacing, 'size-24');
147
148
  }
148
149
  }
149
150
 
151
+ &--gray-outline,
150
152
  &--grey-outline {
151
153
  border: 4px solid var(--pkt-color-border-subtle) !important;
152
154
  }
@@ -218,6 +218,7 @@
218
218
  }
219
219
  }
220
220
 
221
+ &--gray,
221
222
  &--grey {
222
223
  background: var(--pkt-color-surface-default-gray);
223
224
 
@@ -58,6 +58,7 @@
58
58
  }
59
59
  }
60
60
 
61
+ .pkt-section--gray,
61
62
  .pkt-section--grey {
62
63
  @include -section(map.get(variables.$pkt-colors, 'brand-neutrals-200'));
63
64
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oslokommune/punkt-css",
3
- "version": "12.1.0",
3
+ "version": "12.2.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",
@@ -54,5 +54,5 @@
54
54
  "url": "https://github.com/oslokommune/punkt/issues"
55
55
  },
56
56
  "license": "MIT",
57
- "gitHead": "540906f27796c832d177f5f2bedd1bbe4bced7c4"
57
+ "gitHead": "6eb4f246d43111da9142a7c98526d2d5d7dfda4e"
58
58
  }