@snabcentr/client-ui 0.21.0 → 0.23.0

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@snabcentr/client-ui",
3
- "version": "0.21.0",
3
+ "version": "0.23.0",
4
4
  "author": "Snabcentr Ltd.",
5
5
  "repository": "https://gitlab.snabcentr.met/web/angular/snabcentr-client-ui-lib",
6
6
  "license": "Commercial",
@@ -1024,6 +1024,10 @@ video {
1024
1024
  gap: 1.25rem;
1025
1025
  }
1026
1026
 
1027
+ .gap-8 {
1028
+ gap: 2rem;
1029
+ }
1030
+
1027
1031
  .gap-x-2 {
1028
1032
  -moz-column-gap: 0.5rem;
1029
1033
  column-gap: 0.5rem;