Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F99418791
emotion-styled.esm.js
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Fri, Jan 24, 09:36
Size
1 KB
Mime Type
text/x-java
Expires
Sun, Jan 26, 09:36 (2 d)
Engine
blob
Format
Raw Data
Handle
23792819
Attached To
rOACCT Open Access Compliance Check Tool (OACCT)
emotion-styled.esm.js
View Options
import
'@babel/runtime/helpers/extends'
;
import
'react'
;
import
'@emotion/is-prop-valid'
;
import
createStyled
from
'../base/dist/emotion-styled-base.esm.js'
;
import
'@emotion/react'
;
import
'@emotion/utils'
;
import
'@emotion/serialize'
;
import
'@emotion/use-insertion-effect-with-fallbacks'
;
var
tags
=
[
'a'
,
'abbr'
,
'address'
,
'area'
,
'article'
,
'aside'
,
'audio'
,
'b'
,
'base'
,
'bdi'
,
'bdo'
,
'big'
,
'blockquote'
,
'body'
,
'br'
,
'button'
,
'canvas'
,
'caption'
,
'cite'
,
'code'
,
'col'
,
'colgroup'
,
'data'
,
'datalist'
,
'dd'
,
'del'
,
'details'
,
'dfn'
,
'dialog'
,
'div'
,
'dl'
,
'dt'
,
'em'
,
'embed'
,
'fieldset'
,
'figcaption'
,
'figure'
,
'footer'
,
'form'
,
'h1'
,
'h2'
,
'h3'
,
'h4'
,
'h5'
,
'h6'
,
'head'
,
'header'
,
'hgroup'
,
'hr'
,
'html'
,
'i'
,
'iframe'
,
'img'
,
'input'
,
'ins'
,
'kbd'
,
'keygen'
,
'label'
,
'legend'
,
'li'
,
'link'
,
'main'
,
'map'
,
'mark'
,
'marquee'
,
'menu'
,
'menuitem'
,
'meta'
,
'meter'
,
'nav'
,
'noscript'
,
'object'
,
'ol'
,
'optgroup'
,
'option'
,
'output'
,
'p'
,
'param'
,
'picture'
,
'pre'
,
'progress'
,
'q'
,
'rp'
,
'rt'
,
'ruby'
,
's'
,
'samp'
,
'script'
,
'section'
,
'select'
,
'small'
,
'source'
,
'span'
,
'strong'
,
'style'
,
'sub'
,
'summary'
,
'sup'
,
'table'
,
'tbody'
,
'td'
,
'textarea'
,
'tfoot'
,
'th'
,
'thead'
,
'time'
,
'title'
,
'tr'
,
'track'
,
'u'
,
'ul'
,
'var'
,
'video'
,
'wbr'
,
// SVG
'circle'
,
'clipPath'
,
'defs'
,
'ellipse'
,
'foreignObject'
,
'g'
,
'image'
,
'line'
,
'linearGradient'
,
'mask'
,
'path'
,
'pattern'
,
'polygon'
,
'polyline'
,
'radialGradient'
,
'rect'
,
'stop'
,
'svg'
,
'text'
,
'tspan'
];
var
newStyled
=
createStyled
.
bind
();
tags
.
forEach
(
function
(
tagName
)
{
// $FlowFixMe: we can ignore this because its exposed type is defined by the CreateStyled type
newStyled
[
tagName
]
=
newStyled
(
tagName
);
});
export
default
newStyled
;
Event Timeline
Log In to Comment