@dynamic-mockups/design-system 0.2.19 → 0.2.22

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.
@@ -65,7 +65,7 @@ export interface CancellationFlowCallbacks {
65
65
  onSubmitFeatureRequest?: (feature: string) => void;
66
66
  onSubmitFeedback?: (feedback: string) => void;
67
67
  onBookSupport?: () => void;
68
- onConfirmCancellation?: (reason?: CancellationReason) => void;
68
+ onConfirmCancellation?: (reason?: CancellationReason, detailedReason?: string) => void;
69
69
  onStepChange?: (newStep: CancellationStep, previousStep: CancellationStep) => void;
70
70
  /** Fired when the user completes an action that closes the modal (accept offer, back to dashboard, etc.) */
71
71
  onClose?: () => void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dynamic-mockups/design-system",
3
- "version": "0.2.19",
3
+ "version": "0.2.22",
4
4
  "description": "A professional, scalable design system built with React 18, TypeScript, Radix UI, and Storybook",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",