@snabcentr/client-ui 3.44.10 → 3.44.12

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.12",
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
  }
@@ -1169,10 +1173,6 @@ video {
1169
1173
  white-space: nowrap;
1170
1174
  }
1171
1175
 
1172
- .break-all {
1173
- word-break: break-all;
1174
- }
1175
-
1176
1176
  .\!rounded-xl {
1177
1177
  border-radius: 0.75rem !important;
1178
1178
  }