@progress/kendo-theme-classic 5.1.1 → 5.1.2-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.scss +38 -0
- package/package.json +3 -3
- package/scss/input/_variables.scss +12 -0
package/dist/all.scss
CHANGED
|
@@ -8937,6 +8937,12 @@ $kendo-input-focus-text: null !default;
|
|
|
8937
8937
|
$kendo-input-focus-border: rgba(0, 0, 0, .1) !default;
|
|
8938
8938
|
$kendo-input-focus-shadow: 0 2px 4px 0 rgba(0, 0, 0, .03), 0 4px 5px 0 rgba(0, 0, 0, .04) !default;
|
|
8939
8939
|
|
|
8940
|
+
$kendo-input-disabled-bg: null !default;
|
|
8941
|
+
$kendo-input-disabled-text: null !default;
|
|
8942
|
+
$kendo-input-disabled-border: null !default;
|
|
8943
|
+
$kendo-input-disabled-gradient: null !default;
|
|
8944
|
+
$kendo-input-disabled-shadow: null !default;
|
|
8945
|
+
|
|
8940
8946
|
$kendo-picker-bg: $kendo-button-bg !default;
|
|
8941
8947
|
$kendo-picker-text: $kendo-button-text !default;
|
|
8942
8948
|
$kendo-picker-border: $kendo-button-border !default;
|
|
@@ -8955,6 +8961,12 @@ $kendo-picker-focus-border: $kendo-button-focus-border !default;
|
|
|
8955
8961
|
$kendo-picker-focus-gradient: $kendo-button-focus-gradient !default;
|
|
8956
8962
|
$kendo-picker-focus-shadow: $kendo-button-focus-shadow !default;
|
|
8957
8963
|
|
|
8964
|
+
$kendo-picker-disabled-bg: null !default;
|
|
8965
|
+
$kendo-picker-disabled-text: null !default;
|
|
8966
|
+
$kendo-picker-disabled-border: null !default;
|
|
8967
|
+
$kendo-picker-disabled-gradient: null !default;
|
|
8968
|
+
$kendo-picker-disabled-shadow: null !default;
|
|
8969
|
+
|
|
8958
8970
|
$kendo-input-placeholder-text: $subtle-text !default;
|
|
8959
8971
|
$kendo-input-placeholder-opacity: 1 !default;
|
|
8960
8972
|
|
|
@@ -9448,6 +9460,19 @@ $kendo-input-invalid-shadow: $invalid-shadow !default;
|
|
|
9448
9460
|
@include box-shadow( $kendo-input-focus-shadow );
|
|
9449
9461
|
}
|
|
9450
9462
|
|
|
9463
|
+
//Disabled
|
|
9464
|
+
&:disabled,
|
|
9465
|
+
&[disabled],
|
|
9466
|
+
&.k-disabled {
|
|
9467
|
+
@include fill(
|
|
9468
|
+
$kendo-input-disabled-text,
|
|
9469
|
+
$kendo-input-disabled-bg,
|
|
9470
|
+
$kendo-input-disabled-border,
|
|
9471
|
+
$kendo-input-disabled-gradient
|
|
9472
|
+
);
|
|
9473
|
+
@include box-shadow( $kendo-input-disabled-shadow );
|
|
9474
|
+
}
|
|
9475
|
+
|
|
9451
9476
|
// Invalid
|
|
9452
9477
|
&.k-invalid,
|
|
9453
9478
|
&.ng-invalid.ng-touched,
|
|
@@ -9511,6 +9536,19 @@ $kendo-input-invalid-shadow: $invalid-shadow !default;
|
|
|
9511
9536
|
@include box-shadow( $kendo-picker-focus-shadow );
|
|
9512
9537
|
}
|
|
9513
9538
|
|
|
9539
|
+
//Disabled
|
|
9540
|
+
&:disabled,
|
|
9541
|
+
&[disabled],
|
|
9542
|
+
&.k-disabled {
|
|
9543
|
+
@include fill(
|
|
9544
|
+
$kendo-picker-disabled-text,
|
|
9545
|
+
$kendo-picker-disabled-bg,
|
|
9546
|
+
$kendo-picker-disabled-border,
|
|
9547
|
+
$kendo-picker-disabled-gradient
|
|
9548
|
+
);
|
|
9549
|
+
@include box-shadow( $kendo-picker-disabled-shadow );
|
|
9550
|
+
}
|
|
9551
|
+
|
|
9514
9552
|
// Invalid
|
|
9515
9553
|
&.k-invalid,
|
|
9516
9554
|
&.ng-invalid.ng-touched,
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-theme-classic",
|
|
3
3
|
"description": "Sass port of less based themes for Kendo UI theme",
|
|
4
|
-
"version": "5.1.
|
|
4
|
+
"version": "5.1.2-dev.0",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"keywords": [
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
"postpublish": "echo 'no postpublish for classic theme'"
|
|
50
50
|
},
|
|
51
51
|
"dependencies": {
|
|
52
|
-
"@progress/kendo-theme-default": "^5.1.
|
|
52
|
+
"@progress/kendo-theme-default": "^5.1.2-dev.0"
|
|
53
53
|
},
|
|
54
|
-
"gitHead": "
|
|
54
|
+
"gitHead": "c492bbaeca2d104534c4b4329c41afd762bb563b"
|
|
55
55
|
}
|
|
@@ -71,6 +71,12 @@ $kendo-input-focus-text: null !default;
|
|
|
71
71
|
$kendo-input-focus-border: rgba(0, 0, 0, .1) !default;
|
|
72
72
|
$kendo-input-focus-shadow: 0 2px 4px 0 rgba(0, 0, 0, .03), 0 4px 5px 0 rgba(0, 0, 0, .04) !default;
|
|
73
73
|
|
|
74
|
+
$kendo-input-disabled-bg: null !default;
|
|
75
|
+
$kendo-input-disabled-text: null !default;
|
|
76
|
+
$kendo-input-disabled-border: null !default;
|
|
77
|
+
$kendo-input-disabled-gradient: null !default;
|
|
78
|
+
$kendo-input-disabled-shadow: null !default;
|
|
79
|
+
|
|
74
80
|
$kendo-picker-bg: $kendo-button-bg !default;
|
|
75
81
|
$kendo-picker-text: $kendo-button-text !default;
|
|
76
82
|
$kendo-picker-border: $kendo-button-border !default;
|
|
@@ -89,6 +95,12 @@ $kendo-picker-focus-border: $kendo-button-focus-border !default;
|
|
|
89
95
|
$kendo-picker-focus-gradient: $kendo-button-focus-gradient !default;
|
|
90
96
|
$kendo-picker-focus-shadow: $kendo-button-focus-shadow !default;
|
|
91
97
|
|
|
98
|
+
$kendo-picker-disabled-bg: null !default;
|
|
99
|
+
$kendo-picker-disabled-text: null !default;
|
|
100
|
+
$kendo-picker-disabled-border: null !default;
|
|
101
|
+
$kendo-picker-disabled-gradient: null !default;
|
|
102
|
+
$kendo-picker-disabled-shadow: null !default;
|
|
103
|
+
|
|
92
104
|
$kendo-input-placeholder-text: $subtle-text !default;
|
|
93
105
|
$kendo-input-placeholder-opacity: 1 !default;
|
|
94
106
|
|