@progress/kendo-theme-material 10.6.0 → 11.0.0-dev.1
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/material-2-dark.css +1 -0
- package/dist/material-2-dark.scss +137 -0
- package/dist/material-2.css +1 -0
- package/dist/material-2.scss +132 -0
- package/dist/material-aqua-dark.css +1 -1
- package/dist/material-aqua-dark.scss +1 -1
- package/dist/material-arctic.css +1 -1
- package/dist/material-arctic.scss +1 -1
- package/dist/material-burnt-teal.css +1 -1
- package/dist/material-burnt-teal.scss +1 -1
- package/dist/material-dataviz-v4.css +1 -1
- package/dist/material-dataviz-v4.scss +1 -1
- package/dist/material-eggplant.css +1 -1
- package/dist/material-eggplant.scss +1 -1
- package/dist/material-lime-dark.css +1 -1
- package/dist/material-lime-dark.scss +1 -1
- package/dist/material-lime.css +1 -1
- package/dist/material-lime.scss +1 -1
- package/dist/material-main-dark.css +1 -1
- package/dist/material-main-dark.scss +98 -98
- package/dist/material-main.css +1 -1
- package/dist/material-main.scss +1 -5
- package/dist/material-nova.css +1 -1
- package/dist/material-nova.scss +1 -1
- package/dist/material-pacific-dark.css +1 -1
- package/dist/material-pacific-dark.scss +1 -1
- package/dist/material-pacific.css +1 -1
- package/dist/material-pacific.scss +1 -1
- package/dist/material-sky-dark.css +1 -1
- package/dist/material-sky-dark.scss +1 -1
- package/dist/material-sky.css +1 -1
- package/dist/material-sky.scss +1 -1
- package/dist/material-smoke.css +1 -1
- package/dist/material-smoke.scss +1 -1
- package/dist/meta/sassdoc-data.json +13278 -11518
- package/dist/meta/sassdoc-raw-data.json +4563 -3763
- package/dist/meta/variables.json +2591 -3022
- package/lib/swatches/index.js +2 -0
- package/lib/swatches/material-2-dark.json +657 -0
- package/lib/swatches/material-2.json +632 -0
- package/lib/swatches/material-aqua-dark.json +1 -243
- package/lib/swatches/material-arctic.json +1 -243
- package/lib/swatches/material-burnt-teal.json +1 -243
- package/lib/swatches/material-dataviz-v4.json +1 -47
- package/lib/swatches/material-eggplant.json +1 -243
- package/lib/swatches/material-lime-dark.json +1 -243
- package/lib/swatches/material-lime.json +1 -243
- package/lib/swatches/material-main-dark.json +103 -345
- package/lib/swatches/material-main.json +7 -250
- package/lib/swatches/material-nova.json +1 -243
- package/lib/swatches/material-pacific-dark.json +1 -243
- package/lib/swatches/material-pacific.json +1 -243
- package/lib/swatches/material-sky-dark.json +1 -243
- package/lib/swatches/material-sky.json +1 -243
- package/lib/swatches/material-smoke.json +1 -243
- package/package.json +4 -4
- package/scss/action-buttons/_layout.scss +0 -23
- package/scss/action-buttons/_theme.scss +0 -13
- package/scss/action-buttons/_variables.scss +3 -3
- package/scss/action-sheet/_layout.scss +6 -0
- package/scss/action-sheet/_variables.scss +27 -28
- package/scss/adaptive/_variables.scss +13 -13
- package/scss/appbar/_variables.scss +22 -8
- package/scss/avatar/_variables.scss +12 -1
- package/scss/badge/_layout.scss +0 -1
- package/scss/badge/_variables.scss +23 -9
- package/scss/bottom-navigation/_theme.scss +55 -4
- package/scss/bottom-navigation/_variables.scss +31 -17
- package/scss/breadcrumb/_variables.scss +21 -21
- package/scss/button/_layout.scss +0 -81
- package/scss/button/_theme.scss +110 -44
- package/scss/button/_variables.scss +47 -34
- package/scss/calendar/_layout.scss +13 -16
- package/scss/calendar/_theme.scss +29 -11
- package/scss/calendar/_variables.scss +83 -56
- package/scss/captcha/_variables.scss +3 -3
- package/scss/card/_variables.scss +34 -20
- package/scss/chart-wizard/_variables.scss +4 -4
- package/scss/chat/_theme.scss +5 -1
- package/scss/chat/_variables.scss +15 -15
- package/scss/checkbox/_layout.scss +35 -0
- package/scss/checkbox/_theme.scss +113 -4
- package/scss/checkbox/_variables.scss +23 -20
- package/scss/chip/_layout.scss +10 -0
- package/scss/chip/_theme.scss +41 -61
- package/scss/chip/_variables.scss +48 -30
- package/scss/color-preview/_variables.scss +3 -3
- package/scss/coloreditor/_variables.scss +11 -11
- package/scss/colorgradient/_variables.scss +7 -37
- package/scss/column-menu/_variables.scss +1 -1
- package/scss/core/_index.scss +8 -3
- package/scss/core/color-system/_palettes.scss +243 -242
- package/scss/core/color-system/_swatch.scss +142 -145
- package/scss/core/elevation/index.import.scss +18 -27
- package/scss/core/typography/index.import.scss +8 -8
- package/scss/dataviz/_variables.scss +61 -48
- package/scss/dialog/_theme.scss +1 -1
- package/scss/dialog/_variables.scss +9 -4
- package/scss/dock-manager/_variables.scss +18 -18
- package/scss/draggable/_variables.scss +4 -4
- package/scss/drawer/_layout.scss +2 -0
- package/scss/drawer/_theme.scss +0 -11
- package/scss/drawer/_variables.scss +49 -24
- package/scss/dropzone/_variables.scss +7 -7
- package/scss/editor/_layout.scss +2 -12
- package/scss/editor/_variables.scss +15 -8
- package/scss/expansion-panel/_layout.scss +5 -0
- package/scss/expansion-panel/_variables.scss +10 -10
- package/scss/fab/_layout.scss +1 -1
- package/scss/fab/_theme.scss +24 -23
- package/scss/fab/_variables.scss +25 -14
- package/scss/filemanager/_theme.scss +4 -0
- package/scss/filemanager/_variables.scss +6 -6
- package/scss/filter/_variables.scss +4 -4
- package/scss/floating-label/_theme.scss +1 -1
- package/scss/floating-label/_variables.scss +2 -2
- package/scss/forms/_variables.scss +6 -6
- package/scss/gantt/_variables.scss +27 -27
- package/scss/grid/_layout.scss +6 -21
- package/scss/grid/_theme.scss +14 -128
- package/scss/grid/_variables.scss +20 -20
- package/scss/imageeditor/_variables.scss +4 -4
- package/scss/index.scss +3 -0
- package/scss/input/_layout.scss +10 -14
- package/scss/input/_variables.scss +45 -44
- package/scss/list/_theme.scss +1 -1
- package/scss/list/_variables.scss +103 -25
- package/scss/listbox/_variables.scss +3 -3
- package/scss/listgroup/_variables.scss +6 -6
- package/scss/listview/_theme.scss +0 -13
- package/scss/listview/_variables.scss +7 -7
- package/scss/loader/_variables.scss +18 -4
- package/scss/map/_variables.scss +6 -6
- package/scss/marquee/_index.scss +16 -0
- package/scss/marquee/_layout.scss +6 -0
- package/scss/marquee/_theme.scss +6 -0
- package/scss/marquee/_variables.scss +11 -0
- package/scss/mediaplayer/_variables.scss +4 -4
- package/scss/menu/_layout.scss +4 -0
- package/scss/menu/_theme.scss +1 -26
- package/scss/menu/_variables.scss +49 -41
- package/scss/menu-button/_variables.scss +1 -1
- package/scss/messagebox/_layout.scss +5 -1
- package/scss/messagebox/_variables.scss +16 -2
- package/scss/no-data/_variables.scss +1 -1
- package/scss/notification/_functions.scss +1 -1
- package/scss/notification/_layout.scss +5 -0
- package/scss/notification/_theme.scss +1 -0
- package/scss/notification/_variables.scss +30 -9
- package/scss/orgchart/_variables.scss +10 -10
- package/scss/overlay/_variables.scss +12 -1
- package/scss/pager/_variables.scss +8 -8
- package/scss/panel/_variables.scss +3 -3
- package/scss/panelbar/_layout.scss +29 -1
- package/scss/panelbar/_theme.scss +0 -1
- package/scss/panelbar/_variables.scss +29 -29
- package/scss/pdf-viewer/_variables.scss +15 -15
- package/scss/pivotgrid/_theme.scss +0 -12
- package/scss/pivotgrid/_variables.scss +23 -23
- package/scss/popover/_variables.scss +5 -5
- package/scss/popup/_variables.scss +7 -7
- package/scss/progressbar/_layout.scss +11 -4
- package/scss/progressbar/_variables.scss +6 -6
- package/scss/prompt/_layout.scss +4 -0
- package/scss/prompt/_variables.scss +17 -17
- package/scss/radio/_layout.scss +35 -0
- package/scss/radio/_theme.scss +109 -4
- package/scss/radio/_variables.scss +19 -16
- package/scss/rating/_variables.scss +7 -7
- package/scss/scheduler/_layout.scss +2 -89
- package/scss/scheduler/_theme.scss +3 -3
- package/scss/scheduler/_variables.scss +22 -19
- package/scss/scrollview/_variables.scss +5 -5
- package/scss/signature/_variables.scss +1 -1
- package/scss/skeleton/_variables.scss +1 -1
- package/scss/slider/_layout.scss +11 -0
- package/scss/slider/_theme.scss +1 -10
- package/scss/slider/_variables.scss +25 -16
- package/scss/split-button/_layout.scss +12 -0
- package/scss/split-button/_variables.scss +4 -4
- package/scss/splitter/_variables.scss +9 -9
- package/scss/spreadsheet/_layout.scss +0 -35
- package/scss/spreadsheet/_theme.scss +3 -25
- package/scss/spreadsheet/_variables.scss +32 -31
- package/scss/stepper/_layout.scss +15 -1
- package/scss/stepper/_theme.scss +8 -0
- package/scss/stepper/_variables.scss +21 -21
- package/scss/switch/_layout.scss +20 -5
- package/scss/switch/_theme.scss +2 -9
- package/scss/switch/_variables.scss +50 -16
- package/scss/table/_layout.scss +22 -20
- package/scss/table/_theme.scss +6 -32
- package/scss/table/_variables.scss +13 -13
- package/scss/tabstrip/_layout.scss +100 -4
- package/scss/tabstrip/_variables.scss +20 -20
- package/scss/taskboard/_layout.scss +4 -0
- package/scss/taskboard/_variables.scss +18 -18
- package/scss/tilelayout/_layout.scss +7 -1
- package/scss/tilelayout/_variables.scss +4 -4
- package/scss/timeline/_variables.scss +7 -7
- package/scss/timeselector/_layout.scss +38 -0
- package/scss/timeselector/_theme.scss +8 -6
- package/scss/timeselector/_variables.scss +39 -28
- package/scss/toolbar/_layout.scss +0 -47
- package/scss/toolbar/_theme.scss +4 -44
- package/scss/toolbar/_variables.scss +17 -17
- package/scss/tooltip/_functions.scss +1 -1
- package/scss/tooltip/_variables.scss +19 -8
- package/scss/treelist/_layout.scss +0 -19
- package/scss/treelist/_theme.scss +10 -15
- package/scss/treelist/_variables.scss +1 -1
- package/scss/treeview/_theme.scss +2 -31
- package/scss/treeview/_variables.scss +25 -25
- package/scss/typography/_variables.scss +24 -24
- package/scss/upload/_theme.scss +1 -1
- package/scss/upload/_variables.scss +14 -14
- package/scss/window/_layout.scss +14 -0
- package/scss/window/_variables.scss +14 -14
- package/scss/wizard/_variables.scss +3 -3
- package/scss/core/color-system/_functions.scss +0 -104
- package/scss/core/color-system/_palettes-legacy.scss +0 -671
- package/scss/core/color-system/_swatch-legacy.scss +0 -299
package/scss/fab/_theme.scss
CHANGED
|
@@ -10,9 +10,9 @@
|
|
|
10
10
|
@each $name, $color in $kendo-fab-theme-colors {
|
|
11
11
|
.k-fab-solid-#{$name} {
|
|
12
12
|
@include box-shadow($kendo-fab-shadow);
|
|
13
|
-
border-color: $
|
|
14
|
-
color:
|
|
15
|
-
background-color: $
|
|
13
|
+
border-color: k-color(#{$name}-subtle);
|
|
14
|
+
color: k-color(#{$name}-on-subtle);
|
|
15
|
+
background-color: k-color(#{$name}-subtle);
|
|
16
16
|
}
|
|
17
17
|
}
|
|
18
18
|
|
|
@@ -20,8 +20,9 @@
|
|
|
20
20
|
@each $name, $color in $kendo-fab-theme-colors {
|
|
21
21
|
.k-hover.k-fab-solid-#{$name},
|
|
22
22
|
.k-fab-solid-#{$name}:hover {
|
|
23
|
-
border-color:
|
|
24
|
-
background-color:
|
|
23
|
+
border-color: k-color(#{$name}-subtle-hover);
|
|
24
|
+
background-color: k-color(#{$name}-subtle-hover);
|
|
25
|
+
@include box-shadow(k-elevation(4));
|
|
25
26
|
}
|
|
26
27
|
}
|
|
27
28
|
|
|
@@ -29,8 +30,8 @@
|
|
|
29
30
|
@each $name, $color in $kendo-fab-theme-colors {
|
|
30
31
|
.k-focus.k-fab-solid-#{$name},
|
|
31
32
|
.k-fab-solid-#{$name}:focus {
|
|
32
|
-
border-color:
|
|
33
|
-
background-color:
|
|
33
|
+
border-color: k-color(#{$name}-subtle-active);
|
|
34
|
+
background-color: k-color(#{$name}-subtle-active);
|
|
34
35
|
}
|
|
35
36
|
}
|
|
36
37
|
|
|
@@ -39,9 +40,9 @@
|
|
|
39
40
|
.k-active.k-fab-solid-#{$name},
|
|
40
41
|
.k-selected.k-fab-solid-#{$name},
|
|
41
42
|
.k-fab-solid-#{$name}:active {
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
43
|
+
@include box-shadow($kendo-fab-active-shadow);
|
|
44
|
+
border-color: k-color(#{$name}-subtle-active);
|
|
45
|
+
background-color: k-color(#{$name}-subtle-active);
|
|
45
46
|
}
|
|
46
47
|
}
|
|
47
48
|
|
|
@@ -50,9 +51,9 @@
|
|
|
50
51
|
.k-disabled.k-fab-solid-#{$name},
|
|
51
52
|
.k-fab-solid-#{$name}:disabled {
|
|
52
53
|
@include box-shadow($kendo-fab-disabled-shadow);
|
|
53
|
-
border-color:
|
|
54
|
-
background-color:
|
|
55
|
-
color:
|
|
54
|
+
border-color: transparent;
|
|
55
|
+
background-color: color-mix(in srgb, k-color(on-app-surface) 12%, transparent);
|
|
56
|
+
color: color-mix(in srgb, k-color(on-app-surface) 38%, transparent);
|
|
56
57
|
opacity: 1;
|
|
57
58
|
}
|
|
58
59
|
}
|
|
@@ -78,25 +79,25 @@
|
|
|
78
79
|
// Hover state
|
|
79
80
|
.k-fab-item.k-hover .k-fab-item-icon,
|
|
80
81
|
.k-fab-item:hover .k-fab-item-icon {
|
|
81
|
-
border-color:
|
|
82
|
-
background-color:
|
|
83
|
-
color:
|
|
82
|
+
border-color: k-color(base-hover);
|
|
83
|
+
background-color: k-color(base-hover);
|
|
84
|
+
color: k-color(on-base);
|
|
84
85
|
}
|
|
85
86
|
|
|
86
87
|
// Focus state
|
|
87
88
|
.k-fab-item:focus .k-fab-item-icon,
|
|
88
89
|
.k-fab-item.k-focus .k-fab-item-icon {
|
|
89
|
-
border-color:
|
|
90
|
-
background-color:
|
|
91
|
-
color:
|
|
90
|
+
border-color: k-color(base-active);
|
|
91
|
+
background-color: k-color(base-active);
|
|
92
|
+
color: k-color(on-base);
|
|
92
93
|
}
|
|
93
94
|
|
|
94
95
|
// Active state
|
|
95
96
|
.k-fab-item.k-active .k-fab-item-icon,
|
|
96
97
|
.k-fab-item:active .k-fab-item-icon {
|
|
97
98
|
@include box-shadow($kendo-fab-item-active-shadow);
|
|
98
|
-
border-color:
|
|
99
|
-
background-color:
|
|
99
|
+
border-color: k-color(base);
|
|
100
|
+
background-color: k-color(base);
|
|
100
101
|
}
|
|
101
102
|
|
|
102
103
|
// Disabled state
|
|
@@ -107,8 +108,8 @@
|
|
|
107
108
|
.k-fab-item-text,
|
|
108
109
|
.k-fab-item-icon {
|
|
109
110
|
@include box-shadow($kendo-fab-item-disabled-shadow);
|
|
110
|
-
background-color:
|
|
111
|
-
color:
|
|
111
|
+
background-color: color-mix(in srgb, k-color(base) 60%, transparent);
|
|
112
|
+
color: color-mix(in srgb, k-color(on-base) 60%, transparent);
|
|
112
113
|
}
|
|
113
114
|
}
|
|
114
115
|
|
package/scss/fab/_variables.scss
CHANGED
|
@@ -19,33 +19,33 @@ $kendo-fab-font-family: var( --kendo-font-family, inherit ) !default;
|
|
|
19
19
|
$kendo-fab-font-size: var( --kendo-font-size, inherit ) !default;
|
|
20
20
|
/// The line height of the FAB.
|
|
21
21
|
/// @group floating-action-button
|
|
22
|
-
$kendo-fab-line-height:
|
|
22
|
+
$kendo-fab-line-height: var( --kendo-line-height, normal ) !default;
|
|
23
23
|
|
|
24
24
|
/// The horizontal padding of the FAB.
|
|
25
25
|
/// @group floating-action-button
|
|
26
|
-
$kendo-fab-padding-x: k-spacing(4) !default;
|
|
26
|
+
$kendo-fab-padding-x: k-spacing(4.5) !default;
|
|
27
27
|
/// The horizontal padding of the small FAB.
|
|
28
28
|
/// @group floating-action-button
|
|
29
|
-
$kendo-fab-sm-padding-x:
|
|
29
|
+
$kendo-fab-sm-padding-x: k-spacing(2.5) !default;
|
|
30
30
|
/// The horizontal padding of the medium FAB.
|
|
31
31
|
/// @group floating-action-button
|
|
32
32
|
$kendo-fab-md-padding-x: $kendo-fab-padding-x !default;
|
|
33
33
|
/// The horizontal padding of the large FAB.
|
|
34
34
|
/// @group floating-action-button
|
|
35
|
-
$kendo-fab-lg-padding-x:
|
|
35
|
+
$kendo-fab-lg-padding-x: k-spacing(8) !default;
|
|
36
36
|
|
|
37
37
|
/// The vertical padding of the FAB.
|
|
38
38
|
/// @group floating-action-button
|
|
39
39
|
$kendo-fab-padding-y: $kendo-fab-padding-x !default;
|
|
40
40
|
/// The vertical padding of the small FAB.
|
|
41
41
|
/// @group floating-action-button
|
|
42
|
-
$kendo-fab-sm-padding-y:
|
|
42
|
+
$kendo-fab-sm-padding-y: $kendo-fab-sm-padding-x !default;
|
|
43
43
|
/// The vertical padding of the medium FAB.
|
|
44
44
|
/// @group floating-action-button
|
|
45
45
|
$kendo-fab-md-padding-y: $kendo-fab-padding-y !default;
|
|
46
46
|
/// The vertical padding of the large FAB.
|
|
47
47
|
/// @group floating-action-button
|
|
48
|
-
$kendo-fab-lg-padding-y:
|
|
48
|
+
$kendo-fab-lg-padding-y: $kendo-fab-lg-padding-x !default;
|
|
49
49
|
|
|
50
50
|
/// The horizontal padding of the FAB icon.
|
|
51
51
|
/// @group floating-action-button
|
|
@@ -55,7 +55,7 @@ $kendo-fab-icon-padding-x: k-spacing(0.5) !default;
|
|
|
55
55
|
$kendo-fab-icon-padding-y: $kendo-fab-icon-padding-x !default;
|
|
56
56
|
/// The spacing FAB icon.
|
|
57
57
|
/// @group floating-action-button
|
|
58
|
-
$kendo-fab-icon-spacing:
|
|
58
|
+
$kendo-fab-icon-spacing: k-spacing(1.5) !default;
|
|
59
59
|
|
|
60
60
|
/// The horizontal padding of the FAB items.
|
|
61
61
|
/// @group floating-action-button
|
|
@@ -98,7 +98,18 @@ $kendo-fab-item-icon-border-radius: 50% !default;
|
|
|
98
98
|
|
|
99
99
|
/// The theme colors map for the FAB.
|
|
100
100
|
/// @group floating-action-button
|
|
101
|
-
$kendo-fab-theme-colors:
|
|
101
|
+
$kendo-fab-theme-colors: (
|
|
102
|
+
"primary": k-color(primary),
|
|
103
|
+
"secondary": k-color(secondary),
|
|
104
|
+
"tertiary": k-color(tertiary),
|
|
105
|
+
"info": k-color(info),
|
|
106
|
+
"success": k-color(success),
|
|
107
|
+
"warning": k-color(warning),
|
|
108
|
+
"error": k-color(error),
|
|
109
|
+
"dark": k-color(dark),
|
|
110
|
+
"light": k-color(light),
|
|
111
|
+
"inverse": if($kendo-is-dark-theme, k-color(light), k-color(dark))
|
|
112
|
+
) !default;
|
|
102
113
|
|
|
103
114
|
/// The size map for the FAB.
|
|
104
115
|
/// @group floating-action-button
|
|
@@ -119,23 +130,23 @@ $kendo-fab-sizes: (
|
|
|
119
130
|
|
|
120
131
|
/// The base shadow of the FAB.
|
|
121
132
|
/// @group floating-action-button
|
|
122
|
-
$kendo-fab-shadow: k-elevation(
|
|
133
|
+
$kendo-fab-shadow: k-elevation(3) !default;
|
|
123
134
|
/// The shadow of the disabled FAB.
|
|
124
135
|
/// @group floating-action-button
|
|
125
|
-
$kendo-fab-disabled-shadow:
|
|
136
|
+
$kendo-fab-disabled-shadow: none !default;
|
|
126
137
|
/// The shadow of the active FAB.
|
|
127
138
|
/// @group floating-action-button
|
|
128
|
-
$kendo-fab-active-shadow: k-elevation(
|
|
139
|
+
$kendo-fab-active-shadow: k-elevation(3) !default;
|
|
129
140
|
|
|
130
141
|
/// The base text color of the FAB item.
|
|
131
142
|
/// @group floating-action-button
|
|
132
|
-
$kendo-fab-item-text:
|
|
143
|
+
$kendo-fab-item-text: k-color(on-app-surface) !default;
|
|
133
144
|
/// The base background color of the FAB item.
|
|
134
145
|
/// @group floating-action-button
|
|
135
|
-
$kendo-fab-item-bg:
|
|
146
|
+
$kendo-fab-item-bg: k-color(surface) !default;
|
|
136
147
|
/// The base border color of the FAB item.
|
|
137
148
|
/// @group floating-action-button
|
|
138
|
-
$kendo-fab-item-border:
|
|
149
|
+
$kendo-fab-item-border: k-color(border) !default;
|
|
139
150
|
|
|
140
151
|
/// The base text color of the FAB item icon.
|
|
141
152
|
/// @group floating-action-button
|
|
@@ -21,20 +21,20 @@ $kendo-file-manager-font-size: var( --kendo-font-size, inherit ) !default;
|
|
|
21
21
|
$kendo-file-manager-line-height: var( --kendo-line-height, normal ) !default;
|
|
22
22
|
/// The background color of the FileManager.
|
|
23
23
|
/// @group file-manager
|
|
24
|
-
$kendo-file-manager-bg:
|
|
24
|
+
$kendo-file-manager-bg: k-color(app-surface) !default;
|
|
25
25
|
/// The text color of the FileManager.
|
|
26
26
|
/// @group file-manager
|
|
27
|
-
$kendo-file-manager-text:
|
|
27
|
+
$kendo-file-manager-text: k-color(on-app-surface) !default;
|
|
28
28
|
/// The border color of the FileManager.
|
|
29
29
|
/// @group file-manager
|
|
30
|
-
$kendo-file-manager-border:
|
|
30
|
+
$kendo-file-manager-border: k-color(border) !default;
|
|
31
31
|
|
|
32
32
|
/// The border width of the FileManager Toolbar.
|
|
33
33
|
/// @group file-manager
|
|
34
34
|
$kendo-file-manager-toolbar-border-width: $kendo-file-manager-border-width !default;
|
|
35
35
|
/// The background color of the FileManager Toolbar.
|
|
36
36
|
/// @group file-manager
|
|
37
|
-
$kendo-file-manager-toolbar-bg:
|
|
37
|
+
$kendo-file-manager-toolbar-bg: k-color(surface) !default;
|
|
38
38
|
/// The text color of the FileManager Toolbar.
|
|
39
39
|
/// @group file-manager
|
|
40
40
|
$kendo-file-manager-toolbar-text: null !default;
|
|
@@ -123,7 +123,7 @@ $kendo-file-manager-listview-item-border: null !default;
|
|
|
123
123
|
$kendo-file-manager-listview-item-icon-bg: null !default;
|
|
124
124
|
/// The text color of the FileManager ListView item icon.
|
|
125
125
|
/// @group file-manager
|
|
126
|
-
$kendo-file-manager-listview-item-icon-text:
|
|
126
|
+
$kendo-file-manager-listview-item-icon-text: k-color(subtle) !default;
|
|
127
127
|
/// The border color of the FileManager ListView item icon.
|
|
128
128
|
/// @group file-manager
|
|
129
129
|
$kendo-file-manager-listview-item-icon-border: null !default;
|
|
@@ -180,7 +180,7 @@ $kendo-file-manager-preview-border: null !default;
|
|
|
180
180
|
$kendo-file-manager-preview-icon-bg: null !default;
|
|
181
181
|
/// The text color of the FileManager preview icon.
|
|
182
182
|
/// @group file-manager
|
|
183
|
-
$kendo-file-manager-preview-icon-text:
|
|
183
|
+
$kendo-file-manager-preview-icon-text: k-color(subtle) !default;
|
|
184
184
|
/// The border color of the FileManager preview icon.
|
|
185
185
|
/// @group file-manager
|
|
186
186
|
$kendo-file-manager-preview-icon-border: null !default;
|
|
@@ -11,7 +11,7 @@ $kendo-filter-padding-y: $kendo-filter-padding-x !default;
|
|
|
11
11
|
|
|
12
12
|
/// The bottom margin of the Filter.
|
|
13
13
|
/// @group filter
|
|
14
|
-
$kendo-filter-bottom-margin:
|
|
14
|
+
$kendo-filter-bottom-margin: k-spacing(7.5) !default;
|
|
15
15
|
/// The width of the line that connects the Filter items.
|
|
16
16
|
/// @group filter
|
|
17
17
|
$kendo-filter-line-size: 1px !default;
|
|
@@ -22,14 +22,14 @@ $kendo-filter-operator-dropdown-width: 15em !default;
|
|
|
22
22
|
|
|
23
23
|
/// The text color of the Filter preview field.
|
|
24
24
|
/// @group filter
|
|
25
|
-
$kendo-filter-preview-field-text:
|
|
25
|
+
$kendo-filter-preview-field-text: k-color(primary) !default;
|
|
26
26
|
/// The text color of the Filter preview operator.
|
|
27
27
|
/// @group filter
|
|
28
|
-
$kendo-filter-preview-operator-text:
|
|
28
|
+
$kendo-filter-preview-operator-text: k-color(subtle) !default;
|
|
29
29
|
|
|
30
30
|
/// The box shadow of the focused Filter toolbar.
|
|
31
31
|
/// @group filter
|
|
32
|
-
$kendo-filter-toolbar-focus-shadow:
|
|
32
|
+
$kendo-filter-toolbar-focus-shadow: null !default;
|
|
33
33
|
|
|
34
34
|
@forward "@progress/kendo-theme-core/scss/components/filter/_variables.scss" with (
|
|
35
35
|
$kendo-filter-padding-x: $kendo-filter-padding-x,
|
|
@@ -44,14 +44,14 @@ $kendo-floating-label-transition: .15s cubic-bezier( .4, 0, .2, 1 ) !default;
|
|
|
44
44
|
$kendo-floating-label-bg: null !default;
|
|
45
45
|
/// The text color of the Floating Label.
|
|
46
46
|
/// @group floating-label
|
|
47
|
-
$kendo-floating-label-text:
|
|
47
|
+
$kendo-floating-label-text: k-color(subtle) !default;
|
|
48
48
|
|
|
49
49
|
/// The background color of the focused Floating Label.
|
|
50
50
|
/// @group floating-label
|
|
51
51
|
$kendo-floating-label-focus-bg: null !default;
|
|
52
52
|
/// The text color of the focused Floating Label.
|
|
53
53
|
/// @group floating-label
|
|
54
|
-
$kendo-floating-label-focus-text:
|
|
54
|
+
$kendo-floating-label-focus-text: k-color(primary) !default;
|
|
55
55
|
|
|
56
56
|
@forward "@progress/kendo-theme-core/scss/components/floating-label/_variables.scss" with (
|
|
57
57
|
$kendo-floating-label-scale: $kendo-floating-label-scale,
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
@use "../core/_index.scss" as *;
|
|
2
|
-
@use"../input/_variables.scss" as *;
|
|
3
|
-
@use"../tooltip/_variables.scss" as *;
|
|
4
|
-
@use"../typography/_variables.scss" as *;
|
|
2
|
+
@use "../input/_variables.scss" as *;
|
|
3
|
+
@use "../tooltip/_variables.scss" as *;
|
|
4
|
+
@use "../typography/_variables.scss" as *;
|
|
5
5
|
|
|
6
6
|
// Forms
|
|
7
7
|
|
|
8
8
|
/// The padding of the inline Form.
|
|
9
9
|
/// @group form
|
|
10
|
-
$kendo-form-spacer:
|
|
10
|
+
$kendo-form-spacer: k-spacing(8) !default;
|
|
11
11
|
|
|
12
12
|
/// The font size of the Form.
|
|
13
13
|
/// @group form
|
|
@@ -46,7 +46,7 @@ $kendo-form-legend-border-width: 0 0 2px !default;
|
|
|
46
46
|
$kendo-form-legend-border-style: solid !default;
|
|
47
47
|
/// The border color of the Form legend.
|
|
48
48
|
/// @group form
|
|
49
|
-
$kendo-form-legend-border-color:
|
|
49
|
+
$kendo-form-legend-border-color: k-color(border) !default;
|
|
50
50
|
/// The width of the Form legend.
|
|
51
51
|
/// @group form
|
|
52
52
|
$kendo-form-legend-width: 100% !default;
|
|
@@ -94,7 +94,7 @@ $kendo-form-separator-border-color: $kendo-form-legend-border-color !default;
|
|
|
94
94
|
|
|
95
95
|
/// The top padding of the label in the horizontal Form.
|
|
96
96
|
/// @group form
|
|
97
|
-
$kendo-horizontal-form-label-padding-top:
|
|
97
|
+
$kendo-horizontal-form-label-padding-top: k-spacing(2.5) !default;
|
|
98
98
|
/// The horizontal margin of the label in the horizontal Form.
|
|
99
99
|
/// @group form
|
|
100
100
|
$kendo-horizontal-form-label-margin-x: k-spacing(2.5) !default;
|
|
@@ -20,13 +20,13 @@ $kendo-gantt-line-height: var( --kendo-line-height, normal ) !default;
|
|
|
20
20
|
|
|
21
21
|
/// The background color of the Gantt.
|
|
22
22
|
/// @group gantt
|
|
23
|
-
$kendo-gantt-bg:
|
|
23
|
+
$kendo-gantt-bg: k-color(surface-alt) !default;
|
|
24
24
|
/// The text color of the Gantt.
|
|
25
25
|
/// @group gantt
|
|
26
|
-
$kendo-gantt-text:
|
|
26
|
+
$kendo-gantt-text: k-color(on-app-surface) !default;
|
|
27
27
|
/// The border color of the Gantt.
|
|
28
28
|
/// @group gantt
|
|
29
|
-
$kendo-gantt-border:
|
|
29
|
+
$kendo-gantt-border: k-color(border) !default;
|
|
30
30
|
|
|
31
31
|
/// The background color of the Gantt TreeList.
|
|
32
32
|
/// @group gantt
|
|
@@ -40,7 +40,7 @@ $kendo-gantt-treelist-border: null !default;
|
|
|
40
40
|
|
|
41
41
|
/// The background color of the Gantt non-working days.
|
|
42
42
|
/// @group gantt
|
|
43
|
-
$kendo-gantt-nonwork-bg:
|
|
43
|
+
$kendo-gantt-nonwork-bg: color-mix(in srgb, k-color(on-base) 3%, transparent) !default;
|
|
44
44
|
/// The text color of the Gantt non-working days.
|
|
45
45
|
/// @group gantt
|
|
46
46
|
$kendo-gantt-nonwork-text: null !default;
|
|
@@ -53,10 +53,10 @@ $kendo-gantt-nonwork-border: null !default;
|
|
|
53
53
|
$kendo-gantt-line-size: 2px !default;
|
|
54
54
|
/// The background fill color of the Gantt connecting lines.
|
|
55
55
|
/// @group gantt
|
|
56
|
-
$kendo-gantt-line-fill:
|
|
56
|
+
$kendo-gantt-line-fill: k-color(subtle) !default;
|
|
57
57
|
/// The background fill of the selected Gantt connecting lines.
|
|
58
58
|
/// @group gantt
|
|
59
|
-
$kendo-gantt-line-selected-fill:
|
|
59
|
+
$kendo-gantt-line-selected-fill: k-color(primary) !default;
|
|
60
60
|
|
|
61
61
|
/// The size of the Gantt task dot.
|
|
62
62
|
/// @group gantt
|
|
@@ -79,29 +79,29 @@ $kendo-gantt-dot-hover-border: $kendo-gantt-text !default;
|
|
|
79
79
|
|
|
80
80
|
/// The background color of the Gantt milestone.
|
|
81
81
|
/// @group gantt
|
|
82
|
-
$kendo-gantt-milestone-bg:
|
|
82
|
+
$kendo-gantt-milestone-bg: k-color(inverse) !default;
|
|
83
83
|
/// The border color of the Gantt milestone.
|
|
84
84
|
/// @group gantt
|
|
85
|
-
$kendo-gantt-milestone-border:
|
|
85
|
+
$kendo-gantt-milestone-border: k-color(inverse) !default;
|
|
86
86
|
/// The background color of the selected Gantt milestone.
|
|
87
87
|
/// @group gantt
|
|
88
|
-
$kendo-gantt-milestone-selected-bg:
|
|
88
|
+
$kendo-gantt-milestone-selected-bg: k-color(primary) !default;
|
|
89
89
|
/// The border color of the selected Gantt milestone.
|
|
90
90
|
/// @group gantt
|
|
91
|
-
$kendo-gantt-milestone-selected-border:
|
|
91
|
+
$kendo-gantt-milestone-selected-border: k-color(primary) !default;
|
|
92
92
|
|
|
93
93
|
/// The background color of the Gantt summary.
|
|
94
94
|
/// @group gantt
|
|
95
|
-
$kendo-gantt-summary-bg:
|
|
95
|
+
$kendo-gantt-summary-bg: k-color(inverse-subtle) !default;
|
|
96
96
|
/// The background color of the Gantt summary progress.
|
|
97
97
|
/// @group gantt
|
|
98
|
-
$kendo-gantt-summary-progress-bg:
|
|
98
|
+
$kendo-gantt-summary-progress-bg: k-color(inverse) !default;
|
|
99
99
|
/// The background color of the selected Gantt summary.
|
|
100
100
|
/// @group gantt
|
|
101
|
-
$kendo-gantt-summary-selected-bg:
|
|
101
|
+
$kendo-gantt-summary-selected-bg: k-color(primary-emphasis) !default;
|
|
102
102
|
/// The background color of the selected Gantt summary progress.
|
|
103
103
|
/// @group gantt
|
|
104
|
-
$kendo-gantt-summary-progress-selected-bg:
|
|
104
|
+
$kendo-gantt-summary-progress-selected-bg: k-color(primary) !default;
|
|
105
105
|
|
|
106
106
|
/// The horizontal padding of the Gantt task.
|
|
107
107
|
/// @group gantt
|
|
@@ -114,28 +114,28 @@ $kendo-gantt-task-padding-y: k-spacing(1) !default;
|
|
|
114
114
|
$kendo-gantt-task-border-width: 0px !default;
|
|
115
115
|
/// The background color of the Gantt task.
|
|
116
116
|
/// @group gantt
|
|
117
|
-
$kendo-gantt-task-bg:
|
|
117
|
+
$kendo-gantt-task-bg: k-color(inverse-subtle) !default;
|
|
118
118
|
/// The text color of the Gantt task.
|
|
119
119
|
/// @group gantt
|
|
120
|
-
$kendo-gantt-task-text:
|
|
120
|
+
$kendo-gantt-task-text: k-color(on-inverse) !default;
|
|
121
121
|
/// The border color of the Gantt task.
|
|
122
122
|
/// @group gantt
|
|
123
123
|
$kendo-gantt-task-border: null !default;
|
|
124
124
|
/// The background color of the Gantt task progress.
|
|
125
125
|
/// @group gantt
|
|
126
|
-
$kendo-gantt-task-progress-bg:
|
|
126
|
+
$kendo-gantt-task-progress-bg: k-color(inverse) !default;
|
|
127
127
|
/// The background color of selected the Gantt task.
|
|
128
128
|
/// @group gantt
|
|
129
|
-
$kendo-gantt-task-selected-bg:
|
|
129
|
+
$kendo-gantt-task-selected-bg: k-color(primary-emphasis) !default;
|
|
130
130
|
/// The text color of the selected Gantt task.
|
|
131
131
|
/// @group gantt
|
|
132
|
-
$kendo-gantt-task-selected-text:
|
|
132
|
+
$kendo-gantt-task-selected-text: k-color(on-primary) !default;
|
|
133
133
|
/// The border color of the selected Gantt task.
|
|
134
134
|
/// @group gantt
|
|
135
135
|
$kendo-gantt-task-selected-border: null !default;
|
|
136
136
|
/// The background color of the selected Gantt task progress.
|
|
137
137
|
/// @group gantt
|
|
138
|
-
$kendo-gantt-task-progress-selected-bg:
|
|
138
|
+
$kendo-gantt-task-progress-selected-bg: k-color(primary) !default;
|
|
139
139
|
|
|
140
140
|
/// The padding of the Gantt task actions.
|
|
141
141
|
/// @group gantt
|
|
@@ -204,24 +204,24 @@ $kendo-gantt-planned-offset-resize-handler-margin-x: 1.4em !default;
|
|
|
204
204
|
|
|
205
205
|
/// The background color of the Gantt planned Tooltip.
|
|
206
206
|
/// @group gantt
|
|
207
|
-
$kendo-gantt-planned-bg:
|
|
207
|
+
$kendo-gantt-planned-bg: k-color(inverse) !default;
|
|
208
208
|
/// The border color of the Gantt planned Tooltip.
|
|
209
209
|
/// @group gantt
|
|
210
210
|
$kendo-gantt-planned-border: $kendo-gantt-planned-bg !default;
|
|
211
211
|
|
|
212
212
|
/// The background color of the Gantt delayed task.
|
|
213
213
|
/// @group gantt
|
|
214
|
-
$kendo-gantt-delayed-bg:
|
|
214
|
+
$kendo-gantt-delayed-bg: k-color(error) !default;
|
|
215
215
|
/// The complement background color of the Gantt delayed task.
|
|
216
216
|
/// @group gantt
|
|
217
|
-
$kendo-gantt-delayed-bg-lighter:
|
|
217
|
+
$kendo-gantt-delayed-bg-lighter: k-color(error-emphasis) !default;
|
|
218
218
|
|
|
219
219
|
/// The background color of the Gantt advanced task.
|
|
220
220
|
/// @group gantt
|
|
221
|
-
$kendo-gantt-advanced-bg:
|
|
221
|
+
$kendo-gantt-advanced-bg: k-color(success) !default;
|
|
222
222
|
/// The complement background color of the Gantt advanced task.
|
|
223
223
|
/// @group gantt
|
|
224
|
-
$kendo-gantt-advanced-bg-lighter:
|
|
224
|
+
$kendo-gantt-advanced-bg-lighter: k-color(success-emphasis) !default;
|
|
225
225
|
|
|
226
226
|
/// The text color of the Gantt delayed task action.
|
|
227
227
|
/// @group gantt
|
|
@@ -241,10 +241,10 @@ $kendo-gantt-validation-tooltip-label-width: 50px !default;
|
|
|
241
241
|
$kendo-gantt-validation-tooltip-border: #656565 !default;
|
|
242
242
|
/// The border color of the valid Gantt validation Tooltip.
|
|
243
243
|
/// @group gantt
|
|
244
|
-
$kendo-gantt-validation-tooltip-valid-border:
|
|
244
|
+
$kendo-gantt-validation-tooltip-valid-border: k-color(success) !default;
|
|
245
245
|
/// The border color of the invalid Gantt validation Tooltip.
|
|
246
246
|
/// @group gantt
|
|
247
|
-
$kendo-gantt-validation-tooltip-invalid-border:
|
|
247
|
+
$kendo-gantt-validation-tooltip-invalid-border: k-color(error) !default;
|
|
248
248
|
|
|
249
249
|
/// The horizontal padding of the Gantt task Tooltip.
|
|
250
250
|
/// @group gantt
|
package/scss/grid/_layout.scss
CHANGED
|
@@ -10,8 +10,8 @@
|
|
|
10
10
|
// Grid
|
|
11
11
|
.k-grid {
|
|
12
12
|
|
|
13
|
-
.k-group-footer td,
|
|
14
|
-
.k-group-footer .k-table-td {
|
|
13
|
+
.k-table .k-group-footer td,
|
|
14
|
+
.k-table .k-group-footer .k-table-td {
|
|
15
15
|
border-top-width: 0;
|
|
16
16
|
}
|
|
17
17
|
|
|
@@ -24,20 +24,17 @@
|
|
|
24
24
|
.k-grid-header {
|
|
25
25
|
|
|
26
26
|
.k-table-th {
|
|
27
|
-
font-weight:
|
|
27
|
+
font-weight: var( --kendo-font-weight-semibold, 600 );
|
|
28
28
|
|
|
29
29
|
.k-grid-filter {
|
|
30
|
-
font-weight: normal;
|
|
30
|
+
font-weight: var( --kendo-font-weight-normal, 400 );
|
|
31
31
|
}
|
|
32
32
|
}
|
|
33
33
|
|
|
34
|
-
.k-grid-filter
|
|
35
|
-
border-radius: 50%;
|
|
36
|
-
}
|
|
37
|
-
|
|
34
|
+
.k-grid-filter,
|
|
38
35
|
.k-header-column-menu,
|
|
39
36
|
.k-grid-header-menu {
|
|
40
|
-
border-radius:
|
|
37
|
+
border-radius: k-border-radius( md );
|
|
41
38
|
}
|
|
42
39
|
|
|
43
40
|
.k-resizable-columns .k-table-th:not(.k-group-cell) {
|
|
@@ -68,18 +65,6 @@
|
|
|
68
65
|
}
|
|
69
66
|
}
|
|
70
67
|
|
|
71
|
-
.k-grouping-dropclue {
|
|
72
|
-
width: 0;
|
|
73
|
-
height: $kendo-grid-group-drop-hint-height;
|
|
74
|
-
top: $kendo-grid-group-drop-hint-top;
|
|
75
|
-
border-style: solid;
|
|
76
|
-
border-width: 0 2px 0 0;
|
|
77
|
-
|
|
78
|
-
&::before {
|
|
79
|
-
border-width: 0;
|
|
80
|
-
}
|
|
81
|
-
}
|
|
82
|
-
|
|
83
68
|
.k-resize-handle:hover .k-resize-handle-inner {
|
|
84
69
|
width: 1px;
|
|
85
70
|
height: 100%;
|