@helsenorge/designsystem-react 7.8.0 → 7.8.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,27 @@
1
+ ## [7.8.0](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv7.7.0&targetVersion=GTv7.8.0) (2024-06-04)
2
+
3
+ ### Features
4
+
5
+ - **anchorlink:** sett underline med text decoration istedenfor border
6
+ ([d3a8a53](https://github.com/helsenorge/designsystem/commit/d3a8a532094fec1187770beb570336edad0f47d0)), closes
7
+ [#324794](https://github.com/helsenorge/designsystem/issues/324794)
8
+ - **button:** ny prop textposition ([fb5fdba](https://github.com/helsenorge/designsystem/commit/fb5fdba4cd5390fdb8e9dd2a4c21c4180b282e50)),
9
+ closes [#325052](https://github.com/helsenorge/designsystem/issues/325052)
10
+ - **tabs:** ny komponent ([50eae16](https://github.com/helsenorge/designsystem/commit/50eae16394ccf26eff226563940fb18f5f84728b)), closes
11
+ [#297427](https://github.com/helsenorge/designsystem/issues/297427)
12
+
13
+ ### Bug Fixes
14
+
15
+ - **button:** ikke hover effekt på ikon ved disabled
16
+ ([ea79c60](https://github.com/helsenorge/designsystem/commit/ea79c605adcf77d6bfa4cb6ad9ab8ba88fba9166)), closes
17
+ [#325454](https://github.com/helsenorge/designsystem/issues/325454)
18
+ - **datepicker:** datevalue valideres riktig før den settes
19
+ ([ec5422e](https://github.com/helsenorge/designsystem/commit/ec5422e1e744af6b4315e16edc5dfa2c066df54a)), closes
20
+ [#325330](https://github.com/helsenorge/designsystem/issues/325330)
21
+ - **expander:** cursor pointer på expander large
22
+ ([2239314](https://github.com/helsenorge/designsystem/commit/2239314c0c582680f9bba0e19562433f534a202b)), closes
23
+ [#325072](https://github.com/helsenorge/designsystem/issues/325072)
24
+
1
25
  ## [7.7.0](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv7.6.0&targetVersion=GTv7.7.0) (2024-05-28)
2
26
 
3
27
  ### Features
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.8.0",
10
+ "version": "7.8.1",
11
11
  "author": "Helsenorge",
12
12
  "license": "MIT",
13
13
  "peerDependencies": {
@@ -115,11 +115,11 @@ import designsystemtypography from './scss/typography.scss'
115
115
  word-break: break-word;
116
116
  text-align: left;
117
117
  color: $blueberry600;
118
- border: $focus-width solid transparent;
118
+ border: 0.15rem solid transparent;
119
119
  text-decoration: underline;
120
120
  text-underline-offset: 0.16rem;
121
121
  text-decoration-color: $blueberry400;
122
- text-decoration-thickness: $underline-width;
122
+ text-decoration-thickness: 0.0625rem;
123
123
  padding: 0.1rem;
124
124
 
125
125
  &:hover {