@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.js CHANGED
@@ -662,6 +662,7 @@ function GoabDatePicker({
662
662
  mb,
663
663
  ml,
664
664
  relative,
665
+ width,
665
666
  onChange
666
667
  }) {
667
668
  const ref = react.useRef(null);
@@ -706,7 +707,8 @@ function GoabDatePicker({
706
707
  mr,
707
708
  mb,
708
709
  ml,
709
- relative: relative ? "true" : void 0
710
+ relative: relative ? "true" : void 0,
711
+ width
710
712
  }
711
713
  );
712
714
  }