Skip to content

v1.0.1

Choose a tag to compare

@github-actions github-actions released this 30 Jul 14:30

@starbemtech/react-starsystem@1.0.1

Patch Changes

  • 4c0dd73: Remove the Chart component 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:

  • a8e9a8c chore: release v1.0.1
  • 4c0dd73 ✨ (remove-chart-component.md): Remove the Chart component 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.
  • 660f56a feat(example): use the new Menu component for desktop navigation
  • 55e1c12 chore: add prettier format check to CI
  • 857072b docs: add AGENTS.md, point CLAUDE.md at it
  • b1a0541 fix(ci): stop hardcoding pnpm 9 in docs workflow too (same packageManager mismatch as ci/publish)

Full diff


📦 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