@progress/kendo-angular-common 15.3.1-develop.1 → 15.4.0-develop.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.
@@ -36,7 +36,7 @@ export const bannerStyles = {
36
36
  lineHeight: '20px',
37
37
  backgroundColor: '#FFC000',
38
38
  color: '#1E1E1E',
39
- zIndex: 999
39
+ zIndex: 20000
40
40
  };
41
41
  /**
42
42
  * @hidden
@@ -847,7 +847,7 @@ const bannerStyles = {
847
847
  lineHeight: '20px',
848
848
  backgroundColor: '#FFC000',
849
849
  color: '#1E1E1E',
850
- zIndex: 999
850
+ zIndex: 20000
851
851
  };
852
852
  /**
853
853
  * @hidden
@@ -843,7 +843,7 @@ const bannerStyles = {
843
843
  lineHeight: '20px',
844
844
  backgroundColor: '#FFC000',
845
845
  color: '#1E1E1E',
846
- zIndex: 999
846
+ zIndex: 20000
847
847
  };
848
848
  /**
849
849
  * @hidden
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-angular-common",
3
- "version": "15.3.1-develop.1",
3
+ "version": "15.4.0-develop.1",
4
4
  "description": "Kendo UI for Angular - Utility Package",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "author": "Progress",
@@ -23,7 +23,7 @@
23
23
  "@progress/kendo-common": "^0.2.1",
24
24
  "@progress/kendo-draggable": "^3.0.2",
25
25
  "tslib": "^2.3.1",
26
- "@progress/kendo-angular-schematics": "15.3.1-develop.1"
26
+ "@progress/kendo-angular-schematics": "15.4.0-develop.1"
27
27
  },
28
28
  "publishConfig": {
29
29
  "access": "public"