@progress/kendo-theme-default 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 (74) hide show
  1. package/dist/all.css +1 -1
  2. package/dist/default-blue.css +1 -1
  3. package/dist/default-dataviz-v4.css +1 -1
  4. package/dist/default-green.css +1 -1
  5. package/dist/default-main-dark.css +1 -1
  6. package/dist/default-main.css +1 -1
  7. package/dist/default-nordic.css +1 -1
  8. package/dist/default-ocean-blue-a11y.css +1 -1
  9. package/dist/default-ocean-blue.css +1 -1
  10. package/dist/default-orange.css +1 -1
  11. package/dist/default-purple.css +1 -1
  12. package/dist/default-turquoise.css +1 -1
  13. package/dist/default-urban.css +1 -1
  14. package/dist/meta/sassdoc-data.json +20524 -15850
  15. package/dist/meta/sassdoc-raw-data.json +9919 -7627
  16. package/dist/meta/variables.json +686 -436
  17. package/lib/swatches/default-blue.json +1 -1
  18. package/lib/swatches/default-dataviz-v4.json +1 -1
  19. package/lib/swatches/default-green.json +1 -1
  20. package/lib/swatches/default-main-dark.json +1 -1
  21. package/lib/swatches/default-main.json +1 -1
  22. package/lib/swatches/default-nordic.json +1 -1
  23. package/lib/swatches/default-ocean-blue-a11y.json +1 -1
  24. package/lib/swatches/default-ocean-blue.json +1 -1
  25. package/lib/swatches/default-orange.json +1 -1
  26. package/lib/swatches/default-purple.json +1 -1
  27. package/lib/swatches/default-turquoise.json +1 -1
  28. package/lib/swatches/default-urban.json +1 -1
  29. package/package.json +5 -5
  30. package/scss/appbar/_variables.scss +6 -16
  31. package/scss/avatar/_variables.scss +37 -23
  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 +26 -46
  36. package/scss/calendar/_variables.scss +9 -30
  37. package/scss/card/_variables.scss +7 -17
  38. package/scss/checkbox/_variables.scss +13 -22
  39. package/scss/chip/_variables.scss +39 -51
  40. package/scss/coloreditor/_variables.scss +9 -39
  41. package/scss/colorgradient/_variables.scss +11 -41
  42. package/scss/colorpalette/_variables.scss +7 -19
  43. package/scss/column-menu/_variables.scss +6 -25
  44. package/scss/datetimepicker/_variables.scss +6 -15
  45. package/scss/dialog/_variables.scss +7 -10
  46. package/scss/fab/_variables.scss +21 -33
  47. package/scss/floating-label/_variables.scss +2 -2
  48. package/scss/forms/_variables.scss +7 -16
  49. package/scss/grid/_variables.scss +7 -41
  50. package/scss/icons/_variables.scss +6 -0
  51. package/scss/input/_variables.scss +38 -36
  52. package/scss/list/_variables.scss +7 -72
  53. package/scss/loader/_variables.scss +13 -17
  54. package/scss/menu/_variables.scss +6 -0
  55. package/scss/messagebox/_variables.scss +8 -17
  56. package/scss/notification/_functions.scss +3 -3
  57. package/scss/notification/_variables.scss +7 -13
  58. package/scss/otp/_variables.scss +1 -22
  59. package/scss/overlay/_variables.scss +6 -17
  60. package/scss/pager/_variables.scss +7 -25
  61. package/scss/radio/_variables.scss +7 -21
  62. package/scss/signature/_variables.scss +0 -21
  63. package/scss/split-button/_variables.scss +2 -2
  64. package/scss/spreadsheet/_variables.scss +1 -1
  65. package/scss/suggestion/_variables.scss +4 -45
  66. package/scss/switch/_variables.scss +101 -7
  67. package/scss/table/_variables.scss +6 -24
  68. package/scss/tabstrip/_variables.scss +6 -25
  69. package/scss/timeselector/_variables.scss +20 -38
  70. package/scss/toolbar/_variables.scss +12 -25
  71. package/scss/tooltip/_functions.scss +3 -3
  72. package/scss/tooltip/_variables.scss +2 -12
  73. package/scss/treeview/_variables.scss +8 -33
  74. package/scss/window/_variables.scss +12 -18
@@ -3,6 +3,23 @@
3
3
 
4
4
  // Floating Action Button
5
5
 
6
+ /// The default theme color of the FAB.
7
+ /// @group floating-action-button
8
+ /// @role default
9
+ $kendo-fab-default-theme-color: "primary" !default;
10
+ /// The default fill mode of the FAB.
11
+ /// @group floating-action-button
12
+ /// @role default
13
+ $kendo-fab-default-fill-mode: "solid" !default;
14
+ /// The default roundness of the FAB.
15
+ /// @group floating-action-button
16
+ /// @role default
17
+ $kendo-fab-default-roundness: "full" !default;
18
+ /// The default size of the FAB.
19
+ /// @group floating-action-button
20
+ /// @role default
21
+ $kendo-fab-default-size: "md" !default;
22
+
6
23
  /// The width of the border around the FAB.
7
24
  /// @group floating-action-button
8
25
  $kendo-fab-border-width: 1px !default;
@@ -89,37 +106,6 @@ $kendo-fab-item-icon-border-width: 0 !default;
89
106
  /// @group floating-action-button
90
107
  $kendo-fab-item-icon-border-radius: 50% !default;
91
108
 
92
- /// The theme colors map for the FAB.
93
- /// @group floating-action-button
94
- $kendo-fab-theme-colors: (
95
- "primary": k-color(primary),
96
- "secondary": k-color(secondary),
97
- "tertiary": k-color(tertiary),
98
- "info": k-color(info),
99
- "success": k-color(success),
100
- "warning": k-color(warning),
101
- "error": k-color(error),
102
- "dark": k-color(dark),
103
- "light": k-color(light),
104
- "inverse": if($kendo-is-dark-theme, k-color(light), k-color(dark))
105
- ) !default;
106
-
107
- /// The size map for the FAB.
108
- /// @group floating-action-button
109
- $kendo-fab-sizes: (
110
- sm: (
111
- padding-x: $kendo-fab-sm-padding-x,
112
- padding-y: $kendo-fab-sm-padding-y
113
- ),
114
- md: (
115
- padding-x: $kendo-fab-md-padding-x,
116
- padding-y: $kendo-fab-md-padding-y
117
- ),
118
- lg: (
119
- padding-x: $kendo-fab-lg-padding-x,
120
- padding-y: $kendo-fab-lg-padding-y
121
- )
122
- ) !default;
123
109
 
124
110
  /// The base shadow of the FAB.
125
111
  /// @group floating-action-button
@@ -181,6 +167,10 @@ $kendo-fab-item-outline-color: rgba(0, 0, 0, .08) !default;
181
167
  $kendo-fab-generating-opacity: 40% !default;
182
168
 
183
169
  @forward "@progress/kendo-theme-core/scss/components/fab/_variables.scss" with (
170
+ $kendo-fab-default-theme-color: $kendo-fab-default-theme-color,
171
+ $kendo-fab-default-fill-mode: $kendo-fab-default-fill-mode,
172
+ $kendo-fab-default-roundness: $kendo-fab-default-roundness,
173
+ $kendo-fab-default-size: $kendo-fab-default-size,
184
174
  $kendo-fab-border-width: $kendo-fab-border-width,
185
175
  $kendo-fab-font-family: $kendo-fab-font-family,
186
176
  $kendo-fab-font-size: $kendo-fab-font-size,
@@ -206,8 +196,6 @@ $kendo-fab-generating-opacity: 40% !default;
206
196
  $kendo-fab-item-icon-padding-y: $kendo-fab-item-icon-padding-y,
207
197
  $kendo-fab-item-icon-border-width: $kendo-fab-item-icon-border-width,
208
198
  $kendo-fab-item-icon-border-radius: $kendo-fab-item-icon-border-radius,
209
- $kendo-fab-theme-colors: $kendo-fab-theme-colors,
210
- $kendo-fab-sizes: $kendo-fab-sizes,
211
199
  $kendo-fab-shadow: $kendo-fab-shadow,
212
200
  $kendo-fab-disabled-shadow: $kendo-fab-disabled-shadow,
213
201
  $kendo-fab-active-shadow: $kendo-fab-active-shadow,
@@ -8,13 +8,13 @@
8
8
  $kendo-floating-label-scale: 1 !default;
9
9
  /// The font size of the Floating Label.
10
10
  /// @group floating-label
11
- $kendo-floating-label-font-size: $kendo-input-font-size !default;
11
+ $kendo-floating-label-font-size: $kendo-input-md-font-size !default;
12
12
  /// The maximum width of the Floating Label.
13
13
  /// @group floating-label
14
14
  $kendo-floating-label-max-width: 90% !default;
15
15
  /// The line height of the Floating Label.
16
16
  /// @group floating-label
17
- $kendo-floating-label-line-height: $kendo-input-line-height !default;
17
+ $kendo-floating-label-line-height: $kendo-input-md-line-height !default;
18
18
  /// The height of the Floating Label.
19
19
  /// @group floating-label
20
20
  $kendo-floating-label-height: calc( #{$kendo-floating-label-line-height} * #{$kendo-floating-label-font-size} ) !default;
@@ -7,6 +7,11 @@
7
7
 
8
8
  // Forms
9
9
 
10
+ /// The default size of the Form.
11
+ /// @group form
12
+ /// @role default
13
+ $kendo-form-default-size: "md" !default;
14
+
10
15
  /// The padding of the inline Form.
11
16
  /// @group form
12
17
  $kendo-form-spacer: calc( #{k-spacing(2)} * 2 ) !default;
@@ -144,22 +149,9 @@ $kendo-form-field-info-margin: k-spacing(2) !default;
144
149
  /// @group form
145
150
  $kendo-fieldset-legend-text: k-color(on-app-surface) !default;
146
151
 
147
- /// The sizes map for the Form.
148
- /// @group form
149
- $kendo-form-sizes: (
150
- sm: (
151
- form-rows-spacing: $kendo-form-sm-rows-spacing
152
- ),
153
- md: (
154
- form-rows-spacing: $kendo-form-md-rows-spacing
155
- ),
156
- lg: (
157
- form-rows-spacing: $kendo-form-lg-rows-spacing
158
- )
159
- ) !default;
160
-
161
152
 
162
153
  @forward "@progress/kendo-theme-core/scss/components/forms/_variables.scss" with (
154
+ $kendo-form-default-size: $kendo-form-default-size,
163
155
  $kendo-form-spacer: $kendo-form-spacer,
164
156
  $kendo-form-font-size: $kendo-form-font-size,
165
157
  $kendo-form-line-height: $kendo-form-line-height,
@@ -198,6 +190,5 @@ $kendo-form-sizes: (
198
190
  $kendo-fieldset-legend-margin: $kendo-fieldset-legend-margin,
199
191
  $kendo-form-alert-error-margin: $kendo-form-alert-error-margin,
200
192
  $kendo-form-field-info-margin: $kendo-form-field-info-margin,
201
- $kendo-fieldset-legend-text: $kendo-fieldset-legend-text,
202
- $kendo-form-sizes: $kendo-form-sizes
193
+ $kendo-fieldset-legend-text: $kendo-fieldset-legend-text
203
194
  );
@@ -10,6 +10,12 @@
10
10
  @use "../popup/_variables.scss" as *;
11
11
 
12
12
  // Grid
13
+
14
+ /// The default size of the Grid.
15
+ /// @group grid
16
+ /// @role default
17
+ $kendo-grid-default-size: "md" !default;
18
+
13
19
  /// The width of the border around the Grid.
14
20
  /// @group grid
15
21
  $kendo-grid-border-width: 1px !default;
@@ -171,46 +177,6 @@ $kendo-grid-md-selection-aggregates-padding-x: $kendo-grid-padding-y !default;
171
177
  $kendo-grid-md-selection-aggregates-padding-y: $kendo-grid-padding-y !default;
172
178
 
173
179
 
174
- // Kendo Grid sizes
175
- /// The sizes of the Grid.
176
- /// @group grid
177
- $kendo-grid-sizes: (
178
- sm: (
179
- header-padding-x: $kendo-grid-sm-header-padding-x,
180
- header-padding-y: $kendo-grid-sm-header-padding-y,
181
- grouping-header-padding-x: $kendo-grid-sm-grouping-header-padding-x,
182
- grouping-header-padding-y: $kendo-grid-sm-grouping-header-padding-y,
183
- cell-padding-x: $kendo-grid-sm-cell-padding-x,
184
- cell-padding-y: $kendo-grid-sm-cell-padding-y,
185
- filter-cell-padding-x: $kendo-grid-sm-filter-cell-padding-x,
186
- filter-cell-padding-y: $kendo-grid-sm-filter-cell-padding-y,
187
- edit-cell-padding-x: $kendo-grid-sm-edit-cell-padding-x,
188
- edit-cell-padding-y: $kendo-grid-sm-edit-cell-padding-y,
189
- button-padding-y: $kendo-button-sm-padding-y,
190
- button-calc-size: $kendo-button-sm-calc-size,
191
- group-dropclue-height: $kendo-grid-sm-group-dropclue-height,
192
- selection-aggregates-padding-x: $kendo-grid-sm-selection-aggregates-padding-x,
193
- selection-aggregates-padding-y: $kendo-grid-sm-selection-aggregates-padding-y
194
- ),
195
- md: (
196
- header-padding-x: $kendo-grid-md-header-padding-x,
197
- header-padding-y: $kendo-grid-md-header-padding-y,
198
- grouping-header-padding-x: $kendo-grid-md-grouping-header-padding-x,
199
- grouping-header-padding-y: $kendo-grid-md-grouping-header-padding-y,
200
- cell-padding-x: $kendo-grid-md-cell-padding-x,
201
- cell-padding-y: $kendo-grid-md-cell-padding-y,
202
- filter-cell-padding-x: $kendo-grid-md-filter-cell-padding-x,
203
- filter-cell-padding-y: $kendo-grid-md-filter-cell-padding-y,
204
- edit-cell-padding-x: $kendo-grid-md-edit-cell-padding-x,
205
- edit-cell-padding-y: $kendo-grid-md-edit-cell-padding-y,
206
- button-padding-y: $kendo-button-md-padding-y,
207
- button-calc-size: $kendo-button-md-calc-size,
208
- group-dropclue-height: $kendo-grid-md-group-dropclue-height,
209
- selection-aggregates-padding-x: $kendo-grid-md-selection-aggregates-padding-x,
210
- selection-aggregates-padding-y: $kendo-grid-md-selection-aggregates-padding-y
211
- ),
212
- ) !default;
213
-
214
180
  /// The font size of the Grid header.
215
181
  /// @group grid
216
182
  $kendo-grid-header-font-size: null !default;
@@ -519,6 +485,7 @@ $kendo-grid-stack-focus-outline: color-mix(in srgb, k-color(on-app-surface) 12%,
519
485
  $kendo-grid-stack-expandable-shadow: k-elevation(2) !default;
520
486
 
521
487
  @forward "@progress/kendo-theme-core/scss/components/grid/_variables.scss" with (
488
+ $kendo-grid-default-size: $kendo-grid-default-size,
522
489
  $kendo-grid-border-width: $kendo-grid-border-width,
523
490
  $kendo-grid-font-family: $kendo-grid-font-family,
524
491
  $kendo-grid-font-size: $kendo-grid-font-size,
@@ -569,7 +536,6 @@ $kendo-grid-stack-expandable-shadow: k-elevation(2) !default;
569
536
  $kendo-grid-md-group-dropclue-height: $kendo-grid-md-group-dropclue-height,
570
537
  $kendo-grid-md-selection-aggregates-padding-x: $kendo-grid-md-selection-aggregates-padding-x,
571
538
  $kendo-grid-md-selection-aggregates-padding-y: $kendo-grid-md-selection-aggregates-padding-y,
572
- $kendo-grid-sizes: $kendo-grid-sizes,
573
539
  $kendo-grid-header-font-size: $kendo-grid-header-font-size,
574
540
  $kendo-grid-header-first-border: $kendo-grid-header-first-border,
575
541
  $kendo-grid-header-menu-icon-spacing: $kendo-grid-header-menu-icon-spacing,
@@ -1,5 +1,10 @@
1
1
  @use "../core/_index.scss" as *;
2
2
 
3
+ /// The default size of the Icon.
4
+ /// @group icon
5
+ /// @role default
6
+ $kendo-icon-default-size: "md" !default;
7
+
3
8
  /// The default size icon size.
4
9
  /// @group icon
5
10
  $kendo-icon-size: 16px !default;
@@ -32,6 +37,7 @@ $kendo-icon-spacing: k-spacing(1) !default;
32
37
  $kendo-icon-padding: k-spacing(1) !default;
33
38
 
34
39
  @forward "@progress/kendo-theme-core/scss/components/icons/_variables.scss" with (
40
+ $kendo-icon-default-size: $kendo-icon-default-size,
35
41
  $kendo-icon-size: $kendo-icon-size,
36
42
  $kendo-icon-size-xs: $kendo-icon-size-xs,
37
43
  $kendo-icon-size-sm: $kendo-icon-size-sm,
@@ -3,6 +3,19 @@
3
3
 
4
4
  // Input
5
5
 
6
+ /// The default fill mode of the Input.
7
+ /// @group input
8
+ /// @role default
9
+ $kendo-input-default-fill-mode: "solid" !default;
10
+ /// The default roundness of the Input.
11
+ /// @group input
12
+ /// @role default
13
+ $kendo-input-default-roundness: "md" !default;
14
+ /// The default size of the Input.
15
+ /// @group input
16
+ /// @role default
17
+ $kendo-input-default-size: "md" !default;
18
+
6
19
  /// The default width of the Input components.
7
20
  /// @group input
8
21
  $kendo-input-default-width: 100% !default;
@@ -40,26 +53,26 @@ $kendo-input-font-family: var( --kendo-font-family, inherit ) !default;
40
53
 
41
54
  /// The font size of the Input components.
42
55
  /// @group input
43
- $kendo-input-font-size: var( --kendo-font-size, inherit ) !default;
56
+ $kendo-input-font-size: null !default;
44
57
  /// The font size of the small Input components.
45
58
  /// @group input
46
59
  $kendo-input-sm-font-size: var( --kendo-font-size, inherit ) !default;
47
60
  /// The font size of the medium Input components.
48
61
  /// @group input
49
- $kendo-input-md-font-size: $kendo-input-font-size !default;
62
+ $kendo-input-md-font-size: var( --kendo-font-size, inherit ) !default;
50
63
  /// The font size of the large Input components.
51
64
  /// @group input
52
65
  $kendo-input-lg-font-size: var( --kendo-font-size-lg, inherit ) !default;
53
66
 
54
67
  /// The line height of the Input components.
55
68
  /// @group input
56
- $kendo-input-line-height: var( --kendo-line-height, normal ) !default;
69
+ $kendo-input-line-height: null !default;
57
70
  /// The line height of the small Input components.
58
71
  /// @group input
59
72
  $kendo-input-sm-line-height: var( --kendo-line-height, normal ) !default;
60
73
  /// The line height of the medium Input components.
61
74
  /// @group input
62
- $kendo-input-md-line-height: $kendo-input-line-height !default;
75
+ $kendo-input-md-line-height: var( --kendo-line-height, normal ) !default;
63
76
  /// The line height of the large Input components.
64
77
  /// @group input
65
78
  $kendo-input-lg-line-height: var( --kendo-line-height-lg, normal ) !default;
@@ -68,35 +81,6 @@ $kendo-input-sm-calc-size: calc( ( #{$kendo-input-sm-line-height} * 1em ) + ( #{
68
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;
69
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;
70
83
 
71
- /// The sizes map for the Input components.
72
- /// @group input
73
- $kendo-input-sizes: (
74
- sm: (
75
- padding-x: $kendo-input-sm-padding-x,
76
- padding-y: $kendo-input-sm-padding-y,
77
- font-size: $kendo-input-sm-font-size,
78
- line-height: $kendo-input-sm-line-height,
79
- button-padding-x: $kendo-input-sm-padding-y,
80
- button-padding-y: $kendo-input-sm-padding-y
81
- ),
82
- md: (
83
- padding-x: $kendo-input-md-padding-x,
84
- padding-y: $kendo-input-md-padding-y,
85
- font-size: $kendo-input-md-font-size,
86
- line-height: $kendo-input-md-line-height,
87
- button-padding-x: $kendo-input-md-padding-y,
88
- button-padding-y: $kendo-input-md-padding-y
89
- ),
90
- lg: (
91
- padding-x: $kendo-input-lg-padding-x,
92
- padding-y: $kendo-input-lg-padding-y,
93
- font-size: $kendo-input-lg-font-size,
94
- line-height: $kendo-input-lg-line-height,
95
- button-padding-x: $kendo-input-lg-padding-y,
96
- button-padding-y: $kendo-input-lg-padding-y
97
- )
98
- ) !default;
99
-
100
84
  /// The background color of the Input components.
101
85
  /// @group input
102
86
  $kendo-input-bg: k-color(surface-alt) !default;
@@ -275,6 +259,19 @@ $kendo-input-invalid-border: k-color(error-on-surface) !default;
275
259
  /// @group input
276
260
  $kendo-input-invalid-shadow: null !default;
277
261
 
262
+ /// The default fill mode of the Picker.
263
+ /// @group picker
264
+ /// @role default
265
+ $kendo-picker-default-fill-mode: "solid" !default;
266
+ /// The default roundness of the Picker.
267
+ /// @group picker
268
+ /// @role default
269
+ $kendo-picker-default-roundness: "md" !default;
270
+ /// The default size of the Picker.
271
+ /// @group picker
272
+ /// @role default
273
+ $kendo-picker-default-size: "md" !default;
274
+
278
275
  /// The background color of the Picker components.
279
276
  /// @group picker
280
277
  $kendo-picker-bg: $kendo-button-bg !default;
@@ -341,7 +338,7 @@ $kendo-picker-disabled-shadow: null !default;
341
338
 
342
339
  /// The background color of the outline Picker components.
343
340
  /// @group picker
344
- $kendo-picker-outline-bg: null !default;
341
+ $kendo-picker-outline-bg: transparent !default;
345
342
  /// The text color of the outline Picker components.
346
343
  /// @group picker
347
344
  $kendo-picker-outline-text: k-color(on-app-surface) !default;
@@ -384,7 +381,7 @@ $kendo-picker-outline-hover-focus-border: null !default;
384
381
 
385
382
  /// The background color of the flat Picker components.
386
383
  /// @group picker
387
- $kendo-picker-flat-bg: null !default;
384
+ $kendo-picker-flat-bg: transparent !default;
388
385
  /// The text color of the flat Picker components.
389
386
  /// @group picker
390
387
  $kendo-picker-flat-text: k-color(on-app-surface) !default;
@@ -430,6 +427,9 @@ $kendo-use-input-spinner-width: true !default;
430
427
  $kendo-use-input-spinner-icon-offset: false !default;
431
428
 
432
429
  @forward "@progress/kendo-theme-core/scss/components/input/_variables.scss" with (
430
+ $kendo-input-default-fill-mode: $kendo-input-default-fill-mode,
431
+ $kendo-input-default-roundness: $kendo-input-default-roundness,
432
+ $kendo-input-default-size: $kendo-input-default-size,
433
433
  $kendo-input-default-width: $kendo-input-default-width,
434
434
  $kendo-input-border-width: $kendo-input-border-width,
435
435
  $kendo-input-border-radius: $kendo-input-border-radius,
@@ -451,7 +451,6 @@ $kendo-use-input-spinner-icon-offset: false !default;
451
451
  $kendo-input-sm-calc-size: $kendo-input-sm-calc-size,
452
452
  $kendo-input-md-calc-size: $kendo-input-md-calc-size,
453
453
  $kendo-input-lg-calc-size: $kendo-input-lg-calc-size,
454
- $kendo-input-sizes: $kendo-input-sizes,
455
454
  $kendo-input-bg: $kendo-input-bg,
456
455
  $kendo-input-text: $kendo-input-text,
457
456
  $kendo-input-border: $kendo-input-border,
@@ -506,6 +505,9 @@ $kendo-use-input-spinner-icon-offset: false !default;
506
505
  $kendo-input-suffix-bg: $kendo-input-suffix-bg,
507
506
  $kendo-input-invalid-border: $kendo-input-invalid-border,
508
507
  $kendo-input-invalid-shadow: $kendo-input-invalid-shadow,
508
+ $kendo-picker-default-fill-mode: $kendo-picker-default-fill-mode,
509
+ $kendo-picker-default-roundness: $kendo-picker-default-roundness,
510
+ $kendo-picker-default-size: $kendo-picker-default-size,
509
511
  $kendo-picker-bg: $kendo-picker-bg,
510
512
  $kendo-picker-text: $kendo-picker-text,
511
513
  $kendo-picker-border: $kendo-picker-border,
@@ -1,6 +1,12 @@
1
1
  @use "../core/_index.scss" as *;
2
+
2
3
  // List
3
4
 
5
+ /// The default size of the List.
6
+ /// @group list
7
+ /// @role default
8
+ $kendo-list-default-size: "md" !default;
9
+
4
10
  /// The font family of the List components.
5
11
  /// @group list
6
12
  $kendo-list-font-family: var( --kendo-font-family, inherit ) !default;
@@ -245,77 +251,6 @@ $kendo-list-item-group-label-md-padding-y: 0 !default;
245
251
  /// @group list
246
252
  $kendo-list-item-group-label-lg-padding-y: 0 !default;
247
253
 
248
- /// The map with the sizes of the List.
249
- /// @group list
250
- $kendo-list-sizes: (
251
- sm: (
252
- font-size: $kendo-list-sm-font-size,
253
- line-height: $kendo-list-sm-line-height,
254
- header-padding-x: $kendo-list-sm-header-padding-x,
255
- header-padding-y: $kendo-list-sm-header-padding-y,
256
- header-font-size: $kendo-list-sm-header-font-size,
257
- header-line-height: $kendo-list-sm-header-line-height,
258
- item-padding-x: $kendo-list-sm-item-padding-x,
259
- item-padding-y: $kendo-list-sm-item-padding-y,
260
- item-font-size: $kendo-list-sm-item-font-size,
261
- item-line-height: $kendo-list-sm-item-line-height,
262
- group-item-padding-x: $kendo-list-sm-group-item-padding-x,
263
- group-item-padding-y: $kendo-list-sm-group-item-padding-y,
264
- group-item-font-size: $kendo-list-sm-group-item-font-size,
265
- group-item-line-height: $kendo-list-sm-group-item-line-height,
266
- item-group-label-padding-x: $kendo-list-item-group-label-sm-padding-x,
267
- item-group-label-padding-y: $kendo-list-item-group-label-sm-padding-y,
268
- item-group-label-font-size: $kendo-list-item-group-label-sm-font-size,
269
- item-group-label-line-height: $kendo-list-item-group-label-sm-line-height,
270
- filter-padding-x: $kendo-list-sm-filter-padding-x,
271
- filter-padding-y: $kendo-list-sm-filter-padding-y
272
- ),
273
- md: (
274
- font-size: $kendo-list-md-font-size,
275
- line-height: $kendo-list-md-line-height,
276
- header-padding-x: $kendo-list-md-header-padding-x,
277
- header-padding-y: $kendo-list-md-header-padding-y,
278
- header-font-size: $kendo-list-md-header-font-size,
279
- header-line-height: $kendo-list-md-header-line-height,
280
- item-padding-x: $kendo-list-md-item-padding-x,
281
- item-padding-y: $kendo-list-md-item-padding-y,
282
- item-font-size: $kendo-list-md-item-font-size,
283
- item-line-height: $kendo-list-md-item-line-height,
284
- group-item-padding-x: $kendo-list-md-group-item-padding-x,
285
- group-item-padding-y: $kendo-list-md-group-item-padding-y,
286
- group-item-font-size: $kendo-list-md-group-item-font-size,
287
- group-item-line-height: $kendo-list-md-group-item-line-height,
288
- item-group-label-padding-x: $kendo-list-item-group-label-md-padding-x,
289
- item-group-label-padding-y: $kendo-list-item-group-label-md-padding-y,
290
- item-group-label-font-size: $kendo-list-item-group-label-md-font-size,
291
- item-group-label-line-height: $kendo-list-item-group-label-md-line-height,
292
- filter-padding-x: $kendo-list-md-filter-padding-x,
293
- filter-padding-y: $kendo-list-md-filter-padding-y
294
- ),
295
- lg: (
296
- font-size: $kendo-list-lg-font-size,
297
- line-height: $kendo-list-lg-line-height,
298
- header-padding-x: $kendo-list-lg-header-padding-x,
299
- header-padding-y: $kendo-list-lg-header-padding-y,
300
- header-font-size: $kendo-list-lg-header-font-size,
301
- header-line-height: $kendo-list-lg-header-line-height,
302
- item-padding-x: $kendo-list-lg-item-padding-x,
303
- item-padding-y: $kendo-list-lg-item-padding-y,
304
- item-font-size: $kendo-list-lg-item-font-size,
305
- item-line-height: $kendo-list-lg-item-line-height,
306
- group-item-padding-x: $kendo-list-lg-group-item-padding-x,
307
- group-item-padding-y: $kendo-list-lg-group-item-padding-y,
308
- group-item-font-size: $kendo-list-lg-group-item-font-size,
309
- group-item-line-height: $kendo-list-lg-group-item-line-height,
310
- item-group-label-padding-x: $kendo-list-item-group-label-lg-padding-x,
311
- item-group-label-padding-y: $kendo-list-item-group-label-lg-padding-y,
312
- item-group-label-font-size: $kendo-list-item-group-label-lg-font-size,
313
- item-group-label-line-height: $kendo-list-item-group-label-lg-line-height,
314
- filter-padding-x: $kendo-list-lg-filter-padding-x,
315
- filter-padding-y: $kendo-list-lg-filter-padding-y
316
- )
317
- ) !default;
318
-
319
254
 
320
255
  /// The background color of the List component.
321
256
  /// @group list
@@ -398,6 +333,7 @@ $kendo-list-group-item-shadow: null !default;
398
333
  $kendo-list-option-label-text: k-color(subtle) !default;
399
334
 
400
335
  @forward "@progress/kendo-theme-core/scss/components/list/_variables.scss" with (
336
+ $kendo-list-default-size: $kendo-list-default-size,
401
337
  $kendo-list-font-family: $kendo-list-font-family,
402
338
  $kendo-list-font-size: $kendo-list-font-size,
403
339
  $kendo-list-sm-font-size: $kendo-list-sm-font-size,
@@ -471,7 +407,6 @@ $kendo-list-option-label-text: k-color(subtle) !default;
471
407
  $kendo-list-lg-filter-padding-x: $kendo-list-lg-filter-padding-x,
472
408
  $kendo-list-lg-filter-padding-y: $kendo-list-lg-filter-padding-y,
473
409
  $kendo-list-group-item-font-weight: $kendo-list-group-item-font-weight,
474
- $kendo-list-sizes: $kendo-list-sizes,
475
410
  $kendo-list-bg: $kendo-list-bg,
476
411
  $kendo-list-text: $kendo-list-text,
477
412
  $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,22 +136,9 @@ $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
  @forward "@progress/kendo-theme-core/scss/components/loader/_variables.scss" with (
140
+ $kendo-loader-default-size: $kendo-loader-default-size,
141
+ $kendo-loader-default-theme-color: $kendo-loader-default-theme-color,
145
142
  $kendo-loader-segment-border-radius: $kendo-loader-segment-border-radius,
146
143
  $kendo-loader-sm-segment-size: $kendo-loader-sm-segment-size,
147
144
  $kendo-loader-md-segment-size: $kendo-loader-md-segment-size,
@@ -178,6 +175,5 @@ $kendo-loader-theme-colors: (
178
175
  $kendo-loading-bg: $kendo-loading-bg,
179
176
  $kendo-loading-text: $kendo-loading-text,
180
177
  $kendo-loading-opacity: $kendo-loading-opacity,
181
- $kendo-zindex-loading: $kendo-zindex-loading,
182
- $kendo-loader-theme-colors: $kendo-loader-theme-colors
178
+ $kendo-zindex-loading: $kendo-zindex-loading
183
179
  );
@@ -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;
@@ -302,6 +307,7 @@ $kendo-menu-popup-item-active-gradient: null !default;
302
307
  $kendo-menu-popup-item-focus-shadow: $kendo-menu-item-focus-shadow !default;
303
308
 
304
309
  @forward "@progress/kendo-theme-core/scss/components/menu/_variables.scss" with (
310
+ $kendo-menu-group-default-size: $kendo-menu-group-default-size,
305
311
  $kendo-menu-border-width: $kendo-menu-border-width,
306
312
  $kendo-menu-font-family: $kendo-menu-font-family,
307
313
  $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: italic !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,11 +5,11 @@
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(on-#{$name}),
11
- background-color: $color,
12
- border: $color,
11
+ background-color: k-color(#{$name}),
12
+ border: k-color(#{$name}),
13
13
  )), $_theme );
14
14
  }
15
15
 
@@ -6,6 +6,11 @@
6
6
 
7
7
  // Notification
8
8
 
9
+ /// The default theme color of the Notification.
10
+ /// @group notification
11
+ /// @role default
12
+ $kendo-notification-default-theme-color: null !default;
13
+
9
14
  /// The row-gap between the elements in the Notification group.
10
15
  /// @group notification
11
16
  $kendo-notification-group-gap: k-spacing(2) !default;
@@ -57,23 +62,13 @@ $kendo-notification-icon-spacing: $kendo-icon-spacing !default;
57
62
 
58
63
  /// The theme colors map for the Notification.
59
64
  /// @group notification
60
- $kendo-notification-theme-colors: (
61
- "primary": k-color(primary),
62
- "secondary": k-color(secondary),
63
- "tertiary": k-color(tertiary),
64
- "info": k-color(info),
65
- "success": k-color(success),
66
- "warning": k-color(warning),
67
- "error": k-color(error),
68
- "dark": k-color(dark),
69
- "light": k-color(light),
70
- "inverse": if($kendo-is-dark-theme, k-color(light), k-color(dark))
71
- ) !default;
65
+ $kendo-notification-theme-colors: ("base", "primary", "secondary", "tertiary", "info", "success", "warning", "error", "dark", "light", "inverse") !default;
72
66
  /// The generated theme colors map for the Notification.
73
67
  /// @group notification
74
68
  $kendo-notification-theme: notification-theme( $kendo-notification-theme-colors ) !default;
75
69
 
76
70
  @forward "@progress/kendo-theme-core/scss/components/notification/_variables.scss" with (
71
+ $kendo-notification-default-theme-color: $kendo-notification-default-theme-color,
77
72
  $kendo-notification-group-gap: $kendo-notification-group-gap,
78
73
  $kendo-notification-padding-x: $kendo-notification-padding-x,
79
74
  $kendo-notification-padding-y: $kendo-notification-padding-y,
@@ -89,6 +84,5 @@ $kendo-notification-theme: notification-theme( $kendo-notification-theme-colors
89
84
  $kendo-notification-border: $kendo-notification-border,
90
85
  $kendo-notification-shadow: $kendo-notification-shadow,
91
86
  $kendo-notification-icon-spacing: $kendo-notification-icon-spacing,
92
- $kendo-notification-theme-colors: $kendo-notification-theme-colors,
93
87
  $kendo-notification-theme: $kendo-notification-theme
94
88
  );