@elderbyte/ngx-starter 21.7.2 → 21.7.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
|
@@ -11581,7 +11581,7 @@ declare class ElderChipLabelDirective {
|
|
|
11581
11581
|
readonly levelColor: i0.InputSignal<ElderLevelColor>;
|
|
11582
11582
|
readonly namedColor: i0.InputSignal<ElderNamedColor>;
|
|
11583
11583
|
readonly themeColor: i0.InputSignal<ThemePalette>;
|
|
11584
|
-
readonly chipSize: i0.InputSignal<"
|
|
11584
|
+
readonly chipSize: i0.InputSignal<"medium" | "small">;
|
|
11585
11585
|
readonly cssClasses: i0.Signal<string>;
|
|
11586
11586
|
readonly sizeClass: i0.Signal<string>;
|
|
11587
11587
|
/***************************************************************************
|