@data-visuals/create 7.7.0 → 7.7.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -2,18 +2,18 @@
|
|
|
2
2
|
<hr class="has-bg-gray-light has-giant-btm-marg" />
|
|
3
3
|
<h2 class="is-sr-only">Information about the authors</h2>
|
|
4
4
|
|
|
5
|
-
<div class="c-author-info__container l-flex l-flex-column
|
|
5
|
+
<div class="c-author-info__container l-flex l-flex-column">
|
|
6
6
|
<div
|
|
7
7
|
id="staff-author"
|
|
8
8
|
class="c-author-info__container l-flex l-flex-column"
|
|
9
9
|
>
|
|
10
10
|
{% for author in context['staff_authors'] %}
|
|
11
|
-
<div class="c-author-info__trib-author-container l-flex
|
|
11
|
+
<div class="c-author-info__trib-author-container l-flex">
|
|
12
12
|
{% if author['author_photo'] %}
|
|
13
13
|
<a class="t-links-unset" href="{{ author['author_link'] }}">
|
|
14
14
|
<noscript>
|
|
15
15
|
<img
|
|
16
|
-
width="
|
|
16
|
+
width="100"
|
|
17
17
|
height="100"
|
|
18
18
|
alt="{{ author['author_name'] }}’s staff photo"
|
|
19
19
|
src="{{ author['author_photo'] }}"
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
alt="{{ author['author_name'] }}’s staff photo"
|
|
24
24
|
class="l-display-block js-lazy-image has-bg-gray-dark js-lazy-image--loaded"
|
|
25
25
|
data-src="{{ author['author_photo'] }}"
|
|
26
|
-
width="
|
|
26
|
+
width="100"
|
|
27
27
|
height="100"
|
|
28
28
|
src="{{ author['author_photo'] }}"
|
|
29
29
|
/>
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
class="c-author-info__contacts-container l-flex l-flex-column t-size-xs t-sans"
|
|
45
45
|
>
|
|
46
46
|
{% if author['author_email'] %}
|
|
47
|
-
<p class="l-flex">
|
|
47
|
+
<p class="l-flex ">
|
|
48
48
|
<a
|
|
49
49
|
tabindex="-1"
|
|
50
50
|
href="mailto:{{ author['author_email'] }}"
|