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