@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 +18 -3
- package/dist/index.cjs +2 -3
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +2 -3
- package/dist/index.js.map +1 -1
- package/dist/styles.css +18 -3
- package/dist/styles.css.map +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -7731,7 +7731,7 @@ function Heading({
|
|
|
7731
7731
|
|
|
7732
7732
|
// package.json
|
|
7733
7733
|
var package_default = {
|
|
7734
|
-
version: "1.
|
|
7734
|
+
version: "1.47.0"};
|
|
7735
7735
|
function Logo(props) {
|
|
7736
7736
|
return /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
7737
7737
|
/* @__PURE__ */ jsx("span", { className: "sr-only", children: "NSW Government" }),
|
|
@@ -7875,12 +7875,11 @@ function Header2({
|
|
|
7875
7875
|
"data-scrolled": isScrolled,
|
|
7876
7876
|
id: "nsw-header",
|
|
7877
7877
|
className: clsx21(
|
|
7878
|
-
"sticky top-0 z-50
|
|
7878
|
+
"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",
|
|
7879
7879
|
shadow && "shadow-md shadow-slate-900/5 dark:shadow-none",
|
|
7880
7880
|
isScrolled ? "dark:bg-slate-900/95 dark:backdrop-blur-sm dark:[@supports(backdrop-filter:blur(0))]:bg-slate-900/75" : "dark:bg-transparent"
|
|
7881
7881
|
),
|
|
7882
7882
|
children: [
|
|
7883
|
-
/* @__PURE__ */ jsx("div", { className: "mr-6 flex lg:hidden" }),
|
|
7884
7883
|
/* @__PURE__ */ jsxs("div", { className: "relative flex grow basis-0 items-center", children: [
|
|
7885
7884
|
/* @__PURE__ */ jsxs(Link10, { href: "/", "aria-label": "Home page", className: "flex items-center justify-between", children: [
|
|
7886
7885
|
/* @__PURE__ */ jsx(Logo, { className: "h-12 w-auto lg:h-14" }),
|