mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-04-25 22:34:56 +00:00
- Created package.json for Media Center with metadata, dependencies, and exports. - Added roles.json for access permissions related to media jobs, radio, TV, and retro gaming. - Implemented functions.json defining various media center functions for jobs, radio, TV, documents, and retro gaming. - Developed stories.json for Storybook showcasing Media Center components. - Introduced tokens.json for styling, including colors, spacing, shadows, and animations.
45 lines
1.1 KiB
JSON
45 lines
1.1 KiB
JSON
{
|
|
"$schema": "https://metabuilder.dev/schemas/package-styles.schema.json",
|
|
"schemaVersion": "2.0.0",
|
|
"colors": {
|
|
"dialogOverlay": "rgba(0, 0, 0, 0.6)",
|
|
"warningBackground": "#fff3cd",
|
|
"warningBorder": "#ffc107",
|
|
"warningText": "#856404",
|
|
"dangerBackground": "#f8d7da",
|
|
"dangerBorder": "#dc3545",
|
|
"dangerText": "#721c24",
|
|
"successBackground": "#d4edda",
|
|
"successBorder": "#28a745",
|
|
"successText": "#155724",
|
|
"defaultBackground": "#ffffff",
|
|
"defaultBorder": "#dee2e6",
|
|
"itemInfoBackground": "#fee",
|
|
"itemInfoText": "#c00"
|
|
},
|
|
"spacing": {
|
|
"dialogPadding": "24px",
|
|
"titlePadding": "20px 24px",
|
|
"contentPadding": "20px 24px",
|
|
"actionsPadding": "16px 24px",
|
|
"buttonGap": "12px",
|
|
"itemInfoPadding": "16px"
|
|
},
|
|
"sizing": {
|
|
"maxWidth": "600px",
|
|
"minButtonWidth": "100px"
|
|
},
|
|
"typography": {
|
|
"titleSize": "1.25rem",
|
|
"titleWeight": 600,
|
|
"messageSize": "1rem",
|
|
"warningSize": "0.875rem",
|
|
"warningWeight": 500
|
|
},
|
|
"borders": {
|
|
"dialogRadius": "8px",
|
|
"itemInfoRadius": "4px",
|
|
"dialogWidth": "1px"
|
|
}
|
|
}
|