@sanity/ui 2.10.7 → 2.10.8

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.
package/dist/index.d.mts CHANGED
@@ -2226,6 +2226,7 @@ export declare interface TextInputProps {
2226
2226
  * @public
2227
2227
  */
2228
2228
  export declare type TextInputType =
2229
+ | 'search'
2229
2230
  | 'date'
2230
2231
  | 'datetime-local'
2231
2232
  | 'email'
package/dist/index.d.ts CHANGED
@@ -2226,6 +2226,7 @@ export declare interface TextInputProps {
2226
2226
  * @public
2227
2227
  */
2228
2228
  export declare type TextInputType =
2229
+ | 'search'
2229
2230
  | 'date'
2230
2231
  | 'datetime-local'
2231
2232
  | 'email'