@abgov/react-components 6.9.1 → 6.9.2-dev.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
@@ -660,6 +660,7 @@ function GoabDatePicker({
660
660
  mb,
661
661
  ml,
662
662
  relative,
663
+ width,
663
664
  onChange
664
665
  }) {
665
666
  const ref = useRef(null);
@@ -704,7 +705,8 @@ function GoabDatePicker({
704
705
  mr,
705
706
  mb,
706
707
  ml,
707
- relative: relative ? "true" : void 0
708
+ relative: relative ? "true" : void 0,
709
+ width
708
710
  }
709
711
  );
710
712
  }