@shopify/ui-extensions 2025.10.0-rc.4 → 2025.10.0-rc.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (197) hide show
  1. package/build/ts/docs/shared/components/QueryContainer.d.ts +4 -0
  2. package/build/ts/docs/shared/components/QueryContainer.d.ts.map +1 -0
  3. package/build/ts/surfaces/admin/api/should-render/should-render.doc.d.ts.map +1 -1
  4. package/build/ts/surfaces/admin/components/AdminAction.d.ts +1 -1
  5. package/build/ts/surfaces/admin/components/AdminBlock.d.ts +1 -1
  6. package/build/ts/surfaces/admin/components/AdminPrintAction.d.ts +1 -1
  7. package/build/ts/surfaces/admin/components/Badge.d.ts +17 -6
  8. package/build/ts/surfaces/admin/components/Banner.d.ts +17 -6
  9. package/build/ts/surfaces/admin/components/Box.d.ts +28 -7
  10. package/build/ts/surfaces/admin/components/Button.d.ts +16 -6
  11. package/build/ts/surfaces/admin/components/Checkbox.d.ts +17 -2
  12. package/build/ts/surfaces/admin/components/Choice.d.ts +17 -2
  13. package/build/ts/surfaces/admin/components/ChoiceList.d.ts +17 -6
  14. package/build/ts/surfaces/admin/components/Clickable.d.ts +28 -7
  15. package/build/ts/surfaces/admin/components/DatePicker.d.ts +11 -5
  16. package/build/ts/surfaces/admin/components/Divider.d.ts +12 -5
  17. package/build/ts/surfaces/admin/components/EmailField.d.ts +11 -5
  18. package/build/ts/surfaces/admin/components/Form.d.ts +1 -1
  19. package/build/ts/surfaces/admin/components/Grid.d.ts +28 -7
  20. package/build/ts/surfaces/admin/components/GridItem.d.ts +29 -7
  21. package/build/ts/surfaces/admin/components/Heading.d.ts +17 -6
  22. package/build/ts/surfaces/admin/components/Icon.d.ts +12 -5
  23. package/build/ts/surfaces/admin/components/Image.d.ts +22 -6
  24. package/build/ts/surfaces/admin/components/Link.d.ts +16 -6
  25. package/build/ts/surfaces/admin/components/ListItem.d.ts +18 -6
  26. package/build/ts/surfaces/admin/components/MoneyField.d.ts +11 -6
  27. package/build/ts/surfaces/admin/components/NumberField.d.ts +11 -5
  28. package/build/ts/surfaces/admin/components/Option.d.ts +17 -5
  29. package/build/ts/surfaces/admin/components/OptionGroup.d.ts +18 -5
  30. package/build/ts/surfaces/admin/components/OrderedList.d.ts +18 -6
  31. package/build/ts/surfaces/admin/components/Page.d.ts +20 -5
  32. package/build/ts/surfaces/admin/components/Paragraph.d.ts +18 -6
  33. package/build/ts/surfaces/admin/components/PasswordField.d.ts +11 -5
  34. package/build/ts/surfaces/admin/components/QueryContainer/QueryContainer.doc.d.ts +4 -0
  35. package/build/ts/surfaces/admin/components/QueryContainer/QueryContainer.doc.d.ts.map +1 -0
  36. package/build/ts/surfaces/admin/components/QueryContainer.d.ts +106 -0
  37. package/build/ts/surfaces/admin/components/SearchField.d.ts +14 -6
  38. package/build/ts/surfaces/admin/components/Section.d.ts +17 -6
  39. package/build/ts/surfaces/admin/components/Select.d.ts +16 -6
  40. package/build/ts/surfaces/admin/components/Spinner.d.ts +12 -2
  41. package/build/ts/surfaces/admin/components/Stack.d.ts +28 -7
  42. package/build/ts/surfaces/admin/components/Switch.d.ts +11 -2
  43. package/build/ts/surfaces/admin/components/Table.d.ts +17 -6
  44. package/build/ts/surfaces/admin/components/TableBody.d.ts +18 -6
  45. package/build/ts/surfaces/admin/components/TableCell.d.ts +18 -6
  46. package/build/ts/surfaces/admin/components/TableHeader.d.ts +18 -6
  47. package/build/ts/surfaces/admin/components/TableHeaderRow.d.ts +18 -6
  48. package/build/ts/surfaces/admin/components/TableRow.d.ts +18 -6
  49. package/build/ts/surfaces/admin/components/Text.d.ts +17 -6
  50. package/build/ts/surfaces/admin/components/TextArea.d.ts +11 -5
  51. package/build/ts/surfaces/admin/components/TextField.d.ts +13 -5
  52. package/build/ts/surfaces/admin/components/URLField.d.ts +11 -5
  53. package/build/ts/surfaces/admin/components/UnorderedList.d.ts +18 -6
  54. package/build/ts/surfaces/admin/components/shared.d.ts +34 -44
  55. package/build/ts/surfaces/admin/targets/admin.abandoned-checkout-details.action.render.d.ts +589 -219
  56. package/build/ts/surfaces/admin/targets/admin.abandoned-checkout-details.block.render.d.ts +589 -219
  57. package/build/ts/surfaces/admin/targets/admin.catalog-details.action.render.d.ts +589 -219
  58. package/build/ts/surfaces/admin/targets/admin.catalog-details.block.render.d.ts +589 -219
  59. package/build/ts/surfaces/admin/targets/admin.collection-details.action.render.d.ts +589 -219
  60. package/build/ts/surfaces/admin/targets/admin.collection-details.block.render.d.ts +589 -219
  61. package/build/ts/surfaces/admin/targets/admin.collection-index.action.render.d.ts +589 -219
  62. package/build/ts/surfaces/admin/targets/admin.company-details.action.render.d.ts +589 -219
  63. package/build/ts/surfaces/admin/targets/admin.company-details.block.render.d.ts +589 -219
  64. package/build/ts/surfaces/admin/targets/admin.company-location-details.block.render.d.ts +589 -219
  65. package/build/ts/surfaces/admin/targets/admin.customer-details.action.render.d.ts +589 -219
  66. package/build/ts/surfaces/admin/targets/admin.customer-details.block.render.d.ts +589 -219
  67. package/build/ts/surfaces/admin/targets/admin.customer-index.action.render.d.ts +589 -219
  68. package/build/ts/surfaces/admin/targets/admin.customer-index.selection-action.render.d.ts +589 -219
  69. package/build/ts/surfaces/admin/targets/admin.customer-segment-details.action.render.d.ts +589 -219
  70. package/build/ts/surfaces/admin/targets/admin.customers.segmentation-templates.render.d.ts +589 -219
  71. package/build/ts/surfaces/admin/targets/admin.discount-details.action.render.d.ts +589 -219
  72. package/build/ts/surfaces/admin/targets/admin.discount-details.function-settings.render.d.ts +589 -219
  73. package/build/ts/surfaces/admin/targets/admin.discount-index.action.render.d.ts +589 -219
  74. package/build/ts/surfaces/admin/targets/admin.draft-order-details.action.render.d.ts +589 -219
  75. package/build/ts/surfaces/admin/targets/admin.draft-order-details.block.render.d.ts +589 -219
  76. package/build/ts/surfaces/admin/targets/admin.draft-order-index.action.render.d.ts +589 -219
  77. package/build/ts/surfaces/admin/targets/admin.draft-order-index.selection-action.render.d.ts +589 -219
  78. package/build/ts/surfaces/admin/targets/admin.gift-card-details.action.render.d.ts +589 -219
  79. package/build/ts/surfaces/admin/targets/admin.gift-card-details.block.render.d.ts +589 -219
  80. package/build/ts/surfaces/admin/targets/admin.order-details.action.render.d.ts +589 -219
  81. package/build/ts/surfaces/admin/targets/admin.order-details.block.render.d.ts +589 -219
  82. package/build/ts/surfaces/admin/targets/admin.order-details.print-action.render.d.ts +589 -219
  83. package/build/ts/surfaces/admin/targets/admin.order-fulfilled-card.action.render.d.ts +589 -219
  84. package/build/ts/surfaces/admin/targets/admin.order-index.action.render.d.ts +589 -219
  85. package/build/ts/surfaces/admin/targets/admin.order-index.selection-action.render.d.ts +589 -219
  86. package/build/ts/surfaces/admin/targets/admin.order-index.selection-print-action.render.d.ts +589 -219
  87. package/build/ts/surfaces/admin/targets/admin.product-details.action.render.d.ts +589 -219
  88. package/build/ts/surfaces/admin/targets/admin.product-details.block.render.d.ts +589 -219
  89. package/build/ts/surfaces/admin/targets/admin.product-details.configuration.render.d.ts +589 -219
  90. package/build/ts/surfaces/admin/targets/admin.product-details.print-action.render.d.ts +589 -219
  91. package/build/ts/surfaces/admin/targets/admin.product-details.reorder.render.d.ts +589 -219
  92. package/build/ts/surfaces/admin/targets/admin.product-index.action.render.d.ts +589 -219
  93. package/build/ts/surfaces/admin/targets/admin.product-index.selection-action.render.d.ts +589 -219
  94. package/build/ts/surfaces/admin/targets/admin.product-index.selection-print-action.render.d.ts +589 -219
  95. package/build/ts/surfaces/admin/targets/admin.product-purchase-option.action.render.d.ts +589 -219
  96. package/build/ts/surfaces/admin/targets/admin.product-variant-details.action.render.d.ts +589 -219
  97. package/build/ts/surfaces/admin/targets/admin.product-variant-details.block.render.d.ts +589 -219
  98. package/build/ts/surfaces/admin/targets/admin.product-variant-details.configuration.render.d.ts +589 -219
  99. package/build/ts/surfaces/admin/targets/admin.product-variant-purchase-option.action.render.d.ts +589 -219
  100. package/build/ts/surfaces/admin/targets/admin.settings.internal-order-routing-rule.render.d.ts +589 -219
  101. package/build/ts/surfaces/admin/targets/admin.settings.order-routing-rule.render.d.ts +589 -219
  102. package/build/ts/surfaces/admin/targets/admin.settings.validation.render.d.ts +589 -219
  103. package/build/ts/surfaces/customer-account/api/docs.d.ts +1 -1
  104. package/build/ts/surfaces/customer-account/api/docs.d.ts.map +1 -1
  105. package/build/ts/surfaces/customer-account/api/shared.d.ts +0 -6
  106. package/build/ts/surfaces/customer-account/api/shared.d.ts.map +1 -1
  107. package/build/ts/surfaces/customer-account/components/CustomerAccountAction.d.ts +4 -5
  108. package/build/ts/surfaces/customer-account/components/ImageGroup.d.ts +4 -4
  109. package/build/ts/surfaces/customer-account/components/Page.d.ts +3 -5
  110. package/build/ts/surfaces/customer-account/components/shared.d.ts +11 -0
  111. package/build/ts/surfaces/customer-account/components/shared.d.ts.map +1 -1
  112. package/build/ts/surfaces/customer-account/components/shared.ts +17 -0
  113. package/build/ts/surfaces/customer-account/targets/customer-account.footer.render-after.d.ts +6 -17
  114. package/build/ts/surfaces/customer-account/targets/customer-account.order-index.block.render.d.ts +6 -17
  115. package/build/ts/surfaces/customer-account/targets/customer-account.order-status.block.render.d.ts +6 -17
  116. package/build/ts/surfaces/customer-account/targets/customer-account.order-status.cart-line-item.render-after.d.ts +6 -17
  117. package/build/ts/surfaces/customer-account/targets/customer-account.order-status.cart-line-list.render-after.d.ts +6 -17
  118. package/build/ts/surfaces/customer-account/targets/customer-account.order-status.customer-information.render-after.d.ts +6 -17
  119. package/build/ts/surfaces/customer-account/targets/customer-account.order-status.fulfillment-details.render-after.d.ts +6 -17
  120. package/build/ts/surfaces/customer-account/targets/customer-account.order-status.payment-details.render-after.d.ts +6 -17
  121. package/build/ts/surfaces/customer-account/targets/customer-account.order-status.return-details.render-after.d.ts +6 -17
  122. package/build/ts/surfaces/customer-account/targets/customer-account.order-status.unfulfilled-items.render-after.d.ts +6 -17
  123. package/build/ts/surfaces/customer-account/targets/customer-account.order.action.menu-item.render.d.ts +6 -17
  124. package/build/ts/surfaces/customer-account/targets/customer-account.order.action.render.d.ts +6 -17
  125. package/build/ts/surfaces/customer-account/targets/customer-account.order.page.render.d.ts +6 -17
  126. package/build/ts/surfaces/customer-account/targets/customer-account.page.render.d.ts +6 -17
  127. package/build/ts/surfaces/customer-account/targets/customer-account.profile.addresses.render-after.d.ts +6 -17
  128. package/build/ts/surfaces/customer-account/targets/customer-account.profile.block.render.d.ts +6 -17
  129. package/build/ts/surfaces/customer-account/targets/customer-account.profile.company-details.render-after.d.ts +6 -17
  130. package/build/ts/surfaces/customer-account/targets/customer-account.profile.company-location-addresses.render-after.d.ts +6 -17
  131. package/build/ts/surfaces/customer-account/targets/customer-account.profile.company-location-payment.render-after.d.ts +6 -17
  132. package/build/ts/surfaces/customer-account/targets/customer-account.profile.company-location-staff.render-after.d.ts +6 -17
  133. package/build/ts/surfaces/customer-account/targets/customer-account.profile.payment.render-after.d.ts +6 -17
  134. package/build/tsconfig.tsbuildinfo +1 -1
  135. package/package.json +1 -1
  136. package/src/docs/shared/components/QueryContainer.ts +12 -0
  137. package/src/surfaces/admin/components/AdminAction.d.ts +1 -1
  138. package/src/surfaces/admin/components/AdminBlock.d.ts +1 -1
  139. package/src/surfaces/admin/components/AdminPrintAction.d.ts +1 -1
  140. package/src/surfaces/admin/components/Badge.d.ts +17 -6
  141. package/src/surfaces/admin/components/Banner.d.ts +17 -6
  142. package/src/surfaces/admin/components/Box.d.ts +28 -7
  143. package/src/surfaces/admin/components/Button.d.ts +16 -6
  144. package/src/surfaces/admin/components/Checkbox.d.ts +17 -2
  145. package/src/surfaces/admin/components/Choice.d.ts +17 -2
  146. package/src/surfaces/admin/components/ChoiceList.d.ts +17 -6
  147. package/src/surfaces/admin/components/Clickable.d.ts +28 -7
  148. package/src/surfaces/admin/components/DatePicker.d.ts +11 -5
  149. package/src/surfaces/admin/components/Divider.d.ts +12 -5
  150. package/src/surfaces/admin/components/EmailField.d.ts +11 -5
  151. package/src/surfaces/admin/components/Form.d.ts +1 -1
  152. package/src/surfaces/admin/components/Grid.d.ts +28 -7
  153. package/src/surfaces/admin/components/GridItem.d.ts +29 -7
  154. package/src/surfaces/admin/components/Heading.d.ts +17 -6
  155. package/src/surfaces/admin/components/Icon.d.ts +12 -5
  156. package/src/surfaces/admin/components/Image.d.ts +22 -6
  157. package/src/surfaces/admin/components/Link.d.ts +16 -6
  158. package/src/surfaces/admin/components/ListItem.d.ts +18 -6
  159. package/src/surfaces/admin/components/MoneyField.d.ts +11 -6
  160. package/src/surfaces/admin/components/NumberField.d.ts +11 -5
  161. package/src/surfaces/admin/components/Option.d.ts +17 -5
  162. package/src/surfaces/admin/components/OptionGroup.d.ts +18 -5
  163. package/src/surfaces/admin/components/OrderedList.d.ts +18 -6
  164. package/src/surfaces/admin/components/Page.d.ts +20 -5
  165. package/src/surfaces/admin/components/Paragraph.d.ts +18 -6
  166. package/src/surfaces/admin/components/PasswordField.d.ts +11 -5
  167. package/src/surfaces/admin/components/QueryContainer/examples/default.html +5 -0
  168. package/src/surfaces/admin/components/QueryContainer.d.ts +106 -0
  169. package/src/surfaces/admin/components/SearchField.d.ts +14 -6
  170. package/src/surfaces/admin/components/Section.d.ts +17 -6
  171. package/src/surfaces/admin/components/Select.d.ts +16 -6
  172. package/src/surfaces/admin/components/Spinner.d.ts +12 -2
  173. package/src/surfaces/admin/components/Stack.d.ts +28 -7
  174. package/src/surfaces/admin/components/Switch.d.ts +11 -2
  175. package/src/surfaces/admin/components/Table.d.ts +17 -6
  176. package/src/surfaces/admin/components/TableBody.d.ts +18 -6
  177. package/src/surfaces/admin/components/TableCell.d.ts +18 -6
  178. package/src/surfaces/admin/components/TableHeader.d.ts +18 -6
  179. package/src/surfaces/admin/components/TableHeaderRow.d.ts +18 -6
  180. package/src/surfaces/admin/components/TableRow.d.ts +18 -6
  181. package/src/surfaces/admin/components/Text.d.ts +17 -6
  182. package/src/surfaces/admin/components/TextArea.d.ts +11 -5
  183. package/src/surfaces/admin/components/TextField.d.ts +13 -5
  184. package/src/surfaces/admin/components/URLField.d.ts +11 -5
  185. package/src/surfaces/admin/components/UnorderedList.d.ts +18 -6
  186. package/src/surfaces/admin/components/shared.d.ts +34 -44
  187. package/src/surfaces/admin/components.d.ts +333 -513
  188. package/src/surfaces/customer-account/api/docs.ts +1 -1
  189. package/src/surfaces/customer-account/api/shared.ts +0 -6
  190. package/src/surfaces/customer-account/components/CustomerAccountAction/examples/basic-CustomerAccountAction-js.example.ts +1 -1
  191. package/src/surfaces/customer-account/components/CustomerAccountAction/examples/basic-CustomerAccountAction-preact.example.tsx +1 -1
  192. package/src/surfaces/customer-account/components/CustomerAccountAction.d.ts +4 -5
  193. package/src/surfaces/customer-account/components/ImageGroup.d.ts +4 -4
  194. package/src/surfaces/customer-account/components/Page/examples/basic-Page-js.example.ts +4 -4
  195. package/src/surfaces/customer-account/components/Page/examples/basic-Page-preact.example.tsx +4 -4
  196. package/src/surfaces/customer-account/components/Page.d.ts +3 -5
  197. package/src/surfaces/customer-account/components/shared.ts +17 -0
@@ -143,7 +143,7 @@ export interface Docs_ResourceItem_Button_Action extends Pick<ButtonProps, 'onCl
143
143
  }
144
144
  export interface Docs_Menu_Button_Action extends Omit<ButtonProps, 'kind' | 'textDecoration' | 'inlineAlignment' | 'inlineSize' | 'size'> {
145
145
  }
146
- export interface Docs_OrderActionMenu_Button extends Pick<ButtonProps, 'onClick' | 'loading' | 'disabled' | 'accessibilityLabel' | 'href'> {
146
+ export interface Docs_OrderActionMenu_Button extends Pick<ButtonProps, 'onClick' | 'loading' | 'disabled' | 'accessibilityLabel' | 'href' | 'tone'> {
147
147
  /**
148
148
  * Destination URL to link to.
149
149
  *
@@ -1 +1 @@
1
- {"version":3,"file":"docs.d.ts","sourceRoot":"","sources":["../../../../../src/surfaces/customer-account/api/docs.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"docs.d.ts","sourceRoot":"","sources":["../../../../../src/surfaces/customer-account/api/docs.ts"],"names":[],"mappings":"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"}
@@ -328,12 +328,6 @@ export interface CompanyLocation {
328
328
  id: string;
329
329
  }
330
330
  export interface Ui {
331
- /**
332
- * An overlay is a contextual element on top of the main interface that provides additional information or functionality.
333
- */
334
- overlay: {
335
- close(overlayId: string): void;
336
- };
337
331
  /**
338
332
  * The Toast API displays a non-disruptive message that displays at the bottom
339
333
  * of the interface to provide quick, at-a-glance feedback on the outcome
@@ -1 +1 @@
1
- {"version":3,"file":"shared.d.ts","sourceRoot":"","sources":["../../../../../src/surfaces/customer-account/api/shared.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"shared.d.ts","sourceRoot":"","sources":["../../../../../src/surfaces/customer-account/api/shared.ts"],"names":[],"mappings":"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"}
@@ -1,3 +1,5 @@
1
+ import {BaseElementPropsWithChildren} from './shared';
2
+
1
3
  export interface CustomerAccountActionProps {
2
4
  /**
3
5
  * Sets the heading of the Action container.
@@ -16,14 +18,11 @@ declare global {
16
18
  }
17
19
 
18
20
  declare module 'preact' {
19
- interface BaseProps {
20
- children?: preact.ComponentChildren;
21
- slot?: Lowercase<string>;
22
- }
23
21
  // eslint-disable-next-line @typescript-eslint/no-namespace
24
22
  namespace createElement.JSX {
25
23
  interface IntrinsicElements {
26
- ['s-customer-account-action']: BaseProps & CustomerAccountActionProps;
24
+ ['s-customer-account-action']: BaseElementPropsWithChildren<CustomerAccountActionElement> &
25
+ CustomerAccountActionProps;
27
26
  }
28
27
  }
29
28
  }
@@ -1,3 +1,5 @@
1
+ import {BaseElementPropsWithChildren} from './shared';
2
+
1
3
  export interface ImageGroupProps {
2
4
  /**
3
5
  * Indicates the total number of items that could be displayed in the image group.
@@ -15,13 +17,11 @@ declare global {
15
17
  }
16
18
 
17
19
  declare module 'preact' {
18
- interface BaseProps {
19
- children?: preact.ComponentChildren;
20
- }
21
20
  // eslint-disable-next-line @typescript-eslint/no-namespace
22
21
  namespace createElement.JSX {
23
22
  interface IntrinsicElements {
24
- ['s-image-group']: BaseProps & ImageGroupProps;
23
+ ['s-image-group']: BaseElementPropsWithChildren<ImageGroupElement> &
24
+ ImageGroupProps;
25
25
  }
26
26
  }
27
27
  }
@@ -1,3 +1,5 @@
1
+ import {BaseElementPropsWithChildren} from './shared';
2
+
1
3
  export interface PageProps {
2
4
  /**
3
5
  * The main page heading
@@ -19,14 +21,10 @@ declare global {
19
21
  }
20
22
 
21
23
  declare module 'preact' {
22
- interface BaseProps {
23
- children?: preact.ComponentChildren;
24
- slot?: Lowercase<string>;
25
- }
26
24
  // eslint-disable-next-line @typescript-eslint/no-namespace
27
25
  namespace createElement.JSX {
28
26
  interface IntrinsicElements {
29
- ['s-page']: BaseProps & PageProps;
27
+ ['s-page']: BaseElementPropsWithChildren<PageElement> & PageProps;
30
28
  }
31
29
  }
32
30
  }
@@ -5,4 +5,15 @@ export interface IdProps {
5
5
  id?: string;
6
6
  }
7
7
  export type Size = 'extraSmall' | 'small' | 'base' | 'large' | 'extraLarge' | 'fill';
8
+ export interface BaseElementProps<TClass = HTMLElement> {
9
+ key?: preact.Key;
10
+ ref?: preact.Ref<TClass>;
11
+ slot?: Lowercase<string>;
12
+ }
13
+ /**
14
+ * Used when an element has children.
15
+ */
16
+ export interface BaseElementPropsWithChildren<TClass = HTMLElement> extends BaseElementProps<TClass> {
17
+ children?: preact.ComponentChildren;
18
+ }
8
19
  //# sourceMappingURL=shared.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"shared.d.ts","sourceRoot":"","sources":["../../../../../src/surfaces/customer-account/components/shared.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,OAAO;IACtB;;OAEG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;CACb;AAED,MAAM,MAAM,IAAI,GACZ,YAAY,GACZ,OAAO,GACP,MAAM,GACN,OAAO,GACP,YAAY,GACZ,MAAM,CAAC"}
1
+ {"version":3,"file":"shared.d.ts","sourceRoot":"","sources":["../../../../../src/surfaces/customer-account/components/shared.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,OAAO;IACtB;;OAEG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;CACb;AAED,MAAM,MAAM,IAAI,GACZ,YAAY,GACZ,OAAO,GACP,MAAM,GACN,OAAO,GACP,YAAY,GACZ,MAAM,CAAC;AAEX,MAAM,WAAW,gBAAgB,CAAC,MAAM,GAAG,WAAW;IAEpD,GAAG,CAAC,EAAE,MAAM,CAAC,GAAG,CAAC;IAEjB,GAAG,CAAC,EAAE,MAAM,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC;IAEzB,IAAI,CAAC,EAAE,SAAS,CAAC,MAAM,CAAC,CAAC;CAC1B;AAED;;GAEG;AACH,MAAM,WAAW,4BAA4B,CAAC,MAAM,GAAG,WAAW,CAChE,SAAQ,gBAAgB,CAAC,MAAM,CAAC;IAChC,QAAQ,CAAC,EAAE,MAAM,CAAC,iBAAiB,CAAC;CACrC"}
@@ -12,3 +12,20 @@ export type Size =
12
12
  | 'large'
13
13
  | 'extraLarge'
14
14
  | 'fill';
15
+
16
+ export interface BaseElementProps<TClass = HTMLElement> {
17
+ // Assigns a unique key to this element.
18
+ key?: preact.Key;
19
+ // Assigns a ref (generally from `useRef()`) to this element.
20
+ ref?: preact.Ref<TClass>;
21
+ // Assigns this element to a parent's slot.
22
+ slot?: Lowercase<string>;
23
+ }
24
+
25
+ /**
26
+ * Used when an element has children.
27
+ */
28
+ export interface BaseElementPropsWithChildren<TClass = HTMLElement>
29
+ extends BaseElementProps<TClass> {
30
+ children?: preact.ComponentChildren;
31
+ }
@@ -1,11 +1,8 @@
1
1
  declare module 'preact' {
2
- interface BaseProps {
3
- children?: preact.ComponentChildren;
4
- }
5
-
6
2
  namespace createElement.JSX {
7
3
  interface IntrinsicElements {
8
- ['s-image-group']: BaseProps & ImageGroupProps;
4
+ ['s-image-group']: BaseElementPropsWithChildren<ImageGroupElement> &
5
+ ImageGroupProps;
9
6
  }
10
7
  }
11
8
  }
@@ -28,14 +25,10 @@ export interface ImageGroupProps {
28
25
  }
29
26
 
30
27
  declare module 'preact' {
31
- interface BaseProps {
32
- children?: preact.ComponentChildren;
33
- slot?: Lowercase<string>;
34
- }
35
-
36
28
  namespace createElement.JSX {
37
29
  interface IntrinsicElements {
38
- ['s-customer-account-action']: BaseProps & CustomerAccountActionProps;
30
+ ['s-customer-account-action']: BaseElementPropsWithChildren<CustomerAccountActionElement> &
31
+ CustomerAccountActionProps;
39
32
  }
40
33
  }
41
34
  }
@@ -57,14 +50,9 @@ export interface CustomerAccountActionProps {
57
50
  }
58
51
 
59
52
  declare module 'preact' {
60
- interface BaseProps {
61
- children?: preact.ComponentChildren;
62
- slot?: Lowercase<string>;
63
- }
64
-
65
53
  namespace createElement.JSX {
66
54
  interface IntrinsicElements {
67
- ['s-page']: BaseProps & PageProps;
55
+ ['s-page']: BaseElementPropsWithChildren<PageElement> & PageProps;
68
56
  }
69
57
  }
70
58
  }
@@ -737,6 +725,7 @@ export interface AbbreviationProps extends Pick<AbbreviationProps$1, 'title'> {
737
725
 
738
726
  import { ReducedBorderSizeKeyword } from "../../../../../src/surfaces/checkout/components/Box";
739
727
  import { AbbreviationProps$1, BannerProps$1, BorderShorthand, BoxProps$1, ButtonProps$1, ClipboardItemProps$1, DropZoneProps$1, FormProps$1, HeadingProps$1, IconProps$1, ImageProps$1, LinkProps$1, ListItemProps$1, MaybeAllValuesShorthandProperty, OrderedListProps$1, ParagraphProps$1, PaymentIconProps$1, ProgressProps$1, QRCodeProps$1, SectionProps$1, SpinnerProps$1, StackProps$1, TextFieldProps$1, TextProps$1, TimeProps$1, UnorderedListProps$1 } from "../../../../../src/surfaces/checkout/components/components-shared";
728
+ import { BaseElementPropsWithChildren } from "../../../../../src/surfaces/customer-account/components/shared";
740
729
  import type { ExtensionTargets } from '../extension-targets';
741
730
  type Target = ExtensionTargets['customer-account.footer.render-after'];
742
731
  export type Api = Target['api'];
@@ -1,11 +1,8 @@
1
1
  declare module 'preact' {
2
- interface BaseProps {
3
- children?: preact.ComponentChildren;
4
- }
5
-
6
2
  namespace createElement.JSX {
7
3
  interface IntrinsicElements {
8
- ['s-image-group']: BaseProps & ImageGroupProps;
4
+ ['s-image-group']: BaseElementPropsWithChildren<ImageGroupElement> &
5
+ ImageGroupProps;
9
6
  }
10
7
  }
11
8
  }
@@ -28,14 +25,10 @@ export interface ImageGroupProps {
28
25
  }
29
26
 
30
27
  declare module 'preact' {
31
- interface BaseProps {
32
- children?: preact.ComponentChildren;
33
- slot?: Lowercase<string>;
34
- }
35
-
36
28
  namespace createElement.JSX {
37
29
  interface IntrinsicElements {
38
- ['s-customer-account-action']: BaseProps & CustomerAccountActionProps;
30
+ ['s-customer-account-action']: BaseElementPropsWithChildren<CustomerAccountActionElement> &
31
+ CustomerAccountActionProps;
39
32
  }
40
33
  }
41
34
  }
@@ -57,14 +50,9 @@ export interface CustomerAccountActionProps {
57
50
  }
58
51
 
59
52
  declare module 'preact' {
60
- interface BaseProps {
61
- children?: preact.ComponentChildren;
62
- slot?: Lowercase<string>;
63
- }
64
-
65
53
  namespace createElement.JSX {
66
54
  interface IntrinsicElements {
67
- ['s-page']: BaseProps & PageProps;
55
+ ['s-page']: BaseElementPropsWithChildren<PageElement> & PageProps;
68
56
  }
69
57
  }
70
58
  }
@@ -737,6 +725,7 @@ export interface AbbreviationProps extends Pick<AbbreviationProps$1, 'title'> {
737
725
 
738
726
  import { ReducedBorderSizeKeyword } from "../../../../../src/surfaces/checkout/components/Box";
739
727
  import { AbbreviationProps$1, BannerProps$1, BorderShorthand, BoxProps$1, ButtonProps$1, ClipboardItemProps$1, DropZoneProps$1, FormProps$1, HeadingProps$1, IconProps$1, ImageProps$1, LinkProps$1, ListItemProps$1, MaybeAllValuesShorthandProperty, OrderedListProps$1, ParagraphProps$1, PaymentIconProps$1, ProgressProps$1, QRCodeProps$1, SectionProps$1, SpinnerProps$1, StackProps$1, TextFieldProps$1, TextProps$1, TimeProps$1, UnorderedListProps$1 } from "../../../../../src/surfaces/checkout/components/components-shared";
728
+ import { BaseElementPropsWithChildren } from "../../../../../src/surfaces/customer-account/components/shared";
740
729
  import type { ExtensionTargets } from '../extension-targets';
741
730
  type Target = ExtensionTargets['customer-account.order-index.block.render'];
742
731
  export type Api = Target['api'];
@@ -1,11 +1,8 @@
1
1
  declare module 'preact' {
2
- interface BaseProps {
3
- children?: preact.ComponentChildren;
4
- }
5
-
6
2
  namespace createElement.JSX {
7
3
  interface IntrinsicElements {
8
- ['s-image-group']: BaseProps & ImageGroupProps;
4
+ ['s-image-group']: BaseElementPropsWithChildren<ImageGroupElement> &
5
+ ImageGroupProps;
9
6
  }
10
7
  }
11
8
  }
@@ -28,14 +25,10 @@ export interface ImageGroupProps {
28
25
  }
29
26
 
30
27
  declare module 'preact' {
31
- interface BaseProps {
32
- children?: preact.ComponentChildren;
33
- slot?: Lowercase<string>;
34
- }
35
-
36
28
  namespace createElement.JSX {
37
29
  interface IntrinsicElements {
38
- ['s-customer-account-action']: BaseProps & CustomerAccountActionProps;
30
+ ['s-customer-account-action']: BaseElementPropsWithChildren<CustomerAccountActionElement> &
31
+ CustomerAccountActionProps;
39
32
  }
40
33
  }
41
34
  }
@@ -57,14 +50,9 @@ export interface CustomerAccountActionProps {
57
50
  }
58
51
 
59
52
  declare module 'preact' {
60
- interface BaseProps {
61
- children?: preact.ComponentChildren;
62
- slot?: Lowercase<string>;
63
- }
64
-
65
53
  namespace createElement.JSX {
66
54
  interface IntrinsicElements {
67
- ['s-page']: BaseProps & PageProps;
55
+ ['s-page']: BaseElementPropsWithChildren<PageElement> & PageProps;
68
56
  }
69
57
  }
70
58
  }
@@ -737,6 +725,7 @@ export interface AbbreviationProps extends Pick<AbbreviationProps$1, 'title'> {
737
725
 
738
726
  import { ReducedBorderSizeKeyword } from "../../../../../src/surfaces/checkout/components/Box";
739
727
  import { AbbreviationProps$1, BannerProps$1, BorderShorthand, BoxProps$1, ButtonProps$1, ClipboardItemProps$1, DropZoneProps$1, FormProps$1, HeadingProps$1, IconProps$1, ImageProps$1, LinkProps$1, ListItemProps$1, MaybeAllValuesShorthandProperty, OrderedListProps$1, ParagraphProps$1, PaymentIconProps$1, ProgressProps$1, QRCodeProps$1, SectionProps$1, SpinnerProps$1, StackProps$1, TextFieldProps$1, TextProps$1, TimeProps$1, UnorderedListProps$1 } from "../../../../../src/surfaces/checkout/components/components-shared";
728
+ import { BaseElementPropsWithChildren } from "../../../../../src/surfaces/customer-account/components/shared";
740
729
  import type { ExtensionTargets } from '../extension-targets';
741
730
  type Target = ExtensionTargets['customer-account.order-status.block.render'];
742
731
  export type Api = Target['api'];
@@ -1,11 +1,8 @@
1
1
  declare module 'preact' {
2
- interface BaseProps {
3
- children?: preact.ComponentChildren;
4
- }
5
-
6
2
  namespace createElement.JSX {
7
3
  interface IntrinsicElements {
8
- ['s-image-group']: BaseProps & ImageGroupProps;
4
+ ['s-image-group']: BaseElementPropsWithChildren<ImageGroupElement> &
5
+ ImageGroupProps;
9
6
  }
10
7
  }
11
8
  }
@@ -28,14 +25,10 @@ export interface ImageGroupProps {
28
25
  }
29
26
 
30
27
  declare module 'preact' {
31
- interface BaseProps {
32
- children?: preact.ComponentChildren;
33
- slot?: Lowercase<string>;
34
- }
35
-
36
28
  namespace createElement.JSX {
37
29
  interface IntrinsicElements {
38
- ['s-customer-account-action']: BaseProps & CustomerAccountActionProps;
30
+ ['s-customer-account-action']: BaseElementPropsWithChildren<CustomerAccountActionElement> &
31
+ CustomerAccountActionProps;
39
32
  }
40
33
  }
41
34
  }
@@ -57,14 +50,9 @@ export interface CustomerAccountActionProps {
57
50
  }
58
51
 
59
52
  declare module 'preact' {
60
- interface BaseProps {
61
- children?: preact.ComponentChildren;
62
- slot?: Lowercase<string>;
63
- }
64
-
65
53
  namespace createElement.JSX {
66
54
  interface IntrinsicElements {
67
- ['s-page']: BaseProps & PageProps;
55
+ ['s-page']: BaseElementPropsWithChildren<PageElement> & PageProps;
68
56
  }
69
57
  }
70
58
  }
@@ -737,6 +725,7 @@ export interface AbbreviationProps extends Pick<AbbreviationProps$1, 'title'> {
737
725
 
738
726
  import { ReducedBorderSizeKeyword } from "../../../../../src/surfaces/checkout/components/Box";
739
727
  import { AbbreviationProps$1, BannerProps$1, BorderShorthand, BoxProps$1, ButtonProps$1, ClipboardItemProps$1, DropZoneProps$1, FormProps$1, HeadingProps$1, IconProps$1, ImageProps$1, LinkProps$1, ListItemProps$1, MaybeAllValuesShorthandProperty, OrderedListProps$1, ParagraphProps$1, PaymentIconProps$1, ProgressProps$1, QRCodeProps$1, SectionProps$1, SpinnerProps$1, StackProps$1, TextFieldProps$1, TextProps$1, TimeProps$1, UnorderedListProps$1 } from "../../../../../src/surfaces/checkout/components/components-shared";
728
+ import { BaseElementPropsWithChildren } from "../../../../../src/surfaces/customer-account/components/shared";
740
729
  import type { ExtensionTargets } from '../extension-targets';
741
730
  type Target = ExtensionTargets['customer-account.order-status.cart-line-item.render-after'];
742
731
  export type Api = Target['api'];
@@ -1,11 +1,8 @@
1
1
  declare module 'preact' {
2
- interface BaseProps {
3
- children?: preact.ComponentChildren;
4
- }
5
-
6
2
  namespace createElement.JSX {
7
3
  interface IntrinsicElements {
8
- ['s-image-group']: BaseProps & ImageGroupProps;
4
+ ['s-image-group']: BaseElementPropsWithChildren<ImageGroupElement> &
5
+ ImageGroupProps;
9
6
  }
10
7
  }
11
8
  }
@@ -28,14 +25,10 @@ export interface ImageGroupProps {
28
25
  }
29
26
 
30
27
  declare module 'preact' {
31
- interface BaseProps {
32
- children?: preact.ComponentChildren;
33
- slot?: Lowercase<string>;
34
- }
35
-
36
28
  namespace createElement.JSX {
37
29
  interface IntrinsicElements {
38
- ['s-customer-account-action']: BaseProps & CustomerAccountActionProps;
30
+ ['s-customer-account-action']: BaseElementPropsWithChildren<CustomerAccountActionElement> &
31
+ CustomerAccountActionProps;
39
32
  }
40
33
  }
41
34
  }
@@ -57,14 +50,9 @@ export interface CustomerAccountActionProps {
57
50
  }
58
51
 
59
52
  declare module 'preact' {
60
- interface BaseProps {
61
- children?: preact.ComponentChildren;
62
- slot?: Lowercase<string>;
63
- }
64
-
65
53
  namespace createElement.JSX {
66
54
  interface IntrinsicElements {
67
- ['s-page']: BaseProps & PageProps;
55
+ ['s-page']: BaseElementPropsWithChildren<PageElement> & PageProps;
68
56
  }
69
57
  }
70
58
  }
@@ -737,6 +725,7 @@ export interface AbbreviationProps extends Pick<AbbreviationProps$1, 'title'> {
737
725
 
738
726
  import { ReducedBorderSizeKeyword } from "../../../../../src/surfaces/checkout/components/Box";
739
727
  import { AbbreviationProps$1, BannerProps$1, BorderShorthand, BoxProps$1, ButtonProps$1, ClipboardItemProps$1, DropZoneProps$1, FormProps$1, HeadingProps$1, IconProps$1, ImageProps$1, LinkProps$1, ListItemProps$1, MaybeAllValuesShorthandProperty, OrderedListProps$1, ParagraphProps$1, PaymentIconProps$1, ProgressProps$1, QRCodeProps$1, SectionProps$1, SpinnerProps$1, StackProps$1, TextFieldProps$1, TextProps$1, TimeProps$1, UnorderedListProps$1 } from "../../../../../src/surfaces/checkout/components/components-shared";
728
+ import { BaseElementPropsWithChildren } from "../../../../../src/surfaces/customer-account/components/shared";
740
729
  import type { ExtensionTargets } from '../extension-targets';
741
730
  type Target = ExtensionTargets['customer-account.order-status.cart-line-list.render-after'];
742
731
  export type Api = Target['api'];
@@ -1,11 +1,8 @@
1
1
  declare module 'preact' {
2
- interface BaseProps {
3
- children?: preact.ComponentChildren;
4
- }
5
-
6
2
  namespace createElement.JSX {
7
3
  interface IntrinsicElements {
8
- ['s-image-group']: BaseProps & ImageGroupProps;
4
+ ['s-image-group']: BaseElementPropsWithChildren<ImageGroupElement> &
5
+ ImageGroupProps;
9
6
  }
10
7
  }
11
8
  }
@@ -28,14 +25,10 @@ export interface ImageGroupProps {
28
25
  }
29
26
 
30
27
  declare module 'preact' {
31
- interface BaseProps {
32
- children?: preact.ComponentChildren;
33
- slot?: Lowercase<string>;
34
- }
35
-
36
28
  namespace createElement.JSX {
37
29
  interface IntrinsicElements {
38
- ['s-customer-account-action']: BaseProps & CustomerAccountActionProps;
30
+ ['s-customer-account-action']: BaseElementPropsWithChildren<CustomerAccountActionElement> &
31
+ CustomerAccountActionProps;
39
32
  }
40
33
  }
41
34
  }
@@ -57,14 +50,9 @@ export interface CustomerAccountActionProps {
57
50
  }
58
51
 
59
52
  declare module 'preact' {
60
- interface BaseProps {
61
- children?: preact.ComponentChildren;
62
- slot?: Lowercase<string>;
63
- }
64
-
65
53
  namespace createElement.JSX {
66
54
  interface IntrinsicElements {
67
- ['s-page']: BaseProps & PageProps;
55
+ ['s-page']: BaseElementPropsWithChildren<PageElement> & PageProps;
68
56
  }
69
57
  }
70
58
  }
@@ -737,6 +725,7 @@ export interface AbbreviationProps extends Pick<AbbreviationProps$1, 'title'> {
737
725
 
738
726
  import { ReducedBorderSizeKeyword } from "../../../../../src/surfaces/checkout/components/Box";
739
727
  import { AbbreviationProps$1, BannerProps$1, BorderShorthand, BoxProps$1, ButtonProps$1, ClipboardItemProps$1, DropZoneProps$1, FormProps$1, HeadingProps$1, IconProps$1, ImageProps$1, LinkProps$1, ListItemProps$1, MaybeAllValuesShorthandProperty, OrderedListProps$1, ParagraphProps$1, PaymentIconProps$1, ProgressProps$1, QRCodeProps$1, SectionProps$1, SpinnerProps$1, StackProps$1, TextFieldProps$1, TextProps$1, TimeProps$1, UnorderedListProps$1 } from "../../../../../src/surfaces/checkout/components/components-shared";
728
+ import { BaseElementPropsWithChildren } from "../../../../../src/surfaces/customer-account/components/shared";
740
729
  import type { ExtensionTargets } from '../extension-targets';
741
730
  type Target = ExtensionTargets['customer-account.order-status.customer-information.render-after'];
742
731
  export type Api = Target['api'];
@@ -1,11 +1,8 @@
1
1
  declare module 'preact' {
2
- interface BaseProps {
3
- children?: preact.ComponentChildren;
4
- }
5
-
6
2
  namespace createElement.JSX {
7
3
  interface IntrinsicElements {
8
- ['s-image-group']: BaseProps & ImageGroupProps;
4
+ ['s-image-group']: BaseElementPropsWithChildren<ImageGroupElement> &
5
+ ImageGroupProps;
9
6
  }
10
7
  }
11
8
  }
@@ -28,14 +25,10 @@ export interface ImageGroupProps {
28
25
  }
29
26
 
30
27
  declare module 'preact' {
31
- interface BaseProps {
32
- children?: preact.ComponentChildren;
33
- slot?: Lowercase<string>;
34
- }
35
-
36
28
  namespace createElement.JSX {
37
29
  interface IntrinsicElements {
38
- ['s-customer-account-action']: BaseProps & CustomerAccountActionProps;
30
+ ['s-customer-account-action']: BaseElementPropsWithChildren<CustomerAccountActionElement> &
31
+ CustomerAccountActionProps;
39
32
  }
40
33
  }
41
34
  }
@@ -57,14 +50,9 @@ export interface CustomerAccountActionProps {
57
50
  }
58
51
 
59
52
  declare module 'preact' {
60
- interface BaseProps {
61
- children?: preact.ComponentChildren;
62
- slot?: Lowercase<string>;
63
- }
64
-
65
53
  namespace createElement.JSX {
66
54
  interface IntrinsicElements {
67
- ['s-page']: BaseProps & PageProps;
55
+ ['s-page']: BaseElementPropsWithChildren<PageElement> & PageProps;
68
56
  }
69
57
  }
70
58
  }
@@ -737,6 +725,7 @@ export interface AbbreviationProps extends Pick<AbbreviationProps$1, 'title'> {
737
725
 
738
726
  import { ReducedBorderSizeKeyword } from "../../../../../src/surfaces/checkout/components/Box";
739
727
  import { AbbreviationProps$1, BannerProps$1, BorderShorthand, BoxProps$1, ButtonProps$1, ClipboardItemProps$1, DropZoneProps$1, FormProps$1, HeadingProps$1, IconProps$1, ImageProps$1, LinkProps$1, ListItemProps$1, MaybeAllValuesShorthandProperty, OrderedListProps$1, ParagraphProps$1, PaymentIconProps$1, ProgressProps$1, QRCodeProps$1, SectionProps$1, SpinnerProps$1, StackProps$1, TextFieldProps$1, TextProps$1, TimeProps$1, UnorderedListProps$1 } from "../../../../../src/surfaces/checkout/components/components-shared";
728
+ import { BaseElementPropsWithChildren } from "../../../../../src/surfaces/customer-account/components/shared";
740
729
  import type { ExtensionTargets } from '../extension-targets';
741
730
  type Target = ExtensionTargets['customer-account.order-status.fulfillment-details.render-after'];
742
731
  export type Api = Target['api'];
@@ -1,11 +1,8 @@
1
1
  declare module 'preact' {
2
- interface BaseProps {
3
- children?: preact.ComponentChildren;
4
- }
5
-
6
2
  namespace createElement.JSX {
7
3
  interface IntrinsicElements {
8
- ['s-image-group']: BaseProps & ImageGroupProps;
4
+ ['s-image-group']: BaseElementPropsWithChildren<ImageGroupElement> &
5
+ ImageGroupProps;
9
6
  }
10
7
  }
11
8
  }
@@ -28,14 +25,10 @@ export interface ImageGroupProps {
28
25
  }
29
26
 
30
27
  declare module 'preact' {
31
- interface BaseProps {
32
- children?: preact.ComponentChildren;
33
- slot?: Lowercase<string>;
34
- }
35
-
36
28
  namespace createElement.JSX {
37
29
  interface IntrinsicElements {
38
- ['s-customer-account-action']: BaseProps & CustomerAccountActionProps;
30
+ ['s-customer-account-action']: BaseElementPropsWithChildren<CustomerAccountActionElement> &
31
+ CustomerAccountActionProps;
39
32
  }
40
33
  }
41
34
  }
@@ -57,14 +50,9 @@ export interface CustomerAccountActionProps {
57
50
  }
58
51
 
59
52
  declare module 'preact' {
60
- interface BaseProps {
61
- children?: preact.ComponentChildren;
62
- slot?: Lowercase<string>;
63
- }
64
-
65
53
  namespace createElement.JSX {
66
54
  interface IntrinsicElements {
67
- ['s-page']: BaseProps & PageProps;
55
+ ['s-page']: BaseElementPropsWithChildren<PageElement> & PageProps;
68
56
  }
69
57
  }
70
58
  }
@@ -737,6 +725,7 @@ export interface AbbreviationProps extends Pick<AbbreviationProps$1, 'title'> {
737
725
 
738
726
  import { ReducedBorderSizeKeyword } from "../../../../../src/surfaces/checkout/components/Box";
739
727
  import { AbbreviationProps$1, BannerProps$1, BorderShorthand, BoxProps$1, ButtonProps$1, ClipboardItemProps$1, DropZoneProps$1, FormProps$1, HeadingProps$1, IconProps$1, ImageProps$1, LinkProps$1, ListItemProps$1, MaybeAllValuesShorthandProperty, OrderedListProps$1, ParagraphProps$1, PaymentIconProps$1, ProgressProps$1, QRCodeProps$1, SectionProps$1, SpinnerProps$1, StackProps$1, TextFieldProps$1, TextProps$1, TimeProps$1, UnorderedListProps$1 } from "../../../../../src/surfaces/checkout/components/components-shared";
728
+ import { BaseElementPropsWithChildren } from "../../../../../src/surfaces/customer-account/components/shared";
740
729
  import type { ExtensionTargets } from '../extension-targets';
741
730
  type Target = ExtensionTargets['customer-account.order-status.payment-details.render-after'];
742
731
  export type Api = Target['api'];