@oslokommune/punkt-css 15.4.3 → 15.4.4

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.
@@ -240,6 +240,7 @@ pkt-fileupload,
240
240
  padding: map.get(variables.$spacing, 'size-8');
241
241
  min-width: 0;
242
242
  overflow: hidden;
243
+ justify-content: end;
243
244
  }
244
245
 
245
246
  // In-progress items span full width
@@ -553,7 +554,7 @@ pkt-fileupload,
553
554
 
554
555
  &--fallback {
555
556
  .pkt-fileupload__queue-display__item__thumbnail__title {
556
- @include typography.get-text('pkt-txt-12');
557
+ @include typography.get-text('pkt-txt-14');
557
558
  }
558
559
  }
559
560
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oslokommune/punkt-css",
3
- "version": "15.4.3",
3
+ "version": "15.4.4",
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": "2209815d9725ba435cd62f140625a3f40903202a"
58
+ "gitHead": "f311283f212b9c79eab7c4a73e8bfc90751b1f61"
59
59
  }