@elderbyte/ngx-starter 21.12.0 → 21.12.1
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
|
@@ -11632,7 +11632,7 @@ declare class ElderChipLabelDirective {
|
|
|
11632
11632
|
readonly levelColor: i0.InputSignal<ElderLevelColor>;
|
|
11633
11633
|
readonly namedColor: i0.InputSignal<ElderNamedColor>;
|
|
11634
11634
|
readonly themeColor: i0.InputSignal<ThemePalette>;
|
|
11635
|
-
readonly chipSize: i0.InputSignal<"
|
|
11635
|
+
readonly chipSize: i0.InputSignal<"small" | "medium">;
|
|
11636
11636
|
readonly cssClasses: i0.Signal<string>;
|
|
11637
11637
|
readonly sizeClass: i0.Signal<string>;
|
|
11638
11638
|
/***************************************************************************
|