@team_yumi/ramen 0.4.0-next.20231128-0bf63a6-58ae2df441e0967e8a486fa0a6303018 → 0.4.0-next.20231128-fdb2ef8-f1c226330b9a4f616f8c446474bed42d

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 +2 -2
  2. package/package.json +1 -1
package/index.css CHANGED
@@ -2753,7 +2753,7 @@
2753
2753
 
2754
2754
  .loading-module_xloading__backdrop__nJS2T {
2755
2755
  position: fixed;
2756
- z-index: 15;
2756
+ z-index: 30;
2757
2757
  top: 0px;
2758
2758
  left: 0px;
2759
2759
  right: 0px;
@@ -2766,7 +2766,7 @@
2766
2766
  -webkit-user-select: none;
2767
2767
  -moz-user-select: none;
2768
2768
  user-select: none;
2769
- z-index: 16;
2769
+ z-index: 31;
2770
2770
  display: flex;
2771
2771
  align-items: center;
2772
2772
  justify-content: center;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@team_yumi/ramen",
3
- "version": "0.4.0-next.20231128-0bf63a6-58ae2df441e0967e8a486fa0a6303018",
3
+ "version": "0.4.0-next.20231128-fdb2ef8-f1c226330b9a4f616f8c446474bed42d",
4
4
  "license": "MIT",
5
5
  "peerDependencies": {
6
6
  "react": ">=16.8.0"