@livetiles/reach-plugin-types 0.5.0-preview.773 → 0.5.0-preview.774

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 +8 -0
  2. package/package.json +1 -1
package/lib/index.d.ts CHANGED
@@ -5634,6 +5634,13 @@ declare module "libs/reach/ui/common/src/reach-2/SearchBox" {
5634
5634
  className?: string;
5635
5635
  }>;
5636
5636
  }
5637
+ declare module "libs/reach/ui/common/src/reach-2/assets/Assets" {
5638
+ export { ReactComponent as Logo } from './logo.svg';
5639
+ export { default as Background } from './background.svg';
5640
+ }
5641
+ declare module "libs/reach/ui/common/src/reach-2/assets/index" {
5642
+ export * from "libs/reach/ui/common/src/reach-2/assets/Assets";
5643
+ }
5637
5644
  declare module "libs/reach/ui/common/src/reach-2/TextField" {
5638
5645
  import { FC, InputHTMLAttributes } from 'react';
5639
5646
  export interface ITextFieldProps extends InputHTMLAttributes<HTMLInputElement> {
@@ -5661,6 +5668,7 @@ declare module "libs/reach/ui/common/src/reach-2/index" {
5661
5668
  export * from "libs/reach/ui/common/src/reach-2/progress/index";
5662
5669
  export * from "libs/reach/ui/common/src/reach-2/DateTimeDisplay";
5663
5670
  export * from "libs/reach/ui/common/src/reach-2/SearchBox";
5671
+ export * from "libs/reach/ui/common/src/reach-2/assets/index";
5664
5672
  export { default as TextField } from "libs/reach/ui/common/src/reach-2/TextField";
5665
5673
  export { default as Card } from "libs/reach/ui/common/src/reach-2/surfaces/Card";
5666
5674
  }
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.773",
7
+ "version": "0.5.0-preview.774",
8
8
  "dependencies": {}
9
9
  }