@progress/kendo-theme-classic 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.scss +1 -1
- package/lib/swatches/classic-green-dark.json +1 -1
- package/lib/swatches/classic-green.json +1 -1
- package/lib/swatches/classic-lavender-dark.json +1 -1
- package/lib/swatches/classic-lavender.json +1 -1
- package/lib/swatches/classic-main-dark.json +1 -1
- package/lib/swatches/classic-main.json +1 -1
- package/lib/swatches/classic-metro-dark.json +1 -1
- package/lib/swatches/classic-metro.json +1 -1
- package/lib/swatches/classic-moonlight.json +1 -1
- package/lib/swatches/classic-opal-dark.json +1 -1
- package/lib/swatches/classic-opal.json +1 -1
- package/lib/swatches/classic-silver-dark.json +1 -1
- package/lib/swatches/classic-silver.json +1 -1
- package/lib/swatches/classic-uniform.json +1 -1
- package/package.json +5 -5
package/dist/all.scss
CHANGED
|
@@ -28216,7 +28216,7 @@ $kendo-radio-ripple-opacity: .25 !default;
|
|
|
28216
28216
|
// Ripple
|
|
28217
28217
|
.k-ripple-container {
|
|
28218
28218
|
.k-radio::after {
|
|
28219
|
-
background: $kendo-radio-
|
|
28219
|
+
background: $kendo-radio-ripple-bg;
|
|
28220
28220
|
opacity: $kendo-radio-ripple-opacity;
|
|
28221
28221
|
}
|
|
28222
28222
|
}
|
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": "7.
|
|
4
|
+
"version": "7.2.0-dev.0",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"keywords": [
|
|
@@ -53,13 +53,13 @@
|
|
|
53
53
|
},
|
|
54
54
|
"dependencies": {
|
|
55
55
|
"@progress/kendo-svg-icons": "2.1.0",
|
|
56
|
-
"@progress/kendo-theme-core": "7.
|
|
57
|
-
"@progress/kendo-theme-default": "7.
|
|
58
|
-
"@progress/kendo-theme-utils": "7.
|
|
56
|
+
"@progress/kendo-theme-core": "7.2.0-dev.0",
|
|
57
|
+
"@progress/kendo-theme-default": "7.2.0-dev.0",
|
|
58
|
+
"@progress/kendo-theme-utils": "7.2.0-dev.0"
|
|
59
59
|
},
|
|
60
60
|
"directories": {
|
|
61
61
|
"doc": "docs",
|
|
62
62
|
"lib": "lib"
|
|
63
63
|
},
|
|
64
|
-
"gitHead": "
|
|
64
|
+
"gitHead": "7b4e2fb481605b5b53d064fb79bbb60ea0c41d13"
|
|
65
65
|
}
|