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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (110) hide show
  1. package/dist/all.css +7449 -4373
  2. package/dist/all.scss +5930 -5095
  3. package/dist/meta/variables.json +2266 -2154
  4. package/lib/swatches/bootstrap-3-dark.json +1 -1
  5. package/lib/swatches/bootstrap-3.json +1 -1
  6. package/lib/swatches/bootstrap-4-dark.json +1 -1
  7. package/lib/swatches/bootstrap-4.json +1 -1
  8. package/lib/swatches/bootstrap-dataviz-v4.json +1 -1
  9. package/lib/swatches/bootstrap-main-dark.json +1 -1
  10. package/lib/swatches/bootstrap-main.json +1 -1
  11. package/lib/swatches/bootstrap-nordic.json +1 -1
  12. package/lib/swatches/bootstrap-turquoise-dark.json +1 -1
  13. package/lib/swatches/bootstrap-turquoise.json +1 -1
  14. package/lib/swatches/bootstrap-urban.json +1 -1
  15. package/lib/swatches/bootstrap-vintage.json +1 -1
  16. package/package.json +6 -6
  17. package/scss/_variables.scss +0 -121
  18. package/scss/action-buttons/_variables.scss +4 -4
  19. package/scss/action-sheet/_variables.scss +17 -17
  20. package/scss/adaptive/_variables.scss +3 -3
  21. package/scss/appbar/_variables.scss +6 -6
  22. package/scss/avatar/_variables.scss +6 -6
  23. package/scss/badge/_variables.scss +4 -4
  24. package/scss/bottom-navigation/_variables.scss +8 -8
  25. package/scss/breadcrumb/_variables.scss +16 -16
  26. package/scss/button/_variables.scss +14 -14
  27. package/scss/calendar/_variables.scss +35 -33
  28. package/scss/captcha/_variables.scss +6 -6
  29. package/scss/card/_variables.scss +10 -10
  30. package/scss/chat/_variables.scss +13 -13
  31. package/scss/checkbox/_layout.scss +3 -3
  32. package/scss/checkbox/_variables.scss +9 -9
  33. package/scss/chip/_theme.scss +2 -2
  34. package/scss/chip/_variables.scss +20 -19
  35. package/scss/color-preview/_variables.scss +1 -1
  36. package/scss/coloreditor/_variables.scss +8 -8
  37. package/scss/colorgradient/_variables.scss +11 -11
  38. package/scss/colorpalette/_variables.scss +3 -3
  39. package/scss/core/_index.scss +14 -0
  40. package/scss/core/border-radii/index.import.scss +45 -0
  41. package/scss/core/color-system/_palettes.scss +28 -28
  42. package/scss/core/color-system/_swatch.scss +80 -80
  43. package/scss/core/spacing/index.import.scss +14 -0
  44. package/scss/core/typography/index.import.scss +111 -0
  45. package/scss/dataviz/_variables.scss +8 -8
  46. package/scss/datetimepicker/_variables.scss +1 -1
  47. package/scss/dock-manager/_variables.scss +10 -10
  48. package/scss/draggable/_variables.scss +4 -4
  49. package/scss/drawer/_variables.scss +8 -7
  50. package/scss/dropdowntree/_variables.scss +2 -2
  51. package/scss/dropzone/_variables.scss +8 -8
  52. package/scss/editor/_variables.scss +3 -3
  53. package/scss/expansion-panel/_variables.scss +9 -9
  54. package/scss/fab/_variables.scss +16 -16
  55. package/scss/filemanager/_variables.scss +9 -9
  56. package/scss/forms/_layout.scss +3 -3
  57. package/scss/forms/_variables.scss +17 -17
  58. package/scss/gantt/_variables.scss +152 -7
  59. package/scss/grid/_variables.scss +64 -64
  60. package/scss/imageeditor/_variables.scss +7 -7
  61. package/scss/input/_variables.scss +8 -8
  62. package/scss/list/_variables.scss +26 -26
  63. package/scss/listbox/_variables.scss +6 -6
  64. package/scss/listgroup/_variables.scss +5 -5
  65. package/scss/listview/_variables.scss +7 -7
  66. package/scss/loader/_layout.scss +1 -1
  67. package/scss/loader/_variables.scss +25 -25
  68. package/scss/map/_variables.scss +8 -8
  69. package/scss/mediaplayer/_variables.scss +5 -5
  70. package/scss/menu/_layout.scss +1 -1
  71. package/scss/menu/_variables.scss +28 -28
  72. package/scss/messagebox/_variables.scss +3 -3
  73. package/scss/notification/_variables.scss +4 -4
  74. package/scss/orgchart/_variables.scss +11 -11
  75. package/scss/pager/_variables.scss +12 -12
  76. package/scss/panelbar/_variables.scss +9 -9
  77. package/scss/pdf-viewer/_variables.scss +5 -5
  78. package/scss/pivotgrid/_variables.scss +15 -15
  79. package/scss/popup/_variables.scss +5 -5
  80. package/scss/progressbar/_variables.scss +3 -3
  81. package/scss/prompt/_variables.scss +7 -7
  82. package/scss/radio/_variables.scss +9 -9
  83. package/scss/rating/_variables.scss +3 -3
  84. package/scss/scheduler/_layout.scss +1 -1
  85. package/scss/scheduler/_variables.scss +165 -22
  86. package/scss/scrollview/_variables.scss +5 -5
  87. package/scss/signature/_variables.scss +7 -7
  88. package/scss/skeleton/_variables.scss +1 -1
  89. package/scss/slider/_variables.scss +4 -4
  90. package/scss/splitter/_variables.scss +6 -6
  91. package/scss/spreadsheet/_layout.scss +1 -1
  92. package/scss/spreadsheet/_variables.scss +17 -17
  93. package/scss/stepper/_variables.scss +9 -9
  94. package/scss/switch/_variables.scss +2 -2
  95. package/scss/table/_variables.scss +10 -10
  96. package/scss/tabstrip/_variables.scss +79 -38
  97. package/scss/taskboard/_variables.scss +17 -17
  98. package/scss/tilelayout/_variables.scss +2 -2
  99. package/scss/timeline/_variables.scss +8 -8
  100. package/scss/timeselector/_variables.scss +6 -6
  101. package/scss/toolbar/_variables.scss +12 -12
  102. package/scss/tooltip/_variables.scss +4 -4
  103. package/scss/treelist/_variables.scss +5 -0
  104. package/scss/treeview/_variables.scss +19 -19
  105. package/scss/typography/_variables.scss +253 -12
  106. package/scss/upload/_variables.scss +8 -8
  107. package/scss/window/_variables.scss +10 -10
  108. package/scss/wizard/_variables.scss +7 -7
  109. package/dist/meta/sassdoc-data.json +0 -121604
  110. package/dist/meta/sassdoc-raw-data.json +0 -56092
@@ -1,116 +1,157 @@
1
- // Tabstrip
1
+ // TabStrip
2
2
 
3
- $kendo-tabstrip-wrapper-padding-x: 0px !default;
4
- $kendo-tabstrip-wrapper-padding-y: 0px !default;
3
+
4
+ /// The horizontal padding of the TabStrip wrapper.
5
+ /// @group tabstrip
6
+ $kendo-tabstrip-wrapper-padding-x: k-spacing(0) !default;
7
+ /// The vertical padding of the TabStrip wrapper.
8
+ /// @group tabstrip
9
+ $kendo-tabstrip-wrapper-padding-y: k-spacing(0) !default;
10
+ /// The border width around the TabStrip wrapper.
11
+ /// @group tabstrip
5
12
  $kendo-tabstrip-wrapper-border-width: 0px !default;
6
13
 
7
- $kendo-tabstrip-font-family: $kendo-font-family !default;
8
- $kendo-tabstrip-font-size: $kendo-font-size-md !default;
9
- $kendo-tabstrip-line-height: $kendo-line-height-md !default;
14
+ /// The font family of the TabStrip.
15
+ /// @group tabstrip
16
+ $kendo-tabstrip-font-family: var( --kendo-font-family, inherit ) !default;
17
+ /// The font size of the TabStrip.
18
+ /// @group tabstrip
19
+ $kendo-tabstrip-font-size: var( --kendo-font-size, inherit ) !default;
20
+ /// The line height of the TabStrip.
21
+ /// @group tabstrip
22
+ $kendo-tabstrip-line-height: var( --kendo-line-height, normal ) !default;
23
+ /// The border width around the TabStrip.
24
+ /// @group tabstrip
10
25
  $kendo-tabstrip-border-width: 1px !default;
11
26
 
27
+ /// The background color of the TabStrip wrapper.
28
+ /// @group tabstrip
12
29
  $kendo-tabstrip-wrapper-bg: null !default;
30
+ /// The text color of the TabStrip wrapper.
31
+ /// @group tabstrip
13
32
  $kendo-tabstrip-wrapper-text: null !default;
33
+ /// The border color of the TabStrip wrapper.
34
+ /// @group tabstrip
14
35
  $kendo-tabstrip-wrapper-border: null !default;
15
36
 
16
- /// Background color of tabstrip component
37
+ /// The background color of the TabStrip.
17
38
  /// @group tabstrip
18
39
  $kendo-tabstrip-bg: null !default;
19
- /// Text color of tabstrip component
40
+ /// The text color of the TabStrip.
20
41
  /// @group tabstrip
21
42
  $kendo-tabstrip-text: $kendo-component-text !default;
22
- /// Border color of tabstrip component
43
+ /// The border color of the TabStrip.
23
44
  /// @group tabstrip
24
45
  $kendo-tabstrip-border: $kendo-component-border !default;
25
46
 
26
- /// Horizontal padding of tabs
47
+ /// The horizontal padding of the TabStrip items.
27
48
  /// @group tabstrip
28
49
  $kendo-tabstrip-item-padding-x: $nav-link-padding-x !default;
29
- /// Vertical padding of tabs
50
+ /// The vertical padding of the TabStrip items.
30
51
  /// @group tabstrip
31
52
  $kendo-tabstrip-item-padding-y: $nav-link-padding-y !default;
32
- /// Width of border around tabs
53
+ /// The border width around the TabStrip items.
33
54
  /// @group tabstrip
34
55
  $kendo-tabstrip-item-border-width: 1px !default;
35
- /// Border radius of tabs
56
+ /// The border radius of the TabStrip items.
36
57
  /// @group tabstrip
37
- $kendo-tabstrip-item-border-radius: k-map-get( $kendo-spacing, 1 ) !default;
38
- /// Spacing between tabs
58
+ $kendo-tabstrip-item-border-radius: k-spacing(1) !default;
59
+ /// The gap between the TabStrip items.
39
60
  /// @group tabstrip
40
- $kendo-tabstrip-item-gap: 0 !default;
61
+ $kendo-tabstrip-item-gap: k-spacing(0) !default;
41
62
 
42
- /// Background color of tabs
63
+ /// The background color of the TabStrip items.
43
64
  /// @group tabstrip
44
65
  $kendo-tabstrip-item-bg: null !default;
45
- /// Text color of tabs
66
+ /// The text color of the TabStrip items.
46
67
  /// @group tabstrip
47
68
  $kendo-tabstrip-item-text: $kendo-link-text !default;
48
- /// Border color of tabs
69
+ /// The border color of the TabStrip items.
49
70
  /// @group tabstrip
50
71
  $kendo-tabstrip-item-border: null !default;
51
- /// Background gradient of tabs
72
+ /// The gradient of the TabStrip items.
52
73
  /// @group tabstrip
53
74
  $kendo-tabstrip-item-gradient: null !default;
54
75
 
55
- /// Background color of hovered tabs
76
+ /// The background color of the hovered TabStrip items.
56
77
  /// @group tabstrip
57
78
  $kendo-tabstrip-item-hover-bg: null !default;
58
- /// Text color of hovered tabs
79
+ /// The text color of the hovered TabStrip items.
59
80
  /// @group tabstrip
60
81
  $kendo-tabstrip-item-hover-text: $kendo-link-hover-text !default;
61
- /// Border color of hovered tabs
82
+ /// The border color of the hovered TabStrip items.
62
83
  /// @group tabstrip
63
- $kendo-tabstrip-item-hover-border: $gray-200 !default;
64
- /// Background gradient of hovered tabs
84
+ $kendo-tabstrip-item-hover-border: if($kendo-enable-color-system, k-color( base-subtle ), $gray-200) !default;
85
+ /// The gradient of the hovered TabStrip items.
65
86
  /// @group tabstrip
66
87
  $kendo-tabstrip-item-hover-gradient: null !default;
67
88
 
68
- /// Background color of selected tabs
89
+ /// The background color of the selected TabStrip items.
69
90
  /// @group tabstrip
70
91
  $kendo-tabstrip-item-selected-bg: $kendo-component-bg !default;
71
- /// Text color of selected tabs
92
+ /// The text color of the selected TabStrip items.
72
93
  /// @group tabstrip
73
94
  $kendo-tabstrip-item-selected-text: $kendo-component-text !default;
74
- /// Border color of selected tabs
95
+ /// The border color of the selected TabStrip items.
75
96
  /// @group tabstrip
76
97
  $kendo-tabstrip-item-selected-border: $kendo-component-border !default;
77
- /// Background gradient of selected tabs
98
+ /// The gradient of the selected TabStrip items.
78
99
  /// @group tabstrip
79
100
  $kendo-tabstrip-item-selected-gradient: null !default;
80
101
 
102
+ /// The shadow of the focused TabStrip items.
103
+ /// @group tabstrip
81
104
  $kendo-tabstrip-item-focus-shadow: $kendo-list-item-focus-shadow !default;
82
105
 
106
+ /// The shadow of the dragged TabStrip items.
107
+ /// @group tabstrip
83
108
  $kendo-tabstrip-item-dragging-shadow: k-elevation(3) !default;
84
109
 
110
+ /// The background color of the disabled TabStrip items.
111
+ /// @group tabstrip
85
112
  $kendo-tabstrip-item-disabled-bg: null !default;
113
+ /// The text color of the disabled TabStrip items.
114
+ /// @group tabstrip
86
115
  $kendo-tabstrip-item-disabled-text: null !default;
116
+ /// The border color of the disabled TabStrip items.
117
+ /// @group tabstrip
87
118
  $kendo-tabstrip-item-disabled-border: null !default;
119
+ /// The gradient of the disabled TabStrip items.
120
+ /// @group tabstrip
88
121
  $kendo-tabstrip-item-disabled-gradient: null !default;
122
+ /// The opacity of the disabled TabStrip items.
123
+ /// @group tabstrip
89
124
  $kendo-tabstrip-item-disabled-opacity: null !default;
125
+ /// The filter of the disabled TabStrip items.
126
+ /// @group tabstrip
90
127
  $kendo-tabstrip-item-disabled-filter: null !default;
91
128
 
129
+ /// The border width of the TabStrip indicator.
130
+ /// @group tabstrip
92
131
  $kendo-tabstrip-indicator-size: null !default;
132
+ /// The border color of the TabStrip ripple.
133
+ /// @group tabstrip
93
134
  $kendo-tabstrip-indicator-color: null !default;
94
135
 
95
- /// Horizontal padding of tabstrip content
136
+ /// The horizontal padding of the TabStrip content.
96
137
  /// @group tabstrip
97
- $kendo-tabstrip-content-padding-x: k-map-get( $kendo-spacing, 4 ) !default;
98
- /// Vertical padding of tabstrip content
138
+ $kendo-tabstrip-content-padding-x: k-spacing(4) !default;
139
+ /// The vertical padding of the TabStrip content.
99
140
  /// @group tabstrip
100
- $kendo-tabstrip-content-padding-y: k-map-get( $kendo-spacing, 4 ) !default;
101
- /// Width of border around tabstrip content
141
+ $kendo-tabstrip-content-padding-y: k-spacing(4) !default;
142
+ /// The border width around the TabStrip content.
102
143
  /// @group tabstrip
103
144
  $kendo-tabstrip-content-border-width: $kendo-tabstrip-border-width !default;
104
145
 
105
- /// Background color of tabstrip content
146
+ /// The background color of the TabStrip content.
106
147
  /// @group tabstrip
107
148
  $kendo-tabstrip-content-bg: $kendo-component-bg !default;
108
- /// Text color of tabstrip content
149
+ /// The text color of the TabStrip content.
109
150
  /// @group tabstrip
110
151
  $kendo-tabstrip-content-text: $kendo-component-text !default;
111
- /// Border color of tabstrip content
152
+ /// The border color of the TabStrip content.
112
153
  /// @group tabstrip
113
154
  $kendo-tabstrip-content-border: $kendo-component-border !default;
114
- /// Border color of tabstrip focused content
155
+ /// The border color of the focused TabStrip content.
115
156
  /// @group tabstrip
116
157
  $kendo-tabstrip-content-focus-border: $kendo-component-text !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: $kendo-taskboard-spacer * .75 !default;
59
+ $kendo-taskboard-column-container-spacing-y: calc( #{$kendo-taskboard-spacer} * .75 ) !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: $kendo-taskboard-spacer * .75 !default;
65
+ $kendo-taskboard-column-container-padding-x: calc( #{$kendo-taskboard-spacer} * .75 ) !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-sm !default;
78
+ $kendo-taskboard-column-border-radius: k-border-radius(sm) !default;
79
79
  /// The background color of the TaskBoard column.
80
80
  /// @group taskboard
81
81
  $kendo-taskboard-column-bg: if($kendo-enable-color-system, k-color( surface ), if( $kendo-is-dark-theme, $gray-900, $gray-100 )) !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: $kendo-taskboard-spacer * .75 !default;
101
+ $kendo-taskboard-column-header-padding-y: calc( #{$kendo-taskboard-spacer} * .75 ) !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;
@@ -117,13 +117,13 @@ $kendo-taskboard-column-header-text: $kendo-component-header-text !default;
117
117
 
118
118
  /// The vertical padding of the TaskBoard column Card wrapper.
119
119
  /// @group taskboard
120
- $kendo-taskboard-column-cards-padding-y: $kendo-taskboard-spacer * .25 !default;
120
+ $kendo-taskboard-column-cards-padding-y: calc( #{$kendo-taskboard-spacer} * .25 ) !default;
121
121
  /// The horizontal padding of the TaskBoard column Card wrapper.
122
122
  /// @group taskboard
123
- $kendo-taskboard-column-cards-padding-x: 0px !default;
123
+ $kendo-taskboard-column-cards-padding-x: k-spacing(0) !default;
124
124
  /// The spacing of the TaskBoard column Card wrapper.
125
125
  /// @group taskboard
126
- $kendo-taskboard-column-cards-gap: $kendo-taskboard-spacer * .75 !default;
126
+ $kendo-taskboard-column-cards-gap: calc( #{$kendo-taskboard-spacer} * .75 ) !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;
@@ -5,11 +5,11 @@
5
5
  $kendo-tile-layout-border-width: 0px !default;
6
6
  /// The background color of the TileLayout.
7
7
  /// @group tilelayout
8
- $kendo-tile-layout-bg: $gray-100 !default;
8
+ $kendo-tile-layout-bg: if($kendo-enable-color-system, k-color( surface ), $gray-100) !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
@@ -2,23 +2,23 @@
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
11
  $kendo-timeline-items-padding: $kendo-padding-md-x !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
@@ -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: k-map-get( $kendo-spacing, 4 ) !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;
@@ -67,7 +67,7 @@ $kendo-timeline-track-start-calc: calc(#{$kendo-timeline-track-arrow-width} - 2
67
67
  $kendo-timeline-track-end-calc: calc(#{$kendo-timeline-track-arrow-width} - 2 * #{$kendo-timeline-track-border-width}) !default;
68
68
  /// The background color of the Timeline track.
69
69
  /// @group timeline
70
- $kendo-timeline-track-bg: $kendo-button-bg !default;
70
+ $kendo-timeline-track-bg: if($kendo-enable-color-system, k-color( base-subtle ), $kendo-button-bg) !default;
71
71
  /// The border color of the Timeline track.
72
72
  /// @group timeline
73
73
  $kendo-timeline-track-border-color: $kendo-timeline-track-bg !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: 10px !default;
130
+ $kendo-timeline-date-margin-bottom: k-spacing(2.5) !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
@@ -15,17 +15,17 @@ $kendo-tooltip-border-radius: $tooltip-border-radius !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-sm !default;
21
+ $kendo-tooltip-font-size: var( --kendo-font-size-sm, inherit ) !default;
22
22
  /// The line height of the Tooltip.
23
23
  /// @group tooltip
24
- $kendo-tooltip-line-height: $kendo-line-height-md !default;
24
+ $kendo-tooltip-line-height: var( --kendo-line-height, normal ) !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( var( --kendo-font-size-sm, #{$kendo-font-size-sm} ) * 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-header-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,31 +2,31 @@
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-sm !default;
11
+ $kendo-treeview-sm-font-size: var( --kendo-font-size-sm, 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-md !default;
17
+ $kendo-treeview-lg-font-size: var( --kendo-font-size, 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
23
  $kendo-treeview-sm-line-height: k-math-div( 20, 14 ) !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-md !default;
29
+ $kendo-treeview-lg-line-height: var( --kendo-line-height, normal ) !default;
30
30
 
31
31
  /// The indentation of child groups in the TreeView.
32
32
  /// @group treeview
@@ -34,38 +34,38 @@ $kendo-treeview-indent: 24px !default;
34
34
 
35
35
  /// The horizontal padding of the TreeView items.
36
36
  /// @group treeview
37
- $kendo-treeview-item-padding-x: k-map-get( $kendo-spacing, 3 ) !default;
37
+ $kendo-treeview-item-padding-x: k-spacing(3) !default;
38
38
  /// The horizontal padding of the small TreeView items.
39
39
  /// @group treeview
40
- $kendo-treeview-sm-item-padding-x: k-map-get( $kendo-spacing, 2 ) !default;
40
+ $kendo-treeview-sm-item-padding-x: k-spacing(2) !default;
41
41
  /// The horizontal padding of the medium TreeView items.
42
42
  /// @group treeview
43
- $kendo-treeview-md-item-padding-x: k-map-get( $kendo-spacing, 3 ) !default;
43
+ $kendo-treeview-md-item-padding-x: k-spacing(3) !default;
44
44
  /// The horizontal padding of the large TreeView items.
45
45
  /// @group treeview
46
- $kendo-treeview-lg-item-padding-x: k-map-get( $kendo-spacing, 3 ) !default;
46
+ $kendo-treeview-lg-item-padding-x: k-spacing(3) !default;
47
47
  /// The vertical padding of the TreeView items.
48
48
  /// @group treeview
49
- $kendo-treeview-item-padding-y: k-map-get( $kendo-spacing, 1 ) !default;
49
+ $kendo-treeview-item-padding-y: k-spacing(1) !default;
50
50
  /// The vertical padding of the small TreeView items.
51
51
  /// @group treeview
52
- $kendo-treeview-sm-item-padding-y: k-map-get( $kendo-spacing, 1 ) !default;
52
+ $kendo-treeview-sm-item-padding-y: k-spacing(1) !default;
53
53
  /// The vertical padding of the medium TreeView items.
54
54
  /// @group treeview
55
- $kendo-treeview-md-item-padding-y: k-map-get( $kendo-spacing, 1 ) !default;
55
+ $kendo-treeview-md-item-padding-y: k-spacing(1) !default;
56
56
  /// The vertical padding of the large TreeView items.
57
57
  /// @group treeview
58
- $kendo-treeview-lg-item-padding-y: k-map-get( $kendo-spacing, 2 ) !default;
58
+ $kendo-treeview-lg-item-padding-y: k-spacing(2) !default;
59
59
  /// The border width of the TreeView items.
60
60
  /// @group treeview
61
61
  $kendo-treeview-item-border-width: 0px !default;
62
62
  /// The border radius of the TreeView items.
63
63
  /// @group treeview
64
- $kendo-treeview-item-border-radius: k-map-get( $kendo-spacing, 1 ) !default;
64
+ $kendo-treeview-item-border-radius: k-spacing(1) !default;
65
65
 
66
66
  /// The horizontal padding of the checkbox in the small TreeView.
67
67
  /// @group treeview
68
- $kendo-treeview-sm-checkbox-padding-x: k-map-get( $kendo-spacing, 1 ) !default;
68
+ $kendo-treeview-sm-checkbox-padding-x: k-spacing(1) !default;
69
69
  /// The horizontal padding of the checkbox in the medium TreeView.
70
70
  /// @group treeview
71
71
  $kendo-treeview-md-checkbox-padding-x: $kendo-treeview-sm-checkbox-padding-x !default;
@@ -74,7 +74,7 @@ $kendo-treeview-md-checkbox-padding-x: $kendo-treeview-sm-checkbox-padding-x !de
74
74
  $kendo-treeview-lg-checkbox-padding-x: $kendo-treeview-sm-checkbox-padding-x !default;
75
75
  /// The vertical padding of the checkbox in the small TreeView.
76
76
  /// @group treeview
77
- $kendo-treeview-sm-checkbox-padding-y: k-map-get( $kendo-spacing, .5 ) !default;
77
+ $kendo-treeview-sm-checkbox-padding-y: k-spacing(0.5) !default;
78
78
  /// The vertical padding of the checkbox in the medium TreeView.
79
79
  /// @group treeview
80
80
  $kendo-treeview-md-checkbox-padding-y: null !default;