@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.cjs
CHANGED
|
@@ -7798,7 +7798,7 @@ function Heading({
|
|
|
7798
7798
|
|
|
7799
7799
|
// package.json
|
|
7800
7800
|
var package_default = {
|
|
7801
|
-
version: "1.
|
|
7801
|
+
version: "1.46.0"};
|
|
7802
7802
|
function Logo(props) {
|
|
7803
7803
|
return /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
7804
7804
|
/* @__PURE__ */ jsxRuntime.jsx("span", { className: "sr-only", children: "NSW Government" }),
|
|
@@ -17306,7 +17306,7 @@ var colors2 = {
|
|
|
17306
17306
|
]
|
|
17307
17307
|
};
|
|
17308
17308
|
function Switch2({
|
|
17309
|
-
color: color2 = "
|
|
17309
|
+
color: color2 = "primary",
|
|
17310
17310
|
className,
|
|
17311
17311
|
...props
|
|
17312
17312
|
}) {
|