@helsenorge/designsystem-react 7.8.0 → 7.9.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,33 @@
1
+ ## [7.8.1](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv7.8.0&targetVersion=GTv7.8.1) (2024-06-04)
2
+
3
+ ### Bug Fixes
4
+
5
+ - typography sass fil feiler ([e47c50b](https://github.com/helsenorge/designsystem/commit/e47c50b6dc48c0b463642b571483ccceb97abb53))
6
+
7
+ ## [7.8.0](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv7.7.0&targetVersion=GTv7.8.0) (2024-06-04)
8
+
9
+ ### Features
10
+
11
+ - **anchorlink:** sett underline med text decoration istedenfor border
12
+ ([d3a8a53](https://github.com/helsenorge/designsystem/commit/d3a8a532094fec1187770beb570336edad0f47d0)), closes
13
+ [#324794](https://github.com/helsenorge/designsystem/issues/324794)
14
+ - **button:** ny prop textposition ([fb5fdba](https://github.com/helsenorge/designsystem/commit/fb5fdba4cd5390fdb8e9dd2a4c21c4180b282e50)),
15
+ closes [#325052](https://github.com/helsenorge/designsystem/issues/325052)
16
+ - **tabs:** ny komponent ([50eae16](https://github.com/helsenorge/designsystem/commit/50eae16394ccf26eff226563940fb18f5f84728b)), closes
17
+ [#297427](https://github.com/helsenorge/designsystem/issues/297427)
18
+
19
+ ### Bug Fixes
20
+
21
+ - **button:** ikke hover effekt på ikon ved disabled
22
+ ([ea79c60](https://github.com/helsenorge/designsystem/commit/ea79c605adcf77d6bfa4cb6ad9ab8ba88fba9166)), closes
23
+ [#325454](https://github.com/helsenorge/designsystem/issues/325454)
24
+ - **datepicker:** datevalue valideres riktig før den settes
25
+ ([ec5422e](https://github.com/helsenorge/designsystem/commit/ec5422e1e744af6b4315e16edc5dfa2c066df54a)), closes
26
+ [#325330](https://github.com/helsenorge/designsystem/issues/325330)
27
+ - **expander:** cursor pointer på expander large
28
+ ([2239314](https://github.com/helsenorge/designsystem/commit/2239314c0c582680f9bba0e19562433f534a202b)), closes
29
+ [#325072](https://github.com/helsenorge/designsystem/issues/325072)
30
+
1
31
  ## [7.7.0](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv7.6.0&targetVersion=GTv7.7.0) (2024-05-28)
2
32
 
3
33
  ### Features
@@ -184,7 +184,6 @@
184
184
  margin-top: getSpacer(2xs);
185
185
  box-shadow: 0 0 0 2px $blueberry500;
186
186
  z-index: 1;
187
- overflow-wrap: break-word;
188
187
 
189
188
  &--open {
190
189
  display: block;
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.9.0",
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 {