@igamingcareer/igaming-components 1.2.4 → 1.2.6

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.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/v2"), children: "Browse 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/v2"), 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"), 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(`/gambling-channels/${t.slug}`),
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: [
@@ -54746,7 +54746,7 @@ const mD = ({ open: t, onClose: n, onSave: r, existingEvent: s }) => {
54746
54746
  _,
54747
54747
  {
54748
54748
  className: "border border-transparent p-4 transition-all duration-200 hover:border-accent/20 hover:shadow-card cursor-pointer group",
54749
- onClick: () => r(`/gambling-verticals/${t.slug}`),
54749
+ onClick: () => r(`/verticals/${t.slug}`),
54750
54750
  children: [
54751
54751
  /* @__PURE__ */ a("div", { className: "flex flex-wrap items-center gap-2 mb-2", children: [
54752
54752
  /* @__PURE__ */ e(F, { variant: "secondary", className: "text-xs", children: t.channel }),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@igamingcareer/igaming-components",
3
- "version": "1.2.4",
3
+ "version": "1.2.6",
4
4
  "description": "Reusable React component library for the iGamingCareer platform",
5
5
  "author": "iGamingCareer <info@igamingcareer.com>",
6
6
  "license": "MIT",