@tempoplatform/tpds
TypeScript icon, indicating that this package has built-in type declarations

2.0.51 • Public • Published

Tempo Platform Design System

This module contains the UI components, elements and design tokens of the Tempo Platform Design System.

Example usage:

Import and use a button element:

import { Button } from '@tempoplatform/tpds/elements/buttons'

<Button>
  My button
</Button>

How to publish a new version of the NPM module:

  1. First, make sure you have an .env file with values for the properties:
FIGMA_API_TOKEN=<figma_api_token>
FIGMA_FILE_ID=<figma_file_id>
  1. Then, run the build script:
cd npm_module
yarn build (or npm run build)
  1. Finally, if you logged in to NPM, you can publish the module to NPM:

First, manually bump the version in the package.json file. Then, run the following command:

npm publish

Learn more at the documentation website: https://tempods.netlify.app/

TPDS main repository: https://github.com/Tempo-Platform/tpds

Package Sidebar

Install

npm i @tempoplatform/tpds

Weekly Downloads

316

Version

2.0.51

License

ISC

Unpacked Size

444 kB

Total Files

142

Last publish

Collaborators

  • tempoplatform-john
  • kieran-tempo
  • antoniobrandao