@team_yumi/ramen 1.2.3-next.20240617-5b6c3df-d0b62f575f075fb371866f5173cb69ac → 1.2.3-next.20240704-72ccfdc-d57dfe816dd26d4d80f5987c25bca6f1

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
@@ -305,6 +305,10 @@ body {
305
305
  .root-module_width-full__oNRPX {
306
306
  width: 100%;
307
307
  }
308
+ .root-module_width-fit-content__lSvKN {
309
+ width: -moz-fit-content;
310
+ width: fit-content;
311
+ }
308
312
  .root-module_width-flex__FrThS {
309
313
  flex: 1;
310
314
  }
@@ -649,6 +653,16 @@ body {
649
653
  color: var(--xicon-color-turquoise);
650
654
  }
651
655
 
656
+ /**
657
+ * Display
658
+ */
659
+ .root-module_display-inline__YqrzL {
660
+ display: inline;
661
+ }
662
+
663
+ .root-module_display-block__CUGd4 {
664
+ display: block;
665
+ }
652
666
  .root-module_xskeleton__n1X0- {
653
667
  background-color: var(--color-neutral-light);
654
668
  display: inline-block;
@@ -3791,6 +3805,10 @@ body {
3791
3805
  background-color: transparent;
3792
3806
  }
3793
3807
 
3808
+ .root-module_xfooter--shadow__YwU5t {
3809
+ background-color: var(--color-neutral-lightest);
3810
+ box-shadow: var(--shadow-up-m);
3811
+ }
3794
3812
  .root-module_x-modal__bOyFq {
3795
3813
  position: fixed;
3796
3814
  top: 0px;