@livetiles/reach-plugin-types 0.5.0-preview.868 → 0.5.0-preview.869
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 +4 -2
- package/package.json +1 -1
package/lib/index.d.ts
CHANGED
|
@@ -5311,6 +5311,8 @@ declare module "libs/reach/ui/common/src/reach-2/icons/Icons" {
|
|
|
5311
5311
|
export { ReactComponent as AddIcon } from './assets/add.svg';
|
|
5312
5312
|
export { ReactComponent as AddBookmarkActiveIcon } from './assets/addBookmark-active.svg';
|
|
5313
5313
|
export { ReactComponent as AddBookmarkIcon } from './assets/addBookmark.svg';
|
|
5314
|
+
export { ReactComponent as AttachActiveIcon } from './assets/attach-active.svg';
|
|
5315
|
+
export { ReactComponent as AttachIcon } from './assets/attach.svg';
|
|
5314
5316
|
export { ReactComponent as BoldActiveIcon } from './assets/bold-active.svg';
|
|
5315
5317
|
export { ReactComponent as BulletedListActiveIcon } from './assets/bulletedList-active.svg';
|
|
5316
5318
|
export { ReactComponent as BulletedListIcon } from './assets/bulletedList.svg';
|
|
@@ -5380,6 +5382,8 @@ declare module "libs/reach/ui/common/src/reach-2/icons/Icons" {
|
|
|
5380
5382
|
export { ReactComponent as RightArrowIcon } from './assets/rightArrow.svg';
|
|
5381
5383
|
export { ReactComponent as SearchActiveIcon } from './assets/search-active.svg';
|
|
5382
5384
|
export { ReactComponent as SearchIcon } from './assets/search.svg';
|
|
5385
|
+
export { ReactComponent as SendActiveIcon } from './assets/send-active.svg';
|
|
5386
|
+
export { ReactComponent as SendIcon } from './assets/send.svg';
|
|
5383
5387
|
export { ReactComponent as ShareIcon } from './assets/share.svg';
|
|
5384
5388
|
export { ReactComponent as SideBarActiveIcon } from './assets/sidebar-active.svg';
|
|
5385
5389
|
export { ReactComponent as SideBarIcon } from './assets/sidebar.svg';
|
|
@@ -5394,8 +5398,6 @@ declare module "libs/reach/ui/common/src/reach-2/icons/Icons" {
|
|
|
5394
5398
|
export { ReactComponent as UploadActiveIcon } from './assets/upload-active.svg';
|
|
5395
5399
|
export { ReactComponent as UploadIcon } from './assets/upload.svg';
|
|
5396
5400
|
export { ReactComponent as WindowsIcon } from './assets/windows.svg';
|
|
5397
|
-
export { ReactComponent as SendActiveIcon } from './assets/send-active.svg';
|
|
5398
|
-
export { ReactComponent as SendIcon } from './assets/send.svg';
|
|
5399
5401
|
}
|
|
5400
5402
|
declare module "libs/reach/ui/common/src/reach-2/icons/index" {
|
|
5401
5403
|
export * from "libs/reach/ui/common/src/reach-2/icons/Icons";
|