@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 CHANGED
@@ -17603,7 +17603,7 @@ var ModalOverlay = function (props) {
17603
17603
  };
17604
17604
 
17605
17605
  var base$2 = {
17606
- container: 'relative z-0',
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-0',
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: {
package/package.json CHANGED
@@ -7,7 +7,7 @@
7
7
  "email": "info@ballistix.digital",
8
8
  "url": "https://ballistix.digital"
9
9
  },
10
- "version": "0.4.38",
10
+ "version": "0.4.39",
11
11
  "private": false,
12
12
  "main": "dist/index.js",
13
13
  "module": "dist/index.esm.js",