1.15.0 • Published 9 months ago
@factorialco/factorial-one-core v1.15.0
Factorial One Core
Core tokens and utilities for the Factorial One Design System.
Installation
npm install @factorialco/factorial-one-core
# or
yarn add @factorialco/factorial-one-core
# or
pnpm add @factorialco/factorial-one-coreUsage
import { semanticColors, spacing, fontSizes } from '@factorialco/factorial-one-core';
// Use tokens in your styles
const styles = {
container: {
padding: spacing[4],
backgroundColor: semanticColors.background.default.light,
},
text: {
fontSize: fontSizes.base,
color: semanticColors.foreground.default.light,
},
};Available Tokens
semanticColors: Semantic color tokens for light and dark themesbaseColors: Raw color valuesspacing: Spacing scalefontSizes: Font size scalefontWeights: Font weight valueslineHeights: Line height valuesletterSpacings: Letter spacing valuesborderRadius: Border radius values
Development
Building
pnpm buildTesting
pnpm testLicense
MIT
1.15.0
9 months ago
1.14.0
9 months ago
1.13.0
9 months ago
1.12.2
9 months ago
1.12.1
10 months ago
1.12.0
10 months ago
1.11.0
10 months ago
1.10.0
10 months ago
1.9.0
10 months ago
1.8.0
10 months ago
1.7.3
10 months ago
1.7.2
10 months ago
1.7.1
10 months ago
1.7.0
10 months ago
1.6.0
10 months ago
1.5.0
10 months ago
1.4.1
10 months ago
1.4.0
10 months ago
1.3.0
10 months ago
1.0.0
10 months ago
1.2.5
11 months ago
1.2.4
11 months ago
1.2.3
11 months ago