@orangecheck/design 0.28.11 → 0.28.12

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/chrome.js CHANGED
@@ -1394,6 +1394,10 @@ function OcAccountMenuView({
1394
1394
  ) : null
1395
1395
  ] }),
1396
1396
  /* @__PURE__ */ jsxRuntime.jsx(CopyableDid, { did: account.didOc }),
1397
+ account.displayIdentity.kind !== "did" && account.displayIdentity.value ? /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "mt-1 flex items-center gap-1.5 font-mono text-[10px] tracking-wide", children: [
1398
+ /* @__PURE__ */ jsxRuntime.jsx("span", { className: "text-muted-foreground/50 uppercase", children: IDENTITY_KIND_LABEL[account.displayIdentity.kind] }),
1399
+ /* @__PURE__ */ jsxRuntime.jsx("span", { className: "text-foreground/75", children: obscureIdentity(account.displayIdentity.value) })
1400
+ ] }) : null,
1397
1401
  displayName ? /* @__PURE__ */ jsxRuntime.jsx("div", { className: "text-muted-foreground/80 mt-1 font-mono text-[10px] tracking-wide", children: displayName }) : null
1398
1402
  ] }),
1399
1403
  /* @__PURE__ */ jsxRuntime.jsx(