@namehash/namehash-ui 0.0.0-next-20260120092351 → 0.0.0-next-20260120123821
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.cjs +5 -5
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +6 -3
- package/dist/index.d.ts +6 -3
- package/dist/index.js +5 -5
- package/dist/index.js.map +1 -1
- package/package.json +5 -5
package/dist/index.cjs
CHANGED
|
@@ -5774,7 +5774,7 @@ function ResolveAndDisplayReferrerIdentity({
|
|
|
5774
5774
|
referral,
|
|
5775
5775
|
accelerate = true,
|
|
5776
5776
|
withLink = true,
|
|
5777
|
-
|
|
5777
|
+
referrerLinkData,
|
|
5778
5778
|
withTooltip = true,
|
|
5779
5779
|
withAvatar = false,
|
|
5780
5780
|
withIdentifier = true,
|
|
@@ -5828,8 +5828,8 @@ function ResolveAndDisplayReferrerIdentity({
|
|
|
5828
5828
|
className,
|
|
5829
5829
|
withLink,
|
|
5830
5830
|
identityLinkDetails: {
|
|
5831
|
-
isExternal:
|
|
5832
|
-
link:
|
|
5831
|
+
isExternal: referrerLinkData.isExternal,
|
|
5832
|
+
link: referrerLinkData.getLink(referrerIdentity.address, namespaceId)
|
|
5833
5833
|
}
|
|
5834
5834
|
}
|
|
5835
5835
|
);
|
|
@@ -5961,7 +5961,7 @@ function RegistrarActionCard({
|
|
|
5961
5961
|
withAvatar: true,
|
|
5962
5962
|
withIdentifier: false,
|
|
5963
5963
|
withTooltip: showIdentityTooltips.referrer,
|
|
5964
|
-
|
|
5964
|
+
referrerLinkData: links.referrer
|
|
5965
5965
|
}
|
|
5966
5966
|
),
|
|
5967
5967
|
/* @__PURE__ */ (0, import_jsx_runtime41.jsx)(LabeledField, { fieldLabel: "Referrer", className: "nhui:w-[15%] nhui:min-w-[110px]", children: /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
|
|
@@ -5973,7 +5973,7 @@ function RegistrarActionCard({
|
|
|
5973
5973
|
withAvatar: isMobile,
|
|
5974
5974
|
withIdentifier: true,
|
|
5975
5975
|
withTooltip: showIdentityTooltips.referrer,
|
|
5976
|
-
|
|
5976
|
+
referrerLinkData: links.referrer
|
|
5977
5977
|
}
|
|
5978
5978
|
) })
|
|
5979
5979
|
] }),
|