@progress/kendo-theme-bootstrap 11.0.3-dev.0 → 11.0.3-dev.1
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/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 +4 -4
- package/scss/switch/_variables.scss +2 -2
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": "11.0.3-dev.
|
|
4
|
+
"version": "11.0.3-dev.1",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"keywords": [
|
|
@@ -53,12 +53,12 @@
|
|
|
53
53
|
},
|
|
54
54
|
"dependencies": {
|
|
55
55
|
"@progress/kendo-svg-icons": "^4.1.0",
|
|
56
|
-
"@progress/kendo-theme-core": "11.0.3-dev.
|
|
57
|
-
"@progress/kendo-theme-utils": "11.0.3-dev.
|
|
56
|
+
"@progress/kendo-theme-core": "11.0.3-dev.1",
|
|
57
|
+
"@progress/kendo-theme-utils": "11.0.3-dev.1"
|
|
58
58
|
},
|
|
59
59
|
"directories": {
|
|
60
60
|
"doc": "docs",
|
|
61
61
|
"lib": "lib"
|
|
62
62
|
},
|
|
63
|
-
"gitHead": "
|
|
63
|
+
"gitHead": "832c047e86272acf66978f82d251c55d2a6ba1ac"
|
|
64
64
|
}
|
|
@@ -256,7 +256,7 @@ $kendo-switch-on-thumb-disabled-gradient: null !default;
|
|
|
256
256
|
$kendo-switch-off-thumb-hover-gradient: $kendo-switch-off-thumb-hover-gradient,
|
|
257
257
|
$kendo-switch-off-thumb-disabled-bg: $kendo-switch-off-thumb-disabled-bg,
|
|
258
258
|
$kendo-switch-off-thumb-disabled-text: $kendo-switch-off-thumb-disabled-text,
|
|
259
|
-
$kendo-switch-off-thumb-disabled-border: $kendo-switch-off-
|
|
259
|
+
$kendo-switch-off-thumb-disabled-border: $kendo-switch-off-thumb-disabled-border,
|
|
260
260
|
$kendo-switch-off-thumb-disabled-gradient: $kendo-switch-off-thumb-disabled-gradient,
|
|
261
261
|
$kendo-switch-on-track-bg: $kendo-switch-on-track-bg,
|
|
262
262
|
$kendo-switch-on-track-text: $kendo-switch-on-track-text,
|
|
@@ -285,6 +285,6 @@ $kendo-switch-on-thumb-disabled-gradient: null !default;
|
|
|
285
285
|
$kendo-switch-on-thumb-hover-gradient: $kendo-switch-on-thumb-hover-gradient,
|
|
286
286
|
$kendo-switch-on-thumb-disabled-bg: $kendo-switch-on-thumb-disabled-bg,
|
|
287
287
|
$kendo-switch-on-thumb-disabled-text: $kendo-switch-on-thumb-disabled-text,
|
|
288
|
-
$kendo-switch-on-thumb-disabled-border: $kendo-switch-on-
|
|
288
|
+
$kendo-switch-on-thumb-disabled-border: $kendo-switch-on-thumb-disabled-border,
|
|
289
289
|
$kendo-switch-on-thumb-disabled-gradient: $kendo-switch-on-thumb-disabled-gradient,
|
|
290
290
|
);
|