@progress/kendo-theme-fluent 7.1.0-dev.8 → 7.1.0
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/dist/all.css +118 -95
- package/dist/meta/sassdoc-data.json +1252 -1196
- package/dist/meta/sassdoc-raw-data.json +623 -598
- package/lib/swatches/all.json +1 -1
- package/lib/swatches/fluent-main.json +1 -1
- package/package.json +4 -4
- package/scss/action-sheet/_variables.scss +1 -1
- package/scss/adaptive/_variables.scss +5 -5
- package/scss/appbar/_variables.scss +8 -8
- package/scss/avatar/_variables.scss +11 -11
- package/scss/badge/_variables.scss +11 -11
- package/scss/bottom-navigation/_variables.scss +35 -35
- package/scss/breadcrumb/_variables.scss +5 -5
- package/scss/button/_variables.scss +172 -172
- package/scss/calendar/_variables.scss +12 -12
- package/scss/card/_layout.scss +4 -0
- package/scss/card/_variables.scss +2 -2
- package/scss/chat/_variables.scss +8 -8
- package/scss/checkbox/_variables.scss +19 -19
- package/scss/chip/_variables.scss +44 -44
- package/scss/color-preview/_variables.scss +4 -4
- package/scss/coloreditor/_variables.scss +1 -1
- package/scss/colorgradient/_variables.scss +9 -9
- package/scss/colorpalette/_variables.scss +4 -4
- package/scss/core/_index.scss +40 -6
- package/scss/core/color-system/_index.scss +2 -0
- package/scss/core/color-system/_palettes.scss +293 -15
- package/scss/core/color-system/_swatch-legacy.scss +100 -0
- package/scss/core/color-system/_swatch.scss +261 -0
- package/scss/dataviz/_layout.scss +6 -6
- package/scss/dataviz/_variables.scss +41 -41
- package/scss/dialog/_variables.scss +5 -5
- package/scss/dock-manager/_variables.scss +7 -7
- package/scss/draggable/_variables.scss +1 -1
- package/scss/drawer/_variables.scss +10 -10
- package/scss/dropzone/_variables.scss +5 -5
- package/scss/editor/_variables.scss +6 -6
- package/scss/expansion-panel/_variables.scss +7 -7
- package/scss/fab/_variables.scss +6 -6
- package/scss/filemanager/_layout.scss +5 -0
- package/scss/filter/_variables.scss +3 -3
- package/scss/floating-label/_layout.scss +1 -1
- package/scss/forms/_variables.scss +2 -2
- package/scss/gantt/_layout.scss +11 -3
- package/scss/gantt/_variables.scss +32 -32
- package/scss/grid/_layout.scss +10 -0
- package/scss/grid/_theme.scss +82 -32
- package/scss/grid/_variables.scss +11 -11
- package/scss/imageeditor/_variables.scss +3 -4
- package/scss/index.scss +0 -1
- package/scss/input/_layout.scss +8 -2
- package/scss/input/_theme.scss +9 -0
- package/scss/input/_variables.scss +62 -56
- package/scss/list/_variables.scss +19 -19
- package/scss/listbox/_variables.scss +1 -1
- package/scss/listview/_variables.scss +1 -1
- package/scss/loader/_variables.scss +7 -7
- package/scss/map/_variables.scss +6 -6
- package/scss/mediaplayer/_variables.scss +3 -3
- package/scss/menu/_variables.scss +2 -2
- package/scss/notification/_variables.scss +6 -6
- package/scss/orgchart/_variables.scss +4 -4
- package/scss/pager/_variables.scss +4 -4
- package/scss/panelbar/_variables.scss +5 -5
- package/scss/pdf-viewer/_variables.scss +2 -2
- package/scss/pivotgrid/_variables.scss +3 -3
- package/scss/progressbar/_variables.scss +10 -10
- package/scss/radio/_variables.scss +10 -10
- package/scss/rating/_variables.scss +4 -4
- package/scss/scheduler/_theme.scss +1 -1
- package/scss/scheduler/_variables.scss +11 -11
- package/scss/scrollview/_variables.scss +8 -8
- package/scss/searchbox/_variables.scss +1 -1
- package/scss/signature/_variables.scss +2 -2
- package/scss/skeleton/_variables.scss +2 -2
- package/scss/slider/_variables.scss +11 -11
- package/scss/split-button/_variables.scss +1 -1
- package/scss/splitter/_variables.scss +3 -3
- package/scss/spreadsheet/_variables.scss +23 -23
- package/scss/stepper/_layout.scss +17 -2
- package/scss/stepper/_theme.scss +51 -15
- package/scss/stepper/_variables.scss +9 -9
- package/scss/switch/_variables.scss +24 -24
- package/scss/table/_theme.scss +18 -7
- package/scss/table/_variables.scss +3 -3
- package/scss/tabstrip/_variables.scss +4 -4
- package/scss/taskboard/_variables.scss +4 -4
- package/scss/tilelayout/_variables.scss +1 -1
- package/scss/timeline/_variables.scss +6 -6
- package/scss/timeselector/_theme.scss +1 -1
- package/scss/toolbar/_variables.scss +3 -3
- package/scss/tooltip/_variables.scss +9 -9
- package/scss/treeview/_variables.scss +1 -1
- package/scss/upload/_variables.scss +8 -8
- package/scss/window/_variables.scss +8 -8
- package/scss/wizard/_variables.scss +1 -1
package/lib/swatches/all.json
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-theme-fluent",
|
|
3
3
|
"description": "A css variables based theme for Kendo UI that follows the Fluent design system guidelines.",
|
|
4
|
-
"version": "7.1.0
|
|
4
|
+
"version": "7.1.0",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"keywords": [
|
|
@@ -53,12 +53,12 @@
|
|
|
53
53
|
},
|
|
54
54
|
"dependencies": {
|
|
55
55
|
"@progress/kendo-svg-icons": "2.1.0",
|
|
56
|
-
"@progress/kendo-theme-core": "7.1.0
|
|
57
|
-
"@progress/kendo-theme-utils": "7.1.0
|
|
56
|
+
"@progress/kendo-theme-core": "7.1.0",
|
|
57
|
+
"@progress/kendo-theme-utils": "7.1.0"
|
|
58
58
|
},
|
|
59
59
|
"directories": {
|
|
60
60
|
"doc": "docs",
|
|
61
61
|
"lib": "lib"
|
|
62
62
|
},
|
|
63
|
-
"gitHead": "
|
|
63
|
+
"gitHead": "72d42dfbf1b9b895c405ccba9b35d22204a4b12d"
|
|
64
64
|
}
|
|
@@ -114,7 +114,7 @@ $kendo-actionsheet-item-spacing: map.get( $kendo-spacing, 2 ) !default;
|
|
|
114
114
|
|
|
115
115
|
/// Color of the action sheet item icon.
|
|
116
116
|
/// @group action-sheet
|
|
117
|
-
$kendo-actionsheet-item-icon-color: k-get-theme-color-var( primary-110 ) !default;
|
|
117
|
+
$kendo-actionsheet-item-icon-color: if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-110 )) !default;
|
|
118
118
|
|
|
119
119
|
/// Font weight of the action sheet item text.
|
|
120
120
|
/// @group action-sheet
|
|
@@ -9,10 +9,10 @@ $kendo-adaptive-border: var( --kendo-component-border, inherit ) !default;
|
|
|
9
9
|
$kendo-adaptive-content-bg: var( --kendo-component-bg, inherit ) !default;
|
|
10
10
|
$kendo-adaptive-content-text: var( --kendo-component-text, inherit ) !default;
|
|
11
11
|
|
|
12
|
-
$kendo-adaptive-menu-bg: k-get-theme-color-var( primary-100 ) !default;
|
|
13
|
-
$kendo-adaptive-menu-text: $kendo-color-white !default;
|
|
12
|
+
$kendo-adaptive-menu-bg: if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 )) !default;
|
|
13
|
+
$kendo-adaptive-menu-text: if($kendo-enable-color-system, k-color( app-surface ), $kendo-color-white) !default;
|
|
14
14
|
|
|
15
|
-
$kendo-adaptive-menu-clear-text: k-get-theme-color-var( primary-100 ) !default;
|
|
15
|
+
$kendo-adaptive-menu-clear-text: if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 )) !default;
|
|
16
16
|
|
|
17
17
|
$kendo-adaptive-menu-item-border: var( --kendo-component-border, inherit ) !default;
|
|
18
18
|
$kendo-adaptive-menu-title-text: var( --kendo-component-text, inherit ) !default;
|
|
@@ -24,10 +24,10 @@ $kendo-adaptive-line-height: var( --kendo-line-height, normal ) !default;
|
|
|
24
24
|
|
|
25
25
|
|
|
26
26
|
// Adaptive Grid
|
|
27
|
-
$kendo-adaptive-grid-sort-text: k-get-theme-color-var( primary-100 ) !default;
|
|
27
|
+
$kendo-adaptive-grid-sort-text: if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 )) !default;
|
|
28
28
|
|
|
29
29
|
|
|
30
30
|
// Adaptive Scheduler
|
|
31
|
-
$kendo-adaptive-scheduler-current-text: k-get-theme-color-var( primary-100 ) !default;
|
|
31
|
+
$kendo-adaptive-scheduler-current-text: if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 )) !default;
|
|
32
32
|
$kendo-adaptive-scheduler-base-text: inherit !default;
|
|
33
33
|
$kendo-adaptive-scheduler-subtle-text: var( --kendo-subtle-text, inherit ) !default;
|
|
@@ -38,7 +38,7 @@ $kendo-appbar-spacing: map.get( $kendo-spacing, 2 ) !default;
|
|
|
38
38
|
$kendo-appbar-text: var( --kendo-component-text, initial ) !default;
|
|
39
39
|
/// The background color of the AppBar.
|
|
40
40
|
/// @group appbar
|
|
41
|
-
$kendo-appbar-bg: k-get-theme-color-var( neutral-10 ) !default;
|
|
41
|
+
$kendo-appbar-bg: if($kendo-enable-color-system, k-color( surface ), k-get-theme-color-var( neutral-10 )) !default;
|
|
42
42
|
/// The border color of the AppBar.
|
|
43
43
|
/// @group appbar
|
|
44
44
|
$kendo-appbar-border: var( --kendo-component-border, initial ) !default;
|
|
@@ -50,25 +50,25 @@ $kendo-appbar-brand-colors: (
|
|
|
50
50
|
error: error,
|
|
51
51
|
success: success,
|
|
52
52
|
info: info,
|
|
53
|
-
secondary: neutral,
|
|
53
|
+
secondary: if($kendo-enable-color-system, secondary, neutral),
|
|
54
54
|
tertiary: tertiary,
|
|
55
55
|
) !default;
|
|
56
56
|
|
|
57
57
|
// Matrix with appbar theme colors in the order: bg, color, border
|
|
58
58
|
$_tc-appbar-matrix: (
|
|
59
|
-
(normal: (100, $kendo-color-white, 100)),
|
|
59
|
+
(normal: if($kendo-enable-color-system, (color, on-color, color), (100, $kendo-color-white, 100))),
|
|
60
60
|
) !default;
|
|
61
61
|
|
|
62
62
|
$_tc-appbar-warning-matrix: (
|
|
63
|
-
(normal: (100, k-get-theme-color-var( neutral-160 ), 100)),
|
|
63
|
+
(normal: if($kendo-enable-color-system, (color, on-color, color), (100, k-get-theme-color-var( neutral-160 ), 100))),
|
|
64
64
|
) !default;
|
|
65
65
|
|
|
66
66
|
$_tc-appbar-dark-matrix: (
|
|
67
|
-
(normal: (160, $kendo-color-white, 160)),
|
|
67
|
+
(normal: if($kendo-enable-color-system, (color, on-color, color), (160, $kendo-color-white, 160))),
|
|
68
68
|
) !default;
|
|
69
69
|
|
|
70
70
|
$_tc-appbar-light-matrix: (
|
|
71
|
-
(normal: (50, 160, 50)),
|
|
71
|
+
(normal: if($kendo-enable-color-system, (color, on-color, color), (50, 160, 50))),
|
|
72
72
|
) !default;
|
|
73
73
|
|
|
74
74
|
/// The theme colors map for the AppBar variations.
|
|
@@ -94,13 +94,13 @@ $kendo-appbar-theme-colors: () !default;
|
|
|
94
94
|
@each $ui-states in $_tc-appbar-dark-matrix {
|
|
95
95
|
$kendo-appbar-theme-colors: map.deep-merge(
|
|
96
96
|
$kendo-appbar-theme-colors,
|
|
97
|
-
k-generate-theme-variation( dark, neutral, $ui-states )
|
|
97
|
+
k-generate-theme-variation( dark, if($kendo-enable-color-system, dark, neutral), $ui-states )
|
|
98
98
|
);
|
|
99
99
|
}
|
|
100
100
|
|
|
101
101
|
@each $ui-states in $_tc-appbar-light-matrix {
|
|
102
102
|
$kendo-appbar-theme-colors: map.deep-merge(
|
|
103
103
|
$kendo-appbar-theme-colors,
|
|
104
|
-
k-generate-theme-variation( light, neutral, $ui-states )
|
|
104
|
+
k-generate-theme-variation( light, if($kendo-enable-color-system, light, neutral), $ui-states )
|
|
105
105
|
);
|
|
106
106
|
}
|
|
@@ -30,44 +30,44 @@ $kendo-avatar-brand-colors: (
|
|
|
30
30
|
error: error,
|
|
31
31
|
success: success,
|
|
32
32
|
info: info,
|
|
33
|
-
secondary: neutral,
|
|
33
|
+
secondary: if($kendo-enable-color-system, secondary, neutral),
|
|
34
34
|
tertiary: tertiary,
|
|
35
35
|
) !default;
|
|
36
36
|
|
|
37
37
|
// Matrices with Avatar theme colors in the order: bg, color, border
|
|
38
38
|
$_tc-avatar-matrix: (
|
|
39
39
|
solid: (
|
|
40
|
-
normal: (100, $kendo-color-white, 100)
|
|
40
|
+
normal: if($kendo-enable-color-system, (color, on-color, color), (100, $kendo-color-white, 100))
|
|
41
41
|
),
|
|
42
42
|
outline: (
|
|
43
|
-
normal: ($kendo-color-white, 100, 100)
|
|
43
|
+
normal: if($kendo-enable-color-system, (on-color, color, color), ($kendo-color-white, 100, 100))
|
|
44
44
|
)
|
|
45
45
|
) !default;
|
|
46
46
|
|
|
47
47
|
$_tc-avatar-warning-matrix: (
|
|
48
48
|
solid: (
|
|
49
|
-
normal: (100, k-get-theme-color-var( neutral-160 ), 100)
|
|
49
|
+
normal: if($kendo-enable-color-system, (color, on-color, color), (100, k-get-theme-color-var( neutral-160 ), 100))
|
|
50
50
|
),
|
|
51
51
|
outline: (
|
|
52
|
-
normal: ($kendo-color-white, 100, 100)
|
|
52
|
+
normal: if($kendo-enable-color-system, (app-surface, color, color), ($kendo-color-white, 100, 100))
|
|
53
53
|
)
|
|
54
54
|
) !default;
|
|
55
55
|
|
|
56
56
|
$_tc-avatar-dark-matrix: (
|
|
57
57
|
solid: (
|
|
58
|
-
normal: (160, $kendo-color-white, 160)
|
|
58
|
+
normal: if($kendo-enable-color-system, (color, on-color, color), (160, $kendo-color-white, 160))
|
|
59
59
|
),
|
|
60
60
|
outline: (
|
|
61
|
-
normal: ($kendo-color-white, 160, 160)
|
|
61
|
+
normal: if($kendo-enable-color-system, (on-color, color, color), ($kendo-color-white, 160, 160))
|
|
62
62
|
)
|
|
63
63
|
) !default;
|
|
64
64
|
|
|
65
65
|
$_tc-avatar-light-matrix: (
|
|
66
66
|
solid: (
|
|
67
|
-
normal: (50, $kendo-color-white, 50)
|
|
67
|
+
normal: if($kendo-enable-color-system, (color, on-color, color), (50, $kendo-color-white, 50))
|
|
68
68
|
),
|
|
69
69
|
outline: (
|
|
70
|
-
normal: ($kendo-color-white, 50, 50)
|
|
70
|
+
normal: if($kendo-enable-color-system, (app-surface, color, color), ($kendo-color-white, 50, 50))
|
|
71
71
|
)
|
|
72
72
|
) !default;
|
|
73
73
|
|
|
@@ -94,13 +94,13 @@ $kendo-avatar-theme-colors: () !default;
|
|
|
94
94
|
@each $fill-mode, $ui-states in $_tc-avatar-dark-matrix {
|
|
95
95
|
$kendo-avatar-theme-colors: map.deep-merge(
|
|
96
96
|
$kendo-avatar-theme-colors,
|
|
97
|
-
k-generate-fill-mode-theme-variation( $fill-mode, dark, neutral, $ui-states )
|
|
97
|
+
k-generate-fill-mode-theme-variation( $fill-mode, dark, if($kendo-enable-color-system, dark, neutral), $ui-states )
|
|
98
98
|
);
|
|
99
99
|
}
|
|
100
100
|
|
|
101
101
|
@each $fill-mode, $ui-states in $_tc-avatar-light-matrix {
|
|
102
102
|
$kendo-avatar-theme-colors: map.deep-merge(
|
|
103
103
|
$kendo-avatar-theme-colors,
|
|
104
|
-
k-generate-fill-mode-theme-variation( $fill-mode, light, neutral, $ui-states )
|
|
104
|
+
k-generate-fill-mode-theme-variation( $fill-mode, light, if($kendo-enable-color-system, light, neutral), $ui-states )
|
|
105
105
|
);
|
|
106
106
|
}
|
|
@@ -104,44 +104,44 @@ $kendo-badge-brand-colors: (
|
|
|
104
104
|
error: error,
|
|
105
105
|
success: success,
|
|
106
106
|
info: info,
|
|
107
|
-
secondary: neutral,
|
|
107
|
+
secondary: if($kendo-enable-color-system, secondary, neutral),
|
|
108
108
|
tertiary: tertiary,
|
|
109
109
|
) !default;
|
|
110
110
|
|
|
111
111
|
// Matrices with Badge theme colors in the order: bg, color, border
|
|
112
112
|
$_tc-badge-matrix: (
|
|
113
113
|
solid: (
|
|
114
|
-
normal: (100, $kendo-color-white, 100)
|
|
114
|
+
normal: if($kendo-enable-color-system, (color, on-color, color), (100, $kendo-color-white, 100))
|
|
115
115
|
),
|
|
116
116
|
outline: (
|
|
117
|
-
normal: ($kendo-color-white, 100, 100)
|
|
117
|
+
normal: if($kendo-enable-color-system, (on-color, color, color), ($kendo-color-white, 100, 100))
|
|
118
118
|
)
|
|
119
119
|
) !default;
|
|
120
120
|
|
|
121
121
|
$_tc-badge-warning-matrix: (
|
|
122
122
|
solid: (
|
|
123
|
-
normal: (100, k-get-theme-color-var( neutral-160 ), 100)
|
|
123
|
+
normal: if($kendo-enable-color-system, (color, on-color, color), (100, k-get-theme-color-var( neutral-160 ), 100))
|
|
124
124
|
),
|
|
125
125
|
outline: (
|
|
126
|
-
normal: ($kendo-color-white, 100, 100)
|
|
126
|
+
normal: if($kendo-enable-color-system, (app-surface, color, color), ($kendo-color-white, 100, 100))
|
|
127
127
|
)
|
|
128
128
|
) !default;
|
|
129
129
|
|
|
130
130
|
$_tc-badge-dark-matrix: (
|
|
131
131
|
solid: (
|
|
132
|
-
normal: (160, $kendo-color-white, 160)
|
|
132
|
+
normal: if($kendo-enable-color-system, (color, on-color, color), (160, $kendo-color-white, 160))
|
|
133
133
|
),
|
|
134
134
|
outline: (
|
|
135
|
-
normal: ($kendo-color-white, 160, 160)
|
|
135
|
+
normal: if($kendo-enable-color-system, (on-color, color, color), ($kendo-color-white, 160, 160))
|
|
136
136
|
)
|
|
137
137
|
) !default;
|
|
138
138
|
|
|
139
139
|
$_tc-badge-light-matrix: (
|
|
140
140
|
solid: (
|
|
141
|
-
normal: (50, 160, 50)
|
|
141
|
+
normal: if($kendo-enable-color-system, (color, on-color, color), (50, 160, 50))
|
|
142
142
|
),
|
|
143
143
|
outline: (
|
|
144
|
-
normal: ($kendo-color-white, 50, 50)
|
|
144
|
+
normal: if($kendo-enable-color-system, (app-surface, color, color), ($kendo-color-white, 50, 50))
|
|
145
145
|
)
|
|
146
146
|
) !default;
|
|
147
147
|
|
|
@@ -168,13 +168,13 @@ $kendo-badge-theme-colors: () !default;
|
|
|
168
168
|
@each $fill-mode, $ui-states in $_tc-badge-dark-matrix {
|
|
169
169
|
$kendo-badge-theme-colors: map.deep-merge(
|
|
170
170
|
$kendo-badge-theme-colors,
|
|
171
|
-
k-generate-fill-mode-theme-variation( $fill-mode, dark, neutral, $ui-states )
|
|
171
|
+
k-generate-fill-mode-theme-variation( $fill-mode, dark, if($kendo-enable-color-system, dark, neutral), $ui-states )
|
|
172
172
|
);
|
|
173
173
|
}
|
|
174
174
|
|
|
175
175
|
@each $fill-mode, $ui-states in $_tc-badge-light-matrix {
|
|
176
176
|
$kendo-badge-theme-colors: map.deep-merge(
|
|
177
177
|
$kendo-badge-theme-colors,
|
|
178
|
-
k-generate-fill-mode-theme-variation( $fill-mode, light, neutral, $ui-states )
|
|
178
|
+
k-generate-fill-mode-theme-variation( $fill-mode, light, if($kendo-enable-color-system, light, neutral), $ui-states )
|
|
179
179
|
);
|
|
180
180
|
}
|
|
@@ -69,68 +69,68 @@ $kendo-bottom-nav-brand-colors: (
|
|
|
69
69
|
error: error,
|
|
70
70
|
success: success,
|
|
71
71
|
info: info,
|
|
72
|
-
secondary: neutral,
|
|
72
|
+
secondary: if($kendo-enable-color-system, secondary, neutral),
|
|
73
73
|
tertiary: tertiary,
|
|
74
74
|
) !default;
|
|
75
75
|
|
|
76
76
|
// Matrix with BottomNavigation theme colors in the order: bg, color, border
|
|
77
77
|
$_tc-bottom-nav-matrix: (
|
|
78
78
|
solid: (
|
|
79
|
-
normal: (100, $kendo-color-white, 100),
|
|
80
|
-
focus: (100, $kendo-color-white, 100, inherit),
|
|
81
|
-
active: (120, $kendo-color-white, 120),
|
|
82
|
-
disabled: ( inherit, 40, var( --kendo-disabled-border, inherit ))
|
|
79
|
+
normal: if($kendo-enable-color-system, (color, on-color, color), (100, $kendo-color-white, 100)),
|
|
80
|
+
focus: if($kendo-enable-color-system, (color, on-color, color, inherit), (100, $kendo-color-white, 100, inherit)),
|
|
81
|
+
active: if($kendo-enable-color-system, (color-active, on-color, color-active), (120, $kendo-color-white, 120)),
|
|
82
|
+
disabled: if($kendo-enable-color-system, (inherit, on-color-disabled, transparent), ( inherit, 40, var( --kendo-disabled-border, inherit )))
|
|
83
83
|
),
|
|
84
84
|
flat: (
|
|
85
|
-
normal: ($kendo-color-white, k-get-theme-color-var( neutral-130 ), k-get-theme-color-var( neutral-30 )),
|
|
86
|
-
focus: (inherit, 100, transparent, 100),
|
|
87
|
-
active: (inherit, 100, transparent),
|
|
88
|
-
disabled: (initial, var( --kendo-disabled-text, inherit ), initial)
|
|
85
|
+
normal: if($kendo-enable-color-system, (app-surface, on-app-surface, rgba( k-color( border, true ), 0.16 )), ($kendo-color-white, k-get-theme-color-var( neutral-130 ), k-get-theme-color-var( neutral-30 ))),
|
|
86
|
+
focus: if($kendo-enable-color-system, (inherit, color, transparent, color), (inherit, 100, transparent, 100)),
|
|
87
|
+
active: if($kendo-enable-color-system, (inherit, color, transparent), (inherit, 100, transparent)),
|
|
88
|
+
disabled: if($kendo-enable-color-system, (initial, rgba( k-color( on-app-surface, true ), .46 ), initial), (initial, var( --kendo-disabled-text, inherit ), initial))
|
|
89
89
|
)
|
|
90
90
|
) !default;
|
|
91
91
|
|
|
92
92
|
$_tc-bottom-nav-warning-matrix: (
|
|
93
93
|
solid: (
|
|
94
|
-
normal: (100, k-get-theme-color-var( neutral-160 ), 100),
|
|
95
|
-
focus: (100, k-get-theme-color-var( neutral-160 ), 100, $kendo-color-white),
|
|
96
|
-
active: (120, k-get-theme-color-var( neutral-190 ), 120),
|
|
97
|
-
disabled: (inherit, k-get-theme-color-var( neutral-120 ), var( --kendo-disabled-border, inherit ))
|
|
94
|
+
normal: if($kendo-enable-color-system, (color, on-color, color), (100, k-get-theme-color-var( neutral-160 ), 100)),
|
|
95
|
+
focus: if($kendo-enable-color-system, (color, on-color, color, app-surface), (100, k-get-theme-color-var( neutral-160 ), 100, $kendo-color-white)),
|
|
96
|
+
active: if($kendo-enable-color-system, (color-active, on-color, color-active), (120, k-get-theme-color-var( neutral-190 ), 120)),
|
|
97
|
+
disabled: if($kendo-enable-color-system, (inherit, on-color-disabled, transparent), (inherit, k-get-theme-color-var( neutral-120 ), var( --kendo-disabled-border, inherit )))
|
|
98
98
|
),
|
|
99
99
|
flat: (
|
|
100
|
-
normal: ($kendo-color-white, k-get-theme-color-var( neutral-130 ), 100),
|
|
101
|
-
focus: (inherit, 100, transparent, 100),
|
|
102
|
-
active: (inherit, 100, transparent),
|
|
103
|
-
disabled: (initial, var( --kendo-disabled-text, inherit ), initial)
|
|
100
|
+
normal: if($kendo-enable-color-system, (app-surface, on-app-surface, color), ($kendo-color-white, k-get-theme-color-var( neutral-130 ), 100)),
|
|
101
|
+
focus: if($kendo-enable-color-system, (inherit, color, transparent, color), (inherit, 100, transparent, 100)),
|
|
102
|
+
active: if($kendo-enable-color-system, (inherit, color, transparent), (inherit, 100, transparent)),
|
|
103
|
+
disabled: if($kendo-enable-color-system, (initial, rgba( k-color( on-app-surface, true ), .46 ), initial), (initial, var( --kendo-disabled-text, inherit ), initial))
|
|
104
104
|
)
|
|
105
105
|
) !default;
|
|
106
106
|
|
|
107
107
|
$_tc-bottom-nav-dark-matrix: (
|
|
108
108
|
solid: (
|
|
109
|
-
normal: (160, $kendo-color-white, 160),
|
|
110
|
-
focus: (160, $kendo-color-white, 160, $kendo-color-white),
|
|
111
|
-
active: (180, $kendo-color-white, 180),
|
|
112
|
-
disabled: (inherit, 60 , var( --kendo-disabled-border, inherit ))
|
|
109
|
+
normal: if($kendo-enable-color-system, (color, on-color, color), (160, $kendo-color-white, 160)),
|
|
110
|
+
focus: if($kendo-enable-color-system, (color, on-color, color, on-color), (160, $kendo-color-white, 160, $kendo-color-white)),
|
|
111
|
+
active: if($kendo-enable-color-system, (color-active, on-color, color-active), (180, $kendo-color-white, 180)),
|
|
112
|
+
disabled: if($kendo-enable-color-system, (inherit, on-color-disabled, transparent), (inherit, 60 , var( --kendo-disabled-border, inherit )))
|
|
113
113
|
),
|
|
114
114
|
flat: (
|
|
115
|
-
normal: ($kendo-color-white, k-get-theme-color-var( neutral-130 ), k-get-theme-color-var( neutral-140 )),
|
|
116
|
-
focus: (inherit, 160, transparent, 130),
|
|
117
|
-
active: (inherit, 170, transparent),
|
|
118
|
-
disabled: (inherit, var( --kendo-disabled-text, inherit ), initial)
|
|
115
|
+
normal: if($kendo-enable-color-system, (app-surface, on-app-surface, color), ($kendo-color-white, k-get-theme-color-var( neutral-130 ), k-get-theme-color-var( neutral-140 ))),
|
|
116
|
+
focus: if($kendo-enable-color-system, (inherit, color, transparent, color), (inherit, 160, transparent, 130)),
|
|
117
|
+
active: if($kendo-enable-color-system, (inherit, color, transparent), (inherit, 170, transparent)),
|
|
118
|
+
disabled: if($kendo-enable-color-system, (inherit, rgba( k-color( on-app-surface, true ), .46 ), initial), (inherit, var( --kendo-disabled-text, inherit ), initial))
|
|
119
119
|
)
|
|
120
120
|
) !default;
|
|
121
121
|
|
|
122
122
|
$_tc-bottom-nav-light-matrix: (
|
|
123
123
|
solid: (
|
|
124
|
-
normal: (50, k-get-theme-color-var( neutral-160 ), 50),
|
|
125
|
-
focus: (50, 190, 50, $kendo-color-white),
|
|
126
|
-
active: (70, 190, 70),
|
|
127
|
-
disabled: (inherit, 120 , var( --kendo-disabled-border, inherit ))
|
|
124
|
+
normal: if($kendo-enable-color-system, (color, on-color, color), (50, k-get-theme-color-var( neutral-160 ), 50)),
|
|
125
|
+
focus: if($kendo-enable-color-system, (color, on-color, color, app-surface), (50, 190, 50, $kendo-color-white)),
|
|
126
|
+
active: if($kendo-enable-color-system, (color-active, on-color, color-active), (70, 190, 70)),
|
|
127
|
+
disabled: if($kendo-enable-color-system, (inherit, on-color-disabled, transparent), (inherit, 120 , var( --kendo-disabled-border, inherit )))
|
|
128
128
|
),
|
|
129
129
|
flat: (
|
|
130
|
-
normal: ($kendo-color-white, k-get-theme-color-var( neutral-130 ), transparent),
|
|
131
|
-
focus: (inherit, 130, transparent, 130),
|
|
132
|
-
active: (inherit, 130, transparent),
|
|
133
|
-
disabled: (inherit, var( --kendo-disabled-text, inherit ), initial)
|
|
130
|
+
normal: if($kendo-enable-color-system, (app-surface, on-app-surface, transparent), ($kendo-color-white, k-get-theme-color-var( neutral-130 ), transparent)),
|
|
131
|
+
focus: if($kendo-enable-color-system, (inherit, color, transparent, color), (inherit, 130, transparent, 130)),
|
|
132
|
+
active: if($kendo-enable-color-system, (inherit, color, transparent), (inherit, 130, transparent)),
|
|
133
|
+
disabled: if($kendo-enable-color-system, (inherit, rgba( k-color( on-app-surface, true ), .46 ), initial), (inherit, var( --kendo-disabled-text, inherit ), initial))
|
|
134
134
|
)
|
|
135
135
|
) !default;
|
|
136
136
|
|
|
@@ -157,13 +157,13 @@ $kendo-bottom-nav-theme-colors: () !default;
|
|
|
157
157
|
@each $fill-mode, $ui-states in $_tc-bottom-nav-dark-matrix {
|
|
158
158
|
$kendo-bottom-nav-theme-colors: map.deep-merge(
|
|
159
159
|
$kendo-bottom-nav-theme-colors,
|
|
160
|
-
k-generate-fill-mode-theme-variation( $fill-mode, dark, neutral, $ui-states )
|
|
160
|
+
k-generate-fill-mode-theme-variation( $fill-mode, dark, if($kendo-enable-color-system, dark, neutral), $ui-states )
|
|
161
161
|
);
|
|
162
162
|
}
|
|
163
163
|
|
|
164
164
|
@each $fill-mode, $ui-states in $_tc-bottom-nav-light-matrix {
|
|
165
165
|
$kendo-bottom-nav-theme-colors: map.deep-merge(
|
|
166
166
|
$kendo-bottom-nav-theme-colors,
|
|
167
|
-
k-generate-fill-mode-theme-variation( $fill-mode, light, neutral, $ui-states )
|
|
167
|
+
k-generate-fill-mode-theme-variation( $fill-mode, light, if($kendo-enable-color-system, light, neutral), $ui-states )
|
|
168
168
|
);
|
|
169
169
|
}
|
|
@@ -60,7 +60,7 @@ $kendo-breadcrumb-text: get-theme-color-var( neutral-130 ) !default;
|
|
|
60
60
|
$kendo-breadcrumb-border: transparent !default;
|
|
61
61
|
/// The box shadow of the focused breadcrumb
|
|
62
62
|
/// @group breadcrumb
|
|
63
|
-
$kendo-breadcrumb-focus-shadow: 0 0 0 1px k-get-theme-color-var( neutral-30 ) !default;
|
|
63
|
+
$kendo-breadcrumb-focus-shadow: 0 0 0 1px if($kendo-enable-color-system, rgba( k-color( border, true ), .16 ), k-get-theme-color-var( neutral-30 )) !default;
|
|
64
64
|
|
|
65
65
|
/// The horizontal padding of the Breadcrumb link
|
|
66
66
|
/// @group breadcrumb
|
|
@@ -108,7 +108,7 @@ $kendo-breadcrumb-link-border: transparent !default;
|
|
|
108
108
|
$kendo-breadcrumb-link-hover-bg: var( --kendo-hover-bg, initial ) !default;
|
|
109
109
|
/// The text color of the hovered breadcrumb link
|
|
110
110
|
/// @group breadcrumb
|
|
111
|
-
$kendo-breadcrumb-link-hover-text: k-get-theme-color-var( neutral-160 ) !default;
|
|
111
|
+
$kendo-breadcrumb-link-hover-text: if($kendo-enable-color-system, k-color( on-app-surface ), k-get-theme-color-var( neutral-160 )) !default;
|
|
112
112
|
/// The border color of the hovered breadcrumb link
|
|
113
113
|
/// @group breadcrumb
|
|
114
114
|
$kendo-breadcrumb-link-hover-border: var( --kendo-hover-border, initial ) !default;
|
|
@@ -120,13 +120,13 @@ $kendo-breadcrumb-link-active-bg: var( --kendo-selected-bg, initial ) !default;
|
|
|
120
120
|
$kendo-breadcrumb-link-active-text: var( --kendo-selected-text, initial ) !default;
|
|
121
121
|
/// The border color of the active breadcrumb link
|
|
122
122
|
/// @group breadcrumb
|
|
123
|
-
$kendo-breadcrumb-link-active-border: k-get-theme-color-var( neutral-30 ) !default;
|
|
123
|
+
$kendo-breadcrumb-link-active-border: if($kendo-enable-color-system, k-color( base-active ), k-get-theme-color-var( neutral-30 )) !default;
|
|
124
124
|
/// The background color of the focused breadcrumb link
|
|
125
125
|
/// @group breadcrumb
|
|
126
126
|
$kendo-breadcrumb-link-focus-bg: transparent !default;
|
|
127
127
|
/// The text color of the focused breadcrumb link
|
|
128
128
|
/// @group breadcrumb
|
|
129
|
-
$kendo-breadcrumb-link-focus-text: k-get-theme-color-var( neutral-190 ) !default;
|
|
129
|
+
$kendo-breadcrumb-link-focus-text: if($kendo-enable-color-system, k-color( on-app-surface ), k-get-theme-color-var( neutral-190 )) !default;
|
|
130
130
|
/// The box shadow of the focused breadcrumb link
|
|
131
131
|
/// @group breadcrumb
|
|
132
132
|
$kendo-breadcrumb-link-focus-shadow: inset 0 0 0 1px get-theme-color-var( neutral-130 ) !default;
|
|
@@ -147,7 +147,7 @@ $kendo-breadcrumb-link-disabled-border: none !default;
|
|
|
147
147
|
$kendo-breadcrumb-link-selected-bg: var( --kendo-component-bg, initial ) !default;
|
|
148
148
|
/// The text color of the selected breadcrumb link
|
|
149
149
|
/// @group breadcrumb
|
|
150
|
-
$kendo-breadcrumb-link-selected-text: k-get-theme-color-var( neutral-160 ) !default;
|
|
150
|
+
$kendo-breadcrumb-link-selected-text: if($kendo-enable-color-system, k-color( on-app-surface ), k-get-theme-color-var( neutral-160 )) !default;
|
|
151
151
|
/// The border color of the selected breadcrumb link
|
|
152
152
|
/// @group breadcrumb
|
|
153
153
|
$kendo-breadcrumb-link-selected-border: transparent !default;
|