@ballistix.digital/react-components 0.4.38 → 0.4.39
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/index.esm.js +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -17603,7 +17603,7 @@ var ModalOverlay = function (props) {
|
|
|
17603
17603
|
};
|
|
17604
17604
|
|
|
17605
17605
|
var base$2 = {
|
|
17606
|
-
container: 'relative z-
|
|
17606
|
+
container: 'relative z-10',
|
|
17607
17607
|
background: {
|
|
17608
17608
|
container: 'fixed inset-0 bg-gray-500 bg-opacity-75 transition-opacity',
|
|
17609
17609
|
transition: {
|
package/dist/index.js
CHANGED
|
@@ -17613,7 +17613,7 @@ var ModalOverlay = function (props) {
|
|
|
17613
17613
|
};
|
|
17614
17614
|
|
|
17615
17615
|
var base$2 = {
|
|
17616
|
-
container: 'relative z-
|
|
17616
|
+
container: 'relative z-10',
|
|
17617
17617
|
background: {
|
|
17618
17618
|
container: 'fixed inset-0 bg-gray-500 bg-opacity-75 transition-opacity',
|
|
17619
17619
|
transition: {
|