-
Notifications
You must be signed in to change notification settings - Fork 118
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Proper node-pl pa11y url * Generator js name * Update generator to not export demo twig/yaml within index.js * Fix extra block region in article.twig * Move svg to non-printing module * Update dependency stylelint-scss to ^3.13.0 (#654) * 10.6.2 tweaks (#653) * Proper node-pl pa11y url * Generator js name * Update generator to not export demo twig/yaml within index.js * Fix extra block region in article.twig * Update dependency stylelint-scss to ^3.13.0 * Update dependency eslint to ^6.7.1 (#659) * 10.6.2 tweaks (#653) * Proper node-pl pa11y url * Generator js name * Update generator to not export demo twig/yaml within index.js * Fix extra block region in article.twig * Update dependency core-js to ^3.4.2 * Update dependency @pattern-lab/uikit-workshop to ^5.3.3 * Update babel monorepo to ^7.7.4 * Update dependency eslint to ^6.7.1 * Update dependency url-loader to ^2.3.0 (#656) * 10.6.2 tweaks (#653) * Proper node-pl pa11y url * Generator js name * Update generator to not export demo twig/yaml within index.js * Fix extra block region in article.twig * Update dependency url-loader to ^2.3.0 * Dep updates for november * Use spread instead of object.assign in new component * Simplified demo export syntax * Update minor deps, footer comments
- Loading branch information
Showing
31 changed files
with
5,570 additions
and
1,846 deletions.
There are no files selected for viewing
27 changes: 9 additions & 18 deletions
27
apps/node-pl/pattern-lab/_patterns/00-protons-demo/index.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,10 @@ | ||
import borders from './borders.twig'; | ||
import breakpoints from './breakpoints.twig'; | ||
import colors from './colors.twig'; | ||
import demoBlock from './_demo-block.twig'; | ||
import spacing from './spacing.twig'; | ||
import tables from './tables.twig'; | ||
import type from './type.twig'; | ||
import welcome from './welcome.twig'; | ||
import './borders.twig'; | ||
import './breakpoints.twig'; | ||
import './colors.twig'; | ||
import './_demo-block.twig'; | ||
import './spacing.twig'; | ||
import './tables.twig'; | ||
import './type.twig'; | ||
import './welcome.twig'; | ||
|
||
|
||
export default { | ||
borders, | ||
breakpoints, | ||
colors, | ||
demoBlock, | ||
spacing, | ||
tables, | ||
type, | ||
welcome, | ||
}; |
9 changes: 2 additions & 7 deletions
9
apps/node-pl/pattern-lab/_patterns/01-atoms-demo/alert/index.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,2 @@ | ||
import twig from './alerts.twig'; | ||
import yaml from './alerts.yml'; | ||
|
||
export default { | ||
twig, | ||
yaml, | ||
}; | ||
import './alerts.twig'; | ||
import './alerts.yml'; |
12 changes: 3 additions & 9 deletions
12
apps/node-pl/pattern-lab/_patterns/01-atoms-demo/badge/index.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,3 @@ | ||
import twig from './badges.twig'; | ||
import markdown from './badges.md'; | ||
import yaml from './badges.yml'; | ||
|
||
export default { | ||
twig, | ||
markdown, | ||
yaml, | ||
}; | ||
import './badges.twig'; | ||
import './badges.md'; | ||
import './badges.yml'; |
6 changes: 1 addition & 5 deletions
6
apps/node-pl/pattern-lab/_patterns/01-atoms-demo/branding/index.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1 @@ | ||
import twig from './brandings.twig'; | ||
|
||
export default { | ||
twig, | ||
}; | ||
import './brandings.twig'; |
9 changes: 2 additions & 7 deletions
9
apps/node-pl/pattern-lab/_patterns/01-atoms-demo/breadcrumb/index.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,2 @@ | ||
import twig from './breadcrumbs.twig'; | ||
import yaml from './breadcrumbs.yml'; | ||
|
||
export default { | ||
twig, | ||
yaml, | ||
}; | ||
import './breadcrumbs.twig'; | ||
import './breadcrumbs.yml'; |
12 changes: 3 additions & 9 deletions
12
apps/node-pl/pattern-lab/_patterns/01-atoms-demo/button/index.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,3 @@ | ||
import twig from './buttons.twig'; | ||
import markdown from './buttons.md'; | ||
import yaml from './buttons.yml'; | ||
|
||
export default { | ||
twig, | ||
markdown, | ||
yaml, | ||
}; | ||
import './buttons.twig'; | ||
import './buttons.md'; | ||
import './buttons.yml'; |
12 changes: 3 additions & 9 deletions
12
apps/node-pl/pattern-lab/_patterns/01-atoms-demo/dropdown/index.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,3 @@ | ||
import twig from './dropdowns.twig'; | ||
import markdown from './dropdowns.md'; | ||
import yaml from './dropdowns.yml'; | ||
|
||
export default { | ||
twig, | ||
markdown, | ||
yaml, | ||
}; | ||
import './dropdowns.twig'; | ||
import './dropdowns.md'; | ||
import './dropdowns.yml'; |
9 changes: 2 additions & 7 deletions
9
apps/node-pl/pattern-lab/_patterns/01-atoms-demo/grid/index.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,2 @@ | ||
import gridDemo from './grid-demo.twig'; | ||
import layoutDemo from './layout-demo.twig'; | ||
|
||
export default { | ||
gridDemo, | ||
layoutDemo, | ||
}; | ||
import './grid-demo.twig'; | ||
import './layout-demo.twig'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12 changes: 3 additions & 9 deletions
12
apps/node-pl/pattern-lab/_patterns/01-atoms-demo/list-group/index.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,3 @@ | ||
import twig from './list-groups.twig'; | ||
import markdown from './list-groups.md'; | ||
import yaml from './list-groups.yml'; | ||
|
||
export default { | ||
twig, | ||
markdown, | ||
yaml, | ||
}; | ||
import './list-groups.twig'; | ||
import './list-groups.md'; | ||
import './list-groups.yml'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
9 changes: 2 additions & 7 deletions
9
apps/node-pl/pattern-lab/_patterns/02-molecules-demo/card/index.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,2 @@ | ||
import twig from './cards.twig'; | ||
import yaml from './cards.yml'; | ||
|
||
export default { | ||
twig, | ||
yaml, | ||
}; | ||
import './cards.twig'; | ||
import './cards.yml'; |
9 changes: 2 additions & 7 deletions
9
apps/node-pl/pattern-lab/_patterns/02-molecules-demo/carousel/index.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,2 @@ | ||
import twig from './carousels.twig'; | ||
import yaml from './carousels.yml'; | ||
|
||
export default { | ||
twig, | ||
yaml, | ||
}; | ||
import './carousels.twig'; | ||
import './carousels.yml'; |
9 changes: 2 additions & 7 deletions
9
apps/node-pl/pattern-lab/_patterns/02-molecules-demo/jumbotron/index.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,2 @@ | ||
import twig from './jumbotrons.twig'; | ||
import yaml from './jumbotrons.yml'; | ||
|
||
export default { | ||
twig, | ||
yaml, | ||
}; | ||
import './jumbotrons.twig'; | ||
import './jumbotrons.yml'; |
12 changes: 3 additions & 9 deletions
12
apps/node-pl/pattern-lab/_patterns/02-molecules-demo/nav/index.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,3 @@ | ||
import twig from './navs.twig'; | ||
import markdown from './navs.md'; | ||
import yaml from './navs.yml'; | ||
|
||
export default { | ||
twig, | ||
markdown, | ||
yaml, | ||
}; | ||
import './navs.twig'; | ||
import './navs.md'; | ||
import './navs.yml'; |
9 changes: 2 additions & 7 deletions
9
apps/node-pl/pattern-lab/_patterns/02-molecules-demo/pagination/index.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,2 @@ | ||
import twig from './paginations.twig'; | ||
import yaml from './paginations.yml'; | ||
|
||
export default { | ||
twig, | ||
yaml, | ||
}; | ||
import './paginations.twig'; | ||
import './paginations.yml'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
9 changes: 2 additions & 7 deletions
9
apps/node-pl/pattern-lab/_patterns/03-organisms-demo/accordion/index.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,2 @@ | ||
import twig from './accordions.twig'; | ||
import yaml from './accordions.yml'; | ||
|
||
export default { | ||
twig, | ||
yaml, | ||
}; | ||
import './accordions.twig'; | ||
import './accordions.yml'; |
6 changes: 1 addition & 5 deletions
6
apps/node-pl/pattern-lab/_patterns/03-organisms-demo/article/index.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1 @@ | ||
import twig from './articles.twig'; | ||
|
||
export default { | ||
twig, | ||
}; | ||
import './articles.twig'; |
9 changes: 2 additions & 7 deletions
9
apps/node-pl/pattern-lab/_patterns/03-organisms-demo/card-grid/index.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,2 @@ | ||
import twig from './card-grids.twig'; | ||
import yaml from './card-grids.yml'; | ||
|
||
export default { | ||
twig, | ||
yaml, | ||
}; | ||
import './card-grids.twig'; | ||
import './card-grids.yml'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12 changes: 3 additions & 9 deletions
12
apps/node-pl/pattern-lab/_patterns/03-organisms-demo/navbar/index.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,3 @@ | ||
import twig from './navbars.twig'; | ||
import markdown from './navbars.md'; | ||
import yaml from './navbars.yml'; | ||
|
||
export default { | ||
twig, | ||
markdown, | ||
yaml, | ||
}; | ||
import './navbars.twig'; | ||
import './navbars.md'; | ||
import './navbars.yml'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.