@@ -224,6 +224,7 @@ extension iOSViewVersion<TextFieldType, UITextField> {
224
224
public static let v16 = Self (for : .v16 )
225
225
public static let v17 = Self (for : .v17 )
226
226
public static let v18 = Self (for : .v18 )
227
+ public static let v26 = Self (for : .v26 )
227
228
}
228
229
229
230
extension tvOSViewVersion <TextFieldType, UITextField> {
@@ -233,11 +234,13 @@ extension tvOSViewVersion<TextFieldType, UITextField> {
233
234
public static let v16 = Self (for : .v16 )
234
235
public static let v17 = Self (for : .v17 )
235
236
public static let v18 = Self (for : .v18 )
237
+ public static let v26 = Self (for : .v26 )
236
238
}
237
239
238
240
extension visionOSViewVersion <TextFieldType, UITextField> {
239
241
public static let v1 = Self (for : .v1 )
240
242
public static let v2 = Self (for : .v2 )
243
+ public static let v26 = Self (for : .v26 )
241
244
}
242
245
#elseif canImport (AppKit )
243
246
extension macOSViewVersion <TextFieldType, NSTextField> {
@@ -247,6 +250,7 @@ extension macOSViewVersion<TextFieldType, NSTextField> {
247
250
public static let v13 = Self (for : .v13 )
248
251
public static let v14 = Self (for : .v14 )
249
252
public static let v15 = Self (for : .v15 )
253
+ public static let v26 = Self (for : .v26 )
250
254
}
251
255
#endif
252
256
```
0 commit comments