@smg-automotive/components 25.26.2-gallery-header-background.1 → 25.26.2-gallery-header-background.2

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/cjs/index.js CHANGED
@@ -10583,7 +10583,7 @@ const GalleryHeaderContent = ({ currentSlide, slidesCount, onClose, children, })
10583
10583
  return (React.createElement(react.Box, { color: "white", px: "2xl", py: "lg", position: {
10584
10584
  base: 'fixed',
10585
10585
  md: 'static',
10586
- }, top: 0, left: 0, right: 0, zIndex: 1, background: "black", opacity: 0.5 },
10586
+ }, top: 0, left: 0, right: 0, zIndex: 1, bg: "blackAlpha.600" },
10587
10587
  React.createElement(SimpleGrid, { columns: {
10588
10588
  base: 2,
10589
10589
  md: 3,