igniteui-theming 1.4.5 → 1.4.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/sass/themes/schemas/components/dark/_action-strip.scss +50 -0
- package/sass/themes/schemas/components/dark/_badge.scss +39 -0
- package/sass/themes/schemas/components/dark/_banner.scss +54 -0
- package/sass/themes/schemas/components/dark/_bottom-nav.scss +61 -0
- package/sass/themes/schemas/components/dark/_button-group.scss +190 -0
- package/sass/themes/schemas/components/dark/_calendar.scss +338 -0
- package/sass/themes/schemas/components/dark/_card.scss +71 -0
- package/sass/themes/schemas/components/dark/_carousel.scss +127 -0
- package/sass/themes/schemas/components/dark/_checkbox.scss +1 -6
- package/sass/themes/schemas/components/dark/_chip.scss +111 -0
- package/sass/themes/schemas/components/dark/_column-actions.scss +28 -0
- package/sass/themes/schemas/components/dark/_date-range-picker.scss +28 -0
- package/sass/themes/schemas/components/dark/_dialog.scss +55 -0
- package/sass/themes/schemas/components/dark/_divider.scss +43 -0
- package/sass/themes/schemas/components/dark/_dock-manager.scss +349 -0
- package/sass/themes/schemas/components/dark/_expansion-panel.scss +87 -0
- package/sass/themes/schemas/components/dark/_grid-filtering.scss +28 -0
- package/sass/themes/schemas/components/dark/_grid-summary.scss +83 -0
- package/sass/themes/schemas/components/dark/_grid-toolbar.scss +36 -0
- package/sass/themes/schemas/components/dark/_grid.scss +684 -0
- package/sass/themes/schemas/components/dark/_highlight.scss +72 -0
- package/sass/themes/schemas/components/dark/_index.scss +214 -30
- package/sass/themes/schemas/components/dark/_list.scss +116 -0
- package/sass/themes/schemas/components/dark/_navdrawer.scss +142 -0
- package/sass/themes/schemas/components/dark/_overlay.scss +34 -0
- package/sass/themes/schemas/components/dark/_pagination.scss +44 -0
- package/sass/themes/schemas/components/dark/_pivot-data-selector.scss +27 -0
- package/sass/themes/schemas/components/dark/_progress.scss +107 -0
- package/sass/themes/schemas/components/dark/_query-builder.scss +35 -0
- package/sass/themes/schemas/components/dark/_radio.scss +1 -6
- package/sass/themes/schemas/components/dark/_ripple.scss +28 -0
- package/sass/themes/schemas/components/dark/_scrollbar.scss +69 -0
- package/sass/themes/schemas/components/dark/_snackbar.scss +55 -0
- package/sass/themes/schemas/components/dark/_splitter.scss +68 -0
- package/sass/themes/schemas/components/dark/_stepper.scss +186 -0
- package/sass/themes/schemas/components/dark/_switch.scss +0 -1
- package/sass/themes/schemas/components/dark/_time-picker.scss +54 -0
- package/sass/themes/schemas/components/dark/_toast.scss +67 -0
- package/sass/themes/schemas/components/dark/_tooltip.scss +44 -0
- package/sass/themes/schemas/components/dark/_watermark.scss +48 -0
- package/sass/themes/schemas/components/elevation/_badge.scss +17 -0
- package/sass/themes/schemas/components/elevation/_bottom-nav.scss +23 -0
- package/sass/themes/schemas/components/elevation/_button-group.scss +29 -0
- package/sass/themes/schemas/components/elevation/_card.scss +37 -0
- package/sass/themes/schemas/components/elevation/_carousel.scss +29 -0
- package/sass/themes/schemas/components/elevation/_chip.scss +29 -0
- package/sass/themes/schemas/components/elevation/_dialog.scss +17 -0
- package/sass/themes/schemas/components/elevation/_grid.scss +21 -0
- package/sass/themes/schemas/components/elevation/_navdrawer.scss +17 -0
- package/sass/themes/schemas/components/elevation/_snackbar.scss +17 -0
- package/sass/themes/schemas/components/elevation/_time-picker.scss +13 -0
- package/sass/themes/schemas/components/elevation/_toast.scss +17 -0
- package/sass/themes/schemas/components/light/_action-strip.scss +89 -0
- package/sass/themes/schemas/components/light/_avatar.scss +1 -1
- package/sass/themes/schemas/components/light/_badge.scss +82 -0
- package/sass/themes/schemas/components/light/_banner.scss +96 -0
- package/sass/themes/schemas/components/light/_bottom-nav.scss +61 -0
- package/sass/themes/schemas/components/light/_button-group.scss +426 -0
- package/sass/themes/schemas/components/light/_calendar.scss +908 -0
- package/sass/themes/schemas/components/light/_card.scss +207 -0
- package/sass/themes/schemas/components/light/_carousel.scss +195 -0
- package/sass/themes/schemas/components/light/_chip.scss +538 -0
- package/sass/themes/schemas/components/light/_column-actions.scss +42 -0
- package/sass/themes/schemas/components/light/_date-range-picker.scss +35 -0
- package/sass/themes/schemas/components/light/_dialog.scss +102 -0
- package/sass/themes/schemas/components/light/_divider.scss +33 -0
- package/sass/themes/schemas/components/light/_dock-manager.scss +548 -0
- package/sass/themes/schemas/components/light/_expansion-panel.scss +172 -0
- package/sass/themes/schemas/components/light/_grid-filtering.scss +105 -0
- package/sass/themes/schemas/components/light/_grid-summary.scss +138 -0
- package/sass/themes/schemas/components/light/_grid-toolbar.scss +117 -0
- package/sass/themes/schemas/components/light/_grid.scss +1330 -0
- package/sass/themes/schemas/components/light/_highlight.scss +86 -0
- package/sass/themes/schemas/components/light/_icon.scss +4 -14
- package/sass/themes/schemas/components/light/_index.scss +214 -30
- package/sass/themes/schemas/components/light/_list.scss +321 -0
- package/sass/themes/schemas/components/light/_navdrawer.scss +214 -0
- package/sass/themes/schemas/components/light/_overlay.scss +42 -0
- package/sass/themes/schemas/components/light/_pagination.scss +97 -0
- package/sass/themes/schemas/components/light/_pivot-data-selector.scss +38 -0
- package/sass/themes/schemas/components/light/_progress.scss +208 -0
- package/sass/themes/schemas/components/light/_query-builder.scss +138 -0
- package/sass/themes/schemas/components/light/_ripple.scss +36 -0
- package/sass/themes/schemas/components/light/_scrollbar.scss +79 -0
- package/sass/themes/schemas/components/light/_slider.scss +0 -4
- package/sass/themes/schemas/components/light/_snackbar.scss +131 -0
- package/sass/themes/schemas/components/light/_splitter.scss +99 -0
- package/sass/themes/schemas/components/light/_stepper.scss +695 -0
- package/sass/themes/schemas/components/light/_switch.scss +0 -5
- package/sass/themes/schemas/components/light/_time-picker.scss +210 -0
- package/sass/themes/schemas/components/light/_toast.scss +89 -0
- package/sass/themes/schemas/components/light/_tooltip.scss +96 -0
- package/sass/themes/schemas/components/light/_watermark.scss +77 -0
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
@use '../../../../utils/map' as *;
|
|
2
|
+
@use '../light/date-range-picker' as *;
|
|
3
|
+
|
|
4
|
+
////
|
|
5
|
+
/// @package theming
|
|
6
|
+
/// @group schemas
|
|
7
|
+
/// @access public
|
|
8
|
+
////
|
|
9
|
+
|
|
10
|
+
/// Generates a dark date-range-picker schema.
|
|
11
|
+
/// @type {Map}
|
|
12
|
+
/// @requires $light-date-range-picker
|
|
13
|
+
$dark-date-range-picker: $light-date-range-picker;
|
|
14
|
+
|
|
15
|
+
/// Generates a dark fluent date-range-picker schema.
|
|
16
|
+
/// @type {Map}
|
|
17
|
+
/// @requires $fluent-date-range-picker
|
|
18
|
+
$dark-fluent-date-range-picker: $fluent-date-range-picker;
|
|
19
|
+
|
|
20
|
+
/// Generates a dark bootstrap date-range-picker schema.
|
|
21
|
+
/// @type {Map}
|
|
22
|
+
/// @requires $bootstrap-date-range-picker
|
|
23
|
+
$dark-bootstrap-date-range-picker: $bootstrap-date-range-picker;
|
|
24
|
+
|
|
25
|
+
/// Generates a dark indigo date-range-picker schema.
|
|
26
|
+
/// @type {Map}
|
|
27
|
+
/// @requires $indigo-date-range-picker
|
|
28
|
+
$dark-indigo-date-range-picker: $indigo-date-range-picker;
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
@use '../../../../utils/map' as *;
|
|
2
|
+
@use '../light/dialog' as *;
|
|
3
|
+
|
|
4
|
+
////
|
|
5
|
+
/// @package theming
|
|
6
|
+
/// @group schemas
|
|
7
|
+
/// @access public
|
|
8
|
+
////
|
|
9
|
+
|
|
10
|
+
/// Generates a base dark dialog schema.
|
|
11
|
+
/// @type {Map}
|
|
12
|
+
/// @prop {Map} message-color [color: ('gray', 500)] - The dialog message text color.
|
|
13
|
+
$base-dark-dialog: (
|
|
14
|
+
message-color: (
|
|
15
|
+
color: (
|
|
16
|
+
'gray',
|
|
17
|
+
500,
|
|
18
|
+
),
|
|
19
|
+
),
|
|
20
|
+
);
|
|
21
|
+
|
|
22
|
+
/// Generates a dark dialog schema.
|
|
23
|
+
/// @type {Map}
|
|
24
|
+
/// @requires $light-dialog
|
|
25
|
+
/// @requires $base-dark-dialog
|
|
26
|
+
$dark-dialog: extend($light-dialog, $base-dark-dialog);
|
|
27
|
+
|
|
28
|
+
/// Generates a dark fluent dialog schema.
|
|
29
|
+
/// @type {Map}
|
|
30
|
+
/// @requires $fluent-dialog
|
|
31
|
+
$dark-fluent-dialog: $fluent-dialog;
|
|
32
|
+
|
|
33
|
+
/// Generates a dark bootstrap dialog schema.
|
|
34
|
+
/// @type {Map}
|
|
35
|
+
/// @prop {Map} border-color [color: ('gray', 100)] - The border color for dialog component.
|
|
36
|
+
/// @requires $bootstrap-dialog
|
|
37
|
+
/// @requires $base-dark-dialog
|
|
38
|
+
$dark-bootstrap-dialog: extend(
|
|
39
|
+
$bootstrap-dialog,
|
|
40
|
+
$base-dark-dialog,
|
|
41
|
+
(
|
|
42
|
+
border-color: (
|
|
43
|
+
color: (
|
|
44
|
+
'gray',
|
|
45
|
+
100,
|
|
46
|
+
),
|
|
47
|
+
),
|
|
48
|
+
)
|
|
49
|
+
);
|
|
50
|
+
|
|
51
|
+
/// Generates a dark indigo dialog schema.
|
|
52
|
+
/// @type {Map}
|
|
53
|
+
/// @requires $indigo-dialog
|
|
54
|
+
/// @requires $base-dark-dialog
|
|
55
|
+
$dark-indigo-dialog: extend($indigo-dialog, $base-dark-dialog);
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
@use '../../../../utils/map' as *;
|
|
2
|
+
@use '../light/divider' as *;
|
|
3
|
+
|
|
4
|
+
////
|
|
5
|
+
/// @package theming
|
|
6
|
+
/// @group schemas
|
|
7
|
+
/// @access public
|
|
8
|
+
////
|
|
9
|
+
|
|
10
|
+
/// Generates a base dark divider schema.
|
|
11
|
+
/// @type {Map}
|
|
12
|
+
/// @property {Map} color [color: ('gray', 100)] - The color used for the divider.
|
|
13
|
+
$base-dark-divider: (
|
|
14
|
+
color: (
|
|
15
|
+
color: (
|
|
16
|
+
'gray',
|
|
17
|
+
100,
|
|
18
|
+
),
|
|
19
|
+
),
|
|
20
|
+
);
|
|
21
|
+
|
|
22
|
+
/// Generates a dark divider schema.
|
|
23
|
+
/// @type {Map}
|
|
24
|
+
/// @requires $light-divider
|
|
25
|
+
/// @requires $base-dark-divider
|
|
26
|
+
$dark-divider: extend($light-divider, $base-dark-divider);
|
|
27
|
+
|
|
28
|
+
/// Generates a dark fluent divider schema.
|
|
29
|
+
/// @type {Map}
|
|
30
|
+
/// @requires $fluent-divider
|
|
31
|
+
$dark-fluent-divider: extend($fluent-divider, $base-dark-divider);
|
|
32
|
+
|
|
33
|
+
/// Generates a dark bootstrap divider schema.
|
|
34
|
+
/// @type {Map}
|
|
35
|
+
/// @requires $bootstrap-divider
|
|
36
|
+
/// @requires $base-dark-divider
|
|
37
|
+
$dark-bootstrap-divider: extend($bootstrap-divider, $base-dark-divider);
|
|
38
|
+
|
|
39
|
+
/// Generates a dark indigo divider schema.
|
|
40
|
+
/// @type {Map}
|
|
41
|
+
/// @requires $indigo-divider
|
|
42
|
+
/// @requires $base-dark-divider
|
|
43
|
+
$dark-indigo-divider: extend($indigo-divider, $base-dark-divider);
|
|
@@ -0,0 +1,349 @@
|
|
|
1
|
+
@use '../../../../utils/map' as *;
|
|
2
|
+
@use '../light/dock-manager' as *;
|
|
3
|
+
|
|
4
|
+
////
|
|
5
|
+
/// @package theming
|
|
6
|
+
/// @group schemas
|
|
7
|
+
/// @access public
|
|
8
|
+
////
|
|
9
|
+
|
|
10
|
+
/// Generates a dark base dock-manager schema.
|
|
11
|
+
/// @type {Map}
|
|
12
|
+
/// @prop {Color} dock-background [color: ('gray', 50)] - Sets the background color of the dock manager.
|
|
13
|
+
/// @prop {Color} background-color [color: ('gray', 50)] - Sets the base dock manager color as well as the pane headers and tabs background colors.
|
|
14
|
+
/// @prop {Color} pane-header-background [color: ('gray', 50)] - Sets the background color for pane headers.
|
|
15
|
+
/// @prop {Color} border-color [color: ('gray', 100)] - Sets the global border color in the dock manager. Also sets the pane content background and the context menu active background colors.
|
|
16
|
+
/// @prop {Color} floating-pane-border-color [color: ('gray', 50)] - Sets the border color for floating panes.
|
|
17
|
+
/// @prop {Color} joystick-background [color: ('gray', 100)] - Sets the background color of the joystick.
|
|
18
|
+
/// @prop {Color} joystick-background-active [color: ('gray', 50)] - Sets the background color of the joysticks.
|
|
19
|
+
/// @prop {Color} joystick-border-color [color: ('gray', 200, .5)] - Sets the border color of the joystick.
|
|
20
|
+
/// @prop {Color} joystick-icon-color [contrast-color: 'surface'] - Sets the color for the joystick icons.
|
|
21
|
+
/// @prop {Color} joystick-icon-color-active [contrast-color: 'surface'] - Sets the color of the active joystick icons.
|
|
22
|
+
/// @prop {Color} context-menu-background-active [color: ('gray', 50)] - Sets the background color for active context menus.
|
|
23
|
+
/// @prop {Color} context-menu-color-active [contrast-color: ('gray', 50)] - Sets the text color for active context menus.
|
|
24
|
+
/// @prop {Color} context-menu-background [ color: ('gray', 100)] - Sets the background color for context menus.
|
|
25
|
+
/// @prop {Color} context-menu-color [contrast-color: 'surface'] - Sets the text color for context menus.
|
|
26
|
+
/// @prop {Color} tab-background [color: ('gray', 100, .3)] - Sets the background color for tabs.
|
|
27
|
+
/// @prop {Color} tab-background-active [color: ('gray', 100, .3)] - Sets the background color for active tabs.
|
|
28
|
+
/// @prop {Color} tab-border-color-active [color: ('gray', 100)] - Sets the border color for active tabs.
|
|
29
|
+
/// @prop {Color} button-text [contrast-color: 'surface'] - Sets the button text color.
|
|
30
|
+
/// @prop {Color} flyout-shadow-color [color: ('gray', 50, .3)] - Sets the flyout shadow color.
|
|
31
|
+
/// @prop {Color} drop-shadow-background [color: ('primary', 900, .3)] - Sets the drop-shadow background color.
|
|
32
|
+
/// @prop {Color} splitter-background [color: ('gray', 100)] - Sets the background color for the splitters.
|
|
33
|
+
$dark-base-dock-manager: (
|
|
34
|
+
dock-background: (
|
|
35
|
+
color: (
|
|
36
|
+
'gray',
|
|
37
|
+
50,
|
|
38
|
+
),
|
|
39
|
+
),
|
|
40
|
+
|
|
41
|
+
background-color: (
|
|
42
|
+
color: (
|
|
43
|
+
'gray',
|
|
44
|
+
50,
|
|
45
|
+
),
|
|
46
|
+
),
|
|
47
|
+
|
|
48
|
+
pane-header-background: (
|
|
49
|
+
color: (
|
|
50
|
+
'gray',
|
|
51
|
+
50,
|
|
52
|
+
),
|
|
53
|
+
),
|
|
54
|
+
|
|
55
|
+
border-color: (
|
|
56
|
+
color: (
|
|
57
|
+
'gray',
|
|
58
|
+
100,
|
|
59
|
+
),
|
|
60
|
+
),
|
|
61
|
+
|
|
62
|
+
floating-pane-border-color: (
|
|
63
|
+
color: (
|
|
64
|
+
'gray',
|
|
65
|
+
50,
|
|
66
|
+
),
|
|
67
|
+
),
|
|
68
|
+
|
|
69
|
+
joystick-background: (
|
|
70
|
+
color: (
|
|
71
|
+
'gray',
|
|
72
|
+
100,
|
|
73
|
+
),
|
|
74
|
+
),
|
|
75
|
+
|
|
76
|
+
joystick-border-color: (
|
|
77
|
+
color: (
|
|
78
|
+
'gray',
|
|
79
|
+
200,
|
|
80
|
+
0.5,
|
|
81
|
+
),
|
|
82
|
+
),
|
|
83
|
+
|
|
84
|
+
joystick-icon-color: (
|
|
85
|
+
contrast-color: 'surface',
|
|
86
|
+
),
|
|
87
|
+
|
|
88
|
+
joystick-background-active: (
|
|
89
|
+
color: (
|
|
90
|
+
'gray',
|
|
91
|
+
50,
|
|
92
|
+
),
|
|
93
|
+
),
|
|
94
|
+
|
|
95
|
+
context-menu-background-active: (
|
|
96
|
+
color: (
|
|
97
|
+
'gray',
|
|
98
|
+
50,
|
|
99
|
+
),
|
|
100
|
+
),
|
|
101
|
+
|
|
102
|
+
context-menu-color-active: (
|
|
103
|
+
contrast-color: (
|
|
104
|
+
'gray',
|
|
105
|
+
50,
|
|
106
|
+
),
|
|
107
|
+
),
|
|
108
|
+
|
|
109
|
+
context-menu-background: (
|
|
110
|
+
color: (
|
|
111
|
+
'gray',
|
|
112
|
+
100,
|
|
113
|
+
),
|
|
114
|
+
),
|
|
115
|
+
|
|
116
|
+
context-menu-color: (
|
|
117
|
+
contrast-color: 'surface',
|
|
118
|
+
),
|
|
119
|
+
|
|
120
|
+
tab-background: (
|
|
121
|
+
color: (
|
|
122
|
+
'gray',
|
|
123
|
+
100,
|
|
124
|
+
0.3,
|
|
125
|
+
),
|
|
126
|
+
),
|
|
127
|
+
|
|
128
|
+
tab-background-active: (
|
|
129
|
+
color: (
|
|
130
|
+
'gray',
|
|
131
|
+
100,
|
|
132
|
+
0.3,
|
|
133
|
+
),
|
|
134
|
+
),
|
|
135
|
+
|
|
136
|
+
tab-border-color-active: (
|
|
137
|
+
color: (
|
|
138
|
+
'gray',
|
|
139
|
+
100,
|
|
140
|
+
),
|
|
141
|
+
),
|
|
142
|
+
|
|
143
|
+
button-text: (
|
|
144
|
+
contrast-color: 'surface',
|
|
145
|
+
),
|
|
146
|
+
|
|
147
|
+
flyout-shadow-color: (
|
|
148
|
+
color: (
|
|
149
|
+
'gray',
|
|
150
|
+
50,
|
|
151
|
+
0.3,
|
|
152
|
+
),
|
|
153
|
+
),
|
|
154
|
+
|
|
155
|
+
drop-shadow-background: (
|
|
156
|
+
color: (
|
|
157
|
+
'primary',
|
|
158
|
+
900,
|
|
159
|
+
0.3,
|
|
160
|
+
),
|
|
161
|
+
),
|
|
162
|
+
|
|
163
|
+
splitter-background: (
|
|
164
|
+
color: (
|
|
165
|
+
'gray',
|
|
166
|
+
100,
|
|
167
|
+
),
|
|
168
|
+
),
|
|
169
|
+
);
|
|
170
|
+
|
|
171
|
+
/// Generates a dark dock-manager schema.
|
|
172
|
+
/// @type {Map}
|
|
173
|
+
/// @requires $light-dock-manager
|
|
174
|
+
/// @requires $dark-base-dock-manager
|
|
175
|
+
$dark-dock-manager: extend($light-dock-manager, $dark-base-dock-manager);
|
|
176
|
+
|
|
177
|
+
/// Generates a dark fluent dock-manager schema.
|
|
178
|
+
/// @type {Map}
|
|
179
|
+
/// @prop {Color} tab-text-active [color: ('primary', 200)] - Sets the text color for active tabs.
|
|
180
|
+
/// @prop {Color} floating-pane-border-color [transparent] - Sets the border color for floating panes.
|
|
181
|
+
/// @prop {Color} joystick-border-color [transparent] - Sets the border color of the joystick.
|
|
182
|
+
/// @prop {Color} splitter-handle [color: ('gray', 50)] - Sets the background color for the splitter handles.
|
|
183
|
+
/// @requires $fluent-dock-manager
|
|
184
|
+
$dark-fluent-dock-manager: extend(
|
|
185
|
+
$fluent-dock-manager,
|
|
186
|
+
$dark-base-dock-manager,
|
|
187
|
+
(
|
|
188
|
+
tab-text-active: (
|
|
189
|
+
color: (
|
|
190
|
+
'primary',
|
|
191
|
+
200,
|
|
192
|
+
),
|
|
193
|
+
),
|
|
194
|
+
|
|
195
|
+
floating-pane-border-color: transparent,
|
|
196
|
+
|
|
197
|
+
joystick-border-color: transparent,
|
|
198
|
+
|
|
199
|
+
splitter-handle: (
|
|
200
|
+
color: (
|
|
201
|
+
'gray',
|
|
202
|
+
50,
|
|
203
|
+
),
|
|
204
|
+
),
|
|
205
|
+
)
|
|
206
|
+
);
|
|
207
|
+
|
|
208
|
+
/// Generates a dark bootstrap dock-manager schema.
|
|
209
|
+
/// @type {Map}
|
|
210
|
+
/// @prop {Color} joystick-background [color: ('surface')] - Sets the background color of the joystick.
|
|
211
|
+
/// @prop {Color} joystick-background-active [color: ('gray', 50)] - Sets the background color of the joysticks.
|
|
212
|
+
/// @prop {Color} joystick-icon-color [contrast-color: 'surface'] - Sets the color for the joystick icons.
|
|
213
|
+
/// @prop {Color} joystick-icon-color-active [contrast-color: ('primary', 600)] - Sets the color of the active joystick icons.
|
|
214
|
+
/// @prop {Color} context-menu-background-active [color: ('gray', 50)] - Sets the background color for active context menus.
|
|
215
|
+
/// @prop {Color} context-menu-color-active [contrast-color: ('primary', 600),] - Sets the text color for active context menus.
|
|
216
|
+
/// @prop {Color} context-menu-background [color: ('gray', 500)] - Sets the background color for context menus.
|
|
217
|
+
/// @prop {Color} context-menu-color [contrast-color: ('gray', 500)] - Sets the text color for context menus.
|
|
218
|
+
/// @requires $bootstrap-dock-manager
|
|
219
|
+
/// @requires $dark-base-dock-manager
|
|
220
|
+
$dark-bootstrap-dock-manager: extend(
|
|
221
|
+
$bootstrap-dock-manager,
|
|
222
|
+
$dark-base-dock-manager,
|
|
223
|
+
(
|
|
224
|
+
joystick-background: (
|
|
225
|
+
color: (
|
|
226
|
+
'surface',
|
|
227
|
+
),
|
|
228
|
+
),
|
|
229
|
+
|
|
230
|
+
joystick-background-active: (
|
|
231
|
+
color: (
|
|
232
|
+
'primary',
|
|
233
|
+
),
|
|
234
|
+
),
|
|
235
|
+
|
|
236
|
+
joystick-icon-color-active: (
|
|
237
|
+
contrast-color: (
|
|
238
|
+
'primary',
|
|
239
|
+
600,
|
|
240
|
+
),
|
|
241
|
+
),
|
|
242
|
+
|
|
243
|
+
context-menu-background-active: (
|
|
244
|
+
color: (
|
|
245
|
+
'primary',
|
|
246
|
+
),
|
|
247
|
+
),
|
|
248
|
+
|
|
249
|
+
context-menu-color-active: (
|
|
250
|
+
contrast-color: (
|
|
251
|
+
'primary',
|
|
252
|
+
600,
|
|
253
|
+
),
|
|
254
|
+
),
|
|
255
|
+
|
|
256
|
+
context-menu-background: (
|
|
257
|
+
color: (
|
|
258
|
+
'gray',
|
|
259
|
+
500,
|
|
260
|
+
),
|
|
261
|
+
),
|
|
262
|
+
|
|
263
|
+
context-menu-color: (
|
|
264
|
+
contrast-color: (
|
|
265
|
+
'gray',
|
|
266
|
+
500,
|
|
267
|
+
),
|
|
268
|
+
),
|
|
269
|
+
)
|
|
270
|
+
);
|
|
271
|
+
|
|
272
|
+
/// Generates a dark indigo dock-manager schema.
|
|
273
|
+
/// @type Map
|
|
274
|
+
/// @prop {Color} button-text [color: ('primary', 200)] - Sets the button text color.
|
|
275
|
+
/// @prop {Color} joystick-background [color: ('surface')] - Sets the background color of the joystick.
|
|
276
|
+
/// @prop {Color} joystick-background-active [color: ('primary')] - Sets the background color of the joysticks.
|
|
277
|
+
/// @prop {Color} joystick-border-color [color: ('gray', 100)] - Sets the border color of the joystick.
|
|
278
|
+
/// @prop {Color} joystick-icon-color-active [contrast-color: ('primary', 600)] - Sets the color of the active joystick icons.
|
|
279
|
+
/// @prop {Color} context-menu-background-active [color: ('primary')] - Sets the background color for active context menus.
|
|
280
|
+
/// @prop {Color} context-menu-color-active [contrast-color: ('primary', 600)] - Sets the text color for active context menus.
|
|
281
|
+
/// @prop {Color} context-menu-background [contrast-color: ('primary', 600)] - Sets the background color for context menus.
|
|
282
|
+
/// @prop {Color} context-menu-color [contrast-color: ('primary', 600)] - Sets the text color for context menus.
|
|
283
|
+
/// @requires $indigo-dock-manager
|
|
284
|
+
/// @requires $dark-base-dock-manager
|
|
285
|
+
$dark-indigo-dock-manager: extend(
|
|
286
|
+
$indigo-dock-manager,
|
|
287
|
+
$dark-base-dock-manager,
|
|
288
|
+
(
|
|
289
|
+
button-text: (
|
|
290
|
+
color: (
|
|
291
|
+
'primary',
|
|
292
|
+
200,
|
|
293
|
+
),
|
|
294
|
+
),
|
|
295
|
+
|
|
296
|
+
joystick-background: (
|
|
297
|
+
color: (
|
|
298
|
+
'surface',
|
|
299
|
+
),
|
|
300
|
+
),
|
|
301
|
+
|
|
302
|
+
joystick-background-active: (
|
|
303
|
+
color: (
|
|
304
|
+
'primary',
|
|
305
|
+
),
|
|
306
|
+
),
|
|
307
|
+
|
|
308
|
+
joystick-icon-color-active: (
|
|
309
|
+
contrast-color: (
|
|
310
|
+
'primary',
|
|
311
|
+
600,
|
|
312
|
+
),
|
|
313
|
+
),
|
|
314
|
+
|
|
315
|
+
joystick-border-color: (
|
|
316
|
+
color: (
|
|
317
|
+
'gray',
|
|
318
|
+
100,
|
|
319
|
+
),
|
|
320
|
+
),
|
|
321
|
+
|
|
322
|
+
context-menu-background-active: (
|
|
323
|
+
color: (
|
|
324
|
+
'primary',
|
|
325
|
+
),
|
|
326
|
+
),
|
|
327
|
+
|
|
328
|
+
context-menu-color-active: (
|
|
329
|
+
contrast-color: (
|
|
330
|
+
'primary',
|
|
331
|
+
600,
|
|
332
|
+
),
|
|
333
|
+
),
|
|
334
|
+
|
|
335
|
+
context-menu-background: (
|
|
336
|
+
color: (
|
|
337
|
+
'gray',
|
|
338
|
+
200,
|
|
339
|
+
),
|
|
340
|
+
),
|
|
341
|
+
|
|
342
|
+
context-menu-color: (
|
|
343
|
+
contrast-color: (
|
|
344
|
+
'gray',
|
|
345
|
+
500,
|
|
346
|
+
),
|
|
347
|
+
),
|
|
348
|
+
)
|
|
349
|
+
);
|
|
@@ -0,0 +1,87 @@
|
|
|
1
|
+
@use '../../../../utils/map' as *;
|
|
2
|
+
@use '../light/expansion-panel' as *;
|
|
3
|
+
|
|
4
|
+
////
|
|
5
|
+
/// @package theming
|
|
6
|
+
/// @group schemas
|
|
7
|
+
/// @access public
|
|
8
|
+
////
|
|
9
|
+
|
|
10
|
+
/// Generates a dark expansion panel schema.
|
|
11
|
+
/// @type {Map}
|
|
12
|
+
/// @prop {Map} header-focus-background [color: ('gray', 100, .3)] - The panel header focus background color.
|
|
13
|
+
$base-dark-expansion-panel: (
|
|
14
|
+
header-focus-background: (
|
|
15
|
+
color: (
|
|
16
|
+
'gray',
|
|
17
|
+
100,
|
|
18
|
+
0.3,
|
|
19
|
+
),
|
|
20
|
+
),
|
|
21
|
+
);
|
|
22
|
+
|
|
23
|
+
/// Generates a dark expansion panel schema based on a mix of $light-expansion-panel and $base-dark-expansion-panel.
|
|
24
|
+
/// @type {Map}
|
|
25
|
+
/// @requires $light-expansion-panel
|
|
26
|
+
/// @requires $base-dark-expansion-panel
|
|
27
|
+
$dark-expansion-panel: extend($light-expansion-panel, $base-dark-expansion-panel);
|
|
28
|
+
|
|
29
|
+
/// Generates a dark fluent expansion panel schema based on a mix of $fluent-expansion-panel and $base-dark-expansion-panel.
|
|
30
|
+
/// @type {Map}
|
|
31
|
+
/// @requires $fluent-expansion-panel
|
|
32
|
+
/// @requires $base-dark-expansion-panel
|
|
33
|
+
$dark-fluent-expansion-panel: extend($fluent-expansion-panel, $base-dark-expansion-panel);
|
|
34
|
+
|
|
35
|
+
/// Generates a dark bootstrap expansion panel schema based on a mix of $bootstrap-expansion-panel and $base-dark-expansion-panel.
|
|
36
|
+
/// @type {Map}
|
|
37
|
+
/// @prop {Map} header-background [color: ('gray', 50)] - The panel header background color.
|
|
38
|
+
/// @prop {Map} body-background [color: ('gray', 50)] - The panel body background color.
|
|
39
|
+
/// @requires $bootstrap-expansion-panel
|
|
40
|
+
/// @requires $base-dark-expansion-panel
|
|
41
|
+
$dark-bootstrap-expansion-panel: extend(
|
|
42
|
+
$bootstrap-expansion-panel,
|
|
43
|
+
$base-dark-expansion-panel,
|
|
44
|
+
(
|
|
45
|
+
header-background: (
|
|
46
|
+
color: (
|
|
47
|
+
'gray',
|
|
48
|
+
50,
|
|
49
|
+
),
|
|
50
|
+
),
|
|
51
|
+
|
|
52
|
+
body-background: (
|
|
53
|
+
color: (
|
|
54
|
+
'gray',
|
|
55
|
+
50,
|
|
56
|
+
),
|
|
57
|
+
),
|
|
58
|
+
)
|
|
59
|
+
);
|
|
60
|
+
|
|
61
|
+
/// Generates a dark indigo expansion panel schema.
|
|
62
|
+
/// @type {Map}
|
|
63
|
+
///
|
|
64
|
+
/// @prop {Map} header-focus-background [color: ('primary', 500, .5)] - The panel header focus background color.
|
|
65
|
+
/// @prop {Map} header-title-color [color: ('gray', 800)] - The panel header title text color.
|
|
66
|
+
/// @prop {Number} border-radius [3px] - The border radius used for expansion-panel.
|
|
67
|
+
///
|
|
68
|
+
/// @requires $indigo-expansion-panel
|
|
69
|
+
$dark-indigo-expansion-panel: extend(
|
|
70
|
+
$indigo-expansion-panel,
|
|
71
|
+
(
|
|
72
|
+
header-title-color: (
|
|
73
|
+
color: (
|
|
74
|
+
'gray',
|
|
75
|
+
800,
|
|
76
|
+
),
|
|
77
|
+
),
|
|
78
|
+
|
|
79
|
+
header-focus-background: (
|
|
80
|
+
color: (
|
|
81
|
+
'primary',
|
|
82
|
+
500,
|
|
83
|
+
0.5,
|
|
84
|
+
),
|
|
85
|
+
),
|
|
86
|
+
)
|
|
87
|
+
);
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
@use '../../../../utils/map' as *;
|
|
2
|
+
@use '../light/grid-filtering' as *;
|
|
3
|
+
|
|
4
|
+
////
|
|
5
|
+
/// @package theming
|
|
6
|
+
/// @group schemas
|
|
7
|
+
/// @access public
|
|
8
|
+
////
|
|
9
|
+
|
|
10
|
+
/// Generates a dark grid-filtering schema.
|
|
11
|
+
/// @type {Map}
|
|
12
|
+
/// @requires $light-grid-filtering
|
|
13
|
+
$dark-grid-filtering: $light-grid-filtering;
|
|
14
|
+
|
|
15
|
+
/// Generates a dark fluent grid-filtering schema.
|
|
16
|
+
/// @type {Map}
|
|
17
|
+
/// @requires $fluent-grid-filtering
|
|
18
|
+
$dark-fluent-grid-filtering: $fluent-grid-filtering;
|
|
19
|
+
|
|
20
|
+
/// Generates a dark bootstrap grid-filtering schema.
|
|
21
|
+
/// @type {Map}
|
|
22
|
+
/// @requires $bootstrap-grid-filtering
|
|
23
|
+
$dark-bootstrap-grid-filtering: $bootstrap-grid-filtering;
|
|
24
|
+
|
|
25
|
+
/// Generates a dark indigo grid-filtering schema.
|
|
26
|
+
/// @type {Map}
|
|
27
|
+
/// @requires $indigo-grid-filtering
|
|
28
|
+
$dark-indigo-grid-filtering: $indigo-grid-filtering;
|
|
@@ -0,0 +1,83 @@
|
|
|
1
|
+
@use '../../../../utils/map' as *;
|
|
2
|
+
@use '../light/grid-summary' as *;
|
|
3
|
+
|
|
4
|
+
////
|
|
5
|
+
/// @package theming
|
|
6
|
+
/// @group schemas
|
|
7
|
+
/// @access public
|
|
8
|
+
////
|
|
9
|
+
|
|
10
|
+
/// Generates a dark grid-summary schema.
|
|
11
|
+
/// @type {Map}
|
|
12
|
+
/// @requires $light-grid-summary
|
|
13
|
+
$dark-grid-summary: $light-grid-summary;
|
|
14
|
+
|
|
15
|
+
/// Generates a dark fluent grid-summary schema.
|
|
16
|
+
/// @type {Map}
|
|
17
|
+
/// @requires $fluent-grid-summary
|
|
18
|
+
$dark-fluent-grid-summary: $fluent-grid-summary;
|
|
19
|
+
|
|
20
|
+
/// Generates a dark bootstrap grid-summary schema.
|
|
21
|
+
/// @type {Map}
|
|
22
|
+
/// @requires $bootstrap-grid-summary
|
|
23
|
+
$dark-bootstrap-grid-summary: extend(
|
|
24
|
+
$bootstrap-grid-summary,
|
|
25
|
+
(
|
|
26
|
+
background-color: (
|
|
27
|
+
color: (
|
|
28
|
+
'gray',
|
|
29
|
+
100,
|
|
30
|
+
),
|
|
31
|
+
),
|
|
32
|
+
)
|
|
33
|
+
);
|
|
34
|
+
|
|
35
|
+
/// Generates a dark indigo grid-summary schema.
|
|
36
|
+
/// @type {Map}
|
|
37
|
+
/// @property {Map} background-color [color: 'surface'] - The summaries background color is inherited form igx-grid footer.
|
|
38
|
+
/// @property {Map} focus-background-color [color: ('gray', 100)] - The background color when a summary item is on focus.
|
|
39
|
+
/// @property {Map} label-color [color: ('primary', 200)] - The summaries label color.
|
|
40
|
+
/// @property {map} label-hover-color [color: ('primary', 100)] - The summaries hover label color.
|
|
41
|
+
/// @property {Map} result-color [color: 'surface'] - The summaries value/result color.
|
|
42
|
+
/// @property {Map} pinned-border-color [color: ('primary', 200)] - The border color of the summary panel.
|
|
43
|
+
/// @requires $indigo-grid-summary
|
|
44
|
+
$dark-indigo-grid-summary: extend(
|
|
45
|
+
$indigo-grid-summary,
|
|
46
|
+
(
|
|
47
|
+
background-color: (
|
|
48
|
+
color: 'surface',
|
|
49
|
+
),
|
|
50
|
+
|
|
51
|
+
focus-background-color: (
|
|
52
|
+
color: (
|
|
53
|
+
'gray',
|
|
54
|
+
100,
|
|
55
|
+
),
|
|
56
|
+
),
|
|
57
|
+
|
|
58
|
+
label-color: (
|
|
59
|
+
color: (
|
|
60
|
+
'primary',
|
|
61
|
+
200,
|
|
62
|
+
),
|
|
63
|
+
),
|
|
64
|
+
|
|
65
|
+
label-hover-color: (
|
|
66
|
+
color: (
|
|
67
|
+
'primary',
|
|
68
|
+
100,
|
|
69
|
+
),
|
|
70
|
+
),
|
|
71
|
+
|
|
72
|
+
result-color: (
|
|
73
|
+
color: 'surface',
|
|
74
|
+
),
|
|
75
|
+
|
|
76
|
+
pinned-border-color: (
|
|
77
|
+
color: (
|
|
78
|
+
'primary',
|
|
79
|
+
200,
|
|
80
|
+
),
|
|
81
|
+
),
|
|
82
|
+
)
|
|
83
|
+
);
|