@windrun-huaiin/third-ui 5.10.0 → 5.10.1

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.
@@ -6140,6 +6140,7 @@ function XButton(props) {
6140
6140
  },
6141
6141
  disabled: item.disabled,
6142
6142
  className: `flex items-center w-full px-4 py-3 transition hover:bg-neutral-300 dark:hover:bg-neutral-600 text-left relative ${item.disabled ? disabledClass : ""}`,
6143
+ style: item.splitTopBorder ? { borderTop: "1px solid #AC62FD" } : void 0,
6143
6144
  children: [
6144
6145
  /* @__PURE__ */ jsxs26("span", { className: "flex items-center", children: [
6145
6146
  item.icon,