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