dga-ui-react 1.9.8 → 1.10.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.
package/dist/index.d.ts CHANGED
@@ -552,6 +552,7 @@ interface DGA_RatingProps extends Omit<React.HTMLAttributes<HTMLDivElement>, "on
552
552
  size?: Size;
553
553
  brand?: boolean;
554
554
  value?: number;
555
+ fullStar?: boolean;
555
556
  onChange?: (value: number) => void;
556
557
  }
557
558
  declare const Rating: React.FC<DGA_RatingProps>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dga-ui-react",
3
- "version": "1.9.8",
3
+ "version": "1.10.0",
4
4
  "description": "DGA ui library",
5
5
  "author": "Ashraf Ainia",
6
6
  "license": "MIT",