@progress/kendo-theme-material 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/material-aqua-dark.json +1 -1
- package/lib/swatches/material-arctic.json +1 -1
- package/lib/swatches/material-burnt-teal.json +1 -1
- package/lib/swatches/material-dataviz-v4.json +1 -1
- package/lib/swatches/material-eggplant.json +1 -1
- package/lib/swatches/material-lime-dark.json +1 -1
- package/lib/swatches/material-lime.json +1 -1
- package/lib/swatches/material-main-dark.json +1 -1
- package/lib/swatches/material-main.json +1 -1
- package/lib/swatches/material-nova.json +1 -1
- package/lib/swatches/material-pacific-dark.json +1 -1
- package/lib/swatches/material-pacific.json +1 -1
- package/lib/swatches/material-sky-dark.json +1 -1
- package/lib/swatches/material-sky.json +1 -1
- package/lib/swatches/material-smoke.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
|
@@ -23073,6 +23073,9 @@ $rating-icon-focused-selected-shadow: 0 2px 4px rgba( black, .1) !default;
|
|
|
23073
23073
|
// #region @import "../common/_index.scss"; -> packages/material/scss/common/_index.scss
|
|
23074
23074
|
// File already imported_once. Skipping output.
|
|
23075
23075
|
// #endregion
|
|
23076
|
+
// #region @import "../utils/_border.scss"; -> packages/material/scss/utils/_border.scss
|
|
23077
|
+
// File already imported_once. Skipping output.
|
|
23078
|
+
// #endregion
|
|
23076
23079
|
|
|
23077
23080
|
|
|
23078
23081
|
// Component
|
|
@@ -37146,6 +37149,9 @@ $pivotgrid-remove-text: $pivotgrid-button-bg !default;
|
|
|
37146
37149
|
// #region @import "../common/_index.scss"; -> packages/material/scss/common/_index.scss
|
|
37147
37150
|
// File already imported_once. Skipping output.
|
|
37148
37151
|
// #endregion
|
|
37152
|
+
// #region @import "../utils/_text.scss"; -> packages/material/scss/utils/_text.scss
|
|
37153
|
+
// File already imported_once. Skipping output.
|
|
37154
|
+
// #endregion
|
|
37149
37155
|
// #region @import "../grid/_index.scss"; -> packages/material/scss/grid/_index.scss
|
|
37150
37156
|
// File already imported_once. Skipping output.
|
|
37151
37157
|
// #endregion
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-theme-material",
|
|
3
3
|
"description": "Material 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": [
|
|
@@ -47,12 +47,12 @@
|
|
|
47
47
|
},
|
|
48
48
|
"dependencies": {
|
|
49
49
|
"@progress/kendo-font-icons": "^0.6.0",
|
|
50
|
-
"@progress/kendo-theme-core": "^5.11.
|
|
51
|
-
"@progress/kendo-theme-default": "^5.11.
|
|
52
|
-
"@progress/kendo-theme-utils": "^5.11.
|
|
50
|
+
"@progress/kendo-theme-core": "^5.11.1-dev.1",
|
|
51
|
+
"@progress/kendo-theme-default": "^5.11.1-dev.1",
|
|
52
|
+
"@progress/kendo-theme-utils": "^5.11.1-dev.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