@ons/design-system 74.0.0-next.1 → 74.0.0-next.11
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/README.md +15 -3
- package/components/access-code/example-access-code-error.njk +2 -2
- package/components/access-code/example-access-code.njk +2 -2
- package/components/address-input/_macro.njk +6 -6
- package/components/address-input/_macro.spec.js +0 -3
- package/components/address-input/autosuggest.address.spec.js +23 -0
- package/components/address-output/_macro.njk +1 -1
- package/components/announcement-banner/_announcement-banner.scss +5 -0
- package/components/autosuggest/_autosuggest.scss +8 -0
- package/components/autosuggest/autosuggest.ui.js +11 -5
- package/components/back-to-top/_back-to-top.scss +7 -0
- package/components/back-to-top/_macro.njk +1 -1
- package/components/back-to-top/example-full-page-back-to-top.njk +1 -1
- package/components/breadcrumbs/_breadcrumbs.scss +4 -7
- package/components/breadcrumbs/_macro.njk +29 -25
- package/components/breadcrumbs/_macro.spec.js +39 -0
- package/components/breadcrumbs/example-breadcrumbs-wide.njk +52 -0
- package/components/char-check-limit/_macro.njk +16 -14
- package/components/chart/_chart.scss +0 -9
- package/components/chart/_macro.njk +96 -128
- package/components/chart/_macro.spec.js +43 -28
- package/components/chart/example-area-chart-with-axis-min-and-max-values.njk +6 -3
- package/components/chart/example-area-chart.njk +6 -3
- package/components/chart/example-bar-chart-with-annotations.njk +6 -3
- package/components/chart/example-bar-chart-with-axis-min-and-max-values.njk +6 -3
- package/components/chart/example-bar-chart-with-point-range-and-reference-line-annotations.njk +6 -3
- package/components/chart/example-bar-chart.njk +6 -3
- package/components/chart/example-bar-with-confidence-levels.njk +6 -3
- package/components/chart/example-clustered-bar-chart.njk +6 -3
- package/components/chart/example-clustered-column-chart.njk +6 -3
- package/components/chart/example-column-chart-with-annotations.njk +6 -3
- package/components/chart/example-column-chart-with-axis-min-and-max-values.njk +6 -3
- package/components/chart/example-column-chart-with-custom-reference-line-value.njk +6 -3
- package/components/chart/example-column-chart-with-range-annotations.njk +6 -3
- package/components/chart/example-column-chart-with-reference-line-annotations.njk +6 -3
- package/components/chart/example-column-chart.njk +6 -3
- package/components/chart/example-column-with-confidence-levels.njk +6 -3
- package/components/chart/example-column-with-line-chart.njk +6 -3
- package/components/chart/example-iframe-chart.njk +6 -3
- package/components/chart/example-line-chart-with-annotations.njk +6 -3
- package/components/chart/example-line-chart-with-axis-min-and-max-values.njk +6 -3
- package/components/chart/example-line-chart-with-custom-reference-line-value.njk +6 -3
- package/components/chart/example-line-chart-with-label-format.njk +6 -3
- package/components/chart/example-line-chart-with-markers.njk +6 -3
- package/components/chart/example-line-chart-with-range-annotations-inside.njk +6 -3
- package/components/chart/example-line-chart-with-range-annotations-outside-left-right.njk +6 -3
- package/components/chart/example-line-chart-with-range-annotations-outside-top-bottom.njk +6 -3
- package/components/chart/example-line-chart-with-reference-line-annotations.njk +6 -3
- package/components/chart/example-line-chart.njk +6 -3
- package/components/chart/example-scatter-chart-with-axis-min-and-max-values.njk +6 -3
- package/components/chart/example-scatter-chart.njk +6 -3
- package/components/chart/example-stacked-bar-chart.njk +6 -3
- package/components/chart/example-stacked-column-chart.njk +6 -3
- package/components/details/_details.scss +9 -0
- package/components/details/example-details-with-warning.njk +1 -1
- package/components/document-list/_macro.njk +2 -2
- package/components/document-list/_macro.spec.js +55 -0
- package/components/featured-article/_macro.njk +6 -40
- package/components/featured-article/example-featured-article-with-chart.njk +19 -14
- package/components/featured-article/example-featured-article-with-image.njk +12 -7
- package/components/featured-article/featured-article.scss +1 -1
- package/components/featured-article/macro.spec.js +46 -69
- package/components/feedback/_macro.njk +4 -1
- package/components/feedback/_macro.spec.js +1 -1
- package/components/figure/_figure.scss +32 -0
- package/components/figure/_macro.njk +98 -0
- package/components/figure/_macro.spec.js +520 -0
- package/components/figure/example-figure-heading-level-2.njk +34 -0
- package/components/figure/example-figure-with-div.njk +29 -0
- package/components/figure/example-figure-without-footer.njk +12 -0
- package/components/figure/example-figure-without-header.njk +24 -0
- package/components/figure/example-figure.njk +34 -0
- package/components/footer/_macro.njk +5 -2
- package/components/header/_header.scss +1 -3
- package/components/header/_macro.njk +8 -4
- package/components/header/_macro.spec.js +48 -0
- package/components/hero/_hero.scss +4 -0
- package/components/hero/_macro.njk +3 -2
- package/components/hero/_macro.spec.js +36 -0
- package/components/hero/example-hero-dark-wide.njk +17 -0
- package/components/hero/example-hero-dark-with-external-breadcrumbs.njk +17 -21
- package/components/hero/example-hero-default-full-width.njk +16 -0
- package/components/hero/example-hero-default-with-external-breadcrumbs.njk +165 -169
- package/components/hero/example-hero-grey-with-external-breadcrumbs.njk +207 -211
- package/components/hero/example-hero-navy-blue-with-external-breadcrumbs.njk +163 -167
- package/components/hero/example-hero-pale-blue-with-external-breadcrumbs.njk +165 -169
- package/components/image/_image.scss +0 -7
- package/components/image/_macro.njk +25 -14
- package/components/image/_macro.spec.js +122 -7
- package/components/image/example-image-with-figure-fields.njk +25 -0
- package/components/input/_input.scss +4 -0
- package/components/input/_macro.njk +4 -1
- package/components/label/_label.scss +3 -0
- package/components/list/_list.scss +5 -0
- package/components/list/_macro.njk +1 -0
- package/components/list/_macro.spec.js +16 -0
- package/components/message-list/_message-list.scss +2 -0
- package/components/panel/_macro.njk +1 -1
- package/components/panel/_panel.scss +8 -0
- package/components/panel/example-panel-bare.njk +1 -1
- package/components/phase-banner/_phase-banner.scss +1 -0
- package/components/question/example-question-ccs.njk +1 -1
- package/components/question/example-question-fieldset.njk +1 -1
- package/components/question/example-question-interviewer-note.njk +1 -1
- package/components/question/example-question-no-fieldset.njk +1 -1
- package/components/quote/_macro.njk +1 -1
- package/components/relationships/example-relationships-error.njk +1 -1
- package/components/relationships/example-relationships-you.njk +1 -1
- package/components/relationships/example-relationships.njk +1 -1
- package/components/skip-to-content/_macro.njk +1 -1
- package/components/skip-to-content/_skip.scss +8 -0
- package/components/table/_macro.njk +138 -111
- package/components/table/_macro.spec.js +175 -16
- package/components/table/_table.scss +6 -1
- package/components/table/example-table-basic-no-caption.njk +46 -0
- package/components/table/example-table-basic-visually-hidden-caption.njk +47 -0
- package/components/table/example-table-with-figure-fields.njk +86 -0
- package/components/table/table.spec.js +2 -0
- package/components/table-of-contents/_macro.njk +6 -4
- package/components/table-of-contents/_macro.spec.js +43 -3
- package/components/table-of-contents/example-table-of-contents-ordered.njk +64 -0
- package/components/table-of-contents/example-table-of-contents-sticky-full-page-ordered.njk +156 -0
- package/components/table-of-contents/example-table-of-contents-sticky-full-page.njk +1 -1
- package/components/table-of-contents/table-of-contents.spec.js +4 -5
- package/css/main.css +1 -1
- package/layout/_template.njk +66 -46
- package/package.json +45 -36
- package/scripts/main.es5.js +3 -3
- package/scripts/main.js +2 -2
- package/scss/base/_global.scss +8 -0
- package/scss/base/_typography.scss +9 -0
- package/scss/helpers/_mixins.scss +8 -0
- package/scss/main.scss +1 -0
- package/scss/objects/_page.scss +1 -1
- package/scss/objects/_spacing.scss +0 -4
- package/scss/utilities/_utilities.scss +10 -0
- package/scss/vars/_forms.scss +2 -1
- package/scss/vars/_index.scss +1 -0
- package/scss/vars/_utilities.scss +2 -0
|
@@ -14,15 +14,18 @@
|
|
|
14
14
|
'itemsList': [
|
|
15
15
|
{
|
|
16
16
|
"text": "Excel spreadsheet (XLSX format, 18KB)",
|
|
17
|
-
"url": "#"
|
|
17
|
+
"url": "#",
|
|
18
|
+
"download": "file"
|
|
18
19
|
},
|
|
19
20
|
{
|
|
20
21
|
"text": "Simple text file (CSV format, 25KB)",
|
|
21
|
-
"url": "#"
|
|
22
|
+
"url": "#",
|
|
23
|
+
"download": "file"
|
|
22
24
|
},
|
|
23
25
|
{
|
|
24
26
|
"text": "Image (PNG format, 25KB)",
|
|
25
|
-
"url": "#"
|
|
27
|
+
"url": "#",
|
|
28
|
+
"download": "file"
|
|
26
29
|
}
|
|
27
30
|
]
|
|
28
31
|
},
|
|
@@ -14,15 +14,18 @@
|
|
|
14
14
|
'itemsList': [
|
|
15
15
|
{
|
|
16
16
|
"text": "Excel spreadsheet (XLSX format, 18KB)",
|
|
17
|
-
"url": "#"
|
|
17
|
+
"url": "#",
|
|
18
|
+
"download": "file"
|
|
18
19
|
},
|
|
19
20
|
{
|
|
20
21
|
"text": "Simple text file (CSV format, 25KB)",
|
|
21
|
-
"url": "#"
|
|
22
|
+
"url": "#",
|
|
23
|
+
"download": "file"
|
|
22
24
|
},
|
|
23
25
|
{
|
|
24
26
|
"text": "Image (PNG format, 25KB)",
|
|
25
|
-
"url": "#"
|
|
27
|
+
"url": "#",
|
|
28
|
+
"download": "file"
|
|
26
29
|
}
|
|
27
30
|
]
|
|
28
31
|
},
|
|
@@ -14,15 +14,18 @@
|
|
|
14
14
|
'itemsList': [
|
|
15
15
|
{
|
|
16
16
|
"text": "Excel spreadsheet (XLSX format, 18KB)",
|
|
17
|
-
"url": "#"
|
|
17
|
+
"url": "#",
|
|
18
|
+
"download": "file"
|
|
18
19
|
},
|
|
19
20
|
{
|
|
20
21
|
"text": "Simple text file (CSV format, 25KB)",
|
|
21
|
-
"url": "#"
|
|
22
|
+
"url": "#",
|
|
23
|
+
"download": "file"
|
|
22
24
|
},
|
|
23
25
|
{
|
|
24
26
|
"text": "Image (PNG format, 25KB)",
|
|
25
|
-
"url": "#"
|
|
27
|
+
"url": "#",
|
|
28
|
+
"download": "file"
|
|
26
29
|
}
|
|
27
30
|
]
|
|
28
31
|
},
|
|
@@ -14,15 +14,18 @@
|
|
|
14
14
|
'itemsList': [
|
|
15
15
|
{
|
|
16
16
|
"text": "Excel spreadsheet (XLSX format, 18KB)",
|
|
17
|
-
"url": "#"
|
|
17
|
+
"url": "#",
|
|
18
|
+
"download": "file"
|
|
18
19
|
},
|
|
19
20
|
{
|
|
20
21
|
"text": "Simple text file (CSV format, 25KB)",
|
|
21
|
-
"url": "#"
|
|
22
|
+
"url": "#",
|
|
23
|
+
"download": "file"
|
|
22
24
|
},
|
|
23
25
|
{
|
|
24
26
|
"text": "Image (PNG format, 25KB)",
|
|
25
|
-
"url": "#"
|
|
27
|
+
"url": "#",
|
|
28
|
+
"download": "file"
|
|
26
29
|
}
|
|
27
30
|
]
|
|
28
31
|
},
|
|
@@ -14,15 +14,18 @@
|
|
|
14
14
|
'itemsList': [
|
|
15
15
|
{
|
|
16
16
|
"text": "Excel spreadsheet (XLSX format, 18KB)",
|
|
17
|
-
"url": "#"
|
|
17
|
+
"url": "#",
|
|
18
|
+
"download": "file"
|
|
18
19
|
},
|
|
19
20
|
{
|
|
20
21
|
"text": "Simple text file (CSV format, 25KB)",
|
|
21
|
-
"url": "#"
|
|
22
|
+
"url": "#",
|
|
23
|
+
"download": "file"
|
|
22
24
|
},
|
|
23
25
|
{
|
|
24
26
|
"text": "Image (PNG format, 25KB)",
|
|
25
|
-
"url": "#"
|
|
27
|
+
"url": "#",
|
|
28
|
+
"download": "file"
|
|
26
29
|
}
|
|
27
30
|
]
|
|
28
31
|
},
|
|
@@ -14,15 +14,18 @@
|
|
|
14
14
|
'itemsList': [
|
|
15
15
|
{
|
|
16
16
|
"text": "Excel spreadsheet (XLSX format, 18KB)",
|
|
17
|
-
"url": "#"
|
|
17
|
+
"url": "#",
|
|
18
|
+
"download": "file"
|
|
18
19
|
},
|
|
19
20
|
{
|
|
20
21
|
"text": "Simple text file (CSV format, 25KB)",
|
|
21
|
-
"url": "#"
|
|
22
|
+
"url": "#",
|
|
23
|
+
"download": "file"
|
|
22
24
|
},
|
|
23
25
|
{
|
|
24
26
|
"text": "Image (PNG format, 25KB)",
|
|
25
|
-
"url": "#"
|
|
27
|
+
"url": "#",
|
|
28
|
+
"download": "file"
|
|
26
29
|
}
|
|
27
30
|
]
|
|
28
31
|
},
|
|
@@ -14,15 +14,18 @@
|
|
|
14
14
|
'itemsList': [
|
|
15
15
|
{
|
|
16
16
|
"text": "Excel spreadsheet (XLSX format, 18KB)",
|
|
17
|
-
"url": "#"
|
|
17
|
+
"url": "#",
|
|
18
|
+
"download": "file"
|
|
18
19
|
},
|
|
19
20
|
{
|
|
20
21
|
"text": "Simple text file (CSV format, 25KB)",
|
|
21
|
-
"url": "#"
|
|
22
|
+
"url": "#",
|
|
23
|
+
"download": "file"
|
|
22
24
|
},
|
|
23
25
|
{
|
|
24
26
|
"text": "Image (PNG format, 25KB)",
|
|
25
|
-
"url": "#"
|
|
27
|
+
"url": "#",
|
|
28
|
+
"download": "file"
|
|
26
29
|
}
|
|
27
30
|
]
|
|
28
31
|
},
|
|
@@ -13,15 +13,18 @@
|
|
|
13
13
|
'itemsList': [
|
|
14
14
|
{
|
|
15
15
|
"text": "Excel spreadsheet (XLSX format, 18KB)",
|
|
16
|
-
"url": "#"
|
|
16
|
+
"url": "#",
|
|
17
|
+
"download": "file"
|
|
17
18
|
},
|
|
18
19
|
{
|
|
19
20
|
"text": "Simple text file (CSV format, 25KB)",
|
|
20
|
-
"url": "#"
|
|
21
|
+
"url": "#",
|
|
22
|
+
"download": "file"
|
|
21
23
|
},
|
|
22
24
|
{
|
|
23
25
|
"text": "Image (PNG format, 25KB)",
|
|
24
|
-
"url": "#"
|
|
26
|
+
"url": "#",
|
|
27
|
+
"download": "file"
|
|
25
28
|
}
|
|
26
29
|
]
|
|
27
30
|
},
|
|
@@ -14,15 +14,18 @@
|
|
|
14
14
|
'itemsList': [
|
|
15
15
|
{
|
|
16
16
|
"text": "Excel spreadsheet (XLSX format, 18KB)",
|
|
17
|
-
"url": "#"
|
|
17
|
+
"url": "#",
|
|
18
|
+
"download": "file"
|
|
18
19
|
},
|
|
19
20
|
{
|
|
20
21
|
"text": "Simple text file (CSV format, 25KB)",
|
|
21
|
-
"url": "#"
|
|
22
|
+
"url": "#",
|
|
23
|
+
"download": "file"
|
|
22
24
|
},
|
|
23
25
|
{
|
|
24
26
|
"text": "Image (PNG format, 25KB)",
|
|
25
|
-
"url": "#"
|
|
27
|
+
"url": "#",
|
|
28
|
+
"download": "file"
|
|
26
29
|
}
|
|
27
30
|
]
|
|
28
31
|
},
|
|
@@ -15,15 +15,18 @@ may not be available in the future once Florence is decommissioned. #}
|
|
|
15
15
|
'itemsList': [
|
|
16
16
|
{
|
|
17
17
|
"text": "Excel spreadsheet (XLSX format, 18KB)",
|
|
18
|
-
"url": "#"
|
|
18
|
+
"url": "#",
|
|
19
|
+
"download": "file"
|
|
19
20
|
},
|
|
20
21
|
{
|
|
21
22
|
"text": "Simple text file (CSV format, 25KB)",
|
|
22
|
-
"url": "#"
|
|
23
|
+
"url": "#",
|
|
24
|
+
"download": "file"
|
|
23
25
|
},
|
|
24
26
|
{
|
|
25
27
|
"text": "Image (PNG format, 25KB)",
|
|
26
|
-
"url": "#"
|
|
28
|
+
"url": "#",
|
|
29
|
+
"download": "file"
|
|
27
30
|
}
|
|
28
31
|
]
|
|
29
32
|
},
|
|
@@ -15,16 +15,19 @@
|
|
|
15
15
|
'itemsList': [
|
|
16
16
|
{
|
|
17
17
|
"text": "Excel spreadsheet (XLSX format, 18KB)",
|
|
18
|
-
"url": "#"
|
|
18
|
+
"url": "#",
|
|
19
|
+
"download": "file"
|
|
19
20
|
},
|
|
20
21
|
{
|
|
21
22
|
"text": "Simple text file (CSV format, 25KB)",
|
|
22
|
-
"url": "#"
|
|
23
|
+
"url": "#",
|
|
24
|
+
"download": "file"
|
|
23
25
|
},
|
|
24
26
|
{
|
|
25
27
|
|
|
26
28
|
"text": "Image (PNG format, 25KB)",
|
|
27
|
-
"url": "#"
|
|
29
|
+
"url": "#",
|
|
30
|
+
"download": "file"
|
|
28
31
|
}
|
|
29
32
|
]},
|
|
30
33
|
"legend": true,
|
|
@@ -15,16 +15,19 @@
|
|
|
15
15
|
'itemsList': [
|
|
16
16
|
{
|
|
17
17
|
"text": "Excel spreadsheet (XLSX format, 18KB)",
|
|
18
|
-
"url": "#"
|
|
18
|
+
"url": "#",
|
|
19
|
+
"download": "file"
|
|
19
20
|
},
|
|
20
21
|
{
|
|
21
22
|
"text": "Simple text file (CSV format, 25KB)",
|
|
22
|
-
"url": "#"
|
|
23
|
+
"url": "#",
|
|
24
|
+
"download": "file"
|
|
23
25
|
},
|
|
24
26
|
{
|
|
25
27
|
|
|
26
28
|
"text": "Image (PNG format, 25KB)",
|
|
27
|
-
"url": "#"
|
|
29
|
+
"url": "#",
|
|
30
|
+
"download": "file"
|
|
28
31
|
}
|
|
29
32
|
]},
|
|
30
33
|
"legend": true,
|
|
@@ -15,16 +15,19 @@
|
|
|
15
15
|
'itemsList': [
|
|
16
16
|
{
|
|
17
17
|
"text": "Excel spreadsheet (XLSX format, 18KB)",
|
|
18
|
-
"url": "#"
|
|
18
|
+
"url": "#",
|
|
19
|
+
"download": "file"
|
|
19
20
|
},
|
|
20
21
|
{
|
|
21
22
|
"text": "Simple text file (CSV format, 25KB)",
|
|
22
|
-
"url": "#"
|
|
23
|
+
"url": "#",
|
|
24
|
+
"download": "file"
|
|
23
25
|
},
|
|
24
26
|
{
|
|
25
27
|
|
|
26
28
|
"text": "Image (PNG format, 25KB)",
|
|
27
|
-
"url": "#"
|
|
29
|
+
"url": "#",
|
|
30
|
+
"download": "file"
|
|
28
31
|
}
|
|
29
32
|
]},
|
|
30
33
|
"legend": true,
|
|
@@ -15,16 +15,19 @@
|
|
|
15
15
|
'itemsList': [
|
|
16
16
|
{
|
|
17
17
|
"text": "Excel spreadsheet (XLSX format, 18KB)",
|
|
18
|
-
"url": "#"
|
|
18
|
+
"url": "#",
|
|
19
|
+
"download": "file"
|
|
19
20
|
},
|
|
20
21
|
{
|
|
21
22
|
"text": "Simple text file (CSV format, 25KB)",
|
|
22
|
-
"url": "#"
|
|
23
|
+
"url": "#",
|
|
24
|
+
"download": "file"
|
|
23
25
|
},
|
|
24
26
|
{
|
|
25
27
|
|
|
26
28
|
"text": "Image (PNG format, 25KB)",
|
|
27
|
-
"url": "#"
|
|
29
|
+
"url": "#",
|
|
30
|
+
"download": "file"
|
|
28
31
|
}
|
|
29
32
|
]},
|
|
30
33
|
"footnotes": {
|
|
@@ -15,16 +15,19 @@
|
|
|
15
15
|
'itemsList': [
|
|
16
16
|
{
|
|
17
17
|
"text": "Excel spreadsheet (XLSX format, 18KB)",
|
|
18
|
-
"url": "#"
|
|
18
|
+
"url": "#",
|
|
19
|
+
"download": "file"
|
|
19
20
|
},
|
|
20
21
|
{
|
|
21
22
|
"text": "Simple text file (CSV format, 25KB)",
|
|
22
|
-
"url": "#"
|
|
23
|
+
"url": "#",
|
|
24
|
+
"download": "file"
|
|
23
25
|
},
|
|
24
26
|
{
|
|
25
27
|
|
|
26
28
|
"text": "Image (PNG format, 25KB)",
|
|
27
|
-
"url": "#"
|
|
29
|
+
"url": "#",
|
|
30
|
+
"download": "file"
|
|
28
31
|
}
|
|
29
32
|
]},
|
|
30
33
|
"legend": true,
|
|
@@ -15,16 +15,19 @@
|
|
|
15
15
|
'itemsList': [
|
|
16
16
|
{
|
|
17
17
|
"text": "Excel spreadsheet (XLSX format, 18KB)",
|
|
18
|
-
"url": "#"
|
|
18
|
+
"url": "#",
|
|
19
|
+
"download": "file"
|
|
19
20
|
},
|
|
20
21
|
{
|
|
21
22
|
"text": "Simple text file (CSV format, 25KB)",
|
|
22
|
-
"url": "#"
|
|
23
|
+
"url": "#",
|
|
24
|
+
"download": "file"
|
|
23
25
|
},
|
|
24
26
|
{
|
|
25
27
|
|
|
26
28
|
"text": "Image (PNG format, 25KB)",
|
|
27
|
-
"url": "#"
|
|
29
|
+
"url": "#",
|
|
30
|
+
"download": "file"
|
|
28
31
|
}
|
|
29
32
|
]},
|
|
30
33
|
"legend": true,
|
|
@@ -15,16 +15,19 @@
|
|
|
15
15
|
'itemsList': [
|
|
16
16
|
{
|
|
17
17
|
"text": "Excel spreadsheet (XLSX format, 18KB)",
|
|
18
|
-
"url": "#"
|
|
18
|
+
"url": "#",
|
|
19
|
+
"download": "file"
|
|
19
20
|
},
|
|
20
21
|
{
|
|
21
22
|
"text": "Simple text file (CSV format, 25KB)",
|
|
22
|
-
"url": "#"
|
|
23
|
+
"url": "#",
|
|
24
|
+
"download": "file"
|
|
23
25
|
},
|
|
24
26
|
{
|
|
25
27
|
|
|
26
28
|
"text": "Image (PNG format, 25KB)",
|
|
27
|
-
"url": "#"
|
|
29
|
+
"url": "#",
|
|
30
|
+
"download": "file"
|
|
28
31
|
}
|
|
29
32
|
]},
|
|
30
33
|
"legend": true,
|
|
@@ -15,16 +15,19 @@
|
|
|
15
15
|
'itemsList': [
|
|
16
16
|
{
|
|
17
17
|
"text": "Excel spreadsheet (XLSX format, 18KB)",
|
|
18
|
-
"url": "#"
|
|
18
|
+
"url": "#",
|
|
19
|
+
"download": "file"
|
|
19
20
|
},
|
|
20
21
|
{
|
|
21
22
|
"text": "Simple text file (CSV format, 25KB)",
|
|
22
|
-
"url": "#"
|
|
23
|
+
"url": "#",
|
|
24
|
+
"download": "file"
|
|
23
25
|
},
|
|
24
26
|
{
|
|
25
27
|
|
|
26
28
|
"text": "Image (PNG format, 25KB)",
|
|
27
|
-
"url": "#"
|
|
29
|
+
"url": "#",
|
|
30
|
+
"download": "file"
|
|
28
31
|
}
|
|
29
32
|
]},
|
|
30
33
|
"legend": true,
|
|
@@ -15,16 +15,19 @@
|
|
|
15
15
|
'itemsList': [
|
|
16
16
|
{
|
|
17
17
|
"text": "Excel spreadsheet (XLSX format, 18KB)",
|
|
18
|
-
"url": "#"
|
|
18
|
+
"url": "#",
|
|
19
|
+
"download": "file"
|
|
19
20
|
},
|
|
20
21
|
{
|
|
21
22
|
"text": "Simple text file (CSV format, 25KB)",
|
|
22
|
-
"url": "#"
|
|
23
|
+
"url": "#",
|
|
24
|
+
"download": "file"
|
|
23
25
|
},
|
|
24
26
|
{
|
|
25
27
|
|
|
26
28
|
"text": "Image (PNG format, 25KB)",
|
|
27
|
-
"url": "#"
|
|
29
|
+
"url": "#",
|
|
30
|
+
"download": "file"
|
|
28
31
|
}
|
|
29
32
|
]},
|
|
30
33
|
"legend": true,
|
|
@@ -15,16 +15,19 @@
|
|
|
15
15
|
'itemsList': [
|
|
16
16
|
{
|
|
17
17
|
"text": "Excel spreadsheet (XLSX format, 18KB)",
|
|
18
|
-
"url": "#"
|
|
18
|
+
"url": "#",
|
|
19
|
+
"download": "file"
|
|
19
20
|
},
|
|
20
21
|
{
|
|
21
22
|
"text": "Simple text file (CSV format, 25KB)",
|
|
22
|
-
"url": "#"
|
|
23
|
+
"url": "#",
|
|
24
|
+
"download": "file"
|
|
23
25
|
},
|
|
24
26
|
{
|
|
25
27
|
|
|
26
28
|
"text": "Image (PNG format, 25KB)",
|
|
27
|
-
"url": "#"
|
|
29
|
+
"url": "#",
|
|
30
|
+
"download": "file"
|
|
28
31
|
}
|
|
29
32
|
]},
|
|
30
33
|
"footnotes": {
|
|
@@ -15,16 +15,19 @@
|
|
|
15
15
|
'itemsList': [
|
|
16
16
|
{
|
|
17
17
|
"text": "Excel spreadsheet (XLSX format, 18KB)",
|
|
18
|
-
"url": "#"
|
|
18
|
+
"url": "#",
|
|
19
|
+
"download": "file"
|
|
19
20
|
},
|
|
20
21
|
{
|
|
21
22
|
"text": "Simple text file (CSV format, 25KB)",
|
|
22
|
-
"url": "#"
|
|
23
|
+
"url": "#",
|
|
24
|
+
"download": "file"
|
|
23
25
|
},
|
|
24
26
|
{
|
|
25
27
|
|
|
26
28
|
"text": "Image (PNG format, 25KB)",
|
|
27
|
-
"url": "#"
|
|
29
|
+
"url": "#",
|
|
30
|
+
"download": "file"
|
|
28
31
|
}
|
|
29
32
|
]},
|
|
30
33
|
"xAxis": {
|
|
@@ -15,16 +15,19 @@
|
|
|
15
15
|
'itemsList': [
|
|
16
16
|
{
|
|
17
17
|
"text": "Excel spreadsheet (XLSX format, 18KB)",
|
|
18
|
-
"url": "#"
|
|
18
|
+
"url": "#",
|
|
19
|
+
"download": "file"
|
|
19
20
|
},
|
|
20
21
|
{
|
|
21
22
|
"text": "Simple text file (CSV format, 25KB)",
|
|
22
|
-
"url": "#"
|
|
23
|
+
"url": "#",
|
|
24
|
+
"download": "file"
|
|
23
25
|
},
|
|
24
26
|
{
|
|
25
27
|
|
|
26
28
|
"text": "Image (PNG format, 25KB)",
|
|
27
|
-
"url": "#"
|
|
29
|
+
"url": "#",
|
|
30
|
+
"download": "file"
|
|
28
31
|
}
|
|
29
32
|
]},
|
|
30
33
|
"footnotes": {
|
|
@@ -14,15 +14,18 @@
|
|
|
14
14
|
'itemsList': [
|
|
15
15
|
{
|
|
16
16
|
"text": "Excel spreadsheet (XLSX format, 18KB)",
|
|
17
|
-
"url": "#"
|
|
17
|
+
"url": "#",
|
|
18
|
+
"download": "file"
|
|
18
19
|
},
|
|
19
20
|
{
|
|
20
21
|
"text": "Simple text file (CSV format, 25KB)",
|
|
21
|
-
"url": "#"
|
|
22
|
+
"url": "#",
|
|
23
|
+
"download": "file"
|
|
22
24
|
},
|
|
23
25
|
{
|
|
24
26
|
"text": "Image (PNG format, 25KB)",
|
|
25
|
-
"url": "#"
|
|
27
|
+
"url": "#",
|
|
28
|
+
"download": "file"
|
|
26
29
|
}
|
|
27
30
|
]
|
|
28
31
|
},
|
|
@@ -12,9 +12,12 @@
|
|
|
12
12
|
"download": {
|
|
13
13
|
"title": "Download Figure 6 data",
|
|
14
14
|
"itemsList": [
|
|
15
|
-
{ "text": "Excel spreadsheet (XLSX format, 22KB)", "url": "#"
|
|
16
|
-
|
|
17
|
-
{ "text": "
|
|
15
|
+
{ "text": "Excel spreadsheet (XLSX format, 22KB)", "url": "#",
|
|
16
|
+
"download": "file" },
|
|
17
|
+
{ "text": "Simple text file (CSV format, 28KB)", "url": "#",
|
|
18
|
+
"download": "file" },
|
|
19
|
+
{ "text": "Image (PNG format, 32KB)", "url": "#",
|
|
20
|
+
"download": "file" }
|
|
18
21
|
]
|
|
19
22
|
},
|
|
20
23
|
"legend": true,
|
|
@@ -77,6 +77,15 @@ $details-caret-width: 1.75rem;
|
|
|
77
77
|
display: block;
|
|
78
78
|
margin: 1rem 0 0 0.5rem;
|
|
79
79
|
padding: 0 0 0 1.5rem;
|
|
80
|
+
|
|
81
|
+
// Restrict the width of textual content within the details content (paragraphs are already globally restricted)
|
|
82
|
+
|
|
83
|
+
ul,
|
|
84
|
+
ol,
|
|
85
|
+
label,
|
|
86
|
+
legend {
|
|
87
|
+
@include reading-width;
|
|
88
|
+
}
|
|
80
89
|
}
|
|
81
90
|
}
|
|
82
91
|
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
document.metadata.file.fileSize if document.metadata.file.fileSize,
|
|
43
43
|
document.metadata.file.filePages if document.metadata.file.filePages ]
|
|
44
44
|
%}
|
|
45
|
-
, {{ fileMetadataItems | join(', ') }}
|
|
45
|
+
, {{ fileMetadataItems | select | join(', ') }}
|
|
46
46
|
</span>
|
|
47
47
|
{% endif %}
|
|
48
48
|
</a>
|
|
@@ -89,7 +89,7 @@
|
|
|
89
89
|
document.metadata.file.fileSize if document.metadata.file.fileSize,
|
|
90
90
|
document.metadata.file.filePages if document.metadata.file.filePages ]
|
|
91
91
|
%}
|
|
92
|
-
{{ fileMetadataItems | join(', ') }}
|
|
92
|
+
{{ fileMetadataItems | select | join(', ') }}
|
|
93
93
|
</li>
|
|
94
94
|
{%- endif -%}
|
|
95
95
|
</ul>
|