@snabcentr/client-ui 3.12.0 → 3.12.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.
Potentially problematic release.
This version of @snabcentr/client-ui might be problematic. Click here for more details.
- package/esm2022/cart/cart-item-mobile/sc-cart-item-mobile.component.mjs +3 -3
- package/esm2022/feedback/feedback-form/sc-feedback-form.component.mjs +3 -3
- package/feedback/feedback-form/sc-feedback-form.component.d.ts +1 -1
- package/fesm2022/snabcentr-client-ui.mjs +4 -4
- package/fesm2022/snabcentr-client-ui.mjs.map +1 -1
- package/package.json +1 -1
- package/release_notes.tmp +4 -3
- package/styles/tailwind/tailwind.scss +4 -4
package/package.json
CHANGED
package/release_notes.tmp
CHANGED
@@ -1,6 +1,7 @@
|
|
1
|
-
## 3.12.
|
1
|
+
## 3.12.2 (2025-02-06)
|
2
2
|
|
3
|
-
###
|
3
|
+
### fixed (2 changes)
|
4
4
|
|
5
|
-
- [#
|
5
|
+
- [#11138: Исправлена ошибка formSlag в консоли](web_soft/libs/angular/snabcentr-client-ui-lib@a80e4056e2153b2c1dedae8f3e9a82a54fa3cbf4) ([merge request](web_soft/libs/angular/snabcentr-client-ui-lib!226))
|
6
|
+
- [#11158: Исправлена вёрстка карточки товара мобильной версии](web_soft/libs/angular/snabcentr-client-ui-lib@2414b0b58cbda02464090df91537eed8c3943002) ([merge request](web_soft/libs/angular/snabcentr-client-ui-lib!225))
|
6
7
|
|
@@ -806,6 +806,10 @@ video {
|
|
806
806
|
display: none;
|
807
807
|
}
|
808
808
|
|
809
|
+
.aspect-square {
|
810
|
+
aspect-ratio: 1 / 1;
|
811
|
+
}
|
812
|
+
|
809
813
|
.\!size-20 {
|
810
814
|
width: 5rem !important;
|
811
815
|
height: 5rem !important;
|
@@ -892,10 +896,6 @@ video {
|
|
892
896
|
max-height: 5rem;
|
893
897
|
}
|
894
898
|
|
895
|
-
.max-h-full {
|
896
|
-
max-height: 100%;
|
897
|
-
}
|
898
|
-
|
899
899
|
.min-h-8 {
|
900
900
|
min-height: 2rem;
|
901
901
|
}
|