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