@connectedxm/stream-player 0.0.7 → 0.0.8

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.
Files changed (2) hide show
  1. package/dist/index.es.js +2 -2
  2. package/package.json +1 -1
package/dist/index.es.js CHANGED
@@ -392,7 +392,7 @@ const ne = {
392
392
  transition: "opacity 0.3s ease",
393
393
  opacity: a ? 1 : 0,
394
394
  overflow: "visible",
395
- zIndex: 9999
395
+ zIndex: 20
396
396
  })
397
397
  }, ro = ({
398
398
  controls: a,
@@ -22599,7 +22599,7 @@ const cd = async ({
22599
22599
  flexDirection: "column",
22600
22600
  paddingTop: "3rem",
22601
22601
  overflow: "visible",
22602
- zIndex: 9999
22602
+ zIndex: 20
22603
22603
  },
22604
22604
  overlay: {
22605
22605
  position: "relative",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@connectedxm/stream-player",
3
- "version": "0.0.7",
3
+ "version": "0.0.8",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "main": "dist/index.es.js",