@apolitical/component-library 8.7.4-ac.2 → 8.7.4-re.1
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.
- package/helpers/intl.d.ts +0 -2
- package/index.js +110 -110
- package/index.mjs +2758 -2782
- package/package.json +1 -1
package/helpers/intl.d.ts
CHANGED
|
@@ -125,7 +125,6 @@ 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;
|
|
129
128
|
discussion_delete_cancel: string;
|
|
130
129
|
discussion_delete_delete: string;
|
|
131
130
|
discussion_delete_error: string;
|
|
@@ -180,7 +179,6 @@ export declare const checkIntlPathExists: (path: string, language?: {
|
|
|
180
179
|
discussion_likes_show: string;
|
|
181
180
|
discussion_moreMenu_edit: string;
|
|
182
181
|
discussion_moreMenu_delete: string;
|
|
183
|
-
discussion_moreMenu_delete_asAdmin: string;
|
|
184
182
|
discussion_moreMenu_pin: string;
|
|
185
183
|
discussion_moreMenu_unpin: string;
|
|
186
184
|
discussion_moreMenu_report: string;
|