@mindly/ui-components 5.90.2 → 5.90.3

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.
@@ -4,6 +4,7 @@ type CustomRadioButtonProps = {
4
4
  name?: string;
5
5
  value?: string;
6
6
  checked?: boolean;
7
+ disabled?: boolean;
7
8
  onChange?: (e: ChangeEvent<HTMLInputElement>) => void;
8
9
  };
9
10
  declare const CustomRadioButton: React.ForwardRefExoticComponent<CustomRadioButtonProps & React.RefAttributes<HTMLInputElement>>;
package/dist/index.d.ts CHANGED
@@ -1387,6 +1387,7 @@ type CustomRadioButtonProps = {
1387
1387
  name?: string;
1388
1388
  value?: string;
1389
1389
  checked?: boolean;
1390
+ disabled?: boolean;
1390
1391
  onChange?: (e: ChangeEvent<HTMLInputElement>) => void;
1391
1392
  };
1392
1393
  declare const CustomRadioButton: React__default.ForwardRefExoticComponent<CustomRadioButtonProps & React__default.RefAttributes<HTMLInputElement>>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mindly/ui-components",
3
- "version": "5.90.2",
3
+ "version": "5.90.3",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "clean": "rimraf dist",