ros.grant.common 2.0.1170 → 2.0.1173

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.
@@ -202,7 +202,8 @@
202
202
  max-height: 0;
203
203
  overflow: hidden;
204
204
  opacity: 0;
205
- transition: .5s;
205
+ transition: .3s;
206
+ z-index: 1;
206
207
 
207
208
  @media (max-width: 576px) {
208
209
  max-width: calc(100vw - 32px);
@@ -62,7 +62,7 @@
62
62
  text-overflow: ellipsis;
63
63
  overflow: hidden;
64
64
  display: -webkit-box;
65
- -webkit-line-clamp: 2;
65
+ -webkit-line-clamp: 1;
66
66
  -webkit-box-orient: vertical;
67
67
 
68
68
  @media (max-width: 768px) {
@@ -103,6 +103,7 @@
103
103
  display: flex !important;
104
104
  align-items: center;
105
105
  margin-right: 10px;
106
+ white-space: nowrap;
106
107
  margin-top: 0;
107
108
  cursor: pointer;
108
109
 
package/package.json CHANGED
@@ -1,7 +1,10 @@
1
1
  {
2
- "version": "2.0.1170",
2
+ "version": "2.0.1173",
3
3
  "name": "ros.grant.common",
4
4
  "private": false,
5
+ "scripts": {
6
+ "package": "npm version patch && npm publish"
7
+ },
5
8
  "description": "Collection of static files used by RosGrant awesome team",
6
9
  "dependencies": {
7
10
  "@babel/core": "^7.8.4",
@@ -48,7 +51,7 @@
48
51
  "pickmeup": "^3.2.1",
49
52
  "rimraf": "^3.0.2",
50
53
  "ros.grant.telerik": "1.0.22",
51
- "ros.grant.webshared": "2.0.411",
54
+ "ros.grant.webshared": "2.0.412",
52
55
  "rxjs": "^6.5.4",
53
56
  "slick-carousel": "^1.8.1",
54
57
  "sticky-sidebar": "^3.3.1",