Skip to content

Commit 70ed313

Browse files
authored
[polaris.shopify.com] Update alpha banner message (#7745)
### WHY are these changes introduced? Resolves #7670. ### WHAT is this pull request doing? Updates the message in the status banner to include that documentation is also in development. <details> <summary>Updated Bleed banner</summary> <img src="https://user-images.githubusercontent.com/26749317/202476127-708a7d25-4fc3-441c-bb6d-385457d23b1d.png" alt="Updated Bleed banner"> </details> <!-- ℹ️ Delete the following for small / trivial changes --> ### 🎩 checklist - [ ] Tested on [mobile](https://github.com/Shopify/polaris/blob/main/documentation/Tophatting.md#cross-browser-testing) - [ ] Tested on [multiple browsers](https://help.shopify.com/en/manual/shopify-admin/supported-browsers) - [ ] Tested for [accessibility](https://github.com/Shopify/polaris/blob/main/documentation/Accessibility%20testing.md) - [ ] Updated the component's `README.md` with documentation changes - [x] [Tophatted documentation](https://github.com/Shopify/polaris/blob/main/documentation/Tophatting%20documentation.md) changes in the style guide
1 parent 15570cc commit 70ed313

File tree

8 files changed

+13
-8
lines changed

8 files changed

+13
-8
lines changed

.changeset/fresh-games-arrive.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'polaris.shopify.com': patch
3+
---
4+
5+
Updated alpha status message that documentation is in development for `Bleed`, `Columns`, `Tiles`, `Inline`, `AlphaCard`, `AlphaStack`, and `Box`

polaris.shopify.com/content/components/alpha-card.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ keywords:
2222
- call out
2323
status:
2424
value: Alpha
25-
message: This component is in development. There could be breaking changes made to it in a non-major release of Polaris. Please use with caution.
25+
message: This component and its documentation is in development. There could be breaking changes made to it in a non-major release of Polaris. Please use with caution.
2626
examples:
2727
- fileName: alpha-card-default.tsx
2828
title: Default

polaris.shopify.com/content/components/alpha-stack.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ keywords:
66
- layout
77
status:
88
value: Alpha
9-
message: This component is in development. There could be breaking changes made to it in a non-major release of Polaris. Please use with caution.
9+
message: This component and its documentation is in development. There could be breaking changes made to it in a non-major release of Polaris. Please use with caution.
1010
examples:
1111
- fileName: alpha-stack-default.tsx
1212
title: Default

polaris.shopify.com/content/components/bleed.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ keywords:
66
- layout
77
status:
88
value: Alpha
9-
message: This component is in development. There could be breaking changes made to it in a non-major release of Polaris. Please use with caution.
9+
message: This component and its documentation is in development. There could be breaking changes made to it in a non-major release of Polaris. Please use with caution.
1010
examples:
1111
- fileName: bleed-vertical.tsx
1212
title: Vertical

polaris.shopify.com/content/components/box.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ keywords:
66
- layout
77
status:
88
value: Alpha
9-
message: This component is in development. There could be breaking changes made to it in a non-major release of Polaris. Please use with caution.
9+
message: This component and its documentation is in development. There could be breaking changes made to it in a non-major release of Polaris. Please use with caution.
1010
examples:
1111
- fileName: box-default.tsx
1212
title: Default

polaris.shopify.com/content/components/columns.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ keywords:
66
- layout
77
status:
88
value: Alpha
9-
message: This component is in development. There could be breaking changes made to it in a non-major release of Polaris. Please use with caution.
9+
message: This component and its documentation is in development. There could be breaking changes made to it in a non-major release of Polaris. Please use with caution.
1010
examples:
1111
- fileName: columns-default.tsx
1212
title: Default

polaris.shopify.com/content/components/inline.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ keywords:
66
- layout
77
status:
88
value: Alpha
9-
message: This component is in development. There could be breaking changes made to it in a non-major release of Polaris. Please use with caution.
9+
message: This component and its documentation is in development. There could be breaking changes made to it in a non-major release of Polaris. Please use with caution.
1010
examples:
1111
- fileName: inline-default.tsx
1212
title: Default
1313
description: >-
14-
Items are vertically centered with 16px of space around them. They’ll wrap onto multiple lines when needed.
14+
Items are vertically centered with 16px of space around them. They’ll wrap onto multiple lines when needed.
1515
- fileName: inline-with-non-wrapping.tsx
1616
title: Non-wrapping
1717
description: >-

polaris.shopify.com/content/components/tiles.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ keywords:
66
- layout
77
status:
88
value: Alpha
9-
message: This component is in development. There could be breaking changes made to it in a non-major release of Polaris. Please use with caution.
9+
message: This component and its documentation is in development. There could be breaking changes made to it in a non-major release of Polaris. Please use with caution.
1010
examples:
1111
- fileName: tiles-with-spacing.tsx
1212
title: Spacing

0 commit comments

Comments
 (0)