sprint-asia-custom-component 0.1.161 → 0.1.162

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "sprint-asia-custom-component",
3
3
  "main": "dist/index.js",
4
- "version": "0.1.161",
4
+ "version": "0.1.162",
5
5
  "private": false,
6
6
  "dependencies": {
7
7
  "@headlessui/react": "^1.7.18",
@@ -41,7 +41,7 @@ const SearchDropdown = ({
41
41
  } relative cursor-pointer border-t border-b border-l rounded-tl-md rounded-bl-md`}
42
42
  onClick={() => setIsOpen(!isOpen)}
43
43
  >
44
- <div className="flex items-center bg-white rounded-tl-md rounded-bl-md" style={{minWidth:"144px"}}>
44
+ <div className="flex items-center bg-white rounded-tl-md rounded-bl-md" style={{ minWidth: "144px" }}>
45
45
  <p className="flex items-center w-full py-2.5 text-left pl-4 pr-4 bg-white rounded-md font-bold text-sm text-neutral300">
46
46
  {filterDropdown.option}
47
47
  </p>
@@ -55,7 +55,7 @@ const SearchDropdown = ({
55
55
  aria-orientation="vertical"
56
56
  aria-labelledby="options-menu"
57
57
  >
58
- <div className="px-1 py-2 max-h-56 overflow-y-auto">
58
+ <div className="px-1 py-2 max-h-48 overflow-y-auto">
59
59
  {options?.length > 0 ? (
60
60
  options.map((option, index) => (
61
61
  <div