randmarcomps 1.632.0 → 1.633.0

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.
@@ -19580,7 +19580,7 @@ function ExploreManufacturers({ appID: e, manufPath: t, withBot: n }) {
19580
19580
  }).slice();
19581
19581
  return ft.sort((Rt, Mt) => A === "az" ? getManufacturerDisplayName(Rt).localeCompare(getManufacturerDisplayName(Mt), void 0, { sensitivity: "base" }) : A === "recent" ? (Mt.CreationDate ?? 0) - (Rt.CreationDate ?? 0) : A === "sales30Desc" ? (Mt.SalesData?.SalesLast30Days ?? 0) - (Rt.SalesData?.SalesLast30Days ?? 0) : (Rt.SalesData?.SalesLast30Days ?? 0) - (Mt.SalesData?.SalesLast30Days ?? 0)), ft;
19582
19582
  }, [d, at, ot, f, R, A]);
19583
- return /* @__PURE__ */ jsxs("div", { className: "p-4 max-w-7xl m-auto space-y-6", children: [
19583
+ return /* @__PURE__ */ jsxs("div", { className: "w-full space-y-6 p-4 sm:p-6", children: [
19584
19584
  /* @__PURE__ */ jsx(Card, { children: /* @__PURE__ */ jsxs(CardContent, { className: "p-4 space-y-4", children: [
19585
19585
  /* @__PURE__ */ jsxs("div", { className: "grid gap-4 lg:grid-cols-3", children: [
19586
19586
  /* @__PURE__ */ jsxs("div", { className: "space-y-2", children: [
@@ -52868,7 +52868,7 @@ function PartnerRelationshipPage({
52868
52868
  l?.Reseller && /* @__PURE__ */ jsx(ResellerCard, { reseller: l?.Reseller, loading: c || d })
52869
52869
  ] })
52870
52870
  ] }),
52871
- (l?.Reseller || l?.Manufacturer) && !c && !d && /* @__PURE__ */ jsx("div", { className: "max-w-6xl mx-auto p-4", children: /* @__PURE__ */ jsxs(Tabs, { defaultValue: st(), className: "w-full", children: [
52871
+ (l?.Reseller || l?.Manufacturer) && !c && !d && /* @__PURE__ */ jsx("div", { className: "w-full p-4 sm:p-6", children: /* @__PURE__ */ jsxs(Tabs, { defaultValue: st(), className: "w-full", children: [
52872
52872
  /* @__PURE__ */ jsxs(TabsList, { className: "inline-flex h-auto items-center justify-center rounded-none border-b bg-transparent p-0", children: [
52873
52873
  l?.Reseller && /* @__PURE__ */ jsx(
52874
52874
  TabsTrigger,
@@ -52943,7 +52943,7 @@ function PartnerRelationshipPage({
52943
52943
  }
52944
52944
  ) }) })
52945
52945
  ] }) }),
52946
- (c || d) && /* @__PURE__ */ jsx("div", { className: "max-w-6xl mx-auto p-4 mt-4 flex justify-center items-center h-32", children: /* @__PURE__ */ jsx(LoaderCircle, { className: "h-8 w-8 animate-spin text-primary" }) })
52946
+ (c || d) && /* @__PURE__ */ jsx("div", { className: "mt-4 flex h-32 w-full items-center justify-center p-4 sm:p-6", children: /* @__PURE__ */ jsx(LoaderCircle, { className: "h-8 w-8 animate-spin text-primary" }) })
52947
52947
  ] });
52948
52948
  }
52949
52949
  const PublicInfo = ({ reseller: e, appID: t, isLoading: n, readonly: o, onUnsavedChanges: a }) => {