@everymatrix/lottery-tipping-page 1.77.11 → 1.77.12

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 (24) hide show
  1. package/dist/cjs/general-multi-select_13.cjs.entry.js +4003 -1419
  2. package/dist/cjs/index.cjs.js +1 -1
  3. package/dist/cjs/{lottery-tipping-page-2acfd327.js → lottery-tipping-page-ea50679a.js} +4 -4
  4. package/dist/collection/components/lottery-tipping-page/lottery-tipping-page.css +4 -4
  5. package/dist/collection/components/lottery-tipping-page/lottery-tipping-page.js +3 -3
  6. package/dist/esm/general-multi-select_13.entry.js +4004 -1420
  7. package/dist/esm/index.js +1 -1
  8. package/dist/esm/{lottery-tipping-page-1a4c084c.js → lottery-tipping-page-adc72308.js} +4 -4
  9. package/dist/lottery-tipping-page/general-multi-select_13.entry.js +4011 -1388
  10. package/dist/lottery-tipping-page/index.esm.js +1 -1
  11. package/dist/lottery-tipping-page/{lottery-tipping-page-1a4c084c.js → lottery-tipping-page-adc72308.js} +1 -1
  12. package/dist/types/Users/adrian.pripon/Documents/Work/widgets-monorepo/packages/stencil/lottery-tipping-page/.stencil/packages/stencil/lottery-tipping-page/stencil.config.d.ts +2 -0
  13. package/dist/types/Users/adrian.pripon/Documents/Work/widgets-monorepo/packages/stencil/lottery-tipping-page/.stencil/packages/stencil/lottery-tipping-page/stencil.config.dev.d.ts +2 -0
  14. package/package.json +1 -1
  15. package/dist/types/builds/emfe-widgets/widgets-monorepo/packages/stencil/lottery-tipping-page/.stencil/packages/stencil/lottery-tipping-page/stencil.config.d.ts +0 -2
  16. package/dist/types/builds/emfe-widgets/widgets-monorepo/packages/stencil/lottery-tipping-page/.stencil/packages/stencil/lottery-tipping-page/stencil.config.dev.d.ts +0 -2
  17. /package/dist/types/{builds/emfe-widgets → Users/adrian.pripon/Documents/Work}/widgets-monorepo/packages/stencil/lottery-tipping-page/.stencil/libs/common/src/storybook/storybook-utils.d.ts +0 -0
  18. /package/dist/types/{builds/emfe-widgets → Users/adrian.pripon/Documents/Work}/widgets-monorepo/packages/stencil/lottery-tipping-page/.stencil/packages/stencil/lottery-tipping-page/storybook/main.d.ts +0 -0
  19. /package/dist/types/{builds/emfe-widgets → Users/adrian.pripon/Documents/Work}/widgets-monorepo/packages/stencil/lottery-tipping-page/.stencil/packages/stencil/lottery-tipping-page/storybook/preview.d.ts +0 -0
  20. /package/dist/types/{builds/emfe-widgets → Users/adrian.pripon/Documents/Work}/widgets-monorepo/packages/stencil/lottery-tipping-page/.stencil/tools/plugins/index.d.ts +0 -0
  21. /package/dist/types/{builds/emfe-widgets → Users/adrian.pripon/Documents/Work}/widgets-monorepo/packages/stencil/lottery-tipping-page/.stencil/tools/plugins/lazy-load-chunk-plugin.d.ts +0 -0
  22. /package/dist/types/{builds/emfe-widgets → Users/adrian.pripon/Documents/Work}/widgets-monorepo/packages/stencil/lottery-tipping-page/.stencil/tools/plugins/stencil-clean-deps-plugin.d.ts +0 -0
  23. /package/dist/types/{builds/emfe-widgets → Users/adrian.pripon/Documents/Work}/widgets-monorepo/packages/stencil/lottery-tipping-page/.stencil/tools/plugins/vite-chunk-plugin.d.ts +0 -0
  24. /package/dist/types/{builds/emfe-widgets → Users/adrian.pripon/Documents/Work}/widgets-monorepo/packages/stencil/lottery-tipping-page/.stencil/tools/plugins/vite-clean-deps-plugin.d.ts +0 -0
package/dist/esm/index.js CHANGED
@@ -1,2 +1,2 @@
1
- export { L as LotteryTippingPage } from './lottery-tipping-page-1a4c084c.js';
1
+ export { L as LotteryTippingPage } from './lottery-tipping-page-adc72308.js';
2
2
  import './index-3be4f76e.js';
@@ -119,7 +119,7 @@ const resolveTranslationUrl = async (translationUrl) => {
119
119
  }
120
120
  };
121
121
 
122
- const lotteryTippingPageCss = ".lottery-tipping-page {\n container-type: inline-size;\n}\n.lottery-tipping-page-header {\n height: 56px;\n padding: 8px 10px;\n display: flex;\n justify-content: space-between;\n align-items: center;\n}\n.lottery-tipping-page-header .tab-btns {\n display: flex;\n align-items: center;\n gap: 40px;\n flex: 1;\n justify-content: center;\n}\n.lottery-tipping-page-header .tab-btn {\n padding: 0 8px;\n line-height: 40px;\n font-size: 16px;\n cursor: pointer;\n font-weight: 600;\n height: 40px;\n border: 2px solid var(--emw--color-primary, #fed275);\n border-radius: 8px;\n box-shadow: 2px 2px 2px var(--emw--color-gray-100, #e6e6e6);\n color: var(--emw--color-typography, #555);\n transition: all 0.2s linear;\n}\n.lottery-tipping-page-header .tab-btn.active {\n background-color: var(--emw--color-primary, #fed275);\n color: var(--emw--color-gray-300, #333);\n border: 2px solid var(--emw--color-gray-300, #333);\n}\n\n@container (min-width: 1200px) {\n .tab-btns {\n gap: 40px;\n }\n}\n@container (max-width: 480px) {\n .tab-btns {\n gap: 24px;\n }\n}";
122
+ const lotteryTippingPageCss = ".lottery-tipping-page {\n container-type: inline-size;\n background: var(--emw--color-background, #fff);\n}\n.lottery-tipping-page-header {\n height: 56px;\n padding: 8px 10px;\n display: flex;\n justify-content: space-between;\n align-items: center;\n}\n.lottery-tipping-page-header .tab-btns {\n display: flex;\n align-items: center;\n gap: 40px;\n flex: 1;\n justify-content: center;\n}\n.lottery-tipping-page-header .tab-btn {\n padding: 0 8px;\n line-height: 40px;\n font-size: 16px;\n cursor: pointer;\n font-weight: 600;\n height: 40px;\n border: 2px solid var(--emw--color-primary, #fed275);\n border-radius: 8px;\n color: var(--emw--color-typography, #000);\n transition: all 0.2s linear;\n}\n.lottery-tipping-page-header .tab-btn.active {\n background-color: var(--emw--color-primary, #fed275);\n color: var(--emw--color-typography, #000);\n border: 1px solid var(--emw--color-typography, #000);\n}\n\n@container (min-width: 1200px) {\n .tab-btns {\n gap: 40px;\n }\n}\n@container (max-width: 480px) {\n .tab-btns {\n gap: 24px;\n }\n}";
123
123
  const LotteryTippingPageStyle0 = lotteryTippingPageCss;
124
124
 
125
125
  const LotteryTippingPage = class {
@@ -185,15 +185,15 @@ const LotteryTippingPage = class {
185
185
  }
186
186
  renderContent() {
187
187
  if (this.activeTab === Tab.BuyTickets) {
188
- return (h("lottery-tipping-ticket-controller", { endpoint: this.endpoint, endpointTicket: this.endpointTicket, gameId: this.gameId, playerId: this.playerId, sessionId: this.sessionId, drawId: this.drawId, language: this.language, "mb-source": this.mbSource, "client-styling-url": this.clientStylingUrl, "translation-url": this.translationUrl }));
188
+ return (h("lottery-tipping-ticket-controller", { endpoint: this.endpoint, endpointTicket: this.endpointTicket, gameId: this.gameId, playerId: this.playerId, sessionId: this.sessionId, drawId: this.drawId, language: this.language, "mb-source": this.mbSource, "client-styling": this.clientStylingUrl, "client-styling-url": this.clientStylingUrl, "translation-url": this.translationUrl }));
189
189
  }
190
190
  if (this.activeTab === Tab.MyTickets) {
191
- return (h("lottery-tipping-ticket-history", { endpoint: this.endpoint, endpointTicket: this.endpointTicket, gameId: this.gameId, playerId: this.playerId, sessionId: this.sessionId, drawId: this.drawId, language: this.language, "mb-source": this.mbSource, "client-styling-url": this.clientStylingUrl, "translation-url": this.translationUrl }));
191
+ return (h("lottery-tipping-ticket-history", { endpoint: this.endpoint, endpointTicket: this.endpointTicket, gameId: this.gameId, playerId: this.playerId, sessionId: this.sessionId, drawId: this.drawId, language: this.language, "mb-source": this.mbSource, "client-styling-url": this.clientStylingUrl, "client-styling": this.clientStylingUrl, "translation-url": this.translationUrl }));
192
192
  }
193
193
  return null;
194
194
  }
195
195
  render() {
196
- return (h("div", { key: '0804fcb827940ba87955d219fc7e16efc12f1abd', class: "lottery-tipping-page", ref: (el) => (this.stylingContainer = el) }, h("div", { key: '68f6df4184cc146a489c98aecbe41845bf7159f9', class: "lottery-tipping-page-header" }, h("slot", { key: 'da2bd3498b3299738c77003824c55423ff7baaf0', name: "backBtn" }), this.renderTabs(), h("slot", { key: '1c5161ae675e0e2d380d3370dee6802ebe20e784', name: "logoutBtn" })), h("div", { key: 'af9cf6b9f036e52dc4586faf206eadd8eea12496', class: "lottery-tipping-content" }, this.renderContent())));
196
+ return (h("div", { key: 'b0048b80e5eb80159834be8cf6309b22e4ce4407', class: "lottery-tipping-page", ref: (el) => (this.stylingContainer = el) }, h("div", { key: 'f4931434d199d23af6a233b29987532772e96dc5', class: "lottery-tipping-page-header" }, h("slot", { key: '0cccb00da9bf3de659757b07870a96045c41f673', name: "backBtn" }), this.renderTabs(), h("slot", { key: '026c5ee7f31a2ed0782dacfb648fed3d994c6af9', name: "logoutBtn" })), h("div", { key: '9cdf7d28159a7173d145b864e3ed4ad8f597dfce', class: "lottery-tipping-content" }, this.renderContent())));
197
197
  }
198
198
  static get watchers() { return {
199
199
  "clientStyling": ["handleClientStylingChange"],