@progress/kendo-theme-fluent 6.4.0-dev.0 → 6.4.0-dev.2
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 +195 -130
- package/dist/meta/sassdoc-data.json +5971 -3665
- package/dist/meta/sassdoc-raw-data.json +3027 -1877
- package/lib/swatches/all.json +1 -1
- package/lib/swatches/fluent-main.json +1 -1
- package/package.json +6 -5
- package/scss/action-sheet/_layout.scss +11 -6
- package/scss/action-sheet/_variables.scss +0 -3
- package/scss/adaptive/_layout.scss +2 -6
- package/scss/avatar/_variables.scss +10 -8
- package/scss/badge/_variables.scss +36 -14
- package/scss/bottom-navigation/_layout.scss +0 -4
- package/scss/bottom-navigation/_variables.scss +1 -5
- package/scss/breadcrumb/_layout.scss +0 -1
- package/scss/breadcrumb/_variables.scss +0 -4
- package/scss/button/_variables.scss +3 -3
- package/scss/chip/_layout.scss +0 -1
- package/scss/drawer/_layout.scss +3 -3
- package/scss/drawer/_variables.scss +6 -3
- package/scss/dropdowntree/_variables.scss +4 -0
- package/scss/dropzone/_layout.scss +0 -7
- package/scss/dropzone/_variables.scss +0 -3
- package/scss/fab/_layout.scss +3 -4
- package/scss/fab/_variables.scss +58 -52
- package/scss/filemanager/_layout.scss +2 -12
- package/scss/filemanager/_variables.scss +0 -6
- package/scss/floating-label/_variables.scss +17 -17
- package/scss/forms/_variables.scss +62 -34
- package/scss/grid/_layout.scss +6 -2
- package/scss/icon/_layout.scss +10 -7
- package/scss/input/_layout.scss +5 -4
- package/scss/input/_variables.scss +2 -2
- package/scss/list/_layout.scss +2 -0
- package/scss/list/_theme.scss +15 -0
- package/scss/list/_variables.scss +11 -0
- package/scss/listbox/_layout.scss +2 -5
- package/scss/map/_layout.scss +0 -1
- package/scss/map/_variables.scss +0 -3
- package/scss/pager/_layout.scss +1 -12
- package/scss/pager/_variables.scss +37 -21
- package/scss/pdf-viewer/_layout.scss +0 -9
- package/scss/pdf-viewer/_variables.scss +0 -3
- package/scss/rating/_layout.scss +0 -9
- package/scss/rating/_variables.scss +0 -4
- package/scss/scrollview/_layout.scss +13 -8
- package/scss/scrollview/_variables.scss +0 -3
- package/scss/splitter/_layout.scss +0 -9
- package/scss/splitter/_variables.scss +1 -4
- package/scss/spreadsheet/_layout.scss +2 -1
- package/scss/toolbar/_variables.scss +28 -16
- package/scss/treeview/_variables.scss +56 -40
- package/scss/upload/_layout.scss +2 -6
- package/scss/upload/_variables.scss +0 -4
|
@@ -457,7 +457,7 @@ $kendo-input-sizes: (
|
|
|
457
457
|
padding-y: $kendo-input-sm-padding-y,
|
|
458
458
|
font-size: $kendo-input-sm-font-size,
|
|
459
459
|
line-height: $kendo-input-sm-line-height,
|
|
460
|
-
icon-size: calc( var( --kendo-icon-size, 1rem ) + #{$kendo-input-
|
|
460
|
+
icon-size: calc( var( --kendo-icon-size, 1rem ) + #{$kendo-input-md-padding-y * 2} ),
|
|
461
461
|
button-padding-x: $kendo-input-sm-padding-y,
|
|
462
462
|
button-padding-y: $kendo-input-sm-padding-y,
|
|
463
463
|
button-width: $kendo-input-sm-button-width
|
|
@@ -467,7 +467,7 @@ $kendo-input-sizes: (
|
|
|
467
467
|
padding-y: $kendo-input-md-padding-y,
|
|
468
468
|
font-size: $kendo-input-md-font-size,
|
|
469
469
|
line-height: $kendo-input-md-line-height,
|
|
470
|
-
icon-size: calc( var( --kendo-icon-size, 1rem ) + #{$kendo-input-
|
|
470
|
+
icon-size: calc( var( --kendo-icon-size, 1rem ) + #{$kendo-input-sm-padding-y * 2} ),
|
|
471
471
|
button-padding-x: $kendo-input-md-padding-y,
|
|
472
472
|
button-padding-y: $kendo-input-md-padding-y,
|
|
473
473
|
button-width: $kendo-input-md-button-width
|
package/scss/list/_layout.scss
CHANGED
|
@@ -19,6 +19,7 @@
|
|
|
19
19
|
margin: 0;
|
|
20
20
|
padding: 0;
|
|
21
21
|
box-sizing: border-box;
|
|
22
|
+
font-family: var( --kendo-list-font-family, #{$kendo-list-font-family} );
|
|
22
23
|
font-size: var( --INTERNAL--kendo-list-font-size, 1rem );
|
|
23
24
|
line-height: var( --INTERNAL--kendo-list-line-height, normal );
|
|
24
25
|
display: flex;
|
|
@@ -124,6 +125,7 @@
|
|
|
124
125
|
}
|
|
125
126
|
.k-list-optionlabel {
|
|
126
127
|
@extend .k-list-item !optional;
|
|
128
|
+
column-gap: 0;
|
|
127
129
|
}
|
|
128
130
|
|
|
129
131
|
|
package/scss/list/_theme.scss
CHANGED
|
@@ -76,6 +76,21 @@
|
|
|
76
76
|
);
|
|
77
77
|
}
|
|
78
78
|
|
|
79
|
+
// Option Label
|
|
80
|
+
.k-list-optionlabel,
|
|
81
|
+
.k-list-optionlabel.k-hover,
|
|
82
|
+
.k-list-optionlabel:hover {
|
|
83
|
+
@include fill(
|
|
84
|
+
$color: var( --kendo-list-option-label-text, #{$kendo-list-option-label-text} )
|
|
85
|
+
);
|
|
86
|
+
}
|
|
87
|
+
|
|
88
|
+
.k-list-optionlabel:disabled,
|
|
89
|
+
.k-list-optionlabel.k-disabled {
|
|
90
|
+
@include fill(
|
|
91
|
+
$color: var( --kendo-list-option-label-disabled-text, #{$kendo-list-option-label-disabled-text} )
|
|
92
|
+
)
|
|
93
|
+
}
|
|
79
94
|
|
|
80
95
|
// List group item
|
|
81
96
|
.k-list-group-item {
|
|
@@ -1,6 +1,10 @@
|
|
|
1
1
|
@use "sass:map";
|
|
2
2
|
@use "../core/" as *;
|
|
3
3
|
|
|
4
|
+
/// The font family of the List components.
|
|
5
|
+
/// @group list
|
|
6
|
+
$kendo-list-font-family: var( --kendo-font-family, inherit) !default;
|
|
7
|
+
|
|
4
8
|
/// The font size of the List component.
|
|
5
9
|
/// @group list
|
|
6
10
|
$kendo-list-sm-font-size: var( --kendo-font-size, inherit ) !default;
|
|
@@ -272,3 +276,10 @@ $kendo-list-group-item-shadow: none !default;
|
|
|
272
276
|
/// The text color of the 'No Data' text.
|
|
273
277
|
/// @group list
|
|
274
278
|
$kendo-list-no-data-text: get-theme-color-var( neutral-160 ) !default;
|
|
279
|
+
|
|
280
|
+
/// The color of the 'Option Label' text.
|
|
281
|
+
/// @group list
|
|
282
|
+
$kendo-list-option-label-text: $kendo-subtle-text !default;
|
|
283
|
+
/// The color of the disabled 'Option Label' text.
|
|
284
|
+
/// @group list
|
|
285
|
+
$kendo-list-option-label-disabled-text: $kendo-disabled-text !default;
|
package/scss/map/_layout.scss
CHANGED
package/scss/map/_variables.scss
CHANGED
|
@@ -80,9 +80,6 @@ $kendo-map-attribution-font-size: calc( #{$kendo-map-font-size} * .75 ) !default
|
|
|
80
80
|
/// @group map
|
|
81
81
|
$kendo-map-attribution-bg: $kendo-color-white !default;
|
|
82
82
|
|
|
83
|
-
/// Map marker size.
|
|
84
|
-
/// @group map
|
|
85
|
-
$kendo-map-marker-size: var( --kendo-icon-size-xxl, 2rem ) !default;
|
|
86
83
|
/// Map marker fill color.
|
|
87
84
|
/// @group map
|
|
88
85
|
$kendo-map-marker-fill: get-theme-color-var( primary-100 ) !default;
|
package/scss/pager/_layout.scss
CHANGED
|
@@ -35,18 +35,7 @@
|
|
|
35
35
|
.k-rtl &,
|
|
36
36
|
&[dir="rtl"],
|
|
37
37
|
[dir="rtl"] & {
|
|
38
|
-
.k-
|
|
39
|
-
.k-i-caret-alt-to-right,
|
|
40
|
-
.k-i-caret-alt-left,
|
|
41
|
-
.k-i-caret-alt-right,
|
|
42
|
-
.k-i-arrow-end-left,
|
|
43
|
-
.k-i-arrow-60-left,
|
|
44
|
-
.k-i-arrow-60-right,
|
|
45
|
-
.k-i-arrow-end-right,
|
|
46
|
-
.k-i-seek-w,
|
|
47
|
-
.k-i-arrow-w,
|
|
48
|
-
.k-i-arrow-e,
|
|
49
|
-
.k-i-seek-e {
|
|
38
|
+
.k-pager-nav .k-button-icon {
|
|
50
39
|
transform: scaleX(-1);
|
|
51
40
|
}
|
|
52
41
|
}
|
|
@@ -2,86 +2,102 @@
|
|
|
2
2
|
@use "../core/" as *;
|
|
3
3
|
@use "../button/_variables.scss" as *;
|
|
4
4
|
|
|
5
|
-
///
|
|
5
|
+
/// The horizontal padding of the Pager.
|
|
6
6
|
/// @group pager
|
|
7
7
|
$kendo-pager-padding-x: map.get( $kendo-spacing, 2 ) !default;
|
|
8
|
+
/// The horizontal padding of the small Pager.
|
|
9
|
+
/// @group pager
|
|
8
10
|
$kendo-pager-sm-padding-x: map.get( $kendo-spacing, 1.5 ) !default;
|
|
11
|
+
/// The horizontal padding of the medium Pager.
|
|
12
|
+
/// @group pager
|
|
9
13
|
$kendo-pager-md-padding-x: map.get( $kendo-spacing, 2 ) !default;
|
|
14
|
+
/// The horizontal padding of the large Pager.
|
|
15
|
+
/// @group pager
|
|
10
16
|
$kendo-pager-lg-padding-x: map.get( $kendo-spacing, 2.5 ) !default;
|
|
11
17
|
|
|
12
|
-
///
|
|
18
|
+
/// The vertical padding of the Pager.
|
|
13
19
|
/// @group pager
|
|
14
20
|
$kendo-pager-padding-y: map.get( $kendo-spacing, 2 ) !default;
|
|
21
|
+
/// The vertical padding of the small Pager.
|
|
22
|
+
/// @group pager
|
|
15
23
|
$kendo-pager-sm-padding-y: $kendo-pager-sm-padding-x !default;
|
|
24
|
+
/// The vertical padding of the medium Pager.
|
|
25
|
+
/// @group pager
|
|
16
26
|
$kendo-pager-md-padding-y: $kendo-pager-md-padding-x !default;
|
|
27
|
+
/// The vertical padding of the large Pager.
|
|
28
|
+
/// @group pager
|
|
17
29
|
$kendo-pager-lg-padding-y: $kendo-pager-lg-padding-x !default;
|
|
18
|
-
///
|
|
30
|
+
/// The border width of the Pager.
|
|
19
31
|
/// @group pager
|
|
20
32
|
$kendo-pager-border-width: 1px !default;
|
|
21
33
|
|
|
22
|
-
///
|
|
34
|
+
/// The font family of the Pager.
|
|
23
35
|
/// @group pager
|
|
24
36
|
$kendo-pager-font-family: var( --kendo-font-family, normal ) !default;
|
|
25
|
-
///
|
|
37
|
+
/// The font size of the Pager.
|
|
26
38
|
/// @group pager
|
|
27
39
|
$kendo-pager-font-size: var( --kendo-font-size, inherit ) !default;
|
|
28
|
-
///
|
|
40
|
+
/// The line height of the Pager.
|
|
29
41
|
/// @group pager
|
|
30
42
|
$kendo-pager-line-height: var( --kendo-line-height, normal ) !default;
|
|
31
43
|
|
|
32
|
-
///
|
|
44
|
+
/// The background color of the Pager.
|
|
33
45
|
/// @group pager
|
|
34
46
|
$kendo-pager-bg: get-theme-color-var( neutral-10 ) !default;
|
|
35
|
-
///
|
|
47
|
+
/// The text color of the Pager.
|
|
36
48
|
/// @group pager
|
|
37
49
|
$kendo-pager-text: var( --kendo-component-text, inherit ) !default;
|
|
38
|
-
///
|
|
50
|
+
/// The border color of the Pager.
|
|
39
51
|
/// @group pager
|
|
40
52
|
$kendo-pager-border: var( --kendo-component-border, inherit ) !default;
|
|
41
53
|
|
|
42
|
-
///
|
|
54
|
+
/// The background color of the focused Pager.
|
|
43
55
|
/// @group pager
|
|
44
56
|
$kendo-pager-focus-bg: var( --kendo-pager-bg, #{$kendo-pager-bg}) !default;
|
|
45
|
-
///
|
|
57
|
+
/// The text color of the focused Pager.
|
|
46
58
|
/// @group pager
|
|
47
59
|
$kendo-pager-focus-text: var( --kendo-pager-text, #{$kendo-pager-text}) !default;
|
|
48
|
-
///
|
|
60
|
+
/// The border color of the focused Pager.
|
|
49
61
|
/// @group pager
|
|
50
62
|
$kendo-pager-focus-border: get-theme-color-var( neutral-130 ) !default;
|
|
51
63
|
|
|
52
|
-
///
|
|
64
|
+
/// The spacing between the Pager sections.
|
|
53
65
|
/// @group pager
|
|
54
66
|
$kendo-pager-section-spacing: 1em !default;
|
|
55
67
|
|
|
56
|
-
///
|
|
68
|
+
/// The border radius of the Pager items.
|
|
57
69
|
/// @group pager
|
|
58
70
|
$kendo-pager-item-border-radius: 0 !default;
|
|
59
|
-
///
|
|
71
|
+
/// The spacing around the Pager items.
|
|
60
72
|
/// @group pager
|
|
61
73
|
$kendo-pager-item-spacing: null !default;
|
|
62
74
|
|
|
63
|
-
///
|
|
75
|
+
/// The spacing between the item groups of the small Pager.
|
|
64
76
|
/// @group pager
|
|
65
77
|
$kendo-pager-sm-item-group-spacing: map.get( $kendo-spacing, 2 ) !default;
|
|
78
|
+
/// The spacing between the item groups of the medium Pager.
|
|
79
|
+
/// @group pager
|
|
66
80
|
$kendo-pager-md-item-group-spacing: map.get( $kendo-spacing, 2 ) !default;
|
|
81
|
+
/// The spacing between the item groups of the large Pager.
|
|
82
|
+
/// @group pager
|
|
67
83
|
$kendo-pager-lg-item-group-spacing: map.get( $kendo-spacing, 2 ) !default;
|
|
68
84
|
|
|
69
|
-
///
|
|
85
|
+
/// The text color of the Pagers' sizes label.
|
|
70
86
|
/// @group pager
|
|
71
87
|
$kendo-pager-sizes-label-text: get-theme-color-var( neutral-190 ) !default;
|
|
72
88
|
|
|
73
|
-
///
|
|
89
|
+
/// The text color of the Pagers' info label.
|
|
74
90
|
/// @group pager
|
|
75
91
|
$kendo-pager-info-label-text: get-theme-color-var( neutral-130 ) !default;
|
|
76
92
|
|
|
77
|
-
///
|
|
93
|
+
/// The width of the Inputs in the Pager.
|
|
78
94
|
/// @group pager
|
|
79
95
|
$kendo-pager-input-width: 5em !default;
|
|
80
|
-
///
|
|
96
|
+
/// The width of the DropDowns in the Pager.
|
|
81
97
|
/// @group pager
|
|
82
98
|
$kendo-pager-dropdown-width: 5em !default;
|
|
83
99
|
|
|
84
|
-
///
|
|
100
|
+
/// The sizes map of the Pager.
|
|
85
101
|
/// @group pager
|
|
86
102
|
$kendo-pager-sizes: (
|
|
87
103
|
sm: (
|
|
@@ -114,15 +114,6 @@
|
|
|
114
114
|
border: 0;
|
|
115
115
|
background: none;
|
|
116
116
|
}
|
|
117
|
-
|
|
118
|
-
> .k-icon {
|
|
119
|
-
font-size: var( --kendo-pdf-viewer-icon-size, #{$kendo-pdf-viewer-icon-size} );
|
|
120
|
-
}
|
|
121
|
-
|
|
122
|
-
> .k-svg-icon {
|
|
123
|
-
width: var( --kendo-pdf-viewer-icon-size, #{$kendo-pdf-viewer-icon-size} );
|
|
124
|
-
height: var( --kendo-pdf-viewer-icon-size, #{$kendo-pdf-viewer-icon-size} );
|
|
125
|
-
}
|
|
126
117
|
}
|
|
127
118
|
|
|
128
119
|
}
|
|
@@ -97,9 +97,6 @@ $kendo-pdf-viewer-search-highlight-bg: var( --kendo-component-text, inherit ) !d
|
|
|
97
97
|
/// @group pdf-viewer
|
|
98
98
|
$kendo-pdf-viewer-search-highlight-mark-bg: yellow !default;
|
|
99
99
|
|
|
100
|
-
/// Size of the PDF viewer icon.
|
|
101
|
-
/// @group pdf-viewer
|
|
102
|
-
$kendo-pdf-viewer-icon-size: $kendo-dropzone-icon-size !default;
|
|
103
100
|
/// Text color of the PDF viewer icon.
|
|
104
101
|
/// @group pdf-viewer
|
|
105
102
|
$kendo-pdf-viewer-icon-text: $kendo-dropzone-icon-text !default;
|
package/scss/rating/_layout.scss
CHANGED
|
@@ -53,15 +53,6 @@
|
|
|
53
53
|
pointer-events: none;
|
|
54
54
|
}
|
|
55
55
|
|
|
56
|
-
.k-icon {
|
|
57
|
-
font-size: var( --kendo-rating-icon-size, #{$kendo-rating-icon-size} );
|
|
58
|
-
}
|
|
59
|
-
|
|
60
|
-
.k-svg-icon {
|
|
61
|
-
width: var( --kendo-rating-icon-size, #{$kendo-rating-icon-size} );
|
|
62
|
-
height: var( --kendo-rating-icon-size, #{$kendo-rating-icon-size} );
|
|
63
|
-
}
|
|
64
|
-
|
|
65
56
|
svg {
|
|
66
57
|
fill: currentColor;
|
|
67
58
|
}
|
|
@@ -45,7 +45,3 @@ $kendo-rating-item-selected-text: get-theme-color-var( neutral-160 ) !default;
|
|
|
45
45
|
/// Selected hover color of the rating item.
|
|
46
46
|
/// @group rating
|
|
47
47
|
$kendo-rating-item-selected-hover-text: get-theme-color-var( primary-120 ) !default;
|
|
48
|
-
|
|
49
|
-
/// Icon size of the rating.
|
|
50
|
-
/// @group rating
|
|
51
|
-
$kendo-rating-icon-size: calc( var( --kendo-icon-size, 1rem ) * #{$kendo-line-height-md} ) !default;
|
|
@@ -157,22 +157,16 @@
|
|
|
157
157
|
margin: 0;
|
|
158
158
|
padding: 0;
|
|
159
159
|
vertical-align: middle;
|
|
160
|
-
font-size: var( --kendo-scrollview-arrow-icon-size, #{$kendo-scrollview-arrow-icon-size} );
|
|
161
160
|
font-weight: normal;
|
|
162
161
|
}
|
|
163
|
-
|
|
164
|
-
.k-svg-icon {
|
|
165
|
-
width: var( --kendo-scrollview-arrow-icon-size, #{$kendo-scrollview-arrow-icon-size} );
|
|
166
|
-
height: var( --kendo-scrollview-arrow-icon-size, #{$kendo-scrollview-arrow-icon-size} );
|
|
167
|
-
}
|
|
168
162
|
}
|
|
169
163
|
|
|
170
164
|
.k-scrollview-prev {
|
|
171
|
-
|
|
165
|
+
inset-inline-start: 0;
|
|
172
166
|
}
|
|
173
167
|
|
|
174
168
|
.k-scrollview-next {
|
|
175
|
-
|
|
169
|
+
inset-inline-end: 0;
|
|
176
170
|
}
|
|
177
171
|
|
|
178
172
|
|
|
@@ -197,4 +191,15 @@
|
|
|
197
191
|
pointer-events: none;
|
|
198
192
|
}
|
|
199
193
|
}
|
|
194
|
+
|
|
195
|
+
.k-rtl,
|
|
196
|
+
[dir="rtl"] {
|
|
197
|
+
.k-scrollview-prev,
|
|
198
|
+
.k-scrollview-next {
|
|
199
|
+
.k-icon,
|
|
200
|
+
.k-svg-icon {
|
|
201
|
+
transform: scaleX(-1);
|
|
202
|
+
}
|
|
203
|
+
}
|
|
204
|
+
}
|
|
200
205
|
}
|
|
@@ -82,9 +82,6 @@ $kendo-scrollview-pager-light-bg: rgba( $kendo-color-white, .4 ) !default;
|
|
|
82
82
|
/// @group scrollview
|
|
83
83
|
$kendo-scrollview-pager-dark-bg: rgba( $kendo-color-black, .4 ) !default;
|
|
84
84
|
|
|
85
|
-
/// Scrollview arrow arrows size.
|
|
86
|
-
/// @group scrollview
|
|
87
|
-
$kendo-scrollview-arrow-icon-size: calc( var( --kendo-icon-size-xxl, 2rem ) * 2 ) !default;
|
|
88
85
|
/// Scrollview navigation text color.
|
|
89
86
|
/// @group scrollview
|
|
90
87
|
$kendo-scrollview-navigation-color: $kendo-color-white !default;
|
|
@@ -61,15 +61,6 @@
|
|
|
61
61
|
cursor: pointer;
|
|
62
62
|
}
|
|
63
63
|
|
|
64
|
-
.k-icon {
|
|
65
|
-
font-size: var( --kendo-splitter-resize-icon-size, #{$kendo-splitter-resize-icon-size} );
|
|
66
|
-
}
|
|
67
|
-
|
|
68
|
-
.k-svg-icon {
|
|
69
|
-
width: var( --kendo-splitter-resize-icon-size, #{$kendo-splitter-resize-icon-size} );
|
|
70
|
-
height: var( --kendo-splitter-resize-icon-size, #{$kendo-splitter-resize-icon-size} );
|
|
71
|
-
}
|
|
72
|
-
|
|
73
64
|
}
|
|
74
65
|
|
|
75
66
|
.k-splitbar-draggable-horizontal { cursor: col-resize; }
|
|
@@ -26,10 +26,7 @@ $kendo-splitter-border: var( --kendo-component-border, initial ) !default;
|
|
|
26
26
|
|
|
27
27
|
/// Size of the splitter splitbar.
|
|
28
28
|
/// @group splitter
|
|
29
|
-
$kendo-splitter-splitbar-size: map.get( $kendo-spacing,
|
|
30
|
-
/// Icon size of the splitter splitbar.
|
|
31
|
-
/// @group splitter
|
|
32
|
-
$kendo-splitter-resize-icon-size: map.get( $kendo-spacing, 2.5 ) !default;
|
|
29
|
+
$kendo-splitter-splitbar-size: map.get( $kendo-spacing, 3 ) !default;
|
|
33
30
|
/// Length of the splitter drag handle.
|
|
34
31
|
/// @group splitter
|
|
35
32
|
$kendo-splitter-drag-handle-length: map.get( $kendo-spacing, 5 ) !default;
|
|
@@ -1,67 +1,79 @@
|
|
|
1
1
|
@use "sass:map";
|
|
2
2
|
@use "../core/" as *;
|
|
3
3
|
|
|
4
|
-
/// The horizontal padding of the
|
|
4
|
+
/// The horizontal padding of the small Toolbar.
|
|
5
5
|
/// @group toolbar
|
|
6
6
|
$kendo-toolbar-sm-padding-x: map.get( $kendo-spacing, 1 ) !default;
|
|
7
|
+
/// The horizontal padding of the medium Toolbar.
|
|
8
|
+
/// @group toolbar
|
|
7
9
|
$kendo-toolbar-md-padding-x: map.get( $kendo-spacing, 2 ) !default;
|
|
10
|
+
/// The horizontal padding of the large Toolbar.
|
|
11
|
+
/// @group toolbar
|
|
8
12
|
$kendo-toolbar-lg-padding-x: map.get( $kendo-spacing, 2.5 ) !default;
|
|
9
13
|
|
|
10
|
-
/// The vertical padding of the
|
|
14
|
+
/// The vertical padding of the small Toolbar.
|
|
11
15
|
/// @group toolbar
|
|
12
16
|
$kendo-toolbar-sm-padding-y: map.get( $kendo-spacing, 1 ) !default;
|
|
17
|
+
/// The vertical padding of the medium Toolbar.
|
|
18
|
+
/// @group toolbar
|
|
13
19
|
$kendo-toolbar-md-padding-y: map.get( $kendo-spacing, 2 ) !default;
|
|
20
|
+
/// The vertical padding of the large Toolbar.
|
|
21
|
+
/// @group toolbar
|
|
14
22
|
$kendo-toolbar-lg-padding-y: map.get( $kendo-spacing, 2.5 ) !default;
|
|
15
23
|
|
|
16
|
-
/// The spacing between the
|
|
24
|
+
/// The spacing between the tools of the small Toolbar.
|
|
17
25
|
/// @group toolbar
|
|
18
26
|
$kendo-toolbar-sm-spacing: map.get( $kendo-spacing, 2 ) !default;
|
|
27
|
+
/// The spacing between the tools of the medium Toolbar.
|
|
28
|
+
/// @group toolbar
|
|
19
29
|
$kendo-toolbar-md-spacing: map.get( $kendo-spacing, 2 ) !default;
|
|
30
|
+
/// The spacing between the tools of the large Toolbar.
|
|
31
|
+
/// @group toolbar
|
|
20
32
|
$kendo-toolbar-lg-spacing: map.get( $kendo-spacing, 2 ) !default;
|
|
21
33
|
|
|
22
|
-
///
|
|
34
|
+
/// The width of the border around the Toolbar.
|
|
23
35
|
/// @group toolbar
|
|
24
36
|
$kendo-toolbar-border-width: 1px !default;
|
|
25
37
|
|
|
26
|
-
///
|
|
38
|
+
/// The font family of the Toolbar.
|
|
27
39
|
/// @group toolbar
|
|
28
40
|
$kendo-toolbar-font-family: var( --kendo-font-family, inherit ) !default;
|
|
29
|
-
///
|
|
41
|
+
/// The font size of the Toolbar.
|
|
30
42
|
/// @group toolbar
|
|
31
43
|
$kendo-toolbar-font-size: var( --kendo-font-size, inherit ) !default;
|
|
32
|
-
///
|
|
44
|
+
/// The line height of the Toolbar.
|
|
33
45
|
/// @group toolbar
|
|
34
46
|
$kendo-toolbar-line-height: var( --kendo-line-height, normal ) !default;
|
|
35
47
|
|
|
36
|
-
///
|
|
48
|
+
/// The background color of the Toolbar.
|
|
37
49
|
/// @group toolbar
|
|
38
50
|
$kendo-toolbar-bg: get-theme-color-var( neutral-10 ) !default;
|
|
39
|
-
///
|
|
51
|
+
/// The text color of the Toolbar.
|
|
40
52
|
/// @group toolbar
|
|
41
53
|
$kendo-toolbar-text: var( --kendo-component-text, inherit ) !default;
|
|
42
|
-
///
|
|
54
|
+
/// The color of the border around the Toolbar.
|
|
43
55
|
/// @group toolbar
|
|
44
56
|
$kendo-toolbar-border: var( --kendo-component-border, initial ) !default;
|
|
45
57
|
|
|
46
|
-
///
|
|
58
|
+
/// The color of the separator border of the Toolbar.
|
|
47
59
|
/// @group toolbar
|
|
48
60
|
$kendo-toolbar-separator-border: get-theme-color-var( neutral-60 ) !default;
|
|
49
61
|
|
|
50
|
-
/// The width of the input in the
|
|
62
|
+
/// The width of the input in the Toolbar.
|
|
51
63
|
/// @group toolbar
|
|
52
64
|
$kendo-toolbar-input-width: 10em !default;
|
|
53
65
|
|
|
54
|
-
///
|
|
66
|
+
/// The border width of the focused Toolbar item.
|
|
55
67
|
/// @group toolbar
|
|
56
68
|
$kendo-toolbar-item-focus-outline-width: 1px !default;
|
|
57
|
-
///
|
|
69
|
+
/// The border style of the focused Toolbar item.
|
|
58
70
|
/// @group toolbar
|
|
59
71
|
$kendo-toolbar-item-focus-outline-style: solid !default;
|
|
60
|
-
///
|
|
72
|
+
/// The border color of the focused Toolbar item.
|
|
61
73
|
/// @group toolbar
|
|
62
74
|
$kendo-toolbar-item-focus-outline-color: get-theme-color-var( neutral-130 ) !default;
|
|
63
75
|
|
|
64
|
-
///
|
|
76
|
+
/// The sizes map for the Toolbar.
|
|
65
77
|
/// @group toolbar
|
|
66
78
|
$kendo-toolbar-sizes: (
|
|
67
79
|
sm: (
|