@team_yumi/ramen 1.2.3-next.20240821-bae06f9-f4455711ced42dc9e2ecf932f1b872e2 → 1.2.3-next.20240823-cf62ce1-6013d3c882363798678d724ba78a23ce

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
@@ -5572,6 +5572,171 @@ body {
5572
5572
  overscroll-behavior-y: contain;
5573
5573
  }
5574
5574
 
5575
+ .root-module_x-card-expand-progress__uyPzq {
5576
+ background: var(--color-neutral-lightest);
5577
+ border-radius: var(--xbox-size-11);
5578
+ display: flex;
5579
+ align-items: center;
5580
+ gap: var(--xbox-padding-m);
5581
+ text-align: left;
5582
+ width: -webkit-fill-available;
5583
+ width: -moz-available;
5584
+ width: stretch;
5585
+ flex-direction: column;
5586
+ }
5587
+
5588
+ .root-module_x-card-expand-progress--main__MoPmG {
5589
+ width: 100%;
5590
+ display: flex;
5591
+ gap: var(--xbox-padding-xxs);
5592
+ flex-direction: column;
5593
+ }
5594
+
5595
+ .root-module_x-card-expand-progress--ml__ymil9 {
5596
+ margin-left: 10px;
5597
+ }
5598
+
5599
+ .root-module_x-card-expand-progress--wrapper__lQjO2 {
5600
+ width: 100%;
5601
+ display: flex;
5602
+ justify-content: center;
5603
+ align-items: center;
5604
+ gap: var(--xbox-padding-s);
5605
+ flex-direction: row;
5606
+ }
5607
+
5608
+ .root-module_x-card-expand-progress--col__kPS5t {
5609
+ width: 100%;
5610
+ display: flex;
5611
+ flex-direction: column;
5612
+ }
5613
+
5614
+ .root-module_x-card-expand-progress--divider__WNtK8 {
5615
+ width: 100%;
5616
+ height: 1px;
5617
+ margin-bottom: 10px;
5618
+ background-color: #f5f5f5;
5619
+ }
5620
+
5621
+ .root-module_x-card-expand-progress--info__-zcwT {
5622
+ width: 100%;
5623
+ display: flex;
5624
+ align-items: center;
5625
+ gap: var(--xbox-padding-m);
5626
+ text-align: left;
5627
+ }
5628
+
5629
+ .root-module_x-card-expand-progress__uyPzq.root-module_x-card-expand-progress--disabled__UAkvv {
5630
+ background-color: var(--color-neutral-light);
5631
+ }
5632
+
5633
+ .root-module_x-card-expand-progress__uyPzq:not(.root-module_x-card-expand-progress--with-children__iQwrv) {
5634
+ transition: all 0.25s ease-in-out;
5635
+ transition-property: transform, opacity;
5636
+ }
5637
+
5638
+ .root-module_x-card-expand-progress__uyPzq:hover:not(.root-module_x-card-expand-progress--with-children__iQwrv) {
5639
+ transform: scale(1.025);
5640
+ }
5641
+
5642
+ .root-module_x-card-expand-progress__uyPzq:active:not(.root-module_x-card-expand-progress--with-children__iQwrv) {
5643
+ transform: scale(0.95);
5644
+ }
5645
+
5646
+ .root-module_x-card-expand-progress--with-children__iQwrv {
5647
+ align-items: flex-start;
5648
+ gap: 0;
5649
+ }
5650
+
5651
+ .root-module_x-card-expand-progress--size-s__xsrV5 {
5652
+ padding: var(--xbox-padding-xs) var(--xbox-padding-s);
5653
+ }
5654
+
5655
+ .root-module_x-card-expand-progress--size-l__jm8oN {
5656
+ padding: var(--xbox-padding-xs) var(--xbox-padding-m);
5657
+ }
5658
+
5659
+ .root-module_x-card-expand-progress--border-shadow__jGqOy {
5660
+ box-shadow: 0px 3px 8px -1px rgba(24, 39, 75, 0.08);
5661
+ }
5662
+
5663
+ .root-module_x-card-expand-progress--border-dashed__ZVCG9 {
5664
+ border: 1px dashed var(--color-neutral-dim);
5665
+ }
5666
+
5667
+ .root-module_x-card-expand-progress--border-solid__7iASj {
5668
+ border: 1px solid var(--color-neutral-light);
5669
+ }
5670
+
5671
+ .root-module_x-card-expand-progress--border-gradient__5XQgx {
5672
+ border: 1px solid transparent;
5673
+ color: var(--color-neutral-darkest);
5674
+ background:
5675
+ linear-gradient(#fff, #fff) padding-box,
5676
+ var(--color-gradient-arcus) border-box;
5677
+ border-color: transparent;
5678
+ }
5679
+
5680
+ .root-module_x-card-expand-progress--clickable__Y9CP7 {
5681
+ cursor: pointer;
5682
+ }
5683
+
5684
+ .root-module_x-card-expand-progress__symbol__KVIZt {
5685
+ display: flex;
5686
+ background: var(--color-neutral-light);
5687
+ }
5688
+
5689
+ .root-module_x-card-expand-progress--disabled__UAkvv .root-module_x-card-expand-progress__symbol__KVIZt {
5690
+ background: transparent;
5691
+ }
5692
+
5693
+ .root-module_x-card-expand-progress--disabled__UAkvv .root-module_x-card-expand-progress__symbol__KVIZt > div > svg {
5694
+ opacity: 0.4;
5695
+ }
5696
+
5697
+ .root-module_x-card-expand-progress--size-s__xsrV5 .root-module_x-card-expand-progress__symbol__KVIZt {
5698
+ padding: 4px;
5699
+ border-radius: var(--xbox-size-14);
5700
+ }
5701
+
5702
+ .root-module_x-card-expand-progress--size-l__jm8oN .root-module_x-card-expand-progress__symbol__KVIZt {
5703
+ padding: var(--xbox-padding-xs);
5704
+ border-radius: var(--xbox-size-11);
5705
+ }
5706
+
5707
+ .root-module_x-card-expand-progress__texts__A8PwE {
5708
+ flex: 1;
5709
+ display: flex;
5710
+ flex-direction: column;
5711
+ justify-content: center;
5712
+ gap: 4px;
5713
+ }
5714
+
5715
+ .root-module_x-card-expand-progress--disabled__UAkvv .root-module_x-card-expand-progress__texts__A8PwE {
5716
+ opacity: 0.5;
5717
+ }
5718
+
5719
+ .root-module_x-card-expand-progress--size-s__xsrV5 .root-module_x-card-expand-progress__texts__A8PwE {
5720
+ min-height: 32px;
5721
+ }
5722
+
5723
+ .root-module_x-card-expand-progress--size-l__jm8oN .root-module_x-card-expand-progress__texts__A8PwE {
5724
+ min-height: 56px;
5725
+ }
5726
+
5727
+ .root-module_x-card-expand-progress__icon__X-nPM {
5728
+ width: 20px;
5729
+ }
5730
+
5731
+ .root-module_x-card-expand-progress__icon__X-nPM > div {
5732
+ color: var(--color-neutral-dim);
5733
+ }
5734
+
5735
+ .root-module_x-card-expand-progress--disabled__UAkvv .root-module_x-card-expand-progress__badge__oF0jG > div {
5736
+ background: var(--color-neutral-dim);
5737
+ color: var(--color-neutral-lightest);
5738
+ }
5739
+
5575
5740
  .root-module_x-card-business__akBHB {
5576
5741
  width: 47%;
5577
5742
  padding: 16px 8px 16px 8px;