feat(cli): add alchemy and improve cli tooling and structure (#520)

This commit is contained in:
Aman Varshney
2025-08-20 23:43:58 +05:30
committed by GitHub
parent c5430ae4fd
commit 5788876c47
152 changed files with 5804 additions and 2264 deletions

View File

@@ -22,7 +22,7 @@ export function AddonsExamplesCharts({ data }: AddonsExamplesChartsProps) {
<div className="border-border border-b px-4 py-3">
<div className="flex items-center gap-2">
<span className="text-primary text-xs"></span>
<span className=" font-semibold text-sm">ADDONS_USAGE.BAR</span>
<span className="font-semibold text-sm">ADDONS_USAGE.BAR</span>
</div>
<p className="mt-1 text-muted-foreground text-xs">
Additional features and tooling adoption
@@ -37,7 +37,7 @@ export function AddonsExamplesCharts({ data }: AddonsExamplesChartsProps) {
tickLine={false}
tickMargin={10}
axisLine={false}
className=" text-xs"
className="text-xs"
/>
<YAxis hide />
<ChartTooltip content={<ChartTooltipContent />} />
@@ -72,7 +72,7 @@ export function AddonsExamplesCharts({ data }: AddonsExamplesChartsProps) {
<div className="border-border border-b px-4 py-3">
<div className="flex items-center gap-2">
<span className="text-primary text-xs"></span>
<span className=" font-semibold text-sm">EXAMPLES_USAGE.BAR</span>
<span className="font-semibold text-sm">EXAMPLES_USAGE.BAR</span>
</div>
<p className="mt-1 text-muted-foreground text-xs">
Example applications included in projects
@@ -87,7 +87,7 @@ export function AddonsExamplesCharts({ data }: AddonsExamplesChartsProps) {
tickLine={false}
tickMargin={10}
axisLine={false}
className=" text-xs"
className="text-xs"
/>
<YAxis hide />
<ChartTooltip content={<ChartTooltipContent />} />