@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/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@star-insure/sdk",
3
3
  "description": "The SDK for Star Insure client apps with shared helper functions and TypeScript definitions.",
4
4
  "author": "alexclark_nz",
5
- "version": "5.0.5",
5
+ "version": "5.0.6",
6
6
  "license": "MIT",
7
7
  "repository": {
8
8
  "type": "git",
@@ -25,7 +25,7 @@ export default function Modal({ children, isActive = false, onClose, title, widt
25
25
  leaveFrom="opacity-100"
26
26
  leaveTo="opacity-0"
27
27
  >
28
- <Dialog.Overlay className="fixed inset-0 bg-gray-500 bg-opacity-75 transition-opacity" />
28
+ <Dialog.Overlay className="fixed inset-0 bg-gray-500/75 transition-opacity" />
29
29
  </Transition.Child>
30
30
 
31
31
  <Transition.Child