@conboai/app.db.query 0.6.15 → 0.6.17

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.
@@ -111681,29 +111681,29 @@ class DAe {
111681
111681
  });
111682
111682
  }
111683
111683
  }
111684
- const _Ae = new DAe(), rO = ({
111685
- isPanelShown: e,
111686
- subtitle: t = "",
111687
- textToCopy: n = "",
111688
- copyText: r = "Copy",
111689
- children: o
111690
- }) => {
111691
- const i = "AIzaSyARRJwBmfqqfnNnLYFmUrhRtdUbiR37CVM", s = () => {
111692
- _Ae.info(`Conbo key ${n} copied to clipboard`), navigator.clipboard.writeText(n);
111684
+ const _Ae = new DAe(), rO = (e) => {
111685
+ const {
111686
+ isPanelShown: t,
111687
+ subtitle: n = "",
111688
+ textToCopy: r = "",
111689
+ copyText: o = "Copy",
111690
+ children: i
111691
+ } = e, s = "AIzaSyARRJwBmfqqfnNnLYFmUrhRtdUbiR37CVM", a = () => {
111692
+ _Ae.info(`Conbo key ${r} copied to clipboard`), navigator.clipboard.writeText(r);
111693
111693
  };
111694
- return /* @__PURE__ */ Me.jsx(Et, { bgcolor: "#F5F6FA", height: "100%", sx: fAe, pb: "20px", children: /* @__PURE__ */ Me.jsx(Sz, { apiKey: i, children: e && /* @__PURE__ */ Me.jsxs(Me.Fragment, { children: [
111694
+ return /* @__PURE__ */ Me.jsx(Et, { bgcolor: "#F5F6FA", height: "100%", sx: fAe, pb: "20px", children: /* @__PURE__ */ Me.jsx(Sz, { apiKey: s, children: t && /* @__PURE__ */ Me.jsxs(Me.Fragment, { children: [
111695
111695
  /* @__PURE__ */ Me.jsx(
111696
111696
  iH,
111697
111697
  {
111698
- subtitle: t,
111698
+ subtitle: n,
111699
111699
  btnProps: {
111700
- onClick: s,
111701
- text: r,
111700
+ onClick: a,
111701
+ text: o,
111702
111702
  sx: mAe
111703
111703
  }
111704
111704
  }
111705
111705
  ),
111706
- /* @__PURE__ */ Me.jsx(Et, { paddingLeft: "12px", paddingRight: "12px", children: o })
111706
+ /* @__PURE__ */ Me.jsx(Et, { paddingLeft: "12px", paddingRight: "12px", children: i })
111707
111707
  ] }) }) });
111708
111708
  };
111709
111709
  function jAe({ baseUrl: e = "" }) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@conboai/app.db.query",
3
- "version": "0.6.15",
3
+ "version": "0.6.17",
4
4
  "type": "module",
5
5
  "main": "dist/app.db.query.js",
6
6
  "types": "dist/build/index.d.ts",