codexly-ui 0.0.33 → 0.0.34

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
@@ -968,7 +968,7 @@ declare class ClxRatingComponent {
968
968
  declare class ClxBadgeComponent {
969
969
  readonly variant: _angular_core.InputSignal<ClxBadgeVariant>;
970
970
  readonly color: _angular_core.InputSignal<ClxColorInput>;
971
- readonly size: _angular_core.InputSignal<"sm" | "md">;
971
+ readonly size: _angular_core.InputSignal<"xs" | "sm" | "md">;
972
972
  readonly shape: _angular_core.InputSignal<ClxShape>;
973
973
  readonly positioned: _angular_core.InputSignal<boolean>;
974
974
  protected readonly _hostClass: _angular_core.Signal<string>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "codexly-ui",
3
- "version": "0.0.33",
3
+ "version": "0.0.34",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^20.3.0",
6
6
  "@angular/core": "^20.3.0",