@snabcentr/client-ui 3.44.10 → 3.44.11

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": "@snabcentr/client-ui",
3
- "version": "3.44.10",
3
+ "version": "3.44.11",
4
4
  "author": "Snabcentr Ltd.",
5
5
  "repository": "https://gitlab.snabcentr.met/web/angular/snabcentr-client-ui-lib",
6
6
  "license": "Commercial",
@@ -748,6 +748,10 @@ video {
748
748
  display: grid;
749
749
  }
750
750
 
751
+ .contents {
752
+ display: contents;
753
+ }
754
+
751
755
  .\!hidden {
752
756
  display: none !important;
753
757
  }