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
package/types/codexly-ui.d.ts
CHANGED
|
@@ -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;
|