@progress/kendo-theme-classic 7.3.0-dev.1 → 8.0.0-dev.1

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 (119) hide show
  1. package/dist/all.css +9664 -9073
  2. package/dist/all.scss +5338 -5010
  3. package/dist/classic-green-dark.scss +155 -29
  4. package/dist/classic-green.scss +145 -29
  5. package/dist/classic-lavender-dark.scss +158 -33
  6. package/dist/classic-lavender.scss +144 -29
  7. package/dist/classic-main-dark.scss +155 -29
  8. package/dist/classic-main.scss +34 -29
  9. package/dist/classic-metro-dark.scss +159 -34
  10. package/dist/classic-metro.scss +148 -33
  11. package/dist/classic-moonlight.scss +159 -34
  12. package/dist/classic-opal-dark.scss +160 -34
  13. package/dist/classic-opal.scss +145 -29
  14. package/dist/classic-silver-dark.scss +155 -29
  15. package/dist/classic-silver.scss +145 -29
  16. package/dist/classic-uniform.scss +147 -31
  17. package/dist/meta/sassdoc-data.json +31510 -28810
  18. package/dist/meta/sassdoc-raw-data.json +3039 -1789
  19. package/dist/meta/variables.json +3882 -3778
  20. package/lib/swatches/classic-green-dark.json +601 -1
  21. package/lib/swatches/classic-green.json +551 -1
  22. package/lib/swatches/classic-lavender-dark.json +602 -2
  23. package/lib/swatches/classic-lavender.json +552 -2
  24. package/lib/swatches/classic-main-dark.json +601 -1
  25. package/lib/swatches/classic-main.json +11 -1
  26. package/lib/swatches/classic-metro-dark.json +608 -6
  27. package/lib/swatches/classic-metro.json +552 -2
  28. package/lib/swatches/classic-moonlight.json +608 -6
  29. package/lib/swatches/classic-opal-dark.json +601 -1
  30. package/lib/swatches/classic-opal.json +551 -1
  31. package/lib/swatches/classic-silver-dark.json +601 -1
  32. package/lib/swatches/classic-silver.json +551 -1
  33. package/lib/swatches/classic-uniform.json +551 -1
  34. package/package.json +5 -5
  35. package/scss/_variables.scss +0 -122
  36. package/scss/action-buttons/_variables.scss +4 -4
  37. package/scss/action-sheet/_variables.scss +17 -17
  38. package/scss/adaptive/_variables.scss +3 -3
  39. package/scss/appbar/_variables.scss +6 -6
  40. package/scss/avatar/_variables.scss +6 -6
  41. package/scss/badge/_variables.scss +17 -17
  42. package/scss/bottom-navigation/_variables.scss +9 -9
  43. package/scss/breadcrumb/_variables.scss +17 -17
  44. package/scss/button/_variables.scss +27 -27
  45. package/scss/calendar/_variables.scss +36 -60
  46. package/scss/captcha/_variables.scss +6 -6
  47. package/scss/card/_variables.scss +18 -18
  48. package/scss/chat/_variables.scss +13 -13
  49. package/scss/checkbox/_variables.scss +9 -9
  50. package/scss/chip/_variables.scss +18 -18
  51. package/scss/color-preview/_variables.scss +1 -1
  52. package/scss/coloreditor/_variables.scss +7 -7
  53. package/scss/colorgradient/_variables.scss +10 -10
  54. package/scss/colorpalette/_variables.scss +3 -3
  55. package/scss/core/_index.scss +12 -0
  56. package/scss/core/border-radii/index.import.scss +1 -0
  57. package/scss/core/color-system/_swatch-legacy.scss +1 -1
  58. package/scss/core/color-system/_swatch.scss +1 -1
  59. package/scss/core/spacing/index.import.scss +14 -0
  60. package/scss/core/typography/index.import.scss +1 -0
  61. package/scss/dataviz/_variables.scss +8 -8
  62. package/scss/datetimepicker/_variables.scss +1 -1
  63. package/scss/dock-manager/_variables.scss +10 -10
  64. package/scss/draggable/_variables.scss +4 -4
  65. package/scss/drawer/_variables.scss +7 -15
  66. package/scss/dropdowntree/_variables.scss +2 -2
  67. package/scss/dropzone/_variables.scss +8 -8
  68. package/scss/editor/_variables.scss +3 -3
  69. package/scss/expansion-panel/_variables.scss +9 -9
  70. package/scss/fab/_variables.scss +18 -18
  71. package/scss/filemanager/_variables.scss +9 -9
  72. package/scss/filter/_variables.scss +2 -2
  73. package/scss/forms/_variables.scss +14 -14
  74. package/scss/gantt/_variables.scss +152 -7
  75. package/scss/grid/_variables.scss +64 -64
  76. package/scss/imageeditor/_variables.scss +7 -7
  77. package/scss/input/_variables.scss +18 -18
  78. package/scss/list/_variables.scss +27 -27
  79. package/scss/listbox/_variables.scss +5 -5
  80. package/scss/listgroup/_variables.scss +5 -5
  81. package/scss/listview/_variables.scss +8 -8
  82. package/scss/loader/_variables.scss +25 -25
  83. package/scss/map/_variables.scss +8 -8
  84. package/scss/mediaplayer/_variables.scss +5 -5
  85. package/scss/menu/_variables.scss +29 -29
  86. package/scss/messagebox/_variables.scss +3 -3
  87. package/scss/notification/_variables.scss +7 -7
  88. package/scss/orgchart/_variables.scss +11 -11
  89. package/scss/pager/_variables.scss +11 -11
  90. package/scss/panelbar/_variables.scss +9 -9
  91. package/scss/pdf-viewer/_variables.scss +6 -6
  92. package/scss/pivotgrid/_variables.scss +15 -15
  93. package/scss/popup/_variables.scss +4 -4
  94. package/scss/progressbar/_variables.scss +2 -2
  95. package/scss/prompt/_variables.scss +7 -7
  96. package/scss/radio/_variables.scss +9 -9
  97. package/scss/rating/_variables.scss +3 -3
  98. package/scss/scheduler/_variables.scss +18 -18
  99. package/scss/scrollview/_variables.scss +5 -5
  100. package/scss/signature/_variables.scss +4 -4
  101. package/scss/skeleton/_variables.scss +1 -1
  102. package/scss/slider/_variables.scss +3 -3
  103. package/scss/splitter/_variables.scss +6 -6
  104. package/scss/spreadsheet/_variables.scss +17 -17
  105. package/scss/stepper/_variables.scss +9 -9
  106. package/scss/table/_variables.scss +12 -12
  107. package/scss/tabstrip/_variables.scss +11 -11
  108. package/scss/taskboard/_variables.scss +15 -15
  109. package/scss/tilelayout/_variables.scss +2 -2
  110. package/scss/timeline/_variables.scss +10 -10
  111. package/scss/timeselector/_variables.scss +6 -6
  112. package/scss/toolbar/_variables.scss +12 -12
  113. package/scss/tooltip/_variables.scss +4 -4
  114. package/scss/treelist/_variables.scss +5 -0
  115. package/scss/treeview/_variables.scss +20 -20
  116. package/scss/typography/_variables.scss +136 -53
  117. package/scss/upload/_variables.scss +8 -8
  118. package/scss/window/_variables.scss +9 -9
  119. package/scss/wizard/_variables.scss +7 -7
@@ -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, 1 ) !default;
33
- $kendo-table-sm-cell-padding-y: k-map-get( $kendo-spacing, 1 ) !default;
32
+ $kendo-table-sm-cell-padding-x: k-spacing(1) !default;
33
+ $kendo-table-sm-cell-padding-y: k-spacing(1) !default;
34
34
 
35
- $kendo-table-md-cell-padding-x: k-map-get( $kendo-spacing, 2 ) !default;
36
- $kendo-table-md-cell-padding-y: k-map-get( $kendo-spacing, 2 ) !default;
35
+ $kendo-table-md-cell-padding-x: k-spacing(2) !default;
36
+ $kendo-table-md-cell-padding-y: k-spacing(2) !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
  )
@@ -1,11 +1,11 @@
1
1
  // Tabstrip
2
- $kendo-tabstrip-wrapper-padding-x: 0px !default;
3
- $kendo-tabstrip-wrapper-padding-y: 0px !default;
2
+ $kendo-tabstrip-wrapper-padding-x: k-spacing(0) !default;
3
+ $kendo-tabstrip-wrapper-padding-y: k-spacing(0) !default;
4
4
  $kendo-tabstrip-wrapper-border-width: 0px !default;
5
5
 
6
- $kendo-tabstrip-font-family: $kendo-font-family !default;
7
- $kendo-tabstrip-font-size: $kendo-font-size-md !default;
8
- $kendo-tabstrip-line-height: $kendo-line-height-md !default;
6
+ $kendo-tabstrip-font-family: var( --kendo-font-family, inherit ) !default;
7
+ $kendo-tabstrip-font-size: var( --kendo-font-size, inherit ) !default;
8
+ $kendo-tabstrip-line-height: var( --kendo-line-height, normal )!default;
9
9
  $kendo-tabstrip-border-width: 1px !default;
10
10
 
11
11
  $kendo-tabstrip-wrapper-bg: null !default;
@@ -24,19 +24,19 @@ $kendo-tabstrip-border: $kendo-component-border !default;
24
24
 
25
25
  /// Horizontal padding of tabs
26
26
  /// @group tabstrip
27
- $kendo-tabstrip-item-padding-x: k-map-get( $kendo-spacing, 2 ) !default;
27
+ $kendo-tabstrip-item-padding-x: k-spacing(2) !default;
28
28
  /// Vertical padding of tabs
29
29
  /// @group tabstrip
30
- $kendo-tabstrip-item-padding-y: k-map-get( $kendo-spacing, 1 ) !default;
30
+ $kendo-tabstrip-item-padding-y: k-spacing(1) !default;
31
31
  /// Width of border around tabs
32
32
  /// @group tabstrip
33
33
  $kendo-tabstrip-item-border-width: 1px !default;
34
34
  /// Border radius of tabs
35
35
  /// @group tabstrip
36
- $kendo-tabstrip-item-border-radius: $kendo-border-radius-md !default;
36
+ $kendo-tabstrip-item-border-radius: k-border-radius(md) !default;
37
37
  /// Spacing between tabs
38
38
  /// @group tabstrip
39
- $kendo-tabstrip-item-gap: 0 !default;
39
+ $kendo-tabstrip-item-gap: k-spacing(0) !default;
40
40
 
41
41
  /// Background color of tabs
42
42
  /// @group tabstrip
@@ -93,10 +93,10 @@ $kendo-tabstrip-indicator-color: null !default;
93
93
 
94
94
  /// Horizontal padding of tabstrip content
95
95
  /// @group tabstrip
96
- $kendo-tabstrip-content-padding-x: k-map-get( $kendo-spacing, 4 ) !default;
96
+ $kendo-tabstrip-content-padding-x: k-spacing(4) !default;
97
97
  /// Vertical padding of tabstrip content
98
98
  /// @group tabstrip
99
- $kendo-tabstrip-content-padding-y: k-map-get( $kendo-spacing, 4 ) !default;
99
+ $kendo-tabstrip-content-padding-y: k-spacing(4) !default;
100
100
  /// Width of border around tabstrip content
101
101
  /// @group tabstrip
102
102
  $kendo-tabstrip-content-border-width: 1px !default;
@@ -2,7 +2,7 @@
2
2
 
3
3
  /// The spacing index of the TaskBoard.
4
4
  /// @group taskboard
5
- $kendo-taskboard-spacer: k-map-get( $kendo-spacing, 4 ) !default;
5
+ $kendo-taskboard-spacer: k-spacing(4) !default;
6
6
  /// The vertical padding of the TaskBoard.
7
7
  /// @group taskboard
8
8
  $kendo-taskboard-padding-y: null !default;
@@ -11,13 +11,13 @@ $kendo-taskboard-padding-y: null !default;
11
11
  $kendo-taskboard-padding-x: null !default;
12
12
  /// The font family of the TaskBoard.
13
13
  /// @group taskboard
14
- $kendo-taskboard-font-family: $kendo-font-family !default;
14
+ $kendo-taskboard-font-family: var( --kendo-font-family, inherit )!default;
15
15
  /// The font size of the TaskBoard.
16
16
  /// @group taskboard
17
- $kendo-taskboard-font-size: $kendo-font-size-md !default;
17
+ $kendo-taskboard-font-size: var( --kendo-font-size, inherit ) !default;
18
18
  /// The line height of the TaskBoard.
19
19
  /// @group taskboard
20
- $kendo-taskboard-line-height: $kendo-line-height-md !default;
20
+ $kendo-taskboard-line-height: var( --kendo-line-height, normal ) !default;
21
21
  /// The background color of the TaskBoard.
22
22
  /// @group taskboard
23
23
  $kendo-taskboard-bg: null !default;
@@ -56,13 +56,13 @@ $kendo-taskboard-content-padding-x: $kendo-taskboard-content-padding-y !default;
56
56
 
57
57
  /// The vertical spacing of the TaskBoard column container.
58
58
  /// @group taskboard
59
- $kendo-taskboard-column-container-spacing-y: k-math-div( $kendo-taskboard-spacer, 2 ) !default;
59
+ $kendo-taskboard-column-container-spacing-y: calc( #{$kendo-taskboard-spacer} / 2 ) !default;
60
60
  /// The vertical padding of the TaskBoard column container.
61
61
  /// @group taskboard
62
- $kendo-taskboard-column-container-padding-y: 0px !default;
62
+ $kendo-taskboard-column-container-padding-y: k-spacing(0) !default;
63
63
  /// The horizontal padding of the TaskBoard column container.
64
64
  /// @group taskboard
65
- $kendo-taskboard-column-container-padding-x: k-math-div( $kendo-taskboard-spacer, 2 ) !default;
65
+ $kendo-taskboard-column-container-padding-x: calc( #{$kendo-taskboard-spacer} / 2 ) !default;
66
66
  /// The spacing of the TaskBoard columns container.
67
67
  /// @group taskboard
68
68
  $kendo-taskboard-columns-container-gap: $kendo-taskboard-spacer !default;
@@ -75,7 +75,7 @@ $kendo-taskboard-column-width: 320px !default;
75
75
  $kendo-taskboard-column-border-width: 1px !default;
76
76
  /// The border radius of the TaskBoard column.
77
77
  /// @group taskboard
78
- $kendo-taskboard-column-border-radius: $kendo-border-radius-md !default;
78
+ $kendo-taskboard-column-border-radius: k-border-radius(md) !default;
79
79
  /// The background color of the TaskBoard column.
80
80
  /// @group taskboard
81
81
  $kendo-taskboard-column-bg: $kendo-base-bg !default;
@@ -98,16 +98,16 @@ $kendo-taskboard-column-focus-border: if($kendo-enable-color-system, k-color( bo
98
98
 
99
99
  /// The vertical padding of the TaskBoard column header.
100
100
  /// @group taskboard
101
- $kendo-taskboard-column-header-padding-y: k-math-div( $kendo-taskboard-spacer, 2 ) !default;
101
+ $kendo-taskboard-column-header-padding-y: calc( #{$kendo-taskboard-spacer} / 2 ) !default;
102
102
  /// The horizontal padding of the TaskBoard column header.
103
103
  /// @group taskboard
104
104
  $kendo-taskboard-column-header-padding-x: $kendo-taskboard-column-header-padding-y !default;
105
105
  /// The spacing of the TaskBoard column header.
106
106
  /// @group taskboard
107
- $kendo-taskboard-column-header-gap: k-math-div( $kendo-taskboard-spacer, 4 ) !default;
107
+ $kendo-taskboard-column-header-gap: calc( #{$kendo-taskboard-spacer} / 4 ) !default;
108
108
  /// The spacing of the TaskBoard column header actions.
109
109
  /// @group taskboard
110
- $kendo-taskboard-column-header-actions-gap: k-math-div( $kendo-taskboard-spacer, 2 ) !default;
110
+ $kendo-taskboard-column-header-actions-gap: calc( #{$kendo-taskboard-spacer} / 2 ) !default;
111
111
  /// The font weight of the TaskBoard column header.
112
112
  /// @group taskboard
113
113
  $kendo-taskboard-column-header-font-weight: 500 !default;
@@ -123,7 +123,7 @@ $kendo-taskboard-column-cards-padding-y: null !default;
123
123
  $kendo-taskboard-column-cards-padding-x: null !default;
124
124
  /// The spacing of the TaskBoard column Card wrapper.
125
125
  /// @group taskboard
126
- $kendo-taskboard-column-cards-gap: k-math-div( $kendo-taskboard-spacer, 2 ) !default;
126
+ $kendo-taskboard-column-cards-gap: calc( #{$kendo-taskboard-spacer} / 2 ) !default;
127
127
 
128
128
  /// The default width of the TaskBoard pane.
129
129
  /// @group taskboard
@@ -149,7 +149,7 @@ $kendo-taskboard-pane-border: $kendo-component-border !default;
149
149
 
150
150
  /// The vertical padding of the TaskBoard pane header.
151
151
  /// @group taskboard
152
- $kendo-taskboard-pane-header-padding-y: ( $kendo-taskboard-spacer * .75 ) !default;
152
+ $kendo-taskboard-pane-header-padding-y: calc( #{$kendo-taskboard-spacer} * .75 ) !default;
153
153
  /// The horizontal padding of the TaskBoard pane header.
154
154
  /// @group taskboard
155
155
  $kendo-taskboard-pane-header-padding-x: $kendo-taskboard-spacer !default;
@@ -162,14 +162,14 @@ $kendo-taskboard-pane-header-text: $kendo-component-header-text !default;
162
162
 
163
163
  /// The vertical padding of the TaskBoard pane content.
164
164
  /// @group taskboard
165
- $kendo-taskboard-pane-content-padding-y: 0px !default;
165
+ $kendo-taskboard-pane-content-padding-y: k-spacing(0) !default;
166
166
  /// The horizontal padding of the TaskBoard pane content.
167
167
  /// @group taskboard
168
168
  $kendo-taskboard-pane-content-padding-x: $kendo-taskboard-spacer !default;
169
169
 
170
170
  /// The vertical padding of the TaskBoard pane actions.
171
171
  /// @group taskboard
172
- $kendo-taskboard-pane-actions-padding-y: ( $kendo-taskboard-spacer * .75 ) !default;
172
+ $kendo-taskboard-pane-actions-padding-y: calc( #{$kendo-taskboard-spacer} * .75 ) !default;
173
173
  /// The horizontal padding of the TaskBoard pane actions.
174
174
  /// @group taskboard
175
175
  $kendo-taskboard-pane-actions-padding-x: $kendo-taskboard-spacer !default;
@@ -9,7 +9,7 @@ $kendo-tile-layout-bg: $kendo-base-bg !default;
9
9
 
10
10
  /// The horizontal padding of the TileLayout.
11
11
  /// @group tilelayout
12
- $kendo-tile-layout-padding-x: k-map-get( $kendo-spacing, 4 ) !default;
12
+ $kendo-tile-layout-padding-x: k-spacing(4) !default;
13
13
 
14
14
  /// The vertical padding of the TileLayout
15
15
  /// @group tilelayout
@@ -27,7 +27,7 @@ $kendo-tile-layout-card-focus-shadow: $kendo-card-focus-shadow !default;
27
27
  $kendo-tile-layout-hint-border-width: 1px !default;
28
28
  /// The radius of the border around the TileLayout hint.
29
29
  /// @group tilelayout
30
- $kendo-tile-layout-hint-border-radius: $kendo-border-radius-lg !default;
30
+ $kendo-tile-layout-hint-border-radius: k-border-radius(lg) !default;
31
31
  /// The color of the border around the TileLayout hint.
32
32
  /// @group tilelayout
33
33
  $kendo-tile-layout-hint-border: $kendo-component-border !default;
@@ -2,30 +2,30 @@
2
2
 
3
3
  /// The horizontal spacing of the Timeline.
4
4
  /// @group timeline
5
- $kendo-timeline-spacing-x: 40px !default;
5
+ $kendo-timeline-spacing-x: k-spacing(10) !default;
6
6
  /// The vertical spacing of the Timeline.
7
7
  /// @group timeline
8
- $kendo-timeline-spacing-y: 40px !default;
8
+ $kendo-timeline-spacing-y: k-spacing(10) !default;
9
9
  /// The padding between the Timeline's track items.
10
10
  /// @group timeline
11
- $kendo-timeline-items-padding: 16px !default;
11
+ $kendo-timeline-items-padding: k-spacing(4) !default;
12
12
 
13
13
  /// The font family of the Timeline.
14
14
  /// @group timeline
15
- $kendo-timeline-font-family: $kendo-font-family !default;
15
+ $kendo-timeline-font-family: var( --kendo-font-family, inherit ) !default;
16
16
  /// The font size of the Timeline.
17
17
  /// @group timeline
18
- $kendo-timeline-font-size: $kendo-font-size-md !default;
18
+ $kendo-timeline-font-size: var( --kendo-font-size, inherit ) !default;
19
19
  /// The line height of the Timeline.
20
20
  /// @group timeline
21
- $kendo-timeline-line-height: $kendo-line-height-md !default;
21
+ $kendo-timeline-line-height: var( --kendo-line-height, normal ) !default;
22
22
 
23
23
  /// The horizontal spacing of the mobile Timeline.
24
24
  /// @group timeline
25
- $kendo-timeline-mobile-spacing-x: 16px !default;
25
+ $kendo-timeline-mobile-spacing-x: k-spacing(4) !default;
26
26
  /// The vertical spacing of the mobile Timeline.
27
27
  /// @group timeline
28
- $kendo-timeline-mobile-spacing-y: 16px !default;
28
+ $kendo-timeline-mobile-spacing-y: k-spacing(4) !default;
29
29
 
30
30
  /// The width of the Timeline track arrow.
31
31
  /// @group timeline
@@ -55,7 +55,7 @@ $kendo-timeline-track-wrap-padding-bottom: k-math-div( $kendo-timeline-track-siz
55
55
  $kendo-timeline-track-border-width: 1px !default;
56
56
  /// The bottom margin of the Timeline track.
57
57
  /// @group timeline
58
- $kendo-timeline-track-margin-bottom: 16px !default;
58
+ $kendo-timeline-track-margin-bottom: k-spacing(4) !default;
59
59
  /// The bottom offset of the Timeline track.
60
60
  /// @group timeline
61
61
  $kendo-timeline-track-bottom-calc: calc(#{k-math-div( $kendo-timeline-track-arrow-height, 2 )} + #{$kendo-timeline-track-wrap-padding-bottom}) !default;
@@ -127,7 +127,7 @@ $kendo-timeline-flag-margin-bottom-calc: calc(#{$kendo-timeline-track-size} + 2
127
127
  $kendo-timeline-date-width: 50px !default;
128
128
  /// The bottom margin of the Timeline date.
129
129
  /// @group timeline
130
- $kendo-timeline-date-margin-bottom: 8px !default;
130
+ $kendo-timeline-date-margin-bottom: k-spacing(2) !default;
131
131
 
132
132
  /// The padding of the vertical Timeline.
133
133
  /// @group timeline
@@ -1,9 +1,9 @@
1
1
  // Time selector
2
2
 
3
3
  $kendo-time-selector-border-width: 1px !default;
4
- $kendo-time-selector-font-family: $kendo-font-family !default;
5
- $kendo-time-selector-font-size: $kendo-font-size-md !default;
6
- $kendo-time-selector-line-height: $kendo-line-height-md !default;
4
+ $kendo-time-selector-font-family: var( --kendo-font-family, inherit ) !default;
5
+ $kendo-time-selector-font-size: var( --kendo-font-size, inherit ) !default;
6
+ $kendo-time-selector-line-height: var( --kendo-line-height, normal ) !default;
7
7
 
8
8
  $kendo-time-selector-bg: $kendo-component-bg !default;
9
9
  $kendo-time-selector-text: $kendo-component-text !default;
@@ -16,9 +16,9 @@ $kendo-time-selector-header-border-width: 0px !default;
16
16
  $kendo-time-list-width: 4em !default;
17
17
  $kendo-time-list-height: 240px !default;
18
18
 
19
- $kendo-time-list-title-font-size: $kendo-font-size-sm !default;
19
+ $kendo-time-list-title-font-size: var( --kendo-font-size-sm, inherit ) !default;
20
20
  $kendo-time-list-title-line-height: 1.5 !default;
21
- $kendo-time-list-title-height: ( $kendo-time-list-title-font-size * $kendo-time-list-title-line-height) !default;
21
+ $kendo-time-list-title-height: calc( #{$kendo-time-list-title-font-size} * #{$kendo-time-list-title-line-height} ) !default;
22
22
  $kendo-time-list-title-text: $kendo-subtle-text !default;
23
23
  $kendo-time-list-title-focus-text: $kendo-component-text !default;
24
24
 
@@ -26,7 +26,7 @@ $kendo-time-list-item-padding-x: $kendo-list-md-item-padding-x !default;
26
26
  $kendo-time-list-item-padding-y: $kendo-list-md-item-padding-y !default;
27
27
 
28
28
  $kendo-time-list-highlight-border-width: 1px 0px !default;
29
- $kendo-time-list-highlight-height: calc( #{$kendo-time-selector-font-size * $kendo-time-selector-line-height} + #{ $kendo-time-list-item-padding-y * 2} ) !default;
29
+ $kendo-time-list-highlight-height: calc( calc( #{$kendo-time-selector-font-size} * #{$kendo-time-selector-line-height} ) + calc( #{$kendo-time-list-item-padding-y} * 2 ) ) !default;
30
30
  $kendo-time-list-highlight-bg: $kendo-component-bg !default;
31
31
  $kendo-time-list-highlight-border: $kendo-component-border !default;
32
32
 
@@ -5,39 +5,39 @@
5
5
  $kendo-toolbar-padding-x: null !default;
6
6
  /// The horizontal padding of the small Toolbar.
7
7
  /// @group toolbar
8
- $kendo-toolbar-sm-padding-x: k-map-get( $kendo-spacing, 1 ) !default;
8
+ $kendo-toolbar-sm-padding-x: k-spacing(1) !default;
9
9
  /// The horizontal padding of the medium Toolbar.
10
10
  /// @group toolbar
11
- $kendo-toolbar-md-padding-x: k-map-get( $kendo-spacing, 2 ) !default;
11
+ $kendo-toolbar-md-padding-x: k-spacing(2) !default;
12
12
  /// The horizontal padding of the large Toolbar.
13
13
  /// @group toolbar
14
- $kendo-toolbar-lg-padding-x: k-map-get( $kendo-spacing, 2.5 ) !default;
14
+ $kendo-toolbar-lg-padding-x: k-spacing(2.5) !default;
15
15
 
16
16
  /// The vertical padding of the Toolbar.
17
17
  /// @group toolbar
18
18
  $kendo-toolbar-padding-y: null !default;
19
19
  /// The vertical padding of the small Toolbar.
20
20
  /// @group toolbar
21
- $kendo-toolbar-sm-padding-y: k-map-get( $kendo-spacing, 1 ) !default;
21
+ $kendo-toolbar-sm-padding-y: k-spacing(1) !default;
22
22
  /// The vertical padding of the medium Toolbar.
23
23
  /// @group toolbar
24
- $kendo-toolbar-md-padding-y: k-map-get( $kendo-spacing, 2 ) !default;
24
+ $kendo-toolbar-md-padding-y: k-spacing(2) !default;
25
25
  /// The vertical padding of the large Toolbar.
26
26
  /// @group toolbar
27
- $kendo-toolbar-lg-padding-y: k-map-get( $kendo-spacing, 2.5 ) !default;
27
+ $kendo-toolbar-lg-padding-y: k-spacing(2.5) !default;
28
28
 
29
29
  /// The spacing between the Toolbar tools.
30
30
  /// @group toolbar
31
31
  $kendo-toolbar-spacing: null !default;
32
32
  /// The spacing between the tools of the small Toolbar.
33
33
  /// @group toolbar
34
- $kendo-toolbar-sm-spacing: k-map-get( $kendo-spacing, 1.5 ) !default;
34
+ $kendo-toolbar-sm-spacing: k-spacing(1.5) !default;
35
35
  /// The spacing between the tools of the medium Toolbar.
36
36
  /// @group toolbar
37
- $kendo-toolbar-md-spacing: k-map-get( $kendo-spacing, 2 ) !default;
37
+ $kendo-toolbar-md-spacing: k-spacing(2) !default;
38
38
  /// The spacing between the tools of the large Toolbar.
39
39
  /// @group toolbar
40
- $kendo-toolbar-lg-spacing: k-map-get( $kendo-spacing, 2.5 ) !default;
40
+ $kendo-toolbar-lg-spacing: k-spacing(2.5) !default;
41
41
 
42
42
  /// The width of the border around the Toolbar.
43
43
  /// @group toolbar
@@ -48,13 +48,13 @@ $kendo-toolbar-border-radius: null !default;
48
48
 
49
49
  /// The font family of the Toolbar.
50
50
  /// @group toolbar
51
- $kendo-toolbar-font-family: $kendo-font-family !default;
51
+ $kendo-toolbar-font-family: var( --kendo-font-family, inherit ) !default;
52
52
  /// The font size of the Toolbar.
53
53
  /// @group toolbar
54
- $kendo-toolbar-font-size: $kendo-font-size-md !default;
54
+ $kendo-toolbar-font-size: var( --kendo-font-size, inherit ) !default;
55
55
  /// The line height of the Toolbar.
56
56
  /// @group toolbar
57
- $kendo-toolbar-line-height: $kendo-line-height-md !default;
57
+ $kendo-toolbar-line-height: var( --kendo-line-height, normal ) !default;
58
58
 
59
59
  /// The background color of the Toolbar.
60
60
  /// @group toolbar
@@ -11,21 +11,21 @@ $kendo-tooltip-padding-x: $kendo-padding-md-x !default;
11
11
  $kendo-tooltip-border-width: 0px !default;
12
12
  /// The border radius of the Tooltip.
13
13
  /// @group tooltip
14
- $kendo-tooltip-border-radius: $kendo-border-radius-md !default;
14
+ $kendo-tooltip-border-radius: k-border-radius(md) !default;
15
15
 
16
16
  /// The font family of the Tooltip.
17
17
  /// @group tooltip
18
- $kendo-tooltip-font-family: $kendo-font-family !default;
18
+ $kendo-tooltip-font-family: var( --kendo-font-family, inherit ) !default;
19
19
  /// The font size of the Tooltip.
20
20
  /// @group tooltip
21
- $kendo-tooltip-font-size: $kendo-font-size-md !default;
21
+ $kendo-tooltip-font-size: var( --kendo-font-size, inherit ) !default;
22
22
  /// The line height of the Tooltip.
23
23
  /// @group tooltip
24
24
  $kendo-tooltip-line-height: 1.25 !default;
25
25
 
26
26
  /// The font size of the Tooltip title.
27
27
  /// @group tooltip
28
- $kendo-tooltip-title-font-size: ($kendo-tooltip-font-size * 1.25) !default;
28
+ $kendo-tooltip-title-font-size: calc( #{$kendo-tooltip-font-size} * 1.25 ) !default;
29
29
  /// The line height of the Tooltip title.
30
30
  /// @group tooltip
31
31
  $kendo-tooltip-title-line-height: 1 !default;
@@ -1,3 +1,8 @@
1
1
  // Treelist
2
+
3
+ /// The background color of the TreeList footer row.
4
+ /// @group treelist
2
5
  $kendo-treelist-footer-row-bg: $kendo-grid-hover-bg !default;
6
+ /// The border width of the TreeList footer row.
7
+ /// @group treelist
3
8
  $kendo-treelist-footer-row-border-width: 1px !default;
@@ -2,69 +2,69 @@
2
2
 
3
3
  /// The font family of the TreeView.
4
4
  /// @group treeview
5
- $kendo-treeview-font-family: $kendo-font-family !default;
5
+ $kendo-treeview-font-family: var( --kendo-font-family, inherit ) !default;
6
6
  /// The font size of the TreeView.
7
7
  /// @group treeview
8
- $kendo-treeview-font-size: $kendo-font-size-md !default;
8
+ $kendo-treeview-font-size: var( --kendo-font-size, inherit ) !default;
9
9
  /// The font size of the small TreeView.
10
10
  /// @group treeview
11
- $kendo-treeview-sm-font-size: $kendo-font-size-md !default;
11
+ $kendo-treeview-sm-font-size: var( --kendo-font-size, inherit ) !default;
12
12
  /// The font size of the medium TreeView.
13
13
  /// @group treeview
14
- $kendo-treeview-md-font-size: $kendo-font-size-md !default;
14
+ $kendo-treeview-md-font-size: var( --kendo-font-size, inherit ) !default;
15
15
  /// The font size of the large TreeView.
16
16
  /// @group treeview
17
- $kendo-treeview-lg-font-size: $kendo-font-size-lg !default;
17
+ $kendo-treeview-lg-font-size: var( --kendo-font-size-lg, inherit ) !default;
18
18
  /// The line height of the TreeView.
19
19
  /// @group treeview
20
- $kendo-treeview-line-height: $kendo-line-height-md !default;
20
+ $kendo-treeview-line-height: var( --kendo-line-height, normal ) !default;
21
21
  /// The line height of the small TreeView.
22
22
  /// @group treeview
23
- $kendo-treeview-sm-line-height: $kendo-line-height-md !default;
23
+ $kendo-treeview-sm-line-height: var( --kendo-line-height, normal ) !default;
24
24
  /// The line height of the medium TreeView.
25
25
  /// @group treeview
26
- $kendo-treeview-md-line-height: $kendo-line-height-md !default;
26
+ $kendo-treeview-md-line-height: var( --kendo-line-height, normal ) !default;
27
27
  /// The line height of the large TreeView.
28
28
  /// @group treeview
29
- $kendo-treeview-lg-line-height: $kendo-line-height-lg !default;
29
+ $kendo-treeview-lg-line-height: var( --kendo-line-height-lg, normal ) !default;
30
30
  /// The indentation of child groups in the TreeView.
31
31
  /// @group treeview
32
32
  $kendo-treeview-indent: 24px !default;
33
33
 
34
34
  /// The horizontal padding of the TreeView items.
35
35
  /// @group treeview
36
- $kendo-treeview-item-padding-x: k-map-get( $kendo-spacing, 2 ) !default;
36
+ $kendo-treeview-item-padding-x: k-spacing(2) !default;
37
37
  /// The horizontal padding of the small TreeView items.
38
38
  /// @group treeview
39
- $kendo-treeview-sm-item-padding-x: k-map-get( $kendo-spacing, 2 ) !default;
39
+ $kendo-treeview-sm-item-padding-x: k-spacing(2) !default;
40
40
  /// The horizontal padding of the medium TreeView items.
41
41
  /// @group treeview
42
- $kendo-treeview-md-item-padding-x: k-map-get( $kendo-spacing, 2 ) !default;
42
+ $kendo-treeview-md-item-padding-x: k-spacing(2) !default;
43
43
  /// The horizontal padding of the large TreeView items.
44
44
  /// @group treeview
45
- $kendo-treeview-lg-item-padding-x: k-map-get( $kendo-spacing, 3 ) !default;
45
+ $kendo-treeview-lg-item-padding-x: k-spacing(3) !default;
46
46
  /// The vertical padding of the TreeView items.
47
47
  /// @group treeview
48
- $kendo-treeview-item-padding-y: k-map-get( $kendo-spacing, 1 ) !default;
48
+ $kendo-treeview-item-padding-y: k-spacing(1) !default;
49
49
  /// The vertical padding of the small TreeView items.
50
50
  /// @group treeview
51
- $kendo-treeview-sm-item-padding-y: k-map-get( $kendo-spacing, 0.5 ) !default;
51
+ $kendo-treeview-sm-item-padding-y: k-spacing(0.5) !default;
52
52
  /// The vertical padding of the medium TreeView items.
53
53
  /// @group treeview
54
- $kendo-treeview-md-item-padding-y: k-map-get( $kendo-spacing, 1 ) !default;
54
+ $kendo-treeview-md-item-padding-y: k-spacing(1) !default;
55
55
  /// The vertical padding of the large TreeView items.
56
56
  /// @group treeview
57
- $kendo-treeview-lg-item-padding-y: k-map-get( $kendo-spacing, 2 ) !default;
57
+ $kendo-treeview-lg-item-padding-y: k-spacing(2) !default;
58
58
  /// The border width of the TreeView items
59
59
  /// @group treeview
60
60
  $kendo-treeview-item-border-width: 0px !default;
61
61
  /// The border radius of the TreeView items.
62
62
  /// @group treeview
63
- $kendo-treeview-item-border-radius: $kendo-border-radius-md !default;
63
+ $kendo-treeview-item-border-radius: k-border-radius(md) !default;
64
64
 
65
65
  /// The horizontal padding of the checkbox in the small TreeView.
66
66
  /// @group treeview
67
- $kendo-treeview-sm-checkbox-padding-x: k-map-get( $kendo-spacing, 1 ) !default;
67
+ $kendo-treeview-sm-checkbox-padding-x: k-spacing(1) !default;
68
68
  /// The horizontal padding of the checkbox in the medium TreeView.
69
69
  /// @group treeview
70
70
  $kendo-treeview-md-checkbox-padding-x: $kendo-treeview-sm-checkbox-padding-x !default;
@@ -73,7 +73,7 @@ $kendo-treeview-md-checkbox-padding-x: $kendo-treeview-sm-checkbox-padding-x !de
73
73
  $kendo-treeview-lg-checkbox-padding-x: $kendo-treeview-sm-checkbox-padding-x !default;
74
74
  /// The vertical padding of the checkbox in the small TreeView.
75
75
  /// @group treeview
76
- $kendo-treeview-sm-checkbox-padding-y: k-map-get( $kendo-spacing, .5 ) !default;
76
+ $kendo-treeview-sm-checkbox-padding-y: k-spacing(0.5) !default;
77
77
  /// The vertical padding of the checkbox in the medium TreeView.
78
78
  /// @group treeview
79
79
  $kendo-treeview-md-checkbox-padding-y: $kendo-treeview-sm-checkbox-padding-y !default;