sage-nexus-ui 1.1.3 → 1.2.0

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.ts CHANGED
@@ -335,7 +335,7 @@ declare const useTokens: () => ModeTokens;
335
335
  type MuiAppThemeProviderProps = PropsWithChildren<{
336
336
  mode?: ThemeMode;
337
337
  }>;
338
- declare const MuiAppThemeProvider: ({ children, mode }: MuiAppThemeProviderProps) => react_jsx_runtime.JSX.Element;
338
+ declare const MuiAppThemeProvider: ({ children, mode, }: MuiAppThemeProviderProps) => react_jsx_runtime.JSX.Element;
339
339
 
340
340
  type ThemeModeContextValue = {
341
341
  mode: ThemeMode;