Skip to content

Commit be8c00e

Browse files
committed
Updates
1 parent a861261 commit be8c00e

16 files changed

+9533
-9523
lines changed

Input.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export declare namespace InputProps {
1414
classes?: Partial<Record<"root" | "label" | "description" | "nativeInputOrTextArea" | "message", string>>;
1515
style?: CSSProperties;
1616
/** Default: "default" */
17-
state?: "success" | "error" | "default";
17+
state?: "success" | "error" | "info" | "default";
1818
/** The message won't be displayed if state is "default" */
1919
stateRelatedMessage?: ReactNode;
2020
addon?: ReactNode;

Input.js

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Input.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)