@snabcentr/client-ui 3.30.0 → 3.31.1

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.30.0",
3
+ "version": "3.31.1",
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.30.0 (2025-06-17)
1
+ ## 3.31.1 (2025-06-20)
2
2
 
3
3
  ### changed (1 change)
4
4
 
5
- - [#10994: Отменены правки компонента формы отправки запроса на уведомление о поступлении товара](web_soft/libs/angular/snabcentr-client-ui-lib@623e91c2c4e03392bad1de447c5638621096907e) ([merge request](web_soft/libs/angular/snabcentr-client-ui-lib!286))
5
+ - [#11775: Доработан компонент добавления/изменения товара в корзине.](web_soft/libs/angular/snabcentr-client-ui-lib@6865c4b702f72bf6b2068e6d5f3b2f1975290918) ([merge request](web_soft/libs/angular/snabcentr-client-ui-lib!288))
6
6
 
@@ -1472,6 +1472,11 @@ video {
1472
1472
  line-height: 1.75rem !important;
1473
1473
  }
1474
1474
 
1475
+ .text-2xl {
1476
+ font-size: 1.5rem;
1477
+ line-height: 2rem;
1478
+ }
1479
+
1475
1480
  .text-6xl {
1476
1481
  font-size: 3.75rem;
1477
1482
  line-height: 1;