Security News
Input Validation Vulnerabilities Dominate MITRE's 2024 CWE Top 25 List
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
@vivareal/lina-icons
Advanced tools
The Lina Design System Iconography library
Install it as a dependency
npm install --save @vivareal/lina-icons
# OR
yarn add -d @vivareal/lina-icons
This is a private repo, so you'll need to be logged in NPM in order to install it. Also, you have to be part of vivareal organization at NPM. If you're not, please ask at Slack's #guild-front
channel to be added =)
Usage
With icAdd
being one of the available icons:
import { icAdd } from "@vivareal/lina-icons"
icAdd
will be the svg markup.
Documentation generation is temporarily disabled.
Install dependencies
Go to root folder and then
make install
**Run vuepress in dev mode**
make docs-dev
It will start the vuepress dev-server and write the url on your terminal.
Add a new icon
Please check with the Design Ops team at #squad-zap-design-ops if it's ok to add the icon to the library, after that, just follow those steps:
Add the svg file to src/images
folder and then build the project.
Please pay attention to two things:
fill
property of the svg, should be currentColor
, to make the icon flexible enough to be rendered in any color.Build the project
make build
This will run svgo
to optimize the icons and write them to dist/images
folder.
Also, it will use rollup
to bundle the icons together and export them as cjs
and esm
to be later imported and tree shook by the consumer project.
When the build process is done, open the pull request and wait for the approval.
Release
Releases are managed by Github Workflow. Please check the root's README for more infos.
FAQs
Lina Design System icon library
We found that @vivareal/lina-icons demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 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
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.
Research
Security News
A threat actor's playbook for exploiting the npm ecosystem was exposed on the dark web, detailing how to build a blockchain-powered botnet.