@nswds/app 1.124.2 → 1.125.1

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.cjs CHANGED
@@ -19049,7 +19049,7 @@ function FormatToggle({ format, setFormat }) {
19049
19049
 
19050
19050
  // package.json
19051
19051
  var package_default = {
19052
- version: "1.124.0"};
19052
+ version: "1.124.2"};
19053
19053
  var SluggerContext = React5__namespace.default.createContext(null);
19054
19054
  function flattenText(nodes) {
19055
19055
  if (nodes == null || typeof nodes === "boolean") return "";
@@ -19483,7 +19483,8 @@ function HeroBannerSupportingImage({
19483
19483
  subtitle,
19484
19484
  split,
19485
19485
  primaryButton,
19486
- secondaryButton
19486
+ secondaryButton,
19487
+ loading
19487
19488
  }) {
19488
19489
  const resolvedSplit = resolveHeroBannerSupportingImageSplit(split);
19489
19490
  const textSpanClassName = HERO_BANNER_SUPPORTING_IMAGE_COLUMN_SPANS[resolvedSplit.left];
@@ -19563,6 +19564,7 @@ function HeroBannerSupportingImage({
19563
19564
  src: imgSrc || "/placeholder.svg",
19564
19565
  width: 800,
19565
19566
  height: 800,
19567
+ loading,
19566
19568
  className: cn(
19567
19569
  "aspect-[3/2] w-full object-cover lg:absolute lg:inset-0 lg:aspect-auto lg:h-full",
19568
19570
  imgBgcolor