@progress/kendo-theme-material 4.43.0 → 4.43.1-dev.0
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 +107 -165
- package/dist/all.scss +173 -240
- package/modules/@progress/kendo-theme-default/package.json +2 -2
- package/modules/@progress/kendo-theme-default/scss/button/_variables.scss +21 -21
- package/modules/@progress/kendo-theme-default/scss/forms/_index.scss +1 -1
- package/modules/@progress/kendo-theme-default/scss/forms/_layout.scss +3 -26
- package/modules/@progress/kendo-theme-default/scss/grid/_layout.scss +13 -57
- package/modules/@progress/kendo-theme-default/scss/tabstrip/_variables.scss +2 -2
- package/package.json +3 -3
- package/scss/button/_variables.scss +21 -21
- package/scss/forms/_index.scss +1 -1
- package/scss/tabstrip/_variables.scss +2 -2
|
@@ -106,7 +106,6 @@
|
|
|
106
106
|
}
|
|
107
107
|
|
|
108
108
|
.k-form-field,
|
|
109
|
-
.k-form-buttons,
|
|
110
109
|
.k-daterangepicker .k-textbox-container {
|
|
111
110
|
margin-top: $form-field-margin-top;
|
|
112
111
|
}
|
|
@@ -170,15 +169,9 @@
|
|
|
170
169
|
|
|
171
170
|
// Form Buttons Container
|
|
172
171
|
.k-form-buttons {
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
margin-right: $form-button-margin-x;
|
|
177
|
-
|
|
178
|
-
&:last-child {
|
|
179
|
-
margin-right: 0;
|
|
180
|
-
}
|
|
181
|
-
}
|
|
172
|
+
@extend .k-actions;
|
|
173
|
+
margin-top: 2 * $form-field-margin-top;
|
|
174
|
+
padding: 0;
|
|
182
175
|
}
|
|
183
176
|
|
|
184
177
|
// Form Hint/Error Messages
|
|
@@ -235,28 +228,12 @@
|
|
|
235
228
|
max-width: $horizontal-form-field-wrap-max-width;
|
|
236
229
|
flex: 1 1 auto;
|
|
237
230
|
}
|
|
238
|
-
|
|
239
|
-
.k-form-buttons {
|
|
240
|
-
margin-top: 2 * $form-field-margin-top;
|
|
241
|
-
}
|
|
242
231
|
}
|
|
243
232
|
|
|
244
233
|
// RTL Adjustments
|
|
245
234
|
.k-form {
|
|
246
235
|
[dir="rtl"],
|
|
247
236
|
.k-rtl & {
|
|
248
|
-
.k-form-buttons,
|
|
249
|
-
&.k-form-buttons {
|
|
250
|
-
> * {
|
|
251
|
-
margin-right: 0;
|
|
252
|
-
margin-left: $form-button-margin-x;
|
|
253
|
-
|
|
254
|
-
&:last-child {
|
|
255
|
-
margin-left: 0;
|
|
256
|
-
}
|
|
257
|
-
}
|
|
258
|
-
}
|
|
259
|
-
|
|
260
237
|
.k-label-optional {
|
|
261
238
|
margin-left: 0;
|
|
262
239
|
margin-right: $label-optional-margin-x;
|
|
@@ -320,11 +320,6 @@
|
|
|
320
320
|
border-right-width: 0;
|
|
321
321
|
}
|
|
322
322
|
|
|
323
|
-
.k-filtercell-operator {
|
|
324
|
-
margin-left: 0;
|
|
325
|
-
margin-right: $table-cell-padding-y / 2;
|
|
326
|
-
}
|
|
327
|
-
|
|
328
323
|
.k-dirty {
|
|
329
324
|
border-color: currentColor currentColor transparent transparent;
|
|
330
325
|
left: auto;
|
|
@@ -757,77 +752,38 @@
|
|
|
757
752
|
.k-multiselect {
|
|
758
753
|
height: auto;
|
|
759
754
|
}
|
|
760
|
-
|
|
761
|
-
.k-filtercell .k-widget.k-sized-input {
|
|
762
|
-
flex: 0 1 auto;
|
|
763
|
-
}
|
|
764
755
|
}
|
|
765
756
|
|
|
766
757
|
.k-filtercell {
|
|
767
758
|
width: auto;
|
|
768
759
|
display: flex;
|
|
760
|
+
flex-flow: row nowrap;
|
|
761
|
+
align-items: center;
|
|
769
762
|
|
|
770
763
|
> span,
|
|
771
764
|
.k-filtercell-wrapper {
|
|
772
765
|
display: flex;
|
|
766
|
+
flex-flow: row nowrap;
|
|
767
|
+
align-items: center;
|
|
768
|
+
gap: ( $grid-cell-padding-y / 2 );
|
|
773
769
|
flex: 1 1 auto;
|
|
774
770
|
|
|
775
|
-
>
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
}
|
|
779
|
-
|
|
780
|
-
.k-filtercell-wrapper > .k-widget {
|
|
781
|
-
width: 100%;
|
|
782
|
-
}
|
|
783
|
-
|
|
784
|
-
> span {
|
|
785
|
-
.k-button {
|
|
786
|
-
visibility: visible;
|
|
787
|
-
pointer-events: all;
|
|
771
|
+
> .k-widget,
|
|
772
|
+
> .k-textbox {
|
|
773
|
+
width: 100%;
|
|
788
774
|
}
|
|
789
775
|
|
|
790
|
-
.k-
|
|
776
|
+
.k-colorpicker,
|
|
791
777
|
.k-dropdown-operator {
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
.k-ie & {
|
|
795
|
-
min-width: $button-inner-calc-size;
|
|
796
|
-
}
|
|
797
|
-
}
|
|
798
|
-
|
|
799
|
-
.k-widget {
|
|
800
|
-
width: auto;
|
|
801
|
-
}
|
|
802
|
-
}
|
|
803
|
-
|
|
804
|
-
.k-filtercell-operator {
|
|
805
|
-
> .k-button.k-clear-button-visible {
|
|
806
|
-
visibility: visible;
|
|
807
|
-
height: $button-calc-size;
|
|
778
|
+
width: min-content;
|
|
779
|
+
flex: none;
|
|
808
780
|
}
|
|
809
781
|
|
|
810
|
-
> .k-button
|
|
811
|
-
|
|
812
|
-
pointer-events: none;
|
|
782
|
+
> .k-button {
|
|
783
|
+
flex: none;
|
|
813
784
|
}
|
|
814
785
|
}
|
|
815
786
|
|
|
816
|
-
.k-filtercell-operator {
|
|
817
|
-
margin-left: $grid-cell-padding-y / 2;
|
|
818
|
-
}
|
|
819
|
-
|
|
820
|
-
.k-widget:not(.k-dropdown-operator),
|
|
821
|
-
.k-filtercell-wrapper > .k-textbox {
|
|
822
|
-
display: flex;
|
|
823
|
-
flex: 1 1 auto;
|
|
824
|
-
}
|
|
825
|
-
|
|
826
|
-
.k-filtercell-wrapper > .k-textbox {
|
|
827
|
-
width: 100%;
|
|
828
|
-
min-width: 0;
|
|
829
|
-
}
|
|
830
|
-
|
|
831
787
|
}
|
|
832
788
|
|
|
833
789
|
// Grid content
|
|
@@ -86,10 +86,10 @@ $tabstrip-indicator-color: null !default;
|
|
|
86
86
|
|
|
87
87
|
/// Horizontal padding of tabstrip content
|
|
88
88
|
/// @group tabstrip
|
|
89
|
-
$tabstrip-content-padding-x:
|
|
89
|
+
$tabstrip-content-padding-x: map-get( $spacing, 4 ) !default;
|
|
90
90
|
/// Vertical padding of tabstrip content
|
|
91
91
|
/// @group tabstrip
|
|
92
|
-
$tabstrip-content-padding-y:
|
|
92
|
+
$tabstrip-content-padding-y: map-get( $spacing, 4 ) !default;
|
|
93
93
|
/// Width of border around tabstrip content
|
|
94
94
|
/// @group tabstrip
|
|
95
95
|
$tabstrip-content-border-width: 1px !default;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-theme-material",
|
|
3
3
|
"description": "Material theme for Kendo UI",
|
|
4
|
-
"version": "4.43.0",
|
|
4
|
+
"version": "4.43.1-dev.0",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"keywords": [
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
"postpublish": "rm -rf modules && git checkout scss"
|
|
52
52
|
},
|
|
53
53
|
"dependencies": {
|
|
54
|
-
"@progress/kendo-theme-default": "^4.43.0"
|
|
54
|
+
"@progress/kendo-theme-default": "^4.43.1-dev.0"
|
|
55
55
|
},
|
|
56
|
-
"gitHead": "
|
|
56
|
+
"gitHead": "e315a28dad00d287edbdf58668becda3d815504f"
|
|
57
57
|
}
|
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
// Button
|
|
2
2
|
|
|
3
3
|
/// Width of border around buttons
|
|
4
|
-
/// @group
|
|
4
|
+
/// @group button
|
|
5
5
|
$button-border-width: 0px !default;
|
|
6
6
|
/// Border radius of buttons
|
|
7
|
-
/// @group
|
|
7
|
+
/// @group button
|
|
8
8
|
$button-border-radius: $border-radius !default;
|
|
9
9
|
|
|
10
10
|
/// Horizontal padding of buttons
|
|
11
|
-
/// @group
|
|
11
|
+
/// @group button
|
|
12
12
|
$button-padding-x: $padding-x !default;
|
|
13
13
|
/// Vertical padding of buttons
|
|
14
|
-
/// @group
|
|
14
|
+
/// @group button
|
|
15
15
|
$button-padding-y: 8px !default;
|
|
16
16
|
$button-font-family: $font-family !default;
|
|
17
17
|
$button-font-size: $font-size !default;
|
|
@@ -25,63 +25,63 @@ $button-calc-size: calc( #{$button-line-height * 1em} + #{$button-padding-y * 2}
|
|
|
25
25
|
$button-inner-calc-size: calc( #{$button-line-height * 1em} + #{$button-padding-y * 2} ) !default;
|
|
26
26
|
|
|
27
27
|
/// The background of the buttons.
|
|
28
|
-
/// @group
|
|
28
|
+
/// @group button
|
|
29
29
|
$button-bg: $base-bg !default;
|
|
30
30
|
/// The text color of the buttons.
|
|
31
|
-
/// @group
|
|
31
|
+
/// @group button
|
|
32
32
|
$button-text: $base-text !default;
|
|
33
33
|
/// The border color of the buttons.
|
|
34
|
-
/// @group
|
|
34
|
+
/// @group button
|
|
35
35
|
$button-border: $button-bg !default;
|
|
36
36
|
/// The background gradient of the buttons.
|
|
37
|
-
/// @group
|
|
37
|
+
/// @group button
|
|
38
38
|
$button-gradient: null !default;
|
|
39
39
|
$button-shadow: $box-shadow-depth-2 !default;
|
|
40
40
|
|
|
41
41
|
/// The background of hovered buttons.
|
|
42
|
-
/// @group
|
|
42
|
+
/// @group button
|
|
43
43
|
$button-hovered-bg: null !default;
|
|
44
44
|
/// The text color of hovered buttons.
|
|
45
|
-
/// @group
|
|
45
|
+
/// @group button
|
|
46
46
|
$button-hovered-text: null !default;
|
|
47
47
|
/// The border color of hovered buttons.
|
|
48
|
-
/// @group
|
|
48
|
+
/// @group button
|
|
49
49
|
$button-hovered-border: null !default;
|
|
50
50
|
/// The background gradient of hovered buttons.
|
|
51
|
-
/// @group
|
|
51
|
+
/// @group button
|
|
52
52
|
$button-hovered-gradient: null !default;
|
|
53
53
|
$button-hovered-shadow: null !default;
|
|
54
54
|
|
|
55
55
|
/// The background color of active buttons.
|
|
56
|
-
/// @group
|
|
56
|
+
/// @group button
|
|
57
57
|
$button-active-bg: null !default;
|
|
58
58
|
/// The text color of active buttons.
|
|
59
|
-
/// @group
|
|
59
|
+
/// @group button
|
|
60
60
|
$button-active-text: null !default;
|
|
61
61
|
/// The border color of active buttons.
|
|
62
|
-
/// @group
|
|
62
|
+
/// @group button
|
|
63
63
|
$button-active-border: null !default;
|
|
64
64
|
/// The background gradient of active buttons.
|
|
65
|
-
/// @group
|
|
65
|
+
/// @group button
|
|
66
66
|
$button-active-gradient: null !default;
|
|
67
67
|
$button-active-shadow: $box-shadow-depth-3 !default;
|
|
68
68
|
|
|
69
69
|
/// The background color of selected buttons.
|
|
70
|
-
/// @group
|
|
70
|
+
/// @group button
|
|
71
71
|
$button-selected-bg: $button-active-bg !default;
|
|
72
72
|
/// The text color of selected buttons.
|
|
73
|
-
/// @group
|
|
73
|
+
/// @group button
|
|
74
74
|
$button-selected-text: $button-active-text !default;
|
|
75
75
|
/// The border color of selected buttons.
|
|
76
|
-
/// @group
|
|
76
|
+
/// @group button
|
|
77
77
|
$button-selected-border: $button-active-bg !default;
|
|
78
78
|
/// The background gradient of selected buttons.
|
|
79
|
-
/// @group
|
|
79
|
+
/// @group button
|
|
80
80
|
$button-selected-gradient: null !default;
|
|
81
81
|
$button-selected-shadow: null !default;
|
|
82
82
|
|
|
83
83
|
/// The shadow of focused buttons.
|
|
84
|
-
/// @group
|
|
84
|
+
/// @group button
|
|
85
85
|
$button-focused-shadow: null !default;
|
|
86
86
|
|
|
87
87
|
|
package/scss/forms/_index.scss
CHANGED
|
@@ -86,10 +86,10 @@ $tabstrip-indicator-color: $primary !default;
|
|
|
86
86
|
|
|
87
87
|
/// Horizontal padding of tabstrip content
|
|
88
88
|
/// @group tabstrip
|
|
89
|
-
$tabstrip-content-padding-x:
|
|
89
|
+
$tabstrip-content-padding-x: map-get( $spacing, 4 ) !default;
|
|
90
90
|
/// Vertical padding of tabstrip content
|
|
91
91
|
/// @group tabstrip
|
|
92
|
-
$tabstrip-content-padding-y:
|
|
92
|
+
$tabstrip-content-padding-y: map-get( $spacing, 4 ) !default;
|
|
93
93
|
/// Width of border around tabstrip content
|
|
94
94
|
/// @group tabstrip
|
|
95
95
|
$tabstrip-content-border-width: 0px !default;
|