v1.0.1
@starbemtech/react-starsystem@1.0.1
Patch Changes
- 4c0dd73: Remove the
Chartcomponent family (Chart,Sparkline,LineChart,BarChart,DonutChart) and their types (ChartProps,SparklineProps,LineChartProps,BarChartProps,BarDatum,DonutChartProps,DonutSegment). Charting is out of scope for this design system — consuming apps should use a dedicated charting library instead.
🔖 Commits
Changes since v1.0.0:
a8e9a8cchore: release v1.0.14c0dd73✨ (remove-chart-component.md): Remove theChartcomponent family and their types from the design system as charting is out of scope. Consuming apps should use a dedicated charting library instead. 📝 (App.tsx, DocsLayout.tsx): Refactor App component to use react-router-dom for routing and add support for locale handling in DocsLayout component. Update DocsLayout to include LocaleToggle component and handle locale switching.660f56afeat(example): use the new Menu component for desktop navigation55e1c12chore: add prettier format check to CI857072bdocs: add AGENTS.md, point CLAUDE.md at itb1a0541fix(ci): stop hardcoding pnpm 9 in docs workflow too (same packageManager mismatch as ci/publish)
📦 Install
pnpm add @starbemtech/react-starsystem@1.0.1🚀 Basic usage
import { Button } from '@starbemtech/react-starsystem'
import '@starbemtech/react-starsystem/style.css'🎨 Design Tokens
import { colors, fontFamily, fontSize, spacing, borderRadius } from '@starbemtech/react-starsystem'
// colors
colors.primary.base // #FF5100
colors.secondary.base // #7F56D9
colors.terciary.base // #ED2E98