@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.cjs.development.js +2 -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 +2 -2
- package/dist/sdk.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/components/filter/Action.tsx +1 -1
- package/src/components/filter/PageHeader.tsx +1 -1
|
@@ -2416,7 +2416,7 @@ function Action(_ref) {
|
|
|
2416
2416
|
_ref$onClick = _ref.onClick,
|
|
2417
2417
|
_onClick = _ref$onClick === void 0 ? function () {} : _ref$onClick;
|
|
2418
2418
|
|
|
2419
|
-
var className = 'bg-white rounded-full font-bold px-
|
|
2419
|
+
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';
|
|
2420
2420
|
|
|
2421
2421
|
if (as === 'Link' && href) {
|
|
2422
2422
|
return React__default.createElement(react.Link, {
|
|
@@ -2961,7 +2961,7 @@ function PageHeader(_ref) {
|
|
|
2961
2961
|
placeholder: "Search " + title + "...",
|
|
2962
2962
|
focusSearchShortcut: focusSearchShortcut
|
|
2963
2963
|
}), !isSearchActive && React__default.createElement("h1", {
|
|
2964
|
-
className: "text-base font-
|
|
2964
|
+
className: "text-base font-black"
|
|
2965
2965
|
}, title)), React__default.createElement("div", {
|
|
2966
2966
|
className: "flex items-center ml-auto gap-2 h-full min-w-0 max-w-full"
|
|
2967
2967
|
}, filterOptions.length > 0 && React__default.createElement(React__default.Fragment, null, React__default.createElement("button", {
|