@oslokommune/punkt-react 12.6.7 → 12.7.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
+ ## [12.6.9](https://github.com/oslokommune/punkt/compare/12.6.8...12.6.9) (2024-11-15)
9
+
10
+ ### ⚠ BREAKING CHANGES
11
+ Ingen
12
+
13
+ ### Features
14
+ Ingen
15
+
16
+ ### Bug Fixes
17
+ * PktDatepicker bør bruke `useWrapper` for InputWrapper (#2018).
18
+
19
+
20
+ ### Chores
21
+ Ingen
22
+
23
+ ---
24
+
25
+
8
26
  ## [12.6.7](https://github.com/oslokommune/punkt/compare/12.6.6...12.6.7) (2024-11-08)
9
27
 
10
28
  ### ⚠ BREAKING CHANGES
package/dist/index.d.ts CHANGED
@@ -155,6 +155,7 @@ declare interface IPktDatepicker extends PktElType {
155
155
  requiredText?: string;
156
156
  optionalTag?: boolean;
157
157
  optionalText?: string;
158
+ useWrapper?: boolean;
158
159
  helptext?: string;
159
160
  helptextDropdown?: string;
160
161
  helptextDropdownButton?: string;