@oslokommune/punkt-react 8.0.0 → 8.0.2

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,46 @@ og skriver commits ca etter [Conventional Commits](https://conventionalcommits.o
5
5
 
6
6
  ---
7
7
 
8
+ ## [8.0.2](https://github.com/oslokommune/punkt/compare/8.0.1...8.0.2) (2023-09-19)
9
+
10
+ ### ⚠ BREAKING CHANGES
11
+ Ingen
12
+
13
+ ### Features
14
+ Ingen
15
+
16
+ ### Bug Fixes
17
+ * Overstyre tekststrenger for Valgfritt og Påkrevd i InputWrapper (#1166). * Overstyre tekststrenger for Valgfritt og Påkrevd i InputWrapper
18
+
19
+ Pluss `biologisk => folkeregistrert` korreksjon i Skjemapraksis
20
+
21
+ * optional- og required-tekster: Specs og kodedokumentasjon
22
+
23
+
24
+ ### Chores
25
+ Ingen
26
+
27
+ ---
28
+
29
+
30
+ ## [8.0.1](https://github.com/oslokommune/punkt/compare/8.0.0...8.0.1) (2023-09-19)
31
+
32
+ ### ⚠ BREAKING CHANGES
33
+ Ingen
34
+
35
+ ### Features
36
+ Ingen
37
+
38
+ ### Bug Fixes
39
+ * [1160](https://github.com/oslokommune/punkt/issues/1160) Fiks export types. Fiks export types in package.json for latest version of typescript
40
+
41
+
42
+ ### Chores
43
+ Ingen
44
+
45
+ ---
46
+
47
+
8
48
  ## [8.0.0](https://github.com/oslokommune/punkt/compare/7.2.0...8.0.0) (2023-09-19)
9
49
 
10
50
  ### ⚠ BREAKING CHANGES
@@ -6,7 +6,9 @@ export interface IPktInputWrapper extends RefAttributes<HTMLElement> {
6
6
  helptextDropdown?: string;
7
7
  helptextDropdownButton?: string;
8
8
  optional?: boolean;
9
+ optionalText?: string;
9
10
  required?: boolean;
11
+ requiredText?: string;
10
12
  hasError?: boolean;
11
13
  errorMessage?: string;
12
14
  disabled?: boolean;