sprint-asia-custom-component 0.1.152 → 0.1.153
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
CHANGED
|
@@ -48154,7 +48154,7 @@
|
|
|
48154
48154
|
fontSize: "8px"
|
|
48155
48155
|
}
|
|
48156
48156
|
}, dataFilterResult[option.parameter]?.length || 0))), showFilterSubmenu && option.submenu.length > 0 && dataSelectionOptionMenu === option.menu && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
48157
|
-
className: `ml-1 border border-neutral40 bg-white p-3 shadow-md rounded-md w-56 absolute left-48 cursor-pointer max-h-
|
|
48157
|
+
className: `ml-1 border border-neutral40 bg-white p-3 shadow-md rounded-md w-56 absolute left-48 cursor-pointer max-h-56 overflow-hidden overflow-y-auto ${index == 0 && "top-0"} ${index == 1 && "top-16"} ${index == 2 && "top-24"} ${index == 3 && "top-36"} ${index == 4 && "top-48"}`
|
|
48158
48158
|
}, option.submenu.map((submenu, subIndex) => /*#__PURE__*/React__default["default"].createElement("div", {
|
|
48159
48159
|
key: subIndex,
|
|
48160
48160
|
className: "flex bg-white hover:bg-neutral20 rounded-md py-2.5 px-4 my-0.5",
|
package/package.json
CHANGED
|
@@ -184,7 +184,7 @@ const FilterDropdown = ({
|
|
|
184
184
|
</div>
|
|
185
185
|
{showFilterSubmenu && option.submenu.length > 0 && dataSelectionOptionMenu === option.menu && (
|
|
186
186
|
<div
|
|
187
|
-
className={`ml-1 border border-neutral40 bg-white p-3 shadow-md rounded-md w-56 absolute left-48 cursor-pointer max-h-
|
|
187
|
+
className={`ml-1 border border-neutral40 bg-white p-3 shadow-md rounded-md w-56 absolute left-48 cursor-pointer max-h-56 overflow-hidden overflow-y-auto ${
|
|
188
188
|
index == 0 && "top-0"
|
|
189
189
|
} ${index == 1 && "top-16"} ${index == 2 && "top-24"} ${index == 3 && "top-36"} ${
|
|
190
190
|
index == 4 && "top-48"
|