Skip to content

Commit

Permalink
Merge pull request #1454 from coveo/clean-form-layout
Browse files Browse the repository at this point in the history
Clean form layout
  • Loading branch information
FelixBlaisThon authored Feb 24, 2020
2 parents 9048f67 + 7859cee commit 4949396
Show file tree
Hide file tree
Showing 10 changed files with 8 additions and 364 deletions.
10 changes: 2 additions & 8 deletions packages/demo/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,12 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline

# [5.13.0](https://github.com/coveo/react-vapor/compare/v5.12.1...v5.13.0) (2020-02-21)


### Features

* **demo:** move all example files into the demo package ([ec3b532](https://github.com/coveo/react-vapor/commit/ec3b532f85e8586f32f4e44f52aa25d33c1a14ce))




- **demo:** move all example files into the demo package ([ec3b532](https://github.com/coveo/react-vapor/commit/ec3b532f85e8586f32f4e44f52aa25d33c1a14ce))

# [5.12.0](https://github.com/coveo/react-vapor/compare/v5.11.0...v5.12.0) (2020-02-20)


### Features

* **demo:** create the new package with a minimalistic demo ([617f29d](https://github.com/coveo/react-vapor/commit/617f29d6ce835b7f7d22e805a82251f3f320bbcc))
- **demo:** create the new package with a minimalistic demo ([617f29d](https://github.com/coveo/react-vapor/commit/617f29d6ce835b7f7d22e805a82251f3f320bbcc))
6 changes: 0 additions & 6 deletions packages/demo/src/styles/Menu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,6 @@ const Navigation: React.FunctionComponent = () => (
<NavigationLink href="/progress-bar" name="Progress bar" />
<NavigationLink href="/file-input" name="File input" />
</NavigationSection>
<NavigationSection title="Form Layout" baseUrl="/form-layout" svgName="dashboard">
<NavigationLink href="/groups" name="Groups" />
<NavigationLink href="/child-element" name="Child element" />
<NavigationLink href="/split-layout" name="Split layout" />
<NavigationLink href="/child-section-element" name="Child section element" />
</NavigationSection>
<NavigationSection title="Headers" baseUrl="/headers" svgName="explorer">
<NavigationLink href="/panel" name="Panel" />
<NavigationLink href="/site" name="Site" />
Expand Down
132 changes: 0 additions & 132 deletions packages/demo/src/styles/form-layouts/FormChild.tsx

This file was deleted.

56 changes: 0 additions & 56 deletions packages/demo/src/styles/form-layouts/FormChildSection.tsx

This file was deleted.

25 changes: 0 additions & 25 deletions packages/demo/src/styles/form-layouts/FormGroups.tsx

This file was deleted.

62 changes: 0 additions & 62 deletions packages/demo/src/styles/form-layouts/SplitLayout.tsx

This file was deleted.

21 changes: 0 additions & 21 deletions packages/demo/src/styles/form-layouts/index.tsx

This file was deleted.

2 changes: 0 additions & 2 deletions packages/demo/src/styles/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import Colors from './colors';
import Components from './components';
import Filtering from './filtering';
import FormControls from './form';
import FormLayout from './form-layouts';
import GeneralGuidelines from './general-guidelines';
import Headers from './headers';
import Icons from './icons';
Expand All @@ -30,7 +29,6 @@ const Styles: React.FunctionComponent<RouteComponentProps> = ({match}) => {
<Route path={`${match.url}/components`} component={Components} />
<Route path={`${match.url}/filtering`} component={Filtering} />
<Route path={`${match.url}/form-controls`} component={FormControls} />
<Route path={`${match.url}/form-layout`} component={FormLayout} />
<Route path={`${match.url}/headers`} component={Headers} />
<Route path={`${match.url}/icons`} component={Icons} />
<Route path={`${match.url}/messages`} component={Messages} />
Expand Down
Loading

0 comments on commit 4949396

Please sign in to comment.