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,72 @@
|
|
|
1
|
+
@use '../../../../utils/map' as *;
|
|
2
|
+
@use '../light/highlight' as *;
|
|
3
|
+
|
|
4
|
+
////
|
|
5
|
+
/// @package theming
|
|
6
|
+
/// @group schemas
|
|
7
|
+
/// @access public
|
|
8
|
+
////
|
|
9
|
+
|
|
10
|
+
/// Generates a base dark grid-toolbar schema.
|
|
11
|
+
/// @property {Map} resting-background [color: ('gray', 200)] - The background color used for the highlight in its resting state.
|
|
12
|
+
/// @property {Map} resting-color [contrast-color: ('gray', 200)] - The icon color used for the highlight in its resting state.
|
|
13
|
+
/// @type {Map}
|
|
14
|
+
$dark-base-highlight: (
|
|
15
|
+
resting-background: (
|
|
16
|
+
color: (
|
|
17
|
+
'gray',
|
|
18
|
+
200,
|
|
19
|
+
),
|
|
20
|
+
),
|
|
21
|
+
|
|
22
|
+
resting-color: (
|
|
23
|
+
contrast-color: (
|
|
24
|
+
'gray',
|
|
25
|
+
200,
|
|
26
|
+
),
|
|
27
|
+
),
|
|
28
|
+
);
|
|
29
|
+
|
|
30
|
+
/// Generates a dark highlight schema.
|
|
31
|
+
/// @type {Map}
|
|
32
|
+
/// @requires $light-highlight
|
|
33
|
+
/// @requires $dark-base-highlight
|
|
34
|
+
$dark-highlight: extend($light-highlight, $dark-base-highlight);
|
|
35
|
+
|
|
36
|
+
/// Generates a dark fluent highlight schema.
|
|
37
|
+
/// @type {Map}
|
|
38
|
+
/// @requires $fluent-highlight
|
|
39
|
+
/// @requires $dark-base-highlight
|
|
40
|
+
$dark-fluent-highlight: extend($fluent-highlight, $dark-base-highlight);
|
|
41
|
+
|
|
42
|
+
/// Generates a dark bootstrap highlight schema.
|
|
43
|
+
/// @type {Map}
|
|
44
|
+
/// @property {Map} active-background [color: ('primary', A100)] - The background color used for the highlight in its active state.
|
|
45
|
+
/// @property {Map} active-color [contrast-color: ('primary', A100) - The text color used for the highlight in its active state.
|
|
46
|
+
/// @requires $bootstrap-highlight
|
|
47
|
+
/// @requires $dark-base-highlight
|
|
48
|
+
$dark-bootstrap-highlight: extend(
|
|
49
|
+
$bootstrap-highlight,
|
|
50
|
+
$dark-base-highlight,
|
|
51
|
+
(
|
|
52
|
+
active-background: (
|
|
53
|
+
color: (
|
|
54
|
+
'primary',
|
|
55
|
+
'A100',
|
|
56
|
+
),
|
|
57
|
+
),
|
|
58
|
+
|
|
59
|
+
active-color: (
|
|
60
|
+
contrast-color: (
|
|
61
|
+
'primary',
|
|
62
|
+
'A100',
|
|
63
|
+
),
|
|
64
|
+
),
|
|
65
|
+
)
|
|
66
|
+
);
|
|
67
|
+
|
|
68
|
+
/// Generates a dark indigo highlight schema.
|
|
69
|
+
/// @type {Map}
|
|
70
|
+
/// @requires $indigo-highlight
|
|
71
|
+
/// @requires $dark-base-highlight
|
|
72
|
+
$dark-indigo-highlight: extend($indigo-highlight, $dark-base-highlight);
|
|
@@ -4,41 +4,114 @@
|
|
|
4
4
|
/// @access public
|
|
5
5
|
////
|
|
6
6
|
|
|
7
|
+
@use './action-strip' as *;
|
|
7
8
|
@use './avatar' as *;
|
|
9
|
+
@use './badge' as *;
|
|
10
|
+
@use './banner' as *;
|
|
11
|
+
@use './bottom-nav' as *;
|
|
8
12
|
@use './button' as *;
|
|
13
|
+
@use './button-group' as *;
|
|
14
|
+
@use './calendar' as *;
|
|
15
|
+
@use './card' as *;
|
|
16
|
+
@use './carousel' as *;
|
|
17
|
+
@use './checkbox' as *;
|
|
18
|
+
@use './chip' as *;
|
|
19
|
+
@use './column-actions' as *;
|
|
20
|
+
@use './combo' as *;
|
|
21
|
+
@use './date-range-picker' as *;
|
|
22
|
+
@use './dialog' as *;
|
|
23
|
+
@use './divider' as *;
|
|
24
|
+
@use './dock-manager' as *;
|
|
25
|
+
@use './drop-down' as *;
|
|
26
|
+
@use './expansion-panel' as *;
|
|
27
|
+
@use './grid' as *;
|
|
28
|
+
@use './grid-filtering' as *;
|
|
29
|
+
@use './grid-summary' as *;
|
|
30
|
+
@use './grid-toolbar' as *;
|
|
31
|
+
@use './highlight' as *;
|
|
9
32
|
@use './icon' as *;
|
|
10
|
-
@use './navbar' as *;
|
|
11
33
|
@use './input-group' as *;
|
|
12
|
-
@use './
|
|
13
|
-
@use './
|
|
34
|
+
@use './list' as *;
|
|
35
|
+
@use './navbar' as *;
|
|
36
|
+
@use './navdrawer' as *;
|
|
37
|
+
@use './overlay' as *;
|
|
38
|
+
@use './pagination' as *;
|
|
39
|
+
@use './pivot-data-selector' as *;
|
|
40
|
+
@use './progress' as *;
|
|
41
|
+
@use './query-builder' as *;
|
|
14
42
|
@use './radio' as *;
|
|
15
|
-
@use './tabs' as *;
|
|
16
43
|
@use './rating' as *;
|
|
44
|
+
@use './ripple' as *;
|
|
45
|
+
@use './scrollbar' as *;
|
|
17
46
|
@use './select' as *;
|
|
18
47
|
@use './slider' as *;
|
|
19
|
-
@use './
|
|
20
|
-
@use './
|
|
48
|
+
@use './snackbar' as *;
|
|
49
|
+
@use './splitter' as *;
|
|
50
|
+
@use './stepper' as *;
|
|
51
|
+
@use './switch' as *;
|
|
52
|
+
@use './tabs' as *;
|
|
53
|
+
@use './time-picker' as *;
|
|
54
|
+
@use './toast' as *;
|
|
55
|
+
@use './tooltip' as *;
|
|
21
56
|
@use './tree' as *;
|
|
57
|
+
@use './watermark' as *;
|
|
22
58
|
|
|
23
59
|
/// Used to create material component themes.
|
|
24
60
|
/// Use in combination with dark palettes.
|
|
25
61
|
/// @type Map
|
|
26
62
|
$dark-material-schema: (
|
|
63
|
+
action-strip: $dark-action-strip,
|
|
27
64
|
avatar: $dark-avatar,
|
|
65
|
+
badge: $dark-badge,
|
|
66
|
+
banner: $dark-banner,
|
|
67
|
+
bottom-nav: $dark-bottom-nav,
|
|
28
68
|
button: $dark-button,
|
|
69
|
+
button-group: $dark-button-group,
|
|
70
|
+
calendar: $dark-calendar,
|
|
71
|
+
card: $dark-card,
|
|
72
|
+
carousel: $dark-carousel,
|
|
73
|
+
checkbox: $dark-checkbox,
|
|
74
|
+
chip: $dark-chip,
|
|
75
|
+
column-actions: $dark-column-actions,
|
|
76
|
+
combo: $dark-combo,
|
|
77
|
+
date-range: $dark-date-range-picker,
|
|
78
|
+
dialog: $dark-dialog,
|
|
79
|
+
divider: $dark-divider,
|
|
80
|
+
dockmanager: $dark-dock-manager,
|
|
81
|
+
drop-down: $dark-drop-down,
|
|
82
|
+
expansion-panel: $dark-expansion-panel,
|
|
83
|
+
grid: $dark-grid,
|
|
84
|
+
grid-filtering: $dark-grid-filtering,
|
|
85
|
+
grid-summary: $dark-grid-summary,
|
|
86
|
+
grid-toolbar: $dark-grid-toolbar,
|
|
87
|
+
highlight: $dark-highlight,
|
|
29
88
|
icon: $dark-icon,
|
|
30
|
-
navbar: $dark-navbar,
|
|
31
89
|
input-group: $dark-input-group,
|
|
32
|
-
|
|
33
|
-
|
|
90
|
+
list: $dark-list,
|
|
91
|
+
navbar: $dark-navbar,
|
|
92
|
+
nav-drawer: $dark-navdrawer,
|
|
93
|
+
overlay: $dark-overlay,
|
|
94
|
+
paginator: $dark-pagination,
|
|
95
|
+
pivot-data-selector: $dark-pivot-data-selector,
|
|
96
|
+
linear-bar: $dark-progress-linear,
|
|
97
|
+
circular-bar: $dark-progress-circular,
|
|
98
|
+
query-builder: $dark-query-builder,
|
|
34
99
|
radio: $dark-radio,
|
|
35
|
-
tabs: $dark-tabs,
|
|
36
100
|
rating: $dark-rating,
|
|
101
|
+
ripple: $dark-ripple,
|
|
102
|
+
scrollbar: $dark-scrollbar,
|
|
37
103
|
select: $dark-select,
|
|
38
104
|
slider: $dark-slider,
|
|
39
|
-
|
|
40
|
-
|
|
105
|
+
snackbar: $dark-snackbar,
|
|
106
|
+
splitter: $dark-splitter,
|
|
107
|
+
stepper: $dark-stepper,
|
|
108
|
+
switch: $dark-switch,
|
|
109
|
+
tabs: $dark-tabs,
|
|
110
|
+
time-picker: $dark-time-picker,
|
|
111
|
+
toast: $dark-toast,
|
|
112
|
+
tooltip: $dark-tooltip,
|
|
41
113
|
tree: $dark-tree,
|
|
114
|
+
watermark: $dark-watermark,
|
|
42
115
|
_meta: (
|
|
43
116
|
theme: 'material',
|
|
44
117
|
variant: 'dark',
|
|
@@ -49,21 +122,58 @@ $dark-material-schema: (
|
|
|
49
122
|
/// Use in combination with dark palettes.
|
|
50
123
|
/// @type Map
|
|
51
124
|
$dark-fluent-schema: (
|
|
125
|
+
action-strip: $dark-fluent-action-strip,
|
|
52
126
|
avatar: $dark-fluent-avatar,
|
|
127
|
+
badge: $dark-fluent-badge,
|
|
128
|
+
banner: $dark-fluent-banner,
|
|
129
|
+
bottom-nav: $dark-fluent-bottom-nav,
|
|
53
130
|
button: $dark-fluent-button,
|
|
131
|
+
button-group: $dark-fluent-button-group,
|
|
132
|
+
calendar: $dark-fluent-calendar,
|
|
133
|
+
card: $dark-fluent-card,
|
|
134
|
+
carousel: $dark-fluent-carousel,
|
|
135
|
+
checkbox: $dark-fluent-checkbox,
|
|
136
|
+
chip: $dark-fluent-chip,
|
|
137
|
+
column-actions: $dark-fluent-column-actions,
|
|
138
|
+
combo: $dark-fluent-combo,
|
|
139
|
+
date-range: $dark-fluent-date-range-picker,
|
|
140
|
+
dialog: $dark-fluent-dialog,
|
|
141
|
+
divider: $dark-fluent-divider,
|
|
142
|
+
dockmanager: $dark-fluent-dock-manager,
|
|
143
|
+
drop-down: $dark-fluent-drop-down,
|
|
144
|
+
expansion-panel: $dark-fluent-expansion-panel,
|
|
145
|
+
grid: $dark-fluent-grid,
|
|
146
|
+
grid-filtering: $dark-fluent-grid-filtering,
|
|
147
|
+
grid-summary: $dark-fluent-grid-summary,
|
|
148
|
+
grid-toolbar: $dark-fluent-grid-toolbar,
|
|
149
|
+
highlight: $dark-fluent-highlight,
|
|
54
150
|
icon: $dark-fluent-icon,
|
|
55
|
-
navbar: $dark-fluent-navbar,
|
|
56
151
|
input-group: $dark-fluent-input-group,
|
|
57
|
-
|
|
58
|
-
|
|
152
|
+
list: $dark-fluent-list,
|
|
153
|
+
navbar: $dark-fluent-navbar,
|
|
154
|
+
nav-drawer: $dark-fluent-navdrawer,
|
|
155
|
+
overlay: $dark-fluent-overlay,
|
|
156
|
+
paginator: $dark-fluent-pagination,
|
|
157
|
+
pivot-data-selector: $dark-fluent-pivot-data-selector,
|
|
158
|
+
linear-bar: $dark-fluent-progress-linear,
|
|
159
|
+
circular-bar: $dark-fluent-progress-circular,
|
|
160
|
+
query-builder: $dark-fluent-query-builder,
|
|
59
161
|
radio: $dark-fluent-radio,
|
|
60
|
-
tabs: $dark-fluent-tabs,
|
|
61
162
|
rating: $dark-fluent-rating,
|
|
163
|
+
ripple: $dark-fluent-ripple,
|
|
164
|
+
scrollbar: $dark-fluent-scrollbar,
|
|
62
165
|
select: $dark-fluent-select,
|
|
63
166
|
slider: $dark-fluent-slider,
|
|
64
|
-
|
|
65
|
-
|
|
167
|
+
snackbar: $dark-fluent-snackbar,
|
|
168
|
+
splitter: $dark-fluent-splitter,
|
|
169
|
+
stepper: $dark-fluent-stepper,
|
|
170
|
+
switch: $dark-fluent-switch,
|
|
171
|
+
tabs: $dark-fluent-tabs,
|
|
172
|
+
time-picker: $dark-fluent-time-picker,
|
|
173
|
+
toast: $dark-fluent-toast,
|
|
174
|
+
tooltip: $dark-fluent-tooltip,
|
|
66
175
|
tree: $dark-fluent-tree,
|
|
176
|
+
watermark: $dark-fluent-watermark,
|
|
67
177
|
_meta: (
|
|
68
178
|
theme: 'fluent',
|
|
69
179
|
variant: 'dark',
|
|
@@ -74,21 +184,58 @@ $dark-fluent-schema: (
|
|
|
74
184
|
/// Use in combination with dark palettes.
|
|
75
185
|
/// @type Map
|
|
76
186
|
$dark-bootstrap-schema: (
|
|
187
|
+
action-strip: $dark-bootstrap-action-strip,
|
|
77
188
|
avatar: $dark-bootstrap-avatar,
|
|
189
|
+
badge: $dark-bootstrap-badge,
|
|
190
|
+
banner: $dark-bootstrap-banner,
|
|
191
|
+
bottom-nav: $dark-bootstrap-bottom-nav,
|
|
78
192
|
button: $dark-bootstrap-button,
|
|
193
|
+
button-group: $dark-bootstrap-button-group,
|
|
194
|
+
calendar: $dark-bootstrap-calendar,
|
|
195
|
+
card: $dark-bootstrap-card,
|
|
196
|
+
carousel: $dark-bootstrap-carousel,
|
|
197
|
+
checkbox: $dark-bootstrap-checkbox,
|
|
198
|
+
chip: $dark-bootstrap-chip,
|
|
199
|
+
column-actions: $dark-bootstrap-column-actions,
|
|
200
|
+
combo: $dark-bootstrap-combo,
|
|
201
|
+
date-range: $dark-bootstrap-date-range-picker,
|
|
202
|
+
dialog: $dark-bootstrap-dialog,
|
|
203
|
+
divider: $dark-bootstrap-divider,
|
|
204
|
+
dockmanager: $dark-bootstrap-dock-manager,
|
|
205
|
+
drop-down: $dark-bootstrap-drop-down,
|
|
206
|
+
expansion-panel: $dark-bootstrap-expansion-panel,
|
|
207
|
+
grid: $dark-bootstrap-grid,
|
|
208
|
+
grid-filtering: $dark-bootstrap-grid-filtering,
|
|
209
|
+
grid-summary: $dark-bootstrap-grid-summary,
|
|
210
|
+
grid-toolbar: $dark-bootstrap-grid-toolbar,
|
|
211
|
+
highlight: $dark-bootstrap-highlight,
|
|
79
212
|
icon: $dark-bootstrap-icon,
|
|
80
|
-
navbar: $dark-bootstrap-navbar,
|
|
81
213
|
input-group: $dark-bootstrap-input-group,
|
|
82
|
-
|
|
83
|
-
|
|
214
|
+
list: $dark-bootstrap-list,
|
|
215
|
+
navbar: $dark-bootstrap-navbar,
|
|
216
|
+
nav-drawer: $dark-bootstrap-navdrawer,
|
|
217
|
+
overlay: $dark-bootstrap-overlay,
|
|
218
|
+
paginator: $dark-bootstrap-pagination,
|
|
219
|
+
pivot-data-selector: $dark-bootstrap-pivot-data-selector,
|
|
220
|
+
linear-bar: $dark-bootstrap-progress-linear,
|
|
221
|
+
circular-bar: $dark-bootstrap-progress-circular,
|
|
222
|
+
query-builder: $dark-bootstrap-query-builder,
|
|
84
223
|
radio: $dark-bootstrap-radio,
|
|
85
|
-
tabs: $dark-bootstrap-tabs,
|
|
86
224
|
rating: $dark-bootstrap-rating,
|
|
225
|
+
ripple: $dark-bootstrap-ripple,
|
|
226
|
+
scrollbar: $dark-bootstrap-scrollbar,
|
|
87
227
|
select: $dark-bootstrap-select,
|
|
88
228
|
slider: $dark-bootstrap-slider,
|
|
89
|
-
|
|
90
|
-
|
|
229
|
+
snackbar: $dark-bootstrap-snackbar,
|
|
230
|
+
splitter: $dark-bootstrap-splitter,
|
|
231
|
+
stepper: $dark-bootstrap-stepper,
|
|
232
|
+
switch: $dark-bootstrap-switch,
|
|
233
|
+
tabs: $dark-bootstrap-tabs,
|
|
234
|
+
time-picker: $dark-bootstrap-time-picker,
|
|
235
|
+
toast: $dark-bootstrap-toast,
|
|
236
|
+
tooltip: $dark-bootstrap-tooltip,
|
|
91
237
|
tree: $dark-bootstrap-tree,
|
|
238
|
+
watermark: $dark-bootstrap-watermark,
|
|
92
239
|
_meta: (
|
|
93
240
|
theme: 'bootstrap',
|
|
94
241
|
variant: 'dark',
|
|
@@ -99,21 +246,58 @@ $dark-bootstrap-schema: (
|
|
|
99
246
|
/// Use in combination with dark palettes.
|
|
100
247
|
/// @type Map
|
|
101
248
|
$dark-indigo-schema: (
|
|
249
|
+
action-strip: $dark-indigo-action-strip,
|
|
102
250
|
avatar: $dark-indigo-avatar,
|
|
251
|
+
badge: $dark-indigo-badge,
|
|
252
|
+
banner: $dark-indigo-banner,
|
|
253
|
+
bottom-nav: $dark-indigo-bottom-nav,
|
|
103
254
|
button: $dark-indigo-button,
|
|
255
|
+
button-group: $dark-indigo-button-group,
|
|
256
|
+
calendar: $dark-indigo-calendar,
|
|
257
|
+
card: $dark-indigo-card,
|
|
258
|
+
carousel: $dark-indigo-carousel,
|
|
259
|
+
checkbox: $dark-indigo-checkbox,
|
|
260
|
+
chip: $dark-indigo-chip,
|
|
261
|
+
column-actions: $dark-indigo-column-actions,
|
|
262
|
+
combo: $dark-indigo-combo,
|
|
263
|
+
date-range: $dark-indigo-date-range-picker,
|
|
264
|
+
dialog: $dark-indigo-dialog,
|
|
265
|
+
divider: $dark-indigo-divider,
|
|
266
|
+
dockmanager: $dark-indigo-dock-manager,
|
|
267
|
+
drop-down: $dark-indigo-drop-down,
|
|
268
|
+
expansion-panel: $dark-indigo-expansion-panel,
|
|
269
|
+
grid: $dark-indigo-grid,
|
|
270
|
+
grid-filtering: $dark-indigo-grid-filtering,
|
|
271
|
+
grid-summary: $dark-indigo-grid-summary,
|
|
272
|
+
grid-toolbar: $dark-indigo-grid-toolbar,
|
|
273
|
+
highlight: $dark-indigo-highlight,
|
|
104
274
|
icon: $dark-indigo-icon,
|
|
105
|
-
navbar: $dark-indigo-navbar,
|
|
106
275
|
input-group: $dark-indigo-input-group,
|
|
107
|
-
|
|
108
|
-
|
|
276
|
+
list: $dark-indigo-list,
|
|
277
|
+
navbar: $dark-indigo-navbar,
|
|
278
|
+
nav-drawer: $dark-indigo-navdrawer,
|
|
279
|
+
overlay: $dark-indigo-overlay,
|
|
280
|
+
paginator: $dark-indigo-pagination,
|
|
281
|
+
pivot-data-selector: $dark-indigo-pivot-data-selector,
|
|
282
|
+
linear-bar: $dark-indigo-progress-linear,
|
|
283
|
+
circular-bar: $dark-indigo-progress-circular,
|
|
284
|
+
query-builder: $dark-indigo-query-builder,
|
|
109
285
|
radio: $dark-indigo-radio,
|
|
110
|
-
tabs: $dark-indigo-tabs,
|
|
111
286
|
rating: $dark-indigo-rating,
|
|
287
|
+
ripple: $dark-indigo-ripple,
|
|
288
|
+
scrollbar: $dark-indigo-scrollbar,
|
|
112
289
|
select: $dark-indigo-select,
|
|
113
290
|
slider: $dark-indigo-slider,
|
|
114
|
-
|
|
115
|
-
|
|
291
|
+
snackbar: $dark-indigo-snackbar,
|
|
292
|
+
splitter: $dark-indigo-splitter,
|
|
293
|
+
stepper: $dark-indigo-stepper,
|
|
294
|
+
switch: $dark-indigo-switch,
|
|
295
|
+
tabs: $dark-indigo-tabs,
|
|
296
|
+
time-picker: $dark-indigo-time-picker,
|
|
297
|
+
toast: $dark-indigo-toast,
|
|
298
|
+
tooltip: $dark-indigo-tooltip,
|
|
116
299
|
tree: $dark-indigo-tree,
|
|
300
|
+
watermark: $dark-indigo-watermark,
|
|
117
301
|
_meta: (
|
|
118
302
|
theme: 'indigo-design',
|
|
119
303
|
variant: 'dark',
|
|
@@ -0,0 +1,116 @@
|
|
|
1
|
+
@use '../../../../utils/map' as *;
|
|
2
|
+
@use '../light/list' as *;
|
|
3
|
+
|
|
4
|
+
////
|
|
5
|
+
/// @package theming
|
|
6
|
+
/// @group schemas
|
|
7
|
+
/// @access public
|
|
8
|
+
////
|
|
9
|
+
|
|
10
|
+
/// Generates a base dark list schema.
|
|
11
|
+
/// @type {Map}
|
|
12
|
+
/// @prop {Map} item-background-hover [color: ('gray', 400)] - The list item hover background.
|
|
13
|
+
/// @prop {Map} item-background-active [color: ('gray', 400)] - The active list item background color.
|
|
14
|
+
$base-dark-list: (
|
|
15
|
+
item-background-hover: (
|
|
16
|
+
color: (
|
|
17
|
+
'gray',
|
|
18
|
+
100,
|
|
19
|
+
),
|
|
20
|
+
),
|
|
21
|
+
|
|
22
|
+
item-background-active: (
|
|
23
|
+
color: (
|
|
24
|
+
'gray',
|
|
25
|
+
100,
|
|
26
|
+
),
|
|
27
|
+
),
|
|
28
|
+
);
|
|
29
|
+
|
|
30
|
+
/// Generates a base dark list schema based on a mix of $light-list and $base-dark-list.
|
|
31
|
+
/// @type {Map}
|
|
32
|
+
/// @requires $light-list
|
|
33
|
+
/// @requires $base-dark-list
|
|
34
|
+
$dark-list: extend($light-list, $base-dark-list);
|
|
35
|
+
|
|
36
|
+
/// Generates a base dark fluent list schema based on a mix of $fluent-list and $base-dark-list..
|
|
37
|
+
/// @type {Map}
|
|
38
|
+
/// @requires $fluent-list
|
|
39
|
+
/// @requires $base-dark-list
|
|
40
|
+
$dark-fluent-list: extend($fluent-list, $base-dark-list);
|
|
41
|
+
|
|
42
|
+
/// Generates a base dark bootstrap list schema based on a mix of $bootstrap-list and $base-dark-list..
|
|
43
|
+
/// @type {Map}
|
|
44
|
+
/// @prop {Map} border-color [color: ('gray', 100)] - The list border color.
|
|
45
|
+
/// @prop {Map} item-background [color: ('gray', 50)] - The list item background color.
|
|
46
|
+
/// @prop {Map} item-background-hover [color: ('gray', 100)] - The list item hover background.
|
|
47
|
+
/// @prop {Map} item-background-active [color: ('gray', 100)] - The active list item background color.
|
|
48
|
+
/// @prop {Map} header-background [color: ('gray', 50)] - The list header background color.
|
|
49
|
+
/// @requires $bootstrap-list
|
|
50
|
+
/// @requires $base-dark-list
|
|
51
|
+
$dark-bootstrap-list: extend(
|
|
52
|
+
$bootstrap-list,
|
|
53
|
+
(
|
|
54
|
+
border-color: (
|
|
55
|
+
color: (
|
|
56
|
+
'gray',
|
|
57
|
+
100,
|
|
58
|
+
),
|
|
59
|
+
),
|
|
60
|
+
|
|
61
|
+
item-background: (
|
|
62
|
+
color: (
|
|
63
|
+
'gray',
|
|
64
|
+
50,
|
|
65
|
+
),
|
|
66
|
+
),
|
|
67
|
+
|
|
68
|
+
item-background-hover: (
|
|
69
|
+
color: (
|
|
70
|
+
'gray',
|
|
71
|
+
100,
|
|
72
|
+
),
|
|
73
|
+
),
|
|
74
|
+
|
|
75
|
+
item-background-active: (
|
|
76
|
+
color: (
|
|
77
|
+
'gray',
|
|
78
|
+
100,
|
|
79
|
+
),
|
|
80
|
+
),
|
|
81
|
+
|
|
82
|
+
header-background: (
|
|
83
|
+
color: (
|
|
84
|
+
'gray',
|
|
85
|
+
50,
|
|
86
|
+
),
|
|
87
|
+
),
|
|
88
|
+
)
|
|
89
|
+
);
|
|
90
|
+
|
|
91
|
+
/// Generates a dark indigo list schema
|
|
92
|
+
/// @type {Map}
|
|
93
|
+
/// @prop {Map} header-text-color [contrast-color: 'surface'] - The list header text color.
|
|
94
|
+
/// @prop {Map} item-background-hover [color: ('primary')] - The list item hover background.
|
|
95
|
+
/// @prop {Map} item-background-active [color: ('primary')] - The active list item background color.
|
|
96
|
+
/// @requires $indigo-list
|
|
97
|
+
$dark-indigo-list: extend(
|
|
98
|
+
$indigo-list,
|
|
99
|
+
(
|
|
100
|
+
header-text-color: (
|
|
101
|
+
contrast-color: 'surface',
|
|
102
|
+
),
|
|
103
|
+
|
|
104
|
+
item-background-hover: (
|
|
105
|
+
color: (
|
|
106
|
+
'primary',
|
|
107
|
+
),
|
|
108
|
+
),
|
|
109
|
+
|
|
110
|
+
item-background-active: (
|
|
111
|
+
color: (
|
|
112
|
+
'primary',
|
|
113
|
+
),
|
|
114
|
+
),
|
|
115
|
+
)
|
|
116
|
+
);
|
|
@@ -0,0 +1,142 @@
|
|
|
1
|
+
@use '../../../../utils/map' as *;
|
|
2
|
+
@use '../light/navdrawer' as *;
|
|
3
|
+
|
|
4
|
+
////
|
|
5
|
+
/// @package theming
|
|
6
|
+
/// @group schemas
|
|
7
|
+
/// @access public
|
|
8
|
+
////
|
|
9
|
+
|
|
10
|
+
/// Generates a base dark navdrawer schema.
|
|
11
|
+
/// @type {Map}
|
|
12
|
+
/// @prop {Map} item-hover-background [color: ('gray', 100, .5)] - The item's hover background color.
|
|
13
|
+
$dark-base-navdrawer: (
|
|
14
|
+
item-hover-background: (
|
|
15
|
+
color: (
|
|
16
|
+
'gray',
|
|
17
|
+
100,
|
|
18
|
+
0.5,
|
|
19
|
+
),
|
|
20
|
+
),
|
|
21
|
+
);
|
|
22
|
+
|
|
23
|
+
/// Generates a dark navdrawer schema.
|
|
24
|
+
/// @type {Map}
|
|
25
|
+
/// @requires $light-navdrawer
|
|
26
|
+
$dark-navdrawer: extend($light-navdrawer, $dark-base-navdrawer);
|
|
27
|
+
|
|
28
|
+
/// Generates a dark fluent navdrawer schema.
|
|
29
|
+
/// @type {Map}
|
|
30
|
+
/// @prop {Map} item-active-text-color [color: ('primary', 200)] - The item's active text color.
|
|
31
|
+
/// @prop {Map} item-active-icon-color [color: ('primary', 100)] - The item's icon active color.
|
|
32
|
+
/// @prop {Map} item-active-background [color: ('primary', 400, .12)] - The item's active background color.
|
|
33
|
+
/// @requires $fluent-navdrawer
|
|
34
|
+
$dark-fluent-navdrawer: extend(
|
|
35
|
+
$fluent-navdrawer,
|
|
36
|
+
$dark-base-navdrawer,
|
|
37
|
+
(
|
|
38
|
+
item-active-text-color: (
|
|
39
|
+
color: (
|
|
40
|
+
'primary',
|
|
41
|
+
200,
|
|
42
|
+
),
|
|
43
|
+
),
|
|
44
|
+
|
|
45
|
+
item-active-icon-color: (
|
|
46
|
+
color: (
|
|
47
|
+
'primary',
|
|
48
|
+
100,
|
|
49
|
+
),
|
|
50
|
+
),
|
|
51
|
+
|
|
52
|
+
item-active-background: (
|
|
53
|
+
color: (
|
|
54
|
+
'primary',
|
|
55
|
+
400,
|
|
56
|
+
0.12,
|
|
57
|
+
),
|
|
58
|
+
),
|
|
59
|
+
)
|
|
60
|
+
);
|
|
61
|
+
|
|
62
|
+
/// Generates a dark bootstrap navdrawer schema.
|
|
63
|
+
/// @type {Map}
|
|
64
|
+
/// @prop {Map} item-hover-background [color: ('gray', 100)] - The item's hover background color.
|
|
65
|
+
/// @requires $bootstrap-navdrawer
|
|
66
|
+
$dark-bootstrap-navdrawer: extend(
|
|
67
|
+
$bootstrap-navdrawer,
|
|
68
|
+
$dark-base-navdrawer,
|
|
69
|
+
(
|
|
70
|
+
item-hover-background: (
|
|
71
|
+
color: (
|
|
72
|
+
'gray',
|
|
73
|
+
100,
|
|
74
|
+
),
|
|
75
|
+
),
|
|
76
|
+
)
|
|
77
|
+
);
|
|
78
|
+
|
|
79
|
+
/// Generates a dark indigo navdrawer schema.
|
|
80
|
+
/// @type {Map}
|
|
81
|
+
/// @prop {Map} background [color: ('gray', 500)] - The navigation drawer background color.
|
|
82
|
+
/// @prop {Map} item-header-text-color [contrast-color: ('gray', 50)] - The header's idle text color.
|
|
83
|
+
/// @prop {Map} item-text-color [contrast-color: ('gray', 100) - The item's idle text color.
|
|
84
|
+
/// @prop {Map} item-icon-color [contrast-color: ('gray', 100)] - The item's icon color.
|
|
85
|
+
/// @prop {Map} item-active-background [contrast-color: ('gray', 400, .5)] - The item's active background color.
|
|
86
|
+
/// @prop {Map} item-hover-text-color [contrast-color: ('gray', 50)] - The item's hover text color.
|
|
87
|
+
/// @prop {Map} item-hover-icon-color [contrast-color: ('gray', 50)] - The item's hover icon color.
|
|
88
|
+
/// @requires $indigo-navdrawer
|
|
89
|
+
$dark-indigo-navdrawer: extend(
|
|
90
|
+
$indigo-navdrawer,
|
|
91
|
+
(
|
|
92
|
+
background: (
|
|
93
|
+
color: (
|
|
94
|
+
'gray',
|
|
95
|
+
500,
|
|
96
|
+
),
|
|
97
|
+
),
|
|
98
|
+
|
|
99
|
+
item-header-text-color: (
|
|
100
|
+
color: (
|
|
101
|
+
'gray',
|
|
102
|
+
50,
|
|
103
|
+
),
|
|
104
|
+
),
|
|
105
|
+
|
|
106
|
+
item-text-color: (
|
|
107
|
+
color: (
|
|
108
|
+
'gray',
|
|
109
|
+
100,
|
|
110
|
+
),
|
|
111
|
+
),
|
|
112
|
+
|
|
113
|
+
item-icon-color: (
|
|
114
|
+
color: (
|
|
115
|
+
'gray',
|
|
116
|
+
100,
|
|
117
|
+
),
|
|
118
|
+
),
|
|
119
|
+
|
|
120
|
+
item-hover-text-color: (
|
|
121
|
+
color: (
|
|
122
|
+
'gray',
|
|
123
|
+
50,
|
|
124
|
+
),
|
|
125
|
+
),
|
|
126
|
+
|
|
127
|
+
item-hover-icon-color: (
|
|
128
|
+
color: (
|
|
129
|
+
'gray',
|
|
130
|
+
50,
|
|
131
|
+
),
|
|
132
|
+
),
|
|
133
|
+
|
|
134
|
+
item-active-background: (
|
|
135
|
+
color: (
|
|
136
|
+
'gray',
|
|
137
|
+
400,
|
|
138
|
+
0.5,
|
|
139
|
+
),
|
|
140
|
+
),
|
|
141
|
+
)
|
|
142
|
+
);
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
@use '../../../../utils/map' as *;
|
|
2
|
+
@use '../light/overlay' as *;
|
|
3
|
+
|
|
4
|
+
////
|
|
5
|
+
/// @package theming
|
|
6
|
+
/// @group schemas
|
|
7
|
+
/// @access public
|
|
8
|
+
////
|
|
9
|
+
|
|
10
|
+
/// Generates a dark overlay schema.
|
|
11
|
+
/// @type {Map}
|
|
12
|
+
/// @requires $light-overlay
|
|
13
|
+
$dark-overlay: $light-overlay;
|
|
14
|
+
|
|
15
|
+
/// Generates a dark fluent overlay schema.
|
|
16
|
+
/// @type {Map}
|
|
17
|
+
/// @property {Color} background-color [rgba(0, 0, 0, .4)] - The background color used for modal overlays.
|
|
18
|
+
/// @requires $fluent-overlay
|
|
19
|
+
$dark-fluent-overlay: extend(
|
|
20
|
+
$fluent-overlay,
|
|
21
|
+
(
|
|
22
|
+
background-color: rgb(0 0 0 / 40%),
|
|
23
|
+
)
|
|
24
|
+
);
|
|
25
|
+
|
|
26
|
+
/// Generates a dark bootstrap overlay schema.
|
|
27
|
+
/// @type {Map}
|
|
28
|
+
/// @requires $bootstrap-overlay
|
|
29
|
+
$dark-bootstrap-overlay: $bootstrap-overlay;
|
|
30
|
+
|
|
31
|
+
/// Generates a dark indigo overlay schema.
|
|
32
|
+
/// @type {Map}
|
|
33
|
+
/// @requires $indigo-overlay
|
|
34
|
+
$dark-indigo-overlay: $indigo-overlay;
|