New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@corabank/design-tokens

Package Overview
Dependencies
Maintainers
0
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@corabank/design-tokens

Tokens for Arco design system

  • 2.3.4
  • unpublished
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
Maintainers
0
Weekly downloads
 
Created
Source

Front Design Tokens

Usage

import tokens from "@corabank/design-tokens";

console.log(tokens);
console.log(tokens.colors);

Developer

Install
npm install --save @corabank/design-tokens
Build
npm run build

Info: You need environment variable FIGMA_TOKEN to run this step. This FIGMA_TOKEN is generated by DevOps team, whenever necessary to generate a new one, open a ticket for DevOps.

Tokens


  • borderWidths
  • colors
  • fontFamilies
  • fontSizes
  • fontWeights
  • opacities
  • radii
  • shadows
  • spacing
  • zIndices

Figma tokens template

How to contribute

  1. Create a new branch (whenever possible add your Jira issue number)
  2. Add your changes on the same branch and test it with npm link (REQUIRED)
  3. Push your changes
  4. Open the pull request with Release section filled with the changes that represent this release.

    The release is generated automatically, just leave the release section filled in. Your release will appear here

Example:

- Added new feature A
- Created <B /> Component
- ...
  1. And, on pull request, add one of the following mandatory labels: bump:patch, bump:minor, bump:major or bump:bypass (any other label can also be added)

    The labels will indicate to the actions which version needs to be generated and published right after the merge

bump:patch >> will generate `patch` version
bump:minor >> will generate `minor` version
bump:major >> will generate `major` version
bump:bypass >> wont generate version and will bypass action

License

MIT © corabank

FAQs

Package last updated on 11 Dec 2024

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc