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.js
CHANGED
|
@@ -2295,7 +2295,7 @@ var LoadingScreen = ({
|
|
|
2295
2295
|
/* @__PURE__ */ React6__default.default.createElement(
|
|
2296
2296
|
"div",
|
|
2297
2297
|
{
|
|
2298
|
-
className: "flex items-center justify-center flex-col inset-0 w-full h-full
|
|
2298
|
+
className: "flex items-center justify-center flex-col inset-0 w-full h-full pointer-events-none",
|
|
2299
2299
|
style: {
|
|
2300
2300
|
background: `linear-gradient(45deg,
|
|
2301
2301
|
rgba(255, 182, 193, 0.2) 0%,
|
|
@@ -2389,7 +2389,7 @@ var StartScreen = ({
|
|
|
2389
2389
|
/* @__PURE__ */ React6__default.default.createElement(
|
|
2390
2390
|
"div",
|
|
2391
2391
|
{
|
|
2392
|
-
className: "flex items-center justify-center flex-col inset-0 w-full h-full
|
|
2392
|
+
className: "flex items-center justify-center flex-col inset-0 w-full h-full pointer-events-none",
|
|
2393
2393
|
style: {
|
|
2394
2394
|
background: `linear-gradient(45deg,
|
|
2395
2395
|
rgba(255, 182, 193, 0.25) 0%,
|