feat(studio): variables inspector panel with live preview values

This commit is contained in:
James
2026-07-09 13:31:03 -07:00
parent 2e0b884521
commit b34ad85165
12 changed files with 1311 additions and 59 deletions
+7 -1
View File
@@ -13,7 +13,13 @@ export interface AppToast {
tone: "error" | "info";
}
export type RightPanelTab = "layers" | "design" | "renders" | "block-params" | "slideshow";
export type RightPanelTab =
| "layers"
| "design"
| "renders"
| "block-params"
| "slideshow"
| "variables";
export type RightInspectorPane = "layers" | "design";
export interface RightInspectorPanes {