@team_yumi/ramen 1.2.3-next.20250218-f7239e2-3266afaa6ee8bb48ac2422b601729b06 → 1.2.3-next.20250225-a0ef025-71790a7cc7100457696f9bcca433d4fb

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
@@ -3649,7 +3649,7 @@ body {
3649
3649
 
3650
3650
  .root-module_xbar__F5vXa {
3651
3651
  width: 100%;
3652
- background-color: #F5F5F5;
3652
+ background-color: #f5f5f5;
3653
3653
  border-radius: var(--border-radius-circle);
3654
3654
  overflow: hidden;
3655
3655
  }
@@ -3659,10 +3659,26 @@ body {
3659
3659
  line-height: 30px;
3660
3660
  text-align: center;
3661
3661
  height: var(--spacing-2);
3662
- background: var(--primary-color ,#000000);
3662
+ background: var(--primary-color, #000000);
3663
3663
  border-radius: var(--border-radius-circle) 0 0 var(--border-radius-circle);
3664
3664
  }
3665
3665
 
3666
+ .root-module_xbar__content--sucess__nnhTv {
3667
+ background: var(--primary-color, #000000);
3668
+ }
3669
+
3670
+ .root-module_xbar__content--info__Ut8bm {
3671
+ background: var(--global-info-blue-50, #000000);
3672
+ }
3673
+
3674
+ .root-module_xbar__content--error__BEXCk {
3675
+ background: var(--global-error-red-50, #000000);
3676
+ }
3677
+
3678
+ .root-module_xbar__content--warning__5Fk3x {
3679
+ background: var(--global-alert-yellow-50, #000000);
3680
+ }
3681
+
3666
3682
  .root-module_xbar--size-xs__tqGp3 {
3667
3683
  height: var(--xbar-size-xs);
3668
3684
  }