@everymatrix/casino-game-overlay 0.2.3 → 0.3.0
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/components/{CasinoGameOverlay-C4dnNr7X.js → CasinoGameOverlay-CeB06Elh.js} +1 -1
- package/components/{CasinoGameOverlay-CI97A6FH.js → CasinoGameOverlay-D1dEKiq2.js} +1 -1
- package/components/{CasinoGameOverlay-CpayYY5d.cjs → CasinoGameOverlay-phrgNy9_.cjs} +1 -1
- package/components/{CasinoMysteryChestContainer-CnhgAwc1.cjs → CasinoMysteryChestContainer-BQEpj230.cjs} +4 -4
- package/components/{CasinoMysteryChestContainer-ie3IimgG.js → CasinoMysteryChestContainer-DCBUT7zS.js} +575 -585
- package/components/{CasinoMysteryChestContainer-BKxyLfi6.js → CasinoMysteryChestContainer-v1IIWz59.js} +639 -627
- package/components/{CasinoMysteryChestDetails-BYi88meV.js → CasinoMysteryChestDetails-BEr1Rp8m.js} +122 -131
- package/components/{CasinoMysteryChestDetails-y20lcl1Y.js → CasinoMysteryChestDetails-BSMg5eU-.js} +159 -168
- package/components/{CasinoMysteryChestDetails-DExAkfr5.cjs → CasinoMysteryChestDetails-DUyyptxv.cjs} +2 -2
- package/components/{CasinoMysteryChestModal-Bc9nYrkO.cjs → CasinoMysteryChestModal-5uEhnWBG.cjs} +1 -1
- package/components/{CasinoMysteryChestModal-CThwjazR.js → CasinoMysteryChestModal-Jx6JQPCo.js} +1 -1
- package/components/{CasinoMysteryChestModal-CgFYiADm.js → CasinoMysteryChestModal-N1xv3jqj.js} +1 -1
- package/components/{CasinoMysteryChestsList-Dn1DBkjb.js → CasinoMysteryChestsList-C52ouShH.js} +444 -453
- package/components/{CasinoMysteryChestsList-Dzle6HVD.cjs → CasinoMysteryChestsList-E6KZquZz.cjs} +3 -3
- package/components/{CasinoMysteryChestsList-D4nv6Qro.js → CasinoMysteryChestsList-HpAoj4RL.js} +458 -467
- package/components/{GeneralAnimationLoading-MQ4rrqNs.js → GeneralAnimationLoading-Bk4H8-6u.js} +1 -1
- package/components/{GeneralAnimationLoading-DLdLHkNj.cjs → GeneralAnimationLoading-CdoLjCX9.cjs} +1 -1
- package/components/{GeneralAnimationLoading-CX8txAO6.js → GeneralAnimationLoading-CwTM1J-d.js} +1 -1
- package/es2015/casino-game-overlay.cjs +1 -1
- package/es2015/casino-game-overlay.js +1 -1
- package/esnext/casino-game-overlay.js +1 -1
- package/package.json +1 -1
|
@@ -463,7 +463,7 @@ if (typeof window < "u") {
|
|
|
463
463
|
}
|
|
464
464
|
};
|
|
465
465
|
};
|
|
466
|
-
customElements.define = t(customElements.define), import("./CasinoMysteryChestContainer-
|
|
466
|
+
customElements.define = t(customElements.define), import("./CasinoMysteryChestContainer-DCBUT7zS.js").then((e) => e.C).then(({ default: e }) => {
|
|
467
467
|
!customElements.get("casino-mystery-chest-container") && customElements.define("casino-mystery-chest-container", e.element);
|
|
468
468
|
});
|
|
469
469
|
}
|
|
@@ -500,7 +500,7 @@ if (typeof window != "undefined") {
|
|
|
500
500
|
}
|
|
501
501
|
};
|
|
502
502
|
};
|
|
503
|
-
customElements.define = t(customElements.define), import("./CasinoMysteryChestContainer-
|
|
503
|
+
customElements.define = t(customElements.define), import("./CasinoMysteryChestContainer-v1IIWz59.js").then((e) => e.C).then(({ default: e }) => {
|
|
504
504
|
!customElements.get("casino-mystery-chest-container") && customElements.define("casino-mystery-chest-container", e.element);
|
|
505
505
|
});
|
|
506
506
|
}
|