@progress/kendo-theme-classic 4.43.1-dev.4 → 4.43.1-dev.8

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 (155) hide show
  1. package/dist/all.css +2571 -1722
  2. package/dist/all.scss +2772 -2284
  3. package/modules/@progress/kendo-theme-default/package.json +2 -2
  4. package/modules/@progress/kendo-theme-default/scss/action-buttons/_layout.scss +7 -0
  5. package/modules/@progress/kendo-theme-default/scss/action-sheet/_layout.scss +6 -0
  6. package/modules/@progress/kendo-theme-default/scss/adaptive/_layout.scss +40 -86
  7. package/modules/@progress/kendo-theme-default/scss/adaptive/_theme.scss +0 -9
  8. package/modules/@progress/kendo-theme-default/scss/appbar/_layout.scss +6 -1
  9. package/modules/@progress/kendo-theme-default/scss/appbar/_variables.scss +1 -1
  10. package/modules/@progress/kendo-theme-default/scss/autocomplete/_layout.scss +6 -0
  11. package/modules/@progress/kendo-theme-default/scss/autocomplete/_theme.scss +20 -39
  12. package/modules/@progress/kendo-theme-default/scss/autocomplete/_variables.scss +0 -19
  13. package/modules/@progress/kendo-theme-default/scss/avatar/_layout.scss +6 -0
  14. package/modules/@progress/kendo-theme-default/scss/avatar/_variables.scss +11 -1
  15. package/modules/@progress/kendo-theme-default/scss/badge/_layout.scss +6 -0
  16. package/modules/@progress/kendo-theme-default/scss/bottom-navigation/_layout.scss +6 -0
  17. package/modules/@progress/kendo-theme-default/scss/breadcrumb/_layout.scss +6 -0
  18. package/modules/@progress/kendo-theme-default/scss/button/_layout.scss +82 -94
  19. package/modules/@progress/kendo-theme-default/scss/button/_theme.scss +177 -112
  20. package/modules/@progress/kendo-theme-default/scss/button/_variables.scss +77 -11
  21. package/modules/@progress/kendo-theme-default/scss/calendar/_layout.scss +2 -14
  22. package/modules/@progress/kendo-theme-default/scss/captcha/_layout.scss +6 -0
  23. package/modules/@progress/kendo-theme-default/scss/card/_layout.scss +6 -0
  24. package/modules/@progress/kendo-theme-default/scss/card/_variables.scss +4 -4
  25. package/modules/@progress/kendo-theme-default/scss/chat/_layout.scss +12 -11
  26. package/modules/@progress/kendo-theme-default/scss/chat/_theme.scss +0 -21
  27. package/modules/@progress/kendo-theme-default/scss/chat/_variables.scss +0 -7
  28. package/modules/@progress/kendo-theme-default/scss/checkbox/_layout.scss +78 -145
  29. package/modules/@progress/kendo-theme-default/scss/checkbox/_theme.scss +6 -2
  30. package/modules/@progress/kendo-theme-default/scss/checkbox/_variables.scss +87 -18
  31. package/modules/@progress/kendo-theme-default/scss/chip/_layout.scss +6 -0
  32. package/modules/@progress/kendo-theme-default/scss/color-preview/_layout.scss +6 -0
  33. package/modules/@progress/kendo-theme-default/scss/coloreditor/_layout.scss +6 -0
  34. package/modules/@progress/kendo-theme-default/scss/colorgradient/_layout.scss +6 -4
  35. package/modules/@progress/kendo-theme-default/scss/colorpalette/_layout.scss +6 -0
  36. package/modules/@progress/kendo-theme-default/scss/colorpicker/_layout.scss +6 -3
  37. package/modules/@progress/kendo-theme-default/scss/combobox/_layout.scss +6 -1
  38. package/modules/@progress/kendo-theme-default/scss/common/_loading.scss +1 -13
  39. package/modules/@progress/kendo-theme-default/scss/dateinput/_layout.scss +7 -1
  40. package/modules/@progress/kendo-theme-default/scss/datepicker/_layout.scss +6 -0
  41. package/modules/@progress/kendo-theme-default/scss/daterangepicker/_index.scss +10 -0
  42. package/modules/@progress/kendo-theme-default/scss/daterangepicker/_layout.scss +33 -0
  43. package/modules/@progress/kendo-theme-default/scss/daterangepicker/_theme.scss +3 -0
  44. package/modules/@progress/kendo-theme-default/scss/daterangepicker/_variables.scss +1 -0
  45. package/modules/@progress/kendo-theme-default/scss/datetimepicker/_layout.scss +6 -2
  46. package/modules/@progress/kendo-theme-default/scss/drawer/_layout.scss +6 -0
  47. package/modules/@progress/kendo-theme-default/scss/dropdownlist/_layout.scss +6 -1
  48. package/modules/@progress/kendo-theme-default/scss/editor/_layout.scss +2 -10
  49. package/modules/@progress/kendo-theme-default/scss/expansion-panel/_layout.scss +6 -1
  50. package/modules/@progress/kendo-theme-default/scss/fab/_layout.scss +6 -0
  51. package/modules/@progress/kendo-theme-default/scss/filter/_layout.scss +8 -0
  52. package/modules/@progress/kendo-theme-default/scss/floating-label/_layout.scss +7 -0
  53. package/modules/@progress/kendo-theme-default/scss/forms/_layout.scss +7 -9
  54. package/modules/@progress/kendo-theme-default/scss/gantt/_layout.scss +1 -1
  55. package/modules/@progress/kendo-theme-default/scss/grid/_layout.scss +128 -97
  56. package/modules/@progress/kendo-theme-default/scss/grid/_theme.scss +0 -6
  57. package/modules/@progress/kendo-theme-default/scss/grid/_variables.scss +1 -3
  58. package/modules/@progress/kendo-theme-default/scss/imageeditor/_layout.scss +6 -0
  59. package/modules/@progress/kendo-theme-default/scss/index.scss +1 -0
  60. package/modules/@progress/kendo-theme-default/scss/input/_layout.scss +1 -1
  61. package/modules/@progress/kendo-theme-default/scss/input/_variables.scss +5 -5
  62. package/modules/@progress/kendo-theme-default/scss/list/_layout.scss +16 -66
  63. package/modules/@progress/kendo-theme-default/scss/list/_theme.scss +5 -4
  64. package/modules/@progress/kendo-theme-default/scss/list/_variables.scss +64 -8
  65. package/modules/@progress/kendo-theme-default/scss/listbox/_layout.scss +9 -0
  66. package/modules/@progress/kendo-theme-default/scss/listbox/_variables.scss +1 -1
  67. package/modules/@progress/kendo-theme-default/scss/listview/_layout.scss +2 -9
  68. package/modules/@progress/kendo-theme-default/scss/map/_layout.scss +12 -0
  69. package/modules/@progress/kendo-theme-default/scss/maskedtextbox/_layout.scss +6 -0
  70. package/modules/@progress/kendo-theme-default/scss/mediaplayer/_layout.scss +14 -1
  71. package/modules/@progress/kendo-theme-default/scss/menu/_layout.scss +48 -5
  72. package/modules/@progress/kendo-theme-default/scss/menu/_theme.scss +6 -2
  73. package/modules/@progress/kendo-theme-default/scss/menu/_variables.scss +1 -1
  74. package/modules/@progress/kendo-theme-default/scss/multiselect/_layout.scss +8 -2
  75. package/modules/@progress/kendo-theme-default/scss/notification/_layout.scss +6 -0
  76. package/modules/@progress/kendo-theme-default/scss/numerictextbox/_layout.scss +12 -26
  77. package/modules/@progress/kendo-theme-default/scss/numerictextbox/_theme.scss +64 -84
  78. package/modules/@progress/kendo-theme-default/scss/numerictextbox/_variables.scss +0 -27
  79. package/modules/@progress/kendo-theme-default/scss/orgchart/_layout.scss +6 -0
  80. package/modules/@progress/kendo-theme-default/scss/orgchart/_variables.scss +2 -2
  81. package/modules/@progress/kendo-theme-default/scss/pager/_layout.scss +6 -2
  82. package/modules/@progress/kendo-theme-default/scss/pager/_variables.scss +1 -1
  83. package/modules/@progress/kendo-theme-default/scss/panelbar/_layout.scss +6 -0
  84. package/modules/@progress/kendo-theme-default/scss/pdf-viewer/_layout.scss +20 -29
  85. package/modules/@progress/kendo-theme-default/scss/pdf-viewer/_variables.scss +2 -5
  86. package/modules/@progress/kendo-theme-default/scss/pivotgrid/_layout.scss +55 -83
  87. package/modules/@progress/kendo-theme-default/scss/pivotgrid/_theme.scss +39 -73
  88. package/modules/@progress/kendo-theme-default/scss/popover/_layout.scss +6 -0
  89. package/modules/@progress/kendo-theme-default/scss/progressbar/_layout.scss +6 -0
  90. package/modules/@progress/kendo-theme-default/scss/radio/_layout.scss +89 -136
  91. package/modules/@progress/kendo-theme-default/scss/radio/_theme.scss +2 -2
  92. package/modules/@progress/kendo-theme-default/scss/radio/_variables.scss +88 -26
  93. package/modules/@progress/kendo-theme-default/scss/rating/_layout.scss +6 -1
  94. package/modules/@progress/kendo-theme-default/scss/scheduler/_layout.scss +31 -12
  95. package/modules/@progress/kendo-theme-default/scss/searchbox/_layout.scss +28 -8
  96. package/modules/@progress/kendo-theme-default/scss/searchbox/_theme.scss +16 -25
  97. package/modules/@progress/kendo-theme-default/scss/searchbox/_variables.scss +0 -20
  98. package/modules/@progress/kendo-theme-default/scss/skeleton/_layout.scss +1 -1
  99. package/modules/@progress/kendo-theme-default/scss/slider/_layout.scss +71 -144
  100. package/modules/@progress/kendo-theme-default/scss/slider/_theme.scss +0 -6
  101. package/modules/@progress/kendo-theme-default/scss/spreadsheet/_layout.scss +28 -15
  102. package/modules/@progress/kendo-theme-default/scss/stepper/_layout.scss +6 -1
  103. package/modules/@progress/kendo-theme-default/scss/switch/_layout.scss +14 -9
  104. package/modules/@progress/kendo-theme-default/scss/switch/_variables.scss +127 -33
  105. package/modules/@progress/kendo-theme-default/scss/table/_layout.scss +29 -6
  106. package/modules/@progress/kendo-theme-default/scss/table/_theme.scss +3 -2
  107. package/modules/@progress/kendo-theme-default/scss/table/_variables.scss +3 -3
  108. package/modules/@progress/kendo-theme-default/scss/tabstrip/_layout.scss +16 -4
  109. package/modules/@progress/kendo-theme-default/scss/taskboard/_layout.scss +6 -2
  110. package/modules/@progress/kendo-theme-default/scss/textarea/_layout.scss +6 -0
  111. package/modules/@progress/kendo-theme-default/scss/textbox/_layout.scss +6 -0
  112. package/modules/@progress/kendo-theme-default/scss/timeline/_layout.scss +6 -4
  113. package/modules/@progress/kendo-theme-default/scss/timepicker/_layout.scss +6 -1
  114. package/modules/@progress/kendo-theme-default/scss/timeselector/_layout.scss +3 -2
  115. package/modules/@progress/kendo-theme-default/scss/toolbar/_index.scss +1 -0
  116. package/modules/@progress/kendo-theme-default/scss/toolbar/_layout.scss +22 -2
  117. package/modules/@progress/kendo-theme-default/scss/toolbar/_theme.scss +35 -7
  118. package/modules/@progress/kendo-theme-default/scss/tooltip/_layout.scss +6 -1
  119. package/modules/@progress/kendo-theme-default/scss/treelist/_layout.scss +4 -0
  120. package/modules/@progress/kendo-theme-default/scss/treeview/_layout.scss +134 -115
  121. package/modules/@progress/kendo-theme-default/scss/treeview/_theme.scss +36 -25
  122. package/modules/@progress/kendo-theme-default/scss/treeview/_variables.scss +67 -13
  123. package/modules/@progress/kendo-theme-default/scss/typography/_variables.scss +3 -3
  124. package/modules/@progress/kendo-theme-default/scss/upload/_layout.scss +6 -1
  125. package/modules/@progress/kendo-theme-default/scss/window/_layout.scss +2 -2
  126. package/modules/@progress/kendo-theme-default/scss/window/_variables.scss +1 -1
  127. package/package.json +3 -3
  128. package/scss/appbar/_variables.scss +1 -1
  129. package/scss/autocomplete/_variables.scss +0 -19
  130. package/scss/avatar/_variables.scss +13 -2
  131. package/scss/button/_variables.scss +84 -18
  132. package/scss/card/_variables.scss +4 -4
  133. package/scss/chat/_variables.scss +0 -7
  134. package/scss/checkbox/_variables.scss +89 -20
  135. package/scss/daterangepicker/_index.scss +10 -0
  136. package/scss/daterangepicker/_layout.scss +1 -0
  137. package/scss/daterangepicker/_theme.scss +1 -0
  138. package/scss/daterangepicker/_variables.scss +1 -0
  139. package/scss/grid/_variables.scss +1 -3
  140. package/scss/index.scss +1 -0
  141. package/scss/input/_variables.scss +5 -5
  142. package/scss/list/_variables.scss +64 -8
  143. package/scss/listbox/_variables.scss +1 -1
  144. package/scss/menu/_variables.scss +1 -1
  145. package/scss/numerictextbox/_variables.scss +0 -27
  146. package/scss/orgchart/_variables.scss +2 -2
  147. package/scss/pager/_variables.scss +1 -1
  148. package/scss/pdf-viewer/_variables.scss +2 -5
  149. package/scss/radio/_variables.scss +86 -27
  150. package/scss/searchbox/_variables.scss +0 -20
  151. package/scss/switch/_variables.scss +142 -48
  152. package/scss/table/_variables.scss +3 -3
  153. package/scss/toolbar/_index.scss +1 -0
  154. package/scss/treeview/_variables.scss +69 -15
  155. package/scss/typography/_variables.scss +3 -3
@@ -2,17 +2,22 @@
2
2
  $switch-size: 60px !default;
3
3
  $switch-border-radius: 9999px !default;
4
4
 
5
+ /// Font family of the switch.
6
+ /// @group switch
5
7
  $switch-font-family: $font-family !default;
6
8
  $switch-font-size: $font-size-xs !default;
7
- $switch-line-height: $line-height !default;
8
9
 
9
10
  $switch-track-size: null !default;
11
+ /// Border width of the switch track.
12
+ /// @group switch
10
13
  $switch-container-border-width: null !default;
11
14
  $switch-container-padding-x: 0px !default;
12
15
  $switch-container-padding-y: 0px !default;
13
16
 
14
17
  $switch-handle-size: 30px !default;
15
18
  $switch-handle-border-radius: 9999px !default;
19
+ /// Border width of the switch thumb.
20
+ /// @group switch
16
21
  $switch-handle-border-width: 1px !default;
17
22
  $switch-thumb-start-x: 0px !default;
18
23
  // TODO: Remove width property from jQuery and Blazor, and do not use 100% for thumb X calc
@@ -20,65 +25,154 @@ $switch-thumb-end-x: calc( 100% - #{$switch-handle-size} ) !default;
20
25
 
21
26
  $switch-label-offset: 8px !default;
22
27
  $switch-label-width: calc( 100% - (#{$switch-handle-size} + #{$switch-label-offset} + #{$switch-container-padding-x} ) ) !default;
28
+ /// Text transform of the switch label.
29
+ /// @group switch
23
30
  $switch-label-text-transform: uppercase !default;
31
+ /// Display of the switch label.
32
+ /// @group switch
24
33
  $switch-label-display: inline !default;
25
34
 
26
35
  $switch-container-shadow: inset 0 0 0 1px $base-border !default;
27
36
  $switch-container-hovered-shadow: inset 0 0 0 1px $hovered-border !default;
28
37
  $switch-container-focused-shadow: inset 0 0 0 3px rgba( black, .06) !default;
29
38
 
30
- $switch-on-bg: $primary !default;
31
- $switch-on-text: contrast-wcag( $switch-on-bg ) !default;
32
- $switch-on-border: null !default;
33
- $switch-on-gradient: null !default;
34
- $switch-on-shadow: null !default;
35
-
36
- $switch-on-hovered-bg: shade( $switch-on-bg ) !default;
37
- $switch-on-hovered-text: $switch-on-text !default;
38
- $switch-on-hovered-border: null !default;
39
- $switch-on-hovered-gradient: null !default;
40
-
41
- $switch-on-focused-bg: null !default;
42
- $switch-on-focused-text: null !default;
43
- $switch-on-focused-border: null !default;
44
- $switch-on-focused-gradient: null !default;
45
- $switch-on-focused-shadow: null !default;
46
-
47
- $switch-on-handle-bg: darken( white, 5 ) !default;
48
- $switch-on-handle-text: $switch-on-text !default;
49
- $switch-on-handle-border: $base-border !default;
50
- $switch-on-handle-gradient: null !default;
51
- $switch-on-handle-shadow: null !default;
52
-
53
- $switch-on-handle-hovered-bg: darken( white, 7 ) !default;
54
- $switch-on-handle-hovered-text: $switch-on-text !default;
55
- $switch-on-handle-hovered-border: $hovered-border !default;
56
- $switch-on-handle-hovered-gradient: null !default;
57
-
39
+ /// The background of the track when the switch is not checked.
40
+ /// @group switch
58
41
  $switch-off-bg: $component-bg !default;
42
+ /// The text color of the track when the switch is not checked.
43
+ /// @group switch
59
44
  $switch-off-text: $component-text !default;
45
+ /// The border color of the track when the switch is not checked.
46
+ /// @group switch
60
47
  $switch-off-border: null !default;
48
+ /// The background gradient of the track when the switch is not checked.
49
+ /// @group switch
61
50
  $switch-off-gradient: null !default;
62
51
  $switch-off-shadow: null !default;
63
52
 
53
+ /// The background of the track when the hovered switch is not checked.
54
+ /// @group switch
64
55
  $switch-off-hovered-bg: $switch-off-bg !default;
56
+ /// The text color of the track when the hovered switch is not checked.
57
+ /// @group switch
65
58
  $switch-off-hovered-text: $switch-off-text !default;
59
+ /// The border color of the track when the hovered switch is not checked.
60
+ /// @group switch
66
61
  $switch-off-hovered-border: null !default;
62
+ /// The background gradient of the track when the hovered switch is not checked.
63
+ /// @group switch
67
64
  $switch-off-hovered-gradient: null !default;
68
65
 
66
+ /// The background of the track when the focused switch is not checked.
67
+ /// @group switch
69
68
  $switch-off-focused-bg: null !default;
69
+ /// The text color of the track when the focused switch is not checked.
70
+ /// @group switch
70
71
  $switch-off-focused-text: null !default;
72
+ /// The border color of the track when the focused switch is not checked.
73
+ /// @group switch
71
74
  $switch-off-focused-border: null !default;
75
+ /// The background gradient of the track when the focused switch is not checked.
76
+ /// @group switch
72
77
  $switch-off-focused-gradient: null !default;
78
+ /// The ring around the track when the focused switch is not checked.
79
+ /// @group switch
73
80
  $switch-off-focused-shadow: null !default;
74
81
 
75
- $switch-off-handle-bg: $switch-on-handle-bg !default;
82
+ /// The background of the thumb when the switch is not checked.
83
+ /// @group switch
84
+ $switch-off-handle-bg: darken( white, 5 ) !default;
85
+ /// The text color of the thumb when the switch is not checked.
86
+ /// @group switch
76
87
  $switch-off-handle-text: $switch-off-text !default;
77
- $switch-off-handle-border: $switch-on-handle-border !default;
88
+ /// The border color of the thumb when the switch is not checked.
89
+ /// @group switch
90
+ $switch-off-handle-border: $base-border !default;
91
+ /// The background gradient of the thumb when the switch is not checked.
92
+ /// @group switch
78
93
  $switch-off-handle-gradient: null !default;
79
94
  $switch-off-handle-shadow: null !default;
80
95
 
81
- $switch-off-handle-hovered-bg: $switch-on-handle-hovered-bg !default;
96
+ /// The background of the thumb when the hovered switch is not checked.
97
+ /// @group switch
98
+ $switch-off-handle-hovered-bg: darken( white, 7 ) !default;
99
+ /// The text color of the thumb when the hovered switch is not checked.
100
+ /// @group switch
82
101
  $switch-off-handle-hovered-text: $switch-off-text !default;
83
- $switch-off-handle-hovered-border: $switch-on-handle-hovered-border !default;
102
+ /// The border color of the thumb when the hovered switch is not checked.
103
+ /// @group switch
104
+ $switch-off-handle-hovered-border: $hovered-border !default;
105
+ /// The background gradient of the thumb when the hovered switch is not checked.
106
+ /// @group switch
84
107
  $switch-off-handle-hovered-gradient: null !default;
108
+
109
+
110
+ /// The background of the track when the switch is checked.
111
+ /// @group switch
112
+ $switch-on-bg: $primary !default;
113
+ /// The text color of the track when the switch is checked.
114
+ /// @group switch
115
+ $switch-on-text: contrast-wcag( $switch-on-bg ) !default;
116
+ /// The border color of the track when the switch is checked.
117
+ /// @group switch
118
+ $switch-on-border: null !default;
119
+ /// The background gradient of the track when the switch is checked.
120
+ /// @group switch
121
+ $switch-on-gradient: null !default;
122
+ $switch-on-shadow: null !default;
123
+
124
+ /// The background of the track wen the hovered switch is checked.
125
+ /// @group switch
126
+ $switch-on-hovered-bg: shade( $switch-on-bg ) !default;
127
+ /// The text color of the track wen the hovered switch is checked.
128
+ /// @group switch
129
+ $switch-on-hovered-text: $switch-on-text !default;
130
+ /// The border color of the track wen the hovered switch is checked.
131
+ /// @group switch
132
+ $switch-on-hovered-border: null !default;
133
+ /// The background gradient of the track wen the hovered switch is checked.
134
+ /// @group switch
135
+ $switch-on-hovered-gradient: null !default;
136
+
137
+ /// The background of the track wen the focused switch is checked.
138
+ /// @group switch
139
+ $switch-on-focused-bg: null !default;
140
+ /// The text color of the track wen the focused switch is checked.
141
+ /// @group switch
142
+ $switch-on-focused-text: null !default;
143
+ /// The border color of the track wen the focused switch is checked.
144
+ /// @group switch
145
+ $switch-on-focused-border: null !default;
146
+ /// The background gradient of the track wen the focused switch is checked.
147
+ /// @group switch
148
+ $switch-on-focused-gradient: null !default;
149
+ /// The ring around the track wen the focused switch is checked.
150
+ /// @group switch
151
+ $switch-on-focused-shadow: null !default;
152
+
153
+ /// The background of the thumb when the switch is checked.
154
+ /// @group switch
155
+ $switch-on-handle-bg: $switch-off-handle-bg !default;
156
+ /// The text color of the thumb when the switch is checked.
157
+ /// @group switch
158
+ $switch-on-handle-text: $switch-on-text !default;
159
+ /// The border color of the thumb when the switch is checked.
160
+ /// @group switch
161
+ $switch-on-handle-border: $switch-off-handle-border !default;
162
+ /// The background gradient of the thumb when the switch is checked.
163
+ /// @group switch
164
+ $switch-on-handle-gradient: null !default;
165
+ $switch-on-handle-shadow: null !default;
166
+
167
+ /// The background of the thumb when the hovered switch is checked.
168
+ /// @group switch
169
+ $switch-on-handle-hovered-bg: $switch-off-handle-hovered-bg !default;
170
+ /// The text color of the thumb when the hovered switch is checked.
171
+ /// @group switch
172
+ $switch-on-handle-hovered-text: $switch-on-text !default;
173
+ /// The border color of the thumb when the hovered switch is checked.
174
+ /// @group switch
175
+ $switch-on-handle-hovered-border: $switch-off-handle-hovered-border !default;
176
+ /// The background gradient of the thumb when the hovered switch is checked.
177
+ /// @group switch
178
+ $switch-on-handle-hovered-gradient: null !default;
@@ -1,4 +1,4 @@
1
- @include exports("table/layout") {
1
+ @include exports( "table/layout" ) {
2
2
 
3
3
  // Table
4
4
  .k-table {
@@ -30,12 +30,11 @@
30
30
  // Table native parts
31
31
  .k-table-thead,
32
32
  .k-table-tbody,
33
- .k-table-tfoot {
34
- text-align: inherit;
35
- }
33
+ .k-table-tfoot,
36
34
  .k-table-row,
37
35
  .k-table-alt-row {
38
36
  border-color: inherit;
37
+ text-align: inherit;
39
38
  }
40
39
  .k-table-th,
41
40
  .k-table-td {
@@ -56,6 +55,9 @@
56
55
  border-left-width: 0;
57
56
  }
58
57
  }
58
+ .k-table-th {
59
+ border-bottom-width: 1px;
60
+ }
59
61
 
60
62
 
61
63
  // Table header
@@ -74,8 +76,27 @@
74
76
  width: 100%;
75
77
  border-width: 0 $table-cell-vertical-border-width 0 0;
76
78
  border-style: solid;
79
+ border-color: inherit;
77
80
  overflow: hidden;
78
81
  }
82
+ .k-table-header,
83
+ .k-table-header-wrap {
84
+ > .k-table {
85
+ margin-bottom: -1px;
86
+ }
87
+ }
88
+ .k-table-group-sticky-header {
89
+ font-size: $table-font-size;
90
+ line-height: $line-height;
91
+ flex: none;
92
+
93
+ .k-table-th {
94
+ display: flex;
95
+ flex-flow: row nowrap;
96
+ align-items: center;
97
+ align-content: center;
98
+ }
99
+ }
79
100
 
80
101
 
81
102
  // Table list
@@ -112,7 +133,7 @@
112
133
  .k-table-group-row {
113
134
 
114
135
  &::before {
115
- content: ".";
136
+ content: "\200b";
116
137
  padding: $table-cell-padding-y 0;
117
138
  width: 0;
118
139
  display: block;
@@ -154,7 +175,8 @@
154
175
 
155
176
 
156
177
  // Virtualization
157
- .k-virtual-table .k-table-row {
178
+ .k-virtual-table .k-table-row,
179
+ .k-virtual-table .k-table-group-row {
158
180
  position: absolute;
159
181
  width: 100%;
160
182
  }
@@ -187,6 +209,7 @@
187
209
  width: 100%;
188
210
  border-width: 0 $table-cell-vertical-border-width 0 0;
189
211
  border-style: solid;
212
+ border-color: inherit;
190
213
  overflow: hidden;
191
214
  }
192
215
 
@@ -1,4 +1,4 @@
1
- @include exports("table/theme") {
1
+ @include exports( "table/theme" ) {
2
2
 
3
3
  // Table
4
4
  .k-table,
@@ -11,7 +11,8 @@
11
11
 
12
12
  // Table header
13
13
  .k-table-thead,
14
- .k-table-header {
14
+ .k-table-header,
15
+ .k-table-group-sticky-header {
15
16
  border-color: $table-header-border;
16
17
  color: $table-header-text;
17
18
  background-color: $table-header-bg;
@@ -58,13 +58,13 @@ $table-footer-border: $grid-footer-border !default;
58
58
 
59
59
  /// Background color of group rows in table.
60
60
  /// @group table
61
- $table-group-row-bg: $grid-grouping-row-bg !default;
61
+ $table-group-row-bg: $table-header-bg !default;
62
62
  /// Text color of group rows in table.
63
63
  /// @group table
64
- $table-group-row-text: $grid-grouping-row-text !default;
64
+ $table-group-row-text: $table-header-text !default;
65
65
  /// Border color of group rows in table.
66
66
  /// @group table
67
- $table-group-row-border: null !default;
67
+ $table-group-row-border: $table-header-border !default;
68
68
 
69
69
 
70
70
  /// Background color of alternating rows in table.
@@ -19,7 +19,7 @@
19
19
  color: inherit;
20
20
  background-color: transparent;
21
21
  display: flex;
22
- flex-direction: column;
22
+ flex-flow: column nowrap;
23
23
  -webkit-touch-callout: none;
24
24
  -webkit-tap-highlight-color: $rgba-transparent;
25
25
 
@@ -112,6 +112,9 @@
112
112
  left: 0;
113
113
  transition: width .2s linear;
114
114
 
115
+ // TODO: a better name
116
+ display: none;
117
+
115
118
  &.k-complete {
116
119
  width: 100%;
117
120
  border-top-width: 0;
@@ -125,24 +128,33 @@
125
128
 
126
129
  > .k-tabstrip-items {
127
130
  flex: 1 1 auto;
131
+ flex-wrap: nowrap;
128
132
  white-space: nowrap;
129
133
  overflow: hidden;
130
134
  }
131
135
 
132
136
  > .k-button {
133
- flex-shrink: 0;
137
+ width: auto;
138
+ height: auto;
139
+ flex: none;
134
140
  align-self: stretch;
141
+ aspect-ratio: auto;
142
+
143
+ .k-button-icon {
144
+ min-width: auto;
145
+ min-height: auto;
146
+ }
135
147
  }
136
148
 
137
149
  &.k-hstack {
138
150
  > .k-button {
139
- height: auto;
151
+ padding: 0 map-get( $spacing, 1 );
140
152
  }
141
153
  }
142
154
 
143
155
  &.k-vstack {
144
156
  > .k-button {
145
- width: auto;
157
+ padding: map-get( $spacing, 1 ) 0;
146
158
  }
147
159
  }
148
160
  }
@@ -10,6 +10,12 @@
10
10
  display: flex;
11
11
  flex-direction: column;
12
12
  position: relative;
13
+
14
+ *,
15
+ *::before,
16
+ *::after {
17
+ box-sizing: border-box;
18
+ }
13
19
  }
14
20
 
15
21
  // Toolbar
@@ -78,7 +84,6 @@
78
84
  .k-taskboard-column-cards {
79
85
  padding: $taskboard-column-cards-padding-y $taskboard-column-cards-padding-x;
80
86
  min-height: 100%;
81
- box-sizing: border-box;
82
87
  display: flex;
83
88
  flex-direction: column;
84
89
  gap: $taskboard-column-cards-gap 0;
@@ -110,7 +115,6 @@
110
115
  width: $taskboard-pane-width;
111
116
  border-width: $taskboard-pane-border-width;
112
117
  border-style: solid;
113
- box-sizing: border-box;
114
118
  display: flex;
115
119
  flex-direction: column;
116
120
  position: absolute;
@@ -22,6 +22,12 @@
22
22
  position: relative;
23
23
  -webkit-appearance: none;
24
24
 
25
+ *,
26
+ *::before,
27
+ *::after {
28
+ box-sizing: border-box;
29
+ }
30
+
25
31
  // Hide clear icon
26
32
  &::-ms-clear { display: none; }
27
33
 
@@ -24,6 +24,12 @@
24
24
  position: relative;
25
25
  -webkit-appearance: none;
26
26
 
27
+ *,
28
+ *::before,
29
+ *::after {
30
+ box-sizing: border-box;
31
+ }
32
+
27
33
  // Hide clear icon
28
34
  &::-ms-clear { display: none; }
29
35
 
@@ -11,6 +11,12 @@
11
11
  -webkit-touch-callout: none;
12
12
  -webkit-tap-highlight-color: $rgba-transparent;
13
13
 
14
+ *,
15
+ *::before,
16
+ *::after {
17
+ box-sizing: border-box;
18
+ }
19
+
14
20
  ul {
15
21
  margin: 0;
16
22
  padding: 0;
@@ -28,7 +34,6 @@
28
34
  line-height: $timeline-flag-line-height;
29
35
  min-width: $timeline-flag-min-width;
30
36
  max-width: $timeline-flag-max-width;
31
- box-sizing: border-box;
32
37
  position: relative;
33
38
  z-index: 1;
34
39
  }
@@ -108,7 +113,6 @@
108
113
  margin: $timeline-spacing-y 0;
109
114
  width: 100%;
110
115
  position: relative;
111
- box-sizing: border-box;
112
116
  border: 0;
113
117
  }
114
118
 
@@ -298,12 +302,10 @@
298
302
 
299
303
  .k-timeline-card {
300
304
  height: 100%;
301
- box-sizing: border-box;
302
305
  }
303
306
 
304
307
  .k-card {
305
308
  max-height: 100%;
306
- box-sizing: border-box;
307
309
  }
308
310
 
309
311
  .k-timeline-events-list {
@@ -22,6 +22,12 @@
22
22
  -webkit-touch-callout: none;
23
23
  -webkit-tap-highlight-color: $rgba-transparent;
24
24
 
25
+ *,
26
+ *::before,
27
+ *::after {
28
+ box-sizing: border-box;
29
+ }
30
+
25
31
 
26
32
  // Input
27
33
  .k-input {}
@@ -34,7 +40,6 @@
34
40
  border-width: 0;
35
41
  border-inline-start-width: $picker-select-border-width;
36
42
  border-style: solid;
37
- box-sizing: border-box;
38
43
  outline: 0;
39
44
  display: flex;
40
45
  flex-flow: row nowrap;
@@ -104,7 +104,7 @@
104
104
  &::before,
105
105
  &::after {
106
106
  display: block;
107
- content: " ";
107
+ content: "\200b";
108
108
  position: absolute;
109
109
  width: 100%;
110
110
  left: 0;
@@ -134,13 +134,14 @@
134
134
  flex: 1;
135
135
  position: relative;
136
136
  z-index: 1;
137
+ outline: 0;
137
138
  overflow: hidden;
138
139
 
139
140
  &::before,
140
141
  &::after {
141
142
  display: block;
142
143
  position: absolute;
143
- content: " ";
144
+ content: "\200b";
144
145
  height: 0;
145
146
  line-height: 0;
146
147
  z-index: 1;
@@ -5,6 +5,7 @@
5
5
  @import "../common/_index.scss";
6
6
  @import "../button/_index.scss";
7
7
  @import "../popup/_index.scss";
8
+ @import "../menu/_index.scss";
8
9
  @import "../icons/_index.scss";
9
10
 
10
11
 
@@ -67,8 +67,9 @@
67
67
  @include border-radius( 0 );
68
68
  margin: 0;
69
69
  padding: $toolbar-padding-y;
70
- width: $toolbar-inner-calc-size;
70
+ width: auto;
71
71
  height: 100%;
72
+ aspect-ratio: 1;
72
73
  border-width: 0;
73
74
  border-color: inherit;
74
75
  box-sizing: border-box;
@@ -142,6 +143,14 @@
142
143
  // Overflow container
143
144
  .k-overflow-container {
144
145
 
146
+ > .k-item {
147
+ border-color: inherit;
148
+ }
149
+
150
+ .k-separator {
151
+ margin: map-get( $spacing, 1 ) 0;
152
+ }
153
+
145
154
  // Group
146
155
  .k-overflow-tool-group {
147
156
  display: block;
@@ -149,13 +158,23 @@
149
158
 
150
159
  // Button
151
160
  .k-overflow-button {
161
+ @include border-radius( 0 );
162
+ padding: $list-item-padding-y $list-item-padding-x;
152
163
  width: 100%;
164
+ border-width: 0;
165
+ color: inherit;
166
+ background-color: transparent;
167
+ background-image: none;
168
+ line-height: inherit;
169
+ display: flex;
170
+ justify-content: flex-start;
153
171
  }
154
172
 
155
173
  // Button group
156
174
  .k-button-group {
175
+ @include box-shadow( none );
157
176
  display: flex;
158
- flex-direction: column;
177
+ flex-flow: column nowrap;
159
178
 
160
179
  .k-button {
161
180
  margin: if( $button-border-width == 0, null, 0);
@@ -215,6 +234,7 @@
215
234
  .k-toolbar {
216
235
  padding: 0;
217
236
  border-width: 0;
237
+ flex-shrink: 1;
218
238
  color: inherit;
219
239
  background: none;
220
240
  }
@@ -11,13 +11,6 @@
11
11
  @include box-shadow( $toolbar-shadow );
12
12
 
13
13
 
14
- // Overflow anchor
15
- .k-overflow-anchor {
16
- color: inherit;
17
- background: transparent;
18
- }
19
-
20
-
21
14
  // Separator
22
15
  .k-separator {
23
16
  border-color: $toolbar-separator-border;
@@ -29,6 +22,41 @@
29
22
 
30
23
  }
31
24
 
25
+
26
+ // Overflow container
27
+ .k-overflow-container {
28
+
29
+ .k-button {
30
+
31
+ // Hover state
32
+ &:hover,
33
+ &.k-state-hover {
34
+ color: $list-item-hovered-text;
35
+ background: $list-item-hovered-bg;
36
+ }
37
+
38
+ // Active state
39
+ &:active,
40
+ &.k-state-active {
41
+ color: $list-item-selected-text;
42
+ background: $list-item-selected-bg;
43
+ }
44
+
45
+ // Button focus state
46
+ .k-button:focus,
47
+ .k-button.k-state-focused {
48
+ box-shadow: $list-item-focused-shadow;
49
+ }
50
+
51
+ // Disabled state
52
+ &:disabled,
53
+ &.k-state-disabled {
54
+ color: inherit;
55
+ }
56
+ }
57
+
58
+ }
59
+
32
60
  }
33
61
 
34
62
 
@@ -20,6 +20,12 @@
20
20
  z-index: 12000;
21
21
  -webkit-touch-callout: none;
22
22
  -webkit-tap-highlight-color: $rgba-transparent;
23
+
24
+ *,
25
+ *::before,
26
+ *::after {
27
+ box-sizing: border-box;
28
+ }
23
29
  }
24
30
 
25
31
  .k-tooltip-icon {
@@ -58,7 +64,6 @@
58
64
  border-width: $tooltip-callout-size;
59
65
  border-style: solid;
60
66
  border-color: transparent;
61
- box-sizing: border-box;
62
67
  position: absolute;
63
68
  pointer-events: none;
64
69
  }
@@ -10,9 +10,13 @@
10
10
  padding: .4em .6em;
11
11
  line-height: 1.6em;
12
12
 
13
+ // TODO: see what this does and use a better name
13
14
  .k-loading {
14
15
  vertical-align: baseline;
15
16
  margin-right: 5px;
17
+
18
+ // TODO
19
+ display: none;
16
20
  }
17
21
  }
18
22