@mindly/ui-components 5.27.4 → 5.27.5

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.
@@ -58,6 +58,7 @@ export type CircleRatingComponentProps = {
58
58
  progress: number;
59
59
  ranges: CircleRatingRange[];
60
60
  decimal?: number;
61
+ animationSeconds?: number;
61
62
  isColorless?: boolean;
62
63
  isRatingDisabled?: boolean;
63
64
  isShowLegend?: boolean;
package/dist/index.d.ts CHANGED
@@ -1643,6 +1643,7 @@ type CircleRatingComponentProps = {
1643
1643
  progress: number;
1644
1644
  ranges: CircleRatingRange[];
1645
1645
  decimal?: number;
1646
+ animationSeconds?: number;
1646
1647
  isColorless?: boolean;
1647
1648
  isRatingDisabled?: boolean;
1648
1649
  isShowLegend?: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mindly/ui-components",
3
- "version": "5.27.4",
3
+ "version": "5.27.5",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "clean": "rimraf dist",