Skip to content

Commit

Permalink
[docs-infra] Add Toolpad to muiNpmOrgs for codesandbox demos (mui#42316)
Browse files Browse the repository at this point in the history
  • Loading branch information
Janpot authored May 22, 2024
1 parent 9a88575 commit 9c62cf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/modules/sandbox/Dependencies.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { CODE_VARIANTS } from 'docs/src/modules/constants';
import type { MuiProductId } from 'docs/src/modules/utils/getProductInfoFromUrl';

const packagesWithBundledTypes = ['date-fns', '@emotion/react', '@emotion/styled', 'dayjs'];
const muiNpmOrgs = ['@mui', '@base_ui', '@pigment-css'];
const muiNpmOrgs = ['@mui', '@base_ui', '@pigment-css', '@toolpad'];

/**
* WARNING: Always uses `latest` typings.
Expand Down

0 comments on commit 9c62cf0

Please sign in to comment.