@oslokommune/punkt-react 12.41.0 → 12.41.1

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,24 @@ og skriver commits ca etter [Conventional Commits](https://conventionalcommits.o
5
5
 
6
6
  ---
7
7
 
8
+ ## [12.41.1](https://github.com/oslokommune/punkt/compare/12.41.0...12.41.1) (2025-06-11)
9
+
10
+ ### ⚠ BREAKING CHANGES
11
+ Ingen
12
+
13
+ ### Features
14
+ Ingen
15
+
16
+ ### Bug Fixes
17
+ * Combobox må støtte defaultOptions og click/onClick (#2622).
18
+
19
+
20
+ ### Chores
21
+ Ingen
22
+
23
+ ---
24
+
25
+
8
26
  ## [12.41.0](https://github.com/oslokommune/punkt/compare/12.40.10...12.41.0) (2025-06-10)
9
27
 
10
28
  ### ⚠ BREAKING CHANGES
package/dist/index.d.ts CHANGED
@@ -169,6 +169,7 @@ export declare interface IPktCheckbox extends InputHTMLAttributes<HTMLInputEleme
169
169
  export declare interface IPktCombobox extends ExtendedCombobox {
170
170
  helptext?: string | ReactNode | ReactNode[];
171
171
  ref?: LegacyRef<HTMLSelectElement>;
172
+ onClick?: MouseEventHandler<HTMLSelectElement>;
172
173
  onChange?: ChangeEventHandler<HTMLSelectElement>;
173
174
  onInput?: ChangeEventHandler<HTMLSelectElement>;
174
175
  onBlur?: FocusEventHandler<HTMLSelectElement>;