codexly-ui 0.0.63 → 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.63",
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;