@trading-game/design-intelligence-layer 0.9.2 → 0.9.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +2 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -83,7 +83,7 @@ npm install react react-dom tailwindcss
83
83
 
84
84
  ## What's inside
85
85
 
86
- - **54 UI components** — buttons, forms, dialogs, charts, sidebars, and more
86
+ - **55 UI components** — buttons, forms, dialogs, charts, sidebars, and more
87
87
  - **Design tokens** — CSS custom properties for color, radius, typography, and transitions synced from Figma
88
88
  - **Transition tokens** — semantic duration and easing tokens (`duration-base`, `ease-standard`, etc.) — no hardcoded `duration-200` anywhere
89
89
  - **Light-only theme** — white backgrounds, black text, primary blue accents — no dark mode
@@ -143,6 +143,7 @@ npm install react react-dom tailwindcss
143
143
  | Skeleton | `Skeleton` |
144
144
  | Slider | `Slider` |
145
145
  | Spinner | `Spinner` |
146
+ | Stepper | `Stepper` |
146
147
  | Switch | `Switch` |
147
148
  | Table | `Table, TableHeader, TableBody, TableRow, TableHead, TableCell` |
148
149
  | Tabs | `Tabs, TabsList, TabsTrigger, TabsContent` |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trading-game/design-intelligence-layer",
3
- "version": "0.9.2",
3
+ "version": "0.9.3",
4
4
  "description": "Trading Game Design System — shadcn/ui components with Tailwind CSS v4",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",