Skip to content
This repository has been archived by the owner on May 2, 2023. It is now read-only.

fix(site-headers): Icons size reviewed - TWIG-201 #282

Merged
merged 1 commit into from
Jan 10, 2020
Merged
Show file tree
Hide file tree
Changes from all 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
2 changes: 1 addition & 1 deletion php/php_storybook/composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ecl-twig/php-storybook",
"version": "0.0.1-alpha",
"description": "ECL Twig - Package to build a storybook instance on the fly fro both js and php rendered components",
"description": "ECL Twig - Package to build a storybook instance on the fly for both js and php rendered components",
"type": "library",
"scripts": {
"setup": "@composer install --no-interaction --prefer-dist --no-progress",
Expand Down
2 changes: 1 addition & 1 deletion php/php_storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"author": "European Commission",
"license": "EUPL-1.1",
"version": "0.0.1-alpha",
"description": "ECL Twig - Package to build a storybook instance on the fly fro both js and php rendered components",
"description": "ECL Twig - Package to build a storybook instance on the fly for both js and php rendered components",
"private": true,
"scripts": {
"render": "composer run render",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1560,7 +1560,7 @@ exports[`EC - Footer Harmonised Group 3 renders correctly 1`] = `
<img
alt="European Commission logo"
class="ecl-footer-harmonised__logo"
src="logo--en.svg"
src="/logo--en.svg"
title="European Commission"
/>
</li>
Expand Down Expand Up @@ -1616,7 +1616,7 @@ exports[`EC - Footer Harmonised Group 3 renders correctly with extra attributes
<img
alt="European Commission logo"
class="ecl-footer-harmonised__logo"
src="logo--en.svg"
src="/logo--en.svg"
title="European Commission"
/>
</li>
Expand Down Expand Up @@ -1670,7 +1670,7 @@ exports[`EC - Footer Harmonised Group 3 renders correctly with extra class names
<img
alt="European Commission logo"
class="ecl-footer-harmonised__logo"
src="logo--en.svg"
src="/logo--en.svg"
title="European Commission"
/>
</li>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ exports[`EC - Site Header Core Default renders correctly 1`] = `
>
<svg
aria-hidden="true"
class="ecl-icon ecl-icon--m ecl-site-header-core__icon"
class="ecl-icon ecl-icon--s ecl-site-header-core__icon"
focusable="false"
>
<use
Expand All @@ -57,7 +57,7 @@ exports[`EC - Site Header Core Default renders correctly 1`] = `
>
<svg
aria-hidden="true"
class="ecl-icon ecl-icon--m ecl-site-header-core__icon"
class="ecl-icon ecl-icon--s ecl-site-header-core__icon"
focusable="false"
>
<use
Expand Down Expand Up @@ -581,7 +581,7 @@ exports[`EC - Site Header Core Default renders correctly when logged in 1`] = `
>
<svg
aria-hidden="true"
class="ecl-icon ecl-icon--m ecl-site-header-core__icon"
class="ecl-icon ecl-icon--s ecl-site-header-core__icon"
focusable="false"
>
<use
Expand Down Expand Up @@ -632,7 +632,7 @@ exports[`EC - Site Header Core Default renders correctly when logged in 1`] = `
>
<svg
aria-hidden="true"
class="ecl-icon ecl-icon--m ecl-site-header-core__icon"
class="ecl-icon ecl-icon--s ecl-site-header-core__icon"
focusable="false"
>
<use
Expand Down Expand Up @@ -1155,7 +1155,7 @@ exports[`EC - Site Header Core Default renders correctly with extra attributes 1
>
<svg
aria-hidden="true"
class="ecl-icon ecl-icon--m ecl-site-header-core__icon"
class="ecl-icon ecl-icon--s ecl-site-header-core__icon"
focusable="false"
>
<use
Expand All @@ -1177,7 +1177,7 @@ exports[`EC - Site Header Core Default renders correctly with extra attributes 1
>
<svg
aria-hidden="true"
class="ecl-icon ecl-icon--m ecl-site-header-core__icon"
class="ecl-icon ecl-icon--s ecl-site-header-core__icon"
focusable="false"
>
<use
Expand Down Expand Up @@ -1698,7 +1698,7 @@ exports[`EC - Site Header Core Default renders correctly with extra class names
>
<svg
aria-hidden="true"
class="ecl-icon ecl-icon--m ecl-site-header-core__icon"
class="ecl-icon ecl-icon--s ecl-site-header-core__icon"
focusable="false"
>
<use
Expand All @@ -1720,7 +1720,7 @@ exports[`EC - Site Header Core Default renders correctly with extra class names
>
<svg
aria-hidden="true"
class="ecl-icon ecl-icon--m ecl-site-header-core__icon"
class="ecl-icon ecl-icon--s ecl-site-header-core__icon"
focusable="false"
>
<use
Expand Down Expand Up @@ -2241,7 +2241,7 @@ exports[`EC - Site Header Core Translated renders correctly 1`] = `
>
<svg
aria-hidden="true"
class="ecl-icon ecl-icon--m ecl-site-header-core__icon"
class="ecl-icon ecl-icon--s ecl-site-header-core__icon"
focusable="false"
>
<use
Expand All @@ -2263,7 +2263,7 @@ exports[`EC - Site Header Core Translated renders correctly 1`] = `
>
<svg
aria-hidden="true"
class="ecl-icon ecl-icon--m ecl-site-header-core__icon"
class="ecl-icon ecl-icon--s ecl-site-header-core__icon"
focusable="false"
>
<use
Expand Down Expand Up @@ -2786,7 +2786,7 @@ exports[`EC - Site Header Core Translated renders correctly with extra attribute
>
<svg
aria-hidden="true"
class="ecl-icon ecl-icon--m ecl-site-header-core__icon"
class="ecl-icon ecl-icon--s ecl-site-header-core__icon"
focusable="false"
>
<use
Expand All @@ -2808,7 +2808,7 @@ exports[`EC - Site Header Core Translated renders correctly with extra attribute
>
<svg
aria-hidden="true"
class="ecl-icon ecl-icon--m ecl-site-header-core__icon"
class="ecl-icon ecl-icon--s ecl-site-header-core__icon"
focusable="false"
>
<use
Expand Down Expand Up @@ -3329,7 +3329,7 @@ exports[`EC - Site Header Core Translated renders correctly with extra class nam
>
<svg
aria-hidden="true"
class="ecl-icon ecl-icon--m ecl-site-header-core__icon"
class="ecl-icon ecl-icon--s ecl-site-header-core__icon"
focusable="false"
>
<use
Expand All @@ -3351,7 +3351,7 @@ exports[`EC - Site Header Core Translated renders correctly with extra class nam
>
<svg
aria-hidden="true"
class="ecl-icon ecl-icon--m ecl-site-header-core__icon"
class="ecl-icon ecl-icon--s ecl-site-header-core__icon"
focusable="false"
>
<use
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@
path: _icon_file_path,
type: 'general',
name: 'logged-in',
size: 'm'
size: 's'
},
extra_classes: 'ecl-site-header-core__icon'
} only %}
Expand Down Expand Up @@ -217,7 +217,7 @@
path: _icon_file_path,
type: 'general',
name: 'log-in',
size: 'm'
size: 's'
},
extra_classes: 'ecl-site-header-core__icon'
} only %}
Expand All @@ -241,7 +241,7 @@
path: _icon_file_path,
type: 'general',
name: 'language',
size: 'm'
size: 's'
},
extra_classes: 'ecl-site-header-core__icon'
} only %}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ exports[`EC - Site Header Standardised Default renders correctly 1`] = `
>
<svg
aria-hidden="true"
class="ecl-icon ecl-icon--m ecl-site-header-standardised__icon"
class="ecl-icon ecl-icon--s ecl-site-header-standardised__icon"
focusable="false"
>
<use
Expand All @@ -57,7 +57,7 @@ exports[`EC - Site Header Standardised Default renders correctly 1`] = `
>
<svg
aria-hidden="true"
class="ecl-icon ecl-icon--m ecl-site-header-standardised__icon"
class="ecl-icon ecl-icon--s ecl-site-header-standardised__icon"
focusable="false"
>
<use
Expand Down Expand Up @@ -2001,7 +2001,7 @@ exports[`EC - Site Header Standardised Default renders correctly when logged in
>
<svg
aria-hidden="true"
class="ecl-icon ecl-icon--m ecl-site-header-standardised__icon"
class="ecl-icon ecl-icon--s ecl-site-header-standardised__icon"
focusable="false"
>
<use
Expand Down Expand Up @@ -2052,7 +2052,7 @@ exports[`EC - Site Header Standardised Default renders correctly when logged in
>
<svg
aria-hidden="true"
class="ecl-icon ecl-icon--m ecl-site-header-standardised__icon"
class="ecl-icon ecl-icon--s ecl-site-header-standardised__icon"
focusable="false"
>
<use
Expand Down Expand Up @@ -3995,7 +3995,7 @@ exports[`EC - Site Header Standardised Default renders correctly with extra attr
>
<svg
aria-hidden="true"
class="ecl-icon ecl-icon--m ecl-site-header-standardised__icon"
class="ecl-icon ecl-icon--s ecl-site-header-standardised__icon"
focusable="false"
>
<use
Expand All @@ -4017,7 +4017,7 @@ exports[`EC - Site Header Standardised Default renders correctly with extra attr
>
<svg
aria-hidden="true"
class="ecl-icon ecl-icon--m ecl-site-header-standardised__icon"
class="ecl-icon ecl-icon--s ecl-site-header-standardised__icon"
focusable="false"
>
<use
Expand Down Expand Up @@ -5958,7 +5958,7 @@ exports[`EC - Site Header Standardised Default renders correctly with extra clas
>
<svg
aria-hidden="true"
class="ecl-icon ecl-icon--m ecl-site-header-standardised__icon"
class="ecl-icon ecl-icon--s ecl-site-header-standardised__icon"
focusable="false"
>
<use
Expand All @@ -5980,7 +5980,7 @@ exports[`EC - Site Header Standardised Default renders correctly with extra clas
>
<svg
aria-hidden="true"
class="ecl-icon ecl-icon--m ecl-site-header-standardised__icon"
class="ecl-icon ecl-icon--s ecl-site-header-standardised__icon"
focusable="false"
>
<use
Expand Down Expand Up @@ -7921,7 +7921,7 @@ exports[`EC - Site Header Standardised Translated renders correctly 1`] = `
>
<svg
aria-hidden="true"
class="ecl-icon ecl-icon--m ecl-site-header-standardised__icon"
class="ecl-icon ecl-icon--s ecl-site-header-standardised__icon"
focusable="false"
>
<use
Expand All @@ -7943,7 +7943,7 @@ exports[`EC - Site Header Standardised Translated renders correctly 1`] = `
>
<svg
aria-hidden="true"
class="ecl-icon ecl-icon--m ecl-site-header-standardised__icon"
class="ecl-icon ecl-icon--s ecl-site-header-standardised__icon"
focusable="false"
>
<use
Expand Down Expand Up @@ -9886,7 +9886,7 @@ exports[`EC - Site Header Standardised Translated renders correctly with extra a
>
<svg
aria-hidden="true"
class="ecl-icon ecl-icon--m ecl-site-header-standardised__icon"
class="ecl-icon ecl-icon--s ecl-site-header-standardised__icon"
focusable="false"
>
<use
Expand All @@ -9908,7 +9908,7 @@ exports[`EC - Site Header Standardised Translated renders correctly with extra a
>
<svg
aria-hidden="true"
class="ecl-icon ecl-icon--m ecl-site-header-standardised__icon"
class="ecl-icon ecl-icon--s ecl-site-header-standardised__icon"
focusable="false"
>
<use
Expand Down Expand Up @@ -11849,7 +11849,7 @@ exports[`EC - Site Header Standardised Translated renders correctly with extra c
>
<svg
aria-hidden="true"
class="ecl-icon ecl-icon--m ecl-site-header-standardised__icon"
class="ecl-icon ecl-icon--s ecl-site-header-standardised__icon"
focusable="false"
>
<use
Expand All @@ -11871,7 +11871,7 @@ exports[`EC - Site Header Standardised Translated renders correctly with extra c
>
<svg
aria-hidden="true"
class="ecl-icon ecl-icon--m ecl-site-header-standardised__icon"
class="ecl-icon ecl-icon--s ecl-site-header-standardised__icon"
focusable="false"
>
<use
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@
path: _icon_file_path,
type: 'general',
name: 'logged-in',
size: 'm'
size: 's'
},
extra_classes: 'ecl-site-header-standardised__icon'
} only %}
Expand Down Expand Up @@ -228,7 +228,7 @@
path: _icon_file_path,
type: 'general',
name: 'log-in',
size: 'm'
size: 's'
},
extra_classes: 'ecl-site-header-standardised__icon'
} only %}
Expand All @@ -253,7 +253,7 @@
path: _icon_file_path,
type: 'general',
name: 'language',
size: 'm'
size: 's'
},
extra_classes: 'ecl-site-header-standardised__icon'
} only %}
Expand Down