@progress/kendo-theme-default 12.1.0-dev.1 → 12.1.0-dev.3
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-dataviz-v4.css +1 -1
- package/dist/default-green.css +1 -1
- package/dist/default-main-dark.css +1 -1
- package/dist/default-main-dark.scss +4 -4
- package/dist/default-main.css +1 -1
- package/dist/default-nordic.css +1 -1
- package/dist/default-ocean-blue-a11y.css +1 -1
- package/dist/default-ocean-blue-a11y.scss +1 -1
- package/dist/default-ocean-blue.css +1 -1
- package/dist/default-orange.css +1 -1
- package/dist/default-purple.css +1 -1
- package/dist/default-turquoise.css +1 -1
- package/dist/default-urban.css +1 -1
- package/dist/meta/sassdoc-data.json +1314 -1476
- package/dist/meta/sassdoc-raw-data.json +486 -561
- package/dist/meta/variables.json +182 -194
- package/lib/swatches/default-blue.json +1 -1
- package/lib/swatches/default-dataviz-v4.json +1 -1
- package/lib/swatches/default-green.json +1 -1
- package/lib/swatches/default-main-dark.json +5 -5
- package/lib/swatches/default-main.json +1 -1
- package/lib/swatches/default-nordic.json +1 -1
- package/lib/swatches/default-ocean-blue-a11y.json +2 -2
- package/lib/swatches/default-ocean-blue.json +1 -1
- package/lib/swatches/default-orange.json +1 -1
- package/lib/swatches/default-purple.json +1 -1
- package/lib/swatches/default-turquoise.json +1 -1
- package/lib/swatches/default-urban.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 +8 -8
- package/scss/button/_variables.scss +1 -1
- package/scss/calendar/_variables.scss +4 -8
- package/scss/card/_variables.scss +4 -8
- package/scss/checkbox/_variables.scss +3 -3
- package/scss/chip/_variables.scss +9 -9
- package/scss/color-preview/_variables.scss +1 -1
- package/scss/colorgradient/_variables.scss +3 -3
- package/scss/colorpalette/_variables.scss +3 -3
- 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 +2 -2
- package/scss/fab/_variables.scss +1 -1
- package/scss/filter/_variables.scss +2 -2
- package/scss/gantt/_variables.scss +7 -7
- package/scss/imageeditor/_variables.scss +1 -1
- package/scss/input/_variables.scss +7 -7
- package/scss/list/_variables.scss +2 -2
- package/scss/listview/_variables.scss +1 -1
- package/scss/loader/_variables.scss +1 -1
- package/scss/menu/_variables.scss +3 -3
- package/scss/orgchart/_variables.scss +1 -1
- package/scss/overlay/_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 +2 -6
- package/scss/stepper/_variables.scss +3 -3
- package/scss/tabstrip/_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
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"name": "Default Main Dark",
|
|
4
4
|
"product": "kendo",
|
|
5
5
|
"base": "@progress/kendo-theme-default",
|
|
6
|
-
"version": "12.1.0-dev.
|
|
6
|
+
"version": "12.1.0-dev.3",
|
|
7
7
|
"previewColors": [
|
|
8
8
|
"#000000",
|
|
9
9
|
"#151515",
|
|
@@ -554,17 +554,17 @@
|
|
|
554
554
|
"inverse-subtle": {
|
|
555
555
|
"name": "Inverse Subtle",
|
|
556
556
|
"type": "color",
|
|
557
|
-
"value": "#
|
|
557
|
+
"value": "#c2c2c2"
|
|
558
558
|
},
|
|
559
559
|
"inverse-subtle-hover": {
|
|
560
560
|
"name": "Inverse Subtle Hover",
|
|
561
561
|
"type": "color",
|
|
562
|
-
"value": "#
|
|
562
|
+
"value": "#9c9c9c"
|
|
563
563
|
},
|
|
564
564
|
"inverse-subtle-active": {
|
|
565
565
|
"name": "Inverse Subtle Active",
|
|
566
566
|
"type": "color",
|
|
567
|
-
"value": "#
|
|
567
|
+
"value": "#757575"
|
|
568
568
|
},
|
|
569
569
|
"inverse": {
|
|
570
570
|
"name": "Inverse",
|
|
@@ -584,7 +584,7 @@
|
|
|
584
584
|
"inverse-emphasis": {
|
|
585
585
|
"name": "Inverse Emphasis",
|
|
586
586
|
"type": "color",
|
|
587
|
-
"value": "#
|
|
587
|
+
"value": "#575757"
|
|
588
588
|
},
|
|
589
589
|
"inverse-on-subtle": {
|
|
590
590
|
"name": "Inverse On Subtle",
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"name": "Default Ocean Blue A11Y",
|
|
4
4
|
"product": "kendo",
|
|
5
5
|
"base": "@progress/kendo-theme-default",
|
|
6
|
-
"version": "12.1.0-dev.
|
|
6
|
+
"version": "12.1.0-dev.3",
|
|
7
7
|
"previewColors": [
|
|
8
8
|
"#ffffff",
|
|
9
9
|
"#f5f5f5",
|
|
@@ -439,7 +439,7 @@
|
|
|
439
439
|
"error-on-surface": {
|
|
440
440
|
"name": "Error On Surface",
|
|
441
441
|
"type": "color",
|
|
442
|
-
"value": "#
|
|
442
|
+
"value": "#D51923"
|
|
443
443
|
},
|
|
444
444
|
"light-subtle": {
|
|
445
445
|
"name": "Light Subtle",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-theme-default",
|
|
3
3
|
"description": "SASS resources for the default Kendo UI theme",
|
|
4
|
-
"version": "12.1.0-dev.
|
|
4
|
+
"version": "12.1.0-dev.3",
|
|
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": "^4.5.0",
|
|
56
|
-
"@progress/kendo-theme-core": "12.1.0-dev.
|
|
57
|
-
"@progress/kendo-theme-utils": "12.1.0-dev.
|
|
56
|
+
"@progress/kendo-theme-core": "12.1.0-dev.3",
|
|
57
|
+
"@progress/kendo-theme-utils": "12.1.0-dev.3"
|
|
58
58
|
},
|
|
59
59
|
"directories": {
|
|
60
60
|
"doc": "docs",
|
|
61
61
|
"lib": "lib"
|
|
62
62
|
},
|
|
63
|
-
"gitHead": "
|
|
63
|
+
"gitHead": "71fe28c36a28e15bfd6c0934fa049a4933e9f184"
|
|
64
64
|
}
|
|
@@ -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
|
@forward "@progress/kendo-theme-core/scss/components/adaptive/_variables.scss" with (
|
|
36
36
|
$kendo-adaptive-bg: $kendo-adaptive-bg,
|
|
@@ -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
|
|
@@ -52,17 +52,17 @@ $kendo-breadcrumb-lg-line-height: var( --kendo-line-height-lg, normal ) !default
|
|
|
52
52
|
|
|
53
53
|
/// The base background of the Breadcrumb.
|
|
54
54
|
/// @group breadcrumb
|
|
55
|
-
$kendo-breadcrumb-bg:
|
|
55
|
+
$kendo-breadcrumb-bg: transparent !default;
|
|
56
56
|
/// The base text color of the Breadcrumb.
|
|
57
57
|
/// @group breadcrumb
|
|
58
58
|
$kendo-breadcrumb-text: k-color(on-app-surface) !default;
|
|
59
59
|
/// The base border color of the Breadcrumb.
|
|
60
60
|
/// @group breadcrumb
|
|
61
|
-
$kendo-breadcrumb-border:
|
|
61
|
+
$kendo-breadcrumb-border: transparent !default;
|
|
62
62
|
|
|
63
63
|
/// The box shadow of the focused Breadcrumb.
|
|
64
64
|
/// @group breadcrumb
|
|
65
|
-
$kendo-breadcrumb-focus-shadow: 0 0 2px 1px
|
|
65
|
+
$kendo-breadcrumb-focus-shadow: 0 0 2px 1px k-color(border) !default;
|
|
66
66
|
|
|
67
67
|
/// The horizontal padding of the small Breadcrumb link.
|
|
68
68
|
/// @group breadcrumb
|
|
@@ -120,17 +120,17 @@ $kendo-breadcrumb-link-icon-spacing: $kendo-icon-spacing !default;
|
|
|
120
120
|
$kendo-breadcrumb-link-bg: null !default;
|
|
121
121
|
/// The text color of the Breadcrumb link.
|
|
122
122
|
/// @group breadcrumb
|
|
123
|
-
$kendo-breadcrumb-link-text: k-color(primary) !default;
|
|
123
|
+
$kendo-breadcrumb-link-text: k-color( primary-on-surface) !default;
|
|
124
124
|
/// The border color of the Breadcrumb link.
|
|
125
125
|
/// @group breadcrumb
|
|
126
126
|
$kendo-breadcrumb-link-border: null !default;
|
|
127
127
|
|
|
128
128
|
/// The background color of the hovered Breadcrumb link.
|
|
129
129
|
/// @group breadcrumb
|
|
130
|
-
$kendo-breadcrumb-link-hover-bg:
|
|
130
|
+
$kendo-breadcrumb-link-hover-bg: transparent !default;
|
|
131
131
|
/// The text color of the hovered Breadcrumb link.
|
|
132
132
|
/// @group breadcrumb
|
|
133
|
-
$kendo-breadcrumb-link-hover-text: k-color(primary-
|
|
133
|
+
$kendo-breadcrumb-link-hover-text: color-mix(in srgb, k-color(primary-on-surface) 80%, k-color(on-app-surface)) !default;
|
|
134
134
|
/// The border color of the hovered Breadcrumb link.
|
|
135
135
|
/// @group breadcrumb
|
|
136
136
|
$kendo-breadcrumb-link-hover-border: null !default;
|
|
@@ -146,7 +146,7 @@ $kendo-breadcrumb-link-focus-text: k-color(primary) !default;
|
|
|
146
146
|
$kendo-breadcrumb-link-focus-border: null !default;
|
|
147
147
|
/// The box shadow of the focused Breadcrumb link.
|
|
148
148
|
/// @group breadcrumb
|
|
149
|
-
$kendo-breadcrumb-link-focus-shadow:
|
|
149
|
+
$kendo-breadcrumb-link-focus-shadow: inset 0 0 0 2px k-color(border-alt) !default;
|
|
150
150
|
|
|
151
151
|
/// The background color of the Breadcrumb root link.
|
|
152
152
|
/// @group breadcrumb
|
|
@@ -160,7 +160,7 @@ $kendo-breadcrumb-root-link-border: null !default;
|
|
|
160
160
|
|
|
161
161
|
/// The background color of the hovered Breadcrumb root link.
|
|
162
162
|
/// @group breadcrumb
|
|
163
|
-
$kendo-breadcrumb-root-link-hover-bg:
|
|
163
|
+
$kendo-breadcrumb-root-link-hover-bg: transparent !default;
|
|
164
164
|
/// The text color of the hovered Breadcrumb root link.
|
|
165
165
|
/// @group breadcrumb
|
|
166
166
|
$kendo-breadcrumb-root-link-hover-text: null !default;
|
|
@@ -239,7 +239,7 @@ $kendo-clear-button-focus-opacity: .1 !default;
|
|
|
239
239
|
|
|
240
240
|
/// The overlay opacity of the hovered flat Button. Used to create a background for the flat Button.
|
|
241
241
|
/// @group button
|
|
242
|
-
$kendo-flat-button-hover-opacity: .
|
|
242
|
+
$kendo-flat-button-hover-opacity: .08 !default;
|
|
243
243
|
/// The overlay opacity of the focused flat Button. Used to create a background for the flat Button.
|
|
244
244
|
/// @group button
|
|
245
245
|
$kendo-flat-button-focus-opacity: null !default;
|
|
@@ -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;
|
|
@@ -59,7 +56,7 @@ $kendo-calendar-header-gradient: null !default;
|
|
|
59
56
|
// TODO: variable is used, but the selector using it is not! Potentially remove;
|
|
60
57
|
/// The shadow of the header in the Calendar.
|
|
61
58
|
/// @group calendar
|
|
62
|
-
$kendo-calendar-header-shadow:
|
|
59
|
+
$kendo-calendar-header-shadow: k-elevation(1) !default;
|
|
63
60
|
|
|
64
61
|
/// The gap between the items in the navigation of the Calendar.
|
|
65
62
|
/// @group calendar
|
|
@@ -183,7 +180,7 @@ $kendo-calendar-cell-border: null !default;
|
|
|
183
180
|
|
|
184
181
|
/// The background color of the hovered cells in the Calendar.
|
|
185
182
|
/// @group calendar
|
|
186
|
-
$kendo-calendar-cell-hover-bg:
|
|
183
|
+
$kendo-calendar-cell-hover-bg: color-mix( in srgb, currentColor 8%, transparent ) !default;
|
|
187
184
|
/// The text color of the hovered cells in the Calendar.
|
|
188
185
|
/// @group calendar
|
|
189
186
|
$kendo-calendar-cell-hover-text: k-color(on-app-surface) !default;
|
|
@@ -222,7 +219,7 @@ $kendo-calendar-cell-selected-hover-gradient: null !default;
|
|
|
222
219
|
|
|
223
220
|
/// The shadow of the focused cells in the Calendar.
|
|
224
221
|
/// @group calendar
|
|
225
|
-
$kendo-calendar-cell-focus-shadow: inset 0 0 0 2px
|
|
222
|
+
$kendo-calendar-cell-focus-shadow: inset 0 0 0 2px color-mix(in srgb, currentColor 8%, transparent) !default;
|
|
226
223
|
/// The shadow of the selected and focused cells in the Calendar.
|
|
227
224
|
/// @group calendar
|
|
228
225
|
$kendo-calendar-cell-selected-focus-shadow: $kendo-calendar-cell-focus-shadow !default;
|
|
@@ -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;
|
|
@@ -371,7 +368,6 @@ $kendo-calendar-sizes: (
|
|
|
371
368
|
$kendo-calendar-header-padding-y: $kendo-calendar-header-padding-y,
|
|
372
369
|
$kendo-calendar-header-border-width: $kendo-calendar-header-border-width,
|
|
373
370
|
$kendo-calendar-header-bg: $kendo-calendar-header-bg,
|
|
374
|
-
$kendo-calendar-header-text: $kendo-calendar-header-text,
|
|
375
371
|
$kendo-calendar-header-border: $kendo-calendar-header-border,
|
|
376
372
|
$kendo-calendar-header-gradient: $kendo-calendar-header-gradient,
|
|
377
373
|
$kendo-calendar-header-shadow: $kendo-calendar-header-shadow,
|
|
@@ -53,7 +53,7 @@ $kendo-card-focus-bg: null !default;
|
|
|
53
53
|
$kendo-card-focus-text: null !default;
|
|
54
54
|
/// The border color of the focused Card.
|
|
55
55
|
/// @group card
|
|
56
|
-
$kendo-card-focus-border:
|
|
56
|
+
$kendo-card-focus-border: k-color(border-alt) !default;
|
|
57
57
|
|
|
58
58
|
// TODO: double-check: the default theme is not supposed to elevate the Card on focus
|
|
59
59
|
|
|
@@ -89,10 +89,10 @@ $kendo-card-body-padding-y: k-spacing(4) !default;
|
|
|
89
89
|
|
|
90
90
|
/// The horizontal padding of the Card footer.
|
|
91
91
|
/// @group card
|
|
92
|
-
$kendo-card-footer-padding-x:
|
|
92
|
+
$kendo-card-footer-padding-x: k-spacing(2) !default;
|
|
93
93
|
/// The vertical padding of the Card footer.
|
|
94
94
|
/// @group card
|
|
95
|
-
$kendo-card-footer-padding-y:
|
|
95
|
+
$kendo-card-footer-padding-y: k-spacing(2) !default;
|
|
96
96
|
/// The top border width of the Card footer.
|
|
97
97
|
/// @group card
|
|
98
98
|
$kendo-card-footer-border-width: 1px !default;
|
|
@@ -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
|
|
@@ -243,7 +240,6 @@ $kendo-card-theme-colors: (
|
|
|
243
240
|
$kendo-card-subtitle-letter-spacing: $kendo-card-subtitle-letter-spacing,
|
|
244
241
|
$kendo-card-subtitle-text: $kendo-card-subtitle-text,
|
|
245
242
|
$kendo-card-img-max-width: $kendo-card-img-max-width,
|
|
246
|
-
$kendo-card-avatar-size: $kendo-card-avatar-size,
|
|
247
243
|
$kendo-card-avatar-spacing: $kendo-card-avatar-spacing,
|
|
248
244
|
$kendo-card-actions-padding-x: $kendo-card-actions-padding-x,
|
|
249
245
|
$kendo-card-actions-padding-y: $kendo-card-actions-padding-y,
|
|
@@ -103,7 +103,7 @@ $kendo-checkbox-indeterminate-border: $kendo-checkbox-border !default;
|
|
|
103
103
|
$kendo-checkbox-focus-border: null !default;
|
|
104
104
|
/// The box shadow of the focused CheckBox.
|
|
105
105
|
/// @group checkbox
|
|
106
|
-
$kendo-checkbox-focus-shadow: 0 0 0 2px
|
|
106
|
+
$kendo-checkbox-focus-shadow: 0 0 0 2px k-color(border) !default;
|
|
107
107
|
/// The border color of the focused and checked CheckBox.
|
|
108
108
|
/// @group checkbox
|
|
109
109
|
$kendo-checkbox-focus-checked-border: null !default;
|
|
@@ -133,10 +133,10 @@ $kendo-checkbox-disabled-checked-border: null !default;
|
|
|
133
133
|
|
|
134
134
|
/// The text color of an invalid CheckBox.
|
|
135
135
|
/// @group checkbox
|
|
136
|
-
$kendo-checkbox-invalid-text: k-color(error) !default;
|
|
136
|
+
$kendo-checkbox-invalid-text: k-color(error-on-surface) !default;
|
|
137
137
|
/// The border color of an invalid CheckBox.
|
|
138
138
|
/// @group checkbox
|
|
139
|
-
$kendo-checkbox-invalid-border: k-color(error) !default;
|
|
139
|
+
$kendo-checkbox-invalid-border: k-color(error-on-surface) !default;
|
|
140
140
|
|
|
141
141
|
|
|
142
142
|
// 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: k-color(base-subtle) !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
|
|
@@ -9,7 +9,7 @@ $kendo-color-preview-text: null !default;
|
|
|
9
9
|
$kendo-color-preview-border: k-color(border) !default;
|
|
10
10
|
$kendo-color-preview-hover-border: k-color(border) !default;
|
|
11
11
|
|
|
12
|
-
$kendo-color-preview-no-color-bg:
|
|
12
|
+
$kendo-color-preview-no-color-bg: k-color(surface-alt) !default;
|
|
13
13
|
$kendo-color-preview-no-color-text: k-color(error) !default;
|
|
14
14
|
$kendo-color-preview-no-color-border: null !default;
|
|
15
15
|
|
|
@@ -166,13 +166,13 @@ $kendo-color-gradient-draghandle-text: null !default;
|
|
|
166
166
|
$kendo-color-gradient-draghandle-bg: transparent !default;
|
|
167
167
|
/// The color of the border around the ColorGradient canvas drag handle.
|
|
168
168
|
/// @group color-gradient
|
|
169
|
-
$kendo-color-gradient-draghandle-border:
|
|
169
|
+
$kendo-color-gradient-draghandle-border: color-mix(in srgb, k-color(light) 80%, transparent) !default;
|
|
170
170
|
/// The focus color of the outline around the ColorGradient canvas drag handle.
|
|
171
171
|
/// @group color-gradient
|
|
172
|
-
$kendo-color-gradient-draghandle-focus-shadow:
|
|
172
|
+
$kendo-color-gradient-draghandle-focus-shadow: k-color(dark) !default;
|
|
173
173
|
/// The hover color of the outline around the ColorGradient canvas drag handle.
|
|
174
174
|
/// @group color-gradient
|
|
175
|
-
$kendo-color-gradient-draghandle-hover-shadow:
|
|
175
|
+
$kendo-color-gradient-draghandle-hover-shadow: k-color(dark) !default;
|
|
176
176
|
/// The box shadow of the ColorGradient canvas drag handle.
|
|
177
177
|
/// @group color-gradient
|
|
178
178
|
$kendo-color-gradient-draghandle-shadow: k-elevation(2) !default;
|
|
@@ -39,13 +39,13 @@ $kendo-color-palette-lg-tile-height: $kendo-color-palette-lg-tile-width !default
|
|
|
39
39
|
|
|
40
40
|
/// The shadow of the ColorPalette focused tile.
|
|
41
41
|
/// @group color-palette
|
|
42
|
-
$kendo-color-palette-tile-focus-shadow: 0 0 3px 1px
|
|
42
|
+
$kendo-color-palette-tile-focus-shadow: 0 0 3px 1px color-mix(in srgb, k-color(dark) 30%, transparent), inset 0 0 0 1px color-mix(in srgb, k-color(light) 50%, transparent) !default;
|
|
43
43
|
/// The shadow of the ColorPalette hovered tile.
|
|
44
44
|
/// @group color-palette
|
|
45
|
-
$kendo-color-palette-tile-hover-shadow: 0 0 3px 1px
|
|
45
|
+
$kendo-color-palette-tile-hover-shadow: 0 0 3px 1px color-mix(in srgb, k-color(dark) 30%, transparent), inset 0 0 0 1px color-mix(in srgb, k-color(light) 80%, transparent) !default;
|
|
46
46
|
/// The shadow of the ColorPalette selected tile.
|
|
47
47
|
/// @group color-palette
|
|
48
|
-
$kendo-color-palette-tile-selected-shadow: 0 1px 3px 1px
|
|
48
|
+
$kendo-color-palette-tile-selected-shadow: 0 1px 3px 1px color-mix(in srgb, k-color(dark) 30%, transparent), inset 0 0 0 1px color-mix(in srgb, k-color(light) 100%, transparent) !default;
|
|
49
49
|
|
|
50
50
|
/// The size map of the ColorPalette.
|
|
51
51
|
/// @group color-palette
|
|
@@ -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
|
|
@@ -40,16 +40,16 @@ $kendo-drawer-content-padding-y: null !default;
|
|
|
40
40
|
$kendo-drawer-scrollbar-width: 7px !default;
|
|
41
41
|
/// The color of the Drawer scrollbar track.
|
|
42
42
|
/// @group drawer
|
|
43
|
-
$kendo-drawer-scrollbar-color:
|
|
43
|
+
$kendo-drawer-scrollbar-color: k-color(inverse-subtle) !default;
|
|
44
44
|
/// The background color of the Drawer scrollbar thumb.
|
|
45
45
|
/// @group drawer
|
|
46
|
-
$kendo-drawer-scrollbar-bg:
|
|
46
|
+
$kendo-drawer-scrollbar-bg: color-mix(in srgb, k-color(inverse-subtle), k-color(on-inverse)) !default;
|
|
47
47
|
/// The border radius of the Drawer scrollbar.
|
|
48
48
|
/// @group drawer
|
|
49
49
|
$kendo-drawer-scrollbar-radius: 20px !default;
|
|
50
50
|
/// The hover color of the Drawer scrollbar track.
|
|
51
51
|
/// @group drawer
|
|
52
|
-
$kendo-drawer-scrollbar-hover-color:
|
|
52
|
+
$kendo-drawer-scrollbar-hover-color: $kendo-drawer-scrollbar-color !default;
|
|
53
53
|
|
|
54
54
|
/// The horizontal padding of the Drawer items.
|
|
55
55
|
/// @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
|
|
@@ -52,7 +52,7 @@ $kendo-expander-header-border: null !default;
|
|
|
52
52
|
|
|
53
53
|
/// The background color of the hovered ExpansionPanel header.
|
|
54
54
|
/// @group expander
|
|
55
|
-
$kendo-expander-header-hover-bg:
|
|
55
|
+
$kendo-expander-header-hover-bg: color-mix(in srgb, k-color(on-app-surface) 4%, transparent ) !default;
|
|
56
56
|
/// The background color of the focused ExpansionPanel header.
|
|
57
57
|
/// @group expander
|
|
58
58
|
$kendo-expander-header-focus-bg: null !default;
|
|
@@ -62,7 +62,7 @@ $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: k-color(primary) !default;
|
|
65
|
+
$kendo-expander-title-text: k-color(primary-on-surface) !default;
|
|
66
66
|
|
|
67
67
|
/// The text color of the ExpansionPanel sub-title.
|
|
68
68
|
/// @group expander
|
package/scss/fab/_variables.scss
CHANGED
|
@@ -126,7 +126,7 @@ $kendo-fab-sizes: (
|
|
|
126
126
|
$kendo-fab-shadow: k-elevation(5) !default;
|
|
127
127
|
/// The shadow of the disabled FAB.
|
|
128
128
|
/// @group floating-action-button
|
|
129
|
-
$kendo-fab-disabled-shadow:
|
|
129
|
+
$kendo-fab-disabled-shadow: null !default;
|
|
130
130
|
/// The shadow of the active FAB.
|
|
131
131
|
/// @group floating-action-button
|
|
132
132
|
$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
|
@forward "@progress/kendo-theme-core/scss/components/filter/_variables.scss" with (
|
|
35
35
|
$kendo-filter-padding-x: $kendo-filter-padding-x,
|