@progress/kendo-theme-classic 12.3.1-dev.8 → 13.0.0-dev.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/all.css +1 -1
- package/dist/classic-green-dark.css +1 -1
- package/dist/classic-green.css +1 -1
- package/dist/classic-lavender-dark.css +1 -1
- package/dist/classic-lavender.css +1 -1
- package/dist/classic-main-dark.css +1 -1
- package/dist/classic-main.css +1 -1
- package/dist/classic-metro-dark.css +1 -1
- package/dist/classic-metro.css +1 -1
- package/dist/classic-moonlight.css +1 -1
- package/dist/classic-opal-dark.css +1 -1
- package/dist/classic-opal.css +1 -1
- package/dist/classic-silver-dark.css +1 -1
- package/dist/classic-silver.css +1 -1
- package/dist/classic-uniform.css +1 -1
- package/dist/meta/sassdoc-data.json +20456 -15782
- package/dist/meta/sassdoc-raw-data.json +9898 -7606
- package/dist/meta/variables.json +715 -465
- package/lib/swatches/classic-green-dark.json +1 -1
- package/lib/swatches/classic-green.json +1 -1
- package/lib/swatches/classic-lavender-dark.json +1 -1
- package/lib/swatches/classic-lavender.json +1 -1
- package/lib/swatches/classic-main-dark.json +1 -1
- package/lib/swatches/classic-main.json +1 -1
- package/lib/swatches/classic-metro-dark.json +1 -1
- package/lib/swatches/classic-metro.json +1 -1
- package/lib/swatches/classic-moonlight.json +1 -1
- package/lib/swatches/classic-opal-dark.json +1 -1
- package/lib/swatches/classic-opal.json +1 -1
- package/lib/swatches/classic-silver-dark.json +1 -1
- package/lib/swatches/classic-silver.json +1 -1
- package/lib/swatches/classic-uniform.json +1 -1
- package/package.json +5 -5
- package/scss/appbar/_variables.scss +6 -16
- package/scss/avatar/_variables.scss +37 -23
- package/scss/badge/_variables.scss +22 -43
- package/scss/bottom-navigation/_variables.scss +12 -17
- package/scss/breadcrumb/_variables.scss +6 -30
- package/scss/button/_variables.scss +22 -41
- package/scss/calendar/_variables.scss +9 -31
- package/scss/card/_variables.scss +7 -17
- package/scss/checkbox/_variables.scss +13 -23
- package/scss/chip/_variables.scss +38 -50
- package/scss/coloreditor/_variables.scss +9 -39
- package/scss/colorgradient/_variables.scss +12 -42
- package/scss/colorpalette/_variables.scss +7 -19
- package/scss/column-menu/_variables.scss +6 -25
- package/scss/datetimepicker/_variables.scss +6 -16
- package/scss/dialog/_variables.scss +7 -10
- package/scss/fab/_variables.scss +21 -34
- package/scss/floating-label/_variables.scss +2 -2
- package/scss/forms/_variables.scss +7 -17
- package/scss/grid/_variables.scss +7 -42
- package/scss/icons/_variables.scss +6 -0
- package/scss/input/_variables.scss +36 -34
- package/scss/list/_variables.scss +6 -73
- package/scss/loader/_variables.scss +13 -17
- package/scss/menu/_variables.scss +6 -0
- package/scss/messagebox/_variables.scss +8 -17
- package/scss/notification/_functions.scss +3 -3
- package/scss/notification/_variables.scss +6 -13
- package/scss/otp/_variables.scss +1 -22
- package/scss/overlay/_variables.scss +5 -17
- package/scss/pager/_variables.scss +7 -26
- package/scss/radio/_variables.scss +6 -22
- package/scss/signature/_variables.scss +0 -21
- package/scss/split-button/_variables.scss +2 -2
- package/scss/spreadsheet/_variables.scss +1 -1
- package/scss/suggestion/_variables.scss +4 -45
- package/scss/switch/_variables.scss +101 -7
- package/scss/table/_variables.scss +6 -25
- package/scss/tabstrip/_variables.scss +6 -25
- package/scss/timeselector/_variables.scss +24 -42
- package/scss/toolbar/_variables.scss +15 -26
- package/scss/tooltip/_functions.scss +3 -3
- package/scss/tooltip/_variables.scss +1 -13
- package/scss/treeview/_variables.scss +8 -33
- package/scss/window/_variables.scss +12 -19
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-theme-classic",
|
|
3
3
|
"description": "Sass port of less based themes for Kendo UI theme",
|
|
4
|
-
"version": "
|
|
4
|
+
"version": "13.0.0-dev.0",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"keywords": [
|
|
@@ -53,13 +53,13 @@
|
|
|
53
53
|
"postpublish": "echo 'no postpublish for classic theme'"
|
|
54
54
|
},
|
|
55
55
|
"dependencies": {
|
|
56
|
-
"@progress/kendo-svg-icons": "^4.
|
|
57
|
-
"@progress/kendo-theme-core": "
|
|
58
|
-
"@progress/kendo-theme-utils": "
|
|
56
|
+
"@progress/kendo-svg-icons": "^4.6.0",
|
|
57
|
+
"@progress/kendo-theme-core": "13.0.0-dev.0",
|
|
58
|
+
"@progress/kendo-theme-utils": "13.0.0-dev.0"
|
|
59
59
|
},
|
|
60
60
|
"directories": {
|
|
61
61
|
"doc": "docs",
|
|
62
62
|
"lib": "lib"
|
|
63
63
|
},
|
|
64
|
-
"gitHead": "
|
|
64
|
+
"gitHead": "38e27eadee8553fb04c4e46f57812022ff2e149b"
|
|
65
65
|
}
|
|
@@ -4,6 +4,11 @@
|
|
|
4
4
|
|
|
5
5
|
// AppBar
|
|
6
6
|
|
|
7
|
+
/// The default theme color of the AppBar.
|
|
8
|
+
/// @group appbar
|
|
9
|
+
/// @role default
|
|
10
|
+
$kendo-appbar-default-theme-color: "light" !default;
|
|
11
|
+
|
|
7
12
|
/// The horizontal margin of the AppBar.
|
|
8
13
|
/// @group appbar
|
|
9
14
|
$kendo-appbar-margin-x: null !default;
|
|
@@ -57,21 +62,6 @@ $kendo-appbar-box-shadow: k-elevation(4) !default;
|
|
|
57
62
|
/// @group appbar
|
|
58
63
|
$kendo-appbar-bottom-box-shadow: k-elevation(4) !default;
|
|
59
64
|
|
|
60
|
-
/// The theme colors of the Appbar.
|
|
61
|
-
/// @group appbar
|
|
62
|
-
$kendo-appbar-theme-colors: (
|
|
63
|
-
"primary": k-color(primary),
|
|
64
|
-
"secondary": k-color(secondary),
|
|
65
|
-
"tertiary": k-color(tertiary),
|
|
66
|
-
"info": k-color(info),
|
|
67
|
-
"success": k-color(success),
|
|
68
|
-
"warning": k-color(warning),
|
|
69
|
-
"error": k-color(error),
|
|
70
|
-
"dark": k-color(dark),
|
|
71
|
-
"light": k-color(light),
|
|
72
|
-
"inverse": if($kendo-is-dark-theme, k-color(light), k-color(dark)),
|
|
73
|
-
) !default;
|
|
74
|
-
|
|
75
65
|
@forward "@progress/kendo-theme-core/scss/components/appbar/_variables.scss" with (
|
|
76
66
|
$kendo-appbar-margin-x: $kendo-appbar-margin-x,
|
|
77
67
|
$kendo-appbar-margin-y: $kendo-appbar-margin-y,
|
|
@@ -89,5 +79,5 @@ $kendo-appbar-theme-colors: (
|
|
|
89
79
|
$kendo-appbar-dark-text: $kendo-appbar-dark-text,
|
|
90
80
|
$kendo-appbar-box-shadow: $kendo-appbar-box-shadow,
|
|
91
81
|
$kendo-appbar-bottom-box-shadow: $kendo-appbar-bottom-box-shadow,
|
|
92
|
-
$kendo-appbar-theme-
|
|
82
|
+
$kendo-appbar-default-theme-color: $kendo-appbar-default-theme-color
|
|
93
83
|
);
|
|
@@ -1,10 +1,31 @@
|
|
|
1
1
|
@use "../core/_index.scss" as *;
|
|
2
2
|
// Avatar
|
|
3
3
|
|
|
4
|
+
/// The default theme color of the Avatar.
|
|
5
|
+
/// @group avatar
|
|
6
|
+
/// @role default
|
|
7
|
+
$kendo-avatar-default-theme-color: "primary" !default;
|
|
8
|
+
/// The default fill mode of the Avatar.
|
|
9
|
+
/// @group avatar
|
|
10
|
+
/// @role default
|
|
11
|
+
$kendo-avatar-default-fill-mode: "solid" !default;
|
|
12
|
+
/// The default roundness of the Avatar.
|
|
13
|
+
/// @group avatar
|
|
14
|
+
/// @role default
|
|
15
|
+
$kendo-avatar-default-roundness: "full" !default;
|
|
16
|
+
/// The default size of the Avatar.
|
|
17
|
+
/// @group avatar
|
|
18
|
+
/// @role default
|
|
19
|
+
$kendo-avatar-default-size: "md" !default;
|
|
20
|
+
|
|
4
21
|
/// The border width of the Avatar.
|
|
5
22
|
/// @group avatar
|
|
6
23
|
$kendo-avatar-border-width: 1px !default;
|
|
7
24
|
|
|
25
|
+
/// The border radius of the Avatar.
|
|
26
|
+
/// @group avatar
|
|
27
|
+
$kendo-avatar-border-radius: null !default;
|
|
28
|
+
|
|
8
29
|
/// The font family of the Avatar.
|
|
9
30
|
/// @group avatar
|
|
10
31
|
$kendo-avatar-font-family: var( --kendo-font-family, inherit ) !default;
|
|
@@ -15,35 +36,28 @@ $kendo-avatar-font-size: var( --kendo-font-size, inherit ) !default;
|
|
|
15
36
|
/// @group avatar
|
|
16
37
|
$kendo-avatar-line-height: var( --kendo-line-height-xs, normal ) !default;
|
|
17
38
|
|
|
18
|
-
/// The
|
|
39
|
+
/// The small size of the Avatar.
|
|
19
40
|
/// @group avatar
|
|
20
|
-
$kendo-avatar-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
/// @group avatar
|
|
28
|
-
$kendo-avatar-theme-colors: (
|
|
29
|
-
"primary": k-color(primary),
|
|
30
|
-
"secondary": k-color(secondary),
|
|
31
|
-
"tertiary": k-color(tertiary),
|
|
32
|
-
"info": k-color(info),
|
|
33
|
-
"success": k-color(success),
|
|
34
|
-
"warning": k-color(warning),
|
|
35
|
-
"error": k-color(error),
|
|
36
|
-
"dark": k-color(dark),
|
|
37
|
-
"light": k-color(light),
|
|
38
|
-
"inverse": if($kendo-is-dark-theme, k-color(light), k-color(dark))
|
|
39
|
-
) !default;
|
|
41
|
+
$kendo-avatar-sm-size: k-spacing(4) !default;
|
|
42
|
+
/// The medium size of the Avatar.
|
|
43
|
+
/// @group avatar
|
|
44
|
+
$kendo-avatar-md-size: k-spacing(8) !default;
|
|
45
|
+
/// The large size of the Avatar.
|
|
46
|
+
/// @group avatar
|
|
47
|
+
$kendo-avatar-lg-size: k-spacing(16) !default;
|
|
40
48
|
|
|
41
49
|
|
|
42
50
|
@forward "@progress/kendo-theme-core/scss/components/avatar/_variables.scss" with (
|
|
51
|
+
$kendo-avatar-default-theme-color: $kendo-avatar-default-theme-color,
|
|
52
|
+
$kendo-avatar-default-fill-mode: $kendo-avatar-default-fill-mode,
|
|
53
|
+
$kendo-avatar-default-roundness: $kendo-avatar-default-roundness,
|
|
54
|
+
$kendo-avatar-default-size: $kendo-avatar-default-size,
|
|
43
55
|
$kendo-avatar-border-width: $kendo-avatar-border-width,
|
|
56
|
+
$kendo-avatar-border-radius: $kendo-avatar-border-radius,
|
|
44
57
|
$kendo-avatar-font-family: $kendo-avatar-font-family,
|
|
45
58
|
$kendo-avatar-font-size: $kendo-avatar-font-size,
|
|
46
59
|
$kendo-avatar-line-height: $kendo-avatar-line-height,
|
|
47
|
-
$kendo-avatar-
|
|
48
|
-
$kendo-avatar-
|
|
60
|
+
$kendo-avatar-sm-size: $kendo-avatar-sm-size,
|
|
61
|
+
$kendo-avatar-md-size: $kendo-avatar-md-size,
|
|
62
|
+
$kendo-avatar-lg-size: $kendo-avatar-lg-size
|
|
49
63
|
);
|
|
@@ -2,6 +2,23 @@
|
|
|
2
2
|
|
|
3
3
|
// Badge
|
|
4
4
|
|
|
5
|
+
/// The default theme color of the Badge.
|
|
6
|
+
/// @group badge
|
|
7
|
+
/// @role default
|
|
8
|
+
$kendo-badge-default-theme-color: "primary" !default;
|
|
9
|
+
/// The default fill mode of the Badge.
|
|
10
|
+
/// @group badge
|
|
11
|
+
/// @role default
|
|
12
|
+
$kendo-badge-default-fill-mode: "solid" !default;
|
|
13
|
+
/// The default size of the Badge.
|
|
14
|
+
/// @group badge
|
|
15
|
+
/// @role default
|
|
16
|
+
$kendo-badge-default-size: "md" !default;
|
|
17
|
+
/// The default roundness of the Badge.
|
|
18
|
+
/// @group badge
|
|
19
|
+
/// @role default
|
|
20
|
+
$kendo-badge-default-roundness: "md" !default;
|
|
21
|
+
|
|
5
22
|
/// The width of the border around the Badge.
|
|
6
23
|
/// @group badge
|
|
7
24
|
$kendo-badge-border-width: 1px !default;
|
|
@@ -65,49 +82,13 @@ $kendo-badge-md-min-width: calc( #{$kendo-badge-md-line-height * 1em} + calc( #{
|
|
|
65
82
|
/// @group badge
|
|
66
83
|
$kendo-badge-lg-min-width: calc( #{$kendo-badge-lg-line-height * 1em} + calc( #{$kendo-badge-lg-padding-y} * 2 ) + calc( #{$kendo-badge-border-width} * 2 ) ) !default;
|
|
67
84
|
|
|
68
|
-
/// The sizes map for the Badge.
|
|
69
|
-
/// @group badge
|
|
70
|
-
$kendo-badge-sizes: (
|
|
71
|
-
sm: (
|
|
72
|
-
padding-x: $kendo-badge-sm-padding-x,
|
|
73
|
-
padding-y: $kendo-badge-sm-padding-y,
|
|
74
|
-
font-size: $kendo-badge-sm-font-size,
|
|
75
|
-
line-height: $kendo-badge-sm-line-height,
|
|
76
|
-
min-width: $kendo-badge-sm-min-width
|
|
77
|
-
),
|
|
78
|
-
md: (
|
|
79
|
-
padding-x: $kendo-badge-md-padding-x,
|
|
80
|
-
padding-y: $kendo-badge-md-padding-y,
|
|
81
|
-
font-size: $kendo-badge-md-font-size,
|
|
82
|
-
line-height: $kendo-badge-md-line-height,
|
|
83
|
-
min-width: $kendo-badge-md-min-width
|
|
84
|
-
),
|
|
85
|
-
lg: (
|
|
86
|
-
padding-x: $kendo-badge-lg-padding-x,
|
|
87
|
-
padding-y: $kendo-badge-lg-padding-y,
|
|
88
|
-
font-size: $kendo-badge-lg-font-size,
|
|
89
|
-
line-height: $kendo-badge-lg-line-height,
|
|
90
|
-
min-width: $kendo-badge-lg-min-width
|
|
91
|
-
)
|
|
92
|
-
) !default;
|
|
93
|
-
|
|
94
|
-
/// The theme colors of the Badge.
|
|
95
|
-
/// @group badge
|
|
96
|
-
$kendo-badge-theme-colors: (
|
|
97
|
-
"primary": k-color(primary),
|
|
98
|
-
"secondary": k-color(secondary),
|
|
99
|
-
"tertiary": k-color(tertiary),
|
|
100
|
-
"info": k-color(info),
|
|
101
|
-
"success": k-color(success),
|
|
102
|
-
"warning": k-color(warning),
|
|
103
|
-
"error": k-color(error),
|
|
104
|
-
"dark": k-color(dark),
|
|
105
|
-
"light": k-color(light),
|
|
106
|
-
"inverse": if($kendo-is-dark-theme, k-color(light), k-color(dark)),
|
|
107
|
-
) !default;
|
|
108
85
|
|
|
109
86
|
|
|
110
87
|
@forward "@progress/kendo-theme-core/scss/components/badge/_variables.scss" with (
|
|
88
|
+
$kendo-badge-default-theme-color: $kendo-badge-default-theme-color,
|
|
89
|
+
$kendo-badge-default-fill-mode: $kendo-badge-default-fill-mode,
|
|
90
|
+
$kendo-badge-default-size: $kendo-badge-default-size,
|
|
91
|
+
$kendo-badge-default-roundness: $kendo-badge-default-roundness,
|
|
111
92
|
$kendo-badge-border-width: $kendo-badge-border-width,
|
|
112
93
|
$kendo-badge-sm-padding-x: $kendo-badge-sm-padding-x,
|
|
113
94
|
$kendo-badge-md-padding-x: $kendo-badge-md-padding-x,
|
|
@@ -126,7 +107,5 @@ $kendo-badge-theme-colors: (
|
|
|
126
107
|
$kendo-badge-min-width: $kendo-badge-min-width,
|
|
127
108
|
$kendo-badge-sm-min-width: $kendo-badge-sm-min-width,
|
|
128
109
|
$kendo-badge-md-min-width: $kendo-badge-md-min-width,
|
|
129
|
-
$kendo-badge-lg-min-width: $kendo-badge-lg-min-width
|
|
130
|
-
$kendo-badge-sizes: $kendo-badge-sizes,
|
|
131
|
-
$kendo-badge-theme-colors: $kendo-badge-theme-colors
|
|
110
|
+
$kendo-badge-lg-min-width: $kendo-badge-lg-min-width
|
|
132
111
|
);
|
|
@@ -3,6 +3,15 @@
|
|
|
3
3
|
|
|
4
4
|
// BottomNavigation
|
|
5
5
|
|
|
6
|
+
/// The default theme color of the BottomNavigation.
|
|
7
|
+
/// @group bottom-navigation
|
|
8
|
+
/// @role default
|
|
9
|
+
$kendo-bottom-nav-default-theme-color: "primary" !default;
|
|
10
|
+
/// The default fill mode of the BottomNavigation.
|
|
11
|
+
/// @group bottom-navigation
|
|
12
|
+
/// @role default
|
|
13
|
+
$kendo-bottom-nav-default-fill-mode: "flat" !default;
|
|
14
|
+
|
|
6
15
|
/// The horizontal padding of the BottomNavigation.
|
|
7
16
|
/// @group bottom-navigation
|
|
8
17
|
$kendo-bottom-nav-padding-x: k-spacing(1) !default;
|
|
@@ -64,22 +73,9 @@ $kendo-bottom-nav-flat-bg: k-color(surface-alt) !default;
|
|
|
64
73
|
/// @group bottom-navigation
|
|
65
74
|
$kendo-bottom-nav-flat-border: k-color(border) !default;
|
|
66
75
|
|
|
67
|
-
/// The navigation theme colors of the BottomNavigation.
|
|
68
|
-
/// @group bottom-navigation
|
|
69
|
-
$kendo-bottom-navigation-theme-colors: (
|
|
70
|
-
"primary": k-color(primary),
|
|
71
|
-
"secondary": k-color(secondary),
|
|
72
|
-
"tertiary": k-color(tertiary),
|
|
73
|
-
"info": k-color(info),
|
|
74
|
-
"success": k-color(success),
|
|
75
|
-
"warning": k-color(warning),
|
|
76
|
-
"error": k-color(error),
|
|
77
|
-
"dark": k-color(dark),
|
|
78
|
-
"light": k-color(light),
|
|
79
|
-
"inverse": if($kendo-is-dark-theme, k-color(light), k-color(dark)),
|
|
80
|
-
) !default;
|
|
81
|
-
|
|
82
76
|
@forward "@progress/kendo-theme-core/scss/components/bottom-navigation/_variables.scss" with (
|
|
77
|
+
$kendo-bottom-nav-default-theme-color: $kendo-bottom-nav-default-theme-color,
|
|
78
|
+
$kendo-bottom-nav-default-fill-mode: $kendo-bottom-nav-default-fill-mode,
|
|
83
79
|
$kendo-bottom-nav-padding-x: $kendo-bottom-nav-padding-x,
|
|
84
80
|
$kendo-bottom-nav-padding-y: $kendo-bottom-nav-padding-y,
|
|
85
81
|
$kendo-bottom-nav-gap: $kendo-bottom-nav-gap,
|
|
@@ -98,6 +94,5 @@ $kendo-bottom-navigation-theme-colors: (
|
|
|
98
94
|
$kendo-bottom-nav-shadow: $kendo-bottom-nav-shadow,
|
|
99
95
|
$kendo-bottom-nav-flat-text: $kendo-bottom-nav-flat-text,
|
|
100
96
|
$kendo-bottom-nav-flat-bg: $kendo-bottom-nav-flat-bg,
|
|
101
|
-
$kendo-bottom-nav-flat-border: $kendo-bottom-nav-flat-border
|
|
102
|
-
$kendo-bottom-navigation-theme-colors: $kendo-bottom-navigation-theme-colors
|
|
97
|
+
$kendo-bottom-nav-flat-border: $kendo-bottom-nav-flat-border
|
|
103
98
|
);
|
|
@@ -3,6 +3,11 @@
|
|
|
3
3
|
|
|
4
4
|
// Breadcrumb
|
|
5
5
|
|
|
6
|
+
/// The default size of the Breadcrumb.
|
|
7
|
+
/// @group breadcrumb
|
|
8
|
+
/// @role default
|
|
9
|
+
$kendo-breadcrumb-default-size: "md" !default;
|
|
10
|
+
|
|
6
11
|
/// The width of the border around the Breadcrumb.
|
|
7
12
|
/// @group breadcrumb
|
|
8
13
|
$kendo-breadcrumb-border-width: 0px !default;
|
|
@@ -191,37 +196,9 @@ $kendo-breadcrumb-current-item-text: null !default;
|
|
|
191
196
|
/// @group breadcrumb
|
|
192
197
|
$kendo-breadcrumb-current-item-border: null !default;
|
|
193
198
|
|
|
194
|
-
/// The sizes map for the Breadcrumb.
|
|
195
|
-
/// @group breadcrumb
|
|
196
|
-
$kendo-breadcrumb-sizes: (
|
|
197
|
-
sm: (
|
|
198
|
-
link-padding-x: $kendo-breadcrumb-sm-link-padding-x,
|
|
199
|
-
link-padding-y: $kendo-breadcrumb-sm-link-padding-y,
|
|
200
|
-
icon-link-padding-x: $kendo-breadcrumb-sm-icon-link-padding-x,
|
|
201
|
-
icon-link-padding-y: $kendo-breadcrumb-sm-icon-link-padding-y,
|
|
202
|
-
font-size: $kendo-breadcrumb-sm-font-size,
|
|
203
|
-
line-height: $kendo-breadcrumb-sm-line-height
|
|
204
|
-
),
|
|
205
|
-
md: (
|
|
206
|
-
link-padding-x: $kendo-breadcrumb-md-link-padding-x,
|
|
207
|
-
link-padding-y: $kendo-breadcrumb-md-link-padding-y,
|
|
208
|
-
icon-link-padding-x: $kendo-breadcrumb-md-icon-link-padding-x,
|
|
209
|
-
icon-link-padding-y: $kendo-breadcrumb-md-icon-link-padding-y,
|
|
210
|
-
font-size: $kendo-breadcrumb-md-font-size,
|
|
211
|
-
line-height: $kendo-breadcrumb-md-line-height
|
|
212
|
-
),
|
|
213
|
-
lg: (
|
|
214
|
-
link-padding-x: $kendo-breadcrumb-lg-link-padding-x,
|
|
215
|
-
link-padding-y: $kendo-breadcrumb-lg-link-padding-y,
|
|
216
|
-
icon-link-padding-x: $kendo-breadcrumb-lg-icon-link-padding-x,
|
|
217
|
-
icon-link-padding-y: $kendo-breadcrumb-lg-icon-link-padding-y,
|
|
218
|
-
font-size: $kendo-breadcrumb-lg-font-size,
|
|
219
|
-
line-height: $kendo-breadcrumb-lg-line-height
|
|
220
|
-
)
|
|
221
|
-
) !default;
|
|
222
|
-
|
|
223
199
|
|
|
224
200
|
@forward "@progress/kendo-theme-core/scss/components/breadcrumb/_variables.scss" with (
|
|
201
|
+
$kendo-breadcrumb-default-size: $kendo-breadcrumb-default-size,
|
|
225
202
|
$kendo-breadcrumb-border-width: $kendo-breadcrumb-border-width,
|
|
226
203
|
$kendo-breadcrumb-margin-x: $kendo-breadcrumb-margin-x,
|
|
227
204
|
$kendo-breadcrumb-margin-y: $kendo-breadcrumb-margin-y,
|
|
@@ -278,5 +255,4 @@ $kendo-breadcrumb-sizes: (
|
|
|
278
255
|
$kendo-breadcrumb-current-item-bg: $kendo-breadcrumb-current-item-bg,
|
|
279
256
|
$kendo-breadcrumb-current-item-text: $kendo-breadcrumb-current-item-text,
|
|
280
257
|
$kendo-breadcrumb-current-item-border: $kendo-breadcrumb-current-item-border,
|
|
281
|
-
$kendo-breadcrumb-sizes: $kendo-breadcrumb-sizes
|
|
282
258
|
);
|
|
@@ -4,6 +4,23 @@
|
|
|
4
4
|
|
|
5
5
|
// Button
|
|
6
6
|
|
|
7
|
+
/// The default theme color of the Button.
|
|
8
|
+
/// @group button
|
|
9
|
+
/// @role default
|
|
10
|
+
$kendo-button-default-theme-color: "base" !default;
|
|
11
|
+
/// The default fill mode of the Button.
|
|
12
|
+
/// @group button
|
|
13
|
+
/// @role default
|
|
14
|
+
$kendo-button-default-fill-mode: "solid" !default;
|
|
15
|
+
/// The default roundness of the Button.
|
|
16
|
+
/// @group button
|
|
17
|
+
/// @role default
|
|
18
|
+
$kendo-button-default-roundness: "md" !default;
|
|
19
|
+
/// The default size of the Button.
|
|
20
|
+
/// @group button
|
|
21
|
+
/// @role default
|
|
22
|
+
$kendo-button-default-size: "md" !default;
|
|
23
|
+
|
|
7
24
|
/// The width of the border around the Button.
|
|
8
25
|
/// @group button
|
|
9
26
|
$kendo-button-border-width: 1px !default;
|
|
@@ -74,44 +91,6 @@ $kendo-button-sm-inner-calc-size: calc( ( #{$kendo-button-sm-line-height} * 1em
|
|
|
74
91
|
$kendo-button-md-inner-calc-size: calc( ( #{$kendo-button-md-line-height} * 1em ) + ( #{$kendo-button-md-padding-y} * 2 ) ) !default;
|
|
75
92
|
$kendo-button-lg-inner-calc-size: calc( ( #{$kendo-button-lg-line-height} * 1em ) + ( #{$kendo-button-lg-padding-y} * 2 ) ) !default;
|
|
76
93
|
|
|
77
|
-
/// The sizes map for the Button.
|
|
78
|
-
/// @group button
|
|
79
|
-
$kendo-button-sizes: (
|
|
80
|
-
sm: (
|
|
81
|
-
padding-x: $kendo-button-sm-padding-x,
|
|
82
|
-
padding-y: $kendo-button-sm-padding-y,
|
|
83
|
-
font-size: $kendo-button-sm-font-size,
|
|
84
|
-
line-height: $kendo-button-sm-line-height
|
|
85
|
-
),
|
|
86
|
-
md: (
|
|
87
|
-
padding-x: $kendo-button-md-padding-x,
|
|
88
|
-
padding-y: $kendo-button-md-padding-y,
|
|
89
|
-
font-size: $kendo-button-md-font-size,
|
|
90
|
-
line-height: $kendo-button-md-line-height
|
|
91
|
-
),
|
|
92
|
-
lg: (
|
|
93
|
-
padding-x: $kendo-button-lg-padding-x,
|
|
94
|
-
padding-y: $kendo-button-lg-padding-y,
|
|
95
|
-
font-size: $kendo-button-lg-font-size,
|
|
96
|
-
line-height: $kendo-button-lg-line-height
|
|
97
|
-
)
|
|
98
|
-
) !default;
|
|
99
|
-
|
|
100
|
-
/// The theme colors map for the Button.
|
|
101
|
-
/// @group button
|
|
102
|
-
$kendo-button-theme-colors: (
|
|
103
|
-
"base": k-color(base),
|
|
104
|
-
"primary": k-color(primary),
|
|
105
|
-
"secondary": k-color(secondary),
|
|
106
|
-
"tertiary": k-color(tertiary),
|
|
107
|
-
"info": k-color(info),
|
|
108
|
-
"success": k-color(success),
|
|
109
|
-
"warning": k-color(warning),
|
|
110
|
-
"error": k-color(error),
|
|
111
|
-
"dark": k-color(dark),
|
|
112
|
-
"light": k-color(light),
|
|
113
|
-
"inverse": if($kendo-is-dark-theme, k-color(light), k-color(dark))
|
|
114
|
-
) !default;
|
|
115
94
|
|
|
116
95
|
/// The base background of the Button.
|
|
117
96
|
/// @group button
|
|
@@ -298,8 +277,6 @@ $kendo-button-transition: color k-transition(rapid), background-color k-transiti
|
|
|
298
277
|
$kendo-button-sm-inner-calc-size: $kendo-button-sm-inner-calc-size,
|
|
299
278
|
$kendo-button-md-inner-calc-size: $kendo-button-md-inner-calc-size,
|
|
300
279
|
$kendo-button-lg-inner-calc-size: $kendo-button-lg-inner-calc-size,
|
|
301
|
-
$kendo-button-sizes: $kendo-button-sizes,
|
|
302
|
-
$kendo-button-theme-colors: $kendo-button-theme-colors,
|
|
303
280
|
$kendo-button-bg: $kendo-button-bg,
|
|
304
281
|
$kendo-button-text: $kendo-button-text,
|
|
305
282
|
$kendo-button-border: $kendo-button-border,
|
|
@@ -346,5 +323,9 @@ $kendo-button-transition: color k-transition(rapid), background-color k-transiti
|
|
|
346
323
|
$kendo-flat-button-active-opacity: $kendo-flat-button-active-opacity,
|
|
347
324
|
$kendo-flat-button-selected-opacity: $kendo-flat-button-selected-opacity,
|
|
348
325
|
$kendo-flat-button-focus-ring-opacity: $kendo-flat-button-focus-ring-opacity,
|
|
349
|
-
$kendo-button-transition: $kendo-button-transition
|
|
326
|
+
$kendo-button-transition: $kendo-button-transition,
|
|
327
|
+
$kendo-button-default-theme-color: $kendo-button-default-theme-color,
|
|
328
|
+
$kendo-button-default-fill-mode: $kendo-button-default-fill-mode,
|
|
329
|
+
$kendo-button-default-roundness: $kendo-button-default-roundness,
|
|
330
|
+
$kendo-button-default-size: $kendo-button-default-size
|
|
350
331
|
);
|
|
@@ -2,6 +2,11 @@
|
|
|
2
2
|
|
|
3
3
|
// Calendar
|
|
4
4
|
|
|
5
|
+
/// The default size of the Calendar.
|
|
6
|
+
/// @group calendar
|
|
7
|
+
/// @role default
|
|
8
|
+
$kendo-calendar-default-size: "md" !default;
|
|
9
|
+
|
|
5
10
|
/// The width of the border around the Calendar.
|
|
6
11
|
/// @group calendar
|
|
7
12
|
$kendo-calendar-border-width: 1px !default;
|
|
@@ -11,10 +16,10 @@ $kendo-calendar-border-width: 1px !default;
|
|
|
11
16
|
$kendo-calendar-font-family: var( --kendo-font-family, inherit ) !default;
|
|
12
17
|
/// The font size of the Calendar.
|
|
13
18
|
/// @group calendar
|
|
14
|
-
$kendo-calendar-font-size:
|
|
19
|
+
$kendo-calendar-font-size: null !default;
|
|
15
20
|
/// The line height of the Calendar.
|
|
16
21
|
/// @group calendar
|
|
17
|
-
$kendo-calendar-line-height:
|
|
22
|
+
$kendo-calendar-line-height: null !default;
|
|
18
23
|
/// The border-radius of the Calendar.
|
|
19
24
|
/// @group calendar
|
|
20
25
|
$kendo-calendar-border-radius: 0 !default;
|
|
@@ -328,34 +333,8 @@ $kendo-calendar-lg-cell-padding-x: k-spacing(2) !default;
|
|
|
328
333
|
/// @group calendar
|
|
329
334
|
$kendo-calendar-lg-cell-padding-y: k-spacing(2) !default;
|
|
330
335
|
|
|
331
|
-
/// The sizes Map of the Calendar.
|
|
332
|
-
/// @group calendar
|
|
333
|
-
$kendo-calendar-sizes: (
|
|
334
|
-
sm: (
|
|
335
|
-
font-size: $kendo-calendar-sm-font-size,
|
|
336
|
-
line-height: $kendo-calendar-sm-line-height,
|
|
337
|
-
cell-size: $kendo-calendar-sm-cell-size,
|
|
338
|
-
cell-padding-x: $kendo-calendar-sm-cell-padding-y,
|
|
339
|
-
cell-padding-y: $kendo-calendar-sm-cell-padding-x
|
|
340
|
-
),
|
|
341
|
-
md: (
|
|
342
|
-
font-size: $kendo-calendar-md-font-size,
|
|
343
|
-
line-height: $kendo-calendar-md-line-height,
|
|
344
|
-
cell-size: $kendo-calendar-md-cell-size,
|
|
345
|
-
cell-padding-x: $kendo-calendar-md-cell-padding-y,
|
|
346
|
-
cell-padding-y: $kendo-calendar-md-cell-padding-x
|
|
347
|
-
),
|
|
348
|
-
lg: (
|
|
349
|
-
font-size: $kendo-calendar-lg-font-size,
|
|
350
|
-
line-height: $kendo-calendar-lg-line-height,
|
|
351
|
-
cell-size: $kendo-calendar-lg-cell-size,
|
|
352
|
-
cell-padding-x: $kendo-calendar-lg-cell-padding-y,
|
|
353
|
-
cell-padding-y: $kendo-calendar-lg-cell-padding-x
|
|
354
|
-
)
|
|
355
|
-
) !default;
|
|
356
|
-
|
|
357
|
-
|
|
358
336
|
@forward "@progress/kendo-theme-core/scss/components/calendar/_variables.scss" with (
|
|
337
|
+
$kendo-calendar-default-size: $kendo-calendar-default-size,
|
|
359
338
|
$kendo-calendar-border-width: $kendo-calendar-border-width,
|
|
360
339
|
$kendo-calendar-font-family: $kendo-calendar-font-family,
|
|
361
340
|
$kendo-calendar-font-size: $kendo-calendar-font-size,
|
|
@@ -449,6 +428,5 @@ $kendo-calendar-sizes: (
|
|
|
449
428
|
$kendo-calendar-lg-line-height: $kendo-calendar-lg-line-height,
|
|
450
429
|
$kendo-calendar-lg-cell-size: $kendo-calendar-lg-cell-size,
|
|
451
430
|
$kendo-calendar-lg-cell-padding-x: $kendo-calendar-lg-cell-padding-x,
|
|
452
|
-
$kendo-calendar-lg-cell-padding-y: $kendo-calendar-lg-cell-padding-y
|
|
453
|
-
$kendo-calendar-sizes: $kendo-calendar-sizes
|
|
431
|
+
$kendo-calendar-lg-cell-padding-y: $kendo-calendar-lg-cell-padding-y
|
|
454
432
|
);
|