@oslokommune/punkt-css 17.0.0 → 17.0.3

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
@@ -5,6 +5,41 @@ og skriver commits ca etter [Conventional Commits](https://conventionalcommits.o
5
5
 
6
6
  ---
7
7
 
8
+ ## [17.0.3](https://github.com/oslokommune/punkt/compare/17.0.2...17.0.3) (2026-08-11)
9
+
10
+ ### ⚠ BREAKING CHANGES
11
+ Ingen
12
+
13
+ ### Features
14
+ Ingen
15
+
16
+ ### Bug Fixes
17
+ Ingen
18
+
19
+ ### Chores
20
+ * Bump Astro til 7.2 (#3579).
21
+
22
+
23
+ ---
24
+
25
+
26
+ ## [17.0.1](https://github.com/oslokommune/punkt/compare/17.0.0...17.0.1) (2026-08-05)
27
+
28
+ ### ⚠ BREAKING CHANGES
29
+ Ingen
30
+
31
+ ### Features
32
+ Ingen
33
+
34
+ ### Bug Fixes
35
+ Ingen
36
+
37
+ ### Chores
38
+ Ingen
39
+
40
+ ---
41
+
42
+
8
43
  ## [17.0.0](https://github.com/oslokommune/punkt/compare/16.26.7...17.0.0) (2026-07-10)
9
44
 
10
45
  ### ⚠ BREAKING CHANGES
@@ -14539,8 +14539,8 @@ a span,
14539
14539
  color: inherit;
14540
14540
  text-decoration: inherit;
14541
14541
  }
14542
- a:visited:not(.pkt-linkcard):not(.pkt-btn):not(.pkt-tabs__link),
14543
- .pkt-link-button:visited:not(.pkt-linkcard):not(.pkt-btn):not(.pkt-tabs__link) {
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, .pkt-link:hover:not(.pkt-btn) pkt-icon, .pkt-link:hover:not(.pkt-btn) .pkt-icon {
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