@knymbus/voxel-ui 1.0.8 → 1.0.9
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.js
CHANGED
|
@@ -907,7 +907,6 @@ function W({ variant: e = "simple", value: t, onChange: n, onClear: r, placehold
|
|
|
907
907
|
}),
|
|
908
908
|
t && /* @__PURE__ */ (0, d.jsx)("div", {
|
|
909
909
|
className: "absolute right-1 top-1/2 -translate-y-1/2 flex items-center",
|
|
910
|
-
style: { right: "4px" },
|
|
911
910
|
children: /* @__PURE__ */ (0, d.jsx)(m, {
|
|
912
911
|
icon: v,
|
|
913
912
|
color: "ghost",
|
package/package.json
CHANGED
|
@@ -75,7 +75,7 @@ export default function SearchInput({
|
|
|
75
75
|
className="w-full h-full pl-8 pr-10 bg-transparent text-vsc-text border-none outline-none focus:outline-none placeholder-vsc-muted"
|
|
76
76
|
/>
|
|
77
77
|
{value && (
|
|
78
|
-
<div className="absolute right-1 top-1/2 -translate-y-1/2 flex items-center"
|
|
78
|
+
<div className="absolute right-1 top-1/2 -translate-y-1/2 flex items-center">
|
|
79
79
|
<Button
|
|
80
80
|
icon={Close}
|
|
81
81
|
color="ghost"
|