@algorithm-shift/design-system 1.2.33 → 1.2.34
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 +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -1320,7 +1320,7 @@ var SearchInput = ({ className, style, ...props }) => {
|
|
|
1320
1320
|
};
|
|
1321
1321
|
return /* @__PURE__ */ jsxs16(Fragment12, { children: [
|
|
1322
1322
|
/* @__PURE__ */ jsxs16("div", { className: "flex justify-start items-center relative", children: [
|
|
1323
|
-
/* @__PURE__ */ jsx30(Search, { className: "left-3 top-1/2 h-4 w-4 -translate-y-1/2 text-[#BDBDBD]" }),
|
|
1323
|
+
/* @__PURE__ */ jsx30(Search, { className: "absolute left-3 top-1/2 h-4 w-4 -translate-y-1/2 text-[#BDBDBD]" }),
|
|
1324
1324
|
/* @__PURE__ */ jsx30(
|
|
1325
1325
|
Input,
|
|
1326
1326
|
{
|