@progress/kendo-theme-fluent 8.0.0-dev.0 → 8.0.0-dev.1
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 +4808 -5183
- package/dist/meta/sassdoc-data.json +6206 -5756
- package/dist/meta/sassdoc-raw-data.json +3090 -2865
- package/lib/swatches/all.json +1 -1
- package/lib/swatches/fluent-main.json +1 -1
- package/package.json +4 -4
- package/scss/action-buttons/_variables.scss +3 -3
- package/scss/action-sheet/_layout.scss +1 -1
- package/scss/action-sheet/_variables.scss +13 -13
- package/scss/adaptive/_layout.scss +8 -8
- package/scss/appbar/_variables.scss +6 -6
- package/scss/avatar/_variables.scss +3 -3
- package/scss/badge/_variables.scss +6 -6
- package/scss/bottom-navigation/_variables.scss +8 -8
- package/scss/breadcrumb/_variables.scss +16 -16
- package/scss/button/_layout.scss +1 -1
- package/scss/button/_variables.scss +9 -9
- package/scss/calendar/_variables.scss +36 -50
- package/scss/captcha/_variables.scss +3 -3
- package/scss/card/_variables.scss +13 -13
- package/scss/chat/_layout.scss +2 -2
- package/scss/chat/_variables.scss +13 -13
- package/scss/checkbox/_layout.scss +1 -1
- package/scss/checkbox/_variables.scss +15 -15
- package/scss/chip/_variables.scss +11 -11
- package/scss/color-preview/_variables.scss +1 -1
- package/scss/coloreditor/_variables.scss +6 -6
- package/scss/colorgradient/_variables.scss +9 -9
- package/scss/colorpalette/_variables.scss +1 -1
- package/scss/core/_index.scss +18 -1
- package/scss/core/_variables.scss +3 -59
- package/scss/core/border-radii/_index.scss +24 -0
- package/scss/core/color-system/_swatch-legacy.scss +0 -4
- package/scss/core/spacing/_index.scss +28 -0
- package/scss/core/typography/_index.scss +70 -0
- package/scss/dataviz/_layout.scss +6 -5
- package/scss/dataviz/_variables.scss +1 -1
- package/scss/daterangepicker/_layout.scss +1 -1
- package/scss/datetimepicker/_variables.scss +1 -1
- package/scss/dialog/_variables.scss +8 -8
- package/scss/dock-manager/_layout.scss +1 -0
- package/scss/dock-manager/_variables.scss +5 -5
- package/scss/draggable/_variables.scss +2 -1
- package/scss/drawer/_variables.scss +7 -5
- package/scss/dropdowntree/_variables.scss +1 -1
- package/scss/dropzone/_variables.scss +5 -5
- package/scss/editor/_layout.scss +6 -5
- package/scss/editor/_variables.scss +3 -3
- package/scss/expansion-panel/_variables.scss +6 -6
- package/scss/fab/_variables.scss +16 -16
- package/scss/filemanager/_variables.scss +6 -6
- package/scss/filter/_variables.scss +2 -1
- package/scss/forms/_layout.scss +6 -5
- package/scss/forms/_variables.scss +15 -14
- package/scss/gantt/_layout.scss +10 -9
- package/scss/gantt/_variables.scss +77 -76
- package/scss/grid/_layout.scss +2 -1
- package/scss/grid/_variables.scss +172 -172
- package/scss/icon/_variables.scss +2 -2
- package/scss/imageeditor/_variables.scss +11 -11
- package/scss/index.scss +8 -1
- package/scss/input/_variables.scss +9 -9
- package/scss/list/_layout.scss +1 -0
- package/scss/list/_variables.scss +24 -24
- package/scss/listbox/_variables.scss +2 -2
- package/scss/listgroup/_layout.scss +6 -6
- package/scss/listgroup/_variables.scss +3 -3
- package/scss/listview/_variables.scss +8 -8
- package/scss/loader/_variables.scss +29 -29
- package/scss/map/_variables.scss +6 -5
- package/scss/mediaplayer/_variables.scss +2 -2
- package/scss/menu/_variables.scss +16 -16
- package/scss/messagebox/_variables.scss +3 -3
- package/scss/notification/_variables.scss +6 -6
- package/scss/orgchart/_variables.scss +10 -10
- package/scss/pager/_variables.scss +8 -8
- package/scss/panelbar/_layout.scss +1 -0
- package/scss/panelbar/_variables.scss +9 -7
- package/scss/pdf-viewer/_variables.scss +4 -4
- package/scss/pivotgrid/_layout.scss +3 -3
- package/scss/pivotgrid/_variables.scss +17 -17
- package/scss/popover/_variables.scss +2 -2
- package/scss/popup/_variables.scss +5 -5
- package/scss/progressbar/_variables.scss +4 -4
- package/scss/prompt/_variables.scss +7 -7
- package/scss/radio/_variables.scss +13 -13
- package/scss/rating/_variables.scss +3 -3
- package/scss/scheduler/_layout.scss +2 -2
- package/scss/scheduler/_variables.scss +11 -11
- package/scss/scrollview/_variables.scss +2 -2
- package/scss/signature/_variables.scss +5 -5
- package/scss/skeleton/_variables.scss +2 -2
- package/scss/slider/_variables.scss +4 -4
- package/scss/splitter/_variables.scss +6 -6
- package/scss/spreadsheet/_layout.scss +8 -7
- package/scss/spreadsheet/_variables.scss +19 -18
- package/scss/stepper/_variables.scss +8 -8
- package/scss/table/_variables.scss +10 -10
- package/scss/tabstrip/_variables.scss +11 -10
- package/scss/taskboard/_variables.scss +23 -23
- package/scss/tilelayout/_variables.scss +1 -1
- package/scss/timeline/_variables.scss +24 -24
- package/scss/timeselector/_layout.scss +1 -1
- package/scss/timeselector/_variables.scss +6 -6
- package/scss/toolbar/_layout.scss +1 -1
- package/scss/toolbar/_variables.scss +9 -9
- package/scss/tooltip/_layout.scss +10 -10
- package/scss/tooltip/_variables.scss +5 -5
- package/scss/treelist/_layout.scss +2 -2
- package/scss/treelist/_variables.scss +2 -2
- package/scss/treeview/_variables.scss +11 -11
- package/scss/typography/_layout.scss +9 -0
- package/scss/typography/_theme.scss +7 -0
- package/scss/typography/_variables.scss +125 -67
- package/scss/upload/_layout.scss +1 -0
- package/scss/upload/_variables.scss +5 -5
- package/scss/window/_layout.scss +1 -1
- package/scss/window/_variables.scss +10 -10
- package/scss/wizard/_variables.scss +8 -8
|
@@ -17,21 +17,21 @@ $kendo-radio-border-width: 1px !default;
|
|
|
17
17
|
/// @group radio
|
|
18
18
|
$kendo-radio-sizes: (
|
|
19
19
|
sm: (
|
|
20
|
-
size:
|
|
21
|
-
glyph-size:
|
|
22
|
-
indicator-size:
|
|
20
|
+
size: k-spacing(4),
|
|
21
|
+
glyph-size: k-spacing(3.5),
|
|
22
|
+
indicator-size: k-spacing(2),
|
|
23
23
|
ripple-size: 300%
|
|
24
24
|
),
|
|
25
25
|
md: (
|
|
26
|
-
size:
|
|
27
|
-
glyph-size:
|
|
28
|
-
indicator-size:
|
|
26
|
+
size: k-spacing(5),
|
|
27
|
+
glyph-size: k-spacing(4.5),
|
|
28
|
+
indicator-size: k-spacing(2.5),
|
|
29
29
|
ripple-size: 300%
|
|
30
30
|
),
|
|
31
31
|
lg: (
|
|
32
|
-
size:
|
|
33
|
-
glyph-size:
|
|
34
|
-
indicator-size:
|
|
32
|
+
size: k-spacing(6),
|
|
33
|
+
glyph-size: k-spacing(5.5),
|
|
34
|
+
indicator-size: k-spacing(3),
|
|
35
35
|
ripple-size: 300%
|
|
36
36
|
)
|
|
37
37
|
) !default;
|
|
@@ -149,23 +149,23 @@ $kendo-radio-disabled-checked-image: null !default;
|
|
|
149
149
|
|
|
150
150
|
/// The horizontal margin of the RadioButton inside of a label.
|
|
151
151
|
/// @group radio
|
|
152
|
-
$kendo-radio-label-spacing:
|
|
152
|
+
$kendo-radio-label-spacing: k-spacing(2) !default;
|
|
153
153
|
|
|
154
154
|
|
|
155
155
|
// Radio list
|
|
156
156
|
|
|
157
157
|
/// The horizontal list item margin of the RadioButton.
|
|
158
158
|
/// @group radio
|
|
159
|
-
$kendo-radio-list-spacing:
|
|
159
|
+
$kendo-radio-list-spacing: k-spacing(4) !default;
|
|
160
160
|
/// The horizontal list item padding of the RadioButton.
|
|
161
161
|
/// @group radio
|
|
162
|
-
$kendo-radio-list-item-padding-x:
|
|
162
|
+
$kendo-radio-list-item-padding-x: k-spacing(0) !default;
|
|
163
163
|
/// The vertical list item padding of the RadioButton.
|
|
164
164
|
/// @group radio
|
|
165
165
|
$kendo-radio-list-item-padding-y: $kendo-list-md-item-padding-y !default;
|
|
166
166
|
/// The gap between the list items of the RadioButton.
|
|
167
167
|
/// @group radio
|
|
168
|
-
$kendo-radio-list-item-gap:
|
|
168
|
+
$kendo-radio-list-item-gap: k-spacing(2) !default;
|
|
169
169
|
|
|
170
170
|
// Radio ripple
|
|
171
171
|
|
|
@@ -13,14 +13,14 @@ $kendo-rating-line-height: var( --kendo-line-height, normal ) !default;
|
|
|
13
13
|
|
|
14
14
|
/// The content spacing of the Rating.
|
|
15
15
|
/// @group rating
|
|
16
|
-
$kendo-rating-spacing:
|
|
16
|
+
$kendo-rating-spacing: k-spacing(1) !default;
|
|
17
17
|
|
|
18
18
|
/// The horizontal padding of the Rating item.
|
|
19
19
|
/// @group rating
|
|
20
|
-
$kendo-rating-item-padding-x:
|
|
20
|
+
$kendo-rating-item-padding-x: k-spacing(0.5) !default;
|
|
21
21
|
/// The vertical padding of the Rating item.
|
|
22
22
|
/// @group rating
|
|
23
|
-
$kendo-rating-item-padding-y:
|
|
23
|
+
$kendo-rating-item-padding-y: k-spacing(2) !default;
|
|
24
24
|
/// The text color of the Rating item.
|
|
25
25
|
/// @group rating
|
|
26
26
|
$kendo-rating-item-text: if($kendo-enable-color-system, k-color( subtle ), k-get-theme-color-var( neutral-130 )) !default;
|
|
@@ -685,7 +685,7 @@
|
|
|
685
685
|
display: flex;
|
|
686
686
|
flex: 1 1 100%;
|
|
687
687
|
align-items: center;
|
|
688
|
-
gap:
|
|
688
|
+
gap: k-spacing(0.5);
|
|
689
689
|
}
|
|
690
690
|
|
|
691
691
|
.k-scheduler-mark {
|
|
@@ -908,7 +908,7 @@
|
|
|
908
908
|
.k-scheduler-datetime-picker {
|
|
909
909
|
display: flex;
|
|
910
910
|
flex-flow: row nowrap;
|
|
911
|
-
gap:
|
|
911
|
+
gap: k-spacing(1);
|
|
912
912
|
}
|
|
913
913
|
|
|
914
914
|
}
|
|
@@ -64,16 +64,16 @@ $kendo-scheduler-footer-gradient: null !default; // $kendo-toolbar-gradient
|
|
|
64
64
|
|
|
65
65
|
/// Border radius of the scheduler event.
|
|
66
66
|
/// @group scheduler
|
|
67
|
-
$kendo-scheduler-event-border-radius:
|
|
67
|
+
$kendo-scheduler-event-border-radius: k-border-radius(md) !default;
|
|
68
68
|
/// Line height of the scheduler event.
|
|
69
69
|
/// @group scheduler
|
|
70
70
|
$kendo-scheduler-event-line-height: $kendo-scheduler-line-height !default;
|
|
71
71
|
/// Horizontal padding of the scheduler event.
|
|
72
72
|
/// @group scheduler
|
|
73
|
-
$kendo-scheduler-event-padding-x:
|
|
73
|
+
$kendo-scheduler-event-padding-x: k-spacing(2) !default;
|
|
74
74
|
/// Vertical padding of the scheduler event.
|
|
75
75
|
/// @group scheduler
|
|
76
|
-
$kendo-scheduler-event-padding-y:
|
|
76
|
+
$kendo-scheduler-event-padding-y: k-spacing(0.5) !default;
|
|
77
77
|
/// Minumum height of the scheduler event.
|
|
78
78
|
/// @group scheduler
|
|
79
79
|
$kendo-scheduler-event-min-height: calc( #{$kendo-scheduler-line-height} + 2 * #{$kendo-scheduler-event-padding-y} ) !default;
|
|
@@ -132,10 +132,10 @@ $kendo-scheduler-event-ongoing-shadow: inset 0px 0px 0px 1px #ff0000 !default;
|
|
|
132
132
|
|
|
133
133
|
/// Horizontal padding of the scheduler cell.
|
|
134
134
|
/// @group scheduler
|
|
135
|
-
$kendo-scheduler-cell-padding-x:
|
|
135
|
+
$kendo-scheduler-cell-padding-x: k-spacing(2) !default;
|
|
136
136
|
/// Vertical padding of the scheduler cell.
|
|
137
137
|
/// @group scheduler
|
|
138
|
-
$kendo-scheduler-cell-padding-y:
|
|
138
|
+
$kendo-scheduler-cell-padding-y: k-spacing(2) !default;
|
|
139
139
|
/// Height of the scheduler cell.
|
|
140
140
|
/// @group scheduler
|
|
141
141
|
$kendo-scheduler-cell-height: $kendo-line-height-em !default;
|
|
@@ -169,14 +169,14 @@ $kendo-scheduler-othermonth-text: null !default;
|
|
|
169
169
|
|
|
170
170
|
/// Horizontal padding of the scheduler year view.
|
|
171
171
|
/// @group scheduler
|
|
172
|
-
$kendo-scheduler-yearview-padding-x:
|
|
172
|
+
$kendo-scheduler-yearview-padding-x: k-spacing(3) !default;
|
|
173
173
|
/// Vertical padding of the scheduler year view.
|
|
174
174
|
/// @group scheduler
|
|
175
175
|
$kendo-scheduler-yearview-padding-y: $kendo-scheduler-yearview-padding-x !default;
|
|
176
176
|
|
|
177
177
|
/// Spacing between the calendars in the scheduler year view.
|
|
178
178
|
/// @group scheduler
|
|
179
|
-
$kendo-scheduler-yearview-calendar-gap:
|
|
179
|
+
$kendo-scheduler-yearview-calendar-gap: k-spacing(3) !default;
|
|
180
180
|
|
|
181
181
|
/// Days with events indicator size in the scheduler year view.
|
|
182
182
|
/// @group scheduler
|
|
@@ -199,7 +199,7 @@ $kendo-scheduler-yearview-indicator-selected-bg: if($kendo-enable-color-system,
|
|
|
199
199
|
|
|
200
200
|
/// Horizontal padding of the scheduler tooltip.
|
|
201
201
|
/// @group scheduler
|
|
202
|
-
$kendo-scheduler-tooltip-padding-x:
|
|
202
|
+
$kendo-scheduler-tooltip-padding-x: k-spacing(2) !default;
|
|
203
203
|
/// Vertical padding of the scheduler tooltip.
|
|
204
204
|
/// @group scheduler
|
|
205
205
|
$kendo-scheduler-tooltip-padding-y: $kendo-scheduler-tooltip-padding-x !default;
|
|
@@ -221,7 +221,7 @@ $kendo-scheduler-tooltip-shadow: k-elevation(5) !default;
|
|
|
221
221
|
|
|
222
222
|
/// Vertical spacing of the scheduler tooltip title.
|
|
223
223
|
/// @group scheduler
|
|
224
|
-
$kendo-scheduler-tooltip-title-margin-y:
|
|
224
|
+
$kendo-scheduler-tooltip-title-margin-y: k-spacing(3) !default;
|
|
225
225
|
/// Font size of the month inside the scheduler tooltip.
|
|
226
226
|
/// @group scheduler
|
|
227
227
|
$kendo-scheduler-tooltip-month-font-size: var( --kendo-font-size-sm, inherit ) !default;
|
|
@@ -234,7 +234,7 @@ $kendo-scheduler-tooltip-day-font-size: calc( $kendo-scheduler-tooltip-month-fon
|
|
|
234
234
|
$kendo-scheduler-tooltip-events-max-height: 250px !default;
|
|
235
235
|
/// Spacing between the events inside the scheduler tooltip.
|
|
236
236
|
/// @group scheduler
|
|
237
|
-
$kendo-scheduler-tooltip-events-gap:
|
|
237
|
+
$kendo-scheduler-tooltip-events-gap: k-spacing(2) !default;
|
|
238
238
|
|
|
239
239
|
/// Horizontal padding of the events inside the scheduler tooltip.
|
|
240
240
|
/// @group scheduler
|
|
@@ -247,7 +247,7 @@ $kendo-scheduler-tooltip-event-padding-y: $kendo-scheduler-event-padding-y !defa
|
|
|
247
247
|
$kendo-scheduler-tooltip-event-border-radius: $kendo-scheduler-event-border-radius !default;
|
|
248
248
|
/// Spacing between the events items inside the scheduler tooltip.
|
|
249
249
|
/// @group scheduler
|
|
250
|
-
$kendo-scheduler-tooltip-event-gap:
|
|
250
|
+
$kendo-scheduler-tooltip-event-gap: k-spacing(0.5) !default;
|
|
251
251
|
|
|
252
252
|
/// Color of the scheduler tooltip callout.
|
|
253
253
|
/// @group scheduler
|
|
@@ -57,13 +57,13 @@ $kendo-scrollview-pagebutton-primary-focus-shadow: 0 0 0 2px if($kendo-enable-co
|
|
|
57
57
|
$kendo-scrollview-pager-offset: 0px !default;
|
|
58
58
|
/// The spacing between the ScrollView pager items.
|
|
59
59
|
/// @group scrollview
|
|
60
|
-
$kendo-scrollview-pager-item-spacing:
|
|
60
|
+
$kendo-scrollview-pager-item-spacing: k-spacing(5) !default;
|
|
61
61
|
/// The border width of the ScrollView pager items.
|
|
62
62
|
/// @group scrollview
|
|
63
63
|
$kendo-scrollview-pager-item-border-width: 0px !default;
|
|
64
64
|
/// The height of the ScrollView pager.
|
|
65
65
|
/// @group scrollview
|
|
66
|
-
$kendo-scrollview-pager-height: calc( #{$kendo-scrollview-pagebutton-size} + #{$kendo-scrollview-pager-item-border-width * 2} + #{$kendo-scrollview-pager-item-spacing * 2
|
|
66
|
+
$kendo-scrollview-pager-height: calc( #{$kendo-scrollview-pagebutton-size} + #{$kendo-scrollview-pager-item-border-width * 2} + calc( #{$kendo-scrollview-pager-item-spacing} * 2 ) ) !default;
|
|
67
67
|
|
|
68
68
|
/// The color of the ScrollView navigation arrows.
|
|
69
69
|
/// @group scrollview
|
|
@@ -15,16 +15,16 @@ $kendo-signature-maximized-width: 750px !default;
|
|
|
15
15
|
$kendo-signature-maximized-height: 252px !default;
|
|
16
16
|
/// The horizontal paddings of the signature component.
|
|
17
17
|
/// @group signature
|
|
18
|
-
$kendo-signature-padding-x:
|
|
18
|
+
$kendo-signature-padding-x: k-spacing(1) !default;
|
|
19
19
|
$kendo-signature-sm-padding-x: $kendo-signature-padding-x !default;
|
|
20
20
|
$kendo-signature-md-padding-x: $kendo-signature-padding-x !default;
|
|
21
21
|
$kendo-signature-lg-padding-x: $kendo-signature-padding-x !default;
|
|
22
22
|
/// The vertical paddings of the signature component.
|
|
23
23
|
/// @group signature
|
|
24
24
|
$kendo-signature-padding-y: $kendo-signature-padding-x !default;
|
|
25
|
-
$kendo-signature-sm-padding-y:
|
|
26
|
-
$kendo-signature-md-padding-y:
|
|
27
|
-
$kendo-signature-lg-padding-y:
|
|
25
|
+
$kendo-signature-sm-padding-y: k-spacing(0.5) !default;
|
|
26
|
+
$kendo-signature-md-padding-y: k-spacing(1) !default;
|
|
27
|
+
$kendo-signature-lg-padding-y: k-spacing(1.5) !default;
|
|
28
28
|
|
|
29
29
|
/// The opacity of the disabled signature component.
|
|
30
30
|
/// @group signature
|
|
@@ -74,7 +74,7 @@ $kendo-signature-sizes: (
|
|
|
74
74
|
|
|
75
75
|
/// The gap between individual action items of the signature component
|
|
76
76
|
/// @group signature
|
|
77
|
-
$kendo-signature-actions-gap:
|
|
77
|
+
$kendo-signature-actions-gap: k-spacing(1) !default;
|
|
78
78
|
|
|
79
79
|
/// The bottom-border width of the row line of the maximized signature component.
|
|
80
80
|
/// @group signature
|
|
@@ -5,11 +5,11 @@
|
|
|
5
5
|
$kendo-skeleton-text-transform: scale( 1, .6 ) !default;
|
|
6
6
|
/// The border radius of the Skeleton text.
|
|
7
7
|
/// @group skeleton
|
|
8
|
-
$kendo-skeleton-text-border-radius:
|
|
8
|
+
$kendo-skeleton-text-border-radius: k-border-radius(md) !default;
|
|
9
9
|
|
|
10
10
|
/// The border radius of the rectangular Skeleton.
|
|
11
11
|
/// @group skeleton
|
|
12
|
-
$kendo-skeleton-rect-border-radius:
|
|
12
|
+
$kendo-skeleton-rect-border-radius: k-border-radius(md) !default;
|
|
13
13
|
|
|
14
14
|
/// The border radius of the circular Skeleton.
|
|
15
15
|
/// @group skeleton
|
|
@@ -10,7 +10,7 @@ $kendo-slider-size: 200px !default;
|
|
|
10
10
|
$kendo-slider-alt-size: 26px !default;
|
|
11
11
|
/// The spacing of the Slider.
|
|
12
12
|
/// @group slider
|
|
13
|
-
$kendo-slider-spacing:
|
|
13
|
+
$kendo-slider-spacing: k-spacing(2) !default;
|
|
14
14
|
|
|
15
15
|
/// The font family of the Slider.
|
|
16
16
|
/// @group slider
|
|
@@ -27,10 +27,10 @@ $kendo-slider-text: inherit !default;
|
|
|
27
27
|
|
|
28
28
|
/// The size of the Slider track.
|
|
29
29
|
/// @group slider
|
|
30
|
-
$kendo-slider-track-size:
|
|
30
|
+
$kendo-slider-track-size: k-spacing(1) !default;
|
|
31
31
|
/// The border radius of the Slider track.
|
|
32
32
|
/// @group slider
|
|
33
|
-
$kendo-slider-track-border-radius:
|
|
33
|
+
$kendo-slider-track-border-radius: k-spacing(0.5) !default;
|
|
34
34
|
/// The background color of the Slider track.
|
|
35
35
|
/// @group slider
|
|
36
36
|
$kendo-slider-track-bg: if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 28%, transparent), k-get-theme-color-var( neutral-60 )) !default;
|
|
@@ -59,7 +59,7 @@ $kendo-slider-selection-bg: if($kendo-enable-color-system, k-color( primary ), k
|
|
|
59
59
|
$kendo-slider-thumb-size: 16px !default;
|
|
60
60
|
/// The default border width of the Slider thumb.
|
|
61
61
|
/// @group slider
|
|
62
|
-
$kendo-slider-thumb-border-width:
|
|
62
|
+
$kendo-slider-thumb-border-width: k-spacing(0.5) !default;
|
|
63
63
|
/// The border radius of the Slider thumb.
|
|
64
64
|
/// @group slider
|
|
65
65
|
$kendo-slider-thumb-border-radius: 999em !default;
|
|
@@ -26,23 +26,23 @@ $kendo-splitter-border: var( --kendo-component-border, initial ) !default;
|
|
|
26
26
|
|
|
27
27
|
/// The size of the Splitter split bar.
|
|
28
28
|
/// @group splitter
|
|
29
|
-
$kendo-splitter-splitbar-size:
|
|
29
|
+
$kendo-splitter-splitbar-size: k-spacing(3) !default;
|
|
30
30
|
/// The length of the Splitter drag handle.
|
|
31
31
|
/// @group splitter
|
|
32
|
-
$kendo-splitter-drag-handle-length:
|
|
32
|
+
$kendo-splitter-drag-handle-length: k-spacing(5) !default;
|
|
33
33
|
/// The thickness of the Splitter drag handle.
|
|
34
34
|
/// @group splitter
|
|
35
|
-
$kendo-splitter-drag-handle-thickness:
|
|
35
|
+
$kendo-splitter-drag-handle-thickness: k-spacing(0.5) !default;
|
|
36
36
|
/// The margin of the Splitter drag handle icon.
|
|
37
37
|
/// @group splitter
|
|
38
|
-
$kendo-splitter-drag-icon-margin:
|
|
38
|
+
$kendo-splitter-drag-icon-margin: k-spacing(2) !default;
|
|
39
39
|
|
|
40
40
|
/// The horizontal padding of the collapse icon in the Splitter.
|
|
41
41
|
/// @group splitter
|
|
42
42
|
$kendo-splitter-collapse-icon-padding-x: null !default;
|
|
43
43
|
/// The vertical padding of the collapse icon in the Splitter.
|
|
44
44
|
/// @group splitter
|
|
45
|
-
$kendo-splitter-collapse-icon-padding-y:
|
|
45
|
+
$kendo-splitter-collapse-icon-padding-y: k-spacing(.5) !default;
|
|
46
46
|
|
|
47
47
|
/// The background color of the Splitter split bar.
|
|
48
48
|
/// @group splitter
|
|
@@ -67,4 +67,4 @@ $kendo-splitbar-selected-text: var( --kendo-component-bg, inherit ) !default;
|
|
|
67
67
|
|
|
68
68
|
/// The size of the Splitter static split bar.
|
|
69
69
|
/// @group splitter
|
|
70
|
-
$kendo-splitter-splitbar-static-size:
|
|
70
|
+
$kendo-splitter-splitbar-static-size: k-spacing(0.5) !default;
|
|
@@ -6,6 +6,7 @@
|
|
|
6
6
|
@use "../input/_variables.scss" as *;
|
|
7
7
|
@use "../list/_variables.scss" as *;
|
|
8
8
|
@use "./_variables.scss" as *;
|
|
9
|
+
@use "../core/spacing" as *;
|
|
9
10
|
|
|
10
11
|
@mixin kendo-spreadsheet--layout() {
|
|
11
12
|
|
|
@@ -529,7 +530,7 @@
|
|
|
529
530
|
box-sizing: border-box;
|
|
530
531
|
}
|
|
531
532
|
.k-spreadsheet-filter {
|
|
532
|
-
@include border-radius(
|
|
533
|
+
@include border-radius( k-border-radius(md) );
|
|
533
534
|
padding: var( --kendo-padding-y, #{$kendo-padding-md-y} );
|
|
534
535
|
line-height: 1;
|
|
535
536
|
position: absolute;
|
|
@@ -615,7 +616,7 @@
|
|
|
615
616
|
}
|
|
616
617
|
|
|
617
618
|
.k-actions {
|
|
618
|
-
margin-block-start:
|
|
619
|
+
margin-block-start: k-spacing(3);
|
|
619
620
|
}
|
|
620
621
|
}
|
|
621
622
|
|
|
@@ -644,10 +645,10 @@
|
|
|
644
645
|
.k-reset-color { border-block-end-width: 1px; }
|
|
645
646
|
.k-custom-color { border-block-start-width: 1px; }
|
|
646
647
|
.k-spreadsheet-border-type-palette {
|
|
647
|
-
padding:
|
|
648
|
+
padding: k-spacing(2);
|
|
648
649
|
display: grid;
|
|
649
650
|
grid-template-columns: repeat(5, max-content);
|
|
650
|
-
gap:
|
|
651
|
+
gap: k-spacing(2);
|
|
651
652
|
}
|
|
652
653
|
}
|
|
653
654
|
|
|
@@ -686,12 +687,12 @@
|
|
|
686
687
|
.k-spreadsheet-format-cells {
|
|
687
688
|
|
|
688
689
|
.k-spreadsheet-preview {
|
|
689
|
-
margin-block-start:
|
|
690
|
+
margin-block-start: k-spacing(2);
|
|
690
691
|
text-align: center;
|
|
691
692
|
}
|
|
692
693
|
|
|
693
694
|
.k-list-scroller {
|
|
694
|
-
margin-block-start:
|
|
695
|
+
margin-block-start: k-spacing(2);
|
|
695
696
|
height: 210px;
|
|
696
697
|
border-width: 1px;
|
|
697
698
|
border-style: solid;
|
|
@@ -721,7 +722,7 @@
|
|
|
721
722
|
.k-page-orientation {
|
|
722
723
|
position: absolute;
|
|
723
724
|
inset-inline-end: 0;
|
|
724
|
-
inset-block-start:
|
|
725
|
+
inset-block-start: k-spacing(2);
|
|
725
726
|
|
|
726
727
|
.k-svg-icon {
|
|
727
728
|
width: 6em;
|
|
@@ -3,6 +3,7 @@
|
|
|
3
3
|
@use "../core/" as *;
|
|
4
4
|
@use "../table/_variables.scss" as *;
|
|
5
5
|
@use "../input/_variables.scss" as *;
|
|
6
|
+
@use "../core/spacing" as *;
|
|
6
7
|
|
|
7
8
|
/// The width of the border around the Spreadsheet.
|
|
8
9
|
/// @group spreadsheet
|
|
@@ -64,7 +65,7 @@ $kendo-spreadsheet-selected-border: if($kendo-enable-color-system, k-color( prim
|
|
|
64
65
|
|
|
65
66
|
/// The horizontal padding of the Spreadsheet popup Menu.
|
|
66
67
|
/// @group spreadsheet
|
|
67
|
-
$kendo-spreadsheet-popup-menu-padding-x:
|
|
68
|
+
$kendo-spreadsheet-popup-menu-padding-x: k-spacing(3) !default;
|
|
68
69
|
/// The vertical padding of the Spreadsheet popup Menu.
|
|
69
70
|
/// @group spreadsheet
|
|
70
71
|
$kendo-spreadsheet-popup-menu-padding-y: $kendo-spreadsheet-popup-menu-padding-x !default;
|
|
@@ -74,10 +75,10 @@ $kendo-spreadsheet-popup-menu-padding-y: $kendo-spreadsheet-popup-menu-padding-x
|
|
|
74
75
|
$kendo-spreadsheet-action-bar-border-width: 1px !default;
|
|
75
76
|
/// The horizontal padding of the Spreadsheet action bar.
|
|
76
77
|
/// @group spreadsheet
|
|
77
|
-
$kendo-spreadsheet-action-bar-padding-y:
|
|
78
|
+
$kendo-spreadsheet-action-bar-padding-y: k-spacing(1) !default;
|
|
78
79
|
/// The vertical padding of the Spreadsheet action bar.
|
|
79
80
|
/// @group spreadsheet
|
|
80
|
-
$kendo-spreadsheet-action-bar-padding-x:
|
|
81
|
+
$kendo-spreadsheet-action-bar-padding-x: k-spacing(2) !default;
|
|
81
82
|
/// The font size of the Spreadsheet action bar.
|
|
82
83
|
/// @group spreadsheet
|
|
83
84
|
$kendo-spreadsheet-action-bar-font-size: $kendo-spreadsheet-font-size !default;
|
|
@@ -86,11 +87,11 @@ $kendo-spreadsheet-action-bar-font-size: $kendo-spreadsheet-font-size !default;
|
|
|
86
87
|
$kendo-spreadsheet-action-bar-font-family: Arial, Verdana, sans-serif !default;
|
|
87
88
|
/// The spacings of the Spreadsheet action bar.
|
|
88
89
|
/// @group spreadsheet
|
|
89
|
-
$kendo-spreadsheet-action-bar-spacing:
|
|
90
|
+
$kendo-spreadsheet-action-bar-spacing: k-spacing(2) !default;
|
|
90
91
|
|
|
91
92
|
/// The gap of the Spreadsheet formula bar.
|
|
92
93
|
/// @group spreadsheet
|
|
93
|
-
$kendo-spreadsheet-formula-bar-gap:
|
|
94
|
+
$kendo-spreadsheet-formula-bar-gap: k-spacing(2) !default;
|
|
94
95
|
|
|
95
96
|
/// The horizontal padding of the Spreadsheet formula input.
|
|
96
97
|
/// @group spreadsheet
|
|
@@ -160,7 +161,7 @@ $kendo-spreadsheet-auto-fill-punch-bg: color-mix(in srgb, $kendo-spreadsheet-bg
|
|
|
160
161
|
|
|
161
162
|
/// The vertical padding of the Spreadsheet cell.
|
|
162
163
|
/// @group spreadsheet
|
|
163
|
-
$kendo-spreadsheet-cell-padding-y:
|
|
164
|
+
$kendo-spreadsheet-cell-padding-y: k-spacing(1) !default;
|
|
164
165
|
/// The horizontal padding of the Spreadsheet cell.
|
|
165
166
|
/// @group spreadsheet
|
|
166
167
|
$kendo-spreadsheet-cell-padding-x: $kendo-spreadsheet-cell-padding-y !default;
|
|
@@ -170,10 +171,10 @@ $kendo-spreadsheet-cell-padding-x: $kendo-spreadsheet-cell-padding-y !default;
|
|
|
170
171
|
$kendo-spreadsheet-cell-editor-line-height: var( --kendo-spreadsheet-line-height, $kendo-spreadsheet-line-height ) !default;
|
|
171
172
|
/// The horizontal padding of the Spreadsheet cell editor.
|
|
172
173
|
/// @group spreadsheet
|
|
173
|
-
$kendo-spreadsheet-cell-editor-padding-x:
|
|
174
|
+
$kendo-spreadsheet-cell-editor-padding-x: k-spacing(1) !default;
|
|
174
175
|
/// The vertical padding of the Spreadsheet cell editor.
|
|
175
176
|
/// @group spreadsheet
|
|
176
|
-
$kendo-spreadsheet-cell-editor-padding-y:
|
|
177
|
+
$kendo-spreadsheet-cell-editor-padding-y: k-spacing(0) !default;
|
|
177
178
|
/// The background color of the Spreadsheet cell editor.
|
|
178
179
|
/// @group spreadsheet
|
|
179
180
|
$kendo-spreadsheet-cell-editor-bg: $kendo-spreadsheet-bg !default;
|
|
@@ -198,20 +199,20 @@ $kendo-spreadsheet-cell-dirty-border: if($kendo-enable-color-system, k-color( er
|
|
|
198
199
|
|
|
199
200
|
/// The horizontal padding of the Spreadsheet sheets bar.
|
|
200
201
|
/// @group spreadsheet
|
|
201
|
-
$kendo-spreadsheet-sheets-bar-padding-x:
|
|
202
|
+
$kendo-spreadsheet-sheets-bar-padding-x: k-spacing(2) !default;
|
|
202
203
|
/// The vertical padding of the Spreadsheet sheets bar.
|
|
203
204
|
/// @group spreadsheet
|
|
204
|
-
$kendo-spreadsheet-sheets-bar-padding-y:
|
|
205
|
+
$kendo-spreadsheet-sheets-bar-padding-y: k-spacing(2) !default;
|
|
205
206
|
/// The border width of the Spreadsheet sheets bar.
|
|
206
207
|
/// @group spreadsheet
|
|
207
208
|
$kendo-spreadsheet-sheets-bar-border-width: 1px !default;
|
|
208
209
|
|
|
209
210
|
/// The horizontal margin of the Spreadsheet sheets remove.
|
|
210
211
|
/// @group spreadsheet
|
|
211
|
-
$kendo-spreadsheet-sheets-remove-inline-start:
|
|
212
|
+
$kendo-spreadsheet-sheets-remove-inline-start: calc( #{k-spacing(2)} * -1 ) !default;
|
|
212
213
|
/// The vertical margin of the Spreadsheet sheets remove.
|
|
213
214
|
/// @group spreadsheet
|
|
214
|
-
$kendo-spreadsheet-sheets-remove-inline-end:
|
|
215
|
+
$kendo-spreadsheet-sheets-remove-inline-end: k-spacing(2) !default;
|
|
215
216
|
|
|
216
217
|
/// The left padding of the Spreadsheet sheets menu.
|
|
217
218
|
/// @group spreadsheet
|
|
@@ -260,10 +261,10 @@ $kendo-spreadsheet-error-border: if($kendo-enable-color-system, k-color( error-o
|
|
|
260
261
|
$kendo-spreadsheet-insert-image-dialog-border-style: dashed !default;
|
|
261
262
|
/// The border width of the Spreadsheet image Dialog.
|
|
262
263
|
/// @group spreadsheet
|
|
263
|
-
$kendo-spreadsheet-insert-image-dialog-border-width:
|
|
264
|
+
$kendo-spreadsheet-insert-image-dialog-border-width: k-spacing(0.5) !default;
|
|
264
265
|
/// The bottom margin of the Spreadsheet image Dialog.
|
|
265
266
|
/// @group spreadsheet
|
|
266
|
-
$kendo-spreadsheet-insert-image-dialog-text-margin-bottom:
|
|
267
|
+
$kendo-spreadsheet-insert-image-dialog-text-margin-bottom: k-spacing(7.5) !default;
|
|
267
268
|
/// The width of the Spreadsheet image Dialog preview.
|
|
268
269
|
/// @group spreadsheet
|
|
269
270
|
$kendo-spreadsheet-insert-image-dialog-preview-width: 355px !default;
|
|
@@ -291,10 +292,10 @@ $kendo-spreadsheet-insert-image-dialog-overlay-hover-text: var( --kendo-componen
|
|
|
291
292
|
|
|
292
293
|
/// The width of the Spreadsheet drawing handle.
|
|
293
294
|
/// @group spreadsheet
|
|
294
|
-
$kendo-spreadsheet-drawing-handle-width:
|
|
295
|
+
$kendo-spreadsheet-drawing-handle-width: k-spacing(1.5) !default;
|
|
295
296
|
/// The height of the Spreadsheet drawing handle.
|
|
296
297
|
/// @group spreadsheet
|
|
297
|
-
$kendo-spreadsheet-drawing-handle-height:
|
|
298
|
+
$kendo-spreadsheet-drawing-handle-height: k-spacing(1.5) !default;
|
|
298
299
|
/// The border style of the Spreadsheet drawing handle.
|
|
299
300
|
/// @group spreadsheet
|
|
300
301
|
$kendo-spreadsheet-drawing-handle-border-style: solid !default;
|
|
@@ -319,7 +320,7 @@ $kendo-spreadsheet-drawing-handle-border-radius: var( --kendo-border-radius-lg,
|
|
|
319
320
|
$kendo-spreadsheet-drawing-outline-style: solid !default;
|
|
320
321
|
/// The outline width of the Spreadsheet drawing.
|
|
321
322
|
/// @group spreadsheet
|
|
322
|
-
$kendo-spreadsheet-drawing-outline-width:
|
|
323
|
+
$kendo-spreadsheet-drawing-outline-width: k-spacing(0.5) !default;
|
|
323
324
|
|
|
324
325
|
/// The background color of the Spreadsheet drawing anchor.
|
|
325
326
|
/// @group spreadsheet
|
|
@@ -327,7 +328,7 @@ $kendo-spreadsheet-drawing-anchor-bg: $kendo-spreadsheet-selected-bg !default;
|
|
|
327
328
|
|
|
328
329
|
/// The vertical spacing of the Spreadsheet DropZone.
|
|
329
330
|
/// @group spreadsheet
|
|
330
|
-
$kendo-spreadsheet-dropzone-spacing-y:
|
|
331
|
+
$kendo-spreadsheet-dropzone-spacing-y: k-spacing(3) !default;
|
|
331
332
|
|
|
332
333
|
/// The image of the Spreadsheet insert image Dialog.
|
|
333
334
|
/// @group spreadsheet
|
|
@@ -26,24 +26,24 @@ $kendo-stepper-border: transparent !default;
|
|
|
26
26
|
|
|
27
27
|
/// The horizontal margin the Stepper label.
|
|
28
28
|
/// @group stepper
|
|
29
|
-
$kendo-stepper-label-margin-x:
|
|
29
|
+
$kendo-stepper-label-margin-x: k-spacing(2) !default;
|
|
30
30
|
/// The horizontal padding the Stepper label.
|
|
31
31
|
/// @group stepper
|
|
32
|
-
$kendo-stepper-label-padding-x:
|
|
32
|
+
$kendo-stepper-label-padding-x: k-spacing(3) !default;
|
|
33
33
|
/// The vertical padding the Stepper label.
|
|
34
34
|
/// @group stepper
|
|
35
|
-
$kendo-stepper-label-padding-y:
|
|
35
|
+
$kendo-stepper-label-padding-y: k-spacing(1.5) !default;
|
|
36
36
|
|
|
37
37
|
/// The horizontal padding of the Stepper content.
|
|
38
38
|
/// @group stepper
|
|
39
|
-
$kendo-stepper-inline-content-padding-x:
|
|
39
|
+
$kendo-stepper-inline-content-padding-x: k-spacing(5) !default;
|
|
40
40
|
/// The vertical padding of the Stepper content.
|
|
41
41
|
/// @group stepper
|
|
42
|
-
$kendo-stepper-inline-content-padding-y:
|
|
42
|
+
$kendo-stepper-inline-content-padding-y: k-spacing(3) !default;
|
|
43
43
|
|
|
44
44
|
/// The width of the Stepper indicator.
|
|
45
45
|
/// @group stepper
|
|
46
|
-
$kendo-stepper-indicator-width:
|
|
46
|
+
$kendo-stepper-indicator-width: k-spacing(7.5) !default;
|
|
47
47
|
/// The height of the Stepper indicator.
|
|
48
48
|
/// @group stepper
|
|
49
49
|
$kendo-stepper-indicator-height: $kendo-stepper-indicator-width !default;
|
|
@@ -59,7 +59,7 @@ $kendo-stepper-indicator-border-radius: 50% !default;
|
|
|
59
59
|
$kendo-stepper-indicator-focus-border-width: $kendo-stepper-indicator-border-width !default;
|
|
60
60
|
/// The size of the focused Stepper indicator.
|
|
61
61
|
/// @group stepper
|
|
62
|
-
$kendo-stepper-indicator-focus-size:
|
|
62
|
+
$kendo-stepper-indicator-focus-size: k-spacing(0.5) !default;
|
|
63
63
|
/// The offset of the Stepper's focused indicator.
|
|
64
64
|
/// @group stepper
|
|
65
65
|
$kendo-stepper-indicator-focus-offset: 3px !default;
|
|
@@ -188,7 +188,7 @@ $kendo-stepper-optional-label-font-style: italic !default;
|
|
|
188
188
|
|
|
189
189
|
/// The size of the Stepper ProgressBar.
|
|
190
190
|
/// @group stepper
|
|
191
|
-
$kendo-stepper-progressbar-size:
|
|
191
|
+
$kendo-stepper-progressbar-size: k-spacing(0.5) !default;
|
|
192
192
|
|
|
193
193
|
/// The property name of the Stepper transition.
|
|
194
194
|
/// @group stepper
|
|
@@ -14,28 +14,28 @@ $kendo-table-cell-vertical-border-width: 0px !default;
|
|
|
14
14
|
$kendo-table-cell-horizontal-border-width: 1px !default;
|
|
15
15
|
/// The horizontal padding of the cells in the table if no size is specified.
|
|
16
16
|
/// @group table
|
|
17
|
-
$kendo-table-cell-padding-x:
|
|
17
|
+
$kendo-table-cell-padding-x: k-spacing(3) !default;
|
|
18
18
|
/// The vertical padding of the cells in the table if no size is specified.
|
|
19
19
|
/// @group table
|
|
20
|
-
$kendo-table-cell-padding-y:
|
|
20
|
+
$kendo-table-cell-padding-y: k-spacing(3) !default;
|
|
21
21
|
|
|
22
|
-
$kendo-table-sm-cell-padding-x:
|
|
23
|
-
$kendo-table-sm-cell-padding-y:
|
|
22
|
+
$kendo-table-sm-cell-padding-x: k-spacing(3) !default;
|
|
23
|
+
$kendo-table-sm-cell-padding-y: k-spacing(1.5) !default;
|
|
24
24
|
|
|
25
25
|
$kendo-table-md-cell-padding-x: $kendo-table-cell-padding-x !default;
|
|
26
26
|
$kendo-table-md-cell-padding-y: $kendo-table-cell-padding-y !default;
|
|
27
27
|
|
|
28
|
-
$kendo-table-lg-cell-padding-x:
|
|
29
|
-
$kendo-table-lg-cell-padding-y:
|
|
28
|
+
$kendo-table-lg-cell-padding-x: k-spacing(3) !default;
|
|
29
|
+
$kendo-table-lg-cell-padding-y: k-spacing(3.5) !default;
|
|
30
30
|
|
|
31
|
-
$kendo-table-sm-cell-padding-x:
|
|
32
|
-
$kendo-table-sm-cell-padding-y:
|
|
31
|
+
$kendo-table-sm-cell-padding-x: k-spacing(3) !default;
|
|
32
|
+
$kendo-table-sm-cell-padding-y: k-spacing(1.5) !default;
|
|
33
33
|
|
|
34
34
|
$kendo-table-md-cell-padding-x: $kendo-table-cell-padding-x !default;
|
|
35
35
|
$kendo-table-md-cell-padding-y: $kendo-table-cell-padding-y !default;
|
|
36
36
|
|
|
37
|
-
$kendo-table-lg-cell-padding-x:
|
|
38
|
-
$kendo-table-lg-cell-padding-y:
|
|
37
|
+
$kendo-table-lg-cell-padding-x: k-spacing(3) !default;
|
|
38
|
+
$kendo-table-lg-cell-padding-y: k-spacing(3.5) !default;
|
|
39
39
|
|
|
40
40
|
/// Font weight of the table header cells.
|
|
41
41
|
/// @group table
|