tee3apps-cms-sdk-react 0.0.25 → 0.0.26

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tee3apps-cms-sdk-react",
3
- "version": "0.0.25",
3
+ "version": "0.0.26",
4
4
  "description": "Uses JSON to dynamically generate and render UI pages in a website",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -460,7 +460,7 @@ const CarouselComponent: React.FC<CarouselComponentMainProps> = ({
460
460
  alignItems: 'center',
461
461
  flexDirection: props.vertical ? 'column' : 'row',
462
462
  gap: '8px',
463
- zIndex: 100
463
+ zIndex: 10
464
464
  }}
465
465
  >
466
466
  {Array.from({ length: getTotalGroups() }).map((_, groupIndex) => {