Skip to content

Commit 788d5a4

Browse files
committed
push updated generated types
1 parent 1e1309a commit 788d5a4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

generatedTypes/incubator/TextField/usePreset.d.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ export default function usePreset({ preset, ...props }: InternalTextFieldProps):
126126
selectionState?: import("react-native").DocumentSelectionState | undefined;
127127
spellCheck?: boolean | undefined;
128128
textContentType?: "none" | "name" | "password" | "username" | "URL" | "addressCity" | "addressCityAndState" | "addressState" | "countryName" | "creditCardNumber" | "emailAddress" | "familyName" | "fullStreetAddress" | "givenName" | "jobTitle" | "location" | "middleName" | "namePrefix" | "nameSuffix" | "nickname" | "organizationName" | "postalCode" | "streetAddressLine1" | "streetAddressLine2" | "sublocality" | "telephoneNumber" | "newPassword" | "oneTimeCode" | undefined;
129-
autoCompleteType?: "name" | "off" | "cc-csc" | "cc-exp" | "cc-exp-month" | "cc-exp-year" | "cc-number" | "email" | "password" | "postal-code" | "street-address" | "tel" | "username" | undefined;
129+
autoCompleteType?: "email" | "name" | "off" | "cc-csc" | "cc-exp" | "cc-exp-month" | "cc-exp-year" | "cc-number" | "password" | "postal-code" | "street-address" | "tel" | "username" | undefined;
130130
importantForAutofill?: "auto" | "yes" | "no" | "noExcludeDescendants" | "yesExcludeDescendants" | undefined;
131131
disableFullscreenUI?: boolean | undefined;
132132
inlineImageLeft?: string | undefined;
@@ -458,7 +458,7 @@ export default function usePreset({ preset, ...props }: InternalTextFieldProps):
458458
selectionState?: import("react-native").DocumentSelectionState | undefined;
459459
spellCheck?: boolean | undefined;
460460
textContentType?: "none" | "name" | "password" | "username" | "URL" | "addressCity" | "addressCityAndState" | "addressState" | "countryName" | "creditCardNumber" | "emailAddress" | "familyName" | "fullStreetAddress" | "givenName" | "jobTitle" | "location" | "middleName" | "namePrefix" | "nameSuffix" | "nickname" | "organizationName" | "postalCode" | "streetAddressLine1" | "streetAddressLine2" | "sublocality" | "telephoneNumber" | "newPassword" | "oneTimeCode" | undefined;
461-
autoCompleteType?: "name" | "off" | "cc-csc" | "cc-exp" | "cc-exp-month" | "cc-exp-year" | "cc-number" | "email" | "password" | "postal-code" | "street-address" | "tel" | "username" | undefined;
461+
autoCompleteType?: "email" | "name" | "off" | "cc-csc" | "cc-exp" | "cc-exp-month" | "cc-exp-year" | "cc-number" | "password" | "postal-code" | "street-address" | "tel" | "username" | undefined;
462462
importantForAutofill?: "auto" | "yes" | "no" | "noExcludeDescendants" | "yesExcludeDescendants" | undefined;
463463
disableFullscreenUI?: boolean | undefined;
464464
inlineImageLeft?: string | undefined;
@@ -902,7 +902,7 @@ export default function usePreset({ preset, ...props }: InternalTextFieldProps):
902902
selectionState?: import("react-native").DocumentSelectionState | undefined;
903903
spellCheck?: boolean | undefined;
904904
textContentType?: "none" | "name" | "password" | "username" | "URL" | "addressCity" | "addressCityAndState" | "addressState" | "countryName" | "creditCardNumber" | "emailAddress" | "familyName" | "fullStreetAddress" | "givenName" | "jobTitle" | "location" | "middleName" | "namePrefix" | "nameSuffix" | "nickname" | "organizationName" | "postalCode" | "streetAddressLine1" | "streetAddressLine2" | "sublocality" | "telephoneNumber" | "newPassword" | "oneTimeCode" | undefined;
905-
autoCompleteType?: "name" | "off" | "cc-csc" | "cc-exp" | "cc-exp-month" | "cc-exp-year" | "cc-number" | "email" | "password" | "postal-code" | "street-address" | "tel" | "username" | undefined;
905+
autoCompleteType?: "email" | "name" | "off" | "cc-csc" | "cc-exp" | "cc-exp-month" | "cc-exp-year" | "cc-number" | "password" | "postal-code" | "street-address" | "tel" | "username" | undefined;
906906
importantForAutofill?: "auto" | "yes" | "no" | "noExcludeDescendants" | "yesExcludeDescendants" | undefined;
907907
disableFullscreenUI?: boolean | undefined;
908908
inlineImageLeft?: string | undefined;

0 commit comments

Comments
 (0)