@progress/kendo-theme-bootstrap 8.0.0-dev.0 → 8.0.0-dev.10

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 (110) hide show
  1. package/dist/all.css +7449 -4373
  2. package/dist/all.scss +5930 -5095
  3. package/dist/meta/variables.json +2266 -2154
  4. package/lib/swatches/bootstrap-3-dark.json +1 -1
  5. package/lib/swatches/bootstrap-3.json +1 -1
  6. package/lib/swatches/bootstrap-4-dark.json +1 -1
  7. package/lib/swatches/bootstrap-4.json +1 -1
  8. package/lib/swatches/bootstrap-dataviz-v4.json +1 -1
  9. package/lib/swatches/bootstrap-main-dark.json +1 -1
  10. package/lib/swatches/bootstrap-main.json +1 -1
  11. package/lib/swatches/bootstrap-nordic.json +1 -1
  12. package/lib/swatches/bootstrap-turquoise-dark.json +1 -1
  13. package/lib/swatches/bootstrap-turquoise.json +1 -1
  14. package/lib/swatches/bootstrap-urban.json +1 -1
  15. package/lib/swatches/bootstrap-vintage.json +1 -1
  16. package/package.json +6 -6
  17. package/scss/_variables.scss +0 -121
  18. package/scss/action-buttons/_variables.scss +4 -4
  19. package/scss/action-sheet/_variables.scss +17 -17
  20. package/scss/adaptive/_variables.scss +3 -3
  21. package/scss/appbar/_variables.scss +6 -6
  22. package/scss/avatar/_variables.scss +6 -6
  23. package/scss/badge/_variables.scss +4 -4
  24. package/scss/bottom-navigation/_variables.scss +8 -8
  25. package/scss/breadcrumb/_variables.scss +16 -16
  26. package/scss/button/_variables.scss +14 -14
  27. package/scss/calendar/_variables.scss +35 -33
  28. package/scss/captcha/_variables.scss +6 -6
  29. package/scss/card/_variables.scss +10 -10
  30. package/scss/chat/_variables.scss +13 -13
  31. package/scss/checkbox/_layout.scss +3 -3
  32. package/scss/checkbox/_variables.scss +9 -9
  33. package/scss/chip/_theme.scss +2 -2
  34. package/scss/chip/_variables.scss +20 -19
  35. package/scss/color-preview/_variables.scss +1 -1
  36. package/scss/coloreditor/_variables.scss +8 -8
  37. package/scss/colorgradient/_variables.scss +11 -11
  38. package/scss/colorpalette/_variables.scss +3 -3
  39. package/scss/core/_index.scss +14 -0
  40. package/scss/core/border-radii/index.import.scss +45 -0
  41. package/scss/core/color-system/_palettes.scss +28 -28
  42. package/scss/core/color-system/_swatch.scss +80 -80
  43. package/scss/core/spacing/index.import.scss +14 -0
  44. package/scss/core/typography/index.import.scss +111 -0
  45. package/scss/dataviz/_variables.scss +8 -8
  46. package/scss/datetimepicker/_variables.scss +1 -1
  47. package/scss/dock-manager/_variables.scss +10 -10
  48. package/scss/draggable/_variables.scss +4 -4
  49. package/scss/drawer/_variables.scss +8 -7
  50. package/scss/dropdowntree/_variables.scss +2 -2
  51. package/scss/dropzone/_variables.scss +8 -8
  52. package/scss/editor/_variables.scss +3 -3
  53. package/scss/expansion-panel/_variables.scss +9 -9
  54. package/scss/fab/_variables.scss +16 -16
  55. package/scss/filemanager/_variables.scss +9 -9
  56. package/scss/forms/_layout.scss +3 -3
  57. package/scss/forms/_variables.scss +17 -17
  58. package/scss/gantt/_variables.scss +152 -7
  59. package/scss/grid/_variables.scss +64 -64
  60. package/scss/imageeditor/_variables.scss +7 -7
  61. package/scss/input/_variables.scss +8 -8
  62. package/scss/list/_variables.scss +26 -26
  63. package/scss/listbox/_variables.scss +6 -6
  64. package/scss/listgroup/_variables.scss +5 -5
  65. package/scss/listview/_variables.scss +7 -7
  66. package/scss/loader/_layout.scss +1 -1
  67. package/scss/loader/_variables.scss +25 -25
  68. package/scss/map/_variables.scss +8 -8
  69. package/scss/mediaplayer/_variables.scss +5 -5
  70. package/scss/menu/_layout.scss +1 -1
  71. package/scss/menu/_variables.scss +28 -28
  72. package/scss/messagebox/_variables.scss +3 -3
  73. package/scss/notification/_variables.scss +4 -4
  74. package/scss/orgchart/_variables.scss +11 -11
  75. package/scss/pager/_variables.scss +12 -12
  76. package/scss/panelbar/_variables.scss +9 -9
  77. package/scss/pdf-viewer/_variables.scss +5 -5
  78. package/scss/pivotgrid/_variables.scss +15 -15
  79. package/scss/popup/_variables.scss +5 -5
  80. package/scss/progressbar/_variables.scss +3 -3
  81. package/scss/prompt/_variables.scss +7 -7
  82. package/scss/radio/_variables.scss +9 -9
  83. package/scss/rating/_variables.scss +3 -3
  84. package/scss/scheduler/_layout.scss +1 -1
  85. package/scss/scheduler/_variables.scss +165 -22
  86. package/scss/scrollview/_variables.scss +5 -5
  87. package/scss/signature/_variables.scss +7 -7
  88. package/scss/skeleton/_variables.scss +1 -1
  89. package/scss/slider/_variables.scss +4 -4
  90. package/scss/splitter/_variables.scss +6 -6
  91. package/scss/spreadsheet/_layout.scss +1 -1
  92. package/scss/spreadsheet/_variables.scss +17 -17
  93. package/scss/stepper/_variables.scss +9 -9
  94. package/scss/switch/_variables.scss +2 -2
  95. package/scss/table/_variables.scss +10 -10
  96. package/scss/tabstrip/_variables.scss +79 -38
  97. package/scss/taskboard/_variables.scss +17 -17
  98. package/scss/tilelayout/_variables.scss +2 -2
  99. package/scss/timeline/_variables.scss +8 -8
  100. package/scss/timeselector/_variables.scss +6 -6
  101. package/scss/toolbar/_variables.scss +12 -12
  102. package/scss/tooltip/_variables.scss +4 -4
  103. package/scss/treelist/_variables.scss +5 -0
  104. package/scss/treeview/_variables.scss +19 -19
  105. package/scss/typography/_variables.scss +253 -12
  106. package/scss/upload/_variables.scss +8 -8
  107. package/scss/window/_variables.scss +10 -10
  108. package/scss/wizard/_variables.scss +7 -7
  109. package/dist/meta/sassdoc-data.json +0 -121604
  110. package/dist/meta/sassdoc-raw-data.json +0 -56092
@@ -8,11 +8,11 @@
8
8
 
9
9
  /// The padding of the inline Form.
10
10
  /// @group form
11
- $kendo-form-spacer: $kendo-padding-md-x * 2 !default;
11
+ $kendo-form-spacer: calc( #{$kendo-padding-md-x} * 2 ) !default;
12
12
 
13
13
  /// The font size of the Form.
14
14
  /// @group form
15
- $kendo-form-font-size: $kendo-font-size-md !default;
15
+ $kendo-form-font-size: var( --kendo-font-size, inherit ) !default;
16
16
  /// The line height of the Form.
17
17
  /// @group form
18
18
  $kendo-form-line-height: $input-btn-line-height !default;
@@ -21,24 +21,24 @@ $kendo-form-line-height: $input-btn-line-height !default;
21
21
  $kendo-form-line-height-em: calc( #{$kendo-form-line-height} * 1em ) !default;
22
22
  /// The line height of the small Form.
23
23
  /// @group form
24
- $kendo-form-sm-line-height: $kendo-line-height-sm !default;
24
+ $kendo-form-sm-line-height: var( --kendo-line-height-sm, normal ) !default;
25
25
  /// The line height of the large Form.
26
26
  /// @group form
27
- $kendo-form-lg-line-height: $kendo-line-height-lg !default;
27
+ $kendo-form-lg-line-height: var( --kendo-line-height-lg, normal ) !default;
28
28
 
29
29
  /// The margin of the Form fieldset.
30
30
  /// @group form
31
31
  $kendo-form-fieldset-margin: 2rem 0 0 !default;
32
32
  /// The padding of the Form fieldset.
33
33
  /// @group form
34
- $kendo-form-fieldset-padding: 0px !default;
34
+ $kendo-form-fieldset-padding: k-spacing(0) !default;
35
35
 
36
36
  /// The margin of the Form legend.
37
37
  /// @group form
38
38
  $kendo-form-legend-margin: 0 0 1rem !default;
39
39
  /// The padding of the Form legend.
40
40
  /// @group form
41
- $kendo-form-legend-padding: 0px !default;
41
+ $kendo-form-legend-padding: k-spacing(0) !default;
42
42
  /// The border width of the Form legend.
43
43
  /// @group form
44
44
  $kendo-form-legend-border-width: 0 0 2px !default;
@@ -53,32 +53,32 @@ $kendo-form-legend-border-color: $kendo-component-border !default;
53
53
  $kendo-form-legend-width: 100% !default;
54
54
  /// The font size of the Form legend.
55
55
  /// @group form
56
- $kendo-form-legend-font-size: $kendo-font-size-sm !default;
56
+ $kendo-form-legend-font-size: var( --kendo-font-size-sm, inherit ) !default;
57
57
  /// The text capitalization of the Form legend.
58
58
  /// @group form
59
59
  $kendo-form-legend-text-transform: uppercase !default;
60
60
 
61
61
  /// The bottom margin of the Form label.
62
62
  /// @group form
63
- $kendo-form-label-margin-bottom: k-map-get( $kendo-spacing, 2 ) !default;
63
+ $kendo-form-label-margin-bottom: k-spacing(2) !default;
64
64
 
65
65
  /// The horizontal margin of the Form buttons.
66
66
  /// @group form
67
- $kendo-form-button-margin-x: 8px !default;
67
+ $kendo-form-button-margin-x: k-spacing(2) !default;
68
68
 
69
69
  /// The font size of the Form hint.
70
70
  /// @group form
71
- $kendo-form-hint-font-size: $kendo-font-size-xs !default;
71
+ $kendo-form-hint-font-size: var( --kendo-font-size-xs, inherit ) !default;
72
72
  /// The font style of the Form hint.
73
73
  /// @group form
74
74
  $kendo-form-hint-font-style: normal !default;
75
75
  /// The top margin of the Form hint.
76
76
  /// @group form
77
- $kendo-form-hint-margin-top: 4px !default;
77
+ $kendo-form-hint-margin-top: k-spacing(1) !default;
78
78
 
79
79
  /// The row spacing of the small Form.
80
80
  /// @group form
81
- $kendo-form-sm-rows-spacing: k-map-get( $kendo-spacing, 4 ) !default;
81
+ $kendo-form-sm-rows-spacing: k-spacing(4) !default;
82
82
  /// The row spacing of the medium Form.
83
83
  /// @group form
84
84
  $kendo-form-md-rows-spacing: $kendo-form-sm-rows-spacing !default;
@@ -95,10 +95,10 @@ $kendo-form-separator-border-color: $kendo-form-legend-border-color !default;
95
95
 
96
96
  /// The top padding of the label in the horizontal Form.
97
97
  /// @group form
98
- $kendo-horizontal-form-label-padding-top: 5px !default;
98
+ $kendo-horizontal-form-label-padding-top: calc( #{k-spacing(2.5)} / 2 ) !default;
99
99
  /// The horizontal margin of the label in the horizontal Form.
100
100
  /// @group form
101
- $kendo-horizontal-form-label-margin-x: 10px !default;
101
+ $kendo-horizontal-form-label-margin-x: k-spacing(2.5) !default;
102
102
  /// The width of the label in the horizontal Form.
103
103
  /// @group form
104
104
  $kendo-horizontal-form-label-width: 25% !default;
@@ -121,10 +121,10 @@ $kendo-forms-invalid-color: $kendo-color-error !default;
121
121
 
122
122
  /// The horizontal margin of the optional label in the Form.
123
123
  /// @group form
124
- $kendo-label-optional-margin-x: 6px !default;
124
+ $kendo-label-optional-margin-x: k-spacing(1.5) !default;
125
125
  /// The font size of the optional label in the Form.
126
126
  /// @group form
127
- $kendo-label-optional-font-size: $kendo-font-size-xs !default;
127
+ $kendo-label-optional-font-size: var( --kendo-font-size-xs, inherit ) !default;
128
128
  /// The font style of the optional label in the Form.
129
129
  /// @group form
130
130
  $kendo-label-optional-font-style: italic !default;
@@ -132,7 +132,7 @@ $kendo-label-optional-font-style: italic !default;
132
132
 
133
133
  /// The margin of the Form fieldset.
134
134
  /// @group form
135
- $kendo-fieldset-margin: 30px !default;
135
+ $kendo-fieldset-margin: k-spacing(7.5) !default;
136
136
  /// The font size of the Form fieldset.
137
137
  /// @group form
138
138
  $kendo-fieldset-font-size: $kendo-h4-font-size !default;
@@ -1,93 +1,238 @@
1
1
  // Gantt
2
- $kendo-gantt-border-width: 1px !default;
3
- $kendo-gantt-font-family: $kendo-font-family !default;
4
- $kendo-gantt-font-size: $kendo-font-size-md !default;
5
- $kendo-gantt-line-height: $kendo-line-height-md !default;
6
2
 
3
+ /// The border width of the Gantt.
4
+ /// @group gantt
5
+ $kendo-gantt-border-width: 1px !default;
6
+ /// The font family of the Gantt.
7
+ /// @group gantt
8
+ $kendo-gantt-font-family: var( --kendo-font-family, inherit ) !default;
9
+ /// The font size of the Gantt.
10
+ /// @group gantt
11
+ $kendo-gantt-font-size: var( --kendo-font-size, inherit ) !default;
12
+ /// The line height of the Gantt.
13
+ /// @group gantt
14
+ $kendo-gantt-line-height: var( --kendo-line-height, normal ) !default;
15
+
16
+ /// The background color of the Gantt.
17
+ /// @group gantt
7
18
  $kendo-gantt-bg: $kendo-component-bg !default;
19
+ /// The text color of the Gantt.
20
+ /// @group gantt
8
21
  $kendo-gantt-text: $kendo-component-text !default;
22
+ /// The border color of the Gantt.
23
+ /// @group gantt
9
24
  $kendo-gantt-border: $kendo-component-border !default;
10
25
 
26
+ /// The background color of the Gantt TreeList.
27
+ /// @group gantt
11
28
  $kendo-gantt-treelist-bg: null !default;
29
+ /// The text color of the Gantt TreeList.
30
+ /// @group gantt
12
31
  $kendo-gantt-treelist-text: null !default;
32
+ /// The border color of the Gantt TreeList.
33
+ /// @group gantt
13
34
  $kendo-gantt-treelist-border: null !default;
14
35
 
36
+ /// The background color of the Gantt non-working days.
37
+ /// @group gantt
15
38
  $kendo-gantt-nonwork-bg: if($kendo-enable-color-system, color-mix(in srgb, k-color( on-base ) 3%, transparent), rgba( k-contrast-color( $kendo-gantt-bg ), .025 )) !default;
39
+ /// The text color of the Gantt non-working days.
40
+ /// @group gantt
16
41
  $kendo-gantt-nonwork-text: null !default;
42
+ /// The border color of the Gantt non-working days.
43
+ /// @group gantt
17
44
  $kendo-gantt-nonwork-border: null !default;
18
45
 
46
+ /// The size of the Gantt connecting lines.
47
+ /// @group gantt
19
48
  $kendo-gantt-line-size: 2px !default;
49
+ /// The background fill color of the Gantt connecting lines.
50
+ /// @group gantt
20
51
  $kendo-gantt-line-fill: if($kendo-enable-color-system, k-color( on-base ), k-color-mix( $kendo-gantt-text, $kendo-gantt-bg )) !default;
52
+ /// The background fill of the selected Gantt connecting lines.
53
+ /// @group gantt
21
54
  $kendo-gantt-line-selected-fill: $kendo-selected-bg !default;
22
55
 
56
+ /// The size of the Gantt task dot.
57
+ /// @group gantt
23
58
  $kendo-gantt-dot-size: 8px !default;
24
- $kendo-gantt-dot-spacing: 4px !default;
59
+ /// The spacing of the Gantt task dot.
60
+ /// @group gantt
61
+ $kendo-gantt-dot-spacing: k-spacing(1) !default;
62
+ /// The background color of the Gantt task dot.
63
+ /// @group gantt
25
64
  $kendo-gantt-dot-bg: $kendo-gantt-text !default;
65
+ /// The border color of the Gantt task dot.
66
+ /// @group gantt
26
67
  $kendo-gantt-dot-border: null !default;
68
+ /// The background color of the hovered Gantt task dot.
69
+ /// @group gantt
27
70
  $kendo-gantt-dot-hover-bg: $kendo-gantt-bg !default;
71
+ /// The border color of the hovered Gantt task dot.
72
+ /// @group gantt
28
73
  $kendo-gantt-dot-hover-border: $kendo-gantt-text !default;
29
74
 
75
+ /// The background color of the Gantt milestone.
76
+ /// @group gantt
30
77
  $kendo-gantt-milestone-bg: if($kendo-enable-color-system, k-color( base ), if( k-is-light( $kendo-gantt-bg ), $gray-300, $gray-700 )) !default;
78
+ /// The border color of the Gantt milestone.
79
+ /// @group gantt
31
80
  $kendo-gantt-milestone-border: if($kendo-enable-color-system, k-color( border-alt ), k-try-shade( $kendo-gantt-milestone-bg, 2 )) !default;
81
+ /// The background color of the selected Gantt milestone.
82
+ /// @group gantt
32
83
  $kendo-gantt-milestone-selected-bg: $kendo-selected-bg !default;
84
+ /// The border color of the selected Gantt milestone.
85
+ /// @group gantt
33
86
  $kendo-gantt-milestone-selected-border: $kendo-selected-border !default;
34
87
 
88
+ /// The background color of the Gantt summary.
89
+ /// @group gantt
35
90
  $kendo-gantt-summary-bg: if($kendo-enable-color-system, k-color( subtle ), k-color-mix( $kendo-gantt-text, $kendo-gantt-bg )) !default;
91
+ /// The background color of the Gantt summary progress.
92
+ /// @group gantt
36
93
  $kendo-gantt-summary-progress-bg: $kendo-gantt-text !default;
94
+ /// The background color of the selected Gantt summary.
95
+ /// @group gantt
37
96
  $kendo-gantt-summary-selected-bg: if($kendo-enable-color-system, k-color( primary-subtle-active ), k-color-mix( $kendo-selected-bg, $kendo-gantt-bg )) !default;
97
+ /// The background color of the selected Gantt summary progress.
98
+ /// @group gantt
38
99
  $kendo-gantt-summary-progress-selected-bg: $kendo-selected-bg !default;
39
100
 
40
- $kendo-gantt-task-padding-x: k-map-get( $kendo-spacing, 2 ) !default;
41
- $kendo-gantt-task-padding-y: k-map-get( $kendo-spacing, 1 ) !default;
101
+ /// The horizontal padding of the Gantt task.
102
+ /// @group gantt
103
+ $kendo-gantt-task-padding-x: k-spacing(2) !default;
104
+ /// The vertical padding of the Gantt task.
105
+ /// @group gantt
106
+ $kendo-gantt-task-padding-y: k-spacing(1) !default;
107
+ /// The border width of the Gantt task.
108
+ /// @group gantt
42
109
  $kendo-gantt-task-border-width: 1px !default;
110
+ /// The background color of the Gantt task.
111
+ /// @group gantt
43
112
  $kendo-gantt-task-bg: if($kendo-enable-color-system, k-color( base ), if( k-is-light( $kendo-gantt-bg ), $gray-300, $gray-700 )) !default;
113
+ /// The text color of the Gantt task.
114
+ /// @group gantt
44
115
  $kendo-gantt-task-text: if($kendo-enable-color-system, k-color( on-base ), k-contrast-color( $kendo-gantt-task-bg )) !default;
116
+ /// The border color of the Gantt task.
117
+ /// @group gantt
45
118
  $kendo-gantt-task-border: if($kendo-enable-color-system, k-color( border-alt ), if( k-is-light( $kendo-gantt-bg ), $gray-400, $gray-600 )) !default;
119
+ /// The background color of the Gantt task progress.
120
+ /// @group gantt
46
121
  $kendo-gantt-task-progress-bg: if($kendo-enable-color-system, k-color( border-alt ), if( k-is-light( $kendo-gantt-bg ), $gray-400, $gray-600 )) !default;
122
+ /// The background color of selected the Gantt task.
123
+ /// @group gantt
47
124
  $kendo-gantt-task-selected-bg: if($kendo-enable-color-system, k-color( primary-subtle-active ), k-color-mix( $kendo-selected-bg, $kendo-gantt-bg )) !default;
125
+ /// The text color of the selected Gantt task.
126
+ /// @group gantt
48
127
  $kendo-gantt-task-selected-text: $kendo-selected-text !default;
128
+ /// The border color of the selected Gantt task.
129
+ /// @group gantt
49
130
  $kendo-gantt-task-selected-border: $kendo-selected-bg !default;
131
+ /// The background color of the selected Gantt task progress.
132
+ /// @group gantt
50
133
  $kendo-gantt-task-progress-selected-bg: $kendo-selected-bg !default;
51
134
 
135
+ /// The vertical margin of the Gantt task planned line.
136
+ /// @group gantt
52
137
  $kendo-gantt-planned-margin-y: .35em !default;
138
+ /// The border width of the Gantt task planned line.
139
+ /// @group gantt
53
140
  $kendo-gantt-planned-border-width: 2px !default;
141
+ /// The line height of the Gantt task planned line.
142
+ /// @group gantt
54
143
  $kendo-gantt-planned-line-height: .75em !default;
55
144
 
145
+ /// The vertical margin of the Gantt planned dependencies.
146
+ /// @group gantt
56
147
  $kendo-gantt-planned-dependency-margin-y: .6em !default;
57
148
 
149
+ /// The default width of the Gantt planned line dot.
150
+ /// @group gantt
58
151
  $kendo-gantt-planned-moment-width: 6px !default;
152
+ /// The default height of the Gantt planned line dot.
153
+ /// @group gantt
59
154
  $kendo-gantt-planned-moment-height: $kendo-gantt-planned-moment-width !default;
155
+ /// The border radius of the Gantt planned line dot.
156
+ /// @group gantt
60
157
  $kendo-gantt-planned-moment-border-radius: calc( ( #{$kendo-gantt-planned-border-width * 2} + #{$kendo-gantt-planned-moment-width} ) / 2 ) !default;
158
+ /// The horizontal margin of the Gantt planned line dot.
159
+ /// @group gantt
61
160
  $kendo-gantt-planned-moment-left-margin-x: calc( #{k-math-div( $kendo-gantt-planned-border-width, 2 )} - #{$kendo-gantt-planned-moment-border-radius} ) !default;
161
+ /// The horizontal margin of the Gantt milestone planned line dot.
162
+ /// @group gantt
62
163
  $kendo-gantt-planned-milestone-moment-margin-x: $kendo-gantt-planned-moment-width !default;
63
164
 
165
+ /// The default height of the Gantt planned line.
166
+ /// @group gantt
64
167
  $kendo-gantt-planned-duration-height: $kendo-gantt-planned-border-width !default;
168
+ /// The height of the hovered Gantt planned line.
169
+ /// @group gantt
65
170
  $kendo-gantt-planned-duration-hover-height: calc( #{$kendo-gantt-planned-border-width} + 1px ) !default;
66
171
 
172
+ /// The top position of the Gantt drag hint.
173
+ /// @group gantt
67
174
  $kendo-gantt-planned-single-drag-hint-top: .35em !default;
175
+ /// The top position of the Gantt summary drag hint.
176
+ /// @group gantt
68
177
  $kendo-gantt-planned-summary-drag-hint-top: 1em !default;
178
+ /// The top position of the Gantt planned milestone drag hint.
179
+ /// @group gantt
69
180
  $kendo-gantt-planned-milestone-drag-hint-top: .85em !default;
70
181
 
182
+ /// The horizontal margin of the Gantt milestone wrap.
183
+ /// @group gantt
71
184
  $kendo-gantt-rtl-milestone-wrap-margin-x: -2.3em !default;
185
+ /// The horizontal margin of the Gantt milestone line dot.
186
+ /// @group gantt
72
187
  $kendo-gantt-rtl-milestone-planned-moment-margin-x: .2em !default;
188
+ /// The horizontal margin of the Gantt milestone task dot.
189
+ /// @group gantt
73
190
  $kendo-gantt-rtl-milestone-dot-start-margin-x: -.1em !default;
74
191
 
192
+ /// The horizontal offset of the Gantt delayed task resize handler.
193
+ /// @group gantt
75
194
  $kendo-gantt-planned-offset-resize-handler-margin-x: 1.2em !default;
76
195
 
196
+ /// The background color of the Gantt planned Tooltip.
197
+ /// @group gantt
77
198
  $kendo-gantt-planned-bg: $kendo-color-primary !default;
199
+ /// The border color of the Gantt planned Tooltip.
200
+ /// @group gantt
78
201
  $kendo-gantt-planned-border: $kendo-gantt-planned-bg !default;
79
202
 
203
+ /// The background color of the Gantt delayed task.
204
+ /// @group gantt
80
205
  $kendo-gantt-delayed-bg: $kendo-color-error !default;
206
+ /// The complement background color of the Gantt delayed task.
207
+ /// @group gantt
81
208
  $kendo-gantt-delayed-bg-lighter: if($kendo-enable-color-system, k-color( error-emphasis ), k-color-tint( $kendo-gantt-delayed-bg, 5 )) !default;
82
209
 
210
+ /// The background color of the Gantt advanced task.
211
+ /// @group gantt
83
212
  $kendo-gantt-advanced-bg: $kendo-color-success !default;
213
+ /// The complement background color of the Gantt advanced task.
214
+ /// @group gantt
84
215
  $kendo-gantt-advanced-bg-lighter: if($kendo-enable-color-system, k-color( success-emphasis ), k-color-tint( $kendo-gantt-advanced-bg, 5 )) !default;
85
216
 
217
+ /// The text color of the Gantt delayed task action.
218
+ /// @group gantt
86
219
  $kendo-gantt-action-on-offset-text: #000000 !default;
220
+ /// The top position of the Gantt delayed task resize handler.
221
+ /// @group gantt
87
222
  $kendo-gantt-offset-resize-handler-top: 45% !default;
88
223
 
224
+ /// The default width of the Gantt validation Tooltip.
225
+ /// @group gantt
89
226
  $kendo-gantt-validation-tooltip-width: 200px !default;
227
+ /// The default width of the Gantt validation Tooltip label.
228
+ /// @group gantt
90
229
  $kendo-gantt-validation-tooltip-label-width: 50px !default;
230
+ /// The border color of the Gantt validation Tooltip.
231
+ /// @group gantt
91
232
  $kendo-gantt-validation-tooltip-border: #656565 !default;
233
+ /// The border color of the valid Gantt validation Tooltip.
234
+ /// @group gantt
92
235
  $kendo-gantt-validation-tooltip-valid-border: $kendo-color-success !default;
236
+ /// The border color of the invalid Gantt validation Tooltip.
237
+ /// @group gantt
93
238
  $kendo-gantt-validation-tooltip-invalid-border: $kendo-color-error !default;
@@ -1,69 +1,69 @@
1
1
  // Grid
2
2
  $kendo-grid-border-width: 1px !default;
3
- $kendo-grid-font-family: $kendo-font-family !default;
4
- $kendo-grid-font-size: $kendo-font-size-md !default;
5
- $kendo-grid-line-height: $kendo-line-height-md !default;
3
+ $kendo-grid-font-family: var( --kendo-font-family, inherit ) !default;
4
+ $kendo-grid-font-size: var( --kendo-font-size, inherit ) !default;
5
+ $kendo-grid-line-height: var( --kendo-line-height, normal ) !default;
6
6
 
7
- /// Horizontal padding of the grid.
7
+ /// The horizontal padding of the Grid.
8
8
  /// @group grid
9
9
  $kendo-grid-padding-x: $kendo-table-md-cell-padding-x !default;
10
- /// Vertical padding of the grid.
10
+ /// The vertical padding of the Grid.
11
11
  /// @group grid
12
12
  $kendo-grid-padding-y: $kendo-table-md-cell-padding-y !default;
13
13
 
14
- /// Horizontal padding of the grid header.
14
+ /// The horizontal padding of the Grid header.
15
15
  /// @group grid
16
16
  $kendo-grid-header-padding-x: $kendo-grid-padding-x !default;
17
- /// Vertical padding of the grid header.
17
+ /// The vertical padding of the Grid header.
18
18
  /// @group grid
19
19
  $kendo-grid-header-padding-y: $kendo-grid-padding-y !default;
20
20
 
21
21
 
22
- /// Horizontal padding of the grid grouping header.
22
+ /// The horizontal padding of the Grid grouping header.
23
23
  /// @group grid
24
24
  $kendo-grid-grouping-header-padding-x: $kendo-grid-padding-y !default;
25
- /// Vertical padding of the grid grouping header.
25
+ /// The vertical padding of the Grid grouping header.
26
26
  /// @group grid
27
27
  $kendo-grid-grouping-header-padding-y: $kendo-grid-grouping-header-padding-x !default;
28
28
 
29
- /// Horizontal padding of the grid cell.
29
+ /// The horizontal padding of the Grid cell.
30
30
  /// @group grid
31
31
  $kendo-grid-cell-padding-x: $kendo-grid-padding-x !default;
32
- /// Vertical padding of the grid cell.
32
+ /// The vertical padding of the Grid cell.
33
33
  /// @group grid
34
34
  $kendo-grid-cell-padding-y: $kendo-grid-padding-y !default;
35
35
 
36
- /// Horizontal padding of the grid filter cell.
36
+ /// The horizontal padding of the Grid filter cell.
37
37
  /// @group grid
38
38
  $kendo-grid-filter-cell-padding-x: $kendo-grid-padding-y !default;
39
- /// Vertical padding of the grid filter cell.
39
+ /// The vertical padding of the Grid filter cell.
40
40
  /// @group grid
41
41
  $kendo-grid-filter-cell-padding-y: $kendo-grid-filter-cell-padding-x !default;
42
42
 
43
- /// Horizontal padding of the grid edit cell.
43
+ /// The horizontal padding of the Grid edit cell.
44
44
  /// @group grid
45
45
  $kendo-grid-edit-cell-padding-x: $kendo-grid-cell-padding-x !default;
46
- /// Vertical padding of the grid edit cell.
46
+ /// The vertical padding of the Grid filter cell.
47
47
  /// @group grid
48
- $kendo-grid-edit-cell-padding-y: 5px !default;
48
+ $kendo-grid-edit-cell-padding-y: calc( #{k-spacing(2.5)} / 2 ) !default;
49
49
 
50
50
  $kendo-grid-group-drop-hint-size: 6px !default;
51
51
  $kendo-grid-group-drop-hint-line-size: k-math-div( $kendo-grid-group-drop-hint-size, 3) !default;
52
52
  $kendo-grid-group-drop-hint-height: calc( #{$kendo-chip-calc-size} + #{$kendo-grid-group-drop-hint-size}) !default;
53
53
  $kendo-grid-group-drop-hint-top: 3px !default;
54
54
 
55
- $kendo-grid-sm-padding-x: k-map-get( $kendo-spacing, 1 ) !default;
56
- $kendo-grid-sm-padding-y: k-map-get( $kendo-spacing, 1 ) !default;
55
+ $kendo-grid-sm-padding-x: k-spacing(1) !default;
56
+ $kendo-grid-sm-padding-y: k-spacing(1) !default;
57
57
  $kendo-grid-sm-header-padding-x: $kendo-grid-sm-padding-x !default;
58
58
  $kendo-grid-sm-header-padding-y: $kendo-grid-sm-padding-y !default;
59
59
  $kendo-grid-sm-grouping-header-padding-x: $kendo-grid-padding-x !default;
60
60
  $kendo-grid-sm-grouping-header-padding-y: $kendo-grid-sm-padding-y !default;
61
61
  $kendo-grid-sm-cell-padding-x: $kendo-grid-sm-padding-x !default;
62
62
  $kendo-grid-sm-cell-padding-y: $kendo-grid-sm-padding-y !default;
63
- $kendo-grid-sm-filter-cell-padding-x: k-map-get( $kendo-spacing, 1.5 ) !default;
63
+ $kendo-grid-sm-filter-cell-padding-x: k-spacing(1.5) !default;
64
64
  $kendo-grid-sm-filter-cell-padding-y: $kendo-grid-sm-filter-cell-padding-x !default;
65
- $kendo-grid-sm-edit-cell-padding-x: k-map-get( $kendo-spacing, 1 ) !default;
66
- $kendo-grid-sm-edit-cell-padding-y: k-map-get( $kendo-spacing, 1 ) !default;
65
+ $kendo-grid-sm-edit-cell-padding-x: k-spacing(1) !default;
66
+ $kendo-grid-sm-edit-cell-padding-y: k-spacing(1) !default;
67
67
  $kendo-grid-sm-group-dropclue-height: calc( #{$kendo-chip-sm-calc-size} + #{$kendo-grid-group-drop-hint-size}) !default;
68
68
  $kendo-grid-sm-selection-aggregates-padding-x: $kendo-grid-sm-padding-y !default;
69
69
  $kendo-grid-sm-selection-aggregates-padding-y: $kendo-grid-sm-padding-y !default;
@@ -134,90 +134,90 @@ $kendo-grid-toolbar-border-width: $kendo-grid-border-width !default;
134
134
  $kendo-grid-cell-horizontal-border-width: $kendo-table-cell-horizontal-border-width !default;
135
135
  $kendo-grid-cell-vertical-border-width: $kendo-table-cell-vertical-border-width !default;
136
136
 
137
- /// Background color of the grid component
137
+ /// The background color of the Grid.
138
138
  /// @group grid
139
139
  $kendo-grid-bg: $kendo-table-bg !default;
140
- /// Text color of the grid component
140
+ /// The text color of the Grid.
141
141
  /// @group grid
142
142
  $kendo-grid-text: $kendo-table-text !default;
143
- /// Border color of the grid component
143
+ /// The border color of the Grid.
144
144
  /// @group grid
145
145
  $kendo-grid-border: $kendo-table-border !default;
146
146
 
147
- /// Background color of grid header
147
+ /// The background color of Grid header.
148
148
  /// @group grid
149
149
  $kendo-grid-header-bg: $kendo-table-header-bg !default;
150
- /// Text color of grid header
150
+ /// The text color of Grid header.
151
151
  /// @group grid
152
152
  $kendo-grid-header-text: $kendo-table-header-text !default;
153
- /// Border color of grid header
153
+ /// The border color of Grid header.
154
154
  /// @group grid
155
155
  $kendo-grid-header-border: $kendo-table-header-border !default;
156
- /// Background gradient of grid header
156
+ /// The background gradient of Grid header.
157
157
  /// @group grid
158
158
  $kendo-grid-header-gradient: $kendo-table-header-gradient !default;
159
159
 
160
- /// Background color of grid footer
160
+ /// The background color of Grid footer.
161
161
  /// @group grid
162
162
  $kendo-grid-footer-bg: $kendo-table-footer-bg !default;
163
- /// Text color of grid footer
163
+ /// The text color of Grid footer.
164
164
  /// @group grid
165
165
  $kendo-grid-footer-text: $kendo-table-footer-text !default;
166
- /// Border color of grid footer
166
+ /// The border color of Grid footer.
167
167
  /// @group grid
168
168
  $kendo-grid-footer-border: $kendo-table-footer-border !default;
169
169
 
170
- /// Background color of alternating rows in grid
170
+ /// The background color of the Grid alternating rows.
171
171
  /// @group grid
172
172
  $kendo-grid-alt-bg: $kendo-table-alt-row-bg !default;
173
- /// Text color of alternating rows in grid
173
+ /// The text color of the Grid alternating rows.
174
174
  /// @group grid
175
175
  $kendo-grid-alt-text: $kendo-table-alt-row-text !default;
176
- /// Border color of alternating rows in grid
176
+ /// The border color of the Grid alternating rows.
177
177
  /// @group grid
178
178
  $kendo-grid-alt-border: $kendo-table-alt-row-border !default;
179
179
 
180
- /// Background color of hovered rows in grid
180
+ /// The background color of hovered Grid rows.
181
181
  /// @group grid
182
182
  $kendo-grid-hover-bg: $kendo-table-hover-bg !default;
183
- /// Text color of hovered rows in grid
183
+ /// The text color of hovered Grid rows.
184
184
  /// @group grid
185
185
  $kendo-grid-hover-text: $kendo-table-hover-text !default;
186
- /// Border color of hovered rows in grid
186
+ /// The border color of hovered Grid rows.
187
187
  /// @group grid
188
188
  $kendo-grid-hover-border: $kendo-table-hover-border !default;
189
189
 
190
- /// Background color of selected rows in grid
190
+ /// The background color of selected Grid rows.
191
191
  /// @group grid
192
192
  $kendo-grid-selected-bg: $kendo-table-selected-bg !default;
193
- /// Text color of selected rows in grid
193
+ /// The text color of selected Grid rows.
194
194
  /// @group grid
195
195
  $kendo-grid-selected-text: $kendo-table-selected-text !default;
196
- /// Border color of selected rows in grid
196
+ /// The border color of selected Grid rows.
197
197
  /// @group grid
198
198
  $kendo-grid-selected-border: $kendo-table-selected-border !default;
199
199
 
200
- /// Background color of the selection aggregates container
200
+ /// The background color of the Grid selection aggregates container.
201
201
  /// @group grid
202
202
  $kendo-grid-selection-aggregates-bg: $kendo-grid-header-bg !default;
203
- /// Text color of the selection aggregates container
203
+ /// The text color of the Grid selection aggregates container.
204
204
  /// @group grid
205
205
  $kendo-grid-selection-aggregates-text: $kendo-grid-text !default;
206
- /// Border color of the selection aggregates container
206
+ /// The border color of the Grid selection aggregates container.
207
207
  /// @group grid
208
208
  $kendo-grid-selection-aggregates-border: $kendo-grid-border !default;
209
- /// Border width of the selection aggregates container
209
+ /// The border width of the Grid selection aggregates container.
210
210
  /// @group grid
211
211
  $kendo-grid-selection-aggregates-border-width: $kendo-grid-border-width !default;
212
- /// Spacing between the selection aggregates items
212
+ /// The spacing between the selection aggregates items.
213
213
  /// @group grid
214
- $kendo-grid-selection-aggregates-spacing: k-map-get( $kendo-spacing, 2 ) !default;
215
- /// Line height of the selection aggregates container
214
+ $kendo-grid-selection-aggregates-spacing: k-spacing(2) !default;
215
+ /// The line height of the Grid selection aggregates container.
216
216
  /// @group grid
217
217
  $kendo-grid-selection-aggregates-line-height: $kendo-grid-line-height !default;
218
- /// Font weight of the selection aggregates container
218
+ /// The font weight of the Grid selection aggregates container.
219
219
  /// @group grid
220
- $kendo-grid-selection-aggregates-font-weight: $kendo-font-weight-bold !default;
220
+ $kendo-grid-selection-aggregates-font-weight: var( --kendo-font-weight-bold, normal )!default;
221
221
 
222
222
  $kendo-grid-grouping-row-bg: if($kendo-enable-color-system, k-color( base-subtle ), k-try-shade( $kendo-grid-bg )) !default;
223
223
  $kendo-grid-grouping-row-text: $kendo-grid-text !default;
@@ -226,14 +226,14 @@ $kendo-grid-sorted-bg: if($kendo-enable-color-system, color-mix(in srgb, k-color
226
226
  $kendo-grid-sorting-indicator-text: $kendo-color-primary !default;
227
227
  $kendo-grid-sorting-index-font-size: ($kendo-icon-size * .75) !default;
228
228
  $kendo-grid-sorting-index-height: $kendo-icon-size !default;
229
- $kendo-grid-sorting-index-spacing-y: 2px !default;
230
- $kendo-grid-sorting-index-spacing-x: -$kendo-grid-sorting-index-spacing-y !default;
229
+ $kendo-grid-sorting-index-spacing-y: k-spacing(0.5) !default;
230
+ $kendo-grid-sorting-index-spacing-x: calc( #{$kendo-grid-sorting-index-spacing-y} * -1 ) !default;
231
231
 
232
232
  $kendo-grid-sorted-icon-spacing: calc( #{$kendo-padding-md-x} - 1px ) !default;
233
233
 
234
234
  $kendo-grid-focus-shadow: $kendo-table-focus-shadow !default;
235
235
 
236
- $kendo-grid-command-cell-button-spacing: k-map-get( $kendo-spacing, 2 ) !default;
236
+ $kendo-grid-command-cell-button-spacing: k-spacing(2) !default;
237
237
  // be cautious when changing the next line; see https://github.com/MoOx/reduce-css-calc/issues/38
238
238
  $kendo-grid-command-cell-padding-y: calc( #{$kendo-grid-cell-padding-y} - (#{$kendo-button-calc-size} - #{$kendo-line-height-em}) / 2 ) !default;
239
239
 
@@ -264,8 +264,8 @@ $kendo-grid-column-menu-max-width: 320px !default;
264
264
 
265
265
  $kendo-grid-filter-menu-check-all-border-bottom-width: 1px !default;
266
266
 
267
- $kendo-grid-filter-menu-item-spacing-x: k-map-get( $kendo-spacing, 6 ) !default;
268
- $kendo-grid-filter-menu-item-spacing-y: k-map-get( $kendo-spacing, 2 ) !default;
267
+ $kendo-grid-filter-menu-item-spacing-x: k-spacing(6) !default;
268
+ $kendo-grid-filter-menu-item-spacing-y: k-spacing(2) !default;
269
269
 
270
270
  $kendo-grid-column-menu-popup-padding-x: null !default;
271
271
  $kendo-grid-column-menu-popup-padding-y: null !default;
@@ -276,14 +276,14 @@ $kendo-grid-column-menu-item-padding-y: $kendo-menu-popup-item-padding-y !defaul
276
276
  $kendo-grid-column-menu-list-item-padding-x: $kendo-list-md-item-padding-x !default;
277
277
  $kendo-grid-column-menu-list-item-padding-y: $kendo-list-md-item-padding-y !default;
278
278
 
279
- $kendo-grid-column-menu-items-wrap-padding-x: 0 !default;
280
- $kendo-grid-column-menu-items-wrap-padding-y: k-map-get( $kendo-spacing, 2 ) !default;
279
+ $kendo-grid-column-menu-items-wrap-padding-x: k-spacing(0) !default;
280
+ $kendo-grid-column-menu-items-wrap-padding-y: k-spacing(2) !default;
281
281
 
282
282
  $kendo-grid-column-menu-group-header-padding-x: $kendo-menu-popup-md-item-padding-x !default;
283
283
  $kendo-grid-column-menu-group-header-padding-y: $kendo-menu-popup-md-item-padding-y !default;
284
284
 
285
- $kendo-grid-column-menu-group-header-font-size: $kendo-font-size-sm !default;
286
- $kendo-grid-column-menu-group-header-line-height: $kendo-line-height-md !default;
285
+ $kendo-grid-column-menu-group-header-font-size: var( --kendo-font-size-sm, inherit ) !default;
286
+ $kendo-grid-column-menu-group-header-line-height: var( --kendo-line-height, normal ) !default;
287
287
  $kendo-grid-column-menu-group-header-text-transform: uppercase !default;
288
288
  $kendo-grid-column-menu-group-header-border-bottom-width: 1px !default;
289
289
 
@@ -291,8 +291,8 @@ $kendo-grid-column-menu-group-header-bg: null !default;
291
291
  $kendo-grid-column-menu-group-header-text: $kendo-popup-text !default;
292
292
  $kendo-grid-column-menu-group-header-border: $kendo-popup-border !default;
293
293
 
294
- $kendo-grid-column-menu-tabbed-tabstrip-content-padding-x: 0 !default;
295
- $kendo-grid-column-menu-tabbed-tabstrip-content-padding-y: k-map-get( $kendo-spacing, 2 ) !default;
294
+ $kendo-grid-column-menu-tabbed-tabstrip-content-padding-x: k-spacing(0)!default;
295
+ $kendo-grid-column-menu-tabbed-tabstrip-content-padding-y: k-spacing(2) !default;
296
296
 
297
297
  $kendo-grid-column-menu-tabbed-bg: $kendo-base-bg !default;
298
298
 
@@ -306,12 +306,12 @@ $kendo-grid-grouping-row-border-top: 1px !default;
306
306
  $kendo-grid-group-footer-border-y: 1px !default;
307
307
  $kendo-grid-group-footer-second-cell-border: 1px !default;
308
308
 
309
- /// Background color of the grid row resize indicator
309
+ /// The background color of the Grid row resize indicator.
310
310
  /// @group grid
311
311
  $kendo-grid-row-resizer-hover-bg: if($kendo-enable-color-system, color-mix(in srgb, k-color( on-base ) 20%, transparent), rgba( k-contrast-color( $kendo-grid-bg ), .12 )) !default;
312
- /// Active background color of the grid row resize indicator
312
+ /// The background color of the active Grid row resize indicator.
313
313
  /// @group grid
314
314
  $kendo-grid-row-resizer-active-bg: $kendo-color-primary !default;
315
- /// Height of the grid row resize indicator
315
+ /// The height of the Grid row resize indicator.
316
316
  /// @group grid
317
- $kendo-grid-row-resizer-height: k-map-get( $kendo-spacing, .5 ) !default;
317
+ $kendo-grid-row-resizer-height: k-spacing(0.5) !default;