@oslokommune/punkt-css 17.0.4 → 17.0.5
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 +874 -469
- package/dist/css/pkt-base.min.css +1 -1
- package/dist/css/pkt-docs.css +874 -469
- package/dist/css/pkt-docs.min.css +1 -1
- package/dist/css/pkt.css +874 -469
- package/dist/css/pkt.min.css +1 -1
- package/dist/scss/base/_colors.scss +39 -41
- 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
|
+
## [17.0.5](https://github.com/oslokommune/punkt/compare/17.0.4...17.0.5) (2026-08-13)
|
|
9
|
+
|
|
10
|
+
### ⚠ BREAKING CHANGES
|
|
11
|
+
Ingen
|
|
12
|
+
|
|
13
|
+
### Features
|
|
14
|
+
Ingen
|
|
15
|
+
|
|
16
|
+
### Bug Fixes
|
|
17
|
+
* Flytt fargehjelpeklasser ut av `:root` (#3582). De hører ikke hjemme der og det legges til unødvendig høy spesifisitet var å legge dem der. `:root` er kun for CSS-variabler.
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
### Chores
|
|
21
|
+
Ingen
|
|
22
|
+
|
|
23
|
+
---
|
|
24
|
+
|
|
25
|
+
|
|
8
26
|
## [17.0.4](https://github.com/oslokommune/punkt/compare/17.0.3...17.0.4) (2026-08-13)
|
|
9
27
|
|
|
10
28
|
### ⚠ BREAKING CHANGES
|