@@ -224,6 +224,7 @@ extension iOSViewVersion<TextFieldType, UITextField> {
224224 public static let v16 = Self (for : .v16 )
225225 public static let v17 = Self (for : .v17 )
226226 public static let v18 = Self (for : .v18 )
227+ public static let v26 = Self (for : .v26 )
227228}
228229
229230extension tvOSViewVersion<TextFieldType, UITextField> {
@@ -233,11 +234,13 @@ extension tvOSViewVersion<TextFieldType, UITextField> {
233234 public static let v16 = Self (for : .v16 )
234235 public static let v17 = Self (for : .v17 )
235236 public static let v18 = Self (for : .v18 )
237+ public static let v26 = Self (for : .v26 )
236238}
237239
238240extension visionOSViewVersion<TextFieldType, UITextField> {
239241 public static let v1 = Self (for : .v1 )
240242 public static let v2 = Self (for : .v2 )
243+ public static let v26 = Self (for : .v26 )
241244}
242245#elseif canImport (AppKit )
243246extension macOSViewVersion<TextFieldType, NSTextField> {
@@ -247,6 +250,7 @@ extension macOSViewVersion<TextFieldType, NSTextField> {
247250 public static let v13 = Self (for : .v13 )
248251 public static let v14 = Self (for : .v14 )
249252 public static let v15 = Self (for : .v15 )
253+ public static let v26 = Self (for : .v26 )
250254}
251255#endif
252256```
0 commit comments