@progress/kendo-theme-material 11.0.0-dev.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 (184) 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-arctic.css +1 -1
  8. package/dist/material-burnt-teal.css +1 -1
  9. package/dist/material-dataviz-v4.css +1 -1
  10. package/dist/material-eggplant.css +1 -1
  11. package/dist/material-lime-dark.css +1 -1
  12. package/dist/material-lime.css +1 -1
  13. package/dist/material-main-dark.css +1 -1
  14. package/dist/material-main-dark.scss +97 -97
  15. package/dist/material-main.css +1 -1
  16. package/dist/material-nova.css +1 -1
  17. package/dist/material-pacific-dark.css +1 -1
  18. package/dist/material-pacific.css +1 -1
  19. package/dist/material-sky-dark.css +1 -1
  20. package/dist/material-sky.css +1 -1
  21. package/dist/material-smoke.css +1 -1
  22. package/dist/meta/sassdoc-data.json +11721 -9853
  23. package/dist/meta/sassdoc-raw-data.json +3880 -3030
  24. package/dist/meta/variables.json +2515 -2282
  25. package/lib/swatches/index.js +2 -0
  26. package/lib/swatches/material-2-dark.json +657 -0
  27. package/lib/swatches/material-2.json +632 -0
  28. package/lib/swatches/material-aqua-dark.json +1 -1
  29. package/lib/swatches/material-arctic.json +1 -1
  30. package/lib/swatches/material-burnt-teal.json +1 -1
  31. package/lib/swatches/material-dataviz-v4.json +1 -1
  32. package/lib/swatches/material-eggplant.json +1 -1
  33. package/lib/swatches/material-lime-dark.json +1 -1
  34. package/lib/swatches/material-lime.json +1 -1
  35. package/lib/swatches/material-main-dark.json +103 -103
  36. package/lib/swatches/material-main.json +6 -6
  37. package/lib/swatches/material-nova.json +1 -1
  38. package/lib/swatches/material-pacific-dark.json +1 -1
  39. package/lib/swatches/material-pacific.json +1 -1
  40. package/lib/swatches/material-sky-dark.json +1 -1
  41. package/lib/swatches/material-sky.json +1 -1
  42. package/lib/swatches/material-smoke.json +1 -1
  43. package/package.json +4 -4
  44. package/scss/action-buttons/_layout.scss +0 -23
  45. package/scss/action-buttons/_theme.scss +0 -13
  46. package/scss/action-buttons/_variables.scss +3 -3
  47. package/scss/action-sheet/_layout.scss +6 -0
  48. package/scss/action-sheet/_variables.scss +21 -22
  49. package/scss/appbar/_variables.scss +3 -3
  50. package/scss/badge/_layout.scss +0 -1
  51. package/scss/badge/_variables.scss +8 -8
  52. package/scss/bottom-navigation/_theme.scss +54 -3
  53. package/scss/bottom-navigation/_variables.scss +16 -16
  54. package/scss/breadcrumb/_variables.scss +19 -19
  55. package/scss/button/_layout.scss +0 -79
  56. package/scss/button/_theme.scss +114 -29
  57. package/scss/button/_variables.scss +28 -24
  58. package/scss/calendar/_layout.scss +13 -16
  59. package/scss/calendar/_theme.scss +29 -11
  60. package/scss/calendar/_variables.scss +75 -48
  61. package/scss/captcha/_variables.scss +3 -3
  62. package/scss/card/_variables.scss +15 -15
  63. package/scss/chat/_theme.scss +4 -0
  64. package/scss/chat/_variables.scss +4 -4
  65. package/scss/checkbox/_layout.scss +35 -0
  66. package/scss/checkbox/_theme.scss +113 -4
  67. package/scss/checkbox/_variables.scss +18 -15
  68. package/scss/chip/_layout.scss +10 -0
  69. package/scss/chip/_theme.scss +41 -61
  70. package/scss/chip/_variables.scss +36 -18
  71. package/scss/coloreditor/_variables.scss +8 -8
  72. package/scss/colorgradient/_variables.scss +3 -33
  73. package/scss/column-menu/_variables.scss +1 -1
  74. package/scss/core/color-system/_palettes.scss +243 -242
  75. package/scss/core/color-system/_swatch.scss +142 -142
  76. package/scss/core/elevation/index.import.scss +18 -27
  77. package/scss/core/typography/index.import.scss +8 -8
  78. package/scss/dataviz/_variables.scss +1 -1
  79. package/scss/dialog/_variables.scss +6 -1
  80. package/scss/dock-manager/_variables.scss +14 -14
  81. package/scss/draggable/_variables.scss +1 -1
  82. package/scss/drawer/_layout.scss +2 -0
  83. package/scss/drawer/_theme.scss +0 -11
  84. package/scss/drawer/_variables.scss +48 -23
  85. package/scss/dropzone/_variables.scss +2 -2
  86. package/scss/editor/_layout.scss +2 -12
  87. package/scss/editor/_variables.scss +4 -4
  88. package/scss/expansion-panel/_layout.scss +5 -0
  89. package/scss/expansion-panel/_variables.scss +6 -6
  90. package/scss/fab/_layout.scss +1 -1
  91. package/scss/fab/_theme.scss +13 -12
  92. package/scss/fab/_variables.scss +11 -11
  93. package/scss/filemanager/_theme.scss +4 -0
  94. package/scss/filemanager/_variables.scss +1 -1
  95. package/scss/filter/_variables.scss +2 -2
  96. package/scss/forms/_variables.scss +5 -5
  97. package/scss/gantt/_variables.scss +16 -16
  98. package/scss/grid/_layout.scss +6 -21
  99. package/scss/grid/_theme.scss +12 -55
  100. package/scss/grid/_variables.scss +13 -13
  101. package/scss/imageeditor/_variables.scss +2 -2
  102. package/scss/input/_layout.scss +10 -14
  103. package/scss/input/_variables.scss +35 -34
  104. package/scss/list/_theme.scss +1 -1
  105. package/scss/list/_variables.scss +100 -22
  106. package/scss/listbox/_variables.scss +1 -1
  107. package/scss/listgroup/_variables.scss +4 -4
  108. package/scss/listview/_theme.scss +0 -13
  109. package/scss/listview/_variables.scss +5 -5
  110. package/scss/loader/_variables.scss +2 -2
  111. package/scss/map/_variables.scss +2 -2
  112. package/scss/mediaplayer/_variables.scss +2 -2
  113. package/scss/menu/_layout.scss +4 -0
  114. package/scss/menu/_theme.scss +1 -26
  115. package/scss/menu/_variables.scss +47 -39
  116. package/scss/menu-button/_variables.scss +1 -1
  117. package/scss/messagebox/_layout.scss +5 -1
  118. package/scss/messagebox/_variables.scss +1 -1
  119. package/scss/notification/_layout.scss +5 -0
  120. package/scss/notification/_theme.scss +1 -0
  121. package/scss/notification/_variables.scss +18 -8
  122. package/scss/orgchart/_variables.scss +3 -3
  123. package/scss/pager/_variables.scss +4 -4
  124. package/scss/panel/_variables.scss +3 -3
  125. package/scss/panelbar/_layout.scss +29 -1
  126. package/scss/panelbar/_theme.scss +0 -1
  127. package/scss/panelbar/_variables.scss +23 -23
  128. package/scss/pdf-viewer/_variables.scss +3 -3
  129. package/scss/pivotgrid/_theme.scss +0 -12
  130. package/scss/pivotgrid/_variables.scss +4 -4
  131. package/scss/popover/_variables.scss +3 -3
  132. package/scss/popup/_variables.scss +5 -5
  133. package/scss/progressbar/_layout.scss +11 -4
  134. package/scss/progressbar/_variables.scss +2 -2
  135. package/scss/prompt/_layout.scss +4 -0
  136. package/scss/prompt/_variables.scss +8 -8
  137. package/scss/radio/_layout.scss +35 -0
  138. package/scss/radio/_theme.scss +109 -4
  139. package/scss/radio/_variables.scss +17 -14
  140. package/scss/rating/_variables.scss +3 -3
  141. package/scss/scheduler/_layout.scss +2 -89
  142. package/scss/scheduler/_variables.scss +4 -4
  143. package/scss/scrollview/_variables.scss +1 -1
  144. package/scss/slider/_layout.scss +11 -0
  145. package/scss/slider/_theme.scss +1 -10
  146. package/scss/slider/_variables.scss +16 -7
  147. package/scss/split-button/_layout.scss +12 -0
  148. package/scss/split-button/_variables.scss +4 -4
  149. package/scss/splitter/_variables.scss +3 -3
  150. package/scss/spreadsheet/_layout.scss +0 -35
  151. package/scss/spreadsheet/_theme.scss +3 -25
  152. package/scss/spreadsheet/_variables.scss +7 -7
  153. package/scss/stepper/_layout.scss +15 -1
  154. package/scss/stepper/_theme.scss +8 -0
  155. package/scss/stepper/_variables.scss +13 -13
  156. package/scss/switch/_layout.scss +20 -5
  157. package/scss/switch/_theme.scss +2 -9
  158. package/scss/switch/_variables.scss +50 -16
  159. package/scss/table/_layout.scss +6 -0
  160. package/scss/table/_variables.scss +9 -9
  161. package/scss/tabstrip/_layout.scss +100 -4
  162. package/scss/tabstrip/_variables.scss +16 -16
  163. package/scss/taskboard/_layout.scss +4 -0
  164. package/scss/taskboard/_variables.scss +8 -8
  165. package/scss/tilelayout/_layout.scss +7 -1
  166. package/scss/tilelayout/_variables.scss +2 -2
  167. package/scss/timeline/_variables.scss +2 -2
  168. package/scss/timeselector/_layout.scss +38 -0
  169. package/scss/timeselector/_theme.scss +8 -6
  170. package/scss/timeselector/_variables.scss +29 -23
  171. package/scss/toolbar/_layout.scss +0 -47
  172. package/scss/toolbar/_theme.scss +4 -44
  173. package/scss/toolbar/_variables.scss +14 -14
  174. package/scss/tooltip/_variables.scss +6 -6
  175. package/scss/treelist/_layout.scss +0 -19
  176. package/scss/treelist/_theme.scss +10 -15
  177. package/scss/treelist/_variables.scss +1 -1
  178. package/scss/treeview/_theme.scss +2 -31
  179. package/scss/treeview/_variables.scss +24 -24
  180. package/scss/typography/_variables.scss +21 -21
  181. package/scss/upload/_variables.scss +3 -3
  182. package/scss/window/_layout.scss +14 -0
  183. package/scss/window/_variables.scss +8 -8
  184. package/scss/wizard/_variables.scss +3 -3
@@ -5,16 +5,16 @@
5
5
 
6
6
  /// The background color of the Drawer.
7
7
  /// @group drawer
8
- $kendo-drawer-bg: k-color(surface-alt) !default;
8
+ $kendo-drawer-bg: k-color(surface) !default;
9
9
  /// The text color of the Drawer.
10
10
  /// @group drawer
11
- $kendo-drawer-text: k-color(on-app-surface) !default;
11
+ $kendo-drawer-text: k-color(subtle) !default;
12
12
  /// The border color of the Drawer.
13
13
  /// @group drawer
14
14
  $kendo-drawer-border: k-color(border) !default;
15
15
  /// The border width of the Drawer.
16
16
  /// @group drawer
17
- $kendo-drawer-border-width: 1px !default;
17
+ $kendo-drawer-border-width: 0 !default;
18
18
 
19
19
  /// The font family of the Drawer.
20
20
  /// @group drawer
@@ -28,39 +28,51 @@ $kendo-drawer-line-height: var( --kendo-line-height, normal ) !default;
28
28
 
29
29
  /// The horizontal padding of the Drawer content.
30
30
  /// @group drawer
31
- $kendo-drawer-content-padding-x: null !default;
31
+ $kendo-drawer-content-padding-x: k-spacing(3) !default;
32
32
  /// The vertical padding of the Drawer content.
33
33
  /// @group drawer
34
- $kendo-drawer-content-padding-y: null !default;
34
+ $kendo-drawer-content-padding-y: k-spacing(3) !default;
35
35
 
36
36
  /// The width of the Drawer scrollbar.
37
37
  /// @group drawer
38
- $kendo-drawer-scrollbar-width: 7px !default;
38
+ $kendo-drawer-scrollbar-width: 8px !default;
39
39
  /// The color of the Drawer scrollbar track.
40
40
  /// @group drawer
41
- $kendo-drawer-scrollbar-color: rgba( 156, 156, 156, .7 ) !default;
41
+ $kendo-drawer-scrollbar-color: k-color(dark-emphasis) !default;
42
42
  /// The background color of the Drawer scrollbar thumb.
43
43
  /// @group drawer
44
- $kendo-drawer-scrollbar-bg: #dedede !default;
44
+ $kendo-drawer-scrollbar-bg: transparent !default;
45
45
  /// The border radius of the Drawer scrollbar.
46
46
  /// @group drawer
47
- $kendo-drawer-scrollbar-radius: 20px !default;
47
+ $kendo-drawer-scrollbar-radius: k-border-radius( full ) !default;
48
48
  /// The hover color of the Drawer scrollbar track.
49
49
  /// @group drawer
50
- $kendo-drawer-scrollbar-hover-color: rgba( 156, 156, 156, 1 ) !default;
50
+ $kendo-drawer-scrollbar-hover-color: $kendo-drawer-scrollbar-color !default;
51
51
 
52
+ /// The horizontal padding of the Drawer items.
53
+ /// @group drawer
54
+ $kendo-drawer-items-padding-x: k-spacing(3) !default;
55
+ /// The vertical padding of the Drawer items.
56
+ /// @group drawer
57
+ $kendo-drawer-items-padding-y: k-spacing(3) !default;
52
58
  /// The horizontal padding of the Drawer item.
53
59
  /// @group drawer
54
60
  $kendo-drawer-item-padding-x: k-spacing(4) !default;
55
61
  /// The vertical padding of the Drawer item.
56
62
  /// @group drawer
57
- $kendo-drawer-item-padding-y: k-spacing(3) !default;
63
+ $kendo-drawer-item-padding-y: k-spacing(4) !default;
64
+ /// The spacing between the items in the Drawer item.
65
+ /// @group drawer
66
+ $kendo-drawer-item-spacing: k-spacing(3) !default;
58
67
  /// The font size of the Drawer item.
59
68
  /// @group drawer
60
- $kendo-drawer-item-font-size: var( --kendo-font-size-lg, inherit ) !default;
69
+ $kendo-drawer-item-font-size: $kendo-drawer-font-size !default;
61
70
  /// The line height of the Drawer item.
62
71
  /// @group drawer
63
- $kendo-drawer-item-line-height: var( --kendo-line-height-lg, normal ) !default;
72
+ $kendo-drawer-item-line-height: $kendo-drawer-line-height !default;
73
+ /// The font weight of the Drawer item.
74
+ /// @group drawer
75
+ $kendo-drawer-item-font-weight: var( --kendo-font-weight-medium, 500 ) !default;
64
76
 
65
77
  /// The horizontal padding of the Drawer item in each level.
66
78
  /// @group drawer
@@ -68,45 +80,52 @@ $kendo-drawer-item-level-padding-x: $kendo-drawer-item-padding-x !default;
68
80
  /// The count of the Drawer item levels.
69
81
  /// @group drawer
70
82
  $kendo-drawer-item-level-count: 5 !default;
83
+ /// The border radius of the Drawer item.
84
+ /// @group drawer
85
+ $kendo-drawer-item-border-radius: k-border-radius(full) !default;
71
86
 
72
87
  /// The horizontal padding of the Drawer icon.
73
88
  /// @group drawer
74
- $kendo-drawer-icon-padding-x: k-spacing(0) !default;
89
+ $kendo-drawer-icon-padding-x: k-spacing(1) !default;
75
90
  /// The vertical padding of the Drawer icon.
76
91
  /// @group drawer
77
92
  $kendo-drawer-icon-padding-y: k-spacing(1) !default;
78
93
 
79
94
  /// The initial width of the mini Drawer.
80
95
  /// @group drawer
81
- $kendo-drawer-mini-initial-width: calc(2 * #{$kendo-drawer-item-padding-x} + #{$kendo-icon-size}) !default;
96
+ $kendo-drawer-mini-initial-width: calc(2 * #{$kendo-drawer-item-padding-x} + #{$kendo-icon-size} + 2 * #{$kendo-drawer-icon-padding-x} + 2 * #{$kendo-drawer-items-padding-x}) !default;
82
97
 
83
98
  /// The background color of the hovered Drawer item.
84
99
  /// @group drawer
85
- $kendo-drawer-hover-bg: k-color(base-hover) !default;
100
+ $kendo-drawer-hover-bg: color-mix(in srgb, currentColor 8%, transparent) !default;
86
101
  /// The text color of the hovered Drawer item.
87
102
  /// @group drawer
88
- $kendo-drawer-hover-text: k-color(on-app-surface) !default;
103
+ $kendo-drawer-hover-text: $kendo-drawer-text !default;
89
104
 
90
105
  /// The background color of the focused Drawer item.
91
106
  /// @group drawer
92
- $kendo-drawer-focus-bg: k-color(base-hover) !default;
107
+ $kendo-drawer-focus-bg: color-mix(in srgb, currentColor 12%, transparent) !default;
93
108
  /// The box shadow of the focused Drawer item.
94
109
  /// @group drawer
95
110
  $kendo-drawer-focus-shadow: none !default;
96
111
 
97
112
  /// The background color of the selected Drawer item.
98
113
  /// @group drawer
99
- $kendo-drawer-selected-bg: unset !default;
114
+ $kendo-drawer-selected-bg: k-color(secondary) !default;
100
115
  /// The text color of the selected Drawer item.
101
116
  /// @group drawer
102
- $kendo-drawer-selected-text: k-color(secondary) !default;
117
+ $kendo-drawer-selected-text: k-color(on-secondary) !default;
103
118
 
104
119
  /// The background color of the selected and hovered Drawer item.
105
120
  /// @group drawer
106
- $kendo-drawer-selected-hover-bg: k-color(base-hover) !default;
121
+ $kendo-drawer-selected-hover-bg: k-color(secondary-hover) !default;
107
122
  /// The text color of the selected and hovered Drawer item.
108
123
  /// @group drawer
109
- $kendo-drawer-selected-hover-text: k-color(secondary) !default;
124
+ $kendo-drawer-selected-hover-text: $kendo-drawer-selected-text !default;
125
+
126
+ /// The background color of the selected and focused Drawer item.
127
+ /// @group drawer
128
+ $kendo-drawer-selected-focus-bg: k-color(secondary-active) !default;
110
129
 
111
130
  @forward "@progress/kendo-theme-core/scss/components/drawer/_variables.scss" with (
112
131
  $kendo-drawer-bg: $kendo-drawer-bg,
@@ -123,12 +142,17 @@ $kendo-drawer-selected-hover-text: k-color(secondary) !default;
123
142
  $kendo-drawer-scrollbar-bg: $kendo-drawer-scrollbar-bg,
124
143
  $kendo-drawer-scrollbar-radius: $kendo-drawer-scrollbar-radius,
125
144
  $kendo-drawer-scrollbar-hover-color: $kendo-drawer-scrollbar-hover-color,
145
+ $kendo-drawer-items-padding-x: $kendo-drawer-items-padding-x,
146
+ $kendo-drawer-items-padding-y: $kendo-drawer-items-padding-y,
126
147
  $kendo-drawer-item-padding-x: $kendo-drawer-item-padding-x,
127
148
  $kendo-drawer-item-padding-y: $kendo-drawer-item-padding-y,
149
+ $kendo-drawer-item-spacing: $kendo-drawer-item-spacing,
128
150
  $kendo-drawer-item-font-size: $kendo-drawer-item-font-size,
129
151
  $kendo-drawer-item-line-height: $kendo-drawer-item-line-height,
152
+ $kendo-drawer-item-font-weight: $kendo-drawer-item-font-weight,
130
153
  $kendo-drawer-item-level-padding-x: $kendo-drawer-item-level-padding-x,
131
154
  $kendo-drawer-item-level-count: $kendo-drawer-item-level-count,
155
+ $kendo-drawer-item-border-radius: $kendo-drawer-item-border-radius,
132
156
  $kendo-drawer-icon-padding-x: $kendo-drawer-icon-padding-x,
133
157
  $kendo-drawer-icon-padding-y: $kendo-drawer-icon-padding-y,
134
158
  $kendo-drawer-mini-initial-width: $kendo-drawer-mini-initial-width,
@@ -139,5 +163,6 @@ $kendo-drawer-selected-hover-text: k-color(secondary) !default;
139
163
  $kendo-drawer-selected-bg: $kendo-drawer-selected-bg,
140
164
  $kendo-drawer-selected-text: $kendo-drawer-selected-text,
141
165
  $kendo-drawer-selected-hover-bg: $kendo-drawer-selected-hover-bg,
142
- $kendo-drawer-selected-hover-text: $kendo-drawer-selected-hover-text
166
+ $kendo-drawer-selected-hover-text: $kendo-drawer-selected-hover-text,
167
+ $kendo-drawer-selected-focus-bg: $kendo-drawer-selected-focus-bg
143
168
  );
@@ -25,11 +25,11 @@ $kendo-dropzone-font-family: var( --kendo-font-family, inherit ) !default;
25
25
  $kendo-dropzone-font-size: var( --kendo-font-size, inherit ) !default;
26
26
  /// The line height of the DropZone.
27
27
  /// @group dropzone
28
- $kendo-dropzone-line-height: math.div( 20, 14 ) !default;
28
+ $kendo-dropzone-line-height: var( --kendo-line-height, normal ) !default;
29
29
 
30
30
  /// The background color of the DropZone.
31
31
  /// @group dropzone
32
- $kendo-dropzone-bg: k-color(base-subtle) !default;
32
+ $kendo-dropzone-bg: k-color(surface) !default;
33
33
  /// The text color of the DropZone.
34
34
  /// @group dropzone
35
35
  $kendo-dropzone-text: k-color(on-app-surface) !default;
@@ -1,4 +1,3 @@
1
- @use "./_variables.scss" as *;
2
1
  @use "@progress/kendo-theme-core/scss/components/editor/_layout.scss" as *;
3
2
 
4
3
 
@@ -8,19 +7,10 @@
8
7
 
9
8
  // Insert table
10
9
  .k-ct-popup {
11
- line-height: normal;
10
+ line-height: var( --kendo-line-height, normal);
12
11
 
13
12
  .k-status {
14
- line-height: var( --kendo-line-height, inherit);
15
- }
16
- }
17
-
18
- .k-editor-export {
19
- text-transform: uppercase;
20
- font-size: var( --kendo-font-size, inherit );
21
-
22
- .k-icon {
23
- margin-left: $kendo-editor-export-tool-icon-margin-x;
13
+ line-height: var( --kendo-line-height, normal);
24
14
  }
25
15
  }
26
16
  }
@@ -58,14 +58,14 @@ $kendo-editor-resize-handle-bg: #ffffff !default;
58
58
  $kendo-editor-selectednode-outline-width: 2px !default;
59
59
  /// The outline color of the Editor's selected node.
60
60
  /// @group editor
61
- $kendo-editor-selectednode-outline-color: #88ccff !default;
61
+ $kendo-editor-selectednode-outline-color: k-color(primary) !default;
62
62
 
63
63
  /// The horizontal padding of the inline Editor.
64
64
  /// @group editor
65
- $kendo-editor-inline-padding-x: k-spacing(2) !default;
65
+ $kendo-editor-inline-padding-x: k-spacing(4) !default;
66
66
  /// The vertical padding of the inline Editor.
67
67
  /// @group editor
68
- $kendo-editor-inline-padding-y: k-spacing(0.5) !default;
68
+ $kendo-editor-inline-padding-y: k-spacing(4) !default;
69
69
 
70
70
  /// The horizontal padding of the Editor file browser tiles.
71
71
  /// @group editor
@@ -76,7 +76,7 @@ $kendo-editor-filebrowser-tiles-padding-y: k-spacing(1) !default;
76
76
 
77
77
  /// The padding of the Editor content.
78
78
  /// @group editor
79
- $kendo-editor-content-padding: k-spacing(4) !default;
79
+ $kendo-editor-content-padding: k-spacing(2) !default;
80
80
 
81
81
  $kendo-editor-ct-cell-text: k-color(on-secondary) !default;
82
82
  $kendo-editor-ct-cell-bg: k-color(secondary) !default;
@@ -3,4 +3,9 @@
3
3
 
4
4
  @mixin kendo-expander--layout() {
5
5
  @include kendo-expander--layout-base();
6
+
7
+ .k-expander-title {
8
+ text-transform: none;
9
+ }
10
+
6
11
  }
@@ -30,14 +30,14 @@ $kendo-expander-border: k-color(border) !default;
30
30
 
31
31
  /// The box shadow of the focused ExpansionPanel.
32
32
  /// @group expander
33
- $kendo-expander-focus-shadow: inset 0 0 0 2px rgba( black, .08 ) !default;
33
+ $kendo-expander-focus-shadow: inset 0 0 0 2px color-mix(in srgb, currentColor 20%, transparent) !default;
34
34
 
35
35
  /// The horizontal padding of the ExpansionPanel header.
36
36
  /// @group expander
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) !default;
40
+ $kendo-expander-header-padding-y: k-spacing(3.5) !default;
41
41
 
42
42
  /// The text color of the ExpansionPanel header.
43
43
  /// @group expander
@@ -51,17 +51,17 @@ $kendo-expander-header-border: null !default;
51
51
 
52
52
  /// The background color of the hovered ExpansionPanel header.
53
53
  /// @group expander
54
- $kendo-expander-header-hover-bg: rgba( black, .04 ) !default;
54
+ $kendo-expander-header-hover-bg: color-mix(in srgb, k-color(on-app-surface) 8%, transparent) !default;
55
55
  /// The background color of the focused ExpansionPanel header.
56
56
  /// @group expander
57
- $kendo-expander-header-focus-bg: rgba( black, .12 ) !default;
57
+ $kendo-expander-header-focus-bg: null !default;
58
58
  /// The box shadow of the focused ExpansionPanel header.
59
59
  /// @group expander
60
- $kendo-expander-header-focus-shadow: none !default;
60
+ $kendo-expander-header-focus-shadow: inset 0 0 0 2px color-mix(in srgb, currentColor 20%, transparent) !default;
61
61
 
62
62
  /// The text color of the ExpansionPanel title.
63
63
  /// @group expander
64
- $kendo-expander-title-text: k-color(secondary) !default;
64
+ $kendo-expander-title-text: k-color(on-app-surface) !default;
65
65
 
66
66
  /// The text color of the ExpansionPanel sub-title.
67
67
  /// @group expander
@@ -6,7 +6,7 @@
6
6
  @include kendo-fab--layout-base();
7
7
 
8
8
  .k-fab-text {
9
- text-transform: uppercase;
9
+ font-weight: var(--kendo-font-weight-md, 500);
10
10
  }
11
11
 
12
12
  }
@@ -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: k-color(on-#{$name});
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: k-color(#{$name}-hover);
24
- background-color: k-color(#{$name}-hover);
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: k-color(#{$name}-active);
33
- background-color: k-color(#{$name}-active);
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: k-color(#{$name}-active);
43
- background-color: k-color(#{$name}-active);
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
 
@@ -51,8 +52,8 @@
51
52
  .k-fab-solid-#{$name}:disabled {
52
53
  @include box-shadow($kendo-fab-disabled-shadow);
53
54
  border-color: transparent;
54
- background-color: color-mix(in srgb, k-color(on-app-surface) 9%, transparent);
55
- color: color-mix(in srgb, k-color(on-app-surface) 32%, 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
  }
@@ -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
@@ -130,20 +130,20 @@ $kendo-fab-sizes: (
130
130
 
131
131
  /// The base shadow of the FAB.
132
132
  /// @group floating-action-button
133
- $kendo-fab-shadow: k-elevation(5) !default;
133
+ $kendo-fab-shadow: k-elevation(3) !default;
134
134
  /// The shadow of the disabled FAB.
135
135
  /// @group floating-action-button
136
- $kendo-fab-disabled-shadow: k-elevation(5) !default;
136
+ $kendo-fab-disabled-shadow: none !default;
137
137
  /// The shadow of the active FAB.
138
138
  /// @group floating-action-button
139
- $kendo-fab-active-shadow: k-elevation(7) !default;
139
+ $kendo-fab-active-shadow: k-elevation(3) !default;
140
140
 
141
141
  /// The base text color of the FAB item.
142
142
  /// @group floating-action-button
143
143
  $kendo-fab-item-text: k-color(on-app-surface) !default;
144
144
  /// The base background color of the FAB item.
145
145
  /// @group floating-action-button
146
- $kendo-fab-item-bg: k-color(surface-alt) !default;
146
+ $kendo-fab-item-bg: k-color(surface) !default;
147
147
  /// The base border color of the FAB item.
148
148
  /// @group floating-action-button
149
149
  $kendo-fab-item-border: k-color(border) !default;
@@ -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,7 +21,7 @@ $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: k-color(surface-alt) !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
27
  $kendo-file-manager-text: k-color(on-app-surface) !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;
@@ -29,7 +29,7 @@ $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,
@@ -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
@@ -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;
@@ -56,7 +56,7 @@ $kendo-gantt-line-size: 2px !default;
56
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: k-color(secondary) !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: k-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: k-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: k-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: k-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: k-color(primary-emphasis) !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: k-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: k-color(secondary-subtle-active) !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: k-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: k-color(primary-emphasis) !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: k-color(on-primary) !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: k-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: k-color(secondary-subtle-active) !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: k-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: k-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,7 +204,7 @@ $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: k-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;
@@ -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%;