@unifold/connect-react 0.1.5 → 0.1.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.js CHANGED
@@ -10316,7 +10316,7 @@ function DepositHeader({
10316
10316
  badge ? /* @__PURE__ */ (0, import_jsx_runtime21.jsxs)("div", { className: "uf-flex uf-items-center uf-gap-2", children: [
10317
10317
  /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(DialogTitle2, { className: "uf-text-center uf-text-base uf-text-foreground", children: title }),
10318
10318
  /* @__PURE__ */ (0, import_jsx_runtime21.jsx)("div", { className: "uf-bg-secondary uf-px-2 uf-py-0.5 uf-rounded-full uf-text-[10px] uf-text-muted-foreground", children: badge.count })
10319
- ] }) : /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(DialogTitle2, { className: "uf-text-center uf-text-base x uf-text-foreground", children: title }),
10319
+ ] }) : /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(DialogTitle2, { className: "uf-text-center uf-text-base uf-text-foreground", children: title }),
10320
10320
  showClose ? /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
10321
10321
  "button",
10322
10322
  {
@@ -10558,7 +10558,7 @@ function DepositExecutionItem({
10558
10558
  }
10559
10559
  )
10560
10560
  ] }),
10561
- !isPending && execution.destination_transaction_hashes.length > 0 && execution.destination_explorer_url && /* @__PURE__ */ (0, import_jsx_runtime22.jsxs)("div", { className: "uf-flex uf-justify-between uf-items-center uf-gap-1.5 uf-mt-1 uf-text-xs uf-ml-[42px]", children: [
10561
+ !isPending && execution.destination_transaction_hashes?.length > 0 && execution.destination_explorer_url && /* @__PURE__ */ (0, import_jsx_runtime22.jsxs)("div", { className: "uf-flex uf-justify-between uf-items-center uf-gap-1.5 uf-mt-1 uf-text-xs uf-ml-[42px]", children: [
10562
10562
  /* @__PURE__ */ (0, import_jsx_runtime22.jsx)("span", { className: "uf-text-muted-foreground", children: "Completion tx:" }),
10563
10563
  /* @__PURE__ */ (0, import_jsx_runtime22.jsxs)(
10564
10564
  "a",
package/dist/index.mjs CHANGED
@@ -10312,7 +10312,7 @@ function DepositHeader({
10312
10312
  badge ? /* @__PURE__ */ jsxs22("div", { className: "uf-flex uf-items-center uf-gap-2", children: [
10313
10313
  /* @__PURE__ */ jsx42(DialogTitle2, { className: "uf-text-center uf-text-base uf-text-foreground", children: title }),
10314
10314
  /* @__PURE__ */ jsx42("div", { className: "uf-bg-secondary uf-px-2 uf-py-0.5 uf-rounded-full uf-text-[10px] uf-text-muted-foreground", children: badge.count })
10315
- ] }) : /* @__PURE__ */ jsx42(DialogTitle2, { className: "uf-text-center uf-text-base x uf-text-foreground", children: title }),
10315
+ ] }) : /* @__PURE__ */ jsx42(DialogTitle2, { className: "uf-text-center uf-text-base uf-text-foreground", children: title }),
10316
10316
  showClose ? /* @__PURE__ */ jsx42(
10317
10317
  "button",
10318
10318
  {
@@ -10554,7 +10554,7 @@ function DepositExecutionItem({
10554
10554
  }
10555
10555
  )
10556
10556
  ] }),
10557
- !isPending && execution.destination_transaction_hashes.length > 0 && execution.destination_explorer_url && /* @__PURE__ */ jsxs32("div", { className: "uf-flex uf-justify-between uf-items-center uf-gap-1.5 uf-mt-1 uf-text-xs uf-ml-[42px]", children: [
10557
+ !isPending && execution.destination_transaction_hashes?.length > 0 && execution.destination_explorer_url && /* @__PURE__ */ jsxs32("div", { className: "uf-flex uf-justify-between uf-items-center uf-gap-1.5 uf-mt-1 uf-text-xs uf-ml-[42px]", children: [
10558
10558
  /* @__PURE__ */ jsx52("span", { className: "uf-text-muted-foreground", children: "Completion tx:" }),
10559
10559
  /* @__PURE__ */ jsxs32(
10560
10560
  "a",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@unifold/connect-react",
3
- "version": "0.1.5",
3
+ "version": "0.1.6",
4
4
  "description": "Unifold Connect React - Complete React SDK with UI components for crypto deposits",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",
@@ -24,8 +24,8 @@
24
24
  },
25
25
  "dependencies": {
26
26
  "@tanstack/react-query": "^5.62.15",
27
- "@unifold/react-provider": "0.1.5",
28
- "@unifold/ui-react": "0.1.5"
27
+ "@unifold/react-provider": "0.1.6",
28
+ "@unifold/ui-react": "0.1.6"
29
29
  },
30
30
  "devDependencies": {
31
31
  "@types/react": "^18.2.0",