@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.
- 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
package/dist/sdk.esm.js
CHANGED
|
@@ -2741,7 +2741,7 @@ function FilterItem(_ref) {
|
|
|
2741
2741
|
className: "whitespace-nowrap"
|
|
2742
2742
|
}, filter.label), React__default.createElement(HiChevronDown, null))
|
|
2743
2743
|
}, React__default.createElement("form", {
|
|
2744
|
-
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'),
|
|
2744
|
+
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'),
|
|
2745
2745
|
onSubmit: handleApply
|
|
2746
2746
|
}, React__default.createElement("div", {
|
|
2747
2747
|
className: "flex flex-col items-start gap-1"
|
|
@@ -2757,7 +2757,7 @@ function FilterItem(_ref) {
|
|
|
2757
2757
|
checked: selected.includes(option.value.toString()),
|
|
2758
2758
|
onChange: handleInput
|
|
2759
2759
|
}), React__default.createElement("label", {
|
|
2760
|
-
className: "
|
|
2760
|
+
className: "leading-tight",
|
|
2761
2761
|
htmlFor: option.label
|
|
2762
2762
|
}, option.label));
|
|
2763
2763
|
})), filter.type === 'greaterThan' && filter.options && React__default.createElement("label", {
|