Files
metabuilder/packages/dropdown_manager/styles/tokens.json
johndoe6345789 3ec49cfe8c feat: Introduce schema-driven package system specification
- Added `package_system.tla` to model the schema-driven package system, including multi-source loading, validation, dependency resolution, and permission filtering.
- Created `package_system.cfg` for TLC model checker configuration, defining constants and invariants for bounded model checking.
- Updated `metabuilder.tla` to reflect the core specification of MetaBuilder, emphasizing the package lifecycle and related specifications.
2026-01-02 21:59:59 +00:00

20 lines
469 B
JSON

{
"$schema": "https://metabuilder.dev/schemas/package-styles.schema.json",
"schemaVersion": "2.0.0",
"colors": {
"optionEven": "#f9f9f9",
"optionOdd": "#ffffff",
"dragHandle": "#9e9e9e",
"previewBorder": "#e0e0e0"
},
"spacing": {
"cardPadding": "16px",
"optionRowPadding": "8px",
"gridGap": "16px"
},
"shadows": {
"dropdownCard": "0 1px 3px rgba(0, 0, 0, 0.08)",
"previewDialog": "0 4px 20px rgba(0, 0, 0, 0.15)"
}
}