@star-insure/sdk 5.0.5 → 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 +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/dist/types/models/quotes/QuoteRequest.d.ts +2 -0
- package/package.json +1 -1
- package/src/components/common/Modal.tsx +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
package/dist/sdk.esm.js
CHANGED
|
@@ -1677,7 +1677,7 @@ function Modal(_ref) {
|
|
|
1677
1677
|
leaveFrom: "opacity-100",
|
|
1678
1678
|
leaveTo: "opacity-0"
|
|
1679
1679
|
}, React__default.createElement(Dialog.Overlay, {
|
|
1680
|
-
className: "fixed inset-0 bg-gray-500
|
|
1680
|
+
className: "fixed inset-0 bg-gray-500/75 transition-opacity"
|
|
1681
1681
|
})), React__default.createElement(Transition.Child, {
|
|
1682
1682
|
as: Fragment,
|
|
1683
1683
|
enter: "ease-out duration-300",
|
|
@@ -2586,7 +2586,7 @@ function SearchBar(_ref) {
|
|
|
2586
2586
|
onChange: function onChange(e) {
|
|
2587
2587
|
return setQuery(e.currentTarget.value || '');
|
|
2588
2588
|
},
|
|
2589
|
-
className: "!focus:border-0 !border-0 !bg-transparent !shadow-none !ring-opacity-0 !transition-none placeholder:text-gray-400 !py-1.5 text-sm",
|
|
2589
|
+
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",
|
|
2590
2590
|
autoFocus: true,
|
|
2591
2591
|
placeholder: placeholder
|
|
2592
2592
|
}), query && React__default.createElement("button", {
|