@progress/kendo-theme-material 5.8.1 → 5.8.2-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 +1 -1
- package/dist/all.scss +1 -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 +3 -3
package/dist/all.css
CHANGED
|
@@ -19630,7 +19630,7 @@ kendo-label > .k-label {
|
|
|
19630
19630
|
display: block;
|
|
19631
19631
|
overflow: hidden;
|
|
19632
19632
|
position: relative;
|
|
19633
|
-
z-index:
|
|
19633
|
+
z-index: 1;
|
|
19634
19634
|
}
|
|
19635
19635
|
|
|
19636
19636
|
.k-calendar-navigation::before, .k-calendar-navigation::after {
|
package/dist/all.scss
CHANGED
|
@@ -18917,7 +18917,7 @@ $kendo-calendar-sizes: (
|
|
|
18917
18917
|
display: block;
|
|
18918
18918
|
overflow: hidden;
|
|
18919
18919
|
position: relative;
|
|
18920
|
-
z-index:
|
|
18920
|
+
z-index: 1;
|
|
18921
18921
|
|
|
18922
18922
|
&::before,
|
|
18923
18923
|
&::after {
|
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.8.1",
|
|
4
|
+
"version": "5.8.2-dev.1",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"keywords": [
|
|
@@ -44,10 +44,10 @@
|
|
|
44
44
|
"postpublish": "echo 'no postpublish for material theme'"
|
|
45
45
|
},
|
|
46
46
|
"dependencies": {
|
|
47
|
-
"@progress/kendo-theme-default": "^5.8.1"
|
|
47
|
+
"@progress/kendo-theme-default": "^5.8.2-dev.1"
|
|
48
48
|
},
|
|
49
49
|
"devDependencies": {
|
|
50
50
|
"sass-build": "^1.0.0"
|
|
51
51
|
},
|
|
52
|
-
"gitHead": "
|
|
52
|
+
"gitHead": "bbf620112c6623157eb4fcfd23498b156483263a"
|
|
53
53
|
}
|