@shopify/ui-extensions 2026.4.2 → 2026.4.3

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 (787) 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/checkout/api/address-autocomplete/standard.d.ts +1 -1
  7. package/build/ts/surfaces/checkout/api/address-autocomplete/suggest.d.ts +2 -2
  8. package/build/ts/surfaces/checkout/api/cart-line/cart-line-item.d.ts +4 -0
  9. package/build/ts/surfaces/checkout/api/cart-line/cart-line-item.d.ts.map +1 -1
  10. package/build/ts/surfaces/checkout/api/checkout/checkout.d.ts +30 -12
  11. package/build/ts/surfaces/checkout/api/checkout/checkout.d.ts.map +1 -1
  12. package/build/ts/surfaces/checkout/api/order-confirmation/order-confirmation.d.ts +2 -0
  13. package/build/ts/surfaces/checkout/api/order-confirmation/order-confirmation.d.ts.map +1 -1
  14. package/build/ts/surfaces/checkout/api/pickup/pickup-location-item.d.ts +8 -0
  15. package/build/ts/surfaces/checkout/api/pickup/pickup-location-item.d.ts.map +1 -1
  16. package/build/ts/surfaces/checkout/api/pickup/pickup-point-list.d.ts +3 -3
  17. package/build/ts/surfaces/checkout/api/shared.d.ts +3 -0
  18. package/build/ts/surfaces/checkout/api/shared.d.ts.map +1 -1
  19. package/build/ts/surfaces/checkout/api/shipping/shipping-option-item.d.ts +8 -0
  20. package/build/ts/surfaces/checkout/api/shipping/shipping-option-item.d.ts.map +1 -1
  21. package/build/ts/surfaces/checkout/api/standard/standard.d.ts +94 -29
  22. package/build/ts/surfaces/checkout/api/standard/standard.d.ts.map +1 -1
  23. package/build/ts/surfaces/checkout/components/Announcement.d.ts +3 -3
  24. package/build/ts/surfaces/checkout/components/Checkbox.d.ts +32 -3
  25. package/build/ts/surfaces/checkout/components/Paragraph.d.ts +9 -10
  26. package/build/ts/surfaces/checkout/components/components-shared.d.ts +32 -3
  27. package/build/ts/surfaces/checkout/components/components.d.ts +9 -13
  28. package/build/ts/surfaces/checkout/preact/localized-fields.d.ts +2 -0
  29. package/build/ts/surfaces/checkout/preact/localized-fields.d.ts.map +1 -1
  30. package/build/ts/surfaces/customer-account/api/cart-line/cart-line-item.d.ts +1 -1
  31. package/build/ts/surfaces/customer-account/api/order-status/order-status.d.ts +27 -2
  32. package/build/ts/surfaces/customer-account/api/order-status/order-status.d.ts.map +1 -1
  33. package/build/ts/surfaces/customer-account/api/shared.d.ts +10 -8
  34. package/build/ts/surfaces/customer-account/api/shared.d.ts.map +1 -1
  35. package/build/ts/surfaces/customer-account/api/standard-api/standard-api.d.ts +2 -2
  36. package/build/ts/surfaces/customer-account/components/Announcement.d.ts +3 -3
  37. package/build/ts/surfaces/customer-account/components/Avatar.d.ts +2 -0
  38. package/build/ts/surfaces/customer-account/components/Checkbox.d.ts +32 -3
  39. package/build/ts/surfaces/customer-account/components/Paragraph.d.ts +9 -10
  40. package/build/ts/surfaces/customer-account/components/components-shared.d.ts +32 -3
  41. package/build/ts/surfaces/customer-account/components/components.d.ts +9 -13
  42. package/build/ts/surfaces/point-of-sale/components/components-shared.d.ts +8 -14
  43. package/build/tsconfig.tsbuildinfo +1 -1
  44. package/package.json +2 -4
  45. package/src/surfaces/admin/api/discount-function-settings/launch-options.ts +21 -0
  46. package/src/surfaces/checkout/api/address-autocomplete/standard.ts +1 -1
  47. package/src/surfaces/checkout/api/address-autocomplete/suggest.ts +2 -2
  48. package/src/surfaces/checkout/api/cart-line/cart-line-item.ts +4 -0
  49. package/src/surfaces/checkout/api/checkout/checkout.ts +30 -12
  50. package/src/surfaces/checkout/api/order-confirmation/order-confirmation.ts +2 -0
  51. package/src/surfaces/checkout/api/pickup/pickup-location-item.ts +8 -0
  52. package/src/surfaces/checkout/api/pickup/pickup-point-list.ts +3 -3
  53. package/src/surfaces/checkout/api/shared.ts +3 -0
  54. package/src/surfaces/checkout/api/shipping/shipping-option-item.ts +8 -0
  55. package/src/surfaces/checkout/api/standard/standard.ts +94 -29
  56. package/src/surfaces/checkout/components/Announcement.d.ts +3 -3
  57. package/src/surfaces/checkout/components/Checkbox.d.ts +32 -3
  58. package/src/surfaces/checkout/components/Paragraph.d.ts +9 -10
  59. package/src/surfaces/checkout/components/components-shared.d.ts +32 -3
  60. package/src/surfaces/checkout/components/components.d.ts +9 -13
  61. package/src/surfaces/checkout/preact/localized-fields.ts +2 -0
  62. package/src/surfaces/customer-account/api/cart-line/cart-line-item.ts +1 -1
  63. package/src/surfaces/customer-account/api/order-status/order-status.ts +27 -2
  64. package/src/surfaces/customer-account/api/shared.ts +10 -8
  65. package/src/surfaces/customer-account/api/standard-api/standard-api.ts +2 -2
  66. package/src/surfaces/customer-account/components/Avatar.d.ts +2 -0
  67. package/src/surfaces/point-of-sale/components/components-shared.d.ts +8 -14
  68. package/src/surfaces/point-of-sale/components.d.ts +2 -2
  69. package/build/ts/docs/shared/component-definitions.d.ts +0 -31
  70. package/build/ts/docs/shared/component-definitions.d.ts.map +0 -1
  71. package/build/ts/docs/shared/components/Abbreviation.d.ts +0 -4
  72. package/build/ts/docs/shared/components/Abbreviation.d.ts.map +0 -1
  73. package/build/ts/docs/shared/components/Announcement.d.ts +0 -4
  74. package/build/ts/docs/shared/components/Announcement.d.ts.map +0 -1
  75. package/build/ts/docs/shared/components/Avatar.d.ts +0 -4
  76. package/build/ts/docs/shared/components/Avatar.d.ts.map +0 -1
  77. package/build/ts/docs/shared/components/Badge.d.ts +0 -4
  78. package/build/ts/docs/shared/components/Badge.d.ts.map +0 -1
  79. package/build/ts/docs/shared/components/Banner.d.ts +0 -4
  80. package/build/ts/docs/shared/components/Banner.d.ts.map +0 -1
  81. package/build/ts/docs/shared/components/Box.d.ts +0 -4
  82. package/build/ts/docs/shared/components/Box.d.ts.map +0 -1
  83. package/build/ts/docs/shared/components/Button.d.ts +0 -4
  84. package/build/ts/docs/shared/components/Button.d.ts.map +0 -1
  85. package/build/ts/docs/shared/components/ButtonGroup.d.ts +0 -4
  86. package/build/ts/docs/shared/components/ButtonGroup.d.ts.map +0 -1
  87. package/build/ts/docs/shared/components/Checkbox.d.ts +0 -4
  88. package/build/ts/docs/shared/components/Checkbox.d.ts.map +0 -1
  89. package/build/ts/docs/shared/components/Chip.d.ts +0 -4
  90. package/build/ts/docs/shared/components/Chip.d.ts.map +0 -1
  91. package/build/ts/docs/shared/components/Choice.d.ts +0 -4
  92. package/build/ts/docs/shared/components/Choice.d.ts.map +0 -1
  93. package/build/ts/docs/shared/components/ChoiceList.d.ts +0 -4
  94. package/build/ts/docs/shared/components/ChoiceList.d.ts.map +0 -1
  95. package/build/ts/docs/shared/components/Clickable.d.ts +0 -4
  96. package/build/ts/docs/shared/components/Clickable.d.ts.map +0 -1
  97. package/build/ts/docs/shared/components/ClickableChip.d.ts +0 -4
  98. package/build/ts/docs/shared/components/ClickableChip.d.ts.map +0 -1
  99. package/build/ts/docs/shared/components/ClipboardItem.d.ts +0 -4
  100. package/build/ts/docs/shared/components/ClipboardItem.d.ts.map +0 -1
  101. package/build/ts/docs/shared/components/ColorField.d.ts +0 -4
  102. package/build/ts/docs/shared/components/ColorField.d.ts.map +0 -1
  103. package/build/ts/docs/shared/components/ColorPicker.d.ts +0 -4
  104. package/build/ts/docs/shared/components/ColorPicker.d.ts.map +0 -1
  105. package/build/ts/docs/shared/components/ConsentCheckbox.d.ts +0 -4
  106. package/build/ts/docs/shared/components/ConsentCheckbox.d.ts.map +0 -1
  107. package/build/ts/docs/shared/components/ConsentPhoneField.d.ts +0 -4
  108. package/build/ts/docs/shared/components/ConsentPhoneField.d.ts.map +0 -1
  109. package/build/ts/docs/shared/components/DateField.d.ts +0 -4
  110. package/build/ts/docs/shared/components/DateField.d.ts.map +0 -1
  111. package/build/ts/docs/shared/components/DatePicker.d.ts +0 -4
  112. package/build/ts/docs/shared/components/DatePicker.d.ts.map +0 -1
  113. package/build/ts/docs/shared/components/Details.d.ts +0 -4
  114. package/build/ts/docs/shared/components/Details.d.ts.map +0 -1
  115. package/build/ts/docs/shared/components/Divider.d.ts +0 -4
  116. package/build/ts/docs/shared/components/Divider.d.ts.map +0 -1
  117. package/build/ts/docs/shared/components/DropZone.d.ts +0 -4
  118. package/build/ts/docs/shared/components/DropZone.d.ts.map +0 -1
  119. package/build/ts/docs/shared/components/EmailField.d.ts +0 -4
  120. package/build/ts/docs/shared/components/EmailField.d.ts.map +0 -1
  121. package/build/ts/docs/shared/components/Form.d.ts +0 -4
  122. package/build/ts/docs/shared/components/Form.d.ts.map +0 -1
  123. package/build/ts/docs/shared/components/FunctionSettings.d.ts +0 -4
  124. package/build/ts/docs/shared/components/FunctionSettings.d.ts.map +0 -1
  125. package/build/ts/docs/shared/components/Grid.d.ts +0 -4
  126. package/build/ts/docs/shared/components/Grid.d.ts.map +0 -1
  127. package/build/ts/docs/shared/components/GridItem.d.ts +0 -4
  128. package/build/ts/docs/shared/components/GridItem.d.ts.map +0 -1
  129. package/build/ts/docs/shared/components/Heading.d.ts +0 -4
  130. package/build/ts/docs/shared/components/Heading.d.ts.map +0 -1
  131. package/build/ts/docs/shared/components/Icon.d.ts +0 -4
  132. package/build/ts/docs/shared/components/Icon.d.ts.map +0 -1
  133. package/build/ts/docs/shared/components/Image.d.ts +0 -4
  134. package/build/ts/docs/shared/components/Image.d.ts.map +0 -1
  135. package/build/ts/docs/shared/components/Link.d.ts +0 -4
  136. package/build/ts/docs/shared/components/Link.d.ts.map +0 -1
  137. package/build/ts/docs/shared/components/ListItem.d.ts +0 -4
  138. package/build/ts/docs/shared/components/ListItem.d.ts.map +0 -1
  139. package/build/ts/docs/shared/components/Map.d.ts +0 -4
  140. package/build/ts/docs/shared/components/Map.d.ts.map +0 -1
  141. package/build/ts/docs/shared/components/MapMarker.d.ts +0 -4
  142. package/build/ts/docs/shared/components/MapMarker.d.ts.map +0 -1
  143. package/build/ts/docs/shared/components/Menu.d.ts +0 -4
  144. package/build/ts/docs/shared/components/Menu.d.ts.map +0 -1
  145. package/build/ts/docs/shared/components/Modal.d.ts +0 -4
  146. package/build/ts/docs/shared/components/Modal.d.ts.map +0 -1
  147. package/build/ts/docs/shared/components/MoneyField.d.ts +0 -4
  148. package/build/ts/docs/shared/components/MoneyField.d.ts.map +0 -1
  149. package/build/ts/docs/shared/components/NumberField.d.ts +0 -4
  150. package/build/ts/docs/shared/components/NumberField.d.ts.map +0 -1
  151. package/build/ts/docs/shared/components/Option.d.ts +0 -4
  152. package/build/ts/docs/shared/components/Option.d.ts.map +0 -1
  153. package/build/ts/docs/shared/components/OptionGroup.d.ts +0 -4
  154. package/build/ts/docs/shared/components/OptionGroup.d.ts.map +0 -1
  155. package/build/ts/docs/shared/components/OrderedList.d.ts +0 -4
  156. package/build/ts/docs/shared/components/OrderedList.d.ts.map +0 -1
  157. package/build/ts/docs/shared/components/Page.d.ts +0 -4
  158. package/build/ts/docs/shared/components/Page.d.ts.map +0 -1
  159. package/build/ts/docs/shared/components/Paragraph.d.ts +0 -4
  160. package/build/ts/docs/shared/components/Paragraph.d.ts.map +0 -1
  161. package/build/ts/docs/shared/components/PasswordField.d.ts +0 -4
  162. package/build/ts/docs/shared/components/PasswordField.d.ts.map +0 -1
  163. package/build/ts/docs/shared/components/PaymentIcon.d.ts +0 -4
  164. package/build/ts/docs/shared/components/PaymentIcon.d.ts.map +0 -1
  165. package/build/ts/docs/shared/components/PhoneField.d.ts +0 -4
  166. package/build/ts/docs/shared/components/PhoneField.d.ts.map +0 -1
  167. package/build/ts/docs/shared/components/Popover.d.ts +0 -4
  168. package/build/ts/docs/shared/components/Popover.d.ts.map +0 -1
  169. package/build/ts/docs/shared/components/PressButton.d.ts +0 -4
  170. package/build/ts/docs/shared/components/PressButton.d.ts.map +0 -1
  171. package/build/ts/docs/shared/components/ProductThumbnail.d.ts +0 -4
  172. package/build/ts/docs/shared/components/ProductThumbnail.d.ts.map +0 -1
  173. package/build/ts/docs/shared/components/Progress.d.ts +0 -4
  174. package/build/ts/docs/shared/components/Progress.d.ts.map +0 -1
  175. package/build/ts/docs/shared/components/QRCode.d.ts +0 -4
  176. package/build/ts/docs/shared/components/QRCode.d.ts.map +0 -1
  177. package/build/ts/docs/shared/components/QueryContainer.d.ts +0 -4
  178. package/build/ts/docs/shared/components/QueryContainer.d.ts.map +0 -1
  179. package/build/ts/docs/shared/components/ScrollBox.d.ts +0 -4
  180. package/build/ts/docs/shared/components/ScrollBox.d.ts.map +0 -1
  181. package/build/ts/docs/shared/components/SearchField.d.ts +0 -4
  182. package/build/ts/docs/shared/components/SearchField.d.ts.map +0 -1
  183. package/build/ts/docs/shared/components/Section.d.ts +0 -4
  184. package/build/ts/docs/shared/components/Section.d.ts.map +0 -1
  185. package/build/ts/docs/shared/components/Select.d.ts +0 -4
  186. package/build/ts/docs/shared/components/Select.d.ts.map +0 -1
  187. package/build/ts/docs/shared/components/Sheet.d.ts +0 -4
  188. package/build/ts/docs/shared/components/Sheet.d.ts.map +0 -1
  189. package/build/ts/docs/shared/components/SkeletonParagraph.d.ts +0 -4
  190. package/build/ts/docs/shared/components/SkeletonParagraph.d.ts.map +0 -1
  191. package/build/ts/docs/shared/components/Spinner.d.ts +0 -4
  192. package/build/ts/docs/shared/components/Spinner.d.ts.map +0 -1
  193. package/build/ts/docs/shared/components/Stack.d.ts +0 -4
  194. package/build/ts/docs/shared/components/Stack.d.ts.map +0 -1
  195. package/build/ts/docs/shared/components/Summary.d.ts +0 -4
  196. package/build/ts/docs/shared/components/Summary.d.ts.map +0 -1
  197. package/build/ts/docs/shared/components/Switch.d.ts +0 -4
  198. package/build/ts/docs/shared/components/Switch.d.ts.map +0 -1
  199. package/build/ts/docs/shared/components/Table.d.ts +0 -4
  200. package/build/ts/docs/shared/components/Table.d.ts.map +0 -1
  201. package/build/ts/docs/shared/components/TableBody.d.ts +0 -4
  202. package/build/ts/docs/shared/components/TableBody.d.ts.map +0 -1
  203. package/build/ts/docs/shared/components/TableCell.d.ts +0 -4
  204. package/build/ts/docs/shared/components/TableCell.d.ts.map +0 -1
  205. package/build/ts/docs/shared/components/TableHeader.d.ts +0 -4
  206. package/build/ts/docs/shared/components/TableHeader.d.ts.map +0 -1
  207. package/build/ts/docs/shared/components/TableHeaderRow.d.ts +0 -4
  208. package/build/ts/docs/shared/components/TableHeaderRow.d.ts.map +0 -1
  209. package/build/ts/docs/shared/components/TableRow.d.ts +0 -4
  210. package/build/ts/docs/shared/components/TableRow.d.ts.map +0 -1
  211. package/build/ts/docs/shared/components/Text.d.ts +0 -4
  212. package/build/ts/docs/shared/components/Text.d.ts.map +0 -1
  213. package/build/ts/docs/shared/components/TextArea.d.ts +0 -4
  214. package/build/ts/docs/shared/components/TextArea.d.ts.map +0 -1
  215. package/build/ts/docs/shared/components/TextField.d.ts +0 -4
  216. package/build/ts/docs/shared/components/TextField.d.ts.map +0 -1
  217. package/build/ts/docs/shared/components/Thumbnail.d.ts +0 -4
  218. package/build/ts/docs/shared/components/Thumbnail.d.ts.map +0 -1
  219. package/build/ts/docs/shared/components/Time.d.ts +0 -4
  220. package/build/ts/docs/shared/components/Time.d.ts.map +0 -1
  221. package/build/ts/docs/shared/components/Tooltip.d.ts +0 -4
  222. package/build/ts/docs/shared/components/Tooltip.d.ts.map +0 -1
  223. package/build/ts/docs/shared/components/URLField.d.ts +0 -4
  224. package/build/ts/docs/shared/components/URLField.d.ts.map +0 -1
  225. package/build/ts/docs/shared/components/UnorderedList.d.ts +0 -4
  226. package/build/ts/docs/shared/components/UnorderedList.d.ts.map +0 -1
  227. package/build/ts/docs/shared/components/index.d.ts +0 -53
  228. package/build/ts/docs/shared/components/index.d.ts.map +0 -1
  229. package/build/ts/docs/shared/docs-type.d.ts +0 -4
  230. package/build/ts/docs/shared/docs-type.d.ts.map +0 -1
  231. package/build/ts/surfaces/admin/api/action/action.doc.d.ts +0 -4
  232. package/build/ts/surfaces/admin/api/action/action.doc.d.ts.map +0 -1
  233. package/build/ts/surfaces/admin/api/block/block.doc.d.ts +0 -4
  234. package/build/ts/surfaces/admin/api/block/block.doc.d.ts.map +0 -1
  235. package/build/ts/surfaces/admin/api/checkout-rules/validation-settings.doc.d.ts +0 -4
  236. package/build/ts/surfaces/admin/api/checkout-rules/validation-settings.doc.d.ts.map +0 -1
  237. package/build/ts/surfaces/admin/api/customer-segment-template/customer-segment-template.doc.d.ts +0 -4
  238. package/build/ts/surfaces/admin/api/customer-segment-template/customer-segment-template.doc.d.ts.map +0 -1
  239. package/build/ts/surfaces/admin/api/discount-function-settings/discount-function-settings.doc.d.ts +0 -4
  240. package/build/ts/surfaces/admin/api/discount-function-settings/discount-function-settings.doc.d.ts.map +0 -1
  241. package/build/ts/surfaces/admin/api/intents/intents.doc.d.ts +0 -4
  242. package/build/ts/surfaces/admin/api/intents/intents.doc.d.ts.map +0 -1
  243. package/build/ts/surfaces/admin/api/order-routing-rule/order-routing-rule.doc.d.ts +0 -4
  244. package/build/ts/surfaces/admin/api/order-routing-rule/order-routing-rule.doc.d.ts.map +0 -1
  245. package/build/ts/surfaces/admin/api/picker/picker.doc.d.ts +0 -4
  246. package/build/ts/surfaces/admin/api/picker/picker.doc.d.ts.map +0 -1
  247. package/build/ts/surfaces/admin/api/print-action/print-action.doc.d.ts +0 -4
  248. package/build/ts/surfaces/admin/api/print-action/print-action.doc.d.ts.map +0 -1
  249. package/build/ts/surfaces/admin/api/product-configuration/product-details-configuration.doc.d.ts +0 -4
  250. package/build/ts/surfaces/admin/api/product-configuration/product-details-configuration.doc.d.ts.map +0 -1
  251. package/build/ts/surfaces/admin/api/product-configuration/product-variant-details-configuration.doc.d.ts +0 -4
  252. package/build/ts/surfaces/admin/api/product-configuration/product-variant-details-configuration.doc.d.ts.map +0 -1
  253. package/build/ts/surfaces/admin/api/purchase-options-card-action.doc.d.ts +0 -4
  254. package/build/ts/surfaces/admin/api/purchase-options-card-action.doc.d.ts.map +0 -1
  255. package/build/ts/surfaces/admin/api/resource-picker/resource-picker.doc.d.ts +0 -4
  256. package/build/ts/surfaces/admin/api/resource-picker/resource-picker.doc.d.ts.map +0 -1
  257. package/build/ts/surfaces/admin/api/should-render/should-render.doc.d.ts +0 -4
  258. package/build/ts/surfaces/admin/api/should-render/should-render.doc.d.ts.map +0 -1
  259. package/build/ts/surfaces/admin/api/standard/standard.doc.d.ts +0 -4
  260. package/build/ts/surfaces/admin/api/standard/standard.doc.d.ts.map +0 -1
  261. package/build/ts/surfaces/admin/components/AdminAction/AdminAction.ext.doc.d.ts +0 -4
  262. package/build/ts/surfaces/admin/components/AdminAction/AdminAction.ext.doc.d.ts.map +0 -1
  263. package/build/ts/surfaces/admin/components/AdminBlock/AdminBlock.ext.doc.d.ts +0 -4
  264. package/build/ts/surfaces/admin/components/AdminBlock/AdminBlock.ext.doc.d.ts.map +0 -1
  265. package/build/ts/surfaces/admin/components/AdminPrintAction/AdminPrintAction.ext.doc.d.ts +0 -4
  266. package/build/ts/surfaces/admin/components/AdminPrintAction/AdminPrintAction.ext.doc.d.ts.map +0 -1
  267. package/build/ts/surfaces/admin/components/Avatar/Avatar.doc.d.ts +0 -4
  268. package/build/ts/surfaces/admin/components/Avatar/Avatar.doc.d.ts.map +0 -1
  269. package/build/ts/surfaces/admin/components/Badge/Badge.doc.d.ts +0 -4
  270. package/build/ts/surfaces/admin/components/Badge/Badge.doc.d.ts.map +0 -1
  271. package/build/ts/surfaces/admin/components/Banner/Banner.doc.d.ts +0 -4
  272. package/build/ts/surfaces/admin/components/Banner/Banner.doc.d.ts.map +0 -1
  273. package/build/ts/surfaces/admin/components/Box/Box.doc.d.ts +0 -4
  274. package/build/ts/surfaces/admin/components/Box/Box.doc.d.ts.map +0 -1
  275. package/build/ts/surfaces/admin/components/Button/Button.doc.d.ts +0 -4
  276. package/build/ts/surfaces/admin/components/Button/Button.doc.d.ts.map +0 -1
  277. package/build/ts/surfaces/admin/components/ButtonGroup/ButtonGroup.doc.d.ts +0 -4
  278. package/build/ts/surfaces/admin/components/ButtonGroup/ButtonGroup.doc.d.ts.map +0 -1
  279. package/build/ts/surfaces/admin/components/Checkbox/Checkbox.doc.d.ts +0 -4
  280. package/build/ts/surfaces/admin/components/Checkbox/Checkbox.doc.d.ts.map +0 -1
  281. package/build/ts/surfaces/admin/components/Chip/Chip.doc.d.ts +0 -4
  282. package/build/ts/surfaces/admin/components/Chip/Chip.doc.d.ts.map +0 -1
  283. package/build/ts/surfaces/admin/components/ChoiceList/ChoiceList.doc.d.ts +0 -4
  284. package/build/ts/surfaces/admin/components/ChoiceList/ChoiceList.doc.d.ts.map +0 -1
  285. package/build/ts/surfaces/admin/components/Clickable/Clickable.doc.d.ts +0 -4
  286. package/build/ts/surfaces/admin/components/Clickable/Clickable.doc.d.ts.map +0 -1
  287. package/build/ts/surfaces/admin/components/ClickableChip/ClickableChip.doc.d.ts +0 -4
  288. package/build/ts/surfaces/admin/components/ClickableChip/ClickableChip.doc.d.ts.map +0 -1
  289. package/build/ts/surfaces/admin/components/ColorField/ColorField.doc.d.ts +0 -4
  290. package/build/ts/surfaces/admin/components/ColorField/ColorField.doc.d.ts.map +0 -1
  291. package/build/ts/surfaces/admin/components/ColorPicker/ColorPicker.doc.d.ts +0 -4
  292. package/build/ts/surfaces/admin/components/ColorPicker/ColorPicker.doc.d.ts.map +0 -1
  293. package/build/ts/surfaces/admin/components/DateField/DateField.doc.d.ts +0 -4
  294. package/build/ts/surfaces/admin/components/DateField/DateField.doc.d.ts.map +0 -1
  295. package/build/ts/surfaces/admin/components/DatePicker/DatePicker.doc.d.ts +0 -4
  296. package/build/ts/surfaces/admin/components/DatePicker/DatePicker.doc.d.ts.map +0 -1
  297. package/build/ts/surfaces/admin/components/Divider/Divider.doc.d.ts +0 -4
  298. package/build/ts/surfaces/admin/components/Divider/Divider.doc.d.ts.map +0 -1
  299. package/build/ts/surfaces/admin/components/DropZone/DropZone.doc.d.ts +0 -4
  300. package/build/ts/surfaces/admin/components/DropZone/DropZone.doc.d.ts.map +0 -1
  301. package/build/ts/surfaces/admin/components/EmailField/EmailField.doc.d.ts +0 -4
  302. package/build/ts/surfaces/admin/components/EmailField/EmailField.doc.d.ts.map +0 -1
  303. package/build/ts/surfaces/admin/components/Form/Form.ext.doc.d.ts +0 -4
  304. package/build/ts/surfaces/admin/components/Form/Form.ext.doc.d.ts.map +0 -1
  305. package/build/ts/surfaces/admin/components/FunctionSettings/FunctionSettings.ext.doc.d.ts +0 -4
  306. package/build/ts/surfaces/admin/components/FunctionSettings/FunctionSettings.ext.doc.d.ts.map +0 -1
  307. package/build/ts/surfaces/admin/components/Grid/Grid.doc.d.ts +0 -4
  308. package/build/ts/surfaces/admin/components/Grid/Grid.doc.d.ts.map +0 -1
  309. package/build/ts/surfaces/admin/components/Heading/Heading.doc.d.ts +0 -4
  310. package/build/ts/surfaces/admin/components/Heading/Heading.doc.d.ts.map +0 -1
  311. package/build/ts/surfaces/admin/components/Icon/Icon.doc.d.ts +0 -4
  312. package/build/ts/surfaces/admin/components/Icon/Icon.doc.d.ts.map +0 -1
  313. package/build/ts/surfaces/admin/components/Image/Image.doc.d.ts +0 -4
  314. package/build/ts/surfaces/admin/components/Image/Image.doc.d.ts.map +0 -1
  315. package/build/ts/surfaces/admin/components/Link/Link.doc.d.ts +0 -4
  316. package/build/ts/surfaces/admin/components/Link/Link.doc.d.ts.map +0 -1
  317. package/build/ts/surfaces/admin/components/Menu/Menu.doc.d.ts +0 -4
  318. package/build/ts/surfaces/admin/components/Menu/Menu.doc.d.ts.map +0 -1
  319. package/build/ts/surfaces/admin/components/Modal/Modal.ab.doc.d.ts +0 -4
  320. package/build/ts/surfaces/admin/components/Modal/Modal.ab.doc.d.ts.map +0 -1
  321. package/build/ts/surfaces/admin/components/MoneyField/MoneyField.doc.d.ts +0 -4
  322. package/build/ts/surfaces/admin/components/MoneyField/MoneyField.doc.d.ts.map +0 -1
  323. package/build/ts/surfaces/admin/components/NumberField/NumberField.doc.d.ts +0 -4
  324. package/build/ts/surfaces/admin/components/NumberField/NumberField.doc.d.ts.map +0 -1
  325. package/build/ts/surfaces/admin/components/OrderedList/OrderedList.doc.d.ts +0 -4
  326. package/build/ts/surfaces/admin/components/OrderedList/OrderedList.doc.d.ts.map +0 -1
  327. package/build/ts/surfaces/admin/components/Page/Page.ab.doc.d.ts +0 -4
  328. package/build/ts/surfaces/admin/components/Page/Page.ab.doc.d.ts.map +0 -1
  329. package/build/ts/surfaces/admin/components/Paragraph/Paragraph.doc.d.ts +0 -4
  330. package/build/ts/surfaces/admin/components/Paragraph/Paragraph.doc.d.ts.map +0 -1
  331. package/build/ts/surfaces/admin/components/PasswordField/PasswordField.doc.d.ts +0 -4
  332. package/build/ts/surfaces/admin/components/PasswordField/PasswordField.doc.d.ts.map +0 -1
  333. package/build/ts/surfaces/admin/components/Popover/Popover.ab.doc.d.ts +0 -4
  334. package/build/ts/surfaces/admin/components/Popover/Popover.ab.doc.d.ts.map +0 -1
  335. package/build/ts/surfaces/admin/components/QueryContainer/QueryContainer.doc.d.ts +0 -4
  336. package/build/ts/surfaces/admin/components/QueryContainer/QueryContainer.doc.d.ts.map +0 -1
  337. package/build/ts/surfaces/admin/components/SearchField/SearchField.doc.d.ts +0 -4
  338. package/build/ts/surfaces/admin/components/SearchField/SearchField.doc.d.ts.map +0 -1
  339. package/build/ts/surfaces/admin/components/Section/Section.doc.d.ts +0 -4
  340. package/build/ts/surfaces/admin/components/Section/Section.doc.d.ts.map +0 -1
  341. package/build/ts/surfaces/admin/components/Select/Select.doc.d.ts +0 -4
  342. package/build/ts/surfaces/admin/components/Select/Select.doc.d.ts.map +0 -1
  343. package/build/ts/surfaces/admin/components/Spinner/Spinner.doc.d.ts +0 -4
  344. package/build/ts/surfaces/admin/components/Spinner/Spinner.doc.d.ts.map +0 -1
  345. package/build/ts/surfaces/admin/components/Stack/Stack.doc.d.ts +0 -4
  346. package/build/ts/surfaces/admin/components/Stack/Stack.doc.d.ts.map +0 -1
  347. package/build/ts/surfaces/admin/components/Switch/Switch.doc.d.ts +0 -4
  348. package/build/ts/surfaces/admin/components/Switch/Switch.doc.d.ts.map +0 -1
  349. package/build/ts/surfaces/admin/components/Table/Table.doc.d.ts +0 -4
  350. package/build/ts/surfaces/admin/components/Table/Table.doc.d.ts.map +0 -1
  351. package/build/ts/surfaces/admin/components/Text/Text.doc.d.ts +0 -4
  352. package/build/ts/surfaces/admin/components/Text/Text.doc.d.ts.map +0 -1
  353. package/build/ts/surfaces/admin/components/TextArea/TextArea.doc.d.ts +0 -4
  354. package/build/ts/surfaces/admin/components/TextArea/TextArea.doc.d.ts.map +0 -1
  355. package/build/ts/surfaces/admin/components/TextField/TextField.doc.d.ts +0 -4
  356. package/build/ts/surfaces/admin/components/TextField/TextField.doc.d.ts.map +0 -1
  357. package/build/ts/surfaces/admin/components/Thumbnail/Thumbnail.doc.d.ts +0 -4
  358. package/build/ts/surfaces/admin/components/Thumbnail/Thumbnail.doc.d.ts.map +0 -1
  359. package/build/ts/surfaces/admin/components/Tooltip/Tooltip.doc.d.ts +0 -4
  360. package/build/ts/surfaces/admin/components/Tooltip/Tooltip.doc.d.ts.map +0 -1
  361. package/build/ts/surfaces/admin/components/URLField/URLField.doc.d.ts +0 -4
  362. package/build/ts/surfaces/admin/components/URLField/URLField.doc.d.ts.map +0 -1
  363. package/build/ts/surfaces/admin/components/UnorderedList/UnorderedList.doc.d.ts +0 -4
  364. package/build/ts/surfaces/admin/components/UnorderedList/UnorderedList.doc.d.ts.map +0 -1
  365. package/build/ts/surfaces/admin/components/patterns/accountConnection.ab.doc.d.ts +0 -4
  366. package/build/ts/surfaces/admin/components/patterns/accountConnection.ab.doc.d.ts.map +0 -1
  367. package/build/ts/surfaces/admin/components/patterns/appCard.ab.doc.d.ts +0 -4
  368. package/build/ts/surfaces/admin/components/patterns/appCard.ab.doc.d.ts.map +0 -1
  369. package/build/ts/surfaces/admin/components/patterns/calloutCard.ab.doc.d.ts +0 -4
  370. package/build/ts/surfaces/admin/components/patterns/calloutCard.ab.doc.d.ts.map +0 -1
  371. package/build/ts/surfaces/admin/components/patterns/details.ab.doc.d.ts +0 -4
  372. package/build/ts/surfaces/admin/components/patterns/details.ab.doc.d.ts.map +0 -1
  373. package/build/ts/surfaces/admin/components/patterns/emptyState.ab.doc.d.ts +0 -4
  374. package/build/ts/surfaces/admin/components/patterns/emptyState.ab.doc.d.ts.map +0 -1
  375. package/build/ts/surfaces/admin/components/patterns/footerHelp.ab.doc.d.ts +0 -4
  376. package/build/ts/surfaces/admin/components/patterns/footerHelp.ab.doc.d.ts.map +0 -1
  377. package/build/ts/surfaces/admin/components/patterns/homepage.ab.doc.d.ts +0 -4
  378. package/build/ts/surfaces/admin/components/patterns/homepage.ab.doc.d.ts.map +0 -1
  379. package/build/ts/surfaces/admin/components/patterns/index.ab.doc.d.ts +0 -4
  380. package/build/ts/surfaces/admin/components/patterns/index.ab.doc.d.ts.map +0 -1
  381. package/build/ts/surfaces/admin/components/patterns/indexTable.ab.doc.d.ts +0 -4
  382. package/build/ts/surfaces/admin/components/patterns/indexTable.ab.doc.d.ts.map +0 -1
  383. package/build/ts/surfaces/admin/components/patterns/interstitialNav.ab.doc.d.ts +0 -4
  384. package/build/ts/surfaces/admin/components/patterns/interstitialNav.ab.doc.d.ts.map +0 -1
  385. package/build/ts/surfaces/admin/components/patterns/mediaCard.ab.doc.d.ts +0 -4
  386. package/build/ts/surfaces/admin/components/patterns/mediaCard.ab.doc.d.ts.map +0 -1
  387. package/build/ts/surfaces/admin/components/patterns/metricsCard.ab.doc.d.ts +0 -4
  388. package/build/ts/surfaces/admin/components/patterns/metricsCard.ab.doc.d.ts.map +0 -1
  389. package/build/ts/surfaces/admin/components/patterns/resourceList.ab.doc.d.ts +0 -4
  390. package/build/ts/surfaces/admin/components/patterns/resourceList.ab.doc.d.ts.map +0 -1
  391. package/build/ts/surfaces/admin/components/patterns/settings.ab.doc.d.ts +0 -4
  392. package/build/ts/surfaces/admin/components/patterns/settings.ab.doc.d.ts.map +0 -1
  393. package/build/ts/surfaces/admin/components/patterns/setupGuide.ab.doc.d.ts +0 -4
  394. package/build/ts/surfaces/admin/components/patterns/setupGuide.ab.doc.d.ts.map +0 -1
  395. package/build/ts/surfaces/admin/docs-types.d.ts +0 -32
  396. package/build/ts/surfaces/admin/docs-types.d.ts.map +0 -1
  397. package/build/ts/surfaces/checkout/components/Abbreviation/Abbreviation.doc.d.ts +0 -4
  398. package/build/ts/surfaces/checkout/components/Abbreviation/Abbreviation.doc.d.ts.map +0 -1
  399. package/build/ts/surfaces/checkout/components/Announcement/Announcement.doc.d.ts +0 -4
  400. package/build/ts/surfaces/checkout/components/Announcement/Announcement.doc.d.ts.map +0 -1
  401. package/build/ts/surfaces/checkout/components/Badge/Badge.doc.d.ts +0 -4
  402. package/build/ts/surfaces/checkout/components/Badge/Badge.doc.d.ts.map +0 -1
  403. package/build/ts/surfaces/checkout/components/Banner/Banner.doc.d.ts +0 -4
  404. package/build/ts/surfaces/checkout/components/Banner/Banner.doc.d.ts.map +0 -1
  405. package/build/ts/surfaces/checkout/components/Box/Box.doc.d.ts +0 -4
  406. package/build/ts/surfaces/checkout/components/Box/Box.doc.d.ts.map +0 -1
  407. package/build/ts/surfaces/checkout/components/Button/Button.doc.d.ts +0 -4
  408. package/build/ts/surfaces/checkout/components/Button/Button.doc.d.ts.map +0 -1
  409. package/build/ts/surfaces/checkout/components/Checkbox/Checkbox.doc.d.ts +0 -4
  410. package/build/ts/surfaces/checkout/components/Checkbox/Checkbox.doc.d.ts.map +0 -1
  411. package/build/ts/surfaces/checkout/components/Chip/Chip.doc.d.ts +0 -4
  412. package/build/ts/surfaces/checkout/components/Chip/Chip.doc.d.ts.map +0 -1
  413. package/build/ts/surfaces/checkout/components/ChoiceList/ChoiceList.doc.d.ts +0 -4
  414. package/build/ts/surfaces/checkout/components/ChoiceList/ChoiceList.doc.d.ts.map +0 -1
  415. package/build/ts/surfaces/checkout/components/Clickable/Clickable.doc.d.ts +0 -4
  416. package/build/ts/surfaces/checkout/components/Clickable/Clickable.doc.d.ts.map +0 -1
  417. package/build/ts/surfaces/checkout/components/ClickableChip/ClickableChip.doc.d.ts +0 -4
  418. package/build/ts/surfaces/checkout/components/ClickableChip/ClickableChip.doc.d.ts.map +0 -1
  419. package/build/ts/surfaces/checkout/components/ClipboardItem/ClipboardItem.doc.d.ts +0 -4
  420. package/build/ts/surfaces/checkout/components/ClipboardItem/ClipboardItem.doc.d.ts.map +0 -1
  421. package/build/ts/surfaces/checkout/components/ConsentCheckbox/ConsentCheckbox.doc.d.ts +0 -4
  422. package/build/ts/surfaces/checkout/components/ConsentCheckbox/ConsentCheckbox.doc.d.ts.map +0 -1
  423. package/build/ts/surfaces/checkout/components/ConsentPhoneField/ConsentPhoneField.doc.d.ts +0 -4
  424. package/build/ts/surfaces/checkout/components/ConsentPhoneField/ConsentPhoneField.doc.d.ts.map +0 -1
  425. package/build/ts/surfaces/checkout/components/DateField/DateField.doc.d.ts +0 -4
  426. package/build/ts/surfaces/checkout/components/DateField/DateField.doc.d.ts.map +0 -1
  427. package/build/ts/surfaces/checkout/components/DatePicker/DatePicker.doc.d.ts +0 -4
  428. package/build/ts/surfaces/checkout/components/DatePicker/DatePicker.doc.d.ts.map +0 -1
  429. package/build/ts/surfaces/checkout/components/Details/Details.doc.d.ts +0 -4
  430. package/build/ts/surfaces/checkout/components/Details/Details.doc.d.ts.map +0 -1
  431. package/build/ts/surfaces/checkout/components/Divider/Divider.doc.d.ts +0 -4
  432. package/build/ts/surfaces/checkout/components/Divider/Divider.doc.d.ts.map +0 -1
  433. package/build/ts/surfaces/checkout/components/DropZone/DropZone.doc.d.ts +0 -4
  434. package/build/ts/surfaces/checkout/components/DropZone/DropZone.doc.d.ts.map +0 -1
  435. package/build/ts/surfaces/checkout/components/EmailField/EmailField.doc.d.ts +0 -4
  436. package/build/ts/surfaces/checkout/components/EmailField/EmailField.doc.d.ts.map +0 -1
  437. package/build/ts/surfaces/checkout/components/Form/Form.doc.d.ts +0 -4
  438. package/build/ts/surfaces/checkout/components/Form/Form.doc.d.ts.map +0 -1
  439. package/build/ts/surfaces/checkout/components/Grid/Grid.doc.d.ts +0 -4
  440. package/build/ts/surfaces/checkout/components/Grid/Grid.doc.d.ts.map +0 -1
  441. package/build/ts/surfaces/checkout/components/Heading/Heading.doc.d.ts +0 -4
  442. package/build/ts/surfaces/checkout/components/Heading/Heading.doc.d.ts.map +0 -1
  443. package/build/ts/surfaces/checkout/components/Icon/Icon.doc.d.ts +0 -4
  444. package/build/ts/surfaces/checkout/components/Icon/Icon.doc.d.ts.map +0 -1
  445. package/build/ts/surfaces/checkout/components/Image/Image.doc.d.ts +0 -4
  446. package/build/ts/surfaces/checkout/components/Image/Image.doc.d.ts.map +0 -1
  447. package/build/ts/surfaces/checkout/components/Link/Link.doc.d.ts +0 -4
  448. package/build/ts/surfaces/checkout/components/Link/Link.doc.d.ts.map +0 -1
  449. package/build/ts/surfaces/checkout/components/Map/Map.doc.d.ts +0 -4
  450. package/build/ts/surfaces/checkout/components/Map/Map.doc.d.ts.map +0 -1
  451. package/build/ts/surfaces/checkout/components/Modal/Modal.doc.d.ts +0 -4
  452. package/build/ts/surfaces/checkout/components/Modal/Modal.doc.d.ts.map +0 -1
  453. package/build/ts/surfaces/checkout/components/MoneyField/MoneyField.doc.d.ts +0 -4
  454. package/build/ts/surfaces/checkout/components/MoneyField/MoneyField.doc.d.ts.map +0 -1
  455. package/build/ts/surfaces/checkout/components/NumberField/NumberField.doc.d.ts +0 -4
  456. package/build/ts/surfaces/checkout/components/NumberField/NumberField.doc.d.ts.map +0 -1
  457. package/build/ts/surfaces/checkout/components/OrderedList/OrderedList.doc.d.ts +0 -4
  458. package/build/ts/surfaces/checkout/components/OrderedList/OrderedList.doc.d.ts.map +0 -1
  459. package/build/ts/surfaces/checkout/components/Paragraph/Paragraph.doc.d.ts +0 -4
  460. package/build/ts/surfaces/checkout/components/Paragraph/Paragraph.doc.d.ts.map +0 -1
  461. package/build/ts/surfaces/checkout/components/PasswordField/PasswordField.doc.d.ts +0 -4
  462. package/build/ts/surfaces/checkout/components/PasswordField/PasswordField.doc.d.ts.map +0 -1
  463. package/build/ts/surfaces/checkout/components/PaymentIcon/PaymentIcon.doc.d.ts +0 -4
  464. package/build/ts/surfaces/checkout/components/PaymentIcon/PaymentIcon.doc.d.ts.map +0 -1
  465. package/build/ts/surfaces/checkout/components/PhoneField/PhoneField.doc.d.ts +0 -4
  466. package/build/ts/surfaces/checkout/components/PhoneField/PhoneField.doc.d.ts.map +0 -1
  467. package/build/ts/surfaces/checkout/components/Popover/Popover.doc.d.ts +0 -4
  468. package/build/ts/surfaces/checkout/components/Popover/Popover.doc.d.ts.map +0 -1
  469. package/build/ts/surfaces/checkout/components/PressButton/PressButton.doc.d.ts +0 -4
  470. package/build/ts/surfaces/checkout/components/PressButton/PressButton.doc.d.ts.map +0 -1
  471. package/build/ts/surfaces/checkout/components/ProductThumbnail/ProductThumbnail.doc.d.ts +0 -4
  472. package/build/ts/surfaces/checkout/components/ProductThumbnail/ProductThumbnail.doc.d.ts.map +0 -1
  473. package/build/ts/surfaces/checkout/components/Progress/Progress.doc.d.ts +0 -4
  474. package/build/ts/surfaces/checkout/components/Progress/Progress.doc.d.ts.map +0 -1
  475. package/build/ts/surfaces/checkout/components/QRCode/QRCode.doc.d.ts +0 -4
  476. package/build/ts/surfaces/checkout/components/QRCode/QRCode.doc.d.ts.map +0 -1
  477. package/build/ts/surfaces/checkout/components/QueryContainer/QueryContainer.doc.d.ts +0 -4
  478. package/build/ts/surfaces/checkout/components/QueryContainer/QueryContainer.doc.d.ts.map +0 -1
  479. package/build/ts/surfaces/checkout/components/ScrollBox/ScrollBox.doc.d.ts +0 -4
  480. package/build/ts/surfaces/checkout/components/ScrollBox/ScrollBox.doc.d.ts.map +0 -1
  481. package/build/ts/surfaces/checkout/components/Section/Section.doc.d.ts +0 -4
  482. package/build/ts/surfaces/checkout/components/Section/Section.doc.d.ts.map +0 -1
  483. package/build/ts/surfaces/checkout/components/Select/Select.doc.d.ts +0 -4
  484. package/build/ts/surfaces/checkout/components/Select/Select.doc.d.ts.map +0 -1
  485. package/build/ts/surfaces/checkout/components/Sheet/Sheet.doc.d.ts +0 -4
  486. package/build/ts/surfaces/checkout/components/Sheet/Sheet.doc.d.ts.map +0 -1
  487. package/build/ts/surfaces/checkout/components/SkeletonParagraph/SkeletonParagraph.doc.d.ts +0 -4
  488. package/build/ts/surfaces/checkout/components/SkeletonParagraph/SkeletonParagraph.doc.d.ts.map +0 -1
  489. package/build/ts/surfaces/checkout/components/Spinner/Spinner.doc.d.ts +0 -4
  490. package/build/ts/surfaces/checkout/components/Spinner/Spinner.doc.d.ts.map +0 -1
  491. package/build/ts/surfaces/checkout/components/Stack/Stack.doc.d.ts +0 -4
  492. package/build/ts/surfaces/checkout/components/Stack/Stack.doc.d.ts.map +0 -1
  493. package/build/ts/surfaces/checkout/components/Switch/Switch.doc.d.ts +0 -4
  494. package/build/ts/surfaces/checkout/components/Switch/Switch.doc.d.ts.map +0 -1
  495. package/build/ts/surfaces/checkout/components/Text/Text.doc.d.ts +0 -4
  496. package/build/ts/surfaces/checkout/components/Text/Text.doc.d.ts.map +0 -1
  497. package/build/ts/surfaces/checkout/components/TextArea/TextArea.doc.d.ts +0 -4
  498. package/build/ts/surfaces/checkout/components/TextArea/TextArea.doc.d.ts.map +0 -1
  499. package/build/ts/surfaces/checkout/components/TextField/TextField.doc.d.ts +0 -4
  500. package/build/ts/surfaces/checkout/components/TextField/TextField.doc.d.ts.map +0 -1
  501. package/build/ts/surfaces/checkout/components/Time/Time.doc.d.ts +0 -4
  502. package/build/ts/surfaces/checkout/components/Time/Time.doc.d.ts.map +0 -1
  503. package/build/ts/surfaces/checkout/components/Tooltip/Tooltip.doc.d.ts +0 -4
  504. package/build/ts/surfaces/checkout/components/Tooltip/Tooltip.doc.d.ts.map +0 -1
  505. package/build/ts/surfaces/checkout/components/UnorderedList/UnorderedList.doc.d.ts +0 -4
  506. package/build/ts/surfaces/checkout/components/UnorderedList/UnorderedList.doc.d.ts.map +0 -1
  507. package/build/ts/surfaces/checkout/components/UrlField/UrlField.doc.d.ts +0 -4
  508. package/build/ts/surfaces/checkout/components/UrlField/UrlField.doc.d.ts.map +0 -1
  509. package/build/ts/surfaces/checkout/helper.docs.d.ts +0 -15
  510. package/build/ts/surfaces/checkout/helper.docs.d.ts.map +0 -1
  511. package/build/ts/surfaces/customer-account/components/Abbreviation/Abbreviation.doc.d.ts +0 -4
  512. package/build/ts/surfaces/customer-account/components/Abbreviation/Abbreviation.doc.d.ts.map +0 -1
  513. package/build/ts/surfaces/customer-account/components/Announcement/Announcement.doc.d.ts +0 -4
  514. package/build/ts/surfaces/customer-account/components/Announcement/Announcement.doc.d.ts.map +0 -1
  515. package/build/ts/surfaces/customer-account/components/Avatar/Avatar.doc.d.ts +0 -4
  516. package/build/ts/surfaces/customer-account/components/Avatar/Avatar.doc.d.ts.map +0 -1
  517. package/build/ts/surfaces/customer-account/components/Badge/Badge.doc.d.ts +0 -4
  518. package/build/ts/surfaces/customer-account/components/Badge/Badge.doc.d.ts.map +0 -1
  519. package/build/ts/surfaces/customer-account/components/Banner/Banner.doc.d.ts +0 -4
  520. package/build/ts/surfaces/customer-account/components/Banner/Banner.doc.d.ts.map +0 -1
  521. package/build/ts/surfaces/customer-account/components/Box/Box.doc.d.ts +0 -4
  522. package/build/ts/surfaces/customer-account/components/Box/Box.doc.d.ts.map +0 -1
  523. package/build/ts/surfaces/customer-account/components/Button/Button.doc.d.ts +0 -4
  524. package/build/ts/surfaces/customer-account/components/Button/Button.doc.d.ts.map +0 -1
  525. package/build/ts/surfaces/customer-account/components/ButtonGroup/ButtonGroup.doc.d.ts +0 -4
  526. package/build/ts/surfaces/customer-account/components/ButtonGroup/ButtonGroup.doc.d.ts.map +0 -1
  527. package/build/ts/surfaces/customer-account/components/Checkbox/Checkbox.doc.d.ts +0 -4
  528. package/build/ts/surfaces/customer-account/components/Checkbox/Checkbox.doc.d.ts.map +0 -1
  529. package/build/ts/surfaces/customer-account/components/Chip/Chip.doc.d.ts +0 -4
  530. package/build/ts/surfaces/customer-account/components/Chip/Chip.doc.d.ts.map +0 -1
  531. package/build/ts/surfaces/customer-account/components/ChoiceList/ChoiceList.doc.d.ts +0 -4
  532. package/build/ts/surfaces/customer-account/components/ChoiceList/ChoiceList.doc.d.ts.map +0 -1
  533. package/build/ts/surfaces/customer-account/components/Clickable/Clickable.doc.d.ts +0 -4
  534. package/build/ts/surfaces/customer-account/components/Clickable/Clickable.doc.d.ts.map +0 -1
  535. package/build/ts/surfaces/customer-account/components/ClickableChip/ClickableChip.doc.d.ts +0 -4
  536. package/build/ts/surfaces/customer-account/components/ClickableChip/ClickableChip.doc.d.ts.map +0 -1
  537. package/build/ts/surfaces/customer-account/components/ClipboardItem/ClipboardItem.doc.d.ts +0 -4
  538. package/build/ts/surfaces/customer-account/components/ClipboardItem/ClipboardItem.doc.d.ts.map +0 -1
  539. package/build/ts/surfaces/customer-account/components/ConsentCheckbox/ConsentCheckbox.doc.d.ts +0 -4
  540. package/build/ts/surfaces/customer-account/components/ConsentCheckbox/ConsentCheckbox.doc.d.ts.map +0 -1
  541. package/build/ts/surfaces/customer-account/components/ConsentPhoneField/ConsentPhoneField.doc.d.ts +0 -4
  542. package/build/ts/surfaces/customer-account/components/ConsentPhoneField/ConsentPhoneField.doc.d.ts.map +0 -1
  543. package/build/ts/surfaces/customer-account/components/CustomerAccountAction/CustomerAccountAction.doc.d.ts +0 -4
  544. package/build/ts/surfaces/customer-account/components/CustomerAccountAction/CustomerAccountAction.doc.d.ts.map +0 -1
  545. package/build/ts/surfaces/customer-account/components/DateField/DateField.doc.d.ts +0 -4
  546. package/build/ts/surfaces/customer-account/components/DateField/DateField.doc.d.ts.map +0 -1
  547. package/build/ts/surfaces/customer-account/components/DatePicker/DatePicker.doc.d.ts +0 -4
  548. package/build/ts/surfaces/customer-account/components/DatePicker/DatePicker.doc.d.ts.map +0 -1
  549. package/build/ts/surfaces/customer-account/components/Details/Details.doc.d.ts +0 -4
  550. package/build/ts/surfaces/customer-account/components/Details/Details.doc.d.ts.map +0 -1
  551. package/build/ts/surfaces/customer-account/components/Divider/Divider.doc.d.ts +0 -4
  552. package/build/ts/surfaces/customer-account/components/Divider/Divider.doc.d.ts.map +0 -1
  553. package/build/ts/surfaces/customer-account/components/DropZone/DropZone.doc.d.ts +0 -4
  554. package/build/ts/surfaces/customer-account/components/DropZone/DropZone.doc.d.ts.map +0 -1
  555. package/build/ts/surfaces/customer-account/components/EmailField/EmailField.doc.d.ts +0 -4
  556. package/build/ts/surfaces/customer-account/components/EmailField/EmailField.doc.d.ts.map +0 -1
  557. package/build/ts/surfaces/customer-account/components/Form/Form.doc.d.ts +0 -4
  558. package/build/ts/surfaces/customer-account/components/Form/Form.doc.d.ts.map +0 -1
  559. package/build/ts/surfaces/customer-account/components/Grid/Grid.doc.d.ts +0 -4
  560. package/build/ts/surfaces/customer-account/components/Grid/Grid.doc.d.ts.map +0 -1
  561. package/build/ts/surfaces/customer-account/components/Heading/Heading.doc.d.ts +0 -4
  562. package/build/ts/surfaces/customer-account/components/Heading/Heading.doc.d.ts.map +0 -1
  563. package/build/ts/surfaces/customer-account/components/Icon/Icon.doc.d.ts +0 -4
  564. package/build/ts/surfaces/customer-account/components/Icon/Icon.doc.d.ts.map +0 -1
  565. package/build/ts/surfaces/customer-account/components/Image/Image.doc.d.ts +0 -4
  566. package/build/ts/surfaces/customer-account/components/Image/Image.doc.d.ts.map +0 -1
  567. package/build/ts/surfaces/customer-account/components/ImageGroup/ImageGroup.doc.d.ts +0 -4
  568. package/build/ts/surfaces/customer-account/components/ImageGroup/ImageGroup.doc.d.ts.map +0 -1
  569. package/build/ts/surfaces/customer-account/components/Link/Link.doc.d.ts +0 -4
  570. package/build/ts/surfaces/customer-account/components/Link/Link.doc.d.ts.map +0 -1
  571. package/build/ts/surfaces/customer-account/components/Map/Map.doc.d.ts +0 -4
  572. package/build/ts/surfaces/customer-account/components/Map/Map.doc.d.ts.map +0 -1
  573. package/build/ts/surfaces/customer-account/components/Menu/Menu.doc.d.ts +0 -4
  574. package/build/ts/surfaces/customer-account/components/Menu/Menu.doc.d.ts.map +0 -1
  575. package/build/ts/surfaces/customer-account/components/Modal/Modal.doc.d.ts +0 -4
  576. package/build/ts/surfaces/customer-account/components/Modal/Modal.doc.d.ts.map +0 -1
  577. package/build/ts/surfaces/customer-account/components/MoneyField/MoneyField.doc.d.ts +0 -4
  578. package/build/ts/surfaces/customer-account/components/MoneyField/MoneyField.doc.d.ts.map +0 -1
  579. package/build/ts/surfaces/customer-account/components/NumberField/NumberField.doc.d.ts +0 -4
  580. package/build/ts/surfaces/customer-account/components/NumberField/NumberField.doc.d.ts.map +0 -1
  581. package/build/ts/surfaces/customer-account/components/OrderedList/OrderedList.doc.d.ts +0 -4
  582. package/build/ts/surfaces/customer-account/components/OrderedList/OrderedList.doc.d.ts.map +0 -1
  583. package/build/ts/surfaces/customer-account/components/Page/Page.doc.d.ts +0 -4
  584. package/build/ts/surfaces/customer-account/components/Page/Page.doc.d.ts.map +0 -1
  585. package/build/ts/surfaces/customer-account/components/Paragraph/Paragraph.doc.d.ts +0 -4
  586. package/build/ts/surfaces/customer-account/components/Paragraph/Paragraph.doc.d.ts.map +0 -1
  587. package/build/ts/surfaces/customer-account/components/PasswordField/PasswordField.doc.d.ts +0 -4
  588. package/build/ts/surfaces/customer-account/components/PasswordField/PasswordField.doc.d.ts.map +0 -1
  589. package/build/ts/surfaces/customer-account/components/PaymentIcon/PaymentIcon.doc.d.ts +0 -4
  590. package/build/ts/surfaces/customer-account/components/PaymentIcon/PaymentIcon.doc.d.ts.map +0 -1
  591. package/build/ts/surfaces/customer-account/components/PhoneField/PhoneField.doc.d.ts +0 -4
  592. package/build/ts/surfaces/customer-account/components/PhoneField/PhoneField.doc.d.ts.map +0 -1
  593. package/build/ts/surfaces/customer-account/components/Popover/Popover.doc.d.ts +0 -4
  594. package/build/ts/surfaces/customer-account/components/Popover/Popover.doc.d.ts.map +0 -1
  595. package/build/ts/surfaces/customer-account/components/PressButton/PressButton.doc.d.ts +0 -4
  596. package/build/ts/surfaces/customer-account/components/PressButton/PressButton.doc.d.ts.map +0 -1
  597. package/build/ts/surfaces/customer-account/components/ProductThumbnail/ProductThumbnail.doc.d.ts +0 -4
  598. package/build/ts/surfaces/customer-account/components/ProductThumbnail/ProductThumbnail.doc.d.ts.map +0 -1
  599. package/build/ts/surfaces/customer-account/components/Progress/Progress.doc.d.ts +0 -4
  600. package/build/ts/surfaces/customer-account/components/Progress/Progress.doc.d.ts.map +0 -1
  601. package/build/ts/surfaces/customer-account/components/QRCode/QRCode.doc.d.ts +0 -4
  602. package/build/ts/surfaces/customer-account/components/QRCode/QRCode.doc.d.ts.map +0 -1
  603. package/build/ts/surfaces/customer-account/components/QueryContainer/QueryContainer.doc.d.ts +0 -4
  604. package/build/ts/surfaces/customer-account/components/QueryContainer/QueryContainer.doc.d.ts.map +0 -1
  605. package/build/ts/surfaces/customer-account/components/ScrollBox/ScrollBox.doc.d.ts +0 -4
  606. package/build/ts/surfaces/customer-account/components/ScrollBox/ScrollBox.doc.d.ts.map +0 -1
  607. package/build/ts/surfaces/customer-account/components/Section/Section.doc.d.ts +0 -4
  608. package/build/ts/surfaces/customer-account/components/Section/Section.doc.d.ts.map +0 -1
  609. package/build/ts/surfaces/customer-account/components/Select/Select.doc.d.ts +0 -4
  610. package/build/ts/surfaces/customer-account/components/Select/Select.doc.d.ts.map +0 -1
  611. package/build/ts/surfaces/customer-account/components/Sheet/Sheet.doc.d.ts +0 -4
  612. package/build/ts/surfaces/customer-account/components/Sheet/Sheet.doc.d.ts.map +0 -1
  613. package/build/ts/surfaces/customer-account/components/SkeletonParagraph/SkeletonParagraph.doc.d.ts +0 -4
  614. package/build/ts/surfaces/customer-account/components/SkeletonParagraph/SkeletonParagraph.doc.d.ts.map +0 -1
  615. package/build/ts/surfaces/customer-account/components/Spinner/Spinner.doc.d.ts +0 -4
  616. package/build/ts/surfaces/customer-account/components/Spinner/Spinner.doc.d.ts.map +0 -1
  617. package/build/ts/surfaces/customer-account/components/Stack/Stack.doc.d.ts +0 -4
  618. package/build/ts/surfaces/customer-account/components/Stack/Stack.doc.d.ts.map +0 -1
  619. package/build/ts/surfaces/customer-account/components/Switch/Switch.doc.d.ts +0 -4
  620. package/build/ts/surfaces/customer-account/components/Switch/Switch.doc.d.ts.map +0 -1
  621. package/build/ts/surfaces/customer-account/components/Text/Text.doc.d.ts +0 -4
  622. package/build/ts/surfaces/customer-account/components/Text/Text.doc.d.ts.map +0 -1
  623. package/build/ts/surfaces/customer-account/components/TextArea/TextArea.doc.d.ts +0 -4
  624. package/build/ts/surfaces/customer-account/components/TextArea/TextArea.doc.d.ts.map +0 -1
  625. package/build/ts/surfaces/customer-account/components/TextField/TextField.doc.d.ts +0 -4
  626. package/build/ts/surfaces/customer-account/components/TextField/TextField.doc.d.ts.map +0 -1
  627. package/build/ts/surfaces/customer-account/components/Time/Time.doc.d.ts +0 -4
  628. package/build/ts/surfaces/customer-account/components/Time/Time.doc.d.ts.map +0 -1
  629. package/build/ts/surfaces/customer-account/components/Tooltip/Tooltip.doc.d.ts +0 -4
  630. package/build/ts/surfaces/customer-account/components/Tooltip/Tooltip.doc.d.ts.map +0 -1
  631. package/build/ts/surfaces/customer-account/components/URLField/URLField.doc.d.ts +0 -4
  632. package/build/ts/surfaces/customer-account/components/URLField/URLField.doc.d.ts.map +0 -1
  633. package/build/ts/surfaces/customer-account/components/UnorderedList/UnorderedList.doc.d.ts +0 -4
  634. package/build/ts/surfaces/customer-account/components/UnorderedList/UnorderedList.doc.d.ts.map +0 -1
  635. package/build/ts/surfaces/point-of-sale/components/Badge/Badge.doc.d.ts +0 -4
  636. package/build/ts/surfaces/point-of-sale/components/Badge/Badge.doc.d.ts.map +0 -1
  637. package/build/ts/surfaces/point-of-sale/components/Banner/Banner.doc.d.ts +0 -4
  638. package/build/ts/surfaces/point-of-sale/components/Banner/Banner.doc.d.ts.map +0 -1
  639. package/build/ts/surfaces/point-of-sale/components/Box/Box.doc.d.ts +0 -4
  640. package/build/ts/surfaces/point-of-sale/components/Box/Box.doc.d.ts.map +0 -1
  641. package/build/ts/surfaces/point-of-sale/components/Button/Button.doc.d.ts +0 -4
  642. package/build/ts/surfaces/point-of-sale/components/Button/Button.doc.d.ts.map +0 -1
  643. package/build/ts/surfaces/point-of-sale/components/ChoiceList/ChoiceList.doc.d.ts +0 -4
  644. package/build/ts/surfaces/point-of-sale/components/ChoiceList/ChoiceList.doc.d.ts.map +0 -1
  645. package/build/ts/surfaces/point-of-sale/components/Clickable/Clickable.doc.d.ts +0 -4
  646. package/build/ts/surfaces/point-of-sale/components/Clickable/Clickable.doc.d.ts.map +0 -1
  647. package/build/ts/surfaces/point-of-sale/components/DateField/DateField.doc.d.ts +0 -4
  648. package/build/ts/surfaces/point-of-sale/components/DateField/DateField.doc.d.ts.map +0 -1
  649. package/build/ts/surfaces/point-of-sale/components/DatePicker/DatePicker.doc.d.ts +0 -4
  650. package/build/ts/surfaces/point-of-sale/components/DatePicker/DatePicker.doc.d.ts.map +0 -1
  651. package/build/ts/surfaces/point-of-sale/components/DateSpinner/DateSpinner.doc.d.ts +0 -4
  652. package/build/ts/surfaces/point-of-sale/components/DateSpinner/DateSpinner.doc.d.ts.map +0 -1
  653. package/build/ts/surfaces/point-of-sale/components/Divider/Divider.doc.d.ts +0 -4
  654. package/build/ts/surfaces/point-of-sale/components/Divider/Divider.doc.d.ts.map +0 -1
  655. package/build/ts/surfaces/point-of-sale/components/EmailField/EmailField.doc.d.ts +0 -4
  656. package/build/ts/surfaces/point-of-sale/components/EmailField/EmailField.doc.d.ts.map +0 -1
  657. package/build/ts/surfaces/point-of-sale/components/Embed/Embed.doc.d.ts +0 -4
  658. package/build/ts/surfaces/point-of-sale/components/Embed/Embed.doc.d.ts.map +0 -1
  659. package/build/ts/surfaces/point-of-sale/components/EmptyState/EmptyState.doc.d.ts +0 -4
  660. package/build/ts/surfaces/point-of-sale/components/EmptyState/EmptyState.doc.d.ts.map +0 -1
  661. package/build/ts/surfaces/point-of-sale/components/Heading/Heading.doc.d.ts +0 -4
  662. package/build/ts/surfaces/point-of-sale/components/Heading/Heading.doc.d.ts.map +0 -1
  663. package/build/ts/surfaces/point-of-sale/components/Icon/Icon.doc.d.ts +0 -4
  664. package/build/ts/surfaces/point-of-sale/components/Icon/Icon.doc.d.ts.map +0 -1
  665. package/build/ts/surfaces/point-of-sale/components/Image/Image.doc.d.ts +0 -4
  666. package/build/ts/surfaces/point-of-sale/components/Image/Image.doc.d.ts.map +0 -1
  667. package/build/ts/surfaces/point-of-sale/components/Link/Link.doc.d.ts +0 -4
  668. package/build/ts/surfaces/point-of-sale/components/Link/Link.doc.d.ts.map +0 -1
  669. package/build/ts/surfaces/point-of-sale/components/Modal/Modal.doc.d.ts +0 -4
  670. package/build/ts/surfaces/point-of-sale/components/Modal/Modal.doc.d.ts.map +0 -1
  671. package/build/ts/surfaces/point-of-sale/components/NumberField/NumberField.doc.d.ts +0 -4
  672. package/build/ts/surfaces/point-of-sale/components/NumberField/NumberField.doc.d.ts.map +0 -1
  673. package/build/ts/surfaces/point-of-sale/components/Page/Page.doc.d.ts +0 -4
  674. package/build/ts/surfaces/point-of-sale/components/Page/Page.doc.d.ts.map +0 -1
  675. package/build/ts/surfaces/point-of-sale/components/PosBlock/PosBlock.doc.d.ts +0 -4
  676. package/build/ts/surfaces/point-of-sale/components/PosBlock/PosBlock.doc.d.ts.map +0 -1
  677. package/build/ts/surfaces/point-of-sale/components/ScrollBox/ScrollBox.doc.d.ts +0 -4
  678. package/build/ts/surfaces/point-of-sale/components/ScrollBox/ScrollBox.doc.d.ts.map +0 -1
  679. package/build/ts/surfaces/point-of-sale/components/SearchField/SearchField.doc.d.ts +0 -4
  680. package/build/ts/surfaces/point-of-sale/components/SearchField/SearchField.doc.d.ts.map +0 -1
  681. package/build/ts/surfaces/point-of-sale/components/Section/Section.doc.d.ts +0 -4
  682. package/build/ts/surfaces/point-of-sale/components/Section/Section.doc.d.ts.map +0 -1
  683. package/build/ts/surfaces/point-of-sale/components/Spinner/Spinner.doc.d.ts +0 -4
  684. package/build/ts/surfaces/point-of-sale/components/Spinner/Spinner.doc.d.ts.map +0 -1
  685. package/build/ts/surfaces/point-of-sale/components/Stack/Stack.doc.d.ts +0 -4
  686. package/build/ts/surfaces/point-of-sale/components/Stack/Stack.doc.d.ts.map +0 -1
  687. package/build/ts/surfaces/point-of-sale/components/Switch/Switch.doc.d.ts +0 -4
  688. package/build/ts/surfaces/point-of-sale/components/Switch/Switch.doc.d.ts.map +0 -1
  689. package/build/ts/surfaces/point-of-sale/components/Tabs/Tabs.doc.d.ts +0 -4
  690. package/build/ts/surfaces/point-of-sale/components/Tabs/Tabs.doc.d.ts.map +0 -1
  691. package/build/ts/surfaces/point-of-sale/components/Text/Text.doc.d.ts +0 -4
  692. package/build/ts/surfaces/point-of-sale/components/Text/Text.doc.d.ts.map +0 -1
  693. package/build/ts/surfaces/point-of-sale/components/TextArea/TextArea.doc.d.ts +0 -4
  694. package/build/ts/surfaces/point-of-sale/components/TextArea/TextArea.doc.d.ts.map +0 -1
  695. package/build/ts/surfaces/point-of-sale/components/TextField/TextField.doc.d.ts +0 -4
  696. package/build/ts/surfaces/point-of-sale/components/TextField/TextField.doc.d.ts.map +0 -1
  697. package/build/ts/surfaces/point-of-sale/components/Tile/Tile.doc.d.ts +0 -4
  698. package/build/ts/surfaces/point-of-sale/components/Tile/Tile.doc.d.ts.map +0 -1
  699. package/build/ts/surfaces/point-of-sale/components/TimeField/TimeField.doc.d.ts +0 -4
  700. package/build/ts/surfaces/point-of-sale/components/TimeField/TimeField.doc.d.ts.map +0 -1
  701. package/build/ts/surfaces/point-of-sale/components/TimePicker/TimePicker.doc.d.ts +0 -4
  702. package/build/ts/surfaces/point-of-sale/components/TimePicker/TimePicker.doc.d.ts.map +0 -1
  703. package/src/docs/shared/component-definitions.ts +0 -190
  704. package/src/docs/shared/components/Abbreviation.ts +0 -12
  705. package/src/docs/shared/components/Announcement.ts +0 -12
  706. package/src/docs/shared/components/Avatar.ts +0 -13
  707. package/src/docs/shared/components/Badge.ts +0 -13
  708. package/src/docs/shared/components/Banner.ts +0 -13
  709. package/src/docs/shared/components/Box.ts +0 -13
  710. package/src/docs/shared/components/Button.ts +0 -13
  711. package/src/docs/shared/components/ButtonGroup.ts +0 -13
  712. package/src/docs/shared/components/Checkbox.ts +0 -13
  713. package/src/docs/shared/components/Chip.ts +0 -13
  714. package/src/docs/shared/components/Choice.ts +0 -13
  715. package/src/docs/shared/components/ChoiceList.ts +0 -13
  716. package/src/docs/shared/components/Clickable.ts +0 -13
  717. package/src/docs/shared/components/ClickableChip.ts +0 -13
  718. package/src/docs/shared/components/ClipboardItem.ts +0 -12
  719. package/src/docs/shared/components/ColorField.ts +0 -13
  720. package/src/docs/shared/components/ColorPicker.ts +0 -13
  721. package/src/docs/shared/components/ConsentCheckbox.ts +0 -12
  722. package/src/docs/shared/components/ConsentPhoneField.ts +0 -12
  723. package/src/docs/shared/components/DateField.ts +0 -13
  724. package/src/docs/shared/components/DatePicker.ts +0 -13
  725. package/src/docs/shared/components/Details.ts +0 -12
  726. package/src/docs/shared/components/Divider.ts +0 -13
  727. package/src/docs/shared/components/DropZone.ts +0 -12
  728. package/src/docs/shared/components/EmailField.ts +0 -13
  729. package/src/docs/shared/components/Form.ts +0 -13
  730. package/src/docs/shared/components/FunctionSettings.ts +0 -13
  731. package/src/docs/shared/components/Grid.ts +0 -13
  732. package/src/docs/shared/components/GridItem.ts +0 -13
  733. package/src/docs/shared/components/Heading.ts +0 -13
  734. package/src/docs/shared/components/Icon.ts +0 -13
  735. package/src/docs/shared/components/Image.ts +0 -13
  736. package/src/docs/shared/components/Link.ts +0 -13
  737. package/src/docs/shared/components/ListItem.ts +0 -13
  738. package/src/docs/shared/components/Map.ts +0 -12
  739. package/src/docs/shared/components/MapMarker.ts +0 -12
  740. package/src/docs/shared/components/Menu.ts +0 -13
  741. package/src/docs/shared/components/Modal.ts +0 -12
  742. package/src/docs/shared/components/MoneyField.ts +0 -13
  743. package/src/docs/shared/components/NumberField.ts +0 -13
  744. package/src/docs/shared/components/Option.ts +0 -12
  745. package/src/docs/shared/components/OptionGroup.ts +0 -12
  746. package/src/docs/shared/components/OrderedList.ts +0 -13
  747. package/src/docs/shared/components/Page.ts +0 -12
  748. package/src/docs/shared/components/Paragraph.ts +0 -13
  749. package/src/docs/shared/components/PasswordField.ts +0 -13
  750. package/src/docs/shared/components/PaymentIcon.ts +0 -12
  751. package/src/docs/shared/components/PhoneField.ts +0 -11
  752. package/src/docs/shared/components/Popover.ts +0 -12
  753. package/src/docs/shared/components/PressButton.ts +0 -12
  754. package/src/docs/shared/components/ProductThumbnail.ts +0 -11
  755. package/src/docs/shared/components/Progress.ts +0 -12
  756. package/src/docs/shared/components/QRCode.ts +0 -12
  757. package/src/docs/shared/components/QueryContainer.ts +0 -13
  758. package/src/docs/shared/components/ScrollBox.ts +0 -12
  759. package/src/docs/shared/components/SearchField.ts +0 -12
  760. package/src/docs/shared/components/Section.ts +0 -13
  761. package/src/docs/shared/components/Select.ts +0 -13
  762. package/src/docs/shared/components/Sheet.ts +0 -14
  763. package/src/docs/shared/components/SkeletonParagraph.ts +0 -12
  764. package/src/docs/shared/components/Spinner.ts +0 -13
  765. package/src/docs/shared/components/Stack.ts +0 -13
  766. package/src/docs/shared/components/Summary.ts +0 -12
  767. package/src/docs/shared/components/Switch.ts +0 -13
  768. package/src/docs/shared/components/Table.ts +0 -13
  769. package/src/docs/shared/components/TableBody.ts +0 -13
  770. package/src/docs/shared/components/TableCell.ts +0 -13
  771. package/src/docs/shared/components/TableHeader.ts +0 -13
  772. package/src/docs/shared/components/TableHeaderRow.ts +0 -13
  773. package/src/docs/shared/components/TableRow.ts +0 -13
  774. package/src/docs/shared/components/Text.ts +0 -13
  775. package/src/docs/shared/components/TextArea.ts +0 -13
  776. package/src/docs/shared/components/TextField.ts +0 -13
  777. package/src/docs/shared/components/Thumbnail.ts +0 -13
  778. package/src/docs/shared/components/Time.ts +0 -12
  779. package/src/docs/shared/components/Tooltip.ts +0 -13
  780. package/src/docs/shared/components/URLField.ts +0 -13
  781. package/src/docs/shared/components/UnorderedList.ts +0 -13
  782. package/src/docs/shared/components/index.ts +0 -52
  783. package/src/docs/shared/docs-type.ts +0 -7
  784. package/src/surfaces/admin/components/Icon/icon-data.json +0 -9
  785. package/src/surfaces/admin/components/patterns/index.ab.doc.ts +0 -80
  786. package/src/surfaces/admin/docs-types.ts +0 -45
  787. package/src/surfaces/checkout/helper.docs.ts +0 -166
@@ -33,6 +33,8 @@ function useLocalizedFields(keys) {
33
33
  /**
34
34
  * Returns the current localized field or undefined for the specified
35
35
  * localized field key and re-renders your component if the value changes.
36
+ *
37
+ * Returns `undefined` when no field is configured for the buyer's country.
36
38
  * @publicDocs
37
39
  */
38
40
  function useLocalizedField(key) {
@@ -29,6 +29,8 @@ function useLocalizedFields(keys) {
29
29
  /**
30
30
  * Returns the current localized field or undefined for the specified
31
31
  * localized field key and re-renders your component if the value changes.
32
+ *
33
+ * Returns `undefined` when no field is configured for the buyer's country.
32
34
  * @publicDocs
33
35
  */
34
36
  function useLocalizedField(key) {
@@ -29,6 +29,8 @@ function useLocalizedFields(keys) {
29
29
  /**
30
30
  * Returns the current localized field or undefined for the specified
31
31
  * localized field key and re-renders your component if the value changes.
32
+ *
33
+ * Returns `undefined` when no field is configured for the buyer's country.
32
34
  * @publicDocs
33
35
  */
34
36
  function useLocalizedField(key) {
@@ -27,6 +27,10 @@ export type DiscountClass = 'product' | 'order' | 'shipping';
27
27
  * @publicDocs
28
28
  */
29
29
  export type DiscountMethod = 'automatic' | 'code';
30
+ /**
31
+ * The purchase type that determines which purchases the discount applies to. Use `'one_time_purchase'` for one-time purchases only, `'subscription'` for subscription purchases only, or `'both'` for both.
32
+ */
33
+ export type PurchaseType = 'one_time_purchase' | 'subscription' | 'both';
30
34
  /**
31
35
  * The `data` object exposed to discount function settings extensions in the `admin.discount-details.function-settings.render` target. Use this to access the current discount configuration and populate your settings interface with existing values.
32
36
  * @publicDocs
@@ -54,5 +58,21 @@ export interface DiscountsApi {
54
58
  * A signal that contains the discount method (`'automatic'` or `'code'`). Read this to determine whether the discount applies automatically at checkout or requires a customer-entered code.
55
59
  */
56
60
  discountMethod: ReadonlySignalLike<DiscountMethod>;
61
+ /**
62
+ * A signal that contains the purchase type. Read this to determine whether the discount applies to one-time purchases, subscriptions, or both.
63
+ */
64
+ purchaseType: ReadonlySignalLike<PurchaseType>;
65
+ /**
66
+ * A function that updates the purchase type to change which types of purchases the discount applies to. Call this with a `PurchaseType` value (`'one_time_purchase'`, `'subscription'`, or `'both'`).
67
+ */
68
+ updatePurchaseType: UpdateSignalFunction<PurchaseType>;
69
+ /**
70
+ * A signal that contains the recurring cycle limit for subscription purchases. A positive integer limits how many billing cycles the discount applies for. Both `0` and `null` mean unlimited (no limit). `null` is the default when no value has been explicitly set.
71
+ */
72
+ recurringCycleLimit: ReadonlySignalLike<number | null>;
73
+ /**
74
+ * A function that updates the recurring cycle limit for subscription purchases. Pass a positive integer to limit the number of billing cycles, `0` or `null` to remove the limit.
75
+ */
76
+ updateRecurringCycleLimit: UpdateSignalFunction<number | null>;
57
77
  }
58
78
  //# sourceMappingURL=launch-options.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"launch-options.d.ts","sourceRoot":"","sources":["../../../../../../src/surfaces/admin/api/discount-function-settings/launch-options.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,kBAAkB,EAClB,oBAAoB,EACrB,MAAM,oBAAoB,CAAC;AAE5B;;;GAGG;AACH,MAAM,WAAW,SAAS;IACxB,qKAAqK;IACrK,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,mIAAmI;IACnI,EAAE,EAAE,MAAM,CAAC;IACX,2JAA2J;IAC3J,SAAS,EAAE,MAAM,CAAC;IAClB,mMAAmM;IACnM,GAAG,EAAE,MAAM,CAAC;IACZ,8HAA8H;IAC9H,KAAK,EAAE,MAAM,CAAC;IACd,sMAAsM;IACtM,IAAI,EAAE,MAAM,CAAC;CACd;AAED;;;GAGG;AACH,MAAM,MAAM,aAAa,GAAG,SAAS,GAAG,OAAO,GAAG,UAAU,CAAC;AAE7D;;;GAGG;AACH,MAAM,MAAM,cAAc,GAAG,WAAW,GAAG,MAAM,CAAC;AAElD;;;GAGG;AACH,MAAM,WAAW,4BAA4B;IAC3C,4PAA4P;IAC5P,EAAE,EAAE,MAAM,CAAC;IACX,2PAA2P;IAC3P,UAAU,EAAE,SAAS,EAAE,CAAC;CACzB;AAED;;;GAGG;AACH,MAAM,WAAW,YAAY;IAC3B;;OAEG;IACH,eAAe,EAAE,kBAAkB,CAAC,aAAa,EAAE,CAAC,CAAC;IACrD;;OAEG;IACH,qBAAqB,EAAE,oBAAoB,CAAC,aAAa,EAAE,CAAC,CAAC;IAC7D;;OAEG;IACH,cAAc,EAAE,kBAAkB,CAAC,cAAc,CAAC,CAAC;CACpD"}
1
+ {"version":3,"file":"launch-options.d.ts","sourceRoot":"","sources":["../../../../../../src/surfaces/admin/api/discount-function-settings/launch-options.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,kBAAkB,EAClB,oBAAoB,EACrB,MAAM,oBAAoB,CAAC;AAE5B;;;GAGG;AACH,MAAM,WAAW,SAAS;IACxB,qKAAqK;IACrK,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,mIAAmI;IACnI,EAAE,EAAE,MAAM,CAAC;IACX,2JAA2J;IAC3J,SAAS,EAAE,MAAM,CAAC;IAClB,mMAAmM;IACnM,GAAG,EAAE,MAAM,CAAC;IACZ,8HAA8H;IAC9H,KAAK,EAAE,MAAM,CAAC;IACd,sMAAsM;IACtM,IAAI,EAAE,MAAM,CAAC;CACd;AAED;;;GAGG;AACH,MAAM,MAAM,aAAa,GAAG,SAAS,GAAG,OAAO,GAAG,UAAU,CAAC;AAE7D;;;GAGG;AACH,MAAM,MAAM,cAAc,GAAG,WAAW,GAAG,MAAM,CAAC;AAElD;;GAEG;AACH,MAAM,MAAM,YAAY,GAAG,mBAAmB,GAAG,cAAc,GAAG,MAAM,CAAC;AAEzE;;;GAGG;AACH,MAAM,WAAW,4BAA4B;IAC3C,4PAA4P;IAC5P,EAAE,EAAE,MAAM,CAAC;IACX,2PAA2P;IAC3P,UAAU,EAAE,SAAS,EAAE,CAAC;CACzB;AAED;;;GAGG;AACH,MAAM,WAAW,YAAY;IAC3B;;OAEG;IACH,eAAe,EAAE,kBAAkB,CAAC,aAAa,EAAE,CAAC,CAAC;IACrD;;OAEG;IACH,qBAAqB,EAAE,oBAAoB,CAAC,aAAa,EAAE,CAAC,CAAC;IAC7D;;OAEG;IACH,cAAc,EAAE,kBAAkB,CAAC,cAAc,CAAC,CAAC;IACnD;;OAEG;IACH,YAAY,EAAE,kBAAkB,CAAC,YAAY,CAAC,CAAC;IAC/C;;OAEG;IACH,kBAAkB,EAAE,oBAAoB,CAAC,YAAY,CAAC,CAAC;IACvD;;OAEG;IACH,mBAAmB,EAAE,kBAAkB,CAAC,MAAM,GAAG,IAAI,CAAC,CAAC;IACvD;;OAEG;IACH,yBAAyB,EAAE,oBAAoB,CAAC,MAAM,GAAG,IAAI,CAAC,CAAC;CAChE"}
@@ -55,7 +55,7 @@ export interface AddressAutocompleteStandardApi<Target extends 'purchase.address
55
55
  /**
56
56
  * The details about the location, language, and currency of the customer. For utilities to easily
57
57
  * format and translate content based on these details, you can use the
58
- * [`i18n`](https://shopify.dev/docs/api/checkout-ui-extensions/apis/localization#standardapi-propertydetail-i18n)
58
+ * [`i18n`](https://shopify.dev/docs/api/checkout-ui-extensions/apis/localization#properties-propertydetail-i18n)
59
59
  * object instead.
60
60
  */
61
61
  localization: Localization;
@@ -49,8 +49,8 @@ interface Target {
49
49
  export interface AddressAutocompleteSuggestOutput {
50
50
  /**
51
51
  * An array of address autocomplete suggestions to show to the buyer.
52
- *
53
- * > Note: Only the first five suggestions will be displayed to the buyer.
52
+ * Checkout displays up to five address suggestions. Return no more
53
+ * than five. Additional suggestions are ignored.
54
54
  */
55
55
  suggestions: AddressAutocompleteSuggestion[];
56
56
  }
@@ -6,6 +6,10 @@ export interface CartLineItemApi {
6
6
  * The cart line that this extension is attached to. Use this to read the
7
7
  * line item's merchandise, quantity, cost, and attributes.
8
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.
12
+ *
9
13
  * > Note: Until version `2023-04`, this property was a `ReadonlySignalLike<PresentmentCartLine>`.
10
14
  */
11
15
  target: SubscribableSignalLike<CartLine>;
@@ -1 +1 @@
1
- {"version":3,"file":"cart-line-item.d.ts","sourceRoot":"","sources":["../../../../../../src/surfaces/checkout/api/cart-line/cart-line-item.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAC,sBAAsB,EAAC,MAAM,cAAc,CAAC;AACzD,OAAO,KAAK,EAAC,QAAQ,EAAC,MAAM,sBAAsB,CAAC;AAEnD,kBAAkB;AAClB,MAAM,WAAW,eAAe;IAC9B;;;;;OAKG;IACH,MAAM,EAAE,sBAAsB,CAAC,QAAQ,CAAC,CAAC;CAC1C"}
1
+ {"version":3,"file":"cart-line-item.d.ts","sourceRoot":"","sources":["../../../../../../src/surfaces/checkout/api/cart-line/cart-line-item.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAC,sBAAsB,EAAC,MAAM,cAAc,CAAC;AACzD,OAAO,KAAK,EAAC,QAAQ,EAAC,MAAM,sBAAsB,CAAC;AAEnD,kBAAkB;AAClB,MAAM,WAAW,eAAe;IAC9B;;;;;;;;;OASG;IACH,MAAM,EAAE,sBAAsB,CAAC,QAAQ,CAAC,CAAC;CAC1C"}
@@ -50,6 +50,9 @@ export interface NoteChangeResultError {
50
50
  /**
51
51
  * A message that explains the error. This message is useful for debugging.
52
52
  * It isn't localized and shouldn't be displayed to the buyer.
53
+ *
54
+ * Render your own localized error text rather than displaying this message
55
+ * to the buyer.
53
56
  */
54
57
  message: string;
55
58
  }
@@ -149,6 +152,9 @@ export interface CartLineChangeResultError {
149
152
  /**
150
153
  * A message that explains the error. This message is useful for debugging.
151
154
  * It isn't localized and shouldn't be displayed to the buyer.
155
+ *
156
+ * Render your own localized error text rather than displaying this message
157
+ * to the buyer.
152
158
  */
153
159
  message: string;
154
160
  }
@@ -384,6 +390,9 @@ export interface GiftCardChangeResultError {
384
390
  /**
385
391
  * A message that explains the error. This message is useful for debugging.
386
392
  * It isn't localized and shouldn't be displayed to the buyer.
393
+ *
394
+ * Render your own localized error text rather than displaying this message
395
+ * to the buyer.
387
396
  */
388
397
  message: string;
389
398
  }
@@ -461,6 +470,9 @@ export interface MetafieldChangeResultError {
461
470
  /**
462
471
  * A message that explains the error. This message is useful for debugging.
463
472
  * It isn't localized and shouldn't be displayed to the buyer.
473
+ *
474
+ * Render your own localized error text rather than displaying this message
475
+ * to the buyer.
464
476
  */
465
477
  message: string;
466
478
  }
@@ -546,30 +558,36 @@ export type ShippingAddressChangeResult = ShippingAddressChangeResultSuccess | S
546
558
  export interface CheckoutApi {
547
559
  /**
548
560
  * Updates or removes an attribute on the cart and checkout. On success, the
549
- * [`attributes`](https://shopify.dev/docs/api/checkout-ui-extensions/{API_VERSION}/apis/attributes#standardapi-propertydetail-attributes) property updates to reflect the change.
561
+ * [`attributes`](https://shopify.dev/docs/api/checkout-ui-extensions/{API_VERSION}/apis/attributes#properties-propertydetail-attributes) property updates to reflect the change.
550
562
  *
551
- * > 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.
563
+ * > 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.
552
564
  *
553
565
  * @deprecated Use cart metafields instead.
554
566
  */
555
567
  applyAttributeChange(change: AttributeChange): Promise<AttributeChangeResult>;
556
568
  /**
557
- * 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.
569
+ * 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.
570
+ *
571
+ * Accepts a single change per call. To make multiple changes, call this
572
+ * method separately for each one.
558
573
  *
559
- * > 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.
574
+ * > 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.
560
575
  */
561
576
  applyCartLinesChange(change: CartLineChange): Promise<CartLineChangeResult>;
562
577
  /**
563
- * 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.
578
+ * 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.
564
579
  *
565
580
  * > Caution:
566
581
  * > 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.
567
582
  *
568
- * > 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.
583
+ * > 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.
569
584
  */
570
585
  applyDiscountCodeChange(change: DiscountCodeChange): Promise<DiscountCodeChangeResult>;
571
586
  /**
572
- * 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.
587
+ * 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.
588
+ *
589
+ * Unlike other write operations, gift card changes aren't gated by a cart
590
+ * instruction flag.
573
591
  *
574
592
  * > Caution:
575
593
  * > 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.
@@ -579,19 +597,19 @@ export interface CheckoutApi {
579
597
  applyGiftCardChange(change: GiftCardChange): Promise<GiftCardChangeResult>;
580
598
  /**
581
599
  * Creates, updates, or removes a cart metafield on the checkout. On success, the
582
- * [`metafields`](https://shopify.dev/docs/api/checkout-ui-extensions/{API_VERSION}/apis/metafields#standardapi-propertydetail-metafields) property updates to reflect the change.
600
+ * [`metafields`](https://shopify.dev/docs/api/checkout-ui-extensions/{API_VERSION}/apis/metafields#properties-propertydetail-metafields) property updates to reflect the change.
583
601
  *
584
602
  * 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.
585
603
  *
586
- * > 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.
604
+ * > Note: This method returns an error if the [cart instruction](https://shopify.dev/docs/api/checkout-ui-extensions/{API_VERSION}/apis/cart-instructions#properties-propertydetail-instructions) `metafields.canSetCartMetafields` is false, or the buyer is using an accelerated checkout method, such as Apple Pay or Google Pay.
587
605
  */
588
606
  applyMetafieldChange(change: MetafieldChange): Promise<MetafieldChangeResult>;
589
607
  /**
590
608
  * Sets or removes the buyer's note on the checkout. On success, the
591
- * [`note`](https://shopify.dev/docs/api/checkout-ui-extensions/{API_VERSION}/apis/note#standardapi-propertydetail-note)
609
+ * [`note`](https://shopify.dev/docs/api/checkout-ui-extensions/{API_VERSION}/apis/note#properties-propertydetail-note)
592
610
  * property updates to reflect the change.
593
611
  *
594
- * > 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.
612
+ * > Note: This method returns an error if the [cart instruction](https://shopify.dev/docs/api/checkout-ui-extensions/{API_VERSION}/apis/cart-instructions#properties-propertydetail-instructions) `notes.canUpdateNote` is false, or the buyer is using an accelerated checkout method, such as Apple Pay or Google Pay.
595
613
  */
596
614
  applyNoteChange(change: NoteChange): Promise<NoteChangeResult>;
597
615
  /**
@@ -603,7 +621,7 @@ export interface CheckoutApi {
603
621
  * are merged into the existing address without prompting the buyer. On success,
604
622
  * the `shippingAddress` property updates to reflect the change.
605
623
  *
606
- * > 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.
624
+ * > Note: This method returns an error if the [cart instruction](https://shopify.dev/docs/api/checkout-ui-extensions/{API_VERSION}/apis/cart-instructions#properties-propertydetail-instructions) `delivery.canSelectCustomAddress` is false, or the buyer is using an accelerated checkout method, such as Apple Pay or Google Pay.
607
625
  *
608
626
  * {% include /apps/checkout/privacy-icon.md %} Requires access to [protected customer data](https://shopify.dev/docs/apps/store/data-protection/protected-customer-data).
609
627
  */
@@ -1 +1 @@
1
- {"version":3,"file":"checkout.d.ts","sourceRoot":"","sources":["../../../../../../src/surfaces/checkout/api/checkout/checkout.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"checkout.d.ts","sourceRoot":"","sources":["../../../../../../src/surfaces/checkout/api/checkout/checkout.ts"],"names":[],"mappings":"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"}
@@ -15,6 +15,8 @@ export interface OrderConfirmation {
15
15
  * A randomly generated alpha-numeric identifier for the order, distinct
16
16
  * from `order.id`. The value is `undefined` for orders that were created
17
17
  * before this field was introduced. All recent orders have a number.
18
+ *
19
+ * Optional. Might not be present for orders created before 2024.
18
20
  */
19
21
  number?: string;
20
22
  /**
@@ -1 +1 @@
1
- {"version":3,"file":"order-confirmation.d.ts","sourceRoot":"","sources":["../../../../../../src/surfaces/checkout/api/order-confirmation/order-confirmation.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAC,sBAAsB,EAAC,MAAM,cAAc,CAAC;AAEzD,kBAAkB;AAClB,MAAM,WAAW,iBAAiB;IAChC,KAAK,EAAE;QACL;;;;;;WAMG;QACH,EAAE,EAAE,MAAM,CAAC;KACZ,CAAC;IACF;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAEhB;;OAEG;IACH,YAAY,EAAE,OAAO,CAAC;CACvB;AAED,kBAAkB;AAClB,MAAM,WAAW,oBAAoB;IACnC;;OAEG;IACH,iBAAiB,EAAE,sBAAsB,CAAC,iBAAiB,CAAC,CAAC;CAC9D"}
1
+ {"version":3,"file":"order-confirmation.d.ts","sourceRoot":"","sources":["../../../../../../src/surfaces/checkout/api/order-confirmation/order-confirmation.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAC,sBAAsB,EAAC,MAAM,cAAc,CAAC;AAEzD,kBAAkB;AAClB,MAAM,WAAW,iBAAiB;IAChC,KAAK,EAAE;QACL;;;;;;WAMG;QACH,EAAE,EAAE,MAAM,CAAC;KACZ,CAAC;IACF;;;;;;OAMG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAEhB;;OAEG;IACH,YAAY,EAAE,OAAO,CAAC;CACvB;AAED,kBAAkB;AAClB,MAAM,WAAW,oBAAoB;IACnC;;OAEG;IACH,iBAAiB,EAAE,sBAAsB,CAAC,iBAAiB,CAAC,CAAC;CAC9D"}
@@ -4,10 +4,18 @@ import type { PickupLocationOption } from '../standard/standard';
4
4
  export interface PickupLocationItemApi {
5
5
  /**
6
6
  * The pickup location that this extension is attached to. Use this to read the location's name, address, and other details.
7
+ *
8
+ * Available only on the corresponding item target. Shipping option item
9
+ * targets expose shipping option properties; pickup location item targets
10
+ * expose pickup location properties.
7
11
  */
8
12
  target: SubscribableSignalLike<PickupLocationOption>;
9
13
  /**
10
14
  * 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.
15
+ *
16
+ * Available only on the corresponding item target. Shipping option item
17
+ * targets expose shipping option properties; pickup location item targets
18
+ * expose pickup location properties.
11
19
  */
12
20
  isTargetSelected: SubscribableSignalLike<boolean>;
13
21
  }
@@ -1 +1 @@
1
- {"version":3,"file":"pickup-location-item.d.ts","sourceRoot":"","sources":["../../../../../../src/surfaces/checkout/api/pickup/pickup-location-item.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAC,sBAAsB,EAAC,MAAM,cAAc,CAAC;AACzD,OAAO,KAAK,EAAC,oBAAoB,EAAC,MAAM,sBAAsB,CAAC;AAE/D,kBAAkB;AAClB,MAAM,WAAW,qBAAqB;IACpC;;OAEG;IACH,MAAM,EAAE,sBAAsB,CAAC,oBAAoB,CAAC,CAAC;IAErD;;OAEG;IACH,gBAAgB,EAAE,sBAAsB,CAAC,OAAO,CAAC,CAAC;CACnD"}
1
+ {"version":3,"file":"pickup-location-item.d.ts","sourceRoot":"","sources":["../../../../../../src/surfaces/checkout/api/pickup/pickup-location-item.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAC,sBAAsB,EAAC,MAAM,cAAc,CAAC;AACzD,OAAO,KAAK,EAAC,oBAAoB,EAAC,MAAM,sBAAsB,CAAC;AAE/D,kBAAkB;AAClB,MAAM,WAAW,qBAAqB;IACpC;;;;;;OAMG;IACH,MAAM,EAAE,sBAAsB,CAAC,oBAAoB,CAAC,CAAC;IAErD;;;;;;OAMG;IACH,gBAAgB,EAAE,sBAAsB,CAAC,OAAO,CAAC,CAAC;CACnD"}
@@ -2,9 +2,9 @@ import type { SubscribableSignalLike } from '../../shared';
2
2
  /** @publicDocs */
3
3
  export interface PickupPointListApi {
4
4
  /**
5
- * Whether the location search form is currently visible to the buyer.
6
- * Use this to conditionally render UI that depends on the buyer actively
7
- * searching for pickup points.
5
+ * Reflects which view was active when the extension loaded. When the
6
+ * buyer moves to the next view, the extension restarts with the
7
+ * current value rather than updating in place.
8
8
  */
9
9
  isLocationFormVisible: SubscribableSignalLike<boolean>;
10
10
  }
@@ -54,6 +54,9 @@ export interface Attribute {
54
54
  * The value associated with the attribute key. This is a freeform string
55
55
  * that can store any information the buyer or app provides.
56
56
  *
57
+ * Attribute values are always strings. To store structured data, serialize
58
+ * it to JSON and parse it when reading.
59
+ *
57
60
  * @example 'Please use red wrapping paper'
58
61
  */
59
62
  value: string;
@@ -1 +1 @@
1
- {"version":3,"file":"shared.d.ts","sourceRoot":"","sources":["../../../../../src/surfaces/checkout/api/shared.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAC,WAAW,EAAC,MAAM,iBAAiB,CAAC;AAEjD,kBAAkB;AAClB,MAAM,WAAW,eAAe;IAC9B;;;OAGG;IACH,OAAO,EAAE,MAAM,CAAC;IAChB;;;;;;;;;;OAUG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAED;;;GAGG;AACH,MAAM,WAAW,WAAW;IAC1B;;;;;;OAMG;IACH,EAAE,EAAE,MAAM,CAAC;IAEX;;;;OAIG;IACH,mBAAmB,EAAE,OAAO,CAAC;CAC9B;AAED,kBAAkB;AAClB,MAAM,WAAW,SAAS;IACxB;;;;;;;OAOG;IACH,GAAG,EAAE,MAAM,CAAC;IAEZ;;;;;OAKG;IACH,KAAK,EAAE,MAAM,CAAC;CACf;AAED,kBAAkB;AAClB,MAAM,WAAW,cAAc;IAC7B;;;;;;;OAOG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IAEd;;;;;;;;;OASG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB;;;;;;;;;OASG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB;;;;;;;OAOG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IAEjB;;;;;;;OAOG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB;;;;;;;;OAQG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB;;;;;;;OAOG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IAEd;;;;;;;;OAQG;IACH,GAAG,CAAC,EAAE,MAAM,CAAC;IAEb;;;;;;;;OAQG;IACH,WAAW,CAAC,EAAE,WAAW,CAAC;IAE1B;;;;;;;;OAQG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IAEtB;;;;;;;;OAQG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAED,kBAAkB;AAClB,MAAM,WAAW,eAAgB,SAAQ,cAAc;IACrD;;;;;OAKG;IACH,UAAU,CAAC,EAAE,OAAO,CAAC;CACtB"}
1
+ {"version":3,"file":"shared.d.ts","sourceRoot":"","sources":["../../../../../src/surfaces/checkout/api/shared.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAC,WAAW,EAAC,MAAM,iBAAiB,CAAC;AAEjD,kBAAkB;AAClB,MAAM,WAAW,eAAe;IAC9B;;;OAGG;IACH,OAAO,EAAE,MAAM,CAAC;IAChB;;;;;;;;;;OAUG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAED;;;GAGG;AACH,MAAM,WAAW,WAAW;IAC1B;;;;;;OAMG;IACH,EAAE,EAAE,MAAM,CAAC;IAEX;;;;OAIG;IACH,mBAAmB,EAAE,OAAO,CAAC;CAC9B;AAED,kBAAkB;AAClB,MAAM,WAAW,SAAS;IACxB;;;;;;;OAOG;IACH,GAAG,EAAE,MAAM,CAAC;IAEZ;;;;;;;;OAQG;IACH,KAAK,EAAE,MAAM,CAAC;CACf;AAED,kBAAkB;AAClB,MAAM,WAAW,cAAc;IAC7B;;;;;;;OAOG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IAEd;;;;;;;;;OASG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB;;;;;;;;;OASG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB;;;;;;;OAOG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IAEjB;;;;;;;OAOG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB;;;;;;;;OAQG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB;;;;;;;OAOG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IAEd;;;;;;;;OAQG;IACH,GAAG,CAAC,EAAE,MAAM,CAAC;IAEb;;;;;;;;OAQG;IACH,WAAW,CAAC,EAAE,WAAW,CAAC;IAE1B;;;;;;;;OAQG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IAEtB;;;;;;;;OAQG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAED,kBAAkB;AAClB,MAAM,WAAW,eAAgB,SAAQ,cAAc;IACrD;;;;;OAKG;IACH,UAAU,CAAC,EAAE,OAAO,CAAC;CACtB"}
@@ -4,10 +4,18 @@ import type { ShippingOption } from '../standard/standard';
4
4
  export interface ShippingOptionItemApi {
5
5
  /**
6
6
  * The shipping option that this extension is attached to. Use this to read the option's cost, carrier, delivery estimate, and other details.
7
+ *
8
+ * Available only on the corresponding item target. Shipping option item
9
+ * targets expose shipping option properties; pickup location item targets
10
+ * expose pickup location properties.
7
11
  */
8
12
  target: SubscribableSignalLike<ShippingOption>;
9
13
  /**
10
14
  * 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.
15
+ *
16
+ * Available only on the corresponding item target. Shipping option item
17
+ * targets expose shipping option properties; pickup location item targets
18
+ * expose pickup location properties.
11
19
  */
12
20
  isTargetSelected: SubscribableSignalLike<boolean>;
13
21
  /**
@@ -1 +1 @@
1
- {"version":3,"file":"shipping-option-item.d.ts","sourceRoot":"","sources":["../../../../../../src/surfaces/checkout/api/shipping/shipping-option-item.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAC,sBAAsB,EAAC,MAAM,cAAc,CAAC;AACzD,OAAO,KAAK,EAAC,cAAc,EAAC,MAAM,sBAAsB,CAAC;AAEzD,kBAAkB;AAClB,MAAM,WAAW,qBAAqB;IACpC;;OAEG;IACH,MAAM,EAAE,sBAAsB,CAAC,cAAc,CAAC,CAAC;IAE/C;;OAEG;IACH,gBAAgB,EAAE,sBAAsB,CAAC,OAAO,CAAC,CAAC;IAElD;;OAEG;IACH,UAAU,EAAE,4BAA4B,CAAC;CAC1C;AAED;;;GAGG;AACH,MAAM,WAAW,4BAA4B;IAC3C;;OAEG;IACH,OAAO,EAAE,OAAO,CAAC;CAClB"}
1
+ {"version":3,"file":"shipping-option-item.d.ts","sourceRoot":"","sources":["../../../../../../src/surfaces/checkout/api/shipping/shipping-option-item.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAC,sBAAsB,EAAC,MAAM,cAAc,CAAC;AACzD,OAAO,KAAK,EAAC,cAAc,EAAC,MAAM,sBAAsB,CAAC;AAEzD,kBAAkB;AAClB,MAAM,WAAW,qBAAqB;IACpC;;;;;;OAMG;IACH,MAAM,EAAE,sBAAsB,CAAC,cAAc,CAAC,CAAC;IAE/C;;;;;;OAMG;IACH,gBAAgB,EAAE,sBAAsB,CAAC,OAAO,CAAC,CAAC;IAElD;;OAEG;IACH,UAAU,EAAE,4BAA4B,CAAC;CAC1C;AAED;;;GAGG;AACH,MAAM,WAAW,4BAA4B;IAC3C;;OAEG;IACH,OAAO,EAAE,OAAO,CAAC;CAClB"}