koin.js 1.0.3 → 1.0.4
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/index.js +3 -3
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3 -3
- package/dist/index.mjs.map +1 -1
- package/dist/styles.css +512 -956
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -4962,7 +4962,7 @@ function RASidebar({
|
|
|
4962
4962
|
if (filter === "unlocked") return unlocked;
|
|
4963
4963
|
return true;
|
|
4964
4964
|
});
|
|
4965
|
-
return /* @__PURE__ */ jsxRuntime.jsxs(
|
|
4965
|
+
return /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "koin-scope", style: { display: "contents" }, children: [
|
|
4966
4966
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
4967
4967
|
"div",
|
|
4968
4968
|
{
|
|
@@ -7655,7 +7655,7 @@ var GamePlayer = React5.memo(function GamePlayer2(props) {
|
|
|
7655
7655
|
window.addEventListener("keydown", handleKeyDown);
|
|
7656
7656
|
return () => window.removeEventListener("keydown", handleKeyDown);
|
|
7657
7657
|
}, [handleToggleShortcuts, handleTogglePerformanceOverlay, handleToggleInputDisplay, handleToggleRecording, handleToggleMute, showShortcutsModal, resume]);
|
|
7658
|
-
return /* @__PURE__ */ jsxRuntime.jsxs(
|
|
7658
|
+
return /* @__PURE__ */ jsxRuntime.jsx("div", { className: "koin-scope", style: { display: "contents" }, children: /* @__PURE__ */ jsxRuntime.jsxs(
|
|
7659
7659
|
"div",
|
|
7660
7660
|
{
|
|
7661
7661
|
ref: containerRef,
|
|
@@ -7861,7 +7861,7 @@ var GamePlayer = React5.memo(function GamePlayer2(props) {
|
|
|
7861
7861
|
/* @__PURE__ */ jsxRuntime.jsx(ToastContainer, { toasts, onDismiss: dismissToast })
|
|
7862
7862
|
]
|
|
7863
7863
|
}
|
|
7864
|
-
);
|
|
7864
|
+
) });
|
|
7865
7865
|
});
|
|
7866
7866
|
var GamePlayer_default = GamePlayer;
|
|
7867
7867
|
function AchievementPopup({
|