@progress/kendo-theme-default 10.6.0 → 11.0.0-dev.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 +1 -1
- package/dist/default-blue.css +1 -1
- package/dist/default-blue.scss +1 -1
- package/dist/default-dataviz-v4.css +1 -1
- package/dist/default-dataviz-v4.scss +1 -1
- package/dist/default-green.css +1 -1
- package/dist/default-green.scss +1 -1
- package/dist/default-main-dark.css +1 -1
- package/dist/default-main-dark.scss +1 -1
- package/dist/default-main.css +1 -1
- package/dist/default-main.scss +1 -5
- package/dist/default-nordic.css +1 -1
- package/dist/default-nordic.scss +1 -1
- package/dist/default-ocean-blue-a11y.css +1 -1
- package/dist/default-ocean-blue-a11y.scss +3 -1
- package/dist/default-ocean-blue.css +1 -1
- package/dist/default-ocean-blue.scss +1 -1
- package/dist/default-orange.css +1 -1
- package/dist/default-orange.scss +1 -1
- package/dist/default-purple.css +1 -1
- package/dist/default-purple.scss +1 -1
- package/dist/default-turquoise.css +1 -1
- package/dist/default-turquoise.scss +3 -2
- package/dist/default-urban.css +1 -1
- package/dist/default-urban.scss +1 -1
- package/dist/meta/sassdoc-data.json +1476 -1746
- package/dist/meta/sassdoc-raw-data.json +732 -857
- package/dist/meta/variables.json +166 -329
- package/lib/swatches/default-blue.json +1 -182
- package/lib/swatches/default-dataviz-v4.json +1 -47
- package/lib/swatches/default-green.json +1 -182
- package/lib/swatches/default-main-dark.json +1 -207
- package/lib/swatches/default-main.json +2 -184
- package/lib/swatches/default-nordic.json +1 -182
- package/lib/swatches/default-ocean-blue-a11y.json +2 -192
- package/lib/swatches/default-ocean-blue.json +2 -205
- package/lib/swatches/default-orange.json +1 -182
- package/lib/swatches/default-purple.json +1 -182
- package/lib/swatches/default-turquoise.json +1 -167
- package/lib/swatches/default-urban.json +1 -182
- package/package.json +4 -4
- package/scss/action-sheet/_variables.scss +9 -8
- package/scss/adaptive/_variables.scss +13 -13
- package/scss/appbar/_variables.scss +19 -5
- package/scss/avatar/_variables.scss +12 -1
- package/scss/badge/_variables.scss +15 -1
- package/scss/bottom-navigation/_variables.scss +18 -4
- package/scss/breadcrumb/_variables.scss +8 -8
- package/scss/button/_variables.scss +22 -13
- package/scss/calendar/_variables.scss +18 -18
- package/scss/captcha/_variables.scss +3 -3
- package/scss/card/_variables.scss +23 -9
- package/scss/chart-wizard/_variables.scss +4 -4
- package/scss/chat/_variables.scss +13 -13
- package/scss/checkbox/_variables.scss +7 -7
- package/scss/chip/_variables.scss +11 -11
- package/scss/color-preview/_variables.scss +3 -3
- package/scss/coloreditor/_variables.scss +3 -3
- package/scss/colorgradient/_variables.scss +4 -4
- package/scss/core/_index.scss +8 -3
- package/scss/dataviz/_variables.scss +61 -47
- package/scss/dialog/_variables.scss +5 -5
- package/scss/dock-manager/_variables.scss +6 -6
- package/scss/draggable/_variables.scss +4 -4
- package/scss/drawer/_variables.scss +9 -9
- package/scss/dropzone/_variables.scss +6 -6
- package/scss/editor/_variables.scss +11 -4
- package/scss/expansion-panel/_variables.scss +5 -5
- package/scss/fab/_variables.scss +15 -4
- package/scss/filemanager/_variables.scss +5 -5
- package/scss/filter/_variables.scss +2 -2
- package/scss/forms/_variables.scss +3 -3
- package/scss/gantt/_variables.scss +24 -24
- package/scss/grid/_variables.scss +12 -12
- package/scss/imageeditor/_variables.scss +4 -4
- package/scss/index.scss +3 -0
- package/scss/input/_variables.scss +16 -16
- package/scss/list/_variables.scss +8 -8
- package/scss/listbox/_variables.scss +3 -3
- package/scss/listgroup/_variables.scss +3 -3
- package/scss/listview/_variables.scss +4 -4
- package/scss/loader/_variables.scss +17 -3
- package/scss/map/_variables.scss +5 -5
- package/scss/marquee/_index.scss +16 -0
- package/scss/marquee/_layout.scss +6 -0
- package/scss/marquee/_theme.scss +6 -0
- package/scss/marquee/_variables.scss +11 -0
- package/scss/mediaplayer/_variables.scss +4 -4
- package/scss/menu/_variables.scss +8 -8
- package/scss/messagebox/_variables.scss +15 -1
- package/scss/no-data/_variables.scss +1 -1
- package/scss/notification/_functions.scss +1 -1
- package/scss/notification/_variables.scss +15 -4
- package/scss/orgchart/_variables.scss +8 -8
- package/scss/overlay/_variables.scss +12 -1
- package/scss/pager/_variables.scss +3 -3
- package/scss/panel/_variables.scss +3 -3
- package/scss/panelbar/_variables.scss +12 -12
- package/scss/pdf-viewer/_variables.scss +13 -13
- package/scss/pivotgrid/_variables.scss +22 -22
- package/scss/popover/_variables.scss +3 -3
- package/scss/popup/_variables.scss +3 -3
- package/scss/progressbar/_variables.scss +8 -8
- package/scss/prompt/_variables.scss +12 -12
- package/scss/rating/_variables.scss +4 -4
- package/scss/scheduler/_variables.scss +17 -14
- package/scss/scrollview/_variables.scss +5 -5
- package/scss/signature/_variables.scss +1 -1
- package/scss/skeleton/_variables.scss +1 -1
- package/scss/slider/_variables.scss +10 -10
- package/scss/splitter/_variables.scss +8 -8
- package/scss/spreadsheet/_variables.scss +25 -25
- package/scss/stepper/_variables.scss +15 -15
- package/scss/switch/_variables.scss +13 -13
- package/scss/table/_variables.scss +10 -10
- package/scss/tabstrip/_variables.scss +12 -12
- package/scss/taskboard/_variables.scss +14 -14
- package/scss/tilelayout/_variables.scss +2 -2
- package/scss/timeline/_variables.scss +6 -6
- package/scss/timeselector/_variables.scss +13 -8
- package/scss/toolbar/_variables.scss +7 -7
- package/scss/tooltip/_functions.scss +1 -1
- package/scss/tooltip/_variables.scss +14 -3
- package/scss/treeview/_variables.scss +8 -8
- package/scss/typography/_variables.scss +3 -3
- package/scss/upload/_variables.scss +13 -13
- package/scss/window/_variables.scss +8 -8
- package/scss/core/color-system/_swatch-legacy.scss +0 -222
|
@@ -60,13 +60,13 @@ $kendo-checkbox-sizes: (
|
|
|
60
60
|
|
|
61
61
|
/// The background color of the CheckBox.
|
|
62
62
|
/// @group checkbox
|
|
63
|
-
$kendo-checkbox-bg:
|
|
63
|
+
$kendo-checkbox-bg: k-color(surface-alt) !default;
|
|
64
64
|
/// The text color of the CheckBox.
|
|
65
65
|
/// @group checkbox
|
|
66
66
|
$kendo-checkbox-text: null !default;
|
|
67
67
|
/// The border color of the CheckBox.
|
|
68
68
|
/// @group checkbox
|
|
69
|
-
$kendo-checkbox-border:
|
|
69
|
+
$kendo-checkbox-border: k-color(border) !default;
|
|
70
70
|
|
|
71
71
|
/// The background color of the hovered CheckBox.
|
|
72
72
|
/// @group checkbox
|
|
@@ -80,10 +80,10 @@ $kendo-checkbox-hover-border: null !default;
|
|
|
80
80
|
|
|
81
81
|
/// The background color of the checked CheckBox.
|
|
82
82
|
/// @group checkbox
|
|
83
|
-
$kendo-checkbox-checked-bg:
|
|
83
|
+
$kendo-checkbox-checked-bg: k-color(primary) !default;
|
|
84
84
|
/// The text color of the checked CheckBox.
|
|
85
85
|
/// @group checkbox
|
|
86
|
-
$kendo-checkbox-checked-text:
|
|
86
|
+
$kendo-checkbox-checked-text: k-color(on-primary) !default;
|
|
87
87
|
/// The border color of the checked CheckBox.
|
|
88
88
|
/// @group checkbox
|
|
89
89
|
$kendo-checkbox-checked-border: $kendo-checkbox-checked-bg !default;
|
|
@@ -109,7 +109,7 @@ $kendo-checkbox-focus-shadow: 0 0 0 2px rgba(0, 0, 0, .06) !default;
|
|
|
109
109
|
$kendo-checkbox-focus-checked-border: null !default;
|
|
110
110
|
/// The box shadow of the focused and checked CheckBox.
|
|
111
111
|
/// @group checkbox
|
|
112
|
-
$kendo-checkbox-focus-checked-shadow: 0 0 0 2px
|
|
112
|
+
$kendo-checkbox-focus-checked-shadow: 0 0 0 2px color-mix(in srgb, k-color(primary) 30%, transparent) !default;
|
|
113
113
|
|
|
114
114
|
/// The background color of the disabled CheckBox.
|
|
115
115
|
/// @group checkbox
|
|
@@ -136,10 +136,10 @@ $kendo-checkbox-disabled-checked-border: null !default;
|
|
|
136
136
|
$kendo-checkbox-invalid-bg: null !default;
|
|
137
137
|
/// The text color of an invalid CheckBox.
|
|
138
138
|
/// @group checkbox
|
|
139
|
-
$kendo-checkbox-invalid-text:
|
|
139
|
+
$kendo-checkbox-invalid-text: k-color(error) !default;
|
|
140
140
|
/// The border color of an invalid CheckBox.
|
|
141
141
|
/// @group checkbox
|
|
142
|
-
$kendo-checkbox-invalid-border:
|
|
142
|
+
$kendo-checkbox-invalid-border: k-color(error) !default;
|
|
143
143
|
|
|
144
144
|
|
|
145
145
|
// CheckBox indicator
|
|
@@ -95,16 +95,16 @@ $kendo-chip-sizes: (
|
|
|
95
95
|
|
|
96
96
|
/// The base background of the Chip.
|
|
97
97
|
/// @group chip
|
|
98
|
-
$kendo-chip-base-bg:
|
|
98
|
+
$kendo-chip-base-bg: k-color(base-subtle) !default;
|
|
99
99
|
|
|
100
100
|
/// The theme colors map for the Chip.
|
|
101
101
|
/// @group chip
|
|
102
102
|
$kendo-chip-theme-colors: (
|
|
103
103
|
"base": $kendo-chip-base-bg,
|
|
104
|
-
"error":
|
|
105
|
-
"info":
|
|
106
|
-
"warning":
|
|
107
|
-
"success":
|
|
104
|
+
"error": k-color(error),
|
|
105
|
+
"info": k-color(info),
|
|
106
|
+
"warning": k-color(warning),
|
|
107
|
+
"success": k-color(success)
|
|
108
108
|
) !default;
|
|
109
109
|
|
|
110
110
|
/// The base background color of the solid Chip.
|
|
@@ -118,7 +118,7 @@ $kendo-chip-solid-text: $kendo-button-text !default;
|
|
|
118
118
|
$kendo-chip-solid-border: $kendo-button-border !default;
|
|
119
119
|
/// The base shadow of the solid Chip.
|
|
120
120
|
/// @group chip
|
|
121
|
-
$kendo-chip-solid-shadow: 0 0 0 2px
|
|
121
|
+
$kendo-chip-solid-shadow: 0 0 0 2px color-mix(in srgb, k-color(on-app-surface) 8%, transparent) !default;
|
|
122
122
|
/// The base gradient of the solid Chip.
|
|
123
123
|
/// @group chip
|
|
124
124
|
$kendo-chip-solid-gradient: $kendo-button-gradient !default;
|
|
@@ -132,7 +132,7 @@ $kendo-chip-solid-focus-text: null !default;
|
|
|
132
132
|
|
|
133
133
|
/// The base background color of the hovered solid Chip.
|
|
134
134
|
/// @group chip
|
|
135
|
-
$kendo-chip-solid-hover-bg:
|
|
135
|
+
$kendo-chip-solid-hover-bg: k-color(base-subtle-hover) !default;
|
|
136
136
|
/// The base text color of the hovered solid Chip.
|
|
137
137
|
/// @group chip
|
|
138
138
|
$kendo-chip-solid-hover-text: null !default;
|
|
@@ -146,23 +146,23 @@ $kendo-chip-solid-selected-text: null !default;
|
|
|
146
146
|
|
|
147
147
|
/// The base background color of the outline Chip.
|
|
148
148
|
/// @group chip
|
|
149
|
-
$kendo-chip-outline-bg:
|
|
149
|
+
$kendo-chip-outline-bg: k-color(surface-alt) !default;
|
|
150
150
|
/// The base text color of the outline Chip.
|
|
151
151
|
/// @group chip
|
|
152
|
-
$kendo-chip-outline-text:
|
|
152
|
+
$kendo-chip-outline-text: k-color(base-on-surface) !default;
|
|
153
153
|
/// The base border color of the outline Chip.
|
|
154
154
|
/// @group chip
|
|
155
155
|
$kendo-chip-outline-border: $kendo-chip-outline-text !default;
|
|
156
156
|
/// The base shadow of the outline Chip.
|
|
157
157
|
/// @group chip
|
|
158
|
-
$kendo-chip-outline-shadow: 0 0 0 2px
|
|
158
|
+
$kendo-chip-outline-shadow: 0 0 0 2px color-mix(in srgb, k-color(on-app-surface) 8%, transparent) !default;
|
|
159
159
|
|
|
160
160
|
/// The base background color of the hovered outline Chip.
|
|
161
161
|
/// @group chip
|
|
162
162
|
$kendo-chip-outline-hover-bg: $kendo-chip-outline-text !default;
|
|
163
163
|
/// The base text color of the hovered outline Chip.
|
|
164
164
|
/// @group chip
|
|
165
|
-
$kendo-chip-outline-hover-text:
|
|
165
|
+
$kendo-chip-outline-hover-text: k-color(base) !default;
|
|
166
166
|
|
|
167
167
|
/// The base background color of the selected outline Chip.
|
|
168
168
|
/// @group chip
|
|
@@ -6,11 +6,11 @@ $kendo-color-preview-border-radius: k-border-radius(md)!default;
|
|
|
6
6
|
$kendo-color-preview-border-width: 1px !default;
|
|
7
7
|
$kendo-color-preview-bg: null !default;
|
|
8
8
|
$kendo-color-preview-text: null !default;
|
|
9
|
-
$kendo-color-preview-border:
|
|
10
|
-
$kendo-color-preview-hover-border:
|
|
9
|
+
$kendo-color-preview-border: k-color(border) !default;
|
|
10
|
+
$kendo-color-preview-hover-border: k-color(border) !default;
|
|
11
11
|
|
|
12
12
|
$kendo-color-preview-no-color-bg: $kendo-color-white !default;
|
|
13
|
-
$kendo-color-preview-no-color-text:
|
|
13
|
+
$kendo-color-preview-no-color-text: k-color(error) !default;
|
|
14
14
|
$kendo-color-preview-no-color-border: null !default;
|
|
15
15
|
|
|
16
16
|
$kendo-color-preview-no-color-image: k-escape-svg( url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='20' version='1.1'><line x1='0' x2='20' y1='0' y2='20' stroke='#{$kendo-color-preview-no-color-text}' stroke-width='1'/></svg>") ) !default;
|
|
@@ -35,13 +35,13 @@ $kendo-color-editor-font-size: var( --kendo-font-size, inherit ) !default;
|
|
|
35
35
|
$kendo-color-editor-line-height: var( --kendo-line-height, normal ) !default;
|
|
36
36
|
/// The text color of the ColorEditor.
|
|
37
37
|
/// @group color-editor
|
|
38
|
-
$kendo-color-editor-text:
|
|
38
|
+
$kendo-color-editor-text: k-color(on-app-surface) !default;
|
|
39
39
|
/// The background color of the ColorEditor.
|
|
40
40
|
/// @group color-editor
|
|
41
|
-
$kendo-color-editor-bg:
|
|
41
|
+
$kendo-color-editor-bg: k-color(surface-alt) !default;
|
|
42
42
|
/// The border color of the ColorEditor.
|
|
43
43
|
/// @group color-editor
|
|
44
|
-
$kendo-color-editor-border:
|
|
44
|
+
$kendo-color-editor-border: k-color(border) !default;
|
|
45
45
|
|
|
46
46
|
/// The border color of the focused ColorEditor.
|
|
47
47
|
/// @group color-editor
|
|
@@ -36,13 +36,13 @@ $kendo-color-gradient-font-size: var( --kendo-font-size, inherit ) !default;
|
|
|
36
36
|
$kendo-color-gradient-line-height: var( --kendo-line-height, normal ) !default;
|
|
37
37
|
/// The text color of the ColorGradient.
|
|
38
38
|
/// @group color-gradient
|
|
39
|
-
$kendo-color-gradient-text:
|
|
39
|
+
$kendo-color-gradient-text: k-color(on-app-surface) !default;
|
|
40
40
|
/// The background color of the ColorGradient.
|
|
41
41
|
/// @group color-gradient
|
|
42
|
-
$kendo-color-gradient-bg:
|
|
42
|
+
$kendo-color-gradient-bg: k-color(surface-alt) !default;
|
|
43
43
|
/// The border color of the ColorGradient.
|
|
44
44
|
/// @group color-gradient
|
|
45
|
-
$kendo-color-gradient-border:
|
|
45
|
+
$kendo-color-gradient-border: k-color(border) !default;
|
|
46
46
|
|
|
47
47
|
/// The vertical padding of the small ColorGradient.
|
|
48
48
|
/// @group color-gradient
|
|
@@ -200,7 +200,7 @@ $kendo-color-gradient-input-gap: k-spacing(2) !default;
|
|
|
200
200
|
$kendo-color-gradient-input-label-gap: calc( #{$kendo-color-gradient-spacer} / 3 ) !default;
|
|
201
201
|
/// The text color of the ColorGradient input labels.
|
|
202
202
|
/// @group color-gradient
|
|
203
|
-
$kendo-color-gradient-input-label-text:
|
|
203
|
+
$kendo-color-gradient-input-label-text: k-color(subtle) !default;
|
|
204
204
|
|
|
205
205
|
/// The width of the small ColorGradient input.
|
|
206
206
|
/// @group color-gradient
|
package/scss/core/_index.scss
CHANGED
|
@@ -4,6 +4,11 @@
|
|
|
4
4
|
// Variables
|
|
5
5
|
@forward "../_variables.scss";
|
|
6
6
|
|
|
7
|
-
//
|
|
8
|
-
|
|
9
|
-
|
|
7
|
+
// Global disabled styles
|
|
8
|
+
:root {
|
|
9
|
+
--kendo-disabled-text: unset;
|
|
10
|
+
--kendo-disabled-bg: unset;
|
|
11
|
+
--kendo-disabled-border: unset;
|
|
12
|
+
--kendo-disabled-opacity: .6;
|
|
13
|
+
--kendo-disabled-filter: grayscale(.1);
|
|
14
|
+
}
|
|
@@ -6,51 +6,51 @@
|
|
|
6
6
|
|
|
7
7
|
/// The first base series color and its light and dark shades.
|
|
8
8
|
/// @group charts
|
|
9
|
-
$kendo-series-a:
|
|
10
|
-
$kendo-series-a-dark:
|
|
11
|
-
$kendo-series-a-darker:
|
|
12
|
-
$kendo-series-a-light:
|
|
13
|
-
$kendo-series-a-lighter:
|
|
9
|
+
$kendo-series-a: k-color(series-a) !default;
|
|
10
|
+
$kendo-series-a-dark: k-color(series-a-bold) !default;
|
|
11
|
+
$kendo-series-a-darker: k-color(series-a-bolder) !default;
|
|
12
|
+
$kendo-series-a-light: k-color(series-a-subtle) !default;
|
|
13
|
+
$kendo-series-a-lighter: k-color(series-a-subtler) !default;
|
|
14
14
|
|
|
15
15
|
/// The second base series color and its light and dark shades.
|
|
16
16
|
/// @group charts
|
|
17
|
-
$kendo-series-b:
|
|
18
|
-
$kendo-series-b-dark:
|
|
19
|
-
$kendo-series-b-darker:
|
|
20
|
-
$kendo-series-b-light:
|
|
21
|
-
$kendo-series-b-lighter:
|
|
17
|
+
$kendo-series-b: k-color(series-b) !default;
|
|
18
|
+
$kendo-series-b-dark: k-color(series-b-bold) !default;
|
|
19
|
+
$kendo-series-b-darker: k-color(series-b-bolder) !default;
|
|
20
|
+
$kendo-series-b-light: k-color(series-b-subtle) !default;
|
|
21
|
+
$kendo-series-b-lighter: k-color(series-b-subtler) !default;
|
|
22
22
|
|
|
23
23
|
/// The third base series color and its light and dark shades.
|
|
24
24
|
/// @group charts
|
|
25
|
-
$kendo-series-c:
|
|
26
|
-
$kendo-series-c-dark:
|
|
27
|
-
$kendo-series-c-darker:
|
|
28
|
-
$kendo-series-c-light:
|
|
29
|
-
$kendo-series-c-lighter:
|
|
25
|
+
$kendo-series-c: k-color(series-c) !default;
|
|
26
|
+
$kendo-series-c-dark: k-color(series-c-bold) !default;
|
|
27
|
+
$kendo-series-c-darker: k-color(series-c-bolder) !default;
|
|
28
|
+
$kendo-series-c-light: k-color(series-c-subtle) !default;
|
|
29
|
+
$kendo-series-c-lighter: k-color(series-c-subtler) !default;
|
|
30
30
|
|
|
31
31
|
/// The fourth base series color and its light and dark shades.
|
|
32
32
|
/// @group charts
|
|
33
|
-
$kendo-series-d:
|
|
34
|
-
$kendo-series-d-dark:
|
|
35
|
-
$kendo-series-d-darker:
|
|
36
|
-
$kendo-series-d-light:
|
|
37
|
-
$kendo-series-d-lighter:
|
|
33
|
+
$kendo-series-d: k-color(series-d) !default;
|
|
34
|
+
$kendo-series-d-dark: k-color(series-d-bold) !default;
|
|
35
|
+
$kendo-series-d-darker: k-color(series-d-bolder) !default;
|
|
36
|
+
$kendo-series-d-light: k-color(series-d-subtle) !default;
|
|
37
|
+
$kendo-series-d-lighter: k-color(series-d-subtler) !default;
|
|
38
38
|
|
|
39
39
|
/// The fifth base series color and its light and dark shades.
|
|
40
40
|
/// @group charts
|
|
41
|
-
$kendo-series-e:
|
|
42
|
-
$kendo-series-e-dark:
|
|
43
|
-
$kendo-series-e-darker:
|
|
44
|
-
$kendo-series-e-light:
|
|
45
|
-
$kendo-series-e-lighter:
|
|
41
|
+
$kendo-series-e: k-color(series-e) !default;
|
|
42
|
+
$kendo-series-e-dark: k-color(series-e-bold) !default;
|
|
43
|
+
$kendo-series-e-darker: k-color(series-e-bolder) !default;
|
|
44
|
+
$kendo-series-e-light: k-color(series-e-subtle) !default;
|
|
45
|
+
$kendo-series-e-lighter: k-color(series-e-subtler) !default;
|
|
46
46
|
|
|
47
47
|
/// The sixth base series color and its light and dark shades.
|
|
48
48
|
/// @group charts
|
|
49
|
-
$kendo-series-f:
|
|
50
|
-
$kendo-series-f-dark:
|
|
51
|
-
$kendo-series-f-darker:
|
|
52
|
-
$kendo-series-f-light:
|
|
53
|
-
$kendo-series-f-lighter:
|
|
49
|
+
$kendo-series-f: k-color(series-f) !default;
|
|
50
|
+
$kendo-series-f-dark: k-color(series-f-bold) !default;
|
|
51
|
+
$kendo-series-f-darker: k-color(series-f-bolder) !default;
|
|
52
|
+
$kendo-series-f-light: k-color(series-f-subtle) !default;
|
|
53
|
+
$kendo-series-f-lighter: k-color(series-f-subtler) !default;
|
|
54
54
|
|
|
55
55
|
/// The series colors in order:
|
|
56
56
|
/// base, light, dark, lighter, darker
|
|
@@ -98,13 +98,13 @@ $kendo-chart-pane-title-font-weight: var( --kendo-font-weight-normal, normal ) !
|
|
|
98
98
|
|
|
99
99
|
/// The color of the Chart grid lines (major).
|
|
100
100
|
/// @group charts
|
|
101
|
-
$kendo-chart-major-lines:
|
|
101
|
+
$kendo-chart-major-lines: color-mix(in srgb, k-color(on-app-surface) 8%, transparent) !default;
|
|
102
102
|
|
|
103
103
|
/// The color of the Chart grid lines (minor).
|
|
104
104
|
/// @group charts
|
|
105
|
-
$kendo-chart-minor-lines:
|
|
105
|
+
$kendo-chart-minor-lines: color-mix(in srgb, k-color(on-app-surface) 4%, transparent) !default;
|
|
106
106
|
|
|
107
|
-
$kendo-chart-inactive:
|
|
107
|
+
$kendo-chart-inactive: color-mix(in srgb, k-color(on-app-surface) 50%, transparent) !default;
|
|
108
108
|
$kendo-chart-area-opacity: .6 !default;
|
|
109
109
|
$kendo-chart-area-inactive-opacity: .1 !default;
|
|
110
110
|
$kendo-chart-line-inactive-opacity: .3 !default;
|
|
@@ -114,24 +114,24 @@ $kendo-chart-tooltip-padding-y: k-spacing(0.5) !default;
|
|
|
114
114
|
|
|
115
115
|
$kendo-chart-tooltip-transition: left 300ms cubic-bezier(0, .33, .19, 1), top 300ms cubic-bezier(0, .33, .19, 1) !default;
|
|
116
116
|
|
|
117
|
-
$kendo-chart-bg:
|
|
118
|
-
$kendo-chart-text:
|
|
119
|
-
$kendo-chart-border:
|
|
117
|
+
$kendo-chart-bg: k-color(surface-alt) !default;
|
|
118
|
+
$kendo-chart-text: k-color(on-app-surface) !default;
|
|
119
|
+
$kendo-chart-border: k-color(border) !default;
|
|
120
120
|
|
|
121
|
-
$kendo-chart-crosshair-background:
|
|
121
|
+
$kendo-chart-crosshair-background: color-mix(in srgb, k-color(on-app-surface) 50%, transparent) !default;
|
|
122
122
|
$kendo-chart-crosshair-shared-tooltip-color: $kendo-chart-text !default;
|
|
123
|
-
$kendo-chart-crosshair-shared-tooltip-background:
|
|
124
|
-
$kendo-chart-crosshair-shared-tooltip-border:
|
|
123
|
+
$kendo-chart-crosshair-shared-tooltip-background: k-color(base) !default;
|
|
124
|
+
$kendo-chart-crosshair-shared-tooltip-border: color-mix(in srgb, k-color(on-app-surface) 8%, transparent) !default;
|
|
125
125
|
|
|
126
|
-
$kendo-chart-notes-background:
|
|
127
|
-
$kendo-chart-notes-border:
|
|
128
|
-
$kendo-chart-notes-lines:
|
|
126
|
+
$kendo-chart-notes-background: color-mix(in srgb, k-color(on-app-surface) 50%, transparent) !default;
|
|
127
|
+
$kendo-chart-notes-border: color-mix(in srgb, k-color(on-app-surface) 50%, transparent) !default;
|
|
128
|
+
$kendo-chart-notes-lines: color-mix(in srgb, k-color(on-app-surface) 50%, transparent) !default;
|
|
129
129
|
|
|
130
|
-
$kendo-chart-error-bars-background:
|
|
130
|
+
$kendo-chart-error-bars-background: color-mix(in srgb, k-color(on-app-surface) 50%, transparent) !default;
|
|
131
131
|
|
|
132
132
|
$kendo-chart-selection-handle-size: 22px !default;
|
|
133
|
-
$kendo-chart-selection-border-color:
|
|
134
|
-
$kendo-chart-selection-shadow: inset 0 1px 7px
|
|
133
|
+
$kendo-chart-selection-border-color: color-mix(in srgb, k-color(on-app-surface) 8%, transparent) !default;
|
|
134
|
+
$kendo-chart-selection-shadow: inset 0 1px 7px color-mix(in srgb, k-color(on-app-surface) 15%, transparent) !default;
|
|
135
135
|
|
|
136
136
|
$kendo-chart-computed-title-height: 0px !default;
|
|
137
137
|
|
|
@@ -143,8 +143,16 @@ $kendo-treemap-line-height: var( --kendo-line-height, normal ) !default;
|
|
|
143
143
|
$kendo-treemap-padding-x: k-spacing(1) !default;
|
|
144
144
|
$kendo-treemap-padding-y: k-spacing(0.5) !default;
|
|
145
145
|
|
|
146
|
+
$kendo-treemap-text: k-color(on-app-surface) !default;
|
|
147
|
+
$kendo-treemap-bg: k-color(surface-alt) !default;
|
|
148
|
+
$kendo-treemap-border: k-color(border) !default;
|
|
149
|
+
|
|
150
|
+
$kendo-treemap-title-text: k-color(on-app-surface) !default;
|
|
151
|
+
$kendo-treemap-title-bg: k-color(surface) !default;
|
|
152
|
+
$kendo-treemap-title-border: k-color(border) !default;
|
|
153
|
+
|
|
146
154
|
// Chart Overlay
|
|
147
|
-
$kendo-chart-overlay-bg:
|
|
155
|
+
$kendo-chart-overlay-bg: k-color(surface) !default;
|
|
148
156
|
|
|
149
157
|
// No Data
|
|
150
158
|
$kendo-chart-no-data-font-size: var( --kendo-font-size-lg, inherit ) !default;
|
|
@@ -253,5 +261,11 @@ $kendo-chart-no-data-padding-y: k-spacing( 25 ) !default;
|
|
|
253
261
|
$kendo-chart-overlay-bg: $kendo-chart-overlay-bg,
|
|
254
262
|
$kendo-chart-no-data-font-size: $kendo-chart-no-data-font-size,
|
|
255
263
|
$kendo-chart-no-data-font-weight: $kendo-chart-no-data-font-weight,
|
|
256
|
-
$kendo-chart-no-data-padding-y: $kendo-chart-no-data-padding-y
|
|
264
|
+
$kendo-chart-no-data-padding-y: $kendo-chart-no-data-padding-y,
|
|
265
|
+
$kendo-treemap-text: $kendo-treemap-text,
|
|
266
|
+
$kendo-treemap-bg: $kendo-treemap-bg,
|
|
267
|
+
$kendo-treemap-border: $kendo-treemap-border,
|
|
268
|
+
$kendo-treemap-title-text: $kendo-treemap-title-text,
|
|
269
|
+
$kendo-treemap-title-bg: $kendo-treemap-title-bg,
|
|
270
|
+
$kendo-treemap-title-border: $kendo-treemap-title-border
|
|
257
271
|
);
|
|
@@ -6,10 +6,10 @@
|
|
|
6
6
|
|
|
7
7
|
/// The background color of the Dialog titlebar.
|
|
8
8
|
/// @group dialog
|
|
9
|
-
$kendo-dialog-titlebar-bg:
|
|
9
|
+
$kendo-dialog-titlebar-bg: k-color(surface)!default;
|
|
10
10
|
/// The text color of the Dialog titlebar.
|
|
11
11
|
/// @group dialog
|
|
12
|
-
$kendo-dialog-titlebar-text:
|
|
12
|
+
$kendo-dialog-titlebar-text: k-color(on-app-surface) !default;
|
|
13
13
|
/// The border color of the Dialog titlebar.
|
|
14
14
|
/// @group dialog
|
|
15
15
|
$kendo-dialog-titlebar-border: inherit !default;
|
|
@@ -30,9 +30,9 @@ $kendo-dialog-button-spacing: $kendo-actions-button-spacing !default;
|
|
|
30
30
|
/// The theme colors map for the Dialog.
|
|
31
31
|
/// @group dialog
|
|
32
32
|
$kendo-dialog-theme-colors: (
|
|
33
|
-
"primary":
|
|
34
|
-
"light":
|
|
35
|
-
"dark":
|
|
33
|
+
"primary": k-color(primary),
|
|
34
|
+
"light": k-color(light),
|
|
35
|
+
"dark": k-color(dark)
|
|
36
36
|
) !default;
|
|
37
37
|
|
|
38
38
|
@forward "@progress/kendo-theme-core/scss/components/dialog/_variables.scss" with (
|
|
@@ -8,7 +8,7 @@ $kendo-dock-manager-border-width: 1px !default;
|
|
|
8
8
|
$kendo-dock-manager-border-style: solid !default;
|
|
9
9
|
/// The color of the border around the DockManager component.
|
|
10
10
|
/// @group dock-manager
|
|
11
|
-
$kendo-dock-manager-border:
|
|
11
|
+
$kendo-dock-manager-border: k-color(border) !default;
|
|
12
12
|
|
|
13
13
|
/// The vertical padding of the pane header in the DockManager component.
|
|
14
14
|
/// @group dock-manager
|
|
@@ -24,7 +24,7 @@ $kendo-dock-manager-pane-header-border-width: $kendo-dock-manager-border-width !
|
|
|
24
24
|
$kendo-dock-manager-pane-header-border-style: solid !default;
|
|
25
25
|
/// The background color of the pane header in the DockManager component.
|
|
26
26
|
/// @group dock-manager
|
|
27
|
-
$kendo-dock-manager-pane-header-bg:
|
|
27
|
+
$kendo-dock-manager-pane-header-bg: k-color(surface)!default;
|
|
28
28
|
|
|
29
29
|
/// The vertical padding of the pane title in the DockManager component.
|
|
30
30
|
/// @group dock-manager
|
|
@@ -77,7 +77,7 @@ $kendo-dock-indicator-padding: k-spacing(1.5) !default;
|
|
|
77
77
|
$kendo-dock-indicator-bg: #f5f5f5 !default;
|
|
78
78
|
/// The text color of the dock indicator in the DockManager component.
|
|
79
79
|
/// @group dock-manager
|
|
80
|
-
$kendo-dock-indicator-text:
|
|
80
|
+
$kendo-dock-indicator-text: k-color(primary) !default;
|
|
81
81
|
/// The outline width of the dock indicator in the DockManager component.
|
|
82
82
|
/// @group dock-manager
|
|
83
83
|
$kendo-dock-indicator-outline-width: 1px !default;
|
|
@@ -93,7 +93,7 @@ $kendo-dock-indicator-shadow: drop-shadow( 0px 1px 18px rgba(0, 0, 0, 0.12) ) dr
|
|
|
93
93
|
|
|
94
94
|
/// The background color of the hovered dock indicator in the DockManager component.
|
|
95
95
|
/// @group dock-manager
|
|
96
|
-
$kendo-dock-indicator-hover-bg:
|
|
96
|
+
$kendo-dock-indicator-hover-bg: k-color(primary) !default;
|
|
97
97
|
/// The text color of the hovered dock indicator in the DockManager component.
|
|
98
98
|
/// @group dock-manager
|
|
99
99
|
$kendo-dock-indicator-hover-text: $kendo-color-white !default;
|
|
@@ -109,10 +109,10 @@ $kendo-dock-manager-dock-preview-border-style: dashed !default;
|
|
|
109
109
|
$kendo-dock-manager-dock-preview-border-radius: k-border-radius(sm) !default;
|
|
110
110
|
/// The background color of the dropping area in the DockManager component.
|
|
111
111
|
/// @group dock-manager
|
|
112
|
-
$kendo-dock-manager-dock-preview-bg:
|
|
112
|
+
$kendo-dock-manager-dock-preview-bg: color-mix(in srgb, k-color(primary) 16%, transparent) !default;
|
|
113
113
|
/// The border color of the dropping area in the DockManager component.
|
|
114
114
|
/// @group dock-manager
|
|
115
|
-
$kendo-dock-manager-dock-preview-border:
|
|
115
|
+
$kendo-dock-manager-dock-preview-border: k-color(primary) !default;
|
|
116
116
|
|
|
117
117
|
@forward "@progress/kendo-theme-core/scss/components/dock-manager/_variables.scss" with (
|
|
118
118
|
$kendo-dock-manager-border-width: $kendo-dock-manager-border-width,
|
|
@@ -10,9 +10,9 @@ $kendo-drag-hint-font-size: var( --kendo-font-size, inherit ) !default;
|
|
|
10
10
|
$kendo-drag-hint-font-family: var( --kendo-font-family, inherit ) !default;
|
|
11
11
|
$kendo-drag-hint-line-height: var( --kendo-line-height, normal ) !default;
|
|
12
12
|
|
|
13
|
-
$kendo-drag-hint-bg:
|
|
14
|
-
$kendo-drag-hint-text:
|
|
15
|
-
$kendo-drag-hint-border:
|
|
13
|
+
$kendo-drag-hint-bg: k-color(surface) !default;
|
|
14
|
+
$kendo-drag-hint-text: k-color(on-app-surface) !default;
|
|
15
|
+
$kendo-drag-hint-border: k-color(border) !default;
|
|
16
16
|
$kendo-drag-hint-gradient: null !default;
|
|
17
17
|
$kendo-drag-hint-shadow: null !default;
|
|
18
18
|
|
|
@@ -27,7 +27,7 @@ $kendo-drop-hint-line-h-height: 1px !default;
|
|
|
27
27
|
$kendo-drop-hint-line-v-width: $kendo-drop-hint-line-h-height !default;
|
|
28
28
|
$kendo-drop-hint-line-v-height: $kendo-drop-hint-line-h-width !default;
|
|
29
29
|
|
|
30
|
-
$kendo-drop-hint-bg:
|
|
30
|
+
$kendo-drop-hint-bg: k-color(primary) !default;
|
|
31
31
|
|
|
32
32
|
@forward "@progress/kendo-theme-core/scss/components/draggable/_variables.scss" with (
|
|
33
33
|
$kendo-drag-hint-padding-x: $kendo-drag-hint-padding-x,
|
|
@@ -6,13 +6,13 @@
|
|
|
6
6
|
|
|
7
7
|
/// The background color of the Drawer.
|
|
8
8
|
/// @group drawer
|
|
9
|
-
$kendo-drawer-bg:
|
|
9
|
+
$kendo-drawer-bg: k-color(surface-alt) !default;
|
|
10
10
|
/// The text color of the Drawer.
|
|
11
11
|
/// @group drawer
|
|
12
|
-
$kendo-drawer-text:
|
|
12
|
+
$kendo-drawer-text: k-color(on-app-surface) !default;
|
|
13
13
|
/// The border color of the Drawer.
|
|
14
14
|
/// @group drawer
|
|
15
|
-
$kendo-drawer-border:
|
|
15
|
+
$kendo-drawer-border: k-color(border) !default;
|
|
16
16
|
/// The border width of the Drawer.
|
|
17
17
|
/// @group drawer
|
|
18
18
|
$kendo-drawer-border-width: 1px !default;
|
|
@@ -85,10 +85,10 @@ $kendo-drawer-mini-initial-width: calc(2 * #{$kendo-drawer-item-padding-x} + #{$
|
|
|
85
85
|
|
|
86
86
|
/// The background color of the hovered Drawer item.
|
|
87
87
|
/// @group drawer
|
|
88
|
-
$kendo-drawer-hover-bg:
|
|
88
|
+
$kendo-drawer-hover-bg: k-color(base-hover) !default;
|
|
89
89
|
/// The text color of the hovered Drawer item.
|
|
90
90
|
/// @group drawer
|
|
91
|
-
$kendo-drawer-hover-text:
|
|
91
|
+
$kendo-drawer-hover-text: k-color(on-app-surface) !default;
|
|
92
92
|
|
|
93
93
|
/// The background color of the focused Drawer item.
|
|
94
94
|
/// @group drawer
|
|
@@ -99,17 +99,17 @@ $kendo-drawer-focus-shadow: $kendo-list-item-focus-shadow !default;
|
|
|
99
99
|
|
|
100
100
|
/// The background color of the selected Drawer item.
|
|
101
101
|
/// @group drawer
|
|
102
|
-
$kendo-drawer-selected-bg:
|
|
102
|
+
$kendo-drawer-selected-bg: k-color(primary) !default;
|
|
103
103
|
/// The text color of the selected Drawer item.
|
|
104
104
|
/// @group drawer
|
|
105
|
-
$kendo-drawer-selected-text:
|
|
105
|
+
$kendo-drawer-selected-text: k-color(on-primary) !default;
|
|
106
106
|
|
|
107
107
|
/// The background color of the selected and hovered Drawer item.
|
|
108
108
|
/// @group drawer
|
|
109
|
-
$kendo-drawer-selected-hover-bg:
|
|
109
|
+
$kendo-drawer-selected-hover-bg: k-color(primary-hover) !default;
|
|
110
110
|
/// The text color of the selected and hovered Drawer item.
|
|
111
111
|
/// @group drawer
|
|
112
|
-
$kendo-drawer-selected-hover-text:
|
|
112
|
+
$kendo-drawer-selected-hover-text: k-color(on-primary) !default;
|
|
113
113
|
|
|
114
114
|
@forward "@progress/kendo-theme-core/scss/components/drawer/_variables.scss" with (
|
|
115
115
|
$kendo-drawer-bg: $kendo-drawer-bg,
|
|
@@ -28,23 +28,23 @@ $kendo-dropzone-line-height: var( --kendo-line-height, normal ) !default;
|
|
|
28
28
|
|
|
29
29
|
/// The background color of the DropZone.
|
|
30
30
|
/// @group dropzone
|
|
31
|
-
$kendo-dropzone-bg:
|
|
31
|
+
$kendo-dropzone-bg: k-color(surface) !default;
|
|
32
32
|
/// The text color of the DropZone.
|
|
33
33
|
/// @group dropzone
|
|
34
|
-
$kendo-dropzone-text:
|
|
34
|
+
$kendo-dropzone-text: k-color(on-app-surface) !default;
|
|
35
35
|
/// The border color of the DropZone.
|
|
36
36
|
/// @group dropzone
|
|
37
|
-
$kendo-dropzone-border:
|
|
37
|
+
$kendo-dropzone-border: k-color(border) !default;
|
|
38
38
|
|
|
39
39
|
/// The spacing below the DropZone icon.
|
|
40
40
|
/// @group dropzone
|
|
41
41
|
$kendo-dropzone-icon-spacing: k-spacing(6) !default;
|
|
42
42
|
/// The text color of the DropZone icon.
|
|
43
43
|
/// @group dropzone
|
|
44
|
-
$kendo-dropzone-icon-text:
|
|
44
|
+
$kendo-dropzone-icon-text: k-color(subtle) !default;
|
|
45
45
|
/// The text color of the hovered DropZone icon.
|
|
46
46
|
/// @group dropzone
|
|
47
|
-
$kendo-dropzone-icon-hover-text:
|
|
47
|
+
$kendo-dropzone-icon-hover-text: k-color(primary) !default;
|
|
48
48
|
|
|
49
49
|
/// The font size of the DropZone hint.
|
|
50
50
|
/// @group dropzone
|
|
@@ -64,7 +64,7 @@ $kendo-dropzone-note-font-size: var( --kendo-font-size-sm, inherit ) !default;
|
|
|
64
64
|
$kendo-dropzone-note-spacing: null !default;
|
|
65
65
|
/// The text color of the DropZone note.
|
|
66
66
|
/// @group dropzone
|
|
67
|
-
$kendo-dropzone-note-text:
|
|
67
|
+
$kendo-dropzone-note-text: k-color(subtle) !default;
|
|
68
68
|
|
|
69
69
|
@forward "@progress/kendo-theme-core/scss/components/dropzone/_variables.scss" with (
|
|
70
70
|
$kendo-dropzone-padding-x: $kendo-dropzone-padding-x,
|
|
@@ -27,14 +27,14 @@ $kendo-editor-placeholder-opacity: $kendo-input-placeholder-opacity !default;
|
|
|
27
27
|
|
|
28
28
|
/// The selected text color of the Editor.
|
|
29
29
|
/// @group editor
|
|
30
|
-
$kendo-editor-selected-text:
|
|
30
|
+
$kendo-editor-selected-text: k-color(on-primary) !default;
|
|
31
31
|
/// The selected background color of the Editor.
|
|
32
32
|
/// @group editor
|
|
33
|
-
$kendo-editor-selected-bg:
|
|
33
|
+
$kendo-editor-selected-bg: k-color(primary) !default;
|
|
34
34
|
|
|
35
35
|
/// The highlighted background color of the Editor.
|
|
36
36
|
/// @group editor
|
|
37
|
-
$kendo-editor-highlighted-bg:
|
|
37
|
+
$kendo-editor-highlighted-bg: k-color(primary-subtle) !default;
|
|
38
38
|
|
|
39
39
|
/// The horizontal margin of the Editor's export tool icon.
|
|
40
40
|
/// @group editor
|
|
@@ -78,6 +78,10 @@ $kendo-editor-filebrowser-tiles-padding-y: k-spacing(1) !default;
|
|
|
78
78
|
/// @group editor
|
|
79
79
|
$kendo-editor-content-padding: k-spacing(2) !default;
|
|
80
80
|
|
|
81
|
+
$kendo-editor-ct-cell-text: k-color(on-primary) !default;
|
|
82
|
+
$kendo-editor-ct-cell-bg: k-color(primary) !default;
|
|
83
|
+
$kendo-editor-ct-cell-border: k-color(border) !default;
|
|
84
|
+
|
|
81
85
|
@forward "@progress/kendo-theme-core/scss/components/editor/_variables.scss" with (
|
|
82
86
|
$kendo-editor-border-width: $kendo-editor-border-width,
|
|
83
87
|
$kendo-editor-font-family: $kendo-editor-font-family,
|
|
@@ -99,5 +103,8 @@ $kendo-editor-content-padding: k-spacing(2) !default;
|
|
|
99
103
|
$kendo-editor-inline-padding-y: $kendo-editor-inline-padding-y,
|
|
100
104
|
$kendo-editor-filebrowser-tiles-padding-x: $kendo-editor-filebrowser-tiles-padding-x,
|
|
101
105
|
$kendo-editor-filebrowser-tiles-padding-y: $kendo-editor-filebrowser-tiles-padding-y,
|
|
102
|
-
$kendo-editor-content-padding: $kendo-editor-content-padding
|
|
106
|
+
$kendo-editor-content-padding: $kendo-editor-content-padding,
|
|
107
|
+
$kendo-editor-ct-cell-text: $kendo-editor-ct-cell-text,
|
|
108
|
+
$kendo-editor-ct-cell-bg: $kendo-editor-ct-cell-bg,
|
|
109
|
+
$kendo-editor-ct-cell-border: $kendo-editor-ct-cell-border
|
|
103
110
|
);
|
|
@@ -21,13 +21,13 @@ $kendo-expander-line-height: var( --kendo-line-height, normal ) !default;
|
|
|
21
21
|
|
|
22
22
|
/// The text color of the ExpansionPanel.
|
|
23
23
|
/// @group expander
|
|
24
|
-
$kendo-expander-text:
|
|
24
|
+
$kendo-expander-text: k-color(on-app-surface) !default;
|
|
25
25
|
/// The background color of the ExpansionPanel.
|
|
26
26
|
/// @group expander
|
|
27
|
-
$kendo-expander-bg:
|
|
27
|
+
$kendo-expander-bg: k-color(surface-alt) !default;
|
|
28
28
|
/// The border color of the ExpansionPanel.
|
|
29
29
|
/// @group expander
|
|
30
|
-
$kendo-expander-border:
|
|
30
|
+
$kendo-expander-border: k-color(border) !default;
|
|
31
31
|
|
|
32
32
|
/// The box shadow of the focused ExpansionPanel.
|
|
33
33
|
/// @group expander
|
|
@@ -62,11 +62,11 @@ $kendo-expander-header-focus-shadow: $kendo-list-item-focus-shadow !default;
|
|
|
62
62
|
|
|
63
63
|
/// The text color of the ExpansionPanel title.
|
|
64
64
|
/// @group expander
|
|
65
|
-
$kendo-expander-title-text:
|
|
65
|
+
$kendo-expander-title-text: k-color(primary) !default;
|
|
66
66
|
|
|
67
67
|
/// The text color of the ExpansionPanel sub-title.
|
|
68
68
|
/// @group expander
|
|
69
|
-
$kendo-expander-header-sub-title-text:
|
|
69
|
+
$kendo-expander-header-sub-title-text: k-color(subtle) !default;
|
|
70
70
|
|
|
71
71
|
/// The horizontal margin of the ExpansionPanel indicator.
|
|
72
72
|
/// @group expander
|