@clasing/ui 0.1.68 → 0.1.70

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/dist/index.d.ts CHANGED
@@ -388,9 +388,9 @@ declare interface ModalProps {
388
388
  className?: string;
389
389
  children: default_2.ReactNode;
390
390
  isOpen: boolean;
391
- setIsOpen: default_2.Dispatch<default_2.SetStateAction<boolean>>;
391
+ setIsOpen?: default_2.Dispatch<default_2.SetStateAction<boolean>>;
392
392
  canClose?: boolean;
393
- intent?: 'card' | 'sheet';
393
+ intent?: 'card' | 'sheet' | 'wizard' | 'fullscreen';
394
394
  overlay?: 'blur' | 'opacity';
395
395
  closeButtonAriaLabel?: string;
396
396
  closeOnClickOutside?: boolean;