@shopify/ui-extensions 2023.7.2 → 2023.10.0

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 (213) hide show
  1. package/build/cjs/surfaces/admin/components/CustomerSegmentTemplate/CustomerSegmentTemplate.js +17 -0
  2. package/build/cjs/surfaces/admin/components/InternalCustomerSegmentTemplate/InternalCustomerSegmentTemplate.js +12 -0
  3. package/build/cjs/surfaces/admin.js +4 -2
  4. package/build/cjs/surfaces/checkout/components/ConsentCheckbox/ConsentCheckbox.js +9 -0
  5. package/build/cjs/surfaces/checkout/components/ConsentPhoneField/ConsentPhoneField.js +9 -0
  6. package/build/cjs/surfaces/checkout/components/LoginWithShop/LoginWithShop.js +9 -0
  7. package/build/cjs/surfaces/checkout/components/PaymentIcon/PaymentIcon.js +11 -0
  8. package/build/cjs/surfaces/checkout/components/ProductThumbnail/ProductThumbnail.js +9 -0
  9. package/build/cjs/surfaces/checkout.js +10 -0
  10. package/build/cjs/surfaces/customer-account.js +10 -0
  11. package/build/esm/surfaces/admin/components/CustomerSegmentTemplate/CustomerSegmentTemplate.mjs +13 -0
  12. package/build/esm/surfaces/admin/components/InternalCustomerSegmentTemplate/InternalCustomerSegmentTemplate.mjs +8 -0
  13. package/build/esm/surfaces/admin.mjs +2 -1
  14. package/build/esm/surfaces/checkout/components/ConsentCheckbox/ConsentCheckbox.mjs +5 -0
  15. package/build/esm/surfaces/checkout/components/ConsentPhoneField/ConsentPhoneField.mjs +5 -0
  16. package/build/esm/surfaces/checkout/components/LoginWithShop/LoginWithShop.mjs +5 -0
  17. package/build/esm/surfaces/checkout/components/PaymentIcon/PaymentIcon.mjs +7 -0
  18. package/build/esm/surfaces/checkout/components/ProductThumbnail/ProductThumbnail.mjs +5 -0
  19. package/build/esm/surfaces/checkout.mjs +5 -0
  20. package/build/esm/surfaces/customer-account.mjs +5 -0
  21. package/build/esnext/surfaces/admin/components/CustomerSegmentTemplate/CustomerSegmentTemplate.esnext +13 -0
  22. package/build/esnext/surfaces/admin/components/InternalCustomerSegmentTemplate/InternalCustomerSegmentTemplate.esnext +8 -0
  23. package/build/esnext/surfaces/admin.esnext +2 -1
  24. package/build/esnext/surfaces/checkout/components/ConsentCheckbox/ConsentCheckbox.esnext +5 -0
  25. package/build/esnext/surfaces/checkout/components/ConsentPhoneField/ConsentPhoneField.esnext +5 -0
  26. package/build/esnext/surfaces/checkout/components/LoginWithShop/LoginWithShop.esnext +5 -0
  27. package/build/esnext/surfaces/checkout/components/PaymentIcon/PaymentIcon.esnext +7 -0
  28. package/build/esnext/surfaces/checkout/components/ProductThumbnail/ProductThumbnail.esnext +5 -0
  29. package/build/esnext/surfaces/checkout.esnext +5 -0
  30. package/build/esnext/surfaces/customer-account.esnext +5 -0
  31. package/build/ts/shared.d.ts +1 -1
  32. package/build/ts/shared.d.ts.map +1 -1
  33. package/build/ts/surfaces/admin/api/action/action.doc.d.ts.map +1 -1
  34. package/build/ts/surfaces/admin/api/block/block.doc.d.ts.map +1 -1
  35. package/build/ts/surfaces/admin/api/{customer-segmentation-template/customer-segmentation-template.d.ts → customer-segment-template/customer-segment-template.d.ts} +3 -3
  36. package/build/ts/surfaces/admin/api/customer-segment-template/customer-segment-template.d.ts.map +1 -0
  37. package/build/ts/surfaces/admin/api/customer-segment-template/customer-segment-template.doc.d.ts +4 -0
  38. package/build/ts/surfaces/admin/api/customer-segment-template/customer-segment-template.doc.d.ts.map +1 -0
  39. package/build/ts/surfaces/admin/api/extension-targets/extension-targets.doc.d.ts.map +1 -1
  40. package/build/ts/surfaces/admin/api/standard/standard.doc.d.ts.map +1 -1
  41. package/build/ts/surfaces/admin/api.d.ts +1 -1
  42. package/build/ts/surfaces/admin/api.d.ts.map +1 -1
  43. package/build/ts/surfaces/admin/components/AdminAction/AdminAction.d.ts +7 -1
  44. package/build/ts/surfaces/admin/components/AdminAction/AdminAction.d.ts.map +1 -1
  45. package/build/ts/surfaces/admin/components/AdminAction/AdminAction.doc.d.ts.map +1 -1
  46. package/build/ts/surfaces/admin/components/AdminBlock/AdminBlock.doc.d.ts.map +1 -1
  47. package/build/ts/surfaces/admin/components/BlockStack/BlockStack.doc.d.ts.map +1 -1
  48. package/build/ts/surfaces/admin/components/Box/Box.doc.d.ts.map +1 -1
  49. package/build/ts/surfaces/admin/components/Button/Button.d.ts +10 -0
  50. package/build/ts/surfaces/admin/components/Button/Button.d.ts.map +1 -1
  51. package/build/ts/surfaces/admin/components/Button/Button.doc.d.ts.map +1 -1
  52. package/build/ts/surfaces/admin/components/Checkbox/Checkbox.doc.d.ts.map +1 -1
  53. package/build/ts/surfaces/admin/components/CustomerSegmentTemplate/CustomerSegmentTemplate.d.ts +44 -0
  54. package/build/ts/surfaces/admin/components/CustomerSegmentTemplate/CustomerSegmentTemplate.d.ts.map +1 -0
  55. package/build/ts/surfaces/admin/components/CustomerSegmentTemplate/CustomerSegmentTemplate.doc.d.ts +4 -0
  56. package/build/ts/surfaces/admin/components/CustomerSegmentTemplate/CustomerSegmentTemplate.doc.d.ts.map +1 -0
  57. package/build/ts/surfaces/admin/components/Divider/Divider.doc.d.ts.map +1 -1
  58. package/build/ts/surfaces/admin/components/EmailField/EmailField.doc.d.ts.map +1 -1
  59. package/build/ts/surfaces/admin/components/Form/Form.doc.d.ts.map +1 -1
  60. package/build/ts/surfaces/admin/components/Heading/Heading.doc.d.ts.map +1 -1
  61. package/build/ts/surfaces/admin/components/HeadingGroup/HeadingGroup.doc.d.ts.map +1 -1
  62. package/build/ts/surfaces/admin/components/Icon/Icon.doc.d.ts.map +1 -1
  63. package/build/ts/surfaces/admin/components/Image/Image.doc.d.ts.map +1 -1
  64. package/build/ts/surfaces/admin/components/InlineStack/InlineStack.doc.d.ts.map +1 -1
  65. package/build/ts/surfaces/admin/components/InternalCustomerSegmentTemplate/InternalCustomerSegmentTemplate.d.ts +30 -0
  66. package/build/ts/surfaces/admin/components/InternalCustomerSegmentTemplate/InternalCustomerSegmentTemplate.d.ts.map +1 -0
  67. package/build/ts/surfaces/admin/components/Link/Link.doc.d.ts.map +1 -1
  68. package/build/ts/surfaces/admin/components/NumberField/NumberField.doc.d.ts.map +1 -1
  69. package/build/ts/surfaces/admin/components/PasswordField/PasswordField.doc.d.ts.map +1 -1
  70. package/build/ts/surfaces/admin/components/Pressable/Pressable.doc.d.ts.map +1 -1
  71. package/build/ts/surfaces/admin/components/ResourceItem/ResourceItem.d.ts +5 -0
  72. package/build/ts/surfaces/admin/components/ResourceItem/ResourceItem.d.ts.map +1 -1
  73. package/build/ts/surfaces/admin/components/Select/Select.doc.d.ts.map +1 -1
  74. package/build/ts/surfaces/admin/components/Text/Text.doc.d.ts.map +1 -1
  75. package/build/ts/surfaces/admin/components/TextArea/TextArea.doc.d.ts.map +1 -1
  76. package/build/ts/surfaces/admin/components/TextField/TextField.doc.d.ts.map +1 -1
  77. package/build/ts/surfaces/admin/components/URLField/URLField.doc.d.ts.map +1 -1
  78. package/build/ts/surfaces/admin/components.d.ts +4 -2
  79. package/build/ts/surfaces/admin/components.d.ts.map +1 -1
  80. package/build/ts/surfaces/admin/extension-targets.d.ts +52 -18
  81. package/build/ts/surfaces/admin/extension-targets.d.ts.map +1 -1
  82. package/build/ts/surfaces/checkout/api/checkout/checkout.d.ts +6 -6
  83. package/build/ts/surfaces/checkout/api/docs.d.ts +70 -0
  84. package/build/ts/surfaces/checkout/api/docs.d.ts.map +1 -0
  85. package/build/ts/surfaces/checkout/api/payment/payment-option-item.d.ts +2 -0
  86. package/build/ts/surfaces/checkout/api/payment/payment-option-item.d.ts.map +1 -1
  87. package/build/ts/surfaces/checkout/api/redeemable/redeemable.d.ts +5 -1
  88. package/build/ts/surfaces/checkout/api/redeemable/redeemable.d.ts.map +1 -1
  89. package/build/ts/surfaces/checkout/api/standard/standard.d.ts +120 -20
  90. package/build/ts/surfaces/checkout/api/standard/standard.d.ts.map +1 -1
  91. package/build/ts/surfaces/checkout/api.d.ts +1 -1
  92. package/build/ts/surfaces/checkout/api.d.ts.map +1 -1
  93. package/build/ts/surfaces/checkout/components/BlockSpacer/BlockSpacer.d.ts +5 -0
  94. package/build/ts/surfaces/checkout/components/BlockSpacer/BlockSpacer.d.ts.map +1 -1
  95. package/build/ts/surfaces/checkout/components/ConsentCheckbox/ConsentCheckbox.d.ts +15 -0
  96. package/build/ts/surfaces/checkout/components/ConsentCheckbox/ConsentCheckbox.d.ts.map +1 -0
  97. package/build/ts/surfaces/checkout/components/ConsentCheckbox/ConsentCheckbox.doc.d.ts +4 -0
  98. package/build/ts/surfaces/checkout/components/ConsentCheckbox/ConsentCheckbox.doc.d.ts.map +1 -0
  99. package/build/ts/surfaces/checkout/components/ConsentPhoneField/ConsentPhoneField.d.ts +16 -0
  100. package/build/ts/surfaces/checkout/components/ConsentPhoneField/ConsentPhoneField.d.ts.map +1 -0
  101. package/build/ts/surfaces/checkout/components/ConsentPhoneField/ConsentPhoneField.doc.d.ts +4 -0
  102. package/build/ts/surfaces/checkout/components/ConsentPhoneField/ConsentPhoneField.doc.d.ts.map +1 -0
  103. package/build/ts/surfaces/checkout/components/Icon/Icon.d.ts +2 -4
  104. package/build/ts/surfaces/checkout/components/Icon/Icon.d.ts.map +1 -1
  105. package/build/ts/surfaces/checkout/components/LoginWithShop/LoginWithShop.d.ts +15 -0
  106. package/build/ts/surfaces/checkout/components/LoginWithShop/LoginWithShop.d.ts.map +1 -0
  107. package/build/ts/surfaces/checkout/components/PaymentIcon/PaymentIcon.d.ts +32 -0
  108. package/build/ts/surfaces/checkout/components/PaymentIcon/PaymentIcon.d.ts.map +1 -0
  109. package/build/ts/surfaces/checkout/components/PaymentIcon/PaymentIcon.doc.d.ts +4 -0
  110. package/build/ts/surfaces/checkout/components/PaymentIcon/PaymentIcon.doc.d.ts.map +1 -0
  111. package/build/ts/surfaces/checkout/components/ProductThumbnail/ProductThumbnail.d.ts +79 -0
  112. package/build/ts/surfaces/checkout/components/ProductThumbnail/ProductThumbnail.d.ts.map +1 -0
  113. package/build/ts/surfaces/checkout/components/ProductThumbnail/ProductThumbnail.doc.d.ts +4 -0
  114. package/build/ts/surfaces/checkout/components/ProductThumbnail/ProductThumbnail.doc.d.ts.map +1 -0
  115. package/build/ts/surfaces/checkout/components/SkeletonText/SkeletonText.d.ts +3 -1
  116. package/build/ts/surfaces/checkout/components/SkeletonText/SkeletonText.d.ts.map +1 -1
  117. package/build/ts/surfaces/checkout/components/SkeletonTextBlock/SkeletonTextBlock.d.ts +5 -1
  118. package/build/ts/surfaces/checkout/components/SkeletonTextBlock/SkeletonTextBlock.d.ts.map +1 -1
  119. package/build/ts/surfaces/checkout/components/Tag/Tag.d.ts +1 -3
  120. package/build/ts/surfaces/checkout/components/Tag/Tag.d.ts.map +1 -1
  121. package/build/ts/surfaces/checkout/components/Text/Text.d.ts +1 -1
  122. package/build/ts/surfaces/checkout/components/Text/Text.d.ts.map +1 -1
  123. package/build/ts/surfaces/checkout/components/TextBlock/TextBlock.d.ts +4 -2
  124. package/build/ts/surfaces/checkout/components/TextBlock/TextBlock.d.ts.map +1 -1
  125. package/build/ts/surfaces/checkout/components/shared.d.ts +11 -13
  126. package/build/ts/surfaces/checkout/components/shared.d.ts.map +1 -1
  127. package/build/ts/surfaces/checkout/components.d.ts +10 -0
  128. package/build/ts/surfaces/checkout/components.d.ts.map +1 -1
  129. package/build/ts/surfaces/checkout/targets.d.ts +70 -33
  130. package/build/ts/surfaces/checkout/targets.d.ts.map +1 -1
  131. package/build/ts/surfaces/customer-account/api/order-status/order-status.d.ts +15 -4
  132. package/build/ts/surfaces/customer-account/api/order-status/order-status.d.ts.map +1 -1
  133. package/build/ts/surfaces/customer-account/api.d.ts +1 -1
  134. package/build/ts/surfaces/customer-account/api.d.ts.map +1 -1
  135. package/build/tsconfig.tsbuildinfo +1 -1
  136. package/package.json +2 -2
  137. package/src/shared.ts +1 -1
  138. package/src/surfaces/admin/api/action/action.doc.ts +0 -1
  139. package/src/surfaces/admin/api/block/block.doc.ts +0 -1
  140. package/src/surfaces/admin/api/customer-segment-template/customer-segment-template.doc.ts +20 -0
  141. package/src/surfaces/admin/api/{customer-segmentation-template/customer-segmentation-template.ts → customer-segment-template/customer-segment-template.ts} +3 -5
  142. package/src/surfaces/admin/api/extension-targets/extension-targets.doc.ts +0 -1
  143. package/src/surfaces/admin/api/standard/standard.doc.ts +0 -1
  144. package/src/surfaces/admin/api.ts +1 -1
  145. package/src/surfaces/admin/components/AdminAction/AdminAction.doc.ts +0 -1
  146. package/src/surfaces/admin/components/AdminAction/AdminAction.ts +5 -0
  147. package/src/surfaces/admin/components/AdminBlock/AdminBlock.doc.ts +0 -1
  148. package/src/surfaces/admin/components/BlockStack/BlockStack.doc.ts +0 -1
  149. package/src/surfaces/admin/components/Box/Box.doc.ts +0 -1
  150. package/src/surfaces/admin/components/Button/Button.doc.ts +0 -1
  151. package/src/surfaces/admin/components/Button/Button.ts +12 -0
  152. package/src/surfaces/admin/components/Checkbox/Checkbox.doc.ts +0 -1
  153. package/src/surfaces/admin/components/CustomerSegmentTemplate/CustomerSegmentTemplate.doc.ts +42 -0
  154. package/src/surfaces/admin/components/CustomerSegmentTemplate/CustomerSegmentTemplate.ts +45 -0
  155. package/src/surfaces/admin/components/CustomerSegmentTemplate/examples/CustomerSegmentTemplate.example.ts +17 -0
  156. package/src/surfaces/admin/components/CustomerSegmentTemplate/examples/CustomerSegmentTemplate.example.tsx +15 -0
  157. package/src/surfaces/admin/components/Divider/Divider.doc.ts +0 -1
  158. package/src/surfaces/admin/components/EmailField/EmailField.doc.ts +0 -1
  159. package/src/surfaces/admin/components/Form/Form.doc.ts +1 -2
  160. package/src/surfaces/admin/components/Heading/Heading.doc.ts +0 -1
  161. package/src/surfaces/admin/components/HeadingGroup/HeadingGroup.doc.ts +0 -1
  162. package/src/surfaces/admin/components/Icon/Icon.doc.ts +0 -1
  163. package/src/surfaces/admin/components/Image/Image.doc.ts +0 -1
  164. package/src/surfaces/admin/components/InlineStack/InlineStack.doc.ts +0 -1
  165. package/src/surfaces/admin/components/InternalCustomerSegmentTemplate/InternalCustomerSegmentTemplate.ts +68 -0
  166. package/src/surfaces/admin/components/InternalCustomerSegmentTemplate/examples/InternalCustomerSegmentTemplate.example.ts +45 -0
  167. package/src/surfaces/admin/components/Link/Link.doc.ts +0 -1
  168. package/src/surfaces/admin/components/NumberField/NumberField.doc.ts +0 -1
  169. package/src/surfaces/admin/components/PasswordField/PasswordField.doc.ts +0 -1
  170. package/src/surfaces/admin/components/Pressable/Pressable.doc.ts +0 -1
  171. package/src/surfaces/admin/components/Select/Select.doc.ts +0 -1
  172. package/src/surfaces/admin/components/Text/Text.doc.ts +0 -1
  173. package/src/surfaces/admin/components/TextArea/TextArea.doc.ts +0 -1
  174. package/src/surfaces/admin/components/TextField/TextField.doc.ts +0 -1
  175. package/src/surfaces/admin/components/URLField/URLField.doc.ts +0 -1
  176. package/src/surfaces/admin/components.ts +8 -2
  177. package/src/surfaces/admin/extension-targets.ts +67 -20
  178. package/src/surfaces/checkout/api/checkout/checkout.ts +6 -6
  179. package/src/surfaces/checkout/api/docs.ts +99 -0
  180. package/src/surfaces/checkout/api/payment/payment-option-item.ts +5 -0
  181. package/src/surfaces/checkout/api/redeemable/redeemable.ts +6 -1
  182. package/src/surfaces/checkout/api/standard/standard.ts +136 -19
  183. package/src/surfaces/checkout/api.ts +1 -0
  184. package/src/surfaces/checkout/components/ChoiceList/ChoiceList.doc.ts +1 -1
  185. package/src/surfaces/checkout/components/ConsentCheckbox/ConsentCheckbox.doc.ts +48 -0
  186. package/src/surfaces/checkout/components/ConsentCheckbox/ConsentCheckbox.ts +17 -0
  187. package/src/surfaces/checkout/components/ConsentCheckbox/examples/basic-consent-checkbox.example.ts +11 -0
  188. package/src/surfaces/checkout/components/ConsentPhoneField/ConsentPhoneField.doc.ts +48 -0
  189. package/src/surfaces/checkout/components/ConsentPhoneField/ConsentPhoneField.ts +19 -0
  190. package/src/surfaces/checkout/components/ConsentPhoneField/examples/basic-consent-phone-field.example.ts +10 -0
  191. package/src/surfaces/checkout/components/Icon/Icon.ts +2 -3
  192. package/src/surfaces/checkout/components/LoginWithShop/LoginWithShop.ts +16 -0
  193. package/src/surfaces/checkout/components/PaymentIcon/PaymentIcon.doc.ts +55 -0
  194. package/src/surfaces/checkout/components/PaymentIcon/PaymentIcon.ts +481 -0
  195. package/src/surfaces/checkout/components/PaymentIcon/examples/basic-paymenticon.example.ts +7 -0
  196. package/src/surfaces/checkout/components/ProductThumbnail/ProductThumbnail.doc.ts +50 -0
  197. package/src/surfaces/checkout/components/ProductThumbnail/ProductThumbnail.ts +86 -0
  198. package/src/surfaces/checkout/components/ProductThumbnail/examples/basic-productthumbnail.example.ts +11 -0
  199. package/src/surfaces/checkout/components/Text/Text.ts +7 -1
  200. package/src/surfaces/checkout/components/TextBlock/TextBlock.ts +7 -1
  201. package/src/surfaces/checkout/components/shared.ts +13 -23
  202. package/src/surfaces/checkout/components.ts +21 -0
  203. package/src/surfaces/checkout/targets.ts +96 -35
  204. package/src/surfaces/customer-account/api/order-status/order-status.ts +18 -4
  205. package/src/surfaces/customer-account/api.ts +1 -0
  206. package/build/cjs/surfaces/admin/components/CustomerSegmentationTemplate/CustomerSegmentationTemplate.js +0 -12
  207. package/build/esm/surfaces/admin/components/CustomerSegmentationTemplate/CustomerSegmentationTemplate.mjs +0 -8
  208. package/build/esnext/surfaces/admin/components/CustomerSegmentationTemplate/CustomerSegmentationTemplate.esnext +0 -8
  209. package/build/ts/surfaces/admin/api/customer-segmentation-template/customer-segmentation-template.d.ts.map +0 -1
  210. package/build/ts/surfaces/admin/components/CustomerSegmentationTemplate/CustomerSegmentationTemplate.d.ts +0 -27
  211. package/build/ts/surfaces/admin/components/CustomerSegmentationTemplate/CustomerSegmentationTemplate.d.ts.map +0 -1
  212. package/src/surfaces/admin/components/CustomerSegmentationTemplate/CustomerSegmentationTemplate.ts +0 -68
  213. package/src/surfaces/admin/components/CustomerSegmentationTemplate/examples/CustomerSegmentationTemplate.example.ts +0 -37
@@ -0,0 +1,79 @@
1
+ import { MaybeConditionalStyle, ResolutionCondition } from '../../style';
2
+ import { Size } from '../shared';
3
+ export interface ProductThumbnailProps {
4
+ /**
5
+ * An alternative text description that describe the image for the reader to
6
+ * understand what it is about. It is extremely useful for both users using
7
+ * assistive technology and sighted users. A well written description
8
+ * provides people with visual impairments the ability to participate in
9
+ * consuming non-text content. When a screen readers encounters an `Image`,
10
+ * the description is read and announced aloud. If an image fails to load,
11
+ * potentially due to a poor connection, the description is displayed on
12
+ * screen instead. This has the benefit of letting a sighted buyer know an
13
+ * image was meant to load here, but as an alternative, they’re still able to
14
+ * consume the text content. Read
15
+ * [considerations when writing alternative text](https://ux.shopify.com/considerations-when-writing-alt-text-a9c1985a8204)
16
+ * to learn more.
17
+ *
18
+ * This property is an alias for `accessibilityLabel` for compatibility with the HTML
19
+ * specification. When both are specified `accessibilityLabel` takes precedence.
20
+ *
21
+ * @see https://developer.mozilla.org/en-US/docs/Web/HTML/Element/img#alt
22
+ */
23
+ alt?: string;
24
+ /**
25
+ * An alternative text description that describe the image for the reader to
26
+ * understand what it is about. It is extremely useful for both users using
27
+ * assistive technology and sighted users. A well written description
28
+ * provides people with visual impairments the ability to participate in
29
+ * consuming non-text content. When a screen readers encounters an `Image`,
30
+ * the description is read and announced aloud. If an image fails to load,
31
+ * potentially due to a poor connection, the description is displayed on
32
+ * screen instead. This has the benefit of letting a sighted buyer know an
33
+ * image was meant to load here, but as an alternative, they’re still able to
34
+ * consume the text content. Read
35
+ * [considerations when writing alternative text](https://ux.shopify.com/considerations-when-writing-alt-text-a9c1985a8204)
36
+ * to learn more.
37
+ *
38
+ * An `alt` property is available as an alias for this for compatibility with the HTML
39
+ * specification. When both are specified, `accessibilityLabel` takes precedence.
40
+ *
41
+ * @defaultValue `''`
42
+ * @see https://developer.mozilla.org/en-US/docs/Web/HTML/Element/img#alt
43
+ */
44
+ accessibilityLabel?: string;
45
+ /**
46
+ * The image source (either a remote URL or a local file resource).
47
+ *
48
+ * A `src` property is available as an alias for this for compatibility with the HTML
49
+ * specification. When both are specified, `source` takes precedence.
50
+ *
51
+ * @see https://developer.mozilla.org/en-US/docs/Web/HTML/Element/img#src
52
+ */
53
+ source?: MaybeConditionalStyle<string, ResolutionCondition>;
54
+ /**
55
+ * The image source (either a remote URL or a local file resource).
56
+ *
57
+ * This property is available as an alias for `source` for compatibility with the HTML
58
+ * specification. When both are specified, `source` takes precedence.
59
+ *
60
+ * @see https://developer.mozilla.org/en-US/docs/Web/HTML/Element/img#src
61
+ */
62
+ src?: MaybeConditionalStyle<string, ResolutionCondition>;
63
+ /**
64
+ * Decorates the product thumbnail with the quantity of the product.
65
+ */
66
+ badge?: number;
67
+ /**
68
+ * Adjusts the size the product thumbnail image.
69
+ *
70
+ * @defaultValue 'base'
71
+ */
72
+ size?: Extract<Size, 'base' | 'small'>;
73
+ }
74
+ export declare const ProductThumbnail: "ProductThumbnail" & {
75
+ readonly type?: "ProductThumbnail" | undefined;
76
+ readonly props?: ProductThumbnailProps | undefined;
77
+ readonly children?: true | undefined;
78
+ };
79
+ //# sourceMappingURL=ProductThumbnail.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ProductThumbnail.d.ts","sourceRoot":"","sources":["../../../../../../src/surfaces/checkout/components/ProductThumbnail/ProductThumbnail.ts"],"names":[],"mappings":"AAEA,OAAO,EAAC,qBAAqB,EAAE,mBAAmB,EAAC,MAAM,aAAa,CAAC;AACvE,OAAO,EAAC,IAAI,EAAC,MAAM,WAAW,CAAC;AAE/B,MAAM,WAAW,qBAAqB;IACpC;;;;;;;;;;;;;;;;;;OAkBG;IACH,GAAG,CAAC,EAAE,MAAM,CAAC;IAEb;;;;;;;;;;;;;;;;;;;OAmBG;IACH,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAE5B;;;;;;;OAOG;IACH,MAAM,CAAC,EAAE,qBAAqB,CAAC,MAAM,EAAE,mBAAmB,CAAC,CAAC;IAE5D;;;;;;;OAOG;IACH,GAAG,CAAC,EAAE,qBAAqB,CAAC,MAAM,EAAE,mBAAmB,CAAC,CAAC;IAEzD;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IAEf;;;;OAIG;IACH,IAAI,CAAC,EAAE,OAAO,CAAC,IAAI,EAAE,MAAM,GAAG,OAAO,CAAC,CAAC;CACxC;AAED,eAAO,MAAM,gBAAgB;;;;CAGR,CAAC"}
@@ -0,0 +1,4 @@
1
+ import { ReferenceEntityTemplateSchema } from '@shopify/generate-docs';
2
+ declare const data: ReferenceEntityTemplateSchema;
3
+ export default data;
4
+ //# sourceMappingURL=ProductThumbnail.doc.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ProductThumbnail.doc.d.ts","sourceRoot":"","sources":["../../../../../../src/surfaces/checkout/components/ProductThumbnail/ProductThumbnail.doc.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,6BAA6B,EAAC,MAAM,wBAAwB,CAAC;AAErE,QAAA,MAAM,IAAI,EAAE,6BA6CX,CAAC;AAEF,eAAe,IAAI,CAAC"}
@@ -20,6 +20,8 @@ export interface SkeletonTextProps extends IdProps {
20
20
  export declare const SkeletonText: "SkeletonText" & {
21
21
  readonly type?: "SkeletonText" | undefined;
22
22
  readonly props?: SkeletonTextProps | undefined;
23
- readonly children?: true | undefined;
23
+ readonly children?: true | undefined; /**
24
+ * Adjust the length of the text when no children are passed.
25
+ */
24
26
  };
25
27
  //# sourceMappingURL=SkeletonText.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"SkeletonText.d.ts","sourceRoot":"","sources":["../../../../../../src/surfaces/checkout/components/SkeletonText/SkeletonText.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAC,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAC,MAAM,WAAW,CAAC;AAEvD,MAAM,WAAW,iBAAkB,SAAQ,OAAO;IAChD;;;OAGG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB;;OAEG;IACH,UAAU,CAAC,EAAE,OAAO,CAAC,IAAI,EAAE,OAAO,GAAG,MAAM,GAAG,OAAO,CAAC,CAAC;IACvD;;OAEG;IACH,IAAI,CAAC,EAAE,QAAQ,CAAC;CACjB;AAED;;GAEG;AACH,eAAO,MAAM,YAAY;;;;CAGR,CAAC"}
1
+ {"version":3,"file":"SkeletonText.d.ts","sourceRoot":"","sources":["../../../../../../src/surfaces/checkout/components/SkeletonText/SkeletonText.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAC,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAC,MAAM,WAAW,CAAC;AAEvD,MAAM,WAAW,iBAAkB,SAAQ,OAAO;IAChD;;;OAGG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB;;OAEG;IACH,UAAU,CAAC,EAAE,OAAO,CAAC,IAAI,EAAE,OAAO,GAAG,MAAM,GAAG,OAAO,CAAC,CAAC;IACvD;;OAEG;IACH,IAAI,CAAC,EAAE,QAAQ,CAAC;CACjB;AAED;;GAEG;AACH,eAAO,MAAM,YAAY;;;0CAbvB;;OAEG;CAcY,CAAC"}
@@ -22,6 +22,10 @@ export interface SkeletonTextBlockProps extends IdProps {
22
22
  export declare const SkeletonTextBlock: "SkeletonTextBlock" & {
23
23
  readonly type?: "SkeletonTextBlock" | undefined;
24
24
  readonly props?: SkeletonTextBlockProps | undefined;
25
- readonly children?: true | undefined;
25
+ readonly children?: true | undefined; /**
26
+ * Number of lines to display when no children are passed.
27
+ *
28
+ * @defaultValue 1
29
+ */
26
30
  };
27
31
  //# sourceMappingURL=SkeletonTextBlock.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"SkeletonTextBlock.d.ts","sourceRoot":"","sources":["../../../../../../src/surfaces/checkout/components/SkeletonTextBlock/SkeletonTextBlock.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAC,OAAO,EAAE,QAAQ,EAAC,MAAM,WAAW,CAAC;AAEjD,MAAM,WAAW,sBAAuB,SAAQ,OAAO;IACrD;;;OAGG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB;;;;OAIG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;OAEG;IACH,IAAI,CAAC,EAAE,QAAQ,CAAC;CACjB;AAED;;GAEG;AACH,eAAO,MAAM,iBAAiB;;;;CAGR,CAAC"}
1
+ {"version":3,"file":"SkeletonTextBlock.d.ts","sourceRoot":"","sources":["../../../../../../src/surfaces/checkout/components/SkeletonTextBlock/SkeletonTextBlock.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAC,OAAO,EAAE,QAAQ,EAAC,MAAM,WAAW,CAAC;AAEjD,MAAM,WAAW,sBAAuB,SAAQ,OAAO;IACrD;;;OAGG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB;;;;OAIG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;OAEG;IACH,IAAI,CAAC,EAAE,QAAQ,CAAC;CACjB;AAED;;GAEG;AACH,eAAO,MAAM,iBAAiB;;;0CAf5B;;;;OAIG;CAciB,CAAC"}
@@ -20,9 +20,7 @@ export interface TagProps extends IdProps {
20
20
  * A Tag is used to help label, organize or categorize objects. It is commonly used in Checkout to display the discounts applied to a cart.
21
21
  */
22
22
  export declare const Tag: "Tag" & {
23
- readonly type?: "Tag" | undefined; /**
24
- * Icon source
25
- */
23
+ readonly type?: "Tag" | undefined;
26
24
  readonly props?: TagProps | undefined;
27
25
  readonly children?: true | undefined;
28
26
  };
@@ -1 +1 @@
1
- {"version":3,"file":"Tag.d.ts","sourceRoot":"","sources":["../../../../../../src/surfaces/checkout/components/Tag/Tag.ts"],"names":[],"mappings":"AAEA,OAAO,EAAC,UAAU,EAAC,MAAM,cAAc,CAAC;AACxC,OAAO,KAAK,EAAC,OAAO,EAAC,MAAM,WAAW,CAAC;AAEvC,MAAM,WAAW,QAAS,SAAQ,OAAO;IACvC,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB;;OAEG;IACH,IAAI,CAAC,EAAE,UAAU,CAAC;IAClB;;;OAGG;IACH,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B;;OAEG;IACH,QAAQ,CAAC,IAAI,IAAI,CAAC;CACnB;AAED;;GAEG;AACH,eAAO,MAAM,GAAG;uCAlBd;;OAEG;;;CAgB2D,CAAC"}
1
+ {"version":3,"file":"Tag.d.ts","sourceRoot":"","sources":["../../../../../../src/surfaces/checkout/components/Tag/Tag.ts"],"names":[],"mappings":"AAEA,OAAO,EAAC,UAAU,EAAC,MAAM,cAAc,CAAC;AACxC,OAAO,KAAK,EAAC,OAAO,EAAC,MAAM,WAAW,CAAC;AAEvC,MAAM,WAAW,QAAS,SAAQ,OAAO;IACvC,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB;;OAEG;IACH,IAAI,CAAC,EAAE,UAAU,CAAC;IAClB;;;OAGG;IACH,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B;;OAEG;IACH,QAAQ,CAAC,IAAI,IAAI,CAAC;CACnB;AAED;;GAEG;AACH,eAAO,MAAM,GAAG;;;;CAAgD,CAAC"}
@@ -20,7 +20,7 @@ export interface TextProps extends VisibilityProps {
20
20
  /**
21
21
  * Changes the visual appearance
22
22
  */
23
- appearance?: Extract<Appearance, 'accent' | 'subdued' | 'info' | 'success' | 'warning' | 'critical'>;
23
+ appearance?: Extract<Appearance, 'accent' | 'subdued' | 'info' | 'success' | 'warning' | 'critical' | 'decorative'>;
24
24
  }
25
25
  /**
26
26
  * Text is used to visually style and provide semantic value for a small piece of text
@@ -1 +1 @@
1
- {"version":3,"file":"Text.d.ts","sourceRoot":"","sources":["../../../../../../src/surfaces/checkout/components/Text/Text.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EACV,qBAAqB,EACrB,QAAQ,EACR,QAAQ,EACR,UAAU,EACV,eAAe,EAChB,MAAM,WAAW,CAAC;AAEnB,MAAM,WAAW,SAAU,SAAQ,eAAe;IAChD;;OAEG;IACH,IAAI,CAAC,EAAE,QAAQ,CAAC;IAChB;;OAEG;IACH,QAAQ,CAAC,EAAE,QAAQ,CAAC;IACpB;;OAEG;IACH,iBAAiB,CAAC,EAAE,qBAAqB,CAAC;IAC1C;;;OAGG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ;;OAEG;IACH,UAAU,CAAC,EAAE,OAAO,CAClB,UAAU,EACV,QAAQ,GAAG,SAAS,GAAG,MAAM,GAAG,SAAS,GAAG,SAAS,GAAG,UAAU,CACnE,CAAC;CACH;AAED;;;GAGG;AACH,eAAO,MAAM,IAAI;;;;CAAmD,CAAC"}
1
+ {"version":3,"file":"Text.d.ts","sourceRoot":"","sources":["../../../../../../src/surfaces/checkout/components/Text/Text.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EACV,qBAAqB,EACrB,QAAQ,EACR,QAAQ,EACR,UAAU,EACV,eAAe,EAChB,MAAM,WAAW,CAAC;AAEnB,MAAM,WAAW,SAAU,SAAQ,eAAe;IAChD;;OAEG;IACH,IAAI,CAAC,EAAE,QAAQ,CAAC;IAChB;;OAEG;IACH,QAAQ,CAAC,EAAE,QAAQ,CAAC;IACpB;;OAEG;IACH,iBAAiB,CAAC,EAAE,qBAAqB,CAAC;IAC1C;;;OAGG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ;;OAEG;IACH,UAAU,CAAC,EAAE,OAAO,CAClB,UAAU,EACR,QAAQ,GACR,SAAS,GACT,MAAM,GACN,SAAS,GACT,SAAS,GACT,UAAU,GACV,YAAY,CACf,CAAC;CACH;AAED;;;GAGG;AACH,eAAO,MAAM,IAAI;;;;CAAmD,CAAC"}
@@ -11,7 +11,7 @@ export interface TextBlockProps extends IdProps {
11
11
  /**
12
12
  * Changes the visual appearance
13
13
  */
14
- appearance?: Extract<Appearance, 'accent' | 'subdued' | 'info' | 'success' | 'warning' | 'critical'>;
14
+ appearance?: Extract<Appearance, 'accent' | 'subdued' | 'info' | 'success' | 'warning' | 'critical' | 'decorative'>;
15
15
  /**
16
16
  * Align text along the main axis.
17
17
  */
@@ -23,6 +23,8 @@ export interface TextBlockProps extends IdProps {
23
23
  export declare const TextBlock: "TextBlock" & {
24
24
  readonly type?: "TextBlock" | undefined;
25
25
  readonly props?: TextBlockProps | undefined;
26
- readonly children?: true | undefined;
26
+ readonly children?: true | undefined; /**
27
+ * Use to emphasize a word or a group of words.
28
+ */
27
29
  };
28
30
  //# sourceMappingURL=TextBlock.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"TextBlock.d.ts","sourceRoot":"","sources":["../../../../../../src/surfaces/checkout/components/TextBlock/TextBlock.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EACV,UAAU,EACV,QAAQ,EACR,OAAO,EACP,eAAe,EACf,QAAQ,EACT,MAAM,WAAW,CAAC;AAEnB,MAAM,WAAW,cAAe,SAAQ,OAAO;IAC7C;;OAEG;IACH,IAAI,CAAC,EAAE,QAAQ,CAAC;IAChB;;OAEG;IACH,QAAQ,CAAC,EAAE,QAAQ,CAAC;IACpB;;OAEG;IACH,UAAU,CAAC,EAAE,OAAO,CAClB,UAAU,EACV,QAAQ,GAAG,SAAS,GAAG,MAAM,GAAG,SAAS,GAAG,SAAS,GAAG,UAAU,CACnE,CAAC;IACF;;OAEG;IACH,eAAe,CAAC,EAAE,eAAe,CAAC;CACnC;AAED;;GAEG;AACH,eAAO,MAAM,SAAS;;;;CAErB,CAAC"}
1
+ {"version":3,"file":"TextBlock.d.ts","sourceRoot":"","sources":["../../../../../../src/surfaces/checkout/components/TextBlock/TextBlock.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EACV,UAAU,EACV,QAAQ,EACR,OAAO,EACP,eAAe,EACf,QAAQ,EACT,MAAM,WAAW,CAAC;AAEnB,MAAM,WAAW,cAAe,SAAQ,OAAO;IAC7C;;OAEG;IACH,IAAI,CAAC,EAAE,QAAQ,CAAC;IAChB;;OAEG;IACH,QAAQ,CAAC,EAAE,QAAQ,CAAC;IACpB;;OAEG;IACH,UAAU,CAAC,EAAE,OAAO,CAClB,UAAU,EACR,QAAQ,GACR,SAAS,GACT,MAAM,GACN,SAAS,GACT,SAAS,GACT,UAAU,GACV,YAAY,CACf,CAAC;IACF;;OAEG;IACH,eAAe,CAAC,EAAE,eAAe,CAAC;CACnC;AAED;;GAEG;AACH,eAAO,MAAM,SAAS;;;0CA1BpB;;OAEG;CA0BJ,CAAC"}
@@ -187,7 +187,7 @@ export interface SpacingProps {
187
187
  *
188
188
  * - [`base`, `none`] means blockStart and blockEnd paddings are `base`, inlineStart and inlineEnd paddings are `none`
189
189
  *
190
- * - [`base`, `none`, `large200`, `small200`] means blockStart padding is `base`, inlineEnd padding is `none`, blockEnd padding is `large200` and blockStart padding is `small200`
190
+ * - [`base`, `none`, `loose`, `tight`] means blockStart padding is `base`, inlineEnd padding is `none`, blockEnd padding is `loose` and blockStart padding is `tight`
191
191
  */
192
192
  padding?: MaybeResponsiveConditionalStyle<MaybeShorthandProperty<Spacing>>;
193
193
  }
@@ -308,16 +308,7 @@ export type Status =
308
308
  */
309
309
  | 'critical';
310
310
  export type Size = 'extraSmall' | 'small' | 'base' | 'large' | 'extraLarge' | 'fill';
311
- export type Spacing = 'none' | 'small500' | 'small400' | 'small300' | 'small200' | 'small100' | 'base' | 'large100' | 'large200' | 'large300' | 'large400' | 'large500' | SpacingDeprecated;
312
- /** @deprecated These values are deprecated and will eventually be removed.
313
- * Use the new values.
314
- *
315
- * `extraTight`: `small400`
316
- * `tight`: `small200`
317
- * `loose`: `large200`
318
- * `extraLoose`: `large500`
319
- */
320
- export type SpacingDeprecated = 'extraTight' | 'tight' | 'loose' | 'extraLoose';
311
+ export type Spacing = 'none' | 'extraTight' | 'tight' | 'base' | 'loose' | 'extraLoose';
321
312
  export type Alignment = 'start' | 'center' | 'end';
322
313
  export type InlineAlignment = 'start' | 'center' | 'end';
323
314
  export type BlockAlignment = Alignment | 'baseline';
@@ -326,9 +317,16 @@ export type BackgroundFit = 'cover' | 'contain';
326
317
  export type BackgroundPosition = 'top' | 'bottom' | 'left' | 'right' | 'center';
327
318
  export type BackgroundRepeat = 'repeat' | 'noRepeat';
328
319
  export type Appearance =
320
+ /** Takes the default color for the element set within the theme*/
321
+ 'base'
329
322
  /** Conveys emphasis and draws attention to the element.*/
330
- 'accent'
331
- /** Conveys that the element is pressable, hoverable or otherwise interactive.*/
323
+ | 'accent'
324
+ /** Conveys that the element is decorative. It takes the `decorative` color set within the theme.*/
325
+ | 'decorative'
326
+ /**
327
+ * Conveys that the element is pressable, hoverable or otherwise interactive.
328
+ * @deprecated Use `accent` instead.
329
+ */
332
330
  | 'interactive'
333
331
  /** Conveys a subdued or disabled state for the element.*/
334
332
  | 'subdued'
@@ -1 +1 @@
1
- {"version":3,"file":"shared.d.ts","sourceRoot":"","sources":["../../../../../src/surfaces/checkout/components/shared.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"shared.d.ts","sourceRoot":"","sources":["../../../../../src/surfaces/checkout/components/shared.ts"],"names":[],"mappings":"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"}
@@ -8,6 +8,10 @@ export { BlockStack } from './components/BlockStack/BlockStack';
8
8
  export type { BlockStackProps } from './components/BlockStack/BlockStack';
9
9
  export { Button } from './components/Button/Button';
10
10
  export type { ButtonProps } from './components/Button/Button';
11
+ export { ConsentCheckbox } from './components/ConsentCheckbox/ConsentCheckbox';
12
+ export type { ConsentCheckboxProps } from './components/ConsentCheckbox/ConsentCheckbox';
13
+ export { ConsentPhoneField } from './components/ConsentPhoneField/ConsentPhoneField';
14
+ export type { ConsentPhoneFieldProps, ConsentPolicy, } from './components/ConsentPhoneField/ConsentPhoneField';
11
15
  export { Checkbox } from './components/Checkbox/Checkbox';
12
16
  export type { CheckboxProps } from './components/Checkbox/Checkbox';
13
17
  export { Choice } from './components/Choice/Choice';
@@ -48,12 +52,18 @@ export { List } from './components/List/List';
48
52
  export type { ListProps } from './components/List/List';
49
53
  export { ListItem } from './components/ListItem/ListItem';
50
54
  export type { ListItemProps } from './components/ListItem/ListItem';
55
+ export { LoginWithShop } from './components/LoginWithShop/LoginWithShop';
56
+ export type { LoginWithShopProps } from './components/LoginWithShop/LoginWithShop';
51
57
  export { Modal } from './components/Modal/Modal';
52
58
  export type { ModalProps } from './components/Modal/Modal';
59
+ export { PaymentIcon } from './components/PaymentIcon/PaymentIcon';
60
+ export type { PaymentIconProps, PaymentMethod, } from './components/PaymentIcon/PaymentIcon';
53
61
  export { PhoneField } from './components/PhoneField/PhoneField';
54
62
  export type { PhoneFieldProps } from './components/PhoneField/PhoneField';
55
63
  export { Pressable } from './components/Pressable/Pressable';
56
64
  export type { PressableProps } from './components/Pressable/Pressable';
65
+ export { ProductThumbnail } from './components/ProductThumbnail/ProductThumbnail';
66
+ export type { ProductThumbnailProps } from './components/ProductThumbnail/ProductThumbnail';
57
67
  export { Popover } from './components/Popover/Popover';
58
68
  export type { PopoverProps, PopoverPosition } from './components/Popover/Popover';
59
69
  export { ScrollView } from './components/ScrollView/ScrollView';
@@ -1 +1 @@
1
- {"version":3,"file":"components.d.ts","sourceRoot":"","sources":["../../../../src/surfaces/checkout/components.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"components.d.ts","sourceRoot":"","sources":["../../../../src/surfaces/checkout/components.ts"],"names":[],"mappings":"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"}
@@ -43,13 +43,13 @@ export interface ExtensionTargets {
43
43
  */
44
44
  'Checkout::CartLineDetails::RenderAfter': RenderExtension<CheckoutApi & CartLineItemApi & StandardApi<'Checkout::CartLineDetails::RenderAfter'> & OrderStatusApi, AnyComponent>;
45
45
  /**
46
- * A static extension target that renders on every line item, inside the details
47
- * under the line item properties element. It replaces the default component rendering.
46
+ * A static extension target that renders on every bundle line item, inside the details
47
+ * under the line item properties element. It replaces the default bundle products rendering.
48
48
  */
49
49
  'purchase.cart-line-item.line-components.render': RenderExtension<CartLineItemApi & StandardApi<'purchase.cart-line-item.line-components.render'>, AnyComponent>;
50
50
  /**
51
- * A static extension target that renders on every line item, inside the details
52
- * under the line item properties element. It replaces the default component rendering.
51
+ * A static extension target that renders on every bundle line item, inside the details
52
+ * under the line item properties element. It replaces the default bundle products rendering.
53
53
  *
54
54
  * @deprecated Use `purchase.cart-line-item.line-components.render` instead.
55
55
  */
@@ -68,7 +68,7 @@ export interface ExtensionTargets {
68
68
  * A static extension target that is rendered after a purchase below the customer information.
69
69
  *
70
70
  * @deprecated Use `purchase.thank-you.customer-information.render-after` or
71
- * `customer-account.order-status.customer-information.render-after` instead.
71
+ * `customer-account.order-status.customer-information.render-after` from `@shopify/ui-extension/customer-account` instead.
72
72
  */
73
73
  'Checkout::CustomerInformation::RenderAfter': RenderExtension<OrderStatusApi & CheckoutApi & StandardApi<'Checkout::CustomerInformation::RenderAfter'>, AnyComponent>;
74
74
  /**
@@ -84,42 +84,46 @@ export interface ExtensionTargets {
84
84
  */
85
85
  'Checkout::DeliveryAddress::RenderBefore': RenderExtension<CheckoutApi & StandardApi<'Checkout::DeliveryAddress::RenderBefore'>, AnyComponent>;
86
86
  /**
87
- * A [dynamic extension target](https://shopify.dev/docs/api/checkout-ui-extensions/extension-targets-overview#dynamic-extension-targets) that isn't tied to a specific checkout section or feature.
88
- * Unlike static extension targets, dynamic extension targets render where the merchant
87
+ * A static extension target that is rendered after the shipping address form elements.
88
+ */
89
+ 'purchase.checkout.delivery-address.render-after': RenderExtension<CheckoutApi & StandardApi<'purchase.checkout.delivery-address.render-after'>, AnyComponent>;
90
+ /**
91
+ * A [block extension target](https://shopify.dev/docs/api/checkout-ui-extensions/extension-targets-overview#block-extension-targets) that isn't tied to a specific checkout section or feature.
92
+ * Unlike static extension targets, block extension targets render where the merchant
89
93
  * sets them using the [checkout editor](https://shopify.dev/apps/checkout/test-ui-extensions#test-the-extension-in-the-checkout-editor).
90
94
  *
91
- * The [supported locations](https://shopify.dev/docs/api/checkout-ui-extensions/extension-targets-overview#supported-locations) for dynamic extension targets can be previewed during development
92
- * by [using a URL parameter](https://shopify.dev/docs/apps/checkout/best-practices/testing-ui-extensions#dynamic-extension-targets).
95
+ * The [supported locations](https://shopify.dev/docs/api/checkout-ui-extensions/extension-targets-overview#supported-locations) for block extension targets can be previewed during development
96
+ * by [using a URL parameter](https://shopify.dev/docs/apps/checkout/best-practices/testing-ui-extensions#block-extension-targets).
93
97
  */
94
98
  'purchase.checkout.block.render': RenderExtension<CheckoutApi & StandardApi<'purchase.checkout.block.render'>, AnyComponent>;
95
99
  /**
96
- * A [dynamic extension target](https://shopify.dev/docs/api/checkout-ui-extensions/extension-targets-overview#dynamic-extension-targets) that isn't tied to a specific checkout section or feature.
97
- * Unlike static extension targets, dynamic extension targets render where the merchant
100
+ * A [block extension target](https://shopify.dev/docs/api/checkout-ui-extensions/extension-targets-overview#block-extension-targets) that isn't tied to a specific checkout section or feature.
101
+ * Unlike static extension targets, block extension targets render where the merchant
98
102
  * sets them using the [checkout editor](https://shopify.dev/apps/checkout/test-ui-extensions#test-the-extension-in-the-checkout-editor).
99
103
  *
100
- * The [supported locations](https://shopify.dev/docs/api/checkout-ui-extensions/extension-targets-overview#supported-locations) for dynamic extension targets can be previewed during development
101
- * by [using a URL parameter](https://shopify.dev/docs/apps/checkout/best-practices/testing-ui-extensions#dynamic-extension-targets).
104
+ * The [supported locations](https://shopify.dev/docs/api/checkout-ui-extensions/extension-targets-overview#supported-locations) for block extension targets can be previewed during development
105
+ * by [using a URL parameter](https://shopify.dev/docs/apps/checkout/best-practices/testing-ui-extensions#block-extension-targets).
102
106
  *
103
107
  * @deprecated Use `purchase.checkout.block.render` instead.
104
108
  */
105
109
  'Checkout::Dynamic::Render': RenderExtension<CheckoutApi & OrderStatusApi & StandardApi<'Checkout::Dynamic::Render'>, AnyComponent>;
106
110
  /**
107
- * A [dynamic extension target](https://shopify.dev/docs/api/checkout-ui-extensions/extension-targets-overview#dynamic-extension-targets) that renders exclusively on the Thank You Page.
108
- * Unlike static extension targets, dynamic extension targets render where the merchant
111
+ * A [block extension target](https://shopify.dev/docs/api/checkout-ui-extensions/extension-targets-overview#block-extension-targets) that renders exclusively on the Thank You Page.
112
+ * Unlike static extension targets, block extension targets render where the merchant
109
113
  * sets them using the [checkout editor](https://shopify.dev/apps/checkout/test-ui-extensions#test-the-extension-in-the-checkout-editor).
110
114
  *
111
- * The [supported locations](https://shopify.dev/docs/api/checkout-ui-extensions/extension-targets-overview#supported-locations) for dynamic extension targets can be previewed during development
112
- * by [using a URL parameter](https://shopify.dev/docs/apps/checkout/best-practices/testing-ui-extensions#dynamic-extension-targets).
115
+ * The [supported locations](https://shopify.dev/docs/api/checkout-ui-extensions/extension-targets-overview#supported-locations) for block extension targets can be previewed during development
116
+ * by [using a URL parameter](https://shopify.dev/docs/apps/checkout/best-practices/testing-ui-extensions#block-extension-targets).
113
117
  *
114
118
  */
115
119
  'purchase.thank-you.block.render': RenderExtension<StandardApi<'purchase.thank-you.block.render'>, AnyComponent>;
116
120
  /**
117
- * A [dynamic extension target](https://shopify.dev/docs/api/checkout-ui-extensions/extension-targets-overview#dynamic-extension-targets) that renders exclusively on the Thank You Page.
118
- * Unlike static extension targets, dynamic extension targets render where the merchant
121
+ * A [block extension target](https://shopify.dev/docs/api/checkout-ui-extensions/extension-targets-overview#block-extension-targets) that renders exclusively on the Thank You Page.
122
+ * Unlike static extension targets, block extension targets render where the merchant
119
123
  * sets them using the [checkout editor](https://shopify.dev/apps/checkout/test-ui-extensions#test-the-extension-in-the-checkout-editor).
120
124
  *
121
- * The [supported locations](https://shopify.dev/docs/api/checkout-ui-extensions/extension-targets-overview#supported-locations) for dynamic extension targets can be previewed during development
122
- * by [using a URL parameter](https://shopify.dev/docs/apps/checkout/best-practices/testing-ui-extensions#dynamic-extension-targets).
125
+ * The [supported locations](https://shopify.dev/docs/api/checkout-ui-extensions/extension-targets-overview#supported-locations) for block extension targets can be previewed during development
126
+ * by [using a URL parameter](https://shopify.dev/docs/apps/checkout/best-practices/testing-ui-extensions#block-extension-targets).
123
127
  *
124
128
  * @deprecated Use `purchase.thank-you.block.render` instead.
125
129
  */
@@ -157,28 +161,32 @@ export interface ExtensionTargets {
157
161
  */
158
162
  'Checkout::ThankYou::CustomerInformation::RenderAfter': RenderExtension<StandardApi<'Checkout::ThankYou::CustomerInformation::RenderAfter'>, AnyComponent>;
159
163
  /**
160
- * A [dynamic extension target](https://shopify.dev/docs/api/checkout-ui-extensions/extension-targets-overview#dynamic-extension-targets) that renders exclusively on the Order Status Page.
161
- * Unlike static extension targets, dynamic extension targets render where the merchant
164
+ * A [block extension target](https://shopify.dev/docs/api/checkout-ui-extensions/extension-targets-overview#block-extension-targets) that renders exclusively on the Order Status Page.
165
+ * Unlike static extension targets, block extension targets render where the merchant
162
166
  * sets them using the [checkout editor](https://shopify.dev/apps/checkout/test-ui-extensions#test-the-extension-in-the-checkout-editor).
163
167
  *
164
- * The [supported locations](https://shopify.dev/docs/api/checkout-ui-extensions/extension-targets-overview#supported-locations) for dynamic extension targets can be previewed during development
165
- * by [using a URL parameter](https://shopify.dev/docs/apps/checkout/best-practices/testing-ui-extensions#dynamic-extension-targets).
168
+ * The [supported locations](https://shopify.dev/docs/api/checkout-ui-extensions/extension-targets-overview#supported-locations) for block extension targets can be previewed during development
169
+ * by [using a URL parameter](https://shopify.dev/docs/apps/checkout/best-practices/testing-ui-extensions#block-extension-targets).
170
+ *
171
+ * @deprecated Use `customer-account.order-status.block.render` from `@shopify/ui-extension/customer-account` instead.
166
172
  */
167
173
  'customer-account.order-status.block.render': RenderExtension<OrderStatusApi & CustomerAccountStandardApi<'customer-account.order-status.block.render'>, AnyComponent>;
168
174
  /**
169
- * A [dynamic extension target](https://shopify.dev/docs/api/checkout-ui-extensions/extension-targets-overview#dynamic-extension-targets) that renders exclusively on the Order Status Page.
170
- * Unlike static extension targets, dynamic extension targets render where the merchant
175
+ * A [block extension target](https://shopify.dev/docs/api/checkout-ui-extensions/extension-targets-overview#block-extension-targets) that renders exclusively on the Order Status Page.
176
+ * Unlike static extension targets, block extension targets render where the merchant
171
177
  * sets them using the [checkout editor](https://shopify.dev/apps/checkout/test-ui-extensions#test-the-extension-in-the-checkout-editor).
172
178
  *
173
- * The [supported locations](https://shopify.dev/docs/api/checkout-ui-extensions/extension-targets-overview#supported-locations) for dynamic extension targets can be previewed during development
174
- * by [using a URL parameter](https://shopify.dev/docs/apps/checkout/best-practices/testing-ui-extensions#dynamic-extension-targets).
179
+ * The [supported locations](https://shopify.dev/docs/api/checkout-ui-extensions/extension-targets-overview#supported-locations) for block extension targets can be previewed during development
180
+ * by [using a URL parameter](https://shopify.dev/docs/apps/checkout/best-practices/testing-ui-extensions#block-extension-targets).
175
181
  *
176
- * @deprecated Use `customer-account.order-status.block.render` instead.
182
+ * @deprecated Use `customer-account.order-status.block.render` from `@shopify/ui-extension/customer-account` instead.
177
183
  */
178
184
  'Checkout::OrderStatus::Dynamic::Render': RenderExtension<OrderStatusApi & CustomerAccountStandardApi<'Checkout::OrderStatus::Dynamic::Render'>, AnyComponent>;
179
185
  /**
180
186
  * A static extension target that renders on every line item, inside the details
181
187
  * under the line item properties element on the Order Status Page.
188
+ *
189
+ * @deprecated Use `customer-account.order-status.cart-line-item.render-after` from `@shopify/ui-extension/customer-account` instead.
182
190
  */
183
191
  'customer-account.order-status.cart-line-item.render-after': RenderExtension<CartLineItemApi & OrderStatusApi & CustomerAccountStandardApi<'customer-account.order-status.cart-line-item.render-after'>, AnyComponent>;
184
192
  /**
@@ -190,22 +198,26 @@ export interface ExtensionTargets {
190
198
  'Checkout::OrderStatus::CartLineDetails::RenderAfter': RenderExtension<CartLineItemApi & OrderStatusApi & CustomerAccountStandardApi<'Checkout::OrderStatus::CartLineDetails::RenderAfter'>, AnyComponent>;
191
199
  /**
192
200
  * A static extension target that is rendered after all line items on the Order Status page.
201
+ *
202
+ * @deprecated Use `customer-account.order-status.cart-line-list.render-after` from `@shopify/ui-extension/customer-account` instead.
193
203
  */
194
204
  'customer-account.order-status.cart-line-list.render-after': RenderExtension<OrderStatusApi & CustomerAccountStandardApi<'customer-account.order-status.cart-line-list.render-after'>, AnyComponent>;
195
205
  /**
196
206
  * A static extension target that is rendered after all line items on the Order Status page.
197
207
  *
198
- * @deprecated Use `customer-account.order-status.cart-line-list.render-after` instead.
208
+ * @deprecated Use `customer-account.order-status.cart-line-list.render-after` from `@shopify/ui-extension/customer-account` instead.
199
209
  */
200
210
  'Checkout::OrderStatus::CartLines::RenderAfter': RenderExtension<OrderStatusApi & CustomerAccountStandardApi<'Checkout::OrderStatus::CartLines::RenderAfter'>, AnyComponent>;
201
211
  /**
202
212
  * A static extension target that is rendered after a purchase below the customer information on the Order Status page.
213
+ *
214
+ * @deprecated Use `customer-account.order-status.customer-information.render-after` from `@shopify/ui-extension/customer-account` instead.
203
215
  */
204
216
  'customer-account.order-status.customer-information.render-after': RenderExtension<OrderStatusApi & CustomerAccountStandardApi<'customer-account.order-status.customer-information.render-after'>, AnyComponent>;
205
217
  /**
206
218
  * A static extension target that is rendered after a purchase below the customer information on the Order Status page.
207
219
  *
208
- * @deprecated Use `customer-account.order-status.customer-information.render-after` instead.
220
+ * @deprecated Use `customer-account.order-status.customer-information.render-after` from `@shopify/ui-extension/customer-account` instead.
209
221
  */
210
222
  'Checkout::OrderStatus::CustomerInformation::RenderAfter': RenderExtension<OrderStatusApi & CustomerAccountStandardApi<'Checkout::OrderStatus::CustomerInformation::RenderAfter'>, AnyComponent>;
211
223
  /**
@@ -238,6 +250,20 @@ export interface ExtensionTargets {
238
250
  * @deprecated Use `purchase.checkout.payment-option-item.details.render` instead.
239
251
  */
240
252
  'Checkout::PaymentMethod::Render': RenderExtension<PaymentOptionItemApi & CheckoutApi & StandardApi<'Checkout::PaymentMethod::Render'>, AnyComponent>;
253
+ /**
254
+ * A static extension target that renders after the hosted fields of a credit card payment method.
255
+ *
256
+ * @private
257
+ */
258
+ 'purchase.checkout.payment-option-item.hosted-fields.render-after': RenderExtension<PaymentOptionItemApi & CheckoutApi & StandardApi<'purchase.checkout.payment-option-item.hosted-fields.render-after'>, AnyComponent>;
259
+ /**
260
+ * A static extension target that renders after the hosted fields of a credit card payment method.
261
+ * for a credit card payment method when selected by the buyer.
262
+ *
263
+ * @private
264
+ * @deprecated Use `purchase.checkout.payment-option-item.hosted-fields.render-after` instead.
265
+ */
266
+ 'Checkout::PaymentMethod::HostedFields::RenderAfter': RenderExtension<PaymentOptionItemApi & CheckoutApi & StandardApi<'Checkout::PaymentMethod::HostedFields::RenderAfter'>, AnyComponent>;
241
267
  /**
242
268
  * A static extension target that renders a form modal when a buyer selects the custom onsite payment method.
243
269
  *
@@ -251,6 +277,16 @@ export interface ExtensionTargets {
251
277
  * @deprecated Use `purchase.checkout.payment-option-item.action-required.render` instead.
252
278
  */
253
279
  'Checkout::PaymentMethod::RenderRequiredAction': RenderExtension<CheckoutApi & StandardApi<'Checkout::PaymentMethod::RenderRequiredAction'>, AnyComponent>;
280
+ /**
281
+ * A static extension target that renders between the payment heading and payment method list.
282
+ *
283
+ */
284
+ 'purchase.checkout.payment-method-list.render-before': RenderExtension<CheckoutApi & StandardApi<'purchase.checkout.payment-method-list.render-before'>, AnyComponent>;
285
+ /**
286
+ * A static extension target that renders below the list of payment methods.
287
+ *
288
+ */
289
+ 'purchase.checkout.payment-method-list.render-after': RenderExtension<CheckoutApi & StandardApi<'purchase.checkout.payment-method-list.render-after'>, AnyComponent>;
254
290
  /**
255
291
  * A static extension target that is rendered in the order summary, before the discount form element.
256
292
  */
@@ -406,6 +442,7 @@ export type AllowedComponentsForRenderExtension<Target extends keyof RenderExten
406
442
  * The part of the standard API implemented for customer-account targets. Must
407
443
  * match the types defined in the `surfaces/customer-account` section of this package.
408
444
  */
409
- export type CustomerAccountStandardApi<Target extends keyof ExtensionTargets> = Pick<StandardApi<Target>, 'analytics' | 'appliedGiftCards' | 'appMetafields' | 'attributes' | 'buyerIdentity' | 'checkoutSettings' | 'cost' | 'discountCodes' | 'discountAllocations' | 'extension' | 'extensionPoint' | 'i18n' | 'lines' | 'localization' | 'metafields' | 'note' | 'query' | 'sessionToken' | 'settings' | 'shippingAddress' | 'shop' | 'storage' | 'ui' | 'version'>;
445
+ export interface CustomerAccountStandardApi<Target extends keyof ExtensionTargets> extends Pick<StandardApi<Target>, 'analytics' | 'appliedGiftCards' | 'appMetafields' | 'attributes' | 'buyerIdentity' | 'checkoutSettings' | 'checkoutToken' | 'cost' | 'discountCodes' | 'discountAllocations' | 'extension' | 'extensionPoint' | 'i18n' | 'lines' | 'localization' | 'metafields' | 'note' | 'query' | 'sessionToken' | 'settings' | 'shippingAddress' | 'billingAddress' | 'shop' | 'storage' | 'ui' | 'version'> {
446
+ }
410
447
  export {};
411
448
  //# sourceMappingURL=targets.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"targets.d.ts","sourceRoot":"","sources":["../../../../src/surfaces/checkout/targets.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"targets.d.ts","sourceRoot":"","sources":["../../../../src/surfaces/checkout/targets.ts"],"names":[],"mappings":"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"}