igniteui-theming 3.0.5 → 3.0.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.
package/package.json
CHANGED
|
@@ -48,6 +48,7 @@ $dark-bootstrap-checkbox: extend(
|
|
|
48
48
|
/// Generates a dark indigo checkbox schema.
|
|
49
49
|
/// @type {Map}
|
|
50
50
|
/// @prop {Map} fill-color [color: ('gray', 900)] - The checked border and fill colors.
|
|
51
|
+
/// @prop {Map} fill-color-hover [color: ('gray', 900)] - The checked border and fill colors on hover.
|
|
51
52
|
/// @prop {Map} empty-color [color: ('gray', 700)] - The unchecked border color.
|
|
52
53
|
/// @prop {Map} disabled-color [color: ('gray', 400)] - The disabled border and fill colors.
|
|
53
54
|
/// @prop {Map} disabled-color-label [color: ('gray', 400)] - The disabled label color.
|
|
@@ -62,6 +63,12 @@ $dark-indigo-checkbox: extend(
|
|
|
62
63
|
900,
|
|
63
64
|
),
|
|
64
65
|
),
|
|
66
|
+
fill-color-hover: (
|
|
67
|
+
color: (
|
|
68
|
+
'gray',
|
|
69
|
+
900,
|
|
70
|
+
),
|
|
71
|
+
),
|
|
65
72
|
empty-color: (
|
|
66
73
|
color: (
|
|
67
74
|
'gray',
|