myshell-react-lib 0.1.65 → 0.1.66
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.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -8926,7 +8926,7 @@ var searchBarVariants = (0, import_class_variance_authority13.cva)("rounded-sm",
|
|
|
8926
8926
|
}
|
|
8927
8927
|
});
|
|
8928
8928
|
function SearchBar(_param) {
|
|
8929
|
-
var className = _param.className, inputClassName = _param.inputClassName, placeholder = _param.placeholder, type = _param.type,
|
|
8929
|
+
var className = _param.className, inputClassName = _param.inputClassName, placeholder = _param.placeholder, type = _param.type, _param_size = _param.size, size = _param_size === void 0 ? "xs" : _param_size, readOnly = _param.readOnly, searchValue = _param.searchValue, roundedFill = _param.roundedFill, onSearchChange = _param.onSearchChange, onValueChange = _param.onValueChange, props = _object_without_properties(_param, [
|
|
8930
8930
|
"className",
|
|
8931
8931
|
"inputClassName",
|
|
8932
8932
|
"placeholder",
|