@star-insure/sdk 3.2.12 → 3.2.13

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.
@@ -2748,7 +2748,7 @@ function FilterItem(_ref) {
2748
2748
  className: "whitespace-nowrap"
2749
2749
  }, filter.label), React__default.createElement(hi2.HiChevronDown, null))
2750
2750
  }, React__default.createElement("form", {
2751
- className: "mt-2 flex max-h-[350px] min-w-[200px] flex-col gap-2 rounded-md border border-gray-300 bg-white p-4 shadow-lg " + (filter.type && filter.type === 'select' ? '' : 'overflow-y-scroll'),
2751
+ className: "mt-2 flex max-h-[350px] min-w-[200px] max-w-[220px] flex-col gap-2 rounded-md border border-gray-300 bg-white p-4 shadow-lg " + (filter.type && filter.type === 'select' ? '' : 'overflow-y-scroll'),
2752
2752
  onSubmit: handleApply
2753
2753
  }, React__default.createElement("div", {
2754
2754
  className: "flex flex-col items-start gap-1"
@@ -2764,7 +2764,7 @@ function FilterItem(_ref) {
2764
2764
  checked: selected.includes(option.value.toString()),
2765
2765
  onChange: handleInput
2766
2766
  }), React__default.createElement("label", {
2767
- className: "whitespace-nowrap",
2767
+ className: "leading-tight",
2768
2768
  htmlFor: option.label
2769
2769
  }, option.label));
2770
2770
  })), filter.type === 'greaterThan' && filter.options && React__default.createElement("label", {