@progress/kendo-theme-material 6.1.1-dev.1 → 6.1.1-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 +5 -2
- package/dist/all.scss +6 -2
- 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 +5 -5
package/dist/all.css
CHANGED
|
@@ -37377,9 +37377,8 @@ select.k-picker-lg {
|
|
|
37377
37377
|
font-size: 0.875em;
|
|
37378
37378
|
}
|
|
37379
37379
|
|
|
37380
|
-
.k-actionsheet
|
|
37380
|
+
.k-actionsheet .k-hr {
|
|
37381
37381
|
margin: 0;
|
|
37382
|
-
border-color: inherit;
|
|
37383
37382
|
flex: none;
|
|
37384
37383
|
}
|
|
37385
37384
|
|
|
@@ -37574,6 +37573,10 @@ select.k-picker-lg {
|
|
|
37574
37573
|
color: rgba(0, 0, 0, 0.54);
|
|
37575
37574
|
}
|
|
37576
37575
|
|
|
37576
|
+
.k-actionsheet .k-hr {
|
|
37577
|
+
border-color: rgba(0, 0, 0, 0.12);
|
|
37578
|
+
}
|
|
37579
|
+
|
|
37577
37580
|
.k-adaptive-actionsheet .k-actionsheet-titlebar, .k-adaptive-actionsheet .k-actionsheet-jq .k-actionsheet-header, .k-actionsheet-jq .k-adaptive-actionsheet .k-actionsheet-header {
|
|
37578
37581
|
border-color: rgba(0, 0, 0, 0.12);
|
|
37579
37582
|
}
|
package/dist/all.scss
CHANGED
|
@@ -27771,9 +27771,8 @@ $kendo-adaptive-actionsheet-footer-padding-x: k-map-get( $kendo-spacing, 4 ) !de
|
|
|
27771
27771
|
|
|
27772
27772
|
|
|
27773
27773
|
// Actionsheet separator
|
|
27774
|
-
.k-actionsheet
|
|
27774
|
+
.k-actionsheet .k-hr {
|
|
27775
27775
|
margin: 0;
|
|
27776
|
-
border-color: inherit;
|
|
27777
27776
|
flex: none;
|
|
27778
27777
|
}
|
|
27779
27778
|
|
|
@@ -28041,6 +28040,11 @@ $kendo-adaptive-actionsheet-footer-padding-x: k-map-get( $kendo-spacing, 4 ) !de
|
|
|
28041
28040
|
// Actionsheet action
|
|
28042
28041
|
.k-actionsheet-action {}
|
|
28043
28042
|
|
|
28043
|
+
// Actionsheet separator
|
|
28044
|
+
.k-actionsheet .k-hr {
|
|
28045
|
+
border-color: $kendo-actionsheet-border;
|
|
28046
|
+
}
|
|
28047
|
+
|
|
28044
28048
|
|
|
28045
28049
|
// Adaptive Actionsheet
|
|
28046
28050
|
.k-adaptive-actionsheet .k-actionsheet-titlebar {
|
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": "6.1.1-dev.
|
|
4
|
+
"version": "6.1.1-dev.3",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"keywords": [
|
|
@@ -50,9 +50,9 @@
|
|
|
50
50
|
},
|
|
51
51
|
"dependencies": {
|
|
52
52
|
"@progress/kendo-font-icons": "1.4.0",
|
|
53
|
-
"@progress/kendo-theme-core": "^6.1.1-dev.
|
|
54
|
-
"@progress/kendo-theme-default": "^6.1.1-dev.
|
|
55
|
-
"@progress/kendo-theme-utils": "^6.1.1-dev.
|
|
53
|
+
"@progress/kendo-theme-core": "^6.1.1-dev.3",
|
|
54
|
+
"@progress/kendo-theme-default": "^6.1.1-dev.3",
|
|
55
|
+
"@progress/kendo-theme-utils": "^6.1.1-dev.3"
|
|
56
56
|
},
|
|
57
|
-
"gitHead": "
|
|
57
|
+
"gitHead": "8a9ca80b8cb9e2cb175bcef8b5d96dc337e0db55"
|
|
58
58
|
}
|