@engagently/types 2.10.5 → 3.0.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.
@@ -47,12 +47,8 @@ export type DiscussionAttributesComponent = {
47
47
  imageUrl?: string;
48
48
  };
49
49
  export declare enum DiscussionSlots {
50
- MY_PROFILE_ICON = "myProfileIcon",
51
- PROFILE_ICON = "dialogProfileIcon",
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",
@@ -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: {
@@ -20,6 +20,7 @@ export type ThemeSettings = {
20
20
  buttonRepliesColor?: ComponentColorScheme;
21
21
  buttonRepliesVariant: ButtonVariants;
22
22
  lineThickness: number;
23
+ userNavType?: 'icon' | 'text' | 'icon-text';
23
24
  viewControlTabSize?: ButtonSizes;
24
25
  };
25
26
  /**
@@ -18,5 +18,8 @@ export type ThemeAnimations = {
18
18
  pulse: string;
19
19
  spin: string;
20
20
  };
21
+ timing: {
22
+ popover: string;
23
+ };
21
24
  };
22
25
  export declare const animation: ThemeAnimations;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@engagently/types",
3
- "version": "2.10.5",
3
+ "version": "3.0.1",
4
4
  "main": "./index.ts",
5
5
  "types": "dist/types/engagently.d.ts",
6
6
  "files": [