@progress/kendo-theme-default 13.2.0-dev.4 → 14.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 (65) hide show
  1. package/README.md +17 -0
  2. package/dist/all.css +1 -1
  3. package/dist/default-blue.css +1 -1
  4. package/dist/default-dataviz-v4.css +1 -1
  5. package/dist/default-green.css +1 -1
  6. package/dist/default-main-dark.css +1 -1
  7. package/dist/default-main.css +1 -1
  8. package/dist/default-nordic.css +1 -1
  9. package/dist/default-ocean-blue-a11y.css +1 -1
  10. package/dist/default-ocean-blue.css +1 -1
  11. package/dist/default-orange.css +1 -1
  12. package/dist/default-purple.css +1 -1
  13. package/dist/default-turquoise.css +1 -1
  14. package/dist/default-urban.css +1 -1
  15. package/dist/meta/sassdoc-data.json +12348 -8892
  16. package/dist/meta/sassdoc-raw-data.json +5918 -4318
  17. package/dist/meta/variables.json +274 -2
  18. package/lib/swatches/default-blue.json +1 -1
  19. package/lib/swatches/default-dataviz-v4.json +1 -1
  20. package/lib/swatches/default-green.json +1 -1
  21. package/lib/swatches/default-main-dark.json +1 -1
  22. package/lib/swatches/default-main.json +1 -1
  23. package/lib/swatches/default-nordic.json +1 -1
  24. package/lib/swatches/default-ocean-blue-a11y.json +1 -1
  25. package/lib/swatches/default-ocean-blue.json +1 -1
  26. package/lib/swatches/default-orange.json +1 -1
  27. package/lib/swatches/default-purple.json +1 -1
  28. package/lib/swatches/default-turquoise.json +1 -1
  29. package/lib/swatches/default-urban.json +1 -1
  30. package/package.json +4 -4
  31. package/scss/action-sheet/_variables.scss +8 -0
  32. package/scss/appbar/_variables.scss +4 -0
  33. package/scss/button/_variables.scss +5 -0
  34. package/scss/chart-wizard/_variables.scss +17 -0
  35. package/scss/chat/_variables.scss +4 -0
  36. package/scss/column-menu/_variables.scss +11 -1
  37. package/scss/dataviz/_variables.scss +8 -0
  38. package/scss/dock-manager/_variables.scss +4 -0
  39. package/scss/dropzone/_variables.scss +4 -0
  40. package/scss/editor/_variables.scss +4 -0
  41. package/scss/expansion-panel/_variables.scss +12 -0
  42. package/scss/file-box/_variables.scss +9 -0
  43. package/scss/filemanager/_variables.scss +4 -0
  44. package/scss/filter/_variables.scss +5 -0
  45. package/scss/forms/_variables.scss +21 -0
  46. package/scss/gantt/_variables.scss +4 -0
  47. package/scss/grid/_variables.scss +17 -0
  48. package/scss/imageeditor/_variables.scss +4 -0
  49. package/scss/listbox/_variables.scss +14 -1
  50. package/scss/listview/_variables.scss +5 -1
  51. package/scss/mediaplayer/_variables.scss +16 -0
  52. package/scss/messagebox/_variables.scss +4 -0
  53. package/scss/pdf-viewer/_variables.scss +4 -0
  54. package/scss/pivotgrid/_variables.scss +4 -0
  55. package/scss/progressbar/_variables.scss +6 -0
  56. package/scss/prompt/_variables.scss +14 -1
  57. package/scss/scheduler/_variables.scss +4 -0
  58. package/scss/scrollview/_variables.scss +8 -0
  59. package/scss/spreadsheet/_variables.scss +4 -0
  60. package/scss/stepper/_variables.scss +4 -0
  61. package/scss/suggestion/_variables.scss +4 -0
  62. package/scss/table/_variables.scss +27 -0
  63. package/scss/taskboard/_variables.scss +4 -0
  64. package/scss/timeline/_variables.scss +5 -0
  65. package/scss/upload/_variables.scss +4 -0
@@ -3,7 +3,7 @@
3
3
  "name": "Default Orange",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-default",
6
- "version": "13.2.0-dev.4",
6
+ "version": "14.0.0-dev.0",
7
7
  "previewColors": [
8
8
  "oklch(100.00% 0.0001 0deg)",
9
9
  "oklch(97.01% 0.0001 0deg)",
@@ -3,7 +3,7 @@
3
3
  "name": "Default Purple",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-default",
6
- "version": "13.2.0-dev.4",
6
+ "version": "14.0.0-dev.0",
7
7
  "previewColors": [
8
8
  "oklch(100.00% 0.0001 0deg)",
9
9
  "oklch(97.01% 0.0001 0deg)",
@@ -3,7 +3,7 @@
3
3
  "name": "Default Turquoise",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-default",
6
- "version": "13.2.0-dev.4",
6
+ "version": "14.0.0-dev.0",
7
7
  "previewColors": [
8
8
  "oklch(100.00% 0.0001 0deg)",
9
9
  "oklch(97.01% 0.0001 0deg)",
@@ -3,7 +3,7 @@
3
3
  "name": "Default Urban",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-default",
6
- "version": "13.2.0-dev.4",
6
+ "version": "14.0.0-dev.0",
7
7
  "previewColors": [
8
8
  "oklch(100.00% 0.0001 0deg)",
9
9
  "oklch(94.26% 0.0144 231.45deg)",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@progress/kendo-theme-default",
3
3
  "description": "SASS resources for the default Kendo UI theme",
4
- "version": "13.2.0-dev.4",
4
+ "version": "14.0.0-dev.0",
5
5
  "author": "Progress",
6
6
  "license": "Apache-2.0",
7
7
  "keywords": [
@@ -53,12 +53,12 @@
53
53
  },
54
54
  "dependencies": {
55
55
  "@progress/kendo-svg-icons": "^4.8.0",
56
- "@progress/kendo-theme-core": "13.2.0-dev.4",
57
- "@progress/kendo-theme-utils": "13.2.0-dev.4"
56
+ "@progress/kendo-theme-core": "14.0.0-dev.0",
57
+ "@progress/kendo-theme-utils": "14.0.0-dev.0"
58
58
  },
59
59
  "directories": {
60
60
  "doc": "docs",
61
61
  "lib": "lib"
62
62
  },
63
- "gitHead": "7368a47b22d3a917d55b6f022728aee002b3125a"
63
+ "gitHead": "3f1cafd275c148edc39e26aa67cc7105a3421dbc"
64
64
  }
@@ -74,6 +74,9 @@ $kendo-actionsheet-titlebar-line-height: null !default;
74
74
  /// The gap of the ActionSheet titlebar.
75
75
  /// @group action-sheet
76
76
  $kendo-actionsheet-titlebar-gap: k-spacing(4) !default;
77
+ /// The font weight of the ActionSheet titlebar.
78
+ /// @group action-sheet
79
+ $kendo-actionsheet-titlebar-font-weight: null !default;
77
80
 
78
81
  /// The background color of the ActionSheet titlebar.
79
82
  /// @group action-sheet
@@ -137,6 +140,9 @@ $kendo-actionsheet-item-border-width: 1px !default;
137
140
  /// The spacing between the ActionSheet items.
138
141
  /// @group action-sheet
139
142
  $kendo-actionsheet-item-spacing: k-spacing(3) !default;
143
+ /// The border radius of the ActionSheet item.
144
+ /// @group action-sheet
145
+ $kendo-actionsheet-item-border-radius: null !default;
140
146
 
141
147
  /// The font weight of the ActionSheet item title.
142
148
  /// @group action-sheet
@@ -265,6 +271,7 @@ $kendo-adaptive-actionsheet-footer-padding-x: k-spacing(4) !default;
265
271
  $kendo-actionsheet-titlebar-font-size: $kendo-actionsheet-titlebar-font-size,
266
272
  $kendo-actionsheet-titlebar-font-family: $kendo-actionsheet-titlebar-font-family,
267
273
  $kendo-actionsheet-titlebar-line-height: $kendo-actionsheet-titlebar-line-height,
274
+ $kendo-actionsheet-titlebar-font-weight: $kendo-actionsheet-titlebar-font-weight,
268
275
  $kendo-actionsheet-titlebar-gap: $kendo-actionsheet-titlebar-gap,
269
276
  $kendo-actionsheet-titlebar-bg: $kendo-actionsheet-titlebar-bg,
270
277
  $kendo-actionsheet-titlebar-text: $kendo-actionsheet-titlebar-text,
@@ -285,6 +292,7 @@ $kendo-adaptive-actionsheet-footer-padding-x: k-spacing(4) !default;
285
292
  $kendo-actionsheet-item-padding-y: $kendo-actionsheet-item-padding-y,
286
293
  $kendo-actionsheet-item-border-width: $kendo-actionsheet-item-border-width,
287
294
  $kendo-actionsheet-item-spacing: $kendo-actionsheet-item-spacing,
295
+ $kendo-actionsheet-item-border-radius: $kendo-actionsheet-item-border-radius,
288
296
  $kendo-actionsheet-item-title-font-weight: $kendo-actionsheet-item-title-font-weight,
289
297
  $kendo-actionsheet-item-title-text-transform: $kendo-actionsheet-item-title-text-transform,
290
298
  $kendo-actionsheet-item-description-font-size: $kendo-actionsheet-item-description-font-size,
@@ -24,6 +24,9 @@ $kendo-appbar-padding-y: k-spacing(2) !default;
24
24
  /// The width of the border around the AppBar.
25
25
  /// @group appbar
26
26
  $kendo-appbar-border-width: 0px !default;
27
+ /// The border radius of the AppBar.
28
+ /// @group appbar
29
+ $kendo-appbar-border-radius: null !default;
27
30
  /// The z-index of the AppBar.
28
31
  /// @group appbar
29
32
  $kendo-appbar-zindex: k-z-index("banner") !default;
@@ -54,6 +57,7 @@ $kendo-appbar-bottom-box-shadow: $kendo-appbar-box-shadow !default;
54
57
  $kendo-appbar-padding-x: $kendo-appbar-padding-x,
55
58
  $kendo-appbar-padding-y: $kendo-appbar-padding-y,
56
59
  $kendo-appbar-border-width: $kendo-appbar-border-width,
60
+ $kendo-appbar-border-radius: $kendo-appbar-border-radius,
57
61
  $kendo-appbar-zindex: $kendo-appbar-zindex,
58
62
  $kendo-appbar-font-family: $kendo-appbar-font-family,
59
63
  $kendo-appbar-font-size: $kendo-appbar-font-size,
@@ -29,6 +29,10 @@ $kendo-button-border-width: 1px !default;
29
29
  /// @group button
30
30
  $kendo-button-border-radius: null !default;
31
31
 
32
+ /// The spacing between icon and text inside the Button.
33
+ /// @group button
34
+ $kendo-button-gap: k-spacing(1) !default;
35
+
32
36
  /// The horizontal padding of the xsmall Button.
33
37
  /// @group button
34
38
  $kendo-button-xs-padding-x: k-spacing(2) !default;
@@ -266,6 +270,7 @@ $kendo-button-transition: color k-transition(rapid), background-color k-transiti
266
270
  @forward "@progress/kendo-theme-core/scss/components/button/_variables.scss" with (
267
271
  $kendo-button-border-width: $kendo-button-border-width,
268
272
  $kendo-button-border-radius: $kendo-button-border-radius,
273
+ $kendo-button-gap: $kendo-button-gap,
269
274
  $kendo-button-xs-padding-x: $kendo-button-xs-padding-x,
270
275
  $kendo-button-sm-padding-x: $kendo-button-sm-padding-x,
271
276
  $kendo-button-md-padding-x: $kendo-button-md-padding-x,
@@ -15,6 +15,12 @@ $kendo-chart-wizard-icon-area-border-radius: k-border-radius(md) !default;
15
15
  /// The padding of the area around the chart type icon.
16
16
  /// @group chart-wizard
17
17
  $kendo-chart-wizard-icon-area-padding: k-spacing(4) !default;
18
+ /// The border width of the area around the chart type icon.
19
+ /// @group chart-wizard
20
+ $kendo-chart-wizard-icon-area-border-width: null !default;
21
+ /// The border color of the area around the chart type icon.
22
+ /// @group chart-wizard
23
+ $kendo-chart-wizard-icon-area-border-color: null !default;
18
24
  /// The box shadow of the focused area around the chart type icon.
19
25
  /// @group chart-wizard
20
26
  $kendo-chart-wizard-icon-area-focus-shadow: inset 0 0 0 1px k-color(primary-emphasis) !default;
@@ -22,6 +28,13 @@ $kendo-chart-wizard-icon-area-focus-shadow: inset 0 0 0 1px k-color(primary-emph
22
28
  /// @group chart-wizard
23
29
  $kendo-chart-wizard-icon-area-selected-shadow: inset 0 0 0 1px $kendo-chart-wizard-icon-area-color !default;
24
30
 
31
+ /// The border color of the selected area around the chart type icon.
32
+ /// @group chart-wizard
33
+ $kendo-chart-wizard-icon-area-selected-border-color: null !default;
34
+ /// The background color of the selected area around the chart type icon.
35
+ /// @group chart-wizard
36
+ $kendo-chart-wizard-icon-area-selected-bg: null !default;
37
+
25
38
  /// The color of the selected chart type items in the Property panel.
26
39
  /// @group chart-wizard
27
40
  $kendo-chart-wizard-chart-type-selected-color: k-color(primary) !default;
@@ -44,9 +57,13 @@ $kendo-chart-wizard-icon-text-gap: k-spacing(3) !default;
44
57
  $kendo-chart-wizard-icon-area-color: $kendo-chart-wizard-icon-area-color,
45
58
  $kendo-chart-wizard-icon-area-bg: $kendo-chart-wizard-icon-area-bg,
46
59
  $kendo-chart-wizard-icon-area-border-radius: $kendo-chart-wizard-icon-area-border-radius,
60
+ $kendo-chart-wizard-icon-area-border-width: $kendo-chart-wizard-icon-area-border-width,
61
+ $kendo-chart-wizard-icon-area-border-color: $kendo-chart-wizard-icon-area-border-color,
47
62
  $kendo-chart-wizard-icon-area-padding: $kendo-chart-wizard-icon-area-padding,
48
63
  $kendo-chart-wizard-icon-area-focus-shadow: $kendo-chart-wizard-icon-area-focus-shadow,
49
64
  $kendo-chart-wizard-icon-area-selected-shadow: $kendo-chart-wizard-icon-area-selected-shadow,
65
+ $kendo-chart-wizard-icon-area-selected-border-color: $kendo-chart-wizard-icon-area-selected-border-color,
66
+ $kendo-chart-wizard-icon-area-selected-bg: $kendo-chart-wizard-icon-area-selected-bg,
50
67
  $kendo-chart-wizard-chart-type-selected-color: $kendo-chart-wizard-chart-type-selected-color,
51
68
  $kendo-chart-wizard-preview-pane-padding: $kendo-chart-wizard-preview-pane-padding,
52
69
  $kendo-chart-wizard-property-pane-padding: $kendo-chart-wizard-property-pane-padding,
@@ -18,6 +18,9 @@ $kendo-chat-height: 320px !default;
18
18
  /// The border width of the Chat.
19
19
  /// @group chat
20
20
  $kendo-chat-border-width: 1px !default;
21
+ /// The border radius of the Chat.
22
+ /// @group chat
23
+ $kendo-chat-border-radius: null !default;
21
24
  /// The font family of the Chat.
22
25
  /// @group chat
23
26
  $kendo-chat-font-family: var(--kendo-font-family) !default;
@@ -235,6 +238,7 @@ $kendo-chat-message-reference-marker-alt-bg: k-color(primary-emphasis) !default;
235
238
  $kendo-chat-width: $kendo-chat-width,
236
239
  $kendo-chat-height: $kendo-chat-height,
237
240
  $kendo-chat-border-width: $kendo-chat-border-width,
241
+ $kendo-chat-border-radius: $kendo-chat-border-radius,
238
242
  $kendo-chat-font-family: $kendo-chat-font-family,
239
243
  $kendo-chat-font-size: $kendo-chat-font-size,
240
244
  $kendo-chat-line-height: $kendo-chat-line-height,
@@ -26,6 +26,10 @@ $kendo-column-menu-item-lg-padding-x: k-spacing(2) !default;
26
26
  /// @group column-menu
27
27
  $kendo-column-menu-item-lg-padding-y: k-spacing(1.5) !default;
28
28
 
29
+ /// The vertical padding of the ColumnMenu item wrapper.
30
+ /// @group column-menu
31
+ $kendo-column-menu-item-wrapper-padding-y: null !default;
32
+
29
33
  /// The font size of the ColumnMenu.
30
34
  /// @group column-menu
31
35
  $kendo-column-menu-font-size: var(--kendo-font-size) !default;
@@ -70,6 +74,10 @@ $kendo-group-menu-item-add-action-text: k-color(primary-on-surface) !default;
70
74
  /// @group column-menu
71
75
  $kendo-group-menu-item-border: k-color(border) !default;
72
76
 
77
+ /// The border radius of the ColumnMenu list item.
78
+ /// @group column-menu
79
+ $kendo-column-list-item-border-radius: null !default;
80
+
73
81
 
74
82
  @forward "@progress/kendo-theme-core/scss/components/column-menu/_variables.scss" with (
75
83
  $kendo-column-menu-default-size: $kendo-column-menu-default-size,
@@ -88,8 +96,10 @@ $kendo-group-menu-item-border: k-color(border) !default;
88
96
  $kendo-column-menu-item-md-padding-y: $kendo-column-menu-item-md-padding-y,
89
97
  $kendo-column-menu-item-lg-padding-x: $kendo-column-menu-item-lg-padding-x,
90
98
  $kendo-column-menu-item-lg-padding-y: $kendo-column-menu-item-lg-padding-y,
99
+ $kendo-column-menu-item-wrapper-padding-y: $kendo-column-menu-item-wrapper-padding-y,
91
100
  $kendo-group-menu-item-action-hover-bg: $kendo-group-menu-item-action-hover-bg,
92
101
  $kendo-group-menu-item-action-selected-bg: $kendo-group-menu-item-action-selected-bg,
93
102
  $kendo-group-menu-item-add-action-text: $kendo-group-menu-item-add-action-text,
94
- $kendo-group-menu-item-border: $kendo-group-menu-item-border
103
+ $kendo-group-menu-item-border: $kendo-group-menu-item-border,
104
+ $kendo-column-list-item-border-radius: $kendo-column-list-item-border-radius
95
105
  );
@@ -195,6 +195,9 @@ $kendo-series-30: $kendo-series-f-darker !default;
195
195
  /// The border width of the Chart.
196
196
  /// @group charts
197
197
  $kendo-chart-border-width: 0px !default;
198
+ /// The border radius of the Chart.
199
+ /// @group charts
200
+ $kendo-chart-border-radius: null !default;
198
201
  /// The font family of the Chart.
199
202
  /// @group charts
200
203
  $kendo-chart-font-family: var(--kendo-font-family) !default;
@@ -327,6 +330,9 @@ $kendo-treemap-padding-x: k-spacing(1) !default;
327
330
  /// The vertical padding of the TreeMap.
328
331
  /// @group charts
329
332
  $kendo-treemap-padding-y: k-spacing(0.5) !default;
333
+ /// The border radius of the TreeMap.
334
+ /// @group charts
335
+ $kendo-treemap-border-radius: null !default;
330
336
 
331
337
  /// The text color of the TreeMap.
332
338
  /// @group charts
@@ -434,6 +440,7 @@ $kendo-gauge-track-bg: k-color(base-emphasis) !default;
434
440
  $kendo-series-29: $kendo-series-29,
435
441
  $kendo-series-30: $kendo-series-30,
436
442
  $kendo-chart-border-width: $kendo-chart-border-width,
443
+ $kendo-chart-border-radius: $kendo-chart-border-radius,
437
444
  $kendo-chart-font-family: $kendo-chart-font-family,
438
445
  $kendo-chart-font-size: $kendo-chart-font-size,
439
446
  $kendo-chart-line-height: $kendo-chart-line-height,
@@ -473,6 +480,7 @@ $kendo-gauge-track-bg: k-color(base-emphasis) !default;
473
480
  $kendo-treemap-line-height: $kendo-treemap-line-height,
474
481
  $kendo-treemap-padding-x: $kendo-treemap-padding-x,
475
482
  $kendo-treemap-padding-y: $kendo-treemap-padding-y,
483
+ $kendo-treemap-border-radius: $kendo-treemap-border-radius,
476
484
  $kendo-chart-overlay-bg: $kendo-chart-overlay-bg,
477
485
  $kendo-chart-no-data-font-size: $kendo-chart-no-data-font-size,
478
486
  $kendo-chart-no-data-font-weight: $kendo-chart-no-data-font-weight,
@@ -9,6 +9,9 @@ $kendo-dock-manager-border-style: solid !default;
9
9
  /// The color of the border around the DockManager component.
10
10
  /// @group dock-manager
11
11
  $kendo-dock-manager-border: k-color(border) !default;
12
+ /// The border radius of the DockManager.
13
+ /// @group dock-manager
14
+ $kendo-dock-manager-border-radius: null !default;
12
15
 
13
16
  /// The vertical padding of the pane header in the DockManager component.
14
17
  /// @group dock-manager
@@ -118,6 +121,7 @@ $kendo-dock-manager-dock-preview-border: k-color(primary) !default;
118
121
  $kendo-dock-manager-border-width: $kendo-dock-manager-border-width,
119
122
  $kendo-dock-manager-border-style: $kendo-dock-manager-border-style,
120
123
  $kendo-dock-manager-border: $kendo-dock-manager-border,
124
+ $kendo-dock-manager-border-radius: $kendo-dock-manager-border-radius,
121
125
  $kendo-dock-manager-pane-header-padding-y: $kendo-dock-manager-pane-header-padding-y,
122
126
  $kendo-dock-manager-pane-header-padding-x: $kendo-dock-manager-pane-header-padding-x,
123
127
  $kendo-dock-manager-pane-header-border-width: $kendo-dock-manager-pane-header-border-width,
@@ -12,6 +12,9 @@ $kendo-dropzone-padding-y: k-spacing(2) !default;
12
12
  /// The border width of the DropZone.
13
13
  /// @group dropzone
14
14
  $kendo-dropzone-border-width: 1px !default;
15
+ /// The border radius of the DropZone.
16
+ /// @group dropzone
17
+ $kendo-dropzone-border-radius: null !default;
15
18
  /// The minimum height of the DropZone.
16
19
  /// @group dropzone
17
20
  $kendo-dropzone-min-height: 220px !default;
@@ -70,6 +73,7 @@ $kendo-dropzone-note-text: k-color(subtle) !default;
70
73
  $kendo-dropzone-padding-x: $kendo-dropzone-padding-x,
71
74
  $kendo-dropzone-padding-y: $kendo-dropzone-padding-y,
72
75
  $kendo-dropzone-border-width: $kendo-dropzone-border-width,
76
+ $kendo-dropzone-border-radius: $kendo-dropzone-border-radius,
73
77
  $kendo-dropzone-min-height: $kendo-dropzone-min-height,
74
78
  $kendo-dropzone-font-family: $kendo-dropzone-font-family,
75
79
  $kendo-dropzone-font-size: $kendo-dropzone-font-size,
@@ -7,6 +7,9 @@
7
7
  /// The width of the border around the Еditor.
8
8
  /// @group editor
9
9
  $kendo-editor-border-width: 1px !default;
10
+ /// The border radius of the Editor.
11
+ /// @group editor
12
+ $kendo-editor-border-radius: null !default;
10
13
  /// The font family of the Еditor.
11
14
  /// @group editor
12
15
  $kendo-editor-font-family: var(--kendo-font-family) !default;
@@ -89,6 +92,7 @@ $kendo-editor-ct-cell-border: k-color(border) !default;
89
92
 
90
93
  @forward "@progress/kendo-theme-core/scss/components/editor/_variables.scss" with (
91
94
  $kendo-editor-border-width: $kendo-editor-border-width,
95
+ $kendo-editor-border-radius: $kendo-editor-border-radius,
92
96
  $kendo-editor-font-family: $kendo-editor-font-family,
93
97
  $kendo-editor-font-size: $kendo-editor-font-size,
94
98
  $kendo-editor-line-height: $kendo-editor-line-height,
@@ -9,6 +9,9 @@ $kendo-expander-spacing-y: k-spacing(2) !default;
9
9
  /// The width of the border around the ExpansionPanel.
10
10
  /// @group expander
11
11
  $kendo-expander-border-width: 1px !default;
12
+ /// The border radius of the ExpansionPanel.
13
+ /// @group expander
14
+ $kendo-expander-border-radius: null !default;
12
15
  /// The font family of the ExpansionPanel.
13
16
  /// @group expander
14
17
  $kendo-expander-font-family: var(--kendo-font-family) !default;
@@ -60,6 +63,12 @@ $kendo-expander-header-focus-bg: null !default;
60
63
  /// @group expander
61
64
  $kendo-expander-header-focus-shadow: $kendo-list-item-focus-shadow !default;
62
65
 
66
+ /// The font weight of the ExpansionPanel title.
67
+ /// @group expander
68
+ $kendo-expander-title-font-weight: 500 !default;
69
+ /// The text transform of the ExpansionPanel title.
70
+ /// @group expander
71
+ $kendo-expander-title-text-transform: uppercase !default;
63
72
  /// The text color of the ExpansionPanel title.
64
73
  /// @group expander
65
74
  $kendo-expander-title-text: k-color(primary-on-surface) !default;
@@ -82,6 +91,7 @@ $kendo-expander-content-padding-y: k-spacing(4) !default;
82
91
  @forward "@progress/kendo-theme-core/scss/components/expansion-panel/_variables.scss" with (
83
92
  $kendo-expander-spacing-y: $kendo-expander-spacing-y,
84
93
  $kendo-expander-border-width: $kendo-expander-border-width,
94
+ $kendo-expander-border-radius: $kendo-expander-border-radius,
85
95
  $kendo-expander-font-family: $kendo-expander-font-family,
86
96
  $kendo-expander-font-size: $kendo-expander-font-size,
87
97
  $kendo-expander-line-height: $kendo-expander-line-height,
@@ -97,6 +107,8 @@ $kendo-expander-content-padding-y: k-spacing(4) !default;
97
107
  $kendo-expander-header-hover-bg: $kendo-expander-header-hover-bg,
98
108
  $kendo-expander-header-focus-bg: $kendo-expander-header-focus-bg,
99
109
  $kendo-expander-header-focus-shadow: $kendo-expander-header-focus-shadow,
110
+ $kendo-expander-title-font-weight: $kendo-expander-title-font-weight,
111
+ $kendo-expander-title-text-transform: $kendo-expander-title-text-transform,
100
112
  $kendo-expander-title-text: $kendo-expander-title-text,
101
113
  $kendo-expander-header-sub-title-text: $kendo-expander-header-sub-title-text,
102
114
  $kendo-expander-indicator-margin-x: $kendo-expander-indicator-margin-x,
@@ -11,6 +11,9 @@ $kendo-file-box-padding-y: k-spacing(1) !default;
11
11
  /// The spacing between the elements of the File Box.
12
12
  /// @group file-box
13
13
  $kendo-file-box-gap: k-spacing(1) !default;
14
+ /// The spacing between the elements of the File Box info section.
15
+ /// @group file-box
16
+ $kendo-file-box-info-gap: null !default;
14
17
  /// The minimum width of the File Box.
15
18
  /// @group file-box
16
19
  $kendo-file-box-min-width: 96px !default;
@@ -49,6 +52,10 @@ $kendo-file-box-text: k-color(base-on-subtle) !default;
49
52
  /// @group file-box
50
53
  $kendo-file-box-border: $kendo-file-box-bg !default;
51
54
 
55
+ /// The text color of the File Box file size.
56
+ /// @group file-box
57
+ $kendo-file-box-size-text: null !default;
58
+
52
59
  /// The gradient used for the File Box wrapper scrolling indicator.
53
60
  /// @group file-box
54
61
  $kendo-file-box-wrapper-scroll-gradient: rgba(255, 255, 255, 0.00) 0%, k-color(app-surface) 100% !default;
@@ -57,6 +64,7 @@ $kendo-file-box-wrapper-scroll-gradient: rgba(255, 255, 255, 0.00) 0%, k-color(a
57
64
  $kendo-file-box-padding-x: $kendo-file-box-padding-x,
58
65
  $kendo-file-box-padding-y: $kendo-file-box-padding-y,
59
66
  $kendo-file-box-gap: $kendo-file-box-gap,
67
+ $kendo-file-box-info-gap: $kendo-file-box-info-gap,
60
68
  $kendo-file-box-min-width: $kendo-file-box-min-width,
61
69
  $kendo-file-box-max-width: $kendo-file-box-max-width,
62
70
  $kendo-file-box-border-width: $kendo-file-box-border-width,
@@ -69,5 +77,6 @@ $kendo-file-box-wrapper-scroll-gradient: rgba(255, 255, 255, 0.00) 0%, k-color(a
69
77
  $kendo-file-box-bg: $kendo-file-box-bg,
70
78
  $kendo-file-box-text: $kendo-file-box-text,
71
79
  $kendo-file-box-border: $kendo-file-box-border,
80
+ $kendo-file-box-size-text: $kendo-file-box-size-text,
72
81
  $kendo-file-box-wrapper-scroll-gradient: $kendo-file-box-wrapper-scroll-gradient
73
82
  );
@@ -9,6 +9,9 @@ $kendo-file-manager-spacer: k-spacing(4) !default;
9
9
  /// The border width of the FileManager.
10
10
  /// @group file-manager
11
11
  $kendo-file-manager-border-width: 1px !default;
12
+ /// The border radius of the FileManager.
13
+ /// @group file-manager
14
+ $kendo-file-manager-border-radius: null !default;
12
15
  /// The font family of the FileManager.
13
16
  /// @group file-manager
14
17
  $kendo-file-manager-font-family: var(--kendo-font-family) !default;
@@ -178,6 +181,7 @@ $kendo-file-manager-preview-icon-border: null !default;
178
181
  @forward "@progress/kendo-theme-core/scss/components/filemanager/_variables.scss" with (
179
182
  $kendo-file-manager-spacer: $kendo-file-manager-spacer,
180
183
  $kendo-file-manager-border-width: $kendo-file-manager-border-width,
184
+ $kendo-file-manager-border-radius: $kendo-file-manager-border-radius,
181
185
  $kendo-file-manager-font-family: $kendo-file-manager-font-family,
182
186
  $kendo-file-manager-font-size: $kendo-file-manager-font-size,
183
187
  $kendo-file-manager-line-height: $kendo-file-manager-line-height,
@@ -9,6 +9,10 @@ $kendo-filter-padding-x: k-spacing(2) !default;
9
9
  /// @group filter
10
10
  $kendo-filter-padding-y: k-spacing(1) !default;
11
11
 
12
+ /// The border radius of the Filter.
13
+ /// @group filter
14
+ $kendo-filter-border-radius: null !default;
15
+
12
16
  /// The bottom margin of the Filter.
13
17
  /// @group filter
14
18
  $kendo-filter-bottom-margin: k-spacing(7.5) !default;
@@ -34,6 +38,7 @@ $kendo-filter-toolbar-focus-shadow: 0 0 0 2px k-color(border-alt) !default;
34
38
  @forward "@progress/kendo-theme-core/scss/components/filter/_variables.scss" with (
35
39
  $kendo-filter-padding-x: $kendo-filter-padding-x,
36
40
  $kendo-filter-padding-y: $kendo-filter-padding-y,
41
+ $kendo-filter-border-radius: $kendo-filter-border-radius,
37
42
  $kendo-filter-bottom-margin: $kendo-filter-bottom-margin,
38
43
  $kendo-filter-line-size: $kendo-filter-line-size,
39
44
  $kendo-filter-operator-dropdown-width: $kendo-filter-operator-dropdown-width,
@@ -51,6 +51,9 @@ $kendo-form-legend-width: 100% !default;
51
51
  /// The font size of the Form legend.
52
52
  /// @group form
53
53
  $kendo-form-legend-font-size: var(--kendo-font-size) !default;
54
+ /// The font weight of the Form legend.
55
+ /// @group form
56
+ $kendo-form-legend-font-weight: null !default;
54
57
  /// The text capitalization of the Form legend.
55
58
  /// @group form
56
59
  $kendo-form-legend-text-transform: uppercase !default;
@@ -59,6 +62,16 @@ $kendo-form-legend-text-transform: uppercase !default;
59
62
  /// @group form
60
63
  $kendo-form-label-margin-bottom: k-spacing(0) !default;
61
64
 
65
+ /// The font size of the Form label.
66
+ /// @group form
67
+ $kendo-label-font-size: null !default;
68
+ /// The font weight of the Form label.
69
+ /// @group form
70
+ $kendo-label-font-weight: null !default;
71
+ /// The line height of the Form label.
72
+ /// @group form
73
+ $kendo-label-line-height: null !default;
74
+
62
75
  /// The font size of the Form hint.
63
76
  /// @group form
64
77
  $kendo-form-hint-font-size: var(--kendo-font-size-sm) !default;
@@ -124,6 +137,9 @@ $kendo-label-optional-font-size: var(--kendo-font-size-sm) !default;
124
137
  /// The font style of the optional label in the Form.
125
138
  /// @group form
126
139
  $kendo-label-optional-font-style: italic !default;
140
+ /// The font weight of the optional label in the Form.
141
+ /// @group form
142
+ $kendo-label-optional-font-weight: null !default;
127
143
 
128
144
 
129
145
  /// The margin of the Form fieldset.
@@ -164,8 +180,12 @@ $kendo-fieldset-legend-text: k-color(on-app-surface) !default;
164
180
  $kendo-form-legend-border-color: $kendo-form-legend-border-color,
165
181
  $kendo-form-legend-width: $kendo-form-legend-width,
166
182
  $kendo-form-legend-font-size: $kendo-form-legend-font-size,
183
+ $kendo-form-legend-font-weight: $kendo-form-legend-font-weight,
167
184
  $kendo-form-legend-text-transform: $kendo-form-legend-text-transform,
168
185
  $kendo-form-label-margin-bottom: $kendo-form-label-margin-bottom,
186
+ $kendo-label-font-size: $kendo-label-font-size,
187
+ $kendo-label-font-weight: $kendo-label-font-weight,
188
+ $kendo-label-line-height: $kendo-label-line-height,
169
189
  $kendo-form-hint-font-size: $kendo-form-hint-font-size,
170
190
  $kendo-form-hint-font-style: $kendo-form-hint-font-style,
171
191
  $kendo-form-hint-margin-top: $kendo-form-hint-margin-top,
@@ -185,6 +205,7 @@ $kendo-fieldset-legend-text: k-color(on-app-surface) !default;
185
205
  $kendo-label-optional-margin-x: $kendo-label-optional-margin-x,
186
206
  $kendo-label-optional-font-size: $kendo-label-optional-font-size,
187
207
  $kendo-label-optional-font-style: $kendo-label-optional-font-style,
208
+ $kendo-label-optional-font-weight: $kendo-label-optional-font-weight,
188
209
  $kendo-fieldset-margin: $kendo-fieldset-margin,
189
210
  $kendo-fieldset-legend-padding: $kendo-fieldset-legend-padding,
190
211
  $kendo-fieldset-legend-margin: $kendo-fieldset-legend-margin,
@@ -8,6 +8,9 @@
8
8
  /// The border width of the Gantt.
9
9
  /// @group gantt
10
10
  $kendo-gantt-border-width: 1px !default;
11
+ /// The border radius of the Gantt.
12
+ /// @group gantt
13
+ $kendo-gantt-border-radius: null !default;
11
14
  /// The font family of the Gantt.
12
15
  /// @group gantt
13
16
  $kendo-gantt-font-family: var(--kendo-font-family) !default;
@@ -247,6 +250,7 @@ $kendo-gantt-task-tooltip-padding-y: k-spacing(1) !default;
247
250
 
248
251
  @forward "@progress/kendo-theme-core/scss/components/gantt/_variables.scss" with (
249
252
  $kendo-gantt-border-width: $kendo-gantt-border-width,
253
+ $kendo-gantt-border-radius: $kendo-gantt-border-radius,
250
254
  $kendo-gantt-font-family: $kendo-gantt-font-family,
251
255
  $kendo-gantt-font-size: $kendo-gantt-font-size,
252
256
  $kendo-gantt-line-height: $kendo-gantt-line-height,
@@ -19,6 +19,9 @@ $kendo-grid-default-size: "md" !default;
19
19
  /// The width of the border around the Grid.
20
20
  /// @group grid
21
21
  $kendo-grid-border-width: 1px !default;
22
+ /// The border radius of the Grid.
23
+ /// @group grid
24
+ $kendo-grid-border-radius: null !default;
22
25
  /// The font family of the Grid.
23
26
  /// @group grid
24
27
  $kendo-grid-font-family: var(--kendo-font-family) !default;
@@ -281,6 +284,16 @@ $kendo-grid-selection-aggregates-font-weight: var(--kendo-font-weight-bold) !def
281
284
  /// The background color of the Grid row.
282
285
  /// @group grid
283
286
  $kendo-grid-grouping-row-bg: k-color(surface) !default;
287
+
288
+ /// The background color of the Grid grouping header.
289
+ /// @group grid
290
+ $kendo-grid-grouping-header-bg: $kendo-grid-header-bg !default;
291
+ /// The text color of the Grid grouping header.
292
+ /// @group grid
293
+ $kendo-grid-grouping-header-text: $kendo-grid-header-text !default;
294
+ /// The border color of the Grid grouping header.
295
+ /// @group grid
296
+ $kendo-grid-grouping-header-border: $kendo-grid-header-border !default;
284
297
  /// The text color of the Grid row.
285
298
  /// @group grid
286
299
  $kendo-grid-grouping-row-text: $kendo-grid-text !default;
@@ -504,6 +517,7 @@ $kendo-grid-pinned-source-font-weight: var(--kendo-font-weight-bold) !default;
504
517
  @forward "@progress/kendo-theme-core/scss/components/grid/_variables.scss" with (
505
518
  $kendo-grid-default-size: $kendo-grid-default-size,
506
519
  $kendo-grid-border-width: $kendo-grid-border-width,
520
+ $kendo-grid-border-radius: $kendo-grid-border-radius,
507
521
  $kendo-grid-font-family: $kendo-grid-font-family,
508
522
  $kendo-grid-font-size: $kendo-grid-font-size,
509
523
  $kendo-grid-line-height: $kendo-grid-line-height,
@@ -513,6 +527,9 @@ $kendo-grid-pinned-source-font-weight: var(--kendo-font-weight-bold) !default;
513
527
  $kendo-grid-header-padding-y: $kendo-grid-header-padding-y,
514
528
  $kendo-grid-grouping-header-padding-x: $kendo-grid-grouping-header-padding-x,
515
529
  $kendo-grid-grouping-header-padding-y: $kendo-grid-grouping-header-padding-y,
530
+ $kendo-grid-grouping-header-bg: $kendo-grid-grouping-header-bg,
531
+ $kendo-grid-grouping-header-text: $kendo-grid-grouping-header-text,
532
+ $kendo-grid-grouping-header-border: $kendo-grid-grouping-header-border,
516
533
  $kendo-grid-cell-padding-x: $kendo-grid-cell-padding-x,
517
534
  $kendo-grid-cell-padding-y: $kendo-grid-cell-padding-y,
518
535
  $kendo-grid-filter-cell-padding-x: $kendo-grid-filter-cell-padding-x,
@@ -17,6 +17,9 @@ $kendo-image-editor-padding-x: null !default;
17
17
  /// The width of the border around the ImageEditor.
18
18
  /// @group image-editor
19
19
  $kendo-image-editor-border-width: 1px !default;
20
+ /// The border radius of the ImageEditor.
21
+ /// @group image-editor
22
+ $kendo-image-editor-border-radius: null !default;
20
23
  /// The font size of the ImageEditor.
21
24
  /// @group image-editor
22
25
  $kendo-image-editor-font-size: var(--kendo-font-size) !default;
@@ -111,6 +114,7 @@ $kendo-image-editor-crop-overlay-bg: rgba(black, .3) !default;
111
114
  $kendo-image-editor-padding-y: $kendo-image-editor-padding-y,
112
115
  $kendo-image-editor-padding-x: $kendo-image-editor-padding-x,
113
116
  $kendo-image-editor-border-width: $kendo-image-editor-border-width,
117
+ $kendo-image-editor-border-radius: $kendo-image-editor-border-radius,
114
118
  $kendo-image-editor-font-size: $kendo-image-editor-font-size,
115
119
  $kendo-image-editor-line-height: $kendo-image-editor-line-height,
116
120
  $kendo-image-editor-font-family: $kendo-image-editor-font-family,
@@ -41,6 +41,16 @@ $kendo-listbox-border: k-color(border) !default;
41
41
  /// @group listbox
42
42
  $kendo-listbox-drop-hint-width: 1px !default;
43
43
 
44
+ /// The horizontal padding of the ListBox scroller.
45
+ /// @group listbox
46
+ $kendo-listbox-scroller-padding-x: null !default;
47
+ /// The vertical padding of the ListBox scroller.
48
+ /// @group listbox
49
+ $kendo-listbox-scroller-padding-y: null !default;
50
+ /// The border radius of the ListBox.
51
+ /// @group listbox
52
+ $kendo-listbox-border-radius: null !default;
53
+
44
54
  @forward "@progress/kendo-theme-core/scss/components/listbox/_variables.scss" with (
45
55
  $kendo-listbox-spacing: $kendo-listbox-spacing,
46
56
  $kendo-listbox-button-spacing: $kendo-listbox-button-spacing,
@@ -53,5 +63,8 @@ $kendo-listbox-drop-hint-width: 1px !default;
53
63
  $kendo-listbox-text: $kendo-listbox-text,
54
64
  $kendo-listbox-bg: $kendo-listbox-bg,
55
65
  $kendo-listbox-border: $kendo-listbox-border,
56
- $kendo-listbox-drop-hint-width: $kendo-listbox-drop-hint-width
66
+ $kendo-listbox-drop-hint-width: $kendo-listbox-drop-hint-width,
67
+ $kendo-listbox-scroller-padding-x: $kendo-listbox-scroller-padding-x,
68
+ $kendo-listbox-scroller-padding-y: $kendo-listbox-scroller-padding-y,
69
+ $kendo-listbox-border-radius: $kendo-listbox-border-radius
57
70
  );
@@ -60,6 +60,9 @@ $kendo-listview-item-focus-border: null !default;
60
60
  /// The box shadow of the focused ListView items.
61
61
  /// @group listview
62
62
  $kendo-listview-item-focus-shadow: inset 0 0 0 2px k-color(border-alt) !default;
63
+ /// The border radius of the ListView items.
64
+ /// @group listview
65
+ $kendo-listview-item-border-radius: null !default;
63
66
 
64
67
  @forward "@progress/kendo-theme-core/scss/components/listview/_variables.scss" with (
65
68
  $kendo-listview-padding-x: $kendo-listview-padding-x,
@@ -79,5 +82,6 @@ $kendo-listview-item-focus-shadow: inset 0 0 0 2px k-color(border-alt) !default;
79
82
  $kendo-listview-item-focus-text: $kendo-listview-item-focus-text,
80
83
  $kendo-listview-item-focus-bg: $kendo-listview-item-focus-bg,
81
84
  $kendo-listview-item-focus-border: $kendo-listview-item-focus-border,
82
- $kendo-listview-item-focus-shadow: $kendo-listview-item-focus-shadow
85
+ $kendo-listview-item-focus-shadow: $kendo-listview-item-focus-shadow,
86
+ $kendo-listview-item-border-radius: $kendo-listview-item-border-radius
83
87
  );