@progress/kendo-theme-default 6.4.0-dev.0 → 6.4.0-dev.2

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 (70) hide show
  1. package/dist/all.css +206 -160
  2. package/dist/all.scss +600 -321
  3. package/dist/default-main-dark.scss +2 -2
  4. package/dist/meta/sassdoc-data.json +21117 -14835
  5. package/dist/meta/sassdoc-raw-data.json +9265 -6365
  6. package/dist/meta/variables.json +25 -65
  7. package/lib/swatches/default-blue.json +1 -1
  8. package/lib/swatches/default-dataviz-v4.json +1 -1
  9. package/lib/swatches/default-green.json +1 -1
  10. package/lib/swatches/default-main-dark.json +4 -4
  11. package/lib/swatches/default-main.json +1 -1
  12. package/lib/swatches/default-nordic.json +1 -1
  13. package/lib/swatches/default-ocean-blue-a11y.json +1 -1
  14. package/lib/swatches/default-ocean-blue.json +1 -1
  15. package/lib/swatches/default-orange.json +1 -1
  16. package/lib/swatches/default-purple.json +1 -1
  17. package/lib/swatches/default-turquoise.json +1 -1
  18. package/lib/swatches/default-urban.json +1 -1
  19. package/package.json +6 -5
  20. package/scss/action-sheet/_layout.scss +11 -5
  21. package/scss/action-sheet/_variables.scss +0 -2
  22. package/scss/adaptive/_layout.scss +5 -8
  23. package/scss/avatar/_variables.scss +6 -6
  24. package/scss/badge/_variables.scss +38 -8
  25. package/scss/bottom-navigation/_layout.scss +0 -4
  26. package/scss/bottom-navigation/_variables.scss +0 -1
  27. package/scss/breadcrumb/_layout.scss +0 -1
  28. package/scss/breadcrumb/_variables.scss +0 -2
  29. package/scss/button/_variables.scss +4 -4
  30. package/scss/chip/_layout.scss +0 -1
  31. package/scss/drawer/_layout.scss +3 -3
  32. package/scss/drawer/_variables.scss +3 -2
  33. package/scss/dropdowntree/_variables.scss +5 -0
  34. package/scss/dropzone/_layout.scss +0 -7
  35. package/scss/dropzone/_variables.scss +0 -1
  36. package/scss/fab/_layout.scss +3 -4
  37. package/scss/fab/_theme.scss +1 -1
  38. package/scss/fab/_variables.scss +43 -37
  39. package/scss/filemanager/_layout.scss +1 -11
  40. package/scss/filemanager/_variables.scss +0 -2
  41. package/scss/floating-label/_variables.scss +31 -0
  42. package/scss/forms/_variables.scss +90 -4
  43. package/scss/grid/_layout.scss +1 -0
  44. package/scss/grid/_theme.scss +8 -8
  45. package/scss/icons/_layout.scss +10 -7
  46. package/scss/input/_layout.scss +6 -5
  47. package/scss/input/_variables.scss +0 -3
  48. package/scss/list/_layout.scss +2 -0
  49. package/scss/list/_theme.scss +6 -0
  50. package/scss/list/_variables.scss +8 -0
  51. package/scss/listbox/_layout.scss +2 -5
  52. package/scss/listgroup/_layout.scss +1 -1
  53. package/scss/map/_layout.scss +0 -1
  54. package/scss/map/_variables.scss +0 -1
  55. package/scss/menu-button/_variables.scss +1 -1
  56. package/scss/pager/_layout.scss +1 -12
  57. package/scss/pager/_variables.scss +57 -33
  58. package/scss/pdf-viewer/_layout.scss +0 -8
  59. package/scss/pdf-viewer/_variables.scss +0 -1
  60. package/scss/rating/_layout.scss +0 -8
  61. package/scss/scheduler/_layout.scss +0 -6
  62. package/scss/scrollview/_layout.scss +13 -8
  63. package/scss/scrollview/_variables.scss +0 -1
  64. package/scss/splitter/_layout.scss +0 -8
  65. package/scss/splitter/_variables.scss +1 -2
  66. package/scss/spreadsheet/_layout.scss +2 -1
  67. package/scss/toolbar/_variables.scss +35 -17
  68. package/scss/treeview/_variables.scss +56 -32
  69. package/scss/upload/_layout.scss +2 -6
  70. package/scss/upload/_variables.scss +0 -2
@@ -1,96 +1,102 @@
1
1
  // Floating Action Button
2
2
 
3
- /// Width of the border around the FAB.
3
+ /// The width of the border around the FAB.
4
4
  /// @group floating-action-button
5
5
  $kendo-fab-border-width: 1px !default;
6
- /// Border radius of the FAB.
6
+ /// The border radius of the FAB.
7
7
  /// @group floating-action-button
8
8
  $kendo-fab-border-radius: $kendo-border-radius-md !default;
9
9
 
10
- /// Font family of the FAB.
10
+ /// The font family of the FAB.
11
11
  /// @group floating-action-button
12
12
  $kendo-fab-font-family: $kendo-font-family !default;
13
- /// Font size of the FAB.
13
+ /// The font size of the FAB.
14
14
  /// @group floating-action-button
15
15
  $kendo-fab-font-size: $kendo-font-size-md !default;
16
- /// Line height of the FAB.
16
+ /// The line height of the FAB.
17
17
  /// @group floating-action-button
18
18
  $kendo-fab-line-height: $kendo-line-height-md !default;
19
19
 
20
- /// Horizontal padding of the FAB.
20
+ /// The horizontal padding of the FAB.
21
21
  /// @group floating-action-button
22
22
  $kendo-fab-padding-x: k-map-get( $kendo-spacing, 4 ) !default;
23
+ /// The horizontal padding of the small FAB.
24
+ /// @group floating-action-button
23
25
  $kendo-fab-sm-padding-x: k-math-div( $kendo-fab-padding-x, 2 ) !default;
26
+ /// The horizontal padding of the medium FAB.
27
+ /// @group floating-action-button
24
28
  $kendo-fab-md-padding-x: $kendo-fab-padding-x !default;
29
+ /// The horizontal padding of the large FAB.
30
+ /// @group floating-action-button
25
31
  $kendo-fab-lg-padding-x: ( $kendo-fab-padding-x * 1.5 ) !default;
26
32
 
27
- /// Vertical padding of the FAB.
33
+ /// The vertical padding of the FAB.
28
34
  /// @group floating-action-button
29
35
  $kendo-fab-padding-y: $kendo-fab-padding-x !default;
36
+ /// The vertical padding of the small FAB.
37
+ /// @group floating-action-button
30
38
  $kendo-fab-sm-padding-y: k-math-div( $kendo-fab-padding-y, 2 ) !default;
39
+ /// The vertical padding of the medium FAB.
40
+ /// @group floating-action-button
31
41
  $kendo-fab-md-padding-y: $kendo-fab-padding-y !default;
42
+ /// The vertical padding of the large FAB.
43
+ /// @group floating-action-button
32
44
  $kendo-fab-lg-padding-y: ( $kendo-fab-padding-y * 1.5 ) !default;
33
45
 
34
- /// FAB icon width.
46
+ /// The horizontal padding of the FAB icon.
35
47
  /// @group floating-action-button
36
- $kendo-fab-icon-width: 20px !default;
37
- /// FAB icon height.
48
+ $kendo-fab-icon-padding-x: k-map-get( $kendo-spacing, 0.5 ) !default; // sass-lint:disable-line leading-zero
49
+ /// The vertical padding of the FAB icon.
38
50
  /// @group floating-action-button
39
- $kendo-fab-icon-height: $kendo-fab-icon-width !default;
40
- /// FAB icon spacing.
51
+ $kendo-fab-icon-padding-y: $kendo-fab-icon-padding-x !default;
52
+ /// The spacing of the FAB icon.
41
53
  /// @group floating-action-button
42
54
  $kendo-fab-icon-spacing: k-map-get( $kendo-spacing, 0.5 ) !default; // sass-lint:disable-line leading-zero
43
55
 
44
- /// FAB items horizontal padding.
56
+ /// The horizontal padding of the FAB items.
45
57
  /// @group floating-action-button
46
58
  $kendo-fab-items-padding-x: 0px !default;
47
- /// FAB items vertical padding.
59
+ /// The vertical padding of the FAB items.
48
60
  /// @group floating-action-button
49
61
  $kendo-fab-items-padding-y: k-map-get( $kendo-spacing, 4 ) !default;
50
62
 
51
- /// FAB item text horizontal padding.
63
+ /// The horizontal padding of the FAB item text.
52
64
  /// @group floating-action-button
53
65
  $kendo-fab-item-text-padding-x: k-map-get( $kendo-spacing, 1 ) !default;
54
- /// FAB item text vertical padding.
66
+ /// The vertical padding of the FAB item text.
55
67
  /// @group floating-action-button
56
68
  $kendo-fab-item-text-padding-y: $kendo-fab-item-text-padding-x !default;
57
- /// Width of the FAB item text border.
69
+ /// The width of the FAB item text border.
58
70
  /// @group floating-action-button
59
71
  $kendo-fab-item-text-border-width: 1px !default;
60
- /// Border radius of the FAB item text.
72
+ /// The border radius of the FAB item text.
61
73
  /// @group floating-action-button
62
74
  $kendo-fab-item-text-border-radius: 2px !default;
63
- /// Font size of the FAB item text.
75
+ /// The font size of the FAB item text.
64
76
  /// @group floating-action-button
65
77
  $kendo-fab-item-text-font-size: $kendo-font-size-xs !default;
66
- /// Line height of the FAB item text.
78
+ /// The line height of the FAB item text.
67
79
  /// @group floating-action-button
68
80
  $kendo-fab-item-text-line-height: 1.2 !default;
69
81
 
70
- /// FAB item icon horizontal padding.
82
+ /// The horizontal padding of the FAB item icon.
71
83
  /// @group floating-action-button
72
- $kendo-fab-item-icon-padding-x: k-map-get( $kendo-spacing, 2 ) !default;
73
- /// FAB item icon vertical padding.
84
+ $kendo-fab-item-icon-padding-x: k-map-get( $kendo-spacing, 2 ) + $kendo-fab-icon-padding-x !default;
85
+ /// The vertical padding of the FAB item icon.
74
86
  /// @group floating-action-button
75
87
  $kendo-fab-item-icon-padding-y: $kendo-fab-item-icon-padding-x !default;
76
- /// Width of the FAB item icon border.
88
+ /// The width of the FAB item icon border.
77
89
  /// @group floating-action-button
78
90
  $kendo-fab-item-icon-border-width: 0 !default;
79
- /// Border radius of the FAB item icon.
91
+ /// The border radius of the FAB item icon.
80
92
  /// @group floating-action-button
81
93
  $kendo-fab-item-icon-border-radius: 50% !default;
82
- /// Width of the FAB item icon.
83
- /// @group floating-action-button
84
- $kendo-fab-item-icon-width: 20px !default;
85
- /// Height of the FAB item icon.
86
- /// @group floating-action-button
87
- $kendo-fab-item-icon-height: $kendo-fab-item-icon-width !default;
88
94
 
89
- /// Theme colors map for the FAB.
95
+ /// The theme colors map for the FAB.
90
96
  /// @group floating-action-button
91
97
  $kendo-fab-theme-colors: $kendo-theme-colors !default;
92
98
 
93
- /// Size map for the FAB.
99
+ /// The size map for the FAB.
94
100
  /// @group floating-action-button
95
101
  $kendo-fab-sizes: (
96
102
  sm: (
@@ -110,10 +116,10 @@ $kendo-fab-sizes: (
110
116
  /// The base shadow of the FAB.
111
117
  /// @group floating-action-button
112
118
  $kendo-fab-shadow: 0 6px 10px rgba(0, 0, 0, .14), 0 1px 18px rgba(0, 0, 0, .12), 0 3px 5px rgba(0, 0, 0, .2) !default;
113
- /// The disabled shadow of the FAB.
119
+ /// The shadow of the disabled FAB.
114
120
  /// @group floating-action-button
115
121
  $kendo-fab-disabled-shadow: 0 6px 10px k-try-tint( rgba(0, 0, 0, .14), .5 ), 0 1px 18px k-try-tint( rgba(0, 0, 0, .12), .5 ), 0 3px 5px k-try-tint( rgba(0, 0, 0, .2), .5 ) !default;
116
- /// The active shadow of the FAB.
122
+ /// The shadow of the active FAB.
117
123
  /// @group floating-action-button
118
124
  $kendo-fab-active-shadow: null !default;
119
125
  /// The outline style of the FAB.
@@ -146,10 +152,10 @@ $kendo-fab-item-icon-border: $kendo-button-border !default;
146
152
  /// The base shadow of the FAB item.
147
153
  /// @group floating-action-button
148
154
  $kendo-fab-item-shadow: $kendo-fab-shadow !default;
149
- /// The disabled shadow of the FAB item.
155
+ /// The shadow of the disabled FAB item.
150
156
  /// @group floating-action-button
151
157
  $kendo-fab-item-disabled-shadow: $kendo-fab-disabled-shadow !default;
152
- /// The active shadow of the FAB item.
158
+ /// The shadow of the active FAB item.
153
159
  /// @group floating-action-button
154
160
  $kendo-fab-item-active-shadow: $kendo-fab-active-shadow !default;
155
161
  /// The outline style of the FAB item.
@@ -101,11 +101,6 @@
101
101
  justify-content: center;
102
102
  }
103
103
 
104
- // File icon
105
- .k-file-icon {
106
- font-size: $kendo-file-manager-listview-item-icon-size;
107
- }
108
-
109
104
  // File name
110
105
  .k-file-name {
111
106
  margin-top: k-math-div( $kendo-file-manager-spacer, 2 );
@@ -152,7 +147,7 @@
152
147
  .k-filemanager-preview {
153
148
  padding: ($kendo-file-manager-preview-padding-y * 3) $kendo-file-manager-preview-padding-x $kendo-file-manager-preview-padding-y;
154
149
  width: $kendo-file-manager-preview-width;
155
- min-height: calc( #{$kendo-file-manager-preview-padding-y * 4} + #{$kendo-file-manager-preview-icon-size * 2} + #{$kendo-file-manager-preview-spacing * 3} );
150
+ min-height: calc( #{$kendo-file-manager-preview-padding-y * 4} + #{$kendo-icon-size-xxxl} * 2 + #{$kendo-file-manager-preview-spacing * 3} );
156
151
  border-width: 0;
157
152
  border-left-width: $kendo-file-manager-preview-border-width;
158
153
  border-style: solid;
@@ -169,11 +164,6 @@
169
164
  justify-content: center;
170
165
  }
171
166
 
172
- // File icon
173
- .k-file-icon {
174
- font-size: $kendo-file-manager-preview-icon-size;
175
- }
176
-
177
167
  // File name
178
168
  .k-file-name {
179
169
  margin-top: $kendo-file-manager-preview-spacing;
@@ -41,7 +41,6 @@ $kendo-file-manager-listview-item-bg: null !default;
41
41
  $kendo-file-manager-listview-item-text: null !default;
42
42
  $kendo-file-manager-listview-item-border: null !default;
43
43
 
44
- $kendo-file-manager-listview-item-icon-size: ($kendo-icon-size * 3) !default;
45
44
  $kendo-file-manager-listview-item-icon-bg: null !default;
46
45
  $kendo-file-manager-listview-item-icon-text: k-try-tint($kendo-file-manager-text, 4) !default;
47
46
  $kendo-file-manager-listview-item-icon-border: null !default;
@@ -63,7 +62,6 @@ $kendo-file-manager-preview-bg: null !default;
63
62
  $kendo-file-manager-preview-text: null !default;
64
63
  $kendo-file-manager-preview-border: null !default;
65
64
 
66
- $kendo-file-manager-preview-icon-size: ($kendo-icon-size * 6) !default;
67
65
  $kendo-file-manager-preview-icon-bg: null !default;
68
66
  $kendo-file-manager-preview-icon-text: k-try-tint($kendo-file-manager-text, 4) !default;
69
67
  $kendo-file-manager-preview-icon-border: null !default;
@@ -1,20 +1,51 @@
1
1
  // Floating label
2
+
3
+ /// The transformation scale of the Floating Label.
4
+ /// @group floating-label
2
5
  $kendo-floating-label-scale: 1 !default;
6
+ ///The font size of the Floating Label.
7
+ /// @group floating-label
3
8
  $kendo-floating-label-font-size: $kendo-input-font-size !default;
9
+ /// The maximum width of the Floating Label.
10
+ /// @group floating-label
4
11
  $kendo-floating-label-max-width: 90% !default;
12
+ /// The line height of the Floating Label.
13
+ /// @group floating-label
5
14
  $kendo-floating-label-line-height: $kendo-input-line-height !default;
15
+ /// The height of the Floating Label.
16
+ /// @group floating-label
6
17
  $kendo-floating-label-height: calc( #{$kendo-floating-label-line-height} * #{$kendo-floating-label-font-size} ) !default;
18
+ /// The horizontal offset of the Floating Label.
19
+ /// @group floating-label
7
20
  $kendo-floating-label-offset-x: calc( #{$kendo-input-padding-x} + #{$kendo-input-border-width} ) !default;
21
+ /// The vertical offset of the Floating Label.
22
+ /// @group floating-label
8
23
  $kendo-floating-label-offset-y: calc( #{$kendo-floating-label-height} + #{$kendo-input-border-width} + #{$kendo-input-padding-y} ) !default;
9
24
 
25
+ /// The transformation scale of the focused Floating Label.
26
+ /// @group floating-label
10
27
  $kendo-floating-label-focus-scale: 1 !default;
28
+ /// The horizontal offset of the focused Floating Label.
29
+ /// @group floating-label
11
30
  $kendo-floating-label-focus-offset-x: 0 !default;
31
+ /// The vertical offset of the focused Floating Label.
32
+ /// @group floating-label
12
33
  $kendo-floating-label-focus-offset-y: 0 !default;
13
34
 
35
+ /// The transition of the Floating Label.
36
+ /// @group floating-label
14
37
  $kendo-floating-label-transition: .2s ease-out !default;
15
38
 
39
+ /// The background color of the Floating Label.
40
+ /// @group floating-label
16
41
  $kendo-floating-label-bg: null !default;
42
+ /// The text color of the Floating Label.
43
+ /// @group floating-label
17
44
  $kendo-floating-label-text: null !default;
18
45
 
46
+ /// The background color of the focused Floating Label.
47
+ /// @group floating-label
19
48
  $kendo-floating-label-focus-bg: null !default;
49
+ /// The text color of the focused Floating Label.
50
+ /// @group floating-label
20
51
  $kendo-floating-label-focus-text: null !default;
@@ -6,72 +6,158 @@
6
6
 
7
7
  // Forms
8
8
 
9
+ /// The padding of the inline Form.
10
+ /// @group form
9
11
  $kendo-form-spacer: $kendo-padding-md-x * 2 !default;
10
12
 
13
+ /// The font size of the Form.
14
+ /// @group form
11
15
  $kendo-form-font-size: $kendo-font-size-md !default;
16
+ /// The line height of the Form.
17
+ /// @group form
12
18
  $kendo-form-line-height: $kendo-line-height-md !default;
19
+ /// The line height of the Form in em units.
20
+ /// @group form
13
21
  $kendo-form-line-height-em: calc( #{$kendo-form-line-height} * 1em ) !default;
22
+ /// The line height of the small Form.
23
+ /// @group form
14
24
  $kendo-form-sm-line-height: $kendo-line-height-sm !default;
25
+ /// The line height of the large Form.
26
+ /// @group form
15
27
  $kendo-form-lg-line-height: $kendo-line-height-lg !default;
16
28
 
29
+ /// The margin of the Form fieldset.
30
+ /// @group form
17
31
  $kendo-form-fieldset-margin: 2em 0 0 !default;
32
+ /// The padding of the Form fieldset.
33
+ /// @group form
18
34
  $kendo-form-fieldset-padding: 0px !default;
19
35
 
36
+ /// The margin of the Form legend.
37
+ /// @group form
20
38
  $kendo-form-legend-margin: 0 0 1em !default;
39
+ /// The padding of the Form legend.
40
+ /// @group form
21
41
  $kendo-form-legend-padding: 0px !default;
42
+ /// The border width of the Form legend.
43
+ /// @group form
22
44
  $kendo-form-legend-border-width: 0 0 2px !default;
45
+ /// The border style of the Form legend.
46
+ /// @group form
23
47
  $kendo-form-legend-border-style: solid !default;
48
+ /// The border color of the Form legend.
49
+ /// @group form
24
50
  $kendo-form-legend-border-color: $kendo-component-border !default;
51
+ /// The width of the Form legend.
52
+ /// @group form
25
53
  $kendo-form-legend-width: 100% !default;
54
+ /// The font size of the Form legend.
55
+ /// @group form
26
56
  $kendo-form-legend-font-size: 14px !default;
57
+ /// The text capitalization of the Form legend.
58
+ /// @group form
27
59
  $kendo-form-legend-text-transform: uppercase !default;
28
60
 
61
+ /// The bottom margin of the Form label.
62
+ /// @group form
29
63
  $kendo-form-label-margin-bottom: 0px !default;
30
64
 
65
+ /// The horizontal margin of the Form buttons.
66
+ /// @group form
31
67
  $kendo-form-button-margin-x: 8px !default;
32
68
 
69
+ /// The font size of the Form hint.
70
+ /// @group form
33
71
  $kendo-form-hint-font-size: 12px !default;
72
+ /// The font style of the Form hint.
73
+ /// @group form
34
74
  $kendo-form-hint-font-style: italic !default;
75
+ /// The top margin of the Form hint.
76
+ /// @group form
35
77
  $kendo-form-hint-margin-top: 4px !default;
36
78
 
79
+ /// The row spacing of the small Form.
80
+ /// @group form
37
81
  $kendo-form-sm-rows-spacing: k-map-get( $kendo-spacing, 2.5 ) !default;
82
+ /// The row spacing of the medium Form.
83
+ /// @group form
38
84
  $kendo-form-md-rows-spacing: k-map-get( $kendo-spacing, 3.5 ) !default;
85
+ /// The row spacing of the large Form.
86
+ /// @group form
39
87
  $kendo-form-lg-rows-spacing: k-map-get( $kendo-spacing, 4.5 ) !default;
40
88
 
89
+ /// The margin of the Form separator.
90
+ /// @group form
41
91
  $kendo-form-separator-margin: $kendo-form-md-rows-spacing 0 0 !default;
92
+ /// The border color of the Form separator.
93
+ /// @group form
42
94
  $kendo-form-separator-border-color: $kendo-form-legend-border-color !default;
43
95
 
96
+ /// The top padding of the label in the horizontal Form.
97
+ /// @group form
44
98
  $kendo-horizontal-form-label-padding-top: 5px !default;
99
+ /// The horizontal margin of the label in the horizontal Form.
100
+ /// @group form
45
101
  $kendo-horizontal-form-label-margin-x: 10px !default;
102
+ /// The width of the label in the horizontal Form.
103
+ /// @group form
46
104
  $kendo-horizontal-form-label-width: 25% !default;
105
+ /// The horizontal alignment of the label in the horizontal Form.
106
+ /// @group form
47
107
  $kendo-horizontal-form-label-align: flex-end !default;
48
108
 
109
+ /// The maximum width of the field wrap in the horizontal Form.
110
+ /// @group form
49
111
  $kendo-horizontal-form-field-wrap-max-width: calc( ( 100% - #{$kendo-horizontal-form-label-width} ) - #{$kendo-horizontal-form-label-margin-x} ) !default;
50
112
 
113
+ /// The width of the inline Form element.
114
+ /// @group form
51
115
  $kendo-inline-form-element-width: 25% !default;
52
116
 
117
+ /// The invalid text color of the Form.
118
+ /// @group form
53
119
  $kendo-forms-invalid-color: $kendo-color-error !default;
54
120
 
55
121
 
56
- // Label
122
+ /// The horizontal margin of the optional label in the Form.
123
+ /// @group form
57
124
  $kendo-label-optional-margin-x: 6px !default;
125
+ /// The font size of the optional label in the Form.
126
+ /// @group form
58
127
  $kendo-label-optional-font-size: 12px !default;
128
+ /// The font style of the optional label in the Form.
129
+ /// @group form
59
130
  $kendo-label-optional-font-style: italic !default;
60
131
 
61
132
 
62
- // Fieldset
133
+ /// The margin of the Form fieldset.
134
+ /// @group form
63
135
  $kendo-fieldset-margin: 30px !default;
136
+ /// The font size of the Form fieldset.
137
+ /// @group form
64
138
  $kendo-fieldset-font-size: $kendo-h4-font-size !default;
65
-
139
+ /// The background color of the Form fieldset.
140
+ /// @group form
66
141
  $kendo-fieldset-bg: null !default;
142
+ /// The text color of the Form fieldset.
143
+ /// @group form
67
144
  $kendo-fieldset-text: null !default;
145
+ /// The border color of the Form fieldset.
146
+ /// @group form
68
147
  $kendo-fieldset-border: null !default;
69
148
 
149
+ /// The background color of the Form legend.
150
+ /// @group form
70
151
  $kendo-fieldset-legend-bg: null !default;
152
+ /// The text color of the Form legend.
153
+ /// @group form
71
154
  $kendo-fieldset-legend-text: k-try-shade( $kendo-body-text, 2 ) !default;
155
+ /// The border color of the Form legend.
156
+ /// @group form
72
157
  $kendo-fieldset-legend-border: null !default;
73
158
 
74
- // Sizes
159
+ /// The sizes map for the Form.
160
+ /// @group form
75
161
  $kendo-form-sizes: (
76
162
  sm: (
77
163
  form-rows-spacing: $kendo-form-sm-rows-spacing
@@ -49,6 +49,7 @@
49
49
 
50
50
  .k-grid-header,
51
51
  .k-grid-content,
52
+ .k-grid-content-locked,
52
53
  .k-grid-footer {
53
54
  .k-table {
54
55
  table-layout: fixed;
@@ -269,15 +269,15 @@
269
269
  }
270
270
 
271
271
  // Selected state
272
- &.k-table-row.k-selected .k-grid-content-sticky,
273
- &.k-table-row.k-selected .k-grid-row-sticky,
272
+ &.k-table-row.k-selected td.k-grid-content-sticky,
273
+ &.k-table-row.k-selected .k-table-td.k-grid-row-sticky,
274
274
  &.k-table-row td.k-grid-content-sticky.k-selected,
275
275
  &.k-table-row .k-table-td.k-grid-content-sticky.k-selected {
276
276
  @include fill( $bg: $kendo-grid-sticky-selected-bg );
277
277
  }
278
278
 
279
- &.k-selected.k-table-alt-row .k-grid-content-sticky,
280
- &.k-selected.k-table-alt-row .k-grid-row-sticky,
279
+ &.k-selected.k-table-alt-row td.k-grid-content-sticky,
280
+ &.k-selected.k-table-alt-row .k-table-td.k-grid-row-sticky,
281
281
  &.k-table-alt-row td.k-grid-content-sticky.k-selected,
282
282
  &.k-table-alt-row .k-table-td.k-grid-content-sticky.k-selected {
283
283
  @include fill( $bg: $kendo-grid-sticky-selected-alt-bg );
@@ -294,10 +294,10 @@
294
294
 
295
295
 
296
296
  // Selected hover
297
- &.k-selected:hover .k-grid-content-sticky,
298
- &.k-selected:hover .k-grid-row-sticky,
299
- &.k-selected.k-hover .k-grid-content-sticky,
300
- &.k-selected.k-hover .k-grid-row-sticky,
297
+ &.k-selected:hover td.k-grid-content-sticky,
298
+ &.k-selected:hover .k-table-td.k-grid-row-sticky,
299
+ &.k-selected.k-hover td.k-grid-content-sticky,
300
+ &.k-selected.k-hover .k-table-td.k-grid-row-sticky,
301
301
  &:hover td.k-grid-content-sticky.k-selected,
302
302
  &.k-hover td.k-grid-content-sticky.k-selected,
303
303
  &:hover .k-table-td.k-grid-content-sticky.k-selected,
@@ -57,13 +57,16 @@ $ki-icon-size: $kendo-icon-size;
57
57
  }
58
58
 
59
59
  // RTL icons
60
- .k-rtl .k-i-indent-increase,
61
- .k-rtl .k-i-indent-decrease,
62
- .k-rtl .k-i-caret-alt-right,
63
- .k-rtl .k-i-caret-alt-left,
64
- [dir="rtl"] .k-i-caret-alt-right,
65
- [dir="rtl"] .k-i-caret-alt-left {
66
- transform: scaleX(-1);
60
+ .k-rtl,
61
+ [dir="rtl"] {
62
+ .k-i-indent-increase,
63
+ .k-i-indent-decrease,
64
+ .k-i-caret-alt-right,
65
+ .k-i-caret-alt-left,
66
+ .k-svg-i-caret-alt-right,
67
+ .k-svg-i-caret-alt-left {
68
+ transform: scaleX(-1);
69
+ }
67
70
  }
68
71
 
69
72
  .k-sprite {
@@ -33,8 +33,8 @@
33
33
  box-sizing: border-box;
34
34
  }
35
35
 
36
- .k-input,
37
- .k-picker {
36
+ > .k-input,
37
+ > .k-picker {
38
38
  border-width: 0 !important; // sass-lint:disable-line no-important
39
39
  color: inherit;
40
40
  background: none;
@@ -226,6 +226,7 @@
226
226
  flex-flow: row nowrap;
227
227
  align-items: center;
228
228
  justify-content: center;
229
+ box-sizing: content-box;
229
230
  }
230
231
 
231
232
  // Input with SVG icon
@@ -398,7 +399,6 @@
398
399
  $_padding-y: k-map-get( $size-props, padding-y );
399
400
  $_font-size: k-map-get( $size-props, font-size );
400
401
  $_line-height: k-map-get( $size-props, line-height );
401
- $_icon-size: k-map-get( $size-props, icon-size );
402
402
  $_button-padding-x: k-map-get( $size-props, button-padding-x );
403
403
  $_button-padding-y: k-map-get( $size-props, button-padding-y );
404
404
 
@@ -436,8 +436,9 @@
436
436
  .k-input-prefix > .k-svg-icon,
437
437
  .k-input-suffix > .k-icon,
438
438
  .k-input-suffix > .k-svg-icon {
439
- width: $_icon-size;
440
- height: $_icon-size;
439
+ padding-block: $_padding-y;
440
+ padding-inline: $_padding-y;
441
+ box-sizing: content-box;
441
442
  }
442
443
 
443
444
  &.k-icon-picker .k-input-inner {
@@ -76,7 +76,6 @@ $kendo-input-sizes: (
76
76
  padding-y: $kendo-input-sm-padding-y,
77
77
  font-size: $kendo-input-sm-font-size,
78
78
  line-height: $kendo-input-sm-line-height,
79
- icon-size: calc( #{$kendo-icon-size} + #{$kendo-input-sm-padding-y * 2} ),
80
79
  button-padding-x: $kendo-input-sm-padding-y,
81
80
  button-padding-y: $kendo-input-sm-padding-y
82
81
  ),
@@ -85,7 +84,6 @@ $kendo-input-sizes: (
85
84
  padding-y: $kendo-input-md-padding-y,
86
85
  font-size: $kendo-input-md-font-size,
87
86
  line-height: $kendo-input-md-line-height,
88
- icon-size: calc( #{$kendo-icon-size} + #{$kendo-input-md-padding-y * 2} ),
89
87
  button-padding-x: $kendo-input-md-padding-y,
90
88
  button-padding-y: $kendo-input-md-padding-y
91
89
  ),
@@ -94,7 +92,6 @@ $kendo-input-sizes: (
94
92
  padding-y: $kendo-input-lg-padding-y,
95
93
  font-size: $kendo-input-lg-font-size,
96
94
  line-height: $kendo-input-lg-line-height,
97
- icon-size: calc( #{$kendo-icon-size} + #{$kendo-input-lg-padding-y * 2} ),
98
95
  button-padding-x: $kendo-input-lg-padding-y,
99
96
  button-padding-y: $kendo-input-lg-padding-y
100
97
  )
@@ -16,6 +16,7 @@
16
16
  margin: 0;
17
17
  padding: 0;
18
18
  box-sizing: border-box;
19
+ font-family: $kendo-list-font-family;
19
20
  font-size: $kendo-list-font-size;
20
21
  line-height: $kendo-list-line-height;
21
22
  display: flex;
@@ -121,6 +122,7 @@
121
122
  }
122
123
  .k-list-optionlabel {
123
124
  @extend .k-list-item !optional;
125
+ column-gap: 0;
124
126
  }
125
127
 
126
128
 
@@ -62,6 +62,12 @@
62
62
  }
63
63
  }
64
64
 
65
+ // Option Label
66
+ .k-list-optionlabel,
67
+ .k-list-optionlabel.k-hover,
68
+ .k-list-optionlabel:hover {
69
+ color: $kendo-list-option-label-text;
70
+ }
65
71
 
66
72
  // List group item
67
73
  .k-list-group-item {
@@ -1,5 +1,9 @@
1
1
  // List
2
2
 
3
+ /// The font family of the List components.
4
+ /// @group list
5
+ $kendo-list-font-family: $kendo-font-family !default;
6
+
3
7
  /// The font size of the List component, if no size is set.
4
8
  /// @group list
5
9
  $kendo-list-font-size: null !default;
@@ -241,3 +245,7 @@ $kendo-list-group-item-shadow: null !default;
241
245
  /// The color of the 'No Data' text.
242
246
  /// @group list
243
247
  $kendo-list-no-data-text: $kendo-subtle-text !default;
248
+
249
+ /// The color of the 'Option Label' text.
250
+ /// @group list
251
+ $kendo-list-option-label-text: $kendo-subtle-text !default;
@@ -76,11 +76,8 @@
76
76
  &[dir="rtl"],
77
77
  [dir="rtl"] & {
78
78
 
79
- &.k-listbox-actions-left,
80
- &.k-listbox-actions-right {
81
- .k-listbox-actions {
82
- transform: scaleX(-1);
83
- }
79
+ .k-listbox-actions .k-button-icon {
80
+ transform: scaleX(-1);
84
81
  }
85
82
  }
86
83
  }
@@ -69,7 +69,7 @@
69
69
  flex: 0 0 auto;
70
70
  position: absolute;
71
71
  top: 50%;
72
- right: 0;
72
+ inset-inline-end: 0;
73
73
  transform: translateY(-50%);
74
74
  }
75
75
  }
@@ -37,7 +37,6 @@
37
37
  // Marker
38
38
  .k-marker {
39
39
  transform: translate(-50%, -100%);
40
- font-size: $kendo-map-marker-size;
41
40
  cursor: pointer;
42
41
  position: absolute;
43
42
  overflow: visible;
@@ -27,5 +27,4 @@ $kendo-map-attribution-padding-y: $kendo-padding-sm-y !default;
27
27
  $kendo-map-attribution-font-size: ($kendo-map-font-size * .75) !default;
28
28
  $kendo-map-attribution-bg: rgba( $kendo-map-bg, .8 ) !default;
29
29
 
30
- $kendo-map-marker-size: $kendo-icon-size-xxl !default;
31
30
  $kendo-map-marker-fill: $kendo-color-primary !default;
@@ -1,5 +1,5 @@
1
1
  // Menu-button
2
2
 
3
- /// Horizontal padding of the arrow button.
3
+ /// The horizontal padding of the button arrow in the Menu Button..
4
4
  /// @group menu-button
5
5
  $kendo-menu-button-arrow-padding-x: $kendo-button-padding-y !default;