@everymatrix/bonus-elevate-shop 1.37.2 → 1.37.3
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/dist/components/bonus-elevate-shop.js +1 -0
- package/dist/components/general-styling-wrapper2.js +1 -0
- package/dist/components/player-elevate-card-data2.js +1 -0
- package/dist/components/player-elevate-card.js +1 -0
- package/dist/components/player-elevate-loyaltycard.js +1 -0
- package/dist/components/player-elevate-pointcard2.js +1 -0
- package/package.json +1 -1
|
@@ -620,5 +620,6 @@ function defineCustomElement() {
|
|
|
620
620
|
break;
|
|
621
621
|
} });
|
|
622
622
|
}
|
|
623
|
+
defineCustomElement();
|
|
623
624
|
|
|
624
625
|
export { PlayerElevateCardData as P, TRANSLATIONS as T, _typeof as _, toDate as a, translateWithParams as b, defineCustomElement as d, getTimezoneOffsetInMilliseconds as g, requiredArgs as r, translate as t };
|