@mindly/ui-components 5.100.1 → 5.100.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 @@ export type MindlyReviewFeatureProps = {
4
4
  isOpen: boolean;
5
5
  locale: string;
6
6
  linkMapper: Record<string, string>;
7
+ isCommentRequired?: boolean;
7
8
  onModalAppeared?: () => void;
8
9
  onRateSubmited: (rate: number) => void;
9
10
  onCommentModalAppeared?: () => void;
package/dist/index.d.ts CHANGED
@@ -3497,6 +3497,7 @@ type MindlyReviewFeatureProps = {
3497
3497
  isOpen: boolean;
3498
3498
  locale: string;
3499
3499
  linkMapper: Record<string, string>;
3500
+ isCommentRequired?: boolean;
3500
3501
  onModalAppeared?: () => void;
3501
3502
  onRateSubmited: (rate: number) => void;
3502
3503
  onCommentModalAppeared?: () => void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mindly/ui-components",
3
- "version": "5.100.1",
3
+ "version": "5.100.3",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "clean": "rimraf dist",