@aws/mynah-ui 4.21.6 → 4.22.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.
@@ -102,6 +102,7 @@ declare const _default: {
102
102
  feedbackForm: {
103
103
  wrapper: string;
104
104
  title: string;
105
+ description: string;
105
106
  optionsSelectWrapper: string;
106
107
  optionsSelect: string;
107
108
  comment: string;
package/dist/main.d.ts CHANGED
@@ -66,6 +66,7 @@ export interface MynahUIProps {
66
66
  onSourceLinkClick?: (tabId: string, messageId: string, link: string, mouseEvent?: MouseEvent, eventId?: string) => void;
67
67
  onLinkClick?: (tabId: string, messageId: string, link: string, mouseEvent?: MouseEvent, eventId?: string) => void;
68
68
  onInfoLinkClick?: (tabId: string, link: string, mouseEvent?: MouseEvent, eventId?: string) => void;
69
+ onFormLinkClick?: (link: string, mouseEvent?: MouseEvent, eventId?: string) => void;
69
70
  onSendFeedback?: (tabId: string, feedbackPayload: FeedbackPayload, eventId?: string) => void;
70
71
  onCustomFormAction?: (tabId: string, action: {
71
72
  id: string;