@snabcentr/client-ui 0.30.1 → 0.31.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.30.1",
3
+ "version": "0.31.0",
4
4
  "author": "Snabcentr Ltd.",
5
5
  "repository": "https://gitlab.snabcentr.met/web/angular/snabcentr-client-ui-lib",
6
6
  "license": "Commercial",
@@ -745,6 +745,10 @@ video {
745
745
  display: inline;
746
746
  }
747
747
 
748
+ .\!flex {
749
+ display: flex !important;
750
+ }
751
+
748
752
  .flex {
749
753
  display: flex;
750
754
  }
@@ -963,6 +967,10 @@ video {
963
967
  grid-template-columns: repeat(auto-fill,minmax(21rem,1fr));
964
968
  }
965
969
 
970
+ .\!flex-col {
971
+ flex-direction: column !important;
972
+ }
973
+
966
974
  .flex-col {
967
975
  flex-direction: column;
968
976
  }