@youngonesworks/ui 0.1.48 → 0.1.50
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/components/searchInput/index.d.ts +5 -1
- package/dist/index.cjs +2 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +2 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -110066,7 +110066,8 @@ const ScrollToTop = ({ scrollToTopTitle }) => {
|
|
|
110066
110066
|
|
|
110067
110067
|
//#endregion
|
|
110068
110068
|
//#region src/components/searchInput/index.tsx
|
|
110069
|
-
const SearchInput = () => /* @__PURE__ */ jsx(TextInput, {
|
|
110069
|
+
const SearchInput = ({ placeholder }) => /* @__PURE__ */ jsx(TextInput, {
|
|
110070
|
+
placeholder,
|
|
110070
110071
|
className: "w-full lg:w-auto lg:min-w-[23.75rem]",
|
|
110071
110072
|
rightSection: /* @__PURE__ */ jsx(IconSearch, {
|
|
110072
110073
|
size: 20,
|