pxengine 0.1.102 → 0.1.104

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 CHANGED
@@ -2353,7 +2353,7 @@ interface ActionButtonProps {
2353
2353
  /**
2354
2354
  * Triggered when the user clicks the button or timer expires
2355
2355
  */
2356
- onProceed: () => void;
2356
+ onProceed?: () => void;
2357
2357
  /**
2358
2358
  * Button variant (from shadcn)
2359
2359
  */
package/dist/index.d.ts CHANGED
@@ -2353,7 +2353,7 @@ interface ActionButtonProps {
2353
2353
  /**
2354
2354
  * Triggered when the user clicks the button or timer expires
2355
2355
  */
2356
- onProceed: () => void;
2356
+ onProceed?: () => void;
2357
2357
  /**
2358
2358
  * Button variant (from shadcn)
2359
2359
  */