@progress/kendo-theme-default 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.
- package/README.md +17 -0
- package/dist/all.css +1 -1
- package/dist/default-blue.css +1 -1
- package/dist/default-dataviz-v4.css +1 -1
- package/dist/default-green.css +1 -1
- package/dist/default-main-dark.css +1 -1
- package/dist/default-main-dark.scss +0 -20
- package/dist/default-main.css +1 -1
- package/dist/default-nordic.css +1 -1
- package/dist/default-ocean-blue-a11y.css +1 -1
- package/dist/default-ocean-blue-a11y.scss +0 -10
- package/dist/default-ocean-blue.css +1 -1
- package/dist/default-ocean-blue.scss +0 -10
- package/dist/default-orange.css +1 -1
- package/dist/default-purple.css +1 -1
- package/dist/default-turquoise.css +1 -1
- package/dist/default-urban.css +1 -1
- package/dist/meta/sassdoc-data.json +13162 -10752
- package/dist/meta/sassdoc-raw-data.json +6301 -5145
- package/dist/meta/variables.json +298 -149
- package/lib/swatches/default-blue.json +1 -1
- package/lib/swatches/default-dataviz-v4.json +1 -1
- package/lib/swatches/default-green.json +1 -1
- package/lib/swatches/default-main-dark.json +1 -101
- package/lib/swatches/default-main.json +1 -1
- package/lib/swatches/default-nordic.json +1 -1
- package/lib/swatches/default-ocean-blue-a11y.json +1 -51
- package/lib/swatches/default-ocean-blue.json +1 -51
- package/lib/swatches/default-orange.json +1 -1
- package/lib/swatches/default-purple.json +1 -1
- package/lib/swatches/default-turquoise.json +1 -1
- package/lib/swatches/default-urban.json +1 -1
- package/package.json +4 -4
- package/scss/action-sheet/_variables.scss +8 -0
- package/scss/appbar/_variables.scss +5 -19
- package/scss/button/_variables.scss +5 -0
- package/scss/card/_variables.scss +0 -6
- package/scss/chart-wizard/_variables.scss +17 -0
- package/scss/chat/_variables.scss +4 -0
- package/scss/colorgradient/_variables.scss +3 -3
- package/scss/colorpalette/_variables.scss +3 -3
- package/scss/column-menu/_variables.scss +11 -1
- package/scss/dataviz/_variables.scss +8 -0
- package/scss/dialog/_variables.scss +0 -6
- package/scss/dock-manager/_variables.scss +4 -0
- package/scss/dropzone/_variables.scss +4 -0
- package/scss/editor/_variables.scss +4 -0
- package/scss/expansion-panel/_variables.scss +12 -0
- package/scss/file-box/_variables.scss +9 -0
- package/scss/filemanager/_variables.scss +4 -0
- package/scss/filter/_variables.scss +5 -0
- package/scss/forms/_variables.scss +21 -0
- package/scss/gantt/_variables.scss +4 -0
- package/scss/grid/_variables.scss +17 -0
- package/scss/imageeditor/_variables.scss +4 -0
- package/scss/listbox/_variables.scss +14 -1
- package/scss/listview/_variables.scss +5 -1
- package/scss/mediaplayer/_variables.scss +16 -0
- package/scss/messagebox/_variables.scss +4 -0
- package/scss/notification/_variables.scss +1 -1
- package/scss/overlay/_variables.scss +2 -6
- package/scss/pdf-viewer/_variables.scss +4 -0
- package/scss/pivotgrid/_variables.scss +4 -0
- package/scss/progressbar/_variables.scss +6 -0
- package/scss/prompt/_variables.scss +14 -1
- package/scss/scheduler/_variables.scss +4 -0
- package/scss/scrollview/_variables.scss +10 -3
- package/scss/spreadsheet/_variables.scss +4 -0
- package/scss/stepper/_variables.scss +4 -0
- package/scss/suggestion/_variables.scss +4 -0
- package/scss/table/_variables.scss +27 -0
- package/scss/taskboard/_variables.scss +4 -0
- package/scss/timeline/_variables.scss +5 -0
- package/scss/tooltip/_variables.scss +1 -1
- package/scss/upload/_variables.scss +4 -0
- package/scss/window/_variables.scss +0 -6
|
@@ -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,
|
|
@@ -4,11 +4,6 @@
|
|
|
4
4
|
|
|
5
5
|
// Dialog
|
|
6
6
|
|
|
7
|
-
/// The default theme color of the Dialog.
|
|
8
|
-
/// @group dialog
|
|
9
|
-
/// @role default
|
|
10
|
-
$kendo-dialog-default-theme-color: null !default;
|
|
11
|
-
|
|
12
7
|
/// The background color of the Dialog titlebar.
|
|
13
8
|
/// @group dialog
|
|
14
9
|
$kendo-dialog-titlebar-bg: k-color(surface) !default;
|
|
@@ -37,7 +32,6 @@ $kendo-dialog-button-spacing: $kendo-actions-button-spacing !default;
|
|
|
37
32
|
$kendo-dialog-bg: k-color(surface-alt) !default;
|
|
38
33
|
|
|
39
34
|
@forward "@progress/kendo-theme-core/scss/components/dialog/_variables.scss" with (
|
|
40
|
-
$kendo-dialog-default-theme-color: $kendo-dialog-default-theme-color,
|
|
41
35
|
$kendo-dialog-titlebar-bg: $kendo-dialog-titlebar-bg,
|
|
42
36
|
$kendo-dialog-titlebar-text: $kendo-dialog-titlebar-text,
|
|
43
37
|
$kendo-dialog-titlebar-border: $kendo-dialog-titlebar-border,
|
|
@@ -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
|
);
|
|
@@ -6,6 +6,9 @@
|
|
|
6
6
|
/// The border width of the MediaPlayer.
|
|
7
7
|
/// @group mediaplayer
|
|
8
8
|
$kendo-media-player-border-width: 1px !default;
|
|
9
|
+
/// The border radius of the MediaPlayer.
|
|
10
|
+
/// @group mediaplayer
|
|
11
|
+
$kendo-media-player-border-radius: null !default;
|
|
9
12
|
/// The font family of the MediaPlayer.
|
|
10
13
|
/// @group mediaplayer
|
|
11
14
|
$kendo-media-player-font-family: var(--kendo-font-family) !default;
|
|
@@ -32,6 +35,15 @@ $kendo-media-player-titlebar-padding-x: k-spacing(2) !default;
|
|
|
32
35
|
/// The vertical padding of the MediaPlayer title.
|
|
33
36
|
/// @group mediaplayer
|
|
34
37
|
$kendo-media-player-titlebar-padding-y: k-spacing(2) !default;
|
|
38
|
+
/// The font size of the MediaPlayer title.
|
|
39
|
+
/// @group mediaplayer
|
|
40
|
+
$kendo-media-player-titlebar-font-size: null !default;
|
|
41
|
+
/// The font weight of the MediaPlayer title.
|
|
42
|
+
/// @group mediaplayer
|
|
43
|
+
$kendo-media-player-titlebar-font-weight: null !default;
|
|
44
|
+
/// The line height of the MediaPlayer title.
|
|
45
|
+
/// @group mediaplayer
|
|
46
|
+
$kendo-media-player-titlebar-line-height: null !default;
|
|
35
47
|
/// The text color of the MediaPlayer title.
|
|
36
48
|
/// @group mediaplayer
|
|
37
49
|
$kendo-media-player-titlebar-text: $kendo-media-player-bg !default;
|
|
@@ -41,6 +53,7 @@ $kendo-media-player-titlebar-gradient: color-mix(in srgb, k-color(on-app-surface
|
|
|
41
53
|
|
|
42
54
|
@forward "@progress/kendo-theme-core/scss/components/mediaplayer/_variables.scss" with (
|
|
43
55
|
$kendo-media-player-border-width: $kendo-media-player-border-width,
|
|
56
|
+
$kendo-media-player-border-radius: $kendo-media-player-border-radius,
|
|
44
57
|
$kendo-media-player-font-family: $kendo-media-player-font-family,
|
|
45
58
|
$kendo-media-player-font-size: $kendo-media-player-font-size,
|
|
46
59
|
$kendo-media-player-line-height: $kendo-media-player-line-height,
|
|
@@ -49,6 +62,9 @@ $kendo-media-player-titlebar-gradient: color-mix(in srgb, k-color(on-app-surface
|
|
|
49
62
|
$kendo-media-player-border: $kendo-media-player-border,
|
|
50
63
|
$kendo-media-player-titlebar-padding-x: $kendo-media-player-titlebar-padding-x,
|
|
51
64
|
$kendo-media-player-titlebar-padding-y: $kendo-media-player-titlebar-padding-y,
|
|
65
|
+
$kendo-media-player-titlebar-font-size: $kendo-media-player-titlebar-font-size,
|
|
66
|
+
$kendo-media-player-titlebar-font-weight: $kendo-media-player-titlebar-font-weight,
|
|
67
|
+
$kendo-media-player-titlebar-line-height: $kendo-media-player-titlebar-line-height,
|
|
52
68
|
$kendo-media-player-titlebar-text: $kendo-media-player-titlebar-text,
|
|
53
69
|
$kendo-media-player-titlebar-gradient: $kendo-media-player-titlebar-gradient
|
|
54
70
|
);
|
|
@@ -19,6 +19,9 @@ $kendo-message-box-padding-y: k-spacing(1) !default;
|
|
|
19
19
|
/// The width of the border around the MessageBox.
|
|
20
20
|
/// @group messagebox
|
|
21
21
|
$kendo-message-box-border-width: 0 0 0 4px !default;
|
|
22
|
+
/// The border radius of the MessageBox.
|
|
23
|
+
/// @group messagebox
|
|
24
|
+
$kendo-message-box-border-radius: null !default;
|
|
22
25
|
|
|
23
26
|
/// The font size of the MessageBox.
|
|
24
27
|
/// @group messagebox
|
|
@@ -50,6 +53,7 @@ $kendo-message-box-link-text-decoration: underline !default;
|
|
|
50
53
|
$kendo-message-box-padding-x: $kendo-message-box-padding-x,
|
|
51
54
|
$kendo-message-box-padding-y: $kendo-message-box-padding-y,
|
|
52
55
|
$kendo-message-box-border-width: $kendo-message-box-border-width,
|
|
56
|
+
$kendo-message-box-border-radius: $kendo-message-box-border-radius,
|
|
53
57
|
$kendo-message-box-font-size: $kendo-message-box-font-size,
|
|
54
58
|
$kendo-message-box-line-height: $kendo-message-box-line-height,
|
|
55
59
|
$kendo-message-box-bg-level: $kendo-message-box-bg-level,
|
|
@@ -62,7 +62,7 @@ $kendo-notification-icon-spacing: $kendo-icon-spacing !default;
|
|
|
62
62
|
|
|
63
63
|
/// The theme colors map for the Notification.
|
|
64
64
|
/// @group notification
|
|
65
|
-
$kendo-notification-theme-colors: ("base", "primary", "secondary", "tertiary", "info", "success", "warning", "error", "
|
|
65
|
+
$kendo-notification-theme-colors: ("base", "primary", "secondary", "tertiary", "info", "success", "warning", "error", "inverse") !default;
|
|
66
66
|
/// The generated theme colors map for the Notification.
|
|
67
67
|
/// @group notification
|
|
68
68
|
$kendo-notification-theme: notification-theme( $kendo-notification-theme-colors ) !default;
|
|
@@ -1,18 +1,14 @@
|
|
|
1
|
-
|
|
2
|
-
/// @group overlay
|
|
3
|
-
/// @role default
|
|
4
|
-
$kendo-overlay-default-theme-color: "inverse" !default;
|
|
1
|
+
@use "../core/_index.scss" as *;
|
|
5
2
|
|
|
6
3
|
/// The background color of the Overlay.
|
|
7
4
|
/// @group overlay
|
|
8
|
-
$kendo-overlay-bg:
|
|
5
|
+
$kendo-overlay-bg: k-color(inverse) !default;
|
|
9
6
|
|
|
10
7
|
/// The opacity of the Overlay.
|
|
11
8
|
/// @group overlay
|
|
12
9
|
$kendo-overlay-opacity: .5 !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
|
);
|
|
@@ -9,6 +9,9 @@
|
|
|
9
9
|
/// The border width of the PDFViewer.
|
|
10
10
|
/// @group pdf-viewer
|
|
11
11
|
$kendo-pdf-viewer-border-width: 1px !default;
|
|
12
|
+
/// The border radius of the PDFViewer.
|
|
13
|
+
/// @group pdf-viewer
|
|
14
|
+
$kendo-pdf-viewer-border-radius: null !default;
|
|
12
15
|
/// The font family of the PDFViewer.
|
|
13
16
|
/// @group pdf-viewer
|
|
14
17
|
$kendo-pdf-viewer-font-family: var(--kendo-font-family) !default;
|
|
@@ -140,6 +143,7 @@ $kendo-pdf-viewer-free-text-annotation-text: k-color(primary-on-subtle) !default
|
|
|
140
143
|
|
|
141
144
|
@forward "@progress/kendo-theme-core/scss/components/pdf-viewer/_variables.scss" with (
|
|
142
145
|
$kendo-pdf-viewer-border-width: $kendo-pdf-viewer-border-width,
|
|
146
|
+
$kendo-pdf-viewer-border-radius: $kendo-pdf-viewer-border-radius,
|
|
143
147
|
$kendo-pdf-viewer-font-family: $kendo-pdf-viewer-font-family,
|
|
144
148
|
$kendo-pdf-viewer-font-size: $kendo-pdf-viewer-font-size,
|
|
145
149
|
$kendo-pdf-viewer-line-height: $kendo-pdf-viewer-line-height,
|
|
@@ -26,6 +26,9 @@ $kendo-pivotgrid-line-height: var(--kendo-line-height) !default;
|
|
|
26
26
|
/// The border width of the PivotGrid.
|
|
27
27
|
/// @group pivotgrid
|
|
28
28
|
$kendo-pivotgrid-border-width: 1px !default;
|
|
29
|
+
/// The border radius of the PivotGrid.
|
|
30
|
+
/// @group pivotgrid
|
|
31
|
+
$kendo-pivotgrid-border-radius: null !default;
|
|
29
32
|
/// The icon spacing of the PivotGrid.
|
|
30
33
|
/// @group pivotgrid
|
|
31
34
|
$kendo-pivotgrid-icon-spacing: k-spacing(1) !default;
|
|
@@ -269,6 +272,7 @@ $kendo-pivotgrid-row-headers-bg: k-color(base) !default;
|
|
|
269
272
|
$kendo-pivotgrid-font-size: $kendo-pivotgrid-font-size,
|
|
270
273
|
$kendo-pivotgrid-line-height: $kendo-pivotgrid-line-height,
|
|
271
274
|
$kendo-pivotgrid-border-width: $kendo-pivotgrid-border-width,
|
|
275
|
+
$kendo-pivotgrid-border-radius: $kendo-pivotgrid-border-radius,
|
|
272
276
|
$kendo-pivotgrid-icon-spacing: $kendo-pivotgrid-icon-spacing,
|
|
273
277
|
$kendo-pivotgrid-row-header-width: $kendo-pivotgrid-row-header-width,
|
|
274
278
|
$kendo-pivotgrid-column-header-height: $kendo-pivotgrid-column-header-height,
|
|
@@ -61,6 +61,11 @@ $kendo-progressbar-indeterminate-text: $kendo-progressbar-text !default;
|
|
|
61
61
|
/// @group progressbar
|
|
62
62
|
$kendo-progressbar-indeterminate-border: $kendo-progressbar-border !default;
|
|
63
63
|
|
|
64
|
+
// Chunk Progressbar
|
|
65
|
+
/// The border radius of the chunk ProgressBar chunks.
|
|
66
|
+
/// @group progressbar
|
|
67
|
+
$kendo-progressbar-chunk-border-radius: null !default;
|
|
68
|
+
|
|
64
69
|
// Circular Progressbar
|
|
65
70
|
/// The arc stroke color of the circular ProgressBar.
|
|
66
71
|
/// @group progressbar
|
|
@@ -88,6 +93,7 @@ $kendo-circular-progressbar-scale-stroke: $kendo-progressbar-bg !default;
|
|
|
88
93
|
$kendo-progressbar-indeterminate-bg: $kendo-progressbar-indeterminate-bg,
|
|
89
94
|
$kendo-progressbar-indeterminate-text: $kendo-progressbar-indeterminate-text,
|
|
90
95
|
$kendo-progressbar-indeterminate-border: $kendo-progressbar-indeterminate-border,
|
|
96
|
+
$kendo-progressbar-chunk-border-radius: $kendo-progressbar-chunk-border-radius,
|
|
91
97
|
$kendo-circular-progressbar-arc-stroke: $kendo-circular-progressbar-arc-stroke,
|
|
92
98
|
$kendo-circular-progressbar-scale-stroke: $kendo-circular-progressbar-scale-stroke
|
|
93
99
|
);
|
|
@@ -68,6 +68,16 @@ $kendo-prompt-suggestion-border: k-color(border) !default;
|
|
|
68
68
|
/// @group prompt
|
|
69
69
|
$kendo-prompt-suggestion-shadow: k-elevation(1) !default;
|
|
70
70
|
|
|
71
|
+
/// The text color of the AIPrompt footer.
|
|
72
|
+
/// @group prompt
|
|
73
|
+
$kendo-prompt-footer-text: null !default;
|
|
74
|
+
/// The background color of the AIPrompt footer.
|
|
75
|
+
/// @group prompt
|
|
76
|
+
$kendo-prompt-footer-bg: null !default;
|
|
77
|
+
/// The border color of the AIPrompt footer.
|
|
78
|
+
/// @group prompt
|
|
79
|
+
$kendo-prompt-footer-border: null !default;
|
|
80
|
+
|
|
71
81
|
@forward "@progress/kendo-theme-core/scss/components/prompt/_variables.scss" with (
|
|
72
82
|
$kendo-prompt-text: $kendo-prompt-text,
|
|
73
83
|
$kendo-prompt-bg: $kendo-prompt-bg,
|
|
@@ -88,5 +98,8 @@ $kendo-prompt-suggestion-shadow: k-elevation(1) !default;
|
|
|
88
98
|
$kendo-prompt-suggestion-text: $kendo-prompt-suggestion-text,
|
|
89
99
|
$kendo-prompt-suggestion-bg: $kendo-prompt-suggestion-bg,
|
|
90
100
|
$kendo-prompt-suggestion-border: $kendo-prompt-suggestion-border,
|
|
91
|
-
$kendo-prompt-suggestion-shadow: $kendo-prompt-suggestion-shadow
|
|
101
|
+
$kendo-prompt-suggestion-shadow: $kendo-prompt-suggestion-shadow,
|
|
102
|
+
$kendo-prompt-footer-text: $kendo-prompt-footer-text,
|
|
103
|
+
$kendo-prompt-footer-bg: $kendo-prompt-footer-bg,
|
|
104
|
+
$kendo-prompt-footer-border: $kendo-prompt-footer-border
|
|
92
105
|
);
|
|
@@ -8,6 +8,9 @@
|
|
|
8
8
|
/// The width of the border around the Scheduler.
|
|
9
9
|
/// @group scheduler
|
|
10
10
|
$kendo-scheduler-border-width: 1px !default;
|
|
11
|
+
/// The border radius of the Scheduler.
|
|
12
|
+
/// @group scheduler
|
|
13
|
+
$kendo-scheduler-border-radius: null !default;
|
|
11
14
|
/// The font family of the Scheduler.
|
|
12
15
|
/// @group scheduler
|
|
13
16
|
$kendo-scheduler-font-family: var(--kendo-font-family) !default;
|
|
@@ -264,6 +267,7 @@ $kendo-scheduler-header-bg: k-color(surface) !default;
|
|
|
264
267
|
|
|
265
268
|
@forward "@progress/kendo-theme-core/scss/components/scheduler/_variables.scss" with (
|
|
266
269
|
$kendo-scheduler-border-width: $kendo-scheduler-border-width,
|
|
270
|
+
$kendo-scheduler-border-radius: $kendo-scheduler-border-radius,
|
|
267
271
|
$kendo-scheduler-font-family: $kendo-scheduler-font-family,
|
|
268
272
|
$kendo-scheduler-font-size: $kendo-scheduler-font-size,
|
|
269
273
|
$kendo-scheduler-line-height: $kendo-scheduler-line-height,
|