@progress/kendo-theme-bootstrap 5.11.0 → 5.11.1-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/dist/all.scss +6 -0
- 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/switch/_index.scss +1 -0
- package/scss/treelist/_index.scss +1 -0
package/dist/all.scss
CHANGED
|
@@ -23356,6 +23356,9 @@ $rating-icon-focused-selected-shadow: 0 2px 4px rgba( black, .1) !default;
|
|
|
23356
23356
|
// #region @import "../common/_index.scss"; -> packages/bootstrap/scss/common/_index.scss
|
|
23357
23357
|
// File already imported_once. Skipping output.
|
|
23358
23358
|
// #endregion
|
|
23359
|
+
// #region @import "../utils/_border.scss"; -> packages/bootstrap/scss/utils/_border.scss
|
|
23360
|
+
// File already imported_once. Skipping output.
|
|
23361
|
+
// #endregion
|
|
23359
23362
|
|
|
23360
23363
|
|
|
23361
23364
|
// Component
|
|
@@ -36844,6 +36847,9 @@ $pivotgrid-remove-text: null !default;
|
|
|
36844
36847
|
// #region @import "../common/_index.scss"; -> packages/bootstrap/scss/common/_index.scss
|
|
36845
36848
|
// File already imported_once. Skipping output.
|
|
36846
36849
|
// #endregion
|
|
36850
|
+
// #region @import "../utils/_text.scss"; -> packages/bootstrap/scss/utils/_text.scss
|
|
36851
|
+
// File already imported_once. Skipping output.
|
|
36852
|
+
// #endregion
|
|
36847
36853
|
// #region @import "../grid/_index.scss"; -> packages/bootstrap/scss/grid/_index.scss
|
|
36848
36854
|
// File already imported_once. Skipping output.
|
|
36849
36855
|
// #endregion
|
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": "5.11.
|
|
4
|
+
"version": "5.11.1-dev.1",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"keywords": [
|
|
@@ -46,13 +46,13 @@
|
|
|
46
46
|
},
|
|
47
47
|
"dependencies": {
|
|
48
48
|
"@progress/kendo-font-icons": "^0.6.0",
|
|
49
|
-
"@progress/kendo-theme-core": "^5.11.
|
|
50
|
-
"@progress/kendo-theme-default": "^5.11.
|
|
51
|
-
"@progress/kendo-theme-utils": "^5.11.
|
|
49
|
+
"@progress/kendo-theme-core": "^5.11.1-dev.1",
|
|
50
|
+
"@progress/kendo-theme-default": "^5.11.1-dev.1",
|
|
51
|
+
"@progress/kendo-theme-utils": "^5.11.1-dev.1",
|
|
52
52
|
"bootstrap": "^5.2.1"
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
55
|
"sass-build": "^1.1.0"
|
|
56
56
|
},
|
|
57
|
-
"gitHead": "
|
|
57
|
+
"gitHead": "19168e8bce86f6948eae191325e62150b6f31b8e"
|
|
58
58
|
}
|
package/scss/switch/_index.scss
CHANGED