@elderbyte/ngx-starter 21.14.0-beta.2 → 21.14.0
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
|
@@ -11620,7 +11620,7 @@ declare class ElderChipLabelDirective {
|
|
|
11620
11620
|
readonly levelColor: i0.InputSignal<ElderLevelColor>;
|
|
11621
11621
|
readonly namedColor: i0.InputSignal<ElderNamedColor>;
|
|
11622
11622
|
readonly themeColor: i0.InputSignal<ThemePalette>;
|
|
11623
|
-
readonly chipSize: i0.InputSignal<"
|
|
11623
|
+
readonly chipSize: i0.InputSignal<"medium" | "small">;
|
|
11624
11624
|
readonly cssClasses: i0.Signal<string>;
|
|
11625
11625
|
readonly sizeClass: i0.Signal<string>;
|
|
11626
11626
|
/***************************************************************************
|