@nice-digital/nds-core 2.0.1-alpha.0 → 2.0.2-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.1-alpha.0",
3
+ "version": "2.0.2-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": "520ec14c3198c5224e5ea6f007616c408d96acbc"
47
+ "gitHead": "04839cc13ae0a0fbd0baeefff5996943285dafab"
48
48
  }
@@ -146,7 +146,7 @@ $stacked-nav-link-hover: global.$custom-grey-2;
146
146
  // Tables
147
147
  $table-heading: global.$white;
148
148
  $table-row-odd: global.$nice-cream-tint-1;
149
- $table-row-even: global.$nice-cream-2;
149
+ $table-row-even: global.$nice-cream-3;
150
150
 
151
151
  // Tabs
152
152
  $tab-btn-selected: global.$custom-grey-4;
@@ -12,6 +12,7 @@
12
12
  /// @prop {String} bullet [2022] Bullet (•)
13
13
  /// @prop {String} copyright [00a9] Copyright symbol (©)
14
14
  /// @prop {String} greater-than [003e] Greater than symbol (>)
15
+ /// @prop {String} heavy-multiplication-x [2716] Heavy multiplication x (✖)
15
16
  /// @prop {String} hyphen-minus [002d] Hyphen minus (-)
16
17
  /// @prop {String} left-double-quotation-mark [201C] Left double quotation mark (“)
17
18
  /// @prop {String} less-than [003c] Less than symbol (<)
@@ -23,6 +24,7 @@ $glyphs: (
23
24
  bullet: '2022',
24
25
  copyright: '00a9',
25
26
  greater-than: '003e',
27
+ heavy-multiplication-x: '2716',
26
28
  hyphen-minus: '002d',
27
29
  left-double-quotation-mark: '201C',
28
30
  less-than: '003c',