mautourco-components 0.2.158 → 0.2.159

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.
@@ -15,6 +15,10 @@ export interface DialogCancellationListProps {
15
15
  * The cancellations to display.
16
16
  */
17
17
  cancellations: CancellationPolicyItem[];
18
+ /**
19
+ * The callback function to call when the submit button is clicked.
20
+ */
21
+ onSubmit?: () => void;
18
22
  }
19
23
  export declare function CancellationsList(props: DialogCancellationListProps): import("react/jsx-runtime").JSX.Element;
20
24
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mautourco-components",
3
- "version": "0.2.158",
3
+ "version": "0.2.159",
4
4
  "private": false,
5
5
  "description": "Bibliothèque de composants Mautourco pour le redesign",
6
6
  "main": "dist/index.js",
@@ -24,6 +24,10 @@ export interface DialogCancellationListProps {
24
24
  * The cancellations to display.
25
25
  */
26
26
  cancellations: CancellationPolicyItem[];
27
+ /**
28
+ * The callback function to call when the submit button is clicked.
29
+ */
30
+ onSubmit?: () => void;
27
31
  }
28
32
 
29
33
  const isAccommodation = (