@abgov/react-components 4.0.0-alpha.87 → 4.0.0-alpha.88

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abgov/react-components",
3
- "version": "4.0.0-alpha.87",
3
+ "version": "4.0.0-alpha.88",
4
4
  "description": "Government of Alberta - UI components for React",
5
5
  "bugs": {
6
6
  "url": "https://github.com/GovAlta/ui-components/issues"
@@ -14671,7 +14671,7 @@ const GoAInputDateTime = _a => {
14671
14671
 
14672
14672
  return jsx(GoAInput, Object.assign({}, props, {
14673
14673
  onChange: onDateChangeHandler(props.onChange),
14674
- value: toString(value, "yyyy-MM-dd'T'hh:mm"),
14674
+ value: toString(value, "yyyy-MM-dd'T'HH:mm"),
14675
14675
  type: "datetime-local"
14676
14676
  }), void 0);
14677
14677
  };
@@ -14717,7 +14717,7 @@
14717
14717
 
14718
14718
  return jsxRuntime.jsx(GoAInput, __assign({}, props, {
14719
14719
  onChange: onDateChangeHandler(props.onChange),
14720
- value: toString(value, "yyyy-MM-dd'T'hh:mm"),
14720
+ value: toString(value, "yyyy-MM-dd'T'HH:mm"),
14721
14721
  type: "datetime-local"
14722
14722
  }), void 0);
14723
14723
  };