@arcblock/ux 3.1.14 → 3.1.15

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.
@@ -462,12 +462,12 @@ function $e({ className: r = "", type: c, ...l }) {
462
462
  icon: /* @__PURE__ */ e("img", { src: Y, alt: "Aistro" })
463
463
  },
464
464
  {
465
- label: /* @__PURE__ */ e(t, { to: "https://www.aigne.io/doc-smith", ...n, children: "AIGNE CodeSmith" }),
465
+ label: /* @__PURE__ */ e(t, { to: "https://www.aigne.io/code-smith", ...n, children: "AIGNE CodeSmith" }),
466
466
  description: o("products.aigneCodeSmith.description"),
467
467
  icon: /* @__PURE__ */ e(d, { color: "#56a596", backgroundColor: "#e9fcf6" })
468
468
  },
469
469
  {
470
- label: /* @__PURE__ */ e(t, { to: "https://www.aigne.io/code-smith", ...n, children: "AIGNE DocSmith" }),
470
+ label: /* @__PURE__ */ e(t, { to: "https://www.aigne.io/doc-smith", ...n, children: "AIGNE DocSmith" }),
471
471
  description: o("products.aigneDocSmith.description"),
472
472
  icon: /* @__PURE__ */ e(d, { color: "#e46f38", backgroundColor: "#f7e0d7" })
473
473
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arcblock/ux",
3
- "version": "3.1.14",
3
+ "version": "3.1.15",
4
4
  "description": "Common used react components for arcblock products",
5
5
  "keywords": [
6
6
  "react",
@@ -66,16 +66,16 @@
66
66
  "react": "^19.0.0",
67
67
  "react-router-dom": "^6.22.3"
68
68
  },
69
- "gitHead": "8dce20e08f2dc02559df0a0abb27c63ca25e2a73",
69
+ "gitHead": "18d5ccbb8f712ce559d3a4f4758b185b196b858c",
70
70
  "dependencies": {
71
- "@arcblock/bridge": "3.1.14",
71
+ "@arcblock/bridge": "3.1.15",
72
72
  "@arcblock/did": "^1.21.3",
73
73
  "@arcblock/did-motif": "^1.1.14",
74
- "@arcblock/icons": "3.1.14",
75
- "@arcblock/nft-display": "3.1.14",
76
- "@arcblock/react-hooks": "3.1.14",
74
+ "@arcblock/icons": "3.1.15",
75
+ "@arcblock/nft-display": "3.1.15",
76
+ "@arcblock/react-hooks": "3.1.15",
77
77
  "@blocklet/js-sdk": "^1.16.48",
78
- "@blocklet/theme": "3.1.14",
78
+ "@blocklet/theme": "3.1.15",
79
79
  "@fontsource/roboto": "~5.1.1",
80
80
  "@fontsource/ubuntu-mono": "^5.2.6",
81
81
  "@iconify-icons/logos": "^1.2.36",
@@ -565,7 +565,7 @@ export default function Products({ className = '', type, ...rest }: ProductsProp
565
565
  },
566
566
  {
567
567
  label: (
568
- <SmartLink to="https://www.aigne.io/doc-smith" {...aigneLinkBaseProps}>
568
+ <SmartLink to="https://www.aigne.io/code-smith" {...aigneLinkBaseProps}>
569
569
  AIGNE CodeSmith
570
570
  </SmartLink>
571
571
  ),
@@ -574,7 +574,7 @@ export default function Products({ className = '', type, ...rest }: ProductsProp
574
574
  },
575
575
  {
576
576
  label: (
577
- <SmartLink to="https://www.aigne.io/code-smith" {...aigneLinkBaseProps}>
577
+ <SmartLink to="https://www.aigne.io/doc-smith" {...aigneLinkBaseProps}>
578
578
  AIGNE DocSmith
579
579
  </SmartLink>
580
580
  ),