
Security News
Vite+ Joins the Push to Consolidate JavaScript Tooling
Evan You announces Vite+, a commercial, Rust-powered toolchain built on the Vite ecosystem to unify JavaScript development and fund open source.
@springernature/nature-context
Advanced tools
Set the context for Nature branded products (currently an abstraction from shunter-mosaic
).
This package inherits from the global-context
package, which details everything that is included with nature-context
. This README will detail anything that is added for this specific brand.
Web fonts are provided in the fonts folder, and should be copied to your assets folder as part of your build process. Then add @font-face
declarations depending on your asset location. A template is provided below:
@font-face {
font-family: 'Source Sans Pro';
src: url('fontsSourceSansPro-var.woff2') format('woff2-variations'), url('fontsSourceSansPro-Regular.woff2') format('woff2');
font-display: swap;
}
@font-face {
font-family: 'Source Sans Pro';
src: url('fontsSourceSansPro-var.woff2') format('woff2-variations'), url('fontsSourceSansPro-Bold.woff2') format('woff2');
font-display: swap;
font-weight: bold;
}
@font-face {
font-family: 'Source Sans Pro';
src: url('fontsSourceSansPro-var-italic.woff2') format('woff2-variations'), url('fontsSourceSansPro-Italic.woff2') format('woff2');
font-display: swap;
font-style: italic;
}
@font-face {
font-family: 'Source Sans Pro';
src: url('fontsSourceSansPro-var-italic.woff2') format('woff2-variations'), url('fontsSourceSansPro-BoldItalic.woff2') format('woff2');
font-display: swap;
font-weight: bold;
font-style: italic;
}
@font-face {
font-family: 'Lora';
src: url('fontsLora-Regular.woff2') format('woff2'), url('fontsLora-Regular.woff') format('woff');
font-display: fallback;
}
@font-face {
font-family: 'Lora';
src: url('fontsLora-Bold.woff2') format('woff2'), url('fontsLora-Bold.woff') format('woff');
font-display: swap;
font-weight: bold;
}
@font-face {
font-family: 'Lora';
src: url('fontsLora-Italic.woff2') format('woff2'), url('fontsLora-Italic.woff') format('woff');
font-display: swap;
font-style: italic;
}
@font-face {
font-family: 'Lora';
src: url('fontsLora-BoldItalic.woff2') format('woff2'), url('fontsLora-BoldItalic.woff') format('woff');
font-display: swap;
font-weight: bold;
font-style: italic;
}
Favicon image files are provided in the img/favicons folder, and should be copied to your assets folder as part of your build process. Then add HTML depending on your asset location. A template is provided below:
<link rel="apple-touch-icon" sizes="180x180" href="/path-to-your-app-assets/images/favicons/nature/apple-touch-icon.png"}}>
<link rel="icon" type="image/png" sizes="32x32" href="/path-to-your-app-assets/images/favicons/nature/favicon-32x32.png"}}>
<link rel="icon" type="image/png" sizes="16x16" href="/path-to-your-app-assets/images/favicons/nature/favicon-16x16.png"}}>
<link rel="manifest" href="/path-to-your-app-assets/manifest.json"}}>
<link rel="mask-icon" href="/path-to-your-app-assets/images/favicons/nature/safari-pinned-tab.svg"}} color="#000000">
<link rel="shortcut icon" href="/path-to-your-app-assets/images/favicons/nature/favicon.ico"}}>
<meta name="msapplication-TileColor" content="#000000">
<meta name="msapplication-config" content="/path-to-your-app-assets/browserconfig.xml"}}>
<meta name="theme-color" content="#000000">
{
"name": "Your Site",
"short_name": "",
"icons": [
{
"src": "/path-to-your-app-assets/images/favicons/nature/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/path-to-your-app-assets/static/images/favicons/nature/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#000000",
"background_color": "#000000",
"display": "standalone"
}
<?xml version="1.0" encoding="utf-8"?>
<browserconfig>
<msapplication>
<tile>
<square150x150logo src="/path-to-your-app-assets/images/favicons/nature/mstile-150x150.png"/>
<TileColor>#000000</TileColor>
</tile>
</msapplication>
</browserconfig>
MIT License © 2018, Springer Nature
FAQs
Boostrapping for all Nature components and products
We found that @springernature/nature-context demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 11 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Evan You announces Vite+, a commercial, Rust-powered toolchain built on the Vite ecosystem to unify JavaScript development and fund open source.
Security News
Ruby Central’s incident report on the RubyGems.org access dispute sparks backlash from former maintainers and renewed debate over project governance.
Research
/Security News
Socket researchers uncover how threat actors weaponize Discord across the npm, PyPI, and RubyGems ecosystems to exfiltrate sensitive data.