Skip to content

Commit

Permalink
chore: fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
GermainBergeron authored and renovate[bot] committed Jun 5, 2024
1 parent bfbaf1c commit e375d06
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 3 deletions.
3 changes: 3 additions & 0 deletions packages/website/bin/findTsxAndCssModule.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ export const findTsxAndCssModule = async (sourceFolder: string): Promise<string[
!file.includes('TypographyStylesProvider.') &&
!file.includes('TagsInput.') &&
!file.includes('AspectRatio.') &&
!file.includes('Tree.') &&
// we don't want storybook stuff
!file.includes('.story.') &&
// our demo is not built to overlay components
Expand Down Expand Up @@ -48,6 +49,7 @@ export const findTsxAndCssModule = async (sourceFolder: string): Promise<string[
!file.includes('Badge.demo.variantColorsResolver.tsx') &&
!file.includes('Button.demo.loading.tsx') &&
!file.includes('Checkbox.demo.card.tsx') &&
!file.includes('Checkbox.demo.cardGroup.tsx') &&
!file.includes('Checkbox.demo.customize.tsx') &&
!file.includes('Checkbox.demo.indeterminate.tsx') &&
!file.includes('Chip.demo.group.tsx') &&
Expand All @@ -64,6 +66,7 @@ export const findTsxAndCssModule = async (sourceFolder: string): Promise<string[
!file.includes('Popover.demo.arrow.tsx') &&
!file.includes('Progress.demo.usage.tsx') &&
!file.includes('Radio.demo.groupConfigurator.tsx') &&
!file.includes('Radio.demo.cardGroup.tsx') &&
!file.includes('RingProgress.demo.label.tsx') &&
!file.includes('ScrollArea.demo.autosizePopover.tsx') &&
!file.includes('SegmentedControl.demo.disabled.ts') &&
Expand Down
1 change: 1 addition & 0 deletions packages/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"@mantine/hooks": "7.10.1",
"@mantine/modals": "7.10.1",
"@mantine/notifications": "7.10.1",
"@mantinex/dev-icons": "1.0.2",
"@swc/helpers": "0.5.11",
"@tabler/icons-react": "2.47.0",
"@tanstack/match-sorter-utils": "8.15.1",
Expand Down
22 changes: 19 additions & 3 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e375d06

Please sign in to comment.