@livetiles/reach-plugin-types 0.5.0-preview.834 → 0.5.0-preview.835

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 +1 -0
  2. package/package.json +1 -1
package/lib/index.d.ts CHANGED
@@ -5340,6 +5340,7 @@ declare module "libs/reach/ui/common/src/reach-2/icons/Icons" {
5340
5340
  export { ReactComponent as HashtagActiveIcon } from './assets/hashtag-active.svg';
5341
5341
  export { ReactComponent as HashtagIcon } from './assets/hashtag.svg';
5342
5342
  export { ReactComponent as ImageIcon } from './assets/image.svg';
5343
+ export { ReactComponent as ImageActiveIcon } from './assets/image-active.svg';
5343
5344
  export { ReactComponent as InsightsActiveIcon } from './assets/insights-active.svg';
5344
5345
  export { ReactComponent as InsightsIcon } from './assets/insights.svg';
5345
5346
  export { ReactComponent as ItalicActiveIcon } from './assets/italic-active.svg';
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.834",
7
+ "version": "0.5.0-preview.835",
8
8
  "dependencies": {}
9
9
  }