@star-insure/sdk 3.3.0 → 3.3.1

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.
@@ -2750,7 +2750,7 @@ function FilterItem(_ref) {
2750
2750
  className: "whitespace-nowrap"
2751
2751
  }, filter.label), React__default.createElement(hi2.HiChevronDown, null))
2752
2752
  }, React__default.createElement("form", {
2753
- 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'),
2753
+ className: "mt-2 flex max-h-[350px] min-w-[200px] max-w-[260px] flex-col gap-2 rounded-md border border-gray-300 bg-white p-4 shadow-lg " + (filter.type && filter.type === 'select' ? '' : 'overflow-y-scroll'),
2754
2754
  onSubmit: handleApply
2755
2755
  }, React__default.createElement("div", {
2756
2756
  className: "flex flex-col items-start gap-1"
@@ -2824,7 +2824,7 @@ function FilterItem(_ref) {
2824
2824
  }, React__default.createElement(Select, {
2825
2825
  isMulti: true,
2826
2826
  options: filter.options,
2827
- className: "basic-multi-select text-sm w-64 !transition-none",
2827
+ className: "basic-multi-select text-xs w-52 !transition-none",
2828
2828
  classNamePrefix: "select",
2829
2829
  onChange: handleSelectedOptions,
2830
2830
  components: {