igniteui-angular 14.2.5 → 14.2.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.
@@ -23,19 +23,19 @@ $dark-fluent-scrollbar: $fluent-scrollbar;
23
23
 
24
24
  /// Generates a dark bootstrap scrollbar schema.
25
25
  /// @type {Map}
26
- /// @property {Map} thumb-background [color: ('grays', 50)] - The background color used for the thumb.
27
- /// @property {Color} track-background [color: ('grays', 50, .3)] - The background color used for the track.
26
+ /// @property {Map} thumb-background [color: ('grays', 200, .5)] - The background color used for the thumb.
27
+ /// @property {Color} track-background [color: ('grays', 100, .5)] - The background color used for the track.
28
28
  /// @requires {function} extend
29
29
  /// @requires $light-scrollbar
30
30
  $dark-bootstrap-scrollbar: extend(
31
31
  $bootstrap-scrollbar,
32
32
  (
33
33
  thumb-background: (
34
- color: ('grays', 50)
34
+ color: ('grays', 200, .5)
35
35
  ),
36
36
 
37
37
  track-background: (
38
- color: ('grays', 50, .3)
38
+ color: ('grays', 100, .5)
39
39
  ),
40
40
  )
41
41
  );
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "igniteui-angular",
3
- "version": "14.2.5",
3
+ "version": "14.2.6",
4
4
  "description": "Ignite UI for Angular is a dependency-free Angular toolkit for building modern web apps",
5
5
  "author": "Infragistics",
6
6
  "license": "SEE LICENSE IN LICENSE",