oraculo-ui 0.1.57 → 0.1.59
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/index.cjs.js +2 -2
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +5 -5
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -974,16 +974,16 @@ const gt = ({
|
|
|
974
974
|
};
|
|
975
975
|
function pe(t) {
|
|
976
976
|
const n = Array.isArray(t) ? t : [t];
|
|
977
|
-
sessionStorage.setItem("landingOutcomes", JSON.stringify(n)), window.location.href = "/deportes";
|
|
977
|
+
sessionStorage.setItem("landingOutcomes", JSON.stringify(n)), window.location.href = "/deportes#in-play";
|
|
978
978
|
}
|
|
979
979
|
function kt() {
|
|
980
|
-
window.location.href = "
|
|
980
|
+
window.location.href = "/deportes#in-play";
|
|
981
981
|
}
|
|
982
982
|
function $t() {
|
|
983
|
-
window.location.href = "
|
|
983
|
+
window.location.href = "/deportes#sports-hub/football";
|
|
984
984
|
}
|
|
985
985
|
function Ot() {
|
|
986
|
-
window.location.href = "
|
|
986
|
+
window.location.href = "/deportes#specials";
|
|
987
987
|
}
|
|
988
988
|
function Nt({ event: t }) {
|
|
989
989
|
var i;
|
|
@@ -2648,7 +2648,7 @@ function uo({
|
|
|
2648
2648
|
gap: { xs: 0.5, md: 1 },
|
|
2649
2649
|
color: "#FFFFFF",
|
|
2650
2650
|
minWidth: 0,
|
|
2651
|
-
cursor: o.onClick ? "pointer" : "default",
|
|
2651
|
+
cursor: o.onClick || o.href ? "pointer" : "default",
|
|
2652
2652
|
whiteSpace: "nowrap"
|
|
2653
2653
|
},
|
|
2654
2654
|
onClick: () => {
|