@moonbase.sh/storefront 0.2.133 → 0.2.138

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.
@@ -227,6 +227,7 @@ declare interface MoonbaseOptions {
227
227
  redirect: boolean;
228
228
  };
229
229
  theme: {
230
+ dark: boolean;
230
231
  colors: {
231
232
  primary: Record<number, string> | string;
232
233
  background: 'white' | 'gray';