@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
@@ -1,92 +1,235 @@
1
1
  // Scheduler
2
- $kendo-scheduler-border-width: 1px !default;
3
- $kendo-scheduler-font-family: $kendo-font-family !default;
4
- $kendo-scheduler-font-size: $kendo-font-size-md !default;
5
- $kendo-scheduler-line-height: $kendo-line-height-md !default;
6
2
 
3
+ /// The width of the border around the Scheduler.
4
+ /// @group scheduler
5
+ $kendo-scheduler-border-width: 1px !default;
6
+ /// The font family of the Scheduler.
7
+ /// @group scheduler
8
+ $kendo-scheduler-font-family: var( --kendo-font-family, inherit ) !default;
9
+ /// The font size of the Scheduler.
10
+ /// @group scheduler
11
+ $kendo-scheduler-font-size: var( --kendo-font-size, inherit ) !default;
12
+ /// The line height of the Scheduler.
13
+ /// @group scheduler
14
+ $kendo-scheduler-line-height: var( --kendo-line-height, normal ) !default;
15
+
16
+ /// The background color of the Scheduler.
17
+ /// @group scheduler
7
18
  $kendo-scheduler-bg: $kendo-component-bg !default;
19
+ /// The text color of the Scheduler.
20
+ /// @group scheduler
8
21
  $kendo-scheduler-text: $kendo-component-text !default;
22
+ /// The border color of the Scheduler.
23
+ /// @group scheduler
9
24
  $kendo-scheduler-border: $kendo-component-border !default;
10
25
 
26
+ /// The background color of the Scheduler ToolBar.
27
+ /// @group scheduler
11
28
  $kendo-scheduler-toolbar-bg: $kendo-toolbar-bg !default;
29
+ /// The text color of the Scheduler ToolBar.
30
+ /// @group scheduler
12
31
  $kendo-scheduler-toolbar-text: $kendo-toolbar-text !default;
32
+ /// The border color of the Scheduler ToolBar.
33
+ /// @group scheduler
13
34
  $kendo-scheduler-toolbar-border: $kendo-toolbar-border !default;
35
+ /// The gradient of the Scheduler ToolBar.
36
+ /// @group scheduler
14
37
  $kendo-scheduler-toolbar-gradient: $kendo-toolbar-gradient !default;
15
38
 
39
+ /// The background color of the Scheduler footer.
40
+ /// @group scheduler
16
41
  $kendo-scheduler-footer-bg: $kendo-toolbar-bg !default;
42
+ /// The text color of the Scheduler footer.
43
+ /// @group scheduler
17
44
  $kendo-scheduler-footer-text: $kendo-toolbar-text !default;
45
+ /// The border color of the Scheduler footer.
46
+ /// @group scheduler
18
47
  $kendo-scheduler-footer-border: $kendo-toolbar-border !default;
48
+ /// The gradient of the Scheduler footer.
49
+ /// @group scheduler
19
50
  $kendo-scheduler-footer-gradient: $kendo-toolbar-gradient !default;
20
51
 
52
+ /// The minimum height of the Scheduler event.
53
+ /// @group scheduler
21
54
  $kendo-scheduler-event-min-height: 25px !default;
22
- $kendo-scheduler-event-border-radius: $kendo-border-radius-md !default;
55
+ /// The border radius of the Scheduler event.
56
+ /// @group scheduler
57
+ $kendo-scheduler-event-border-radius: k-border-radius(md) !default;
58
+ /// The line height of the Scheduler event.
59
+ /// @group scheduler
23
60
  $kendo-scheduler-event-line-height: calc( #{$kendo-scheduler-event-min-height} - (2 * #{$kendo-padding-sm-y}) ) !default;
24
61
 
62
+ /// The background color of the Scheduler event.
63
+ /// @group scheduler
25
64
  $kendo-scheduler-event-bg: if($kendo-enable-color-system, k-color( primary ), k-color-tint( $kendo-selected-bg, 2 )) !default;
65
+ /// The text color of the Scheduler event.
66
+ /// @group scheduler
26
67
  $kendo-scheduler-event-text: $kendo-selected-text !default;
68
+ /// The border color of the Scheduler event.
69
+ /// @group scheduler
27
70
  $kendo-scheduler-event-border: null !default;
71
+ /// The gradient of the Scheduler event.
72
+ /// @group scheduler
28
73
  $kendo-scheduler-event-gradient: null !default;
74
+ /// The shadow of the Scheduler event.
75
+ /// @group scheduler
29
76
  $kendo-scheduler-event-shadow: null !default;
30
77
 
78
+ /// The background color of the hovered Scheduler event.
79
+ /// @group scheduler
31
80
  $kendo-scheduler-event-hover-bg: null !default;
81
+ /// The text color of the hovered Scheduler event.
82
+ /// @group scheduler
32
83
  $kendo-scheduler-event-hover-text: null !default;
84
+ /// The border color of the hovered Scheduler event.
85
+ /// @group scheduler
33
86
  $kendo-scheduler-event-hover-border: null !default;
87
+ /// The gradient of the hovered Scheduler event.
88
+ /// @group scheduler
34
89
  $kendo-scheduler-event-hover-gradient: null !default;
90
+ /// The shadow of the hovered Scheduler event.
91
+ /// @group scheduler
35
92
  $kendo-scheduler-event-hover-shadow: null !default;
36
93
 
94
+ /// The background color of the selected Scheduler event.
95
+ /// @group scheduler
37
96
  $kendo-scheduler-event-selected-bg: $kendo-selected-bg !default;
97
+ /// The text color of the selected Scheduler event.
98
+ /// @group scheduler
38
99
  $kendo-scheduler-event-selected-text: $kendo-selected-text !default;
100
+ /// The border color of the selected Scheduler event.
101
+ /// @group scheduler
39
102
  $kendo-scheduler-event-selected-border: null !default;
103
+ /// The gradient of the selected Scheduler event.
104
+ /// @group scheduler
40
105
  $kendo-scheduler-event-selected-gradient: null !default;
106
+ /// The shadow of the selected Scheduler event.
107
+ /// @group scheduler
41
108
  $kendo-scheduler-event-selected-shadow: inset 0 0 0 3px rgba( white, .5 ) !default;
42
109
 
110
+ /// The shadow of the ongoing Scheduler event.
111
+ /// @group scheduler
43
112
  $kendo-scheduler-event-ongoing-shadow: inset 0px 0px 0px 1px #ff0000 !default;
44
113
 
45
- $kendo-scheduler-cell-padding-x: k-map-get( $kendo-spacing, 3 ) !default;
46
- $kendo-scheduler-cell-padding-y: k-map-get( $kendo-spacing, 3 ) !default;
114
+ /// The horizontal padding of the Scheduler cell.
115
+ /// @group scheduler
116
+ $kendo-scheduler-cell-padding-x: k-spacing(3) !default;
117
+ /// The vertical padding of the Scheduler cell.
118
+ /// @group scheduler
119
+ $kendo-scheduler-cell-padding-y: k-spacing(3) !default;
120
+ /// The height of the Scheduler cell.
121
+ /// @group scheduler
47
122
  $kendo-scheduler-cell-height: $kendo-line-height-em !default;
123
+ /// The width of the Scheduler date column.
124
+ /// @group scheduler
48
125
  $kendo-scheduler-datecolumn-width: 12em !default;
126
+ /// The width of the Scheduler time column.
127
+ /// @group scheduler
49
128
  $kendo-scheduler-timecolumn-width: 11em !default;
50
129
 
130
+ /// The background color of the non-working hours in the Scheduler.
131
+ /// @group scheduler
51
132
  $kendo-scheduler-nonwork-bg: if($kendo-enable-color-system, k-color( base-subtle ), k-try-shade( $kendo-scheduler-bg, .5 )) !default;
133
+ /// The text color of the non-working hours in the Scheduler.
134
+ /// @group scheduler
52
135
  $kendo-scheduler-nonwork-text: null !default;
53
136
 
137
+ /// The background color of the weekends in the Scheduler.
138
+ /// @group scheduler
54
139
  $kendo-scheduler-weekend-bg: null !default;
140
+ /// The text color of the weekends in the Scheduler.
141
+ /// @group scheduler
55
142
  $kendo-scheduler-weekend-text: null !default;
56
143
 
144
+ /// The background color of the preceding/subsequent month cells in the Calendar.
145
+ /// @group scheduler
57
146
  $kendo-scheduler-othermonth-bg: if($kendo-enable-color-system, k-color( base-subtle ), k-try-shade( $kendo-scheduler-bg, .5 )) !default;
147
+ /// The text color of the preceding/subsequent month cells in the Calendar.
148
+ /// @group scheduler
58
149
  $kendo-scheduler-othermonth-text: null !default;
59
150
 
60
- $kendo-scheduler-yearview-padding-x: k-map-get( $kendo-spacing, 4 ) !default;
151
+ /// The horizontal padding of the year view in the Scheduler.
152
+ /// @group scheduler
153
+ $kendo-scheduler-yearview-padding-x: k-spacing(4) !default;
154
+ /// The vertical padding of the year view in the Scheduler.
155
+ /// @group scheduler
61
156
  $kendo-scheduler-yearview-padding-y: $kendo-scheduler-yearview-padding-x !default;
62
157
 
63
- $kendo-scheduler-yearview-calendar-gap: k-map-get( $kendo-spacing, 4 ) !default;
158
+ /// The spacing between the calendars of the year view in the Scheduler.
159
+ /// @group scheduler
160
+ $kendo-scheduler-yearview-calendar-gap: k-spacing(4) !default;
64
161
 
162
+ /// The days with events indicator size of the year view in the Scheduler.
163
+ /// @group scheduler
65
164
  $kendo-scheduler-yearview-indicator-size: 3px !default;
165
+ /// The top position of the days with events indicator of the year view in the Scheduler.
166
+ /// @group scheduler
66
167
  $kendo-scheduler-yearview-indicator-calc-offset-top: calc( #{$kendo-calendar-cell-size} - (#{$kendo-calendar-cell-padding-y} * 2)) !default;
168
+ /// The left position of the days with events indicator of the year view in the Scheduler.
169
+ /// @group scheduler
67
170
  $kendo-scheduler-yearview-indicator-calc-offset-left: calc( 50% - #{k-math-div( $kendo-scheduler-yearview-indicator-size, 2)} ) !default;
171
+ /// The border radius of the days with events indicator of the year view in the Scheduler.
172
+ /// @group scheduler
68
173
  $kendo-scheduler-yearview-indicator-border-radius: 50% !default;
174
+ /// The background color of the days with events indicator of the year view in the Scheduler.
175
+ /// @group scheduler
69
176
  $kendo-scheduler-yearview-indicator-bg: $kendo-color-primary !default;
177
+ /// The background color of the selected days with events indicator of the year view in the Scheduler.
178
+ /// @group scheduler
70
179
  $kendo-scheduler-yearview-indicator-selected-bg: $kendo-color-primary-contrast !default;
71
180
 
72
- $kendo-scheduler-tooltip-padding-x: k-map-get( $kendo-spacing, 3 ) !default;
73
- $kendo-scheduler-tooltip-padding-y: k-map-get( $kendo-spacing, 3 ) !default;
181
+ /// The horizontal padding of the Scheduler Tooltip.
182
+ /// @group scheduler
183
+ $kendo-scheduler-tooltip-padding-x: k-spacing(3) !default;
184
+ /// The vertical padding of the Scheduler Tooltip.
185
+ /// @group scheduler
186
+ $kendo-scheduler-tooltip-padding-y: k-spacing(3) !default;
187
+ /// The width of the border of the Scheduler Tooltip.
188
+ /// @group scheduler
74
189
  $kendo-scheduler-tooltip-border-width: 0 !default;
190
+ /// The background color of the Scheduler Tooltip.
191
+ /// @group scheduler
75
192
  $kendo-scheduler-tooltip-bg: $kendo-color-primary-contrast !default;
193
+ /// The text color of the Scheduler Tooltip.
194
+ /// @group scheduler
76
195
  $kendo-scheduler-tooltip-text: $kendo-base-text !default;
196
+ /// The border color of the Scheduler Tooltip.
197
+ /// @group scheduler
77
198
  $kendo-scheduler-tooltip-border: null !default;
199
+ /// The shadow of the Scheduler Tooltip.
200
+ /// @group scheduler
78
201
  $kendo-scheduler-tooltip-shadow: k-elevation(2) !default;
79
202
 
80
- $kendo-scheduler-tooltip-title-margin-y: k-map-get( $kendo-spacing, 3 ) !default;
81
- $kendo-scheduler-tooltip-month-font-size: $kendo-font-size-sm !default;
82
- $kendo-scheduler-tooltip-day-font-size: $kendo-scheduler-tooltip-month-font-size * 2 !default;
83
-
203
+ /// The vertical margin of the Scheduler Tooltip title.
204
+ /// @group scheduler
205
+ $kendo-scheduler-tooltip-title-margin-y: k-spacing(3) !default;
206
+ /// The font size of the month inside the Scheduler Tooltip.
207
+ /// @group scheduler
208
+ $kendo-scheduler-tooltip-month-font-size: var( --kendo-font-size-sm, inherit ) !default;
209
+ /// The font size of the day inside the Scheduler Tooltip.
210
+ /// @group scheduler
211
+ $kendo-scheduler-tooltip-day-font-size: calc( var( --kendo-font-size-sm, #{$kendo-font-size-sm} ) * 2 ) !default;
212
+
213
+ /// The max height of the events inside the Scheduler Tooltip.
214
+ /// @group scheduler
84
215
  $kendo-scheduler-tooltip-events-max-height: 250px !default;
85
- $kendo-scheduler-tooltip-events-gap: k-map-get( $kendo-spacing, 2 ) !default;
86
-
87
- $kendo-scheduler-tooltip-event-padding-x: k-map-get( $kendo-spacing, 2 ) !default;
88
- $kendo-scheduler-tooltip-event-padding-y: k-map-get( $kendo-spacing, 1 ) !default;
89
- $kendo-scheduler-tooltip-event-border-radius: $kendo-border-radius-md !default;
90
- $kendo-scheduler-tooltip-event-gap: k-map-get( $kendo-spacing, 2 ) !default;
91
-
216
+ /// The spacing between the events inside the Scheduler Tooltip.
217
+ /// @group scheduler
218
+ $kendo-scheduler-tooltip-events-gap: k-spacing(2) !default;
219
+
220
+ /// The horizontal padding of the events inside the Scheduler Tooltip.
221
+ /// @group scheduler
222
+ $kendo-scheduler-tooltip-event-padding-x: k-spacing(2) !default;
223
+ /// The vertical padding of the events inside the Scheduler Tooltip.
224
+ /// @group scheduler
225
+ $kendo-scheduler-tooltip-event-padding-y: k-spacing(1) !default;
226
+ /// The border radius of the events inside the Scheduler Tooltip.
227
+ /// @group scheduler
228
+ $kendo-scheduler-tooltip-event-border-radius: k-border-radius(md) !default;
229
+ /// The spacing between the events items inside the Scheduler Tooltip.
230
+ /// @group scheduler
231
+ $kendo-scheduler-tooltip-event-gap: k-spacing(2) !default;
232
+
233
+ /// The color of the Scheduler Tooltip callout.
234
+ /// @group scheduler
92
235
  $kendo-scheduler-tooltip-callout-text: $kendo-scheduler-tooltip-bg !default;
@@ -5,13 +5,13 @@
5
5
  $kendo-scrollview-border-width: 1px !default;
6
6
  /// The font family of the ScrollView.
7
7
  /// @group scrollview
8
- $kendo-scrollview-font-family: $kendo-font-family !default;
8
+ $kendo-scrollview-font-family: var( --kendo-font-family, inherit ) !default;
9
9
  /// The font size of the ScrollView.
10
10
  /// @group scrollview
11
- $kendo-scrollview-font-size: $kendo-font-size-md !default;
11
+ $kendo-scrollview-font-size: var( --kendo-font-size, inherit ) !default;
12
12
  /// The line height of the ScrollView.
13
13
  /// @group scrollview
14
- $kendo-scrollview-line-height: $kendo-line-height-md !default;
14
+ $kendo-scrollview-line-height: var( --kendo-line-height, normal ) !default;
15
15
 
16
16
  /// The text color of the ScrollView.
17
17
  /// @group scrollview
@@ -47,13 +47,13 @@ $kendo-scrollview-pagebutton-shadow: 0 0 0 2px rgba( black, .13 ) !default;
47
47
  $kendo-scrollview-pager-offset: 0 !default;
48
48
  /// The spacing between the ScrollView pager items.
49
49
  /// @group scrollview
50
- $kendo-scrollview-pager-item-spacing: 20px !default;
50
+ $kendo-scrollview-pager-item-spacing: k-spacing(5) !default;
51
51
  /// The border width of the ScrollView pager items.
52
52
  /// @group scrollview
53
53
  $kendo-scrollview-pager-item-border-width: 0px !default;
54
54
  /// The height of the ScrollView pager.
55
55
  /// @group scrollview
56
- $kendo-scrollview-pager-height: calc( #{$kendo-scrollview-pagebutton-size} + #{$kendo-scrollview-pager-item-border-width * 2} + #{$kendo-scrollview-pager-item-spacing * 2} ) !default;
56
+ $kendo-scrollview-pager-height: calc( #{$kendo-scrollview-pagebutton-size} + #{$kendo-scrollview-pager-item-border-width * 2} + calc( #{$kendo-scrollview-pager-item-spacing} * 2 ) ) !default;
57
57
 
58
58
  /// The text color of the highlight over the tapped ScrollView navigation arrows.
59
59
  /// @group scrollview
@@ -6,15 +6,15 @@ $kendo-signature-lg-min-height: 110px !default;
6
6
  $kendo-signature-maximized-width: 750px !default;
7
7
  $kendo-signature-maximized-height: 252px !default;
8
8
 
9
- $kendo-signature-padding-x: k-map-get( $kendo-spacing, 3 ) !default;
10
- $kendo-signature-sm-padding-x: k-map-get( $kendo-spacing, 2 ) !default;
9
+ $kendo-signature-padding-x: k-spacing(3) !default;
10
+ $kendo-signature-sm-padding-x: k-spacing(2) !default;
11
11
  $kendo-signature-md-padding-x: $kendo-signature-padding-x !default;
12
- $kendo-signature-lg-padding-x: k-map-get( $kendo-spacing, 4 ) !default;
12
+ $kendo-signature-lg-padding-x: k-spacing(4) !default;
13
13
 
14
- $kendo-signature-padding-y: k-map-get( $kendo-spacing, 1 ) !default;
15
- $kendo-signature-sm-padding-y: k-map-get( $kendo-spacing, 0.5 ) !default;
14
+ $kendo-signature-padding-y: k-spacing(1) !default;
15
+ $kendo-signature-sm-padding-y: k-spacing(0.5) !default;
16
16
  $kendo-signature-md-padding-y: $kendo-signature-padding-y !default;
17
- $kendo-signature-lg-padding-y: k-map-get( $kendo-spacing, 2 ) !default;
17
+ $kendo-signature-lg-padding-y: k-spacing(2) !default;
18
18
 
19
19
  $kendo-signature-line-width: 1px !default;
20
20
  $kendo-signature-line-style: dashed !default;
@@ -45,5 +45,5 @@ $kendo-signature-sizes: (
45
45
  )
46
46
  ) !default;
47
47
 
48
- $kendo-signature-actions-gap: k-map-get( $kendo-spacing, 1 ) !default;
48
+ $kendo-signature-actions-gap: k-spacing(1) !default;
49
49
  $kendo-signature-maximized-line-width: 3px !default;
@@ -5,7 +5,7 @@
5
5
  $kendo-skeleton-text-transform: scale( 1, .6 ) !default;
6
6
  /// The border radius of the Skeleton text.
7
7
  /// @group skeleton
8
- $kendo-skeleton-text-border-radius: $kendo-border-radius-md !default;
8
+ $kendo-skeleton-text-border-radius: k-border-radius(md) !default;
9
9
 
10
10
  /// The border radius of the rectangular Skeleton.
11
11
  /// @group skeleton
@@ -15,13 +15,13 @@ $kendo-slider-alt-size: 30px !default;
15
15
 
16
16
  /// The font family of the Slider.
17
17
  /// @group slider
18
- $kendo-slider-font-family: $kendo-font-family !default;
18
+ $kendo-slider-font-family: var( --kendo-font-family, inherit ) !default;
19
19
  /// The font size of the Slider.
20
20
  /// @group slider
21
- $kendo-slider-font-size: $kendo-font-size-md !default;
21
+ $kendo-slider-font-size: var( --kendo-font-size, inherit ) !default;
22
22
  /// The line height of the Slider.
23
23
  /// @group slider
24
- $kendo-slider-line-height: $kendo-line-height-md !default;
24
+ $kendo-slider-line-height: var( --kendo-line-height, normal ) !default;
25
25
 
26
26
  /// The offset of the Slider Buttons.
27
27
  /// @group slider
@@ -110,7 +110,7 @@ $kendo-slider-draghandle-transition-function: cubic-bezier(.25, .8, .25, 1) !def
110
110
 
111
111
  /// The background color of the Slider track.
112
112
  /// @group slider
113
- $kendo-slider-track-bg: $gray-200 !default;
113
+ $kendo-slider-track-bg: if($kendo-enable-color-system, k-color( base-emphasis ), $gray-200) !default;
114
114
  /// The background color of the Slider's track selection.
115
115
  /// @group slider
116
116
  $kendo-slider-selection-bg: $kendo-selected-bg !default;
@@ -5,13 +5,13 @@
5
5
  $kendo-splitter-border-width: 1px !default;
6
6
  /// The font family of the Splitter.
7
7
  /// @group splitter
8
- $kendo-splitter-font-family: $kendo-font-family !default;
8
+ $kendo-splitter-font-family: var( --kendo-font-family, inherit ) !default;
9
9
  /// The font size of the Splitter.
10
10
  /// @group splitter
11
- $kendo-splitter-font-size: $kendo-font-size-md !default;
11
+ $kendo-splitter-font-size: var( --kendo-font-size, inherit ) !default;
12
12
  /// The line height of the Splitter.
13
13
  /// @group splitter
14
- $kendo-splitter-line-height: $kendo-line-height-md !default;
14
+ $kendo-splitter-line-height: var( --kendo-line-height, normal ) !default;
15
15
 
16
16
  /// The background color of the Splitter.
17
17
  /// @group splitter
@@ -25,7 +25,7 @@ $kendo-splitter-border: $kendo-component-border !default;
25
25
 
26
26
  /// The size of the Splitter splitbar.
27
27
  /// @group splitter
28
- $kendo-splitter-splitbar-size: k-map-get( $kendo-spacing, 3 ) !default;
28
+ $kendo-splitter-splitbar-size: k-spacing(3) !default;
29
29
  /// The length of the Splitter drag handle.
30
30
  /// @group splitter
31
31
  $kendo-splitter-drag-handle-length: 20px !default;
@@ -34,13 +34,13 @@ $kendo-splitter-drag-handle-length: 20px !default;
34
34
  $kendo-splitter-drag-handle-thickness: 2px !default;
35
35
  /// The margin of the Splitter drag handle icon.
36
36
  /// @group splitter
37
- $kendo-splitter-drag-icon-margin: 7px !default;
37
+ $kendo-splitter-drag-icon-margin: calc( #{k-spacing(3.5)} / 2 ) !default;
38
38
  /// The horizontal padding of the collapse icon in the Splitter.
39
39
  /// @group splitter
40
40
  $kendo-splitter-collapse-icon-padding-x: null !default;
41
41
  /// The vertical padding of the collapse icon in the Splitter.
42
42
  /// @group splitter
43
- $kendo-splitter-collapse-icon-padding-y: k-map-get( $kendo-spacing, .5 ) !default;
43
+ $kendo-splitter-collapse-icon-padding-y: k-spacing(0.5) !default;
44
44
 
45
45
  /// The background color of the Splitter split bar.
46
46
  /// @group splitter
@@ -20,7 +20,7 @@
20
20
  }
21
21
 
22
22
  .k-spreadsheet-filter {
23
- padding: k-map-get( $kendo-spacing, 1 );
23
+ padding: k-spacing(1);
24
24
  }
25
25
 
26
26
  }
@@ -8,13 +8,13 @@
8
8
  $kendo-spreadsheet-border-width: 1px !default;
9
9
  /// The font family of the Spreadsheet.
10
10
  /// @group spreadsheet
11
- $kendo-spreadsheet-font-family: $kendo-font-family !default;
11
+ $kendo-spreadsheet-font-family: var( --kendo-font-family, inherit ) !default;
12
12
  /// The font size of the Spreadsheet.
13
13
  /// @group spreadsheet
14
- $kendo-spreadsheet-font-size: $kendo-font-size-md !default;
14
+ $kendo-spreadsheet-font-size: var( --kendo-font-size, inherit ) !default;
15
15
  /// The line height of the Spreadsheet.
16
16
  /// @group spreadsheet
17
- $kendo-spreadsheet-line-height: $kendo-line-height-md !default;
17
+ $kendo-spreadsheet-line-height: var( --kendo-line-height, normal ) !default;
18
18
 
19
19
  /// The background color of the Spreadsheet.
20
20
  /// @group spreadsheet
@@ -57,10 +57,10 @@ $kendo-spreadsheet-table-header-gradient: $kendo-spreadsheet-header-gradient !de
57
57
  $kendo-spreadsheet-action-bar-border-width: 1px !default;
58
58
  /// The horizontal padding of the Spreadsheet action bar.
59
59
  /// @group spreadsheet
60
- $kendo-spreadsheet-action-bar-padding-y: k-map-get( $kendo-spacing, 1 ) !default;
60
+ $kendo-spreadsheet-action-bar-padding-y: k-spacing(1) !default;
61
61
  /// The vertical padding of the Spreadsheet action bar.
62
62
  /// @group spreadsheet
63
- $kendo-spreadsheet-action-bar-padding-x: k-map-get( $kendo-spacing, 2 ) !default;
63
+ $kendo-spreadsheet-action-bar-padding-x: k-spacing(2) !default;
64
64
  /// The font size of the Spreadsheet action bar.
65
65
  /// @group spreadsheet
66
66
  $kendo-spreadsheet-action-bar-font-size: $kendo-spreadsheet-font-size !default;
@@ -69,11 +69,11 @@ $kendo-spreadsheet-action-bar-font-size: $kendo-spreadsheet-font-size !default;
69
69
  $kendo-spreadsheet-action-bar-font-family: Arial, Verdana, sans-serif !default;
70
70
  /// The spacings of the Spreadsheet action bar.
71
71
  /// @group spreadsheet
72
- $kendo-spreadsheet-action-bar-spacing: k-map-get( $kendo-spacing, 2 ) !default;
72
+ $kendo-spreadsheet-action-bar-spacing: k-spacing(2) !default;
73
73
 
74
74
  /// The gap of the Spreadsheet formula bar.
75
75
  /// @group spreadsheet
76
- $kendo-spreadsheet-formula-bar-gap: k-map-get( $kendo-spacing, 2 ) !default;
76
+ $kendo-spreadsheet-formula-bar-gap: k-spacing(2) !default;
77
77
 
78
78
  /// The horizontal padding of the Spreadsheet formula input.
79
79
  /// @group spreadsheet
@@ -144,7 +144,7 @@ $kendo-spreadsheet-auto-fill-punch-bg: rgba( $kendo-spreadsheet-bg, .5 ) !defaul
144
144
 
145
145
  /// The vertical padding of the Spreadsheet cell.
146
146
  /// @group spreadsheet
147
- $kendo-spreadsheet-cell-padding-y: k-map-get( $kendo-spacing, 1 ) !default;
147
+ $kendo-spreadsheet-cell-padding-y: k-spacing(1) !default;
148
148
  /// The horizontal padding of the Spreadsheet cell.
149
149
  /// @group spreadsheet
150
150
  $kendo-spreadsheet-cell-padding-x: $kendo-spreadsheet-cell-padding-y !default;
@@ -154,10 +154,10 @@ $kendo-spreadsheet-cell-padding-x: $kendo-spreadsheet-cell-padding-y !default;
154
154
  $kendo-spreadsheet-cell-editor-line-height: 20px !default;
155
155
  /// The horizontal padding of the Spreadsheet cell editor.
156
156
  /// @group spreadsheet
157
- $kendo-spreadsheet-cell-editor-padding-x: k-map-get( $kendo-spacing, 1 ) !default;
157
+ $kendo-spreadsheet-cell-editor-padding-x: k-spacing(1) !default;
158
158
  /// The vertical padding of the Spreadsheet cell editor.
159
159
  /// @group spreadsheet
160
- $kendo-spreadsheet-cell-editor-padding-y: 0px !default;
160
+ $kendo-spreadsheet-cell-editor-padding-y: k-spacing(0) !default;
161
161
  /// The background color of the Spreadsheet cell editor.
162
162
  /// @group spreadsheet
163
163
  $kendo-spreadsheet-cell-editor-bg: $kendo-spreadsheet-bg !default;
@@ -182,10 +182,10 @@ $kendo-spreadsheet-cell-dirty-border: $kendo-color-error !default;
182
182
 
183
183
  /// The horizontal padding of the Spreadsheet sheets bar.
184
184
  /// @group spreadsheet
185
- $kendo-spreadsheet-sheets-bar-padding-x: k-map-get( $kendo-spacing, 2 ) !default;
185
+ $kendo-spreadsheet-sheets-bar-padding-x: k-spacing(2) !default;
186
186
  /// The vertical padding of the Spreadsheet sheets bar.
187
187
  /// @group spreadsheet
188
- $kendo-spreadsheet-sheets-bar-padding-y: k-map-get( $kendo-spacing, 2 ) !default;
188
+ $kendo-spreadsheet-sheets-bar-padding-y: k-spacing(2) !default;
189
189
  /// The border width of the Spreadsheet sheets bar.
190
190
  /// @group spreadsheet
191
191
  $kendo-spreadsheet-sheets-bar-border-width: 1px !default;
@@ -198,7 +198,7 @@ $kendo-spreadsheet-insert-image-dialog-border-style: dashed !default;
198
198
  $kendo-spreadsheet-insert-image-dialog-border-width: 2px !default;
199
199
  /// The bottom margin of the Spreadsheet image Dialog.
200
200
  /// @group spreadsheet
201
- $kendo-spreadsheet-insert-image-dialog-text-margin-bottom: 30px !default;
201
+ $kendo-spreadsheet-insert-image-dialog-text-margin-bottom: k-spacing(7.5) !default;
202
202
  /// The width of the Spreadsheet image Dialog preview.
203
203
  /// @group spreadsheet
204
204
  $kendo-spreadsheet-insert-image-dialog-preview-width: 355px !default;
@@ -213,13 +213,13 @@ $kendo-spreadsheet-insert-image-dialog-preview-img: "image-default.png" !default
213
213
  $kendo-spreadsheet-insert-image-dialog-preview-border: $kendo-component-border !default;
214
214
  /// The border radius of the Spreadsheet image Dialog preview.
215
215
  /// @group spreadsheet
216
- $kendo-spreadsheet-insert-image-dialog-preview-border-radius: $kendo-border-radius-md !default;
216
+ $kendo-spreadsheet-insert-image-dialog-preview-border-radius: k-border-radius(md) !default;
217
217
  /// The shadow of the Spreadsheet image Dialog preview.
218
218
  /// @group spreadsheet
219
219
  $kendo-spreadsheet-insert-image-dialog-preview-overlay-shadow: inset 0 0 0 2000px rgba( black, .5 ) !default;
220
220
  /// The border radius of the Spreadsheet image Dialog preview overlay.
221
221
  /// @group spreadsheet
222
- $kendo-spreadsheet-insert-image-dialog-preview-overlay-border-radius: $kendo-border-radius-md !default;
222
+ $kendo-spreadsheet-insert-image-dialog-preview-overlay-border-radius: k-border-radius(md) !default;
223
223
  /// The text color of the hovered Spreadsheet image Dialog preview.
224
224
  /// @group spreadsheet
225
225
  $kendo-spreadsheet-insert-image-dialog-overlay-hover-text: $kendo-component-bg !default;
@@ -247,7 +247,7 @@ $kendo-spreadsheet-drawing-handle-border-color: $kendo-selected-bg !default;
247
247
  $kendo-spreadsheet-drawing-handle-bg: $kendo-color-primary !default;
248
248
  /// The border radius of the Spreadsheet drawing handle.
249
249
  /// @group spreadsheet
250
- $kendo-spreadsheet-drawing-handle-border-radius: $kendo-border-radius-lg !default;
250
+ $kendo-spreadsheet-drawing-handle-border-radius: k-border-radius(lg) !default;
251
251
 
252
252
  /// The outline style of the Spreadsheet drawing.
253
253
  /// @group spreadsheet
@@ -262,4 +262,4 @@ $kendo-spreadsheet-drawing-anchor-bg: if($kendo-enable-color-system, color-mix(i
262
262
 
263
263
  /// The vertical spacing of the Spreadsheet DropZone.
264
264
  /// @group spreadsheet
265
- $kendo-spreadsheet-dropzone-spacing-y: k-map-get( $kendo-spacing, 4 ) !default;
265
+ $kendo-spreadsheet-dropzone-spacing-y: k-spacing(4) !default;
@@ -14,33 +14,33 @@ $kendo-stepper-padding-x: null !default;
14
14
  $kendo-stepper-padding-y: null !default;
15
15
  /// The horizontal margin the Stepper label.
16
16
  /// @group stepper
17
- $kendo-stepper-label-margin-x: 12px !default;
17
+ $kendo-stepper-label-margin-x: k-spacing(3) !default;
18
18
  /// The horizontal padding the Stepper label.
19
19
  /// @group stepper
20
- $kendo-stepper-label-padding-x: 12px !default;
20
+ $kendo-stepper-label-padding-x: k-spacing(3) !default;
21
21
  /// The vertical padding the Stepper label.
22
22
  /// @group stepper
23
- $kendo-stepper-label-padding-y: 5px !default;
23
+ $kendo-stepper-label-padding-y: calc( #{k-spacing(2.5)} / 2 ) !default;
24
24
  /// The width of the border around the Stepper.
25
25
  /// @group stepper
26
26
  $kendo-stepper-border-width: 0px !default;
27
27
 
28
28
  /// The horizontal padding of the Stepper content.
29
29
  /// @group stepper
30
- $kendo-stepper-inline-content-padding-x: 20px !default;
30
+ $kendo-stepper-inline-content-padding-x: k-spacing(5) !default;
31
31
  /// The vertical padding of the Stepper content.
32
32
  /// @group stepper
33
- $kendo-stepper-inline-content-padding-y: 10px !default;
33
+ $kendo-stepper-inline-content-padding-y: k-spacing(2.5) !default;
34
34
 
35
35
  // The font size of the Stepper.
36
36
  /// @group stepper
37
- $kendo-stepper-font-size: $kendo-font-size-md !default;
37
+ $kendo-stepper-font-size: var( --kendo-font-size, inherit ) !default;
38
38
  // The line height of the Stepper.
39
39
  /// @group stepper
40
- $kendo-stepper-line-height: $kendo-line-height-md !default;
40
+ $kendo-stepper-line-height: var( --kendo-line-height, normal ) !default;
41
41
  // The font family of the Stepper.
42
42
  /// @group stepper
43
- $kendo-stepper-font-family: $kendo-font-family !default;
43
+ $kendo-stepper-font-family: var( --kendo-font-family, inherit ) !default;
44
44
 
45
45
  /// The background color of the Stepper.
46
46
  /// @group stepper
@@ -192,7 +192,7 @@ $kendo-stepper-optional-label-text: $kendo-subtle-text !default;
192
192
  $kendo-stepper-optional-label-opacity: null !default;
193
193
  /// The font size of the optional Stepper label.
194
194
  /// @group stepper
195
- $kendo-stepper-optional-label-font-size: $kendo-font-size-sm !default;
195
+ $kendo-stepper-optional-label-font-size: var( --kendo-font-size-sm, inherit ) !default;
196
196
  /// The font style of the optional Stepper label.
197
197
  /// @group stepper
198
198
  $kendo-stepper-optional-label-font-style: null !default;
@@ -36,7 +36,7 @@ $kendo-switch-off-track-bg: $kendo-component-bg !default;
36
36
  $kendo-switch-off-track-text: null !default;
37
37
  /// The border color of the track when the Switch is not checked.
38
38
  /// @group switch
39
- $kendo-switch-off-track-border: $gray-500 !default;
39
+ $kendo-switch-off-track-border: if($kendo-enable-color-system, k-color( base-emphasis ), $gray-500) !default;
40
40
  /// The background gradient of the track when the Switch is not checked.
41
41
  /// @group switch
42
42
  $kendo-switch-off-track-gradient: null !default;
@@ -85,7 +85,7 @@ $kendo-switch-off-track-disabled-gradient: null !default;
85
85
 
86
86
  /// The background of the thumb when the Switch is not checked.
87
87
  /// @group switch
88
- $kendo-switch-off-thumb-bg: $gray-500 !default;
88
+ $kendo-switch-off-thumb-bg: if($kendo-enable-color-system, k-color( base-emphasis ), $gray-500) !default;
89
89
  /// The text color of the thumb when the Switch is not checked.
90
90
  /// @group switch
91
91
  $kendo-switch-off-thumb-text: null !default;
@@ -29,33 +29,33 @@ $kendo-table-cell-padding-x: null !default;
29
29
  /// @group table
30
30
  $kendo-table-cell-padding-y: null !default;
31
31
 
32
- $kendo-table-sm-cell-padding-x: k-map-get( $kendo-spacing, 2 ) !default;
33
- $kendo-table-sm-cell-padding-y: k-map-get( $kendo-spacing, 1 ) !default;
32
+ $kendo-table-sm-cell-padding-x: k-spacing(2) !default;
33
+ $kendo-table-sm-cell-padding-y: k-spacing(1) !default;
34
34
 
35
35
  $kendo-table-md-cell-padding-x: $table-cell-padding-x !default;
36
36
  $kendo-table-md-cell-padding-y: $table-cell-padding-y !default;
37
37
 
38
- $kendo-table-lg-cell-padding-x: k-map-get( $kendo-spacing, 2 ) !default;
39
- $kendo-table-lg-cell-padding-y: k-map-get( $kendo-spacing, 2.5 ) !default;
38
+ $kendo-table-lg-cell-padding-x: k-spacing(2) !default;
39
+ $kendo-table-lg-cell-padding-y: k-spacing(2.5) !default;
40
40
 
41
41
  /// The sizes of the table.
42
42
  /// @group table
43
43
  $kendo-table-sizes: (
44
44
  sm: (
45
- font-size: $kendo-font-size-md,
46
- line-height: $kendo-line-height-md,
45
+ font-size: var( --kendo-font-size, inherit ) ,
46
+ line-height: var( --kendo-line-height, normal ),
47
47
  cell-padding-x: $kendo-table-sm-cell-padding-x,
48
48
  cell-padding-y: $kendo-table-sm-cell-padding-y
49
49
  ),
50
50
  md: (
51
- font-size: $kendo-font-size-md,
52
- line-height: $kendo-line-height-md,
51
+ font-size: var( --kendo-font-size, inherit ) ,
52
+ line-height: var( --kendo-line-height, normal ),
53
53
  cell-padding-x: $kendo-table-md-cell-padding-x,
54
54
  cell-padding-y: $kendo-table-md-cell-padding-y
55
55
  ),
56
56
  lg: (
57
- font-size: $kendo-font-size-md,
58
- line-height: $kendo-line-height-md,
57
+ font-size: var( --kendo-font-size, inherit ) ,
58
+ line-height: var( --kendo-line-height, normal ),
59
59
  cell-padding-x: $kendo-table-lg-cell-padding-x,
60
60
  cell-padding-y: $kendo-table-lg-cell-padding-y
61
61
  )