@snabcentr/client-ui 3.27.6 → 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/catalog/notify-when-in-stock-dialog/sc-notify-when-in-stock-dialog.component.d.ts +2 -3
- package/contragents/new-contragent-form/sc-new-contragent-form.component.d.ts +9 -0
- package/contragents/sc-contragents.module.d.ts +1 -1
- package/esm2022/cart/cart-item/sc-cart-item.component.mjs +3 -3
- package/esm2022/catalog/notify-when-in-stock-dialog/sc-notify-when-in-stock-dialog.component.mjs +21 -21
- package/esm2022/catalog/price-warehouse-stock/sc-price-warehouse-stock.component.mjs +3 -3
- package/esm2022/contragents/new-contragent-form/sc-new-contragent-form.component.mjs +18 -10
- package/esm2022/contragents/sc-contragents.module.mjs +12 -5
- package/esm2022/order/order-item-mobile/sc-order-item-mobile.component.mjs +3 -3
- package/fesm2022/snabcentr-client-ui.mjs +62 -52
- package/fesm2022/snabcentr-client-ui.mjs.map +1 -1
- package/package.json +2 -2
- package/release_notes.tmp +3 -3
- package/styles/tailwind/tailwind.scss +8 -0
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@snabcentr/client-ui",
|
3
|
-
"version": "3.
|
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",
|
@@ -15,7 +15,7 @@
|
|
15
15
|
"@maskito/core": "^3.2.0",
|
16
16
|
"@ng-web-apis/intersection-observer": "^4.11.1",
|
17
17
|
"@ng-web-apis/common": "^4.11.1",
|
18
|
-
"@snabcentr/client-core": "^2.52.
|
18
|
+
"@snabcentr/client-core": "^2.52.2",
|
19
19
|
"@taiga-ui/addon-charts": "^4.24.0",
|
20
20
|
"@taiga-ui/addon-commerce": "^4.24.0",
|
21
21
|
"@taiga-ui/cdk": "^4.24.0",
|
package/release_notes.tmp
CHANGED
@@ -1,6 +1,6 @@
|
|
1
|
-
## 3.
|
1
|
+
## 3.29.0 (2025-06-11)
|
2
2
|
|
3
|
-
###
|
3
|
+
### changed (1 change)
|
4
4
|
|
5
|
-
- [#
|
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))
|
6
6
|
|
@@ -1112,6 +1112,10 @@ video {
|
|
1112
1112
|
justify-items: center !important;
|
1113
1113
|
}
|
1114
1114
|
|
1115
|
+
.\!gap-1 {
|
1116
|
+
gap: 0.25rem !important;
|
1117
|
+
}
|
1118
|
+
|
1115
1119
|
.gap-0\.5 {
|
1116
1120
|
gap: 0.125rem;
|
1117
1121
|
}
|
@@ -1669,6 +1673,10 @@ video {
|
|
1669
1673
|
color: var(--tui-text-tertiary);
|
1670
1674
|
}
|
1671
1675
|
|
1676
|
+
.\!underline {
|
1677
|
+
text-decoration-line: underline !important;
|
1678
|
+
}
|
1679
|
+
|
1672
1680
|
.underline {
|
1673
1681
|
text-decoration-line: underline;
|
1674
1682
|
}
|