@progress/kendo-theme-material 12.1.0-dev.2 → 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.
Files changed (77) hide show
  1. package/dist/all.css +1 -1
  2. package/dist/material-2-dark.css +1 -1
  3. package/dist/material-2.css +1 -1
  4. package/dist/material-aqua-dark.css +1 -1
  5. package/dist/material-arctic.css +1 -1
  6. package/dist/material-burnt-teal.css +1 -1
  7. package/dist/material-dataviz-v4.css +1 -1
  8. package/dist/material-eggplant.css +1 -1
  9. package/dist/material-lime-dark.css +1 -1
  10. package/dist/material-lime.css +1 -1
  11. package/dist/material-main-dark.css +1 -1
  12. package/dist/material-main.css +1 -1
  13. package/dist/material-nova.css +1 -1
  14. package/dist/material-pacific-dark.css +1 -1
  15. package/dist/material-pacific.css +1 -1
  16. package/dist/material-sky-dark.css +1 -1
  17. package/dist/material-sky.css +1 -1
  18. package/dist/material-smoke.css +1 -1
  19. package/dist/meta/sassdoc-data.json +1120 -1282
  20. package/dist/meta/sassdoc-raw-data.json +459 -534
  21. package/dist/meta/variables.json +107 -119
  22. package/lib/swatches/material-2-dark.json +1 -1
  23. package/lib/swatches/material-2.json +1 -1
  24. package/lib/swatches/material-aqua-dark.json +1 -1
  25. package/lib/swatches/material-arctic.json +1 -1
  26. package/lib/swatches/material-burnt-teal.json +1 -1
  27. package/lib/swatches/material-dataviz-v4.json +1 -1
  28. package/lib/swatches/material-eggplant.json +1 -1
  29. package/lib/swatches/material-lime-dark.json +1 -1
  30. package/lib/swatches/material-lime.json +1 -1
  31. package/lib/swatches/material-main-dark.json +1 -1
  32. package/lib/swatches/material-main.json +1 -1
  33. package/lib/swatches/material-nova.json +1 -1
  34. package/lib/swatches/material-pacific-dark.json +1 -1
  35. package/lib/swatches/material-pacific.json +1 -1
  36. package/lib/swatches/material-sky-dark.json +1 -1
  37. package/lib/swatches/material-sky.json +1 -1
  38. package/lib/swatches/material-smoke.json +1 -1
  39. package/package.json +4 -4
  40. package/scss/adaptive/_variables.scss +1 -1
  41. package/scss/appbar/_variables.scss +2 -2
  42. package/scss/calendar/_variables.scss +3 -7
  43. package/scss/card/_variables.scss +3 -7
  44. package/scss/chip/_theme.scss +2 -2
  45. package/scss/chip/_variables.scss +2 -2
  46. package/scss/color-preview/_variables.scss +2 -2
  47. package/scss/coloreditor/_variables.scss +1 -1
  48. package/scss/colorgradient/_variables.scss +3 -3
  49. package/scss/colorpalette/_variables.scss +3 -3
  50. package/scss/editor/_variables.scss +1 -1
  51. package/scss/expansion-panel/_variables.scss +1 -1
  52. package/scss/filter/_variables.scss +2 -2
  53. package/scss/floating-label/_variables.scss +1 -1
  54. package/scss/forms/_variables.scss +4 -4
  55. package/scss/gantt/_variables.scss +3 -3
  56. package/scss/imageeditor/_variables.scss +2 -2
  57. package/scss/list/_variables.scss +1 -1
  58. package/scss/listview/_variables.scss +1 -1
  59. package/scss/orgchart/_variables.scss +2 -2
  60. package/scss/overlay/_variables.scss +1 -1
  61. package/scss/pdf-viewer/_variables.scss +3 -3
  62. package/scss/progressbar/_variables.scss +1 -1
  63. package/scss/rating/_variables.scss +3 -3
  64. package/scss/scrollview/_variables.scss +2 -6
  65. package/scss/skeleton/_variables.scss +1 -1
  66. package/scss/splitter/_variables.scss +1 -1
  67. package/scss/spreadsheet/_variables.scss +1 -1
  68. package/scss/stepper/_variables.scss +1 -1
  69. package/scss/tabstrip/_variables.scss +1 -1
  70. package/scss/taskboard/_variables.scss +1 -1
  71. package/scss/time-marker/_variables.scss +3 -1
  72. package/scss/timeline/_variables.scss +3 -3
  73. package/scss/toolbar/_variables.scss +3 -3
  74. package/scss/tooltip/_variables.scss +1 -1
  75. package/scss/treeview/_variables.scss +1 -1
  76. package/scss/upload/_variables.scss +3 -3
  77. package/scss/wizard/_variables.scss +1 -1
@@ -3,7 +3,7 @@
3
3
  "name": "Material 2 Dark",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-material",
6
- "version": "12.1.0-dev.2",
6
+ "version": "12.1.0-dev.3",
7
7
  "previewColors": [
8
8
  "#121212",
9
9
  "#212121",
@@ -3,7 +3,7 @@
3
3
  "name": "Material 2",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-material",
6
- "version": "12.1.0-dev.2",
6
+ "version": "12.1.0-dev.3",
7
7
  "previewColors": [
8
8
  "#ffffff",
9
9
  "#e0e0e0",
@@ -3,7 +3,7 @@
3
3
  "name": "Material Aqua Dark",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-material",
6
- "version": "12.1.0-dev.2",
6
+ "version": "12.1.0-dev.3",
7
7
  "previewColors": [
8
8
  "#121212",
9
9
  "#212121",
@@ -3,7 +3,7 @@
3
3
  "name": "Material Arctic",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-material",
6
- "version": "12.1.0-dev.2",
6
+ "version": "12.1.0-dev.3",
7
7
  "previewColors": [
8
8
  "#ffffff",
9
9
  "#e0e0e0",
@@ -3,7 +3,7 @@
3
3
  "name": "Material Burnt Teal",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-material",
6
- "version": "12.1.0-dev.2",
6
+ "version": "12.1.0-dev.3",
7
7
  "previewColors": [
8
8
  "#ffffff",
9
9
  "#e0e0e0",
@@ -3,7 +3,7 @@
3
3
  "name": "Material Dataviz v4",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-material",
6
- "version": "12.1.0-dev.2",
6
+ "version": "12.1.0-dev.3",
7
7
  "previewColors": [
8
8
  "#3f51b5",
9
9
  "#2196f3",
@@ -3,7 +3,7 @@
3
3
  "name": "Material Eggplant",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-material",
6
- "version": "12.1.0-dev.2",
6
+ "version": "12.1.0-dev.3",
7
7
  "previewColors": [
8
8
  "#ffffff",
9
9
  "#e0e0e0",
@@ -3,7 +3,7 @@
3
3
  "name": "Material Lime Dark",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-material",
6
- "version": "12.1.0-dev.2",
6
+ "version": "12.1.0-dev.3",
7
7
  "previewColors": [
8
8
  "#121212",
9
9
  "#212121",
@@ -3,7 +3,7 @@
3
3
  "name": "Material Lime",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-material",
6
- "version": "12.1.0-dev.2",
6
+ "version": "12.1.0-dev.3",
7
7
  "previewColors": [
8
8
  "#ffffff",
9
9
  "#e0e0e0",
@@ -3,7 +3,7 @@
3
3
  "name": "Material Main Dark",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-material",
6
- "version": "12.1.0-dev.2",
6
+ "version": "12.1.0-dev.3",
7
7
  "previewColors": [
8
8
  "#141218",
9
9
  "#2B2930",
@@ -3,7 +3,7 @@
3
3
  "name": "Material Main",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-material",
6
- "version": "12.1.0-dev.2",
6
+ "version": "12.1.0-dev.3",
7
7
  "previewColors": [
8
8
  "#FEFBFF",
9
9
  "#F7F3FA",
@@ -3,7 +3,7 @@
3
3
  "name": "Material Nova",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-material",
6
- "version": "12.1.0-dev.2",
6
+ "version": "12.1.0-dev.3",
7
7
  "previewColors": [
8
8
  "#ffffff",
9
9
  "#e0e0e0",
@@ -3,7 +3,7 @@
3
3
  "name": "Material Pacific Dark",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-material",
6
- "version": "12.1.0-dev.2",
6
+ "version": "12.1.0-dev.3",
7
7
  "previewColors": [
8
8
  "#121212",
9
9
  "#212121",
@@ -3,7 +3,7 @@
3
3
  "name": "Material Pacific Light",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-material",
6
- "version": "12.1.0-dev.2",
6
+ "version": "12.1.0-dev.3",
7
7
  "previewColors": [
8
8
  "#ffffff",
9
9
  "#e0e0e0",
@@ -3,7 +3,7 @@
3
3
  "name": "Material Sky Dark",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-material",
6
- "version": "12.1.0-dev.2",
6
+ "version": "12.1.0-dev.3",
7
7
  "previewColors": [
8
8
  "#121212",
9
9
  "#212121",
@@ -3,7 +3,7 @@
3
3
  "name": "Material Sky",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-material",
6
- "version": "12.1.0-dev.2",
6
+ "version": "12.1.0-dev.3",
7
7
  "previewColors": [
8
8
  "#ffffff",
9
9
  "#e0e0e0",
@@ -3,7 +3,7 @@
3
3
  "name": "Material Smoke",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-material",
6
- "version": "12.1.0-dev.2",
6
+ "version": "12.1.0-dev.3",
7
7
  "previewColors": [
8
8
  "#ffffff",
9
9
  "#e0e0e0",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@progress/kendo-theme-material",
3
3
  "description": "Material theme for Kendo UI",
4
- "version": "12.1.0-dev.2",
4
+ "version": "12.1.0-dev.3",
5
5
  "author": "Progress",
6
6
  "license": "Apache-2.0",
7
7
  "keywords": [
@@ -55,12 +55,12 @@
55
55
  },
56
56
  "dependencies": {
57
57
  "@progress/kendo-svg-icons": "^4.5.0",
58
- "@progress/kendo-theme-core": "12.1.0-dev.2",
59
- "@progress/kendo-theme-utils": "12.1.0-dev.2"
58
+ "@progress/kendo-theme-core": "12.1.0-dev.3",
59
+ "@progress/kendo-theme-utils": "12.1.0-dev.3"
60
60
  },
61
61
  "directories": {
62
62
  "doc": "docs",
63
63
  "lib": "lib"
64
64
  },
65
- "gitHead": "e99d3c1caaddd333f4d74beb7f2061382f0d2241"
65
+ "gitHead": "71fe28c36a28e15bfd6c0934fa049a4933e9f184"
66
66
  }
@@ -28,7 +28,7 @@ $kendo-adaptive-grid-sort-text: k-color(primary) !default;
28
28
  // Adaptive Scheduler
29
29
  $kendo-adaptive-scheduler-current-text: k-color(primary) !default;
30
30
  $kendo-adaptive-scheduler-base-text: inherit !default;
31
- $kendo-adaptive-scheduler-subtle-text: k-color(subtle) !default;
31
+ $kendo-adaptive-scheduler-subtle-text: k-color(on-app-surface) !default;
32
32
 
33
33
  @forward "@progress/kendo-theme-core/scss/components/adaptive/_variables.scss" with (
34
34
  $kendo-adaptive-bg: $kendo-adaptive-bg,
@@ -27,10 +27,10 @@ $kendo-appbar-zindex: k-z-index("banner") !default;
27
27
  $kendo-appbar-font-family: var( --kendo-font-family, inherit ) !default;
28
28
  /// The font size of the AppBar.
29
29
  /// @group appbar
30
- $kendo-appbar-font-size: var( --kendo-font-size-lg, inherit ) !default;
30
+ $kendo-appbar-font-size: var( --kendo-font-size-xl, inherit ) !default;
31
31
  /// The line height of the AppBar.
32
32
  /// @group appbar
33
- $kendo-appbar-line-height: var( --kendo-line-height, normal ) !default;
33
+ $kendo-appbar-line-height: var( --kendo-line-height-lg, normal ) !default;
34
34
 
35
35
  /// The spacing between the AppBar sections.
36
36
  /// @group appbar
@@ -49,9 +49,6 @@ $kendo-calendar-header-border-width: 0px !default;
49
49
  /// The background color of the header in the Calendar.
50
50
  /// @group calendar
51
51
  $kendo-calendar-header-bg: transparent !default;
52
- /// The text color of the header in the Calendar.
53
- /// @group calendar
54
- $kendo-calendar-header-text: k-color(primary-on-surface) !default;
55
52
  /// The border color of the header in the Calendar.
56
53
  /// @group calendar
57
54
  $kendo-calendar-header-border: k-color(border) !default;
@@ -144,7 +141,7 @@ $kendo-calendar-view-height: ($kendo-calendar-cell-size * 7) !default;
144
141
 
145
142
  /// The gap between the items in the Calendar view.
146
143
  /// @group calendar
147
- $kendo-calendar-view-gap: k-spacing(4) !default;
144
+ $kendo-calendar-view-gap: k-spacing(6) !default;
148
145
 
149
146
  /// The background color of the weekend cells in the Calendar.
150
147
  /// @group calendar
@@ -158,7 +155,7 @@ $kendo-calendar-weekend-text: null !default;
158
155
  $kendo-calendar-today-style: color !default;
159
156
  /// The color of the current day in the Calendar.
160
157
  /// @group calendar
161
- $kendo-calendar-today-color: k-color(primary) !default;
158
+ $kendo-calendar-today-color: k-color(primary-on-surface) !default;
162
159
  /// The font weight of the current day in the Calendar.
163
160
  /// @group calendar
164
161
  $kendo-calendar-today-font-weight: var( --kendo-font-weight-normal, normal ) !default;
@@ -233,7 +230,7 @@ $kendo-calendar-cell-selected-focus-shadow: null !default;
233
230
 
234
231
  /// The width of the Calendar navigation.
235
232
  /// @group calendar
236
- $kendo-calendar-navigation-width: k-spacing(19) !default;
233
+ $kendo-calendar-navigation-width: 5em !default;
237
234
  /// The height of the items in the Calendar navigation.
238
235
  /// @group calendar
239
236
  $kendo-calendar-navigation-item-height: $kendo-calendar-cell-size !default;
@@ -379,7 +376,6 @@ $kendo-calendar-sizes: (
379
376
  $kendo-calendar-header-padding-y: $kendo-calendar-header-padding-y,
380
377
  $kendo-calendar-header-border-width: $kendo-calendar-header-border-width,
381
378
  $kendo-calendar-header-bg: $kendo-calendar-header-bg,
382
- $kendo-calendar-header-text: $kendo-calendar-header-text,
383
379
  $kendo-calendar-header-border: $kendo-calendar-header-border,
384
380
  $kendo-calendar-header-gradient: $kendo-calendar-header-gradient,
385
381
  $kendo-calendar-header-shadow: $kendo-calendar-header-shadow,
@@ -42,7 +42,7 @@ $kendo-card-bg: k-color(surface) !default;
42
42
  $kendo-card-text: k-color(on-app-surface) !default;
43
43
  /// The border color of the Card.
44
44
  /// @group card
45
- $kendo-card-border: k-color(border) !default;
45
+ $kendo-card-border: transparent !default;
46
46
  /// The shadow of the Card.
47
47
  /// @group card
48
48
  $kendo-card-shadow: k-elevation(1) !default;
@@ -54,7 +54,7 @@ $kendo-card-focus-bg: null !default;
54
54
  $kendo-card-focus-text: null !default;
55
55
  /// The border color of the focused Card.
56
56
  /// @group card
57
- $kendo-card-focus-border: k-color(border) !default;
57
+ $kendo-card-focus-border: transparent !default;
58
58
 
59
59
  // TODO: double-check: the default theme is not supposed to elevate the Card on focus
60
60
 
@@ -151,12 +151,9 @@ $kendo-card-subtitle-text: k-color(subtle) !default;
151
151
  /// The maximum width of the Card image.
152
152
  /// @group card
153
153
  $kendo-card-img-max-width: 100px !default;
154
- /// The size of the Avatar in the Card.
155
- /// @group card
156
- $kendo-card-avatar-size: 45px !default;
157
154
  /// The spacing between the Avatar and the text in the Card.
158
155
  /// @group card
159
- $kendo-card-avatar-spacing: $kendo-card-header-padding-x !default;
156
+ $kendo-card-avatar-spacing: k-spacing(2) !default;
160
157
 
161
158
  /// The horizontal padding of the Card actions.
162
159
  /// @group card
@@ -244,7 +241,6 @@ $kendo-card-theme-colors: (
244
241
  $kendo-card-subtitle-letter-spacing: $kendo-card-subtitle-letter-spacing,
245
242
  $kendo-card-subtitle-text: $kendo-card-subtitle-text,
246
243
  $kendo-card-img-max-width: $kendo-card-img-max-width,
247
- $kendo-card-avatar-size: $kendo-card-avatar-size,
248
244
  $kendo-card-avatar-spacing: $kendo-card-avatar-spacing,
249
245
  $kendo-card-actions-padding-x: $kendo-card-actions-padding-x,
250
246
  $kendo-card-actions-padding-y: $kendo-card-actions-padding-y,
@@ -52,12 +52,12 @@
52
52
  &:active,
53
53
  &.k-active,
54
54
  &.k-selected {
55
- background-color: if( $name == "base", color-mix(in srgb, currentColor 12%, transparent), color-mix(in srgb, k-color($name) 12%, transparent));
55
+ background-color: if( $name == "base", $kendo-chip-outline-selected-bg, color-mix(in srgb, k-color($name) 12%, transparent));
56
56
  }
57
57
 
58
58
  &:hover,
59
59
  &.k-hover {
60
- background-color: if( $name == "base", color-mix(in srgb, currentColor 8%, transparent), color-mix(in srgb, k-color($name) 8%, transparent));
60
+ background-color: if( $name == "base", $kendo-chip-outline-hover-bg, color-mix(in srgb, k-color($name) 8%, transparent));
61
61
  }
62
62
 
63
63
  &:focus,
@@ -146,14 +146,14 @@ $kendo-chip-outline-shadow: null !default;
146
146
 
147
147
  /// The base background color of the hovered outline Chip.
148
148
  /// @group chip
149
- $kendo-chip-outline-hover-bg: k-color(base-subtle-hover) !default;
149
+ $kendo-chip-outline-hover-bg: color-mix(in srgb, currentColor 8%, transparent) !default;
150
150
  /// The base text color of the hovered outline Chip.
151
151
  /// @group chip
152
152
  $kendo-chip-outline-hover-text: $kendo-chip-outline-text !default;
153
153
 
154
154
  /// The base background color of the selected outline Chip.
155
155
  /// @group chip
156
- $kendo-chip-outline-selected-bg: k-color(base-subtle-active) !default;
156
+ $kendo-chip-outline-selected-bg: color-mix(in srgb, currentColor 12%, transparent) !default;
157
157
  /// The base text color of the selected outline Chip.
158
158
  /// @group chip
159
159
  $kendo-chip-outline-selected-text: $kendo-chip-outline-hover-text !default;
@@ -9,8 +9,8 @@ $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: $kendo-color-white !default;
13
- $kendo-color-preview-no-color-text: k-color(error) !default;
12
+ $kendo-color-preview-no-color-bg: k-color(surface-alt) !default;
13
+ $kendo-color-preview-no-color-text: k-color(error-on-surface) !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;
@@ -135,7 +135,7 @@ $kendo-color-editor-lg-views-padding-x: k-spacing(4.5) !default;
135
135
 
136
136
  /// The outline color of the focused ColorGradient.
137
137
  /// @group color-editor
138
- $kendo-color-editor-color-gradient-focus-outline-color: rgba(0, 0, 0, .3) !default;
138
+ $kendo-color-editor-color-gradient-focus-outline-color: color-mix(in srgb, k-color(dark) 30%, transparent) !default;
139
139
  /// The outline width of the focused ColorGradient.
140
140
  /// @group color-editor
141
141
  $kendo-color-editor-color-gradient-focus-outline: 2px !default;
@@ -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: rgba( white, .8 ) !default;
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: $kendo-color-black !default;
172
+ $kendo-color-gradient-draghandle-focus-shadow: k-color(inverse) !default;
173
173
  /// The outline color of the outline around the ColorGradient canvas drag handle.
174
174
  /// @group color-gradient
175
- $kendo-color-gradient-draghandle-hover-shadow: $kendo-color-black !default;
175
+ $kendo-color-gradient-draghandle-hover-shadow: k-color(inverse) !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;
@@ -38,13 +38,13 @@ $kendo-color-palette-lg-tile-width: k-spacing(8) !default;
38
38
  $kendo-color-palette-lg-tile-height: $kendo-color-palette-lg-tile-width !default;
39
39
  /// The shadow of the ColorPalette focused tile.
40
40
  /// @group color-palette
41
- $kendo-color-palette-tile-focus-shadow: 0 0 3px 1px rgba( black, .3 ), inset 0 0 0 1px rgba( white, .5 ) !default;
41
+ $kendo-color-palette-tile-focus-shadow: 0 0 3px 1px color-mix(in srgb, k-color(dark) 30%, transparent), inset 0 0 0 1px rcolor-mix(in srgb, k-color(light) 50%, transparent) !default;
42
42
  /// The shadow of the ColorPalette hovered tile.
43
43
  /// @group color-palette
44
- $kendo-color-palette-tile-hover-shadow: 0 0 3px 1px rgba( black, .3 ), inset 0 0 0 1px rgba( white, .8 ) !default;
44
+ $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;
45
45
  /// The shadow of the ColorPalette selected tile.
46
46
  /// @group color-palette
47
- $kendo-color-palette-tile-selected-shadow: 0 1px 3px 1px rgba( black, .3 ), inset 0 0 0 1px rgba( white, 1 ) !default;
47
+ $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;
48
48
 
49
49
  /// The size map of the ColorPalette.
50
50
  /// @group color-palette
@@ -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-subtle) !default;
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
@@ -37,7 +37,7 @@ $kendo-expander-focus-shadow: inset 0 0 0 2px color-mix(in srgb, currentColor 20
37
37
  $kendo-expander-header-padding-x: k-spacing(6) !default;
38
38
  /// The vertical padding of the ExpansionPanel header.
39
39
  /// @group expander
40
- $kendo-expander-header-padding-y: k-spacing(3.5) !default;
40
+ $kendo-expander-header-padding-y: k-spacing(3) !default;
41
41
 
42
42
  /// The text color of the ExpansionPanel header.
43
43
  /// @group expander
@@ -22,10 +22,10 @@ $kendo-filter-operator-dropdown-width: 15em !default;
22
22
 
23
23
  /// The text color of the Filter preview field.
24
24
  /// @group filter
25
- $kendo-filter-preview-field-text: k-color(primary) !default;
25
+ $kendo-filter-preview-field-text: k-color(primary-on-surface) !default;
26
26
  /// The text color of the Filter preview operator.
27
27
  /// @group filter
28
- $kendo-filter-preview-operator-text: k-color(subtle) !default;
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
@@ -51,7 +51,7 @@ $kendo-floating-label-text: k-color(subtle) !default;
51
51
  $kendo-floating-label-focus-bg: null !default;
52
52
  /// The text color of the focused Floating Label.
53
53
  /// @group floating-label
54
- $kendo-floating-label-focus-text: k-color(primary) !default;
54
+ $kendo-floating-label-focus-text: k-color(primary-on-surface) !default;
55
55
 
56
56
  @forward "@progress/kendo-theme-core/scss/components/floating-label/_variables.scss" with (
57
57
  $kendo-floating-label-scale: $kendo-floating-label-scale,
@@ -46,7 +46,7 @@ $kendo-form-legend-width: 100% !default;
46
46
  $kendo-form-legend-font-size: var( --kendo-font-size, inherit ) !default;
47
47
  /// The text capitalization of the Form legend.
48
48
  /// @group form
49
- $kendo-form-legend-text-transform: uppercase !default;
49
+ $kendo-form-legend-text-transform: none !default;
50
50
 
51
51
  /// The bottom margin of the Form label.
52
52
  /// @group form
@@ -67,10 +67,10 @@ $kendo-form-hint-margin-top: k-spacing(1) !default;
67
67
  $kendo-form-sm-rows-spacing: k-spacing(4) !default;
68
68
  /// The row spacing of the medium Form.
69
69
  /// @group form
70
- $kendo-form-md-rows-spacing: k-spacing(6) !default;
70
+ $kendo-form-md-rows-spacing: k-spacing(5) !default;
71
71
  /// The row spacing of the large Form.
72
72
  /// @group form
73
- $kendo-form-lg-rows-spacing: k-spacing(7) !default;
73
+ $kendo-form-lg-rows-spacing: k-spacing(6) !default;
74
74
 
75
75
  /// The margin of the Form separator.
76
76
  /// @group form
@@ -115,7 +115,7 @@ $kendo-label-optional-margin-x: k-spacing(1.5) !default;
115
115
  $kendo-label-optional-font-size: var( --kendo-font-size-sm, inherit ) !default;
116
116
  /// The font style of the optional label in the Form.
117
117
  /// @group form
118
- $kendo-label-optional-font-style: italic !default;
118
+ $kendo-label-optional-font-style: normal !default;
119
119
 
120
120
 
121
121
  /// The margin of the Form fieldset.
@@ -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: #656565 !default;
231
+ $kendo-gantt-validation-tooltip-border: k-color(base-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) !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: #c6c6c6 !default;
32
+ $kendo-image-editor-content-bg: k-color(app-surface) !default;
33
33
  $kendo-image-editor-content-text: null !default;
34
34
  $kendo-image-editor-content-border: null !default;
35
35
 
@@ -41,7 +41,7 @@ $kendo-image-editor-crop-bg: null !default;
41
41
  $kendo-image-editor-crop-text: null !default;
42
42
  $kendo-image-editor-crop-border: white !default;
43
43
 
44
- $kendo-image-editor-crop-overlay-bg: rgba( black, .3 ) !default;
44
+ $kendo-image-editor-crop-overlay-bg: color-mix(in srgb, k-color(inverse) 30%, transparent) !default;
45
45
 
46
46
  @forward "@progress/kendo-theme-core/scss/components/imageeditor/_variables.scss" with (
47
47
  $kendo-image-editor-margin-y: $kendo-image-editor-margin-y,
@@ -280,7 +280,7 @@ $kendo-list-item-focus-shadow: inset 0 0 0 2px color-mix(in srgb, k-color(on-app
280
280
  $kendo-list-item-selected-bg: null !default;
281
281
  /// The text color of the selected List items.
282
282
  /// @group list
283
- $kendo-list-item-selected-text: k-color(primary) !default;
283
+ $kendo-list-item-selected-text: k-color(primary-on-surface) !default;
284
284
 
285
285
  /// The background color of the List group items.
286
286
  /// @group list
@@ -41,7 +41,7 @@ $kendo-listview-item-padding-y: k-spacing(1) !default;
41
41
 
42
42
  /// The text color of the selected ListView items.
43
43
  /// @group listview
44
- $kendo-listview-item-selected-text: k-color(primary) !default;
44
+ $kendo-listview-item-selected-text: k-color(primary-on-surface) !default;
45
45
  /// The background color of the selected ListView items.
46
46
  /// @group listview
47
47
  $kendo-listview-item-selected-bg: null !default;
@@ -86,7 +86,7 @@ $kendo-orgchart-node-group-subtitle-font-size: var( --kendo-font-size, inherit )
86
86
  $kendo-orgchart-node-group-subtitle-margin-bottom: $kendo-orgchart-spacer !default;
87
87
  /// The line height of the OrgChart node group subtitle.
88
88
  /// @group orgchart
89
- $kendo-orgchart-node-group-subtitle-text: rgba( black, .54 ) !default;
89
+ $kendo-orgchart-node-group-subtitle-text: k-color(subtle) !default;
90
90
 
91
91
  /// The width of the OrgChart Card.
92
92
  /// @group orgchart
@@ -127,7 +127,7 @@ $kendo-orgchart-card-body-border-color: transparent !default;
127
127
  $kendo-orgchart-card-body-vbox-margin-right: list.slash( $kendo-orgchart-spacer, 2 ) !default;
128
128
  /// The min height of the OrgChart Card body title wrap.
129
129
  /// @group orgchart
130
- $kendo-orgchart-card-body-vbox-min-height: $kendo-card-avatar-size !default;
130
+ $kendo-orgchart-card-body-vbox-min-height: k-spacing(11) !default;
131
131
 
132
132
  /// The size of the OrgChart connecting line.
133
133
  /// @group orgchart
@@ -13,7 +13,7 @@ $kendo-overlay-theme-colors: (
13
13
  "inverse": if($kendo-is-dark-theme, k-color(light), k-color(dark)),
14
14
  ) !default;
15
15
 
16
- $kendo-overlay-bg: $kendo-color-black !default;
16
+ $kendo-overlay-bg: k-color(inverse) !default;
17
17
  $kendo-overlay-opacity: .32 !default;
18
18
 
19
19
  @forward "@progress/kendo-theme-core/scss/components/overlay/_variables.scss" with (
@@ -59,7 +59,7 @@ $kendo-pdf-viewer-page-spacing: k-spacing(7.5) !default;
59
59
 
60
60
  /// The background color of the PDFViewer page.
61
61
  /// @group pdf-viewer
62
- $kendo-pdf-viewer-page-bg: white !default;
62
+ $kendo-pdf-viewer-page-bg: k-color(surface-alt) !default;
63
63
  /// The text color of the PDFViewer page.
64
64
  /// @group pdf-viewer
65
65
  $kendo-pdf-viewer-page-text: k-color(on-app-surface) !default;
@@ -134,10 +134,10 @@ $kendo-pdf-viewer-highlight-annotation-hover-border: k-color(primary-hover) !def
134
134
  $kendo-pdf-viewer-free-text-annotation-border: k-color(primary) !default;
135
135
  /// The placeholder text color of the PDFViewer free text annotation.
136
136
  /// @group pdf-viewer
137
- $kendo-pdf-viewer-free-text-annotation-placeholder-text: rgba(124, 22, 27, 0.5) !default;
137
+ $kendo-pdf-viewer-free-text-annotation-placeholder-text: k-color(primary-on-subtle) !default;
138
138
  /// The text color of the PDFViewer free text annotation.
139
139
  /// @group pdf-viewer
140
- $kendo-pdf-viewer-free-text-annotation-text: rgba(124, 22, 27, 0.7) !default;
140
+ $kendo-pdf-viewer-free-text-annotation-text: k-color(primary-on-subtle) !default;
141
141
 
142
142
  @forward "@progress/kendo-theme-core/scss/components/pdf-viewer/_variables.scss" with (
143
143
  $kendo-pdf-viewer-border-width: $kendo-pdf-viewer-border-width,
@@ -5,7 +5,7 @@
5
5
 
6
6
  /// The height of the ProgressBar.
7
7
  /// @group progressbar
8
- $kendo-progressbar-height: 5px !default;
8
+ $kendo-progressbar-height: 4px !default;
9
9
  /// The horizontal width of the ProgressBar.
10
10
  /// @group progressbar
11
11
  $kendo-progressbar-horizontal-width: 100% !default;
@@ -35,7 +35,7 @@ $kendo-rating-label-line-height: var( --kendo-line-height-lg, normal ) !default;
35
35
 
36
36
  /// The text color of the Rating icon.
37
37
  /// @group rating
38
- $kendo-rating-icon-text: k-color(subtle) !default;
38
+ $kendo-rating-icon-text: k-color(on-app-surface) !default;
39
39
  /// The text color of the selected Rating icon.
40
40
  /// @group rating
41
41
  $kendo-rating-icon-selected-text: k-color(primary-active) !default;
@@ -48,10 +48,10 @@ $kendo-rating-icon-focus-text: k-color(primary-active) !default;
48
48
 
49
49
  /// The shadow of the focused Rating icon.
50
50
  /// @group rating
51
- $kendo-rating-icon-focus-shadow: 0 2px 4px rgba( black, .1 ) !default;
51
+ $kendo-rating-icon-focus-shadow: 0 2px 4px color-mix(in srgb, k-color(inverse) 10%, transparent) !default;
52
52
  /// The shadow of the focused and selected Rating icon.
53
53
  /// @group rating
54
- $kendo-rating-icon-focus-selected-shadow: 0 2px 4px rgba( black, .1) !default;
54
+ $kendo-rating-icon-focus-selected-shadow: 0 2px 4px color-mix(in srgb, k-color(inverse) 10%, transparent) !default;
55
55
 
56
56
  @forward "@progress/kendo-theme-core/scss/components/rating/_variables.scss" with (
57
57
  $kendo-rating-font-family: $kendo-rating-font-family,