@attabot/product-app 1.0.33 → 1.0.34

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.
@@ -38431,8 +38431,7 @@ function wn({
38431
38431
  }) {
38432
38432
  const x = {
38433
38433
  width: "100%",
38434
- maxWidth: 600,
38435
- // cap at 600px so single cards never exceed full card width (e.g. 634px)
38434
+ maxWidth: "100%",
38436
38435
  height: 58,
38437
38436
  boxSizing: "border-box",
38438
38437
  background: "#FFFFFF",
@@ -38583,11 +38582,12 @@ function fI({
38583
38582
  bgcolor: "#F3F8FF",
38584
38583
  border: "1px solid #2D64B8"
38585
38584
  }, h = $t(), y = c?.configs?.sync_frequency || "Daily", x = c?.configs?.sync_time || "10:00 AM", g = c?.type || a || "FTP", f = {
38586
- width: 600,
38587
- maxWidth: "100%",
38585
+ width: "100%",
38586
+ maxWidth: 900,
38588
38587
  minHeight: 468,
38589
38588
  mx: "auto",
38590
38589
  mt: 4,
38590
+ px: "20px",
38591
38591
  boxSizing: "border-box",
38592
38592
  display: "flex",
38593
38593
  flexDirection: "column",
@@ -38805,49 +38805,71 @@ function fI({
38805
38805
  width: "100%",
38806
38806
  display: "flex",
38807
38807
  flexWrap: "nowrap",
38808
- justifyContent: "space-between"
38808
+ justifyContent: "space-between",
38809
+ "@media (max-width:450px)": {
38810
+ flexDirection: "column",
38811
+ gap: "4px"
38812
+ }
38809
38813
  },
38810
38814
  children: [
38811
- /* @__PURE__ */ u(P, { sx: { width: 296 }, children: /* @__PURE__ */ u(
38812
- wn,
38815
+ /* @__PURE__ */ u(
38816
+ P,
38813
38817
  {
38814
- icon: /* @__PURE__ */ u(my, { size: 15, color: "#454545" }),
38815
- title: "Sync Frequency",
38816
- subtitle: w,
38817
- highlightStyle: d,
38818
- customStyle: {
38819
- mb: 0
38818
+ sx: {
38819
+ width: "50%",
38820
+ "@media (max-width:450px)": { width: "100%" }
38820
38821
  },
38821
- onClick: () => h("/products/settings/ftp-sync", {
38822
- state: {
38823
- fromProductSetting: !0,
38824
- fieldToEdit: "syncFrequency",
38825
- integrationData: c
38822
+ children: /* @__PURE__ */ u(
38823
+ wn,
38824
+ {
38825
+ icon: /* @__PURE__ */ u(my, { size: 15, color: "#454545" }),
38826
+ title: "Sync Frequency",
38827
+ subtitle: w,
38828
+ highlightStyle: d,
38829
+ customStyle: {
38830
+ mb: 0
38831
+ },
38832
+ onClick: () => h("/products/settings/ftp-sync", {
38833
+ state: {
38834
+ fromProductSetting: !0,
38835
+ fieldToEdit: "syncFrequency",
38836
+ integrationData: c
38837
+ }
38838
+ }),
38839
+ action: /* @__PURE__ */ u(Rt, { sx: { width: 16, height: 16, color: "#454545" } })
38826
38840
  }
38827
- }),
38828
- action: /* @__PURE__ */ u(Rt, { sx: { width: 16, height: 16, color: "#454545" } })
38841
+ )
38829
38842
  }
38830
- ) }),
38831
- /* @__PURE__ */ u(P, { sx: { width: 296 }, children: /* @__PURE__ */ u(
38832
- wn,
38843
+ ),
38844
+ /* @__PURE__ */ u(
38845
+ P,
38833
38846
  {
38834
- icon: /* @__PURE__ */ u(uI, { size: 15, color: "#454545" }),
38835
- title: "Sync Time",
38836
- subtitle: A,
38837
- highlightStyle: d,
38838
- customStyle: {
38839
- mb: 0
38847
+ sx: {
38848
+ width: "50%",
38849
+ "@media (max-width:450px)": { width: "100%" }
38840
38850
  },
38841
- onClick: () => h("/products/settings/ftp-sync", {
38842
- state: {
38843
- fromProductSetting: !0,
38844
- fieldToEdit: "syncTime",
38845
- integrationData: c
38851
+ children: /* @__PURE__ */ u(
38852
+ wn,
38853
+ {
38854
+ icon: /* @__PURE__ */ u(uI, { size: 15, color: "#454545" }),
38855
+ title: "Sync Time",
38856
+ subtitle: A,
38857
+ highlightStyle: d,
38858
+ customStyle: {
38859
+ mb: 0
38860
+ },
38861
+ onClick: () => h("/products/settings/ftp-sync", {
38862
+ state: {
38863
+ fromProductSetting: !0,
38864
+ fieldToEdit: "syncTime",
38865
+ integrationData: c
38866
+ }
38867
+ }),
38868
+ action: /* @__PURE__ */ u(Rt, { sx: { width: 16, height: 16, color: "#454545" } })
38846
38869
  }
38847
- }),
38848
- action: /* @__PURE__ */ u(Rt, { sx: { width: 16, height: 16, color: "#454545" } })
38870
+ )
38849
38871
  }
38850
- ) })
38872
+ )
38851
38873
  ]
38852
38874
  }
38853
38875
  ),
@@ -39008,7 +39030,16 @@ function mI() {
39008
39030
  return ze.useEffect(() => {
39009
39031
  if (F)
39010
39032
  return F({ onBack: T }), () => F({});
39011
- }, [F, T]), /* @__PURE__ */ O(P, { sx: { width: "100%", minHeight: "100vh", background: "#f7f8fa", p: 0, pt: "72px", display: "flex", flexDirection: "column", alignItems: "center" }, children: [
39033
+ }, [F, T]), /* @__PURE__ */ O(P, { sx: {
39034
+ width: "100%",
39035
+ minHeight: "100vh",
39036
+ background: "#f7f8fa",
39037
+ p: 0,
39038
+ /* pt: '72px', */
39039
+ display: "flex",
39040
+ flexDirection: "column",
39041
+ alignItems: "center"
39042
+ }, children: [
39012
39043
  /* @__PURE__ */ u(hI, { open: g, onClose: () => f(!1), onSave: M }),
39013
39044
  /* @__PURE__ */ u(
39014
39045
  gI,