@norges-domstoler/dds-components 0.0.0-dev-20240212124253 → 0.0.0-dev-20240212130833

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
@@ -7308,7 +7308,7 @@ function EmptyContent({
7308
7308
  ...rest
7309
7309
  }) {
7310
7310
  return /* @__PURE__ */ (0, import_jsx_runtime207.jsx)(StyledEmptyContent, { ...rest, children: /* @__PURE__ */ (0, import_jsx_runtime207.jsxs)(StyledEmptyContentText, { children: [
7311
- title3 && /* @__PURE__ */ (0, import_jsx_runtime207.jsx)(Heading, { level: titleHeadingLevel, children: title3 }),
7311
+ title3 && /* @__PURE__ */ (0, import_jsx_runtime207.jsx)(Heading, { level: titleHeadingLevel, typographyType: "headingSans02", children: title3 }),
7312
7312
  /* @__PURE__ */ (0, import_jsx_runtime207.jsx)(Paragraph, { children: message2 })
7313
7313
  ] }) });
7314
7314
  }