@progress/kendo-theme-fluent 6.5.0-dev.0 → 6.5.0-dev.2

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 (113) hide show
  1. package/dist/all.css +13080 -13001
  2. package/dist/meta/sassdoc-data.json +6515 -4671
  3. package/dist/meta/sassdoc-raw-data.json +8442 -7517
  4. package/lib/swatches/all.json +1 -1
  5. package/lib/swatches/fluent-main.json +1 -1
  6. package/package.json +4 -4
  7. package/scss/action-sheet/_layout.scss +7 -0
  8. package/scss/action-sheet/_variables.scss +4 -1
  9. package/scss/adaptive/_variables.scss +4 -4
  10. package/scss/appbar/_variables.scss +35 -34
  11. package/scss/avatar/_variables.scss +5 -5
  12. package/scss/badge/_variables.scss +5 -5
  13. package/scss/bottom-navigation/_variables.scss +44 -48
  14. package/scss/breadcrumb/_layout.scss +37 -10
  15. package/scss/breadcrumb/_variables.scss +126 -35
  16. package/scss/button/_variables.scss +11 -11
  17. package/scss/calendar/_layout.scss +1 -1
  18. package/scss/calendar/_variables.scss +11 -11
  19. package/scss/card/_variables.scss +2 -2
  20. package/scss/chat/_variables.scss +8 -8
  21. package/scss/checkbox/_variables.scss +16 -16
  22. package/scss/chip/_variables.scss +12 -12
  23. package/scss/color-preview/_variables.scss +4 -4
  24. package/scss/coloreditor/_variables.scss +31 -32
  25. package/scss/colorgradient/_variables.scss +74 -74
  26. package/scss/colorpalette/_variables.scss +17 -17
  27. package/scss/core/_index.scss +6 -11
  28. package/scss/core/_variables.scss +1 -79
  29. package/scss/core/color-system/_index.scss +0 -2
  30. package/scss/core/color-system/utils/_functions.scss +4 -66
  31. package/scss/core/helpers/_index.scss +0 -4
  32. package/scss/dataviz/_layout.scss +5 -5
  33. package/scss/dataviz/_variables.scss +37 -37
  34. package/scss/daterangepicker/_theme.scss +1 -1
  35. package/scss/dialog/_variables.scss +20 -20
  36. package/scss/draggable/_variables.scss +2 -2
  37. package/scss/drawer/_variables.scss +9 -9
  38. package/scss/dropzone/_variables.scss +3 -3
  39. package/scss/editor/_variables.scss +38 -32
  40. package/scss/expansion-panel/_variables.scss +41 -38
  41. package/scss/fab/_theme.scss +1 -1
  42. package/scss/fab/_variables.scss +8 -8
  43. package/scss/filter/_variables.scss +15 -15
  44. package/scss/forms/_variables.scss +2 -2
  45. package/scss/gantt/_layout.scss +2 -2
  46. package/scss/gantt/_variables.scss +22 -22
  47. package/scss/grid/_theme.scss +2 -2
  48. package/scss/grid/_variables.scss +11 -11
  49. package/scss/imageeditor/_variables.scss +2 -2
  50. package/scss/index.scss +3 -0
  51. package/scss/input/_variables.scss +42 -42
  52. package/scss/list/_variables.scss +14 -14
  53. package/scss/listbox/_variables.scss +16 -17
  54. package/scss/listgroup/_variables.scss +1 -1
  55. package/scss/listview/_variables.scss +37 -37
  56. package/scss/loader/_variables.scss +70 -24
  57. package/scss/map/_variables.scss +4 -4
  58. package/scss/mediaplayer/_variables.scss +2 -2
  59. package/scss/menu/_variables.scss +3 -3
  60. package/scss/notification/_variables.scss +22 -20
  61. package/scss/orgchart/_variables.scss +5 -5
  62. package/scss/pager/_variables.scss +4 -4
  63. package/scss/panelbar/_variables.scss +3 -3
  64. package/scss/pdf-viewer/_variables.scss +2 -2
  65. package/scss/pivotgrid/_variables.scss +4 -4
  66. package/scss/popover/_variables.scss +34 -34
  67. package/scss/popup/_variables.scss +1 -1
  68. package/scss/progressbar/_variables.scss +51 -55
  69. package/scss/radio/_variables.scss +10 -10
  70. package/scss/rating/_theme.scss +1 -1
  71. package/scss/rating/_variables.scss +4 -4
  72. package/scss/scheduler/_theme.scss +1 -1
  73. package/scss/scheduler/_variables.scss +9 -9
  74. package/scss/scrollview/_variables.scss +42 -52
  75. package/scss/searchbox/_variables.scss +1 -1
  76. package/scss/signature/_variables.scss +2 -2
  77. package/scss/skeleton/_variables.scss +4 -4
  78. package/scss/slider/_variables.scss +11 -11
  79. package/scss/split-button/_variables.scss +1 -1
  80. package/scss/splitter/_variables.scss +3 -3
  81. package/scss/spreadsheet/_variables.scss +17 -17
  82. package/scss/stepper/_variables.scss +8 -8
  83. package/scss/switch/_variables.scss +17 -17
  84. package/scss/table/_variables.scss +3 -3
  85. package/scss/tabstrip/_variables.scss +5 -5
  86. package/scss/taskboard/_variables.scss +5 -5
  87. package/scss/tilelayout/_variables.scss +9 -9
  88. package/scss/timeline/_variables.scss +7 -7
  89. package/scss/timeselector/_layout.scss +1 -1
  90. package/scss/timeselector/_theme.scss +1 -1
  91. package/scss/toolbar/_variables.scss +3 -3
  92. package/scss/tooltip/_variables.scss +4 -4
  93. package/scss/treeview/_variables.scss +2 -2
  94. package/scss/upload/_variables.scss +39 -39
  95. package/scss/utils/_layout.scss +6 -4
  96. package/scss/window/_variables.scss +45 -45
  97. package/scss/wizard/_variables.scss +1 -1
  98. package/scss/core/_layout.scss +0 -13
  99. package/scss/core/_theme.scss +0 -9
  100. package/scss/core/color-system/_variables.scss +0 -172
  101. package/scss/core/functions/_index.scss +0 -3
  102. package/scss/core/functions/_strings.scss +0 -37
  103. package/scss/core/helpers/_base.scss +0 -136
  104. package/scss/core/helpers/_layout.scss +0 -64
  105. package/scss/core/helpers/_loading.scss +0 -120
  106. package/scss/core/helpers/_selection.scss +0 -27
  107. package/scss/core/mixins/_border-radius.scss +0 -60
  108. package/scss/core/mixins/_box-shadow.scss +0 -8
  109. package/scss/core/mixins/_decoration.scss +0 -30
  110. package/scss/core/mixins/_disabled.scss +0 -10
  111. package/scss/core/mixins/_hide-scrollbar.scss +0 -14
  112. package/scss/core/mixins/_index.scss +0 -6
  113. package/scss/core/mixins/_typography.scss +0 -7
@@ -2,61 +2,104 @@
2
2
  @use "../core/" as *;
3
3
  @use "../icon/_variables.scss" as *;
4
4
 
5
- /// The horizontal margin of the breadcrumb
5
+ /// The horizontal margin of the Breadcrumb
6
6
  /// @group breadcrumb
7
7
  $kendo-breadcrumb-margin-x: 0px !default;
8
- /// The vertical margin of the breadcrumb
8
+ /// The vertical margin of the Breadcrumb
9
9
  /// @group breadcrumb
10
10
  $kendo-breadcrumb-margin-y: 0px !default;
11
- /// The horizontal padding of the breadcrumb
11
+ /// The horizontal padding of the Breadcrumb
12
12
  /// @group breadcrumb
13
13
  $kendo-breadcrumb-padding-x: 0px !default;
14
- /// The vertical padding of the breadcrumb
14
+ /// The vertical padding of the Breadcrumb
15
15
  /// @group breadcrumb
16
16
  $kendo-breadcrumb-padding-y: 0px !default;
17
- /// The width of the border around the breadcrumb
17
+
18
+ /// The width of the border around the Breadcrumb
18
19
  /// @group breadcrumb
19
20
  $kendo-breadcrumb-border-width: 0px !default;
20
- /// The font family of the breadcrumb
21
+
22
+ /// The font family of the Breadcrumb
21
23
  /// @group breadcrumb
22
24
  $kendo-breadcrumb-font-family: var( --kendo-font-family, inherit ) !default;
23
- /// The font size of the breadcrumb
25
+ /// The font size of the Breadcrumb
26
+
24
27
  /// @group breadcrumb
25
28
  $kendo-breadcrumb-font-size: var( --kendo-font-size, inherit ) !default;
26
- /// The line height of the breadcrumb
29
+ /// The font size of the small breadcrumb.
30
+ /// @group breadcrumb
31
+ $kendo-breadcrumb-sm-font-size: var( --kendo-font-size-md, inherit ) !default;
32
+ /// The font size of the medium breadcrumb.
33
+ /// @group breadcrumb
34
+ $kendo-breadcrumb-md-font-size: var( --kendo-font-size-md, inherit ) !default;
35
+ /// The font size of the large breadcrumb.
36
+ /// @group breadcrumb
37
+ $kendo-breadcrumb-lg-font-size: var( --kendo-font-size-md, inherit ) !default;
38
+
39
+ /// The line height used along with the $kendo-font-size variable of the Breadcrumb.
27
40
  /// @group breadcrumb
28
41
  $kendo-breadcrumb-line-height: var( --kendo-line-height, normal ) !default;
29
- /// The background color of the breadcrumb
42
+ /// The line height used along with the $kendo-font-size variable of the small breadcrumb.
43
+ /// @group breadcrumb
44
+ $kendo-breadcrumb-sm-line-height: var( --kendo-line-height, normal ) !default;
45
+ /// The line height used along with the $kendo-font-size variable of the medium breadcrumb.
46
+ /// @group breadcrumb
47
+ $kendo-breadcrumb-md-line-height: var( --kendo-line-height, normal ) !default;
48
+ /// The line height used along with the $kendo-font-size variable of the large breadcrumb.
49
+ /// @group breadcrumb
50
+ $kendo-breadcrumb-lg-line-height: var( --kendo-line-height, normal ) !default;
51
+
52
+ /// The background color of the Breadcrumb
30
53
  /// @group breadcrumb
31
54
  $kendo-breadcrumb-bg: var( --kendo-component-bg, initial ) !default;
32
- /// The text color of the breadcrumb
55
+ /// The text color of the Breadcrumb
33
56
  /// @group breadcrumb
34
- $kendo-breadcrumb-text: get-theme-color-var( neutral-130 ) !default;
57
+ $kendo-breadcrumb-text: k-get-theme-color-var( neutral-130 ) !default;
35
58
  /// The border color of the breadcrumb
36
59
  /// @group breadcrumb
37
60
  $kendo-breadcrumb-border: transparent !default;
38
61
  /// The box shadow of the focused breadcrumb
39
62
  /// @group breadcrumb
40
- $kendo-breadcrumb-focus-shadow: 0 0 0 1px get-theme-color-var( neutral-30 ) !default;
63
+ $kendo-breadcrumb-focus-shadow: 0 0 0 1px k-get-theme-color-var( neutral-30 ) !default;
41
64
 
42
- /// The horizontal padding of the breadcrumb link
65
+ /// The horizontal padding of the Breadcrumb link
43
66
  /// @group breadcrumb
44
67
  $kendo-breadcrumb-link-padding-x: map.get( $kendo-spacing, 2 ) !default;
45
- /// The vertical padding of the breadcrumb link
68
+ /// The horizontal padding of the small Breadcrumb link.
69
+ /// @group breadcrumb
70
+ $kendo-breadcrumb-sm-link-padding-x: map.get( $kendo-spacing, 2 ) !default;
71
+ /// The horizontal padding of the medium Breadcrumb link.
72
+ /// @group breadcrumb
73
+ $kendo-breadcrumb-md-link-padding-x: $kendo-breadcrumb-link-padding-x !default;
74
+ /// The horizontal padding of the large Breadcrumb link.
75
+ /// @group breadcrumb
76
+ $kendo-breadcrumb-lg-link-padding-x: map.get( $kendo-spacing, 2 ) !default;
77
+
78
+ /// The vertical padding of the Breadcrumb link
79
+ /// @group breadcrumb
80
+ $kendo-breadcrumb-link-padding-y: map.get( $kendo-spacing, 2 ) !default;
81
+ /// The vertical padding of the small Breadcrumb link.
46
82
  /// @group breadcrumb
47
- $kendo-breadcrumb-link-padding-y: map.get( $kendo-spacing, 1.5 ) !default;
48
- /// The radius of the border around the breadcrumb link
83
+ $kendo-breadcrumb-sm-link-padding-y: map.get( $kendo-spacing, 1.5 ) !default;
84
+ /// The vertical padding of the medium Breadcrumb link.
85
+ /// @group breadcrumb
86
+ $kendo-breadcrumb-md-link-padding-y: $kendo-breadcrumb-link-padding-y !default;
87
+ /// The vertical padding of the large Breadcrumb link.
88
+ /// @group breadcrumb
89
+ $kendo-breadcrumb-lg-link-padding-y: map.get( $kendo-spacing, 2.5 ) !default;
90
+
91
+ /// The radius of the border around the Breadcrumb link
49
92
  /// @group breadcrumb
50
93
  $kendo-breadcrumb-link-border-radius: 0px !default;
51
- /// The initial text color of the breadcrumb link
94
+ /// The initial text color of the Breadcrumb link
52
95
  /// @group breadcrumb
53
96
  $kendo-breadcrumb-link-initial-text: inherit !default;
54
- /// The background color of the breadcrumb link
97
+ /// The background color of the Breadcrumb link
55
98
  /// @group breadcrumb
56
99
  $kendo-breadcrumb-link-bg: transparent !default;
57
- /// The text color of the breadcrumb link
100
+ /// The text color of the Breadcrumb link
58
101
  /// @group breadcrumb
59
- $kendo-breadcrumb-link-text: get-theme-color-var( neutral-130 ) !default;
102
+ $kendo-breadcrumb-link-text: k-get-theme-color-var( neutral-130 ) !default;
60
103
  /// The borer color of the breadcrumb link
61
104
  /// @group breadcrumb
62
105
  $kendo-breadcrumb-link-border: transparent !default;
@@ -65,7 +108,7 @@ $kendo-breadcrumb-link-border: transparent !default;
65
108
  $kendo-breadcrumb-link-hover-bg: var( --kendo-hover-bg, initial ) !default;
66
109
  /// The text color of the hovered breadcrumb link
67
110
  /// @group breadcrumb
68
- $kendo-breadcrumb-link-hover-text: get-theme-color-var( neutral-160 ) !default;
111
+ $kendo-breadcrumb-link-hover-text: k-get-theme-color-var( neutral-160 ) !default;
69
112
  /// The border color of the hovered breadcrumb link
70
113
  /// @group breadcrumb
71
114
  $kendo-breadcrumb-link-hover-border: var( --kendo-hover-border, initial ) !default;
@@ -77,16 +120,16 @@ $kendo-breadcrumb-link-active-bg: var( --kendo-selected-bg, initial ) !default;
77
120
  $kendo-breadcrumb-link-active-text: var( --kendo-selected-text, initial ) !default;
78
121
  /// The border color of the active breadcrumb link
79
122
  /// @group breadcrumb
80
- $kendo-breadcrumb-link-active-border: get-theme-color-var( neutral-30 ) !default;
123
+ $kendo-breadcrumb-link-active-border: k-get-theme-color-var( neutral-30 ) !default;
81
124
  /// The background color of the focused breadcrumb link
82
125
  /// @group breadcrumb
83
126
  $kendo-breadcrumb-link-focus-bg: transparent !default;
84
127
  /// The text color of the focused breadcrumb link
85
128
  /// @group breadcrumb
86
- $kendo-breadcrumb-link-focus-text: get-theme-color-var( neutral-190 ) !default;
129
+ $kendo-breadcrumb-link-focus-text: k-get-theme-color-var( neutral-190 ) !default;
87
130
  /// The box shadow of the focused breadcrumb link
88
131
  /// @group breadcrumb
89
- $kendo-breadcrumb-link-focus-shadow: inset 0 0 0 1px get-theme-color-var( neutral-130 ) !default;
132
+ $kendo-breadcrumb-link-focus-shadow: inset 0 0 0 1px k-get-theme-color-var( neutral-130 ) !default;
90
133
  /// The focus and hover background color of the breadcrumb link
91
134
  /// @group breadcrumb
92
135
  $kendo-breadcrumb-link-focus-hover-bg: var( --kendo-hover-bg, initial ) !default;
@@ -99,12 +142,12 @@ $kendo-breadcrumb-link-disabled-text: var( --kendo-disabled-text, initial ) !def
99
142
  /// The border color of the disabled breadcrumb link
100
143
  /// @group breadcrumb
101
144
  $kendo-breadcrumb-link-disabled-border: none !default;
102
- /// The background color of selected the breadcrumb link
145
+ /// The background color of selected the Breadcrumb link
103
146
  /// @group breadcrumb
104
147
  $kendo-breadcrumb-link-selected-bg: var( --kendo-component-bg, initial ) !default;
105
148
  /// The text color of the selected breadcrumb link
106
149
  /// @group breadcrumb
107
- $kendo-breadcrumb-link-selected-text: get-theme-color-var( neutral-160 ) !default;
150
+ $kendo-breadcrumb-link-selected-text: k-get-theme-color-var( neutral-160 ) !default;
108
151
  /// The border color of the selected breadcrumb link
109
152
  /// @group breadcrumb
110
153
  $kendo-breadcrumb-link-selected-border: transparent !default;
@@ -112,13 +155,13 @@ $kendo-breadcrumb-link-selected-border: transparent !default;
112
155
  /// @group breadcrumb
113
156
  $kendo-breadcrumb-link-selected-font-weight: var( --kendo-font-weight-bold, bold ) !default;
114
157
 
115
- /// The background color of the breadcrumb root link
158
+ /// The background color of the Breadcrumb root link
116
159
  /// @group breadcrumb
117
160
  $kendo-breadcrumb-root-link-bg: $kendo-breadcrumb-link-bg !default;
118
- /// The text color of the breadcrumb root link
161
+ /// The text color of the Breadcrumb root link
119
162
  /// @group breadcrumb
120
163
  $kendo-breadcrumb-root-link-text: $kendo-breadcrumb-link-text !default;
121
- /// The border color of the breadcrumb root link
164
+ /// The border color of the Breadcrumb root link
122
165
  /// @group breadcrumb
123
166
  $kendo-breadcrumb-root-link-border: $kendo-breadcrumb-link-border !default;
124
167
  /// The background color of the hovered breadcrumb root link
@@ -148,7 +191,7 @@ $kendo-breadcrumb-root-link-focus-text: $kendo-breadcrumb-link-focus-text !defau
148
191
  /// The border color of the focused breadcrumb root link
149
192
  /// @group breadcrumb
150
193
  $kendo-breadcrumb-root-link-focus-shadow: $kendo-breadcrumb-link-focus-shadow !default;
151
- /// The focus and hover background color of the breadcrumb root link
194
+ /// The focus and hover background color of the Breadcrumb root link
152
195
  /// @group breadcrumb
153
196
  $kendo-breadcrumb-root-link-focus-hover-bg: $kendo-breadcrumb-link-focus-hover-bg !default;
154
197
  /// The text color of the disabled breadcrumb root link
@@ -159,13 +202,61 @@ $kendo-breadcrumb-current-item-bg: null !default;
159
202
  $kendo-breadcrumb-current-item-text: null !default;
160
203
  $kendo-breadcrumb-current-item-border: null !default;
161
204
 
162
- /// The horizontal padding of the breadcrumb link icon
205
+ /// The vertical padding of the Breadcrumb link icon
206
+ /// @group breadcrumb
207
+ $kendo-breadcrumb-icon-link-padding-y: map.get( $kendo-spacing, 2.5 ) !default;
208
+ /// The vertical padding of the small Breadcrumb link icon.
209
+ /// @group breadcrumb
210
+ $kendo-breadcrumb-sm-icon-link-padding-y: map.get( $kendo-spacing, 2 ) !default;
211
+ /// The vertical padding of the medium Breadcrumb link icon.
212
+ /// @group breadcrumb
213
+ $kendo-breadcrumb-md-icon-link-padding-y: $kendo-breadcrumb-icon-link-padding-y !default;
214
+ /// The vertical padding of the large Breadcrumb link icon.
215
+ /// @group breadcrumb
216
+ $kendo-breadcrumb-lg-icon-link-padding-y: map.get( $kendo-spacing, 3 ) !default;
217
+
218
+ /// The horizontal padding of the Breadcrumb link icon
219
+ /// @group breadcrumb
220
+ $kendo-breadcrumb-icon-link-padding-x: $kendo-breadcrumb-icon-link-padding-y !default;
221
+ /// The horizontal padding of the small Breadcrumb link icon.
163
222
  /// @group breadcrumb
164
- $kendo-breadcrumb-icon-link-padding-x: $kendo-breadcrumb-link-padding-x !default;
165
- /// The vertical padding of the breadcrumb link icon
223
+ $kendo-breadcrumb-sm-icon-link-padding-x: $kendo-breadcrumb-sm-icon-link-padding-y !default;
224
+ /// The horizontal padding of the medium Breadcrumb link icon.
166
225
  /// @group breadcrumb
167
- $kendo-breadcrumb-icon-link-padding-y: $kendo-breadcrumb-icon-link-padding-x !default;
226
+ $kendo-breadcrumb-md-icon-link-padding-x: $kendo-breadcrumb-icon-link-padding-x !default;
227
+ /// The horizontal padding of the large Breadcrumb link icon.
228
+ /// @group breadcrumb
229
+ $kendo-breadcrumb-lg-icon-link-padding-x: $kendo-breadcrumb-lg-icon-link-padding-y !default;
168
230
 
169
231
  // Root link spacing
170
- $kendo-breadcrumb-root-link-spacing: 0px !default;
171
232
  $kendo-breadcrumb-link-icon-spacing: var( --kendo-icon-spacing, #{$kendo-icon-spacing} ) !default;
233
+
234
+
235
+ /// The sizes map for the Breadcrumb.
236
+ /// @group breadcrumb
237
+ $kendo-breadcrumb-sizes: (
238
+ sm: (
239
+ link-padding-x: $kendo-breadcrumb-sm-link-padding-x,
240
+ link-padding-y: $kendo-breadcrumb-sm-link-padding-y,
241
+ icon-link-padding-x: $kendo-breadcrumb-sm-icon-link-padding-x,
242
+ icon-link-padding-y: $kendo-breadcrumb-sm-icon-link-padding-y,
243
+ font-size: $kendo-breadcrumb-sm-font-size,
244
+ line-height: $kendo-breadcrumb-sm-line-height
245
+ ),
246
+ md: (
247
+ link-padding-x: $kendo-breadcrumb-md-link-padding-x,
248
+ link-padding-y: $kendo-breadcrumb-md-link-padding-y,
249
+ icon-link-padding-x: $kendo-breadcrumb-md-icon-link-padding-x,
250
+ icon-link-padding-y: $kendo-breadcrumb-md-icon-link-padding-y,
251
+ font-size: $kendo-breadcrumb-md-font-size,
252
+ line-height: $kendo-breadcrumb-md-line-height
253
+ ),
254
+ lg: (
255
+ link-padding-x: $kendo-breadcrumb-lg-link-padding-x,
256
+ link-padding-y: $kendo-breadcrumb-lg-link-padding-y,
257
+ icon-link-padding-x: $kendo-breadcrumb-lg-icon-link-padding-x,
258
+ icon-link-padding-y: $kendo-breadcrumb-lg-icon-link-padding-y,
259
+ font-size: $kendo-breadcrumb-lg-font-size,
260
+ line-height: $kendo-breadcrumb-lg-line-height
261
+ )
262
+ ) !default;
@@ -225,12 +225,12 @@ $_tc-brand-matrix: (
225
225
  // The color matrix for warning Buttons
226
226
  $_tc-warning-matrix: (
227
227
  solid: (
228
- normal: (100, get-theme-color-var( neutral-160 ), 100),
229
- hover: (110, get-theme-color-var( neutral-190 ), 110),
230
- focus: (100, get-theme-color-var( neutral-160 ), 100, $kendo-color-white),
231
- focus-hover: (110, get-theme-color-var( neutral-190 ), 110, $kendo-color-white),
232
- active: (120, get-theme-color-var( neutral-190 ), 120),
233
- active-hover: (110, get-theme-color-var( neutral-190 ), 110),
228
+ normal: (100, k-get-theme-color-var( neutral-160 ), 100),
229
+ hover: (110, k-get-theme-color-var( neutral-190 ), 110),
230
+ focus: (100, k-get-theme-color-var( neutral-160 ), 100, $kendo-color-white),
231
+ focus-hover: (110, k-get-theme-color-var( neutral-190 ), 110, $kendo-color-white),
232
+ active: (120, k-get-theme-color-var( neutral-190 ), 120),
233
+ active-hover: (110, k-get-theme-color-var( neutral-190 ), 110),
234
234
  disabled: (var( --kendo-disabled-bg, inherit ), var( --kendo-disabled-text, inherit ), var( --kendo-disabled-border, inherit ))
235
235
  ),
236
236
  flat: (
@@ -377,7 +377,7 @@ $kendo-button-theme-colors: () !default;
377
377
  @each $fill-mode, $ui-states in $_tc-base-matrix {
378
378
  $kendo-button-theme-colors: map.deep-merge(
379
379
  $kendo-button-theme-colors,
380
- generate-fill-mode-theme-variation( $fill-mode, base, neutral, $ui-states )
380
+ k-generate-fill-mode-theme-variation( $fill-mode, base, neutral, $ui-states )
381
381
  );
382
382
  }
383
383
 
@@ -386,7 +386,7 @@ $kendo-button-theme-colors: () !default;
386
386
  @each $brand-color, $palette in $kendo-button-brand-colors {
387
387
  $kendo-button-theme-colors: map.deep-merge(
388
388
  $kendo-button-theme-colors,
389
- generate-fill-mode-theme-variation( $fill-mode, $brand-color, $palette, $ui-states )
389
+ k-generate-fill-mode-theme-variation( $fill-mode, $brand-color, $palette, $ui-states )
390
390
  )
391
391
  }
392
392
  }
@@ -395,7 +395,7 @@ $kendo-button-theme-colors: () !default;
395
395
  @each $fill-mode, $ui-states in $_tc-warning-matrix {
396
396
  $kendo-button-theme-colors: map.deep-merge(
397
397
  $kendo-button-theme-colors,
398
- generate-fill-mode-theme-variation( $fill-mode, warning, warning, $ui-states )
398
+ k-generate-fill-mode-theme-variation( $fill-mode, warning, warning, $ui-states )
399
399
  );
400
400
  }
401
401
 
@@ -403,7 +403,7 @@ $kendo-button-theme-colors: () !default;
403
403
  @each $fill-mode, $ui-states in $_tc-dark-matrix {
404
404
  $kendo-button-theme-colors: map.deep-merge(
405
405
  $kendo-button-theme-colors,
406
- generate-fill-mode-theme-variation( $fill-mode, dark, neutral, $ui-states )
406
+ k-generate-fill-mode-theme-variation( $fill-mode, dark, neutral, $ui-states )
407
407
  );
408
408
  }
409
409
 
@@ -411,6 +411,6 @@ $kendo-button-theme-colors: () !default;
411
411
  @each $fill-mode, $ui-states in $_tc-light-matrix {
412
412
  $kendo-button-theme-colors: map.deep-merge(
413
413
  $kendo-button-theme-colors,
414
- generate-fill-mode-theme-variation( $fill-mode, light, neutral, $ui-states )
414
+ k-generate-fill-mode-theme-variation( $fill-mode, light, neutral, $ui-states )
415
415
  );
416
416
  }
@@ -288,7 +288,7 @@
288
288
  overflow-y: auto;
289
289
  display: block;
290
290
 
291
- @include hide-scrollbar();
291
+ @include hide-scrollbar-dir-agnostic();
292
292
  }
293
293
 
294
294
  // scoped in calendar until it is used elsewhere
@@ -41,7 +41,7 @@ $kendo-calendar-header-min-width: ($kendo-calendar-cell-size * 8) !default;
41
41
 
42
42
  /// Background color of the calendar header.
43
43
  /// @group calendar
44
- $kendo-calendar-header-bg: get-theme-color-var( neutral-10 ) !default; // $kendo-component-header-bg
44
+ $kendo-calendar-header-bg: k-get-theme-color-var( neutral-10 ) !default; // $kendo-component-header-bg
45
45
  /// Text color of the calendar header.
46
46
  /// @group calendar
47
47
  $kendo-calendar-header-text: $kendo-calendar-text !default; // $kendo-component-header-text
@@ -74,7 +74,7 @@ $kendo-calendar-cell-padding-y: $kendo-calendar-cell-padding-x !default;
74
74
  $kendo-calendar-cell-line-height: $kendo-calendar-line-height !default;
75
75
  /// Border radius of the calendar cell.
76
76
  /// @group calendar
77
- $kendo-calendar-cell-border-radius: var( --kendo-border-radius-md, 0 ) !default;
77
+ $kendo-calendar-cell-border-radius: var( --kendo-border-radius-md, 0) !default;
78
78
 
79
79
  /// Horizontal padding of the calendar header cell.
80
80
  /// @group calendar
@@ -145,13 +145,13 @@ $kendo-calendar-weekend-text: inherit !default;
145
145
  $kendo-calendar-today-text: $kendo-color-white !default; // use contrast function
146
146
  /// Background color of the calendar today cell.
147
147
  /// @group calendar
148
- $kendo-calendar-today-bg: get-theme-color-var( primary-100 ) !default;
148
+ $kendo-calendar-today-bg: k-get-theme-color-var( primary-100 ) !default;
149
149
  /// Text color of the calendar today cell when hovered.
150
150
  /// @group calendar
151
151
  $kendo-calendar-today-hover-text: $kendo-color-white !default; // use contrast function
152
152
  /// Background color of the calendar today cell when hovered.
153
153
  /// @group calendar
154
- $kendo-calendar-today-hover-bg: get-theme-color-var( primary-120 ) !default;
154
+ $kendo-calendar-today-hover-bg: k-get-theme-color-var( primary-120 ) !default;
155
155
  /// Border radius of the calendar today cell.
156
156
  /// @group calendar
157
157
  $kendo-calendar-today-border-radius: 9999px !default;
@@ -206,7 +206,7 @@ $kendo-calendar-cell-selected-hover-text: var( --kendo-selected-hover-text, inhe
206
206
 
207
207
  /// Shadow of the selected calendar cell when focused.
208
208
  /// @group calendar
209
- $kendo-calendar-cell-focus-shadow: inset 0 0 0 1px get-theme-color-var( neutral-130) !default;
209
+ $kendo-calendar-cell-focus-shadow: inset 0 0 0 1px k-get-theme-color-var( neutral-130) !default;
210
210
  /// Shadow of the selected calendar cell when selected and focused.
211
211
  /// @group calendar
212
212
  $kendo-calendar-cell-selected-focus-shadow: $kendo-calendar-cell-focus-shadow !default;
@@ -222,7 +222,7 @@ $kendo-calendar-navigation-item-height: 2em !default;
222
222
 
223
223
  /// Background color of the navigation in the infinite calendar.
224
224
  /// @group calendar
225
- $kendo-calendar-navigation-bg: get-theme-color-var( neutral-10 ) !default;
225
+ $kendo-calendar-navigation-bg: k-get-theme-color-var( neutral-10 ) !default;
226
226
  /// Text color of the navigation in the infinite calendar.
227
227
  /// @group calendar
228
228
  $kendo-calendar-navigation-text: $kendo-calendar-header-text !default;
@@ -253,22 +253,22 @@ $kendo-infinite-calendar-view-height: ( $kendo-calendar-cell-size * 9 ) !default
253
253
  // Range calendar
254
254
  /// Background color of the range selection in the calendar.
255
255
  /// @group calendar
256
- $kendo-calendar-range-bg: get-theme-color-var( neutral-30 ) !default;
256
+ $kendo-calendar-range-bg: k-get-theme-color-var( neutral-30 ) !default;
257
257
  /// Text color of the range selection in the calendar.
258
258
  /// @group calendar
259
259
  $kendo-calendar-range-text: inherit !default;
260
260
  /// Border color of the range selection in the calendar.
261
261
  /// @group calendar
262
- $kendo-calendar-range-border: get-theme-color-var( neutral-130 ) !default;
262
+ $kendo-calendar-range-border: k-get-theme-color-var( neutral-130 ) !default;
263
263
  /// Hover shadow of the start range selection in the calendar.
264
264
  /// @group calendar
265
- $kendo-calendar-start-range-hover-shadow: inset 1px -1px 0 0 get-theme-color-var( neutral-130 ), inset 0 1px 0 0 get-theme-color-var( neutral-130 ) !default;
265
+ $kendo-calendar-start-range-hover-shadow: inset 1px -1px 0 0 k-get-theme-color-var( neutral-130 ), inset 0 1px 0 0 k-get-theme-color-var( neutral-130 ) !default;
266
266
  /// Hover shadow of the mid range selection in the calendar.
267
267
  /// @group calendar
268
- $kendo-calendar-mid-range-hover-shadow: inset 0 -1px 0 0 get-theme-color-var( neutral-130 ), inset 0 1px 0 0 get-theme-color-var( neutral-130 ) !default;
268
+ $kendo-calendar-mid-range-hover-shadow: inset 0 -1px 0 0 k-get-theme-color-var( neutral-130 ), inset 0 1px 0 0 k-get-theme-color-var( neutral-130 ) !default;
269
269
  /// Hover shadow of the end range selection in the calendar.
270
270
  /// @group calendar
271
- $kendo-calendar-end-range-hover-shadow: inset -1px -1px 0 0 get-theme-color-var( neutral-130 ), inset 0 1px 0 0 get-theme-color-var( neutral-130 ) !default;
271
+ $kendo-calendar-end-range-hover-shadow: inset -1px -1px 0 0 k-get-theme-color-var( neutral-130 ), inset 0 1px 0 0 k-get-theme-color-var( neutral-130 ) !default;
272
272
 
273
273
 
274
274
  // Calendar sizes
@@ -81,7 +81,7 @@ $kendo-card-header-border-width: 0 !default;
81
81
  $kendo-card-header-bg: inherit !default;
82
82
  /// Text color of the card header.
83
83
  /// @group card
84
- $kendo-card-header-text: get-theme-color-var( neutral-190 ) !default; // header-text
84
+ $kendo-card-header-text: k-get-theme-color-var( neutral-190 ) !default; // header-text
85
85
  /// Border color of the card header.
86
86
  /// @group card
87
87
  $kendo-card-header-border: inherit !default; // header-border
@@ -190,7 +190,7 @@ $kendo-card-theme-colors: () !default;
190
190
  @each $brand-color in $kendo-card-brand-colors {
191
191
  $kendo-card-theme-colors: map.deep-merge(
192
192
  $kendo-card-theme-colors,
193
- generate-theme-variation( $brand-color, $brand-color, $ui-states )
193
+ k-generate-theme-variation( $brand-color, $brand-color, $ui-states )
194
194
  );
195
195
  };
196
196
  }
@@ -146,13 +146,13 @@ $kendo-chat-quick-reply-line-height: $kendo-chat-bubble-line-height !default;
146
146
 
147
147
  /// The background of the chat.
148
148
  /// @group chat
149
- $kendo-chat-bg: get-theme-color-var( neutral-10 ) !default;
149
+ $kendo-chat-bg: k-get-theme-color-var( neutral-10 ) !default;
150
150
  /// The text of the chat.
151
151
  /// @group chat
152
- $kendo-chat-text: get-theme-color-var( neutral-190 ) !default;
152
+ $kendo-chat-text: k-get-theme-color-var( neutral-190 ) !default;
153
153
  /// The border of the chat.
154
154
  /// @group chat
155
- $kendo-chat-border: get-theme-color-var( neutral-30 ) !default;
155
+ $kendo-chat-border: k-get-theme-color-var( neutral-30 ) !default;
156
156
 
157
157
  /// The background of the bubble in the chat.
158
158
  /// @group chat
@@ -175,7 +175,7 @@ $kendo-chat-bubble-selected-shadow: var( --kendo-box-shadow-depth-3, none ) !def
175
175
 
176
176
  /// The background of the alt bubble in the chat.
177
177
  /// @group chat
178
- $kendo-chat-alt-bubble-bg: get-theme-color-var( primary-100 ) !default;
178
+ $kendo-chat-alt-bubble-bg: k-get-theme-color-var( primary-100 ) !default;
179
179
  /// The text of the alt bubble in the chat.
180
180
  /// @group chat
181
181
  $kendo-chat-alt-bubble-text: var( --kendo-component-bg, inherit ) !default;
@@ -197,17 +197,17 @@ $kendo-chat-alt-bubble-selected-shadow: var( --kendo-box-shadow-depth-1, none )
197
197
  $kendo-chat-quick-reply-bg: transparent !default;
198
198
  /// The text of quick reply in the chat.
199
199
  /// @group chat
200
- $kendo-chat-quick-reply-text: get-theme-color-var( primary-100 ) !default;
200
+ $kendo-chat-quick-reply-text: k-get-theme-color-var( primary-100 ) !default;
201
201
  /// The border of quick reply in the chat.
202
202
  /// @group chat
203
- $kendo-chat-quick-reply-border: get-theme-color-var( primary-100 ) !default;
203
+ $kendo-chat-quick-reply-border: k-get-theme-color-var( primary-100 ) !default;
204
204
 
205
205
  /// The hover background of quick reply in the chat.
206
206
  /// @group chat
207
- $kendo-chat-quick-reply-hover-bg: get-theme-color-var( primary-100 ) !default;
207
+ $kendo-chat-quick-reply-hover-bg: k-get-theme-color-var( primary-100 ) !default;
208
208
  /// The text of quick reply in the chat.
209
209
  /// @group chat
210
210
  $kendo-chat-quick-reply-hover-text: var( --kendo-component-bg, inherit ) !default;
211
211
  /// The hover border of quick reply in the chat.
212
212
  /// @group chat
213
- $kendo-chat-quick-reply-hover-border: get-theme-color-var( primary-100 ) !default;
213
+ $kendo-chat-quick-reply-hover-border: k-get-theme-color-var( primary-100 ) !default;
@@ -45,21 +45,21 @@ $kendo-checkbox-bg: $kendo-component-bg !default;
45
45
  $kendo-checkbox-text: transparent !default;
46
46
  /// The border color of the CheckBox.
47
47
  /// @group checkbox
48
- $kendo-checkbox-border: get-theme-color-var( neutral-160 ) !default;
48
+ $kendo-checkbox-border: k-get-theme-color-var( neutral-160 ) !default;
49
49
 
50
50
  /// The background color of the hovered CheckBox.
51
51
  /// @group checkbox
52
52
  $kendo-checkbox-hover-bg: $kendo-checkbox-bg !default;
53
53
  /// The text color of the hovered CheckBox.
54
54
  /// @group checkbox
55
- $kendo-checkbox-hover-text: get-theme-color( neutral, 130 ) !default;
55
+ $kendo-checkbox-hover-text: k-get-theme-color( neutral, 130 ) !default;
56
56
  /// The border color of the hovered CheckBox.
57
57
  /// @group checkbox
58
58
  $kendo-checkbox-hover-border: $kendo-checkbox-border !default;
59
59
 
60
60
  /// The background color of the checked CheckBox.
61
61
  /// @group checkbox
62
- $kendo-checkbox-checked-bg: get-theme-color-var( primary-100 ) !default;
62
+ $kendo-checkbox-checked-bg: k-get-theme-color-var( primary-100 ) !default;
63
63
  /// The text color of the checked CheckBox.
64
64
  /// @group checkbox
65
65
  $kendo-checkbox-checked-text: $kendo-color-white !default;
@@ -69,7 +69,7 @@ $kendo-checkbox-checked-border: $kendo-checkbox-checked-bg !default;
69
69
 
70
70
  /// The background of the hovered and checked CheckBox.
71
71
  /// @group checkbox
72
- $kendo-checkbox-hover-checked-bg: get-theme-color-var( primary-110 ) !default;
72
+ $kendo-checkbox-hover-checked-bg: k-get-theme-color-var( primary-110 ) !default;
73
73
  /// The text color of the hovered and checked CheckBox.
74
74
  /// @group checkbox
75
75
  $kendo-checkbox-hover-checked-text: $kendo-color-white !default;
@@ -85,7 +85,7 @@ $kendo-checkbox-focus-border: null !default;
85
85
  $kendo-checkbox-focus-shadow: null !default;
86
86
  /// The outline of the focused CheckBox.
87
87
  /// @group checkbox
88
- $kendo-checkbox-focus-outline: 1px solid get-theme-color-var( neutral-130 ) !default;
88
+ $kendo-checkbox-focus-outline: 1px solid k-get-theme-color-var( neutral-130 ) !default;
89
89
  $kendo-checkbox-focus-outline-offset: 2px !default;
90
90
 
91
91
  /// The background color of the indeterminate CheckBox.
@@ -93,50 +93,50 @@ $kendo-checkbox-focus-outline-offset: 2px !default;
93
93
  $kendo-checkbox-indeterminate-bg: $kendo-checkbox-bg !default;
94
94
  /// The text color of the indeterminate CheckBox.
95
95
  /// @group checkbox
96
- $kendo-checkbox-indeterminate-text: get-theme-color( primary, 100 ) !default;
96
+ $kendo-checkbox-indeterminate-text: k-get-theme-color( primary, 100 ) !default;
97
97
  /// The border color of the indeterminate CheckBox.
98
98
  /// @group checkbox
99
- $kendo-checkbox-indeterminate-border: get-theme-color-var( primary-100 ) !default;
99
+ $kendo-checkbox-indeterminate-border: k-get-theme-color-var( primary-100 ) !default;
100
100
 
101
101
  /// The background color of the hovered and indeterminate CheckBox.
102
102
  /// @group checkbox
103
103
  $kendo-checkbox-hover-indeterminate-bg: $kendo-checkbox-bg !default;
104
104
  /// The text color of the hovered and indeterminate CheckBox.
105
105
  /// @group checkbox
106
- $kendo-checkbox-hover-indeterminate-text: get-theme-color( primary, 110 ) !default;
106
+ $kendo-checkbox-hover-indeterminate-text: k-get-theme-color( primary, 110 ) !default;
107
107
  /// The border color of the hovered and indeterminate CheckBox.
108
108
  /// @group checkbox
109
- $kendo-checkbox-hover-indeterminate-border: get-theme-color-var( primary-110 ) !default;
109
+ $kendo-checkbox-hover-indeterminate-border: k-get-theme-color-var( primary-110 ) !default;
110
110
 
111
111
  /// The background color of the disabled CheckBox.
112
112
  /// @group checkbox
113
113
  $kendo-checkbox-disabled-bg: $kendo-checkbox-bg !default;
114
114
  /// The text color of the disabled CheckBox.
115
115
  /// @group checkbox
116
- $kendo-checkbox-disabled-text: get-theme-color-var( neutral-60 ) !default;
116
+ $kendo-checkbox-disabled-text: k-get-theme-color-var( neutral-60 ) !default;
117
117
  /// The border color of the disabled CheckBox.
118
118
  /// @group checkbox
119
- $kendo-checkbox-disabled-border: get-theme-color-var( neutral-60 ) !default;
119
+ $kendo-checkbox-disabled-border: k-get-theme-color-var( neutral-60 ) !default;
120
120
 
121
121
  /// The background color of the disabled and checked CheckBox.
122
122
  /// @group checkbox
123
- $kendo-checkbox-disabled-checked-bg: get-theme-color-var( neutral-60 ) !default;
123
+ $kendo-checkbox-disabled-checked-bg: k-get-theme-color-var( neutral-60 ) !default;
124
124
  /// The text color of the disabled and checked CheckBox.
125
125
  /// @group checkbox
126
126
  $kendo-checkbox-disabled-checked-text: $kendo-color-white !default;
127
127
  /// The border color of the disabled and checked CheckBox.
128
128
  /// @group checkbox
129
- $kendo-checkbox-disabled-checked-border: get-theme-color-var( neutral-60 ) !default;
129
+ $kendo-checkbox-disabled-checked-border: k-get-theme-color-var( neutral-60 ) !default;
130
130
 
131
131
  /// The background color of the disabled and indeterminate CheckBox.
132
132
  /// @group checkbox
133
133
  $kendo-checkbox-disabled-indeterminate-bg: $kendo-checkbox-bg !default;
134
134
  /// The border color of the disabled and indeterminate CheckBox.
135
135
  /// @group checkbox
136
- $kendo-checkbox-disabled-indeterminate-text: get-theme-color( neutral, 60 ) !default;
136
+ $kendo-checkbox-disabled-indeterminate-text: k-get-theme-color( neutral, 60 ) !default;
137
137
  /// The border color of the disabled and indeterminate CheckBox.
138
138
  /// @group checkbox
139
- $kendo-checkbox-disabled-indeterminate-border: get-theme-color-var( neutral-60 ) !default;
139
+ $kendo-checkbox-disabled-indeterminate-border: k-get-theme-color-var( neutral-60 ) !default;
140
140
 
141
141
  /// The background color of an invalid CheckBox.
142
142
  /// @group checkbox
@@ -212,7 +212,7 @@ $kendo-checkbox-list-item-padding-y: $kendo-list-md-item-padding-y !default;
212
212
 
213
213
  /// The background color of the CheckBox' ripple.
214
214
  /// @group checkbox
215
- $kendo-checkbox-ripple-bg: get-theme-color-var( primary-100 ) !default;
215
+ $kendo-checkbox-ripple-bg: k-get-theme-color-var( primary-100 ) !default;
216
216
  /// The opacity of the CheckBox' ripple.
217
217
  /// @group checkbox
218
218
  $kendo-checkbox-ripple-opacity: .25 !default;