|
2 | 2 | "name": "TextField",
|
3 | 3 | "category": "form",
|
4 | 4 | "description": "An enhanced customizable TextField with validation support",
|
5 |
| - "extends": ["TextInput"], |
6 |
| - "extendsLink": ["https://reactnative.dev/docs/textinput"], |
7 |
| - "modifiers": ["margin", "color", "typography"], |
| 5 | + "extends": [ |
| 6 | + "TextInput" |
| 7 | + ], |
| 8 | + "extendsLink": [ |
| 9 | + "https://reactnative.dev/docs/textinput" |
| 10 | + ], |
| 11 | + "modifiers": [ |
| 12 | + "margin", |
| 13 | + "color", |
| 14 | + "typography" |
| 15 | + ], |
8 | 16 | "example": "https://github.com/wix/react-native-ui-lib/blob/master/demo/src/screens/componentScreens/TextFieldScreen.tsx",
|
9 | 17 | "images": [
|
10 | 18 | "https://github.com/wix/react-native-ui-lib/blob/master/demo/showcase/Incubator.TextField/FloatingPlaceholder.gif?raw=true, https://github.com/wix/react-native-ui-lib/blob/master/demo/showcase/Incubator.TextField/Validation.gif?raw=true, https://github.com/wix/react-native-ui-lib/blob/master/demo/showcase/Incubator.TextField/ColorByState.gif?raw=true, https://github.com/wix/react-native-ui-lib/blob/master/demo/showcase/Incubator.TextField/CharCounter.gif?raw=true, https://github.com/wix/react-native-ui-lib/blob/master/demo/showcase/Incubator.TextField/Hint.gif?raw=true"
|
|
276 | 284 | "type": "section",
|
277 | 285 | "layout": "horizontal",
|
278 | 286 | "title": "Structure",
|
279 |
| - "description": "1. **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.", |
| 287 | + "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.", |
280 | 288 | "content": [
|
281 | 289 | {
|
282 | 290 | "value": "https://wixmp-1d257fba8470f1b562a0f5f2.wixmp.com/mads-docs-assets/assets/Components Docs/textField/textField_overview_section_03.png"
|
|
285 | 293 | },
|
286 | 294 | {
|
287 | 295 | "type": "table",
|
288 |
| - "columns": ["Property", "Component", "New Column"], |
| 296 | + "columns": [ |
| 297 | + "Property", |
| 298 | + "Component", |
| 299 | + "New Column" |
| 300 | + ], |
289 | 301 | "items": [
|
290 | 302 | {
|
291 | 303 | "title": "Inactive (default)",
|
|
374 | 386 | },
|
375 | 387 | {
|
376 | 388 | "type": "table",
|
377 |
| - "columns": ["Property", "Component"], |
| 389 | + "columns": [ |
| 390 | + "Property", |
| 391 | + "Component" |
| 392 | + ], |
378 | 393 | "items": [
|
379 | 394 | {
|
380 | 395 | "title": "Outline (Default)",
|
|
400 | 415 | },
|
401 | 416 | {
|
402 | 417 | "type": "table",
|
403 |
| - "columns": ["Property", "Component"], |
| 418 | + "columns": [ |
| 419 | + "Property", |
| 420 | + "Component" |
| 421 | + ], |
404 | 422 | "items": [
|
405 | 423 | {
|
406 | 424 | "title": "Leading Accessory (Prefix)",
|
|
458 | 476 | }
|
459 | 477 | ],
|
460 | 478 | "title": "Spec",
|
461 |
| - "description": "**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" |
| 479 | + "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" |
462 | 480 | }
|
463 | 481 | ]
|
464 | 482 | },
|
|
0 commit comments