@progress/kendo-theme-fluent 6.4.0-dev.2 → 6.4.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/README.md +5 -3
- package/dist/all.css +56 -151
- package/dist/meta/sassdoc-data.json +492 -442
- package/dist/meta/sassdoc-raw-data.json +246 -221
- package/dist/meta/variables.scss +1 -1
- package/lib/swatches/all.json +1 -1
- package/lib/swatches/fluent-main.json +1 -1
- package/package.json +4 -4
- package/scss/action-sheet/_variables.scss +1 -1
- package/scss/adaptive/_theme.scss +1 -1
- package/scss/badge/_variables.scss +2 -2
- package/scss/bottom-navigation/_variables.scss +2 -2
- package/scss/button/_layout.scss +7 -7
- package/scss/button/_variables.scss +2 -2
- package/scss/calendar/_layout.scss +0 -13
- package/scss/calendar/_variables.scss +4 -4
- package/scss/chat/_layout.scss +3 -3
- package/scss/chat/_variables.scss +1 -1
- package/scss/checkbox/_layout.scss +4 -4
- package/scss/chip/_layout.scss +1 -2
- package/scss/chip/_variables.scss +2 -2
- package/scss/color-preview/_layout.scss +1 -2
- package/scss/core/_variables.scss +2 -3
- package/scss/core/color-system/_variables.scss +2 -4
- package/scss/core/helpers/_animations.scss +7 -9
- package/scss/core/helpers/_base.scss +1 -2
- package/scss/core/helpers/_extra.scss +1 -1
- package/scss/core/helpers/_layout.scss +2 -2
- package/scss/core/helpers/_loading.scss +1 -1
- package/scss/core/helpers/_normalize.scss +2 -2
- package/scss/core/mixins/_decoration.scss +1 -2
- package/scss/core/module-system/index.scss +2 -0
- package/scss/dataviz/_layout.scss +4 -2
- package/scss/dataviz/_theme.scss +2 -0
- package/scss/drawer/_layout.scss +2 -2
- package/scss/drawer/_variables.scss +1 -1
- package/scss/editor/_layout.scss +6 -4
- package/scss/editor/_theme.scss +3 -3
- package/scss/editor/_variables.scss +1 -1
- package/scss/fab/_variables.scss +2 -2
- package/scss/floating-label/_layout.scss +1 -1
- package/scss/forms/_layout.scss +3 -3
- package/scss/forms/_variables.scss +1 -1
- package/scss/gantt/_layout.scss +8 -8
- package/scss/gantt/_variables.scss +1 -1
- package/scss/grid/_layout.scss +28 -13
- package/scss/grid/_variables.scss +6 -3
- package/scss/icon/_layout.scss +3 -12
- package/scss/input/_layout.scss +10 -10
- package/scss/list/_layout.scss +2 -2
- package/scss/list/_variables.scss +2 -2
- package/scss/listbox/_layout.scss +0 -9
- package/scss/listgroup/_layout.scss +0 -10
- package/scss/loader/_variables.scss +1 -1
- package/scss/map/_variables.scss +1 -1
- package/scss/mediaplayer/_layout.scss +3 -7
- package/scss/menu/_layout.scss +5 -5
- package/scss/menu/_variables.scss +2 -2
- package/scss/notification/_variables.scss +1 -1
- package/scss/pager/_layout.scss +0 -8
- package/scss/panelbar/_layout.scss +2 -2
- package/scss/panelbar/_theme.scss +2 -2
- package/scss/pdf-viewer/_layout.scss +3 -2
- package/scss/pdf-viewer/_variables.scss +2 -2
- package/scss/pivotgrid/_layout.scss +1 -1
- package/scss/pivotgrid/_variables.scss +1 -1
- package/scss/popover/_variables.scss +2 -2
- package/scss/progressbar/_layout.scss +3 -3
- package/scss/progressbar/_variables.scss +1 -1
- package/scss/radio/_layout.scss +4 -4
- package/scss/rating/_variables.scss +1 -1
- package/scss/responsivepanel/_layout.scss +1 -3
- package/scss/scheduler/_layout.scss +6 -18
- package/scss/scheduler/_theme.scss +2 -4
- package/scss/scheduler/_variables.scss +2 -2
- package/scss/scrollview/_layout.scss +0 -11
- package/scss/signature/_variables.scss +2 -2
- package/scss/slider/_layout.scss +0 -7
- package/scss/slider/_variables.scss +2 -2
- package/scss/splitter/_layout.scss +3 -13
- package/scss/splitter/_variables.scss +1 -1
- package/scss/spreadsheet/_layout.scss +5 -7
- package/scss/spreadsheet/_variables.scss +3 -3
- package/scss/stepper/_variables.scss +2 -2
- package/scss/table/_layout.scss +9 -9
- package/scss/tabstrip/_layout.scss +2 -7
- package/scss/tabstrip/_variables.scss +1 -1
- package/scss/taskboard/_layout.scss +0 -2
- package/scss/timeline/_layout.scss +1 -1
- package/scss/timeline/_variables.scss +2 -2
- package/scss/timeselector/_variables.scss +1 -1
- package/scss/toolbar/_layout.scss +4 -3
- package/scss/toolbar/_theme.scss +2 -2
- package/scss/upload/_layout.scss +1 -1
- package/scss/upload/_variables.scss +2 -2
package/dist/meta/variables.scss
CHANGED
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": "6.4.0-dev.
|
|
4
|
+
"version": "6.4.0-dev.4",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"keywords": [
|
|
@@ -51,8 +51,8 @@
|
|
|
51
51
|
},
|
|
52
52
|
"dependencies": {
|
|
53
53
|
"@progress/kendo-font-icons": "1.5.0",
|
|
54
|
-
"@progress/kendo-theme-core": "6.4.0-dev.
|
|
55
|
-
"@progress/kendo-theme-utils": "6.4.0-dev.
|
|
54
|
+
"@progress/kendo-theme-core": "6.4.0-dev.4",
|
|
55
|
+
"@progress/kendo-theme-utils": "6.4.0-dev.4"
|
|
56
56
|
},
|
|
57
|
-
"gitHead": "
|
|
57
|
+
"gitHead": "f1697f6f332595856450d44528bc344d6d4c728c"
|
|
58
58
|
}
|
|
@@ -48,7 +48,7 @@ $kendo-actionsheet-text: var( --kendo-component-text, initial ) !default;
|
|
|
48
48
|
$kendo-actionsheet-border: var( --kendo-component-border, initial ) !default;
|
|
49
49
|
/// Box shadow of the action sheet.
|
|
50
50
|
/// @group action-sheet
|
|
51
|
-
$kendo-actionsheet-shadow:
|
|
51
|
+
$kendo-actionsheet-shadow: var( --kendo-box-shadow-depth-4, none ) !default;
|
|
52
52
|
|
|
53
53
|
/// Horizontal padding of the action sheet header.
|
|
54
54
|
/// @group action-sheet
|
|
@@ -73,7 +73,7 @@
|
|
|
73
73
|
.k-clear,
|
|
74
74
|
.k-select-all,
|
|
75
75
|
.k-scheduler-delete,
|
|
76
|
-
.k-scheduler-resetSeries { //
|
|
76
|
+
.k-scheduler-resetSeries { // stylelint-disable-line
|
|
77
77
|
color: var( --kendo-adaptive-menu-clear-text, #{$kendo-adaptive-menu-clear-text} );
|
|
78
78
|
}
|
|
79
79
|
}
|
|
@@ -21,7 +21,7 @@ $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: map.get( $kendo-spacing, 0.5 ) !default;
|
|
24
|
+
$kendo-badge-sm-padding-x: map.get( $kendo-spacing, 0.5 ) !default;
|
|
25
25
|
/// Horizontal padding of the medium Badge.
|
|
26
26
|
/// @group badge
|
|
27
27
|
$kendo-badge-md-padding-x: map.get( $kendo-spacing, 1 ) !default;
|
|
@@ -31,7 +31,7 @@ $kendo-badge-lg-padding-x: map.get( $kendo-spacing, 1.5 ) !default;
|
|
|
31
31
|
|
|
32
32
|
/// Vertical padding of the small Badge.
|
|
33
33
|
/// @group badge
|
|
34
|
-
$kendo-badge-sm-padding-y: map.get( $kendo-spacing, 0.5 ) !default;
|
|
34
|
+
$kendo-badge-sm-padding-y: map.get( $kendo-spacing, 0.5 ) !default;
|
|
35
35
|
/// Vertical padding of the medium Badge.
|
|
36
36
|
/// @group badge
|
|
37
37
|
$kendo-badge-md-padding-y: map.get( $kendo-spacing, 1 ) !default;
|
|
@@ -31,7 +31,7 @@ $kendo-bottom-nav-letter-spacing: .2px !default;
|
|
|
31
31
|
$kendo-bottom-nav-item-padding-x: map.get( $kendo-spacing, 2 ) !default;
|
|
32
32
|
/// Vertical padding of the bottom navigation item.
|
|
33
33
|
/// @group bottom-navigation
|
|
34
|
-
$kendo-bottom-nav-item-padding-y: map.get( $kendo-spacing, 0.5 ) !default;
|
|
34
|
+
$kendo-bottom-nav-item-padding-y: map.get( $kendo-spacing, 0.5 ) !default;
|
|
35
35
|
/// Minimum width of the bottom navigation item.
|
|
36
36
|
/// @group bottom-navigation
|
|
37
37
|
$kendo-bottom-nav-item-min-width: 72px !default;
|
|
@@ -49,7 +49,7 @@ $kendo-bottom-nav-item-border-radius: var( --kendo-border-radius-md, 0 ) !defaul
|
|
|
49
49
|
$kendo-bottom-nav-item-gap: map.get( $kendo-spacing, 1 ) !default;
|
|
50
50
|
/// Offset of the focused bottom navigation item.
|
|
51
51
|
/// @group bottom-nav
|
|
52
|
-
$kendo-bottom-nav-item-focus-offset: map.get( $kendo-spacing, 0.5 ) !default;
|
|
52
|
+
$kendo-bottom-nav-item-focus-offset: map.get( $kendo-spacing, 0.5 ) !default;
|
|
53
53
|
/// Outline width of the focused bottom navigation item.
|
|
54
54
|
/// @group bottom-nav
|
|
55
55
|
$kendo-bottom-nav-item-focus-outline-width: 1px !default;
|
package/scss/button/_layout.scss
CHANGED
|
@@ -158,7 +158,7 @@
|
|
|
158
158
|
// Flat button
|
|
159
159
|
.k-button-flat {
|
|
160
160
|
color: inherit;
|
|
161
|
-
border-color: transparent !important; //
|
|
161
|
+
border-color: transparent !important; // stylelint-disable-line declaration-no-important
|
|
162
162
|
box-shadow: none;
|
|
163
163
|
|
|
164
164
|
&:focus::after,
|
|
@@ -171,8 +171,8 @@
|
|
|
171
171
|
|
|
172
172
|
.k-button-flat-base {
|
|
173
173
|
color: inherit;
|
|
174
|
-
background: none !important;
|
|
175
|
-
border-color: transparent !important;
|
|
174
|
+
background: none !important; // stylelint-disable-line declaration-no-important
|
|
175
|
+
border-color: transparent !important; // stylelint-disable-line declaration-no-important
|
|
176
176
|
|
|
177
177
|
// Overlay
|
|
178
178
|
&::before {
|
|
@@ -207,7 +207,7 @@
|
|
|
207
207
|
}
|
|
208
208
|
|
|
209
209
|
&::after {
|
|
210
|
-
outline-color: currentColor !important;
|
|
210
|
+
outline-color: currentColor !important; // stylelint-disable-line declaration-no-important
|
|
211
211
|
opacity: .13;
|
|
212
212
|
}
|
|
213
213
|
|
|
@@ -273,7 +273,7 @@
|
|
|
273
273
|
|
|
274
274
|
// Link button
|
|
275
275
|
.k-button-link {
|
|
276
|
-
border-color: transparent !important; //
|
|
276
|
+
border-color: transparent !important; // stylelint-disable-line declaration-no-important
|
|
277
277
|
text-decoration: none;
|
|
278
278
|
background: none;
|
|
279
279
|
|
|
@@ -295,7 +295,7 @@
|
|
|
295
295
|
|
|
296
296
|
// Clear button
|
|
297
297
|
.k-button-clear {
|
|
298
|
-
border-color: transparent !important; //
|
|
298
|
+
border-color: transparent !important; // stylelint-disable-line declaration-no-important
|
|
299
299
|
color: inherit;
|
|
300
300
|
background: none;
|
|
301
301
|
|
|
@@ -336,7 +336,7 @@
|
|
|
336
336
|
z-index: 2;
|
|
337
337
|
}
|
|
338
338
|
|
|
339
|
-
.k-button:not(:first-child
|
|
339
|
+
.k-button:not(:first-child, :last-child) {
|
|
340
340
|
border-start-end-radius: 0;
|
|
341
341
|
border-end-end-radius: 0;
|
|
342
342
|
border-start-start-radius: 0;
|
|
@@ -97,7 +97,7 @@ $kendo-button-spacing: map.get( $kendo-spacing, 2 ) !default;
|
|
|
97
97
|
|
|
98
98
|
/// The offset of the focused Button.
|
|
99
99
|
/// @group button
|
|
100
|
-
$kendo-button-focus-offset: map.get( $kendo-spacing, 0.5 ) !default;
|
|
100
|
+
$kendo-button-focus-offset: map.get( $kendo-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: map.get( $kendo-spacing, 0.5 ) !default;
|
|
113
|
+
$kendo-button-flat-focus-outline-width: map.get( $kendo-spacing, 0.5 ) !default;
|
|
114
114
|
|
|
115
115
|
/// The offset of the link focused Button.
|
|
116
116
|
/// @group button
|
|
@@ -515,17 +515,4 @@
|
|
|
515
515
|
}
|
|
516
516
|
}
|
|
517
517
|
}
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
// RTL
|
|
521
|
-
.k-rtl .k-calendar,
|
|
522
|
-
[dir="rtl"] .k-calendar,
|
|
523
|
-
.k-calendar.k-rtl,
|
|
524
|
-
.k-calendar[dir="rtl"] {
|
|
525
|
-
|
|
526
|
-
.k-calendar-nav-prev,
|
|
527
|
-
.k-calendar-nav-next {
|
|
528
|
-
transform: scaleX(-1);
|
|
529
|
-
}
|
|
530
|
-
}
|
|
531
518
|
}
|
|
@@ -94,7 +94,7 @@ $kendo-calendar-header-cell-font-size: var( --kendo-font-size-sm, inherit ) !def
|
|
|
94
94
|
/// Line height of the calendar header cell.
|
|
95
95
|
/// @group calendar
|
|
96
96
|
$kendo-calendar-header-cell-line-height: 2 !default;
|
|
97
|
-
///Background color of the calendar header cell.
|
|
97
|
+
/// Background color of the calendar header cell.
|
|
98
98
|
/// @group calendar
|
|
99
99
|
$kendo-calendar-header-cell-bg: inherit !default;
|
|
100
100
|
/// Text color of the calendar header cell.
|
|
@@ -202,7 +202,7 @@ $kendo-calendar-cell-selected-shadow: inset 0 0 0 1px $kendo-calendar-cell-selec
|
|
|
202
202
|
$kendo-calendar-cell-selected-hover-bg: var( --kendo-selected-hover-bg, inherit ) !default;
|
|
203
203
|
/// Text color of the selected calendar cell when hovered.
|
|
204
204
|
/// @group calendar
|
|
205
|
-
$kendo-calendar-cell-selected-hover-text:var( --kendo-selected-hover-text, inherit ) !default;
|
|
205
|
+
$kendo-calendar-cell-selected-hover-text: var( --kendo-selected-hover-text, inherit ) !default;
|
|
206
206
|
|
|
207
207
|
/// Shadow of the selected calendar cell when focused.
|
|
208
208
|
/// @group calendar
|
|
@@ -275,8 +275,8 @@ $kendo-calendar-end-range-hover-shadow: inset -1px -1px 0 0 get-theme-color-var(
|
|
|
275
275
|
$kendo-calendar-sm-font-size: $kendo-font-size-sm !default;
|
|
276
276
|
$kendo-calendar-sm-line-height: $kendo-line-height-sm !default;
|
|
277
277
|
$kendo-calendar-sm-cell-size: 24px !default;
|
|
278
|
-
$kendo-calendar-sm-cell-padding-x: map.get( $kendo-spacing, 0.5 ) !default;
|
|
279
|
-
$kendo-calendar-sm-cell-padding-y: map.get( $kendo-spacing, 0.5 ) !default;
|
|
278
|
+
$kendo-calendar-sm-cell-padding-x: map.get( $kendo-spacing, 0.5 ) !default;
|
|
279
|
+
$kendo-calendar-sm-cell-padding-y: map.get( $kendo-spacing, 0.5 ) !default;
|
|
280
280
|
$kendo-calendar-sm-cell-font-size: $kendo-font-size-sm !default;
|
|
281
281
|
|
|
282
282
|
$kendo-calendar-md-font-size: $kendo-font-size-md !default;
|
package/scss/chat/_layout.scss
CHANGED
|
@@ -191,7 +191,7 @@
|
|
|
191
191
|
}
|
|
192
192
|
}
|
|
193
193
|
.k-avatars {
|
|
194
|
-
.k-message-group:not(.k-alt
|
|
194
|
+
.k-message-group:not(.k-alt, .k-no-avatar) {
|
|
195
195
|
padding-inline-start: calc( #{$kendo-chat-avatar-size} + #{ $kendo-chat-avatar-spacing } );
|
|
196
196
|
}
|
|
197
197
|
.k-message-group.k-alt:not(.k-no-avatar) {
|
|
@@ -276,8 +276,8 @@
|
|
|
276
276
|
box-sizing: border-box;
|
|
277
277
|
border-width: 1px 0 0;
|
|
278
278
|
border-style: solid;
|
|
279
|
-
border-color: inherit !important; //
|
|
280
|
-
border-radius: 0 !important; //
|
|
279
|
+
border-color: inherit !important; // stylelint-disable-line declaration-no-important
|
|
280
|
+
border-radius: 0 !important; // stylelint-disable-line declaration-no-important
|
|
281
281
|
flex: none;
|
|
282
282
|
display: flex;
|
|
283
283
|
flex-flow: row nowrap;
|
|
@@ -86,7 +86,7 @@ $kendo-chat-bubble-padding-x: map.get( $kendo-spacing, 3 ) !default;
|
|
|
86
86
|
$kendo-chat-bubble-padding-y: map.get( $kendo-spacing, 2 ) !default;
|
|
87
87
|
/// The spacing of the bubble message.
|
|
88
88
|
/// @group chat
|
|
89
|
-
$kendo-chat-bubble-spacing: map.get( $kendo-spacing, 0.5 ) !default;
|
|
89
|
+
$kendo-chat-bubble-spacing: map.get( $kendo-spacing, 0.5 ) !default;
|
|
90
90
|
/// The line height of the bubble message.
|
|
91
91
|
/// @group chat
|
|
92
92
|
$kendo-chat-bubble-line-height: var( --kendo-line-height, normal ) !default;
|
|
@@ -191,7 +191,7 @@
|
|
|
191
191
|
|
|
192
192
|
.k-ripple {
|
|
193
193
|
// Hide ripple temporarily
|
|
194
|
-
visibility: hidden !important; //
|
|
194
|
+
visibility: hidden !important; // stylelint-disable-line declaration-no-important
|
|
195
195
|
}
|
|
196
196
|
}
|
|
197
197
|
.k-checkbox + .k-label,
|
|
@@ -205,7 +205,7 @@
|
|
|
205
205
|
|
|
206
206
|
// Empty label
|
|
207
207
|
.k-checkbox-label:empty {
|
|
208
|
-
display: none !important; //
|
|
208
|
+
display: none !important; // stylelint-disable-line declaration-no-important
|
|
209
209
|
}
|
|
210
210
|
.k-checkbox-label.k-no-text {
|
|
211
211
|
min-width: 1px;
|
|
@@ -262,8 +262,8 @@
|
|
|
262
262
|
|
|
263
263
|
.k-checkbox:focus,
|
|
264
264
|
.k-checkbox.k-focus {
|
|
265
|
-
box-shadow: none !important; //
|
|
266
|
-
outline: none !important; //
|
|
265
|
+
box-shadow: none !important; // stylelint-disable-line declaration-no-important
|
|
266
|
+
outline: none !important; // stylelint-disable-line declaration-no-important
|
|
267
267
|
}
|
|
268
268
|
|
|
269
269
|
.k-checkbox:disabled::after,
|
package/scss/chip/_layout.scss
CHANGED
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
}
|
|
32
32
|
|
|
33
33
|
.k-selected-icon-wrapper {
|
|
34
|
-
display: none !important; //
|
|
34
|
+
display: none !important; // stylelint-disable-line declaration-no-important
|
|
35
35
|
}
|
|
36
36
|
|
|
37
37
|
&:hover,
|
|
@@ -97,7 +97,6 @@
|
|
|
97
97
|
border-radius: 50%;
|
|
98
98
|
background-size: cover;
|
|
99
99
|
background-position: center;
|
|
100
|
-
flex: none;
|
|
101
100
|
}
|
|
102
101
|
|
|
103
102
|
|
|
@@ -41,7 +41,7 @@ $kendo-chip-outline-disabled-border: get-theme-color-var( neutral-90 ) !default;
|
|
|
41
41
|
|
|
42
42
|
/// The offset of the outline focused Chip.
|
|
43
43
|
/// @group chip
|
|
44
|
-
$kendo-chip-focus-offset: map.get( $kendo-spacing, 0.5 ) !default;
|
|
44
|
+
$kendo-chip-focus-offset: map.get( $kendo-spacing, 0.5 ) !default;
|
|
45
45
|
/// The outline width of the outline focused Chip.
|
|
46
46
|
/// @group chip
|
|
47
47
|
$kendo-chip-focus-outline-width: 1px !default;
|
|
@@ -61,7 +61,7 @@ $kendo-chip-lg-padding-x: map.get( $kendo-spacing, 2 ) !default;
|
|
|
61
61
|
|
|
62
62
|
/// The vertical padding of the small Chip.
|
|
63
63
|
/// @group chip
|
|
64
|
-
$kendo-chip-sm-padding-y: map.get( $kendo-spacing, 0.5 ) !default;
|
|
64
|
+
$kendo-chip-sm-padding-y: map.get( $kendo-spacing, 0.5 ) !default;
|
|
65
65
|
/// The vertical padding of the medium Chip.
|
|
66
66
|
/// @group chip
|
|
67
67
|
$kendo-chip-md-padding-y: map.get( $kendo-spacing, 1 ) !default;
|
|
@@ -13,7 +13,6 @@ $kendo-use-input-spinner-width: true !default;
|
|
|
13
13
|
$kendo-use-input-spinner-icon-offset: false !default;
|
|
14
14
|
|
|
15
15
|
$kendo-spacing: (
|
|
16
|
-
// sass-lint:disable-block leading-zero
|
|
17
16
|
0: 0,
|
|
18
17
|
1px: 1px,
|
|
19
18
|
0.5: .125rem,
|
|
@@ -91,7 +90,7 @@ $kendo-letter-spacing: normal !default;
|
|
|
91
90
|
$kendo-scrollbar-width: 17px !default;
|
|
92
91
|
|
|
93
92
|
/// Border radius for all components.
|
|
94
|
-
$kendo-border-radius: map.get( $kendo-spacing, 0.5 ) !default;
|
|
93
|
+
$kendo-border-radius: map.get( $kendo-spacing, 0.5 ) !default;
|
|
95
94
|
$kendo-border-radius-sm: math.div( $kendo-border-radius, 2 ) !default;
|
|
96
95
|
$kendo-border-radius-md: $kendo-border-radius !default;
|
|
97
96
|
$kendo-border-radius-lg: ( $kendo-border-radius * 2 ) !default;
|
|
@@ -115,7 +114,7 @@ $kendo-padding-sm-y: map.get( $kendo-spacing, 0.5 ) !default;
|
|
|
115
114
|
$kendo-padding-md-x: map.get( $kendo-spacing, 2 ) !default;
|
|
116
115
|
$kendo-padding-md-y: map.get( $kendo-spacing, 1 ) !default;
|
|
117
116
|
$kendo-padding-lg-x: map.get( $kendo-spacing, 3 ) !default;
|
|
118
|
-
$kendo-padding-lg-y: map.get( $kendo-spacing, 1.5 ) !default;
|
|
117
|
+
$kendo-padding-lg-y: map.get( $kendo-spacing, 1.5 ) !default;
|
|
119
118
|
|
|
120
119
|
// Default transition
|
|
121
120
|
$kendo-transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out, box-shadow .2s ease-in-out, opacity .2s ease-in-out, width .2s ease-in-out, height .2s ease-in-out !default;
|
|
@@ -151,8 +151,6 @@ $kendo-theme-colors: (
|
|
|
151
151
|
|
|
152
152
|
// Text colors
|
|
153
153
|
@each $theme-color, $color-props in $kendo-theme-colors {
|
|
154
|
-
// sass-lint:disable-line no-important
|
|
155
|
-
// sass-lint:disable-line class-name-format
|
|
156
154
|
$_color: map.get( $color-props, text );
|
|
157
155
|
|
|
158
156
|
.k-text-#{$theme-color},
|
|
@@ -161,14 +159,14 @@ $kendo-theme-colors: (
|
|
|
161
159
|
}
|
|
162
160
|
.\!k-text-#{$theme-color},
|
|
163
161
|
.\!k-color-#{$theme-color} {
|
|
164
|
-
color: var( --kendo-text-#{$theme-color}, #{$_color} ) !important;
|
|
162
|
+
color: var( --kendo-text-#{$theme-color}, #{$_color} ) !important; // stylelint-disable-line declaration-no-important
|
|
165
163
|
}
|
|
166
164
|
|
|
167
165
|
.k-bg-#{$theme-color} {
|
|
168
166
|
background-color: var( --kendo-bg-#{$theme-color}, #{$_color} );
|
|
169
167
|
}
|
|
170
168
|
.\!k-bg-#{$theme-color} {
|
|
171
|
-
background-color: var( --kendo-bg-#{$theme-color}, #{$_color} ) !important;
|
|
169
|
+
background-color: var( --kendo-bg-#{$theme-color}, #{$_color} ) !important; // stylelint-disable-line declaration-no-important
|
|
172
170
|
}
|
|
173
171
|
};
|
|
174
172
|
}
|
|
@@ -348,9 +348,8 @@
|
|
|
348
348
|
}
|
|
349
349
|
|
|
350
350
|
&-exit-active {
|
|
351
|
-
// sass-lint:disable-block no-important
|
|
352
351
|
// override any max-height set to element to allow animation
|
|
353
|
-
max-height: 0 !important;
|
|
352
|
+
max-height: 0 !important; // stylelint-disable-line declaration-no-important
|
|
354
353
|
transition: max-height 300ms ease-in-out;
|
|
355
354
|
}
|
|
356
355
|
}
|
|
@@ -367,9 +366,8 @@
|
|
|
367
366
|
}
|
|
368
367
|
|
|
369
368
|
&-exit-active {
|
|
370
|
-
// sass-lint:disable-block no-important
|
|
371
369
|
// override any max-height set to element to allow animation
|
|
372
|
-
max-width: 0 !important;
|
|
370
|
+
max-width: 0 !important; // stylelint-disable-line declaration-no-important
|
|
373
371
|
transition: max-width 300ms ease-in-out;
|
|
374
372
|
}
|
|
375
373
|
}
|
|
@@ -380,7 +378,7 @@ $fx-duration: 350ms;
|
|
|
380
378
|
|
|
381
379
|
.k-fx-end .k-fx-next,
|
|
382
380
|
.k-fx-end .k-fx-current {
|
|
383
|
-
transition: all $fx-duration ease-out;
|
|
381
|
+
transition: all $fx-duration ease-out;
|
|
384
382
|
}
|
|
385
383
|
|
|
386
384
|
.k-fx {
|
|
@@ -397,8 +395,7 @@ $fx-duration: 350ms;
|
|
|
397
395
|
|
|
398
396
|
.k-fx-hidden,
|
|
399
397
|
.k-fx-hidden * {
|
|
400
|
-
//
|
|
401
|
-
visibility: hidden !important;
|
|
398
|
+
visibility: hidden !important; // stylelint-disable-line declaration-no-important
|
|
402
399
|
}
|
|
403
400
|
|
|
404
401
|
.k-fx-reverse {
|
|
@@ -412,8 +409,8 @@ $fx-duration: 350ms;
|
|
|
412
409
|
}
|
|
413
410
|
|
|
414
411
|
// Zoom
|
|
412
|
+
// stylelint-disable declaration-no-important
|
|
415
413
|
.k-fx-zoom {
|
|
416
|
-
// sass-lint:disable-block no-important
|
|
417
414
|
&.k-fx-start .k-fx-next {
|
|
418
415
|
transform: scale(0) !important;
|
|
419
416
|
}
|
|
@@ -437,6 +434,7 @@ $fx-duration: 350ms;
|
|
|
437
434
|
}
|
|
438
435
|
}
|
|
439
436
|
}
|
|
437
|
+
// stylelint-enable declaration-no-important
|
|
440
438
|
|
|
441
439
|
// Fade
|
|
442
440
|
.k-fx-fade {
|
|
@@ -475,7 +473,7 @@ $fx-duration: 350ms;
|
|
|
475
473
|
&.k-fx-end .k-fx-current .km-content,
|
|
476
474
|
&.k-fx-end .k-fx-current .km-header,
|
|
477
475
|
&.k-fx-end .k-fx-current .km-footer {
|
|
478
|
-
transition: all $fx-duration ease-out;
|
|
476
|
+
transition: all $fx-duration ease-out;
|
|
479
477
|
}
|
|
480
478
|
|
|
481
479
|
// left
|
|
@@ -115,8 +115,7 @@ kendo-sortable {
|
|
|
115
115
|
// PDF export icons fix
|
|
116
116
|
.kendo-pdf-hide-pseudo-elements::before,
|
|
117
117
|
.kendo-pdf-hide-pseudo-elements::after {
|
|
118
|
-
//
|
|
119
|
-
display: none !important;
|
|
118
|
+
display: none !important; // stylelint-disable-line declaration-no-important
|
|
120
119
|
}
|
|
121
120
|
|
|
122
121
|
// Dirty indicator
|
|
@@ -41,8 +41,8 @@
|
|
|
41
41
|
border-style: solid;
|
|
42
42
|
border-color: inherit;
|
|
43
43
|
display: block;
|
|
44
|
-
flex-grow: 0 !important; //
|
|
45
|
-
flex-shrink: 0 !important; //
|
|
44
|
+
flex-grow: 0 !important; // stylelint-disable-line declaration-no-important
|
|
45
|
+
flex-shrink: 0 !important; // stylelint-disable-line declaration-no-important
|
|
46
46
|
align-self: stretch;
|
|
47
47
|
}
|
|
48
48
|
.k-separator-horizontal,
|
|
@@ -105,7 +105,7 @@
|
|
|
105
105
|
content: "";
|
|
106
106
|
// See https://github.com/telerik/kendo-themes/issues/1925
|
|
107
107
|
border-width: 1px; // TODO: Remove once we drop IE support
|
|
108
|
-
border-width: clamp( .015em, 1px, 1px );
|
|
108
|
+
border-width: clamp( .015em, 1px, 1px );
|
|
109
109
|
font-size: 4em;
|
|
110
110
|
}
|
|
111
111
|
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
// Hidden attribute
|
|
2
2
|
[hidden] {
|
|
3
|
-
display: none !important; //
|
|
3
|
+
display: none !important; // stylelint-disable-line declaration-no-important
|
|
4
4
|
}
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
// Hide script tags
|
|
8
8
|
// see https://github.com/telerik/kendo-themes/issues/2360
|
|
9
9
|
script {
|
|
10
|
-
display: none !important; //
|
|
10
|
+
display: none !important; // stylelint-disable-line declaration-no-important
|
|
11
11
|
}
|
|
@@ -6,6 +6,7 @@ $components: _.$components !default;
|
|
|
6
6
|
$_deps: ();
|
|
7
7
|
$_imported: ();
|
|
8
8
|
|
|
9
|
+
// stylelint-disable scss/at-if-no-null
|
|
9
10
|
@mixin register( $name: null, $dependencies: null ) {
|
|
10
11
|
@if ( list.index( $components, $name) != null ) {
|
|
11
12
|
$_deps: map.set( $_deps, $name, $dependencies );
|
|
@@ -36,3 +37,4 @@ $_imported: ();
|
|
|
36
37
|
@content;
|
|
37
38
|
}
|
|
38
39
|
}
|
|
40
|
+
// stylelint-enable scss/at-if-no-null
|
|
@@ -14,8 +14,9 @@
|
|
|
14
14
|
}
|
|
15
15
|
}
|
|
16
16
|
|
|
17
|
-
|
|
18
|
-
|
|
17
|
+
// Exported variables
|
|
18
|
+
// stylelint-disable selector-class-pattern
|
|
19
|
+
.k-var--chart-font {
|
|
19
20
|
font-size: var( --kendo-chart-font-size, #{$kendo-chart-font-size} );
|
|
20
21
|
}
|
|
21
22
|
|
|
@@ -31,6 +32,7 @@
|
|
|
31
32
|
.k-var--chart-label-font {
|
|
32
33
|
font-size: var( --kendo-chart-label-font-size, #{$kendo-chart-label-font-size} );
|
|
33
34
|
}
|
|
35
|
+
// stylelint-enable selector-class-pattern
|
|
34
36
|
|
|
35
37
|
// Elements
|
|
36
38
|
.k-chart,
|
package/scss/dataviz/_theme.scss
CHANGED
|
@@ -4,6 +4,7 @@
|
|
|
4
4
|
@mixin kendo-dataviz--theme() {
|
|
5
5
|
|
|
6
6
|
// Exported variables
|
|
7
|
+
// stylelint-disable selector-class-pattern
|
|
7
8
|
.k-var--chart-inactive {
|
|
8
9
|
@include fill( $bg: var( --kendo-chart-inactive-bg, #{$kendo-chart-inactive-bg} ) );
|
|
9
10
|
}
|
|
@@ -47,6 +48,7 @@
|
|
|
47
48
|
.k-var--chart-error-bars-background {
|
|
48
49
|
@include fill( $bg: var( --kendo-error-bars-background, #{$kendo-color-error-bars-background} ) );
|
|
49
50
|
}
|
|
51
|
+
// stylelint-enable selector-class-pattern
|
|
50
52
|
|
|
51
53
|
// Elements
|
|
52
54
|
.k-chart,
|
package/scss/drawer/_layout.scss
CHANGED
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
display: flex;
|
|
26
26
|
flex-direction: column;
|
|
27
27
|
flex: 0 0 auto;
|
|
28
|
-
transition: all 300ms ease-in-out;
|
|
28
|
+
transition: all 300ms ease-in-out;
|
|
29
29
|
overflow: hidden;
|
|
30
30
|
-webkit-touch-callout: none;
|
|
31
31
|
-webkit-tap-highlight-color: $kendo-color-rgba-transparent;
|
|
@@ -111,7 +111,7 @@
|
|
|
111
111
|
overflow-x: hidden;
|
|
112
112
|
overflow-y: auto;
|
|
113
113
|
scrollbar-width: thin; // Scrollbar styles for Mozilla
|
|
114
|
-
transition: all 300ms ease-in-out;
|
|
114
|
+
transition: all 300ms ease-in-out;
|
|
115
115
|
|
|
116
116
|
// Scrollbar styles for Chrome, Safari and Opera
|
|
117
117
|
&::-webkit-scrollbar {
|
|
@@ -78,7 +78,7 @@ $kendo-drawer-mini-initial-width: calc( 2 * #{$kendo-drawer-item-padding-x} + va
|
|
|
78
78
|
|
|
79
79
|
/// The border width of the drawer item ripple
|
|
80
80
|
/// @group drawer
|
|
81
|
-
$kendo-drawer-item-ripple-border-width: map.get( $kendo-spacing, 0.5 ) !default;
|
|
81
|
+
$kendo-drawer-item-ripple-border-width: map.get( $kendo-spacing, 0.5 ) !default;
|
|
82
82
|
/// The border color of the drawer item ripple
|
|
83
83
|
/// @group drawer
|
|
84
84
|
$kendo-drawer-item-ripple-border: get-theme-color-var( primary-100 ) !default;
|
package/scss/editor/_layout.scss
CHANGED
|
@@ -127,12 +127,13 @@
|
|
|
127
127
|
}
|
|
128
128
|
}
|
|
129
129
|
|
|
130
|
-
.ProseMirror-selectednode { //
|
|
130
|
+
.ProseMirror-selectednode { // stylelint-disable-line
|
|
131
131
|
outline-width: var( --kendo-editor-selectednode-outline-width, #{$kendo-editor-selectednode-outline-width} );
|
|
132
132
|
outline-style: solid;
|
|
133
133
|
}
|
|
134
134
|
|
|
135
|
-
|
|
135
|
+
// stylelint-disable selector-no-vendor-prefix ,selector-class-pattern
|
|
136
|
+
.ProseMirror-hideselection {
|
|
136
137
|
caret-color: transparent;
|
|
137
138
|
|
|
138
139
|
*::selection,
|
|
@@ -140,6 +141,7 @@
|
|
|
140
141
|
background: transparent;
|
|
141
142
|
}
|
|
142
143
|
}
|
|
144
|
+
// stylelint-enable selector-no-vendor-prefix ,selector-class-pattern
|
|
143
145
|
|
|
144
146
|
|
|
145
147
|
// Тoolbar
|
|
@@ -174,7 +176,7 @@
|
|
|
174
176
|
display: block;
|
|
175
177
|
}
|
|
176
178
|
|
|
177
|
-
> .ProseMirror { //
|
|
179
|
+
> .ProseMirror { // stylelint-disable-line
|
|
178
180
|
padding: $kendo-padding-md-x;
|
|
179
181
|
width: 100%;
|
|
180
182
|
height: 100%;
|
|
@@ -238,7 +240,7 @@
|
|
|
238
240
|
}
|
|
239
241
|
|
|
240
242
|
// Give selected cells a blue overlay
|
|
241
|
-
.selectedCell::after { //
|
|
243
|
+
.selectedCell::after { // stylelint-disable-line
|
|
242
244
|
z-index: 2;
|
|
243
245
|
position: absolute;
|
|
244
246
|
content: "";
|