@nnc-digital/nnc-design-system 1.0.0-alpha17 → 1.0.0-alpha18

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.
@@ -25795,7 +25795,7 @@ var HeroImage = function (_a) {
25795
25795
  } }, function (src) { return (React.createElement(Container$u, { "$image": src, "$backgroundBox": backgroundBox, "data-testid": "HeroImage" },
25796
25796
  heroVideoUrl && (React.createElement(VideoBackground, { autoPlay: true, loop: true, muted: true },
25797
25797
  React.createElement("source", { src: heroVideoUrl, type: "video/mp4" }),
25798
- "Your browser does not support the video tag.")),
25798
+ "Your browser doesn't support this video.")),
25799
25799
  React.createElement(InnerContainer, null,
25800
25800
  React.createElement(Overlay, { "$backgroundBox": backgroundBox, "data-testid": "HeroImageOverlay" },
25801
25801
  breadcrumb && (React.createElement(BreadcrumbLink, { href: breadcrumb.url, "$backgroundBox": backgroundBox }, breadcrumb.title)),