@progress/kendo-theme-material 6.2.1-dev.0 → 6.2.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.css +0 -1
- package/dist/all.scss +0 -1
- 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/dist/all.css
CHANGED
|
@@ -47244,7 +47244,6 @@ kendo-grid .k-grid-row-sticky .k-table-td {
|
|
|
47244
47244
|
display: flex;
|
|
47245
47245
|
flex-flow: column nowrap;
|
|
47246
47246
|
position: relative;
|
|
47247
|
-
z-index: 1;
|
|
47248
47247
|
-webkit-touch-callout: none;
|
|
47249
47248
|
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
47250
47249
|
}
|
package/dist/all.scss
CHANGED
|
@@ -43149,7 +43149,6 @@ $kendo-editor-selectednode-outline-color: #8cf !default; // sass-lint:disable-li
|
|
|
43149
43149
|
display: flex;
|
|
43150
43150
|
flex-flow: column nowrap;
|
|
43151
43151
|
position: relative;
|
|
43152
|
-
z-index: 1;
|
|
43153
43152
|
-webkit-touch-callout: none;
|
|
43154
43153
|
-webkit-tap-highlight-color: $kendo-color-rgba-transparent;
|
|
43155
43154
|
|
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": "6.2.1-dev.
|
|
4
|
+
"version": "6.2.1-dev.1+11ca05ae1",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"keywords": [
|
|
@@ -50,9 +50,9 @@
|
|
|
50
50
|
},
|
|
51
51
|
"dependencies": {
|
|
52
52
|
"@progress/kendo-font-icons": "1.4.0",
|
|
53
|
-
"@progress/kendo-theme-core": "6.2.1-dev.
|
|
54
|
-
"@progress/kendo-theme-default": "6.2.1-dev.
|
|
55
|
-
"@progress/kendo-theme-utils": "6.2.1-dev.
|
|
53
|
+
"@progress/kendo-theme-core": "6.2.1-dev.1+11ca05ae1",
|
|
54
|
+
"@progress/kendo-theme-default": "6.2.1-dev.1+11ca05ae1",
|
|
55
|
+
"@progress/kendo-theme-utils": "6.2.1-dev.1+11ca05ae1"
|
|
56
56
|
},
|
|
57
|
-
"gitHead": "
|
|
57
|
+
"gitHead": "11ca05ae129666f4ab9b4ecd25194b577ddfa8c3"
|
|
58
58
|
}
|