File tree Expand file tree Collapse file tree 3 files changed +21
-0
lines changed
packages/ui-extensions/src/surfaces/customer-account Expand file tree Collapse file tree 3 files changed +21
-0
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ ' @shopify/ui-extensions ' : patch
3+ ---
4+
5+ [ customer account] add announcement targets
Original file line number Diff line number Diff line change 1+ /**
2+ * @fileoverview This file is used to generate the documentation for the customer-account surface. For component types, see the components folder.
3+ */
14import {
25 AvatarProps ,
36 AvatarElementProps ,
Original file line number Diff line number Diff line change @@ -38,6 +38,11 @@ export interface OrderStatusExtensionTargets {
3838 StandardApi < 'customer-account.order-status.block.render' > ,
3939 StandardComponents
4040 > ;
41+ 'customer-account.order-status.announcement.render' : RenderExtension <
42+ OrderStatusApi < 'customer-account.order-status.announcement.render' > &
43+ StandardApi < 'customer-account.order-status.announcement.render' > ,
44+ StandardComponents
45+ > ;
4146 /**
4247 * A static extension target that renders on every line item, inside the details
4348 * under the line item properties element on the **Order status** page.
@@ -107,10 +112,18 @@ export interface CustomerAccountExtensionTargets {
107112 StandardApi < 'customer-account.order-index.block.render' > ,
108113 StandardComponents
109114 > ;
115+ 'customer-account.order-index.announcement.render' : RenderExtension <
116+ StandardApi < 'customer-account.order-index.announcement.render' > ,
117+ StandardComponents
118+ > ;
110119 'customer-account.profile.block.render' : RenderExtension <
111120 StandardApi < 'customer-account.profile.block.render' > ,
112121 StandardComponents
113122 > ;
123+ 'customer-account.profile.announcement.render' : RenderExtension <
124+ StandardApi < 'customer-account.profile.announcement.render' > ,
125+ StandardComponents
126+ > ;
114127 'customer-account.profile.addresses.render-after' : RenderExtension <
115128 StandardApi < 'customer-account.profile.addresses.render-after' > ,
116129 StandardComponents
You can’t perform that action at this time.
0 commit comments