@star-insure/sdk 3.2.5 → 3.2.6
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 +3 -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 +3 -2
- package/dist/sdk.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/components/filter/FilterItem.tsx +2 -2
|
@@ -2686,7 +2686,7 @@ function FilterItem(_ref) {
|
|
|
2686
2686
|
onClick: function onClick() {
|
|
2687
2687
|
return handleClick();
|
|
2688
2688
|
},
|
|
2689
|
-
className: cn('flex rounded-2xl border hover:border-teal bg-gray-600 px-2 py-1 items-center justify-between shrink-0 gap-2 text-xs text-white hover:bg-teal transition-colors', {
|
|
2689
|
+
className: cn('flex rounded-2xl border hover:cursor-pointer hover:border-teal bg-gray-600 px-2 py-1 items-center justify-between shrink-0 gap-2 text-xs text-white hover:bg-teal transition-colors', {
|
|
2690
2690
|
'!bg-teal border-teal': hasFilters
|
|
2691
2691
|
})
|
|
2692
2692
|
}, React__default.createElement("p", {
|
|
@@ -2787,7 +2787,8 @@ function FilterItem(_ref) {
|
|
|
2787
2787
|
}, React__default.createElement(Button, {
|
|
2788
2788
|
type: "button",
|
|
2789
2789
|
className: "!min-w-[0px] flex-grow !px-2 text-sm !transition-none",
|
|
2790
|
-
onClick: handleClear
|
|
2790
|
+
onClick: handleClear,
|
|
2791
|
+
small: true
|
|
2791
2792
|
}, "Clear"), React__default.createElement(Button, {
|
|
2792
2793
|
type: "submit",
|
|
2793
2794
|
status: "primary",
|