@conboai/app.db.query 0.9.46 → 0.9.47

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.
@@ -122049,17 +122049,19 @@ const uVe = async ({
122049
122049
  ]
122050
122050
  }
122051
122051
  ),
122052
- r && /* @__PURE__ */ te.jsx(Ve, { display: "flex", alignItems: "center", paddingRight: "24px", children: /* @__PURE__ */ te.jsx(
122053
- At,
122054
- {
122055
- color: qo,
122056
- fontWeight: "400",
122057
- fontSize: "16px",
122058
- lineHeight: "16px",
122059
- children: r
122060
- }
122061
- ) }),
122062
- g && /* @__PURE__ */ te.jsx(Ve, { mr: "12px", children: /* @__PURE__ */ te.jsx(g, {}) })
122052
+ /* @__PURE__ */ te.jsxs(Ve, { display: "flex", gap: "10px", pr: "12px", children: [
122053
+ r && /* @__PURE__ */ te.jsx(Ve, { display: "flex", alignItems: "center", children: /* @__PURE__ */ te.jsx(
122054
+ At,
122055
+ {
122056
+ color: qo,
122057
+ fontWeight: "400",
122058
+ fontSize: "16px",
122059
+ lineHeight: "16px",
122060
+ children: r
122061
+ }
122062
+ ) }),
122063
+ g && /* @__PURE__ */ te.jsx(Ve, { children: /* @__PURE__ */ te.jsx(g, {}) })
122064
+ ] })
122063
122065
  ]
122064
122066
  }
122065
122067
  ) }) }), pVe = (e) => {
@@ -142959,17 +142961,19 @@ const pZe = (e = [], t) => {
142959
142961
  ]
142960
142962
  }
142961
142963
  ),
142962
- t && /* @__PURE__ */ te.jsx(Ve, { display: "flex", alignItems: "center", paddingRight: "24px", children: /* @__PURE__ */ te.jsx(
142963
- At,
142964
- {
142965
- color: qo,
142966
- fontWeight: "400",
142967
- fontSize: "16px",
142968
- lineHeight: "16px",
142969
- children: t
142970
- }
142971
- ) }),
142972
- i && /* @__PURE__ */ te.jsx(Ve, { mr: "12px", children: /* @__PURE__ */ te.jsx(i, {}) })
142964
+ /* @__PURE__ */ te.jsxs(Ve, { display: "flex", gap: "10px", pr: "12px", children: [
142965
+ t && /* @__PURE__ */ te.jsx(Ve, { display: "flex", alignItems: "center", paddingRight: "24px", children: /* @__PURE__ */ te.jsx(
142966
+ At,
142967
+ {
142968
+ color: qo,
142969
+ fontWeight: "400",
142970
+ fontSize: "16px",
142971
+ lineHeight: "16px",
142972
+ children: t
142973
+ }
142974
+ ) }),
142975
+ i && /* @__PURE__ */ te.jsx(Ve, { children: /* @__PURE__ */ te.jsx(i, {}) })
142976
+ ] })
142973
142977
  ]
142974
142978
  }
142975
142979
  ) }) }), wZe = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@conboai/app.db.query",
3
- "version": "0.9.46",
3
+ "version": "0.9.47",
4
4
  "type": "module",
5
5
  "main": "dist/app.db.query.js",
6
6
  "types": "dist/build/index.d.ts",