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