@snabcentr/client-ui 0.18.0 → 0.21.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.
Potentially problematic release.
This version of @snabcentr/client-ui might be problematic. Click here for more details.
- package/auth/sc-sign-in-form/sc-sign-in-form-by-email/sc-sign-in-form-by-email.component.d.ts +4 -8
- package/auth/sc-sign-in-form/sc-sign-in-form-by-phone/sc-sign-in-form-by-phone.component.d.ts +3 -8
- package/auth/sc-sign-in-form/sc-sign-in-form.component.d.ts +8 -4
- package/catalog/price-history/sc-price-history.component.d.ts +10 -4
- package/esm2020/auth/sc-sign-in-form/sc-sign-in-form-by-email/sc-sign-in-form-by-email.component.mjs +4 -16
- package/esm2020/auth/sc-sign-in-form/sc-sign-in-form-by-phone/sc-sign-in-form-by-phone.component.mjs +4 -16
- package/esm2020/auth/sc-sign-in-form/sc-sign-in-form.component.mjs +24 -6
- package/esm2020/banner/sc-banner.component.mjs +4 -2
- package/esm2020/catalog/categories-list/sc-categories-list.component.mjs +3 -3
- package/esm2020/catalog/price-history/sc-price-history.component.mjs +26 -14
- package/fesm2015/snabcentr-client-ui.mjs +57 -50
- package/fesm2015/snabcentr-client-ui.mjs.map +1 -1
- package/fesm2020/snabcentr-client-ui.mjs +57 -50
- package/fesm2020/snabcentr-client-ui.mjs.map +1 -1
- package/package.json +3 -3
- package/styles/tailwind/tailwind.scss +5 -4
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@snabcentr/client-ui",
|
3
|
-
"version": "0.
|
3
|
+
"version": "0.21.0",
|
4
4
|
"author": "Snabcentr Ltd.",
|
5
5
|
"repository": "https://gitlab.snabcentr.met/web/angular/snabcentr-client-ui-lib",
|
6
6
|
"license": "Commercial",
|
@@ -18,8 +18,8 @@
|
|
18
18
|
"@ng-web-apis/common": "^3.0.6",
|
19
19
|
"@ng-web-apis/intersection-observer": "^3.2.0",
|
20
20
|
"@ng-web-apis/storage": "^3.0.6",
|
21
|
-
"@ngneat/until-destroy": "^9.2.3",
|
22
|
-
"@snabcentr/client-core": "^0.
|
21
|
+
"@ngneat/until-destroy": "^9.2.3 || ^10.0.0",
|
22
|
+
"@snabcentr/client-core": "^0.16.0",
|
23
23
|
"@taiga-ui/addon-charts": "^3.42.1",
|
24
24
|
"@taiga-ui/addon-commerce": "^3.42.1",
|
25
25
|
"@taiga-ui/addon-doc": "^3.42.1",
|
@@ -773,6 +773,11 @@ video {
|
|
773
773
|
height: 1.5rem;
|
774
774
|
}
|
775
775
|
|
776
|
+
.size-8 {
|
777
|
+
width: 2rem;
|
778
|
+
height: 2rem;
|
779
|
+
}
|
780
|
+
|
776
781
|
.\!h-20 {
|
777
782
|
height: 5rem !important;
|
778
783
|
}
|
@@ -829,10 +834,6 @@ video {
|
|
829
834
|
height: 14rem;
|
830
835
|
}
|
831
836
|
|
832
|
-
.h-8 {
|
833
|
-
height: 2rem;
|
834
|
-
}
|
835
|
-
|
836
837
|
.h-\[19rem\] {
|
837
838
|
height: 19rem;
|
838
839
|
}
|