@progress/kendo-theme-fluent 13.2.0-dev.3 → 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 (66) hide show
  1. package/dist/all.css +1 -1
  2. package/dist/fluent-1-dark.css +1 -1
  3. package/dist/fluent-1-dark.scss +0 -20
  4. package/dist/fluent-1.css +1 -1
  5. package/dist/fluent-1.scss +0 -20
  6. package/dist/fluent-main-dark.css +1 -1
  7. package/dist/fluent-main-dark.scss +0 -20
  8. package/dist/fluent-main.css +1 -1
  9. package/dist/meta/sassdoc-data.json +12852 -10712
  10. package/dist/meta/sassdoc-raw-data.json +6166 -5135
  11. package/dist/meta/variables.json +306 -173
  12. package/lib/swatches/all.json +1 -1
  13. package/lib/swatches/fluent-1-dark.json +1 -101
  14. package/lib/swatches/fluent-1.json +1 -101
  15. package/lib/swatches/fluent-main-dark.json +1 -101
  16. package/lib/swatches/fluent-main.json +1 -1
  17. package/package.json +4 -4
  18. package/scss/action-sheet/_variables.scss +8 -0
  19. package/scss/appbar/_variables.scss +5 -19
  20. package/scss/bottom-navigation/_theme.scss +1 -1
  21. package/scss/button/_theme.scss +0 -16
  22. package/scss/button/_variables.scss +5 -0
  23. package/scss/card/_variables.scss +0 -6
  24. package/scss/chart-wizard/_variables.scss +17 -0
  25. package/scss/chat/_variables.scss +4 -0
  26. package/scss/column-menu/_variables.scss +11 -1
  27. package/scss/core/color-system/_swatch.scss +0 -56
  28. package/scss/dataviz/_variables.scss +8 -0
  29. package/scss/dialog/_variables.scss +0 -6
  30. package/scss/dock-manager/_variables.scss +4 -0
  31. package/scss/dropzone/_variables.scss +4 -0
  32. package/scss/editor/_variables.scss +4 -0
  33. package/scss/expansion-panel/_variables.scss +12 -0
  34. package/scss/fab/_theme.scss +2 -3
  35. package/scss/file-box/_variables.scss +9 -0
  36. package/scss/filemanager/_variables.scss +4 -0
  37. package/scss/filter/_variables.scss +5 -0
  38. package/scss/forms/_variables.scss +21 -0
  39. package/scss/gantt/_variables.scss +4 -0
  40. package/scss/grid/_theme.scss +0 -9
  41. package/scss/grid/_variables.scss +7 -0
  42. package/scss/imageeditor/_variables.scss +4 -0
  43. package/scss/listbox/_variables.scss +14 -1
  44. package/scss/listview/_variables.scss +5 -1
  45. package/scss/mediaplayer/_variables.scss +16 -0
  46. package/scss/messagebox/_variables.scss +1 -0
  47. package/scss/notification/_variables.scss +1 -1
  48. package/scss/overlay/_variables.scss +4 -8
  49. package/scss/pdf-viewer/_variables.scss +4 -0
  50. package/scss/pivotgrid/_variables.scss +4 -0
  51. package/scss/progressbar/_variables.scss +5 -0
  52. package/scss/prompt/_variables.scss +14 -1
  53. package/scss/scheduler/_variables.scss +4 -0
  54. package/scss/scrollview/_theme.scss +0 -16
  55. package/scss/scrollview/_variables.scss +10 -0
  56. package/scss/spreadsheet/_variables.scss +4 -0
  57. package/scss/stepper/_layout.scss +0 -4
  58. package/scss/stepper/_variables.scss +3 -2
  59. package/scss/suggestion/_variables.scss +4 -0
  60. package/scss/table/_variables.scss +27 -0
  61. package/scss/taskboard/_variables.scss +4 -0
  62. package/scss/timeline/_variables.scss +5 -0
  63. package/scss/tooltip/_functions.scss +1 -1
  64. package/scss/tooltip/_variables.scss +1 -1
  65. package/scss/upload/_variables.scss +4 -0
  66. package/scss/window/_variables.scss +0 -6
@@ -107,30 +107,6 @@ $_default-colors: (
107
107
  on-error: #{"oklch(from var(--kendo-color-error) clamp(0, (0.6 - l) * 99999, 1) 0 h)"},
108
108
  error-on-surface: #{"oklch(from var(--kendo-color-error) l c h)"},
109
109
 
110
- // Light
111
- light-subtle: #{"oklch(from var(--kendo-color-light) calc(l + 0.060) c h)"},
112
- light-subtle-hover: #{"oklch(from var(--kendo-color-light) calc(l + 0.030) c h)"},
113
- light-subtle-active: #{"oklch(from var(--kendo-color-light) l c h)"},
114
- light: oklch(94.01% 0 0deg),
115
- light-hover: #{"oklch(from var(--kendo-color-light) calc(l + 0.030) c h)"},
116
- light-active: #{"oklch(from var(--kendo-color-light) calc(l + 0.015) c h)"},
117
- light-emphasis: #{"oklch(from var(--kendo-color-light) calc(l - 0.033) c h)"},
118
- light-on-subtle: oklch(49.26% 0 0deg),
119
- on-light: oklch(26.03% 0 0deg),
120
- light-on-surface: oklch(100% 0 0deg),
121
-
122
- // Dark
123
- dark-subtle: oklch(0% 0 0deg),
124
- dark-subtle-hover: #{"oklch(from var(--kendo-color-dark) l c h)"},
125
- dark-subtle-active: #{"oklch(from var(--kendo-color-dark) calc(l + 0.061) c h)"},
126
- dark: oklch(26.03% 0 0deg),
127
- dark-hover: #{"oklch(from var(--kendo-color-dark) calc(l + 0.119) c h)"},
128
- dark-active: #{"oklch(from var(--kendo-color-dark) calc(l + 0.061) c h)"},
129
- dark-emphasis: #{"oklch(from var(--kendo-color-dark) calc(l + 0.232) c h)"},
130
- dark-on-subtle: oklch(100% 0 0deg),
131
- on-dark: oklch(100% 0 0deg),
132
- dark-on-surface: oklch(49.26% 0 0deg),
133
-
134
110
  // Inverse
135
111
  inverse-subtle: #{"oklch(from var(--kendo-color-inverse) calc(l + 0.232) c h)"},
136
112
  inverse-subtle-hover: #{"oklch(from var(--kendo-color-inverse) calc(l + 0.373) c h)"},
@@ -327,38 +303,6 @@ $_default-colors: (
327
303
  /// @prop {Color} on-error - The text color variable for content on error.
328
304
  /// @prop {Color} error-on-surface - The text color variable for content on surface.
329
305
  ///
330
- /// @subgroup {light}
331
- /// [light-subtle, light-subtle-hover, light-subtle-active,
332
- /// light, light-hover, light-active, light-emphasis,
333
- /// light-on-subtle, on-light, light-on-surface]
334
- /// The Light variable group.
335
- /// @prop {Color} light-subtle - The light subtle background color variable.
336
- /// @prop {Color} light-subtle-hover - The light subtle background color variable for the hover state.
337
- /// @prop {Color} light-subtle-active - The light subtle background color variable for the active state.
338
- /// @prop {Color} light - The light background color variable.
339
- /// @prop {Color} light-hover - The light background color variable for the hover state.
340
- /// @prop {Color} light-active - The light background color variable for the active state.
341
- /// @prop {Color} light-emphasis - The emphasized light color variable.
342
- /// @prop {Color} light-on-subtle - The text color variable for content on light subtle.
343
- /// @prop {Color} on-light - The text color variable for content on light.
344
- /// @prop {Color} light-on-surface - The text color variable for content on surface.
345
- ///
346
- /// @subgroup {dark}
347
- /// [dark-subtle, dark-subtle-hover, dark-subtle-active,
348
- /// dark, dark-hover, dark-active, dark-emphasis,
349
- /// dark-on-subtle, on-dark, dark-on-surface]
350
- /// The Dark variable group.
351
- /// @prop {Color} dark-subtle - The dark subtle background color variable.
352
- /// @prop {Color} dark-subtle-hover - The dark subtle background color variable for the hover state.
353
- /// @prop {Color} dark-subtle-active - The dark subtle background color variable for the active state.
354
- /// @prop {Color} dark - The dark background color variable.
355
- /// @prop {Color} dark-hover - The dark background color variable for the hover state.
356
- /// @prop {Color} dark-active - The dark background color variable for the active state.
357
- /// @prop {Color} dark-emphasis - The emphasized dark color variable.
358
- /// @prop {Color} dark-on-subtle - The text color variable for content on dark subtle.
359
- /// @prop {Color} on-dark - The text color variable for content on dark.
360
- /// @prop {Color} dark-on-surface - The text color variable for content on surface.
361
- ///
362
306
  /// @subgroup {inverse}
363
307
  /// [inverse-subtle, inverse-subtle-hover, inverse-subtle-active,
364
308
  /// inverse, inverse-hover, inverse-active, inverse-emphasis,
@@ -192,6 +192,9 @@ $kendo-series-30: $kendo-series-f-darker !default;
192
192
  /// The border width of the chart component.
193
193
  /// @group charts
194
194
  $kendo-chart-border-width: var( --kendo-chart-border-width, 0px ) !default;
195
+ /// The border radius of the chart component.
196
+ /// @group charts
197
+ $kendo-chart-border-radius: null !default;
195
198
  /// The font-family of the chart component.
196
199
  /// @group charts
197
200
  $kendo-chart-font-family: var( --kendo-chart-font-family, var(--kendo-font-family) ) !default;
@@ -338,6 +341,9 @@ $kendo-treemap-padding-x: var( --kendo-treemap-padding-x, k-spacing(1) ) !defaul
338
341
  /// The vertical padding of the treemap.
339
342
  /// @group charts
340
343
  $kendo-treemap-padding-y: var( --kendo-treemap-padding-y, k-spacing(0.5) ) !default;
344
+ /// The border radius of the TreeMap.
345
+ /// @group charts
346
+ $kendo-treemap-border-radius: null !default;
341
347
  /// The background color of the treemap.
342
348
  /// @group charts
343
349
  $kendo-treemap-bg: var( --kendo-treemap-bg, k-color(surface-alt) ) !default;
@@ -447,6 +453,7 @@ $kendo-gauge-track-bg: k-color(base-emphasis) !default;
447
453
  $kendo-series-29: $kendo-series-29,
448
454
  $kendo-series-30: $kendo-series-30,
449
455
  $kendo-chart-border-width: $kendo-chart-border-width,
456
+ $kendo-chart-border-radius: $kendo-chart-border-radius,
450
457
  $kendo-chart-font-family: $kendo-chart-font-family,
451
458
  $kendo-chart-font-size: $kendo-chart-font-size,
452
459
  $kendo-chart-line-height: $kendo-chart-line-height,
@@ -483,6 +490,7 @@ $kendo-gauge-track-bg: k-color(base-emphasis) !default;
483
490
  $kendo-treemap-line-height: $kendo-treemap-line-height,
484
491
  $kendo-treemap-padding-x: $kendo-treemap-padding-x,
485
492
  $kendo-treemap-padding-y: $kendo-treemap-padding-y,
493
+ $kendo-treemap-border-radius: $kendo-treemap-border-radius,
486
494
  $kendo-chart-overlay-bg: $kendo-chart-overlay-bg,
487
495
  $kendo-chart-no-data-font-size: $kendo-chart-no-data-font-size,
488
496
  $kendo-chart-no-data-font-weight: $kendo-chart-no-data-font-weight,
@@ -1,11 +1,6 @@
1
1
  @use "sass:map";
2
2
  @use "../core/_index.scss" as *;
3
3
 
4
- /// The default theme color of the Dialog.
5
- /// @group dialog
6
- /// @role default
7
- $kendo-dialog-default-theme-color: null !default;
8
-
9
4
  /// The background color of the Dialog titlebar.
10
5
  /// @group dialog
11
6
  $kendo-dialog-titlebar-bg: var( --kendo-dialog-titlebar-bg, k-color(surface-alt) ) !default;
@@ -38,7 +33,6 @@ $kendo-dialog-bg: var( --kendo-dialog-bg, k-color(surface-alt) ) !default;
38
33
  $kendo-dialog-shadow: var( --kendo-dialog-shadow, var( --kendo-elevation-5, none ) ) !default;
39
34
 
40
35
  @forward "@progress/kendo-theme-core/scss/components/dialog/_variables.scss" with (
41
- $kendo-dialog-default-theme-color: $kendo-dialog-default-theme-color,
42
36
  $kendo-dialog-titlebar-bg: $kendo-dialog-titlebar-bg,
43
37
  $kendo-dialog-titlebar-text: $kendo-dialog-titlebar-text,
44
38
  $kendo-dialog-titlebar-border: $kendo-dialog-titlebar-border,
@@ -10,6 +10,9 @@ $kendo-dock-manager-border-style: var( --kendo-dock-manager-border-style, solid
10
10
  /// The color of the border around the DockManager component.
11
11
  /// @group dock-manager
12
12
  $kendo-dock-manager-border: var( --kendo-dock-manager-border, color-mix(in srgb, k-color(border) 26%, transparent) ) !default;
13
+ /// The border radius of the DockManager.
14
+ /// @group dock-manager
15
+ $kendo-dock-manager-border-radius: var( --kendo-dock-manager-border-radius, null ) !default;
13
16
 
14
17
  /// The vertical padding of the pane header in the DockManager component.
15
18
  /// @group dock-manager
@@ -122,6 +125,7 @@ $kendo-dock-manager-dock-preview-border: var( --kendo-dock-manager-dock-preview-
122
125
  $kendo-dock-manager-border-width: $kendo-dock-manager-border-width,
123
126
  $kendo-dock-manager-border-style: $kendo-dock-manager-border-style,
124
127
  $kendo-dock-manager-border: $kendo-dock-manager-border,
128
+ $kendo-dock-manager-border-radius: $kendo-dock-manager-border-radius,
125
129
  $kendo-dock-manager-pane-header-padding-y: $kendo-dock-manager-pane-header-padding-y,
126
130
  $kendo-dock-manager-pane-header-padding-x: $kendo-dock-manager-pane-header-padding-x,
127
131
  $kendo-dock-manager-pane-header-border-width: $kendo-dock-manager-pane-header-border-width,
@@ -10,6 +10,9 @@ $kendo-dropzone-padding-y: var( --kendo-dropzone-padding-y, #{k-spacing(2)} ) !d
10
10
  /// The border width of the DropZone.
11
11
  /// @group dropzone
12
12
  $kendo-dropzone-border-width: var( --kendo-dropzone-border-width, 1px ) !default;
13
+ /// The border radius of the DropZone.
14
+ /// @group dropzone
15
+ $kendo-dropzone-border-radius: null !default;
13
16
  /// The minimum height of the DropZone.
14
17
  /// @group dropzone
15
18
  $kendo-dropzone-min-height: var( --kendo-dropzone-min-height, 220px ) !default;
@@ -74,6 +77,7 @@ $kendo-dropzone-note-text: var( --kendo-dropzone-note-text, #{k-color(subtle)} )
74
77
  $kendo-dropzone-padding-x: $kendo-dropzone-padding-x,
75
78
  $kendo-dropzone-padding-y: $kendo-dropzone-padding-y,
76
79
  $kendo-dropzone-border-width: $kendo-dropzone-border-width,
80
+ $kendo-dropzone-border-radius: $kendo-dropzone-border-radius,
77
81
  $kendo-dropzone-min-height: $kendo-dropzone-min-height,
78
82
  $kendo-dropzone-font-family: $kendo-dropzone-font-family,
79
83
  $kendo-dropzone-font-size: $kendo-dropzone-font-size,
@@ -5,6 +5,9 @@
5
5
  /// The width of the border around the Еditor.
6
6
  /// @group editor
7
7
  $kendo-editor-border-width: var( --kendo-editor-border-width, 1px ) !default;
8
+ /// The border radius of the Editor.
9
+ /// @group editor
10
+ $kendo-editor-border-radius: var( --kendo-editor-border-radius, null ) !default;
8
11
  /// The font family of the Еditor.
9
12
  /// @group editor
10
13
  $kendo-editor-font-family: var( --kendo-editor-font-family, var(--kendo-font-family) ) !default;
@@ -89,6 +92,7 @@ $kendo-editor-ct-popup-border: var( --kendo-editor-ct-popup-border, #{color-mix(
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,
@@ -7,6 +7,9 @@ $kendo-expander-margin-y: var( --kendo-expander-margin-y, k-spacing(2) ) !defaul
7
7
  /// The width of the border around the ExpansionPanel.
8
8
  /// @group expander
9
9
  $kendo-expander-border-width: var( --kendo-expander-border-width, 1px ) !default;
10
+ /// The border radius of the ExpansionPanel.
11
+ /// @group expander
12
+ $kendo-expander-border-radius: null !default;
10
13
  /// The font family of the ExpansionPanel.
11
14
  /// @group expander
12
15
  $kendo-expander-font-family: var( --kendo-expander-font-family, var(--kendo-font-family) ) !default;
@@ -70,6 +73,12 @@ $kendo-expander-header-bg: var( --kendo-expander-header-bg, inherit ) !default;
70
73
  /// @group expander
71
74
  $kendo-expander-header-hover-bg: var( --kendo-expander-header-hover-bg, k-color(base-hover) ) !default;
72
75
 
76
+ /// The font weight of the ExpansionPanel title.
77
+ /// @group expander
78
+ $kendo-expander-title-font-weight: null !default;
79
+ /// The text transform of the ExpansionPanel title.
80
+ /// @group expander
81
+ $kendo-expander-title-text-transform: null !default;
73
82
  /// The text color of the ExpansionPanel title.
74
83
  /// @group expander
75
84
  $kendo-expander-title-text: var( --kendo-expander-title-text, k-color(on-app-surface) ) !default;
@@ -94,6 +103,7 @@ $kendo-expander-content-padding-y: var( --kendo-expander-content-padding-y, k-sp
94
103
 
95
104
  @forward "@progress/kendo-theme-core/scss/components/expansion-panel/_variables.scss" with (
96
105
  $kendo-expander-border-width: $kendo-expander-border-width,
106
+ $kendo-expander-border-radius: $kendo-expander-border-radius,
97
107
  $kendo-expander-font-family: $kendo-expander-font-family,
98
108
  $kendo-expander-font-size: $kendo-expander-font-size,
99
109
  $kendo-expander-line-height: $kendo-expander-line-height,
@@ -106,6 +116,8 @@ $kendo-expander-content-padding-y: var( --kendo-expander-content-padding-y, k-sp
106
116
  $kendo-expander-header-text: $kendo-expander-header-text,
107
117
  $kendo-expander-header-bg: $kendo-expander-header-bg,
108
118
  $kendo-expander-header-hover-bg: $kendo-expander-header-hover-bg,
119
+ $kendo-expander-title-font-weight: $kendo-expander-title-font-weight,
120
+ $kendo-expander-title-text-transform: $kendo-expander-title-text-transform,
109
121
  $kendo-expander-title-text: $kendo-expander-title-text,
110
122
  $kendo-expander-header-sub-title-text: $kendo-expander-header-sub-title-text,
111
123
  $kendo-expander-indicator-margin-x: $kendo-expander-indicator-margin-x,
@@ -47,9 +47,8 @@
47
47
 
48
48
  #{k-when-default($kendo-fab-default-fill-mode, "solid")}
49
49
  &.k-fab-solid {
50
- #{k-when-default($kendo-fab-default-theme-color, ("warning", "light"))}
51
- &.k-fab-warning,
52
- &.k-fab-light {
50
+ #{k-when-default($kendo-fab-default-theme-color, "warning")}
51
+ &.k-fab-warning {
53
52
  &:focus::after,
54
53
  &.k-focus::after {
55
54
  outline-color: k-color(app-surface);
@@ -11,6 +11,9 @@ $kendo-file-box-padding-y: var(--kendo-file-box-padding-y, k-spacing(1) ) !defau
11
11
  /// The spacing between the elements of the File Box.
12
12
  /// @group file-box
13
13
  $kendo-file-box-gap: var(--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: var(--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: var(--kendo-file-box-min-width, var(--kendo-file-box-min-width, 96px) ) !default;
@@ -49,6 +52,10 @@ $kendo-file-box-text: var(--kendo-file-box-text, k-color(base-on-subtle) ) !defa
49
52
  /// @group file-box
50
53
  $kendo-file-box-border: var(--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: var(--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: var(--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: var(--kendo-file-box-wrapper-scroll-gra
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: var(--kendo-file-box-wrapper-scroll-gra
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: var( --kendo-file-manager-border-width, 1px ) !default;
12
+ /// The border radius of the FileManager.
13
+ /// @group file-manager
14
+ $kendo-file-manager-border-radius: var( --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-file-manager-font-family, var(--kendo-font-family) ) !default;
@@ -184,6 +187,7 @@ $kendo-file-manager-preview-icon-border: var( --kendo-file-manager-preview-icon-
184
187
  @forward "@progress/kendo-theme-core/scss/components/filemanager/variables" with (
185
188
  $kendo-file-manager-spacer: $kendo-file-manager-spacer,
186
189
  $kendo-file-manager-border-width: $kendo-file-manager-border-width,
190
+ $kendo-file-manager-border-radius: $kendo-file-manager-border-radius,
187
191
  $kendo-file-manager-font-family: $kendo-file-manager-font-family,
188
192
  $kendo-file-manager-font-size: $kendo-file-manager-font-size,
189
193
  $kendo-file-manager-line-height: $kendo-file-manager-line-height,
@@ -8,6 +8,10 @@ $kendo-filter-padding-x: var( --kendo-filter-padding-x, #{k-spacing(2)} ) !defau
8
8
  /// @group filter
9
9
  $kendo-filter-padding-y: var( --kendo-filter-padding-y, #{k-spacing(1)} ) !default;
10
10
 
11
+ /// The border radius of the Filter.
12
+ /// @group filter
13
+ $kendo-filter-border-radius: null !default;
14
+
11
15
  /// The bottom margin of the Filter.
12
16
  /// @group filter
13
17
  $kendo-filter-bottom-margin: var( --kendo-filter-bottom-margin, #{k-spacing(7.5)} ) !default;
@@ -44,6 +48,7 @@ $kendo-filter-toolbar-focus-border: var( --kendo-filter-toolbar-focus-border, #{
44
48
  @forward "@progress/kendo-theme-core/scss/components/filter/variables" with (
45
49
  $kendo-filter-padding-x: $kendo-filter-padding-x,
46
50
  $kendo-filter-padding-y: $kendo-filter-padding-y,
51
+ $kendo-filter-border-radius: $kendo-filter-border-radius,
47
52
  $kendo-filter-bottom-margin: $kendo-filter-bottom-margin,
48
53
  $kendo-filter-line-size: $kendo-filter-line-size,
49
54
  $kendo-filter-operator-dropdown-width: $kendo-filter-operator-dropdown-width,
@@ -54,6 +54,9 @@ $kendo-form-legend-width: var(--kendo-form-legend-width, 100%) !default;
54
54
  /// The font size of the Form legend.
55
55
  /// @group form
56
56
  $kendo-form-legend-font-size: var(--kendo-form-legend-font-size, var(--kendo-font-size)) !default;
57
+ /// The font weight of the Form legend.
58
+ /// @group form
59
+ $kendo-form-legend-font-weight: null !default;
57
60
 
58
61
  /// The text capitalization of the Form legend.
59
62
  /// @group form
@@ -63,6 +66,16 @@ $kendo-form-legend-text-transform: var(--kendo-form-legend-text-transform, upper
63
66
  /// @group form
64
67
  $kendo-form-label-margin-bottom: var(--kendo-form-label-margin-bottom, #{k-spacing(2)}) !default;
65
68
 
69
+ /// The font size of the Form label.
70
+ /// @group form
71
+ $kendo-label-font-size: var(--kendo-label-font-size, inherit) !default;
72
+ /// The font weight of the Form label.
73
+ /// @group form
74
+ $kendo-label-font-weight: var(--kendo-label-font-weight, inherit) !default;
75
+ /// The line height of the Form label.
76
+ /// @group form
77
+ $kendo-label-line-height: var(--kendo-label-line-height, inherit) !default;
78
+
66
79
  /// The font size of the Form hint.
67
80
  /// @group form
68
81
  $kendo-form-hint-font-size: var(--kendo-form-hint-font-size, var(--kendo-font-size-sm)) !default;
@@ -134,6 +147,9 @@ $kendo-label-optional-font-size: var(--kendo-label-optional-font-size, var(--ken
134
147
  /// The font style of the optional label in the Form.
135
148
  /// @group form
136
149
  $kendo-label-optional-font-style: var(--kendo-label-optional-font-style, normal) !default;
150
+ /// The font weight of the optional label in the Form.
151
+ /// @group form
152
+ $kendo-label-optional-font-weight: var(--kendo-label-optional-font-weight, inherit) !default;
137
153
 
138
154
  /// The margin of the Form fieldset.
139
155
  /// @group form
@@ -157,8 +173,12 @@ $kendo-fieldset-legend-text: var(--kendo-fieldset-legend-text, #{k-color(subtle)
157
173
  $kendo-form-legend-border-color: $kendo-form-legend-border-color,
158
174
  $kendo-form-legend-width: $kendo-form-legend-width,
159
175
  $kendo-form-legend-font-size: $kendo-form-legend-font-size,
176
+ $kendo-form-legend-font-weight: $kendo-form-legend-font-weight,
160
177
  $kendo-form-legend-text-transform: $kendo-form-legend-text-transform,
161
178
  $kendo-form-label-margin-bottom: $kendo-form-label-margin-bottom,
179
+ $kendo-label-font-size: $kendo-label-font-size,
180
+ $kendo-label-font-weight: $kendo-label-font-weight,
181
+ $kendo-label-line-height: $kendo-label-line-height,
162
182
  $kendo-form-hint-font-size: $kendo-form-hint-font-size,
163
183
  $kendo-form-hint-font-style: $kendo-form-hint-font-style,
164
184
  $kendo-form-hint-margin-top: $kendo-form-hint-margin-top,
@@ -176,6 +196,7 @@ $kendo-fieldset-legend-text: var(--kendo-fieldset-legend-text, #{k-color(subtle)
176
196
  $kendo-label-optional-margin-x: $kendo-label-optional-margin-x,
177
197
  $kendo-label-optional-font-size: $kendo-label-optional-font-size,
178
198
  $kendo-label-optional-font-style: $kendo-label-optional-font-style,
199
+ $kendo-label-optional-font-weight: $kendo-label-optional-font-weight,
179
200
  $kendo-fieldset-margin: $kendo-fieldset-margin,
180
201
  $kendo-fieldset-legend-text: $kendo-fieldset-legend-text
181
202
  );
@@ -6,6 +6,9 @@
6
6
  /// The border width of the Gantt.
7
7
  /// @group gantt
8
8
  $kendo-gantt-border-width: var(--kendo-gantt-border-width, 1px) !default;
9
+ /// The border radius of the Gantt.
10
+ /// @group gantt
11
+ $kendo-gantt-border-radius: var(--kendo-gantt-border-radius, null) !default;
9
12
  /// The font family of the Gantt.
10
13
  /// @group gantt
11
14
  $kendo-gantt-font-family: var(--kendo-gantt-font-family, var(--kendo-font-family)) !default;
@@ -243,6 +246,7 @@ $kendo-gantt-validation-tooltip-invalid-border: var(--kendo-gantt-validation-too
243
246
 
244
247
  @forward "@progress/kendo-theme-core/scss/components/gantt/_variables.scss" with (
245
248
  $kendo-gantt-border-width: $kendo-gantt-border-width,
249
+ $kendo-gantt-border-radius: $kendo-gantt-border-radius,
246
250
  $kendo-gantt-font-family: $kendo-gantt-font-family,
247
251
  $kendo-gantt-font-size: $kendo-gantt-font-size,
248
252
  $kendo-gantt-line-height: $kendo-gantt-line-height,
@@ -10,15 +10,6 @@
10
10
 
11
11
  @include kendo-grid--theme-base();
12
12
 
13
- .k-grouping-header,
14
- .k-grid-grouping-header {
15
- @include fill(
16
- $kendo-grid-grouping-header-text,
17
- $kendo-grid-grouping-header-bg,
18
- $kendo-grid-grouping-header-border
19
- );
20
- }
21
-
22
13
  .k-group-footer .k-table-td,
23
14
  .k-grouping-row .k-table-td,
24
15
  .k-table-tbody .k-group-cell {
@@ -15,6 +15,9 @@ $kendo-grid-default-size: "md" !default;
15
15
  /// The border width of the Grid.
16
16
  /// @group grid
17
17
  $kendo-grid-border-width: var( --kendo-grid-border-width, 1px ) !default;
18
+ /// The border radius of the Grid.
19
+ /// @group grid
20
+ $kendo-grid-border-radius: null !default;
18
21
  /// The border style of the Grid.
19
22
  /// @group grid
20
23
  $kendo-grid-border-style: var( --kendo-grid-border-style, solid ) !default;
@@ -575,6 +578,7 @@ $kendo-grid-pinned-source-font-weight: var(--kendo-font-weight-semibold) !defaul
575
578
  @forward "@progress/kendo-theme-core/scss/components/grid/_variables.scss" with (
576
579
  $kendo-grid-default-size: $kendo-grid-default-size,
577
580
  $kendo-grid-border-width: $kendo-grid-border-width,
581
+ $kendo-grid-border-radius: $kendo-grid-border-radius,
578
582
  $kendo-grid-font-family: $kendo-grid-font-family,
579
583
  $kendo-grid-font-size: $kendo-grid-font-size,
580
584
  $kendo-grid-line-height: $kendo-grid-line-height,
@@ -584,6 +588,9 @@ $kendo-grid-pinned-source-font-weight: var(--kendo-font-weight-semibold) !defaul
584
588
  $kendo-grid-header-padding-y: $kendo-grid-header-padding-y,
585
589
  $kendo-grid-grouping-header-padding-x: $kendo-grid-grouping-header-padding-x,
586
590
  $kendo-grid-grouping-header-padding-y: $kendo-grid-grouping-header-padding-y,
591
+ $kendo-grid-grouping-header-bg: $kendo-grid-grouping-header-bg,
592
+ $kendo-grid-grouping-header-text: $kendo-grid-grouping-header-text,
593
+ $kendo-grid-grouping-header-border: $kendo-grid-grouping-header-border,
587
594
  $kendo-grid-cell-padding-x: $kendo-grid-cell-padding-x,
588
595
  $kendo-grid-cell-padding-y: $kendo-grid-cell-padding-y,
589
596
  $kendo-grid-filter-cell-padding-x: $kendo-grid-filter-cell-padding-x,
@@ -27,6 +27,9 @@ $kendo-image-editor-padding-x: var( --kendo-image-editor-padding-x, #{k-spacing(
27
27
  /// Border width of the imageeditor.
28
28
  /// @group image-editor
29
29
  $kendo-image-editor-border-width: var( --kendo-image-editor-border-width, 1px ) !default;
30
+ /// The border radius of the ImageEditor.
31
+ /// @group image-editor
32
+ $kendo-image-editor-border-radius: var( --kendo-image-editor-border-radius, null ) !default;
30
33
  /// Font size of the imageeditor.
31
34
  /// @group image-editor
32
35
  $kendo-image-editor-font-size: var( --kendo-image-editor-font-size, var(--kendo-font-size) ) !default;
@@ -113,6 +116,7 @@ $kendo-image-editor-resize-left-offset: var( --kendo-image-editor-resize-left-of
113
116
  $kendo-image-editor-padding-y: $kendo-image-editor-padding-y,
114
117
  $kendo-image-editor-padding-x: $kendo-image-editor-padding-x,
115
118
  $kendo-image-editor-border-width: $kendo-image-editor-border-width,
119
+ $kendo-image-editor-border-radius: $kendo-image-editor-border-radius,
116
120
  $kendo-image-editor-font-size: $kendo-image-editor-font-size,
117
121
  $kendo-image-editor-line-height: $kendo-image-editor-line-height,
118
122
  $kendo-image-editor-font-family: $kendo-image-editor-font-family,
@@ -43,6 +43,16 @@ $kendo-listbox-drop-hint-width: var( --kendo-listbox-drop-hint-width, 1px ) !def
43
43
  /// @group listbox
44
44
  $kendo-listbox-drop-hint-border-color: var( --kendo-listbox-drop-hint-border-color, #{k-color(primary)} ) !default;
45
45
 
46
+ /// The horizontal padding of the ListBox scroller.
47
+ /// @group listbox
48
+ $kendo-listbox-scroller-padding-x: null !default;
49
+ /// The vertical padding of the ListBox scroller.
50
+ /// @group listbox
51
+ $kendo-listbox-scroller-padding-y: null !default;
52
+ /// The border radius of the ListBox.
53
+ /// @group listbox
54
+ $kendo-listbox-border-radius: null !default;
55
+
46
56
  @forward "@progress/kendo-theme-core/scss/components/listbox/_variables.scss" with (
47
57
  $kendo-listbox-spacing: $kendo-listbox-spacing,
48
58
  $kendo-listbox-button-spacing: $kendo-listbox-button-spacing,
@@ -55,5 +65,8 @@ $kendo-listbox-drop-hint-border-color: var( --kendo-listbox-drop-hint-border-col
55
65
  $kendo-listbox-text: $kendo-listbox-text,
56
66
  $kendo-listbox-bg: $kendo-listbox-bg,
57
67
  $kendo-listbox-border: $kendo-listbox-border,
58
- $kendo-listbox-drop-hint-width: $kendo-listbox-drop-hint-width
68
+ $kendo-listbox-drop-hint-width: $kendo-listbox-drop-hint-width,
69
+ $kendo-listbox-scroller-padding-x: $kendo-listbox-scroller-padding-x,
70
+ $kendo-listbox-scroller-padding-y: $kendo-listbox-scroller-padding-y,
71
+ $kendo-listbox-border-radius: $kendo-listbox-border-radius
59
72
  );
@@ -61,6 +61,9 @@ $kendo-listview-item-focus-border: var( --kendo-listview-item-focus-border, init
61
61
  /// The box shadow of the focused ListView items.
62
62
  /// @group listview
63
63
  $kendo-listview-item-focus-shadow: var( --kendo-listview-item-focus-shadow, var( --kendo-list-item-focus-shadow, $kendo-list-item-focus-shadow ) ) !default;
64
+ /// The border radius of the ListView items.
65
+ /// @group listview
66
+ $kendo-listview-item-border-radius: null !default;
64
67
 
65
68
 
66
69
  @forward "@progress/kendo-theme-core/scss/components/listview/_variables.scss" with (
@@ -81,5 +84,6 @@ $kendo-listview-item-focus-shadow: var( --kendo-listview-item-focus-shadow, var(
81
84
  $kendo-listview-item-focus-text: $kendo-listview-item-focus-text,
82
85
  $kendo-listview-item-focus-bg: $kendo-listview-item-focus-bg,
83
86
  $kendo-listview-item-focus-border: $kendo-listview-item-focus-border,
84
- $kendo-listview-item-focus-shadow: $kendo-listview-item-focus-shadow
87
+ $kendo-listview-item-focus-shadow: $kendo-listview-item-focus-shadow,
88
+ $kendo-listview-item-border-radius: $kendo-listview-item-border-radius
85
89
  );
@@ -4,6 +4,9 @@
4
4
  /// The border width of the MediaPlayer.
5
5
  /// @group mediaplayer
6
6
  $kendo-media-player-border-width: var( --kendo-media-player-border-width, 1px ) !default;
7
+ /// The border radius of the MediaPlayer.
8
+ /// @group mediaplayer
9
+ $kendo-media-player-border-radius: var( --kendo-media-player-border-radius, null ) !default;
7
10
  /// The font family of the MediaPlayer.
8
11
  /// @group mediaplayer
9
12
  $kendo-media-player-font-family: var( --kendo-media-player-font-family, var(--kendo-font-family) ) !default;
@@ -41,6 +44,15 @@ $kendo-media-player-titlebar-padding-x: var( --kendo-media-player-titlebar-paddi
41
44
  /// The vertical padding of the MediaPlayer title.
42
45
  /// @group mediaplayer
43
46
  $kendo-media-player-titlebar-padding-y: var( --kendo-media-player-titlebar-padding-y, k-spacing(2) ) !default;
47
+ /// The font size of the MediaPlayer title.
48
+ /// @group mediaplayer
49
+ $kendo-media-player-titlebar-font-size: var( --kendo-media-player-titlebar-font-size, null ) !default;
50
+ /// The font weight of the MediaPlayer title.
51
+ /// @group mediaplayer
52
+ $kendo-media-player-titlebar-font-weight: var( --kendo-media-player-titlebar-font-weight, null ) !default;
53
+ /// The line height of the MediaPlayer title.
54
+ /// @group mediaplayer
55
+ $kendo-media-player-titlebar-line-height: var( --kendo-media-player-titlebar-line-height, null ) !default;
44
56
  /// The background color of the MediaPlayer title.
45
57
  /// @group mediaplayer
46
58
  $kendo-media-player-titlebar-bg: var( --kendo-media-player-titlebar-bg, color-mix(in srgb, k-color(on-app-surface) 40%, transparent) ) !default;
@@ -50,6 +62,7 @@ $kendo-media-player-titlebar-text: var( --kendo-media-player-titlebar-text, $ken
50
62
 
51
63
  @forward "@progress/kendo-theme-core/scss/components/mediaplayer/_variables.scss" with (
52
64
  $kendo-media-player-border-width: $kendo-media-player-border-width,
65
+ $kendo-media-player-border-radius: $kendo-media-player-border-radius,
53
66
  $kendo-media-player-font-family: $kendo-media-player-font-family,
54
67
  $kendo-media-player-font-size: $kendo-media-player-font-size,
55
68
  $kendo-media-player-line-height: $kendo-media-player-line-height,
@@ -58,5 +71,8 @@ $kendo-media-player-titlebar-text: var( --kendo-media-player-titlebar-text, $ken
58
71
  $kendo-media-player-border: $kendo-media-player-border,
59
72
  $kendo-media-player-titlebar-padding-x: $kendo-media-player-titlebar-padding-x,
60
73
  $kendo-media-player-titlebar-padding-y: $kendo-media-player-titlebar-padding-y,
74
+ $kendo-media-player-titlebar-font-size: $kendo-media-player-titlebar-font-size,
75
+ $kendo-media-player-titlebar-font-weight: $kendo-media-player-titlebar-font-weight,
76
+ $kendo-media-player-titlebar-line-height: $kendo-media-player-titlebar-line-height,
61
77
  $kendo-media-player-titlebar-text: $kendo-media-player-titlebar-text
62
78
  );
@@ -53,6 +53,7 @@ $kendo-message-box-link-hover-text: var( --kendo-message-box-link-hover-text, k-
53
53
  $kendo-message-box-padding-x: $kendo-message-box-padding-x,
54
54
  $kendo-message-box-padding-y: $kendo-message-box-padding-y,
55
55
  $kendo-message-box-border-width: $kendo-message-box-border-width,
56
+ $kendo-message-box-border-radius: $kendo-message-box-border-radius,
56
57
  $kendo-message-box-font-size: $kendo-message-box-font-size,
57
58
  $kendo-message-box-line-height: $kendo-message-box-line-height,
58
59
  $kendo-message-box-link-font-style: $kendo-message-box-link-font-style
@@ -55,7 +55,7 @@ $kendo-notification-icon-spacing: var( --kendo-notification-icon-spacing, #{k-sp
55
55
 
56
56
  /// The theme colors map for the Notification.
57
57
  /// @group notification
58
- $kendo-notification-theme-colors: ("base", "primary", "secondary", "tertiary", "info", "success", "warning", "error", "dark", "light", "inverse") !default;
58
+ $kendo-notification-theme-colors: ("base", "primary", "secondary", "tertiary", "info", "success", "warning", "error", "inverse") !default;
59
59
 
60
60
  /// The generated theme colors map for the Notification.
61
61
  /// @group notification
@@ -1,18 +1,14 @@
1
- /// The default theme color of the Overlay.
2
- /// @group overlay
3
- /// @role default
4
- $kendo-overlay-default-theme-color: "inverse" !default;
1
+ @use "../core/_index.scss" as *;
5
2
 
6
- /// Background color of the dark overlay.
3
+ /// The background color of the Overlay.
7
4
  /// @group overlay
8
- $kendo-overlay-bg: null !default;
5
+ $kendo-overlay-bg: k-color(inverse) !default;
9
6
 
10
- /// Opacity of the overlay.
7
+ /// The opacity of the Overlay.
11
8
  /// @group overlay
12
9
  $kendo-overlay-opacity: var( --kendo-overlay-opacity, .4 ) !default;
13
10
 
14
11
  @forward "@progress/kendo-theme-core/scss/components/overlay/_variables.scss" with (
15
- $kendo-overlay-default-theme-color: $kendo-overlay-default-theme-color,
16
12
  $kendo-overlay-bg: $kendo-overlay-bg,
17
13
  $kendo-overlay-opacity: $kendo-overlay-opacity
18
14
  );
@@ -6,6 +6,9 @@
6
6
  /// The border width of the PDFViewer.
7
7
  /// @group pdf-viewer
8
8
  $kendo-pdf-viewer-border-width: var( --kendo-pdf-viewer-border-width, 1px ) !default;
9
+ /// The border radius of the PDFViewer.
10
+ /// @group pdf-viewer
11
+ $kendo-pdf-viewer-border-radius: var( --kendo-pdf-viewer-border-radius, null ) !default;
9
12
  /// The font family of the PDFViewer.
10
13
  /// @group pdf-viewer
11
14
  $kendo-pdf-viewer-font-family: var( --kendo-pdf-viewer-font-family, var(--kendo-font-family) ) !default;
@@ -125,6 +128,7 @@ $kendo-pdf-viewer-free-text-annotation-text: var( --kendo-pdf-viewer-free-text-a
125
128
 
126
129
  @forward "@progress/kendo-theme-core/scss/components/pdf-viewer/_variables.scss" with (
127
130
  $kendo-pdf-viewer-border-width: $kendo-pdf-viewer-border-width,
131
+ $kendo-pdf-viewer-border-radius: $kendo-pdf-viewer-border-radius,
128
132
  $kendo-pdf-viewer-font-family: $kendo-pdf-viewer-font-family,
129
133
  $kendo-pdf-viewer-font-size: $kendo-pdf-viewer-font-size,
130
134
  $kendo-pdf-viewer-line-height: $kendo-pdf-viewer-line-height,
@@ -27,6 +27,9 @@ $kendo-pivotgrid-line-height: var( --kendo-pivotgrid-line-height, var(--kendo-li
27
27
  /// The border width of the PivotGrid.
28
28
  /// @group pivotgrid
29
29
  $kendo-pivotgrid-border-width: var( --kendo-pivotgrid-border-width, 1px ) !default;
30
+ /// The border radius of the PivotGrid.
31
+ /// @group pivotgrid
32
+ $kendo-pivotgrid-border-radius: null !default;
30
33
  /// The icon spacing of the PivotGrid.
31
34
  /// @group pivotgrid
32
35
  $kendo-pivotgrid-icon-spacing: var( --kendo-pivotgrid-icon-spacing, #{k-spacing(1)} ) !default;
@@ -253,6 +256,7 @@ $kendo-pivotgrid-row-headers-bg: var( --kendo-pivotgrid-row-headers-bg, #{k-colo
253
256
  $kendo-pivotgrid-font-size: $kendo-pivotgrid-font-size,
254
257
  $kendo-pivotgrid-line-height: $kendo-pivotgrid-line-height,
255
258
  $kendo-pivotgrid-border-width: $kendo-pivotgrid-border-width,
259
+ $kendo-pivotgrid-border-radius: $kendo-pivotgrid-border-radius,
256
260
  $kendo-pivotgrid-icon-spacing: $kendo-pivotgrid-icon-spacing,
257
261
  $kendo-pivotgrid-row-header-width: $kendo-pivotgrid-row-header-width,
258
262
  $kendo-pivotgrid-column-header-height: $kendo-pivotgrid-column-header-height,
@@ -105,6 +105,10 @@ $kendo-progressbar-indeterminate-animation-vertical: var( --kendo-progressbar-in
105
105
  /// @group progressbar
106
106
  $kendo-progressbar-chunk-border: var( --kendo-progressbar-chunk-border, #{k-color(app-surface)} ) !default;
107
107
 
108
+ /// The border radius of the chunk ProgressBar chunks.
109
+ /// @group progressbar
110
+ $kendo-progressbar-chunk-border-radius: null !default;
111
+
108
112
  // Circular Progressbar
109
113
  /// The arc stroke color of the circular ProgressBar.
110
114
  /// @group progressbar
@@ -132,6 +136,7 @@ $kendo-circular-progressbar-scale-stroke: var( --kendo-circular-progressbar-scal
132
136
  $kendo-progressbar-indeterminate-bg: $kendo-progressbar-indeterminate-bg,
133
137
  $kendo-progressbar-indeterminate-text: $kendo-progressbar-indeterminate-text,
134
138
  $kendo-progressbar-indeterminate-border: $kendo-progressbar-indeterminate-border,
139
+ $kendo-progressbar-chunk-border-radius: $kendo-progressbar-chunk-border-radius,
135
140
  $kendo-circular-progressbar-arc-stroke: $kendo-circular-progressbar-arc-stroke,
136
141
  $kendo-circular-progressbar-scale-stroke: $kendo-circular-progressbar-scale-stroke
137
142
  );