npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2025 – Pkg Stats / Ryan Hefner

@seniorsistemas/tailwind-config

v1.0.6

Published

Tokens do design system da Senior Sistemas para Tailwindcss.

Downloads

96

Readme

🎨 Senior Sistemas - Tailwind Config

Uma biblioteca de configuração do Tailwind CSS que exporta os tokens do Senior Design System.

📋 Índice

🚀 Sobre

Este pacote centraliza todas as configurações de design system do SDS para uso com Tailwind CSS, incluindo:

  • Cores: Paleta completa com cores primárias, secundárias e escalas de cinza
  • Tipografia: Famílias de fontes padronizadas
  • Bordas: Tokens de border-radius consistentes
  • Breakpoints: Pontos de quebra responsivos padronizados

📦 Instalação

npm install @seniorsistemas/tailwind-config

🛠️ Uso

Configuração Completa

Importe a configuração completa no seu tailwind.config.js:

const { TailwindConfig } = require('@seniorsistemas/tailwind-config');

module.exports = {
  ...TailwindConfig,
  content: [
    './src/**/*.{js,ts,jsx,tsx}',
    // seus caminhos específicos
  ],
};

🔧 Desenvolvimento

Pré-requisitos

  • Node.js >= 20

Setup do Projeto

# Clone o repositório
git clone https://git.senior.com.br/design/tailwind-config.git

# Entre no diretório
cd tailwind-config

# Instale as dependências
npm install

Estrutura do Projeto

src/
├── index.ts              # Exportações principais
├── tailwind-config.ts    # Configuração completa do Tailwind
├── tokens/               # Tokens individuais
│   ├── colors.ts         # Paleta de cores
│   ├── font-family.ts    # Tipografia
│   ├── radius.ts         # Border radius
│   ├── screens.ts        # Breakpoints
│   └── index.ts          # Exportações dos tokens
└── __tests__/            # Testes unitários

📜 Scripts

# Executar testes
npm test

# Executar testes com coverage
npm run test:coverage

# Build do projeto
npm run build

🤝 Contribuição

  1. Crie uma branch para sua feature
  2. Commit suas mudanças
  3. Push para a branch
  4. Abra um Pull Request

Diretrizes

  • Mantenha consistência com os padrões do SDS
  • Adicione testes para novas funcionalidades
  • Atualize a documentação quando necessário
  • Siga as convenções de nomenclatura existentes

📄 Licença

Este projeto é propriedade da Senior Sistemas. Todos os direitos reservados.

🏢 Senior Sistemas

Feito com 💙 pela equipe do SDS da Senior Sistemas.


Links Úteis: