@engagently/types 2.10.5 → 3.0.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.
|
@@ -47,12 +47,8 @@ export type DiscussionAttributesComponent = {
|
|
|
47
47
|
imageUrl?: string;
|
|
48
48
|
};
|
|
49
49
|
export declare enum DiscussionSlots {
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
COMMENTS_ICON = "dialogCommentsIcon",
|
|
53
|
-
BOOKMARK = "dialogBookmarkIcon",
|
|
54
|
-
ACCOUNT_ICON = "dialogAccountIcon",
|
|
55
|
-
SETTINGS_ICON = "dialogSettingsIcon",
|
|
50
|
+
USER_ICON = "userIcon",
|
|
51
|
+
SETTINGS_ICON = "settingsIcon",
|
|
56
52
|
LIVE_MODE_ICON = "liveModeIcon",
|
|
57
53
|
CUSTOM_CALL_TO_ACTION = "customCallToAction",
|
|
58
54
|
REPLY_ICON = "replyIcon",
|
package/dist/i18n/i18n.d.ts
CHANGED
|
@@ -149,6 +149,26 @@ export declare const defaultResources: {
|
|
|
149
149
|
live: string;
|
|
150
150
|
thread: string;
|
|
151
151
|
};
|
|
152
|
+
views: {
|
|
153
|
+
user: {
|
|
154
|
+
"back-to-discussion": string;
|
|
155
|
+
data: {
|
|
156
|
+
nav: string;
|
|
157
|
+
title: string;
|
|
158
|
+
tabs: {
|
|
159
|
+
comments: string;
|
|
160
|
+
bookmarks: string;
|
|
161
|
+
};
|
|
162
|
+
};
|
|
163
|
+
settings: {
|
|
164
|
+
nav: string;
|
|
165
|
+
title: string;
|
|
166
|
+
tabs: {
|
|
167
|
+
account: string;
|
|
168
|
+
};
|
|
169
|
+
};
|
|
170
|
+
};
|
|
171
|
+
};
|
|
152
172
|
};
|
|
153
173
|
emojis: {
|
|
154
174
|
categories: {
|
|
@@ -389,6 +409,26 @@ export declare const defaultResources: {
|
|
|
389
409
|
list: string;
|
|
390
410
|
live: string;
|
|
391
411
|
};
|
|
412
|
+
views: {
|
|
413
|
+
user: {
|
|
414
|
+
"back-to-discussion": string;
|
|
415
|
+
data: {
|
|
416
|
+
nav: string;
|
|
417
|
+
title: string;
|
|
418
|
+
tabs: {
|
|
419
|
+
comments: string;
|
|
420
|
+
bookmarks: string;
|
|
421
|
+
};
|
|
422
|
+
};
|
|
423
|
+
settings: {
|
|
424
|
+
nav: string;
|
|
425
|
+
title: string;
|
|
426
|
+
tabs: {
|
|
427
|
+
account: string;
|
|
428
|
+
};
|
|
429
|
+
};
|
|
430
|
+
};
|
|
431
|
+
};
|
|
392
432
|
};
|
|
393
433
|
emojis: {
|
|
394
434
|
categories: {
|