@nice-digital/nds-core 4.0.15 → 4.0.16

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nice-digital/nds-core",
3
- "version": "4.0.15",
3
+ "version": "4.0.16",
4
4
  "description": "Core code for the NICE Design System",
5
5
  "author": "Ian Routledge <ian.routledge@nice.org.uk>",
6
6
  "contributors": [
@@ -47,5 +47,5 @@
47
47
  "@types/node": "^18.11.9",
48
48
  "typescript": "^4.8.4"
49
49
  },
50
- "gitHead": "71897a3cd239f8e593857f084e3681c6988508f0"
50
+ "gitHead": "7f069b2855600345c7366e8dc965a5d839a20c17"
51
51
  }
@@ -37,6 +37,8 @@ $btn-inverse-text: global.$nice-black;
37
37
  // Borders
38
38
  $border: global.$custom-grey-1;
39
39
  $border-selected: global.$nice-teal;
40
+ // accessibility fix for input and textarea borders
41
+ $border-dark: global.$nice-black;
40
42
 
41
43
  // Status
42
44
  $error: global.$custom-red-1;