@oslokommune/punkt-css 3.0.1 → 3.0.2
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 +13 -0
- package/dist/css/pkt-base.css +1 -1
- package/dist/css/pkt-base.min.css +1 -1
- package/dist/css/pkt.css +1 -1
- 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
|
@@ -3,6 +3,19 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [3.0.2](https://github.com/oslokommune/punkt/compare/v3.0.1...v3.0.2) (2023-03-16)
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
* [#735](https://github.com/oslokommune/punkt/issues/735) Rett feil i visning av innlogget bruker i Header komponent
|
|
10
|
+
Rettet skrivefeil i css-klassen til `pkt-truncate-text`.
|
|
11
|
+
|
|
12
|
+
## [3.0.1](https://github.com/oslokommune/punkt/compare/v3.0.0...v3.0.1) (2023-03-15)
|
|
13
|
+
|
|
14
|
+
### Bug Fixes
|
|
15
|
+
* [#731](https://github.com/oslokommune/punkt/issues/731) Fjern button margin
|
|
16
|
+
I forbindelse med innføring av `focus` style la vi inn marg rundt knappene, siden markering er på utsiden.
|
|
17
|
+
Dette var en dårlig idé så den fjernet vi.
|
|
18
|
+
|
|
6
19
|
## [3.0.0](https://github.com/oslokommune/punkt/compare/v2.0.3...v3.0.0) (2023-03-13)
|
|
7
20
|
|
|
8
21
|
Versjon 3 inneholder endringer på Alert-komponenten både i css og Vue2, og finnes nå også i React.
|
package/dist/css/pkt-base.css
CHANGED