@progress/kendo-theme-bootstrap 10.1.0-dev.5 → 10.1.0

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 (43) hide show
  1. package/dist/all.css +1 -1
  2. package/dist/bootstrap-3-dark.css +1 -1
  3. package/dist/bootstrap-3.css +1 -1
  4. package/dist/bootstrap-4-dark.css +1 -1
  5. package/dist/bootstrap-4.css +1 -1
  6. package/dist/bootstrap-dataviz-v4.css +1 -1
  7. package/dist/bootstrap-main-dark.css +1 -1
  8. package/dist/bootstrap-main.css +1 -1
  9. package/dist/bootstrap-nordic.css +1 -1
  10. package/dist/bootstrap-turquoise-dark.css +1 -1
  11. package/dist/bootstrap-turquoise.css +1 -1
  12. package/dist/bootstrap-urban.css +1 -1
  13. package/dist/bootstrap-vintage.css +1 -1
  14. package/dist/meta/sassdoc-data.json +6808 -1860
  15. package/dist/meta/sassdoc-raw-data.json +3360 -1160
  16. package/dist/meta/variables.json +515 -35
  17. package/lib/swatches/bootstrap-3-dark.json +1 -1
  18. package/lib/swatches/bootstrap-3.json +1 -1
  19. package/lib/swatches/bootstrap-4-dark.json +1 -1
  20. package/lib/swatches/bootstrap-4.json +1 -1
  21. package/lib/swatches/bootstrap-dataviz-v4.json +1 -1
  22. package/lib/swatches/bootstrap-main-dark.json +1 -1
  23. package/lib/swatches/bootstrap-main.json +1 -1
  24. package/lib/swatches/bootstrap-nordic.json +1 -1
  25. package/lib/swatches/bootstrap-turquoise-dark.json +1 -1
  26. package/lib/swatches/bootstrap-turquoise.json +1 -1
  27. package/lib/swatches/bootstrap-urban.json +1 -1
  28. package/lib/swatches/bootstrap-vintage.json +1 -1
  29. package/package.json +5 -5
  30. package/scss/button/_variables.scss +8 -8
  31. package/scss/checkbox/_variables.scss +2 -2
  32. package/scss/coloreditor/_variables.scss +147 -0
  33. package/scss/colorgradient/_variables.scss +105 -0
  34. package/scss/colorpalette/_variables.scss +40 -0
  35. package/scss/index.scss +3 -0
  36. package/scss/input/_variables.scss +12 -1
  37. package/scss/otp/_index.scss +18 -0
  38. package/scss/otp/_layout.scss +5 -0
  39. package/scss/otp/_theme.scss +5 -0
  40. package/scss/otp/_variables.scss +77 -0
  41. package/scss/radio/_variables.scss +1 -1
  42. package/scss/tabstrip/_variables.scss +77 -1
  43. package/scss/toolbar/_variables.scss +37 -9
@@ -12,7 +12,7 @@ $kendo-input-default-width: 100% !default;
12
12
 
13
13
  /// The border width of the Input components.
14
14
  /// @group input
15
- $kendo-input-border-width: k-spacing(1px) !default;
15
+ $kendo-input-border-width: 1px !default;
16
16
  $kendo-input-border-height: calc( #{ $kendo-input-border-width } * 2 ) !default;
17
17
  /// The border radius of the Input components.
18
18
  /// @group input
@@ -74,6 +74,13 @@ $kendo-input-md-line-height: var( --kendo-line-height, normal) !default;
74
74
  /// @group input
75
75
  $kendo-input-lg-line-height: var( --kendo-line-height, normal) !default;
76
76
 
77
+ /// The calculated height of the Input.
78
+ /// @group input
79
+ $kendo-input-calc-size: calc( ( #{$kendo-input-line-height} * 1em ) + ( #{$kendo-input-padding-y} * 2 ) + ( #{$kendo-input-border-width * 2} ) ) !default;
80
+ $kendo-input-sm-calc-size: calc( ( #{$kendo-input-sm-line-height} * 1em ) + ( #{$kendo-input-sm-padding-y} * 2 ) + ( #{$kendo-input-border-width * 2} ) ) !default;
81
+ $kendo-input-md-calc-size: calc( ( #{$kendo-input-md-line-height} * 1em ) + ( #{$kendo-input-md-padding-y} * 2 ) + ( #{$kendo-input-border-width * 2} ) ) !default;
82
+ $kendo-input-lg-calc-size: calc( ( #{$kendo-input-lg-line-height} * 1em ) + ( #{$kendo-input-lg-padding-y} * 2 ) + ( #{$kendo-input-border-width * 2} ) ) !default;
83
+
77
84
  /// The sizes map for the Input components.
78
85
  /// @group input
79
86
  $kendo-input-sizes: (
@@ -464,6 +471,10 @@ $kendo-picker-flat-hover-focus-border: null !default;
464
471
  $kendo-input-sm-line-height: $kendo-input-sm-line-height,
465
472
  $kendo-input-md-line-height: $kendo-input-md-line-height,
466
473
  $kendo-input-lg-line-height: $kendo-input-lg-line-height,
474
+ $kendo-input-calc-size: $kendo-input-calc-size,
475
+ $kendo-input-sm-calc-size: $kendo-input-sm-calc-size,
476
+ $kendo-input-md-calc-size: $kendo-input-md-calc-size,
477
+ $kendo-input-lg-calc-size: $kendo-input-lg-calc-size,
467
478
  $kendo-input-sizes: $kendo-input-sizes,
468
479
  $kendo-input-bg: $kendo-input-bg,
469
480
  $kendo-input-text: $kendo-input-text,
@@ -0,0 +1,18 @@
1
+ // Dependencies
2
+ @use "../core/_index.scss" as *;
3
+ @use "../input/_index.scss" as *;
4
+
5
+ // Component
6
+ @forward "./_variables.scss";
7
+ @use "./_layout.scss" as *;
8
+ @use "./_theme.scss" as *;
9
+
10
+ // Expose
11
+ @mixin kendo-otp--styles() {
12
+ @include import-once( "otp" ) {
13
+ @include core-styles();
14
+ @include kendo-input--styles();
15
+ @include kendo-otp--layout();
16
+ @include kendo-otp--theme();
17
+ }
18
+ }
@@ -0,0 +1,5 @@
1
+ @use "@progress/kendo-theme-default/scss/otp/_layout.scss" as *;
2
+
3
+ @mixin kendo-otp--layout() {
4
+ @include kendo-otp--layout-base();
5
+ }
@@ -0,0 +1,5 @@
1
+ @use "@progress/kendo-theme-default/scss/otp/_theme.scss" as *;
2
+
3
+ @mixin kendo-otp--theme() {
4
+ @include kendo-otp--theme-base();
5
+ }
@@ -0,0 +1,77 @@
1
+ @use "../core/_index.scss" as *;
2
+ @use "../input/_variables.scss" as *;
3
+
4
+ // OTP
5
+
6
+ /// The gap between the items in the OTP.
7
+ /// @group one-time-password
8
+ $kendo-otp-gap: k-spacing(1.5) !default;
9
+ /// The gap between the items in the small OTP.
10
+ /// @group one-time-password
11
+ $kendo-otp-sm-gap: k-spacing(1) !default;
12
+ /// The gap between the items in the medium OTP.
13
+ /// @group one-time-password
14
+ $kendo-otp-md-gap: $kendo-otp-gap !default;
15
+ /// The gap between the items in the large OTP.
16
+ /// @group one-time-password
17
+ $kendo-otp-lg-gap: k-spacing(2) !default;
18
+
19
+ /// The horizontal padding of the OTP separator.
20
+ /// @group one-time-password
21
+ $kendo-otp-separator-padding-x: $kendo-otp-gap !default;
22
+ /// The horizontal padding of the small OTP separator.
23
+ /// @group one-time-password
24
+ $kendo-otp-sm-separator-padding-x: $kendo-otp-sm-gap !default;
25
+ /// The horizontal padding of the medium OTP separator.
26
+ /// @group one-time-password
27
+ $kendo-otp-md-separator-padding-x: $kendo-otp-separator-padding-x !default;
28
+ /// The horizontal padding of the large OTP separator.
29
+ /// @group one-time-password
30
+ $kendo-otp-lg-separator-padding-x: $kendo-otp-lg-gap !default;
31
+
32
+ /// The horizontal padding of the OTP separator.
33
+ /// @group one-time-password
34
+ $kendo-otp-input-width: $kendo-input-calc-size !default;
35
+ /// The horizontal padding of the small OTP separator.
36
+ /// @group one-time-password
37
+ $kendo-otp-sm-input-width: $kendo-input-sm-calc-size !default;
38
+ /// The horizontal padding of the medium OTP separator.
39
+ /// @group one-time-password
40
+ $kendo-otp-md-input-width: $kendo-otp-input-width !default;
41
+ /// The horizontal padding of the large OTP separator.
42
+ /// @group one-time-password
43
+ $kendo-otp-lg-input-width: $kendo-input-lg-calc-size !default;
44
+
45
+ $kendo-otp-sizes: (
46
+ sm: (
47
+ gap: $kendo-otp-sm-gap,
48
+ separator-padding-x: $kendo-otp-sm-separator-padding-x,
49
+ input-width: $kendo-otp-sm-input-width
50
+ ),
51
+ md: (
52
+ gap: $kendo-otp-md-gap,
53
+ separator-padding-x: $kendo-otp-md-separator-padding-x,
54
+ input-width: $kendo-otp-md-input-width
55
+ ),
56
+ lg: (
57
+ gap: $kendo-otp-lg-gap,
58
+ separator-padding-x: $kendo-otp-lg-separator-padding-x,
59
+ input-width: $kendo-otp-lg-input-width
60
+ )
61
+ ) !default;
62
+
63
+ @forward "@progress/kendo-theme-default/scss/otp/_variables.scss" with (
64
+ $kendo-otp-gap: $kendo-otp-gap,
65
+ $kendo-otp-sm-gap: $kendo-otp-sm-gap,
66
+ $kendo-otp-md-gap: $kendo-otp-md-gap,
67
+ $kendo-otp-lg-gap: $kendo-otp-lg-gap,
68
+ $kendo-otp-separator-padding-x: $kendo-otp-separator-padding-x,
69
+ $kendo-otp-sm-separator-padding-x: $kendo-otp-sm-separator-padding-x,
70
+ $kendo-otp-md-separator-padding-x: $kendo-otp-md-separator-padding-x,
71
+ $kendo-otp-lg-separator-padding-x: $kendo-otp-lg-separator-padding-x,
72
+ $kendo-otp-input-width: $kendo-otp-input-width,
73
+ $kendo-otp-sm-input-width: $kendo-otp-sm-input-width,
74
+ $kendo-otp-md-input-width: $kendo-otp-md-input-width,
75
+ $kendo-otp-lg-input-width: $kendo-otp-lg-input-width,
76
+ $kendo-otp-sizes: $kendo-otp-sizes
77
+ );
@@ -151,7 +151,7 @@ $kendo-radio-checked-glyph: "\e308" !default;
151
151
 
152
152
  /// The image of the checked RadioButton indicator.
153
153
  /// @group radio
154
- $kendo-radio-checked-image: k-escape-svg( url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'><circle r='2' fill='#{$kendo-radio-checked-text}'/></svg>") ) !default;
154
+ $kendo-radio-checked-image: k-escape-svg( url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'><circle r='2' fill='#ffffff'/></svg>") ) !default;
155
155
  /// The image of the disabled and checked RadioButton indicator.
156
156
  /// @group radio
157
157
  $kendo-radio-disabled-checked-image: null !default;
@@ -27,6 +27,25 @@ $kendo-tabstrip-line-height: var( --kendo-line-height, normal ) !default;
27
27
  /// @group tabstrip
28
28
  $kendo-tabstrip-border-width: 1px !default;
29
29
 
30
+ /// The font size of the small TabStrip.
31
+ /// @group tabstrip
32
+ $kendo-tabstrip-sm-font-size: var( --kendo-font-size-sm, inherit ) !default;
33
+ /// The line height of the small TabStrip.
34
+ /// @group tabstrip
35
+ $kendo-tabstrip-sm-line-height: $kendo-tabstrip-line-height !default;
36
+ /// The font size of the medium TabStrip.
37
+ /// @group tabstrip
38
+ $kendo-tabstrip-md-font-size: $kendo-tabstrip-font-size !default;
39
+ /// The line height of the medium TabStrip.
40
+ /// @group tabstrip
41
+ $kendo-tabstrip-md-line-height: $kendo-tabstrip-line-height !default;
42
+ /// The font size of the large TabStrip.
43
+ /// @group tabstrip
44
+ $kendo-tabstrip-lg-font-size: $kendo-tabstrip-md-font-size !default;
45
+ /// The line height of the large TabStrip.
46
+ /// @group tabstrip
47
+ $kendo-tabstrip-lg-line-height: $kendo-tabstrip-md-line-height !default;
48
+
30
49
  /// The background color of the TabStrip wrapper.
31
50
  /// @group tabstrip
32
51
  $kendo-tabstrip-wrapper-bg: null !default;
@@ -62,6 +81,24 @@ $kendo-tabstrip-item-border-radius: k-spacing(1) !default;
62
81
  /// The gap between the TabStrip items.
63
82
  /// @group tabstrip
64
83
  $kendo-tabstrip-item-gap: k-spacing(0) !default;
84
+ /// The horizontal padding of the small TabStrip items.
85
+ /// @group tabstrip
86
+ $kendo-tabstrip-sm-item-padding-x: k-spacing(3) !default;
87
+ /// The vertical padding of the small TabStrip items.
88
+ /// @group tabstrip
89
+ $kendo-tabstrip-sm-item-padding-y: k-spacing(1.5) !default;
90
+ /// The horizontal padding of the medium TabStrip items.
91
+ /// @group tabstrip
92
+ $kendo-tabstrip-md-item-padding-x: $kendo-tabstrip-item-padding-x !default;
93
+ /// The vertical padding of the medium TabStrip items.
94
+ /// @group tabstrip
95
+ $kendo-tabstrip-md-item-padding-y: $kendo-tabstrip-item-padding-y !default;
96
+ /// The horizontal padding of the large TabStrip items.
97
+ /// @group tabstrip
98
+ $kendo-tabstrip-lg-item-padding-x: k-spacing(5) !default;
99
+ /// The vertical padding of the large TabStrip items.
100
+ /// @group tabstrip
101
+ $kendo-tabstrip-lg-item-padding-y: k-spacing(2.5) !default;
65
102
 
66
103
  /// The background color of the TabStrip items.
67
104
  /// @group tabstrip
@@ -162,6 +199,32 @@ $kendo-tabstrip-content-border: $kendo-component-border !default;
162
199
  /// @group tabstrip
163
200
  $kendo-tabstrip-content-focus-border: $kendo-component-text !default;
164
201
 
202
+ /// The left and right scroll overlay of the TabStrip.
203
+ /// @group tabstrip
204
+ $kendo-tabstrip-scroll-overlay: if($kendo-enable-color-system, k-color( app-surface ), rgba( $kendo-color-white, 0)), if($kendo-enable-color-system, color-mix(in srgb, k-color( app-surface ) 0%, transparent), rgba( $kendo-color-white, 0)) !default;
205
+
206
+ /// The size map of the TabStrip.
207
+ /// @group tabstrip
208
+ $kendo-tabstrip-sizes: (
209
+ sm: (
210
+ font-size: $kendo-tabstrip-sm-font-size,
211
+ line-height: $kendo-tabstrip-sm-line-height,
212
+ item-padding-x: $kendo-tabstrip-sm-item-padding-x,
213
+ item-padding-y: $kendo-tabstrip-sm-item-padding-y
214
+ ),
215
+ md: (
216
+ font-size: $kendo-tabstrip-md-font-size,
217
+ line-height: $kendo-tabstrip-md-line-height,
218
+ item-padding-x: $kendo-tabstrip-md-item-padding-x,
219
+ item-padding-y: $kendo-tabstrip-md-item-padding-y
220
+ ),
221
+ lg: (
222
+ font-size: $kendo-tabstrip-lg-font-size,
223
+ line-height: $kendo-tabstrip-lg-line-height,
224
+ item-padding-x: $kendo-tabstrip-lg-item-padding-x,
225
+ item-padding-y: $kendo-tabstrip-lg-item-padding-y
226
+ )
227
+ ) !default;
165
228
 
166
229
  @forward "@progress/kendo-theme-default/scss/tabstrip/_variables.scss" with (
167
230
  $kendo-tabstrip-wrapper-padding-x: $kendo-tabstrip-wrapper-padding-x,
@@ -171,6 +234,12 @@ $kendo-tabstrip-content-focus-border: $kendo-component-text !default;
171
234
  $kendo-tabstrip-font-size: $kendo-tabstrip-font-size,
172
235
  $kendo-tabstrip-line-height: $kendo-tabstrip-line-height,
173
236
  $kendo-tabstrip-border-width: $kendo-tabstrip-border-width,
237
+ $kendo-tabstrip-sm-font-size: $kendo-tabstrip-sm-font-size,
238
+ $kendo-tabstrip-sm-line-height: $kendo-tabstrip-sm-line-height,
239
+ $kendo-tabstrip-md-font-size: $kendo-tabstrip-md-font-size,
240
+ $kendo-tabstrip-md-line-height: $kendo-tabstrip-md-line-height,
241
+ $kendo-tabstrip-lg-font-size: $kendo-tabstrip-lg-font-size,
242
+ $kendo-tabstrip-lg-line-height: $kendo-tabstrip-lg-line-height,
174
243
  $kendo-tabstrip-wrapper-bg: $kendo-tabstrip-wrapper-bg,
175
244
  $kendo-tabstrip-wrapper-text: $kendo-tabstrip-wrapper-text,
176
245
  $kendo-tabstrip-wrapper-border: $kendo-tabstrip-wrapper-border,
@@ -182,6 +251,12 @@ $kendo-tabstrip-content-focus-border: $kendo-component-text !default;
182
251
  $kendo-tabstrip-item-border-width: $kendo-tabstrip-item-border-width,
183
252
  $kendo-tabstrip-item-border-radius: $kendo-tabstrip-item-border-radius,
184
253
  $kendo-tabstrip-item-gap: $kendo-tabstrip-item-gap,
254
+ $kendo-tabstrip-sm-item-padding-x: $kendo-tabstrip-sm-item-padding-x,
255
+ $kendo-tabstrip-sm-item-padding-y: $kendo-tabstrip-sm-item-padding-y,
256
+ $kendo-tabstrip-md-item-padding-x: $kendo-tabstrip-md-item-padding-x,
257
+ $kendo-tabstrip-md-item-padding-y: $kendo-tabstrip-md-item-padding-y,
258
+ $kendo-tabstrip-lg-item-padding-x: $kendo-tabstrip-lg-item-padding-x,
259
+ $kendo-tabstrip-lg-item-padding-y: $kendo-tabstrip-lg-item-padding-y,
185
260
  $kendo-tabstrip-item-bg: $kendo-tabstrip-item-bg,
186
261
  $kendo-tabstrip-item-text: $kendo-tabstrip-item-text,
187
262
  $kendo-tabstrip-item-border: $kendo-tabstrip-item-border,
@@ -211,5 +286,6 @@ $kendo-tabstrip-content-focus-border: $kendo-component-text !default;
211
286
  $kendo-tabstrip-content-bg: $kendo-tabstrip-content-bg,
212
287
  $kendo-tabstrip-content-text: $kendo-tabstrip-content-text,
213
288
  $kendo-tabstrip-content-border: $kendo-tabstrip-content-border,
214
- $kendo-tabstrip-content-focus-border: $kendo-tabstrip-content-focus-border
289
+ $kendo-tabstrip-content-focus-border: $kendo-tabstrip-content-focus-border,
290
+ $kendo-tabstrip-scroll-overlay: $kendo-tabstrip-scroll-overlay
215
291
  );
@@ -6,43 +6,56 @@
6
6
 
7
7
  /// The horizontal padding of the Toolbar.
8
8
  /// @group toolbar
9
- $kendo-toolbar-padding-x: null !default;
9
+ $kendo-toolbar-padding-x: k-spacing(2) !default;
10
10
  /// The horizontal padding of the small Toolbar.
11
11
  /// @group toolbar
12
12
  $kendo-toolbar-sm-padding-x: k-spacing(1) !default;
13
13
  /// The horizontal padding of the medium Toolbar.
14
14
  /// @group toolbar
15
- $kendo-toolbar-md-padding-x: k-spacing(2) !default;
15
+ $kendo-toolbar-md-padding-x: $kendo-toolbar-padding-x !default;
16
16
  /// The horizontal padding of the large Toolbar.
17
17
  /// @group toolbar
18
18
  $kendo-toolbar-lg-padding-x: k-spacing(2.5) !default;
19
19
 
20
20
  /// The vertical padding of the Toolbar.
21
21
  /// @group toolbar
22
- $kendo-toolbar-padding-y: null !default;
22
+ $kendo-toolbar-padding-y: k-spacing(2) !default;
23
23
  /// The vertical padding of the small Toolbar.
24
24
  /// @group toolbar
25
25
  $kendo-toolbar-sm-padding-y: k-spacing(1) !default;
26
26
  /// The vertical padding of the medium Toolbar.
27
27
  /// @group toolbar
28
- $kendo-toolbar-md-padding-y: k-spacing(2) !default;
28
+ $kendo-toolbar-md-padding-y: $kendo-toolbar-padding-y !default;
29
29
  /// The vertical padding of the large Toolbar.
30
30
  /// @group toolbar
31
31
  $kendo-toolbar-lg-padding-y: k-spacing(2.5) !default;
32
32
 
33
33
  /// The spacing between the Toolbar tools.
34
34
  /// @group toolbar
35
- $kendo-toolbar-spacing: null !default;
35
+ $kendo-toolbar-spacing: k-spacing(2) !default;
36
36
  /// The spacing between the tools of the small Toolbar.
37
37
  /// @group toolbar
38
38
  $kendo-toolbar-sm-spacing: k-spacing(1.5) !default;
39
39
  /// The spacing between the tools of the medium Toolbar.
40
40
  /// @group toolbar
41
- $kendo-toolbar-md-spacing: k-spacing(2) !default;
41
+ $kendo-toolbar-md-spacing: $kendo-toolbar-spacing !default;
42
42
  /// The spacing between the tools of the large Toolbar.
43
43
  /// @group toolbar
44
44
  $kendo-toolbar-lg-spacing: k-spacing(2.5) !default;
45
45
 
46
+ /// The height of the Toolbar button separator.
47
+ /// @group toolbar
48
+ $kendo-toolbar-separator-height: $kendo-button-md-calc-size !default;
49
+ /// The height of the small Toolbar button separator.
50
+ /// @group toolbar
51
+ $kendo-toolbar-sm-separator-height: $kendo-button-sm-calc-size !default;
52
+ /// The height of the medium Toolbar button separator.
53
+ /// @group toolbar
54
+ $kendo-toolbar-md-separator-height: $kendo-toolbar-separator-height !default;
55
+ /// The height of the large Toolbar button separator.
56
+ /// @group toolbar
57
+ $kendo-toolbar-lg-separator-height: $kendo-button-lg-calc-size !default;
58
+
46
59
  /// The width of the border around the Toolbar.
47
60
  /// @group toolbar
48
61
  $kendo-toolbar-border-width: 1px !default;
@@ -75,6 +88,10 @@ $kendo-toolbar-gradient: null !default;
75
88
  /// The box shadow of the Toolbar.
76
89
  /// @group toolbar
77
90
  $kendo-toolbar-shadow: null !default;
91
+ /// The left and right scroll overlay of the Toolbar.
92
+ /// @group toolbar
93
+ $kendo-toolbar-scroll-overlay: $kendo-toolbar-bg, if($kendo-enable-color-system, color-mix(in srgb, k-color( app-surface ) 0%, transparent), rgba( $kendo-color-white, 0)) !default;
94
+
78
95
 
79
96
  /// The text color of the outline Toolbar.
80
97
  /// @group toolbar
@@ -91,6 +108,10 @@ $kendo-toolbar-outline-shadow: null !default;
91
108
  /// The width of the border around the outline Toolbar.
92
109
  /// @group toolbar
93
110
  $kendo-toolbar-outline-border-width: $kendo-toolbar-border-width !default;
111
+ /// The left and right scroll overlay of the outline Toolbar.
112
+ /// @group toolbar
113
+ $kendo-toolbar-outline-scroll-overlay: if($kendo-enable-color-system, k-color( app-surface ), $kendo-color-white), if($kendo-enable-color-system, color-mix(in srgb, k-color( app-surface ) 0%, transparent), rgba( $kendo-color-white, 0)) !default;
114
+
94
115
 
95
116
  /// The text color of the flat Toolbar.
96
117
  /// @group toolbar
@@ -107,6 +128,10 @@ $kendo-toolbar-flat-shadow: null !default;
107
128
  /// Border width of the flat Toolbar.
108
129
  /// @group toolbar
109
130
  $kendo-toolbar-flat-border-width: 1px !default;
131
+ /// The left and right scroll overlay of the flat Toolbar.
132
+ /// @group toolbar
133
+ $kendo-toolbar-flat-scroll-overlay: if($kendo-enable-color-system, k-color( app-surface ), $kendo-color-white), if($kendo-enable-color-system, color-mix(in srgb, k-color( app-surface ) 0%, transparent), rgba( $kendo-color-white, 0)) !default;
134
+
110
135
 
111
136
  /// The color of the separator border of the Toolbar.
112
137
  /// @group toolbar
@@ -126,17 +151,20 @@ $kendo-toolbar-sizes: (
126
151
  sm: (
127
152
  padding-x: $kendo-toolbar-sm-padding-x,
128
153
  padding-y: $kendo-toolbar-sm-padding-y,
129
- spacing: $kendo-toolbar-sm-spacing
154
+ spacing: $kendo-toolbar-sm-spacing,
155
+ separator-height: $kendo-toolbar-sm-separator-height
130
156
  ),
131
157
  md: (
132
158
  padding-x: $kendo-toolbar-md-padding-x,
133
159
  padding-y: $kendo-toolbar-md-padding-y,
134
- spacing: $kendo-toolbar-md-spacing
160
+ spacing: $kendo-toolbar-md-spacing,
161
+ separator-height: $kendo-toolbar-md-separator-height
135
162
  ),
136
163
  lg: (
137
164
  padding-x: $kendo-toolbar-lg-padding-x,
138
165
  padding-y: $kendo-toolbar-lg-padding-y,
139
- spacing: $kendo-toolbar-lg-spacing
166
+ spacing: $kendo-toolbar-lg-spacing,
167
+ separator-height: $kendo-toolbar-lg-separator-height
140
168
  )
141
169
  ) !default;
142
170