mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-02-22 09:41:26 -08:00
Put codebook into <callout></callout> section (#1590)
Also, updated intl and tests snapshots
This commit is contained in:
parent
303c200fbe
commit
aa35758e42
5 changed files with 27 additions and 5 deletions
|
@ -2664,7 +2664,21 @@
|
|||
},
|
||||
{
|
||||
"type": 0,
|
||||
"value": " that describes how to use the list, and a codebook, "
|
||||
"value": " that describes how to use the list, and a "
|
||||
},
|
||||
{
|
||||
"children": [
|
||||
{
|
||||
"type": 0,
|
||||
"value": "codebook"
|
||||
}
|
||||
],
|
||||
"type": 8,
|
||||
"value": "callout"
|
||||
},
|
||||
{
|
||||
"type": 0,
|
||||
"value": ", "
|
||||
},
|
||||
{
|
||||
"type": 1,
|
||||
|
|
|
@ -20,7 +20,11 @@ exports[`download packet component defined checks if component renders 1`] = `
|
|||
<span>
|
||||
.pdf
|
||||
</span>
|
||||
that describes how to use the list, and a codebook, 53MB unzipped), the shapefile, along with a
|
||||
that describes how to use the list, and a
|
||||
<span>
|
||||
codebook
|
||||
</span>
|
||||
, 53MB unzipped), the shapefile, along with a
|
||||
<span>
|
||||
codebook
|
||||
</span>
|
||||
|
|
|
@ -113,7 +113,7 @@ export const DOWNLOAD_PACKAGE = {
|
|||
/>,
|
||||
DESCRIPTION1: <FormattedMessage
|
||||
id={ 'methodology.page.downloadPacket.info.text1'}
|
||||
defaultMessage= {`Download the data sources used in the CEJST (.csv, .xlxs, <callout>.pdf</callout> that describes how to use the list, and a codebook, {downloadFileSize} unzipped), the shapefile, along with a <callout>codebook</callout> (.zip, {shapefileSize} unzipped) or the technical support document (.pdf, {tsdFileSize} unzipped).`}
|
||||
defaultMessage= {`Download the data sources used in the CEJST (.csv, .xlxs, <callout>.pdf</callout> that describes how to use the list, and a <callout>codebook</callout>, {downloadFileSize} unzipped), the shapefile, along with a <callout>codebook</callout> (.zip, {shapefileSize} unzipped) or the technical support document (.pdf, {tsdFileSize} unzipped).`}
|
||||
description= {'Navigate to the methodology page. This is the download packet info text'}
|
||||
values= {{
|
||||
callout: newCalloutFontColorFn,
|
||||
|
|
|
@ -1228,7 +1228,7 @@
|
|||
"description": "Navigate to the methodology page. This is the download packet info last updated"
|
||||
},
|
||||
"methodology.page.downloadPacket.info.text1": {
|
||||
"defaultMessage": "Download the data sources used in the CEJST (.csv, .xlxs, <callout>.pdf</callout> that describes how to use the list, and a codebook, {downloadFileSize} unzipped), the shapefile, along with a <callout>codebook</callout> (.zip, {shapefileSize} unzipped) or the technical support document (.pdf, {tsdFileSize} unzipped).",
|
||||
"defaultMessage": "Download the data sources used in the CEJST (.csv, .xlxs, <callout>.pdf</callout> that describes how to use the list, and a <callout>codebook</callout>, {downloadFileSize} unzipped), the shapefile, along with a <callout>codebook</callout> (.zip, {shapefileSize} unzipped) or the technical support document (.pdf, {tsdFileSize} unzipped).",
|
||||
"description": "Navigate to the methodology page. This is the download packet info text"
|
||||
},
|
||||
"methodology.page.downloadPacket.info.tsd.last.updated": {
|
||||
|
|
|
@ -486,7 +486,11 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
|
|||
<span>
|
||||
.pdf
|
||||
</span>
|
||||
that describes how to use the list, and a codebook, 53MB unzipped), the shapefile, along with a
|
||||
that describes how to use the list, and a
|
||||
<span>
|
||||
codebook
|
||||
</span>
|
||||
, 53MB unzipped), the shapefile, along with a
|
||||
<span>
|
||||
codebook
|
||||
</span>
|
||||
|
|
Loading…
Add table
Reference in a new issue