@oslokommune/punkt-react 12.34.1 → 12.34.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 CHANGED
@@ -5,6 +5,41 @@ og skriver commits ca etter [Conventional Commits](https://conventionalcommits.o
5
5
 
6
6
  ---
7
7
 
8
+ ## [12.34.3](https://github.com/oslokommune/punkt/compare/12.34.2...12.34.3) (2025-04-25)
9
+
10
+ ### ⚠ BREAKING CHANGES
11
+ Ingen
12
+
13
+ ### Features
14
+ Ingen
15
+
16
+ ### Bug Fixes
17
+ * Combobox bugs med option.selected, og typeahead når kun value (#2455). Fikser #2454 og #2450
18
+
19
+
20
+ ### Chores
21
+ Ingen
22
+
23
+ ---
24
+
25
+
26
+ ## [12.34.2](https://github.com/oslokommune/punkt/compare/12.34.1...12.34.2) (2025-04-23)
27
+
28
+ ### ⚠ BREAKING CHANGES
29
+ Ingen
30
+
31
+ ### Features
32
+ Ingen
33
+
34
+ ### Bug Fixes
35
+ Ingen
36
+
37
+ ### Chores
38
+ Ingen
39
+
40
+ ---
41
+
42
+
8
43
  ## [12.34.1](https://github.com/oslokommune/punkt/compare/12.34.0...12.34.1) (2025-04-23)
9
44
 
10
45
  ### ⚠ BREAKING CHANGES
package/dist/index.d.ts CHANGED
@@ -748,14 +748,3 @@ declare interface UserMenuItem {
748
748
  }
749
749
 
750
750
  export { }
751
-
752
-
753
- declare global {
754
- interface Window {
755
- pktFetch: () => Promise<{
756
- ok: boolean;
757
- text: () => Promise<string>;
758
- }>;
759
- pktIconPath: string;
760
- }
761
- }