@texturehq/edges 1.24.1 → 1.24.2

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.
@@ -356,12 +356,17 @@ interface TextFieldProps extends Omit<TextFieldProps$1, "isRequired" | "size" |
356
356
  * @default true
357
357
  */
358
358
  reserveErrorSpace?: boolean;
359
+ /**
360
+ * Shows a loading spinner instead of the search icon (only applicable when showSearchIcon is true)
361
+ * @default false
362
+ */
363
+ isLoading?: boolean;
359
364
  }
360
365
  /**
361
366
  * Renders an Edges TextField with label, description, validation states and
362
367
  * optional search/clear/password affordances.
363
368
  */
364
- declare function TextField({ label, description, errorMessage, size, tooltip, isRequired, transparent, showSearchIcon, isClearable, onClear, type, validationResult, reserveErrorSpace, ...props }: TextFieldProps): react_jsx_runtime.JSX.Element;
369
+ declare function TextField({ label, description, errorMessage, size, tooltip, isRequired, transparent, showSearchIcon, isClearable, onClear, type, validationResult, reserveErrorSpace, isLoading, ...props }: TextFieldProps): react_jsx_runtime.JSX.Element;
365
370
 
366
371
  /**
367
372
  * TimeField
@@ -356,12 +356,17 @@ interface TextFieldProps extends Omit<TextFieldProps$1, "isRequired" | "size" |
356
356
  * @default true
357
357
  */
358
358
  reserveErrorSpace?: boolean;
359
+ /**
360
+ * Shows a loading spinner instead of the search icon (only applicable when showSearchIcon is true)
361
+ * @default false
362
+ */
363
+ isLoading?: boolean;
359
364
  }
360
365
  /**
361
366
  * Renders an Edges TextField with label, description, validation states and
362
367
  * optional search/clear/password affordances.
363
368
  */
364
- declare function TextField({ label, description, errorMessage, size, tooltip, isRequired, transparent, showSearchIcon, isClearable, onClear, type, validationResult, reserveErrorSpace, ...props }: TextFieldProps): react_jsx_runtime.JSX.Element;
369
+ declare function TextField({ label, description, errorMessage, size, tooltip, isRequired, transparent, showSearchIcon, isClearable, onClear, type, validationResult, reserveErrorSpace, isLoading, ...props }: TextFieldProps): react_jsx_runtime.JSX.Element;
365
370
 
366
371
  /**
367
372
  * TimeField
@@ -1,6 +1,6 @@
1
1
  {
2
- "version": "1.24.1",
3
- "generatedAt": "2025-11-30T15:12:49.133Z",
2
+ "version": "1.24.2",
3
+ "generatedAt": "2025-12-01T02:27:01.138Z",
4
4
  "components": [
5
5
  {
6
6
  "name": "ActionCell",