@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
package/dist/sdk.esm.js
CHANGED
|
@@ -2743,7 +2743,7 @@ function FilterItem(_ref) {
|
|
|
2743
2743
|
className: "whitespace-nowrap"
|
|
2744
2744
|
}, filter.label), React__default.createElement(HiChevronDown, null))
|
|
2745
2745
|
}, React__default.createElement("form", {
|
|
2746
|
-
className: "mt-2 flex max-h-[350px] min-w-[200px] max-w-[
|
|
2746
|
+
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'),
|
|
2747
2747
|
onSubmit: handleApply
|
|
2748
2748
|
}, React__default.createElement("div", {
|
|
2749
2749
|
className: "flex flex-col items-start gap-1"
|
|
@@ -2817,7 +2817,7 @@ function FilterItem(_ref) {
|
|
|
2817
2817
|
}, React__default.createElement(Select, {
|
|
2818
2818
|
isMulti: true,
|
|
2819
2819
|
options: filter.options,
|
|
2820
|
-
className: "basic-multi-select text-
|
|
2820
|
+
className: "basic-multi-select text-xs w-52 !transition-none",
|
|
2821
2821
|
classNamePrefix: "select",
|
|
2822
2822
|
onChange: handleSelectedOptions,
|
|
2823
2823
|
components: {
|