@progress/kendo-theme-bootstrap 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/bootstrap-3-dark.json +1 -1
- package/lib/swatches/bootstrap-3.json +1 -1
- package/lib/swatches/bootstrap-4-dark.json +1 -1
- package/lib/swatches/bootstrap-4.json +1 -1
- package/lib/swatches/bootstrap-dataviz-v4.json +1 -1
- package/lib/swatches/bootstrap-main-dark.json +1 -1
- package/lib/swatches/bootstrap-main.json +1 -1
- package/lib/swatches/bootstrap-nordic.json +1 -1
- package/lib/swatches/bootstrap-turquoise-dark.json +1 -1
- package/lib/swatches/bootstrap-turquoise.json +1 -1
- package/lib/swatches/bootstrap-urban.json +1 -1
- package/lib/swatches/bootstrap-vintage.json +1 -1
- package/package.json +5 -5
package/dist/all.scss
CHANGED
|
@@ -30222,7 +30222,7 @@ $kendo-radio-ripple-opacity: .25 !default;
|
|
|
30222
30222
|
// Ripple
|
|
30223
30223
|
.k-ripple-container {
|
|
30224
30224
|
.k-radio::after {
|
|
30225
|
-
background: $kendo-radio-
|
|
30225
|
+
background: $kendo-radio-ripple-bg;
|
|
30226
30226
|
opacity: $kendo-radio-ripple-opacity;
|
|
30227
30227
|
}
|
|
30228
30228
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-theme-bootstrap",
|
|
3
3
|
"description": "Bootstrap 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": [
|
|
@@ -53,14 +53,14 @@
|
|
|
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
|
"bootstrap": "5.2.1"
|
|
60
60
|
},
|
|
61
61
|
"directories": {
|
|
62
62
|
"doc": "docs",
|
|
63
63
|
"lib": "lib"
|
|
64
64
|
},
|
|
65
|
-
"gitHead": "
|
|
65
|
+
"gitHead": "7b4e2fb481605b5b53d064fb79bbb60ea0c41d13"
|
|
66
66
|
}
|