@apolitical/component-library 8.7.2 → 8.7.4-ac.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.
Files changed (4) hide show
  1. package/helpers/intl.d.ts +2 -0
  2. package/index.js +110 -110
  3. package/index.mjs +2939 -2911
  4. package/package.json +1 -1
package/helpers/intl.d.ts CHANGED
@@ -125,6 +125,7 @@ export declare const checkIntlPathExists: (path: string, language?: {
125
125
  discussion_edited: string;
126
126
  discussion_delete_title: string;
127
127
  discussion_delete_text: string;
128
+ discussion_delete_asAdmin_text: string;
128
129
  discussion_delete_cancel: string;
129
130
  discussion_delete_delete: string;
130
131
  discussion_delete_error: string;
@@ -179,6 +180,7 @@ export declare const checkIntlPathExists: (path: string, language?: {
179
180
  discussion_likes_show: string;
180
181
  discussion_moreMenu_edit: string;
181
182
  discussion_moreMenu_delete: string;
183
+ discussion_moreMenu_delete_asAdmin: string;
182
184
  discussion_moreMenu_pin: string;
183
185
  discussion_moreMenu_unpin: string;
184
186
  discussion_moreMenu_report: string;