@helsenorge/datepicker 7.2.0 → 7.3.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
@@ -1,3 +1,30 @@
1
+ ## [7.2.1](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv7.2.0&targetVersion=GTv7.2.1) (2024-04-19)
2
+
3
+ ### Bug Fixes
4
+
5
+ - i button med accessibility-character-arrow er pilen skjult for skjermleser
6
+ ([0a8fd28](https://github.com/helsenorge/designsystem/commit/0a8fd28f16234ff8ca620c5b086d22b080a2cb17)), closes
7
+ [#273312](https://github.com/helsenorge/designsystem/issues/273312)
8
+ - width satt feil på popmenu ([fb4dc2d](https://github.com/helsenorge/designsystem/commit/fb4dc2d7af645e640a44f7800318f2ffcc64f195)), closes
9
+ [#323102](https://github.com/helsenorge/designsystem/issues/323102)
10
+
11
+ ## [7.2.0](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv7.1.0&targetVersion=GTv7.2.0) (2024-04-19)
12
+
13
+ ### Features
14
+
15
+ - knappen i dropdown skal ikke være fluid
16
+ ([a3abe2b](https://github.com/helsenorge/designsystem/commit/a3abe2bf5a57e62302b5e4f1a1f1b609452effd0)), closes
17
+ [#323389](https://github.com/helsenorge/designsystem/issues/323389)
18
+
19
+ ### Bug Fixes
20
+
21
+ - bruk supernova-sjekk som funker i ff
22
+ ([afae2a9](https://github.com/helsenorge/designsystem/commit/afae2a90d9e453be054016b5922aa378500f91cc))
23
+ - oppdater sjekk for om vi er i superNova
24
+ ([b20a776](https://github.com/helsenorge/designsystem/commit/b20a776f293953d78ccab6e40d687bab67676a28))
25
+ - oppdater sjekk for om vi er i superNova
26
+ ([167d572](https://github.com/helsenorge/designsystem/commit/167d572261a91fd60a8c432d4d990356a610115f))
27
+
1
28
  ## [7.1.0](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv7.0.0&targetVersion=GTv7.1.0) (2024-04-17)
2
29
 
3
30
  ### Features
@@ -1360,12 +1387,12 @@ Dette er fordi vi skal kunne dynamisk importere alt som ligger i Icons, så da b
1360
1387
 
1361
1388
  ### Bug Fixes
1362
1389
 
1363
- - økt kontrast på understreking av lenker
1364
- ([50b7fa4](https://github.com/helsenorge/designsystem/commit/50b7fa47fb44cb7d75fb877bd53e2309b35e1e21)), closes
1365
- [#229049](https://github.com/helsenorge/designsystem/issues/229049)
1366
1390
  - panel har avstand fra tittel til badge
1367
1391
  ([09034c4](https://github.com/helsenorge/designsystem/commit/09034c4844408c7cfe8f65d7a1a0d82a7828c2ef)), closes
1368
1392
  [#282359](https://github.com/helsenorge/designsystem/issues/282359)
1393
+ - økt kontrast på understreking av lenker
1394
+ ([50b7fa4](https://github.com/helsenorge/designsystem/commit/50b7fa47fb44cb7d75fb877bd53e2309b35e1e21)), closes
1395
+ [#229049](https://github.com/helsenorge/designsystem/issues/229049)
1369
1396
 
1370
1397
  ## [1.2.2](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv1.2.1&targetVersion=GTv1.2.2) (2022-08-31)
1371
1398
 
@@ -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.3.0",
11
11
  "author": "Helsenorge",
12
12
  "license": "MIT",
13
13
  "dependencies": {