@progress/kendo-theme-default 5.11.0 → 5.11.1-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 +3 -0
- package/lib/swatches/default-blue.json +1 -1
- package/lib/swatches/default-dataviz-v4.json +1 -1
- package/lib/swatches/default-green.json +1 -1
- package/lib/swatches/default-main-dark.json +1 -1
- package/lib/swatches/default-main.json +1 -1
- package/lib/swatches/default-nordic.json +1 -1
- package/lib/swatches/default-ocean-blue.json +1 -1
- package/lib/swatches/default-orange.json +1 -1
- package/lib/swatches/default-purple.json +1 -1
- package/lib/swatches/default-turquoise.json +1 -1
- package/lib/swatches/default-urban.json +1 -1
- package/package.json +4 -4
- package/scss/switch/_index.scss +1 -0
package/dist/all.scss
CHANGED
|
@@ -20055,6 +20055,9 @@ $rating-icon-focused-selected-shadow: 0 2px 4px rgba( $black, .1) !default;
|
|
|
20055
20055
|
// #region @import "../common/_index.scss"; -> packages/default/scss/common/_index.scss
|
|
20056
20056
|
// File already imported_once. Skipping output.
|
|
20057
20057
|
// #endregion
|
|
20058
|
+
// #region @import "../utils/_border.scss"; -> packages/default/scss/utils/_border.scss
|
|
20059
|
+
// File already imported_once. Skipping output.
|
|
20060
|
+
// #endregion
|
|
20058
20061
|
|
|
20059
20062
|
|
|
20060
20063
|
// Component
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-theme-default",
|
|
3
3
|
"description": "SASS resources for the default Kendo UI theme",
|
|
4
|
-
"version": "5.11.0",
|
|
4
|
+
"version": "5.11.1-dev.0",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"keywords": [
|
|
@@ -45,11 +45,11 @@
|
|
|
45
45
|
},
|
|
46
46
|
"dependencies": {
|
|
47
47
|
"@progress/kendo-font-icons": "^0.6.0",
|
|
48
|
-
"@progress/kendo-theme-core": "^5.11.0",
|
|
49
|
-
"@progress/kendo-theme-utils": "^5.11.0"
|
|
48
|
+
"@progress/kendo-theme-core": "^5.11.1-dev.0",
|
|
49
|
+
"@progress/kendo-theme-utils": "^5.11.1-dev.0"
|
|
50
50
|
},
|
|
51
51
|
"devDependencies": {
|
|
52
52
|
"sass-build": "^1.1.0"
|
|
53
53
|
},
|
|
54
|
-
"gitHead": "
|
|
54
|
+
"gitHead": "675805f125097fa8aefcc42381a19caa2964cc64"
|
|
55
55
|
}
|