Published in this run:
NEW: @bytelyst/charts@0.1.0
NEW: @bytelyst/customizable-workspace@0.1.0
NEW: @bytelyst/generative-theme@0.1.0
NEW: @bytelyst/media-ui@0.1.0
NEW: @bytelyst/notifications-ui@0.1.0
NEW: @bytelyst/motion@0.2.1
NEW: @bytelyst/data-viz@0.1.0 (?)
CHANGED: @bytelyst/ui @0.2.0
CHANGED: @bytelyst/auth-ui, broadcast-client, dashboard-components,
llm-router, survey-client, ai-ui, command-palette,
dashboard-shell, design-tokens, feature-flag-client,
kill-switch-client, mcp-client, platform-client
Manifest fingerprint updated for all 21 packages.
37 lines
815 B
JSON
37 lines
815 B
JSON
{
|
|
"name": "@bytelyst/dashboard-components",
|
|
"version": "0.1.7",
|
|
"description": "Shared React components for ByteLyst dashboards",
|
|
"type": "module",
|
|
"main": "./dist/index.js",
|
|
"types": "./dist/index.d.ts",
|
|
"exports": {
|
|
".": {
|
|
"import": "./dist/index.js",
|
|
"types": "./dist/index.d.ts"
|
|
}
|
|
},
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"test": "vitest run --pool forks",
|
|
"typecheck": "tsc --noEmit"
|
|
},
|
|
"peerDependencies": {
|
|
"react": ">=18.0.0",
|
|
"react-dom": ">=18.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@testing-library/react": "^16.3.2",
|
|
"@types/react": "^19.2.14",
|
|
"@types/react-dom": "^19.2.3",
|
|
"happy-dom": "^18.0.1",
|
|
"react": "^19.2.4",
|
|
"react-dom": "^19.2.4",
|
|
"typescript": "^5.7.3",
|
|
"vitest": "^4.0.18"
|
|
}
|
|
}
|