Skip to content

Commit

Permalink
v2.5.1 (#68)
Browse files Browse the repository at this point in the history
* update prov data include text

* prepare v2.5.1
  • Loading branch information
sampsonj authored Oct 19, 2023
1 parent 87f6fd6 commit a1c89e8
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 5 deletions.
2 changes: 1 addition & 1 deletion lib/components/DownloadStepForm/DownloadStepForm.js
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ function DownloadStepForm(props) {
variant: "h6"
}, "Include"), /*#__PURE__*/_react.default.createElement(_Typography.default, {
variant: "body2"
}, "Include provisional data in this download package"))
}, "Include provisional data in this download package (", /*#__PURE__*/_react.default.createElement("b", null, "Warning:"), " subject to change and not reproducible)"))
}), /*#__PURE__*/_react.default.createElement(_FormControlLabel.default, {
className: classes.radio,
value: validValues[1],
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "portal-core-components",
"version": "2.5.0",
"version": "2.5.1",
"main": "./lib/index.js",
"private": true,
"homepage": "http://localhost:3010/core-components",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,10 @@ export default function DownloadStepForm(props) {
<div className={classes.radioLabel}>
<Typography variant="h6">Include</Typography>
<Typography variant="body2">
{/* eslint-disable react/jsx-one-expression-per-line */}
Include provisional data in this download package
(<b>Warning:</b> subject to change and not reproducible)
{/* eslint-enable react/jsx-one-expression-per-line */}
</Typography>
</div>
)}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -560,7 +560,11 @@ exports[`DownloadStepForm Step provisionalData renders correctly 1`] = `
<p
className="MuiTypography-root MuiTypography-body2"
>
Include provisional data in this download package
Include provisional data in this download package (
<b>
Warning:
</b>
subject to change and not reproducible)
</p>
</div>
</span>
Expand Down

0 comments on commit a1c89e8

Please sign in to comment.