@oslokommune/punkt-react 12.14.2 → 12.14.3
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/punkt-react.es.js +1273 -1273
- package/dist/punkt-react.umd.js +134 -134
- package/package.json +4 -4
- package/src/components/preview/Preview.tsx +3 -1
- package/src/components/preview/PreviewPropEditor.tsx +2 -2
- package/src/components/preview/PreviewSpecs.tsx +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
|
+
## [12.14.3](https://github.com/oslokommune/punkt/compare/12.14.2...12.14.3) (2025-01-03)
|
|
9
|
+
|
|
10
|
+
### ⚠ BREAKING CHANGES
|
|
11
|
+
Ingen
|
|
12
|
+
|
|
13
|
+
### Features
|
|
14
|
+
Ingen
|
|
15
|
+
|
|
16
|
+
### Bug Fixes
|
|
17
|
+
* Komponentbygger forårsaker evig loop i Datepicker (#2104). Og button-varianter har fått feil styling…
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
### Chores
|
|
21
|
+
Ingen
|
|
22
|
+
|
|
23
|
+
---
|
|
24
|
+
|
|
25
|
+
|
|
8
26
|
## [12.14.2](https://github.com/oslokommune/punkt/compare/12.14.1...12.14.2) (2025-01-02)
|
|
9
27
|
|
|
10
28
|
### ⚠ BREAKING CHANGES
|