[
	{
		"name": "TextField",
		"package": "@atlaskit/textfield",
		"import": {
			"name": "TextField",
			"package": "@atlaskit/textfield",
			"type": "default"
		},
		"keywords": ["textfield", "input", "form", "text", "field", "single-line"],
		"categories": ["form"],
		"shortDescription": "A single-line text input component.",
		"status": "general-availability",
		"accessibilityGuidelines": [
			"Provide clear labels for all textfields",
			"Use appropriate placeholder text that doesn't replace labels",
			"Provide keyboard navigation support",
			"Indicate required fields clearly",
			"Use appropriate error states and messaging"
		],
		"usageGuidelines": [
			"Use for single-line text input needs",
			"Provide appropriate sizing for content type",
			"Use clear, descriptive labels",
			"Consider character limits and validation",
			"Use appropriate placeholder text"
		],
		"contentGuidelines": [
			"Write clear, descriptive labels",
			"Use helpful placeholder text",
			"Provide appropriate error messages",
			"Consider content length and formatting"
		],
		"generativeInstructions": "./docs/ai/textfield-instructions.md",
		"examples": ["./examples/ai/textfield.tsx"]
	}
]
