diff --git a/.changeset/fresh-games-arrive.md b/.changeset/fresh-games-arrive.md new file mode 100644 index 00000000000..3d19c36e479 --- /dev/null +++ b/.changeset/fresh-games-arrive.md @@ -0,0 +1,5 @@ +--- +'polaris.shopify.com': patch +--- + +Updated alpha status message that documentation is in development for `Bleed`, `Columns`, `Tiles`, `Inline`, `AlphaCard`, `AlphaStack`, and `Box` diff --git a/polaris.shopify.com/content/components/alpha-card.md b/polaris.shopify.com/content/components/alpha-card.md index 6e58899087b..7eb3676cee4 100644 --- a/polaris.shopify.com/content/components/alpha-card.md +++ b/polaris.shopify.com/content/components/alpha-card.md @@ -22,7 +22,7 @@ keywords: - call out status: value: Alpha - 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. + 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. examples: - fileName: alpha-card-default.tsx title: Default diff --git a/polaris.shopify.com/content/components/alpha-stack.md b/polaris.shopify.com/content/components/alpha-stack.md index 10d215d295d..3fcd105baab 100644 --- a/polaris.shopify.com/content/components/alpha-stack.md +++ b/polaris.shopify.com/content/components/alpha-stack.md @@ -6,7 +6,7 @@ keywords: - layout status: value: Alpha - 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. + 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. examples: - fileName: alpha-stack-default.tsx title: Default diff --git a/polaris.shopify.com/content/components/bleed.md b/polaris.shopify.com/content/components/bleed.md index 301f139bb7b..9b5c1c5d652 100644 --- a/polaris.shopify.com/content/components/bleed.md +++ b/polaris.shopify.com/content/components/bleed.md @@ -6,7 +6,7 @@ keywords: - layout status: value: Alpha - 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. + 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. examples: - fileName: bleed-vertical.tsx title: Vertical diff --git a/polaris.shopify.com/content/components/box.md b/polaris.shopify.com/content/components/box.md index 3e096261737..c5f86189625 100644 --- a/polaris.shopify.com/content/components/box.md +++ b/polaris.shopify.com/content/components/box.md @@ -6,7 +6,7 @@ keywords: - layout status: value: Alpha - 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. + 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. examples: - fileName: box-default.tsx title: Default diff --git a/polaris.shopify.com/content/components/columns.md b/polaris.shopify.com/content/components/columns.md index 585d90aceec..f12d7949578 100644 --- a/polaris.shopify.com/content/components/columns.md +++ b/polaris.shopify.com/content/components/columns.md @@ -6,7 +6,7 @@ keywords: - layout status: value: Alpha - 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. + 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. examples: - fileName: columns-default.tsx title: Default diff --git a/polaris.shopify.com/content/components/inline.md b/polaris.shopify.com/content/components/inline.md index 6f6b5fb7848..1bc3058fd9e 100644 --- a/polaris.shopify.com/content/components/inline.md +++ b/polaris.shopify.com/content/components/inline.md @@ -6,12 +6,12 @@ keywords: - layout status: value: Alpha - 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. + 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. examples: - fileName: inline-default.tsx title: Default description: >- - Items are vertically centered with 16px of space around them. They’ll wrap onto multiple lines when needed. + Items are vertically centered with 16px of space around them. They’ll wrap onto multiple lines when needed. - fileName: inline-with-non-wrapping.tsx title: Non-wrapping description: >- diff --git a/polaris.shopify.com/content/components/tiles.md b/polaris.shopify.com/content/components/tiles.md index f0023396029..0e0f8f50274 100644 --- a/polaris.shopify.com/content/components/tiles.md +++ b/polaris.shopify.com/content/components/tiles.md @@ -6,7 +6,7 @@ keywords: - layout status: value: Alpha - 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. + 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. examples: - fileName: tiles-with-spacing.tsx title: Spacing