@sonic-equipment/ui 225.0.0 → 227.0.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/dist/exports.d.ts +5 -0
- package/dist/footer/connected-footer.js +3 -1
- package/dist/forms/partials/password-validation/password-validation.js +1 -1
- package/dist/index.js +6 -2
- package/dist/intl/translation-id.d.ts +1 -1
- package/dist/modals/dialog/dialog.d.ts +1 -0
- package/dist/modals/dialog/dialog.js +3 -2
- package/dist/notifications/announcements/connected-announcement-list.js +4 -4
- package/dist/pages/account/change-password-page/change-password-page.d.ts +6 -0
- package/dist/pages/account/change-password-page/change-password-page.js +57 -0
- package/dist/pages/account/components/change-password-form/change-password-form.d.ts +16 -0
- package/dist/pages/account/components/change-password-form/change-password-form.js +49 -0
- package/dist/pages/account/components/sign-in-form/sign-in-form.d.ts +3 -3
- package/dist/pages/account/components/sign-in-form/sign-in-form.js +4 -0
- package/dist/pages/account/sign-in-page/sign-in-page.js +51 -14
- package/dist/pages/my-sonic/actions/change-password/change-password-dialog.d.ts +4 -2
- package/dist/pages/my-sonic/actions/change-password/change-password-dialog.js +6 -6
- package/dist/pages/my-sonic/actions/change-password/change-password-dialog.module.css.js +3 -0
- package/dist/pages/my-sonic/actions/change-password/change-password.d.ts +4 -3
- package/dist/pages/my-sonic/actions/change-password/change-password.js +4 -12
- package/dist/pages/my-sonic/actions/change-password/connected-change-password-dialog.js +1 -1
- package/dist/pages/product/product-details-page/product-details.js +6 -2
- package/dist/shared/api/bff/hooks/use-fetch-products-prices.d.ts +2 -0
- package/dist/shared/api/bff/hooks/use-fetch-products-prices.js +14 -0
- package/dist/shared/api/bff/model/bff.model.d.ts +13 -0
- package/dist/shared/api/bff/services/bff-service.d.ts +11 -5
- package/dist/shared/api/bff/services/bff-service.js +52 -29
- package/dist/shared/api/shared/types.d.ts +6 -0
- package/dist/shared/api/storefront/hooks/authentication/use-sign-in.js +4 -7
- package/dist/shared/api/storefront/model/storefront.model.d.ts +4 -0
- package/dist/shared/api/storefront/services/account-service.d.ts +2 -2
- package/dist/shared/api/storefront/services/account-service.js +4 -6
- package/dist/shared/api/storefront/services/authentication-service.d.ts +20 -4
- package/dist/shared/api/storefront/services/authentication-service.js +100 -39
- package/dist/shared/api/storefront/services/cart-service.d.ts +3 -2
- package/dist/shared/api/storefront/services/cart-service.js +2 -1
- package/dist/shared/api/storefront/services/category-service.d.ts +6 -0
- package/dist/shared/api/storefront/services/category-service.js +19 -0
- package/dist/shared/api/storefront/services/translation-service.js +4 -0
- package/dist/shared/feature-flags/use-feature-flags.js +4 -2
- package/dist/styles.css +24 -20
- package/package.json +1 -1
package/dist/styles.css
CHANGED
|
@@ -7538,18 +7538,18 @@ button.swiper-pagination-bullet {
|
|
|
7538
7538
|
height: auto;
|
|
7539
7539
|
}
|
|
7540
7540
|
|
|
7541
|
-
.
|
|
7542
|
-
|
|
7541
|
+
.change-password-module-hSjXo {
|
|
7542
|
+
display: grid;
|
|
7543
|
+
inset: 0;
|
|
7544
|
+
min-block-size: 150px;
|
|
7545
|
+
min-inline-size: 250px;
|
|
7546
|
+
place-content: center;
|
|
7543
7547
|
}
|
|
7544
7548
|
|
|
7545
|
-
.
|
|
7546
|
-
|
|
7549
|
+
.change-password-module-HyPjt {
|
|
7550
|
+
margin-block-start: var(--space-16);
|
|
7547
7551
|
}
|
|
7548
7552
|
|
|
7549
|
-
.sign-in-form-module-BoJwR .sign-in-form-module-PQ4Ik {
|
|
7550
|
-
margin-block: 0 var(--space-4);
|
|
7551
|
-
}
|
|
7552
|
-
|
|
7553
7553
|
.sign-in-page-layout-module-Z1oE2 {
|
|
7554
7554
|
--layout-width: var(--page-container-max-layout-width, 100vw);
|
|
7555
7555
|
--padding-inline: var(--page-container-padding-inline, 10px);
|
|
@@ -7654,6 +7654,22 @@ button.swiper-pagination-bullet {
|
|
|
7654
7654
|
object-position: right;
|
|
7655
7655
|
}
|
|
7656
7656
|
|
|
7657
|
+
.create-account-form-module-TMU8F {
|
|
7658
|
+
min-inline-size: 270px;
|
|
7659
|
+
}
|
|
7660
|
+
|
|
7661
|
+
.sign-in-form-module-BoJwR {
|
|
7662
|
+
min-inline-size: 270px;
|
|
7663
|
+
}
|
|
7664
|
+
|
|
7665
|
+
.sign-in-form-module-BoJwR .sign-in-form-module-PQ4Ik {
|
|
7666
|
+
margin-block: 0 var(--space-4);
|
|
7667
|
+
}
|
|
7668
|
+
|
|
7669
|
+
.change-password-dialog-module-e1njU {
|
|
7670
|
+
margin-block: 0 var(--space-8);
|
|
7671
|
+
}
|
|
7672
|
+
|
|
7657
7673
|
.checkout-page-layout-module-lULV3 {
|
|
7658
7674
|
--layout-width: var(--page-container-max-width, 100svw);
|
|
7659
7675
|
--padding-inline: var(--page-container-padding-inline, 10px);
|
|
@@ -8114,18 +8130,6 @@ button.swiper-pagination-bullet {
|
|
|
8114
8130
|
height: 400px;
|
|
8115
8131
|
}
|
|
8116
8132
|
|
|
8117
|
-
.change-password-module-hSjXo {
|
|
8118
|
-
display: grid;
|
|
8119
|
-
inset: 0;
|
|
8120
|
-
min-block-size: 150px;
|
|
8121
|
-
min-inline-size: 250px;
|
|
8122
|
-
place-content: center;
|
|
8123
|
-
}
|
|
8124
|
-
|
|
8125
|
-
.change-password-module-HyPjt {
|
|
8126
|
-
margin-block-start: var(--space-16);
|
|
8127
|
-
}
|
|
8128
|
-
|
|
8129
8133
|
.create-ship-to-address-module--IJ52 {
|
|
8130
8134
|
display: flex;
|
|
8131
8135
|
flex-direction: column;
|