@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.
- package/CHANGELOG.md +17 -0
- package/dist/css/components/fileupload.css +7 -0
- package/dist/css/components/fileupload.min.css +1 -1
- package/dist/css/pkt-components.css +7 -0
- package/dist/css/pkt-components.min.css +1 -1
- package/dist/css/pkt-docs.css +7 -0
- package/dist/css/pkt-docs.min.css +1 -1
- package/dist/css/pkt.css +7 -0
- package/dist/css/pkt.min.css +1 -1
- package/dist/scss/components/_fileupload.scss +6 -0
- package/package.json +2 -2
|
@@ -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.
|
|
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": "
|
|
58
|
+
"gitHead": "1186b7601af17e09107f3f8e55410af0fea62248"
|
|
59
59
|
}
|