@livetiles/reach-plugin-types 0.5.0-preview.873 → 0.5.0-preview.875
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.
- package/lib/index.d.ts +2 -1
- package/package.json +1 -1
package/lib/index.d.ts
CHANGED
|
@@ -5329,7 +5329,7 @@ declare module "libs/reach/ui/common/src/reach-2/icons/Icons" {
|
|
|
5329
5329
|
export { ReactComponent as CommentsIcon } from './assets/comments.svg';
|
|
5330
5330
|
export { ReactComponent as DashboardActiveIcon } from './assets/dashboard-active.svg';
|
|
5331
5331
|
export { ReactComponent as DashboardIcon } from './assets/dashboard.svg';
|
|
5332
|
-
export { ReactComponent as
|
|
5332
|
+
export { ReactComponent as TrashCanIcon } from './assets/trash-can.svg';
|
|
5333
5333
|
export { ReactComponent as DocumentActiveIcon } from './assets/document-active.svg';
|
|
5334
5334
|
export { ReactComponent as DocumentIcon } from './assets/document.svg';
|
|
5335
5335
|
export { ReactComponent as EditIcon } from './assets/edit.svg';
|
|
@@ -10657,6 +10657,7 @@ declare module "libs/reach/feature/content/src/reach-2/buttons/feedback/Bookmark
|
|
|
10657
10657
|
activeLabel?: string;
|
|
10658
10658
|
label?: string;
|
|
10659
10659
|
labelGap?: number;
|
|
10660
|
+
iconSize?: number;
|
|
10660
10661
|
}>;
|
|
10661
10662
|
}
|
|
10662
10663
|
declare module "libs/reach/feature/content/src/reach-2/comments/useTransformedCommentContent" {
|