
Security News
November CVEs Fell 25% YoY, Driven by Slowdowns at Major CNAs
November CVE publications fell 25% YoY even as 2025 totals rose, showing how a few major CNAs can swing “global” counts and skew perceived risk.
@warp-ds/elements
Advanced tools
Welcome to @warp-ds/elements, a collection of Web Components built with Lit to be used to build interfaces based on the Warp Design System. This repository is maintained by the Warp Core Team and is home to the @warp-ds/elements library.
If you'd like to contribute to @warp-ds/elements,
start by reviewing the contributing guidelines.
Install by using npm/pnpm or by adding a script link:
npm install @warp-ds/elements
pnpm add @warp-ds/elements
<script src="https://assets.finn.no/pkg/@warp-ds/elements/v1"></script>
This project builds both the whole Elements package and separate component packages that are published to EIK, making it possible for the user to choose to either import all of the components:
import '@warp-ds/elements';
or a specific component:
import '@warp-ds/elements/components/toast';
For information on the components available in the package and how to use them, see the Warp Design System documentation.
This module includes Custom HTML and CSS data for Visual Studio Code.
Add this to your settings.json and restart VS Code to get IntelliSense and inline documentation for Warp elements.
{
"html.customData": [
"./node_modules/@warp-ds/elements/dist/vscode.html-custom-data.json"
],
"css.customData": [
"./node_modules/@warp-ds/elements/dist/vscode.css-custom-data.json"
]
}
We ship web-types.json which should get picked up automatically by JetBrains IDEA and similar products.
You should see code completions and inline docs for Warp elements when writing HTML.
This project is continuously published to NPM and Eik using a next tag (e.g. 1.1.0-next.1).
Anyone needing to use the latest changes of this package can point to the next version while waiting for the stable release.
Detailed changes for each release can be found in the CHANGELOG file.
@warp-ds/elements is available under the Apache-2.0 software license.
FAQs
Custom elements for Warp
We found that @warp-ds/elements demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 4 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
November CVE publications fell 25% YoY even as 2025 totals rose, showing how a few major CNAs can swing “global” counts and skew perceived risk.

Security News
React disclosed a CVSS 10.0 RCE in React Server Components and is advising users to upgrade affected packages and frameworks to patched versions now.

Research
/Security News
We spotted a wave of auto-generated “elf-*” npm packages published every two minutes from new accounts, with simple malware variants and early takedowns underway.