@livetiles/reach-plugin-types 0.5.0-preview.683 → 0.5.0-preview.685

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 -4
  2. package/package.json +1 -1
package/lib/index.d.ts CHANGED
@@ -10749,6 +10749,12 @@ declare module "libs/reach/feature/content/src/reach-2/comments/CommentDisplay"
10749
10749
  declare module "libs/reach/feature/content/src/reach-2/comments/utils" {
10750
10750
  export const NewListItemAnimation: (selector: string) => import("styled-components").FlattenSimpleInterpolation;
10751
10751
  }
10752
+ declare module "libs/reach/feature/content/src/reach-2/comments/CommentSkeletonListItem" {
10753
+ import { FC } from 'react';
10754
+ export const CommentSkeletonListItem: FC<{
10755
+ lineNumber?: number;
10756
+ }>;
10757
+ }
10752
10758
  declare module "libs/reach/feature/content/src/reach-2/comments/RepliesList" {
10753
10759
  import { FC } from 'react';
10754
10760
  import { Comment, ConversationScope, ItemResourceTypes, PaginatedList } from "libs/reach/util/common/src/index";
@@ -10789,10 +10795,6 @@ declare module "libs/reach/feature/content/src/reach-2/comments/CommentListItem"
10789
10795
  onEdit?: (isEditMode?: boolean) => void;
10790
10796
  }>;
10791
10797
  }
10792
- declare module "libs/reach/feature/content/src/reach-2/comments/CommentSkeletonListItem" {
10793
- import { FC } from 'react';
10794
- export const CommentSkeletonListItem: FC;
10795
- }
10796
10798
  declare module "libs/reach/feature/content/src/reach-2/comments/CommentsList" {
10797
10799
  import { FC } from 'react';
10798
10800
  import { ConversationScope, ItemResourceTypes } from "libs/reach/util/common/src/index";
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.683",
7
+ "version": "0.5.0-preview.685",
8
8
  "dependencies": {}
9
9
  }