@orangecheck/design 0.28.10 → 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/index.mjs CHANGED
@@ -2859,7 +2859,7 @@ function TabsList({ className, ...props }) {
2859
2859
  {
2860
2860
  "data-slot": "tabs-list",
2861
2861
  className: cn(
2862
- "border-border -mb-px flex min-w-0 items-center gap-6 overflow-x-auto border-b [-ms-overflow-style:none] [scrollbar-width:none] [&::-webkit-scrollbar]:hidden",
2862
+ "border-border -mb-px flex flex-wrap items-center gap-6 border-b",
2863
2863
  className
2864
2864
  ),
2865
2865
  ...props
@@ -4827,6 +4827,10 @@ function OcAccountMenuView({
4827
4827
  ) : null
4828
4828
  ] }),
4829
4829
  /* @__PURE__ */ jsx(CopyableDid, { did: account.didOc }),
4830
+ account.displayIdentity.kind !== "did" && account.displayIdentity.value ? /* @__PURE__ */ jsxs("div", { className: "mt-1 flex items-center gap-1.5 font-mono text-[10px] tracking-wide", children: [
4831
+ /* @__PURE__ */ jsx("span", { className: "text-muted-foreground/50 uppercase", children: IDENTITY_KIND_LABEL[account.displayIdentity.kind] }),
4832
+ /* @__PURE__ */ jsx("span", { className: "text-foreground/75", children: obscureIdentity(account.displayIdentity.value) })
4833
+ ] }) : null,
4830
4834
  displayName ? /* @__PURE__ */ jsx("div", { className: "text-muted-foreground/80 mt-1 font-mono text-[10px] tracking-wide", children: displayName }) : null
4831
4835
  ] }),
4832
4836
  /* @__PURE__ */ jsx(