@oslokommune/punkt-css 15.0.0 → 15.0.1
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/pkt-base.css +8 -0
- package/dist/css/pkt-base.min.css +1 -1
- package/dist/css/pkt-docs.css +8 -0
- package/dist/css/pkt-docs.min.css +1 -1
- package/dist/css/pkt.css +8 -0
- package/dist/css/pkt.min.css +1 -1
- package/dist/scss/base/_visibility.scss +7 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,24 @@ og skriver commits ca etter [Conventional Commits](https://conventionalcommits.o
|
|
|
5
5
|
|
|
6
6
|
---
|
|
7
7
|
|
|
8
|
+
## [15.0.1](https://github.com/oslokommune/punkt/compare/15.0.0...15.0.1) (2026-02-12)
|
|
9
|
+
|
|
10
|
+
### ⚠ BREAKING CHANGES
|
|
11
|
+
Ingen
|
|
12
|
+
|
|
13
|
+
### Features
|
|
14
|
+
Ingen
|
|
15
|
+
|
|
16
|
+
### Bug Fixes
|
|
17
|
+
* Datepicker i React, onChange trenger React ChangeEvent, ikke native Event (#3244).
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
### Chores
|
|
21
|
+
Ingen
|
|
22
|
+
|
|
23
|
+
---
|
|
24
|
+
|
|
25
|
+
|
|
8
26
|
## [15.0.0](https://github.com/oslokommune/punkt/compare/14.5.4...15.0.0) (2026-02-12)
|
|
9
27
|
|
|
10
28
|
### ⚠ BREAKING CHANGES
|
package/dist/css/pkt-base.css
CHANGED
|
@@ -17352,6 +17352,14 @@ button.pkt-link {
|
|
|
17352
17352
|
visibility: hidden !important;
|
|
17353
17353
|
}
|
|
17354
17354
|
|
|
17355
|
+
.pkt-visually-hidden {
|
|
17356
|
+
position: absolute !important;
|
|
17357
|
+
width: 0 !important;
|
|
17358
|
+
height: 0 !important;
|
|
17359
|
+
overflow: hidden !important;
|
|
17360
|
+
opacity: 0 !important;
|
|
17361
|
+
}
|
|
17362
|
+
|
|
17355
17363
|
@media screen and (min-width: 0) {
|
|
17356
17364
|
.pkt-hide-mobile-up,
|
|
17357
17365
|
.pkt-show.pkt-hide-mobile-up {
|