Files
metabuilder/packages/codegen_studio/styles/tokens.json
johndoe6345789 7a82c07bfe feat(codegen_studio): add Codegen Studio components for template generation and project scaffolding
- Introduced `CodegenStudio`, `TemplateSelector`, and `PackageGenerator` components with detailed props and rendering logic.
- Created UI styles and tokens for consistent theming across components.
- Implemented permissions for template viewing, creation, and code generation.
- Added functions for lifecycle events, blueprint building, and package generation.
- Developed storybook stories for visual testing and documentation of components.

feat(config_summary): implement configuration summary components and styles

- Added `ConfigSummary`, `SummaryRow`, and related components for displaying system stats.
- Defined permissions for viewing and exporting configuration summaries.
- Created functions for rendering and aggregating summary data.
- Established storybook stories for showcasing summary components and their variations.
- Introduced styles and tokens for consistent UI presentation across summary components.
2026-01-02 16:26:34 +00:00

30 lines
808 B
JSON

{
"$schema": "https://metabuilder.dev/schemas/package-styles.schema.json",
"schemaVersion": "2.0.0",
"colors": {
"templateCard": "#f8fafc",
"templateCardHover": "#e2e8f0",
"templateBadgeNext": "#0070f3",
"templateBadgeReact": "#61dafb",
"templateBadgeCli": "#22c55e",
"progressTrack": "#e2e8f0",
"progressFill": "#3b82f6",
"statusReady": "#22c55e",
"statusPending": "#f59e0b",
"statusError": "#ef4444"
},
"spacing": {
"studioContainer": "24px",
"cardPadding": "24px",
"cardGap": "16px",
"formGap": "16px",
"sectionGap": "24px",
"badgeGap": "8px"
},
"shadows": {
"templateCard": "0 1px 3px rgba(0, 0, 0, 0.1)",
"templateCardHover": "0 4px 12px rgba(0, 0, 0, 0.15)",
"actionButton": "0 2px 4px rgba(0, 0, 0, 0.1)"
}
}