@nice-digital/nds-core 2.0.7-alpha.0 → 2.0.8-alpha.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nice-digital/nds-core",
3
- "version": "2.0.7-alpha.0",
3
+ "version": "2.0.8-alpha.0",
4
4
  "description": "Core code for the NICE Design System",
5
5
  "author": "Ian Routledge <ian.routledge@nice.org.uk>",
6
6
  "contributors": [
@@ -44,5 +44,5 @@
44
44
  "devDependencies": {
45
45
  "@babel/cli": "^7.5.0"
46
46
  },
47
- "gitHead": "ce7c70d97bfd11de41c9953a9730554067e18f6d"
47
+ "gitHead": "4db2dcd638baa87ff67933040dd030099785ba99"
48
48
  }
@@ -155,14 +155,27 @@ $tab-content: global.$custom-grey-4;
155
155
 
156
156
  // Tags
157
157
  $tag-background: global.$black-tint-1;
158
- $tag-outline: global.$black-tint-1;
159
- $tag-outline-background: global.$custom-grey-4;
160
158
  $tag-remove: global.$nice-teal;
161
159
  $tag-remove-hover-after: global.$nice-black;
162
- $tag-anchor: global.$white;
163
- $tag-print: global.$black;
164
- $tag-alpha: global.$custom-pink;
165
- $tag-beta: global.$custom-orange-2;
166
- $tag-guidance-new: global.$custom-purple-1;
167
- $tag-guidance-updated: global.$nice-blue-tint-1;
168
- $tag-guidance-consultation: global.$custom-green-2;
160
+ $tag-print-text: global.$black;
161
+ // Tag colours
162
+ $tag-outline-text: global.$black-tint-1;
163
+ $tag-outline-background: global.$custom-grey-4;
164
+ $tag-alpha-background: global.$custom-pink;
165
+ $tag-alpha-text: global.$white;
166
+ $tag-beta-background: global.$custom-orange-2;
167
+ $tag-beta-text: global.$white;
168
+ $tag-caution-background: global.$custom-orange-1;
169
+ $tag-caution-text: global.$black;
170
+ $tag-consultation-background: global.$nice-cream-1;
171
+ $tag-consultation-text: global.$black;
172
+ $tag-error-background: global.$custom-red-1;
173
+ $tag-error-text: global.$custom-red-1-tint;
174
+ $tag-info-background: global.$custom-blue-3;
175
+ $tag-info-text: global.$black;
176
+ $tag-new-background: global.$yellow;
177
+ $tag-new-text: global.$black;
178
+ $tag-success-background: global.$custom-green-1;
179
+ $tag-success-text: global.$black;
180
+ $tag-updated-background: global.$nice-teal-tint-3;
181
+ $tag-updated-text: global.$black;
@@ -43,7 +43,6 @@ $custom-orange-1-tint: #fbf7f1;
43
43
  $custom-orange-2: #bd5826;
44
44
  $custom-green-1: #68c103;
45
45
  $custom-green-1-tint: #f3faeb;
46
- $custom-green-2: #557021;
47
46
  $custom-yellow-shade: #d6ba32;
48
47
  $custom-yellow-highlight: #fff999;
49
48
  $custom-teal: #0092a6;