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,338 @@
|
|
|
1
|
+
@use '../../../../utils/map' as *;
|
|
2
|
+
@use '../light/calendar' as *;
|
|
3
|
+
|
|
4
|
+
////
|
|
5
|
+
/// @package theming
|
|
6
|
+
/// @group schemas
|
|
7
|
+
/// @access public
|
|
8
|
+
////
|
|
9
|
+
|
|
10
|
+
/// Generates a dark calendar schema.
|
|
11
|
+
/// @type {Map}
|
|
12
|
+
/// @prop {Map} week-number-background [color: ('gray', 100, .3)] - The background color of the week number column.
|
|
13
|
+
/// @prop {Map} date-hover-background [color: ('gray', 100)] - The hover date background color.
|
|
14
|
+
/// @prop {Map} month-hover-background [color: ('gray', 100, .5)] - The month hover text color.
|
|
15
|
+
/// @prop {Map} date-selected-hover-foreground [contrast-color: ('gray', 100)] - The hover text color for the selected date.
|
|
16
|
+
/// @prop {Map} date-selected-focus-foreground [contrast-color: ('gray', 100)] - The focus text color for the selected date.
|
|
17
|
+
$dark-base-calendar: (
|
|
18
|
+
week-number-background: (
|
|
19
|
+
color: (
|
|
20
|
+
'gray',
|
|
21
|
+
100,
|
|
22
|
+
0.3,
|
|
23
|
+
),
|
|
24
|
+
),
|
|
25
|
+
|
|
26
|
+
date-hover-background: (
|
|
27
|
+
color: (
|
|
28
|
+
'gray',
|
|
29
|
+
100,
|
|
30
|
+
),
|
|
31
|
+
),
|
|
32
|
+
|
|
33
|
+
month-hover-background: (
|
|
34
|
+
color: (
|
|
35
|
+
'gray',
|
|
36
|
+
100,
|
|
37
|
+
0.5,
|
|
38
|
+
),
|
|
39
|
+
),
|
|
40
|
+
|
|
41
|
+
date-selected-hover-foreground: (
|
|
42
|
+
contrast-color: (
|
|
43
|
+
'gray',
|
|
44
|
+
100,
|
|
45
|
+
),
|
|
46
|
+
),
|
|
47
|
+
|
|
48
|
+
date-selected-focus-foreground: (
|
|
49
|
+
contrast-color: (
|
|
50
|
+
'gray',
|
|
51
|
+
100,
|
|
52
|
+
),
|
|
53
|
+
),
|
|
54
|
+
);
|
|
55
|
+
|
|
56
|
+
/// Generates a dark calendar schema.
|
|
57
|
+
/// @type {Map}
|
|
58
|
+
/// @prop {Map} date-disabled-text-color [color: ('gray', 500)] - The text color for disabled dates.
|
|
59
|
+
/// @prop {Map} date-selected-hover-foreground [contrast-color: ('secondary', 500)] - The hover text color for the selected date.
|
|
60
|
+
/// @prop {Map} date-selected-focus-foreground [contrast-color: ('secondary', 500)] - The focus text color for the selected date.
|
|
61
|
+
/// @requires $light-calendar
|
|
62
|
+
/// @requires $dark-base-calendar
|
|
63
|
+
$dark-calendar: extend(
|
|
64
|
+
$light-calendar,
|
|
65
|
+
$dark-base-calendar,
|
|
66
|
+
(
|
|
67
|
+
date-disabled-text-color: (
|
|
68
|
+
color: (
|
|
69
|
+
'gray',
|
|
70
|
+
500,
|
|
71
|
+
),
|
|
72
|
+
),
|
|
73
|
+
|
|
74
|
+
date-selected-hover-foreground: (
|
|
75
|
+
contrast-color: (
|
|
76
|
+
'secondary',
|
|
77
|
+
500,
|
|
78
|
+
),
|
|
79
|
+
),
|
|
80
|
+
|
|
81
|
+
date-selected-focus-foreground: (
|
|
82
|
+
contrast-color: (
|
|
83
|
+
'secondary',
|
|
84
|
+
500,
|
|
85
|
+
),
|
|
86
|
+
),
|
|
87
|
+
)
|
|
88
|
+
);
|
|
89
|
+
|
|
90
|
+
/// Generates a dark fluent calendar schema.
|
|
91
|
+
/// @type {Map}
|
|
92
|
+
/// @requires $fluent-calendar
|
|
93
|
+
$dark-fluent-calendar: extend($fluent-calendar, $dark-base-calendar);
|
|
94
|
+
|
|
95
|
+
/// Generates a dark bootstrap calendar schema.
|
|
96
|
+
/// @type {Map}
|
|
97
|
+
/// @prop {Map} content-background [color: ('gray', 50)] - The main content background color.
|
|
98
|
+
/// @prop {Color} picker-background-color [color: ('gray', 100, .5)] - The igx calendar picker background color.
|
|
99
|
+
/// @prop {Map} border-color [color: ('gray', 100)] - The calendar border color.
|
|
100
|
+
/// @prop {Map} picker-text-color [contrast-color: ('surface')]- The idle picker month/year color.
|
|
101
|
+
/// @prop {Map} date-selected-text-color [contrast-color: ('secondary', 600)] - The text color for the selected date.
|
|
102
|
+
/// @prop {Map} date-current-text-color [contrast-color: 'surface'] - The text color for the current date.
|
|
103
|
+
/// @prop {Map} date-current-hover-text-color [color: ('surface')] - The hover text color for the current date.
|
|
104
|
+
/// @prop {Map} date-current-focus-text-color [color: ('surface')] - The focus text color for the current date.
|
|
105
|
+
/// @prop {Map} week-number-background [('gray', 300, .2)] - The background color of the week number column.
|
|
106
|
+
/// @prop {Map} date-selected-hover-text-color [contrast-color: ('surface')] - The hover text color for the selected date.
|
|
107
|
+
/// @prop {Map} date-selected-focus-text-color [contrast-color: ('surface')] - The focus text color for the selected date.
|
|
108
|
+
/// @requires $bootstrap-calendar
|
|
109
|
+
/// @requires $dark-base-calendar
|
|
110
|
+
$dark-bootstrap-calendar: extend(
|
|
111
|
+
$bootstrap-calendar,
|
|
112
|
+
$dark-base-calendar,
|
|
113
|
+
(
|
|
114
|
+
content-background: (
|
|
115
|
+
color: (
|
|
116
|
+
'gray',
|
|
117
|
+
50,
|
|
118
|
+
),
|
|
119
|
+
),
|
|
120
|
+
|
|
121
|
+
picker-background-color: (
|
|
122
|
+
color: (
|
|
123
|
+
'gray',
|
|
124
|
+
100,
|
|
125
|
+
0.5,
|
|
126
|
+
),
|
|
127
|
+
),
|
|
128
|
+
|
|
129
|
+
border-color: (
|
|
130
|
+
color: (
|
|
131
|
+
'gray',
|
|
132
|
+
100,
|
|
133
|
+
),
|
|
134
|
+
),
|
|
135
|
+
|
|
136
|
+
picker-text-color: (
|
|
137
|
+
contrast-color: (
|
|
138
|
+
'surface',
|
|
139
|
+
),
|
|
140
|
+
),
|
|
141
|
+
|
|
142
|
+
date-selected-text-color: (
|
|
143
|
+
contrast-color: (
|
|
144
|
+
'secondary',
|
|
145
|
+
600,
|
|
146
|
+
),
|
|
147
|
+
),
|
|
148
|
+
|
|
149
|
+
date-selected-hover-text-color: (
|
|
150
|
+
contrast-color: (
|
|
151
|
+
'surface',
|
|
152
|
+
),
|
|
153
|
+
),
|
|
154
|
+
|
|
155
|
+
date-selected-focus-text-color: (
|
|
156
|
+
contrast-color: (
|
|
157
|
+
'surface',
|
|
158
|
+
),
|
|
159
|
+
),
|
|
160
|
+
|
|
161
|
+
date-current-text-color: (
|
|
162
|
+
contrast-color: 'surface',
|
|
163
|
+
),
|
|
164
|
+
|
|
165
|
+
date-current-hover-text-color: (
|
|
166
|
+
contrast-color: 'surface',
|
|
167
|
+
),
|
|
168
|
+
|
|
169
|
+
date-current-focus-text-color: (
|
|
170
|
+
contrast-color: 'surface',
|
|
171
|
+
),
|
|
172
|
+
|
|
173
|
+
week-number-background: (
|
|
174
|
+
color: (
|
|
175
|
+
'gray',
|
|
176
|
+
300,
|
|
177
|
+
0.2,
|
|
178
|
+
),
|
|
179
|
+
),
|
|
180
|
+
)
|
|
181
|
+
);
|
|
182
|
+
|
|
183
|
+
/// Generates a dark indigo calendar schema.
|
|
184
|
+
/// @type {Map}
|
|
185
|
+
/// @prop {Map} content-text-color [contrast-color: ('surface')] - The main content text color.
|
|
186
|
+
/// @prop {Map} inactive-text-color [color: ('gray', 700)] - The text color for previous and next month dates.
|
|
187
|
+
/// @prop {Map} label-color [color: ('gray', 700)] - The text color for weekday labels.
|
|
188
|
+
/// @prop {Map} weekend-text-color [color: ('gray', 700)] - The text color for weekend days.
|
|
189
|
+
/// @prop {Map} picker-arrow-color [color: ('gray', 800)] - The idle picker arrow color.
|
|
190
|
+
/// @prop {Map} picker-arrow-hover-color [contrast-color: ('surface')] - The picker hover arrow color.
|
|
191
|
+
/// @prop {Map} picker-text-color [color: ('gray', 800)]- The idle picker month/year color.
|
|
192
|
+
/// @prop {Map} picker-text-hover-color [contrast-color: ('surface')]- The hover picker month/year color.
|
|
193
|
+
/// @prop {Map} month-hover-text-color [color: ('primary', 300)] - The month hover text color.
|
|
194
|
+
/// @prop {Map} year-hover-text-color [color: ('primary', 300)] - The year hover text color.
|
|
195
|
+
/// @prop {Map} year-current-text-color [color: ('primary', 300)] - The text color for the current/selected year.
|
|
196
|
+
/// @prop {Map} month-current-text-color [color: ('primary', 300)]- The text color for the current/selected month.
|
|
197
|
+
/// @prop {Map} month-hover-current-text-color [color: ('primary', 300)]- The text color for the current/selected month on hover.
|
|
198
|
+
/// @prop {Map} date-selected-hover-text-color [contrast-color: ('surface')] - The hover text color for the selected date.
|
|
199
|
+
/// @prop {Map} date-selected-focus-text-color [contrast-color: ('surface')] - The focus text color for the selected date.
|
|
200
|
+
/// @prop {Map} date-current-hover-text-color [color: ('primary', 200)] - The hover text color for the current date.
|
|
201
|
+
/// @prop {Map} date-current-focus-text-color [color: ('gray', 100)] - The focus text color for the current date.
|
|
202
|
+
/// @prop {Map} date-current-hover-bg-color [color: ('gray', 100)] - The hover background color for the current date.
|
|
203
|
+
/// @prop {Map} date-current-focus-bg-color [color: ('gray', 100)] - The focus background color for the current date.
|
|
204
|
+
/// @requires $indigo-calendar
|
|
205
|
+
/// @requires $dark-base-calendar
|
|
206
|
+
$dark-indigo-calendar: extend(
|
|
207
|
+
$indigo-calendar,
|
|
208
|
+
$dark-base-calendar,
|
|
209
|
+
(
|
|
210
|
+
content-text-color: (
|
|
211
|
+
contrast-color: (
|
|
212
|
+
'surface',
|
|
213
|
+
),
|
|
214
|
+
),
|
|
215
|
+
|
|
216
|
+
date-current-hover-bg-color: (
|
|
217
|
+
color: (
|
|
218
|
+
'gray',
|
|
219
|
+
100,
|
|
220
|
+
),
|
|
221
|
+
),
|
|
222
|
+
|
|
223
|
+
date-current-focus-bg-color: (
|
|
224
|
+
color: (
|
|
225
|
+
'gray',
|
|
226
|
+
100,
|
|
227
|
+
),
|
|
228
|
+
),
|
|
229
|
+
|
|
230
|
+
date-current-hover-text-color: (
|
|
231
|
+
color: (
|
|
232
|
+
'primary',
|
|
233
|
+
200,
|
|
234
|
+
),
|
|
235
|
+
),
|
|
236
|
+
|
|
237
|
+
date-current-focus-text-color: (
|
|
238
|
+
color: (
|
|
239
|
+
'primary',
|
|
240
|
+
200,
|
|
241
|
+
),
|
|
242
|
+
),
|
|
243
|
+
|
|
244
|
+
inactive-text-color: (
|
|
245
|
+
color: (
|
|
246
|
+
'gray',
|
|
247
|
+
700,
|
|
248
|
+
),
|
|
249
|
+
),
|
|
250
|
+
|
|
251
|
+
date-selected-hover-text-color: (
|
|
252
|
+
contrast-color: (
|
|
253
|
+
'surface',
|
|
254
|
+
),
|
|
255
|
+
),
|
|
256
|
+
|
|
257
|
+
date-selected-focus-text-color: (
|
|
258
|
+
contrast-color: (
|
|
259
|
+
'surface',
|
|
260
|
+
),
|
|
261
|
+
),
|
|
262
|
+
|
|
263
|
+
label-color: (
|
|
264
|
+
color: (
|
|
265
|
+
'gray',
|
|
266
|
+
700,
|
|
267
|
+
),
|
|
268
|
+
),
|
|
269
|
+
|
|
270
|
+
weekend-text-color: (
|
|
271
|
+
color: (
|
|
272
|
+
'gray',
|
|
273
|
+
700,
|
|
274
|
+
),
|
|
275
|
+
),
|
|
276
|
+
|
|
277
|
+
picker-arrow-color: (
|
|
278
|
+
color: (
|
|
279
|
+
'gray',
|
|
280
|
+
800,
|
|
281
|
+
),
|
|
282
|
+
),
|
|
283
|
+
|
|
284
|
+
picker-arrow-hover-color: (
|
|
285
|
+
contrast-color: (
|
|
286
|
+
'surface',
|
|
287
|
+
),
|
|
288
|
+
),
|
|
289
|
+
|
|
290
|
+
picker-text-color: (
|
|
291
|
+
color: (
|
|
292
|
+
'gray',
|
|
293
|
+
800,
|
|
294
|
+
),
|
|
295
|
+
),
|
|
296
|
+
|
|
297
|
+
picker-text-hover-color: (
|
|
298
|
+
contrast-color: (
|
|
299
|
+
'surface',
|
|
300
|
+
),
|
|
301
|
+
),
|
|
302
|
+
|
|
303
|
+
month-hover-text-color: (
|
|
304
|
+
color: (
|
|
305
|
+
'primary',
|
|
306
|
+
300,
|
|
307
|
+
),
|
|
308
|
+
),
|
|
309
|
+
|
|
310
|
+
year-hover-text-color: (
|
|
311
|
+
color: (
|
|
312
|
+
'primary',
|
|
313
|
+
300,
|
|
314
|
+
),
|
|
315
|
+
),
|
|
316
|
+
|
|
317
|
+
month-current-text-color: (
|
|
318
|
+
color: (
|
|
319
|
+
'primary',
|
|
320
|
+
300,
|
|
321
|
+
),
|
|
322
|
+
),
|
|
323
|
+
|
|
324
|
+
month-hover-current-text-color: (
|
|
325
|
+
color: (
|
|
326
|
+
'primary',
|
|
327
|
+
300,
|
|
328
|
+
),
|
|
329
|
+
),
|
|
330
|
+
|
|
331
|
+
year-current-text-color: (
|
|
332
|
+
color: (
|
|
333
|
+
'primary',
|
|
334
|
+
300,
|
|
335
|
+
),
|
|
336
|
+
),
|
|
337
|
+
)
|
|
338
|
+
);
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
@use '../../../../utils/map' as *;
|
|
2
|
+
@use '../light/card' as *;
|
|
3
|
+
|
|
4
|
+
////
|
|
5
|
+
/// @package theming
|
|
6
|
+
/// @group schemas
|
|
7
|
+
/// @access public
|
|
8
|
+
////
|
|
9
|
+
|
|
10
|
+
/// Generates a dark card schema.
|
|
11
|
+
/// @type {Map}
|
|
12
|
+
/// @prop {Map} outline-color [color: ('gray', 400, .38)] - The outline color of an outlined type card.
|
|
13
|
+
/// @requires $light-card
|
|
14
|
+
$dark-card: extend(
|
|
15
|
+
$light-card,
|
|
16
|
+
(
|
|
17
|
+
outline-color: (
|
|
18
|
+
color: (
|
|
19
|
+
'gray',
|
|
20
|
+
400,
|
|
21
|
+
0.38,
|
|
22
|
+
),
|
|
23
|
+
),
|
|
24
|
+
)
|
|
25
|
+
);
|
|
26
|
+
|
|
27
|
+
/// Generates a dark fluent card schema.
|
|
28
|
+
/// @type {Map}
|
|
29
|
+
/// @requires $fluent-card
|
|
30
|
+
$dark-fluent-card: $fluent-card;
|
|
31
|
+
|
|
32
|
+
/// Generates a dark bootstrap card schema.
|
|
33
|
+
/// @type {Map}
|
|
34
|
+
/// @prop {Map} background [color: ('gray', 50)]- The card background color.
|
|
35
|
+
/// @prop {Map} outline-color [color: ('gray', 100)] - The outline color of an outlined type card.
|
|
36
|
+
/// @requires $bootstrap-card
|
|
37
|
+
$dark-bootstrap-card: extend(
|
|
38
|
+
$bootstrap-card,
|
|
39
|
+
(
|
|
40
|
+
background: (
|
|
41
|
+
color: (
|
|
42
|
+
'gray',
|
|
43
|
+
50,
|
|
44
|
+
),
|
|
45
|
+
),
|
|
46
|
+
|
|
47
|
+
outline-color: (
|
|
48
|
+
color: (
|
|
49
|
+
'gray',
|
|
50
|
+
100,
|
|
51
|
+
),
|
|
52
|
+
),
|
|
53
|
+
)
|
|
54
|
+
);
|
|
55
|
+
|
|
56
|
+
/// Generates a dark indigo card schema.
|
|
57
|
+
/// @type {Map}
|
|
58
|
+
/// @prop {Map} outline-color [color: ('gray', 200)] - The outline color of an outlined type card.
|
|
59
|
+
/// @requires $indigo-card
|
|
60
|
+
$dark-indigo-card: extend(
|
|
61
|
+
$indigo-card,
|
|
62
|
+
(
|
|
63
|
+
outline-color: (
|
|
64
|
+
color: (
|
|
65
|
+
'gray',
|
|
66
|
+
200,
|
|
67
|
+
0.54,
|
|
68
|
+
),
|
|
69
|
+
),
|
|
70
|
+
)
|
|
71
|
+
);
|
|
@@ -0,0 +1,127 @@
|
|
|
1
|
+
@use '../../../../utils/map' as *;
|
|
2
|
+
@use '../light/carousel' as *;
|
|
3
|
+
|
|
4
|
+
////
|
|
5
|
+
/// @package theming
|
|
6
|
+
/// @group schemas
|
|
7
|
+
/// @access public
|
|
8
|
+
////
|
|
9
|
+
|
|
10
|
+
/// Generates the base dark carousel schema.
|
|
11
|
+
/// @prop {Map} button-arrow-color [color: ('gray', 400)] - The previous/next buttons idle arrow color.
|
|
12
|
+
/// @prop {Map} button-hover-arrow-color [color: ('gray', 700)] - The previous/next buttons hover arrow color.
|
|
13
|
+
/// @prop {Color} indicator-border-color [color: ('gray', 600)] - The idle indicator border color.
|
|
14
|
+
/// @prop {Color} indicator-active-dot-color [color: ('gray', 600)] - The active indicator dot color.
|
|
15
|
+
/// @prop {Color} indicator-active-border-color [color: ('gray', 600)] - The active indicator border color.
|
|
16
|
+
/// @type {Map}
|
|
17
|
+
$base-dark-carousel: extend(
|
|
18
|
+
$light-carousel,
|
|
19
|
+
(
|
|
20
|
+
button-arrow-color: (
|
|
21
|
+
color: (
|
|
22
|
+
'gray',
|
|
23
|
+
400,
|
|
24
|
+
),
|
|
25
|
+
),
|
|
26
|
+
|
|
27
|
+
button-hover-arrow-color: (
|
|
28
|
+
color: (
|
|
29
|
+
'gray',
|
|
30
|
+
700,
|
|
31
|
+
),
|
|
32
|
+
),
|
|
33
|
+
|
|
34
|
+
indicator-border-color: (
|
|
35
|
+
color: (
|
|
36
|
+
'gray',
|
|
37
|
+
600,
|
|
38
|
+
),
|
|
39
|
+
),
|
|
40
|
+
|
|
41
|
+
indicator-active-dot-color: (
|
|
42
|
+
color: (
|
|
43
|
+
'gray',
|
|
44
|
+
600,
|
|
45
|
+
),
|
|
46
|
+
),
|
|
47
|
+
|
|
48
|
+
indicator-active-border-color: (
|
|
49
|
+
color: (
|
|
50
|
+
'gray',
|
|
51
|
+
600,
|
|
52
|
+
),
|
|
53
|
+
),
|
|
54
|
+
)
|
|
55
|
+
);
|
|
56
|
+
|
|
57
|
+
/// Generates a dark carousel schema based on a mix of $light-carousel and $base-dark-carousel
|
|
58
|
+
/// @type {Map}
|
|
59
|
+
/// @requires $light-carousel
|
|
60
|
+
/// @requires $base-dark-carousel
|
|
61
|
+
$dark-carousel: $base-dark-carousel;
|
|
62
|
+
|
|
63
|
+
/// Generates a dark fluent carousel schema based on a mix of $fluent-carousel and $base-dark-carousel
|
|
64
|
+
/// @type {Map}
|
|
65
|
+
/// @requires $fluent-carousel
|
|
66
|
+
/// @requires $base-dark-carousel
|
|
67
|
+
$dark-fluent-carousel: extend($fluent-carousel, $base-dark-carousel);
|
|
68
|
+
|
|
69
|
+
/// Generates a dark bootstrap carousel schema based on a mix of $bootstrap-carousel and $base-dark-carousel
|
|
70
|
+
/// @type {Map}
|
|
71
|
+
/// @requires $bootstrap-carousel
|
|
72
|
+
/// @requires $base-dark-carousel
|
|
73
|
+
$dark-bootstrap-carousel: extend($bootstrap-carousel, $base-dark-carousel);
|
|
74
|
+
|
|
75
|
+
/// Generates a dark indigo carousel schema based on a mix of $indigo-carousel and $base-dark-carousel
|
|
76
|
+
/// @type {Map}
|
|
77
|
+
/// @prop {Map} button-background [color: ('gray', 400)] - The previous/next buttons idle background color.
|
|
78
|
+
/// @prop {Map} button-hover-background [color: ('gray', 200)] - The previous/next buttons hover background color.
|
|
79
|
+
/// @prop {Map} button-arrow-color [color: ('gray', 800)] - The previous/next buttons idle arrow color.
|
|
80
|
+
/// @prop {Map} button-hover-arrow-color [color: ('gray', 900)] - The previous/next buttons hover arrow color.
|
|
81
|
+
/// @prop {Map} indicator-dot-color [color: ('gray', 600, .6)] - The idle indicator dot color.
|
|
82
|
+
/// @prop {Map} indicator-active-dot-color [color: ('gray', 900)] - The active indicator dot color.
|
|
83
|
+
/// @requires $indigo-carousel
|
|
84
|
+
$dark-indigo-carousel: extend(
|
|
85
|
+
$indigo-carousel,
|
|
86
|
+
(
|
|
87
|
+
button-background: (
|
|
88
|
+
color: (
|
|
89
|
+
'gray' 400,
|
|
90
|
+
),
|
|
91
|
+
),
|
|
92
|
+
|
|
93
|
+
button-hover-background: (
|
|
94
|
+
color: (
|
|
95
|
+
'gray' 200,
|
|
96
|
+
),
|
|
97
|
+
),
|
|
98
|
+
|
|
99
|
+
button-arrow-color: (
|
|
100
|
+
color: (
|
|
101
|
+
'gray',
|
|
102
|
+
800,
|
|
103
|
+
),
|
|
104
|
+
),
|
|
105
|
+
|
|
106
|
+
button-hover-arrow-color: (
|
|
107
|
+
color: (
|
|
108
|
+
'gray',
|
|
109
|
+
900,
|
|
110
|
+
),
|
|
111
|
+
),
|
|
112
|
+
|
|
113
|
+
indicator-dot-color: (
|
|
114
|
+
color: (
|
|
115
|
+
'gray',
|
|
116
|
+
600,
|
|
117
|
+
0.6,
|
|
118
|
+
),
|
|
119
|
+
),
|
|
120
|
+
|
|
121
|
+
indicator-active-dot-color: (
|
|
122
|
+
color: (
|
|
123
|
+
'gray' 900,
|
|
124
|
+
),
|
|
125
|
+
),
|
|
126
|
+
)
|
|
127
|
+
);
|
|
@@ -11,12 +11,7 @@
|
|
|
11
11
|
/// Generates a dark checkbox schema.
|
|
12
12
|
/// @type {Map}
|
|
13
13
|
/// @requires $light-checkbox
|
|
14
|
-
$dark-checkbox:
|
|
15
|
-
$light-checkbox,
|
|
16
|
-
(
|
|
17
|
-
type: 'dark',
|
|
18
|
-
)
|
|
19
|
-
);
|
|
14
|
+
$dark-checkbox: $light-checkbox;
|
|
20
15
|
|
|
21
16
|
/// Generates a dark fluent checkbox schema.
|
|
22
17
|
/// @type {Map}
|
|
@@ -0,0 +1,111 @@
|
|
|
1
|
+
@use '../../../../utils/map' as *;
|
|
2
|
+
@use '../light/chip' as *;
|
|
3
|
+
|
|
4
|
+
////
|
|
5
|
+
/// @package theming
|
|
6
|
+
/// @group schemas
|
|
7
|
+
/// @access public
|
|
8
|
+
////
|
|
9
|
+
|
|
10
|
+
/// Generates a dark chip schema based on a mix of $light-chip and $base-dark-chip.
|
|
11
|
+
/// @type {Map}
|
|
12
|
+
/// @requires $light-chip
|
|
13
|
+
$dark-chip: $light-chip;
|
|
14
|
+
|
|
15
|
+
/// Generates a dark fluent chip schema based on a mix of $fluent-chip and $base-dark-chip.
|
|
16
|
+
/// @type {Map}
|
|
17
|
+
/// @requires $fluent-chip
|
|
18
|
+
$dark-fluent-chip: $fluent-chip;
|
|
19
|
+
|
|
20
|
+
/// Generates a dark bootstrap chip schema based on a mix of $bootstrap-chip and $ase-dark-chip.
|
|
21
|
+
/// @type {Map}
|
|
22
|
+
/// @requires $bootstrap-chip
|
|
23
|
+
/// @requires $base-dark-chip
|
|
24
|
+
$dark-bootstrap-chip: $bootstrap-chip;
|
|
25
|
+
|
|
26
|
+
/// Generates a dark indigo chip schema based on a mix of $indigo-chip and $base-dark-chip.
|
|
27
|
+
/// @type {Map}
|
|
28
|
+
/// @prop {Map} text-color [color: ('gray', 700)] - The chip text color.
|
|
29
|
+
/// @prop {Map} hover-text-color [color: ('gray', 700)] - The chip text hover color.
|
|
30
|
+
/// @prop {Map} focus-text-color [color: ('gray', 700)] The focused chip text color.
|
|
31
|
+
/// @prop {Map} background [color: ('surface')] - The chip background color.
|
|
32
|
+
/// @prop {Map} hover-background [color: ('gray', 200] - The chip hover background color.
|
|
33
|
+
/// @prop {Map} focus-background [color: ('surface')] The focused chip background color.
|
|
34
|
+
/// @prop {Map} ghost-background [color: ('gray', 200)] - The chip ghost background color.
|
|
35
|
+
/// @prop {Map} border-color [color: ('gray', 400)] - The chip border color.
|
|
36
|
+
/// @prop {Map} hover-border-color [color: ('gray', 400)] - The chip hover border color.
|
|
37
|
+
/// @prop {Color} focus-border-color [color: ('gray', 400)] - The chip focus border color.
|
|
38
|
+
/// @requires $indigo-chip
|
|
39
|
+
/// @requires $base-dark-chip
|
|
40
|
+
$dark-indigo-chip: extend(
|
|
41
|
+
$indigo-chip,
|
|
42
|
+
(
|
|
43
|
+
text-color: (
|
|
44
|
+
color: (
|
|
45
|
+
'gray',
|
|
46
|
+
700,
|
|
47
|
+
),
|
|
48
|
+
),
|
|
49
|
+
|
|
50
|
+
hover-text-color: (
|
|
51
|
+
color: (
|
|
52
|
+
'gray',
|
|
53
|
+
700,
|
|
54
|
+
),
|
|
55
|
+
),
|
|
56
|
+
|
|
57
|
+
focus-text-color: (
|
|
58
|
+
color: (
|
|
59
|
+
'gray',
|
|
60
|
+
700,
|
|
61
|
+
),
|
|
62
|
+
),
|
|
63
|
+
|
|
64
|
+
background: (
|
|
65
|
+
color: (
|
|
66
|
+
'surface',
|
|
67
|
+
),
|
|
68
|
+
),
|
|
69
|
+
|
|
70
|
+
hover-background: (
|
|
71
|
+
color: (
|
|
72
|
+
'gray',
|
|
73
|
+
200,
|
|
74
|
+
),
|
|
75
|
+
),
|
|
76
|
+
|
|
77
|
+
focus-background: (
|
|
78
|
+
color: (
|
|
79
|
+
'surface',
|
|
80
|
+
),
|
|
81
|
+
),
|
|
82
|
+
|
|
83
|
+
ghost-background: (
|
|
84
|
+
color: (
|
|
85
|
+
'gray',
|
|
86
|
+
200,
|
|
87
|
+
),
|
|
88
|
+
),
|
|
89
|
+
|
|
90
|
+
border-color: (
|
|
91
|
+
color: (
|
|
92
|
+
'gray',
|
|
93
|
+
400,
|
|
94
|
+
),
|
|
95
|
+
),
|
|
96
|
+
|
|
97
|
+
hover-border-color: (
|
|
98
|
+
color: (
|
|
99
|
+
'gray',
|
|
100
|
+
400,
|
|
101
|
+
),
|
|
102
|
+
),
|
|
103
|
+
|
|
104
|
+
focus-border-color: (
|
|
105
|
+
color: (
|
|
106
|
+
'gray',
|
|
107
|
+
200,
|
|
108
|
+
),
|
|
109
|
+
),
|
|
110
|
+
)
|
|
111
|
+
);
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
@use '../../../../utils/map' as *;
|
|
2
|
+
@use '../light/column-actions' as *;
|
|
3
|
+
|
|
4
|
+
////
|
|
5
|
+
/// @package theming
|
|
6
|
+
/// @group schemas
|
|
7
|
+
/// @access private
|
|
8
|
+
////
|
|
9
|
+
|
|
10
|
+
/// Generates a dark column actions schema based on a mix of $light-column-actions.
|
|
11
|
+
/// @type {Map}
|
|
12
|
+
/// @requires $light-column-actions
|
|
13
|
+
$dark-column-actions: $light-column-actions;
|
|
14
|
+
|
|
15
|
+
/// Generates a dark fluent column actions schema based on a mix of $luent-column-actions.
|
|
16
|
+
/// @type {Map}
|
|
17
|
+
/// @requires $fluent-column-actions
|
|
18
|
+
$dark-fluent-column-actions: $fluent-column-actions;
|
|
19
|
+
|
|
20
|
+
/// Generates a dark bootstrap column actions schema based on a mix of $bootstrap-column-actions.
|
|
21
|
+
/// @type {Map}
|
|
22
|
+
/// @requires $bootstrap-column-actions
|
|
23
|
+
$dark-bootstrap-column-actions: $bootstrap-column-actions;
|
|
24
|
+
|
|
25
|
+
/// Generates a dark indigo column actions schema based on a mix of $indigo-column-actions.
|
|
26
|
+
/// @type {Map}
|
|
27
|
+
/// @requires $indigo-column-actions
|
|
28
|
+
$dark-indigo-column-actions: $indigo-column-actions;
|