@livetiles/reach-plugin-types 0.5.0-preview.350 → 0.5.0-preview.352

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
@@ -9011,6 +9011,7 @@ declare module "libs/reach/feature/content/src/common/cards/CardFooter" {
9011
9011
  targetRoute: string;
9012
9012
  itemResourceType: ItemResourceTypes;
9013
9013
  enableModalRouting?: boolean;
9014
+ className?: string;
9014
9015
  }>;
9015
9016
  export const CardFooterHost: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {}, never>;
9016
9017
  }
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.350",
7
+ "version": "0.5.0-preview.352",
8
8
  "dependencies": {}
9
9
  }