@snabcentr/client-ui 3.6.0 → 3.6.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/banner/sc-banner.component.d.ts +5 -51
- package/catalog/hover-image-carousel/hover-image-carousel.component.d.ts +5 -1
- package/esm2022/banner/sc-banner.component.mjs +11 -104
- package/esm2022/catalog/hover-image-carousel/hover-image-carousel.component.mjs +17 -4
- package/fesm2022/snabcentr-client-ui.mjs +26 -104
- package/fesm2022/snabcentr-client-ui.mjs.map +1 -1
- package/package.json +1 -1
- package/release_notes.tmp +2 -7
- package/styles/tailwind/tailwind.scss +4 -13
package/package.json
CHANGED
package/release_notes.tmp
CHANGED
@@ -1,11 +1,6 @@
|
|
1
|
-
## 3.6.
|
2
|
-
|
3
|
-
### added (2 changes)
|
4
|
-
|
5
|
-
- [#10757: Добавлены значки категорий лендинга](web_soft/libs/angular/snabcentr-client-ui-lib@22ee3f78722caef26985377abad9901b8a243a20) ([merge request](web_soft/libs/angular/snabcentr-client-ui-lib!198))
|
6
|
-
- [#10751: Добавлен компонент страницы "Вопросы-ответы"](web_soft/libs/angular/snabcentr-client-ui-lib@7f3ef97c5b5f49be46eb49d8c65f8794f51d67b9) ([merge request](web_soft/libs/angular/snabcentr-client-ui-lib!196))
|
1
|
+
## 3.6.2 (2024-12-13)
|
7
2
|
|
8
3
|
### changed (1 change)
|
9
4
|
|
10
|
-
- [#
|
5
|
+
- [#10774: Доработан компонент изображений плиток товаров](web_soft/libs/angular/snabcentr-client-ui-lib@7dd0928646e3f670d6d12a09c4b02b1b8cfc81d2) ([merge request](web_soft/libs/angular/snabcentr-client-ui-lib!200))
|
11
6
|
|
@@ -652,10 +652,6 @@ video {
|
|
652
652
|
right: -0.25rem;
|
653
653
|
}
|
654
654
|
|
655
|
-
.bottom-4 {
|
656
|
-
bottom: 1rem;
|
657
|
-
}
|
658
|
-
|
659
655
|
.left-0 {
|
660
656
|
left: 0px;
|
661
657
|
}
|
@@ -668,10 +664,6 @@ video {
|
|
668
664
|
left: 0.5rem;
|
669
665
|
}
|
670
666
|
|
671
|
-
.left-8 {
|
672
|
-
left: 2rem;
|
673
|
-
}
|
674
|
-
|
675
667
|
.right-0 {
|
676
668
|
right: 0px;
|
677
669
|
}
|
@@ -1222,6 +1214,10 @@ video {
|
|
1222
1214
|
--tw-gradient-to: var(--tui-background-base) var(--tw-gradient-to-position);
|
1223
1215
|
}
|
1224
1216
|
|
1217
|
+
.bg-\[length\:100\%_100\%\] {
|
1218
|
+
background-size: 100% 100%;
|
1219
|
+
}
|
1220
|
+
|
1225
1221
|
.bg-cover {
|
1226
1222
|
background-size: cover;
|
1227
1223
|
}
|
@@ -1457,11 +1453,6 @@ video {
|
|
1457
1453
|
color: rgb(234 179 8 / var(--tw-text-opacity, 1)) !important;
|
1458
1454
|
}
|
1459
1455
|
|
1460
|
-
.text-black {
|
1461
|
-
--tw-text-opacity: 1;
|
1462
|
-
color: rgb(0 0 0 / var(--tw-text-opacity, 1));
|
1463
|
-
}
|
1464
|
-
|
1465
1456
|
.text-tui-base-07 {
|
1466
1457
|
color: var(--tui-background-accent-opposite-pressed);
|
1467
1458
|
}
|