@shopify/ui-extensions 2026.4.2 → 2026.4.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 (850) hide show
  1. package/build/cjs/surfaces/checkout/preact/localized-fields.js +2 -0
  2. package/build/esm/surfaces/checkout/preact/localized-fields.mjs +2 -0
  3. package/build/esnext/surfaces/checkout/preact/localized-fields.esnext +2 -0
  4. package/build/ts/surfaces/admin/api/discount-function-settings/launch-options.d.ts +20 -0
  5. package/build/ts/surfaces/admin/api/discount-function-settings/launch-options.d.ts.map +1 -1
  6. package/build/ts/surfaces/admin/components/Badge.d.ts +1 -1
  7. package/build/ts/surfaces/admin/components/Button.d.ts +1 -1
  8. package/build/ts/surfaces/admin/components/Clickable.d.ts +7 -7
  9. package/build/ts/surfaces/admin/components/Grid.d.ts +12 -12
  10. package/build/ts/surfaces/admin/components/GridItem.d.ts +7 -7
  11. package/build/ts/surfaces/admin/components/Image.d.ts +7 -7
  12. package/build/ts/surfaces/admin/components/Stack.d.ts +11 -11
  13. package/build/ts/surfaces/admin/components/TextField.d.ts +1 -1
  14. package/build/ts/surfaces/checkout/api/address-autocomplete/standard.d.ts +1 -1
  15. package/build/ts/surfaces/checkout/api/address-autocomplete/suggest.d.ts +2 -2
  16. package/build/ts/surfaces/checkout/api/cart-line/cart-line-item.d.ts +4 -0
  17. package/build/ts/surfaces/checkout/api/cart-line/cart-line-item.d.ts.map +1 -1
  18. package/build/ts/surfaces/checkout/api/checkout/checkout.d.ts +30 -12
  19. package/build/ts/surfaces/checkout/api/checkout/checkout.d.ts.map +1 -1
  20. package/build/ts/surfaces/checkout/api/order-confirmation/order-confirmation.d.ts +2 -0
  21. package/build/ts/surfaces/checkout/api/order-confirmation/order-confirmation.d.ts.map +1 -1
  22. package/build/ts/surfaces/checkout/api/pickup/pickup-location-item.d.ts +8 -0
  23. package/build/ts/surfaces/checkout/api/pickup/pickup-location-item.d.ts.map +1 -1
  24. package/build/ts/surfaces/checkout/api/pickup/pickup-point-list.d.ts +3 -3
  25. package/build/ts/surfaces/checkout/api/shared.d.ts +3 -0
  26. package/build/ts/surfaces/checkout/api/shared.d.ts.map +1 -1
  27. package/build/ts/surfaces/checkout/api/shipping/shipping-option-item.d.ts +8 -0
  28. package/build/ts/surfaces/checkout/api/shipping/shipping-option-item.d.ts.map +1 -1
  29. package/build/ts/surfaces/checkout/api/standard/standard.d.ts +94 -32
  30. package/build/ts/surfaces/checkout/api/standard/standard.d.ts.map +1 -1
  31. package/build/ts/surfaces/checkout/components/Announcement.d.ts +3 -3
  32. package/build/ts/surfaces/checkout/components/Checkbox.d.ts +44 -7
  33. package/build/ts/surfaces/checkout/components/Paragraph.d.ts +9 -10
  34. package/build/ts/surfaces/checkout/components/components-shared.d.ts +32 -3
  35. package/build/ts/surfaces/checkout/components/components.d.ts +9 -13
  36. package/build/ts/surfaces/checkout/preact/localized-fields.d.ts +2 -0
  37. package/build/ts/surfaces/checkout/preact/localized-fields.d.ts.map +1 -1
  38. package/build/ts/surfaces/customer-account/api/cart-line/cart-line-item.d.ts +1 -1
  39. package/build/ts/surfaces/customer-account/api/order-status/order-status.d.ts +27 -2
  40. package/build/ts/surfaces/customer-account/api/order-status/order-status.d.ts.map +1 -1
  41. package/build/ts/surfaces/customer-account/api/shared.d.ts +10 -8
  42. package/build/ts/surfaces/customer-account/api/shared.d.ts.map +1 -1
  43. package/build/ts/surfaces/customer-account/api/standard-api/standard-api.d.ts +2 -2
  44. package/build/ts/surfaces/customer-account/components/Announcement.d.ts +3 -3
  45. package/build/ts/surfaces/customer-account/components/Avatar.d.ts +2 -0
  46. package/build/ts/surfaces/customer-account/components/Checkbox.d.ts +44 -7
  47. package/build/ts/surfaces/customer-account/components/Paragraph.d.ts +9 -10
  48. package/build/ts/surfaces/customer-account/components/components-shared.d.ts +32 -3
  49. package/build/ts/surfaces/customer-account/components/components.d.ts +9 -13
  50. package/build/ts/surfaces/point-of-sale/components/QrCode.d.ts +5 -5
  51. package/build/ts/surfaces/point-of-sale/components/components-shared.d.ts +107 -113
  52. package/build/ts/surfaces/point-of-sale/components/targets/ReceiptComponents.d.ts +1 -1
  53. package/build/ts/surfaces/point-of-sale/components/targets/StandardComponents.d.ts +1 -1
  54. package/build/ts/surfaces/point-of-sale/components/targets/StandardComponents.d.ts.map +1 -1
  55. package/build/ts/surfaces/point-of-sale/event/data/ExchangeTransactionData.d.ts +1 -1
  56. package/build/ts/surfaces/point-of-sale/event/data/ReprintReceiptData.d.ts +1 -1
  57. package/build/ts/surfaces/point-of-sale/event/data/ReturnTransactionData.d.ts +1 -1
  58. package/build/ts/surfaces/point-of-sale/event/data/SaleTransactionData.d.ts +1 -1
  59. package/build/ts/surfaces/point-of-sale/event/data/TransactionCompleteData.d.ts +1 -18
  60. package/build/ts/surfaces/point-of-sale/event/data/TransactionCompleteData.d.ts.map +1 -1
  61. package/build/ts/surfaces/point-of-sale/event/data.d.ts +1 -3
  62. package/build/ts/surfaces/point-of-sale/event/data.d.ts.map +1 -1
  63. package/build/ts/surfaces/point-of-sale/extension-targets.d.ts +33 -26
  64. package/build/ts/surfaces/point-of-sale/extension-targets.d.ts.map +1 -1
  65. package/build/ts/surfaces/point-of-sale/targets/pos.cart.line-item-details.action.render.d.ts +0 -1
  66. package/build/ts/surfaces/point-of-sale/targets/pos.customer-details.action.render.d.ts +0 -1
  67. package/build/ts/surfaces/point-of-sale/targets/pos.draft-order-details.action.render.d.ts +0 -1
  68. package/build/ts/surfaces/point-of-sale/targets/pos.exchange.post.action.render.d.ts +0 -1
  69. package/build/ts/surfaces/point-of-sale/targets/pos.home.modal.render.d.ts +0 -1
  70. package/build/ts/surfaces/point-of-sale/targets/pos.order-details.action.render.d.ts +0 -1
  71. package/build/ts/surfaces/point-of-sale/targets/pos.product-details.action.render.d.ts +0 -1
  72. package/build/ts/surfaces/point-of-sale/targets/pos.purchase.post.action.render.d.ts +0 -1
  73. package/build/ts/surfaces/point-of-sale/targets/pos.register-details.action.render.d.ts +0 -1
  74. package/build/ts/surfaces/point-of-sale/targets/pos.return.post.action.render.d.ts +0 -1
  75. package/build/ts/surfaces/point-of-sale/types/base-transaction-complete.d.ts +1 -1
  76. package/build/tsconfig.tsbuildinfo +1 -1
  77. package/package.json +2 -4
  78. package/src/surfaces/admin/api/discount-function-settings/launch-options.ts +21 -0
  79. package/src/surfaces/admin/components/Badge.d.ts +1 -1
  80. package/src/surfaces/admin/components/Button.d.ts +1 -1
  81. package/src/surfaces/admin/components/Clickable.d.ts +7 -7
  82. package/src/surfaces/admin/components/Grid.d.ts +12 -12
  83. package/src/surfaces/admin/components/GridItem.d.ts +7 -7
  84. package/src/surfaces/admin/components/Image.d.ts +7 -7
  85. package/src/surfaces/admin/components/Stack.d.ts +11 -11
  86. package/src/surfaces/admin/components/TextField.d.ts +1 -1
  87. package/src/surfaces/admin/components.d.ts +22 -22
  88. package/src/surfaces/checkout/api/address-autocomplete/standard.ts +1 -1
  89. package/src/surfaces/checkout/api/address-autocomplete/suggest.ts +2 -2
  90. package/src/surfaces/checkout/api/cart-line/cart-line-item.ts +4 -0
  91. package/src/surfaces/checkout/api/checkout/checkout.ts +30 -12
  92. package/src/surfaces/checkout/api/order-confirmation/order-confirmation.ts +2 -0
  93. package/src/surfaces/checkout/api/pickup/pickup-location-item.ts +8 -0
  94. package/src/surfaces/checkout/api/pickup/pickup-point-list.ts +3 -3
  95. package/src/surfaces/checkout/api/shared.ts +3 -0
  96. package/src/surfaces/checkout/api/shipping/shipping-option-item.ts +8 -0
  97. package/src/surfaces/checkout/api/standard/standard.ts +94 -32
  98. package/src/surfaces/checkout/components/Announcement.d.ts +3 -3
  99. package/src/surfaces/checkout/components/Checkbox.d.ts +44 -7
  100. package/src/surfaces/checkout/components/Paragraph.d.ts +9 -10
  101. package/src/surfaces/checkout/components/components-shared.d.ts +32 -3
  102. package/src/surfaces/checkout/components/components.d.ts +9 -13
  103. package/src/surfaces/checkout/preact/localized-fields.ts +2 -0
  104. package/src/surfaces/customer-account/api/cart-line/cart-line-item.ts +1 -1
  105. package/src/surfaces/customer-account/api/order-status/order-status.ts +27 -2
  106. package/src/surfaces/customer-account/api/shared.ts +10 -8
  107. package/src/surfaces/customer-account/api/standard-api/standard-api.ts +2 -2
  108. package/src/surfaces/customer-account/components/Avatar.d.ts +2 -0
  109. package/src/surfaces/point-of-sale/components/QrCode.d.ts +5 -5
  110. package/src/surfaces/point-of-sale/components/components-shared.d.ts +107 -113
  111. package/src/surfaces/point-of-sale/components/targets/ReceiptComponents.ts +1 -1
  112. package/src/surfaces/point-of-sale/components/targets/StandardComponents.ts +0 -2
  113. package/src/surfaces/point-of-sale/components.d.ts +5 -3
  114. package/src/surfaces/point-of-sale/event/data/ExchangeTransactionData.ts +1 -1
  115. package/src/surfaces/point-of-sale/event/data/ReprintReceiptData.ts +1 -1
  116. package/src/surfaces/point-of-sale/event/data/ReturnTransactionData.ts +1 -1
  117. package/src/surfaces/point-of-sale/event/data/SaleTransactionData.ts +1 -1
  118. package/src/surfaces/point-of-sale/event/data/TransactionCompleteData.ts +1 -22
  119. package/src/surfaces/point-of-sale/event/data.ts +1 -10
  120. package/src/surfaces/point-of-sale/extension-targets.ts +33 -41
  121. package/src/surfaces/point-of-sale/types/base-transaction-complete.ts +1 -1
  122. package/build/ts/docs/shared/component-definitions.d.ts +0 -31
  123. package/build/ts/docs/shared/component-definitions.d.ts.map +0 -1
  124. package/build/ts/docs/shared/components/Abbreviation.d.ts +0 -4
  125. package/build/ts/docs/shared/components/Abbreviation.d.ts.map +0 -1
  126. package/build/ts/docs/shared/components/Announcement.d.ts +0 -4
  127. package/build/ts/docs/shared/components/Announcement.d.ts.map +0 -1
  128. package/build/ts/docs/shared/components/Avatar.d.ts +0 -4
  129. package/build/ts/docs/shared/components/Avatar.d.ts.map +0 -1
  130. package/build/ts/docs/shared/components/Badge.d.ts +0 -4
  131. package/build/ts/docs/shared/components/Badge.d.ts.map +0 -1
  132. package/build/ts/docs/shared/components/Banner.d.ts +0 -4
  133. package/build/ts/docs/shared/components/Banner.d.ts.map +0 -1
  134. package/build/ts/docs/shared/components/Box.d.ts +0 -4
  135. package/build/ts/docs/shared/components/Box.d.ts.map +0 -1
  136. package/build/ts/docs/shared/components/Button.d.ts +0 -4
  137. package/build/ts/docs/shared/components/Button.d.ts.map +0 -1
  138. package/build/ts/docs/shared/components/ButtonGroup.d.ts +0 -4
  139. package/build/ts/docs/shared/components/ButtonGroup.d.ts.map +0 -1
  140. package/build/ts/docs/shared/components/Checkbox.d.ts +0 -4
  141. package/build/ts/docs/shared/components/Checkbox.d.ts.map +0 -1
  142. package/build/ts/docs/shared/components/Chip.d.ts +0 -4
  143. package/build/ts/docs/shared/components/Chip.d.ts.map +0 -1
  144. package/build/ts/docs/shared/components/Choice.d.ts +0 -4
  145. package/build/ts/docs/shared/components/Choice.d.ts.map +0 -1
  146. package/build/ts/docs/shared/components/ChoiceList.d.ts +0 -4
  147. package/build/ts/docs/shared/components/ChoiceList.d.ts.map +0 -1
  148. package/build/ts/docs/shared/components/Clickable.d.ts +0 -4
  149. package/build/ts/docs/shared/components/Clickable.d.ts.map +0 -1
  150. package/build/ts/docs/shared/components/ClickableChip.d.ts +0 -4
  151. package/build/ts/docs/shared/components/ClickableChip.d.ts.map +0 -1
  152. package/build/ts/docs/shared/components/ClipboardItem.d.ts +0 -4
  153. package/build/ts/docs/shared/components/ClipboardItem.d.ts.map +0 -1
  154. package/build/ts/docs/shared/components/ColorField.d.ts +0 -4
  155. package/build/ts/docs/shared/components/ColorField.d.ts.map +0 -1
  156. package/build/ts/docs/shared/components/ColorPicker.d.ts +0 -4
  157. package/build/ts/docs/shared/components/ColorPicker.d.ts.map +0 -1
  158. package/build/ts/docs/shared/components/ConsentCheckbox.d.ts +0 -4
  159. package/build/ts/docs/shared/components/ConsentCheckbox.d.ts.map +0 -1
  160. package/build/ts/docs/shared/components/ConsentPhoneField.d.ts +0 -4
  161. package/build/ts/docs/shared/components/ConsentPhoneField.d.ts.map +0 -1
  162. package/build/ts/docs/shared/components/DateField.d.ts +0 -4
  163. package/build/ts/docs/shared/components/DateField.d.ts.map +0 -1
  164. package/build/ts/docs/shared/components/DatePicker.d.ts +0 -4
  165. package/build/ts/docs/shared/components/DatePicker.d.ts.map +0 -1
  166. package/build/ts/docs/shared/components/Details.d.ts +0 -4
  167. package/build/ts/docs/shared/components/Details.d.ts.map +0 -1
  168. package/build/ts/docs/shared/components/Divider.d.ts +0 -4
  169. package/build/ts/docs/shared/components/Divider.d.ts.map +0 -1
  170. package/build/ts/docs/shared/components/DropZone.d.ts +0 -4
  171. package/build/ts/docs/shared/components/DropZone.d.ts.map +0 -1
  172. package/build/ts/docs/shared/components/EmailField.d.ts +0 -4
  173. package/build/ts/docs/shared/components/EmailField.d.ts.map +0 -1
  174. package/build/ts/docs/shared/components/Form.d.ts +0 -4
  175. package/build/ts/docs/shared/components/Form.d.ts.map +0 -1
  176. package/build/ts/docs/shared/components/FunctionSettings.d.ts +0 -4
  177. package/build/ts/docs/shared/components/FunctionSettings.d.ts.map +0 -1
  178. package/build/ts/docs/shared/components/Grid.d.ts +0 -4
  179. package/build/ts/docs/shared/components/Grid.d.ts.map +0 -1
  180. package/build/ts/docs/shared/components/GridItem.d.ts +0 -4
  181. package/build/ts/docs/shared/components/GridItem.d.ts.map +0 -1
  182. package/build/ts/docs/shared/components/Heading.d.ts +0 -4
  183. package/build/ts/docs/shared/components/Heading.d.ts.map +0 -1
  184. package/build/ts/docs/shared/components/Icon.d.ts +0 -4
  185. package/build/ts/docs/shared/components/Icon.d.ts.map +0 -1
  186. package/build/ts/docs/shared/components/Image.d.ts +0 -4
  187. package/build/ts/docs/shared/components/Image.d.ts.map +0 -1
  188. package/build/ts/docs/shared/components/Link.d.ts +0 -4
  189. package/build/ts/docs/shared/components/Link.d.ts.map +0 -1
  190. package/build/ts/docs/shared/components/ListItem.d.ts +0 -4
  191. package/build/ts/docs/shared/components/ListItem.d.ts.map +0 -1
  192. package/build/ts/docs/shared/components/Map.d.ts +0 -4
  193. package/build/ts/docs/shared/components/Map.d.ts.map +0 -1
  194. package/build/ts/docs/shared/components/MapMarker.d.ts +0 -4
  195. package/build/ts/docs/shared/components/MapMarker.d.ts.map +0 -1
  196. package/build/ts/docs/shared/components/Menu.d.ts +0 -4
  197. package/build/ts/docs/shared/components/Menu.d.ts.map +0 -1
  198. package/build/ts/docs/shared/components/Modal.d.ts +0 -4
  199. package/build/ts/docs/shared/components/Modal.d.ts.map +0 -1
  200. package/build/ts/docs/shared/components/MoneyField.d.ts +0 -4
  201. package/build/ts/docs/shared/components/MoneyField.d.ts.map +0 -1
  202. package/build/ts/docs/shared/components/NumberField.d.ts +0 -4
  203. package/build/ts/docs/shared/components/NumberField.d.ts.map +0 -1
  204. package/build/ts/docs/shared/components/Option.d.ts +0 -4
  205. package/build/ts/docs/shared/components/Option.d.ts.map +0 -1
  206. package/build/ts/docs/shared/components/OptionGroup.d.ts +0 -4
  207. package/build/ts/docs/shared/components/OptionGroup.d.ts.map +0 -1
  208. package/build/ts/docs/shared/components/OrderedList.d.ts +0 -4
  209. package/build/ts/docs/shared/components/OrderedList.d.ts.map +0 -1
  210. package/build/ts/docs/shared/components/Page.d.ts +0 -4
  211. package/build/ts/docs/shared/components/Page.d.ts.map +0 -1
  212. package/build/ts/docs/shared/components/Paragraph.d.ts +0 -4
  213. package/build/ts/docs/shared/components/Paragraph.d.ts.map +0 -1
  214. package/build/ts/docs/shared/components/PasswordField.d.ts +0 -4
  215. package/build/ts/docs/shared/components/PasswordField.d.ts.map +0 -1
  216. package/build/ts/docs/shared/components/PaymentIcon.d.ts +0 -4
  217. package/build/ts/docs/shared/components/PaymentIcon.d.ts.map +0 -1
  218. package/build/ts/docs/shared/components/PhoneField.d.ts +0 -4
  219. package/build/ts/docs/shared/components/PhoneField.d.ts.map +0 -1
  220. package/build/ts/docs/shared/components/Popover.d.ts +0 -4
  221. package/build/ts/docs/shared/components/Popover.d.ts.map +0 -1
  222. package/build/ts/docs/shared/components/PressButton.d.ts +0 -4
  223. package/build/ts/docs/shared/components/PressButton.d.ts.map +0 -1
  224. package/build/ts/docs/shared/components/ProductThumbnail.d.ts +0 -4
  225. package/build/ts/docs/shared/components/ProductThumbnail.d.ts.map +0 -1
  226. package/build/ts/docs/shared/components/Progress.d.ts +0 -4
  227. package/build/ts/docs/shared/components/Progress.d.ts.map +0 -1
  228. package/build/ts/docs/shared/components/QRCode.d.ts +0 -4
  229. package/build/ts/docs/shared/components/QRCode.d.ts.map +0 -1
  230. package/build/ts/docs/shared/components/QueryContainer.d.ts +0 -4
  231. package/build/ts/docs/shared/components/QueryContainer.d.ts.map +0 -1
  232. package/build/ts/docs/shared/components/ScrollBox.d.ts +0 -4
  233. package/build/ts/docs/shared/components/ScrollBox.d.ts.map +0 -1
  234. package/build/ts/docs/shared/components/SearchField.d.ts +0 -4
  235. package/build/ts/docs/shared/components/SearchField.d.ts.map +0 -1
  236. package/build/ts/docs/shared/components/Section.d.ts +0 -4
  237. package/build/ts/docs/shared/components/Section.d.ts.map +0 -1
  238. package/build/ts/docs/shared/components/Select.d.ts +0 -4
  239. package/build/ts/docs/shared/components/Select.d.ts.map +0 -1
  240. package/build/ts/docs/shared/components/Sheet.d.ts +0 -4
  241. package/build/ts/docs/shared/components/Sheet.d.ts.map +0 -1
  242. package/build/ts/docs/shared/components/SkeletonParagraph.d.ts +0 -4
  243. package/build/ts/docs/shared/components/SkeletonParagraph.d.ts.map +0 -1
  244. package/build/ts/docs/shared/components/Spinner.d.ts +0 -4
  245. package/build/ts/docs/shared/components/Spinner.d.ts.map +0 -1
  246. package/build/ts/docs/shared/components/Stack.d.ts +0 -4
  247. package/build/ts/docs/shared/components/Stack.d.ts.map +0 -1
  248. package/build/ts/docs/shared/components/Summary.d.ts +0 -4
  249. package/build/ts/docs/shared/components/Summary.d.ts.map +0 -1
  250. package/build/ts/docs/shared/components/Switch.d.ts +0 -4
  251. package/build/ts/docs/shared/components/Switch.d.ts.map +0 -1
  252. package/build/ts/docs/shared/components/Table.d.ts +0 -4
  253. package/build/ts/docs/shared/components/Table.d.ts.map +0 -1
  254. package/build/ts/docs/shared/components/TableBody.d.ts +0 -4
  255. package/build/ts/docs/shared/components/TableBody.d.ts.map +0 -1
  256. package/build/ts/docs/shared/components/TableCell.d.ts +0 -4
  257. package/build/ts/docs/shared/components/TableCell.d.ts.map +0 -1
  258. package/build/ts/docs/shared/components/TableHeader.d.ts +0 -4
  259. package/build/ts/docs/shared/components/TableHeader.d.ts.map +0 -1
  260. package/build/ts/docs/shared/components/TableHeaderRow.d.ts +0 -4
  261. package/build/ts/docs/shared/components/TableHeaderRow.d.ts.map +0 -1
  262. package/build/ts/docs/shared/components/TableRow.d.ts +0 -4
  263. package/build/ts/docs/shared/components/TableRow.d.ts.map +0 -1
  264. package/build/ts/docs/shared/components/Text.d.ts +0 -4
  265. package/build/ts/docs/shared/components/Text.d.ts.map +0 -1
  266. package/build/ts/docs/shared/components/TextArea.d.ts +0 -4
  267. package/build/ts/docs/shared/components/TextArea.d.ts.map +0 -1
  268. package/build/ts/docs/shared/components/TextField.d.ts +0 -4
  269. package/build/ts/docs/shared/components/TextField.d.ts.map +0 -1
  270. package/build/ts/docs/shared/components/Thumbnail.d.ts +0 -4
  271. package/build/ts/docs/shared/components/Thumbnail.d.ts.map +0 -1
  272. package/build/ts/docs/shared/components/Time.d.ts +0 -4
  273. package/build/ts/docs/shared/components/Time.d.ts.map +0 -1
  274. package/build/ts/docs/shared/components/Tooltip.d.ts +0 -4
  275. package/build/ts/docs/shared/components/Tooltip.d.ts.map +0 -1
  276. package/build/ts/docs/shared/components/URLField.d.ts +0 -4
  277. package/build/ts/docs/shared/components/URLField.d.ts.map +0 -1
  278. package/build/ts/docs/shared/components/UnorderedList.d.ts +0 -4
  279. package/build/ts/docs/shared/components/UnorderedList.d.ts.map +0 -1
  280. package/build/ts/docs/shared/components/index.d.ts +0 -53
  281. package/build/ts/docs/shared/components/index.d.ts.map +0 -1
  282. package/build/ts/docs/shared/docs-type.d.ts +0 -4
  283. package/build/ts/docs/shared/docs-type.d.ts.map +0 -1
  284. package/build/ts/surfaces/admin/api/action/action.doc.d.ts +0 -4
  285. package/build/ts/surfaces/admin/api/action/action.doc.d.ts.map +0 -1
  286. package/build/ts/surfaces/admin/api/block/block.doc.d.ts +0 -4
  287. package/build/ts/surfaces/admin/api/block/block.doc.d.ts.map +0 -1
  288. package/build/ts/surfaces/admin/api/checkout-rules/validation-settings.doc.d.ts +0 -4
  289. package/build/ts/surfaces/admin/api/checkout-rules/validation-settings.doc.d.ts.map +0 -1
  290. package/build/ts/surfaces/admin/api/customer-segment-template/customer-segment-template.doc.d.ts +0 -4
  291. package/build/ts/surfaces/admin/api/customer-segment-template/customer-segment-template.doc.d.ts.map +0 -1
  292. package/build/ts/surfaces/admin/api/discount-function-settings/discount-function-settings.doc.d.ts +0 -4
  293. package/build/ts/surfaces/admin/api/discount-function-settings/discount-function-settings.doc.d.ts.map +0 -1
  294. package/build/ts/surfaces/admin/api/intents/intents.doc.d.ts +0 -4
  295. package/build/ts/surfaces/admin/api/intents/intents.doc.d.ts.map +0 -1
  296. package/build/ts/surfaces/admin/api/order-routing-rule/order-routing-rule.doc.d.ts +0 -4
  297. package/build/ts/surfaces/admin/api/order-routing-rule/order-routing-rule.doc.d.ts.map +0 -1
  298. package/build/ts/surfaces/admin/api/picker/picker.doc.d.ts +0 -4
  299. package/build/ts/surfaces/admin/api/picker/picker.doc.d.ts.map +0 -1
  300. package/build/ts/surfaces/admin/api/print-action/print-action.doc.d.ts +0 -4
  301. package/build/ts/surfaces/admin/api/print-action/print-action.doc.d.ts.map +0 -1
  302. package/build/ts/surfaces/admin/api/product-configuration/product-details-configuration.doc.d.ts +0 -4
  303. package/build/ts/surfaces/admin/api/product-configuration/product-details-configuration.doc.d.ts.map +0 -1
  304. package/build/ts/surfaces/admin/api/product-configuration/product-variant-details-configuration.doc.d.ts +0 -4
  305. package/build/ts/surfaces/admin/api/product-configuration/product-variant-details-configuration.doc.d.ts.map +0 -1
  306. package/build/ts/surfaces/admin/api/purchase-options-card-action.doc.d.ts +0 -4
  307. package/build/ts/surfaces/admin/api/purchase-options-card-action.doc.d.ts.map +0 -1
  308. package/build/ts/surfaces/admin/api/resource-picker/resource-picker.doc.d.ts +0 -4
  309. package/build/ts/surfaces/admin/api/resource-picker/resource-picker.doc.d.ts.map +0 -1
  310. package/build/ts/surfaces/admin/api/should-render/should-render.doc.d.ts +0 -4
  311. package/build/ts/surfaces/admin/api/should-render/should-render.doc.d.ts.map +0 -1
  312. package/build/ts/surfaces/admin/api/standard/standard.doc.d.ts +0 -4
  313. package/build/ts/surfaces/admin/api/standard/standard.doc.d.ts.map +0 -1
  314. package/build/ts/surfaces/admin/components/AdminAction/AdminAction.ext.doc.d.ts +0 -4
  315. package/build/ts/surfaces/admin/components/AdminAction/AdminAction.ext.doc.d.ts.map +0 -1
  316. package/build/ts/surfaces/admin/components/AdminBlock/AdminBlock.ext.doc.d.ts +0 -4
  317. package/build/ts/surfaces/admin/components/AdminBlock/AdminBlock.ext.doc.d.ts.map +0 -1
  318. package/build/ts/surfaces/admin/components/AdminPrintAction/AdminPrintAction.ext.doc.d.ts +0 -4
  319. package/build/ts/surfaces/admin/components/AdminPrintAction/AdminPrintAction.ext.doc.d.ts.map +0 -1
  320. package/build/ts/surfaces/admin/components/Avatar/Avatar.doc.d.ts +0 -4
  321. package/build/ts/surfaces/admin/components/Avatar/Avatar.doc.d.ts.map +0 -1
  322. package/build/ts/surfaces/admin/components/Badge/Badge.doc.d.ts +0 -4
  323. package/build/ts/surfaces/admin/components/Badge/Badge.doc.d.ts.map +0 -1
  324. package/build/ts/surfaces/admin/components/Banner/Banner.doc.d.ts +0 -4
  325. package/build/ts/surfaces/admin/components/Banner/Banner.doc.d.ts.map +0 -1
  326. package/build/ts/surfaces/admin/components/Box/Box.doc.d.ts +0 -4
  327. package/build/ts/surfaces/admin/components/Box/Box.doc.d.ts.map +0 -1
  328. package/build/ts/surfaces/admin/components/Button/Button.doc.d.ts +0 -4
  329. package/build/ts/surfaces/admin/components/Button/Button.doc.d.ts.map +0 -1
  330. package/build/ts/surfaces/admin/components/ButtonGroup/ButtonGroup.doc.d.ts +0 -4
  331. package/build/ts/surfaces/admin/components/ButtonGroup/ButtonGroup.doc.d.ts.map +0 -1
  332. package/build/ts/surfaces/admin/components/Checkbox/Checkbox.doc.d.ts +0 -4
  333. package/build/ts/surfaces/admin/components/Checkbox/Checkbox.doc.d.ts.map +0 -1
  334. package/build/ts/surfaces/admin/components/Chip/Chip.doc.d.ts +0 -4
  335. package/build/ts/surfaces/admin/components/Chip/Chip.doc.d.ts.map +0 -1
  336. package/build/ts/surfaces/admin/components/ChoiceList/ChoiceList.doc.d.ts +0 -4
  337. package/build/ts/surfaces/admin/components/ChoiceList/ChoiceList.doc.d.ts.map +0 -1
  338. package/build/ts/surfaces/admin/components/Clickable/Clickable.doc.d.ts +0 -4
  339. package/build/ts/surfaces/admin/components/Clickable/Clickable.doc.d.ts.map +0 -1
  340. package/build/ts/surfaces/admin/components/ClickableChip/ClickableChip.doc.d.ts +0 -4
  341. package/build/ts/surfaces/admin/components/ClickableChip/ClickableChip.doc.d.ts.map +0 -1
  342. package/build/ts/surfaces/admin/components/ColorField/ColorField.doc.d.ts +0 -4
  343. package/build/ts/surfaces/admin/components/ColorField/ColorField.doc.d.ts.map +0 -1
  344. package/build/ts/surfaces/admin/components/ColorPicker/ColorPicker.doc.d.ts +0 -4
  345. package/build/ts/surfaces/admin/components/ColorPicker/ColorPicker.doc.d.ts.map +0 -1
  346. package/build/ts/surfaces/admin/components/DateField/DateField.doc.d.ts +0 -4
  347. package/build/ts/surfaces/admin/components/DateField/DateField.doc.d.ts.map +0 -1
  348. package/build/ts/surfaces/admin/components/DatePicker/DatePicker.doc.d.ts +0 -4
  349. package/build/ts/surfaces/admin/components/DatePicker/DatePicker.doc.d.ts.map +0 -1
  350. package/build/ts/surfaces/admin/components/Divider/Divider.doc.d.ts +0 -4
  351. package/build/ts/surfaces/admin/components/Divider/Divider.doc.d.ts.map +0 -1
  352. package/build/ts/surfaces/admin/components/DropZone/DropZone.doc.d.ts +0 -4
  353. package/build/ts/surfaces/admin/components/DropZone/DropZone.doc.d.ts.map +0 -1
  354. package/build/ts/surfaces/admin/components/EmailField/EmailField.doc.d.ts +0 -4
  355. package/build/ts/surfaces/admin/components/EmailField/EmailField.doc.d.ts.map +0 -1
  356. package/build/ts/surfaces/admin/components/Form/Form.ext.doc.d.ts +0 -4
  357. package/build/ts/surfaces/admin/components/Form/Form.ext.doc.d.ts.map +0 -1
  358. package/build/ts/surfaces/admin/components/FunctionSettings/FunctionSettings.ext.doc.d.ts +0 -4
  359. package/build/ts/surfaces/admin/components/FunctionSettings/FunctionSettings.ext.doc.d.ts.map +0 -1
  360. package/build/ts/surfaces/admin/components/Grid/Grid.doc.d.ts +0 -4
  361. package/build/ts/surfaces/admin/components/Grid/Grid.doc.d.ts.map +0 -1
  362. package/build/ts/surfaces/admin/components/Heading/Heading.doc.d.ts +0 -4
  363. package/build/ts/surfaces/admin/components/Heading/Heading.doc.d.ts.map +0 -1
  364. package/build/ts/surfaces/admin/components/Icon/Icon.doc.d.ts +0 -4
  365. package/build/ts/surfaces/admin/components/Icon/Icon.doc.d.ts.map +0 -1
  366. package/build/ts/surfaces/admin/components/Image/Image.doc.d.ts +0 -4
  367. package/build/ts/surfaces/admin/components/Image/Image.doc.d.ts.map +0 -1
  368. package/build/ts/surfaces/admin/components/Link/Link.doc.d.ts +0 -4
  369. package/build/ts/surfaces/admin/components/Link/Link.doc.d.ts.map +0 -1
  370. package/build/ts/surfaces/admin/components/Menu/Menu.doc.d.ts +0 -4
  371. package/build/ts/surfaces/admin/components/Menu/Menu.doc.d.ts.map +0 -1
  372. package/build/ts/surfaces/admin/components/Modal/Modal.ab.doc.d.ts +0 -4
  373. package/build/ts/surfaces/admin/components/Modal/Modal.ab.doc.d.ts.map +0 -1
  374. package/build/ts/surfaces/admin/components/MoneyField/MoneyField.doc.d.ts +0 -4
  375. package/build/ts/surfaces/admin/components/MoneyField/MoneyField.doc.d.ts.map +0 -1
  376. package/build/ts/surfaces/admin/components/NumberField/NumberField.doc.d.ts +0 -4
  377. package/build/ts/surfaces/admin/components/NumberField/NumberField.doc.d.ts.map +0 -1
  378. package/build/ts/surfaces/admin/components/OrderedList/OrderedList.doc.d.ts +0 -4
  379. package/build/ts/surfaces/admin/components/OrderedList/OrderedList.doc.d.ts.map +0 -1
  380. package/build/ts/surfaces/admin/components/Page/Page.ab.doc.d.ts +0 -4
  381. package/build/ts/surfaces/admin/components/Page/Page.ab.doc.d.ts.map +0 -1
  382. package/build/ts/surfaces/admin/components/Paragraph/Paragraph.doc.d.ts +0 -4
  383. package/build/ts/surfaces/admin/components/Paragraph/Paragraph.doc.d.ts.map +0 -1
  384. package/build/ts/surfaces/admin/components/PasswordField/PasswordField.doc.d.ts +0 -4
  385. package/build/ts/surfaces/admin/components/PasswordField/PasswordField.doc.d.ts.map +0 -1
  386. package/build/ts/surfaces/admin/components/Popover/Popover.ab.doc.d.ts +0 -4
  387. package/build/ts/surfaces/admin/components/Popover/Popover.ab.doc.d.ts.map +0 -1
  388. package/build/ts/surfaces/admin/components/QueryContainer/QueryContainer.doc.d.ts +0 -4
  389. package/build/ts/surfaces/admin/components/QueryContainer/QueryContainer.doc.d.ts.map +0 -1
  390. package/build/ts/surfaces/admin/components/SearchField/SearchField.doc.d.ts +0 -4
  391. package/build/ts/surfaces/admin/components/SearchField/SearchField.doc.d.ts.map +0 -1
  392. package/build/ts/surfaces/admin/components/Section/Section.doc.d.ts +0 -4
  393. package/build/ts/surfaces/admin/components/Section/Section.doc.d.ts.map +0 -1
  394. package/build/ts/surfaces/admin/components/Select/Select.doc.d.ts +0 -4
  395. package/build/ts/surfaces/admin/components/Select/Select.doc.d.ts.map +0 -1
  396. package/build/ts/surfaces/admin/components/Spinner/Spinner.doc.d.ts +0 -4
  397. package/build/ts/surfaces/admin/components/Spinner/Spinner.doc.d.ts.map +0 -1
  398. package/build/ts/surfaces/admin/components/Stack/Stack.doc.d.ts +0 -4
  399. package/build/ts/surfaces/admin/components/Stack/Stack.doc.d.ts.map +0 -1
  400. package/build/ts/surfaces/admin/components/Switch/Switch.doc.d.ts +0 -4
  401. package/build/ts/surfaces/admin/components/Switch/Switch.doc.d.ts.map +0 -1
  402. package/build/ts/surfaces/admin/components/Table/Table.doc.d.ts +0 -4
  403. package/build/ts/surfaces/admin/components/Table/Table.doc.d.ts.map +0 -1
  404. package/build/ts/surfaces/admin/components/Text/Text.doc.d.ts +0 -4
  405. package/build/ts/surfaces/admin/components/Text/Text.doc.d.ts.map +0 -1
  406. package/build/ts/surfaces/admin/components/TextArea/TextArea.doc.d.ts +0 -4
  407. package/build/ts/surfaces/admin/components/TextArea/TextArea.doc.d.ts.map +0 -1
  408. package/build/ts/surfaces/admin/components/TextField/TextField.doc.d.ts +0 -4
  409. package/build/ts/surfaces/admin/components/TextField/TextField.doc.d.ts.map +0 -1
  410. package/build/ts/surfaces/admin/components/Thumbnail/Thumbnail.doc.d.ts +0 -4
  411. package/build/ts/surfaces/admin/components/Thumbnail/Thumbnail.doc.d.ts.map +0 -1
  412. package/build/ts/surfaces/admin/components/Tooltip/Tooltip.doc.d.ts +0 -4
  413. package/build/ts/surfaces/admin/components/Tooltip/Tooltip.doc.d.ts.map +0 -1
  414. package/build/ts/surfaces/admin/components/URLField/URLField.doc.d.ts +0 -4
  415. package/build/ts/surfaces/admin/components/URLField/URLField.doc.d.ts.map +0 -1
  416. package/build/ts/surfaces/admin/components/UnorderedList/UnorderedList.doc.d.ts +0 -4
  417. package/build/ts/surfaces/admin/components/UnorderedList/UnorderedList.doc.d.ts.map +0 -1
  418. package/build/ts/surfaces/admin/components/patterns/accountConnection.ab.doc.d.ts +0 -4
  419. package/build/ts/surfaces/admin/components/patterns/accountConnection.ab.doc.d.ts.map +0 -1
  420. package/build/ts/surfaces/admin/components/patterns/appCard.ab.doc.d.ts +0 -4
  421. package/build/ts/surfaces/admin/components/patterns/appCard.ab.doc.d.ts.map +0 -1
  422. package/build/ts/surfaces/admin/components/patterns/calloutCard.ab.doc.d.ts +0 -4
  423. package/build/ts/surfaces/admin/components/patterns/calloutCard.ab.doc.d.ts.map +0 -1
  424. package/build/ts/surfaces/admin/components/patterns/details.ab.doc.d.ts +0 -4
  425. package/build/ts/surfaces/admin/components/patterns/details.ab.doc.d.ts.map +0 -1
  426. package/build/ts/surfaces/admin/components/patterns/emptyState.ab.doc.d.ts +0 -4
  427. package/build/ts/surfaces/admin/components/patterns/emptyState.ab.doc.d.ts.map +0 -1
  428. package/build/ts/surfaces/admin/components/patterns/footerHelp.ab.doc.d.ts +0 -4
  429. package/build/ts/surfaces/admin/components/patterns/footerHelp.ab.doc.d.ts.map +0 -1
  430. package/build/ts/surfaces/admin/components/patterns/homepage.ab.doc.d.ts +0 -4
  431. package/build/ts/surfaces/admin/components/patterns/homepage.ab.doc.d.ts.map +0 -1
  432. package/build/ts/surfaces/admin/components/patterns/index.ab.doc.d.ts +0 -4
  433. package/build/ts/surfaces/admin/components/patterns/index.ab.doc.d.ts.map +0 -1
  434. package/build/ts/surfaces/admin/components/patterns/indexTable.ab.doc.d.ts +0 -4
  435. package/build/ts/surfaces/admin/components/patterns/indexTable.ab.doc.d.ts.map +0 -1
  436. package/build/ts/surfaces/admin/components/patterns/interstitialNav.ab.doc.d.ts +0 -4
  437. package/build/ts/surfaces/admin/components/patterns/interstitialNav.ab.doc.d.ts.map +0 -1
  438. package/build/ts/surfaces/admin/components/patterns/mediaCard.ab.doc.d.ts +0 -4
  439. package/build/ts/surfaces/admin/components/patterns/mediaCard.ab.doc.d.ts.map +0 -1
  440. package/build/ts/surfaces/admin/components/patterns/metricsCard.ab.doc.d.ts +0 -4
  441. package/build/ts/surfaces/admin/components/patterns/metricsCard.ab.doc.d.ts.map +0 -1
  442. package/build/ts/surfaces/admin/components/patterns/resourceList.ab.doc.d.ts +0 -4
  443. package/build/ts/surfaces/admin/components/patterns/resourceList.ab.doc.d.ts.map +0 -1
  444. package/build/ts/surfaces/admin/components/patterns/settings.ab.doc.d.ts +0 -4
  445. package/build/ts/surfaces/admin/components/patterns/settings.ab.doc.d.ts.map +0 -1
  446. package/build/ts/surfaces/admin/components/patterns/setupGuide.ab.doc.d.ts +0 -4
  447. package/build/ts/surfaces/admin/components/patterns/setupGuide.ab.doc.d.ts.map +0 -1
  448. package/build/ts/surfaces/admin/docs-types.d.ts +0 -32
  449. package/build/ts/surfaces/admin/docs-types.d.ts.map +0 -1
  450. package/build/ts/surfaces/checkout/components/Abbreviation/Abbreviation.doc.d.ts +0 -4
  451. package/build/ts/surfaces/checkout/components/Abbreviation/Abbreviation.doc.d.ts.map +0 -1
  452. package/build/ts/surfaces/checkout/components/Announcement/Announcement.doc.d.ts +0 -4
  453. package/build/ts/surfaces/checkout/components/Announcement/Announcement.doc.d.ts.map +0 -1
  454. package/build/ts/surfaces/checkout/components/Badge/Badge.doc.d.ts +0 -4
  455. package/build/ts/surfaces/checkout/components/Badge/Badge.doc.d.ts.map +0 -1
  456. package/build/ts/surfaces/checkout/components/Banner/Banner.doc.d.ts +0 -4
  457. package/build/ts/surfaces/checkout/components/Banner/Banner.doc.d.ts.map +0 -1
  458. package/build/ts/surfaces/checkout/components/Box/Box.doc.d.ts +0 -4
  459. package/build/ts/surfaces/checkout/components/Box/Box.doc.d.ts.map +0 -1
  460. package/build/ts/surfaces/checkout/components/Button/Button.doc.d.ts +0 -4
  461. package/build/ts/surfaces/checkout/components/Button/Button.doc.d.ts.map +0 -1
  462. package/build/ts/surfaces/checkout/components/Checkbox/Checkbox.doc.d.ts +0 -4
  463. package/build/ts/surfaces/checkout/components/Checkbox/Checkbox.doc.d.ts.map +0 -1
  464. package/build/ts/surfaces/checkout/components/Chip/Chip.doc.d.ts +0 -4
  465. package/build/ts/surfaces/checkout/components/Chip/Chip.doc.d.ts.map +0 -1
  466. package/build/ts/surfaces/checkout/components/ChoiceList/ChoiceList.doc.d.ts +0 -4
  467. package/build/ts/surfaces/checkout/components/ChoiceList/ChoiceList.doc.d.ts.map +0 -1
  468. package/build/ts/surfaces/checkout/components/Clickable/Clickable.doc.d.ts +0 -4
  469. package/build/ts/surfaces/checkout/components/Clickable/Clickable.doc.d.ts.map +0 -1
  470. package/build/ts/surfaces/checkout/components/ClickableChip/ClickableChip.doc.d.ts +0 -4
  471. package/build/ts/surfaces/checkout/components/ClickableChip/ClickableChip.doc.d.ts.map +0 -1
  472. package/build/ts/surfaces/checkout/components/ClipboardItem/ClipboardItem.doc.d.ts +0 -4
  473. package/build/ts/surfaces/checkout/components/ClipboardItem/ClipboardItem.doc.d.ts.map +0 -1
  474. package/build/ts/surfaces/checkout/components/ConsentCheckbox/ConsentCheckbox.doc.d.ts +0 -4
  475. package/build/ts/surfaces/checkout/components/ConsentCheckbox/ConsentCheckbox.doc.d.ts.map +0 -1
  476. package/build/ts/surfaces/checkout/components/ConsentPhoneField/ConsentPhoneField.doc.d.ts +0 -4
  477. package/build/ts/surfaces/checkout/components/ConsentPhoneField/ConsentPhoneField.doc.d.ts.map +0 -1
  478. package/build/ts/surfaces/checkout/components/DateField/DateField.doc.d.ts +0 -4
  479. package/build/ts/surfaces/checkout/components/DateField/DateField.doc.d.ts.map +0 -1
  480. package/build/ts/surfaces/checkout/components/DatePicker/DatePicker.doc.d.ts +0 -4
  481. package/build/ts/surfaces/checkout/components/DatePicker/DatePicker.doc.d.ts.map +0 -1
  482. package/build/ts/surfaces/checkout/components/Details/Details.doc.d.ts +0 -4
  483. package/build/ts/surfaces/checkout/components/Details/Details.doc.d.ts.map +0 -1
  484. package/build/ts/surfaces/checkout/components/Divider/Divider.doc.d.ts +0 -4
  485. package/build/ts/surfaces/checkout/components/Divider/Divider.doc.d.ts.map +0 -1
  486. package/build/ts/surfaces/checkout/components/DropZone/DropZone.doc.d.ts +0 -4
  487. package/build/ts/surfaces/checkout/components/DropZone/DropZone.doc.d.ts.map +0 -1
  488. package/build/ts/surfaces/checkout/components/EmailField/EmailField.doc.d.ts +0 -4
  489. package/build/ts/surfaces/checkout/components/EmailField/EmailField.doc.d.ts.map +0 -1
  490. package/build/ts/surfaces/checkout/components/Form/Form.doc.d.ts +0 -4
  491. package/build/ts/surfaces/checkout/components/Form/Form.doc.d.ts.map +0 -1
  492. package/build/ts/surfaces/checkout/components/Grid/Grid.doc.d.ts +0 -4
  493. package/build/ts/surfaces/checkout/components/Grid/Grid.doc.d.ts.map +0 -1
  494. package/build/ts/surfaces/checkout/components/Heading/Heading.doc.d.ts +0 -4
  495. package/build/ts/surfaces/checkout/components/Heading/Heading.doc.d.ts.map +0 -1
  496. package/build/ts/surfaces/checkout/components/Icon/Icon.doc.d.ts +0 -4
  497. package/build/ts/surfaces/checkout/components/Icon/Icon.doc.d.ts.map +0 -1
  498. package/build/ts/surfaces/checkout/components/Image/Image.doc.d.ts +0 -4
  499. package/build/ts/surfaces/checkout/components/Image/Image.doc.d.ts.map +0 -1
  500. package/build/ts/surfaces/checkout/components/Link/Link.doc.d.ts +0 -4
  501. package/build/ts/surfaces/checkout/components/Link/Link.doc.d.ts.map +0 -1
  502. package/build/ts/surfaces/checkout/components/Map/Map.doc.d.ts +0 -4
  503. package/build/ts/surfaces/checkout/components/Map/Map.doc.d.ts.map +0 -1
  504. package/build/ts/surfaces/checkout/components/Modal/Modal.doc.d.ts +0 -4
  505. package/build/ts/surfaces/checkout/components/Modal/Modal.doc.d.ts.map +0 -1
  506. package/build/ts/surfaces/checkout/components/MoneyField/MoneyField.doc.d.ts +0 -4
  507. package/build/ts/surfaces/checkout/components/MoneyField/MoneyField.doc.d.ts.map +0 -1
  508. package/build/ts/surfaces/checkout/components/NumberField/NumberField.doc.d.ts +0 -4
  509. package/build/ts/surfaces/checkout/components/NumberField/NumberField.doc.d.ts.map +0 -1
  510. package/build/ts/surfaces/checkout/components/OrderedList/OrderedList.doc.d.ts +0 -4
  511. package/build/ts/surfaces/checkout/components/OrderedList/OrderedList.doc.d.ts.map +0 -1
  512. package/build/ts/surfaces/checkout/components/Paragraph/Paragraph.doc.d.ts +0 -4
  513. package/build/ts/surfaces/checkout/components/Paragraph/Paragraph.doc.d.ts.map +0 -1
  514. package/build/ts/surfaces/checkout/components/PasswordField/PasswordField.doc.d.ts +0 -4
  515. package/build/ts/surfaces/checkout/components/PasswordField/PasswordField.doc.d.ts.map +0 -1
  516. package/build/ts/surfaces/checkout/components/PaymentIcon/PaymentIcon.doc.d.ts +0 -4
  517. package/build/ts/surfaces/checkout/components/PaymentIcon/PaymentIcon.doc.d.ts.map +0 -1
  518. package/build/ts/surfaces/checkout/components/PhoneField/PhoneField.doc.d.ts +0 -4
  519. package/build/ts/surfaces/checkout/components/PhoneField/PhoneField.doc.d.ts.map +0 -1
  520. package/build/ts/surfaces/checkout/components/Popover/Popover.doc.d.ts +0 -4
  521. package/build/ts/surfaces/checkout/components/Popover/Popover.doc.d.ts.map +0 -1
  522. package/build/ts/surfaces/checkout/components/PressButton/PressButton.doc.d.ts +0 -4
  523. package/build/ts/surfaces/checkout/components/PressButton/PressButton.doc.d.ts.map +0 -1
  524. package/build/ts/surfaces/checkout/components/ProductThumbnail/ProductThumbnail.doc.d.ts +0 -4
  525. package/build/ts/surfaces/checkout/components/ProductThumbnail/ProductThumbnail.doc.d.ts.map +0 -1
  526. package/build/ts/surfaces/checkout/components/Progress/Progress.doc.d.ts +0 -4
  527. package/build/ts/surfaces/checkout/components/Progress/Progress.doc.d.ts.map +0 -1
  528. package/build/ts/surfaces/checkout/components/QRCode/QRCode.doc.d.ts +0 -4
  529. package/build/ts/surfaces/checkout/components/QRCode/QRCode.doc.d.ts.map +0 -1
  530. package/build/ts/surfaces/checkout/components/QueryContainer/QueryContainer.doc.d.ts +0 -4
  531. package/build/ts/surfaces/checkout/components/QueryContainer/QueryContainer.doc.d.ts.map +0 -1
  532. package/build/ts/surfaces/checkout/components/ScrollBox/ScrollBox.doc.d.ts +0 -4
  533. package/build/ts/surfaces/checkout/components/ScrollBox/ScrollBox.doc.d.ts.map +0 -1
  534. package/build/ts/surfaces/checkout/components/Section/Section.doc.d.ts +0 -4
  535. package/build/ts/surfaces/checkout/components/Section/Section.doc.d.ts.map +0 -1
  536. package/build/ts/surfaces/checkout/components/Select/Select.doc.d.ts +0 -4
  537. package/build/ts/surfaces/checkout/components/Select/Select.doc.d.ts.map +0 -1
  538. package/build/ts/surfaces/checkout/components/Sheet/Sheet.doc.d.ts +0 -4
  539. package/build/ts/surfaces/checkout/components/Sheet/Sheet.doc.d.ts.map +0 -1
  540. package/build/ts/surfaces/checkout/components/SkeletonParagraph/SkeletonParagraph.doc.d.ts +0 -4
  541. package/build/ts/surfaces/checkout/components/SkeletonParagraph/SkeletonParagraph.doc.d.ts.map +0 -1
  542. package/build/ts/surfaces/checkout/components/Spinner/Spinner.doc.d.ts +0 -4
  543. package/build/ts/surfaces/checkout/components/Spinner/Spinner.doc.d.ts.map +0 -1
  544. package/build/ts/surfaces/checkout/components/Stack/Stack.doc.d.ts +0 -4
  545. package/build/ts/surfaces/checkout/components/Stack/Stack.doc.d.ts.map +0 -1
  546. package/build/ts/surfaces/checkout/components/Switch/Switch.doc.d.ts +0 -4
  547. package/build/ts/surfaces/checkout/components/Switch/Switch.doc.d.ts.map +0 -1
  548. package/build/ts/surfaces/checkout/components/Text/Text.doc.d.ts +0 -4
  549. package/build/ts/surfaces/checkout/components/Text/Text.doc.d.ts.map +0 -1
  550. package/build/ts/surfaces/checkout/components/TextArea/TextArea.doc.d.ts +0 -4
  551. package/build/ts/surfaces/checkout/components/TextArea/TextArea.doc.d.ts.map +0 -1
  552. package/build/ts/surfaces/checkout/components/TextField/TextField.doc.d.ts +0 -4
  553. package/build/ts/surfaces/checkout/components/TextField/TextField.doc.d.ts.map +0 -1
  554. package/build/ts/surfaces/checkout/components/Time/Time.doc.d.ts +0 -4
  555. package/build/ts/surfaces/checkout/components/Time/Time.doc.d.ts.map +0 -1
  556. package/build/ts/surfaces/checkout/components/Tooltip/Tooltip.doc.d.ts +0 -4
  557. package/build/ts/surfaces/checkout/components/Tooltip/Tooltip.doc.d.ts.map +0 -1
  558. package/build/ts/surfaces/checkout/components/UnorderedList/UnorderedList.doc.d.ts +0 -4
  559. package/build/ts/surfaces/checkout/components/UnorderedList/UnorderedList.doc.d.ts.map +0 -1
  560. package/build/ts/surfaces/checkout/components/UrlField/UrlField.doc.d.ts +0 -4
  561. package/build/ts/surfaces/checkout/components/UrlField/UrlField.doc.d.ts.map +0 -1
  562. package/build/ts/surfaces/checkout/helper.docs.d.ts +0 -15
  563. package/build/ts/surfaces/checkout/helper.docs.d.ts.map +0 -1
  564. package/build/ts/surfaces/customer-account/components/Abbreviation/Abbreviation.doc.d.ts +0 -4
  565. package/build/ts/surfaces/customer-account/components/Abbreviation/Abbreviation.doc.d.ts.map +0 -1
  566. package/build/ts/surfaces/customer-account/components/Announcement/Announcement.doc.d.ts +0 -4
  567. package/build/ts/surfaces/customer-account/components/Announcement/Announcement.doc.d.ts.map +0 -1
  568. package/build/ts/surfaces/customer-account/components/Avatar/Avatar.doc.d.ts +0 -4
  569. package/build/ts/surfaces/customer-account/components/Avatar/Avatar.doc.d.ts.map +0 -1
  570. package/build/ts/surfaces/customer-account/components/Badge/Badge.doc.d.ts +0 -4
  571. package/build/ts/surfaces/customer-account/components/Badge/Badge.doc.d.ts.map +0 -1
  572. package/build/ts/surfaces/customer-account/components/Banner/Banner.doc.d.ts +0 -4
  573. package/build/ts/surfaces/customer-account/components/Banner/Banner.doc.d.ts.map +0 -1
  574. package/build/ts/surfaces/customer-account/components/Box/Box.doc.d.ts +0 -4
  575. package/build/ts/surfaces/customer-account/components/Box/Box.doc.d.ts.map +0 -1
  576. package/build/ts/surfaces/customer-account/components/Button/Button.doc.d.ts +0 -4
  577. package/build/ts/surfaces/customer-account/components/Button/Button.doc.d.ts.map +0 -1
  578. package/build/ts/surfaces/customer-account/components/ButtonGroup/ButtonGroup.doc.d.ts +0 -4
  579. package/build/ts/surfaces/customer-account/components/ButtonGroup/ButtonGroup.doc.d.ts.map +0 -1
  580. package/build/ts/surfaces/customer-account/components/Checkbox/Checkbox.doc.d.ts +0 -4
  581. package/build/ts/surfaces/customer-account/components/Checkbox/Checkbox.doc.d.ts.map +0 -1
  582. package/build/ts/surfaces/customer-account/components/Chip/Chip.doc.d.ts +0 -4
  583. package/build/ts/surfaces/customer-account/components/Chip/Chip.doc.d.ts.map +0 -1
  584. package/build/ts/surfaces/customer-account/components/ChoiceList/ChoiceList.doc.d.ts +0 -4
  585. package/build/ts/surfaces/customer-account/components/ChoiceList/ChoiceList.doc.d.ts.map +0 -1
  586. package/build/ts/surfaces/customer-account/components/Clickable/Clickable.doc.d.ts +0 -4
  587. package/build/ts/surfaces/customer-account/components/Clickable/Clickable.doc.d.ts.map +0 -1
  588. package/build/ts/surfaces/customer-account/components/ClickableChip/ClickableChip.doc.d.ts +0 -4
  589. package/build/ts/surfaces/customer-account/components/ClickableChip/ClickableChip.doc.d.ts.map +0 -1
  590. package/build/ts/surfaces/customer-account/components/ClipboardItem/ClipboardItem.doc.d.ts +0 -4
  591. package/build/ts/surfaces/customer-account/components/ClipboardItem/ClipboardItem.doc.d.ts.map +0 -1
  592. package/build/ts/surfaces/customer-account/components/ConsentCheckbox/ConsentCheckbox.doc.d.ts +0 -4
  593. package/build/ts/surfaces/customer-account/components/ConsentCheckbox/ConsentCheckbox.doc.d.ts.map +0 -1
  594. package/build/ts/surfaces/customer-account/components/ConsentPhoneField/ConsentPhoneField.doc.d.ts +0 -4
  595. package/build/ts/surfaces/customer-account/components/ConsentPhoneField/ConsentPhoneField.doc.d.ts.map +0 -1
  596. package/build/ts/surfaces/customer-account/components/CustomerAccountAction/CustomerAccountAction.doc.d.ts +0 -4
  597. package/build/ts/surfaces/customer-account/components/CustomerAccountAction/CustomerAccountAction.doc.d.ts.map +0 -1
  598. package/build/ts/surfaces/customer-account/components/DateField/DateField.doc.d.ts +0 -4
  599. package/build/ts/surfaces/customer-account/components/DateField/DateField.doc.d.ts.map +0 -1
  600. package/build/ts/surfaces/customer-account/components/DatePicker/DatePicker.doc.d.ts +0 -4
  601. package/build/ts/surfaces/customer-account/components/DatePicker/DatePicker.doc.d.ts.map +0 -1
  602. package/build/ts/surfaces/customer-account/components/Details/Details.doc.d.ts +0 -4
  603. package/build/ts/surfaces/customer-account/components/Details/Details.doc.d.ts.map +0 -1
  604. package/build/ts/surfaces/customer-account/components/Divider/Divider.doc.d.ts +0 -4
  605. package/build/ts/surfaces/customer-account/components/Divider/Divider.doc.d.ts.map +0 -1
  606. package/build/ts/surfaces/customer-account/components/DropZone/DropZone.doc.d.ts +0 -4
  607. package/build/ts/surfaces/customer-account/components/DropZone/DropZone.doc.d.ts.map +0 -1
  608. package/build/ts/surfaces/customer-account/components/EmailField/EmailField.doc.d.ts +0 -4
  609. package/build/ts/surfaces/customer-account/components/EmailField/EmailField.doc.d.ts.map +0 -1
  610. package/build/ts/surfaces/customer-account/components/Form/Form.doc.d.ts +0 -4
  611. package/build/ts/surfaces/customer-account/components/Form/Form.doc.d.ts.map +0 -1
  612. package/build/ts/surfaces/customer-account/components/Grid/Grid.doc.d.ts +0 -4
  613. package/build/ts/surfaces/customer-account/components/Grid/Grid.doc.d.ts.map +0 -1
  614. package/build/ts/surfaces/customer-account/components/Heading/Heading.doc.d.ts +0 -4
  615. package/build/ts/surfaces/customer-account/components/Heading/Heading.doc.d.ts.map +0 -1
  616. package/build/ts/surfaces/customer-account/components/Icon/Icon.doc.d.ts +0 -4
  617. package/build/ts/surfaces/customer-account/components/Icon/Icon.doc.d.ts.map +0 -1
  618. package/build/ts/surfaces/customer-account/components/Image/Image.doc.d.ts +0 -4
  619. package/build/ts/surfaces/customer-account/components/Image/Image.doc.d.ts.map +0 -1
  620. package/build/ts/surfaces/customer-account/components/ImageGroup/ImageGroup.doc.d.ts +0 -4
  621. package/build/ts/surfaces/customer-account/components/ImageGroup/ImageGroup.doc.d.ts.map +0 -1
  622. package/build/ts/surfaces/customer-account/components/Link/Link.doc.d.ts +0 -4
  623. package/build/ts/surfaces/customer-account/components/Link/Link.doc.d.ts.map +0 -1
  624. package/build/ts/surfaces/customer-account/components/Map/Map.doc.d.ts +0 -4
  625. package/build/ts/surfaces/customer-account/components/Map/Map.doc.d.ts.map +0 -1
  626. package/build/ts/surfaces/customer-account/components/Menu/Menu.doc.d.ts +0 -4
  627. package/build/ts/surfaces/customer-account/components/Menu/Menu.doc.d.ts.map +0 -1
  628. package/build/ts/surfaces/customer-account/components/Modal/Modal.doc.d.ts +0 -4
  629. package/build/ts/surfaces/customer-account/components/Modal/Modal.doc.d.ts.map +0 -1
  630. package/build/ts/surfaces/customer-account/components/MoneyField/MoneyField.doc.d.ts +0 -4
  631. package/build/ts/surfaces/customer-account/components/MoneyField/MoneyField.doc.d.ts.map +0 -1
  632. package/build/ts/surfaces/customer-account/components/NumberField/NumberField.doc.d.ts +0 -4
  633. package/build/ts/surfaces/customer-account/components/NumberField/NumberField.doc.d.ts.map +0 -1
  634. package/build/ts/surfaces/customer-account/components/OrderedList/OrderedList.doc.d.ts +0 -4
  635. package/build/ts/surfaces/customer-account/components/OrderedList/OrderedList.doc.d.ts.map +0 -1
  636. package/build/ts/surfaces/customer-account/components/Page/Page.doc.d.ts +0 -4
  637. package/build/ts/surfaces/customer-account/components/Page/Page.doc.d.ts.map +0 -1
  638. package/build/ts/surfaces/customer-account/components/Paragraph/Paragraph.doc.d.ts +0 -4
  639. package/build/ts/surfaces/customer-account/components/Paragraph/Paragraph.doc.d.ts.map +0 -1
  640. package/build/ts/surfaces/customer-account/components/PasswordField/PasswordField.doc.d.ts +0 -4
  641. package/build/ts/surfaces/customer-account/components/PasswordField/PasswordField.doc.d.ts.map +0 -1
  642. package/build/ts/surfaces/customer-account/components/PaymentIcon/PaymentIcon.doc.d.ts +0 -4
  643. package/build/ts/surfaces/customer-account/components/PaymentIcon/PaymentIcon.doc.d.ts.map +0 -1
  644. package/build/ts/surfaces/customer-account/components/PhoneField/PhoneField.doc.d.ts +0 -4
  645. package/build/ts/surfaces/customer-account/components/PhoneField/PhoneField.doc.d.ts.map +0 -1
  646. package/build/ts/surfaces/customer-account/components/Popover/Popover.doc.d.ts +0 -4
  647. package/build/ts/surfaces/customer-account/components/Popover/Popover.doc.d.ts.map +0 -1
  648. package/build/ts/surfaces/customer-account/components/PressButton/PressButton.doc.d.ts +0 -4
  649. package/build/ts/surfaces/customer-account/components/PressButton/PressButton.doc.d.ts.map +0 -1
  650. package/build/ts/surfaces/customer-account/components/ProductThumbnail/ProductThumbnail.doc.d.ts +0 -4
  651. package/build/ts/surfaces/customer-account/components/ProductThumbnail/ProductThumbnail.doc.d.ts.map +0 -1
  652. package/build/ts/surfaces/customer-account/components/Progress/Progress.doc.d.ts +0 -4
  653. package/build/ts/surfaces/customer-account/components/Progress/Progress.doc.d.ts.map +0 -1
  654. package/build/ts/surfaces/customer-account/components/QRCode/QRCode.doc.d.ts +0 -4
  655. package/build/ts/surfaces/customer-account/components/QRCode/QRCode.doc.d.ts.map +0 -1
  656. package/build/ts/surfaces/customer-account/components/QueryContainer/QueryContainer.doc.d.ts +0 -4
  657. package/build/ts/surfaces/customer-account/components/QueryContainer/QueryContainer.doc.d.ts.map +0 -1
  658. package/build/ts/surfaces/customer-account/components/ScrollBox/ScrollBox.doc.d.ts +0 -4
  659. package/build/ts/surfaces/customer-account/components/ScrollBox/ScrollBox.doc.d.ts.map +0 -1
  660. package/build/ts/surfaces/customer-account/components/Section/Section.doc.d.ts +0 -4
  661. package/build/ts/surfaces/customer-account/components/Section/Section.doc.d.ts.map +0 -1
  662. package/build/ts/surfaces/customer-account/components/Select/Select.doc.d.ts +0 -4
  663. package/build/ts/surfaces/customer-account/components/Select/Select.doc.d.ts.map +0 -1
  664. package/build/ts/surfaces/customer-account/components/Sheet/Sheet.doc.d.ts +0 -4
  665. package/build/ts/surfaces/customer-account/components/Sheet/Sheet.doc.d.ts.map +0 -1
  666. package/build/ts/surfaces/customer-account/components/SkeletonParagraph/SkeletonParagraph.doc.d.ts +0 -4
  667. package/build/ts/surfaces/customer-account/components/SkeletonParagraph/SkeletonParagraph.doc.d.ts.map +0 -1
  668. package/build/ts/surfaces/customer-account/components/Spinner/Spinner.doc.d.ts +0 -4
  669. package/build/ts/surfaces/customer-account/components/Spinner/Spinner.doc.d.ts.map +0 -1
  670. package/build/ts/surfaces/customer-account/components/Stack/Stack.doc.d.ts +0 -4
  671. package/build/ts/surfaces/customer-account/components/Stack/Stack.doc.d.ts.map +0 -1
  672. package/build/ts/surfaces/customer-account/components/Switch/Switch.doc.d.ts +0 -4
  673. package/build/ts/surfaces/customer-account/components/Switch/Switch.doc.d.ts.map +0 -1
  674. package/build/ts/surfaces/customer-account/components/Text/Text.doc.d.ts +0 -4
  675. package/build/ts/surfaces/customer-account/components/Text/Text.doc.d.ts.map +0 -1
  676. package/build/ts/surfaces/customer-account/components/TextArea/TextArea.doc.d.ts +0 -4
  677. package/build/ts/surfaces/customer-account/components/TextArea/TextArea.doc.d.ts.map +0 -1
  678. package/build/ts/surfaces/customer-account/components/TextField/TextField.doc.d.ts +0 -4
  679. package/build/ts/surfaces/customer-account/components/TextField/TextField.doc.d.ts.map +0 -1
  680. package/build/ts/surfaces/customer-account/components/Time/Time.doc.d.ts +0 -4
  681. package/build/ts/surfaces/customer-account/components/Time/Time.doc.d.ts.map +0 -1
  682. package/build/ts/surfaces/customer-account/components/Tooltip/Tooltip.doc.d.ts +0 -4
  683. package/build/ts/surfaces/customer-account/components/Tooltip/Tooltip.doc.d.ts.map +0 -1
  684. package/build/ts/surfaces/customer-account/components/URLField/URLField.doc.d.ts +0 -4
  685. package/build/ts/surfaces/customer-account/components/URLField/URLField.doc.d.ts.map +0 -1
  686. package/build/ts/surfaces/customer-account/components/UnorderedList/UnorderedList.doc.d.ts +0 -4
  687. package/build/ts/surfaces/customer-account/components/UnorderedList/UnorderedList.doc.d.ts.map +0 -1
  688. package/build/ts/surfaces/point-of-sale/components/Badge/Badge.doc.d.ts +0 -4
  689. package/build/ts/surfaces/point-of-sale/components/Badge/Badge.doc.d.ts.map +0 -1
  690. package/build/ts/surfaces/point-of-sale/components/Banner/Banner.doc.d.ts +0 -4
  691. package/build/ts/surfaces/point-of-sale/components/Banner/Banner.doc.d.ts.map +0 -1
  692. package/build/ts/surfaces/point-of-sale/components/Box/Box.doc.d.ts +0 -4
  693. package/build/ts/surfaces/point-of-sale/components/Box/Box.doc.d.ts.map +0 -1
  694. package/build/ts/surfaces/point-of-sale/components/Button/Button.doc.d.ts +0 -4
  695. package/build/ts/surfaces/point-of-sale/components/Button/Button.doc.d.ts.map +0 -1
  696. package/build/ts/surfaces/point-of-sale/components/ChoiceList/ChoiceList.doc.d.ts +0 -4
  697. package/build/ts/surfaces/point-of-sale/components/ChoiceList/ChoiceList.doc.d.ts.map +0 -1
  698. package/build/ts/surfaces/point-of-sale/components/Clickable/Clickable.doc.d.ts +0 -4
  699. package/build/ts/surfaces/point-of-sale/components/Clickable/Clickable.doc.d.ts.map +0 -1
  700. package/build/ts/surfaces/point-of-sale/components/DateField/DateField.doc.d.ts +0 -4
  701. package/build/ts/surfaces/point-of-sale/components/DateField/DateField.doc.d.ts.map +0 -1
  702. package/build/ts/surfaces/point-of-sale/components/DatePicker/DatePicker.doc.d.ts +0 -4
  703. package/build/ts/surfaces/point-of-sale/components/DatePicker/DatePicker.doc.d.ts.map +0 -1
  704. package/build/ts/surfaces/point-of-sale/components/DateSpinner/DateSpinner.doc.d.ts +0 -4
  705. package/build/ts/surfaces/point-of-sale/components/DateSpinner/DateSpinner.doc.d.ts.map +0 -1
  706. package/build/ts/surfaces/point-of-sale/components/Divider/Divider.doc.d.ts +0 -4
  707. package/build/ts/surfaces/point-of-sale/components/Divider/Divider.doc.d.ts.map +0 -1
  708. package/build/ts/surfaces/point-of-sale/components/EmailField/EmailField.doc.d.ts +0 -4
  709. package/build/ts/surfaces/point-of-sale/components/EmailField/EmailField.doc.d.ts.map +0 -1
  710. package/build/ts/surfaces/point-of-sale/components/Embed/Embed.doc.d.ts +0 -4
  711. package/build/ts/surfaces/point-of-sale/components/Embed/Embed.doc.d.ts.map +0 -1
  712. package/build/ts/surfaces/point-of-sale/components/EmptyState/EmptyState.doc.d.ts +0 -4
  713. package/build/ts/surfaces/point-of-sale/components/EmptyState/EmptyState.doc.d.ts.map +0 -1
  714. package/build/ts/surfaces/point-of-sale/components/Heading/Heading.doc.d.ts +0 -4
  715. package/build/ts/surfaces/point-of-sale/components/Heading/Heading.doc.d.ts.map +0 -1
  716. package/build/ts/surfaces/point-of-sale/components/Icon/Icon.doc.d.ts +0 -4
  717. package/build/ts/surfaces/point-of-sale/components/Icon/Icon.doc.d.ts.map +0 -1
  718. package/build/ts/surfaces/point-of-sale/components/Image/Image.doc.d.ts +0 -4
  719. package/build/ts/surfaces/point-of-sale/components/Image/Image.doc.d.ts.map +0 -1
  720. package/build/ts/surfaces/point-of-sale/components/Link/Link.doc.d.ts +0 -4
  721. package/build/ts/surfaces/point-of-sale/components/Link/Link.doc.d.ts.map +0 -1
  722. package/build/ts/surfaces/point-of-sale/components/Modal/Modal.doc.d.ts +0 -4
  723. package/build/ts/surfaces/point-of-sale/components/Modal/Modal.doc.d.ts.map +0 -1
  724. package/build/ts/surfaces/point-of-sale/components/NumberField/NumberField.doc.d.ts +0 -4
  725. package/build/ts/surfaces/point-of-sale/components/NumberField/NumberField.doc.d.ts.map +0 -1
  726. package/build/ts/surfaces/point-of-sale/components/Page/Page.doc.d.ts +0 -4
  727. package/build/ts/surfaces/point-of-sale/components/Page/Page.doc.d.ts.map +0 -1
  728. package/build/ts/surfaces/point-of-sale/components/PosBlock/PosBlock.doc.d.ts +0 -4
  729. package/build/ts/surfaces/point-of-sale/components/PosBlock/PosBlock.doc.d.ts.map +0 -1
  730. package/build/ts/surfaces/point-of-sale/components/ScrollBox/ScrollBox.doc.d.ts +0 -4
  731. package/build/ts/surfaces/point-of-sale/components/ScrollBox/ScrollBox.doc.d.ts.map +0 -1
  732. package/build/ts/surfaces/point-of-sale/components/SearchField/SearchField.doc.d.ts +0 -4
  733. package/build/ts/surfaces/point-of-sale/components/SearchField/SearchField.doc.d.ts.map +0 -1
  734. package/build/ts/surfaces/point-of-sale/components/Section/Section.doc.d.ts +0 -4
  735. package/build/ts/surfaces/point-of-sale/components/Section/Section.doc.d.ts.map +0 -1
  736. package/build/ts/surfaces/point-of-sale/components/Spinner/Spinner.doc.d.ts +0 -4
  737. package/build/ts/surfaces/point-of-sale/components/Spinner/Spinner.doc.d.ts.map +0 -1
  738. package/build/ts/surfaces/point-of-sale/components/Stack/Stack.doc.d.ts +0 -4
  739. package/build/ts/surfaces/point-of-sale/components/Stack/Stack.doc.d.ts.map +0 -1
  740. package/build/ts/surfaces/point-of-sale/components/Switch/Switch.doc.d.ts +0 -4
  741. package/build/ts/surfaces/point-of-sale/components/Switch/Switch.doc.d.ts.map +0 -1
  742. package/build/ts/surfaces/point-of-sale/components/Tabs/Tabs.doc.d.ts +0 -4
  743. package/build/ts/surfaces/point-of-sale/components/Tabs/Tabs.doc.d.ts.map +0 -1
  744. package/build/ts/surfaces/point-of-sale/components/Text/Text.doc.d.ts +0 -4
  745. package/build/ts/surfaces/point-of-sale/components/Text/Text.doc.d.ts.map +0 -1
  746. package/build/ts/surfaces/point-of-sale/components/TextArea/TextArea.doc.d.ts +0 -4
  747. package/build/ts/surfaces/point-of-sale/components/TextArea/TextArea.doc.d.ts.map +0 -1
  748. package/build/ts/surfaces/point-of-sale/components/TextField/TextField.doc.d.ts +0 -4
  749. package/build/ts/surfaces/point-of-sale/components/TextField/TextField.doc.d.ts.map +0 -1
  750. package/build/ts/surfaces/point-of-sale/components/Tile/Tile.doc.d.ts +0 -4
  751. package/build/ts/surfaces/point-of-sale/components/Tile/Tile.doc.d.ts.map +0 -1
  752. package/build/ts/surfaces/point-of-sale/components/TimeField/TimeField.doc.d.ts +0 -4
  753. package/build/ts/surfaces/point-of-sale/components/TimeField/TimeField.doc.d.ts.map +0 -1
  754. package/build/ts/surfaces/point-of-sale/components/TimePicker/TimePicker.doc.d.ts +0 -4
  755. package/build/ts/surfaces/point-of-sale/components/TimePicker/TimePicker.doc.d.ts.map +0 -1
  756. package/build/ts/surfaces/point-of-sale/event/data/CartUpdateEventData.d.ts +0 -14
  757. package/build/ts/surfaces/point-of-sale/event/data/CartUpdateEventData.d.ts.map +0 -1
  758. package/build/ts/surfaces/point-of-sale/event/data/CashTrackingSessionData.d.ts +0 -45
  759. package/build/ts/surfaces/point-of-sale/event/data/CashTrackingSessionData.d.ts.map +0 -1
  760. package/build/ts/surfaces/point-of-sale/targets/pos.cart-update.event.observe.d.ts +0 -7
  761. package/build/ts/surfaces/point-of-sale/targets/pos.cash-tracking-session-complete.event.observe.d.ts +0 -7
  762. package/build/ts/surfaces/point-of-sale/targets/pos.cash-tracking-session-start.event.observe.d.ts +0 -7
  763. package/build/ts/surfaces/point-of-sale/targets/pos.transaction-complete.event.observe.d.ts +0 -7
  764. package/src/docs/shared/component-definitions.ts +0 -190
  765. package/src/docs/shared/components/Abbreviation.ts +0 -12
  766. package/src/docs/shared/components/Announcement.ts +0 -12
  767. package/src/docs/shared/components/Avatar.ts +0 -13
  768. package/src/docs/shared/components/Badge.ts +0 -13
  769. package/src/docs/shared/components/Banner.ts +0 -13
  770. package/src/docs/shared/components/Box.ts +0 -13
  771. package/src/docs/shared/components/Button.ts +0 -13
  772. package/src/docs/shared/components/ButtonGroup.ts +0 -13
  773. package/src/docs/shared/components/Checkbox.ts +0 -13
  774. package/src/docs/shared/components/Chip.ts +0 -13
  775. package/src/docs/shared/components/Choice.ts +0 -13
  776. package/src/docs/shared/components/ChoiceList.ts +0 -13
  777. package/src/docs/shared/components/Clickable.ts +0 -13
  778. package/src/docs/shared/components/ClickableChip.ts +0 -13
  779. package/src/docs/shared/components/ClipboardItem.ts +0 -12
  780. package/src/docs/shared/components/ColorField.ts +0 -13
  781. package/src/docs/shared/components/ColorPicker.ts +0 -13
  782. package/src/docs/shared/components/ConsentCheckbox.ts +0 -12
  783. package/src/docs/shared/components/ConsentPhoneField.ts +0 -12
  784. package/src/docs/shared/components/DateField.ts +0 -13
  785. package/src/docs/shared/components/DatePicker.ts +0 -13
  786. package/src/docs/shared/components/Details.ts +0 -12
  787. package/src/docs/shared/components/Divider.ts +0 -13
  788. package/src/docs/shared/components/DropZone.ts +0 -12
  789. package/src/docs/shared/components/EmailField.ts +0 -13
  790. package/src/docs/shared/components/Form.ts +0 -13
  791. package/src/docs/shared/components/FunctionSettings.ts +0 -13
  792. package/src/docs/shared/components/Grid.ts +0 -13
  793. package/src/docs/shared/components/GridItem.ts +0 -13
  794. package/src/docs/shared/components/Heading.ts +0 -13
  795. package/src/docs/shared/components/Icon.ts +0 -13
  796. package/src/docs/shared/components/Image.ts +0 -13
  797. package/src/docs/shared/components/Link.ts +0 -13
  798. package/src/docs/shared/components/ListItem.ts +0 -13
  799. package/src/docs/shared/components/Map.ts +0 -12
  800. package/src/docs/shared/components/MapMarker.ts +0 -12
  801. package/src/docs/shared/components/Menu.ts +0 -13
  802. package/src/docs/shared/components/Modal.ts +0 -12
  803. package/src/docs/shared/components/MoneyField.ts +0 -13
  804. package/src/docs/shared/components/NumberField.ts +0 -13
  805. package/src/docs/shared/components/Option.ts +0 -12
  806. package/src/docs/shared/components/OptionGroup.ts +0 -12
  807. package/src/docs/shared/components/OrderedList.ts +0 -13
  808. package/src/docs/shared/components/Page.ts +0 -12
  809. package/src/docs/shared/components/Paragraph.ts +0 -13
  810. package/src/docs/shared/components/PasswordField.ts +0 -13
  811. package/src/docs/shared/components/PaymentIcon.ts +0 -12
  812. package/src/docs/shared/components/PhoneField.ts +0 -11
  813. package/src/docs/shared/components/Popover.ts +0 -12
  814. package/src/docs/shared/components/PressButton.ts +0 -12
  815. package/src/docs/shared/components/ProductThumbnail.ts +0 -11
  816. package/src/docs/shared/components/Progress.ts +0 -12
  817. package/src/docs/shared/components/QRCode.ts +0 -12
  818. package/src/docs/shared/components/QueryContainer.ts +0 -13
  819. package/src/docs/shared/components/ScrollBox.ts +0 -12
  820. package/src/docs/shared/components/SearchField.ts +0 -12
  821. package/src/docs/shared/components/Section.ts +0 -13
  822. package/src/docs/shared/components/Select.ts +0 -13
  823. package/src/docs/shared/components/Sheet.ts +0 -14
  824. package/src/docs/shared/components/SkeletonParagraph.ts +0 -12
  825. package/src/docs/shared/components/Spinner.ts +0 -13
  826. package/src/docs/shared/components/Stack.ts +0 -13
  827. package/src/docs/shared/components/Summary.ts +0 -12
  828. package/src/docs/shared/components/Switch.ts +0 -13
  829. package/src/docs/shared/components/Table.ts +0 -13
  830. package/src/docs/shared/components/TableBody.ts +0 -13
  831. package/src/docs/shared/components/TableCell.ts +0 -13
  832. package/src/docs/shared/components/TableHeader.ts +0 -13
  833. package/src/docs/shared/components/TableHeaderRow.ts +0 -13
  834. package/src/docs/shared/components/TableRow.ts +0 -13
  835. package/src/docs/shared/components/Text.ts +0 -13
  836. package/src/docs/shared/components/TextArea.ts +0 -13
  837. package/src/docs/shared/components/TextField.ts +0 -13
  838. package/src/docs/shared/components/Thumbnail.ts +0 -13
  839. package/src/docs/shared/components/Time.ts +0 -12
  840. package/src/docs/shared/components/Tooltip.ts +0 -13
  841. package/src/docs/shared/components/URLField.ts +0 -13
  842. package/src/docs/shared/components/UnorderedList.ts +0 -13
  843. package/src/docs/shared/components/index.ts +0 -52
  844. package/src/docs/shared/docs-type.ts +0 -7
  845. package/src/surfaces/admin/components/Icon/icon-data.json +0 -9
  846. package/src/surfaces/admin/components/patterns/index.ab.doc.ts +0 -80
  847. package/src/surfaces/admin/docs-types.ts +0 -45
  848. package/src/surfaces/checkout/helper.docs.ts +0 -166
  849. package/src/surfaces/point-of-sale/event/data/CartUpdateEventData.ts +0 -14
  850. package/src/surfaces/point-of-sale/event/data/CashTrackingSessionData.ts +0 -46
@@ -88,7 +88,7 @@ export interface AddressAutocompleteStandardApi<
88
88
  /**
89
89
  * The details about the location, language, and currency of the customer. For utilities to easily
90
90
  * format and translate content based on these details, you can use the
91
- * [`i18n`](https://shopify.dev/docs/api/checkout-ui-extensions/apis/localization#standardapi-propertydetail-i18n)
91
+ * [`i18n`](https://shopify.dev/docs/api/checkout-ui-extensions/apis/localization#properties-propertydetail-i18n)
92
92
  * object instead.
93
93
  */
94
94
  localization: Localization;
@@ -56,8 +56,8 @@ interface Target {
56
56
  export interface AddressAutocompleteSuggestOutput {
57
57
  /**
58
58
  * An array of address autocomplete suggestions to show to the buyer.
59
- *
60
- * > Note: Only the first five suggestions will be displayed to the buyer.
59
+ * Checkout displays up to five address suggestions. Return no more
60
+ * than five. Additional suggestions are ignored.
61
61
  */
62
62
  suggestions: AddressAutocompleteSuggestion[];
63
63
  }
@@ -7,6 +7,10 @@ export interface CartLineItemApi {
7
7
  * The cart line that this extension is attached to. Use this to read the
8
8
  * line item's merchandise, quantity, cost, and attributes.
9
9
  *
10
+ * Available only on the corresponding item target. Shipping option item
11
+ * targets expose shipping option properties; pickup location item targets
12
+ * expose pickup location properties.
13
+ *
10
14
  * > Note: Until version `2023-04`, this property was a `ReadonlySignalLike<PresentmentCartLine>`.
11
15
  */
12
16
  target: SubscribableSignalLike<CartLine>;
@@ -61,6 +61,9 @@ export interface NoteChangeResultError {
61
61
  /**
62
62
  * A message that explains the error. This message is useful for debugging.
63
63
  * It isn't localized and shouldn't be displayed to the buyer.
64
+ *
65
+ * Render your own localized error text rather than displaying this message
66
+ * to the buyer.
64
67
  */
65
68
  message: string;
66
69
  }
@@ -176,6 +179,9 @@ export interface CartLineChangeResultError {
176
179
  /**
177
180
  * A message that explains the error. This message is useful for debugging.
178
181
  * It isn't localized and shouldn't be displayed to the buyer.
182
+ *
183
+ * Render your own localized error text rather than displaying this message
184
+ * to the buyer.
179
185
  */
180
186
  message: string;
181
187
  }
@@ -450,6 +456,9 @@ export interface GiftCardChangeResultError {
450
456
  /**
451
457
  * A message that explains the error. This message is useful for debugging.
452
458
  * It isn't localized and shouldn't be displayed to the buyer.
459
+ *
460
+ * Render your own localized error text rather than displaying this message
461
+ * to the buyer.
453
462
  */
454
463
  message: string;
455
464
  }
@@ -541,6 +550,9 @@ export interface MetafieldChangeResultError {
541
550
  /**
542
551
  * A message that explains the error. This message is useful for debugging.
543
552
  * It isn't localized and shouldn't be displayed to the buyer.
553
+ *
554
+ * Render your own localized error text rather than displaying this message
555
+ * to the buyer.
544
556
  */
545
557
  message: string;
546
558
  }
@@ -642,35 +654,41 @@ export type ShippingAddressChangeResult =
642
654
  export interface CheckoutApi {
643
655
  /**
644
656
  * Updates or removes an attribute on the cart and checkout. On success, the
645
- * [`attributes`](https://shopify.dev/docs/api/checkout-ui-extensions/{API_VERSION}/apis/attributes#standardapi-propertydetail-attributes) property updates to reflect the change.
657
+ * [`attributes`](https://shopify.dev/docs/api/checkout-ui-extensions/{API_VERSION}/apis/attributes#properties-propertydetail-attributes) property updates to reflect the change.
646
658
  *
647
- * > Note: This method returns an error if the [cart instruction](https://shopify.dev/docs/api/checkout-ui-extensions/{API_VERSION}/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.
659
+ * > 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.
648
660
  *
649
661
  * @deprecated Use cart metafields instead.
650
662
  */
651
663
  applyAttributeChange(change: AttributeChange): Promise<AttributeChangeResult>;
652
664
 
653
665
  /**
654
- * 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#standardapi-propertydetail-lines) property updates with the new state.
666
+ * 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.
667
+ *
668
+ * Accepts a single change per call. To make multiple changes, call this
669
+ * method separately for each one.
655
670
  *
656
- * > Note: This method returns an error if the [cart instruction](https://shopify.dev/docs/api/checkout-ui-extensions/{API_VERSION}/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.
671
+ * > 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.
657
672
  */
658
673
  applyCartLinesChange(change: CartLineChange): Promise<CartLineChangeResult>;
659
674
 
660
675
  /**
661
- * 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#standardapi-propertydetail-discountcodes) property updates with the new state.
676
+ * 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.
662
677
  *
663
678
  * > Caution:
664
679
  * > 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.
665
680
  *
666
- * > Note: This method returns an error if the [cart instruction](https://shopify.dev/docs/api/checkout-ui-extensions/{API_VERSION}/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.
681
+ * > 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.
667
682
  */
668
683
  applyDiscountCodeChange(
669
684
  change: DiscountCodeChange,
670
685
  ): Promise<DiscountCodeChangeResult>;
671
686
 
672
687
  /**
673
- * 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#standardapi-propertydetail-appliedgiftcards) property updates with the new state.
688
+ * 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.
689
+ *
690
+ * Unlike other write operations, gift card changes aren't gated by a cart
691
+ * instruction flag.
674
692
  *
675
693
  * > Caution:
676
694
  * > 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.
@@ -681,20 +699,20 @@ export interface CheckoutApi {
681
699
 
682
700
  /**
683
701
  * Creates, updates, or removes a cart metafield on the checkout. On success, the
684
- * [`metafields`](https://shopify.dev/docs/api/checkout-ui-extensions/{API_VERSION}/apis/metafields#standardapi-propertydetail-metafields) property updates to reflect the change.
702
+ * [`metafields`](https://shopify.dev/docs/api/checkout-ui-extensions/{API_VERSION}/apis/metafields#properties-propertydetail-metafields) property updates to reflect the change.
685
703
  *
686
704
  * 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.
687
705
  *
688
- * > Note: This method returns an error if the [cart instruction](https://shopify.dev/docs/api/checkout-ui-extensions/{API_VERSION}/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.
706
+ * > 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.
689
707
  */
690
708
  applyMetafieldChange(change: MetafieldChange): Promise<MetafieldChangeResult>;
691
709
 
692
710
  /**
693
711
  * Sets or removes the buyer's note on the checkout. On success, the
694
- * [`note`](https://shopify.dev/docs/api/checkout-ui-extensions/{API_VERSION}/apis/note#standardapi-propertydetail-note)
712
+ * [`note`](https://shopify.dev/docs/api/checkout-ui-extensions/{API_VERSION}/apis/note#properties-propertydetail-note)
695
713
  * property updates to reflect the change.
696
714
  *
697
- * > Note: This method returns an error if the [cart instruction](https://shopify.dev/docs/api/checkout-ui-extensions/{API_VERSION}/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.
715
+ * > 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.
698
716
  */
699
717
  applyNoteChange(change: NoteChange): Promise<NoteChangeResult>;
700
718
 
@@ -708,7 +726,7 @@ export interface CheckoutApi {
708
726
  * are merged into the existing address without prompting the buyer. On success,
709
727
  * the `shippingAddress` property updates to reflect the change.
710
728
  *
711
- * > Note: This method returns an error if the [cart instruction](https://shopify.dev/docs/api/checkout-ui-extensions/{API_VERSION}/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.
729
+ * > 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.
712
730
  *
713
731
  * {% include /apps/checkout/privacy-icon.md %} Requires access to [protected customer data](https://shopify.dev/docs/apps/store/data-protection/protected-customer-data).
714
732
  */
@@ -16,6 +16,8 @@ export interface OrderConfirmation {
16
16
  * A randomly generated alpha-numeric identifier for the order, distinct
17
17
  * from `order.id`. The value is `undefined` for orders that were created
18
18
  * before this field was introduced. All recent orders have a number.
19
+ *
20
+ * Optional. Might not be present for orders created before 2024.
19
21
  */
20
22
  number?: string;
21
23
 
@@ -5,11 +5,19 @@ import type {PickupLocationOption} from '../standard/standard';
5
5
  export interface PickupLocationItemApi {
6
6
  /**
7
7
  * The pickup location that this extension is attached to. Use this to read the location's name, address, and other details.
8
+ *
9
+ * Available only on the corresponding item target. Shipping option item
10
+ * targets expose shipping option properties; pickup location item targets
11
+ * expose pickup location properties.
8
12
  */
9
13
  target: SubscribableSignalLike<PickupLocationOption>;
10
14
 
11
15
  /**
12
16
  * Whether the buyer has selected the target pickup location. When `true`, the target location is the buyer's active choice. When `false`, the buyer has chosen a different pickup location.
17
+ *
18
+ * Available only on the corresponding item target. Shipping option item
19
+ * targets expose shipping option properties; pickup location item targets
20
+ * expose pickup location properties.
13
21
  */
14
22
  isTargetSelected: SubscribableSignalLike<boolean>;
15
23
  }
@@ -3,9 +3,9 @@ import type {SubscribableSignalLike} from '../../shared';
3
3
  /** @publicDocs */
4
4
  export interface PickupPointListApi {
5
5
  /**
6
- * Whether the location search form is currently visible to the buyer.
7
- * Use this to conditionally render UI that depends on the buyer actively
8
- * searching for pickup points.
6
+ * Reflects which view was active when the extension loaded. When the
7
+ * buyer moves to the next view, the extension restarts with the
8
+ * current value rather than updating in place.
9
9
  */
10
10
  isLocationFormVisible: SubscribableSignalLike<boolean>;
11
11
  }
@@ -59,6 +59,9 @@ export interface Attribute {
59
59
  * The value associated with the attribute key. This is a freeform string
60
60
  * that can store any information the buyer or app provides.
61
61
  *
62
+ * Attribute values are always strings. To store structured data, serialize
63
+ * it to JSON and parse it when reading.
64
+ *
62
65
  * @example 'Please use red wrapping paper'
63
66
  */
64
67
  value: string;
@@ -5,11 +5,19 @@ import type {ShippingOption} from '../standard/standard';
5
5
  export interface ShippingOptionItemApi {
6
6
  /**
7
7
  * The shipping option that this extension is attached to. Use this to read the option's cost, carrier, delivery estimate, and other details.
8
+ *
9
+ * Available only on the corresponding item target. Shipping option item
10
+ * targets expose shipping option properties; pickup location item targets
11
+ * expose pickup location properties.
8
12
  */
9
13
  target: SubscribableSignalLike<ShippingOption>;
10
14
 
11
15
  /**
12
16
  * Whether the buyer has selected the target shipping option. When `true`, the target option is the buyer's active choice. When `false`, the buyer has chosen a different shipping option.
17
+ *
18
+ * Available only on the corresponding item target. Shipping option item
19
+ * targets expose shipping option properties; pickup location item targets
20
+ * expose pickup location properties.
13
21
  */
14
22
  isTargetSelected: SubscribableSignalLike<boolean>;
15
23
 
@@ -35,7 +35,8 @@ export interface Storage {
35
35
  * The stored data is deserialized from JSON and returned as
36
36
  * its original type.
37
37
  *
38
- * Returns `null` if no stored data exists.
38
+ * Returns the stored value for the given key, or `null` when no value
39
+ * exists. Doesn't throw on a missing key.
39
40
  */
40
41
  read<T = unknown>(key: string): Promise<T | null>;
41
42
 
@@ -66,20 +67,8 @@ export interface Extension<Target extends ExtensionTarget = ExtensionTarget> {
66
67
  apiVersion: ApiVersion;
67
68
 
68
69
  /**
69
- * The allowed capabilities of the extension, defined
70
- * in your [shopify.extension.toml](https://shopify.dev/docs/api/checkout-ui-extensions/{API_VERSION}/configuration) file.
71
- *
72
- * * [`api_access`](https://shopify.dev/docs/api/checkout-ui-extensions/{API_VERSION}/configuration#api-access): the extension can access the Storefront API.
73
- *
74
- * * [`network_access`](https://shopify.dev/docs/api/checkout-ui-extensions/{API_VERSION}/configuration#network-access): the extension can make external network calls.
75
- *
76
- * * [`block_progress`](https://shopify.dev/docs/api/checkout-ui-extensions/{API_VERSION}/configuration#block-progress): the extension can block a customer's progress and the merchant has allowed this blocking behavior.
77
- *
78
- * * [`collect_buyer_consent.sms_marketing`](https://shopify.dev/docs/api/checkout-ui-extensions/{API_VERSION}/configuration#collect-buyer-consent): the extension can collect customer consent for SMS marketing.
79
- *
80
- * * [`collect_buyer_consent.customer_privacy`](https://shopify.dev/docs/api/checkout-ui-extensions/{API_VERSION}/configuration#collect-buyer-consent): the extension can register customer consent decisions that are honored on Shopify-managed services.
81
- *
82
- * * [`iframe.sources`](https://shopify.dev/docs/api/checkout-ui-extensions/{API_VERSION}/configuration#iframe): the extension can embed an external URL in an iframe.
70
+ * The allowed capabilities of the extension, defined in your
71
+ * [`shopify.extension.toml`](/docs/api/checkout-ui-extensions/{API_VERSION}/configuration) file.
83
72
  */
84
73
  capabilities: SubscribableSignalLike<Capability[]>;
85
74
 
@@ -124,6 +113,9 @@ export interface Extension<Target extends ExtensionTarget = ExtensionTarget> {
124
113
  *
125
114
  * For unpublished extensions, the value is `undefined`.
126
115
  *
116
+ * Don't use this property as a stable identifier in development environments.
117
+ * It becomes available only after the extension is published.
118
+ *
127
119
  * @example 3.0.10
128
120
  */
129
121
  version?: string;
@@ -435,15 +427,21 @@ export interface Localization {
435
427
 
436
428
  /**
437
429
  * The country context of the checkout, carried over from the cart. It updates when the buyer changes their shipping address country. Use this value to display region-specific content such as local support information or regional policies. The value is `undefined` if the buyer's country is unknown.
430
+ *
431
+ * Derived from the buyer's shipping address. Returns `undefined` until the
432
+ * buyer enters a shipping address.
438
433
  */
439
434
  country: SubscribableSignalLike<Country | undefined>;
440
435
 
441
436
  /**
442
- * The [market](https://shopify.dev/docs/apps/build/markets) context of the checkout, carried over from the cart context. Markets group countries and regions with shared pricing, languages, and domains. It updates when the buyer changes the country of their shipping address. The value is `undefined` if the market is unknown.
443
- *
444
- * > Caution: Deprecated as of version `2025-04`. Merchants now manage which extensions load for each market, so extensions no longer need to check this value.
437
+ * The [market](/docs/apps/build/markets) context of the checkout,
438
+ * carried over from the cart context. Markets group countries and
439
+ * regions with shared pricing, languages, and domains. The market
440
+ * context updates when the buyer changes the country of their
441
+ * shipping address. The value is `undefined` if the market is unknown.
445
442
  *
446
- * @deprecated Deprecated as of version `2025-04`
443
+ * @deprecated Merchants now manage which extensions load for each
444
+ * market, so extensions no longer need to check this value.
447
445
  */
448
446
  market: SubscribableSignalLike<Market | undefined>;
449
447
  }
@@ -587,8 +585,10 @@ export interface StandardApi<Target extends ExtensionTarget = ExtensionTarget> {
587
585
  * For example, if you intend to add a discount code via the `applyDiscountCodeChange` method,
588
586
  * check `discounts.canUpdateDiscountCodes` to ensure it's supported in this checkout.
589
587
  *
590
- * > Caution: As of version `2024-07`, UI extension code must check for instructions before calling select APIs in case those APIs aren't available.
591
- * See the [update guide](https://shopify.dev/docs/api/checkout-ui-extensions/{API_VERSION}/apis/cart-instructions#examples) for more information.
588
+ * > Caution: Check cart instructions before calling select APIs, as
589
+ * > some may not be available. See the
590
+ * > [Cart Instructions API](https://shopify.dev/docs/api/checkout-ui-extensions/{API_VERSION}/apis/cart-instructions#examples)
591
+ * > for more information.
592
592
  *
593
593
  */
594
594
  instructions: SubscribableSignalLike<CartInstructions>;
@@ -611,7 +611,14 @@ export interface StandardApi<Target extends ExtensionTarget = ExtensionTarget> {
611
611
  attributes: SubscribableSignalLike<Attribute[]>;
612
612
 
613
613
  /**
614
- * All payment options available to the buyer for this checkout, such as credit cards, wallets, and local payment methods. The list depends on the shop's payment configuration and the buyer's region.
614
+ * All payment options available to the buyer for this checkout, such as
615
+ * credit cards, wallets, and local payment methods. The list depends on
616
+ * the shop's payment configuration and the buyer's region.
617
+ *
618
+ * The set of payment options can change when the buyer updates their
619
+ * address or cart, so subscribe to changes rather than reading once
620
+ * during initialization. Each option exposes `handle` and `type` only.
621
+ * Provider names, logos, fees, and installment terms aren't available.
615
622
  */
616
623
  availablePaymentOptions: SubscribableSignalLike<PaymentOption[]>;
617
624
 
@@ -624,9 +631,6 @@ export interface StandardApi<Target extends ExtensionTarget = ExtensionTarget> {
624
631
 
625
632
  /**
626
633
  * Provides details on the buyer's progression through the checkout and lets you intercept navigation to validate data before the buyer continues.
627
- *
628
- * Refer to [buyer journey](https://shopify.dev/docs/api/checkout-ui-extensions/{API_VERSION}/apis/buyer-journey#examples)
629
- * examples for more information.
630
634
  */
631
635
  buyerJourney: BuyerJourney;
632
636
 
@@ -644,6 +648,8 @@ export interface StandardApi<Target extends ExtensionTarget = ExtensionTarget> {
644
648
  *
645
649
  * This matches the `data.checkout.token` field in a [checkout-related WebPixel event](https://shopify.dev/docs/api/web-pixels-api/standard-events/checkout_started#properties-propertydetail-data)
646
650
  * and the `checkout_token` field in the [REST Admin API `Order` resource](https://shopify.dev/docs/api/admin-rest/unstable/resources/order#resource-object).
651
+ *
652
+ * Can be `undefined`. Handle the `undefined` state before using the value.
647
653
  */
648
654
  checkoutToken: SubscribableSignalLike<CheckoutToken | undefined>;
649
655
 
@@ -654,6 +660,9 @@ export interface StandardApi<Target extends ExtensionTarget = ExtensionTarget> {
654
660
 
655
661
  /**
656
662
  * The delivery groups for this checkout. Each group contains one or more cart lines and the available delivery options (shipping, pickup point, or pickup location) for those items.
663
+ *
664
+ * Empty until the buyer enters enough address information for Shopify to
665
+ * calculate shipping rates.
657
666
  */
658
667
  deliveryGroups: SubscribableSignalLike<DeliveryGroup[]>;
659
668
 
@@ -683,7 +692,7 @@ export interface StandardApi<Target extends ExtensionTarget = ExtensionTarget> {
683
692
  * @see https://shopify.dev/docs/api/checkout-ui-extensions/{API_VERSION}/extension-targets-overview
684
693
  * @see https://shopify.dev/docs/apps/app-extensions/configuration#targets
685
694
  *
686
- * @deprecated Deprecated as of version `2023-07`, use `extension.target` instead.
695
+ * @deprecated Use `extension.target` instead.
687
696
  */
688
697
  extensionPoint: Target;
689
698
 
@@ -703,7 +712,7 @@ export interface StandardApi<Target extends ExtensionTarget = ExtensionTarget> {
703
712
  /**
704
713
  * The buyer's language, country, currency, and timezone context. For
705
714
  * formatting and translation helpers, use the
706
- * [`i18n`](https://shopify.dev/docs/api/checkout-ui-extensions/{API_VERSION}/apis/localization#standardapi-propertydetail-i18n)
715
+ * [`i18n`](https://shopify.dev/docs/api/checkout-ui-extensions/{API_VERSION}/apis/localization#properties-propertydetail-i18n)
707
716
  * object instead.
708
717
  */
709
718
  localization: Localization;
@@ -718,7 +727,6 @@ export interface StandardApi<Target extends ExtensionTarget = ExtensionTarget> {
718
727
  /**
719
728
  * The method used to query the Storefront GraphQL API with a prefetched token.
720
729
  *
721
- * Refer to [Storefront API access examples](https://shopify.dev/docs/api/checkout-ui-extensions/{API_VERSION}/apis/storefront-api) for more information.
722
730
  */
723
731
  query: <Data = unknown, Variables = Record<string, unknown>>(
724
732
  query: string,
@@ -726,7 +734,13 @@ export interface StandardApi<Target extends ExtensionTarget = ExtensionTarget> {
726
734
  ) => Promise<{data?: Data; errors?: GraphQLError[]}>;
727
735
 
728
736
  /**
729
- * The payment options the buyer has currently selected. This updates as the buyer changes their payment method. The array can contain multiple entries when the buyer splits payment across methods (for example, a gift card and a credit card).
737
+ * The payment options the buyer has currently selected. This updates as
738
+ * the buyer changes their payment method. The array can contain multiple
739
+ * entries when the buyer splits payment across methods (for example, a
740
+ * gift card and a credit card).
741
+ *
742
+ * Each option exposes `handle` and `type` only. Provider names, logos,
743
+ * fees, and installment terms aren't available.
730
744
  */
731
745
  selectedPaymentOptions: SubscribableSignalLike<SelectedPaymentOption[]>;
732
746
 
@@ -780,8 +794,8 @@ export interface StandardApi<Target extends ExtensionTarget = ExtensionTarget> {
780
794
 
781
795
  /**
782
796
  * Key-value storage that persists across page loads within the current checkout
783
- * session. Data is shared across all activated extension targets of this
784
- * extension.
797
+ * session. Data is shared across all activated targets associated with
798
+ * this extension.
785
799
  *
786
800
  * > Caution: Data persistence isn't guaranteed and storage is cleared when the
787
801
  * buyer starts a new checkout.
@@ -803,7 +817,7 @@ export interface StandardApi<Target extends ExtensionTarget = ExtensionTarget> {
803
817
  /**
804
818
  * Enables setting and updating customer privacy consent settings and tracking consent metafields.
805
819
  *
806
- * > Note: Requires the [`customer_privacy` capability](https://shopify.dev/docs/api/checkout-ui-extensions/{API_VERSION}/configuration#collect-buyer-consent) to be set to `true`.
820
+ * > Note: Requires the [`collect_buyer_consent` capability](/docs/apps/build/customer-accounts/capabilities#collect-buyer-consent) to be set to `true`.
807
821
  *
808
822
  * {% include /apps/checkout/privacy-icon.md %} Requires access to [protected customer data](https://shopify.dev/docs/apps/store/data-protection/protected-customer-data).
809
823
  */
@@ -820,6 +834,10 @@ export interface StandardApi<Target extends ExtensionTarget = ExtensionTarget> {
820
834
  * Use session tokens to verify the identity of the buyer and the shop
821
835
  * context when making server-side API calls. The token is a signed JWT
822
836
  * that contains claims such as the customer ID, shop domain, and expiration.
837
+ *
838
+ * The `sub` claim in the decoded token is present only when the buyer is
839
+ * logged in and the app has permission to read customer accounts. Absent for
840
+ * anonymous buyers.
823
841
  */
824
842
  export interface SessionToken {
825
843
  /**
@@ -987,11 +1005,17 @@ export interface CartCost {
987
1005
 
988
1006
  /**
989
1007
  * The total shipping cost after shipping discounts have been applied. The value is `undefined` if shipping hasn't been calculated yet, such as when the buyer is still on the information step.
1008
+ *
1009
+ * `undefined` until the buyer selects a shipping method (typically after the
1010
+ * information step).
990
1011
  */
991
1012
  totalShippingAmount: SubscribableSignalLike<Money | undefined>;
992
1013
 
993
1014
  /**
994
1015
  * The total tax the buyer can expect to pay, or the total tax already included in product and shipping prices (for tax-inclusive regions). The value is `undefined` if taxes haven't been calculated yet.
1016
+ *
1017
+ * `undefined` when taxes haven't been calculated or aren't available for the
1018
+ * buyer's region.
995
1019
  */
996
1020
  totalTaxAmount: SubscribableSignalLike<Money | undefined>;
997
1021
 
@@ -1396,6 +1420,11 @@ interface InterceptorRequestAllow {
1396
1420
  * This callback is called when all interceptors finish. We recommend
1397
1421
  * setting errors or reasons for blocking at this stage, so that all the errors in
1398
1422
  * the UI show up at once.
1423
+ *
1424
+ * Runs after all intercept results are collected. Use it for local state
1425
+ * updates such as setting an error flag. By the time it runs, the navigation
1426
+ * decision is final, so blocking logic belongs in the intercept handler
1427
+ * itself, not here.
1399
1428
  * @param result InterceptorResult with behavior as either 'allow' or 'block'
1400
1429
  */
1401
1430
  perform?(result: InterceptorResult): void | Promise<void>;
@@ -1423,6 +1452,11 @@ interface InterceptorRequestBlock {
1423
1452
  * This callback is called when all interceptors finish. We recommend
1424
1453
  * setting errors or reasons for blocking at this stage, so that all the errors in
1425
1454
  * the UI show up at once.
1455
+ *
1456
+ * Runs after all intercept results are collected. Use it for local state
1457
+ * updates such as setting an error flag. By the time it runs, the navigation
1458
+ * decision is final, so blocking logic belongs in the intercept handler
1459
+ * itself, not here.
1426
1460
  * @param result InterceptorResult with behavior as either 'allow' or 'block'
1427
1461
  */
1428
1462
  perform?(result: InterceptorResult): void | Promise<void>;
@@ -1630,6 +1664,10 @@ export interface Analytics {
1630
1664
  /**
1631
1665
  * Publishes a custom event to [Web Pixels](https://shopify.dev/docs/apps/marketing).
1632
1666
  * Returns `true` when the event is successfully dispatched.
1667
+ *
1668
+ * The Promise resolves to `true` when the event was dispatched. The boolean
1669
+ * indicates dispatch confirmation only. It doesn't indicate whether any
1670
+ * specific web pixel processed the event.
1633
1671
  */
1634
1672
  publish(name: string, data: Record<string, unknown>): Promise<boolean>;
1635
1673
 
@@ -1959,24 +1997,45 @@ export interface AllowedProcessing {
1959
1997
  * Whether analytics data can be collected based on the visitor's consent,
1960
1998
  * the merchant's privacy configuration, and the visitor's region. Analytics
1961
1999
  * data includes how the shop was used and what interactions occurred.
2000
+ *
2001
+ * Whether analytics data can be collected right now. Combines the buyer's
2002
+ * consent, the merchant's privacy configuration, and the buyer's region into
2003
+ * a single boolean. Check this flag, not `visitorConsent.analytics`, before
2004
+ * calling `shopify.analytics.publish()`.
1962
2005
  */
1963
2006
  analytics: boolean;
1964
2007
  /**
1965
2008
  * Whether marketing data can be collected based on the visitor's consent,
1966
2009
  * the merchant's privacy configuration, and the visitor's region. Marketing
1967
2010
  * data includes attribution and targeted advertising preferences.
2011
+ *
2012
+ * Whether marketing data can be collected right now. Combines the buyer's
2013
+ * consent, the merchant's privacy configuration, and the buyer's region into
2014
+ * a single boolean. Check this flag, not `visitorConsent.marketing`, before
2015
+ * performing marketing-related data collection.
1968
2016
  */
1969
2017
  marketing: boolean;
1970
2018
  /**
1971
2019
  * Whether preference data can be collected based on the visitor's consent,
1972
2020
  * the merchant's privacy configuration, and the visitor's region. Preference
1973
2021
  * data includes language, currency, and sizing choices.
2022
+ *
2023
+ * Whether preference data can be collected right now. Combines the buyer's
2024
+ * consent, the merchant's privacy configuration, and the buyer's region into
2025
+ * a single boolean. Check this flag, not `visitorConsent.preferences`,
2026
+ * before storing or reading buyer preference data.
1974
2027
  */
1975
2028
  preferences: boolean;
1976
2029
  /**
1977
2030
  * Whether data can be shared with third parties based on the visitor's
1978
2031
  * consent, the merchant's privacy configuration, and the visitor's region.
1979
2032
  * This typically applies to behavioral advertising data.
2033
+ *
2034
+ * Whether buyer data can be shared with or sold to third parties right now.
2035
+ * Combines the buyer's consent, the merchant's privacy configuration, and
2036
+ * the buyer's region into a single boolean. Check this flag, not
2037
+ * `visitorConsent.saleOfData`, before sharing or selling buyer data with
2038
+ * third parties.
1980
2039
  */
1981
2040
  saleOfData: boolean;
1982
2041
  }
@@ -2029,6 +2088,9 @@ export interface TrackingConsentMetafieldChange {
2029
2088
  key: string;
2030
2089
  /**
2031
2090
  * The new value to store in the metafield. Set to `null` to delete the metafield.
2091
+ *
2092
+ * Consent metafield values are strings, not booleans. Pass `null` to delete
2093
+ * a tracking consent metafield.
2032
2094
  */
2033
2095
  value: string | null;
2034
2096
  }
@@ -70,7 +70,7 @@ export interface AnnouncementElementEvents {
70
70
  * - If the element transitioned from showing to hidden, the `oldState` property will be set to `open` and the
71
71
  * `newState` will be `closed`.
72
72
  *
73
- * Learn more about [ToggleEvent.newState](https://developer.mozilla.org/en-US/docs/Web/API/ToggleEvent/newState) and [ToggleEvent.oldState](https://developer.mozilla.org/en-US/docs/Web/API/ToggleEvent/oldState).
73
+ * Learn more about [`newState` property](https://developer.mozilla.org/en-US/docs/Web/API/ToggleEvent/newState) and [`oldState` property](https://developer.mozilla.org/en-US/docs/Web/API/ToggleEvent/oldState).
74
74
  */
75
75
  aftertoggle?: CallbackEventListener<typeof tagName, ToggleArgumentsEvent>;
76
76
  /**
@@ -82,10 +82,10 @@ export interface AnnouncementElementEvents {
82
82
  *
83
83
  * - If the element is transitioning from hidden to showing, the `oldState` property will be set to `closed` and the
84
84
  * `newState` property will be set to `open`.
85
- * - If the element is transitioning from showing to hidden, then `oldState` property will be set to `open` and the
85
+ * - If the element is transitioning from showing to hidden, then the `oldState` property will be set to `open` and the
86
86
  * `newState` will be `closed`.
87
87
  *
88
- * Learn more about the [toggle event](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/toggle_event), [ToggleEvent.newState](https://developer.mozilla.org/en-US/docs/Web/API/ToggleEvent/newState), and [ToggleEvent.oldState](https://developer.mozilla.org/en-US/docs/Web/API/ToggleEvent/oldState).
88
+ * Learn more about the [`toggle` event](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/toggle_event), [`newState` property](https://developer.mozilla.org/en-US/docs/Web/API/ToggleEvent/newState), and [`oldState` property](https://developer.mozilla.org/en-US/docs/Web/API/ToggleEvent/oldState).
89
89
  */
90
90
  toggle?: CallbackEventListener<typeof tagName, ToggleArgumentsEvent>;
91
91
  }