@norges-domstoler/dds-components 0.0.0-dev-20250410075453 → 0.0.0-dev-20250410075606

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.js CHANGED
@@ -7399,13 +7399,18 @@ var FooterLogo = ({ hideBreakpoint, ...rest }) => {
7399
7399
  return /* @__PURE__ */ (0, import_jsx_runtime249.jsx)(
7400
7400
  Box,
7401
7401
  {
7402
- as: "img",
7403
7402
  hideBelow: hideBreakpoint ? hideBreakpoint : void 0,
7404
- src: norges_domstoler_logo_default,
7405
- height: 80,
7406
- width: 151,
7407
- alt: "norges domstoler",
7408
- ...rest
7403
+ width: "fit-content",
7404
+ children: /* @__PURE__ */ (0, import_jsx_runtime249.jsx)(
7405
+ "img",
7406
+ {
7407
+ height: 80,
7408
+ width: 151,
7409
+ alt: "norges domstoler",
7410
+ src: norges_domstoler_logo_default,
7411
+ ...rest
7412
+ }
7413
+ )
7409
7414
  }
7410
7415
  );
7411
7416
  };