@shopify/ui-extensions 2025.10.0-rc.40 → 2025.10.0-rc.42

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 (392) hide show
  1. package/build/cjs/surfaces/checkout/preact/api.js +4 -0
  2. package/build/cjs/surfaces/checkout/preact/subscription.js +6 -5
  3. package/build/cjs/surfaces/checkout/shared.js +17 -4
  4. package/build/esm/surfaces/checkout/preact/api.mjs +4 -0
  5. package/build/esm/surfaces/checkout/preact/subscription.mjs +6 -5
  6. package/build/esm/surfaces/checkout/shared.mjs +17 -4
  7. package/build/esnext/surfaces/checkout/preact/api.esnext +4 -0
  8. package/build/esnext/surfaces/checkout/preact/subscription.esnext +6 -5
  9. package/build/esnext/surfaces/checkout/shared.esnext +17 -4
  10. package/build/ts/docs/shared/components/Details.d.ts +4 -0
  11. package/build/ts/docs/shared/components/Details.d.ts.map +1 -0
  12. package/build/ts/docs/shared/components/MoneyField.d.ts.map +1 -1
  13. package/build/ts/docs/shared/components/PressButton.d.ts +4 -0
  14. package/build/ts/docs/shared/components/PressButton.d.ts.map +1 -0
  15. package/build/ts/docs/shared/components/SkeletonParagraph.d.ts +4 -0
  16. package/build/ts/docs/shared/components/SkeletonParagraph.d.ts.map +1 -0
  17. package/build/ts/docs/shared/components/Summary.d.ts +4 -0
  18. package/build/ts/docs/shared/components/Summary.d.ts.map +1 -0
  19. package/build/ts/docs/shared/components/Tooltip.d.ts +1 -1
  20. package/build/ts/docs/shared/components/Tooltip.d.ts.map +1 -1
  21. package/build/ts/docs/shared/components/index.d.ts +6 -1
  22. package/build/ts/docs/shared/components/index.d.ts.map +1 -1
  23. package/build/ts/index.d.ts.map +1 -1
  24. package/build/ts/shared.d.ts +4 -34
  25. package/build/ts/shared.d.ts.map +1 -1
  26. package/build/ts/surfaces/admin/api/customer-segment-template/customer-segment-template.d.ts +30 -0
  27. package/build/ts/surfaces/admin/api/customer-segment-template/customer-segment-template.d.ts.map +1 -1
  28. package/build/ts/surfaces/admin/api.d.ts +1 -1
  29. package/build/ts/surfaces/admin/api.d.ts.map +1 -1
  30. package/build/ts/surfaces/admin/components/Table/Table.doc.d.ts.map +1 -1
  31. package/build/ts/surfaces/admin/components/patterns/accountConnection.ab.doc.d.ts +4 -0
  32. package/build/ts/surfaces/admin/components/patterns/accountConnection.ab.doc.d.ts.map +1 -0
  33. package/build/ts/surfaces/admin/components/patterns/indexTable.ab.doc.d.ts.map +1 -1
  34. package/build/ts/surfaces/admin/extension-targets.d.ts +5 -3
  35. package/build/ts/surfaces/admin/extension-targets.d.ts.map +1 -1
  36. package/build/ts/surfaces/admin/targets/admin.customers.segmentation-templates.data.d.ts +6 -0
  37. package/build/ts/surfaces/checkout/api/address-autocomplete/standard.d.ts +1 -1
  38. package/build/ts/surfaces/checkout/api/cart-line/cart-line-item.d.ts +3 -3
  39. package/build/ts/surfaces/checkout/api/cart-line/cart-line-item.d.ts.map +1 -1
  40. package/build/ts/surfaces/checkout/api/checkout/checkout.d.ts +2 -2
  41. package/build/ts/surfaces/checkout/api/order-confirmation/order-confirmation.d.ts +2 -2
  42. package/build/ts/surfaces/checkout/api/order-confirmation/order-confirmation.d.ts.map +1 -1
  43. package/build/ts/surfaces/checkout/api/payment/payment-option-item.d.ts +3 -3
  44. package/build/ts/surfaces/checkout/api/payment/payment-option-item.d.ts.map +1 -1
  45. package/build/ts/surfaces/checkout/api/pickup/pickup-location-item.d.ts +3 -3
  46. package/build/ts/surfaces/checkout/api/pickup/pickup-location-item.d.ts.map +1 -1
  47. package/build/ts/surfaces/checkout/api/pickup/pickup-location-list.d.ts +2 -2
  48. package/build/ts/surfaces/checkout/api/pickup/pickup-location-list.d.ts.map +1 -1
  49. package/build/ts/surfaces/checkout/api/pickup/pickup-point-list.d.ts +2 -2
  50. package/build/ts/surfaces/checkout/api/pickup/pickup-point-list.d.ts.map +1 -1
  51. package/build/ts/surfaces/checkout/api/shipping/shipping-option-item.d.ts +3 -3
  52. package/build/ts/surfaces/checkout/api/shipping/shipping-option-item.d.ts.map +1 -1
  53. package/build/ts/surfaces/checkout/api/shipping/shipping-option-list.d.ts +3 -3
  54. package/build/ts/surfaces/checkout/api/shipping/shipping-option-list.d.ts.map +1 -1
  55. package/build/ts/surfaces/checkout/api/standard/standard.d.ts +45 -40
  56. package/build/ts/surfaces/checkout/api/standard/standard.d.ts.map +1 -1
  57. package/build/ts/surfaces/checkout/components/Badge/Badge.doc.d.ts +4 -0
  58. package/build/ts/surfaces/checkout/components/Badge/Badge.doc.d.ts.map +1 -0
  59. package/build/ts/surfaces/checkout/components/Badge.d.ts +3 -8
  60. package/build/ts/surfaces/checkout/components/Box/Box.doc.d.ts.map +1 -1
  61. package/build/ts/surfaces/checkout/components/Button.d.ts +1 -1
  62. package/build/ts/surfaces/checkout/components/Clickable/Clickable.doc.d.ts +4 -0
  63. package/build/ts/surfaces/checkout/components/Clickable/Clickable.doc.d.ts.map +1 -0
  64. package/build/ts/surfaces/checkout/components/Clickable.d.ts +1 -1
  65. package/build/ts/surfaces/checkout/components/Details/Details.doc.d.ts +4 -0
  66. package/build/ts/surfaces/checkout/components/Details/Details.doc.d.ts.map +1 -0
  67. package/build/ts/surfaces/checkout/components/Details.d.ts +15 -2
  68. package/build/ts/surfaces/checkout/components/Divider/Divider.doc.d.ts +4 -0
  69. package/build/ts/surfaces/checkout/components/Divider/Divider.doc.d.ts.map +1 -0
  70. package/build/ts/surfaces/checkout/components/Divider.d.ts +17 -2
  71. package/build/ts/surfaces/checkout/components/DropZone.d.ts +8 -3
  72. package/build/ts/surfaces/checkout/components/EmailField.d.ts +8 -1
  73. package/build/ts/surfaces/checkout/components/Form/Form.doc.d.ts.map +1 -1
  74. package/build/ts/surfaces/checkout/components/Form.d.ts +3 -0
  75. package/build/ts/surfaces/checkout/components/Grid/Grid.doc.d.ts +4 -0
  76. package/build/ts/surfaces/checkout/components/Grid/Grid.doc.d.ts.map +1 -0
  77. package/build/ts/surfaces/checkout/components/Grid.d.ts +7 -7
  78. package/build/ts/surfaces/checkout/components/Icon.d.ts +2 -7
  79. package/build/ts/surfaces/checkout/components/Link.d.ts +1 -1
  80. package/build/ts/surfaces/checkout/components/MapMarker.d.ts +9 -12
  81. package/build/ts/surfaces/checkout/components/Modal/Modal.doc.d.ts.map +1 -1
  82. package/build/ts/surfaces/checkout/components/Modal.d.ts +16 -15
  83. package/build/ts/surfaces/checkout/components/MoneyField/MoneyField.doc.d.ts +4 -0
  84. package/build/ts/surfaces/checkout/components/MoneyField/MoneyField.doc.d.ts.map +1 -0
  85. package/build/ts/surfaces/checkout/components/{UrlField.d.ts → MoneyField.d.ts} +14 -18
  86. package/build/ts/surfaces/checkout/components/OrderedList/OrderedList.doc.d.ts.map +1 -1
  87. package/build/ts/surfaces/checkout/components/PhoneField.d.ts +10 -12
  88. package/build/ts/surfaces/checkout/components/Popover/Popover.doc.d.ts +4 -0
  89. package/build/ts/surfaces/checkout/components/Popover/Popover.doc.d.ts.map +1 -0
  90. package/build/ts/surfaces/checkout/components/Popover.d.ts +50 -2
  91. package/build/ts/surfaces/checkout/components/PressButton/PressButton.doc.d.ts +4 -0
  92. package/build/ts/surfaces/checkout/components/PressButton/PressButton.doc.d.ts.map +1 -0
  93. package/{src/surfaces/checkout/components/Select.d.ts → build/ts/surfaces/checkout/components/PressButton.d.ts} +20 -20
  94. package/build/ts/surfaces/checkout/components/Sheet/Sheet.doc.d.ts +4 -0
  95. package/build/ts/surfaces/checkout/components/Sheet/Sheet.doc.d.ts.map +1 -0
  96. package/build/ts/surfaces/checkout/components/Sheet.d.ts +21 -15
  97. package/build/ts/surfaces/checkout/components/SkeletonParagraph/SkeletonParagraph.doc.d.ts +4 -0
  98. package/build/ts/surfaces/checkout/components/SkeletonParagraph/SkeletonParagraph.doc.d.ts.map +1 -0
  99. package/build/ts/surfaces/checkout/components/Stack.d.ts +4 -4
  100. package/build/ts/surfaces/checkout/components/Switch/Switch.doc.d.ts +4 -0
  101. package/build/ts/surfaces/checkout/components/Switch/Switch.doc.d.ts.map +1 -0
  102. package/build/ts/surfaces/checkout/components/TextField.d.ts +10 -17
  103. package/build/ts/surfaces/checkout/components/Tooltip/Tooltip.doc.d.ts +4 -0
  104. package/build/ts/surfaces/checkout/components/Tooltip/Tooltip.doc.d.ts.map +1 -0
  105. package/{src/surfaces/checkout/components/Option.d.ts → build/ts/surfaces/checkout/components/Tooltip.d.ts} +9 -7
  106. package/build/ts/surfaces/checkout/components/UnorderedList/UnorderedList.doc.d.ts.map +1 -1
  107. package/build/ts/surfaces/checkout/components/components-shared.d.ts +631 -275
  108. package/build/ts/surfaces/checkout/components/components.d.ts +1013 -501
  109. package/build/ts/surfaces/checkout/preact/api.d.ts +4 -0
  110. package/build/ts/surfaces/checkout/preact/api.d.ts.map +1 -1
  111. package/build/ts/surfaces/checkout/preact/subscription.d.ts +5 -4
  112. package/build/ts/surfaces/checkout/preact/subscription.d.ts.map +1 -1
  113. package/build/ts/surfaces/checkout/shared.d.ts +27 -4
  114. package/build/ts/surfaces/checkout/shared.d.ts.map +1 -1
  115. package/build/ts/surfaces/checkout/targets/Checkout::Actions::RenderBefore.d.ts +3 -4
  116. package/build/ts/surfaces/checkout/targets/Checkout::CartLineDetails::RenderAfter.d.ts +3 -4
  117. package/build/ts/surfaces/checkout/targets/Checkout::CartLineDetails::RenderLineComponents.d.ts +3 -4
  118. package/build/ts/surfaces/checkout/targets/Checkout::CartLines::RenderAfter.d.ts +3 -4
  119. package/build/ts/surfaces/checkout/targets/Checkout::Contact::RenderAfter.d.ts +3 -4
  120. package/build/ts/surfaces/checkout/targets/Checkout::CustomerInformation::RenderAfter.d.ts +3 -4
  121. package/build/ts/surfaces/checkout/targets/Checkout::DeliveryAddress::RenderBefore.d.ts +3 -4
  122. package/build/ts/surfaces/checkout/targets/Checkout::Dynamic::Render.d.ts +3 -4
  123. package/build/ts/surfaces/checkout/targets/Checkout::GiftCard::Render.d.ts +3 -4
  124. package/build/ts/surfaces/checkout/targets/Checkout::PaymentMethod::HostedFields::RenderAfter.d.ts +3 -4
  125. package/build/ts/surfaces/checkout/targets/Checkout::PaymentMethod::Render.d.ts +3 -4
  126. package/build/ts/surfaces/checkout/targets/Checkout::PaymentMethod::RenderRequiredAction.d.ts +3 -4
  127. package/build/ts/surfaces/checkout/targets/Checkout::PickupLocations::RenderAfter.d.ts +3 -4
  128. package/build/ts/surfaces/checkout/targets/Checkout::PickupLocations::RenderBefore.d.ts +3 -4
  129. package/build/ts/surfaces/checkout/targets/Checkout::PickupPoints::RenderAfter.d.ts +3 -4
  130. package/build/ts/surfaces/checkout/targets/Checkout::PickupPoints::RenderBefore.d.ts +3 -4
  131. package/build/ts/surfaces/checkout/targets/Checkout::Reductions::RenderAfter.d.ts +3 -4
  132. package/build/ts/surfaces/checkout/targets/Checkout::Reductions::RenderBefore.d.ts +3 -4
  133. package/build/ts/surfaces/checkout/targets/Checkout::ShippingMethodDetails::RenderAfter.d.ts +3 -4
  134. package/build/ts/surfaces/checkout/targets/Checkout::ShippingMethodDetails::RenderExpanded.d.ts +3 -4
  135. package/build/ts/surfaces/checkout/targets/Checkout::ShippingMethods::RenderAfter.d.ts +3 -4
  136. package/build/ts/surfaces/checkout/targets/Checkout::ShippingMethods::RenderBefore.d.ts +3 -4
  137. package/build/ts/surfaces/checkout/targets/Checkout::ThankYou::CartLineDetails::RenderAfter.d.ts +3 -4
  138. package/build/ts/surfaces/checkout/targets/Checkout::ThankYou::CartLines::RenderAfter.d.ts +3 -4
  139. package/build/ts/surfaces/checkout/targets/Checkout::ThankYou::CustomerInformation::RenderAfter.d.ts +3 -4
  140. package/build/ts/surfaces/checkout/targets/Checkout::ThankYou::Dynamic::Render.d.ts +3 -4
  141. package/build/ts/surfaces/checkout/targets/purchase.cart-line-item.line-components.render.d.ts +3 -4
  142. package/build/ts/surfaces/checkout/targets/purchase.checkout.actions.render-before.d.ts +3 -4
  143. package/build/ts/surfaces/checkout/targets/purchase.checkout.block.render.d.ts +3 -4
  144. package/build/ts/surfaces/checkout/targets/purchase.checkout.cart-line-item.render-after.d.ts +3 -4
  145. package/build/ts/surfaces/checkout/targets/purchase.checkout.cart-line-list.render-after.d.ts +3 -4
  146. package/build/ts/surfaces/checkout/targets/purchase.checkout.contact.render-after.d.ts +3 -4
  147. package/build/ts/surfaces/checkout/targets/purchase.checkout.delivery-address.render-after.d.ts +3 -4
  148. package/build/ts/surfaces/checkout/targets/purchase.checkout.delivery-address.render-before.d.ts +3 -4
  149. package/build/ts/surfaces/checkout/targets/purchase.checkout.footer.render-after.d.ts +3 -4
  150. package/build/ts/surfaces/checkout/targets/purchase.checkout.gift-card.render.d.ts +3 -4
  151. package/build/ts/surfaces/checkout/targets/purchase.checkout.header.render-after.d.ts +3 -4
  152. package/build/ts/surfaces/checkout/targets/purchase.checkout.payment-method-list.render-after.d.ts +3 -4
  153. package/build/ts/surfaces/checkout/targets/purchase.checkout.payment-method-list.render-before.d.ts +3 -4
  154. package/build/ts/surfaces/checkout/targets/purchase.checkout.payment-option-item.action-required.render.d.ts +3 -4
  155. package/build/ts/surfaces/checkout/targets/purchase.checkout.payment-option-item.details.render.d.ts +3 -4
  156. package/build/ts/surfaces/checkout/targets/purchase.checkout.payment-option-item.hosted-fields.render-after.d.ts +3 -4
  157. package/build/ts/surfaces/checkout/targets/purchase.checkout.pickup-location-list.render-after.d.ts +3 -4
  158. package/build/ts/surfaces/checkout/targets/purchase.checkout.pickup-location-list.render-before.d.ts +3 -4
  159. package/build/ts/surfaces/checkout/targets/purchase.checkout.pickup-location-option-item.render-after.d.ts +3 -4
  160. package/build/ts/surfaces/checkout/targets/purchase.checkout.pickup-point-list.render-after.d.ts +3 -4
  161. package/build/ts/surfaces/checkout/targets/purchase.checkout.pickup-point-list.render-before.d.ts +3 -4
  162. package/build/ts/surfaces/checkout/targets/purchase.checkout.reductions.render-after.d.ts +3 -4
  163. package/build/ts/surfaces/checkout/targets/purchase.checkout.reductions.render-before.d.ts +3 -4
  164. package/build/ts/surfaces/checkout/targets/purchase.checkout.shipping-option-item.details.render.d.ts +3 -4
  165. package/build/ts/surfaces/checkout/targets/purchase.checkout.shipping-option-item.render-after.d.ts +3 -4
  166. package/build/ts/surfaces/checkout/targets/purchase.checkout.shipping-option-list.render-after.d.ts +3 -4
  167. package/build/ts/surfaces/checkout/targets/purchase.checkout.shipping-option-list.render-before.d.ts +3 -4
  168. package/build/ts/surfaces/checkout/targets/purchase.thank-you.announcement.render.d.ts +3 -4
  169. package/build/ts/surfaces/checkout/targets/purchase.thank-you.block.render.d.ts +3 -4
  170. package/build/ts/surfaces/checkout/targets/purchase.thank-you.cart-line-item.render-after.d.ts +3 -4
  171. package/build/ts/surfaces/checkout/targets/purchase.thank-you.cart-line-list.render-after.d.ts +3 -4
  172. package/build/ts/surfaces/checkout/targets/purchase.thank-you.customer-information.render-after.d.ts +3 -4
  173. package/build/ts/surfaces/checkout/targets/purchase.thank-you.footer.render-after.d.ts +3 -4
  174. package/build/ts/surfaces/checkout/targets/purchase.thank-you.header.render-after.d.ts +3 -4
  175. package/build/ts/surfaces/checkout.d.ts +1 -0
  176. package/build/ts/surfaces/checkout.d.ts.map +1 -1
  177. package/build/ts/surfaces/customer-account/api/shared.d.ts +2 -1
  178. package/build/ts/surfaces/customer-account/api/shared.d.ts.map +1 -1
  179. package/build/ts/surfaces/customer-account/components/Avatar/Avatar.doc.d.ts.map +1 -1
  180. package/build/ts/surfaces/customer-account/components/Avatar.d.ts +2 -2
  181. package/build/ts/surfaces/customer-account/components/Badge.d.ts +3 -8
  182. package/build/ts/surfaces/customer-account/components/Button.d.ts +1 -1
  183. package/build/ts/surfaces/customer-account/components/ButtonGroup/ButtonGroup.doc.d.ts.map +1 -1
  184. package/build/ts/surfaces/customer-account/components/ButtonGroup.d.ts +2 -2
  185. package/build/ts/surfaces/customer-account/components/Clickable.d.ts +1 -1
  186. package/build/ts/surfaces/customer-account/components/CustomerAccountAction/CustomerAccountAction.doc.d.ts.map +1 -1
  187. package/build/ts/surfaces/customer-account/components/CustomerAccountAction.d.ts +3 -3
  188. package/build/ts/surfaces/customer-account/components/Details.d.ts +15 -2
  189. package/build/ts/surfaces/customer-account/components/Divider.d.ts +17 -2
  190. package/build/ts/surfaces/customer-account/components/DropZone.d.ts +8 -3
  191. package/build/ts/surfaces/customer-account/components/EmailField.d.ts +8 -1
  192. package/build/ts/surfaces/customer-account/components/Form.d.ts +3 -0
  193. package/build/ts/surfaces/customer-account/components/Grid.d.ts +7 -7
  194. package/build/ts/surfaces/customer-account/components/Icon.d.ts +2 -7
  195. package/build/ts/surfaces/customer-account/components/ImageGroup/ImageGroup.doc.d.ts.map +1 -1
  196. package/build/ts/surfaces/customer-account/components/Link.d.ts +1 -1
  197. package/build/ts/surfaces/customer-account/components/MapMarker.d.ts +9 -12
  198. package/build/ts/surfaces/customer-account/components/Menu/Menu.doc.d.ts.map +1 -1
  199. package/build/ts/surfaces/customer-account/components/Modal.d.ts +16 -15
  200. package/{src/surfaces/checkout/components/UrlField.d.ts → build/ts/surfaces/customer-account/components/MoneyField.d.ts} +14 -18
  201. package/build/ts/surfaces/customer-account/components/Page/Page.doc.d.ts.map +1 -1
  202. package/build/ts/surfaces/customer-account/components/Page.d.ts +3 -3
  203. package/build/ts/surfaces/customer-account/components/PhoneField.d.ts +10 -12
  204. package/build/ts/surfaces/customer-account/components/Popover.d.ts +50 -2
  205. package/build/ts/surfaces/customer-account/components/{Select.d.ts → PressButton.d.ts} +20 -20
  206. package/build/ts/surfaces/customer-account/components/Section/Section.doc.d.ts.map +1 -1
  207. package/build/ts/surfaces/customer-account/components/Sheet.d.ts +21 -15
  208. package/build/ts/surfaces/customer-account/components/Stack.d.ts +4 -4
  209. package/build/ts/surfaces/customer-account/components/TextField.d.ts +10 -17
  210. package/build/ts/surfaces/customer-account/components/{Option.d.ts → Tooltip.d.ts} +9 -7
  211. package/build/ts/surfaces/customer-account/components/components-shared.d.ts +631 -275
  212. package/build/ts/surfaces/customer-account/components/components.d.ts +1013 -501
  213. package/build/ts/surfaces/customer-account/targets/customer-account.footer.render-after.d.ts +3 -4
  214. package/build/ts/surfaces/customer-account/targets/customer-account.order-index.announcement.render.d.ts +3 -4
  215. package/build/ts/surfaces/customer-account/targets/customer-account.order-index.block.render.d.ts +3 -4
  216. package/build/ts/surfaces/customer-account/targets/customer-account.order-status.announcement.render.d.ts +3 -4
  217. package/build/ts/surfaces/customer-account/targets/customer-account.order-status.block.render.d.ts +3 -4
  218. package/build/ts/surfaces/customer-account/targets/customer-account.order-status.cart-line-item.render-after.d.ts +3 -4
  219. package/build/ts/surfaces/customer-account/targets/customer-account.order-status.cart-line-list.render-after.d.ts +3 -4
  220. package/build/ts/surfaces/customer-account/targets/customer-account.order-status.customer-information.render-after.d.ts +3 -4
  221. package/build/ts/surfaces/customer-account/targets/customer-account.order-status.fulfillment-details.render-after.d.ts +3 -4
  222. package/build/ts/surfaces/customer-account/targets/customer-account.order-status.payment-details.render-after.d.ts +3 -4
  223. package/build/ts/surfaces/customer-account/targets/customer-account.order-status.return-details.render-after.d.ts +3 -4
  224. package/build/ts/surfaces/customer-account/targets/customer-account.order-status.unfulfilled-items.render-after.d.ts +3 -4
  225. package/build/ts/surfaces/customer-account/targets/customer-account.order.action.menu-item.render.d.ts +3 -4
  226. package/build/ts/surfaces/customer-account/targets/customer-account.order.action.render.d.ts +3 -4
  227. package/build/ts/surfaces/customer-account/targets/customer-account.order.page.render.d.ts +3 -4
  228. package/build/ts/surfaces/customer-account/targets/customer-account.page.render.d.ts +3 -4
  229. package/build/ts/surfaces/customer-account/targets/customer-account.profile.addresses.render-after.d.ts +3 -4
  230. package/build/ts/surfaces/customer-account/targets/customer-account.profile.announcement.render.d.ts +3 -4
  231. package/build/ts/surfaces/customer-account/targets/customer-account.profile.block.render.d.ts +3 -4
  232. package/build/ts/surfaces/customer-account/targets/customer-account.profile.company-details.render-after.d.ts +3 -4
  233. package/build/ts/surfaces/customer-account/targets/customer-account.profile.company-location-addresses.render-after.d.ts +3 -4
  234. package/build/ts/surfaces/customer-account/targets/customer-account.profile.company-location-payment.render-after.d.ts +3 -4
  235. package/build/ts/surfaces/customer-account/targets/customer-account.profile.company-location-staff.render-after.d.ts +3 -4
  236. package/build/ts/surfaces/customer-account/targets/customer-account.profile.payment.render-after.d.ts +3 -4
  237. package/build/ts/surfaces/point-of-sale/api/navigation-api/navigation-api.d.ts +2 -9
  238. package/build/ts/surfaces/point-of-sale/api/navigation-api/navigation-api.d.ts.map +1 -1
  239. package/build/ts/surfaces/point-of-sale/components/Badge/Badge.doc.d.ts.map +1 -1
  240. package/build/ts/surfaces/point-of-sale/components/Banner.d.ts +11 -2
  241. package/build/ts/surfaces/point-of-sale/components/Button.d.ts +29 -4
  242. package/build/ts/surfaces/point-of-sale/components/DatePicker/DatePicker.doc.d.ts.map +1 -1
  243. package/build/ts/surfaces/point-of-sale/components/DateSpinner/DateSpinner.doc.d.ts.map +1 -1
  244. package/{src/surfaces/point-of-sale/components/Navigator.d.ts → build/ts/surfaces/point-of-sale/components/Divider.d.ts} +7 -10
  245. package/build/ts/surfaces/point-of-sale/components/Modal.d.ts +1 -2
  246. package/build/ts/surfaces/point-of-sale/components/Page.d.ts +4 -4
  247. package/build/ts/surfaces/point-of-sale/components/QrCode.d.ts +43 -0
  248. package/build/ts/surfaces/point-of-sale/components/ScrollBox.d.ts +93 -2
  249. package/build/ts/surfaces/point-of-sale/components/components-shared.d.ts +14 -0
  250. package/build/ts/surfaces/point-of-sale/components/targets/ReceiptComponents.d.ts +1 -1
  251. package/build/ts/surfaces/point-of-sale/components/targets/ReceiptComponents.d.ts.map +1 -1
  252. package/build/ts/surfaces/point-of-sale/targets/pos.receipt-footer.block.render.d.ts +2 -0
  253. package/build/ts/surfaces/point-of-sale/targets/pos.receipt-header.block.render.d.ts +2 -0
  254. package/build/tsconfig.tsbuildinfo +1 -1
  255. package/package.json +1 -1
  256. package/src/docs/shared/components/Details.ts +12 -0
  257. package/src/docs/shared/components/EmailField.ts +1 -1
  258. package/src/docs/shared/components/Modal.ts +1 -1
  259. package/src/docs/shared/components/MoneyField.ts +2 -1
  260. package/src/docs/shared/components/Popover.ts +1 -1
  261. package/src/docs/shared/components/PressButton.ts +12 -0
  262. package/src/docs/shared/components/SkeletonParagraph.ts +12 -0
  263. package/src/docs/shared/components/Summary.ts +12 -0
  264. package/src/docs/shared/components/Tooltip.ts +2 -2
  265. package/src/docs/shared/components/index.ts +6 -1
  266. package/src/index.ts +0 -1
  267. package/src/shared.ts +5 -36
  268. package/src/surfaces/admin/api/customer-segment-template/customer-segment-template.ts +31 -0
  269. package/src/surfaces/admin/api.ts +4 -1
  270. package/src/surfaces/admin/components/patterns/examples/accountConnection.html +16 -0
  271. package/src/surfaces/admin/components.d.ts +366 -451
  272. package/src/surfaces/admin/extension-targets.ts +6 -5
  273. package/src/surfaces/checkout/api/address-autocomplete/standard.ts +1 -1
  274. package/src/surfaces/checkout/api/cart-line/cart-line-item.ts +3 -3
  275. package/src/surfaces/checkout/api/checkout/checkout.ts +2 -2
  276. package/src/surfaces/checkout/api/order-confirmation/order-confirmation.ts +2 -2
  277. package/src/surfaces/checkout/api/payment/payment-option-item.ts +3 -3
  278. package/src/surfaces/checkout/api/pickup/pickup-location-item.ts +3 -3
  279. package/src/surfaces/checkout/api/pickup/pickup-location-list.ts +2 -2
  280. package/src/surfaces/checkout/api/pickup/pickup-point-list.ts +2 -2
  281. package/src/surfaces/checkout/api/shipping/shipping-option-item.ts +3 -3
  282. package/src/surfaces/checkout/api/shipping/shipping-option-list.ts +3 -3
  283. package/src/surfaces/checkout/api/standard/standard.ts +44 -40
  284. package/src/surfaces/checkout/components/Badge/examples/basic-badge.example.html +3 -0
  285. package/src/surfaces/checkout/components/Badge.d.ts +3 -8
  286. package/src/surfaces/checkout/components/Banner/examples/basic-banner.example.html +1 -2
  287. package/src/surfaces/checkout/components/Button.d.ts +1 -1
  288. package/src/surfaces/checkout/components/Clickable/examples/basic-clickable.example.html +3 -0
  289. package/src/surfaces/checkout/components/Clickable.d.ts +1 -1
  290. package/src/surfaces/checkout/components/Details/examples/basic-details.example.html +6 -0
  291. package/src/surfaces/checkout/components/Details.d.ts +15 -2
  292. package/src/surfaces/checkout/components/Divider/examples/basic-divider.example.html +1 -0
  293. package/src/surfaces/checkout/components/Divider.d.ts +17 -2
  294. package/src/surfaces/checkout/components/DropZone/examples/basic-drop-zone.example.html +1 -0
  295. package/src/surfaces/checkout/components/DropZone.d.ts +8 -3
  296. package/src/surfaces/checkout/components/EmailField/examples/basic-email-field.example.html +1 -0
  297. package/src/surfaces/checkout/components/EmailField.d.ts +8 -1
  298. package/src/surfaces/checkout/components/Form/examples/basic-form.example.html +3 -3
  299. package/src/surfaces/checkout/components/Form.d.ts +3 -0
  300. package/src/surfaces/checkout/components/Grid/examples/basic-grid.example.html +11 -0
  301. package/src/surfaces/checkout/components/Grid.d.ts +7 -7
  302. package/src/surfaces/checkout/components/Icon.d.ts +2 -7
  303. package/src/surfaces/checkout/components/Image/examples/basic-image.example.html +1 -1
  304. package/src/surfaces/checkout/components/Link.d.ts +1 -1
  305. package/src/surfaces/checkout/components/Map/examples/basic-map.example.html +3 -3
  306. package/src/surfaces/checkout/components/MapMarker.d.ts +9 -12
  307. package/src/surfaces/checkout/components/Modal.d.ts +16 -15
  308. package/src/surfaces/checkout/components/MoneyField/examples/basic-money-field.example.html +1 -0
  309. package/{build/ts/surfaces/customer-account/components/UrlField.d.ts → src/surfaces/checkout/components/MoneyField.d.ts} +14 -18
  310. package/src/surfaces/checkout/components/PhoneField/examples/basic-phone-field.example.html +1 -0
  311. package/src/surfaces/checkout/components/PhoneField.d.ts +10 -12
  312. package/src/surfaces/checkout/components/Popover/examples/basic-popover.example.html +7 -0
  313. package/src/surfaces/checkout/components/Popover.d.ts +50 -2
  314. package/src/surfaces/checkout/components/PressButton/examples/basic-press-button.example.html +1 -0
  315. package/{build/ts/surfaces/checkout/components/Select.d.ts → src/surfaces/checkout/components/PressButton.d.ts} +20 -20
  316. package/src/surfaces/checkout/components/ProductThumbnail/examples/basic-product-thumbnail.example.html +1 -0
  317. package/src/surfaces/checkout/components/Progress/examples/basic-progress.example.html +1 -1
  318. package/src/surfaces/checkout/components/Sheet/examples/basic-sheet.example.html +5 -0
  319. package/src/surfaces/checkout/components/Sheet.d.ts +21 -15
  320. package/src/surfaces/checkout/components/SkeletonParagraph/examples/basic-skeleton-paragraph.example.html +2 -0
  321. package/src/surfaces/checkout/components/Spinner/examples/basic-spinner.example.html +1 -1
  322. package/src/surfaces/checkout/components/Stack/examples/basic-stack.example.html +4 -0
  323. package/src/surfaces/checkout/components/Stack.d.ts +4 -4
  324. package/src/surfaces/checkout/components/Switch/examples/basic-switch.example.html +1 -0
  325. package/src/surfaces/checkout/components/Text/examples/basic-text.example.html +1 -1
  326. package/src/surfaces/checkout/components/TextArea/examples/basic-text-area.example.html +1 -0
  327. package/src/surfaces/checkout/components/TextField.d.ts +10 -17
  328. package/src/surfaces/checkout/components/Time/examples/basic-time.example.html +1 -1
  329. package/src/surfaces/checkout/components/Tooltip/examples/basic-tooltip.example.html +9 -0
  330. package/{build/ts/surfaces/checkout/components/Option.d.ts → src/surfaces/checkout/components/Tooltip.d.ts} +9 -7
  331. package/src/surfaces/checkout/components/components-shared.d.ts +631 -275
  332. package/src/surfaces/checkout/components/components.d.ts +1013 -501
  333. package/src/surfaces/checkout/preact/api.ts +4 -0
  334. package/src/surfaces/checkout/preact/subscription.ts +9 -8
  335. package/src/surfaces/checkout/preact/tests/buyer-identity.test.tsx +2 -3
  336. package/src/surfaces/checkout/preact/tests/mount.tsx +3 -3
  337. package/src/surfaces/checkout/shared.ts +37 -3
  338. package/src/surfaces/checkout.ts +3 -1
  339. package/src/surfaces/customer-account/api/shared.ts +2 -1
  340. package/src/surfaces/customer-account/components/Avatar/examples/basic-Avatar.example.html +4 -0
  341. package/src/surfaces/customer-account/components/Avatar.d.ts +2 -2
  342. package/src/surfaces/customer-account/components/ButtonGroup/examples/basic-ButtonGroup.example.html +11 -0
  343. package/src/surfaces/customer-account/components/ButtonGroup.d.ts +2 -2
  344. package/src/surfaces/customer-account/components/CustomerAccountAction/examples/basic-CustomerAccountAction.example.html +15 -0
  345. package/src/surfaces/customer-account/components/CustomerAccountAction.d.ts +3 -3
  346. package/src/surfaces/customer-account/components/ImageGroup/examples/basic-ImageGroup.example.html +18 -0
  347. package/src/surfaces/customer-account/components/Menu/examples/basic-Menu.example.html +14 -0
  348. package/src/surfaces/customer-account/components/Page/examples/basic-Page.example.html +19 -0
  349. package/src/surfaces/customer-account/components/Page.d.ts +3 -3
  350. package/src/surfaces/customer-account/components/Section/examples/basic-Section.example.html +12 -0
  351. package/src/surfaces/customer-account/components/Section.d.ts +2 -2
  352. package/src/surfaces/point-of-sale/api/navigation-api/navigation-api.ts +2 -10
  353. package/src/surfaces/point-of-sale/components/Badge/examples/default.html +5 -5
  354. package/src/surfaces/point-of-sale/components/Banner.d.ts +11 -2
  355. package/src/surfaces/point-of-sale/components/Button.d.ts +29 -4
  356. package/{build/ts/surfaces/point-of-sale/components/Navigator.d.ts → src/surfaces/point-of-sale/components/Divider.d.ts} +7 -10
  357. package/src/surfaces/point-of-sale/components/Modal.d.ts +1 -2
  358. package/src/surfaces/point-of-sale/components/Page.d.ts +4 -4
  359. package/src/surfaces/point-of-sale/components/QrCode.d.ts +43 -0
  360. package/src/surfaces/point-of-sale/components/ScrollBox.d.ts +93 -2
  361. package/src/surfaces/point-of-sale/components/components-shared.d.ts +14 -0
  362. package/src/surfaces/point-of-sale/components/targets/ReceiptComponents.ts +1 -1
  363. package/src/surfaces/point-of-sale/components.d.ts +554 -386
  364. package/build/ts/surfaces/admin/targets/admin.customers.segmentation-templates.render.d.ts +0 -57
  365. package/build/ts/surfaces/checkout/components/NumberField.d.ts +0 -85
  366. package/build/ts/surfaces/checkout/components/PasswordField.d.ts +0 -84
  367. package/build/ts/surfaces/customer-account/components/NumberField.d.ts +0 -85
  368. package/build/ts/surfaces/customer-account/components/PasswordField.d.ts +0 -84
  369. package/build/ts/surfaces/point-of-sale/components/Screen.d.ts +0 -91
  370. package/build/ts/surfaces/point-of-sale/components/shared.d.ts +0 -76
  371. package/src/surfaces/checkout/components/DropZone/examples/basic-dropzone.example.html +0 -1
  372. package/src/surfaces/checkout/components/EmailField/examples/basic-emailfield.example.html +0 -4
  373. package/src/surfaces/checkout/components/NumberField.d.ts +0 -85
  374. package/src/surfaces/checkout/components/PasswordField.d.ts +0 -84
  375. package/src/surfaces/checkout/components/PhoneField/examples/basic-phonefield.example.html +0 -2
  376. package/src/surfaces/checkout/components/ProductThumbnail/examples/basic-productthumbnail.example.html +0 -4
  377. package/src/surfaces/checkout/components/TextArea/examples/basic-textarea.example.html +0 -5
  378. package/src/surfaces/customer-account/components/Avatar/examples/basic-Avatar-preact.example.tsx +0 -10
  379. package/src/surfaces/customer-account/components/ButtonGroup/examples/basic-ButtonGroup-preact.example.tsx +0 -22
  380. package/src/surfaces/customer-account/components/CustomerAccountAction/examples/basic-CustomerAccountAction-preact.example.tsx +0 -17
  381. package/src/surfaces/customer-account/components/ImageGroup/examples/basic-ImageGroup-preact.example.tsx +0 -17
  382. package/src/surfaces/customer-account/components/Menu/examples/basic-Menu-preact.example.tsx +0 -24
  383. package/src/surfaces/customer-account/components/Page/examples/basic-Page-preact.example.tsx +0 -37
  384. package/src/surfaces/customer-account/components/Section/examples/basic-Section-preact.example.tsx +0 -23
  385. package/src/surfaces/point-of-sale/components/Screen.d.ts +0 -91
  386. package/src/surfaces/point-of-sale/components/shared.d.ts +0 -76
  387. /package/src/surfaces/checkout/components/ClipboardItem/examples/{basic-clipboarditem.example.html → basic-clipboard-item.example.html} +0 -0
  388. /package/src/surfaces/checkout/components/OrderedList/examples/{basic-orderedlist.example.html → basic-ordered-list.example.html} +0 -0
  389. /package/src/surfaces/checkout/components/PaymentIcon/examples/{basic-paymenticon.example.html → basic-payment-icon.example.html} +0 -0
  390. /package/src/surfaces/checkout/components/QRCode/examples/{basic-qrcode.example.html → basic-qr-code.example.html} +0 -0
  391. /package/src/surfaces/checkout/components/TextField/examples/{basic-textfield.example.html → basic-text-field.example.html} +0 -0
  392. /package/src/surfaces/checkout/components/UnorderedList/examples/{basic-unorderedlist.example.html → basic-unordered-list.example.html} +0 -0
@@ -1 +1 @@
1
- {"version":3,"file":"extension-targets.d.ts","sourceRoot":"","sources":["../../../../src/surfaces/admin/extension-targets.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"extension-targets.d.ts","sourceRoot":"","sources":["../../../../src/surfaces/admin/extension-targets.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,6 @@
1
+ import type { ExtensionTargets } from '../extension-targets';
2
+
3
+ type Target = ExtensionTargets['admin.customers.segmentation-templates.data'];
4
+ export type Api = Target['api'];
5
+ export type Output = Target['output'];
6
+
@@ -34,7 +34,7 @@ export interface AddressAutocompleteStandardApi<Target extends 'purchase.address
34
34
  /**
35
35
  * A stable ID that represents the current checkout.
36
36
  *
37
- * Matches the `token` field in the [WebPixel checkout payload](https://shopify.dev/docs/api/pixels/customer-events#checkout)
37
+ * This matches the `data.checkout.token` field in a [checkout-related WebPixel event](https://shopify.dev/docs/api/web-pixels-api/standard-events/checkout_started#properties-propertydetail-data)
38
38
  * and the `checkout_token` field in the [REST Admin API `Order` resource](https://shopify.dev/docs/api/admin-rest/unstable/resources/order#resource-object).
39
39
  */
40
40
  checkoutToken: CheckoutToken | undefined;
@@ -1,9 +1,9 @@
1
- import type { StatefulRemoteSubscribable } from '../../../../shared';
1
+ import type { SubscribableSignalLike } from '../../shared';
2
2
  import type { CartLine } from '../standard/standard';
3
3
  export interface CartLineItemApi {
4
4
  /**
5
- * The cart line the extension is attached to. Until version `2023-04`, this property was a `StatefulRemoteSubscribable<PresentmentCartLine>`.
5
+ * The cart line the extension is attached to. Until version `2023-04`, this property was a `ReadonlySignalLike<PresentmentCartLine>`.
6
6
  */
7
- target: StatefulRemoteSubscribable<CartLine>;
7
+ target: SubscribableSignalLike<CartLine>;
8
8
  }
9
9
  //# sourceMappingURL=cart-line-item.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"cart-line-item.d.ts","sourceRoot":"","sources":["../../../../../../src/surfaces/checkout/api/cart-line/cart-line-item.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAC,0BAA0B,EAAC,MAAM,oBAAoB,CAAC;AACnE,OAAO,KAAK,EAAC,QAAQ,EAAC,MAAM,sBAAsB,CAAC;AAEnD,MAAM,WAAW,eAAe;IAC9B;;OAEG;IACH,MAAM,EAAE,0BAA0B,CAAC,QAAQ,CAAC,CAAC;CAC9C"}
1
+ {"version":3,"file":"cart-line-item.d.ts","sourceRoot":"","sources":["../../../../../../src/surfaces/checkout/api/cart-line/cart-line-item.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAC,sBAAsB,EAAC,MAAM,cAAc,CAAC;AACzD,OAAO,KAAK,EAAC,QAAQ,EAAC,MAAM,sBAAsB,CAAC;AAEnD,MAAM,WAAW,eAAe;IAC9B;;OAEG;IACH,MAAM,EAAE,sBAAsB,CAAC,QAAQ,CAAC,CAAC;CAC1C"}
@@ -213,7 +213,7 @@ export interface DiscountCodeAddChange {
213
213
  */
214
214
  type: 'addDiscountCode';
215
215
  /**
216
- * The code for the discount (case-sensitive)
216
+ * The code for the discount (case-insensitive)
217
217
  */
218
218
  code: string;
219
219
  }
@@ -223,7 +223,7 @@ export interface DiscountCodeRemoveChange {
223
223
  */
224
224
  type: 'removeDiscountCode';
225
225
  /**
226
- * The code for the discount (case-sensitive)
226
+ * The code for the discount (case-insensitive)
227
227
  */
228
228
  code: string;
229
229
  }
@@ -1,4 +1,4 @@
1
- import type { StatefulRemoteSubscribable } from '../../../../shared';
1
+ import type { SubscribableSignalLike } from '../../shared';
2
2
  export interface OrderConfirmation {
3
3
  order: {
4
4
  /**
@@ -20,6 +20,6 @@ export interface OrderConfirmationApi {
20
20
  /**
21
21
  * Order information that's available post-checkout.
22
22
  */
23
- orderConfirmation: StatefulRemoteSubscribable<OrderConfirmation>;
23
+ orderConfirmation: SubscribableSignalLike<OrderConfirmation>;
24
24
  }
25
25
  //# sourceMappingURL=order-confirmation.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"order-confirmation.d.ts","sourceRoot":"","sources":["../../../../../../src/surfaces/checkout/api/order-confirmation/order-confirmation.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAC,0BAA0B,EAAC,MAAM,oBAAoB,CAAC;AAEnE,MAAM,WAAW,iBAAiB;IAChC,KAAK,EAAE;QACL;;WAEG;QACH,EAAE,EAAE,MAAM,CAAC;KACZ,CAAC;IACF;;;OAGG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAEhB;;OAEG;IACH,YAAY,EAAE,OAAO,CAAC;CACvB;AAED,MAAM,WAAW,oBAAoB;IACnC;;OAEG;IACH,iBAAiB,EAAE,0BAA0B,CAAC,iBAAiB,CAAC,CAAC;CAClE"}
1
+ {"version":3,"file":"order-confirmation.d.ts","sourceRoot":"","sources":["../../../../../../src/surfaces/checkout/api/order-confirmation/order-confirmation.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAC,sBAAsB,EAAC,MAAM,cAAc,CAAC;AAEzD,MAAM,WAAW,iBAAiB;IAChC,KAAK,EAAE;QACL;;WAEG;QACH,EAAE,EAAE,MAAM,CAAC;KACZ,CAAC;IACF;;;OAGG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAEhB;;OAEG;IACH,YAAY,EAAE,OAAO,CAAC;CACvB;AAED,MAAM,WAAW,oBAAoB;IACnC;;OAEG;IACH,iBAAiB,EAAE,sBAAsB,CAAC,iBAAiB,CAAC,CAAC;CAC9D"}
@@ -1,4 +1,4 @@
1
- import type { StatefulRemoteSubscribable } from '../../../../shared';
1
+ import type { SubscribableSignalLike } from '../../shared';
2
2
  export type PaymentMethodAttributesResult = PaymentMethodAttributesResultSuccess | PaymentMethodAttributesResultError;
3
3
  export interface PaymentMethodAttributesResultSuccess {
4
4
  /**
@@ -41,7 +41,7 @@ export interface PaymentOptionItemApi {
41
41
  * Sets the attributes of the related payment method.
42
42
  */
43
43
  applyPaymentMethodAttributesChange(change: PaymentMethodAttributesChange): Promise<PaymentMethodAttributesResult>;
44
- paymentMethodAttributes?: StatefulRemoteSubscribable<PaymentMethodAttribute[] | undefined>;
45
- bankIdNumber?: StatefulRemoteSubscribable<string | undefined>;
44
+ paymentMethodAttributes?: SubscribableSignalLike<PaymentMethodAttribute[] | undefined>;
45
+ bankIdNumber?: SubscribableSignalLike<string | undefined>;
46
46
  }
47
47
  //# sourceMappingURL=payment-option-item.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"payment-option-item.d.ts","sourceRoot":"","sources":["../../../../../../src/surfaces/checkout/api/payment/payment-option-item.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAC,0BAA0B,EAAC,MAAM,oBAAoB,CAAC;AAEnE,MAAM,MAAM,6BAA6B,GACrC,oCAAoC,GACpC,kCAAkC,CAAC;AAEvC,MAAM,WAAW,oCAAoC;IACnD;;OAEG;IACH,IAAI,EAAE,SAAS,CAAC;CACjB;AAED,MAAM,WAAW,kCAAkC;IACjD;;OAEG;IACH,IAAI,EAAE,OAAO,CAAC;IAEd;;;;OAIG;IACH,OAAO,EAAE,MAAM,CAAC;CACjB;AAED;;GAEG;AACH,MAAM,WAAW,sBAAsB;IACrC,GAAG,EAAE,MAAM,CAAC;IACZ,KAAK,EAAE,MAAM,GAAG,MAAM,GAAG,OAAO,CAAC;CAClC;AAED,MAAM,MAAM,6BAA6B,GAAG,mCAAmC,CAAC;AAEhF,MAAM,WAAW,mCAAmC;IAClD;;OAEG;IACH,IAAI,EAAE,+BAA+B,CAAC;IAEtC;;OAEG;IACH,UAAU,EAAE,sBAAsB,EAAE,CAAC;CACtC;AAED,MAAM,WAAW,oBAAoB;IACnC;;OAEG;IACH,kCAAkC,CAChC,MAAM,EAAE,6BAA6B,GACpC,OAAO,CAAC,6BAA6B,CAAC,CAAC;IAC1C,uBAAuB,CAAC,EAAE,0BAA0B,CAClD,sBAAsB,EAAE,GAAG,SAAS,CACrC,CAAC;IACF,YAAY,CAAC,EAAE,0BAA0B,CAAC,MAAM,GAAG,SAAS,CAAC,CAAC;CAC/D"}
1
+ {"version":3,"file":"payment-option-item.d.ts","sourceRoot":"","sources":["../../../../../../src/surfaces/checkout/api/payment/payment-option-item.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAC,sBAAsB,EAAC,MAAM,cAAc,CAAC;AAEzD,MAAM,MAAM,6BAA6B,GACrC,oCAAoC,GACpC,kCAAkC,CAAC;AAEvC,MAAM,WAAW,oCAAoC;IACnD;;OAEG;IACH,IAAI,EAAE,SAAS,CAAC;CACjB;AAED,MAAM,WAAW,kCAAkC;IACjD;;OAEG;IACH,IAAI,EAAE,OAAO,CAAC;IAEd;;;;OAIG;IACH,OAAO,EAAE,MAAM,CAAC;CACjB;AAED;;GAEG;AACH,MAAM,WAAW,sBAAsB;IACrC,GAAG,EAAE,MAAM,CAAC;IACZ,KAAK,EAAE,MAAM,GAAG,MAAM,GAAG,OAAO,CAAC;CAClC;AAED,MAAM,MAAM,6BAA6B,GAAG,mCAAmC,CAAC;AAEhF,MAAM,WAAW,mCAAmC;IAClD;;OAEG;IACH,IAAI,EAAE,+BAA+B,CAAC;IAEtC;;OAEG;IACH,UAAU,EAAE,sBAAsB,EAAE,CAAC;CACtC;AAED,MAAM,WAAW,oBAAoB;IACnC;;OAEG;IACH,kCAAkC,CAChC,MAAM,EAAE,6BAA6B,GACpC,OAAO,CAAC,6BAA6B,CAAC,CAAC;IAC1C,uBAAuB,CAAC,EAAE,sBAAsB,CAC9C,sBAAsB,EAAE,GAAG,SAAS,CACrC,CAAC;IACF,YAAY,CAAC,EAAE,sBAAsB,CAAC,MAAM,GAAG,SAAS,CAAC,CAAC;CAC3D"}
@@ -1,13 +1,13 @@
1
- import type { StatefulRemoteSubscribable } from '../../../../shared';
1
+ import type { SubscribableSignalLike } from '../../shared';
2
2
  import type { PickupLocationOption } from '../standard/standard';
3
3
  export interface PickupLocationItemApi {
4
4
  /**
5
5
  * The pickup location the extension is attached to.
6
6
  */
7
- target: StatefulRemoteSubscribable<PickupLocationOption>;
7
+ target: SubscribableSignalLike<PickupLocationOption>;
8
8
  /**
9
9
  * Whether the pickup location is currently selected.
10
10
  */
11
- isTargetSelected: StatefulRemoteSubscribable<boolean>;
11
+ isTargetSelected: SubscribableSignalLike<boolean>;
12
12
  }
13
13
  //# sourceMappingURL=pickup-location-item.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"pickup-location-item.d.ts","sourceRoot":"","sources":["../../../../../../src/surfaces/checkout/api/pickup/pickup-location-item.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAC,0BAA0B,EAAC,MAAM,oBAAoB,CAAC;AACnE,OAAO,KAAK,EAAC,oBAAoB,EAAC,MAAM,sBAAsB,CAAC;AAE/D,MAAM,WAAW,qBAAqB;IACpC;;OAEG;IACH,MAAM,EAAE,0BAA0B,CAAC,oBAAoB,CAAC,CAAC;IAEzD;;OAEG;IACH,gBAAgB,EAAE,0BAA0B,CAAC,OAAO,CAAC,CAAC;CACvD"}
1
+ {"version":3,"file":"pickup-location-item.d.ts","sourceRoot":"","sources":["../../../../../../src/surfaces/checkout/api/pickup/pickup-location-item.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAC,sBAAsB,EAAC,MAAM,cAAc,CAAC;AACzD,OAAO,KAAK,EAAC,oBAAoB,EAAC,MAAM,sBAAsB,CAAC;AAE/D,MAAM,WAAW,qBAAqB;IACpC;;OAEG;IACH,MAAM,EAAE,sBAAsB,CAAC,oBAAoB,CAAC,CAAC;IAErD;;OAEG;IACH,gBAAgB,EAAE,sBAAsB,CAAC,OAAO,CAAC,CAAC;CACnD"}
@@ -1,8 +1,8 @@
1
- import type { StatefulRemoteSubscribable } from '../../../../shared';
1
+ import type { SubscribableSignalLike } from '../../shared';
2
2
  export interface PickupLocationListApi {
3
3
  /**
4
4
  * Whether the customer location input form is shown to the buyer.
5
5
  */
6
- isLocationFormVisible: StatefulRemoteSubscribable<boolean>;
6
+ isLocationFormVisible: SubscribableSignalLike<boolean>;
7
7
  }
8
8
  //# sourceMappingURL=pickup-location-list.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"pickup-location-list.d.ts","sourceRoot":"","sources":["../../../../../../src/surfaces/checkout/api/pickup/pickup-location-list.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAC,0BAA0B,EAAC,MAAM,oBAAoB,CAAC;AAEnE,MAAM,WAAW,qBAAqB;IACpC;;OAEG;IACH,qBAAqB,EAAE,0BAA0B,CAAC,OAAO,CAAC,CAAC;CAC5D"}
1
+ {"version":3,"file":"pickup-location-list.d.ts","sourceRoot":"","sources":["../../../../../../src/surfaces/checkout/api/pickup/pickup-location-list.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAC,sBAAsB,EAAC,MAAM,cAAc,CAAC;AAEzD,MAAM,WAAW,qBAAqB;IACpC;;OAEG;IACH,qBAAqB,EAAE,sBAAsB,CAAC,OAAO,CAAC,CAAC;CACxD"}
@@ -1,8 +1,8 @@
1
- import type { StatefulRemoteSubscribable } from '../../../../shared';
1
+ import type { SubscribableSignalLike } from '../../shared';
2
2
  export interface PickupPointListApi {
3
3
  /**
4
4
  * Whether the customer location input form is shown to the buyer.
5
5
  */
6
- isLocationFormVisible: StatefulRemoteSubscribable<boolean>;
6
+ isLocationFormVisible: SubscribableSignalLike<boolean>;
7
7
  }
8
8
  //# sourceMappingURL=pickup-point-list.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"pickup-point-list.d.ts","sourceRoot":"","sources":["../../../../../../src/surfaces/checkout/api/pickup/pickup-point-list.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAC,0BAA0B,EAAC,MAAM,oBAAoB,CAAC;AAEnE,MAAM,WAAW,kBAAkB;IACjC;;OAEG;IACH,qBAAqB,EAAE,0BAA0B,CAAC,OAAO,CAAC,CAAC;CAC5D"}
1
+ {"version":3,"file":"pickup-point-list.d.ts","sourceRoot":"","sources":["../../../../../../src/surfaces/checkout/api/pickup/pickup-point-list.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAC,sBAAsB,EAAC,MAAM,cAAc,CAAC;AAEzD,MAAM,WAAW,kBAAkB;IACjC;;OAEG;IACH,qBAAqB,EAAE,sBAAsB,CAAC,OAAO,CAAC,CAAC;CACxD"}
@@ -1,14 +1,14 @@
1
- import type { StatefulRemoteSubscribable } from '../../../../shared';
1
+ import type { SubscribableSignalLike } from '../../shared';
2
2
  import type { ShippingOption } from '../standard/standard';
3
3
  export interface ShippingOptionItemApi {
4
4
  /**
5
5
  * The shipping option the extension is attached to.
6
6
  */
7
- target: StatefulRemoteSubscribable<ShippingOption>;
7
+ target: SubscribableSignalLike<ShippingOption>;
8
8
  /**
9
9
  * Whether the shipping option the extension is attached to is currently selected in the UI.
10
10
  */
11
- isTargetSelected: StatefulRemoteSubscribable<boolean>;
11
+ isTargetSelected: SubscribableSignalLike<boolean>;
12
12
  /**
13
13
  * The render mode of the shipping option.
14
14
  */
@@ -1 +1 @@
1
- {"version":3,"file":"shipping-option-item.d.ts","sourceRoot":"","sources":["../../../../../../src/surfaces/checkout/api/shipping/shipping-option-item.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAC,0BAA0B,EAAC,MAAM,oBAAoB,CAAC;AACnE,OAAO,KAAK,EAAC,cAAc,EAAC,MAAM,sBAAsB,CAAC;AAEzD,MAAM,WAAW,qBAAqB;IACpC;;OAEG;IACH,MAAM,EAAE,0BAA0B,CAAC,cAAc,CAAC,CAAC;IAEnD;;OAEG;IACH,gBAAgB,EAAE,0BAA0B,CAAC,OAAO,CAAC,CAAC;IAEtD;;OAEG;IACH,UAAU,EAAE,4BAA4B,CAAC;CAC1C;AAED;;GAEG;AACH,MAAM,WAAW,4BAA4B;IAC3C;;OAEG;IACH,OAAO,EAAE,OAAO,CAAC;CAClB"}
1
+ {"version":3,"file":"shipping-option-item.d.ts","sourceRoot":"","sources":["../../../../../../src/surfaces/checkout/api/shipping/shipping-option-item.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAC,sBAAsB,EAAC,MAAM,cAAc,CAAC;AACzD,OAAO,KAAK,EAAC,cAAc,EAAC,MAAM,sBAAsB,CAAC;AAEzD,MAAM,WAAW,qBAAqB;IACpC;;OAEG;IACH,MAAM,EAAE,sBAAsB,CAAC,cAAc,CAAC,CAAC;IAE/C;;OAEG;IACH,gBAAgB,EAAE,sBAAsB,CAAC,OAAO,CAAC,CAAC;IAElD;;OAEG;IACH,UAAU,EAAE,4BAA4B,CAAC;CAC1C;AAED;;GAEG;AACH,MAAM,WAAW,4BAA4B;IAC3C;;OAEG;IACH,OAAO,EAAE,OAAO,CAAC;CAClB"}
@@ -1,14 +1,14 @@
1
- import type { StatefulRemoteSubscribable } from '../../../../shared';
1
+ import type { SubscribableSignalLike } from '../../shared';
2
2
  import type { DeliveryGroup, DeliveryGroupType, DeliveryOptionReference, Money } from '../standard/standard';
3
3
  export interface ShippingOptionListApi {
4
4
  /**
5
5
  * The delivery group list the extension is attached to. The target will be undefined when there are no groups for a given type.
6
6
  */
7
- target: StatefulRemoteSubscribable<DeliveryGroupList | undefined>;
7
+ target: SubscribableSignalLike<DeliveryGroupList | undefined>;
8
8
  /**
9
9
  * The list of selection groups available to the buyers. The property will be undefined when no such groups are available.
10
10
  */
11
- deliverySelectionGroups: StatefulRemoteSubscribable<DeliverySelectionGroup[] | undefined>;
11
+ deliverySelectionGroups: SubscribableSignalLike<DeliverySelectionGroup[] | undefined>;
12
12
  }
13
13
  /**
14
14
  * The delivery group list the extension is associated to.
@@ -1 +1 @@
1
- {"version":3,"file":"shipping-option-list.d.ts","sourceRoot":"","sources":["../../../../../../src/surfaces/checkout/api/shipping/shipping-option-list.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAC,0BAA0B,EAAC,MAAM,oBAAoB,CAAC;AACnE,OAAO,KAAK,EACV,aAAa,EACb,iBAAiB,EACjB,uBAAuB,EACvB,KAAK,EACN,MAAM,sBAAsB,CAAC;AAE9B,MAAM,WAAW,qBAAqB;IACpC;;OAEG;IACH,MAAM,EAAE,0BAA0B,CAAC,iBAAiB,GAAG,SAAS,CAAC,CAAC;IAClE;;OAEG;IACH,uBAAuB,EAAE,0BAA0B,CACjD,sBAAsB,EAAE,GAAG,SAAS,CACrC,CAAC;CACH;AAED;;GAEG;AACH,MAAM,WAAW,iBAAiB;IAChC;;OAEG;IACH,SAAS,EAAE,iBAAiB,CAAC;IAC7B;;OAEG;IACH,cAAc,EAAE,aAAa,EAAE,CAAC;CACjC;AAED;;GAEG;AACH,MAAM,WAAW,sBAAsB;IACrC;;OAEG;IACH,MAAM,EAAE,MAAM,CAAC;IACf;;OAEG;IACH,QAAQ,EAAE,OAAO,CAAC;IAClB;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,yBAAyB,EAAE,uBAAuB,EAAE,CAAC;IACrD;;OAEG;IACH,IAAI,EAAE,KAAK,CAAC;IACZ;;OAEG;IACH,kBAAkB,EAAE,KAAK,CAAC;CAC3B"}
1
+ {"version":3,"file":"shipping-option-list.d.ts","sourceRoot":"","sources":["../../../../../../src/surfaces/checkout/api/shipping/shipping-option-list.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAC,sBAAsB,EAAC,MAAM,cAAc,CAAC;AACzD,OAAO,KAAK,EACV,aAAa,EACb,iBAAiB,EACjB,uBAAuB,EACvB,KAAK,EACN,MAAM,sBAAsB,CAAC;AAE9B,MAAM,WAAW,qBAAqB;IACpC;;OAEG;IACH,MAAM,EAAE,sBAAsB,CAAC,iBAAiB,GAAG,SAAS,CAAC,CAAC;IAC9D;;OAEG;IACH,uBAAuB,EAAE,sBAAsB,CAC7C,sBAAsB,EAAE,GAAG,SAAS,CACrC,CAAC;CACH;AAED;;GAEG;AACH,MAAM,WAAW,iBAAiB;IAChC;;OAEG;IACH,SAAS,EAAE,iBAAiB,CAAC;IAC7B;;OAEG;IACH,cAAc,EAAE,aAAa,EAAE,CAAC;CACjC;AAED;;GAEG;AACH,MAAM,WAAW,sBAAsB;IACrC;;OAEG;IACH,MAAM,EAAE,MAAM,CAAC;IACf;;OAEG;IACH,QAAQ,EAAE,OAAO,CAAC;IAClB;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,yBAAyB,EAAE,uBAAuB,EAAE,CAAC;IACrD;;OAEG;IACH,IAAI,EAAE,KAAK,CAAC;IACZ;;OAEG;IACH,kBAAkB,EAAE,KAAK,CAAC;CAC3B"}
@@ -1,6 +1,7 @@
1
1
  import type { ValidationError, SellingPlan, Attribute, MailingAddress, ShippingAddress } from '../shared';
2
2
  import type { ExtensionTarget } from '../../extension-targets';
3
- import type { ApiVersion, Capability, CurrencyCode, Country, CountryCode, Timezone, GraphQLError, StorefrontApiVersion, LocalizedFieldKey, StatefulRemoteSubscribable } from '../../../../shared';
3
+ import type { ApiVersion, Capability, CurrencyCode, Country, CountryCode, Timezone, GraphQLError, StorefrontApiVersion, LocalizedFieldKey } from '../../../../shared';
4
+ import type { SubscribableSignalLike } from '../../shared';
4
5
  export type { ApiVersion, Capability } from '../../../../shared';
5
6
  /**
6
7
  * A key-value storage object for the extension.
@@ -59,7 +60,7 @@ export interface Extension<Target extends ExtensionTarget = ExtensionTarget> {
59
60
  *
60
61
  * * [`iframe.sources`](https://shopify.dev/docs/api/checkout-ui-extensions/configuration#iframe): the extension can embed an external URL in an iframe.
61
62
  */
62
- capabilities: StatefulRemoteSubscribable<Capability[]>;
63
+ capabilities: SubscribableSignalLike<Capability[]>;
63
64
  /**
64
65
  * Information about the editor where the extension is being rendered.
65
66
  *
@@ -77,7 +78,7 @@ export interface Extension<Target extends ExtensionTarget = ExtensionTarget> {
77
78
  * from where it was rendered. The extension continues running so that
78
79
  * your extension is immediately available to render if the customer navigates back.
79
80
  */
80
- rendered: StatefulRemoteSubscribable<boolean>;
81
+ rendered: SubscribableSignalLike<boolean>;
81
82
  /**
82
83
  * The URL to the script that started the extension target.
83
84
  */
@@ -277,15 +278,15 @@ export interface Localization {
277
278
  /**
278
279
  * The currency that the customer sees for money amounts in the checkout.
279
280
  */
280
- currency: StatefulRemoteSubscribable<Currency>;
281
+ currency: SubscribableSignalLike<Currency>;
281
282
  /**
282
283
  * The buyer’s time zone.
283
284
  */
284
- timezone: StatefulRemoteSubscribable<Timezone>;
285
+ timezone: SubscribableSignalLike<Timezone>;
285
286
  /**
286
287
  * The language the customer sees in the checkout.
287
288
  */
288
- language: StatefulRemoteSubscribable<Language>;
289
+ language: SubscribableSignalLike<Language>;
289
290
  /**
290
291
  * This is the customer's language, as supported by the extension.
291
292
  * If the customer's actual language is not supported by the extension,
@@ -297,22 +298,26 @@ export interface Localization {
297
298
  * translations at all, then this value is the default locale for your
298
299
  * extension (that is, the one matching your .default.json file).
299
300
  */
300
- extensionLanguage: StatefulRemoteSubscribable<Language>;
301
+ extensionLanguage: SubscribableSignalLike<Language>;
301
302
  /**
302
303
  * The country context of the checkout. This value carries over from the
303
304
  * context of the cart, where it was used to contextualize the storefront
304
305
  * experience. It will update if the buyer changes the country of their
305
306
  * shipping address. If the country is unknown, then the value is undefined.
306
307
  */
307
- country: StatefulRemoteSubscribable<Country | undefined>;
308
+ country: SubscribableSignalLike<Country | undefined>;
308
309
  /**
309
310
  * The [market](https://shopify.dev/docs/apps/markets) context of the
310
311
  * checkout. This value carries over from the context of the cart, where it
311
312
  * was used to contextualize the storefront experience. It will update if the
312
313
  * buyer changes the country of their shipping address. If the market is unknown,
313
314
  * then the value is undefined.
315
+ *
316
+ * > Caution: This field is deprecated and will be removed in a future version.
317
+ *
318
+ * @deprecated Deprecated as of version `2025-04`
314
319
  */
315
- market: StatefulRemoteSubscribable<Market | undefined>;
320
+ market: SubscribableSignalLike<Market | undefined>;
316
321
  }
317
322
  export interface LocalizedField {
318
323
  key: LocalizedFieldKey;
@@ -341,15 +346,15 @@ export interface BuyerJourney {
341
346
  *
342
347
  * For example, when viewing the **Order status** page after submitting payment, the buyer will have completed their order.
343
348
  */
344
- completed: StatefulRemoteSubscribable<boolean>;
349
+ completed: SubscribableSignalLike<boolean>;
345
350
  /**
346
351
  * All possible steps a buyer can take to complete the checkout. These steps may vary depending on the type of checkout or the shop's configuration.
347
352
  */
348
- steps: StatefulRemoteSubscribable<BuyerJourneyStep[]>;
353
+ steps: SubscribableSignalLike<BuyerJourneyStep[]>;
349
354
  /**
350
355
  * What step of checkout the buyer is currently on.
351
356
  */
352
- activeStep: StatefulRemoteSubscribable<BuyerJourneyStepReference | undefined>;
357
+ activeStep: SubscribableSignalLike<BuyerJourneyStepReference | undefined>;
353
358
  }
354
359
  /**
355
360
  * | handle | Description |
@@ -402,7 +407,7 @@ export interface StandardApi<Target extends ExtensionTarget = ExtensionTarget> {
402
407
  /**
403
408
  * Gift Cards that have been applied to the checkout.
404
409
  */
405
- appliedGiftCards: StatefulRemoteSubscribable<AppliedGiftCard[]>;
410
+ appliedGiftCards: SubscribableSignalLike<AppliedGiftCard[]>;
406
411
  /**
407
412
  * The cart instructions used to create the checkout and possibly limit extension capabilities.
408
413
  *
@@ -415,7 +420,7 @@ export interface StandardApi<Target extends ExtensionTarget = ExtensionTarget> {
415
420
  * See the [update guide](/docs/api/checkout-ui-extensions/apis/cart-instructions#examples) for more information.
416
421
  *
417
422
  */
418
- instructions: StatefulRemoteSubscribable<CartInstructions>;
423
+ instructions: SubscribableSignalLike<CartInstructions>;
419
424
  /**
420
425
  * The metafields requested in the
421
426
  * [`shopify.extension.toml`](https://shopify.dev/docs/api/checkout-ui-extensions/configuration)
@@ -426,15 +431,15 @@ export interface StandardApi<Target extends ExtensionTarget = ExtensionTarget> {
426
431
  *
427
432
  * {% include /apps/checkout/privacy-icon.md %} Requires access to [protected customer data](/docs/apps/store/data-protection/protected-customer-data).
428
433
  */
429
- appMetafields: StatefulRemoteSubscribable<AppMetafieldEntry[]>;
434
+ appMetafields: SubscribableSignalLike<AppMetafieldEntry[]>;
430
435
  /**
431
436
  * The custom attributes left by the customer to the merchant, either in their cart or during checkout.
432
437
  */
433
- attributes: StatefulRemoteSubscribable<Attribute[]>;
438
+ attributes: SubscribableSignalLike<Attribute[]>;
434
439
  /**
435
440
  * All available payment options.
436
441
  */
437
- availablePaymentOptions: StatefulRemoteSubscribable<PaymentOption[]>;
442
+ availablePaymentOptions: SubscribableSignalLike<PaymentOption[]>;
438
443
  /**
439
444
  * Information about the buyer that is interacting with the checkout.
440
445
  *
@@ -451,14 +456,14 @@ export interface StandardApi<Target extends ExtensionTarget = ExtensionTarget> {
451
456
  /**
452
457
  * Settings applied to the buyer's checkout.
453
458
  */
454
- checkoutSettings: StatefulRemoteSubscribable<CheckoutSettings>;
459
+ checkoutSettings: SubscribableSignalLike<CheckoutSettings>;
455
460
  /**
456
461
  * A stable ID that represents the current checkout.
457
462
  *
458
- * Matches the `token` field in the [WebPixel checkout payload](https://shopify.dev/docs/api/pixels/customer-events#checkout)
463
+ * This matches the `data.checkout.token` field in a [checkout-related WebPixel event](https://shopify.dev/docs/api/web-pixels-api/standard-events/checkout_started#properties-propertydetail-data)
459
464
  * and the `checkout_token` field in the [REST Admin API `Order` resource](https://shopify.dev/docs/api/admin-rest/unstable/resources/order#resource-object).
460
465
  */
461
- checkoutToken: StatefulRemoteSubscribable<CheckoutToken | undefined>;
466
+ checkoutToken: SubscribableSignalLike<CheckoutToken | undefined>;
462
467
  /**
463
468
  * Details on the costs the buyer will pay for this checkout.
464
469
  */
@@ -466,15 +471,15 @@ export interface StandardApi<Target extends ExtensionTarget = ExtensionTarget> {
466
471
  /**
467
472
  * A list of delivery groups containing information about the delivery of the items the customer intends to purchase.
468
473
  */
469
- deliveryGroups: StatefulRemoteSubscribable<DeliveryGroup[]>;
474
+ deliveryGroups: SubscribableSignalLike<DeliveryGroup[]>;
470
475
  /**
471
476
  * A list of discount codes currently applied to the checkout.
472
477
  */
473
- discountCodes: StatefulRemoteSubscribable<CartDiscountCode[]>;
478
+ discountCodes: SubscribableSignalLike<CartDiscountCode[]>;
474
479
  /**
475
480
  * Discounts that have been applied to the entire cart.
476
481
  */
477
- discountAllocations: StatefulRemoteSubscribable<CartDiscountAllocation[]>;
482
+ discountAllocations: SubscribableSignalLike<CartDiscountAllocation[]>;
478
483
  /**
479
484
  * The meta information about the extension.
480
485
  */
@@ -503,7 +508,7 @@ export interface StandardApi<Target extends ExtensionTarget = ExtensionTarget> {
503
508
  /**
504
509
  * A list of lines containing information about the items the customer intends to purchase.
505
510
  */
506
- lines: StatefulRemoteSubscribable<CartLine[]>;
511
+ lines: SubscribableSignalLike<CartLine[]>;
507
512
  /**
508
513
  * The details about the location, language, and currency of the customer. For utilities to easily
509
514
  * format and translate content based on these details, you can use the
@@ -525,11 +530,11 @@ export interface StandardApi<Target extends ExtensionTarget = ExtensionTarget> {
525
530
  * > Tip:
526
531
  * > Cart metafields are only available on carts created via the Storefront API version `2023-04` or later.
527
532
  */
528
- metafields: StatefulRemoteSubscribable<Metafield[]>;
533
+ metafields: SubscribableSignalLike<Metafield[]>;
529
534
  /**
530
535
  * A note left by the customer to the merchant, either in their cart or during checkout.
531
536
  */
532
- note: StatefulRemoteSubscribable<string | undefined>;
537
+ note: SubscribableSignalLike<string | undefined>;
533
538
  /**
534
539
  * The method used to query the Storefront GraphQL API with a prefetched token.
535
540
  *
@@ -545,7 +550,7 @@ export interface StandardApi<Target extends ExtensionTarget = ExtensionTarget> {
545
550
  /**
546
551
  * Payment options selected by the buyer.
547
552
  */
548
- selectedPaymentOptions: StatefulRemoteSubscribable<SelectedPaymentOption[]>;
553
+ selectedPaymentOptions: SubscribableSignalLike<SelectedPaymentOption[]>;
549
554
  /**
550
555
  * The session token providing a set of claims as a signed JSON Web Token (JWT).
551
556
  *
@@ -565,7 +570,7 @@ export interface StandardApi<Target extends ExtensionTarget = ExtensionTarget> {
565
570
  * > Note: When an extension is being installed in the editor, the settings will be empty until
566
571
  * a merchant sets a value. In that case, this object will be updated in real time as a merchant fills in the settings.
567
572
  */
568
- settings: StatefulRemoteSubscribable<ExtensionSettings>;
573
+ settings: SubscribableSignalLike<ExtensionSettings>;
569
574
  /**
570
575
  * The proposed customer shipping address. During the information step, the address
571
576
  * updates when the field is committed (on change) rather than every keystroke.
@@ -574,14 +579,14 @@ export interface StandardApi<Target extends ExtensionTarget = ExtensionTarget> {
574
579
  *
575
580
  * {% include /apps/checkout/privacy-icon.md %} Requires access to [protected customer data](/docs/apps/store/data-protection/protected-customer-data).
576
581
  */
577
- shippingAddress?: StatefulRemoteSubscribable<ShippingAddress | undefined>;
582
+ shippingAddress?: SubscribableSignalLike<ShippingAddress | undefined>;
578
583
  /**
579
584
  * The proposed customer billing address. The address updates when the field is
580
585
  * committed (on change) rather than every keystroke.
581
586
  *
582
587
  * {% include /apps/checkout/privacy-icon.md %} Requires access to [protected customer data](/docs/apps/store/data-protection/protected-customer-data).
583
588
  */
584
- billingAddress?: StatefulRemoteSubscribable<MailingAddress | undefined>;
589
+ billingAddress?: SubscribableSignalLike<MailingAddress | undefined>;
585
590
  /** The shop where the checkout is taking place. */
586
591
  shop: Shop;
587
592
  /**
@@ -608,7 +613,7 @@ export interface StandardApi<Target extends ExtensionTarget = ExtensionTarget> {
608
613
  /**
609
614
  * Customer privacy consent settings and a flag denoting if consent has previously been collected.
610
615
  */
611
- customerPrivacy: StatefulRemoteSubscribable<CustomerPrivacy>;
616
+ customerPrivacy: SubscribableSignalLike<CustomerPrivacy>;
612
617
  /**
613
618
  * Allows setting and updating customer privacy consent settings and tracking consent metafields.
614
619
  *
@@ -621,7 +626,7 @@ export interface StandardApi<Target extends ExtensionTarget = ExtensionTarget> {
621
626
  * The API for reading additional fields that are required in checkout under certain circumstances.
622
627
  * For example, some countries require additional fields for customs information or tax identification numbers.
623
628
  */
624
- localizedFields?: StatefulRemoteSubscribable<LocalizedField[]>;
629
+ localizedFields?: SubscribableSignalLike<LocalizedField[]>;
625
630
  }
626
631
  export interface Ui {
627
632
  /**
@@ -653,21 +658,21 @@ export interface BuyerIdentity {
653
658
  *
654
659
  * {% include /apps/checkout/privacy-icon.md %} Requires access to [protected customer data](/docs/apps/store/data-protection/protected-customer-data).
655
660
  */
656
- customer: StatefulRemoteSubscribable<Customer | undefined>;
661
+ customer: SubscribableSignalLike<Customer | undefined>;
657
662
  /**
658
663
  * The email address of the buyer that is interacting with the cart.
659
664
  * The value is `undefined` if the app does not have access to customer data.
660
665
  *
661
666
  * {% include /apps/checkout/privacy-icon.md %} Requires level 2 access to [protected customer data](/docs/apps/store/data-protection/protected-customer-data).
662
667
  */
663
- email: StatefulRemoteSubscribable<string | undefined>;
668
+ email: SubscribableSignalLike<string | undefined>;
664
669
  /**
665
670
  * The phone number of the buyer that is interacting with the cart.
666
671
  * The value is `undefined` if the app does not have access to customer data.
667
672
  *
668
673
  * {% include /apps/checkout/privacy-icon.md %} Requires level 2 access to [protected customer data](/docs/apps/store/data-protection/protected-customer-data).
669
674
  */
670
- phone: StatefulRemoteSubscribable<string | undefined>;
675
+ phone: SubscribableSignalLike<string | undefined>;
671
676
  /**
672
677
  * Provides details of the company and the company location that the business customer is purchasing on behalf of.
673
678
  * This includes information that can be used to identify the company and the company location that the business
@@ -675,7 +680,7 @@ export interface BuyerIdentity {
675
680
  *
676
681
  * {% include /apps/checkout/privacy-icon.md %} Requires access to [protected customer data](/docs/apps/store/data-protection/protected-customer-data).
677
682
  */
678
- purchasingCompany: StatefulRemoteSubscribable<PurchasingCompany | undefined>;
683
+ purchasingCompany: SubscribableSignalLike<PurchasingCompany | undefined>;
679
684
  }
680
685
  /**
681
686
  * The information about a company that the business customer is purchasing on behalf of.
@@ -775,25 +780,25 @@ export interface CartCost {
775
780
  * A `Money` value representing the subtotal value of the items in the cart at the current
776
781
  * step of checkout.
777
782
  */
778
- subtotalAmount: StatefulRemoteSubscribable<Money>;
783
+ subtotalAmount: SubscribableSignalLike<Money>;
779
784
  /**
780
785
  * A `Money` value representing the total shipping a buyer can expect to pay at the current
781
786
  * step of checkout. This value includes shipping discounts. Returns undefined if shipping
782
787
  * has not been negotiated yet, such as on the information step.
783
788
  */
784
- totalShippingAmount: StatefulRemoteSubscribable<Money | undefined>;
789
+ totalShippingAmount: SubscribableSignalLike<Money | undefined>;
785
790
  /**
786
791
  * A `Money` value representing the total tax a buyer can expect to pay at the current
787
792
  * step of checkout or the total tax included in product and shipping prices. Returns
788
793
  * undefined if taxes are unavailable.
789
794
  */
790
- totalTaxAmount: StatefulRemoteSubscribable<Money | undefined>;
795
+ totalTaxAmount: SubscribableSignalLike<Money | undefined>;
791
796
  /**
792
797
  * A `Money` value representing the minimum a buyer can expect to pay at the current
793
798
  * step of checkout. This value excludes amounts yet to be negotiated. For example,
794
799
  * the information step might not have delivery costs calculated.
795
800
  */
796
- totalAmount: StatefulRemoteSubscribable<Money>;
801
+ totalAmount: SubscribableSignalLike<Money>;
797
802
  }
798
803
  export interface CartLine {
799
804
  /**