@ix_waterford/lib 1.0.75 → 1.0.76

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.
@@ -6,6 +6,9 @@ export interface CustomAvatarProps extends MuiAvatarProps {
6
6
  background?: string;
7
7
  sx?: CSSProperties;
8
8
  statusDotColor: string;
9
+ /** When set, uses AvatarTitle so initials show if the image URL is missing or fails to load. */
10
+ name?: string;
11
+ nameColor?: string;
9
12
  }
10
13
  declare const _default: import("@emotion/styled").StyledComponent<CustomAvatarProps & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, {}, {}>;
11
14
  export default _default;
@@ -1 +1 @@
1
- {"version":3,"file":"avatar.d.ts","sourceRoot":"","sources":["../../../../src/components/avatarStatusDot/avatar.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,OAAO,CAAC;AAE3C,OAAO,EAEL,KAAK,WAAW,IAAI,cAAc,EAGnC,MAAM,eAAe,CAAC;AAMvB,MAAM,WAAW,iBAAkB,SAAQ,cAAc;IACvD,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,EAAE,CAAC,EAAE,aAAa,CAAC;IACnB,cAAc,EAAE,MAAM,CAAC;CACxB;;AA+BD,wBAAqC"}
1
+ {"version":3,"file":"avatar.d.ts","sourceRoot":"","sources":["../../../../src/components/avatarStatusDot/avatar.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,OAAO,CAAC;AAE3C,OAAO,EAEL,KAAK,WAAW,IAAI,cAAc,EAGnC,MAAM,eAAe,CAAC;AAOvB,MAAM,WAAW,iBAAkB,SAAQ,cAAc;IACvD,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,EAAE,CAAC,EAAE,aAAa,CAAC;IACnB,cAAc,EAAE,MAAM,CAAC;IACvB,gGAAgG;IAChG,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;;AA8CD,wBAAqC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ix_waterford/lib",
3
- "version": "1.0.75",
3
+ "version": "1.0.76",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",