@progress/kendo-theme-bootstrap 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/bootstrap-3-dark.css +1 -1
- package/dist/bootstrap-3.css +1 -1
- package/dist/bootstrap-4-dark.css +1 -1
- package/dist/bootstrap-4.css +1 -1
- package/dist/bootstrap-dataviz-v4.css +1 -1
- package/dist/bootstrap-main-dark.css +1 -1
- package/dist/bootstrap-main.css +1 -1
- package/dist/bootstrap-nordic.css +1 -1
- package/dist/bootstrap-turquoise-dark.css +1 -1
- package/dist/bootstrap-turquoise.css +1 -1
- package/dist/bootstrap-urban.css +1 -1
- package/dist/bootstrap-vintage.css +1 -1
- package/dist/meta/sassdoc-data.json +20507 -15833
- package/dist/meta/sassdoc-raw-data.json +10090 -7798
- package/dist/meta/variables.json +715 -465
- package/lib/swatches/bootstrap-3-dark.json +1 -1
- package/lib/swatches/bootstrap-3.json +1 -1
- package/lib/swatches/bootstrap-4-dark.json +1 -1
- package/lib/swatches/bootstrap-4.json +1 -1
- package/lib/swatches/bootstrap-dataviz-v4.json +1 -1
- package/lib/swatches/bootstrap-main-dark.json +1 -1
- package/lib/swatches/bootstrap-main.json +1 -1
- package/lib/swatches/bootstrap-nordic.json +1 -1
- package/lib/swatches/bootstrap-turquoise-dark.json +1 -1
- package/lib/swatches/bootstrap-turquoise.json +1 -1
- package/lib/swatches/bootstrap-urban.json +1 -1
- package/lib/swatches/bootstrap-vintage.json +1 -1
- package/package.json +5 -5
- package/scss/appbar/_variables.scss +6 -16
- package/scss/avatar/_variables.scss +37 -24
- 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 -42
- package/scss/calendar/_variables.scss +9 -31
- package/scss/card/_variables.scss +7 -17
- package/scss/checkbox/_layout.scss +15 -9
- package/scss/checkbox/_variables.scss +13 -23
- package/scss/chip/_theme.scss +0 -2
- package/scss/chip/_variables.scss +38 -50
- package/scss/coloreditor/_variables.scss +9 -41
- package/scss/colorgradient/_variables.scss +11 -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/_theme.scss +78 -72
- 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 -41
- package/scss/icons/_variables.scss +6 -0
- package/scss/input/_layout.scss +8 -4
- 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 +1 -1
- package/scss/notification/_variables.scss +7 -13
- package/scss/otp/_variables.scss +1 -22
- package/scss/overlay/_variables.scss +6 -18
- package/scss/pager/_variables.scss +7 -26
- package/scss/radio/_variables.scss +7 -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 +16 -27
- 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 -20
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-theme-bootstrap",
|
|
3
3
|
"description": "Bootstrap theme for Kendo UI",
|
|
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 bootstrap 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
|
);
|
|
@@ -3,10 +3,31 @@
|
|
|
3
3
|
|
|
4
4
|
// Avatar
|
|
5
5
|
|
|
6
|
+
/// The default theme color of the Avatar.
|
|
7
|
+
/// @group avatar
|
|
8
|
+
/// @role default
|
|
9
|
+
$kendo-avatar-default-theme-color: "primary" !default;
|
|
10
|
+
/// The default fill mode of the Avatar.
|
|
11
|
+
/// @group avatar
|
|
12
|
+
/// @role default
|
|
13
|
+
$kendo-avatar-default-fill-mode: "solid" !default;
|
|
14
|
+
/// The default roundness of the Avatar.
|
|
15
|
+
/// @group avatar
|
|
16
|
+
/// @role default
|
|
17
|
+
$kendo-avatar-default-roundness: "full" !default;
|
|
18
|
+
/// The default size of the Avatar.
|
|
19
|
+
/// @group avatar
|
|
20
|
+
/// @role default
|
|
21
|
+
$kendo-avatar-default-size: "md" !default;
|
|
22
|
+
|
|
6
23
|
/// The border width of the Avatar.
|
|
7
24
|
/// @group avatar
|
|
8
25
|
$kendo-avatar-border-width: 1px !default;
|
|
9
26
|
|
|
27
|
+
/// The border radius of the Avatar.
|
|
28
|
+
/// @group avatar
|
|
29
|
+
$kendo-avatar-border-radius: null !default;
|
|
30
|
+
|
|
10
31
|
/// The font family of the Avatar.
|
|
11
32
|
/// @group avatar
|
|
12
33
|
$kendo-avatar-font-family: var( --kendo-font-family, inherit ) !default;
|
|
@@ -17,35 +38,27 @@ $kendo-avatar-font-size: var( --kendo-font-size, inherit ) !default;
|
|
|
17
38
|
/// @group avatar
|
|
18
39
|
$kendo-avatar-line-height: var( --kendo-line-height, normal ) !default;
|
|
19
40
|
|
|
20
|
-
/// The
|
|
41
|
+
/// The small size of the Avatar.
|
|
21
42
|
/// @group avatar
|
|
22
|
-
$kendo-avatar-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
/// @group avatar
|
|
30
|
-
$kendo-avatar-theme-colors: (
|
|
31
|
-
"primary": k-color(primary),
|
|
32
|
-
"secondary": k-color(secondary),
|
|
33
|
-
"tertiary": k-color(tertiary),
|
|
34
|
-
"info": k-color(info),
|
|
35
|
-
"success": k-color(success),
|
|
36
|
-
"warning": k-color(warning),
|
|
37
|
-
"error": k-color(error),
|
|
38
|
-
"dark": k-color(dark),
|
|
39
|
-
"light": k-color(light),
|
|
40
|
-
"inverse": if($kendo-is-dark-theme, k-color(light), k-color(dark))
|
|
41
|
-
) !default;
|
|
42
|
-
|
|
43
|
+
$kendo-avatar-sm-size: k-spacing(4) !default;
|
|
44
|
+
/// The medium size of the Avatar.
|
|
45
|
+
/// @group avatar
|
|
46
|
+
$kendo-avatar-md-size: k-spacing(8) !default;
|
|
47
|
+
/// The large size of the Avatar.
|
|
48
|
+
/// @group avatar
|
|
49
|
+
$kendo-avatar-lg-size: k-spacing(16) !default;
|
|
43
50
|
|
|
44
51
|
@forward "@progress/kendo-theme-core/scss/components/avatar/_variables.scss" with (
|
|
52
|
+
$kendo-avatar-default-theme-color: $kendo-avatar-default-theme-color,
|
|
53
|
+
$kendo-avatar-default-fill-mode: $kendo-avatar-default-fill-mode,
|
|
54
|
+
$kendo-avatar-default-roundness: $kendo-avatar-default-roundness,
|
|
55
|
+
$kendo-avatar-default-size: $kendo-avatar-default-size,
|
|
45
56
|
$kendo-avatar-border-width: $kendo-avatar-border-width,
|
|
57
|
+
$kendo-avatar-border-radius: $kendo-avatar-border-radius,
|
|
46
58
|
$kendo-avatar-font-family: $kendo-avatar-font-family,
|
|
47
59
|
$kendo-avatar-font-size: $kendo-avatar-font-size,
|
|
48
60
|
$kendo-avatar-line-height: $kendo-avatar-line-height,
|
|
49
|
-
$kendo-avatar-
|
|
50
|
-
$kendo-avatar-
|
|
61
|
+
$kendo-avatar-sm-size: $kendo-avatar-sm-size,
|
|
62
|
+
$kendo-avatar-md-size: $kendo-avatar-md-size,
|
|
63
|
+
$kendo-avatar-lg-size: $kendo-avatar-lg-size,
|
|
51
64
|
);
|
|
@@ -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,48 +82,12 @@ $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
|
@forward "@progress/kendo-theme-core/scss/components/badge/_variables.scss" with (
|
|
87
|
+
$kendo-badge-default-theme-color: $kendo-badge-default-theme-color,
|
|
88
|
+
$kendo-badge-default-fill-mode: $kendo-badge-default-fill-mode,
|
|
89
|
+
$kendo-badge-default-size: $kendo-badge-default-size,
|
|
90
|
+
$kendo-badge-default-roundness: $kendo-badge-default-roundness,
|
|
110
91
|
$kendo-badge-border-width: $kendo-badge-border-width,
|
|
111
92
|
$kendo-badge-sm-padding-x: $kendo-badge-sm-padding-x,
|
|
112
93
|
$kendo-badge-md-padding-x: $kendo-badge-md-padding-x,
|
|
@@ -125,7 +106,5 @@ $kendo-badge-theme-colors: (
|
|
|
125
106
|
$kendo-badge-min-width: $kendo-badge-min-width,
|
|
126
107
|
$kendo-badge-sm-min-width: $kendo-badge-sm-min-width,
|
|
127
108
|
$kendo-badge-md-min-width: $kendo-badge-md-min-width,
|
|
128
|
-
$kendo-badge-lg-min-width: $kendo-badge-lg-min-width
|
|
129
|
-
$kendo-badge-sizes: $kendo-badge-sizes,
|
|
130
|
-
$kendo-badge-theme-colors: $kendo-badge-theme-colors
|
|
109
|
+
$kendo-badge-lg-min-width: $kendo-badge-lg-min-width
|
|
131
110
|
);
|
|
@@ -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(0) !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
|
);
|
|
@@ -4,6 +4,11 @@
|
|
|
4
4
|
|
|
5
5
|
// Breadcrumb
|
|
6
6
|
|
|
7
|
+
/// The default size of the Breadcrumb.
|
|
8
|
+
/// @group breadcrumb
|
|
9
|
+
/// @role default
|
|
10
|
+
$kendo-breadcrumb-default-size: "md" !default;
|
|
11
|
+
|
|
7
12
|
/// The width of the border around the Breadcrumb.
|
|
8
13
|
/// @group breadcrumb
|
|
9
14
|
$kendo-breadcrumb-border-width: 0px !default;
|
|
@@ -194,37 +199,9 @@ $kendo-breadcrumb-current-item-text: k-color(secondary) !default;
|
|
|
194
199
|
$kendo-breadcrumb-current-item-border: null !default;
|
|
195
200
|
|
|
196
201
|
|
|
197
|
-
/// The sizes map for the Breadcrumb.
|
|
198
|
-
/// @group breadcrumb
|
|
199
|
-
$kendo-breadcrumb-sizes: (
|
|
200
|
-
sm: (
|
|
201
|
-
link-padding-x: $kendo-breadcrumb-sm-link-padding-x,
|
|
202
|
-
link-padding-y: $kendo-breadcrumb-sm-link-padding-y,
|
|
203
|
-
icon-link-padding-x: $kendo-breadcrumb-sm-icon-link-padding-x,
|
|
204
|
-
icon-link-padding-y: $kendo-breadcrumb-sm-icon-link-padding-y,
|
|
205
|
-
font-size: $kendo-breadcrumb-sm-font-size,
|
|
206
|
-
line-height: $kendo-breadcrumb-sm-line-height
|
|
207
|
-
),
|
|
208
|
-
md: (
|
|
209
|
-
link-padding-x: $kendo-breadcrumb-md-link-padding-x,
|
|
210
|
-
link-padding-y: $kendo-breadcrumb-md-link-padding-y,
|
|
211
|
-
icon-link-padding-x: $kendo-breadcrumb-md-icon-link-padding-x,
|
|
212
|
-
icon-link-padding-y: $kendo-breadcrumb-md-icon-link-padding-y,
|
|
213
|
-
font-size: $kendo-breadcrumb-md-font-size,
|
|
214
|
-
line-height: $kendo-breadcrumb-md-line-height
|
|
215
|
-
),
|
|
216
|
-
lg: (
|
|
217
|
-
link-padding-x: $kendo-breadcrumb-lg-link-padding-x,
|
|
218
|
-
link-padding-y: $kendo-breadcrumb-lg-link-padding-y,
|
|
219
|
-
icon-link-padding-x: $kendo-breadcrumb-lg-icon-link-padding-x,
|
|
220
|
-
icon-link-padding-y: $kendo-breadcrumb-lg-icon-link-padding-y,
|
|
221
|
-
font-size: $kendo-breadcrumb-lg-font-size,
|
|
222
|
-
line-height: $kendo-breadcrumb-lg-line-height
|
|
223
|
-
)
|
|
224
|
-
) !default;
|
|
225
|
-
|
|
226
202
|
|
|
227
203
|
@forward "@progress/kendo-theme-core/scss/components/breadcrumb/_variables.scss" with (
|
|
204
|
+
$kendo-breadcrumb-default-size: $kendo-breadcrumb-default-size,
|
|
228
205
|
$kendo-breadcrumb-border-width: $kendo-breadcrumb-border-width,
|
|
229
206
|
$kendo-breadcrumb-margin-x: $kendo-breadcrumb-margin-x,
|
|
230
207
|
$kendo-breadcrumb-margin-y: $kendo-breadcrumb-margin-y,
|
|
@@ -281,5 +258,4 @@ $kendo-breadcrumb-sizes: (
|
|
|
281
258
|
$kendo-breadcrumb-current-item-bg: $kendo-breadcrumb-current-item-bg,
|
|
282
259
|
$kendo-breadcrumb-current-item-text: $kendo-breadcrumb-current-item-text,
|
|
283
260
|
$kendo-breadcrumb-current-item-border: $kendo-breadcrumb-current-item-border,
|
|
284
|
-
$kendo-breadcrumb-sizes: $kendo-breadcrumb-sizes
|
|
285
261
|
);
|
|
@@ -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,45 +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
|
-
|
|
116
94
|
/// The base background of the Button.
|
|
117
95
|
/// @group button
|
|
118
96
|
$kendo-button-bg: k-color(base) !default;
|
|
@@ -297,8 +275,6 @@ $kendo-button-transition: color k-transition(rapid), background-color k-transiti
|
|
|
297
275
|
$kendo-button-sm-inner-calc-size: $kendo-button-sm-inner-calc-size,
|
|
298
276
|
$kendo-button-md-inner-calc-size: $kendo-button-md-inner-calc-size,
|
|
299
277
|
$kendo-button-lg-inner-calc-size: $kendo-button-lg-inner-calc-size,
|
|
300
|
-
$kendo-button-sizes: $kendo-button-sizes,
|
|
301
|
-
$kendo-button-theme-colors: $kendo-button-theme-colors,
|
|
302
278
|
$kendo-button-bg: $kendo-button-bg,
|
|
303
279
|
$kendo-button-text: $kendo-button-text,
|
|
304
280
|
$kendo-button-border: $kendo-button-border,
|
|
@@ -345,5 +321,9 @@ $kendo-button-transition: color k-transition(rapid), background-color k-transiti
|
|
|
345
321
|
$kendo-flat-button-active-opacity: $kendo-flat-button-active-opacity,
|
|
346
322
|
$kendo-flat-button-selected-opacity: $kendo-flat-button-selected-opacity,
|
|
347
323
|
$kendo-flat-button-focus-ring-opacity: $kendo-flat-button-focus-ring-opacity,
|
|
348
|
-
$kendo-button-transition: $kendo-button-transition
|
|
324
|
+
$kendo-button-transition: $kendo-button-transition,
|
|
325
|
+
$kendo-button-default-theme-color: $kendo-button-default-theme-color,
|
|
326
|
+
$kendo-button-default-fill-mode: $kendo-button-default-fill-mode,
|
|
327
|
+
$kendo-button-default-roundness: $kendo-button-default-roundness,
|
|
328
|
+
$kendo-button-default-size: $kendo-button-default-size
|
|
349
329
|
);
|
|
@@ -4,6 +4,11 @@
|
|
|
4
4
|
|
|
5
5
|
// Calendar
|
|
6
6
|
|
|
7
|
+
/// The default size of the Calendar.
|
|
8
|
+
/// @group calendar
|
|
9
|
+
/// @role default
|
|
10
|
+
$kendo-calendar-default-size: "md" !default;
|
|
11
|
+
|
|
7
12
|
/// The width of the border around the Calendar.
|
|
8
13
|
/// @group calendar
|
|
9
14
|
$kendo-calendar-border-width: 1px !default;
|
|
@@ -12,10 +17,10 @@ $kendo-calendar-border-width: 1px !default;
|
|
|
12
17
|
$kendo-calendar-font-family: var( --kendo-font-family, inherit ) !default;
|
|
13
18
|
/// The font size of the Calendar.
|
|
14
19
|
/// @group calendar
|
|
15
|
-
$kendo-calendar-font-size:
|
|
20
|
+
$kendo-calendar-font-size: null !default;
|
|
16
21
|
/// The line height of the Calendar.
|
|
17
22
|
/// @group calendar
|
|
18
|
-
$kendo-calendar-line-height:
|
|
23
|
+
$kendo-calendar-line-height: null !default;
|
|
19
24
|
/// The border-radius of the Calendar.
|
|
20
25
|
/// @group calendar
|
|
21
26
|
$kendo-calendar-border-radius: 0 !default;
|
|
@@ -323,34 +328,8 @@ $kendo-calendar-lg-cell-padding-x: k-spacing(1) !default;
|
|
|
323
328
|
/// @group calendar
|
|
324
329
|
$kendo-calendar-lg-cell-padding-y: k-spacing(1) !default;
|
|
325
330
|
|
|
326
|
-
/// The sizes Map of the Calendar.
|
|
327
|
-
/// @group calendar
|
|
328
|
-
$kendo-calendar-sizes: (
|
|
329
|
-
sm: (
|
|
330
|
-
font-size: $kendo-calendar-sm-font-size,
|
|
331
|
-
line-height: $kendo-calendar-sm-line-height,
|
|
332
|
-
cell-size: $kendo-calendar-sm-cell-size,
|
|
333
|
-
cell-padding-x: $kendo-calendar-sm-cell-padding-y,
|
|
334
|
-
cell-padding-y: $kendo-calendar-sm-cell-padding-x
|
|
335
|
-
),
|
|
336
|
-
md: (
|
|
337
|
-
font-size: $kendo-calendar-md-font-size,
|
|
338
|
-
line-height: $kendo-calendar-md-line-height,
|
|
339
|
-
cell-size: $kendo-calendar-md-cell-size,
|
|
340
|
-
cell-padding-x: $kendo-calendar-md-cell-padding-y,
|
|
341
|
-
cell-padding-y: $kendo-calendar-md-cell-padding-x
|
|
342
|
-
),
|
|
343
|
-
lg: (
|
|
344
|
-
font-size: $kendo-calendar-lg-font-size,
|
|
345
|
-
line-height: $kendo-calendar-lg-line-height,
|
|
346
|
-
cell-size: $kendo-calendar-lg-cell-size,
|
|
347
|
-
cell-padding-x: $kendo-calendar-lg-cell-padding-y,
|
|
348
|
-
cell-padding-y: $kendo-calendar-lg-cell-padding-x
|
|
349
|
-
)
|
|
350
|
-
) !default;
|
|
351
|
-
|
|
352
|
-
|
|
353
331
|
@forward "@progress/kendo-theme-core/scss/components/calendar/_variables.scss" with (
|
|
332
|
+
$kendo-calendar-default-size: $kendo-calendar-default-size,
|
|
354
333
|
$kendo-calendar-border-width: $kendo-calendar-border-width,
|
|
355
334
|
$kendo-calendar-font-family: $kendo-calendar-font-family,
|
|
356
335
|
$kendo-calendar-font-size: $kendo-calendar-font-size,
|
|
@@ -444,6 +423,5 @@ $kendo-calendar-sizes: (
|
|
|
444
423
|
$kendo-calendar-lg-line-height: $kendo-calendar-lg-line-height,
|
|
445
424
|
$kendo-calendar-lg-cell-size: $kendo-calendar-lg-cell-size,
|
|
446
425
|
$kendo-calendar-lg-cell-padding-x: $kendo-calendar-lg-cell-padding-x,
|
|
447
|
-
$kendo-calendar-lg-cell-padding-y: $kendo-calendar-lg-cell-padding-y
|
|
448
|
-
$kendo-calendar-sizes: $kendo-calendar-sizes
|
|
426
|
+
$kendo-calendar-lg-cell-padding-y: $kendo-calendar-lg-cell-padding-y
|
|
449
427
|
);
|
|
@@ -5,6 +5,11 @@
|
|
|
5
5
|
|
|
6
6
|
// Card
|
|
7
7
|
|
|
8
|
+
/// The default theme color of the Card.
|
|
9
|
+
/// @group card
|
|
10
|
+
/// @role default
|
|
11
|
+
$kendo-card-default-theme-color: null !default;
|
|
12
|
+
|
|
8
13
|
/// The horizontal padding of the Card.
|
|
9
14
|
/// @group card
|
|
10
15
|
$kendo-card-padding-x: k-spacing(4) !default;
|
|
@@ -183,22 +188,8 @@ $kendo-card-callout-width: 1.3em !default;
|
|
|
183
188
|
/// @group card
|
|
184
189
|
$kendo-card-callout-height: 1.3em !default;
|
|
185
190
|
|
|
186
|
-
/// The theme colors of the Card.
|
|
187
|
-
/// @group card
|
|
188
|
-
$kendo-card-theme-colors: (
|
|
189
|
-
"primary": k-color(primary),
|
|
190
|
-
"secondary": k-color(secondary),
|
|
191
|
-
"tertiary": k-color(tertiary),
|
|
192
|
-
"info": k-color(info),
|
|
193
|
-
"success": k-color(success),
|
|
194
|
-
"warning": k-color(warning),
|
|
195
|
-
"error": k-color(error),
|
|
196
|
-
"dark": k-color(dark),
|
|
197
|
-
"light": k-color(light),
|
|
198
|
-
"inverse": if($kendo-is-dark-theme, k-color(light), k-color(dark)),
|
|
199
|
-
) !default;
|
|
200
|
-
|
|
201
191
|
@forward "@progress/kendo-theme-core/scss/components/card/_variables.scss" with (
|
|
192
|
+
$kendo-card-default-theme-color: $kendo-card-default-theme-color,
|
|
202
193
|
$kendo-card-padding-x: $kendo-card-padding-x,
|
|
203
194
|
$kendo-card-padding-y: $kendo-card-padding-y,
|
|
204
195
|
$kendo-card-border-width: $kendo-card-border-width,
|
|
@@ -252,6 +243,5 @@ $kendo-card-theme-colors: (
|
|
|
252
243
|
$kendo-card-deck-scroll-button-radius: $kendo-card-deck-scroll-button-radius,
|
|
253
244
|
$kendo-card-deck-scroll-button-offset: $kendo-card-deck-scroll-button-offset,
|
|
254
245
|
$kendo-card-callout-width: $kendo-card-callout-width,
|
|
255
|
-
$kendo-card-callout-height: $kendo-card-callout-height
|
|
256
|
-
$kendo-card-theme-colors: $kendo-card-theme-colors
|
|
246
|
+
$kendo-card-callout-height: $kendo-card-callout-height
|
|
257
247
|
);
|