@rolatech/angular-components 20.2.6-beta.1 → 20.2.7-beta.2

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rolatech/angular-components",
3
- "version": "20.2.6-beta.1",
3
+ "version": "20.2.7-beta.2",
4
4
  "private": false,
5
5
  "description": "rolatech angular components",
6
6
  "repository": {
@@ -31,8 +31,8 @@
31
31
  "lodash": "^4.17.21"
32
32
  },
33
33
  "dependencies": {
34
- "@rolatech/angular-common": "20.2.6-beta.1",
35
- "@rolatech/angular-services": "20.2.6-beta.1",
34
+ "@rolatech/angular-common": "20.2.7-beta.2",
35
+ "@rolatech/angular-services": "20.2.7-beta.2",
36
36
  "tslib": "^2.3.0"
37
37
  },
38
38
  "exports": {
@@ -857,6 +857,10 @@ video {
857
857
  -webkit-line-clamp: 4;
858
858
  }
859
859
 
860
+ .\!block {
861
+ display: block !important;
862
+ }
863
+
860
864
  .block {
861
865
  display: block;
862
866
  }