@snabcentr/client-ui 3.40.4 → 3.40.5

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.40.4",
3
+ "version": "3.40.5",
4
4
  "author": "Snabcentr Ltd.",
5
5
  "repository": "https://gitlab.snabcentr.met/web/angular/snabcentr-client-ui-lib",
6
6
  "license": "Commercial",
package/release_notes.tmp CHANGED
@@ -1,4 +1,4 @@
1
- ## 3.40.4 (2025-09-19)
1
+ ## 3.40.5 (2025-09-29)
2
2
 
3
3
  ### fixed (4 changes)
4
4
 
@@ -771,6 +771,10 @@ video {
771
771
  margin-left: 1rem;
772
772
  }
773
773
 
774
+ .ml-5 {
775
+ margin-left: 1.25rem;
776
+ }
777
+
774
778
  .mr-2 {
775
779
  margin-right: 0.5rem;
776
780
  }