@progress/kendo-theme-fluent 12.0.0-dev.2 → 12.0.0-dev.4
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-dark.scss +12 -12
- package/dist/fluent-main.css +1 -1
- package/dist/meta/sassdoc-data.json +1644 -1590
- package/dist/meta/sassdoc-raw-data.json +643 -618
- package/dist/meta/variables.json +213 -209
- 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 +13 -13
- package/lib/swatches/fluent-main.json +1 -1
- package/package.json +4 -4
- package/scss/badge/_variables.scss +1 -1
- package/scss/bottom-navigation/_theme.scss +2 -2
- package/scss/breadcrumb/_layout.scss +0 -6
- package/scss/breadcrumb/_variables.scss +5 -5
- package/scss/button/_theme.scss +30 -6
- package/scss/button/_variables.scss +3 -3
- package/scss/calendar/_variables.scss +3 -3
- package/scss/chart-wizard/_variables.scss +1 -1
- package/scss/checkbox/_variables.scss +1 -1
- package/scss/chip/_variables.scss +1 -1
- package/scss/dialog/_variables.scss +1 -1
- package/scss/drawer/_variables.scss +2 -2
- package/scss/expansion-panel/_theme.scss +1 -1
- package/scss/filter/_layout.scss +5 -0
- package/scss/filter/_variables.scss +4 -1
- package/scss/grid/_variables.scss +2 -1
- package/scss/input/_layout.scss +0 -8
- package/scss/input/_theme.scss +0 -3
- package/scss/input/_variables.scss +10 -10
- package/scss/list/_variables.scss +18 -18
- package/scss/listview/_variables.scss +2 -2
- package/scss/menu/_layout.scss +5 -0
- package/scss/menu/_variables.scss +1 -1
- package/scss/panelbar/_variables.scss +1 -1
- package/scss/pdf-viewer/_theme.scss +0 -4
- package/scss/popup/_variables.scss +1 -1
- package/scss/progressbar/_variables.scss +1 -1
- package/scss/scheduler/_variables.scss +1 -1
- package/scss/skeleton/_variables.scss +1 -1
- package/scss/spreadsheet/_variables.scss +2 -2
- package/scss/switch/_variables.scss +1 -1
- package/scss/table/_layout.scss +0 -14
- package/scss/tabstrip/_variables.scss +5 -5
- package/scss/timeline/_variables.scss +1 -1
- package/scss/timeselector/_variables.scss +1 -1
- package/scss/toolbar/_theme.scss +6 -0
- package/scss/toolbar/_variables.scss +8 -8
- package/scss/treeview/_variables.scss +1 -1
- package/scss/upload/_layout.scss +4 -0
- package/scss/upload/_variables.scss +4 -4
- package/scss/window/_layout.scss +4 -6
- package/scss/window/_variables.scss +2 -2
|
@@ -41,7 +41,7 @@ $kendo-listview-border: var( --kendo-listview-border, color-mix(in srgb, k-color
|
|
|
41
41
|
|
|
42
42
|
/// The text color of the selected ListView items.
|
|
43
43
|
/// @group listview
|
|
44
|
-
$kendo-listview-item-selected-text: var( --kendo-listview-item-selected-text,
|
|
44
|
+
$kendo-listview-item-selected-text: var( --kendo-listview-item-selected-text, k-color(on-app-surface) ) !default;
|
|
45
45
|
/// The background color of the selected ListView items.
|
|
46
46
|
/// @group listview
|
|
47
47
|
$kendo-listview-item-selected-bg: var( --kendo-listview-item-selected-bg, #{color-mix(in srgb, k-color(on-app-surface) 12%, transparent)} ) !default;
|
|
@@ -51,7 +51,7 @@ $kendo-listview-item-selected-border: var( --kendo-listview-item-selected-border
|
|
|
51
51
|
|
|
52
52
|
/// The text color of the focused ListView items.
|
|
53
53
|
/// @group listview
|
|
54
|
-
$kendo-listview-item-focus-text: var( --kendo-listview-item-focus-text,
|
|
54
|
+
$kendo-listview-item-focus-text: var( --kendo-listview-item-focus-text, k-color(on-app-surface) ) !default;
|
|
55
55
|
/// The background color of the focused ListView items.
|
|
56
56
|
/// @group listview
|
|
57
57
|
$kendo-listview-item-focus-bg: var( --kendo-listview-item-focus-bg, initial ) !default;
|
package/scss/menu/_layout.scss
CHANGED
|
@@ -146,7 +146,7 @@ $kendo-menu-popup-bg: var( --kendo-menu-popup-bg, #{k-color(surface-alt)} ) !def
|
|
|
146
146
|
$kendo-menu-popup-border: var( --kendo-menu-popup-border, initial ) !default;
|
|
147
147
|
/// The shadow of the Menu popup.
|
|
148
148
|
/// @group menu
|
|
149
|
-
$kendo-menu-popup-shadow: var( --kendo-menu-popup-shadow,
|
|
149
|
+
$kendo-menu-popup-shadow: var( --kendo-menu-popup-shadow, k-elevation(5) ) !default;
|
|
150
150
|
|
|
151
151
|
/// The horizontal padding of the Menu item in popup.
|
|
152
152
|
/// @group menu
|
|
@@ -57,7 +57,7 @@ $kendo-panelbar-item-level-count: 4 !default;
|
|
|
57
57
|
|
|
58
58
|
/// The background color of the PanelBar.
|
|
59
59
|
/// @group panelbar
|
|
60
|
-
$kendo-panelbar-bg: var( --kendo-panelbar-bg, #{k-color(
|
|
60
|
+
$kendo-panelbar-bg: var( --kendo-panelbar-bg, #{k-color(base-subtle)} ) !default;
|
|
61
61
|
/// The text color of the PanelBar.
|
|
62
62
|
/// @group panelbar
|
|
63
63
|
$kendo-panelbar-text: var( --kendo-panelbar-text, #{k-color(on-app-surface)} ) !default;
|
|
@@ -39,7 +39,7 @@ $kendo-popup-text: var( --kendo-popup-text, #{k-color(on-app-surface)} ) !defaul
|
|
|
39
39
|
$kendo-popup-border: var( --kendo-popup-border, transparent ) !default;
|
|
40
40
|
/// Box shadow around the popup.
|
|
41
41
|
/// @group popup
|
|
42
|
-
$kendo-popup-shadow: var( --kendo-popup-shadow,
|
|
42
|
+
$kendo-popup-shadow: var( --kendo-popup-shadow, k-elevation(5) ) !default;
|
|
43
43
|
|
|
44
44
|
@forward "@progress/kendo-theme-core/scss/components/popup/_variables.scss" with (
|
|
45
45
|
$kendo-popup-border-width: $kendo-popup-border-width,
|
|
@@ -34,7 +34,7 @@ $kendo-progressbar-padding-y: var( --kendo-progressbar-padding-y, #{k-spacing(0)
|
|
|
34
34
|
|
|
35
35
|
/// The background color of the ProgressBar.
|
|
36
36
|
/// @group progressbar
|
|
37
|
-
$kendo-progressbar-bg: var( --kendo-progressbar-bg, #{k-color(secondary)} ) !default;
|
|
37
|
+
$kendo-progressbar-bg: var( --kendo-progressbar-bg, #{k-color(secondary-on-surface)} ) !default;
|
|
38
38
|
/// The text color of the ProgressBar.
|
|
39
39
|
/// @group progressbar
|
|
40
40
|
$kendo-progressbar-text: var( --kendo-progressbar-text, #{k-color(on-app-surface)} ) !default;
|
|
@@ -83,7 +83,7 @@ $kendo-scheduler-event-min-height: var( --kendo-scheduler-event-min-height, calc
|
|
|
83
83
|
$kendo-scheduler-event-bg: var( --kendo-scheduler-event-bg, k-color(primary) ) !default;
|
|
84
84
|
/// The text color of the Scheduler event.
|
|
85
85
|
/// @group scheduler
|
|
86
|
-
$kendo-scheduler-event-text: var( --kendo-scheduler-event-text, k-color(
|
|
86
|
+
$kendo-scheduler-event-text: var( --kendo-scheduler-event-text, k-color(on-primary) ) !default;
|
|
87
87
|
/// The border color of the Scheduler event.
|
|
88
88
|
/// @group scheduler
|
|
89
89
|
$kendo-scheduler-event-border: var( --kendo-scheduler-event-border, $kendo-scheduler-event-bg ) !default;
|
|
@@ -17,7 +17,7 @@ $kendo-skeleton-circle-border-radius: var( --kendo-skeleton-circle-border-radius
|
|
|
17
17
|
|
|
18
18
|
/// The background color of the Skeleton item.
|
|
19
19
|
/// @group skeleton
|
|
20
|
-
$kendo-skeleton-item-bg: var( --kendo-skeleton-item-bg, k-color(
|
|
20
|
+
$kendo-skeleton-item-bg: var( --kendo-skeleton-item-bg, color-mix(in srgb, k-color(on-app-surface) 9%, transparent) ) !default;
|
|
21
21
|
/// The background color of the Skeleton wave animation.
|
|
22
22
|
/// @group skeleton
|
|
23
23
|
$kendo-skeleton-wave-bg: var( --kendo-skeleton-wave-bg, k-color(base) ) !default;
|
|
@@ -106,14 +106,14 @@ $kendo-spreadsheet-selection-bg: var( --kendo-spreadsheet-selection-bg, transpar
|
|
|
106
106
|
$kendo-spreadsheet-selection-text: var( --kendo-spreadsheet-selection-text, null ) !default;
|
|
107
107
|
/// The border color of the Spreadsheet selection.
|
|
108
108
|
/// @group spreadsheet
|
|
109
|
-
$kendo-spreadsheet-selection-border: var( --kendo-spreadsheet-selection-border, k-color(primary) ) !default;
|
|
109
|
+
$kendo-spreadsheet-selection-border: var( --kendo-spreadsheet-selection-border, k-color(primary-on-surface) ) !default;
|
|
110
110
|
/// The shadow of the Spreadsheet selection.
|
|
111
111
|
/// @group spreadsheet
|
|
112
112
|
$kendo-spreadsheet-selection-shadow: var( --kendo-spreadsheet-selection-shadow, none ) !default;
|
|
113
113
|
|
|
114
114
|
/// The background color of the Spreadsheet single selection.
|
|
115
115
|
/// @group spreadsheet
|
|
116
|
-
$kendo-spreadsheet-single-selection-bg: var( --kendo-spreadsheet-single-selection-bg, k-color(primary) ) !default;
|
|
116
|
+
$kendo-spreadsheet-single-selection-bg: var( --kendo-spreadsheet-single-selection-bg, k-color(primary-on-surface) ) !default;
|
|
117
117
|
/// The text color of the Spreadsheet single selection.
|
|
118
118
|
/// @group spreadsheet
|
|
119
119
|
$kendo-spreadsheet-single-selection-text: var( --kendo-spreadsheet-single-selection-text, null ) !default;
|
|
@@ -74,7 +74,7 @@ $kendo-switch-off-track-disabled-border: var( --kendo-switch-off-track-disabled-
|
|
|
74
74
|
|
|
75
75
|
/// The background of the thumb when the Switch is not checked.
|
|
76
76
|
/// @group switch
|
|
77
|
-
$kendo-switch-off-thumb-bg: var( --kendo-switch-off-thumb-bg,
|
|
77
|
+
$kendo-switch-off-thumb-bg: var( --kendo-switch-off-thumb-bg, k-color(subtle) ) !default;
|
|
78
78
|
/// The text color of the thumb when the Switch is not checked.
|
|
79
79
|
/// @group switch
|
|
80
80
|
$kendo-switch-off-thumb-text: var( --kendo-switch-off-thumb-text, inherit ) !default;
|
package/scss/table/_layout.scss
CHANGED
|
@@ -10,20 +10,6 @@
|
|
|
10
10
|
font-weight: $kendo-table-header-font-weight;
|
|
11
11
|
}
|
|
12
12
|
|
|
13
|
-
.k-table-group-sticky-header,
|
|
14
|
-
.k-table-group-header {
|
|
15
|
-
flex: none;
|
|
16
|
-
position: relative;
|
|
17
|
-
z-index: 1;
|
|
18
|
-
|
|
19
|
-
.k-table-th {
|
|
20
|
-
display: flex;
|
|
21
|
-
flex-flow: row nowrap;
|
|
22
|
-
align-items: center;
|
|
23
|
-
align-content: center;
|
|
24
|
-
}
|
|
25
|
-
}
|
|
26
|
-
|
|
27
13
|
.k-table-list {
|
|
28
14
|
|
|
29
15
|
.k-table-row:last-child .k-table-td {
|
|
@@ -129,13 +129,13 @@ $kendo-tabstrip-item-hover-text: var( --kendo-tabstrip-item-hover-text, #{k-colo
|
|
|
129
129
|
$kendo-tabstrip-item-hover-border: var( --kendo-tabstrip-item-hover-border, #{k-color(base-hover)} ) !default;
|
|
130
130
|
/// The background color of the selected TabStrip items.
|
|
131
131
|
/// @group tabstrip
|
|
132
|
-
$kendo-tabstrip-item-selected-bg: var( --kendo-tabstrip-item-selected-bg,
|
|
132
|
+
$kendo-tabstrip-item-selected-bg: var( --kendo-tabstrip-item-selected-bg, transparent ) !default;
|
|
133
133
|
/// The text color of the selected TabStrip items.
|
|
134
134
|
/// @group tabstrip
|
|
135
|
-
$kendo-tabstrip-item-selected-text: var( --kendo-tabstrip-item-selected-text,
|
|
135
|
+
$kendo-tabstrip-item-selected-text: var( --kendo-tabstrip-item-selected-text, inherit ) !default;
|
|
136
136
|
/// The border color of the selected TabStrip items.
|
|
137
137
|
/// @group tabstrip
|
|
138
|
-
$kendo-tabstrip-item-selected-border: var( --kendo-tabstrip-item-selected-border,
|
|
138
|
+
$kendo-tabstrip-item-selected-border: var( --kendo-tabstrip-item-selected-border, inherit ) !default;
|
|
139
139
|
/// The font weight of the selected TabStrip items.
|
|
140
140
|
/// @group tabstrip
|
|
141
141
|
$kendo-tabstrip-item-selected-font-weight: var( --kendo-tabstrip-item-selected-font-weight, var( --kendo-font-weight-semibold, 600 ) ) !default;
|
|
@@ -145,7 +145,7 @@ $kendo-tabstrip-item-selected-font-weight: var( --kendo-tabstrip-item-selected-f
|
|
|
145
145
|
$kendo-tabstrip-item-focus-shadow: var( --kendo-tabstrip-item-focus-shadow, #{$kendo-list-item-focus-shadow} ) !default;
|
|
146
146
|
/// The text color of the dragged TabStrip items.
|
|
147
147
|
/// @group tabstrip
|
|
148
|
-
$kendo-tabstrip-item-dragging-text: var( --kendo-tabstrip-item-dragging-text, #{k-color(primary)} ) !default;
|
|
148
|
+
$kendo-tabstrip-item-dragging-text: var( --kendo-tabstrip-item-dragging-text, #{k-color(primary-on-surface)} ) !default;
|
|
149
149
|
|
|
150
150
|
// Indicator
|
|
151
151
|
/// The border width of the TabStrip indicator.
|
|
@@ -153,7 +153,7 @@ $kendo-tabstrip-item-dragging-text: var( --kendo-tabstrip-item-dragging-text, #{
|
|
|
153
153
|
$kendo-tabstrip-indicator-size: var( --kendo-tabstrip-indicator-size, #{k-spacing(1)} ) !default;
|
|
154
154
|
/// The border color of the TabStrip ripple.
|
|
155
155
|
/// @group tabstrip
|
|
156
|
-
$kendo-tabstrip-indicator-color: var( --kendo-tabstrip-indicator-color, #{k-color(primary)} ) !default;
|
|
156
|
+
$kendo-tabstrip-indicator-color: var( --kendo-tabstrip-indicator-color, #{k-color(primary-on-surface)} ) !default;
|
|
157
157
|
|
|
158
158
|
/// The horizontal padding of the TabStrip content.
|
|
159
159
|
/// @group tabstrip
|
|
@@ -113,7 +113,7 @@ $kendo-timeline-horizontal-flag-min-width: var( --kendo-timeline-horizontal-flag
|
|
|
113
113
|
$kendo-timeline-flag-bg: var( --kendo-timeline-flag-bg, k-color(primary) ) !default;
|
|
114
114
|
/// The text color of the Timeline flag.
|
|
115
115
|
/// @group timeline
|
|
116
|
-
$kendo-timeline-flag-text: var( --kendo-timeline-flag-text, k-color(
|
|
116
|
+
$kendo-timeline-flag-text: var( --kendo-timeline-flag-text, k-color(on-primary) ) !default;
|
|
117
117
|
/// The width of the Timeline's flag callout.
|
|
118
118
|
/// @group timeline
|
|
119
119
|
$kendo-timeline-flag-callout-width: var( --kendo-timeline-flag-callout-width, k-spacing(2.5) ) !default;
|
|
@@ -36,7 +36,7 @@ $kendo-time-selector-header-padding-y: var( --kendo-time-selector-header-padding
|
|
|
36
36
|
$kendo-time-selector-header-border-width: var( --kendo-time-selector-header-border-width, 0px ) !default;
|
|
37
37
|
/// The text color of the title in the time-selector header.
|
|
38
38
|
/// @group time-selector
|
|
39
|
-
$kendo-time-selector-header-title-text: var( --kendo-time-selector-header-title-text, k-color(primary) ) !default;
|
|
39
|
+
$kendo-time-selector-header-title-text: var( --kendo-time-selector-header-title-text, k-color(primary-on-surface) ) !default;
|
|
40
40
|
/// The text color of the time now in the time-selector header.
|
|
41
41
|
/// @group time-selector
|
|
42
42
|
$kendo-time-selector-header-time-now-text: null !default;
|
package/scss/toolbar/_theme.scss
CHANGED
|
@@ -4,23 +4,23 @@
|
|
|
4
4
|
|
|
5
5
|
/// The horizontal padding of the small Toolbar.
|
|
6
6
|
/// @group toolbar
|
|
7
|
-
$kendo-toolbar-sm-padding-x: var( --kendo-toolbar-sm-padding-x,
|
|
7
|
+
$kendo-toolbar-sm-padding-x: calc( var( --kendo-toolbar-sm-padding-x, #{k-spacing(2)} ) + 1px ) !default;
|
|
8
8
|
/// The horizontal padding of the medium Toolbar.
|
|
9
9
|
/// @group toolbar
|
|
10
|
-
$kendo-toolbar-md-padding-x: var( --kendo-toolbar-md-padding-x,
|
|
10
|
+
$kendo-toolbar-md-padding-x: calc( var( --kendo-toolbar-md-padding-x, #{k-spacing(3)} ) + 1px ) !default;
|
|
11
11
|
/// The horizontal padding of the large Toolbar.
|
|
12
12
|
/// @group toolbar
|
|
13
|
-
$kendo-toolbar-lg-padding-x: var( --kendo-toolbar-lg-padding-x,
|
|
13
|
+
$kendo-toolbar-lg-padding-x: calc( var( --kendo-toolbar-lg-padding-x, #{k-spacing(4.5)} ) + 1px ) !default;
|
|
14
14
|
|
|
15
15
|
/// The vertical padding of the small Toolbar.
|
|
16
16
|
/// @group toolbar
|
|
17
|
-
$kendo-toolbar-sm-padding-y: var( --kendo-toolbar-sm-padding-y,
|
|
17
|
+
$kendo-toolbar-sm-padding-y: calc( var( --kendo-toolbar-sm-padding-y, #{k-spacing(1.5)} ) + 1px ) !default;
|
|
18
18
|
/// The vertical padding of the medium Toolbar.
|
|
19
19
|
/// @group toolbar
|
|
20
|
-
$kendo-toolbar-md-padding-y: var( --kendo-toolbar-md-padding-y,
|
|
20
|
+
$kendo-toolbar-md-padding-y: calc( var( --kendo-toolbar-md-padding-y, #{k-spacing(1.5)} ) + 1px ) !default;
|
|
21
21
|
/// The vertical padding of the large Toolbar.
|
|
22
22
|
/// @group toolbar
|
|
23
|
-
$kendo-toolbar-lg-padding-y: var( --kendo-toolbar-lg-padding-y,
|
|
23
|
+
$kendo-toolbar-lg-padding-y: calc( var( --kendo-toolbar-lg-padding-y, #{k-spacing(1.5)} ) + 1px ) !default;
|
|
24
24
|
|
|
25
25
|
/// The spacing between the tools of the small Toolbar.
|
|
26
26
|
/// @group toolbar
|
|
@@ -89,7 +89,7 @@ $kendo-toolbar-outline-scroll-overlay: var( --kendo-toolbar-outline-scroll-overl
|
|
|
89
89
|
$kendo-toolbar-flat-text: var( --kendo-toolbar-flat-text, null ) !default;
|
|
90
90
|
/// The color of the border around the flat Toolbar.
|
|
91
91
|
/// @group toolbar
|
|
92
|
-
$kendo-toolbar-flat-border: var( --kendo-toolbar-flat-border, transparent ) !default;
|
|
92
|
+
$kendo-toolbar-flat-border: var( --kendo-toolbar-flat-border, transparent transparent color-mix(in srgb, k-color(border) 26%, transparent) ) !default;
|
|
93
93
|
/// The left and right scroll overlay of the flat Toolbar.
|
|
94
94
|
/// @group toolbar
|
|
95
95
|
$kendo-toolbar-flat-scroll-overlay: var( --kendo-toolbar-flat-scroll-overlay, #{k-color(app-surface), color-mix(in srgb, k-color(app-surface) 0%, transparent)} ) !default;
|
|
@@ -97,7 +97,7 @@ $kendo-toolbar-flat-scroll-overlay: var( --kendo-toolbar-flat-scroll-overlay, #{
|
|
|
97
97
|
|
|
98
98
|
/// The color of the separator border of the Toolbar.
|
|
99
99
|
/// @group toolbar
|
|
100
|
-
$kendo-toolbar-separator-border: var( --kendo-toolbar-separator-border,
|
|
100
|
+
$kendo-toolbar-separator-border: var( --kendo-toolbar-separator-border, color-mix(in srgb, k-color(border) 26%, transparent) ) !default;
|
|
101
101
|
|
|
102
102
|
/// The width of the input in the Toolbar.
|
|
103
103
|
/// @group toolbar
|
|
@@ -168,7 +168,7 @@ $kendo-treeview-item-disabled-border: var( --kendo-treeview-item-disabled-border
|
|
|
168
168
|
$kendo-treeview-loadmore-bg: var( --kendo-treeview-loadmore-bg, transparent ) !default;
|
|
169
169
|
/// The text color of the Load More button in the TreeView
|
|
170
170
|
/// @group treeview
|
|
171
|
-
$kendo-treeview-loadmore-text: var( --kendo-treeview-loadmore-text, k-color(primary) ) !default;
|
|
171
|
+
$kendo-treeview-loadmore-text: var( --kendo-treeview-loadmore-text, k-color(primary-on-surface) ) !default;
|
|
172
172
|
/// The border color of the Load More button in the TreeView
|
|
173
173
|
/// @group treeview
|
|
174
174
|
$kendo-treeview-loadmore-border: var( --kendo-treeview-loadmore-border, inherit ) !default;
|
package/scss/upload/_layout.scss
CHANGED
|
@@ -29,10 +29,10 @@ $kendo-upload-border: var( --kendo-upload-border, color-mix(in srgb, k-color(bor
|
|
|
29
29
|
|
|
30
30
|
/// The horizontal padding of the Upload dropzone.
|
|
31
31
|
/// @group upload
|
|
32
|
-
$kendo-upload-dropzone-padding-x: var( --kendo-upload-dropzone-padding-x,
|
|
32
|
+
$kendo-upload-dropzone-padding-x: calc( var( --kendo-upload-dropzone-padding-x, #{k-spacing(3)} ) + 1px ) !default;
|
|
33
33
|
/// The vertical padding of the Upload dropzone.
|
|
34
34
|
/// @group upload
|
|
35
|
-
$kendo-upload-dropzone-padding-y: var( --kendo-upload-dropzone-padding-y,
|
|
35
|
+
$kendo-upload-dropzone-padding-y: calc( var( --kendo-upload-dropzone-padding-y, #{k-spacing(0.5)} ) + 1px ) !default;
|
|
36
36
|
/// The text color of the Upload dropzone.
|
|
37
37
|
/// @group upload
|
|
38
38
|
$kendo-upload-dropzone-text: var( --kendo-upload-dropzone-text, k-color(subtle) ) !default;
|
|
@@ -55,10 +55,10 @@ $kendo-upload-status-text-opacity: var( --kendo-upload-status-text-opacity, null
|
|
|
55
55
|
|
|
56
56
|
/// The horizontal padding of an uploaded item.
|
|
57
57
|
/// @group upload
|
|
58
|
-
$kendo-upload-item-padding-x: var( --kendo-upload-item-padding-x,
|
|
58
|
+
$kendo-upload-item-padding-x: calc( var( --kendo-upload-item-padding-x, #{k-spacing(3)} ) + 1px ) !default;
|
|
59
59
|
/// The vertical padding of an uploaded item.
|
|
60
60
|
/// @group upload
|
|
61
|
-
$kendo-upload-item-padding-y: var( --kendo-upload-item-padding-y,
|
|
61
|
+
$kendo-upload-item-padding-y: calc( var( --kendo-upload-item-padding-y, #{k-spacing(0.5)} ) + 1px ) !default;
|
|
62
62
|
|
|
63
63
|
/// The vertical spacing between uploaded batch items.
|
|
64
64
|
/// @group upload
|
package/scss/window/_layout.scss
CHANGED
|
@@ -13,8 +13,10 @@
|
|
|
13
13
|
}
|
|
14
14
|
}
|
|
15
15
|
|
|
16
|
-
.k-window-
|
|
17
|
-
|
|
16
|
+
.k-window-content:first-child,
|
|
17
|
+
.k-window-content:last-child {
|
|
18
|
+
padding-block: $kendo-window-inner-padding-y;
|
|
19
|
+
padding-inline: $kendo-window-inner-padding-x;
|
|
18
20
|
}
|
|
19
21
|
|
|
20
22
|
// Title bar title text
|
|
@@ -24,10 +26,6 @@
|
|
|
24
26
|
margin-block: 0;
|
|
25
27
|
}
|
|
26
28
|
|
|
27
|
-
.k-window-content {
|
|
28
|
-
padding-block-start: 0;
|
|
29
|
-
}
|
|
30
|
-
|
|
31
29
|
// Buttons Layout
|
|
32
30
|
.k-window-actions {
|
|
33
31
|
gap: $kendo-window-buttongroup-spacing;
|
|
@@ -22,7 +22,7 @@ $kendo-window-line-height: var( --kendo-window-line-height, var( --kendo-line-he
|
|
|
22
22
|
$kendo-window-titlebar-padding-x: var( --kendo-window-titlebar-padding-x, k-spacing(6) ) !default;
|
|
23
23
|
/// The vertical padding of the Window titlebar.
|
|
24
24
|
/// @group window
|
|
25
|
-
$kendo-window-titlebar-padding-y: var( --kendo-window-titlebar-padding-y, k-spacing(4) ) !default;
|
|
25
|
+
$kendo-window-titlebar-padding-y: var( --kendo-window-titlebar-padding-y, k-spacing(6) k-spacing(4) ) !default;
|
|
26
26
|
/// The width of the border of the Window titlebar.
|
|
27
27
|
/// @group window
|
|
28
28
|
$kendo-window-titlebar-border-width: var( --kendo-window-titlebar-border-width, 0 ) !default;
|
|
@@ -55,7 +55,7 @@ $kendo-window-action-hover-opacity: var( --kendo-window-action-hover-opacity, 1
|
|
|
55
55
|
$kendo-window-inner-padding-x: var( --kendo-window-inner-padding-x, k-spacing(6) ) !default;
|
|
56
56
|
/// The vertical padding of the content of the Window.
|
|
57
57
|
/// @group window
|
|
58
|
-
$kendo-window-inner-padding-y: var( --kendo-window-inner-padding-y, k-spacing(
|
|
58
|
+
$kendo-window-inner-padding-y: var( --kendo-window-inner-padding-y, k-spacing(3) ) !default;
|
|
59
59
|
|
|
60
60
|
/// The horizontal padding of the Window action buttons.
|
|
61
61
|
/// @group window
|