Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
@channel.io/bezier-tokens
Advanced tools
Bezier Tokens is a design tokens library that implements Bezier design system.
npm i -D @channel.io/bezier-tokens
You can access and use values by token group.
import { tokens } from '@channel.io/bezier-tokens'
console.log(tokens.global['blue-300']) // "#..."
console.log(tokens.lightTheme['bg-black-dark']) // "#..."
Provide all design tokens as CSS variables. If you want to apply dark theme tokens, add the data-bezier-theme="dark"
attribute to the parent element. The default is light theme tokens, which can also be applied by adding the data-bezier-theme="light"
attribute to the parent element.
import '@channel.io/bezier-tokens/css/global.css'
import '@channel.io/bezier-tokens/css/light-theme.css'
import '@channel.io/bezier-tokens/css/dark-theme.css'
div {
background: var(--bg-black-dark);
}
See contribution guide.
This package is mainly contributed by Channel Corp. Although feel free to contribution, or raise concerns!
FAQs
Design tokens for Bezier design system.
The npm package @channel.io/bezier-tokens receives a total of 48 weekly downloads. As such, @channel.io/bezier-tokens popularity was classified as not popular.
We found that @channel.io/bezier-tokens 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
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.