@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.
- package/dist/main/index.d.mts +1 -0
- package/dist/main/index.d.ts +1 -0
- package/dist/main/index.js +1 -0
- package/dist/main/index.js.map +1 -1
- package/dist/main/index.mjs +1 -0
- package/dist/main/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/main/x-button.tsx +2 -0
package/dist/main/index.d.mts
CHANGED
package/dist/main/index.d.ts
CHANGED
package/dist/main/index.js
CHANGED
|
@@ -6182,6 +6182,7 @@ function XButton(props) {
|
|
|
6182
6182
|
},
|
|
6183
6183
|
disabled: item.disabled,
|
|
6184
6184
|
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 : ""}`,
|
|
6185
|
+
style: item.splitTopBorder ? { borderTop: "1px solid #AC62FD" } : void 0,
|
|
6185
6186
|
children: [
|
|
6186
6187
|
/* @__PURE__ */ (0, import_jsx_runtime56.jsxs)("span", { className: "flex items-center", children: [
|
|
6187
6188
|
item.icon,
|