diff --git a/UNRELEASED.md b/UNRELEASED.md index 67ba78419fb..492d0c3ccda 100644 --- a/UNRELEASED.md +++ b/UNRELEASED.md @@ -20,6 +20,8 @@ Use [the changelog guidelines](https://git.io/polaris-changelog-guidelines) to f ### Documentation +- Added Android/iOS images for Plain destructive button ([#2081](https://github.com/Shopify/polaris-react/pull/2081)) +- Removed mobile mention from right-aligned text component guidelines ([#2081](https://github.com/Shopify/polaris-react/pull/2081)) - Added mobile example images error state of Single Choice List ([#2007](https://github.com/Shopify/polaris-react/pull/2007)) ### Development workflow diff --git a/src/components/Button/README.md b/src/components/Button/README.md index 86a6924dcee..ea0cbb27941 100644 --- a/src/components/Button/README.md +++ b/src/components/Button/README.md @@ -147,6 +147,18 @@ Use for actions that will delete merchant data or be otherwise difficult to reco ``` + + +![Destructive plain button for Android](/public_images/components/Button/android/plain-destructive@2x.png) + + + + + +![Destructive plain button for iOS](/public_images/components/Button/ios/plain-destructive@2x.png) + + + ### Primary button Use to highlight the most important actions in any experience. Don’t use more than one primary button in a section or screen to avoid overwhelming merchants. @@ -177,13 +189,13 @@ Use when the action will delete merchant data or be otherwise difficult to recov -![Destrutive plain and destructive basic button for Android](/public_images/components/Button/android/destructive@2x.png) +![Destructive basic button for Android](/public_images/components/Button/android/basic-destructive@2x.png) -![Destrutive plain and destructive basic button for iOS](/public_images/components/Button/ios/destructive@2x.png) +![Destructive basic button for iOS](/public_images/components/Button/ios/basic-destructive@2x.png) diff --git a/src/components/TextField/README.md b/src/components/TextField/README.md index 48964fef7ca..6160267d14c 100644 --- a/src/components/TextField/README.md +++ b/src/components/TextField/README.md @@ -375,6 +375,8 @@ class LabelActionExample extends React.Component { ### TextField with right aligned text + + Use when input text should be aligned right. ```jsx