@rlucan/ui 20.0.11 → 20.0.13

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.
package/index.d.ts CHANGED
@@ -541,6 +541,7 @@ declare class CheckboxComponent extends UiSimpleComponent implements OnInit {
541
541
 
542
542
  declare class AvatarComponent {
543
543
  user: Partial<{
544
+ anonymous: boolean;
544
545
  avatar: any;
545
546
  shortName: string;
546
547
  shortColour: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rlucan/ui",
3
- "version": "20.0.11",
3
+ "version": "20.0.13",
4
4
  "description": "My UI Components",
5
5
  "author": "rlucan@gmail.com",
6
6
  "peerDependencies": {