@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.esm.js CHANGED
@@ -2679,7 +2679,7 @@ function FilterItem(_ref) {
2679
2679
  onClick: function onClick() {
2680
2680
  return handleClick();
2681
2681
  },
2682
- 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', {
2682
+ 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', {
2683
2683
  '!bg-teal border-teal': hasFilters
2684
2684
  })
2685
2685
  }, React__default.createElement("p", {
@@ -2780,7 +2780,8 @@ function FilterItem(_ref) {
2780
2780
  }, React__default.createElement(Button, {
2781
2781
  type: "button",
2782
2782
  className: "!min-w-[0px] flex-grow !px-2 text-sm !transition-none",
2783
- onClick: handleClear
2783
+ onClick: handleClear,
2784
+ small: true
2784
2785
  }, "Clear"), React__default.createElement(Button, {
2785
2786
  type: "submit",
2786
2787
  status: "primary",