@rolatech/angular-components 20.2.8-beta.5 → 20.2.8-beta.6

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.8-beta.5",
3
+ "version": "20.2.8-beta.6",
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.8-beta.5",
35
- "@rolatech/angular-services": "20.2.8-beta.5",
34
+ "@rolatech/angular-common": "20.2.8-beta.6",
35
+ "@rolatech/angular-services": "20.2.8-beta.6",
36
36
  "tslib": "^2.3.0"
37
37
  },
38
38
  "exports": {
@@ -1401,6 +1401,10 @@ video {
1401
1401
  overflow: scroll;
1402
1402
  }
1403
1403
 
1404
+ .overflow-x-auto {
1405
+ overflow-x: auto;
1406
+ }
1407
+
1404
1408
  .overflow-y-auto {
1405
1409
  overflow-y: auto;
1406
1410
  }
@@ -1423,6 +1427,10 @@ video {
1423
1427
  white-space: normal;
1424
1428
  }
1425
1429
 
1430
+ .whitespace-nowrap {
1431
+ white-space: nowrap;
1432
+ }
1433
+
1426
1434
  .whitespace-pre {
1427
1435
  white-space: pre;
1428
1436
  }
@@ -1682,6 +1690,10 @@ video {
1682
1690
  padding-bottom: 1.5rem;
1683
1691
  }
1684
1692
 
1693
+ .pb-1 {
1694
+ padding-bottom: 0.25rem;
1695
+ }
1696
+
1685
1697
  .pb-16 {
1686
1698
  padding-bottom: 4rem;
1687
1699
  }
@@ -1974,6 +1986,10 @@ video {
1974
1986
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
1975
1987
  }
1976
1988
 
1989
+ .\[-webkit-overflow-scrolling\:touch\] {
1990
+ -webkit-overflow-scrolling: touch;
1991
+ }
1992
+
1977
1993
  .\[overflow-anchor\:none\] {
1978
1994
  overflow-anchor: none;
1979
1995
  }