manolis-ui 0.0.13 → 0.1.2

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/dist/index.d.ts CHANGED
@@ -294,6 +294,7 @@ export declare const AdvancedSearch: __VLS_WithTemplateSlots_7<typeof __VLS_comp
294
294
 
295
295
  export declare const Avatar: DefineComponent<Props_7, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props_7> & Readonly<{}>, {
296
296
  onlineStatus: "online" | "offline" | "none";
297
+ fullyRounded: boolean;
297
298
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
298
299
 
299
300
  export declare const Badge: __VLS_WithTemplateSlots_5<typeof __VLS_component_5, __VLS_TemplateResult_5["slots"]>;
@@ -444,6 +445,7 @@ declare interface Props_7 {
444
445
  image: string;
445
446
  onlineStatus?: "online" | "offline" | "none";
446
447
  initials?: string;
448
+ fullyRounded?: boolean;
447
449
  }
448
450
 
449
451
  declare interface Props_8 {