Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(breadcrumb): update breadcrumb and logo - INNO-1079 #694

Merged
merged 8 commits into from
May 29, 2018
Merged
Show file tree
Hide file tree
Changes from 6 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
.changelog
node_modules
dist
build
/src/systems/*/_imports
**/errorShots
**/screenshots/captured
Expand Down
2 changes: 1 addition & 1 deletion examples/webpack4-eu/src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ <h2 lang="en" class="ecl-heading ecl-heading--h2 ecl-dialog__title">
<span class="ecl-u-sr-only">You are here:</span>
<ol class="ecl-breadcrumb__segments-wrapper">
<li class="ecl-breadcrumb__segment ecl-breadcrumb__segment--first">
<a class="ecl-link ecl-link--inverted ecl-link--standalone ecl-breadcrumb__link" href="https://ec.europa.eu/commission/index_en">European Commission</a>
<a class="ecl-link ecl-link--inverted ecl-link--standalone ecl-breadcrumb__link" href="https://ec.europa.eu/commission/index_en">Home</a>
</li>
<li class="ecl-breadcrumb__segment ecl-breadcrumb__segment--last">
<a class="ecl-link ecl-link--inverted ecl-link--standalone ecl-breadcrumb__link" href="../../example.html#">Example</a>
Expand Down
2 changes: 1 addition & 1 deletion examples/webpack4/src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ <h2 lang="en" class="ecl-heading ecl-heading--h2 ecl-dialog__title">
<span class="ecl-u-sr-only">You are here:</span>
<ol class="ecl-breadcrumb__segments-wrapper">
<li class="ecl-breadcrumb__segment ecl-breadcrumb__segment--first">
<a class="ecl-link ecl-link--inverted ecl-link--standalone ecl-breadcrumb__link" href="https://ec.europa.eu/commission/index_en">European Commission</a>
<a class="ecl-link ecl-link--inverted ecl-link--standalone ecl-breadcrumb__link" href="https://ec.europa.eu/commission/index_en">Home</a>
</li>
<li class="ecl-breadcrumb__segment ecl-breadcrumb__segment--last">
<a class="ecl-link ecl-link--inverted ecl-link--standalone ecl-breadcrumb__link" href="../../example.html#">Example</a>
Expand Down
2 changes: 1 addition & 1 deletion src/generic/generic-component-breadcrumb/data/demo.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module.exports = {
segments: [
{
href: '../../example.html#',
label: 'European Commission',
label: 'Home',
},
{
href: '../../example.html#',
Expand Down
2 changes: 1 addition & 1 deletion src/systems/ec/_partials/_preview-full-page.twig
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
variant: 'default',
identity: 'Search',
breadcrumb: [
{ href: 'https://ec.europa.eu/commission/index_en', label: 'European Commission' },
{ href: 'https://ec.europa.eu/commission/index_en', label: 'Home' },
{ href: '../../example.html#', label: 'Search' },
]
} %}
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ module.exports = {
context: Object.assign(
{},
{
global: {
language: 'en',
},
languages,
variant: 'splash',
logo: true,
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ module.exports = {
breadcrumb: [
{
href: 'https://ec.europa.eu/commission/index_en',
label: 'European Commission',
label: 'Home',
},
{
href: '../../example.html#',
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ module.exports = {
breadcrumb: [
{
href: 'https://ec.europa.eu/commission/index_en',
label: 'European Commission',
label: 'Home',
},
{
href: '../../example.html#',
Expand Down Expand Up @@ -53,7 +53,7 @@ module.exports = {
breadcrumb: [
{
href: 'https://ec.europa.eu/commission/index_en',
label: 'European Commission',
label: 'Home',
},
{
href: '../../example.html#',
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/systems/eu/_partials/_preview-full-page.twig
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
variant: 'default',
identity: 'Search',
breadcrumb: [
{ href: 'https://ec.europa.eu/commission/index_en', label: 'European Commission' },
{ href: 'https://ec.europa.eu/commission/index_en', label: 'Home' },
{ href: '../../example.html#', label: 'Search' },
]
} %}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ module.exports = {
context: Object.assign(
{},
{
global: {
language: 'en',
},
languages,
variant: 'splash',
logo: true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ module.exports = {
breadcrumb: [
{
href: 'https://ec.europa.eu/commission/index_en',
label: 'European Commission',
label: 'Home',
},
{
href: '../../example.html#',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ module.exports = {
breadcrumb: [
{
href: 'https://ec.europa.eu/commission/index_en',
label: 'European Commission',
label: 'Home',
},
{
href: '../../example.html#',
Expand Down Expand Up @@ -53,7 +53,7 @@ module.exports = {
breadcrumb: [
{
href: 'https://ec.europa.eu/commission/index_en',
label: 'European Commission',
label: 'Home',
},
{
href: '../../example.html#',
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<ol class="ecl-breadcrumb__segments-wrapper">
<li class="ecl-breadcrumb__segment ecl-breadcrumb__segment--first">
<a href="https://ec.europa.eu/commission/index_en" class="ecl-link ecl-link--inverted ecl-link--standalone ecl-breadcrumb__link">European Commission</a>
<a href="https://ec.europa.eu/commission/index_en" class="ecl-link ecl-link--inverted ecl-link--standalone ecl-breadcrumb__link">Home</a>
</li>
<li class="ecl-breadcrumb__segment ecl-breadcrumb__segment--last">
<a href="https://ec-europa.github.io/europa-component-library/" class="ecl-link ecl-link--inverted ecl-link--standalone ecl-breadcrumb__link">Europa Component Library</a>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<ol class="ecl-breadcrumb__segments-wrapper">
<li class="ecl-breadcrumb__segment ecl-breadcrumb__segment--first">
<a href="https://ec.europa.eu/commission/index_en" class="ecl-link ecl-link--inverted ecl-link--standalone ecl-breadcrumb__link">European Commission</a>
<a href="https://ec.europa.eu/commission/index_en" class="ecl-link ecl-link--inverted ecl-link--standalone ecl-breadcrumb__link">Home</a>
</li>
<li class="ecl-breadcrumb__segment ecl-breadcrumb__segment--last">
<a href="https://ec-europa.github.io/europa-component-library/" class="ecl-link ecl-link--inverted ecl-link--standalone ecl-breadcrumb__link">Europa Component Library</a>
Expand Down
2 changes: 1 addition & 1 deletion website/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
<span class="ecl-u-sr-only">You are here:</span>
<ol class="ecl-breadcrumb__segments-wrapper">
<li class="ecl-breadcrumb__segment ecl-breadcrumb__segment--first">
<a href="https://ec.europa.eu/commission/index_en" class="ecl-link ecl-link--inverted ecl-link--standalone ecl-breadcrumb__link">European Commission</a>
<a href="https://ec.europa.eu/commission/index_en" class="ecl-link ecl-link--inverted ecl-link--standalone ecl-breadcrumb__link">Home</a>
</li>
<li class="ecl-breadcrumb__segment ecl-breadcrumb__segment--last">
<a href="/" class="ecl-link ecl-link--inverted ecl-link--standalone ecl-breadcrumb__link">Europa Component Library</a>
Expand Down