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