@livetiles/reach-plugin-types 0.5.0-preview.41 → 0.5.0-preview.44

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 (2) hide show
  1. package/lib/index.d.ts +6 -0
  2. package/package.json +1 -1
package/lib/index.d.ts CHANGED
@@ -7891,6 +7891,7 @@ declare module "libs/reach/feature/content/src/events/list/EventCard" {
7891
7891
  allowFilterByChannels?: boolean;
7892
7892
  showFeedbackButtons?: boolean;
7893
7893
  readOnly?: boolean;
7894
+ enableModalRouting?: boolean;
7894
7895
  className?: string;
7895
7896
  }>;
7896
7897
  }
@@ -9465,6 +9466,7 @@ declare module "libs/reach/feature/content/src/comments/CommentWithReplies" {
9465
9466
  readOnly?: boolean;
9466
9467
  trimContent?: boolean;
9467
9468
  showReplyBox?: boolean;
9469
+ enableModalRouting?: boolean;
9468
9470
  className?: string;
9469
9471
  }>;
9470
9472
  }
@@ -9487,6 +9489,7 @@ declare module "libs/reach/feature/content/src/comments/CommentList" {
9487
9489
  onReply?: (comment: Comment, commentSender?: Account) => void;
9488
9490
  readOnly?: boolean;
9489
9491
  trimContent?: boolean;
9492
+ enableModalRouting?: boolean;
9490
9493
  className?: string;
9491
9494
  }
9492
9495
  export const CommentList: FC<CommentListProps>;
@@ -9546,6 +9549,7 @@ declare module "libs/reach/feature/content/src/comments/PagedCommentsSection" {
9546
9549
  showReplyBox?: boolean;
9547
9550
  trimContent?: boolean;
9548
9551
  title?: ReactNode;
9552
+ enableModalRouting?: boolean;
9549
9553
  className?: string;
9550
9554
  };
9551
9555
  export const PagedCommentsSection: FC<Props>;
@@ -10231,6 +10235,7 @@ declare module "libs/reach/feature/content/src/comments/CommentDisplay" {
10231
10235
  replyCount?: number;
10232
10236
  readOnly?: boolean;
10233
10237
  trimContent?: boolean;
10238
+ enableModalRouting?: boolean;
10234
10239
  className?: string;
10235
10240
  }
10236
10241
  export const CommentDisplay: FC<Props>;
@@ -10458,6 +10463,7 @@ declare module "libs/reach/feature/content/src/posts/PostReplies" {
10458
10463
  onReplyAdded: () => void;
10459
10464
  onReplyDeleted: () => void;
10460
10465
  trimContent?: boolean;
10466
+ enableModalRouting?: boolean;
10461
10467
  }
10462
10468
  export const PostReplies: FC<Props>;
10463
10469
  }
package/package.json CHANGED
@@ -4,6 +4,6 @@
4
4
  "main": "",
5
5
  "types": "./index.d.ts",
6
6
  "license": "ISC",
7
- "version": "0.5.0-preview.41",
7
+ "version": "0.5.0-preview.44",
8
8
  "dependencies": {}
9
9
  }