@shopify/ui-extensions 2026.1.3 → 2026.1.4

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 (1534) 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 +4 -0
  29. package/build/cjs/surfaces/checkout/preact/market.js +1 -0
  30. package/build/cjs/surfaces/checkout/preact/metafield.js +1 -0
  31. package/build/cjs/surfaces/checkout/preact/metafields.js +2 -0
  32. package/build/cjs/surfaces/checkout/preact/note.js +2 -0
  33. package/build/cjs/surfaces/checkout/preact/payment-method.js +3 -0
  34. package/build/cjs/surfaces/checkout/preact/payment-options.js +2 -0
  35. package/build/cjs/surfaces/checkout/preact/pickup-location-option-target.js +1 -0
  36. package/build/cjs/surfaces/checkout/preact/redeemable.js +1 -0
  37. package/build/cjs/surfaces/checkout/preact/session-token.js +1 -0
  38. package/build/cjs/surfaces/checkout/preact/settings.js +1 -0
  39. package/build/cjs/surfaces/checkout/preact/shipping-address.js +2 -0
  40. package/build/cjs/surfaces/checkout/preact/shipping-option-target.js +1 -0
  41. package/build/cjs/surfaces/checkout/preact/shop.js +1 -0
  42. package/build/cjs/surfaces/checkout/preact/storage.js +1 -0
  43. package/build/cjs/surfaces/checkout/preact/subscription.js +1 -0
  44. package/build/cjs/surfaces/checkout/preact/target.js +1 -0
  45. package/build/cjs/surfaces/checkout/preact/timezone.js +1 -0
  46. package/build/cjs/surfaces/checkout/preact/translate.js +1 -0
  47. package/build/cjs/surfaces/checkout/shared.js +2 -0
  48. package/build/cjs/surfaces/checkout/style/style.js +1 -0
  49. package/build/cjs/surfaces/point-of-sale/types/storage.js +1 -1
  50. package/build/esm/surfaces/checkout/preact/api.mjs +2 -0
  51. package/build/esm/surfaces/checkout/preact/app-metafields.mjs +1 -0
  52. package/build/esm/surfaces/checkout/preact/attributes.mjs +3 -0
  53. package/build/esm/surfaces/checkout/preact/billing-address.mjs +1 -0
  54. package/build/esm/surfaces/checkout/preact/buyer-identity.mjs +4 -0
  55. package/build/esm/surfaces/checkout/preact/buyer-journey.mjs +5 -0
  56. package/build/esm/surfaces/checkout/preact/capabilities.mjs +2 -0
  57. package/build/esm/surfaces/checkout/preact/cart-line-target.mjs +1 -0
  58. package/build/esm/surfaces/checkout/preact/cart-lines.mjs +2 -0
  59. package/build/esm/surfaces/checkout/preact/checkout-settings.mjs +1 -0
  60. package/build/esm/surfaces/checkout/preact/checkout-token.mjs +1 -0
  61. package/build/esm/surfaces/checkout/preact/cost.mjs +4 -0
  62. package/build/esm/surfaces/checkout/preact/country.mjs +1 -0
  63. package/build/esm/surfaces/checkout/preact/currency.mjs +1 -0
  64. package/build/esm/surfaces/checkout/preact/customer-privacy.mjs +1 -0
  65. package/build/esm/surfaces/checkout/preact/delivery-group-list-target.mjs +1 -0
  66. package/build/esm/surfaces/checkout/preact/delivery-group-target.mjs +1 -0
  67. package/build/esm/surfaces/checkout/preact/delivery-group.mjs +1 -0
  68. package/build/esm/surfaces/checkout/preact/delivery-groups.mjs +1 -0
  69. package/build/esm/surfaces/checkout/preact/delivery-selection-groups.mjs +1 -0
  70. package/build/esm/surfaces/checkout/preact/discounts.mjs +3 -0
  71. package/build/esm/surfaces/checkout/preact/extension-editor.mjs +1 -0
  72. package/build/esm/surfaces/checkout/preact/extension-language.mjs +1 -0
  73. package/build/esm/surfaces/checkout/preact/extension.mjs +2 -0
  74. package/build/esm/surfaces/checkout/preact/gift-cards.mjs +2 -0
  75. package/build/esm/surfaces/checkout/preact/instructions.mjs +1 -0
  76. package/build/esm/surfaces/checkout/preact/language.mjs +1 -0
  77. package/build/esm/surfaces/checkout/preact/localized-fields.mjs +4 -0
  78. package/build/esm/surfaces/checkout/preact/market.mjs +1 -0
  79. package/build/esm/surfaces/checkout/preact/metafield.mjs +1 -0
  80. package/build/esm/surfaces/checkout/preact/metafields.mjs +2 -0
  81. package/build/esm/surfaces/checkout/preact/note.mjs +2 -0
  82. package/build/esm/surfaces/checkout/preact/payment-method.mjs +3 -0
  83. package/build/esm/surfaces/checkout/preact/payment-options.mjs +2 -0
  84. package/build/esm/surfaces/checkout/preact/pickup-location-option-target.mjs +1 -0
  85. package/build/esm/surfaces/checkout/preact/redeemable.mjs +1 -0
  86. package/build/esm/surfaces/checkout/preact/session-token.mjs +1 -0
  87. package/build/esm/surfaces/checkout/preact/settings.mjs +1 -0
  88. package/build/esm/surfaces/checkout/preact/shipping-address.mjs +2 -0
  89. package/build/esm/surfaces/checkout/preact/shipping-option-target.mjs +1 -0
  90. package/build/esm/surfaces/checkout/preact/shop.mjs +1 -0
  91. package/build/esm/surfaces/checkout/preact/storage.mjs +1 -0
  92. package/build/esm/surfaces/checkout/preact/subscription.mjs +1 -0
  93. package/build/esm/surfaces/checkout/preact/target.mjs +1 -0
  94. package/build/esm/surfaces/checkout/preact/timezone.mjs +1 -0
  95. package/build/esm/surfaces/checkout/preact/translate.mjs +1 -0
  96. package/build/esm/surfaces/checkout/shared.mjs +2 -0
  97. package/build/esm/surfaces/checkout/style/style.mjs +1 -0
  98. package/build/esm/surfaces/point-of-sale/types/storage.mjs +1 -1
  99. package/build/esnext/surfaces/checkout/preact/api.esnext +2 -0
  100. package/build/esnext/surfaces/checkout/preact/app-metafields.esnext +1 -0
  101. package/build/esnext/surfaces/checkout/preact/attributes.esnext +3 -0
  102. package/build/esnext/surfaces/checkout/preact/billing-address.esnext +1 -0
  103. package/build/esnext/surfaces/checkout/preact/buyer-identity.esnext +4 -0
  104. package/build/esnext/surfaces/checkout/preact/buyer-journey.esnext +5 -0
  105. package/build/esnext/surfaces/checkout/preact/capabilities.esnext +2 -0
  106. package/build/esnext/surfaces/checkout/preact/cart-line-target.esnext +1 -0
  107. package/build/esnext/surfaces/checkout/preact/cart-lines.esnext +2 -0
  108. package/build/esnext/surfaces/checkout/preact/checkout-settings.esnext +1 -0
  109. package/build/esnext/surfaces/checkout/preact/checkout-token.esnext +1 -0
  110. package/build/esnext/surfaces/checkout/preact/cost.esnext +4 -0
  111. package/build/esnext/surfaces/checkout/preact/country.esnext +1 -0
  112. package/build/esnext/surfaces/checkout/preact/currency.esnext +1 -0
  113. package/build/esnext/surfaces/checkout/preact/customer-privacy.esnext +1 -0
  114. package/build/esnext/surfaces/checkout/preact/delivery-group-list-target.esnext +1 -0
  115. package/build/esnext/surfaces/checkout/preact/delivery-group-target.esnext +1 -0
  116. package/build/esnext/surfaces/checkout/preact/delivery-group.esnext +1 -0
  117. package/build/esnext/surfaces/checkout/preact/delivery-groups.esnext +1 -0
  118. package/build/esnext/surfaces/checkout/preact/delivery-selection-groups.esnext +1 -0
  119. package/build/esnext/surfaces/checkout/preact/discounts.esnext +3 -0
  120. package/build/esnext/surfaces/checkout/preact/extension-editor.esnext +1 -0
  121. package/build/esnext/surfaces/checkout/preact/extension-language.esnext +1 -0
  122. package/build/esnext/surfaces/checkout/preact/extension.esnext +2 -0
  123. package/build/esnext/surfaces/checkout/preact/gift-cards.esnext +2 -0
  124. package/build/esnext/surfaces/checkout/preact/instructions.esnext +1 -0
  125. package/build/esnext/surfaces/checkout/preact/language.esnext +1 -0
  126. package/build/esnext/surfaces/checkout/preact/localized-fields.esnext +4 -0
  127. package/build/esnext/surfaces/checkout/preact/market.esnext +1 -0
  128. package/build/esnext/surfaces/checkout/preact/metafield.esnext +1 -0
  129. package/build/esnext/surfaces/checkout/preact/metafields.esnext +2 -0
  130. package/build/esnext/surfaces/checkout/preact/note.esnext +2 -0
  131. package/build/esnext/surfaces/checkout/preact/payment-method.esnext +3 -0
  132. package/build/esnext/surfaces/checkout/preact/payment-options.esnext +2 -0
  133. package/build/esnext/surfaces/checkout/preact/pickup-location-option-target.esnext +1 -0
  134. package/build/esnext/surfaces/checkout/preact/redeemable.esnext +1 -0
  135. package/build/esnext/surfaces/checkout/preact/session-token.esnext +1 -0
  136. package/build/esnext/surfaces/checkout/preact/settings.esnext +1 -0
  137. package/build/esnext/surfaces/checkout/preact/shipping-address.esnext +2 -0
  138. package/build/esnext/surfaces/checkout/preact/shipping-option-target.esnext +1 -0
  139. package/build/esnext/surfaces/checkout/preact/shop.esnext +1 -0
  140. package/build/esnext/surfaces/checkout/preact/storage.esnext +1 -0
  141. package/build/esnext/surfaces/checkout/preact/subscription.esnext +1 -0
  142. package/build/esnext/surfaces/checkout/preact/target.esnext +1 -0
  143. package/build/esnext/surfaces/checkout/preact/timezone.esnext +1 -0
  144. package/build/esnext/surfaces/checkout/preact/translate.esnext +1 -0
  145. package/build/esnext/surfaces/checkout/shared.esnext +2 -0
  146. package/build/esnext/surfaces/checkout/style/style.esnext +1 -0
  147. package/build/esnext/surfaces/point-of-sale/types/storage.esnext +1 -1
  148. package/build/ts/shared.d.ts +29 -11
  149. package/build/ts/shared.d.ts.map +1 -1
  150. package/build/ts/surfaces/admin/api/action/action.d.ts +2 -0
  151. package/build/ts/surfaces/admin/api/action/action.d.ts.map +1 -1
  152. package/build/ts/surfaces/admin/api/block/block.d.ts +3 -0
  153. package/build/ts/surfaces/admin/api/block/block.d.ts.map +1 -1
  154. package/build/ts/surfaces/admin/api/checkout-rules/launch-options.d.ts +2 -0
  155. package/build/ts/surfaces/admin/api/checkout-rules/launch-options.d.ts.map +1 -1
  156. package/build/ts/surfaces/admin/api/checkout-rules/metafields.d.ts +2 -0
  157. package/build/ts/surfaces/admin/api/checkout-rules/metafields.d.ts.map +1 -1
  158. package/build/ts/surfaces/admin/api/customer-segment-template/customer-segment-template.d.ts +2 -0
  159. package/build/ts/surfaces/admin/api/customer-segment-template/customer-segment-template.d.ts.map +1 -1
  160. package/build/ts/surfaces/admin/api/discount-function-settings/launch-options.d.ts +2 -0
  161. package/build/ts/surfaces/admin/api/discount-function-settings/launch-options.d.ts.map +1 -1
  162. package/build/ts/surfaces/admin/api/discount-function-settings/metafields.d.ts +2 -0
  163. package/build/ts/surfaces/admin/api/discount-function-settings/metafields.d.ts.map +1 -1
  164. package/build/ts/surfaces/admin/api/intents/intents.d.ts +4 -0
  165. package/build/ts/surfaces/admin/api/intents/intents.d.ts.map +1 -1
  166. package/build/ts/surfaces/admin/api/order-routing-rule/order-routing-rule.d.ts +2 -0
  167. package/build/ts/surfaces/admin/api/order-routing-rule/order-routing-rule.d.ts.map +1 -1
  168. package/build/ts/surfaces/admin/api/picker/picker.d.ts +2 -0
  169. package/build/ts/surfaces/admin/api/picker/picker.d.ts.map +1 -1
  170. package/build/ts/surfaces/admin/api/print-action/print-action.d.ts +2 -0
  171. package/build/ts/surfaces/admin/api/print-action/print-action.d.ts.map +1 -1
  172. package/build/ts/surfaces/admin/api/product-configuration/product-details-configuration.d.ts +2 -0
  173. package/build/ts/surfaces/admin/api/product-configuration/product-details-configuration.d.ts.map +1 -1
  174. package/build/ts/surfaces/admin/api/product-configuration/product-variant-details-configuration.d.ts +2 -0
  175. package/build/ts/surfaces/admin/api/product-configuration/product-variant-details-configuration.d.ts.map +1 -1
  176. package/build/ts/surfaces/admin/api/purchase-options-card-action.d.ts +2 -0
  177. package/build/ts/surfaces/admin/api/purchase-options-card-action.d.ts.map +1 -1
  178. package/build/ts/surfaces/admin/api/resource-picker/resource-picker.d.ts +7 -1
  179. package/build/ts/surfaces/admin/api/resource-picker/resource-picker.d.ts.map +1 -1
  180. package/build/ts/surfaces/admin/api/should-render/should-render.d.ts +2 -0
  181. package/build/ts/surfaces/admin/api/should-render/should-render.d.ts.map +1 -1
  182. package/build/ts/surfaces/admin/api/standard/standard.d.ts +2 -0
  183. package/build/ts/surfaces/admin/api/standard/standard.d.ts.map +1 -1
  184. package/build/ts/surfaces/admin/components/AdminAction.d.ts +9 -0
  185. package/build/ts/surfaces/admin/components/AdminBlock.d.ts +9 -0
  186. package/build/ts/surfaces/admin/components/AdminPrintAction.d.ts +9 -0
  187. package/build/ts/surfaces/admin/components/Avatar.d.ts +12 -0
  188. package/build/ts/surfaces/admin/components/Badge.d.ts +12 -0
  189. package/build/ts/surfaces/admin/components/Banner.d.ts +14 -0
  190. package/build/ts/surfaces/admin/components/Box.d.ts +17 -0
  191. package/build/ts/surfaces/admin/components/Button.d.ts +17 -0
  192. package/build/ts/surfaces/admin/components/ButtonGroup.d.ts +11 -0
  193. package/build/ts/surfaces/admin/components/Checkbox.d.ts +14 -0
  194. package/build/ts/surfaces/admin/components/Chip.d.ts +9 -0
  195. package/build/ts/surfaces/admin/components/Choice.d.ts +11 -0
  196. package/build/ts/surfaces/admin/components/ChoiceList.d.ts +13 -0
  197. package/build/ts/surfaces/admin/components/Clickable.d.ts +50 -0
  198. package/build/ts/surfaces/admin/components/ClickableChip.d.ts +14 -0
  199. package/build/ts/surfaces/admin/components/ColorField.d.ts +15 -0
  200. package/build/ts/surfaces/admin/components/ColorPicker.d.ts +12 -0
  201. package/build/ts/surfaces/admin/components/DateField.d.ts +14 -0
  202. package/build/ts/surfaces/admin/components/DatePicker.d.ts +12 -0
  203. package/build/ts/surfaces/admin/components/Divider.d.ts +10 -0
  204. package/build/ts/surfaces/admin/components/DropZone.d.ts +18 -0
  205. package/build/ts/surfaces/admin/components/EmailField.d.ts +15 -0
  206. package/build/ts/surfaces/admin/components/Form.d.ts +13 -0
  207. package/build/ts/surfaces/admin/components/FunctionSettings.d.ts +15 -0
  208. package/build/ts/surfaces/admin/components/Grid.d.ts +22 -0
  209. package/build/ts/surfaces/admin/components/GridItem.d.ts +21 -0
  210. package/build/ts/surfaces/admin/components/Heading.d.ts +11 -0
  211. package/build/ts/surfaces/admin/components/Icon.d.ts +0 -3
  212. package/build/ts/surfaces/admin/components/Image.d.ts +21 -0
  213. package/build/ts/surfaces/admin/components/Link.d.ts +34 -0
  214. package/build/ts/surfaces/admin/components/ListItem.d.ts +11 -0
  215. package/build/ts/surfaces/admin/components/Menu.d.ts +14 -0
  216. package/build/ts/surfaces/admin/components/Modal.d.ts +27 -0
  217. package/build/ts/surfaces/admin/components/MoneyField.d.ts +16 -0
  218. package/build/ts/surfaces/admin/components/NumberField.d.ts +15 -0
  219. package/build/ts/surfaces/admin/components/Option.d.ts +11 -0
  220. package/build/ts/surfaces/admin/components/OptionGroup.d.ts +11 -0
  221. package/build/ts/surfaces/admin/components/OrderedList.d.ts +11 -0
  222. package/build/ts/surfaces/admin/components/Page.d.ts +9 -0
  223. package/build/ts/surfaces/admin/components/Paragraph.d.ts +11 -0
  224. package/build/ts/surfaces/admin/components/PasswordField.d.ts +15 -0
  225. package/build/ts/surfaces/admin/components/QueryContainer.d.ts +11 -0
  226. package/build/ts/surfaces/admin/components/SearchField.d.ts +15 -0
  227. package/build/ts/surfaces/admin/components/Section.d.ts +12 -0
  228. package/build/ts/surfaces/admin/components/Select.d.ts +14 -0
  229. package/build/ts/surfaces/admin/components/Spinner.d.ts +10 -0
  230. package/build/ts/surfaces/admin/components/Stack.d.ts +22 -0
  231. package/build/ts/surfaces/admin/components/Switch.d.ts +14 -0
  232. package/build/ts/surfaces/admin/components/Table.d.ts +18 -0
  233. package/build/ts/surfaces/admin/components/TableBody.d.ts +11 -0
  234. package/build/ts/surfaces/admin/components/TableCell.d.ts +12 -0
  235. package/build/ts/surfaces/admin/components/TableHeader.d.ts +12 -0
  236. package/build/ts/surfaces/admin/components/TableHeaderRow.d.ts +11 -0
  237. package/build/ts/surfaces/admin/components/TableRow.d.ts +11 -0
  238. package/build/ts/surfaces/admin/components/Text.d.ts +11 -0
  239. package/build/ts/surfaces/admin/components/TextArea.d.ts +15 -0
  240. package/build/ts/surfaces/admin/components/TextField.d.ts +16 -0
  241. package/build/ts/surfaces/admin/components/Thumbnail.d.ts +12 -0
  242. package/build/ts/surfaces/admin/components/Tooltip.d.ts +14 -0
  243. package/build/ts/surfaces/admin/components/URLField.d.ts +15 -0
  244. package/build/ts/surfaces/admin/components/UnorderedList.d.ts +11 -0
  245. package/build/ts/surfaces/admin/components/shared.d.ts +268 -1
  246. package/build/ts/surfaces/checkout/api/address-autocomplete/format-suggestion.d.ts +1 -0
  247. package/build/ts/surfaces/checkout/api/address-autocomplete/format-suggestion.d.ts.map +1 -1
  248. package/build/ts/surfaces/checkout/api/address-autocomplete/standard.d.ts +3 -2
  249. package/build/ts/surfaces/checkout/api/address-autocomplete/standard.d.ts.map +1 -1
  250. package/build/ts/surfaces/checkout/api/address-autocomplete/suggest.d.ts +3 -2
  251. package/build/ts/surfaces/checkout/api/address-autocomplete/suggest.d.ts.map +1 -1
  252. package/build/ts/surfaces/checkout/api/cart-line/cart-line-item.d.ts +9 -1
  253. package/build/ts/surfaces/checkout/api/cart-line/cart-line-item.d.ts.map +1 -1
  254. package/build/ts/surfaces/checkout/api/checkout/checkout.d.ts +231 -121
  255. package/build/ts/surfaces/checkout/api/checkout/checkout.d.ts.map +1 -1
  256. package/build/ts/surfaces/checkout/api/docs.d.ts +37 -0
  257. package/build/ts/surfaces/checkout/api/docs.d.ts.map +1 -1
  258. package/build/ts/surfaces/checkout/api/order-confirmation/order-confirmation.d.ts +12 -5
  259. package/build/ts/surfaces/checkout/api/order-confirmation/order-confirmation.d.ts.map +1 -1
  260. package/build/ts/surfaces/checkout/api/pickup/pickup-location-item.d.ts +11 -2
  261. package/build/ts/surfaces/checkout/api/pickup/pickup-location-item.d.ts.map +1 -1
  262. package/build/ts/surfaces/checkout/api/pickup/pickup-location-list.d.ts +4 -1
  263. package/build/ts/surfaces/checkout/api/pickup/pickup-location-list.d.ts.map +1 -1
  264. package/build/ts/surfaces/checkout/api/pickup/pickup-point-list.d.ts +4 -1
  265. package/build/ts/surfaces/checkout/api/pickup/pickup-point-list.d.ts.map +1 -1
  266. package/build/ts/surfaces/checkout/api/shared.d.ts +77 -31
  267. package/build/ts/surfaces/checkout/api/shared.d.ts.map +1 -1
  268. package/build/ts/surfaces/checkout/api/shipping/shipping-option-item.d.ts +13 -4
  269. package/build/ts/surfaces/checkout/api/shipping/shipping-option-item.d.ts.map +1 -1
  270. package/build/ts/surfaces/checkout/api/shipping/shipping-option-list.d.ts +16 -12
  271. package/build/ts/surfaces/checkout/api/shipping/shipping-option-list.d.ts.map +1 -1
  272. package/build/ts/surfaces/checkout/api/standard/standard.d.ts +652 -435
  273. package/build/ts/surfaces/checkout/api/standard/standard.d.ts.map +1 -1
  274. package/build/ts/surfaces/checkout/components/Abbreviation.d.ts +5 -3
  275. package/build/ts/surfaces/checkout/components/Announcement.d.ts +43 -13
  276. package/build/ts/surfaces/checkout/components/Badge.d.ts +48 -6
  277. package/build/ts/surfaces/checkout/components/Banner.d.ts +67 -12
  278. package/build/ts/surfaces/checkout/components/Box.d.ts +56 -2
  279. package/build/ts/surfaces/checkout/components/Button.d.ts +27 -6
  280. package/build/ts/surfaces/checkout/components/Checkbox.d.ts +42 -5
  281. package/build/ts/surfaces/checkout/components/Chip.d.ts +7 -6
  282. package/build/ts/surfaces/checkout/components/Choice.d.ts +6 -3
  283. package/build/ts/surfaces/checkout/components/ChoiceList.d.ts +17 -5
  284. package/build/ts/surfaces/checkout/components/Clickable.d.ts +50 -9
  285. package/build/ts/surfaces/checkout/components/ClickableChip.d.ts +24 -11
  286. package/build/ts/surfaces/checkout/components/ClipboardItem.d.ts +16 -5
  287. package/build/ts/surfaces/checkout/components/ConsentCheckbox.d.ts +26 -5
  288. package/build/ts/surfaces/checkout/components/ConsentPhoneField.d.ts +35 -13
  289. package/build/ts/surfaces/checkout/components/DateField.d.ts +30 -9
  290. package/build/ts/surfaces/checkout/components/DatePicker.d.ts +27 -8
  291. package/build/ts/surfaces/checkout/components/Details.d.ts +22 -11
  292. package/build/ts/surfaces/checkout/components/Divider.d.ts +5 -3
  293. package/build/ts/surfaces/checkout/components/DropZone.d.ts +21 -6
  294. package/build/ts/surfaces/checkout/components/EmailField.d.ts +37 -13
  295. package/build/ts/surfaces/checkout/components/Form.d.ts +17 -5
  296. package/build/ts/surfaces/checkout/components/Grid.d.ts +143 -2
  297. package/build/ts/surfaces/checkout/components/GridItem.d.ts +61 -2
  298. package/build/ts/surfaces/checkout/components/Heading.d.ts +5 -3
  299. package/build/ts/surfaces/checkout/components/Icon.d.ts +49 -6
  300. package/build/ts/surfaces/checkout/components/Image.d.ts +44 -2
  301. package/build/ts/surfaces/checkout/components/Link.d.ts +17 -6
  302. package/build/ts/surfaces/checkout/components/ListItem.d.ts +5 -3
  303. package/build/ts/surfaces/checkout/components/Map.d.ts +72 -8
  304. package/build/ts/surfaces/checkout/components/MapMarker.d.ts +36 -10
  305. package/build/ts/surfaces/checkout/components/Modal.d.ts +51 -10
  306. package/build/ts/surfaces/checkout/components/MoneyField.d.ts +34 -11
  307. package/build/ts/surfaces/checkout/components/NumberField.d.ts +41 -13
  308. package/build/ts/surfaces/checkout/components/Option.d.ts +5 -3
  309. package/build/ts/surfaces/checkout/components/OrderedList.d.ts +5 -3
  310. package/build/ts/surfaces/checkout/components/Paragraph.d.ts +13 -2
  311. package/build/ts/surfaces/checkout/components/PasswordField.d.ts +37 -13
  312. package/build/ts/surfaces/checkout/components/PaymentIcon.d.ts +16 -3
  313. package/build/ts/surfaces/checkout/components/PhoneField.d.ts +37 -13
  314. package/build/ts/surfaces/checkout/components/Popover.d.ts +39 -24
  315. package/build/ts/surfaces/checkout/components/PressButton.d.ts +21 -9
  316. package/build/ts/surfaces/checkout/components/ProductThumbnail.d.ts +25 -3
  317. package/build/ts/surfaces/checkout/components/Progress.d.ts +30 -3
  318. package/build/ts/surfaces/checkout/components/QRCode.d.ts +27 -5
  319. package/build/ts/surfaces/checkout/components/QueryContainer.d.ts +5 -3
  320. package/build/ts/surfaces/checkout/components/ScrollBox.d.ts +61 -2
  321. package/build/ts/surfaces/checkout/components/Section.d.ts +5 -3
  322. package/build/ts/surfaces/checkout/components/Select.d.ts +33 -9
  323. package/build/ts/surfaces/checkout/components/Sheet.d.ts +40 -15
  324. package/build/ts/surfaces/checkout/components/SkeletonParagraph.d.ts +4 -3
  325. package/build/ts/surfaces/checkout/components/Spinner.d.ts +19 -3
  326. package/build/ts/surfaces/checkout/components/Stack.d.ts +116 -2
  327. package/build/ts/surfaces/checkout/components/Summary.d.ts +3 -0
  328. package/build/ts/surfaces/checkout/components/Switch.d.ts +16 -5
  329. package/build/ts/surfaces/checkout/components/Text.d.ts +22 -4
  330. package/build/ts/surfaces/checkout/components/TextArea.d.ts +34 -11
  331. package/build/ts/surfaces/checkout/components/TextField.d.ts +41 -13
  332. package/build/ts/surfaces/checkout/components/Time.d.ts +5 -3
  333. package/build/ts/surfaces/checkout/components/Tooltip.d.ts +21 -4
  334. package/build/ts/surfaces/checkout/components/UnorderedList.d.ts +5 -3
  335. package/build/ts/surfaces/checkout/components/UrlField.d.ts +25 -13
  336. package/build/ts/surfaces/checkout/components/components-shared.d.ts +663 -486
  337. package/build/ts/surfaces/checkout/components/components.d.ts +485 -372
  338. package/build/ts/surfaces/checkout/extension-targets.d.ts +12 -0
  339. package/build/ts/surfaces/checkout/extension-targets.d.ts.map +1 -1
  340. package/build/ts/surfaces/checkout/globals.d.ts +1 -0
  341. package/build/ts/surfaces/checkout/globals.d.ts.map +1 -1
  342. package/build/ts/surfaces/checkout/preact/api.d.ts +2 -0
  343. package/build/ts/surfaces/checkout/preact/api.d.ts.map +1 -1
  344. package/build/ts/surfaces/checkout/preact/app-metafields.d.ts +1 -0
  345. package/build/ts/surfaces/checkout/preact/app-metafields.d.ts.map +1 -1
  346. package/build/ts/surfaces/checkout/preact/attributes.d.ts +3 -0
  347. package/build/ts/surfaces/checkout/preact/attributes.d.ts.map +1 -1
  348. package/build/ts/surfaces/checkout/preact/billing-address.d.ts +1 -0
  349. package/build/ts/surfaces/checkout/preact/billing-address.d.ts.map +1 -1
  350. package/build/ts/surfaces/checkout/preact/buyer-identity.d.ts +4 -0
  351. package/build/ts/surfaces/checkout/preact/buyer-identity.d.ts.map +1 -1
  352. package/build/ts/surfaces/checkout/preact/buyer-journey.d.ts +5 -0
  353. package/build/ts/surfaces/checkout/preact/buyer-journey.d.ts.map +1 -1
  354. package/build/ts/surfaces/checkout/preact/capabilities.d.ts +2 -0
  355. package/build/ts/surfaces/checkout/preact/capabilities.d.ts.map +1 -1
  356. package/build/ts/surfaces/checkout/preact/cart-line-target.d.ts +1 -0
  357. package/build/ts/surfaces/checkout/preact/cart-line-target.d.ts.map +1 -1
  358. package/build/ts/surfaces/checkout/preact/cart-lines.d.ts +2 -0
  359. package/build/ts/surfaces/checkout/preact/cart-lines.d.ts.map +1 -1
  360. package/build/ts/surfaces/checkout/preact/checkout-settings.d.ts +1 -0
  361. package/build/ts/surfaces/checkout/preact/checkout-settings.d.ts.map +1 -1
  362. package/build/ts/surfaces/checkout/preact/checkout-token.d.ts +1 -0
  363. package/build/ts/surfaces/checkout/preact/checkout-token.d.ts.map +1 -1
  364. package/build/ts/surfaces/checkout/preact/cost.d.ts +4 -0
  365. package/build/ts/surfaces/checkout/preact/cost.d.ts.map +1 -1
  366. package/build/ts/surfaces/checkout/preact/country.d.ts +1 -0
  367. package/build/ts/surfaces/checkout/preact/country.d.ts.map +1 -1
  368. package/build/ts/surfaces/checkout/preact/currency.d.ts +1 -0
  369. package/build/ts/surfaces/checkout/preact/currency.d.ts.map +1 -1
  370. package/build/ts/surfaces/checkout/preact/customer-privacy.d.ts +1 -0
  371. package/build/ts/surfaces/checkout/preact/customer-privacy.d.ts.map +1 -1
  372. package/build/ts/surfaces/checkout/preact/delivery-group-list-target.d.ts +1 -0
  373. package/build/ts/surfaces/checkout/preact/delivery-group-list-target.d.ts.map +1 -1
  374. package/build/ts/surfaces/checkout/preact/delivery-group-target.d.ts +1 -0
  375. package/build/ts/surfaces/checkout/preact/delivery-group-target.d.ts.map +1 -1
  376. package/build/ts/surfaces/checkout/preact/delivery-group.d.ts +1 -0
  377. package/build/ts/surfaces/checkout/preact/delivery-group.d.ts.map +1 -1
  378. package/build/ts/surfaces/checkout/preact/delivery-groups.d.ts +1 -0
  379. package/build/ts/surfaces/checkout/preact/delivery-groups.d.ts.map +1 -1
  380. package/build/ts/surfaces/checkout/preact/delivery-selection-groups.d.ts +1 -0
  381. package/build/ts/surfaces/checkout/preact/delivery-selection-groups.d.ts.map +1 -1
  382. package/build/ts/surfaces/checkout/preact/discounts.d.ts +3 -0
  383. package/build/ts/surfaces/checkout/preact/discounts.d.ts.map +1 -1
  384. package/build/ts/surfaces/checkout/preact/extension-editor.d.ts +1 -0
  385. package/build/ts/surfaces/checkout/preact/extension-editor.d.ts.map +1 -1
  386. package/build/ts/surfaces/checkout/preact/extension-language.d.ts +1 -0
  387. package/build/ts/surfaces/checkout/preact/extension-language.d.ts.map +1 -1
  388. package/build/ts/surfaces/checkout/preact/extension.d.ts +2 -0
  389. package/build/ts/surfaces/checkout/preact/extension.d.ts.map +1 -1
  390. package/build/ts/surfaces/checkout/preact/gift-cards.d.ts +2 -0
  391. package/build/ts/surfaces/checkout/preact/gift-cards.d.ts.map +1 -1
  392. package/build/ts/surfaces/checkout/preact/instructions.d.ts +1 -0
  393. package/build/ts/surfaces/checkout/preact/instructions.d.ts.map +1 -1
  394. package/build/ts/surfaces/checkout/preact/language.d.ts +1 -0
  395. package/build/ts/surfaces/checkout/preact/language.d.ts.map +1 -1
  396. package/build/ts/surfaces/checkout/preact/localized-fields.d.ts +4 -0
  397. package/build/ts/surfaces/checkout/preact/localized-fields.d.ts.map +1 -1
  398. package/build/ts/surfaces/checkout/preact/market.d.ts +1 -0
  399. package/build/ts/surfaces/checkout/preact/market.d.ts.map +1 -1
  400. package/build/ts/surfaces/checkout/preact/metafield.d.ts +1 -0
  401. package/build/ts/surfaces/checkout/preact/metafield.d.ts.map +1 -1
  402. package/build/ts/surfaces/checkout/preact/metafields.d.ts +2 -0
  403. package/build/ts/surfaces/checkout/preact/metafields.d.ts.map +1 -1
  404. package/build/ts/surfaces/checkout/preact/note.d.ts +2 -0
  405. package/build/ts/surfaces/checkout/preact/note.d.ts.map +1 -1
  406. package/build/ts/surfaces/checkout/preact/payment-method.d.ts +3 -0
  407. package/build/ts/surfaces/checkout/preact/payment-method.d.ts.map +1 -1
  408. package/build/ts/surfaces/checkout/preact/payment-options.d.ts +2 -0
  409. package/build/ts/surfaces/checkout/preact/payment-options.d.ts.map +1 -1
  410. package/build/ts/surfaces/checkout/preact/pickup-location-option-target.d.ts +1 -0
  411. package/build/ts/surfaces/checkout/preact/pickup-location-option-target.d.ts.map +1 -1
  412. package/build/ts/surfaces/checkout/preact/redeemable.d.ts +1 -0
  413. package/build/ts/surfaces/checkout/preact/redeemable.d.ts.map +1 -1
  414. package/build/ts/surfaces/checkout/preact/session-token.d.ts +1 -0
  415. package/build/ts/surfaces/checkout/preact/session-token.d.ts.map +1 -1
  416. package/build/ts/surfaces/checkout/preact/settings.d.ts +1 -0
  417. package/build/ts/surfaces/checkout/preact/settings.d.ts.map +1 -1
  418. package/build/ts/surfaces/checkout/preact/shipping-address.d.ts +2 -0
  419. package/build/ts/surfaces/checkout/preact/shipping-address.d.ts.map +1 -1
  420. package/build/ts/surfaces/checkout/preact/shipping-option-target.d.ts +1 -0
  421. package/build/ts/surfaces/checkout/preact/shipping-option-target.d.ts.map +1 -1
  422. package/build/ts/surfaces/checkout/preact/shop.d.ts +1 -0
  423. package/build/ts/surfaces/checkout/preact/shop.d.ts.map +1 -1
  424. package/build/ts/surfaces/checkout/preact/storage.d.ts +1 -0
  425. package/build/ts/surfaces/checkout/preact/storage.d.ts.map +1 -1
  426. package/build/ts/surfaces/checkout/preact/subscription.d.ts +1 -0
  427. package/build/ts/surfaces/checkout/preact/subscription.d.ts.map +1 -1
  428. package/build/ts/surfaces/checkout/preact/target.d.ts +1 -0
  429. package/build/ts/surfaces/checkout/preact/target.d.ts.map +1 -1
  430. package/build/ts/surfaces/checkout/preact/timezone.d.ts +1 -0
  431. package/build/ts/surfaces/checkout/preact/timezone.d.ts.map +1 -1
  432. package/build/ts/surfaces/checkout/preact/translate.d.ts +1 -0
  433. package/build/ts/surfaces/checkout/preact/translate.d.ts.map +1 -1
  434. package/build/ts/surfaces/checkout/shared.d.ts +3 -2
  435. package/build/ts/surfaces/checkout/shared.d.ts.map +1 -1
  436. package/build/ts/surfaces/checkout/style/style.d.ts +1 -0
  437. package/build/ts/surfaces/checkout/style/style.d.ts.map +1 -1
  438. package/build/ts/surfaces/checkout/style/types.d.ts +0 -4
  439. package/build/ts/surfaces/checkout/style/types.d.ts.map +1 -1
  440. package/build/ts/surfaces/customer-account/api/cart-line/cart-line-item.d.ts +1 -1
  441. package/build/ts/surfaces/customer-account/api/docs.d.ts +220 -19
  442. package/build/ts/surfaces/customer-account/api/docs.d.ts.map +1 -1
  443. package/build/ts/surfaces/customer-account/api/order-status/order-status.d.ts +38 -9
  444. package/build/ts/surfaces/customer-account/api/order-status/order-status.d.ts.map +1 -1
  445. package/build/ts/surfaces/customer-account/api/shared.d.ts +76 -52
  446. package/build/ts/surfaces/customer-account/api/shared.d.ts.map +1 -1
  447. package/build/ts/surfaces/customer-account/api/standard-api/standard-api.d.ts +60 -64
  448. package/build/ts/surfaces/customer-account/api/standard-api/standard-api.d.ts.map +1 -1
  449. package/build/ts/surfaces/customer-account/components/Abbreviation.d.ts +5 -3
  450. package/build/ts/surfaces/customer-account/components/Announcement.d.ts +43 -13
  451. package/build/ts/surfaces/customer-account/components/Avatar.d.ts +44 -14
  452. package/build/ts/surfaces/customer-account/components/Badge.d.ts +48 -6
  453. package/build/ts/surfaces/customer-account/components/Banner.d.ts +67 -12
  454. package/build/ts/surfaces/customer-account/components/Box.d.ts +56 -2
  455. package/build/ts/surfaces/customer-account/components/Button.d.ts +27 -6
  456. package/build/ts/surfaces/customer-account/components/ButtonGroup.d.ts +12 -4
  457. package/build/ts/surfaces/customer-account/components/Checkbox.d.ts +42 -5
  458. package/build/ts/surfaces/customer-account/components/Chip.d.ts +7 -6
  459. package/build/ts/surfaces/customer-account/components/Choice.d.ts +6 -3
  460. package/build/ts/surfaces/customer-account/components/ChoiceList.d.ts +17 -5
  461. package/build/ts/surfaces/customer-account/components/Clickable.d.ts +50 -9
  462. package/build/ts/surfaces/customer-account/components/ClickableChip.d.ts +24 -11
  463. package/build/ts/surfaces/customer-account/components/ClipboardItem.d.ts +16 -5
  464. package/build/ts/surfaces/customer-account/components/ConsentCheckbox.d.ts +26 -5
  465. package/build/ts/surfaces/customer-account/components/ConsentPhoneField.d.ts +35 -13
  466. package/build/ts/surfaces/customer-account/components/CustomerAccountAction.d.ts +12 -4
  467. package/build/ts/surfaces/customer-account/components/DateField.d.ts +30 -9
  468. package/build/ts/surfaces/customer-account/components/DatePicker.d.ts +27 -8
  469. package/build/ts/surfaces/customer-account/components/Details.d.ts +22 -11
  470. package/build/ts/surfaces/customer-account/components/Divider.d.ts +5 -3
  471. package/build/ts/surfaces/customer-account/components/DropZone.d.ts +21 -6
  472. package/build/ts/surfaces/customer-account/components/EmailField.d.ts +37 -13
  473. package/build/ts/surfaces/customer-account/components/Form.d.ts +17 -5
  474. package/build/ts/surfaces/customer-account/components/Grid.d.ts +143 -2
  475. package/build/ts/surfaces/customer-account/components/GridItem.d.ts +61 -2
  476. package/build/ts/surfaces/customer-account/components/Heading.d.ts +5 -3
  477. package/build/ts/surfaces/customer-account/components/Icon.d.ts +49 -6
  478. package/build/ts/surfaces/customer-account/components/Image.d.ts +44 -2
  479. package/build/ts/surfaces/customer-account/components/ImageGroup.d.ts +7 -2
  480. package/build/ts/surfaces/customer-account/components/Link.d.ts +17 -6
  481. package/build/ts/surfaces/customer-account/components/ListItem.d.ts +5 -3
  482. package/build/ts/surfaces/customer-account/components/Map.d.ts +72 -8
  483. package/build/ts/surfaces/customer-account/components/MapMarker.d.ts +36 -10
  484. package/build/ts/surfaces/customer-account/components/Menu.d.ts +1 -1
  485. package/build/ts/surfaces/customer-account/components/Modal.d.ts +51 -10
  486. package/build/ts/surfaces/customer-account/components/MoneyField.d.ts +34 -11
  487. package/build/ts/surfaces/customer-account/components/NumberField.d.ts +41 -13
  488. package/build/ts/surfaces/customer-account/components/Option.d.ts +5 -3
  489. package/build/ts/surfaces/customer-account/components/OrderedList.d.ts +5 -3
  490. package/build/ts/surfaces/customer-account/components/Page.d.ts +14 -6
  491. package/build/ts/surfaces/customer-account/components/Paragraph.d.ts +13 -2
  492. package/build/ts/surfaces/customer-account/components/PasswordField.d.ts +37 -13
  493. package/build/ts/surfaces/customer-account/components/PaymentIcon.d.ts +16 -3
  494. package/build/ts/surfaces/customer-account/components/PhoneField.d.ts +37 -13
  495. package/build/ts/surfaces/customer-account/components/Popover.d.ts +39 -24
  496. package/build/ts/surfaces/customer-account/components/PressButton.d.ts +21 -9
  497. package/build/ts/surfaces/customer-account/components/ProductThumbnail.d.ts +25 -3
  498. package/build/ts/surfaces/customer-account/components/Progress.d.ts +30 -3
  499. package/build/ts/surfaces/customer-account/components/QRCode.d.ts +27 -5
  500. package/build/ts/surfaces/customer-account/components/QueryContainer.d.ts +5 -3
  501. package/build/ts/surfaces/customer-account/components/ScrollBox.d.ts +61 -2
  502. package/build/ts/surfaces/customer-account/components/Section.d.ts +5 -3
  503. package/build/ts/surfaces/customer-account/components/Select.d.ts +33 -9
  504. package/build/ts/surfaces/customer-account/components/Sheet.d.ts +40 -15
  505. package/build/ts/surfaces/customer-account/components/SkeletonParagraph.d.ts +4 -3
  506. package/build/ts/surfaces/customer-account/components/Spinner.d.ts +19 -3
  507. package/build/ts/surfaces/customer-account/components/Stack.d.ts +116 -2
  508. package/build/ts/surfaces/customer-account/components/Summary.d.ts +3 -0
  509. package/build/ts/surfaces/customer-account/components/Switch.d.ts +16 -5
  510. package/build/ts/surfaces/customer-account/components/Text.d.ts +22 -4
  511. package/build/ts/surfaces/customer-account/components/TextArea.d.ts +34 -11
  512. package/build/ts/surfaces/customer-account/components/TextField.d.ts +41 -13
  513. package/build/ts/surfaces/customer-account/components/Time.d.ts +5 -3
  514. package/build/ts/surfaces/customer-account/components/Tooltip.d.ts +21 -4
  515. package/build/ts/surfaces/customer-account/components/UnorderedList.d.ts +5 -3
  516. package/build/ts/surfaces/customer-account/components/UrlField.d.ts +25 -13
  517. package/build/ts/surfaces/customer-account/components/components-shared.d.ts +663 -486
  518. package/build/ts/surfaces/customer-account/components/components.d.ts +485 -372
  519. package/build/ts/surfaces/customer-account/components/polaris-elements.d.ts +151 -0
  520. package/build/ts/surfaces/customer-account/components/shared.d.ts +23 -2
  521. package/build/ts/surfaces/customer-account/components/shared.d.ts.map +1 -1
  522. package/build/ts/surfaces/customer-account/components/shared.ts +23 -5
  523. package/build/ts/surfaces/point-of-sale/api/action-api/action-api.d.ts +6 -3
  524. package/build/ts/surfaces/point-of-sale/api/action-api/action-api.d.ts.map +1 -1
  525. package/build/ts/surfaces/point-of-sale/api/action-target-api/action-target-api.d.ts +1 -0
  526. package/build/ts/surfaces/point-of-sale/api/action-target-api/action-target-api.d.ts.map +1 -1
  527. package/build/ts/surfaces/point-of-sale/api/camera-api/camera-api.d.ts +4 -5
  528. package/build/ts/surfaces/point-of-sale/api/camera-api/camera-api.d.ts.map +1 -1
  529. package/build/ts/surfaces/point-of-sale/api/cart-api/cart-api.d.ts +6 -3
  530. package/build/ts/surfaces/point-of-sale/api/cart-api/cart-api.d.ts.map +1 -1
  531. package/build/ts/surfaces/point-of-sale/api/cart-line-item-api/cart-line-item-api.d.ts +3 -1
  532. package/build/ts/surfaces/point-of-sale/api/cart-line-item-api/cart-line-item-api.d.ts.map +1 -1
  533. package/build/ts/surfaces/point-of-sale/api/cash-drawer-api/cash-drawer-api.d.ts +4 -7
  534. package/build/ts/surfaces/point-of-sale/api/cash-drawer-api/cash-drawer-api.d.ts.map +1 -1
  535. package/build/ts/surfaces/point-of-sale/api/connectivity-api/connectivity-api.d.ts +6 -3
  536. package/build/ts/surfaces/point-of-sale/api/connectivity-api/connectivity-api.d.ts.map +1 -1
  537. package/build/ts/surfaces/point-of-sale/api/customer-api/customer-api.d.ts +6 -3
  538. package/build/ts/surfaces/point-of-sale/api/customer-api/customer-api.d.ts.map +1 -1
  539. package/build/ts/surfaces/point-of-sale/api/device-api/device-api.d.ts +6 -3
  540. package/build/ts/surfaces/point-of-sale/api/device-api/device-api.d.ts.map +1 -1
  541. package/build/ts/surfaces/point-of-sale/api/draft-order-api/draft-order-api.d.ts +6 -3
  542. package/build/ts/surfaces/point-of-sale/api/draft-order-api/draft-order-api.d.ts.map +1 -1
  543. package/build/ts/surfaces/point-of-sale/api/locale-api/locale-api.d.ts +6 -3
  544. package/build/ts/surfaces/point-of-sale/api/locale-api/locale-api.d.ts.map +1 -1
  545. package/build/ts/surfaces/point-of-sale/api/navigation-api/navigation-api.d.ts +8 -10
  546. package/build/ts/surfaces/point-of-sale/api/navigation-api/navigation-api.d.ts.map +1 -1
  547. package/build/ts/surfaces/point-of-sale/api/order-api/order-api.d.ts +4 -4
  548. package/build/ts/surfaces/point-of-sale/api/order-api/order-api.d.ts.map +1 -1
  549. package/build/ts/surfaces/point-of-sale/api/pin-pad-api.d.ts +6 -3
  550. package/build/ts/surfaces/point-of-sale/api/pin-pad-api.d.ts.map +1 -1
  551. package/build/ts/surfaces/point-of-sale/api/print-api/print-api.d.ts +4 -7
  552. package/build/ts/surfaces/point-of-sale/api/print-api/print-api.d.ts.map +1 -1
  553. package/build/ts/surfaces/point-of-sale/api/product-api/product-api.d.ts +6 -3
  554. package/build/ts/surfaces/point-of-sale/api/product-api/product-api.d.ts.map +1 -1
  555. package/build/ts/surfaces/point-of-sale/api/product-search-api/product-search-api.d.ts +6 -3
  556. package/build/ts/surfaces/point-of-sale/api/product-search-api/product-search-api.d.ts.map +1 -1
  557. package/build/ts/surfaces/point-of-sale/api/scanner-api/scanner-api.d.ts +6 -3
  558. package/build/ts/surfaces/point-of-sale/api/scanner-api/scanner-api.d.ts.map +1 -1
  559. package/build/ts/surfaces/point-of-sale/api/session-api/session-api.d.ts +6 -3
  560. package/build/ts/surfaces/point-of-sale/api/session-api/session-api.d.ts.map +1 -1
  561. package/build/ts/surfaces/point-of-sale/api/storage-api/storage-api.d.ts +1 -3
  562. package/build/ts/surfaces/point-of-sale/api/storage-api/storage-api.d.ts.map +1 -1
  563. package/build/ts/surfaces/point-of-sale/api/toast-api/toast-api.d.ts +6 -3
  564. package/build/ts/surfaces/point-of-sale/api/toast-api/toast-api.d.ts.map +1 -1
  565. package/build/ts/surfaces/point-of-sale/types/storage.d.ts +1 -1
  566. package/build/tsconfig.tsbuildinfo +1 -1
  567. package/package.json +2 -4
  568. package/src/shared.ts +30 -11
  569. package/src/surfaces/admin/api/action/action.ts +2 -0
  570. package/src/surfaces/admin/api/block/block.ts +3 -0
  571. package/src/surfaces/admin/api/checkout-rules/launch-options.ts +2 -0
  572. package/src/surfaces/admin/api/checkout-rules/metafields.ts +2 -0
  573. package/src/surfaces/admin/api/customer-segment-template/customer-segment-template.ts +2 -0
  574. package/src/surfaces/admin/api/discount-function-settings/launch-options.ts +2 -0
  575. package/src/surfaces/admin/api/discount-function-settings/metafields.ts +2 -0
  576. package/src/surfaces/admin/api/intents/intents.ts +4 -0
  577. package/src/surfaces/admin/api/order-routing-rule/order-routing-rule.ts +2 -0
  578. package/src/surfaces/admin/api/picker/picker.ts +2 -0
  579. package/src/surfaces/admin/api/print-action/print-action.ts +2 -0
  580. package/src/surfaces/admin/api/product-configuration/product-details-configuration.ts +2 -0
  581. package/src/surfaces/admin/api/product-configuration/product-variant-details-configuration.ts +2 -0
  582. package/src/surfaces/admin/api/purchase-options-card-action.ts +2 -0
  583. package/src/surfaces/admin/api/resource-picker/resource-picker.ts +7 -1
  584. package/src/surfaces/admin/api/should-render/should-render.ts +2 -0
  585. package/src/surfaces/admin/api/standard/standard.ts +2 -0
  586. package/src/surfaces/admin/components/AdminAction.d.ts +9 -0
  587. package/src/surfaces/admin/components/AdminBlock.d.ts +9 -0
  588. package/src/surfaces/admin/components/AdminPrintAction.d.ts +9 -0
  589. package/src/surfaces/admin/components/Avatar.d.ts +12 -0
  590. package/src/surfaces/admin/components/Badge.d.ts +12 -0
  591. package/src/surfaces/admin/components/Banner.d.ts +14 -0
  592. package/src/surfaces/admin/components/Box.d.ts +17 -0
  593. package/src/surfaces/admin/components/Button.d.ts +17 -0
  594. package/src/surfaces/admin/components/ButtonGroup.d.ts +11 -0
  595. package/src/surfaces/admin/components/Checkbox.d.ts +14 -0
  596. package/src/surfaces/admin/components/Chip.d.ts +9 -0
  597. package/src/surfaces/admin/components/Choice.d.ts +11 -0
  598. package/src/surfaces/admin/components/ChoiceList.d.ts +13 -0
  599. package/src/surfaces/admin/components/Clickable.d.ts +50 -0
  600. package/src/surfaces/admin/components/ClickableChip.d.ts +14 -0
  601. package/src/surfaces/admin/components/ColorField.d.ts +15 -0
  602. package/src/surfaces/admin/components/ColorPicker.d.ts +12 -0
  603. package/src/surfaces/admin/components/DateField.d.ts +14 -0
  604. package/src/surfaces/admin/components/DatePicker.d.ts +12 -0
  605. package/src/surfaces/admin/components/Divider.d.ts +10 -0
  606. package/src/surfaces/admin/components/DropZone.d.ts +18 -0
  607. package/src/surfaces/admin/components/EmailField.d.ts +15 -0
  608. package/src/surfaces/admin/components/Form.d.ts +13 -0
  609. package/src/surfaces/admin/components/FunctionSettings.d.ts +15 -0
  610. package/src/surfaces/admin/components/Grid.d.ts +22 -0
  611. package/src/surfaces/admin/components/GridItem.d.ts +21 -0
  612. package/src/surfaces/admin/components/Heading.d.ts +11 -0
  613. package/src/surfaces/admin/components/Icon.d.ts +0 -3
  614. package/src/surfaces/admin/components/Image.d.ts +21 -0
  615. package/src/surfaces/admin/components/Link.d.ts +34 -0
  616. package/src/surfaces/admin/components/ListItem.d.ts +11 -0
  617. package/src/surfaces/admin/components/Menu.d.ts +14 -0
  618. package/src/surfaces/admin/components/Modal.d.ts +27 -0
  619. package/src/surfaces/admin/components/MoneyField.d.ts +16 -0
  620. package/src/surfaces/admin/components/NumberField.d.ts +15 -0
  621. package/src/surfaces/admin/components/Option.d.ts +11 -0
  622. package/src/surfaces/admin/components/OptionGroup.d.ts +11 -0
  623. package/src/surfaces/admin/components/OrderedList.d.ts +11 -0
  624. package/src/surfaces/admin/components/Page.d.ts +9 -0
  625. package/src/surfaces/admin/components/Paragraph.d.ts +11 -0
  626. package/src/surfaces/admin/components/PasswordField.d.ts +15 -0
  627. package/src/surfaces/admin/components/QueryContainer.d.ts +11 -0
  628. package/src/surfaces/admin/components/SearchField.d.ts +15 -0
  629. package/src/surfaces/admin/components/Section.d.ts +12 -0
  630. package/src/surfaces/admin/components/Select.d.ts +14 -0
  631. package/src/surfaces/admin/components/Spinner.d.ts +10 -0
  632. package/src/surfaces/admin/components/Stack.d.ts +22 -0
  633. package/src/surfaces/admin/components/Switch.d.ts +14 -0
  634. package/src/surfaces/admin/components/Table.d.ts +18 -0
  635. package/src/surfaces/admin/components/TableBody.d.ts +11 -0
  636. package/src/surfaces/admin/components/TableCell.d.ts +12 -0
  637. package/src/surfaces/admin/components/TableHeader.d.ts +12 -0
  638. package/src/surfaces/admin/components/TableHeaderRow.d.ts +11 -0
  639. package/src/surfaces/admin/components/TableRow.d.ts +11 -0
  640. package/src/surfaces/admin/components/Text.d.ts +11 -0
  641. package/src/surfaces/admin/components/TextArea.d.ts +15 -0
  642. package/src/surfaces/admin/components/TextField.d.ts +16 -0
  643. package/src/surfaces/admin/components/Thumbnail.d.ts +12 -0
  644. package/src/surfaces/admin/components/Tooltip.d.ts +14 -0
  645. package/src/surfaces/admin/components/URLField.d.ts +15 -0
  646. package/src/surfaces/admin/components/UnorderedList.d.ts +11 -0
  647. package/src/surfaces/admin/components/shared.d.ts +268 -1
  648. package/src/surfaces/admin/components.d.ts +647 -1
  649. package/src/surfaces/checkout/api/address-autocomplete/format-suggestion.ts +1 -0
  650. package/src/surfaces/checkout/api/address-autocomplete/standard.ts +3 -2
  651. package/src/surfaces/checkout/api/address-autocomplete/suggest.ts +3 -2
  652. package/src/surfaces/checkout/api/cart-line/cart-line-item.ts +9 -1
  653. package/src/surfaces/checkout/api/checkout/checkout.ts +231 -121
  654. package/src/surfaces/checkout/api/docs.ts +37 -0
  655. package/src/surfaces/checkout/api/order-confirmation/order-confirmation.ts +12 -5
  656. package/src/surfaces/checkout/api/pickup/pickup-location-item.ts +11 -2
  657. package/src/surfaces/checkout/api/pickup/pickup-location-list.ts +4 -1
  658. package/src/surfaces/checkout/api/pickup/pickup-point-list.ts +4 -1
  659. package/src/surfaces/checkout/api/shared.ts +77 -31
  660. package/src/surfaces/checkout/api/shipping/shipping-option-item.ts +13 -4
  661. package/src/surfaces/checkout/api/shipping/shipping-option-list.ts +16 -12
  662. package/src/surfaces/checkout/api/standard/standard.ts +654 -435
  663. package/src/surfaces/checkout/components/Abbreviation.d.ts +5 -3
  664. package/src/surfaces/checkout/components/Announcement.d.ts +43 -13
  665. package/src/surfaces/checkout/components/Badge.d.ts +48 -6
  666. package/src/surfaces/checkout/components/Banner.d.ts +67 -12
  667. package/src/surfaces/checkout/components/Box.d.ts +56 -2
  668. package/src/surfaces/checkout/components/Button.d.ts +27 -6
  669. package/src/surfaces/checkout/components/Checkbox.d.ts +42 -5
  670. package/src/surfaces/checkout/components/Chip.d.ts +7 -6
  671. package/src/surfaces/checkout/components/Choice.d.ts +6 -3
  672. package/src/surfaces/checkout/components/ChoiceList.d.ts +17 -5
  673. package/src/surfaces/checkout/components/Clickable.d.ts +50 -9
  674. package/src/surfaces/checkout/components/ClickableChip.d.ts +24 -11
  675. package/src/surfaces/checkout/components/ClipboardItem.d.ts +16 -5
  676. package/src/surfaces/checkout/components/ConsentCheckbox.d.ts +26 -5
  677. package/src/surfaces/checkout/components/ConsentPhoneField.d.ts +35 -13
  678. package/src/surfaces/checkout/components/DateField.d.ts +30 -9
  679. package/src/surfaces/checkout/components/DatePicker.d.ts +27 -8
  680. package/src/surfaces/checkout/components/Details.d.ts +22 -11
  681. package/src/surfaces/checkout/components/Divider.d.ts +5 -3
  682. package/src/surfaces/checkout/components/DropZone.d.ts +21 -6
  683. package/src/surfaces/checkout/components/EmailField.d.ts +37 -13
  684. package/src/surfaces/checkout/components/Form.d.ts +17 -5
  685. package/src/surfaces/checkout/components/Grid.d.ts +143 -2
  686. package/src/surfaces/checkout/components/GridItem.d.ts +61 -2
  687. package/src/surfaces/checkout/components/Heading.d.ts +5 -3
  688. package/src/surfaces/checkout/components/Icon.d.ts +49 -6
  689. package/src/surfaces/checkout/components/Image.d.ts +44 -2
  690. package/src/surfaces/checkout/components/Link.d.ts +17 -6
  691. package/src/surfaces/checkout/components/ListItem.d.ts +5 -3
  692. package/src/surfaces/checkout/components/Map.d.ts +72 -8
  693. package/src/surfaces/checkout/components/MapMarker.d.ts +36 -10
  694. package/src/surfaces/checkout/components/Modal.d.ts +51 -10
  695. package/src/surfaces/checkout/components/MoneyField.d.ts +34 -11
  696. package/src/surfaces/checkout/components/NumberField.d.ts +41 -13
  697. package/src/surfaces/checkout/components/Option.d.ts +5 -3
  698. package/src/surfaces/checkout/components/OrderedList.d.ts +5 -3
  699. package/src/surfaces/checkout/components/Paragraph.d.ts +13 -2
  700. package/src/surfaces/checkout/components/PasswordField.d.ts +37 -13
  701. package/src/surfaces/checkout/components/PaymentIcon.d.ts +16 -3
  702. package/src/surfaces/checkout/components/PhoneField.d.ts +37 -13
  703. package/src/surfaces/checkout/components/Popover.d.ts +39 -24
  704. package/src/surfaces/checkout/components/PressButton.d.ts +21 -9
  705. package/src/surfaces/checkout/components/ProductThumbnail.d.ts +25 -3
  706. package/src/surfaces/checkout/components/Progress.d.ts +30 -3
  707. package/src/surfaces/checkout/components/QRCode.d.ts +27 -5
  708. package/src/surfaces/checkout/components/QueryContainer.d.ts +5 -3
  709. package/src/surfaces/checkout/components/ScrollBox.d.ts +61 -2
  710. package/src/surfaces/checkout/components/Section.d.ts +5 -3
  711. package/src/surfaces/checkout/components/Select.d.ts +33 -9
  712. package/src/surfaces/checkout/components/Sheet.d.ts +40 -15
  713. package/src/surfaces/checkout/components/SkeletonParagraph.d.ts +4 -3
  714. package/src/surfaces/checkout/components/Spinner.d.ts +19 -3
  715. package/src/surfaces/checkout/components/Stack.d.ts +116 -2
  716. package/src/surfaces/checkout/components/Summary.d.ts +3 -0
  717. package/src/surfaces/checkout/components/Switch.d.ts +16 -5
  718. package/src/surfaces/checkout/components/Text.d.ts +22 -4
  719. package/src/surfaces/checkout/components/TextArea.d.ts +34 -11
  720. package/src/surfaces/checkout/components/TextField.d.ts +41 -13
  721. package/src/surfaces/checkout/components/Time.d.ts +5 -3
  722. package/src/surfaces/checkout/components/Tooltip.d.ts +21 -4
  723. package/src/surfaces/checkout/components/UnorderedList.d.ts +5 -3
  724. package/src/surfaces/checkout/components/UrlField.d.ts +25 -13
  725. package/src/surfaces/checkout/components/components-shared.d.ts +663 -486
  726. package/src/surfaces/checkout/components/components.d.ts +485 -372
  727. package/src/surfaces/checkout/extension-targets.ts +12 -0
  728. package/src/surfaces/checkout/globals.ts +1 -0
  729. package/src/surfaces/checkout/preact/api.ts +2 -0
  730. package/src/surfaces/checkout/preact/app-metafields.ts +1 -0
  731. package/src/surfaces/checkout/preact/attributes.ts +3 -0
  732. package/src/surfaces/checkout/preact/billing-address.ts +1 -0
  733. package/src/surfaces/checkout/preact/buyer-identity.ts +4 -0
  734. package/src/surfaces/checkout/preact/buyer-journey.ts +5 -0
  735. package/src/surfaces/checkout/preact/capabilities.ts +2 -0
  736. package/src/surfaces/checkout/preact/cart-line-target.ts +1 -0
  737. package/src/surfaces/checkout/preact/cart-lines.ts +2 -0
  738. package/src/surfaces/checkout/preact/checkout-settings.ts +1 -0
  739. package/src/surfaces/checkout/preact/checkout-token.ts +1 -0
  740. package/src/surfaces/checkout/preact/cost.ts +4 -0
  741. package/src/surfaces/checkout/preact/country.ts +1 -0
  742. package/src/surfaces/checkout/preact/currency.ts +1 -0
  743. package/src/surfaces/checkout/preact/customer-privacy.ts +1 -0
  744. package/src/surfaces/checkout/preact/delivery-group-list-target.ts +1 -0
  745. package/src/surfaces/checkout/preact/delivery-group-target.ts +1 -0
  746. package/src/surfaces/checkout/preact/delivery-group.ts +1 -0
  747. package/src/surfaces/checkout/preact/delivery-groups.ts +1 -0
  748. package/src/surfaces/checkout/preact/delivery-selection-groups.ts +1 -0
  749. package/src/surfaces/checkout/preact/discounts.ts +3 -0
  750. package/src/surfaces/checkout/preact/extension-editor.ts +1 -0
  751. package/src/surfaces/checkout/preact/extension-language.ts +1 -0
  752. package/src/surfaces/checkout/preact/extension.ts +2 -0
  753. package/src/surfaces/checkout/preact/gift-cards.ts +2 -0
  754. package/src/surfaces/checkout/preact/instructions.ts +1 -0
  755. package/src/surfaces/checkout/preact/language.ts +1 -0
  756. package/src/surfaces/checkout/preact/localized-fields.ts +4 -0
  757. package/src/surfaces/checkout/preact/market.ts +1 -0
  758. package/src/surfaces/checkout/preact/metafield.ts +1 -0
  759. package/src/surfaces/checkout/preact/metafields.ts +2 -0
  760. package/src/surfaces/checkout/preact/note.ts +2 -0
  761. package/src/surfaces/checkout/preact/payment-method.ts +3 -0
  762. package/src/surfaces/checkout/preact/payment-options.ts +2 -0
  763. package/src/surfaces/checkout/preact/pickup-location-option-target.ts +1 -0
  764. package/src/surfaces/checkout/preact/redeemable.ts +1 -0
  765. package/src/surfaces/checkout/preact/session-token.ts +1 -0
  766. package/src/surfaces/checkout/preact/settings.ts +1 -0
  767. package/src/surfaces/checkout/preact/shipping-address.ts +2 -0
  768. package/src/surfaces/checkout/preact/shipping-option-target.ts +1 -0
  769. package/src/surfaces/checkout/preact/shop.ts +1 -0
  770. package/src/surfaces/checkout/preact/storage.ts +1 -0
  771. package/src/surfaces/checkout/preact/subscription.ts +1 -0
  772. package/src/surfaces/checkout/preact/target.ts +1 -0
  773. package/src/surfaces/checkout/preact/timezone.ts +1 -0
  774. package/src/surfaces/checkout/preact/translate.ts +1 -0
  775. package/src/surfaces/checkout/shared.ts +3 -2
  776. package/src/surfaces/checkout/style/style.ts +1 -0
  777. package/src/surfaces/checkout/style/types.ts +0 -4
  778. package/src/surfaces/customer-account/api/cart-line/cart-line-item.ts +1 -1
  779. package/src/surfaces/customer-account/api/docs.ts +225 -21
  780. package/src/surfaces/customer-account/api/order-status/order-status.ts +38 -9
  781. package/src/surfaces/customer-account/api/shared.ts +77 -52
  782. package/src/surfaces/customer-account/api/standard-api/standard-api.ts +60 -64
  783. package/src/surfaces/customer-account/components/Avatar.d.ts +44 -14
  784. package/src/surfaces/customer-account/components/ButtonGroup.d.ts +12 -4
  785. package/src/surfaces/customer-account/components/CustomerAccountAction.d.ts +12 -4
  786. package/src/surfaces/customer-account/components/ImageGroup.d.ts +7 -2
  787. package/src/surfaces/customer-account/components/Menu.d.ts +1 -1
  788. package/src/surfaces/customer-account/components/Page.d.ts +14 -6
  789. package/src/surfaces/customer-account/components/Section.d.ts +12 -8
  790. package/src/surfaces/customer-account/components/polaris-elements.d.ts +151 -0
  791. package/src/surfaces/customer-account/components/shared.ts +23 -5
  792. package/src/surfaces/customer-account/components.d.ts +79 -1
  793. package/src/surfaces/point-of-sale/api/action-api/action-api.ts +6 -3
  794. package/src/surfaces/point-of-sale/api/action-target-api/action-target-api.ts +1 -0
  795. package/src/surfaces/point-of-sale/api/camera-api/camera-api.ts +4 -5
  796. package/src/surfaces/point-of-sale/api/cart-api/cart-api.ts +6 -3
  797. package/src/surfaces/point-of-sale/api/cart-line-item-api/cart-line-item-api.ts +3 -1
  798. package/src/surfaces/point-of-sale/api/cash-drawer-api/cash-drawer-api.ts +4 -7
  799. package/src/surfaces/point-of-sale/api/connectivity-api/connectivity-api.ts +6 -3
  800. package/src/surfaces/point-of-sale/api/customer-api/customer-api.ts +6 -3
  801. package/src/surfaces/point-of-sale/api/device-api/device-api.ts +6 -3
  802. package/src/surfaces/point-of-sale/api/draft-order-api/draft-order-api.ts +6 -3
  803. package/src/surfaces/point-of-sale/api/locale-api/locale-api.ts +6 -3
  804. package/src/surfaces/point-of-sale/api/navigation-api/navigation-api.ts +8 -11
  805. package/src/surfaces/point-of-sale/api/order-api/order-api.ts +4 -4
  806. package/src/surfaces/point-of-sale/api/pin-pad-api.ts +6 -3
  807. package/src/surfaces/point-of-sale/api/print-api/print-api.ts +4 -7
  808. package/src/surfaces/point-of-sale/api/product-api/product-api.ts +6 -3
  809. package/src/surfaces/point-of-sale/api/product-search-api/product-search-api.ts +6 -3
  810. package/src/surfaces/point-of-sale/api/scanner-api/scanner-api.ts +6 -3
  811. package/src/surfaces/point-of-sale/api/session-api/session-api.ts +6 -3
  812. package/src/surfaces/point-of-sale/api/storage-api/storage-api.ts +1 -3
  813. package/src/surfaces/point-of-sale/api/toast-api/toast-api.ts +6 -3
  814. package/src/surfaces/point-of-sale/components.d.ts +330 -0
  815. package/src/surfaces/point-of-sale/types/storage.ts +1 -1
  816. package/build/ts/docs/shared/component-definitions.d.ts +0 -31
  817. package/build/ts/docs/shared/component-definitions.d.ts.map +0 -1
  818. package/build/ts/docs/shared/components/Abbreviation.d.ts +0 -4
  819. package/build/ts/docs/shared/components/Abbreviation.d.ts.map +0 -1
  820. package/build/ts/docs/shared/components/Announcement.d.ts +0 -4
  821. package/build/ts/docs/shared/components/Announcement.d.ts.map +0 -1
  822. package/build/ts/docs/shared/components/Avatar.d.ts +0 -4
  823. package/build/ts/docs/shared/components/Avatar.d.ts.map +0 -1
  824. package/build/ts/docs/shared/components/Badge.d.ts +0 -4
  825. package/build/ts/docs/shared/components/Badge.d.ts.map +0 -1
  826. package/build/ts/docs/shared/components/Banner.d.ts +0 -4
  827. package/build/ts/docs/shared/components/Banner.d.ts.map +0 -1
  828. package/build/ts/docs/shared/components/Box.d.ts +0 -4
  829. package/build/ts/docs/shared/components/Box.d.ts.map +0 -1
  830. package/build/ts/docs/shared/components/Button.d.ts +0 -4
  831. package/build/ts/docs/shared/components/Button.d.ts.map +0 -1
  832. package/build/ts/docs/shared/components/ButtonGroup.d.ts +0 -4
  833. package/build/ts/docs/shared/components/ButtonGroup.d.ts.map +0 -1
  834. package/build/ts/docs/shared/components/Checkbox.d.ts +0 -4
  835. package/build/ts/docs/shared/components/Checkbox.d.ts.map +0 -1
  836. package/build/ts/docs/shared/components/Chip.d.ts +0 -4
  837. package/build/ts/docs/shared/components/Chip.d.ts.map +0 -1
  838. package/build/ts/docs/shared/components/Choice.d.ts +0 -4
  839. package/build/ts/docs/shared/components/Choice.d.ts.map +0 -1
  840. package/build/ts/docs/shared/components/ChoiceList.d.ts +0 -4
  841. package/build/ts/docs/shared/components/ChoiceList.d.ts.map +0 -1
  842. package/build/ts/docs/shared/components/Clickable.d.ts +0 -4
  843. package/build/ts/docs/shared/components/Clickable.d.ts.map +0 -1
  844. package/build/ts/docs/shared/components/ClickableChip.d.ts +0 -4
  845. package/build/ts/docs/shared/components/ClickableChip.d.ts.map +0 -1
  846. package/build/ts/docs/shared/components/ClipboardItem.d.ts +0 -4
  847. package/build/ts/docs/shared/components/ClipboardItem.d.ts.map +0 -1
  848. package/build/ts/docs/shared/components/ColorField.d.ts +0 -4
  849. package/build/ts/docs/shared/components/ColorField.d.ts.map +0 -1
  850. package/build/ts/docs/shared/components/ColorPicker.d.ts +0 -4
  851. package/build/ts/docs/shared/components/ColorPicker.d.ts.map +0 -1
  852. package/build/ts/docs/shared/components/ConsentCheckbox.d.ts +0 -4
  853. package/build/ts/docs/shared/components/ConsentCheckbox.d.ts.map +0 -1
  854. package/build/ts/docs/shared/components/ConsentPhoneField.d.ts +0 -4
  855. package/build/ts/docs/shared/components/ConsentPhoneField.d.ts.map +0 -1
  856. package/build/ts/docs/shared/components/DateField.d.ts +0 -4
  857. package/build/ts/docs/shared/components/DateField.d.ts.map +0 -1
  858. package/build/ts/docs/shared/components/DatePicker.d.ts +0 -4
  859. package/build/ts/docs/shared/components/DatePicker.d.ts.map +0 -1
  860. package/build/ts/docs/shared/components/Details.d.ts +0 -4
  861. package/build/ts/docs/shared/components/Details.d.ts.map +0 -1
  862. package/build/ts/docs/shared/components/Divider.d.ts +0 -4
  863. package/build/ts/docs/shared/components/Divider.d.ts.map +0 -1
  864. package/build/ts/docs/shared/components/DropZone.d.ts +0 -4
  865. package/build/ts/docs/shared/components/DropZone.d.ts.map +0 -1
  866. package/build/ts/docs/shared/components/EmailField.d.ts +0 -4
  867. package/build/ts/docs/shared/components/EmailField.d.ts.map +0 -1
  868. package/build/ts/docs/shared/components/Form.d.ts +0 -4
  869. package/build/ts/docs/shared/components/Form.d.ts.map +0 -1
  870. package/build/ts/docs/shared/components/FunctionSettings.d.ts +0 -4
  871. package/build/ts/docs/shared/components/FunctionSettings.d.ts.map +0 -1
  872. package/build/ts/docs/shared/components/Grid.d.ts +0 -4
  873. package/build/ts/docs/shared/components/Grid.d.ts.map +0 -1
  874. package/build/ts/docs/shared/components/GridItem.d.ts +0 -4
  875. package/build/ts/docs/shared/components/GridItem.d.ts.map +0 -1
  876. package/build/ts/docs/shared/components/Heading.d.ts +0 -4
  877. package/build/ts/docs/shared/components/Heading.d.ts.map +0 -1
  878. package/build/ts/docs/shared/components/Icon.d.ts +0 -4
  879. package/build/ts/docs/shared/components/Icon.d.ts.map +0 -1
  880. package/build/ts/docs/shared/components/Image.d.ts +0 -4
  881. package/build/ts/docs/shared/components/Image.d.ts.map +0 -1
  882. package/build/ts/docs/shared/components/Link.d.ts +0 -4
  883. package/build/ts/docs/shared/components/Link.d.ts.map +0 -1
  884. package/build/ts/docs/shared/components/ListItem.d.ts +0 -4
  885. package/build/ts/docs/shared/components/ListItem.d.ts.map +0 -1
  886. package/build/ts/docs/shared/components/Map.d.ts +0 -4
  887. package/build/ts/docs/shared/components/Map.d.ts.map +0 -1
  888. package/build/ts/docs/shared/components/MapMarker.d.ts +0 -4
  889. package/build/ts/docs/shared/components/MapMarker.d.ts.map +0 -1
  890. package/build/ts/docs/shared/components/Menu.d.ts +0 -4
  891. package/build/ts/docs/shared/components/Menu.d.ts.map +0 -1
  892. package/build/ts/docs/shared/components/Modal.d.ts +0 -4
  893. package/build/ts/docs/shared/components/Modal.d.ts.map +0 -1
  894. package/build/ts/docs/shared/components/MoneyField.d.ts +0 -4
  895. package/build/ts/docs/shared/components/MoneyField.d.ts.map +0 -1
  896. package/build/ts/docs/shared/components/NumberField.d.ts +0 -4
  897. package/build/ts/docs/shared/components/NumberField.d.ts.map +0 -1
  898. package/build/ts/docs/shared/components/Option.d.ts +0 -4
  899. package/build/ts/docs/shared/components/Option.d.ts.map +0 -1
  900. package/build/ts/docs/shared/components/OptionGroup.d.ts +0 -4
  901. package/build/ts/docs/shared/components/OptionGroup.d.ts.map +0 -1
  902. package/build/ts/docs/shared/components/OrderedList.d.ts +0 -4
  903. package/build/ts/docs/shared/components/OrderedList.d.ts.map +0 -1
  904. package/build/ts/docs/shared/components/Page.d.ts +0 -4
  905. package/build/ts/docs/shared/components/Page.d.ts.map +0 -1
  906. package/build/ts/docs/shared/components/Paragraph.d.ts +0 -4
  907. package/build/ts/docs/shared/components/Paragraph.d.ts.map +0 -1
  908. package/build/ts/docs/shared/components/PasswordField.d.ts +0 -4
  909. package/build/ts/docs/shared/components/PasswordField.d.ts.map +0 -1
  910. package/build/ts/docs/shared/components/PaymentIcon.d.ts +0 -4
  911. package/build/ts/docs/shared/components/PaymentIcon.d.ts.map +0 -1
  912. package/build/ts/docs/shared/components/PhoneField.d.ts +0 -4
  913. package/build/ts/docs/shared/components/PhoneField.d.ts.map +0 -1
  914. package/build/ts/docs/shared/components/Popover.d.ts +0 -4
  915. package/build/ts/docs/shared/components/Popover.d.ts.map +0 -1
  916. package/build/ts/docs/shared/components/PressButton.d.ts +0 -4
  917. package/build/ts/docs/shared/components/PressButton.d.ts.map +0 -1
  918. package/build/ts/docs/shared/components/ProductThumbnail.d.ts +0 -4
  919. package/build/ts/docs/shared/components/ProductThumbnail.d.ts.map +0 -1
  920. package/build/ts/docs/shared/components/Progress.d.ts +0 -4
  921. package/build/ts/docs/shared/components/Progress.d.ts.map +0 -1
  922. package/build/ts/docs/shared/components/QRCode.d.ts +0 -4
  923. package/build/ts/docs/shared/components/QRCode.d.ts.map +0 -1
  924. package/build/ts/docs/shared/components/QueryContainer.d.ts +0 -4
  925. package/build/ts/docs/shared/components/QueryContainer.d.ts.map +0 -1
  926. package/build/ts/docs/shared/components/ScrollBox.d.ts +0 -4
  927. package/build/ts/docs/shared/components/ScrollBox.d.ts.map +0 -1
  928. package/build/ts/docs/shared/components/SearchField.d.ts +0 -4
  929. package/build/ts/docs/shared/components/SearchField.d.ts.map +0 -1
  930. package/build/ts/docs/shared/components/Section.d.ts +0 -4
  931. package/build/ts/docs/shared/components/Section.d.ts.map +0 -1
  932. package/build/ts/docs/shared/components/Select.d.ts +0 -4
  933. package/build/ts/docs/shared/components/Select.d.ts.map +0 -1
  934. package/build/ts/docs/shared/components/Sheet.d.ts +0 -4
  935. package/build/ts/docs/shared/components/Sheet.d.ts.map +0 -1
  936. package/build/ts/docs/shared/components/SkeletonParagraph.d.ts +0 -4
  937. package/build/ts/docs/shared/components/SkeletonParagraph.d.ts.map +0 -1
  938. package/build/ts/docs/shared/components/Spinner.d.ts +0 -4
  939. package/build/ts/docs/shared/components/Spinner.d.ts.map +0 -1
  940. package/build/ts/docs/shared/components/Stack.d.ts +0 -4
  941. package/build/ts/docs/shared/components/Stack.d.ts.map +0 -1
  942. package/build/ts/docs/shared/components/Summary.d.ts +0 -4
  943. package/build/ts/docs/shared/components/Summary.d.ts.map +0 -1
  944. package/build/ts/docs/shared/components/Switch.d.ts +0 -4
  945. package/build/ts/docs/shared/components/Switch.d.ts.map +0 -1
  946. package/build/ts/docs/shared/components/Table.d.ts +0 -4
  947. package/build/ts/docs/shared/components/Table.d.ts.map +0 -1
  948. package/build/ts/docs/shared/components/TableBody.d.ts +0 -4
  949. package/build/ts/docs/shared/components/TableBody.d.ts.map +0 -1
  950. package/build/ts/docs/shared/components/TableCell.d.ts +0 -4
  951. package/build/ts/docs/shared/components/TableCell.d.ts.map +0 -1
  952. package/build/ts/docs/shared/components/TableHeader.d.ts +0 -4
  953. package/build/ts/docs/shared/components/TableHeader.d.ts.map +0 -1
  954. package/build/ts/docs/shared/components/TableHeaderRow.d.ts +0 -4
  955. package/build/ts/docs/shared/components/TableHeaderRow.d.ts.map +0 -1
  956. package/build/ts/docs/shared/components/TableRow.d.ts +0 -4
  957. package/build/ts/docs/shared/components/TableRow.d.ts.map +0 -1
  958. package/build/ts/docs/shared/components/Text.d.ts +0 -4
  959. package/build/ts/docs/shared/components/Text.d.ts.map +0 -1
  960. package/build/ts/docs/shared/components/TextArea.d.ts +0 -4
  961. package/build/ts/docs/shared/components/TextArea.d.ts.map +0 -1
  962. package/build/ts/docs/shared/components/TextField.d.ts +0 -4
  963. package/build/ts/docs/shared/components/TextField.d.ts.map +0 -1
  964. package/build/ts/docs/shared/components/Thumbnail.d.ts +0 -4
  965. package/build/ts/docs/shared/components/Thumbnail.d.ts.map +0 -1
  966. package/build/ts/docs/shared/components/Time.d.ts +0 -4
  967. package/build/ts/docs/shared/components/Time.d.ts.map +0 -1
  968. package/build/ts/docs/shared/components/Tooltip.d.ts +0 -4
  969. package/build/ts/docs/shared/components/Tooltip.d.ts.map +0 -1
  970. package/build/ts/docs/shared/components/URLField.d.ts +0 -4
  971. package/build/ts/docs/shared/components/URLField.d.ts.map +0 -1
  972. package/build/ts/docs/shared/components/UnorderedList.d.ts +0 -4
  973. package/build/ts/docs/shared/components/UnorderedList.d.ts.map +0 -1
  974. package/build/ts/docs/shared/components/index.d.ts +0 -53
  975. package/build/ts/docs/shared/components/index.d.ts.map +0 -1
  976. package/build/ts/docs/shared/docs-type.d.ts +0 -4
  977. package/build/ts/docs/shared/docs-type.d.ts.map +0 -1
  978. package/build/ts/surfaces/admin/api/action/action.doc.d.ts +0 -4
  979. package/build/ts/surfaces/admin/api/action/action.doc.d.ts.map +0 -1
  980. package/build/ts/surfaces/admin/api/block/block.doc.d.ts +0 -4
  981. package/build/ts/surfaces/admin/api/block/block.doc.d.ts.map +0 -1
  982. package/build/ts/surfaces/admin/api/checkout-rules/validation-settings.doc.d.ts +0 -4
  983. package/build/ts/surfaces/admin/api/checkout-rules/validation-settings.doc.d.ts.map +0 -1
  984. package/build/ts/surfaces/admin/api/customer-segment-template/customer-segment-template.doc.d.ts +0 -4
  985. package/build/ts/surfaces/admin/api/customer-segment-template/customer-segment-template.doc.d.ts.map +0 -1
  986. package/build/ts/surfaces/admin/api/discount-function-settings/discount-function-settings.doc.d.ts +0 -4
  987. package/build/ts/surfaces/admin/api/discount-function-settings/discount-function-settings.doc.d.ts.map +0 -1
  988. package/build/ts/surfaces/admin/api/intents/intents.doc.d.ts +0 -4
  989. package/build/ts/surfaces/admin/api/intents/intents.doc.d.ts.map +0 -1
  990. package/build/ts/surfaces/admin/api/order-routing-rule/order-routing-rule.doc.d.ts +0 -4
  991. package/build/ts/surfaces/admin/api/order-routing-rule/order-routing-rule.doc.d.ts.map +0 -1
  992. package/build/ts/surfaces/admin/api/picker/picker.doc.d.ts +0 -4
  993. package/build/ts/surfaces/admin/api/picker/picker.doc.d.ts.map +0 -1
  994. package/build/ts/surfaces/admin/api/print-action/print-action.doc.d.ts +0 -4
  995. package/build/ts/surfaces/admin/api/print-action/print-action.doc.d.ts.map +0 -1
  996. package/build/ts/surfaces/admin/api/product-configuration/product-details-configuration.doc.d.ts +0 -4
  997. package/build/ts/surfaces/admin/api/product-configuration/product-details-configuration.doc.d.ts.map +0 -1
  998. package/build/ts/surfaces/admin/api/product-configuration/product-variant-details-configuration.doc.d.ts +0 -4
  999. package/build/ts/surfaces/admin/api/product-configuration/product-variant-details-configuration.doc.d.ts.map +0 -1
  1000. package/build/ts/surfaces/admin/api/purchase-options-card-action.doc.d.ts +0 -4
  1001. package/build/ts/surfaces/admin/api/purchase-options-card-action.doc.d.ts.map +0 -1
  1002. package/build/ts/surfaces/admin/api/resource-picker/resource-picker.doc.d.ts +0 -4
  1003. package/build/ts/surfaces/admin/api/resource-picker/resource-picker.doc.d.ts.map +0 -1
  1004. package/build/ts/surfaces/admin/api/should-render/should-render.doc.d.ts +0 -4
  1005. package/build/ts/surfaces/admin/api/should-render/should-render.doc.d.ts.map +0 -1
  1006. package/build/ts/surfaces/admin/api/standard/standard.doc.d.ts +0 -4
  1007. package/build/ts/surfaces/admin/api/standard/standard.doc.d.ts.map +0 -1
  1008. package/build/ts/surfaces/admin/components/AdminAction/AdminAction.ext.doc.d.ts +0 -4
  1009. package/build/ts/surfaces/admin/components/AdminAction/AdminAction.ext.doc.d.ts.map +0 -1
  1010. package/build/ts/surfaces/admin/components/AdminBlock/AdminBlock.ext.doc.d.ts +0 -4
  1011. package/build/ts/surfaces/admin/components/AdminBlock/AdminBlock.ext.doc.d.ts.map +0 -1
  1012. package/build/ts/surfaces/admin/components/AdminPrintAction/AdminPrintAction.ext.doc.d.ts +0 -4
  1013. package/build/ts/surfaces/admin/components/AdminPrintAction/AdminPrintAction.ext.doc.d.ts.map +0 -1
  1014. package/build/ts/surfaces/admin/components/Avatar/Avatar.doc.d.ts +0 -4
  1015. package/build/ts/surfaces/admin/components/Avatar/Avatar.doc.d.ts.map +0 -1
  1016. package/build/ts/surfaces/admin/components/Badge/Badge.doc.d.ts +0 -4
  1017. package/build/ts/surfaces/admin/components/Badge/Badge.doc.d.ts.map +0 -1
  1018. package/build/ts/surfaces/admin/components/Banner/Banner.doc.d.ts +0 -4
  1019. package/build/ts/surfaces/admin/components/Banner/Banner.doc.d.ts.map +0 -1
  1020. package/build/ts/surfaces/admin/components/Box/Box.doc.d.ts +0 -4
  1021. package/build/ts/surfaces/admin/components/Box/Box.doc.d.ts.map +0 -1
  1022. package/build/ts/surfaces/admin/components/Button/Button.doc.d.ts +0 -4
  1023. package/build/ts/surfaces/admin/components/Button/Button.doc.d.ts.map +0 -1
  1024. package/build/ts/surfaces/admin/components/ButtonGroup/ButtonGroup.doc.d.ts +0 -4
  1025. package/build/ts/surfaces/admin/components/ButtonGroup/ButtonGroup.doc.d.ts.map +0 -1
  1026. package/build/ts/surfaces/admin/components/Checkbox/Checkbox.doc.d.ts +0 -4
  1027. package/build/ts/surfaces/admin/components/Checkbox/Checkbox.doc.d.ts.map +0 -1
  1028. package/build/ts/surfaces/admin/components/Chip/Chip.doc.d.ts +0 -4
  1029. package/build/ts/surfaces/admin/components/Chip/Chip.doc.d.ts.map +0 -1
  1030. package/build/ts/surfaces/admin/components/ChoiceList/ChoiceList.doc.d.ts +0 -4
  1031. package/build/ts/surfaces/admin/components/ChoiceList/ChoiceList.doc.d.ts.map +0 -1
  1032. package/build/ts/surfaces/admin/components/Clickable/Clickable.doc.d.ts +0 -4
  1033. package/build/ts/surfaces/admin/components/Clickable/Clickable.doc.d.ts.map +0 -1
  1034. package/build/ts/surfaces/admin/components/ClickableChip/ClickableChip.doc.d.ts +0 -4
  1035. package/build/ts/surfaces/admin/components/ClickableChip/ClickableChip.doc.d.ts.map +0 -1
  1036. package/build/ts/surfaces/admin/components/ColorField/ColorField.doc.d.ts +0 -4
  1037. package/build/ts/surfaces/admin/components/ColorField/ColorField.doc.d.ts.map +0 -1
  1038. package/build/ts/surfaces/admin/components/ColorPicker/ColorPicker.doc.d.ts +0 -4
  1039. package/build/ts/surfaces/admin/components/ColorPicker/ColorPicker.doc.d.ts.map +0 -1
  1040. package/build/ts/surfaces/admin/components/DateField/DateField.doc.d.ts +0 -4
  1041. package/build/ts/surfaces/admin/components/DateField/DateField.doc.d.ts.map +0 -1
  1042. package/build/ts/surfaces/admin/components/DatePicker/DatePicker.doc.d.ts +0 -4
  1043. package/build/ts/surfaces/admin/components/DatePicker/DatePicker.doc.d.ts.map +0 -1
  1044. package/build/ts/surfaces/admin/components/Divider/Divider.doc.d.ts +0 -4
  1045. package/build/ts/surfaces/admin/components/Divider/Divider.doc.d.ts.map +0 -1
  1046. package/build/ts/surfaces/admin/components/DropZone/DropZone.doc.d.ts +0 -4
  1047. package/build/ts/surfaces/admin/components/DropZone/DropZone.doc.d.ts.map +0 -1
  1048. package/build/ts/surfaces/admin/components/EmailField/EmailField.doc.d.ts +0 -4
  1049. package/build/ts/surfaces/admin/components/EmailField/EmailField.doc.d.ts.map +0 -1
  1050. package/build/ts/surfaces/admin/components/Form/Form.ext.doc.d.ts +0 -4
  1051. package/build/ts/surfaces/admin/components/Form/Form.ext.doc.d.ts.map +0 -1
  1052. package/build/ts/surfaces/admin/components/FunctionSettings/FunctionSettings.ext.doc.d.ts +0 -4
  1053. package/build/ts/surfaces/admin/components/FunctionSettings/FunctionSettings.ext.doc.d.ts.map +0 -1
  1054. package/build/ts/surfaces/admin/components/Grid/Grid.doc.d.ts +0 -4
  1055. package/build/ts/surfaces/admin/components/Grid/Grid.doc.d.ts.map +0 -1
  1056. package/build/ts/surfaces/admin/components/Heading/Heading.doc.d.ts +0 -4
  1057. package/build/ts/surfaces/admin/components/Heading/Heading.doc.d.ts.map +0 -1
  1058. package/build/ts/surfaces/admin/components/Icon/Icon.doc.d.ts +0 -4
  1059. package/build/ts/surfaces/admin/components/Icon/Icon.doc.d.ts.map +0 -1
  1060. package/build/ts/surfaces/admin/components/Image/Image.doc.d.ts +0 -4
  1061. package/build/ts/surfaces/admin/components/Image/Image.doc.d.ts.map +0 -1
  1062. package/build/ts/surfaces/admin/components/Link/Link.doc.d.ts +0 -4
  1063. package/build/ts/surfaces/admin/components/Link/Link.doc.d.ts.map +0 -1
  1064. package/build/ts/surfaces/admin/components/Menu/Menu.doc.d.ts +0 -4
  1065. package/build/ts/surfaces/admin/components/Menu/Menu.doc.d.ts.map +0 -1
  1066. package/build/ts/surfaces/admin/components/Modal/Modal.ab.doc.d.ts +0 -4
  1067. package/build/ts/surfaces/admin/components/Modal/Modal.ab.doc.d.ts.map +0 -1
  1068. package/build/ts/surfaces/admin/components/MoneyField/MoneyField.doc.d.ts +0 -4
  1069. package/build/ts/surfaces/admin/components/MoneyField/MoneyField.doc.d.ts.map +0 -1
  1070. package/build/ts/surfaces/admin/components/NumberField/NumberField.doc.d.ts +0 -4
  1071. package/build/ts/surfaces/admin/components/NumberField/NumberField.doc.d.ts.map +0 -1
  1072. package/build/ts/surfaces/admin/components/OrderedList/OrderedList.doc.d.ts +0 -4
  1073. package/build/ts/surfaces/admin/components/OrderedList/OrderedList.doc.d.ts.map +0 -1
  1074. package/build/ts/surfaces/admin/components/Page/Page.ab.doc.d.ts +0 -4
  1075. package/build/ts/surfaces/admin/components/Page/Page.ab.doc.d.ts.map +0 -1
  1076. package/build/ts/surfaces/admin/components/Paragraph/Paragraph.doc.d.ts +0 -4
  1077. package/build/ts/surfaces/admin/components/Paragraph/Paragraph.doc.d.ts.map +0 -1
  1078. package/build/ts/surfaces/admin/components/PasswordField/PasswordField.doc.d.ts +0 -4
  1079. package/build/ts/surfaces/admin/components/PasswordField/PasswordField.doc.d.ts.map +0 -1
  1080. package/build/ts/surfaces/admin/components/Popover/Popover.ab.doc.d.ts +0 -4
  1081. package/build/ts/surfaces/admin/components/Popover/Popover.ab.doc.d.ts.map +0 -1
  1082. package/build/ts/surfaces/admin/components/QueryContainer/QueryContainer.doc.d.ts +0 -4
  1083. package/build/ts/surfaces/admin/components/QueryContainer/QueryContainer.doc.d.ts.map +0 -1
  1084. package/build/ts/surfaces/admin/components/SearchField/SearchField.doc.d.ts +0 -4
  1085. package/build/ts/surfaces/admin/components/SearchField/SearchField.doc.d.ts.map +0 -1
  1086. package/build/ts/surfaces/admin/components/Section/Section.doc.d.ts +0 -4
  1087. package/build/ts/surfaces/admin/components/Section/Section.doc.d.ts.map +0 -1
  1088. package/build/ts/surfaces/admin/components/Select/Select.doc.d.ts +0 -4
  1089. package/build/ts/surfaces/admin/components/Select/Select.doc.d.ts.map +0 -1
  1090. package/build/ts/surfaces/admin/components/Spinner/Spinner.doc.d.ts +0 -4
  1091. package/build/ts/surfaces/admin/components/Spinner/Spinner.doc.d.ts.map +0 -1
  1092. package/build/ts/surfaces/admin/components/Stack/Stack.doc.d.ts +0 -4
  1093. package/build/ts/surfaces/admin/components/Stack/Stack.doc.d.ts.map +0 -1
  1094. package/build/ts/surfaces/admin/components/Switch/Switch.doc.d.ts +0 -4
  1095. package/build/ts/surfaces/admin/components/Switch/Switch.doc.d.ts.map +0 -1
  1096. package/build/ts/surfaces/admin/components/Table/Table.doc.d.ts +0 -4
  1097. package/build/ts/surfaces/admin/components/Table/Table.doc.d.ts.map +0 -1
  1098. package/build/ts/surfaces/admin/components/Text/Text.doc.d.ts +0 -4
  1099. package/build/ts/surfaces/admin/components/Text/Text.doc.d.ts.map +0 -1
  1100. package/build/ts/surfaces/admin/components/TextArea/TextArea.doc.d.ts +0 -4
  1101. package/build/ts/surfaces/admin/components/TextArea/TextArea.doc.d.ts.map +0 -1
  1102. package/build/ts/surfaces/admin/components/TextField/TextField.doc.d.ts +0 -4
  1103. package/build/ts/surfaces/admin/components/TextField/TextField.doc.d.ts.map +0 -1
  1104. package/build/ts/surfaces/admin/components/Thumbnail/Thumbnail.doc.d.ts +0 -4
  1105. package/build/ts/surfaces/admin/components/Thumbnail/Thumbnail.doc.d.ts.map +0 -1
  1106. package/build/ts/surfaces/admin/components/Tooltip/Tooltip.doc.d.ts +0 -4
  1107. package/build/ts/surfaces/admin/components/Tooltip/Tooltip.doc.d.ts.map +0 -1
  1108. package/build/ts/surfaces/admin/components/URLField/URLField.doc.d.ts +0 -4
  1109. package/build/ts/surfaces/admin/components/URLField/URLField.doc.d.ts.map +0 -1
  1110. package/build/ts/surfaces/admin/components/UnorderedList/UnorderedList.doc.d.ts +0 -4
  1111. package/build/ts/surfaces/admin/components/UnorderedList/UnorderedList.doc.d.ts.map +0 -1
  1112. package/build/ts/surfaces/admin/components/patterns/accountConnection.ab.doc.d.ts +0 -4
  1113. package/build/ts/surfaces/admin/components/patterns/accountConnection.ab.doc.d.ts.map +0 -1
  1114. package/build/ts/surfaces/admin/components/patterns/appCard.ab.doc.d.ts +0 -4
  1115. package/build/ts/surfaces/admin/components/patterns/appCard.ab.doc.d.ts.map +0 -1
  1116. package/build/ts/surfaces/admin/components/patterns/calloutCard.ab.doc.d.ts +0 -4
  1117. package/build/ts/surfaces/admin/components/patterns/calloutCard.ab.doc.d.ts.map +0 -1
  1118. package/build/ts/surfaces/admin/components/patterns/details.ab.doc.d.ts +0 -4
  1119. package/build/ts/surfaces/admin/components/patterns/details.ab.doc.d.ts.map +0 -1
  1120. package/build/ts/surfaces/admin/components/patterns/emptyState.ab.doc.d.ts +0 -4
  1121. package/build/ts/surfaces/admin/components/patterns/emptyState.ab.doc.d.ts.map +0 -1
  1122. package/build/ts/surfaces/admin/components/patterns/footerHelp.ab.doc.d.ts +0 -4
  1123. package/build/ts/surfaces/admin/components/patterns/footerHelp.ab.doc.d.ts.map +0 -1
  1124. package/build/ts/surfaces/admin/components/patterns/homepage.ab.doc.d.ts +0 -4
  1125. package/build/ts/surfaces/admin/components/patterns/homepage.ab.doc.d.ts.map +0 -1
  1126. package/build/ts/surfaces/admin/components/patterns/index.ab.doc.d.ts +0 -4
  1127. package/build/ts/surfaces/admin/components/patterns/index.ab.doc.d.ts.map +0 -1
  1128. package/build/ts/surfaces/admin/components/patterns/indexTable.ab.doc.d.ts +0 -4
  1129. package/build/ts/surfaces/admin/components/patterns/indexTable.ab.doc.d.ts.map +0 -1
  1130. package/build/ts/surfaces/admin/components/patterns/interstitialNav.ab.doc.d.ts +0 -4
  1131. package/build/ts/surfaces/admin/components/patterns/interstitialNav.ab.doc.d.ts.map +0 -1
  1132. package/build/ts/surfaces/admin/components/patterns/mediaCard.ab.doc.d.ts +0 -4
  1133. package/build/ts/surfaces/admin/components/patterns/mediaCard.ab.doc.d.ts.map +0 -1
  1134. package/build/ts/surfaces/admin/components/patterns/metricsCard.ab.doc.d.ts +0 -4
  1135. package/build/ts/surfaces/admin/components/patterns/metricsCard.ab.doc.d.ts.map +0 -1
  1136. package/build/ts/surfaces/admin/components/patterns/resourceList.ab.doc.d.ts +0 -4
  1137. package/build/ts/surfaces/admin/components/patterns/resourceList.ab.doc.d.ts.map +0 -1
  1138. package/build/ts/surfaces/admin/components/patterns/settings.ab.doc.d.ts +0 -4
  1139. package/build/ts/surfaces/admin/components/patterns/settings.ab.doc.d.ts.map +0 -1
  1140. package/build/ts/surfaces/admin/components/patterns/setupGuide.ab.doc.d.ts +0 -4
  1141. package/build/ts/surfaces/admin/components/patterns/setupGuide.ab.doc.d.ts.map +0 -1
  1142. package/build/ts/surfaces/admin/docs-types.d.ts +0 -38
  1143. package/build/ts/surfaces/admin/docs-types.d.ts.map +0 -1
  1144. package/build/ts/surfaces/checkout/components/Abbreviation/Abbreviation.doc.d.ts +0 -4
  1145. package/build/ts/surfaces/checkout/components/Abbreviation/Abbreviation.doc.d.ts.map +0 -1
  1146. package/build/ts/surfaces/checkout/components/Announcement/Announcement.doc.d.ts +0 -4
  1147. package/build/ts/surfaces/checkout/components/Announcement/Announcement.doc.d.ts.map +0 -1
  1148. package/build/ts/surfaces/checkout/components/Badge/Badge.doc.d.ts +0 -4
  1149. package/build/ts/surfaces/checkout/components/Badge/Badge.doc.d.ts.map +0 -1
  1150. package/build/ts/surfaces/checkout/components/Banner/Banner.doc.d.ts +0 -4
  1151. package/build/ts/surfaces/checkout/components/Banner/Banner.doc.d.ts.map +0 -1
  1152. package/build/ts/surfaces/checkout/components/Box/Box.doc.d.ts +0 -4
  1153. package/build/ts/surfaces/checkout/components/Box/Box.doc.d.ts.map +0 -1
  1154. package/build/ts/surfaces/checkout/components/Button/Button.doc.d.ts +0 -4
  1155. package/build/ts/surfaces/checkout/components/Button/Button.doc.d.ts.map +0 -1
  1156. package/build/ts/surfaces/checkout/components/Checkbox/Checkbox.doc.d.ts +0 -4
  1157. package/build/ts/surfaces/checkout/components/Checkbox/Checkbox.doc.d.ts.map +0 -1
  1158. package/build/ts/surfaces/checkout/components/Chip/Chip.doc.d.ts +0 -4
  1159. package/build/ts/surfaces/checkout/components/Chip/Chip.doc.d.ts.map +0 -1
  1160. package/build/ts/surfaces/checkout/components/ChoiceList/ChoiceList.doc.d.ts +0 -4
  1161. package/build/ts/surfaces/checkout/components/ChoiceList/ChoiceList.doc.d.ts.map +0 -1
  1162. package/build/ts/surfaces/checkout/components/Clickable/Clickable.doc.d.ts +0 -4
  1163. package/build/ts/surfaces/checkout/components/Clickable/Clickable.doc.d.ts.map +0 -1
  1164. package/build/ts/surfaces/checkout/components/ClickableChip/ClickableChip.doc.d.ts +0 -4
  1165. package/build/ts/surfaces/checkout/components/ClickableChip/ClickableChip.doc.d.ts.map +0 -1
  1166. package/build/ts/surfaces/checkout/components/ClipboardItem/ClipboardItem.doc.d.ts +0 -4
  1167. package/build/ts/surfaces/checkout/components/ClipboardItem/ClipboardItem.doc.d.ts.map +0 -1
  1168. package/build/ts/surfaces/checkout/components/ConsentCheckbox/ConsentCheckbox.doc.d.ts +0 -4
  1169. package/build/ts/surfaces/checkout/components/ConsentCheckbox/ConsentCheckbox.doc.d.ts.map +0 -1
  1170. package/build/ts/surfaces/checkout/components/ConsentPhoneField/ConsentPhoneField.doc.d.ts +0 -4
  1171. package/build/ts/surfaces/checkout/components/ConsentPhoneField/ConsentPhoneField.doc.d.ts.map +0 -1
  1172. package/build/ts/surfaces/checkout/components/DateField/DateField.doc.d.ts +0 -4
  1173. package/build/ts/surfaces/checkout/components/DateField/DateField.doc.d.ts.map +0 -1
  1174. package/build/ts/surfaces/checkout/components/DatePicker/DatePicker.doc.d.ts +0 -4
  1175. package/build/ts/surfaces/checkout/components/DatePicker/DatePicker.doc.d.ts.map +0 -1
  1176. package/build/ts/surfaces/checkout/components/Details/Details.doc.d.ts +0 -4
  1177. package/build/ts/surfaces/checkout/components/Details/Details.doc.d.ts.map +0 -1
  1178. package/build/ts/surfaces/checkout/components/Divider/Divider.doc.d.ts +0 -4
  1179. package/build/ts/surfaces/checkout/components/Divider/Divider.doc.d.ts.map +0 -1
  1180. package/build/ts/surfaces/checkout/components/DropZone/DropZone.doc.d.ts +0 -4
  1181. package/build/ts/surfaces/checkout/components/DropZone/DropZone.doc.d.ts.map +0 -1
  1182. package/build/ts/surfaces/checkout/components/EmailField/EmailField.doc.d.ts +0 -4
  1183. package/build/ts/surfaces/checkout/components/EmailField/EmailField.doc.d.ts.map +0 -1
  1184. package/build/ts/surfaces/checkout/components/Form/Form.doc.d.ts +0 -4
  1185. package/build/ts/surfaces/checkout/components/Form/Form.doc.d.ts.map +0 -1
  1186. package/build/ts/surfaces/checkout/components/Grid/Grid.doc.d.ts +0 -4
  1187. package/build/ts/surfaces/checkout/components/Grid/Grid.doc.d.ts.map +0 -1
  1188. package/build/ts/surfaces/checkout/components/Heading/Heading.doc.d.ts +0 -4
  1189. package/build/ts/surfaces/checkout/components/Heading/Heading.doc.d.ts.map +0 -1
  1190. package/build/ts/surfaces/checkout/components/Icon/Icon.doc.d.ts +0 -4
  1191. package/build/ts/surfaces/checkout/components/Icon/Icon.doc.d.ts.map +0 -1
  1192. package/build/ts/surfaces/checkout/components/Image/Image.doc.d.ts +0 -4
  1193. package/build/ts/surfaces/checkout/components/Image/Image.doc.d.ts.map +0 -1
  1194. package/build/ts/surfaces/checkout/components/Link/Link.doc.d.ts +0 -4
  1195. package/build/ts/surfaces/checkout/components/Link/Link.doc.d.ts.map +0 -1
  1196. package/build/ts/surfaces/checkout/components/Map/Map.doc.d.ts +0 -4
  1197. package/build/ts/surfaces/checkout/components/Map/Map.doc.d.ts.map +0 -1
  1198. package/build/ts/surfaces/checkout/components/Modal/Modal.doc.d.ts +0 -4
  1199. package/build/ts/surfaces/checkout/components/Modal/Modal.doc.d.ts.map +0 -1
  1200. package/build/ts/surfaces/checkout/components/MoneyField/MoneyField.doc.d.ts +0 -4
  1201. package/build/ts/surfaces/checkout/components/MoneyField/MoneyField.doc.d.ts.map +0 -1
  1202. package/build/ts/surfaces/checkout/components/NumberField/NumberField.doc.d.ts +0 -4
  1203. package/build/ts/surfaces/checkout/components/NumberField/NumberField.doc.d.ts.map +0 -1
  1204. package/build/ts/surfaces/checkout/components/OrderedList/OrderedList.doc.d.ts +0 -4
  1205. package/build/ts/surfaces/checkout/components/OrderedList/OrderedList.doc.d.ts.map +0 -1
  1206. package/build/ts/surfaces/checkout/components/Paragraph/Paragraph.doc.d.ts +0 -4
  1207. package/build/ts/surfaces/checkout/components/Paragraph/Paragraph.doc.d.ts.map +0 -1
  1208. package/build/ts/surfaces/checkout/components/PasswordField/PasswordField.doc.d.ts +0 -4
  1209. package/build/ts/surfaces/checkout/components/PasswordField/PasswordField.doc.d.ts.map +0 -1
  1210. package/build/ts/surfaces/checkout/components/PaymentIcon/PaymentIcon.doc.d.ts +0 -4
  1211. package/build/ts/surfaces/checkout/components/PaymentIcon/PaymentIcon.doc.d.ts.map +0 -1
  1212. package/build/ts/surfaces/checkout/components/PhoneField/PhoneField.doc.d.ts +0 -4
  1213. package/build/ts/surfaces/checkout/components/PhoneField/PhoneField.doc.d.ts.map +0 -1
  1214. package/build/ts/surfaces/checkout/components/Popover/Popover.doc.d.ts +0 -4
  1215. package/build/ts/surfaces/checkout/components/Popover/Popover.doc.d.ts.map +0 -1
  1216. package/build/ts/surfaces/checkout/components/PressButton/PressButton.doc.d.ts +0 -4
  1217. package/build/ts/surfaces/checkout/components/PressButton/PressButton.doc.d.ts.map +0 -1
  1218. package/build/ts/surfaces/checkout/components/ProductThumbnail/ProductThumbnail.doc.d.ts +0 -4
  1219. package/build/ts/surfaces/checkout/components/ProductThumbnail/ProductThumbnail.doc.d.ts.map +0 -1
  1220. package/build/ts/surfaces/checkout/components/Progress/Progress.doc.d.ts +0 -4
  1221. package/build/ts/surfaces/checkout/components/Progress/Progress.doc.d.ts.map +0 -1
  1222. package/build/ts/surfaces/checkout/components/QRCode/QRCode.doc.d.ts +0 -4
  1223. package/build/ts/surfaces/checkout/components/QRCode/QRCode.doc.d.ts.map +0 -1
  1224. package/build/ts/surfaces/checkout/components/QueryContainer/QueryContainer.doc.d.ts +0 -4
  1225. package/build/ts/surfaces/checkout/components/QueryContainer/QueryContainer.doc.d.ts.map +0 -1
  1226. package/build/ts/surfaces/checkout/components/ScrollBox/ScrollBox.doc.d.ts +0 -4
  1227. package/build/ts/surfaces/checkout/components/ScrollBox/ScrollBox.doc.d.ts.map +0 -1
  1228. package/build/ts/surfaces/checkout/components/Section/Section.doc.d.ts +0 -4
  1229. package/build/ts/surfaces/checkout/components/Section/Section.doc.d.ts.map +0 -1
  1230. package/build/ts/surfaces/checkout/components/Select/Select.doc.d.ts +0 -4
  1231. package/build/ts/surfaces/checkout/components/Select/Select.doc.d.ts.map +0 -1
  1232. package/build/ts/surfaces/checkout/components/Sheet/Sheet.doc.d.ts +0 -4
  1233. package/build/ts/surfaces/checkout/components/Sheet/Sheet.doc.d.ts.map +0 -1
  1234. package/build/ts/surfaces/checkout/components/SkeletonParagraph/SkeletonParagraph.doc.d.ts +0 -4
  1235. package/build/ts/surfaces/checkout/components/SkeletonParagraph/SkeletonParagraph.doc.d.ts.map +0 -1
  1236. package/build/ts/surfaces/checkout/components/Spinner/Spinner.doc.d.ts +0 -4
  1237. package/build/ts/surfaces/checkout/components/Spinner/Spinner.doc.d.ts.map +0 -1
  1238. package/build/ts/surfaces/checkout/components/Stack/Stack.doc.d.ts +0 -4
  1239. package/build/ts/surfaces/checkout/components/Stack/Stack.doc.d.ts.map +0 -1
  1240. package/build/ts/surfaces/checkout/components/Switch/Switch.doc.d.ts +0 -4
  1241. package/build/ts/surfaces/checkout/components/Switch/Switch.doc.d.ts.map +0 -1
  1242. package/build/ts/surfaces/checkout/components/Text/Text.doc.d.ts +0 -4
  1243. package/build/ts/surfaces/checkout/components/Text/Text.doc.d.ts.map +0 -1
  1244. package/build/ts/surfaces/checkout/components/TextArea/TextArea.doc.d.ts +0 -4
  1245. package/build/ts/surfaces/checkout/components/TextArea/TextArea.doc.d.ts.map +0 -1
  1246. package/build/ts/surfaces/checkout/components/TextField/TextField.doc.d.ts +0 -4
  1247. package/build/ts/surfaces/checkout/components/TextField/TextField.doc.d.ts.map +0 -1
  1248. package/build/ts/surfaces/checkout/components/Time/Time.doc.d.ts +0 -4
  1249. package/build/ts/surfaces/checkout/components/Time/Time.doc.d.ts.map +0 -1
  1250. package/build/ts/surfaces/checkout/components/Tooltip/Tooltip.doc.d.ts +0 -4
  1251. package/build/ts/surfaces/checkout/components/Tooltip/Tooltip.doc.d.ts.map +0 -1
  1252. package/build/ts/surfaces/checkout/components/UnorderedList/UnorderedList.doc.d.ts +0 -4
  1253. package/build/ts/surfaces/checkout/components/UnorderedList/UnorderedList.doc.d.ts.map +0 -1
  1254. package/build/ts/surfaces/checkout/components/UrlField/UrlField.doc.d.ts +0 -4
  1255. package/build/ts/surfaces/checkout/components/UrlField/UrlField.doc.d.ts.map +0 -1
  1256. package/build/ts/surfaces/checkout/helper.docs.d.ts +0 -15
  1257. package/build/ts/surfaces/checkout/helper.docs.d.ts.map +0 -1
  1258. package/build/ts/surfaces/customer-account/components/Abbreviation/Abbreviation.doc.d.ts +0 -4
  1259. package/build/ts/surfaces/customer-account/components/Abbreviation/Abbreviation.doc.d.ts.map +0 -1
  1260. package/build/ts/surfaces/customer-account/components/Announcement/Announcement.doc.d.ts +0 -4
  1261. package/build/ts/surfaces/customer-account/components/Announcement/Announcement.doc.d.ts.map +0 -1
  1262. package/build/ts/surfaces/customer-account/components/Avatar/Avatar.doc.d.ts +0 -4
  1263. package/build/ts/surfaces/customer-account/components/Avatar/Avatar.doc.d.ts.map +0 -1
  1264. package/build/ts/surfaces/customer-account/components/Badge/Badge.doc.d.ts +0 -4
  1265. package/build/ts/surfaces/customer-account/components/Badge/Badge.doc.d.ts.map +0 -1
  1266. package/build/ts/surfaces/customer-account/components/Banner/Banner.doc.d.ts +0 -4
  1267. package/build/ts/surfaces/customer-account/components/Banner/Banner.doc.d.ts.map +0 -1
  1268. package/build/ts/surfaces/customer-account/components/Box/Box.doc.d.ts +0 -4
  1269. package/build/ts/surfaces/customer-account/components/Box/Box.doc.d.ts.map +0 -1
  1270. package/build/ts/surfaces/customer-account/components/Button/Button.doc.d.ts +0 -4
  1271. package/build/ts/surfaces/customer-account/components/Button/Button.doc.d.ts.map +0 -1
  1272. package/build/ts/surfaces/customer-account/components/ButtonGroup/ButtonGroup.doc.d.ts +0 -4
  1273. package/build/ts/surfaces/customer-account/components/ButtonGroup/ButtonGroup.doc.d.ts.map +0 -1
  1274. package/build/ts/surfaces/customer-account/components/Checkbox/Checkbox.doc.d.ts +0 -4
  1275. package/build/ts/surfaces/customer-account/components/Checkbox/Checkbox.doc.d.ts.map +0 -1
  1276. package/build/ts/surfaces/customer-account/components/Chip/Chip.doc.d.ts +0 -4
  1277. package/build/ts/surfaces/customer-account/components/Chip/Chip.doc.d.ts.map +0 -1
  1278. package/build/ts/surfaces/customer-account/components/ChoiceList/ChoiceList.doc.d.ts +0 -4
  1279. package/build/ts/surfaces/customer-account/components/ChoiceList/ChoiceList.doc.d.ts.map +0 -1
  1280. package/build/ts/surfaces/customer-account/components/Clickable/Clickable.doc.d.ts +0 -4
  1281. package/build/ts/surfaces/customer-account/components/Clickable/Clickable.doc.d.ts.map +0 -1
  1282. package/build/ts/surfaces/customer-account/components/ClickableChip/ClickableChip.doc.d.ts +0 -4
  1283. package/build/ts/surfaces/customer-account/components/ClickableChip/ClickableChip.doc.d.ts.map +0 -1
  1284. package/build/ts/surfaces/customer-account/components/ClipboardItem/ClipboardItem.doc.d.ts +0 -4
  1285. package/build/ts/surfaces/customer-account/components/ClipboardItem/ClipboardItem.doc.d.ts.map +0 -1
  1286. package/build/ts/surfaces/customer-account/components/ConsentCheckbox/ConsentCheckbox.doc.d.ts +0 -4
  1287. package/build/ts/surfaces/customer-account/components/ConsentCheckbox/ConsentCheckbox.doc.d.ts.map +0 -1
  1288. package/build/ts/surfaces/customer-account/components/ConsentPhoneField/ConsentPhoneField.doc.d.ts +0 -4
  1289. package/build/ts/surfaces/customer-account/components/ConsentPhoneField/ConsentPhoneField.doc.d.ts.map +0 -1
  1290. package/build/ts/surfaces/customer-account/components/CustomerAccountAction/CustomerAccountAction.doc.d.ts +0 -4
  1291. package/build/ts/surfaces/customer-account/components/CustomerAccountAction/CustomerAccountAction.doc.d.ts.map +0 -1
  1292. package/build/ts/surfaces/customer-account/components/DateField/DateField.doc.d.ts +0 -4
  1293. package/build/ts/surfaces/customer-account/components/DateField/DateField.doc.d.ts.map +0 -1
  1294. package/build/ts/surfaces/customer-account/components/DatePicker/DatePicker.doc.d.ts +0 -4
  1295. package/build/ts/surfaces/customer-account/components/DatePicker/DatePicker.doc.d.ts.map +0 -1
  1296. package/build/ts/surfaces/customer-account/components/Details/Details.doc.d.ts +0 -4
  1297. package/build/ts/surfaces/customer-account/components/Details/Details.doc.d.ts.map +0 -1
  1298. package/build/ts/surfaces/customer-account/components/Divider/Divider.doc.d.ts +0 -4
  1299. package/build/ts/surfaces/customer-account/components/Divider/Divider.doc.d.ts.map +0 -1
  1300. package/build/ts/surfaces/customer-account/components/DropZone/DropZone.doc.d.ts +0 -4
  1301. package/build/ts/surfaces/customer-account/components/DropZone/DropZone.doc.d.ts.map +0 -1
  1302. package/build/ts/surfaces/customer-account/components/EmailField/EmailField.doc.d.ts +0 -4
  1303. package/build/ts/surfaces/customer-account/components/EmailField/EmailField.doc.d.ts.map +0 -1
  1304. package/build/ts/surfaces/customer-account/components/Form/Form.doc.d.ts +0 -4
  1305. package/build/ts/surfaces/customer-account/components/Form/Form.doc.d.ts.map +0 -1
  1306. package/build/ts/surfaces/customer-account/components/Grid/Grid.doc.d.ts +0 -4
  1307. package/build/ts/surfaces/customer-account/components/Grid/Grid.doc.d.ts.map +0 -1
  1308. package/build/ts/surfaces/customer-account/components/Heading/Heading.doc.d.ts +0 -4
  1309. package/build/ts/surfaces/customer-account/components/Heading/Heading.doc.d.ts.map +0 -1
  1310. package/build/ts/surfaces/customer-account/components/Icon/Icon.doc.d.ts +0 -4
  1311. package/build/ts/surfaces/customer-account/components/Icon/Icon.doc.d.ts.map +0 -1
  1312. package/build/ts/surfaces/customer-account/components/Image/Image.doc.d.ts +0 -4
  1313. package/build/ts/surfaces/customer-account/components/Image/Image.doc.d.ts.map +0 -1
  1314. package/build/ts/surfaces/customer-account/components/ImageGroup/ImageGroup.doc.d.ts +0 -4
  1315. package/build/ts/surfaces/customer-account/components/ImageGroup/ImageGroup.doc.d.ts.map +0 -1
  1316. package/build/ts/surfaces/customer-account/components/Link/Link.doc.d.ts +0 -4
  1317. package/build/ts/surfaces/customer-account/components/Link/Link.doc.d.ts.map +0 -1
  1318. package/build/ts/surfaces/customer-account/components/Map/Map.doc.d.ts +0 -4
  1319. package/build/ts/surfaces/customer-account/components/Map/Map.doc.d.ts.map +0 -1
  1320. package/build/ts/surfaces/customer-account/components/Menu/Menu.doc.d.ts +0 -4
  1321. package/build/ts/surfaces/customer-account/components/Menu/Menu.doc.d.ts.map +0 -1
  1322. package/build/ts/surfaces/customer-account/components/Modal/Modal.doc.d.ts +0 -4
  1323. package/build/ts/surfaces/customer-account/components/Modal/Modal.doc.d.ts.map +0 -1
  1324. package/build/ts/surfaces/customer-account/components/MoneyField/MoneyField.doc.d.ts +0 -4
  1325. package/build/ts/surfaces/customer-account/components/MoneyField/MoneyField.doc.d.ts.map +0 -1
  1326. package/build/ts/surfaces/customer-account/components/NumberField/NumberField.doc.d.ts +0 -4
  1327. package/build/ts/surfaces/customer-account/components/NumberField/NumberField.doc.d.ts.map +0 -1
  1328. package/build/ts/surfaces/customer-account/components/OrderedList/OrderedList.doc.d.ts +0 -4
  1329. package/build/ts/surfaces/customer-account/components/OrderedList/OrderedList.doc.d.ts.map +0 -1
  1330. package/build/ts/surfaces/customer-account/components/Page/Page.doc.d.ts +0 -4
  1331. package/build/ts/surfaces/customer-account/components/Page/Page.doc.d.ts.map +0 -1
  1332. package/build/ts/surfaces/customer-account/components/Paragraph/Paragraph.doc.d.ts +0 -4
  1333. package/build/ts/surfaces/customer-account/components/Paragraph/Paragraph.doc.d.ts.map +0 -1
  1334. package/build/ts/surfaces/customer-account/components/PasswordField/PasswordField.doc.d.ts +0 -4
  1335. package/build/ts/surfaces/customer-account/components/PasswordField/PasswordField.doc.d.ts.map +0 -1
  1336. package/build/ts/surfaces/customer-account/components/PaymentIcon/PaymentIcon.doc.d.ts +0 -4
  1337. package/build/ts/surfaces/customer-account/components/PaymentIcon/PaymentIcon.doc.d.ts.map +0 -1
  1338. package/build/ts/surfaces/customer-account/components/PhoneField/PhoneField.doc.d.ts +0 -4
  1339. package/build/ts/surfaces/customer-account/components/PhoneField/PhoneField.doc.d.ts.map +0 -1
  1340. package/build/ts/surfaces/customer-account/components/Popover/Popover.doc.d.ts +0 -4
  1341. package/build/ts/surfaces/customer-account/components/Popover/Popover.doc.d.ts.map +0 -1
  1342. package/build/ts/surfaces/customer-account/components/PressButton/PressButton.doc.d.ts +0 -4
  1343. package/build/ts/surfaces/customer-account/components/PressButton/PressButton.doc.d.ts.map +0 -1
  1344. package/build/ts/surfaces/customer-account/components/ProductThumbnail/ProductThumbnail.doc.d.ts +0 -4
  1345. package/build/ts/surfaces/customer-account/components/ProductThumbnail/ProductThumbnail.doc.d.ts.map +0 -1
  1346. package/build/ts/surfaces/customer-account/components/Progress/Progress.doc.d.ts +0 -4
  1347. package/build/ts/surfaces/customer-account/components/Progress/Progress.doc.d.ts.map +0 -1
  1348. package/build/ts/surfaces/customer-account/components/QRCode/QRCode.doc.d.ts +0 -4
  1349. package/build/ts/surfaces/customer-account/components/QRCode/QRCode.doc.d.ts.map +0 -1
  1350. package/build/ts/surfaces/customer-account/components/QueryContainer/QueryContainer.doc.d.ts +0 -4
  1351. package/build/ts/surfaces/customer-account/components/QueryContainer/QueryContainer.doc.d.ts.map +0 -1
  1352. package/build/ts/surfaces/customer-account/components/ScrollBox/ScrollBox.doc.d.ts +0 -4
  1353. package/build/ts/surfaces/customer-account/components/ScrollBox/ScrollBox.doc.d.ts.map +0 -1
  1354. package/build/ts/surfaces/customer-account/components/Section/Section.doc.d.ts +0 -4
  1355. package/build/ts/surfaces/customer-account/components/Section/Section.doc.d.ts.map +0 -1
  1356. package/build/ts/surfaces/customer-account/components/Select/Select.doc.d.ts +0 -4
  1357. package/build/ts/surfaces/customer-account/components/Select/Select.doc.d.ts.map +0 -1
  1358. package/build/ts/surfaces/customer-account/components/Sheet/Sheet.doc.d.ts +0 -4
  1359. package/build/ts/surfaces/customer-account/components/Sheet/Sheet.doc.d.ts.map +0 -1
  1360. package/build/ts/surfaces/customer-account/components/SkeletonParagraph/SkeletonParagraph.doc.d.ts +0 -4
  1361. package/build/ts/surfaces/customer-account/components/SkeletonParagraph/SkeletonParagraph.doc.d.ts.map +0 -1
  1362. package/build/ts/surfaces/customer-account/components/Spinner/Spinner.doc.d.ts +0 -4
  1363. package/build/ts/surfaces/customer-account/components/Spinner/Spinner.doc.d.ts.map +0 -1
  1364. package/build/ts/surfaces/customer-account/components/Stack/Stack.doc.d.ts +0 -4
  1365. package/build/ts/surfaces/customer-account/components/Stack/Stack.doc.d.ts.map +0 -1
  1366. package/build/ts/surfaces/customer-account/components/Switch/Switch.doc.d.ts +0 -4
  1367. package/build/ts/surfaces/customer-account/components/Switch/Switch.doc.d.ts.map +0 -1
  1368. package/build/ts/surfaces/customer-account/components/Text/Text.doc.d.ts +0 -4
  1369. package/build/ts/surfaces/customer-account/components/Text/Text.doc.d.ts.map +0 -1
  1370. package/build/ts/surfaces/customer-account/components/TextArea/TextArea.doc.d.ts +0 -4
  1371. package/build/ts/surfaces/customer-account/components/TextArea/TextArea.doc.d.ts.map +0 -1
  1372. package/build/ts/surfaces/customer-account/components/TextField/TextField.doc.d.ts +0 -4
  1373. package/build/ts/surfaces/customer-account/components/TextField/TextField.doc.d.ts.map +0 -1
  1374. package/build/ts/surfaces/customer-account/components/Time/Time.doc.d.ts +0 -4
  1375. package/build/ts/surfaces/customer-account/components/Time/Time.doc.d.ts.map +0 -1
  1376. package/build/ts/surfaces/customer-account/components/Tooltip/Tooltip.doc.d.ts +0 -4
  1377. package/build/ts/surfaces/customer-account/components/Tooltip/Tooltip.doc.d.ts.map +0 -1
  1378. package/build/ts/surfaces/customer-account/components/URLField/URLField.doc.d.ts +0 -4
  1379. package/build/ts/surfaces/customer-account/components/URLField/URLField.doc.d.ts.map +0 -1
  1380. package/build/ts/surfaces/customer-account/components/UnorderedList/UnorderedList.doc.d.ts +0 -4
  1381. package/build/ts/surfaces/customer-account/components/UnorderedList/UnorderedList.doc.d.ts.map +0 -1
  1382. package/build/ts/surfaces/point-of-sale/components/Badge/Badge.doc.d.ts +0 -4
  1383. package/build/ts/surfaces/point-of-sale/components/Badge/Badge.doc.d.ts.map +0 -1
  1384. package/build/ts/surfaces/point-of-sale/components/Banner/Banner.doc.d.ts +0 -4
  1385. package/build/ts/surfaces/point-of-sale/components/Banner/Banner.doc.d.ts.map +0 -1
  1386. package/build/ts/surfaces/point-of-sale/components/Box/Box.doc.d.ts +0 -4
  1387. package/build/ts/surfaces/point-of-sale/components/Box/Box.doc.d.ts.map +0 -1
  1388. package/build/ts/surfaces/point-of-sale/components/Button/Button.doc.d.ts +0 -4
  1389. package/build/ts/surfaces/point-of-sale/components/Button/Button.doc.d.ts.map +0 -1
  1390. package/build/ts/surfaces/point-of-sale/components/ChoiceList/ChoiceList.doc.d.ts +0 -4
  1391. package/build/ts/surfaces/point-of-sale/components/ChoiceList/ChoiceList.doc.d.ts.map +0 -1
  1392. package/build/ts/surfaces/point-of-sale/components/Clickable/Clickable.doc.d.ts +0 -4
  1393. package/build/ts/surfaces/point-of-sale/components/Clickable/Clickable.doc.d.ts.map +0 -1
  1394. package/build/ts/surfaces/point-of-sale/components/DateField/DateField.doc.d.ts +0 -4
  1395. package/build/ts/surfaces/point-of-sale/components/DateField/DateField.doc.d.ts.map +0 -1
  1396. package/build/ts/surfaces/point-of-sale/components/DatePicker/DatePicker.doc.d.ts +0 -4
  1397. package/build/ts/surfaces/point-of-sale/components/DatePicker/DatePicker.doc.d.ts.map +0 -1
  1398. package/build/ts/surfaces/point-of-sale/components/DateSpinner/DateSpinner.doc.d.ts +0 -4
  1399. package/build/ts/surfaces/point-of-sale/components/DateSpinner/DateSpinner.doc.d.ts.map +0 -1
  1400. package/build/ts/surfaces/point-of-sale/components/Divider/Divider.doc.d.ts +0 -4
  1401. package/build/ts/surfaces/point-of-sale/components/Divider/Divider.doc.d.ts.map +0 -1
  1402. package/build/ts/surfaces/point-of-sale/components/EmailField/EmailField.doc.d.ts +0 -4
  1403. package/build/ts/surfaces/point-of-sale/components/EmailField/EmailField.doc.d.ts.map +0 -1
  1404. package/build/ts/surfaces/point-of-sale/components/Embed/Embed.doc.d.ts +0 -4
  1405. package/build/ts/surfaces/point-of-sale/components/Embed/Embed.doc.d.ts.map +0 -1
  1406. package/build/ts/surfaces/point-of-sale/components/EmptyState/EmptyState.doc.d.ts +0 -4
  1407. package/build/ts/surfaces/point-of-sale/components/EmptyState/EmptyState.doc.d.ts.map +0 -1
  1408. package/build/ts/surfaces/point-of-sale/components/Heading/Heading.doc.d.ts +0 -4
  1409. package/build/ts/surfaces/point-of-sale/components/Heading/Heading.doc.d.ts.map +0 -1
  1410. package/build/ts/surfaces/point-of-sale/components/Icon/Icon.doc.d.ts +0 -4
  1411. package/build/ts/surfaces/point-of-sale/components/Icon/Icon.doc.d.ts.map +0 -1
  1412. package/build/ts/surfaces/point-of-sale/components/Image/Image.doc.d.ts +0 -4
  1413. package/build/ts/surfaces/point-of-sale/components/Image/Image.doc.d.ts.map +0 -1
  1414. package/build/ts/surfaces/point-of-sale/components/Link/Link.doc.d.ts +0 -4
  1415. package/build/ts/surfaces/point-of-sale/components/Link/Link.doc.d.ts.map +0 -1
  1416. package/build/ts/surfaces/point-of-sale/components/Modal/Modal.doc.d.ts +0 -4
  1417. package/build/ts/surfaces/point-of-sale/components/Modal/Modal.doc.d.ts.map +0 -1
  1418. package/build/ts/surfaces/point-of-sale/components/NumberField/NumberField.doc.d.ts +0 -4
  1419. package/build/ts/surfaces/point-of-sale/components/NumberField/NumberField.doc.d.ts.map +0 -1
  1420. package/build/ts/surfaces/point-of-sale/components/Page/Page.doc.d.ts +0 -4
  1421. package/build/ts/surfaces/point-of-sale/components/Page/Page.doc.d.ts.map +0 -1
  1422. package/build/ts/surfaces/point-of-sale/components/PosBlock/PosBlock.doc.d.ts +0 -4
  1423. package/build/ts/surfaces/point-of-sale/components/PosBlock/PosBlock.doc.d.ts.map +0 -1
  1424. package/build/ts/surfaces/point-of-sale/components/ScrollBox/ScrollBox.doc.d.ts +0 -4
  1425. package/build/ts/surfaces/point-of-sale/components/ScrollBox/ScrollBox.doc.d.ts.map +0 -1
  1426. package/build/ts/surfaces/point-of-sale/components/SearchField/SearchField.doc.d.ts +0 -4
  1427. package/build/ts/surfaces/point-of-sale/components/SearchField/SearchField.doc.d.ts.map +0 -1
  1428. package/build/ts/surfaces/point-of-sale/components/Section/Section.doc.d.ts +0 -4
  1429. package/build/ts/surfaces/point-of-sale/components/Section/Section.doc.d.ts.map +0 -1
  1430. package/build/ts/surfaces/point-of-sale/components/Spinner/Spinner.doc.d.ts +0 -4
  1431. package/build/ts/surfaces/point-of-sale/components/Spinner/Spinner.doc.d.ts.map +0 -1
  1432. package/build/ts/surfaces/point-of-sale/components/Stack/Stack.doc.d.ts +0 -4
  1433. package/build/ts/surfaces/point-of-sale/components/Stack/Stack.doc.d.ts.map +0 -1
  1434. package/build/ts/surfaces/point-of-sale/components/Switch/Switch.doc.d.ts +0 -4
  1435. package/build/ts/surfaces/point-of-sale/components/Switch/Switch.doc.d.ts.map +0 -1
  1436. package/build/ts/surfaces/point-of-sale/components/Tabs/Tabs.doc.d.ts +0 -4
  1437. package/build/ts/surfaces/point-of-sale/components/Tabs/Tabs.doc.d.ts.map +0 -1
  1438. package/build/ts/surfaces/point-of-sale/components/Text/Text.doc.d.ts +0 -4
  1439. package/build/ts/surfaces/point-of-sale/components/Text/Text.doc.d.ts.map +0 -1
  1440. package/build/ts/surfaces/point-of-sale/components/TextArea/TextArea.doc.d.ts +0 -4
  1441. package/build/ts/surfaces/point-of-sale/components/TextArea/TextArea.doc.d.ts.map +0 -1
  1442. package/build/ts/surfaces/point-of-sale/components/TextField/TextField.doc.d.ts +0 -4
  1443. package/build/ts/surfaces/point-of-sale/components/TextField/TextField.doc.d.ts.map +0 -1
  1444. package/build/ts/surfaces/point-of-sale/components/Tile/Tile.doc.d.ts +0 -4
  1445. package/build/ts/surfaces/point-of-sale/components/Tile/Tile.doc.d.ts.map +0 -1
  1446. package/build/ts/surfaces/point-of-sale/components/TimeField/TimeField.doc.d.ts +0 -4
  1447. package/build/ts/surfaces/point-of-sale/components/TimeField/TimeField.doc.d.ts.map +0 -1
  1448. package/build/ts/surfaces/point-of-sale/components/TimePicker/TimePicker.doc.d.ts +0 -4
  1449. package/build/ts/surfaces/point-of-sale/components/TimePicker/TimePicker.doc.d.ts.map +0 -1
  1450. package/src/docs/shared/component-definitions.ts +0 -190
  1451. package/src/docs/shared/components/Abbreviation.ts +0 -12
  1452. package/src/docs/shared/components/Announcement.ts +0 -12
  1453. package/src/docs/shared/components/Avatar.ts +0 -13
  1454. package/src/docs/shared/components/Badge.ts +0 -13
  1455. package/src/docs/shared/components/Banner.ts +0 -13
  1456. package/src/docs/shared/components/Box.ts +0 -13
  1457. package/src/docs/shared/components/Button.ts +0 -13
  1458. package/src/docs/shared/components/ButtonGroup.ts +0 -13
  1459. package/src/docs/shared/components/Checkbox.ts +0 -13
  1460. package/src/docs/shared/components/Chip.ts +0 -13
  1461. package/src/docs/shared/components/Choice.ts +0 -13
  1462. package/src/docs/shared/components/ChoiceList.ts +0 -13
  1463. package/src/docs/shared/components/Clickable.ts +0 -13
  1464. package/src/docs/shared/components/ClickableChip.ts +0 -13
  1465. package/src/docs/shared/components/ClipboardItem.ts +0 -12
  1466. package/src/docs/shared/components/ColorField.ts +0 -13
  1467. package/src/docs/shared/components/ColorPicker.ts +0 -13
  1468. package/src/docs/shared/components/ConsentCheckbox.ts +0 -12
  1469. package/src/docs/shared/components/ConsentPhoneField.ts +0 -12
  1470. package/src/docs/shared/components/DateField.ts +0 -13
  1471. package/src/docs/shared/components/DatePicker.ts +0 -13
  1472. package/src/docs/shared/components/Details.ts +0 -12
  1473. package/src/docs/shared/components/Divider.ts +0 -13
  1474. package/src/docs/shared/components/DropZone.ts +0 -12
  1475. package/src/docs/shared/components/EmailField.ts +0 -13
  1476. package/src/docs/shared/components/Form.ts +0 -13
  1477. package/src/docs/shared/components/FunctionSettings.ts +0 -13
  1478. package/src/docs/shared/components/Grid.ts +0 -13
  1479. package/src/docs/shared/components/GridItem.ts +0 -13
  1480. package/src/docs/shared/components/Heading.ts +0 -13
  1481. package/src/docs/shared/components/Icon.ts +0 -13
  1482. package/src/docs/shared/components/Image.ts +0 -13
  1483. package/src/docs/shared/components/Link.ts +0 -13
  1484. package/src/docs/shared/components/ListItem.ts +0 -13
  1485. package/src/docs/shared/components/Map.ts +0 -12
  1486. package/src/docs/shared/components/MapMarker.ts +0 -12
  1487. package/src/docs/shared/components/Menu.ts +0 -13
  1488. package/src/docs/shared/components/Modal.ts +0 -12
  1489. package/src/docs/shared/components/MoneyField.ts +0 -13
  1490. package/src/docs/shared/components/NumberField.ts +0 -13
  1491. package/src/docs/shared/components/Option.ts +0 -12
  1492. package/src/docs/shared/components/OptionGroup.ts +0 -12
  1493. package/src/docs/shared/components/OrderedList.ts +0 -13
  1494. package/src/docs/shared/components/Page.ts +0 -12
  1495. package/src/docs/shared/components/Paragraph.ts +0 -13
  1496. package/src/docs/shared/components/PasswordField.ts +0 -13
  1497. package/src/docs/shared/components/PaymentIcon.ts +0 -12
  1498. package/src/docs/shared/components/PhoneField.ts +0 -11
  1499. package/src/docs/shared/components/Popover.ts +0 -12
  1500. package/src/docs/shared/components/PressButton.ts +0 -12
  1501. package/src/docs/shared/components/ProductThumbnail.ts +0 -11
  1502. package/src/docs/shared/components/Progress.ts +0 -12
  1503. package/src/docs/shared/components/QRCode.ts +0 -12
  1504. package/src/docs/shared/components/QueryContainer.ts +0 -13
  1505. package/src/docs/shared/components/ScrollBox.ts +0 -12
  1506. package/src/docs/shared/components/SearchField.ts +0 -12
  1507. package/src/docs/shared/components/Section.ts +0 -13
  1508. package/src/docs/shared/components/Select.ts +0 -13
  1509. package/src/docs/shared/components/Sheet.ts +0 -14
  1510. package/src/docs/shared/components/SkeletonParagraph.ts +0 -12
  1511. package/src/docs/shared/components/Spinner.ts +0 -13
  1512. package/src/docs/shared/components/Stack.ts +0 -13
  1513. package/src/docs/shared/components/Summary.ts +0 -12
  1514. package/src/docs/shared/components/Switch.ts +0 -13
  1515. package/src/docs/shared/components/Table.ts +0 -13
  1516. package/src/docs/shared/components/TableBody.ts +0 -13
  1517. package/src/docs/shared/components/TableCell.ts +0 -13
  1518. package/src/docs/shared/components/TableHeader.ts +0 -13
  1519. package/src/docs/shared/components/TableHeaderRow.ts +0 -13
  1520. package/src/docs/shared/components/TableRow.ts +0 -13
  1521. package/src/docs/shared/components/Text.ts +0 -13
  1522. package/src/docs/shared/components/TextArea.ts +0 -13
  1523. package/src/docs/shared/components/TextField.ts +0 -13
  1524. package/src/docs/shared/components/Thumbnail.ts +0 -13
  1525. package/src/docs/shared/components/Time.ts +0 -12
  1526. package/src/docs/shared/components/Tooltip.ts +0 -13
  1527. package/src/docs/shared/components/URLField.ts +0 -13
  1528. package/src/docs/shared/components/UnorderedList.ts +0 -13
  1529. package/src/docs/shared/components/index.ts +0 -52
  1530. package/src/docs/shared/docs-type.ts +0 -7
  1531. package/src/surfaces/admin/components/Icon/icon-data.json +0 -9
  1532. package/src/surfaces/admin/components/patterns/index.ab.doc.ts +0 -103
  1533. package/src/surfaces/admin/docs-types.ts +0 -54
  1534. package/src/surfaces/checkout/helper.docs.ts +0 -166
@@ -1,151 +1,188 @@
1
1
  import type { Attribute, SellingPlan, MailingAddress, ShippingAddress } from '../shared';
2
2
  /**
3
- * Removes a note
3
+ * Clears the buyer's note from the checkout. Pass this to `applyNoteChange()` to remove any existing note.
4
4
  */
5
5
  export interface NoteRemoveChange {
6
6
  /**
7
- * The type of the `NoteRemoveChange` API.
7
+ * Identifies this as a note removal. Set this when creating a change to clear the buyer's note.
8
8
  */
9
9
  type: 'removeNote';
10
10
  }
11
11
  /**
12
- * An Update to a note on the order.
13
- * for example, the buyer could request detailed packaging instructions in an order note
12
+ * Sets or replaces the buyer's note on the checkout. Pass this to `applyNoteChange()` to update the note.
14
13
  */
15
14
  export interface NoteUpdateChange {
16
15
  /**
17
- * The type of the `NoteUpdateChange` API.
16
+ * Identifies this as a note update. Set this when creating a change to set or replace the buyer's note.
18
17
  */
19
18
  type: 'updateNote';
20
19
  /**
21
- * The new value of the note.
20
+ * The text to set as the buyer's note. This replaces any existing note entirely rather than appending to it.
22
21
  */
23
22
  note: string;
24
23
  }
24
+ /**
25
+ * The input for `applyNoteChange()`. Pass either a `NoteUpdateChange` (with `type: 'updateNote'`) to set the note or a `NoteRemoveChange` (with `type: 'removeNote'`) to clear it.
26
+ */
25
27
  export type NoteChange = NoteRemoveChange | NoteUpdateChange;
28
+ /**
29
+ * The result of a successful note change. The `type` property is `'success'`.
30
+ */
26
31
  export interface NoteChangeResultSuccess {
27
32
  /**
28
- * The type of the `NoteChangeResultSuccess` API.
33
+ * Indicates that the note change was applied successfully.
29
34
  */
30
35
  type: 'success';
31
36
  }
37
+ /**
38
+ * The result of a failed note change. Check the `message` property for details about what went wrong.
39
+ */
32
40
  export interface NoteChangeResultError {
33
41
  /**
34
- * The type of the `NoteChangeResultError` API.
42
+ * Indicates that the note change couldn't be applied. Check the `message` property for details.
35
43
  */
36
44
  type: 'error';
37
45
  /**
38
46
  * A message that explains the error. This message is useful for debugging.
39
- * It is **not** localized, and therefore should not be presented directly
47
+ * It isn't localized and shouldn't be displayed to the buyer.
48
+ *
49
+ * Render your own localized error text rather than displaying this message
40
50
  * to the buyer.
41
51
  */
42
52
  message: string;
43
53
  }
54
+ /**
55
+ * The result of calling `applyNoteChange()`. Use the `type` property to determine whether the change succeeded or failed.
56
+ */
44
57
  export type NoteChangeResult = NoteChangeResultSuccess | NoteChangeResultError;
45
58
  /**
46
- * Updates an attribute on the order. If an attribute with the
47
- * provided key does not already exist, it gets created.
59
+ * Updates an attribute on the cart and checkout. If an attribute with the
60
+ * provided key doesn't already exist, then it gets created.
48
61
  */
49
62
  export interface AttributeUpdateChange {
50
63
  /**
51
- * The type of the `AttributeUpdateChange` API.
64
+ * Identifies this as an attribute update or creation. Set this when creating a change to add or replace an attribute value.
52
65
  */
53
66
  type: 'updateAttribute';
54
67
  /**
55
- * Key of the attribute to add or update
68
+ * The key of the attribute to add or update. If an attribute with this key
69
+ * already exists, then its value is replaced.
56
70
  */
57
71
  key: string;
58
72
  /**
59
- * Value for the attribute to add or update
73
+ * The new value for the attribute.
60
74
  */
61
75
  value: string;
62
76
  }
63
77
  /**
64
- * Removes an attribute on the order if an attribute with the
65
- * provided key already exists.
78
+ * Removes an attribute from the checkout. Pass this to `applyAttributeChange()` to delete an attribute by key. If the key doesn't exist, then the change has no effect.
66
79
  */
67
80
  export interface AttributeRemoveChange {
68
81
  /**
69
- * The type of the `AttributeRemoveChange` API.
82
+ * Identifies this as an attribute removal. Set this when creating a change to delete an attribute by key.
70
83
  */
71
84
  type: 'removeAttribute';
72
85
  /**
73
- * Key of the attribute to remove
86
+ * The key of the attribute to remove.
74
87
  */
75
88
  key: string;
76
89
  }
90
+ /**
91
+ * The input for `applyAttributeChange()`. Pass either an `AttributeUpdateChange` (with `type: 'updateAttribute'`) to set the attribute or an `AttributeRemoveChange` (with `type: 'removeAttribute'`) to delete it.
92
+ */
77
93
  export type AttributeChange = AttributeUpdateChange | AttributeRemoveChange;
78
94
  /**
79
- * The returned result of a successful update to an attribute.
95
+ * The result of a successful attribute change. The `type` property is `'success'`.
80
96
  */
81
97
  export interface AttributeChangeResultSuccess {
82
98
  /**
83
- * The type of the `AttributeChangeResultSuccess` API.
99
+ * Indicates that the attribute change was applied successfully.
84
100
  */
85
101
  type: 'success';
86
102
  }
87
103
  /**
88
- * The returned result of an unsuccessful update to an attribute
89
- * with a message detailing the type of error that occurred.
104
+ * The result of a failed attribute change. Check the `message` property for details about what went wrong.
90
105
  */
91
106
  export interface AttributeChangeResultError {
92
107
  /**
93
- * The type of the `AttributeChangeResultError` API.
108
+ * Indicates that the attribute change couldn't be applied. Check the `message` property for details.
94
109
  */
95
110
  type: 'error';
96
111
  /**
97
112
  * A message that explains the error. This message is useful for debugging.
98
- * It is **not** localized, and therefore should not be presented directly
99
- * to the buyer.
113
+ * It isn't localized and shouldn't be displayed to the buyer.
100
114
  */
101
115
  message: string;
102
116
  }
117
+ /**
118
+ * The result of calling `applyAttributeChange()`. Use the `type` property to determine whether the change succeeded or failed.
119
+ */
103
120
  export type AttributeChangeResult = AttributeChangeResultSuccess | AttributeChangeResultError;
121
+ /**
122
+ * The result of a successful cart line change. The `type` property is `'success'`.
123
+ */
104
124
  export interface CartLineChangeResultSuccess {
105
125
  /**
106
- * Indicates that the line item was changed successfully.
126
+ * Indicates that the cart line change was applied successfully.
107
127
  */
108
128
  type: 'success';
109
129
  }
130
+ /**
131
+ * The result of a failed cart line change. Check the `message` property for details about what went wrong.
132
+ */
110
133
  export interface CartLineChangeResultError {
111
134
  /**
112
- * Indicates that the line item was not changed successfully. Refer to the `message` property for details about the error.
135
+ * Indicates that the line item wasn't changed successfully. Refer to the `message` property for details about the error.
113
136
  */
114
137
  type: 'error';
115
138
  /**
116
139
  * A message that explains the error. This message is useful for debugging.
117
- * It is **not** localized, and therefore should not be presented directly
140
+ * It isn't localized and shouldn't be displayed to the buyer.
141
+ *
142
+ * Render your own localized error text rather than displaying this message
118
143
  * to the buyer.
119
144
  */
120
145
  message: string;
121
146
  }
147
+ /**
148
+ * The result of calling `applyCartLinesChange()`. Use the `type` property to determine whether the change succeeded or failed.
149
+ */
122
150
  export type CartLineChangeResult = CartLineChangeResultSuccess | CartLineChangeResultError;
151
+ /**
152
+ * The input for `applyCartLinesChange()`. Use the `type` property to specify the operation.
153
+ *
154
+ * - `CartLineAddChange` (`type: 'addCartLine'`): Adds a new line item to the cart.
155
+ * - `CartLineRemoveChange` (`type: 'removeCartLine'`): Removes an existing line item.
156
+ * - `CartLineUpdateChange` (`type: 'updateCartLine'`): Updates an existing line item's quantity, variant, or attributes.
157
+ */
123
158
  export type CartLineChange = CartLineAddChange | CartLineRemoveChange | CartLineUpdateChange;
159
+ /**
160
+ * Adds a new line item to the cart. Pass this to `applyCartLinesChange()` to add a product variant with a specified quantity and optional attributes.
161
+ */
124
162
  export interface CartLineAddChange {
125
163
  /**
126
- * An identifier for changes that add line items.
164
+ * Identifies this as a line item addition. Set this when creating a change to add a new product to the cart.
127
165
  */
128
166
  type: 'addCartLine';
129
167
  /**
130
- * The merchandise ID being added.
168
+ * The globally-unique identifier of the product variant to add.
131
169
  * @example 'gid://shopify/ProductVariant/123'
132
170
  */
133
171
  merchandiseId: string;
134
172
  /**
135
- * The quantity of the merchandise being added.
173
+ * The number of items to add. Must be a positive integer.
136
174
  */
137
175
  quantity: number;
138
176
  /**
139
- * The attributes associated with the line item.
177
+ * Custom key-value attributes to attach to the new line item.
140
178
  */
141
179
  attributes?: Attribute[];
142
180
  /**
143
- * The identifier of the selling plan that the merchandise is being purchased
144
- * with.
181
+ * The identifier of the [selling plan](https://shopify.dev/docs/apps/build/purchase-options/subscriptions) to associate with this line item, such as a subscription or pre-order plan.
145
182
  */
146
183
  sellingPlanId?: SellingPlan['id'];
147
184
  /**
148
- * The identifier for the associated parent cart line.
185
+ * The parent cart line to associate the new item with, identified by either `lineId` or `merchandiseId`. Use this when adding child items to a bundle.
149
186
  */
150
187
  parent?: {
151
188
  lineId: string;
@@ -153,51 +190,56 @@ export interface CartLineAddChange {
153
190
  merchandiseId: string;
154
191
  };
155
192
  }
193
+ /**
194
+ * Removes an existing line item from the cart. Pass this to `applyCartLinesChange()` to remove a specified quantity of a line item.
195
+ */
156
196
  export interface CartLineRemoveChange {
157
197
  /**
158
- * An identifier for changes that remove line items.
198
+ * Identifies this as a line item removal. Set this when creating a change to remove a product from the cart.
159
199
  */
160
200
  type: 'removeCartLine';
161
201
  /**
162
- * Line Item ID.
202
+ * The unique identifier of the cart line to remove. Look up the current ID from `lines` before calling, because cart line IDs aren't stable.
163
203
  * @example 'gid://shopify/CartLine/123'
164
204
  */
165
205
  id: string;
166
206
  /**
167
- * The quantity being removed for this line item.
207
+ * The number of items to remove from this line.
168
208
  */
169
209
  quantity: number;
170
210
  }
211
+ /**
212
+ * Updates an existing line item in the cart. Pass this to `applyCartLinesChange()` to change a line item's quantity, variant, selling plan, or attributes.
213
+ */
171
214
  export interface CartLineUpdateChange {
172
215
  /**
173
- * An identifier for changes that update line items.
216
+ * Identifies this as a line item update. Set this when creating a change to modify a line item's quantity, variant, or attributes.
174
217
  */
175
218
  type: 'updateCartLine';
176
219
  /**
177
- * Line Item ID.
220
+ * The unique identifier of the cart line to update. Look up the current ID from `lines` before calling, because cart line IDs aren't stable.
178
221
  * @example 'gid://shopify/CartLine/123'
179
222
  */
180
223
  id: string;
181
224
  /**
182
- * The new merchandise ID for the line item.
225
+ * The new product variant to swap in for this line item. Only provide this if you want to change the variant.
183
226
  * @example 'gid://shopify/ProductVariant/123'
184
227
  */
185
228
  merchandiseId?: string;
186
229
  /**
187
- * The new quantity for the line item.
230
+ * The new quantity for this line item. Only provide this if you want to change the quantity.
188
231
  */
189
232
  quantity?: number;
190
233
  /**
191
- * The new attributes for the line item.
234
+ * The new custom key-value attributes for this line item. Replaces all existing attributes when provided.
192
235
  */
193
236
  attributes?: Attribute[];
194
237
  /**
195
- * The identifier of the selling plan that the merchandise is being purchased
196
- * with or `null` to remove the the product from the selling plan.
238
+ * The [selling plan](https://shopify.dev/docs/apps/build/purchase-options/subscriptions) to associate with this line item. Pass `null` to remove the item from its current selling plan.
197
239
  */
198
240
  sellingPlanId?: SellingPlan['id'] | null;
199
241
  /**
200
- * The identifier for the associated parent cart line.
242
+ * The parent cart line to associate this item with. Use this when updating the parent relationship for bundled items.
201
243
  */
202
244
  parent?: {
203
245
  lineId: string;
@@ -205,82 +247,120 @@ export interface CartLineUpdateChange {
205
247
  merchandiseId: string;
206
248
  };
207
249
  }
250
+ /**
251
+ * The input for `applyDiscountCodeChange()`. Pass either a `DiscountCodeAddChange` (with `type: 'addDiscountCode'`) to apply a code or a `DiscountCodeRemoveChange` (with `type: 'removeDiscountCode'`) to remove it.
252
+ */
208
253
  export type DiscountCodeChange = DiscountCodeAddChange | DiscountCodeRemoveChange;
254
+ /**
255
+ * The result of calling `applyDiscountCodeChange()`. Use the `type` property to determine whether the change succeeded or failed.
256
+ */
209
257
  export type DiscountCodeChangeResult = DiscountCodeChangeResultSuccess | DiscountCodeChangeResultError;
258
+ /**
259
+ * Applies a discount code to the checkout. Pass this to `applyDiscountCodeChange()` to add a code.
260
+ */
210
261
  export interface DiscountCodeAddChange {
211
262
  /**
212
- * The type of the `DiscountCodeChange` API.
263
+ * Identifies this as a discount code addition. Set this when creating a change to apply a discount code to the checkout.
213
264
  */
214
265
  type: 'addDiscountCode';
215
266
  /**
216
- * The code for the discount (case-insensitive)
267
+ * The discount code to apply. Codes are case-insensitive.
217
268
  */
218
269
  code: string;
219
270
  }
271
+ /**
272
+ * Removes a discount code from the checkout. Pass this to `applyDiscountCodeChange()` to remove a code.
273
+ */
220
274
  export interface DiscountCodeRemoveChange {
221
275
  /**
222
- * The type of the `DiscountCodeChange` API.
276
+ * Identifies this as a discount code removal. Set this when creating a change to remove a discount code from the checkout.
223
277
  */
224
278
  type: 'removeDiscountCode';
225
279
  /**
226
- * The code for the discount (case-insensitive)
280
+ * The discount code to remove. Codes are case-insensitive.
227
281
  */
228
282
  code: string;
229
283
  }
284
+ /**
285
+ * The result of a successful discount code change. The `type` property is `'success'`.
286
+ */
230
287
  export interface DiscountCodeChangeResultSuccess {
231
288
  /**
232
289
  * Indicates that the discount code change was applied successfully.
233
290
  */
234
291
  type: 'success';
235
292
  }
293
+ /**
294
+ * The result of a failed discount code change. Check the `message` property for details about what went wrong.
295
+ */
236
296
  export interface DiscountCodeChangeResultError {
237
297
  /**
238
- * Indicates that the discount code change failed.
298
+ * Indicates that the discount code change couldn't be applied. Check the `message` property for details.
239
299
  */
240
300
  type: 'error';
241
301
  /**
242
302
  * A message that explains the error. This message is useful for debugging.
243
- * It is **not** localized, and therefore should not be presented directly
244
- * to the buyer.
303
+ * It isn't localized and shouldn't be displayed to the buyer.
245
304
  */
246
305
  message: string;
247
306
  }
307
+ /**
308
+ * The input for `applyGiftCardChange()`. Pass either a `GiftCardAddChange` (with `type: 'addGiftCard'`) to apply a gift card or a `GiftCardRemoveChange` (with `type: 'removeGiftCard'`) to remove it.
309
+ */
248
310
  export type GiftCardChange = GiftCardAddChange | GiftCardRemoveChange;
311
+ /**
312
+ * The result of calling `applyGiftCardChange()`. Use the `type` property to determine whether the change succeeded or failed.
313
+ */
249
314
  export type GiftCardChangeResult = GiftCardChangeResultSuccess | GiftCardChangeResultError;
315
+ /**
316
+ * Applies a gift card to the checkout. Pass this to `applyGiftCardChange()` to add a gift card.
317
+ */
250
318
  export interface GiftCardAddChange {
251
319
  /**
252
- * The type of the `GiftCardChange` API.
320
+ * Identifies this as a gift card addition. Set this when creating a change to apply a gift card to the checkout.
253
321
  */
254
322
  type: 'addGiftCard';
255
323
  /**
256
- * Gift card code.
324
+ * The full gift card code to apply to the checkout.
257
325
  */
258
326
  code: string;
259
327
  }
328
+ /**
329
+ * Removes a gift card from the checkout. Pass this to `applyGiftCardChange()` to remove a gift card.
330
+ */
260
331
  export interface GiftCardRemoveChange {
261
332
  /**
262
- * The type of the `GiftCardChange` API.
333
+ * Identifies this as a gift card removal. Set this when creating a change to remove a gift card from the checkout.
263
334
  */
264
335
  type: 'removeGiftCard';
265
336
  /**
266
- * The full gift card code, or the last four digits of the code.
337
+ * The gift card code to remove. You can pass either the full code or
338
+ * just the last four characters.
267
339
  */
268
340
  code: string;
269
341
  }
342
+ /**
343
+ * The result of a successful gift card change. The `type` property is `'success'`.
344
+ */
270
345
  export interface GiftCardChangeResultSuccess {
271
346
  /**
272
347
  * Indicates that the gift card change was applied successfully.
273
348
  */
274
349
  type: 'success';
275
350
  }
351
+ /**
352
+ * The result of a failed gift card change. Check the `message` property for details about what went wrong.
353
+ */
276
354
  export interface GiftCardChangeResultError {
277
355
  /**
278
- * Indicates that the gift card change failed.
356
+ * Indicates that the gift card change couldn't be applied. Check the `message` property for details.
279
357
  */
280
358
  type: 'error';
281
359
  /**
282
360
  * A message that explains the error. This message is useful for debugging.
283
- * It is **not** localized, and therefore should not be presented directly
361
+ * It isn't localized and shouldn't be displayed to the buyer.
362
+ *
363
+ * Render your own localized error text rather than displaying this message
284
364
  * to the buyer.
285
365
  */
286
366
  message: string;
@@ -304,10 +384,10 @@ export interface MetafieldRemoveChange {
304
384
  */
305
385
  namespace: string;
306
386
  }
307
- /** Removes a cart metafield. */
387
+ /** Removes a cart [metafield](https://shopify.dev/docs/apps/build/custom-data/metafields). Pass this to `applyMetafieldChange()` to delete a metafield by key and namespace. */
308
388
  export interface MetafieldRemoveCartChange {
309
389
  /**
310
- * The type of the `MetafieldRemoveChange` API.
390
+ * Identifies this as a cart metafield removal. Set this when creating a change to delete an existing metafield by key and namespace.
311
391
  */
312
392
  type: 'removeCartMetafield';
313
393
  /**
@@ -338,167 +418,198 @@ export interface MetafieldUpdateChange {
338
418
  /** The new information to store in the metafield. */
339
419
  value: string | number;
340
420
  /**
341
- * The metafields information type.
421
+ * The metafield's information type.
342
422
  */
343
423
  valueType: 'integer' | 'string' | 'json_string';
344
424
  }
345
425
  /**
346
- * Updates a cart metafield. If a metafield with the
347
- * provided key and namespace does not already exist, it gets created.
426
+ * Creates or updates a cart [metafield](https://shopify.dev/docs/apps/build/custom-data/metafields). Pass this to `applyMetafieldChange()` to set a metafield value. If a metafield with the provided key and namespace doesn't already exist, then it gets created.
348
427
  */
349
428
  export interface MetafieldUpdateCartChange {
350
429
  /**
351
- * The type of the `MetafieldUpdateChange` API.
430
+ * Identifies this as a cart metafield creation or update. Set this when creating a change to set a metafield value.
352
431
  */
353
432
  type: 'updateCartMetafield';
433
+ /**
434
+ * The metafield data to set on the cart. If a metafield with this key and namespace already exists, then its value is replaced.
435
+ */
354
436
  metafield: {
355
437
  /** The name of the metafield to update. */
356
438
  key: string;
357
- /** The namespace of the metafield to add. */
439
+ /** The namespace of the metafield to update. */
358
440
  namespace?: string;
359
441
  /** The new information to store in the metafield. */
360
442
  value: string;
361
443
  /**
362
- * The metafields information type.
363
- * See the [`metafields documentation`](https://shopify.dev/docs/apps/custom-data/metafields/types) for a list of supported types.
444
+ * The metafield's information type.
445
+ * See the [metafield types documentation](https://shopify.dev/docs/apps/build/custom-data/metafields/list-of-data-types) for a list of supported types.
364
446
  */
365
447
  type: string;
366
448
  };
367
449
  }
450
+ /**
451
+ * The input for `applyMetafieldChange()`. Use the `type` property to specify the operation.
452
+ *
453
+ * - `MetafieldRemoveCartChange` (`type: 'removeCartMetafield'`): Removes an existing cart [metafield](https://shopify.dev/docs/apps/build/custom-data/metafields).
454
+ * - `MetafieldUpdateCartChange` (`type: 'updateCartMetafield'`): Creates or updates a cart metafield.
455
+ * - `MetafieldRemoveChange` (`type: 'removeMetafield'`) - Deprecated. Use `MetafieldRemoveCartChange` instead.
456
+ * - `MetafieldUpdateChange` (`type: 'updateMetafield'`) - Deprecated. Use `MetafieldUpdateCartChange` instead.
457
+ */
368
458
  export type MetafieldChange = MetafieldRemoveChange | MetafieldUpdateChange | MetafieldRemoveCartChange | MetafieldUpdateCartChange;
459
+ /**
460
+ * The result of a successful metafield change. The `type` property is `'success'`.
461
+ */
369
462
  export interface MetafieldChangeResultSuccess {
370
463
  /**
371
- * The type of the `MetafieldChangeResultSuccess` API.
464
+ * Indicates that the metafield change was applied successfully.
372
465
  */
373
466
  type: 'success';
374
467
  }
468
+ /**
469
+ * The result of a failed metafield change. Check the `message` property for details about what went wrong.
470
+ */
375
471
  export interface MetafieldChangeResultError {
376
472
  /**
377
- * The type of the `MetafieldChangeResultError` API.
473
+ * Indicates that the metafield change couldn't be applied. Check the `message` property for details.
378
474
  */
379
475
  type: 'error';
380
476
  /**
381
477
  * A message that explains the error. This message is useful for debugging.
382
- * It is **not** localized, and therefore should not be presented directly
478
+ * It isn't localized and shouldn't be displayed to the buyer.
479
+ *
480
+ * Render your own localized error text rather than displaying this message
383
481
  * to the buyer.
384
482
  */
385
483
  message: string;
386
484
  }
485
+ /**
486
+ * The result of calling `applyMetafieldChange()`. Use the `type` property to determine whether the change succeeded or failed.
487
+ */
387
488
  export type MetafieldChangeResult = MetafieldChangeResultSuccess | MetafieldChangeResultError;
489
+ /**
490
+ * Updates the buyer's shipping address on the checkout. Pass this to `applyShippingAddressChange()` to modify specific address fields without replacing the entire address.
491
+ */
388
492
  export interface ShippingAddressUpdateChange {
389
493
  /**
390
- * The type of the `ShippingAddressUpdateChange` API.
494
+ * Identifies this as a shipping address update. This is the only supported change type for `applyShippingAddressChange()`.
391
495
  */
392
496
  type: 'updateShippingAddress';
393
497
  /**
394
498
  * Fields to update in the shipping address. You only need to provide
395
- * values for the fields you want to update any fields you do not list
396
- * will keep their current values.
499
+ * values for the fields you want to update. Any fields you don't list
500
+ * keep their current values.
397
501
  */
398
502
  address: Partial<ShippingAddress>;
399
503
  }
504
+ /**
505
+ * The input for `applyShippingAddressChange()`. Currently only supports `ShippingAddressUpdateChange` (with `type: 'updateShippingAddress'`).
506
+ */
400
507
  export type ShippingAddressChange = ShippingAddressUpdateChange;
401
508
  /**
402
- * The returned result of a successful update to the shipping address.
509
+ * The result of a successful shipping address change. The `type` property is `'success'` and `errors` is `null`.
403
510
  */
404
511
  export interface ShippingAddressChangeResultSuccess {
405
512
  /**
406
- * The type of the `ShippingAddressChangeResultSuccess` API.
513
+ * Indicates that the shipping address change was applied successfully.
407
514
  */
408
515
  type: 'success';
516
+ /**
517
+ * Always `null` for a successful address change. Present so that you can
518
+ * check `result.errors` without narrowing the union type first.
519
+ */
409
520
  errors: null;
410
521
  }
411
522
  /**
412
- * An error corresponding to a particular field from a given change
523
+ * An error corresponding to a particular field from a given change. Use the `field` property to determine which address field caused the error.
413
524
  */
414
525
  export interface ShippingAddressChangeFieldError {
415
526
  /**
416
- * field key from MailingAddress where the error occurred
527
+ * The `MailingAddress` field that caused the error, such as `'countryCode'` or `'zip'`. The value is `undefined` if the error isn't specific to a single field.
417
528
  */
418
529
  field?: keyof MailingAddress;
419
530
  /**
420
531
  * A message that explains the error. This message is useful for debugging.
421
- * It is **not** localized, and therefore should not be presented directly
422
- * to the buyer.
532
+ * It isn't localized and shouldn't be displayed to the buyer.
423
533
  */
424
534
  message: string;
425
535
  }
426
536
  /**
427
- * The returned result of an update to the shipping address
428
- * with a messages detailing the type of errors that occurred.
537
+ * The result of a failed shipping address change. Check the `errors` array for field-level details about what went wrong.
429
538
  */
430
539
  export interface ShippingAddressChangeResultError {
431
540
  /**
432
- * The type of the `ShippingAddressChangeResultError` API.
541
+ * Indicates that the shipping address change couldn't be applied. Check the `errors` array for field-level details.
433
542
  */
434
543
  type: 'error';
435
544
  /**
436
- * The errors corresponding to particular fields from a given change
545
+ * The list of field-level errors that prevented the address change. Each entry identifies which address field failed and why.
437
546
  */
438
547
  errors: ShippingAddressChangeFieldError[];
439
548
  }
549
+ /**
550
+ * The result of calling `applyShippingAddressChange()`. Use the `type` property to determine whether the change succeeded or failed. On failure, the `errors` array contains field-level details.
551
+ */
440
552
  export type ShippingAddressChangeResult = ShippingAddressChangeResultSuccess | ShippingAddressChangeResultError;
553
+ /**
554
+ * Methods for modifying the checkout, including cart lines, discount codes, gift cards, metafields, notes, attributes, and the shipping address. Each method returns a promise that resolves with a result indicating success or failure.
555
+ */
441
556
  export interface CheckoutApi {
442
557
  /**
443
- * Performs an update on an attribute attached to the cart and checkout. If
444
- * successful, this mutation results in an update to the value retrieved
445
- * through the [`attributes`](https://shopify.dev/docs/api/checkout-ui-extensions/apis/attributes#standardapi-propertydetail-attributes) property.
558
+ * Updates or removes an attribute on the cart and checkout. On success, the
559
+ * [`attributes`](https://shopify.dev/docs/api/checkout-ui-extensions/{API_VERSION}/apis/attributes#properties-propertydetail-attributes) property updates to reflect the change.
446
560
  *
447
- * > Note: This method will return an error if the [cart instruction](https://shopify.dev/docs/api/checkout-ui-extensions/apis/cart-instructions#standardapi-propertydetail-instructions) `attributes.canUpdateAttributes` is false, or the buyer is using an accelerated checkout method, such as Apple Pay or Google Pay.
561
+ * > Note: This method returns an error if the [cart instruction](https://shopify.dev/docs/api/checkout-ui-extensions/{API_VERSION}/apis/cart-instructions#properties-propertydetail-instructions) `attributes.canUpdateAttributes` is false, or the buyer is using an accelerated checkout method, such as Apple Pay or Google Pay.
448
562
  *
449
- * @deprecated - Consumers should use cart metafields instead.
563
+ * @deprecated Use cart metafields instead.
450
564
  */
451
565
  applyAttributeChange(change: AttributeChange): Promise<AttributeChangeResult>;
452
566
  /**
453
- * Performs an update on the merchandise line items. It resolves when the new
454
- * line items have been negotiated and results in an update to the value
455
- * retrieved through the
456
- * [`lines`](https://shopify.dev/docs/api/checkout-ui-extensions/apis/cart-lines#standardapi-propertydetail-lines)
457
- * property.
567
+ * Adds, removes, or updates line items in the cart. The returned promise resolves when the change has been applied by the server, and the [`lines`](https://shopify.dev/docs/api/checkout-ui-extensions/{API_VERSION}/apis/cart-lines#properties-propertydetail-lines) property updates with the new state.
458
568
  *
459
- * > Note: This method will return an error if the [cart instruction](https://shopify.dev/docs/api/checkout-ui-extensions/apis/cart-instructions#standardapi-propertydetail-instructions) `lines.canAddCartLine` is false, or the buyer is using an accelerated checkout method, such as Apple Pay or Google Pay.
569
+ * Accepts a single change per call. To make multiple changes, call this
570
+ * method separately for each one.
571
+ *
572
+ * > Note: This method returns an error if the [cart instruction](https://shopify.dev/docs/api/checkout-ui-extensions/{API_VERSION}/apis/cart-instructions#properties-propertydetail-instructions) `lines.canAddCartLine` is false, or the buyer is using an accelerated checkout method, such as Apple Pay or Google Pay.
460
573
  */
461
574
  applyCartLinesChange(change: CartLineChange): Promise<CartLineChangeResult>;
462
575
  /**
463
- * Performs an update on the discount codes.
464
- * It resolves when the new discount codes have been negotiated and results in an update
465
- * to the value retrieved through the [`discountCodes`](https://shopify.dev/docs/api/checkout-ui-extensions/apis/discounts#standardapi-propertydetail-discountcodes) property.
576
+ * Adds or removes a discount code on the checkout. The returned promise resolves when the change has been applied by the server, and the [`discountCodes`](https://shopify.dev/docs/api/checkout-ui-extensions/{API_VERSION}/apis/discounts#properties-propertydetail-discountcodes) property updates with the new state.
466
577
  *
467
578
  * > Caution:
468
- * > See [security considerations](https://shopify.dev/docs/api/checkout-ui-extensions/configuration#network-access) if your extension retrieves discount codes through a network call.
579
+ * > See [security considerations](https://shopify.dev/docs/api/checkout-ui-extensions/{API_VERSION}/configuration#network-access) if your extension retrieves discount codes through a network call.
469
580
  *
470
- * > Note: This method will return an error if the [cart instruction](https://shopify.dev/docs/api/checkout-ui-extensions/apis/cart-instructions#standardapi-propertydetail-instructions) `discounts.canUpdateDiscountCodes` is false, or the buyer is using an accelerated checkout method, such as Apple Pay or Google Pay.
581
+ * > Note: This method returns an error if the [cart instruction](https://shopify.dev/docs/api/checkout-ui-extensions/{API_VERSION}/apis/cart-instructions#properties-propertydetail-instructions) `discounts.canUpdateDiscountCodes` is false, or the buyer is using an accelerated checkout method, such as Apple Pay or Google Pay.
471
582
  */
472
583
  applyDiscountCodeChange(change: DiscountCodeChange): Promise<DiscountCodeChangeResult>;
473
584
  /**
474
- * Performs an update on the gift cards.
475
- * It resolves when gift card change have been negotiated and results in an update
476
- * to the value retrieved through the [`appliedGiftCards`](https://shopify.dev/docs/api/checkout-ui-extensions/apis/gift-cards#standardapi-propertydetail-appliedgiftcards) property.
585
+ * Adds or removes a gift card from the checkout. The returned promise resolves when the change has been applied by the server, and the [`appliedGiftCards`](https://shopify.dev/docs/api/checkout-ui-extensions/{API_VERSION}/apis/gift-cards#properties-propertydetail-appliedgiftcards) property updates with the new state.
586
+ *
587
+ * Unlike other write operations, gift card changes aren't gated by a cart
588
+ * instruction flag.
477
589
  *
478
590
  * > Caution:
479
- * > See [security considerations](https://shopify.dev/docs/api/checkout-ui-extensions/configuration#network-access) if your extension retrieves gift card codes through a network call.
591
+ * > See [security considerations](https://shopify.dev/docs/api/checkout-ui-extensions/{API_VERSION}/configuration#network-access) if your extension retrieves gift card codes through a network call.
480
592
  *
481
- * > Note: This method will return an error if the buyer is using an accelerated checkout method, such as Apple Pay or Google Pay.
593
+ * > Note: This method returns an error if the buyer is using an accelerated checkout method, such as Apple Pay or Google Pay.
482
594
  */
483
595
  applyGiftCardChange(change: GiftCardChange): Promise<GiftCardChangeResult>;
484
596
  /**
485
- * Performs an update on a piece of metadata attached to the checkout. If
486
- * successful, this mutation results in an update to the value retrieved
487
- * through the [`metafields`](https://shopify.dev/docs/api/checkout-ui-extensions/apis/metafields#standardapi-propertydetail-metafields) property.
597
+ * Creates, updates, or removes a cart metafield on the checkout. On success, the
598
+ * [`metafields`](https://shopify.dev/docs/api/checkout-ui-extensions/{API_VERSION}/apis/metafields#properties-propertydetail-metafields) property updates to reflect the change.
488
599
  *
489
- * Cart metafields will be copied to order metafields at order creation time if there is a matching order metafield definition with the [`cart to order copyable`](https://shopify.dev/docs/apps/build/metafields/use-metafield-capabilities#cart-to-order-copyable) capability enabled.
600
+ * Cart metafields are copied to order metafields at order creation time if there's a matching order metafield definition with the [`cart to order copyable`](https://shopify.dev/docs/apps/build/metafields/use-metafield-capabilities#cart-to-order-copyable) capability enabled.
490
601
  *
491
- * > Caution: `MetafieldRemoveChange` and `MetafieldUpdateChange` are deprecated. Use cart metafields with `MetafieldRemoveCartChange` and `MetafieldUpdateCartChange` instead. If `MetafieldUpdateChange` writes a metafield with the same namespace and key as a cart metafield thats configured to copy, the cart metafield wont be copied.
602
+ * > Caution: `MetafieldRemoveChange` and `MetafieldUpdateChange` are deprecated. Use cart metafields with `MetafieldRemoveCartChange` and `MetafieldUpdateCartChange` instead. If `MetafieldUpdateChange` writes a metafield with the same namespace and key as a cart metafield that's configured to copy, the cart metafield won't be copied.
492
603
  *
493
- * > Note: This method will return an error if the [cart instruction](https://shopify.dev/docs/api/checkout-ui-extensions/apis/cart-instructions#standardapi-propertydetail-instructions) `metafields.canSetCartMetafields` is false, or the buyer is using an accelerated checkout method, such as Apple Pay or Google Pay.
604
+ * > Note: This method returns an error if the [cart instruction](https://shopify.dev/docs/api/checkout-ui-extensions/{API_VERSION}/apis/cart-instructions#properties-propertydetail-instructions) `metafields.canSetCartMetafields` is false, or the buyer is using an accelerated checkout method, such as Apple Pay or Google Pay.
494
605
  */
495
606
  applyMetafieldChange(change: MetafieldChange): Promise<MetafieldChangeResult>;
496
607
  /**
497
- * Performs an update on the note attached to the cart and checkout. If
498
- * successful, this mutation results in an update to the value retrieved
499
- * through the [`note`](https://shopify.dev/docs/api/checkout-ui-extensions/apis/note#standardapi-propertydetail-note) property.
608
+ * Sets or removes the buyer's note on the checkout. On success, the
609
+ * [`note`](https://shopify.dev/docs/api/checkout-ui-extensions/{API_VERSION}/apis/note#properties-propertydetail-note)
610
+ * property updates to reflect the change.
500
611
  *
501
- * > Note: This method will return an error if the [cart instruction](https://shopify.dev/docs/api/checkout-ui-extensions/apis/cart-instructions#standardapi-propertydetail-instructions) `notes.canUpdateNote` is false, or the buyer is using an accelerated checkout method, such as Apple Pay or Google Pay.
612
+ * > Note: This method returns an error if the [cart instruction](https://shopify.dev/docs/api/checkout-ui-extensions/{API_VERSION}/apis/cart-instructions#properties-propertydetail-instructions) `notes.canUpdateNote` is false, or the buyer is using an accelerated checkout method, such as Apple Pay or Google Pay.
502
613
  */
503
614
  applyNoteChange(change: NoteChange): Promise<NoteChangeResult>;
504
615
  /**
@@ -506,14 +617,13 @@ export interface CheckoutApi {
506
617
  */
507
618
  experimentalIsShopAppStyle?: boolean;
508
619
  /**
509
- * Performs an update of the shipping address. Shipping address changes will
510
- * completely overwrite the existing shipping address added by the user without
511
- * any prompts. If successful, this mutation results in an update to the value
512
- * retrieved through the `shippingAddress` property.
620
+ * Updates the buyer's shipping address on the checkout. The provided fields
621
+ * are merged into the existing address without prompting the buyer. On success,
622
+ * the `shippingAddress` property updates to reflect the change.
513
623
  *
514
- * > Note: This method will return an error if the [cart instruction](https://shopify.dev/docs/api/checkout-ui-extensions/apis/cart-instructions#standardapi-propertydetail-instructions) `delivery.canSelectCustomAddress` is false, or the buyer is using an accelerated checkout method, such as Apple Pay or Google Pay.
624
+ * > Note: This method returns an error if the [cart instruction](https://shopify.dev/docs/api/checkout-ui-extensions/{API_VERSION}/apis/cart-instructions#properties-propertydetail-instructions) `delivery.canSelectCustomAddress` is false, or the buyer is using an accelerated checkout method, such as Apple Pay or Google Pay.
515
625
  *
516
- * {% include /apps/checkout/privacy-icon.md %} Requires access to [protected customer data](/docs/apps/store/data-protection/protected-customer-data).
626
+ * {% include /apps/checkout/privacy-icon.md %} Requires access to [protected customer data](https://shopify.dev/docs/apps/store/data-protection/protected-customer-data).
517
627
  */
518
628
  applyShippingAddressChange?(change: ShippingAddressChange): Promise<ShippingAddressChangeResult>;
519
629
  }