@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.
package/dist/sdk.esm.js CHANGED
@@ -2785,7 +2785,8 @@ function FilterItem(_ref) {
2785
2785
  }, "Clear"), React__default.createElement(Button, {
2786
2786
  type: "submit",
2787
2787
  status: "primary",
2788
- className: "!min-w-[0px] flex-grow !px-2 text-sm !transition-none"
2788
+ className: "!min-w-[0px] flex-grow !px-2 text-sm !transition-none",
2789
+ small: true
2789
2790
  }, "Apply"))));
2790
2791
  }
2791
2792