@makolabs/ripple 1.0.6 → 1.0.8

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.
@@ -107,6 +107,7 @@ export type ModalProps = {
107
107
  titleclass?: string;
108
108
  headerclass?: string;
109
109
  backdropclass?: string;
110
+ footerclass?: string;
110
111
  children?: Snippet;
111
112
  footer?: Snippet;
112
113
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@makolabs/ripple",
3
- "version": "1.0.6",
3
+ "version": "1.0.8",
4
4
  "description": "Simple Svelte 5 powered component library ✨",
5
5
  "license": "SEE LICENSE IN LICENSE",
6
6
  "repository": {