@nice-digital/nds-core 4.0.4 → 4.0.6

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.4",
3
+ "version": "4.0.6",
4
4
  "description": "Core code for the NICE Design System",
5
5
  "author": "Ian Routledge <ian.routledge@nice.org.uk>",
6
6
  "contributors": [
@@ -32,7 +32,7 @@
32
32
  "url": "https://github.com/nice-digital/nice-design-system/issues"
33
33
  },
34
34
  "dependencies": {
35
- "@nice-digital/icons": "^6.0.0",
35
+ "@nice-digital/icons": "^6.0.1",
36
36
  "sass-mq": "^6.0.0"
37
37
  },
38
38
  "peerDependencies": {
@@ -47,5 +47,5 @@
47
47
  "@types/node": "^18.11.9",
48
48
  "typescript": "^4.8.4"
49
49
  },
50
- "gitHead": "c8db07e6492c3b18564bd4f46c2ab098f185109a"
50
+ "gitHead": "04c8392903d506a0b09a52110944b32e449990b0"
51
51
  }
@@ -120,6 +120,7 @@ $full-bleed-text-image-light: global.$nice-black;
120
120
  // Hero
121
121
  $hero-background: global.$nice-blue-tint-1;
122
122
  $hero-border: global.$nice-blue-tint-2;
123
+ $hero-image-wash: global.$nice-black;
123
124
 
124
125
  // Horizontal nav
125
126
  $horizontal-nav-list-border: global.$nice-black;