@moonbase.sh/storefront 0.2.120 → 0.2.123

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.
@@ -221,7 +221,7 @@ declare interface MoonbaseOptions {
221
221
  body: 'Inter' | 'Roboto' | 'EB Garamond' | 'Merriweather';
222
222
  };
223
223
  corners: 'sharp' | 'soft' | 'round';
224
- buttons: 'a' | 'b' | 'c';
224
+ buttons: 'outlined' | 'light';
225
225
  cards: 'outlined' | 'shadow' | 'white';
226
226
  };
227
227
  target: HTMLElement | undefined;