@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 +3 -1
- package/index.js.map +1 -1
- package/index.mjs +3 -1
- package/index.mjs.map +1 -1
- package/lib/date-picker/date-picker.d.ts +3 -1
- package/package.json +1 -1
package/index.mjs
CHANGED
|
@@ -525,6 +525,7 @@ function GoADatePicker({
|
|
|
525
525
|
mr,
|
|
526
526
|
mb,
|
|
527
527
|
ml,
|
|
528
|
+
relative,
|
|
528
529
|
onChange
|
|
529
530
|
}) {
|
|
530
531
|
const ref = useRef(null);
|
|
@@ -555,7 +556,8 @@ function GoADatePicker({
|
|
|
555
556
|
mt,
|
|
556
557
|
mr,
|
|
557
558
|
mb,
|
|
558
|
-
ml
|
|
559
|
+
ml,
|
|
560
|
+
relative
|
|
559
561
|
}
|
|
560
562
|
);
|
|
561
563
|
}
|