Skip to content

Commit ea8cb2a

Browse files
committed
Update URLs referencing AlphaStack
1 parent bc99b8b commit ea8cb2a

File tree

7 files changed

+10
-10
lines changed

7 files changed

+10
-10
lines changed

polaris.shopify.com/content/components/deprecated/grid.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@ examples:
3535

3636
## Related components
3737

38-
- To lay out a set of smaller components in a row, [use the stack component](https://polaris.shopify.com/components/layout-and-structure/alpha-stack)
38+
- To lay out a set of smaller components in a row, [use the stack component](https://polaris.shopify.com/components/layout-and-structure/stack)
3939
- To lay out form fields, [use the form layout component](https://polaris.shopify.com/components/form-layout)

polaris.shopify.com/content/components/deprecated/text-container.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ The closer the spacing, the closer the relationship between content topics. The
3737

3838
## Related components
3939

40-
- For more layout variations, or if you’re looking to vertically space components other than text, use [Stack](https://polaris.shopify.com/components/layout-and-structure/alpha-stack).
40+
- For more layout variations, or if you’re looking to vertically space components other than text, use [Stack](https://polaris.shopify.com/components/layout-and-structure/stack).

polaris.shopify.com/content/components/layout-and-structure/layout.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,5 +81,5 @@ Annotated section descriptions should:
8181
## Related components
8282

8383
- To visually group content in a layout section, [use the card component](https://polaris.shopify.com/components/layout-and-structure/card)
84-
- To lay out a set of smaller components in a row, [use the stack component](https://polaris.shopify.com/components/layout-and-structure/alpha-stack)
84+
- To lay out a set of smaller components in a row, [use the stack component](https://polaris.shopify.com/components/layout-and-structure/stack)
8585
- To lay out form fields, [use the form layout component](https://polaris.shopify.com/components/form-layout)

polaris.shopify.com/content/components/lists/list.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,4 +88,4 @@ Every item in a list should:
8888

8989
The list component outputs list items (`<li>`) inside a list wrapper (`<ul>` for bullet lists or `<ol>` for numbered lists). By default, list items are conveyed as a group of related elements to assistive technology users.
9090

91-
To group items for layout only, consider using the [stack component](https://polaris.shopify.com/components/layout-and-structure/alpha-stack).
91+
To group items for layout only, consider using the [stack component](https://polaris.shopify.com/components/layout-and-structure/stack).

polaris.shopify.com/content/patterns/date-picking/variants/single-date.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ This enables merchants to type a specific date or pick it from a calendar.
3131

3232
## Using this pattern
3333

34-
This pattern uses the [`AlphaCard`](/components/layout-and-structure/alpha-card), [`DatePicker`](/components/selection-and-input/date-picker), [`Popover`](/components/overlays/popover) and [`TextField`](/components/selection-and-input/text-field) components.
34+
This pattern uses the [`Card`](/components/layout-and-structure/card), [`DatePicker`](/components/selection-and-input/date-picker), [`Popover`](/components/overlays/popover) and [`TextField`](/components/selection-and-input/text-field) components.
3535

3636
<!-- prettier-ignore -->
3737
```javascript {"type":"sandboxContext","for":"example"}
@@ -116,15 +116,15 @@ function DatePickerExample() {
116116
/>
117117
}
118118
>
119-
<AlphaCard ref={datePickerRef}>
119+
<Card ref={datePickerRef}>
120120
<DatePicker
121121
month={month}
122122
year={year}
123123
selected={selectedDate}
124124
onMonthChange={handleMonthChange}
125125
onChange={handleDateSelection}
126126
/>
127-
</AlphaCard>
127+
</Card>
128128
</Popover>
129129
</Box>
130130
</Stack>

polaris.shopify.com/content/patterns/resource-details-layout/variants/default.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ hideFromNav: true
2828

2929
## Using this pattern
3030

31-
This pattern uses the [`AlphaCard`](/components/layout-and-structure/alpha-card), [`AlphaStack`](/components/layout-and-structure/alpha-stack), [`Columns`](/components/layout-and-structure/columns) and [`Page`](/components/layout-and-structure/page) components.
31+
This pattern uses the [`Card`](/components/layout-and-structure/alpha-card), [`Stack`](/components/layout-and-structure/stack), [`Columns`](/components/layout-and-structure/columns) and [`Page`](/components/layout-and-structure/page) components.
3232

3333
<!-- prettier-ignore -->
3434
```javascript {"type":"previewContext","for":"example"}
@@ -119,7 +119,7 @@ function ResourceDetailsLayout() {
119119
<Divider borderStyle="divider" />
120120
<SkeletonBodyText />
121121
</Stack>
122-
</Cad>
122+
</Card>
123123
<Card roundedAbove="sm">
124124
<Stack gap="4">
125125
<SkeletonLabel />

polaris.shopify.com/content/patterns/resource-index-layout/variants/default.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ This pattern uses the [`Layout`](/components/layout-and-structure/layout), [`Pag
4747
},
4848
]}
4949
>
50-
<AlphaCard>Coming Soon</AlphaCard>
50+
<Card>Coming Soon</Card>
5151
</Page>
5252
```
5353

0 commit comments

Comments
 (0)