@nswds/app 1.42.0 → 1.43.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 +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/package.json +2 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -7502,7 +7502,7 @@ function Heading({
|
|
|
7502
7502
|
|
|
7503
7503
|
// package.json
|
|
7504
7504
|
var package_default = {
|
|
7505
|
-
version: "1.
|
|
7505
|
+
version: "1.42.0"};
|
|
7506
7506
|
function Logo(props) {
|
|
7507
7507
|
return /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
7508
7508
|
/* @__PURE__ */ jsxRuntime.jsx("span", { className: "sr-only", children: "NSW Government" }),
|