@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
@@ -484,4 +484,25 @@ export interface IdProps {
484
484
  */
485
485
  id?: string;
486
486
  }
487
+ export interface InteractionProps {
488
+ /**
489
+ * ID of a component that should respond to activations (e.g. clicks) on this pressable.
490
+ *
491
+ * See `activateAction` for how to control the behavior of the target.
492
+ *
493
+ */
494
+ activateTarget?: string;
495
+ /**
496
+ * Sets the action the `activateTarget` should take when this pressable is activated.
497
+ *
498
+ * Supported actions by component:
499
+ *
500
+ * | Component | Supported Actions | Default ('auto') |
501
+ * |---------------|-------------------|-------------------|
502
+ * | [`ClipboardItem`](https://shopify.dev/docs/api/checkout-ui-extensions/latest/clipboarditem) | 'copy' | 'copy' |
503
+ *
504
+ * @default 'auto' - a default action for the target component.
505
+ */
506
+ activateAction?: 'auto' | 'copy';
507
+ }
487
508
  //# sourceMappingURL=shared.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"shared.d.ts","sourceRoot":"","sources":["../../../../../src/surfaces/checkout/components/shared.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"shared.d.ts","sourceRoot":"","sources":["../../../../../src/surfaces/checkout/components/shared.ts"],"names":[],"mappings":"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"}
@@ -22,6 +22,8 @@ export { Choice } from './components/Choice/Choice';
22
22
  export type { ChoiceProps } from './components/Choice/Choice';
23
23
  export { ChoiceList } from './components/ChoiceList/ChoiceList';
24
24
  export type { ChoiceListProps } from './components/ChoiceList/ChoiceList';
25
+ export { ClipboardItem } from './components/ClipboardItem/ClipboardItem';
26
+ export type { ClipboardItemProps } from './components/ClipboardItem/ClipboardItem';
25
27
  export { DatePicker } from './components/DatePicker/DatePicker';
26
28
  export type { DatePickerProps, DayString, DateString, DisabledDate, DateRange, SelectedDate, YearMonth, } from './components/DatePicker/DatePicker';
27
29
  export { DateField } from './components/DateField/DateField';
@@ -1 +1 @@
1
- {"version":3,"file":"components.d.ts","sourceRoot":"","sources":["../../../../src/surfaces/checkout/components.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"components.d.ts","sourceRoot":"","sources":["../../../../src/surfaces/checkout/components.ts"],"names":[],"mappings":"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"}
@@ -4,8 +4,6 @@ export interface ShopifyGlobal {
4
4
  reload(): void;
5
5
  }
6
6
  declare global {
7
- interface WorkerGlobalScope {
8
- readonly le_shopify: ShopifyGlobal;
9
- }
7
+ const shopify: ShopifyGlobal;
10
8
  }
11
9
  //# sourceMappingURL=globals.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"globals.d.ts","sourceRoot":"","sources":["../../../../src/surfaces/checkout/globals.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAC,gBAAgB,EAAC,MAAM,WAAW,CAAC;AAEhD,MAAM,WAAW,aAAa;IAC5B,MAAM,CAAC,eAAe,SAAS,MAAM,gBAAgB,EACnD,MAAM,EAAE,eAAe,EACvB,MAAM,EAAE,gBAAgB,CAAC,eAAe,CAAC,GACxC,IAAI,CAAC;IACR,MAAM,IAAI,IAAI,CAAC;CAChB;AAED,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,iBAAiB;QAIzB,QAAQ,CAAC,UAAU,EAAE,aAAa,CAAC;KACpC;CACF"}
1
+ {"version":3,"file":"globals.d.ts","sourceRoot":"","sources":["../../../../src/surfaces/checkout/globals.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAC,gBAAgB,EAAC,MAAM,WAAW,CAAC;AAEhD,MAAM,WAAW,aAAa;IAC5B,MAAM,CAAC,eAAe,SAAS,MAAM,gBAAgB,EACnD,MAAM,EAAE,eAAe,EACvB,MAAM,EAAE,gBAAgB,CAAC,eAAe,CAAC,GACxC,IAAI,CAAC;IACR,MAAM,IAAI,IAAI,CAAC;CAChB;AAED,OAAO,CAAC,MAAM,CAAC;IAIb,MAAM,OAAO,EAAE,aAAa,CAAC;CAC9B"}
@@ -1 +1 @@
1
- {"version":3,"file":"helper.docs.d.ts","sourceRoot":"","sources":["../../../../src/surfaces/checkout/helper.docs.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAc,WAAW,EAAC,MAAM,wBAAwB,CAAC;AAIrE,KAAK,aAAa,CAAC,CAAC,IAAI,CAAC,CAAC,EAAE,GAAG,CAAC,EAAE,CAAC,CAAC;AACpC,KAAK,wBAAwB,GAAG,IAAI,GAAG,KAAK,CAAC;AAkB7C;;GAEG;AACH,wBAAgB,WAAW,CACzB,SAAS,EAAE,aAAa,CAAC,wBAAwB,CAAC,GACjD,MAAM,CAAC,MAAM,EAAE,WAAW,CAAC,CAgK7B;AAED;;;GAGG;AACH,wBAAgB,UAAU,CACxB,IAAI,EAAE,MAAM,EACZ,SAAS,GAAE,aAAa,CAAC,wBAAwB,CAAU,GAC1D,WAAW,CAQb;AAMD,eAAO,MAAM,gCAAgC,uHACyE,CAAC"}
1
+ {"version":3,"file":"helper.docs.d.ts","sourceRoot":"","sources":["../../../../src/surfaces/checkout/helper.docs.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAc,WAAW,EAAC,MAAM,wBAAwB,CAAC;AAIrE,KAAK,aAAa,CAAC,CAAC,IAAI,CAAC,CAAC,EAAE,GAAG,CAAC,EAAE,CAAC,CAAC;AACpC,KAAK,wBAAwB,GAAG,IAAI,GAAG,KAAK,CAAC;AAkB7C;;GAEG;AACH,wBAAgB,WAAW,CACzB,SAAS,EAAE,aAAa,CAAC,wBAAwB,CAAC,GACjD,MAAM,CAAC,MAAM,EAAE,WAAW,CAAC,CAkL7B;AAED;;;GAGG;AACH,wBAAgB,UAAU,CACxB,IAAI,EAAE,MAAM,EACZ,SAAS,GAAE,aAAa,CAAC,wBAAwB,CAAU,GAC1D,WAAW,CAQb;AAMD,eAAO,MAAM,gCAAgC,uHACyE,CAAC"}
@@ -174,66 +174,6 @@ export interface RenderExtensionTargets {
174
174
  * @deprecated Use `purchase.thank-you.customer-information.render-after` instead.
175
175
  */
176
176
  'Checkout::ThankYou::CustomerInformation::RenderAfter': RenderExtension<OrderConfirmationApi & StandardApi<'Checkout::ThankYou::CustomerInformation::RenderAfter'>, AnyComponent>;
177
- /**
178
- * A [block extension target](https://shopify.dev/docs/api/checkout-ui-extensions/extension-targets-overview#block-extension-targets) that renders exclusively on the **Order status** page.
179
- * Unlike static extension targets, block extension targets render where the merchant
180
- * sets them using the [checkout editor](https://shopify.dev/apps/checkout/test-ui-extensions#test-the-extension-in-the-checkout-editor).
181
- *
182
- * The [supported locations](https://shopify.dev/docs/api/checkout-ui-extensions/extension-targets-overview#supported-locations) for block extension targets can be previewed during development
183
- * by [using a URL parameter](https://shopify.dev/docs/apps/checkout/best-practices/testing-ui-extensions#block-extension-targets).
184
- *
185
- * @deprecated Use `customer-account.order-status.block.render` from `@shopify/ui-extension/customer-account` instead.
186
- */
187
- 'customer-account.order-status.block.render': RenderExtension<OrderStatusApi & CustomerAccountStandardApi<'customer-account.order-status.block.render'>, AnyComponent>;
188
- /**
189
- * A [block extension target](https://shopify.dev/docs/api/checkout-ui-extensions/extension-targets-overview#block-extension-targets) that renders exclusively on the **Order status** page.
190
- * Unlike static extension targets, block extension targets render where the merchant
191
- * sets them using the [checkout editor](https://shopify.dev/apps/checkout/test-ui-extensions#test-the-extension-in-the-checkout-editor).
192
- *
193
- * The [supported locations](https://shopify.dev/docs/api/checkout-ui-extensions/extension-targets-overview#supported-locations) for block extension targets can be previewed during development
194
- * by [using a URL parameter](https://shopify.dev/docs/apps/checkout/best-practices/testing-ui-extensions#block-extension-targets).
195
- *
196
- * @deprecated Use `customer-account.order-status.block.render` from `@shopify/ui-extension/customer-account` instead.
197
- */
198
- 'Checkout::OrderStatus::Dynamic::Render': RenderExtension<OrderStatusApi & CustomerAccountStandardApi<'Checkout::OrderStatus::Dynamic::Render'>, AnyComponent>;
199
- /**
200
- * A static extension target that renders on every line item, inside the details
201
- * under the line item properties element on the **Order status** page.
202
- *
203
- * @deprecated Use `customer-account.order-status.cart-line-item.render-after` from `@shopify/ui-extension/customer-account` instead.
204
- */
205
- 'customer-account.order-status.cart-line-item.render-after': RenderExtension<CartLineItemApi & OrderStatusApi & CustomerAccountStandardApi<'customer-account.order-status.cart-line-item.render-after'>, AnyComponent>;
206
- /**
207
- * A static extension target that renders on every line item, inside the details
208
- * under the line item properties element on the **Order status** page.
209
- *
210
- * @deprecated Use `customer-account.order-status.cart-line-item.render-after` instead.
211
- */
212
- 'Checkout::OrderStatus::CartLineDetails::RenderAfter': RenderExtension<CartLineItemApi & OrderStatusApi & CustomerAccountStandardApi<'Checkout::OrderStatus::CartLineDetails::RenderAfter'>, AnyComponent>;
213
- /**
214
- * A static extension target that is rendered after all line items on the **Order status** page.
215
- *
216
- * @deprecated Use `customer-account.order-status.cart-line-list.render-after` from `@shopify/ui-extension/customer-account` instead.
217
- */
218
- 'customer-account.order-status.cart-line-list.render-after': RenderExtension<OrderStatusApi & CustomerAccountStandardApi<'customer-account.order-status.cart-line-list.render-after'>, AnyComponent>;
219
- /**
220
- * A static extension target that is rendered after all line items on the **Order status** page.
221
- *
222
- * @deprecated Use `customer-account.order-status.cart-line-list.render-after` from `@shopify/ui-extension/customer-account` instead.
223
- */
224
- 'Checkout::OrderStatus::CartLines::RenderAfter': RenderExtension<OrderStatusApi & CustomerAccountStandardApi<'Checkout::OrderStatus::CartLines::RenderAfter'>, AnyComponent>;
225
- /**
226
- * A static extension target that is rendered after a purchase below the customer information on the **Order status** page.
227
- *
228
- * @deprecated Use `customer-account.order-status.customer-information.render-after` from `@shopify/ui-extension/customer-account` instead.
229
- */
230
- 'customer-account.order-status.customer-information.render-after': RenderExtension<OrderStatusApi & CustomerAccountStandardApi<'customer-account.order-status.customer-information.render-after'>, AnyComponent>;
231
- /**
232
- * A static extension target that is rendered after a purchase below the customer information on the **Order status** page.
233
- *
234
- * @deprecated Use `customer-account.order-status.customer-information.render-after` from `@shopify/ui-extension/customer-account` instead.
235
- */
236
- 'Checkout::OrderStatus::CustomerInformation::RenderAfter': RenderExtension<OrderStatusApi & CustomerAccountStandardApi<'Checkout::OrderStatus::CustomerInformation::RenderAfter'>, AnyComponent>;
237
177
  /**
238
178
  * A static extension target that renders the gift card entry form fields after
239
179
  * the buyer ticks a box to use a gift card. This does not replace the
@@ -522,11 +462,5 @@ export type RunnableExtensionTarget = keyof RunnableExtensionTargets;
522
462
  export type RunnableExtensions = {
523
463
  [Target in RunnableExtensionTarget]: RunnableExtensionTargets[Target];
524
464
  };
525
- /**
526
- * The part of the standard API implemented for customer-account targets. Must
527
- * match the types defined in the `surfaces/customer-account` section of this package.
528
- */
529
- export interface CustomerAccountStandardApi<Target extends keyof ExtensionTargets> extends Pick<StandardApi<Target>, 'analytics' | 'appliedGiftCards' | 'appMetafields' | 'attributes' | 'buyerIdentity' | 'checkoutSettings' | 'checkoutToken' | 'cost' | 'discountCodes' | 'discountAllocations' | 'extension' | 'extensionPoint' | 'i18n' | 'instructions' | 'lines' | 'localization' | 'metafields' | 'note' | 'query' | 'sessionToken' | 'settings' | 'shippingAddress' | 'billingAddress' | 'shop' | 'storage' | 'ui' | 'version' | 'customerPrivacy' | 'applyTrackingConsentChange'> {
530
- }
531
465
  export {};
532
466
  //# sourceMappingURL=targets.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"targets.d.ts","sourceRoot":"","sources":["../../../../src/surfaces/checkout/targets.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"targets.d.ts","sourceRoot":"","sources":["../../../../src/surfaces/checkout/targets.ts"],"names":[],"mappings":"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"}
@@ -1,4 +1,4 @@
1
- export type { ApiVersion, BuyerIdentity, BuyerJourney, BuyerJourneyStep, Capability, CartCost, CartMetafield, CartLineCost, CheckoutSettings, Customer, Editor, Extension, ExtensionSettings, Interceptor, InterceptorRequest, Merchandise, ImageDetails, Product, ProductVariant, PurchasingCompany, SelectedOption, SessionToken, Money, StandardApi, Storage, Shop, Version, Metafield, AppMetafield, AppMetafieldEntryTarget, AppMetafieldEntry, CartLine, PaymentOption, SelectedPaymentOption, CartDiscountCode, CartDiscountAllocation, CartCodeDiscountAllocation, CartAutomaticDiscountAllocation, CartCustomDiscountAllocation, AppliedGiftCard, I18n, I18nTranslate, Currency, Country, Market, Language, Localization, DeliveryGroup, DeliveryGroupType, DeliveryGroupDetails, CartLineReference, DeliveryOptionReference, DeliveryOption, ShippingOption, PickupLocationOption, PickupPointOption, NumberRange, CheckoutToken, ApplyTrackingConsentChangeType, CustomerPrivacy, TrackingConsentChangeResult, TrackingConsentChangeResultError, TrackingConsentMetafield, TrackingConsentMetafieldChange, VisitorConsent, VisitorConsentChange, VisitorError, VisitorSuccess, VisitorResult, CartInstructions, AttributesCartInstructions, DeliveryCartInstructions, DiscountsCartInstructions, CartLinesCartInstructions, MetafieldsCartInstructions, NotesCartInstructions, } from './checkout/api/standard/standard';
1
+ export type { ApiVersion, BuyerIdentity, BuyerJourney, BuyerJourneyStep, Capability, CartCost, CartMetafield, CartLineCost, CheckoutSettings, Customer, Editor, Extension, ExtensionSettings, Interceptor, InterceptorRequest, Merchandise, ImageDetails, Product, ProductVariant, PurchasingCompany, SelectedOption, SessionToken, Money, StandardApi, Storage, Shop, Version, Metafield, AppMetafield, AppMetafieldEntryTarget, AppMetafieldEntry, CartLine, PaymentOption, SelectedPaymentOption, CartDiscountCode, CartDiscountAllocation, CartCodeDiscountAllocation, CartAutomaticDiscountAllocation, CartCustomDiscountAllocation, AppliedGiftCard, I18n, I18nTranslate, Currency, Country, Market, Language, Localization, LocalizedField, DeliveryGroup, DeliveryGroupType, DeliveryGroupDetails, CartLineReference, DeliveryOptionReference, DeliveryOption, ShippingOption, PickupLocationOption, PickupPointOption, NumberRange, CheckoutToken, ApplyTrackingConsentChangeType, CustomerPrivacy, TrackingConsentChangeResult, TrackingConsentChangeResultError, TrackingConsentMetafield, TrackingConsentMetafieldChange, VisitorConsent, VisitorConsentChange, VisitorError, VisitorSuccess, VisitorResult, CartInstructions, AttributesCartInstructions, DeliveryCartInstructions, DiscountsCartInstructions, CartLinesCartInstructions, MetafieldsCartInstructions, NotesCartInstructions, } from './checkout/api/standard/standard';
2
2
  export type { Attribute, SellingPlan, ValidationError, MailingAddress, ShippingAddress, } from './checkout/api/shared';
3
3
  export type { RedeemableAttribute, RedeemableChange, RedeemableAddChange, RedeemableChangeResult, RedeemableChangeResultError, RedeemableChangeResultSuccess, RedeemableApi, } from './checkout/api/redeemable/redeemable';
4
4
  export type { AttributeChange, AttributeChangeResult, AttributeChangeResultError, AttributeChangeResultSuccess, CartLineChange, CartLineChangeResult, CartLineChangeResultError, CartLineChangeResultSuccess, CartLineAddChange, CartLineUpdateChange, CartLineRemoveChange, DiscountCodeAddChange, DiscountCodeRemoveChange, DiscountCodeChange, DiscountCodeChangeResult, DiscountCodeChangeResultError, DiscountCodeChangeResultSuccess, GiftCardAddChange, GiftCardChange, GiftCardChangeResult, GiftCardChangeResultSuccess, GiftCardRemoveChange, GiftCardChangeResultError, MetafieldChange, MetafieldChangeResultError, MetafieldChangeResultSuccess, MetafieldChangeResult, MetafieldRemoveChange, MetafieldRemoveCartChange, MetafieldUpdateChange, MetafieldUpdateCartChange, NoteChange, NoteChangeResult, NoteChangeResultSuccess, NoteChangeResultError, ShippingAddressChange, ShippingAddressChangeFieldError, ShippingAddressChangeResult, ShippingAddressChangeResultError, ShippingAddressChangeResultSuccess, CheckoutApi, } from './checkout/api/checkout/checkout';
@@ -21,7 +21,7 @@ export * from './checkout/extension';
21
21
  export * from './checkout/shared';
22
22
  export { Style, isConditionalStyle, isConditionalStyleWithDefault, } from './checkout/style/style';
23
23
  export type { AtLeastOne, Conditions, ConditionalStyle, ConditionalValue, InteractiveConditions, MaybeConditionalStyle, MaybeResponsiveConditionalStyle, ResolutionCondition, ViewportSizeCondition, } from './checkout/style/types';
24
- export type { IdProps } from './checkout/components/shared';
24
+ export type { IdProps, InteractionProps } from './checkout/components/shared';
25
25
  export * from './checkout/globals';
26
26
  export * from '../shared';
27
27
  //# sourceMappingURL=checkout.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"checkout.d.ts","sourceRoot":"","sources":["../../../src/surfaces/checkout.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"checkout.d.ts","sourceRoot":"","sources":["../../../src/surfaces/checkout.ts"],"names":[],"mappings":"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"}
@@ -60,7 +60,7 @@ export interface StandardApi<Target extends ExtensionTarget = ExtensionTarget> {
60
60
  * The settings matching the settings definition written in the
61
61
  * [`shopify.ui.extension.toml`](https://shopify.dev/docs/api/customer-account-ui-extensions/configuration) file.
62
62
  *
63
- * See [settings examples](https://shopify.dev/docs/api/customer-account-ui-extensions/apis/standardapi#example-settings) for more information.
63
+ * See [settings examples](https://shopify.dev/docs/api/customer-account-ui-extensions/apis/order-status-api/settings#examples) for more information.
64
64
  *
65
65
  * > Note: When an extension is being installed in the editor, the settings will be empty until
66
66
  * a merchant sets a value. In that case, this object will be updated in real time as a merchant fills in the settings.
@@ -1,3 +1,3 @@
1
- export { Badge, type BadgeProps, Banner, type BannerProps, BlockLayout, type BlockLayoutProps, BlockSpacer, type BlockSpacerProps, BlockStack, type BlockStackProps, Button, type ButtonProps, Checkbox, type CheckboxProps, Choice, type ChoiceProps, ChoiceList, type ChoiceListProps, DatePicker, type DatePickerProps, type DayString, type DateString, type DisabledDate, type DateRange, type SelectedDate, type YearMonth, DateField, type DateFieldProps, Disclosure, type DisclosureProps, Divider, type DividerProps, Form, type FormProps, Grid, type GridProps, GridItem, type GridItemProps, Heading, type HeadingProps, HeadingGroup, type HeadingGroupProps, Icon, type IconProps, type IconSource, Image, type ImageProps, InlineLayout, type InlineLayoutProps, InlineStack, type InlineStackProps, InlineSpacer, type InlineSpacerProps, Link, type LinkProps, List, type ListProps, ListItem, type ListItemProps, Map, type MapProps, type MapLocation, type MapBounds, type MapZoom, MapMarker, type MapMarkerProps, MapPopover, type MapPopoverProps, Modal, type ModalProps, PaymentIcon, type PaymentIconProps, type PaymentMethod, PhoneField, type PhoneFieldProps, Pressable, type PressableProps, ProductThumbnail, type ProductThumbnailProps, Progress, type ProgressProps, Popover, type PopoverProps, type PopoverPosition, QRCode, type QRCodeProps, ScrollView, type ScrollViewProps, type ScrollViewEvent, Select, type SelectProps, type SelectOptionProps, Sheet, type SheetProps, SkeletonImage, type SkeletonImageProps, SkeletonText, type SkeletonTextProps, SkeletonTextBlock, type SkeletonTextBlockProps, Spinner, type SpinnerProps, Stepper, type StepperProps, Switch, type SwitchProps, Tag, type TagProps, Text, type TextProps, TextBlock, type TextBlockProps, TextField, type TextFieldProps, Tooltip, type TooltipProps, View, type ViewProps, type ViewCoordinate, type ViewPosition, type ViewPositionType, type ViewTranslate, ToggleButton, type ToggleButtonProps, ToggleButtonGroup, type ToggleButtonGroupProps, } from '../../checkout/components';
1
+ export { Badge, type BadgeProps, Banner, type BannerProps, BlockLayout, type BlockLayoutProps, BlockSpacer, type BlockSpacerProps, BlockStack, type BlockStackProps, Button, type ButtonProps, Checkbox, type CheckboxProps, ClipboardItem, type ClipboardItemProps, Choice, type ChoiceProps, ChoiceList, type ChoiceListProps, DatePicker, type DatePickerProps, type DayString, type DateString, type DisabledDate, type DateRange, type SelectedDate, type YearMonth, DateField, type DateFieldProps, Disclosure, type DisclosureProps, Divider, type DividerProps, Form, type FormProps, Grid, type GridProps, GridItem, type GridItemProps, Heading, type HeadingProps, HeadingGroup, type HeadingGroupProps, Icon, type IconProps, type IconSource, Image, type ImageProps, InlineLayout, type InlineLayoutProps, InlineStack, type InlineStackProps, InlineSpacer, type InlineSpacerProps, Link, type LinkProps, List, type ListProps, ListItem, type ListItemProps, Map, type MapProps, type MapLocation, type MapBounds, type MapZoom, MapMarker, type MapMarkerProps, MapPopover, type MapPopoverProps, Modal, type ModalProps, PaymentIcon, type PaymentIconProps, type PaymentMethod, PhoneField, type PhoneFieldProps, Pressable, type PressableProps, ProductThumbnail, type ProductThumbnailProps, Progress, type ProgressProps, Popover, type PopoverProps, type PopoverPosition, QRCode, type QRCodeProps, ScrollView, type ScrollViewProps, type ScrollViewEvent, Select, type SelectProps, type SelectOptionProps, Sheet, type SheetProps, SkeletonImage, type SkeletonImageProps, SkeletonText, type SkeletonTextProps, SkeletonTextBlock, type SkeletonTextBlockProps, Spinner, type SpinnerProps, Stepper, type StepperProps, Switch, type SwitchProps, Tag, type TagProps, Text, type TextProps, TextBlock, type TextBlockProps, TextField, type TextFieldProps, Tooltip, type TooltipProps, View, type ViewProps, type ViewCoordinate, type ViewPosition, type ViewPositionType, type ViewTranslate, ToggleButton, type ToggleButtonProps, ToggleButtonGroup, type ToggleButtonGroupProps, } from '../../checkout/components';
2
2
  export type { AccessibilityRole, Alignment, Appearance, Autocomplete, AutocompleteField, AutocompleteGroup, Background, BackgroundFit, BackgroundPosition, BackgroundProps, BackgroundRepeat, BlockAlignment, BorderProps, BorderRadius, BorderStyle, BorderWidth, Breakpoint, Columns, CornerRadius, CornerProps, DisclosureActivatorProps, DisclosureOpen, Fit, GridItemSize, InlineAlignment, MaybeShorthandProperty, NonPresentationalAccessibilityRole, OverlayActivatorProps, Rows, ShorthandProperty, Status, Size, Spacing, SizingProps, SpacingProps, ViewLikeAccessibilityRole, VisibilityProps, } from '../../checkout/components';
3
3
  //# sourceMappingURL=shared-checkout-components.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"shared-checkout-components.d.ts","sourceRoot":"","sources":["../../../../../src/surfaces/customer-account/components/shared-checkout-components.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"shared-checkout-components.d.ts","sourceRoot":"","sources":["../../../../../src/surfaces/customer-account/components/shared-checkout-components.ts"],"names":[],"mappings":"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"}
@@ -4,8 +4,6 @@ export interface ShopifyGlobal {
4
4
  reload(): void;
5
5
  }
6
6
  declare global {
7
- interface WorkerGlobalScope {
8
- readonly le_shopify: ShopifyGlobal;
9
- }
7
+ const shopify: ShopifyGlobal;
10
8
  }
11
9
  //# sourceMappingURL=globals.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"globals.d.ts","sourceRoot":"","sources":["../../../../src/surfaces/customer-account/globals.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAC,gBAAgB,EAAC,MAAM,WAAW,CAAC;AAEhD,MAAM,WAAW,aAAa;IAC5B,MAAM,CAAC,eAAe,SAAS,MAAM,gBAAgB,EACnD,MAAM,EAAE,eAAe,EACvB,MAAM,EAAE,gBAAgB,CAAC,eAAe,CAAC,GACxC,IAAI,CAAC;IACR,MAAM,IAAI,IAAI,CAAC;CAChB;AAED,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,iBAAiB;QAIzB,QAAQ,CAAC,UAAU,EAAE,aAAa,CAAC;KACpC;CACF"}
1
+ {"version":3,"file":"globals.d.ts","sourceRoot":"","sources":["../../../../src/surfaces/customer-account/globals.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAC,gBAAgB,EAAC,MAAM,WAAW,CAAC;AAEhD,MAAM,WAAW,aAAa;IAC5B,MAAM,CAAC,eAAe,SAAS,MAAM,gBAAgB,EACnD,MAAM,EAAE,eAAe,EACvB,MAAM,EAAE,gBAAgB,CAAC,eAAe,CAAC,GACxC,IAAI,CAAC;IACR,MAAM,IAAI,IAAI,CAAC;CAChB;AAED,OAAO,CAAC,MAAM,CAAC;IAIb,MAAM,OAAO,EAAE,aAAa,CAAC;CAC9B"}
@@ -1,24 +1,24 @@
1
- export type { CartApi, DiscountType, CartDiscountType, CartApiContent, LineItemDiscountType, } from './api/cart-api/cart-api';
2
- export type { ActionApi, ActionApiContent } from './api/action-api/action-api';
3
- export type { StandardApi } from './api/standard/standard-api';
4
- export type { ActionTargetApi } from './api/action-target-api/action-target-api';
5
- export type { ConnectivityStateSeverity, ConnectivityState, ConnectivityApiContent, ConnectivityApi, } from './api/connectivity-api/connectivity-api';
6
- export type { CustomerApi, CustomerApiContent, } from './api/customer-api/customer-api';
7
- export type { DeviceApi, DeviceApiContent } from './api/device-api/device-api';
8
- export type { LocaleApi, LocaleApiContent } from './api/locale-api/locale-api';
9
- export type { NavigationApiContent, NavigationApi, } from './api/navigation-api/navigation-api';
10
- export type { OrderApiContent, OrderApi } from './api/order-api/order-api';
11
- export type { ProductApi, ProductApiContent, } from './api/product-api/product-api';
12
- export type { DraftOrderApi, DraftOrderApiContent, } from './api/draft-order-api/draft-order-api';
13
- export type { PaginationParams, ProductSortType, ProductSearchParams, ProductSearchApi, ProductSearchApiContent, } from './api/product-search-api/product-search-api';
14
- export type { ScannerSource, ScannerSubscriptionResult, ScannerApi, ScannerApiContent, } from './api/scanner-api/scanner-api';
15
- export type { SessionApiContent, SessionApi, } from './api/session-api/session-api';
16
- export type { SmartGridApi, SmartGridApiContent, } from './api/smartgrid-api/smartgrid-api';
17
- export type { ShowToastOptions, ToastApiContent, ToastApi, } from './api/toast-api/toast-api';
18
- export type { Cart, Customer, LineItem, Discount, SetLineItemPropertiesInput, SetLineItemDiscountInput, LineItemDiscount, CustomSale, Address, } from './api/types/cart';
19
- export type { MultipleResourceResult } from './api/types/multiple-resource-result';
20
- export type { PaginatedResult } from './api/types/paginated-result';
21
- export type { Product, ProductVariant, ProductVariantOption, ProductVariantInventoryPolicy, ProductOption, } from './api/types/product';
22
- export type { CountryCode } from './api/types/country-code';
23
- export type { Session } from './api/types/session';
1
+ export type { CartApi, CartDiscountType, CartApiContent, LineItemDiscountType, } from './render/api/cart-api/cart-api';
2
+ export type { ActionApi, ActionApiContent, } from './render/api/action-api/action-api';
3
+ export type { StandardApi } from './render/api/standard/standard-api';
4
+ export type { ActionTargetApi } from './render/api/action-target-api/action-target-api';
5
+ export type { ConnectivityStateSeverity, ConnectivityState, ConnectivityApiContent, ConnectivityApi, } from './render/api/connectivity-api/connectivity-api';
6
+ export type { CustomerApi, CustomerApiContent, } from './render/api/customer-api/customer-api';
7
+ export type { DeviceApi, DeviceApiContent, } from './render/api/device-api/device-api';
8
+ export type { LocaleApi, LocaleApiContent, } from './render/api/locale-api/locale-api';
9
+ export type { NavigationApiContent, NavigationApi, } from './render/api/navigation-api/navigation-api';
10
+ export type { OrderApiContent, OrderApi } from './render/api/order-api/order-api';
11
+ export type { ProductApi, ProductApiContent, } from './render/api/product-api/product-api';
12
+ export type { DraftOrderApi, DraftOrderApiContent, } from './render/api/draft-order-api/draft-order-api';
13
+ export type { PrintApi, PrintApiContent } from './render/api/print-api/print-api';
14
+ export type { PaginationParams, ProductSortType, ProductSearchParams, ProductSearchApi, ProductSearchApiContent, } from './render/api/product-search-api/product-search-api';
15
+ export type { ScannerSource, ScannerSubscriptionResult, ScannerApi, ScannerApiContent, } from './render/api/scanner-api/scanner-api';
16
+ export type { SessionApiContent, SessionApi, } from './render/api/session-api/session-api';
17
+ export type { ShowToastOptions, ToastApiContent, ToastApi, } from './render/api/toast-api/toast-api';
18
+ export type { Cart, CartUpdateInput, Customer, LineItem, Discount, SetLineItemPropertiesInput, SetLineItemDiscountInput, LineItemDiscount, CustomSale, Address, } from './types/cart';
19
+ export type { MultipleResourceResult } from './types/multiple-resource-result';
20
+ export type { PaginatedResult } from './types/paginated-result';
21
+ export type { Product, ProductVariant, ProductVariantOption, ProductVariantInventoryPolicy, ProductOption, } from './types/product';
22
+ export type { CountryCode } from './types/country-code';
23
+ export type { Session } from './types/session';
24
24
  //# sourceMappingURL=api.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"api.d.ts","sourceRoot":"","sources":["../../../../src/surfaces/point-of-sale/api.ts"],"names":[],"mappings":"AAAA,YAAY,EACV,OAAO,EACP,YAAY,EACZ,gBAAgB,EAChB,cAAc,EACd,oBAAoB,GACrB,MAAM,yBAAyB,CAAC;AAEjC,YAAY,EAAC,SAAS,EAAE,gBAAgB,EAAC,MAAM,6BAA6B,CAAC;AAE7E,YAAY,EAAC,WAAW,EAAC,MAAM,6BAA6B,CAAC;AAC7D,YAAY,EAAC,eAAe,EAAC,MAAM,2CAA2C,CAAC;AAE/E,YAAY,EACV,yBAAyB,EACzB,iBAAiB,EACjB,sBAAsB,EACtB,eAAe,GAChB,MAAM,yCAAyC,CAAC;AAEjD,YAAY,EACV,WAAW,EACX,kBAAkB,GACnB,MAAM,iCAAiC,CAAC;AAEzC,YAAY,EAAC,SAAS,EAAE,gBAAgB,EAAC,MAAM,6BAA6B,CAAC;AAE7E,YAAY,EAAC,SAAS,EAAE,gBAAgB,EAAC,MAAM,6BAA6B,CAAC;AAE7E,YAAY,EACV,oBAAoB,EACpB,aAAa,GACd,MAAM,qCAAqC,CAAC;AAE7C,YAAY,EAAC,eAAe,EAAE,QAAQ,EAAC,MAAM,2BAA2B,CAAC;AAEzE,YAAY,EACV,UAAU,EACV,iBAAiB,GAClB,MAAM,+BAA+B,CAAC;AAEvC,YAAY,EACV,aAAa,EACb,oBAAoB,GACrB,MAAM,uCAAuC,CAAC;AAE/C,YAAY,EACV,gBAAgB,EAChB,eAAe,EACf,mBAAmB,EACnB,gBAAgB,EAChB,uBAAuB,GACxB,MAAM,6CAA6C,CAAC;AAErD,YAAY,EACV,aAAa,EACb,yBAAyB,EACzB,UAAU,EACV,iBAAiB,GAClB,MAAM,+BAA+B,CAAC;AAEvC,YAAY,EACV,iBAAiB,EACjB,UAAU,GACX,MAAM,+BAA+B,CAAC;AAEvC,YAAY,EACV,YAAY,EACZ,mBAAmB,GACpB,MAAM,mCAAmC,CAAC;AAE3C,YAAY,EACV,gBAAgB,EAChB,eAAe,EACf,QAAQ,GACT,MAAM,2BAA2B,CAAC;AAEnC,YAAY,EACV,IAAI,EACJ,QAAQ,EACR,QAAQ,EACR,QAAQ,EACR,0BAA0B,EAC1B,wBAAwB,EACxB,gBAAgB,EAChB,UAAU,EACV,OAAO,GACR,MAAM,kBAAkB,CAAC;AAE1B,YAAY,EAAC,sBAAsB,EAAC,MAAM,sCAAsC,CAAC;AAEjF,YAAY,EAAC,eAAe,EAAC,MAAM,8BAA8B,CAAC;AAElE,YAAY,EACV,OAAO,EACP,cAAc,EACd,oBAAoB,EACpB,6BAA6B,EAC7B,aAAa,GACd,MAAM,qBAAqB,CAAC;AAE7B,YAAY,EAAC,WAAW,EAAC,MAAM,0BAA0B,CAAC;AAE1D,YAAY,EAAC,OAAO,EAAC,MAAM,qBAAqB,CAAC"}
1
+ {"version":3,"file":"api.d.ts","sourceRoot":"","sources":["../../../../src/surfaces/point-of-sale/api.ts"],"names":[],"mappings":"AAAA,YAAY,EACV,OAAO,EACP,gBAAgB,EAChB,cAAc,EACd,oBAAoB,GACrB,MAAM,gCAAgC,CAAC;AAExC,YAAY,EACV,SAAS,EACT,gBAAgB,GACjB,MAAM,oCAAoC,CAAC;AAE5C,YAAY,EAAC,WAAW,EAAC,MAAM,oCAAoC,CAAC;AACpE,YAAY,EAAC,eAAe,EAAC,MAAM,kDAAkD,CAAC;AAEtF,YAAY,EACV,yBAAyB,EACzB,iBAAiB,EACjB,sBAAsB,EACtB,eAAe,GAChB,MAAM,gDAAgD,CAAC;AAExD,YAAY,EACV,WAAW,EACX,kBAAkB,GACnB,MAAM,wCAAwC,CAAC;AAEhD,YAAY,EACV,SAAS,EACT,gBAAgB,GACjB,MAAM,oCAAoC,CAAC;AAE5C,YAAY,EACV,SAAS,EACT,gBAAgB,GACjB,MAAM,oCAAoC,CAAC;AAE5C,YAAY,EACV,oBAAoB,EACpB,aAAa,GACd,MAAM,4CAA4C,CAAC;AAEpD,YAAY,EAAC,eAAe,EAAE,QAAQ,EAAC,MAAM,kCAAkC,CAAC;AAEhF,YAAY,EACV,UAAU,EACV,iBAAiB,GAClB,MAAM,sCAAsC,CAAC;AAE9C,YAAY,EACV,aAAa,EACb,oBAAoB,GACrB,MAAM,8CAA8C,CAAC;AAEtD,YAAY,EAAC,QAAQ,EAAE,eAAe,EAAC,MAAM,kCAAkC,CAAC;AAEhF,YAAY,EACV,gBAAgB,EAChB,eAAe,EACf,mBAAmB,EACnB,gBAAgB,EAChB,uBAAuB,GACxB,MAAM,oDAAoD,CAAC;AAE5D,YAAY,EACV,aAAa,EACb,yBAAyB,EACzB,UAAU,EACV,iBAAiB,GAClB,MAAM,sCAAsC,CAAC;AAE9C,YAAY,EACV,iBAAiB,EACjB,UAAU,GACX,MAAM,sCAAsC,CAAC;AAE9C,YAAY,EACV,gBAAgB,EAChB,eAAe,EACf,QAAQ,GACT,MAAM,kCAAkC,CAAC;AAE1C,YAAY,EACV,IAAI,EACJ,eAAe,EACf,QAAQ,EACR,QAAQ,EACR,QAAQ,EACR,0BAA0B,EAC1B,wBAAwB,EACxB,gBAAgB,EAChB,UAAU,EACV,OAAO,GACR,MAAM,cAAc,CAAC;AAEtB,YAAY,EAAC,sBAAsB,EAAC,MAAM,kCAAkC,CAAC;AAE7E,YAAY,EAAC,eAAe,EAAC,MAAM,0BAA0B,CAAC;AAE9D,YAAY,EACV,OAAO,EACP,cAAc,EACd,oBAAoB,EACpB,6BAA6B,EAC7B,aAAa,GACd,MAAM,iBAAiB,CAAC;AAEzB,YAAY,EAAC,WAAW,EAAC,MAAM,sBAAsB,CAAC;AAEtD,YAAY,EAAC,OAAO,EAAC,MAAM,iBAAiB,CAAC"}
@@ -1,72 +1,77 @@
1
- export { ActionItem } from './components/ActionItem/ActionItem';
2
- export type { ActionItemProps } from './components/ActionItem/ActionItem';
3
- export { Badge } from './components/Badge/Badge';
4
- export type { BadgeProps, BadgeStatus, BadgeVariant, } from './components/Badge/Badge';
5
- export { Banner } from './components/Banner/Banner';
6
- export type { BannerProps, BannerVariant } from './components/Banner/Banner';
7
- export { Button } from './components/Button/Button';
8
- export type { ButtonProps, ButtonType } from './components/Button/Button';
9
- export { CameraScanner } from './components/CameraScanner/CameraScanner';
10
- export type { CameraScannerProps } from './components/CameraScanner/CameraScanner';
11
- export { DateField } from './components/DateField/DateField';
12
- export type { DateFieldProps } from './components/DateField/DateField';
13
- export { DatePicker } from './components/DatePicker/DatePicker';
14
- export type { DatePickerProps } from './components/DatePicker/DatePicker';
15
- export { Dialog } from './components/Dialog/Dialog';
16
- export type { DialogProps, DialogType } from './components/Dialog/Dialog';
17
- export { EmailField } from './components/EmailField/EmailField';
18
- export type { EmailFieldProps } from './components/EmailField/EmailField';
19
- export { FormattedTextField } from './components/FormattedTextField/FormattedTextField';
20
- export type { FormattedTextFieldProps, InputType, } from './components/FormattedTextField/FormattedTextField';
21
- export { Icon } from './components/Icon/Icon';
22
- export type { IconProps, IconName, IconSize } from './components/Icon/Icon';
23
- export { Image } from './components/Image/Image';
24
- export type { ImageProps } from './components/Image/Image';
25
- export { List } from './components/List/List';
26
- export type { ListProps, ListRow, ToggleSwitch, SubtitleType, ListRowLeftSide, ListRowRightSide, ListRowSubtitle, } from './components/List/List';
27
- export { Navigator } from './components/Navigator/Navigator';
28
- export type { NavigatorProps } from './components/Navigator/Navigator';
29
- export { NumberField } from './components/NumberField/NumberField';
30
- export type { NumberFieldProps } from './components/NumberField/NumberField';
31
- export { PinPad } from './components/PinPad/PinPad';
32
- export type { PinPadProps, PinLength, PinPadActionType, PinValidationResult, } from './components/PinPad/PinPad';
33
- export { POSBlock } from './components/POSBlock/POSBlock';
34
- export type { POSBlockProps } from './components/POSBlock/POSBlock';
35
- export { POSBlockRow } from './components/POSBlock/POSBlockRow';
36
- export type { POSBlockRowProps } from './components/POSBlock/POSBlockRow';
37
- export { RadioButtonList } from './components/RadioButtonList/RadioButtonList';
38
- export type { RadioButtonListProps } from './components/RadioButtonList/RadioButtonList';
39
- export { Screen } from './components/Screen/Screen';
40
- export type { ScreenProps, ScreenPresentationProps, SecondaryActionProps, } from './components/Screen/Screen';
41
- export { ScrollView } from './components/ScrollView/ScrollView';
42
- export { SearchBar } from './components/SearchBar/SearchBar';
43
- export type { SearchBarProps } from './components/SearchBar/SearchBar';
44
- export { Section } from './components/Section/Section';
45
- export type { SectionProps, SectionHeaderAction, } from './components/Section/Section';
46
- export { SegmentedControl } from './components/SegmentedControl/SegmentedControl';
47
- export type { SegmentedControlProps, Segment, } from './components/SegmentedControl/SegmentedControl';
48
- export { Selectable } from './components/Selectable/Selectable';
49
- export type { SelectableProps } from './components/Selectable/Selectable';
50
- export type { VerticalSpacing, HorizontalSpacing, } from './components/Spacing/Spacing';
51
- export { Stack } from './components/Stack/Stack';
52
- export type { StackProps, Spacing } from './components/Stack/Stack';
53
- export { Stepper } from './components/Stepper/Stepper';
54
- export type { StepperProps } from './components/Stepper/Stepper';
55
- export { Text } from './components/Text/Text';
56
- export type { TextProps, ColorType, TextVariant } from './components/Text/Text';
57
- export { TextArea } from './components/TextArea/TextArea';
58
- export type { TextAreaProps } from './components/TextArea/TextArea';
59
- export { TextField } from './components/TextField/TextField';
60
- export type { TextFieldProps, NewTextFieldProps, ActionProps, InfoProps, SuccessProps, PasswordProps, EmbeddedElementProps, } from './components/TextField/TextField';
61
- export { Tile } from './components/Tile/Tile';
62
- export type { TileProps } from './components/Tile/Tile';
63
- export { TimeField } from './components/TimeField/TimeField';
64
- export type { TimeFieldProps } from './components/TimeField/TimeField';
65
- export { TimePicker } from './components/TimePicker/TimePicker';
66
- export type { TimePickerProps } from './components/TimePicker/TimePicker';
67
- export type { BaseTextFieldProps } from './components/shared/BaseTextField';
68
- export type { AutoCapitalizationType } from './components/shared/auto-capitalization-type';
69
- export type { InputAction, InputProps } from './components/shared/InputField';
70
- export { SectionHeader } from './components/SectionHeader/SectionHeader';
71
- export type { SectionHeaderProps } from './components/SectionHeader/SectionHeader';
1
+ export { Badge } from './render/components/Badge/Badge';
2
+ export type { BadgeProps, BadgeStatus, BadgeVariant, } from './render/components/Badge/Badge';
3
+ export { Banner } from './render/components/Banner/Banner';
4
+ export type { BannerProps, BannerVariant, } from './render/components/Banner/Banner';
5
+ export { Box } from './render/components/Box/Box';
6
+ export type { BoxProps } from './render/components/Box/Box';
7
+ export { Button } from './render/components/Button/Button';
8
+ export type { ButtonProps, ButtonType } from './render/components/Button/Button';
9
+ export { CameraScanner } from './render/components/CameraScanner/CameraScanner';
10
+ export type { CameraScannerProps } from './render/components/CameraScanner/CameraScanner';
11
+ export { DateField } from './render/components/DateField/DateField';
12
+ export type { DateFieldProps } from './render/components/DateField/DateField';
13
+ export { DatePicker } from './render/components/DatePicker/DatePicker';
14
+ export type { DatePickerProps } from './render/components/DatePicker/DatePicker';
15
+ export { Dialog } from './render/components/Dialog/Dialog';
16
+ export type { DialogProps, DialogType } from './render/components/Dialog/Dialog';
17
+ export { EmailField } from './render/components/EmailField/EmailField';
18
+ export type { EmailFieldProps } from './render/components/EmailField/EmailField';
19
+ export { FormattedTextField } from './render/components/FormattedTextField/FormattedTextField';
20
+ export type { FormattedTextFieldProps, InputType, } from './render/components/FormattedTextField/FormattedTextField';
21
+ export { Icon } from './render/components/Icon/Icon';
22
+ export type { IconProps, IconName, IconSize, } from './render/components/Icon/Icon';
23
+ export { Image } from './render/components/Image/Image';
24
+ export type { ImageProps, ImageSize, FillResizeMode, } from './render/components/Image/Image';
25
+ export { List } from './render/components/List/List';
26
+ export type { ListProps, ListRow, ToggleSwitch, SubtitleType, ListRowLeftSide, ListRowRightSide, ListRowSubtitle, } from './render/components/List/List';
27
+ export { Navigator } from './render/components/Navigator/Navigator';
28
+ export type { NavigatorProps } from './render/components/Navigator/Navigator';
29
+ export { NumberField } from './render/components/NumberField/NumberField';
30
+ export type { NumberFieldProps } from './render/components/NumberField/NumberField';
31
+ export { PinPad } from './render/components/PinPad/PinPad';
32
+ export type { PinPadProps, PinLength, PinPadActionType, PinValidationResult, } from './render/components/PinPad/PinPad';
33
+ export { POSBlock } from './render/components/POSBlock/POSBlock';
34
+ export type { POSBlockProps } from './render/components/POSBlock/POSBlock';
35
+ export { POSBlockRow } from './render/components/POSBlock/POSBlockRow';
36
+ export type { POSBlockRowProps } from './render/components/POSBlock/POSBlockRow';
37
+ export { PrintPreview } from './render/components/PrintPreview/PrintPreview';
38
+ export type { PrintPreviewProps } from './render/components/PrintPreview/PrintPreview';
39
+ export { RadioButtonList } from './render/components/RadioButtonList/RadioButtonList';
40
+ export type { RadioButtonListProps } from './render/components/RadioButtonList/RadioButtonList';
41
+ export { Screen } from './render/components/Screen/Screen';
42
+ export type { ScreenProps, ScreenPresentationProps, SecondaryActionProps, } from './render/components/Screen/Screen';
43
+ export { ScrollView } from './render/components/ScrollView/ScrollView';
44
+ export { SearchBar } from './render/components/SearchBar/SearchBar';
45
+ export type { SearchBarProps } from './render/components/SearchBar/SearchBar';
46
+ export { Section } from './render/components/Section/Section';
47
+ export type { SectionProps, SectionHeaderAction, } from './render/components/Section/Section';
48
+ export { SegmentedControl } from './render/components/SegmentedControl/SegmentedControl';
49
+ export type { SegmentedControlProps, Segment, } from './render/components/SegmentedControl/SegmentedControl';
50
+ export { Selectable } from './render/components/Selectable/Selectable';
51
+ export type { SelectableProps } from './render/components/Selectable/Selectable';
52
+ export type { VerticalSpacing, HorizontalSpacing, Spacing, } from './render/components/shared/deprecated-types';
53
+ export { Stack } from './render/components/Stack/Stack';
54
+ export type { StackProps } from './render/components/Stack/Stack';
55
+ export type { SpacingKeyword, ContentPosition, ContentDistribution, } from './render/components/shared/inner-layouts';
56
+ export { Stepper } from './render/components/Stepper/Stepper';
57
+ export type { StepperProps } from './render/components/Stepper/Stepper';
58
+ export { Text } from './render/components/Text/Text';
59
+ export type { TextProps, ColorType, TextVariant, } from './render/components/Text/Text';
60
+ export { TextArea } from './render/components/TextArea/TextArea';
61
+ export type { TextAreaProps } from './render/components/TextArea/TextArea';
62
+ export { TextField } from './render/components/TextField/TextField';
63
+ export type { NewTextFieldProps, ActionProps, InfoProps, SuccessProps, PasswordProps, EmbeddedElementProps, } from './render/components/TextField/TextField';
64
+ export { Tile } from './render/components/Tile/Tile';
65
+ export type { TileProps } from './render/components/Tile/Tile';
66
+ export { TimeField } from './render/components/TimeField/TimeField';
67
+ export type { TimeFieldProps } from './render/components/TimeField/TimeField';
68
+ export { TimePicker } from './render/components/TimePicker/TimePicker';
69
+ export type { TimePickerProps } from './render/components/TimePicker/TimePicker';
70
+ export type { BaseTextFieldProps } from './render/components/shared/BaseTextField';
71
+ export type { AutoCapitalizationType } from './render/components/shared/auto-capitalization-type';
72
+ export type { InputAction, InputProps, } from './render/components/shared/InputField';
73
+ export { SectionHeader } from './render/components/SectionHeader/SectionHeader';
74
+ export type { SectionHeaderProps } from './render/components/SectionHeader/SectionHeader';
75
+ export type { PaddingProps, SizingProps, SizeUnits, SizeUnitsOrAuto, SizeUnitsOrNone, } from './render/components/shared/box';
76
+ export type { SizeKeyword } from './render/components/shared/sizes';
72
77
  //# sourceMappingURL=components.d.ts.map