Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Sep 12, 2024
1 parent a861261 commit be8c00e
Show file tree
Hide file tree
Showing 16 changed files with 9,533 additions and 9,523 deletions.
2 changes: 1 addition & 1 deletion Input.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export declare namespace InputProps {
classes?: Partial<Record<"root" | "label" | "description" | "nativeInputOrTextArea" | "message", string>>;
style?: CSSProperties;
/** Default: "default" */
state?: "success" | "error" | "default";
state?: "success" | "error" | "info" | "default";
/** The message won't be displayed if state is "default" */
stateRelatedMessage?: ReactNode;
addon?: ReactNode;
Expand Down
5 changes: 5 additions & 0 deletions Input.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Input.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit be8c00e

Please sign in to comment.