@snabcentr/client-ui 3.34.0 → 3.34.2

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.34.0",
3
+ "version": "3.34.2",
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,6 +1,6 @@
1
- ## 3.34.0 (2025-07-15)
1
+ ## 3.34.2 (2025-07-16)
2
2
 
3
- ### changed (1 change)
3
+ ### fixed (1 change)
4
4
 
5
- - [#11623: Доработана валидация регистрации и создания контрагента.](web_soft/libs/angular/snabcentr-client-ui-lib@8f2e199de129379386e3a409daf564a75f1c2134) ([merge request](web_soft/libs/angular/snabcentr-client-ui-lib!299))
5
+ - [#11831: Исправлена вёрстка длинных названий в карточке категорий](web_soft/libs/angular/snabcentr-client-ui-lib@f114df2f8b306d6be69b80a4597dde9166abd8f9) ([merge request](web_soft/libs/angular/snabcentr-client-ui-lib!301))
6
6
 
@@ -1217,6 +1217,10 @@ video {
1217
1217
  white-space: nowrap;
1218
1218
  }
1219
1219
 
1220
+ .break-all {
1221
+ word-break: break-all;
1222
+ }
1223
+
1220
1224
  .\!rounded-xl {
1221
1225
  border-radius: 0.75rem !important;
1222
1226
  }