@team_yumi/ramen 1.0.2-next.20240312-d92345b-d2f433d07231b93df9b25a775d0ab69a → 1.0.2-next.20240312-1b41bec-d3bd247ece602336a7195887c773ef2c

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 +1 -0
  2. package/package.json +1 -1
package/index.css CHANGED
@@ -2840,6 +2840,7 @@ body {
2840
2840
  box-shadow: 0 3px 8px -1px rgba(24, 39, 75, 0.08);
2841
2841
  border-radius: 16px;
2842
2842
  border: 1px solid transparent;
2843
+ width: 100%;
2843
2844
  }
2844
2845
 
2845
2846
  .root-module_xcollapse-card--disabled__Z1DBA {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@team_yumi/ramen",
3
- "version": "1.0.2-next.20240312-d92345b-d2f433d07231b93df9b25a775d0ab69a",
3
+ "version": "1.0.2-next.20240312-1b41bec-d3bd247ece602336a7195887c773ef2c",
4
4
  "license": "MIT",
5
5
  "peerDependencies": {
6
6
  "react": ">=16.8.0"