@progress/kendo-theme-material 7.1.1-dev.0 → 7.2.0-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 +1 -0
- package/dist/all.scss +1 -1
- 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
|
@@ -34598,6 +34598,7 @@ select.k-picker-lg {
|
|
|
34598
34598
|
}
|
|
34599
34599
|
|
|
34600
34600
|
.k-ripple-container .k-radio::after {
|
|
34601
|
+
background: #3f51b5;
|
|
34601
34602
|
opacity: 0.2;
|
|
34602
34603
|
}
|
|
34603
34604
|
|
package/dist/all.scss
CHANGED
|
@@ -30009,7 +30009,7 @@ $kendo-radio-ripple-opacity: .2 !default;
|
|
|
30009
30009
|
// Ripple
|
|
30010
30010
|
.k-ripple-container {
|
|
30011
30011
|
.k-radio::after {
|
|
30012
|
-
background: $kendo-radio-
|
|
30012
|
+
background: $kendo-radio-ripple-bg;
|
|
30013
30013
|
opacity: $kendo-radio-ripple-opacity;
|
|
30014
30014
|
}
|
|
30015
30015
|
}
|
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": "7.
|
|
4
|
+
"version": "7.2.0-dev.0",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"keywords": [
|
|
@@ -54,13 +54,13 @@
|
|
|
54
54
|
},
|
|
55
55
|
"dependencies": {
|
|
56
56
|
"@progress/kendo-svg-icons": "2.1.0",
|
|
57
|
-
"@progress/kendo-theme-core": "7.
|
|
58
|
-
"@progress/kendo-theme-default": "7.
|
|
59
|
-
"@progress/kendo-theme-utils": "7.
|
|
57
|
+
"@progress/kendo-theme-core": "7.2.0-dev.0",
|
|
58
|
+
"@progress/kendo-theme-default": "7.2.0-dev.0",
|
|
59
|
+
"@progress/kendo-theme-utils": "7.2.0-dev.0"
|
|
60
60
|
},
|
|
61
61
|
"directories": {
|
|
62
62
|
"doc": "docs",
|
|
63
63
|
"lib": "lib"
|
|
64
64
|
},
|
|
65
|
-
"gitHead": "
|
|
65
|
+
"gitHead": "7b4e2fb481605b5b53d064fb79bbb60ea0c41d13"
|
|
66
66
|
}
|