@oslokommune/punkt-css 11.16.5 → 11.16.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 +17 -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 -0
- 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
|
+
## [11.16.6](https://github.com/oslokommune/punkt/compare/11.16.5...11.16.6) (2024-08-13)
|
|
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
|
## [11.16.5](https://github.com/oslokommune/punkt/compare/11.16.4...11.16.5) (2024-08-12)
|
|
9
26
|
|
|
10
27
|
### ⚠ BREAKING CHANGES
|
package/dist/css/pkt-base.css
CHANGED
|
@@ -13354,6 +13354,7 @@ a:active, a.pkt-link--active,
|
|
|
13354
13354
|
background-size: 18px 18px;
|
|
13355
13355
|
width: 1.125rem;
|
|
13356
13356
|
height: 1.125rem;
|
|
13357
|
+
vertical-align: middle;
|
|
13357
13358
|
}
|
|
13358
13359
|
.pkt-link--external:hover::after {
|
|
13359
13360
|
filter: brightness(0) saturate(100%) invert(16%) sepia(99%) saturate(2420%) hue-rotate(222deg) brightness(93%) contrast(90%);
|