@everymatrix/player-account-gaming-limits-wrapper-2-nd 1.87.26 → 1.87.28

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 (19) hide show
  1. package/components/PlayerAccountGamingLimitsHistory2Nd-B_41vvcT.js +731 -0
  2. package/components/PlayerAccountGamingLimitsHistory2Nd-DY6EHYZi.js +742 -0
  3. package/components/PlayerAccountGamingLimitsHistory2Nd-DuVKmKeG.cjs +1 -0
  4. package/components/{PlayerAccountGamingLimitsPage2Gm16Nd-6trzOKNQ.cjs → PlayerAccountGamingLimitsPage2Gm16Nd-BfUgYpdK.cjs} +6 -6
  5. package/components/{PlayerAccountGamingLimitsPage2Gm16Nd-C6YrPeL2.js → PlayerAccountGamingLimitsPage2Gm16Nd-aCeFIgeb.js} +946 -946
  6. package/components/{PlayerAccountGamingLimitsPage2Gm16Nd-CFo6j5pc.js → PlayerAccountGamingLimitsPage2Gm16Nd-aWgz0VJM.js} +956 -956
  7. package/components/PlayerAccountGamingLimitsWrapper2Nd-BzwN3xmQ.js +6112 -0
  8. package/components/PlayerAccountGamingLimitsWrapper2Nd-CNNFW4bp.cjs +21 -0
  9. package/components/PlayerAccountGamingLimitsWrapper2Nd-Diw_HAcu.js +6064 -0
  10. package/es2015/player-account-gaming-limits-wrapper-2-nd.cjs +1 -1
  11. package/es2015/player-account-gaming-limits-wrapper-2-nd.js +7 -7
  12. package/esnext/player-account-gaming-limits-wrapper-2-nd.js +1 -1
  13. package/package.json +1 -1
  14. package/components/PlayerAccountGamingLimitsHistory2Nd-CpdNyWHf.js +0 -5187
  15. package/components/PlayerAccountGamingLimitsHistory2Nd-D6shL-va.js +0 -5150
  16. package/components/PlayerAccountGamingLimitsHistory2Nd-DqtpLYL5.cjs +0 -18
  17. package/components/PlayerAccountGamingLimitsWrapper2Nd-COoTR8bM.cjs +0 -4
  18. package/components/PlayerAccountGamingLimitsWrapper2Nd-DlmbfT6D.js +0 -1630
  19. package/components/PlayerAccountGamingLimitsWrapper2Nd-UMHQM3N6.js +0 -1624
@@ -1 +1 @@
1
- "use strict";if(typeof window!="undefined"){let n=function(t){return function(...s){try{return t.apply(this,s)}catch(e){if(e instanceof DOMException&&e.message.includes("has already been used with this registry")||e.message.includes("Cannot define multiple custom elements with the same tag name"))return!1;throw e}}};customElements.define=n(customElements.define),Promise.resolve().then(()=>require("../components/PlayerAccountGamingLimitsWrapper2Nd-COoTR8bM.cjs")).then(({default:t})=>{!customElements.get("player-account-gaming-limits-wrapper-2-nd")&&customElements.define("player-account-gaming-limits-wrapper-2-nd",t.element)})}
1
+ "use strict";if(typeof window!="undefined"){let n=function(e){return function(...i){try{return e.apply(this,i)}catch(t){if(t instanceof DOMException&&t.message.includes("has already been used with this registry")||t.message.includes("Cannot define multiple custom elements with the same tag name"))return!1;throw t}}};customElements.define=n(customElements.define),Promise.resolve().then(()=>require("../components/PlayerAccountGamingLimitsWrapper2Nd-CNNFW4bp.cjs")).then(e=>e.PlayerAccountGamingLimitsWrapper2Nd_ce).then(({default:e})=>{!customElements.get("player-account-gaming-limits-wrapper-2-nd")&&customElements.define("player-account-gaming-limits-wrapper-2-nd",e.element)})}
@@ -1,19 +1,19 @@
1
1
  if (typeof window != "undefined") {
2
- let n = function(t) {
2
+ let n = function(e) {
3
3
  return function(...i) {
4
4
  try {
5
- return t.apply(this, i);
6
- } catch (e) {
7
- if (e instanceof DOMException && e.message.includes("has already been used with this registry") || e.message.includes("Cannot define multiple custom elements with the same tag name"))
5
+ return e.apply(this, i);
6
+ } catch (t) {
7
+ if (t instanceof DOMException && t.message.includes("has already been used with this registry") || t.message.includes("Cannot define multiple custom elements with the same tag name"))
8
8
  return !1;
9
- throw e;
9
+ throw t;
10
10
  }
11
11
  };
12
12
  };
13
- customElements.define = n(customElements.define), import("../components/PlayerAccountGamingLimitsWrapper2Nd-DlmbfT6D.js").then(({ default: t }) => {
13
+ customElements.define = n(customElements.define), import("../components/PlayerAccountGamingLimitsWrapper2Nd-BzwN3xmQ.js").then((e) => e.V).then(({ default: e }) => {
14
14
  !customElements.get("player-account-gaming-limits-wrapper-2-nd") && customElements.define(
15
15
  "player-account-gaming-limits-wrapper-2-nd",
16
- t.element
16
+ e.element
17
17
  );
18
18
  });
19
19
  }
@@ -1,4 +1,4 @@
1
- import { P as s } from "../components/PlayerAccountGamingLimitsWrapper2Nd-UMHQM3N6.js";
1
+ import { V as s } from "../components/PlayerAccountGamingLimitsWrapper2Nd-Diw_HAcu.js";
2
2
  function a(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-gaming-limits-wrapper-2-nd",
3
- "version": "1.87.26",
3
+ "version": "1.87.28",
4
4
  "type": "module",
5
5
  "main": "es2015/player-account-gaming-limits-wrapper-2-nd.cjs",
6
6
  "module": "esnext/player-account-gaming-limits-wrapper-2-nd.js",