@mindly/ui-components 5.43.1 → 5.44.0

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.
@@ -3,4 +3,7 @@ export type RatingProps = {
3
3
  onChange?: (value: number) => void;
4
4
  onClick?: (value: number) => void;
5
5
  onHover?: (value: number) => void;
6
+ size?: number;
7
+ className?: string;
8
+ readonly?: boolean;
6
9
  };
package/dist/index.d.ts CHANGED
@@ -1603,6 +1603,9 @@ type RatingProps = {
1603
1603
  onChange?: (value: number) => void;
1604
1604
  onClick?: (value: number) => void;
1605
1605
  onHover?: (value: number) => void;
1606
+ size?: number;
1607
+ className?: string;
1608
+ readonly?: boolean;
1606
1609
  };
1607
1610
 
1608
1611
  declare const _default$f: React__default.NamedExoticComponent<RatingProps>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mindly/ui-components",
3
- "version": "5.43.1",
3
+ "version": "5.44.0",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "clean": "rimraf dist",