@apolitical/component-library 4.5.9 → 4.5.10

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.
@@ -0,0 +1,4 @@
1
+ export declare enum CustomEvents {
2
+ DISCUSSION_POST_CLICKED = "discussionPostClicked",
3
+ MEMBER_CLICKED = "memberClicked"
4
+ }
@@ -0,0 +1 @@
1
+ export * from './custom-events';
package/helpers/intl.d.ts CHANGED
@@ -115,6 +115,10 @@ export declare const checkIntlPathExists: (path: string, language?: {
115
115
  discussion_report_subject: string;
116
116
  discussion_report_body: string;
117
117
  discussionFormCard_placeholder: string;
118
+ discussionFormCard_overlay_title: string;
119
+ discussionFormCard_overlay_text: string;
120
+ discussionFormCard_overlay_cta_discard: string;
121
+ discussionFormCard_overlay_cta_continue: string;
118
122
  discussion_form_title: string;
119
123
  discussion_form_titleField_label: string;
120
124
  discussion_form_titleField_placeholder: string;
package/index.d.ts CHANGED
@@ -6,6 +6,7 @@ export * from './constants';
6
6
  export * from './context';
7
7
  export * from './courses';
8
8
  export * from './discussion';
9
+ export * from './enums';
9
10
  export * from './form';
10
11
  export * from './general';
11
12
  export * from './hooks';