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