@oslokommune/punkt-react 13.17.0 → 13.18.0

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
+ ## [13.18.0](https://github.com/oslokommune/punkt/compare/13.17.0...13.18.0) (2025-12-22)
9
+
10
+ ### ⚠ BREAKING CHANGES
11
+ Ingen
12
+
13
+ ### Features
14
+ * Checkbox med state "indeterminate" som prop (#3148).
15
+
16
+
17
+ ### Bug Fixes
18
+ Ingen
19
+
20
+ ### Chores
21
+ Ingen
22
+
23
+ ---
24
+
25
+
8
26
  ## [13.15.6](https://github.com/oslokommune/punkt/compare/13.15.5...13.15.6) (2025-11-14)
9
27
 
10
28
  ### ⚠ BREAKING CHANGES
package/dist/index.d.ts CHANGED
@@ -179,6 +179,7 @@ export declare interface IPktCheckbox extends InputHTMLAttributes<HTMLInputEleme
179
179
  hasError?: boolean;
180
180
  defaultChecked?: boolean;
181
181
  checked?: boolean;
182
+ indeterminate?: boolean;
182
183
  value?: string;
183
184
  isSwitch?: boolean;
184
185
  hideLabel?: boolean;