igniteui-theming 4.1.0 → 4.3.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 +1 -1
- package/sass/color/_functions.scss +8 -4
- package/sass/themes/schemas/components/dark/_action-strip.scss +3 -3
- package/sass/themes/schemas/components/dark/_avatar.scss +3 -3
- package/sass/themes/schemas/components/dark/_badge.scss +3 -3
- package/sass/themes/schemas/components/dark/_banner.scss +3 -3
- package/sass/themes/schemas/components/dark/_bottom-nav.scss +8 -17
- package/sass/themes/schemas/components/dark/_button-group.scss +3 -3
- package/sass/themes/schemas/components/dark/_button.scss +4 -7
- package/sass/themes/schemas/components/dark/_calendar.scss +4 -4
- package/sass/themes/schemas/components/dark/_card.scss +4 -4
- package/sass/themes/schemas/components/dark/_carousel.scss +3 -3
- package/sass/themes/schemas/components/dark/_checkbox.scss +3 -3
- package/sass/themes/schemas/components/dark/_chip.scss +6 -6
- package/sass/themes/schemas/components/dark/_column-actions.scss +6 -6
- package/sass/themes/schemas/components/dark/_combo.scss +3 -3
- package/sass/themes/schemas/components/dark/_date-range-picker.scss +3 -3
- package/sass/themes/schemas/components/dark/_dialog.scss +3 -3
- package/sass/themes/schemas/components/dark/_divider.scss +3 -3
- package/sass/themes/schemas/components/dark/_dock-manager.scss +6 -0
- package/sass/themes/schemas/components/dark/_drop-down.scss +3 -3
- package/sass/themes/schemas/components/dark/_expansion-panel.scss +3 -3
- package/sass/themes/schemas/components/dark/_grid-filtering.scss +3 -3
- package/sass/themes/schemas/components/dark/_grid-summary.scss +3 -3
- package/sass/themes/schemas/components/dark/_grid-toolbar.scss +5 -5
- package/sass/themes/schemas/components/dark/_grid.scss +4 -20
- package/sass/themes/schemas/components/dark/_highlight.scss +6 -0
- package/sass/themes/schemas/components/dark/_icon-button.scss +1 -1
- package/sass/themes/schemas/components/dark/_icon.scss +6 -6
- package/sass/themes/schemas/components/dark/_index.scss +53 -53
- package/sass/themes/schemas/components/dark/_input-group.scss +9 -15
- package/sass/themes/schemas/components/dark/_label.scss +3 -3
- package/sass/themes/schemas/components/dark/_list.scss +8 -9
- package/sass/themes/schemas/components/dark/_navbar.scss +3 -3
- package/sass/themes/schemas/components/dark/_navdrawer.scss +6 -3
- package/sass/themes/schemas/components/dark/_overlay.scss +3 -3
- package/sass/themes/schemas/components/dark/_pagination.scss +6 -6
- package/sass/themes/schemas/components/dark/_pivot-data-selector.scss +6 -5
- package/sass/themes/schemas/components/dark/_progress.scss +14 -10
- package/sass/themes/schemas/components/dark/_query-builder.scss +7 -7
- package/sass/themes/schemas/components/dark/_radio.scss +26 -36
- package/sass/themes/schemas/components/dark/_rating.scss +3 -3
- package/sass/themes/schemas/components/dark/_ripple.scss +3 -3
- package/sass/themes/schemas/components/dark/_scrollbar.scss +4 -5
- package/sass/themes/schemas/components/dark/_select.scss +3 -3
- package/sass/themes/schemas/components/dark/_slider.scss +3 -3
- package/sass/themes/schemas/components/dark/_snackbar.scss +3 -3
- package/sass/themes/schemas/components/dark/_splitter.scss +2 -2
- package/sass/themes/schemas/components/dark/_stepper.scss +4 -4
- package/sass/themes/schemas/components/dark/_switch.scss +5 -14
- package/sass/themes/schemas/components/dark/_tabs.scss +5 -5
- package/sass/themes/schemas/components/dark/_time-picker.scss +3 -3
- package/sass/themes/schemas/components/dark/_toast.scss +6 -4
- package/sass/themes/schemas/components/dark/_tooltip.scss +3 -4
- package/sass/themes/schemas/components/dark/_tree.scss +6 -33
- package/sass/themes/schemas/components/dark/_watermark.scss +16 -26
- package/sass/themes/schemas/components/elevation/_button.scss +2 -2
- package/sass/themes/schemas/components/light/_action-strip.scss +9 -0
- package/sass/themes/schemas/components/light/_avatar.scss +5 -3
- package/sass/themes/schemas/components/light/_badge.scss +5 -0
- package/sass/themes/schemas/components/light/_banner.scss +5 -0
- package/sass/themes/schemas/components/light/_bottom-nav.scss +5 -0
- package/sass/themes/schemas/components/light/_button-group.scss +52 -49
- package/sass/themes/schemas/components/light/_button.scss +164 -104
- package/sass/themes/schemas/components/light/_calendar.scss +66 -56
- package/sass/themes/schemas/components/light/_card.scss +18 -33
- package/sass/themes/schemas/components/light/_carousel.scss +7 -0
- package/sass/themes/schemas/components/light/_checkbox.scss +37 -53
- package/sass/themes/schemas/components/light/_chip.scss +63 -77
- package/sass/themes/schemas/components/light/_column-actions.scss +5 -0
- package/sass/themes/schemas/components/light/_combo.scss +31 -36
- package/sass/themes/schemas/components/light/_date-range-picker.scss +5 -0
- package/sass/themes/schemas/components/light/_dialog.scss +5 -0
- package/sass/themes/schemas/components/light/_divider.scss +5 -0
- package/sass/themes/schemas/components/light/_dock-manager.scss +68 -97
- package/sass/themes/schemas/components/light/_drop-down.scss +68 -89
- package/sass/themes/schemas/components/light/_expansion-panel.scss +5 -0
- package/sass/themes/schemas/components/light/_grid-filtering.scss +6 -9
- package/sass/themes/schemas/components/light/_grid-summary.scss +5 -0
- package/sass/themes/schemas/components/light/_grid-toolbar.scss +5 -0
- package/sass/themes/schemas/components/light/_grid.scss +98 -171
- package/sass/themes/schemas/components/light/_highlight.scss +5 -0
- package/sass/themes/schemas/components/light/_icon-button.scss +1 -1
- package/sass/themes/schemas/components/light/_icon.scss +5 -0
- package/sass/themes/schemas/components/light/_index.scss +53 -53
- package/sass/themes/schemas/components/light/_input-group.scss +35 -116
- package/sass/themes/schemas/components/light/_label.scss +9 -11
- package/sass/themes/schemas/components/light/_list.scss +6 -1
- package/sass/themes/schemas/components/light/_navbar.scss +24 -1
- package/sass/themes/schemas/components/light/_navdrawer.scss +18 -2
- package/sass/themes/schemas/components/light/_overlay.scss +6 -1
- package/sass/themes/schemas/components/light/_pagination.scss +7 -2
- package/sass/themes/schemas/components/light/_pivot-data-selector.scss +6 -1
- package/sass/themes/schemas/components/light/_progress.scss +14 -42
- package/sass/themes/schemas/components/light/_query-builder.scss +10 -11
- package/sass/themes/schemas/components/light/_radio.scss +57 -67
- package/sass/themes/schemas/components/light/_rating.scss +22 -42
- package/sass/themes/schemas/components/light/_ripple.scss +6 -1
- package/sass/themes/schemas/components/light/_scrollbar.scss +6 -12
- package/sass/themes/schemas/components/light/_select.scss +20 -18
- package/sass/themes/schemas/components/light/_slider.scss +65 -68
- package/sass/themes/schemas/components/light/_snackbar.scss +6 -6
- package/sass/themes/schemas/components/light/_splitter.scss +6 -2
- package/sass/themes/schemas/components/light/_stepper.scss +74 -141
- package/sass/themes/schemas/components/light/_switch.scss +101 -141
- package/sass/themes/schemas/components/light/_tabs.scss +19 -36
- package/sass/themes/schemas/components/light/_time-picker.scss +11 -4
- package/sass/themes/schemas/components/light/_toast.scss +6 -1
- package/sass/themes/schemas/components/light/_tooltip.scss +6 -1
- package/sass/themes/schemas/components/light/_tree.scss +49 -73
- package/sass/themes/schemas/components/light/_watermark.scss +6 -1
- package/sass/utils/_map.scss +40 -0
|
@@ -10,10 +10,10 @@
|
|
|
10
10
|
|
|
11
11
|
/* stylelint-disable max-line-length */
|
|
12
12
|
|
|
13
|
-
/// Generates a dark slider schema.
|
|
13
|
+
/// Generates a dark material slider schema.
|
|
14
14
|
/// @type {Map}
|
|
15
|
-
/// @requires $
|
|
16
|
-
$dark-slider: $
|
|
15
|
+
/// @requires $material-slider
|
|
16
|
+
$dark-material-slider: $material-slider;
|
|
17
17
|
|
|
18
18
|
/// Generates a dark fluent slider schema.
|
|
19
19
|
/// @type {Map}
|
|
@@ -7,10 +7,10 @@
|
|
|
7
7
|
/// @access public
|
|
8
8
|
////
|
|
9
9
|
|
|
10
|
-
/// Generates a dark snackbar schema.
|
|
10
|
+
/// Generates a dark material snackbar schema.
|
|
11
11
|
/// @type {Map}
|
|
12
|
-
/// @requires $
|
|
13
|
-
$dark-snackbar: $
|
|
12
|
+
/// @requires $material-snackbar
|
|
13
|
+
$dark-material-snackbar: $material-snackbar;
|
|
14
14
|
|
|
15
15
|
/// Generates a dark fluent snackbar schema.
|
|
16
16
|
/// @type {Map}
|
|
@@ -7,13 +7,13 @@
|
|
|
7
7
|
/// @access public
|
|
8
8
|
////
|
|
9
9
|
|
|
10
|
-
/// Generates a dark splitter schema.
|
|
10
|
+
/// Generates a dark material splitter schema.
|
|
11
11
|
/// @type {Map}
|
|
12
12
|
/// @prop {Map} bar-color [color: ('gray', 50)] - The background color of the bar.
|
|
13
13
|
/// @prop {Map} handle-color [color: ('gray', 800)] - The color for the bar drag handle.
|
|
14
14
|
/// @prop {Map} expander-color [color: ('gray', 800)] - The color for the arrow expander's.
|
|
15
15
|
/// @requires $light-splitter
|
|
16
|
-
$dark-splitter: extend(
|
|
16
|
+
$dark-material-splitter: extend(
|
|
17
17
|
$light-splitter,
|
|
18
18
|
(
|
|
19
19
|
bar-color: (
|
|
@@ -8,6 +8,7 @@
|
|
|
8
8
|
////
|
|
9
9
|
|
|
10
10
|
/// Generates a base dark stepper schema.
|
|
11
|
+
/// @type {Map}
|
|
11
12
|
/// @prop {Map} current-indicator-color [color: ('gray', 900)] - The color of the current step indicator.
|
|
12
13
|
/// @prop {Map} invalid-indicator-color [color: ('gray', 900)] - The color of the invalid step indicator.
|
|
13
14
|
/// @prop {Map} step-hover-background [color: ('gray', 100, .3)] - The background of the step header on hover.
|
|
@@ -18,7 +19,6 @@
|
|
|
18
19
|
/// @prop {Map} invalid-step-focus-background [color: ('gray', 100, .5)] - The background of the invalid step header on hover.
|
|
19
20
|
/// @prop {Map} current-step-focus-background [color: ('gray', 100, .5)] - The background of the current step header on hover.
|
|
20
21
|
/// @prop {Map} complete-step-focus-background [color: ('gray', 100, .5)] - The background of the complete step header on hover.
|
|
21
|
-
/// @type {Map}
|
|
22
22
|
$base-stepper: (
|
|
23
23
|
step-hover-background: (
|
|
24
24
|
color: (
|
|
@@ -91,11 +91,11 @@ $base-stepper: (
|
|
|
91
91
|
),
|
|
92
92
|
);
|
|
93
93
|
|
|
94
|
-
/// Generates a dark stepper schema.
|
|
94
|
+
/// Generates a dark material stepper schema.
|
|
95
95
|
/// @type {Map}
|
|
96
|
-
/// @requires $
|
|
96
|
+
/// @requires $material-stepper
|
|
97
97
|
/// @requires $base-stepper
|
|
98
|
-
$dark-stepper: extend($
|
|
98
|
+
$dark-material-stepper: extend($material-stepper, $base-stepper);
|
|
99
99
|
|
|
100
100
|
/// Generates a dark fluent stepper schema
|
|
101
101
|
/// @type {Map}
|
|
@@ -22,13 +22,13 @@ $base-dark-switch: (
|
|
|
22
22
|
),
|
|
23
23
|
);
|
|
24
24
|
|
|
25
|
-
/// Generates a dark switch schema
|
|
25
|
+
/// Generates a dark material switch schema.
|
|
26
26
|
/// @type {Map}
|
|
27
|
-
/// @requires $
|
|
27
|
+
/// @requires $material-switch
|
|
28
28
|
/// @requires $base-dark-switch
|
|
29
|
-
$dark-switch: extend($
|
|
29
|
+
$dark-material-switch: extend($material-switch, $base-dark-switch);
|
|
30
30
|
|
|
31
|
-
/// Generates a dark fluent switch schema
|
|
31
|
+
/// Generates a dark fluent switch schema.
|
|
32
32
|
/// @type {Map}
|
|
33
33
|
/// @prop {Map} border-color [color: ('gray', 500)] - The border color of the switch.
|
|
34
34
|
/// @prop {Map} border-on-color [color('primary', 300)] - The border color of the on-switch.
|
|
@@ -38,9 +38,7 @@ $dark-switch: extend($light-switch, $base-dark-switch);
|
|
|
38
38
|
/// @prop {Map} track-on-disabled-color [color: ('gray', 200)] - The color of the track when the switch is on and disabled.
|
|
39
39
|
/// @prop {Map} track-on-hover-color [color: ('primary', 100)] - The color of the track when the switch is on and hovered.
|
|
40
40
|
/// @prop {Map} thumb-off-color [color: ('gray', 500)] - The color of the thumb when the switch is off.
|
|
41
|
-
/// @prop {Map} thumb-disabled-color [color: ('gray', 200)] - The color of the thumb when the switch is disabled.
|
|
42
41
|
/// @prop {Map} error-color [color: ('gray', 500)] - The border and thumb color in invalid state.
|
|
43
|
-
///
|
|
44
42
|
/// @requires $fluent-switch
|
|
45
43
|
/// @requires $base-dark-switch
|
|
46
44
|
$dark-fluent-switch: extend(
|
|
@@ -89,12 +87,6 @@ $dark-fluent-switch: extend(
|
|
|
89
87
|
200,
|
|
90
88
|
),
|
|
91
89
|
),
|
|
92
|
-
thumb-disabled-color: (
|
|
93
|
-
color: (
|
|
94
|
-
'gray',
|
|
95
|
-
200,
|
|
96
|
-
),
|
|
97
|
-
),
|
|
98
90
|
track-on-disabled-color: (
|
|
99
91
|
color: (
|
|
100
92
|
'gray',
|
|
@@ -110,7 +102,7 @@ $dark-fluent-switch: extend(
|
|
|
110
102
|
)
|
|
111
103
|
);
|
|
112
104
|
|
|
113
|
-
/// Generates a dark bootstrap switch schema
|
|
105
|
+
/// Generates a dark bootstrap switch schema.
|
|
114
106
|
/// @type {Map}
|
|
115
107
|
/// @prop {Map} thumb-on-color [color: ('gray', 900)] - The color of the thumb when the switch is on.
|
|
116
108
|
/// @prop {Map} thumb-on-disabled-color [color: ('gray', 900)] - The color of the thumb when the switch is on and disabled.
|
|
@@ -148,7 +140,6 @@ $dark-bootstrap-switch: extend(
|
|
|
148
140
|
/// @prop {Map} track-on-color [color: ('gray', 900)] - The color of the track when the switch is on.
|
|
149
141
|
/// @prop {Map} thumb-off-color [color: ('gray', 700)] - The color of the thumb when the switch is off.
|
|
150
142
|
/// @prop {Color} track-off-color [transparent] - The color of the track when the switch is off.
|
|
151
|
-
///
|
|
152
143
|
/// @prop {Map} border-color [color: ('gray', 700)] - The border color of the switch.
|
|
153
144
|
/// @prop {Map} border-hover-color [color: ('gray', 700)] - The border color of the switch on hover.
|
|
154
145
|
/// @prop {Map} border-disabled-color [color: ('gray', 400)] - The border color of the disabled switch.
|
|
@@ -31,19 +31,19 @@ $base-dark-tabs: (
|
|
|
31
31
|
),
|
|
32
32
|
);
|
|
33
33
|
|
|
34
|
-
/// Generates a dark tabs schema
|
|
34
|
+
/// Generates a dark material tabs schema.
|
|
35
35
|
/// @type {Map}
|
|
36
|
-
/// @requires $
|
|
36
|
+
/// @requires $material-tabs
|
|
37
37
|
/// @requires $base-dark-tabs
|
|
38
|
-
$dark-tabs: extend($
|
|
38
|
+
$dark-material-tabs: extend($material-tabs, $base-dark-tabs);
|
|
39
39
|
|
|
40
|
-
/// Generates a dark fluent tabs schema
|
|
40
|
+
/// Generates a dark fluent tabs schema.
|
|
41
41
|
/// @type {Map}
|
|
42
42
|
/// @requires $fluent-tabs
|
|
43
43
|
/// @requires $base-dark-tabs
|
|
44
44
|
$dark-fluent-tabs: extend($fluent-tabs, $base-dark-tabs);
|
|
45
45
|
|
|
46
|
-
/// Generates a dark bootstrap tabs schema
|
|
46
|
+
/// Generates a dark bootstrap tabs schema.
|
|
47
47
|
/// @type {Map}
|
|
48
48
|
/// @prop {Map} item-background [color: ('primary', 400)] - The background color used for the tabs header.
|
|
49
49
|
/// @requires $bootstrap-tabs
|
|
@@ -7,10 +7,10 @@
|
|
|
7
7
|
/// @access public
|
|
8
8
|
////
|
|
9
9
|
|
|
10
|
-
/// Generates a dark time-picker schema.
|
|
10
|
+
/// Generates a dark material time-picker schema.
|
|
11
11
|
/// @type {Map}
|
|
12
|
-
/// @requires $
|
|
13
|
-
$dark-time-picker: $
|
|
12
|
+
/// @requires $material-time-picker
|
|
13
|
+
$dark-material-time-picker: $material-time-picker;
|
|
14
14
|
|
|
15
15
|
/// Generates a dark fluent time-picker schema.
|
|
16
16
|
/// @type {Map}
|
|
@@ -27,7 +27,6 @@ $dark-base-toast: (
|
|
|
27
27
|
0.9,
|
|
28
28
|
),
|
|
29
29
|
),
|
|
30
|
-
|
|
31
30
|
text-color: (
|
|
32
31
|
contrast-color: (
|
|
33
32
|
'gray',
|
|
@@ -36,14 +35,16 @@ $dark-base-toast: (
|
|
|
36
35
|
),
|
|
37
36
|
);
|
|
38
37
|
|
|
39
|
-
/// Generates a dark toast schema.
|
|
38
|
+
/// Generates a dark material toast schema.
|
|
40
39
|
/// @type {Map}
|
|
41
|
-
/// @requires $
|
|
42
|
-
|
|
40
|
+
/// @requires $material-toast
|
|
41
|
+
/// @requires $dark-base-toast
|
|
42
|
+
$dark-material-toast: extend($material-toast, $dark-base-toast);
|
|
43
43
|
|
|
44
44
|
/// Generates a dark fluent toast schema.
|
|
45
45
|
/// @type {Map}
|
|
46
46
|
/// @requires $fluent-toast
|
|
47
|
+
/// @requires $dark-base-toast
|
|
47
48
|
$dark-fluent-toast: extend($fluent-toast, $dark-base-toast);
|
|
48
49
|
|
|
49
50
|
/// Generates a dark bootstrap toast schema.
|
|
@@ -72,4 +73,5 @@ $dark-bootstrap-toast: extend(
|
|
|
72
73
|
/// Generates a dark indigo toast schema.
|
|
73
74
|
/// @type {Map}
|
|
74
75
|
/// @requires $indigo-toast
|
|
76
|
+
/// @requires $dark-base-toast
|
|
75
77
|
$dark-indigo-toast: extend($indigo-toast, $dark-base-toast);
|
|
@@ -7,10 +7,10 @@
|
|
|
7
7
|
/// @access public
|
|
8
8
|
////
|
|
9
9
|
|
|
10
|
-
/// Generates a dark tooltip schema.
|
|
10
|
+
/// Generates a dark material tooltip schema.
|
|
11
11
|
/// @type {Map}
|
|
12
|
-
/// @requires $
|
|
13
|
-
$dark-tooltip: $
|
|
12
|
+
/// @requires $material-tooltip
|
|
13
|
+
$dark-material-tooltip: $material-tooltip;
|
|
14
14
|
|
|
15
15
|
/// Generates a dark fluent tooltip schema.
|
|
16
16
|
/// @type {Map}
|
|
@@ -24,7 +24,6 @@ $dark-bootstrap-tooltip: $bootstrap-tooltip;
|
|
|
24
24
|
|
|
25
25
|
/// Generates a dark indigo tooltip schema.
|
|
26
26
|
/// @type {Map}
|
|
27
|
-
///
|
|
28
27
|
/// @prop {Map} background [contrast-color: ('surface')] - The background color of the tooltip.
|
|
29
28
|
/// @prop {Map} text-color [text-color: (color: 'surface')] - The text color of the tooltip.
|
|
30
29
|
/// @requires $indigo-tooltip
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
/// @type {Map}
|
|
15
15
|
/// @prop {Map} background-active [color: ('gray', 100)] - The background color used for the active tree node.
|
|
16
16
|
/// @prop {Map} foreground-active [color: ('gray', 900)] - The color used for the content in active state of the tree node.
|
|
17
|
-
/// @prop {Map} hover-color [color: ('gray',
|
|
17
|
+
/// @prop {Map} hover-color [color: ('gray', 200, .5)] - The background color used for the tree node on hover.
|
|
18
18
|
/// @prop {Map} hover-selected-color [color: ('gray', 50, .1)] - The background color used for the selected tree node on hover.
|
|
19
19
|
$base-dark-tree: (
|
|
20
20
|
background-active: (
|
|
@@ -32,8 +32,8 @@ $base-dark-tree: (
|
|
|
32
32
|
hover-color: (
|
|
33
33
|
color: (
|
|
34
34
|
'gray',
|
|
35
|
-
|
|
36
|
-
0.
|
|
35
|
+
200,
|
|
36
|
+
0.5,
|
|
37
37
|
),
|
|
38
38
|
),
|
|
39
39
|
hover-selected-color: (
|
|
@@ -45,44 +45,24 @@ $base-dark-tree: (
|
|
|
45
45
|
),
|
|
46
46
|
);
|
|
47
47
|
|
|
48
|
-
/// Generates a dark tree schema.
|
|
48
|
+
/// Generates a dark material tree schema.
|
|
49
49
|
/// @type {Map}
|
|
50
|
-
/// @requires $
|
|
50
|
+
/// @requires $material-tree
|
|
51
51
|
/// @requires $base-dark-tree
|
|
52
|
-
$dark-tree: extend(
|
|
53
|
-
$light-tree,
|
|
54
|
-
$base-dark-tree,
|
|
55
|
-
(
|
|
56
|
-
hover-color: (
|
|
57
|
-
color: (
|
|
58
|
-
'gray',
|
|
59
|
-
200,
|
|
60
|
-
0.5,
|
|
61
|
-
),
|
|
62
|
-
),
|
|
63
|
-
)
|
|
64
|
-
);
|
|
52
|
+
$dark-material-tree: extend($material-tree, $base-dark-tree);
|
|
65
53
|
|
|
66
54
|
/// Generates a dark fluent tree schema.
|
|
67
55
|
/// @type {Map}
|
|
68
|
-
/// @prop {Map} background-active [color: ('gray', 100)] - The background color used for the active tree node.
|
|
69
56
|
/// @prop {Map} background-selected [color: ('gray', 100)] - The background color used for the selected tree node.
|
|
70
57
|
/// @prop {Map} foreground-selected [color: ('gray', 900)] - The color used for the content of the selected tree node.
|
|
71
58
|
/// @prop {Map} background-active-selected [color: ('gray', 200)] - The background color used for the active selected tree node.
|
|
72
59
|
/// @prop {Map} foreground-active-selected [color: ('gray', 900)] - The color used for the content of the active selected tree node.
|
|
73
|
-
/// @prop {Map} hover-color [color: ('gray', 200, .5)] - The background color used for the tree node on hover.
|
|
74
60
|
/// @requires $fluent-tree
|
|
75
61
|
/// @requires $base-dark-tree
|
|
76
62
|
$dark-fluent-tree: extend(
|
|
77
63
|
$fluent-tree,
|
|
78
64
|
$base-dark-tree,
|
|
79
65
|
(
|
|
80
|
-
background-active: (
|
|
81
|
-
color: (
|
|
82
|
-
'gray',
|
|
83
|
-
100,
|
|
84
|
-
),
|
|
85
|
-
),
|
|
86
66
|
background-selected: (
|
|
87
67
|
color: (
|
|
88
68
|
'gray',
|
|
@@ -107,13 +87,6 @@ $dark-fluent-tree: extend(
|
|
|
107
87
|
900,
|
|
108
88
|
),
|
|
109
89
|
),
|
|
110
|
-
hover-color: (
|
|
111
|
-
color: (
|
|
112
|
-
'gray',
|
|
113
|
-
200,
|
|
114
|
-
0.5,
|
|
115
|
-
),
|
|
116
|
-
),
|
|
117
90
|
)
|
|
118
91
|
);
|
|
119
92
|
|
|
@@ -7,42 +7,32 @@
|
|
|
7
7
|
/// @access public
|
|
8
8
|
////
|
|
9
9
|
|
|
10
|
-
/// Generates a dark watermark schema.
|
|
10
|
+
/// Generates a base dark watermark schema.
|
|
11
11
|
/// @type {Map}
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
$light-watermark,
|
|
15
|
-
(
|
|
16
|
-
image-opacity: 15%,
|
|
17
|
-
)
|
|
12
|
+
$dark-watermark: (
|
|
13
|
+
image-opacity: 15%,
|
|
18
14
|
);
|
|
19
15
|
|
|
16
|
+
/// Generates a base dark watermark schema.
|
|
17
|
+
/// @type {Map}
|
|
18
|
+
/// @requires $material-watermark
|
|
19
|
+
/// @requires $dark-watermark
|
|
20
|
+
$dark-material-watermark: extend($material-watermark, $dark-watermark);
|
|
21
|
+
|
|
20
22
|
/// Generates a dark fluent watermark schema.
|
|
21
23
|
/// @type {Map}
|
|
22
24
|
/// @requires $fluent-watermark
|
|
23
|
-
$dark-
|
|
24
|
-
|
|
25
|
-
(
|
|
26
|
-
image-opacity: 15%,
|
|
27
|
-
)
|
|
28
|
-
);
|
|
25
|
+
/// @requires $dark-watermark
|
|
26
|
+
$dark-fluent-watermark: extend($fluent-watermark, $dark-watermark);
|
|
29
27
|
|
|
30
28
|
/// Generates a dark bootstrap watermark schema.
|
|
31
29
|
/// @type {Map}
|
|
32
30
|
/// @requires $bootstrap-watermark
|
|
33
|
-
$dark-
|
|
34
|
-
|
|
35
|
-
(
|
|
36
|
-
image-opacity: 15%,
|
|
37
|
-
)
|
|
38
|
-
);
|
|
31
|
+
/// @requires $dark-watermark
|
|
32
|
+
$dark-bootstrap-watermark: extend($bootstrap-watermark, $dark-watermark);
|
|
39
33
|
|
|
40
34
|
/// Generates a dark indigo watermark schema.
|
|
41
35
|
/// @type {Map}
|
|
42
|
-
/// @requires $
|
|
43
|
-
$dark-
|
|
44
|
-
|
|
45
|
-
(
|
|
46
|
-
image-opacity: 15%,
|
|
47
|
-
)
|
|
48
|
-
);
|
|
36
|
+
/// @requires $indigo-watermark
|
|
37
|
+
/// @requires $dark-watermark
|
|
38
|
+
$dark-indigo-watermark: extend($indigo-watermark, $dark-watermark);
|
|
@@ -21,7 +21,7 @@ $flat-elevation-button: (
|
|
|
21
21
|
/// @prop {Number} hover-elevation [4] - The elevation level, between 0-24, to be used for the hover state.
|
|
22
22
|
/// @prop {Number} focus-elevation [8] - The elevation level, between 0-24, to be used for the focus state.
|
|
23
23
|
/// @prop {Number} active-elevation [8] - The elevation level, between 0-24, to be used for the focus state.
|
|
24
|
-
$
|
|
24
|
+
$light-contained-elevation: (
|
|
25
25
|
resting-elevation: 2,
|
|
26
26
|
hover-elevation: 4,
|
|
27
27
|
focus-elevation: 8,
|
|
@@ -33,7 +33,7 @@ $material-contained-elevation: (
|
|
|
33
33
|
/// @prop {Number} hover-elevation [12] - The elevation level, between 0-24, to be used for the hover state.
|
|
34
34
|
/// @prop {Number} focus-elevation [12] - The elevation level, between 0-24, to be used for the focus state.
|
|
35
35
|
/// @prop {Number} active-elevation [12] - The elevation level, between 0-24, to be used for the focus state.
|
|
36
|
-
$
|
|
36
|
+
$light-fab-elevation: (
|
|
37
37
|
resting-elevation: 6,
|
|
38
38
|
hover-elevation: 12,
|
|
39
39
|
focus-elevation: 12,
|
|
@@ -38,7 +38,16 @@ $light-action-strip: extend(
|
|
|
38
38
|
'error',
|
|
39
39
|
),
|
|
40
40
|
),
|
|
41
|
+
)
|
|
42
|
+
);
|
|
41
43
|
|
|
44
|
+
/// Generates a material action strip schema.
|
|
45
|
+
/// @type {Map}
|
|
46
|
+
/// @prop {List} actions-border-radius [(rem(24px), rem(0), rem(24px))] - The border radius used for action strip actions container.
|
|
47
|
+
/// @requires {Map} $light-action-strip
|
|
48
|
+
$material-action-strip: extend(
|
|
49
|
+
$light-action-strip,
|
|
50
|
+
(
|
|
42
51
|
actions-border-radius: (
|
|
43
52
|
border-radius: (
|
|
44
53
|
rem(24px),
|
|
@@ -40,9 +40,13 @@ $light-avatar: (
|
|
|
40
40
|
default-size: 1,
|
|
41
41
|
);
|
|
42
42
|
|
|
43
|
+
/// Generates a material avatar schema.
|
|
44
|
+
/// @type {Map}
|
|
45
|
+
/// @requires {Map} $light-avatar
|
|
46
|
+
$material-avatar: $light-avatar;
|
|
47
|
+
|
|
43
48
|
/// Generates a fluent avatar schema.
|
|
44
49
|
/// @type {Map}
|
|
45
|
-
/// @prop {Number} default-size [1] - The default size used for the avatar component.
|
|
46
50
|
/// @requires {Map} $light-avatar
|
|
47
51
|
$fluent-avatar: $light-avatar;
|
|
48
52
|
|
|
@@ -51,7 +55,6 @@ $fluent-avatar: $light-avatar;
|
|
|
51
55
|
/// @prop {Map} background [color: ('gray', 400)]- The background color of the avatar.
|
|
52
56
|
/// @prop {Map} color [contrast-color: ('gray', 400)] - The text/icon color of the avatar.
|
|
53
57
|
/// @prop {Number} border-radius [rem(4px)] - The border radius for rounded avatar.
|
|
54
|
-
/// @prop {Number} default-size [1] - The default size used for the avatar component.
|
|
55
58
|
/// @requires {Map} $light-avatar
|
|
56
59
|
$bootstrap-avatar: extend(
|
|
57
60
|
$light-avatar,
|
|
@@ -74,6 +77,5 @@ $bootstrap-avatar: extend(
|
|
|
74
77
|
|
|
75
78
|
/// Generates an indigo avatar schema.
|
|
76
79
|
/// @type {Map}
|
|
77
|
-
/// @prop {Number} default-size [1] - The default size used for the avatar component.
|
|
78
80
|
/// @requires {Map} $light-avatar
|
|
79
81
|
$indigo-avatar: $light-avatar;
|
|
@@ -55,6 +55,11 @@ $light-badge: extend(
|
|
|
55
55
|
)
|
|
56
56
|
);
|
|
57
57
|
|
|
58
|
+
/// Generates a material badge schema.
|
|
59
|
+
/// @type {Map}
|
|
60
|
+
/// @requires {Map} $light-badge
|
|
61
|
+
$material-badge: $light-badge;
|
|
62
|
+
|
|
58
63
|
/// Generates a fluent badge schema.
|
|
59
64
|
/// @type {Map}
|
|
60
65
|
/// @requires {Map} $light-badge
|
|
@@ -34,6 +34,11 @@ $light-banner: (
|
|
|
34
34
|
),
|
|
35
35
|
);
|
|
36
36
|
|
|
37
|
+
/// Generates a material banner schema.
|
|
38
|
+
/// @type {Map}
|
|
39
|
+
/// @requires {Map} $light-banner
|
|
40
|
+
$material-banner: $light-banner;
|
|
41
|
+
|
|
37
42
|
/// Generates a fluent banner schema.
|
|
38
43
|
/// @type {Map}
|
|
39
44
|
/// @requires {Map} $light-banner
|
|
@@ -41,6 +41,11 @@ $light-bottom-nav: extend(
|
|
|
41
41
|
)
|
|
42
42
|
);
|
|
43
43
|
|
|
44
|
+
/// Generates a material bottom navigation schema.
|
|
45
|
+
/// @type {Map}
|
|
46
|
+
/// @requires {Map} $light-bottom-nav
|
|
47
|
+
$material-bottom-nav: $light-bottom-nav;
|
|
48
|
+
|
|
44
49
|
/// Generates a fluent bottom navigation schema.
|
|
45
50
|
/// @type {Map}
|
|
46
51
|
/// @prop {Number} elevation [1] - The elevation level, between 0-24, to be used for the bottom nav.
|