From 6661c09060035d54ce5daa3474bbcbfad447a2c9 Mon Sep 17 00:00:00 2001 From: "rnuinoci[bot]" <182611266+rnuinoci[bot]@users.noreply.github.com> Date: Tue, 13 Jan 2026 09:16:09 +0000 Subject: [PATCH] wix-noci: update api.json --- .../src/components/textField/textField.api.json | 10 ++++++++++ 1 file changed, 10 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..c742fb63bc 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,16 @@ ], "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": "Sortable Input", + "description": "For guidelines regarding list reordering and behavior, see the SortableList documentation:\nhttps://wix-private.github.io/wix-react-native-ui-lib/docs/components/lists/SortableList", + "content": [ + { + "value": "https://wixmp-1d257fba8470f1b562a0f5f2.wixmp.com/mads-docs-assets/assets/Components%20Docs/textField/Sortable%20Input.png" + } + ] } ] },