From 142e39955a03dc3b070029651adaa7f0088eb9f8 Mon Sep 17 00:00:00 2001 From: "rnuinoci[bot]" <182611266+rnuinoci[bot]@users.noreply.github.com> Date: Tue, 13 Jan 2026 10:06:28 +0000 Subject: [PATCH] wix-noci: update api.json --- .../src/components/textField/textField.api.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/packages/react-native-ui-lib/src/components/textField/textField.api.json b/packages/react-native-ui-lib/src/components/textField/textField.api.json index 11411e5345..ea47cf886d 100644 --- a/packages/react-native-ui-lib/src/components/textField/textField.api.json +++ b/packages/react-native-ui-lib/src/components/textField/textField.api.json @@ -476,6 +476,12 @@ ], "title": "Spec", "description": "Markdown:\n\n**Label**\nbodySmall, $textNeutralHeavy \n**Placeholder**\nbody, $textNeutralLight \n**Value** \nbody, $textDefault \n**Helper Text** \nsubtext, $textNeutralHeavy \n**Character Count** \nbodySmall, $textNeutralHeavy \n**Validation message** \nMessage - bodySmall, $textDangerLight\nIcon - exclamationFillSmall, $iconDangerLight \n**Prefix & Suffix** \nbody, $textNeutral \n**Clear Button** \nxFlat, $textNeutralLight \n**Warning Message** \nMessage - bodySmall, $textDefault\nIcon - exclamationFillSmall, $iconDefault \n**Validation Success** \nIcon - checkmarkFlatSmall, $iconSuccess \n**Outline - Default/unfocused** \n1p, $outlineNeutral \n**Outline - Focused, typing** \n1p, $outlinePrimary \n**Outline - Validation** \n1p, $outlineDanger \n**Outline - Disabled** \n1p, $outlineDisabled \n**Outline - Read only** \nfill background- $backgroundNeutralLight" + }, + { + "type": "section", + "title": "TEST", + "description": "Markdown:\n\n1. **Label**\nDescribes the information that the user needs to enter. The label should be short and clear, preferably a noun. \n2. **Placeholder** (optional) \nPlaceholders can serve as an assistive text that can provide additional aid or context to the user. Don’t use it to display critical information - as it disappears when the users starts typing. \n3. **Helper text** (optional) \nUse this to provide a hint or a disclaimer about the content of the field. For example, “Passwords must contain at least 8 characters” \n4. **Clear button** \nLets the user to easily clear the input value. Appears only when value was typed. \n5. **Character count** \nShould be used if there is a character limit. Displays the amount of typed characters out of total allowed. If the limit is reached, the counter will become red and further typing is disabled. \n6. **Validation message** \nDemonstrates that a required input is missing something or the entry was invalid.", + "layout": "horizontal" } ] },