@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.
- package/dist/sdk.cjs.development.js +2 -2
- package/dist/sdk.cjs.development.js.map +1 -1
- package/dist/sdk.cjs.production.min.js +1 -1
- package/dist/sdk.cjs.production.min.js.map +1 -1
- package/dist/sdk.esm.js +2 -2
- package/dist/sdk.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/components/filter/FilterItem.tsx +2 -2
|
@@ -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-[
|
|
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-
|
|
2827
|
+
className: "basic-multi-select text-xs w-52 !transition-none",
|
|
2828
2828
|
classNamePrefix: "select",
|
|
2829
2829
|
onChange: handleSelectedOptions,
|
|
2830
2830
|
components: {
|