@snabcentr/client-ui 3.22.0 → 3.23.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@snabcentr/client-ui",
3
- "version": "3.22.0",
3
+ "version": "3.23.0",
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.22.0 (2025-04-28)
1
+ ## 3.23.0 (2025-04-30)
2
2
 
3
3
  ### added (1 change)
4
4
 
5
- - [#11548: Добавлена возможность вводить номер телефона в международном формате](web_soft/libs/angular/snabcentr-client-ui-lib@2e3b7f25bf51537889e1a3c7fde607422ebb964c) ([merge request](web_soft/libs/angular/snabcentr-client-ui-lib!268))
5
+ - [#11505: Добавлен компонент для загрузки товаров в корзину из CSV.](web_soft/libs/angular/snabcentr-client-ui-lib@45cf33d7ae5cd2395a599ef1c23992f2a59bd11e) ([merge request](web_soft/libs/angular/snabcentr-client-ui-lib!269))
6
6
 
@@ -779,6 +779,10 @@ video {
779
779
  margin-top: 1rem;
780
780
  }
781
781
 
782
+ .mt-8 {
783
+ margin-top: 2rem;
784
+ }
785
+
782
786
  .line-clamp-3 {
783
787
  overflow: hidden;
784
788
  display: -webkit-box;