@snabcentr/client-ui 0.19.0 → 1.18.1
Sign up to get free protection for your applications and to get access to all the features.
- package/auth/sc-sign-in-form/sc-sign-in-form-by-email/sc-sign-in-form-by-email.component.d.ts +8 -4
- package/auth/sc-sign-in-form/sc-sign-in-form-by-phone/sc-sign-in-form-by-phone.component.d.ts +8 -3
- package/auth/sc-sign-in-form/sc-sign-in-form.component.d.ts +4 -8
- package/esm2020/auth/sc-sign-in-form/sc-sign-in-form-by-email/sc-sign-in-form-by-email.component.mjs +16 -4
- package/esm2020/auth/sc-sign-in-form/sc-sign-in-form-by-phone/sc-sign-in-form-by-phone.component.mjs +16 -4
- package/esm2020/auth/sc-sign-in-form/sc-sign-in-form.component.mjs +6 -24
- package/esm2020/banner/sc-banner.component.mjs +2 -4
- package/fesm2015/snabcentr-client-ui.mjs +36 -33
- package/fesm2015/snabcentr-client-ui.mjs.map +1 -1
- package/fesm2020/snabcentr-client-ui.mjs +36 -33
- package/fesm2020/snabcentr-client-ui.mjs.map +1 -1
- package/package.json +2 -2
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@snabcentr/client-ui",
|
3
|
-
"version": "
|
3
|
+
"version": "1.18.1",
|
4
4
|
"author": "Snabcentr Ltd.",
|
5
5
|
"repository": "https://gitlab.snabcentr.met/web/angular/snabcentr-client-ui-lib",
|
6
6
|
"license": "Commercial",
|
@@ -19,7 +19,7 @@
|
|
19
19
|
"@ng-web-apis/intersection-observer": "^3.2.0",
|
20
20
|
"@ng-web-apis/storage": "^3.0.6",
|
21
21
|
"@ngneat/until-destroy": "^9.2.3 || ^10.0.0",
|
22
|
-
"@snabcentr/client-core": "^0.
|
22
|
+
"@snabcentr/client-core": "^0.15.4",
|
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",
|