@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
@@ -5,29 +5,31 @@
5
5
  @mixin kendo-table--layout() {
6
6
  @include kendo-table--layout-base();
7
7
 
8
- @if($kendo-enable-color-system) {
9
- .k-table {
10
- td:focus,
11
- td.k-focus,
12
- th:focus,
13
- th.k-focus {
14
- position: relative;
8
+ .k-table {
15
9
 
16
- &::after {
17
- content: "";
18
- width: 100%;
19
- height: 100%;
20
- position: absolute;
21
- top: 0;
22
- left: 0;
23
- pointer-events: none;
24
- }
25
- }
10
+ th,
11
+ .k-table-th{
12
+ font-weight: var( --kendo-font-weight-semibold, 600 );
13
+ }
26
14
 
27
- td.k-grid-content-sticky,
28
- td.k-grid-header-sticky {
29
- position: sticky;
15
+ td:focus,
16
+ td.k-focus,
17
+ th:focus,
18
+ th.k-focus {
19
+ position: relative;
20
+ &::after {
21
+ content: "";
22
+ width: 100%;
23
+ height: 100%;
24
+ position: absolute;
25
+ top: 0;
26
+ left: 0;
27
+ pointer-events: none;
30
28
  }
31
29
  }
30
+ td.k-grid-content-sticky,
31
+ td.k-grid-header-sticky {
32
+ position: sticky;
33
+ }
32
34
  }
33
35
  }
@@ -7,41 +7,15 @@
7
7
 
8
8
  @include kendo-table--theme-base();
9
9
 
10
- @if($kendo-enable-color-system) {
11
- .k-table .k-table-tbody {
12
- td:focus,
13
- td.k-focus,
14
- th:focus,
15
- th.k-focus {
16
- &::after {
17
- background-color: $kendo-table-hover-bg;
18
- }
19
- }
20
- }
21
- } @else {
22
-
23
- // Selected state
24
- .k-table-tbody .k-table-row.k-selected,
25
- .k-table-tbody .k-table-cell.k-selected {
26
- color: $kendo-table-selected-text;
27
- background-color: $kendo-table-selected-bg;
28
- }
29
-
30
- .k-table-tbody .k-table-row.k-selected > td {
31
- color: inherit;
32
- background-color: transparent;
33
- }
34
-
35
- .k-table .k-table-tbody {
36
- td:focus,
37
- td.k-focus,
38
- th:focus,
39
- th.k-focus {
40
- color: inherit;
10
+ .k-table .k-table-tbody {
11
+ td:focus,
12
+ td.k-focus,
13
+ th:focus,
14
+ th.k-focus {
15
+ &::after {
41
16
  background-color: $kendo-table-hover-bg;
42
17
  }
43
18
  }
44
-
45
19
  }
46
20
 
47
21
  }
@@ -31,14 +31,14 @@ $kendo-table-cell-padding-x: null !default;
31
31
  /// @group table
32
32
  $kendo-table-cell-padding-y: null !default;
33
33
 
34
- $kendo-table-sm-cell-padding-x: k-spacing(2.5) !default;
35
- $kendo-table-sm-cell-padding-y: k-spacing(1) !default;
34
+ $kendo-table-sm-cell-padding-x: k-spacing(2) !default;
35
+ $kendo-table-sm-cell-padding-y: k-spacing(2) !default;
36
36
 
37
- $kendo-table-md-cell-padding-x: k-spacing(6) !default;
38
- $kendo-table-md-cell-padding-y: k-spacing(2.5) !default;
37
+ $kendo-table-md-cell-padding-x: k-spacing(3) !default;
38
+ $kendo-table-md-cell-padding-y: k-spacing(3) !default;
39
39
 
40
- $kendo-table-lg-cell-padding-x: k-spacing(6) !default;
41
- $kendo-table-lg-cell-padding-y: k-spacing(2.5) !default;
40
+ $kendo-table-lg-cell-padding-x: k-spacing(4) !default;
41
+ $kendo-table-lg-cell-padding-y: k-spacing(4) !default;
42
42
 
43
43
  /// The sizes of the table.
44
44
  /// @group table
@@ -66,21 +66,21 @@ $kendo-table-sizes: (
66
66
 
67
67
  /// Background color of tables.
68
68
  /// @group table
69
- $kendo-table-bg: $kendo-component-bg !default;
69
+ $kendo-table-bg: k-color(surface-alt) !default;
70
70
  /// Text color of tables.
71
71
  /// @group table
72
- $kendo-table-text: $kendo-component-text !default;
72
+ $kendo-table-text: k-color(on-app-surface) !default;
73
73
  /// Border color of tables.
74
74
  /// @group table
75
- $kendo-table-border: $kendo-component-border !default;
75
+ $kendo-table-border: k-color(border) !default;
76
76
 
77
77
 
78
78
  /// Background color of table headers.
79
79
  /// @group table
80
- $kendo-table-header-bg: $kendo-table-bg !default;
80
+ $kendo-table-header-bg: k-color(surface) !default;
81
81
  /// Text color of table headers.
82
82
  /// @group table
83
- $kendo-table-header-text: if($kendo-enable-color-system, k-color( subtle ), if( $kendo-is-dark-theme, $light-secondary-text, $dark-secondary-text )) !default;
83
+ $kendo-table-header-text: k-color(on-app-surface) !default;
84
84
  /// Border color of table headers.
85
85
  /// @group table
86
86
  $kendo-table-header-border: $kendo-table-border !default;
@@ -124,7 +124,7 @@ $kendo-table-alt-row-border: null !default;
124
124
 
125
125
  /// Background color of hovered rows in table.
126
126
  /// @group table
127
- $kendo-table-hover-bg: if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 8%, transparent), rgba( k-contrast-color( $kendo-table-bg ), .07 )) !default;
127
+ $kendo-table-hover-bg: color-mix(in srgb, k-color(on-app-surface) 8%, transparent) !default;
128
128
  /// Text color of hovered rows in table.
129
129
  /// @group table
130
130
  $kendo-table-hover-text: null !default;
@@ -149,7 +149,7 @@ $kendo-table-focus-shadow: $kendo-list-item-focus-shadow !default;
149
149
 
150
150
  /// Background color of selected rows in table.
151
151
  /// @group table
152
- $kendo-table-selected-bg: if($kendo-enable-color-system, color-mix(in srgb, k-color( primary ) 12%, transparent), rgba( k-contrast-color( $kendo-table-bg ), .04 )) !default;
152
+ $kendo-table-selected-bg: color-mix(in srgb, k-color(primary) 20%, transparent) !default;
153
153
  /// Text color of selected rows in table.
154
154
  /// @group table
155
155
  $kendo-table-selected-text: null !default;
@@ -1,3 +1,4 @@
1
+ @use "./_variables.scss" as *;
1
2
  @use "@progress/kendo-theme-core/scss/components/tabstrip/_layout.scss" as *;
2
3
 
3
4
 
@@ -5,12 +6,107 @@
5
6
 
6
7
  @include kendo-tabstrip--layout-base();
7
8
 
8
- .k-tabstrip-items {
9
- text-transform: uppercase;
9
+ .k-tabstrip-items .k-item {
10
+ font-weight: var( --kendo-font-weight-medium, medium );
10
11
  }
11
12
 
12
- .k-tabstrip-left .k-tabstrip-items .k-link {
13
- justify-content: flex-end;
13
+ .k-tabstrip .k-tabstrip-items-wrapper .k-item.k-active::after {
14
+ border-width: 0;
14
15
  }
15
16
 
17
+ .k-tabstrip-items .k-item-actions {
18
+ align-self: center;
19
+ }
20
+
21
+ .k-tabstrip-top > .k-tabstrip-items-wrapper .k-item:active,
22
+ .k-tabstrip-top > .k-tabstrip-items-wrapper .k-item.k-active {
23
+ margin-bottom: 0;
24
+ border-bottom-width: 0;
25
+ }
26
+
27
+ .k-tabstrip-top,
28
+ .k-tabstrip-bottom {
29
+ .k-tabstrip-items-wrapper {
30
+ .k-item::after {
31
+ display: none;
32
+ }
33
+
34
+ .k-item .k-link {
35
+ position: relative;
36
+ }
37
+
38
+ .k-item .k-link::after {
39
+ content: "";
40
+ display: none;
41
+ position: absolute;
42
+ z-index: 2;
43
+ top: 0;
44
+ right: 0;
45
+ bottom: 0;
46
+ left: 0;
47
+ height: $kendo-tabstrip-indicator-size;
48
+ margin: 0 $kendo-tabstrip-item-padding-x;
49
+ pointer-events: none;
50
+ }
51
+ .k-item.k-active .k-link::after {
52
+ display: block;
53
+ }
54
+
55
+ .k-item > .k-link {
56
+ z-index: 1;
57
+ }
58
+ }
59
+ }
60
+
61
+ .k-tabstrip-right,
62
+ .k-tabstrip-left {
63
+ .k-tabstrip-items-wrapper {
64
+ .k-item::after {
65
+ content: "";
66
+ display: none;
67
+ position: absolute;
68
+ z-index: 2;
69
+ top: 0;
70
+ right: 0;
71
+ bottom: 0;
72
+ left: 0;
73
+ pointer-events: none;
74
+ width: $kendo-tabstrip-indicator-size;
75
+ height: auto;
76
+ margin: $kendo-tabstrip-item-padding-y 0;
77
+ }
78
+ .k-item.k-active::after {
79
+ display: block;
80
+ }
81
+ }
82
+ }
83
+
84
+ // Variants
85
+ .k-tabstrip-top > .k-tabstrip-items-wrapper .k-item .k-link::after {
86
+ top: auto;
87
+ }
88
+
89
+ .k-tabstrip-left > .k-tabstrip-items-wrapper .k-item::after {
90
+ left: auto;
91
+ }
92
+
93
+ .k-tabstrip-right > .k-tabstrip-items-wrapper .k-item::after {
94
+ right: auto;
95
+ }
96
+
97
+ .k-tabstrip-top .k-tabstrip-items-wrapper .k-item.k-active .k-link::after {
98
+ border-radius: var( --kendo-border-radius-full, 9999px ) var( --kendo-border-radius-full, 9999px ) 0 0;
99
+ }
100
+
101
+ .k-tabstrip-bottom .k-tabstrip-items-wrapper .k-item.k-active .k-link::after {
102
+ border-radius: 0 0 var( --kendo-border-radius-full, 9999px ) var( --kendo-border-radius-full, 9999px );
103
+ }
104
+
105
+ .k-tabstrip-left .k-tabstrip-items-wrapper .k-item.k-active::after {
106
+ border-radius: var( --kendo-border-radius-full, 9999px ) 0 0 var( --kendo-border-radius-full, 9999px );
107
+ }
108
+
109
+ .k-tabstrip-right .k-tabstrip-items-wrapper .k-item.k-active::after {
110
+ border-radius: 0 var( --kendo-border-radius-full, 9999px ) var( --kendo-border-radius-full, 9999px ) 0;
111
+ }
16
112
  }
@@ -24,7 +24,7 @@ $kendo-tabstrip-font-family: var( --kendo-font-family, inherit ) !default;
24
24
  $kendo-tabstrip-font-size: var( --kendo-font-size, inherit ) !default;
25
25
  /// The line height of the TabStrip.
26
26
  /// @group tabstrip
27
- $kendo-tabstrip-line-height: math.div( 20, 14 ) !default;
27
+ $kendo-tabstrip-line-height: var( --kendo-line-height, inherit ) !default;
28
28
  /// The border width around the TabStrip.
29
29
  /// @group tabstrip
30
30
  $kendo-tabstrip-border-width: 1px !default;
@@ -63,14 +63,14 @@ $kendo-tabstrip-wrapper-border: null !default;
63
63
  $kendo-tabstrip-bg: null !default;
64
64
  /// The text color of the TabStrip.
65
65
  /// @group tabstrip
66
- $kendo-tabstrip-text: $kendo-subtle-text !default;
66
+ $kendo-tabstrip-text: k-color(subtle) !default;
67
67
  /// The border color of the TabStrip.
68
68
  /// @group tabstrip
69
- $kendo-tabstrip-border: $kendo-component-border !default;
69
+ $kendo-tabstrip-border: k-color(border) !default;
70
70
 
71
71
  /// The horizontal padding of the TabStrip items.
72
72
  /// @group tabstrip
73
- $kendo-tabstrip-item-padding-x: k-spacing(6) !default;
73
+ $kendo-tabstrip-item-padding-x: k-spacing(4) !default;
74
74
  /// The vertical padding of the TabStrip items.
75
75
  /// @group tabstrip
76
76
  $kendo-tabstrip-item-padding-y: k-spacing(3.5) !default;
@@ -85,10 +85,10 @@ $kendo-tabstrip-item-border-radius: 0px !default;
85
85
  $kendo-tabstrip-item-gap: k-spacing(0) !default;
86
86
  /// The horizontal padding of the small TabStrip items.
87
87
  /// @group tabstrip
88
- $kendo-tabstrip-sm-item-padding-x: k-spacing(6) !default;
88
+ $kendo-tabstrip-sm-item-padding-x: k-spacing(4) !default;
89
89
  /// The vertical padding of the small TabStrip items.
90
90
  /// @group tabstrip
91
- $kendo-tabstrip-sm-item-padding-y: k-spacing(3) !default;
91
+ $kendo-tabstrip-sm-item-padding-y: k-spacing(2.5) !default;
92
92
  /// The horizontal padding of the medium TabStrip items.
93
93
  /// @group tabstrip
94
94
  $kendo-tabstrip-md-item-padding-x: $kendo-tabstrip-item-padding-x !default;
@@ -97,17 +97,17 @@ $kendo-tabstrip-md-item-padding-x: $kendo-tabstrip-item-padding-x !default;
97
97
  $kendo-tabstrip-md-item-padding-y: $kendo-tabstrip-item-padding-y !default;
98
98
  /// The horizontal padding of the large TabStrip items.
99
99
  /// @group tabstrip
100
- $kendo-tabstrip-lg-item-padding-x: k-spacing(6) !default;
100
+ $kendo-tabstrip-lg-item-padding-x: k-spacing(4) !default;
101
101
  /// The vertical padding of the large TabStrip items.
102
102
  /// @group tabstrip
103
- $kendo-tabstrip-lg-item-padding-y: k-spacing(4) !default;
103
+ $kendo-tabstrip-lg-item-padding-y: k-spacing(4.5) !default;
104
104
 
105
105
  /// The background color of the TabStrip items.
106
106
  /// @group tabstrip
107
107
  $kendo-tabstrip-item-bg: null !default;
108
108
  /// The text color of the TabStrip items.
109
109
  /// @group tabstrip
110
- $kendo-tabstrip-item-text: $kendo-subtle-text !default;
110
+ $kendo-tabstrip-item-text: k-color(subtle) !default;
111
111
  /// The border color of the TabStrip items.
112
112
  /// @group tabstrip
113
113
  $kendo-tabstrip-item-border: null !default;
@@ -117,10 +117,10 @@ $kendo-tabstrip-item-gradient: null !default;
117
117
 
118
118
  /// The background color of the hovered TabStrip items.
119
119
  /// @group tabstrip
120
- $kendo-tabstrip-item-hover-bg: $kendo-hover-bg !default;
120
+ $kendo-tabstrip-item-hover-bg: color-mix(in srgb, currentColor 8%, transparent) !default;
121
121
  /// The text color of the hovered TabStrip items.
122
122
  /// @group tabstrip
123
- $kendo-tabstrip-item-hover-text: $kendo-body-text !default;
123
+ $kendo-tabstrip-item-hover-text: null !default;
124
124
  /// The border color of the hovered TabStrip items.
125
125
  /// @group tabstrip
126
126
  $kendo-tabstrip-item-hover-border: null !default;
@@ -130,10 +130,10 @@ $kendo-tabstrip-item-hover-gradient: null !default;
130
130
 
131
131
  /// The background color of the selected TabStrip items.
132
132
  /// @group tabstrip
133
- $kendo-tabstrip-item-selected-bg: unset !default;
133
+ $kendo-tabstrip-item-selected-bg: null !default;
134
134
  /// The text color of the selected TabStrip items.
135
135
  /// @group tabstrip
136
- $kendo-tabstrip-item-selected-text: $kendo-body-text !default;
136
+ $kendo-tabstrip-item-selected-text: k-color(primary) !default;
137
137
  /// The border color of the selected TabStrip items.
138
138
  /// @group tabstrip
139
139
  $kendo-tabstrip-item-selected-border: unset !default;
@@ -146,7 +146,7 @@ $kendo-tabstrip-item-selected-font-weight: null !default;
146
146
 
147
147
  /// The shadow of the focused TabStrip items.
148
148
  /// @group tabstrip
149
- $kendo-tabstrip-item-focus-shadow: $kendo-list-item-focus-shadow !default;
149
+ $kendo-tabstrip-item-focus-shadow: inset 0 0 0 2px color-mix(in srgb, currentColor 20%, transparent) !default;
150
150
 
151
151
  /// The shadow of the dragged TabStrip items.
152
152
  /// @group tabstrip
@@ -157,7 +157,7 @@ $kendo-tabstrip-item-dragging-shadow: k-elevation(3) !default;
157
157
  $kendo-tabstrip-item-disabled-bg: null !default;
158
158
  /// The text color of the disabled TabStrip items.
159
159
  /// @group tabstrip
160
- $kendo-tabstrip-item-disabled-text: if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 32%, transparent), map.get( $theme, disabled-text )) !default;
160
+ $kendo-tabstrip-item-disabled-text: null !default;
161
161
  /// The border color of the disabled TabStrip items.
162
162
  /// @group tabstrip
163
163
  $kendo-tabstrip-item-disabled-border: null !default;
@@ -166,17 +166,17 @@ $kendo-tabstrip-item-disabled-border: null !default;
166
166
  $kendo-tabstrip-item-disabled-gradient: null !default;
167
167
  /// The opacity of the disabled TabStrip items.
168
168
  /// @group tabstrip
169
- $kendo-tabstrip-item-disabled-opacity: 1 !default;
169
+ $kendo-tabstrip-item-disabled-opacity: var(--kendo-disabled-opacity, unset) !default;
170
170
  /// The filter of the disabled TabStrip items.
171
171
  /// @group tabstrip
172
172
  $kendo-tabstrip-item-disabled-filter: null !default;
173
173
 
174
174
  /// The border width of the TabStrip indicator.
175
175
  /// @group tabstrip
176
- $kendo-tabstrip-indicator-size: 2px !default;
176
+ $kendo-tabstrip-indicator-size: 3px !default;
177
177
  /// The border color of the TabStrip ripple.
178
178
  /// @group tabstrip
179
- $kendo-tabstrip-indicator-color: $kendo-color-primary !default;
179
+ $kendo-tabstrip-indicator-color: $kendo-tabstrip-item-selected-text !default;
180
180
 
181
181
  /// The horizontal padding of the TabStrip content.
182
182
  /// @group tabstrip
@@ -199,11 +199,11 @@ $kendo-tabstrip-content-text: unset !default;
199
199
  $kendo-tabstrip-content-border: unset !default;
200
200
  /// The border color of the focused TabStrip content.
201
201
  /// @group tabstrip
202
- $kendo-tabstrip-content-focus-border: $kendo-component-text !default;
202
+ $kendo-tabstrip-content-focus-border: k-color(border) !default;
203
203
 
204
204
  /// The left and right scroll overlay of the TabStrip.
205
205
  /// @group tabstrip
206
- $kendo-tabstrip-scroll-overlay: if($kendo-enable-color-system, k-color( app-surface ), rgba( $kendo-color-white, 0)), if($kendo-enable-color-system, color-mix(in srgb, k-color( app-surface ) 0%, transparent), rgba( $kendo-color-white, 0)) !default;
206
+ $kendo-tabstrip-scroll-overlay: k-color(app-surface), color-mix(in srgb, k-color(app-surface) 0%, transparent) !default;
207
207
 
208
208
  /// The size map of the TabStrip.
209
209
  /// @group tabstrip
@@ -3,4 +3,8 @@
3
3
 
4
4
  @mixin kendo-task-board--layout() {
5
5
  @include kendo-task-board--layout-base();
6
+
7
+ .k-taskboard-card .k-card-title {
8
+ font-size: var( --kendo-font-size-lg, inherit );
9
+ }
6
10
  }
@@ -24,13 +24,13 @@ $kendo-taskboard-font-size: var( --kendo-font-size, inherit ) !default;
24
24
  $kendo-taskboard-line-height: var( --kendo-line-height, normal ) !default;
25
25
  /// The background color of the TaskBoard.
26
26
  /// @group taskboard
27
- $kendo-taskboard-bg: null !default;
27
+ $kendo-taskboard-bg: k-color(surface) !default;
28
28
  /// The text color of the TaskBoard.
29
29
  /// @group taskboard
30
- $kendo-taskboard-text: null !default;
30
+ $kendo-taskboard-text: k-color(on-app-surface) !default;
31
31
  /// The border color of the TaskBoard.
32
32
  /// @group taskboard
33
- $kendo-taskboard-border: null !default;
33
+ $kendo-taskboard-border: k-color(border) !default;
34
34
 
35
35
  /// The vertical padding of the TaskBoard Toolbar.
36
36
  /// @group taskboard
@@ -82,7 +82,7 @@ $kendo-taskboard-column-border-width: 1px !default;
82
82
  $kendo-taskboard-column-border-radius: k-border-radius(md) !default;
83
83
  /// The background color of the TaskBoard column.
84
84
  /// @group taskboard
85
- $kendo-taskboard-column-bg: if($kendo-enable-color-system, k-color( surface ), if( $kendo-is-dark-theme, $kendo-color-dark, $kendo-color-light)) !default;
85
+ $kendo-taskboard-column-bg: k-color(app-surface) !default;
86
86
  /// The text color of the TaskBoard column.
87
87
  /// @group taskboard
88
88
  $kendo-taskboard-column-text: null !default;
@@ -98,7 +98,7 @@ $kendo-taskboard-column-focus-bg: null !default;
98
98
  $kendo-taskboard-column-focus-text: null !default;
99
99
  /// The border color of the focused TaskBoard column.
100
100
  /// @group taskboard
101
- $kendo-taskboard-column-focus-border: if($kendo-enable-color-system, k-color( border-alt ), k-try-shade( $kendo-base-border, 2.5 )) !default;
101
+ $kendo-taskboard-column-focus-border: k-color(border-alt) !default;
102
102
 
103
103
  /// The vertical padding of the TaskBoard column header.
104
104
  /// @group taskboard
@@ -117,7 +117,7 @@ $kendo-taskboard-column-header-actions-gap: calc( #{$kendo-taskboard-spacer} / 2
117
117
  $kendo-taskboard-column-header-font-weight: 500 !default;
118
118
  /// The text color of the TaskBoard column header.
119
119
  /// @group taskboard
120
- $kendo-taskboard-column-header-text: $kendo-component-header-text !default;
120
+ $kendo-taskboard-column-header-text: k-color(on-app-surface) !default;
121
121
 
122
122
  /// The vertical padding of the TaskBoard column Card wrapper.
123
123
  /// @group taskboard
@@ -143,13 +143,13 @@ $kendo-taskboard-pane-padding-x: null !default;
143
143
  $kendo-taskboard-pane-border-width: 1px !default;
144
144
  /// The background color of the TaskBoard pane.
145
145
  /// @group taskboard
146
- $kendo-taskboard-pane-bg: $kendo-component-bg !default;
146
+ $kendo-taskboard-pane-bg: k-color(surface) !default;
147
147
  /// The text color of the TaskBoard pane.
148
148
  /// @group taskboard
149
- $kendo-taskboard-pane-text: $kendo-component-text !default;
149
+ $kendo-taskboard-pane-text: k-color(on-app-surface) !default;
150
150
  /// The border color of the TaskBoard pane.
151
151
  /// @group taskboard
152
- $kendo-taskboard-pane-border: $kendo-component-border !default;
152
+ $kendo-taskboard-pane-border: k-color(border) !default;
153
153
 
154
154
  /// The vertical padding of the TaskBoard pane header.
155
155
  /// @group taskboard
@@ -162,7 +162,7 @@ $kendo-taskboard-pane-header-padding-x: $kendo-taskboard-spacer !default;
162
162
  $kendo-taskboard-pane-header-font-weight: 500 !default;
163
163
  /// The text color of the TaskBoard pane header.
164
164
  /// @group taskboard
165
- $kendo-taskboard-pane-header-text: $kendo-component-header-text !default;
165
+ $kendo-taskboard-pane-header-text: k-color(on-app-surface) !default;
166
166
 
167
167
  /// The vertical padding of the TaskBoard pane content.
168
168
  /// @group taskboard
@@ -198,7 +198,7 @@ $kendo-taskboard-card-bg: $kendo-card-bg !default;
198
198
  $kendo-taskboard-card-text: $kendo-card-text !default;
199
199
  /// The border color of the TaskBoard Card.
200
200
  /// @group taskboard
201
- $kendo-taskboard-card-border: $kendo-base-border !default;
201
+ $kendo-taskboard-card-border: k-color(border) !default;
202
202
  /// The shadow of the TaskBoard Card.
203
203
  /// @group taskboard
204
204
  $kendo-taskboard-card-shadow: none !default;
@@ -209,11 +209,11 @@ $kendo-taskboard-card-category-border-width: 4px !default;
209
209
 
210
210
  /// The border color of the hovered TaskBoard Card.
211
211
  /// @group taskboard
212
- $kendo-taskboard-card-hover-border: if($kendo-enable-color-system, k-color( border-alt ), k-try-shade( $kendo-taskboard-card-border, 10% )) !default;
212
+ $kendo-taskboard-card-hover-border: k-color(border-alt) !default;
213
213
 
214
214
  /// The border color of the focused TaskBoard Card.
215
215
  /// @group taskboard
216
- $kendo-taskboard-card-focus-border: if($kendo-enable-color-system, k-color( border-alt ), k-try-shade( $kendo-taskboard-card-border, 9% )) !default;
216
+ $kendo-taskboard-card-focus-border: k-color(border-alt) !default;
217
217
  /// The shadow of the focused TaskBoard Card.
218
218
  /// @group taskboard
219
219
  $kendo-taskboard-card-focus-shadow: none !default;
@@ -221,20 +221,20 @@ $kendo-taskboard-card-focus-shadow: none !default;
221
221
 
222
222
  /// The border of the selected TaskBoard Card.
223
223
  /// @group taskboard
224
- $kendo-taskboard-card-selected-border: $kendo-color-primary-lighter !default;
224
+ $kendo-taskboard-card-selected-border: color-mix(in srgb, k-color(primary) 60%, transparent) !default;
225
225
  /// The shadow of the selected TaskBoard Card.
226
226
  /// @group taskboard
227
227
  $kendo-taskboard-card-selected-shadow: none !default;
228
228
 
229
229
  /// The text color of the TaskBoard Card header text.
230
230
  /// @group taskboard
231
- $kendo-taskboard-card-header-text: $kendo-color-primary !default;
231
+ $kendo-taskboard-card-header-text: null !default;
232
232
  /// The text color of the hovered TaskBoard Card header text.
233
233
  /// @group taskboard
234
- $kendo-taskboard-card-header-focus-text: $kendo-color-primary-darker !default;
234
+ $kendo-taskboard-card-header-focus-text: null !default;
235
235
  /// The text color of the focused TaskBoard Card header text.
236
236
  /// @group taskboard
237
- $kendo-taskboard-card-header-hover-text: $kendo-color-primary-darker !default;
237
+ $kendo-taskboard-card-header-hover-text: null !default;
238
238
 
239
239
  /// The border width of the TaskBoard Card placeholder.
240
240
  /// @group taskboard
@@ -247,7 +247,7 @@ $kendo-taskboard-drag-placeholder-border-radius: $kendo-taskboard-card-border-ra
247
247
  $kendo-taskboard-drag-placeholder-bg: rgba( white, .2 ) !default;
248
248
  /// The border color of the TaskBoard Card placeholder.
249
249
  /// @group taskboard
250
- $kendo-taskboard-drag-placeholder-border: $kendo-component-border !default;
250
+ $kendo-taskboard-drag-placeholder-border: k-color(border) !default;
251
251
 
252
252
  @forward "@progress/kendo-theme-core/scss/components/taskboard/_variables.scss" with (
253
253
  $kendo-taskboard-spacer: $kendo-taskboard-spacer,
@@ -1,6 +1,12 @@
1
1
  @use "@progress/kendo-theme-core/scss/components/tilelayout/_layout.scss" as *;
2
-
2
+ @use "../card/_variables.scss" as *;
3
3
 
4
4
  @mixin kendo-tile-layout--layout() {
5
5
  @include kendo-tile-layout--layout-base();
6
+
7
+ .k-tilelayout {
8
+ .k-card {
9
+ box-shadow: $kendo-card-shadow;
10
+ }
11
+ }
6
12
  }
@@ -8,11 +8,11 @@
8
8
  $kendo-tile-layout-border-width: 0px !default;
9
9
  /// The background color of the TileLayout.
10
10
  /// @group tile-layout
11
- $kendo-tile-layout-bg: if($kendo-enable-color-system, k-color( surface ), if( $kendo-is-dark-theme, $kendo-color-dark, $kendo-color-light)) !default;
11
+ $kendo-tile-layout-bg: k-color(surface) !default;
12
12
 
13
13
  /// The horizontal padding of the TileLayout.
14
14
  /// @group tile-layout
15
- $kendo-tile-layout-padding-x: k-spacing(4) !default;
15
+ $kendo-tile-layout-padding-x: k-spacing(2.5) !default;
16
16
 
17
17
  /// The vertical padding of the TileLayout
18
18
  /// @group tile-layout
@@ -33,10 +33,10 @@ $kendo-tile-layout-hint-border-width: 1px !default;
33
33
  $kendo-tile-layout-hint-border-radius: k-border-radius(md) !default;
34
34
  /// The color of the border around the TileLayout hint.
35
35
  /// @group tile-layout
36
- $kendo-tile-layout-hint-border: $kendo-component-border !default;
36
+ $kendo-tile-layout-hint-border: k-color(border) !default;
37
37
  /// The background color of the TileLayout hint.
38
38
  /// @group tile-layout
39
- $kendo-tile-layout-hint-bg: rgba( white, .2 ) !default;
39
+ $kendo-tile-layout-hint-bg: color-mix(in srgb, k-color(surface-alt) .2, transparent ) !default;
40
40
 
41
41
 
42
42
  @forward "@progress/kendo-theme-core/scss/components/tilelayout/_variables.scss" with (
@@ -41,13 +41,13 @@ $kendo-timeline-track-arrow-height: k-spacing(9) !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( on-app-surface ) 9%, transparent), k-true-mix(#000000, $kendo-body-bg, 8%)) !default;
44
+ $kendo-timeline-track-arrow-disabled-bg: color-mix(in srgb, k-color(on-app-surface) 12%, 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-app-surface ) 32%, 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-app-surface) 38%, 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, transparent, k-true-mix($kendo-button-border, $kendo-body-bg, 65%)) !default;
50
+ $kendo-timeline-track-arrow-disabled-border: 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 ), #e0e0e0) !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: 60px !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-color( $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