@progress/kendo-theme-classic 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/classic-green-dark.json +1 -1
- package/lib/swatches/classic-green.json +1 -1
- package/lib/swatches/classic-main-dark.json +1 -1
- package/lib/swatches/classic-main.json +1 -1
- package/lib/swatches/classic-opal-dark.json +1 -1
- package/lib/swatches/classic-opal.json +1 -1
- package/lib/swatches/classic-silver-dark.json +1 -1
- package/lib/swatches/classic-silver.json +1 -1
- package/package.json +3 -3
package/dist/all.css
CHANGED
|
@@ -18623,7 +18623,7 @@ kendo-label > .k-label {
|
|
|
18623
18623
|
display: block;
|
|
18624
18624
|
overflow: hidden;
|
|
18625
18625
|
position: relative;
|
|
18626
|
-
z-index:
|
|
18626
|
+
z-index: 1;
|
|
18627
18627
|
}
|
|
18628
18628
|
|
|
18629
18629
|
.k-calendar-navigation::before, .k-calendar-navigation::after {
|
package/dist/all.scss
CHANGED
|
@@ -17174,7 +17174,7 @@ $kendo-calendar-sizes: (
|
|
|
17174
17174
|
display: block;
|
|
17175
17175
|
overflow: hidden;
|
|
17176
17176
|
position: relative;
|
|
17177
|
-
z-index:
|
|
17177
|
+
z-index: 1;
|
|
17178
17178
|
|
|
17179
17179
|
&::before,
|
|
17180
17180
|
&::after {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-theme-classic",
|
|
3
3
|
"description": "Sass port of less based themes for Kendo UI theme",
|
|
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": [
|
|
@@ -43,10 +43,10 @@
|
|
|
43
43
|
"postpublish": "echo 'no postpublish for classic theme'"
|
|
44
44
|
},
|
|
45
45
|
"dependencies": {
|
|
46
|
-
"@progress/kendo-theme-default": "^5.8.1"
|
|
46
|
+
"@progress/kendo-theme-default": "^5.8.2-dev.1"
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|
|
49
49
|
"sass-build": "^1.0.0"
|
|
50
50
|
},
|
|
51
|
-
"gitHead": "
|
|
51
|
+
"gitHead": "bbf620112c6623157eb4fcfd23498b156483263a"
|
|
52
52
|
}
|