@nswds/app 1.47.0 → 1.48.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/globals.css CHANGED
@@ -392,6 +392,9 @@
392
392
  .top-\[60\%\] {
393
393
  top: 60%;
394
394
  }
395
+ .top-\[180px\] {
396
+ top: 180px;
397
+ }
395
398
  .top-full {
396
399
  top: 100%;
397
400
  }
@@ -1023,9 +1026,6 @@
1023
1026
  .mr-3 {
1024
1027
  margin-right: calc(var(--spacing) * 3);
1025
1028
  }
1026
- .mr-6 {
1027
- margin-right: calc(var(--spacing) * 6);
1028
- }
1029
1029
  .\!mb-0 {
1030
1030
  margin-bottom: calc(var(--spacing) * 0) !important;
1031
1031
  }
@@ -7713,6 +7713,21 @@
7713
7713
  grid-template-columns: repeat(6, minmax(0, 1fr));
7714
7714
  }
7715
7715
  }
7716
+ .lg\:flex-wrap {
7717
+ @media (width >= 64rem) {
7718
+ flex-wrap: wrap;
7719
+ }
7720
+ }
7721
+ .lg\:items-center {
7722
+ @media (width >= 64rem) {
7723
+ align-items: center;
7724
+ }
7725
+ }
7726
+ .lg\:justify-between {
7727
+ @media (width >= 64rem) {
7728
+ justify-content: space-between;
7729
+ }
7730
+ }
7716
7731
  .lg\:justify-end {
7717
7732
  @media (width >= 64rem) {
7718
7733
  justify-content: flex-end;
package/dist/index.cjs CHANGED
@@ -7784,7 +7784,7 @@ function Heading({
7784
7784
 
7785
7785
  // package.json
7786
7786
  var package_default = {
7787
- version: "1.46.1"};
7787
+ version: "1.47.0"};
7788
7788
  function Logo(props) {
7789
7789
  return /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
7790
7790
  /* @__PURE__ */ jsxRuntime.jsx("span", { className: "sr-only", children: "NSW Government" }),
@@ -7928,12 +7928,11 @@ function Header2({
7928
7928
  "data-scrolled": isScrolled,
7929
7929
  id: "nsw-header",
7930
7930
  className: clsx21__default.default(
7931
- "sticky top-0 z-50 flex hidden flex-none flex-wrap items-center justify-between bg-white px-4 py-5 transition duration-500 sm:px-6 lg:flex lg:px-12",
7931
+ "sticky top-0 z-50 hidden bg-white px-4 py-5 transition duration-500 sm:px-6 lg:flex lg:flex-none lg:flex-wrap lg:items-center lg:justify-between lg:px-12",
7932
7932
  shadow && "shadow-md shadow-slate-900/5 dark:shadow-none",
7933
7933
  isScrolled ? "dark:bg-slate-900/95 dark:backdrop-blur-sm dark:[@supports(backdrop-filter:blur(0))]:bg-slate-900/75" : "dark:bg-transparent"
7934
7934
  ),
7935
7935
  children: [
7936
- /* @__PURE__ */ jsxRuntime.jsx("div", { className: "mr-6 flex lg:hidden" }),
7937
7936
  /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "relative flex grow basis-0 items-center", children: [
7938
7937
  /* @__PURE__ */ jsxRuntime.jsxs(Link10__default.default, { href: "/", "aria-label": "Home page", className: "flex items-center justify-between", children: [
7939
7938
  /* @__PURE__ */ jsxRuntime.jsx(Logo, { className: "h-12 w-auto lg:h-14" }),