@livetiles/reach-plugin-types 0.5.0-preview.851 → 0.5.0-preview.853

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 +11 -5
  2. package/package.json +1 -1
package/lib/index.d.ts CHANGED
@@ -5334,13 +5334,17 @@ declare module "libs/reach/ui/common/src/reach-2/icons/Icons" {
5334
5334
  export { ReactComponent as ExpandArrowsIcon } from './assets/expandArrows.svg';
5335
5335
  export { ReactComponent as FontStyleFormattingActiveIcon } from './assets/fontStyleFormatting-active.svg';
5336
5336
  export { ReactComponent as FontStyleFormattingIcon } from './assets/fontStyleFormatting.svg';
5337
+ export { ReactComponent as FullscreenActiveIcon } from './assets/fullscreen-active.svg';
5338
+ export { ReactComponent as FullscreenIcon } from './assets/fullscreen.svg';
5339
+ export { ReactComponent as GalleryActiveIcon } from './assets/gallery-active.svg';
5340
+ export { ReactComponent as GalleryIcon } from './assets/gallery.svg';
5337
5341
  export { ReactComponent as GifActiveIcon } from './assets/gif-active.svg';
5338
5342
  export { ReactComponent as GifIcon } from './assets/gif.svg';
5339
5343
  export { ReactComponent as GoogleIcon } from './assets/google.svg';
5340
5344
  export { ReactComponent as HashtagActiveIcon } from './assets/hashtag-active.svg';
5341
5345
  export { ReactComponent as HashtagIcon } from './assets/hashtag.svg';
5342
- export { ReactComponent as ImageIcon } from './assets/image.svg';
5343
5346
  export { ReactComponent as ImageActiveIcon } from './assets/image-active.svg';
5347
+ export { ReactComponent as ImageIcon } from './assets/image.svg';
5344
5348
  export { ReactComponent as InsightsActiveIcon } from './assets/insights-active.svg';
5345
5349
  export { ReactComponent as InsightsIcon } from './assets/insights.svg';
5346
5350
  export { ReactComponent as ItalicActiveIcon } from './assets/italic-active.svg';
@@ -5378,13 +5382,15 @@ declare module "libs/reach/ui/common/src/reach-2/icons/Icons" {
5378
5382
  export { ReactComponent as SideBarIcon } from './assets/sidebar.svg';
5379
5383
  export { ReactComponent as StarActiveIcon } from './assets/star-active.svg';
5380
5384
  export { ReactComponent as StarIcon } from './assets/star.svg';
5385
+ export { ReactComponent as SubtitleActiveIcon } from './assets/subtitle-active.svg';
5386
+ export { ReactComponent as SubtitleIcon } from './assets/subtitle.svg';
5381
5387
  export { ReactComponent as TemplatesActiveIcon } from './assets/templates-active.svg';
5382
5388
  export { ReactComponent as TemplatesIcon } from './assets/templates.svg';
5383
- export { ReactComponent as WindowsIcon } from './assets/windows.svg';
5384
- export { ReactComponent as FullscreenIcon } from './assets/fullscreen.svg';
5385
- export { ReactComponent as FullscreenActiveIcon } from './assets/fullscreen-active.svg';
5386
- export { ReactComponent as UploadIcon } from './assets/upload.svg';
5389
+ export { ReactComponent as TitleActiveIcon } from './assets/title-active.svg';
5390
+ export { ReactComponent as TitleIcon } from './assets/title.svg';
5387
5391
  export { ReactComponent as UploadActiveIcon } from './assets/upload-active.svg';
5392
+ export { ReactComponent as UploadIcon } from './assets/upload.svg';
5393
+ export { ReactComponent as WindowsIcon } from './assets/windows.svg';
5388
5394
  }
5389
5395
  declare module "libs/reach/ui/common/src/reach-2/icons/index" {
5390
5396
  export * from "libs/reach/ui/common/src/reach-2/icons/Icons";
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.851",
7
+ "version": "0.5.0-preview.853",
8
8
  "dependencies": {}
9
9
  }