Edit: change theme to dark green

This commit is contained in:
2026-01-26 20:21:59 +02:00
parent d16dfc3d9b
commit 648e805d3d
270 changed files with 32 additions and 14787 deletions

View File

@@ -1,24 +0,0 @@
{
"name": "RadialGradientBackground",
"description": "Customizable radial gradient background with theme color integration.",
"constraints": {},
"propsSchema": {
"className?": "string",
"centerColor?": "string (default: 'var(--background)')",
"edgeColor?": "string (default: 'var(--color-primary-cta)')",
"size?": "string (default: '125% 125%')",
"position?": "string (default: '50% 10%')"
},
"usageExample": "<RadialGradientBackground centerColor=\"var(--background)\" edgeColor=\"var(--color-primary-cta)\" size=\"125% 125%\" position=\"50% 10%\" />",
"do": [
"Use for landing pages",
"Use for feature showcases",
"Use for capability displays"
],
"dont": [],
"editRules": {
"textOnly": true,
"layoutLocked": true,
"styleLocked": true
}
}