Skip to content

Commit 182d5eb

Browse files
committed
R v1.0.2: item padding remove
1 parent a37e856 commit 182d5eb

File tree

4 files changed

+4
-5
lines changed

4 files changed

+4
-5
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-api-search",
3-
"version": "1.0.0",
3+
"version": "1.0.2",
44
"description": "SearchBarComponent is a customizable and responsive search bar component for React applications. It provides a flexible, debounced search experience, ideal for integrating search functionality into your app. The component supports dynamic fetching of search results from a remote source, rendering custom items, and handling loading states, empty results, and error handling.",
55
"main": "dist/index.js",
66
"module": "dist/index.mjs",

src/SearchBar.module.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@
9292
}
9393

9494
.resultItem {
95-
padding: 10px 15px;
9695
cursor: pointer;
9796
transition: background-color 0.2s ease;
9897
}

src/version_number.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
const search_bar_version = '1.0.0';
1+
const search_bar_version = '1.0.2';
22

33
export { search_bar_version };

0 commit comments

Comments
 (0)