@harnessio/ui 0.0.208 → 0.0.209

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.
@@ -1177,7 +1177,7 @@ export declare interface DeleteAlertDialogProps {
1177
1177
  message: string;
1178
1178
  } | null;
1179
1179
  withForm?: boolean;
1180
- message?: string;
1180
+ message?: React.ReactChild;
1181
1181
  deletionItemName?: string;
1182
1182
  deletionKeyword?: string;
1183
1183
  violation?: boolean;
package/dist/index.d.ts CHANGED
@@ -2715,7 +2715,7 @@ declare interface DeleteAlertDialogProps {
2715
2715
  message: string;
2716
2716
  } | null;
2717
2717
  withForm?: boolean;
2718
- message?: string;
2718
+ message?: React.ReactChild;
2719
2719
  deletionItemName?: string;
2720
2720
  deletionKeyword?: string;
2721
2721
  violation?: boolean;