@progress/kendo-theme-classic 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/classic-green-dark.css +1 -1
  3. package/dist/classic-green.css +1 -1
  4. package/dist/classic-lavender-dark.css +1 -1
  5. package/dist/classic-lavender.css +1 -1
  6. package/dist/classic-main-dark.css +1 -1
  7. package/dist/classic-main.css +1 -1
  8. package/dist/classic-metro-dark.css +1 -1
  9. package/dist/classic-metro.css +1 -1
  10. package/dist/classic-moonlight.css +1 -1
  11. package/dist/classic-opal-dark.css +1 -1
  12. package/dist/classic-opal.css +1 -1
  13. package/dist/classic-silver-dark.css +1 -1
  14. package/dist/classic-silver.css +1 -1
  15. package/dist/classic-uniform.css +1 -1
  16. package/dist/meta/sassdoc-data.json +20456 -15782
  17. package/dist/meta/sassdoc-raw-data.json +9898 -7606
  18. package/dist/meta/variables.json +715 -465
  19. package/lib/swatches/classic-green-dark.json +1 -1
  20. package/lib/swatches/classic-green.json +1 -1
  21. package/lib/swatches/classic-lavender-dark.json +1 -1
  22. package/lib/swatches/classic-lavender.json +1 -1
  23. package/lib/swatches/classic-main-dark.json +1 -1
  24. package/lib/swatches/classic-main.json +1 -1
  25. package/lib/swatches/classic-metro-dark.json +1 -1
  26. package/lib/swatches/classic-metro.json +1 -1
  27. package/lib/swatches/classic-moonlight.json +1 -1
  28. package/lib/swatches/classic-opal-dark.json +1 -1
  29. package/lib/swatches/classic-opal.json +1 -1
  30. package/lib/swatches/classic-silver-dark.json +1 -1
  31. package/lib/swatches/classic-silver.json +1 -1
  32. package/lib/swatches/classic-uniform.json +1 -1
  33. package/package.json +5 -5
  34. package/scss/appbar/_variables.scss +6 -16
  35. package/scss/avatar/_variables.scss +37 -23
  36. package/scss/badge/_variables.scss +22 -43
  37. package/scss/bottom-navigation/_variables.scss +12 -17
  38. package/scss/breadcrumb/_variables.scss +6 -30
  39. package/scss/button/_variables.scss +22 -41
  40. package/scss/calendar/_variables.scss +9 -31
  41. package/scss/card/_variables.scss +7 -17
  42. package/scss/checkbox/_variables.scss +13 -23
  43. package/scss/chip/_variables.scss +38 -50
  44. package/scss/coloreditor/_variables.scss +9 -39
  45. package/scss/colorgradient/_variables.scss +12 -42
  46. package/scss/colorpalette/_variables.scss +7 -19
  47. package/scss/column-menu/_variables.scss +6 -25
  48. package/scss/datetimepicker/_variables.scss +6 -16
  49. package/scss/dialog/_variables.scss +7 -10
  50. package/scss/fab/_variables.scss +21 -34
  51. package/scss/floating-label/_variables.scss +2 -2
  52. package/scss/forms/_variables.scss +7 -17
  53. package/scss/grid/_variables.scss +7 -42
  54. package/scss/icons/_variables.scss +6 -0
  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 +3 -3
  61. package/scss/notification/_variables.scss +6 -13
  62. package/scss/otp/_variables.scss +1 -22
  63. package/scss/overlay/_variables.scss +5 -17
  64. package/scss/pager/_variables.scss +7 -26
  65. package/scss/radio/_variables.scss +6 -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 +15 -26
  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 -19
@@ -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,30 +1,18 @@
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: $kendo-color-black !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
 
26
14
  @forward "@progress/kendo-theme-core/scss/components/overlay/_variables.scss" with (
27
- $kendo-overlay-theme-colors: $kendo-overlay-theme-colors,
15
+ $kendo-overlay-default-theme-color: $kendo-overlay-default-theme-color,
28
16
  $kendo-overlay-bg: $kendo-overlay-bg,
29
17
  $kendo-overlay-opacity: $kendo-overlay-opacity
30
18
  );
@@ -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;
@@ -87,31 +92,8 @@ $kendo-pager-input-width: 5em !default;
87
92
  /// @group pager
88
93
  $kendo-pager-dropdown-width: 5em !default;
89
94
 
90
- /// The sizes map of the Pager.
91
- /// @group pager
92
- $kendo-pager-sizes: (
93
- sm: (
94
- padding-x: $kendo-pager-sm-padding-x,
95
- padding-y: $kendo-pager-sm-padding-y,
96
- item-group-spacing: $kendo-pager-sm-item-group-spacing,
97
- item-min-width: $kendo-pager-sm-item-min-width,
98
- ),
99
- md: (
100
- padding-x: $kendo-pager-md-padding-x,
101
- padding-y: $kendo-pager-md-padding-y,
102
- item-group-spacing: $kendo-pager-md-item-group-spacing,
103
- item-min-width: $kendo-pager-md-item-min-width,
104
- ),
105
- lg: (
106
- padding-x: $kendo-pager-lg-padding-x,
107
- padding-y: $kendo-pager-lg-padding-y,
108
- item-group-spacing: $kendo-pager-lg-item-group-spacing,
109
- item-min-width: $kendo-pager-lg-item-min-width,
110
- )
111
- ) !default;
112
-
113
-
114
95
  @forward "@progress/kendo-theme-core/scss/components/pager/_variables.scss" with (
96
+ $kendo-pager-default-size: $kendo-pager-default-size,
115
97
  $kendo-pager-sm-padding-x: $kendo-pager-sm-padding-x,
116
98
  $kendo-pager-md-padding-x: $kendo-pager-md-padding-x,
117
99
  $kendo-pager-lg-padding-x: $kendo-pager-lg-padding-x,
@@ -136,6 +118,5 @@ $kendo-pager-sizes: (
136
118
  $kendo-pager-item-border-width: $kendo-pager-item-border-width,
137
119
  $kendo-pager-item-spacing: $kendo-pager-item-spacing,
138
120
  $kendo-pager-input-width: $kendo-pager-input-width,
139
- $kendo-pager-dropdown-width: $kendo-pager-dropdown-width,
140
- $kendo-pager-sizes: $kendo-pager-sizes
121
+ $kendo-pager-dropdown-width: $kendo-pager-dropdown-width
141
122
  );
@@ -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;
@@ -184,6 +164,10 @@ $kendo-radio-ripple-bg: $kendo-radio-checked-bg !default;
184
164
  /// @group radio
185
165
  $kendo-radio-ripple-opacity: .25 !default;
186
166
 
167
+ /// The default size of the RadioButton.
168
+ /// @group radio
169
+ /// @role default
170
+ $kendo-radio-default-size: "md" !default;
187
171
 
188
172
  @forward "@progress/kendo-theme-core/scss/components/radio/_variables.scss" with (
189
173
  $kendo-radio-radius: $kendo-radio-radius,
@@ -197,7 +181,6 @@ $kendo-radio-ripple-opacity: .25 !default;
197
181
  $kendo-radio-sm-ripple-size: $kendo-radio-sm-ripple-size,
198
182
  $kendo-radio-md-ripple-size: $kendo-radio-md-ripple-size,
199
183
  $kendo-radio-lg-ripple-size: $kendo-radio-lg-ripple-size,
200
- $kendo-radio-sizes: $kendo-radio-sizes,
201
184
  $kendo-radio-bg: $kendo-radio-bg,
202
185
  $kendo-radio-text: $kendo-radio-text,
203
186
  $kendo-radio-border: $kendo-radio-border,
@@ -229,5 +212,6 @@ $kendo-radio-ripple-opacity: .25 !default;
229
212
  $kendo-radio-list-item-padding-x: $kendo-radio-list-item-padding-x,
230
213
  $kendo-radio-list-item-padding-y: $kendo-radio-list-item-padding-y,
231
214
  $kendo-radio-ripple-bg: $kendo-radio-ripple-bg,
232
- $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
233
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(xxl) !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
  );
@@ -3,6 +3,19 @@
3
3
 
4
4
  // Switch
5
5
 
6
+ /// The default size of the Switch.
7
+ /// @group switch
8
+ /// @role default
9
+ $kendo-switch-default-size: "md" !default;
10
+ /// The default border radius of the Switch track.
11
+ /// @group switch
12
+ /// @role default
13
+ $kendo-switch-default-track-roundness: "full" !default;
14
+ /// The default border radius of the Switch thumb.
15
+ /// @group switch
16
+ /// @role default
17
+ $kendo-switch-default-thumb-roundness: "full" !default;
18
+
6
19
  /// The font family of the Switch.
7
20
  /// @group switch
8
21
  $kendo-switch-font-family: null !default;
@@ -23,13 +36,71 @@ $kendo-switch-label-text-transform: unset !default;
23
36
  /// @group switch
24
37
  $kendo-switch-label-display: inline !default;
25
38
 
26
- /// The map with the different Switch sizes.
39
+ /// The font size of the small Switch.
40
+ /// @group switch
41
+ $kendo-switch-sm-font-size: 12px !default;
42
+ /// The track width of the small Switch.
43
+ /// @group switch
44
+ $kendo-switch-sm-track-width: 48px !default;
45
+ /// The track height of the small Switch.
46
+ /// @group switch
47
+ $kendo-switch-sm-track-height: 26px !default;
48
+ /// The thumb width of the small Switch.
49
+ /// @group switch
50
+ $kendo-switch-sm-thumb-width: 20px !default;
51
+ /// The thumb height of the small Switch.
52
+ /// @group switch
53
+ $kendo-switch-sm-thumb-height: 20px !default;
54
+ /// The thumb offset of the small Switch.
55
+ /// @group switch
56
+ $kendo-switch-sm-thumb-offset: 3px !default;
57
+ /// The label offset of the small Switch.
58
+ /// @group switch
59
+ $kendo-switch-sm-label-offset: 4px !default;
60
+
61
+ /// The font size of the medium Switch.
62
+ /// @group switch
63
+ $kendo-switch-md-font-size: 12px !default;
64
+ /// The track width of the medium Switch.
65
+ /// @group switch
66
+ $kendo-switch-md-track-width: 56px !default;
67
+ /// The track height of the medium Switch.
68
+ /// @group switch
69
+ $kendo-switch-md-track-height: 30px !default;
70
+ /// The thumb width of the medium Switch.
71
+ /// @group switch
72
+ $kendo-switch-md-thumb-width: 24px !default;
73
+ /// The thumb height of the medium Switch.
74
+ /// @group switch
75
+ $kendo-switch-md-thumb-height: 24px !default;
76
+ /// The thumb offset of the medium Switch.
77
+ /// @group switch
78
+ $kendo-switch-md-thumb-offset: 3px !default;
79
+ /// The label offset of the medium Switch.
80
+ /// @group switch
81
+ $kendo-switch-md-label-offset: 6px !default;
82
+
83
+ /// The font size of the large Switch.
84
+ /// @group switch
85
+ $kendo-switch-lg-font-size: 12px !default;
86
+ /// The track width of the large Switch.
87
+ /// @group switch
88
+ $kendo-switch-lg-track-width: 64px !default;
89
+ /// The track height of the large Switch.
90
+ /// @group switch
91
+ $kendo-switch-lg-track-height: 34px !default;
92
+ /// The thumb width of the large Switch.
93
+ /// @group switch
94
+ $kendo-switch-lg-thumb-width: 28px !default;
95
+ /// The thumb height of the large Switch.
96
+ /// @group switch
97
+ $kendo-switch-lg-thumb-height: 28px !default;
98
+ /// The thumb offset of the large Switch.
99
+ /// @group switch
100
+ $kendo-switch-lg-thumb-offset: 3px !default;
101
+ /// The label offset of the large Switch.
27
102
  /// @group switch
28
- $kendo-switch-sizes: (
29
- sm: ( font-size: 12px, track-width: 48px, track-height: 26px, thumb-width: 20px, thumb-height: 20px, thumb-offset: 3px, label-offset: 4px ),
30
- md: ( font-size: 12px, track-width: 56px, track-height: 30px, thumb-width: 24px, thumb-height: 24px, thumb-offset: 3px, label-offset: 6px ),
31
- lg: ( font-size: 12px, track-width: 64px, track-height: 34px, thumb-width: 28px, thumb-height: 28px, thumb-offset: 3px, label-offset: 8px )
32
- ) !default;
103
+ $kendo-switch-lg-label-offset: 8px !default;
33
104
 
34
105
  /// The background of the track when the Switch is not checked.
35
106
  /// @group switch
@@ -221,12 +292,35 @@ $kendo-switch-on-thumb-disabled-border: null !default;
221
292
  $kendo-switch-on-thumb-disabled-gradient: null !default;
222
293
 
223
294
  @forward "@progress/kendo-theme-core/scss/components/switch/_variables.scss" with (
295
+ $kendo-switch-default-size: $kendo-switch-default-size,
296
+ $kendo-switch-default-track-roundness: $kendo-switch-default-track-roundness,
297
+ $kendo-switch-default-thumb-roundness: $kendo-switch-default-thumb-roundness,
224
298
  $kendo-switch-font-family: $kendo-switch-font-family,
225
299
  $kendo-switch-track-border-width: $kendo-switch-track-border-width,
226
300
  $kendo-switch-thumb-border-width: $kendo-switch-thumb-border-width,
227
301
  $kendo-switch-label-text-transform: $kendo-switch-label-text-transform,
228
302
  $kendo-switch-label-display: $kendo-switch-label-display,
229
- $kendo-switch-sizes: $kendo-switch-sizes,
303
+ $kendo-switch-sm-font-size: $kendo-switch-sm-font-size,
304
+ $kendo-switch-sm-track-width: $kendo-switch-sm-track-width,
305
+ $kendo-switch-sm-track-height: $kendo-switch-sm-track-height,
306
+ $kendo-switch-sm-thumb-width: $kendo-switch-sm-thumb-width,
307
+ $kendo-switch-sm-thumb-height: $kendo-switch-sm-thumb-height,
308
+ $kendo-switch-sm-thumb-offset: $kendo-switch-sm-thumb-offset,
309
+ $kendo-switch-sm-label-offset: $kendo-switch-sm-label-offset,
310
+ $kendo-switch-md-font-size: $kendo-switch-md-font-size,
311
+ $kendo-switch-md-track-width: $kendo-switch-md-track-width,
312
+ $kendo-switch-md-track-height: $kendo-switch-md-track-height,
313
+ $kendo-switch-md-thumb-width: $kendo-switch-md-thumb-width,
314
+ $kendo-switch-md-thumb-height: $kendo-switch-md-thumb-height,
315
+ $kendo-switch-md-thumb-offset: $kendo-switch-md-thumb-offset,
316
+ $kendo-switch-md-label-offset: $kendo-switch-md-label-offset,
317
+ $kendo-switch-lg-font-size: $kendo-switch-lg-font-size,
318
+ $kendo-switch-lg-track-width: $kendo-switch-lg-track-width,
319
+ $kendo-switch-lg-track-height: $kendo-switch-lg-track-height,
320
+ $kendo-switch-lg-thumb-width: $kendo-switch-lg-thumb-width,
321
+ $kendo-switch-lg-thumb-height: $kendo-switch-lg-thumb-height,
322
+ $kendo-switch-lg-thumb-offset: $kendo-switch-lg-thumb-offset,
323
+ $kendo-switch-lg-label-offset: $kendo-switch-lg-label-offset,
230
324
  $kendo-switch-off-track-bg: $kendo-switch-off-track-bg,
231
325
  $kendo-switch-off-track-text: $kendo-switch-off-track-text,
232
326
  $kendo-switch-off-track-border: $kendo-switch-off-track-border,
@@ -4,6 +4,11 @@
4
4
 
5
5
  // Table
6
6
 
7
+ /// The default size of the Table.
8
+ /// @group table
9
+ /// @role default
10
+ $kendo-table-default-size: "md" !default;
11
+
7
12
  /// The width of the table border.
8
13
  /// @group table
9
14
  $kendo-table-border-width: 1px !default;
@@ -43,30 +48,6 @@ $kendo-table-lg-cell-padding-x: k-spacing(2) !default;
43
48
  /// @group table
44
49
  $kendo-table-lg-cell-padding-y: k-spacing(2.5) !default;
45
50
 
46
- /// The sizes of the table.
47
- /// @group table
48
- $kendo-table-sizes: (
49
- sm: (
50
- font-size: var( --kendo-font-size, inherit ),
51
- line-height: var( --kendo-line-height, normal ),
52
- cell-padding-x: $kendo-table-sm-cell-padding-x,
53
- cell-padding-y: $kendo-table-sm-cell-padding-y
54
- ),
55
- md: (
56
- font-size: var( --kendo-font-size, inherit ),
57
- line-height: var( --kendo-line-height, normal ),
58
- cell-padding-x: $kendo-table-md-cell-padding-x,
59
- cell-padding-y: $kendo-table-md-cell-padding-y
60
- ),
61
- lg: (
62
- font-size: var( --kendo-font-size, inherit ),
63
- line-height: var( --kendo-line-height, normal ),
64
- cell-padding-x: $kendo-table-lg-cell-padding-x,
65
- cell-padding-y: $kendo-table-lg-cell-padding-y
66
- )
67
- ) !default;
68
-
69
-
70
51
  /// Background color of tables.
71
52
  /// @group table
72
53
  $kendo-table-bg: k-color(surface-alt) !default;
@@ -177,6 +158,7 @@ $kendo-table-cell-row-span-shadow: inset 0 0 0 1px $kendo-table-border !default;
177
158
 
178
159
 
179
160
  @forward "@progress/kendo-theme-core/scss/components/table/_variables.scss" with (
161
+ $kendo-table-default-size: $kendo-table-default-size,
180
162
  $kendo-table-border-width: $kendo-table-border-width,
181
163
  $kendo-table-cell-vertical-border-width: $kendo-table-cell-vertical-border-width,
182
164
  $kendo-table-cell-horizontal-border-width: $kendo-table-cell-horizontal-border-width,
@@ -188,7 +170,6 @@ $kendo-table-cell-row-span-shadow: inset 0 0 0 1px $kendo-table-border !default;
188
170
  $kendo-table-md-cell-padding-y: $kendo-table-md-cell-padding-y,
189
171
  $kendo-table-lg-cell-padding-x: $kendo-table-lg-cell-padding-x,
190
172
  $kendo-table-lg-cell-padding-y: $kendo-table-lg-cell-padding-y,
191
- $kendo-table-sizes: $kendo-table-sizes,
192
173
  $kendo-table-bg: $kendo-table-bg,
193
174
  $kendo-table-text: $kendo-table-text,
194
175
  $kendo-table-border: $kendo-table-border,
@@ -3,6 +3,10 @@
3
3
 
4
4
  // TabStrip
5
5
 
6
+ /// The default size of the TabStrip.
7
+ /// @group tabstrip
8
+ /// @role default
9
+ $kendo-tabstrip-default-size: "md" !default;
6
10
 
7
11
  /// The horizontal padding of the TabStrip wrapper.
8
12
  /// @group tabstrip
@@ -197,30 +201,8 @@ $kendo-tabstrip-content-focus-border: k-color(on-app-surface) !default;
197
201
  /// @group tabstrip
198
202
  $kendo-tabstrip-scroll-overlay: k-color(app-surface), color-mix(in srgb, k-color(app-surface) 0%, transparent) !default;
199
203
 
200
- /// The size map of the TabStrip.
201
- /// @group tabstrip
202
- $kendo-tabstrip-sizes: (
203
- sm: (
204
- font-size: $kendo-tabstrip-sm-font-size,
205
- line-height: $kendo-tabstrip-sm-line-height,
206
- item-padding-x: $kendo-tabstrip-sm-item-padding-x,
207
- item-padding-y: $kendo-tabstrip-sm-item-padding-y
208
- ),
209
- md: (
210
- font-size: $kendo-tabstrip-md-font-size,
211
- line-height: $kendo-tabstrip-md-line-height,
212
- item-padding-x: $kendo-tabstrip-md-item-padding-x,
213
- item-padding-y: $kendo-tabstrip-md-item-padding-y
214
- ),
215
- lg: (
216
- font-size: $kendo-tabstrip-lg-font-size,
217
- line-height: $kendo-tabstrip-lg-line-height,
218
- item-padding-x: $kendo-tabstrip-lg-item-padding-x,
219
- item-padding-y: $kendo-tabstrip-lg-item-padding-y
220
- )
221
- ) !default;
222
-
223
204
  @forward "@progress/kendo-theme-core/scss/components/tabstrip/_variables.scss" with (
205
+ $kendo-tabstrip-default-size: $kendo-tabstrip-default-size,
224
206
  $kendo-tabstrip-wrapper-padding-x: $kendo-tabstrip-wrapper-padding-x,
225
207
  $kendo-tabstrip-wrapper-padding-y: $kendo-tabstrip-wrapper-padding-y,
226
208
  $kendo-tabstrip-wrapper-border-width: $kendo-tabstrip-wrapper-border-width,
@@ -279,6 +261,5 @@ $kendo-tabstrip-sizes: (
279
261
  $kendo-tabstrip-content-text: $kendo-tabstrip-content-text,
280
262
  $kendo-tabstrip-content-border: $kendo-tabstrip-content-border,
281
263
  $kendo-tabstrip-content-focus-border: $kendo-tabstrip-content-focus-border,
282
- $kendo-tabstrip-scroll-overlay: $kendo-tabstrip-scroll-overlay,
283
- $kendo-tabstrip-sizes: $kendo-tabstrip-sizes
264
+ $kendo-tabstrip-scroll-overlay: $kendo-tabstrip-scroll-overlay
284
265
  );
@@ -4,6 +4,11 @@
4
4
 
5
5
  // Time selector
6
6
 
7
+ /// The default size of the TimeSelector.
8
+ /// @group time-selector
9
+ /// @role default
10
+ $kendo-time-selector-default-size: "md" !default;
11
+
7
12
  /// The width of the border around the TimeSelector.
8
13
  /// @group time-selector
9
14
  $kendo-time-selector-border-width: 1px !default;
@@ -12,10 +17,10 @@ $kendo-time-selector-border-width: 1px !default;
12
17
  $kendo-time-selector-font-family: var( --kendo-font-family, inherit ) !default;
13
18
  /// The font size of the TimeSelector.
14
19
  /// @group time-selector
15
- $kendo-time-selector-font-size: var( --kendo-font-size, inherit ) !default;
20
+ $kendo-time-selector-font-size: null !default;
16
21
  /// The line height of the TimeSelector.
17
22
  /// @group time-selector
18
- $kendo-time-selector-line-height: var( --kendo-line-height, normal ) !default;
23
+ $kendo-time-selector-line-height: null !default;
19
24
 
20
25
  /// The background color of the TimeSelector.
21
26
  /// @group time-selector
@@ -76,23 +81,6 @@ $kendo-time-list-item-padding-x: $kendo-list-md-item-padding-x !default;
76
81
  /// @group time-selector
77
82
  $kendo-time-list-item-padding-y: $kendo-list-md-item-padding-y !default;
78
83
 
79
- /// The width of the border around the TimeSelector list highlight.
80
- /// @group time-selector
81
- $kendo-time-list-highlight-border-width: 1px 0px !default;
82
- /// The height of the TimeSelector list highlight.
83
- /// @group time-selector
84
- $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;
85
- /// The background color of the TimeSelector list highlight.
86
- /// @group time-selector
87
- $kendo-time-list-highlight-bg: k-color(surface-alt) !default;
88
- /// The border color of the TimeSelector list highlight.
89
- /// @group time-selector
90
- $kendo-time-list-highlight-border: k-color(border) !default;
91
-
92
- /// The background color of the focused TimeSelector list.
93
- /// @group time-selector
94
- $kendo-time-list-focus-bg: rgba( black, .04 ) !default;
95
-
96
84
 
97
85
  // Time selector sizes
98
86
  /// The font size of the small TimeSelector.
@@ -134,28 +122,22 @@ $kendo-time-selector-lg-list-item-padding-x: $kendo-list-lg-item-padding-x !defa
134
122
  /// @group time-selector
135
123
  $kendo-time-selector-lg-list-item-padding-y: $kendo-list-lg-item-padding-y !default;
136
124
 
137
- /// The sizes map for the TimeSelector.
138
- /// @group time-selector
139
- $kendo-time-selector-sizes: (
140
- sm: (
141
- font-size: $kendo-time-selector-sm-font-size,
142
- line-height: $kendo-time-selector-sm-line-height,
143
- list-item-padding-x: $kendo-time-selector-sm-list-item-padding-x,
144
- list-item-padding-y: $kendo-time-selector-sm-list-item-padding-y
145
- ),
146
- md: (
147
- font-size: $kendo-time-selector-md-font-size,
148
- line-height: $kendo-time-selector-md-line-height,
149
- list-item-padding-x: $kendo-time-selector-md-list-item-padding-x,
150
- list-item-padding-y: $kendo-time-selector-md-list-item-padding-y
151
- ),
152
- lg: (
153
- font-size: $kendo-time-selector-lg-font-size,
154
- line-height: $kendo-time-selector-lg-line-height,
155
- list-item-padding-x: $kendo-time-selector-lg-list-item-padding-x,
156
- list-item-padding-y: $kendo-time-selector-lg-list-item-padding-y
157
- )
158
- ) !default;
125
+ /// The width of the border around the TimeSelector list highlight.
126
+ /// @group time-selector
127
+ $kendo-time-list-highlight-border-width: 1px 0px !default;
128
+ /// The height of the TimeSelector list highlight.
129
+ /// @group time-selector
130
+ $kendo-time-list-highlight-height: calc( calc( #{$kendo-time-selector-md-font-size} * #{$kendo-time-selector-md-line-height} ) + calc( #{$kendo-time-list-item-padding-y} * 2 ) ) !default;
131
+ /// The background color of the TimeSelector list highlight.
132
+ /// @group time-selector
133
+ $kendo-time-list-highlight-bg: k-color(surface-alt) !default;
134
+ /// The border color of the TimeSelector list highlight.
135
+ /// @group time-selector
136
+ $kendo-time-list-highlight-border: k-color(border) !default;
137
+
138
+ /// The background color of the focused TimeSelector list.
139
+ /// @group time-selector
140
+ $kendo-time-list-focus-bg: rgba( black, .04 ) !default;
159
141
 
160
142
  /// The text color of the TimeSelector button.
161
143
  /// @group time-selector
@@ -165,6 +147,7 @@ $kendo-time-selector-now-button-text: k-color(primary) !default;
165
147
  $kendo-time-selector-now-button-hover-text: k-color(primary-hover) !default;
166
148
 
167
149
  @forward "@progress/kendo-theme-core/scss/components/timeselector/_variables.scss" with (
150
+ $kendo-time-selector-default-size: $kendo-time-selector-default-size,
168
151
  $kendo-time-selector-border-width: $kendo-time-selector-border-width,
169
152
  $kendo-time-selector-font-family: $kendo-time-selector-font-family,
170
153
  $kendo-time-selector-font-size: $kendo-time-selector-font-size,
@@ -204,7 +187,6 @@ $kendo-time-selector-now-button-hover-text: k-color(primary-hover) !default;
204
187
  $kendo-time-selector-lg-line-height: $kendo-time-selector-lg-line-height,
205
188
  $kendo-time-selector-lg-list-item-padding-x: $kendo-time-selector-lg-list-item-padding-x,
206
189
  $kendo-time-selector-lg-list-item-padding-y: $kendo-time-selector-lg-list-item-padding-y,
207
- $kendo-time-selector-sizes: $kendo-time-selector-sizes,
208
190
  $kendo-time-selector-now-button-text: $kendo-time-selector-now-button-text,
209
191
  $kendo-time-selector-now-button-hover-text: $kendo-time-selector-now-button-hover-text
210
192
  );