@progress/kendo-theme-classic 12.1.0-dev.2 → 12.1.0-dev.4
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/classic-green-dark.css +1 -1
- package/dist/classic-green.css +1 -1
- package/dist/classic-lavender-dark.css +1 -1
- package/dist/classic-lavender.css +1 -1
- package/dist/classic-main-dark.css +1 -1
- package/dist/classic-main.css +1 -1
- package/dist/classic-metro-dark.css +1 -1
- package/dist/classic-metro.css +1 -1
- package/dist/classic-moonlight.css +1 -1
- package/dist/classic-opal-dark.css +1 -1
- package/dist/classic-opal.css +1 -1
- package/dist/classic-silver-dark.css +1 -1
- package/dist/classic-silver.css +1 -1
- package/dist/classic-uniform.css +1 -1
- package/dist/meta/sassdoc-data.json +1142 -1304
- package/dist/meta/sassdoc-raw-data.json +452 -527
- package/dist/meta/variables.json +126 -138
- package/lib/swatches/classic-green-dark.json +1 -1
- package/lib/swatches/classic-green.json +1 -1
- package/lib/swatches/classic-lavender-dark.json +1 -1
- package/lib/swatches/classic-lavender.json +1 -1
- package/lib/swatches/classic-main-dark.json +1 -1
- package/lib/swatches/classic-main.json +1 -1
- package/lib/swatches/classic-metro-dark.json +1 -1
- package/lib/swatches/classic-metro.json +1 -1
- package/lib/swatches/classic-moonlight.json +1 -1
- package/lib/swatches/classic-opal-dark.json +1 -1
- package/lib/swatches/classic-opal.json +1 -1
- package/lib/swatches/classic-silver-dark.json +1 -1
- package/lib/swatches/classic-silver.json +1 -1
- package/lib/swatches/classic-uniform.json +1 -1
- package/package.json +4 -4
- package/scss/adaptive/_variables.scss +1 -1
- package/scss/avatar/_variables.scss +1 -1
- package/scss/breadcrumb/_variables.scss +3 -3
- package/scss/calendar/_variables.scss +2 -6
- package/scss/card/_variables.scss +1 -5
- package/scss/checkbox/_variables.scss +3 -3
- package/scss/chip/_variables.scss +9 -9
- package/scss/dialog/_variables.scss +1 -1
- package/scss/dock-manager/_variables.scss +4 -4
- package/scss/drawer/_variables.scss +3 -3
- package/scss/editor/_variables.scss +1 -1
- package/scss/expansion-panel/_variables.scss +1 -1
- package/scss/fab/_variables.scss +1 -1
- package/scss/filter/_variables.scss +2 -2
- package/scss/gantt/_variables.scss +3 -3
- package/scss/imageeditor/_variables.scss +1 -1
- package/scss/input/_variables.scss +3 -3
- package/scss/list/_variables.scss +2 -2
- package/scss/listview/_variables.scss +1 -1
- package/scss/menu/_variables.scss +3 -3
- package/scss/orgchart/_variables.scss +1 -1
- package/scss/pager/_variables.scss +1 -1
- package/scss/panelbar/_variables.scss +2 -2
- package/scss/pdf-viewer/_variables.scss +2 -2
- package/scss/scheduler/_variables.scss +1 -1
- package/scss/scrollview/_variables.scss +1 -5
- package/scss/stepper/_variables.scss +2 -2
- package/scss/time-marker/_variables.scss +3 -1
- package/scss/timeline/_variables.scss +2 -2
- package/scss/toolbar/_variables.scss +1 -1
- package/scss/tooltip/_variables.scss +2 -2
- package/scss/treeview/_variables.scss +2 -2
- package/scss/upload/_variables.scss +4 -4
- package/scss/wizard/_variables.scss +1 -1
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-theme-classic",
|
|
3
3
|
"description": "Sass port of less based themes for Kendo UI theme",
|
|
4
|
-
"version": "12.1.0-dev.
|
|
4
|
+
"version": "12.1.0-dev.4",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"keywords": [
|
|
@@ -54,12 +54,12 @@
|
|
|
54
54
|
},
|
|
55
55
|
"dependencies": {
|
|
56
56
|
"@progress/kendo-svg-icons": "^4.5.0",
|
|
57
|
-
"@progress/kendo-theme-core": "12.1.0-dev.
|
|
58
|
-
"@progress/kendo-theme-utils": "12.1.0-dev.
|
|
57
|
+
"@progress/kendo-theme-core": "12.1.0-dev.4",
|
|
58
|
+
"@progress/kendo-theme-utils": "12.1.0-dev.4"
|
|
59
59
|
},
|
|
60
60
|
"directories": {
|
|
61
61
|
"doc": "docs",
|
|
62
62
|
"lib": "lib"
|
|
63
63
|
},
|
|
64
|
-
"gitHead": "
|
|
64
|
+
"gitHead": "997d297f9d4fead6c717625cde73bae59c744884"
|
|
65
65
|
}
|
|
@@ -30,7 +30,7 @@ $kendo-adaptive-grid-sort-text: k-color(primary) !default;
|
|
|
30
30
|
// Adaptive Scheduler
|
|
31
31
|
$kendo-adaptive-scheduler-current-text: k-color(primary) !default;
|
|
32
32
|
$kendo-adaptive-scheduler-base-text: inherit !default;
|
|
33
|
-
$kendo-adaptive-scheduler-subtle-text: k-color(
|
|
33
|
+
$kendo-adaptive-scheduler-subtle-text: k-color(on-app-surface) !default;
|
|
34
34
|
|
|
35
35
|
|
|
36
36
|
@forward "@progress/kendo-theme-core/scss/components/adaptive/_variables.scss" with (
|
|
@@ -13,7 +13,7 @@ $kendo-avatar-font-family: var( --kendo-font-family, inherit ) !default;
|
|
|
13
13
|
$kendo-avatar-font-size: var( --kendo-font-size, inherit ) !default;
|
|
14
14
|
/// The line height of the Avatar.
|
|
15
15
|
/// @group avatar
|
|
16
|
-
$kendo-avatar-line-height: var( --kendo-line-height, normal ) !default;
|
|
16
|
+
$kendo-avatar-line-height: var( --kendo-line-height-xs, normal ) !default;
|
|
17
17
|
|
|
18
18
|
/// The sizes map of the Avatar.
|
|
19
19
|
/// @group avatar
|
|
@@ -53,17 +53,17 @@ $kendo-breadcrumb-lg-line-height: var( --kendo-line-height-lg, normal ) !default
|
|
|
53
53
|
|
|
54
54
|
/// The base background of the Breadcrumb.
|
|
55
55
|
/// @group breadcrumb
|
|
56
|
-
$kendo-breadcrumb-bg:
|
|
56
|
+
$kendo-breadcrumb-bg: transparent !default;
|
|
57
57
|
/// The base text color of the Breadcrumb.
|
|
58
58
|
/// @group breadcrumb
|
|
59
59
|
$kendo-breadcrumb-text: k-color(on-app-surface) !default;
|
|
60
60
|
/// The base border color of the Breadcrumb.
|
|
61
61
|
/// @group breadcrumb
|
|
62
|
-
$kendo-breadcrumb-border:
|
|
62
|
+
$kendo-breadcrumb-border: transparent !default;
|
|
63
63
|
|
|
64
64
|
/// The box shadow of the focused Breadcrumb.
|
|
65
65
|
/// @group breadcrumb
|
|
66
|
-
$kendo-breadcrumb-focus-shadow: 0 0 2px 1px
|
|
66
|
+
$kendo-breadcrumb-focus-shadow: 0 0 2px 1px k-color(border) !default;
|
|
67
67
|
|
|
68
68
|
/// The horizontal padding of the small Breadcrumb link.
|
|
69
69
|
/// @group breadcrumb
|
|
@@ -47,9 +47,6 @@ $kendo-calendar-header-border-width: 1px !default;
|
|
|
47
47
|
/// The background color of the header in the Calendar.
|
|
48
48
|
/// @group calendar
|
|
49
49
|
$kendo-calendar-header-bg: k-color(surface) !default;
|
|
50
|
-
/// The text color of the header in the Calendar.
|
|
51
|
-
/// @group calendar
|
|
52
|
-
$kendo-calendar-header-text: k-color(on-app-surface) !default;
|
|
53
50
|
/// The border color of the header in the Calendar.
|
|
54
51
|
/// @group calendar
|
|
55
52
|
$kendo-calendar-header-border: k-color(border) !default;
|
|
@@ -58,7 +55,7 @@ $kendo-calendar-header-border: k-color(border) !default;
|
|
|
58
55
|
$kendo-calendar-header-gradient: null !default;
|
|
59
56
|
/// The shadow of the header in the Calendar.
|
|
60
57
|
/// @group calendar
|
|
61
|
-
$kendo-calendar-header-shadow:
|
|
58
|
+
$kendo-calendar-header-shadow: null !default;
|
|
62
59
|
|
|
63
60
|
/// The gap between the items in the navigation of the Calendar.
|
|
64
61
|
/// @group calendar
|
|
@@ -240,7 +237,7 @@ $kendo-calendar-navigation-item-height: 2em !default;
|
|
|
240
237
|
$kendo-calendar-navigation-bg: $kendo-calendar-header-bg !default;
|
|
241
238
|
/// The text color of the Calendar navigation.
|
|
242
239
|
/// @group calendar
|
|
243
|
-
$kendo-calendar-navigation-text:
|
|
240
|
+
$kendo-calendar-navigation-text: k-color(on-app-surface) !default;
|
|
244
241
|
/// The border color of the Calendar navigation.
|
|
245
242
|
/// @group calendar
|
|
246
243
|
$kendo-calendar-navigation-border: $kendo-calendar-header-border !default;
|
|
@@ -372,7 +369,6 @@ $kendo-calendar-sizes: (
|
|
|
372
369
|
$kendo-calendar-header-padding-y: $kendo-calendar-header-padding-y,
|
|
373
370
|
$kendo-calendar-header-border-width: $kendo-calendar-header-border-width,
|
|
374
371
|
$kendo-calendar-header-bg: $kendo-calendar-header-bg,
|
|
375
|
-
$kendo-calendar-header-text: $kendo-calendar-header-text,
|
|
376
372
|
$kendo-calendar-header-border: $kendo-calendar-header-border,
|
|
377
373
|
$kendo-calendar-header-gradient: $kendo-calendar-header-gradient,
|
|
378
374
|
$kendo-calendar-header-shadow: $kendo-calendar-header-shadow,
|
|
@@ -150,12 +150,9 @@ $kendo-card-subtitle-text: k-color(subtle) !default;
|
|
|
150
150
|
/// The maximum width of the Card image.
|
|
151
151
|
/// @group card
|
|
152
152
|
$kendo-card-img-max-width: 100px !default;
|
|
153
|
-
/// The size of the Avatar in the Card.
|
|
154
|
-
/// @group card
|
|
155
|
-
$kendo-card-avatar-size: 45px !default;
|
|
156
153
|
/// The spacing between the Avatar and the text in the Card.
|
|
157
154
|
/// @group card
|
|
158
|
-
$kendo-card-avatar-spacing:
|
|
155
|
+
$kendo-card-avatar-spacing: k-spacing(2) !default;
|
|
159
156
|
|
|
160
157
|
/// The horizontal padding of the Card actions.
|
|
161
158
|
/// @group card
|
|
@@ -245,7 +242,6 @@ $kendo-card-theme-colors: (
|
|
|
245
242
|
$kendo-card-subtitle-letter-spacing: $kendo-card-subtitle-letter-spacing,
|
|
246
243
|
$kendo-card-subtitle-text: $kendo-card-subtitle-text,
|
|
247
244
|
$kendo-card-img-max-width: $kendo-card-img-max-width,
|
|
248
|
-
$kendo-card-avatar-size: $kendo-card-avatar-size,
|
|
249
245
|
$kendo-card-avatar-spacing: $kendo-card-avatar-spacing,
|
|
250
246
|
$kendo-card-actions-padding-x: $kendo-card-actions-padding-x,
|
|
251
247
|
$kendo-card-actions-padding-y: $kendo-card-actions-padding-y,
|
|
@@ -102,7 +102,7 @@ $kendo-checkbox-indeterminate-border: $kendo-checkbox-border !default;
|
|
|
102
102
|
$kendo-checkbox-focus-border: null !default;
|
|
103
103
|
/// The box shadow of the focused CheckBox.
|
|
104
104
|
/// @group checkbox
|
|
105
|
-
$kendo-checkbox-focus-shadow: 0 0 0 2px
|
|
105
|
+
$kendo-checkbox-focus-shadow: 0 0 0 2px k-color(border) !default;
|
|
106
106
|
/// The border color of the focused and checked CheckBox.
|
|
107
107
|
/// @group checkbox
|
|
108
108
|
$kendo-checkbox-focus-checked-border: null !default;
|
|
@@ -132,10 +132,10 @@ $kendo-checkbox-disabled-checked-border: null !default;
|
|
|
132
132
|
|
|
133
133
|
/// The text color of an invalid CheckBox.
|
|
134
134
|
/// @group checkbox
|
|
135
|
-
$kendo-checkbox-invalid-text: k-color(error) !default;
|
|
135
|
+
$kendo-checkbox-invalid-text: k-color(error-on-surface) !default;
|
|
136
136
|
/// The border color of an invalid CheckBox.
|
|
137
137
|
/// @group checkbox
|
|
138
|
-
$kendo-checkbox-invalid-border: k-color(error) !default;
|
|
138
|
+
$kendo-checkbox-invalid-border: k-color(error-on-surface) !default;
|
|
139
139
|
|
|
140
140
|
|
|
141
141
|
// CheckBox indicator
|
|
@@ -52,7 +52,7 @@ $kendo-chip-lg-font-size: var( --kendo-font-size, inherit ) !default;
|
|
|
52
52
|
|
|
53
53
|
/// The Chip's line height that is related to the $kendo-font-size.
|
|
54
54
|
/// @group chip
|
|
55
|
-
$kendo-chip-line-height:
|
|
55
|
+
$kendo-chip-line-height: var( --kendo-line-height-xs, normal ) !default;
|
|
56
56
|
/// The small Chip's line height that is related to the $kendo-font-size.
|
|
57
57
|
/// @group chip
|
|
58
58
|
$kendo-chip-sm-line-height: $kendo-chip-line-height !default;
|
|
@@ -99,10 +99,10 @@ $kendo-chip-base-bg: $kendo-button-bg !default;
|
|
|
99
99
|
/// @group chip
|
|
100
100
|
$kendo-chip-theme-colors: (
|
|
101
101
|
"base": $kendo-chip-base-bg,
|
|
102
|
-
"error": k-color(error),
|
|
103
|
-
"info": k-color(info),
|
|
104
|
-
"warning": k-color(warning),
|
|
105
|
-
"success": k-color(success)
|
|
102
|
+
"error": k-color(error-subtle),
|
|
103
|
+
"info": k-color(info-subtle),
|
|
104
|
+
"warning": k-color(warning-subtle),
|
|
105
|
+
"success": k-color(success-subtle)
|
|
106
106
|
) !default;
|
|
107
107
|
|
|
108
108
|
/// The base background color of the solid Chip.
|
|
@@ -110,13 +110,13 @@ $kendo-chip-theme-colors: (
|
|
|
110
110
|
$kendo-chip-solid-bg: $kendo-chip-base-bg !default;
|
|
111
111
|
/// The base text color of the solid Chip.
|
|
112
112
|
/// @group chip
|
|
113
|
-
$kendo-chip-solid-text:
|
|
113
|
+
$kendo-chip-solid-text: k-color(base-on-subtle) !default;
|
|
114
114
|
/// The base border color of the solid Chip.
|
|
115
115
|
/// @group chip
|
|
116
|
-
$kendo-chip-solid-border:
|
|
116
|
+
$kendo-chip-solid-border: k-color(base-emphasis) !default;
|
|
117
117
|
/// The base shadow of the solid Chip.
|
|
118
118
|
/// @group chip
|
|
119
|
-
$kendo-chip-solid-shadow: 0 0 0 2px color-mix(in srgb, k-color(on-
|
|
119
|
+
$kendo-chip-solid-shadow: 0 0 0 2px color-mix(in srgb, k-color(base-on-surface) 16%, transparent) !default;
|
|
120
120
|
/// The base gradient of the solid Chip.
|
|
121
121
|
/// @group chip
|
|
122
122
|
$kendo-chip-solid-gradient: $kendo-button-gradient !default;
|
|
@@ -141,7 +141,7 @@ $kendo-chip-outline-text: k-color(base-on-surface) !default;
|
|
|
141
141
|
$kendo-chip-outline-border: $kendo-chip-outline-text !default;
|
|
142
142
|
/// The base shadow of the outline Chip.
|
|
143
143
|
/// @group chip
|
|
144
|
-
$kendo-chip-outline-shadow: 0 0 0 2px color-mix(in srgb, k-color(on-
|
|
144
|
+
$kendo-chip-outline-shadow: 0 0 0 2px color-mix(in srgb, k-color(base-on-surface) 16%, transparent) !default;
|
|
145
145
|
|
|
146
146
|
/// The base background color of the hovered outline Chip.
|
|
147
147
|
/// @group chip
|
|
@@ -29,7 +29,7 @@ $kendo-dialog-button-spacing: $kendo-actions-button-spacing !default;
|
|
|
29
29
|
|
|
30
30
|
/// The background color of the Dialog.
|
|
31
31
|
/// @group dialog
|
|
32
|
-
$kendo-dialog-bg: k-color(
|
|
32
|
+
$kendo-dialog-bg: k-color(surface-alt) !default;
|
|
33
33
|
|
|
34
34
|
/// The theme colors map for the Dialog.
|
|
35
35
|
/// @group dialog
|
|
@@ -64,7 +64,7 @@ $kendo-dock-manager-tabbed-pane-padding-x: k-spacing(2) !default;
|
|
|
64
64
|
$kendo-dock-manager-unpinned-container-width: 300px !default;
|
|
65
65
|
/// The background-color of the unpinned pane container in the DockManager component.
|
|
66
66
|
/// @group dock-manager
|
|
67
|
-
$kendo-dock-manager-unpinned-container-bg:
|
|
67
|
+
$kendo-dock-manager-unpinned-container-bg: k-color(surface-alt) !default;
|
|
68
68
|
/// The box shadow of the unpinned pane container in the DockManager component.
|
|
69
69
|
/// @group dock-manager
|
|
70
70
|
$kendo-dock-manager-unpinned-container-shadow: 4px 0px 5px 0px rgba(0, 0, 0, 0.04), 2px 0px 4px 0px rgba(0, 0, 0, 0.03) !default;
|
|
@@ -74,7 +74,7 @@ $kendo-dock-manager-unpinned-container-shadow: 4px 0px 5px 0px rgba(0, 0, 0, 0.0
|
|
|
74
74
|
$kendo-dock-indicator-padding: k-spacing(1.5) !default;
|
|
75
75
|
/// The background color of the dock indicator in the DockManager component.
|
|
76
76
|
/// @group dock-manager
|
|
77
|
-
$kendo-dock-indicator-bg:
|
|
77
|
+
$kendo-dock-indicator-bg: k-color(surface) !default;
|
|
78
78
|
/// The text color of the dock indicator in the DockManager component.
|
|
79
79
|
/// @group dock-manager
|
|
80
80
|
$kendo-dock-indicator-text: k-color(primary) !default;
|
|
@@ -89,14 +89,14 @@ $kendo-dock-indicator-outline-style: solid !default;
|
|
|
89
89
|
$kendo-dock-indicator-outline: $kendo-dock-indicator-text !default;
|
|
90
90
|
/// The box shadow of the dock indicator in the DockManager component.
|
|
91
91
|
/// @group dock-manager
|
|
92
|
-
$kendo-dock-indicator-shadow:
|
|
92
|
+
$kendo-dock-indicator-shadow: k-elevation(3) !default;
|
|
93
93
|
|
|
94
94
|
/// The background color of the hovered dock indicator in the DockManager component.
|
|
95
95
|
/// @group dock-manager
|
|
96
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
|
-
$kendo-dock-indicator-hover-text:
|
|
99
|
+
$kendo-dock-indicator-hover-text: k-color(on-primary) !default;
|
|
100
100
|
|
|
101
101
|
/// The width of the border around the dropping area in the DockManager component.
|
|
102
102
|
/// @group dock-manager
|
|
@@ -39,16 +39,16 @@ $kendo-drawer-content-padding-y: null !default;
|
|
|
39
39
|
$kendo-drawer-scrollbar-width: 7px !default;
|
|
40
40
|
/// The color of the Drawer scrollbar track.
|
|
41
41
|
/// @group drawer
|
|
42
|
-
$kendo-drawer-scrollbar-color:
|
|
42
|
+
$kendo-drawer-scrollbar-color: color-mix(in srgb, k-color(inverse) 70%, transparent) !default;
|
|
43
43
|
/// The background color of the Drawer scrollbar thumb.
|
|
44
44
|
/// @group drawer
|
|
45
|
-
$kendo-drawer-scrollbar-bg:
|
|
45
|
+
$kendo-drawer-scrollbar-bg: color-mix(in srgb, k-color(inverse-subtle), k-color(on-inverse)) !default;
|
|
46
46
|
/// The border radius of the Drawer scrollbar.
|
|
47
47
|
/// @group drawer
|
|
48
48
|
$kendo-drawer-scrollbar-radius: 20px !default;
|
|
49
49
|
/// The hover color of the Drawer scrollbar track.
|
|
50
50
|
/// @group drawer
|
|
51
|
-
$kendo-drawer-scrollbar-hover-color:
|
|
51
|
+
$kendo-drawer-scrollbar-hover-color: $kendo-drawer-scrollbar-color !default;
|
|
52
52
|
|
|
53
53
|
/// The horizontal padding of the Drawer items.
|
|
54
54
|
/// @group drawer
|
|
@@ -34,7 +34,7 @@ $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: k-color(primary
|
|
37
|
+
$kendo-editor-highlighted-bg: color-mix(in srgb, k-color(primary) 25%, transparent) !default;
|
|
38
38
|
|
|
39
39
|
/// The horizontal margin of the Editor's export tool icon.
|
|
40
40
|
/// @group editor
|
|
@@ -63,7 +63,7 @@ $kendo-expander-header-focus-shadow: $kendo-list-item-focus-shadow !default;
|
|
|
63
63
|
|
|
64
64
|
/// The text color of the ExpansionPanel title.
|
|
65
65
|
/// @group expander
|
|
66
|
-
$kendo-expander-title-text: k-color(primary) !default;
|
|
66
|
+
$kendo-expander-title-text: k-color(primary-on-surface) !default;
|
|
67
67
|
|
|
68
68
|
/// The text color of the ExpansionPanel sub-title.
|
|
69
69
|
/// @group expander
|
package/scss/fab/_variables.scss
CHANGED
|
@@ -129,7 +129,7 @@ $kendo-fab-sizes: (
|
|
|
129
129
|
$kendo-fab-shadow: k-elevation(5) !default;
|
|
130
130
|
/// The shadow of the disabled FAB.
|
|
131
131
|
/// @group floating-action-button
|
|
132
|
-
$kendo-fab-disabled-shadow:
|
|
132
|
+
$kendo-fab-disabled-shadow: null !default;
|
|
133
133
|
/// The shadow of the active FAB.
|
|
134
134
|
/// @group floating-action-button
|
|
135
135
|
$kendo-fab-active-shadow: null !default;
|
|
@@ -25,11 +25,11 @@ $kendo-filter-operator-dropdown-width: 15em !default;
|
|
|
25
25
|
$kendo-filter-preview-field-text: k-color(primary) !default;
|
|
26
26
|
/// The text color of the Filter preview operator.
|
|
27
27
|
/// @group filter
|
|
28
|
-
$kendo-filter-preview-operator-text: k-color(
|
|
28
|
+
$kendo-filter-preview-operator-text: k-color(on-app-surface) !default;
|
|
29
29
|
|
|
30
30
|
/// The box shadow of the focused Filter toolbar.
|
|
31
31
|
/// @group filter
|
|
32
|
-
$kendo-filter-toolbar-focus-shadow: 0 0 0 2px
|
|
32
|
+
$kendo-filter-toolbar-focus-shadow: 0 0 0 2px k-color(border-alt) !default;
|
|
33
33
|
|
|
34
34
|
|
|
35
35
|
@forward "@progress/kendo-theme-core/scss/components/filter/_variables.scss" with (
|
|
@@ -228,13 +228,13 @@ $kendo-gantt-validation-tooltip-width: 200px !default;
|
|
|
228
228
|
$kendo-gantt-validation-tooltip-label-width: 50px !default;
|
|
229
229
|
/// The border color of the Gantt validation Tooltip.
|
|
230
230
|
/// @group gantt
|
|
231
|
-
$kendo-gantt-validation-tooltip-border:
|
|
231
|
+
$kendo-gantt-validation-tooltip-border: k-color(inverse-emphasis) !default;
|
|
232
232
|
/// The border color of the valid Gantt validation Tooltip.
|
|
233
233
|
/// @group gantt
|
|
234
|
-
$kendo-gantt-validation-tooltip-valid-border: k-color(success) !default;
|
|
234
|
+
$kendo-gantt-validation-tooltip-valid-border: k-color(success-emphasis) !default;
|
|
235
235
|
/// The border color of the invalid Gantt validation Tooltip.
|
|
236
236
|
/// @group gantt
|
|
237
|
-
$kendo-gantt-validation-tooltip-invalid-border: k-color(error) !default;
|
|
237
|
+
$kendo-gantt-validation-tooltip-invalid-border: k-color(error-emphasis) !default;
|
|
238
238
|
|
|
239
239
|
/// The horizontal padding of the Gantt task Tooltip.
|
|
240
240
|
/// @group gantt
|
|
@@ -29,7 +29,7 @@ $kendo-image-editor-bg: k-color(surface-alt) !default;
|
|
|
29
29
|
$kendo-image-editor-text: k-color(on-app-surface) !default;
|
|
30
30
|
$kendo-image-editor-border: k-color(border) !default;
|
|
31
31
|
|
|
32
|
-
$kendo-image-editor-content-bg:
|
|
32
|
+
$kendo-image-editor-content-bg: k-color(surface) !default;
|
|
33
33
|
$kendo-image-editor-content-text: null !default;
|
|
34
34
|
$kendo-image-editor-content-border: null !default;
|
|
35
35
|
|
|
@@ -277,7 +277,7 @@ $kendo-input-suffix-bg: null !default;
|
|
|
277
277
|
|
|
278
278
|
/// The border color of the invalid Input components.
|
|
279
279
|
/// @group input
|
|
280
|
-
$kendo-input-invalid-border: k-color(error) !default;
|
|
280
|
+
$kendo-input-invalid-border: k-color(error-on-surface) !default;
|
|
281
281
|
/// The shadow of the invalid Input components.
|
|
282
282
|
/// @group input
|
|
283
283
|
$kendo-input-invalid-shadow: null !default;
|
|
@@ -351,7 +351,7 @@ $kendo-picker-disabled-shadow: null !default;
|
|
|
351
351
|
$kendo-picker-outline-bg: null !default;
|
|
352
352
|
/// The text color of the outline Picker components.
|
|
353
353
|
/// @group picker
|
|
354
|
-
$kendo-picker-outline-text:
|
|
354
|
+
$kendo-picker-outline-text: k-color(on-app-surface) !default;
|
|
355
355
|
/// The border color of the outline Picker components.
|
|
356
356
|
/// @group picker
|
|
357
357
|
$kendo-picker-outline-border: color-mix(in srgb, k-color(on-app-surface) 50%, transparent) !default;
|
|
@@ -394,7 +394,7 @@ $kendo-picker-outline-hover-focus-border: null !default;
|
|
|
394
394
|
$kendo-picker-flat-bg: null !default;
|
|
395
395
|
/// The text color of the flat Picker components.
|
|
396
396
|
/// @group picker
|
|
397
|
-
$kendo-picker-flat-text:
|
|
397
|
+
$kendo-picker-flat-text: k-color(on-app-surface) !default;
|
|
398
398
|
/// The border color of the flat Picker components.
|
|
399
399
|
/// @group picker
|
|
400
400
|
$kendo-picker-flat-border: $kendo-button-border !default;
|
|
@@ -256,7 +256,7 @@ $kendo-list-item-text: null !default;
|
|
|
256
256
|
|
|
257
257
|
/// The background color of the hovered List items.
|
|
258
258
|
/// @group list
|
|
259
|
-
$kendo-list-item-hover-bg: k-color(
|
|
259
|
+
$kendo-list-item-hover-bg: color-mix(in srgb, k-color(on-app-surface) 8%, transparent ) !default;
|
|
260
260
|
/// The text color of the hovered List items.
|
|
261
261
|
/// @group list
|
|
262
262
|
$kendo-list-item-hover-text: k-color(on-app-surface) !default;
|
|
@@ -269,7 +269,7 @@ $kendo-list-item-focus-bg: null !default;
|
|
|
269
269
|
$kendo-list-item-focus-text: null !default;
|
|
270
270
|
/// The box shadow of the focused List items.
|
|
271
271
|
/// @group list
|
|
272
|
-
$kendo-list-item-focus-shadow: inset 0 0 0 2px
|
|
272
|
+
$kendo-list-item-focus-shadow: inset 0 0 0 2px k-color(border-alt) !default;
|
|
273
273
|
|
|
274
274
|
/// The background color of the selected List items.
|
|
275
275
|
/// @group list
|
|
@@ -59,7 +59,7 @@ $kendo-listview-item-focus-bg: null !default;
|
|
|
59
59
|
$kendo-listview-item-focus-border: null !default;
|
|
60
60
|
/// The box shadow of the focused ListView items.
|
|
61
61
|
/// @group listview
|
|
62
|
-
$kendo-listview-item-focus-shadow: inset 0 0 0 2px
|
|
62
|
+
$kendo-listview-item-focus-shadow: inset 0 0 0 2px k-color(border-alt) !default;
|
|
63
63
|
|
|
64
64
|
|
|
65
65
|
@forward "@progress/kendo-theme-core/scss/components/listview/_variables.scss" with (
|
|
@@ -83,7 +83,7 @@ $kendo-menu-item-hover-gradient: null !default;
|
|
|
83
83
|
$kendo-menu-item-active-bg: null !default;
|
|
84
84
|
/// The text color of active Menu item.
|
|
85
85
|
/// @group menu
|
|
86
|
-
$kendo-menu-item-active-text: k-color(on-
|
|
86
|
+
$kendo-menu-item-active-text: k-color(primary-on-surface) !default;
|
|
87
87
|
/// The border color of active Menu item.
|
|
88
88
|
/// @group menu
|
|
89
89
|
$kendo-menu-item-active-border: null !default;
|
|
@@ -100,7 +100,7 @@ $kendo-menu-item-focus-shadow: inset 0 0 3px 1px color-mix(in srgb, k-color(on-a
|
|
|
100
100
|
$kendo-menu-item-selected-bg: null !default;
|
|
101
101
|
/// The text color of selected Menu item.
|
|
102
102
|
/// @group menu
|
|
103
|
-
$kendo-menu-item-selected-text:
|
|
103
|
+
$kendo-menu-item-selected-text: k-color(primary-on-surface) !default;
|
|
104
104
|
/// The border color of selected Menu item.
|
|
105
105
|
/// @group menu
|
|
106
106
|
$kendo-menu-item-selected-border: null !default;
|
|
@@ -241,7 +241,7 @@ $kendo-menu-popup-item-gradient: null !default;
|
|
|
241
241
|
|
|
242
242
|
/// The background color of hovered Menu item in popup.
|
|
243
243
|
/// @group menu
|
|
244
|
-
$kendo-menu-popup-item-hover-bg:
|
|
244
|
+
$kendo-menu-popup-item-hover-bg: color-mix(in srgb, k-color(on-app-surface) 8%, transparent) !default;
|
|
245
245
|
/// The text color of hovered Menu item in popup.
|
|
246
246
|
/// @group menu
|
|
247
247
|
$kendo-menu-popup-item-hover-text: $kendo-list-item-hover-text !default;
|
|
@@ -129,7 +129,7 @@ $kendo-orgchart-card-body-border-color: transparent !default;
|
|
|
129
129
|
$kendo-orgchart-card-body-vbox-margin-right: list.slash( $kendo-orgchart-spacer, 2 ) !default;
|
|
130
130
|
/// The min height of the OrgChart Card body title wrap.
|
|
131
131
|
/// @group orgchart
|
|
132
|
-
$kendo-orgchart-card-body-vbox-min-height:
|
|
132
|
+
$kendo-orgchart-card-body-vbox-min-height: k-spacing(11) !default;
|
|
133
133
|
|
|
134
134
|
/// The size of the OrgChart connecting line.
|
|
135
135
|
/// @group orgchart
|
|
@@ -70,7 +70,7 @@ $kendo-pager-border: k-color(border) !default;
|
|
|
70
70
|
$kendo-pager-focus-bg: null !default;
|
|
71
71
|
/// The box shadow of the focused Pager.
|
|
72
72
|
/// @group pager
|
|
73
|
-
$kendo-pager-focus-shadow:
|
|
73
|
+
$kendo-pager-focus-shadow: inset 0 0 0 2px k-color(border-alt) !default;
|
|
74
74
|
|
|
75
75
|
/// The border width of the Pager items.
|
|
76
76
|
/// @group pager
|
|
@@ -69,7 +69,7 @@ $kendo-panelbar-header-gradient: null !default;
|
|
|
69
69
|
|
|
70
70
|
/// The background color of the hovered PanelBar header.
|
|
71
71
|
/// @group panelbar
|
|
72
|
-
$kendo-panelbar-header-hover-bg: k-color(
|
|
72
|
+
$kendo-panelbar-header-hover-bg: color-mix( in srgb, k-color(on-app-surface) 8%, transparent ) !default;
|
|
73
73
|
/// The text color of the hovered PanelBar header.
|
|
74
74
|
/// @group panelbar
|
|
75
75
|
$kendo-panelbar-header-hover-text: k-color(on-app-surface) !default;
|
|
@@ -163,7 +163,7 @@ $kendo-panelbar-header-selected-hover-focus-gradient: null !default;
|
|
|
163
163
|
|
|
164
164
|
/// The background color of the hovered PanelBar items.
|
|
165
165
|
/// @group panelbar
|
|
166
|
-
$kendo-panelbar-item-hover-bg: k-color(
|
|
166
|
+
$kendo-panelbar-item-hover-bg: color-mix( in srgb, k-color(on-app-surface) 8%, transparent ) !default;
|
|
167
167
|
/// The text color of the hovered PanelBar items.
|
|
168
168
|
/// @group panelbar
|
|
169
169
|
$kendo-panelbar-item-hover-text: null !default;
|
|
@@ -132,10 +132,10 @@ $kendo-pdf-viewer-highlight-annotation-hover-border: k-color(primary-hover) !def
|
|
|
132
132
|
$kendo-pdf-viewer-free-text-annotation-border: k-color(primary) !default;
|
|
133
133
|
/// The placeholder text color of the PDFViewer free text annotation.
|
|
134
134
|
/// @group pdf-viewer
|
|
135
|
-
$kendo-pdf-viewer-free-text-annotation-placeholder-text:
|
|
135
|
+
$kendo-pdf-viewer-free-text-annotation-placeholder-text: k-color(primary-on-subtle) !default;
|
|
136
136
|
/// The text color of the PDFViewer free text annotation.
|
|
137
137
|
/// @group pdf-viewer
|
|
138
|
-
$kendo-pdf-viewer-free-text-annotation-text:
|
|
138
|
+
$kendo-pdf-viewer-free-text-annotation-text: k-color(primary-on-subtle) !default;
|
|
139
139
|
|
|
140
140
|
|
|
141
141
|
@forward "@progress/kendo-theme-core/scss/components/pdf-viewer/_variables.scss" with (
|
|
@@ -111,7 +111,7 @@ $kendo-scheduler-event-selected-border: null !default;
|
|
|
111
111
|
$kendo-scheduler-event-selected-gradient: null !default;
|
|
112
112
|
/// The shadow of the selected Scheduler event.
|
|
113
113
|
/// @group scheduler
|
|
114
|
-
$kendo-scheduler-event-selected-shadow: inset 0 0 0 2px
|
|
114
|
+
$kendo-scheduler-event-selected-shadow: inset 0 0 0 2px k-color(border-alt) !default;
|
|
115
115
|
|
|
116
116
|
/// The shadow of the ongoing Scheduler event.
|
|
117
117
|
/// @group scheduler
|