@trycourier/react-designer 0.0.0-canary-20251210115724 → 0.0.0-canary-20251210123137

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -16,6 +16,10 @@ export interface UseVariablesResult {
16
16
  * Update a variable's value
17
17
  */
18
18
  addVariableValue: (key: string, value: string) => void;
19
+ /**
20
+ * Clear all variable values (reset to empty object)
21
+ */
22
+ clearAllVariableValues: () => void;
19
23
  }
20
24
  /**
21
25
  * Hook to access and manage variables for a specific channel