@oslokommune/punkt-css 15.4.0 → 15.4.2

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.
@@ -550,6 +550,12 @@ pkt-fileupload,
550
550
  text-overflow: ellipsis;
551
551
  min-width: 0; // Required for text-overflow to work in flex containers
552
552
  }
553
+
554
+ &--fallback {
555
+ .pkt-fileupload__queue-display__item__thumbnail__title {
556
+ @include typography.get-text('pkt-txt-12');
557
+ }
558
+ }
553
559
  }
554
560
 
555
561
  // ----------------------------------------
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oslokommune/punkt-css",
3
- "version": "15.4.0",
3
+ "version": "15.4.2",
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": "0323bc56dc8636595ea48dd88dd966d363aac371"
58
+ "gitHead": "1186b7601af17e09107f3f8e55410af0fea62248"
59
59
  }