@oslokommune/punkt-react 9.4.1 → 9.5.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,43 @@ og skriver commits ca etter [Conventional Commits](https://conventionalcommits.o
5
5
 
6
6
  ---
7
7
 
8
+ ## [9.5.1](https://github.com/oslokommune/punkt/compare/9.5.0...9.5.1) (2023-12-05)
9
+
10
+ ### ⚠ BREAKING CHANGES
11
+ Ingen
12
+
13
+ ### Features
14
+ Ingen
15
+
16
+ ### Bug Fixes
17
+ * SearchInput mangler fra testsiden for React-komponenter (#1333).
18
+
19
+
20
+ ### Chores
21
+ Ingen
22
+
23
+ ---
24
+
25
+
26
+ ## [9.5.0](https://github.com/oslokommune/punkt/compare/9.4.1...9.5.0) (2023-11-29)
27
+
28
+ ### ⚠ BREAKING CHANGES
29
+ Ingen
30
+
31
+ ### Features
32
+ * SearchInput.
33
+
34
+
35
+ ### Bug Fixes
36
+ Ingen
37
+
38
+ ### Chores
39
+ * remove ceciliehrr as codeowner.
40
+
41
+
42
+ ---
43
+
44
+
8
45
  ## [9.4.0](https://github.com/oslokommune/punkt/compare/9.3.4...9.4.0) (2023-11-06)
9
46
 
10
47
  ### ⚠ BREAKING CHANGES
@@ -1,4 +1,4 @@
1
1
  import { IconFetcher } from "./IconContext";
2
- export declare const defaultSvgPath = "https://punkt-cdn.oslo.kommune.no/9.4/icons/";
2
+ export declare const defaultSvgPath = "https://punkt-cdn.oslo.kommune.no/9.5/icons/";
3
3
  declare const defaultIconFetcher: IconFetcher;
4
4
  export default defaultIconFetcher;
package/dist/index.d.ts CHANGED
@@ -13,6 +13,7 @@ export { PktInputWrapper } from './inputwrapper/InputWrapper';
13
13
  export { PktLinkCard } from './linkcard/LinkCard';
14
14
  export { PktMessagebox } from './messagebox/Messagebox';
15
15
  export { PktRadioButton } from './radio/RadioButton';
16
+ export { PktSearchInput } from './searchinput/SearchInput';
16
17
  export { PktSelect } from './select/Select';
17
18
  export { PktTable } from './table/Table';
18
19
  export { PktTableData } from './table/TableData';