@oslokommune/punkt-css 5.0.4 → 5.0.6

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,42 @@ og skriver commits ca etter [Conventional Commits](https://conventionalcommits.o
5
5
 
6
6
  ---
7
7
 
8
+ ## [5.0.6](https://github.com/oslokommune/punkt/compare/5.0.5...5.0.6) (2023-06-02)
9
+
10
+ ### ⚠ BREAKING CHANGES
11
+ Ingen
12
+
13
+ ### Features
14
+ Ingen
15
+
16
+ ### Bug Fixes
17
+ * [891](https://github.com/oslokommune/punkt/issues/891) Legg til cursor på link (#911).
18
+
19
+
20
+ ### Chores
21
+ Ingen
22
+
23
+ ---
24
+
25
+
26
+ ## [5.0.5](https://github.com/oslokommune/punkt/compare/5.0.4...5.0.5) (2023-06-01)
27
+
28
+ ### ⚠ BREAKING CHANGES
29
+ Ingen
30
+
31
+ ### Features
32
+ Ingen
33
+
34
+ ### Bug Fixes
35
+ * Fiks ikonposisjon i PktButton (block => flex) (#909).
36
+
37
+
38
+ ### Chores
39
+ Ingen
40
+
41
+ ---
42
+
43
+
8
44
  ## [5.0.4](https://github.com/oslokommune/punkt/compare/5.0.3...5.0.4) (2023-06-01)
9
45
 
10
46
  ### ⚠ BREAKING CHANGES
@@ -10419,6 +10419,7 @@ a {
10419
10419
  color: var(--color-blue-dark);
10420
10420
  text-decoration: underline;
10421
10421
  word-wrap: break-word;
10422
+ cursor: pointer;
10422
10423
  }
10423
10424
  a:visited {
10424
10425
  color: var(--color-blue-dark);