@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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elderbyte/ngx-starter",
3
- "version": "21.12.0",
3
+ "version": "21.12.1",
4
4
  "license": "MIT",
5
5
  "author": "ElderByte AG (https://elderbyte.com)",
6
6
  "homepage": "https://elderbyte.com",
@@ -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<"medium" | "small">;
11635
+ readonly chipSize: i0.InputSignal<"small" | "medium">;
11636
11636
  readonly cssClasses: i0.Signal<string>;
11637
11637
  readonly sizeClass: i0.Signal<string>;
11638
11638
  /***************************************************************************