@progress/kendo-theme-classic 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/dist/all.css +1 -1
- package/dist/classic-green-dark.css +1 -1
- package/dist/classic-green.css +1 -1
- package/dist/classic-lavender-dark.css +1 -1
- package/dist/classic-lavender.css +1 -1
- package/dist/classic-main-dark.css +1 -1
- package/dist/classic-main.css +1 -1
- package/dist/classic-metro-dark.css +1 -1
- package/dist/classic-metro.css +1 -1
- package/dist/classic-moonlight.css +1 -1
- package/dist/classic-opal-dark.css +1 -1
- package/dist/classic-opal.css +1 -1
- package/dist/classic-silver-dark.css +1 -1
- package/dist/classic-silver.css +1 -1
- package/dist/classic-uniform.css +1 -1
- package/dist/meta/sassdoc-data.json +13100 -10690
- package/dist/meta/sassdoc-raw-data.json +6270 -5114
- package/dist/meta/variables.json +292 -143
- package/lib/swatches/classic-green-dark.json +1 -1
- package/lib/swatches/classic-green.json +1 -1
- package/lib/swatches/classic-lavender-dark.json +1 -1
- package/lib/swatches/classic-lavender.json +1 -1
- package/lib/swatches/classic-main-dark.json +1 -1
- package/lib/swatches/classic-main.json +1 -1
- package/lib/swatches/classic-metro-dark.json +1 -1
- package/lib/swatches/classic-metro.json +1 -1
- package/lib/swatches/classic-moonlight.json +1 -1
- package/lib/swatches/classic-opal-dark.json +1 -1
- package/lib/swatches/classic-opal.json +1 -1
- package/lib/swatches/classic-silver-dark.json +1 -1
- package/lib/swatches/classic-silver.json +1 -1
- package/lib/swatches/classic-uniform.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/column-menu/_variables.scss +11 -1
- package/scss/core/color-system/_swatch.scss +0 -56
- 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 +8 -1
- 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
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-theme-classic",
|
|
3
3
|
"description": "Sass port of less based themes for Kendo UI theme",
|
|
4
|
-
"version": "
|
|
4
|
+
"version": "14.0.0-dev.0",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"keywords": [
|
|
@@ -54,12 +54,12 @@
|
|
|
54
54
|
},
|
|
55
55
|
"dependencies": {
|
|
56
56
|
"@progress/kendo-svg-icons": "^4.8.0",
|
|
57
|
-
"@progress/kendo-theme-core": "
|
|
58
|
-
"@progress/kendo-theme-utils": "
|
|
57
|
+
"@progress/kendo-theme-core": "14.0.0-dev.0",
|
|
58
|
+
"@progress/kendo-theme-utils": "14.0.0-dev.0"
|
|
59
59
|
},
|
|
60
60
|
"directories": {
|
|
61
61
|
"doc": "docs",
|
|
62
62
|
"lib": "lib"
|
|
63
63
|
},
|
|
64
|
-
"gitHead": "
|
|
64
|
+
"gitHead": "3f1cafd275c148edc39e26aa67cc7105a3421dbc"
|
|
65
65
|
}
|
|
@@ -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
|
|
@@ -254,6 +260,7 @@ $kendo-adaptive-actionsheet-footer-padding-x: k-spacing(4) !default;
|
|
|
254
260
|
$kendo-actionsheet-titlebar-font-size: $kendo-actionsheet-titlebar-font-size,
|
|
255
261
|
$kendo-actionsheet-titlebar-font-family: $kendo-actionsheet-titlebar-font-family,
|
|
256
262
|
$kendo-actionsheet-titlebar-line-height: $kendo-actionsheet-titlebar-line-height,
|
|
263
|
+
$kendo-actionsheet-titlebar-font-weight: $kendo-actionsheet-titlebar-font-weight,
|
|
257
264
|
$kendo-actionsheet-titlebar-gap: $kendo-actionsheet-titlebar-gap,
|
|
258
265
|
$kendo-actionsheet-titlebar-bg: $kendo-actionsheet-titlebar-bg,
|
|
259
266
|
$kendo-actionsheet-titlebar-text: $kendo-actionsheet-titlebar-text,
|
|
@@ -274,6 +281,7 @@ $kendo-adaptive-actionsheet-footer-padding-x: k-spacing(4) !default;
|
|
|
274
281
|
$kendo-actionsheet-item-padding-y: $kendo-actionsheet-item-padding-y,
|
|
275
282
|
$kendo-actionsheet-item-border-width: $kendo-actionsheet-item-border-width,
|
|
276
283
|
$kendo-actionsheet-item-spacing: $kendo-actionsheet-item-spacing,
|
|
284
|
+
$kendo-actionsheet-item-border-radius: $kendo-actionsheet-item-border-radius,
|
|
277
285
|
$kendo-actionsheet-item-title-font-weight: $kendo-actionsheet-item-title-font-weight,
|
|
278
286
|
$kendo-actionsheet-item-title-text-transform: $kendo-actionsheet-item-title-text-transform,
|
|
279
287
|
$kendo-actionsheet-item-description-font-size: $kendo-actionsheet-item-description-font-size,
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
/// The default theme color of the AppBar.
|
|
8
8
|
/// @group appbar
|
|
9
9
|
/// @role default
|
|
10
|
-
$kendo-appbar-default-theme-color: "
|
|
10
|
+
$kendo-appbar-default-theme-color: "base" !default;
|
|
11
11
|
|
|
12
12
|
/// The horizontal margin of the AppBar.
|
|
13
13
|
/// @group appbar
|
|
@@ -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;
|
|
@@ -41,20 +44,6 @@ $kendo-appbar-line-height: var(--kendo-line-height) !default;
|
|
|
41
44
|
/// @group appbar
|
|
42
45
|
$kendo-appbar-gap: k-spacing(2) !default;
|
|
43
46
|
|
|
44
|
-
/// The background color of the AppBar based on light theme color.
|
|
45
|
-
/// @group appbar
|
|
46
|
-
$kendo-appbar-light-bg: k-color(light) !default;
|
|
47
|
-
/// The text color of the AppBar based on light theme color.
|
|
48
|
-
/// @group appbar
|
|
49
|
-
$kendo-appbar-light-text: k-color(on-light) !default;
|
|
50
|
-
|
|
51
|
-
/// The background color of the AppBar based on dark theme color.
|
|
52
|
-
/// @group appbar
|
|
53
|
-
$kendo-appbar-dark-bg: k-color(dark) !default;
|
|
54
|
-
/// The text color of the AppBar based on dark theme colorr.
|
|
55
|
-
/// @group appbar
|
|
56
|
-
$kendo-appbar-dark-text: k-color(on-dark) !default;
|
|
57
|
-
|
|
58
47
|
/// The box shadow of the AppBar.
|
|
59
48
|
/// @group appbar
|
|
60
49
|
$kendo-appbar-box-shadow: k-elevation(4) !default;
|
|
@@ -68,15 +57,12 @@ $kendo-appbar-bottom-box-shadow: k-elevation(4) !default;
|
|
|
68
57
|
$kendo-appbar-padding-x: $kendo-appbar-padding-x,
|
|
69
58
|
$kendo-appbar-padding-y: $kendo-appbar-padding-y,
|
|
70
59
|
$kendo-appbar-border-width: $kendo-appbar-border-width,
|
|
60
|
+
$kendo-appbar-border-radius: $kendo-appbar-border-radius,
|
|
71
61
|
$kendo-appbar-zindex: $kendo-appbar-zindex,
|
|
72
62
|
$kendo-appbar-font-family: $kendo-appbar-font-family,
|
|
73
63
|
$kendo-appbar-font-size: $kendo-appbar-font-size,
|
|
74
64
|
$kendo-appbar-line-height: $kendo-appbar-line-height,
|
|
75
65
|
$kendo-appbar-gap: $kendo-appbar-gap,
|
|
76
|
-
$kendo-appbar-light-bg: $kendo-appbar-light-bg,
|
|
77
|
-
$kendo-appbar-light-text: $kendo-appbar-light-text,
|
|
78
|
-
$kendo-appbar-dark-bg: $kendo-appbar-dark-bg,
|
|
79
|
-
$kendo-appbar-dark-text: $kendo-appbar-dark-text,
|
|
80
66
|
$kendo-appbar-box-shadow: $kendo-appbar-box-shadow,
|
|
81
67
|
$kendo-appbar-bottom-box-shadow: $kendo-appbar-bottom-box-shadow,
|
|
82
68
|
$kendo-appbar-default-theme-color: $kendo-appbar-default-theme-color
|
|
@@ -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;
|
|
@@ -268,6 +272,7 @@ $kendo-button-transition: color k-transition(rapid), background-color k-transiti
|
|
|
268
272
|
@forward "@progress/kendo-theme-core/scss/components/button/_variables.scss" with (
|
|
269
273
|
$kendo-button-border-width: $kendo-button-border-width,
|
|
270
274
|
$kendo-button-border-radius: $kendo-button-border-radius,
|
|
275
|
+
$kendo-button-gap: $kendo-button-gap,
|
|
271
276
|
$kendo-button-xs-padding-x: $kendo-button-xs-padding-x,
|
|
272
277
|
$kendo-button-sm-padding-x: $kendo-button-sm-padding-x,
|
|
273
278
|
$kendo-button-md-padding-x: $kendo-button-md-padding-x,
|
|
@@ -3,11 +3,6 @@
|
|
|
3
3
|
|
|
4
4
|
// Card
|
|
5
5
|
|
|
6
|
-
/// The default theme color of the Card.
|
|
7
|
-
/// @group card
|
|
8
|
-
/// @role default
|
|
9
|
-
$kendo-card-default-theme-color: null !default;
|
|
10
|
-
|
|
11
6
|
/// The horizontal padding of the Card.
|
|
12
7
|
/// @group card
|
|
13
8
|
$kendo-card-padding-x: k-spacing(4) !default;
|
|
@@ -189,7 +184,6 @@ $kendo-card-callout-height: 20px !default;
|
|
|
189
184
|
|
|
190
185
|
|
|
191
186
|
@forward "@progress/kendo-theme-core/scss/components/card/_variables.scss" with (
|
|
192
|
-
$kendo-card-default-theme-color: $kendo-card-default-theme-color,
|
|
193
187
|
$kendo-card-padding-x: $kendo-card-padding-x,
|
|
194
188
|
$kendo-card-padding-y: $kendo-card-padding-y,
|
|
195
189
|
$kendo-card-border-width: $kendo-card-border-width,
|
|
@@ -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;
|
|
@@ -45,9 +58,13 @@ $kendo-chart-wizard-icon-text-gap: k-spacing(3) !default;
|
|
|
45
58
|
$kendo-chart-wizard-icon-area-color: $kendo-chart-wizard-icon-area-color,
|
|
46
59
|
$kendo-chart-wizard-icon-area-bg: $kendo-chart-wizard-icon-area-bg,
|
|
47
60
|
$kendo-chart-wizard-icon-area-border-radius: $kendo-chart-wizard-icon-area-border-radius,
|
|
61
|
+
$kendo-chart-wizard-icon-area-border-width: $kendo-chart-wizard-icon-area-border-width,
|
|
62
|
+
$kendo-chart-wizard-icon-area-border-color: $kendo-chart-wizard-icon-area-border-color,
|
|
48
63
|
$kendo-chart-wizard-icon-area-padding: $kendo-chart-wizard-icon-area-padding,
|
|
49
64
|
$kendo-chart-wizard-icon-area-focus-shadow: $kendo-chart-wizard-icon-area-focus-shadow,
|
|
50
65
|
$kendo-chart-wizard-icon-area-selected-shadow: $kendo-chart-wizard-icon-area-selected-shadow,
|
|
66
|
+
$kendo-chart-wizard-icon-area-selected-border-color: $kendo-chart-wizard-icon-area-selected-border-color,
|
|
67
|
+
$kendo-chart-wizard-icon-area-selected-bg: $kendo-chart-wizard-icon-area-selected-bg,
|
|
51
68
|
$kendo-chart-wizard-chart-type-selected-color: $kendo-chart-wizard-chart-type-selected-color,
|
|
52
69
|
$kendo-chart-wizard-preview-pane-padding: $kendo-chart-wizard-preview-pane-padding,
|
|
53
70
|
$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
|
);
|
|
@@ -107,30 +107,6 @@ $_default-colors: (
|
|
|
107
107
|
on-error: #{"oklch(from var(--kendo-color-error) clamp(0, (0.7 - l) * 99999, 1) 0 h)"},
|
|
108
108
|
error-on-surface: #{"oklch(from var(--kendo-color-error) calc(l * 0.757) calc(c * 0.744) h)"},
|
|
109
109
|
|
|
110
|
-
// Light (ash-gray, achromatic)
|
|
111
|
-
light-subtle: #{"oklch(from var(--kendo-color-light) calc(l + 0.015) c h)"},
|
|
112
|
-
light-subtle-hover: #{"oklch(from var(--kendo-color-light) l c h)"},
|
|
113
|
-
light-subtle-active: #{"oklch(from var(--kendo-color-light) calc(l - 0.0425) c h)"},
|
|
114
|
-
light: oklch(94.01% 0 0deg),
|
|
115
|
-
light-hover: #{"oklch(from var(--kendo-color-light) calc(l - 0.0425) c h)"},
|
|
116
|
-
light-active: #{"oklch(from var(--kendo-color-light) calc(l - 0.064) c h)"},
|
|
117
|
-
light-emphasis: #{"oklch(from var(--kendo-color-light) calc(l - 0.1011) c h)"},
|
|
118
|
-
light-on-subtle: oklch(27.27% 0 0deg),
|
|
119
|
-
on-light: oklch(0% 0 0deg),
|
|
120
|
-
light-on-surface: #{"oklch(from var(--kendo-color-light) l c h)"},
|
|
121
|
-
|
|
122
|
-
// Dark (ash-gray, achromatic)
|
|
123
|
-
dark-subtle: #{"oklch(from var(--kendo-color-dark) calc(l + 0.4675) c h)"},
|
|
124
|
-
dark-subtle-hover: #{"oklch(from var(--kendo-color-dark) calc(l + 0.4048) c h)"},
|
|
125
|
-
dark-subtle-active: #{"oklch(from var(--kendo-color-dark) calc(l + 0.344) c h)"},
|
|
126
|
-
dark: oklch(37.15% 0 0deg),
|
|
127
|
-
dark-hover: #{"oklch(from var(--kendo-color-dark) calc(l - 0.0504) c h)"},
|
|
128
|
-
dark-active: #{"oklch(from var(--kendo-color-dark) calc(l - 0.0988) c h)"},
|
|
129
|
-
dark-emphasis: #{"oklch(from var(--kendo-color-dark) calc(l + 0.208) c h)"},
|
|
130
|
-
dark-on-subtle: oklch(0% 0 0deg),
|
|
131
|
-
on-dark: oklch(100% 0 0deg),
|
|
132
|
-
dark-on-surface: #{"oklch(from var(--kendo-color-dark) calc(l - 0.0504) c h)"},
|
|
133
|
-
|
|
134
110
|
// Inverse (ash-gray, achromatic)
|
|
135
111
|
inverse-subtle: #{"oklch(from var(--kendo-color-inverse) calc(l + 0.4675) c h)"},
|
|
136
112
|
inverse-subtle-hover: #{"oklch(from var(--kendo-color-inverse) calc(l + 0.4048) 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,
|
|
@@ -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;
|
|
@@ -38,7 +33,6 @@ $kendo-dialog-bg: k-color(surface-alt) !default;
|
|
|
38
33
|
|
|
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,
|
|
@@ -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
|
|
@@ -119,6 +122,7 @@ $kendo-dock-manager-dock-preview-border: k-color(primary) !default;
|
|
|
119
122
|
$kendo-dock-manager-border-width: $kendo-dock-manager-border-width,
|
|
120
123
|
$kendo-dock-manager-border-style: $kendo-dock-manager-border-style,
|
|
121
124
|
$kendo-dock-manager-border: $kendo-dock-manager-border,
|
|
125
|
+
$kendo-dock-manager-border-radius: $kendo-dock-manager-border-radius,
|
|
122
126
|
$kendo-dock-manager-pane-header-padding-y: $kendo-dock-manager-pane-header-padding-y,
|
|
123
127
|
$kendo-dock-manager-pane-header-padding-x: $kendo-dock-manager-pane-header-padding-x,
|
|
124
128
|
$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;
|
|
@@ -71,6 +74,7 @@ $kendo-dropzone-note-text: k-color(subtle) !default;
|
|
|
71
74
|
$kendo-dropzone-padding-x: $kendo-dropzone-padding-x,
|
|
72
75
|
$kendo-dropzone-padding-y: $kendo-dropzone-padding-y,
|
|
73
76
|
$kendo-dropzone-border-width: $kendo-dropzone-border-width,
|
|
77
|
+
$kendo-dropzone-border-radius: $kendo-dropzone-border-radius,
|
|
74
78
|
$kendo-dropzone-min-height: $kendo-dropzone-min-height,
|
|
75
79
|
$kendo-dropzone-font-family: $kendo-dropzone-font-family,
|
|
76
80
|
$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;
|
|
@@ -90,6 +93,7 @@ $kendo-editor-ct-cell-border: k-color(primary) !default;
|
|
|
90
93
|
|
|
91
94
|
@forward "@progress/kendo-theme-core/scss/components/editor/_variables.scss" with (
|
|
92
95
|
$kendo-editor-border-width: $kendo-editor-border-width,
|
|
96
|
+
$kendo-editor-border-radius: $kendo-editor-border-radius,
|
|
93
97
|
$kendo-editor-font-family: $kendo-editor-font-family,
|
|
94
98
|
$kendo-editor-font-size: $kendo-editor-font-size,
|
|
95
99
|
$kendo-editor-line-height: $kendo-editor-line-height,
|
|
@@ -10,6 +10,9 @@ $kendo-expander-spacing-y: k-spacing(2) !default;
|
|
|
10
10
|
/// The width of the border around the ExpansionPanel.
|
|
11
11
|
/// @group expander
|
|
12
12
|
$kendo-expander-border-width: 1px !default;
|
|
13
|
+
/// The border radius of the ExpansionPanel.
|
|
14
|
+
/// @group expander
|
|
15
|
+
$kendo-expander-border-radius: null !default;
|
|
13
16
|
/// The font family of the ExpansionPanel.
|
|
14
17
|
/// @group expander
|
|
15
18
|
$kendo-expander-font-family: var(--kendo-font-family) !default;
|
|
@@ -61,6 +64,12 @@ $kendo-expander-header-focus-bg: null !default;
|
|
|
61
64
|
/// @group expander
|
|
62
65
|
$kendo-expander-header-focus-shadow: $kendo-list-item-focus-shadow !default;
|
|
63
66
|
|
|
67
|
+
/// The font weight of the ExpansionPanel title.
|
|
68
|
+
/// @group expander
|
|
69
|
+
$kendo-expander-title-font-weight: 500 !default;
|
|
70
|
+
/// The text transform of the ExpansionPanel title.
|
|
71
|
+
/// @group expander
|
|
72
|
+
$kendo-expander-title-text-transform: uppercase !default;
|
|
64
73
|
/// The text color of the ExpansionPanel title.
|
|
65
74
|
/// @group expander
|
|
66
75
|
$kendo-expander-title-text: k-color(primary-on-surface) !default;
|
|
@@ -84,6 +93,7 @@ $kendo-expander-content-padding-y: k-spacing(4) !default;
|
|
|
84
93
|
@forward "@progress/kendo-theme-core/scss/components/expansion-panel/_variables.scss" with (
|
|
85
94
|
$kendo-expander-spacing-y: $kendo-expander-spacing-y,
|
|
86
95
|
$kendo-expander-border-width: $kendo-expander-border-width,
|
|
96
|
+
$kendo-expander-border-radius: $kendo-expander-border-radius,
|
|
87
97
|
$kendo-expander-font-family: $kendo-expander-font-family,
|
|
88
98
|
$kendo-expander-font-size: $kendo-expander-font-size,
|
|
89
99
|
$kendo-expander-line-height: $kendo-expander-line-height,
|
|
@@ -99,6 +109,8 @@ $kendo-expander-content-padding-y: k-spacing(4) !default;
|
|
|
99
109
|
$kendo-expander-header-hover-bg: $kendo-expander-header-hover-bg,
|
|
100
110
|
$kendo-expander-header-focus-bg: $kendo-expander-header-focus-bg,
|
|
101
111
|
$kendo-expander-header-focus-shadow: $kendo-expander-header-focus-shadow,
|
|
112
|
+
$kendo-expander-title-font-weight: $kendo-expander-title-font-weight,
|
|
113
|
+
$kendo-expander-title-text-transform: $kendo-expander-title-text-transform,
|
|
102
114
|
$kendo-expander-title-text: $kendo-expander-title-text,
|
|
103
115
|
$kendo-expander-header-sub-title-text: $kendo-expander-header-sub-title-text,
|
|
104
116
|
$kendo-expander-indicator-margin-x: $kendo-expander-indicator-margin-x,
|