@team_yumi/ramen 0.4.0-next.20231124-d88d645-3ad6a26ff91e0246421b442565a18a54 → 0.4.0-next.20231128-37228e3-f736c71a66d1e1d0149e2f5eb53bb260

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.
Files changed (35) hide show
  1. package/components/core/x-accordion/root.d.ts +38 -0
  2. package/components/core/{xinput → x-input}/root.d.ts +1 -1
  3. package/components/core/x-text-area/root.d.ts +45 -0
  4. package/components/core/x-text-field/index.d.ts +2 -0
  5. package/components/core/x-text-field/root.d.ts +31 -0
  6. package/components/core/xcurrency-input/root.d.ts +1 -1
  7. package/components/core/xdecision/root.d.ts +1 -0
  8. package/components/core/xdivider/root.d.ts +1 -0
  9. package/components/core/xemail-input/root.d.ts +1 -1
  10. package/components/core/xnumber-input/root.d.ts +1 -1
  11. package/components/core/xpassword-input/root.d.ts +1 -1
  12. package/components/core/xphone-input/root.d.ts +1 -1
  13. package/components/core/xsearch-input/root.d.ts +1 -1
  14. package/components/core/xtext/root.d.ts +4 -0
  15. package/components/core/xtext-input/root.d.ts +1 -1
  16. package/components/mobile/x-bottom-sheet/index.d.ts +2 -0
  17. package/components/mobile/x-bottom-sheet/root.d.ts +85 -0
  18. package/hooks/useMountTransition.d.ts +1 -1
  19. package/index.core.d.ts +3 -1
  20. package/index.css +184 -62
  21. package/index.js +2 -2
  22. package/index.mobile.d.ts +4 -2
  23. package/index.web.d.ts +3 -1
  24. package/models/Collections/IBackgroundThone.d.ts +1 -1
  25. package/models/Collections/IBottomExpandableState.d.ts +1 -0
  26. package/models/Collections/IColor.d.ts +1 -0
  27. package/models/Collections/IDecisionValueType.d.ts +1 -0
  28. package/models/Collections/ITextFieldType.d.ts +1 -0
  29. package/models/Collections/index.d.ts +5 -1
  30. package/package.json +1 -1
  31. package/components/core/xtext-area/root.d.ts +0 -13
  32. package/components/mobile/xbottom-sheet/root.d.ts +0 -26
  33. /package/components/{mobile/xbottom-sheet → core/x-accordion}/index.d.ts +0 -0
  34. /package/components/core/{xinput → x-input}/index.d.ts +0 -0
  35. /package/components/core/{xtext-area → x-text-area}/index.d.ts +0 -0
package/index.css CHANGED
@@ -396,7 +396,6 @@
396
396
  }
397
397
 
398
398
 
399
-
400
399
  .root-module_background_thone-darkest__i0opu {
401
400
  background-color: var(--color-neutral-dark);
402
401
  }
@@ -421,6 +420,10 @@
421
420
  background-color: var(--color-neutral-dark);
422
421
  }
423
422
 
423
+ .root-module_background_thone-dark-30__e-30s {
424
+ background-color: var(--neutral-dark-30);
425
+ }
426
+
424
427
  .root-module_border_radius-xxs__fG-b3{
425
428
  border-radius: var(--xbox-border-small);
426
429
  }
@@ -571,6 +574,62 @@
571
574
  color: var(--color-neutral-light);
572
575
  }
573
576
 
577
+
578
+ /**
579
+ * Colors
580
+ */
581
+ .root-module_color-gray__lVpfL {
582
+ color: var(--color-neutral-light);
583
+ }
584
+
585
+ .root-module_color-disabled__-h7GE {
586
+ color: var(--neutral-dark-50);
587
+ }
588
+
589
+ .root-module_color-black__28xe- {
590
+ color: var(--color-neutral-darkest);
591
+ }
592
+
593
+ .root-module_color-green__LxsRV {
594
+ color: var(--xicon-color-green);
595
+ }
596
+
597
+ .root-module_color-sky-blue__aFXgz {
598
+ color: var(--xicon-color-sky-blue);
599
+ }
600
+
601
+ .root-module_color-orange__PR323 {
602
+ color: var(--xicon-color-orange);
603
+ }
604
+
605
+ .root-module_color-red__niURw {
606
+ color: var(--xicon-color-red);
607
+ }
608
+
609
+ .root-module_color-purple__E1Qm1 {
610
+ color: var(--xicon-color-purple);
611
+ }
612
+
613
+ .root-module_color-pink__2YXPc {
614
+ color: var(--xicon-color-pink);
615
+ }
616
+
617
+ .root-module_color-green-check__AEEdP {
618
+ color: var(--xicon-color-green-check);
619
+ }
620
+
621
+ .root-module_color-red-refuse__LMJyr {
622
+ color: var(--xicon-color-red-refuse);
623
+ }
624
+
625
+ .root-module_color-yellow__MqYDk {
626
+ color: var(--xicon-color-yellow);
627
+ }
628
+
629
+ .root-module_color-turquoise__M7-LO {
630
+ color: var(--xicon-color-turquoise);
631
+ }
632
+
574
633
  .root-module_x-icon__YwX20 {
575
634
  display: inline-block;
576
635
  box-sizing: content-box;
@@ -1899,7 +1958,7 @@
1899
1958
  display: none;
1900
1959
  }
1901
1960
 
1902
- .root-module_xinput__wKJg8 {
1961
+ .root-module_x-input__8bcVs {
1903
1962
  background-color: var(--color-neutral-lightest, #ffffff);
1904
1963
  border-radius: 999px;
1905
1964
  display: flex;
@@ -1908,7 +1967,7 @@
1908
1967
  width: 100%;
1909
1968
  }
1910
1969
 
1911
- .root-module_xinput__content__H1uq- {
1970
+ .root-module_x-input__content__OGkTU {
1912
1971
  display: flex;
1913
1972
  align-items: center;
1914
1973
  padding: var(--xbox-padding-s) var(--xbox-padding-m);
@@ -1916,52 +1975,49 @@
1916
1975
  border-radius: 999px;
1917
1976
  }
1918
1977
 
1919
- .root-module_xinput--has-innerbutton__dc4n- > .root-module_xinput__content__H1uq- {
1978
+ .root-module_x-input--has-innerbutton__hDx3p>.root-module_x-input__content__OGkTU {
1920
1979
  padding: var(--xbox-padding-xs) var(--xbox-padding-m);
1921
1980
  }
1922
1981
 
1923
- .root-module_xinput--has-error__anEKA .root-module_xinput__content__H1uq- {
1982
+ .root-module_x-input--has-error__T7LO6 .root-module_x-input__content__OGkTU {
1924
1983
  border: 1px solid var(--global-error-red-50);
1925
1984
  }
1926
1985
 
1927
- .root-module_xinput--disabled__cf8s3 .root-module_xinput__content__H1uq- {
1928
- background-color: var(--color-neutral-light);
1986
+ .root-module_x-input--disabled__MAaPq .root-module_x-input__content__OGkTU {
1987
+ border: 1px solid var(--neutral-dark-30, #D6D6D6);
1988
+ background: var(--neutral-dark-20, #F5F5F5);
1929
1989
  }
1930
1990
 
1931
- .root-module_xinput--size-s__46LGs .root-module_xinput__content__H1uq- {
1991
+ .root-module_x-input--size-s__9aTJo .root-module_x-input__content__OGkTU {
1932
1992
  display: flex;
1933
1993
  align-items: center;
1934
1994
  padding: 9px var(--xbox-padding-m);
1935
1995
  }
1936
1996
 
1937
- .root-module_xinput__wKJg8:hover .root-module_xinput__content__H1uq- {
1997
+ .root-module_x-input__8bcVs:hover .root-module_x-input__content__OGkTU {
1938
1998
  box-shadow: 0 3px 8px -1px rgba(24, 39, 75, 0.08);
1939
1999
  }
1940
2000
 
1941
- .root-module_xinput__wKJg8:not(.root-module_xinput--has-error__anEKA).root-module_xinput__wKJg8:focus-within .root-module_xinput__content__H1uq- {
2001
+ .root-module_x-input__8bcVs:not(.root-module_x-input--has-error__T7LO6).root-module_x-input__8bcVs:focus-within .root-module_x-input__content__OGkTU {
1942
2002
  border: 1px solid var(--color-neutral-darkest);
1943
2003
  }
1944
2004
 
1945
- .theme-arcus .root-module_xinput__wKJg8:not(.root-module_xinput--has-error__anEKA).root-module_xinput__wKJg8:focus-within .root-module_xinput__content__H1uq- {
2005
+ .theme-arcus .root-module_x-input__8bcVs:not(.root-module_x-input--has-error__T7LO6).root-module_x-input__8bcVs:focus-within .root-module_x-input__content__OGkTU {
1946
2006
  color: var(--color-neutral-darkest);
1947
2007
  background: linear-gradient(#fff, #fff) padding-box, var(--color-gradient-arcus) border-box;
1948
2008
  border-color: transparent;
1949
2009
  }
1950
2010
 
1951
- .root-module_xinput__icon__QFal7 > div {
2011
+ .root-module_x-input__icon__7Kv84>div {
1952
2012
  margin-right: var(--xbox-padding-xs);
1953
2013
  display: flex;
1954
2014
  }
1955
2015
 
1956
- .root-module_xinput--disabled__cf8s3 .root-module_xinput__content__H1uq- .root-module_xinput__icon__QFal7 > div {
1957
- color: var(--neutral-dark-50);
1958
- }
1959
-
1960
- .root-module_xinput__wKJg8:not(.root-module_xinput--has-error__anEKA).root-module_xinput__wKJg8:focus-within .root-module_xinput__icon__QFal7 {
2016
+ .root-module_x-input__8bcVs:not(.root-module_x-input--has-error__T7LO6).root-module_x-input__8bcVs:focus-within .root-module_x-input__icon__7Kv84 {
1961
2017
  color: var(--color-neutral-darkest);
1962
2018
  }
1963
2019
 
1964
- .root-module_xinput__content__H1uq- > input {
2020
+ .root-module_x-input__content__OGkTU>input {
1965
2021
  border: none;
1966
2022
  padding: 0;
1967
2023
  height: var(--xbox-size-9);
@@ -1973,15 +2029,15 @@
1973
2029
  -webkit-font-smoothing: antialiased;
1974
2030
  }
1975
2031
 
1976
- .root-module_xinput__content__H1uq- > input:focus {
2032
+ .root-module_x-input__content__OGkTU>input:focus {
1977
2033
  outline: none;
1978
2034
  }
1979
2035
 
1980
- .root-module_xinput--size-s__46LGs .root-module_xinput__content__H1uq- > input {
2036
+ .root-module_x-input--size-s__9aTJo .root-module_x-input__content__OGkTU>input {
1981
2037
  font-size: var(--xtext-size-11);
1982
2038
  }
1983
2039
 
1984
- .root-module_xinput__content__H1uq- > input::-moz-placeholder {
2040
+ .root-module_x-input__content__OGkTU>input::-moz-placeholder {
1985
2041
  font-size: var(--xtext-size-10);
1986
2042
  color: var(--neutral-dark-50);
1987
2043
  font-weight: var(--xtext-weight-normal);
@@ -1989,7 +2045,7 @@
1989
2045
  letter-spacing: var(--xtext-letterspacing);
1990
2046
  }
1991
2047
 
1992
- .root-module_xinput__content__H1uq- > input::placeholder {
2048
+ .root-module_x-input__content__OGkTU>input::placeholder {
1993
2049
  font-size: var(--xtext-size-10);
1994
2050
  color: var(--neutral-dark-50);
1995
2051
  font-weight: var(--xtext-weight-normal);
@@ -1997,11 +2053,11 @@
1997
2053
  letter-spacing: var(--xtext-letterspacing);
1998
2054
  }
1999
2055
 
2000
- .root-module_xinput--size-s__46LGs .root-module_xinput__content__H1uq- > input::-moz-placeholder {
2056
+ .root-module_x-input--size-s__9aTJo .root-module_x-input__content__OGkTU>input::-moz-placeholder {
2001
2057
  font-size: var(--xtext-size-11);
2002
2058
  }
2003
2059
 
2004
- .root-module_xinput--size-s__46LGs .root-module_xinput__content__H1uq- > input::placeholder {
2060
+ .root-module_x-input--size-s__9aTJo .root-module_x-input__content__OGkTU>input::placeholder {
2005
2061
  font-size: var(--xtext-size-11);
2006
2062
  }
2007
2063
 
@@ -2264,7 +2320,7 @@
2264
2320
  display: block;
2265
2321
  }
2266
2322
 
2267
- .root-module_xtextarea__jLwrl {
2323
+ .root-module_x-textarea__of1mo {
2268
2324
  display: flex;
2269
2325
  flex-direction: column;
2270
2326
  align-items: stretch;
@@ -2272,7 +2328,7 @@
2272
2328
  position: relative;
2273
2329
  }
2274
2330
 
2275
- .root-module_xtextarea__content__jmSf- {
2331
+ .root-module_x-textarea__content__HzYvt {
2276
2332
  display: flex;
2277
2333
  align-items: center;
2278
2334
  padding: var(--xbox-padding-s) var(--xbox-padding-m);
@@ -2280,35 +2336,35 @@
2280
2336
  border-radius: 24px;
2281
2337
  }
2282
2338
 
2283
- .root-module_xtextarea--has-error__xlwOA .root-module_xtextarea__content__jmSf- {
2339
+ .root-module_x-textarea--has-error__u3sYQ .root-module_x-textarea__content__HzYvt {
2284
2340
  border: 1px solid var(--global-error-red-50);
2285
2341
  }
2286
2342
 
2287
- .root-module_xtextarea--disabled__qJ6TY .root-module_xtextarea__content__jmSf- {
2343
+ .root-module_x-textarea--disabled__gCijS .root-module_x-textarea__content__HzYvt {
2288
2344
  background-color: var(--color-neutral-light);
2289
2345
  }
2290
2346
 
2291
- .root-module_xtextarea--size-s__z9b4k .root-module_xtextarea__content__jmSf- {
2347
+ .root-module_x-textarea--size-s__vg9My .root-module_x-textarea__content__HzYvt {
2292
2348
  display: flex;
2293
2349
  align-items: center;
2294
2350
  padding: 9px var(--xbox-padding-m);
2295
2351
  }
2296
2352
 
2297
- .root-module_xtextarea__jLwrl:hover .root-module_xtextarea__content__jmSf- {
2353
+ .root-module_x-textarea__of1mo:hover .root-module_x-textarea__content__HzYvt {
2298
2354
  box-shadow: 0 3px 8px -1px rgba(24, 39, 75, 0.08);
2299
2355
  }
2300
2356
 
2301
- .root-module_xtextarea__jLwrl:not(.root-module_xtextarea--has-error__xlwOA).root-module_xtextarea__jLwrl:focus-within .root-module_xtextarea__content__jmSf- {
2357
+ .root-module_x-textarea__of1mo:not(.root-module_x-textarea--has-error__u3sYQ).root-module_x-textarea__of1mo:focus-within .root-module_x-textarea__content__HzYvt {
2302
2358
  border: 1px solid var(--color-neutral-darkest);
2303
2359
  }
2304
2360
 
2305
- .theme-arcus .root-module_xtextarea__jLwrl:not(.root-module_xtextarea--has-error__xlwOA).root-module_xtextarea__jLwrl:focus-within .root-module_xtextarea__content__jmSf- {
2361
+ .theme-arcus .root-module_x-textarea__of1mo:not(.root-module_x-textarea--has-error__u3sYQ).root-module_x-textarea__of1mo:focus-within .root-module_x-textarea__content__HzYvt {
2306
2362
  color: var(--color-neutral-darkest);
2307
2363
  background: linear-gradient(#fff, #fff) padding-box, var(--color-gradient-arcus) border-box;
2308
2364
  border-color: transparent;
2309
2365
  }
2310
2366
 
2311
- .root-module_xtextarea__subcontent__fUBLw {
2367
+ .root-module_x-textarea__subcontent__Pq3VE {
2312
2368
  margin-right: var(--xbox-padding-xs);
2313
2369
  color: var(--color-neutral-medium);
2314
2370
  display: flex;
@@ -2316,7 +2372,7 @@
2316
2372
  padding: var(--xbox-padding-xs) 0px;
2317
2373
  }
2318
2374
 
2319
- .root-module_xtextarea__count__a1g7R {
2375
+ .root-module_x-textarea__count__wbjds {
2320
2376
  position: absolute;
2321
2377
  bottom: -24px;
2322
2378
  right: 0;
@@ -2325,48 +2381,49 @@
2325
2381
  color: var(--color-neutral-medium);
2326
2382
  }
2327
2383
 
2328
- .root-module_xtextarea__content__jmSf- > textarea {
2384
+ .root-module_x-textarea__content__HzYvt > textarea {
2329
2385
  border: none;
2330
2386
  padding: 0px;
2331
2387
  height: var(--xbox-size-10);
2332
2388
  font-size: var(--xtext-size-10);
2333
2389
  font-weight: var(--xtext-weight-normal);
2334
2390
  -webkit-font-smoothing: antialiased;
2335
- letter-spacing: -0.05em;
2391
+ letter-spacing: -0.8px;
2392
+ line-height: 100%;
2336
2393
  background: transparent;
2337
2394
  width: 100%;
2338
2395
  resize: none;
2339
2396
  height: 96px;
2340
2397
  }
2341
2398
 
2342
- .root-module_xtextarea__content__jmSf- > textarea:focus {
2399
+ .root-module_x-textarea__content__HzYvt > textarea:focus {
2343
2400
  outline: none;
2344
2401
  }
2345
2402
 
2346
- .root-module_xtextarea--size-s__z9b4k .root-module_xtextarea__content__jmSf- > textarea {
2403
+ .root-module_x-textarea--size-s__vg9My .root-module_x-textarea__content__HzYvt > textarea {
2347
2404
  height: var(--xbox-size-12);
2348
2405
  font-size: var(--xtext-size-11);
2349
2406
  }
2350
2407
 
2351
- .root-module_xtextarea__content__jmSf- > textarea::-moz-placeholder {
2408
+ .root-module_x-textarea__content__HzYvt > textarea::-moz-placeholder {
2352
2409
  font-size: var(--xtext-size-10);
2353
2410
  color: var(--color-neutral-dim);
2354
2411
  -webkit-font-smoothing: antialiased;
2355
2412
  letter-spacing: var(--xtext-letterspacing);
2356
2413
  }
2357
2414
 
2358
- .root-module_xtextarea__content__jmSf- > textarea::placeholder {
2415
+ .root-module_x-textarea__content__HzYvt > textarea::placeholder {
2359
2416
  font-size: var(--xtext-size-10);
2360
2417
  color: var(--color-neutral-dim);
2361
2418
  -webkit-font-smoothing: antialiased;
2362
2419
  letter-spacing: var(--xtext-letterspacing);
2363
2420
  }
2364
2421
 
2365
- .root-module_xtextarea--size-s__z9b4k .root-module_xtextarea__content__jmSf- > textarea::-moz-placeholder {
2422
+ .root-module_x-textarea--size-s__vg9My .root-module_x-textarea__content__HzYvt > textarea::-moz-placeholder {
2366
2423
  font-size: var(--xtext-size-11);
2367
2424
  }
2368
2425
 
2369
- .root-module_xtextarea--size-s__z9b4k .root-module_xtextarea__content__jmSf- > textarea::placeholder {
2426
+ .root-module_x-textarea--size-s__vg9My .root-module_x-textarea__content__HzYvt > textarea::placeholder {
2370
2427
  font-size: var(--xtext-size-11);
2371
2428
  }
2372
2429
 
@@ -3048,6 +3105,35 @@
3048
3105
  height: 32px;
3049
3106
  }
3050
3107
 
3108
+
3109
+ .root-module_background_thone-darkest__E96Mt {
3110
+ background-color: var(--color-neutral-dark);
3111
+ }
3112
+
3113
+ .root-module_background_thone-medium__aBAtb {
3114
+ background-color: var(--color-neutral-medium);
3115
+ }
3116
+
3117
+ .root-module_background_thone-dim__DDlW7 {
3118
+ background-color: var(--color-neutral-dim);
3119
+ }
3120
+
3121
+ .root-module_background_thone-lightest__Am7km {
3122
+ background-color: var(--color-neutral-lightest);
3123
+ }
3124
+
3125
+ .root-module_background_thone-light__UjktA {
3126
+ background-color: var(--color-neutral-light);
3127
+ }
3128
+
3129
+ .root-module_background_thone-dark__xTW5z {
3130
+ background-color: var(--color-neutral-dark);
3131
+ }
3132
+
3133
+ .root-module_background_thone-dark-30__9uO6O {
3134
+ background-color: var(--neutral-dark-30);
3135
+ }
3136
+
3051
3137
  .root-module_xexpansion-panel__5nGjX {
3052
3138
  display: flex;
3053
3139
  flex-direction: column;
@@ -3256,6 +3342,40 @@
3256
3342
  }
3257
3343
  }
3258
3344
 
3345
+ .root-module_x-accordion-panel__Ymuqh {
3346
+ display: flex;
3347
+ flex-direction: column;
3348
+ align-items: stretch;
3349
+ text-align: left;
3350
+ }
3351
+
3352
+ .root-module_x-accordion-panel__Ymuqh button {
3353
+ padding-left: 20px;
3354
+ padding-right: 20px;
3355
+ }
3356
+
3357
+ .root-module_x-accordion-panel__body--open__nyXJH {
3358
+ padding-bottom: 20px;
3359
+ overflow: hidden;
3360
+ max-height: 1000px;
3361
+ transition: max-height 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
3362
+ }
3363
+
3364
+ .root-module_x-accordion-panel__body__uNob1 {
3365
+ max-height: 0;
3366
+ opacity: 0;
3367
+ visibility: hidden;
3368
+ transition: max-height 0.2s ease, opacity 0.2s ease, visibility 0.2s ease;
3369
+ }
3370
+
3371
+ .root-module_x-accordion-line__nnRmX {
3372
+ flex: 1;
3373
+ }
3374
+
3375
+ .root-module_x-accordion-line__nnRmX div:last-child {
3376
+ height: 2px;
3377
+ }
3378
+
3259
3379
  .root-module_xpage__-DUi8 {
3260
3380
  position: fixed;
3261
3381
 
@@ -4840,11 +4960,11 @@
4840
4960
  .root-module_xgroup-radio-button__PkCdf {
4841
4961
  }
4842
4962
 
4843
- .root-module_xbottom-sheet__W6F2Q {
4963
+ .root-module_x-bottom-sheet__NjMBE {
4844
4964
  background: transparent;
4845
4965
  }
4846
4966
 
4847
- .root-module_xbottom-sheet__modal__cNJF6 {
4967
+ .root-module_x-bottom-sheet__modal__nSu4A {
4848
4968
  position: fixed;
4849
4969
  left: 0;
4850
4970
  right: 0;
@@ -4855,15 +4975,15 @@
4855
4975
  background: var(--color-neutral-lightest);
4856
4976
  }
4857
4977
 
4858
- .root-module_xbottom-sheet__modal__handler__uaIDY {
4859
- background: #D6D6D6;
4978
+ .root-module_x-bottom-sheet__modal__handler__arker {
4979
+ background: #D6D6D6;
4860
4980
  width: 48px;
4861
4981
  height: 4px;
4862
4982
  margin-top: 4px;
4863
4983
  border-radius: 2px;
4864
4984
  }
4865
4985
 
4866
- .root-module_xbottom-sheet__modal__backdrop__eRhRi {
4986
+ .root-module_x-bottom-sheet__modal__backdrop__664fy {
4867
4987
  position: absolute;
4868
4988
  inset: 0;
4869
4989
  z-index: 998;
@@ -4872,59 +4992,61 @@
4872
4992
  opacity: 0;
4873
4993
  }
4874
4994
 
4875
- .root-module_xbottom-sheet__modal__header__icon__dmkAF {
4876
- padding-bottom: 4px;
4995
+ .root-module_x-bottom-sheet__modal__header__icon__euGKS {
4877
4996
  display: block;
4878
4997
  }
4879
4998
 
4880
- .root-module_xbottom-sheet__modal__header__title__r6CNi {
4999
+ .root-module_x-bottom-sheet__modal__header__title__onOPR {
4881
5000
  display: block;
4882
5001
  -webkit-user-select: none;
4883
5002
  -moz-user-select: none;
4884
5003
  user-select: none;
4885
5004
  }
4886
5005
 
4887
- .root-module_xbottom-sheet__modal__header__subtitle__tMOzw {
5006
+ .root-module_x-bottom-sheet__modal__header__subtitle__21Lom {
4888
5007
  display: block;
4889
5008
  }
4890
5009
 
4891
- .root-module_xbottom-sheet__modal__header__children__e-cfC {
5010
+ .root-module_x-bottom-sheet__modal__header__children__gy10g {
4892
5011
  padding-top: var(--xbox-padding-xs);
4893
5012
  }
4894
5013
 
4895
- .root-module_xbottom-sheet__modal__header__z0cvI {
5014
+ .root-module_x-bottom-sheet__modal__header__e-SQG {
4896
5015
  box-shadow: 0 6px 12px -1px #18274B1A;
4897
5016
  padding: 0 var(--xbox-padding-xl);
4898
5017
  padding-bottom: 8px;
4899
5018
  }
4900
5019
 
4901
- .root-module_xbottom-sheet__modal__body__rn1EG {
5020
+ .root-module_x-bottom-sheet__modal__body__I9BPE {
4902
5021
  padding: var(--xbox-padding-xl);
4903
5022
  }
4904
5023
 
4905
- .root-module_xbottom-sheet__modal__actions__EKMB6 {
5024
+ .root-module_x-bottom-sheet__modal__body__content__zNhwf {
5025
+ overflow: auto;
5026
+ }
5027
+
5028
+ .root-module_x-bottom-sheet__modal__actions__sQKX4 {
4906
5029
  margin-bottom: env(safe-area-inset-bottom);
4907
5030
  }
4908
5031
 
4909
- .root-module_xbottom-sheet--backdrop--in__RQPxh {
5032
+ .root-module_x-bottom-sheet--backdrop--in__ErRRI {
4910
5033
  opacity: 0.7;
4911
5034
  }
4912
5035
 
4913
- .root-module_xbottom-sheet--transition-backdrop--in__XGeIp {
5036
+ .root-module_x-bottom-sheet--transition-backdrop--in__LHkFa {
4914
5037
  transition: opacity 1s ease;
4915
5038
  opacity: 0.7;
4916
5039
  }
4917
5040
 
4918
- .root-module_xbottom-sheet--transition-backdrop--out__CjnZw {
5041
+ .root-module_x-bottom-sheet--transition-backdrop--out__SR-jr {
4919
5042
  transition: opacity 1s ease;
4920
5043
  }
4921
5044
 
4922
- .root-module_xbottom-sheet--transition-in__NMkx- {
4923
- max-height: 85% !important;
5045
+ .root-module_x-bottom-sheet--transition-in__PQesX {
5046
+ max-height: 95% !important;
4924
5047
  transition: all 500ms ease;
4925
5048
  }
4926
5049
 
4927
- .root-module_xbottom-sheet--transition-out__UPssQ {
5050
+ .root-module_x-bottom-sheet--transition-out__SSw-- {
4928
5051
  max-height: 12% !important;
4929
5052
  }
4930
-