@everymatrix/player-account-controller 1.63.0 → 1.63.2
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/{PlayerAccountController-Buqw-sP2.js → PlayerAccountController-Bm7Nv7ut.js} +1 -1
- package/components/{PlayerAccountController-DUO2eqjO.js → PlayerAccountController-DPz3zGR8.js} +1 -1
- package/components/{PlayerAccountController-B3xiGG1j.cjs → PlayerAccountController-zX9qqWCI.cjs} +1 -1
- package/es2015/player-account-controller.cjs +1 -1
- package/es2015/player-account-controller.js +1 -1
- package/esnext/player-account-controller.js +1 -1
- package/package.json +1 -1
- package/stencil/{checkbox-group-input_9-DCA5sbPo.cjs → checkbox-group-input_9-CBlOQ2bp.cjs} +2 -2
- package/stencil/{checkbox-group-input_9-bIi7h3_V.js → checkbox-group-input_9-Cf3RhgI2.js} +3 -3
- package/stencil/{checkbox-group-input_9-BRv_piPJ.js → checkbox-group-input_9-NOhxQ4TV.js} +3 -3
- package/stencil/{general-input-OUKrtuTp.js → general-input-BbYl1wbH.js} +1 -1
- package/stencil/{general-input-CQs-v3_Y.js → general-input-DOa7K2O_.js} +1 -1
- package/stencil/{general-input-DgKQ0KIf.cjs → general-input-DXHAg0hj.cjs} +1 -1
- package/stencil/{index-9cd44522-jv76DI6J.cjs → index-9cd44522-B27p0GWo.cjs} +1 -1
- package/stencil/{index-9cd44522-C566YWys.js → index-9cd44522-B5bBjvJ-.js} +4 -4
- package/stencil/{index-9cd44522-Crt8CtBe.js → index-9cd44522-DZYEjrQJ.js} +4 -4
- package/stencil/{password-input_2-Cb1ahifk.cjs → password-input_2-BPC46TAs.cjs} +1 -1
- package/stencil/{password-input_2-DQO_Gwqq.js → password-input_2-BxuZdeWc.js} +2 -2
- package/stencil/{password-input_2-C84wWI7v.js → password-input_2-D4wWQR82.js} +2 -2
- package/stencil/{player-change-password-gm2-039e300e-s9osP-86.js → player-change-password-gm2-039e300e-Dm-mYZ76.js} +1 -1
- package/stencil/{player-change-password-gm2-039e300e-mRLvAYzw.js → player-change-password-gm2-039e300e-Du8eNt-6.js} +1 -1
- package/stencil/{player-change-password-gm2-039e300e-DIjTdjzy.cjs → player-change-password-gm2-039e300e-WtxMW-jf.cjs} +1 -1
- package/stencil/{player-change-password-gm2-nCHwkzVc.js → player-change-password-gm2-Bc5CkDrM.js} +1 -1
- package/stencil/{player-change-password-gm2-DHnclYKw.js → player-change-password-gm2-CEo_RTlU.js} +1 -1
- package/stencil/{player-change-password-gm2-DRIOay0t.cjs → player-change-password-gm2-CL_S4kzE.cjs} +1 -1
- package/stencil/{toggle-checkbox-input-Bh9dCfaE.js → toggle-checkbox-input-C7Z1kZlk.js} +1 -1
- package/stencil/{toggle-checkbox-input-CDg0DAAQ.cjs → toggle-checkbox-input-DKrKPVIW.cjs} +1 -1
- package/stencil/{toggle-checkbox-input-CFvMg26A.js → toggle-checkbox-input-rkO07S5s.js} +1 -1
|
@@ -10,7 +10,7 @@ if (typeof window != "undefined") {
|
|
|
10
10
|
}
|
|
11
11
|
};
|
|
12
12
|
};
|
|
13
|
-
customElements.define = n(customElements.define), import("../components/PlayerAccountController-
|
|
13
|
+
customElements.define = n(customElements.define), import("../components/PlayerAccountController-DPz3zGR8.js").then(({ default: t }) => {
|
|
14
14
|
!customElements.get("player-account-controller") && customElements.define("player-account-controller", t.element);
|
|
15
15
|
});
|
|
16
16
|
}
|