@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.
Files changed (28) hide show
  1. package/components/{PlayerAccountController-Buqw-sP2.js → PlayerAccountController-Bm7Nv7ut.js} +1 -1
  2. package/components/{PlayerAccountController-DUO2eqjO.js → PlayerAccountController-DPz3zGR8.js} +1 -1
  3. package/components/{PlayerAccountController-B3xiGG1j.cjs → PlayerAccountController-zX9qqWCI.cjs} +1 -1
  4. package/es2015/player-account-controller.cjs +1 -1
  5. package/es2015/player-account-controller.js +1 -1
  6. package/esnext/player-account-controller.js +1 -1
  7. package/package.json +1 -1
  8. package/stencil/{checkbox-group-input_9-DCA5sbPo.cjs → checkbox-group-input_9-CBlOQ2bp.cjs} +2 -2
  9. package/stencil/{checkbox-group-input_9-bIi7h3_V.js → checkbox-group-input_9-Cf3RhgI2.js} +3 -3
  10. package/stencil/{checkbox-group-input_9-BRv_piPJ.js → checkbox-group-input_9-NOhxQ4TV.js} +3 -3
  11. package/stencil/{general-input-OUKrtuTp.js → general-input-BbYl1wbH.js} +1 -1
  12. package/stencil/{general-input-CQs-v3_Y.js → general-input-DOa7K2O_.js} +1 -1
  13. package/stencil/{general-input-DgKQ0KIf.cjs → general-input-DXHAg0hj.cjs} +1 -1
  14. package/stencil/{index-9cd44522-jv76DI6J.cjs → index-9cd44522-B27p0GWo.cjs} +1 -1
  15. package/stencil/{index-9cd44522-C566YWys.js → index-9cd44522-B5bBjvJ-.js} +4 -4
  16. package/stencil/{index-9cd44522-Crt8CtBe.js → index-9cd44522-DZYEjrQJ.js} +4 -4
  17. package/stencil/{password-input_2-Cb1ahifk.cjs → password-input_2-BPC46TAs.cjs} +1 -1
  18. package/stencil/{password-input_2-DQO_Gwqq.js → password-input_2-BxuZdeWc.js} +2 -2
  19. package/stencil/{password-input_2-C84wWI7v.js → password-input_2-D4wWQR82.js} +2 -2
  20. package/stencil/{player-change-password-gm2-039e300e-s9osP-86.js → player-change-password-gm2-039e300e-Dm-mYZ76.js} +1 -1
  21. package/stencil/{player-change-password-gm2-039e300e-mRLvAYzw.js → player-change-password-gm2-039e300e-Du8eNt-6.js} +1 -1
  22. package/stencil/{player-change-password-gm2-039e300e-DIjTdjzy.cjs → player-change-password-gm2-039e300e-WtxMW-jf.cjs} +1 -1
  23. package/stencil/{player-change-password-gm2-nCHwkzVc.js → player-change-password-gm2-Bc5CkDrM.js} +1 -1
  24. package/stencil/{player-change-password-gm2-DHnclYKw.js → player-change-password-gm2-CEo_RTlU.js} +1 -1
  25. package/stencil/{player-change-password-gm2-DRIOay0t.cjs → player-change-password-gm2-CL_S4kzE.cjs} +1 -1
  26. package/stencil/{toggle-checkbox-input-Bh9dCfaE.js → toggle-checkbox-input-C7Z1kZlk.js} +1 -1
  27. package/stencil/{toggle-checkbox-input-CDg0DAAQ.cjs → toggle-checkbox-input-DKrKPVIW.cjs} +1 -1
  28. 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-DUO2eqjO.js").then(({ default: t }) => {
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
  }
@@ -1,4 +1,4 @@
1
- import { P as r } from "../components/PlayerAccountController-Buqw-sP2.js";
1
+ import { P as r } from "../components/PlayerAccountController-Bm7Nv7ut.js";
2
2
  function s(t) {
3
3
  return function(...n) {
4
4
  try {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@everymatrix/player-account-controller",
3
- "version": "1.63.0",
3
+ "version": "1.63.2",
4
4
  "type": "module",
5
5
  "main": "es2015/player-account-controller.cjs",
6
6
  "module": "esnext/player-account-controller.js",