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