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 🙏

© 2026 – Pkg Stats / Ryan Hefner

@x-plat/tokens-core

v0.2.9

Published

XPLAT Design System - Core Color Token Types & Primitive Palette

Readme

@x-plat/tokens-core

XPLAT 디자인 시스템의 기초(primitive) 토큰 + semantic 매핑 패키지.

모든 브랜드 토큰 패키지(default / cbio / haetbitgil / daibee-ir) 가 이 패키지에 의존한다.

설치

npm install @x-plat/tokens-core

Export 내용

import {
  // Color
  primitive,         // 색상 primitive 팔레트 (red/blue/neutral 등 50-900)
  semantic,          // semantic 매핑 (text/surface/border/icon/emphasis/interaction)
  CATEGORICAL_SEMANTIC_RULE,
  primitiveRef,      // var(--primitive-X-Y) 헬퍼
  brand,             // var(--brand-X-Y) 헬퍼
  brandCat,          // var(--brand-categorical-N-Y) 헬퍼
  system,            // var(--system-X-Y) 헬퍼
  cssVar,

  // Spacing
  spacingPrimitive,  // size/stroke 원시 값
  spacingSemantic,   // space/control-height/radius/stroke semantic
  sizeRef,
  strokeRef,

  // Typography
  typoPrimitive,     // font-family/size/line-height/weight/letter-spacing (responsive)
  typoSemantic,      // 합성 스타일 (display-1-b 등 23개)
  typoFont,
  typoSize,
  typoLh,
  typoLs,
  typoWeight,
  typoBrandFont,
  typoBrandSize,
  typoBrandLh,
  typoBrandLs,
  typoBrandWeight,
} from "@x-plat/tokens-core";

직접 사용보다는 브랜드 패키지로

일반 앱에서는 이 패키지를 직접 쓰기보다 브랜드 토큰 패키지(@x-plat/tokens-default 등) 를 통해 간접적으로 사용한다.

브랜드 패키지가 이 core 의 primitive + semantic 에 자기 brand/system 을 결합해 완성된 토큰 세트를 제공한다.

라이선스

Private. XPLAT WOONG.