@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
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": "8.0.0-dev.
|
|
4
|
+
"version": "8.0.0-dev.1",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"keywords": [
|
|
@@ -53,12 +53,12 @@
|
|
|
53
53
|
},
|
|
54
54
|
"dependencies": {
|
|
55
55
|
"@progress/kendo-svg-icons": "2.1.0",
|
|
56
|
-
"@progress/kendo-theme-core": "8.0.0-dev.
|
|
57
|
-
"@progress/kendo-theme-utils": "8.0.0-dev.
|
|
56
|
+
"@progress/kendo-theme-core": "8.0.0-dev.1",
|
|
57
|
+
"@progress/kendo-theme-utils": "8.0.0-dev.1"
|
|
58
58
|
},
|
|
59
59
|
"directories": {
|
|
60
60
|
"doc": "docs",
|
|
61
61
|
"lib": "lib"
|
|
62
62
|
},
|
|
63
|
-
"gitHead": "
|
|
63
|
+
"gitHead": "798500c0cb615e834197322b581e870888968fd1"
|
|
64
64
|
}
|
|
@@ -3,10 +3,10 @@
|
|
|
3
3
|
|
|
4
4
|
/// Horizontal padding of the action buttons container.
|
|
5
5
|
/// @group action-buttons
|
|
6
|
-
$kendo-actions-padding-x:
|
|
6
|
+
$kendo-actions-padding-x: k-spacing(3) !default;
|
|
7
7
|
/// Vertical padding of the action buttons container.
|
|
8
8
|
/// @group action-buttons
|
|
9
|
-
$kendo-actions-padding-y:
|
|
9
|
+
$kendo-actions-padding-y: k-spacing(3) !default;
|
|
10
10
|
/// Width of the border around the action buttons container.
|
|
11
11
|
/// @group action-buttons
|
|
12
12
|
$kendo-actions-border-width: 0px !default;
|
|
@@ -22,4 +22,4 @@ $kendo-actions-border: inherit !default;
|
|
|
22
22
|
|
|
23
23
|
/// Spacing between the action buttons.
|
|
24
24
|
/// @group button
|
|
25
|
-
$kendo-actions-button-spacing:
|
|
25
|
+
$kendo-actions-button-spacing: k-spacing(2) !default;
|
|
@@ -283,7 +283,7 @@
|
|
|
283
283
|
}
|
|
284
284
|
|
|
285
285
|
.k-actionsheet-filter {
|
|
286
|
-
width: calc( min(100%, calc( 360px - #{$kendo-adaptive-actionsheet-header-padding-x * 2
|
|
286
|
+
width: calc( min(100%, calc( 360px - calc( #{$kendo-adaptive-actionsheet-header-padding-x} * 2 ) ) ) );
|
|
287
287
|
}
|
|
288
288
|
.k-actionsheet-content,
|
|
289
289
|
.k-actionsheet-footer {
|
|
@@ -3,10 +3,10 @@
|
|
|
3
3
|
|
|
4
4
|
/// Horizontal padding of the action sheet.
|
|
5
5
|
/// @group action-sheet
|
|
6
|
-
$kendo-actionsheet-padding-x:
|
|
6
|
+
$kendo-actionsheet-padding-x: k-spacing(0) !default;
|
|
7
7
|
/// Vertical padding of the action sheet.
|
|
8
8
|
/// @group action-sheet
|
|
9
|
-
$kendo-actionsheet-padding-y:
|
|
9
|
+
$kendo-actionsheet-padding-y: k-spacing(0) !default;
|
|
10
10
|
/// Width of the action sheet.
|
|
11
11
|
/// @group action-sheet
|
|
12
12
|
$kendo-actionsheet-width: 360px !default;
|
|
@@ -52,10 +52,10 @@ $kendo-actionsheet-shadow: var( --kendo-box-shadow-depth-7, none ) !default;
|
|
|
52
52
|
|
|
53
53
|
/// Horizontal padding of the action sheet header.
|
|
54
54
|
/// @group action-sheet
|
|
55
|
-
$kendo-actionsheet-header-padding-x:
|
|
55
|
+
$kendo-actionsheet-header-padding-x: k-spacing(4) !default;
|
|
56
56
|
/// Vertical padding of the action sheet header.
|
|
57
57
|
/// @group action-sheet
|
|
58
|
-
$kendo-actionsheet-header-padding-y:
|
|
58
|
+
$kendo-actionsheet-header-padding-y: k-spacing(2) !default;
|
|
59
59
|
/// Border width of the action sheet header.
|
|
60
60
|
/// @group action-sheet
|
|
61
61
|
$kendo-actionsheet-header-border-width: 1px !default;
|
|
@@ -70,7 +70,7 @@ $kendo-actionsheet-header-font-family: inherit !default;
|
|
|
70
70
|
$kendo-actionsheet-header-line-height: inherit !default;
|
|
71
71
|
/// Spacing between the action sheet header groups.
|
|
72
72
|
/// @group action-sheet
|
|
73
|
-
$kendo-actionsheet-header-gap:
|
|
73
|
+
$kendo-actionsheet-header-gap: k-spacing(4) !default;
|
|
74
74
|
|
|
75
75
|
|
|
76
76
|
/// Background color of the action sheet header.
|
|
@@ -101,16 +101,16 @@ $kendo-actionsheet-subtitle-text: var( --kendo-subtle-text, inherit ) !default;
|
|
|
101
101
|
$kendo-actionsheet-item-min-height: 40px !default;
|
|
102
102
|
/// Horiozontal padding of the action sheet item.
|
|
103
103
|
/// @group action-sheet
|
|
104
|
-
$kendo-actionsheet-item-padding-x:
|
|
104
|
+
$kendo-actionsheet-item-padding-x: k-spacing(4) !default;
|
|
105
105
|
/// Vertical padding of the action sheet item.
|
|
106
106
|
/// @group action-sheet
|
|
107
|
-
$kendo-actionsheet-item-padding-y:
|
|
107
|
+
$kendo-actionsheet-item-padding-y: k-spacing(2) !default;
|
|
108
108
|
/// Border around the action sheet item.
|
|
109
109
|
/// @group action-sheet
|
|
110
110
|
$kendo-actionsheet-item-border-width: 1px !default;
|
|
111
111
|
/// Spacing between the icon and the text in the action sheet item.
|
|
112
112
|
/// @group action-sheet
|
|
113
|
-
$kendo-actionsheet-item-spacing:
|
|
113
|
+
$kendo-actionsheet-item-spacing: k-spacing(2) !default;
|
|
114
114
|
|
|
115
115
|
/// Color of the action sheet item icon.
|
|
116
116
|
/// @group action-sheet
|
|
@@ -187,7 +187,7 @@ $kendo-adaptive-actionsheet-font-size: $kendo-font-size-lg !default;
|
|
|
187
187
|
$kendo-adaptive-actionsheet-header-border-width: 1px !default;
|
|
188
188
|
/// Vertical padding of the adaptive action sheet titlebar.
|
|
189
189
|
/// @group action-sheet
|
|
190
|
-
$kendo-adaptive-actionsheet-header-padding-y:
|
|
190
|
+
$kendo-adaptive-actionsheet-header-padding-y: k-spacing(4) !default;
|
|
191
191
|
/// Horizontal padding of the adaptive action sheet titlebar.
|
|
192
192
|
/// @group action-sheet
|
|
193
193
|
$kendo-adaptive-actionsheet-header-padding-x: $kendo-adaptive-actionsheet-header-padding-y !default;
|
|
@@ -197,14 +197,14 @@ $kendo-adaptive-actionsheet-header-border: var( --kendo-component-border, initia
|
|
|
197
197
|
|
|
198
198
|
/// Vertical padding of the adaptive action sheet content.
|
|
199
199
|
/// @group action-sheet
|
|
200
|
-
$kendo-adaptive-actionsheet-content-padding-y:
|
|
200
|
+
$kendo-adaptive-actionsheet-content-padding-y: k-spacing(2) !default;
|
|
201
201
|
/// Horizontal padding of the adaptive action sheet content.
|
|
202
202
|
/// @group action-sheet
|
|
203
|
-
$kendo-adaptive-actionsheet-content-padding-x:
|
|
203
|
+
$kendo-adaptive-actionsheet-content-padding-x: k-spacing(4) !default;
|
|
204
204
|
|
|
205
205
|
/// Vertical padding of the adaptive action sheet footer.
|
|
206
206
|
/// @group action-sheet
|
|
207
|
-
$kendo-adaptive-actionsheet-footer-padding-y:
|
|
207
|
+
$kendo-adaptive-actionsheet-footer-padding-y: k-spacing(2) !default;
|
|
208
208
|
/// Horizontal padding of the adaptive action sheet footer.
|
|
209
209
|
/// @group action-sheet
|
|
210
|
-
$kendo-adaptive-actionsheet-footer-padding-x:
|
|
210
|
+
$kendo-adaptive-actionsheet-footer-padding-x: k-spacing(4) !default;
|
|
@@ -354,7 +354,7 @@
|
|
|
354
354
|
.k-pane-wrapper {
|
|
355
355
|
|
|
356
356
|
.k-appbar {
|
|
357
|
-
padding:
|
|
357
|
+
padding: k-spacing(1);
|
|
358
358
|
}
|
|
359
359
|
|
|
360
360
|
.k-list-title,
|
|
@@ -378,15 +378,15 @@
|
|
|
378
378
|
}
|
|
379
379
|
}
|
|
380
380
|
.k-listgroup + .k-listgroup {
|
|
381
|
-
margin-top:
|
|
381
|
+
margin-top: k-spacing(4);
|
|
382
382
|
}
|
|
383
383
|
|
|
384
384
|
// Column menu
|
|
385
385
|
.k-column-menu {
|
|
386
|
-
padding:
|
|
386
|
+
padding: k-spacing(2);
|
|
387
387
|
display: flex;
|
|
388
388
|
flex-flow: column nowrap;
|
|
389
|
-
gap:
|
|
389
|
+
gap: k-spacing(2);
|
|
390
390
|
|
|
391
391
|
.k-filter-item .k-filterable * {
|
|
392
392
|
pointer-events: none;
|
|
@@ -398,16 +398,16 @@
|
|
|
398
398
|
}
|
|
399
399
|
|
|
400
400
|
.k-listgroup {
|
|
401
|
-
margin-inline:
|
|
401
|
+
margin-inline: calc( #{k-spacing(2)} * -1 );
|
|
402
402
|
}
|
|
403
403
|
}
|
|
404
404
|
|
|
405
405
|
// Filter menu
|
|
406
406
|
.k-filter-menu {
|
|
407
|
-
padding:
|
|
407
|
+
padding: k-spacing(2);
|
|
408
408
|
display: flex;
|
|
409
409
|
flex-flow: column nowrap;
|
|
410
|
-
gap:
|
|
410
|
+
gap: k-spacing(2);
|
|
411
411
|
|
|
412
412
|
.k-list-title {
|
|
413
413
|
padding: 0;
|
|
@@ -427,7 +427,7 @@
|
|
|
427
427
|
}
|
|
428
428
|
|
|
429
429
|
.k-listgroup {
|
|
430
|
-
margin-inline:
|
|
430
|
+
margin-inline: calc( #{k-spacing(2)} * -1 );
|
|
431
431
|
}
|
|
432
432
|
}
|
|
433
433
|
|
|
@@ -3,16 +3,16 @@
|
|
|
3
3
|
|
|
4
4
|
/// The horizontal margin of the AppBar.
|
|
5
5
|
/// @group appbar
|
|
6
|
-
$kendo-appbar-margin-x: 0 !default;
|
|
6
|
+
$kendo-appbar-margin-x: k-spacing(0) !default;
|
|
7
7
|
/// The vertical margin of the AppBar.
|
|
8
8
|
/// @group appbar
|
|
9
|
-
$kendo-appbar-margin-y: 0 !default;
|
|
9
|
+
$kendo-appbar-margin-y: k-spacing(0) !default;
|
|
10
10
|
/// The horizontal padding of the AppBar.
|
|
11
11
|
/// @group appbar
|
|
12
|
-
$kendo-appbar-padding-x:
|
|
12
|
+
$kendo-appbar-padding-x: k-spacing(2) !default;
|
|
13
13
|
/// The vertical padding of the AppBar.
|
|
14
14
|
/// @group appbar
|
|
15
|
-
$kendo-appbar-padding-y:
|
|
15
|
+
$kendo-appbar-padding-y: k-spacing(2) !default;
|
|
16
16
|
/// The width of the border around the AppBar.
|
|
17
17
|
/// @group appbar
|
|
18
18
|
$kendo-appbar-border-width: 0px !default;
|
|
@@ -31,7 +31,7 @@ $kendo-appbar-line-height: var( --kendo-line-height, normal ) !default;
|
|
|
31
31
|
|
|
32
32
|
/// The spacing between the AppBar sections.
|
|
33
33
|
/// @group appbar
|
|
34
|
-
$kendo-appbar-spacing:
|
|
34
|
+
$kendo-appbar-spacing: k-spacing(2) !default;
|
|
35
35
|
|
|
36
36
|
/// The text color of the AppBar.
|
|
37
37
|
/// @group appbar
|
|
@@ -103,4 +103,4 @@ $kendo-appbar-theme-colors: () !default;
|
|
|
103
103
|
$kendo-appbar-theme-colors,
|
|
104
104
|
k-generate-theme-variation( light, if($kendo-enable-color-system, light, neutral), $ui-states )
|
|
105
105
|
);
|
|
106
|
-
}
|
|
106
|
+
}
|
|
@@ -18,9 +18,9 @@ $kendo-avatar-line-height: var( --kendo-line-height, inherit ) !default;
|
|
|
18
18
|
/// The sizes map of the Avatar.
|
|
19
19
|
/// @group avatar
|
|
20
20
|
$kendo-avatar-sizes: (
|
|
21
|
-
sm:
|
|
22
|
-
md:
|
|
23
|
-
lg:
|
|
21
|
+
sm: k-spacing(4),
|
|
22
|
+
md: k-spacing(8),
|
|
23
|
+
lg: k-spacing(16)
|
|
24
24
|
) !default;
|
|
25
25
|
|
|
26
26
|
/// The theme variations for the Avatar.
|
|
@@ -21,23 +21,23 @@ $kendo-badge-font-weight: var( --kendo-font-weight, normal ) !default;
|
|
|
21
21
|
|
|
22
22
|
/// Horizontal padding of the small Badge.
|
|
23
23
|
/// @group badge
|
|
24
|
-
$kendo-badge-sm-padding-x:
|
|
24
|
+
$kendo-badge-sm-padding-x: k-spacing(0.5) !default;
|
|
25
25
|
/// Horizontal padding of the medium Badge.
|
|
26
26
|
/// @group badge
|
|
27
|
-
$kendo-badge-md-padding-x:
|
|
27
|
+
$kendo-badge-md-padding-x: k-spacing(1) !default;
|
|
28
28
|
/// Horizontal padding of the large Badge.
|
|
29
29
|
/// @group badge
|
|
30
|
-
$kendo-badge-lg-padding-x:
|
|
30
|
+
$kendo-badge-lg-padding-x: k-spacing(1.5) !default;
|
|
31
31
|
|
|
32
32
|
/// Vertical padding of the small Badge.
|
|
33
33
|
/// @group badge
|
|
34
|
-
$kendo-badge-sm-padding-y:
|
|
34
|
+
$kendo-badge-sm-padding-y: k-spacing(0.5) !default;
|
|
35
35
|
/// Vertical padding of the medium Badge.
|
|
36
36
|
/// @group badge
|
|
37
|
-
$kendo-badge-md-padding-y:
|
|
37
|
+
$kendo-badge-md-padding-y: k-spacing(1) !default;
|
|
38
38
|
/// Vertical padding of the large Badge.
|
|
39
39
|
/// @group badge
|
|
40
|
-
$kendo-badge-lg-padding-y:
|
|
40
|
+
$kendo-badge-lg-padding-y: k-spacing(1.5) !default;
|
|
41
41
|
|
|
42
42
|
/// The font size of the small Badge.
|
|
43
43
|
/// @group badge
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
/// The horizontal padding of the BottomNavigation.
|
|
5
5
|
/// @group bottom-navigation
|
|
6
|
-
$kendo-bottom-nav-padding-x:
|
|
6
|
+
$kendo-bottom-nav-padding-x: k-spacing(1.5) !default;
|
|
7
7
|
/// The vertical padding of the BottomNavigation.
|
|
8
8
|
/// @group bottom-navigation
|
|
9
9
|
$kendo-bottom-nav-padding-y: $kendo-bottom-nav-padding-x !default;
|
|
@@ -18,20 +18,20 @@ $kendo-bottom-nav-border-width: 1px 0px 0px 0px !default;
|
|
|
18
18
|
$kendo-bottom-nav-font-family: var( --kendo-font-family, inherit) !default;
|
|
19
19
|
/// The font size of the BottomNavigation.
|
|
20
20
|
/// @group bottom-navigation
|
|
21
|
-
$kendo-bottom-nav-font-size: var( --kendo-font-size
|
|
21
|
+
$kendo-bottom-nav-font-size: var( --kendo-font-size, 1rem ) !default;
|
|
22
22
|
/// The line height of the BottomNavigation.
|
|
23
23
|
/// @group bottom-navigation
|
|
24
|
-
$kendo-bottom-nav-line-height: var( --kendo-line-height
|
|
24
|
+
$kendo-bottom-nav-line-height: var( --kendo-line-height, normal ) !default;
|
|
25
25
|
/// The letter spacing of the BottomNavigation.
|
|
26
26
|
/// @group bottom-navigation
|
|
27
27
|
$kendo-bottom-nav-letter-spacing: .2px !default;
|
|
28
28
|
|
|
29
29
|
/// The horizontal padding of the BottomNavigation item.
|
|
30
30
|
/// @group bottom-navigation
|
|
31
|
-
$kendo-bottom-nav-item-padding-x:
|
|
31
|
+
$kendo-bottom-nav-item-padding-x: k-spacing(2) !default;
|
|
32
32
|
/// The vertical padding of the BottomNavigation item.
|
|
33
33
|
/// @group bottom-navigation
|
|
34
|
-
$kendo-bottom-nav-item-padding-y:
|
|
34
|
+
$kendo-bottom-nav-item-padding-y: k-spacing(0.5) !default;
|
|
35
35
|
/// The minimum width of the BottomNavigation item.
|
|
36
36
|
/// @group bottom-navigation
|
|
37
37
|
$kendo-bottom-nav-item-min-width: 72px !default;
|
|
@@ -43,14 +43,14 @@ $kendo-bottom-nav-item-max-width: none !default;
|
|
|
43
43
|
$kendo-bottom-nav-item-min-height: calc( var( --kendo-icon-size, 1.5rem ) * 2 + (#{$kendo-bottom-nav-item-padding-y} * 2) ) !default;
|
|
44
44
|
/// The border radius of the BottomNavigation item.
|
|
45
45
|
/// @group bottom-navigation
|
|
46
|
-
$kendo-bottom-nav-item-border-radius:
|
|
46
|
+
$kendo-bottom-nav-item-border-radius: k-border-radius(md) !default;
|
|
47
47
|
/// The spacing of the BottomNavigation item.
|
|
48
48
|
/// @group bottom-navigation
|
|
49
|
-
$kendo-bottom-nav-item-gap:
|
|
49
|
+
$kendo-bottom-nav-item-gap: k-spacing(1) !default;
|
|
50
50
|
|
|
51
51
|
/// The offset of the focused BottomNavigation item.
|
|
52
52
|
/// @group bottom-navigation
|
|
53
|
-
$kendo-bottom-nav-item-focus-offset:
|
|
53
|
+
$kendo-bottom-nav-item-focus-offset: k-spacing(0.5) !default;
|
|
54
54
|
/// The outline width of the focused BottomNavigation item.
|
|
55
55
|
/// @group bottom-navigation
|
|
56
56
|
$kendo-bottom-nav-item-focus-outline-width: 1px !default;
|
|
@@ -4,16 +4,16 @@
|
|
|
4
4
|
|
|
5
5
|
/// The horizontal margin of the Breadcrumb
|
|
6
6
|
/// @group breadcrumb
|
|
7
|
-
$kendo-breadcrumb-margin-x:
|
|
7
|
+
$kendo-breadcrumb-margin-x: k-spacing(0) !default;
|
|
8
8
|
/// The vertical margin of the Breadcrumb
|
|
9
9
|
/// @group breadcrumb
|
|
10
|
-
$kendo-breadcrumb-margin-y:
|
|
10
|
+
$kendo-breadcrumb-margin-y: k-spacing(0) !default;
|
|
11
11
|
/// The horizontal padding of the Breadcrumb
|
|
12
12
|
/// @group breadcrumb
|
|
13
|
-
$kendo-breadcrumb-padding-x:
|
|
13
|
+
$kendo-breadcrumb-padding-x: k-spacing(0) !default;
|
|
14
14
|
/// The vertical padding of the Breadcrumb
|
|
15
15
|
/// @group breadcrumb
|
|
16
|
-
$kendo-breadcrumb-padding-y:
|
|
16
|
+
$kendo-breadcrumb-padding-y: k-spacing(0) !default;
|
|
17
17
|
|
|
18
18
|
/// The width of the border around the Breadcrumb
|
|
19
19
|
/// @group breadcrumb
|
|
@@ -28,13 +28,13 @@ $kendo-breadcrumb-font-family: var( --kendo-font-family, inherit ) !default;
|
|
|
28
28
|
$kendo-breadcrumb-font-size: var( --kendo-font-size, inherit ) !default;
|
|
29
29
|
/// The font size of the small breadcrumb.
|
|
30
30
|
/// @group breadcrumb
|
|
31
|
-
$kendo-breadcrumb-sm-font-size: var( --kendo-font-size
|
|
31
|
+
$kendo-breadcrumb-sm-font-size: var( --kendo-font-size, inherit ) !default;
|
|
32
32
|
/// The font size of the medium breadcrumb.
|
|
33
33
|
/// @group breadcrumb
|
|
34
|
-
$kendo-breadcrumb-md-font-size: var( --kendo-font-size
|
|
34
|
+
$kendo-breadcrumb-md-font-size: var( --kendo-font-size, inherit ) !default;
|
|
35
35
|
/// The font size of the large breadcrumb.
|
|
36
36
|
/// @group breadcrumb
|
|
37
|
-
$kendo-breadcrumb-lg-font-size: var( --kendo-font-size
|
|
37
|
+
$kendo-breadcrumb-lg-font-size: var( --kendo-font-size, inherit ) !default;
|
|
38
38
|
|
|
39
39
|
/// The line height used along with the $kendo-font-size variable of the Breadcrumb.
|
|
40
40
|
/// @group breadcrumb
|
|
@@ -64,29 +64,29 @@ $kendo-breadcrumb-focus-shadow: 0 0 0 1px if($kendo-enable-color-system, color-m
|
|
|
64
64
|
|
|
65
65
|
/// The horizontal padding of the Breadcrumb link
|
|
66
66
|
/// @group breadcrumb
|
|
67
|
-
$kendo-breadcrumb-link-padding-x:
|
|
67
|
+
$kendo-breadcrumb-link-padding-x: k-spacing(2) !default;
|
|
68
68
|
/// The horizontal padding of the small Breadcrumb link.
|
|
69
69
|
/// @group breadcrumb
|
|
70
|
-
$kendo-breadcrumb-sm-link-padding-x:
|
|
70
|
+
$kendo-breadcrumb-sm-link-padding-x: k-spacing(2) !default;
|
|
71
71
|
/// The horizontal padding of the medium Breadcrumb link.
|
|
72
72
|
/// @group breadcrumb
|
|
73
73
|
$kendo-breadcrumb-md-link-padding-x: $kendo-breadcrumb-link-padding-x !default;
|
|
74
74
|
/// The horizontal padding of the large Breadcrumb link.
|
|
75
75
|
/// @group breadcrumb
|
|
76
|
-
$kendo-breadcrumb-lg-link-padding-x:
|
|
76
|
+
$kendo-breadcrumb-lg-link-padding-x: k-spacing(2) !default;
|
|
77
77
|
|
|
78
78
|
/// The vertical padding of the Breadcrumb link
|
|
79
79
|
/// @group breadcrumb
|
|
80
|
-
$kendo-breadcrumb-link-padding-y:
|
|
80
|
+
$kendo-breadcrumb-link-padding-y: k-spacing(2) !default;
|
|
81
81
|
/// The vertical padding of the small Breadcrumb link.
|
|
82
82
|
/// @group breadcrumb
|
|
83
|
-
$kendo-breadcrumb-sm-link-padding-y:
|
|
83
|
+
$kendo-breadcrumb-sm-link-padding-y: k-spacing(1.5) !default;
|
|
84
84
|
/// The vertical padding of the medium Breadcrumb link.
|
|
85
85
|
/// @group breadcrumb
|
|
86
86
|
$kendo-breadcrumb-md-link-padding-y: $kendo-breadcrumb-link-padding-y !default;
|
|
87
87
|
/// The vertical padding of the large Breadcrumb link.
|
|
88
88
|
/// @group breadcrumb
|
|
89
|
-
$kendo-breadcrumb-lg-link-padding-y:
|
|
89
|
+
$kendo-breadcrumb-lg-link-padding-y: k-spacing(2.5) !default;
|
|
90
90
|
|
|
91
91
|
/// The radius of the border around the Breadcrumb link
|
|
92
92
|
/// @group breadcrumb
|
|
@@ -204,16 +204,16 @@ $kendo-breadcrumb-current-item-border: null !default;
|
|
|
204
204
|
|
|
205
205
|
/// The vertical padding of the Breadcrumb link icon
|
|
206
206
|
/// @group breadcrumb
|
|
207
|
-
$kendo-breadcrumb-icon-link-padding-y:
|
|
207
|
+
$kendo-breadcrumb-icon-link-padding-y: k-spacing(2.5) !default;
|
|
208
208
|
/// The vertical padding of the small Breadcrumb link icon.
|
|
209
209
|
/// @group breadcrumb
|
|
210
|
-
$kendo-breadcrumb-sm-icon-link-padding-y:
|
|
210
|
+
$kendo-breadcrumb-sm-icon-link-padding-y: k-spacing(2) !default;
|
|
211
211
|
/// The vertical padding of the medium Breadcrumb link icon.
|
|
212
212
|
/// @group breadcrumb
|
|
213
213
|
$kendo-breadcrumb-md-icon-link-padding-y: $kendo-breadcrumb-icon-link-padding-y !default;
|
|
214
214
|
/// The vertical padding of the large Breadcrumb link icon.
|
|
215
215
|
/// @group breadcrumb
|
|
216
|
-
$kendo-breadcrumb-lg-icon-link-padding-y:
|
|
216
|
+
$kendo-breadcrumb-lg-icon-link-padding-y: k-spacing(3) !default;
|
|
217
217
|
|
|
218
218
|
/// The horizontal padding of the Breadcrumb link icon
|
|
219
219
|
/// @group breadcrumb
|
package/scss/button/_layout.scss
CHANGED
|
@@ -78,7 +78,7 @@
|
|
|
78
78
|
$_font-size: map.get( $size-props, font-size );
|
|
79
79
|
$_line-height: map.get( $size-props, line-height );
|
|
80
80
|
|
|
81
|
-
$_icon-button-padding:
|
|
81
|
+
$_icon-button-padding: calc( #{$_padding-x} / 2 );
|
|
82
82
|
|
|
83
83
|
.k-button-#{$size} {
|
|
84
84
|
--INTERNAL--kendo-button-padding-x: var( --kendo-button-#{$size}-padding-x, #{$_padding-x} );
|
|
@@ -8,23 +8,23 @@ $kendo-button-border-width: 1px !default;
|
|
|
8
8
|
|
|
9
9
|
/// The horizontal padding of the small Button.
|
|
10
10
|
/// @group button
|
|
11
|
-
$kendo-button-sm-padding-x:
|
|
11
|
+
$kendo-button-sm-padding-x: k-spacing(5) !default;
|
|
12
12
|
/// The horizontal padding of the medium Button.
|
|
13
13
|
/// @group button
|
|
14
|
-
$kendo-button-md-padding-x:
|
|
14
|
+
$kendo-button-md-padding-x: k-spacing(5) !default;
|
|
15
15
|
/// The horizontal padding of the large Button.
|
|
16
16
|
/// @group button
|
|
17
|
-
$kendo-button-lg-padding-x:
|
|
17
|
+
$kendo-button-lg-padding-x: k-spacing(5) !default;
|
|
18
18
|
|
|
19
19
|
/// The vertical padding of the small Button.
|
|
20
20
|
/// @group button
|
|
21
|
-
$kendo-button-sm-padding-y:
|
|
21
|
+
$kendo-button-sm-padding-y: k-spacing(1) !default;
|
|
22
22
|
/// The vertical padding of the medium Button.
|
|
23
23
|
/// @group button
|
|
24
|
-
$kendo-button-md-padding-y:
|
|
24
|
+
$kendo-button-md-padding-y: k-spacing(1.5) !default;
|
|
25
25
|
/// The vertical padding of the large Button.
|
|
26
26
|
/// @group button
|
|
27
|
-
$kendo-button-lg-padding-y:
|
|
27
|
+
$kendo-button-lg-padding-y: k-spacing(2) !default;
|
|
28
28
|
|
|
29
29
|
/// The font size of the small Button.
|
|
30
30
|
/// @group button
|
|
@@ -93,11 +93,11 @@ $kendo-button-sizes: (
|
|
|
93
93
|
|
|
94
94
|
/// The content spacing of the Button.
|
|
95
95
|
/// @group button
|
|
96
|
-
$kendo-button-spacing:
|
|
96
|
+
$kendo-button-spacing: k-spacing(2) !default;
|
|
97
97
|
|
|
98
98
|
/// The offset of the focused Button.
|
|
99
99
|
/// @group button
|
|
100
|
-
$kendo-button-focus-offset:
|
|
100
|
+
$kendo-button-focus-offset: k-spacing(0.5) !default;
|
|
101
101
|
/// The Outline width of the focused Button.
|
|
102
102
|
/// @group button
|
|
103
103
|
$kendo-button-focus-outline-width: 1px !default;
|
|
@@ -110,7 +110,7 @@ $kendo-button-focus-outline-style: solid !default;
|
|
|
110
110
|
$kendo-button-flat-focus-offset: 1px !default;
|
|
111
111
|
/// The outline width of the flat focused Button.
|
|
112
112
|
/// @group button
|
|
113
|
-
$kendo-button-flat-focus-outline-width:
|
|
113
|
+
$kendo-button-flat-focus-outline-width: k-spacing(0.5) !default;
|
|
114
114
|
|
|
115
115
|
/// The offset of the link focused Button.
|
|
116
116
|
/// @group button
|