@snabcentr/client-ui 3.28.0 → 3.29.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.28.0",
3
+ "version": "3.29.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,10 +1,6 @@
1
- ## 3.28.0 (2025-06-06)
2
-
3
- ### fixed (1 change)
4
-
5
- - [#11779: Доработаны стили и поведение элемента карточки элемента корзины для скрытых товаров](web_soft/libs/angular/snabcentr-client-ui-lib@6ca0fb2b4aad97d471f6c54e0a496423b0e04b16) ([merge request](web_soft/libs/angular/snabcentr-client-ui-lib!281))
1
+ ## 3.29.0 (2025-06-11)
6
2
 
7
3
  ### changed (1 change)
8
4
 
9
- - [#11749: Заменен элемент tui-select на tui-combo-box, добавлены функции для...](web_soft/libs/angular/snabcentr-client-ui-lib@1de84906bd550cfa7a0138af6f21b4e6e2dccf91) ([merge request](web_soft/libs/angular/snabcentr-client-ui-lib!282))
5
+ - [#11844: Обновлено отображение информации о наличии товара в компоненте sc-price-warehouse-stock.](web_soft/libs/angular/snabcentr-client-ui-lib@9ea75271621c11a7a05d615387f095990c3cac06) ([merge request](web_soft/libs/angular/snabcentr-client-ui-lib!283))
10
6
 
@@ -1673,6 +1673,10 @@ video {
1673
1673
  color: var(--tui-text-tertiary);
1674
1674
  }
1675
1675
 
1676
+ .\!underline {
1677
+ text-decoration-line: underline !important;
1678
+ }
1679
+
1676
1680
  .underline {
1677
1681
  text-decoration-line: underline;
1678
1682
  }