@helsenorge/datepicker 11.3.0 → 11.4.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.
@@ -164,7 +164,8 @@
164
164
  &:focus:not([disabled]) {
165
165
  background-color: palette.$neutral100;
166
166
  color: palette.$blueberry600;
167
- text-decoration: underline 2px palette.$blueberry600;
167
+ text-decoration-line: underline;
168
+ text-decoration-thickness: 2px;
168
169
  outline: none;
169
170
  }
170
171
 
@@ -303,4 +304,5 @@
303
304
  background-color: palette.$neutral100;
304
305
  }
305
306
  }
307
+
306
308
  /* stylelint-enable */
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": "11.3.0",
10
+ "version": "11.4.0",
11
11
  "author": "Helsenorge",
12
12
  "license": "MIT",
13
13
  "dependencies": {