@progress/kendo-theme-default 5.8.2-dev.1 → 5.8.2-dev.3
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 +10 -16
- package/dist/all.scss +10 -12
- package/lib/swatches/default-blue.json +1 -1
- package/lib/swatches/default-dataviz-v4.json +1 -1
- package/lib/swatches/default-green.json +1 -1
- package/lib/swatches/default-main-dark.json +1 -1
- package/lib/swatches/default-main.json +1 -1
- package/lib/swatches/default-nordic.json +1 -1
- package/lib/swatches/default-ocean-blue.json +1 -1
- package/lib/swatches/default-orange.json +1 -1
- package/lib/swatches/default-purple.json +1 -1
- package/lib/swatches/default-turquoise.json +1 -1
- package/lib/swatches/default-urban.json +1 -1
- package/package.json +2 -2
- package/scss/checkbox/_layout.scss +1 -5
- package/scss/radio/_layout.scss +0 -4
- package/scss/ripple/_layout.scss +3 -3
- package/scss/signature/_layout.scss +4 -0
- package/scss/signature/_variables.scss +2 -0
package/dist/all.css
CHANGED
|
@@ -11116,11 +11116,6 @@ kendo-sortable {
|
|
|
11116
11116
|
box-shadow: none !important;
|
|
11117
11117
|
}
|
|
11118
11118
|
|
|
11119
|
-
.k-ripple-container .k-checkbox:focus::after,
|
|
11120
|
-
.k-ripple-container .k-checkbox.k-focus::after {
|
|
11121
|
-
transform: translate(-50%, -50%) scale(1);
|
|
11122
|
-
}
|
|
11123
|
-
|
|
11124
11119
|
.k-ripple-container .k-checkbox:disabled::after,
|
|
11125
11120
|
.k-ripple-container .k-checkbox.k-disabled::after {
|
|
11126
11121
|
display: none;
|
|
@@ -11135,7 +11130,7 @@ kendo-sortable {
|
|
|
11135
11130
|
font-size: 10px;
|
|
11136
11131
|
}
|
|
11137
11132
|
|
|
11138
|
-
.k-ripple-container .k-checkbox-
|
|
11133
|
+
.k-ripple-container .k-checkbox-sm::after {
|
|
11139
11134
|
width: 36px;
|
|
11140
11135
|
height: 36px;
|
|
11141
11136
|
}
|
|
@@ -11149,7 +11144,7 @@ kendo-sortable {
|
|
|
11149
11144
|
font-size: 14px;
|
|
11150
11145
|
}
|
|
11151
11146
|
|
|
11152
|
-
.k-ripple-container .k-checkbox-
|
|
11147
|
+
.k-ripple-container .k-checkbox-md::after {
|
|
11153
11148
|
width: 48px;
|
|
11154
11149
|
height: 48px;
|
|
11155
11150
|
}
|
|
@@ -11163,7 +11158,7 @@ kendo-sortable {
|
|
|
11163
11158
|
font-size: 18px;
|
|
11164
11159
|
}
|
|
11165
11160
|
|
|
11166
|
-
.k-ripple-container .k-checkbox-
|
|
11161
|
+
.k-ripple-container .k-checkbox-lg::after {
|
|
11167
11162
|
width: 60px;
|
|
11168
11163
|
height: 60px;
|
|
11169
11164
|
}
|
|
@@ -11793,14 +11788,14 @@ kendo-sortable {
|
|
|
11793
11788
|
|
|
11794
11789
|
@keyframes ripple {
|
|
11795
11790
|
0% {
|
|
11796
|
-
transform: scale(0);
|
|
11791
|
+
transform: translate(-50%, -50%) scale(0);
|
|
11797
11792
|
}
|
|
11798
11793
|
20% {
|
|
11799
|
-
transform: scale(1);
|
|
11794
|
+
transform: translate(-50%, -50%) scale(1);
|
|
11800
11795
|
}
|
|
11801
11796
|
100% {
|
|
11802
11797
|
opacity: 0;
|
|
11803
|
-
transform: scale(1);
|
|
11798
|
+
transform: translate(-50%, -50%) scale(1);
|
|
11804
11799
|
}
|
|
11805
11800
|
}
|
|
11806
11801
|
|
|
@@ -17581,11 +17576,6 @@ kendo-label > .k-label {
|
|
|
17581
17576
|
box-shadow: none !important;
|
|
17582
17577
|
}
|
|
17583
17578
|
|
|
17584
|
-
.k-ripple-container .k-radio:focus::after,
|
|
17585
|
-
.k-ripple-container .k-radio.k-focus::after {
|
|
17586
|
-
transform: translate(-50%, -50%) scale(1);
|
|
17587
|
-
}
|
|
17588
|
-
|
|
17589
17579
|
.k-ripple-container .k-radio:disabled::after,
|
|
17590
17580
|
.k-ripple-container .k-radio.k-disabled::after {
|
|
17591
17581
|
display: none;
|
|
@@ -36526,6 +36516,10 @@ div.k-scrollview.k-scrollview-light .k-scrollview-nav-wrap {
|
|
|
36526
36516
|
width: calc(100% - 16px);
|
|
36527
36517
|
}
|
|
36528
36518
|
|
|
36519
|
+
.k-signature-lg {
|
|
36520
|
+
min-height: 110px;
|
|
36521
|
+
}
|
|
36522
|
+
|
|
36529
36523
|
.k-signature .k-signature-line {
|
|
36530
36524
|
border-bottom-color: rgba(0, 88, 233, 0.24);
|
|
36531
36525
|
}
|
package/dist/all.scss
CHANGED
|
@@ -6595,10 +6595,6 @@ $kendo-checkbox-ripple-opacity: .25 !default;
|
|
|
6595
6595
|
.k-checkbox:focus,
|
|
6596
6596
|
.k-checkbox.k-focus {
|
|
6597
6597
|
box-shadow: none !important; // sass-lint:disable-line no-important
|
|
6598
|
-
|
|
6599
|
-
&::after {
|
|
6600
|
-
transform: translate(-50%, -50%) scale(1);
|
|
6601
|
-
}
|
|
6602
6598
|
}
|
|
6603
6599
|
|
|
6604
6600
|
.k-checkbox:disabled::after,
|
|
@@ -6623,7 +6619,7 @@ $kendo-checkbox-ripple-opacity: .25 !default;
|
|
|
6623
6619
|
}
|
|
6624
6620
|
}
|
|
6625
6621
|
.k-ripple-container {
|
|
6626
|
-
.k-checkbox-#{size}::after {
|
|
6622
|
+
.k-checkbox-#{$size}::after {
|
|
6627
6623
|
width: $_ripple-size;
|
|
6628
6624
|
height: $_ripple-size;
|
|
6629
6625
|
}
|
|
@@ -7570,14 +7566,14 @@ $popup-shadow: 0 2px 4px 0 rgba(0, 0, 0, .03), 0 4px 5px 0 rgba(0, 0, 0, .04) !d
|
|
|
7570
7566
|
|
|
7571
7567
|
@keyframes ripple {
|
|
7572
7568
|
0% {
|
|
7573
|
-
transform: scale(0);
|
|
7569
|
+
transform: translate(-50%, -50%) scale(0);
|
|
7574
7570
|
}
|
|
7575
7571
|
20% {
|
|
7576
|
-
transform: scale(1);
|
|
7572
|
+
transform: translate(-50%, -50%) scale(1);
|
|
7577
7573
|
}
|
|
7578
7574
|
100% {
|
|
7579
7575
|
opacity: 0;
|
|
7580
|
-
transform: scale(1);
|
|
7576
|
+
transform: translate(-50%, -50%) scale(1);
|
|
7581
7577
|
}
|
|
7582
7578
|
}
|
|
7583
7579
|
}
|
|
@@ -15584,10 +15580,6 @@ $kendo-radio-ripple-opacity: .25 !default;
|
|
|
15584
15580
|
.k-radio:focus,
|
|
15585
15581
|
.k-radio.k-focus {
|
|
15586
15582
|
box-shadow: none !important; // sass-lint:disable-line no-important
|
|
15587
|
-
|
|
15588
|
-
&::after {
|
|
15589
|
-
transform: translate(-50%, -50%) scale(1);
|
|
15590
|
-
}
|
|
15591
15583
|
}
|
|
15592
15584
|
|
|
15593
15585
|
.k-radio:disabled::after,
|
|
@@ -41896,6 +41888,8 @@ $orgchart-line-v-height: 25px !default;
|
|
|
41896
41888
|
$kendo-signature-width: 250px !default;
|
|
41897
41889
|
$kendo-signature-height: 84px !default;
|
|
41898
41890
|
|
|
41891
|
+
$kendo-signature-lg-min-height: 110px;
|
|
41892
|
+
|
|
41899
41893
|
$kendo-signature-maximized-width: 750px !default;
|
|
41900
41894
|
$kendo-signature-maximized-height: 252px !default;
|
|
41901
41895
|
|
|
@@ -42008,6 +42002,10 @@ $kendo-signature-maximized-line-width: map-get( $spacing, 1 ) - map-get( $spacin
|
|
|
42008
42002
|
}
|
|
42009
42003
|
}
|
|
42010
42004
|
|
|
42005
|
+
.k-signature-lg {
|
|
42006
|
+
min-height: $kendo-signature-lg-min-height;
|
|
42007
|
+
}
|
|
42008
|
+
|
|
42011
42009
|
}
|
|
42012
42010
|
|
|
42013
42011
|
// #endregion
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-theme-default",
|
|
3
3
|
"description": "SASS resources for the default Kendo UI theme",
|
|
4
|
-
"version": "5.8.2-dev.
|
|
4
|
+
"version": "5.8.2-dev.3",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"keywords": [
|
|
@@ -44,5 +44,5 @@
|
|
|
44
44
|
"devDependencies": {
|
|
45
45
|
"sass-build": "^1.0.0"
|
|
46
46
|
},
|
|
47
|
-
"gitHead": "
|
|
47
|
+
"gitHead": "c97923255b6472c0de0d2afa776acea1fb7bb909"
|
|
48
48
|
}
|
|
@@ -179,10 +179,6 @@
|
|
|
179
179
|
.k-checkbox:focus,
|
|
180
180
|
.k-checkbox.k-focus {
|
|
181
181
|
box-shadow: none !important; // sass-lint:disable-line no-important
|
|
182
|
-
|
|
183
|
-
&::after {
|
|
184
|
-
transform: translate(-50%, -50%) scale(1);
|
|
185
|
-
}
|
|
186
182
|
}
|
|
187
183
|
|
|
188
184
|
.k-checkbox:disabled::after,
|
|
@@ -207,7 +203,7 @@
|
|
|
207
203
|
}
|
|
208
204
|
}
|
|
209
205
|
.k-ripple-container {
|
|
210
|
-
.k-checkbox-#{size}::after {
|
|
206
|
+
.k-checkbox-#{$size}::after {
|
|
211
207
|
width: $_ripple-size;
|
|
212
208
|
height: $_ripple-size;
|
|
213
209
|
}
|
package/scss/radio/_layout.scss
CHANGED
package/scss/ripple/_layout.scss
CHANGED
|
@@ -36,14 +36,14 @@
|
|
|
36
36
|
|
|
37
37
|
@keyframes ripple {
|
|
38
38
|
0% {
|
|
39
|
-
transform: scale(0);
|
|
39
|
+
transform: translate(-50%, -50%) scale(0);
|
|
40
40
|
}
|
|
41
41
|
20% {
|
|
42
|
-
transform: scale(1);
|
|
42
|
+
transform: translate(-50%, -50%) scale(1);
|
|
43
43
|
}
|
|
44
44
|
100% {
|
|
45
45
|
opacity: 0;
|
|
46
|
-
transform: scale(1);
|
|
46
|
+
transform: translate(-50%, -50%) scale(1);
|
|
47
47
|
}
|
|
48
48
|
}
|
|
49
49
|
}
|