@livetiles/reach-plugin-types 0.5.0-preview.268 → 0.5.0-preview.269

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 +2 -1
  2. package/package.json +1 -1
package/lib/index.d.ts CHANGED
@@ -5155,8 +5155,9 @@ declare module "libs/reach/ui/common/src/common/user/Avatar" {
5155
5155
  export interface Props extends IPersonaProps {
5156
5156
  upn: string;
5157
5157
  tenantId?: string;
5158
- className?: string;
5159
5158
  displayName?: string;
5159
+ forceShowSecondaryText?: boolean;
5160
+ className?: string;
5160
5161
  }
5161
5162
  export class UserAvatarUpdateTriggerAction implements AppTriggerAction {
5162
5163
  static type: string;
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.268",
7
+ "version": "0.5.0-preview.269",
8
8
  "dependencies": {}
9
9
  }