@abgov/react-components 6.1.1-alpha.1 → 6.2.0-alpha.2
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/index.js +3 -2
- package/index.js.map +1 -1
- package/index.mjs +3 -2
- package/index.mjs.map +1 -1
- package/lib/footer/footer.d.ts +3 -1
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -826,9 +826,10 @@ function GoabFileUploadInput({
|
|
|
826
826
|
function GoabAppFooter({
|
|
827
827
|
maxContentWidth,
|
|
828
828
|
children,
|
|
829
|
-
testId
|
|
829
|
+
testId,
|
|
830
|
+
url
|
|
830
831
|
}) {
|
|
831
|
-
return /* @__PURE__ */ jsxRuntime.jsx("goa-app-footer", { maxcontentwidth: maxContentWidth, testid: testId, children });
|
|
832
|
+
return /* @__PURE__ */ jsxRuntime.jsx("goa-app-footer", { maxcontentwidth: maxContentWidth, testid: testId, url, children });
|
|
832
833
|
}
|
|
833
834
|
function GoabAppFooterMetaSection({
|
|
834
835
|
testId,
|