@star-insure/sdk 5.0.5 → 5.0.6
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/package.json +1 -1
- package/src/components/common/Modal.tsx +1 -1
|
@@ -1684,7 +1684,7 @@ function Modal(_ref) {
|
|
|
1684
1684
|
leaveFrom: "opacity-100",
|
|
1685
1685
|
leaveTo: "opacity-0"
|
|
1686
1686
|
}, React__default.createElement(react$1.Dialog.Overlay, {
|
|
1687
|
-
className: "fixed inset-0 bg-gray-500
|
|
1687
|
+
className: "fixed inset-0 bg-gray-500/75 transition-opacity"
|
|
1688
1688
|
})), React__default.createElement(react$1.Transition.Child, {
|
|
1689
1689
|
as: React.Fragment,
|
|
1690
1690
|
enter: "ease-out duration-300",
|