Major feature migration from dt-shopify-storefront into the design system: - Card system: per-card color modes (normal/emphasis/warning/success/other), progress bars, full-bleed card body (card-body-flush), image bevel clip-paths, and visible structural borders at bevel corners - Badge system: dt-card-badge with position-aware offsets for cards vs media frames - Media frames: dt-bevel-media with inner surface fill, image clipping, and "MISSING MEDIA" placeholder for empty containers - Interactive bevel buttons: dt-btn with hover/selected states and pulse animation - Menu items: dt-menu-item with active states and level indentation - Animations: scale-in, fade-in, slide-up, pulse, ping, spin keyframes - Feature legend: CSS grid for product feature icons with state colors - Scrollbar styling for DT brand - New @dangerousthings/react package wrapping web CSS components - New @dangerousthings/tailwind-preset package - New @dangerousthings/hex-background package - Desktop showcase rewritten in React with Tailwind CSS - Mobile showcase updated with new screens (animations, filters, advanced cards) - Tokens: added mode color tokens, RGB variants, and selected-state tokens Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
40 lines
1.2 KiB
JSON
40 lines
1.2 KiB
JSON
{
|
|
"name": "dt-design-system",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"description": "Dangerous Things design system — shared tokens, web CSS, and React Native components",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/dangerous-tac0s/dt-design-system"
|
|
},
|
|
"license": "MIT",
|
|
"workspaces": [
|
|
"packages/*",
|
|
"packages/showcase/*"
|
|
],
|
|
"scripts": {
|
|
"build": "turbo run build",
|
|
"build:tokens": "npm run build -w packages/tokens",
|
|
"build:web": "npm run build -w packages/web",
|
|
"build:react-native": "npm run build -w packages/react-native",
|
|
"start:mobile": "npm run start -w @dangerousthings/showcase-mobile",
|
|
"start:desktop": "npm run start -w @dangerousthings/showcase-desktop",
|
|
"clean": "turbo run clean",
|
|
"typecheck": "turbo run typecheck",
|
|
"lint": "turbo run lint",
|
|
"changeset": "changeset",
|
|
"version-packages": "changeset version",
|
|
"release": "turbo run build && changeset publish"
|
|
},
|
|
"devDependencies": {
|
|
"@changesets/cli": "^2.30.0",
|
|
"puppeteer": "^24.38.0",
|
|
"turbo": "^2.4.0",
|
|
"typescript": "^5.7.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
},
|
|
"packageManager": "npm@10.0.0"
|
|
}
|