@progress/kendo-theme-bootstrap 12.3.1-dev.8 → 13.0.0-dev.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 (78) 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 +20507 -15833
  15. package/dist/meta/sassdoc-raw-data.json +10090 -7798
  16. package/dist/meta/variables.json +715 -465
  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/appbar/_variables.scss +6 -16
  31. package/scss/avatar/_variables.scss +37 -24
  32. package/scss/badge/_variables.scss +22 -43
  33. package/scss/bottom-navigation/_variables.scss +12 -17
  34. package/scss/breadcrumb/_variables.scss +6 -30
  35. package/scss/button/_variables.scss +22 -42
  36. package/scss/calendar/_variables.scss +9 -31
  37. package/scss/card/_variables.scss +7 -17
  38. package/scss/checkbox/_layout.scss +15 -9
  39. package/scss/checkbox/_variables.scss +13 -23
  40. package/scss/chip/_theme.scss +0 -2
  41. package/scss/chip/_variables.scss +38 -50
  42. package/scss/coloreditor/_variables.scss +9 -41
  43. package/scss/colorgradient/_variables.scss +11 -42
  44. package/scss/colorpalette/_variables.scss +7 -19
  45. package/scss/column-menu/_variables.scss +6 -25
  46. package/scss/datetimepicker/_variables.scss +6 -16
  47. package/scss/dialog/_variables.scss +7 -10
  48. package/scss/fab/_theme.scss +78 -72
  49. package/scss/fab/_variables.scss +21 -34
  50. package/scss/floating-label/_variables.scss +2 -2
  51. package/scss/forms/_variables.scss +7 -17
  52. package/scss/grid/_variables.scss +7 -41
  53. package/scss/icons/_variables.scss +6 -0
  54. package/scss/input/_layout.scss +8 -4
  55. package/scss/input/_variables.scss +36 -34
  56. package/scss/list/_variables.scss +6 -73
  57. package/scss/loader/_variables.scss +13 -17
  58. package/scss/menu/_variables.scss +6 -0
  59. package/scss/messagebox/_variables.scss +8 -17
  60. package/scss/notification/_functions.scss +1 -1
  61. package/scss/notification/_variables.scss +7 -13
  62. package/scss/otp/_variables.scss +1 -22
  63. package/scss/overlay/_variables.scss +6 -18
  64. package/scss/pager/_variables.scss +7 -26
  65. package/scss/radio/_variables.scss +7 -22
  66. package/scss/signature/_variables.scss +0 -21
  67. package/scss/split-button/_variables.scss +2 -2
  68. package/scss/spreadsheet/_variables.scss +1 -1
  69. package/scss/suggestion/_variables.scss +4 -45
  70. package/scss/switch/_variables.scss +101 -7
  71. package/scss/table/_variables.scss +6 -25
  72. package/scss/tabstrip/_variables.scss +6 -25
  73. package/scss/timeselector/_variables.scss +24 -42
  74. package/scss/toolbar/_variables.scss +16 -27
  75. package/scss/tooltip/_functions.scss +3 -3
  76. package/scss/tooltip/_variables.scss +1 -13
  77. package/scss/treeview/_variables.scss +8 -33
  78. package/scss/window/_variables.scss +12 -20
@@ -3,6 +3,11 @@
3
3
 
4
4
  // List
5
5
 
6
+ /// The default size of the List.
7
+ /// @group list
8
+ /// @role default
9
+ $kendo-list-default-size: "md" !default;
10
+
6
11
  /// The font family of the List components.
7
12
  /// @group list
8
13
  $kendo-list-font-family: var( --kendo-font-family, inherit ) !default;
@@ -248,78 +253,6 @@ $kendo-list-item-group-label-md-padding-y: 0 !default;
248
253
  /// @group list
249
254
  $kendo-list-item-group-label-lg-padding-y: 0 !default;
250
255
 
251
- /// The map with the sizes of the List.
252
- /// @group list
253
- $kendo-list-sizes: (
254
- sm: (
255
- font-size: $kendo-list-sm-font-size,
256
- line-height: $kendo-list-sm-line-height,
257
- header-padding-x: $kendo-list-sm-header-padding-x,
258
- header-padding-y: $kendo-list-sm-header-padding-y,
259
- header-font-size: $kendo-list-sm-header-font-size,
260
- header-line-height: $kendo-list-sm-header-line-height,
261
- item-padding-x: $kendo-list-sm-item-padding-x,
262
- item-padding-y: $kendo-list-sm-item-padding-y,
263
- item-font-size: $kendo-list-sm-item-font-size,
264
- item-line-height: $kendo-list-sm-item-line-height,
265
- group-item-padding-x: $kendo-list-sm-group-item-padding-x,
266
- group-item-padding-y: $kendo-list-sm-group-item-padding-y,
267
- group-item-font-size: $kendo-list-sm-group-item-font-size,
268
- group-item-line-height: $kendo-list-sm-group-item-line-height,
269
- item-group-label-padding-x: $kendo-list-item-group-label-sm-padding-x,
270
- item-group-label-padding-y: $kendo-list-item-group-label-sm-padding-y,
271
- item-group-label-font-size: $kendo-list-item-group-label-sm-font-size,
272
- item-group-label-line-height: $kendo-list-item-group-label-sm-line-height,
273
- filter-padding-x: $kendo-list-sm-filter-padding-x,
274
- filter-padding-y: $kendo-list-sm-filter-padding-y
275
- ),
276
- md: (
277
- font-size: $kendo-list-md-font-size,
278
- line-height: $kendo-list-md-line-height,
279
- header-padding-x: $kendo-list-md-header-padding-x,
280
- header-padding-y: $kendo-list-md-header-padding-y,
281
- header-font-size: $kendo-list-md-header-font-size,
282
- header-line-height: $kendo-list-md-header-line-height,
283
- item-padding-x: $kendo-list-md-item-padding-x,
284
- item-padding-y: $kendo-list-md-item-padding-y,
285
- item-font-size: $kendo-list-md-item-font-size,
286
- item-line-height: $kendo-list-md-item-line-height,
287
- group-item-padding-x: $kendo-list-md-group-item-padding-x,
288
- group-item-padding-y: $kendo-list-md-group-item-padding-y,
289
- group-item-font-size: $kendo-list-md-group-item-font-size,
290
- group-item-line-height: $kendo-list-md-group-item-line-height,
291
- item-group-label-padding-x: $kendo-list-item-group-label-md-padding-x,
292
- item-group-label-padding-y: $kendo-list-item-group-label-md-padding-y,
293
- item-group-label-font-size: $kendo-list-item-group-label-md-font-size,
294
- item-group-label-line-height: $kendo-list-item-group-label-md-line-height,
295
- filter-padding-x: $kendo-list-md-filter-padding-x,
296
- filter-padding-y: $kendo-list-md-filter-padding-y
297
- ),
298
- lg: (
299
- font-size: $kendo-list-lg-font-size,
300
- line-height: $kendo-list-lg-line-height,
301
- header-padding-x: $kendo-list-lg-header-padding-x,
302
- header-padding-y: $kendo-list-lg-header-padding-y,
303
- header-font-size: $kendo-list-lg-header-font-size,
304
- header-line-height: $kendo-list-lg-header-line-height,
305
- item-padding-x: $kendo-list-lg-item-padding-x,
306
- item-padding-y: $kendo-list-lg-item-padding-y,
307
- item-font-size: $kendo-list-lg-item-font-size,
308
- item-line-height: $kendo-list-lg-item-line-height,
309
- group-item-padding-x: $kendo-list-lg-group-item-padding-x,
310
- group-item-padding-y: $kendo-list-lg-group-item-padding-y,
311
- group-item-font-size: $kendo-list-lg-group-item-font-size,
312
- group-item-line-height: $kendo-list-lg-group-item-line-height,
313
- item-group-label-padding-x: $kendo-list-item-group-label-lg-padding-x,
314
- item-group-label-padding-y: $kendo-list-item-group-label-lg-padding-y,
315
- item-group-label-font-size: $kendo-list-item-group-label-lg-font-size,
316
- item-group-label-line-height: $kendo-list-item-group-label-lg-line-height,
317
- filter-padding-x: $kendo-list-lg-filter-padding-x,
318
- filter-padding-y: $kendo-list-lg-filter-padding-y
319
- )
320
- ) !default;
321
-
322
-
323
256
  /// The background color of the List component.
324
257
  /// @group list
325
258
  $kendo-list-bg: k-color(surface-alt) !default;
@@ -402,6 +335,7 @@ $kendo-list-option-label-text: k-color(subtle) !default;
402
335
 
403
336
 
404
337
  @forward "@progress/kendo-theme-core/scss/components/list/_variables.scss" with (
338
+ $kendo-list-default-size: $kendo-list-default-size,
405
339
  $kendo-list-font-family: $kendo-list-font-family,
406
340
  $kendo-list-font-size: $kendo-list-font-size,
407
341
  $kendo-list-sm-font-size: $kendo-list-sm-font-size,
@@ -475,7 +409,6 @@ $kendo-list-option-label-text: k-color(subtle) !default;
475
409
  $kendo-list-lg-filter-padding-x: $kendo-list-lg-filter-padding-x,
476
410
  $kendo-list-lg-filter-padding-y: $kendo-list-lg-filter-padding-y,
477
411
  $kendo-list-group-item-font-weight: $kendo-list-group-item-font-weight,
478
- $kendo-list-sizes: $kendo-list-sizes,
479
412
  $kendo-list-bg: $kendo-list-bg,
480
413
  $kendo-list-text: $kendo-list-text,
481
414
  $kendo-list-border: $kendo-list-border,
@@ -2,6 +2,16 @@
2
2
 
3
3
  // Loader
4
4
 
5
+ /// The default size of the Loader.
6
+ /// @group loader
7
+ /// @role default
8
+ $kendo-loader-default-size: "md" !default;
9
+
10
+ /// The default theme color of the Loader.
11
+ /// @group loader
12
+ /// @role default
13
+ $kendo-loader-default-theme-color: "primary" !default;
14
+
5
15
  /// The border radius of the Loader segment.
6
16
  /// @group loader
7
17
  $kendo-loader-segment-border-radius: 50% !default;
@@ -126,23 +136,10 @@ $kendo-loading-opacity: .3 !default;
126
136
  /// @group loading
127
137
  $kendo-zindex-loading: 100 !default;
128
138
 
129
- /// The theme colors of the Loader.
130
- /// @group loader
131
- $kendo-loader-theme-colors: (
132
- "primary": k-color(primary),
133
- "secondary": k-color(secondary),
134
- "tertiary": k-color(tertiary),
135
- "info": k-color(info),
136
- "success": k-color(success),
137
- "warning": k-color(warning),
138
- "error": k-color(error),
139
- "dark": k-color(dark),
140
- "light": k-color(light),
141
- "inverse": if($kendo-is-dark-theme, k-color(light), k-color(dark))
142
- ) !default;
143
-
144
139
 
145
140
  @forward "@progress/kendo-theme-core/scss/components/loader/_variables.scss" with (
141
+ $kendo-loader-default-size: $kendo-loader-default-size,
142
+ $kendo-loader-default-theme-color: $kendo-loader-default-theme-color,
146
143
  $kendo-loader-segment-border-radius: $kendo-loader-segment-border-radius,
147
144
  $kendo-loader-sm-segment-size: $kendo-loader-sm-segment-size,
148
145
  $kendo-loader-md-segment-size: $kendo-loader-md-segment-size,
@@ -179,6 +176,5 @@ $kendo-loader-theme-colors: (
179
176
  $kendo-loading-bg: $kendo-loading-bg,
180
177
  $kendo-loading-text: $kendo-loading-text,
181
178
  $kendo-loading-opacity: $kendo-loading-opacity,
182
- $kendo-zindex-loading: $kendo-zindex-loading,
183
- $kendo-loader-theme-colors: $kendo-loader-theme-colors
179
+ $kendo-zindex-loading: $kendo-zindex-loading
184
180
  );
@@ -6,6 +6,11 @@
6
6
 
7
7
  // Menu
8
8
 
9
+ /// The default size of the Menu group.
10
+ /// @group menu
11
+ /// @role default
12
+ $kendo-menu-group-default-size: "md" !default;
13
+
9
14
  /// The width of the border around the Menu.
10
15
  /// @group menu
11
16
  $kendo-menu-border-width: 0px !default;
@@ -303,6 +308,7 @@ $kendo-menu-popup-item-focus-shadow: $kendo-menu-item-focus-shadow !default;
303
308
 
304
309
 
305
310
  @forward "@progress/kendo-theme-core/scss/components/menu/_variables.scss" with (
311
+ $kendo-menu-group-default-size: $kendo-menu-group-default-size,
306
312
  $kendo-menu-border-width: $kendo-menu-border-width,
307
313
  $kendo-menu-font-family: $kendo-menu-font-family,
308
314
  $kendo-menu-font-size: $kendo-menu-font-size,
@@ -1,6 +1,12 @@
1
1
  @use "../core/_index.scss" as *;
2
2
 
3
3
  // Message box
4
+
5
+ /// The default theme color of the MessageBox.
6
+ /// @group messagebox
7
+ /// @role default
8
+ $kendo-message-box-default-theme-color: null !default;
9
+
4
10
  /// The margin of the MessageBox.
5
11
  /// @group messagebox
6
12
  $kendo-message-box-margin: 0 0 k-spacing(4) 0 !default;
@@ -38,22 +44,8 @@ $kendo-message-box-link-font-style: normal !default;
38
44
  /// @group messagebox
39
45
  $kendo-message-box-link-text-decoration: underline !default;
40
46
 
41
- /// The theme colors map for the MessageBox.
42
- /// @group messagebox
43
- $kendo-message-box-theme-colors: (
44
- "primary": k-color(primary),
45
- "secondary": k-color(secondary),
46
- "tertiary": k-color(tertiary),
47
- "info": k-color(info),
48
- "success": k-color(success),
49
- "warning": k-color(warning),
50
- "error": k-color(error),
51
- "dark": k-color(dark),
52
- "light": k-color(light),
53
- "inverse": if($kendo-is-dark-theme, k-color(light), k-color(dark)),
54
- ) !default;
55
-
56
47
  @forward "@progress/kendo-theme-core/scss/components/messagebox/_variables.scss" with (
48
+ $kendo-message-box-default-theme-color: $kendo-message-box-default-theme-color,
57
49
  $kendo-message-box-margin: $kendo-message-box-margin,
58
50
  $kendo-message-box-padding-x: $kendo-message-box-padding-x,
59
51
  $kendo-message-box-padding-y: $kendo-message-box-padding-y,
@@ -64,6 +56,5 @@ $kendo-message-box-theme-colors: (
64
56
  $kendo-message-box-text-level: $kendo-message-box-text-level,
65
57
  $kendo-message-box-border-level: $kendo-message-box-border-level,
66
58
  $kendo-message-box-link-font-style: $kendo-message-box-link-font-style,
67
- $kendo-message-box-link-text-decoration: $kendo-message-box-link-text-decoration,
68
- $kendo-message-box-theme-colors: $kendo-message-box-theme-colors
59
+ $kendo-message-box-link-text-decoration: $kendo-message-box-link-text-decoration
69
60
  );
@@ -5,7 +5,7 @@
5
5
  @function notification-theme( $colors ) {
6
6
  $_theme: ();
7
7
 
8
- @each $name, $color in $colors {
8
+ @each $name in $colors {
9
9
  $_theme: map.merge(( $name: (
10
10
  color: k-color(#{$name}-on-subtle),
11
11
  background-color: k-color(#{$name}-subtle),
@@ -5,6 +5,11 @@
5
5
 
6
6
  // Notification
7
7
 
8
+ /// The default theme color of the Notification.
9
+ /// @group notification
10
+ /// @role default
11
+ $kendo-notification-default-theme-color: null !default;
12
+
8
13
  /// The row-gap between the elements in the Notification group.
9
14
  /// @group notification
10
15
  $kendo-notification-group-gap: k-spacing(3) !default;
@@ -55,24 +60,14 @@ $kendo-notification-icon-spacing: $kendo-icon-spacing !default;
55
60
 
56
61
  /// The theme colors map for the Notification.
57
62
  /// @group notification
58
- $kendo-notification-theme-colors: (
59
- "primary": k-color(primary),
60
- "secondary": k-color(secondary),
61
- "tertiary": k-color(tertiary),
62
- "info": k-color(info),
63
- "success": k-color(success),
64
- "warning": k-color(warning),
65
- "error": k-color(error),
66
- "dark": k-color(dark),
67
- "light": k-color(light),
68
- "inverse": if($kendo-is-dark-theme, k-color(light), k-color(dark))
69
- ) !default;
63
+ $kendo-notification-theme-colors: ("base", "primary", "secondary", "tertiary", "info", "success", "warning", "error", "dark", "light", "inverse") !default;
70
64
  /// The generated theme colors map for the Notification.
71
65
  /// @group notification
72
66
  $kendo-notification-theme: notification-theme( $kendo-notification-theme-colors ) !default;
73
67
 
74
68
 
75
69
  @forward "@progress/kendo-theme-core/scss/components/notification/_variables.scss" with (
70
+ $kendo-notification-default-theme-color: $kendo-notification-default-theme-color,
76
71
  $kendo-notification-group-gap: $kendo-notification-group-gap,
77
72
  $kendo-notification-padding-x: $kendo-notification-padding-x,
78
73
  $kendo-notification-padding-y: $kendo-notification-padding-y,
@@ -88,6 +83,5 @@ $kendo-notification-theme: notification-theme( $kendo-notification-theme-colors
88
83
  $kendo-notification-border: $kendo-notification-border,
89
84
  $kendo-notification-shadow: $kendo-notification-shadow,
90
85
  $kendo-notification-icon-spacing: $kendo-notification-icon-spacing,
91
- $kendo-notification-theme-colors: $kendo-notification-theme-colors,
92
86
  $kendo-notification-theme: $kendo-notification-theme
93
87
  );
@@ -33,26 +33,6 @@ $kendo-otp-md-input-width: $kendo-input-md-calc-size !default;
33
33
  /// @group one-time-password
34
34
  $kendo-otp-lg-input-width: $kendo-input-lg-calc-size !default;
35
35
 
36
- /// The sizes map of the OTP.
37
- /// @group otp
38
- $kendo-otp-sizes: (
39
- sm: (
40
- gap: $kendo-otp-sm-gap,
41
- separator-padding-x: $kendo-otp-sm-separator-padding-x,
42
- input-width: $kendo-otp-sm-input-width
43
- ),
44
- md: (
45
- gap: $kendo-otp-md-gap,
46
- separator-padding-x: $kendo-otp-md-separator-padding-x,
47
- input-width: $kendo-otp-md-input-width
48
- ),
49
- lg: (
50
- gap: $kendo-otp-lg-gap,
51
- separator-padding-x: $kendo-otp-lg-separator-padding-x,
52
- input-width: $kendo-otp-lg-input-width
53
- )
54
- ) !default;
55
-
56
36
  @forward "@progress/kendo-theme-core/scss/components/otp/_variables.scss" with (
57
37
  $kendo-otp-sm-gap: $kendo-otp-sm-gap,
58
38
  $kendo-otp-md-gap: $kendo-otp-md-gap,
@@ -62,6 +42,5 @@ $kendo-otp-sizes: (
62
42
  $kendo-otp-lg-separator-padding-x: $kendo-otp-lg-separator-padding-x,
63
43
  $kendo-otp-sm-input-width: $kendo-otp-sm-input-width,
64
44
  $kendo-otp-md-input-width: $kendo-otp-md-input-width,
65
- $kendo-otp-lg-input-width: $kendo-otp-lg-input-width,
66
- $kendo-otp-sizes: $kendo-otp-sizes
45
+ $kendo-otp-lg-input-width: $kendo-otp-lg-input-width
67
46
  );
@@ -1,29 +1,17 @@
1
- @use "../core/_index.scss" as *;
2
-
3
- /// The theme colors map for the Overlay.
1
+ /// The default theme color of the Overlay.
4
2
  /// @group overlay
5
- $kendo-overlay-theme-colors: (
6
- "primary": k-color(primary),
7
- "secondary": k-color(secondary),
8
- "tertiary": k-color(tertiary),
9
- "info": k-color(info),
10
- "success": k-color(success),
11
- "warning": k-color(warning),
12
- "error": k-color(error),
13
- "dark": k-color(dark),
14
- "light": k-color(light),
15
- "inverse": if($kendo-is-dark-theme, k-color(light), k-color(dark)),
16
- ) !default;
3
+ /// @role default
4
+ $kendo-overlay-default-theme-color: "inverse" !default;
17
5
 
18
6
  /// The background color of the Overlay.
19
7
  /// @group overlay
20
- $kendo-overlay-bg: k-color(inverse) !default;
8
+ $kendo-overlay-bg: null !default;
21
9
  /// The opacity of the Overlay.
22
10
  /// @group overlay
23
11
  $kendo-overlay-opacity: .5 !default;
24
12
 
25
13
  @forward "@progress/kendo-theme-core/scss/components/overlay/_variables.scss" with (
26
- $kendo-overlay-theme-colors: $kendo-overlay-theme-colors,
14
+ $kendo-overlay-default-theme-color: $kendo-overlay-default-theme-color,
27
15
  $kendo-overlay-bg: $kendo-overlay-bg,
28
- $kendo-overlay-opacity: $kendo-overlay-opacity,
16
+ $kendo-overlay-opacity: $kendo-overlay-opacity
29
17
  );
@@ -4,6 +4,11 @@
4
4
 
5
5
  // Pager
6
6
 
7
+ /// The default size of the Pager.
8
+ /// @group pager
9
+ /// @role default
10
+ $kendo-pager-default-size: "md" !default;
11
+
7
12
  /// The horizontal padding of the small Pager.
8
13
  /// @group pager
9
14
  $kendo-pager-sm-padding-x: k-spacing(1) !default;
@@ -100,31 +105,8 @@ $kendo-pager-input-width: 5em !default;
100
105
  /// @group pager
101
106
  $kendo-pager-dropdown-width: 5em !default;
102
107
 
103
- /// The sizes map of the Pager.
104
- /// @group pager
105
- $kendo-pager-sizes: (
106
- sm: (
107
- padding-x: $kendo-pager-sm-padding-x,
108
- padding-y: $kendo-pager-sm-padding-y,
109
- item-group-spacing: $kendo-pager-sm-item-group-spacing,
110
- item-min-width: $kendo-pager-sm-item-min-width,
111
- ),
112
- md: (
113
- padding-x: $kendo-pager-md-padding-x,
114
- padding-y: $kendo-pager-md-padding-y,
115
- item-group-spacing: $kendo-pager-md-item-group-spacing,
116
- item-min-width: $kendo-pager-md-item-min-width,
117
- ),
118
- lg: (
119
- padding-x: $kendo-pager-lg-padding-x,
120
- padding-y: $kendo-pager-lg-padding-y,
121
- item-group-spacing: $kendo-pager-lg-item-group-spacing,
122
- item-min-width: $kendo-pager-lg-item-min-width,
123
- )
124
- ) !default;
125
-
126
-
127
108
  @forward "@progress/kendo-theme-core/scss/components/pager/_variables.scss" with (
109
+ $kendo-pager-default-size: $kendo-pager-default-size,
128
110
  $kendo-pager-sm-padding-x: $kendo-pager-sm-padding-x,
129
111
  $kendo-pager-md-padding-x: $kendo-pager-md-padding-x,
130
112
  $kendo-pager-lg-padding-x: $kendo-pager-lg-padding-x,
@@ -149,6 +131,5 @@ $kendo-pager-sizes: (
149
131
  $kendo-pager-item-border-width: $kendo-pager-item-border-width,
150
132
  $kendo-pager-item-spacing: $kendo-pager-item-spacing,
151
133
  $kendo-pager-input-width: $kendo-pager-input-width,
152
- $kendo-pager-dropdown-width: $kendo-pager-dropdown-width,
153
- $kendo-pager-sizes: $kendo-pager-sizes
134
+ $kendo-pager-dropdown-width: $kendo-pager-dropdown-width
154
135
  );
@@ -42,26 +42,6 @@ $kendo-radio-md-ripple-size: 300% !default;
42
42
  /// @group radio
43
43
  $kendo-radio-lg-ripple-size: 300% !default;
44
44
 
45
- /// The map with the different RadioButton sizes.
46
- /// @group radio
47
- $kendo-radio-sizes: (
48
- sm: (
49
- size: $kendo-radio-sm-size,
50
- glyph-size: $kendo-radio-sm-glyph-size,
51
- ripple-size: $kendo-radio-sm-ripple-size
52
- ),
53
- md: (
54
- size: $kendo-radio-md-size,
55
- glyph-size: $kendo-radio-md-glyph-size,
56
- ripple-size: $kendo-radio-md-ripple-size
57
- ),
58
- lg: (
59
- size: $kendo-radio-lg-size,
60
- glyph-size: $kendo-radio-lg-glyph-size,
61
- ripple-size: $kendo-radio-lg-ripple-size
62
- )
63
- ) !default;
64
-
65
45
  /// The background color of the RadioButton.
66
46
  /// @group radio
67
47
  $kendo-radio-bg: $kendo-checkbox-bg !default;
@@ -183,6 +163,11 @@ $kendo-radio-ripple-bg: $kendo-radio-checked-bg !default;
183
163
  /// @group radio
184
164
  $kendo-radio-ripple-opacity: .25 !default;
185
165
 
166
+ /// The default size of the RadioButton.
167
+ /// @group radio
168
+ /// @role default
169
+ $kendo-radio-default-size: "md" !default;
170
+
186
171
 
187
172
  @forward "@progress/kendo-theme-core/scss/components/radio/_variables.scss" with (
188
173
  $kendo-radio-radius: $kendo-radio-radius,
@@ -196,7 +181,6 @@ $kendo-radio-ripple-opacity: .25 !default;
196
181
  $kendo-radio-sm-ripple-size: $kendo-radio-sm-ripple-size,
197
182
  $kendo-radio-md-ripple-size: $kendo-radio-md-ripple-size,
198
183
  $kendo-radio-lg-ripple-size: $kendo-radio-lg-ripple-size,
199
- $kendo-radio-sizes: $kendo-radio-sizes,
200
184
  $kendo-radio-bg: $kendo-radio-bg,
201
185
  $kendo-radio-text: $kendo-radio-text,
202
186
  $kendo-radio-border: $kendo-radio-border,
@@ -228,5 +212,6 @@ $kendo-radio-ripple-opacity: .25 !default;
228
212
  $kendo-radio-list-item-padding-x: $kendo-radio-list-item-padding-x,
229
213
  $kendo-radio-list-item-padding-y: $kendo-radio-list-item-padding-y,
230
214
  $kendo-radio-ripple-bg: $kendo-radio-ripple-bg,
231
- $kendo-radio-ripple-opacity: $kendo-radio-ripple-opacity
215
+ $kendo-radio-ripple-opacity: $kendo-radio-ripple-opacity,
216
+ $kendo-radio-default-size: $kendo-radio-default-size
232
217
  );
@@ -64,26 +64,6 @@ $kendo-signature-lg-line-size: calc( 100% - 2 * #{$kendo-signature-lg-padding-x}
64
64
  /// @group signature
65
65
  $kendo-signature-line-bottom-offset: 33% !default;
66
66
 
67
- /// The sizes map for the Signature.
68
- /// @group signature
69
- $kendo-signature-sizes: (
70
- sm: (
71
- padding-x: $kendo-signature-sm-padding-x,
72
- padding-y: $kendo-signature-sm-padding-y,
73
- line-size: $kendo-signature-sm-line-size
74
- ),
75
- md: (
76
- padding-x: $kendo-signature-md-padding-x,
77
- padding-y: $kendo-signature-md-padding-y,
78
- line-size: $kendo-signature-md-line-size
79
- ),
80
- lg: (
81
- padding-x: $kendo-signature-lg-padding-x,
82
- padding-y: $kendo-signature-lg-padding-y,
83
- line-size: $kendo-signature-lg-line-size
84
- )
85
- ) !default;
86
-
87
67
  /// The gap between the Signature actions.
88
68
  /// @group signature
89
69
  $kendo-signature-actions-gap: k-spacing(1) !default;
@@ -111,7 +91,6 @@ $kendo-signature-maximized-line-width: 3px !default;
111
91
  $kendo-signature-md-line-size: $kendo-signature-md-line-size,
112
92
  $kendo-signature-lg-line-size: $kendo-signature-lg-line-size,
113
93
  $kendo-signature-line-bottom-offset: $kendo-signature-line-bottom-offset,
114
- $kendo-signature-sizes: $kendo-signature-sizes,
115
94
  $kendo-signature-actions-gap: $kendo-signature-actions-gap,
116
95
  $kendo-signature-maximized-line-width: $kendo-signature-maximized-line-width
117
96
  );
@@ -8,7 +8,7 @@ $kendo-split-button-focus-shadow: $kendo-button-focus-shadow !default;
8
8
 
9
9
  /// The horizontal padding of the arrow Button.
10
10
  /// @group split-button
11
- $kendo-split-button-arrow-padding-x: $kendo-button-md-padding-y !default;
11
+ $kendo-split-button-arrow-padding-x: null !default;
12
12
  /// The horizontal padding of the small arrow Button.
13
13
  /// @group split-button
14
14
  $kendo-split-button-sm-arrow-padding-x: $kendo-button-sm-padding-y !default;
@@ -21,7 +21,7 @@ $kendo-split-button-lg-arrow-padding-x: $kendo-button-lg-padding-y !default;
21
21
 
22
22
  /// The vertical padding of the arrow Button.
23
23
  /// @group split-button
24
- $kendo-split-button-arrow-padding-y: $kendo-button-md-padding-y !default;
24
+ $kendo-split-button-arrow-padding-y: null !default;
25
25
  /// The vertical padding of the small arrow Button.
26
26
  /// @group split-button
27
27
  $kendo-split-button-sm-arrow-padding-y: $kendo-button-sm-padding-y !default;
@@ -84,7 +84,7 @@ $kendo-spreadsheet-formula-input-padding-x: $kendo-input-md-padding-x !default;
84
84
  $kendo-spreadsheet-formula-input-padding-y: $kendo-input-md-padding-y !default;
85
85
  /// The line height of the Spreadsheet formula input.
86
86
  /// @group spreadsheet
87
- $kendo-spreadsheet-formula-input-line-height: $kendo-input-line-height !default;
87
+ $kendo-spreadsheet-formula-input-line-height: $kendo-input-md-line-height !default;
88
88
 
89
89
  /// The padding of the Spreadsheet formula bar icon.
90
90
  /// @group spreadsheet
@@ -24,36 +24,6 @@ $kendo-suggestion-line-height: var( --kendo-line-height, normal ) !default;
24
24
  /// @group suggestion
25
25
  $kendo-suggestion-border-radius: k-border-radius(xl) !default;
26
26
 
27
- /// The background color of the Suggestion.
28
- /// @group suggestion
29
- $kendo-suggestion-bg: k-color(base-subtle) !default;
30
- /// The text color of the Suggestion.
31
- /// @group suggestion
32
- $kendo-suggestion-text: k-color(base-on-subtle) !default;
33
- /// The border color of the Suggestion.
34
- /// @group suggestion
35
- $kendo-suggestion-border: k-color(base-emphasis) !default;
36
-
37
- /// The background color of the hovered Suggestion.
38
- /// @group suggestion
39
- $kendo-suggestion-hover-bg: k-color(base-subtle-hover) !default;
40
- /// The text color of the hovered Suggestion.
41
- /// @group suggestion
42
- $kendo-suggestion-hover-text: k-color(base-on-subtle) !default;
43
- /// The border color of the hovered Suggestion.
44
- /// @group suggestion
45
- $kendo-suggestion-hover-border: k-color(base-emphasis) !default;
46
-
47
- /// The background color of the active Suggestion.
48
- /// @group suggestion
49
- $kendo-suggestion-active-bg: k-color(base-subtle-active) !default;
50
- /// The text color of the active Suggestion.
51
- /// @group suggestion
52
- $kendo-suggestion-active-text: k-color(base-on-subtle) !default;
53
- /// The border color of the active Suggestion.
54
- /// @group suggestion
55
- $kendo-suggestion-active-border: k-color(base-emphasis) !default;
56
-
57
27
  /// The shadow blur of the focused Suggestion.
58
28
  /// @group suggestion
59
29
  $kendo-suggestion-focus-shadow-blur: 0 !default;
@@ -64,12 +34,10 @@ $kendo-suggestion-focus-shadow-spread: 2px !default;
64
34
  /// @group suggestion
65
35
  $kendo-suggestion-focus-shadow-color: color-mix(in srgb, k-color(on-app-surface) 8%, transparent) !default;
66
36
 
67
- /// The theme colors map of the Suggestion.
37
+ /// The default theme color of the Suggestion.
68
38
  /// @group suggestion
69
- $kendo-suggestion-theme-colors: (
70
- "primary": k-color(primary),
71
- "secondary": k-color(secondary)
72
- ) !default;
39
+ /// @role default
40
+ $kendo-suggestion-default-theme-color: "base" !default;
73
41
 
74
42
  @forward "@progress/kendo-theme-core/scss/components/suggestion/_variables.scss" with (
75
43
  $kendo-suggestion-padding-y: $kendo-suggestion-padding-y,
@@ -79,17 +47,8 @@ $kendo-suggestion-theme-colors: (
79
47
  $kendo-suggestion-border-style: $kendo-suggestion-border-style,
80
48
  $kendo-suggestion-line-height: $kendo-suggestion-line-height,
81
49
  $kendo-suggestion-border-radius: $kendo-suggestion-border-radius,
82
- $kendo-suggestion-bg: $kendo-suggestion-bg,
83
- $kendo-suggestion-text: $kendo-suggestion-text,
84
- $kendo-suggestion-border: $kendo-suggestion-border,
85
- $kendo-suggestion-hover-bg: $kendo-suggestion-hover-bg,
86
- $kendo-suggestion-hover-text: $kendo-suggestion-hover-text,
87
- $kendo-suggestion-hover-border: $kendo-suggestion-hover-border,
88
- $kendo-suggestion-active-bg: $kendo-suggestion-active-bg,
89
- $kendo-suggestion-active-text: $kendo-suggestion-active-text,
90
- $kendo-suggestion-active-border: $kendo-suggestion-active-border,
91
50
  $kendo-suggestion-focus-shadow-blur: $kendo-suggestion-focus-shadow-blur,
92
51
  $kendo-suggestion-focus-shadow-spread: $kendo-suggestion-focus-shadow-spread,
93
52
  $kendo-suggestion-focus-shadow-color: $kendo-suggestion-focus-shadow-color,
94
- $kendo-suggestion-theme-colors: $kendo-suggestion-theme-colors
53
+ $kendo-suggestion-default-theme-color: $kendo-suggestion-default-theme-color
95
54
  );