@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
|
@@ -57,13 +57,13 @@ $kendo-toolbar-border-width: var( --kendo-toolbar-border-width, 1px ) !default;
|
|
|
57
57
|
|
|
58
58
|
/// The font family of the Toolbar.
|
|
59
59
|
/// @group toolbar
|
|
60
|
-
$kendo-toolbar-font-family: var( --kendo-toolbar-font-family, var(
|
|
60
|
+
$kendo-toolbar-font-family: var( --kendo-toolbar-font-family, var(--kendo-font-family) ) !default;
|
|
61
61
|
/// The font size of the Toolbar.
|
|
62
62
|
/// @group toolbar
|
|
63
|
-
$kendo-toolbar-font-size: var( --kendo-toolbar-font-size, var(
|
|
63
|
+
$kendo-toolbar-font-size: var( --kendo-toolbar-font-size, var(--kendo-font-size) ) !default;
|
|
64
64
|
/// The line height of the Toolbar.
|
|
65
65
|
/// @group toolbar
|
|
66
|
-
$kendo-toolbar-line-height: var( --kendo-toolbar-line-height, var(
|
|
66
|
+
$kendo-toolbar-line-height: var( --kendo-toolbar-line-height, var(--kendo-line-height) ) !default;
|
|
67
67
|
|
|
68
68
|
/// The background color of the Toolbar.
|
|
69
69
|
/// @group toolbar
|
|
@@ -16,17 +16,17 @@ $kendo-tooltip-padding-y: var( --kendo-tooltip-padding-y, #{k-spacing(1.5)} ) !d
|
|
|
16
16
|
$kendo-tooltip-border-width: var( --kendo-tooltip-border-width, 0px ) !default;
|
|
17
17
|
/// The font family of the Tooltip.
|
|
18
18
|
/// @group tooltip
|
|
19
|
-
$kendo-tooltip-font-family: var( --kendo-tooltip-font-family, var(
|
|
19
|
+
$kendo-tooltip-font-family: var( --kendo-tooltip-font-family, var(--kendo-font-family) ) !default;
|
|
20
20
|
/// The font size of the Tooltip.
|
|
21
21
|
/// @group tooltip
|
|
22
|
-
$kendo-tooltip-font-size: var( --kendo-tooltip-font-size, var(
|
|
22
|
+
$kendo-tooltip-font-size: var( --kendo-tooltip-font-size, var(--kendo-font-size-sm) ) !default;
|
|
23
23
|
/// The line height of the Tooltip.
|
|
24
24
|
/// @group tooltip
|
|
25
|
-
$kendo-tooltip-line-height: var( --kendo-tooltip-line-height, var(
|
|
25
|
+
$kendo-tooltip-line-height: var( --kendo-tooltip-line-height, var(--kendo-line-height-lg) ) !default;
|
|
26
26
|
|
|
27
27
|
/// The font size of the Tooltip title.
|
|
28
28
|
/// @group tooltip
|
|
29
|
-
$kendo-tooltip-title-font-size: var( --kendo-tooltip-title-font-size, calc( var(
|
|
29
|
+
$kendo-tooltip-title-font-size: var( --kendo-tooltip-title-font-size, calc( var(--kendo-font-size-sm) * 1.25 ) ) !default;
|
|
30
30
|
/// The line height of the Tooltip title.
|
|
31
31
|
/// @group tooltip
|
|
32
32
|
$kendo-tooltip-title-line-height: var( --kendo-tooltip-title-line-height, var( --kendo-line-heigh-lg, normal ) ) !default;
|
|
@@ -14,25 +14,25 @@ $kendo-treeview-border-radius: var( --kendo-treeview-border-radius, k-border-rad
|
|
|
14
14
|
|
|
15
15
|
/// The font family of the TreeView.
|
|
16
16
|
/// @group treeview
|
|
17
|
-
$kendo-treeview-font-family: var( --kendo-treeview-font-family, var(
|
|
17
|
+
$kendo-treeview-font-family: var( --kendo-treeview-font-family, var(--kendo-font-family) ) !default;
|
|
18
18
|
/// The font size of the small TreeView.
|
|
19
19
|
/// @group treeview
|
|
20
|
-
$kendo-treeview-sm-font-size: var( --kendo-treeview-sm-font-size, var(
|
|
20
|
+
$kendo-treeview-sm-font-size: var( --kendo-treeview-sm-font-size, var(--kendo-font-size-sm) ) !default;
|
|
21
21
|
/// The font size of the medium TreeView.
|
|
22
22
|
/// @group treeview
|
|
23
|
-
$kendo-treeview-md-font-size: var( --kendo-treeview-md-font-size, var(
|
|
23
|
+
$kendo-treeview-md-font-size: var( --kendo-treeview-md-font-size, var(--kendo-font-size) ) !default;
|
|
24
24
|
/// The font size of the large TreeView.
|
|
25
25
|
/// @group treeview
|
|
26
|
-
$kendo-treeview-lg-font-size: var( --kendo-treeview-lg-font-size, var(
|
|
26
|
+
$kendo-treeview-lg-font-size: var( --kendo-treeview-lg-font-size, var(--kendo-font-size-lg) ) !default;
|
|
27
27
|
/// The line height of the small TreeView.
|
|
28
28
|
/// @group treeview
|
|
29
|
-
$kendo-treeview-sm-line-height: var( --kendo-treeview-sm-line-height, var(
|
|
29
|
+
$kendo-treeview-sm-line-height: var( --kendo-treeview-sm-line-height, var(--kendo-line-height-lg) ) !default;
|
|
30
30
|
/// The line height of the medium TreeView.
|
|
31
31
|
/// @group treeview
|
|
32
|
-
$kendo-treeview-md-line-height: var( --kendo-treeview-md-line-height, var(
|
|
32
|
+
$kendo-treeview-md-line-height: var( --kendo-treeview-md-line-height, var(--kendo-line-height) ) !default;
|
|
33
33
|
/// The line height of the large TreeView.
|
|
34
34
|
/// @group treeview
|
|
35
|
-
$kendo-treeview-lg-line-height: var( --kendo-treeview-lg-line-height, var(
|
|
35
|
+
$kendo-treeview-lg-line-height: var( --kendo-treeview-lg-line-height, var(--kendo-line-height-sm) ) !default;
|
|
36
36
|
/// The indentation of child groups in the TreeView.
|
|
37
37
|
/// @group treeview
|
|
38
38
|
$kendo-treeview-indent: var( --kendo-treeview-indent, k-spacing(6) ) !default;
|
|
@@ -26,22 +26,22 @@ $kendo-h6-font-size: 24px !default;
|
|
|
26
26
|
|
|
27
27
|
/// The font family of the highest level heading.
|
|
28
28
|
/// @group typography-component
|
|
29
|
-
$kendo-h1-font-family: var(
|
|
29
|
+
$kendo-h1-font-family: var(--kendo-font-family) !default;
|
|
30
30
|
/// The font family of the second highest level heading.
|
|
31
31
|
/// @group typography-component
|
|
32
|
-
$kendo-h2-font-family: var(
|
|
32
|
+
$kendo-h2-font-family: var(--kendo-font-family) !default;
|
|
33
33
|
/// The font family of the third highest level heading.
|
|
34
34
|
/// @group typography-component
|
|
35
|
-
$kendo-h3-font-family: var(
|
|
35
|
+
$kendo-h3-font-family: var(--kendo-font-family) !default;
|
|
36
36
|
/// The font family of the fourth highest level heading.
|
|
37
37
|
/// @group typography-component
|
|
38
|
-
$kendo-h4-font-family: var(
|
|
38
|
+
$kendo-h4-font-family: var(--kendo-font-family) !default;
|
|
39
39
|
/// The font family of the fifth highest level heading.
|
|
40
40
|
///
|
|
41
|
-
$kendo-h5-font-family: var(
|
|
41
|
+
$kendo-h5-font-family: var(--kendo-font-family) !default;
|
|
42
42
|
/// The font family of the sixth highest level heading.
|
|
43
43
|
/// @group typography-component
|
|
44
|
-
$kendo-h6-font-family: var(
|
|
44
|
+
$kendo-h6-font-family: var(--kendo-font-family) !default;
|
|
45
45
|
|
|
46
46
|
/// The line height of the highest level heading.
|
|
47
47
|
/// @group typography-component
|
|
@@ -63,60 +63,60 @@ $kendo-h6-line-height: 32px !default;
|
|
|
63
63
|
|
|
64
64
|
/// The font weight of the highest level heading.
|
|
65
65
|
/// @group typography-component
|
|
66
|
-
$kendo-h2-font-weight: var(
|
|
66
|
+
$kendo-h2-font-weight: var(--kendo-font-weight-semibold) !default;
|
|
67
67
|
/// The font weight of the second highest level heading.
|
|
68
68
|
/// @group typography-component
|
|
69
|
-
$kendo-h1-font-weight: var(
|
|
69
|
+
$kendo-h1-font-weight: var(--kendo-font-weight-semibold) !default;
|
|
70
70
|
/// The font weight of the third highest level heading.
|
|
71
71
|
/// @group typography-component
|
|
72
|
-
$kendo-h3-font-weight: var(
|
|
72
|
+
$kendo-h3-font-weight: var(--kendo-font-weight-semibold) !default;
|
|
73
73
|
/// The font weight of the fourth highest level heading.
|
|
74
74
|
/// @group typography-component
|
|
75
|
-
$kendo-h4-font-weight: var(
|
|
75
|
+
$kendo-h4-font-weight: var(--kendo-font-weight-semibold) !default;
|
|
76
76
|
/// The font weight of the fifth highest level heading.
|
|
77
77
|
/// @group typography-component
|
|
78
|
-
$kendo-h5-font-weight: var(
|
|
78
|
+
$kendo-h5-font-weight: var(--kendo-font-weight-semibold) !default;
|
|
79
79
|
/// The font weight of the sixth highest level heading.
|
|
80
80
|
/// @group typography-component
|
|
81
|
-
$kendo-h6-font-weight: var(
|
|
81
|
+
$kendo-h6-font-weight: var(--kendo-font-weight-semibold) !default;
|
|
82
82
|
|
|
83
83
|
/// The letter spacing of the highest level heading.
|
|
84
84
|
/// @group typography-component
|
|
85
|
-
$kendo-h1-letter-spacing: var(
|
|
85
|
+
$kendo-h1-letter-spacing: var(--kendo-letter-spacing) !default;
|
|
86
86
|
/// The letter spacing of the second highest level heading.
|
|
87
87
|
/// @group typography-component
|
|
88
|
-
$kendo-h2-letter-spacing: var(
|
|
88
|
+
$kendo-h2-letter-spacing: var(--kendo-letter-spacing) !default;
|
|
89
89
|
/// The letter spacing of the third highest level heading.
|
|
90
90
|
/// @group typography-component
|
|
91
|
-
$kendo-h3-letter-spacing: var(
|
|
91
|
+
$kendo-h3-letter-spacing: var(--kendo-letter-spacing) !default;
|
|
92
92
|
/// The letter spacing of the fourth highest level heading.
|
|
93
93
|
/// @group typography-component
|
|
94
|
-
$kendo-h4-letter-spacing: var(
|
|
94
|
+
$kendo-h4-letter-spacing: var(--kendo-letter-spacing) !default;
|
|
95
95
|
/// The letter spacing of the fifth highest level heading.
|
|
96
96
|
/// @group typography-component
|
|
97
|
-
$kendo-h5-letter-spacing: var(
|
|
97
|
+
$kendo-h5-letter-spacing: var(--kendo-letter-spacing) !default;
|
|
98
98
|
/// The letter spacing of the sixth highest level heading.
|
|
99
99
|
/// @group typography-component
|
|
100
|
-
$kendo-h6-letter-spacing: var(
|
|
100
|
+
$kendo-h6-letter-spacing: var(--kendo-letter-spacing) !default;
|
|
101
101
|
|
|
102
102
|
/// The margin of the highest level heading.
|
|
103
103
|
/// @group typography-component
|
|
104
|
-
$kendo-h1-margin: 0 0 var(
|
|
104
|
+
$kendo-h1-margin: 0 0 var(--kendo-font-size) !default;
|
|
105
105
|
/// The margin of the second highest level heading.
|
|
106
106
|
/// @group typography-component
|
|
107
|
-
$kendo-h2-margin: 0 0 var(
|
|
107
|
+
$kendo-h2-margin: 0 0 var(--kendo-font-size) !default;
|
|
108
108
|
/// The margin of the third highest level heading.
|
|
109
109
|
/// @group typography-component
|
|
110
|
-
$kendo-h3-margin: 0 0 var(
|
|
110
|
+
$kendo-h3-margin: 0 0 var(--kendo-font-size) !default;
|
|
111
111
|
/// The margin of the fourth highest level heading.
|
|
112
112
|
/// @group typography-component
|
|
113
|
-
$kendo-h4-margin: 0 0 var(
|
|
113
|
+
$kendo-h4-margin: 0 0 var(--kendo-font-size) !default;
|
|
114
114
|
/// The margin of the fifth highest level heading.
|
|
115
115
|
/// @group typography-component
|
|
116
|
-
$kendo-h5-margin: 0 0 var(
|
|
116
|
+
$kendo-h5-margin: 0 0 var(--kendo-font-size) !default;
|
|
117
117
|
/// The margin of the sixth highest level heading.
|
|
118
118
|
/// @group typography-component
|
|
119
|
-
$kendo-h6-margin: 0 0 var(
|
|
119
|
+
$kendo-h6-margin: 0 0 var(--kendo-font-size) !default;
|
|
120
120
|
|
|
121
121
|
/// The headings Map.
|
|
122
122
|
/// @group typography-component
|
|
@@ -176,41 +176,41 @@ $kendo-headings: (
|
|
|
176
176
|
|
|
177
177
|
/// The margin of the paragraph.
|
|
178
178
|
/// @group typography-component
|
|
179
|
-
$kendo-paragraph-margin: 0 0 var(
|
|
179
|
+
$kendo-paragraph-margin: 0 0 var(--kendo-font-size) !default;
|
|
180
180
|
/// The font size of the paragraph.
|
|
181
181
|
/// @group typography-component
|
|
182
|
-
$kendo-paragraph-font-size: var(
|
|
182
|
+
$kendo-paragraph-font-size: var(--kendo-font-size) !default;
|
|
183
183
|
/// The font family of the paragraph.
|
|
184
184
|
/// @group typography-component
|
|
185
|
-
$kendo-paragraph-font-family: var(
|
|
185
|
+
$kendo-paragraph-font-family: var(--kendo-font-family) !default;
|
|
186
186
|
/// The line height of the paragraph.
|
|
187
187
|
/// @group typography-component
|
|
188
|
-
$kendo-paragraph-line-height: var(
|
|
188
|
+
$kendo-paragraph-line-height: var(--kendo-line-height) !default;
|
|
189
189
|
/// The font weight of the paragraph.
|
|
190
190
|
/// @group typography-component
|
|
191
|
-
$kendo-paragraph-font-weight: var(
|
|
191
|
+
$kendo-paragraph-font-weight: var(--kendo-font-weight) !default;
|
|
192
192
|
/// The letter spacing of the paragraph.
|
|
193
193
|
/// @group typography-component
|
|
194
|
-
$kendo-paragraph-letter-spacing: var(
|
|
194
|
+
$kendo-paragraph-letter-spacing: var(--kendo-letter-spacing) !default;
|
|
195
195
|
|
|
196
196
|
|
|
197
197
|
// Code
|
|
198
198
|
|
|
199
199
|
/// The font size of the code tag.
|
|
200
200
|
/// @group typography-component
|
|
201
|
-
$kendo-code-font-size: var(
|
|
201
|
+
$kendo-code-font-size: var(--kendo-font-size) !default;
|
|
202
202
|
/// The font family of the code tag.
|
|
203
203
|
/// @group typography-component
|
|
204
204
|
$kendo-code-font-family: $kendo-font-family-monospace !default;
|
|
205
205
|
/// The line height of the code tag.
|
|
206
206
|
/// @group typography-component
|
|
207
|
-
$kendo-code-line-height: var(
|
|
207
|
+
$kendo-code-line-height: var(--kendo-line-height) !default;
|
|
208
208
|
/// The font weight of the code tag.
|
|
209
209
|
/// @group typography-component
|
|
210
|
-
$kendo-code-font-weight: var(
|
|
210
|
+
$kendo-code-font-weight: var(--kendo-font-weight) !default;
|
|
211
211
|
/// The letter spacing of the code tag.
|
|
212
212
|
/// @group typography-component
|
|
213
|
-
$kendo-code-letter-spacing: var(
|
|
213
|
+
$kendo-code-letter-spacing: var(--kendo-letter-spacing) !default;
|
|
214
214
|
|
|
215
215
|
/// The horizontal padding of the code tag.
|
|
216
216
|
/// @group typography-component
|
|
@@ -242,29 +242,29 @@ $kendo-code-border: var( --kendo-code-border, color-mix(in srgb, k-color(border)
|
|
|
242
242
|
|
|
243
243
|
/// The font size of the largest display text.
|
|
244
244
|
/// @group typography-component
|
|
245
|
-
$kendo-display1-font-size: calc( var(
|
|
245
|
+
$kendo-display1-font-size: calc( var(--kendo-font-size) * 9 ) !default;
|
|
246
246
|
/// The font size of the second largest display text.
|
|
247
247
|
/// @group typography-component
|
|
248
|
-
$kendo-display2-font-size: calc( var(
|
|
248
|
+
$kendo-display2-font-size: calc( var(--kendo-font-size) * 6 ) !default;
|
|
249
249
|
/// The font size of the third largest display text.
|
|
250
250
|
/// @group typography-component
|
|
251
251
|
$kendo-display3-font-size: 112px !default;
|
|
252
252
|
/// The font size of the fourth largest display text.
|
|
253
253
|
/// @group typography-component
|
|
254
|
-
$kendo-display4-font-size: calc( var(
|
|
254
|
+
$kendo-display4-font-size: calc( var(--kendo-font-size) * 3 ) !default;
|
|
255
255
|
|
|
256
256
|
/// The font family of the largest display text.
|
|
257
257
|
/// @group typography-component
|
|
258
|
-
$kendo-display1-font-family: var(
|
|
258
|
+
$kendo-display1-font-family: var(--kendo-font-family) !default;
|
|
259
259
|
/// The font family of the second largest display text.
|
|
260
260
|
/// @group typography-component
|
|
261
|
-
$kendo-display2-font-family: var(
|
|
261
|
+
$kendo-display2-font-family: var(--kendo-font-family) !default;
|
|
262
262
|
/// The font family of the third largest display text.
|
|
263
263
|
/// @group typography-component
|
|
264
|
-
$kendo-display3-font-family: var(
|
|
264
|
+
$kendo-display3-font-family: var(--kendo-font-family) !default;
|
|
265
265
|
/// The font family of the fourth largest display text.
|
|
266
266
|
/// @group typography-component
|
|
267
|
-
$kendo-display4-font-family: var(
|
|
267
|
+
$kendo-display4-font-family: var(--kendo-font-family) !default;
|
|
268
268
|
|
|
269
269
|
/// The line height of the largest display text.
|
|
270
270
|
/// @group typography-component
|
|
@@ -281,29 +281,29 @@ $kendo-display4-line-height: 120px !default;
|
|
|
281
281
|
|
|
282
282
|
/// The font weight of the largest display text.
|
|
283
283
|
/// @group typography-component
|
|
284
|
-
$kendo-display1-font-weight: var(
|
|
284
|
+
$kendo-display1-font-weight: var(--kendo-font-weight-normal) !default;
|
|
285
285
|
/// The font weight of the second largest display text.
|
|
286
286
|
/// @group typography-component
|
|
287
|
-
$kendo-display2-font-weight: var(
|
|
287
|
+
$kendo-display2-font-weight: var(--kendo-font-weight-normal) !default;
|
|
288
288
|
/// The font weight of the third largest display text.
|
|
289
289
|
/// @group typography-component
|
|
290
|
-
$kendo-display3-font-weight: var(
|
|
290
|
+
$kendo-display3-font-weight: var(--kendo-font-weight-normal) !default;
|
|
291
291
|
/// The font weight of the fourth largest display text.
|
|
292
292
|
/// @group typography-component
|
|
293
|
-
$kendo-display4-font-weight: var(
|
|
293
|
+
$kendo-display4-font-weight: var(--kendo-font-weight-normal) !default;
|
|
294
294
|
|
|
295
295
|
/// The letter spacing of the largest display text.
|
|
296
296
|
/// @group typography-component
|
|
297
|
-
$kendo-display1-letter-spacing: var(
|
|
297
|
+
$kendo-display1-letter-spacing: var(--kendo-letter-spacing) !default;
|
|
298
298
|
/// The letter spacing of the second largest display text.
|
|
299
299
|
/// @group typography-component
|
|
300
|
-
$kendo-display2-letter-spacing: var(
|
|
300
|
+
$kendo-display2-letter-spacing: var(--kendo-letter-spacing) !default;
|
|
301
301
|
/// The letter spacing of the third largest display text.
|
|
302
302
|
/// @group typography-component
|
|
303
|
-
$kendo-display3-letter-spacing: var(
|
|
303
|
+
$kendo-display3-letter-spacing: var(--kendo-letter-spacing) !default;
|
|
304
304
|
/// The letter spacing of the fourth largest display text.
|
|
305
305
|
/// @group typography-component
|
|
306
|
-
$kendo-display4-letter-spacing: var(
|
|
306
|
+
$kendo-display4-letter-spacing: var(--kendo-letter-spacing) !default;
|
|
307
307
|
|
|
308
308
|
/// The displays Map.
|
|
309
309
|
/// @group typography-component
|
package/scss/upload/_layout.scss
CHANGED
|
@@ -6,13 +6,13 @@
|
|
|
6
6
|
$kendo-upload-border-width: var( --kendo-upload-border-width, 1px ) !default;
|
|
7
7
|
/// The font family of the Upload.
|
|
8
8
|
/// @group upload
|
|
9
|
-
$kendo-upload-font-family: var( --kendo-upload-font-family, var(
|
|
9
|
+
$kendo-upload-font-family: var( --kendo-upload-font-family, var(--kendo-font-family) ) !default;
|
|
10
10
|
/// The font size of the Upload.
|
|
11
11
|
/// @group upload
|
|
12
|
-
$kendo-upload-font-size: var( --kendo-upload-font-size, var(
|
|
12
|
+
$kendo-upload-font-size: var( --kendo-upload-font-size, var(--kendo-font-size) ) !default;
|
|
13
13
|
/// The line height of the Upload.
|
|
14
14
|
/// @group upload
|
|
15
|
-
$kendo-upload-line-height: var( --kendo-upload-line-height, var(
|
|
15
|
+
$kendo-upload-line-height: var( --kendo-upload-line-height, var(--kendo-line-height) ) !default;
|
|
16
16
|
/// The maximum height of the list with uploaded items.
|
|
17
17
|
/// @group upload
|
|
18
18
|
$kendo-upload-max-height: var( --kendo-upload-max-height, 300px ) !default;
|
|
@@ -66,7 +66,7 @@ $kendo-upload-multiple-items-spacing: var( --kendo-upload-multiple-items-spacing
|
|
|
66
66
|
|
|
67
67
|
/// The font size of the Upload validation message.
|
|
68
68
|
/// @group upload
|
|
69
|
-
$kendo-upload-validation-font-size: var( --kendo-upload-validation-font-size, var(
|
|
69
|
+
$kendo-upload-validation-font-size: var( --kendo-upload-validation-font-size, var(--kendo-font-size-xs) ) !default;
|
|
70
70
|
/// The horizontal spacing of the Upload status icon.
|
|
71
71
|
/// @group upload
|
|
72
72
|
$kendo-upload-icon-spacing: var( --kendo-upload-icon-spacing, var( --kendo-icon-spacing, .5rem ) ) !default;
|
|
@@ -19,13 +19,13 @@ $kendo-window-border-width: var(--kendo-window-border-width, 0) !default;
|
|
|
19
19
|
$kendo-window-border-radius: var(--kendo-window-border-radius, k-border-radius(md)) !default;
|
|
20
20
|
/// The font family of the Window.
|
|
21
21
|
/// @group window
|
|
22
|
-
$kendo-window-font-family: var( --kendo-window-font-family, var(
|
|
22
|
+
$kendo-window-font-family: var( --kendo-window-font-family, var(--kendo-font-family) ) !default;
|
|
23
23
|
/// The font size of the Window.
|
|
24
24
|
/// @group window
|
|
25
|
-
$kendo-window-font-size: var( --kendo-window-font-size, var(
|
|
25
|
+
$kendo-window-font-size: var( --kendo-window-font-size, var(--kendo-font-size) ) !default;
|
|
26
26
|
/// The line height of the Window.
|
|
27
27
|
/// @group window
|
|
28
|
-
$kendo-window-line-height: var( --kendo-window-line-height, var(
|
|
28
|
+
$kendo-window-line-height: var( --kendo-window-line-height, var(--kendo-line-height) ) !default;
|
|
29
29
|
|
|
30
30
|
/// The horizontal padding of the Window titlebar.
|
|
31
31
|
/// @group window
|
|
@@ -42,13 +42,13 @@ $kendo-window-titlebar-border-style: solid !default;
|
|
|
42
42
|
|
|
43
43
|
/// The font size of the title of the Window.
|
|
44
44
|
/// @group window
|
|
45
|
-
$kendo-window-title-font-size: var( --kendo-window-title-font-size, var(
|
|
45
|
+
$kendo-window-title-font-size: var( --kendo-window-title-font-size, var(--kendo-font-size-xl) ) !default;
|
|
46
46
|
/// The line height of the title of the Window.
|
|
47
47
|
/// @group window
|
|
48
|
-
$kendo-window-title-line-height: var( --kendo-window-title-line-height, var(
|
|
48
|
+
$kendo-window-title-line-height: var( --kendo-window-title-line-height, var(--kendo-line-height-xs) ) !default;
|
|
49
49
|
/// The font weight of the title of the Window.
|
|
50
50
|
/// @group window
|
|
51
|
-
$kendo-window-title-font-weight: var( --kendo-window-title-font-weight, var(
|
|
51
|
+
$kendo-window-title-font-weight: var( --kendo-window-title-font-weight, var(--kendo-font-weight-semibold) ) !default;
|
|
52
52
|
|
|
53
53
|
/// The spacing between the buttons in the Window titlebar.
|
|
54
54
|
/// @group window
|
|
@@ -12,13 +12,13 @@ $kendo-wizard-padding-x: var( --kendo-wizard-padding-x, k-spacing(6) ) !default;
|
|
|
12
12
|
$kendo-wizard-padding-y: var( --kendo-wizard-padding-y, k-spacing(6) ) !default;
|
|
13
13
|
/// The font size of the Wizard.
|
|
14
14
|
/// @group wizard
|
|
15
|
-
$kendo-wizard-font-size: var(
|
|
15
|
+
$kendo-wizard-font-size: var(--kendo-font-size) !default;
|
|
16
16
|
/// The line height of the Wizard.
|
|
17
17
|
/// @group wizard
|
|
18
|
-
$kendo-wizard-line-height: var(
|
|
18
|
+
$kendo-wizard-line-height: var(--kendo-line-height) !default;
|
|
19
19
|
/// The font family of the Wizard.
|
|
20
20
|
/// @group wizard
|
|
21
|
-
$kendo-wizard-font-family: var(
|
|
21
|
+
$kendo-wizard-font-family: var(--kendo-font-family) !default;
|
|
22
22
|
|
|
23
23
|
|
|
24
24
|
/// The horizontal padding of the Wizard steps.
|