@oslokommune/punkt-css 17.0.0 → 17.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 +17 -0
- package/dist/css/pkt-base.css +4 -4
- package/dist/css/pkt-base.min.css +1 -1
- package/dist/css/pkt-docs.css +4 -4
- package/dist/css/pkt-docs.min.css +1 -1
- package/dist/css/pkt.css +4 -4
- package/dist/css/pkt.min.css +1 -1
- package/dist/scss/base/_typography.scss +5 -5
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,23 @@ og skriver commits ca etter [Conventional Commits](https://conventionalcommits.o
|
|
|
5
5
|
|
|
6
6
|
---
|
|
7
7
|
|
|
8
|
+
## [17.0.1](https://github.com/oslokommune/punkt/compare/17.0.0...17.0.1) (2026-08-05)
|
|
9
|
+
|
|
10
|
+
### ⚠ BREAKING CHANGES
|
|
11
|
+
Ingen
|
|
12
|
+
|
|
13
|
+
### Features
|
|
14
|
+
Ingen
|
|
15
|
+
|
|
16
|
+
### Bug Fixes
|
|
17
|
+
Ingen
|
|
18
|
+
|
|
19
|
+
### Chores
|
|
20
|
+
Ingen
|
|
21
|
+
|
|
22
|
+
---
|
|
23
|
+
|
|
24
|
+
|
|
8
25
|
## [17.0.0](https://github.com/oslokommune/punkt/compare/16.26.7...17.0.0) (2026-07-10)
|
|
9
26
|
|
|
10
27
|
### ⚠ BREAKING CHANGES
|
package/dist/css/pkt-base.css
CHANGED
|
@@ -14539,8 +14539,8 @@ a span,
|
|
|
14539
14539
|
color: inherit;
|
|
14540
14540
|
text-decoration: inherit;
|
|
14541
14541
|
}
|
|
14542
|
-
a:visited:not(.pkt-linkcard
|
|
14543
|
-
.pkt-link-button:visited:not(.pkt-linkcard
|
|
14542
|
+
a:visited:not(.pkt-linkcard, .pkt-btn, .pkt-tabs__link):not(:hover),
|
|
14543
|
+
.pkt-link-button:visited:not(.pkt-linkcard, .pkt-btn, .pkt-tabs__link):not(:hover) {
|
|
14544
14544
|
color: inherit;
|
|
14545
14545
|
}
|
|
14546
14546
|
a:hover, a.pkt-link--hover,
|
|
@@ -14611,7 +14611,7 @@ a:active, a.pkt-link--active,
|
|
|
14611
14611
|
vertical-align: middle;
|
|
14612
14612
|
align-self: center;
|
|
14613
14613
|
}
|
|
14614
|
-
.pkt-link--external:hover::after
|
|
14614
|
+
.pkt-link--external:hover::after {
|
|
14615
14615
|
filter: brightness(0) saturate(100%) invert(16%) sepia(99%) saturate(2420%) hue-rotate(222deg) brightness(93%) contrast(90%);
|
|
14616
14616
|
}
|
|
14617
14617
|
|
|
@@ -14627,7 +14627,7 @@ button.pkt-link {
|
|
|
14627
14627
|
[data-mode=dark] .pkt-link--external::after {
|
|
14628
14628
|
filter: brightness(0) saturate(100%) invert(100%);
|
|
14629
14629
|
}
|
|
14630
|
-
[data-mode=dark] .pkt-link--external:hover::after {
|
|
14630
|
+
[data-mode=dark] .pkt-link--external:hover::after, [data-mode=dark] .pkt-link:hover:not(.pkt-btn) pkt-icon, [data-mode=dark] .pkt-link:hover:not(.pkt-btn) .pkt-icon {
|
|
14631
14631
|
filter: brightness(0) saturate(100%) invert(80%) sepia(54%) saturate(502%) hue-rotate(173deg) brightness(109%) contrast(105%);
|
|
14632
14632
|
}
|
|
14633
14633
|
|