@masterkeymaterial/ui 1.0.3 → 1.0.4
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/package.json
CHANGED
|
@@ -889,8 +889,8 @@ declare class UiCard {
|
|
|
889
889
|
declare class UiAvatar {
|
|
890
890
|
src: _angular_core.InputSignal<string | undefined>;
|
|
891
891
|
nome: _angular_core.InputSignal<string | undefined>;
|
|
892
|
-
tamanho: _angular_core.InputSignal<"sm" | "md" | "lg" | "xl" | "xs">;
|
|
893
|
-
formato: _angular_core.InputSignal<"square" | "circle">;
|
|
892
|
+
tamanho: _angular_core.InputSignal<"sm" | "md" | "lg" | "xl" | "xs" | "2xl">;
|
|
893
|
+
formato: _angular_core.InputSignal<"square" | "circle" | "rounded">;
|
|
894
894
|
tema: _angular_core.InputSignal<ITiposTema | undefined>;
|
|
895
895
|
iniciais: _angular_core.Signal<string>;
|
|
896
896
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<UiAvatar, never>;
|