@oslokommune/punkt-css 16.0.0 → 16.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/16.0/icons' !default;
9
+ $icon-path: 'https://punkt-cdn.oslo.kommune.no/16.2/icons' !default;
10
10
 
11
11
  // Borders
12
12
  $border-width: (
@@ -124,6 +124,7 @@ pkt-card {
124
124
  &.pkt-card__image-round {
125
125
  border-radius: 50%;
126
126
  align-self: unset;
127
+ flex-grow: 0;
127
128
  max-height: 400px;
128
129
  max-width: 400px;
129
130
  }
@@ -82,8 +82,6 @@
82
82
  .pkt-header-service {
83
83
  --pkt-header-height: #{map.get(variables.$spacing, 'size-72')};
84
84
 
85
- position: relative;
86
-
87
85
  @include header-cq($cq-bp-tablet) {
88
86
  --pkt-header-height: #{map.get(variables.$spacing, 'size-88')};
89
87
  }
@@ -108,7 +106,9 @@
108
106
  }
109
107
  }
110
108
 
109
+ position: relative;
111
110
  background-color: var(--pkt-color-background-default);
111
+ border-bottom: 1px solid var(--pkt-color-border-subtle);
112
112
  container-type: inline-size;
113
113
  container-name: header-service;
114
114
  display: grid;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oslokommune/punkt-css",
3
- "version": "16.0.0",
3
+ "version": "16.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",
@@ -55,5 +55,5 @@
55
55
  "url": "https://github.com/oslokommune/punkt/issues"
56
56
  },
57
57
  "license": "MIT",
58
- "gitHead": "b3e88b7c06f9a63c2e911693af6b9860cd73c27b"
58
+ "gitHead": "554167272be133d1486fb9b041b3afe0980c5069"
59
59
  }