@oslokommune/punkt-css 16.0.5 → 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
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oslokommune/punkt-css",
3
- "version": "16.0.5",
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": "422e54c85a36cf45cddb1705192572d8456f1406"
58
+ "gitHead": "554167272be133d1486fb9b041b3afe0980c5069"
59
59
  }