@progress/kendo-theme-classic 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 (103) hide show
  1. package/dist/all.css +8520 -5385
  2. package/dist/all.scss +5740 -5066
  3. package/dist/meta/variables.json +2252 -2144
  4. package/lib/swatches/classic-green-dark.json +1 -1
  5. package/lib/swatches/classic-green.json +1 -1
  6. package/lib/swatches/classic-lavender-dark.json +1 -1
  7. package/lib/swatches/classic-lavender.json +1 -1
  8. package/lib/swatches/classic-main-dark.json +1 -1
  9. package/lib/swatches/classic-main.json +1 -1
  10. package/lib/swatches/classic-metro-dark.json +1 -1
  11. package/lib/swatches/classic-metro.json +1 -1
  12. package/lib/swatches/classic-moonlight.json +1 -1
  13. package/lib/swatches/classic-opal-dark.json +1 -1
  14. package/lib/swatches/classic-opal.json +1 -1
  15. package/lib/swatches/classic-silver-dark.json +1 -1
  16. package/lib/swatches/classic-silver.json +1 -1
  17. package/lib/swatches/classic-uniform.json +1 -1
  18. package/package.json +6 -6
  19. package/scss/_variables.scss +0 -122
  20. package/scss/action-buttons/_variables.scss +4 -4
  21. package/scss/action-sheet/_variables.scss +17 -17
  22. package/scss/adaptive/_variables.scss +3 -3
  23. package/scss/appbar/_variables.scss +6 -6
  24. package/scss/avatar/_variables.scss +6 -6
  25. package/scss/badge/_variables.scss +17 -17
  26. package/scss/bottom-navigation/_variables.scss +9 -9
  27. package/scss/breadcrumb/_variables.scss +17 -17
  28. package/scss/button/_variables.scss +25 -25
  29. package/scss/calendar/_variables.scss +37 -31
  30. package/scss/captcha/_variables.scss +6 -6
  31. package/scss/card/_variables.scss +18 -18
  32. package/scss/chat/_variables.scss +13 -13
  33. package/scss/checkbox/_variables.scss +9 -9
  34. package/scss/chip/_variables.scss +19 -19
  35. package/scss/color-preview/_variables.scss +1 -1
  36. package/scss/coloreditor/_variables.scss +7 -7
  37. package/scss/colorgradient/_variables.scss +10 -10
  38. package/scss/colorpalette/_variables.scss +3 -3
  39. package/scss/core/_index.scss +12 -0
  40. package/scss/core/border-radii/index.import.scss +1 -0
  41. package/scss/core/spacing/index.import.scss +14 -0
  42. package/scss/core/typography/index.import.scss +1 -0
  43. package/scss/dataviz/_variables.scss +8 -8
  44. package/scss/datetimepicker/_variables.scss +1 -1
  45. package/scss/dock-manager/_variables.scss +10 -10
  46. package/scss/draggable/_variables.scss +4 -4
  47. package/scss/drawer/_variables.scss +10 -8
  48. package/scss/dropdowntree/_variables.scss +2 -2
  49. package/scss/dropzone/_variables.scss +8 -8
  50. package/scss/editor/_variables.scss +3 -3
  51. package/scss/expansion-panel/_variables.scss +9 -9
  52. package/scss/fab/_variables.scss +18 -18
  53. package/scss/filemanager/_variables.scss +9 -9
  54. package/scss/filter/_variables.scss +2 -2
  55. package/scss/forms/_variables.scss +14 -14
  56. package/scss/gantt/_variables.scss +152 -7
  57. package/scss/grid/_variables.scss +64 -64
  58. package/scss/imageeditor/_variables.scss +7 -7
  59. package/scss/input/_variables.scss +18 -18
  60. package/scss/list/_variables.scss +27 -27
  61. package/scss/listbox/_variables.scss +5 -5
  62. package/scss/listgroup/_variables.scss +5 -5
  63. package/scss/listview/_variables.scss +8 -8
  64. package/scss/loader/_variables.scss +25 -25
  65. package/scss/map/_variables.scss +8 -8
  66. package/scss/mediaplayer/_variables.scss +5 -5
  67. package/scss/menu/_variables.scss +29 -29
  68. package/scss/messagebox/_variables.scss +3 -3
  69. package/scss/notification/_variables.scss +7 -7
  70. package/scss/orgchart/_variables.scss +11 -11
  71. package/scss/pager/_variables.scss +11 -11
  72. package/scss/panelbar/_variables.scss +9 -9
  73. package/scss/pdf-viewer/_variables.scss +6 -6
  74. package/scss/pivotgrid/_variables.scss +15 -15
  75. package/scss/popup/_variables.scss +4 -4
  76. package/scss/progressbar/_variables.scss +2 -2
  77. package/scss/prompt/_variables.scss +7 -7
  78. package/scss/radio/_variables.scss +9 -9
  79. package/scss/rating/_variables.scss +3 -3
  80. package/scss/scheduler/_variables.scss +165 -22
  81. package/scss/scrollview/_variables.scss +5 -5
  82. package/scss/signature/_variables.scss +4 -4
  83. package/scss/skeleton/_variables.scss +1 -1
  84. package/scss/slider/_variables.scss +4 -4
  85. package/scss/splitter/_variables.scss +6 -6
  86. package/scss/spreadsheet/_variables.scss +17 -17
  87. package/scss/stepper/_variables.scss +9 -9
  88. package/scss/table/_variables.scss +12 -12
  89. package/scss/tabstrip/_variables.scss +81 -39
  90. package/scss/taskboard/_variables.scss +15 -15
  91. package/scss/tilelayout/_variables.scss +2 -2
  92. package/scss/timeline/_variables.scss +10 -10
  93. package/scss/timeselector/_variables.scss +6 -6
  94. package/scss/toolbar/_variables.scss +13 -13
  95. package/scss/tooltip/_variables.scss +4 -4
  96. package/scss/treelist/_variables.scss +5 -0
  97. package/scss/treeview/_variables.scss +20 -20
  98. package/scss/typography/_variables.scss +292 -55
  99. package/scss/upload/_variables.scss +8 -8
  100. package/scss/window/_variables.scss +9 -9
  101. package/scss/wizard/_variables.scss +7 -7
  102. package/dist/meta/sassdoc-data.json +0 -122738
  103. package/dist/meta/sassdoc-raw-data.json +0 -56617
@@ -2,14 +2,14 @@
2
2
 
3
3
 
4
4
  // Pivot grid
5
- $kendo-pivotgrid-spacer: k-map-get( $kendo-spacing, 4 ) !default;
5
+ $kendo-pivotgrid-spacer: k-spacing(4) !default;
6
6
  $kendo-pivotgrid-padding-x: null !default;
7
7
  $kendo-pivotgrid-padding-y: null !default;
8
- $kendo-pivotgrid-font-family: $kendo-font-family !default;
9
- $kendo-pivotgrid-font-size: $kendo-font-size-md !default;
10
- $kendo-pivotgrid-line-height: $kendo-line-height-md !default;
8
+ $kendo-pivotgrid-font-family: var( --kendo-font-family, inherit ) !default;
9
+ $kendo-pivotgrid-font-size: var( --kendo-font-size, inherit ) !default;
10
+ $kendo-pivotgrid-line-height: var( --kendo-line-height, normal ) !default;
11
11
  $kendo-pivotgrid-border-width: 1px !default;
12
- $kendo-pivotgrid-icon-spacing: 4px !default;
12
+ $kendo-pivotgrid-icon-spacing: k-spacing(1) !default;
13
13
 
14
14
  $kendo-pivotgrid-row-header-width: 300px !default;
15
15
  $kendo-pivotgrid-column-header-height: 75px !default;
@@ -48,15 +48,15 @@ $kendo-pivotgrid-configurator-padding-y: null !default;
48
48
  $kendo-pivotgrid-configurator-border-width: 1px !default;
49
49
 
50
50
  $kendo-pivotgrid-configurator-header-padding-x: $kendo-pivotgrid-spacer !default;
51
- $kendo-pivotgrid-configurator-header-padding-y: ( $kendo-pivotgrid-spacer * .75 ) !default;
51
+ $kendo-pivotgrid-configurator-header-padding-y: calc( #{$kendo-pivotgrid-spacer} * .75 ) !default;
52
52
  $kendo-pivotgrid-configurator-header-font-size: 18px !default;
53
53
  $kendo-pivotgrid-configurator-header-font-weight: 500 !default;
54
54
 
55
55
  $kendo-pivotgrid-configurator-content-padding-x: $kendo-pivotgrid-spacer !default;
56
- $kendo-pivotgrid-configurator-content-padding-y: 0px !default;
56
+ $kendo-pivotgrid-configurator-content-padding-y: k-spacing(0) !default;
57
57
 
58
- $kendo-pivotgrid-configurator-fields-margin-x: 0px !default;
59
- $kendo-pivotgrid-configurator-fields-margin-y: k-math-div( $kendo-pivotgrid-spacer, 2 ) !default;
58
+ $kendo-pivotgrid-configurator-fields-margin-x: k-spacing(0) !default;
59
+ $kendo-pivotgrid-configurator-fields-margin-y: calc( #{$kendo-pivotgrid-spacer} / 2 ) !default;
60
60
 
61
61
  $kendo-pivotgrid-configurator-vertical-width: 320px !default;
62
62
  $kendo-pivotgrid-configurator-horizontal-height: 420px !default;
@@ -75,16 +75,16 @@ $kendo-pivotgrid-configurator-start-shadow: $kendo-pivotgrid-configurator-shadow
75
75
  $kendo-pivotgrid-configurator-top-shadow: $kendo-pivotgrid-configurator-shadow !default;
76
76
  $kendo-pivotgrid-configurator-bottom-shadow: $kendo-pivotgrid-configurator-shadow !default;
77
77
 
78
- $kendo-pivotgrid-configurator-button-padding-x: k-map-get( $kendo-spacing, 1 ) !default;
79
- $kendo-pivotgrid-configurator-button-padding-y: k-map-get( $kendo-spacing, 1 ) !default;
78
+ $kendo-pivotgrid-configurator-button-padding-x: k-spacing(1) !default;
79
+ $kendo-pivotgrid-configurator-button-padding-y: k-spacing(1) !default;
80
80
  $kendo-pivotgrid-configurator-button-border-width: 1px !default;
81
- $kendo-pivotgrid-configurator-button-size: calc( #{$kendo-pivotgrid-line-height * 1em} + #{$kendo-pivotgrid-configurator-button-padding-y * 2} + #{$kendo-pivotgrid-configurator-button-border-width * 2} ) !default;
81
+ $kendo-pivotgrid-configurator-button-size: calc( calc( #{$kendo-pivotgrid-line-height} * 1em ) + calc( #{$kendo-pivotgrid-configurator-button-padding-y} * 2 ) + calc( #{$kendo-pivotgrid-configurator-button-border-width} * 2 ) ) !default;
82
82
 
83
83
  // Calculated fields
84
84
  $kendo-pivotgrid-calculated-field-padding-x: $kendo-pivotgrid-spacer !default;
85
85
  $kendo-pivotgrid-calculated-field-padding-y: $kendo-pivotgrid-spacer !default;
86
86
  $kendo-pivotgrid-calculated-field-border-width: 1px !default;
87
- $kendo-pivotgrid-calculated-field-border-radius: $kendo-border-radius-sm !default;
87
+ $kendo-pivotgrid-calculated-field-border-radius: k-border-radius(sm) !default;
88
88
  $kendo-pivotgrid-calculated-field-gap: $kendo-pivotgrid-spacer !default;
89
89
 
90
90
  $kendo-pivotgrid-calculated-field-bg: $kendo-component-bg !default;
@@ -96,8 +96,8 @@ $kendo-pivotgrid-calculated-field-header-text: $kendo-component-header-text !def
96
96
  $kendo-pivotgrid-calculated-field-header-border: null !default;
97
97
 
98
98
 
99
- $kendo-pivotgrid-treeview-padding-x: k-math-div( $kendo-pivotgrid-spacer, 2) !default;
100
- $kendo-pivotgrid-treeview-padding-y: 0px !default;
99
+ $kendo-pivotgrid-treeview-padding-x: calc( #{$kendo-pivotgrid-spacer} / 2) !default;
100
+ $kendo-pivotgrid-treeview-padding-y: k-spacing(0) !default;
101
101
 
102
102
  // Legacy variables
103
103
  $kendo-pivotgrid-alt-bg: $kendo-grid-header-bg !default;
@@ -13,17 +13,17 @@ $kendo-popup-border-radius: null !default;
13
13
 
14
14
  /// Font size of the popup.
15
15
  /// @group popup
16
- $kendo-popup-font-size: $kendo-font-size-md !default;
16
+ $kendo-popup-font-size: var( --kendo-font-size, inherit ) !default;
17
17
  /// Line height of the popup.
18
18
  /// @group popup
19
- $kendo-popup-line-height: $kendo-line-height-md !default;
19
+ $kendo-popup-line-height: var( --kendo-line-height, normal ) !default;
20
20
 
21
21
  /// Horizontal padding of the popup content.
22
22
  /// @group popup
23
- $kendo-popup-content-padding-x: k-map-get( $kendo-spacing, 2 ) !default;
23
+ $kendo-popup-content-padding-x: k-spacing(2) !default;
24
24
  /// Vertical padding of the popup content.
25
25
  /// @group popup
26
- $kendo-popup-content-padding-y: k-map-get( $kendo-spacing, 2 ) !default;
26
+ $kendo-popup-content-padding-y: k-spacing(2) !default;
27
27
 
28
28
  /// Background color of the popup.
29
29
  /// @group popup
@@ -14,10 +14,10 @@ $kendo-progressbar-animation-timing: 1s linear infinite !default;
14
14
  $kendo-progressbar-border-width: 0px !default;
15
15
  /// The font family of the ProgressBar.
16
16
  /// @group progressbar
17
- $kendo-progressbar-font-family: $kendo-font-family !default;
17
+ $kendo-progressbar-font-family: var( --kendo-font-family, inherit ) !default;
18
18
  /// The font size of the ProgressBar.
19
19
  /// @group progressbar
20
- $kendo-progressbar-font-size: $kendo-font-size-sm !default;
20
+ $kendo-progressbar-font-size: var( --kendo-font-size-sm, inherit ) !default;
21
21
  /// The line height of the ProgressBar.
22
22
  /// @group progressbar
23
23
  $kendo-progressbar-line-height: 1 !default;
@@ -22,13 +22,13 @@ $kendo-prompt-header-border: $kendo-component-header-border !default;
22
22
 
23
23
  /// The vertical padding of the Prompt content.
24
24
  /// @group prompt
25
- $kendo-prompt-content-padding-y: k-map-get( $kendo-spacing, 4 ) !default;
25
+ $kendo-prompt-content-padding-y: k-spacing(4) !default;
26
26
  /// The horizontal padding of the Prompt content.
27
27
  /// @group prompt
28
- $kendo-prompt-content-padding-x: k-map-get( $kendo-spacing, 4 ) !default;
28
+ $kendo-prompt-content-padding-x: k-spacing(4) !default;
29
29
  /// The spacing between the items of the Prompt content.
30
30
  /// @group prompt
31
- $kendo-prompt-content-spacing: k-map-get( $kendo-spacing, 4 ) !default;
31
+ $kendo-prompt-content-spacing: k-spacing(4) !default;
32
32
  /// The text color of the Prompt content.
33
33
  /// @group prompt
34
34
  $kendo-prompt-content-text: $kendo-component-header-text !default;
@@ -41,17 +41,17 @@ $kendo-prompt-content-border: $kendo-component-header-border !default;
41
41
 
42
42
  /// The spacing between the items of the Prompt content expander.
43
43
  /// @group prompt
44
- $kendo-prompt-expander-spacing: k-map-get( $kendo-spacing, 2 ) !default;
44
+ $kendo-prompt-expander-spacing: k-spacing(2) !default;
45
45
 
46
46
  /// The vertical padding of the Prompt suggestion container.
47
47
  /// @group prompt
48
- $kendo-prompt-suggestion-padding-y: k-map-get( $kendo-spacing, 2 ) !default;
48
+ $kendo-prompt-suggestion-padding-y: k-spacing(2) !default;
49
49
  /// The horizontal padding of the Prompt suggestion container.
50
50
  /// @group prompt
51
- $kendo-prompt-suggestion-padding-x: k-map-get( $kendo-spacing, 2 ) !default;
51
+ $kendo-prompt-suggestion-padding-x: k-spacing(2) !default;
52
52
  /// The border radius of the Prompt suggestion container.
53
53
  /// @group prompt
54
- $kendo-prompt-suggestion-border-radius: $kendo-border-radius-md !default;
54
+ $kendo-prompt-suggestion-border-radius: k-border-radius(md) !default;
55
55
  /// The text color of the Prompt suggestion container.
56
56
  /// @group prompt
57
57
  $kendo-prompt-suggestion-text: $kendo-component-text !default;
@@ -13,23 +13,23 @@ $kendo-radio-border-width: 1px !default;
13
13
 
14
14
  /// The size of a small RadioButton.
15
15
  /// @group radio
16
- $kendo-radio-sm-size: k-map-get( $kendo-spacing, 3 ) !default;
16
+ $kendo-radio-sm-size: k-spacing(3) !default;
17
17
  /// The size of a medium RadioButton.
18
18
  /// @group radio
19
- $kendo-radio-md-size: k-map-get( $kendo-spacing, 4 ) !default;
19
+ $kendo-radio-md-size: k-spacing(4) !default;
20
20
  /// The size of a large RadioButton.
21
21
  /// @group radio
22
- $kendo-radio-lg-size: k-map-get( $kendo-spacing, 5 ) !default;
22
+ $kendo-radio-lg-size: k-spacing(5) !default;
23
23
 
24
24
  /// The glyph size of a small RadioButton.
25
25
  /// @group radio
26
- $kendo-radio-sm-glyph-size: k-map-get( $kendo-spacing, 2.5 ) !default;
26
+ $kendo-radio-sm-glyph-size: k-spacing(2.5) !default;
27
27
  /// The glyph size of a medium RadioButton.
28
28
  /// @group radio
29
- $kendo-radio-md-glyph-size: k-map-get( $kendo-spacing, 3.5 ) !default;
29
+ $kendo-radio-md-glyph-size: k-spacing(3.5) !default;
30
30
  /// The glyph size of a large RadioButton.
31
31
  /// @group radio
32
- $kendo-radio-lg-glyph-size: k-map-get( $kendo-spacing, 4.5 ) !default;
32
+ $kendo-radio-lg-glyph-size: k-spacing(4.5) !default;
33
33
 
34
34
  /// The ripple size of a small RadioButton.
35
35
  /// @group radio
@@ -161,17 +161,17 @@ $kendo-radio-disabled-checked-image: null !default;
161
161
 
162
162
  /// The horizontal margin of the RadioButton inside of a label.
163
163
  /// @group radio
164
- $kendo-radio-label-margin-x: k-map-get( $kendo-spacing, 1 ) !default;
164
+ $kendo-radio-label-margin-x: k-spacing(1) !default;
165
165
 
166
166
 
167
167
  // Radio list
168
168
 
169
169
  /// The horizontal list item margin of the RadioButton.
170
170
  /// @group radio
171
- $kendo-radio-list-spacing: k-map-get( $kendo-spacing, 4 ) !default;
171
+ $kendo-radio-list-spacing: k-spacing(4) !default;
172
172
  /// The horizontal list item padding of the RadioButton.
173
173
  /// @group radio
174
- $kendo-radio-list-item-padding-x: 0px !default;
174
+ $kendo-radio-list-item-padding-x: k-spacing(0) !default;
175
175
  /// The vertical list item padding of the RadioButton.
176
176
  /// @group radio
177
177
  $kendo-radio-list-item-padding-y: $kendo-list-md-item-padding-y !default;
@@ -2,13 +2,13 @@
2
2
 
3
3
  /// The font family of the Rating.
4
4
  /// @group rating
5
- $kendo-rating-font-family: $kendo-font-family !default;
5
+ $kendo-rating-font-family: var( --kendo-font-family, inherit ) !default;
6
6
  /// The font size of the Rating.
7
7
  /// @group rating
8
- $kendo-rating-font-size: $kendo-font-size-md !default;
8
+ $kendo-rating-font-size: var( --kendo-font-size, inherit ) !default;
9
9
  /// The line height of the Rating.
10
10
  /// @group rating
11
- $kendo-rating-line-height: $kendo-line-height-md !default;
11
+ $kendo-rating-line-height: var( --kendo-line-height, normal ) !default;
12
12
 
13
13
  /// The horizontal margin of the Rating container.
14
14
  /// @group rating
@@ -1,94 +1,237 @@
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-md-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 2px rgba( black, .13 ) !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, 2 ) !default;
46
- $kendo-scheduler-cell-padding-y: k-map-get( $kendo-spacing, 2 ) !default;
114
+ /// The horizontal padding of the Scheduler cell.
115
+ /// @group scheduler
116
+ $kendo-scheduler-cell-padding-x: k-spacing(2) !default;
117
+ /// The vertical padding of the Scheduler cell.
118
+ /// @group scheduler
119
+ $kendo-scheduler-cell-padding-y: k-spacing(2) !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, 3 ) !default;
151
+ /// The horizontal padding of the year view in the Scheduler.
152
+ /// @group scheduler
153
+ $kendo-scheduler-yearview-padding-x: k-spacing(3) !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, 3 ) !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(3) !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, 2 ) !default;
73
- $kendo-scheduler-tooltip-padding-y: k-map-get( $kendo-spacing, 2 ) !default;
181
+ /// The horizontal padding of the Scheduler Tooltip.
182
+ /// @group scheduler
183
+ $kendo-scheduler-tooltip-padding-x: k-spacing(2) !default;
184
+ /// The vertical padding of the Scheduler Tooltip.
185
+ /// @group scheduler
186
+ $kendo-scheduler-tooltip-padding-y: k-spacing(2) !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
203
 
81
204
  // TODO: use 3
82
- $kendo-scheduler-tooltip-title-margin-y: k-map-get( $kendo-spacing, 1 ) !default;
83
- $kendo-scheduler-tooltip-month-font-size: $kendo-font-size-sm !default;
84
- $kendo-scheduler-tooltip-day-font-size: $kendo-scheduler-tooltip-month-font-size * 2 !default;
85
-
205
+ /// The vertical margin of the Scheduler Tooltip title.
206
+ /// @group scheduler
207
+ $kendo-scheduler-tooltip-title-margin-y: k-spacing(1) !default;
208
+ /// The font size of the month inside the Scheduler Tooltip.
209
+ /// @group scheduler
210
+ $kendo-scheduler-tooltip-month-font-size: var( --kendo-font-size-sm, inherit ) !default;
211
+ /// The font size of the day inside the Scheduler Tooltip.
212
+ /// @group scheduler
213
+ $kendo-scheduler-tooltip-day-font-size: calc( var( --kendo-font-size-sm, .75rem ) * 2 ) !default;
214
+
215
+ /// The max height of the events inside the Scheduler Tooltip.
216
+ /// @group scheduler
86
217
  $kendo-scheduler-tooltip-events-max-height: 250px !default;
87
- $kendo-scheduler-tooltip-events-gap: k-map-get( $kendo-spacing, 1 ) !default;
88
-
89
- $kendo-scheduler-tooltip-event-padding-x: k-map-get( $kendo-spacing, 2 ) !default;
90
- $kendo-scheduler-tooltip-event-padding-y: k-map-get( $kendo-spacing, 1 ) !default;
91
- $kendo-scheduler-tooltip-event-border-radius: $kendo-border-radius-md !default;
92
- $kendo-scheduler-tooltip-event-gap: k-map-get( $kendo-spacing, 1 ) !default;
93
-
218
+ /// The spacing between the events inside the Scheduler Tooltip.
219
+ /// @group scheduler
220
+ $kendo-scheduler-tooltip-events-gap: k-spacing(1) !default;
221
+
222
+ /// The horizontal padding of the events inside the Scheduler Tooltip.
223
+ /// @group scheduler
224
+ $kendo-scheduler-tooltip-event-padding-x: k-spacing(2) !default;
225
+ /// The vertical padding of the events inside the Scheduler Tooltip.
226
+ /// @group scheduler
227
+ $kendo-scheduler-tooltip-event-padding-y: k-spacing(1) !default;
228
+ /// The border radius of the events inside the Scheduler Tooltip.
229
+ /// @group scheduler
230
+ $kendo-scheduler-tooltip-event-border-radius: k-border-radius(md) !default;
231
+ /// The spacing between the events items inside the Scheduler Tooltip.
232
+ /// @group scheduler
233
+ $kendo-scheduler-tooltip-event-gap: k-spacing(1) !default;
234
+
235
+ /// The color of the Scheduler Tooltip callout.
236
+ /// @group scheduler
94
237
  $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,10 +6,10 @@ $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, 1 ) !default;
10
- $kendo-signature-sm-padding-x: k-map-get( $kendo-spacing, 0.5 ) !default;
9
+ $kendo-signature-padding-x: k-spacing(1) !default;
10
+ $kendo-signature-sm-padding-x: k-spacing(0.5) !default;
11
11
  $kendo-signature-md-padding-x: $kendo-signature-padding-x !default;
12
- $kendo-signature-lg-padding-x: k-map-get( $kendo-spacing, 2 ) !default;
12
+ $kendo-signature-lg-padding-x: k-spacing(2) !default;
13
13
 
14
14
  $kendo-signature-padding-y: $kendo-signature-padding-x !default;
15
15
  $kendo-signature-sm-padding-y: $kendo-signature-sm-padding-x !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: if($kendo-enable-color-system, k-color( base ), k-try-shade( $kendo-component-bg, 1 )) !default;
113
+ $kendo-slider-track-bg: if($kendo-enable-color-system, k-color( base-emphasis ), k-try-shade( $kendo-component-bg, 1 )) !default;
114
114
  /// The background color of the Slider's track selection.
115
115
  /// @group slider
116
116
  $kendo-slider-selection-bg: $kendo-color-primary !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 split bar.
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