@abgov/react-components 5.5.0 → 5.5.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.
@@ -101,7 +101,7 @@ export declare function GoAInputText(props: GoAInputProps): JSX.Element;
101
101
  export declare function GoAInputPassword(props: GoAInputProps): JSX.Element;
102
102
  export declare function GoAInputDate({ value, min, max, ...props }: GoADateInputProps): JSX.Element;
103
103
  export declare function GoAInputTime({ value, min, max, ...props }: GoAInputProps): JSX.Element;
104
- export declare function GoAInputDateTime({ value, min, max, ...props }: GoADateInputProps): JSX.Element;
104
+ export declare function GoAInputDateTime({ value, min, max, step, ...props }: GoADateInputProps): JSX.Element;
105
105
  export declare function GoAInputEmail(props: GoAInputProps): JSX.Element;
106
106
  export declare function GoAInputSearch(props: GoAInputProps): JSX.Element;
107
107
  export declare function GoAInputUrl(props: GoAInputProps): JSX.Element;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abgov/react-components",
3
- "version": "5.5.0",
3
+ "version": "5.5.1",
4
4
  "description": "Government of Alberta - UI components for React",
5
5
  "bugs": {
6
6
  "url": "https://github.com/GovAlta/ui-components/issues"