@progress/kendo-theme-fluent 13.1.1 → 13.1.2-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/fluent-1-dark.css +1 -1
- package/dist/fluent-1.css +1 -1
- package/dist/fluent-main-dark.css +1 -1
- package/dist/fluent-main.css +1 -1
- package/dist/meta/sassdoc-data.json +7132 -7132
- package/dist/meta/sassdoc-raw-data.json +471 -471
- package/dist/meta/variables.json +3158 -3158
- package/lib/swatches/all.json +1 -1
- package/lib/swatches/fluent-1-dark.json +1 -1
- package/lib/swatches/fluent-1.json +1 -1
- package/lib/swatches/fluent-main-dark.json +1 -1
- package/lib/swatches/fluent-main.json +1 -1
- package/package.json +4 -4
- package/scss/action-sheet/_variables.scss +8 -8
- package/scss/adaptive/_variables.scss +3 -3
- package/scss/appbar/_variables.scss +3 -3
- package/scss/avatar/_variables.scss +3 -3
- package/scss/badge/_variables.scss +7 -7
- package/scss/bottom-navigation/_variables.scss +3 -3
- package/scss/breadcrumb/_variables.scss +14 -14
- package/scss/bubble/_variables.scss +1 -1
- package/scss/button/_variables.scss +8 -8
- package/scss/calendar/_variables.scss +14 -14
- package/scss/captcha/_variables.scss +4 -4
- package/scss/card/_variables.scss +13 -13
- package/scss/chat/_layout.scss +1 -1
- package/scss/chat/_variables.scss +9 -9
- package/scss/checkbox/_variables.scss +1 -1
- package/scss/chip/_variables.scss +10 -10
- package/scss/color-preview/_variables.scss +4 -1
- package/scss/coloreditor/_variables.scss +3 -3
- package/scss/colorgradient/_variables.scss +5 -5
- package/scss/colorpalette/_variables.scss +2 -2
- package/scss/column-menu/_variables.scss +7 -7
- package/scss/dataviz/_variables.scss +14 -14
- package/scss/dock-manager/_variables.scss +4 -4
- package/scss/draggable/_variables.scss +3 -3
- package/scss/drawer/_variables.scss +8 -8
- package/scss/dropzone/_layout.scss +1 -1
- package/scss/dropzone/_variables.scss +6 -6
- package/scss/editor/_variables.scss +3 -3
- package/scss/expansion-panel/_variables.scss +3 -3
- package/scss/fab/_variables.scss +5 -5
- package/scss/file-box/_variables.scss +4 -4
- package/scss/filemanager/_variables.scss +3 -3
- package/scss/floating-label/_variables.scss +2 -2
- package/scss/forms/_variables.scss +5 -5
- package/scss/gantt/_variables.scss +3 -3
- package/scss/grid/_variables.scss +11 -11
- package/scss/imageeditor/_variables.scss +3 -3
- package/scss/input/_variables.scss +8 -8
- package/scss/list/_variables.scss +32 -32
- package/scss/listbox/_variables.scss +3 -3
- package/scss/listgroup/_variables.scss +2 -2
- package/scss/listview/_variables.scss +3 -3
- package/scss/loader/_layout.scss +1 -1
- package/scss/loader/_variables.scss +3 -3
- package/scss/map/_variables.scss +3 -3
- package/scss/mediaplayer/_variables.scss +4 -4
- package/scss/menu/_variables.scss +10 -10
- package/scss/messagebox/_variables.scss +3 -3
- package/scss/notification/_variables.scss +3 -3
- package/scss/orgchart/_variables.scss +9 -9
- package/scss/pager/_variables.scss +3 -3
- package/scss/panelbar/_layout.scss +2 -2
- package/scss/panelbar/_variables.scss +3 -3
- package/scss/pdf-viewer/_variables.scss +4 -4
- package/scss/pivotgrid/_variables.scss +5 -5
- package/scss/popover/_layout.scss +2 -2
- package/scss/popup/_variables.scss +2 -2
- package/scss/progressbar/_variables.scss +3 -3
- package/scss/rating/_variables.scss +3 -3
- package/scss/scheduler/_variables.scss +5 -5
- package/scss/scrollview/_variables.scss +3 -3
- package/scss/segmented-control/_variables.scss +7 -7
- package/scss/slider/_layout.scss +1 -1
- package/scss/slider/_variables.scss +3 -3
- package/scss/splitter/_variables.scss +3 -3
- package/scss/spreadsheet/_variables.scss +3 -3
- package/scss/stepper/_variables.scss +5 -5
- package/scss/suggestion/_variables.scss +2 -2
- package/scss/switch/_variables.scss +1 -1
- package/scss/table/_variables.scss +2 -2
- package/scss/tabstrip/_variables.scss +4 -4
- package/scss/taskboard/_variables.scss +7 -7
- package/scss/timeline/_variables.scss +4 -4
- package/scss/timeselector/_variables.scss +8 -8
- package/scss/toolbar/_variables.scss +3 -3
- package/scss/tooltip/_variables.scss +4 -4
- package/scss/treeview/_variables.scss +7 -7
- package/scss/typography/_variables.scss +49 -49
- package/scss/upload/_layout.scss +1 -1
- package/scss/upload/_variables.scss +4 -4
- package/scss/window/_variables.scss +6 -6
- package/scss/wizard/_variables.scss +3 -3
package/lib/swatches/all.json
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-theme-fluent",
|
|
3
3
|
"description": "A css variables based theme for Kendo UI that follows the Fluent design system guidelines.",
|
|
4
|
-
"version": "13.1.
|
|
4
|
+
"version": "13.1.2-dev.0",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"keywords": [
|
|
@@ -55,12 +55,12 @@
|
|
|
55
55
|
},
|
|
56
56
|
"dependencies": {
|
|
57
57
|
"@progress/kendo-svg-icons": "^4.8.0",
|
|
58
|
-
"@progress/kendo-theme-core": "13.1.
|
|
59
|
-
"@progress/kendo-theme-utils": "13.1.
|
|
58
|
+
"@progress/kendo-theme-core": "13.1.2-dev.0",
|
|
59
|
+
"@progress/kendo-theme-utils": "13.1.2-dev.0"
|
|
60
60
|
},
|
|
61
61
|
"directories": {
|
|
62
62
|
"doc": "docs",
|
|
63
63
|
"lib": "lib"
|
|
64
64
|
},
|
|
65
|
-
"gitHead": "
|
|
65
|
+
"gitHead": "b471175dd67fd1bb357612d351c0d366a832dd0e"
|
|
66
66
|
}
|
|
@@ -29,13 +29,13 @@ $kendo-actionsheet-border-radius: var( --kendo-actionsheet-border-radius, 0px )
|
|
|
29
29
|
|
|
30
30
|
/// Font size of the action sheet.
|
|
31
31
|
/// @group action-sheet
|
|
32
|
-
$kendo-actionsheet-font-size: var( --kendo-actionsheet-font-size, var(
|
|
32
|
+
$kendo-actionsheet-font-size: var( --kendo-actionsheet-font-size, var(--kendo-font-size) ) !default;
|
|
33
33
|
/// Font family of the action sheet.
|
|
34
34
|
/// @group action-sheet
|
|
35
|
-
$kendo-actionsheet-font-family: var( --kendo-actionsheet-font-family, var(
|
|
35
|
+
$kendo-actionsheet-font-family: var( --kendo-actionsheet-font-family, var(--kendo-font-family) ) !default;
|
|
36
36
|
/// Line height of the action sheet.
|
|
37
37
|
/// @group action-sheet
|
|
38
|
-
$kendo-actionsheet-line-height: var( --kendo-actionsheet-line-height, var(
|
|
38
|
+
$kendo-actionsheet-line-height: var( --kendo-actionsheet-line-height, var(--kendo-line-height) ) !default;
|
|
39
39
|
|
|
40
40
|
/// Background color of the action sheet.
|
|
41
41
|
/// @group action-sheet
|
|
@@ -88,10 +88,10 @@ $kendo-actionsheet-header-shadow: var( --kendo-actionsheet-header-shadow, none )
|
|
|
88
88
|
|
|
89
89
|
/// Font size of the action sheet subtitle.
|
|
90
90
|
/// @group action-sheet
|
|
91
|
-
$kendo-actionsheet-subtitle-font-size: var( --kendo-actionsheet-subtitle-font-size, var(
|
|
91
|
+
$kendo-actionsheet-subtitle-font-size: var( --kendo-actionsheet-subtitle-font-size, var(--kendo-font-size-sm) ) !default;
|
|
92
92
|
/// Line height of the action sheet subtitle.
|
|
93
93
|
/// @group action-sheet
|
|
94
|
-
$kendo-actionsheet-subtitle-line-height: var( --kendo-actionsheet-subtitle-line-height, var(
|
|
94
|
+
$kendo-actionsheet-subtitle-line-height: var( --kendo-actionsheet-subtitle-line-height, var(--kendo-line-height-sm) ) !default;
|
|
95
95
|
/// Text color of the action sheet subtitle.
|
|
96
96
|
/// @group action-sheet
|
|
97
97
|
$kendo-actionsheet-subtitle-text: var( --kendo-actionsheet-subtitle-text, #{k-color(subtle)} ) !default;
|
|
@@ -138,13 +138,13 @@ $kendo-actionsheet-item-title-text-transform: var( --kendo-actionsheet-item-titl
|
|
|
138
138
|
|
|
139
139
|
/// Font size of the action sheet item description.
|
|
140
140
|
/// @group action-sheet
|
|
141
|
-
$kendo-actionsheet-item-description-font-size: var( --kendo-actionsheet-item-description-font-size, var(
|
|
141
|
+
$kendo-actionsheet-item-description-font-size: var( --kendo-actionsheet-item-description-font-size, var(--kendo-font-size-sm) ) !default;
|
|
142
142
|
/// Color of the action sheet item description.
|
|
143
143
|
/// @group action-sheet
|
|
144
144
|
$kendo-actionsheet-item-description-text: var( --kendo-actionsheet-item-description-text, #{k-color(subtle)} ) !default;
|
|
145
145
|
/// Line height of the action sheet item description.
|
|
146
146
|
/// @group action-sheet
|
|
147
|
-
$kendo-actionsheet-item-description-line-height: var( --kendo-actionsheet-item-description-line-height, var(
|
|
147
|
+
$kendo-actionsheet-item-description-line-height: var( --kendo-actionsheet-item-description-line-height, var(--kendo-line-height-lg) ) !default;
|
|
148
148
|
|
|
149
149
|
/// Hover background color of the action sheet item.
|
|
150
150
|
/// @group action-sheet
|
|
@@ -200,7 +200,7 @@ $kendo-actionsheet-item-disabled-border: var( --kendo-actionsheet-item-disabled-
|
|
|
200
200
|
$kendo-adaptive-actionsheet-font-size: var( --kendo-adaptive-actionsheet-font-size, #{$kendo-font-size-lg} ) !default;
|
|
201
201
|
/// The line height of the adaptive action sheet.
|
|
202
202
|
/// @group action-sheet
|
|
203
|
-
$kendo-adaptive-actionsheet-line-height: var( --kendo-adaptive-actionsheet-line-height, var(
|
|
203
|
+
$kendo-adaptive-actionsheet-line-height: var( --kendo-adaptive-actionsheet-line-height, var(--kendo-line-height) ) !default;
|
|
204
204
|
|
|
205
205
|
/// Vertical padding of the adaptive action sheet titlebar.
|
|
206
206
|
/// @group action-sheet
|
|
@@ -42,13 +42,13 @@ $kendo-adaptive-menu-title-text: var( --kendo-adaptive-menu-title-text, #{k-colo
|
|
|
42
42
|
$kendo-adaptive-border-width: var( --kendo-adaptive-border-width, 1px ) !default;
|
|
43
43
|
/// The font family of the Adaptive component.
|
|
44
44
|
/// @group adaptive
|
|
45
|
-
$kendo-adaptive-font-family: var( --kendo-adaptive-font-family, var(
|
|
45
|
+
$kendo-adaptive-font-family: var( --kendo-adaptive-font-family, var(--kendo-font-family) ) !default;
|
|
46
46
|
/// The font size of the Adaptive component.
|
|
47
47
|
/// @group adaptive
|
|
48
|
-
$kendo-adaptive-font-size: var( --kendo-adaptive-font-size, var(
|
|
48
|
+
$kendo-adaptive-font-size: var( --kendo-adaptive-font-size, var(--kendo-font-size) ) !default;
|
|
49
49
|
/// The line height of the Adaptive component.
|
|
50
50
|
/// @group adaptive
|
|
51
|
-
$kendo-adaptive-line-height: var( --kendo-adaptive-line-height, var(
|
|
51
|
+
$kendo-adaptive-line-height: var( --kendo-adaptive-line-height, var(--kendo-line-height) ) !default;
|
|
52
52
|
|
|
53
53
|
|
|
54
54
|
// Adaptive Grid
|
|
@@ -27,13 +27,13 @@ $kendo-appbar-border-width: var( --kendo-appbar-border-width, 0px ) !default;
|
|
|
27
27
|
$kendo-appbar-zindex: var( --kendo-appbar-zindex, k-z-index("banner") ) !default;
|
|
28
28
|
/// The font family of the AppBar.
|
|
29
29
|
/// @group appbar
|
|
30
|
-
$kendo-appbar-font-family: var( --kendo-appbar-font-family, var(
|
|
30
|
+
$kendo-appbar-font-family: var( --kendo-appbar-font-family, var(--kendo-font-family) ) !default;
|
|
31
31
|
/// The font size of the AppBar.
|
|
32
32
|
/// @group appbar
|
|
33
|
-
$kendo-appbar-font-size: var( --kendo-appbar-font-size, var(
|
|
33
|
+
$kendo-appbar-font-size: var( --kendo-appbar-font-size, var(--kendo-font-size) ) !default;
|
|
34
34
|
/// The line height of the AppBar.
|
|
35
35
|
/// @group appbar
|
|
36
|
-
$kendo-appbar-line-height: var( --kendo-appbar-line-height, var(
|
|
36
|
+
$kendo-appbar-line-height: var( --kendo-appbar-line-height, var(--kendo-line-height) ) !default;
|
|
37
37
|
|
|
38
38
|
/// The spacing between the AppBar sections.
|
|
39
39
|
/// @group appbar
|
|
@@ -28,13 +28,13 @@ $kendo-avatar-border-radius: null !default;
|
|
|
28
28
|
|
|
29
29
|
/// The font family of the Avatar.
|
|
30
30
|
/// @group avatar
|
|
31
|
-
$kendo-avatar-font-family: var( --kendo-avatar-font-family, var(
|
|
31
|
+
$kendo-avatar-font-family: var( --kendo-avatar-font-family, var(--kendo-font-family) ) !default;
|
|
32
32
|
/// The font size of the Avatar.
|
|
33
33
|
/// @group avatar
|
|
34
|
-
$kendo-avatar-font-size: var( --kendo-avatar-font-size, var(
|
|
34
|
+
$kendo-avatar-font-size: var( --kendo-avatar-font-size, var(--kendo-font-size) ) !default;
|
|
35
35
|
/// The line height of the Avatar.
|
|
36
36
|
/// @group avatar
|
|
37
|
-
$kendo-avatar-line-height: var( --kendo-avatar-line-height, var(
|
|
37
|
+
$kendo-avatar-line-height: var( --kendo-avatar-line-height, var(--kendo-line-height) ) !default;
|
|
38
38
|
|
|
39
39
|
/// The small size of the Avatar.
|
|
40
40
|
/// @group avatar
|
|
@@ -34,7 +34,7 @@ $kendo-badge-border-width: var( --kendo-badge-border-width, 1px ) !default;
|
|
|
34
34
|
|
|
35
35
|
/// The font weight of the Badge.
|
|
36
36
|
/// @group badge
|
|
37
|
-
$kendo-badge-font-weight: var( --kendo-badge-font-weight, var(
|
|
37
|
+
$kendo-badge-font-weight: var( --kendo-badge-font-weight, var(--kendo-font-weight-semibold) ) !default;
|
|
38
38
|
|
|
39
39
|
/// Horizontal padding of the small Badge.
|
|
40
40
|
/// @group badge
|
|
@@ -58,23 +58,23 @@ $kendo-badge-lg-padding-y: k-spacing(1.5) !default;
|
|
|
58
58
|
|
|
59
59
|
/// The font size of the small Badge.
|
|
60
60
|
/// @group badge
|
|
61
|
-
$kendo-badge-sm-font-size: var(
|
|
61
|
+
$kendo-badge-sm-font-size: var(--kendo-font-size-xs) !default;
|
|
62
62
|
/// The font size of the medium Badge.
|
|
63
63
|
/// @group badge
|
|
64
|
-
$kendo-badge-md-font-size: var( --kendo-badge-font-size, var(
|
|
64
|
+
$kendo-badge-md-font-size: var( --kendo-badge-font-size, var(--kendo-font-size-xs) ) !default;
|
|
65
65
|
/// The font size of the large Badge.
|
|
66
66
|
/// @group badge
|
|
67
|
-
$kendo-badge-lg-font-size: var(
|
|
67
|
+
$kendo-badge-lg-font-size: var(--kendo-font-size-sm) !default;
|
|
68
68
|
|
|
69
69
|
/// The line height used along with the $kendo-font-size variable of the small Badge.
|
|
70
70
|
/// @group badge
|
|
71
|
-
$kendo-badge-sm-line-height: var(
|
|
71
|
+
$kendo-badge-sm-line-height: var(--kendo-line-height-xs) !default;
|
|
72
72
|
/// The line height used along with the $kendo-font-size variable of the medium Badge.
|
|
73
73
|
/// @group badge
|
|
74
|
-
$kendo-badge-md-line-height: var( --kendo-badge-line-height, var(
|
|
74
|
+
$kendo-badge-md-line-height: var( --kendo-badge-line-height, var(--kendo-line-height-xs) ) !default;
|
|
75
75
|
/// The line height used along with the $kendo-font-size variable of the large Badge.
|
|
76
76
|
/// @group badge
|
|
77
|
-
$kendo-badge-lg-line-height: var(
|
|
77
|
+
$kendo-badge-lg-line-height: var(--kendo-line-height-lg) !default;
|
|
78
78
|
|
|
79
79
|
/// The calculated minimum width of the small circular Badge.
|
|
80
80
|
/// @group badge
|
|
@@ -24,13 +24,13 @@ $kendo-bottom-nav-gap: var( --kendo-bottom-nav-gap, $kendo-bottom-nav-padding-x
|
|
|
24
24
|
$kendo-bottom-nav-border-width: var( --kendo-bottom-nav-border-width, 1px 0px 0px 0px ) !default;
|
|
25
25
|
/// The font family of the BottomNavigation.
|
|
26
26
|
/// @group bottom-navigation
|
|
27
|
-
$kendo-bottom-nav-font-family: var(
|
|
27
|
+
$kendo-bottom-nav-font-family: var(--kendo-font-family) !default;
|
|
28
28
|
/// The font size of the BottomNavigation.
|
|
29
29
|
/// @group bottom-navigation
|
|
30
|
-
$kendo-bottom-nav-font-size: var(
|
|
30
|
+
$kendo-bottom-nav-font-size: var(--kendo-font-size) !default;
|
|
31
31
|
/// The line height of the BottomNavigation.
|
|
32
32
|
/// @group bottom-navigation
|
|
33
|
-
$kendo-bottom-nav-line-height: var(
|
|
33
|
+
$kendo-bottom-nav-line-height: var(--kendo-line-height-xs) !default;
|
|
34
34
|
/// The letter spacing of the BottomNavigation.
|
|
35
35
|
/// @group bottom-navigation
|
|
36
36
|
$kendo-bottom-nav-letter-spacing: var( --kendo-bottom-nav-letter-spacing, .2px ) !default;
|
|
@@ -26,33 +26,33 @@ $kendo-breadcrumb-border-width: var( --kendo-breadcrumb-border-width, 0px ) !def
|
|
|
26
26
|
|
|
27
27
|
/// The font family of the Breadcrumb
|
|
28
28
|
/// @group breadcrumb
|
|
29
|
-
$kendo-breadcrumb-font-family: var(
|
|
29
|
+
$kendo-breadcrumb-font-family: var(--kendo-font-family) !default;
|
|
30
30
|
/// The font size of the Breadcrumb
|
|
31
31
|
|
|
32
32
|
/// @group breadcrumb
|
|
33
|
-
$kendo-breadcrumb-font-size: var(
|
|
33
|
+
$kendo-breadcrumb-font-size: var(--kendo-font-size) !default;
|
|
34
34
|
/// The font size of the small breadcrumb.
|
|
35
35
|
/// @group breadcrumb
|
|
36
|
-
$kendo-breadcrumb-sm-font-size: var(
|
|
36
|
+
$kendo-breadcrumb-sm-font-size: var(--kendo-font-size) !default;
|
|
37
37
|
/// The font size of the medium breadcrumb.
|
|
38
38
|
/// @group breadcrumb
|
|
39
|
-
$kendo-breadcrumb-md-font-size: var(
|
|
39
|
+
$kendo-breadcrumb-md-font-size: var(--kendo-font-size) !default;
|
|
40
40
|
/// The font size of the large breadcrumb.
|
|
41
41
|
/// @group breadcrumb
|
|
42
|
-
$kendo-breadcrumb-lg-font-size: var(
|
|
42
|
+
$kendo-breadcrumb-lg-font-size: var(--kendo-font-size) !default;
|
|
43
43
|
|
|
44
44
|
/// The line height used along with the $kendo-font-size variable of the Breadcrumb.
|
|
45
45
|
/// @group breadcrumb
|
|
46
|
-
$kendo-breadcrumb-line-height: var(
|
|
46
|
+
$kendo-breadcrumb-line-height: var(--kendo-line-height) !default;
|
|
47
47
|
/// The line height used along with the $kendo-font-size variable of the small breadcrumb.
|
|
48
48
|
/// @group breadcrumb
|
|
49
|
-
$kendo-breadcrumb-sm-line-height: var(
|
|
49
|
+
$kendo-breadcrumb-sm-line-height: var(--kendo-line-height) !default;
|
|
50
50
|
/// The line height used along with the $kendo-font-size variable of the medium breadcrumb.
|
|
51
51
|
/// @group breadcrumb
|
|
52
|
-
$kendo-breadcrumb-md-line-height: var(
|
|
52
|
+
$kendo-breadcrumb-md-line-height: var(--kendo-line-height) !default;
|
|
53
53
|
/// The line height used along with the $kendo-font-size variable of the large breadcrumb.
|
|
54
54
|
/// @group breadcrumb
|
|
55
|
-
$kendo-breadcrumb-lg-line-height: var(
|
|
55
|
+
$kendo-breadcrumb-lg-line-height: var(--kendo-line-height) !default;
|
|
56
56
|
|
|
57
57
|
/// The background color of the Breadcrumb
|
|
58
58
|
/// @group breadcrumb
|
|
@@ -80,7 +80,7 @@ $kendo-breadcrumb-lg-link-padding-x: var( --kendo-breadcrumb-link-padding-x, k-s
|
|
|
80
80
|
|
|
81
81
|
/// The vertical padding of the small Breadcrumb link.
|
|
82
82
|
/// @group breadcrumb
|
|
83
|
-
$kendo-breadcrumb-sm-link-padding-y: var( --kendo-breadcrumb-link-padding-y, k-spacing(0.5) )
|
|
83
|
+
$kendo-breadcrumb-sm-link-padding-y: var( --kendo-breadcrumb-link-padding-y, k-spacing(0.5) ) !default;
|
|
84
84
|
/// The vertical padding of the medium Breadcrumb link.
|
|
85
85
|
/// @group breadcrumb
|
|
86
86
|
$kendo-breadcrumb-md-link-padding-y: var( --kendo-breadcrumb-link-padding-y, k-spacing(1.5) ) !default;
|
|
@@ -154,7 +154,7 @@ $kendo-breadcrumb-link-selected-text: var( --kendo-breadcrumb-link-selected-text
|
|
|
154
154
|
$kendo-breadcrumb-link-selected-border: var( --kendo-breadcrumb-link-selected-border, transparent ) !default;
|
|
155
155
|
/// The font weight of the selected breadcrumb link
|
|
156
156
|
/// @group breadcrumb
|
|
157
|
-
$kendo-breadcrumb-link-selected-font-weight: var(
|
|
157
|
+
$kendo-breadcrumb-link-selected-font-weight: var(--kendo-font-weight-semibold) !default;
|
|
158
158
|
|
|
159
159
|
/// The background color of the Breadcrumb root link
|
|
160
160
|
/// @group breadcrumb
|
|
@@ -167,7 +167,7 @@ $kendo-breadcrumb-root-link-text: var( --kendo-breadcrumb-root-link-text, $kendo
|
|
|
167
167
|
$kendo-breadcrumb-root-link-border: var( --kendo-breadcrumb-root-link-border, $kendo-breadcrumb-link-border ) !default;
|
|
168
168
|
/// The background color of the hovered breadcrumb root link
|
|
169
169
|
/// @group breadcrumb
|
|
170
|
-
$kendo-breadcrumb-root-link-hover-bg: var( --kendo-breadcrumb-root-link-hover-bg, $kendo-breadcrumb-link-hover-bg )!default;
|
|
170
|
+
$kendo-breadcrumb-root-link-hover-bg: var( --kendo-breadcrumb-root-link-hover-bg, $kendo-breadcrumb-link-hover-bg ) !default;
|
|
171
171
|
/// The text color of the hovered breadcrumb root link
|
|
172
172
|
/// @group breadcrumb
|
|
173
173
|
$kendo-breadcrumb-root-link-hover-text: var( --kendo-breadcrumb-root-link-hover-text, $kendo-breadcrumb-link-hover-text ) !default;
|
|
@@ -210,10 +210,10 @@ $kendo-breadcrumb-root-link-disabled-border: var( --kendo-breadcrumb-root-link-d
|
|
|
210
210
|
$kendo-breadcrumb-current-item-bg: null !default;
|
|
211
211
|
/// The text color of the current Breadcrumb root link.
|
|
212
212
|
/// @group breadcrumb
|
|
213
|
-
$kendo-breadcrumb-current-item-text: null
|
|
213
|
+
$kendo-breadcrumb-current-item-text: null !default;
|
|
214
214
|
/// The border color of the current Breadcrumb root link.
|
|
215
215
|
/// @group breadcrumb
|
|
216
|
-
$kendo-breadcrumb-current-item-border: null
|
|
216
|
+
$kendo-breadcrumb-current-item-border: null !default;
|
|
217
217
|
|
|
218
218
|
/// The vertical padding of the small Breadcrumb link icon.
|
|
219
219
|
/// @group breadcrumb
|
|
@@ -20,7 +20,7 @@ $kendo-bubble-border-width: 1px !default;
|
|
|
20
20
|
$kendo-bubble-border-style: solid !default;
|
|
21
21
|
/// The line height of the Bubble.
|
|
22
22
|
/// @group bubble
|
|
23
|
-
$kendo-bubble-line-height: var(
|
|
23
|
+
$kendo-bubble-line-height: var(--kendo-line-height) !default;
|
|
24
24
|
|
|
25
25
|
/// The text color of the Bubble.
|
|
26
26
|
/// @group bubble
|
|
@@ -50,31 +50,31 @@ $kendo-button-lg-padding-y: calc(var( --kendo-button-lg-padding-y, #{k-spacing(2
|
|
|
50
50
|
|
|
51
51
|
/// The font size of the small Button.
|
|
52
52
|
/// @group button
|
|
53
|
-
$kendo-button-sm-font-size: var(
|
|
53
|
+
$kendo-button-sm-font-size: var(--kendo-font-size-sm) !default;
|
|
54
54
|
/// The font size of the medium Button.
|
|
55
55
|
/// @group button
|
|
56
|
-
$kendo-button-md-font-size: var(
|
|
56
|
+
$kendo-button-md-font-size: var(--kendo-font-size) !default;
|
|
57
57
|
/// The font size of the large Button.
|
|
58
58
|
/// @group button
|
|
59
|
-
$kendo-button-lg-font-size: var(
|
|
59
|
+
$kendo-button-lg-font-size: var(--kendo-font-size-lg) !default;
|
|
60
60
|
|
|
61
61
|
/// The line height used along with the $kendo-font-size variable of the small Button.
|
|
62
62
|
/// @group button
|
|
63
|
-
$kendo-button-sm-line-height: var(
|
|
63
|
+
$kendo-button-sm-line-height: var(--kendo-line-height-lg) !default;
|
|
64
64
|
/// The line height used along with the $kendo-font-size variable of the medium Button.
|
|
65
65
|
/// @group button
|
|
66
|
-
$kendo-button-md-line-height: var(
|
|
66
|
+
$kendo-button-md-line-height: var(--kendo-line-height) !default;
|
|
67
67
|
/// The line height used along with the $kendo-font-size variable of the large Button.
|
|
68
68
|
/// @group button
|
|
69
|
-
$kendo-button-lg-line-height: var(
|
|
69
|
+
$kendo-button-lg-line-height: var(--kendo-line-height-sm) !default;
|
|
70
70
|
|
|
71
71
|
/// The font family of the Button.
|
|
72
72
|
/// @group button
|
|
73
|
-
$kendo-button-font-family: var(
|
|
73
|
+
$kendo-button-font-family: var(--kendo-font-family) !default;
|
|
74
74
|
|
|
75
75
|
/// The font weight of the Button.
|
|
76
76
|
/// @group button
|
|
77
|
-
$kendo-button-font-weight: var(
|
|
77
|
+
$kendo-button-font-weight: var(--kendo-font-weight-semibold) !default;
|
|
78
78
|
|
|
79
79
|
$kendo-button-calc-size: calc( ( #{$kendo-button-md-line-height} * 1em ) + ( #{$kendo-button-md-padding-y} * 2 ) + ( #{$kendo-button-border-width} * 2 ) ) !default;
|
|
80
80
|
$kendo-button-sm-calc-size: calc( ( #{$kendo-button-sm-line-height} * 1em ) + ( #{$kendo-button-sm-padding-y} * 2 ) + ( #{$kendo-button-border-width} * 2 ) ) !default;
|
|
@@ -11,7 +11,7 @@ $kendo-calendar-default-size: "md" !default;
|
|
|
11
11
|
$kendo-calendar-border-width: var( --kendo-calendar-border-width, 1px ) !default;
|
|
12
12
|
/// The font family of the Calendar.
|
|
13
13
|
/// @group calendar
|
|
14
|
-
$kendo-calendar-font-family: var( --kendo-calendar-font-family, var(--kendo-font-family
|
|
14
|
+
$kendo-calendar-font-family: var( --kendo-calendar-font-family, var(--kendo-font-family) ) !default;
|
|
15
15
|
/// The font size of the Calendar.
|
|
16
16
|
/// @group calendar
|
|
17
17
|
$kendo-calendar-font-size: null !default;
|
|
@@ -50,7 +50,7 @@ $kendo-calendar-header-padding-y: var( --kendo-calendar-header-padding-y, k-spac
|
|
|
50
50
|
$kendo-calendar-header-border-width: var( --kendo-calendar-header-border-width, 1px ) !default;
|
|
51
51
|
/// The width of the Calendar header.
|
|
52
52
|
/// @group calendar
|
|
53
|
-
$kendo-calendar-header-min-width: calc(#{$kendo-calendar-cell-size} * 8)
|
|
53
|
+
$kendo-calendar-header-min-width: calc(#{$kendo-calendar-cell-size} * 8) !default;
|
|
54
54
|
|
|
55
55
|
/// The background color of the calendar header.
|
|
56
56
|
/// @group calendar
|
|
@@ -94,7 +94,7 @@ $kendo-calendar-header-cell-width: var( --kendo-calendar-header-cell-width, #{$k
|
|
|
94
94
|
$kendo-calendar-header-cell-height: var( --kendo-calendar-header-cell-height, #{$kendo-calendar-cell-size} ) !default;
|
|
95
95
|
/// The font size of the calendar header cell.
|
|
96
96
|
/// @group calendar
|
|
97
|
-
$kendo-calendar-header-cell-font-size: var( --kendo-calendar-header-cell-font-size, var( --kendo-calendar-font-size-sm, var(
|
|
97
|
+
$kendo-calendar-header-cell-font-size: var( --kendo-calendar-header-cell-font-size, var( --kendo-calendar-font-size-sm, var(--kendo-font-size-sm) ) ) !default;
|
|
98
98
|
/// The line height of the calendar header cell.
|
|
99
99
|
/// @group calendar
|
|
100
100
|
$kendo-calendar-header-cell-line-height: var( --kendo-calendar-header-cell-line-height, 2 ) !default;
|
|
@@ -113,7 +113,7 @@ $kendo-calendar-caption-padding-y: var( --kendo-calendar-caption-padding-y, k-sp
|
|
|
113
113
|
$kendo-calendar-caption-height: var( --kendo-calendar-caption-height, #{$kendo-calendar-cell-size} ) !default;
|
|
114
114
|
/// The font size of the calendar captions.
|
|
115
115
|
/// @group calendar
|
|
116
|
-
$kendo-calendar-caption-font-size: var( --kendo-calendar-caption-font-size, var( --kendo-calendar-font-size-sm, var(
|
|
116
|
+
$kendo-calendar-caption-font-size: var( --kendo-calendar-caption-font-size, var( --kendo-calendar-font-size-sm, var(--kendo-font-size-sm) ) ) !default;
|
|
117
117
|
/// The line height of the calendar captions.
|
|
118
118
|
/// @group calendar
|
|
119
119
|
$kendo-calendar-caption-line-height: var( --kendo-calendar-caption-line-height, normal ) !default;
|
|
@@ -162,7 +162,7 @@ $kendo-calendar-today-hover-bg: var( --kendo-calendar-today-hover-bg, $kendo-cal
|
|
|
162
162
|
$kendo-calendar-today-border-radius: var( --kendo-calendar-today-border-radius, 9999px ) !default;
|
|
163
163
|
/// The font weight of the current day in the Calendar.
|
|
164
164
|
/// @group calendar
|
|
165
|
-
$kendo-calendar-today-font-weight: var( --kendo-calendar-today-font-weight, var( --kendo-calendar-font-weight-normal, var(
|
|
165
|
+
$kendo-calendar-today-font-weight: var( --kendo-calendar-today-font-weight, var( --kendo-calendar-font-weight-normal, var(--kendo-font-weight-normal) ) ) !default;
|
|
166
166
|
/// The box shadow of the current day in the Calendar.
|
|
167
167
|
/// @group calendar
|
|
168
168
|
$kendo-calendar-today-box-shadow: var( --kendo-calendar-today-box-shadow, null ) !default;
|
|
@@ -279,10 +279,10 @@ $kendo-calendar-range-cell-border-radius: k-border-radius(md) !default;
|
|
|
279
279
|
|
|
280
280
|
/// The font size of the small Calendar.
|
|
281
281
|
/// @group calendar
|
|
282
|
-
$kendo-calendar-sm-font-size: var( --kendo-calendar-sm-font-size, var( --kendo-calendar-font-size-sm, var(
|
|
282
|
+
$kendo-calendar-sm-font-size: var( --kendo-calendar-sm-font-size, var( --kendo-calendar-font-size-sm, var(--kendo-font-size-sm) ) ) !default;
|
|
283
283
|
/// The line height of the small Calendar.
|
|
284
284
|
/// @group calendar
|
|
285
|
-
$kendo-calendar-sm-line-height: var( --kendo-calendar-sm-line-height, var( --kendo-calendar-line-height-sm, var(
|
|
285
|
+
$kendo-calendar-sm-line-height: var( --kendo-calendar-sm-line-height, var( --kendo-calendar-line-height-sm, var(--kendo-line-height-sm) ) ) !default;
|
|
286
286
|
/// The size of the cells in the small Calendar.
|
|
287
287
|
/// @group calendar
|
|
288
288
|
$kendo-calendar-sm-cell-size: var( --kendo-calendar-sm-cell-size, 24px ) !default;
|
|
@@ -294,14 +294,14 @@ $kendo-calendar-sm-cell-padding-x: var( --kendo-calendar-sm-cell-padding-x, k-sp
|
|
|
294
294
|
$kendo-calendar-sm-cell-padding-y: var( --kendo-calendar-sm-cell-padding-y, k-spacing(0.5) ) !default;
|
|
295
295
|
/// The font size of the cells in the small Calendar.
|
|
296
296
|
/// @group calendar
|
|
297
|
-
$kendo-calendar-sm-cell-font-size: var( --kendo-calendar-sm-cell-font-size, var( --kendo-calendar-font-size-sm, var(
|
|
297
|
+
$kendo-calendar-sm-cell-font-size: var( --kendo-calendar-sm-cell-font-size, var( --kendo-calendar-font-size-sm, var(--kendo-font-size-sm) ) ) !default;
|
|
298
298
|
|
|
299
299
|
/// The font size of the medium Calendar.
|
|
300
300
|
/// @group calendar
|
|
301
|
-
$kendo-calendar-md-font-size: var( --kendo-calendar-md-font-size, var( --kendo-calendar-font-size, var(
|
|
301
|
+
$kendo-calendar-md-font-size: var( --kendo-calendar-md-font-size, var( --kendo-calendar-font-size, var(--kendo-font-size) ) ) !default;
|
|
302
302
|
/// The line height of the medium Calendar.
|
|
303
303
|
/// @group calendar
|
|
304
|
-
$kendo-calendar-md-line-height: var( --kendo-calendar-md-line-height, var( --kendo-calendar-line-height, var(
|
|
304
|
+
$kendo-calendar-md-line-height: var( --kendo-calendar-md-line-height, var( --kendo-calendar-line-height, var(--kendo-line-height) ) ) !default;
|
|
305
305
|
/// The size of the cells in the medium Calendar.
|
|
306
306
|
/// @group calendar
|
|
307
307
|
$kendo-calendar-md-cell-size: var( --kendo-calendar-md-cell-size, $kendo-calendar-cell-size ) !default;
|
|
@@ -313,14 +313,14 @@ $kendo-calendar-md-cell-padding-x: var( --kendo-calendar-md-cell-padding-x, k-sp
|
|
|
313
313
|
$kendo-calendar-md-cell-padding-y: var( --kendo-calendar-md-cell-padding-y, k-spacing(1) ) !default;
|
|
314
314
|
/// The font size of the cells in the medium Calendar.
|
|
315
315
|
/// @group calendar
|
|
316
|
-
$kendo-calendar-md-cell-font-size: var( --kendo-calendar-md-cell-font-size, var( --kendo-calendar-font-size-sm, var(
|
|
316
|
+
$kendo-calendar-md-cell-font-size: var( --kendo-calendar-md-cell-font-size, var( --kendo-calendar-font-size-sm, var(--kendo-font-size-sm) ) ) !default;
|
|
317
317
|
|
|
318
318
|
/// The font size of the large Calendar.
|
|
319
319
|
/// @group calendar
|
|
320
|
-
$kendo-calendar-lg-font-size: var( --kendo-calendar-lg-font-size, var( --kendo-calendar-font-size, var(
|
|
320
|
+
$kendo-calendar-lg-font-size: var( --kendo-calendar-lg-font-size, var( --kendo-calendar-font-size, var(--kendo-font-size) ) ) !default;
|
|
321
321
|
/// The line height of the large Calendar.
|
|
322
322
|
/// @group calendar
|
|
323
|
-
$kendo-calendar-lg-line-height: var( --kendo-calendar-lg-line-height, var( --kendo-calendar-line-height, var(
|
|
323
|
+
$kendo-calendar-lg-line-height: var( --kendo-calendar-lg-line-height, var( --kendo-calendar-line-height, var(--kendo-line-height) ) ) !default;
|
|
324
324
|
/// The size of the cells in the large Calendar.
|
|
325
325
|
/// @group calendar
|
|
326
326
|
$kendo-calendar-lg-cell-size: var( --kendo-calendar-lg-cell-size, 36px ) !default;
|
|
@@ -332,7 +332,7 @@ $kendo-calendar-lg-cell-padding-x: var( --kendo-calendar-lg-cell-padding-x, k-sp
|
|
|
332
332
|
$kendo-calendar-lg-cell-padding-y: var( --kendo-calendar-lg-cell-padding-y, k-spacing(1) ) !default;
|
|
333
333
|
/// The font size of the cells in the large Calendar.
|
|
334
334
|
/// @group calendar
|
|
335
|
-
$kendo-calendar-lg-cell-font-size: var( --kendo-calendar-lg-cell-font-size, var( --kendo-calendar-font-size, var(
|
|
335
|
+
$kendo-calendar-lg-cell-font-size: var( --kendo-calendar-lg-cell-font-size, var( --kendo-calendar-font-size, var(--kendo-font-size) ) ) !default;
|
|
336
336
|
|
|
337
337
|
/// The sizes Map of the Calendar.
|
|
338
338
|
/// @group calendar
|
|
@@ -11,13 +11,13 @@ $kendo-captcha-spacer: var( --kendo-captcha-spacer, k-spacing(2) ) !default;
|
|
|
11
11
|
$kendo-captcha-width: var( --kendo-captcha-width, 280px ) !default;
|
|
12
12
|
/// The font family of the Captcha.
|
|
13
13
|
/// @group captcha
|
|
14
|
-
$kendo-captcha-font-family: var( --kendo-captcha-font-family, var(
|
|
14
|
+
$kendo-captcha-font-family: var( --kendo-captcha-font-family, var(--kendo-font-family) ) !default;
|
|
15
15
|
/// The font size of the Captcha.
|
|
16
16
|
/// @group captcha
|
|
17
|
-
$kendo-captcha-font-size: var( --kendo-captcha-font-size, var(
|
|
17
|
+
$kendo-captcha-font-size: var( --kendo-captcha-font-size, var(--kendo-font-size) ) !default;
|
|
18
18
|
/// The line height of the Captcha.
|
|
19
19
|
/// @group captcha
|
|
20
|
-
$kendo-captcha-line-height: var( --kendo-captcha-line-height, var(
|
|
20
|
+
$kendo-captcha-line-height: var( --kendo-captcha-line-height, var(--kendo-line-height) ) !default;
|
|
21
21
|
/// The spacing of the Captcha.
|
|
22
22
|
/// @group captcha
|
|
23
23
|
$kendo-captcha-spacing: $kendo-captcha-spacer !default;
|
|
@@ -43,7 +43,7 @@ $kendo-captcha-image-controls-spacing: calc( #{$kendo-captcha-spacer} / 2 ) !def
|
|
|
43
43
|
$kendo-captcha-validation-offset-y: calc( #{$kendo-captcha-spacer} / 2 ) !default;
|
|
44
44
|
/// The font size of the Captcha validation message.
|
|
45
45
|
/// @group captcha
|
|
46
|
-
$kendo-captcha-validation-font-size: var( --kendo-captcha-validation-font-size, var(
|
|
46
|
+
$kendo-captcha-validation-font-size: var( --kendo-captcha-validation-font-size, var(--kendo-font-size-sm) ) !default;
|
|
47
47
|
|
|
48
48
|
@forward "@progress/kendo-theme-core/scss/components/captcha/_variables.scss" with (
|
|
49
49
|
$kendo-captcha-spacer: $kendo-captcha-spacer,
|
|
@@ -24,13 +24,13 @@ $kendo-card-border-radius: var( --kendo-card-border-radius, k-border-radius(md)
|
|
|
24
24
|
$kendo-card-inner-border-radius: calc( #{$kendo-card-border-radius} - #{$kendo-card-border-width} ) !default;
|
|
25
25
|
/// The font family of the Card.
|
|
26
26
|
/// @group card
|
|
27
|
-
$kendo-card-font-family: var( --kendo-card-font-family, var(
|
|
27
|
+
$kendo-card-font-family: var( --kendo-card-font-family, var(--kendo-font-family) ) !default;
|
|
28
28
|
/// The font size of the Card.
|
|
29
29
|
/// @group card
|
|
30
|
-
$kendo-card-font-size: var( --kendo-card-font-size, var(
|
|
30
|
+
$kendo-card-font-size: var( --kendo-card-font-size, var(--kendo-font-size-sm) ) !default;
|
|
31
31
|
/// The line height of the Card.
|
|
32
32
|
/// @group card
|
|
33
|
-
$kendo-card-line-height: var( --kendo-card-line-height, var(
|
|
33
|
+
$kendo-card-line-height: var( --kendo-card-line-height, var(--kendo-line-height) ) !default;
|
|
34
34
|
|
|
35
35
|
/// The spacing between the Cards in the Card deck.
|
|
36
36
|
/// @group card
|
|
@@ -64,13 +64,13 @@ $kendo-card-focus-shadow: var( --kendo-elevation-3, none ) !default;
|
|
|
64
64
|
|
|
65
65
|
/// The font size of the Card header.
|
|
66
66
|
/// @group card
|
|
67
|
-
$kendo-card-header-font-size: var( --kendo-card-header-font-size, var(
|
|
67
|
+
$kendo-card-header-font-size: var( --kendo-card-header-font-size, var(--kendo-font-size-md) ) !default;
|
|
68
68
|
/// Тhe font family of the Card header.
|
|
69
69
|
/// @group card
|
|
70
|
-
$kendo-card-header-font-family: var( --kendo-card-header-font-family, var(
|
|
70
|
+
$kendo-card-header-font-family: var( --kendo-card-header-font-family, var(--kendo-font-family) ) !default;
|
|
71
71
|
/// The line height of the Card header.
|
|
72
72
|
/// @group card
|
|
73
|
-
$kendo-card-header-line-height: var( --kendo-card-header-line-height, var(
|
|
73
|
+
$kendo-card-header-line-height: var( --kendo-card-header-line-height, var(--kendo-line-height) ) !default;
|
|
74
74
|
/// The horizontal padding of the Card header.
|
|
75
75
|
/// @group card
|
|
76
76
|
$kendo-card-header-padding-x: var( --kendo-card-header-padding-x, k-spacing(3) ) !default;
|
|
@@ -118,28 +118,28 @@ $kendo-card-footer-border: var( --kendo-card-footer-border, inherit ) !default;
|
|
|
118
118
|
|
|
119
119
|
/// The font size of the Card title.
|
|
120
120
|
/// @group card
|
|
121
|
-
$kendo-card-title-font-size: var( --kendo-card-title-font-size, var(
|
|
121
|
+
$kendo-card-title-font-size: var( --kendo-card-title-font-size, var(--kendo-font-size-md) ) !default;
|
|
122
122
|
/// The font family of the Card title.
|
|
123
123
|
/// @group card
|
|
124
|
-
$kendo-card-title-font-family: var( --kendo-card-title-font-family, var(
|
|
124
|
+
$kendo-card-title-font-family: var( --kendo-card-title-font-family, var(--kendo-font-family) ) !default;
|
|
125
125
|
/// The font weight of the Card title.
|
|
126
126
|
/// @group card
|
|
127
|
-
$kendo-card-title-font-weight: var( --kendo-card-title-font-weight, var(
|
|
127
|
+
$kendo-card-title-font-weight: var( --kendo-card-title-font-weight, var(--kendo-font-weight-semibold) ) !default;
|
|
128
128
|
/// The line height of the Card title.
|
|
129
129
|
/// @group card
|
|
130
|
-
$kendo-card-title-line-height: var( --kendo-card-title-line-height, var(
|
|
130
|
+
$kendo-card-title-line-height: var( --kendo-card-title-line-height, var(--kendo-line-height) ) !default;
|
|
131
131
|
/// The bottom margin of the Card title.
|
|
132
132
|
/// @group card
|
|
133
133
|
$kendo-card-title-margin-bottom: var( --kendo-card-title-margin-bottom, k-spacing(3) ) !default;
|
|
134
134
|
/// The font size of the Card subtitle.
|
|
135
135
|
/// @group card
|
|
136
|
-
$kendo-card-subtitle-font-size: var( --kendo-card-subtitle-font-size, var(
|
|
136
|
+
$kendo-card-subtitle-font-size: var( --kendo-card-subtitle-font-size, var(--kendo-font-size-sm) ) !default;
|
|
137
137
|
/// The font family of the Card subtitle.
|
|
138
138
|
/// @group card
|
|
139
|
-
$kendo-card-subtitle-font-family: var( --kendo-card-subtitle-font-family, var(
|
|
139
|
+
$kendo-card-subtitle-font-family: var( --kendo-card-subtitle-font-family, var(--kendo-font-family) ) !default;
|
|
140
140
|
/// The line height of the Card subtitle.
|
|
141
141
|
/// @group card
|
|
142
|
-
$kendo-card-subtitle-line-height: var( --kendo-card-subtitle-line-height, var(
|
|
142
|
+
$kendo-card-subtitle-line-height: var( --kendo-card-subtitle-line-height, var(--kendo-line-height-lg) ) !default;
|
|
143
143
|
/// The bottom margin of the Card subtitle.
|
|
144
144
|
/// @group card
|
|
145
145
|
$kendo-card-subtitle-margin-bottom: var( --kendo-card-subtitle-margin-bottom, k-spacing(3) ) !default;
|