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,207 @@
|
|
|
1
|
+
@use '../../../../utils/map' as *;
|
|
2
|
+
@use '../../../../typography/functions' as *;
|
|
3
|
+
@use '../elevation/card' as *;
|
|
4
|
+
|
|
5
|
+
////
|
|
6
|
+
/// @package theming
|
|
7
|
+
/// @group schemas
|
|
8
|
+
/// @access public
|
|
9
|
+
////
|
|
10
|
+
|
|
11
|
+
/// Generates a light card schema.
|
|
12
|
+
/// @type {Map}
|
|
13
|
+
/// @prop {Map} background [color: 'surface']- The card background color.
|
|
14
|
+
/// @prop {Map} header-text-color [color: ('gray', 900)] - The text color of the card title.
|
|
15
|
+
/// @prop {Map} subtitle-text-color [color: ('gray', 700)] - The text color of the card subtitle.
|
|
16
|
+
/// @prop {Map} content-text-color [color: ('gray', 700)] - The text color of the card content.
|
|
17
|
+
/// @prop {Map} actions-text-color [color: ('gray', 700)] - The text color of the card buttons.
|
|
18
|
+
/// @prop {Map} outline-color [color: ('gray', 400, .54)] - The outline color of an outlined type card.
|
|
19
|
+
/// @prop {Number} resting-elevation [2] - The elevation level, between 0-24, to be used for the resting state.
|
|
20
|
+
/// @prop {Number} hover-elevation [8] - The elevation level, between 0-24, to be used for the hover state.
|
|
21
|
+
/// @prop {Number} border-radius [4px] - The border radius used for card. Can be a fraction between 0 and 1, pixels, or percent.
|
|
22
|
+
/// @requires {Map} $default-elevation-card
|
|
23
|
+
$light-card: extend(
|
|
24
|
+
$default-elevation-card,
|
|
25
|
+
(
|
|
26
|
+
background: (
|
|
27
|
+
color: 'surface',
|
|
28
|
+
),
|
|
29
|
+
|
|
30
|
+
header-text-color: (
|
|
31
|
+
color: (
|
|
32
|
+
'gray',
|
|
33
|
+
900,
|
|
34
|
+
),
|
|
35
|
+
),
|
|
36
|
+
|
|
37
|
+
subtitle-text-color: (
|
|
38
|
+
color: (
|
|
39
|
+
'gray',
|
|
40
|
+
700,
|
|
41
|
+
),
|
|
42
|
+
),
|
|
43
|
+
|
|
44
|
+
content-text-color: (
|
|
45
|
+
color: (
|
|
46
|
+
'gray',
|
|
47
|
+
700,
|
|
48
|
+
),
|
|
49
|
+
),
|
|
50
|
+
|
|
51
|
+
actions-text-color: (
|
|
52
|
+
color: (
|
|
53
|
+
'gray',
|
|
54
|
+
700,
|
|
55
|
+
),
|
|
56
|
+
),
|
|
57
|
+
|
|
58
|
+
outline-color: (
|
|
59
|
+
color: (
|
|
60
|
+
'gray',
|
|
61
|
+
400,
|
|
62
|
+
0.54,
|
|
63
|
+
),
|
|
64
|
+
),
|
|
65
|
+
|
|
66
|
+
border-radius: rem(4px),
|
|
67
|
+
)
|
|
68
|
+
);
|
|
69
|
+
|
|
70
|
+
/// Generates a fluent card schema.
|
|
71
|
+
/// @type {Map}
|
|
72
|
+
/// @prop {Map} outline-color [color: ('gray', 200)] - The outline color of an outlined type card.
|
|
73
|
+
/// @prop {Number} resting-elevation [0] - The elevation level, between 0-24, to be used for the resting state.
|
|
74
|
+
/// @prop {Number} hover-elevation [0] - The elevation level, between 0-24, to be used for the hover state.
|
|
75
|
+
/// @prop {Number} border-radius [2px] - The border radius used for card. Can be a fraction between 0 and 1, pixels, or percent.
|
|
76
|
+
/// @requires {Map} $light-card
|
|
77
|
+
/// @requires {Map} $fluent-elevation-card
|
|
78
|
+
$fluent-card: extend(
|
|
79
|
+
$light-card,
|
|
80
|
+
$fluent-elevation-card,
|
|
81
|
+
(
|
|
82
|
+
outline-color: (
|
|
83
|
+
color: (
|
|
84
|
+
'gray',
|
|
85
|
+
200,
|
|
86
|
+
),
|
|
87
|
+
),
|
|
88
|
+
|
|
89
|
+
border-radius: rem(2px),
|
|
90
|
+
)
|
|
91
|
+
);
|
|
92
|
+
|
|
93
|
+
/// Generates a bootstrap card schema.
|
|
94
|
+
/// @type {Map}
|
|
95
|
+
/// @prop {Map} background [contrast-color: ('gray', 900)]- The card background color.
|
|
96
|
+
/// @prop {Map} outline-color [color: ('gray', 300)] - The outline color of an outlined type card.
|
|
97
|
+
/// @prop {Map} header-text-color [color: ('gray', 900)] - The text color of the card title.
|
|
98
|
+
/// @prop {Map} subtitle-text-color [color: ('gray', 800)] - The text color of the card subtitle.
|
|
99
|
+
/// @prop {Map} content-text-color [color: ('gray', 800)] - The text color of the card content.
|
|
100
|
+
/// @prop {Map} actions-text-color [color: ('gray', 900)] - The text color of the card buttons.
|
|
101
|
+
/// @prop {Number} resting-elevation [0] - The elevation level, between 0-24, to be used for the resting state.
|
|
102
|
+
/// @prop {Number} hover-elevation [0] - The elevation level, between 0-24, to be used for the hover state.
|
|
103
|
+
/// @prop {Number} border-radius [4px] - The border radius used for card. Can be a fraction between 0 and 1, pixels, or percent.
|
|
104
|
+
/// @requires {Map} $light-card
|
|
105
|
+
/// @requires {Map} $bootstrap-elevation-card
|
|
106
|
+
$bootstrap-card: extend(
|
|
107
|
+
$light-card,
|
|
108
|
+
$bootstrap-elevation-card,
|
|
109
|
+
(
|
|
110
|
+
background: (
|
|
111
|
+
contrast-color: (
|
|
112
|
+
'gray',
|
|
113
|
+
900,
|
|
114
|
+
),
|
|
115
|
+
),
|
|
116
|
+
|
|
117
|
+
outline-color: (
|
|
118
|
+
color: (
|
|
119
|
+
'gray',
|
|
120
|
+
300,
|
|
121
|
+
),
|
|
122
|
+
),
|
|
123
|
+
|
|
124
|
+
header-text-color: (
|
|
125
|
+
color: (
|
|
126
|
+
'gray',
|
|
127
|
+
900,
|
|
128
|
+
),
|
|
129
|
+
),
|
|
130
|
+
|
|
131
|
+
subtitle-text-color: (
|
|
132
|
+
color: (
|
|
133
|
+
'gray',
|
|
134
|
+
800,
|
|
135
|
+
),
|
|
136
|
+
),
|
|
137
|
+
|
|
138
|
+
content-text-color: (
|
|
139
|
+
color: (
|
|
140
|
+
'gray',
|
|
141
|
+
800,
|
|
142
|
+
),
|
|
143
|
+
),
|
|
144
|
+
|
|
145
|
+
actions-text-color: (
|
|
146
|
+
color: (
|
|
147
|
+
'gray',
|
|
148
|
+
900,
|
|
149
|
+
),
|
|
150
|
+
),
|
|
151
|
+
)
|
|
152
|
+
);
|
|
153
|
+
|
|
154
|
+
/// Generates an indigo card schema.
|
|
155
|
+
/// @type {Map}
|
|
156
|
+
/// @prop {Map} outline-color [color: ('gray', 400)] - The outline color of an outlined type card.
|
|
157
|
+
/// @prop {Map} header-text-color [color: ('gray', 900)] - The text color of the card title.
|
|
158
|
+
/// @prop {Map} subtitle-text-color [color: ('gray', 500)] - The text color of the card subtitle.
|
|
159
|
+
/// @prop {Map} content-text-color [color: ('gray', 700)] - The text color of the card content.
|
|
160
|
+
/// @prop {Map} actions-text-color [color: ('gray', 600)] - The text color of the card buttons.
|
|
161
|
+
/// @prop {Number} resting-elevation [4] - The elevation level, between 0-24, to be used for the resting state.
|
|
162
|
+
/// @prop {Number} hover-elevation [6] - The elevation level, between 0-24, to be used for the hover state.
|
|
163
|
+
/// @prop {Number} border-radius [3px] - The border radius used for card. Can be a fraction between 0 and 1, pixels, or percent.
|
|
164
|
+
/// @requires {Map} $light-card
|
|
165
|
+
/// @requires {Map} $indigo-elevation-card
|
|
166
|
+
$indigo-card: extend(
|
|
167
|
+
$light-card,
|
|
168
|
+
$indigo-elevation-card,
|
|
169
|
+
(
|
|
170
|
+
outline-color: (
|
|
171
|
+
color: (
|
|
172
|
+
'gray',
|
|
173
|
+
400,
|
|
174
|
+
),
|
|
175
|
+
),
|
|
176
|
+
|
|
177
|
+
header-text-color: (
|
|
178
|
+
color: (
|
|
179
|
+
'gray',
|
|
180
|
+
900,
|
|
181
|
+
),
|
|
182
|
+
),
|
|
183
|
+
|
|
184
|
+
subtitle-text-color: (
|
|
185
|
+
color: (
|
|
186
|
+
'gray',
|
|
187
|
+
500,
|
|
188
|
+
),
|
|
189
|
+
),
|
|
190
|
+
|
|
191
|
+
content-text-color: (
|
|
192
|
+
color: (
|
|
193
|
+
'gray',
|
|
194
|
+
700,
|
|
195
|
+
),
|
|
196
|
+
),
|
|
197
|
+
|
|
198
|
+
actions-text-color: (
|
|
199
|
+
color: (
|
|
200
|
+
'gray',
|
|
201
|
+
600,
|
|
202
|
+
),
|
|
203
|
+
),
|
|
204
|
+
|
|
205
|
+
border-radius: rem(3px),
|
|
206
|
+
)
|
|
207
|
+
);
|
|
@@ -0,0 +1,195 @@
|
|
|
1
|
+
@use '../../../../utils/map' as *;
|
|
2
|
+
@use '../../../../typography/functions' as *;
|
|
3
|
+
@use '../elevation/carousel' as *;
|
|
4
|
+
|
|
5
|
+
////
|
|
6
|
+
/// @package theming
|
|
7
|
+
/// @group schemas
|
|
8
|
+
/// @access public
|
|
9
|
+
////
|
|
10
|
+
|
|
11
|
+
/// Generates a light carousel schema.
|
|
12
|
+
/// @type {Map}
|
|
13
|
+
/// @prop {Map} slide-background [color: ('gray', 50)] - The slide background color.
|
|
14
|
+
/// @prop {Map} button-background [color: ('gray', 50)] - The previous/next buttons idle background color.
|
|
15
|
+
/// @prop {Map} button-hover-background [color: ('gray', 50)] - The previous/next buttons hover background color.
|
|
16
|
+
/// @prop {Map} button-disabled-background [color: ('gray', 100)] - The previous/next buttons disabled background color.
|
|
17
|
+
/// @prop {Map} button-arrow-color [color: ('gray', 700)] - The previous/next buttons idle arrow color.
|
|
18
|
+
/// @prop {Map} button-hover-arrow-color [color: ('gray', 900)] - The previous/next buttons hover arrow color.
|
|
19
|
+
/// @prop {Map} button-disabled-arrow-color [color: ('gray' 400)] - The previous/next buttons disabled color.
|
|
20
|
+
/// @prop {Color} indicator-dot-color [transparent] - The idle indicator dot color.
|
|
21
|
+
/// @prop {Map} indicator-border-color [color: ('gray', 50)] - The idle indicator border color.
|
|
22
|
+
/// @prop {Map} indicator-active-dot-color [color: ('gray', 50)] - The active indicator dot color.
|
|
23
|
+
/// @prop {Map} indicator-active-border-color [color: ('gray', 50)] - The active indicator border color.
|
|
24
|
+
/// @prop {Number} button-elevation [1] - The elevation level, between 0-24, to be used for the carousel buttons.
|
|
25
|
+
/// @prop {Number} border-radius [0] - The border radius used for carousel. Can be a fraction between 0 and 1, pixels, or percent.
|
|
26
|
+
/// @requires {Map} $default-elevation-carousel
|
|
27
|
+
$light-carousel: extend(
|
|
28
|
+
$default-elevation-carousel,
|
|
29
|
+
(
|
|
30
|
+
slide-background: (
|
|
31
|
+
color: (
|
|
32
|
+
'gray',
|
|
33
|
+
50,
|
|
34
|
+
),
|
|
35
|
+
),
|
|
36
|
+
|
|
37
|
+
button-background: (
|
|
38
|
+
color: (
|
|
39
|
+
'gray',
|
|
40
|
+
50,
|
|
41
|
+
),
|
|
42
|
+
),
|
|
43
|
+
|
|
44
|
+
button-hover-background: (
|
|
45
|
+
color: (
|
|
46
|
+
'gray',
|
|
47
|
+
50,
|
|
48
|
+
),
|
|
49
|
+
),
|
|
50
|
+
|
|
51
|
+
button-arrow-color: (
|
|
52
|
+
color: (
|
|
53
|
+
'gray',
|
|
54
|
+
700,
|
|
55
|
+
),
|
|
56
|
+
),
|
|
57
|
+
|
|
58
|
+
button-hover-arrow-color: (
|
|
59
|
+
color: (
|
|
60
|
+
'gray',
|
|
61
|
+
900,
|
|
62
|
+
),
|
|
63
|
+
),
|
|
64
|
+
|
|
65
|
+
button-disabled-background: (
|
|
66
|
+
color: (
|
|
67
|
+
'gray',
|
|
68
|
+
100,
|
|
69
|
+
),
|
|
70
|
+
),
|
|
71
|
+
|
|
72
|
+
button-disabled-arrow-color: (
|
|
73
|
+
color: (
|
|
74
|
+
'gray' 400,
|
|
75
|
+
),
|
|
76
|
+
),
|
|
77
|
+
|
|
78
|
+
indicator-dot-color: transparent,
|
|
79
|
+
|
|
80
|
+
indicator-border-color: (
|
|
81
|
+
color: (
|
|
82
|
+
'gray',
|
|
83
|
+
50,
|
|
84
|
+
),
|
|
85
|
+
),
|
|
86
|
+
|
|
87
|
+
indicator-active-dot-color: (
|
|
88
|
+
color: (
|
|
89
|
+
'gray',
|
|
90
|
+
50,
|
|
91
|
+
),
|
|
92
|
+
),
|
|
93
|
+
|
|
94
|
+
indicator-active-border-color: (
|
|
95
|
+
color: (
|
|
96
|
+
'gray',
|
|
97
|
+
50,
|
|
98
|
+
),
|
|
99
|
+
),
|
|
100
|
+
|
|
101
|
+
border-radius: rem(0),
|
|
102
|
+
)
|
|
103
|
+
);
|
|
104
|
+
|
|
105
|
+
/// Generates a fluent carousel schema.
|
|
106
|
+
/// @type {Map}
|
|
107
|
+
/// @prop {Number} border-radius [0] - The border radius used for carousel. Can be a fraction between 0 and 1, pixels, or percent.
|
|
108
|
+
/// @prop {Number} button-elevation [0] - The elevation level, between 0-24, to be used for the carousel buttons.
|
|
109
|
+
/// @requires {Map} $light-carousel
|
|
110
|
+
/// @requires {Map} $fluent-elevation-carousel
|
|
111
|
+
$fluent-carousel: extend($light-carousel, $fluent-elevation-carousel);
|
|
112
|
+
|
|
113
|
+
/// Generates a bootstrap carousel schema.
|
|
114
|
+
/// @type {Map}
|
|
115
|
+
/// @prop {Number} border-radius [4px] - The border radius used for carousel. Can be a fraction between 0 and 1, pixels, or percent.
|
|
116
|
+
/// @prop {Number} button-elevation [0] - The elevation level, between 0-24, to be used for the carousel buttons.
|
|
117
|
+
/// @requires {Map} $light-carousel
|
|
118
|
+
/// @requires {Map} $bootstrap-elevation-carousel
|
|
119
|
+
$bootstrap-carousel: extend(
|
|
120
|
+
$light-carousel,
|
|
121
|
+
$bootstrap-elevation-carousel,
|
|
122
|
+
(
|
|
123
|
+
border-radius: rem(4px),
|
|
124
|
+
)
|
|
125
|
+
);
|
|
126
|
+
|
|
127
|
+
/// Generates an indigo carousel schema.
|
|
128
|
+
/// @type {Map}
|
|
129
|
+
/// @prop {Map} button-background [color: ('surface', 500, .4)] - The previous/next buttons idle background color.
|
|
130
|
+
/// @prop {Map} button-hover-background [color: ('surface', 500, .65)] - The previous/next buttons hover background color.
|
|
131
|
+
/// @prop {Color} button-disabled-background [transparent] - The previous/next buttons disabled background color.
|
|
132
|
+
/// @prop {Map} button-arrow-color [color: ('gray', 100)] - The previous/next buttons idle arrow color.
|
|
133
|
+
/// @prop {Map} button-hover-arrow-color [color: ('gray', 700)] - The previous/next buttons hover arrow color.
|
|
134
|
+
/// @prop {Map} button-disabled-arrow-color [color: ('gray' 400)] - The previous/next buttons disabled color.
|
|
135
|
+
/// @prop {Map} indicator-dot-color [color: ('surface', 500, .6)] - The idle indicator dot color.
|
|
136
|
+
/// @prop {Map} indicator-active-dot-color [color: 'surface'] - The active indicator dot color.
|
|
137
|
+
/// @prop {Number} border-radius [0] - The border radius used for carousel. Can be a fraction between 0 and 1, pixels, or percent.
|
|
138
|
+
/// @prop {Number} button-elevation [0] - The elevation level, between 0-24, to be used for the carousel buttons.
|
|
139
|
+
/// @requires {Map} $light-carousel
|
|
140
|
+
/// @requires {Map} $indigo-elevation-carousel
|
|
141
|
+
$indigo-carousel: extend(
|
|
142
|
+
$light-carousel,
|
|
143
|
+
$indigo-elevation-carousel,
|
|
144
|
+
(
|
|
145
|
+
button-background: (
|
|
146
|
+
color: (
|
|
147
|
+
'surface',
|
|
148
|
+
500,
|
|
149
|
+
0.4,
|
|
150
|
+
),
|
|
151
|
+
),
|
|
152
|
+
|
|
153
|
+
button-arrow-color: (
|
|
154
|
+
color: (
|
|
155
|
+
'gray',
|
|
156
|
+
100,
|
|
157
|
+
),
|
|
158
|
+
),
|
|
159
|
+
|
|
160
|
+
button-hover-background: (
|
|
161
|
+
color: (
|
|
162
|
+
'surface',
|
|
163
|
+
500,
|
|
164
|
+
0.65,
|
|
165
|
+
),
|
|
166
|
+
),
|
|
167
|
+
|
|
168
|
+
button-hover-arrow-color: (
|
|
169
|
+
color: (
|
|
170
|
+
'gray',
|
|
171
|
+
700,
|
|
172
|
+
),
|
|
173
|
+
),
|
|
174
|
+
|
|
175
|
+
button-disabled-background: transparent,
|
|
176
|
+
|
|
177
|
+
button-disabled-arrow-color: (
|
|
178
|
+
color: (
|
|
179
|
+
'gray' 400,
|
|
180
|
+
),
|
|
181
|
+
),
|
|
182
|
+
|
|
183
|
+
indicator-dot-color: (
|
|
184
|
+
color: (
|
|
185
|
+
'surface',
|
|
186
|
+
500,
|
|
187
|
+
0.6,
|
|
188
|
+
),
|
|
189
|
+
),
|
|
190
|
+
|
|
191
|
+
indicator-active-dot-color: (
|
|
192
|
+
color: 'surface',
|
|
193
|
+
),
|
|
194
|
+
)
|
|
195
|
+
);
|