@luscii-healthtech/web-ui 8.0.4 → 8.1.0
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.
|
@@ -5354,7 +5354,7 @@ const FiltersMenus = (props) => {
|
|
|
5354
5354
|
React__namespace.default.createElement(
|
|
5355
5355
|
react.Popover.Panel,
|
|
5356
5356
|
{ className: "ui-absolute ui-right-0 ui-z-10 ui-mt-2 ui-origin-top-right ui-rounded-md ui-bg-white ui-p-4 ui-shadow-2xl ui-ring-1 ui-ring-black ui-ring-opacity-5 focus:ui-outline-none" },
|
|
5357
|
-
React__namespace.default.createElement("form", { className: "ui-space-y-4" }, categorizedFilter.options.map((option) => React__namespace.default.createElement(
|
|
5357
|
+
React__namespace.default.createElement("form", { className: "ui-max-h-120 ui-space-y-4 ui-overflow-y-auto" }, categorizedFilter.options.map((option) => React__namespace.default.createElement(
|
|
5358
5358
|
"label",
|
|
5359
5359
|
{ key: `${option.id}`, className: "ui-flex ui-items-center", htmlFor: `filter-${option.id}` },
|
|
5360
5360
|
React__namespace.default.createElement("input", { id: `filter-${option.id}`, name: `${option.value}`, defaultValue: option.value, type: "checkbox", defaultChecked: option.isChecked, onChange: () => {
|