@shopify/ui-extensions 2024.4.2 → 2024.10.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (596) hide show
  1. package/build/cjs/surfaces/admin/components/AdminPrintAction/AdminPrintAction.js +12 -0
  2. package/build/cjs/surfaces/admin/components/DatePicker/DatePicker.js +12 -0
  3. package/build/cjs/surfaces/admin/components/InternalCustomerSegmentTemplate/InternalCustomerSegmentTemplate.js +5 -0
  4. package/build/cjs/surfaces/admin/components/MoneyField/MoneyField.js +6 -0
  5. package/build/cjs/surfaces/admin.js +2 -8
  6. package/build/cjs/surfaces/checkout/components/Chat/Chat.js +12 -0
  7. package/build/cjs/surfaces/checkout/components/DatePicker/DatePicker.js +4 -10
  8. package/build/cjs/surfaces/checkout/components/PaymentIcon/PaymentIcon.js +1 -0
  9. package/build/cjs/surfaces/{point-of-sale/components/Actiontem/ActionItem.js → checkout/components/Progress/Progress.js} +2 -2
  10. package/build/cjs/surfaces/checkout/components/QRCode/QRCode.js +9 -0
  11. package/build/cjs/surfaces/checkout/components/Switch/Switch.js +9 -0
  12. package/build/cjs/surfaces/checkout.js +8 -0
  13. package/build/cjs/surfaces/customer-account/components/Avatar/Avatar.js +9 -0
  14. package/build/cjs/surfaces/customer-account/components/CustomerAccountAction/CustomerAccountAction.js +9 -0
  15. package/build/cjs/surfaces/customer-account/components/DropZone/DropZone.js +9 -0
  16. package/build/cjs/surfaces/customer-account/components/ImageGroup/ImageGroup.js +9 -0
  17. package/build/cjs/surfaces/{admin/components/Card/Card.js → customer-account/components/Menu/Menu.js} +2 -2
  18. package/build/cjs/surfaces/customer-account/components/Page/Page.js +9 -0
  19. package/build/cjs/surfaces/customer-account/components/PolicyModal/PolicyModal.js +12 -0
  20. package/build/cjs/surfaces/customer-account/components/ResourceItem/ResourceItem.js +9 -0
  21. package/build/cjs/surfaces/customer-account.js +24 -0
  22. package/build/cjs/surfaces/point-of-sale/components/ActionItem/ActionItem.js +16 -0
  23. package/build/cjs/surfaces/point-of-sale/components/Badge/Badge.js +6 -0
  24. package/build/cjs/surfaces/point-of-sale/components/Banner/Banner.js +9 -0
  25. package/build/cjs/surfaces/point-of-sale/components/Button/Button.js +8 -0
  26. package/build/cjs/surfaces/point-of-sale/components/CameraScanner/CameraScanner.js +6 -0
  27. package/build/cjs/surfaces/point-of-sale/components/DatePicker/DatePicker.js +8 -0
  28. package/build/cjs/surfaces/point-of-sale/components/Dialog/Dialog.js +12 -0
  29. package/build/cjs/surfaces/point-of-sale/components/FormattedTextField/FormattedTextField.js +10 -0
  30. package/build/cjs/surfaces/point-of-sale/components/Navigator/Navigator.js +1 -1
  31. package/build/cjs/surfaces/point-of-sale/components/NumberField/NumberField.js +6 -0
  32. package/build/cjs/surfaces/point-of-sale/components/POSBlock/POSBlock.js +15 -0
  33. package/build/cjs/surfaces/point-of-sale/components/POSBlock/POSBlockRow.js +13 -0
  34. package/build/cjs/surfaces/point-of-sale/components/PinPad/PinPad.js +24 -0
  35. package/build/cjs/surfaces/point-of-sale/components/Screen/Screen.js +18 -0
  36. package/build/cjs/surfaces/point-of-sale/components/Section/Section.js +10 -0
  37. package/build/cjs/surfaces/point-of-sale/components/TextArea/TextArea.js +6 -0
  38. package/build/cjs/surfaces/point-of-sale/components/TextField/TextField.js +6 -0
  39. package/build/cjs/surfaces/point-of-sale/components/Tile/Tile.js +9 -0
  40. package/build/cjs/surfaces/point-of-sale/components/TimePicker/TimePicker.js +9 -0
  41. package/build/cjs/surfaces/point-of-sale.js +5 -1
  42. package/build/esm/surfaces/admin/components/AdminPrintAction/AdminPrintAction.mjs +8 -0
  43. package/build/esm/surfaces/admin/components/DatePicker/DatePicker.mjs +12 -0
  44. package/build/esm/surfaces/admin/components/InternalCustomerSegmentTemplate/InternalCustomerSegmentTemplate.mjs +5 -0
  45. package/build/esm/surfaces/admin/components/MoneyField/MoneyField.mjs +6 -0
  46. package/build/esm/surfaces/admin.mjs +1 -4
  47. package/build/esm/surfaces/checkout/components/Chat/Chat.mjs +8 -0
  48. package/build/esm/surfaces/checkout/components/DatePicker/DatePicker.mjs +5 -11
  49. package/build/esm/surfaces/checkout/components/PaymentIcon/PaymentIcon.mjs +1 -0
  50. package/build/esm/surfaces/checkout/components/Progress/Progress.mjs +5 -0
  51. package/build/esm/surfaces/checkout/components/QRCode/QRCode.mjs +5 -0
  52. package/build/esm/surfaces/checkout/components/Switch/Switch.mjs +5 -0
  53. package/build/esm/surfaces/checkout.mjs +4 -0
  54. package/build/esm/surfaces/customer-account/components/Avatar/Avatar.mjs +5 -0
  55. package/build/esm/surfaces/customer-account/components/CustomerAccountAction/CustomerAccountAction.mjs +5 -0
  56. package/build/esm/surfaces/customer-account/components/DropZone/DropZone.mjs +5 -0
  57. package/build/esm/surfaces/customer-account/components/ImageGroup/ImageGroup.mjs +5 -0
  58. package/build/esm/surfaces/customer-account/components/Menu/Menu.mjs +5 -0
  59. package/build/esm/surfaces/customer-account/components/Page/Page.mjs +5 -0
  60. package/build/esm/surfaces/customer-account/components/PolicyModal/PolicyModal.mjs +8 -0
  61. package/build/esm/surfaces/customer-account/components/ResourceItem/ResourceItem.mjs +5 -0
  62. package/build/esm/surfaces/customer-account.mjs +12 -0
  63. package/build/esm/surfaces/point-of-sale/components/ActionItem/ActionItem.mjs +12 -0
  64. package/build/esm/surfaces/point-of-sale/components/Badge/Badge.mjs +6 -0
  65. package/build/esm/surfaces/point-of-sale/components/Banner/Banner.mjs +9 -0
  66. package/build/esm/surfaces/point-of-sale/components/Button/Button.mjs +8 -0
  67. package/build/esm/surfaces/point-of-sale/components/CameraScanner/CameraScanner.mjs +6 -0
  68. package/build/esm/surfaces/point-of-sale/components/DatePicker/DatePicker.mjs +8 -0
  69. package/build/esm/surfaces/point-of-sale/components/Dialog/Dialog.mjs +12 -0
  70. package/build/esm/surfaces/point-of-sale/components/FormattedTextField/FormattedTextField.mjs +10 -0
  71. package/build/esm/surfaces/point-of-sale/components/Navigator/Navigator.mjs +1 -1
  72. package/build/esm/surfaces/point-of-sale/components/NumberField/NumberField.mjs +6 -0
  73. package/build/esm/surfaces/point-of-sale/components/POSBlock/POSBlock.mjs +11 -0
  74. package/build/esm/surfaces/point-of-sale/components/POSBlock/POSBlockRow.mjs +9 -0
  75. package/build/esm/surfaces/point-of-sale/components/PinPad/PinPad.mjs +24 -0
  76. package/build/esm/surfaces/point-of-sale/components/Screen/Screen.mjs +18 -0
  77. package/build/esm/surfaces/point-of-sale/components/Section/Section.mjs +10 -0
  78. package/build/esm/surfaces/point-of-sale/components/TextArea/TextArea.mjs +6 -0
  79. package/build/esm/surfaces/point-of-sale/components/TextField/TextField.mjs +6 -0
  80. package/build/esm/surfaces/point-of-sale/components/Tile/Tile.mjs +9 -0
  81. package/build/esm/surfaces/point-of-sale/components/TimePicker/TimePicker.mjs +9 -0
  82. package/build/esm/surfaces/point-of-sale.mjs +3 -1
  83. package/build/esnext/surfaces/admin/components/AdminPrintAction/AdminPrintAction.esnext +8 -0
  84. package/build/esnext/surfaces/admin/components/DatePicker/DatePicker.esnext +12 -0
  85. package/build/esnext/surfaces/admin/components/InternalCustomerSegmentTemplate/InternalCustomerSegmentTemplate.esnext +5 -0
  86. package/build/esnext/surfaces/admin/components/MoneyField/MoneyField.esnext +6 -0
  87. package/build/esnext/surfaces/admin.esnext +1 -4
  88. package/build/esnext/surfaces/checkout/components/Chat/Chat.esnext +8 -0
  89. package/build/esnext/surfaces/checkout/components/DatePicker/DatePicker.esnext +5 -11
  90. package/build/esnext/surfaces/checkout/components/PaymentIcon/PaymentIcon.esnext +1 -0
  91. package/build/esnext/surfaces/checkout/components/Progress/Progress.esnext +5 -0
  92. package/build/esnext/surfaces/checkout/components/QRCode/QRCode.esnext +5 -0
  93. package/build/esnext/surfaces/checkout/components/Switch/Switch.esnext +5 -0
  94. package/build/esnext/surfaces/checkout.esnext +4 -0
  95. package/build/esnext/surfaces/customer-account/components/Avatar/Avatar.esnext +5 -0
  96. package/build/esnext/surfaces/customer-account/components/CustomerAccountAction/CustomerAccountAction.esnext +5 -0
  97. package/build/esnext/surfaces/customer-account/components/DropZone/DropZone.esnext +5 -0
  98. package/build/esnext/surfaces/customer-account/components/ImageGroup/ImageGroup.esnext +5 -0
  99. package/build/esnext/surfaces/customer-account/components/Menu/Menu.esnext +5 -0
  100. package/build/esnext/surfaces/customer-account/components/Page/Page.esnext +5 -0
  101. package/build/esnext/surfaces/customer-account/components/PolicyModal/PolicyModal.esnext +8 -0
  102. package/build/esnext/surfaces/customer-account/components/ResourceItem/ResourceItem.esnext +5 -0
  103. package/build/esnext/surfaces/customer-account.esnext +12 -0
  104. package/build/esnext/surfaces/point-of-sale/components/ActionItem/ActionItem.esnext +12 -0
  105. package/build/esnext/surfaces/point-of-sale/components/Badge/Badge.esnext +6 -0
  106. package/build/esnext/surfaces/point-of-sale/components/Banner/Banner.esnext +9 -0
  107. package/build/esnext/surfaces/point-of-sale/components/Button/Button.esnext +8 -0
  108. package/build/esnext/surfaces/point-of-sale/components/CameraScanner/CameraScanner.esnext +6 -0
  109. package/build/esnext/surfaces/point-of-sale/components/DatePicker/DatePicker.esnext +8 -0
  110. package/build/esnext/surfaces/point-of-sale/components/Dialog/Dialog.esnext +12 -0
  111. package/build/esnext/surfaces/point-of-sale/components/FormattedTextField/FormattedTextField.esnext +10 -0
  112. package/build/esnext/surfaces/point-of-sale/components/Navigator/Navigator.esnext +1 -1
  113. package/build/esnext/surfaces/point-of-sale/components/NumberField/NumberField.esnext +6 -0
  114. package/build/esnext/surfaces/point-of-sale/components/POSBlock/POSBlock.esnext +11 -0
  115. package/build/esnext/surfaces/point-of-sale/components/POSBlock/POSBlockRow.esnext +9 -0
  116. package/build/esnext/surfaces/point-of-sale/components/PinPad/PinPad.esnext +24 -0
  117. package/build/esnext/surfaces/point-of-sale/components/Screen/Screen.esnext +18 -0
  118. package/build/esnext/surfaces/point-of-sale/components/Section/Section.esnext +10 -0
  119. package/build/esnext/surfaces/point-of-sale/components/TextArea/TextArea.esnext +6 -0
  120. package/build/esnext/surfaces/point-of-sale/components/TextField/TextField.esnext +6 -0
  121. package/build/esnext/surfaces/point-of-sale/components/Tile/Tile.esnext +9 -0
  122. package/build/esnext/surfaces/point-of-sale/components/TimePicker/TimePicker.esnext +9 -0
  123. package/build/esnext/surfaces/point-of-sale.esnext +3 -1
  124. package/build/ts/shared.d.ts +18 -2
  125. package/build/ts/shared.d.ts.map +1 -1
  126. package/build/ts/surfaces/admin/api/block/block.d.ts +5 -0
  127. package/build/ts/surfaces/admin/api/block/block.d.ts.map +1 -1
  128. package/build/ts/surfaces/admin/api/checkout-rules/metafields.d.ts +1 -1
  129. package/build/ts/surfaces/admin/api/checkout-rules/metafields.d.ts.map +1 -1
  130. package/build/ts/surfaces/admin/api/order-routing-rule/metafields.d.ts +1 -1
  131. package/build/ts/surfaces/admin/api/order-routing-rule/metafields.d.ts.map +1 -1
  132. package/build/ts/surfaces/admin/api/print-action/print-action.d.ts +10 -0
  133. package/build/ts/surfaces/admin/api/print-action/print-action.d.ts.map +1 -0
  134. package/build/ts/surfaces/admin/{components/Card/Card.doc-skip.d.ts → api/print-action/print-action.doc.d.ts} +1 -1
  135. package/build/ts/surfaces/admin/api/print-action/print-action.doc.d.ts.map +1 -0
  136. package/build/ts/surfaces/admin/api/resource-picker/resource-picker.d.ts +221 -0
  137. package/build/ts/surfaces/admin/api/resource-picker/resource-picker.d.ts.map +1 -0
  138. package/build/ts/surfaces/admin/api/standard/standard.d.ts +11 -0
  139. package/build/ts/surfaces/admin/api/standard/standard.d.ts.map +1 -1
  140. package/build/ts/surfaces/admin/api.d.ts +1 -0
  141. package/build/ts/surfaces/admin/api.d.ts.map +1 -1
  142. package/build/ts/surfaces/admin/components/AdminPrintAction/AdminPrintAction.d.ts +17 -0
  143. package/build/ts/surfaces/admin/components/AdminPrintAction/AdminPrintAction.d.ts.map +1 -0
  144. package/build/ts/surfaces/admin/{api/extension-targets/extension-targets.doc.d.ts → components/AdminPrintAction/AdminPrintAction.doc.d.ts} +1 -1
  145. package/build/ts/surfaces/admin/components/AdminPrintAction/AdminPrintAction.doc.d.ts.map +1 -0
  146. package/build/ts/surfaces/admin/components/Box/Box.d.ts +2 -1
  147. package/build/ts/surfaces/admin/components/Box/Box.d.ts.map +1 -1
  148. package/build/ts/surfaces/admin/components/Button/Button.d.ts +7 -0
  149. package/build/ts/surfaces/admin/components/Button/Button.d.ts.map +1 -1
  150. package/build/ts/surfaces/admin/components/Image/Image.d.ts +2 -2
  151. package/build/ts/surfaces/admin/components/MoneyField/MoneyField.d.ts +7 -0
  152. package/build/ts/surfaces/admin/components/MoneyField/MoneyField.d.ts.map +1 -1
  153. package/build/ts/surfaces/admin/components/NumberField/NumberField.d.ts +2 -2
  154. package/build/ts/surfaces/admin/components/NumberField/NumberField.d.ts.map +1 -1
  155. package/build/ts/surfaces/admin/components/TextField/TextField.d.ts +2 -2
  156. package/build/ts/surfaces/admin/components/TextField/TextField.d.ts.map +1 -1
  157. package/build/ts/surfaces/admin/components/shared/display.d.ts +8 -0
  158. package/build/ts/surfaces/admin/components/shared/display.d.ts.map +1 -0
  159. package/build/ts/surfaces/admin/components/shared/index.d.ts +15 -0
  160. package/build/ts/surfaces/admin/components/shared/index.d.ts.map +1 -1
  161. package/build/ts/surfaces/admin/components.d.ts +2 -8
  162. package/build/ts/surfaces/admin/components.d.ts.map +1 -1
  163. package/build/ts/surfaces/admin/extension-targets.d.ts +103 -7
  164. package/build/ts/surfaces/admin/extension-targets.d.ts.map +1 -1
  165. package/build/ts/surfaces/checkout/api/address-autocomplete/shared.d.ts +20 -3
  166. package/build/ts/surfaces/checkout/api/address-autocomplete/shared.d.ts.map +1 -1
  167. package/build/ts/surfaces/checkout/api/address-autocomplete/standard.d.ts +2 -0
  168. package/build/ts/surfaces/checkout/api/address-autocomplete/standard.d.ts.map +1 -1
  169. package/build/ts/surfaces/checkout/api/checkout/checkout.d.ts +10 -6
  170. package/build/ts/surfaces/checkout/api/checkout/checkout.d.ts.map +1 -1
  171. package/build/ts/surfaces/checkout/api/docs.d.ts +4 -0
  172. package/build/ts/surfaces/checkout/api/docs.d.ts.map +1 -1
  173. package/build/ts/surfaces/checkout/api/order-status/order-status.d.ts +5 -0
  174. package/build/ts/surfaces/checkout/api/order-status/order-status.d.ts.map +1 -1
  175. package/build/ts/surfaces/checkout/api/shared.d.ts +6 -0
  176. package/build/ts/surfaces/checkout/api/shared.d.ts.map +1 -1
  177. package/build/ts/surfaces/checkout/api/shipping/shipping-option-item.d.ts +13 -0
  178. package/build/ts/surfaces/checkout/api/shipping/shipping-option-item.d.ts.map +1 -1
  179. package/build/ts/surfaces/checkout/api/shipping/shipping-option-list.d.ts +49 -3
  180. package/build/ts/surfaces/checkout/api/shipping/shipping-option-list.d.ts.map +1 -1
  181. package/build/ts/surfaces/checkout/api/standard/standard.d.ts +126 -45
  182. package/build/ts/surfaces/checkout/api/standard/standard.d.ts.map +1 -1
  183. package/build/ts/surfaces/checkout/components/BlockLayout/BlockLayout.doc.d.ts.map +1 -1
  184. package/build/ts/surfaces/checkout/components/BlockStack/BlockStack.d.ts +14 -6
  185. package/build/ts/surfaces/checkout/components/BlockStack/BlockStack.d.ts.map +1 -1
  186. package/build/ts/surfaces/checkout/components/BlockStack/BlockStack.doc.d.ts.map +1 -1
  187. package/build/ts/surfaces/checkout/components/Chat/Chat.d.ts +78 -0
  188. package/build/ts/surfaces/checkout/components/Chat/Chat.d.ts.map +1 -0
  189. package/build/ts/surfaces/checkout/components/Grid/Grid.d.ts +15 -6
  190. package/build/ts/surfaces/checkout/components/Grid/Grid.d.ts.map +1 -1
  191. package/build/ts/surfaces/checkout/components/Grid/Grid.doc.d.ts.map +1 -1
  192. package/build/ts/surfaces/checkout/components/GridItem/GridItem.d.ts +15 -6
  193. package/build/ts/surfaces/checkout/components/GridItem/GridItem.d.ts.map +1 -1
  194. package/build/ts/surfaces/checkout/components/GridItem/GridItem.doc.d.ts.map +1 -1
  195. package/build/ts/surfaces/checkout/components/Heading/Heading.d.ts +1 -1
  196. package/build/ts/surfaces/checkout/components/Heading/Heading.d.ts.map +1 -1
  197. package/build/ts/surfaces/checkout/components/Icon/Icon.d.ts +2 -2
  198. package/build/ts/surfaces/checkout/components/Icon/Icon.d.ts.map +1 -1
  199. package/build/ts/surfaces/checkout/components/InlineLayout/InlineLayout.doc.d.ts.map +1 -1
  200. package/build/ts/surfaces/checkout/components/InlineStack/InlineStack.d.ts +15 -6
  201. package/build/ts/surfaces/checkout/components/InlineStack/InlineStack.d.ts.map +1 -1
  202. package/build/ts/surfaces/checkout/components/InlineStack/InlineStack.doc.d.ts.map +1 -1
  203. package/build/ts/surfaces/checkout/components/Link/Link.d.ts +1 -1
  204. package/build/ts/surfaces/checkout/components/Modal/Modal.d.ts +19 -0
  205. package/build/ts/surfaces/checkout/components/Modal/Modal.d.ts.map +1 -1
  206. package/build/ts/surfaces/checkout/components/Modal/Modal.doc.d.ts.map +1 -1
  207. package/build/ts/surfaces/checkout/components/PaymentIcon/PaymentIcon.d.ts +1 -1
  208. package/build/ts/surfaces/checkout/components/PaymentIcon/PaymentIcon.d.ts.map +1 -1
  209. package/build/ts/surfaces/checkout/components/Popover/Popover.doc.d.ts.map +1 -1
  210. package/build/ts/surfaces/checkout/components/Pressable/Pressable.d.ts +12 -11
  211. package/build/ts/surfaces/checkout/components/Pressable/Pressable.d.ts.map +1 -1
  212. package/build/ts/surfaces/checkout/components/Pressable/Pressable.doc.d.ts.map +1 -1
  213. package/build/ts/surfaces/checkout/components/Progress/Progress.d.ts +40 -0
  214. package/build/ts/surfaces/checkout/components/Progress/Progress.d.ts.map +1 -0
  215. package/build/ts/surfaces/checkout/components/Progress/Progress.doc.d.ts +4 -0
  216. package/build/ts/surfaces/checkout/components/Progress/Progress.doc.d.ts.map +1 -0
  217. package/build/ts/surfaces/checkout/components/QRCode/QRCode.d.ts +50 -0
  218. package/build/ts/surfaces/checkout/components/QRCode/QRCode.d.ts.map +1 -0
  219. package/build/ts/surfaces/checkout/components/QRCode/QRCode.doc.d.ts +4 -0
  220. package/build/ts/surfaces/checkout/components/QRCode/QRCode.doc.d.ts.map +1 -0
  221. package/build/ts/surfaces/checkout/components/ScrollView/ScrollView.d.ts +38 -5
  222. package/build/ts/surfaces/checkout/components/ScrollView/ScrollView.d.ts.map +1 -1
  223. package/build/ts/surfaces/checkout/components/ScrollView/ScrollView.doc.d.ts.map +1 -1
  224. package/build/ts/surfaces/checkout/components/Select/Select.d.ts +13 -1
  225. package/build/ts/surfaces/checkout/components/Select/Select.d.ts.map +1 -1
  226. package/build/ts/surfaces/checkout/components/Sheet/Sheet.doc.d.ts.map +1 -1
  227. package/build/ts/surfaces/checkout/components/Spinner/Spinner.doc.d.ts.map +1 -1
  228. package/build/ts/surfaces/checkout/components/Switch/Switch.d.ts +49 -0
  229. package/build/ts/surfaces/checkout/components/Switch/Switch.d.ts.map +1 -0
  230. package/build/ts/surfaces/checkout/components/Switch/Switch.doc.d.ts +4 -0
  231. package/build/ts/surfaces/checkout/components/Switch/Switch.doc.d.ts.map +1 -0
  232. package/build/ts/surfaces/checkout/components/View/View.d.ts +61 -41
  233. package/build/ts/surfaces/checkout/components/View/View.d.ts.map +1 -1
  234. package/build/ts/surfaces/checkout/components/View/View.doc.d.ts.map +1 -1
  235. package/build/ts/surfaces/checkout/components/shared.d.ts +1 -1
  236. package/build/ts/surfaces/checkout/components/shared.d.ts.map +1 -1
  237. package/build/ts/surfaces/checkout/components.d.ts +9 -1
  238. package/build/ts/surfaces/checkout/components.d.ts.map +1 -1
  239. package/build/ts/surfaces/checkout/helper.docs.d.ts.map +1 -1
  240. package/build/ts/surfaces/checkout/shared.d.ts +2 -0
  241. package/build/ts/surfaces/checkout/shared.d.ts.map +1 -1
  242. package/build/ts/surfaces/checkout/style/style.doc.d.ts.map +1 -1
  243. package/build/ts/surfaces/checkout/style/types.d.ts +10 -3
  244. package/build/ts/surfaces/checkout/style/types.d.ts.map +1 -1
  245. package/build/ts/surfaces/checkout/targets.d.ts +17 -13
  246. package/build/ts/surfaces/checkout/targets.d.ts.map +1 -1
  247. package/build/ts/surfaces/checkout.d.ts +5 -4
  248. package/build/ts/surfaces/checkout.d.ts.map +1 -1
  249. package/build/ts/surfaces/customer-account/api/docs.d.ts +84 -0
  250. package/build/ts/surfaces/customer-account/api/docs.d.ts.map +1 -0
  251. package/build/ts/surfaces/customer-account/api/order-status/order-status.d.ts +36 -260
  252. package/build/ts/surfaces/customer-account/api/order-status/order-status.d.ts.map +1 -1
  253. package/build/ts/surfaces/customer-account/api/shared.d.ts +260 -2
  254. package/build/ts/surfaces/customer-account/api/shared.d.ts.map +1 -1
  255. package/build/ts/surfaces/customer-account/api/standard-api/standard-api.d.ts +195 -0
  256. package/build/ts/surfaces/customer-account/api/standard-api/standard-api.d.ts.map +1 -0
  257. package/build/ts/surfaces/customer-account/api.d.ts +3 -2
  258. package/build/ts/surfaces/customer-account/api.d.ts.map +1 -1
  259. package/build/ts/surfaces/customer-account/components/Avatar/Avatar.d.ts +43 -0
  260. package/build/ts/surfaces/customer-account/components/Avatar/Avatar.d.ts.map +1 -0
  261. package/build/ts/surfaces/customer-account/components/Avatar/Avatar.doc.d.ts +4 -0
  262. package/build/ts/surfaces/customer-account/components/Avatar/Avatar.doc.d.ts.map +1 -0
  263. package/build/ts/surfaces/customer-account/components/Avatar/index.d.ts +2 -0
  264. package/build/ts/surfaces/customer-account/components/Avatar/index.d.ts.map +1 -0
  265. package/build/ts/surfaces/customer-account/components/Card/Card.doc.d.ts +4 -0
  266. package/build/ts/surfaces/customer-account/components/Card/Card.doc.d.ts.map +1 -0
  267. package/build/ts/surfaces/customer-account/components/CustomerAccountAction/CustomerAccountAction.d.ts +21 -0
  268. package/build/ts/surfaces/customer-account/components/CustomerAccountAction/CustomerAccountAction.d.ts.map +1 -0
  269. package/build/ts/surfaces/customer-account/components/CustomerAccountAction/CustomerAccountAction.doc.d.ts +4 -0
  270. package/build/ts/surfaces/customer-account/components/CustomerAccountAction/CustomerAccountAction.doc.d.ts.map +1 -0
  271. package/build/ts/surfaces/customer-account/components/CustomerAccountAction/index.d.ts +3 -0
  272. package/build/ts/surfaces/customer-account/components/CustomerAccountAction/index.d.ts.map +1 -0
  273. package/build/ts/surfaces/customer-account/components/DropZone/DropZone.d.ts +67 -0
  274. package/build/ts/surfaces/customer-account/components/DropZone/DropZone.d.ts.map +1 -0
  275. package/build/ts/surfaces/customer-account/components/DropZone/DropZone.doc.d.ts +4 -0
  276. package/build/ts/surfaces/customer-account/components/DropZone/DropZone.doc.d.ts.map +1 -0
  277. package/build/ts/surfaces/customer-account/components/DropZone/index.d.ts +3 -0
  278. package/build/ts/surfaces/customer-account/components/DropZone/index.d.ts.map +1 -0
  279. package/build/ts/surfaces/customer-account/components/ImageGroup/ImageGroup.d.ts +32 -0
  280. package/build/ts/surfaces/customer-account/components/ImageGroup/ImageGroup.d.ts.map +1 -0
  281. package/build/ts/surfaces/customer-account/components/ImageGroup/ImageGroup.doc.d.ts +4 -0
  282. package/build/ts/surfaces/customer-account/components/ImageGroup/ImageGroup.doc.d.ts.map +1 -0
  283. package/build/ts/surfaces/customer-account/components/ImageGroup/index.d.ts +3 -0
  284. package/build/ts/surfaces/customer-account/components/ImageGroup/index.d.ts.map +1 -0
  285. package/build/ts/surfaces/customer-account/components/Menu/Menu.d.ts +21 -0
  286. package/build/ts/surfaces/customer-account/components/Menu/Menu.d.ts.map +1 -0
  287. package/build/ts/surfaces/customer-account/components/Menu/Menu.doc.d.ts +4 -0
  288. package/build/ts/surfaces/customer-account/components/Menu/Menu.doc.d.ts.map +1 -0
  289. package/build/ts/surfaces/customer-account/components/Menu/index.d.ts +2 -0
  290. package/build/ts/surfaces/customer-account/components/Menu/index.d.ts.map +1 -0
  291. package/build/ts/surfaces/customer-account/components/Page/Page.d.ts +47 -0
  292. package/build/ts/surfaces/customer-account/components/Page/Page.d.ts.map +1 -0
  293. package/build/ts/surfaces/customer-account/components/Page/Page.doc.d.ts +4 -0
  294. package/build/ts/surfaces/customer-account/components/Page/Page.doc.d.ts.map +1 -0
  295. package/build/ts/surfaces/customer-account/components/Page/index.d.ts +3 -0
  296. package/build/ts/surfaces/customer-account/components/Page/index.d.ts.map +1 -0
  297. package/build/ts/surfaces/customer-account/components/PolicyModal/PolicyModal.d.ts +30 -0
  298. package/build/ts/surfaces/customer-account/components/PolicyModal/PolicyModal.d.ts.map +1 -0
  299. package/build/ts/surfaces/customer-account/components/PolicyModal/index.d.ts +3 -0
  300. package/build/ts/surfaces/customer-account/components/PolicyModal/index.d.ts.map +1 -0
  301. package/build/ts/surfaces/customer-account/components/ResourceItem/ResourceItem.d.ts +36 -0
  302. package/build/ts/surfaces/customer-account/components/ResourceItem/ResourceItem.d.ts.map +1 -0
  303. package/build/ts/surfaces/customer-account/components/ResourceItem/ResourceItem.doc.d.ts +4 -0
  304. package/build/ts/surfaces/customer-account/components/ResourceItem/ResourceItem.doc.d.ts.map +1 -0
  305. package/build/ts/surfaces/customer-account/components/ResourceItem/index.d.ts +3 -0
  306. package/build/ts/surfaces/customer-account/components/ResourceItem/index.d.ts.map +1 -0
  307. package/build/ts/surfaces/customer-account/components/index.d.ts +7 -0
  308. package/build/ts/surfaces/customer-account/components/index.d.ts.map +1 -1
  309. package/build/ts/surfaces/customer-account/components/shared-checkout-components.d.ts +1 -1
  310. package/build/ts/surfaces/customer-account/components/shared-checkout-components.d.ts.map +1 -1
  311. package/build/ts/surfaces/customer-account/components/shared.d.ts +7 -0
  312. package/build/ts/surfaces/customer-account/components/shared.d.ts.map +1 -0
  313. package/build/ts/surfaces/customer-account/targets.d.ts +69 -8
  314. package/build/ts/surfaces/customer-account/targets.d.ts.map +1 -1
  315. package/build/ts/surfaces/point-of-sale/api/action-target-api/action-target-api.d.ts +9 -0
  316. package/build/ts/surfaces/point-of-sale/api/action-target-api/action-target-api.d.ts.map +1 -0
  317. package/build/ts/surfaces/point-of-sale/api/cart-api/cart-api.d.ts +1 -1
  318. package/build/ts/surfaces/point-of-sale/api/customer-api/customer-api.d.ts +10 -0
  319. package/build/ts/surfaces/point-of-sale/api/customer-api/customer-api.d.ts.map +1 -0
  320. package/build/ts/surfaces/point-of-sale/api/draft-order-api/draft-order-api.d.ts +18 -0
  321. package/build/ts/surfaces/point-of-sale/api/draft-order-api/draft-order-api.d.ts.map +1 -0
  322. package/build/ts/surfaces/point-of-sale/api/navigation-api/navigation-api.d.ts +1 -1
  323. package/build/ts/surfaces/point-of-sale/api/navigation-api/navigation-api.d.ts.map +1 -1
  324. package/build/ts/surfaces/point-of-sale/api/order-api/order-api.d.ts +2 -2
  325. package/build/ts/surfaces/point-of-sale/api/product-api/product-api.d.ts +10 -0
  326. package/build/ts/surfaces/point-of-sale/api/product-api/product-api.d.ts.map +1 -0
  327. package/build/ts/surfaces/point-of-sale/api/scanner-api/scanner-api.d.ts +2 -2
  328. package/build/ts/surfaces/point-of-sale/api.d.ts +7 -1
  329. package/build/ts/surfaces/point-of-sale/api.d.ts.map +1 -1
  330. package/build/ts/surfaces/point-of-sale/components/ActionItem/ActionItem.d.ts +24 -0
  331. package/build/ts/surfaces/point-of-sale/components/ActionItem/ActionItem.d.ts.map +1 -0
  332. package/build/ts/surfaces/point-of-sale/components/Badge/Badge.d.ts +14 -0
  333. package/build/ts/surfaces/point-of-sale/components/Badge/Badge.d.ts.map +1 -1
  334. package/build/ts/surfaces/point-of-sale/components/Banner/Banner.d.ts +17 -8
  335. package/build/ts/surfaces/point-of-sale/components/Banner/Banner.d.ts.map +1 -1
  336. package/build/ts/surfaces/point-of-sale/components/Button/Button.d.ts +25 -1
  337. package/build/ts/surfaces/point-of-sale/components/Button/Button.d.ts.map +1 -1
  338. package/build/ts/surfaces/point-of-sale/components/CameraScanner/CameraScanner.d.ts +20 -2
  339. package/build/ts/surfaces/point-of-sale/components/CameraScanner/CameraScanner.d.ts.map +1 -1
  340. package/build/ts/surfaces/point-of-sale/components/DatePicker/DatePicker.d.ts +21 -0
  341. package/build/ts/surfaces/point-of-sale/components/DatePicker/DatePicker.d.ts.map +1 -1
  342. package/build/ts/surfaces/point-of-sale/components/Dialog/Dialog.d.ts +38 -0
  343. package/build/ts/surfaces/point-of-sale/components/Dialog/Dialog.d.ts.map +1 -1
  344. package/build/ts/surfaces/point-of-sale/components/FormattedTextField/FormattedTextField.d.ts +22 -0
  345. package/build/ts/surfaces/point-of-sale/components/FormattedTextField/FormattedTextField.d.ts.map +1 -1
  346. package/build/ts/surfaces/point-of-sale/components/Icon/Icon.d.ts +7 -0
  347. package/build/ts/surfaces/point-of-sale/components/Icon/Icon.d.ts.map +1 -1
  348. package/build/ts/surfaces/point-of-sale/components/Image/Image.d.ts +3 -0
  349. package/build/ts/surfaces/point-of-sale/components/Image/Image.d.ts.map +1 -1
  350. package/build/ts/surfaces/point-of-sale/components/List/List.d.ts +14 -2
  351. package/build/ts/surfaces/point-of-sale/components/List/List.d.ts.map +1 -1
  352. package/build/ts/surfaces/point-of-sale/components/Navigator/Navigator.d.ts +4 -1
  353. package/build/ts/surfaces/point-of-sale/components/Navigator/Navigator.d.ts.map +1 -1
  354. package/build/ts/surfaces/point-of-sale/components/NumberField/NumberField.d.ts +0 -2
  355. package/build/ts/surfaces/point-of-sale/components/NumberField/NumberField.d.ts.map +1 -1
  356. package/build/ts/surfaces/point-of-sale/components/POSBlock/POSBlock.d.ts +31 -0
  357. package/build/ts/surfaces/point-of-sale/components/POSBlock/POSBlock.d.ts.map +1 -0
  358. package/build/ts/surfaces/point-of-sale/components/POSBlock/POSBlockRow.d.ts +15 -0
  359. package/build/ts/surfaces/point-of-sale/components/POSBlock/POSBlockRow.d.ts.map +1 -0
  360. package/build/ts/surfaces/point-of-sale/components/PinPad/PinPad.d.ts +27 -0
  361. package/build/ts/surfaces/point-of-sale/components/PinPad/PinPad.d.ts.map +1 -1
  362. package/build/ts/surfaces/point-of-sale/components/RadioButtonList/RadioButtonList.d.ts +12 -0
  363. package/build/ts/surfaces/point-of-sale/components/RadioButtonList/RadioButtonList.d.ts.map +1 -1
  364. package/build/ts/surfaces/point-of-sale/components/Screen/Screen.d.ts +43 -2
  365. package/build/ts/surfaces/point-of-sale/components/Screen/Screen.d.ts.map +1 -1
  366. package/build/ts/surfaces/point-of-sale/components/SearchBar/SearchBar.d.ts +18 -0
  367. package/build/ts/surfaces/point-of-sale/components/SearchBar/SearchBar.d.ts.map +1 -1
  368. package/build/ts/surfaces/point-of-sale/components/Section/Section.d.ts +20 -0
  369. package/build/ts/surfaces/point-of-sale/components/Section/Section.d.ts.map +1 -1
  370. package/build/ts/surfaces/point-of-sale/components/SegmentedControl/SegmentedControl.d.ts +18 -0
  371. package/build/ts/surfaces/point-of-sale/components/SegmentedControl/SegmentedControl.d.ts.map +1 -1
  372. package/build/ts/surfaces/point-of-sale/components/Selectable/Selectable.d.ts +6 -0
  373. package/build/ts/surfaces/point-of-sale/components/Selectable/Selectable.d.ts.map +1 -1
  374. package/build/ts/surfaces/point-of-sale/components/Stack/Stack.d.ts +27 -1
  375. package/build/ts/surfaces/point-of-sale/components/Stack/Stack.d.ts.map +1 -1
  376. package/build/ts/surfaces/point-of-sale/components/Stepper/Stepper.d.ts +3 -3
  377. package/build/ts/surfaces/point-of-sale/components/Text/Text.d.ts +6 -0
  378. package/build/ts/surfaces/point-of-sale/components/Text/Text.d.ts.map +1 -1
  379. package/build/ts/surfaces/point-of-sale/components/TextArea/TextArea.d.ts +3 -0
  380. package/build/ts/surfaces/point-of-sale/components/TextArea/TextArea.d.ts.map +1 -1
  381. package/build/ts/surfaces/point-of-sale/components/Tile/Tile.d.ts +26 -0
  382. package/build/ts/surfaces/point-of-sale/components/Tile/Tile.d.ts.map +1 -1
  383. package/build/ts/surfaces/point-of-sale/components/TimeField/TimeField.d.ts +4 -0
  384. package/build/ts/surfaces/point-of-sale/components/TimeField/TimeField.d.ts.map +1 -1
  385. package/build/ts/surfaces/point-of-sale/components/TimePicker/TimePicker.d.ts +27 -0
  386. package/build/ts/surfaces/point-of-sale/components/TimePicker/TimePicker.d.ts.map +1 -1
  387. package/build/ts/surfaces/point-of-sale/components/shared/BaseTextField.d.ts +26 -1
  388. package/build/ts/surfaces/point-of-sale/components/shared/BaseTextField.d.ts.map +1 -1
  389. package/build/ts/surfaces/point-of-sale/components/shared/InputField.d.ts +48 -0
  390. package/build/ts/surfaces/point-of-sale/components/shared/InputField.d.ts.map +1 -1
  391. package/build/ts/surfaces/point-of-sale/components.d.ts +7 -3
  392. package/build/ts/surfaces/point-of-sale/components.d.ts.map +1 -1
  393. package/build/ts/surfaces/point-of-sale/targets.d.ts +21 -4
  394. package/build/ts/surfaces/point-of-sale/targets.d.ts.map +1 -1
  395. package/build/tsconfig.tsbuildinfo +1 -1
  396. package/package.json +7 -5
  397. package/src/shared.ts +28 -0
  398. package/src/surfaces/admin/api/block/block.ts +6 -0
  399. package/src/surfaces/admin/api/checkout-rules/metafields.ts +1 -1
  400. package/src/surfaces/admin/api/checkout-rules/validation-settings.doc.ts +1 -1
  401. package/src/surfaces/admin/api/order-routing-rule/metafields.ts +1 -1
  402. package/src/surfaces/admin/api/print-action/print-action.doc.ts +20 -0
  403. package/src/surfaces/admin/api/print-action/print-action.ts +12 -0
  404. package/src/surfaces/admin/api/resource-picker/resource-picker.ts +240 -0
  405. package/src/surfaces/admin/api/standard/standard.ts +12 -0
  406. package/src/surfaces/admin/api.ts +1 -0
  407. package/src/surfaces/admin/components/AdminPrintAction/AdminPrintAction.doc.ts +52 -0
  408. package/src/surfaces/admin/components/AdminPrintAction/AdminPrintAction.ts +18 -0
  409. package/src/surfaces/admin/components/AdminPrintAction/examples/basic-adminprintaction.example.ts +14 -0
  410. package/src/surfaces/admin/components/Box/Box.ts +3 -1
  411. package/src/surfaces/admin/components/Button/Button.ts +8 -0
  412. package/src/surfaces/admin/components/Image/Image.ts +2 -2
  413. package/src/surfaces/admin/components/MoneyField/MoneyField.ts +171 -1
  414. package/src/surfaces/admin/components/NumberField/NumberField.ts +3 -1
  415. package/src/surfaces/admin/components/TextField/TextField.ts +3 -1
  416. package/src/surfaces/admin/components/shared/display.ts +7 -0
  417. package/src/surfaces/admin/components/shared/index.ts +16 -0
  418. package/src/surfaces/admin/components.ts +2 -8
  419. package/src/surfaces/admin/extension-targets.ts +170 -8
  420. package/src/surfaces/checkout/api/address-autocomplete/shared.ts +29 -4
  421. package/src/surfaces/checkout/api/address-autocomplete/standard.ts +2 -0
  422. package/src/surfaces/checkout/api/checkout/checkout.ts +15 -6
  423. package/src/surfaces/checkout/api/docs.ts +5 -0
  424. package/src/surfaces/checkout/api/order-status/order-status.ts +5 -0
  425. package/src/surfaces/checkout/api/shared.ts +7 -0
  426. package/src/surfaces/checkout/api/shipping/shipping-option-item.ts +15 -0
  427. package/src/surfaces/checkout/api/shipping/shipping-option-list.ts +58 -3
  428. package/src/surfaces/checkout/api/standard/standard.ts +147 -51
  429. package/src/surfaces/checkout/components/BlockLayout/BlockLayout.doc.ts +8 -1
  430. package/src/surfaces/checkout/components/BlockStack/BlockStack.doc.ts +8 -1
  431. package/src/surfaces/checkout/components/BlockStack/BlockStack.ts +14 -4
  432. package/src/surfaces/checkout/components/Chat/Chat.ts +85 -0
  433. package/src/surfaces/checkout/components/Disclosure/Disclosure.doc.ts +1 -1
  434. package/src/surfaces/checkout/components/Grid/Grid.doc.ts +6 -0
  435. package/src/surfaces/checkout/components/Grid/Grid.ts +15 -4
  436. package/src/surfaces/checkout/components/GridItem/GridItem.doc.ts +6 -0
  437. package/src/surfaces/checkout/components/GridItem/GridItem.ts +15 -4
  438. package/src/surfaces/checkout/components/Heading/Heading.ts +1 -1
  439. package/src/surfaces/checkout/components/Icon/Icon.ts +6 -0
  440. package/src/surfaces/checkout/components/InlineLayout/InlineLayout.doc.ts +8 -1
  441. package/src/surfaces/checkout/components/InlineStack/InlineStack.doc.ts +8 -1
  442. package/src/surfaces/checkout/components/InlineStack/InlineStack.ts +15 -4
  443. package/src/surfaces/checkout/components/Link/Link.ts +1 -1
  444. package/src/surfaces/checkout/components/Modal/Modal.doc.ts +8 -1
  445. package/src/surfaces/checkout/components/Modal/Modal.ts +19 -0
  446. package/src/surfaces/checkout/components/PaymentIcon/PaymentIcon.ts +400 -399
  447. package/src/surfaces/checkout/components/Popover/Popover.doc.ts +8 -1
  448. package/src/surfaces/checkout/components/Pressable/Pressable.doc.ts +8 -1
  449. package/src/surfaces/checkout/components/Pressable/Pressable.ts +12 -11
  450. package/src/surfaces/checkout/components/Progress/Progress.doc.ts +89 -0
  451. package/src/surfaces/checkout/components/Progress/Progress.ts +44 -0
  452. package/src/surfaces/checkout/components/Progress/examples/basic-progress.example.ts +9 -0
  453. package/src/surfaces/checkout/components/QRCode/QRCode.doc.ts +60 -0
  454. package/src/surfaces/checkout/components/QRCode/QRCode.ts +54 -0
  455. package/src/surfaces/checkout/components/QRCode/examples/basic-qrcode.example.ts +9 -0
  456. package/src/surfaces/checkout/components/ScrollView/ScrollView.doc.ts +8 -1
  457. package/src/surfaces/checkout/components/ScrollView/ScrollView.ts +37 -3
  458. package/src/surfaces/checkout/components/Select/Select.ts +13 -1
  459. package/src/surfaces/checkout/components/Sheet/Sheet.doc.ts +8 -1
  460. package/src/surfaces/checkout/components/Spinner/Spinner.doc.ts +8 -1
  461. package/src/surfaces/checkout/components/Switch/Switch.doc.ts +80 -0
  462. package/src/surfaces/checkout/components/Switch/Switch.ts +50 -0
  463. package/src/surfaces/checkout/components/Switch/examples/basic-switch.example.ts +9 -0
  464. package/src/surfaces/checkout/components/View/View.doc.ts +8 -1
  465. package/src/surfaces/checkout/components/View/View.ts +85 -45
  466. package/src/surfaces/checkout/components/shared.ts +1 -1
  467. package/src/surfaces/checkout/components.ts +13 -0
  468. package/src/surfaces/checkout/helper.docs.ts +36 -0
  469. package/src/surfaces/checkout/shared.ts +5 -0
  470. package/src/surfaces/checkout/style/examples/hiding.example.tsx +8 -0
  471. package/src/surfaces/checkout/style/style.doc.ts +14 -0
  472. package/src/surfaces/checkout/style/types.ts +10 -3
  473. package/src/surfaces/checkout/targets.ts +27 -12
  474. package/src/surfaces/checkout.ts +19 -2
  475. package/src/surfaces/customer-account/api/docs.ts +151 -0
  476. package/src/surfaces/customer-account/api/order-status/order-status.ts +39 -288
  477. package/src/surfaces/customer-account/api/shared.ts +290 -0
  478. package/src/surfaces/customer-account/api/standard-api/standard-api.ts +230 -0
  479. package/src/surfaces/customer-account/api.ts +35 -15
  480. package/src/surfaces/customer-account/components/Avatar/Avatar.doc.ts +68 -0
  481. package/src/surfaces/customer-account/components/Avatar/Avatar.ts +46 -0
  482. package/src/surfaces/customer-account/components/Avatar/examples/basic-Avatar-js.example.ts +26 -0
  483. package/src/surfaces/customer-account/components/Avatar/index.ts +1 -0
  484. package/src/surfaces/customer-account/components/Card/Card.doc.ts +54 -0
  485. package/src/surfaces/customer-account/components/Card/examples/basic-Card-js.example.ts +47 -0
  486. package/src/surfaces/customer-account/components/CustomerAccountAction/CustomerAccountAction.doc.ts +66 -0
  487. package/src/surfaces/customer-account/components/CustomerAccountAction/CustomerAccountAction.ts +22 -0
  488. package/src/surfaces/customer-account/components/CustomerAccountAction/examples/basic-CustomerAccountAction-js.example.ts +27 -0
  489. package/src/surfaces/customer-account/components/CustomerAccountAction/index.ts +2 -0
  490. package/src/surfaces/customer-account/components/DropZone/DropZone.doc.ts +67 -0
  491. package/src/surfaces/customer-account/components/DropZone/DropZone.ts +76 -0
  492. package/src/surfaces/customer-account/components/DropZone/examples/basic-DropZone-js.example.ts +13 -0
  493. package/src/surfaces/customer-account/components/DropZone/index.ts +2 -0
  494. package/src/surfaces/customer-account/components/ImageGroup/ImageGroup.doc.ts +53 -0
  495. package/src/surfaces/customer-account/components/ImageGroup/ImageGroup.ts +35 -0
  496. package/src/surfaces/customer-account/components/ImageGroup/examples/basic-ImageGroup-js.example.ts +38 -0
  497. package/src/surfaces/customer-account/components/ImageGroup/index.ts +2 -0
  498. package/src/surfaces/customer-account/components/Menu/Menu.doc.ts +80 -0
  499. package/src/surfaces/customer-account/components/Menu/Menu.ts +19 -0
  500. package/src/surfaces/customer-account/components/Menu/examples/basic-Menu-js.example.ts +26 -0
  501. package/src/surfaces/customer-account/components/Menu/index.ts +1 -0
  502. package/src/surfaces/customer-account/components/Page/Page.doc.ts +76 -0
  503. package/src/surfaces/customer-account/components/Page/Page.ts +51 -0
  504. package/src/surfaces/customer-account/components/Page/examples/basic-Page-js.example.ts +35 -0
  505. package/src/surfaces/customer-account/components/Page/index.ts +2 -0
  506. package/src/surfaces/customer-account/components/PolicyModal/PolicyModal.ts +33 -0
  507. package/src/surfaces/customer-account/components/PolicyModal/index.ts +2 -0
  508. package/src/surfaces/customer-account/components/ResourceItem/ResourceItem.doc.ts +62 -0
  509. package/src/surfaces/customer-account/components/ResourceItem/ResourceItem.ts +41 -0
  510. package/src/surfaces/customer-account/components/ResourceItem/examples/basic-ResourceItem-js.example.ts +59 -0
  511. package/src/surfaces/customer-account/components/ResourceItem/index.ts +2 -0
  512. package/src/surfaces/customer-account/components/index.ts +9 -0
  513. package/src/surfaces/customer-account/components/shared-checkout-components.ts +8 -0
  514. package/src/surfaces/customer-account/components/shared.ts +6 -0
  515. package/src/surfaces/customer-account/targets.ts +169 -8
  516. package/src/surfaces/point-of-sale/api/action-target-api/action-target-api.ts +9 -0
  517. package/src/surfaces/point-of-sale/api/cart-api/cart-api.ts +1 -1
  518. package/src/surfaces/point-of-sale/api/customer-api/customer-api.ts +10 -0
  519. package/src/surfaces/point-of-sale/api/draft-order-api/draft-order-api.ts +20 -0
  520. package/src/surfaces/point-of-sale/api/navigation-api/navigation-api.ts +1 -1
  521. package/src/surfaces/point-of-sale/api/order-api/order-api.tsx +2 -2
  522. package/src/surfaces/point-of-sale/api/product-api/product-api.ts +10 -0
  523. package/src/surfaces/point-of-sale/api/scanner-api/scanner-api.ts +2 -2
  524. package/src/surfaces/point-of-sale/api.ts +21 -1
  525. package/src/surfaces/point-of-sale/components/ActionItem/ActionItem.ts +24 -0
  526. package/src/surfaces/point-of-sale/components/Badge/Badge.ts +16 -0
  527. package/src/surfaces/point-of-sale/components/Banner/Banner.ts +17 -8
  528. package/src/surfaces/point-of-sale/components/Button/Button.ts +25 -1
  529. package/src/surfaces/point-of-sale/components/CameraScanner/CameraScanner.ts +21 -5
  530. package/src/surfaces/point-of-sale/components/DatePicker/DatePicker.ts +22 -0
  531. package/src/surfaces/point-of-sale/components/Dialog/Dialog.ts +46 -0
  532. package/src/surfaces/point-of-sale/components/FormattedTextField/FormattedTextField.ts +22 -1
  533. package/src/surfaces/point-of-sale/components/Icon/Icon.ts +7 -0
  534. package/src/surfaces/point-of-sale/components/Image/Image.ts +3 -0
  535. package/src/surfaces/point-of-sale/components/List/List.ts +16 -2
  536. package/src/surfaces/point-of-sale/components/Navigator/Navigator.ts +4 -1
  537. package/src/surfaces/point-of-sale/components/NumberField/NumberField.ts +0 -2
  538. package/src/surfaces/point-of-sale/components/POSBlock/POSBlock.ts +31 -0
  539. package/src/surfaces/point-of-sale/components/POSBlock/POSBlockRow.ts +16 -0
  540. package/src/surfaces/point-of-sale/components/PinPad/PinPad.ts +27 -0
  541. package/src/surfaces/point-of-sale/components/RadioButtonList/RadioButtonList.ts +12 -0
  542. package/src/surfaces/point-of-sale/components/Screen/Screen.ts +43 -2
  543. package/src/surfaces/point-of-sale/components/SearchBar/SearchBar.ts +18 -0
  544. package/src/surfaces/point-of-sale/components/Section/Section.ts +20 -0
  545. package/src/surfaces/point-of-sale/components/SegmentedControl/SegmentedControl.ts +18 -0
  546. package/src/surfaces/point-of-sale/components/Selectable/Selectable.ts +6 -0
  547. package/src/surfaces/point-of-sale/components/Stack/Stack.ts +27 -1
  548. package/src/surfaces/point-of-sale/components/Stepper/Stepper.ts +3 -3
  549. package/src/surfaces/point-of-sale/components/Text/Text.ts +6 -0
  550. package/src/surfaces/point-of-sale/components/TextArea/TextArea.ts +3 -0
  551. package/src/surfaces/point-of-sale/components/Tile/Tile.ts +26 -0
  552. package/src/surfaces/point-of-sale/components/TimeField/TimeField.ts +4 -0
  553. package/src/surfaces/point-of-sale/components/TimePicker/TimePicker.ts +27 -0
  554. package/src/surfaces/point-of-sale/components/shared/BaseTextField.ts +26 -1
  555. package/src/surfaces/point-of-sale/components/shared/InputField.ts +48 -0
  556. package/src/surfaces/point-of-sale/components.ts +11 -3
  557. package/src/surfaces/point-of-sale/targets.ts +107 -7
  558. package/build/cjs/surfaces/admin/components/ResourceItem/ResourceItem.js +0 -14
  559. package/build/cjs/surfaces/admin/components/ResourceList/ResourceList.js +0 -15
  560. package/build/cjs/surfaces/admin/components/Thumbnail/Thumbnail.js +0 -12
  561. package/build/esm/surfaces/admin/components/Card/Card.mjs +0 -5
  562. package/build/esm/surfaces/admin/components/ResourceItem/ResourceItem.mjs +0 -10
  563. package/build/esm/surfaces/admin/components/ResourceList/ResourceList.mjs +0 -11
  564. package/build/esm/surfaces/admin/components/Thumbnail/Thumbnail.mjs +0 -8
  565. package/build/esm/surfaces/point-of-sale/components/Actiontem/ActionItem.mjs +0 -5
  566. package/build/esnext/surfaces/admin/components/Card/Card.esnext +0 -5
  567. package/build/esnext/surfaces/admin/components/ResourceItem/ResourceItem.esnext +0 -10
  568. package/build/esnext/surfaces/admin/components/ResourceList/ResourceList.esnext +0 -11
  569. package/build/esnext/surfaces/admin/components/Thumbnail/Thumbnail.esnext +0 -8
  570. package/build/esnext/surfaces/point-of-sale/components/Actiontem/ActionItem.esnext +0 -5
  571. package/build/ts/surfaces/admin/api/extension-targets/extension-targets.doc.d.ts.map +0 -1
  572. package/build/ts/surfaces/admin/components/Card/Card.d.ts +0 -15
  573. package/build/ts/surfaces/admin/components/Card/Card.d.ts.map +0 -1
  574. package/build/ts/surfaces/admin/components/Card/Card.doc-skip.d.ts.map +0 -1
  575. package/build/ts/surfaces/admin/components/ResourceItem/ResourceItem.d.ts +0 -22
  576. package/build/ts/surfaces/admin/components/ResourceItem/ResourceItem.d.ts.map +0 -1
  577. package/build/ts/surfaces/admin/components/ResourceList/ResourceList.d.ts +0 -26
  578. package/build/ts/surfaces/admin/components/ResourceList/ResourceList.d.ts.map +0 -1
  579. package/build/ts/surfaces/admin/components/Thumbnail/Thumbnail.d.ts +0 -19
  580. package/build/ts/surfaces/admin/components/Thumbnail/Thumbnail.d.ts.map +0 -1
  581. package/build/ts/surfaces/checkout/api/address-autocomplete/address-autocomplete.d.ts +0 -76
  582. package/build/ts/surfaces/checkout/api/address-autocomplete/address-autocomplete.d.ts.map +0 -1
  583. package/build/ts/surfaces/point-of-sale/components/Actiontem/ActionItem.d.ts +0 -10
  584. package/build/ts/surfaces/point-of-sale/components/Actiontem/ActionItem.d.ts.map +0 -1
  585. package/src/surfaces/admin/api/extension-targets/extension-targets.doc.ts +0 -20
  586. package/src/surfaces/admin/components/Card/Card.doc-skip.ts +0 -42
  587. package/src/surfaces/admin/components/Card/Card.ts +0 -13
  588. package/src/surfaces/admin/components/Card/examples/basic-card.example.ts +0 -11
  589. package/src/surfaces/admin/components/ResourceItem/ResourceItem.ts +0 -19
  590. package/src/surfaces/admin/components/ResourceItem/examples/basic-resourceitem.example.ts +0 -22
  591. package/src/surfaces/admin/components/ResourceList/ResourceList.ts +0 -30
  592. package/src/surfaces/admin/components/ResourceList/examples/basic-resourcelist.example.ts +0 -29
  593. package/src/surfaces/admin/components/Thumbnail/Thumbnail.ts +0 -31
  594. package/src/surfaces/admin/components/Thumbnail/examples/basic-thumbnail.example.ts +0 -13
  595. package/src/surfaces/checkout/api/address-autocomplete/address-autocomplete.ts +0 -87
  596. package/src/surfaces/point-of-sale/components/Actiontem/ActionItem.ts +0 -10
@@ -12,7 +12,7 @@ import type { StandardApi } from './api/standard/standard';
12
12
  import type { ShippingOptionItemApi } from './api/shipping/shipping-option-item';
13
13
  import type { ShippingOptionListApi } from './api/shipping/shipping-option-list';
14
14
  import type { RenderExtension, RunnableExtension } from './extension';
15
- import type { AnyComponent } from './shared';
15
+ import type { AnyComponent, AllowedComponents, AnyComponentExcept } from './shared';
16
16
  /**
17
17
  * A UI extension will register for one or more extension targets using `shopify.extend()`.
18
18
  * An extension target in a UI extension is a plain JavaScript function.
@@ -241,7 +241,7 @@ export interface RenderExtensionTargets {
241
241
  *
242
242
  * @private
243
243
  */
244
- 'purchase.checkout.gift-card.render': RenderExtension<RedeemableApi & CheckoutApi & StandardApi<'purchase.checkout.gift-card.render'>, AnyComponent>;
244
+ 'purchase.checkout.gift-card.render': RenderExtension<RedeemableApi & CheckoutApi & StandardApi<'purchase.checkout.gift-card.render'>, AnyComponentExcept<'Image' | 'Banner'>>;
245
245
  /**
246
246
  * A static extension target that renders the gift card entry form fields after
247
247
  * the buyer ticks a box to use a gift card. This does not replace the
@@ -250,20 +250,20 @@ export interface RenderExtensionTargets {
250
250
  * @private
251
251
  * @deprecated Use `purchase.checkout.gift-card.render` instead.
252
252
  */
253
- 'Checkout::GiftCard::Render': RenderExtension<RedeemableApi & CheckoutApi & StandardApi<'Checkout::GiftCard::Render'>, AnyComponent>;
253
+ 'Checkout::GiftCard::Render': RenderExtension<RedeemableApi & CheckoutApi & StandardApi<'Checkout::GiftCard::Render'>, AnyComponentExcept<'Image' | 'Banner'>>;
254
254
  /**
255
255
  * A static extension target that renders the form fields for a payment method when selected by the buyer.
256
256
  *
257
257
  * @private
258
258
  */
259
- 'purchase.checkout.payment-option-item.details.render': RenderExtension<PaymentOptionItemApi & CheckoutApi & StandardApi<'purchase.checkout.payment-option-item.details.render'>, AnyComponent>;
259
+ 'purchase.checkout.payment-option-item.details.render': RenderExtension<PaymentOptionItemApi & CheckoutApi & StandardApi<'purchase.checkout.payment-option-item.details.render'>, AnyComponentExcept<'Image' | 'Banner'>>;
260
260
  /**
261
261
  * A static extension target that renders the form fields for a payment method when selected by the buyer.
262
262
  *
263
263
  * @private
264
264
  * @deprecated Use `purchase.checkout.payment-option-item.details.render` instead.
265
265
  */
266
- 'Checkout::PaymentMethod::Render': RenderExtension<PaymentOptionItemApi & CheckoutApi & StandardApi<'Checkout::PaymentMethod::Render'>, AnyComponent>;
266
+ 'Checkout::PaymentMethod::Render': RenderExtension<PaymentOptionItemApi & CheckoutApi & StandardApi<'Checkout::PaymentMethod::Render'>, AnyComponentExcept<'Image' | 'Banner'>>;
267
267
  /**
268
268
  * A static extension target that renders after the hosted fields of a credit card payment method.
269
269
  *
@@ -277,7 +277,7 @@ export interface RenderExtensionTargets {
277
277
  * @private
278
278
  * @deprecated Use `purchase.checkout.payment-option-item.hosted-fields.render-after` instead.
279
279
  */
280
- 'Checkout::PaymentMethod::HostedFields::RenderAfter': RenderExtension<PaymentOptionItemApi & CheckoutApi & StandardApi<'Checkout::PaymentMethod::HostedFields::RenderAfter'>, AnyComponent>;
280
+ 'Checkout::PaymentMethod::HostedFields::RenderAfter': RenderExtension<PaymentOptionItemApi & CheckoutApi & StandardApi<'Checkout::PaymentMethod::HostedFields::RenderAfter'>, AnyComponentExcept<'Image' | 'Banner'>>;
281
281
  /**
282
282
  * A static extension target that renders a form modal when a buyer selects the custom onsite payment method.
283
283
  *
@@ -424,6 +424,11 @@ export interface RenderExtensionTargets {
424
424
  * A static extension target that is rendered below the footer.
425
425
  */
426
426
  'purchase.checkout.footer.render-after': RenderExtension<CheckoutApi & StandardApi<'purchase.checkout.footer.render-after'>, AnyComponent>;
427
+ /**
428
+ * A static extension target that is rendered on top of the Checkout page as an overlay.
429
+ * It is positioned in the bottom right corner of the screen.
430
+ */
431
+ 'purchase.checkout.chat.render': RenderExtension<CheckoutApi & StandardApi<'purchase.checkout.chat.render'>, AllowedComponents<'Chat'>>;
427
432
  /**
428
433
  * A static extension target that is rendered below the header on the **Thank you** page.
429
434
  */
@@ -432,6 +437,11 @@ export interface RenderExtensionTargets {
432
437
  * A static extension target that is rendered below the footer on the **Thank you** page.
433
438
  */
434
439
  'purchase.thank-you.footer.render-after': RenderExtension<OrderConfirmationApi & StandardApi<'purchase.thank-you.footer.render-after'>, AnyComponent>;
440
+ /**
441
+ * A static extension target that is rendered on top of the **Thank you** page as an overlay.
442
+ * It is positioned in the bottom right corner of the screen.
443
+ */
444
+ 'purchase.thank-you.chat.render': RenderExtension<CheckoutApi & StandardApi<'purchase.checkout.chat.render'>, AllowedComponents<'Chat'>>;
435
445
  }
436
446
  export interface RunnableExtensionTargets {
437
447
  /**
@@ -471,12 +481,6 @@ export type ArgumentsForExtension<Target extends keyof ExtensionTargets> = Param
471
481
  /**
472
482
  * For a given extension target, returns the type of the API that the
473
483
  * extension will receive at runtime.
474
- *
475
- * For RenderExtensionTargets, this API type is the second argument to
476
- * the callback for that extension target.
477
- *
478
- * For RunnableExtensionTargets, this API type is the only argument to
479
- * the callback for that extension target.
480
484
  */
481
485
  export type ApiForExtension<Target extends ExtensionTarget> = ExtractedApiFromExtensionDefinition<ExtensionTargets[Target]>;
482
486
  type ExtractedApiFromExtensionDefinition<T> = T extends AvailableExtensionDefinitions<infer Api> ? Api : never;
@@ -522,7 +526,7 @@ export type RunnableExtensions = {
522
526
  * The part of the standard API implemented for customer-account targets. Must
523
527
  * match the types defined in the `surfaces/customer-account` section of this package.
524
528
  */
525
- export interface CustomerAccountStandardApi<Target extends keyof ExtensionTargets> extends Pick<StandardApi<Target>, 'analytics' | 'appliedGiftCards' | 'appMetafields' | 'attributes' | 'buyerIdentity' | 'checkoutSettings' | 'checkoutToken' | 'cost' | 'discountCodes' | 'discountAllocations' | 'extension' | 'extensionPoint' | 'i18n' | 'lines' | 'localization' | 'metafields' | 'note' | 'query' | 'sessionToken' | 'settings' | 'shippingAddress' | 'billingAddress' | 'shop' | 'storage' | 'ui' | 'version' | 'customerPrivacy' | 'applyTrackingConsentChange'> {
529
+ export interface CustomerAccountStandardApi<Target extends keyof ExtensionTargets> extends Pick<StandardApi<Target>, 'analytics' | 'appliedGiftCards' | 'appMetafields' | 'attributes' | 'buyerIdentity' | 'checkoutSettings' | 'checkoutToken' | 'cost' | 'discountCodes' | 'discountAllocations' | 'extension' | 'extensionPoint' | 'i18n' | 'instructions' | 'lines' | 'localization' | 'metafields' | 'note' | 'query' | 'sessionToken' | 'settings' | 'shippingAddress' | 'billingAddress' | 'shop' | 'storage' | 'ui' | 'version' | 'customerPrivacy' | 'applyTrackingConsentChange'> {
526
530
  }
527
531
  export {};
528
532
  //# sourceMappingURL=targets.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"targets.d.ts","sourceRoot":"","sources":["../../../../src/surfaces/checkout/targets.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"targets.d.ts","sourceRoot":"","sources":["../../../../src/surfaces/checkout/targets.ts"],"names":[],"mappings":"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"}
@@ -1,5 +1,5 @@
1
- export type { ApiVersion, BuyerIdentity, BuyerJourney, BuyerJourneyStep, Capability, CartCost, CartMetafield, CartLineCost, CheckoutSettings, Customer, Editor, Extension, ExtensionSettings, Interceptor, InterceptorRequest, Merchandise, ImageDetails, Product, ProductVariant, PurchasingCompany, SelectedOption, SessionToken, Money, StandardApi, Storage, Shop, Version, Metafield, AppMetafield, AppMetafieldEntryTarget, AppMetafieldEntry, CartLine, PaymentOption, SelectedPaymentOption, CartDiscountCode, CartDiscountAllocation, CartCodeDiscountAllocation, CartAutomaticDiscountAllocation, CartCustomDiscountAllocation, AppliedGiftCard, I18n, I18nTranslate, Currency, Country, Market, Language, Localization, DeliveryGroup, DeliveryGroupType, DeliveryGroupDetails, CartLineReference, DeliveryOptionReference, DeliveryOption, ShippingOption, PickupLocationOption, PickupPointOption, NumberRange, CheckoutToken, ApplyTrackingConsentChangeType, CustomerPrivacy, TrackingConsentChangeResult, TrackingConsentChangeResultError, TrackingConsentMetafield, TrackingConsentMetafieldChange, VisitorConsent, VisitorConsentChange, VisitorError, VisitorSuccess, VisitorResult, } from './checkout/api/standard/standard';
2
- export type { Attribute, SellingPlan, ValidationError, MailingAddress, } from './checkout/api/shared';
1
+ export type { ApiVersion, BuyerIdentity, BuyerJourney, BuyerJourneyStep, Capability, CartCost, CartMetafield, CartLineCost, CheckoutSettings, Customer, Editor, Extension, ExtensionSettings, Interceptor, InterceptorRequest, Merchandise, ImageDetails, Product, ProductVariant, PurchasingCompany, SelectedOption, SessionToken, Money, StandardApi, Storage, Shop, Version, Metafield, AppMetafield, AppMetafieldEntryTarget, AppMetafieldEntry, CartLine, PaymentOption, SelectedPaymentOption, CartDiscountCode, CartDiscountAllocation, CartCodeDiscountAllocation, CartAutomaticDiscountAllocation, CartCustomDiscountAllocation, AppliedGiftCard, I18n, I18nTranslate, Currency, Country, Market, Language, Localization, DeliveryGroup, DeliveryGroupType, DeliveryGroupDetails, CartLineReference, DeliveryOptionReference, DeliveryOption, ShippingOption, PickupLocationOption, PickupPointOption, NumberRange, CheckoutToken, ApplyTrackingConsentChangeType, CustomerPrivacy, TrackingConsentChangeResult, TrackingConsentChangeResultError, TrackingConsentMetafield, TrackingConsentMetafieldChange, VisitorConsent, VisitorConsentChange, VisitorError, VisitorSuccess, VisitorResult, CartInstructions, AttributesCartInstructions, DeliveryCartInstructions, DiscountsCartInstructions, CartLinesCartInstructions, MetafieldsCartInstructions, NotesCartInstructions, } from './checkout/api/standard/standard';
2
+ export type { Attribute, SellingPlan, ValidationError, MailingAddress, ShippingAddress, } from './checkout/api/shared';
3
3
  export type { RedeemableAttribute, RedeemableChange, RedeemableAddChange, RedeemableChangeResult, RedeemableChangeResultError, RedeemableChangeResultSuccess, RedeemableApi, } from './checkout/api/redeemable/redeemable';
4
4
  export type { AttributeChange, AttributeChangeResult, AttributeChangeResultError, AttributeChangeResultSuccess, CartLineChange, CartLineChangeResult, CartLineChangeResultError, CartLineChangeResultSuccess, CartLineAddChange, CartLineUpdateChange, CartLineRemoveChange, DiscountCodeAddChange, DiscountCodeRemoveChange, DiscountCodeChange, DiscountCodeChangeResult, DiscountCodeChangeResultError, DiscountCodeChangeResultSuccess, GiftCardAddChange, GiftCardChange, GiftCardChangeResult, GiftCardChangeResultSuccess, GiftCardRemoveChange, GiftCardChangeResultError, MetafieldChange, MetafieldChangeResultError, MetafieldChangeResultSuccess, MetafieldChangeResult, MetafieldRemoveChange, MetafieldRemoveCartChange, MetafieldUpdateChange, MetafieldUpdateCartChange, NoteChange, NoteChangeResult, NoteChangeResultSuccess, NoteChangeResultError, ShippingAddressChange, ShippingAddressChangeFieldError, ShippingAddressChangeResult, ShippingAddressChangeResultError, ShippingAddressChangeResultSuccess, CheckoutApi, } from './checkout/api/checkout/checkout';
5
5
  export type { Order, OrderStatusApi, } from './checkout/api/order-status/order-status';
@@ -8,8 +8,8 @@ export type { CartLineItemApi } from './checkout/api/cart-line/cart-line-item';
8
8
  export type { PickupLocationListApi } from './checkout/api/pickup/pickup-location-list';
9
9
  export type { PickupPointListApi } from './checkout/api/pickup/pickup-point-list';
10
10
  export type { PickupLocationItemApi } from './checkout/api/pickup/pickup-location-item';
11
- export type { ShippingOptionItemApi } from './checkout/api/shipping/shipping-option-item';
12
- export type { ShippingOptionListApi } from './checkout/api/shipping/shipping-option-list';
11
+ export type { ShippingOptionItemApi, ShippingOptionItemRenderMode, } from './checkout/api/shipping/shipping-option-item';
12
+ export type { ShippingOptionListApi, DeliveryGroupList, DeliverySelectionGroup, } from './checkout/api/shipping/shipping-option-list';
13
13
  export type { AddressAutocompleteFormatSuggestionApi, AddressAutocompleteFormatSuggestionOutput, } from './checkout/api/address-autocomplete/format-suggestion';
14
14
  export type { AddressAutocompleteSuggestApi, AddressAutocompleteSuggestOutput, } from './checkout/api/address-autocomplete/suggest';
15
15
  export type { AddressAutocompleteSuggestion, MatchedSubstring, AutocompleteAddress, } from './checkout/api/address-autocomplete/shared';
@@ -21,6 +21,7 @@ export * from './checkout/extension';
21
21
  export * from './checkout/shared';
22
22
  export { Style, isConditionalStyle, isConditionalStyleWithDefault, } from './checkout/style/style';
23
23
  export type { AtLeastOne, Conditions, ConditionalStyle, ConditionalValue, InteractiveConditions, MaybeConditionalStyle, MaybeResponsiveConditionalStyle, ResolutionCondition, ViewportSizeCondition, } from './checkout/style/types';
24
+ export type { IdProps } from './checkout/components/shared';
24
25
  export * from './checkout/globals';
25
26
  export * from '../shared';
26
27
  //# sourceMappingURL=checkout.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"checkout.d.ts","sourceRoot":"","sources":["../../../src/surfaces/checkout.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"checkout.d.ts","sourceRoot":"","sources":["../../../src/surfaces/checkout.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,84 @@
1
+ import { OrderStatusApi } from './order-status/order-status';
2
+ import { StandardApi } from './standard-api/standard-api';
3
+ import { CartLineItemApi } from './cart-line/cart-line-item';
4
+ import { FullPageApi } from '../targets';
5
+ import { ButtonProps } from '../components';
6
+ export interface Docs_OrderStatus_MetafieldsApi extends Pick<OrderStatusApi<any>, 'appMetafields' | 'metafields'> {
7
+ }
8
+ export interface Docs_OrderStatus_AttributesApi extends Pick<OrderStatusApi<any>, 'attributes'> {
9
+ }
10
+ export interface Docs_OrderStatus_BuyerIdentityApi extends Pick<OrderStatusApi<any>, 'buyerIdentity'> {
11
+ }
12
+ export interface Docs_OrderStatus_CheckoutSettingsApi extends Pick<OrderStatusApi<any>, 'checkoutSettings'> {
13
+ }
14
+ export interface Docs_OrderStatus_CostApi extends Pick<OrderStatusApi<any>, 'cost'> {
15
+ }
16
+ export interface Docs_OrderStatus_LocalizationApi extends Pick<OrderStatusApi<any>, 'localization'> {
17
+ }
18
+ export interface Docs_OrderStatus_DiscountsApi extends Pick<OrderStatusApi<any>, 'discountAllocations' | 'discountCodes'> {
19
+ }
20
+ export interface Docs_OrderStatus_GiftCardsApi extends Pick<OrderStatusApi<any>, 'appliedGiftCards'> {
21
+ }
22
+ export interface Docs_OrderStatus_NoteApi extends Pick<OrderStatusApi<any>, 'note'> {
23
+ }
24
+ export interface Docs_OrderStatus_AddressApi extends Pick<OrderStatusApi<any>, 'shippingAddress' | 'billingAddress'> {
25
+ }
26
+ export interface Docs_OrderStatus_ShopApi extends Pick<OrderStatusApi<any>, 'shop'> {
27
+ }
28
+ export interface Docs_OrderStatus_RequireLoginApi extends Pick<OrderStatusApi<any>, 'requireLogin'> {
29
+ }
30
+ export interface Docs_OrderStatus_AuthenticationStateApi extends Pick<OrderStatusApi<any>, 'authenticationState'> {
31
+ }
32
+ export interface Docs_OrderStatus_CartLinesApi extends Pick<OrderStatusApi<any>, 'lines'> {
33
+ }
34
+ export interface Docs_CartLineItem_CartLinesApi extends Pick<CartLineItemApi, 'target'> {
35
+ }
36
+ export interface Docs_OrderStatus_OrderApi extends Pick<OrderStatusApi<any>, 'order'> {
37
+ }
38
+ export interface Docs_Standard_ExtensionApi extends Pick<StandardApi<any>, 'extension'> {
39
+ }
40
+ export interface Docs_Standard_AuthenticatedAccountApi extends Pick<StandardApi<any>, 'authenticatedAccount'> {
41
+ }
42
+ export interface Docs_Standard_VersionApi extends Pick<StandardApi<any>, 'version'> {
43
+ }
44
+ export interface Docs_Standard_LocalizationApi extends Pick<StandardApi<any>, 'localization' | 'i18n'> {
45
+ }
46
+ export interface Docs_Standard_SessionTokenApi extends Pick<StandardApi<any>, 'sessionToken'> {
47
+ }
48
+ export interface Docs_Standard_SettingsApi extends Pick<StandardApi, 'settings'> {
49
+ }
50
+ export interface Docs_Standard_StorageApi extends Pick<StandardApi<any>, 'storage'> {
51
+ }
52
+ export interface Docs_Standard_UIApi extends Pick<StandardApi<any>, 'ui'> {
53
+ }
54
+ export interface Docs_Standard_QueryApi extends Pick<StandardApi<any>, 'query'> {
55
+ }
56
+ export interface Docs_StandardApi extends Omit<StandardApi<any>, 'router'> {
57
+ }
58
+ export interface Docs_FullPageApi extends FullPageApi {
59
+ }
60
+ export interface Docs_Page_Button_PrimaryAction extends Pick<ButtonProps, 'onPress' | 'overlay' | 'to' | 'loading' | 'loadingLabel' | 'disabled' | 'accessibilityLabel'> {
61
+ }
62
+ export interface Docs_Page_Button_SecondaryAction extends Pick<ButtonProps, 'onPress' | 'to'> {
63
+ /**
64
+ * A label used for buyers using assistive technologies. Needed because `children` passed to this component will be discarded.
65
+ */
66
+ accessibilityLabel: ButtonProps['accessibilityLabel'];
67
+ }
68
+ export interface Docs_ResourceItem_Button_Action extends Pick<ButtonProps, 'onPress' | 'overlay' | 'to' | 'loading' | 'loadingLabel' | 'disabled' | 'accessibilityLabel' | 'kind'> {
69
+ }
70
+ export interface Docs_Menu_Button_Action extends Omit<ButtonProps, 'kind' | 'textDecoration' | 'inlineAlignment' | 'inlineSize' | 'size'> {
71
+ }
72
+ export interface Docs_OrderActionMenu_Button extends Pick<ButtonProps, 'onPress' | 'loading' | 'loadingLabel' | 'disabled' | 'accessibilityLabel'> {
73
+ /**
74
+ * Destination URL to link to.
75
+ *
76
+ * E.g. `extension:/` to navigate to the Full-page extension.
77
+ */
78
+ to: ButtonProps['to'];
79
+ }
80
+ export interface Docs_CustomerAccountAction_Button_PrimaryAction extends Pick<ButtonProps, 'onPress' | 'loading' | 'loadingLabel' | 'disabled' | 'accessibilityLabel' | 'accessibilityRole'> {
81
+ }
82
+ export interface Docs_CustomerAccountAction_Button_SecondaryAction extends Pick<ButtonProps, 'onPress' | 'loading' | 'loadingLabel' | 'disabled' | 'accessibilityLabel'> {
83
+ }
84
+ //# sourceMappingURL=docs.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"docs.d.ts","sourceRoot":"","sources":["../../../../../src/surfaces/customer-account/api/docs.ts"],"names":[],"mappings":"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"}