@team_yumi/ramen 1.2.3-next.20240704-72ccfdc-d57dfe816dd26d4d80f5987c25bca6f1 → 1.2.3-next.20240821-bae06f9-f4455711ced42dc9e2ecf932f1b872e2

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/index.css CHANGED
@@ -567,7 +567,7 @@ body {
567
567
 
568
568
  .root-module_line_clamp__xT3G9 {
569
569
  -webkit-box-orient: vertical;
570
- display: -webkit-box;
570
+ display: -webkit-box !important;
571
571
  overflow: hidden;
572
572
  max-width: 100%;
573
573
  padding-bottom: 0.125em;
@@ -597,11 +597,10 @@ body {
597
597
  color: var(--color-neutral-light);
598
598
  }
599
599
 
600
-
601
600
  /**
602
601
  * Colors
603
602
  */
604
- .root-module_color-gray__g-w2E {
603
+ .root-module_color-gray__g-w2E {
605
604
  color: var(--color-neutral-light);
606
605
  }
607
606
 
@@ -663,6 +662,7 @@ body {
663
662
  .root-module_display-block__CUGd4 {
664
663
  display: block;
665
664
  }
665
+
666
666
  .root-module_xskeleton__n1X0- {
667
667
  background-color: var(--color-neutral-light);
668
668
  display: inline-block;
@@ -1068,7 +1068,7 @@ body {
1068
1068
  background-color: var(--color-neutral-darkest);
1069
1069
  }
1070
1070
 
1071
- .root-module_x-button_type-solid__x1i5H .root-module_x-button_icon__4xWLo div > svg {
1071
+ .root-module_x-button_type-solid__x1i5H div > svg {
1072
1072
  color: var(--neutral-white);
1073
1073
  }
1074
1074
 
@@ -2912,6 +2912,7 @@ body {
2912
2912
 
2913
2913
  .root-module_xcollapse-card--selected__-UWQ0 {
2914
2914
  border: 1px solid var(--color-neutral-darkest);
2915
+ width: calc(100% - 2px);
2915
2916
  }
2916
2917
 
2917
2918
  .root-module_xcollapse-card__header__EPRur {
@@ -4708,6 +4709,7 @@ body {
4708
4709
  display: flex;
4709
4710
  flex-direction: column;
4710
4711
  flex: 1;
4712
+ gap: 4px;
4711
4713
  }
4712
4714
  .root-module_ximageuploader__content__files__item__close__JPjOz {
4713
4715
  display: block;
@@ -4745,9 +4747,9 @@ body {
4745
4747
  justify-content: center;
4746
4748
  align-items: center;
4747
4749
  }
4748
- .root-module_xtabbar__button__T5Xs9:not(.root-module_xtabbar__button--disabled__R8-bV):hover{
4750
+ .root-module_xtabbar__button__T5Xs9:not(.root-module_xtabbar__button--disabled__R8-bV):hover {
4749
4751
  transform: scale(1.125);
4750
- transition: transform 0.3s ease
4752
+ transition: transform 0.3s ease;
4751
4753
  }
4752
4754
 
4753
4755
  .root-module_xtabbar__button--disabled__R8-bV {
@@ -5389,7 +5391,9 @@ body {
5389
5391
  align-items: center;
5390
5392
  gap: var(--xbox-padding-m);
5391
5393
  text-align: left;
5392
- width: 100%;
5394
+ width: -webkit-fill-available;
5395
+ width: -moz-available;
5396
+ width: stretch;
5393
5397
  }
5394
5398
 
5395
5399
  .root-module_x-card-progress--main__5jhrh {
@@ -5524,7 +5528,9 @@ body {
5524
5528
  text-align: left;
5525
5529
  padding: var(--xbox-padding-m) var(--xbox-padding-l);
5526
5530
  background-color: var(--neutral-black);
5527
- width: 100%;
5531
+ width: -webkit-fill-available;
5532
+ width: -moz-available;
5533
+ width: stretch;
5528
5534
  }
5529
5535
 
5530
5536
  .root-module_x-card-home-indicator__texts__2NGlt {