codexly-ui 0.0.62 → 0.0.64

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": "codexly-ui",
3
- "version": "0.0.62",
3
+ "version": "0.0.64",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^21.0.0",
6
6
  "@angular/core": "^21.0.0",
@@ -598,7 +598,7 @@ interface ClxAnimateEvent {
598
598
  timestamp: number;
599
599
  }
600
600
 
601
- type ClxModalSize = 'sm' | 'md' | 'lg' | 'full';
601
+ type ClxModalSize = 'sm' | 'md' | 'lg' | 'xl' | 'full';
602
602
  interface ClxModalButtonOptions {
603
603
  text: string;
604
604
  color?: ClxButtonColor;
@@ -972,7 +972,7 @@ declare class ClxRatingComponent {
972
972
  declare class ClxBadgeComponent {
973
973
  readonly variant: _angular_core.InputSignal<ClxBadgeVariant>;
974
974
  readonly color: _angular_core.InputSignal<ClxColorInput>;
975
- readonly size: _angular_core.InputSignal<"xs" | "sm" | "md">;
975
+ readonly size: _angular_core.InputSignal<"sm" | "md" | "xs">;
976
976
  readonly shape: _angular_core.InputSignal<ClxShape>;
977
977
  readonly positioned: _angular_core.InputSignal<boolean>;
978
978
  protected readonly _hostClass: _angular_core.Signal<string>;
@@ -983,7 +983,7 @@ declare class ClxBadgeComponent {
983
983
  declare class ClxButtonComponent {
984
984
  readonly variant: _angular_core.InputSignal<ClxButtonVariant>;
985
985
  readonly color: _angular_core.InputSignal<ClxColorInput>;
986
- readonly size: _angular_core.InputSignal<"xxs" | "xs" | "sm" | "md" | "lg">;
986
+ readonly size: _angular_core.InputSignal<"sm" | "md" | "lg" | "xxs" | "xs">;
987
987
  readonly shape: _angular_core.InputSignal<ClxShape>;
988
988
  readonly loading: _angular_core.InputSignal<boolean>;
989
989
  readonly disabled: _angular_core.InputSignal<boolean>;