Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More

@pepabo-inhouse/tokens

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pepabo-inhouse/tokens

Inhouse tokens

  • 2.1.0
  • npm
  • Socket score

Version published
Weekly downloads
48
decreased by-95.55%
Maintainers
0
Weekly downloads
 
Created

Inhouse Tokens

Inhouseを使用しているすべてのサービスのデザイントークンをプラットフォームごとに最適な形でビルドします。

Getting Started

  1. 新しいデザイントークンを作成します。tokens/pepperディレクトリを複製・編集すると楽です。
  2. Color、Size、Typographyなどのトークンの値をブランド独自の値に編集します。
  3. config/pepper.jsをコピーして新しいデザイントークンの設定ファイルを作成します。
  4. $ npm run buildを実行します。プラットフォームごとに最適化されたデザイントークンが/build/{custom-flavor}に正しくビルドされたか確認してください。

Documentation

Sass

作成・ビルドしたデザイントークンはInhouse Components Webから使用できます。

  1. inhouse/flavor@pepabo-inhouse/tokensをinstallします。

  2. installした@pepabo-inhouse/tokensのSassのvariablesを、_tokens.scssにて再エクスポートします。

@forward "@pepabo-inhouse/tokens/build/{custom-flavor}/scss/variables";
  1. 各サービスのアプリケーションなどの使う側で、@pepabo-inhouse/flavorとしてinstallします。
"dependencies": {
    "@pepabo-inhouse/flavor": "npm:{custom-flavor}@x.y.z",
}

Figma (Variables)

WIP

iOS

WIP

Android

WIP

FAQs

Package last updated on 28 Oct 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