@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
@@ -20,33 +20,33 @@ $kendo-breadcrumb-padding-y: null !default;
20
20
 
21
21
  /// The font family of the Breadcrumb.
22
22
  /// @group breadcrumb
23
- $kendo-breadcrumb-font-family: $kendo-font-family !default;
23
+ $kendo-breadcrumb-font-family: var( --kendo-font-family, inherit ) !default;
24
24
 
25
25
  /// The font size of the Breadcrumb.
26
26
  /// @group breadcrumb
27
- $kendo-breadcrumb-font-size: $kendo-font-size-md !default;
27
+ $kendo-breadcrumb-font-size: var( --kendo-font-size, inherit ) !default;
28
28
  /// The font size of the small Breadcrumb.
29
29
  /// @group breadcrumb
30
- $kendo-breadcrumb-sm-font-size: $kendo-font-size-md !default;
30
+ $kendo-breadcrumb-sm-font-size: var( --kendo-font-size, inherit ) !default;
31
31
  /// The font size of the medium Breadcrumb.
32
32
  /// @group breadcrumb
33
33
  $kendo-breadcrumb-md-font-size: $kendo-breadcrumb-font-size !default;
34
34
  /// The font size of the large Breadcrumb.
35
35
  /// @group breadcrumb
36
- $kendo-breadcrumb-lg-font-size: $kendo-font-size-lg !default;
36
+ $kendo-breadcrumb-lg-font-size: var( --kendo-font-size-lg, inherit ) !default;
37
37
 
38
38
  /// The line-height of the Breadcrumb.
39
39
  /// @group breadcrumb
40
- $kendo-breadcrumb-line-height: $kendo-line-height-md !default;
40
+ $kendo-breadcrumb-line-height: var( --kendo-line-height, normal ) !default;
41
41
  /// The line-height of the small Breadcrumb.
42
42
  /// @group breadcrumb
43
- $kendo-breadcrumb-sm-line-height: $kendo-line-height-md !default;
43
+ $kendo-breadcrumb-sm-line-height: var( --kendo-line-height, normal ) !default;
44
44
  /// The line-height of the medium Breadcrumb.
45
45
  /// @group breadcrumb
46
46
  $kendo-breadcrumb-md-line-height: $kendo-breadcrumb-line-height !default;
47
47
  /// The line-height of the height Breadcrumb.
48
48
  /// @group breadcrumb
49
- $kendo-breadcrumb-lg-line-height: $kendo-line-height-lg !default;
49
+ $kendo-breadcrumb-lg-line-height: var( --kendo-line-height-lg, normal ) !default;
50
50
 
51
51
  /// The base background of the Breadcrumb.
52
52
  /// @group breadcrumb
@@ -64,46 +64,46 @@ $kendo-breadcrumb-focus-shadow: 0 0 2px 1px rgba(0, 0, 0, .06) !default;
64
64
 
65
65
  /// The horizontal padding of the Breadcrumb link.
66
66
  /// @group breadcrumb
67
- $kendo-breadcrumb-link-padding-x: k-map-get( $kendo-spacing, 2 ) !default;
67
+ $kendo-breadcrumb-link-padding-x: k-spacing(2) !default;
68
68
  /// The horizontal padding of the small Breadcrumb link.
69
69
  /// @group breadcrumb
70
- $kendo-breadcrumb-sm-link-padding-x: k-map-get( $kendo-spacing, 2 ) !default;
70
+ $kendo-breadcrumb-sm-link-padding-x: k-spacing(2) !default;
71
71
  /// The horizontal padding of the medium Breadcrumb link.
72
72
  /// @group breadcrumb
73
73
  $kendo-breadcrumb-md-link-padding-x: $kendo-breadcrumb-link-padding-x !default;
74
74
  /// The horizontal padding of the large Breadcrumb link.
75
75
  /// @group breadcrumb
76
- $kendo-breadcrumb-lg-link-padding-x: k-map-get( $kendo-spacing, 2 ) !default;
76
+ $kendo-breadcrumb-lg-link-padding-x: k-spacing(2) !default;
77
77
 
78
78
  /// The vertical padding of the Breadcrumb link.
79
79
  /// @group breadcrumb
80
- $kendo-breadcrumb-link-padding-y: k-map-get( $kendo-spacing, 1.5 ) !default;
80
+ $kendo-breadcrumb-link-padding-y: k-spacing(1.5) !default;
81
81
  /// The vertical padding of the small Breadcrumb link.
82
82
  /// @group breadcrumb
83
- $kendo-breadcrumb-sm-link-padding-y: k-map-get( $kendo-spacing, 1 ) !default;
83
+ $kendo-breadcrumb-sm-link-padding-y: k-spacing(1) !default;
84
84
  /// The vertical padding of the medium Breadcrumb link.
85
85
  /// @group breadcrumb
86
86
  $kendo-breadcrumb-md-link-padding-y: $kendo-breadcrumb-link-padding-y !default;
87
87
  /// The vertical padding of the large Breadcrumb link.
88
88
  /// @group breadcrumb
89
- $kendo-breadcrumb-lg-link-padding-y: k-map-get( $kendo-spacing, 2 ) !default;
89
+ $kendo-breadcrumb-lg-link-padding-y: k-spacing(2) !default;
90
90
 
91
91
  /// The border-radius of the Breadcrumb link.
92
92
  /// @group breadcrumb
93
- $kendo-breadcrumb-link-border-radius: $kendo-border-radius-md !default;
93
+ $kendo-breadcrumb-link-border-radius: k-border-radius(md) !default;
94
94
 
95
95
  /// The vertical padding of the Breadcrumb link icon.
96
96
  /// @group breadcrumb
97
- $kendo-breadcrumb-icon-link-padding-y: k-map-get( $kendo-spacing, 2 ) !default;
97
+ $kendo-breadcrumb-icon-link-padding-y: k-spacing(2) !default;
98
98
  /// The vertical padding of the small Breadcrumb link icon.
99
99
  /// @group breadcrumb
100
- $kendo-breadcrumb-sm-icon-link-padding-y: k-map-get( $kendo-spacing, 1.5 ) !default;
100
+ $kendo-breadcrumb-sm-icon-link-padding-y: k-spacing(1.5) !default;
101
101
  /// The vertical padding of the medium Breadcrumb link icon.
102
102
  /// @group breadcrumb
103
103
  $kendo-breadcrumb-md-icon-link-padding-y: $kendo-breadcrumb-icon-link-padding-y !default;
104
104
  /// The vertical padding of the large Breadcrumb link icon.
105
105
  /// @group breadcrumb
106
- $kendo-breadcrumb-lg-icon-link-padding-y: k-map-get( $kendo-spacing, 3 ) !default;
106
+ $kendo-breadcrumb-lg-icon-link-padding-y: k-spacing(3) !default;
107
107
 
108
108
  /// The horizontal padding of the Breadcrumb link icon.
109
109
  /// @group breadcrumb
@@ -10,73 +10,73 @@ $kendo-button-border-radius: null !default;
10
10
 
11
11
  /// The horizontal padding of the Button.
12
12
  /// @group button
13
- $kendo-button-padding-x: k-map-get( $kendo-spacing, 2 ) !default;
13
+ $kendo-button-padding-x: k-spacing(2) !default;
14
14
  /// The horizontal padding of the small Button.
15
15
  /// @group button
16
- $kendo-button-sm-padding-x: k-map-get( $kendo-spacing, 2 ) !default;
16
+ $kendo-button-sm-padding-x: k-spacing(2) !default;
17
17
  /// The horizontal padding of the medium Button.
18
18
  /// @group button
19
- $kendo-button-md-padding-x: k-map-get( $kendo-spacing, 2 ) !default;
19
+ $kendo-button-md-padding-x: k-spacing(2) !default;
20
20
  /// The horizontal padding of the large Button.
21
21
  /// @group button
22
- $kendo-button-lg-padding-x: k-map-get( $kendo-spacing, 3 ) !default;
22
+ $kendo-button-lg-padding-x: k-spacing(3) !default;
23
23
 
24
24
  /// The vertical padding of the Button.
25
25
  /// @group button
26
- $kendo-button-padding-y: k-map-get( $kendo-spacing, 1 ) !default;
26
+ $kendo-button-padding-y: k-spacing(1) !default;
27
27
  /// The vertical padding of the small Button.
28
28
  /// @group button
29
- $kendo-button-sm-padding-y: k-map-get( $kendo-spacing, 0.5 ) !default;
29
+ $kendo-button-sm-padding-y: k-spacing(0.5) !default;
30
30
  /// The vertical padding of the medium Button.
31
31
  /// @group button
32
- $kendo-button-md-padding-y: k-map-get( $kendo-spacing, 1 ) !default;
32
+ $kendo-button-md-padding-y: k-spacing(1) !default;
33
33
  /// The vertical padding of the large Button.
34
34
  /// @group button
35
- $kendo-button-lg-padding-y: k-map-get( $kendo-spacing, 2 ) !default;
35
+ $kendo-button-lg-padding-y: k-spacing(2) !default;
36
36
 
37
37
  /// The font family of the Button.
38
38
  /// @group button
39
- $kendo-button-font-family: $kendo-font-family !default;
39
+ $kendo-button-font-family: var( --kendo-font-family, inherit ) !default;
40
40
 
41
41
  /// The font size of the Button.
42
42
  /// @group button
43
- $kendo-button-font-size: $kendo-font-size-md !default;
43
+ $kendo-button-font-size: var( --kendo-font-size, inherit ) !default;
44
44
  /// The font size of the small Button.
45
45
  /// @group button
46
- $kendo-button-sm-font-size: $kendo-font-size-md !default;
46
+ $kendo-button-sm-font-size: var( --kendo-font-size, inherit ) !default;
47
47
  /// The font size of the medium Button.
48
48
  /// @group button
49
- $kendo-button-md-font-size: $kendo-font-size-md !default;
49
+ $kendo-button-md-font-size: var( --kendo-font-size, inherit ) !default;
50
50
  /// The font size of the large Button.
51
51
  /// @group button
52
- $kendo-button-lg-font-size: $kendo-font-size-lg !default;
52
+ $kendo-button-lg-font-size: var( --kendo-font-size-lg, inherit ) !default;
53
53
 
54
54
  /// The line height used along with the $kendo-font-size variable.
55
55
  /// @group button
56
- $kendo-button-line-height: $kendo-line-height-md !default;
56
+ $kendo-button-line-height: var( --kendo-line-height, normal ) !default;
57
57
  /// The line height used along with the $kendo-font-size variable of the small Button.
58
58
  /// @group button
59
- $kendo-button-sm-line-height: $kendo-line-height-md !default;
59
+ $kendo-button-sm-line-height: var( --kendo-line-height, normal ) !default;
60
60
  /// The line height used along with the $kendo-font-size variable of the medium Button.
61
61
  /// @group button
62
- $kendo-button-md-line-height: $kendo-line-height-md !default;
62
+ $kendo-button-md-line-height: var( --kendo-line-height, normal ) !default;
63
63
  /// The line height used along with the $kendo-font-size variable of the large Button.
64
64
  /// @group button
65
- $kendo-button-lg-line-height: $kendo-line-height-lg !default;
65
+ $kendo-button-lg-line-height: var( --kendo-line-height-lg, normal ) !default;
66
66
 
67
67
  /// The calculated height of the Button.
68
68
  /// @group button
69
- $kendo-button-calc-size: calc( #{$kendo-button-line-height * 1em} + #{$kendo-button-padding-y * 2} + #{$kendo-button-border-width * 2} ) !default;
70
- $kendo-button-sm-calc-size: calc( #{$kendo-button-sm-line-height * 1em} + #{$kendo-button-sm-padding-y * 2} + #{$kendo-button-border-width * 2} ) !default;
71
- $kendo-button-md-calc-size: calc( #{$kendo-button-md-line-height * 1em} + #{$kendo-button-md-padding-y * 2} + #{$kendo-button-border-width * 2} ) !default;
72
- $kendo-button-lg-calc-size: calc( #{$kendo-button-lg-line-height * 1em} + #{$kendo-button-lg-padding-y * 2} + #{$kendo-button-border-width * 2} ) !default;
69
+ $kendo-button-calc-size: calc( calc( #{$kendo-button-line-height} * 1em ) + calc( #{$kendo-button-padding-y} * 2 ) + #{$kendo-button-border-width * 2} ) !default;
70
+ $kendo-button-sm-calc-size: calc( calc( #{$kendo-button-sm-line-height} * 1em ) + calc( #{$kendo-button-sm-padding-y} * 2 ) + #{$kendo-button-border-width * 2} ) !default;
71
+ $kendo-button-md-calc-size: calc( calc( #{$kendo-button-md-line-height} * 1em ) + calc( #{$kendo-button-md-padding-y} * 2 ) + #{$kendo-button-border-width * 2} ) !default;
72
+ $kendo-button-lg-calc-size: calc( calc( #{$kendo-button-lg-line-height} * 1em ) + calc( #{$kendo-button-lg-padding-y} * 2 ) + #{$kendo-button-border-width * 2} ) !default;
73
73
 
74
74
  /// The calculated inner height of the Button excluding the border width.
75
75
  /// @group button
76
- $kendo-button-inner-calc-size: calc( #{$kendo-button-line-height * 1em} + #{$kendo-button-padding-y * 2} ) !default;
77
- $kendo-button-sm-inner-calc-size: calc( #{$kendo-button-sm-line-height * 1em} + #{$kendo-button-sm-padding-y * 2} ) !default;
78
- $kendo-button-md-inner-calc-size: calc( #{$kendo-button-md-line-height * 1em} + #{$kendo-button-md-padding-y * 2} ) !default;
79
- $kendo-button-lg-inner-calc-size: calc( #{$kendo-button-lg-line-height * 1em} + #{$kendo-button-lg-padding-y * 2} ) !default;
76
+ $kendo-button-inner-calc-size: calc( calc( #{$kendo-button-line-height} * 1em ) + calc( #{$kendo-button-padding-y} * 2 ) ) !default;
77
+ $kendo-button-sm-inner-calc-size: calc( calc( #{$kendo-button-sm-line-height} * 1em ) + calc( #{$kendo-button-sm-padding-y} * 2 ) ) !default;
78
+ $kendo-button-md-inner-calc-size: calc( calc( #{$kendo-button-md-line-height} * 1em ) + calc( #{$kendo-button-md-padding-y} * 2 ) ) !default;
79
+ $kendo-button-lg-inner-calc-size: calc( calc( #{$kendo-button-lg-line-height} * 1em ) + calc( #{$kendo-button-lg-padding-y} * 2 ) ) !default;
80
80
 
81
81
  /// The sizes map for the Button.
82
82
  /// @group button
@@ -6,13 +6,13 @@ $kendo-calendar-border-width: 1px !default;
6
6
 
7
7
  /// The font family of the Calendar.
8
8
  /// @group calendar
9
- $kendo-calendar-font-family: $kendo-font-family !default;
9
+ $kendo-calendar-font-family: var( --kendo-font-family, inherit ) !default;
10
10
  /// The font size of the Calendar.
11
11
  /// @group calendar
12
- $kendo-calendar-font-size: $kendo-font-size-md !default;
12
+ $kendo-calendar-font-size: var( --kendo-font-size, inherit ) !default;
13
13
  /// The line height of the Calendar.
14
14
  /// @group calendar
15
- $kendo-calendar-line-height: $kendo-line-height-md !default;
15
+ $kendo-calendar-line-height: var( --kendo-line-height, normal ) !default;
16
16
 
17
17
  /// The size of the cells in the Calendar.
18
18
  /// @group calendar
@@ -30,10 +30,10 @@ $kendo-calendar-border: $kendo-component-border !default;
30
30
 
31
31
  /// The horizontal padding of the header in the Calendar.
32
32
  /// @group calendar
33
- $kendo-calendar-header-padding-x: k-map-get( $kendo-spacing, 1 ) !default;
33
+ $kendo-calendar-header-padding-x: k-spacing(1) !default;
34
34
  /// The vertical padding of the header in the Calendar.
35
35
  /// @group calendar
36
- $kendo-calendar-header-padding-y: k-map-get( $kendo-spacing, 1 ) !default;
36
+ $kendo-calendar-header-padding-y: k-spacing(1) !default;
37
37
 
38
38
  /// The border width of the header in the Calendar.
39
39
  /// @group calendar
@@ -61,14 +61,14 @@ $kendo-calendar-nav-gap: null !default;
61
61
 
62
62
  /// The horizontal padding of the footer in the Calendar.
63
63
  /// @group calendar
64
- $kendo-calendar-footer-padding-x: k-map-get( $kendo-spacing, 4 ) !default;
64
+ $kendo-calendar-footer-padding-x: k-spacing(4) !default;
65
65
  /// The vertical padding of the footer in the Calendar.
66
66
  /// @group calendar
67
- $kendo-calendar-footer-padding-y: k-map-get( $kendo-spacing, 2 ) !default;
67
+ $kendo-calendar-footer-padding-y: k-spacing(2) !default;
68
68
 
69
69
  /// The horizontal padding of the cells in the Calendar.
70
70
  /// @group calendar
71
- $kendo-calendar-cell-padding-x: k-map-get( $kendo-spacing, 1 ) !default;
71
+ $kendo-calendar-cell-padding-x: k-spacing(1) !default;
72
72
  /// The vertical padding of the cells in the Calendar.
73
73
  /// @group calendar
74
74
  $kendo-calendar-cell-padding-y: $kendo-calendar-cell-padding-x !default;
@@ -79,7 +79,7 @@ $kendo-calendar-cell-line-height: $kendo-calendar-line-height !default;
79
79
 
80
80
  /// The border radius of the cells in the Calendar.
81
81
  /// @group calendar
82
- $kendo-calendar-cell-border-radius: $kendo-border-radius-md !default;
82
+ $kendo-calendar-cell-border-radius: k-border-radius(md) !default;
83
83
 
84
84
  /// The horizontal padding of the header cells in the Calendar.
85
85
  /// @group calendar
@@ -95,7 +95,7 @@ $kendo-calendar-header-cell-width: $kendo-calendar-cell-size !default;
95
95
  $kendo-calendar-header-cell-height: $kendo-calendar-cell-size !default;
96
96
  /// The font size of the header cells in the Calendar.
97
97
  /// @group calendar
98
- $kendo-calendar-header-cell-font-size: $kendo-font-size-sm !default;
98
+ $kendo-calendar-header-cell-font-size: var( --kendo-font-size-sm, inherit ) !default;
99
99
  /// The line height of the header cells in the Calendar.
100
100
  /// @group calendar
101
101
  $kendo-calendar-header-cell-line-height: 2 !default;
@@ -112,10 +112,11 @@ $kendo-calendar-header-cell-opacity: null !default;
112
112
 
113
113
  /// The horizontal padding of the caption in the Calendar.
114
114
  /// @group calendar
115
- $kendo-calendar-caption-padding-x: k-map-get( $kendo-spacing, 2 ) !default;
115
+ $kendo-calendar-caption-padding-x: k-spacing(2) !default;
116
116
  /// The vertical padding of the caption in the Calendar.
117
117
  /// @group calendar
118
- $kendo-calendar-caption-padding-y: k-map-get( $kendo-spacing, 1 ) !default;
118
+ $kendo-calendar-caption-padding-y: k-spacing(1) !default;
119
+
119
120
  /// The height of the caption in the Calendar.
120
121
  /// @group calendar
121
122
  $kendo-calendar-caption-height: $kendo-calendar-cell-size !default;
@@ -139,9 +140,10 @@ $kendo-calendar-view-width: ($kendo-calendar-cell-size * 8) !default;
139
140
  /// The height of the Calendar view.
140
141
  /// @group calendar
141
142
  $kendo-calendar-view-height: ($kendo-calendar-cell-size * 7) !default;
143
+
142
144
  /// The gap between the items in the Calendar view.
143
145
  /// @group calendar
144
- $kendo-calendar-view-gap: k-map-get( $kendo-spacing, 4 ) !default;
146
+ $kendo-calendar-view-gap: k-spacing(4) !default;
145
147
 
146
148
  /// The background color of the weekend cells in the Calendar.
147
149
  /// @group calendar
@@ -252,20 +254,19 @@ $kendo-calendar-navigation-border: $kendo-calendar-header-border !default;
252
254
  /// @group calendar
253
255
  $kendo-calendar-navigation-hover-text: $kendo-link-hover-text !default;
254
256
 
255
-
256
257
  /// The horizontal padding of the header in the Infinite Calendar.
257
258
  /// @group calendar
258
- $kendo-infinite-calendar-header-padding-x: k-map-get( $kendo-spacing, 4 ) !default;
259
+ $kendo-infinite-calendar-header-padding-x: k-spacing(4) !default;
259
260
  // The vertical padding of the header in the Infinite Calendar.
260
261
  /// @group calendar
261
- $kendo-infinite-calendar-header-padding-y: k-map-get( $kendo-spacing, 2 ) !default;
262
+ $kendo-infinite-calendar-header-padding-y: k-spacing(2) !default;
262
263
 
263
264
  /// The horizontal padding of the Calendar view in the Infinite Calendar.
264
- /// @group calen
265
- $kendo-infinite-calendar-view-padding-x: k-map-get( $kendo-spacing, 4 ) !default;
265
+ /// @group calendar
266
+ $kendo-infinite-calendar-view-padding-x: k-spacing(4) !default;
266
267
  /// The vertical padding of the Calendar view in the Infinite Calendar.
267
268
  /// @group calendar
268
- $kendo-infinite-calendar-view-padding-y: 0px !default;
269
+ $kendo-infinite-calendar-view-padding-y: k-spacing(0) !default;
269
270
 
270
271
  /// The height of the Calendar view in the Infinite Calendar.
271
272
  /// @group calendar
@@ -274,54 +275,59 @@ $kendo-infinite-calendar-view-height: ( $kendo-calendar-cell-size * 9 ) !default
274
275
 
275
276
  // Multiview calendar
276
277
 
278
+ /// The border radius of the range cells in the Multiview Calendar.
279
+ /// @group calendar
280
+ $kendo-calendar-range-cell-border-radius: k-border-radius(lg) !default;
281
+
282
+ // Calendar sizes
277
283
 
278
284
  /// The font size of the small Calendar.
279
285
  /// @group calendar
280
- $kendo-calendar-sm-font-size: $kendo-font-size-md !default;
286
+ $kendo-calendar-sm-font-size: var( --kendo-font-size, inherit ) !default;
281
287
  /// The line height of the small Calendar.
282
288
  /// @group calendar
283
- $kendo-calendar-sm-line-height: $kendo-line-height-md !default;
289
+ $kendo-calendar-sm-line-height: var( --kendo-line-height, normal ) !default;
284
290
  /// The size of the cells in the small Calendar.
285
291
  /// @group calendar
286
292
  $kendo-calendar-sm-cell-size: 28px !default;
287
293
  /// The horizontal padding of the cells in the small Calendar.
288
294
  /// @group calendar
289
- $kendo-calendar-sm-cell-padding-x: k-map-get( $kendo-spacing, 0.5 ) !default;
295
+ $kendo-calendar-sm-cell-padding-x: k-spacing(0.5) !default;
290
296
  /// The vertical padding of the cells in the small Calendar.
291
297
  /// @group calendar
292
- $kendo-calendar-sm-cell-padding-y: k-map-get( $kendo-spacing, 0.5 ) !default;
298
+ $kendo-calendar-sm-cell-padding-y: k-spacing(0.5) !default;
293
299
 
294
300
  /// The font size of the medium Calendar.
295
301
  /// @group calendar
296
- $kendo-calendar-md-font-size: $kendo-font-size-md !default;
302
+ $kendo-calendar-md-font-size: var( --kendo-font-size, inherit ) !default;
297
303
  /// The line height of the medium Calendar.
298
304
  /// @group calendar
299
- $kendo-calendar-md-line-height: $kendo-line-height-md !default;
305
+ $kendo-calendar-md-line-height: var( --kendo-line-height, normal ) !default;
300
306
  /// The size of the cells in the medium Calendar.
301
307
  /// @group calendar
302
308
  $kendo-calendar-md-cell-size: 32px !default;
303
309
  /// The horizontal padding of the cells in the medium Calendar.
304
310
  /// @group calendar
305
- $kendo-calendar-md-cell-padding-x: k-map-get( $kendo-spacing, 1 ) !default;
311
+ $kendo-calendar-md-cell-padding-x: k-spacing(1) !default;
306
312
  /// The vertical padding of the cells in the medium Calendar.
307
313
  /// @group calendar
308
- $kendo-calendar-md-cell-padding-y: k-map-get( $kendo-spacing, 1 ) !default;
314
+ $kendo-calendar-md-cell-padding-y: k-spacing(1) !default;
309
315
 
310
316
  /// The font size of the large Calendar.
311
317
  /// @group calendar
312
- $kendo-calendar-lg-font-size: $kendo-font-size-lg !default;
318
+ $kendo-calendar-lg-font-size: var( --kendo-font-size-lg, inherit ) !default;
313
319
  /// The line height of the large Calendar.
314
320
  /// @group calendar
315
- $kendo-calendar-lg-line-height: $kendo-line-height-lg !default;
321
+ $kendo-calendar-lg-line-height: var( --kendo-line-height-lg, normal ) !default;
316
322
  /// The size of the cells in the large Calendar.
317
323
  /// @group calendar
318
324
  $kendo-calendar-lg-cell-size: 40px !default;
319
325
  /// The horizontal padding of the cells in the large Calendar.
320
326
  /// @group calendar
321
- $kendo-calendar-lg-cell-padding-x: k-map-get( $kendo-spacing, 2 ) !default;
327
+ $kendo-calendar-lg-cell-padding-x: k-spacing(2) !default;
322
328
  /// The vertical padding of the cells in the large Calendar.
323
329
  /// @group calendar
324
- $kendo-calendar-lg-cell-padding-y: k-map-get( $kendo-spacing, 2 ) !default;
330
+ $kendo-calendar-lg-cell-padding-y: k-spacing(2) !default;
325
331
 
326
332
  /// The sizes Map of the Calendar.
327
333
  /// @group calendar
@@ -2,20 +2,20 @@
2
2
 
3
3
  /// The spacer of the Captcha.
4
4
  /// @group captcha
5
- $kendo-captcha-spacer: k-map-get( $kendo-spacing, 2 ) !default;
5
+ $kendo-captcha-spacer: k-spacing(2) !default;
6
6
 
7
7
  /// The width of the Captcha.
8
8
  /// @group captcha
9
9
  $kendo-captcha-width: 280px !default;
10
10
  /// The font family of the Captcha.
11
11
  /// @group captcha
12
- $kendo-captcha-font-family: $kendo-font-family !default;
12
+ $kendo-captcha-font-family: var( --kendo-font-family, inherit ) !default;
13
13
  /// The font size of the Captcha.
14
14
  /// @group captcha
15
- $kendo-captcha-font-size: $kendo-font-size-md !default;
15
+ $kendo-captcha-font-size: var( --kendo-font-size, inherit ) !default;
16
16
  /// The line height of the Captcha.
17
17
  /// @group captcha
18
- $kendo-captcha-line-height: $kendo-line-height-md !default;
18
+ $kendo-captcha-line-height: var( --kendo-line-height, normal ) !default;
19
19
  /// The gap of the Captcha.
20
20
  /// @group captcha
21
21
  $kendo-captcha-gap: $kendo-captcha-spacer !default;
@@ -38,10 +38,10 @@ $kendo-captcha-image-controls-gap: $kendo-captcha-spacer !default;
38
38
 
39
39
  /// The top margin of the Captcha validation message.
40
40
  /// @group captcha
41
- $kendo-captcha-validation-message-margin-top: k-math-div( $kendo-captcha-spacer, 2 ) !default;
41
+ $kendo-captcha-validation-message-margin-top: calc( #{$kendo-captcha-spacer} / 2 ) !default;
42
42
  /// The font size of the Captcha validation message.
43
43
  /// @group captcha
44
- $kendo-captcha-validation-message-font-size: $kendo-font-size-sm !default;
44
+ $kendo-captcha-validation-message-font-size: var( --kendo-font-size-sm, inherit ) !default;
45
45
  /// The font style of the Captcha validation message.
46
46
  /// @group captcha
47
47
  $kendo-captcha-validation-message-font-style: italic !default;
@@ -4,32 +4,32 @@
4
4
 
5
5
  /// The horizontal padding of the Card.
6
6
  /// @group card
7
- $kendo-card-padding-x: k-map-get( $kendo-spacing, 4 ) !default;
7
+ $kendo-card-padding-x: k-spacing(4) !default;
8
8
  /// The vertical padding of the Card.
9
9
  /// @group card
10
- $kendo-card-padding-y: k-map-get( $kendo-spacing, 3 ) !default;
10
+ $kendo-card-padding-y: k-spacing(3) !default;
11
11
  /// The width of the border around the Card.
12
12
  /// @group card
13
13
  $kendo-card-border-width: 1px !default;
14
14
  /// The border radius of the Card.
15
15
  /// @group card
16
- $kendo-card-border-radius: $kendo-border-radius-lg !default;
16
+ $kendo-card-border-radius: k-border-radius(lg) !default;
17
17
  /// The inner border radius of the Card.
18
18
  /// @group card
19
19
  $kendo-card-inner-border-radius: calc( #{$kendo-card-border-radius} - #{$kendo-card-border-width} ) !default;
20
20
  /// The font family of the Card.
21
21
  /// @group card
22
- $kendo-card-font-family: $kendo-font-family !default;
22
+ $kendo-card-font-family: var( --kendo-font-family, inherit ) !default;
23
23
  /// The font size of the Card.
24
24
  /// @group card
25
- $kendo-card-font-size: $kendo-font-size-md !default;
25
+ $kendo-card-font-size: var( --kendo-font-size, inherit ) !default;
26
26
  /// The line height of the Card.
27
27
  /// @group card
28
- $kendo-card-line-height: $kendo-line-height-md !default;
28
+ $kendo-card-line-height: var( --kendo-line-height, normal ) !default;
29
29
 
30
30
  /// The spacing between the Cards in the Card deck.
31
31
  /// @group card
32
- $kendo-card-deck-gap: k-map-get( $kendo-spacing, 4 ) !default;
32
+ $kendo-card-deck-gap: k-spacing(4) !default;
33
33
 
34
34
  /// The background color of the Card.
35
35
  /// @group card
@@ -81,10 +81,10 @@ $kendo-card-header-border: $kendo-component-header-border !default;
81
81
 
82
82
  /// The horizontal padding of the Card body.
83
83
  /// @group card
84
- $kendo-card-body-padding-x: k-map-get( $kendo-spacing, 4 ) !default;
84
+ $kendo-card-body-padding-x: k-spacing(4) !default;
85
85
  /// The vertical padding of the Card body.
86
86
  /// @group card
87
- $kendo-card-body-padding-y: k-map-get( $kendo-spacing, 4 ) !default;
87
+ $kendo-card-body-padding-y: k-spacing(4) !default;
88
88
 
89
89
  /// The horizontal padding of the Card footer.
90
90
  /// @group card
@@ -107,10 +107,10 @@ $kendo-card-footer-border: $kendo-component-header-border !default;
107
107
 
108
108
  /// The bottom margin of the Card title.
109
109
  /// @group card
110
- $kendo-card-title-margin-bottom: k-map-get( $kendo-spacing, 2 ) !default;
110
+ $kendo-card-title-margin-bottom: k-spacing(2) !default;
111
111
  /// The font size of the Card title.
112
112
  /// @group card
113
- $kendo-card-title-font-size: $kendo-h5-font-size !default;
113
+ $kendo-card-title-font-size: var( --kendo-font-size-lg, inherit ) !default;
114
114
  /// The font family of the Card title.
115
115
  /// @group card
116
116
  $kendo-card-title-font-family: null !default;
@@ -119,17 +119,17 @@ $kendo-card-title-font-family: null !default;
119
119
  $kendo-card-title-line-height: 1.25 !default;
120
120
  /// The font weight of the Card title.
121
121
  /// @group card
122
- $kendo-card-title-font-weight: $kendo-font-weight-normal !default;
122
+ $kendo-card-title-font-weight: var( --kendo-font-weight-normal, normal ) !default;
123
123
  /// The letter spacing of the Card title.
124
124
  /// @group card
125
125
  $kendo-card-title-letter-spacing: null !default;
126
126
 
127
127
  /// The bottom margin of the Card subtitle.
128
128
  /// @group card
129
- $kendo-card-subtitle-margin-bottom: k-map-get( $kendo-spacing, 2 ) !default;
129
+ $kendo-card-subtitle-margin-bottom: k-spacing(2) !default;
130
130
  /// The font size of the Card subtitle.
131
131
  /// @group card
132
- $kendo-card-subtitle-font-size: $kendo-font-size-sm !default;
132
+ $kendo-card-subtitle-font-size: var( --kendo-font-size-sm, inherit ) !default;
133
133
  /// The font family of the Card subtitle.
134
134
  /// @group card
135
135
  $kendo-card-subtitle-font-family: null !default;
@@ -138,7 +138,7 @@ $kendo-card-subtitle-font-family: null !default;
138
138
  $kendo-card-subtitle-line-height: normal !default;
139
139
  /// The font weight of the Card subtitle.
140
140
  /// @group card
141
- $kendo-card-subtitle-font-weight: $kendo-font-weight-normal !default;
141
+ $kendo-card-subtitle-font-weight: var( --kendo-font-weight-normal, normal ) !default;
142
142
  /// The letter spacing of the Card subtitle.
143
143
  /// @group card
144
144
  $kendo-card-subtitle-letter-spacing: null !default;
@@ -158,16 +158,16 @@ $kendo-card-avatar-spacing: $kendo-card-header-padding-x !default;
158
158
 
159
159
  /// The horizontal padding of the Card actions.
160
160
  /// @group card
161
- $kendo-card-actions-padding-x: k-map-get( $kendo-spacing, 2 ) !default;
161
+ $kendo-card-actions-padding-x: k-spacing(2) !default;
162
162
  /// The vertical padding of the Card actions.
163
163
  /// @group card
164
- $kendo-card-actions-padding-y: k-map-get( $kendo-spacing, 2 ) !default;
164
+ $kendo-card-actions-padding-y: k-spacing(2) !default;
165
165
  /// The top border width of the Card actions.
166
166
  /// @group card
167
167
  $kendo-card-actions-border-width: 1px !default;
168
168
  /// The spacing between the Card actions.
169
169
  /// @group card
170
- $kendo-card-actions-gap: k-map-get( $kendo-spacing, 2 ) !default;
170
+ $kendo-card-actions-gap: k-spacing(2) !default;
171
171
 
172
172
  /// The border radius of the scroll button in the Card deck.
173
173
  /// @group card
@@ -2,10 +2,10 @@
2
2
 
3
3
  /// The horizontal padding of the Chat.
4
4
  /// @group chat
5
- $kendo-chat-padding-x: 16px !default;
5
+ $kendo-chat-padding-x: k-spacing(4) !default;
6
6
  /// The vertical padding of the Chat.
7
7
  /// @group chat
8
- $kendo-chat-padding-y: 16px !default;
8
+ $kendo-chat-padding-y: k-spacing(4) !default;
9
9
  /// The width of the Chat.
10
10
  /// @group chat
11
11
  $kendo-chat-width: 500px !default;
@@ -17,20 +17,20 @@ $kendo-chat-height: 600px !default;
17
17
  $kendo-chat-border-width: 1px !default;
18
18
  /// The font family of the Chat.
19
19
  /// @group chat
20
- $kendo-chat-font-family: $kendo-font-family !default;
20
+ $kendo-chat-font-family: var( --kendo-font-family, inherit ) !default;
21
21
  /// The font size of the Chat.
22
22
  /// @group chat
23
- $kendo-chat-font-size: $kendo-font-size-md !default;
23
+ $kendo-chat-font-size: var( --kendo-font-size, inherit ) !default;
24
24
  /// The line height of the Chat.
25
25
  /// @group chat
26
- $kendo-chat-line-height: $kendo-line-height-md !default;
26
+ $kendo-chat-line-height: var( --kendo-line-height, normal ) !default;
27
27
 
28
28
  /// The horizontal spacing between the items of the Chat.
29
29
  /// @group chat
30
- $kendo-chat-item-spacing-x: 8px !default;
30
+ $kendo-chat-item-spacing-x: k-spacing(2) !default;
31
31
  /// The vertical spacing between the items of the Chat.
32
32
  /// @group chat
33
- $kendo-chat-item-spacing-y: 16px !default;
33
+ $kendo-chat-item-spacing-y: k-spacing(4) !default;
34
34
 
35
35
  /// The horizontal padding of the Chat message list.
36
36
  /// @group chat
@@ -60,13 +60,13 @@ $kendo-chat-timestamp-bg: null !default;
60
60
 
61
61
  /// The horizontal padding of the Chat bubble message.
62
62
  /// @group chat
63
- $kendo-chat-bubble-padding-x: 12px !default;
63
+ $kendo-chat-bubble-padding-x: k-spacing(3) !default;
64
64
  /// The vertical padding of the Chat bubble message.
65
65
  /// @group chat
66
- $kendo-chat-bubble-padding-y: 8px !default;
66
+ $kendo-chat-bubble-padding-y: k-spacing(2) !default;
67
67
  /// The spacing of the Chat bubble message.
68
68
  /// @group chat
69
- $kendo-chat-bubble-spacing: 2px !default;
69
+ $kendo-chat-bubble-spacing: k-spacing(0.5) !default;
70
70
  /// The line height of the Chat bubble message.
71
71
  /// @group chat
72
72
  $kendo-chat-bubble-line-height: 18px !default;
@@ -106,13 +106,13 @@ $kendo-chat-toolbar-border: inherit !default;
106
106
 
107
107
  /// The horizontal padding of the Chat quick reply.
108
108
  /// @group chat
109
- $kendo-chat-quick-reply-padding-x: 12px !default;
109
+ $kendo-chat-quick-reply-padding-x: k-spacing(3) !default;
110
110
  /// The vertical padding of the Chat quick reply.
111
111
  /// @group chat
112
- $kendo-chat-quick-reply-padding-y: 8px !default;
112
+ $kendo-chat-quick-reply-padding-y: k-spacing(2) !default;
113
113
  /// The spacing of the Chat quick reply.
114
114
  /// @group chat
115
- $kendo-chat-quick-reply-spacing: 8px !default;
115
+ $kendo-chat-quick-reply-spacing: k-spacing(2) !default;
116
116
  /// The line height of the Chat quick reply.
117
117
  /// @group chat
118
118
  $kendo-chat-quick-reply-line-height: $kendo-chat-bubble-line-height !default;