@sonic-equipment/ui 184.0.0 → 185.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/cards/data-card/data-card.js +37 -20
- package/dist/cards/data-card/data-card.module.css.js +1 -1
- package/dist/country-selector/country-selector-dialog/country-selector-dialog.js +1 -5
- package/dist/exports.d.ts +20 -2
- package/dist/forms/form/form.d.ts +7 -3
- package/dist/forms/form/form.js +2 -2
- package/dist/forms/password-validation/password-validation.d.ts +4 -0
- package/dist/forms/password-validation/password-validation.js +32 -0
- package/dist/forms/select/select.d.ts +2 -1
- package/dist/forms/select/select.js +2 -2
- package/dist/index.js +21 -3
- package/dist/intl/translation-id.d.ts +1 -1
- package/dist/intl/use-formatted-message.js +2 -1
- package/dist/lists/menu-list/menu-list.d.ts +2 -1
- package/dist/lists/menu-list/menu-list.js +2 -2
- package/dist/lists/widget-grid/widget-grid.d.ts +5 -0
- package/dist/lists/widget-grid/widget-grid.js +9 -0
- package/dist/lists/widget-grid/widget-grid.module.css.js +3 -0
- package/dist/lists/widget-grid/widget.d.ts +6 -0
- package/dist/lists/widget-grid/widget.js +10 -0
- package/dist/modals/dialog/dialog.d.ts +5 -5
- package/dist/modals/dialog/dialog.js +18 -18
- package/dist/modals/dialog/dialog.module.css.js +1 -1
- package/dist/modals/recover-password/recover-password-dialog.js +1 -3
- package/dist/pages/account/components/create-account-form/create-account-form.js +2 -17
- package/dist/pages/account/create-account-page/create-account-page.js +4 -5
- package/dist/pages/account/layouts/sign-in-page-layout/sign-in-page-layout.js +1 -1
- package/dist/pages/account/sign-in-page/sign-in-page.js +2 -3
- package/dist/pages/checkout/shipping-page/hooks/use-patch-shipping-details.d.ts +1 -0
- package/dist/pages/components/page-container/page-container.js +1 -1
- package/dist/pages/my-sonic/actions/change-customer/change-customer-dialog.d.ts +4 -3
- package/dist/pages/my-sonic/actions/change-customer/change-customer-dialog.js +10 -4
- package/dist/pages/my-sonic/actions/change-customer/change-customer.d.ts +5 -2
- package/dist/pages/my-sonic/actions/change-customer/change-customer.js +16 -7
- package/dist/pages/my-sonic/actions/change-customer/change-customer.module.css.js +1 -1
- package/dist/pages/my-sonic/actions/change-customer/connected-change-customer-dialog.d.ts +7 -2
- package/dist/pages/my-sonic/actions/change-customer/connected-change-customer-dialog.js +9 -6
- package/dist/pages/my-sonic/actions/change-password/change-password-dialog.d.ts +10 -0
- package/dist/pages/my-sonic/actions/change-password/change-password-dialog.js +24 -0
- package/dist/pages/my-sonic/actions/change-password/change-password.d.ts +7 -0
- package/dist/pages/my-sonic/actions/change-password/change-password.js +35 -0
- package/dist/pages/my-sonic/actions/change-password/change-password.module.css.js +3 -0
- package/dist/pages/my-sonic/actions/change-password/connected-change-password-dialog.d.ts +5 -0
- package/dist/pages/my-sonic/actions/change-password/connected-change-password-dialog.js +39 -0
- package/dist/pages/my-sonic/actions/edit-user-info/connected-edit-user-info-dialog.d.ts +5 -0
- package/dist/pages/my-sonic/actions/edit-user-info/connected-edit-user-info-dialog.js +56 -0
- package/dist/pages/my-sonic/actions/edit-user-info/edit-user-info-dialog.d.ts +10 -0
- package/dist/pages/my-sonic/actions/edit-user-info/edit-user-info-dialog.js +15 -0
- package/dist/pages/my-sonic/actions/edit-user-info/edit-user-info.d.ts +11 -0
- package/dist/pages/my-sonic/actions/edit-user-info/edit-user-info.js +29 -0
- package/dist/pages/my-sonic/actions/edit-user-info/edit-user-info.module.css.js +3 -0
- package/dist/pages/my-sonic/layouts/my-sonic-layout/my-sonic-layout-aside.d.ts +4 -0
- package/dist/pages/my-sonic/layouts/my-sonic-layout/my-sonic-layout-aside.js +9 -0
- package/dist/pages/my-sonic/layouts/my-sonic-layout/my-sonic-layout-main.d.ts +4 -0
- package/dist/pages/my-sonic/layouts/my-sonic-layout/my-sonic-layout-main.js +9 -0
- package/dist/pages/my-sonic/layouts/my-sonic-layout/my-sonic-layout-page.d.ts +5 -0
- package/dist/pages/my-sonic/layouts/my-sonic-layout/my-sonic-layout-page.js +10 -0
- package/dist/pages/my-sonic/layouts/my-sonic-layout/my-sonic-layout-pre-aside.d.ts +4 -0
- package/dist/pages/my-sonic/layouts/my-sonic-layout/my-sonic-layout-pre-aside.js +9 -0
- package/dist/pages/my-sonic/layouts/my-sonic-layout/my-sonic-layout-title.d.ts +4 -0
- package/dist/pages/my-sonic/layouts/my-sonic-layout/my-sonic-layout-title.js +10 -0
- package/dist/pages/my-sonic/layouts/my-sonic-layout/my-sonic-layout.d.ts +5 -0
- package/dist/pages/my-sonic/layouts/my-sonic-layout/my-sonic-layout.js +10 -0
- package/dist/pages/my-sonic/layouts/my-sonic-layout/my-sonic-layout.module.css.js +3 -0
- package/dist/pages/my-sonic/navigation/connected-my-sonic-navigation.js +3 -4
- package/dist/pages/my-sonic/navigation/connected-my-sonic-navigation.module.css.js +3 -0
- package/dist/pages/my-sonic/navigation/my-sonic-desktop-navigation.d.ts +2 -1
- package/dist/pages/my-sonic/navigation/my-sonic-desktop-navigation.js +2 -2
- package/dist/pages/my-sonic/navigation/my-sonic-mobile-navigation.d.ts +2 -1
- package/dist/pages/my-sonic/navigation/my-sonic-mobile-navigation.js +2 -2
- package/dist/pages/my-sonic/widgets/connected-customer-information-widget.js +3 -3
- package/dist/pages/my-sonic/widgets/connected-user-account-widget.js +16 -5
- package/dist/shared/api/shared/hooks/use-awaitable-mutation.d.ts +1 -0
- package/dist/shared/api/shared/hooks/use-awaitable-mutation.js +6 -0
- package/dist/shared/api/storefront/hooks/{authentication → account}/use-create-account.d.ts +1 -1
- package/dist/shared/api/storefront/hooks/{authentication → account}/use-create-account.js +3 -1
- package/dist/shared/api/storefront/hooks/{authentication → account}/use-create-guest-account.js +3 -1
- package/dist/shared/api/storefront/hooks/account/use-fetch-current-account.d.ts +3 -0
- package/dist/shared/api/storefront/hooks/account/use-fetch-current-account.js +13 -0
- package/dist/shared/api/storefront/hooks/account/use-patch-current-account.d.ts +11 -0
- package/dist/shared/api/storefront/hooks/account/use-patch-current-account.js +20 -0
- package/dist/shared/api/storefront/hooks/authentication/use-patch-session.d.ts +1 -0
- package/dist/shared/api/storefront/hooks/authentication/use-patch-session.js +1 -1
- package/dist/shared/api/storefront/hooks/cart/use-patch-cart.d.ts +1 -0
- package/dist/shared/api/storefront/hooks/cart/use-place-order.d.ts +1 -0
- package/dist/shared/api/storefront/hooks/customer/use-patch-bill-to-address.d.ts +1 -0
- package/dist/shared/api/storefront/services/account-service.d.ts +31 -0
- package/dist/shared/api/storefront/services/account-service.js +84 -0
- package/dist/shared/api/storefront/services/authentication-service.d.ts +7 -26
- package/dist/shared/api/storefront/services/authentication-service.js +38 -65
- package/dist/styles.css +351 -240
- package/package.json +1 -1
- /package/dist/shared/api/storefront/hooks/{authentication → account}/use-create-guest-account.d.ts +0 -0
package/dist/styles.css
CHANGED
|
@@ -883,10 +883,17 @@ html {
|
|
|
883
883
|
min-height: 36px;
|
|
884
884
|
padding: 0 var(--space-16);
|
|
885
885
|
border-radius: var(--border-radius-20);
|
|
886
|
-
font-
|
|
887
|
-
|
|
886
|
+
font-size: var(--font-size-12);
|
|
887
|
+
font-style: italic;
|
|
888
|
+
text-transform: uppercase;
|
|
888
889
|
}
|
|
889
890
|
|
|
891
|
+
.button-module-Pbwz7:where(.button-module-fepAr) {
|
|
892
|
+
font-size: var(--font-size-16);
|
|
893
|
+
font-style: normal;
|
|
894
|
+
text-transform: none;
|
|
895
|
+
}
|
|
896
|
+
|
|
890
897
|
.button-module-GVTEW {
|
|
891
898
|
min-width: 52px;
|
|
892
899
|
min-height: 40px;
|
|
@@ -2019,6 +2026,71 @@ html {
|
|
|
2019
2026
|
line-height: 1;
|
|
2020
2027
|
}
|
|
2021
2028
|
|
|
2029
|
+
.message-module-N1e1t {
|
|
2030
|
+
--color: var(--color-brand-black);
|
|
2031
|
+
|
|
2032
|
+
display: grid;
|
|
2033
|
+
align-items: center;
|
|
2034
|
+
padding: var(--space-8);
|
|
2035
|
+
background: color-mix(in hsl, var(--color), transparent 88%);
|
|
2036
|
+
font-size: var(--font-size-base);
|
|
2037
|
+
grid-template-areas: 'icon body';
|
|
2038
|
+
grid-template-columns: minmax(0, min-content) 1fr;
|
|
2039
|
+
line-height: 1.25;
|
|
2040
|
+
}
|
|
2041
|
+
|
|
2042
|
+
.message-module-w2hsL {
|
|
2043
|
+
color: var(--color);
|
|
2044
|
+
grid-area: icon;
|
|
2045
|
+
margin-block: -3px;
|
|
2046
|
+
margin-inline-end: var(--space-8);
|
|
2047
|
+
}
|
|
2048
|
+
|
|
2049
|
+
.message-module-w2hsL svg {
|
|
2050
|
+
display: block;
|
|
2051
|
+
}
|
|
2052
|
+
|
|
2053
|
+
.message-module-Gi4uR {
|
|
2054
|
+
grid-area: body;
|
|
2055
|
+
text-wrap: pretty;
|
|
2056
|
+
}
|
|
2057
|
+
|
|
2058
|
+
/* variants */
|
|
2059
|
+
|
|
2060
|
+
.message-module-pp9U4 {
|
|
2061
|
+
background: var(--color-brand-light-gray);
|
|
2062
|
+
}
|
|
2063
|
+
|
|
2064
|
+
.message-module-srkp1 {
|
|
2065
|
+
--color: var(--color-semantic-information);
|
|
2066
|
+
}
|
|
2067
|
+
|
|
2068
|
+
.message-module-oeSdr {
|
|
2069
|
+
--color: var(--color-semantic-stop);
|
|
2070
|
+
}
|
|
2071
|
+
|
|
2072
|
+
.message-module-Vp0pA {
|
|
2073
|
+
--color: var(--color-semantic-okay);
|
|
2074
|
+
}
|
|
2075
|
+
|
|
2076
|
+
.message-module-kvANQ {
|
|
2077
|
+
--color: var(--color-semantic-notify);
|
|
2078
|
+
}
|
|
2079
|
+
|
|
2080
|
+
.form-module-xD1fv {
|
|
2081
|
+
display: grid;
|
|
2082
|
+
container-type: inline-size;
|
|
2083
|
+
gap: var(--space-16);
|
|
2084
|
+
min-inline-size: 270px;
|
|
2085
|
+
}
|
|
2086
|
+
|
|
2087
|
+
.form-module-xD1fv .form-module-Hy5TM,
|
|
2088
|
+
.form-module-xD1fv .form-module-jDAR6,
|
|
2089
|
+
.form-module-xD1fv .form-module-wcAbi {
|
|
2090
|
+
display: grid;
|
|
2091
|
+
gap: var(--space-16);
|
|
2092
|
+
}
|
|
2093
|
+
|
|
2022
2094
|
.heading-module-pMC65 {
|
|
2023
2095
|
padding: 0;
|
|
2024
2096
|
margin: 0;
|
|
@@ -2476,42 +2548,35 @@ html {
|
|
|
2476
2548
|
}
|
|
2477
2549
|
}
|
|
2478
2550
|
|
|
2551
|
+
.dialog-module-uKVDu {
|
|
2552
|
+
max-width: min(403px, 90%);
|
|
2553
|
+
}
|
|
2554
|
+
|
|
2479
2555
|
.dialog-module-qKzgy {
|
|
2480
2556
|
position: relative;
|
|
2481
|
-
|
|
2557
|
+
min-width: 300px;
|
|
2482
2558
|
padding: var(--space-24);
|
|
2483
2559
|
padding-right: var(--space-32);
|
|
2484
2560
|
}
|
|
2485
2561
|
|
|
2486
|
-
|
|
2562
|
+
.dialog-module-qKzgy .dialog-module-5sZYV {
|
|
2563
|
+
container-type: unset;
|
|
2564
|
+
}
|
|
2565
|
+
|
|
2566
|
+
.dialog-module-qKzgy,
|
|
2487
2567
|
.dialog-module-qKzgy * {
|
|
2488
2568
|
box-sizing: border-box;
|
|
2489
2569
|
}
|
|
2490
2570
|
|
|
2491
|
-
|
|
2492
|
-
|
|
2493
|
-
|
|
2494
|
-
|
|
2495
|
-
font-weight: var(--font-weight-bold);
|
|
2496
|
-
gap: 8px;
|
|
2497
|
-
line-height: 1;
|
|
2571
|
+
.dialog-module-qKzgy .dialog-module-Y7Tqg {
|
|
2572
|
+
position: absolute;
|
|
2573
|
+
top: -8px;
|
|
2574
|
+
right: -8px;
|
|
2498
2575
|
}
|
|
2499
2576
|
|
|
2500
|
-
|
|
2501
|
-
margin-bottom: var(--space-16);
|
|
2502
|
-
}
|
|
2503
|
-
|
|
2504
|
-
.dialog-module-qKzgy .dialog-module-ZnsAe .dialog-module-Y7Tqg {
|
|
2505
|
-
position: absolute;
|
|
2506
|
-
top: -8px;
|
|
2507
|
-
right: -8px;
|
|
2508
|
-
}
|
|
2509
|
-
|
|
2510
|
-
.dialog-module-qKzgy .dialog-module-y7Axm:not(:empty) {
|
|
2577
|
+
.dialog-module-qKzgy .dialog-module-y7Axm:not(:empty) {
|
|
2511
2578
|
display: flex;
|
|
2512
2579
|
flex-direction: column;
|
|
2513
|
-
margin-top: var(--space-32);
|
|
2514
|
-
margin-right: calc(-1 * var(--space-8));
|
|
2515
2580
|
gap: 8px;
|
|
2516
2581
|
}
|
|
2517
2582
|
|
|
@@ -2672,19 +2737,26 @@ html {
|
|
|
2672
2737
|
}
|
|
2673
2738
|
|
|
2674
2739
|
.data-card-module-OMXIh {
|
|
2740
|
+
display: grid;
|
|
2675
2741
|
container-type: inline-size;
|
|
2742
|
+
grid-template-areas:
|
|
2743
|
+
'title'
|
|
2744
|
+
'card';
|
|
2745
|
+
grid-template-rows: minmax(0, min-content) auto;
|
|
2676
2746
|
}
|
|
2677
2747
|
|
|
2678
2748
|
.data-card-module-DMbBO {
|
|
2679
|
-
|
|
2749
|
+
grid-area: title;
|
|
2750
|
+
margin-block-end: var(--space-12);
|
|
2680
2751
|
}
|
|
2681
2752
|
|
|
2682
2753
|
.data-card-module-24uin {
|
|
2683
2754
|
position: relative;
|
|
2755
|
+
display: grid;
|
|
2684
2756
|
border: 1px solid var(--color-brand-medium-gray);
|
|
2685
2757
|
border-radius: var(--border-radius-32);
|
|
2686
|
-
|
|
2687
|
-
min-block-size:
|
|
2758
|
+
grid-area: card;
|
|
2759
|
+
min-block-size: 85px;
|
|
2688
2760
|
min-inline-size: 250px;
|
|
2689
2761
|
}
|
|
2690
2762
|
|
|
@@ -2694,38 +2766,29 @@ html {
|
|
|
2694
2766
|
}
|
|
2695
2767
|
|
|
2696
2768
|
.data-card-module-24uin .data-card-module-j-RFT {
|
|
2697
|
-
position: absolute;
|
|
2698
2769
|
display: grid;
|
|
2770
|
+
padding: var(--space-16);
|
|
2699
2771
|
color: var(--color-brand-red);
|
|
2700
|
-
inset: 0;
|
|
2701
2772
|
place-content: center;
|
|
2702
2773
|
}
|
|
2703
2774
|
|
|
2704
2775
|
.data-card-module-24uin .data-card-module-d9zvu {
|
|
2705
|
-
position: absolute;
|
|
2706
2776
|
display: grid;
|
|
2707
|
-
inset: 0;
|
|
2708
2777
|
place-content: center;
|
|
2709
2778
|
}
|
|
2710
2779
|
|
|
2711
2780
|
.data-card-module-24uin .data-card-module-FVD44 {
|
|
2712
|
-
position: absolute;
|
|
2713
2781
|
display: grid;
|
|
2714
|
-
padding:
|
|
2715
|
-
inset: 0;
|
|
2782
|
+
padding: var(--space-16);
|
|
2716
2783
|
place-content: center;
|
|
2717
2784
|
}
|
|
2718
2785
|
|
|
2719
2786
|
.data-card-module-24uin .data-card-module-ZefqY {
|
|
2720
|
-
|
|
2721
|
-
|
|
2722
|
-
|
|
2723
|
-
|
|
2724
|
-
|
|
2725
|
-
.data-card-module-24uin .data-card-module-ZefqY {
|
|
2726
|
-
padding: var(--space-20) var(--space-16) var(--space-16)
|
|
2787
|
+
display: grid;
|
|
2788
|
+
align-items: start;
|
|
2789
|
+
padding: var(--space-16);
|
|
2790
|
+
grid-template-rows: 1fr min-content;
|
|
2727
2791
|
}
|
|
2728
|
-
}
|
|
2729
2792
|
|
|
2730
2793
|
.data-card-module-24uin .data-card-module-ZefqY.data-card-module-Fb4Cx {
|
|
2731
2794
|
visibility: hidden;
|
|
@@ -2733,6 +2796,7 @@ html {
|
|
|
2733
2796
|
|
|
2734
2797
|
.data-card-module-24uin .data-card-module-EDbE- {
|
|
2735
2798
|
display: grid;
|
|
2799
|
+
padding: var(--space-16);
|
|
2736
2800
|
margin: 0;
|
|
2737
2801
|
gap: var(--space-16);
|
|
2738
2802
|
grid-template-columns:
|
|
@@ -2744,21 +2808,20 @@ html {
|
|
|
2744
2808
|
@container (max-width: 314px) {
|
|
2745
2809
|
|
|
2746
2810
|
.data-card-module-24uin .data-card-module-EDbE- {
|
|
2811
|
+
padding: var(--space-8) 0 var(--space-16);
|
|
2747
2812
|
gap: 0;
|
|
2748
|
-
grid-template-areas: unset;
|
|
2749
2813
|
grid-template-columns: 1fr;
|
|
2750
2814
|
line-height: 1.5
|
|
2751
2815
|
}
|
|
2752
2816
|
}
|
|
2753
2817
|
|
|
2754
2818
|
.data-card-module-24uin .data-card-module-EDbE- .data-card-module-CjTal {
|
|
2755
|
-
display: block;
|
|
2756
2819
|
grid-column: span 2;
|
|
2757
2820
|
text-align: center;
|
|
2758
2821
|
}
|
|
2759
2822
|
|
|
2760
|
-
.data-card-module-24uin .data-card-module-EDbE- .data-card-module-QixKJ:not(:last-child) {
|
|
2761
|
-
margin-
|
|
2823
|
+
.data-card-module-24uin .data-card-module-EDbE- .data-card-module-QixKJ:not(:has(+ .data-card-module-fcSbu:last-child)) {
|
|
2824
|
+
margin-block-end: var(--space-8);
|
|
2762
2825
|
}
|
|
2763
2826
|
|
|
2764
2827
|
.data-card-module-24uin .data-card-module-EDbE- .data-card-module-FAgmN {
|
|
@@ -2777,25 +2840,17 @@ html {
|
|
|
2777
2840
|
.data-card-module-24uin .data-card-module-EDbE- .data-card-module-fcSbu {
|
|
2778
2841
|
margin: 0;
|
|
2779
2842
|
font-weight: var(--font-weight-normal);
|
|
2780
|
-
|
|
2781
|
-
/* grid-area: value; */
|
|
2782
2843
|
}
|
|
2783
2844
|
|
|
2784
2845
|
@container (max-width: 314px) {
|
|
2785
|
-
|
|
2786
|
-
|
|
2787
|
-
margin-bottom: var(--space-8)
|
|
2788
|
-
}
|
|
2789
|
-
|
|
2790
|
-
.data-card-module-24uin .data-card-module-EDbE- .data-card-module-fcSbu:last-child {
|
|
2791
|
-
margin-bottom: 0;
|
|
2846
|
+
.data-card-module-24uin .data-card-module-EDbE- .data-card-module-fcSbu:not(:last-child) {
|
|
2847
|
+
margin-block-end: var(--space-8);
|
|
2792
2848
|
}
|
|
2793
2849
|
}
|
|
2794
2850
|
|
|
2795
2851
|
.data-card-module-24uin .data-card-module-Qv5iI {
|
|
2796
2852
|
display: flex;
|
|
2797
2853
|
justify-content: flex-end;
|
|
2798
|
-
margin-top: var(--space-16);
|
|
2799
2854
|
gap: var(--space-8);
|
|
2800
2855
|
}
|
|
2801
2856
|
|
|
@@ -4921,71 +4976,6 @@ button.swiper-pagination-bullet {
|
|
|
4921
4976
|
justify-self: flex-start;
|
|
4922
4977
|
}
|
|
4923
4978
|
|
|
4924
|
-
.message-module-N1e1t {
|
|
4925
|
-
--color: var(--color-brand-black);
|
|
4926
|
-
|
|
4927
|
-
display: grid;
|
|
4928
|
-
align-items: center;
|
|
4929
|
-
padding: var(--space-8);
|
|
4930
|
-
background: color-mix(in hsl, var(--color), transparent 88%);
|
|
4931
|
-
font-size: var(--font-size-base);
|
|
4932
|
-
grid-template-areas: 'icon body';
|
|
4933
|
-
grid-template-columns: minmax(0, min-content) 1fr;
|
|
4934
|
-
line-height: 1.25;
|
|
4935
|
-
}
|
|
4936
|
-
|
|
4937
|
-
.message-module-w2hsL {
|
|
4938
|
-
color: var(--color);
|
|
4939
|
-
grid-area: icon;
|
|
4940
|
-
margin-block: -3px;
|
|
4941
|
-
margin-inline-end: var(--space-8);
|
|
4942
|
-
}
|
|
4943
|
-
|
|
4944
|
-
.message-module-w2hsL svg {
|
|
4945
|
-
display: block;
|
|
4946
|
-
}
|
|
4947
|
-
|
|
4948
|
-
.message-module-Gi4uR {
|
|
4949
|
-
grid-area: body;
|
|
4950
|
-
text-wrap: pretty;
|
|
4951
|
-
}
|
|
4952
|
-
|
|
4953
|
-
/* variants */
|
|
4954
|
-
|
|
4955
|
-
.message-module-pp9U4 {
|
|
4956
|
-
background: var(--color-brand-light-gray);
|
|
4957
|
-
}
|
|
4958
|
-
|
|
4959
|
-
.message-module-srkp1 {
|
|
4960
|
-
--color: var(--color-semantic-information);
|
|
4961
|
-
}
|
|
4962
|
-
|
|
4963
|
-
.message-module-oeSdr {
|
|
4964
|
-
--color: var(--color-semantic-stop);
|
|
4965
|
-
}
|
|
4966
|
-
|
|
4967
|
-
.message-module-Vp0pA {
|
|
4968
|
-
--color: var(--color-semantic-okay);
|
|
4969
|
-
}
|
|
4970
|
-
|
|
4971
|
-
.message-module-kvANQ {
|
|
4972
|
-
--color: var(--color-semantic-notify);
|
|
4973
|
-
}
|
|
4974
|
-
|
|
4975
|
-
.form-module-xD1fv {
|
|
4976
|
-
display: grid;
|
|
4977
|
-
container-type: inline-size;
|
|
4978
|
-
gap: var(--space-16);
|
|
4979
|
-
min-inline-size: 270px;
|
|
4980
|
-
}
|
|
4981
|
-
|
|
4982
|
-
.form-module-xD1fv .form-module-Hy5TM,
|
|
4983
|
-
.form-module-xD1fv .form-module-jDAR6,
|
|
4984
|
-
.form-module-xD1fv .form-module-wcAbi {
|
|
4985
|
-
display: grid;
|
|
4986
|
-
gap: var(--space-16);
|
|
4987
|
-
}
|
|
4988
|
-
|
|
4989
4979
|
.form-segment-module-JLPcG {
|
|
4990
4980
|
--tooltip-size: 24px;
|
|
4991
4981
|
--info-icon-offset: calc((var(--tooltip-size) + var(--space-4)) * -1);
|
|
@@ -5060,32 +5050,40 @@ button.swiper-pagination-bullet {
|
|
|
5060
5050
|
border: 0;
|
|
5061
5051
|
margin: 0;
|
|
5062
5052
|
gap: var(--space-16);
|
|
5063
|
-
grid-template-rows: repeat(3, min-content);
|
|
5064
5053
|
|
|
5065
|
-
/* TODO:
|
|
5054
|
+
/* TODO: Unclear what the purpose of this is,
|
|
5055
|
+
* but it seems to be a placeholder for future development
|
|
5056
|
+
* Tested create account and sign-in with and without this, and it seems to work fine
|
|
5066
5057
|
|
|
5067
|
-
|
|
5068
|
-
grid-row: span 3;
|
|
5069
|
-
grid-template-rows: subgrid;
|
|
5070
|
-
}
|
|
5058
|
+
grid-template-rows: repeat(3, min-content);
|
|
5071
5059
|
|
|
5072
|
-
|
|
5073
|
-
grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
|
|
5060
|
+
*/
|
|
5074
5061
|
|
|
5075
|
-
|
|
5076
|
-
@container (min-inline-size: 1314px) {
|
|
5077
|
-
--minimum-width: calc((100% - 3 * var(--space-16)) / 4);
|
|
5062
|
+
/* TODO: when we continue developing forms, then start doing columns
|
|
5078
5063
|
|
|
5079
|
-
|
|
5080
|
-
|
|
5081
|
-
|
|
5082
|
-
);
|
|
5064
|
+
> [class*='form-segment'] {
|
|
5065
|
+
grid-row: span 3;
|
|
5066
|
+
grid-template-rows: subgrid;
|
|
5083
5067
|
}
|
|
5084
5068
|
|
|
5085
|
-
|
|
5086
|
-
|
|
5069
|
+
&.columns {
|
|
5070
|
+
grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
|
|
5071
|
+
|
|
5072
|
+
above 1314, where - with a minimum width of 250px and 16px gap - 5 columns would appear, we restrict it to max 4 columns
|
|
5073
|
+
@container (min-inline-size: 1314px) {
|
|
5074
|
+
--minimum-width: calc((100% - 3 * var(--space-16)) / 4);
|
|
5075
|
+
|
|
5076
|
+
grid-template-columns: repeat(
|
|
5077
|
+
auto-fit,
|
|
5078
|
+
minmax(var(--minimum-width), 1fr)
|
|
5079
|
+
);
|
|
5080
|
+
}
|
|
5081
|
+
|
|
5082
|
+
> [class*='form-segment'] {
|
|
5083
|
+
--form-segment-toggle-columns: var(--form-segment-columns);
|
|
5084
|
+
}
|
|
5087
5085
|
}
|
|
5088
|
-
|
|
5086
|
+
*/
|
|
5089
5087
|
}
|
|
5090
5088
|
|
|
5091
5089
|
.password-reveal-toggle-module-bGH6I {
|
|
@@ -6463,6 +6461,7 @@ button.swiper-pagination-bullet {
|
|
|
6463
6461
|
font-family: inherit;
|
|
6464
6462
|
font-size: var(--font-size-18);
|
|
6465
6463
|
font-weight: var(--font-weight-bold);
|
|
6464
|
+
gap: 0;
|
|
6466
6465
|
max-inline-size: var(--max-width);
|
|
6467
6466
|
text-decoration: none;
|
|
6468
6467
|
}
|
|
@@ -6609,6 +6608,21 @@ button.swiper-pagination-bullet {
|
|
|
6609
6608
|
border-top: 1px solid var(--color-brand-light-gray);
|
|
6610
6609
|
}
|
|
6611
6610
|
|
|
6611
|
+
.widget-grid-module-GdtqD {
|
|
6612
|
+
display: grid;
|
|
6613
|
+
container-type: inline-size;
|
|
6614
|
+
gap: 24px 18px;
|
|
6615
|
+
grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
|
|
6616
|
+
}
|
|
6617
|
+
|
|
6618
|
+
.widget-grid-module-GdtqD .widget-grid-module-y2wM2 {
|
|
6619
|
+
display: grid;
|
|
6620
|
+
}
|
|
6621
|
+
|
|
6622
|
+
.widget-grid-module-GdtqD .widget-grid-module-y2wM2.widget-grid-module-Pladu {
|
|
6623
|
+
grid-column: 1 / -1;
|
|
6624
|
+
}
|
|
6625
|
+
|
|
6612
6626
|
.blank-page-spacer-module-lXxle {
|
|
6613
6627
|
display: grid;
|
|
6614
6628
|
width: 100%;
|
|
@@ -7033,107 +7047,6 @@ button.swiper-pagination-bullet {
|
|
|
7033
7047
|
margin-block: 0 var(--space-4);
|
|
7034
7048
|
}
|
|
7035
7049
|
|
|
7036
|
-
.page-container-module-eFYSe {
|
|
7037
|
-
--page-container-padding-inline: 10px;
|
|
7038
|
-
--page-container-padding-block: 10px;
|
|
7039
|
-
--page-container-max-layout-width: auto;
|
|
7040
|
-
--page-container-max-width: calc(
|
|
7041
|
-
var(--page-container-max-layout-width) + 2 *
|
|
7042
|
-
var(--page-container-padding-inline)
|
|
7043
|
-
);
|
|
7044
|
-
}
|
|
7045
|
-
|
|
7046
|
-
@media (width >= 768px) {.page-container-module-eFYSe {
|
|
7047
|
-
--page-container-padding-inline: 20px
|
|
7048
|
-
}
|
|
7049
|
-
}
|
|
7050
|
-
|
|
7051
|
-
.page-container-module-eFYSe {
|
|
7052
|
-
|
|
7053
|
-
display: grid;
|
|
7054
|
-
overflow: clip;
|
|
7055
|
-
grid-template: minmax(0, min-content) 1fr minmax(0, min-content) / 100%;
|
|
7056
|
-
grid-template-areas:
|
|
7057
|
-
'page-header'
|
|
7058
|
-
'page-main'
|
|
7059
|
-
'page-footer';
|
|
7060
|
-
}
|
|
7061
|
-
|
|
7062
|
-
/* main area, between page header and footer */
|
|
7063
|
-
|
|
7064
|
-
.page-container-module-eFYSe .page-container-module-JkoQY {
|
|
7065
|
-
display: grid;
|
|
7066
|
-
box-sizing: border-box;
|
|
7067
|
-
margin: 0 auto;
|
|
7068
|
-
grid-area: page-main;
|
|
7069
|
-
grid-template: minmax(0, max-content) minmax(0, max-content) 1fr / 100%;
|
|
7070
|
-
grid-template-areas:
|
|
7071
|
-
'breadcrumbs'
|
|
7072
|
-
'title'
|
|
7073
|
-
'content';
|
|
7074
|
-
inline-size: 100%;
|
|
7075
|
-
max-inline-size: var(--page-container-max-width);
|
|
7076
|
-
padding-inline: var(--page-container-padding-inline);
|
|
7077
|
-
}
|
|
7078
|
-
|
|
7079
|
-
.page-container-module-eFYSe:not(.page-container-module-iCrH5) .page-container-module-JkoQY {
|
|
7080
|
-
padding-block: var(--page-container-padding-block);
|
|
7081
|
-
}
|
|
7082
|
-
|
|
7083
|
-
/* default layout behavior, in width brackets */
|
|
7084
|
-
|
|
7085
|
-
@media (width >= 768px) {
|
|
7086
|
-
|
|
7087
|
-
.page-container-module-eFYSe:not(.page-container-module-glxAS) {
|
|
7088
|
-
--page-container-max-layout-width: 806px
|
|
7089
|
-
}
|
|
7090
|
-
}
|
|
7091
|
-
|
|
7092
|
-
@media (width >= 1440px) {
|
|
7093
|
-
|
|
7094
|
-
.page-container-module-eFYSe:not(.page-container-module-glxAS) {
|
|
7095
|
-
--page-container-max-layout-width: 1222px
|
|
7096
|
-
}
|
|
7097
|
-
}
|
|
7098
|
-
|
|
7099
|
-
/* when fluid with a maximum layout width */
|
|
7100
|
-
|
|
7101
|
-
.page-container-module-eFYSe.page-container-module-glxAS {
|
|
7102
|
-
--page-container-max-layout-width: 1440px;
|
|
7103
|
-
}
|
|
7104
|
-
|
|
7105
|
-
/* key segments inside page-main */
|
|
7106
|
-
|
|
7107
|
-
.page-container-module-eFYSe .page-container-module-WfQXa {
|
|
7108
|
-
grid-area: breadcrumbs;
|
|
7109
|
-
padding-block: var(--space-24);
|
|
7110
|
-
}
|
|
7111
|
-
|
|
7112
|
-
.page-container-module-eFYSe .page-container-module-GKN5s {
|
|
7113
|
-
grid-area: title;
|
|
7114
|
-
padding-block-end: var(--space-44);
|
|
7115
|
-
}
|
|
7116
|
-
|
|
7117
|
-
.page-container-module-eFYSe .page-container-module-r0SOZ {
|
|
7118
|
-
grid-area: content;
|
|
7119
|
-
padding-block-end: var(--space-64);
|
|
7120
|
-
}
|
|
7121
|
-
|
|
7122
|
-
@media (width >= 1440px) {
|
|
7123
|
-
|
|
7124
|
-
.page-container-module-eFYSe .page-container-module-r0SOZ {
|
|
7125
|
-
padding-block-end: var(--space-96)
|
|
7126
|
-
}
|
|
7127
|
-
}
|
|
7128
|
-
|
|
7129
|
-
.page-container-module-eFYSe.page-container-module-iCrH5 {
|
|
7130
|
-
flex-grow: 1; /* TODO: required for Spire, remove later */
|
|
7131
|
-
}
|
|
7132
|
-
|
|
7133
|
-
.page-container-module-eFYSe.page-container-module-iCrH5 .page-container-module-r0SOZ {
|
|
7134
|
-
padding-block-end: 0;
|
|
7135
|
-
}
|
|
7136
|
-
|
|
7137
7050
|
.sign-in-page-layout-module-Z1oE2 {
|
|
7138
7051
|
--layout-width: var(--page-container-max-layout-width, 100vw);
|
|
7139
7052
|
--padding-inline: var(--page-container-padding-inline, 10px);
|
|
@@ -7296,6 +7209,107 @@ button.swiper-pagination-bullet {
|
|
|
7296
7209
|
}
|
|
7297
7210
|
}
|
|
7298
7211
|
|
|
7212
|
+
.page-container-module-eFYSe {
|
|
7213
|
+
--page-container-padding-inline: 10px;
|
|
7214
|
+
--page-container-padding-block: 10px;
|
|
7215
|
+
--page-container-max-layout-width: auto;
|
|
7216
|
+
--page-container-max-width: calc(
|
|
7217
|
+
var(--page-container-max-layout-width) + 2 *
|
|
7218
|
+
var(--page-container-padding-inline)
|
|
7219
|
+
);
|
|
7220
|
+
}
|
|
7221
|
+
|
|
7222
|
+
@media (width >= 768px) {.page-container-module-eFYSe {
|
|
7223
|
+
--page-container-padding-inline: 20px
|
|
7224
|
+
}
|
|
7225
|
+
}
|
|
7226
|
+
|
|
7227
|
+
.page-container-module-eFYSe {
|
|
7228
|
+
|
|
7229
|
+
display: grid;
|
|
7230
|
+
overflow: clip;
|
|
7231
|
+
grid-template: minmax(0, min-content) 1fr minmax(0, min-content) / 100%;
|
|
7232
|
+
grid-template-areas:
|
|
7233
|
+
'page-header'
|
|
7234
|
+
'page-main'
|
|
7235
|
+
'page-footer';
|
|
7236
|
+
}
|
|
7237
|
+
|
|
7238
|
+
/* main area, between page header and footer */
|
|
7239
|
+
|
|
7240
|
+
.page-container-module-eFYSe .page-container-module-JkoQY {
|
|
7241
|
+
display: grid;
|
|
7242
|
+
box-sizing: border-box;
|
|
7243
|
+
margin: 0 auto;
|
|
7244
|
+
grid-area: page-main;
|
|
7245
|
+
grid-template: minmax(0, max-content) minmax(0, max-content) 1fr / 100%;
|
|
7246
|
+
grid-template-areas:
|
|
7247
|
+
'breadcrumbs'
|
|
7248
|
+
'title'
|
|
7249
|
+
'content';
|
|
7250
|
+
inline-size: 100%;
|
|
7251
|
+
max-inline-size: var(--page-container-max-width);
|
|
7252
|
+
padding-inline: var(--page-container-padding-inline);
|
|
7253
|
+
}
|
|
7254
|
+
|
|
7255
|
+
.page-container-module-eFYSe:not(.page-container-module-iCrH5) .page-container-module-JkoQY {
|
|
7256
|
+
padding-block: var(--page-container-padding-block);
|
|
7257
|
+
}
|
|
7258
|
+
|
|
7259
|
+
/* default layout behavior, in width brackets */
|
|
7260
|
+
|
|
7261
|
+
@media (width >= 768px) {
|
|
7262
|
+
|
|
7263
|
+
.page-container-module-eFYSe:not(.page-container-module-glxAS) {
|
|
7264
|
+
--page-container-max-layout-width: 806px
|
|
7265
|
+
}
|
|
7266
|
+
}
|
|
7267
|
+
|
|
7268
|
+
@media (width >= 1440px) {
|
|
7269
|
+
|
|
7270
|
+
.page-container-module-eFYSe:not(.page-container-module-glxAS) {
|
|
7271
|
+
--page-container-max-layout-width: 1222px
|
|
7272
|
+
}
|
|
7273
|
+
}
|
|
7274
|
+
|
|
7275
|
+
/* when fluid with a maximum layout width */
|
|
7276
|
+
|
|
7277
|
+
.page-container-module-eFYSe.page-container-module-glxAS {
|
|
7278
|
+
--page-container-max-layout-width: 1440px;
|
|
7279
|
+
}
|
|
7280
|
+
|
|
7281
|
+
/* key segments inside page-main */
|
|
7282
|
+
|
|
7283
|
+
.page-container-module-eFYSe .page-container-module-WfQXa {
|
|
7284
|
+
grid-area: breadcrumbs;
|
|
7285
|
+
padding-block: var(--space-24);
|
|
7286
|
+
}
|
|
7287
|
+
|
|
7288
|
+
.page-container-module-eFYSe .page-container-module-GKN5s {
|
|
7289
|
+
grid-area: title;
|
|
7290
|
+
padding-block-end: var(--space-44);
|
|
7291
|
+
}
|
|
7292
|
+
|
|
7293
|
+
.page-container-module-eFYSe .page-container-module-r0SOZ {
|
|
7294
|
+
grid-area: content;
|
|
7295
|
+
padding-block-end: var(--space-64);
|
|
7296
|
+
}
|
|
7297
|
+
|
|
7298
|
+
@media (width >= 1440px) {
|
|
7299
|
+
|
|
7300
|
+
.page-container-module-eFYSe .page-container-module-r0SOZ {
|
|
7301
|
+
padding-block-end: var(--space-96)
|
|
7302
|
+
}
|
|
7303
|
+
}
|
|
7304
|
+
|
|
7305
|
+
.page-container-module-eFYSe.page-container-module-iCrH5 {
|
|
7306
|
+
flex-grow: 1; /* TODO: required for Spire, remove later */
|
|
7307
|
+
}
|
|
7308
|
+
|
|
7309
|
+
.page-container-module-eFYSe.page-container-module-iCrH5 .page-container-module-r0SOZ {
|
|
7310
|
+
padding-block-end: 0;
|
|
7311
|
+
}
|
|
7312
|
+
|
|
7299
7313
|
.no-results-module-HGe-Y {
|
|
7300
7314
|
margin-top: var(--space-24);
|
|
7301
7315
|
text-align: center;
|
|
@@ -7535,6 +7549,11 @@ button.swiper-pagination-bullet {
|
|
|
7535
7549
|
inset: auto 12px 0;
|
|
7536
7550
|
}
|
|
7537
7551
|
|
|
7552
|
+
.change-customer-module-P7ouY .change-customer-module-lxmBJ {
|
|
7553
|
+
width: 16px;
|
|
7554
|
+
height: 16px;
|
|
7555
|
+
}
|
|
7556
|
+
|
|
7538
7557
|
.change-customer-module-P7ouY [slot='label'] {
|
|
7539
7558
|
display: flex;
|
|
7540
7559
|
width: 100%;
|
|
@@ -7588,10 +7607,102 @@ button.swiper-pagination-bullet {
|
|
|
7588
7607
|
height: 400px;
|
|
7589
7608
|
}
|
|
7590
7609
|
|
|
7610
|
+
.change-password-module-hSjXo {
|
|
7611
|
+
display: grid;
|
|
7612
|
+
inset: 0;
|
|
7613
|
+
min-block-size: 150px;
|
|
7614
|
+
min-inline-size: 250px;
|
|
7615
|
+
place-content: center;
|
|
7616
|
+
}
|
|
7617
|
+
|
|
7618
|
+
.change-password-module-HyPjt {
|
|
7619
|
+
margin-block-start: var(--space-16);
|
|
7620
|
+
}
|
|
7621
|
+
|
|
7622
|
+
.edit-user-info-module-yQOre {
|
|
7623
|
+
display: grid;
|
|
7624
|
+
inset: 0;
|
|
7625
|
+
min-block-size: 150px;
|
|
7626
|
+
min-inline-size: 250px;
|
|
7627
|
+
place-content: center;
|
|
7628
|
+
}
|
|
7629
|
+
|
|
7630
|
+
.edit-user-info-module-2CzVn {
|
|
7631
|
+
margin-top: var(--space-16);
|
|
7632
|
+
}
|
|
7633
|
+
|
|
7634
|
+
.my-sonic-layout-module-ep0n3 {
|
|
7635
|
+
--gap: 0;
|
|
7636
|
+
--padding: var(--space-24);
|
|
7637
|
+
--margin: var(--space-24);
|
|
7638
|
+
|
|
7639
|
+
display: grid;
|
|
7640
|
+
gap: var(--gap) 0;
|
|
7641
|
+
grid-template-areas:
|
|
7642
|
+
'pre-aside'
|
|
7643
|
+
'aside'
|
|
7644
|
+
'title'
|
|
7645
|
+
'main';
|
|
7646
|
+
grid-template-columns: 1fr;
|
|
7647
|
+
padding-block: var(--padding);
|
|
7648
|
+
}
|
|
7649
|
+
|
|
7650
|
+
@media (width >= 768px) {.my-sonic-layout-module-ep0n3 {
|
|
7651
|
+
--aside-size: clamp(236px, 22%, 308px);
|
|
7652
|
+
--gap: var(--space-20);
|
|
7653
|
+
--margin: 0;
|
|
7654
|
+
|
|
7655
|
+
grid-template-areas:
|
|
7656
|
+
'pre-aside . title'
|
|
7657
|
+
'aside . main';
|
|
7658
|
+
grid-template-columns: var(--aside-size) var(--gap) 1fr
|
|
7659
|
+
}
|
|
7660
|
+
}
|
|
7661
|
+
|
|
7662
|
+
@media (width >= 1440px) {.my-sonic-layout-module-ep0n3 {
|
|
7663
|
+
--gap: var(--space-40);
|
|
7664
|
+
--padding: var(--space-48)
|
|
7665
|
+
}
|
|
7666
|
+
}
|
|
7667
|
+
|
|
7668
|
+
.my-sonic-layout-module-ep0n3 .my-sonic-layout-module-yMdPQ {
|
|
7669
|
+
align-self: last baseline;
|
|
7670
|
+
grid-area: title;
|
|
7671
|
+
margin-block-end: var(--margin);
|
|
7672
|
+
}
|
|
7673
|
+
|
|
7674
|
+
.my-sonic-layout-module-ep0n3 .my-sonic-layout-module-f0Bhf {
|
|
7675
|
+
container-type: inline-size;
|
|
7676
|
+
grid-area: main;
|
|
7677
|
+
}
|
|
7678
|
+
|
|
7679
|
+
.my-sonic-layout-module-ep0n3 .my-sonic-layout-module-6pWHC {
|
|
7680
|
+
align-self: last baseline;
|
|
7681
|
+
grid-area: pre-aside;
|
|
7682
|
+
margin-block-end: var(--margin);
|
|
7683
|
+
}
|
|
7684
|
+
|
|
7685
|
+
.my-sonic-layout-module-ep0n3 .my-sonic-layout-module--OEV- {
|
|
7686
|
+
grid-area: aside;
|
|
7687
|
+
margin-block-end: var(--margin);
|
|
7688
|
+
}
|
|
7689
|
+
|
|
7591
7690
|
.my-sonic-desktop-navigation-module-f8Y3F {
|
|
7592
7691
|
font-weight: bold;
|
|
7593
7692
|
}
|
|
7594
7693
|
|
|
7694
|
+
@media (width >= 768px) {.connected-my-sonic-navigation-module-2iY0- {
|
|
7695
|
+
display: none
|
|
7696
|
+
}
|
|
7697
|
+
}
|
|
7698
|
+
|
|
7699
|
+
@media (width < 768px) {
|
|
7700
|
+
|
|
7701
|
+
.connected-my-sonic-navigation-module-MgsX2 {
|
|
7702
|
+
display: none
|
|
7703
|
+
}
|
|
7704
|
+
}
|
|
7705
|
+
|
|
7595
7706
|
.product-details-page-layout-module-pPtZX {
|
|
7596
7707
|
display: flex;
|
|
7597
7708
|
flex-direction: column;
|