oraculo-ui 0.1.34 → 0.1.36

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 (55) hide show
  1. package/dist/atoms/OraculoButton/OraculoButton.d.ts +20 -0
  2. package/dist/atoms/OraculoCarouselDots/OraculoCarouselDots.d.ts +9 -0
  3. package/dist/atoms/OraculoEvent/OraculoEventDate.d.ts +6 -0
  4. package/dist/atoms/OraculoEvent/OraculoEventHeader.d.ts +8 -0
  5. package/dist/atoms/OraculoEvent/OraculoEventLabel.d.ts +6 -0
  6. package/dist/atoms/OraculoEvent/OraculoEventLeague.d.ts +6 -0
  7. package/dist/atoms/OraculoEvent/OraculoEventScore.d.ts +7 -0
  8. package/dist/atoms/OraculoEvent/OraculoEventStatus.d.ts +6 -0
  9. package/dist/atoms/OraculoEvent/OraculoEventStatusBadge.d.ts +10 -0
  10. package/dist/atoms/OraculoEvent/OraculoEventTeamInfo.d.ts +7 -0
  11. package/dist/atoms/OraculoEvent/OraculoEventTitle.d.ts +7 -0
  12. package/dist/atoms/OraculoGridGroup/OraculoGridGroup.d.ts +14 -0
  13. package/dist/atoms/OraculoLogo/OraculoLogoMediosPago.d.ts +6 -0
  14. package/dist/atoms/OraculoSectionTitle/OraculoSectionTitle.d.ts +8 -0
  15. package/dist/index.cjs.js +37 -189
  16. package/dist/index.cjs.js.map +1 -1
  17. package/dist/index.css +1 -1
  18. package/dist/index.d.ts +58 -0
  19. package/dist/index.es.js +4216 -10666
  20. package/dist/index.es.js.map +1 -1
  21. package/dist/interfaces/oraculo/InterfaceBanner.d.ts +15 -0
  22. package/dist/interfaces/oraculo/InterfaceBonos.d.ts +13 -0
  23. package/dist/interfaces/oraculo/InterfaceCasino.d.ts +10 -0
  24. package/dist/interfaces/oraculo/InterfaceCasinoEnVivo.d.ts +11 -0
  25. package/dist/interfaces/oraculo/InterfaceClubOlimpo.d.ts +11 -0
  26. package/dist/interfaces/oraculo/InterfaceDestacados.d.ts +19 -0
  27. package/dist/interfaces/oraculo/InterfaceGameItem.d.ts +17 -0
  28. package/dist/interfaces/oraculo/InterfaceKambi.d.ts +114 -0
  29. package/dist/interfaces/oraculo/InterfaceTopJuegos.d.ts +7 -0
  30. package/dist/interfaces/oraculo/InterfaceVirtuales.d.ts +10 -0
  31. package/dist/molecules/OraculoCarousel/OraculoCarousel.d.ts +42 -0
  32. package/dist/molecules/OraculoClubOlimpoVisual/OraculoClubOlimpoVisual.d.ts +12 -0
  33. package/dist/molecules/OraculoEventCard/OraculoEventCombinadasCard.d.ts +3 -0
  34. package/dist/molecules/OraculoEventCard/OraculoEventEnVivoCard.d.ts +3 -0
  35. package/dist/molecules/OraculoEventCard/OraculoEventSemanaCard.d.ts +3 -0
  36. package/dist/molecules/OraculoGameCard/OraculoGameCard.d.ts +9 -0
  37. package/dist/molecules/OraculoGameRankCard/OraculoGameRankCard.d.ts +19 -0
  38. package/dist/molecules/OraculoGameSlide/OraculoGameSlide.d.ts +12 -0
  39. package/dist/molecules/OraculoLiveCasinoCard/OraculoLiveCasinoCard.d.ts +10 -0
  40. package/dist/molecules/OraculoWelcomeBanner/OraculoWelcomeBanner.d.ts +15 -0
  41. package/dist/organisms/OraculoSeccionBanners/OraculoSeccionBanners.d.ts +3 -0
  42. package/dist/organisms/OraculoSeccionBonoBienvenida/OraculoSeccionBonoBienvenida.d.ts +4 -0
  43. package/dist/organisms/OraculoSeccionCasino/OraculoSeccionCasino.d.ts +4 -0
  44. package/dist/organisms/OraculoSeccionCasinoEnVivo/OraculoSeccionCasinoEnVivo.d.ts +4 -0
  45. package/dist/organisms/OraculoSeccionClubOlimpo/OraculoSeccionClubOlimpo.d.ts +15 -0
  46. package/dist/organisms/OraculoSeccionDestacados/OraculoSeccionDestacados.d.ts +3 -0
  47. package/dist/organisms/OraculoSeccionEventoCombinadas/OraculoSeccionEventoCombinadas.d.ts +2 -0
  48. package/dist/organisms/OraculoSeccionEventoEnVivo/OraculoSeccionEventoEnVivo.d.ts +2 -0
  49. package/dist/organisms/OraculoSeccionEventoSemana/OraculoSeccionEventoSemana.d.ts +2 -0
  50. package/dist/organisms/OraculoSeccionMediosPago/OraculoSeccionMediosPago.d.ts +11 -0
  51. package/dist/organisms/OraculoSeccionTopJuegos/OraculoSeccionTopJuegos.d.ts +3 -0
  52. package/dist/organisms/OraculoSeccionVirtuales/OraculoSeccionVirtuales.d.ts +4 -0
  53. package/dist/templates/OraculoPageLanding.d.ts +23 -0
  54. package/dist/templates/OraculoPageLandingPreview.d.ts +43 -0
  55. package/package.json +7 -11
package/dist/index.css CHANGED
@@ -1 +1 @@
1
- .orc-btn{--nl-green: #9EE86E;--nl-hover-hex: #D9F6C6;--nl-hover-alpha: .22;--nl-press: #254B0C;--nl-disabled-border: #4a5542;--nl-disabled-fg: #4a5542;--stroke-w: 1.5px;--h: 32px;--pad-x: 12px;--pad-y: 8px;--radius: 12px;box-sizing:border-box;height:var(--h);font-family:var(--clmc-font);display:inline-flex;align-items:center;justify-content:center;gap:8px;cursor:pointer;text-decoration:none;border-radius:var(--radius);outline:none;position:relative;padding:var(--pad-y) var(--pad-x);border:0}.orc-btn__label{color:currentColor;font-size:14px}.orc-btn__icon{color:currentColor;display:inline-flex;line-height:0;font-size:18px}.orc-btn--primary{background:var(--nl-green);color:#1c1c1c;box-shadow:inset 0 0 0 var(--stroke-w) transparent}.orc-btn--primary:hover{background:var(--nl-hover-hex);color:#1c1c1c}.orc-btn--primary:active{background:var(--nl-press);color:#fff;transform:translateY(1px)}.orc-btn--primary:disabled,.orc-btn--primary[aria-disabled=true]{background:transparent;color:var(--nl-disabled-fg);box-shadow:inset 0 0 0 var(--stroke-w) var(--nl-disabled-border);cursor:not-allowed;transform:none;opacity:1}.orc-btn--secondary{background:transparent;color:var(--nl-green);box-shadow:inset 0 0 0 var(--stroke-w) var(--nl-green)}.orc-btn--secondary:hover{background:rgba(229,244,219,var(--nl-hover-alpha))!important;color:var(--nl-hover-hex);box-shadow:inset 0 0 0 var(--stroke-w) var(--nl-hover-hex)}.orc-btn--secondary:active{transform:translateY(1px);color:var(--nl-press);box-shadow:inset 0 0 0 var(--stroke-w) var(--nl-press);background:#254b0c1a}.orc-btn--secondary:focus-visible{box-shadow:inset 0 0 0 var(--stroke-w) var(--nl-green),0 0 0 3px #c5e4b173}.orc-btn--secondary:disabled,.orc-btn--secondary[aria-disabled=true]{background:transparent;color:var(--nl-disabled-fg);box-shadow:inset 0 0 0 var(--stroke-w) var(--nl-disabled-border);cursor:not-allowed}.orc-btn--tertiary{background:transparent;color:var(--nl-green);box-shadow:none}.orc-btn--tertiary:hover{color:var(--nl-hover-hex)}.orc-btn--tertiary:active{color:var(--nl-press);background:#254b0c14;transform:translateY(1px)}.orc-btn--tertiary:focus-visible{box-shadow:0 0 0 3px #c5e4b173}.orc-btn--tertiary:disabled,.orc-btn--tertiary[aria-disabled=true]{color:var(--nl-disabled-fg);background:transparent;box-shadow:none;cursor:not-allowed}.orc-btn--sm{--h: 32px;--pad-y: 8px;--pad-x: 12px;--radius: 12px}.orc-btn--md{--h: 40px;--pad-y: 10px;--pad-x: 16px;--radius: 12px}.orc-btn--lg{--h: 48px;--pad-y: 12px;--pad-x: 20px;--radius: 16px}.orc-btn--sm .orc-btn__label,.orc-btn--md .orc-btn__label,.orc-btn--lg .orc-btn__label{font-size:14px!important}.orc-btn--iconOnly{width:40px;min-width:40px;padding:0}.orc-btn--sm.orc-btn--iconOnly{width:32px;min-width:32px}.orc-btn--md.orc-btn--iconOnly{width:40px;min-width:40px}.orc-btn--lg.orc-btn--iconOnly{width:48px;min-width:48px}.orc-btn--full{width:100%}.orc-btn--fullHeight{height:100%}.orc-section-title{display:flex;align-items:center;gap:8px}.orc-section-title__icon{width:40px;height:40px;object-fit:none}.orc-section-title__title{margin:0;font-weight:700;letter-spacing:0;color:#fff}.orc-section-title--xs .orc-section-title__title{font-size:14px;line-height:18px}.orc-section-title--sm .orc-section-title__title{font-size:18px;line-height:24px}.orc-section-title--md .orc-section-title__title{font-size:32px;line-height:48px}.orc-section-title--lg .orc-section-title__title{font-size:22px;line-height:30px}.orc-section-title--xs .orc-section-title__icon{width:24px;height:24px}@media(max-width:768px){.orc-section-title__icon{width:24px;height:24px}.orc-section-title--xs .orc-section-title__title{font-size:14px;line-height:18px}.orc-section-title--sm .orc-section-title__title{font-size:16px;line-height:22px}.orc-section-title--md .orc-section-title__title{font-size:18px;line-height:24px}.orc-section-title--lg .orc-section-title__title{font-size:20px;line-height:26px}}.orc-dots{--dot-size: 8px;--dot-cell: 20px;--dot-active-h: 8px;--dot-active-w: 20px;--dot-bg: #ffffff;--dot-surface: #ffffff;--dot-accent: #9EE86E;display:flex;gap:0px;justify-content:center;margin-top:10px}.orc-dots__cell{width:var(--dot-cell);display:inline-flex;justify-content:center}.orc-dots__dot{width:var(--dot-size);height:var(--dot-size);border-radius:9999px;background:var(--dot-bg);border:0;padding:0;cursor:pointer;position:relative;transition:transform .15s ease,background .15s ease,width .2s ease,height .2s ease}.orc-dots__dot:hover{transform:scale(1.06)}.orc-dots__dot--active{width:var(--dot-active-w);height:var(--dot-active-h);border-radius:9999px;background:#fff;position:relative;overflow:hidden}.orc-dots__dot--active:after{content:"";position:absolute;top:0;bottom:0;left:0;width:40%;background:var(--dot-accent);border-radius:inherit}.orc-dots__dot--active{outline:0;outline-offset:0}.orc-dots__dot:focus-visible{outline:2px solid var(--dot-accent);outline-offset:2px}._label_mzyr8_1{display:inline-block;text-align:center;font-weight:400;font-size:12px;line-height:16px;color:#828282}._container_iv5wm_1{background-color:#363636;color:#b5b5b5;text-align:center;padding:8px;border-top-left-radius:13.55px;border-top-right-radius:13.55px;font-size:14px;line-height:18px;margin-left:16px;margin-right:16px;font-weight:700;height:16px}@media(max-width:768px){._container_iv5wm_1{border-top-left-radius:12px;border-top-right-radius:12px;font-size:12px;line-height:16px;padding:4px 12px;margin-left:8px;margin-right:8px}}._scoreWrapper_1w01y_1{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;min-width:16px;text-align:center}._name_1w01y_23{font-size:14px;line-height:16px;font-weight:400;color:#fff}._score_1w01y_1{font-size:32px;font-weight:700;line-height:48px;color:#fff;height:40px;letter-spacing:5px}._normal_1w01y_57{display:flex;flex-direction:column;align-items:center;justify-content:center;width:60px}._small_1w01y_73{width:24px}._small_1w01y_73 ._score_1w01y_1{font-size:14px;line-height:18px;height:auto}._small_1w01y_73 ._name_1w01y_23{font-size:12px;line-height:16px}@media(max-width:767px){._normal_1w01y_57{width:72px}._small_1w01y_73{width:16px}._name_1w01y_23,._small_1w01y_73 ._score_1w01y_1{font-size:12px;line-height:16px}}._team_1jitp_1{display:flex;flex-direction:column;align-items:center;text-align:center;gap:4px}._logo_1jitp_17{object-fit:contain}._name_1jitp_25{font-weight:400;text-align:center;font-size:12px;line-height:16px;color:#fff}._regular_1jitp_43 ._logo_1jitp_17{width:32px;height:40px}._regular_1jitp_43 ._name_1jitp_25{font-size:12px}._compact_1jitp_63 ._logo_1jitp_17{width:35px;height:48px}._compact_1jitp_63 ._name_1jitp_25{font-size:12px;height:12px}@media(max-width:767px){._regular_1jitp_43 ._logo_1jitp_17{width:32px;height:40px}._regular_1jitp_43 ._name_1jitp_25{font-size:12px}._compact_1jitp_63 ._logo_1jitp_17{width:23.79px;height:32px}._compact_1jitp_63 ._name_1jitp_25{font-size:10px}._compact_1jitp_63._team_1jitp_1{gap:0px}}.orc-co-wrap{--orc-co-art-w: 887px;--orc-co-art-h: 510px;--orc-co-text: #ffffff;--orc-co-art-left: clamp(120px, 18vw, 280px);--orc-co-art-top: 20px;--orc-co-logo-left: 163px;--orc-co-logo-top: 120px;--orc-co-logo-w: 220px;--orc-co-content-left: 120px;--orc-co-content-top: 290px;min-height:var(--orc-co-minH, 520px);position:relative}.orc-co-fullBleed{width:100vw;margin-left:50%;transform:translate(-50%)}.orc-co-bottom{position:absolute;left:50%;transform:translate(-50%);bottom:20px;z-index:2;display:grid;justify-items:center;gap:12px;border-radius:12px}.orc-co-caption{color:var(--orc-co-text);font-size:14px;text-align:center;font-weight:400;text-wrap:balance;line-height:1.4}.orc-co-bgMobile{position:relative;width:100%;min-height:360px;overflow:hidden}.orc-co-bgMobileImg{width:100%;height:100%;object-fit:cover}.orc-co-bgDesktop,.orc-co-logo,.orc-co-desktopContent{display:none}@media(min-width:1024px){.orc-co-bgMobile,.orc-co-bottom{display:none}.orc-co-bgDesktop{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;display:block}.orc-co-bgDesktop>.orc-co-fillHost{position:absolute;width:var(--orc-co-art-w);height:var(--orc-co-art-h);top:var(--orc-co-art-top);left:var(--orc-co-art-left)}.orc-co-bgDesktopImg{width:100%;height:100%;object-fit:cover;display:block}.orc-co-logo{display:block;position:absolute;left:var(--orc-co-logo-left);top:var(--orc-co-logo-top);width:var(--orc-co-logo-w);aspect-ratio:3 / 2;z-index:2}.orc-co-logoImg{width:100%;height:100%;object-fit:contain;display:block}.orc-co-desktopContent{display:grid;position:absolute;left:var(--orc-co-content-left);top:var(--orc-co-content-top);gap:16px;justify-items:center;text-align:center;z-index:2}.orc-co-captionDesktop{margin:0;color:var(--orc-co-text);font-family:var(--clmc-font, inherit);font-weight:400;font-size:clamp(14px,1.5vw,18px);max-width:28ch;text-wrap:balance}}._card_z6dz8_1{width:296px;height:216px}._combinadas_z6dz8_11{background-color:#363636;border-top-left-radius:12px;border-top-right-radius:12px;padding:12px;color:#fff;height:156px}._apuestaItem_z6dz8_35{display:flex;align-items:flex-start;position:relative}._lineContainer_z6dz8_45{position:relative;width:16px;display:flex;justify-content:center;flex-shrink:0;align-self:stretch;margin-right:8px}._circle_z6dz8_65{width:8px;height:8px;border:1px solid #FFCC00;border-radius:50%;background-color:transparent;z-index:2}._line_z6dz8_45{position:absolute;top:9px;left:50%;transform:translate(-50%);width:1px;height:calc(100% - 4px);background-color:#fc0;z-index:1}._apuestaText_z6dz8_107{font-size:12px;line-height:16px;color:#fff;margin:0;font-weight:400}._apuestaText_z6dz8_107 strong{font-weight:700}._cuotaTotal_z6dz8_131{font-family:var(--clmc-font);background-color:#9ee86e;color:#0d2b16;width:100%;border-bottom-left-radius:12px;border-bottom-right-radius:12px;font-weight:700;padding:8px 24px;font-size:16px;line-height:20px;display:flex;justify-content:center;align-items:center;gap:4px;cursor:pointer;border:none}._cuotaTotal_z6dz8_131:hover{background-color:#d9f6c6}@media(max-width:767px){._card_z6dz8_1{width:296px;height:216px}}._date_1kwco_1{font-size:14px;line-height:18px;font-weight:400;color:#fff;text-align:center;height:16px}@media(max-width:768px){._date_1kwco_1{font-size:12px;line-height:16px}}._cardContainer_1yxu7_1{width:248px;height:224px;border-radius:8px;overflow:hidden}._cardBackground_1yxu7_15{background-image:url(https://stg-www.contodobet.com/static/img/landing/EventoSemana/fondo.png);background-size:cover;padding:16px 12px;border-radius:8px;width:224px;height:160px}._jugadas_1yxu7_31{height:40px}@media(max-width:767px){._cardContainer_1yxu7_1{width:168px;height:176px}._jugadas_1yxu7_31{height:32px}._cardBackground_1yxu7_15{background-image:url(https://stg-www.contodobet.com/static/img/landing/EventoSemana/fondo_mobile.png);padding:12px 8px;width:152px;height:128px}}._controls_1wj36_1{display:flex;align-items:center;gap:8px}@media(max-width:768px){._controls_1wj36_1{display:none}}._wrapper_iw4io_1{display:flex;align-items:center;gap:32px;padding:0 0 0 16px}._container_iw4io_17{min-width:208px}._buttonWrapper_iw4io_25{width:185px}@media(max-width:768px){._wrapper_iw4io_1{gap:16px}._container_iw4io_17{min-width:96px}._buttonWrapper_iw4io_25{width:90px}}
1
+ .orc-btn{--nl-green: #9EE86E;--nl-hover-hex: #D9F6C6;--nl-hover-alpha: .22;--nl-press: #254B0C;--nl-disabled-border: #4a5542;--nl-disabled-fg: #4a5542;--stroke-w: 1.5px;--h: 32px;--pad-x: 12px;--pad-y: 8px;--radius: 12px;box-sizing:border-box;height:var(--h);font-family:var(--clmc-font);display:inline-flex;align-items:center;justify-content:center;gap:8px;cursor:pointer;text-decoration:none;border-radius:var(--radius);outline:none;position:relative;padding:var(--pad-y) var(--pad-x);border:0}.orc-btn__label{color:currentColor;font-size:14px}.orc-btn__icon{color:currentColor;display:inline-flex;line-height:0;font-size:18px}.orc-btn--primary{background:var(--nl-green);color:#1c1c1c;box-shadow:inset 0 0 0 var(--stroke-w) transparent}.orc-btn--primary:hover{background:var(--nl-hover-hex);color:#1c1c1c}.orc-btn--primary:active{background:var(--nl-press);color:#fff;transform:translateY(1px)}.orc-btn--primary:disabled,.orc-btn--primary[aria-disabled=true]{background:transparent;color:var(--nl-disabled-fg);box-shadow:inset 0 0 0 var(--stroke-w) var(--nl-disabled-border);cursor:not-allowed;transform:none;opacity:1}.orc-btn--secondary{background:transparent;color:var(--nl-green);box-shadow:inset 0 0 0 var(--stroke-w) var(--nl-green)}.orc-btn--secondary:hover{background:rgba(229,244,219,var(--nl-hover-alpha))!important;color:var(--nl-hover-hex);box-shadow:inset 0 0 0 var(--stroke-w) var(--nl-hover-hex)}.orc-btn--secondary:active{transform:translateY(1px);color:var(--nl-press);box-shadow:inset 0 0 0 var(--stroke-w) var(--nl-press);background:#254b0c1a}.orc-btn--secondary:focus-visible{box-shadow:inset 0 0 0 var(--stroke-w) var(--nl-green),0 0 0 3px #c5e4b173}.orc-btn--secondary:disabled,.orc-btn--secondary[aria-disabled=true]{background:transparent;color:var(--nl-disabled-fg);box-shadow:inset 0 0 0 var(--stroke-w) var(--nl-disabled-border);cursor:not-allowed}.orc-btn--tertiary{background:transparent;color:var(--nl-green);box-shadow:none}.orc-btn--tertiary:hover{color:var(--nl-hover-hex)}.orc-btn--tertiary:active{color:var(--nl-press);background:#254b0c14;transform:translateY(1px)}.orc-btn--tertiary:focus-visible{box-shadow:0 0 0 3px #c5e4b173}.orc-btn--tertiary:disabled,.orc-btn--tertiary[aria-disabled=true]{color:var(--nl-disabled-fg);background:transparent;box-shadow:none;cursor:not-allowed}.orc-btn--sm{--h: 32px;--pad-y: 8px;--pad-x: 12px;--radius: 12px}.orc-btn--md{--h: 40px;--pad-y: 10px;--pad-x: 16px;--radius: 12px}.orc-btn--lg{--h: 48px;--pad-y: 12px;--pad-x: 20px;--radius: 16px}.orc-btn--sm .orc-btn__label,.orc-btn--md .orc-btn__label,.orc-btn--lg .orc-btn__label{font-size:14px!important}.orc-btn--iconOnly{width:40px;min-width:40px;padding:0}.orc-btn--sm.orc-btn--iconOnly{width:32px;min-width:32px}.orc-btn--md.orc-btn--iconOnly{width:40px;min-width:40px}.orc-btn--lg.orc-btn--iconOnly{width:48px;min-width:48px}.orc-btn--full{width:100%}.orc-btn--fullHeight{height:100%}.orc-section-title{display:flex;align-items:center;gap:8px}.orc-section-title__icon{width:40px;height:40px;object-fit:none}.orc-section-title__title{margin:0;font-weight:700;letter-spacing:0;color:#fff}.orc-section-title--xs .orc-section-title__title{font-size:14px;line-height:18px}.orc-section-title--sm .orc-section-title__title{font-size:18px;line-height:24px}.orc-section-title--md .orc-section-title__title{font-size:32px;line-height:48px}.orc-section-title--lg .orc-section-title__title{font-size:22px;line-height:30px}.orc-section-title--xs .orc-section-title__icon{width:24px;height:24px}@media(max-width:768px){.orc-section-title__icon{width:24px;height:24px}.orc-section-title--xs .orc-section-title__title{font-size:14px;line-height:18px}.orc-section-title--sm .orc-section-title__title{font-size:16px;line-height:22px}.orc-section-title--md .orc-section-title__title{font-size:18px;line-height:24px}.orc-section-title--lg .orc-section-title__title{font-size:20px;line-height:26px}}.orc-dots{--dot-size: 8px;--dot-cell: 20px;--dot-active-h: 8px;--dot-active-w: 20px;--dot-bg: #ffffff;--dot-surface: #ffffff;--dot-accent: #9EE86E;display:flex;gap:0px;justify-content:center;margin-top:10px}.orc-dots__cell{width:var(--dot-cell);display:inline-flex;justify-content:center}.orc-dots__dot{width:var(--dot-size);height:var(--dot-size);border-radius:9999px;background:var(--dot-bg);border:0;padding:0;cursor:pointer;position:relative;transition:transform .15s ease,background .15s ease,width .2s ease,height .2s ease}.orc-dots__dot:hover{transform:scale(1.06)}.orc-dots__dot--active{width:var(--dot-active-w);height:var(--dot-active-h);border-radius:9999px;background:#fff;position:relative;overflow:hidden}.orc-dots__dot--active:after{content:"";position:absolute;top:0;bottom:0;left:0;width:40%;background:var(--dot-accent);border-radius:inherit}.orc-dots__dot--active{outline:0;outline-offset:0}.orc-dots__dot:focus-visible{outline:2px solid var(--dot-accent);outline-offset:2px}.oraculo__OraculoEventLabel-module__label___c64Xw{display:inline-block;text-align:center;font-weight:400;font-size:12px;line-height:16px;color:#828282}.oraculo__OraculoEventLeague-module__container___rdk4F{background-color:#363636;color:#b5b5b5;text-align:center;padding:8px;border-top-left-radius:13.55px;border-top-right-radius:13.55px;font-size:14px;line-height:18px;margin-left:16px;margin-right:16px;font-weight:700;height:16px}@media(max-width:768px){.oraculo__OraculoEventLeague-module__container___rdk4F{border-top-left-radius:12px;border-top-right-radius:12px;font-size:12px;line-height:16px;padding:4px 12px;margin-left:8px;margin-right:8px}}.oraculo__OraculoEventScore-module__scoreWrapper___fWwEr{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;min-width:16px;text-align:center}.oraculo__OraculoEventScore-module__name___r4uL6{font-size:14px;line-height:16px;font-weight:400;color:#fff}.oraculo__OraculoEventScore-module__score___Xl03M{font-size:32px;font-weight:700;line-height:48px;color:#fff;height:40px;letter-spacing:5px}.oraculo__OraculoEventScore-module__normal___cCNFz{display:flex;flex-direction:column;align-items:center;justify-content:center;width:60px}.oraculo__OraculoEventScore-module__small___fVt8E{width:24px}.oraculo__OraculoEventScore-module__small___fVt8E .oraculo__OraculoEventScore-module__score___Xl03M{font-size:14px;line-height:18px;height:auto}.oraculo__OraculoEventScore-module__small___fVt8E .oraculo__OraculoEventScore-module__name___r4uL6{font-size:12px;line-height:16px}@media(max-width:767px){.oraculo__OraculoEventScore-module__normal___cCNFz{width:72px}.oraculo__OraculoEventScore-module__small___fVt8E{width:16px}.oraculo__OraculoEventScore-module__name___r4uL6,.oraculo__OraculoEventScore-module__small___fVt8E .oraculo__OraculoEventScore-module__score___Xl03M{font-size:12px;line-height:16px}}.oraculo__OraculoEventTeamInfo-module__team___UfpUs{display:flex;flex-direction:column;align-items:center;text-align:center;gap:4px}.oraculo__OraculoEventTeamInfo-module__logo___fKCl3{object-fit:contain}.oraculo__OraculoEventTeamInfo-module__name___4ikm-{font-weight:400;text-align:center;font-size:12px;line-height:16px;color:#fff}.oraculo__OraculoEventTeamInfo-module__regular___ag826 .oraculo__OraculoEventTeamInfo-module__logo___fKCl3{width:32px;height:40px}.oraculo__OraculoEventTeamInfo-module__regular___ag826 .oraculo__OraculoEventTeamInfo-module__name___4ikm-{font-size:12px}.oraculo__OraculoEventTeamInfo-module__compact___RCNOs .oraculo__OraculoEventTeamInfo-module__logo___fKCl3{width:35px;height:48px}.oraculo__OraculoEventTeamInfo-module__compact___RCNOs .oraculo__OraculoEventTeamInfo-module__name___4ikm-{font-size:12px;height:12px}@media(max-width:767px){.oraculo__OraculoEventTeamInfo-module__regular___ag826 .oraculo__OraculoEventTeamInfo-module__logo___fKCl3{width:32px;height:40px}.oraculo__OraculoEventTeamInfo-module__regular___ag826 .oraculo__OraculoEventTeamInfo-module__name___4ikm-{font-size:12px}.oraculo__OraculoEventTeamInfo-module__compact___RCNOs .oraculo__OraculoEventTeamInfo-module__logo___fKCl3{width:23.79px;height:32px}.oraculo__OraculoEventTeamInfo-module__compact___RCNOs .oraculo__OraculoEventTeamInfo-module__name___4ikm-{font-size:10px}.oraculo__OraculoEventTeamInfo-module__compact___RCNOs.oraculo__OraculoEventTeamInfo-module__team___UfpUs{gap:0px}}.orc-co-wrap{--orc-co-art-w: 887px;--orc-co-art-h: 510px;--orc-co-text: #ffffff;--orc-co-art-left: clamp(120px, 18vw, 280px);--orc-co-art-top: 20px;--orc-co-logo-left: 163px;--orc-co-logo-top: 120px;--orc-co-logo-w: 220px;--orc-co-content-left: 120px;--orc-co-content-top: 290px;min-height:var(--orc-co-minH, 520px);position:relative}.orc-co-fullBleed{width:100vw;margin-left:50%;transform:translate(-50%)}.orc-co-bottom{position:absolute;left:50%;transform:translate(-50%);bottom:20px;z-index:2;display:grid;justify-items:center;gap:12px;border-radius:12px}.orc-co-caption{color:var(--orc-co-text);font-size:14px;text-align:center;font-weight:400;text-wrap:balance;line-height:1.4}.orc-co-bgMobile{position:relative;width:100%;min-height:360px;overflow:hidden}.orc-co-bgMobileImg{width:100%;height:100%;object-fit:cover}.orc-co-bgDesktop,.orc-co-logo,.orc-co-desktopContent{display:none}@media(min-width:1024px){.orc-co-bgMobile,.orc-co-bottom{display:none}.orc-co-bgDesktop{position:absolute;inset:0;z-index:0;display:block}.orc-co-bgDesktop>.orc-co-fillHost{position:absolute;width:var(--orc-co-art-w);height:var(--orc-co-art-h);top:var(--orc-co-art-top);left:var(--orc-co-art-left)}.orc-co-bgDesktopImg{width:100%;height:100%;object-fit:cover;display:block}.orc-co-logo{display:block;position:absolute;left:var(--orc-co-logo-left);top:var(--orc-co-logo-top);width:var(--orc-co-logo-w);aspect-ratio:3 / 2;z-index:2}.orc-co-logoImg{width:100%;height:100%;object-fit:contain;display:block}.orc-co-desktopContent{display:grid;position:absolute;left:var(--orc-co-content-left);top:var(--orc-co-content-top);gap:16px;justify-items:center;text-align:center;z-index:2}.orc-co-captionDesktop{margin:0;color:var(--orc-co-text);font-family:var(--clmc-font, inherit);font-weight:400;font-size:clamp(14px,1.5vw,18px);max-width:28ch;text-wrap:balance}}.oraculo__OraculoEventCombinadasCard-module__card___ulQeY{width:296px;height:216px}.oraculo__OraculoEventCombinadasCard-module__combinadas___Gxrld{background-color:#363636;border-top-left-radius:12px;border-top-right-radius:12px;padding:12px;color:#fff;height:156px}.oraculo__OraculoEventCombinadasCard-module__apuestaItem___YnYMy{display:flex;align-items:flex-start;position:relative}.oraculo__OraculoEventCombinadasCard-module__lineContainer___G5rbU{position:relative;width:16px;display:flex;justify-content:center;flex-shrink:0;align-self:stretch;margin-right:8px}.oraculo__OraculoEventCombinadasCard-module__circle___eehm-{width:8px;height:8px;border:1px solid #FFCC00;border-radius:50%;background-color:transparent;z-index:2}.oraculo__OraculoEventCombinadasCard-module__line___Eb2pK{position:absolute;top:9px;left:50%;transform:translate(-50%);width:1px;height:calc(100% - 4px);background-color:#fc0;z-index:1}.oraculo__OraculoEventCombinadasCard-module__apuestaText___b5s7S{font-size:12px;line-height:16px;color:#fff;margin:0;font-weight:400}.oraculo__OraculoEventCombinadasCard-module__apuestaText___b5s7S strong{font-weight:700}.oraculo__OraculoEventCombinadasCard-module__cuotaTotal___Lohvu{font-family:var(--clmc-font);background-color:#9ee86e;color:#0d2b16;width:100%;border-bottom-left-radius:12px;border-bottom-right-radius:12px;font-weight:700;padding:8px 24px;font-size:16px;line-height:20px;display:flex;justify-content:center;align-items:center;gap:4px;cursor:pointer;border:none}.oraculo__OraculoEventCombinadasCard-module__cuotaTotal___Lohvu:hover{background-color:#d9f6c6}@media(max-width:767px){.oraculo__OraculoEventCombinadasCard-module__card___ulQeY{width:296px;height:216px}}.oraculo__OraculoEventDate-module__date___xhIlh{font-size:14px;line-height:18px;font-weight:400;color:#fff;text-align:center;height:16px}@media(max-width:768px){.oraculo__OraculoEventDate-module__date___xhIlh{font-size:12px;line-height:16px}}.oraculo__OraculoEventSemanaCard-module__cardContainer___4JuDe{width:248px;height:224px;border-radius:8px;overflow:hidden}.oraculo__OraculoEventSemanaCard-module__cardBackground___vfalD{background-image:url(https://stg-www.contodobet.com/static/img/landing/EventoSemana/fondo.png);background-size:cover;padding:16px 12px;border-radius:8px;width:224px;height:160px}.oraculo__OraculoEventSemanaCard-module__jugadas___W8b7H{height:40px}@media(max-width:767px){.oraculo__OraculoEventSemanaCard-module__cardContainer___4JuDe{width:168px;height:176px}.oraculo__OraculoEventSemanaCard-module__jugadas___W8b7H{height:32px}.oraculo__OraculoEventSemanaCard-module__cardBackground___vfalD{background-image:url(https://stg-www.contodobet.com/static/img/landing/EventoSemana/fondo_mobile.png);padding:12px 8px;width:152px;height:128px}}.oraculo__OraculoSeccionEventoCombinadas-module__controls___Zsta4{display:flex;align-items:center;gap:8px}@media(max-width:768px){.oraculo__OraculoSeccionEventoCombinadas-module__controls___Zsta4{display:none}}.oraculo__OraculoSeccionEventoSemana-module__wrapper___eqVq-{display:flex;align-items:center;gap:32px;padding:0 0 0 16px}.oraculo__OraculoSeccionEventoSemana-module__container___5yFQs{min-width:208px}.oraculo__OraculoSeccionEventoSemana-module__buttonWrapper___-6IDT{width:185px}@media(max-width:768px){.oraculo__OraculoSeccionEventoSemana-module__wrapper___eqVq-{gap:16px}.oraculo__OraculoSeccionEventoSemana-module__container___5yFQs{min-width:96px}.oraculo__OraculoSeccionEventoSemana-module__buttonWrapper___-6IDT{width:90px}}
@@ -0,0 +1,58 @@
1
+ import { default as OraculoPageLandingPreview } from './templates/OraculoPageLandingPreview';
2
+ export { default as OraculoButton } from './atoms/OraculoButton/OraculoButton';
3
+ export type { OraculoButtonProps } from './atoms/OraculoButton/OraculoButton';
4
+ export { default as OraculoSectionTitle, } from './atoms/OraculoSectionTitle/OraculoSectionTitle';
5
+ export type { OraculoSectionTitleProps, } from './atoms/OraculoSectionTitle/OraculoSectionTitle';
6
+ export { default as OraculoCarouselDots, } from './atoms/OraculoCarouselDots/OraculoCarouselDots';
7
+ export type { OraculoCarouselDotsProps, } from './atoms/OraculoCarouselDots/OraculoCarouselDots';
8
+ export { default as OraculoGridGroup, } from './atoms/OraculoGridGroup/OraculoGridGroup';
9
+ export { default as OraculoLogoMediosPago, } from './atoms/OraculoLogo/OraculoLogoMediosPago';
10
+ export { default as OraculoEventHeader, } from './atoms/OraculoEvent/OraculoEventHeader';
11
+ export { default as OraculoEventLabel, } from './atoms/OraculoEvent/OraculoEventLabel';
12
+ export { default as OraculoEventLeague, } from './atoms/OraculoEvent/OraculoEventLeague';
13
+ export { default as OraculoEventScore, } from './atoms/OraculoEvent/OraculoEventScore';
14
+ export { default as OraculoEventStatus, } from './atoms/OraculoEvent/OraculoEventStatus';
15
+ export { default as OraculoEventStatusBadge, } from './atoms/OraculoEvent/OraculoEventStatusBadge';
16
+ export { default as OraculoEventTeamInfo, } from './atoms/OraculoEvent/OraculoEventTeamInfo';
17
+ export { default as OraculoCarousel, } from './molecules/OraculoCarousel/OraculoCarousel';
18
+ export type { OraculoCarouselProps, OraculoCarouselRef, OraculoCarouselOptions, } from './molecules/OraculoCarousel/OraculoCarousel';
19
+ export { default as OraculoGameRankCard, } from './molecules/OraculoGameRankCard/OraculoGameRankCard';
20
+ export type { OraculoGameRankCardProps, OraculoGameRankCardSizes, } from './molecules/OraculoGameRankCard/OraculoGameRankCard';
21
+ export { default as OraculoLiveCasinoCard, } from './molecules/OraculoLiveCasinoCard/OraculoLiveCasinoCard';
22
+ export type { OraculoLiveCasinoCardProps, } from './molecules/OraculoLiveCasinoCard/OraculoLiveCasinoCard';
23
+ export { default as OraculoGameCard, } from './molecules/OraculoGameCard/OraculoGameCard';
24
+ export type { OraculoGameCardProps, } from './molecules/OraculoGameCard/OraculoGameCard';
25
+ export { default as OraculoGameSlide, } from './molecules/OraculoGameSlide/OraculoGameSlide';
26
+ export type { OraculoGameSlideProps, OraculoGameSlideItem, } from './molecules/OraculoGameSlide/OraculoGameSlide';
27
+ export { default as OraculoWelcomeBanner, } from './molecules/OraculoWelcomeBanner/OraculoWelcomeBanner';
28
+ export type { OraculoWelcomeBannerProps, } from './molecules/OraculoWelcomeBanner/OraculoWelcomeBanner';
29
+ export { default as OraculoClubOlimpoVisual, } from './molecules/OraculoClubOlimpoVisual/OraculoClubOlimpoVisual';
30
+ export type { OraculoClubOlimpoVisualProps, } from './molecules/OraculoClubOlimpoVisual/OraculoClubOlimpoVisual';
31
+ export { default as OraculoEventCombinadasCard, } from './molecules/OraculoEventCard/OraculoEventCombinadasCard';
32
+ export { default as OraculoEventEnVivoCard, } from './molecules/OraculoEventCard/OraculoEventEnVivoCard';
33
+ export { default as OraculoEventSemanaCard, } from './molecules/OraculoEventCard/OraculoEventSemanaCard';
34
+ export { default as OraculoSeccionDestacados, } from './organisms/OraculoSeccionDestacados/OraculoSeccionDestacados';
35
+ export { default as OraculoSeccionTopJuegos, } from './organisms/OraculoSeccionTopJuegos/OraculoSeccionTopJuegos';
36
+ export { default as OraculoTopJuegoItem, } from './organisms/OraculoSeccionTopJuegos/OraculoSeccionTopJuegos';
37
+ export { default as OraculoSeccionCasinoEnVivo, } from './organisms/OraculoSeccionCasinoEnVivo/OraculoSeccionCasinoEnVivo';
38
+ export { default as OraculoSeccionCasino, } from './organisms/OraculoSeccionCasino/OraculoSeccionCasino';
39
+ export { default as OraculoSeccionVirtuales, } from './organisms/OraculoSeccionVirtuales/OraculoSeccionVirtuales';
40
+ export { default as OraculoSeccionBonoBienvenida, } from './organisms/OraculoSeccionBonoBienvenida/OraculoSeccionBonoBienvenida';
41
+ export { default as OraculoSeccionClubOlimpo, } from './organisms/OraculoSeccionClubOlimpo/OraculoSeccionClubOlimpo';
42
+ export { default as OraculoSeccionEventoCombinadas, } from './organisms/OraculoSeccionEventoCombinadas/OraculoSeccionEventoCombinadas';
43
+ export { default as OraculoSeccionEventoEnVivo, } from './organisms/OraculoSeccionEventoEnVivo/OraculoSeccionEventoEnVivo';
44
+ export { default as OraculoSeccionEventoSemana, } from './organisms/OraculoSeccionEventoSemana/OraculoSeccionEventoSemana';
45
+ export { default as OraculoSeccionBanners, } from './organisms/OraculoSeccionBanners/OraculoSeccionBanners';
46
+ export default OraculoPageLandingPreview;
47
+ export { OraculoPageLandingPreview };
48
+ export type { OraculoPageLandingPreviewProps, OraculoPageLandingPreviewSection, } from './templates/OraculoPageLandingPreview';
49
+ export * from './interfaces/oraculo/InterfaceBonos';
50
+ export * from './interfaces/oraculo/InterfaceCasino';
51
+ export * from './interfaces/oraculo/InterfaceCasinoEnVivo';
52
+ export * from './interfaces/oraculo/InterfaceClubOlimpo';
53
+ export * from './interfaces/oraculo/InterfaceGameItem';
54
+ export * from './interfaces/oraculo/InterfaceTopJuegos';
55
+ export * from './interfaces/oraculo/InterfaceVirtuales';
56
+ export * from './interfaces/oraculo/InterfaceDestacados';
57
+ export * from './interfaces/oraculo/InterfaceKambi';
58
+ export * from './interfaces/oraculo/InterfaceBanner';