@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
|
@@ -23,7 +23,7 @@ $_kendo-module-meta: (
|
|
|
23
23
|
// Expose
|
|
24
24
|
@mixin colorgradient-styles() {
|
|
25
25
|
@include module.render( "colorgradient" ) {
|
|
26
|
-
@include kendo-
|
|
27
|
-
@include kendo-
|
|
26
|
+
@include kendo-color-gradient--layout();
|
|
27
|
+
@include kendo-color-gradient--theme();
|
|
28
28
|
}
|
|
29
29
|
}
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
@use "../core/" as *;
|
|
2
2
|
@use "./_variables.scss" as *;
|
|
3
3
|
|
|
4
|
-
@mixin kendo-
|
|
4
|
+
@mixin kendo-color-palette--layout() {
|
|
5
5
|
|
|
6
6
|
// ColorPalette
|
|
7
7
|
.k-colorpalette {
|
|
8
8
|
border-width: 0;
|
|
9
9
|
box-sizing: border-box;
|
|
10
10
|
outline: 0;
|
|
11
|
-
font-size: var( --kendo-
|
|
12
|
-
font-family: var( --kendo-
|
|
13
|
-
line-height: var( --kendo-
|
|
11
|
+
font-size: var( --kendo-color-palette-font-size, #{$kendo-color-palette-font-size} );
|
|
12
|
+
font-family: var( --kendo-color-palette-font-family, #{$kendo-color-palette-font-family} );
|
|
13
|
+
line-height: var( --kendo-color-palette-line-height, #{$kendo-color-palette-line-height} );
|
|
14
14
|
display: inline-flex;
|
|
15
15
|
position: relative;
|
|
16
16
|
-webkit-touch-callout: none;
|
|
@@ -37,10 +37,10 @@
|
|
|
37
37
|
|
|
38
38
|
// Tile
|
|
39
39
|
.k-colorpalette-tile {
|
|
40
|
-
outline-width: var( --kendo-
|
|
41
|
-
outline-style: var( --kendo-
|
|
42
|
-
width: var( --kendo-
|
|
43
|
-
height: var( --kendo-
|
|
40
|
+
outline-width: var( --kendo-color-palette-tile-outline-width, #{$kendo-color-palette-tile-outline-width} );
|
|
41
|
+
outline-style: var( --kendo-color-palette-tile-outline-style, #{$kendo-color-palette-tile-outline-style} );
|
|
42
|
+
width: var( --kendo-color-palette-tile-width, #{$kendo-color-palette-tile-width} );
|
|
43
|
+
height: var( --kendo-color-palette-tile-height, #{$kendo-color-palette-tile-height} );
|
|
44
44
|
box-sizing: border-box;
|
|
45
45
|
overflow: hidden;
|
|
46
46
|
cursor: pointer;
|
|
@@ -1,42 +1,42 @@
|
|
|
1
1
|
@use "../core/" as *;
|
|
2
2
|
@use "./_variables.scss" as *;
|
|
3
3
|
|
|
4
|
-
@mixin kendo-
|
|
4
|
+
@mixin kendo-color-palette--theme() {
|
|
5
5
|
|
|
6
6
|
// Tile
|
|
7
7
|
.k-colorpalette-tile {
|
|
8
|
-
outline-color: var( --kendo-
|
|
8
|
+
outline-color: var( --kendo-color-palette-tile-outline, #{$kendo-color-palette-tile-outline} );
|
|
9
9
|
|
|
10
10
|
// Hover
|
|
11
11
|
&:hover,
|
|
12
12
|
&.k-hover {
|
|
13
13
|
@include box-shadow(
|
|
14
|
-
var( --kendo-
|
|
14
|
+
var( --kendo-color-palette-tile-hover-shadow, #{$kendo-color-palette-tile-hover-shadow} )
|
|
15
15
|
);
|
|
16
|
-
outline-color: var( --kendo-
|
|
16
|
+
outline-color: var( --kendo-color-palette-tile-hover-outline, #{$kendo-color-palette-tile-hover-outline} );
|
|
17
17
|
}
|
|
18
18
|
|
|
19
19
|
// Focus
|
|
20
20
|
&:focus,
|
|
21
21
|
&.k-focus {
|
|
22
22
|
@include box-shadow(
|
|
23
|
-
var( --kendo-
|
|
23
|
+
var( --kendo-color-palette-tile-focus-shadow, #{$kendo-color-palette-tile-focus-shadow} )
|
|
24
24
|
);
|
|
25
|
-
outline-color: var( --kendo-
|
|
25
|
+
outline-color: var( --kendo-color-palette-tile-focus-outline, #{$kendo-color-palette-tile-focus-outline} );
|
|
26
26
|
}
|
|
27
27
|
|
|
28
28
|
// Selected
|
|
29
29
|
&.k-selected {
|
|
30
30
|
@include box-shadow(
|
|
31
|
-
var( --kendo-
|
|
31
|
+
var( --kendo-color-palette-tile-selected-shadow, #{$kendo-color-palette-tile-selected-shadow} )
|
|
32
32
|
);
|
|
33
|
-
outline-color: var( --kendo-
|
|
33
|
+
outline-color: var( --kendo-color-palette-tile-selected-outline, #{$kendo-color-palette-tile-selected-outline} );
|
|
34
34
|
}
|
|
35
35
|
|
|
36
36
|
// Selected hover/focus
|
|
37
37
|
&.k-selected:hover,
|
|
38
38
|
&.k-selected:focus {
|
|
39
|
-
outline-color: var( --kendo-
|
|
39
|
+
outline-color: var( --kendo-color-palette-tile-selected-hover-outline, #{$kendo-color-palette-tile-selected-hover-outline} );
|
|
40
40
|
}
|
|
41
41
|
}
|
|
42
42
|
|
|
@@ -3,47 +3,47 @@
|
|
|
3
3
|
|
|
4
4
|
/// Font family of the color palette.
|
|
5
5
|
/// @group colorpalette
|
|
6
|
-
$kendo-
|
|
6
|
+
$kendo-color-palette-font-family: var( --kendo-font-family, inherit ) !default;
|
|
7
7
|
/// Font size of the color palette.
|
|
8
8
|
/// @group colorpalette
|
|
9
|
-
$kendo-
|
|
9
|
+
$kendo-color-palette-font-size: var( --kendo-font-size, inherit ) !default;
|
|
10
10
|
/// Line height of the color palette.
|
|
11
11
|
/// @group colorpalette
|
|
12
|
-
$kendo-
|
|
12
|
+
$kendo-color-palette-line-height: 0 !default;
|
|
13
13
|
|
|
14
14
|
/// Outline width of the color palette tile.
|
|
15
15
|
/// @group colorpalette
|
|
16
|
-
$kendo-
|
|
16
|
+
$kendo-color-palette-tile-outline-width: 1px !default;
|
|
17
17
|
/// Outline style of the color palette tile.
|
|
18
18
|
/// @group colorpalette
|
|
19
|
-
$kendo-
|
|
19
|
+
$kendo-color-palette-tile-outline-style: solid !default;
|
|
20
20
|
/// Outline color of the color palette tile.
|
|
21
21
|
/// @group colorpalette
|
|
22
|
-
$kendo-
|
|
22
|
+
$kendo-color-palette-tile-outline: transparent !default;
|
|
23
23
|
/// Width of the color palette tile.
|
|
24
24
|
/// @group colorpalette
|
|
25
|
-
$kendo-
|
|
25
|
+
$kendo-color-palette-tile-width: map.get( $kendo-spacing, 6 ) !default;
|
|
26
26
|
/// Height of the color palette tile.
|
|
27
27
|
/// @group colorpalette
|
|
28
|
-
$kendo-
|
|
28
|
+
$kendo-color-palette-tile-height: $kendo-color-palette-tile-width !default;
|
|
29
29
|
/// Focus outline color of the color palette tile.
|
|
30
30
|
/// @group colorpalette
|
|
31
|
-
$kendo-
|
|
31
|
+
$kendo-color-palette-tile-focus-outline: get-theme-color-var( neutral-130 ) !default;
|
|
32
32
|
/// Focus shadow of the color palette tile.
|
|
33
33
|
/// @group colorpalette
|
|
34
|
-
$kendo-
|
|
34
|
+
$kendo-color-palette-tile-focus-shadow: inset 0 0 0 2px $kendo-color-white !default;
|
|
35
35
|
/// Hover outline color of the color palette tile.
|
|
36
36
|
/// @group colorpalette
|
|
37
|
-
$kendo-
|
|
37
|
+
$kendo-color-palette-tile-hover-outline: get-theme-color-var( neutral-20 ) !default;
|
|
38
38
|
/// Hover shadow of the color palette tile.
|
|
39
39
|
/// @group colorpalette
|
|
40
|
-
$kendo-
|
|
40
|
+
$kendo-color-palette-tile-hover-shadow: inset 0 0 0 2px $kendo-color-palette-tile-hover-outline, inset 0 0 0 4px $kendo-color-white !default;
|
|
41
41
|
/// Selected outline color of the color palette tile.
|
|
42
42
|
/// @group colorpalette
|
|
43
|
-
$kendo-
|
|
43
|
+
$kendo-color-palette-tile-selected-outline: $kendo-color-palette-tile-hover-outline !default;
|
|
44
44
|
/// Selected shadow of the color palette tile.
|
|
45
45
|
/// @group colorpalette
|
|
46
|
-
$kendo-
|
|
46
|
+
$kendo-color-palette-tile-selected-shadow: $kendo-color-palette-tile-hover-shadow !default;
|
|
47
47
|
/// Selected hover outline color of the color palette tile.
|
|
48
48
|
/// @group colorpalette
|
|
49
|
-
$kendo-
|
|
49
|
+
$kendo-color-palette-tile-selected-hover-outline: $kendo-color-palette-tile-focus-outline !default;
|
|
@@ -17,7 +17,7 @@ $_kendo-module-meta: (
|
|
|
17
17
|
// Expose
|
|
18
18
|
@mixin colorpalette-styles() {
|
|
19
19
|
@include module.render( "colorpalette" ) {
|
|
20
|
-
@include kendo-
|
|
21
|
-
@include kendo-
|
|
20
|
+
@include kendo-color-palette--layout();
|
|
21
|
+
@include kendo-color-palette--theme();
|
|
22
22
|
}
|
|
23
23
|
}
|
|
@@ -64,7 +64,7 @@ $kendo-font-size-xl: 20px !default;
|
|
|
64
64
|
$kendo-font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif !default;
|
|
65
65
|
|
|
66
66
|
|
|
67
|
-
/// Line height used along with $font-size.
|
|
67
|
+
/// Line height used along with $kendo-font-size.
|
|
68
68
|
$kendo-line-height: math.div( 20, 14 ) !default;
|
|
69
69
|
$kendo-line-height-xs: 1 !default;
|
|
70
70
|
$kendo-line-height-sm: 1.25 !default;
|
|
@@ -80,7 +80,7 @@ $kendo-font-weight-bold: 600 !default;
|
|
|
80
80
|
|
|
81
81
|
$kendo-letter-spacing: normal !default;
|
|
82
82
|
|
|
83
|
-
$
|
|
83
|
+
$kendo-scrollbar-width: 17px !default;
|
|
84
84
|
|
|
85
85
|
/// Border radius for all components.
|
|
86
86
|
$kendo-border-radius: map.get( $kendo-spacing, 0.5 ) !default; // sass-lint:disable-line leading-zero
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
// Infinite calendar and timepicker
|
|
3
3
|
@mixin hide-scrollbar($max-scrollbar: 100px) {
|
|
4
4
|
// anything larger than the scrollbar width will do
|
|
5
|
-
$scrollbar-size: var( --kendo-scrollbar-width, #{$
|
|
5
|
+
$scrollbar-size: var( --kendo-scrollbar-width, #{$kendo-scrollbar-width} );
|
|
6
6
|
$margin: calc( -#{$max-scrollbar} - #{$scrollbar-size} );
|
|
7
7
|
|
|
8
8
|
padding-inline-end: $max-scrollbar;
|
|
@@ -1,17 +1,7 @@
|
|
|
1
|
-
@mixin typography($font-size: null, $font-family: null, $line-height: null, $font-weight: null, $letter-spacing: null) {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
}
|
|
8
|
-
@if $line-height {
|
|
9
|
-
line-height: $line-height;
|
|
10
|
-
}
|
|
11
|
-
@if $font-weight {
|
|
12
|
-
font-weight: $font-weight;
|
|
13
|
-
}
|
|
14
|
-
@if $letter-spacing {
|
|
15
|
-
letter-spacing: $letter-spacing;
|
|
16
|
-
}
|
|
1
|
+
@mixin typography( $font-size: null, $font-family: null, $line-height: null, $font-weight: null, $letter-spacing: null ) {
|
|
2
|
+
font-size: $font-size;
|
|
3
|
+
font-family: $font-family;
|
|
4
|
+
line-height: $line-height;
|
|
5
|
+
font-weight: $font-weight;
|
|
6
|
+
letter-spacing: $letter-spacing;
|
|
17
7
|
}
|
|
@@ -344,10 +344,10 @@
|
|
|
344
344
|
right: 0;
|
|
345
345
|
}
|
|
346
346
|
.k-treemap-title + .k-treemap-wrap {
|
|
347
|
-
inset-block-start: calc( #{$kendo-padding-sm-y} * 2 + (#{$kendo-line-height} * #{$kendo-font-size}) + 1px);
|
|
347
|
+
inset-block-start: calc( #{$kendo-padding-sm-y} * 2 + (#{$kendo-line-height-md} * #{$kendo-font-size-md}) + 1px);
|
|
348
348
|
}
|
|
349
349
|
.k-treemap-title-vertical + .k-treemap-wrap {
|
|
350
|
-
inset-inline-start: calc( #{$kendo-padding-sm-y} * 2 + (#{$kendo-line-height} * #{$kendo-font-size}) + 1px);
|
|
350
|
+
inset-inline-start: calc( #{$kendo-padding-sm-y} * 2 + (#{$kendo-line-height-md} * #{$kendo-font-size-md}) + 1px);
|
|
351
351
|
}
|
|
352
352
|
|
|
353
353
|
|
|
@@ -442,7 +442,7 @@
|
|
|
442
442
|
series-30: $kendo-series-30,
|
|
443
443
|
|
|
444
444
|
gauge-pointer: $kendo-series-f,
|
|
445
|
-
gauge-track: get-theme-color( neutral
|
|
445
|
+
gauge-track: get-theme-color-var( neutral-30 )
|
|
446
446
|
);
|
|
447
447
|
|
|
448
448
|
@each $name, $value in $exported {
|
|
@@ -3,51 +3,51 @@
|
|
|
3
3
|
|
|
4
4
|
/// The first base series color and its light and dark shades.
|
|
5
5
|
/// @group charts
|
|
6
|
-
$kendo-series-a: get-theme-color( series-a
|
|
7
|
-
$kendo-series-a-dark: get-theme-color( series-a
|
|
8
|
-
$kendo-series-a-darker: get-theme-color( series-a
|
|
9
|
-
$kendo-series-a-light: get-theme-color( series-a
|
|
10
|
-
$kendo-series-a-lighter: get-theme-color( series-a
|
|
6
|
+
$kendo-series-a: get-theme-color-var( series-a-100 ) !default;
|
|
7
|
+
$kendo-series-a-dark: get-theme-color-var( series-a-130 ) !default;
|
|
8
|
+
$kendo-series-a-darker: get-theme-color-var( series-a-160 ) !default;
|
|
9
|
+
$kendo-series-a-light: get-theme-color-var( series-a-70 ) !default;
|
|
10
|
+
$kendo-series-a-lighter: get-theme-color-var( series-a-40 ) !default;
|
|
11
11
|
|
|
12
12
|
/// The second base series color and its light and dark shades.
|
|
13
13
|
/// @group charts
|
|
14
|
-
$kendo-series-b: get-theme-color( series-b
|
|
15
|
-
$kendo-series-b-dark: get-theme-color( series-b
|
|
16
|
-
$kendo-series-b-darker: get-theme-color( series-b
|
|
17
|
-
$kendo-series-b-light: get-theme-color( series-b
|
|
18
|
-
$kendo-series-b-lighter: get-theme-color( series-b
|
|
14
|
+
$kendo-series-b: get-theme-color-var( series-b-100 ) !default;
|
|
15
|
+
$kendo-series-b-dark: get-theme-color-var( series-b-130 ) !default;
|
|
16
|
+
$kendo-series-b-darker: get-theme-color-var( series-b-160 ) !default;
|
|
17
|
+
$kendo-series-b-light: get-theme-color-var( series-b-70 ) !default;
|
|
18
|
+
$kendo-series-b-lighter: get-theme-color-var( series-b-40 ) !default;
|
|
19
19
|
|
|
20
20
|
/// The third base series color and its light and dark shades.
|
|
21
21
|
/// @group charts
|
|
22
|
-
$kendo-series-c: get-theme-color( series-c
|
|
23
|
-
$kendo-series-c-dark: get-theme-color( series-c
|
|
24
|
-
$kendo-series-c-darker: get-theme-color( series-c
|
|
25
|
-
$kendo-series-c-light: get-theme-color( series-c
|
|
26
|
-
$kendo-series-c-lighter: get-theme-color( series-c
|
|
22
|
+
$kendo-series-c: get-theme-color-var( series-c-100 ) !default;
|
|
23
|
+
$kendo-series-c-dark: get-theme-color-var( series-c-130 ) !default;
|
|
24
|
+
$kendo-series-c-darker: get-theme-color-var( series-c-160 ) !default;
|
|
25
|
+
$kendo-series-c-light: get-theme-color-var( series-c-70 ) !default;
|
|
26
|
+
$kendo-series-c-lighter: get-theme-color-var( series-c-40 ) !default;
|
|
27
27
|
|
|
28
28
|
/// The fourth base series color and its light and dark shades.
|
|
29
29
|
/// @group charts
|
|
30
|
-
$kendo-series-d: get-theme-color( series-d
|
|
31
|
-
$kendo-series-d-dark: get-theme-color( series-d
|
|
32
|
-
$kendo-series-d-darker: get-theme-color( series-d
|
|
33
|
-
$kendo-series-d-light: get-theme-color( series-d
|
|
34
|
-
$kendo-series-d-lighter: get-theme-color( series-d
|
|
30
|
+
$kendo-series-d: get-theme-color-var( series-d-100 ) !default;
|
|
31
|
+
$kendo-series-d-dark: get-theme-color-var( series-d-130 ) !default;
|
|
32
|
+
$kendo-series-d-darker: get-theme-color-var( series-d-160 ) !default;
|
|
33
|
+
$kendo-series-d-light: get-theme-color-var( series-d-70 ) !default;
|
|
34
|
+
$kendo-series-d-lighter: get-theme-color-var( series-d-40 ) !default;
|
|
35
35
|
|
|
36
36
|
/// The fifth base series color and its light and dark shades.
|
|
37
37
|
/// @group charts
|
|
38
|
-
$kendo-series-e: get-theme-color( series-e
|
|
39
|
-
$kendo-series-e-dark: get-theme-color( series-e
|
|
40
|
-
$kendo-series-e-darker: get-theme-color( series-e
|
|
41
|
-
$kendo-series-e-light: get-theme-color( series-e
|
|
42
|
-
$kendo-series-e-lighter: get-theme-color( series-e
|
|
38
|
+
$kendo-series-e: get-theme-color-var( series-e-100 ) !default;
|
|
39
|
+
$kendo-series-e-dark: get-theme-color-var( series-e-130 ) !default;
|
|
40
|
+
$kendo-series-e-darker: get-theme-color-var( series-e-60 ) !default;
|
|
41
|
+
$kendo-series-e-light: get-theme-color-var( series-e-70 ) !default;
|
|
42
|
+
$kendo-series-e-lighter: get-theme-color-var( series-e-40 ) !default;
|
|
43
43
|
|
|
44
44
|
/// The sixth base series color and its light and dark shades.
|
|
45
45
|
/// @group charts
|
|
46
|
-
$kendo-series-f: get-theme-color( series-f
|
|
47
|
-
$kendo-series-f-dark: get-theme-color( series-f
|
|
48
|
-
$kendo-series-f-darker: get-theme-color( series-f
|
|
49
|
-
$kendo-series-f-light: get-theme-color( series-f
|
|
50
|
-
$kendo-series-f-lighter: get-theme-color( series-f
|
|
46
|
+
$kendo-series-f: get-theme-color-var( series-f-100 ) !default;
|
|
47
|
+
$kendo-series-f-dark: get-theme-color-var( series-f-130 ) !default;
|
|
48
|
+
$kendo-series-f-darker: get-theme-color-var( series-f-160 ) !default;
|
|
49
|
+
$kendo-series-f-light: get-theme-color-var( series-f-70 ) !default;
|
|
50
|
+
$kendo-series-f-lighter: get-theme-color-var( series-f-40 ) !default;
|
|
51
51
|
|
|
52
52
|
/// The series colors in order:
|
|
53
53
|
/// base, light, dark, lighter, darker
|
|
@@ -92,9 +92,9 @@ $kendo-chart-font-family: var( --kendo-font-family, inherit ) !default;
|
|
|
92
92
|
/// The font-size of the chart component.
|
|
93
93
|
/// @group charts
|
|
94
94
|
$kendo-chart-font-size: var( --kendo-font-size, inherit ) !default;
|
|
95
|
-
$kendo-chart-font-size
|
|
96
|
-
$kendo-chart-font-size
|
|
97
|
-
$kendo-chart-font-size
|
|
95
|
+
$kendo-chart-sm-font-size: var( --kendo-font-size-sm, inherit ) !default;
|
|
96
|
+
$kendo-chart-md-font-size: var( --kendo-font-size-md, inherit ) !default;
|
|
97
|
+
$kendo-chart-lg-font-size: var( --kendo-font-size-lg, inherit ) !default;
|
|
98
98
|
/// The line-height of the chart component.
|
|
99
99
|
/// @group charts
|
|
100
100
|
$kendo-chart-line-height: var( --kendo-line-height, normal ) !default;
|
|
@@ -33,10 +33,10 @@ $kendo-dialog-inner-padding-y: map.get( $kendo-spacing, 3 ) !default;
|
|
|
33
33
|
|
|
34
34
|
/// Horizontal padding of the dialog action buttons.
|
|
35
35
|
/// @group dialog
|
|
36
|
-
$kendo-dialog-buttongroup-padding-x: map.get( $kendo-spacing, 6 ) !default; // $actions-padding-x
|
|
36
|
+
$kendo-dialog-buttongroup-padding-x: map.get( $kendo-spacing, 6 ) !default; // $kendo-actions-padding-x
|
|
37
37
|
/// Vertical padding of the dialog action buttons.
|
|
38
38
|
/// @group dialog
|
|
39
|
-
$kendo-dialog-buttongroup-padding-y: map.get( $kendo-spacing, 6 ) !default; // $actions-padding-y
|
|
39
|
+
$kendo-dialog-buttongroup-padding-y: map.get( $kendo-spacing, 6 ) !default; // $kendo-actions-padding-y
|
|
40
40
|
/// Width of the top border of the dialog action buttons.
|
|
41
41
|
/// @group dialog
|
|
42
42
|
$kendo-dialog-buttongroup-border-width: 0 !default;
|
|
@@ -46,7 +46,7 @@ $kendo-dialog-buttongroup-spacing: map.get( $kendo-spacing, 3 ) !default;
|
|
|
46
46
|
|
|
47
47
|
/// Spacing between the buttons in the header of the dialog.
|
|
48
48
|
/// @group dialog
|
|
49
|
-
$kendo-dialog-button-spacing: map.get( $kendo-spacing, 2 ) !default; // $actions-padding-y
|
|
49
|
+
$kendo-dialog-button-spacing: map.get( $kendo-spacing, 2 ) !default; // $kendo-actions-padding-y
|
|
50
50
|
|
|
51
51
|
/// Box shadow around the dialog.
|
|
52
52
|
/// @group dialog
|
package/scss/editor/_layout.scss
CHANGED
|
@@ -447,8 +447,8 @@
|
|
|
447
447
|
|
|
448
448
|
.k-breadcrumbs-wrap {
|
|
449
449
|
position: absolute;
|
|
450
|
-
inset-inline-start: $kendo-input-padding-x
|
|
451
|
-
inset-block-start: $kendo-input-padding-y
|
|
450
|
+
inset-inline-start: $kendo-input-md-padding-x;
|
|
451
|
+
inset-block-start: $kendo-input-md-padding-y;
|
|
452
452
|
|
|
453
453
|
.k-icon {
|
|
454
454
|
position: static;
|
package/scss/fab/_variables.scss
CHANGED
|
@@ -22,16 +22,16 @@ $kendo-fab-line-height: var( --kendo-line-height, normal ) !default;
|
|
|
22
22
|
/// Horizontal padding of the FAB.
|
|
23
23
|
/// @group floating-action-button
|
|
24
24
|
$kendo-fab-padding-x: map.get( $kendo-spacing, 4 ) !default;
|
|
25
|
-
$kendo-fab-padding-x
|
|
26
|
-
$kendo-fab-padding-x
|
|
27
|
-
$kendo-fab-padding-x
|
|
25
|
+
$kendo-fab-sm-padding-x: math.div( $kendo-fab-padding-x, 2 ) !default;
|
|
26
|
+
$kendo-fab-md-padding-x: $kendo-fab-padding-x !default;
|
|
27
|
+
$kendo-fab-lg-padding-x: ( $kendo-fab-padding-x * 1.5 ) !default;
|
|
28
28
|
|
|
29
29
|
/// Vertical padding of the FAB.
|
|
30
30
|
/// @group floating-action-button
|
|
31
31
|
$kendo-fab-padding-y: $kendo-fab-padding-x !default;
|
|
32
|
-
$kendo-fab-padding-y
|
|
33
|
-
$kendo-fab-padding-y
|
|
34
|
-
$kendo-fab-padding-y
|
|
32
|
+
$kendo-fab-sm-padding-y: math.div( $kendo-fab-padding-y, 2 ) !default;
|
|
33
|
+
$kendo-fab-md-padding-y: $kendo-fab-padding-y !default;
|
|
34
|
+
$kendo-fab-lg-padding-y: ( $kendo-fab-padding-y * 1.5 ) !default;
|
|
35
35
|
|
|
36
36
|
/// Offset of the focused FAB.
|
|
37
37
|
/// @group floating-action-button
|
|
@@ -127,16 +127,16 @@ $kendo-fab-theme-colors: (
|
|
|
127
127
|
/// @group floating-action-button
|
|
128
128
|
$kendo-fab-sizes: (
|
|
129
129
|
sm: (
|
|
130
|
-
padding-x: $kendo-fab-padding-x
|
|
131
|
-
padding-y: $kendo-fab-padding-y
|
|
130
|
+
padding-x: $kendo-fab-sm-padding-x,
|
|
131
|
+
padding-y: $kendo-fab-sm-padding-y
|
|
132
132
|
),
|
|
133
133
|
md: (
|
|
134
|
-
padding-x: $kendo-fab-padding-x
|
|
135
|
-
padding-y: $kendo-fab-padding-y
|
|
134
|
+
padding-x: $kendo-fab-md-padding-x,
|
|
135
|
+
padding-y: $kendo-fab-md-padding-y
|
|
136
136
|
),
|
|
137
137
|
lg: (
|
|
138
|
-
padding-x: $kendo-fab-padding-x
|
|
139
|
-
padding-y: $kendo-fab-padding-y
|
|
138
|
+
padding-x: $kendo-fab-lg-padding-x,
|
|
139
|
+
padding-y: $kendo-fab-lg-padding-y
|
|
140
140
|
)
|
|
141
141
|
) !default;
|
|
142
142
|
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
@use "../icon/_variables.scss"as *;
|
|
2
2
|
@use "./_variables.scss" as *;
|
|
3
3
|
|
|
4
|
-
@mixin kendo-
|
|
4
|
+
@mixin kendo-file-manager--layout() {
|
|
5
5
|
|
|
6
6
|
// File Manager
|
|
7
7
|
.k-filemanager {
|
|
8
|
-
border-width: var( --kendo-
|
|
8
|
+
border-width: var( --kendo-file-manager-border-width, #{$kendo-file-manager-border-width} );
|
|
9
9
|
border-style: solid;
|
|
10
10
|
box-sizing: border-box;
|
|
11
|
-
font-family: var( --kendo-
|
|
12
|
-
font-size: var( --kendo-
|
|
13
|
-
line-height: var( --kendo-
|
|
11
|
+
font-family: var( --kendo-file-manager-font-family, #{$kendo-file-manager-font-family} );
|
|
12
|
+
font-size: var( --kendo-file-manager-font-size, #{$kendo-file-manager-font-size} );
|
|
13
|
+
line-height: var( --kendo-file-manager-line-height, #{$kendo-file-manager-line-height} );
|
|
14
14
|
display: flex;
|
|
15
15
|
flex-flow: column nowrap;
|
|
16
16
|
}
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
}
|
|
23
23
|
.k-filemanager-toolbar {
|
|
24
24
|
border-width: 0;
|
|
25
|
-
border-bottom-width: var( --kendo-
|
|
25
|
+
border-bottom-width: var( --kendo-file-manager-toolbar-border-width, #{$kendo-file-manager-toolbar-border-width} );
|
|
26
26
|
border-color: inherit;
|
|
27
27
|
flex-shrink: 0;
|
|
28
28
|
}
|
|
@@ -42,11 +42,11 @@
|
|
|
42
42
|
|
|
43
43
|
// Navigation
|
|
44
44
|
.k-filemanager-navigation {
|
|
45
|
-
padding-inline: var( --kendo-
|
|
46
|
-
padding-block: var( --kendo-
|
|
47
|
-
width: var( --kendo-
|
|
45
|
+
padding-inline: var( --kendo-file-manager-navigation-padding-x, #{$kendo-file-manager-navigation-padding-x} );
|
|
46
|
+
padding-block: var( --kendo-file-manager-navigation-padding-y, #{$kendo-file-manager-navigation-padding-y} );
|
|
47
|
+
width: var( --kendo-file-manager-navigation-width, #{$kendo-file-manager-navigation-width} );
|
|
48
48
|
border-width: 0;
|
|
49
|
-
border-right-width: var( --kendo-
|
|
49
|
+
border-right-width: var( --kendo-file-manager-navigation-border-width, #{$kendo-file-manager-navigation-border-width} );
|
|
50
50
|
border-style: solid;
|
|
51
51
|
border-color: inherit;
|
|
52
52
|
box-sizing: border-box;
|
|
@@ -75,10 +75,10 @@
|
|
|
75
75
|
|
|
76
76
|
// Breadcrumb
|
|
77
77
|
.k-filemanager-breadcrumb {
|
|
78
|
-
padding-inline: var( --kendo-
|
|
79
|
-
padding-block: var( --kendo-
|
|
78
|
+
padding-inline: var( --kendo-file-manager-breadcrumb-padding-x, #{$kendo-file-manager-breadcrumb-padding-x} );
|
|
79
|
+
padding-block: var( --kendo-file-manager-breadcrumb-padding-y, #{$kendo-file-manager-breadcrumb-padding-y} );
|
|
80
80
|
border-width: 0;
|
|
81
|
-
border-bottom-width: var( --kendo-
|
|
81
|
+
border-bottom-width: var( --kendo-file-manager-breadcrumb-border-width, #{$kendo-file-manager-breadcrumb-border-width} );
|
|
82
82
|
flex-shrink: 0;
|
|
83
83
|
}
|
|
84
84
|
|
|
@@ -90,10 +90,10 @@
|
|
|
90
90
|
|
|
91
91
|
// Listview item
|
|
92
92
|
.k-listview-item {
|
|
93
|
-
padding-inline: var( --kendo-
|
|
94
|
-
padding-block: var( --kendo-
|
|
95
|
-
width: var( --kendo-
|
|
96
|
-
height: var( --kendo-
|
|
93
|
+
padding-inline: var( --kendo-file-manager-listview-item-padding-x, #{$kendo-file-manager-listview-item-padding-x} );
|
|
94
|
+
padding-block: var( --kendo-file-manager-listview-item-padding-y, #{$kendo-file-manager-listview-item-padding-y} );
|
|
95
|
+
width: var( --kendo-file-manager-listview-item-width, #{$kendo-file-manager-listview-item-width} );
|
|
96
|
+
height: var( --kendo-file-manager-listview-item-height, #{$kendo-file-manager-listview-item-height} );
|
|
97
97
|
text-align: center;
|
|
98
98
|
}
|
|
99
99
|
|
|
@@ -106,12 +106,12 @@
|
|
|
106
106
|
|
|
107
107
|
// File icon
|
|
108
108
|
.k-file-icon {
|
|
109
|
-
font-size: var( --kendo-
|
|
109
|
+
font-size: var( --kendo-file-manager-listview-item-icon-size, #{$kendo-file-manager-listview-item-icon-size} );
|
|
110
110
|
}
|
|
111
111
|
|
|
112
112
|
// File name
|
|
113
113
|
.k-file-name {
|
|
114
|
-
margin-block-start: calc( var( --kendo-
|
|
114
|
+
margin-block-start: calc( var( --kendo-file-manager-spacer, #{$kendo-file-manager-spacer} ) / 2 );
|
|
115
115
|
display: block;
|
|
116
116
|
text-align: center;
|
|
117
117
|
overflow: hidden;
|
|
@@ -150,14 +150,14 @@
|
|
|
150
150
|
|
|
151
151
|
// Filemanager preview
|
|
152
152
|
.k-filemanager-preview {
|
|
153
|
-
padding-inline-start: var( --kendo-
|
|
154
|
-
padding-inline-end: var( --kendo-
|
|
155
|
-
padding-block-start: calc( var( --kendo-
|
|
156
|
-
padding-block-end: var( --kendo-
|
|
157
|
-
width: var( --kendo-
|
|
158
|
-
min-height: calc( ( var( --kendo-
|
|
153
|
+
padding-inline-start: var( --kendo-file-manager-preview-padding-x, #{$kendo-file-manager-preview-padding-x} );
|
|
154
|
+
padding-inline-end: var( --kendo-file-manager-preview-padding-x, #{$kendo-file-manager-preview-padding-x} );
|
|
155
|
+
padding-block-start: calc( var( --kendo-file-manager-preview-padding-y, #{$kendo-file-manager-preview-padding-y} ) * 3 );
|
|
156
|
+
padding-block-end: var( --kendo-file-manager-preview-padding-y, #{$kendo-file-manager-preview-padding-y} );
|
|
157
|
+
width: var( --kendo-file-manager-preview-width, #{$kendo-file-manager-preview-width} );
|
|
158
|
+
min-height: calc( ( var( --kendo-file-manager-preview-padding-y, #{$kendo-file-manager-preview-padding-y} ) * 4 ) + ( var( --kendo-file-manager-preview-icon-size, #{$kendo-file-manager-preview-icon-size} ) * 2 ) + ( var( --kendo-file-manager-preview-spacing, #{$kendo-file-manager-preview-spacing} ) * 3 ) );
|
|
159
159
|
border-width: 0;
|
|
160
|
-
border-left-width: var( --kendo-
|
|
160
|
+
border-left-width: var( --kendo-file-manager-preview-border-width, #{$kendo-file-manager-preview-border-width} );
|
|
161
161
|
border-style: solid;
|
|
162
162
|
border-color: inherit;
|
|
163
163
|
box-sizing: border-box;
|
|
@@ -174,12 +174,12 @@
|
|
|
174
174
|
|
|
175
175
|
// File icon
|
|
176
176
|
.k-file-icon {
|
|
177
|
-
font-size: var( --kendo-
|
|
177
|
+
font-size: var( --kendo-file-manager-preview-icon-size, #{$kendo-file-manager-preview-icon-size} );
|
|
178
178
|
}
|
|
179
179
|
|
|
180
180
|
// File name
|
|
181
181
|
.k-file-name {
|
|
182
|
-
margin-block-start: var( --kendo-
|
|
182
|
+
margin-block-start: var( --kendo-file-manager-preview-spacing, #{$kendo-file-manager-preview-spacing} );
|
|
183
183
|
display: block;
|
|
184
184
|
}
|
|
185
185
|
.k-single-file-selected { font-weight: var( --kendo-font-weight-bold, bold ); }
|
|
@@ -188,13 +188,13 @@
|
|
|
188
188
|
// File Meta
|
|
189
189
|
.k-file-meta {
|
|
190
190
|
margin-inline: 0;
|
|
191
|
-
margin-block-start: var( --kendo-
|
|
191
|
+
margin-block-start: var( --kendo-file-manager-preview-spacing, #{$kendo-file-manager-preview-spacing} );
|
|
192
192
|
margin-block-end: 0;
|
|
193
193
|
box-sizing: border-box;
|
|
194
194
|
text-align: start;
|
|
195
195
|
display: flex;
|
|
196
196
|
flex-flow: row wrap;
|
|
197
|
-
grid-column-gap: $kendo-
|
|
197
|
+
grid-column-gap: $kendo-file-manager-preview-column-gap;
|
|
198
198
|
}
|
|
199
199
|
.k-file-meta-label {
|
|
200
200
|
display: inline-block;
|
|
@@ -207,7 +207,7 @@
|
|
|
207
207
|
}
|
|
208
208
|
.k-line-break {
|
|
209
209
|
margin-inline: 0;
|
|
210
|
-
margin-block-start: var( --kendo-
|
|
210
|
+
margin-block-start: var( --kendo-file-manager-preview-spacing, #{$kendo-file-manager-preview-spacing} );
|
|
211
211
|
margin-block-end: 0;
|
|
212
212
|
width: 100%;
|
|
213
213
|
flex: 1 1 100%;
|