@nok-integration/storefront-react 0.19.29 → 0.19.31

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.
@@ -855,7 +855,7 @@
855
855
  border-radius: var(--radius-full);
856
856
  background: var(--color-surface-neutral);
857
857
  }
858
- ._scrim_7on4q_8 {
858
+ ._scrim_1oaa3_8 {
859
859
  position: fixed;
860
860
  inset: 0;
861
861
  z-index: 60;
@@ -863,9 +863,9 @@
863
863
  align-items: flex-end;
864
864
  justify-content: center;
865
865
  background: rgba(12, 22, 28, 0.32);
866
- animation: _fade_7on4q_1 160ms ease-out;
866
+ animation: _fade_1oaa3_1 160ms ease-out;
867
867
  }
868
- ._sheet_7on4q_20 {
868
+ ._sheet_1oaa3_20 {
869
869
  display: flex;
870
870
  flex-direction: column;
871
871
  width: 100%;
@@ -874,32 +874,36 @@
874
874
  overflow: hidden;
875
875
  border-radius: var(--radius-12) var(--radius-12) 0 0;
876
876
  background: var(--color-surface-default);
877
- animation: _rise_7on4q_1 220ms cubic-bezier(0.2, 0.8, 0.2, 1);
877
+ animation: _rise_1oaa3_1 220ms cubic-bezier(0.2, 0.8, 0.2, 1);
878
878
  }
879
- ._body_7on4q_32 {
879
+ ._body_1oaa3_32 {
880
880
  flex: 1 1 auto;
881
881
  overflow-y: auto;
882
882
  display: flex;
883
883
  flex-direction: column;
884
884
  gap: var(--space-16);
885
885
  padding: 0 var(--space-16);
886
+ scrollbar-width: none;
887
+ }
888
+ ._body_1oaa3_32::-webkit-scrollbar {
889
+ display: none;
886
890
  }
887
- ._body_7on4q_32 > * {
891
+ ._body_1oaa3_32 > * {
888
892
  flex-shrink: 0;
889
893
  }
890
- ._title_7on4q_46 {
894
+ ._title_1oaa3_53 {
891
895
  margin: 0;
892
896
  font-size: var(--type-heading-md-size);
893
897
  line-height: 1.32;
894
898
  font-weight: var(--font-weight-bold);
895
899
  color: var(--color-text-default);
896
900
  }
897
- ._options_7on4q_54 {
901
+ ._options_1oaa3_61 {
898
902
  display: flex;
899
903
  flex-direction: column;
900
904
  gap: var(--space-6);
901
905
  }
902
- ._option_7on4q_54 {
906
+ ._option_1oaa3_61 {
903
907
  display: flex;
904
908
  align-items: center;
905
909
  gap: var(--space-8);
@@ -913,11 +917,11 @@
913
917
  text-align: left;
914
918
  cursor: pointer;
915
919
  }
916
- ._option_7on4q_54:focus-visible {
920
+ ._option_1oaa3_61:focus-visible {
917
921
  outline: none;
918
922
  box-shadow: var(--focus-ring);
919
923
  }
920
- ._radio_7on4q_88 {
924
+ ._radio_1oaa3_95 {
921
925
  position: relative;
922
926
  display: inline-flex;
923
927
  align-items: center;
@@ -927,7 +931,7 @@
927
931
  height: 24px;
928
932
  color: var(--color-surface-max);
929
933
  }
930
- ._radio_7on4q_88::before {
934
+ ._radio_1oaa3_95::before {
931
935
  content: "";
932
936
  position: absolute;
933
937
  width: 20px;
@@ -935,33 +939,33 @@
935
939
  border: 1px solid var(--color-border-default);
936
940
  border-radius: var(--radius-full);
937
941
  }
938
- ._option_7on4q_54[aria-checked=true] ._radio_7on4q_88::before {
942
+ ._option_1oaa3_61[aria-checked=true] ._radio_1oaa3_95::before {
939
943
  border-color: transparent;
940
944
  }
941
- ._radio_7on4q_88 svg {
945
+ ._radio_1oaa3_95 svg {
942
946
  position: relative;
943
947
  }
944
- ._label_7on4q_118 {
948
+ ._label_1oaa3_125 {
945
949
  font-size: var(--type-trimmed-md-size);
946
950
  line-height: 11px;
947
951
  font-weight: var(--font-weight-regular);
948
952
  padding: 5px 0;
949
953
  margin: -5px 0;
950
954
  }
951
- ._footer_7on4q_127 {
955
+ ._footer_1oaa3_134 {
952
956
  flex-shrink: 0;
953
957
  display: flex;
954
958
  flex-direction: column;
955
959
  gap: var(--space-12);
956
960
  padding: var(--space-16) var(--space-16) calc(var(--space-24) + var(--safe-area-bottom));
957
961
  }
958
- ._error_7on4q_135 {
962
+ ._error_1oaa3_142 {
959
963
  margin: 0;
960
964
  font-size: var(--type-trimmed-sm-size);
961
965
  line-height: 1.4;
962
966
  color: var(--color-state-text-critical);
963
967
  }
964
- @keyframes _fade_7on4q_1 {
968
+ @keyframes _fade_1oaa3_1 {
965
969
  from {
966
970
  opacity: 0;
967
971
  }
@@ -969,7 +973,7 @@
969
973
  opacity: 1;
970
974
  }
971
975
  }
972
- @keyframes _rise_7on4q_1 {
976
+ @keyframes _rise_1oaa3_1 {
973
977
  from {
974
978
  transform: translateY(12%);
975
979
  }
@@ -978,8 +982,8 @@
978
982
  }
979
983
  }
980
984
  @media (prefers-reduced-motion: reduce) {
981
- ._scrim_7on4q_8,
982
- ._sheet_7on4q_20 {
985
+ ._scrim_1oaa3_8,
986
+ ._sheet_1oaa3_20 {
983
987
  animation: none;
984
988
  }
985
989
  }
@@ -1953,20 +1957,24 @@
1953
1957
  color: var(--color-text-disabled);
1954
1958
  text-decoration: line-through;
1955
1959
  }
1956
- ._bar_fn0g9_1 {
1960
+ ._bar_6p29u_1 {
1957
1961
  display: flex;
1958
1962
  align-items: center;
1959
1963
  gap: var(--space-8);
1960
1964
  padding: var(--space-8) var(--space-16);
1961
1965
  }
1962
- ._chips_fn0g9_8 {
1966
+ ._chips_6p29u_8 {
1963
1967
  display: flex;
1964
1968
  gap: var(--space-8);
1965
1969
  overflow-x: auto;
1966
1970
  flex: 1 1 auto;
1967
1971
  -webkit-overflow-scrolling: touch;
1972
+ scrollbar-width: none;
1973
+ }
1974
+ ._chips_6p29u_8::-webkit-scrollbar {
1975
+ display: none;
1968
1976
  }
1969
- ._chip_fn0g9_8 {
1977
+ ._chip_6p29u_8 {
1970
1978
  flex: 0 0 auto;
1971
1979
  min-height: var(--tap-target-min);
1972
1980
  padding: 0 var(--space-16);
@@ -1978,12 +1986,12 @@
1978
1986
  font-size: var(--type-trimmed-sm-size);
1979
1987
  cursor: pointer;
1980
1988
  }
1981
- ._on_fn0g9_29 {
1989
+ ._on_6p29u_36 {
1982
1990
  background: var(--color-surface-max);
1983
1991
  color: var(--color-text-strong);
1984
1992
  border-color: var(--color-surface-max);
1985
1993
  }
1986
- ._clear_fn0g9_35 {
1994
+ ._clear_6p29u_42 {
1987
1995
  flex: 0 0 auto;
1988
1996
  min-height: var(--tap-target-min);
1989
1997
  padding: 0 var(--space-8);
@@ -2008,28 +2016,28 @@
2008
2016
  grid-template-columns: repeat(2, 1fr);
2009
2017
  gap: var(--space-16);
2010
2018
  }
2011
- ._rail_11l7h_7 {
2019
+ ._rail_1rll1_7 {
2012
2020
  display: flex;
2013
2021
  flex-direction: column;
2014
2022
  gap: var(--space-12);
2015
2023
  padding: var(--space-24) 0 var(--space-16);
2016
2024
  }
2017
- ._header_11l7h_14 {
2025
+ ._header_1rll1_14 {
2018
2026
  display: flex;
2019
2027
  align-items: baseline;
2020
2028
  justify-content: space-between;
2021
2029
  padding: 0 var(--space-16);
2022
2030
  }
2023
- ._title_11l7h_21 {
2031
+ ._title_1rll1_21 {
2024
2032
  font-size: var(--type-heading-md-size);
2025
2033
  line-height: 1.38;
2026
2034
  }
2027
- ._seeAll_11l7h_27 {
2035
+ ._seeAll_1rll1_27 {
2028
2036
  font-size: var(--type-trimmed-sm-size);
2029
2037
  color: var(--color-text-subtle);
2030
2038
  text-decoration: none;
2031
2039
  }
2032
- ._track_11l7h_33 {
2040
+ ._track_1rll1_33 {
2033
2041
  display: flex;
2034
2042
  gap: var(--space-12);
2035
2043
  list-style: none;
@@ -2039,28 +2047,32 @@
2039
2047
  scroll-snap-type: x mandatory;
2040
2048
  scroll-padding-inline: var(--space-16);
2041
2049
  -webkit-overflow-scrolling: touch;
2050
+ scrollbar-width: none;
2051
+ }
2052
+ ._track_1rll1_33::-webkit-scrollbar {
2053
+ display: none;
2042
2054
  }
2043
- ._item_11l7h_50 {
2055
+ ._item_1rll1_67 {
2044
2056
  flex: 0 0 auto;
2045
2057
  width: 165px;
2046
2058
  scroll-snap-align: start;
2047
2059
  }
2048
- ._inset_11l7h_62 ._header_11l7h_14 {
2060
+ ._inset_1rll1_79 ._header_1rll1_14 {
2049
2061
  padding: 0;
2050
2062
  }
2051
- ._inset_11l7h_62 ._track_11l7h_33 {
2063
+ ._inset_1rll1_79 ._track_1rll1_33 {
2052
2064
  padding-left: 0;
2053
2065
  padding-right: 0;
2054
2066
  scroll-padding-inline: 0;
2055
2067
  }
2056
- ._inset_11l7h_62 {
2068
+ ._inset_1rll1_79 {
2057
2069
  padding: 0;
2058
2070
  }
2059
- ._inset_11l7h_62 ._item_11l7h_50 {
2071
+ ._inset_1rll1_79 ._item_1rll1_67 {
2060
2072
  width: 165px;
2061
2073
  max-width: none;
2062
2074
  }
2063
- ._overlay_s4eai_1 {
2075
+ ._overlay_fszc5_1 {
2064
2076
  position: fixed;
2065
2077
  inset: 0;
2066
2078
  z-index: 900;
@@ -2068,12 +2080,12 @@
2068
2080
  align-items: flex-end;
2069
2081
  justify-content: center;
2070
2082
  }
2071
- ._scrim_s4eai_10 {
2083
+ ._scrim_fszc5_10 {
2072
2084
  position: absolute;
2073
2085
  inset: 0;
2074
2086
  background: rgba(8, 14, 18, 0.5);
2075
2087
  }
2076
- ._sheet_s4eai_16 {
2088
+ ._sheet_fszc5_16 {
2077
2089
  position: relative;
2078
2090
  width: 100%;
2079
2091
  max-width: 480px;
@@ -2082,10 +2094,10 @@
2082
2094
  border-radius: var(--radius-18) var(--radius-18) 0 0;
2083
2095
  display: flex;
2084
2096
  flex-direction: column;
2085
- animation: _slide-up_s4eai_1 200ms ease;
2097
+ animation: _slide-up_fszc5_1 200ms ease;
2086
2098
  padding-bottom: var(--safe-area-bottom);
2087
2099
  }
2088
- @keyframes _slide-up_s4eai_1 {
2100
+ @keyframes _slide-up_fszc5_1 {
2089
2101
  from {
2090
2102
  transform: translateY(100%);
2091
2103
  }
@@ -2093,32 +2105,32 @@
2093
2105
  transform: translateY(0);
2094
2106
  }
2095
2107
  }
2096
- ._grabArea_s4eai_41 {
2108
+ ._grabArea_fszc5_41 {
2097
2109
  padding: var(--space-8) 0 var(--space-4);
2098
2110
  touch-action: none;
2099
2111
  cursor: grab;
2100
2112
  }
2101
- ._grabArea_s4eai_41:active {
2113
+ ._grabArea_fszc5_41:active {
2102
2114
  cursor: grabbing;
2103
2115
  }
2104
- ._grabber_s4eai_51 {
2116
+ ._grabber_fszc5_51 {
2105
2117
  width: 40px;
2106
2118
  height: 4px;
2107
2119
  margin: 0 auto;
2108
2120
  border-radius: 2px;
2109
2121
  background: var(--color-border-default);
2110
2122
  }
2111
- ._header_s4eai_59 {
2123
+ ._header_fszc5_59 {
2112
2124
  display: flex;
2113
2125
  align-items: center;
2114
2126
  justify-content: space-between;
2115
2127
  padding: var(--space-16);
2116
2128
  border-bottom: 1px solid var(--color-border-default);
2117
2129
  }
2118
- ._title_s4eai_67 {
2130
+ ._title_fszc5_67 {
2119
2131
  font-size: var(--type-heading-md-size);
2120
2132
  }
2121
- ._close_s4eai_71 {
2133
+ ._close_fszc5_71 {
2122
2134
  min-width: var(--tap-target-min);
2123
2135
  min-height: var(--tap-target-min);
2124
2136
  display: inline-flex;
@@ -2130,12 +2142,16 @@
2130
2142
  cursor: pointer;
2131
2143
  color: var(--color-text-subtle);
2132
2144
  }
2133
- ._body_s4eai_84 {
2145
+ ._body_fszc5_84 {
2134
2146
  overflow-y: auto;
2135
2147
  padding: var(--space-16);
2136
2148
  flex: 1 1 auto;
2149
+ scrollbar-width: none;
2137
2150
  }
2138
- ._footer_s4eai_90 {
2151
+ ._body_fszc5_84::-webkit-scrollbar {
2152
+ display: none;
2153
+ }
2154
+ ._footer_fszc5_97 {
2139
2155
  border-top: 1px solid var(--color-border-default);
2140
2156
  padding: var(--space-16);
2141
2157
  }
@@ -2492,7 +2508,7 @@
2492
2508
  ._dotActive_16d26_109 {
2493
2509
  background: #ffffff;
2494
2510
  }
2495
- ._scrim_ddqa4_8 {
2511
+ ._scrim_r4azu_8 {
2496
2512
  position: fixed;
2497
2513
  inset: 0;
2498
2514
  z-index: 60;
@@ -2500,9 +2516,9 @@
2500
2516
  align-items: flex-end;
2501
2517
  justify-content: center;
2502
2518
  background: rgba(12, 22, 28, 0.32);
2503
- animation: _fade_ddqa4_1 160ms ease-out;
2519
+ animation: _fade_r4azu_1 160ms ease-out;
2504
2520
  }
2505
- ._sheet_ddqa4_2 {
2521
+ ._sheet_r4azu_2 {
2506
2522
  display: flex;
2507
2523
  flex-direction: column;
2508
2524
  width: 100%;
@@ -2511,9 +2527,9 @@
2511
2527
  overflow: hidden;
2512
2528
  border-radius: 16px 16px 0 0;
2513
2529
  background: #ffffff;
2514
- animation: _rise_ddqa4_1 220ms cubic-bezier(0.2, 0.8, 0.2, 1);
2530
+ animation: _rise_r4azu_1 220ms cubic-bezier(0.2, 0.8, 0.2, 1);
2515
2531
  }
2516
- ._body_ddqa4_40 {
2532
+ ._body_r4azu_40 {
2517
2533
  flex: 1 1 auto;
2518
2534
  overflow-y: auto;
2519
2535
  display: flex;
@@ -2521,29 +2537,33 @@
2521
2537
  gap: var(--space-20);
2522
2538
  padding: 0 var(--space-16) calc(var(--space-24) + var(--safe-area-bottom));
2523
2539
  background: var(--color-surface-default);
2540
+ scrollbar-width: none;
2524
2541
  }
2525
- ._body_ddqa4_40 > * {
2542
+ ._body_r4azu_40::-webkit-scrollbar {
2543
+ display: none;
2544
+ }
2545
+ ._body_r4azu_40 > * {
2526
2546
  flex-shrink: 0;
2527
2547
  }
2528
- ._titles_ddqa4_60 {
2548
+ ._titles_r4azu_67 {
2529
2549
  display: flex;
2530
2550
  flex-direction: column;
2531
2551
  gap: var(--space-2);
2532
2552
  }
2533
- ._title_ddqa4_60 {
2553
+ ._title_r4azu_67 {
2534
2554
  margin: 0;
2535
2555
  font-size: var(--type-heading-md-size);
2536
2556
  line-height: 1.32;
2537
2557
  font-weight: var(--font-weight-bold);
2538
2558
  color: var(--color-text-default);
2539
2559
  }
2540
- ._subtitle_ddqa4_76 {
2560
+ ._subtitle_r4azu_83 {
2541
2561
  margin: 0;
2542
2562
  font-size: var(--type-caption-sm-size);
2543
2563
  line-height: var(--type-caption-sm-line);
2544
2564
  color: var(--color-text-subtle);
2545
2565
  }
2546
- ._units_ddqa4_89 {
2566
+ ._units_r4azu_96 {
2547
2567
  display: flex;
2548
2568
  align-items: center;
2549
2569
  width: 190px;
@@ -2552,7 +2572,7 @@
2552
2572
  border-radius: 9px;
2553
2573
  background: var(--color-surface-soft);
2554
2574
  }
2555
- ._unit_ddqa4_89 {
2575
+ ._unit_r4azu_96 {
2556
2576
  flex: 1 1 0;
2557
2577
  display: inline-flex;
2558
2578
  align-items: center;
@@ -2568,31 +2588,35 @@
2568
2588
  line-height: 10px;
2569
2589
  cursor: pointer;
2570
2590
  }
2571
- ._unitOn_ddqa4_123 {
2591
+ ._unitOn_r4azu_130 {
2572
2592
  height: 32px;
2573
2593
  background: var(--color-surface-neutral);
2574
2594
  font-weight: var(--font-weight-bold);
2575
2595
  }
2576
- ._unitOff_ddqa4_131 {
2596
+ ._unitOff_r4azu_138 {
2577
2597
  box-shadow: inset 0 0 0 0.5px rgba(0, 0, 0, 0.04);
2578
2598
  font-weight: var(--font-weight-regular);
2579
2599
  }
2580
- ._tableWrap_ddqa4_140 {
2600
+ ._tableWrap_r4azu_147 {
2581
2601
  overflow-x: auto;
2602
+ scrollbar-width: none;
2582
2603
  }
2583
- ._table_ddqa4_140 {
2604
+ ._tableWrap_r4azu_147::-webkit-scrollbar {
2605
+ display: none;
2606
+ }
2607
+ ._table_r4azu_147 {
2584
2608
  width: 100%;
2585
2609
  border-collapse: separate;
2586
2610
  border-spacing: 0;
2587
2611
  table-layout: fixed;
2588
2612
  }
2589
- ._col_ddqa4_165 {
2613
+ ._col_r4azu_179 {
2590
2614
  width: 18.6006%;
2591
2615
  }
2592
- ._colEdge_ddqa4_169 {
2616
+ ._colEdge_r4azu_183 {
2593
2617
  width: 22.0991%;
2594
2618
  }
2595
- ._table_ddqa4_140 thead th {
2619
+ ._table_r4azu_147 thead th {
2596
2620
  height: 36px;
2597
2621
  padding: 0;
2598
2622
  background: #f5f5f5;
@@ -2603,17 +2627,17 @@
2603
2627
  letter-spacing: 0.12px;
2604
2628
  text-align: center;
2605
2629
  }
2606
- ._table_ddqa4_140 thead th:first-child {
2630
+ ._table_r4azu_147 thead th:first-child {
2607
2631
  padding-left: var(--space-12);
2608
2632
  border-top-left-radius: var(--radius-8);
2609
2633
  text-align: left;
2610
2634
  }
2611
- ._table_ddqa4_140 thead th:last-child {
2635
+ ._table_r4azu_147 thead th:last-child {
2612
2636
  padding-right: var(--space-12);
2613
2637
  border-top-right-radius: var(--radius-8);
2614
2638
  }
2615
- ._table_ddqa4_140 tbody th,
2616
- ._table_ddqa4_140 tbody td {
2639
+ ._table_r4azu_147 tbody th,
2640
+ ._table_r4azu_147 tbody td {
2617
2641
  height: 44px;
2618
2642
  padding: 0;
2619
2643
  border-bottom: 1px solid var(--color-surface-soft);
@@ -2623,19 +2647,19 @@
2623
2647
  font-weight: var(--font-weight-regular);
2624
2648
  text-align: center;
2625
2649
  }
2626
- ._table_ddqa4_140 tbody th {
2650
+ ._table_r4azu_147 tbody th {
2627
2651
  padding-left: var(--space-12);
2628
2652
  font-weight: var(--font-weight-bold);
2629
2653
  text-align: left;
2630
2654
  }
2631
- ._table_ddqa4_140 tbody td:last-child {
2655
+ ._table_r4azu_147 tbody td:last-child {
2632
2656
  padding-right: var(--space-12);
2633
2657
  }
2634
- ._table_ddqa4_140 tbody tr:last-child th,
2635
- ._table_ddqa4_140 tbody tr:last-child td {
2658
+ ._table_r4azu_147 tbody tr:last-child th,
2659
+ ._table_r4azu_147 tbody tr:last-child td {
2636
2660
  border-bottom: 0;
2637
2661
  }
2638
- ._note_ddqa4_237 {
2662
+ ._note_r4azu_251 {
2639
2663
  margin: 0;
2640
2664
  padding: var(--space-8) var(--space-12);
2641
2665
  border-radius: var(--radius-8);
@@ -2644,35 +2668,35 @@
2644
2668
  font-size: var(--type-trimmed-xs-size);
2645
2669
  line-height: 1.52;
2646
2670
  }
2647
- ._how_ddqa4_249 {
2671
+ ._how_r4azu_263 {
2648
2672
  display: flex;
2649
2673
  flex-direction: column;
2650
2674
  gap: var(--space-16);
2651
2675
  }
2652
- ._howTitle_ddqa4_255 {
2676
+ ._howTitle_r4azu_269 {
2653
2677
  margin: 0;
2654
2678
  font-size: var(--type-heading-sm-size);
2655
2679
  line-height: var(--type-heading-sm-line);
2656
2680
  font-weight: var(--font-weight-bold);
2657
2681
  color: #0d0d0d;
2658
2682
  }
2659
- ._howList_ddqa4_263 {
2683
+ ._howList_r4azu_277 {
2660
2684
  margin: 0;
2661
2685
  display: flex;
2662
2686
  flex-direction: column;
2663
2687
  gap: var(--space-8);
2664
2688
  }
2665
- ._howItem_ddqa4_270 {
2689
+ ._howItem_r4azu_284 {
2666
2690
  display: flex;
2667
2691
  flex-direction: column;
2668
2692
  gap: var(--space-8);
2669
2693
  }
2670
- ._howItem_ddqa4_270 + ._howItem_ddqa4_270 {
2694
+ ._howItem_r4azu_284 + ._howItem_r4azu_284 {
2671
2695
  margin-top: -1px;
2672
2696
  padding-top: var(--space-8);
2673
2697
  border-top: 1px solid var(--color-surface-soft);
2674
2698
  }
2675
- ._howLabel_ddqa4_295 {
2699
+ ._howLabel_r4azu_309 {
2676
2700
  padding: 5px 0;
2677
2701
  margin: -5px 0;
2678
2702
  font-size: var(--type-trimmed-xs-size);
@@ -2681,31 +2705,31 @@
2681
2705
  letter-spacing: 0.12px;
2682
2706
  color: #0d0d0d;
2683
2707
  }
2684
- ._howText_ddqa4_305 {
2708
+ ._howText_r4azu_319 {
2685
2709
  margin: 0;
2686
2710
  font-size: var(--type-trimmed-xs-size);
2687
2711
  line-height: 1.52;
2688
2712
  color: #6b6b6b;
2689
2713
  }
2690
- ._fabric_ddqa4_314 {
2714
+ ._fabric_r4azu_328 {
2691
2715
  display: flex;
2692
2716
  flex-direction: column;
2693
2717
  gap: var(--space-2);
2694
2718
  }
2695
- ._fabricLabel_ddqa4_322 {
2719
+ ._fabricLabel_r4azu_336 {
2696
2720
  margin: 0;
2697
2721
  font-size: var(--type-trimmed-xs-size);
2698
2722
  line-height: 1.52;
2699
2723
  font-weight: var(--font-weight-bold);
2700
2724
  color: #0d0d0d;
2701
2725
  }
2702
- ._fabricText_ddqa4_330 {
2726
+ ._fabricText_r4azu_344 {
2703
2727
  margin: 0;
2704
2728
  font-size: var(--type-trimmed-xs-size);
2705
2729
  line-height: 1.52;
2706
2730
  color: #6b6b6b;
2707
2731
  }
2708
- ._notes_ddqa4_341 {
2732
+ ._notes_r4azu_355 {
2709
2733
  margin: 0;
2710
2734
  padding-left: var(--space-16);
2711
2735
  display: flex;
@@ -2715,7 +2739,7 @@
2715
2739
  line-height: var(--type-caption-sm-line);
2716
2740
  color: var(--color-text-subtle);
2717
2741
  }
2718
- @keyframes _fade_ddqa4_1 {
2742
+ @keyframes _fade_r4azu_1 {
2719
2743
  from {
2720
2744
  opacity: 0;
2721
2745
  }
@@ -2723,7 +2747,7 @@
2723
2747
  opacity: 1;
2724
2748
  }
2725
2749
  }
2726
- @keyframes _rise_ddqa4_1 {
2750
+ @keyframes _rise_r4azu_1 {
2727
2751
  from {
2728
2752
  transform: translateY(12%);
2729
2753
  }
@@ -2732,8 +2756,8 @@
2732
2756
  }
2733
2757
  }
2734
2758
  @media (prefers-reduced-motion: reduce) {
2735
- ._scrim_ddqa4_8,
2736
- ._sheet_ddqa4_2 {
2759
+ ._scrim_r4azu_8,
2760
+ ._sheet_r4azu_2 {
2737
2761
  animation: none;
2738
2762
  }
2739
2763
  }
@@ -3706,7 +3730,7 @@
3706
3730
  width: auto;
3707
3731
  text-align: center;
3708
3732
  }
3709
- ._overlay_1i5ok_5 {
3733
+ ._overlay_zf09t_5 {
3710
3734
  position: fixed;
3711
3735
  inset: 0;
3712
3736
  z-index: 900;
@@ -3715,12 +3739,12 @@
3715
3739
  justify-content: center;
3716
3740
  padding: calc(var(--header-height) + var(--space-16) + env(safe-area-inset-top, 0px)) var(--space-16) var(--space-16);
3717
3741
  }
3718
- ._scrim_1i5ok_21 {
3742
+ ._scrim_zf09t_21 {
3719
3743
  position: absolute;
3720
3744
  inset: 0;
3721
3745
  background: rgba(12, 22, 28, 0.32);
3722
3746
  }
3723
- ._sheet_1i5ok_31 {
3747
+ ._sheet_zf09t_31 {
3724
3748
  position: relative;
3725
3749
  width: 100%;
3726
3750
  max-width: 343px;
@@ -3731,9 +3755,13 @@
3731
3755
  border-radius: var(--radius-12);
3732
3756
  display: flex;
3733
3757
  flex-direction: column;
3734
- animation: _menu-in_1i5ok_1 160ms ease;
3758
+ animation: _menu-in_zf09t_1 160ms ease;
3759
+ scrollbar-width: none;
3760
+ }
3761
+ ._sheet_zf09t_31::-webkit-scrollbar {
3762
+ display: none;
3735
3763
  }
3736
- @keyframes _menu-in_1i5ok_1 {
3764
+ @keyframes _menu-in_zf09t_1 {
3737
3765
  from {
3738
3766
  opacity: 0;
3739
3767
  transform: translateY(-8px);
@@ -3744,16 +3772,16 @@
3744
3772
  }
3745
3773
  }
3746
3774
  @media (prefers-reduced-motion: reduce) {
3747
- ._sheet_1i5ok_31 {
3775
+ ._sheet_zf09t_31 {
3748
3776
  animation: none;
3749
3777
  }
3750
3778
  }
3751
- ._header_1i5ok_73 {
3779
+ ._header_zf09t_80 {
3752
3780
  display: flex;
3753
3781
  justify-content: flex-end;
3754
3782
  border-bottom: 1px solid rgba(249, 250, 250, 0.2);
3755
3783
  }
3756
- ._close_1i5ok_79 {
3784
+ ._close_zf09t_86 {
3757
3785
  display: inline-flex;
3758
3786
  align-items: center;
3759
3787
  justify-content: center;
@@ -3765,19 +3793,19 @@
3765
3793
  color: inherit;
3766
3794
  cursor: pointer;
3767
3795
  }
3768
- ._close_1i5ok_79:focus-visible {
3796
+ ._close_zf09t_86:focus-visible {
3769
3797
  outline: none;
3770
3798
  box-shadow: var(--focus-ring);
3771
3799
  border-radius: var(--radius-4);
3772
3800
  }
3773
- ._list_1i5ok_98 {
3801
+ ._list_zf09t_105 {
3774
3802
  list-style: none;
3775
3803
  margin: 0;
3776
3804
  padding: var(--space-6) 0;
3777
3805
  display: flex;
3778
3806
  flex-direction: column;
3779
3807
  }
3780
- ._row_1i5ok_113 {
3808
+ ._row_zf09t_120 {
3781
3809
  display: flex;
3782
3810
  align-items: center;
3783
3811
  gap: var(--space-8);
@@ -3790,39 +3818,39 @@
3790
3818
  text-align: left;
3791
3819
  cursor: pointer;
3792
3820
  }
3793
- ._row_1i5ok_113[disabled] {
3821
+ ._row_zf09t_120[disabled] {
3794
3822
  cursor: default;
3795
3823
  }
3796
- ._row_1i5ok_113:focus-visible {
3824
+ ._row_zf09t_120:focus-visible {
3797
3825
  outline: none;
3798
3826
  box-shadow: var(--focus-ring);
3799
3827
  }
3800
- ._icon_1i5ok_142 {
3828
+ ._icon_zf09t_149 {
3801
3829
  display: inline-flex;
3802
3830
  flex: 0 0 24px;
3803
3831
  width: 24px;
3804
3832
  height: 24px;
3805
3833
  color: var(--color-text-default);
3806
3834
  }
3807
- ._text_1i5ok_150 {
3835
+ ._text_zf09t_157 {
3808
3836
  display: flex;
3809
3837
  flex: 1 1 auto;
3810
3838
  flex-direction: column;
3811
3839
  gap: var(--space-2);
3812
3840
  min-width: 0;
3813
3841
  }
3814
- ._title_1i5ok_158 {
3842
+ ._title_zf09t_165 {
3815
3843
  font-size: var(--type-paragraph-size);
3816
3844
  font-weight: var(--font-weight-bold);
3817
3845
  line-height: 1;
3818
3846
  color: var(--color-text-default);
3819
3847
  }
3820
- ._subtitle_1i5ok_165 {
3848
+ ._subtitle_zf09t_172 {
3821
3849
  font-size: var(--type-trimmed-xs-size);
3822
3850
  line-height: 1.52;
3823
3851
  color: var(--color-text-subtle);
3824
3852
  }
3825
- ._chevron_1i5ok_171 {
3853
+ ._chevron_zf09t_178 {
3826
3854
  display: inline-flex;
3827
3855
  flex: 0 0 16px;
3828
3856
  width: 16px;