@progress/kendo-theme-bootstrap 10.6.0-dev.6 → 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.
Files changed (131) hide show
  1. package/dist/all.css +1 -1
  2. package/dist/bootstrap-3-dark.css +1 -1
  3. package/dist/bootstrap-3-dark.scss +1 -1
  4. package/dist/bootstrap-3.css +1 -1
  5. package/dist/bootstrap-3.scss +1 -1
  6. package/dist/bootstrap-4-dark.css +1 -1
  7. package/dist/bootstrap-4-dark.scss +1 -1
  8. package/dist/bootstrap-4.css +1 -1
  9. package/dist/bootstrap-4.scss +1 -1
  10. package/dist/bootstrap-dataviz-v4.css +1 -1
  11. package/dist/bootstrap-dataviz-v4.scss +1 -1
  12. package/dist/bootstrap-main-dark.css +1 -1
  13. package/dist/bootstrap-main-dark.scss +1 -1
  14. package/dist/bootstrap-main.css +1 -1
  15. package/dist/bootstrap-main.scss +1 -5
  16. package/dist/bootstrap-nordic.css +1 -1
  17. package/dist/bootstrap-nordic.scss +1 -1
  18. package/dist/bootstrap-turquoise-dark.css +1 -1
  19. package/dist/bootstrap-turquoise-dark.scss +1 -1
  20. package/dist/bootstrap-turquoise.css +1 -1
  21. package/dist/bootstrap-turquoise.scss +1 -1
  22. package/dist/bootstrap-urban.css +1 -1
  23. package/dist/bootstrap-urban.scss +1 -1
  24. package/dist/bootstrap-vintage.css +1 -1
  25. package/dist/bootstrap-vintage.scss +1 -1
  26. package/dist/meta/sassdoc-data.json +1500 -3054
  27. package/dist/meta/sassdoc-raw-data.json +747 -1462
  28. package/dist/meta/variables.json +159 -326
  29. package/lib/swatches/bootstrap-3-dark.json +1 -179
  30. package/lib/swatches/bootstrap-3.json +1 -179
  31. package/lib/swatches/bootstrap-4-dark.json +1 -182
  32. package/lib/swatches/bootstrap-4.json +1 -182
  33. package/lib/swatches/bootstrap-dataviz-v4.json +1 -47
  34. package/lib/swatches/bootstrap-main-dark.json +1 -182
  35. package/lib/swatches/bootstrap-main.json +2 -184
  36. package/lib/swatches/bootstrap-nordic.json +1 -182
  37. package/lib/swatches/bootstrap-turquoise-dark.json +1 -182
  38. package/lib/swatches/bootstrap-turquoise.json +1 -182
  39. package/lib/swatches/bootstrap-urban.json +1 -182
  40. package/lib/swatches/bootstrap-vintage.json +1 -182
  41. package/package.json +4 -4
  42. package/scss/action-sheet/_variables.scss +8 -8
  43. package/scss/adaptive/_variables.scss +13 -13
  44. package/scss/appbar/_variables.scss +18 -5
  45. package/scss/avatar/_variables.scss +12 -1
  46. package/scss/badge/_variables.scss +14 -1
  47. package/scss/bottom-navigation/_variables.scss +17 -4
  48. package/scss/breadcrumb/_variables.scss +9 -9
  49. package/scss/button/_variables.scss +24 -15
  50. package/scss/calendar/_variables.scss +20 -20
  51. package/scss/captcha/_variables.scss +3 -3
  52. package/scss/card/_variables.scss +20 -7
  53. package/scss/chart-wizard/_variables.scss +4 -4
  54. package/scss/chat/_variables.scss +11 -11
  55. package/scss/checkbox/_variables.scss +8 -8
  56. package/scss/chip/_theme.scss +3 -3
  57. package/scss/chip/_variables.scss +7 -7
  58. package/scss/color-preview/_variables.scss +3 -3
  59. package/scss/coloreditor/_variables.scss +4 -4
  60. package/scss/colorgradient/_variables.scss +5 -5
  61. package/scss/core/_index.scss +8 -4
  62. package/scss/core/color-system/_swatch.scss +0 -2
  63. package/scss/dataviz/_variables.scss +61 -47
  64. package/scss/dialog/_variables.scss +3 -3
  65. package/scss/dock-manager/_variables.scss +8 -8
  66. package/scss/draggable/_variables.scss +4 -4
  67. package/scss/drawer/_variables.scss +10 -10
  68. package/scss/dropzone/_variables.scss +6 -6
  69. package/scss/editor/_variables.scss +11 -4
  70. package/scss/expansion-panel/_variables.scss +5 -5
  71. package/scss/fab/_theme.scss +21 -21
  72. package/scss/fab/_variables.scss +15 -4
  73. package/scss/filemanager/_variables.scss +5 -5
  74. package/scss/filter/_variables.scss +3 -3
  75. package/scss/forms/_variables.scss +2 -2
  76. package/scss/gantt/_variables.scss +28 -28
  77. package/scss/grid/_theme.scss +10 -20
  78. package/scss/grid/_variables.scss +12 -12
  79. package/scss/imageeditor/_variables.scss +4 -4
  80. package/scss/index.scss +3 -0
  81. package/scss/input/_variables.scss +16 -16
  82. package/scss/list/_variables.scss +9 -9
  83. package/scss/listbox/_variables.scss +3 -3
  84. package/scss/listgroup/_variables.scss +3 -3
  85. package/scss/listview/_variables.scss +5 -5
  86. package/scss/loader/_variables.scss +17 -3
  87. package/scss/map/_variables.scss +5 -5
  88. package/scss/marquee/_index.scss +16 -0
  89. package/scss/marquee/_layout.scss +6 -0
  90. package/scss/marquee/_theme.scss +6 -0
  91. package/scss/marquee/_variables.scss +11 -0
  92. package/scss/mediaplayer/_variables.scss +4 -4
  93. package/scss/menu/_variables.scss +9 -9
  94. package/scss/messagebox/_variables.scss +14 -1
  95. package/scss/no-data/_variables.scss +1 -1
  96. package/scss/notification/_functions.scss +3 -3
  97. package/scss/notification/_variables.scss +15 -4
  98. package/scss/orgchart/_variables.scss +8 -8
  99. package/scss/overlay/_variables.scss +13 -3
  100. package/scss/pager/_variables.scss +12 -12
  101. package/scss/panel/_variables.scss +3 -3
  102. package/scss/panelbar/_variables.scss +12 -12
  103. package/scss/pdf-viewer/_variables.scss +13 -13
  104. package/scss/pivotgrid/_variables.scss +22 -22
  105. package/scss/popup/_variables.scss +3 -3
  106. package/scss/progressbar/_variables.scss +6 -6
  107. package/scss/prompt/_variables.scss +12 -12
  108. package/scss/rating/_variables.scss +4 -4
  109. package/scss/scheduler/_variables.scss +17 -14
  110. package/scss/scrollview/_variables.scss +5 -5
  111. package/scss/signature/_variables.scss +1 -1
  112. package/scss/skeleton/_variables.scss +1 -1
  113. package/scss/slider/_variables.scss +12 -12
  114. package/scss/splitter/_variables.scss +8 -8
  115. package/scss/spreadsheet/_variables.scss +25 -25
  116. package/scss/stepper/_variables.scss +15 -15
  117. package/scss/switch/_variables.scss +10 -10
  118. package/scss/table/_variables.scss +10 -10
  119. package/scss/tabstrip/_variables.scss +14 -14
  120. package/scss/taskboard/_variables.scss +15 -15
  121. package/scss/tilelayout/_variables.scss +2 -2
  122. package/scss/timeline/_variables.scss +7 -7
  123. package/scss/timeselector/_variables.scss +12 -8
  124. package/scss/toolbar/_variables.scss +8 -8
  125. package/scss/tooltip/_functions.scss +1 -1
  126. package/scss/tooltip/_variables.scss +14 -3
  127. package/scss/treeview/_variables.scss +9 -9
  128. package/scss/typography/_variables.scss +3 -3
  129. package/scss/upload/_variables.scss +13 -13
  130. package/scss/window/_variables.scss +8 -7
  131. package/scss/core/color-system/_swatch-legacy.scss +0 -274
@@ -41,13 +41,13 @@ $kendo-timeline-track-arrow-height: calc( #{k-spacing(19)} / 2 ) !default;
41
41
 
42
42
  /// The background color of the disabled Timeline track arrow.
43
43
  /// @group timeline
44
- $kendo-timeline-track-arrow-disabled-bg: if($kendo-enable-color-system, color-mix(in srgb, k-color( base-subtle ) 65%, transparent), k-true-mix( $kendo-button-bg, $kendo-body-bg, 65% )) !default;
44
+ $kendo-timeline-track-arrow-disabled-bg: color-mix(in srgb, k-color(base-subtle) 65%, transparent) !default;
45
45
  /// The text color of the disabled Timeline track arrow.
46
46
  /// @group timeline
47
- $kendo-timeline-track-arrow-disabled-text: if($kendo-enable-color-system, color-mix(in srgb, k-color( on-base ) 65%, transparent), k-true-mix( $kendo-button-text, $kendo-body-bg, 65% )) !default;
47
+ $kendo-timeline-track-arrow-disabled-text: color-mix(in srgb, k-color(on-base) 65%, transparent) !default;
48
48
  /// The border color of the disabled Timeline track arrow.
49
49
  /// @group timeline
50
- $kendo-timeline-track-arrow-disabled-border: if($kendo-enable-color-system, color-mix(in srgb, k-color( border ) 15%, transparent), k-true-mix( $kendo-button-border, $kendo-body-bg, 65% )) !default;
50
+ $kendo-timeline-track-arrow-disabled-border: color-mix(in srgb, k-color(border) 15%, transparent) !default;
51
51
 
52
52
  /// The size of the Timeline track.
53
53
  /// @group timeline
@@ -72,7 +72,7 @@ $kendo-timeline-track-start-calc: calc(#{$kendo-timeline-track-arrow-width} - 2
72
72
  $kendo-timeline-track-end-calc: calc(#{$kendo-timeline-track-arrow-width} - 2 * #{$kendo-timeline-track-border-width}) !default;
73
73
  /// The background color of the Timeline track.
74
74
  /// @group timeline
75
- $kendo-timeline-track-bg: if($kendo-enable-color-system, k-color( base-subtle ), $kendo-button-bg) !default;
75
+ $kendo-timeline-track-bg: k-color(base-subtle) !default;
76
76
  /// The border color of the Timeline track.
77
77
  /// @group timeline
78
78
  $kendo-timeline-track-border-color: $kendo-timeline-track-bg !default;
@@ -108,10 +108,10 @@ $kendo-timeline-mobile-flag-max-width: calc(#{$kendo-timeline-flag-min-width} +
108
108
  $kendo-timeline-horizontal-flag-min-width: 80px !default;
109
109
  /// The background color of the Timeline flag.
110
110
  /// @group timeline
111
- $kendo-timeline-flag-bg: $kendo-color-primary !default;
111
+ $kendo-timeline-flag-bg: k-color(primary) !default;
112
112
  /// The text color of the Timeline flag.
113
113
  /// @group timeline
114
- $kendo-timeline-flag-text: if($kendo-enable-color-system, k-color( on-primary ), k-contrast-legacy( $kendo-timeline-flag-bg )) !default;
114
+ $kendo-timeline-flag-text: k-color(on-primary) !default;
115
115
 
116
116
  /// The width of the Timeline's flag callout.
117
117
  /// @group timeline
@@ -155,7 +155,7 @@ $kendo-timeline-circle-width: 16px !default;
155
155
  $kendo-timeline-circle-height: 16px !default;
156
156
  /// The background color of the Timeline circle.
157
157
  /// @group timeline
158
- $kendo-timeline-circle-bg: $kendo-color-primary !default;
158
+ $kendo-timeline-circle-bg: k-color(primary) !default;
159
159
 
160
160
  /// The horizontal padding of the Timeline collapse arrow.
161
161
  /// @group timeline
@@ -9,9 +9,9 @@ $kendo-time-selector-font-family: var( --kendo-font-family, inherit ) !default;
9
9
  $kendo-time-selector-font-size: var( --kendo-font-size, inherit ) !default;
10
10
  $kendo-time-selector-line-height: var( --kendo-line-height, normal ) !default;
11
11
 
12
- $kendo-time-selector-bg: $kendo-component-bg !default;
13
- $kendo-time-selector-text: $kendo-component-text !default;
14
- $kendo-time-selector-border: $kendo-component-border !default;
12
+ $kendo-time-selector-bg: k-color(app-surface) !default;
13
+ $kendo-time-selector-text: k-color(on-app-surface) !default;
14
+ $kendo-time-selector-border: k-color(border) !default;
15
15
 
16
16
  $kendo-time-selector-header-padding-x: $kendo-actions-padding-x !default;
17
17
  $kendo-time-selector-header-padding-y: $kendo-actions-padding-y !default;
@@ -23,16 +23,16 @@ $kendo-time-list-height: 240px !default;
23
23
  $kendo-time-list-title-font-size: var( --kendo-font-size-sm, inherit ) !default;
24
24
  $kendo-time-list-title-line-height: var( --kendo-line-height, normal ) !default;
25
25
  $kendo-time-list-title-height: calc( #{$kendo-time-list-title-font-size} * #{$kendo-time-list-title-line-height} ) !default;
26
- $kendo-time-list-title-text: if($kendo-enable-color-system, k-color( subtle ) , $kendo-subtle-text) !default;
27
- $kendo-time-list-title-focus-text: $kendo-component-text !default;
26
+ $kendo-time-list-title-text: k-color(subtle) !default;
27
+ $kendo-time-list-title-focus-text: k-color(on-app-surface) !default;
28
28
 
29
29
  $kendo-time-list-item-padding-x: $kendo-list-md-item-padding-x !default;
30
30
  $kendo-time-list-item-padding-y: $kendo-list-md-item-padding-y !default;
31
31
 
32
32
  $kendo-time-list-highlight-border-width: 1px 0px !default;
33
33
  $kendo-time-list-highlight-height: calc( calc( #{$kendo-time-selector-font-size} * #{$kendo-time-selector-line-height} ) + calc( #{$kendo-time-list-item-padding-y} * 2 ) ) !default;
34
- $kendo-time-list-highlight-bg: $kendo-component-bg !default;
35
- $kendo-time-list-highlight-border: $kendo-component-border !default;
34
+ $kendo-time-list-highlight-bg: k-color(app-surface) !default;
35
+ $kendo-time-list-highlight-border: k-color(border) !default;
36
36
 
37
37
  $kendo-time-list-focus-bg: rgba( black, .02 ) !default;
38
38
 
@@ -74,6 +74,8 @@ $kendo-time-selector-sizes: (
74
74
  )
75
75
  ) !default;
76
76
 
77
+ $kendo-time-selector-now-button-text: k-color(primary) !default;
78
+ $kendo-time-selector-now-button-hover-text: k-color(primary-hover) !default;
77
79
 
78
80
  @forward "@progress/kendo-theme-core/scss/components/timeselector/_variables.scss" with (
79
81
  $kendo-time-selector-border-width: $kendo-time-selector-border-width,
@@ -112,5 +114,7 @@ $kendo-time-selector-sizes: (
112
114
  $kendo-time-selector-lg-line-height: $kendo-time-selector-lg-line-height,
113
115
  $kendo-time-selector-lg-list-item-padding-x: $kendo-time-selector-lg-list-item-padding-x,
114
116
  $kendo-time-selector-lg-list-item-padding-y: $kendo-time-selector-lg-list-item-padding-y,
115
- $kendo-time-selector-sizes: $kendo-time-selector-sizes
117
+ $kendo-time-selector-sizes: $kendo-time-selector-sizes,
118
+ $kendo-time-selector-now-button-text: $kendo-time-selector-now-button-text,
119
+ $kendo-time-selector-now-button-hover-text: $kendo-time-selector-now-button-hover-text
116
120
  );
@@ -75,13 +75,13 @@ $kendo-toolbar-line-height: var( --kendo-line-height, normal ) !default;
75
75
 
76
76
  /// The background color of the Toolbar.
77
77
  /// @group toolbar
78
- $kendo-toolbar-bg: $kendo-component-header-bg !default;
78
+ $kendo-toolbar-bg: k-color(surface) !default;
79
79
  /// The text color of the Toolbar.
80
80
  /// @group toolbar
81
- $kendo-toolbar-text: $kendo-component-header-text !default;
81
+ $kendo-toolbar-text: k-color(on-app-surface) !default;
82
82
  /// The color of the border around the Toolbar.
83
83
  /// @group toolbar
84
- $kendo-toolbar-border: $kendo-component-header-border !default;
84
+ $kendo-toolbar-border: k-color(border) !default;
85
85
  /// The gradient of the Toolbar.
86
86
  /// @group toolbar
87
87
  $kendo-toolbar-gradient: null !default;
@@ -90,7 +90,7 @@ $kendo-toolbar-gradient: null !default;
90
90
  $kendo-toolbar-shadow: null !default;
91
91
  /// The left and right scroll overlay of the Toolbar.
92
92
  /// @group toolbar
93
- $kendo-toolbar-scroll-overlay: $kendo-toolbar-bg, if($kendo-enable-color-system, color-mix(in srgb, k-color( app-surface ) 0%, transparent), rgba( $kendo-color-white, 0)) !default;
93
+ $kendo-toolbar-scroll-overlay: $kendo-toolbar-bg, color-mix(in srgb, k-color(app-surface) 0%, transparent) !default;
94
94
 
95
95
 
96
96
  /// The text color of the outline Toolbar.
@@ -98,7 +98,7 @@ $kendo-toolbar-scroll-overlay: $kendo-toolbar-bg, if($kendo-enable-color-system,
98
98
  $kendo-toolbar-outline-text: $kendo-button-text !default;
99
99
  /// The color of the border around the outline Toolbar.
100
100
  /// @group toolbar
101
- $kendo-toolbar-outline-border: if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 50%, transparent), rgba( $kendo-toolbar-outline-text, .5 )) !default;
101
+ $kendo-toolbar-outline-border: color-mix(in srgb, k-color(on-app-surface) 50%, transparent) !default;
102
102
  /// The gradient of the outline Toolbar.
103
103
  /// @group toolbar
104
104
  $kendo-toolbar-outline-gradient: null !default;
@@ -110,7 +110,7 @@ $kendo-toolbar-outline-shadow: null !default;
110
110
  $kendo-toolbar-outline-border-width: $kendo-toolbar-border-width !default;
111
111
  /// The left and right scroll overlay of the outline Toolbar.
112
112
  /// @group toolbar
113
- $kendo-toolbar-outline-scroll-overlay: if($kendo-enable-color-system, k-color( app-surface ), $kendo-color-white), if($kendo-enable-color-system, color-mix(in srgb, k-color( app-surface ) 0%, transparent), rgba( $kendo-color-white, 0)) !default;
113
+ $kendo-toolbar-outline-scroll-overlay: k-color(app-surface), color-mix(in srgb, k-color(app-surface) 0%, transparent) !default;
114
114
 
115
115
 
116
116
  /// The text color of the flat Toolbar.
@@ -130,7 +130,7 @@ $kendo-toolbar-flat-shadow: null !default;
130
130
  $kendo-toolbar-flat-border-width: 1px !default;
131
131
  /// The left and right scroll overlay of the flat Toolbar.
132
132
  /// @group toolbar
133
- $kendo-toolbar-flat-scroll-overlay: if($kendo-enable-color-system, k-color( app-surface ), $kendo-color-white), if($kendo-enable-color-system, color-mix(in srgb, k-color( app-surface ) 0%, transparent), rgba( $kendo-color-white, 0)) !default;
133
+ $kendo-toolbar-flat-scroll-overlay: k-color(app-surface), color-mix(in srgb, k-color(app-surface) 0%, transparent) !default;
134
134
 
135
135
 
136
136
  /// The color of the separator border of the Toolbar.
@@ -143,7 +143,7 @@ $kendo-toolbar-input-width: 10em !default;
143
143
 
144
144
  /// The box shadow of the focused Toolbar item.
145
145
  /// @group toolbar
146
- $kendo-toolbar-item-shadow: 0 0 0 .25rem if($kendo-enable-color-system, color-mix(in srgb, k-color( primary ) 25%, transparent), rgba( $kendo-color-primary, .25 )) !default;
146
+ $kendo-toolbar-item-shadow: 0 0 0 .25rem color-mix(in srgb, k-color(primary) 25%, transparent) !default;
147
147
 
148
148
  /// The font size of the Toolbar overflow container.
149
149
  /// @group toolbar
@@ -7,7 +7,7 @@
7
7
 
8
8
  @each $name, $color in $colors {
9
9
  $_theme: map.merge(( $name: (
10
- color: if($kendo-enable-color-system, k-color( on-#{$name} ), k-contrast-legacy( $color )),
10
+ color: k-color(on-#{$name}),
11
11
  background-color: $color,
12
12
  border: $color,
13
13
  )), $_theme );
@@ -41,10 +41,10 @@ $kendo-tooltip-callout-size: calc( #{ k-spacing(8) } / 5 ) !default;
41
41
 
42
42
  /// The default background of the Tooltip.
43
43
  /// @group tooltip
44
- $kendo-tooltip-bg: if($kendo-enable-color-system, k-color( on-app-surface ), if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black )) !default;
44
+ $kendo-tooltip-bg: k-color(on-app-surface) !default;
45
45
  /// The default text color of the Tooltip.
46
46
  /// @group tooltip
47
- $kendo-tooltip-text: if($kendo-enable-color-system, k-color( app-surface ), k-contrast-legacy( $kendo-tooltip-bg )) !default;
47
+ $kendo-tooltip-text: k-color(app-surface) !default;
48
48
  /// The default border color of the Tooltip.
49
49
  /// @group tooltip
50
50
  $kendo-tooltip-border: $kendo-tooltip-bg !default;
@@ -55,7 +55,18 @@ $kendo-tooltip-shadow: k-elevation(2) !default;
55
55
 
56
56
  /// The theme colors map for the Tooltip.
57
57
  /// @group tooltip
58
- $kendo-tooltip-theme-colors: $kendo-theme-colors !default;
58
+ $kendo-tooltip-theme-colors: (
59
+ "primary": k-color(primary),
60
+ "secondary": k-color(secondary),
61
+ "tertiary": k-color(tertiary),
62
+ "info": k-color(info),
63
+ "success": k-color(success),
64
+ "warning": k-color(warning),
65
+ "error": k-color(error),
66
+ "dark": k-color(dark),
67
+ "light": k-color(light),
68
+ "inverse": if($kendo-is-dark-theme, k-color(light), k-color(dark))
69
+ ) !default;
59
70
  /// The generated theme colors map for the Tooltip.
60
71
  /// @group tooltip
61
72
  $kendo-tooltip-theme: tooltip-theme( $kendo-tooltip-theme-colors ) !default;
@@ -123,17 +123,17 @@ $kendo-treeview-sizes: (
123
123
  $kendo-treeview-bg: null !default;
124
124
  /// The text color of the TreeView.
125
125
  /// @group treeview
126
- $kendo-treeview-text: $kendo-component-text !default;
126
+ $kendo-treeview-text: k-color(on-app-surface) !default;
127
127
  /// The border color of the TreeView.
128
128
  /// @group treeview
129
129
  $kendo-treeview-border: null !default;
130
130
 
131
131
  /// The background color of hovered TreeView items.
132
132
  /// @group treeview
133
- $kendo-treeview-item-hover-bg: $kendo-hover-bg !default;
133
+ $kendo-treeview-item-hover-bg: k-color(base-subtle-hover) !default;
134
134
  /// The text color of hovered TreeView items.
135
135
  /// @group treeview
136
- $kendo-treeview-item-hover-text: $kendo-hover-text !default;
136
+ $kendo-treeview-item-hover-text: k-color(on-app-surface) !default;
137
137
  /// The border color of hovered TreeView items.
138
138
  /// @group treeview
139
139
  $kendo-treeview-item-hover-border: $kendo-treeview-item-hover-bg !default;
@@ -143,10 +143,10 @@ $kendo-treeview-item-hover-gradient: null !default;
143
143
 
144
144
  /// The background color of selected TreeView items.
145
145
  /// @group treeview
146
- $kendo-treeview-item-selected-bg: $kendo-selected-bg !default;
146
+ $kendo-treeview-item-selected-bg: k-color(primary) !default;
147
147
  /// The text color of selected TreeView items.
148
148
  /// @group treeview
149
- $kendo-treeview-item-selected-text: $kendo-selected-text !default;
149
+ $kendo-treeview-item-selected-text: k-color(on-primary) !default;
150
150
  /// The border color of selected TreeView items.
151
151
  /// @group treeview
152
152
  $kendo-treeview-item-selected-border: $kendo-treeview-item-selected-bg !default;
@@ -156,14 +156,14 @@ $kendo-treeview-item-selected-gradient: null !default;
156
156
 
157
157
  /// The box shadow of focused TreeView items.
158
158
  /// @group treeview
159
- $kendo-treeview-item-focus-shadow: inset 0 0 0 2px if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 15%, transparent), rgba( $kendo-treeview-text, .15 )) !default;
159
+ $kendo-treeview-item-focus-shadow: inset 0 0 0 2px color-mix(in srgb, k-color(on-app-surface) 15%, transparent) !default;
160
160
 
161
161
  /// The background color of the Load More button in the TreeView.
162
162
  /// @group treeview
163
163
  $kendo-treeview-loadmore-bg: transparent !default;
164
164
  /// The text color of the Load More button in the TreeView.
165
165
  /// @group treeview
166
- $kendo-treeview-loadmore-text: $kendo-link-text !default;
166
+ $kendo-treeview-loadmore-text: k-color(primary) !default;
167
167
  /// The border color of the Load More button in the TreeView.
168
168
  /// @group treeview
169
169
  $kendo-treeview-loadmore-border: null !default;
@@ -173,7 +173,7 @@ $kendo-treeview-loadmore-border: null !default;
173
173
  $kendo-treeview-loadmore-hover-bg: transparent !default;
174
174
  /// The text color of the hovered Load More button in the TreeView.
175
175
  /// @group treeview
176
- $kendo-treeview-loadmore-hover-text: $kendo-link-hover-text !default;
176
+ $kendo-treeview-loadmore-hover-text: k-color(primary-hover) !default;
177
177
  /// The border color of the hovered Load More button in the TreeView.
178
178
  /// @group treeview
179
179
  $kendo-treeview-loadmore-hover-border: null !default;
@@ -183,7 +183,7 @@ $kendo-treeview-loadmore-hover-border: null !default;
183
183
  $kendo-treeview-loadmore-focus-bg: transparent !default;
184
184
  /// The text color of the focused Load More button in the TreeView.
185
185
  /// @group treeview
186
- $kendo-treeview-loadmore-focus-text: $kendo-link-hover-text !default;
186
+ $kendo-treeview-loadmore-focus-text: k-color(primary-hover) !default;
187
187
  /// The border color of the focused Load More button in the TreeView.
188
188
  /// @group treeview
189
189
  $kendo-treeview-loadmore-focus-border: null !default;
@@ -232,13 +232,13 @@ $kendo-code-border-width: 1px !default;
232
232
 
233
233
  /// The background color of the code tag.
234
234
  /// @group typography
235
- $kendo-code-bg: $kendo-base-bg !default;
235
+ $kendo-code-bg: k-color(surface) !default;
236
236
  /// The text color of the code tag.
237
237
  /// @group typography
238
- $kendo-code-text: $kendo-component-text !default;
238
+ $kendo-code-text: k-color(on-app-surface) !default;
239
239
  /// The border color of the code tag.
240
240
  /// @group typography
241
- $kendo-code-border: $kendo-component-border !default;
241
+ $kendo-code-border: k-color(border) !default;
242
242
 
243
243
 
244
244
  // Display
@@ -22,13 +22,13 @@ $kendo-upload-max-height: 300px !default;
22
22
 
23
23
  /// The text color of the Upload.
24
24
  /// @group upload
25
- $kendo-upload-text: $kendo-component-text !default;
25
+ $kendo-upload-text: k-color(on-app-surface) !default;
26
26
  /// The background color of the Upload.
27
27
  /// @group upload
28
- $kendo-upload-bg: $kendo-component-bg !default;
28
+ $kendo-upload-bg: k-color(app-surface) !default;
29
29
  /// The border color of the Upload.
30
30
  /// @group upload
31
- $kendo-upload-border: $kendo-component-border !default;
31
+ $kendo-upload-border: k-color(border) !default;
32
32
 
33
33
  /// The horizontal padding of the Upload dropzone.
34
34
  /// @group upload
@@ -38,20 +38,20 @@ $kendo-upload-dropzone-padding-x: k-spacing(2) !default;
38
38
  $kendo-upload-dropzone-padding-y: k-spacing(2) !default;
39
39
  /// The text color of the Upload dropzone.
40
40
  /// @group upload
41
- $kendo-upload-dropzone-text: $kendo-component-header-text !default;
41
+ $kendo-upload-dropzone-text: k-color(on-app-surface) !default;
42
42
  /// The background color of the Upload dropzone.
43
43
  /// @group upload
44
- $kendo-upload-dropzone-bg: $kendo-component-header-bg !default;
44
+ $kendo-upload-dropzone-bg: k-color(surface) !default;
45
45
  /// The border color of the Upload dropzone.
46
46
  /// @group upload
47
47
  $kendo-upload-dropzone-border: $kendo-upload-border !default;
48
48
  /// The background color of the hovered Upload dropzone.
49
49
  /// @group upload
50
- $kendo-upload-dropzone-hover-bg: if($kendo-enable-color-system, k-color( base-subtle ), k-try-shade( $kendo-upload-dropzone-bg, .2 )) !default;
50
+ $kendo-upload-dropzone-hover-bg: k-color(base-subtle) !default;
51
51
 
52
52
  /// The text color of the Upload status message.
53
53
  /// @group upload
54
- $kendo-upload-status-text: if($kendo-enable-color-system, k-color( subtle ) , $kendo-subtle-text) !default;
54
+ $kendo-upload-status-text: k-color(subtle) !default;
55
55
  /// The opacity of the Upload status message.
56
56
  /// @group upload
57
57
  $kendo-upload-status-text-opacity: null !default;
@@ -78,28 +78,28 @@ $kendo-upload-validation-line-height: var( --kendo-line-height-xs, normal ) !def
78
78
  $kendo-upload-icon-spacing: $kendo-icon-spacing !default;
79
79
  /// The color of the uploaded items icon.
80
80
  /// @group upload
81
- $kendo-upload-icon-color: $kendo-subtle-text !default;
81
+ $kendo-upload-icon-color: k-color(subtle) !default;
82
82
 
83
83
  /// The thickness of the Upload progress bar.
84
84
  /// @group upload
85
85
  $kendo-upload-progress-thickness: 2px !default;
86
86
  /// The background color of the Upload progress bar.
87
87
  /// @group upload
88
- $kendo-upload-progress-bg: $kendo-color-info !default;
88
+ $kendo-upload-progress-bg: k-color(info) !default;
89
89
 
90
90
  /// The success text color of the Upload.
91
91
  /// @group upload
92
- $kendo-upload-success-text: $kendo-color-success !default;
92
+ $kendo-upload-success-text: k-color(success) !default;
93
93
  /// The success background color of the Upload progress bar.
94
94
  /// @group upload
95
- $kendo-upload-success-bg: $kendo-color-success !default;
95
+ $kendo-upload-success-bg: k-color(success) !default;
96
96
 
97
97
  /// The error text color of the Upload.
98
98
  /// @group upload
99
- $kendo-upload-error-text: $kendo-color-error !default;
99
+ $kendo-upload-error-text: k-color(error) !default;
100
100
  /// The error background color of the Upload progress bar.
101
101
  /// @group upload
102
- $kendo-upload-error-bg: $kendo-color-error !default;
102
+ $kendo-upload-error-bg: k-color(error) !default;
103
103
 
104
104
  /// The shadow of the focused Upload button, actions and uploaded items.
105
105
  /// @group upload
@@ -69,13 +69,13 @@ $kendo-window-buttongroup-border-width: 1px !default;
69
69
 
70
70
  /// The background color of the Window.
71
71
  /// @group window
72
- $kendo-window-bg: $kendo-component-bg !default;
72
+ $kendo-window-bg: k-color(app-surface) !default;
73
73
  /// The text color of the Window.
74
74
  /// @group window
75
- $kendo-window-text: $kendo-component-text !default;
75
+ $kendo-window-text: k-color(on-app-surface) !default;
76
76
  /// The border color of the Window.
77
77
  /// @group window
78
- $kendo-window-border: $kendo-component-border !default;
78
+ $kendo-window-border: k-color(border) !default;
79
79
  /// The box shadow of the Window.
80
80
  /// @group window
81
81
  $kendo-window-shadow: none !default;
@@ -91,7 +91,7 @@ $kendo-window-titlebar-bg: unset !default;
91
91
  $kendo-window-titlebar-text: inherit !default;
92
92
  /// The border color of the Window titlebar.
93
93
  /// @group window
94
- $kendo-window-titlebar-border: $kendo-component-border !default;
94
+ $kendo-window-titlebar-border: k-color(border) !default;
95
95
  /// The background gradient of the Window titlebar.
96
96
  /// @group window
97
97
  $kendo-window-titlebar-gradient: null !default;
@@ -107,12 +107,13 @@ $kendo-window-sizes: (
107
107
  /// The theme colors map for the Window.
108
108
  /// @group window
109
109
  $kendo-window-theme-colors: (
110
- "primary": map.get($kendo-theme-colors, "primary"),
111
- "light": map.get($kendo-theme-colors, "light"),
112
- "dark": map.get($kendo-theme-colors, "dark")
110
+ "primary": k-color(primary),
111
+ "light": k-color(light),
112
+ "dark": k-color(dark)
113
113
  ) !default;
114
114
 
115
115
 
116
+
116
117
  @forward "@progress/kendo-theme-core/scss/components/window/_variables.scss" with (
117
118
  $kendo-window-border-width: $kendo-window-border-width,
118
119
  $kendo-window-border-radius: $kendo-window-border-radius,