@progress/kendo-theme-fluent 6.4.0-dev.3 → 6.4.0-dev.5
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 +115 -162
- package/dist/meta/sassdoc-data.json +548 -448
- package/dist/meta/sassdoc-raw-data.json +274 -224
- 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/popup/_layout.scss +2 -0
- 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 +7 -9
- 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 +14 -18
- package/scss/spreadsheet/_theme.scss +0 -1
- package/scss/spreadsheet/_variables.scss +7 -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
|
@@ -111,7 +111,7 @@
|
|
|
111
111
|
// Tabstrip content
|
|
112
112
|
.k-tabstrip-content,
|
|
113
113
|
.k-tabstrip > .k-content {
|
|
114
|
-
margin: 0 !important; //
|
|
114
|
+
margin: 0 !important; // stylelint-disable-line declaration-no-important
|
|
115
115
|
padding-inline: var( --kendo-tabstrip-content-padding-x, #{$kendo-tabstrip-content-padding-x} );
|
|
116
116
|
padding-block: var( --kendo-tabstrip-content-padding-y, #{$kendo-tabstrip-content-padding-y} );
|
|
117
117
|
box-sizing: border-box;
|
|
@@ -318,7 +318,7 @@
|
|
|
318
318
|
// Hide tabstrip indicator when dragging
|
|
319
319
|
.k-tabstrip-items-wrapper .k-item.k-tabstrip-dragging {
|
|
320
320
|
&::after {
|
|
321
|
-
display: none !important; //
|
|
321
|
+
display: none !important; // stylelint-disable-line declaration-no-important
|
|
322
322
|
}
|
|
323
323
|
}
|
|
324
324
|
|
|
@@ -339,11 +339,6 @@
|
|
|
339
339
|
> .k-tabstrip-content { order: 0; }
|
|
340
340
|
}
|
|
341
341
|
|
|
342
|
-
.k-tabstrip-prev .k-button-icon,
|
|
343
|
-
.k-tabstrip-next .k-button-icon {
|
|
344
|
-
transform: scaleX(-1);
|
|
345
|
-
}
|
|
346
|
-
|
|
347
342
|
}
|
|
348
343
|
|
|
349
344
|
}
|
|
@@ -110,7 +110,7 @@ $kendo-tabstrip-item-dragging-text: get-theme-color-var( primary-100 ) !default;
|
|
|
110
110
|
// Indicator
|
|
111
111
|
/// The border width of the tabstrip indicator
|
|
112
112
|
/// @group tabstrip
|
|
113
|
-
$kendo-tabstrip-indicator-size: map.get( $kendo-spacing, 0.5 ) !default;
|
|
113
|
+
$kendo-tabstrip-indicator-size: map.get( $kendo-spacing, 0.5 ) !default;
|
|
114
114
|
/// The border color of the tabstrip ripple
|
|
115
115
|
/// @group tabstrip
|
|
116
116
|
$kendo-tabstrip-indicator-color: get-theme-color-var( primary-100 ) !default;
|
|
@@ -92,7 +92,7 @@ $kendo-timeline-flag-padding-x: map.get( $kendo-spacing, 2 ) !default;
|
|
|
92
92
|
$kendo-timeline-flag-padding-y: map.get( $kendo-spacing, 2 ) !default;
|
|
93
93
|
/// The border radius of the flag in the timeline.
|
|
94
94
|
/// @group timeline
|
|
95
|
-
$kendo-timeline-flag-border-radius: map.get( $kendo-spacing, 0.5 ) !default;
|
|
95
|
+
$kendo-timeline-flag-border-radius: map.get( $kendo-spacing, 0.5 ) !default;
|
|
96
96
|
/// The line height of the flag in the timeline.
|
|
97
97
|
/// @group timeline
|
|
98
98
|
$kendo-timeline-flag-line-height: var( --kendo-line-height, normal ) !default;
|
|
@@ -151,7 +151,7 @@ $kendo-timeline-card-scroll-thumb-hover: var( --kendo-hover-border, initial ) !d
|
|
|
151
151
|
$kendo-timeline-date-body-text: var( --kendo-body-text, initial ) !default;
|
|
152
152
|
/// The width of the date in the timeline.
|
|
153
153
|
/// @group timeline
|
|
154
|
-
$kendo-timeline-date-width: map.get( $kendo-spacing, 12 ) + map.get( $kendo-spacing, 0.5 ) !default;
|
|
154
|
+
$kendo-timeline-date-width: map.get( $kendo-spacing, 12 ) + map.get( $kendo-spacing, 0.5 ) !default;
|
|
155
155
|
/// The bottom margin of the date in the timeline.
|
|
156
156
|
/// @group timeline
|
|
157
157
|
$kendo-timeline-date-margin-bottom: map.get( $kendo-spacing, 2 ) !default;
|
|
@@ -10,7 +10,7 @@ $kendo-time-selector-border-width: 1px !default;
|
|
|
10
10
|
$kendo-time-selector-font-family: var( --kendo-font-family, inherit ) !default;
|
|
11
11
|
/// Font size of the time-selector.
|
|
12
12
|
/// @group time-selector
|
|
13
|
-
$kendo-time-selector-font-size:
|
|
13
|
+
$kendo-time-selector-font-size: var( --kendo-font-size, inherit ) !default;
|
|
14
14
|
/// Line height of the time-selector.
|
|
15
15
|
/// @group time-selector
|
|
16
16
|
$kendo-time-selector-line-height: var( --kendo-line-height, normal ) !default;
|
|
@@ -127,11 +127,11 @@
|
|
|
127
127
|
height: var( --kendo-button-lg-inner-calc-size, #{$kendo-button-lg-inner-calc-size} );
|
|
128
128
|
}
|
|
129
129
|
|
|
130
|
-
//
|
|
130
|
+
// stylelint-disable selector-class-pattern
|
|
131
131
|
.k-floating-toolbar,
|
|
132
132
|
.editorToolbarWindow.k-window-content {
|
|
133
|
-
padding-inline: var( --kendo-toolbar-md-padding-x, #{$kendo-toolbar-md-padding-x} ) !important; //
|
|
134
|
-
padding-block: var( --kendo-toolbar-md-padding-y, #{$kendo-toolbar-md-padding-y} ) !important; //
|
|
133
|
+
padding-inline: var( --kendo-toolbar-md-padding-x, #{$kendo-toolbar-md-padding-x} ) !important; // stylelint-disable-line declaration-no-important
|
|
134
|
+
padding-block: var( --kendo-toolbar-md-padding-y, #{$kendo-toolbar-md-padding-y} ) !important; // stylelint-disable-line declaration-no-important
|
|
135
135
|
border-width: var( --kendo-toolbar-border-width, #{$kendo-toolbar-border-width} );
|
|
136
136
|
border-style: solid;
|
|
137
137
|
display: flex;
|
|
@@ -155,6 +155,7 @@
|
|
|
155
155
|
align-self: stretch;
|
|
156
156
|
flex-shrink: 0;
|
|
157
157
|
}
|
|
158
|
+
// stylelint-enable selector-class-pattern
|
|
158
159
|
|
|
159
160
|
|
|
160
161
|
// Remove once the Overflow Popup uses
|
package/scss/toolbar/_theme.scss
CHANGED
|
@@ -22,14 +22,14 @@
|
|
|
22
22
|
|
|
23
23
|
}
|
|
24
24
|
|
|
25
|
-
//
|
|
25
|
+
// stylelint-disable selector-class-pattern
|
|
26
26
|
.k-floating-toolbar,
|
|
27
27
|
.editorToolbarWindow.k-window-content {
|
|
28
28
|
color: var( --kendo-toolbar-text, #{$kendo-toolbar-text} );
|
|
29
29
|
background-color: var( --kendo-toolbar-bg, #{$kendo-toolbar-bg} );
|
|
30
30
|
border-color: var( --kendo-toolbar-border, #{$kendo-toolbar-border} );
|
|
31
31
|
}
|
|
32
|
-
|
|
32
|
+
// stylelint-enable selector-class-pattern
|
|
33
33
|
|
|
34
34
|
// Remove once the Overflow Popup uses
|
|
35
35
|
// the proper Menu rendering in all suites.
|
package/scss/upload/_layout.scss
CHANGED
|
@@ -228,7 +228,7 @@
|
|
|
228
228
|
|
|
229
229
|
input {
|
|
230
230
|
// font should not depend on outside styles, otherwise upload may break
|
|
231
|
-
font: 170px monospace !important; //
|
|
231
|
+
font: 170px monospace !important; // stylelint-disable-line declaration-no-important
|
|
232
232
|
margin: 0;
|
|
233
233
|
padding: 0;
|
|
234
234
|
width: 100%;
|
|
@@ -35,10 +35,10 @@ $kendo-upload-dropzone-padding-x: map.get( $kendo-spacing, 2 ) !default;
|
|
|
35
35
|
$kendo-upload-dropzone-padding-y: map.get( $kendo-spacing, 2 ) !default;
|
|
36
36
|
/// Background color of the upload dropzone.
|
|
37
37
|
/// @group upload
|
|
38
|
-
$kendo-upload-dropzone-bg: get-theme-color-var( neutral-10 ) !default;
|
|
38
|
+
$kendo-upload-dropzone-bg: get-theme-color-var( neutral-10 ) !default;
|
|
39
39
|
/// Text color of the upload dropzone.
|
|
40
40
|
/// @group upload
|
|
41
|
-
$kendo-upload-dropzone-text: get-theme-color-var( neutral-130 ) !default;
|
|
41
|
+
$kendo-upload-dropzone-text: get-theme-color-var( neutral-130 ) !default;
|
|
42
42
|
/// Border color of the upload dropzone.
|
|
43
43
|
/// @group upload
|
|
44
44
|
$kendo-upload-dropzone-border: get-theme-color-var( neutral-30 ) !default;
|