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

@pepabo-inhouse/tokens

Package Overview
Dependencies
Maintainers
0
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pepabo-inhouse/tokens

Inhouse tokens

  • 2.3.0
  • latest
  • npm
  • Socket score

Version published
Maintainers
0
Created
Source

Inhouse Tokens

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

Getting Started

  1. 新しいデザイントークンを作成します。tokens/pepperディレクトリを複製・編集すると楽です。
  2. Color、Size、Typographyなどのトークンの値をブランド独自の値に編集します。
    • 書き方はStyle DictionaryのTokensのドキュメントを参照してください。
  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 27 Nov 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