@progress/kendo-theme-default 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/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 +2 -2
- package/scss/calendar/_layout.scss +1 -1
package/dist/all.css
CHANGED
|
@@ -18621,7 +18621,7 @@ kendo-label > .k-label {
|
|
|
18621
18621
|
display: block;
|
|
18622
18622
|
overflow: hidden;
|
|
18623
18623
|
position: relative;
|
|
18624
|
-
z-index:
|
|
18624
|
+
z-index: 1;
|
|
18625
18625
|
}
|
|
18626
18626
|
|
|
18627
18627
|
.k-calendar-navigation::before, .k-calendar-navigation::after {
|
package/dist/all.scss
CHANGED
|
@@ -16900,7 +16900,7 @@ $kendo-calendar-sizes: (
|
|
|
16900
16900
|
display: block;
|
|
16901
16901
|
overflow: hidden;
|
|
16902
16902
|
position: relative;
|
|
16903
|
-
z-index:
|
|
16903
|
+
z-index: 1;
|
|
16904
16904
|
|
|
16905
16905
|
&::before,
|
|
16906
16906
|
&::after {
|
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.8.1",
|
|
4
|
+
"version": "5.8.2-dev.1",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"keywords": [
|
|
@@ -44,5 +44,5 @@
|
|
|
44
44
|
"devDependencies": {
|
|
45
45
|
"sass-build": "^1.0.0"
|
|
46
46
|
},
|
|
47
|
-
"gitHead": "
|
|
47
|
+
"gitHead": "bbf620112c6623157eb4fcfd23498b156483263a"
|
|
48
48
|
}
|