@progress/kendo-theme-bootstrap 7.3.0-dev.1 → 8.0.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 +2862 -1961
- package/dist/all.scss +10 -6
- package/dist/bootstrap-3-dark.scss +164 -39
- package/dist/bootstrap-3.scss +152 -39
- package/dist/bootstrap-4-dark.scss +156 -30
- package/dist/bootstrap-4.scss +144 -30
- package/dist/bootstrap-dataviz-v4.scss +45 -6
- package/dist/bootstrap-main-dark.scss +156 -30
- package/dist/bootstrap-main.scss +34 -29
- package/dist/bootstrap-nordic.scss +144 -30
- package/dist/bootstrap-turquoise-dark.scss +156 -30
- package/dist/bootstrap-turquoise.scss +144 -30
- package/dist/bootstrap-urban.scss +144 -30
- package/dist/bootstrap-vintage.scss +144 -30
- package/dist/meta/sassdoc-data.json +2224 -2224
- package/dist/meta/sassdoc-raw-data.json +1 -1
- package/dist/meta/variables.json +1637 -1637
- package/lib/swatches/bootstrap-3-dark.json +604 -2
- package/lib/swatches/bootstrap-3.json +544 -2
- package/lib/swatches/bootstrap-4-dark.json +601 -1
- package/lib/swatches/bootstrap-4.json +541 -1
- package/lib/swatches/bootstrap-dataviz-v4.json +166 -1
- package/lib/swatches/bootstrap-main-dark.json +601 -1
- package/lib/swatches/bootstrap-main.json +11 -1
- package/lib/swatches/bootstrap-nordic.json +541 -1
- package/lib/swatches/bootstrap-turquoise-dark.json +601 -1
- package/lib/swatches/bootstrap-turquoise.json +541 -1
- package/lib/swatches/bootstrap-urban.json +541 -1
- package/lib/swatches/bootstrap-vintage.json +541 -1
- package/package.json +5 -5
- package/scss/core/color-system/_swatch-legacy.scss +6 -2
- package/scss/core/color-system/_swatch.scss +1 -1
- package/scss/switch/_variables.scss +1 -1
|
@@ -46373,7 +46373,7 @@
|
|
|
46373
46373
|
"context": {
|
|
46374
46374
|
"type": "variable",
|
|
46375
46375
|
"name": "kendo-switch-on-track-disabled-bg",
|
|
46376
|
-
"value": "if($kendo-enable-color-system,
|
|
46376
|
+
"value": "if($kendo-enable-color-system, color-mix(in srgb, k-color( primary ) 50%, transparent), k-try-tint( $kendo-switch-on-track-bg, 50% ))",
|
|
46377
46377
|
"scope": "default",
|
|
46378
46378
|
"line": {
|
|
46379
46379
|
"start": 157,
|