@nswds/app 1.46.0 → 1.46.1
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 +2 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -7743,7 +7743,7 @@ function Heading({
|
|
|
7743
7743
|
|
|
7744
7744
|
// package.json
|
|
7745
7745
|
var package_default = {
|
|
7746
|
-
version: "1.
|
|
7746
|
+
version: "1.46.0"};
|
|
7747
7747
|
function Logo(props) {
|
|
7748
7748
|
return /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
7749
7749
|
/* @__PURE__ */ jsx("span", { className: "sr-only", children: "NSW Government" }),
|
|
@@ -17251,7 +17251,7 @@ var colors2 = {
|
|
|
17251
17251
|
]
|
|
17252
17252
|
};
|
|
17253
17253
|
function Switch2({
|
|
17254
|
-
color: color2 = "
|
|
17254
|
+
color: color2 = "primary",
|
|
17255
17255
|
className,
|
|
17256
17256
|
...props
|
|
17257
17257
|
}) {
|