@igamingcareer/igaming-components 1.2.4 → 1.2.5
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.js +2 -2
- package/dist/index.mjs +3 -3
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -45277,12 +45277,12 @@ const AT = {
|
|
|
45277
45277
|
/* @__PURE__ */ e(zt, { className: "w-16 h-16 text-muted-foreground mx-auto mb-4" }),
|
|
45278
45278
|
/* @__PURE__ */ e("h1", { className: "text-2xl font-bold mb-2", children: "Market Not Found" }),
|
|
45279
45279
|
/* @__PURE__ */ e("p", { className: "text-muted-foreground mb-6", children: "The market you're looking for doesn't exist." }),
|
|
45280
|
-
/* @__PURE__ */ e(R, { variant: "accent", onClick: () => window.location.replace("/markets
|
|
45280
|
+
/* @__PURE__ */ e(R, { variant: "accent", onClick: () => window.location.replace("/markets"), children: "Browse Markets" })
|
|
45281
45281
|
] }) });
|
|
45282
45282
|
const s = (l) => `/jobs?${new URLSearchParams(l).toString()}`, o = (r.news ?? []).slice(0, 5);
|
|
45283
45283
|
return /* @__PURE__ */ a("div", { className: "min-h-screen bg-background", children: [
|
|
45284
45284
|
/* @__PURE__ */ e("section", { className: "bg-gradient-to-br from-primary to-primary/80 text-primary-foreground py-10", children: /* @__PURE__ */ a("div", { className: "container mx-auto px-4", children: [
|
|
45285
|
-
/* @__PURE__ */ a(R, { variant: "ghost", size: "sm", className: "text-primary-foreground/70 hover:text-primary-foreground mb-4 gap-1.5", onClick: () => window.location.replace("/markets
|
|
45285
|
+
/* @__PURE__ */ a(R, { variant: "ghost", size: "sm", className: "text-primary-foreground/70 hover:text-primary-foreground mb-4 gap-1.5", onClick: () => window.location.replace("/markets"), children: [
|
|
45286
45286
|
/* @__PURE__ */ e(ua, { className: "w-4 h-4" }),
|
|
45287
45287
|
" All Markets"
|
|
45288
45288
|
] }),
|
|
@@ -54715,7 +54715,7 @@ const mD = ({ open: t, onClose: n, onSave: r, existingEvent: s }) => {
|
|
|
54715
54715
|
_,
|
|
54716
54716
|
{
|
|
54717
54717
|
className: "border border-transparent p-4 transition-all duration-200 hover:border-accent/20 hover:shadow-card cursor-pointer group",
|
|
54718
|
-
onClick: () => r(`/
|
|
54718
|
+
onClick: () => r(`/channels/${t.slug}`),
|
|
54719
54719
|
children: [
|
|
54720
54720
|
/* @__PURE__ */ a("div", { className: "flex flex-wrap items-center gap-2 mb-2", children: [
|
|
54721
54721
|
t.isDigital ? /* @__PURE__ */ a(F, { className: "bg-gaming-success/10 text-gaming-success text-xs", children: [
|
package/package.json
CHANGED