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
|
@@ -62,60 +62,60 @@
|
|
|
62
62
|
/// Use in combination with dark palettes.
|
|
63
63
|
/// @type Map
|
|
64
64
|
$dark-material-schema: (
|
|
65
|
-
action-strip: $dark-action-strip,
|
|
66
|
-
avatar: $dark-avatar,
|
|
67
|
-
badge: $dark-badge,
|
|
68
|
-
banner: $dark-banner,
|
|
69
|
-
bottom-nav: $dark-bottom-nav,
|
|
70
|
-
button: $dark-button,
|
|
71
|
-
button-group: $dark-button-group,
|
|
72
|
-
calendar: $dark-calendar,
|
|
73
|
-
card: $dark-card,
|
|
74
|
-
carousel: $dark-carousel,
|
|
75
|
-
checkbox: $dark-checkbox,
|
|
76
|
-
chip: $dark-chip,
|
|
77
|
-
column-actions: $dark-column-actions,
|
|
78
|
-
combo: $dark-combo,
|
|
79
|
-
date-range: $dark-date-range-picker,
|
|
80
|
-
dialog: $dark-dialog,
|
|
81
|
-
divider: $dark-divider,
|
|
82
|
-
dockmanager: $dark-dock-manager,
|
|
83
|
-
drop-down: $dark-drop-down,
|
|
84
|
-
expansion-panel: $dark-expansion-panel,
|
|
85
|
-
grid: $dark-grid,
|
|
86
|
-
grid-filtering: $dark-grid-filtering,
|
|
87
|
-
grid-summary: $dark-grid-summary,
|
|
88
|
-
grid-toolbar: $dark-grid-toolbar,
|
|
89
|
-
highlight: $dark-highlight,
|
|
90
|
-
icon: $dark-icon,
|
|
91
|
-
icon-button: $dark-icon-button,
|
|
92
|
-
input-group: $dark-input-group,
|
|
65
|
+
action-strip: $dark-material-action-strip,
|
|
66
|
+
avatar: $dark-material-avatar,
|
|
67
|
+
badge: $dark-material-badge,
|
|
68
|
+
banner: $dark-material-banner,
|
|
69
|
+
bottom-nav: $dark-material-bottom-nav,
|
|
70
|
+
button: $dark-material-button,
|
|
71
|
+
button-group: $dark-material-button-group,
|
|
72
|
+
calendar: $dark-material-calendar,
|
|
73
|
+
card: $dark-material-card,
|
|
74
|
+
carousel: $dark-material-carousel,
|
|
75
|
+
checkbox: $dark-material-checkbox,
|
|
76
|
+
chip: $dark-material-chip,
|
|
77
|
+
column-actions: $dark-material-column-actions,
|
|
78
|
+
combo: $dark-material-combo,
|
|
79
|
+
date-range: $dark-material-date-range-picker,
|
|
80
|
+
dialog: $dark-material-dialog,
|
|
81
|
+
divider: $dark-material-divider,
|
|
82
|
+
dockmanager: $dark-material-dock-manager,
|
|
83
|
+
drop-down: $dark-material-drop-down,
|
|
84
|
+
expansion-panel: $dark-material-expansion-panel,
|
|
85
|
+
grid: $dark-material-grid,
|
|
86
|
+
grid-filtering: $dark-material-grid-filtering,
|
|
87
|
+
grid-summary: $dark-material-grid-summary,
|
|
88
|
+
grid-toolbar: $dark-material-grid-toolbar,
|
|
89
|
+
highlight: $dark-material-highlight,
|
|
90
|
+
icon: $dark-material-icon,
|
|
91
|
+
icon-button: $dark-material-icon-button,
|
|
92
|
+
input-group: $dark-material-input-group,
|
|
93
93
|
label: $dark-material-label,
|
|
94
|
-
list: $dark-list,
|
|
95
|
-
navbar: $dark-navbar,
|
|
96
|
-
nav-drawer: $dark-navdrawer,
|
|
97
|
-
overlay: $dark-overlay,
|
|
98
|
-
paginator: $dark-pagination,
|
|
99
|
-
pivot-data-selector: $dark-pivot-data-selector,
|
|
100
|
-
linear-bar: $dark-progress-linear,
|
|
101
|
-
circular-bar: $dark-progress-circular,
|
|
102
|
-
query-builder: $dark-query-builder,
|
|
103
|
-
radio: $dark-radio,
|
|
104
|
-
rating: $dark-rating,
|
|
105
|
-
ripple: $dark-ripple,
|
|
106
|
-
scrollbar: $dark-scrollbar,
|
|
107
|
-
select: $dark-select,
|
|
108
|
-
slider: $dark-slider,
|
|
109
|
-
snackbar: $dark-snackbar,
|
|
110
|
-
splitter: $dark-splitter,
|
|
111
|
-
stepper: $dark-stepper,
|
|
112
|
-
switch: $dark-switch,
|
|
113
|
-
tabs: $dark-tabs,
|
|
114
|
-
time-picker: $dark-time-picker,
|
|
115
|
-
toast: $dark-toast,
|
|
116
|
-
tooltip: $dark-tooltip,
|
|
117
|
-
tree: $dark-tree,
|
|
118
|
-
watermark: $dark-watermark,
|
|
94
|
+
list: $dark-material-list,
|
|
95
|
+
navbar: $dark-material-navbar,
|
|
96
|
+
nav-drawer: $dark-material-navdrawer,
|
|
97
|
+
overlay: $dark-material-overlay,
|
|
98
|
+
paginator: $dark-material-pagination,
|
|
99
|
+
pivot-data-selector: $dark-material-pivot-data-selector,
|
|
100
|
+
linear-bar: $dark-material-progress-linear,
|
|
101
|
+
circular-bar: $dark-material-progress-circular,
|
|
102
|
+
query-builder: $dark-material-query-builder,
|
|
103
|
+
radio: $dark-material-radio,
|
|
104
|
+
rating: $dark-material-rating,
|
|
105
|
+
ripple: $dark-material-ripple,
|
|
106
|
+
scrollbar: $dark-material-scrollbar,
|
|
107
|
+
select: $dark-material-select,
|
|
108
|
+
slider: $dark-material-slider,
|
|
109
|
+
snackbar: $dark-material-snackbar,
|
|
110
|
+
splitter: $dark-material-splitter,
|
|
111
|
+
stepper: $dark-material-stepper,
|
|
112
|
+
switch: $dark-material-switch,
|
|
113
|
+
tabs: $dark-material-tabs,
|
|
114
|
+
time-picker: $dark-material-time-picker,
|
|
115
|
+
toast: $dark-material-toast,
|
|
116
|
+
tooltip: $dark-material-tooltip,
|
|
117
|
+
tree: $dark-material-tree,
|
|
118
|
+
watermark: $dark-material-watermark,
|
|
119
119
|
_meta: (
|
|
120
120
|
theme: 'material',
|
|
121
121
|
variant: 'dark',
|
|
@@ -9,16 +9,13 @@
|
|
|
9
9
|
/// @access public
|
|
10
10
|
////
|
|
11
11
|
|
|
12
|
-
/// Generates a
|
|
13
|
-
/// @type {Map}
|
|
14
|
-
$base-dark-input-group: $light-input-group;
|
|
15
|
-
|
|
16
|
-
/// Generates a dark input-group schema based on a mix of $light-input-group and $base-dark-input-group..
|
|
12
|
+
/// Generates a dark material input-group schema.
|
|
17
13
|
/// @type {Map}
|
|
18
14
|
/// @prop {Map} box-background-focus [color: ('gray', 100)] - The background color of an input group of type box on focus.
|
|
19
|
-
/// @
|
|
20
|
-
$
|
|
21
|
-
|
|
15
|
+
/// @prop {Map} hover-bottom-line-color [color: ('gray', 800)] - The bottom line and border colors in the hover state.
|
|
16
|
+
/// @requires $material-input-group
|
|
17
|
+
$dark-material-input-group: extend(
|
|
18
|
+
$material-input-group,
|
|
22
19
|
(
|
|
23
20
|
box-background-focus: (
|
|
24
21
|
color: (
|
|
@@ -35,7 +32,7 @@ $dark-input-group: extend(
|
|
|
35
32
|
)
|
|
36
33
|
);
|
|
37
34
|
|
|
38
|
-
/// Generates a dark fluent input-group schema
|
|
35
|
+
/// Generates a dark fluent input-group schema.
|
|
39
36
|
/// @type {Map}
|
|
40
37
|
/// @prop {Map} input-prefix-background [color: ('gray', 100)] - The background color of an input prefix of type line, box and border.
|
|
41
38
|
/// @prop {Map} input-suffix-background [color: ('gray', 100)] - The background color of an input sufix of type line, box and border.
|
|
@@ -45,9 +42,7 @@ $dark-input-group: extend(
|
|
|
45
42
|
/// @prop {Map} focused-border-color [color: ('gray', 500)] - The focused input border color for input groups of type border and fluent.
|
|
46
43
|
/// @prop {Map} disabled-border-color [color: ('gray', 100)] - The disabled border color for input groups of type border and fluent.
|
|
47
44
|
/// @requires $fluent-input-group
|
|
48
|
-
/// @requires $base-dark-input-group
|
|
49
45
|
$dark-fluent-input-group: extend(
|
|
50
|
-
$base-dark-input-group,
|
|
51
46
|
$fluent-input-group,
|
|
52
47
|
(
|
|
53
48
|
input-prefix-background: (
|
|
@@ -95,13 +90,12 @@ $dark-fluent-input-group: extend(
|
|
|
95
90
|
)
|
|
96
91
|
);
|
|
97
92
|
|
|
98
|
-
/// Generates a dark bootstrap input-group schema
|
|
93
|
+
/// Generates a dark bootstrap input-group schema.
|
|
99
94
|
/// @type {Map}
|
|
100
95
|
/// @requires $bootstrap-input-group
|
|
101
|
-
|
|
102
|
-
$dark-bootstrap-input-group: extend($base-dark-input-group, $bootstrap-input-group);
|
|
96
|
+
$dark-bootstrap-input-group: $bootstrap-input-group;
|
|
103
97
|
|
|
104
|
-
/// Generates
|
|
98
|
+
/// Generates a dark indigo input-group schema,
|
|
105
99
|
/// @type {Map}
|
|
106
100
|
/// @prop {Map} success-secondary-color [color: ('success', 500, .7)] - The success color used in the valid state.
|
|
107
101
|
/// @prop {Map} warning-secondary-color [color: ('warn', 500, .7)] - The warning color used in the warning state.
|
|
@@ -8,17 +8,17 @@
|
|
|
8
8
|
|
|
9
9
|
/// Generates a dark material label schema.
|
|
10
10
|
/// @type {Map}
|
|
11
|
-
/// @
|
|
11
|
+
/// @requires $material-label
|
|
12
12
|
$dark-material-label: $material-label;
|
|
13
13
|
|
|
14
14
|
/// Generates a dark fluent label schema.
|
|
15
15
|
/// @type {Map}
|
|
16
|
-
/// @
|
|
16
|
+
/// @requires $fluent-label
|
|
17
17
|
$dark-fluent-label: $fluent-label;
|
|
18
18
|
|
|
19
19
|
/// Generates a dark bootstrap label schema.
|
|
20
20
|
/// @type {Map}
|
|
21
|
-
/// @
|
|
21
|
+
/// @requires $bootstrap-label
|
|
22
22
|
$dark-bootstrap-label: $bootstrap-label;
|
|
23
23
|
|
|
24
24
|
/// Generates a dark indigo label schema.
|
|
@@ -9,8 +9,8 @@
|
|
|
9
9
|
|
|
10
10
|
/// Generates a base dark list schema.
|
|
11
11
|
/// @type {Map}
|
|
12
|
-
/// @prop {Map} item-background-hover [color: ('gray',
|
|
13
|
-
/// @prop {Map} item-background-active [color: ('gray',
|
|
12
|
+
/// @prop {Map} item-background-hover [color: ('gray', 100)] - The list item hover background.
|
|
13
|
+
/// @prop {Map} item-background-active [color: ('gray', 100)] - The active list item background color.
|
|
14
14
|
$base-dark-list: (
|
|
15
15
|
item-background-hover: (
|
|
16
16
|
color: (
|
|
@@ -27,19 +27,19 @@ $base-dark-list: (
|
|
|
27
27
|
),
|
|
28
28
|
);
|
|
29
29
|
|
|
30
|
-
/// Generates a
|
|
30
|
+
/// Generates a dark material list schema based.
|
|
31
31
|
/// @type {Map}
|
|
32
|
-
/// @requires $
|
|
32
|
+
/// @requires $material-list
|
|
33
33
|
/// @requires $base-dark-list
|
|
34
|
-
$dark-list: extend($
|
|
34
|
+
$dark-material-list: extend($material-list, $base-dark-list);
|
|
35
35
|
|
|
36
|
-
/// Generates a
|
|
36
|
+
/// Generates a dark fluent list schema.
|
|
37
37
|
/// @type {Map}
|
|
38
38
|
/// @requires $fluent-list
|
|
39
39
|
/// @requires $base-dark-list
|
|
40
40
|
$dark-fluent-list: extend($fluent-list, $base-dark-list);
|
|
41
41
|
|
|
42
|
-
/// Generates a
|
|
42
|
+
/// Generates a dark bootstrap list schema.
|
|
43
43
|
/// @type {Map}
|
|
44
44
|
/// @prop {Map} border-color [color: ('gray', 100)] - The list border color.
|
|
45
45
|
/// @prop {Map} item-background [color: ('gray', 50)] - The list item background color.
|
|
@@ -47,7 +47,6 @@ $dark-fluent-list: extend($fluent-list, $base-dark-list);
|
|
|
47
47
|
/// @prop {Map} item-background-active [color: ('gray', 100)] - The active list item background color.
|
|
48
48
|
/// @prop {Map} header-background [color: ('gray', 50)] - The list header background color.
|
|
49
49
|
/// @requires $bootstrap-list
|
|
50
|
-
/// @requires $base-dark-list
|
|
51
50
|
$dark-bootstrap-list: extend(
|
|
52
51
|
$bootstrap-list,
|
|
53
52
|
(
|
|
@@ -88,7 +87,7 @@ $dark-bootstrap-list: extend(
|
|
|
88
87
|
)
|
|
89
88
|
);
|
|
90
89
|
|
|
91
|
-
/// Generates a dark indigo list schema
|
|
90
|
+
/// Generates a dark indigo list schema.
|
|
92
91
|
/// @type {Map}
|
|
93
92
|
/// @prop {Map} header-text-color [contrast-color: 'surface'] - The list header text color.
|
|
94
93
|
/// @prop {Map} item-background-hover [color: ('primary', 500, .5)] - The list item hover background.
|
|
@@ -6,10 +6,10 @@
|
|
|
6
6
|
/// @access public
|
|
7
7
|
////
|
|
8
8
|
|
|
9
|
-
/// Generates a dark navbar schema.
|
|
9
|
+
/// Generates a dark material navbar schema.
|
|
10
10
|
/// @type {Map}
|
|
11
|
-
/// @requires $
|
|
12
|
-
$dark-navbar: $
|
|
11
|
+
/// @requires $material-navbar
|
|
12
|
+
$dark-material-navbar: $material-navbar;
|
|
13
13
|
|
|
14
14
|
/// Generates a dark fluent navbar schema.
|
|
15
15
|
/// @type {Map}
|
|
@@ -20,10 +20,11 @@ $dark-base-navdrawer: (
|
|
|
20
20
|
),
|
|
21
21
|
);
|
|
22
22
|
|
|
23
|
-
/// Generates a dark navdrawer schema.
|
|
23
|
+
/// Generates a dark material navdrawer schema.
|
|
24
24
|
/// @type {Map}
|
|
25
|
-
/// @requires $
|
|
26
|
-
|
|
25
|
+
/// @requires $material-navdrawer
|
|
26
|
+
/// @requires $dark-base-navdrawer
|
|
27
|
+
$dark-material-navdrawer: extend($material-navdrawer, $dark-base-navdrawer);
|
|
27
28
|
|
|
28
29
|
/// Generates a dark fluent navdrawer schema.
|
|
29
30
|
/// @type {Map}
|
|
@@ -31,6 +32,7 @@ $dark-navdrawer: extend($light-navdrawer, $dark-base-navdrawer);
|
|
|
31
32
|
/// @prop {Map} item-active-icon-color [color: ('primary', 100)] - The item's icon active color.
|
|
32
33
|
/// @prop {Map} item-active-background [color: ('primary', 400, .12)] - The item's active background color.
|
|
33
34
|
/// @requires $fluent-navdrawer
|
|
35
|
+
/// @requires $dark-base-navdrawer
|
|
34
36
|
$dark-fluent-navdrawer: extend(
|
|
35
37
|
$fluent-navdrawer,
|
|
36
38
|
$dark-base-navdrawer,
|
|
@@ -63,6 +65,7 @@ $dark-fluent-navdrawer: extend(
|
|
|
63
65
|
/// @type {Map}
|
|
64
66
|
/// @prop {Map} item-hover-background [color: ('gray', 100)] - The item's hover background color.
|
|
65
67
|
/// @requires $bootstrap-navdrawer
|
|
68
|
+
/// @requires $dark-base-navdrawer
|
|
66
69
|
$dark-bootstrap-navdrawer: extend(
|
|
67
70
|
$bootstrap-navdrawer,
|
|
68
71
|
$dark-base-navdrawer,
|
|
@@ -7,10 +7,10 @@
|
|
|
7
7
|
/// @access public
|
|
8
8
|
////
|
|
9
9
|
|
|
10
|
-
/// Generates a dark overlay schema.
|
|
10
|
+
/// Generates a dark material overlay schema.
|
|
11
11
|
/// @type {Map}
|
|
12
|
-
/// @requires $
|
|
13
|
-
$dark-overlay: $
|
|
12
|
+
/// @requires $material-overlay
|
|
13
|
+
$dark-material-overlay: $material-overlay;
|
|
14
14
|
|
|
15
15
|
/// Generates a dark fluent overlay schema.
|
|
16
16
|
/// @type {Map}
|
|
@@ -10,7 +10,6 @@
|
|
|
10
10
|
/// Generates a base dark pagination schema.
|
|
11
11
|
/// @type {Map}
|
|
12
12
|
/// @prop {Map} background-color [color: ('surface')] - The background color of the paging panel.
|
|
13
|
-
/// @requires $light-pagination
|
|
14
13
|
$base-dark-pagination: (
|
|
15
14
|
background-color: (
|
|
16
15
|
color: (
|
|
@@ -19,19 +18,19 @@ $base-dark-pagination: (
|
|
|
19
18
|
),
|
|
20
19
|
);
|
|
21
20
|
|
|
22
|
-
/// Generates a dark pagination schema
|
|
21
|
+
/// Generates a dark material pagination schema.
|
|
23
22
|
/// @type {Map}
|
|
24
|
-
/// @requires $
|
|
23
|
+
/// @requires $material-pagination
|
|
25
24
|
/// @requires $base-dark-pagination
|
|
26
|
-
$dark-pagination: extend($
|
|
25
|
+
$dark-material-pagination: extend($material-pagination, $base-dark-pagination);
|
|
27
26
|
|
|
28
|
-
/// Generates a dark fluent pagination schema
|
|
27
|
+
/// Generates a dark fluent pagination schema.
|
|
29
28
|
/// @type {Map}
|
|
30
29
|
/// @requires $fluent-pagination
|
|
31
30
|
/// @requires $base-dark-pagination
|
|
32
31
|
$dark-fluent-pagination: extend($fluent-pagination, $base-dark-pagination);
|
|
33
32
|
|
|
34
|
-
/// Generates a dark bootstrap pagination schema
|
|
33
|
+
/// Generates a dark bootstrap pagination schema.
|
|
35
34
|
/// @type {Map}
|
|
36
35
|
/// @requires $bootstrap-pagination
|
|
37
36
|
$dark-bootstrap-pagination: $bootstrap-pagination;
|
|
@@ -39,4 +38,5 @@ $dark-bootstrap-pagination: $bootstrap-pagination;
|
|
|
39
38
|
/// Generates a dark indigo pagination schema.
|
|
40
39
|
/// @type {Map}
|
|
41
40
|
/// @requires $indigo-pagination
|
|
41
|
+
/// @requires $base-dark-pagination
|
|
42
42
|
$dark-indigo-pagination: extend($indigo-pagination, $base-dark-pagination);
|
|
@@ -7,21 +7,22 @@
|
|
|
7
7
|
/// @access public
|
|
8
8
|
////
|
|
9
9
|
|
|
10
|
-
/// Generates a dark pivot data selector schema.
|
|
10
|
+
/// Generates a dark material pivot data selector schema.
|
|
11
11
|
/// @type {Map}
|
|
12
|
-
|
|
12
|
+
/// @requires {Map} $material-pivot-data-selector
|
|
13
|
+
$dark-material-pivot-data-selector: $material-pivot-data-selector;
|
|
13
14
|
|
|
14
15
|
/// Generates a dark fluent pivot data selector schema.
|
|
15
16
|
/// @type {Map}
|
|
16
|
-
/// @requires {Map} $
|
|
17
|
+
/// @requires {Map} $fluent-pivot-data-selector
|
|
17
18
|
$dark-fluent-pivot-data-selector: $fluent-pivot-data-selector;
|
|
18
19
|
|
|
19
20
|
/// Generates a dark bootstrap pivot data selector schema.
|
|
20
21
|
/// @type {Map}
|
|
21
|
-
/// @requires {Map} $
|
|
22
|
+
/// @requires {Map} $bootstrap-pivot-data-selector
|
|
22
23
|
$dark-bootstrap-pivot-data-selector: $bootstrap-pivot-data-selector;
|
|
23
24
|
|
|
24
25
|
/// Generates a dark indigo pivot data selector schema.
|
|
25
26
|
/// @type {Map}
|
|
26
|
-
/// @requires {Map} $
|
|
27
|
+
/// @requires {Map} $indigo-pivot-data-selector
|
|
27
28
|
$dark-indigo-pivot-data-selector: $indigo-pivot-data-selector;
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
/// @access public
|
|
8
8
|
////
|
|
9
9
|
|
|
10
|
-
/// Generates a dark
|
|
10
|
+
/// Generates a base dark progress-linear schema.
|
|
11
11
|
/// @type {Map}
|
|
12
12
|
/// @prop {Map} track-color [color: ('gray', 100)] - The main track color.
|
|
13
13
|
/// @prop {Map} stripes-color [color: ('gray', 900, .7)] - The track stripes color.
|
|
@@ -28,11 +28,11 @@ $dark-base-progress-linear: (
|
|
|
28
28
|
),
|
|
29
29
|
);
|
|
30
30
|
|
|
31
|
-
/// Generates a dark progress-linear schema.
|
|
31
|
+
/// Generates a dark material progress-linear schema.
|
|
32
32
|
/// @type {Map}
|
|
33
|
-
/// @requires $
|
|
33
|
+
/// @requires $material-progress-linear
|
|
34
34
|
/// @requires $dark-base-progress-linear
|
|
35
|
-
$dark-progress-linear: extend($
|
|
35
|
+
$dark-material-progress-linear: extend($material-progress-linear, $dark-base-progress-linear);
|
|
36
36
|
|
|
37
37
|
/// Generates a dark fluent progress-linear schema.
|
|
38
38
|
/// @type {Map}
|
|
@@ -48,7 +48,7 @@ $dark-bootstrap-progress-linear: $bootstrap-progress-linear;
|
|
|
48
48
|
/// Generates a dark indigo progress-linear schema.
|
|
49
49
|
/// @type {Map}
|
|
50
50
|
/// @prop {Map} track-color [color: ('gray', 100)] - The main track color.
|
|
51
|
-
/// @prop {
|
|
51
|
+
/// @prop {Map} stripes-color [color: ('gray', 50, .35)] - The track stripes color.
|
|
52
52
|
/// @requires $indigo-progress-linear
|
|
53
53
|
$dark-indigo-progress-linear: extend(
|
|
54
54
|
$indigo-progress-linear,
|
|
@@ -70,9 +70,9 @@ $dark-indigo-progress-linear: extend(
|
|
|
70
70
|
)
|
|
71
71
|
);
|
|
72
72
|
|
|
73
|
-
/// Generates a dark progress-circular schema.
|
|
73
|
+
/// Generates a base dark progress-circular schema.
|
|
74
74
|
/// @type {Map}
|
|
75
|
-
/// @prop {Map}
|
|
75
|
+
/// @prop {Map} base-circle-color [color: ('gray', 100)] - The main track color.
|
|
76
76
|
$dark-base-progress-circular: (
|
|
77
77
|
base-circle-color: (
|
|
78
78
|
color: (
|
|
@@ -82,22 +82,26 @@ $dark-base-progress-circular: (
|
|
|
82
82
|
),
|
|
83
83
|
);
|
|
84
84
|
|
|
85
|
-
/// Generates a dark progress-circular schema.
|
|
85
|
+
/// Generates a dark material progress-circular schema.
|
|
86
86
|
/// @type {Map}
|
|
87
|
-
/// @requires $
|
|
88
|
-
|
|
87
|
+
/// @requires $material-progress-circular
|
|
88
|
+
/// @requires $dark-base-progress-circular
|
|
89
|
+
$dark-material-progress-circular: extend($material-progress-circular, $dark-base-progress-circular);
|
|
89
90
|
|
|
90
91
|
/// Generates a dark fluent progress-circular schema.
|
|
91
92
|
/// @type {Map}
|
|
92
93
|
/// @requires $fluent-progress-circular
|
|
94
|
+
/// @requires $dark-base-progress-circular
|
|
93
95
|
$dark-fluent-progress-circular: extend($fluent-progress-circular, $dark-base-progress-circular);
|
|
94
96
|
|
|
95
97
|
/// Generates a dark bootstrap progress-circular schema.
|
|
96
98
|
/// @type {Map}
|
|
97
99
|
/// @requires $bootstrap-progress-circular
|
|
100
|
+
/// @requires $dark-base-progress-circular
|
|
98
101
|
$dark-bootstrap-progress-circular: extend($bootstrap-progress-circular, $dark-base-progress-circular);
|
|
99
102
|
|
|
100
103
|
/// Generates a dark indigo progress-circular schema.
|
|
101
104
|
/// @type {Map}
|
|
102
105
|
/// @requires $indigo-progress-circular
|
|
106
|
+
/// @requires $dark-base-progress-circular
|
|
103
107
|
$dark-indigo-progress-circular: extend($indigo-progress-circular, $dark-base-progress-circular);
|
|
@@ -7,21 +7,21 @@
|
|
|
7
7
|
/// @access public
|
|
8
8
|
////
|
|
9
9
|
|
|
10
|
-
/// Generates
|
|
10
|
+
/// Generates a dark material query builder schema.
|
|
11
11
|
/// @type {Map}
|
|
12
|
-
/// @see $
|
|
13
|
-
/// @requires $
|
|
14
|
-
$dark-query-builder: $
|
|
12
|
+
/// @see $material-query-builder
|
|
13
|
+
/// @requires $material-query-builder
|
|
14
|
+
$dark-material-query-builder: $material-query-builder;
|
|
15
15
|
|
|
16
|
-
/// Generates
|
|
16
|
+
/// Generates a dark fluent query builder schema.
|
|
17
17
|
/// @see $fluent-query-builder
|
|
18
18
|
/// @requires $fluent-query-builder
|
|
19
19
|
$dark-fluent-query-builder: $fluent-query-builder;
|
|
20
20
|
|
|
21
|
-
/// Generates
|
|
21
|
+
/// Generates a dark bootstrap query builder schema.
|
|
22
22
|
$dark-bootstrap-query-builder: $bootstrap-query-builder;
|
|
23
23
|
|
|
24
|
-
/// Generates
|
|
24
|
+
/// Generates a dark indigo query builder schema.
|
|
25
25
|
/// @type {Map}
|
|
26
26
|
/// @prop {Map} background [color: 'surface'] - The background color of the filtering row.
|
|
27
27
|
/// @requires $indigo-query-builder
|
|
@@ -8,10 +8,29 @@
|
|
|
8
8
|
/// @access public
|
|
9
9
|
////
|
|
10
10
|
|
|
11
|
-
/// Generates a dark radio schema.
|
|
11
|
+
/// Generates a base dark radio schema.
|
|
12
12
|
/// @type {Map}
|
|
13
|
-
/// @
|
|
14
|
-
|
|
13
|
+
/// @prop {Map} fill-color-hover [color: ('gray', 900)] - The checked border and dot colors on hover.
|
|
14
|
+
/// @prop {Map} fill-hover-border-color [color: ('gray', 900)] - The text color used for the label text.
|
|
15
|
+
$base-dark-radio: (
|
|
16
|
+
fill-color-hover: (
|
|
17
|
+
color: (
|
|
18
|
+
'gray',
|
|
19
|
+
900,
|
|
20
|
+
),
|
|
21
|
+
),
|
|
22
|
+
fill-hover-border-color: (
|
|
23
|
+
color: (
|
|
24
|
+
'gray',
|
|
25
|
+
900,
|
|
26
|
+
),
|
|
27
|
+
),
|
|
28
|
+
);
|
|
29
|
+
|
|
30
|
+
/// Generates a dark material radio schema.
|
|
31
|
+
/// @type {Map}
|
|
32
|
+
/// @requires $material-radio
|
|
33
|
+
$dark-material-radio: $material-radio;
|
|
15
34
|
|
|
16
35
|
/// Generates a dark fluent radio schema.
|
|
17
36
|
/// @type {Map}
|
|
@@ -73,56 +92,27 @@ $dark-fluent-radio: extend(
|
|
|
73
92
|
|
|
74
93
|
/// Generates a dark bootstrap radio schema.
|
|
75
94
|
/// @type {Map}
|
|
76
|
-
/// @prop {Map} fill-hover-border-color [color: ('gray', 900)] - The text color used for the label text.
|
|
77
|
-
/// @prop {Map} fill-color-hover [color: ('gray', 900)] - The checked border and dot colors on hover.
|
|
78
95
|
/// @requires $bootstrap-radio
|
|
79
|
-
$dark-
|
|
80
|
-
|
|
81
|
-
(
|
|
82
|
-
fill-hover-border-color: (
|
|
83
|
-
color: (
|
|
84
|
-
'gray',
|
|
85
|
-
900,
|
|
86
|
-
),
|
|
87
|
-
),
|
|
88
|
-
fill-color-hover: (
|
|
89
|
-
color: (
|
|
90
|
-
'gray',
|
|
91
|
-
900,
|
|
92
|
-
),
|
|
93
|
-
),
|
|
94
|
-
)
|
|
95
|
-
);
|
|
96
|
+
/// @requires $base-dark-radio
|
|
97
|
+
$dark-bootstrap-radio: extend($bootstrap-radio, $base-dark-radio);
|
|
96
98
|
|
|
97
99
|
/// Generates a dark indigo radio schema.
|
|
98
100
|
/// @type {Map}
|
|
99
|
-
/// @prop {Map} fill-hover-border-color [color: ('gray', 900)] - The text color used for the label text.
|
|
100
101
|
/// @prop {Map} empty-color [color: ('gray', 700)] - The unchecked border color.
|
|
101
102
|
/// @prop {Map} fill-color [color: ('gray', 900)] - The checked border and dot colors.
|
|
102
|
-
/// @prop {Map} fill-color-hover [color: ('gray', 900)] - The checked border and dot colors on hover.
|
|
103
103
|
/// @prop {Map} disabled-color [color: ('gray', 400)] - The disabled border and dot colors.
|
|
104
104
|
/// @requires $indigo-radio
|
|
105
|
+
/// @requires $base-dark-radio
|
|
105
106
|
$dark-indigo-radio: extend(
|
|
106
107
|
$indigo-radio,
|
|
108
|
+
$base-dark-radio,
|
|
107
109
|
(
|
|
108
|
-
fill-hover-border-color: (
|
|
109
|
-
color: (
|
|
110
|
-
'gray',
|
|
111
|
-
900,
|
|
112
|
-
),
|
|
113
|
-
),
|
|
114
110
|
fill-color: (
|
|
115
111
|
color: (
|
|
116
112
|
'gray',
|
|
117
113
|
900,
|
|
118
114
|
),
|
|
119
115
|
),
|
|
120
|
-
fill-color-hover: (
|
|
121
|
-
color: (
|
|
122
|
-
'gray',
|
|
123
|
-
900,
|
|
124
|
-
),
|
|
125
|
-
),
|
|
126
116
|
empty-color: (
|
|
127
117
|
color: (
|
|
128
118
|
'gray',
|
|
@@ -8,10 +8,10 @@
|
|
|
8
8
|
/// @access public
|
|
9
9
|
////
|
|
10
10
|
|
|
11
|
-
/// Generates a dark rating schema.
|
|
11
|
+
/// Generates a dark material rating schema.
|
|
12
12
|
/// @type {Map}
|
|
13
|
-
/// @requires $
|
|
14
|
-
$dark-rating: $
|
|
13
|
+
/// @requires $material-rating
|
|
14
|
+
$dark-material-rating: $material-rating;
|
|
15
15
|
|
|
16
16
|
/// Generates a dark fluent rating schema.
|
|
17
17
|
/// @type {Map}
|
|
@@ -7,10 +7,10 @@
|
|
|
7
7
|
/// @access public
|
|
8
8
|
////
|
|
9
9
|
|
|
10
|
-
/// Generates a dark ripple schema.
|
|
10
|
+
/// Generates a dark material ripple schema.
|
|
11
11
|
/// @type {Map}
|
|
12
|
-
/// @requires $
|
|
13
|
-
$dark-ripple: $
|
|
12
|
+
/// @requires $material-ripple
|
|
13
|
+
$dark-material-ripple: $material-ripple;
|
|
14
14
|
|
|
15
15
|
/// Generates a dark fluent ripple schema.
|
|
16
16
|
/// @type {Map}
|
|
@@ -7,11 +7,10 @@
|
|
|
7
7
|
/// @access public
|
|
8
8
|
////
|
|
9
9
|
|
|
10
|
-
/// Generates a dark scrollbar schema.
|
|
10
|
+
/// Generates a dark material scrollbar schema.
|
|
11
11
|
/// @type {Map}
|
|
12
|
-
/// @
|
|
13
|
-
|
|
14
|
-
$dark-scrollbar: $light-scrollbar;
|
|
12
|
+
/// @requires $material-scrollbar
|
|
13
|
+
$dark-material-scrollbar: $material-scrollbar;
|
|
15
14
|
|
|
16
15
|
/// Generates a dark fluent scrollbar schema.
|
|
17
16
|
/// @type {Map}
|
|
@@ -22,7 +21,7 @@ $dark-fluent-scrollbar: $fluent-scrollbar;
|
|
|
22
21
|
/// @type {Map}
|
|
23
22
|
/// @prop {Map} thumb-background [color: ('gray', 200, .5)] - The background color used for the thumb.
|
|
24
23
|
/// @prop {Color} track-background [color: ('gray', 100, .5)] - The background color used for the track.
|
|
25
|
-
/// @requires $
|
|
24
|
+
/// @requires $bootstrap-scrollbar
|
|
26
25
|
$dark-bootstrap-scrollbar: extend(
|
|
27
26
|
$bootstrap-scrollbar,
|
|
28
27
|
(
|
|
@@ -10,10 +10,10 @@
|
|
|
10
10
|
|
|
11
11
|
/* stylelint-disable max-line-length */
|
|
12
12
|
|
|
13
|
-
/// Generates a dark select schema.
|
|
13
|
+
/// Generates a dark material select schema.
|
|
14
14
|
/// @type {Map}
|
|
15
|
-
/// @requires $
|
|
16
|
-
$dark-select: $
|
|
15
|
+
/// @requires $material-select
|
|
16
|
+
$dark-material-select: $material-select;
|
|
17
17
|
|
|
18
18
|
/// Generates a dark fluent select schema.
|
|
19
19
|
/// @type {Map}
|