@scalably/ui 0.4.3 → 0.4.4
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.cts +1 -9
- package/dist/index.d.ts +1 -9
- package/dist/index.esm.js +3 -3
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +3 -3
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -1463,7 +1463,7 @@ interface CelebrationModalProps {
|
|
|
1463
1463
|
/** Main headline text */
|
|
1464
1464
|
title: string;
|
|
1465
1465
|
/** Optional body content */
|
|
1466
|
-
children?:
|
|
1466
|
+
children?: react__default.ReactNode;
|
|
1467
1467
|
/** Invoked when the Lottie animation completes */
|
|
1468
1468
|
onAnimationComplete?: () => void;
|
|
1469
1469
|
/** Optional Lottie segment to play [startFrame, endFrame] */
|
|
@@ -1471,14 +1471,6 @@ interface CelebrationModalProps {
|
|
|
1471
1471
|
/** Optional class override for the backdrop wrapper */
|
|
1472
1472
|
className?: string;
|
|
1473
1473
|
}
|
|
1474
|
-
/**
|
|
1475
|
-
* CelebrationModal - Animated success modal with Lottie support.
|
|
1476
|
-
*
|
|
1477
|
-
* - Accessible dialog semantics (`role="dialog"`, `aria-modal`)
|
|
1478
|
-
* - Backdrop + Escape to dismiss, close button with aria-label
|
|
1479
|
-
* - Built-in celebration animation with ability to override via `animationData`
|
|
1480
|
-
* - Animation completion callback and optional segment control
|
|
1481
|
-
*/
|
|
1482
1474
|
declare const CelebrationModal: {
|
|
1483
1475
|
({ open, onClose, animationData, title, children, onAnimationComplete, initialSegment, className, }: CelebrationModalProps): react_jsx_runtime.JSX.Element | null;
|
|
1484
1476
|
displayName: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -1463,7 +1463,7 @@ interface CelebrationModalProps {
|
|
|
1463
1463
|
/** Main headline text */
|
|
1464
1464
|
title: string;
|
|
1465
1465
|
/** Optional body content */
|
|
1466
|
-
children?:
|
|
1466
|
+
children?: react__default.ReactNode;
|
|
1467
1467
|
/** Invoked when the Lottie animation completes */
|
|
1468
1468
|
onAnimationComplete?: () => void;
|
|
1469
1469
|
/** Optional Lottie segment to play [startFrame, endFrame] */
|
|
@@ -1471,14 +1471,6 @@ interface CelebrationModalProps {
|
|
|
1471
1471
|
/** Optional class override for the backdrop wrapper */
|
|
1472
1472
|
className?: string;
|
|
1473
1473
|
}
|
|
1474
|
-
/**
|
|
1475
|
-
* CelebrationModal - Animated success modal with Lottie support.
|
|
1476
|
-
*
|
|
1477
|
-
* - Accessible dialog semantics (`role="dialog"`, `aria-modal`)
|
|
1478
|
-
* - Backdrop + Escape to dismiss, close button with aria-label
|
|
1479
|
-
* - Built-in celebration animation with ability to override via `animationData`
|
|
1480
|
-
* - Animation completion callback and optional segment control
|
|
1481
|
-
*/
|
|
1482
1474
|
declare const CelebrationModal: {
|
|
1483
1475
|
({ open, onClose, animationData, title, children, onAnimationComplete, initialSegment, className, }: CelebrationModalProps): react_jsx_runtime.JSX.Element | null;
|
|
1484
1476
|
displayName: string;
|