codexly-ui 0.0.35 → 0.0.36

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/index.d.ts CHANGED
@@ -987,7 +987,7 @@ declare class ClxButtonComponent {
987
987
  readonly icon: _angular_core.InputSignal<string | undefined>;
988
988
  readonly iconPosition: _angular_core.InputSignal<"left" | "right">;
989
989
  readonly iconOnly: _angular_core.InputSignal<boolean>;
990
- readonly badge: _angular_core.InputSignal<string | number | null>;
990
+ readonly badge: _angular_core.InputSignal<string | number | undefined>;
991
991
  readonly badgeColor: _angular_core.InputSignal<ClxColorInput>;
992
992
  protected readonly _ripples: _angular_core.WritableSignal<ClxRippleItem[]>;
993
993
  private _nextId;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "codexly-ui",
3
- "version": "0.0.35",
3
+ "version": "0.0.36",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^20.3.0",
6
6
  "@angular/core": "^20.3.0",