@elderbyte/ngx-starter 22.1.2 → 22.1.3
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
|
@@ -11629,7 +11629,7 @@ declare class ElderChipLabelDirective {
|
|
|
11629
11629
|
readonly levelColor: i0.InputSignal<ElderLevelColor>;
|
|
11630
11630
|
readonly namedColor: i0.InputSignal<ElderNamedColor>;
|
|
11631
11631
|
readonly themeColor: i0.InputSignal<ThemePalette>;
|
|
11632
|
-
readonly chipSize: i0.InputSignal<"
|
|
11632
|
+
readonly chipSize: i0.InputSignal<"medium" | "small">;
|
|
11633
11633
|
readonly cssClasses: i0.Signal<string>;
|
|
11634
11634
|
readonly sizeClass: i0.Signal<string>;
|
|
11635
11635
|
/***************************************************************************
|
|
@@ -17821,7 +17821,7 @@ declare class ElderDashboardTileComponent {
|
|
|
17821
17821
|
readonly icon: i0.InputSignal<string>;
|
|
17822
17822
|
readonly color: i0.InputSignal<ElderNamedColor>;
|
|
17823
17823
|
readonly animated: i0.InputSignalWithTransform<boolean, unknown>;
|
|
17824
|
-
readonly typographySize: i0.InputSignal<"
|
|
17824
|
+
readonly typographySize: i0.InputSignal<"medium" | "small" | "large">;
|
|
17825
17825
|
/***************************************************************************
|
|
17826
17826
|
* *
|
|
17827
17827
|
* Properties *
|