@nswds/app 1.20.0 → 1.21.0

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
@@ -7299,7 +7299,7 @@ function Heading({
7299
7299
 
7300
7300
  // package.json
7301
7301
  var package_default = {
7302
- version: "1.19.0"};
7302
+ version: "1.20.0"};
7303
7303
  function Logo(props) {
7304
7304
  return /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
7305
7305
  /* @__PURE__ */ jsxRuntime.jsx("span", { className: "sr-only", children: "NSW Government" }),
@@ -7443,7 +7443,7 @@ function Header2({
7443
7443
  /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "relative flex grow basis-0 items-center", children: [
7444
7444
  /* @__PURE__ */ jsxRuntime.jsxs(Link3__default.default, { href: "/", "aria-label": "Home page", className: "flex items-center justify-between", children: [
7445
7445
  /* @__PURE__ */ jsxRuntime.jsx(Logo, { className: "h-12 w-auto lg:h-14" }),
7446
- /* @__PURE__ */ jsxRuntime.jsx("h2", { className: "text-primary ml-6 text-2xl font-semibold dark:text-white", children: sitename })
7446
+ /* @__PURE__ */ jsxRuntime.jsx(Heading, { level: 2, size: 6, className: "ml-6", children: sitename })
7447
7447
  ] }),
7448
7448
  version && /* @__PURE__ */ jsxRuntime.jsx(Badge, { variant: "soft", color: "primary", className: "ml-2", children: package_default.version })
7449
7449
  ] }),