ros.grant.common 2.1.28 → 2.1.30
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.
|
@@ -280,7 +280,7 @@
|
|
|
280
280
|
transition: opacity 0.3s ease, left 0s 0.3s, -webkit-transform 0.3s ease;
|
|
281
281
|
transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0.3s;
|
|
282
282
|
transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0.3s, -webkit-transform 0.3s ease;
|
|
283
|
-
z-index:
|
|
283
|
+
z-index: 99999;
|
|
284
284
|
}
|
|
285
285
|
|
|
286
286
|
.datepicker.-from-top- {
|
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "2.1.
|
|
2
|
+
"version": "2.1.30",
|
|
3
3
|
"name": "ros.grant.common",
|
|
4
4
|
"private": false,
|
|
5
5
|
"scripts": {
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
},
|
|
8
8
|
"description": "Collection of static files used by RosGrant awesome team",
|
|
9
9
|
"dependencies": {
|
|
10
|
-
"myrta.common": "^1.0.
|
|
10
|
+
"myrta.common": "^1.0.24",
|
|
11
11
|
"@babel/core": "^7.8.4",
|
|
12
12
|
"@babel/preset-env": "^7.8.4",
|
|
13
13
|
"@ng-select/ng-select": "^8.1.1",
|