igniteui-theming 3.0.2 → 3.0.3

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": "3.0.2",
3
+ "version": "3.0.3",
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": {
@@ -137,10 +137,11 @@ $bootstrap-navdrawer: $light-navdrawer;
137
137
  /// @prop {Map} item-active-text-color [contrast-color: ('gray', 700)] - The item's active text color.
138
138
  /// @prop {Map} item-active-background [contrast-color: ('gray', 700, .1)] - The item's active background color.
139
139
  /// @prop {Map} item-active-icon-color [contrast-color: ('gray', 700)] - The item's icon active color.
140
- /// @prop {Map} item-hover-background [transparent] - The item's hover background color.
140
+ /// @prop {Color} item-hover-background [transparent] - The item's hover background color.
141
141
  /// @prop {Map} item-hover-text-color [contrast-color: ('gray', 700)] - The item's hover text color.
142
142
  /// @prop {Map} item-hover-icon-color [contrast-color: ('gray', 700)] - The item's hover icon color.
143
143
  /// @prop {Map} elevation [0] - The elevation level, between 0-24, to be used for the drawer.
144
+ /// @prop {Color} border-color [transparent] - The navigation drawer right border color.
144
145
  /// @prop {List} item-border-radius [(rem(24px), rem(0), rem(24px))] - The border radius used for the navdrawer items.
145
146
  /// @requires {Map} $light-navdrawer
146
147
  /// @requires {Map} $indigo-elevation-navdrawer
@@ -148,6 +149,8 @@ $indigo-navdrawer: extend(
148
149
  $light-navdrawer,
149
150
  $indigo-elevation-navdrawer,
150
151
  (
152
+ border-color: transparent,
153
+
151
154
  background: (
152
155
  color: (
153
156
  'gray',