@mahatisystems/mahati-ui-components 1.0.22 → 1.0.24

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.mts CHANGED
@@ -126,6 +126,7 @@ interface ModalProps {
126
126
  height?: string | number;
127
127
  headerHeight?: string | number;
128
128
  children?: react__default.ReactNode;
129
+ footer?: react__default.ReactNode;
129
130
  radius?: string | number;
130
131
  showCloseButton?: boolean;
131
132
  isFloating?: boolean;
package/dist/index.d.ts CHANGED
@@ -126,6 +126,7 @@ interface ModalProps {
126
126
  height?: string | number;
127
127
  headerHeight?: string | number;
128
128
  children?: react__default.ReactNode;
129
+ footer?: react__default.ReactNode;
129
130
  radius?: string | number;
130
131
  showCloseButton?: boolean;
131
132
  isFloating?: boolean;