@oslokommune/punkt-css 13.15.6 → 13.15.7

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.
@@ -95,7 +95,7 @@ pkt-accordion[skin='blue'] {
95
95
 
96
96
  > .pkt-accordion-item:nth-of-type(odd),
97
97
  pkt-accordion-item:nth-of-type(odd) > .pkt-accordion-item {
98
- background-color: var(--pkt-color-surface-default-light-blue);
98
+ background-color: var(--pkt-color-surface-subtle-pale-blue);
99
99
  }
100
100
  }
101
101
 
@@ -206,7 +206,7 @@ pkt-accordion[compact] {
206
206
 
207
207
  &--blue,
208
208
  pkt-accordion-item[skin='blue'] {
209
- background-color: var(--pkt-color-surface-default-light-blue);
209
+ background-color: var(--pkt-color-surface-subtle-pale-blue);
210
210
  }
211
211
  }
212
212
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oslokommune/punkt-css",
3
- "version": "13.15.6",
3
+ "version": "13.15.7",
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": "23a8027ca807e77008e03ec3d553c87f52db6f81"
58
+ "gitHead": "7e4095937cbada621b5a18bf8d665715a10d5404"
59
59
  }