@team_yumi/ramen 1.0.2-next.20240311-37f5598-f16ce3cb7e633fa65ca6f0f1d14e8f76 → 1.0.2-next.20240312-4b40db1-a36bf284a8e6971436a308865655559a

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 (2) hide show
  1. package/index.css +3 -1
  2. package/package.json +1 -1
package/index.css CHANGED
@@ -3027,9 +3027,10 @@ body {
3027
3027
 
3028
3028
  .root-module_xtag-state__text__AMD1t {
3029
3029
  padding: 0 var(--xbox-padding-xs);
3030
+ width: -moz-max-content;
3031
+ width: max-content;
3030
3032
  }
3031
3033
 
3032
-
3033
3034
  /* NEW PROP COLOR */
3034
3035
  .root-module_xtag-state--color-info__zb8sy.root-module_xtag-state--type-solid__yDT6I {
3035
3036
  background: var(--global-info-blue-10);
@@ -3087,6 +3088,7 @@ body {
3087
3088
  .root-module_xtag-state--color-info-orange__W43gt .root-module_xtag-state__point__-AsFh {
3088
3089
  background: var(--xtag-state-color-orange-medium);
3089
3090
  }
3091
+
3090
3092
  .root-module_xvspace--size-xxs__lk8ha {
3091
3093
  height: var(--xbox-padding-xxs);
3092
3094
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@team_yumi/ramen",
3
- "version": "1.0.2-next.20240311-37f5598-f16ce3cb7e633fa65ca6f0f1d14e8f76",
3
+ "version": "1.0.2-next.20240312-4b40db1-a36bf284a8e6971436a308865655559a",
4
4
  "license": "MIT",
5
5
  "peerDependencies": {
6
6
  "react": ">=16.8.0"