@oslokommune/punkt-css 5.0.5 → 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 +18 -0
- package/dist/css/pkt-base.css +1 -0
- package/dist/css/pkt-base.min.css +1 -1
- package/dist/css/pkt.css +1 -0
- package/dist/css/pkt.min.css +1 -1
- package/dist/scss/base/_typography.scss +1 -1
- 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
|
+
## [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
|
+
|
|
8
26
|
## [5.0.5](https://github.com/oslokommune/punkt/compare/5.0.4...5.0.5) (2023-06-01)
|
|
9
27
|
|
|
10
28
|
### ⚠ BREAKING CHANGES
|
package/dist/css/pkt-base.css
CHANGED
|
@@ -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);
|