@oslokommune/punkt-css 0.21.6 → 0.22.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.
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,17 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [0.22.0](https://github.com/oslokommune/punkt/compare/v0.21.7...v0.22.0) (2023-02-23)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **css:** [#659](https://github.com/oslokommune/punkt/issues/659) - Lagt på prefix på hjelpeklasser ([f95daec](https://github.com/oslokommune/punkt/commit/f95daece763b74f4197492a8623d421e48ef62b5))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
6
17
|
## [0.21.6](https://github.com/oslokommune/punkt/compare/v0.21.5...v0.21.6) (2023-02-20)
|
|
7
18
|
|
|
8
19
|
**Note:** Version bump only for package @oslokommune/punkt-css
|
package/dist/css/pkt-base.css
CHANGED
|
@@ -9583,15 +9583,15 @@ a:active {
|
|
|
9583
9583
|
/*
|
|
9584
9584
|
* Alignment
|
|
9585
9585
|
*/
|
|
9586
|
-
.
|
|
9586
|
+
.pkt-txt-start {
|
|
9587
9587
|
text-align: left !important;
|
|
9588
9588
|
}
|
|
9589
9589
|
|
|
9590
|
-
.
|
|
9590
|
+
.pkt-txt-end {
|
|
9591
9591
|
text-align: right !important;
|
|
9592
9592
|
}
|
|
9593
9593
|
|
|
9594
|
-
.
|
|
9594
|
+
.pkt-txt-center {
|
|
9595
9595
|
text-align: center !important;
|
|
9596
9596
|
}
|
|
9597
9597
|
|
|
@@ -9599,7 +9599,7 @@ a:active {
|
|
|
9599
9599
|
* Truncate text
|
|
9600
9600
|
* requires inline-block or block
|
|
9601
9601
|
*/
|
|
9602
|
-
.truncate-
|
|
9602
|
+
.pkt-truncate-txt {
|
|
9603
9603
|
overflow: hidden;
|
|
9604
9604
|
text-overflow: ellipsis;
|
|
9605
9605
|
white-space: nowrap;
|
|
@@ -9710,7 +9710,7 @@ a:active {
|
|
|
9710
9710
|
* Accessibility
|
|
9711
9711
|
* https://kittygiraudel.com/2016/10/13/css-hide-and-seek/#undesirable-overflows-18012019
|
|
9712
9712
|
*/
|
|
9713
|
-
.sr-only {
|
|
9713
|
+
.pkt-sr-only {
|
|
9714
9714
|
border: 0 !important;
|
|
9715
9715
|
clip: rect(1px, 1px, 1px, 1px) !important;
|
|
9716
9716
|
-webkit-clip-path: inset(50%) !important;
|