Skip to content

Commit

Permalink
[@mantine/demos] Rename theme demos
Browse files Browse the repository at this point in the history
  • Loading branch information
rtivital committed Mar 28, 2022
1 parent d8a932f commit 8953586
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions scripts/rename.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
import fs from 'fs-extra';
import path from 'path';

const base = 'src/mantine-demos/src/demos/theme';
const NAME = 'Theme';
const base = 'src/mantine-demos/src/demos/spotlight';
const NAME = 'Spotlight';

function isUppercase(str: string) {
return str[0].toUpperCase() === str[0];
Expand Down
12 changes: 6 additions & 6 deletions src/mantine-demos/src/demos/theme/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export * from './dark-theme-toggle';
export * from './nested-providers';
export * from './primary-color';
export * from './theme-colors-extend';
export * from './theme-fonts-extend';
export * from './provider-styles';
export * from './Theme.demo.dark-theme-toggle';
export * from './Theme.demo.nested-providers';
export * from './Theme.demo.primary-color';
export * from './Theme.demo.theme-colors-extend';
export * from './Theme.demo.theme-fonts-extend';
export * from './Theme.demo.provider-styles';

0 comments on commit 8953586

Please sign in to comment.