@shopify/ui-extensions 2026.4.0-rc.2 → 2026.4.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 (1178) hide show
  1. package/build/cjs/surfaces/checkout/preact/api.js +2 -0
  2. package/build/cjs/surfaces/checkout/preact/app-metafields.js +1 -0
  3. package/build/cjs/surfaces/checkout/preact/attributes.js +3 -0
  4. package/build/cjs/surfaces/checkout/preact/billing-address.js +1 -0
  5. package/build/cjs/surfaces/checkout/preact/buyer-identity.js +4 -0
  6. package/build/cjs/surfaces/checkout/preact/buyer-journey.js +5 -0
  7. package/build/cjs/surfaces/checkout/preact/capabilities.js +2 -0
  8. package/build/cjs/surfaces/checkout/preact/cart-line-target.js +1 -0
  9. package/build/cjs/surfaces/checkout/preact/cart-lines.js +2 -0
  10. package/build/cjs/surfaces/checkout/preact/checkout-settings.js +1 -0
  11. package/build/cjs/surfaces/checkout/preact/checkout-token.js +1 -0
  12. package/build/cjs/surfaces/checkout/preact/cost.js +4 -0
  13. package/build/cjs/surfaces/checkout/preact/country.js +1 -0
  14. package/build/cjs/surfaces/checkout/preact/currency.js +1 -0
  15. package/build/cjs/surfaces/checkout/preact/customer-privacy.js +1 -0
  16. package/build/cjs/surfaces/checkout/preact/delivery-group-list-target.js +1 -0
  17. package/build/cjs/surfaces/checkout/preact/delivery-group-target.js +1 -0
  18. package/build/cjs/surfaces/checkout/preact/delivery-group.js +1 -0
  19. package/build/cjs/surfaces/checkout/preact/delivery-groups.js +1 -0
  20. package/build/cjs/surfaces/checkout/preact/delivery-selection-groups.js +1 -0
  21. package/build/cjs/surfaces/checkout/preact/discounts.js +3 -0
  22. package/build/cjs/surfaces/checkout/preact/extension-editor.js +1 -0
  23. package/build/cjs/surfaces/checkout/preact/extension-language.js +1 -0
  24. package/build/cjs/surfaces/checkout/preact/extension.js +2 -0
  25. package/build/cjs/surfaces/checkout/preact/gift-cards.js +2 -0
  26. package/build/cjs/surfaces/checkout/preact/instructions.js +1 -0
  27. package/build/cjs/surfaces/checkout/preact/language.js +1 -0
  28. package/build/cjs/surfaces/checkout/preact/localized-fields.js +2 -0
  29. package/build/cjs/surfaces/checkout/preact/market.js +1 -0
  30. package/build/cjs/surfaces/checkout/preact/metafields.js +1 -0
  31. package/build/cjs/surfaces/checkout/preact/note.js +2 -0
  32. package/build/cjs/surfaces/checkout/preact/payment-method.js +3 -0
  33. package/build/cjs/surfaces/checkout/preact/payment-options.js +2 -0
  34. package/build/cjs/surfaces/checkout/preact/pickup-location-option-target.js +1 -0
  35. package/build/cjs/surfaces/checkout/preact/redeemable.js +1 -0
  36. package/build/cjs/surfaces/checkout/preact/session-token.js +1 -0
  37. package/build/cjs/surfaces/checkout/preact/settings.js +1 -0
  38. package/build/cjs/surfaces/checkout/preact/shipping-address.js +2 -0
  39. package/build/cjs/surfaces/checkout/preact/shipping-option-target.js +1 -0
  40. package/build/cjs/surfaces/checkout/preact/shop.js +1 -0
  41. package/build/cjs/surfaces/checkout/preact/storage.js +1 -0
  42. package/build/cjs/surfaces/checkout/preact/subscription.js +1 -0
  43. package/build/cjs/surfaces/checkout/preact/target.js +1 -0
  44. package/build/cjs/surfaces/checkout/preact/timezone.js +1 -0
  45. package/build/cjs/surfaces/checkout/preact/translate.js +1 -0
  46. package/build/cjs/surfaces/checkout/shared.js +3 -16
  47. package/build/cjs/surfaces/checkout/style/style.js +1 -0
  48. package/build/cjs/surfaces/point-of-sale/types/storage.js +4 -0
  49. package/build/esm/surfaces/checkout/preact/api.mjs +2 -0
  50. package/build/esm/surfaces/checkout/preact/app-metafields.mjs +1 -0
  51. package/build/esm/surfaces/checkout/preact/attributes.mjs +3 -0
  52. package/build/esm/surfaces/checkout/preact/billing-address.mjs +1 -0
  53. package/build/esm/surfaces/checkout/preact/buyer-identity.mjs +4 -0
  54. package/build/esm/surfaces/checkout/preact/buyer-journey.mjs +5 -0
  55. package/build/esm/surfaces/checkout/preact/capabilities.mjs +2 -0
  56. package/build/esm/surfaces/checkout/preact/cart-line-target.mjs +1 -0
  57. package/build/esm/surfaces/checkout/preact/cart-lines.mjs +2 -0
  58. package/build/esm/surfaces/checkout/preact/checkout-settings.mjs +1 -0
  59. package/build/esm/surfaces/checkout/preact/checkout-token.mjs +1 -0
  60. package/build/esm/surfaces/checkout/preact/cost.mjs +4 -0
  61. package/build/esm/surfaces/checkout/preact/country.mjs +1 -0
  62. package/build/esm/surfaces/checkout/preact/currency.mjs +1 -0
  63. package/build/esm/surfaces/checkout/preact/customer-privacy.mjs +1 -0
  64. package/build/esm/surfaces/checkout/preact/delivery-group-list-target.mjs +1 -0
  65. package/build/esm/surfaces/checkout/preact/delivery-group-target.mjs +1 -0
  66. package/build/esm/surfaces/checkout/preact/delivery-group.mjs +1 -0
  67. package/build/esm/surfaces/checkout/preact/delivery-groups.mjs +1 -0
  68. package/build/esm/surfaces/checkout/preact/delivery-selection-groups.mjs +1 -0
  69. package/build/esm/surfaces/checkout/preact/discounts.mjs +3 -0
  70. package/build/esm/surfaces/checkout/preact/extension-editor.mjs +1 -0
  71. package/build/esm/surfaces/checkout/preact/extension-language.mjs +1 -0
  72. package/build/esm/surfaces/checkout/preact/extension.mjs +2 -0
  73. package/build/esm/surfaces/checkout/preact/gift-cards.mjs +2 -0
  74. package/build/esm/surfaces/checkout/preact/instructions.mjs +1 -0
  75. package/build/esm/surfaces/checkout/preact/language.mjs +1 -0
  76. package/build/esm/surfaces/checkout/preact/localized-fields.mjs +2 -0
  77. package/build/esm/surfaces/checkout/preact/market.mjs +1 -0
  78. package/build/esm/surfaces/checkout/preact/metafields.mjs +1 -0
  79. package/build/esm/surfaces/checkout/preact/note.mjs +2 -0
  80. package/build/esm/surfaces/checkout/preact/payment-method.mjs +3 -0
  81. package/build/esm/surfaces/checkout/preact/payment-options.mjs +2 -0
  82. package/build/esm/surfaces/checkout/preact/pickup-location-option-target.mjs +1 -0
  83. package/build/esm/surfaces/checkout/preact/redeemable.mjs +1 -0
  84. package/build/esm/surfaces/checkout/preact/session-token.mjs +1 -0
  85. package/build/esm/surfaces/checkout/preact/settings.mjs +1 -0
  86. package/build/esm/surfaces/checkout/preact/shipping-address.mjs +2 -0
  87. package/build/esm/surfaces/checkout/preact/shipping-option-target.mjs +1 -0
  88. package/build/esm/surfaces/checkout/preact/shop.mjs +1 -0
  89. package/build/esm/surfaces/checkout/preact/storage.mjs +1 -0
  90. package/build/esm/surfaces/checkout/preact/subscription.mjs +1 -0
  91. package/build/esm/surfaces/checkout/preact/target.mjs +1 -0
  92. package/build/esm/surfaces/checkout/preact/timezone.mjs +1 -0
  93. package/build/esm/surfaces/checkout/preact/translate.mjs +1 -0
  94. package/build/esm/surfaces/checkout/shared.mjs +3 -16
  95. package/build/esm/surfaces/checkout/style/style.mjs +1 -0
  96. package/build/esm/surfaces/point-of-sale/types/storage.mjs +4 -0
  97. package/build/esnext/surfaces/checkout/preact/api.esnext +2 -0
  98. package/build/esnext/surfaces/checkout/preact/app-metafields.esnext +1 -0
  99. package/build/esnext/surfaces/checkout/preact/attributes.esnext +3 -0
  100. package/build/esnext/surfaces/checkout/preact/billing-address.esnext +1 -0
  101. package/build/esnext/surfaces/checkout/preact/buyer-identity.esnext +4 -0
  102. package/build/esnext/surfaces/checkout/preact/buyer-journey.esnext +5 -0
  103. package/build/esnext/surfaces/checkout/preact/capabilities.esnext +2 -0
  104. package/build/esnext/surfaces/checkout/preact/cart-line-target.esnext +1 -0
  105. package/build/esnext/surfaces/checkout/preact/cart-lines.esnext +2 -0
  106. package/build/esnext/surfaces/checkout/preact/checkout-settings.esnext +1 -0
  107. package/build/esnext/surfaces/checkout/preact/checkout-token.esnext +1 -0
  108. package/build/esnext/surfaces/checkout/preact/cost.esnext +4 -0
  109. package/build/esnext/surfaces/checkout/preact/country.esnext +1 -0
  110. package/build/esnext/surfaces/checkout/preact/currency.esnext +1 -0
  111. package/build/esnext/surfaces/checkout/preact/customer-privacy.esnext +1 -0
  112. package/build/esnext/surfaces/checkout/preact/delivery-group-list-target.esnext +1 -0
  113. package/build/esnext/surfaces/checkout/preact/delivery-group-target.esnext +1 -0
  114. package/build/esnext/surfaces/checkout/preact/delivery-group.esnext +1 -0
  115. package/build/esnext/surfaces/checkout/preact/delivery-groups.esnext +1 -0
  116. package/build/esnext/surfaces/checkout/preact/delivery-selection-groups.esnext +1 -0
  117. package/build/esnext/surfaces/checkout/preact/discounts.esnext +3 -0
  118. package/build/esnext/surfaces/checkout/preact/extension-editor.esnext +1 -0
  119. package/build/esnext/surfaces/checkout/preact/extension-language.esnext +1 -0
  120. package/build/esnext/surfaces/checkout/preact/extension.esnext +2 -0
  121. package/build/esnext/surfaces/checkout/preact/gift-cards.esnext +2 -0
  122. package/build/esnext/surfaces/checkout/preact/instructions.esnext +1 -0
  123. package/build/esnext/surfaces/checkout/preact/language.esnext +1 -0
  124. package/build/esnext/surfaces/checkout/preact/localized-fields.esnext +2 -0
  125. package/build/esnext/surfaces/checkout/preact/market.esnext +1 -0
  126. package/build/esnext/surfaces/checkout/preact/metafields.esnext +1 -0
  127. package/build/esnext/surfaces/checkout/preact/note.esnext +2 -0
  128. package/build/esnext/surfaces/checkout/preact/payment-method.esnext +3 -0
  129. package/build/esnext/surfaces/checkout/preact/payment-options.esnext +2 -0
  130. package/build/esnext/surfaces/checkout/preact/pickup-location-option-target.esnext +1 -0
  131. package/build/esnext/surfaces/checkout/preact/redeemable.esnext +1 -0
  132. package/build/esnext/surfaces/checkout/preact/session-token.esnext +1 -0
  133. package/build/esnext/surfaces/checkout/preact/settings.esnext +1 -0
  134. package/build/esnext/surfaces/checkout/preact/shipping-address.esnext +2 -0
  135. package/build/esnext/surfaces/checkout/preact/shipping-option-target.esnext +1 -0
  136. package/build/esnext/surfaces/checkout/preact/shop.esnext +1 -0
  137. package/build/esnext/surfaces/checkout/preact/storage.esnext +1 -0
  138. package/build/esnext/surfaces/checkout/preact/subscription.esnext +1 -0
  139. package/build/esnext/surfaces/checkout/preact/target.esnext +1 -0
  140. package/build/esnext/surfaces/checkout/preact/timezone.esnext +1 -0
  141. package/build/esnext/surfaces/checkout/preact/translate.esnext +1 -0
  142. package/build/esnext/surfaces/checkout/shared.esnext +3 -16
  143. package/build/esnext/surfaces/checkout/style/style.esnext +1 -0
  144. package/build/esnext/surfaces/point-of-sale/types/storage.esnext +4 -0
  145. package/build/ts/shared.d.ts +32 -12
  146. package/build/ts/shared.d.ts.map +1 -1
  147. package/build/ts/surfaces/admin/api/action/action.d.ts +1 -0
  148. package/build/ts/surfaces/admin/api/action/action.d.ts.map +1 -1
  149. package/build/ts/surfaces/admin/api/block/block.d.ts +2 -0
  150. package/build/ts/surfaces/admin/api/block/block.d.ts.map +1 -1
  151. package/build/ts/surfaces/admin/api/checkout-rules/launch-options.d.ts +7 -4
  152. package/build/ts/surfaces/admin/api/checkout-rules/launch-options.d.ts.map +1 -1
  153. package/build/ts/surfaces/admin/api/checkout-rules/metafields.d.ts +13 -7
  154. package/build/ts/surfaces/admin/api/checkout-rules/metafields.d.ts.map +1 -1
  155. package/build/ts/surfaces/admin/api/checkout-rules/validation-settings.d.ts +1 -0
  156. package/build/ts/surfaces/admin/api/checkout-rules/validation-settings.d.ts.map +1 -1
  157. package/build/ts/surfaces/admin/api/customer-segment-template/customer-segment-template.d.ts +3 -0
  158. package/build/ts/surfaces/admin/api/customer-segment-template/customer-segment-template.d.ts.map +1 -1
  159. package/build/ts/surfaces/admin/api/discount-function-settings/discount-function-settings.d.ts +1 -0
  160. package/build/ts/surfaces/admin/api/discount-function-settings/discount-function-settings.d.ts.map +1 -1
  161. package/build/ts/surfaces/admin/api/discount-function-settings/launch-options.d.ts +7 -3
  162. package/build/ts/surfaces/admin/api/discount-function-settings/launch-options.d.ts.map +1 -1
  163. package/build/ts/surfaces/admin/api/discount-function-settings/metafields.d.ts +13 -7
  164. package/build/ts/surfaces/admin/api/discount-function-settings/metafields.d.ts.map +1 -1
  165. package/build/ts/surfaces/admin/api/intents/intent-render.d.ts +24 -0
  166. package/build/ts/surfaces/admin/api/intents/intent-render.d.ts.map +1 -0
  167. package/build/ts/surfaces/admin/api/intents/intents.d.ts +44 -8
  168. package/build/ts/surfaces/admin/api/intents/intents.d.ts.map +1 -1
  169. package/build/ts/surfaces/admin/api/order-routing-rule/data.d.ts +5 -3
  170. package/build/ts/surfaces/admin/api/order-routing-rule/data.d.ts.map +1 -1
  171. package/build/ts/surfaces/admin/api/order-routing-rule/metafields.d.ts +8 -3
  172. package/build/ts/surfaces/admin/api/order-routing-rule/metafields.d.ts.map +1 -1
  173. package/build/ts/surfaces/admin/api/order-routing-rule/order-routing-rule.d.ts +1 -0
  174. package/build/ts/surfaces/admin/api/order-routing-rule/order-routing-rule.d.ts.map +1 -1
  175. package/build/ts/surfaces/admin/api/picker/picker.d.ts +15 -7
  176. package/build/ts/surfaces/admin/api/picker/picker.d.ts.map +1 -1
  177. package/build/ts/surfaces/admin/api/print-action/print-action.d.ts +1 -0
  178. package/build/ts/surfaces/admin/api/print-action/print-action.d.ts.map +1 -1
  179. package/build/ts/surfaces/admin/api/product-configuration/product-details-configuration.d.ts +4 -2
  180. package/build/ts/surfaces/admin/api/product-configuration/product-details-configuration.d.ts.map +1 -1
  181. package/build/ts/surfaces/admin/api/product-configuration/product-variant-details-configuration.d.ts +4 -2
  182. package/build/ts/surfaces/admin/api/product-configuration/product-variant-details-configuration.d.ts.map +1 -1
  183. package/build/ts/surfaces/admin/api/purchase-options-card-action.d.ts +1 -0
  184. package/build/ts/surfaces/admin/api/purchase-options-card-action.d.ts.map +1 -1
  185. package/build/ts/surfaces/admin/api/resource-picker/resource-picker.d.ts +36 -17
  186. package/build/ts/surfaces/admin/api/resource-picker/resource-picker.d.ts.map +1 -1
  187. package/build/ts/surfaces/admin/api/shared.d.ts +2 -0
  188. package/build/ts/surfaces/admin/api/shared.d.ts.map +1 -1
  189. package/build/ts/surfaces/admin/api/standard/standard-rendering.d.ts +3 -0
  190. package/build/ts/surfaces/admin/api/standard/standard-rendering.d.ts.map +1 -1
  191. package/build/ts/surfaces/admin/api/standard/standard.d.ts +4 -1
  192. package/build/ts/surfaces/admin/api/standard/standard.d.ts.map +1 -1
  193. package/build/ts/surfaces/admin/api/standard/storage.d.ts +4 -0
  194. package/build/ts/surfaces/admin/api/standard/storage.d.ts.map +1 -1
  195. package/build/ts/surfaces/admin/api.d.ts +1 -0
  196. package/build/ts/surfaces/admin/api.d.ts.map +1 -1
  197. package/build/ts/surfaces/admin/components/AdminAction.d.ts +6 -0
  198. package/build/ts/surfaces/admin/components/AdminBlock.d.ts +6 -0
  199. package/build/ts/surfaces/admin/components/AdminPrintAction.d.ts +6 -0
  200. package/build/ts/surfaces/admin/components/Avatar.d.ts +9 -0
  201. package/build/ts/surfaces/admin/components/Badge.d.ts +10 -1
  202. package/build/ts/surfaces/admin/components/Banner.d.ts +11 -0
  203. package/build/ts/surfaces/admin/components/Box.d.ts +14 -0
  204. package/build/ts/surfaces/admin/components/Button.d.ts +15 -1
  205. package/build/ts/surfaces/admin/components/ButtonGroup.d.ts +8 -0
  206. package/build/ts/surfaces/admin/components/Checkbox.d.ts +12 -1
  207. package/build/ts/surfaces/admin/components/Chip.d.ts +4 -2
  208. package/build/ts/surfaces/admin/components/Choice.d.ts +10 -2
  209. package/build/ts/surfaces/admin/components/ChoiceList.d.ts +12 -2
  210. package/build/ts/surfaces/admin/components/Clickable.d.ts +23 -11
  211. package/build/ts/surfaces/admin/components/ClickableChip.d.ts +11 -0
  212. package/build/ts/surfaces/admin/components/ColorField.d.ts +12 -0
  213. package/build/ts/surfaces/admin/components/ColorPicker.d.ts +9 -0
  214. package/build/ts/surfaces/admin/components/DateField.d.ts +11 -0
  215. package/build/ts/surfaces/admin/components/DatePicker.d.ts +10 -1
  216. package/build/ts/surfaces/admin/components/Divider.d.ts +7 -0
  217. package/build/ts/surfaces/admin/components/DropZone.d.ts +8 -4
  218. package/build/ts/surfaces/admin/components/EmailField.d.ts +12 -0
  219. package/build/ts/surfaces/admin/components/Form.d.ts +10 -0
  220. package/build/ts/surfaces/admin/components/FunctionSettings.d.ts +12 -0
  221. package/build/ts/surfaces/admin/components/Grid.d.ts +28 -12
  222. package/build/ts/surfaces/admin/components/GridItem.d.ts +22 -7
  223. package/build/ts/surfaces/admin/components/Heading.d.ts +8 -0
  224. package/build/ts/surfaces/admin/components/Icon.d.ts +6 -3
  225. package/build/ts/surfaces/admin/components/Image.d.ts +22 -7
  226. package/build/ts/surfaces/admin/components/Link.d.ts +13 -3
  227. package/build/ts/surfaces/admin/components/ListItem.d.ts +8 -0
  228. package/build/ts/surfaces/admin/components/Menu.d.ts +11 -0
  229. package/build/ts/surfaces/admin/components/Modal.d.ts +8 -4
  230. package/build/ts/surfaces/admin/components/MoneyField.d.ts +13 -0
  231. package/build/ts/surfaces/admin/components/NumberField.d.ts +12 -0
  232. package/build/ts/surfaces/admin/components/Option.d.ts +10 -2
  233. package/build/ts/surfaces/admin/components/OptionGroup.d.ts +10 -2
  234. package/build/ts/surfaces/admin/components/OrderedList.d.ts +8 -0
  235. package/build/ts/surfaces/admin/components/Page.d.ts +4 -2
  236. package/build/ts/surfaces/admin/components/Paragraph.d.ts +8 -0
  237. package/build/ts/surfaces/admin/components/PasswordField.d.ts +12 -0
  238. package/build/ts/surfaces/admin/components/QueryContainer.d.ts +8 -0
  239. package/build/ts/surfaces/admin/components/SearchField.d.ts +13 -1
  240. package/build/ts/surfaces/admin/components/Section.d.ts +9 -0
  241. package/build/ts/surfaces/admin/components/Select.d.ts +14 -2
  242. package/build/ts/surfaces/admin/components/Spinner.d.ts +7 -0
  243. package/build/ts/surfaces/admin/components/Stack.d.ts +27 -11
  244. package/build/ts/surfaces/admin/components/Switch.d.ts +12 -1
  245. package/build/ts/surfaces/admin/components/Table.d.ts +15 -0
  246. package/build/ts/surfaces/admin/components/TableBody.d.ts +8 -0
  247. package/build/ts/surfaces/admin/components/TableCell.d.ts +9 -0
  248. package/build/ts/surfaces/admin/components/TableHeader.d.ts +9 -0
  249. package/build/ts/surfaces/admin/components/TableHeaderRow.d.ts +8 -0
  250. package/build/ts/surfaces/admin/components/TableRow.d.ts +8 -0
  251. package/build/ts/surfaces/admin/components/Text.d.ts +19 -0
  252. package/build/ts/surfaces/admin/components/TextArea.d.ts +12 -0
  253. package/build/ts/surfaces/admin/components/TextField.d.ts +14 -1
  254. package/build/ts/surfaces/admin/components/Thumbnail.d.ts +9 -0
  255. package/build/ts/surfaces/admin/components/Tooltip.d.ts +11 -0
  256. package/build/ts/surfaces/admin/components/URLField.d.ts +12 -0
  257. package/build/ts/surfaces/admin/components/UnorderedList.d.ts +14 -0
  258. package/build/ts/surfaces/admin/components/shared.d.ts +267 -0
  259. package/build/ts/surfaces/admin/extension-targets.d.ts +8 -1
  260. package/build/ts/surfaces/admin/extension-targets.d.ts.map +1 -1
  261. package/build/ts/surfaces/admin/targets/admin.app.intent.render.d.ts +61 -0
  262. package/build/ts/surfaces/checkout/api/address-autocomplete/format-suggestion.d.ts +2 -0
  263. package/build/ts/surfaces/checkout/api/address-autocomplete/format-suggestion.d.ts.map +1 -1
  264. package/build/ts/surfaces/checkout/api/address-autocomplete/shared.d.ts +3 -0
  265. package/build/ts/surfaces/checkout/api/address-autocomplete/shared.d.ts.map +1 -1
  266. package/build/ts/surfaces/checkout/api/address-autocomplete/standard.d.ts +1 -0
  267. package/build/ts/surfaces/checkout/api/address-autocomplete/standard.d.ts.map +1 -1
  268. package/build/ts/surfaces/checkout/api/address-autocomplete/suggest.d.ts +2 -0
  269. package/build/ts/surfaces/checkout/api/address-autocomplete/suggest.d.ts.map +1 -1
  270. package/build/ts/surfaces/checkout/api/announcement/announcement.d.ts +1 -0
  271. package/build/ts/surfaces/checkout/api/announcement/announcement.d.ts.map +1 -1
  272. package/build/ts/surfaces/checkout/api/cart-line/cart-line-item.d.ts +5 -1
  273. package/build/ts/surfaces/checkout/api/cart-line/cart-line-item.d.ts.map +1 -1
  274. package/build/ts/surfaces/checkout/api/checkout/checkout.d.ts +258 -122
  275. package/build/ts/surfaces/checkout/api/checkout/checkout.d.ts.map +1 -1
  276. package/build/ts/surfaces/checkout/api/docs.d.ts +33 -8
  277. package/build/ts/surfaces/checkout/api/docs.d.ts.map +1 -1
  278. package/build/ts/surfaces/checkout/api/order-confirmation/order-confirmation.d.ts +12 -5
  279. package/build/ts/surfaces/checkout/api/order-confirmation/order-confirmation.d.ts.map +1 -1
  280. package/build/ts/surfaces/checkout/api/payment/payment-option-item.d.ts +7 -0
  281. package/build/ts/surfaces/checkout/api/payment/payment-option-item.d.ts.map +1 -1
  282. package/build/ts/surfaces/checkout/api/pickup/pickup-location-item.d.ts +3 -2
  283. package/build/ts/surfaces/checkout/api/pickup/pickup-location-item.d.ts.map +1 -1
  284. package/build/ts/surfaces/checkout/api/pickup/pickup-location-list.d.ts +4 -1
  285. package/build/ts/surfaces/checkout/api/pickup/pickup-location-list.d.ts.map +1 -1
  286. package/build/ts/surfaces/checkout/api/pickup/pickup-point-list.d.ts +4 -1
  287. package/build/ts/surfaces/checkout/api/pickup/pickup-point-list.d.ts.map +1 -1
  288. package/build/ts/surfaces/checkout/api/redeemable/redeemable.d.ts +7 -0
  289. package/build/ts/surfaces/checkout/api/redeemable/redeemable.d.ts.map +1 -1
  290. package/build/ts/surfaces/checkout/api/shared.d.ts +79 -31
  291. package/build/ts/surfaces/checkout/api/shared.d.ts.map +1 -1
  292. package/build/ts/surfaces/checkout/api/shipping/shipping-option-item.d.ts +6 -4
  293. package/build/ts/surfaces/checkout/api/shipping/shipping-option-item.d.ts.map +1 -1
  294. package/build/ts/surfaces/checkout/api/shipping/shipping-option-list.d.ts +18 -12
  295. package/build/ts/surfaces/checkout/api/shipping/shipping-option-list.d.ts.map +1 -1
  296. package/build/ts/surfaces/checkout/api/standard/standard.d.ts +659 -443
  297. package/build/ts/surfaces/checkout/api/standard/standard.d.ts.map +1 -1
  298. package/build/ts/surfaces/checkout/components/Abbreviation.d.ts +4 -0
  299. package/build/ts/surfaces/checkout/components/Announcement.d.ts +38 -9
  300. package/build/ts/surfaces/checkout/components/Badge.d.ts +46 -3
  301. package/build/ts/surfaces/checkout/components/Banner.d.ts +64 -9
  302. package/build/ts/surfaces/checkout/components/Box.d.ts +52 -0
  303. package/build/ts/surfaces/checkout/components/Button.d.ts +16 -3
  304. package/build/ts/surfaces/checkout/components/Chat.d.ts +20 -0
  305. package/build/ts/surfaces/checkout/components/Checkbox.d.ts +17 -2
  306. package/build/ts/surfaces/checkout/components/Chip.d.ts +8 -0
  307. package/build/ts/surfaces/checkout/components/Choice.d.ts +8 -0
  308. package/build/ts/surfaces/checkout/components/ChoiceList.d.ts +17 -2
  309. package/build/ts/surfaces/checkout/components/Clickable.d.ts +37 -7
  310. package/build/ts/surfaces/checkout/components/ClickableChip.d.ts +23 -5
  311. package/build/ts/surfaces/checkout/components/ClipboardItem.d.ts +16 -2
  312. package/build/ts/surfaces/checkout/components/ConsentCheckbox.d.ts +17 -2
  313. package/build/ts/surfaces/checkout/components/ConsentPhoneField.d.ts +29 -10
  314. package/build/ts/surfaces/checkout/components/DateField.d.ts +31 -6
  315. package/build/ts/surfaces/checkout/components/DatePicker.d.ts +28 -5
  316. package/build/ts/surfaces/checkout/components/Details.d.ts +14 -0
  317. package/build/ts/surfaces/checkout/components/Divider.d.ts +1 -0
  318. package/build/ts/surfaces/checkout/components/DropZone.d.ts +22 -3
  319. package/build/ts/surfaces/checkout/components/EmailField.d.ts +29 -10
  320. package/build/ts/surfaces/checkout/components/Form.d.ts +16 -1
  321. package/build/ts/surfaces/checkout/components/Grid.d.ts +139 -0
  322. package/build/ts/surfaces/checkout/components/GridItem.d.ts +57 -0
  323. package/build/ts/surfaces/checkout/components/Heading.d.ts +4 -0
  324. package/build/ts/surfaces/checkout/components/Icon.d.ts +49 -4
  325. package/build/ts/surfaces/checkout/components/Image.d.ts +43 -1
  326. package/build/ts/surfaces/checkout/components/Link.d.ts +16 -3
  327. package/build/ts/surfaces/checkout/components/ListItem.d.ts +4 -0
  328. package/build/ts/surfaces/checkout/components/Map.d.ts +68 -6
  329. package/build/ts/surfaces/checkout/components/MapMarker.d.ts +39 -8
  330. package/build/ts/surfaces/checkout/components/Modal.d.ts +52 -8
  331. package/build/ts/surfaces/checkout/components/MoneyField.d.ts +23 -8
  332. package/build/ts/surfaces/checkout/components/NumberField.d.ts +29 -10
  333. package/build/ts/surfaces/checkout/components/Option.d.ts +4 -0
  334. package/build/ts/surfaces/checkout/components/OrderedList.d.ts +4 -0
  335. package/build/ts/surfaces/checkout/components/Paragraph.d.ts +4 -0
  336. package/build/ts/surfaces/checkout/components/PasswordField.d.ts +29 -10
  337. package/build/ts/surfaces/checkout/components/PaymentIcon.d.ts +17 -1
  338. package/build/ts/surfaces/checkout/components/PhoneField.d.ts +29 -10
  339. package/build/ts/surfaces/checkout/components/Popover.d.ts +39 -22
  340. package/build/ts/surfaces/checkout/components/PressButton.d.ts +20 -6
  341. package/build/ts/surfaces/checkout/components/ProductThumbnail.d.ts +26 -1
  342. package/build/ts/surfaces/checkout/components/Progress.d.ts +29 -0
  343. package/build/ts/surfaces/checkout/components/QRCode.d.ts +28 -3
  344. package/build/ts/surfaces/checkout/components/QueryContainer.d.ts +1 -0
  345. package/build/ts/surfaces/checkout/components/ScrollBox.d.ts +57 -0
  346. package/build/ts/surfaces/checkout/components/Section.d.ts +4 -0
  347. package/build/ts/surfaces/checkout/components/Select.d.ts +21 -6
  348. package/build/ts/surfaces/checkout/components/Sheet.d.ts +40 -13
  349. package/build/ts/surfaces/checkout/components/SkeletonParagraph.d.ts +4 -0
  350. package/build/ts/surfaces/checkout/components/Spinner.d.ts +18 -0
  351. package/build/ts/surfaces/checkout/components/Stack.d.ts +112 -0
  352. package/build/ts/surfaces/checkout/components/Summary.d.ts +4 -0
  353. package/build/ts/surfaces/checkout/components/Switch.d.ts +17 -2
  354. package/build/ts/surfaces/checkout/components/Text.d.ts +4 -0
  355. package/build/ts/surfaces/checkout/components/TextArea.d.ts +23 -8
  356. package/build/ts/surfaces/checkout/components/TextField.d.ts +29 -10
  357. package/build/ts/surfaces/checkout/components/Time.d.ts +4 -0
  358. package/build/ts/surfaces/checkout/components/Tooltip.d.ts +21 -2
  359. package/build/ts/surfaces/checkout/components/UnorderedList.d.ts +4 -0
  360. package/build/ts/surfaces/checkout/components/UrlField.d.ts +29 -10
  361. package/build/ts/surfaces/checkout/components/components-shared.d.ts +616 -605
  362. package/build/ts/surfaces/checkout/components/components.d.ts +568 -288
  363. package/build/ts/surfaces/checkout/extension-targets.d.ts +13 -0
  364. package/build/ts/surfaces/checkout/extension-targets.d.ts.map +1 -1
  365. package/build/ts/surfaces/checkout/globals.d.ts +1 -0
  366. package/build/ts/surfaces/checkout/globals.d.ts.map +1 -1
  367. package/build/ts/surfaces/checkout/preact/api.d.ts +2 -0
  368. package/build/ts/surfaces/checkout/preact/api.d.ts.map +1 -1
  369. package/build/ts/surfaces/checkout/preact/app-metafields.d.ts +1 -0
  370. package/build/ts/surfaces/checkout/preact/app-metafields.d.ts.map +1 -1
  371. package/build/ts/surfaces/checkout/preact/attributes.d.ts +3 -0
  372. package/build/ts/surfaces/checkout/preact/attributes.d.ts.map +1 -1
  373. package/build/ts/surfaces/checkout/preact/billing-address.d.ts +1 -0
  374. package/build/ts/surfaces/checkout/preact/billing-address.d.ts.map +1 -1
  375. package/build/ts/surfaces/checkout/preact/buyer-identity.d.ts +4 -0
  376. package/build/ts/surfaces/checkout/preact/buyer-identity.d.ts.map +1 -1
  377. package/build/ts/surfaces/checkout/preact/buyer-journey.d.ts +5 -0
  378. package/build/ts/surfaces/checkout/preact/buyer-journey.d.ts.map +1 -1
  379. package/build/ts/surfaces/checkout/preact/capabilities.d.ts +2 -0
  380. package/build/ts/surfaces/checkout/preact/capabilities.d.ts.map +1 -1
  381. package/build/ts/surfaces/checkout/preact/cart-line-target.d.ts +1 -0
  382. package/build/ts/surfaces/checkout/preact/cart-line-target.d.ts.map +1 -1
  383. package/build/ts/surfaces/checkout/preact/cart-lines.d.ts +2 -0
  384. package/build/ts/surfaces/checkout/preact/cart-lines.d.ts.map +1 -1
  385. package/build/ts/surfaces/checkout/preact/checkout-settings.d.ts +1 -0
  386. package/build/ts/surfaces/checkout/preact/checkout-settings.d.ts.map +1 -1
  387. package/build/ts/surfaces/checkout/preact/checkout-token.d.ts +1 -0
  388. package/build/ts/surfaces/checkout/preact/checkout-token.d.ts.map +1 -1
  389. package/build/ts/surfaces/checkout/preact/cost.d.ts +4 -0
  390. package/build/ts/surfaces/checkout/preact/cost.d.ts.map +1 -1
  391. package/build/ts/surfaces/checkout/preact/country.d.ts +1 -0
  392. package/build/ts/surfaces/checkout/preact/country.d.ts.map +1 -1
  393. package/build/ts/surfaces/checkout/preact/currency.d.ts +1 -0
  394. package/build/ts/surfaces/checkout/preact/currency.d.ts.map +1 -1
  395. package/build/ts/surfaces/checkout/preact/customer-privacy.d.ts +1 -0
  396. package/build/ts/surfaces/checkout/preact/customer-privacy.d.ts.map +1 -1
  397. package/build/ts/surfaces/checkout/preact/delivery-group-list-target.d.ts +1 -0
  398. package/build/ts/surfaces/checkout/preact/delivery-group-list-target.d.ts.map +1 -1
  399. package/build/ts/surfaces/checkout/preact/delivery-group-target.d.ts +1 -0
  400. package/build/ts/surfaces/checkout/preact/delivery-group-target.d.ts.map +1 -1
  401. package/build/ts/surfaces/checkout/preact/delivery-group.d.ts +1 -0
  402. package/build/ts/surfaces/checkout/preact/delivery-group.d.ts.map +1 -1
  403. package/build/ts/surfaces/checkout/preact/delivery-groups.d.ts +1 -0
  404. package/build/ts/surfaces/checkout/preact/delivery-groups.d.ts.map +1 -1
  405. package/build/ts/surfaces/checkout/preact/delivery-selection-groups.d.ts +1 -0
  406. package/build/ts/surfaces/checkout/preact/delivery-selection-groups.d.ts.map +1 -1
  407. package/build/ts/surfaces/checkout/preact/discounts.d.ts +3 -0
  408. package/build/ts/surfaces/checkout/preact/discounts.d.ts.map +1 -1
  409. package/build/ts/surfaces/checkout/preact/extension-editor.d.ts +1 -0
  410. package/build/ts/surfaces/checkout/preact/extension-editor.d.ts.map +1 -1
  411. package/build/ts/surfaces/checkout/preact/extension-language.d.ts +1 -0
  412. package/build/ts/surfaces/checkout/preact/extension-language.d.ts.map +1 -1
  413. package/build/ts/surfaces/checkout/preact/extension.d.ts +2 -0
  414. package/build/ts/surfaces/checkout/preact/extension.d.ts.map +1 -1
  415. package/build/ts/surfaces/checkout/preact/gift-cards.d.ts +2 -0
  416. package/build/ts/surfaces/checkout/preact/gift-cards.d.ts.map +1 -1
  417. package/build/ts/surfaces/checkout/preact/instructions.d.ts +1 -0
  418. package/build/ts/surfaces/checkout/preact/instructions.d.ts.map +1 -1
  419. package/build/ts/surfaces/checkout/preact/language.d.ts +1 -0
  420. package/build/ts/surfaces/checkout/preact/language.d.ts.map +1 -1
  421. package/build/ts/surfaces/checkout/preact/localized-fields.d.ts +2 -0
  422. package/build/ts/surfaces/checkout/preact/localized-fields.d.ts.map +1 -1
  423. package/build/ts/surfaces/checkout/preact/market.d.ts +1 -0
  424. package/build/ts/surfaces/checkout/preact/market.d.ts.map +1 -1
  425. package/build/ts/surfaces/checkout/preact/metafields.d.ts +1 -0
  426. package/build/ts/surfaces/checkout/preact/metafields.d.ts.map +1 -1
  427. package/build/ts/surfaces/checkout/preact/note.d.ts +2 -0
  428. package/build/ts/surfaces/checkout/preact/note.d.ts.map +1 -1
  429. package/build/ts/surfaces/checkout/preact/payment-method.d.ts +3 -0
  430. package/build/ts/surfaces/checkout/preact/payment-method.d.ts.map +1 -1
  431. package/build/ts/surfaces/checkout/preact/payment-options.d.ts +2 -0
  432. package/build/ts/surfaces/checkout/preact/payment-options.d.ts.map +1 -1
  433. package/build/ts/surfaces/checkout/preact/pickup-location-option-target.d.ts +1 -0
  434. package/build/ts/surfaces/checkout/preact/pickup-location-option-target.d.ts.map +1 -1
  435. package/build/ts/surfaces/checkout/preact/redeemable.d.ts +1 -0
  436. package/build/ts/surfaces/checkout/preact/redeemable.d.ts.map +1 -1
  437. package/build/ts/surfaces/checkout/preact/session-token.d.ts +1 -0
  438. package/build/ts/surfaces/checkout/preact/session-token.d.ts.map +1 -1
  439. package/build/ts/surfaces/checkout/preact/settings.d.ts +1 -0
  440. package/build/ts/surfaces/checkout/preact/settings.d.ts.map +1 -1
  441. package/build/ts/surfaces/checkout/preact/shipping-address.d.ts +2 -0
  442. package/build/ts/surfaces/checkout/preact/shipping-address.d.ts.map +1 -1
  443. package/build/ts/surfaces/checkout/preact/shipping-option-target.d.ts +1 -0
  444. package/build/ts/surfaces/checkout/preact/shipping-option-target.d.ts.map +1 -1
  445. package/build/ts/surfaces/checkout/preact/shop.d.ts +1 -0
  446. package/build/ts/surfaces/checkout/preact/shop.d.ts.map +1 -1
  447. package/build/ts/surfaces/checkout/preact/storage.d.ts +1 -0
  448. package/build/ts/surfaces/checkout/preact/storage.d.ts.map +1 -1
  449. package/build/ts/surfaces/checkout/preact/subscription.d.ts +1 -0
  450. package/build/ts/surfaces/checkout/preact/subscription.d.ts.map +1 -1
  451. package/build/ts/surfaces/checkout/preact/target.d.ts +1 -0
  452. package/build/ts/surfaces/checkout/preact/target.d.ts.map +1 -1
  453. package/build/ts/surfaces/checkout/preact/timezone.d.ts +1 -0
  454. package/build/ts/surfaces/checkout/preact/timezone.d.ts.map +1 -1
  455. package/build/ts/surfaces/checkout/preact/translate.d.ts +1 -0
  456. package/build/ts/surfaces/checkout/preact/translate.d.ts.map +1 -1
  457. package/build/ts/surfaces/checkout/shared.d.ts +11 -19
  458. package/build/ts/surfaces/checkout/shared.d.ts.map +1 -1
  459. package/build/ts/surfaces/checkout/style/style.d.ts +1 -0
  460. package/build/ts/surfaces/checkout/style/style.d.ts.map +1 -1
  461. package/build/ts/surfaces/checkout/style/types.d.ts +20 -8
  462. package/build/ts/surfaces/checkout/style/types.d.ts.map +1 -1
  463. package/build/ts/surfaces/checkout/targets/purchase.cart-line-item.line-components.render.d.ts +1 -0
  464. package/build/ts/surfaces/checkout/targets/purchase.checkout.actions.render-before.d.ts +1 -0
  465. package/build/ts/surfaces/checkout/targets/purchase.checkout.block.render.d.ts +1 -0
  466. package/build/ts/surfaces/checkout/targets/purchase.checkout.cart-line-item.render-after.d.ts +1 -0
  467. package/build/ts/surfaces/checkout/targets/purchase.checkout.cart-line-list.render-after.d.ts +1 -0
  468. package/build/ts/surfaces/checkout/targets/purchase.checkout.chat.render.d.ts +2 -1
  469. package/build/ts/surfaces/checkout/targets/purchase.checkout.contact.render-after.d.ts +1 -0
  470. package/build/ts/surfaces/checkout/targets/purchase.checkout.delivery-address.render-after.d.ts +1 -0
  471. package/build/ts/surfaces/checkout/targets/purchase.checkout.delivery-address.render-before.d.ts +1 -0
  472. package/build/ts/surfaces/checkout/targets/purchase.checkout.footer.render-after.d.ts +1 -0
  473. package/build/ts/surfaces/checkout/targets/purchase.checkout.gift-card.render.d.ts +1 -0
  474. package/build/ts/surfaces/checkout/targets/purchase.checkout.header.render-after.d.ts +1 -0
  475. package/build/ts/surfaces/checkout/targets/purchase.checkout.payment-method-list.render-after.d.ts +1 -0
  476. package/build/ts/surfaces/checkout/targets/purchase.checkout.payment-method-list.render-before.d.ts +1 -0
  477. package/build/ts/surfaces/checkout/targets/purchase.checkout.payment-option-item.action-required.render.d.ts +1 -0
  478. package/build/ts/surfaces/checkout/targets/purchase.checkout.payment-option-item.details.render.d.ts +1 -0
  479. package/build/ts/surfaces/checkout/targets/purchase.checkout.payment-option-item.hosted-fields.render-after.d.ts +1 -0
  480. package/build/ts/surfaces/checkout/targets/purchase.checkout.pickup-location-list.render-after.d.ts +1 -0
  481. package/build/ts/surfaces/checkout/targets/purchase.checkout.pickup-location-list.render-before.d.ts +1 -0
  482. package/build/ts/surfaces/checkout/targets/purchase.checkout.pickup-location-option-item.render-after.d.ts +1 -0
  483. package/build/ts/surfaces/checkout/targets/purchase.checkout.pickup-point-list.render-after.d.ts +1 -0
  484. package/build/ts/surfaces/checkout/targets/purchase.checkout.pickup-point-list.render-before.d.ts +1 -0
  485. package/build/ts/surfaces/checkout/targets/purchase.checkout.reductions.render-after.d.ts +1 -0
  486. package/build/ts/surfaces/checkout/targets/purchase.checkout.reductions.render-before.d.ts +1 -0
  487. package/build/ts/surfaces/checkout/targets/purchase.checkout.shipping-option-item.details.render.d.ts +1 -0
  488. package/build/ts/surfaces/checkout/targets/purchase.checkout.shipping-option-item.render-after.d.ts +1 -0
  489. package/build/ts/surfaces/checkout/targets/purchase.checkout.shipping-option-list.render-after.d.ts +1 -0
  490. package/build/ts/surfaces/checkout/targets/purchase.checkout.shipping-option-list.render-before.d.ts +1 -0
  491. package/build/ts/surfaces/checkout/targets/purchase.thank-you.announcement.render.d.ts +1 -0
  492. package/build/ts/surfaces/checkout/targets/purchase.thank-you.block.render.d.ts +1 -0
  493. package/build/ts/surfaces/checkout/targets/purchase.thank-you.cart-line-item.render-after.d.ts +1 -0
  494. package/build/ts/surfaces/checkout/targets/purchase.thank-you.cart-line-list.render-after.d.ts +1 -0
  495. package/build/ts/surfaces/checkout/targets/purchase.thank-you.chat.render.d.ts +2 -1
  496. package/build/ts/surfaces/checkout/targets/purchase.thank-you.customer-information.render-after.d.ts +1 -0
  497. package/build/ts/surfaces/checkout/targets/purchase.thank-you.footer.render-after.d.ts +1 -0
  498. package/build/ts/surfaces/checkout/targets/purchase.thank-you.header.render-after.d.ts +1 -0
  499. package/build/ts/surfaces/customer-account/api/cart-line/cart-line-item.d.ts +3 -0
  500. package/build/ts/surfaces/customer-account/api/cart-line/cart-line-item.d.ts.map +1 -1
  501. package/build/ts/surfaces/customer-account/api/docs.d.ts +231 -3
  502. package/build/ts/surfaces/customer-account/api/docs.d.ts.map +1 -1
  503. package/build/ts/surfaces/customer-account/api/order-status/order-status.d.ts +454 -295
  504. package/build/ts/surfaces/customer-account/api/order-status/order-status.d.ts.map +1 -1
  505. package/build/ts/surfaces/customer-account/api/shared.d.ts +209 -137
  506. package/build/ts/surfaces/customer-account/api/shared.d.ts.map +1 -1
  507. package/build/ts/surfaces/customer-account/api/standard-api/standard-api.d.ts +84 -68
  508. package/build/ts/surfaces/customer-account/api/standard-api/standard-api.d.ts.map +1 -1
  509. package/build/ts/surfaces/customer-account/components/Abbreviation.d.ts +4 -0
  510. package/build/ts/surfaces/customer-account/components/Announcement.d.ts +38 -9
  511. package/build/ts/surfaces/customer-account/components/Avatar.d.ts +43 -15
  512. package/build/ts/surfaces/customer-account/components/Badge.d.ts +46 -3
  513. package/build/ts/surfaces/customer-account/components/Banner.d.ts +64 -9
  514. package/build/ts/surfaces/customer-account/components/Box.d.ts +52 -0
  515. package/build/ts/surfaces/customer-account/components/Button.d.ts +16 -3
  516. package/build/ts/surfaces/customer-account/components/ButtonGroup.d.ts +3 -3
  517. package/build/ts/surfaces/customer-account/components/Chat.d.ts +20 -0
  518. package/build/ts/surfaces/customer-account/components/Checkbox.d.ts +17 -2
  519. package/build/ts/surfaces/customer-account/components/Chip.d.ts +8 -0
  520. package/build/ts/surfaces/customer-account/components/Choice.d.ts +8 -0
  521. package/build/ts/surfaces/customer-account/components/ChoiceList.d.ts +17 -2
  522. package/build/ts/surfaces/customer-account/components/Clickable.d.ts +37 -7
  523. package/build/ts/surfaces/customer-account/components/ClickableChip.d.ts +23 -5
  524. package/build/ts/surfaces/customer-account/components/ClipboardItem.d.ts +16 -2
  525. package/build/ts/surfaces/customer-account/components/ConsentCheckbox.d.ts +17 -2
  526. package/build/ts/surfaces/customer-account/components/ConsentPhoneField.d.ts +29 -10
  527. package/build/ts/surfaces/customer-account/components/CustomerAccountAction.d.ts +3 -3
  528. package/build/ts/surfaces/customer-account/components/DateField.d.ts +31 -6
  529. package/build/ts/surfaces/customer-account/components/DatePicker.d.ts +28 -5
  530. package/build/ts/surfaces/customer-account/components/Details.d.ts +14 -0
  531. package/build/ts/surfaces/customer-account/components/Divider.d.ts +1 -0
  532. package/build/ts/surfaces/customer-account/components/DropZone.d.ts +22 -3
  533. package/build/ts/surfaces/customer-account/components/EmailField.d.ts +29 -10
  534. package/build/ts/surfaces/customer-account/components/Form.d.ts +16 -1
  535. package/build/ts/surfaces/customer-account/components/Grid.d.ts +139 -0
  536. package/build/ts/surfaces/customer-account/components/GridItem.d.ts +57 -0
  537. package/build/ts/surfaces/customer-account/components/Heading.d.ts +4 -0
  538. package/build/ts/surfaces/customer-account/components/Icon.d.ts +49 -4
  539. package/build/ts/surfaces/customer-account/components/Image.d.ts +43 -1
  540. package/build/ts/surfaces/customer-account/components/ImageGroup.d.ts +7 -2
  541. package/build/ts/surfaces/customer-account/components/Link.d.ts +16 -3
  542. package/build/ts/surfaces/customer-account/components/ListItem.d.ts +4 -0
  543. package/build/ts/surfaces/customer-account/components/Map.d.ts +68 -6
  544. package/build/ts/surfaces/customer-account/components/MapMarker.d.ts +39 -8
  545. package/build/ts/surfaces/customer-account/components/Menu.d.ts +1 -1
  546. package/build/ts/surfaces/customer-account/components/Modal.d.ts +52 -8
  547. package/build/ts/surfaces/customer-account/components/MoneyField.d.ts +23 -8
  548. package/build/ts/surfaces/customer-account/components/NumberField.d.ts +29 -10
  549. package/build/ts/surfaces/customer-account/components/Option.d.ts +4 -0
  550. package/build/ts/surfaces/customer-account/components/OrderedList.d.ts +4 -0
  551. package/build/ts/surfaces/customer-account/components/Page.d.ts +5 -5
  552. package/build/ts/surfaces/customer-account/components/Paragraph.d.ts +4 -0
  553. package/build/ts/surfaces/customer-account/components/PasswordField.d.ts +29 -10
  554. package/build/ts/surfaces/customer-account/components/PaymentIcon.d.ts +17 -1
  555. package/build/ts/surfaces/customer-account/components/PhoneField.d.ts +29 -10
  556. package/build/ts/surfaces/customer-account/components/Popover.d.ts +39 -22
  557. package/build/ts/surfaces/customer-account/components/PressButton.d.ts +20 -6
  558. package/build/ts/surfaces/customer-account/components/ProductThumbnail.d.ts +26 -1
  559. package/build/ts/surfaces/customer-account/components/Progress.d.ts +29 -0
  560. package/build/ts/surfaces/customer-account/components/QRCode.d.ts +28 -3
  561. package/build/ts/surfaces/customer-account/components/QueryContainer.d.ts +1 -0
  562. package/build/ts/surfaces/customer-account/components/ScrollBox.d.ts +57 -0
  563. package/build/ts/surfaces/customer-account/components/Section.d.ts +4 -0
  564. package/build/ts/surfaces/customer-account/components/Select.d.ts +21 -6
  565. package/build/ts/surfaces/customer-account/components/Sheet.d.ts +40 -13
  566. package/build/ts/surfaces/customer-account/components/SkeletonParagraph.d.ts +4 -0
  567. package/build/ts/surfaces/customer-account/components/Spinner.d.ts +18 -0
  568. package/build/ts/surfaces/customer-account/components/Stack.d.ts +112 -0
  569. package/build/ts/surfaces/customer-account/components/Summary.d.ts +4 -0
  570. package/build/ts/surfaces/customer-account/components/Switch.d.ts +17 -2
  571. package/build/ts/surfaces/customer-account/components/Text.d.ts +4 -0
  572. package/build/ts/surfaces/customer-account/components/TextArea.d.ts +23 -8
  573. package/build/ts/surfaces/customer-account/components/TextField.d.ts +29 -10
  574. package/build/ts/surfaces/customer-account/components/Time.d.ts +4 -0
  575. package/build/ts/surfaces/customer-account/components/Tooltip.d.ts +21 -2
  576. package/build/ts/surfaces/customer-account/components/UnorderedList.d.ts +4 -0
  577. package/build/ts/surfaces/customer-account/components/UrlField.d.ts +29 -10
  578. package/build/ts/surfaces/customer-account/components/components-shared.d.ts +616 -605
  579. package/build/ts/surfaces/customer-account/components/components.d.ts +568 -288
  580. package/build/ts/surfaces/customer-account/components/shared.d.ts +23 -2
  581. package/build/ts/surfaces/customer-account/components/shared.d.ts.map +1 -1
  582. package/build/ts/surfaces/customer-account/components/shared.ts +23 -5
  583. package/build/ts/surfaces/customer-account/extension-targets.d.ts +8 -0
  584. package/build/ts/surfaces/customer-account/extension-targets.d.ts.map +1 -1
  585. package/build/ts/surfaces/customer-account/targets/customer-account.footer.render-after.d.ts +1 -0
  586. package/build/ts/surfaces/customer-account/targets/customer-account.order-index.announcement.render.d.ts +1 -0
  587. package/build/ts/surfaces/customer-account/targets/customer-account.order-index.block.render.d.ts +1 -0
  588. package/build/ts/surfaces/customer-account/targets/customer-account.order-status.announcement.render.d.ts +1 -0
  589. package/build/ts/surfaces/customer-account/targets/customer-account.order-status.block.render.d.ts +1 -0
  590. package/build/ts/surfaces/customer-account/targets/customer-account.order-status.cart-line-item.render-after.d.ts +1 -0
  591. package/build/ts/surfaces/customer-account/targets/customer-account.order-status.cart-line-list.render-after.d.ts +1 -0
  592. package/build/ts/surfaces/customer-account/targets/customer-account.order-status.customer-information.render-after.d.ts +1 -0
  593. package/build/ts/surfaces/customer-account/targets/customer-account.order-status.fulfillment-details.render-after.d.ts +1 -0
  594. package/build/ts/surfaces/customer-account/targets/customer-account.order-status.payment-details.render-after.d.ts +1 -0
  595. package/build/ts/surfaces/customer-account/targets/customer-account.order-status.return-details.render-after.d.ts +1 -0
  596. package/build/ts/surfaces/customer-account/targets/customer-account.order-status.unfulfilled-items.render-after.d.ts +1 -0
  597. package/build/ts/surfaces/customer-account/targets/customer-account.order.action.menu-item.render.d.ts +1 -0
  598. package/build/ts/surfaces/customer-account/targets/customer-account.order.action.render.d.ts +1 -0
  599. package/build/ts/surfaces/customer-account/targets/customer-account.order.page.render.d.ts +1 -0
  600. package/build/ts/surfaces/customer-account/targets/customer-account.page.render.d.ts +1 -0
  601. package/build/ts/surfaces/customer-account/targets/customer-account.profile.addresses.render-after.d.ts +1 -0
  602. package/build/ts/surfaces/customer-account/targets/customer-account.profile.announcement.render.d.ts +1 -0
  603. package/build/ts/surfaces/customer-account/targets/customer-account.profile.block.render.d.ts +1 -0
  604. package/build/ts/surfaces/customer-account/targets/customer-account.profile.company-details.render-after.d.ts +1 -0
  605. package/build/ts/surfaces/customer-account/targets/customer-account.profile.company-location-addresses.render-after.d.ts +1 -0
  606. package/build/ts/surfaces/customer-account/targets/customer-account.profile.company-location-payment.render-after.d.ts +1 -0
  607. package/build/ts/surfaces/customer-account/targets/customer-account.profile.company-location-staff.render-after.d.ts +1 -0
  608. package/build/ts/surfaces/customer-account/targets/customer-account.profile.payment.render-after.d.ts +1 -0
  609. package/build/ts/surfaces/point-of-sale/api/action-api/action-api.d.ts +4 -0
  610. package/build/ts/surfaces/point-of-sale/api/action-api/action-api.d.ts.map +1 -1
  611. package/build/ts/surfaces/point-of-sale/api/action-target-api/action-target-api.d.ts +3 -0
  612. package/build/ts/surfaces/point-of-sale/api/action-target-api/action-target-api.d.ts.map +1 -1
  613. package/build/ts/surfaces/point-of-sale/api/camera-api/camera-api.d.ts +4 -0
  614. package/build/ts/surfaces/point-of-sale/api/camera-api/camera-api.d.ts.map +1 -1
  615. package/build/ts/surfaces/point-of-sale/api/cart-api/cart-api.d.ts +7 -0
  616. package/build/ts/surfaces/point-of-sale/api/cart-api/cart-api.d.ts.map +1 -1
  617. package/build/ts/surfaces/point-of-sale/api/cart-line-item-api/cart-line-item-api.d.ts +1 -0
  618. package/build/ts/surfaces/point-of-sale/api/cart-line-item-api/cart-line-item-api.d.ts.map +1 -1
  619. package/build/ts/surfaces/point-of-sale/api/cash-drawer-api/cash-drawer-api.d.ts +2 -0
  620. package/build/ts/surfaces/point-of-sale/api/cash-drawer-api/cash-drawer-api.d.ts.map +1 -1
  621. package/build/ts/surfaces/point-of-sale/api/connectivity-api/connectivity-api.d.ts +9 -0
  622. package/build/ts/surfaces/point-of-sale/api/connectivity-api/connectivity-api.d.ts.map +1 -1
  623. package/build/ts/surfaces/point-of-sale/api/customer-api/customer-api.d.ts +5 -0
  624. package/build/ts/surfaces/point-of-sale/api/customer-api/customer-api.d.ts.map +1 -1
  625. package/build/ts/surfaces/point-of-sale/api/device-api/device-api.d.ts +5 -0
  626. package/build/ts/surfaces/point-of-sale/api/device-api/device-api.d.ts.map +1 -1
  627. package/build/ts/surfaces/point-of-sale/api/draft-order-api/draft-order-api.d.ts +5 -0
  628. package/build/ts/surfaces/point-of-sale/api/draft-order-api/draft-order-api.d.ts.map +1 -1
  629. package/build/ts/surfaces/point-of-sale/api/locale-api/locale-api.d.ts +5 -0
  630. package/build/ts/surfaces/point-of-sale/api/locale-api/locale-api.d.ts.map +1 -1
  631. package/build/ts/surfaces/point-of-sale/api/navigation-api/navigation-api.d.ts +9 -0
  632. package/build/ts/surfaces/point-of-sale/api/navigation-api/navigation-api.d.ts.map +1 -1
  633. package/build/ts/surfaces/point-of-sale/api/order-api/order-api.d.ts +2 -0
  634. package/build/ts/surfaces/point-of-sale/api/order-api/order-api.d.ts.map +1 -1
  635. package/build/ts/surfaces/point-of-sale/api/pin-pad-api.d.ts +5 -0
  636. package/build/ts/surfaces/point-of-sale/api/pin-pad-api.d.ts.map +1 -1
  637. package/build/ts/surfaces/point-of-sale/api/print-api/print-api.d.ts +2 -0
  638. package/build/ts/surfaces/point-of-sale/api/print-api/print-api.d.ts.map +1 -1
  639. package/build/ts/surfaces/point-of-sale/api/product-api/product-api.d.ts +5 -0
  640. package/build/ts/surfaces/point-of-sale/api/product-api/product-api.d.ts.map +1 -1
  641. package/build/ts/surfaces/point-of-sale/api/product-search-api/product-search-api.d.ts +10 -0
  642. package/build/ts/surfaces/point-of-sale/api/product-search-api/product-search-api.d.ts.map +1 -1
  643. package/build/ts/surfaces/point-of-sale/api/scanner-api/scanner-api.d.ts +12 -1
  644. package/build/ts/surfaces/point-of-sale/api/scanner-api/scanner-api.d.ts.map +1 -1
  645. package/build/ts/surfaces/point-of-sale/api/session-api/session-api.d.ts +5 -0
  646. package/build/ts/surfaces/point-of-sale/api/session-api/session-api.d.ts.map +1 -1
  647. package/build/ts/surfaces/point-of-sale/api/standard/standard-api.d.ts +3 -0
  648. package/build/ts/surfaces/point-of-sale/api/standard/standard-api.d.ts.map +1 -1
  649. package/build/ts/surfaces/point-of-sale/api/storage-api/storage-api.d.ts +1 -0
  650. package/build/ts/surfaces/point-of-sale/api/storage-api/storage-api.d.ts.map +1 -1
  651. package/build/ts/surfaces/point-of-sale/api/toast-api/toast-api.d.ts +5 -0
  652. package/build/ts/surfaces/point-of-sale/api/toast-api/toast-api.d.ts.map +1 -1
  653. package/build/ts/surfaces/point-of-sale/components/Badge.d.ts +5 -0
  654. package/build/ts/surfaces/point-of-sale/components/Banner.d.ts +6 -0
  655. package/build/ts/surfaces/point-of-sale/components/Box.d.ts +6 -0
  656. package/build/ts/surfaces/point-of-sale/components/Button.d.ts +6 -0
  657. package/build/ts/surfaces/point-of-sale/components/Choice.d.ts +5 -0
  658. package/build/ts/surfaces/point-of-sale/components/ChoiceList.d.ts +6 -0
  659. package/build/ts/surfaces/point-of-sale/components/Clickable.d.ts +6 -0
  660. package/build/ts/surfaces/point-of-sale/components/DateField.d.ts +7 -0
  661. package/build/ts/surfaces/point-of-sale/components/DatePicker.d.ts +6 -0
  662. package/build/ts/surfaces/point-of-sale/components/DateSpinner.d.ts +6 -0
  663. package/build/ts/surfaces/point-of-sale/components/Divider.d.ts +5 -0
  664. package/build/ts/surfaces/point-of-sale/components/EmailField.d.ts +8 -0
  665. package/build/ts/surfaces/point-of-sale/components/Embed.d.ts +6 -0
  666. package/build/ts/surfaces/point-of-sale/components/EmptyState.d.ts +7 -0
  667. package/build/ts/surfaces/point-of-sale/components/Heading.d.ts +5 -0
  668. package/build/ts/surfaces/point-of-sale/components/Icon.d.ts +6 -0
  669. package/build/ts/surfaces/point-of-sale/components/Image.d.ts +5 -0
  670. package/build/ts/surfaces/point-of-sale/components/Link.d.ts +7 -0
  671. package/build/ts/surfaces/point-of-sale/components/Modal.d.ts +7 -0
  672. package/build/ts/surfaces/point-of-sale/components/NumberField.d.ts +7 -0
  673. package/build/ts/surfaces/point-of-sale/components/Page.d.ts +6 -0
  674. package/build/ts/surfaces/point-of-sale/components/PosBlock.d.ts +6 -0
  675. package/build/ts/surfaces/point-of-sale/components/QrCode.d.ts +5 -0
  676. package/build/ts/surfaces/point-of-sale/components/ScrollBox.d.ts +6 -0
  677. package/build/ts/surfaces/point-of-sale/components/SearchField.d.ts +6 -0
  678. package/build/ts/surfaces/point-of-sale/components/Section.d.ts +6 -0
  679. package/build/ts/surfaces/point-of-sale/components/Spinner.d.ts +6 -0
  680. package/build/ts/surfaces/point-of-sale/components/Stack.d.ts +7 -0
  681. package/build/ts/surfaces/point-of-sale/components/Switch.d.ts +7 -0
  682. package/build/ts/surfaces/point-of-sale/components/Tab.d.ts +6 -0
  683. package/build/ts/surfaces/point-of-sale/components/TabList.d.ts +6 -0
  684. package/build/ts/surfaces/point-of-sale/components/TabPanel.d.ts +6 -0
  685. package/build/ts/surfaces/point-of-sale/components/Tabs.d.ts +7 -0
  686. package/build/ts/surfaces/point-of-sale/components/Text.d.ts +5 -0
  687. package/build/ts/surfaces/point-of-sale/components/TextArea.d.ts +8 -0
  688. package/build/ts/surfaces/point-of-sale/components/TextField.d.ts +7 -0
  689. package/build/ts/surfaces/point-of-sale/components/Tile.d.ts +6 -0
  690. package/build/ts/surfaces/point-of-sale/components/TimeField.d.ts +6 -0
  691. package/build/ts/surfaces/point-of-sale/components/TimePicker.d.ts +6 -0
  692. package/build/ts/surfaces/point-of-sale/components/components-shared.d.ts +135 -0
  693. package/build/ts/surfaces/point-of-sale/components/targets/ActionExtensionComponents.d.ts +3 -0
  694. package/build/ts/surfaces/point-of-sale/components/targets/ActionExtensionComponents.d.ts.map +1 -1
  695. package/build/ts/surfaces/point-of-sale/components/targets/BasicComponents.d.ts +3 -0
  696. package/build/ts/surfaces/point-of-sale/components/targets/BasicComponents.d.ts.map +1 -1
  697. package/build/ts/surfaces/point-of-sale/components/targets/BlockExtensionComponents.d.ts +3 -0
  698. package/build/ts/surfaces/point-of-sale/components/targets/BlockExtensionComponents.d.ts.map +1 -1
  699. package/build/ts/surfaces/point-of-sale/components/targets/ReceiptComponents.d.ts +3 -0
  700. package/build/ts/surfaces/point-of-sale/components/targets/ReceiptComponents.d.ts.map +1 -1
  701. package/build/ts/surfaces/point-of-sale/components/targets/SmartGridComponents.d.ts +3 -0
  702. package/build/ts/surfaces/point-of-sale/components/targets/SmartGridComponents.d.ts.map +1 -1
  703. package/build/ts/surfaces/point-of-sale/components/targets/StandardComponents.d.ts +3 -0
  704. package/build/ts/surfaces/point-of-sale/components/targets/StandardComponents.d.ts.map +1 -1
  705. package/build/ts/surfaces/point-of-sale/event/data/BaseApi.d.ts +1 -0
  706. package/build/ts/surfaces/point-of-sale/event/data/BaseApi.d.ts.map +1 -1
  707. package/build/ts/surfaces/point-of-sale/event/data/BaseData.d.ts +3 -2
  708. package/build/ts/surfaces/point-of-sale/event/data/BaseData.d.ts.map +1 -1
  709. package/build/ts/surfaces/point-of-sale/event/data/CartUpdateEventData.d.ts +1 -0
  710. package/build/ts/surfaces/point-of-sale/event/data/CartUpdateEventData.d.ts.map +1 -1
  711. package/build/ts/surfaces/point-of-sale/event/data/CashTrackingSessionData.d.ts +2 -0
  712. package/build/ts/surfaces/point-of-sale/event/data/CashTrackingSessionData.d.ts.map +1 -1
  713. package/build/ts/surfaces/point-of-sale/event/data/ExchangeTransactionData.d.ts +1 -0
  714. package/build/ts/surfaces/point-of-sale/event/data/ExchangeTransactionData.d.ts.map +1 -1
  715. package/build/ts/surfaces/point-of-sale/event/data/ReprintReceiptData.d.ts +24 -2
  716. package/build/ts/surfaces/point-of-sale/event/data/ReprintReceiptData.d.ts.map +1 -1
  717. package/build/ts/surfaces/point-of-sale/event/data/ReturnTransactionData.d.ts +1 -0
  718. package/build/ts/surfaces/point-of-sale/event/data/ReturnTransactionData.d.ts.map +1 -1
  719. package/build/ts/surfaces/point-of-sale/event/data/SaleTransactionData.d.ts +1 -0
  720. package/build/ts/surfaces/point-of-sale/event/data/SaleTransactionData.d.ts.map +1 -1
  721. package/build/ts/surfaces/point-of-sale/event/data/TransactionCompleteData.d.ts +2 -0
  722. package/build/ts/surfaces/point-of-sale/event/data/TransactionCompleteData.d.ts.map +1 -1
  723. package/build/ts/surfaces/point-of-sale/event/output/BaseOutput.d.ts +1 -0
  724. package/build/ts/surfaces/point-of-sale/event/output/BaseOutput.d.ts.map +1 -1
  725. package/build/ts/surfaces/point-of-sale/extension-targets.d.ts +18 -0
  726. package/build/ts/surfaces/point-of-sale/extension-targets.d.ts.map +1 -1
  727. package/build/ts/surfaces/point-of-sale/types/base-transaction-complete.d.ts +1 -0
  728. package/build/ts/surfaces/point-of-sale/types/base-transaction-complete.d.ts.map +1 -1
  729. package/build/ts/surfaces/point-of-sale/types/cart.d.ts +13 -0
  730. package/build/ts/surfaces/point-of-sale/types/cart.d.ts.map +1 -1
  731. package/build/ts/surfaces/point-of-sale/types/country-code.d.ts +1 -0
  732. package/build/ts/surfaces/point-of-sale/types/country-code.d.ts.map +1 -1
  733. package/build/ts/surfaces/point-of-sale/types/device.d.ts +1 -0
  734. package/build/ts/surfaces/point-of-sale/types/device.d.ts.map +1 -1
  735. package/build/ts/surfaces/point-of-sale/types/direct-api-request-body.d.ts +1 -0
  736. package/build/ts/surfaces/point-of-sale/types/direct-api-request-body.d.ts.map +1 -1
  737. package/build/ts/surfaces/point-of-sale/types/discount-allocation.d.ts +1 -0
  738. package/build/ts/surfaces/point-of-sale/types/discount-allocation.d.ts.map +1 -1
  739. package/build/ts/surfaces/point-of-sale/types/money.d.ts +2 -0
  740. package/build/ts/surfaces/point-of-sale/types/money.d.ts.map +1 -1
  741. package/build/ts/surfaces/point-of-sale/types/multiple-resource-result.d.ts +1 -0
  742. package/build/ts/surfaces/point-of-sale/types/multiple-resource-result.d.ts.map +1 -1
  743. package/build/ts/surfaces/point-of-sale/types/order.d.ts +2 -0
  744. package/build/ts/surfaces/point-of-sale/types/order.d.ts.map +1 -1
  745. package/build/ts/surfaces/point-of-sale/types/paginated-result.d.ts +1 -0
  746. package/build/ts/surfaces/point-of-sale/types/paginated-result.d.ts.map +1 -1
  747. package/build/ts/surfaces/point-of-sale/types/payment.d.ts +2 -0
  748. package/build/ts/surfaces/point-of-sale/types/payment.d.ts.map +1 -1
  749. package/build/ts/surfaces/point-of-sale/types/pin-pad.d.ts +5 -0
  750. package/build/ts/surfaces/point-of-sale/types/pin-pad.d.ts.map +1 -1
  751. package/build/ts/surfaces/point-of-sale/types/product.d.ts +5 -0
  752. package/build/ts/surfaces/point-of-sale/types/product.d.ts.map +1 -1
  753. package/build/ts/surfaces/point-of-sale/types/session.d.ts +1 -0
  754. package/build/ts/surfaces/point-of-sale/types/session.d.ts.map +1 -1
  755. package/build/ts/surfaces/point-of-sale/types/shipping-line.d.ts +3 -0
  756. package/build/ts/surfaces/point-of-sale/types/shipping-line.d.ts.map +1 -1
  757. package/build/ts/surfaces/point-of-sale/types/storage.d.ts +4 -0
  758. package/build/ts/surfaces/point-of-sale/types/storage.d.ts.map +1 -1
  759. package/build/ts/surfaces/point-of-sale/types/tax-line.d.ts +1 -0
  760. package/build/ts/surfaces/point-of-sale/types/tax-line.d.ts.map +1 -1
  761. package/build/ts/surfaces/point-of-sale/types/transaction-type.d.ts +1 -0
  762. package/build/ts/surfaces/point-of-sale/types/transaction-type.d.ts.map +1 -1
  763. package/build/tsconfig.tsbuildinfo +1 -1
  764. package/package.json +2 -2
  765. package/src/docs/shared/components/Abbreviation.ts +1 -1
  766. package/src/docs/shared/components/Announcement.ts +1 -1
  767. package/src/docs/shared/components/Avatar.ts +2 -2
  768. package/src/docs/shared/components/Badge.ts +2 -2
  769. package/src/docs/shared/components/Banner.ts +2 -2
  770. package/src/docs/shared/components/Box.ts +2 -2
  771. package/src/docs/shared/components/Button.ts +2 -2
  772. package/src/docs/shared/components/ButtonGroup.ts +2 -2
  773. package/src/docs/shared/components/Checkbox.ts +2 -2
  774. package/src/docs/shared/components/Chip.ts +2 -2
  775. package/src/docs/shared/components/Choice.ts +1 -1
  776. package/src/docs/shared/components/ChoiceList.ts +2 -2
  777. package/src/docs/shared/components/Clickable.ts +2 -2
  778. package/src/docs/shared/components/ClickableChip.ts +2 -2
  779. package/src/docs/shared/components/ClipboardItem.ts +1 -1
  780. package/src/docs/shared/components/ColorField.ts +2 -2
  781. package/src/docs/shared/components/ColorPicker.ts +2 -2
  782. package/src/docs/shared/components/ConsentCheckbox.ts +1 -1
  783. package/src/docs/shared/components/ConsentPhoneField.ts +1 -1
  784. package/src/docs/shared/components/DateField.ts +2 -2
  785. package/src/docs/shared/components/DatePicker.ts +2 -2
  786. package/src/docs/shared/components/Details.ts +1 -1
  787. package/src/docs/shared/components/Divider.ts +2 -2
  788. package/src/docs/shared/components/DropZone.ts +1 -1
  789. package/src/docs/shared/components/EmailField.ts +2 -2
  790. package/src/docs/shared/components/Form.ts +2 -2
  791. package/src/docs/shared/components/FunctionSettings.ts +2 -2
  792. package/src/docs/shared/components/Grid.ts +2 -2
  793. package/src/docs/shared/components/GridItem.ts +1 -1
  794. package/src/docs/shared/components/Heading.ts +2 -2
  795. package/src/docs/shared/components/Icon.ts +2 -2
  796. package/src/docs/shared/components/Image.ts +2 -2
  797. package/src/docs/shared/components/Link.ts +2 -2
  798. package/src/docs/shared/components/ListItem.ts +1 -1
  799. package/src/docs/shared/components/Map.ts +1 -1
  800. package/src/docs/shared/components/MapMarker.ts +1 -1
  801. package/src/docs/shared/components/Menu.ts +1 -1
  802. package/src/docs/shared/components/Modal.ts +1 -1
  803. package/src/docs/shared/components/MoneyField.ts +2 -2
  804. package/src/docs/shared/components/NumberField.ts +2 -2
  805. package/src/docs/shared/components/Option.ts +1 -1
  806. package/src/docs/shared/components/OptionGroup.ts +1 -1
  807. package/src/docs/shared/components/OrderedList.ts +2 -2
  808. package/src/docs/shared/components/Page.ts +2 -2
  809. package/src/docs/shared/components/Paragraph.ts +2 -2
  810. package/src/docs/shared/components/PasswordField.ts +2 -2
  811. package/src/docs/shared/components/PaymentIcon.ts +1 -1
  812. package/src/docs/shared/components/PhoneField.ts +1 -1
  813. package/src/docs/shared/components/Popover.ts +1 -1
  814. package/src/docs/shared/components/PressButton.ts +1 -1
  815. package/src/docs/shared/components/ProductThumbnail.ts +1 -1
  816. package/src/docs/shared/components/Progress.ts +1 -1
  817. package/src/docs/shared/components/QRCode.ts +1 -1
  818. package/src/docs/shared/components/QueryContainer.ts +1 -1
  819. package/src/docs/shared/components/ScrollBox.ts +1 -1
  820. package/src/docs/shared/components/SearchField.ts +2 -2
  821. package/src/docs/shared/components/Section.ts +2 -2
  822. package/src/docs/shared/components/Select.ts +2 -2
  823. package/src/docs/shared/components/Sheet.ts +1 -1
  824. package/src/docs/shared/components/SkeletonParagraph.ts +1 -1
  825. package/src/docs/shared/components/Spinner.ts +2 -2
  826. package/src/docs/shared/components/Stack.ts +2 -2
  827. package/src/docs/shared/components/Summary.ts +1 -1
  828. package/src/docs/shared/components/Switch.ts +2 -2
  829. package/src/docs/shared/components/Table.ts +1 -1
  830. package/src/docs/shared/components/TableBody.ts +1 -1
  831. package/src/docs/shared/components/TableCell.ts +1 -1
  832. package/src/docs/shared/components/TableHeader.ts +1 -1
  833. package/src/docs/shared/components/TableHeaderRow.ts +1 -1
  834. package/src/docs/shared/components/TableRow.ts +1 -1
  835. package/src/docs/shared/components/Text.ts +2 -2
  836. package/src/docs/shared/components/TextArea.ts +2 -2
  837. package/src/docs/shared/components/TextField.ts +2 -2
  838. package/src/docs/shared/components/Thumbnail.ts +2 -2
  839. package/src/docs/shared/components/Time.ts +1 -1
  840. package/src/docs/shared/components/Tooltip.ts +1 -1
  841. package/src/docs/shared/components/URLField.ts +2 -2
  842. package/src/docs/shared/components/UnorderedList.ts +2 -2
  843. package/src/shared.ts +32 -12
  844. package/src/surfaces/admin/api/action/action.ts +1 -0
  845. package/src/surfaces/admin/api/block/block.ts +2 -0
  846. package/src/surfaces/admin/api/checkout-rules/launch-options.ts +7 -3
  847. package/src/surfaces/admin/api/checkout-rules/metafields.ts +13 -6
  848. package/src/surfaces/admin/api/checkout-rules/validation-settings.ts +1 -0
  849. package/src/surfaces/admin/api/customer-segment-template/customer-segment-template.ts +3 -0
  850. package/src/surfaces/admin/api/discount-function-settings/discount-function-settings.ts +1 -0
  851. package/src/surfaces/admin/api/discount-function-settings/launch-options.ts +7 -2
  852. package/src/surfaces/admin/api/discount-function-settings/metafields.ts +13 -6
  853. package/src/surfaces/admin/api/intents/intent-render.ts +26 -0
  854. package/src/surfaces/admin/api/intents/intents.ts +49 -8
  855. package/src/surfaces/admin/api/order-routing-rule/data.ts +5 -2
  856. package/src/surfaces/admin/api/order-routing-rule/metafields.ts +8 -3
  857. package/src/surfaces/admin/api/order-routing-rule/order-routing-rule.ts +1 -0
  858. package/src/surfaces/admin/api/picker/picker.ts +15 -6
  859. package/src/surfaces/admin/api/print-action/print-action.ts +1 -0
  860. package/src/surfaces/admin/api/product-configuration/product-details-configuration.ts +4 -1
  861. package/src/surfaces/admin/api/product-configuration/product-variant-details-configuration.ts +4 -1
  862. package/src/surfaces/admin/api/purchase-options-card-action.ts +1 -0
  863. package/src/surfaces/admin/api/resource-picker/resource-picker.ts +36 -17
  864. package/src/surfaces/admin/api/shared.ts +2 -0
  865. package/src/surfaces/admin/api/standard/standard-rendering.ts +3 -0
  866. package/src/surfaces/admin/api/standard/standard.ts +4 -1
  867. package/src/surfaces/admin/api/standard/storage.ts +4 -0
  868. package/src/surfaces/admin/api.ts +1 -0
  869. package/src/surfaces/admin/components/AdminAction.d.ts +6 -0
  870. package/src/surfaces/admin/components/AdminBlock.d.ts +6 -0
  871. package/src/surfaces/admin/components/AdminPrintAction.d.ts +6 -0
  872. package/src/surfaces/admin/components/Avatar.d.ts +9 -0
  873. package/src/surfaces/admin/components/Badge.d.ts +10 -1
  874. package/src/surfaces/admin/components/Banner.d.ts +11 -0
  875. package/src/surfaces/admin/components/Box.d.ts +14 -0
  876. package/src/surfaces/admin/components/Button.d.ts +15 -1
  877. package/src/surfaces/admin/components/ButtonGroup.d.ts +8 -0
  878. package/src/surfaces/admin/components/Checkbox.d.ts +12 -1
  879. package/src/surfaces/admin/components/Chip.d.ts +4 -2
  880. package/src/surfaces/admin/components/Choice.d.ts +10 -2
  881. package/src/surfaces/admin/components/ChoiceList.d.ts +12 -2
  882. package/src/surfaces/admin/components/Clickable.d.ts +23 -11
  883. package/src/surfaces/admin/components/ClickableChip.d.ts +11 -0
  884. package/src/surfaces/admin/components/ColorField.d.ts +12 -0
  885. package/src/surfaces/admin/components/ColorPicker.d.ts +9 -0
  886. package/src/surfaces/admin/components/DateField.d.ts +11 -0
  887. package/src/surfaces/admin/components/DatePicker.d.ts +10 -1
  888. package/src/surfaces/admin/components/Divider.d.ts +7 -0
  889. package/src/surfaces/admin/components/DropZone.d.ts +8 -4
  890. package/src/surfaces/admin/components/EmailField.d.ts +12 -0
  891. package/src/surfaces/admin/components/Form.d.ts +10 -0
  892. package/src/surfaces/admin/components/FunctionSettings.d.ts +12 -0
  893. package/src/surfaces/admin/components/Grid.d.ts +28 -12
  894. package/src/surfaces/admin/components/GridItem.d.ts +22 -7
  895. package/src/surfaces/admin/components/Heading.d.ts +8 -0
  896. package/src/surfaces/admin/components/Icon.d.ts +6 -3
  897. package/src/surfaces/admin/components/Image.d.ts +22 -7
  898. package/src/surfaces/admin/components/Link.d.ts +13 -3
  899. package/src/surfaces/admin/components/ListItem.d.ts +8 -0
  900. package/src/surfaces/admin/components/Menu.d.ts +11 -0
  901. package/src/surfaces/admin/components/Modal.d.ts +8 -4
  902. package/src/surfaces/admin/components/MoneyField.d.ts +13 -0
  903. package/src/surfaces/admin/components/NumberField.d.ts +12 -0
  904. package/src/surfaces/admin/components/Option.d.ts +10 -2
  905. package/src/surfaces/admin/components/OptionGroup.d.ts +10 -2
  906. package/src/surfaces/admin/components/OrderedList.d.ts +8 -0
  907. package/src/surfaces/admin/components/Page.d.ts +4 -2
  908. package/src/surfaces/admin/components/Paragraph.d.ts +8 -0
  909. package/src/surfaces/admin/components/PasswordField.d.ts +12 -0
  910. package/src/surfaces/admin/components/QueryContainer.d.ts +8 -0
  911. package/src/surfaces/admin/components/SearchField.d.ts +13 -1
  912. package/src/surfaces/admin/components/Section.d.ts +9 -0
  913. package/src/surfaces/admin/components/Select.d.ts +14 -2
  914. package/src/surfaces/admin/components/Spinner.d.ts +7 -0
  915. package/src/surfaces/admin/components/Stack.d.ts +27 -11
  916. package/src/surfaces/admin/components/Switch.d.ts +12 -1
  917. package/src/surfaces/admin/components/Table.d.ts +15 -0
  918. package/src/surfaces/admin/components/TableBody.d.ts +8 -0
  919. package/src/surfaces/admin/components/TableCell.d.ts +9 -0
  920. package/src/surfaces/admin/components/TableHeader.d.ts +9 -0
  921. package/src/surfaces/admin/components/TableHeaderRow.d.ts +8 -0
  922. package/src/surfaces/admin/components/TableRow.d.ts +8 -0
  923. package/src/surfaces/admin/components/Text.d.ts +19 -0
  924. package/src/surfaces/admin/components/TextArea.d.ts +12 -0
  925. package/src/surfaces/admin/components/TextField.d.ts +14 -1
  926. package/src/surfaces/admin/components/Thumbnail.d.ts +9 -0
  927. package/src/surfaces/admin/components/Tooltip.d.ts +11 -0
  928. package/src/surfaces/admin/components/URLField.d.ts +12 -0
  929. package/src/surfaces/admin/components/UnorderedList.d.ts +14 -0
  930. package/src/surfaces/admin/components/shared.d.ts +267 -0
  931. package/src/surfaces/admin/components.d.ts +722 -22
  932. package/src/surfaces/admin/extension-targets.ts +12 -0
  933. package/src/surfaces/checkout/api/address-autocomplete/format-suggestion.ts +2 -0
  934. package/src/surfaces/checkout/api/address-autocomplete/shared.ts +3 -0
  935. package/src/surfaces/checkout/api/address-autocomplete/standard.ts +1 -0
  936. package/src/surfaces/checkout/api/address-autocomplete/suggest.ts +2 -0
  937. package/src/surfaces/checkout/api/announcement/announcement.ts +1 -0
  938. package/src/surfaces/checkout/api/cart-line/cart-line-item.ts +5 -1
  939. package/src/surfaces/checkout/api/checkout/checkout.ts +258 -122
  940. package/src/surfaces/checkout/api/docs.ts +34 -3
  941. package/src/surfaces/checkout/api/order-confirmation/order-confirmation.ts +12 -5
  942. package/src/surfaces/checkout/api/payment/payment-option-item.ts +7 -0
  943. package/src/surfaces/checkout/api/pickup/pickup-location-item.ts +3 -2
  944. package/src/surfaces/checkout/api/pickup/pickup-location-list.ts +4 -1
  945. package/src/surfaces/checkout/api/pickup/pickup-point-list.ts +4 -1
  946. package/src/surfaces/checkout/api/redeemable/redeemable.ts +7 -0
  947. package/src/surfaces/checkout/api/shared.ts +79 -31
  948. package/src/surfaces/checkout/api/shipping/shipping-option-item.ts +6 -4
  949. package/src/surfaces/checkout/api/shipping/shipping-option-list.ts +18 -12
  950. package/src/surfaces/checkout/api/standard/standard.ts +661 -446
  951. package/src/surfaces/checkout/components/Abbreviation.d.ts +4 -0
  952. package/src/surfaces/checkout/components/Announcement.d.ts +38 -9
  953. package/src/surfaces/checkout/components/Badge.d.ts +46 -3
  954. package/src/surfaces/checkout/components/Banner.d.ts +64 -9
  955. package/src/surfaces/checkout/components/Box.d.ts +52 -0
  956. package/src/surfaces/checkout/components/Button.d.ts +16 -3
  957. package/src/surfaces/checkout/components/Chat.d.ts +20 -0
  958. package/src/surfaces/checkout/components/Checkbox.d.ts +17 -2
  959. package/src/surfaces/checkout/components/Chip.d.ts +8 -0
  960. package/src/surfaces/checkout/components/Choice.d.ts +8 -0
  961. package/src/surfaces/checkout/components/ChoiceList.d.ts +17 -2
  962. package/src/surfaces/checkout/components/Clickable.d.ts +37 -7
  963. package/src/surfaces/checkout/components/ClickableChip.d.ts +23 -5
  964. package/src/surfaces/checkout/components/ClipboardItem.d.ts +16 -2
  965. package/src/surfaces/checkout/components/ConsentCheckbox.d.ts +17 -2
  966. package/src/surfaces/checkout/components/ConsentPhoneField.d.ts +29 -10
  967. package/src/surfaces/checkout/components/DateField.d.ts +31 -6
  968. package/src/surfaces/checkout/components/DatePicker.d.ts +28 -5
  969. package/src/surfaces/checkout/components/Details.d.ts +14 -0
  970. package/src/surfaces/checkout/components/Divider.d.ts +1 -0
  971. package/src/surfaces/checkout/components/DropZone.d.ts +22 -3
  972. package/src/surfaces/checkout/components/EmailField.d.ts +29 -10
  973. package/src/surfaces/checkout/components/Form.d.ts +16 -1
  974. package/src/surfaces/checkout/components/Grid.d.ts +139 -0
  975. package/src/surfaces/checkout/components/GridItem.d.ts +57 -0
  976. package/src/surfaces/checkout/components/Heading.d.ts +4 -0
  977. package/src/surfaces/checkout/components/Icon.d.ts +49 -4
  978. package/src/surfaces/checkout/components/Image.d.ts +43 -1
  979. package/src/surfaces/checkout/components/Link.d.ts +16 -3
  980. package/src/surfaces/checkout/components/ListItem.d.ts +4 -0
  981. package/src/surfaces/checkout/components/Map.d.ts +68 -6
  982. package/src/surfaces/checkout/components/MapMarker.d.ts +39 -8
  983. package/src/surfaces/checkout/components/Modal.d.ts +52 -8
  984. package/src/surfaces/checkout/components/MoneyField.d.ts +23 -8
  985. package/src/surfaces/checkout/components/NumberField.d.ts +29 -10
  986. package/src/surfaces/checkout/components/Option.d.ts +4 -0
  987. package/src/surfaces/checkout/components/OrderedList.d.ts +4 -0
  988. package/src/surfaces/checkout/components/Paragraph.d.ts +4 -0
  989. package/src/surfaces/checkout/components/PasswordField.d.ts +29 -10
  990. package/src/surfaces/checkout/components/PaymentIcon.d.ts +17 -1
  991. package/src/surfaces/checkout/components/PhoneField.d.ts +29 -10
  992. package/src/surfaces/checkout/components/Popover.d.ts +39 -22
  993. package/src/surfaces/checkout/components/PressButton.d.ts +20 -6
  994. package/src/surfaces/checkout/components/ProductThumbnail.d.ts +26 -1
  995. package/src/surfaces/checkout/components/Progress.d.ts +29 -0
  996. package/src/surfaces/checkout/components/QRCode.d.ts +28 -3
  997. package/src/surfaces/checkout/components/QueryContainer.d.ts +1 -0
  998. package/src/surfaces/checkout/components/ScrollBox.d.ts +57 -0
  999. package/src/surfaces/checkout/components/Section.d.ts +4 -0
  1000. package/src/surfaces/checkout/components/Select.d.ts +21 -6
  1001. package/src/surfaces/checkout/components/Sheet.d.ts +40 -13
  1002. package/src/surfaces/checkout/components/SkeletonParagraph.d.ts +4 -0
  1003. package/src/surfaces/checkout/components/Spinner.d.ts +18 -0
  1004. package/src/surfaces/checkout/components/Stack.d.ts +112 -0
  1005. package/src/surfaces/checkout/components/Summary.d.ts +4 -0
  1006. package/src/surfaces/checkout/components/Switch.d.ts +17 -2
  1007. package/src/surfaces/checkout/components/Text.d.ts +4 -0
  1008. package/src/surfaces/checkout/components/TextArea.d.ts +23 -8
  1009. package/src/surfaces/checkout/components/TextField.d.ts +29 -10
  1010. package/src/surfaces/checkout/components/Time.d.ts +4 -0
  1011. package/src/surfaces/checkout/components/Tooltip.d.ts +21 -2
  1012. package/src/surfaces/checkout/components/UnorderedList.d.ts +4 -0
  1013. package/src/surfaces/checkout/components/UrlField.d.ts +29 -10
  1014. package/src/surfaces/checkout/components/components-shared.d.ts +616 -605
  1015. package/src/surfaces/checkout/components/components.d.ts +568 -288
  1016. package/src/surfaces/checkout/extension-targets.ts +13 -0
  1017. package/src/surfaces/checkout/globals.ts +1 -0
  1018. package/src/surfaces/checkout/preact/api.ts +2 -0
  1019. package/src/surfaces/checkout/preact/app-metafields.ts +1 -0
  1020. package/src/surfaces/checkout/preact/attributes.ts +3 -0
  1021. package/src/surfaces/checkout/preact/billing-address.ts +1 -0
  1022. package/src/surfaces/checkout/preact/buyer-identity.ts +4 -0
  1023. package/src/surfaces/checkout/preact/buyer-journey.ts +5 -0
  1024. package/src/surfaces/checkout/preact/capabilities.ts +2 -0
  1025. package/src/surfaces/checkout/preact/cart-line-target.ts +1 -0
  1026. package/src/surfaces/checkout/preact/cart-lines.ts +2 -0
  1027. package/src/surfaces/checkout/preact/checkout-settings.ts +1 -0
  1028. package/src/surfaces/checkout/preact/checkout-token.ts +1 -0
  1029. package/src/surfaces/checkout/preact/cost.ts +4 -0
  1030. package/src/surfaces/checkout/preact/country.ts +1 -0
  1031. package/src/surfaces/checkout/preact/currency.ts +1 -0
  1032. package/src/surfaces/checkout/preact/customer-privacy.ts +1 -0
  1033. package/src/surfaces/checkout/preact/delivery-group-list-target.ts +1 -0
  1034. package/src/surfaces/checkout/preact/delivery-group-target.ts +1 -0
  1035. package/src/surfaces/checkout/preact/delivery-group.ts +1 -0
  1036. package/src/surfaces/checkout/preact/delivery-groups.ts +1 -0
  1037. package/src/surfaces/checkout/preact/delivery-selection-groups.ts +1 -0
  1038. package/src/surfaces/checkout/preact/discounts.ts +3 -0
  1039. package/src/surfaces/checkout/preact/extension-editor.ts +1 -0
  1040. package/src/surfaces/checkout/preact/extension-language.ts +1 -0
  1041. package/src/surfaces/checkout/preact/extension.ts +2 -0
  1042. package/src/surfaces/checkout/preact/gift-cards.ts +2 -0
  1043. package/src/surfaces/checkout/preact/instructions.ts +1 -0
  1044. package/src/surfaces/checkout/preact/language.ts +1 -0
  1045. package/src/surfaces/checkout/preact/localized-fields.ts +2 -0
  1046. package/src/surfaces/checkout/preact/market.ts +1 -0
  1047. package/src/surfaces/checkout/preact/metafields.ts +1 -0
  1048. package/src/surfaces/checkout/preact/note.ts +2 -0
  1049. package/src/surfaces/checkout/preact/payment-method.ts +3 -0
  1050. package/src/surfaces/checkout/preact/payment-options.ts +2 -0
  1051. package/src/surfaces/checkout/preact/pickup-location-option-target.ts +1 -0
  1052. package/src/surfaces/checkout/preact/redeemable.ts +1 -0
  1053. package/src/surfaces/checkout/preact/session-token.ts +1 -0
  1054. package/src/surfaces/checkout/preact/settings.ts +1 -0
  1055. package/src/surfaces/checkout/preact/shipping-address.ts +2 -0
  1056. package/src/surfaces/checkout/preact/shipping-option-target.ts +1 -0
  1057. package/src/surfaces/checkout/preact/shop.ts +1 -0
  1058. package/src/surfaces/checkout/preact/storage.ts +1 -0
  1059. package/src/surfaces/checkout/preact/subscription.ts +1 -0
  1060. package/src/surfaces/checkout/preact/target.ts +1 -0
  1061. package/src/surfaces/checkout/preact/timezone.ts +1 -0
  1062. package/src/surfaces/checkout/preact/translate.ts +1 -0
  1063. package/src/surfaces/checkout/shared.ts +11 -21
  1064. package/src/surfaces/checkout/style/style.ts +1 -0
  1065. package/src/surfaces/checkout/style/types.ts +20 -7
  1066. package/src/surfaces/customer-account/api/cart-line/cart-line-item.ts +3 -0
  1067. package/src/surfaces/customer-account/api/docs.ts +236 -5
  1068. package/src/surfaces/customer-account/api/order-status/order-status.ts +461 -295
  1069. package/src/surfaces/customer-account/api/shared.ts +210 -137
  1070. package/src/surfaces/customer-account/api/standard-api/standard-api.ts +84 -68
  1071. package/src/surfaces/customer-account/components/Avatar.d.ts +43 -15
  1072. package/src/surfaces/customer-account/components/ButtonGroup.d.ts +3 -3
  1073. package/src/surfaces/customer-account/components/CustomerAccountAction.d.ts +3 -3
  1074. package/src/surfaces/customer-account/components/ImageGroup.d.ts +7 -2
  1075. package/src/surfaces/customer-account/components/Menu.d.ts +1 -1
  1076. package/src/surfaces/customer-account/components/Page.d.ts +5 -5
  1077. package/src/surfaces/customer-account/components/Section.d.ts +3 -7
  1078. package/src/surfaces/customer-account/components/shared.ts +23 -5
  1079. package/src/surfaces/customer-account/components.d.ts +93 -0
  1080. package/src/surfaces/customer-account/extension-targets.ts +8 -0
  1081. package/src/surfaces/point-of-sale/api/action-api/action-api.ts +4 -0
  1082. package/src/surfaces/point-of-sale/api/action-target-api/action-target-api.ts +3 -0
  1083. package/src/surfaces/point-of-sale/api/camera-api/camera-api.ts +4 -0
  1084. package/src/surfaces/point-of-sale/api/cart-api/cart-api.ts +7 -0
  1085. package/src/surfaces/point-of-sale/api/cart-line-item-api/cart-line-item-api.ts +1 -0
  1086. package/src/surfaces/point-of-sale/api/cash-drawer-api/cash-drawer-api.ts +2 -0
  1087. package/src/surfaces/point-of-sale/api/connectivity-api/connectivity-api.ts +9 -0
  1088. package/src/surfaces/point-of-sale/api/customer-api/customer-api.ts +5 -0
  1089. package/src/surfaces/point-of-sale/api/device-api/device-api.ts +5 -0
  1090. package/src/surfaces/point-of-sale/api/draft-order-api/draft-order-api.ts +5 -0
  1091. package/src/surfaces/point-of-sale/api/locale-api/locale-api.ts +5 -0
  1092. package/src/surfaces/point-of-sale/api/navigation-api/navigation-api.ts +9 -0
  1093. package/src/surfaces/point-of-sale/api/order-api/order-api.ts +2 -0
  1094. package/src/surfaces/point-of-sale/api/pin-pad-api.ts +5 -0
  1095. package/src/surfaces/point-of-sale/api/print-api/print-api.ts +2 -0
  1096. package/src/surfaces/point-of-sale/api/product-api/product-api.ts +5 -0
  1097. package/src/surfaces/point-of-sale/api/product-search-api/product-search-api.ts +10 -0
  1098. package/src/surfaces/point-of-sale/api/scanner-api/scanner-api.ts +12 -1
  1099. package/src/surfaces/point-of-sale/api/session-api/session-api.ts +5 -0
  1100. package/src/surfaces/point-of-sale/api/standard/standard-api.ts +3 -0
  1101. package/src/surfaces/point-of-sale/api/storage-api/storage-api.ts +1 -0
  1102. package/src/surfaces/point-of-sale/api/toast-api/toast-api.ts +5 -0
  1103. package/src/surfaces/point-of-sale/components/Badge.d.ts +5 -0
  1104. package/src/surfaces/point-of-sale/components/Banner.d.ts +6 -0
  1105. package/src/surfaces/point-of-sale/components/Box.d.ts +6 -0
  1106. package/src/surfaces/point-of-sale/components/Button.d.ts +6 -0
  1107. package/src/surfaces/point-of-sale/components/Choice.d.ts +5 -0
  1108. package/src/surfaces/point-of-sale/components/ChoiceList.d.ts +6 -0
  1109. package/src/surfaces/point-of-sale/components/Clickable.d.ts +6 -0
  1110. package/src/surfaces/point-of-sale/components/DateField.d.ts +7 -0
  1111. package/src/surfaces/point-of-sale/components/DatePicker.d.ts +6 -0
  1112. package/src/surfaces/point-of-sale/components/DateSpinner.d.ts +6 -0
  1113. package/src/surfaces/point-of-sale/components/Divider.d.ts +5 -0
  1114. package/src/surfaces/point-of-sale/components/EmailField.d.ts +8 -0
  1115. package/src/surfaces/point-of-sale/components/Embed.d.ts +6 -0
  1116. package/src/surfaces/point-of-sale/components/EmptyState.d.ts +7 -0
  1117. package/src/surfaces/point-of-sale/components/Heading.d.ts +5 -0
  1118. package/src/surfaces/point-of-sale/components/Icon.d.ts +6 -0
  1119. package/src/surfaces/point-of-sale/components/Image.d.ts +5 -0
  1120. package/src/surfaces/point-of-sale/components/Link.d.ts +7 -0
  1121. package/src/surfaces/point-of-sale/components/Modal.d.ts +7 -0
  1122. package/src/surfaces/point-of-sale/components/NumberField.d.ts +7 -0
  1123. package/src/surfaces/point-of-sale/components/Page.d.ts +6 -0
  1124. package/src/surfaces/point-of-sale/components/PosBlock.d.ts +6 -0
  1125. package/src/surfaces/point-of-sale/components/QrCode.d.ts +5 -0
  1126. package/src/surfaces/point-of-sale/components/ScrollBox.d.ts +6 -0
  1127. package/src/surfaces/point-of-sale/components/SearchField.d.ts +6 -0
  1128. package/src/surfaces/point-of-sale/components/Section.d.ts +6 -0
  1129. package/src/surfaces/point-of-sale/components/Spinner.d.ts +6 -0
  1130. package/src/surfaces/point-of-sale/components/Stack.d.ts +7 -0
  1131. package/src/surfaces/point-of-sale/components/Switch.d.ts +7 -0
  1132. package/src/surfaces/point-of-sale/components/Tab.d.ts +6 -0
  1133. package/src/surfaces/point-of-sale/components/TabList.d.ts +6 -0
  1134. package/src/surfaces/point-of-sale/components/TabPanel.d.ts +6 -0
  1135. package/src/surfaces/point-of-sale/components/Tabs.d.ts +7 -0
  1136. package/src/surfaces/point-of-sale/components/Text.d.ts +5 -0
  1137. package/src/surfaces/point-of-sale/components/TextArea.d.ts +8 -0
  1138. package/src/surfaces/point-of-sale/components/TextField.d.ts +7 -0
  1139. package/src/surfaces/point-of-sale/components/Tile.d.ts +6 -0
  1140. package/src/surfaces/point-of-sale/components/TimeField.d.ts +6 -0
  1141. package/src/surfaces/point-of-sale/components/TimePicker.d.ts +6 -0
  1142. package/src/surfaces/point-of-sale/components/components-shared.d.ts +135 -0
  1143. package/src/surfaces/point-of-sale/components/targets/ActionExtensionComponents.ts +3 -0
  1144. package/src/surfaces/point-of-sale/components/targets/BasicComponents.ts +3 -0
  1145. package/src/surfaces/point-of-sale/components/targets/BlockExtensionComponents.ts +3 -0
  1146. package/src/surfaces/point-of-sale/components/targets/ReceiptComponents.ts +3 -0
  1147. package/src/surfaces/point-of-sale/components/targets/SmartGridComponents.ts +3 -0
  1148. package/src/surfaces/point-of-sale/components/targets/StandardComponents.ts +3 -0
  1149. package/src/surfaces/point-of-sale/components.d.ts +286 -0
  1150. package/src/surfaces/point-of-sale/event/data/BaseApi.ts +1 -0
  1151. package/src/surfaces/point-of-sale/event/data/BaseData.ts +7 -2
  1152. package/src/surfaces/point-of-sale/event/data/CartUpdateEventData.ts +1 -0
  1153. package/src/surfaces/point-of-sale/event/data/CashTrackingSessionData.ts +2 -0
  1154. package/src/surfaces/point-of-sale/event/data/ExchangeTransactionData.ts +1 -0
  1155. package/src/surfaces/point-of-sale/event/data/ReprintReceiptData.ts +24 -2
  1156. package/src/surfaces/point-of-sale/event/data/ReturnTransactionData.ts +1 -0
  1157. package/src/surfaces/point-of-sale/event/data/SaleTransactionData.ts +1 -0
  1158. package/src/surfaces/point-of-sale/event/data/TransactionCompleteData.ts +2 -0
  1159. package/src/surfaces/point-of-sale/event/output/BaseOutput.ts +1 -0
  1160. package/src/surfaces/point-of-sale/extension-targets.ts +18 -0
  1161. package/src/surfaces/point-of-sale/types/base-transaction-complete.ts +1 -0
  1162. package/src/surfaces/point-of-sale/types/cart.ts +13 -0
  1163. package/src/surfaces/point-of-sale/types/country-code.ts +1 -0
  1164. package/src/surfaces/point-of-sale/types/device.ts +1 -0
  1165. package/src/surfaces/point-of-sale/types/direct-api-request-body.ts +1 -0
  1166. package/src/surfaces/point-of-sale/types/discount-allocation.ts +1 -0
  1167. package/src/surfaces/point-of-sale/types/money.ts +2 -0
  1168. package/src/surfaces/point-of-sale/types/multiple-resource-result.ts +1 -0
  1169. package/src/surfaces/point-of-sale/types/order.ts +2 -0
  1170. package/src/surfaces/point-of-sale/types/paginated-result.ts +1 -0
  1171. package/src/surfaces/point-of-sale/types/payment.ts +2 -0
  1172. package/src/surfaces/point-of-sale/types/pin-pad.ts +5 -0
  1173. package/src/surfaces/point-of-sale/types/product.ts +5 -0
  1174. package/src/surfaces/point-of-sale/types/session.ts +1 -0
  1175. package/src/surfaces/point-of-sale/types/shipping-line.ts +3 -0
  1176. package/src/surfaces/point-of-sale/types/storage.ts +4 -0
  1177. package/src/surfaces/point-of-sale/types/tax-line.ts +1 -0
  1178. package/src/surfaces/point-of-sale/types/transaction-type.ts +1 -0
@@ -1 +1 @@
1
- {"version":3,"file":"shared.d.ts","sourceRoot":"","sources":["../../../../../src/surfaces/customer-account/api/shared.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"shared.d.ts","sourceRoot":"","sources":["../../../../../src/surfaces/customer-account/api/shared.ts"],"names":[],"mappings":"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"}
@@ -2,102 +2,78 @@ import { Extension, I18n, Storage, Language, Country, AuthenticatedAccount, Grap
2
2
  import type { ExtensionTarget } from '../../extension-targets';
3
3
  /**
4
4
  * The merchant-defined setting values for the extension.
5
+ * @publicDocs
5
6
  */
6
7
  export interface ExtensionSettings {
7
8
  [key: string]: string | number | boolean | undefined;
8
9
  }
9
10
  /**
10
11
  * The following APIs are provided to all extension targets.
12
+ * @publicDocs
11
13
  */
12
14
  export interface StandardApi<Target extends ExtensionTarget = ExtensionTarget> {
13
15
  /**
14
16
  * The identifier that specifies where in Shopify’s UI your code is being
15
- * injected. This will be one of the targets you have included in your
16
- * extension’s configuration file.
17
+ * injected. This will be one of the [targets](/docs/api/customer-account-ui-extensions/{API_VERSION}/configuration#targets) you have included in your
18
+ * extension’s configuration file. For more information, refer to the [extension targets overview](/docs/api/customer-account-ui-extensions/{API_VERSION}/extension-targets-overview).
17
19
  *
18
20
  * @example 'customer-account.order-status.block.render'
19
- * @see https://shopify.dev/docs/api/customer-account-ui-extensions/extension-targets-overview
20
- * @see https://shopify.dev/docs/apps/app-extensions/configuration#targets
21
21
  *
22
22
  * @deprecated Deprecated as of version `2023-07`, use `extension.target` instead.
23
23
  */
24
24
  extensionPoint: Target;
25
25
  /**
26
- * Meta information about the extension.
26
+ * Metadata about the extension, including its target, version, and editor context. Use this to conditionally render content based on where the extension is running.
27
27
  */
28
28
  extension: Extension;
29
29
  /**
30
- * Information about the authenticated account.
30
+ * The logged-in customer's account information, including their customer ID and B2B company details. Use this to personalize your extension based on who is viewing the page.
31
31
  */
32
32
  authenticatedAccount: AuthenticatedAccount;
33
33
  /**
34
- * The renderer version being used for the extension.
34
+ * The API version your extension is running against. Use this to conditionally enable features or handle breaking changes when your extension supports multiple API versions.
35
35
  *
36
36
  * @example 'unstable'
37
37
  */
38
38
  version: Version;
39
39
  /**
40
- * Details about the language of the buyer.
40
+ * The buyer's language, country, and locale context. Use this to adapt your extension to the buyer's region and display localized content.
41
41
  */
42
42
  localization: Localization;
43
43
  /**
44
- * Utilities for translating content and formatting values according to the current `localization`
45
- * of the user.
44
+ * Utilities for translating strings, formatting currencies, numbers, and dates according to the buyer's locale. Use this alongside `localization` to build fully localized extensions.
46
45
  */
47
46
  i18n: I18n;
48
47
  /**
49
- * Key-value storage for the extension target.
48
+ * Key-value storage that persists across customer sessions for this extension target. Use this to store preferences, dismiss states, or cached data without requiring a backend call.
50
49
  */
51
50
  storage: Storage;
52
51
  /**
53
- * Provides access to session tokens, which can be used to verify token claims on your app's server.
54
- *
55
- * See [session token examples](https://shopify.dev/docs/api/customer-account-ui-extensions/apis/session-token#examples) for more information.
52
+ * Authenticates requests between your extension and your app backend. Call `get()` to retrieve a signed JWT containing the customer ID, shop domain, and expiration time, then verify it server-side. For more information, refer to the [Session Token API](/docs/api/customer-account-ui-extensions/{API_VERSION}/target-apis/platform-apis/session-token-api).
56
53
  */
57
54
  sessionToken: SessionToken;
58
55
  /**
59
- * Methods for interacting with [Web Pixels](https://shopify.dev/docs/apps/marketing), such as emitting an event.
56
+ * Tracks custom events and sends visitor information to [web pixels](/docs/apps/build/marketing-analytics/pixels). Use `publish()` to emit events and `visitor()` to submit visitor data.
60
57
  *
61
- * > Note: Requires to [connect a third-party domain](https://help.shopify.com/en/manual/domains/add-a-domain/connecting-domains/connect-domain-customer-account) to Shopify for your customer account pages.
58
+ * > Note: Requires [connecting a third-party domain](https://help.shopify.com/en/manual/domains/add-a-domain/connecting-domains/connect-domain-customer-account) to Shopify for your customer account pages.
62
59
  */
63
60
  analytics: Analytics;
64
61
  /**
65
- * Entry point for Shopify intents.
66
- *
67
- * Intents pair an `action` (verb) with a resource `type` and optional `value`
68
- * and `data` to request a workflow.
62
+ * Invokes built-in Shopify workflows for managing customer account resources. Use intents to trigger native modals and flows, such as replacing a payment method on a subscription contract, without building the UI yourself.
69
63
  */
70
64
  intents: Intents;
71
65
  /**
72
- * The settings matching the settings definition written in the
73
- * [`shopify.ui.extension.toml`](https://shopify.dev/docs/api/customer-account-ui-extensions/configuration) file.
74
- *
75
- * See [settings examples](https://shopify.dev/docs/api/customer-account-ui-extensions/apis/order-status-api/settings#examples) for more information.
76
- *
77
- * > Note: When an extension is being installed in the editor, the settings will be empty until
78
- * a merchant sets a value. In that case, this object will be updated in real time as a merchant fills in the settings.
66
+ * Merchant-defined configuration values for your extension, as specified in the [settings definition](/docs/api/customer-account-ui-extensions/{API_VERSION}/configuration#settings-definition) of your `shopify.extension.toml` file. Settings update in real time as merchants edit them in the extension editor. The value is empty until a merchant sets it.
79
67
  */
80
68
  settings: SubscribableSignalLike<ExtensionSettings>;
81
69
  /**
82
- * The Toast API displays a non-disruptive message that displays at the bottom
83
- * of the interface to provide quick, at-a-glance feedback on the outcome
84
- * of an action.
85
- *
86
- * How to use:
87
- *
88
- * - Use toasts to confirm successful actions.
89
- *
90
- * - Aim for two words.
91
- *
92
- * - Use noun + past tense verb format. For example, \`Changes saved\`.
93
- *
94
- * For errors, or information that needs to persist on the page, use a [banner](/docs/api/checkout-ui-extensions/polaris-web-components/feedback/banner) component.
70
+ * Displays brief, non-blocking messages at the bottom of the page to confirm actions or report errors. Use noun + past tense verb format (for example, `Changes saved`). For persistent messages, use a [Banner](/docs/api/customer-account-ui-extensions/{API_VERSION}/ui-components/feedback-and-status-indicators/banner) component instead.
95
71
  */
96
72
  toast: ToastApi;
97
73
  /**
98
- * Used to query the Storefront GraphQL API with a prefetched token.
74
+ * Queries the [Storefront GraphQL API](/docs/api/storefront) directly from your extension using a prefetched token. Use this to fetch product data, collection details, or other storefront information without routing requests through your app backend.
99
75
  *
100
- * See [storefront api access examples](https://shopify.dev/docs/api/customer-account-ui-extensions/apis/storefront-api#examples) for more information.
76
+ * Requires the [`api_access` capability](/docs/api/customer-account-ui-extensions/{API_VERSION}/configuration#api-access).
101
77
  */
102
78
  query: <Data = unknown, Variables = {
103
79
  [key: string]: unknown;
@@ -109,64 +85,75 @@ export interface StandardApi<Target extends ExtensionTarget = ExtensionTarget> {
109
85
  errors?: GraphQLError[];
110
86
  }>;
111
87
  /**
112
- * Customer privacy consent settings and a flag denoting if consent has previously been collected.
88
+ * The buyer's current privacy consent settings, including their consent decisions for analytics, marketing, and data sale, whether a consent banner should be displayed, and whether the buyer is in a region that requires specific opt-out controls. Use this to read the buyer's consent state and determine how to display privacy-related UI.
113
89
  */
114
90
  customerPrivacy: SubscribableSignalLike<CustomerPrivacy>;
115
91
  /**
116
- * Allows setting and updating customer privacy consent settings and tracking consent metafields.
117
- *
118
- * > Note: Requires the [`customer_privacy` capability](https://shopify.dev/docs/api/customer-account-ui-extensions/configuration#collect-buyer-consent) to be set to `true`.
92
+ * Applies updated tracking consent preferences for the buyer, including their decisions for analytics, marketing, and data sale, along with any custom tracking consent [metafields](/docs/apps/build/custom-data/metafields). Returns a promise that resolves with the result of the consent update.
119
93
  *
120
- * {% include /apps/checkout/privacy-icon.md %} Requires access to [protected customer data](/docs/apps/store/data-protection/protected-customer-data).
94
+ * {% include /apps/checkout/privacy-icon.md %} Requires the [`customer_privacy` capability](/docs/api/customer-account-ui-extensions/{API_VERSION}/configuration#collect-buyer-consent) and access to [protected customer data](/docs/apps/store/data-protection/protected-customer-data).
121
95
  */
122
96
  applyTrackingConsentChange: ApplyTrackingConsentChangeType;
123
97
  }
98
+ /**
99
+ * @publicDocs
100
+ */
124
101
  export interface CompanyLocationApi {
125
102
  locationId: string;
126
103
  }
104
+ /**
105
+ * @publicDocs
106
+ */
127
107
  export interface FulfillmentApi {
128
108
  /**
129
109
  * Id of a single fulfillment.
130
110
  */
131
111
  fulfillmentId: string;
132
112
  }
113
+ /**
114
+ * @publicDocs
115
+ */
133
116
  export interface ReturnApi {
134
117
  /**
135
118
  * Id of a single return.
136
119
  */
137
120
  returnId: string;
138
121
  }
122
+ /**
123
+ * @publicDocs
124
+ */
139
125
  export interface OrderApi {
140
126
  orderId: string;
141
127
  }
128
+ /**
129
+ * The buyer's language, country, and locale context in customer accounts. Properties on this interface are subscribable and update automatically when the buyer changes their country.
130
+ * @publicDocs
131
+ */
142
132
  export interface Localization {
143
133
  /**
144
134
  * The language the buyer sees in the customer account hub.
145
135
  */
146
136
  language: SubscribableSignalLike<Language>;
147
137
  /**
148
- * This is the buyer's language, as supported by the extension.
149
- * If the buyer's actual language is not supported by the extension,
150
- * this is the fallback locale used for translations.
138
+ * The buyer's language, as supported by the extension. If the buyer's actual language isn't supported, this falls back to the closest match or the extension's default locale (the one matching your `.default.json` file).
151
139
  *
152
- * For example, if the buyer's language is 'fr-CA' but your extension
153
- * only supports translations for 'fr', then the `isoCode` for this
154
- * language is 'fr'. If your extension does not provide french
155
- * translations at all, this value is the default locale for your
156
- * extension (that is, the one matching your .default.json file).
140
+ * For example, if the buyer's language is `'fr-CA'` but your extension only supports `'fr'`, then `isoCode` is `'fr'`. If your extension doesn't provide French translations at all, this returns the default locale.
157
141
  */
158
142
  extensionLanguage: SubscribableSignalLike<Language>;
159
143
  /**
160
- * The country context of the buyer sees in the customer account.
161
- * It will update if the buyer changes the country in the customer account
162
- * If the country is unknown, then the value is undefined.
144
+ * The buyer's country in customer accounts. Updates automatically if the buyer changes their country. The value is `undefined` if the country is unknown.
163
145
  */
164
146
  country: SubscribableSignalLike<Country | undefined>;
165
147
  }
166
148
  /**
167
149
  * An enumerated value representing the type of navigation.
150
+ * @publicDocs
168
151
  */
169
152
  export type NavigationTypeString = 'push' | 'replace' | 'traverse';
153
+ /**
154
+ * Options passed to `Navigation.navigate()` to control history behavior and attach state to the navigation entry.
155
+ * @publicDocs
156
+ */
170
157
  export interface NavigationNavigateOptions {
171
158
  /**
172
159
  * Developer-defined information to be stored in the associated NavigationHistoryEntry once the navigation is complete, retrievable via getState().
@@ -178,52 +165,77 @@ export interface NavigationNavigateOptions {
178
165
  history: 'auto' | 'push' | 'replace';
179
166
  }
180
167
  /**
181
- * The NavigationHistoryEntry interface of the Navigation API represents a single navigation history entry.
168
+ * A single entry in the navigation history stack. Each entry has a unique key, a URL, and optional developer-defined state.
169
+ * @publicDocs
182
170
  */
183
171
  export interface NavigationHistoryEntry {
184
- /** Returns the key of the history entry. This is a unique, UA-generated value that represents the history entry's slot in the entries list rather than the entry itself. */
172
+ /**
173
+ * A unique, platform-generated identifier for this entry's position in the history stack. This value identifies the slot, not the content.
174
+ */
185
175
  key: string;
186
176
  /**
187
- * Returns the URL of this history entry.
177
+ * The URL associated with this history entry, or `null` if unavailable.
188
178
  */
189
179
  url: string | null;
190
180
  /**
191
- * Returns a clone of the available state associated with this history entry.
181
+ * Returns a clone of the developer-defined state associated with this history entry.
192
182
  */
193
183
  getState(): unknown;
194
184
  }
185
+ /**
186
+ * Options for `Navigation.updateCurrentEntry()`. Use this to update the state of the current history entry without triggering a navigation.
187
+ * @publicDocs
188
+ */
195
189
  export interface NavigationUpdateCurrentEntryOptions {
190
+ /**
191
+ * Developer-defined state to associate with the current navigation history entry.
192
+ */
196
193
  state: unknown;
197
194
  }
198
195
  /**
199
- * The NavigationCurrentEntryChangeEvent interface of the Navigation API is the event object for the currententrychange event, which fires when the Navigation.currentEntry has changed.
196
+ * The event object passed to `currententrychange` listeners when the current navigation entry changes.
197
+ * @publicDocs
200
198
  */
201
199
  export interface NavigationCurrentEntryChangeEvent {
202
200
  /**
203
- * Returns the type of the navigation that resulted in the change.
201
+ * The type of navigation that caused the change: `'push'`, `'replace'`, or `'traverse'`.
204
202
  */
205
203
  navigationType?: NavigationTypeString;
206
204
  /**
207
- * Returns the NavigationHistoryEntry that was navigated from.
205
+ * The history entry the buyer navigated away from.
208
206
  */
209
207
  from: NavigationHistoryEntry;
210
208
  }
209
+ /**
210
+ * Navigates between pages in customer accounts, including other extensions and host pages. Full-page extensions also get access to the current navigation entry and history state.
211
+ * @publicDocs
212
+ */
211
213
  export interface Navigation {
212
214
  /**
213
- * The navigate() method navigates to a specific URL, updating any provided state in the history entries list.
215
+ * Navigates to a URL, updating any provided state in the history entries list. Supports [custom protocols](/docs/api/customer-account-ui-extensions/{API_VERSION}#custom-protocols) for navigating within customer accounts.
214
216
  */
215
217
  navigate: NavigateFunction;
216
218
  /**
217
- * The currentEntry read-only property of the Navigation interface returns a NavigationHistoryEntry object representing the location the user is currently navigated to right now.
219
+ * The current navigation history entry, representing the page the buyer is viewing. Only available in full-page extensions.
218
220
  */
219
221
  currentEntry: NavigationHistoryEntry;
220
222
  /**
221
- * The updateCurrentEntry() method of the Navigation interface updates the state of the currentEntry; used in cases where the state change will be independent of a navigation or reload.
223
+ * Updates the state of the current history entry without triggering a navigation. Use this when the state change is independent of a page transition, such as saving form progress.
222
224
  */
223
225
  updateCurrentEntry(options: NavigationUpdateCurrentEntryOptions): void;
226
+ /**
227
+ * Registers a listener that fires whenever the current navigation entry changes, such as when the buyer navigates to a different page.
228
+ */
224
229
  addEventListener(type: 'currententrychange', cb: (event: NavigationCurrentEntryChangeEvent) => void): void;
230
+ /**
231
+ * Removes a previously registered `currententrychange` listener.
232
+ */
225
233
  removeEventListener(type: 'currententrychange', cb: (event: NavigationCurrentEntryChangeEvent) => void): void;
226
234
  }
235
+ /**
236
+ * A callable function that navigates to a URL within customer accounts. Accepts a destination URL and optional navigation options.
237
+ * @publicDocs
238
+ */
227
239
  export interface NavigateFunction {
228
240
  /**
229
241
  * Navigates to a specific URL, updating any provided state in the history entries list.
@@ -231,5 +243,9 @@ export interface NavigateFunction {
231
243
  */
232
244
  (url: string, options?: NavigationNavigateOptions): void;
233
245
  }
246
+ /**
247
+ * The API version string your extension is running against, such as `'2026-04-rc'` or `'unstable'`.
248
+ * @publicDocs
249
+ */
234
250
  export type Version = string;
235
251
  //# sourceMappingURL=standard-api.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"standard-api.d.ts","sourceRoot":"","sources":["../../../../../../src/surfaces/customer-account/api/standard-api/standard-api.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"standard-api.d.ts","sourceRoot":"","sources":["../../../../../../src/surfaces/customer-account/api/standard-api/standard-api.ts"],"names":[],"mappings":"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"}
@@ -26,6 +26,10 @@ export interface BaseElementPropsWithChildren<TClass = HTMLElement> extends Base
26
26
  }
27
27
 
28
28
  declare const tagName = "s-abbreviation";
29
+ /**
30
+ * The element props interface for the Abbreviation component.
31
+ * @publicDocs
32
+ */
29
33
  export interface AbbreviationElementProps extends Pick<AbbreviationProps$1, 'title' | 'id'> {
30
34
  }
31
35
  export interface AbbreviationElement extends AbbreviationElementProps, Omit<HTMLElement, 'id' | 'title'> {
@@ -24,50 +24,70 @@ export interface BaseElementProps<TClass = HTMLElement> {
24
24
  export interface BaseElementPropsWithChildren<TClass = HTMLElement> extends BaseElementProps<TClass> {
25
25
  children?: preact.ComponentChildren;
26
26
  }
27
+ /**
28
+ * An event type that narrows the `currentTarget` to the specific HTML element associated with the custom element tag. This provides type-safe event handling in callback listeners.
29
+ */
27
30
  export type CallbackEvent<TTagName extends keyof HTMLElementTagNameMap, TEvent extends Event = Event> = TEvent & {
28
31
  currentTarget: HTMLElementTagNameMap[TTagName];
29
32
  };
33
+ /**
34
+ * A typed event listener for custom element events. The listener receives a `CallbackEvent` with the correct `currentTarget` type for the associated custom element tag.
35
+ */
30
36
  export type CallbackEventListener<TTagName extends keyof HTMLElementTagNameMap, TData = object> = (EventListener & {
31
37
  (event: CallbackEvent<TTagName, Event> & TData): void;
32
38
  }) | null;
39
+ /**
40
+ * The visibility state of a toggleable element.
41
+ *
42
+ * - `open`: The element is visible and showing its content.
43
+ * - `closed`: The element is hidden and its content is not visible.
44
+ */
33
45
  export type ToggleState = 'open' | 'closed';
46
+ /**
47
+ * The event data provided to toggle-related callbacks. Contains the previous and next visibility states of the element.
48
+ */
34
49
  export interface ToggleArgumentsEvent {
50
+ /**
51
+ * The visibility state of the element before the toggle occurred.
52
+ */
35
53
  oldState?: ToggleState;
54
+ /**
55
+ * The visibility state of the element after the toggle occurred.
56
+ */
36
57
  newState?: ToggleState;
37
58
  }
38
59
 
39
60
  declare const tagName = "s-announcement";
40
61
  export interface AnnouncementEvents extends Pick<AnnouncementProps$1, 'onAfterToggle' | 'onDismiss' | 'onToggle'> {
41
62
  }
63
+ /**
64
+ * @publicDocs
65
+ */
42
66
  export interface AnnouncementElementEvents {
43
67
  /**
44
- * Callback fired when the element state changes **after** any animations have finished.
68
+ * A callback that fires when the element state changes, after any toggle animations have finished.
45
69
  *
46
70
  * - If the element transitioned from hidden to showing, the `oldState` property will be set to `closed` and the
47
71
  * `newState` property will be set to `open`.
48
72
  * - If the element transitioned from showing to hidden, the `oldState` property will be set to `open` and the
49
73
  * `newState` will be `closed`.
50
74
  *
51
- * @see https://developer.mozilla.org/en-US/docs/Web/API/ToggleEvent/newState
52
- * @see https://developer.mozilla.org/en-US/docs/Web/API/ToggleEvent/oldState
75
+ * Learn more about [ToggleEvent.newState](https://developer.mozilla.org/en-US/docs/Web/API/ToggleEvent/newState) and [ToggleEvent.oldState](https://developer.mozilla.org/en-US/docs/Web/API/ToggleEvent/oldState).
53
76
  */
54
77
  aftertoggle?: CallbackEventListener<typeof tagName, ToggleArgumentsEvent>;
55
78
  /**
56
- * Callback fired when the announcement is dismissed by the user
57
- * (either via the built-in dismiss button or programmatically).
79
+ * A callback that fires when the announcement is dismissed by the user clicking the close button or by calling the `dismiss()` method programmatically.
58
80
  */
59
81
  dismiss?: CallbackEventListener<typeof tagName>;
60
82
  /**
61
- * Callback straight after the element state changes.
83
+ * A callback that fires immediately when the element state changes, before any animations.
62
84
  *
63
85
  * - If the element is transitioning from hidden to showing, the `oldState` property will be set to `closed` and the
64
86
  * `newState` property will be set to `open`.
65
87
  * - If the element is transitioning from showing to hidden, then `oldState` property will be set to `open` and the
66
88
  * `newState` will be `closed`.
67
89
  *
68
- * @see https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/toggle_event
69
- * @see https://developer.mozilla.org/en-US/docs/Web/API/ToggleEvent/newState
70
- * @see https://developer.mozilla.org/en-US/docs/Web/API/ToggleEvent/oldState
90
+ * Learn more about the [toggle event](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/toggle_event), [ToggleEvent.newState](https://developer.mozilla.org/en-US/docs/Web/API/ToggleEvent/newState), and [ToggleEvent.oldState](https://developer.mozilla.org/en-US/docs/Web/API/ToggleEvent/oldState).
71
91
  */
72
92
  toggle?: CallbackEventListener<typeof tagName, ToggleArgumentsEvent>;
73
93
  }
@@ -79,9 +99,18 @@ export interface AnnouncementElement extends AnnouncementMethods, Omit<HTMLEleme
79
99
  export interface AnnouncementProps extends AnnouncementEvents {
80
100
  }
81
101
  export interface AnnouncementMethods {
102
+ /**
103
+ * Programmatically dismisses the announcement. This triggers the `dismiss` event callback.
104
+ */
82
105
  dismiss: () => void;
83
106
  }
107
+ /**
108
+ * @publicDocs
109
+ */
84
110
  export interface AnnouncementElementMethods {
111
+ /**
112
+ * Programmatically dismisses the announcement. This triggers the `dismiss` event callback.
113
+ */
85
114
  dismiss: AnnouncementMethods['dismiss'];
86
115
  }
87
116
  declare global {
@@ -1,5 +1,8 @@
1
1
  import {BaseElementPropsWithChildren, IdProps, SizeKeyword} from './shared';
2
2
 
3
+ /**
4
+ * An event listener typed to a specific HTML element, with a strongly typed `currentTarget`.
5
+ */
3
6
  export type CallbackEventListener<
4
7
  TTagName extends keyof HTMLElementTagNameMap,
5
8
  TEvent extends Event = Event,
@@ -9,21 +12,28 @@ export type CallbackEventListener<
9
12
  })
10
13
  | null;
11
14
 
15
+ /**
16
+ * The properties for the avatar component. An avatar displays a user or entity image with fallback initials when the image isn't available. Properties include `src` for the image URL, `initials` for the fallback text, `alt` for accessibility text, and `size` for controlling the avatar dimensions.
17
+ */
12
18
  export interface AvatarElementProps extends IdProps {
13
19
  /**
14
- * Initials to display in the avatar.
15
- *
16
- * Initials will be rendered as a fallback if `src` is not provided, fails to load or does not load quickly.
20
+ * The initials to display in the avatar when no image is provided or fails to load. Typically one or two characters representing a person's first and last name initials, such as "JD" for John Doe.
17
21
  */
18
22
  initials?: string;
19
23
 
20
24
  /**
21
- * The URL or path to the image.
25
+ * The URL or path to the avatar image. When provided, the image takes priority over `initials`. If the image fails to load or loads slowly, `initials` will be rendered as a fallback.
22
26
  */
23
27
  src?: string;
24
28
 
25
29
  /**
26
- * Size of the avatar.
30
+ * The size of the avatar image.
31
+ *
32
+ * - `'small'`: Small avatar, good for secondary contexts or tight layouts.
33
+ * - `'large'`: Large avatar for emphasis or when the avatar is a focal point.
34
+ * - `'base'`: Default size that works well in most contexts.
35
+ * - `'small-200'`: Extra small avatar, suitable for compact displays or lists with many items.
36
+ * - `'large-200'`: Extra large avatar for prominent display.
27
37
  *
28
38
  * @default 'base'
29
39
  */
@@ -33,28 +43,40 @@ export interface AvatarElementProps extends IdProps {
33
43
  >;
34
44
 
35
45
  /**
36
- * An alternative text description that describe the image for the reader
37
- * to understand what it is about or identify the user the avatar belongs to.
46
+ * Alternative text that describes the avatar for accessibility.
47
+ *
48
+ * Provides a text description of the avatar for users with assistive technology
49
+ * and serves as a fallback when the avatar fails to load. A well-written description
50
+ * enables people with visual impairments to understand non-text content.
51
+ *
52
+ * When a screen reader encounters an avatar, it reads this description aloud.
53
+ * When an avatar fails to load, this text displays on screen, helping all users
54
+ * understand what content was intended.
55
+ *
56
+ * Learn more about [writing effective alt text](https://www.shopify.com/ca/blog/image-alt-text#4)
57
+ * and the [alt attribute](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/img#alt).
38
58
  */
39
59
  alt?: string;
40
60
  }
41
61
 
62
+ /**
63
+ * The event handlers for the avatar component.
64
+ */
42
65
  export interface AvatarElementEvents {
43
66
  /**
44
- * Invoked when load of provided image completes successfully.
45
- *
46
- * @see https://developer.mozilla.org/en-US/docs/Web/API/GlobalEventHandlers/onload
67
+ * A callback that's fired when the avatar image has loaded successfully.
47
68
  */
48
69
  onLoad?(event: Event): void;
49
70
 
50
71
  /**
51
- * Invoked on load error of provided image.
52
- *
53
- * @see https://developer.mozilla.org/en-US/docs/Web/API/GlobalEventHandlers/onerror
72
+ * A callback that's fired when the avatar image fails to load.
54
73
  */
55
74
  onError?(event: Event): void;
56
75
  }
57
76
 
77
+ /**
78
+ * The HTML element interface for the `s-avatar` custom element.
79
+ */
58
80
  export interface AvatarElement
59
81
  extends AvatarElementProps,
60
82
  Omit<HTMLElement, 'id'> {
@@ -62,18 +84,24 @@ export interface AvatarElement
62
84
  onerror: AvatarElementEvents['onError'];
63
85
  }
64
86
 
87
+ /**
88
+ * The event listeners for the `s-avatar` custom element.
89
+ */
65
90
  export interface AvatarEvents {
66
91
  /**
67
- * Callback when the image loads successfully.
92
+ * A callback that's fired when the avatar image has loaded successfully.
68
93
  */
69
94
  load?: ((event: CallbackEventListener<typeof tagName>) => void) | null;
70
95
 
71
96
  /**
72
- * Callback when the image fails to load.
97
+ * A callback that's fired when the avatar image fails to load.
73
98
  */
74
99
  error?: ((event: CallbackEventListener<typeof tagName>) => void) | null;
75
100
  }
76
101
 
102
+ /**
103
+ * The properties for the avatar component when it's used in JSX.
104
+ */
77
105
  export type AvatarProps = AvatarElementProps & AvatarElementEvents;
78
106
 
79
107
  declare global {