sa2kit 1.4.0 → 1.4.1
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/dist/mmd/index.js +2 -2
- package/dist/mmd/index.js.map +1 -1
- package/dist/mmd/index.mjs +2 -2
- package/dist/mmd/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/mmd/index.mjs
CHANGED
|
@@ -2270,7 +2270,7 @@ var LoadingScreen = ({
|
|
|
2270
2270
|
/* @__PURE__ */ React6.createElement(
|
|
2271
2271
|
"div",
|
|
2272
2272
|
{
|
|
2273
|
-
className: "flex items-center justify-center flex-col inset-0 w-full h-full
|
|
2273
|
+
className: "flex items-center justify-center flex-col inset-0 w-full h-full pointer-events-none",
|
|
2274
2274
|
style: {
|
|
2275
2275
|
background: `linear-gradient(45deg,
|
|
2276
2276
|
rgba(255, 182, 193, 0.2) 0%,
|
|
@@ -2364,7 +2364,7 @@ var StartScreen = ({
|
|
|
2364
2364
|
/* @__PURE__ */ React6.createElement(
|
|
2365
2365
|
"div",
|
|
2366
2366
|
{
|
|
2367
|
-
className: "flex items-center justify-center flex-col inset-0 w-full h-full
|
|
2367
|
+
className: "flex items-center justify-center flex-col inset-0 w-full h-full pointer-events-none",
|
|
2368
2368
|
style: {
|
|
2369
2369
|
background: `linear-gradient(45deg,
|
|
2370
2370
|
rgba(255, 182, 193, 0.25) 0%,
|