@snabcentr/client-ui 0.0.21 → 0.0.22

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.0.21",
3
+ "version": "0.0.22",
4
4
  "author": "Snabcentr Ltd.",
5
5
  "repository": "https://gitlab.snabcentr.met/web/angular/snabcentr-client-ui-lib",
6
6
  "license": "Commercial",
@@ -964,6 +964,10 @@ video {
964
964
  cursor: pointer;
965
965
  }
966
966
 
967
+ .touch-none {
968
+ touch-action: none;
969
+ }
970
+
967
971
  .resize {
968
972
  resize: both;
969
973
  }