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.mjs
CHANGED
|
@@ -4956,7 +4956,7 @@ function RASidebar({
|
|
|
4956
4956
|
if (filter === "unlocked") return unlocked;
|
|
4957
4957
|
return true;
|
|
4958
4958
|
});
|
|
4959
|
-
return /* @__PURE__ */ jsxs(
|
|
4959
|
+
return /* @__PURE__ */ jsxs("div", { className: "koin-scope", style: { display: "contents" }, children: [
|
|
4960
4960
|
/* @__PURE__ */ jsx(
|
|
4961
4961
|
"div",
|
|
4962
4962
|
{
|
|
@@ -7649,7 +7649,7 @@ var GamePlayer = memo(function GamePlayer2(props) {
|
|
|
7649
7649
|
window.addEventListener("keydown", handleKeyDown);
|
|
7650
7650
|
return () => window.removeEventListener("keydown", handleKeyDown);
|
|
7651
7651
|
}, [handleToggleShortcuts, handleTogglePerformanceOverlay, handleToggleInputDisplay, handleToggleRecording, handleToggleMute, showShortcutsModal, resume]);
|
|
7652
|
-
return /* @__PURE__ */ jsxs(
|
|
7652
|
+
return /* @__PURE__ */ jsx("div", { className: "koin-scope", style: { display: "contents" }, children: /* @__PURE__ */ jsxs(
|
|
7653
7653
|
"div",
|
|
7654
7654
|
{
|
|
7655
7655
|
ref: containerRef,
|
|
@@ -7855,7 +7855,7 @@ var GamePlayer = memo(function GamePlayer2(props) {
|
|
|
7855
7855
|
/* @__PURE__ */ jsx(ToastContainer, { toasts, onDismiss: dismissToast })
|
|
7856
7856
|
]
|
|
7857
7857
|
}
|
|
7858
|
-
);
|
|
7858
|
+
) });
|
|
7859
7859
|
});
|
|
7860
7860
|
var GamePlayer_default = GamePlayer;
|
|
7861
7861
|
function AchievementPopup({
|