@lax-wp/design-system 0.3.8 → 0.3.10

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.
@@ -3,7 +3,7 @@ export interface IConfirmationModalProps {
3
3
  /** Whether the modal is visible */
4
4
  visible: boolean;
5
5
  /** Callback when modal is closed */
6
- onClose: () => void;
6
+ onClose: (value?: string | number | boolean | object | null | undefined) => void;
7
7
  /** Content/message of the confirmation popup */
8
8
  content: React.ReactNode;
9
9
  /** Title of the confirmation popup */
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@lax-wp/design-system",
3
3
  "private": false,
4
- "version": "0.3.8",
4
+ "version": "0.3.10",
5
5
  "type": "module",
6
6
  "main": "dist/index.umd.js",
7
7
  "module": "dist/index.es.js",