@snabcentr/client-ui 0.30.1 → 0.31.0

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.

Potentially problematic release.


This version of @snabcentr/client-ui might be problematic. Click here for more details.

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
  }