@star-insure/sdk 3.2.6 → 3.2.7

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.
@@ -2792,7 +2792,8 @@ function FilterItem(_ref) {
2792
2792
  }, "Clear"), React__default.createElement(Button, {
2793
2793
  type: "submit",
2794
2794
  status: "primary",
2795
- className: "!min-w-[0px] flex-grow !px-2 text-sm !transition-none"
2795
+ className: "!min-w-[0px] flex-grow !px-2 text-sm !transition-none",
2796
+ small: true
2796
2797
  }, "Apply"))));
2797
2798
  }
2798
2799