@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.
- package/index.js +4 -1
- package/index.js.map +1 -1
- package/index.mjs +4 -1
- package/index.mjs.map +1 -1
- package/lib/input/input.d.ts +1 -1
- package/package.json +1 -1
package/lib/input/input.d.ts
CHANGED
|
@@ -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;
|