@progress/kendo-theme-fluent 5.12.1-dev.2 → 5.12.1-dev.3
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 +342 -342
- package/dist/all.scss +4 -1
- package/dist/fluent-main.scss +4 -0
- package/lib/swatches/all.json +17 -0
- package/lib/swatches/fluent-main.json +17 -0
- package/package.json +4 -4
- package/scss/adaptive/_layout.scss +2 -2
- package/scss/badge/_variables.scss +30 -30
- package/scss/breadcrumb/_variables.scss +4 -0
- package/scss/button/_variables.scss +33 -33
- package/scss/card/_layout.scss +2 -2
- package/scss/chat/_variables.scss +3 -3
- package/scss/checkbox/_variables.scss +1 -1
- package/scss/chip/_variables.scss +27 -27
- package/scss/coloreditor/_layout.scss +24 -24
- package/scss/coloreditor/_theme.scss +8 -8
- package/scss/coloreditor/_variables.scss +27 -27
- package/scss/coloreditor/index.scss +2 -2
- package/scss/colorgradient/_layout.scss +41 -41
- package/scss/colorgradient/_theme.scss +19 -19
- package/scss/colorgradient/_variables.scss +46 -46
- package/scss/colorgradient/index.scss +2 -2
- package/scss/colorpalette/_layout.scss +8 -8
- package/scss/colorpalette/_theme.scss +9 -9
- package/scss/colorpalette/_variables.scss +15 -15
- package/scss/colorpalette/index.scss +2 -2
- package/scss/core/_variables.scss +2 -2
- package/scss/core/mixins/_hide-scrollbar.scss +1 -1
- package/scss/core/mixins/_typography.scss +6 -16
- package/scss/dataviz/_layout.scss +3 -3
- package/scss/dataviz/_variables.scss +33 -33
- package/scss/dialog/_variables.scss +3 -3
- package/scss/editor/_layout.scss +2 -2
- package/scss/fab/_variables.scss +12 -12
- package/scss/filemanager/_layout.scss +31 -31
- package/scss/filemanager/_theme.scss +34 -34
- package/scss/filemanager/_variables.scss +58 -58
- package/scss/filemanager/index.scss +2 -2
- package/scss/floating-label/_variables.scss +2 -2
- package/scss/forms/_layout.scss +3 -3
- package/scss/forms/_variables.scss +8 -8
- package/scss/gantt/_layout.scss +2 -2
- package/scss/grid/_layout.scss +12 -12
- package/scss/grid/_theme.scss +1 -1
- package/scss/grid/_variables.scss +74 -74
- package/scss/imageeditor/_layout.scss +24 -24
- package/scss/imageeditor/_theme.scss +14 -14
- package/scss/imageeditor/_variables.scss +33 -33
- package/scss/imageeditor/index.scss +2 -2
- package/scss/input/_layout.scss +3 -3
- package/scss/input/_variables.scss +42 -42
- package/scss/list/_variables.scss +102 -102
- package/scss/loader/_layout.scss +45 -45
- package/scss/loader/_variables.scss +33 -33
- package/scss/map/_variables.scss +2 -2
- package/scss/mediaplayer/_layout.scss +7 -7
- package/scss/mediaplayer/_theme.scss +8 -8
- package/scss/mediaplayer/_variables.scss +13 -13
- package/scss/mediaplayer/index.scss +2 -2
- package/scss/menu/_layout.scss +3 -3
- package/scss/menu/_variables.scss +43 -43
- package/scss/pager/_variables.scss +18 -18
- package/scss/pivotgrid/_layout.scss +2 -2
- package/scss/radio/_variables.scss +1 -1
- package/scss/rating/_variables.scss +1 -1
- package/scss/scheduler/_layout.scss +1 -1
- package/scss/scrollview/_variables.scss +1 -1
- package/scss/signature/_variables.scss +18 -18
- package/scss/split-button/_layout.scss +2 -2
- package/scss/split-button/_variables.scss +9 -9
- package/scss/spreadsheet/_layout.scss +9 -9
- package/scss/spreadsheet/_variables.scss +1 -1
- package/scss/table/_layout.scss +2 -2
- package/scss/table/_variables.scss +27 -27
- package/scss/tilelayout/_layout.scss +4 -4
- package/scss/tilelayout/_theme.scss +4 -4
- package/scss/tilelayout/_variables.scss +6 -6
- package/scss/tilelayout/index.scss +2 -2
- package/scss/timeselector/_layout.scss +1 -1
- package/scss/timeselector/_variables.scss +13 -13
- package/scss/toolbar/_layout.scss +10 -10
- package/scss/toolbar/_variables.scss +18 -18
- package/scss/treeview/_variables.scss +24 -24
- package/scss/typography/_layout.scss +7 -7
- package/scss/upload/_variables.scss +1 -1
- package/scss/window/_variables.scss +2 -2
|
@@ -3,15 +3,15 @@
|
|
|
3
3
|
|
|
4
4
|
/// Vertical padding of the split button arrow.
|
|
5
5
|
/// @group split-button
|
|
6
|
-
$kendo-split-button-arrow-padding-y
|
|
7
|
-
$kendo-split-button-arrow-padding-y
|
|
8
|
-
$kendo-split-button-arrow-padding-y
|
|
6
|
+
$kendo-split-button-sm-arrow-padding-y: $kendo-button-sm-padding-y !default;
|
|
7
|
+
$kendo-split-button-md-arrow-padding-y: $kendo-button-md-padding-y !default;
|
|
8
|
+
$kendo-split-button-lg-arrow-padding-y: $kendo-button-lg-padding-y !default;
|
|
9
9
|
|
|
10
10
|
/// Horizontal padding of the split button arrow.
|
|
11
11
|
/// @group split-button
|
|
12
|
-
$kendo-split-button-arrow-padding-x
|
|
13
|
-
$kendo-split-button-arrow-padding-x
|
|
14
|
-
$kendo-split-button-arrow-padding-x
|
|
12
|
+
$kendo-split-button-sm-arrow-padding-x: $kendo-split-button-sm-arrow-padding-y !default;
|
|
13
|
+
$kendo-split-button-md-arrow-padding-x: $kendo-split-button-md-arrow-padding-y !default;
|
|
14
|
+
$kendo-split-button-lg-arrow-padding-x: $kendo-split-button-lg-arrow-padding-y !default;
|
|
15
15
|
|
|
16
16
|
/// Height of the split button arrow delimiter.
|
|
17
17
|
/// @group split-button
|
|
@@ -26,7 +26,7 @@ $kendo-split-button-arrow-delimiter-bg: get-theme-color-var( neutral-60 ) !defau
|
|
|
26
26
|
/// Sizes map for the split button.
|
|
27
27
|
/// @group split-button
|
|
28
28
|
$kendo-split-button-sizes: (
|
|
29
|
-
sm: $kendo-split-button-arrow-padding-y
|
|
30
|
-
md: $kendo-split-button-arrow-padding-y
|
|
31
|
-
lg: $kendo-split-button-arrow-padding-y
|
|
29
|
+
sm: $kendo-split-button-sm-arrow-padding-y,
|
|
30
|
+
md: $kendo-split-button-md-arrow-padding-y,
|
|
31
|
+
lg: $kendo-split-button-lg-arrow-padding-y
|
|
32
32
|
) !default;
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
|
|
53
53
|
// Quick access toolbar
|
|
54
54
|
.k-spreadsheet-quick-access-toolbar {
|
|
55
|
-
padding: var( --kendo-toolbar-padding-y
|
|
55
|
+
padding: var( --kendo-toolbar-md-padding-y, #{$kendo-toolbar-md-padding-y} );
|
|
56
56
|
display: inline-flex;
|
|
57
57
|
flex-direction: row;
|
|
58
58
|
position: absolute;
|
|
@@ -149,9 +149,9 @@
|
|
|
149
149
|
}
|
|
150
150
|
|
|
151
151
|
.k-spreadsheet-formula-input {
|
|
152
|
-
padding-inline: var( --kendo-input-padding-x
|
|
153
|
-
padding-block: var( --kendo-input-padding-y
|
|
154
|
-
line-height: var( --kendo-input-line-height
|
|
152
|
+
padding-inline: var( --kendo-input-md-padding-x, #{$kendo-input-md-padding-x} );
|
|
153
|
+
padding-block: var( --kendo-input-md-padding-y, #{$kendo-input-md-padding-y} );
|
|
154
|
+
line-height: var( --kendo-input-md-line-height, #{$kendo-input-md-line-height} );
|
|
155
155
|
|
|
156
156
|
&.k-spreadsheet-array-formula {
|
|
157
157
|
&::before {
|
|
@@ -190,8 +190,8 @@
|
|
|
190
190
|
min-width: 100px;
|
|
191
191
|
|
|
192
192
|
.k-item {
|
|
193
|
-
padding-inline: var( --kendo-list-item-padding-x
|
|
194
|
-
padding-block: var( --kendo-list-item-padding-y
|
|
193
|
+
padding-inline: var( --kendo-list-md-item-padding-x, #{$kendo-list-md-item-padding-x} );
|
|
194
|
+
padding-block: var( --kendo-list-md-item-padding-y, #{$kendo-list-md-item-padding-y} );
|
|
195
195
|
}
|
|
196
196
|
}
|
|
197
197
|
.k-syntax-func,
|
|
@@ -588,7 +588,7 @@
|
|
|
588
588
|
color: inherit;
|
|
589
589
|
}
|
|
590
590
|
.k-link {
|
|
591
|
-
padding-inline-start: var( --filter-menu-padding-left, #{$filter-menu-padding-left} );
|
|
591
|
+
padding-inline-start: var( --filter-menu-padding-left, #{$kendo-filter-menu-padding-left} );
|
|
592
592
|
}
|
|
593
593
|
.k-icon {
|
|
594
594
|
margin-inline-start: calc(-1 * ( var( --kendo-icon-size, 1rem ) + #{$kendo-padding-md-y} ) );
|
|
@@ -624,8 +624,8 @@
|
|
|
624
624
|
}
|
|
625
625
|
.k-details-summary,
|
|
626
626
|
.k-columnmenu-item {
|
|
627
|
-
padding-block: var( --kendo-menu-popup-item-padding-y
|
|
628
|
-
padding-inline: var( --kendo-menu-popup-item-padding-x
|
|
627
|
+
padding-block: var( --kendo-menu-popup-md-item-padding-y, #{$kendo-menu-popup-md-item-padding-y} );
|
|
628
|
+
padding-inline: var( --kendo-menu-popup-md-item-padding-x, #{$kendo-menu-popup-md-item-padding-x} );
|
|
629
629
|
display: flex;
|
|
630
630
|
align-items: center;
|
|
631
631
|
cursor: pointer;
|
|
@@ -39,7 +39,7 @@ $kendo-spreadsheet-sheets-remove-inline-end: map.get( $kendo-spacing, 2 ) !defa
|
|
|
39
39
|
|
|
40
40
|
/// Left padding of the spreadsheet sheets menu.
|
|
41
41
|
/// @group spreadsheet
|
|
42
|
-
$filter-menu-padding-left: calc( var( --kendo-icon-size, 1rem ) + 2 * var( --kendo-padding-y, #{$kendo-padding-md-y} ) ) !default;
|
|
42
|
+
$kendo-filter-menu-padding-left: calc( var( --kendo-icon-size, 1rem ) + 2 * var( --kendo-padding-y, #{$kendo-padding-md-y} ) ) !default;
|
|
43
43
|
|
|
44
44
|
/// Background color of the spreadsheet.
|
|
45
45
|
/// @group spreadsheet
|
package/scss/table/_layout.scss
CHANGED
|
@@ -70,7 +70,7 @@
|
|
|
70
70
|
|
|
71
71
|
// Table header
|
|
72
72
|
.k-table-header {
|
|
73
|
-
padding-inline-end: var( --kendo-scrollbar-width, #{$
|
|
73
|
+
padding-inline-end: var( --kendo-scrollbar-width, #{$kendo-scrollbar-width} );
|
|
74
74
|
border-block-start-width: 0;
|
|
75
75
|
border-block-end-width: 1px;
|
|
76
76
|
border-inline-width: 0;
|
|
@@ -223,7 +223,7 @@
|
|
|
223
223
|
|
|
224
224
|
// Table footer
|
|
225
225
|
.k-table-footer {
|
|
226
|
-
padding-inline-end: var( --kendo-scrollbar-width, #{$
|
|
226
|
+
padding-inline-end: var( --kendo-scrollbar-width, #{$kendo-scrollbar-width} );
|
|
227
227
|
border-block-start-width: 1px;
|
|
228
228
|
border-block-end-width: 0;
|
|
229
229
|
border-inline-width: 0;
|
|
@@ -19,23 +19,23 @@ $kendo-table-cell-padding-x: map.get( $kendo-spacing, 3 ) !default;
|
|
|
19
19
|
/// @group table
|
|
20
20
|
$kendo-table-cell-padding-y: map.get( $kendo-spacing, 3 ) !default;
|
|
21
21
|
|
|
22
|
-
$kendo-table-cell-padding-x
|
|
23
|
-
$kendo-table-cell-padding-y
|
|
22
|
+
$kendo-table-sm-cell-padding-x: map.get( $kendo-spacing, 3 ) !default;
|
|
23
|
+
$kendo-table-sm-cell-padding-y: map.get( $kendo-spacing, 1.5 ) !default;
|
|
24
24
|
|
|
25
|
-
$kendo-table-cell-padding-x
|
|
26
|
-
$kendo-table-cell-padding-y
|
|
25
|
+
$kendo-table-md-cell-padding-x: $kendo-table-cell-padding-x !default;
|
|
26
|
+
$kendo-table-md-cell-padding-y: $kendo-table-cell-padding-y !default;
|
|
27
27
|
|
|
28
|
-
$kendo-table-cell-padding-x
|
|
29
|
-
$kendo-table-cell-padding-y
|
|
28
|
+
$kendo-table-lg-cell-padding-x: map.get( $kendo-spacing, 3 ) !default;
|
|
29
|
+
$kendo-table-lg-cell-padding-y: map.get( $kendo-spacing, 3.5 ) !default;
|
|
30
30
|
|
|
31
|
-
$kendo-table-cell-padding-x
|
|
32
|
-
$kendo-table-cell-padding-y
|
|
31
|
+
$kendo-table-sm-cell-padding-x: map.get( $kendo-spacing, 3 ) !default;
|
|
32
|
+
$kendo-table-sm-cell-padding-y: map.get( $kendo-spacing, 1.5 ) !default;
|
|
33
33
|
|
|
34
|
-
$kendo-table-cell-padding-x
|
|
35
|
-
$kendo-table-cell-padding-y
|
|
34
|
+
$kendo-table-md-cell-padding-x: $kendo-table-cell-padding-x !default;
|
|
35
|
+
$kendo-table-md-cell-padding-y: $kendo-table-cell-padding-y !default;
|
|
36
36
|
|
|
37
|
-
$kendo-table-cell-padding-x
|
|
38
|
-
$kendo-table-cell-padding-y
|
|
37
|
+
$kendo-table-lg-cell-padding-x: map.get( $kendo-spacing, 3 ) !default;
|
|
38
|
+
$kendo-table-lg-cell-padding-y: map.get( $kendo-spacing, 3.5 ) !default;
|
|
39
39
|
|
|
40
40
|
/// Font weight of the table header cells.
|
|
41
41
|
/// @group table
|
|
@@ -47,29 +47,29 @@ $kendo-table-sizes: (
|
|
|
47
47
|
sm: (
|
|
48
48
|
font-size: var( --kendo-font-size, inherit ),
|
|
49
49
|
line-height: var( --kendo-line-height, inherit ),
|
|
50
|
-
cell-padding-x: $kendo-table-cell-padding-x
|
|
51
|
-
cell-padding-y: $kendo-table-cell-padding-y
|
|
52
|
-
group-label-padding-x: $kendo-list-item-group-label-padding-x
|
|
53
|
-
group-label-padding-y: $kendo-list-item-group-label-padding-y
|
|
54
|
-
group-label-font-size: $kendo-list-item-group-label-font-size
|
|
50
|
+
cell-padding-x: $kendo-table-sm-cell-padding-x,
|
|
51
|
+
cell-padding-y: $kendo-table-sm-cell-padding-y,
|
|
52
|
+
group-label-padding-x: $kendo-list-item-group-label-sm-padding-x,
|
|
53
|
+
group-label-padding-y: $kendo-list-item-group-label-sm-padding-y,
|
|
54
|
+
group-label-font-size: $kendo-list-item-group-label-sm-font-size
|
|
55
55
|
),
|
|
56
56
|
md: (
|
|
57
57
|
font-size: var( --kendo-font-size, inherit ),
|
|
58
58
|
line-height: var( --kendo-line-height, inherit ),
|
|
59
|
-
cell-padding-x: $kendo-table-cell-padding-x
|
|
60
|
-
cell-padding-y: $kendo-table-cell-padding-y
|
|
61
|
-
group-label-padding-x: $kendo-list-item-group-label-padding-x
|
|
62
|
-
group-label-padding-y: $kendo-list-item-group-label-padding-y
|
|
63
|
-
group-label-font-size: $kendo-list-item-group-label-font-size
|
|
59
|
+
cell-padding-x: $kendo-table-md-cell-padding-x,
|
|
60
|
+
cell-padding-y: $kendo-table-md-cell-padding-y,
|
|
61
|
+
group-label-padding-x: $kendo-list-item-group-label-md-padding-x,
|
|
62
|
+
group-label-padding-y: $kendo-list-item-group-label-md-padding-y,
|
|
63
|
+
group-label-font-size: $kendo-list-item-group-label-md-font-size
|
|
64
64
|
),
|
|
65
65
|
lg: (
|
|
66
66
|
font-size: var( --kendo-font-size, inherit ),
|
|
67
67
|
line-height: var( --kendo-line-height, inherit ),
|
|
68
|
-
cell-padding-x: $kendo-table-cell-padding-x
|
|
69
|
-
cell-padding-y: $kendo-table-cell-padding-y
|
|
70
|
-
group-label-padding-x: $kendo-list-item-group-label-padding-x
|
|
71
|
-
group-label-padding-y: $kendo-list-item-group-label-padding-y
|
|
72
|
-
group-label-font-size: $kendo-list-item-group-label-font-size
|
|
68
|
+
cell-padding-x: $kendo-table-lg-cell-padding-x,
|
|
69
|
+
cell-padding-y: $kendo-table-lg-cell-padding-y,
|
|
70
|
+
group-label-padding-x: $kendo-list-item-group-label-lg-padding-x,
|
|
71
|
+
group-label-padding-y: $kendo-list-item-group-label-lg-padding-y,
|
|
72
|
+
group-label-font-size: $kendo-list-item-group-label-lg-font-size
|
|
73
73
|
)
|
|
74
74
|
) !default;
|
|
75
75
|
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
@use "../core/" as *;
|
|
2
2
|
@use "./_variables.scss" as *;
|
|
3
3
|
|
|
4
|
-
@mixin kendo-
|
|
4
|
+
@mixin kendo-tile-layout--layout() {
|
|
5
5
|
|
|
6
6
|
.k-tilelayout {
|
|
7
|
-
border-width: var( --kendo-
|
|
7
|
+
border-width: var( --kendo-tile-layout-border-width, #{$kendo-tile-layout-border-width} );
|
|
8
8
|
border-style: solid;
|
|
9
9
|
box-sizing: border-box;
|
|
10
10
|
outline: 0;
|
|
@@ -19,8 +19,8 @@
|
|
|
19
19
|
}
|
|
20
20
|
|
|
21
21
|
.k-layout-item-hint {
|
|
22
|
-
@include border-radius( var( --kendo-
|
|
23
|
-
border-width: var( --kendo-
|
|
22
|
+
@include border-radius( var( --kendo-tile-layout-hint-border-radius, #{$kendo-tile-layout-hint-border-radius} ) );
|
|
23
|
+
border-width: var( --kendo-tile-layout-hint-border-width, #{$kendo-tile-layout-hint-border-width} );
|
|
24
24
|
border-style: solid;
|
|
25
25
|
position: relative;
|
|
26
26
|
|
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
@use "../core/" as *;
|
|
2
2
|
@use "./_variables.scss" as *;
|
|
3
3
|
|
|
4
|
-
@mixin kendo-
|
|
4
|
+
@mixin kendo-tile-layout--theme() {
|
|
5
5
|
|
|
6
6
|
.k-tilelayout {
|
|
7
7
|
@include fill(
|
|
8
|
-
$bg: var( --kendo-
|
|
8
|
+
$bg: var( --kendo-tile-layout-bg, #{$kendo-tile-layout-bg} )
|
|
9
9
|
);
|
|
10
10
|
}
|
|
11
11
|
|
|
12
12
|
.k-layout-item-hint {
|
|
13
13
|
@include fill(
|
|
14
|
-
$bg: var( --kendo-
|
|
15
|
-
$border: var( --kendo-
|
|
14
|
+
$bg: var( --kendo-tile-layout-hint-bg, #{$kendo-tile-layout-hint-bg} ),
|
|
15
|
+
$border: var( --kendo-tile-layout-hint-border, #{$kendo-tile-layout-hint-border} )
|
|
16
16
|
);
|
|
17
17
|
}
|
|
18
18
|
}
|
|
@@ -4,20 +4,20 @@
|
|
|
4
4
|
|
|
5
5
|
/// Width of the border around the tilelayout.
|
|
6
6
|
/// @group tilelayout
|
|
7
|
-
$kendo-
|
|
7
|
+
$kendo-tile-layout-border-width: 0px !default;
|
|
8
8
|
/// Background color of the tilelayout.
|
|
9
9
|
/// @group tilelayout
|
|
10
|
-
$kendo-
|
|
10
|
+
$kendo-tile-layout-bg: get-theme-color-var( neutral-10 ) !default;
|
|
11
11
|
|
|
12
12
|
/// Width of the border around the tilelayout hint.
|
|
13
13
|
/// @group tilelayout
|
|
14
|
-
$kendo-
|
|
14
|
+
$kendo-tile-layout-hint-border-width: 1px !default;
|
|
15
15
|
/// Color of the border around the tilelayout hint.
|
|
16
16
|
/// @group tilelayout
|
|
17
|
-
$kendo-
|
|
17
|
+
$kendo-tile-layout-hint-border: var( --kendo-component-border, initial ) !default;
|
|
18
18
|
/// Radius of the border around the tilelayout hint.
|
|
19
19
|
/// @group tilelayout
|
|
20
|
-
$kendo-
|
|
20
|
+
$kendo-tile-layout-hint-border-radius: var( --kendo-border-radius-lg, initial ) !default;
|
|
21
21
|
/// Background color of the tilelayout hint.
|
|
22
22
|
/// @group tilelayout
|
|
23
|
-
$kendo-
|
|
23
|
+
$kendo-tile-layout-hint-bg: rgba(255, 255, 255, .2) !default;
|
|
@@ -19,7 +19,7 @@ $_kendo-module-meta: (
|
|
|
19
19
|
// Expose
|
|
20
20
|
@mixin tilelayout-styles() {
|
|
21
21
|
@include module.render( "tilelayout" ) {
|
|
22
|
-
@include kendo-
|
|
23
|
-
@include kendo-
|
|
22
|
+
@include kendo-tile-layout--layout();
|
|
23
|
+
@include kendo-tile-layout--theme();
|
|
24
24
|
}
|
|
25
25
|
}
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
|
|
40
40
|
.k-title,
|
|
41
41
|
.k-time-selector-header-title {
|
|
42
|
-
padding: var( --kendo-button-padding-y
|
|
42
|
+
padding: var( --kendo-button-md-padding-y, $kendo-button-md-padding-y ) var( --kendo-button-md-padding-x, $kendo-button-md-padding-x );
|
|
43
43
|
font-weight: bold;
|
|
44
44
|
display: inline-block;
|
|
45
45
|
}
|
|
@@ -92,27 +92,27 @@ $kendo-time-list-focus-bg: rgba(0, 0, 0, .04) !default;
|
|
|
92
92
|
|
|
93
93
|
/// Font sizes of the time-selector.
|
|
94
94
|
/// @group time-selector
|
|
95
|
-
$kendo-time-selector-sm-font-size: $kendo-list-font-size
|
|
96
|
-
$kendo-time-selector-md-font-size: $kendo-list-font-size
|
|
97
|
-
$kendo-time-selector-lg-font-size: $kendo-list-font-size
|
|
95
|
+
$kendo-time-selector-sm-font-size: $kendo-list-sm-font-size !default;
|
|
96
|
+
$kendo-time-selector-md-font-size: $kendo-list-md-font-size !default;
|
|
97
|
+
$kendo-time-selector-lg-font-size: $kendo-list-lg-font-size !default;
|
|
98
98
|
|
|
99
|
-
/// Line heights used along with $font-size.
|
|
99
|
+
/// Line heights used along with $kendo-font-size.
|
|
100
100
|
/// @group time-selector
|
|
101
|
-
$kendo-time-selector-sm-line-height: $kendo-list-line-height
|
|
102
|
-
$kendo-time-selector-md-line-height: $kendo-list-line-height
|
|
103
|
-
$kendo-time-selector-lg-line-height: $kendo-list-line-height
|
|
101
|
+
$kendo-time-selector-sm-line-height: $kendo-list-sm-line-height !default;
|
|
102
|
+
$kendo-time-selector-md-line-height: $kendo-list-md-line-height !default;
|
|
103
|
+
$kendo-time-selector-lg-line-height: $kendo-list-lg-line-height !default;
|
|
104
104
|
|
|
105
105
|
/// Horizontal padding of the time-selector items.
|
|
106
106
|
/// @group time-selector
|
|
107
|
-
$kendo-time-selector-sm-list-item-padding-x: $kendo-list-item-padding-x
|
|
108
|
-
$kendo-time-selector-md-list-item-padding-x: $kendo-list-item-padding-x
|
|
109
|
-
$kendo-time-selector-lg-list-item-padding-x: $kendo-list-item-padding-x
|
|
107
|
+
$kendo-time-selector-sm-list-item-padding-x: $kendo-list-sm-item-padding-x !default;
|
|
108
|
+
$kendo-time-selector-md-list-item-padding-x: $kendo-list-md-item-padding-x !default;
|
|
109
|
+
$kendo-time-selector-lg-list-item-padding-x: $kendo-list-lg-item-padding-x !default;
|
|
110
110
|
|
|
111
111
|
/// Vertical padding of the time-selector items.
|
|
112
112
|
/// @group time-selector
|
|
113
|
-
$kendo-time-selector-sm-list-item-padding-y: $kendo-list-item-padding-y
|
|
114
|
-
$kendo-time-selector-md-list-item-padding-y: $kendo-list-item-padding-y
|
|
115
|
-
$kendo-time-selector-lg-list-item-padding-y: $kendo-list-item-padding-y
|
|
113
|
+
$kendo-time-selector-sm-list-item-padding-y: $kendo-list-sm-item-padding-y !default;
|
|
114
|
+
$kendo-time-selector-md-list-item-padding-y: $kendo-list-md-item-padding-y !default;
|
|
115
|
+
$kendo-time-selector-lg-list-item-padding-y: $kendo-list-lg-item-padding-y !default;
|
|
116
116
|
|
|
117
117
|
/// Sizes map for the time-selector.
|
|
118
118
|
/// @group time-selector
|
|
@@ -118,25 +118,25 @@
|
|
|
118
118
|
}
|
|
119
119
|
// Remove once we decide to not size empty containers
|
|
120
120
|
.k-toolbar-sm::before {
|
|
121
|
-
height: var( --kendo-button-inner-calc-size
|
|
121
|
+
height: var( --kendo-button-sm-inner-calc-size, #{$kendo-button-sm-inner-calc-size} );
|
|
122
122
|
}
|
|
123
123
|
.k-toolbar-md::before {
|
|
124
|
-
height: var( --kendo-button-inner-calc-size
|
|
124
|
+
height: var( --kendo-button-md-inner-calc-size, #{$kendo-button-md-inner-calc-size} );
|
|
125
125
|
}
|
|
126
126
|
.k-toolbar-lg::before {
|
|
127
|
-
height: var( --kendo-button-inner-calc-size
|
|
127
|
+
height: var( --kendo-button-lg-inner-calc-size, #{$kendo-button-lg-inner-calc-size} );
|
|
128
128
|
}
|
|
129
129
|
|
|
130
130
|
// sass-lint:disable class-name-format
|
|
131
131
|
.k-floating-toolbar,
|
|
132
132
|
.editorToolbarWindow.k-window-content {
|
|
133
|
-
padding-inline: var( --kendo-toolbar-padding-x
|
|
134
|
-
padding-block: var( --kendo-toolbar-padding-y
|
|
133
|
+
padding-inline: var( --kendo-toolbar-md-padding-x, #{$kendo-toolbar-md-padding-x} ) !important; // sass-lint:disable-line no-important
|
|
134
|
+
padding-block: var( --kendo-toolbar-md-padding-y, #{$kendo-toolbar-md-padding-y} ) !important; // sass-lint:disable-line no-important
|
|
135
135
|
border-width: var( --kendo-toolbar-border-width, #{$kendo-toolbar-border-width} );
|
|
136
136
|
border-style: solid;
|
|
137
137
|
display: flex;
|
|
138
138
|
flex-flow: row nowrap;
|
|
139
|
-
gap: var( --kendo-toolbar-spacing
|
|
139
|
+
gap: var( --kendo-toolbar-md-spacing, #{$kendo-toolbar-md-spacing} );
|
|
140
140
|
align-items: center;
|
|
141
141
|
|
|
142
142
|
.k-toolbar {
|
|
@@ -160,8 +160,8 @@
|
|
|
160
160
|
// Remove once the Overflow Popup uses
|
|
161
161
|
// the proper Menu rendering in all suites.
|
|
162
162
|
.k-overflow-container {
|
|
163
|
-
font-size: var( --kendo-menu-popup-font-size
|
|
164
|
-
line-height: var( --kendo-menu-popup-line-height
|
|
163
|
+
font-size: var( --kendo-menu-popup-md-font-size, inherit );
|
|
164
|
+
line-height: var( --kendo-menu-popup-md-line-height, normal );
|
|
165
165
|
|
|
166
166
|
> .k-item {
|
|
167
167
|
border-color: inherit;
|
|
@@ -178,8 +178,8 @@
|
|
|
178
178
|
|
|
179
179
|
// Button
|
|
180
180
|
.k-overflow-button {
|
|
181
|
-
padding-inline: var( --kendo-menu-popup-item-padding-x
|
|
182
|
-
padding-block: var( --kendo-menu-popup-item-padding-y
|
|
181
|
+
padding-inline: var( --kendo-menu-popup-md-item-padding-x, 8px );
|
|
182
|
+
padding-block: var( --kendo-menu-popup-md-item-padding-y, 4px );
|
|
183
183
|
width: 100%;
|
|
184
184
|
height: auto;
|
|
185
185
|
border-width: 0;
|
|
@@ -3,21 +3,21 @@
|
|
|
3
3
|
|
|
4
4
|
/// The horizontal padding of the toolbar.
|
|
5
5
|
/// @group toolbar
|
|
6
|
-
$kendo-toolbar-padding-x
|
|
7
|
-
$kendo-toolbar-padding-x
|
|
8
|
-
$kendo-toolbar-padding-x
|
|
6
|
+
$kendo-toolbar-sm-padding-x: map.get( $kendo-spacing, 1 ) !default;
|
|
7
|
+
$kendo-toolbar-md-padding-x: map.get( $kendo-spacing, 2 ) !default;
|
|
8
|
+
$kendo-toolbar-lg-padding-x: map.get( $kendo-spacing, 2.5 ) !default;
|
|
9
9
|
|
|
10
10
|
/// The vertical padding of the toolbar.
|
|
11
11
|
/// @group toolbar
|
|
12
|
-
$kendo-toolbar-padding-y
|
|
13
|
-
$kendo-toolbar-padding-y
|
|
14
|
-
$kendo-toolbar-padding-y
|
|
12
|
+
$kendo-toolbar-sm-padding-y: map.get( $kendo-spacing, 1 ) !default;
|
|
13
|
+
$kendo-toolbar-md-padding-y: map.get( $kendo-spacing, 2 ) !default;
|
|
14
|
+
$kendo-toolbar-lg-padding-y: map.get( $kendo-spacing, 2.5 ) !default;
|
|
15
15
|
|
|
16
16
|
/// The spacing between the toolbar tools.
|
|
17
17
|
/// @group toolbar
|
|
18
|
-
$kendo-toolbar-spacing
|
|
19
|
-
$kendo-toolbar-spacing
|
|
20
|
-
$kendo-toolbar-spacing
|
|
18
|
+
$kendo-toolbar-sm-spacing: map.get( $kendo-spacing, 2 ) !default;
|
|
19
|
+
$kendo-toolbar-md-spacing: map.get( $kendo-spacing, 2 ) !default;
|
|
20
|
+
$kendo-toolbar-lg-spacing: map.get( $kendo-spacing, 2 ) !default;
|
|
21
21
|
|
|
22
22
|
/// Width of the border around the toolbar.
|
|
23
23
|
/// @group toolbar
|
|
@@ -65,18 +65,18 @@ $kendo-toolbar-item-focus-outline-color: get-theme-color-var( neutral-130 ) !def
|
|
|
65
65
|
/// @group toolbar
|
|
66
66
|
$kendo-toolbar-sizes: (
|
|
67
67
|
sm: (
|
|
68
|
-
padding-x: $kendo-toolbar-padding-x
|
|
69
|
-
padding-y: $kendo-toolbar-padding-y
|
|
70
|
-
spacing: $kendo-toolbar-spacing
|
|
68
|
+
padding-x: $kendo-toolbar-sm-padding-x,
|
|
69
|
+
padding-y: $kendo-toolbar-sm-padding-y,
|
|
70
|
+
spacing: $kendo-toolbar-sm-spacing
|
|
71
71
|
),
|
|
72
72
|
md: (
|
|
73
|
-
padding-x: $kendo-toolbar-padding-x
|
|
74
|
-
padding-y: $kendo-toolbar-padding-y
|
|
75
|
-
spacing: $kendo-toolbar-spacing
|
|
73
|
+
padding-x: $kendo-toolbar-md-padding-x,
|
|
74
|
+
padding-y: $kendo-toolbar-md-padding-y,
|
|
75
|
+
spacing: $kendo-toolbar-md-spacing
|
|
76
76
|
),
|
|
77
77
|
lg: (
|
|
78
|
-
padding-x: $kendo-toolbar-padding-x
|
|
79
|
-
padding-y: $kendo-toolbar-padding-y
|
|
80
|
-
spacing: $kendo-toolbar-spacing
|
|
78
|
+
padding-x: $kendo-toolbar-lg-padding-x,
|
|
79
|
+
padding-y: $kendo-toolbar-lg-padding-y,
|
|
80
|
+
spacing: $kendo-toolbar-lg-spacing
|
|
81
81
|
)
|
|
82
82
|
) !default;
|
|
@@ -6,28 +6,28 @@
|
|
|
6
6
|
$kendo-treeview-font-family: var( --kendo-font-family, normal ) !default;
|
|
7
7
|
/// Font size of the treeview component.
|
|
8
8
|
/// @group treeview
|
|
9
|
-
$kendo-treeview-font-size
|
|
10
|
-
$kendo-treeview-font-size
|
|
11
|
-
$kendo-treeview-font-size
|
|
9
|
+
$kendo-treeview-sm-font-size: var( --kendo-font-size, inherit ) !default;
|
|
10
|
+
$kendo-treeview-md-font-size: var( --kendo-font-size, inherit ) !default;
|
|
11
|
+
$kendo-treeview-lg-font-size: var( --kendo-font-size, inherit ) !default;
|
|
12
12
|
/// Line height of the treeview component.
|
|
13
13
|
/// @group treeview
|
|
14
|
-
$kendo-treeview-line-height
|
|
15
|
-
$kendo-treeview-line-height
|
|
16
|
-
$kendo-treeview-line-height
|
|
14
|
+
$kendo-treeview-sm-line-height: var( --kendo-line-height, normal ) !default;
|
|
15
|
+
$kendo-treeview-md-line-height: var( --kendo-line-height, normal ) !default;
|
|
16
|
+
$kendo-treeview-lg-line-height: var( --kendo-line-height, normal ) !default;
|
|
17
17
|
/// Indentation of child groups in treeview component.
|
|
18
18
|
/// @group treeview
|
|
19
19
|
$kendo-treeview-indent: map.get( $kendo-spacing, 4 ) !default;
|
|
20
20
|
|
|
21
21
|
/// Horizontal padding of treeview items.
|
|
22
22
|
/// @group treeview
|
|
23
|
-
$kendo-treeview-item-padding-x
|
|
24
|
-
$kendo-treeview-item-padding-x
|
|
25
|
-
$kendo-treeview-item-padding-x
|
|
23
|
+
$kendo-treeview-sm-item-padding-x: map.get( $kendo-spacing, 2 ) !default;
|
|
24
|
+
$kendo-treeview-md-item-padding-x: map.get( $kendo-spacing, 2 ) !default;
|
|
25
|
+
$kendo-treeview-lg-item-padding-x: map.get( $kendo-spacing, 2 ) !default;
|
|
26
26
|
/// Vertical padding of treeview items.
|
|
27
27
|
/// @group treeview
|
|
28
|
-
$kendo-treeview-item-padding-y
|
|
29
|
-
$kendo-treeview-item-padding-y
|
|
30
|
-
$kendo-treeview-item-padding-y
|
|
28
|
+
$kendo-treeview-sm-item-padding-y: map.get( $kendo-spacing, 1.5 ) !default;
|
|
29
|
+
$kendo-treeview-md-item-padding-y: map.get( $kendo-spacing, 2 ) !default;
|
|
30
|
+
$kendo-treeview-lg-item-padding-y: map.get( $kendo-spacing, 2.5 ) !default;
|
|
31
31
|
/// Border width of treeview items.
|
|
32
32
|
/// @group treeview
|
|
33
33
|
$kendo-treeview-item-border-width: 0 !default;
|
|
@@ -47,22 +47,22 @@ $kendo-treeview-filter-padding-y: map.get( $kendo-spacing, 2 ) !default;
|
|
|
47
47
|
/// @group treeview
|
|
48
48
|
$kendo-treeview-sizes: (
|
|
49
49
|
sm: (
|
|
50
|
-
font-size: $kendo-treeview-font-size
|
|
51
|
-
line-height: $kendo-treeview-line-height
|
|
52
|
-
item-padding-x: $kendo-treeview-item-padding-x
|
|
53
|
-
item-padding-y: $kendo-treeview-item-padding-y
|
|
50
|
+
font-size: $kendo-treeview-sm-font-size,
|
|
51
|
+
line-height: $kendo-treeview-sm-line-height,
|
|
52
|
+
item-padding-x: $kendo-treeview-sm-item-padding-x,
|
|
53
|
+
item-padding-y: $kendo-treeview-sm-item-padding-y
|
|
54
54
|
),
|
|
55
55
|
md: (
|
|
56
|
-
font-size: $kendo-treeview-font-size
|
|
57
|
-
line-height: $kendo-treeview-line-height
|
|
58
|
-
item-padding-x: $kendo-treeview-item-padding-x
|
|
59
|
-
item-padding-y: $kendo-treeview-item-padding-y
|
|
56
|
+
font-size: $kendo-treeview-md-font-size,
|
|
57
|
+
line-height: $kendo-treeview-md-line-height,
|
|
58
|
+
item-padding-x: $kendo-treeview-md-item-padding-x,
|
|
59
|
+
item-padding-y: $kendo-treeview-md-item-padding-y
|
|
60
60
|
),
|
|
61
61
|
lg: (
|
|
62
|
-
font-size: $kendo-treeview-font-size
|
|
63
|
-
line-height: $kendo-treeview-line-height
|
|
64
|
-
item-padding-x: $kendo-treeview-item-padding-x
|
|
65
|
-
item-padding-y: $kendo-treeview-item-padding-y
|
|
62
|
+
font-size: $kendo-treeview-lg-font-size,
|
|
63
|
+
line-height: $kendo-treeview-lg-line-height,
|
|
64
|
+
item-padding-x: $kendo-treeview-lg-item-padding-x,
|
|
65
|
+
item-padding-y: $kendo-treeview-lg-item-padding-y
|
|
66
66
|
)
|
|
67
67
|
) !default;
|
|
68
68
|
|
|
@@ -90,13 +90,13 @@
|
|
|
90
90
|
}
|
|
91
91
|
|
|
92
92
|
// Display
|
|
93
|
-
@each $display, $display-props in $kendo-display {
|
|
94
|
-
$_font-size: map.get( $display-props, font-size );
|
|
95
|
-
$_font-family: map.get( $display-props, font-family );
|
|
96
|
-
$_line-height: map.get( $display-props, line-height );
|
|
97
|
-
$_font-weight: map.get( $display-props, font-weight );
|
|
98
|
-
$_letter-spacing: map.get( $display-props, letter-spacing );
|
|
99
|
-
$_margin: map.get( $display-props, margin );
|
|
93
|
+
@each $display, $kendo-display-props in $kendo-display {
|
|
94
|
+
$_font-size: map.get( $kendo-display-props, font-size );
|
|
95
|
+
$_font-family: map.get( $kendo-display-props, font-family );
|
|
96
|
+
$_line-height: map.get( $kendo-display-props, line-height );
|
|
97
|
+
$_font-weight: map.get( $kendo-display-props, font-weight );
|
|
98
|
+
$_letter-spacing: map.get( $kendo-display-props, letter-spacing );
|
|
99
|
+
$_margin: map.get( $kendo-display-props, margin );
|
|
100
100
|
|
|
101
101
|
.k-display-#{$display} {
|
|
102
102
|
@include typography(
|
|
@@ -76,7 +76,7 @@ $kendo-upload-icon-color: var( --kendo-subtle-text, inherit ) !default;
|
|
|
76
76
|
|
|
77
77
|
/// Font size of the file icons in the upload.
|
|
78
78
|
/// @group upload
|
|
79
|
-
$kendo-upload-group-icon-size: var( --kendo-icon-size-
|
|
79
|
+
$kendo-upload-group-icon-size: var( --kendo-icon-size-xxl, 2rem ) !default;
|
|
80
80
|
|
|
81
81
|
/// Thickness of the upload progress bar.
|
|
82
82
|
/// @group upload
|
|
@@ -60,10 +60,10 @@ $kendo-window-inner-padding-y: map.get( $kendo-spacing, 3 ) !default;
|
|
|
60
60
|
|
|
61
61
|
/// Horizontal padding of the window action buttons.
|
|
62
62
|
/// @group window
|
|
63
|
-
$kendo-window-buttongroup-padding-x: map.get( $kendo-spacing, 6 ) !default; // $actions-padding-x
|
|
63
|
+
$kendo-window-buttongroup-padding-x: map.get( $kendo-spacing, 6 ) !default; // $kendo-actions-padding-x
|
|
64
64
|
/// Vertical padding of the window action buttons.
|
|
65
65
|
/// @group window
|
|
66
|
-
$kendo-window-buttongroup-padding-y: map.get( $kendo-spacing, 6 ) !default; // $actions-padding-y
|
|
66
|
+
$kendo-window-buttongroup-padding-y: map.get( $kendo-spacing, 6 ) !default; // $kendo-actions-padding-y
|
|
67
67
|
/// Width of the top border of the window action buttons.
|
|
68
68
|
/// @group window
|
|
69
69
|
$kendo-window-buttongroup-border-width: 0 !default;
|