@elderbyte/ngx-starter 22.1.1 → 22.1.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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elderbyte/ngx-starter",
3
- "version": "22.1.1",
3
+ "version": "22.1.3",
4
4
  "license": "MIT",
5
5
  "author": "ElderByte AG (https://elderbyte.com)",
6
6
  "homepage": "https://elderbyte.com",
@@ -11629,7 +11629,7 @@ declare class ElderChipLabelDirective {
11629
11629
  readonly levelColor: i0.InputSignal<ElderLevelColor>;
11630
11630
  readonly namedColor: i0.InputSignal<ElderNamedColor>;
11631
11631
  readonly themeColor: i0.InputSignal<ThemePalette>;
11632
- readonly chipSize: i0.InputSignal<"small" | "medium">;
11632
+ readonly chipSize: i0.InputSignal<"medium" | "small">;
11633
11633
  readonly cssClasses: i0.Signal<string>;
11634
11634
  readonly sizeClass: i0.Signal<string>;
11635
11635
  /***************************************************************************
@@ -17821,7 +17821,7 @@ declare class ElderDashboardTileComponent {
17821
17821
  readonly icon: i0.InputSignal<string>;
17822
17822
  readonly color: i0.InputSignal<ElderNamedColor>;
17823
17823
  readonly animated: i0.InputSignalWithTransform<boolean, unknown>;
17824
- readonly typographySize: i0.InputSignal<"small" | "medium" | "large">;
17824
+ readonly typographySize: i0.InputSignal<"medium" | "small" | "large">;
17825
17825
  /***************************************************************************
17826
17826
  * *
17827
17827
  * Properties *