Skip to content

Commit

Permalink
Stabilize layout components (#10381)
Browse files Browse the repository at this point in the history
### WHY are these changes introduced?

Fixes #9978
  • Loading branch information
kyledurand authored and sophschneider committed Sep 19, 2023
1 parent f14af91 commit 58b0ea4
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 359 deletions.
295 changes: 0 additions & 295 deletions polaris-react/src/components/Text/README.md

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ title: Bleed
category: Layout and structure
keywords:
- layout
status: Alpha
examples:
- fileName: bleed-horizontal.tsx
title: Horizontal
Expand All @@ -28,13 +27,6 @@ Applies negative margin to allow content to bleed out into the surrounding layou

</Lede>

<StatusBanner status={frontmatter.status}>
This component is a work in progress and ready for exploratory usage, with
breaking changes expected in minor version updates. Please use with caution.
Learn more about our [component
lifecycles](/getting-started/components-lifecycle).
</StatusBanner>

<Examples />

<Props componentName={frontmatter.title} />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ keywords:
- equal width
- right-aligned stack
- stack layout
status: Alpha
examples:
- fileName: block-stack-with-gap.tsx
title: Gap
Expand All @@ -35,13 +34,6 @@ Use to display children vertically and horizontally with full width by default.

</Lede>

<StatusBanner status={frontmatter.status}>
This component is a work in progress and ready for exploratory usage, with
breaking changes expected in minor version updates. Please use with caution.
Learn more about our [component
lifecycles](/getting-started/components-lifecycle).
</StatusBanner>

<Examples />

<Props componentName={frontmatter.title} />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ keywords:
- box
- responsive
- tokens
status: Alpha
examples:
- fileName: box-with-color.tsx
title: Color
Expand Down Expand Up @@ -39,13 +38,6 @@ Box is the most primitive layout component. It’s a way to access Polaris desig

</Lede>

<StatusBanner status={frontmatter.status}>
This component is a work in progress and ready for exploratory usage, with
breaking changes expected in minor version updates. Please use with caution.
Learn more about our [component
lifecycles](/getting-started/components-lifecycle).
</StatusBanner>

<Examples />

<Props componentName={frontmatter.title} />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ keywords:
- subdued card for secondary content
- callout
- call out
status: Alpha
examples:
- fileName: card-default.tsx
title: Default
Expand Down Expand Up @@ -50,13 +49,6 @@ Cards are used to group similar concepts and tasks together for merchants to sca

</Lede>

<StatusBanner status={frontmatter.status}>
This component is a work in progress and ready for exploratory usage, with
breaking changes expected in minor version updates. Please use with caution.
Learn more about our [component
lifecycles](/getting-started/components-lifecycle).
</StatusBanner>

<Examples />

<Props componentName={frontmatter.title} />
Expand Down
Loading

0 comments on commit 58b0ea4

Please sign in to comment.