@star-insure/sdk 5.0.6 → 5.0.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.cjs.development.js +1 -1
- 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 +1 -1
- package/dist/sdk.esm.js.map +1 -1
- package/dist/types/models/quotes/QuoteRequest.d.ts +2 -0
- package/package.json +1 -1
- package/src/components/filter/SearchBar.tsx +1 -1
- package/src/theme.css +5 -0
- package/src/types/models/quotes/QuoteRequest.ts +2 -0
|
@@ -2593,7 +2593,7 @@ function SearchBar(_ref) {
|
|
|
2593
2593
|
onChange: function onChange(e) {
|
|
2594
2594
|
return setQuery(e.currentTarget.value || '');
|
|
2595
2595
|
},
|
|
2596
|
-
className: "!focus:border-0 !border-0 !bg-transparent !shadow-none !ring-opacity-0 !transition-none placeholder:text-gray-400 !py-1.5 text-sm",
|
|
2596
|
+
className: "no-focus-shadow !focus:border-0 !border-0 !bg-transparent !shadow-none !ring-opacity-0 !transition-none placeholder:text-gray-400 !py-1.5 text-sm",
|
|
2597
2597
|
autoFocus: true,
|
|
2598
2598
|
placeholder: placeholder
|
|
2599
2599
|
}), query && React__default.createElement("button", {
|