Skip to content

Commit bf11b30

Browse files
committed
Remove PF3 from demo
1 parent c3a3224 commit bf11b30

File tree

15 files changed

+1
-255
lines changed

15 files changed

+1
-255
lines changed

packages/react-renderer-demo/public/pf3-logo.svg

Lines changed: 0 additions & 21 deletions
This file was deleted.

packages/react-renderer-demo/scripts/generate-component-examples.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ const camelCased = (string) => string.replace(/-([a-z])/g, (g) => g[1].toUpperCa
77
const availableMappers = [
88
{ title: 'MUI', mapper: 'mui' },
99
{ title: 'PF4', mapper: 'pf4' },
10-
{ title: 'PF3', mapper: 'pf3' },
1110
{ title: 'BJS', mapper: 'blueprint' },
1211
{ title: 'SUIR', mapper: 'suir' },
1312
{ title: 'ANT', mapper: 'ant' }

packages/react-renderer-demo/src/components/component-example.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ import clsx from 'clsx';
2121

2222
import * as mui from '../stackblitz-templates/mui-templates';
2323
import * as pf4 from '../stackblitz-templates/pf4-templates';
24-
import * as pf3 from '../stackblitz-templates/pf3-templates';
2524
import * as blueprint from '../stackblitz-templates/blueprint-templates';
2625
import * as suir from '../stackblitz-templates/suir-template';
2726
import * as ant from '../stackblitz-templates/ant-templates';
@@ -32,7 +31,6 @@ import avalableMappers from '../helpers/available-mappers';
3231
const metadata = {
3332
mui,
3433
pf4,
35-
pf3,
3634
blueprint,
3735
suir,
3836
ant,

packages/react-renderer-demo/src/components/footer.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -121,11 +121,6 @@ const Footer = ({ open }) => {
121121
icon=<NpmSvgIcon />
122122
label="PF4 component mapper"
123123
/>
124-
<RepoLink
125-
href="https://www.npmjs.com/package/@data-driven-forms/pf3-component-mapper"
126-
icon=<NpmSvgIcon />
127-
label="PF3 component mapper"
128-
/>
129124
<RepoLink
130125
href="https://www.npmjs.com/package/@data-driven-forms/mui-component-mapper"
131126
icon=<NpmSvgIcon />

packages/react-renderer-demo/src/components/landing-page/landing-page-cards.js

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -265,16 +265,6 @@ const LandingPageCards = () => {
265265
</a>
266266
</RouterLink>
267267
</Grid>
268-
<Grid item xs={6} md={4} xl={2}>
269-
<Typography variant="h6" className={classes.textBottom}>
270-
PatternFly 3
271-
</Typography>
272-
<RouterLink href="/mappers/pf3-component-mapper">
273-
<a href="/mappers/pf3-component-mapper">
274-
<img className={classes.logo} alt="pf4 logo" src="/pf3-logo.svg" />
275-
</a>
276-
</RouterLink>
277-
</Grid>
278268
<Grid item xs={6} md={3} xl={2}>
279269
<Typography variant="h6" className={classes.textBottom}>
280270
BlueprintJS

packages/react-renderer-demo/src/components/navigation/schemas/mappers.schema.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,6 @@ const mappersSchema = [
4343
link: 'mui-component-mapper',
4444
linkText: 'Material UI mapper'
4545
},
46-
{
47-
link: 'pf3-component-mapper',
48-
linkText: 'PF3 mapper'
49-
},
5046
{
5147
link: 'pf4-component-mapper',
5248
linkText: 'PF4 mapper'

packages/react-renderer-demo/src/doc-components/examples-texts/pf3/field-array.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

packages/react-renderer-demo/src/doc-components/examples-texts/pf3/select.md

Lines changed: 0 additions & 17 deletions
This file was deleted.

packages/react-renderer-demo/src/doc-components/examples-texts/pf3/slider.md

Lines changed: 0 additions & 13 deletions
This file was deleted.

packages/react-renderer-demo/src/doc-components/examples-texts/pf3/wizard.md

Lines changed: 0 additions & 56 deletions
This file was deleted.

0 commit comments

Comments
 (0)