Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
X
xpub-faraday
Manage
Activity
Members
Labels
Plan
Issues
2
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Container Registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
xpub
xpub-faraday
Commits
0cf8ef90
Commit
0cf8ef90
authored
6 years ago
by
Mihail Hagiu
Browse files
Options
Downloads
Plain Diff
docs(SubmitRevision): Merge with origin
parents
649d7a74
14fc6036
No related branches found
Branches containing commit
No related tags found
Tags containing commit
3 merge requests
!222
Sprint #26
,
!217
Sprint #26
,
!191
Hin 1116 documentation
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
packages/component-faraday-ui/src/TextTooltip.js
+11
-1
11 additions, 1 deletion
packages/component-faraday-ui/src/TextTooltip.js
packages/component-faraday-ui/src/WizardFiles.js
+3
-3
3 additions, 3 deletions
packages/component-faraday-ui/src/WizardFiles.js
with
14 additions
and
4 deletions
packages/component-faraday-ui/src/TextTooltip.js
+
11
−
1
View file @
0cf8ef90
import
React
,
{
Fragment
}
from
'
react
'
import
PropTypes
from
'
prop-types
'
import
'
react-tippy/dist/tippy.css
'
import
{
Tooltip
}
from
'
react-tippy
'
import
React
,
{
Fragment
}
from
'
react
'
import
{
Text
,
Row
}
from
'
pubsweet-component-faraday-ui
'
import
{
ThemeProvider
,
withTheme
}
from
'
styled-components
'
...
...
@@ -25,4 +26,13 @@ const TextTooltip = ({ theme = {}, children, ...rest }) => (
<
/Tooltip
>
)
TextTooltip
.
propTypes
=
{
/** User can hover over an item, without clicking it, and a new window will appear with a new title */
title
:
PropTypes
.
string
,
}
TextTooltip
.
defaultProps
=
{
title
:
'
β-Carboline Silver Compound Binding Studies with Human Serum Albumin: A Comprehensive Multispectroscopic Analysis and Molecular Modeling Study
'
,
}
export
default
withTheme
(
TextTooltip
)
This diff is collapsed.
Click to expand it.
packages/component-faraday-ui/src/WizardFiles.js
+
3
−
3
View file @
0cf8ef90
...
...
@@ -80,7 +80,7 @@ const initialFiles = {
}
WizardFiles
.
propTypes
=
{
/**
Passes properties for the
manuscript file. */
/**
Fragments
manuscript file. */
manuscripts
:
PropTypes
.
arrayOf
(
PropTypes
.
shape
({
/** Id of added manuscript file. */
...
...
@@ -91,7 +91,7 @@ WizardFiles.propTypes = {
size
:
PropTypes
.
number
,
}),
),
/**
Passes properties for the
cover letter file. */
/**
Fragments
cover letter file. */
coverLetter
:
PropTypes
.
arrayOf
(
PropTypes
.
shape
({
/** Id of added cover letter file. */
...
...
@@ -102,7 +102,7 @@ WizardFiles.propTypes = {
size
:
PropTypes
.
number
,
}),
),
/**
Passes properties for
supplementary file. */
/**
Fragments
supplementary file. */
supplementary
:
PropTypes
.
arrayOf
(
PropTypes
.
shape
({
/** Id of added cover letter file. */
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment