@helsenorge/datepicker 7.2.0 → 7.2.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
@@ -1,3 +1,20 @@
1
+ ## [7.2.0](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv7.1.0&targetVersion=GTv7.2.0) (2024-04-19)
2
+
3
+ ### Features
4
+
5
+ - knappen i dropdown skal ikke være fluid
6
+ ([a3abe2b](https://github.com/helsenorge/designsystem/commit/a3abe2bf5a57e62302b5e4f1a1f1b609452effd0)), closes
7
+ [#323389](https://github.com/helsenorge/designsystem/issues/323389)
8
+
9
+ ### Bug Fixes
10
+
11
+ - bruk supernova-sjekk som funker i ff
12
+ ([afae2a9](https://github.com/helsenorge/designsystem/commit/afae2a90d9e453be054016b5922aa378500f91cc))
13
+ - oppdater sjekk for om vi er i superNova
14
+ ([b20a776](https://github.com/helsenorge/designsystem/commit/b20a776f293953d78ccab6e40d687bab67676a28))
15
+ - oppdater sjekk for om vi er i superNova
16
+ ([167d572](https://github.com/helsenorge/designsystem/commit/167d572261a91fd60a8c432d4d990356a610115f))
17
+
1
18
  ## [7.1.0](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv7.0.0&targetVersion=GTv7.1.0) (2024-04-17)
2
19
 
3
20
  ### Features
@@ -6,6 +6,7 @@ declare const meta: {
6
6
  component: React.ForwardRefExoticComponent<DatePickerProps & React.RefAttributes<HTMLInputElement>>;
7
7
  parameters: {
8
8
  docs: {
9
+ page: () => React.JSX.Element;
9
10
  description: {
10
11
  component: string;
11
12
  };
package/package.json CHANGED
@@ -7,7 +7,7 @@
7
7
  "url": "git+https://github.com/helsenorge/designsystem.git"
8
8
  },
9
9
  "homepage": "https://helsenorge.design",
10
- "version": "7.2.0",
10
+ "version": "7.2.1",
11
11
  "author": "Helsenorge",
12
12
  "license": "MIT",
13
13
  "dependencies": {