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,44 @@
|
|
|
1
|
+
@use '../../../../utils/map' as *;
|
|
2
|
+
@use '../light/pagination' as *;
|
|
3
|
+
|
|
4
|
+
////
|
|
5
|
+
/// @package theming
|
|
6
|
+
/// @group schemas
|
|
7
|
+
/// @access public
|
|
8
|
+
////
|
|
9
|
+
|
|
10
|
+
/// Generates a base dark pagination schema.
|
|
11
|
+
/// @type {Map}
|
|
12
|
+
/// @prop {Map} background-color [color: ('surface')] - The background color of the paging panel.
|
|
13
|
+
/// @requires $light-pagination
|
|
14
|
+
$base-dark-pagination: (
|
|
15
|
+
background-color: (
|
|
16
|
+
color: (
|
|
17
|
+
'surface',
|
|
18
|
+
),
|
|
19
|
+
),
|
|
20
|
+
);
|
|
21
|
+
|
|
22
|
+
/// Generates a dark pagination schema based on a mix of $light-pagination and $base-dark-pagination.
|
|
23
|
+
/// @type {Map}
|
|
24
|
+
/// @requires $light-pagination
|
|
25
|
+
/// @requires $base-dark-pagination
|
|
26
|
+
/// @see $default-palette
|
|
27
|
+
$dark-pagination: extend($light-pagination, $base-dark-pagination);
|
|
28
|
+
|
|
29
|
+
/// Generates a dark fluent pagination schema based on a mix of $fluent-pagination and $base-dark-pagination.
|
|
30
|
+
/// @type {Map}
|
|
31
|
+
/// @requires $fluent-pagination
|
|
32
|
+
/// @requires $base-dark-pagination
|
|
33
|
+
$dark-fluent-pagination: extend($fluent-pagination, $base-dark-pagination);
|
|
34
|
+
|
|
35
|
+
/// Generates a dark bootstrap pagination schema based on a mix of $bootstrap-pagination and $base-dark-pagination.
|
|
36
|
+
/// @type {Map}
|
|
37
|
+
/// @requires $bootstrap-pagination
|
|
38
|
+
/// @requires $base-dark-pagination
|
|
39
|
+
$dark-bootstrap-pagination: $bootstrap-pagination;
|
|
40
|
+
|
|
41
|
+
/// Generates a dark indigo pagination schema.
|
|
42
|
+
/// @type {Map}
|
|
43
|
+
/// @requires $dark-pagination
|
|
44
|
+
$dark-indigo-pagination: extend($indigo-pagination, $base-dark-pagination);
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
@use '../../../../utils/map' as *;
|
|
2
|
+
@use '../light/pivot-data-selector' as *;
|
|
3
|
+
|
|
4
|
+
////
|
|
5
|
+
/// @package theming
|
|
6
|
+
/// @group schemas
|
|
7
|
+
/// @access public
|
|
8
|
+
////
|
|
9
|
+
|
|
10
|
+
/// Generates a dark pivot data selector schema.
|
|
11
|
+
/// @type {Map}
|
|
12
|
+
$dark-pivot-data-selector: $light-pivot-data-selector;
|
|
13
|
+
|
|
14
|
+
/// Generates a dark fluent pivot data selector schema.
|
|
15
|
+
/// @type {Map}
|
|
16
|
+
/// @requires {Map} $light-pivot-data-selector
|
|
17
|
+
$dark-fluent-pivot-data-selector: $fluent-pivot-data-selector;
|
|
18
|
+
|
|
19
|
+
/// Generates a dark bootstrap pivot data selector schema.
|
|
20
|
+
/// @type {Map}
|
|
21
|
+
/// @requires {Map} $light-pivot-data-selector
|
|
22
|
+
$dark-bootstrap-pivot-data-selector: $bootstrap-pivot-data-selector;
|
|
23
|
+
|
|
24
|
+
/// Generates a dark indigo pivot data selector schema.
|
|
25
|
+
/// @type {Map}
|
|
26
|
+
/// @requires {Map} $light-pivot-data-selector
|
|
27
|
+
$dark-indigo-pivot-data-selector: $indigo-pivot-data-selector;
|
|
@@ -0,0 +1,107 @@
|
|
|
1
|
+
@use '../../../../utils/map' as *;
|
|
2
|
+
@use '../light/progress' as *;
|
|
3
|
+
|
|
4
|
+
////
|
|
5
|
+
/// @package theming
|
|
6
|
+
/// @group schemas
|
|
7
|
+
/// @access public
|
|
8
|
+
////
|
|
9
|
+
|
|
10
|
+
/// Generates a dark base progress-linear schema.
|
|
11
|
+
/// @type {Map}
|
|
12
|
+
/// @prop {Map} track-color [color: ('gray', 100)] - The main track color.
|
|
13
|
+
/// @prop {Map} stripes-color [color: ('gray', 900, .7)] - The track stripes color.
|
|
14
|
+
$dark-base-progress-linear: (
|
|
15
|
+
track-color: (
|
|
16
|
+
color: (
|
|
17
|
+
'gray',
|
|
18
|
+
100,
|
|
19
|
+
),
|
|
20
|
+
),
|
|
21
|
+
|
|
22
|
+
stripes-color: (
|
|
23
|
+
color: (
|
|
24
|
+
'gray',
|
|
25
|
+
900,
|
|
26
|
+
0.7,
|
|
27
|
+
),
|
|
28
|
+
),
|
|
29
|
+
);
|
|
30
|
+
|
|
31
|
+
/// Generates a dark progress-linear schema.
|
|
32
|
+
/// @type {Map}
|
|
33
|
+
/// @requires $light-progress-linear
|
|
34
|
+
/// @requires $dark-base-progress-linear
|
|
35
|
+
/// @see $default-palette
|
|
36
|
+
$dark-progress-linear: extend($light-progress-linear, $dark-base-progress-linear);
|
|
37
|
+
|
|
38
|
+
/// Generates a dark fluent progress-linear schema.
|
|
39
|
+
/// @type {Map}
|
|
40
|
+
/// @requires $fluent-progress-linear
|
|
41
|
+
/// @requires $dark-base-progress-linear
|
|
42
|
+
/// @see $default-palette
|
|
43
|
+
$dark-fluent-progress-linear: extend($fluent-progress-linear, $dark-base-progress-linear);
|
|
44
|
+
|
|
45
|
+
/// Generates a dark bootstrap progress-linear schema.
|
|
46
|
+
/// @type {Map}
|
|
47
|
+
/// @requires $bootstrap-progress-linear
|
|
48
|
+
/// @see $default-palette
|
|
49
|
+
$dark-bootstrap-progress-linear: $bootstrap-progress-linear;
|
|
50
|
+
|
|
51
|
+
/// Generates a dark indigo progress-linear schema.
|
|
52
|
+
/// @type {Map}
|
|
53
|
+
/// @prop {Map} track-color [color: ('gray', 100)] - The main track color.
|
|
54
|
+
/// @prop {Color} stripes-color [rgba(#222, .35)] - The track stripes color.
|
|
55
|
+
/// @requires $indigo-progress-linear
|
|
56
|
+
/// @see $default-palette
|
|
57
|
+
$dark-indigo-progress-linear: extend(
|
|
58
|
+
$indigo-progress-linear,
|
|
59
|
+
(
|
|
60
|
+
track-color: (
|
|
61
|
+
color: (
|
|
62
|
+
'gray',
|
|
63
|
+
100,
|
|
64
|
+
),
|
|
65
|
+
),
|
|
66
|
+
|
|
67
|
+
stripes-color: (
|
|
68
|
+
color: (
|
|
69
|
+
'gray',
|
|
70
|
+
50,
|
|
71
|
+
0.35,
|
|
72
|
+
),
|
|
73
|
+
),
|
|
74
|
+
)
|
|
75
|
+
);
|
|
76
|
+
|
|
77
|
+
/// Generates a dark progress-circular schema.
|
|
78
|
+
/// @type {Map}
|
|
79
|
+
/// @prop {Map} track-color [color: ('gray', 100)] - The main track color.
|
|
80
|
+
$dark-base-progress-circular: (
|
|
81
|
+
base-circle-color: (
|
|
82
|
+
color: (
|
|
83
|
+
'gray',
|
|
84
|
+
100,
|
|
85
|
+
),
|
|
86
|
+
),
|
|
87
|
+
);
|
|
88
|
+
|
|
89
|
+
/// Generates a dark progress-circular schema.
|
|
90
|
+
/// @type {Map}
|
|
91
|
+
/// @requires $light-progress-circular
|
|
92
|
+
$dark-progress-circular: extend($light-progress-circular, $dark-base-progress-circular);
|
|
93
|
+
|
|
94
|
+
/// Generates a dark fluent progress-circular schema.
|
|
95
|
+
/// @type {Map}
|
|
96
|
+
/// @requires $fluent-progress-circular
|
|
97
|
+
$dark-fluent-progress-circular: extend($fluent-progress-circular, $dark-base-progress-circular);
|
|
98
|
+
|
|
99
|
+
/// Generates a dark bootstrap progress-circular schema.
|
|
100
|
+
/// @type {Map}
|
|
101
|
+
/// @requires $bootstrap-progress-circular
|
|
102
|
+
$dark-bootstrap-progress-circular: extend($bootstrap-progress-circular, $dark-base-progress-circular);
|
|
103
|
+
|
|
104
|
+
/// Generates a dark indigo progress-circular schema.
|
|
105
|
+
/// @type {Map}
|
|
106
|
+
/// @requires $indigo-progress-circular
|
|
107
|
+
$dark-indigo-progress-circular: extend($indigo-progress-circular, $dark-base-progress-circular);
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
@use '../../../../utils/map' as *;
|
|
2
|
+
@use '../light/query-builder' as *;
|
|
3
|
+
|
|
4
|
+
////
|
|
5
|
+
/// @package theming
|
|
6
|
+
/// @group schemas
|
|
7
|
+
/// @access public
|
|
8
|
+
////
|
|
9
|
+
|
|
10
|
+
/// Generates the dark query builder schema.
|
|
11
|
+
/// @type {Map}
|
|
12
|
+
/// @see $light-query-builder
|
|
13
|
+
/// @requires $light-query-builder
|
|
14
|
+
$dark-query-builder: $light-query-builder;
|
|
15
|
+
|
|
16
|
+
/// Generates the dark fluent query builder schema.
|
|
17
|
+
/// @see $fluent-query-builder
|
|
18
|
+
/// @requires $fluent-query-builder
|
|
19
|
+
$dark-fluent-query-builder: $fluent-query-builder;
|
|
20
|
+
|
|
21
|
+
/// Generates the dark bootstrap query builder schema.
|
|
22
|
+
$dark-bootstrap-query-builder: $bootstrap-query-builder;
|
|
23
|
+
|
|
24
|
+
/// Generates the dark indigo query builder schema.
|
|
25
|
+
/// @type {Map}
|
|
26
|
+
/// @prop {Map} background [color: 'surface'] - The background color of the filtering row.
|
|
27
|
+
/// @requires $indigo-query-builder
|
|
28
|
+
$dark-indigo-query-builder: extend(
|
|
29
|
+
$indigo-query-builder,
|
|
30
|
+
(
|
|
31
|
+
background: (
|
|
32
|
+
color: 'surface',
|
|
33
|
+
),
|
|
34
|
+
)
|
|
35
|
+
);
|
|
@@ -11,12 +11,7 @@
|
|
|
11
11
|
/// Generates a dark radio schema.
|
|
12
12
|
/// @type {Map}
|
|
13
13
|
/// @requires $light-radio
|
|
14
|
-
$dark-radio:
|
|
15
|
-
$light-radio,
|
|
16
|
-
(
|
|
17
|
-
type: 'dark',
|
|
18
|
-
)
|
|
19
|
-
);
|
|
14
|
+
$dark-radio: $light-radio;
|
|
20
15
|
|
|
21
16
|
/// Generates a dark fluent radio schema.
|
|
22
17
|
/// @type {Map}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
@use '../../../../utils/map' as *;
|
|
2
|
+
@use '../light/ripple' as *;
|
|
3
|
+
|
|
4
|
+
////
|
|
5
|
+
/// @package theming
|
|
6
|
+
/// @group schemas
|
|
7
|
+
/// @access public
|
|
8
|
+
////
|
|
9
|
+
|
|
10
|
+
/// Generates a dark ripple schema.
|
|
11
|
+
/// @type {Map}
|
|
12
|
+
/// @requires $light-ripple
|
|
13
|
+
$dark-ripple: $light-ripple;
|
|
14
|
+
|
|
15
|
+
/// Generates a dark fluent ripple schema.
|
|
16
|
+
/// @type {Map}
|
|
17
|
+
/// @requires $fluent-ripple
|
|
18
|
+
$dark-fluent-ripple: $fluent-ripple;
|
|
19
|
+
|
|
20
|
+
/// Generates a dark bootstrap ripple schema.
|
|
21
|
+
/// @type {Map}
|
|
22
|
+
/// @requires $bootstrap-ripple
|
|
23
|
+
$dark-bootstrap-ripple: $bootstrap-ripple;
|
|
24
|
+
|
|
25
|
+
/// Generates a dark indigo ripple schema.
|
|
26
|
+
/// @type {Map}
|
|
27
|
+
/// @requires $indigo-ripple
|
|
28
|
+
$dark-indigo-ripple: $indigo-ripple;
|
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
@use '../../../../utils/map' as *;
|
|
2
|
+
@use '../light/scrollbar' as *;
|
|
3
|
+
|
|
4
|
+
////
|
|
5
|
+
/// @package theming
|
|
6
|
+
/// @group schemas
|
|
7
|
+
/// @access public
|
|
8
|
+
////
|
|
9
|
+
|
|
10
|
+
/// Generates a dark scrollbar schema.
|
|
11
|
+
/// @type {Map}
|
|
12
|
+
/// @prop {String | Number} size [16px] - The size of the track.
|
|
13
|
+
/// @requires $light-scrollbar
|
|
14
|
+
$dark-scrollbar: $light-scrollbar;
|
|
15
|
+
|
|
16
|
+
/// Generates a dark fluent scrollbar schema.
|
|
17
|
+
/// @type {Map}
|
|
18
|
+
/// @requires $fluent-scrollbar
|
|
19
|
+
$dark-fluent-scrollbar: $fluent-scrollbar;
|
|
20
|
+
|
|
21
|
+
/// Generates a dark bootstrap scrollbar schema.
|
|
22
|
+
/// @type {Map}
|
|
23
|
+
/// @prop {Map} thumb-background [color: ('gray', 200, .5)] - The background color used for the thumb.
|
|
24
|
+
/// @prop {Color} track-background [color: ('gray', 100, .5)] - The background color used for the track.
|
|
25
|
+
/// @requires $light-scrollbar
|
|
26
|
+
$dark-bootstrap-scrollbar: extend(
|
|
27
|
+
$bootstrap-scrollbar,
|
|
28
|
+
(
|
|
29
|
+
thumb-background: (
|
|
30
|
+
color: (
|
|
31
|
+
'gray',
|
|
32
|
+
200,
|
|
33
|
+
0.5,
|
|
34
|
+
),
|
|
35
|
+
),
|
|
36
|
+
|
|
37
|
+
track-background: (
|
|
38
|
+
color: (
|
|
39
|
+
'gray',
|
|
40
|
+
100,
|
|
41
|
+
0.5,
|
|
42
|
+
),
|
|
43
|
+
),
|
|
44
|
+
)
|
|
45
|
+
);
|
|
46
|
+
|
|
47
|
+
/// Generates a dark indigo scrollbar schema.
|
|
48
|
+
/// @type {Map}
|
|
49
|
+
/// @prop {Map} thumb-background [color: ('gray', 100)] - The background color used for the thumb.
|
|
50
|
+
/// @prop {Color} track-background [color: ('gray', 50)] - The background color used for the track.
|
|
51
|
+
/// @requires $indigo-scrollbar
|
|
52
|
+
$dark-indigo-scrollbar: extend(
|
|
53
|
+
$indigo-scrollbar,
|
|
54
|
+
(
|
|
55
|
+
thumb-background: (
|
|
56
|
+
color: (
|
|
57
|
+
'gray',
|
|
58
|
+
100,
|
|
59
|
+
),
|
|
60
|
+
),
|
|
61
|
+
|
|
62
|
+
track-background: (
|
|
63
|
+
color: (
|
|
64
|
+
'gray',
|
|
65
|
+
50,
|
|
66
|
+
),
|
|
67
|
+
),
|
|
68
|
+
)
|
|
69
|
+
);
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
@use '../../../../utils/map' as *;
|
|
2
|
+
@use '../light/snackbar' as *;
|
|
3
|
+
|
|
4
|
+
////
|
|
5
|
+
/// @package theming
|
|
6
|
+
/// @group schemas
|
|
7
|
+
/// @access public
|
|
8
|
+
////
|
|
9
|
+
|
|
10
|
+
/// Generates a dark snackbar schema.
|
|
11
|
+
/// @type {Map}
|
|
12
|
+
/// @requires $light-snackbar
|
|
13
|
+
$dark-snackbar: $light-snackbar;
|
|
14
|
+
|
|
15
|
+
/// Generates a dark fluent snackbar schema.
|
|
16
|
+
/// @type {Map}
|
|
17
|
+
/// @requires $fluent-snackbar
|
|
18
|
+
$dark-fluent-snackbar: $fluent-snackbar;
|
|
19
|
+
|
|
20
|
+
/// Generates a dark bootstrap snackbar schema.
|
|
21
|
+
/// @type {Map}
|
|
22
|
+
/// @requires $bootstrap-snackbar
|
|
23
|
+
$dark-bootstrap-snackbar: $bootstrap-snackbar;
|
|
24
|
+
|
|
25
|
+
/// Generates a dark indigo snackbar schema.
|
|
26
|
+
/// @type {Map}
|
|
27
|
+
/// @prop {Map} background [color: ('gray', 300)] - The background color used in the snackbar.
|
|
28
|
+
/// @prop {Map} text-color [contrast-color: ('gray', 200)] - The text color used in the snackbar.
|
|
29
|
+
/// @prop {Map} button-color [contrast-color: ('gray', 200)] - The button color used in the snackbar.
|
|
30
|
+
/// @requires $indigo-snackbar
|
|
31
|
+
$dark-indigo-snackbar: extend(
|
|
32
|
+
$indigo-snackbar,
|
|
33
|
+
(
|
|
34
|
+
background: (
|
|
35
|
+
color: (
|
|
36
|
+
'gray',
|
|
37
|
+
300,
|
|
38
|
+
),
|
|
39
|
+
),
|
|
40
|
+
|
|
41
|
+
text-color: (
|
|
42
|
+
contrast-color: (
|
|
43
|
+
'gray',
|
|
44
|
+
200,
|
|
45
|
+
),
|
|
46
|
+
),
|
|
47
|
+
|
|
48
|
+
button-color: (
|
|
49
|
+
contrast-color: (
|
|
50
|
+
'gray',
|
|
51
|
+
200,
|
|
52
|
+
),
|
|
53
|
+
),
|
|
54
|
+
)
|
|
55
|
+
);
|
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
@use '../../../../utils/map' as *;
|
|
2
|
+
@use '../light/splitter' as *;
|
|
3
|
+
|
|
4
|
+
////
|
|
5
|
+
/// @package theming
|
|
6
|
+
/// @group schemas
|
|
7
|
+
/// @access public
|
|
8
|
+
////
|
|
9
|
+
|
|
10
|
+
/// Generates a dark splitter schema.
|
|
11
|
+
/// @type {Map}
|
|
12
|
+
/// @prop {Map} bar-color [color: ('gray', 50)] - The background color of the bar.
|
|
13
|
+
/// @prop {Map} handle-color [color: ('gray', 800)] - The color for the bar drag handle.
|
|
14
|
+
/// @prop {Map} expander-color [color: ('gray', 800)] - The color for the arrow expander's.
|
|
15
|
+
/// @requires $light-splitter
|
|
16
|
+
$dark-splitter: extend(
|
|
17
|
+
$light-splitter,
|
|
18
|
+
(
|
|
19
|
+
bar-color: (
|
|
20
|
+
color: (
|
|
21
|
+
'gray',
|
|
22
|
+
50,
|
|
23
|
+
),
|
|
24
|
+
),
|
|
25
|
+
|
|
26
|
+
handle-color: (
|
|
27
|
+
color: (
|
|
28
|
+
'gray',
|
|
29
|
+
800,
|
|
30
|
+
),
|
|
31
|
+
),
|
|
32
|
+
|
|
33
|
+
expander-color: (
|
|
34
|
+
color: (
|
|
35
|
+
'gray',
|
|
36
|
+
800,
|
|
37
|
+
),
|
|
38
|
+
),
|
|
39
|
+
)
|
|
40
|
+
);
|
|
41
|
+
|
|
42
|
+
/// Generates a dark fluent splitter schema.
|
|
43
|
+
/// @type {Map}
|
|
44
|
+
/// @requires $fluent-splitter
|
|
45
|
+
$dark-fluent-splitter: $fluent-splitter;
|
|
46
|
+
|
|
47
|
+
/// Generates a dark bootstrap splitter schema.
|
|
48
|
+
/// @type {Map}
|
|
49
|
+
/// @requires $bootstrap-splitter
|
|
50
|
+
$dark-bootstrap-splitter: $bootstrap-splitter;
|
|
51
|
+
|
|
52
|
+
/// Generates a dark indigo splitter schema.
|
|
53
|
+
/// @type {Map}
|
|
54
|
+
/// @prop {Map} handle-color [color: 'surface'] - The color for the bar drag handle.
|
|
55
|
+
/// @prop {Map} expander-color [color: 'surface'] - The color for the bar drag handle.
|
|
56
|
+
/// @requires $indigo-splitter
|
|
57
|
+
$dark-indigo-splitter: extend(
|
|
58
|
+
$indigo-splitter,
|
|
59
|
+
(
|
|
60
|
+
handle-color: (
|
|
61
|
+
color: 'surface',
|
|
62
|
+
),
|
|
63
|
+
|
|
64
|
+
expander-color: (
|
|
65
|
+
color: 'surface',
|
|
66
|
+
),
|
|
67
|
+
)
|
|
68
|
+
);
|
|
@@ -0,0 +1,186 @@
|
|
|
1
|
+
@use '../../../../utils/map' as *;
|
|
2
|
+
@use '../light/stepper' as *;
|
|
3
|
+
|
|
4
|
+
////
|
|
5
|
+
/// @package theming
|
|
6
|
+
/// @group schemas
|
|
7
|
+
/// @access public
|
|
8
|
+
////
|
|
9
|
+
|
|
10
|
+
/// Generates a base dark stepper schema.
|
|
11
|
+
/// @prop {Map} current-indicator-color [color: ('gray', 900)] - The color of the current step indicator.
|
|
12
|
+
/// @prop {Map} invalid-indicator-color [color: ('gray', 900)] - The color of the invalid step indicator.
|
|
13
|
+
/// @prop {Map} step-hover-background [color: ('gray', 100, .3)] - The background of the step header on hover.
|
|
14
|
+
/// @prop {Map} invalid-step-hover-background [color: ('gray', 100, .3)] - The background of the invalid step header on hover.
|
|
15
|
+
/// @prop {Map} current-step-hover-background [color: ('gray', 100, .3)] - The background of the current step header on hover.
|
|
16
|
+
/// @prop {Map} complete-step-hover-background [color: ('gray', 100, .3)] - The background of the complete step header on hover.
|
|
17
|
+
/// @prop {Map} step-focus-background [color: ('gray', 100, .5)] - The background of the step header on hover.
|
|
18
|
+
/// @prop {Map} invalid-step-focus-background [color: ('gray', 100, .5)] - The background of the invalid step header on hover.
|
|
19
|
+
/// @prop {Map} current-step-focus-background [color: ('gray', 100, .5)] - The background of the current step header on hover.
|
|
20
|
+
/// @prop {Map} complete-step-focus-background [color: ('gray', 100, .5)] - The background of the complete step header on hover.
|
|
21
|
+
/// @type {Map}
|
|
22
|
+
$base-stepper: (
|
|
23
|
+
step-hover-background: (
|
|
24
|
+
color: (
|
|
25
|
+
'gray',
|
|
26
|
+
100,
|
|
27
|
+
0.3,
|
|
28
|
+
),
|
|
29
|
+
),
|
|
30
|
+
complete-step-hover-background: (
|
|
31
|
+
color: (
|
|
32
|
+
'gray',
|
|
33
|
+
100,
|
|
34
|
+
0.3,
|
|
35
|
+
),
|
|
36
|
+
),
|
|
37
|
+
current-step-hover-background: (
|
|
38
|
+
color: (
|
|
39
|
+
'gray',
|
|
40
|
+
100,
|
|
41
|
+
0.3,
|
|
42
|
+
),
|
|
43
|
+
),
|
|
44
|
+
invalid-step-hover-background: (
|
|
45
|
+
color: (
|
|
46
|
+
'gray',
|
|
47
|
+
100,
|
|
48
|
+
0.3,
|
|
49
|
+
),
|
|
50
|
+
),
|
|
51
|
+
step-focus-background: (
|
|
52
|
+
color: (
|
|
53
|
+
'gray',
|
|
54
|
+
100,
|
|
55
|
+
0.5,
|
|
56
|
+
),
|
|
57
|
+
),
|
|
58
|
+
complete-step-focus-background: (
|
|
59
|
+
color: (
|
|
60
|
+
'gray',
|
|
61
|
+
100,
|
|
62
|
+
0.5,
|
|
63
|
+
),
|
|
64
|
+
),
|
|
65
|
+
current-step-focus-background: (
|
|
66
|
+
color: (
|
|
67
|
+
'gray',
|
|
68
|
+
100,
|
|
69
|
+
0.5,
|
|
70
|
+
),
|
|
71
|
+
),
|
|
72
|
+
invalid-step-focus-background: (
|
|
73
|
+
color: (
|
|
74
|
+
'gray',
|
|
75
|
+
100,
|
|
76
|
+
0.5,
|
|
77
|
+
),
|
|
78
|
+
),
|
|
79
|
+
current-indicator-color: (
|
|
80
|
+
color: (
|
|
81
|
+
'gray',
|
|
82
|
+
900,
|
|
83
|
+
),
|
|
84
|
+
),
|
|
85
|
+
|
|
86
|
+
invalid-indicator-color: (
|
|
87
|
+
color: (
|
|
88
|
+
'gray',
|
|
89
|
+
900,
|
|
90
|
+
),
|
|
91
|
+
),
|
|
92
|
+
);
|
|
93
|
+
|
|
94
|
+
/// Generates a dark stepper schema.
|
|
95
|
+
/// @type {Map}
|
|
96
|
+
/// @requires $light-stepper
|
|
97
|
+
/// @requires $base-stepper
|
|
98
|
+
$dark-stepper: extend($light-stepper, $base-stepper);
|
|
99
|
+
|
|
100
|
+
/// Generates a dark fluent stepper schema
|
|
101
|
+
/// @type {Map}
|
|
102
|
+
/// @prop {Map} complete-indicator-background [color: ('gray', 100)] - The background color of the completed step indicator.
|
|
103
|
+
/// @requires $fluent-stepper
|
|
104
|
+
/// @requires $base-stepper
|
|
105
|
+
/// @see $default-palette
|
|
106
|
+
$dark-fluent-stepper: extend(
|
|
107
|
+
$fluent-stepper,
|
|
108
|
+
$base-stepper,
|
|
109
|
+
(
|
|
110
|
+
complete-indicator-background: (
|
|
111
|
+
color: (
|
|
112
|
+
'gray',
|
|
113
|
+
100,
|
|
114
|
+
),
|
|
115
|
+
),
|
|
116
|
+
)
|
|
117
|
+
);
|
|
118
|
+
|
|
119
|
+
/// Generates a dark bootstrap stepper schema.
|
|
120
|
+
/// @type {Map}
|
|
121
|
+
/// @prop {Map} indicator-outline [color: (color: ('gray', 200)] - The outline color of the incomplete step indicator.
|
|
122
|
+
/// @prop {Map} disabled-indicator-outline [color: ('gray', 300)] - The outline color of the disabled step indicator.
|
|
123
|
+
/// @prop {Map} step-separator-color [color: ('gray', 100)] - The separator border-color of between the steps.
|
|
124
|
+
/// @requires $bootstrap-stepper
|
|
125
|
+
/// @requires $base-stepper
|
|
126
|
+
$dark-bootstrap-stepper: extend(
|
|
127
|
+
$bootstrap-stepper,
|
|
128
|
+
$base-stepper,
|
|
129
|
+
(
|
|
130
|
+
step-separator-color: (
|
|
131
|
+
color: (
|
|
132
|
+
'gray',
|
|
133
|
+
100,
|
|
134
|
+
),
|
|
135
|
+
),
|
|
136
|
+
|
|
137
|
+
indicator-outline: (
|
|
138
|
+
color: (
|
|
139
|
+
'gray',
|
|
140
|
+
200,
|
|
141
|
+
),
|
|
142
|
+
),
|
|
143
|
+
|
|
144
|
+
disabled-indicator-outline: (
|
|
145
|
+
color: (
|
|
146
|
+
'gray',
|
|
147
|
+
300,
|
|
148
|
+
),
|
|
149
|
+
),
|
|
150
|
+
)
|
|
151
|
+
);
|
|
152
|
+
|
|
153
|
+
/// Generates a dark indigo stepper schema.
|
|
154
|
+
/// @type {Map}
|
|
155
|
+
/// @prop {Map} indicator-color [color: ('gray', 900)] - The text color of the incomplete step indicator.
|
|
156
|
+
/// @prop {Map} indicator-outline [color: ('gray', 600)] - The outline color of the incomplete step indicator.
|
|
157
|
+
/// @prop {Map} disabled-indicator-outline [color: ('gray', 300)] - The outline color of the disabled step indicator.
|
|
158
|
+
/// @requires $indigo-stepper
|
|
159
|
+
/// @requires $base-stepper
|
|
160
|
+
/// @see $default-palette
|
|
161
|
+
$dark-indigo-stepper: extend(
|
|
162
|
+
$indigo-stepper,
|
|
163
|
+
$base-stepper,
|
|
164
|
+
(
|
|
165
|
+
indicator-color: (
|
|
166
|
+
color: (
|
|
167
|
+
'gray',
|
|
168
|
+
900,
|
|
169
|
+
),
|
|
170
|
+
),
|
|
171
|
+
|
|
172
|
+
indicator-outline: (
|
|
173
|
+
color: (
|
|
174
|
+
'gray',
|
|
175
|
+
600,
|
|
176
|
+
),
|
|
177
|
+
),
|
|
178
|
+
|
|
179
|
+
disabled-indicator-outline: (
|
|
180
|
+
color: (
|
|
181
|
+
'gray',
|
|
182
|
+
300,
|
|
183
|
+
),
|
|
184
|
+
),
|
|
185
|
+
)
|
|
186
|
+
);
|