@team_yumi/ramen 1.0.2-next.20240312-9cf6926-c0f19f88eb522a4906393b6eb2dba313 → 1.0.2-next.20240312-15487b4-3b73b7e7bb6f280b757ac31c5a1c5690

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": "@team_yumi/ramen",
3
- "version": "1.0.2-next.20240312-9cf6926-c0f19f88eb522a4906393b6eb2dba313",
3
+ "version": "1.0.2-next.20240312-15487b4-3b73b7e7bb6f280b757ac31c5a1c5690",
4
4
  "license": "MIT",
5
5
  "peerDependencies": {
6
6
  "react": ">=16.8.0"
@@ -21,6 +21,7 @@ export interface IProps {
21
21
  icon: (typeof Collections.IIcon)[number];
22
22
  onClick?: MouseEventHandler<HTMLButtonElement>;
23
23
  type?: (typeof Collections.IType)[number];
24
+ disabled?: boolean;
24
25
  };
25
26
  }
26
27
  declare const XInput: React.FC<IProps>;