@lax-wp/design-system 0.3.55 → 0.3.56

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.
@@ -133,6 +133,8 @@ export interface SelectFieldProps extends Omit<SelectProps, 'onChange'> {
133
133
  isRequiredConditional?: boolean;
134
134
  /** Translation function */
135
135
  t?: (key: string) => string;
136
+ /** Whether this is a live field */
137
+ isLiveField?: boolean;
136
138
  }
137
139
  /**
138
140
  * SelectField component - A feature-rich select dropdown with multi-select, tags, search, and more