@star-insure/sdk 3.2.8 → 3.2.9

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
@@ -2409,7 +2409,7 @@ function Action(_ref) {
2409
2409
  _ref$onClick = _ref.onClick,
2410
2410
  _onClick = _ref$onClick === void 0 ? function () {} : _ref$onClick;
2411
2411
 
2412
- var className = 'bg-white rounded-full font-bold px-3 py-1.5 text-xs whitespace-nowrap hover:bg-gray-100 hover:border-gray-300 transition-colors border border-gray-200';
2412
+ var className = 'bg-white rounded-full font-bold px-4 py-1.5 text-sm whitespace-nowrap hover:bg-gray-100 hover:border-gray-300 transition-colors border border-gray-200';
2413
2413
 
2414
2414
  if (as === 'Link' && href) {
2415
2415
  return React__default.createElement(Link, {
@@ -2954,7 +2954,7 @@ function PageHeader(_ref) {
2954
2954
  placeholder: "Search " + title + "...",
2955
2955
  focusSearchShortcut: focusSearchShortcut
2956
2956
  }), !isSearchActive && React__default.createElement("h1", {
2957
- className: "text-base font-bold"
2957
+ className: "text-base font-black"
2958
2958
  }, title)), React__default.createElement("div", {
2959
2959
  className: "flex items-center ml-auto gap-2 h-full min-w-0 max-w-full"
2960
2960
  }, filterOptions.length > 0 && React__default.createElement(React__default.Fragment, null, React__default.createElement("button", {