Skip to content

Commit 258fdd1

Browse files
Merge pull request #3004 from Shopify/add-customer-account-profile-and-order-index-announcement-render
add customer account profile and order index announcement render
2 parents 773e684 + 5b49d74 commit 258fdd1

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

.changeset/poor-mayflies-bathe.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@shopify/ui-extensions': patch
3+
---
4+
5+
add customer account profile and order index announcement render

packages/ui-extensions/src/surfaces/customer-account/targets.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,10 +125,18 @@ export interface CustomerAccountExtensionTargets {
125125
StandardApi<'customer-account.order-index.block.render'>,
126126
AllComponents
127127
>;
128+
'customer-account.order-index.announcement.render': RenderExtension<
129+
StandardApi<'customer-account.order-index.announcement.render'>,
130+
AllComponents
131+
>;
128132
'customer-account.profile.block.render': RenderExtension<
129133
StandardApi<'customer-account.profile.block.render'>,
130134
AllComponents
131135
>;
136+
'customer-account.profile.announcement.render': RenderExtension<
137+
StandardApi<'customer-account.profile.announcement.render'>,
138+
AllComponents
139+
>;
132140
'customer-account.profile.addresses.render-after': RenderExtension<
133141
StandardApi<'customer-account.profile.addresses.render-after'>,
134142
AllComponents

0 commit comments

Comments
 (0)