@shopify/ui-extensions 2024.10.2 → 2025.1.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 (591) hide show
  1. package/build/cjs/surfaces/checkout/components/ClipboardItem/ClipboardItem.js +16 -0
  2. package/build/cjs/surfaces/checkout.js +2 -0
  3. package/build/cjs/surfaces/customer-account.js +2 -0
  4. package/build/cjs/surfaces/point-of-sale/{components/Image/Image.js → render/components/Box/Box.js} +2 -2
  5. package/build/cjs/surfaces/point-of-sale/render/components/Image/Image.js +15 -0
  6. package/build/cjs/surfaces/point-of-sale/render/components/PrintPreview/PrintPreview.js +9 -0
  7. package/build/cjs/surfaces/point-of-sale/{components → render/components}/Stack/Stack.js +5 -0
  8. package/build/cjs/surfaces/point-of-sale/render/components/TextField/TextField.js +9 -0
  9. package/build/cjs/surfaces/point-of-sale.js +37 -35
  10. package/build/esm/surfaces/checkout/components/ClipboardItem/ClipboardItem.mjs +12 -0
  11. package/build/esm/surfaces/checkout.mjs +1 -0
  12. package/build/esm/surfaces/customer-account.mjs +1 -0
  13. package/build/esm/surfaces/point-of-sale/render/components/Box/Box.mjs +5 -0
  14. package/build/esm/surfaces/point-of-sale/render/components/Image/Image.mjs +11 -0
  15. package/build/esm/surfaces/point-of-sale/render/components/PrintPreview/PrintPreview.mjs +5 -0
  16. package/build/esm/surfaces/point-of-sale/{components → render/components}/Stack/Stack.mjs +5 -0
  17. package/build/esm/surfaces/point-of-sale/render/components/TextField/TextField.mjs +5 -0
  18. package/build/esm/surfaces/point-of-sale.mjs +35 -34
  19. package/build/esnext/surfaces/checkout/components/ClipboardItem/ClipboardItem.esnext +12 -0
  20. package/build/esnext/surfaces/checkout.esnext +1 -0
  21. package/build/esnext/surfaces/customer-account.esnext +1 -0
  22. package/build/esnext/surfaces/point-of-sale/render/components/Box/Box.esnext +5 -0
  23. package/build/esnext/surfaces/point-of-sale/render/components/Image/Image.esnext +11 -0
  24. package/build/esnext/surfaces/point-of-sale/render/components/PrintPreview/PrintPreview.esnext +5 -0
  25. package/build/esnext/surfaces/point-of-sale/{components → render/components}/Stack/Stack.esnext +5 -0
  26. package/build/esnext/surfaces/point-of-sale/render/components/TextField/TextField.esnext +5 -0
  27. package/build/esnext/surfaces/point-of-sale.esnext +35 -34
  28. package/build/ts/shared.d.ts +7 -3
  29. package/build/ts/shared.d.ts.map +1 -1
  30. package/build/ts/surfaces/admin/api/action/action.d.ts +10 -0
  31. package/build/ts/surfaces/admin/api/action/action.d.ts.map +1 -1
  32. package/build/ts/surfaces/admin/api/action/action.doc.d.ts.map +1 -1
  33. package/build/ts/surfaces/admin/api/block/block.d.ts +6 -1
  34. package/build/ts/surfaces/admin/api/block/block.d.ts.map +1 -1
  35. package/build/ts/surfaces/admin/api/block/block.doc.d.ts.map +1 -1
  36. package/build/ts/surfaces/admin/api/checkout-rules/launch-options.d.ts.map +1 -1
  37. package/build/ts/surfaces/admin/api/checkout-rules/metafields.d.ts +1 -2
  38. package/build/ts/surfaces/admin/api/checkout-rules/metafields.d.ts.map +1 -1
  39. package/build/ts/surfaces/admin/api/checkout-rules/validation-settings.doc.d.ts.map +1 -1
  40. package/build/ts/surfaces/admin/api/customer-segment-template/customer-segment-template.d.ts +1 -3
  41. package/build/ts/surfaces/admin/api/customer-segment-template/customer-segment-template.d.ts.map +1 -1
  42. package/build/ts/surfaces/admin/api/customer-segment-template/customer-segment-template.doc.d.ts.map +1 -1
  43. package/build/ts/surfaces/admin/api/discount-function-settings/discount-function-settings.d.ts +12 -0
  44. package/build/ts/surfaces/admin/api/discount-function-settings/discount-function-settings.d.ts.map +1 -0
  45. package/build/ts/surfaces/admin/api/discount-function-settings/discount-function-settings.doc.d.ts +4 -0
  46. package/build/ts/surfaces/admin/api/discount-function-settings/discount-function-settings.doc.d.ts.map +1 -0
  47. package/build/ts/surfaces/admin/api/discount-function-settings/launch-options.d.ts +28 -0
  48. package/build/ts/surfaces/admin/api/discount-function-settings/launch-options.d.ts.map +1 -0
  49. package/build/ts/surfaces/admin/api/discount-function-settings/metafields.d.ts +25 -0
  50. package/build/ts/surfaces/admin/api/discount-function-settings/metafields.d.ts.map +1 -0
  51. package/build/ts/surfaces/admin/api/picker/picker.d.ts +81 -0
  52. package/build/ts/surfaces/admin/api/picker/picker.d.ts.map +1 -0
  53. package/build/ts/surfaces/admin/api/picker/picker.doc.d.ts +4 -0
  54. package/build/ts/surfaces/admin/api/picker/picker.doc.d.ts.map +1 -0
  55. package/build/ts/surfaces/admin/api/print-action/print-action.d.ts +10 -0
  56. package/build/ts/surfaces/admin/api/print-action/print-action.d.ts.map +1 -1
  57. package/build/ts/surfaces/admin/api/print-action/print-action.doc.d.ts.map +1 -1
  58. package/build/ts/surfaces/admin/api/purchase-options-card-action/purchase-options-card-action.d.ts +11 -0
  59. package/build/ts/surfaces/admin/api/purchase-options-card-action/purchase-options-card-action.d.ts.map +1 -0
  60. package/build/ts/surfaces/admin/api/resource-picker/resource-picker.doc.d.ts +4 -0
  61. package/build/ts/surfaces/admin/api/resource-picker/resource-picker.doc.d.ts.map +1 -0
  62. package/build/ts/surfaces/admin/api/shared.d.ts +1 -0
  63. package/build/ts/surfaces/admin/api/shared.d.ts.map +1 -1
  64. package/build/ts/surfaces/admin/api/should-render/should-render.d.ts +10 -0
  65. package/build/ts/surfaces/admin/api/should-render/should-render.d.ts.map +1 -0
  66. package/build/ts/surfaces/admin/api/should-render/should-render.doc.d.ts +4 -0
  67. package/build/ts/surfaces/admin/api/should-render/should-render.doc.d.ts.map +1 -0
  68. package/build/ts/surfaces/admin/api.d.ts +1 -0
  69. package/build/ts/surfaces/admin/api.d.ts.map +1 -1
  70. package/build/ts/surfaces/admin/components/AdminBlock/AdminBlock.d.ts +2 -4
  71. package/build/ts/surfaces/admin/components/AdminBlock/AdminBlock.d.ts.map +1 -1
  72. package/build/ts/surfaces/admin/components/InternalCustomerSegmentTemplate/InternalCustomerSegmentTemplate.d.ts +1 -1
  73. package/build/ts/surfaces/admin/components/InternalCustomerSegmentTemplate/InternalCustomerSegmentTemplate.d.ts.map +1 -1
  74. package/build/ts/surfaces/admin/components/shared/index.d.ts +1 -1
  75. package/build/ts/surfaces/admin/components/shared/index.d.ts.map +1 -1
  76. package/build/ts/surfaces/admin/extension-targets.d.ts +134 -2
  77. package/build/ts/surfaces/admin/extension-targets.d.ts.map +1 -1
  78. package/build/ts/surfaces/admin/globals.d.ts +3 -0
  79. package/build/ts/surfaces/admin/globals.d.ts.map +1 -1
  80. package/build/ts/surfaces/checkout/api/address-autocomplete/standard.d.ts +1 -1
  81. package/build/ts/surfaces/checkout/api/docs.d.ts +2 -0
  82. package/build/ts/surfaces/checkout/api/docs.d.ts.map +1 -1
  83. package/build/ts/surfaces/checkout/api/standard/standard.d.ts +27 -11
  84. package/build/ts/surfaces/checkout/api/standard/standard.d.ts.map +1 -1
  85. package/build/ts/surfaces/checkout/components/Badge/Badge.d.ts +1 -1
  86. package/build/ts/surfaces/checkout/components/Button/Button.d.ts +3 -3
  87. package/build/ts/surfaces/checkout/components/Button/Button.d.ts.map +1 -1
  88. package/build/ts/surfaces/checkout/components/Chat/Chat.d.ts +2 -2
  89. package/build/ts/surfaces/checkout/components/ClipboardItem/ClipboardItem.d.ts +30 -0
  90. package/build/ts/surfaces/checkout/components/ClipboardItem/ClipboardItem.d.ts.map +1 -0
  91. package/build/ts/surfaces/checkout/components/ClipboardItem/ClipboardItem.doc.d.ts +4 -0
  92. package/build/ts/surfaces/checkout/components/ClipboardItem/ClipboardItem.doc.d.ts.map +1 -0
  93. package/build/ts/surfaces/checkout/components/Icon/Icon.d.ts +2 -2
  94. package/build/ts/surfaces/checkout/components/Icon/Icon.d.ts.map +1 -1
  95. package/build/ts/surfaces/checkout/components/Link/Link.d.ts +2 -2
  96. package/build/ts/surfaces/checkout/components/Link/Link.d.ts.map +1 -1
  97. package/build/ts/surfaces/checkout/components/Pressable/Pressable.d.ts +2 -2
  98. package/build/ts/surfaces/checkout/components/Pressable/Pressable.d.ts.map +1 -1
  99. package/build/ts/surfaces/checkout/components/QRCode/QRCode.doc.d.ts.map +1 -1
  100. package/build/ts/surfaces/checkout/components/shared.d.ts +21 -0
  101. package/build/ts/surfaces/checkout/components/shared.d.ts.map +1 -1
  102. package/build/ts/surfaces/checkout/components.d.ts +2 -0
  103. package/build/ts/surfaces/checkout/components.d.ts.map +1 -1
  104. package/build/ts/surfaces/checkout/globals.d.ts +1 -3
  105. package/build/ts/surfaces/checkout/globals.d.ts.map +1 -1
  106. package/build/ts/surfaces/checkout/helper.docs.d.ts.map +1 -1
  107. package/build/ts/surfaces/checkout/targets.d.ts +0 -66
  108. package/build/ts/surfaces/checkout/targets.d.ts.map +1 -1
  109. package/build/ts/surfaces/checkout.d.ts +2 -2
  110. package/build/ts/surfaces/checkout.d.ts.map +1 -1
  111. package/build/ts/surfaces/customer-account/api/standard-api/standard-api.d.ts +1 -1
  112. package/build/ts/surfaces/customer-account/components/shared-checkout-components.d.ts +1 -1
  113. package/build/ts/surfaces/customer-account/components/shared-checkout-components.d.ts.map +1 -1
  114. package/build/ts/surfaces/customer-account/globals.d.ts +1 -3
  115. package/build/ts/surfaces/customer-account/globals.d.ts.map +1 -1
  116. package/build/ts/surfaces/point-of-sale/api.d.ts +23 -23
  117. package/build/ts/surfaces/point-of-sale/api.d.ts.map +1 -1
  118. package/build/ts/surfaces/point-of-sale/components.d.ts +76 -71
  119. package/build/ts/surfaces/point-of-sale/components.d.ts.map +1 -1
  120. package/build/ts/surfaces/point-of-sale/globals.d.ts +1 -3
  121. package/build/ts/surfaces/point-of-sale/globals.d.ts.map +1 -1
  122. package/build/ts/surfaces/point-of-sale/input.d.ts +3 -0
  123. package/build/ts/surfaces/point-of-sale/input.d.ts.map +1 -0
  124. package/build/ts/surfaces/point-of-sale/intent.d.ts +2 -0
  125. package/build/ts/surfaces/point-of-sale/intent.d.ts.map +1 -0
  126. package/build/ts/surfaces/point-of-sale/render/api/action-api/action-api.d.ts.map +1 -0
  127. package/build/ts/surfaces/point-of-sale/render/api/action-target-api/action-target-api.d.ts.map +1 -0
  128. package/build/ts/surfaces/point-of-sale/{api → render/api}/cart-api/cart-api.d.ts +10 -9
  129. package/build/ts/surfaces/point-of-sale/render/api/cart-api/cart-api.d.ts.map +1 -0
  130. package/build/ts/surfaces/point-of-sale/render/api/connectivity-api/connectivity-api.d.ts.map +1 -0
  131. package/build/ts/surfaces/point-of-sale/render/api/customer-api/customer-api.d.ts.map +1 -0
  132. package/build/ts/surfaces/point-of-sale/render/api/device-api/device-api.d.ts.map +1 -0
  133. package/build/ts/surfaces/point-of-sale/render/api/draft-order-api/draft-order-api.d.ts.map +1 -0
  134. package/build/ts/surfaces/point-of-sale/render/api/locale-api/locale-api.d.ts.map +1 -0
  135. package/build/ts/surfaces/point-of-sale/render/api/navigation-api/navigation-api.d.ts.map +1 -0
  136. package/build/ts/surfaces/point-of-sale/render/api/order-api/order-api.d.ts.map +1 -0
  137. package/build/ts/surfaces/point-of-sale/render/api/print-api/print-api.d.ts +18 -0
  138. package/build/ts/surfaces/point-of-sale/render/api/print-api/print-api.d.ts.map +1 -0
  139. package/build/ts/surfaces/point-of-sale/render/api/product-api/product-api.d.ts.map +1 -0
  140. package/build/ts/surfaces/point-of-sale/{api → render/api}/product-search-api/product-search-api.d.ts +3 -3
  141. package/build/ts/surfaces/point-of-sale/render/api/product-search-api/product-search-api.d.ts.map +1 -0
  142. package/build/ts/surfaces/point-of-sale/render/api/scanner-api/scanner-api.d.ts.map +1 -0
  143. package/build/ts/surfaces/point-of-sale/{api → render/api}/session-api/session-api.d.ts +1 -1
  144. package/build/ts/surfaces/point-of-sale/render/api/session-api/session-api.d.ts.map +1 -0
  145. package/build/ts/surfaces/point-of-sale/render/api/standard/standard-api.d.ts +13 -0
  146. package/build/ts/surfaces/point-of-sale/render/api/standard/standard-api.d.ts.map +1 -0
  147. package/build/ts/surfaces/point-of-sale/render/api/toast-api/toast-api.d.ts.map +1 -0
  148. package/build/ts/surfaces/point-of-sale/render/components/Badge/Badge.d.ts.map +1 -0
  149. package/build/ts/surfaces/point-of-sale/render/components/Banner/Banner.d.ts.map +1 -0
  150. package/build/ts/surfaces/point-of-sale/render/components/Box/Box.d.ts +9 -0
  151. package/build/ts/surfaces/point-of-sale/render/components/Box/Box.d.ts.map +1 -0
  152. package/build/ts/surfaces/point-of-sale/render/components/Button/Button.d.ts.map +1 -0
  153. package/build/ts/surfaces/point-of-sale/render/components/CameraScanner/CameraScanner.d.ts.map +1 -0
  154. package/build/ts/surfaces/point-of-sale/render/components/DateField/DateField.d.ts.map +1 -0
  155. package/build/ts/surfaces/point-of-sale/render/components/DatePicker/DatePicker.d.ts.map +1 -0
  156. package/build/ts/surfaces/point-of-sale/render/components/Dialog/Dialog.d.ts.map +1 -0
  157. package/build/ts/surfaces/point-of-sale/render/components/EmailField/EmailField.d.ts.map +1 -0
  158. package/build/ts/surfaces/point-of-sale/{components → render/components}/FormattedTextField/FormattedTextField.d.ts +0 -9
  159. package/build/ts/surfaces/point-of-sale/render/components/FormattedTextField/FormattedTextField.d.ts.map +1 -0
  160. package/build/ts/surfaces/point-of-sale/render/components/Icon/Icon.d.ts.map +1 -0
  161. package/build/ts/surfaces/point-of-sale/render/components/Image/Image.d.ts +25 -0
  162. package/build/ts/surfaces/point-of-sale/render/components/Image/Image.d.ts.map +1 -0
  163. package/build/ts/surfaces/point-of-sale/{components → render/components}/List/List.d.ts +0 -6
  164. package/build/ts/surfaces/point-of-sale/render/components/List/List.d.ts.map +1 -0
  165. package/build/ts/surfaces/point-of-sale/render/components/Navigator/Navigator.d.ts.map +1 -0
  166. package/build/ts/surfaces/point-of-sale/render/components/NumberField/NumberField.d.ts.map +1 -0
  167. package/build/ts/surfaces/point-of-sale/render/components/POSBlock/POSBlock.d.ts.map +1 -0
  168. package/build/ts/surfaces/point-of-sale/render/components/POSBlock/POSBlockRow.d.ts.map +1 -0
  169. package/build/ts/surfaces/point-of-sale/render/components/PinPad/PinPad.d.ts.map +1 -0
  170. package/build/ts/surfaces/point-of-sale/render/components/PrintPreview/PrintPreview.d.ts +12 -0
  171. package/build/ts/surfaces/point-of-sale/render/components/PrintPreview/PrintPreview.d.ts.map +1 -0
  172. package/build/ts/surfaces/point-of-sale/render/components/RadioButtonList/RadioButtonList.d.ts.map +1 -0
  173. package/build/ts/surfaces/point-of-sale/render/components/Screen/Screen.d.ts.map +1 -0
  174. package/build/ts/surfaces/point-of-sale/render/components/ScrollView/ScrollView.d.ts.map +1 -0
  175. package/build/ts/surfaces/point-of-sale/render/components/SearchBar/SearchBar.d.ts.map +1 -0
  176. package/build/ts/surfaces/point-of-sale/render/components/Section/Section.d.ts.map +1 -0
  177. package/build/ts/surfaces/point-of-sale/render/components/SectionHeader/SectionHeader.d.ts.map +1 -0
  178. package/build/ts/surfaces/point-of-sale/render/components/SegmentedControl/SegmentedControl.d.ts.map +1 -0
  179. package/build/ts/surfaces/point-of-sale/render/components/Selectable/Selectable.d.ts.map +1 -0
  180. package/build/ts/surfaces/point-of-sale/render/components/Stack/Stack.d.ts +102 -0
  181. package/build/ts/surfaces/point-of-sale/render/components/Stack/Stack.d.ts.map +1 -0
  182. package/build/ts/surfaces/point-of-sale/render/components/Stepper/Stepper.d.ts.map +1 -0
  183. package/build/ts/surfaces/point-of-sale/render/components/Text/Text.d.ts.map +1 -0
  184. package/build/ts/surfaces/point-of-sale/render/components/TextArea/TextArea.d.ts.map +1 -0
  185. package/build/ts/surfaces/point-of-sale/{components → render/components}/TextField/TextField.d.ts +1 -10
  186. package/build/ts/surfaces/point-of-sale/render/components/TextField/TextField.d.ts.map +1 -0
  187. package/build/ts/surfaces/point-of-sale/render/components/Tile/Tile.d.ts.map +1 -0
  188. package/build/ts/surfaces/point-of-sale/render/components/TimeField/TimeField.d.ts.map +1 -0
  189. package/build/ts/surfaces/point-of-sale/render/components/TimePicker/TimePicker.d.ts.map +1 -0
  190. package/build/ts/surfaces/point-of-sale/render/components/shared/BaseTextField.d.ts.map +1 -0
  191. package/build/ts/surfaces/point-of-sale/render/components/shared/InputField.d.ts.map +1 -0
  192. package/build/ts/surfaces/point-of-sale/render/components/shared/auto-capitalization-type.d.ts.map +1 -0
  193. package/build/ts/surfaces/point-of-sale/render/components/shared/box.d.ts +117 -0
  194. package/build/ts/surfaces/point-of-sale/render/components/shared/box.d.ts.map +1 -0
  195. package/build/ts/surfaces/point-of-sale/{components/Spacing/Spacing.d.ts → render/components/shared/deprecated-types.d.ts} +2 -1
  196. package/build/ts/surfaces/point-of-sale/render/components/shared/deprecated-types.d.ts.map +1 -0
  197. package/build/ts/surfaces/point-of-sale/render/components/shared/inner-layouts.d.ts +28 -0
  198. package/build/ts/surfaces/point-of-sale/render/components/shared/inner-layouts.d.ts.map +1 -0
  199. package/build/ts/surfaces/point-of-sale/render/components/shared/sizes.d.ts +5 -0
  200. package/build/ts/surfaces/point-of-sale/render/components/shared/sizes.d.ts.map +1 -0
  201. package/build/ts/surfaces/point-of-sale/run/input/BaseInput.d.ts +8 -0
  202. package/build/ts/surfaces/point-of-sale/run/input/BaseInput.d.ts.map +1 -0
  203. package/build/ts/surfaces/point-of-sale/run/intent/BaseIntent.d.ts +9 -0
  204. package/build/ts/surfaces/point-of-sale/run/intent/BaseIntent.d.ts.map +1 -0
  205. package/build/ts/surfaces/point-of-sale/targets.d.ts +8 -8
  206. package/build/ts/surfaces/point-of-sale/targets.d.ts.map +1 -1
  207. package/build/ts/surfaces/point-of-sale/{api/types → types}/cart.d.ts +1 -4
  208. package/build/ts/surfaces/point-of-sale/types/cart.d.ts.map +1 -0
  209. package/build/ts/surfaces/point-of-sale/{api/types → types}/country-code.d.ts.map +1 -1
  210. package/build/ts/surfaces/point-of-sale/types/device.d.ts +15 -0
  211. package/build/ts/surfaces/point-of-sale/types/device.d.ts.map +1 -0
  212. package/build/ts/surfaces/point-of-sale/types/multiple-resource-result.d.ts.map +1 -0
  213. package/build/ts/surfaces/point-of-sale/types/paginated-result.d.ts.map +1 -0
  214. package/build/ts/surfaces/point-of-sale/types/product.d.ts.map +1 -0
  215. package/build/ts/surfaces/point-of-sale/{api/types → types}/session.d.ts +5 -0
  216. package/build/ts/surfaces/point-of-sale/types/session.d.ts.map +1 -0
  217. package/build/ts/surfaces/point-of-sale.d.ts +2 -0
  218. package/build/ts/surfaces/point-of-sale.d.ts.map +1 -1
  219. package/build/tsconfig.tsbuildinfo +1 -1
  220. package/package.json +1 -1
  221. package/src/shared.ts +46 -1
  222. package/src/surfaces/admin/api/action/action.doc.ts +1 -0
  223. package/src/surfaces/admin/api/action/action.ts +12 -0
  224. package/src/surfaces/admin/api/block/block.doc.ts +1 -0
  225. package/src/surfaces/admin/api/block/block.ts +7 -1
  226. package/src/surfaces/admin/api/checkout-rules/launch-options.ts +0 -1
  227. package/src/surfaces/admin/api/checkout-rules/metafields.ts +1 -46
  228. package/src/surfaces/admin/api/checkout-rules/validation-settings.doc.ts +1 -0
  229. package/src/surfaces/admin/api/customer-segment-template/customer-segment-template.doc.ts +1 -0
  230. package/src/surfaces/admin/api/customer-segment-template/customer-segment-template.ts +1 -6
  231. package/src/surfaces/admin/api/discount-function-settings/discount-function-settings.doc.ts +27 -0
  232. package/src/surfaces/admin/api/discount-function-settings/discount-function-settings.ts +15 -0
  233. package/src/surfaces/admin/api/discount-function-settings/launch-options.ts +29 -0
  234. package/src/surfaces/admin/api/discount-function-settings/metafields.ts +31 -0
  235. package/src/surfaces/admin/api/picker/examples/direct-api.js +73 -0
  236. package/src/surfaces/admin/api/picker/examples/disabled.js +16 -0
  237. package/src/surfaces/admin/api/picker/examples/minimal.js +16 -0
  238. package/src/surfaces/admin/api/picker/examples/multiple-limit.js +21 -0
  239. package/src/surfaces/admin/api/picker/examples/multiple-true.js +21 -0
  240. package/src/surfaces/admin/api/picker/examples/preselected.js +16 -0
  241. package/src/surfaces/admin/api/picker/examples/template-picker.js +37 -0
  242. package/src/surfaces/admin/api/picker/picker.doc.ts +113 -0
  243. package/src/surfaces/admin/api/picker/picker.ts +83 -0
  244. package/src/surfaces/admin/api/print-action/print-action.doc.ts +1 -0
  245. package/src/surfaces/admin/api/print-action/print-action.ts +12 -0
  246. package/src/surfaces/admin/api/purchase-options-card-action/purchase-options-card-action.ts +10 -0
  247. package/src/surfaces/admin/api/resource-picker/examples/action.js +4 -0
  248. package/src/surfaces/admin/api/resource-picker/examples/collection-picker.js +1 -0
  249. package/src/surfaces/admin/api/resource-picker/examples/filter-query.js +6 -0
  250. package/src/surfaces/admin/api/resource-picker/examples/filters.js +9 -0
  251. package/src/surfaces/admin/api/resource-picker/examples/multiple-limited.js +4 -0
  252. package/src/surfaces/admin/api/resource-picker/examples/multiple-unlimited.js +4 -0
  253. package/src/surfaces/admin/api/resource-picker/examples/product-picker.js +3 -0
  254. package/src/surfaces/admin/api/resource-picker/examples/product-variant-picker.js +1 -0
  255. package/src/surfaces/admin/api/resource-picker/examples/query.js +4 -0
  256. package/src/surfaces/admin/api/resource-picker/examples/selection-ids.js +16 -0
  257. package/src/surfaces/admin/api/resource-picker/examples/selection.js +7 -0
  258. package/src/surfaces/admin/api/resource-picker/resource-picker.doc.ts +163 -0
  259. package/src/surfaces/admin/api/shared.ts +44 -0
  260. package/src/surfaces/admin/api/should-render/should-render.doc.ts +20 -0
  261. package/src/surfaces/admin/api/should-render/should-render.ts +11 -0
  262. package/src/surfaces/admin/api/standard/standard.doc.ts +1 -1
  263. package/src/surfaces/admin/api.ts +1 -0
  264. package/src/surfaces/admin/components/AdminBlock/AdminBlock.ts +2 -4
  265. package/src/surfaces/admin/components/InternalCustomerSegmentTemplate/InternalCustomerSegmentTemplate.ts +1 -0
  266. package/src/surfaces/admin/components/shared/index.ts +1 -1
  267. package/src/surfaces/admin/extension-targets.ts +260 -1
  268. package/src/surfaces/admin/globals.ts +7 -0
  269. package/src/surfaces/checkout/api/address-autocomplete/standard.ts +1 -1
  270. package/src/surfaces/checkout/api/docs.ts +3 -0
  271. package/src/surfaces/checkout/api/standard/standard.ts +30 -12
  272. package/src/surfaces/checkout/components/Badge/Badge.ts +1 -1
  273. package/src/surfaces/checkout/components/Button/Button.ts +3 -1
  274. package/src/surfaces/checkout/components/Chat/AppBridge.ts +4 -4
  275. package/src/surfaces/checkout/components/Chat/Chat.doc.ts +2 -2
  276. package/src/surfaces/checkout/components/Chat/Chat.ts +2 -2
  277. package/src/surfaces/checkout/components/Chat/examples/app-bridge-communication.example.js +4 -1
  278. package/src/surfaces/checkout/components/Chat/examples/app-bridge-resize.example.html +2 -2
  279. package/src/surfaces/checkout/components/Chat/examples/chat-custom-properties-css.example.css +2 -4
  280. package/src/surfaces/checkout/components/Chat/examples/include-app-bridge.example.html +1 -1
  281. package/src/surfaces/checkout/components/ClipboardItem/ClipboardItem.doc.ts +74 -0
  282. package/src/surfaces/checkout/components/ClipboardItem/ClipboardItem.ts +34 -0
  283. package/src/surfaces/checkout/components/ClipboardItem/examples/basic-clipboarditem.example.ts +21 -0
  284. package/src/surfaces/checkout/components/Icon/Icon.ts +2 -0
  285. package/src/surfaces/checkout/components/Link/Link.ts +3 -1
  286. package/src/surfaces/checkout/components/Pressable/Pressable.ts +2 -0
  287. package/src/surfaces/checkout/components/QRCode/QRCode.doc.ts +13 -2
  288. package/src/surfaces/checkout/components/QRCode/examples/basic-qrcode.example.ts +12 -1
  289. package/src/surfaces/checkout/components/shared.ts +22 -0
  290. package/src/surfaces/checkout/components.ts +3 -0
  291. package/src/surfaces/checkout/globals.ts +4 -6
  292. package/src/surfaces/checkout/helper.docs.ts +18 -0
  293. package/src/surfaces/checkout/style/examples/defaultstyle.example.tsx +1 -1
  294. package/src/surfaces/checkout/style/examples/hiding.example.tsx +1 -1
  295. package/src/surfaces/checkout/style/examples/simplecondition.example.tsx +1 -1
  296. package/src/surfaces/checkout/targets.ts +0 -133
  297. package/src/surfaces/checkout.ts +6 -1
  298. package/src/surfaces/customer-account/api/standard-api/standard-api.ts +1 -1
  299. package/src/surfaces/customer-account/components/shared-checkout-components.ts +2 -0
  300. package/src/surfaces/customer-account/globals.ts +4 -6
  301. package/src/surfaces/point-of-sale/api.ts +34 -28
  302. package/src/surfaces/point-of-sale/components.ts +107 -73
  303. package/src/surfaces/point-of-sale/globals.ts +4 -6
  304. package/src/surfaces/point-of-sale/input.ts +3 -0
  305. package/src/surfaces/point-of-sale/intent.ts +1 -0
  306. package/src/surfaces/point-of-sale/{api → render/api}/cart-api/cart-api.ts +12 -14
  307. package/src/surfaces/point-of-sale/render/api/print-api/print-api.ts +18 -0
  308. package/src/surfaces/point-of-sale/{api → render/api}/product-search-api/product-search-api.ts +3 -3
  309. package/src/surfaces/point-of-sale/{api → render/api}/session-api/session-api.ts +1 -1
  310. package/src/surfaces/point-of-sale/render/api/standard/standard-api.ts +17 -0
  311. package/src/surfaces/point-of-sale/render/components/Box/Box.ts +6 -0
  312. package/src/surfaces/point-of-sale/{components → render/components}/FormattedTextField/FormattedTextField.ts +0 -9
  313. package/src/surfaces/point-of-sale/render/components/Image/Image.ts +31 -0
  314. package/src/surfaces/point-of-sale/{components → render/components}/List/List.ts +0 -6
  315. package/src/surfaces/point-of-sale/render/components/PrintPreview/PrintPreview.ts +13 -0
  316. package/src/surfaces/point-of-sale/render/components/Stack/Stack.ts +122 -0
  317. package/src/surfaces/point-of-sale/{components → render/components}/TextField/TextField.ts +2 -13
  318. package/src/surfaces/point-of-sale/render/components/shared/box.ts +131 -0
  319. package/src/surfaces/point-of-sale/{components/Spacing/Spacing.ts → render/components/shared/deprecated-types.ts} +16 -0
  320. package/src/surfaces/point-of-sale/render/components/shared/inner-layouts.ts +35 -0
  321. package/src/surfaces/point-of-sale/render/components/shared/sizes.ts +25 -0
  322. package/src/surfaces/point-of-sale/run/input/BaseInput.ts +8 -0
  323. package/src/surfaces/point-of-sale/run/intent/BaseIntent.ts +8 -0
  324. package/src/surfaces/point-of-sale/targets.ts +8 -17
  325. package/src/surfaces/point-of-sale/{api/types → types}/cart.ts +5 -4
  326. package/src/surfaces/point-of-sale/types/device.ts +14 -0
  327. package/src/surfaces/point-of-sale/{api/types → types}/session.ts +7 -0
  328. package/src/surfaces/point-of-sale.ts +2 -0
  329. package/build/cjs/surfaces/point-of-sale/components/ActionItem/ActionItem.js +0 -16
  330. package/build/cjs/surfaces/point-of-sale/components/TextField/TextField.js +0 -15
  331. package/build/esm/surfaces/point-of-sale/components/ActionItem/ActionItem.mjs +0 -12
  332. package/build/esm/surfaces/point-of-sale/components/Image/Image.mjs +0 -5
  333. package/build/esm/surfaces/point-of-sale/components/TextField/TextField.mjs +0 -11
  334. package/build/esnext/surfaces/point-of-sale/components/ActionItem/ActionItem.esnext +0 -12
  335. package/build/esnext/surfaces/point-of-sale/components/Image/Image.esnext +0 -5
  336. package/build/esnext/surfaces/point-of-sale/components/TextField/TextField.esnext +0 -11
  337. package/build/ts/surfaces/point-of-sale/api/action-api/action-api.d.ts.map +0 -1
  338. package/build/ts/surfaces/point-of-sale/api/action-target-api/action-target-api.d.ts.map +0 -1
  339. package/build/ts/surfaces/point-of-sale/api/cart-api/cart-api.d.ts.map +0 -1
  340. package/build/ts/surfaces/point-of-sale/api/connectivity-api/connectivity-api.d.ts.map +0 -1
  341. package/build/ts/surfaces/point-of-sale/api/customer-api/customer-api.d.ts.map +0 -1
  342. package/build/ts/surfaces/point-of-sale/api/device-api/device-api.d.ts.map +0 -1
  343. package/build/ts/surfaces/point-of-sale/api/draft-order-api/draft-order-api.d.ts.map +0 -1
  344. package/build/ts/surfaces/point-of-sale/api/locale-api/locale-api.d.ts.map +0 -1
  345. package/build/ts/surfaces/point-of-sale/api/navigation-api/navigation-api.d.ts.map +0 -1
  346. package/build/ts/surfaces/point-of-sale/api/order-api/order-api.d.ts.map +0 -1
  347. package/build/ts/surfaces/point-of-sale/api/product-api/product-api.d.ts.map +0 -1
  348. package/build/ts/surfaces/point-of-sale/api/product-search-api/product-search-api.d.ts.map +0 -1
  349. package/build/ts/surfaces/point-of-sale/api/scanner-api/scanner-api.d.ts.map +0 -1
  350. package/build/ts/surfaces/point-of-sale/api/session-api/session-api.d.ts.map +0 -1
  351. package/build/ts/surfaces/point-of-sale/api/smartgrid-api/smartgrid-api.d.ts +0 -17
  352. package/build/ts/surfaces/point-of-sale/api/smartgrid-api/smartgrid-api.d.ts.map +0 -1
  353. package/build/ts/surfaces/point-of-sale/api/standard/standard-api.d.ts +0 -12
  354. package/build/ts/surfaces/point-of-sale/api/standard/standard-api.d.ts.map +0 -1
  355. package/build/ts/surfaces/point-of-sale/api/toast-api/toast-api.d.ts.map +0 -1
  356. package/build/ts/surfaces/point-of-sale/api/types/cart.d.ts.map +0 -1
  357. package/build/ts/surfaces/point-of-sale/api/types/multiple-resource-result.d.ts.map +0 -1
  358. package/build/ts/surfaces/point-of-sale/api/types/paginated-result.d.ts.map +0 -1
  359. package/build/ts/surfaces/point-of-sale/api/types/product.d.ts.map +0 -1
  360. package/build/ts/surfaces/point-of-sale/api/types/session.d.ts.map +0 -1
  361. package/build/ts/surfaces/point-of-sale/components/ActionItem/ActionItem.d.ts +0 -24
  362. package/build/ts/surfaces/point-of-sale/components/ActionItem/ActionItem.d.ts.map +0 -1
  363. package/build/ts/surfaces/point-of-sale/components/Badge/Badge.d.ts.map +0 -1
  364. package/build/ts/surfaces/point-of-sale/components/Banner/Banner.d.ts.map +0 -1
  365. package/build/ts/surfaces/point-of-sale/components/Button/Button.d.ts.map +0 -1
  366. package/build/ts/surfaces/point-of-sale/components/CameraScanner/CameraScanner.d.ts.map +0 -1
  367. package/build/ts/surfaces/point-of-sale/components/DateField/DateField.d.ts.map +0 -1
  368. package/build/ts/surfaces/point-of-sale/components/DatePicker/DatePicker.d.ts.map +0 -1
  369. package/build/ts/surfaces/point-of-sale/components/Dialog/Dialog.d.ts.map +0 -1
  370. package/build/ts/surfaces/point-of-sale/components/EmailField/EmailField.d.ts.map +0 -1
  371. package/build/ts/surfaces/point-of-sale/components/FormattedTextField/FormattedTextField.d.ts.map +0 -1
  372. package/build/ts/surfaces/point-of-sale/components/Icon/Icon.d.ts.map +0 -1
  373. package/build/ts/surfaces/point-of-sale/components/Image/Image.d.ts +0 -12
  374. package/build/ts/surfaces/point-of-sale/components/Image/Image.d.ts.map +0 -1
  375. package/build/ts/surfaces/point-of-sale/components/List/List.d.ts.map +0 -1
  376. package/build/ts/surfaces/point-of-sale/components/Navigator/Navigator.d.ts.map +0 -1
  377. package/build/ts/surfaces/point-of-sale/components/NumberField/NumberField.d.ts.map +0 -1
  378. package/build/ts/surfaces/point-of-sale/components/POSBlock/POSBlock.d.ts.map +0 -1
  379. package/build/ts/surfaces/point-of-sale/components/POSBlock/POSBlockRow.d.ts.map +0 -1
  380. package/build/ts/surfaces/point-of-sale/components/PinPad/PinPad.d.ts.map +0 -1
  381. package/build/ts/surfaces/point-of-sale/components/RadioButtonList/RadioButtonList.d.ts.map +0 -1
  382. package/build/ts/surfaces/point-of-sale/components/Screen/Screen.d.ts.map +0 -1
  383. package/build/ts/surfaces/point-of-sale/components/ScrollView/ScrollView.d.ts.map +0 -1
  384. package/build/ts/surfaces/point-of-sale/components/SearchBar/SearchBar.d.ts.map +0 -1
  385. package/build/ts/surfaces/point-of-sale/components/Section/Section.d.ts.map +0 -1
  386. package/build/ts/surfaces/point-of-sale/components/SectionHeader/SectionHeader.d.ts.map +0 -1
  387. package/build/ts/surfaces/point-of-sale/components/SegmentedControl/SegmentedControl.d.ts.map +0 -1
  388. package/build/ts/surfaces/point-of-sale/components/Selectable/Selectable.d.ts.map +0 -1
  389. package/build/ts/surfaces/point-of-sale/components/Spacing/Spacing.d.ts.map +0 -1
  390. package/build/ts/surfaces/point-of-sale/components/Stack/Stack.d.ts +0 -44
  391. package/build/ts/surfaces/point-of-sale/components/Stack/Stack.d.ts.map +0 -1
  392. package/build/ts/surfaces/point-of-sale/components/Stepper/Stepper.d.ts.map +0 -1
  393. package/build/ts/surfaces/point-of-sale/components/Text/Text.d.ts.map +0 -1
  394. package/build/ts/surfaces/point-of-sale/components/TextArea/TextArea.d.ts.map +0 -1
  395. package/build/ts/surfaces/point-of-sale/components/TextField/TextField.d.ts.map +0 -1
  396. package/build/ts/surfaces/point-of-sale/components/Tile/Tile.d.ts.map +0 -1
  397. package/build/ts/surfaces/point-of-sale/components/TimeField/TimeField.d.ts.map +0 -1
  398. package/build/ts/surfaces/point-of-sale/components/TimePicker/TimePicker.d.ts.map +0 -1
  399. package/build/ts/surfaces/point-of-sale/components/shared/BaseTextField.d.ts.map +0 -1
  400. package/build/ts/surfaces/point-of-sale/components/shared/InputField.d.ts.map +0 -1
  401. package/build/ts/surfaces/point-of-sale/components/shared/auto-capitalization-type.d.ts.map +0 -1
  402. package/src/surfaces/checkout/components/Chat/examples/chat-media-query.example.css +0 -9
  403. package/src/surfaces/point-of-sale/api/smartgrid-api/smartgrid-api.ts +0 -17
  404. package/src/surfaces/point-of-sale/api/standard/standard-api.ts +0 -15
  405. package/src/surfaces/point-of-sale/components/ActionItem/ActionItem.ts +0 -24
  406. package/src/surfaces/point-of-sale/components/Image/Image.ts +0 -10
  407. package/src/surfaces/point-of-sale/components/Stack/Stack.ts +0 -63
  408. /package/build/cjs/surfaces/point-of-sale/{components → render/components}/Badge/Badge.js +0 -0
  409. /package/build/cjs/surfaces/point-of-sale/{components → render/components}/Banner/Banner.js +0 -0
  410. /package/build/cjs/surfaces/point-of-sale/{components → render/components}/Button/Button.js +0 -0
  411. /package/build/cjs/surfaces/point-of-sale/{components → render/components}/CameraScanner/CameraScanner.js +0 -0
  412. /package/build/cjs/surfaces/point-of-sale/{components → render/components}/DateField/DateField.js +0 -0
  413. /package/build/cjs/surfaces/point-of-sale/{components → render/components}/DatePicker/DatePicker.js +0 -0
  414. /package/build/cjs/surfaces/point-of-sale/{components → render/components}/Dialog/Dialog.js +0 -0
  415. /package/build/cjs/surfaces/point-of-sale/{components → render/components}/EmailField/EmailField.js +0 -0
  416. /package/build/cjs/surfaces/point-of-sale/{components → render/components}/FormattedTextField/FormattedTextField.js +0 -0
  417. /package/build/cjs/surfaces/point-of-sale/{components → render/components}/Icon/Icon.js +0 -0
  418. /package/build/cjs/surfaces/point-of-sale/{components → render/components}/List/List.js +0 -0
  419. /package/build/cjs/surfaces/point-of-sale/{components → render/components}/Navigator/Navigator.js +0 -0
  420. /package/build/cjs/surfaces/point-of-sale/{components → render/components}/NumberField/NumberField.js +0 -0
  421. /package/build/cjs/surfaces/point-of-sale/{components → render/components}/POSBlock/POSBlock.js +0 -0
  422. /package/build/cjs/surfaces/point-of-sale/{components → render/components}/POSBlock/POSBlockRow.js +0 -0
  423. /package/build/cjs/surfaces/point-of-sale/{components → render/components}/PinPad/PinPad.js +0 -0
  424. /package/build/cjs/surfaces/point-of-sale/{components → render/components}/RadioButtonList/RadioButtonList.js +0 -0
  425. /package/build/cjs/surfaces/point-of-sale/{components → render/components}/Screen/Screen.js +0 -0
  426. /package/build/cjs/surfaces/point-of-sale/{components → render/components}/ScrollView/ScrollView.js +0 -0
  427. /package/build/cjs/surfaces/point-of-sale/{components → render/components}/SearchBar/SearchBar.js +0 -0
  428. /package/build/cjs/surfaces/point-of-sale/{components → render/components}/Section/Section.js +0 -0
  429. /package/build/cjs/surfaces/point-of-sale/{components → render/components}/SectionHeader/SectionHeader.js +0 -0
  430. /package/build/cjs/surfaces/point-of-sale/{components → render/components}/SegmentedControl/SegmentedControl.js +0 -0
  431. /package/build/cjs/surfaces/point-of-sale/{components → render/components}/Selectable/Selectable.js +0 -0
  432. /package/build/cjs/surfaces/point-of-sale/{components → render/components}/Stepper/Stepper.js +0 -0
  433. /package/build/cjs/surfaces/point-of-sale/{components → render/components}/Text/Text.js +0 -0
  434. /package/build/cjs/surfaces/point-of-sale/{components → render/components}/TextArea/TextArea.js +0 -0
  435. /package/build/cjs/surfaces/point-of-sale/{components → render/components}/Tile/Tile.js +0 -0
  436. /package/build/cjs/surfaces/point-of-sale/{components → render/components}/TimeField/TimeField.js +0 -0
  437. /package/build/cjs/surfaces/point-of-sale/{components → render/components}/TimePicker/TimePicker.js +0 -0
  438. /package/build/esm/surfaces/point-of-sale/{components → render/components}/Badge/Badge.mjs +0 -0
  439. /package/build/esm/surfaces/point-of-sale/{components → render/components}/Banner/Banner.mjs +0 -0
  440. /package/build/esm/surfaces/point-of-sale/{components → render/components}/Button/Button.mjs +0 -0
  441. /package/build/esm/surfaces/point-of-sale/{components → render/components}/CameraScanner/CameraScanner.mjs +0 -0
  442. /package/build/esm/surfaces/point-of-sale/{components → render/components}/DateField/DateField.mjs +0 -0
  443. /package/build/esm/surfaces/point-of-sale/{components → render/components}/DatePicker/DatePicker.mjs +0 -0
  444. /package/build/esm/surfaces/point-of-sale/{components → render/components}/Dialog/Dialog.mjs +0 -0
  445. /package/build/esm/surfaces/point-of-sale/{components → render/components}/EmailField/EmailField.mjs +0 -0
  446. /package/build/esm/surfaces/point-of-sale/{components → render/components}/FormattedTextField/FormattedTextField.mjs +0 -0
  447. /package/build/esm/surfaces/point-of-sale/{components → render/components}/Icon/Icon.mjs +0 -0
  448. /package/build/esm/surfaces/point-of-sale/{components → render/components}/List/List.mjs +0 -0
  449. /package/build/esm/surfaces/point-of-sale/{components → render/components}/Navigator/Navigator.mjs +0 -0
  450. /package/build/esm/surfaces/point-of-sale/{components → render/components}/NumberField/NumberField.mjs +0 -0
  451. /package/build/esm/surfaces/point-of-sale/{components → render/components}/POSBlock/POSBlock.mjs +0 -0
  452. /package/build/esm/surfaces/point-of-sale/{components → render/components}/POSBlock/POSBlockRow.mjs +0 -0
  453. /package/build/esm/surfaces/point-of-sale/{components → render/components}/PinPad/PinPad.mjs +0 -0
  454. /package/build/esm/surfaces/point-of-sale/{components → render/components}/RadioButtonList/RadioButtonList.mjs +0 -0
  455. /package/build/esm/surfaces/point-of-sale/{components → render/components}/Screen/Screen.mjs +0 -0
  456. /package/build/esm/surfaces/point-of-sale/{components → render/components}/ScrollView/ScrollView.mjs +0 -0
  457. /package/build/esm/surfaces/point-of-sale/{components → render/components}/SearchBar/SearchBar.mjs +0 -0
  458. /package/build/esm/surfaces/point-of-sale/{components → render/components}/Section/Section.mjs +0 -0
  459. /package/build/esm/surfaces/point-of-sale/{components → render/components}/SectionHeader/SectionHeader.mjs +0 -0
  460. /package/build/esm/surfaces/point-of-sale/{components → render/components}/SegmentedControl/SegmentedControl.mjs +0 -0
  461. /package/build/esm/surfaces/point-of-sale/{components → render/components}/Selectable/Selectable.mjs +0 -0
  462. /package/build/esm/surfaces/point-of-sale/{components → render/components}/Stepper/Stepper.mjs +0 -0
  463. /package/build/esm/surfaces/point-of-sale/{components → render/components}/Text/Text.mjs +0 -0
  464. /package/build/esm/surfaces/point-of-sale/{components → render/components}/TextArea/TextArea.mjs +0 -0
  465. /package/build/esm/surfaces/point-of-sale/{components → render/components}/Tile/Tile.mjs +0 -0
  466. /package/build/esm/surfaces/point-of-sale/{components → render/components}/TimeField/TimeField.mjs +0 -0
  467. /package/build/esm/surfaces/point-of-sale/{components → render/components}/TimePicker/TimePicker.mjs +0 -0
  468. /package/build/esnext/surfaces/point-of-sale/{components → render/components}/Badge/Badge.esnext +0 -0
  469. /package/build/esnext/surfaces/point-of-sale/{components → render/components}/Banner/Banner.esnext +0 -0
  470. /package/build/esnext/surfaces/point-of-sale/{components → render/components}/Button/Button.esnext +0 -0
  471. /package/build/esnext/surfaces/point-of-sale/{components → render/components}/CameraScanner/CameraScanner.esnext +0 -0
  472. /package/build/esnext/surfaces/point-of-sale/{components → render/components}/DateField/DateField.esnext +0 -0
  473. /package/build/esnext/surfaces/point-of-sale/{components → render/components}/DatePicker/DatePicker.esnext +0 -0
  474. /package/build/esnext/surfaces/point-of-sale/{components → render/components}/Dialog/Dialog.esnext +0 -0
  475. /package/build/esnext/surfaces/point-of-sale/{components → render/components}/EmailField/EmailField.esnext +0 -0
  476. /package/build/esnext/surfaces/point-of-sale/{components → render/components}/FormattedTextField/FormattedTextField.esnext +0 -0
  477. /package/build/esnext/surfaces/point-of-sale/{components → render/components}/Icon/Icon.esnext +0 -0
  478. /package/build/esnext/surfaces/point-of-sale/{components → render/components}/List/List.esnext +0 -0
  479. /package/build/esnext/surfaces/point-of-sale/{components → render/components}/Navigator/Navigator.esnext +0 -0
  480. /package/build/esnext/surfaces/point-of-sale/{components → render/components}/NumberField/NumberField.esnext +0 -0
  481. /package/build/esnext/surfaces/point-of-sale/{components → render/components}/POSBlock/POSBlock.esnext +0 -0
  482. /package/build/esnext/surfaces/point-of-sale/{components → render/components}/POSBlock/POSBlockRow.esnext +0 -0
  483. /package/build/esnext/surfaces/point-of-sale/{components → render/components}/PinPad/PinPad.esnext +0 -0
  484. /package/build/esnext/surfaces/point-of-sale/{components → render/components}/RadioButtonList/RadioButtonList.esnext +0 -0
  485. /package/build/esnext/surfaces/point-of-sale/{components → render/components}/Screen/Screen.esnext +0 -0
  486. /package/build/esnext/surfaces/point-of-sale/{components → render/components}/ScrollView/ScrollView.esnext +0 -0
  487. /package/build/esnext/surfaces/point-of-sale/{components → render/components}/SearchBar/SearchBar.esnext +0 -0
  488. /package/build/esnext/surfaces/point-of-sale/{components → render/components}/Section/Section.esnext +0 -0
  489. /package/build/esnext/surfaces/point-of-sale/{components → render/components}/SectionHeader/SectionHeader.esnext +0 -0
  490. /package/build/esnext/surfaces/point-of-sale/{components → render/components}/SegmentedControl/SegmentedControl.esnext +0 -0
  491. /package/build/esnext/surfaces/point-of-sale/{components → render/components}/Selectable/Selectable.esnext +0 -0
  492. /package/build/esnext/surfaces/point-of-sale/{components → render/components}/Stepper/Stepper.esnext +0 -0
  493. /package/build/esnext/surfaces/point-of-sale/{components → render/components}/Text/Text.esnext +0 -0
  494. /package/build/esnext/surfaces/point-of-sale/{components → render/components}/TextArea/TextArea.esnext +0 -0
  495. /package/build/esnext/surfaces/point-of-sale/{components → render/components}/Tile/Tile.esnext +0 -0
  496. /package/build/esnext/surfaces/point-of-sale/{components → render/components}/TimeField/TimeField.esnext +0 -0
  497. /package/build/esnext/surfaces/point-of-sale/{components → render/components}/TimePicker/TimePicker.esnext +0 -0
  498. /package/build/ts/surfaces/point-of-sale/{api → render/api}/action-api/action-api.d.ts +0 -0
  499. /package/build/ts/surfaces/point-of-sale/{api → render/api}/action-target-api/action-target-api.d.ts +0 -0
  500. /package/build/ts/surfaces/point-of-sale/{api → render/api}/connectivity-api/connectivity-api.d.ts +0 -0
  501. /package/build/ts/surfaces/point-of-sale/{api → render/api}/customer-api/customer-api.d.ts +0 -0
  502. /package/build/ts/surfaces/point-of-sale/{api → render/api}/device-api/device-api.d.ts +0 -0
  503. /package/build/ts/surfaces/point-of-sale/{api → render/api}/draft-order-api/draft-order-api.d.ts +0 -0
  504. /package/build/ts/surfaces/point-of-sale/{api → render/api}/locale-api/locale-api.d.ts +0 -0
  505. /package/build/ts/surfaces/point-of-sale/{api → render/api}/navigation-api/navigation-api.d.ts +0 -0
  506. /package/build/ts/surfaces/point-of-sale/{api → render/api}/order-api/order-api.d.ts +0 -0
  507. /package/build/ts/surfaces/point-of-sale/{api → render/api}/product-api/product-api.d.ts +0 -0
  508. /package/build/ts/surfaces/point-of-sale/{api → render/api}/scanner-api/scanner-api.d.ts +0 -0
  509. /package/build/ts/surfaces/point-of-sale/{api → render/api}/toast-api/toast-api.d.ts +0 -0
  510. /package/build/ts/surfaces/point-of-sale/{components → render/components}/Badge/Badge.d.ts +0 -0
  511. /package/build/ts/surfaces/point-of-sale/{components → render/components}/Banner/Banner.d.ts +0 -0
  512. /package/build/ts/surfaces/point-of-sale/{components → render/components}/Button/Button.d.ts +0 -0
  513. /package/build/ts/surfaces/point-of-sale/{components → render/components}/CameraScanner/CameraScanner.d.ts +0 -0
  514. /package/build/ts/surfaces/point-of-sale/{components → render/components}/DateField/DateField.d.ts +0 -0
  515. /package/build/ts/surfaces/point-of-sale/{components → render/components}/DatePicker/DatePicker.d.ts +0 -0
  516. /package/build/ts/surfaces/point-of-sale/{components → render/components}/Dialog/Dialog.d.ts +0 -0
  517. /package/build/ts/surfaces/point-of-sale/{components → render/components}/EmailField/EmailField.d.ts +0 -0
  518. /package/build/ts/surfaces/point-of-sale/{components → render/components}/Icon/Icon.d.ts +0 -0
  519. /package/build/ts/surfaces/point-of-sale/{components → render/components}/Navigator/Navigator.d.ts +0 -0
  520. /package/build/ts/surfaces/point-of-sale/{components → render/components}/NumberField/NumberField.d.ts +0 -0
  521. /package/build/ts/surfaces/point-of-sale/{components → render/components}/POSBlock/POSBlock.d.ts +0 -0
  522. /package/build/ts/surfaces/point-of-sale/{components → render/components}/POSBlock/POSBlockRow.d.ts +0 -0
  523. /package/build/ts/surfaces/point-of-sale/{components → render/components}/PinPad/PinPad.d.ts +0 -0
  524. /package/build/ts/surfaces/point-of-sale/{components → render/components}/RadioButtonList/RadioButtonList.d.ts +0 -0
  525. /package/build/ts/surfaces/point-of-sale/{components → render/components}/Screen/Screen.d.ts +0 -0
  526. /package/build/ts/surfaces/point-of-sale/{components → render/components}/ScrollView/ScrollView.d.ts +0 -0
  527. /package/build/ts/surfaces/point-of-sale/{components → render/components}/SearchBar/SearchBar.d.ts +0 -0
  528. /package/build/ts/surfaces/point-of-sale/{components → render/components}/Section/Section.d.ts +0 -0
  529. /package/build/ts/surfaces/point-of-sale/{components → render/components}/SectionHeader/SectionHeader.d.ts +0 -0
  530. /package/build/ts/surfaces/point-of-sale/{components → render/components}/SegmentedControl/SegmentedControl.d.ts +0 -0
  531. /package/build/ts/surfaces/point-of-sale/{components → render/components}/Selectable/Selectable.d.ts +0 -0
  532. /package/build/ts/surfaces/point-of-sale/{components → render/components}/Stepper/Stepper.d.ts +0 -0
  533. /package/build/ts/surfaces/point-of-sale/{components → render/components}/Text/Text.d.ts +0 -0
  534. /package/build/ts/surfaces/point-of-sale/{components → render/components}/TextArea/TextArea.d.ts +0 -0
  535. /package/build/ts/surfaces/point-of-sale/{components → render/components}/Tile/Tile.d.ts +0 -0
  536. /package/build/ts/surfaces/point-of-sale/{components → render/components}/TimeField/TimeField.d.ts +0 -0
  537. /package/build/ts/surfaces/point-of-sale/{components → render/components}/TimePicker/TimePicker.d.ts +0 -0
  538. /package/build/ts/surfaces/point-of-sale/{components → render/components}/shared/BaseTextField.d.ts +0 -0
  539. /package/build/ts/surfaces/point-of-sale/{components → render/components}/shared/InputField.d.ts +0 -0
  540. /package/build/ts/surfaces/point-of-sale/{components → render/components}/shared/auto-capitalization-type.d.ts +0 -0
  541. /package/build/ts/surfaces/point-of-sale/{api/types → types}/country-code.d.ts +0 -0
  542. /package/build/ts/surfaces/point-of-sale/{api/types → types}/multiple-resource-result.d.ts +0 -0
  543. /package/build/ts/surfaces/point-of-sale/{api/types → types}/paginated-result.d.ts +0 -0
  544. /package/build/ts/surfaces/point-of-sale/{api/types → types}/product.d.ts +0 -0
  545. /package/src/surfaces/point-of-sale/{api → render/api}/action-api/action-api.ts +0 -0
  546. /package/src/surfaces/point-of-sale/{api → render/api}/action-target-api/action-target-api.ts +0 -0
  547. /package/src/surfaces/point-of-sale/{api → render/api}/connectivity-api/connectivity-api.ts +0 -0
  548. /package/src/surfaces/point-of-sale/{api → render/api}/customer-api/customer-api.ts +0 -0
  549. /package/src/surfaces/point-of-sale/{api → render/api}/device-api/device-api.ts +0 -0
  550. /package/src/surfaces/point-of-sale/{api → render/api}/draft-order-api/draft-order-api.ts +0 -0
  551. /package/src/surfaces/point-of-sale/{api → render/api}/locale-api/locale-api.ts +0 -0
  552. /package/src/surfaces/point-of-sale/{api → render/api}/navigation-api/navigation-api.ts +0 -0
  553. /package/src/surfaces/point-of-sale/{api/order-api/order-api.tsx → render/api/order-api/order-api.ts} +0 -0
  554. /package/src/surfaces/point-of-sale/{api → render/api}/product-api/product-api.ts +0 -0
  555. /package/src/surfaces/point-of-sale/{api → render/api}/scanner-api/scanner-api.ts +0 -0
  556. /package/src/surfaces/point-of-sale/{api → render/api}/toast-api/toast-api.ts +0 -0
  557. /package/src/surfaces/point-of-sale/{components → render/components}/Badge/Badge.ts +0 -0
  558. /package/src/surfaces/point-of-sale/{components → render/components}/Banner/Banner.ts +0 -0
  559. /package/src/surfaces/point-of-sale/{components → render/components}/Button/Button.ts +0 -0
  560. /package/src/surfaces/point-of-sale/{components → render/components}/CameraScanner/CameraScanner.ts +0 -0
  561. /package/src/surfaces/point-of-sale/{components → render/components}/DateField/DateField.ts +0 -0
  562. /package/src/surfaces/point-of-sale/{components → render/components}/DatePicker/DatePicker.ts +0 -0
  563. /package/src/surfaces/point-of-sale/{components → render/components}/Dialog/Dialog.ts +0 -0
  564. /package/src/surfaces/point-of-sale/{components → render/components}/EmailField/EmailField.ts +0 -0
  565. /package/src/surfaces/point-of-sale/{components → render/components}/Icon/Icon.ts +0 -0
  566. /package/src/surfaces/point-of-sale/{components → render/components}/Navigator/Navigator.ts +0 -0
  567. /package/src/surfaces/point-of-sale/{components → render/components}/NumberField/NumberField.ts +0 -0
  568. /package/src/surfaces/point-of-sale/{components → render/components}/POSBlock/POSBlock.ts +0 -0
  569. /package/src/surfaces/point-of-sale/{components → render/components}/POSBlock/POSBlockRow.ts +0 -0
  570. /package/src/surfaces/point-of-sale/{components → render/components}/PinPad/PinPad.ts +0 -0
  571. /package/src/surfaces/point-of-sale/{components → render/components}/RadioButtonList/RadioButtonList.ts +0 -0
  572. /package/src/surfaces/point-of-sale/{components → render/components}/Screen/Screen.ts +0 -0
  573. /package/src/surfaces/point-of-sale/{components → render/components}/ScrollView/ScrollView.ts +0 -0
  574. /package/src/surfaces/point-of-sale/{components → render/components}/SearchBar/SearchBar.ts +0 -0
  575. /package/src/surfaces/point-of-sale/{components → render/components}/Section/Section.ts +0 -0
  576. /package/src/surfaces/point-of-sale/{components → render/components}/SectionHeader/SectionHeader.ts +0 -0
  577. /package/src/surfaces/point-of-sale/{components → render/components}/SegmentedControl/SegmentedControl.ts +0 -0
  578. /package/src/surfaces/point-of-sale/{components → render/components}/Selectable/Selectable.ts +0 -0
  579. /package/src/surfaces/point-of-sale/{components → render/components}/Stepper/Stepper.ts +0 -0
  580. /package/src/surfaces/point-of-sale/{components → render/components}/Text/Text.ts +0 -0
  581. /package/src/surfaces/point-of-sale/{components → render/components}/TextArea/TextArea.ts +0 -0
  582. /package/src/surfaces/point-of-sale/{components → render/components}/Tile/Tile.ts +0 -0
  583. /package/src/surfaces/point-of-sale/{components → render/components}/TimeField/TimeField.ts +0 -0
  584. /package/src/surfaces/point-of-sale/{components → render/components}/TimePicker/TimePicker.ts +0 -0
  585. /package/src/surfaces/point-of-sale/{components → render/components}/shared/BaseTextField.ts +0 -0
  586. /package/src/surfaces/point-of-sale/{components → render/components}/shared/InputField.ts +0 -0
  587. /package/src/surfaces/point-of-sale/{components → render/components}/shared/auto-capitalization-type.ts +0 -0
  588. /package/src/surfaces/point-of-sale/{api/types → types}/country-code.ts +0 -0
  589. /package/src/surfaces/point-of-sale/{api/types → types}/multiple-resource-result.ts +0 -0
  590. /package/src/surfaces/point-of-sale/{api/types → types}/paginated-result.ts +0 -0
  591. /package/src/surfaces/point-of-sale/{api/types → types}/product.ts +0 -0
@@ -0,0 +1,16 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ var core = require('@remote-ui/core');
6
+
7
+ /**
8
+ * Enables clipboard functionality when its `id` is referenced by the `activateTarget` property of a `Button`, `Pressable`, or `Link` component.
9
+ *
10
+ * When activated, it copies the text to the clipboard and displays a `Tooltip` confirmation.
11
+ *
12
+ * ClipboardItem` is a non-rendering component.
13
+ */
14
+ const ClipboardItem = core.createRemoteComponent('ClipboardItem');
15
+
16
+ exports.ClipboardItem = ClipboardItem;
@@ -16,6 +16,7 @@ var ConsentPhoneField = require('./checkout/components/ConsentPhoneField/Consent
16
16
  var Checkbox = require('./checkout/components/Checkbox/Checkbox.js');
17
17
  var Choice = require('./checkout/components/Choice/Choice.js');
18
18
  var ChoiceList = require('./checkout/components/ChoiceList/ChoiceList.js');
19
+ var ClipboardItem = require('./checkout/components/ClipboardItem/ClipboardItem.js');
19
20
  var DatePicker = require('./checkout/components/DatePicker/DatePicker.js');
20
21
  var DateField = require('./checkout/components/DateField/DateField.js');
21
22
  var Disclosure = require('./checkout/components/Disclosure/Disclosure.js');
@@ -82,6 +83,7 @@ exports.ConsentPhoneField = ConsentPhoneField.ConsentPhoneField;
82
83
  exports.Checkbox = Checkbox.Checkbox;
83
84
  exports.Choice = Choice.Choice;
84
85
  exports.ChoiceList = ChoiceList.ChoiceList;
86
+ exports.ClipboardItem = ClipboardItem.ClipboardItem;
85
87
  exports.DatePicker = DatePicker.DatePicker;
86
88
  exports.DateField = DateField.DateField;
87
89
  exports.Disclosure = Disclosure.Disclosure;
@@ -20,6 +20,7 @@ var BlockSpacer = require('./checkout/components/BlockSpacer/BlockSpacer.js');
20
20
  var BlockStack = require('./checkout/components/BlockStack/BlockStack.js');
21
21
  var Button = require('./checkout/components/Button/Button.js');
22
22
  var Checkbox = require('./checkout/components/Checkbox/Checkbox.js');
23
+ var ClipboardItem = require('./checkout/components/ClipboardItem/ClipboardItem.js');
23
24
  var Choice = require('./checkout/components/Choice/Choice.js');
24
25
  var ChoiceList = require('./checkout/components/ChoiceList/ChoiceList.js');
25
26
  var DatePicker = require('./checkout/components/DatePicker/DatePicker.js');
@@ -91,6 +92,7 @@ exports.BlockSpacer = BlockSpacer.BlockSpacer;
91
92
  exports.BlockStack = BlockStack.BlockStack;
92
93
  exports.Button = Button.Button;
93
94
  exports.Checkbox = Checkbox.Checkbox;
95
+ exports.ClipboardItem = ClipboardItem.ClipboardItem;
94
96
  exports.Choice = Choice.Choice;
95
97
  exports.ChoiceList = ChoiceList.ChoiceList;
96
98
  exports.DatePicker = DatePicker.DatePicker;
@@ -4,6 +4,6 @@ Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  var core = require('@remote-ui/core');
6
6
 
7
- const Image = core.createRemoteComponent('Image');
7
+ const Box = core.createRemoteComponent('Box');
8
8
 
9
- exports.Image = Image;
9
+ exports.Box = Box;
@@ -0,0 +1,15 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ var core = require('@remote-ui/core');
6
+
7
+ /**
8
+ * FillResizeMode will apply formatting to the image to fill the container.
9
+ *
10
+ * https://reactnative.dev/docs/image#resizemode
11
+ */
12
+
13
+ const Image = core.createRemoteComponent('Image');
14
+
15
+ exports.Image = Image;
@@ -0,0 +1,9 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ var core = require('@remote-ui/core');
6
+
7
+ const PrintPreview = core.createRemoteComponent('PrintPreview');
8
+
9
+ exports.PrintPreview = PrintPreview;
@@ -4,6 +4,11 @@ Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  var core = require('@remote-ui/core');
6
6
 
7
+ /**
8
+ *
9
+ * @deprecated Use the `block` or `inline` as a value instead.
10
+ */
11
+
7
12
  const Stack = core.createRemoteComponent('Stack');
8
13
 
9
14
  exports.Stack = Stack;
@@ -0,0 +1,9 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ var core = require('@remote-ui/core');
6
+
7
+ const TextField = core.createRemoteComponent('TextField');
8
+
9
+ exports.TextField = TextField;
@@ -3,48 +3,49 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  var extension = require('./point-of-sale/extension.js');
6
- var ActionItem = require('./point-of-sale/components/ActionItem/ActionItem.js');
7
- var Badge = require('./point-of-sale/components/Badge/Badge.js');
8
- var Banner = require('./point-of-sale/components/Banner/Banner.js');
9
- var Button = require('./point-of-sale/components/Button/Button.js');
10
- var CameraScanner = require('./point-of-sale/components/CameraScanner/CameraScanner.js');
11
- var DateField = require('./point-of-sale/components/DateField/DateField.js');
12
- var DatePicker = require('./point-of-sale/components/DatePicker/DatePicker.js');
13
- var Dialog = require('./point-of-sale/components/Dialog/Dialog.js');
14
- var EmailField = require('./point-of-sale/components/EmailField/EmailField.js');
15
- var FormattedTextField = require('./point-of-sale/components/FormattedTextField/FormattedTextField.js');
16
- var Icon = require('./point-of-sale/components/Icon/Icon.js');
17
- var Image = require('./point-of-sale/components/Image/Image.js');
18
- var List = require('./point-of-sale/components/List/List.js');
19
- var Navigator = require('./point-of-sale/components/Navigator/Navigator.js');
20
- var NumberField = require('./point-of-sale/components/NumberField/NumberField.js');
21
- var PinPad = require('./point-of-sale/components/PinPad/PinPad.js');
22
- var POSBlock = require('./point-of-sale/components/POSBlock/POSBlock.js');
23
- var POSBlockRow = require('./point-of-sale/components/POSBlock/POSBlockRow.js');
24
- var RadioButtonList = require('./point-of-sale/components/RadioButtonList/RadioButtonList.js');
25
- var Screen = require('./point-of-sale/components/Screen/Screen.js');
26
- var ScrollView = require('./point-of-sale/components/ScrollView/ScrollView.js');
27
- var SearchBar = require('./point-of-sale/components/SearchBar/SearchBar.js');
28
- var Section = require('./point-of-sale/components/Section/Section.js');
29
- var SegmentedControl = require('./point-of-sale/components/SegmentedControl/SegmentedControl.js');
30
- var Selectable = require('./point-of-sale/components/Selectable/Selectable.js');
31
- var Stack = require('./point-of-sale/components/Stack/Stack.js');
32
- var Stepper = require('./point-of-sale/components/Stepper/Stepper.js');
33
- var Text = require('./point-of-sale/components/Text/Text.js');
34
- var TextArea = require('./point-of-sale/components/TextArea/TextArea.js');
35
- var TextField = require('./point-of-sale/components/TextField/TextField.js');
36
- var Tile = require('./point-of-sale/components/Tile/Tile.js');
37
- var TimeField = require('./point-of-sale/components/TimeField/TimeField.js');
38
- var TimePicker = require('./point-of-sale/components/TimePicker/TimePicker.js');
39
- var SectionHeader = require('./point-of-sale/components/SectionHeader/SectionHeader.js');
6
+ var Badge = require('./point-of-sale/render/components/Badge/Badge.js');
7
+ var Banner = require('./point-of-sale/render/components/Banner/Banner.js');
8
+ var Box = require('./point-of-sale/render/components/Box/Box.js');
9
+ var Button = require('./point-of-sale/render/components/Button/Button.js');
10
+ var CameraScanner = require('./point-of-sale/render/components/CameraScanner/CameraScanner.js');
11
+ var DateField = require('./point-of-sale/render/components/DateField/DateField.js');
12
+ var DatePicker = require('./point-of-sale/render/components/DatePicker/DatePicker.js');
13
+ var Dialog = require('./point-of-sale/render/components/Dialog/Dialog.js');
14
+ var EmailField = require('./point-of-sale/render/components/EmailField/EmailField.js');
15
+ var FormattedTextField = require('./point-of-sale/render/components/FormattedTextField/FormattedTextField.js');
16
+ var Icon = require('./point-of-sale/render/components/Icon/Icon.js');
17
+ var Image = require('./point-of-sale/render/components/Image/Image.js');
18
+ var List = require('./point-of-sale/render/components/List/List.js');
19
+ var Navigator = require('./point-of-sale/render/components/Navigator/Navigator.js');
20
+ var NumberField = require('./point-of-sale/render/components/NumberField/NumberField.js');
21
+ var PinPad = require('./point-of-sale/render/components/PinPad/PinPad.js');
22
+ var POSBlock = require('./point-of-sale/render/components/POSBlock/POSBlock.js');
23
+ var POSBlockRow = require('./point-of-sale/render/components/POSBlock/POSBlockRow.js');
24
+ var PrintPreview = require('./point-of-sale/render/components/PrintPreview/PrintPreview.js');
25
+ var RadioButtonList = require('./point-of-sale/render/components/RadioButtonList/RadioButtonList.js');
26
+ var Screen = require('./point-of-sale/render/components/Screen/Screen.js');
27
+ var ScrollView = require('./point-of-sale/render/components/ScrollView/ScrollView.js');
28
+ var SearchBar = require('./point-of-sale/render/components/SearchBar/SearchBar.js');
29
+ var Section = require('./point-of-sale/render/components/Section/Section.js');
30
+ var SegmentedControl = require('./point-of-sale/render/components/SegmentedControl/SegmentedControl.js');
31
+ var Selectable = require('./point-of-sale/render/components/Selectable/Selectable.js');
32
+ var Stack = require('./point-of-sale/render/components/Stack/Stack.js');
33
+ var Stepper = require('./point-of-sale/render/components/Stepper/Stepper.js');
34
+ var Text = require('./point-of-sale/render/components/Text/Text.js');
35
+ var TextArea = require('./point-of-sale/render/components/TextArea/TextArea.js');
36
+ var TextField = require('./point-of-sale/render/components/TextField/TextField.js');
37
+ var Tile = require('./point-of-sale/render/components/Tile/Tile.js');
38
+ var TimeField = require('./point-of-sale/render/components/TimeField/TimeField.js');
39
+ var TimePicker = require('./point-of-sale/render/components/TimePicker/TimePicker.js');
40
+ var SectionHeader = require('./point-of-sale/render/components/SectionHeader/SectionHeader.js');
40
41
 
41
42
 
42
43
 
43
44
  exports.extend = extension.extend;
44
45
  exports.extension = extension.extension;
45
- exports.ActionItem = ActionItem.ActionItem;
46
46
  exports.Badge = Badge.Badge;
47
47
  exports.Banner = Banner.Banner;
48
+ exports.Box = Box.Box;
48
49
  exports.Button = Button.Button;
49
50
  exports.CameraScanner = CameraScanner.CameraScanner;
50
51
  exports.DateField = DateField.DateField;
@@ -60,6 +61,7 @@ exports.NumberField = NumberField.NumberField;
60
61
  exports.PinPad = PinPad.PinPad;
61
62
  exports.POSBlock = POSBlock.POSBlock;
62
63
  exports.POSBlockRow = POSBlockRow.POSBlockRow;
64
+ exports.PrintPreview = PrintPreview.PrintPreview;
63
65
  exports.RadioButtonList = RadioButtonList.RadioButtonList;
64
66
  exports.Screen = Screen.Screen;
65
67
  exports.ScrollView = ScrollView.ScrollView;
@@ -0,0 +1,12 @@
1
+ import { createRemoteComponent } from '@remote-ui/core';
2
+
3
+ /**
4
+ * Enables clipboard functionality when its `id` is referenced by the `activateTarget` property of a `Button`, `Pressable`, or `Link` component.
5
+ *
6
+ * When activated, it copies the text to the clipboard and displays a `Tooltip` confirmation.
7
+ *
8
+ * ClipboardItem` is a non-rendering component.
9
+ */
10
+ const ClipboardItem = createRemoteComponent('ClipboardItem');
11
+
12
+ export { ClipboardItem };
@@ -12,6 +12,7 @@ export { ConsentPhoneField } from './checkout/components/ConsentPhoneField/Conse
12
12
  export { Checkbox } from './checkout/components/Checkbox/Checkbox.mjs';
13
13
  export { Choice } from './checkout/components/Choice/Choice.mjs';
14
14
  export { ChoiceList } from './checkout/components/ChoiceList/ChoiceList.mjs';
15
+ export { ClipboardItem } from './checkout/components/ClipboardItem/ClipboardItem.mjs';
15
16
  export { DatePicker } from './checkout/components/DatePicker/DatePicker.mjs';
16
17
  export { DateField } from './checkout/components/DateField/DateField.mjs';
17
18
  export { Disclosure } from './checkout/components/Disclosure/Disclosure.mjs';
@@ -16,6 +16,7 @@ export { BlockSpacer } from './checkout/components/BlockSpacer/BlockSpacer.mjs';
16
16
  export { BlockStack } from './checkout/components/BlockStack/BlockStack.mjs';
17
17
  export { Button } from './checkout/components/Button/Button.mjs';
18
18
  export { Checkbox } from './checkout/components/Checkbox/Checkbox.mjs';
19
+ export { ClipboardItem } from './checkout/components/ClipboardItem/ClipboardItem.mjs';
19
20
  export { Choice } from './checkout/components/Choice/Choice.mjs';
20
21
  export { ChoiceList } from './checkout/components/ChoiceList/ChoiceList.mjs';
21
22
  export { DatePicker } from './checkout/components/DatePicker/DatePicker.mjs';
@@ -0,0 +1,5 @@
1
+ import { createRemoteComponent } from '@remote-ui/core';
2
+
3
+ const Box = createRemoteComponent('Box');
4
+
5
+ export { Box };
@@ -0,0 +1,11 @@
1
+ import { createRemoteComponent } from '@remote-ui/core';
2
+
3
+ /**
4
+ * FillResizeMode will apply formatting to the image to fill the container.
5
+ *
6
+ * https://reactnative.dev/docs/image#resizemode
7
+ */
8
+
9
+ const Image = createRemoteComponent('Image');
10
+
11
+ export { Image };
@@ -0,0 +1,5 @@
1
+ import { createRemoteComponent } from '@remote-ui/core';
2
+
3
+ const PrintPreview = createRemoteComponent('PrintPreview');
4
+
5
+ export { PrintPreview };
@@ -1,5 +1,10 @@
1
1
  import { createRemoteComponent } from '@remote-ui/core';
2
2
 
3
+ /**
4
+ *
5
+ * @deprecated Use the `block` or `inline` as a value instead.
6
+ */
7
+
3
8
  const Stack = createRemoteComponent('Stack');
4
9
 
5
10
  export { Stack };
@@ -0,0 +1,5 @@
1
+ import { createRemoteComponent } from '@remote-ui/core';
2
+
3
+ const TextField = createRemoteComponent('TextField');
4
+
5
+ export { TextField };
@@ -1,35 +1,36 @@
1
1
  export { extend, extension } from './point-of-sale/extension.mjs';
2
- export { ActionItem } from './point-of-sale/components/ActionItem/ActionItem.mjs';
3
- export { Badge } from './point-of-sale/components/Badge/Badge.mjs';
4
- export { Banner } from './point-of-sale/components/Banner/Banner.mjs';
5
- export { Button } from './point-of-sale/components/Button/Button.mjs';
6
- export { CameraScanner } from './point-of-sale/components/CameraScanner/CameraScanner.mjs';
7
- export { DateField } from './point-of-sale/components/DateField/DateField.mjs';
8
- export { DatePicker } from './point-of-sale/components/DatePicker/DatePicker.mjs';
9
- export { Dialog } from './point-of-sale/components/Dialog/Dialog.mjs';
10
- export { EmailField } from './point-of-sale/components/EmailField/EmailField.mjs';
11
- export { FormattedTextField } from './point-of-sale/components/FormattedTextField/FormattedTextField.mjs';
12
- export { Icon } from './point-of-sale/components/Icon/Icon.mjs';
13
- export { Image } from './point-of-sale/components/Image/Image.mjs';
14
- export { List } from './point-of-sale/components/List/List.mjs';
15
- export { Navigator } from './point-of-sale/components/Navigator/Navigator.mjs';
16
- export { NumberField } from './point-of-sale/components/NumberField/NumberField.mjs';
17
- export { PinPad } from './point-of-sale/components/PinPad/PinPad.mjs';
18
- export { POSBlock } from './point-of-sale/components/POSBlock/POSBlock.mjs';
19
- export { POSBlockRow } from './point-of-sale/components/POSBlock/POSBlockRow.mjs';
20
- export { RadioButtonList } from './point-of-sale/components/RadioButtonList/RadioButtonList.mjs';
21
- export { Screen } from './point-of-sale/components/Screen/Screen.mjs';
22
- export { ScrollView } from './point-of-sale/components/ScrollView/ScrollView.mjs';
23
- export { SearchBar } from './point-of-sale/components/SearchBar/SearchBar.mjs';
24
- export { Section } from './point-of-sale/components/Section/Section.mjs';
25
- export { SegmentedControl } from './point-of-sale/components/SegmentedControl/SegmentedControl.mjs';
26
- export { Selectable } from './point-of-sale/components/Selectable/Selectable.mjs';
27
- export { Stack } from './point-of-sale/components/Stack/Stack.mjs';
28
- export { Stepper } from './point-of-sale/components/Stepper/Stepper.mjs';
29
- export { Text } from './point-of-sale/components/Text/Text.mjs';
30
- export { TextArea } from './point-of-sale/components/TextArea/TextArea.mjs';
31
- export { TextField } from './point-of-sale/components/TextField/TextField.mjs';
32
- export { Tile } from './point-of-sale/components/Tile/Tile.mjs';
33
- export { TimeField } from './point-of-sale/components/TimeField/TimeField.mjs';
34
- export { TimePicker } from './point-of-sale/components/TimePicker/TimePicker.mjs';
35
- export { SectionHeader } from './point-of-sale/components/SectionHeader/SectionHeader.mjs';
2
+ export { Badge } from './point-of-sale/render/components/Badge/Badge.mjs';
3
+ export { Banner } from './point-of-sale/render/components/Banner/Banner.mjs';
4
+ export { Box } from './point-of-sale/render/components/Box/Box.mjs';
5
+ export { Button } from './point-of-sale/render/components/Button/Button.mjs';
6
+ export { CameraScanner } from './point-of-sale/render/components/CameraScanner/CameraScanner.mjs';
7
+ export { DateField } from './point-of-sale/render/components/DateField/DateField.mjs';
8
+ export { DatePicker } from './point-of-sale/render/components/DatePicker/DatePicker.mjs';
9
+ export { Dialog } from './point-of-sale/render/components/Dialog/Dialog.mjs';
10
+ export { EmailField } from './point-of-sale/render/components/EmailField/EmailField.mjs';
11
+ export { FormattedTextField } from './point-of-sale/render/components/FormattedTextField/FormattedTextField.mjs';
12
+ export { Icon } from './point-of-sale/render/components/Icon/Icon.mjs';
13
+ export { Image } from './point-of-sale/render/components/Image/Image.mjs';
14
+ export { List } from './point-of-sale/render/components/List/List.mjs';
15
+ export { Navigator } from './point-of-sale/render/components/Navigator/Navigator.mjs';
16
+ export { NumberField } from './point-of-sale/render/components/NumberField/NumberField.mjs';
17
+ export { PinPad } from './point-of-sale/render/components/PinPad/PinPad.mjs';
18
+ export { POSBlock } from './point-of-sale/render/components/POSBlock/POSBlock.mjs';
19
+ export { POSBlockRow } from './point-of-sale/render/components/POSBlock/POSBlockRow.mjs';
20
+ export { PrintPreview } from './point-of-sale/render/components/PrintPreview/PrintPreview.mjs';
21
+ export { RadioButtonList } from './point-of-sale/render/components/RadioButtonList/RadioButtonList.mjs';
22
+ export { Screen } from './point-of-sale/render/components/Screen/Screen.mjs';
23
+ export { ScrollView } from './point-of-sale/render/components/ScrollView/ScrollView.mjs';
24
+ export { SearchBar } from './point-of-sale/render/components/SearchBar/SearchBar.mjs';
25
+ export { Section } from './point-of-sale/render/components/Section/Section.mjs';
26
+ export { SegmentedControl } from './point-of-sale/render/components/SegmentedControl/SegmentedControl.mjs';
27
+ export { Selectable } from './point-of-sale/render/components/Selectable/Selectable.mjs';
28
+ export { Stack } from './point-of-sale/render/components/Stack/Stack.mjs';
29
+ export { Stepper } from './point-of-sale/render/components/Stepper/Stepper.mjs';
30
+ export { Text } from './point-of-sale/render/components/Text/Text.mjs';
31
+ export { TextArea } from './point-of-sale/render/components/TextArea/TextArea.mjs';
32
+ export { TextField } from './point-of-sale/render/components/TextField/TextField.mjs';
33
+ export { Tile } from './point-of-sale/render/components/Tile/Tile.mjs';
34
+ export { TimeField } from './point-of-sale/render/components/TimeField/TimeField.mjs';
35
+ export { TimePicker } from './point-of-sale/render/components/TimePicker/TimePicker.mjs';
36
+ export { SectionHeader } from './point-of-sale/render/components/SectionHeader/SectionHeader.mjs';
@@ -0,0 +1,12 @@
1
+ import { createRemoteComponent } from '@remote-ui/core';
2
+
3
+ /**
4
+ * Enables clipboard functionality when its `id` is referenced by the `activateTarget` property of a `Button`, `Pressable`, or `Link` component.
5
+ *
6
+ * When activated, it copies the text to the clipboard and displays a `Tooltip` confirmation.
7
+ *
8
+ * ClipboardItem` is a non-rendering component.
9
+ */
10
+ const ClipboardItem = createRemoteComponent('ClipboardItem');
11
+
12
+ export { ClipboardItem };
@@ -12,6 +12,7 @@ export { ConsentPhoneField } from './checkout/components/ConsentPhoneField/Conse
12
12
  export { Checkbox } from './checkout/components/Checkbox/Checkbox.esnext';
13
13
  export { Choice } from './checkout/components/Choice/Choice.esnext';
14
14
  export { ChoiceList } from './checkout/components/ChoiceList/ChoiceList.esnext';
15
+ export { ClipboardItem } from './checkout/components/ClipboardItem/ClipboardItem.esnext';
15
16
  export { DatePicker } from './checkout/components/DatePicker/DatePicker.esnext';
16
17
  export { DateField } from './checkout/components/DateField/DateField.esnext';
17
18
  export { Disclosure } from './checkout/components/Disclosure/Disclosure.esnext';
@@ -16,6 +16,7 @@ export { BlockSpacer } from './checkout/components/BlockSpacer/BlockSpacer.esnex
16
16
  export { BlockStack } from './checkout/components/BlockStack/BlockStack.esnext';
17
17
  export { Button } from './checkout/components/Button/Button.esnext';
18
18
  export { Checkbox } from './checkout/components/Checkbox/Checkbox.esnext';
19
+ export { ClipboardItem } from './checkout/components/ClipboardItem/ClipboardItem.esnext';
19
20
  export { Choice } from './checkout/components/Choice/Choice.esnext';
20
21
  export { ChoiceList } from './checkout/components/ChoiceList/ChoiceList.esnext';
21
22
  export { DatePicker } from './checkout/components/DatePicker/DatePicker.esnext';
@@ -0,0 +1,5 @@
1
+ import { createRemoteComponent } from '@remote-ui/core';
2
+
3
+ const Box = createRemoteComponent('Box');
4
+
5
+ export { Box };
@@ -0,0 +1,11 @@
1
+ import { createRemoteComponent } from '@remote-ui/core';
2
+
3
+ /**
4
+ * FillResizeMode will apply formatting to the image to fill the container.
5
+ *
6
+ * https://reactnative.dev/docs/image#resizemode
7
+ */
8
+
9
+ const Image = createRemoteComponent('Image');
10
+
11
+ export { Image };
@@ -0,0 +1,5 @@
1
+ import { createRemoteComponent } from '@remote-ui/core';
2
+
3
+ const PrintPreview = createRemoteComponent('PrintPreview');
4
+
5
+ export { PrintPreview };
@@ -1,5 +1,10 @@
1
1
  import { createRemoteComponent } from '@remote-ui/core';
2
2
 
3
+ /**
4
+ *
5
+ * @deprecated Use the `block` or `inline` as a value instead.
6
+ */
7
+
3
8
  const Stack = createRemoteComponent('Stack');
4
9
 
5
10
  export { Stack };
@@ -0,0 +1,5 @@
1
+ import { createRemoteComponent } from '@remote-ui/core';
2
+
3
+ const TextField = createRemoteComponent('TextField');
4
+
5
+ export { TextField };
@@ -1,35 +1,36 @@
1
1
  export { extend, extension } from './point-of-sale/extension.esnext';
2
- export { ActionItem } from './point-of-sale/components/ActionItem/ActionItem.esnext';
3
- export { Badge } from './point-of-sale/components/Badge/Badge.esnext';
4
- export { Banner } from './point-of-sale/components/Banner/Banner.esnext';
5
- export { Button } from './point-of-sale/components/Button/Button.esnext';
6
- export { CameraScanner } from './point-of-sale/components/CameraScanner/CameraScanner.esnext';
7
- export { DateField } from './point-of-sale/components/DateField/DateField.esnext';
8
- export { DatePicker } from './point-of-sale/components/DatePicker/DatePicker.esnext';
9
- export { Dialog } from './point-of-sale/components/Dialog/Dialog.esnext';
10
- export { EmailField } from './point-of-sale/components/EmailField/EmailField.esnext';
11
- export { FormattedTextField } from './point-of-sale/components/FormattedTextField/FormattedTextField.esnext';
12
- export { Icon } from './point-of-sale/components/Icon/Icon.esnext';
13
- export { Image } from './point-of-sale/components/Image/Image.esnext';
14
- export { List } from './point-of-sale/components/List/List.esnext';
15
- export { Navigator } from './point-of-sale/components/Navigator/Navigator.esnext';
16
- export { NumberField } from './point-of-sale/components/NumberField/NumberField.esnext';
17
- export { PinPad } from './point-of-sale/components/PinPad/PinPad.esnext';
18
- export { POSBlock } from './point-of-sale/components/POSBlock/POSBlock.esnext';
19
- export { POSBlockRow } from './point-of-sale/components/POSBlock/POSBlockRow.esnext';
20
- export { RadioButtonList } from './point-of-sale/components/RadioButtonList/RadioButtonList.esnext';
21
- export { Screen } from './point-of-sale/components/Screen/Screen.esnext';
22
- export { ScrollView } from './point-of-sale/components/ScrollView/ScrollView.esnext';
23
- export { SearchBar } from './point-of-sale/components/SearchBar/SearchBar.esnext';
24
- export { Section } from './point-of-sale/components/Section/Section.esnext';
25
- export { SegmentedControl } from './point-of-sale/components/SegmentedControl/SegmentedControl.esnext';
26
- export { Selectable } from './point-of-sale/components/Selectable/Selectable.esnext';
27
- export { Stack } from './point-of-sale/components/Stack/Stack.esnext';
28
- export { Stepper } from './point-of-sale/components/Stepper/Stepper.esnext';
29
- export { Text } from './point-of-sale/components/Text/Text.esnext';
30
- export { TextArea } from './point-of-sale/components/TextArea/TextArea.esnext';
31
- export { TextField } from './point-of-sale/components/TextField/TextField.esnext';
32
- export { Tile } from './point-of-sale/components/Tile/Tile.esnext';
33
- export { TimeField } from './point-of-sale/components/TimeField/TimeField.esnext';
34
- export { TimePicker } from './point-of-sale/components/TimePicker/TimePicker.esnext';
35
- export { SectionHeader } from './point-of-sale/components/SectionHeader/SectionHeader.esnext';
2
+ export { Badge } from './point-of-sale/render/components/Badge/Badge.esnext';
3
+ export { Banner } from './point-of-sale/render/components/Banner/Banner.esnext';
4
+ export { Box } from './point-of-sale/render/components/Box/Box.esnext';
5
+ export { Button } from './point-of-sale/render/components/Button/Button.esnext';
6
+ export { CameraScanner } from './point-of-sale/render/components/CameraScanner/CameraScanner.esnext';
7
+ export { DateField } from './point-of-sale/render/components/DateField/DateField.esnext';
8
+ export { DatePicker } from './point-of-sale/render/components/DatePicker/DatePicker.esnext';
9
+ export { Dialog } from './point-of-sale/render/components/Dialog/Dialog.esnext';
10
+ export { EmailField } from './point-of-sale/render/components/EmailField/EmailField.esnext';
11
+ export { FormattedTextField } from './point-of-sale/render/components/FormattedTextField/FormattedTextField.esnext';
12
+ export { Icon } from './point-of-sale/render/components/Icon/Icon.esnext';
13
+ export { Image } from './point-of-sale/render/components/Image/Image.esnext';
14
+ export { List } from './point-of-sale/render/components/List/List.esnext';
15
+ export { Navigator } from './point-of-sale/render/components/Navigator/Navigator.esnext';
16
+ export { NumberField } from './point-of-sale/render/components/NumberField/NumberField.esnext';
17
+ export { PinPad } from './point-of-sale/render/components/PinPad/PinPad.esnext';
18
+ export { POSBlock } from './point-of-sale/render/components/POSBlock/POSBlock.esnext';
19
+ export { POSBlockRow } from './point-of-sale/render/components/POSBlock/POSBlockRow.esnext';
20
+ export { PrintPreview } from './point-of-sale/render/components/PrintPreview/PrintPreview.esnext';
21
+ export { RadioButtonList } from './point-of-sale/render/components/RadioButtonList/RadioButtonList.esnext';
22
+ export { Screen } from './point-of-sale/render/components/Screen/Screen.esnext';
23
+ export { ScrollView } from './point-of-sale/render/components/ScrollView/ScrollView.esnext';
24
+ export { SearchBar } from './point-of-sale/render/components/SearchBar/SearchBar.esnext';
25
+ export { Section } from './point-of-sale/render/components/Section/Section.esnext';
26
+ export { SegmentedControl } from './point-of-sale/render/components/SegmentedControl/SegmentedControl.esnext';
27
+ export { Selectable } from './point-of-sale/render/components/Selectable/Selectable.esnext';
28
+ export { Stack } from './point-of-sale/render/components/Stack/Stack.esnext';
29
+ export { Stepper } from './point-of-sale/render/components/Stepper/Stepper.esnext';
30
+ export { Text } from './point-of-sale/render/components/Text/Text.esnext';
31
+ export { TextArea } from './point-of-sale/render/components/TextArea/TextArea.esnext';
32
+ export { TextField } from './point-of-sale/render/components/TextField/TextField.esnext';
33
+ export { Tile } from './point-of-sale/render/components/Tile/Tile.esnext';
34
+ export { TimeField } from './point-of-sale/render/components/TimeField/TimeField.esnext';
35
+ export { TimePicker } from './point-of-sale/render/components/TimePicker/TimePicker.esnext';
36
+ export { SectionHeader } from './point-of-sale/render/components/SectionHeader/SectionHeader.esnext';
@@ -6,7 +6,7 @@ export type AnyComponentBuilder<ComponentTypes> = ComponentsBuilder<ComponentTyp
6
6
  /**
7
7
  * Union of supported API versions
8
8
  */
9
- export type ApiVersion = '2023-04' | '2023-07' | '2023-10' | '2024-01' | '2024-04' | '2024-07' | '2024-10' | 'unstable';
9
+ export type ApiVersion = '2023-04' | '2023-07' | '2023-10' | '2024-01' | '2024-04' | '2024-07' | '2024-10' | '2025-01' | 'unstable';
10
10
  /**
11
11
  * The capabilities an extension has access to.
12
12
  *
@@ -20,16 +20,20 @@ export type ApiVersion = '2023-04' | '2023-07' | '2023-10' | '2024-01' | '2024-0
20
20
  *
21
21
  * * [`collect_buyer_consent.customer_privacy`](https://shopify.dev/docs/api/checkout-ui-extensions/configuration#collect-buyer-consent): the extension can register buyer consent decisions that will be honored on Shopify-managed services.
22
22
  *
23
- * * `iframe.sources`: the extension can embed an external URL in an iframe.
23
+ * * [`iframe.sources`](https://shopify.dev/docs/api/checkout-ui-extensions/configuration#iframe): the extension can embed an external URL in an iframe.
24
24
  */
25
25
  export type Capability = 'api_access' | 'network_access' | 'block_progress' | 'collect_buyer_consent.sms_marketing' | 'collect_buyer_consent.customer_privacy' | 'iframe.sources';
26
26
  export type CurrencyCode = 'AED' | 'AFN' | 'ALL' | 'AMD' | 'ANG' | 'AOA' | 'ARS' | 'AUD' | 'AWG' | 'AZN' | 'BAM' | 'BBD' | 'BDT' | 'BGN' | 'BHD' | 'BIF' | 'BMD' | 'BND' | 'BOB' | 'BOV' | 'BRL' | 'BSD' | 'BTN' | 'BWP' | 'BYN' | 'BZD' | 'CAD' | 'CDF' | 'CHE' | 'CHF' | 'CHW' | 'CLF' | 'CLP' | 'CNY' | 'COP' | 'COU' | 'CRC' | 'CUC' | 'CUP' | 'CVE' | 'CZK' | 'DJF' | 'DKK' | 'DOP' | 'DZD' | 'EGP' | 'ERN' | 'ETB' | 'EUR' | 'FJD' | 'FKP' | 'GBP' | 'GEL' | 'GHS' | 'GIP' | 'GMD' | 'GNF' | 'GTQ' | 'GYD' | 'HKD' | 'HNL' | 'HRK' | 'HTG' | 'HUF' | 'IDR' | 'ILS' | 'INR' | 'IQD' | 'IRR' | 'ISK' | 'JMD' | 'JOD' | 'JPY' | 'KES' | 'KGS' | 'KHR' | 'KMF' | 'KPW' | 'KRW' | 'KWD' | 'KYD' | 'KZT' | 'LAK' | 'LBP' | 'LKR' | 'LRD' | 'LSL' | 'LYD' | 'MAD' | 'MDL' | 'MGA' | 'MKD' | 'MMK' | 'MNT' | 'MOP' | 'MRU' | 'MUR' | 'MVR' | 'MWK' | 'MXN' | 'MXV' | 'MYR' | 'MZN' | 'NAD' | 'NGN' | 'NIO' | 'NOK' | 'NPR' | 'NZD' | 'OMR' | 'PAB' | 'PEN' | 'PGK' | 'PHP' | 'PKR' | 'PLN' | 'PYG' | 'QAR' | 'RON' | 'RSD' | 'RUB' | 'RWF' | 'SAR' | 'SBD' | 'SCR' | 'SDG' | 'SEK' | 'SGD' | 'SHP' | 'SLL' | 'SOS' | 'SRD' | 'SSP' | 'STN' | 'SVC' | 'SYP' | 'SZL' | 'THB' | 'TJS' | 'TMT' | 'TND' | 'TOP' | 'TRY' | 'TTD' | 'TWD' | 'TZS' | 'UAH' | 'UGX' | 'USD' | 'USN' | 'UYI' | 'UYU' | 'UYW' | 'UZS' | 'VES' | 'VND' | 'VUV' | 'WST' | 'XAF' | 'XAG' | 'XAU' | 'XBA' | 'XBB' | 'XBC' | 'XBD' | 'XCD' | 'XDR' | 'XOF' | 'XPD' | 'XPF' | 'XPT' | 'XSU' | 'XTS' | 'XUA' | 'XXX' | 'YER' | 'ZAR' | 'ZMW' | 'ZWL';
27
27
  export type Timezone = 'Africa/Abidjan' | 'Africa/Algiers' | 'Africa/Bissau' | 'Africa/Cairo' | 'Africa/Casablanca' | 'Africa/Ceuta' | 'Africa/El_Aaiun' | 'Africa/Johannesburg' | 'Africa/Juba' | 'Africa/Khartoum' | 'Africa/Lagos' | 'Africa/Maputo' | 'Africa/Monrovia' | 'Africa/Nairobi' | 'Africa/Ndjamena' | 'Africa/Sao_Tome' | 'Africa/Tripoli' | 'Africa/Tunis' | 'Africa/Windhoek' | 'America/Adak' | 'America/Anchorage' | 'America/Araguaina' | 'America/Argentina/Buenos_Aires' | 'America/Argentina/Catamarca' | 'America/Argentina/Cordoba' | 'America/Argentina/Jujuy' | 'America/Argentina/La_Rioja' | 'America/Argentina/Mendoza' | 'America/Argentina/Rio_Gallegos' | 'America/Argentina/Salta' | 'America/Argentina/San_Juan' | 'America/Argentina/San_Luis' | 'America/Argentina/Tucuman' | 'America/Argentina/Ushuaia' | 'America/Asuncion' | 'America/Bahia' | 'America/Bahia_Banderas' | 'America/Barbados' | 'America/Belem' | 'America/Belize' | 'America/Boa_Vista' | 'America/Bogota' | 'America/Boise' | 'America/Cambridge_Bay' | 'America/Campo_Grande' | 'America/Cancun' | 'America/Caracas' | 'America/Cayenne' | 'America/Chicago' | 'America/Chihuahua' | 'America/Costa_Rica' | 'America/Cuiaba' | 'America/Danmarkshavn' | 'America/Dawson' | 'America/Dawson_Creek' | 'America/Denver' | 'America/Detroit' | 'America/Edmonton' | 'America/Eirunepe' | 'America/El_Salvador' | 'America/Fort_Nelson' | 'America/Fortaleza' | 'America/Glace_Bay' | 'America/Goose_Bay' | 'America/Grand_Turk' | 'America/Guatemala' | 'America/Guayaquil' | 'America/Guyana' | 'America/Halifax' | 'America/Havana' | 'America/Hermosillo' | 'America/Indiana/Indianapolis' | 'America/Indiana/Knox' | 'America/Indiana/Marengo' | 'America/Indiana/Petersburg' | 'America/Indiana/Tell_City' | 'America/Indiana/Vevay' | 'America/Indiana/Vincennes' | 'America/Indiana/Winamac' | 'America/Inuvik' | 'America/Iqaluit' | 'America/Jamaica' | 'America/Juneau' | 'America/Kentucky/Louisville' | 'America/Kentucky/Monticello' | 'America/La_Paz' | 'America/Lima' | 'America/Los_Angeles' | 'America/Maceio' | 'America/Managua' | 'America/Manaus' | 'America/Martinique' | 'America/Matamoros' | 'America/Mazatlan' | 'America/Menominee' | 'America/Merida' | 'America/Metlakatla' | 'America/Mexico_City' | 'America/Miquelon' | 'America/Moncton' | 'America/Monterrey' | 'America/Montevideo' | 'America/New_York' | 'America/Nipigon' | 'America/Nome' | 'America/Noronha' | 'America/North_Dakota/Beulah' | 'America/North_Dakota/Center' | 'America/North_Dakota/New_Salem' | 'America/Nuuk' | 'America/Ojinaga' | 'America/Panama' | 'America/Pangnirtung' | 'America/Paramaribo' | 'America/Phoenix' | 'America/Port-au-Prince' | 'America/Porto_Velho' | 'America/Puerto_Rico' | 'America/Punta_Arenas' | 'America/Rainy_River' | 'America/Rankin_Inlet' | 'America/Recife' | 'America/Regina' | 'America/Resolute' | 'America/Rio_Branco' | 'America/Santarem' | 'America/Santiago' | 'America/Santo_Domingo' | 'America/Sao_Paulo' | 'America/Scoresbysund' | 'America/Sitka' | 'America/St_Johns' | 'America/Swift_Current' | 'America/Tegucigalpa' | 'America/Thule' | 'America/Thunder_Bay' | 'America/Tijuana' | 'America/Toronto' | 'America/Vancouver' | 'America/Whitehorse' | 'America/Winnipeg' | 'America/Yakutat' | 'America/Yellowknife' | 'Antarctica/Casey' | 'Antarctica/Davis' | 'Antarctica/Macquarie' | 'Antarctica/Mawson' | 'Antarctica/Palmer' | 'Antarctica/Rothera' | 'Antarctica/Troll' | 'Antarctica/Vostok' | 'Asia/Almaty' | 'Asia/Amman' | 'Asia/Anadyr' | 'Asia/Aqtau' | 'Asia/Aqtobe' | 'Asia/Ashgabat' | 'Asia/Atyrau' | 'Asia/Baghdad' | 'Asia/Baku' | 'Asia/Bangkok' | 'Asia/Barnaul' | 'Asia/Beirut' | 'Asia/Bishkek' | 'Asia/Brunei' | 'Asia/Chita' | 'Asia/Choibalsan' | 'Asia/Colombo' | 'Asia/Damascus' | 'Asia/Dhaka' | 'Asia/Dili' | 'Asia/Dubai' | 'Asia/Dushanbe' | 'Asia/Famagusta' | 'Asia/Gaza' | 'Asia/Hebron' | 'Asia/Ho_Chi_Minh' | 'Asia/Hong_Kong' | 'Asia/Hovd' | 'Asia/Irkutsk' | 'Asia/Jakarta' | 'Asia/Jayapura' | 'Asia/Jerusalem' | 'Asia/Kabul' | 'Asia/Kamchatka' | 'Asia/Karachi' | 'Asia/Kathmandu' | 'Asia/Khandyga' | 'Asia/Kolkata' | 'Asia/Krasnoyarsk' | 'Asia/Kuala_Lumpur' | 'Asia/Kuching' | 'Asia/Macau' | 'Asia/Magadan' | 'Asia/Makassar' | 'Asia/Manila' | 'Asia/Nicosia' | 'Asia/Novokuznetsk' | 'Asia/Novosibirsk' | 'Asia/Omsk' | 'Asia/Oral' | 'Asia/Pontianak' | 'Asia/Pyongyang' | 'Asia/Qatar' | 'Asia/Qostanay' | 'Asia/Qyzylorda' | 'Asia/Riyadh' | 'Asia/Sakhalin' | 'Asia/Samarkand' | 'Asia/Seoul' | 'Asia/Shanghai' | 'Asia/Singapore' | 'Asia/Srednekolymsk' | 'Asia/Taipei' | 'Asia/Tashkent' | 'Asia/Tbilisi' | 'Asia/Tehran' | 'Asia/Thimphu' | 'Asia/Tokyo' | 'Asia/Tomsk' | 'Asia/Ulaanbaatar' | 'Asia/Urumqi' | 'Asia/Ust-Nera' | 'Asia/Vladivostok' | 'Asia/Yakutsk' | 'Asia/Yangon' | 'Asia/Yekaterinburg' | 'Asia/Yerevan' | 'Atlantic/Azores' | 'Atlantic/Bermuda' | 'Atlantic/Canary' | 'Atlantic/Cape_Verde' | 'Atlantic/Faroe' | 'Atlantic/Madeira' | 'Atlantic/Reykjavik' | 'Atlantic/South_Georgia' | 'Atlantic/Stanley' | 'Australia/Adelaide' | 'Australia/Brisbane' | 'Australia/Broken_Hill' | 'Australia/Darwin' | 'Australia/Eucla' | 'Australia/Hobart' | 'Australia/Lindeman' | 'Australia/Lord_Howe' | 'Australia/Melbourne' | 'Australia/Perth' | 'Australia/Sydney' | 'CET' | 'CST6CDT' | 'EET' | 'EST' | 'EST5EDT' | 'Etc/GMT' | 'Etc/GMT-1' | 'Etc/GMT-10' | 'Etc/GMT-11' | 'Etc/GMT-12' | 'Etc/GMT-13' | 'Etc/GMT-14' | 'Etc/GMT-2' | 'Etc/GMT-3' | 'Etc/GMT-4' | 'Etc/GMT-5' | 'Etc/GMT-6' | 'Etc/GMT-7' | 'Etc/GMT-8' | 'Etc/GMT-9' | 'Etc/GMT+1' | 'Etc/GMT+10' | 'Etc/GMT+11' | 'Etc/GMT+12' | 'Etc/GMT+2' | 'Etc/GMT+3' | 'Etc/GMT+4' | 'Etc/GMT+5' | 'Etc/GMT+6' | 'Etc/GMT+7' | 'Etc/GMT+8' | 'Etc/GMT+9' | 'Etc/UTC' | 'Europe/Amsterdam' | 'Europe/Andorra' | 'Europe/Astrakhan' | 'Europe/Athens' | 'Europe/Belgrade' | 'Europe/Berlin' | 'Europe/Brussels' | 'Europe/Bucharest' | 'Europe/Budapest' | 'Europe/Chisinau' | 'Europe/Copenhagen' | 'Europe/Dublin' | 'Europe/Gibraltar' | 'Europe/Helsinki' | 'Europe/Istanbul' | 'Europe/Kaliningrad' | 'Europe/Kiev' | 'Europe/Kirov' | 'Europe/Lisbon' | 'Europe/London' | 'Europe/Luxembourg' | 'Europe/Madrid' | 'Europe/Malta' | 'Europe/Minsk' | 'Europe/Monaco' | 'Europe/Moscow' | 'Europe/Oslo' | 'Europe/Paris' | 'Europe/Prague' | 'Europe/Riga' | 'Europe/Rome' | 'Europe/Samara' | 'Europe/Saratov' | 'Europe/Simferopol' | 'Europe/Sofia' | 'Europe/Stockholm' | 'Europe/Tallinn' | 'Europe/Tirane' | 'Europe/Ulyanovsk' | 'Europe/Uzhgorod' | 'Europe/Vienna' | 'Europe/Vilnius' | 'Europe/Volgograd' | 'Europe/Warsaw' | 'Europe/Zaporozhye' | 'Europe/Zurich' | 'HST' | 'Indian/Chagos' | 'Indian/Christmas' | 'Indian/Cocos' | 'Indian/Kerguelen' | 'Indian/Mahe' | 'Indian/Maldives' | 'Indian/Mauritius' | 'Indian/Reunion' | 'MET' | 'MST' | 'MST7MDT' | 'Pacific/Apia' | 'Pacific/Auckland' | 'Pacific/Bougainville' | 'Pacific/Chatham' | 'Pacific/Chuuk' | 'Pacific/Easter' | 'Pacific/Efate' | 'Pacific/Fakaofo' | 'Pacific/Fiji' | 'Pacific/Funafuti' | 'Pacific/Galapagos' | 'Pacific/Gambier' | 'Pacific/Guadalcanal' | 'Pacific/Guam' | 'Pacific/Honolulu' | 'Pacific/Kanton' | 'Pacific/Kiritimati' | 'Pacific/Kosrae' | 'Pacific/Kwajalein' | 'Pacific/Majuro' | 'Pacific/Marquesas' | 'Pacific/Nauru' | 'Pacific/Niue' | 'Pacific/Norfolk' | 'Pacific/Noumea' | 'Pacific/Pago_Pago' | 'Pacific/Palau' | 'Pacific/Pitcairn' | 'Pacific/Pohnpei' | 'Pacific/Port_Moresby' | 'Pacific/Rarotonga' | 'Pacific/Tahiti' | 'Pacific/Tarawa' | 'Pacific/Tongatapu' | 'Pacific/Wake' | 'Pacific/Wallis' | 'PST8PDT' | 'WET';
28
28
  export type CountryCode = 'AC' | 'AD' | 'AE' | 'AF' | 'AG' | 'AI' | 'AL' | 'AM' | 'AN' | 'AO' | 'AR' | 'AT' | 'AU' | 'AW' | 'AX' | 'AZ' | 'BA' | 'BB' | 'BD' | 'BE' | 'BF' | 'BG' | 'BH' | 'BI' | 'BJ' | 'BL' | 'BM' | 'BN' | 'BO' | 'BQ' | 'BR' | 'BS' | 'BT' | 'BV' | 'BW' | 'BY' | 'BZ' | 'CA' | 'CC' | 'CD' | 'CF' | 'CG' | 'CH' | 'CI' | 'CK' | 'CL' | 'CM' | 'CN' | 'CO' | 'CR' | 'CU' | 'CV' | 'CW' | 'CX' | 'CY' | 'CZ' | 'DE' | 'DJ' | 'DK' | 'DM' | 'DO' | 'DZ' | 'EC' | 'EE' | 'EG' | 'EH' | 'ER' | 'ES' | 'ET' | 'FI' | 'FJ' | 'FK' | 'FO' | 'FR' | 'GA' | 'GB' | 'GD' | 'GE' | 'GF' | 'GG' | 'GH' | 'GI' | 'GL' | 'GM' | 'GN' | 'GP' | 'GQ' | 'GR' | 'GS' | 'GT' | 'GW' | 'GY' | 'HK' | 'HM' | 'HN' | 'HR' | 'HT' | 'HU' | 'ID' | 'IE' | 'IL' | 'IM' | 'IN' | 'IO' | 'IQ' | 'IR' | 'IS' | 'IT' | 'JE' | 'JM' | 'JO' | 'JP' | 'KE' | 'KG' | 'KH' | 'KI' | 'KM' | 'KN' | 'KP' | 'KR' | 'KW' | 'KY' | 'KZ' | 'LA' | 'LB' | 'LC' | 'LI' | 'LK' | 'LR' | 'LS' | 'LT' | 'LU' | 'LV' | 'LY' | 'MA' | 'MC' | 'MD' | 'ME' | 'MF' | 'MG' | 'MK' | 'ML' | 'MM' | 'MN' | 'MO' | 'MQ' | 'MR' | 'MS' | 'MT' | 'MU' | 'MV' | 'MW' | 'MX' | 'MY' | 'MZ' | 'NA' | 'NC' | 'NE' | 'NF' | 'NG' | 'NI' | 'NL' | 'NO' | 'NP' | 'NR' | 'NU' | 'NZ' | 'OM' | 'PA' | 'PE' | 'PF' | 'PG' | 'PH' | 'PK' | 'PL' | 'PM' | 'PN' | 'PS' | 'PT' | 'PY' | 'QA' | 'RE' | 'RO' | 'RS' | 'RU' | 'RW' | 'SA' | 'SB' | 'SC' | 'SD' | 'SE' | 'SG' | 'SH' | 'SI' | 'SJ' | 'SK' | 'SL' | 'SM' | 'SN' | 'SO' | 'SR' | 'SS' | 'ST' | 'SV' | 'SX' | 'SY' | 'SZ' | 'TA' | 'TC' | 'TD' | 'TF' | 'TG' | 'TH' | 'TJ' | 'TK' | 'TL' | 'TM' | 'TN' | 'TO' | 'TR' | 'TT' | 'TV' | 'TW' | 'TZ' | 'UA' | 'UG' | 'UM' | 'US' | 'UY' | 'UZ' | 'VA' | 'VC' | 'VE' | 'VG' | 'VN' | 'VU' | 'WF' | 'WS' | 'XK' | 'YE' | 'YT' | 'ZA' | 'ZM' | 'ZW' | 'ZZ';
29
+ /**
30
+ * A union of keys for the localized fields that are required by certain countries.
31
+ */
32
+ export type LocalizedFieldKey = 'SHIPPING_CREDENTIAL_BR' | 'SHIPPING_CREDENTIAL_CL' | 'SHIPPING_CREDENTIAL_CN' | 'SHIPPING_CREDENTIAL_CO' | 'SHIPPING_CREDENTIAL_CR' | 'SHIPPING_CREDENTIAL_EC' | 'SHIPPING_CREDENTIAL_ES' | 'SHIPPING_CREDENTIAL_GT' | 'SHIPPING_CREDENTIAL_ID' | 'SHIPPING_CREDENTIAL_KR' | 'SHIPPING_CREDENTIAL_MY' | 'SHIPPING_CREDENTIAL_MX' | 'SHIPPING_CREDENTIAL_PE' | 'SHIPPING_CREDENTIAL_PT' | 'SHIPPING_CREDENTIAL_PY' | 'SHIPPING_CREDENTIAL_TR' | 'SHIPPING_CREDENTIAL_TW' | 'SHIPPING_CREDENTIAL_TYPE_CO' | 'TAX_CREDENTIAL_BR' | 'TAX_CREDENTIAL_CL' | 'TAX_CREDENTIAL_CO' | 'TAX_CREDENTIAL_CR' | 'TAX_CREDENTIAL_EC' | 'TAX_CREDENTIAL_ES' | 'TAX_CREDENTIAL_GT' | 'TAX_CREDENTIAL_ID' | 'TAX_CREDENTIAL_IT' | 'TAX_CREDENTIAL_MX' | 'TAX_CREDENTIAL_MY' | 'TAX_CREDENTIAL_PE' | 'TAX_CREDENTIAL_PT' | 'TAX_CREDENTIAL_PY' | 'TAX_CREDENTIAL_TR' | 'TAX_CREDENTIAL_TYPE_CO' | 'TAX_CREDENTIAL_TYPE_MX' | 'TAX_CREDENTIAL_USE_MX' | 'TAX_EMAIL_IT';
29
33
  /**
30
34
  * Union of supported storefront API versions
31
35
  */
32
- export type StorefrontApiVersion = '2022-04' | '2022-07' | '2022-10' | '2023-01' | '2023-04' | '2023-07' | '2024-01' | '2024-04' | '2024-07' | '2024-10' | 'unstable';
36
+ export type StorefrontApiVersion = '2022-04' | '2022-07' | '2022-10' | '2023-01' | '2023-04' | '2023-07' | '2024-01' | '2024-04' | '2024-07' | '2024-10' | '2025-01' | 'unstable';
33
37
  /**
34
38
  * GraphQL error returned by the Shopify Storefront APIs.
35
39
  */