Add docs for InlineAlert (#4576)
* Implement InlineAlert component #1343
- add `inlinealert` CSS
- add `@react-aria/alert`
- add `@react-spectrum/inlinealert` component
- add `@react-types/inlinealert`
* Implement InlineAlert component #1343
* Implement InlineAlert component #1343
* Implement InlineAlert component #1343
* Implement InlineAlert component #1343
- remove support for button group
* Implement InlineAlert component #1343
- gridRef no longer needed
* Implement InlineAlert component #1343
- update story
Co-authored-by: Robert Snow <snowystinger@gmail.com>
* Implement InlineAlert component #1343
- update test
- remove `@react-aria/alert`
* Implement InlineAlert component #1343
- add comments to types
Co-authored-by: Robert Snow <snowystinger@gmail.com>
* Implement InlineAlert component #1343
- update comment in react-types
* Implement InlineAlert component #1343
- remove @react-aria/alert dependency
* Implement InlineAlert component #1343
- add info variant story
* Implement InlineAlert component #1343
- fixes based on PR comments
* Implement InlineAlert component #1343
- fixes based on PR comments
* Implement InlineAlert component #1343
- fixes based on PR comments
* Implement InlineAlert component #1343
- rename from `InLineAlert` to `InlineAlert`
* Implement InlineAlert component #1343
- add Chromatic tests
* Implement InlineAlert component #1343
- fix imports
* add inline alert docs
---------
Co-authored-by: Anthony Rumsey <arumsey@adobe.com>
Co-authored-by: Robert Snow <snowystinger@gmail.com>