@progress/kendo-theme-material 5.8.2-dev.2 → 5.8.2-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/dist/all.css +10 -16
- package/dist/all.scss +10 -12
- package/lib/swatches/material-aqua-dark.json +1 -1
- package/lib/swatches/material-arctic.json +1 -1
- package/lib/swatches/material-burnt-teal.json +1 -1
- package/lib/swatches/material-dataviz-v4.json +1 -1
- package/lib/swatches/material-eggplant.json +1 -1
- package/lib/swatches/material-lime-dark.json +1 -1
- package/lib/swatches/material-lime.json +1 -1
- package/lib/swatches/material-main-dark.json +1 -1
- package/lib/swatches/material-main.json +1 -1
- package/lib/swatches/material-nova.json +1 -1
- package/lib/swatches/material-pacific-dark.json +1 -1
- package/lib/swatches/material-pacific.json +1 -1
- package/lib/swatches/material-sky-dark.json +1 -1
- package/lib/swatches/material-sky.json +1 -1
- package/lib/swatches/material-smoke.json +1 -1
- package/package.json +3 -3
- package/scss/signature/_variables.scss +2 -0
package/dist/all.css
CHANGED
|
@@ -11121,11 +11121,6 @@ kendo-sortable {
|
|
|
11121
11121
|
box-shadow: none !important;
|
|
11122
11122
|
}
|
|
11123
11123
|
|
|
11124
|
-
.k-ripple-container .k-checkbox:focus::after,
|
|
11125
|
-
.k-ripple-container .k-checkbox.k-focus::after {
|
|
11126
|
-
transform: translate(-50%, -50%) scale(1);
|
|
11127
|
-
}
|
|
11128
|
-
|
|
11129
11124
|
.k-ripple-container .k-checkbox:disabled::after,
|
|
11130
11125
|
.k-ripple-container .k-checkbox.k-disabled::after {
|
|
11131
11126
|
display: none;
|
|
@@ -11140,7 +11135,7 @@ kendo-sortable {
|
|
|
11140
11135
|
font-size: 10px;
|
|
11141
11136
|
}
|
|
11142
11137
|
|
|
11143
|
-
.k-ripple-container .k-checkbox-
|
|
11138
|
+
.k-ripple-container .k-checkbox-sm::after {
|
|
11144
11139
|
width: 36px;
|
|
11145
11140
|
height: 36px;
|
|
11146
11141
|
}
|
|
@@ -11154,7 +11149,7 @@ kendo-sortable {
|
|
|
11154
11149
|
font-size: 14px;
|
|
11155
11150
|
}
|
|
11156
11151
|
|
|
11157
|
-
.k-ripple-container .k-checkbox-
|
|
11152
|
+
.k-ripple-container .k-checkbox-md::after {
|
|
11158
11153
|
width: 48px;
|
|
11159
11154
|
height: 48px;
|
|
11160
11155
|
}
|
|
@@ -11168,7 +11163,7 @@ kendo-sortable {
|
|
|
11168
11163
|
font-size: 18px;
|
|
11169
11164
|
}
|
|
11170
11165
|
|
|
11171
|
-
.k-ripple-container .k-checkbox-
|
|
11166
|
+
.k-ripple-container .k-checkbox-lg::after {
|
|
11172
11167
|
width: 60px;
|
|
11173
11168
|
height: 60px;
|
|
11174
11169
|
}
|
|
@@ -11806,14 +11801,14 @@ kendo-sortable {
|
|
|
11806
11801
|
|
|
11807
11802
|
@keyframes ripple {
|
|
11808
11803
|
0% {
|
|
11809
|
-
transform: scale(0);
|
|
11804
|
+
transform: translate(-50%, -50%) scale(0);
|
|
11810
11805
|
}
|
|
11811
11806
|
20% {
|
|
11812
|
-
transform: scale(1);
|
|
11807
|
+
transform: translate(-50%, -50%) scale(1);
|
|
11813
11808
|
}
|
|
11814
11809
|
100% {
|
|
11815
11810
|
opacity: 0;
|
|
11816
|
-
transform: scale(1);
|
|
11811
|
+
transform: translate(-50%, -50%) scale(1);
|
|
11817
11812
|
}
|
|
11818
11813
|
}
|
|
11819
11814
|
|
|
@@ -18523,11 +18518,6 @@ kendo-label > .k-label {
|
|
|
18523
18518
|
box-shadow: none !important;
|
|
18524
18519
|
}
|
|
18525
18520
|
|
|
18526
|
-
.k-ripple-container .k-radio:focus::after,
|
|
18527
|
-
.k-ripple-container .k-radio.k-focus::after {
|
|
18528
|
-
transform: translate(-50%, -50%) scale(1);
|
|
18529
|
-
}
|
|
18530
|
-
|
|
18531
18521
|
.k-ripple-container .k-radio:disabled::after,
|
|
18532
18522
|
.k-ripple-container .k-radio.k-disabled::after {
|
|
18533
18523
|
display: none;
|
|
@@ -38373,6 +38363,10 @@ div.k-scrollview.k-scrollview-light .k-scrollview-nav-wrap {
|
|
|
38373
38363
|
width: calc(100% - 12px);
|
|
38374
38364
|
}
|
|
38375
38365
|
|
|
38366
|
+
.k-signature-lg {
|
|
38367
|
+
min-height: 110px;
|
|
38368
|
+
}
|
|
38369
|
+
|
|
38376
38370
|
.k-signature .k-signature-line {
|
|
38377
38371
|
border-bottom-color: rgba(0, 88, 233, 0.24);
|
|
38378
38372
|
}
|
package/dist/all.scss
CHANGED
|
@@ -7532,10 +7532,6 @@ $kendo-checkbox-ripple-opacity: .2 !default;
|
|
|
7532
7532
|
.k-checkbox:focus,
|
|
7533
7533
|
.k-checkbox.k-focus {
|
|
7534
7534
|
box-shadow: none !important; // sass-lint:disable-line no-important
|
|
7535
|
-
|
|
7536
|
-
&::after {
|
|
7537
|
-
transform: translate(-50%, -50%) scale(1);
|
|
7538
|
-
}
|
|
7539
7535
|
}
|
|
7540
7536
|
|
|
7541
7537
|
.k-checkbox:disabled::after,
|
|
@@ -7560,7 +7556,7 @@ $kendo-checkbox-ripple-opacity: .2 !default;
|
|
|
7560
7556
|
}
|
|
7561
7557
|
}
|
|
7562
7558
|
.k-ripple-container {
|
|
7563
|
-
.k-checkbox-#{size}::after {
|
|
7559
|
+
.k-checkbox-#{$size}::after {
|
|
7564
7560
|
width: $_ripple-size;
|
|
7565
7561
|
height: $_ripple-size;
|
|
7566
7562
|
}
|
|
@@ -8552,14 +8548,14 @@ $popup-shadow: 0 2px 4px -1px rgba( $elevation, .2 ), 0 4px 5px 0 rgba( $elevati
|
|
|
8552
8548
|
|
|
8553
8549
|
@keyframes ripple {
|
|
8554
8550
|
0% {
|
|
8555
|
-
transform: scale(0);
|
|
8551
|
+
transform: translate(-50%, -50%) scale(0);
|
|
8556
8552
|
}
|
|
8557
8553
|
20% {
|
|
8558
|
-
transform: scale(1);
|
|
8554
|
+
transform: translate(-50%, -50%) scale(1);
|
|
8559
8555
|
}
|
|
8560
8556
|
100% {
|
|
8561
8557
|
opacity: 0;
|
|
8562
|
-
transform: scale(1);
|
|
8558
|
+
transform: translate(-50%, -50%) scale(1);
|
|
8563
8559
|
}
|
|
8564
8560
|
}
|
|
8565
8561
|
}
|
|
@@ -17490,10 +17486,6 @@ $kendo-radio-ripple-opacity: .2 !default;
|
|
|
17490
17486
|
.k-radio:focus,
|
|
17491
17487
|
.k-radio.k-focus {
|
|
17492
17488
|
box-shadow: none !important; // sass-lint:disable-line no-important
|
|
17493
|
-
|
|
17494
|
-
&::after {
|
|
17495
|
-
transform: translate(-50%, -50%) scale(1);
|
|
17496
|
-
}
|
|
17497
17489
|
}
|
|
17498
17490
|
|
|
17499
17491
|
.k-radio:disabled::after,
|
|
@@ -45528,6 +45520,8 @@ $orgchart-line-v-height: 25px !default;
|
|
|
45528
45520
|
$kendo-signature-width: 246px !default;
|
|
45529
45521
|
$kendo-signature-height: 108px !default;
|
|
45530
45522
|
|
|
45523
|
+
$kendo-signature-lg-min-height: 110px;
|
|
45524
|
+
|
|
45531
45525
|
$kendo-signature-maximized-width: 750px !default;
|
|
45532
45526
|
$kendo-signature-maximized-height: 252px !default;
|
|
45533
45527
|
|
|
@@ -45641,6 +45635,10 @@ $kendo-signature-maximized-line-width: map-get( $spacing, 1 ) - map-get( $spacin
|
|
|
45641
45635
|
}
|
|
45642
45636
|
}
|
|
45643
45637
|
|
|
45638
|
+
.k-signature-lg {
|
|
45639
|
+
min-height: $kendo-signature-lg-min-height;
|
|
45640
|
+
}
|
|
45641
|
+
|
|
45644
45642
|
}
|
|
45645
45643
|
|
|
45646
45644
|
// #endregion
|
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": "5.8.2-dev.
|
|
4
|
+
"version": "5.8.2-dev.4",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"keywords": [
|
|
@@ -44,10 +44,10 @@
|
|
|
44
44
|
"postpublish": "echo 'no postpublish for material theme'"
|
|
45
45
|
},
|
|
46
46
|
"dependencies": {
|
|
47
|
-
"@progress/kendo-theme-default": "^5.8.2-dev.
|
|
47
|
+
"@progress/kendo-theme-default": "^5.8.2-dev.4"
|
|
48
48
|
},
|
|
49
49
|
"devDependencies": {
|
|
50
50
|
"sass-build": "^1.0.0"
|
|
51
51
|
},
|
|
52
|
-
"gitHead": "
|
|
52
|
+
"gitHead": "03c192e0d4c7227c7d8f41b7fefee897888e6218"
|
|
53
53
|
}
|