@abgov/react-components 5.0.0-alpha.3 → 5.0.0-alpha.4

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 CHANGED
@@ -527,6 +527,7 @@ function GoADatePicker({
527
527
  mr,
528
528
  mb,
529
529
  ml,
530
+ relative,
530
531
  onChange
531
532
  }) {
532
533
  const ref = react.useRef(null);
@@ -557,7 +558,8 @@ function GoADatePicker({
557
558
  mt,
558
559
  mr,
559
560
  mb,
560
- ml
561
+ ml,
562
+ relative
561
563
  }
562
564
  );
563
565
  }