@everymatrix/player-bonus-history 1.50.0 → 1.51.0
Sign up to get free protection for your applications and to get access to all the features.
- package/components/{PlayerBonusCard-BHtjhHA4.cjs → PlayerBonusCard-D7jL8lXI.cjs} +7 -7
- package/components/{PlayerBonusCard-c7uGr4D2.js → PlayerBonusCard-g_G31zcr.js} +480 -460
- package/components/{PlayerBonusHistory-Bf9QTgAU.cjs → PlayerBonusHistory-4cA_Hdn4.cjs} +534 -56
- package/components/{PlayerBonusHistory-Bwn0vTfu.js → PlayerBonusHistory-BWWZBOl8.js} +557 -71
- package/es2015/player-bonus-history.cjs +1 -1
- package/es2015/player-bonus-history.js +1 -1
- package/package.json +1 -1
@@ -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/PlayerBonusHistory-
|
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/PlayerBonusHistory-4cA_Hdn4.cjs")).then(({default:t})=>{!customElements.get("player-bonus-history")&&customElements.define("player-bonus-history",t.element)})}
|
@@ -10,7 +10,7 @@ if (typeof window != "undefined") {
|
|
10
10
|
}
|
11
11
|
};
|
12
12
|
};
|
13
|
-
customElements.define = n(customElements.define), import("../components/PlayerBonusHistory-
|
13
|
+
customElements.define = n(customElements.define), import("../components/PlayerBonusHistory-BWWZBOl8.js").then(({ default: t }) => {
|
14
14
|
!customElements.get("player-bonus-history") && customElements.define("player-bonus-history", t.element);
|
15
15
|
});
|
16
16
|
}
|