@progress/kendo-theme-bootstrap 7.2.1-dev.6 → 7.2.1-dev.7
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 +0 -96
- package/dist/all.scss +0 -109
- package/dist/meta/sassdoc-data.json +368 -476
- package/dist/meta/sassdoc-raw-data.json +184 -234
- package/dist/meta/variables.json +0 -8
- 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/scss/input/_variables.scss +0 -7
package/dist/meta/variables.json
CHANGED
|
@@ -7131,14 +7131,6 @@
|
|
|
7131
7131
|
"type": "List",
|
|
7132
7132
|
"value": "0 0 0 0.25rem rgba(220, 53, 69, 0.25)"
|
|
7133
7133
|
},
|
|
7134
|
-
"kendo-input-valid-border": {
|
|
7135
|
-
"type": "Color",
|
|
7136
|
-
"value": "#198754"
|
|
7137
|
-
},
|
|
7138
|
-
"kendo-input-valid-shadow": {
|
|
7139
|
-
"type": "List",
|
|
7140
|
-
"value": "0 0 0 0.25rem rgba(25, 135, 84, 0.25)"
|
|
7141
|
-
},
|
|
7142
7134
|
"kendo-picker-bg": {
|
|
7143
7135
|
"type": "Color",
|
|
7144
7136
|
"value": "#e4e7eb"
|
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.2.1-dev.
|
|
4
|
+
"version": "7.2.1-dev.7",
|
|
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.2.1-dev.
|
|
57
|
-
"@progress/kendo-theme-default": "7.2.1-dev.
|
|
58
|
-
"@progress/kendo-theme-utils": "7.2.1-dev.
|
|
56
|
+
"@progress/kendo-theme-core": "7.2.1-dev.7",
|
|
57
|
+
"@progress/kendo-theme-default": "7.2.1-dev.7",
|
|
58
|
+
"@progress/kendo-theme-utils": "7.2.1-dev.7",
|
|
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": "363fde69c7406461ad54feb7725ae2398a4b019b"
|
|
66
66
|
}
|
|
@@ -286,13 +286,6 @@ $kendo-input-invalid-border: $kendo-invalid-border !default;
|
|
|
286
286
|
/// @group input
|
|
287
287
|
$kendo-input-invalid-shadow: $kendo-invalid-shadow !default;
|
|
288
288
|
|
|
289
|
-
/// The border color of the valid Input components.
|
|
290
|
-
/// @group input
|
|
291
|
-
$kendo-input-valid-border: $kendo-valid-border !default;
|
|
292
|
-
/// The shadow of the valid Input components.
|
|
293
|
-
/// @group input
|
|
294
|
-
$kendo-input-valid-shadow: $kendo-valid-shadow !default;
|
|
295
|
-
|
|
296
289
|
/// The background color of the Picker components.
|
|
297
290
|
/// @group picker
|
|
298
291
|
$kendo-picker-bg: $kendo-button-bg !default;
|