@progress/kendo-theme-material 10.6.0 → 11.0.0-dev.1

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 (223) hide show
  1. package/dist/all.css +1 -1
  2. package/dist/material-2-dark.css +1 -0
  3. package/dist/material-2-dark.scss +137 -0
  4. package/dist/material-2.css +1 -0
  5. package/dist/material-2.scss +132 -0
  6. package/dist/material-aqua-dark.css +1 -1
  7. package/dist/material-aqua-dark.scss +1 -1
  8. package/dist/material-arctic.css +1 -1
  9. package/dist/material-arctic.scss +1 -1
  10. package/dist/material-burnt-teal.css +1 -1
  11. package/dist/material-burnt-teal.scss +1 -1
  12. package/dist/material-dataviz-v4.css +1 -1
  13. package/dist/material-dataviz-v4.scss +1 -1
  14. package/dist/material-eggplant.css +1 -1
  15. package/dist/material-eggplant.scss +1 -1
  16. package/dist/material-lime-dark.css +1 -1
  17. package/dist/material-lime-dark.scss +1 -1
  18. package/dist/material-lime.css +1 -1
  19. package/dist/material-lime.scss +1 -1
  20. package/dist/material-main-dark.css +1 -1
  21. package/dist/material-main-dark.scss +98 -98
  22. package/dist/material-main.css +1 -1
  23. package/dist/material-main.scss +1 -5
  24. package/dist/material-nova.css +1 -1
  25. package/dist/material-nova.scss +1 -1
  26. package/dist/material-pacific-dark.css +1 -1
  27. package/dist/material-pacific-dark.scss +1 -1
  28. package/dist/material-pacific.css +1 -1
  29. package/dist/material-pacific.scss +1 -1
  30. package/dist/material-sky-dark.css +1 -1
  31. package/dist/material-sky-dark.scss +1 -1
  32. package/dist/material-sky.css +1 -1
  33. package/dist/material-sky.scss +1 -1
  34. package/dist/material-smoke.css +1 -1
  35. package/dist/material-smoke.scss +1 -1
  36. package/dist/meta/sassdoc-data.json +13278 -11518
  37. package/dist/meta/sassdoc-raw-data.json +4563 -3763
  38. package/dist/meta/variables.json +2591 -3022
  39. package/lib/swatches/index.js +2 -0
  40. package/lib/swatches/material-2-dark.json +657 -0
  41. package/lib/swatches/material-2.json +632 -0
  42. package/lib/swatches/material-aqua-dark.json +1 -243
  43. package/lib/swatches/material-arctic.json +1 -243
  44. package/lib/swatches/material-burnt-teal.json +1 -243
  45. package/lib/swatches/material-dataviz-v4.json +1 -47
  46. package/lib/swatches/material-eggplant.json +1 -243
  47. package/lib/swatches/material-lime-dark.json +1 -243
  48. package/lib/swatches/material-lime.json +1 -243
  49. package/lib/swatches/material-main-dark.json +103 -345
  50. package/lib/swatches/material-main.json +7 -250
  51. package/lib/swatches/material-nova.json +1 -243
  52. package/lib/swatches/material-pacific-dark.json +1 -243
  53. package/lib/swatches/material-pacific.json +1 -243
  54. package/lib/swatches/material-sky-dark.json +1 -243
  55. package/lib/swatches/material-sky.json +1 -243
  56. package/lib/swatches/material-smoke.json +1 -243
  57. package/package.json +4 -4
  58. package/scss/action-buttons/_layout.scss +0 -23
  59. package/scss/action-buttons/_theme.scss +0 -13
  60. package/scss/action-buttons/_variables.scss +3 -3
  61. package/scss/action-sheet/_layout.scss +6 -0
  62. package/scss/action-sheet/_variables.scss +27 -28
  63. package/scss/adaptive/_variables.scss +13 -13
  64. package/scss/appbar/_variables.scss +22 -8
  65. package/scss/avatar/_variables.scss +12 -1
  66. package/scss/badge/_layout.scss +0 -1
  67. package/scss/badge/_variables.scss +23 -9
  68. package/scss/bottom-navigation/_theme.scss +55 -4
  69. package/scss/bottom-navigation/_variables.scss +31 -17
  70. package/scss/breadcrumb/_variables.scss +21 -21
  71. package/scss/button/_layout.scss +0 -81
  72. package/scss/button/_theme.scss +110 -44
  73. package/scss/button/_variables.scss +47 -34
  74. package/scss/calendar/_layout.scss +13 -16
  75. package/scss/calendar/_theme.scss +29 -11
  76. package/scss/calendar/_variables.scss +83 -56
  77. package/scss/captcha/_variables.scss +3 -3
  78. package/scss/card/_variables.scss +34 -20
  79. package/scss/chart-wizard/_variables.scss +4 -4
  80. package/scss/chat/_theme.scss +5 -1
  81. package/scss/chat/_variables.scss +15 -15
  82. package/scss/checkbox/_layout.scss +35 -0
  83. package/scss/checkbox/_theme.scss +113 -4
  84. package/scss/checkbox/_variables.scss +23 -20
  85. package/scss/chip/_layout.scss +10 -0
  86. package/scss/chip/_theme.scss +41 -61
  87. package/scss/chip/_variables.scss +48 -30
  88. package/scss/color-preview/_variables.scss +3 -3
  89. package/scss/coloreditor/_variables.scss +11 -11
  90. package/scss/colorgradient/_variables.scss +7 -37
  91. package/scss/column-menu/_variables.scss +1 -1
  92. package/scss/core/_index.scss +8 -3
  93. package/scss/core/color-system/_palettes.scss +243 -242
  94. package/scss/core/color-system/_swatch.scss +142 -145
  95. package/scss/core/elevation/index.import.scss +18 -27
  96. package/scss/core/typography/index.import.scss +8 -8
  97. package/scss/dataviz/_variables.scss +61 -48
  98. package/scss/dialog/_theme.scss +1 -1
  99. package/scss/dialog/_variables.scss +9 -4
  100. package/scss/dock-manager/_variables.scss +18 -18
  101. package/scss/draggable/_variables.scss +4 -4
  102. package/scss/drawer/_layout.scss +2 -0
  103. package/scss/drawer/_theme.scss +0 -11
  104. package/scss/drawer/_variables.scss +49 -24
  105. package/scss/dropzone/_variables.scss +7 -7
  106. package/scss/editor/_layout.scss +2 -12
  107. package/scss/editor/_variables.scss +15 -8
  108. package/scss/expansion-panel/_layout.scss +5 -0
  109. package/scss/expansion-panel/_variables.scss +10 -10
  110. package/scss/fab/_layout.scss +1 -1
  111. package/scss/fab/_theme.scss +24 -23
  112. package/scss/fab/_variables.scss +25 -14
  113. package/scss/filemanager/_theme.scss +4 -0
  114. package/scss/filemanager/_variables.scss +6 -6
  115. package/scss/filter/_variables.scss +4 -4
  116. package/scss/floating-label/_theme.scss +1 -1
  117. package/scss/floating-label/_variables.scss +2 -2
  118. package/scss/forms/_variables.scss +6 -6
  119. package/scss/gantt/_variables.scss +27 -27
  120. package/scss/grid/_layout.scss +6 -21
  121. package/scss/grid/_theme.scss +14 -128
  122. package/scss/grid/_variables.scss +20 -20
  123. package/scss/imageeditor/_variables.scss +4 -4
  124. package/scss/index.scss +3 -0
  125. package/scss/input/_layout.scss +10 -14
  126. package/scss/input/_variables.scss +45 -44
  127. package/scss/list/_theme.scss +1 -1
  128. package/scss/list/_variables.scss +103 -25
  129. package/scss/listbox/_variables.scss +3 -3
  130. package/scss/listgroup/_variables.scss +6 -6
  131. package/scss/listview/_theme.scss +0 -13
  132. package/scss/listview/_variables.scss +7 -7
  133. package/scss/loader/_variables.scss +18 -4
  134. package/scss/map/_variables.scss +6 -6
  135. package/scss/marquee/_index.scss +16 -0
  136. package/scss/marquee/_layout.scss +6 -0
  137. package/scss/marquee/_theme.scss +6 -0
  138. package/scss/marquee/_variables.scss +11 -0
  139. package/scss/mediaplayer/_variables.scss +4 -4
  140. package/scss/menu/_layout.scss +4 -0
  141. package/scss/menu/_theme.scss +1 -26
  142. package/scss/menu/_variables.scss +49 -41
  143. package/scss/menu-button/_variables.scss +1 -1
  144. package/scss/messagebox/_layout.scss +5 -1
  145. package/scss/messagebox/_variables.scss +16 -2
  146. package/scss/no-data/_variables.scss +1 -1
  147. package/scss/notification/_functions.scss +1 -1
  148. package/scss/notification/_layout.scss +5 -0
  149. package/scss/notification/_theme.scss +1 -0
  150. package/scss/notification/_variables.scss +30 -9
  151. package/scss/orgchart/_variables.scss +10 -10
  152. package/scss/overlay/_variables.scss +12 -1
  153. package/scss/pager/_variables.scss +8 -8
  154. package/scss/panel/_variables.scss +3 -3
  155. package/scss/panelbar/_layout.scss +29 -1
  156. package/scss/panelbar/_theme.scss +0 -1
  157. package/scss/panelbar/_variables.scss +29 -29
  158. package/scss/pdf-viewer/_variables.scss +15 -15
  159. package/scss/pivotgrid/_theme.scss +0 -12
  160. package/scss/pivotgrid/_variables.scss +23 -23
  161. package/scss/popover/_variables.scss +5 -5
  162. package/scss/popup/_variables.scss +7 -7
  163. package/scss/progressbar/_layout.scss +11 -4
  164. package/scss/progressbar/_variables.scss +6 -6
  165. package/scss/prompt/_layout.scss +4 -0
  166. package/scss/prompt/_variables.scss +17 -17
  167. package/scss/radio/_layout.scss +35 -0
  168. package/scss/radio/_theme.scss +109 -4
  169. package/scss/radio/_variables.scss +19 -16
  170. package/scss/rating/_variables.scss +7 -7
  171. package/scss/scheduler/_layout.scss +2 -89
  172. package/scss/scheduler/_theme.scss +3 -3
  173. package/scss/scheduler/_variables.scss +22 -19
  174. package/scss/scrollview/_variables.scss +5 -5
  175. package/scss/signature/_variables.scss +1 -1
  176. package/scss/skeleton/_variables.scss +1 -1
  177. package/scss/slider/_layout.scss +11 -0
  178. package/scss/slider/_theme.scss +1 -10
  179. package/scss/slider/_variables.scss +25 -16
  180. package/scss/split-button/_layout.scss +12 -0
  181. package/scss/split-button/_variables.scss +4 -4
  182. package/scss/splitter/_variables.scss +9 -9
  183. package/scss/spreadsheet/_layout.scss +0 -35
  184. package/scss/spreadsheet/_theme.scss +3 -25
  185. package/scss/spreadsheet/_variables.scss +32 -31
  186. package/scss/stepper/_layout.scss +15 -1
  187. package/scss/stepper/_theme.scss +8 -0
  188. package/scss/stepper/_variables.scss +21 -21
  189. package/scss/switch/_layout.scss +20 -5
  190. package/scss/switch/_theme.scss +2 -9
  191. package/scss/switch/_variables.scss +50 -16
  192. package/scss/table/_layout.scss +22 -20
  193. package/scss/table/_theme.scss +6 -32
  194. package/scss/table/_variables.scss +13 -13
  195. package/scss/tabstrip/_layout.scss +100 -4
  196. package/scss/tabstrip/_variables.scss +20 -20
  197. package/scss/taskboard/_layout.scss +4 -0
  198. package/scss/taskboard/_variables.scss +18 -18
  199. package/scss/tilelayout/_layout.scss +7 -1
  200. package/scss/tilelayout/_variables.scss +4 -4
  201. package/scss/timeline/_variables.scss +7 -7
  202. package/scss/timeselector/_layout.scss +38 -0
  203. package/scss/timeselector/_theme.scss +8 -6
  204. package/scss/timeselector/_variables.scss +39 -28
  205. package/scss/toolbar/_layout.scss +0 -47
  206. package/scss/toolbar/_theme.scss +4 -44
  207. package/scss/toolbar/_variables.scss +17 -17
  208. package/scss/tooltip/_functions.scss +1 -1
  209. package/scss/tooltip/_variables.scss +19 -8
  210. package/scss/treelist/_layout.scss +0 -19
  211. package/scss/treelist/_theme.scss +10 -15
  212. package/scss/treelist/_variables.scss +1 -1
  213. package/scss/treeview/_theme.scss +2 -31
  214. package/scss/treeview/_variables.scss +25 -25
  215. package/scss/typography/_variables.scss +24 -24
  216. package/scss/upload/_theme.scss +1 -1
  217. package/scss/upload/_variables.scss +14 -14
  218. package/scss/window/_layout.scss +14 -0
  219. package/scss/window/_variables.scss +14 -14
  220. package/scss/wizard/_variables.scss +3 -3
  221. package/scss/core/color-system/_functions.scss +0 -104
  222. package/scss/core/color-system/_palettes-legacy.scss +0 -671
  223. package/scss/core/color-system/_swatch-legacy.scss +0 -299
@@ -10,9 +10,9 @@
10
10
  @each $name, $color in $kendo-fab-theme-colors {
11
11
  .k-fab-solid-#{$name} {
12
12
  @include box-shadow($kendo-fab-shadow);
13
- border-color: $color;
14
- color: if($kendo-enable-color-system, k-color( on-#{$name} ), k-contrast-color( $color ));
15
- background-color: $color;
13
+ border-color: k-color(#{$name}-subtle);
14
+ color: k-color(#{$name}-on-subtle);
15
+ background-color: k-color(#{$name}-subtle);
16
16
  }
17
17
  }
18
18
 
@@ -20,8 +20,9 @@
20
20
  @each $name, $color in $kendo-fab-theme-colors {
21
21
  .k-hover.k-fab-solid-#{$name},
22
22
  .k-fab-solid-#{$name}:hover {
23
- border-color: if($kendo-enable-color-system, k-color( #{$name}-hover ), k-true-mix( #ffffff, $color, 8%));
24
- background-color: if($kendo-enable-color-system, k-color( #{$name}-hover ), k-true-mix( #ffffff, $color, 8%));
23
+ border-color: k-color(#{$name}-subtle-hover);
24
+ background-color: k-color(#{$name}-subtle-hover);
25
+ @include box-shadow(k-elevation(4));
25
26
  }
26
27
  }
27
28
 
@@ -29,8 +30,8 @@
29
30
  @each $name, $color in $kendo-fab-theme-colors {
30
31
  .k-focus.k-fab-solid-#{$name},
31
32
  .k-fab-solid-#{$name}:focus {
32
- border-color: if($kendo-enable-color-system, k-color( #{$name}-active ), k-true-mix( #ffffff, $color, 12%));
33
- background-color: if($kendo-enable-color-system, k-color( #{$name}-active ), k-true-mix( #ffffff, $color, 12%));
33
+ border-color: k-color(#{$name}-subtle-active);
34
+ background-color: k-color(#{$name}-subtle-active);
34
35
  }
35
36
  }
36
37
 
@@ -39,9 +40,9 @@
39
40
  .k-active.k-fab-solid-#{$name},
40
41
  .k-selected.k-fab-solid-#{$name},
41
42
  .k-fab-solid-#{$name}:active {
42
- border-color: if($kendo-enable-color-system, k-color( #{$name}-active ), k-true-mix( #ffffff, $color, 16%));
43
- background-color: if($kendo-enable-color-system, k-color( #{$name}-active ), k-true-mix( #ffffff, $color, 16%));
44
- box-shadow: $kendo-fab-active-shadow;
43
+ @include box-shadow($kendo-fab-active-shadow);
44
+ border-color: k-color(#{$name}-subtle-active);
45
+ background-color: k-color(#{$name}-subtle-active);
45
46
  }
46
47
  }
47
48
 
@@ -50,9 +51,9 @@
50
51
  .k-disabled.k-fab-solid-#{$name},
51
52
  .k-fab-solid-#{$name}:disabled {
52
53
  @include box-shadow($kendo-fab-disabled-shadow);
53
- border-color: if($kendo-enable-color-system, transparent, k-try-tint( k-try-shade( $kendo-body-bg, 12% ), 5));
54
- background-color: if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 9%, transparent), k-try-tint( k-try-shade( $kendo-body-bg, 12% ), 5));
55
- color: if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 32%, transparent), k-color-tint( $kendo-disabled-text, 4));
54
+ border-color: transparent;
55
+ background-color: color-mix(in srgb, k-color(on-app-surface) 12%, transparent);
56
+ color: color-mix(in srgb, k-color(on-app-surface) 38%, transparent);
56
57
  opacity: 1;
57
58
  }
58
59
  }
@@ -78,25 +79,25 @@
78
79
  // Hover state
79
80
  .k-fab-item.k-hover .k-fab-item-icon,
80
81
  .k-fab-item:hover .k-fab-item-icon {
81
- border-color: if($kendo-enable-color-system, k-color( base-hover ), k-true-mix( #000000, $kendo-fab-item-icon-border, 8%));
82
- background-color: if($kendo-enable-color-system, k-color( base-hover ), k-true-mix( #000000, $kendo-fab-item-icon-bg, 8%));
83
- color: if($kendo-enable-color-system, k-color( on-base ), k-true-mix( #000000, $kendo-fab-item-icon-text, 8%));
82
+ border-color: k-color(base-hover);
83
+ background-color: k-color(base-hover);
84
+ color: k-color(on-base);
84
85
  }
85
86
 
86
87
  // Focus state
87
88
  .k-fab-item:focus .k-fab-item-icon,
88
89
  .k-fab-item.k-focus .k-fab-item-icon {
89
- border-color: if($kendo-enable-color-system, k-color( base-active ), k-true-mix( #000000, $kendo-fab-item-icon-border, 12%));
90
- background-color: if($kendo-enable-color-system, k-color( base-active ), k-true-mix( #000000, $kendo-fab-item-icon-bg, 12%));
91
- color: if($kendo-enable-color-system, k-color( on-base ), k-true-mix( #000000, $kendo-fab-item-icon-text, 12%));
90
+ border-color: k-color(base-active);
91
+ background-color: k-color(base-active);
92
+ color: k-color(on-base);
92
93
  }
93
94
 
94
95
  // Active state
95
96
  .k-fab-item.k-active .k-fab-item-icon,
96
97
  .k-fab-item:active .k-fab-item-icon {
97
98
  @include box-shadow($kendo-fab-item-active-shadow);
98
- border-color: if($kendo-enable-color-system, k-color( base ), k-true-mix( #ffffff, $kendo-fab-item-icon-border, 12%));
99
- background-color: if($kendo-enable-color-system, k-color( base ), k-true-mix( #ffffff, $kendo-fab-item-icon-bg, 12%));
99
+ border-color: k-color(base);
100
+ background-color: k-color(base);
100
101
  }
101
102
 
102
103
  // Disabled state
@@ -107,8 +108,8 @@
107
108
  .k-fab-item-text,
108
109
  .k-fab-item-icon {
109
110
  @include box-shadow($kendo-fab-item-disabled-shadow);
110
- background-color: if($kendo-enable-color-system, color-mix(in srgb, k-color( base ) 60%, transparent), k-try-tint( $kendo-fab-item-bg, 8 ));
111
- color: if($kendo-enable-color-system, color-mix(in srgb, k-color( on-base ) 60%, transparent), k-try-tint( $kendo-fab-item-text, 8 ));
111
+ background-color: color-mix(in srgb, k-color(base) 60%, transparent);
112
+ color: color-mix(in srgb, k-color(on-base) 60%, transparent);
112
113
  }
113
114
  }
114
115
 
@@ -19,33 +19,33 @@ $kendo-fab-font-family: var( --kendo-font-family, inherit ) !default;
19
19
  $kendo-fab-font-size: var( --kendo-font-size, inherit ) !default;
20
20
  /// The line height of the FAB.
21
21
  /// @group floating-action-button
22
- $kendo-fab-line-height: math.div( 20, 14 ) !default;
22
+ $kendo-fab-line-height: var( --kendo-line-height, normal ) !default;
23
23
 
24
24
  /// The horizontal padding of the FAB.
25
25
  /// @group floating-action-button
26
- $kendo-fab-padding-x: k-spacing(4) !default;
26
+ $kendo-fab-padding-x: k-spacing(4.5) !default;
27
27
  /// The horizontal padding of the small FAB.
28
28
  /// @group floating-action-button
29
- $kendo-fab-sm-padding-x: calc( #{$kendo-fab-padding-x} / 2 ) !default;
29
+ $kendo-fab-sm-padding-x: k-spacing(2.5) !default;
30
30
  /// The horizontal padding of the medium FAB.
31
31
  /// @group floating-action-button
32
32
  $kendo-fab-md-padding-x: $kendo-fab-padding-x !default;
33
33
  /// The horizontal padding of the large FAB.
34
34
  /// @group floating-action-button
35
- $kendo-fab-lg-padding-x: calc( #{$kendo-fab-padding-x} * 1.5 ) !default;
35
+ $kendo-fab-lg-padding-x: k-spacing(8) !default;
36
36
 
37
37
  /// The vertical padding of the FAB.
38
38
  /// @group floating-action-button
39
39
  $kendo-fab-padding-y: $kendo-fab-padding-x !default;
40
40
  /// The vertical padding of the small FAB.
41
41
  /// @group floating-action-button
42
- $kendo-fab-sm-padding-y: calc( #{$kendo-fab-padding-y} / 2 ) !default;
42
+ $kendo-fab-sm-padding-y: $kendo-fab-sm-padding-x !default;
43
43
  /// The vertical padding of the medium FAB.
44
44
  /// @group floating-action-button
45
45
  $kendo-fab-md-padding-y: $kendo-fab-padding-y !default;
46
46
  /// The vertical padding of the large FAB.
47
47
  /// @group floating-action-button
48
- $kendo-fab-lg-padding-y: calc( #{$kendo-fab-padding-y} * 1.5 ) !default;
48
+ $kendo-fab-lg-padding-y: $kendo-fab-lg-padding-x !default;
49
49
 
50
50
  /// The horizontal padding of the FAB icon.
51
51
  /// @group floating-action-button
@@ -55,7 +55,7 @@ $kendo-fab-icon-padding-x: k-spacing(0.5) !default;
55
55
  $kendo-fab-icon-padding-y: $kendo-fab-icon-padding-x !default;
56
56
  /// The spacing FAB icon.
57
57
  /// @group floating-action-button
58
- $kendo-fab-icon-spacing: calc( #{k-spacing(1)} * 1.5 ) !default;
58
+ $kendo-fab-icon-spacing: k-spacing(1.5) !default;
59
59
 
60
60
  /// The horizontal padding of the FAB items.
61
61
  /// @group floating-action-button
@@ -98,7 +98,18 @@ $kendo-fab-item-icon-border-radius: 50% !default;
98
98
 
99
99
  /// The theme colors map for the FAB.
100
100
  /// @group floating-action-button
101
- $kendo-fab-theme-colors: $kendo-theme-colors !default;
101
+ $kendo-fab-theme-colors: (
102
+ "primary": k-color(primary),
103
+ "secondary": k-color(secondary),
104
+ "tertiary": k-color(tertiary),
105
+ "info": k-color(info),
106
+ "success": k-color(success),
107
+ "warning": k-color(warning),
108
+ "error": k-color(error),
109
+ "dark": k-color(dark),
110
+ "light": k-color(light),
111
+ "inverse": if($kendo-is-dark-theme, k-color(light), k-color(dark))
112
+ ) !default;
102
113
 
103
114
  /// The size map for the FAB.
104
115
  /// @group floating-action-button
@@ -119,23 +130,23 @@ $kendo-fab-sizes: (
119
130
 
120
131
  /// The base shadow of the FAB.
121
132
  /// @group floating-action-button
122
- $kendo-fab-shadow: k-elevation(5) !default;
133
+ $kendo-fab-shadow: k-elevation(3) !default;
123
134
  /// The shadow of the disabled FAB.
124
135
  /// @group floating-action-button
125
- $kendo-fab-disabled-shadow: k-elevation(5) !default;
136
+ $kendo-fab-disabled-shadow: none !default;
126
137
  /// The shadow of the active FAB.
127
138
  /// @group floating-action-button
128
- $kendo-fab-active-shadow: k-elevation(7) !default;
139
+ $kendo-fab-active-shadow: k-elevation(3) !default;
129
140
 
130
141
  /// The base text color of the FAB item.
131
142
  /// @group floating-action-button
132
- $kendo-fab-item-text: $kendo-component-text !default;
143
+ $kendo-fab-item-text: k-color(on-app-surface) !default;
133
144
  /// The base background color of the FAB item.
134
145
  /// @group floating-action-button
135
- $kendo-fab-item-bg: $kendo-component-bg !default;
146
+ $kendo-fab-item-bg: k-color(surface) !default;
136
147
  /// The base border color of the FAB item.
137
148
  /// @group floating-action-button
138
- $kendo-fab-item-border: $kendo-component-border !default;
149
+ $kendo-fab-item-border: k-color(border) !default;
139
150
 
140
151
  /// The base text color of the FAB item icon.
141
152
  /// @group floating-action-button
@@ -3,4 +3,8 @@
3
3
 
4
4
  @mixin kendo-file-manager--theme() {
5
5
  @include kendo-file-manager--theme-base();
6
+
7
+ .k-filemanager-breadcrumb {
8
+ border-color: transparent;
9
+ }
6
10
  }
@@ -21,20 +21,20 @@ $kendo-file-manager-font-size: var( --kendo-font-size, inherit ) !default;
21
21
  $kendo-file-manager-line-height: var( --kendo-line-height, normal ) !default;
22
22
  /// The background color of the FileManager.
23
23
  /// @group file-manager
24
- $kendo-file-manager-bg: $kendo-component-bg !default;
24
+ $kendo-file-manager-bg: k-color(app-surface) !default;
25
25
  /// The text color of the FileManager.
26
26
  /// @group file-manager
27
- $kendo-file-manager-text: $kendo-component-text !default;
27
+ $kendo-file-manager-text: k-color(on-app-surface) !default;
28
28
  /// The border color of the FileManager.
29
29
  /// @group file-manager
30
- $kendo-file-manager-border: $kendo-component-border !default;
30
+ $kendo-file-manager-border: k-color(border) !default;
31
31
 
32
32
  /// The border width of the FileManager Toolbar.
33
33
  /// @group file-manager
34
34
  $kendo-file-manager-toolbar-border-width: $kendo-file-manager-border-width !default;
35
35
  /// The background color of the FileManager Toolbar.
36
36
  /// @group file-manager
37
- $kendo-file-manager-toolbar-bg: if($kendo-enable-color-system, k-color( surface ), k-try-shade( $kendo-button-bg, .5 )) !default;
37
+ $kendo-file-manager-toolbar-bg: k-color(surface) !default;
38
38
  /// The text color of the FileManager Toolbar.
39
39
  /// @group file-manager
40
40
  $kendo-file-manager-toolbar-text: null !default;
@@ -123,7 +123,7 @@ $kendo-file-manager-listview-item-border: null !default;
123
123
  $kendo-file-manager-listview-item-icon-bg: null !default;
124
124
  /// The text color of the FileManager ListView item icon.
125
125
  /// @group file-manager
126
- $kendo-file-manager-listview-item-icon-text: if($kendo-enable-color-system, k-color( subtle ), k-try-tint($kendo-file-manager-text, 4)) !default;
126
+ $kendo-file-manager-listview-item-icon-text: k-color(subtle) !default;
127
127
  /// The border color of the FileManager ListView item icon.
128
128
  /// @group file-manager
129
129
  $kendo-file-manager-listview-item-icon-border: null !default;
@@ -180,7 +180,7 @@ $kendo-file-manager-preview-border: null !default;
180
180
  $kendo-file-manager-preview-icon-bg: null !default;
181
181
  /// The text color of the FileManager preview icon.
182
182
  /// @group file-manager
183
- $kendo-file-manager-preview-icon-text: if($kendo-enable-color-system, k-color( subtle ), k-try-tint($kendo-file-manager-text, 4)) !default;
183
+ $kendo-file-manager-preview-icon-text: k-color(subtle) !default;
184
184
  /// The border color of the FileManager preview icon.
185
185
  /// @group file-manager
186
186
  $kendo-file-manager-preview-icon-border: null !default;
@@ -11,7 +11,7 @@ $kendo-filter-padding-y: $kendo-filter-padding-x !default;
11
11
 
12
12
  /// The bottom margin of the Filter.
13
13
  /// @group filter
14
- $kendo-filter-bottom-margin: 2.1em !default;
14
+ $kendo-filter-bottom-margin: k-spacing(7.5) !default;
15
15
  /// The width of the line that connects the Filter items.
16
16
  /// @group filter
17
17
  $kendo-filter-line-size: 1px !default;
@@ -22,14 +22,14 @@ $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: $kendo-color-primary !default;
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: $kendo-subtle-text !default;
28
+ $kendo-filter-preview-operator-text: k-color(subtle) !default;
29
29
 
30
30
  /// The box shadow of the focused Filter toolbar.
31
31
  /// @group filter
32
- $kendo-filter-toolbar-focus-shadow: 0 2px 4px -1px rgba(0, 0, 0, .2), 0 4px 5px rgba(0, 0, 0, .14), 0 1px 10px rgba(0, 0, 0, .12) !default;
32
+ $kendo-filter-toolbar-focus-shadow: null !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,
@@ -13,7 +13,7 @@
13
13
  .k-invalid + .k-floating-label,
14
14
  .ng-invalid.ng-touched + .k-floating-label,
15
15
  .ng-invalid.ng-dirty + .k-floating-label {
16
- @include fill( $color: $kendo-color-error );
16
+ @include fill( $color: k-color(error) );
17
17
  }
18
18
  }
19
19
 
@@ -44,14 +44,14 @@ $kendo-floating-label-transition: .15s cubic-bezier( .4, 0, .2, 1 ) !default;
44
44
  $kendo-floating-label-bg: null !default;
45
45
  /// The text color of the Floating Label.
46
46
  /// @group floating-label
47
- $kendo-floating-label-text: $kendo-subtle-text !default;
47
+ $kendo-floating-label-text: k-color(subtle) !default;
48
48
 
49
49
  /// The background color of the focused Floating Label.
50
50
  /// @group floating-label
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: $kendo-color-primary !default;
54
+ $kendo-floating-label-focus-text: k-color(primary) !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,
@@ -1,13 +1,13 @@
1
1
  @use "../core/_index.scss" as *;
2
- @use"../input/_variables.scss" as *;
3
- @use"../tooltip/_variables.scss" as *;
4
- @use"../typography/_variables.scss" as *;
2
+ @use "../input/_variables.scss" as *;
3
+ @use "../tooltip/_variables.scss" as *;
4
+ @use "../typography/_variables.scss" as *;
5
5
 
6
6
  // Forms
7
7
 
8
8
  /// The padding of the inline Form.
9
9
  /// @group form
10
- $kendo-form-spacer: calc( #{k-spacing(4)} * 2 ) !default;
10
+ $kendo-form-spacer: k-spacing(8) !default;
11
11
 
12
12
  /// The font size of the Form.
13
13
  /// @group form
@@ -46,7 +46,7 @@ $kendo-form-legend-border-width: 0 0 2px !default;
46
46
  $kendo-form-legend-border-style: solid !default;
47
47
  /// The border color of the Form legend.
48
48
  /// @group form
49
- $kendo-form-legend-border-color: $kendo-component-border !default;
49
+ $kendo-form-legend-border-color: k-color(border) !default;
50
50
  /// The width of the Form legend.
51
51
  /// @group form
52
52
  $kendo-form-legend-width: 100% !default;
@@ -94,7 +94,7 @@ $kendo-form-separator-border-color: $kendo-form-legend-border-color !default;
94
94
 
95
95
  /// The top padding of the label in the horizontal Form.
96
96
  /// @group form
97
- $kendo-horizontal-form-label-padding-top: calc( #{k-spacing(2.5)} / 2 ) !default;
97
+ $kendo-horizontal-form-label-padding-top: k-spacing(2.5) !default;
98
98
  /// The horizontal margin of the label in the horizontal Form.
99
99
  /// @group form
100
100
  $kendo-horizontal-form-label-margin-x: k-spacing(2.5) !default;
@@ -20,13 +20,13 @@ $kendo-gantt-line-height: var( --kendo-line-height, normal ) !default;
20
20
 
21
21
  /// The background color of the Gantt.
22
22
  /// @group gantt
23
- $kendo-gantt-bg: $kendo-component-bg !default;
23
+ $kendo-gantt-bg: k-color(surface-alt) !default;
24
24
  /// The text color of the Gantt.
25
25
  /// @group gantt
26
- $kendo-gantt-text: $kendo-component-text !default;
26
+ $kendo-gantt-text: k-color(on-app-surface) !default;
27
27
  /// The border color of the Gantt.
28
28
  /// @group gantt
29
- $kendo-gantt-border: $kendo-component-border !default;
29
+ $kendo-gantt-border: k-color(border) !default;
30
30
 
31
31
  /// The background color of the Gantt TreeList.
32
32
  /// @group gantt
@@ -40,7 +40,7 @@ $kendo-gantt-treelist-border: null !default;
40
40
 
41
41
  /// The background color of the Gantt non-working days.
42
42
  /// @group gantt
43
- $kendo-gantt-nonwork-bg: if($kendo-enable-color-system, color-mix(in srgb, k-color( on-base ) 3%, transparent), rgba( k-contrast-color( $kendo-gantt-bg ), .025 )) !default;
43
+ $kendo-gantt-nonwork-bg: color-mix(in srgb, k-color(on-base) 3%, transparent) !default;
44
44
  /// The text color of the Gantt non-working days.
45
45
  /// @group gantt
46
46
  $kendo-gantt-nonwork-text: null !default;
@@ -53,10 +53,10 @@ $kendo-gantt-nonwork-border: null !default;
53
53
  $kendo-gantt-line-size: 2px !default;
54
54
  /// The background fill color of the Gantt connecting lines.
55
55
  /// @group gantt
56
- $kendo-gantt-line-fill: if($kendo-enable-color-system, k-color( subtle ), color.mix( $kendo-gantt-text, $kendo-gantt-bg )) !default;
56
+ $kendo-gantt-line-fill: k-color(subtle) !default;
57
57
  /// The background fill of the selected Gantt connecting lines.
58
58
  /// @group gantt
59
- $kendo-gantt-line-selected-fill: $kendo-selected-bg !default;
59
+ $kendo-gantt-line-selected-fill: k-color(primary) !default;
60
60
 
61
61
  /// The size of the Gantt task dot.
62
62
  /// @group gantt
@@ -79,29 +79,29 @@ $kendo-gantt-dot-hover-border: $kendo-gantt-text !default;
79
79
 
80
80
  /// The background color of the Gantt milestone.
81
81
  /// @group gantt
82
- $kendo-gantt-milestone-bg: $kendo-color-primary !default;
82
+ $kendo-gantt-milestone-bg: k-color(inverse) !default;
83
83
  /// The border color of the Gantt milestone.
84
84
  /// @group gantt
85
- $kendo-gantt-milestone-border: $kendo-color-primary !default;
85
+ $kendo-gantt-milestone-border: k-color(inverse) !default;
86
86
  /// The background color of the selected Gantt milestone.
87
87
  /// @group gantt
88
- $kendo-gantt-milestone-selected-bg: $kendo-color-secondary !default;
88
+ $kendo-gantt-milestone-selected-bg: k-color(primary) !default;
89
89
  /// The border color of the selected Gantt milestone.
90
90
  /// @group gantt
91
- $kendo-gantt-milestone-selected-border: $kendo-color-secondary !default;
91
+ $kendo-gantt-milestone-selected-border: k-color(primary) !default;
92
92
 
93
93
  /// The background color of the Gantt summary.
94
94
  /// @group gantt
95
- $kendo-gantt-summary-bg: if($kendo-enable-color-system, k-color( primary-emphasis ), color.mix( $kendo-color-primary, $kendo-gantt-bg )) !default;
95
+ $kendo-gantt-summary-bg: k-color(inverse-subtle) !default;
96
96
  /// The background color of the Gantt summary progress.
97
97
  /// @group gantt
98
- $kendo-gantt-summary-progress-bg: $kendo-color-primary !default;
98
+ $kendo-gantt-summary-progress-bg: k-color(inverse) !default;
99
99
  /// The background color of the selected Gantt summary.
100
100
  /// @group gantt
101
- $kendo-gantt-summary-selected-bg: if($kendo-enable-color-system, k-color( secondary-subtle-active ), color.mix( $kendo-color-secondary, $kendo-gantt-bg )) !default;
101
+ $kendo-gantt-summary-selected-bg: k-color(primary-emphasis) !default;
102
102
  /// The background color of the selected Gantt summary progress.
103
103
  /// @group gantt
104
- $kendo-gantt-summary-progress-selected-bg: $kendo-color-secondary !default;
104
+ $kendo-gantt-summary-progress-selected-bg: k-color(primary) !default;
105
105
 
106
106
  /// The horizontal padding of the Gantt task.
107
107
  /// @group gantt
@@ -114,28 +114,28 @@ $kendo-gantt-task-padding-y: k-spacing(1) !default;
114
114
  $kendo-gantt-task-border-width: 0px !default;
115
115
  /// The background color of the Gantt task.
116
116
  /// @group gantt
117
- $kendo-gantt-task-bg: if($kendo-enable-color-system, k-color( primary-emphasis ), color.mix( $kendo-color-primary, $kendo-gantt-bg )) !default;
117
+ $kendo-gantt-task-bg: k-color(inverse-subtle) !default;
118
118
  /// The text color of the Gantt task.
119
119
  /// @group gantt
120
- $kendo-gantt-task-text: $kendo-color-primary-contrast !default;
120
+ $kendo-gantt-task-text: k-color(on-inverse) !default;
121
121
  /// The border color of the Gantt task.
122
122
  /// @group gantt
123
123
  $kendo-gantt-task-border: null !default;
124
124
  /// The background color of the Gantt task progress.
125
125
  /// @group gantt
126
- $kendo-gantt-task-progress-bg: $kendo-color-primary !default;
126
+ $kendo-gantt-task-progress-bg: k-color(inverse) !default;
127
127
  /// The background color of selected the Gantt task.
128
128
  /// @group gantt
129
- $kendo-gantt-task-selected-bg: if($kendo-enable-color-system, k-color( secondary-subtle-active ), color.mix( $kendo-color-secondary, $kendo-gantt-bg )) !default;
129
+ $kendo-gantt-task-selected-bg: k-color(primary-emphasis) !default;
130
130
  /// The text color of the selected Gantt task.
131
131
  /// @group gantt
132
- $kendo-gantt-task-selected-text: $kendo-color-secondary-contrast !default;
132
+ $kendo-gantt-task-selected-text: k-color(on-primary) !default;
133
133
  /// The border color of the selected Gantt task.
134
134
  /// @group gantt
135
135
  $kendo-gantt-task-selected-border: null !default;
136
136
  /// The background color of the selected Gantt task progress.
137
137
  /// @group gantt
138
- $kendo-gantt-task-progress-selected-bg: $kendo-color-secondary !default;
138
+ $kendo-gantt-task-progress-selected-bg: k-color(primary) !default;
139
139
 
140
140
  /// The padding of the Gantt task actions.
141
141
  /// @group gantt
@@ -204,24 +204,24 @@ $kendo-gantt-planned-offset-resize-handler-margin-x: 1.4em !default;
204
204
 
205
205
  /// The background color of the Gantt planned Tooltip.
206
206
  /// @group gantt
207
- $kendo-gantt-planned-bg: $kendo-color-primary !default;
207
+ $kendo-gantt-planned-bg: k-color(inverse) !default;
208
208
  /// The border color of the Gantt planned Tooltip.
209
209
  /// @group gantt
210
210
  $kendo-gantt-planned-border: $kendo-gantt-planned-bg !default;
211
211
 
212
212
  /// The background color of the Gantt delayed task.
213
213
  /// @group gantt
214
- $kendo-gantt-delayed-bg: $kendo-color-error !default;
214
+ $kendo-gantt-delayed-bg: k-color(error) !default;
215
215
  /// The complement background color of the Gantt delayed task.
216
216
  /// @group gantt
217
- $kendo-gantt-delayed-bg-lighter: if($kendo-enable-color-system, k-color( error-emphasis ), k-color-tint($kendo-gantt-delayed-bg, 5)) !default;
217
+ $kendo-gantt-delayed-bg-lighter: k-color(error-emphasis) !default;
218
218
 
219
219
  /// The background color of the Gantt advanced task.
220
220
  /// @group gantt
221
- $kendo-gantt-advanced-bg: $kendo-color-success !default;
221
+ $kendo-gantt-advanced-bg: k-color(success) !default;
222
222
  /// The complement background color of the Gantt advanced task.
223
223
  /// @group gantt
224
- $kendo-gantt-advanced-bg-lighter: if($kendo-enable-color-system, k-color( success-emphasis ), k-color-tint($kendo-gantt-advanced-bg, 5)) !default;
224
+ $kendo-gantt-advanced-bg-lighter: k-color(success-emphasis) !default;
225
225
 
226
226
  /// The text color of the Gantt delayed task action.
227
227
  /// @group gantt
@@ -241,10 +241,10 @@ $kendo-gantt-validation-tooltip-label-width: 50px !default;
241
241
  $kendo-gantt-validation-tooltip-border: #656565 !default;
242
242
  /// The border color of the valid Gantt validation Tooltip.
243
243
  /// @group gantt
244
- $kendo-gantt-validation-tooltip-valid-border: $kendo-color-success !default;
244
+ $kendo-gantt-validation-tooltip-valid-border: k-color(success) !default;
245
245
  /// The border color of the invalid Gantt validation Tooltip.
246
246
  /// @group gantt
247
- $kendo-gantt-validation-tooltip-invalid-border: $kendo-color-error !default;
247
+ $kendo-gantt-validation-tooltip-invalid-border: k-color(error) !default;
248
248
 
249
249
  /// The horizontal padding of the Gantt task Tooltip.
250
250
  /// @group gantt
@@ -10,8 +10,8 @@
10
10
  // Grid
11
11
  .k-grid {
12
12
 
13
- .k-group-footer td,
14
- .k-group-footer .k-table-td {
13
+ .k-table .k-group-footer td,
14
+ .k-table .k-group-footer .k-table-td {
15
15
  border-top-width: 0;
16
16
  }
17
17
 
@@ -24,20 +24,17 @@
24
24
  .k-grid-header {
25
25
 
26
26
  .k-table-th {
27
- font-weight: 700;
27
+ font-weight: var( --kendo-font-weight-semibold, 600 );
28
28
 
29
29
  .k-grid-filter {
30
- font-weight: normal;
30
+ font-weight: var( --kendo-font-weight-normal, 400 );
31
31
  }
32
32
  }
33
33
 
34
- .k-grid-filter {
35
- border-radius: 50%;
36
- }
37
-
34
+ .k-grid-filter,
38
35
  .k-header-column-menu,
39
36
  .k-grid-header-menu {
40
- border-radius: 50%;
37
+ border-radius: k-border-radius( md );
41
38
  }
42
39
 
43
40
  .k-resizable-columns .k-table-th:not(.k-group-cell) {
@@ -68,18 +65,6 @@
68
65
  }
69
66
  }
70
67
 
71
- .k-grouping-dropclue {
72
- width: 0;
73
- height: $kendo-grid-group-drop-hint-height;
74
- top: $kendo-grid-group-drop-hint-top;
75
- border-style: solid;
76
- border-width: 0 2px 0 0;
77
-
78
- &::before {
79
- border-width: 0;
80
- }
81
- }
82
-
83
68
  .k-resize-handle:hover .k-resize-handle-inner {
84
69
  width: 1px;
85
70
  height: 100%;