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
package/package.json
CHANGED
|
@@ -177,12 +177,15 @@ $_enhanced-accessibility: false;
|
|
|
177
177
|
$s: #{var(--ig-#{$color}-#{$variant})};
|
|
178
178
|
$contrast: if(meta.type-of($variant) == string, string.index($variant, 'contrast'), false);
|
|
179
179
|
$meta: if($palette, map.get($palette, '_meta'), null);
|
|
180
|
+
$_alpha: if($opacity, $opacity, 1);
|
|
181
|
+
$_hsl-alpha: hsla($s, if($opacity, $opacity, $a));
|
|
182
|
+
$_mix-alpha: color-mix(in oklch, $s #{$_alpha * 100%}, transparent);
|
|
180
183
|
|
|
181
184
|
@if not($palette) or not($meta) {
|
|
182
|
-
@return if($contrast, $
|
|
185
|
+
@return if($contrast, $_mix-alpha, $_hsl-alpha);
|
|
183
186
|
}
|
|
184
187
|
|
|
185
|
-
@return rgba(map.get($c, $variant), $alpha:
|
|
188
|
+
@return rgba(map.get($c, $variant), $alpha: $_alpha);
|
|
186
189
|
}
|
|
187
190
|
|
|
188
191
|
/// Retrieves a contrast text color for a given color variant from a color palette.
|
|
@@ -191,6 +194,7 @@ $_enhanced-accessibility: false;
|
|
|
191
194
|
/// @param {Map} $palette [null] - The source palette map (optional).
|
|
192
195
|
/// @param {String} $color [primary] - The target color from the color palette.
|
|
193
196
|
/// @param {Number | String} $variant [500] - The target color shade from the color palette.
|
|
197
|
+
/// @param {Number} $opacity [null] - Optional opacity to apply to the color shade.
|
|
194
198
|
/// @requires {function} color
|
|
195
199
|
/// @returns {Color | String} - The raw contrast color shade or CSS variable from the palette.
|
|
196
200
|
/// @example scss without passing a palette
|
|
@@ -198,8 +202,8 @@ $_enhanced-accessibility: false;
|
|
|
198
202
|
/// background: color($color: 'primary', $variant: 200);
|
|
199
203
|
/// color: contrast-color($color: 'primary', $variant: 200);
|
|
200
204
|
/// }
|
|
201
|
-
@function contrast-color($palette: null, $color: primary, $variant: 500) {
|
|
202
|
-
@return color($palette, $color, #{$variant}-contrast);
|
|
205
|
+
@function contrast-color($palette: null, $color: primary, $variant: 500, $opacity: null) {
|
|
206
|
+
@return color($palette, $color, #{$variant}-contrast, $opacity);
|
|
203
207
|
}
|
|
204
208
|
|
|
205
209
|
/// Returns a contrast color for a passed color.
|
|
@@ -7,10 +7,10 @@
|
|
|
7
7
|
/// @access public
|
|
8
8
|
////
|
|
9
9
|
|
|
10
|
-
/// Generates a dark action-strip schema.
|
|
10
|
+
/// Generates a dark material action-strip schema.
|
|
11
11
|
/// @type {Map}
|
|
12
|
-
/// @requires $
|
|
13
|
-
$dark-action-strip: $
|
|
12
|
+
/// @requires $material-action-strip
|
|
13
|
+
$dark-material-action-strip: $material-action-strip;
|
|
14
14
|
|
|
15
15
|
/// Generates a dark fluent action strip schema.
|
|
16
16
|
/// @type {Map}
|
|
@@ -7,10 +7,10 @@
|
|
|
7
7
|
/// @access public
|
|
8
8
|
////
|
|
9
9
|
|
|
10
|
-
/// Generates a dark avatar schema.
|
|
10
|
+
/// Generates a dark material avatar schema.
|
|
11
11
|
/// @type {Map}
|
|
12
|
-
/// @requires $
|
|
13
|
-
$dark-avatar: $
|
|
12
|
+
/// @requires $material-avatar
|
|
13
|
+
$dark-material-avatar: $material-avatar;
|
|
14
14
|
|
|
15
15
|
/// Generates a dark fluent avatar schema.
|
|
16
16
|
/// @type {Map}
|
|
@@ -7,10 +7,10 @@
|
|
|
7
7
|
/// @access public
|
|
8
8
|
////
|
|
9
9
|
|
|
10
|
-
/// Generates a dark badge schema.
|
|
10
|
+
/// Generates a dark material badge schema.
|
|
11
11
|
/// @type {Map}
|
|
12
|
-
/// @requires $
|
|
13
|
-
$dark-badge: $
|
|
12
|
+
/// @requires $material-badge
|
|
13
|
+
$dark-material-badge: $material-badge;
|
|
14
14
|
|
|
15
15
|
/// Generates a dark fluent badge schema.
|
|
16
16
|
/// @type {Map}
|
|
@@ -7,10 +7,10 @@
|
|
|
7
7
|
/// @access public
|
|
8
8
|
////
|
|
9
9
|
|
|
10
|
-
/// Generates a dark banner schema.
|
|
10
|
+
/// Generates a dark material banner schema.
|
|
11
11
|
/// @type {Map}
|
|
12
|
-
/// @requires $
|
|
13
|
-
$dark-banner: $
|
|
12
|
+
/// @requires $material-banner
|
|
13
|
+
$dark-material-banner: $material-banner;
|
|
14
14
|
|
|
15
15
|
/// Generates a dark fluent banner schema.
|
|
16
16
|
/// @type {Map}
|
|
@@ -7,38 +7,29 @@
|
|
|
7
7
|
/// @access public
|
|
8
8
|
////
|
|
9
9
|
|
|
10
|
-
/// Generates
|
|
10
|
+
/// Generates a dark material bottom-nav schema.
|
|
11
11
|
/// @type {Map}
|
|
12
|
-
|
|
12
|
+
/// @requires $material-bottom-nav
|
|
13
|
+
$dark-material-bottom-nav: $material-bottom-nav;
|
|
13
14
|
|
|
14
|
-
/// Generates a dark bottom-nav schema
|
|
15
|
-
/// @type {Map}
|
|
16
|
-
/// @requires $light-bottom-nav
|
|
17
|
-
/// @requires $base-dark-bottom-nav
|
|
18
|
-
$dark-bottom-nav: extend($light-bottom-nav, $base-dark-bottom-nav);
|
|
19
|
-
|
|
20
|
-
/// Generates a dark fluent bottom-nav schema based on a mix of $fluent-bottom-nav and $base-dark-bottom-nav
|
|
15
|
+
/// Generates a dark fluent bottom-nav schema.
|
|
21
16
|
/// @type {Map}
|
|
22
17
|
/// @requires $fluent-bottom-nav
|
|
23
|
-
|
|
24
|
-
$dark-fluent-bottom-nav: extend($fluent-bottom-nav, $base-dark-bottom-nav);
|
|
18
|
+
$dark-fluent-bottom-nav: $fluent-bottom-nav;
|
|
25
19
|
|
|
26
|
-
/// Generates a dark bootstrap bottom-nav schema
|
|
20
|
+
/// Generates a dark bootstrap bottom-nav schema.
|
|
27
21
|
/// @type {Map}
|
|
28
22
|
/// @requires $bootstrap-bottom-nav
|
|
29
|
-
|
|
30
|
-
$dark-bootstrap-bottom-nav: extend($bootstrap-bottom-nav, $base-dark-bottom-nav);
|
|
23
|
+
$dark-bootstrap-bottom-nav: $bootstrap-bottom-nav;
|
|
31
24
|
|
|
32
|
-
/// Generates a dark indigo bottom-nav schema
|
|
25
|
+
/// Generates a dark indigo bottom-nav schema.
|
|
33
26
|
/// @type {Map}
|
|
34
27
|
/// @prop {Map} background [color: 'surface'] - The background color used for the bottom-nav.
|
|
35
28
|
/// @prop {Color} active-item-color [color: ('gray', 700)] - The text-color used for the active color.
|
|
36
29
|
/// @prop {Map} idle-item-color [color: ('gray', 400)] - The text-color used for the idle color.
|
|
37
30
|
/// @requires $indigo-bottom-nav
|
|
38
|
-
/// @requires $base-dark-bottom-nav
|
|
39
31
|
$dark-indigo-bottom-nav: extend(
|
|
40
32
|
$indigo-bottom-nav,
|
|
41
|
-
$base-dark-bottom-nav,
|
|
42
33
|
(
|
|
43
34
|
background: (
|
|
44
35
|
color: 'surface',
|
|
@@ -78,11 +78,11 @@ $base-dark-button-group: (
|
|
|
78
78
|
),
|
|
79
79
|
);
|
|
80
80
|
|
|
81
|
-
/// Generates a dark button-group schema based on a mix of $light-button-group and $base-dark-button-group
|
|
81
|
+
/// Generates a dark material button-group schema based on a mix of $light-button-group and $base-dark-button-group
|
|
82
82
|
/// @type {Map}
|
|
83
|
-
/// @requires $
|
|
83
|
+
/// @requires $material-button-group
|
|
84
84
|
/// @requires $base-dark-button-group
|
|
85
|
-
$dark-button-group: extend($
|
|
85
|
+
$dark-material-button-group: extend($material-button-group, $base-dark-button-group);
|
|
86
86
|
|
|
87
87
|
/// Generates a dark fluent button-group schema based on a mix of $fluent-button-group and $base-dark-button-group
|
|
88
88
|
/// @type {Map}
|
|
@@ -12,7 +12,6 @@
|
|
|
12
12
|
/// @type {Map}
|
|
13
13
|
/// @prop {Map} disabled-background [color: ('gray', 100, .3)] - The disabled background color of the button.
|
|
14
14
|
/// @prop {Color} disabled-foreground [color: ('gray', 200)] - The disabled foreground color of the button.
|
|
15
|
-
/// @requires {Map} $material-base-button
|
|
16
15
|
$material-base-button-dark: (
|
|
17
16
|
disabled-background: (
|
|
18
17
|
color: (
|
|
@@ -95,10 +94,10 @@ $material-outlined-button-dark: extend(
|
|
|
95
94
|
/// Generates a dark material button schema.
|
|
96
95
|
/// @type {Map}
|
|
97
96
|
/// @requires {Map} $material-flat-button-dark
|
|
98
|
-
/// @requires {Map} $material-outlined-button
|
|
99
|
-
/// @requires {Map} $material-contained-button
|
|
100
|
-
/// @requires {Map} $material-fab-button
|
|
101
|
-
$dark-button: (
|
|
97
|
+
/// @requires {Map} $material-outlined-button-dark
|
|
98
|
+
/// @requires {Map} $material-contained-button-dark
|
|
99
|
+
/// @requires {Map} $material-fab-button-dark
|
|
100
|
+
$dark-material-button: (
|
|
102
101
|
flat: $material-flat-button-dark,
|
|
103
102
|
outlined: $material-outlined-button-dark,
|
|
104
103
|
contained: $material-contained-button-dark,
|
|
@@ -106,7 +105,6 @@ $dark-button: (
|
|
|
106
105
|
);
|
|
107
106
|
|
|
108
107
|
/// @type {Map}
|
|
109
|
-
/// @requires {Map} $material-base-button
|
|
110
108
|
/// @prop {Map} disabled-background [color: ('primary', 50)] - The disabled background color of the button.
|
|
111
109
|
/// @prop {Map} disabled-foreground [color: ('primary', 100)] - The disabled foreground color of the button.
|
|
112
110
|
$fluent-base-button-dark: (
|
|
@@ -348,7 +346,6 @@ $dark-bootstrap-button: (
|
|
|
348
346
|
/// @type {Map}
|
|
349
347
|
/// @prop {Color} disabled-foreground [color: ('gray', 300)] - The disabled foreground color of the button.
|
|
350
348
|
/// @prop {Color} disabled-background [color: ('gray', 200, .1)] - The disabled background color of the button.
|
|
351
|
-
/// @requires {Map} $indigo-base-button
|
|
352
349
|
$indigo-base-button-dark: (
|
|
353
350
|
disabled-foreground: (
|
|
354
351
|
color: (
|
|
@@ -7,14 +7,14 @@
|
|
|
7
7
|
/// @access public
|
|
8
8
|
////
|
|
9
9
|
|
|
10
|
-
/// Generates a dark calendar schema.
|
|
10
|
+
/// Generates a dark material calendar schema.
|
|
11
11
|
/// @type {Map}
|
|
12
12
|
/// @prop {Map} date-disabled-text-color [color: ('gray', 500)] - The text color for disabled dates.
|
|
13
13
|
/// @prop {Map} date-selected-hover-foreground [contrast-color: ('secondary', 500)] - The hover text color for the selected date.
|
|
14
14
|
/// @prop {Map} date-selected-focus-foreground [contrast-color: ('secondary', 500)] - The focus text color for the selected date.
|
|
15
|
-
/// @requires $
|
|
16
|
-
$dark-calendar: extend(
|
|
17
|
-
$
|
|
15
|
+
/// @requires $material-calendar
|
|
16
|
+
$dark-material-calendar: extend(
|
|
17
|
+
$material-calendar,
|
|
18
18
|
(
|
|
19
19
|
date-disabled-text-color: (
|
|
20
20
|
color: (
|
|
@@ -7,12 +7,12 @@
|
|
|
7
7
|
/// @access public
|
|
8
8
|
////
|
|
9
9
|
|
|
10
|
-
/// Generates a dark card schema.
|
|
10
|
+
/// Generates a dark material card schema.
|
|
11
11
|
/// @type {Map}
|
|
12
12
|
/// @prop {Map} outline-color [color: ('gray', 400, .38)] - The outline color of an outlined type card.
|
|
13
|
-
/// @requires $
|
|
14
|
-
$dark-card: extend(
|
|
15
|
-
$
|
|
13
|
+
/// @requires $material-card
|
|
14
|
+
$dark-material-card: extend(
|
|
15
|
+
$material-card,
|
|
16
16
|
(
|
|
17
17
|
outline-color: (
|
|
18
18
|
color: (
|
|
@@ -54,11 +54,11 @@ $base-dark-carousel: extend(
|
|
|
54
54
|
)
|
|
55
55
|
);
|
|
56
56
|
|
|
57
|
-
/// Generates a dark carousel schema based on a mix of $
|
|
57
|
+
/// Generates a dark material carousel schema based on a mix of $material-carousel and $base-dark-carousel
|
|
58
58
|
/// @type {Map}
|
|
59
|
-
/// @requires $
|
|
59
|
+
/// @requires $material-carousel
|
|
60
60
|
/// @requires $base-dark-carousel
|
|
61
|
-
$dark-carousel: $base-dark-carousel;
|
|
61
|
+
$dark-material-carousel: extend($material-carousel, $base-dark-carousel);
|
|
62
62
|
|
|
63
63
|
/// Generates a dark fluent carousel schema based on a mix of $fluent-carousel and $base-dark-carousel
|
|
64
64
|
/// @type {Map}
|
|
@@ -8,10 +8,10 @@
|
|
|
8
8
|
/// @author <a href="https://github.com/simeonoff" target="_blank">Simeon Simeonoff</a>
|
|
9
9
|
////
|
|
10
10
|
|
|
11
|
-
/// Generates a dark checkbox schema.
|
|
11
|
+
/// Generates a dark material checkbox schema.
|
|
12
12
|
/// @type {Map}
|
|
13
|
-
/// @requires $
|
|
14
|
-
$dark-checkbox: $
|
|
13
|
+
/// @requires $material-checkbox
|
|
14
|
+
$dark-material-checkbox: $material-checkbox;
|
|
15
15
|
|
|
16
16
|
/// Generates a dark fluent checkbox schema.
|
|
17
17
|
/// @type {Map}
|
|
@@ -7,22 +7,22 @@
|
|
|
7
7
|
/// @access public
|
|
8
8
|
////
|
|
9
9
|
|
|
10
|
-
/// Generates a dark chip schema
|
|
10
|
+
/// Generates a dark material chip schema.
|
|
11
11
|
/// @type {Map}
|
|
12
|
-
/// @requires $
|
|
13
|
-
$dark-chip: $
|
|
12
|
+
/// @requires $material-chip
|
|
13
|
+
$dark-material-chip: $material-chip;
|
|
14
14
|
|
|
15
|
-
/// Generates a dark fluent chip schema
|
|
15
|
+
/// Generates a dark fluent chip schema.
|
|
16
16
|
/// @type {Map}
|
|
17
17
|
/// @requires $fluent-chip
|
|
18
18
|
$dark-fluent-chip: $fluent-chip;
|
|
19
19
|
|
|
20
|
-
/// Generates a dark bootstrap chip schema
|
|
20
|
+
/// Generates a dark bootstrap chip schema.
|
|
21
21
|
/// @type {Map}
|
|
22
22
|
/// @requires $bootstrap-chip
|
|
23
23
|
$dark-bootstrap-chip: $bootstrap-chip;
|
|
24
24
|
|
|
25
|
-
/// Generates a dark indigo chip schema
|
|
25
|
+
/// Generates a dark indigo chip schema.
|
|
26
26
|
/// @type {Map}
|
|
27
27
|
/// @prop {Map} text-color [color: ('gray', 700)] - The chip text color.
|
|
28
28
|
/// @prop {Map} hover-text-color [color: ('gray', 700)] - The chip text hover color.
|
|
@@ -7,22 +7,22 @@
|
|
|
7
7
|
/// @access private
|
|
8
8
|
////
|
|
9
9
|
|
|
10
|
-
/// Generates a dark column actions schema
|
|
10
|
+
/// Generates a dark material column actions schema.
|
|
11
11
|
/// @type {Map}
|
|
12
|
-
/// @requires $
|
|
13
|
-
$dark-column-actions: $
|
|
12
|
+
/// @requires $material-column-actions
|
|
13
|
+
$dark-material-column-actions: $material-column-actions;
|
|
14
14
|
|
|
15
|
-
/// Generates a dark fluent column actions schema
|
|
15
|
+
/// Generates a dark fluent column actions schema.
|
|
16
16
|
/// @type {Map}
|
|
17
17
|
/// @requires $fluent-column-actions
|
|
18
18
|
$dark-fluent-column-actions: $fluent-column-actions;
|
|
19
19
|
|
|
20
|
-
/// Generates a dark bootstrap column actions schema
|
|
20
|
+
/// Generates a dark bootstrap column actions schema.
|
|
21
21
|
/// @type {Map}
|
|
22
22
|
/// @requires $bootstrap-column-actions
|
|
23
23
|
$dark-bootstrap-column-actions: $bootstrap-column-actions;
|
|
24
24
|
|
|
25
|
-
/// Generates a dark indigo column actions schema
|
|
25
|
+
/// Generates a dark indigo column actions schema.
|
|
26
26
|
/// @type {Map}
|
|
27
27
|
/// @requires $indigo-column-actions
|
|
28
28
|
$dark-indigo-column-actions: $indigo-column-actions;
|
|
@@ -10,10 +10,10 @@
|
|
|
10
10
|
|
|
11
11
|
/* stylelint-disable max-line-length */
|
|
12
12
|
|
|
13
|
-
/// Generates a dark combo schema.
|
|
13
|
+
/// Generates a dark material combo schema.
|
|
14
14
|
/// @type {Map}
|
|
15
|
-
/// @requires $
|
|
16
|
-
$dark-combo: $
|
|
15
|
+
/// @requires $material-combo
|
|
16
|
+
$dark-material-combo: $material-combo;
|
|
17
17
|
|
|
18
18
|
/// Generates a dark fluent combo schema.
|
|
19
19
|
/// @type {Map}
|
|
@@ -7,10 +7,10 @@
|
|
|
7
7
|
/// @access public
|
|
8
8
|
////
|
|
9
9
|
|
|
10
|
-
/// Generates a dark date-range-picker schema.
|
|
10
|
+
/// Generates a dark material date-range-picker schema.
|
|
11
11
|
/// @type {Map}
|
|
12
|
-
/// @requires $
|
|
13
|
-
$dark-date-range-picker: $
|
|
12
|
+
/// @requires $material-date-range-picker
|
|
13
|
+
$dark-material-date-range-picker: $material-date-range-picker;
|
|
14
14
|
|
|
15
15
|
/// Generates a dark fluent date-range-picker schema.
|
|
16
16
|
/// @type {Map}
|
|
@@ -19,11 +19,11 @@ $base-dark-dialog: (
|
|
|
19
19
|
),
|
|
20
20
|
);
|
|
21
21
|
|
|
22
|
-
/// Generates a dark dialog schema.
|
|
22
|
+
/// Generates a dark material dialog schema.
|
|
23
23
|
/// @type {Map}
|
|
24
|
-
/// @requires $
|
|
24
|
+
/// @requires $material-dialog
|
|
25
25
|
/// @requires $base-dark-dialog
|
|
26
|
-
$dark-dialog: extend($
|
|
26
|
+
$dark-material-dialog: extend($material-dialog, $base-dark-dialog);
|
|
27
27
|
|
|
28
28
|
/// Generates a dark fluent dialog schema.
|
|
29
29
|
/// @type {Map}
|
|
@@ -19,11 +19,11 @@ $base-dark-divider: (
|
|
|
19
19
|
),
|
|
20
20
|
);
|
|
21
21
|
|
|
22
|
-
/// Generates a dark divider schema.
|
|
22
|
+
/// Generates a dark material divider schema.
|
|
23
23
|
/// @type {Map}
|
|
24
|
-
/// @requires $
|
|
24
|
+
/// @requires $material-divider
|
|
25
25
|
/// @requires $base-dark-divider
|
|
26
|
-
$dark-divider: extend($
|
|
26
|
+
$dark-material-divider: extend($material-divider, $base-dark-divider);
|
|
27
27
|
|
|
28
28
|
/// Generates a dark fluent divider schema.
|
|
29
29
|
/// @type {Map}
|
|
@@ -168,6 +168,12 @@ $dark-base-dock-manager: (
|
|
|
168
168
|
),
|
|
169
169
|
);
|
|
170
170
|
|
|
171
|
+
/// Generates a dark material dock-manager schema.
|
|
172
|
+
/// @type {Map}
|
|
173
|
+
/// @requires $material-dock-manager
|
|
174
|
+
/// @requires $dark-base-dock-manager
|
|
175
|
+
$dark-material-dock-manager: extend($material-dock-manager, $dark-base-dock-manager);
|
|
176
|
+
|
|
171
177
|
/// Generates a dark dock-manager schema.
|
|
172
178
|
/// @type {Map}
|
|
173
179
|
/// @requires $light-dock-manager
|
|
@@ -22,11 +22,11 @@ $base-dark-drop-down: (
|
|
|
22
22
|
),
|
|
23
23
|
);
|
|
24
24
|
|
|
25
|
-
/// Generates a dark drop-down schema.
|
|
25
|
+
/// Generates a dark material drop-down schema.
|
|
26
26
|
/// @type {Map}
|
|
27
|
-
/// @requires $
|
|
27
|
+
/// @requires $material-drop-down
|
|
28
28
|
/// @requires $base-dark-drop-down
|
|
29
|
-
$dark-drop-down: extend($
|
|
29
|
+
$dark-material-drop-down: extend($material-drop-down, $base-dark-drop-down);
|
|
30
30
|
|
|
31
31
|
/// Generates a dark fluent drop-down schema.
|
|
32
32
|
/// @type {Map}
|
|
@@ -20,11 +20,11 @@ $base-dark-expansion-panel: (
|
|
|
20
20
|
),
|
|
21
21
|
);
|
|
22
22
|
|
|
23
|
-
/// Generates a dark expansion panel schema based on a mix of $
|
|
23
|
+
/// Generates a dark material expansion panel schema based on a mix of $material-expansion-panel and $base-dark-expansion-panel.
|
|
24
24
|
/// @type {Map}
|
|
25
|
-
/// @requires $
|
|
25
|
+
/// @requires $material-expansion-panel
|
|
26
26
|
/// @requires $base-dark-expansion-panel
|
|
27
|
-
$dark-expansion-panel: extend($
|
|
27
|
+
$dark-material-expansion-panel: extend($material-expansion-panel, $base-dark-expansion-panel);
|
|
28
28
|
|
|
29
29
|
/// Generates a dark fluent expansion panel schema based on a mix of $fluent-expansion-panel and $base-dark-expansion-panel.
|
|
30
30
|
/// @type {Map}
|
|
@@ -7,10 +7,10 @@
|
|
|
7
7
|
/// @access public
|
|
8
8
|
////
|
|
9
9
|
|
|
10
|
-
/// Generates a dark grid-filtering schema.
|
|
10
|
+
/// Generates a dark material grid-filtering schema.
|
|
11
11
|
/// @type {Map}
|
|
12
|
-
/// @requires $
|
|
13
|
-
$dark-grid-filtering: $
|
|
12
|
+
/// @requires $material-grid-filtering
|
|
13
|
+
$dark-material-grid-filtering: $material-grid-filtering;
|
|
14
14
|
|
|
15
15
|
/// Generates a dark fluent grid-filtering schema.
|
|
16
16
|
/// @type {Map}
|
|
@@ -7,10 +7,10 @@
|
|
|
7
7
|
/// @access public
|
|
8
8
|
////
|
|
9
9
|
|
|
10
|
-
/// Generates a dark grid-summary schema.
|
|
10
|
+
/// Generates a dark material grid-summary schema.
|
|
11
11
|
/// @type {Map}
|
|
12
|
-
/// @requires $
|
|
13
|
-
$dark-grid-summary: $
|
|
12
|
+
/// @requires $material-grid-summary
|
|
13
|
+
$dark-material-grid-summary: $material-grid-summary;
|
|
14
14
|
|
|
15
15
|
/// Generates a dark fluent grid-summary schema.
|
|
16
16
|
/// @type {Map}
|
|
@@ -7,17 +7,17 @@
|
|
|
7
7
|
/// @access public
|
|
8
8
|
////
|
|
9
9
|
|
|
10
|
-
/// Generates a dark grid-toolbar schema
|
|
10
|
+
/// Generates a dark material grid-toolbar schema.
|
|
11
11
|
/// @type {Map}
|
|
12
|
-
/// @requires $
|
|
13
|
-
$dark-grid-toolbar: $
|
|
12
|
+
/// @requires $material-grid-toolbar
|
|
13
|
+
$dark-material-grid-toolbar: $material-grid-toolbar;
|
|
14
14
|
|
|
15
|
-
/// Generates a dark fluent grid-toolbar schema
|
|
15
|
+
/// Generates a dark fluent grid-toolbar schema.
|
|
16
16
|
/// @type {Map}
|
|
17
17
|
/// @requires $fluent-grid-toolbar
|
|
18
18
|
$dark-fluent-grid-toolbar: $fluent-grid-toolbar;
|
|
19
19
|
|
|
20
|
-
/// Generates a dark bootstrap grid-toolbar schema
|
|
20
|
+
/// Generates a dark bootstrap grid-toolbar schema.
|
|
21
21
|
/// @type {Map}
|
|
22
22
|
/// @requires $bootstrap-grid-toolbar
|
|
23
23
|
$dark-bootstrap-grid-toolbar: $bootstrap-grid-toolbar;
|
|
@@ -219,23 +219,21 @@ $base-dark-grid: (
|
|
|
219
219
|
),
|
|
220
220
|
);
|
|
221
221
|
|
|
222
|
-
/// Generates a dark grid schema based on a mix of $
|
|
222
|
+
/// Generates a dark material grid schema based on a mix of $material-grid and $base-dark-grid.
|
|
223
223
|
/// @type {Map}
|
|
224
|
-
/// @requires $
|
|
224
|
+
/// @requires $material-grid
|
|
225
225
|
/// @requires $base-dark-grid
|
|
226
|
-
$dark-grid: extend($
|
|
226
|
+
$dark-material-grid: extend($material-grid, $base-dark-grid);
|
|
227
227
|
|
|
228
228
|
/// Generates a dark fluent grid schema based on a mix of $fluent-grid and $base-dark-grid.
|
|
229
229
|
/// @prop {Map} header-selected-background [color: ('gray', 200)] - The table header background color when selected (ex. column selection).
|
|
230
230
|
/// @prop {Map} header-selected-text-color [contrast-color: ('gray', 200)] - The table header text color when selected (ex. column selection).
|
|
231
|
-
/// @prop {Map} row-hover-background [color: ('gray', 100)] - The hover row background color.
|
|
232
231
|
/// @prop {Map} row-selected-background [color: ('gray', 100)] - The selected row background color.
|
|
233
232
|
/// @prop {Map} row-selected-hover-background [color: ('gray', 200)] - The selected row background color on hover.
|
|
234
233
|
/// @prop {Map} row-selected-hover-text-color [contrast-color: ('gray', 200)] - The selected row hover text color.
|
|
235
234
|
/// @prop {Map} cell-selected-within-background [color: ('gray', 200)] - The background of the selected cell inside a selected row/column.
|
|
236
235
|
/// @prop {Map} cell-selected-within-text-color [contrast-color: ('gray', 200)] - The color of the selected cell inside a selected row/column.
|
|
237
236
|
/// @prop {Map} group-row-background [color: ('gray', 100, .5)] - The grid group row background color.
|
|
238
|
-
/// @prop {Map} group-row-selected-background [color: ('gray', 100)] - The drop area background on drop color.
|
|
239
237
|
///
|
|
240
238
|
/// @requires $fluent-grid
|
|
241
239
|
/// @requires $base-dark-grid
|
|
@@ -257,13 +255,6 @@ $dark-fluent-grid: extend(
|
|
|
257
255
|
),
|
|
258
256
|
),
|
|
259
257
|
|
|
260
|
-
row-hover-background: (
|
|
261
|
-
color: (
|
|
262
|
-
'gray',
|
|
263
|
-
100,
|
|
264
|
-
),
|
|
265
|
-
),
|
|
266
|
-
|
|
267
258
|
pinned-border-color: (
|
|
268
259
|
color: (
|
|
269
260
|
'gray',
|
|
@@ -314,13 +305,6 @@ $dark-fluent-grid: extend(
|
|
|
314
305
|
0.5,
|
|
315
306
|
),
|
|
316
307
|
),
|
|
317
|
-
|
|
318
|
-
group-row-selected-background: (
|
|
319
|
-
color: (
|
|
320
|
-
'gray',
|
|
321
|
-
100,
|
|
322
|
-
),
|
|
323
|
-
),
|
|
324
308
|
)
|
|
325
309
|
);
|
|
326
310
|
|
|
@@ -382,7 +366,7 @@ $dark-bootstrap-grid: extend(
|
|
|
382
366
|
/// Generates a dark indigo grid schema.
|
|
383
367
|
/// @type {Map}
|
|
384
368
|
///
|
|
385
|
-
/// @prop {
|
|
369
|
+
/// @prop {Color} content-background [color: 'surface'] - The table body background color.
|
|
386
370
|
/// @prop {Map} header-background [color: 'surface'] - The table header background color.
|
|
387
371
|
/// @prop {Map} header-border-color [color: ('gray', 100, .24)] - The color used for header borders.
|
|
388
372
|
/// @prop {MAp} header-text-color [contrast-color: 'surface'] - The table header text color.
|
|
@@ -27,6 +27,12 @@ $dark-base-highlight: (
|
|
|
27
27
|
),
|
|
28
28
|
);
|
|
29
29
|
|
|
30
|
+
/// Generates a dark material highlight schema.
|
|
31
|
+
/// @type {Map}
|
|
32
|
+
/// @requires $material-highlight
|
|
33
|
+
/// @requires $dark-base-highlight
|
|
34
|
+
$dark-material-highlight: extend($material-highlight, $dark-base-highlight);
|
|
35
|
+
|
|
30
36
|
/// Generates a dark highlight schema.
|
|
31
37
|
/// @type {Map}
|
|
32
38
|
/// @requires $light-highlight
|
|
@@ -29,7 +29,7 @@ $material-outlined-icon-button-dark: extend($material-outlined-icon-button);
|
|
|
29
29
|
/// @requires {Map} $material-flat-icon-button-dark
|
|
30
30
|
/// @requires {Map} $material-outlined-icon-button-dark
|
|
31
31
|
/// @requires {Map} $material-contained-icon-button-dark
|
|
32
|
-
$dark-icon-button: (
|
|
32
|
+
$dark-material-icon-button: (
|
|
33
33
|
flat: $material-flat-icon-button-dark,
|
|
34
34
|
outlined: $material-outlined-icon-button-dark,
|
|
35
35
|
contained: $material-contained-icon-button-dark,
|
|
@@ -8,15 +8,15 @@
|
|
|
8
8
|
/// @access public
|
|
9
9
|
////
|
|
10
10
|
|
|
11
|
-
/// Generates a dark icon schema.
|
|
11
|
+
/// Generates a dark material icon schema.
|
|
12
12
|
/// @type {Map}
|
|
13
|
-
/// @requires $
|
|
14
|
-
$dark-icon: $
|
|
13
|
+
/// @requires $material-icon
|
|
14
|
+
$dark-material-icon: $material-icon;
|
|
15
15
|
|
|
16
16
|
/// Generates a dark fluent icon schema.
|
|
17
17
|
/// @type {Map}
|
|
18
18
|
/// @property {Map} disabled-color [color: ('gray' 500)] - The icon color.
|
|
19
|
-
/// @requires $
|
|
19
|
+
/// @requires $fluent-icon
|
|
20
20
|
$dark-fluent-icon: extend(
|
|
21
21
|
$fluent-icon,
|
|
22
22
|
(
|
|
@@ -31,10 +31,10 @@ $dark-fluent-icon: extend(
|
|
|
31
31
|
|
|
32
32
|
/// Generates a dark bootstrap icon schema.
|
|
33
33
|
/// @type {Map}
|
|
34
|
-
/// @requires $
|
|
34
|
+
/// @requires $bootstrap-icon
|
|
35
35
|
$dark-bootstrap-icon: $bootstrap-icon;
|
|
36
36
|
|
|
37
37
|
/// Generates a dark indigo icon schema.
|
|
38
38
|
/// @type {Map}
|
|
39
|
-
/// @requires $
|
|
39
|
+
/// @requires $indigo-icon
|
|
40
40
|
$dark-indigo-icon: $indigo-icon;
|