{"version":3,"sources":["../src/Textarea/TextArea.module.css"],"names":[],"mappings":"AAAA,6BAQE,eAAgB,CAFhB,4BAA6B,CAC7B,QAAS,CAHT,aAAc,CAFd,mBAAoB,CACpB,iBAAkB,CAElB,WAAY,CAJZ,UAQF,CAEA,mCACE,SACF,CAEA,0CACE,WACF,CAEA,0CACE,WACF,CAEA,gDACE,iBACF,CAEA,8CACE,eACF,CAEA,sCACE,WACF","file":"TextArea-6ec228b2.css","sourcesContent":[".TextArea {\n  width: 100%;\n  font-family: inherit;\n  font-size: inherit;\n  color: inherit;\n  resize: both;\n  background-color: transparent;\n  border: 0;\n  appearance: none;\n}\n\n.TextArea:focus {\n  outline: 0;\n}\n\n.TextArea[resize='none'] {\n  resize: none;\n}\n\n.TextArea[resize='both'] {\n  resize: both;\n}\n\n.TextArea[resize='horizontal'] {\n  resize: horizontal;\n}\n\n.TextArea[resize='vertical'] {\n  resize: vertical;\n}\n\n.TextArea:disabled {\n  resize: none;\n}\n"]}