igniteui-theming 6.0.0-beta.4 → 6.0.0-beta.5

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": "igniteui-theming",
3
- "version": "6.0.0-beta.4",
3
+ "version": "6.0.0-beta.5",
4
4
  "description": "A set of Sass variables, mixins, and functions for generating palettes, typography, and elevations used by Ignite UI components.",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -2610,13 +2610,13 @@ $indigo-calendar: extend(
2610
2610
  ),
2611
2611
  navigation-hover-color: (
2612
2612
  color: (
2613
- 'secondary',
2613
+ 'gray',
2614
2614
  800,
2615
2615
  ),
2616
2616
  ),
2617
2617
  navigation-focus-color: (
2618
2618
  color: (
2619
- 'secondary',
2619
+ 'gray',
2620
2620
  800,
2621
2621
  ),
2622
2622
  ),