@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 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.
@@ -9637,7 +9637,7 @@ a:active {
9637
9637
  * Truncate text
9638
9638
  * requires inline-block or block
9639
9639
  */
9640
- .pkt-truncate-txt {
9640
+ .pkt-truncate-text {
9641
9641
  overflow: hidden;
9642
9642
  text-overflow: ellipsis;
9643
9643
  white-space: nowrap;