@shopify/ui-extensions 2024.1.1 → 2024.4.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 (533) hide show
  1. package/build/cjs/surfaces/admin/components/FunctionSettings/FunctionSettings.js +9 -0
  2. package/build/cjs/surfaces/admin/components/Section/Section.js +9 -0
  3. package/build/cjs/surfaces/admin.js +6 -2
  4. package/build/cjs/surfaces/checkout/components/Badge/Badge.js +12 -0
  5. package/build/cjs/surfaces/checkout/components/Disclosure/Disclosure.js +1 -2
  6. package/build/cjs/surfaces/checkout/components/Modal/Modal.js +1 -2
  7. package/build/cjs/surfaces/checkout/components/Popover/Popover.js +1 -2
  8. package/build/cjs/surfaces/checkout/components/Tooltip/Tooltip.js +2 -2
  9. package/build/cjs/surfaces/checkout.js +6 -4
  10. package/build/cjs/surfaces/customer-account.js +10 -4
  11. package/build/cjs/surfaces/point-of-sale/components/Actiontem/ActionItem.js +9 -0
  12. package/build/cjs/surfaces/point-of-sale/components/SectionHeader/SectionHeader.js +9 -0
  13. package/build/cjs/surfaces/point-of-sale.js +4 -0
  14. package/build/esm/surfaces/admin/components/FunctionSettings/FunctionSettings.mjs +5 -0
  15. package/build/esm/surfaces/admin/components/Section/Section.mjs +5 -0
  16. package/build/esm/surfaces/admin.mjs +3 -1
  17. package/build/esm/surfaces/checkout/components/Badge/Badge.mjs +8 -0
  18. package/build/esm/surfaces/checkout/components/Disclosure/Disclosure.mjs +1 -2
  19. package/build/esm/surfaces/checkout/components/Modal/Modal.mjs +1 -2
  20. package/build/esm/surfaces/checkout/components/Popover/Popover.mjs +1 -2
  21. package/build/esm/surfaces/checkout/components/Tooltip/Tooltip.mjs +2 -2
  22. package/build/esm/surfaces/checkout.mjs +2 -1
  23. package/build/esm/surfaces/customer-account.mjs +4 -1
  24. package/build/esm/surfaces/point-of-sale/components/Actiontem/ActionItem.mjs +5 -0
  25. package/build/esm/surfaces/point-of-sale/components/SectionHeader/SectionHeader.mjs +5 -0
  26. package/build/esm/surfaces/point-of-sale.mjs +2 -0
  27. package/build/esnext/surfaces/admin/components/FunctionSettings/FunctionSettings.esnext +5 -0
  28. package/build/esnext/surfaces/admin/components/Section/Section.esnext +5 -0
  29. package/build/esnext/surfaces/admin.esnext +3 -1
  30. package/build/esnext/surfaces/checkout/components/Badge/Badge.esnext +8 -0
  31. package/build/esnext/surfaces/checkout/components/Disclosure/Disclosure.esnext +1 -2
  32. package/build/esnext/surfaces/checkout/components/Modal/Modal.esnext +1 -2
  33. package/build/esnext/surfaces/checkout/components/Popover/Popover.esnext +1 -2
  34. package/build/esnext/surfaces/checkout/components/Tooltip/Tooltip.esnext +2 -2
  35. package/build/esnext/surfaces/checkout.esnext +2 -1
  36. package/build/esnext/surfaces/customer-account.esnext +4 -1
  37. package/build/esnext/surfaces/point-of-sale/components/Actiontem/ActionItem.esnext +5 -0
  38. package/build/esnext/surfaces/point-of-sale/components/SectionHeader/SectionHeader.esnext +5 -0
  39. package/build/esnext/surfaces/point-of-sale.esnext +2 -0
  40. package/build/ts/api.d.ts +1 -3
  41. package/build/ts/api.d.ts.map +1 -1
  42. package/build/ts/extension.d.ts +3 -0
  43. package/build/ts/extension.d.ts.map +1 -1
  44. package/build/ts/shared.d.ts +18 -1
  45. package/build/ts/shared.d.ts.map +1 -1
  46. package/build/ts/surfaces/admin/api/block/block.d.ts +13 -0
  47. package/build/ts/surfaces/admin/api/block/block.d.ts.map +1 -1
  48. package/build/ts/surfaces/admin/api/checkout-rules/launch-options.d.ts +33 -0
  49. package/build/ts/surfaces/admin/api/checkout-rules/launch-options.d.ts.map +1 -0
  50. package/build/ts/surfaces/admin/api/checkout-rules/metafields.d.ts +26 -0
  51. package/build/ts/surfaces/admin/api/checkout-rules/metafields.d.ts.map +1 -0
  52. package/build/ts/surfaces/admin/api/checkout-rules/validation-settings.d.ts +12 -0
  53. package/build/ts/surfaces/admin/api/checkout-rules/validation-settings.d.ts.map +1 -0
  54. package/build/ts/surfaces/admin/api/checkout-rules/validation-settings.doc.d.ts +4 -0
  55. package/build/ts/surfaces/admin/api/checkout-rules/validation-settings.doc.d.ts.map +1 -0
  56. package/build/ts/surfaces/admin/api/standard/standard.d.ts +0 -10
  57. package/build/ts/surfaces/admin/api/standard/standard.d.ts.map +1 -1
  58. package/build/ts/surfaces/admin/api.d.ts +3 -1
  59. package/build/ts/surfaces/admin/api.d.ts.map +1 -1
  60. package/build/ts/surfaces/admin/components/FunctionSettings/FunctionSettings.d.ts +47 -0
  61. package/build/ts/surfaces/admin/components/FunctionSettings/FunctionSettings.d.ts.map +1 -0
  62. package/build/ts/surfaces/admin/components/FunctionSettings/FunctionSettings.doc.d.ts +4 -0
  63. package/build/ts/surfaces/admin/components/FunctionSettings/FunctionSettings.doc.d.ts.map +1 -0
  64. package/build/ts/surfaces/admin/components/Heading/Heading.d.ts +6 -1
  65. package/build/ts/surfaces/admin/components/Heading/Heading.d.ts.map +1 -1
  66. package/build/ts/surfaces/admin/components/Section/Section.d.ts +33 -0
  67. package/build/ts/surfaces/admin/components/Section/Section.d.ts.map +1 -0
  68. package/build/ts/surfaces/admin/components/Section/Section.doc.d.ts +4 -0
  69. package/build/ts/surfaces/admin/components/Section/Section.doc.d.ts.map +1 -0
  70. package/build/ts/surfaces/admin/components.d.ts +5 -1
  71. package/build/ts/surfaces/admin/components.d.ts.map +1 -1
  72. package/build/ts/surfaces/admin/extension-targets.d.ts +81 -14
  73. package/build/ts/surfaces/admin/extension-targets.d.ts.map +1 -1
  74. package/build/ts/surfaces/checkout/api/address-autocomplete/address-autocomplete.d.ts +76 -0
  75. package/build/ts/surfaces/checkout/api/address-autocomplete/address-autocomplete.d.ts.map +1 -0
  76. package/build/ts/surfaces/checkout/api/cart-line/cart-line-item.d.ts +1 -1
  77. package/build/ts/surfaces/checkout/api/cart-line/cart-line-item.d.ts.map +1 -1
  78. package/build/ts/surfaces/checkout/api/checkout/checkout.d.ts +3 -3
  79. package/build/ts/surfaces/checkout/api/checkout/checkout.d.ts.map +1 -1
  80. package/build/ts/surfaces/checkout/api/docs.d.ts +6 -1
  81. package/build/ts/surfaces/checkout/api/docs.d.ts.map +1 -1
  82. package/build/ts/surfaces/checkout/api/order-confirmation/order-confirmation.d.ts +21 -0
  83. package/build/ts/surfaces/checkout/api/order-confirmation/order-confirmation.d.ts.map +1 -0
  84. package/build/ts/surfaces/checkout/api/order-status/order-status.d.ts +6 -1
  85. package/build/ts/surfaces/checkout/api/order-status/order-status.d.ts.map +1 -1
  86. package/build/ts/surfaces/checkout/api/payment/payment-option-item.d.ts +1 -1
  87. package/build/ts/surfaces/checkout/api/payment/payment-option-item.d.ts.map +1 -1
  88. package/build/ts/surfaces/checkout/api/pickup/pickup-location-item.d.ts +13 -0
  89. package/build/ts/surfaces/checkout/api/pickup/pickup-location-item.d.ts.map +1 -0
  90. package/build/ts/surfaces/checkout/api/shared.d.ts +1 -18
  91. package/build/ts/surfaces/checkout/api/shared.d.ts.map +1 -1
  92. package/build/ts/surfaces/checkout/api/shipping/shipping-option-item.d.ts +1 -1
  93. package/build/ts/surfaces/checkout/api/shipping/shipping-option-item.d.ts.map +1 -1
  94. package/build/ts/surfaces/checkout/api/shipping/shipping-option-list.d.ts +2 -2
  95. package/build/ts/surfaces/checkout/api/shipping/shipping-option-list.d.ts.map +1 -1
  96. package/build/ts/surfaces/checkout/api/standard/standard.d.ts +166 -17
  97. package/build/ts/surfaces/checkout/api/standard/standard.d.ts.map +1 -1
  98. package/build/ts/surfaces/checkout/components/Badge/Badge.d.ts +43 -0
  99. package/build/ts/surfaces/checkout/components/Badge/Badge.d.ts.map +1 -0
  100. package/build/ts/surfaces/checkout/components/Badge/Badge.doc.d.ts +4 -0
  101. package/build/ts/surfaces/checkout/components/Badge/Badge.doc.d.ts.map +1 -0
  102. package/build/ts/surfaces/checkout/components/Banner/Banner.doc.d.ts +1 -1
  103. package/build/ts/surfaces/checkout/components/Banner/Banner.doc.d.ts.map +1 -1
  104. package/build/ts/surfaces/checkout/components/BlockLayout/BlockLayout.d.ts +1 -1
  105. package/build/ts/surfaces/checkout/components/BlockLayout/BlockLayout.d.ts.map +1 -1
  106. package/build/ts/surfaces/checkout/components/BlockLayout/BlockLayout.doc.d.ts +1 -1
  107. package/build/ts/surfaces/checkout/components/BlockLayout/BlockLayout.doc.d.ts.map +1 -1
  108. package/build/ts/surfaces/checkout/components/BlockSpacer/BlockSpacer.d.ts +2 -7
  109. package/build/ts/surfaces/checkout/components/BlockSpacer/BlockSpacer.d.ts.map +1 -1
  110. package/build/ts/surfaces/checkout/components/BlockSpacer/BlockSpacer.doc.d.ts +1 -1
  111. package/build/ts/surfaces/checkout/components/BlockSpacer/BlockSpacer.doc.d.ts.map +1 -1
  112. package/build/ts/surfaces/checkout/components/BlockStack/BlockStack.d.ts +1 -1
  113. package/build/ts/surfaces/checkout/components/BlockStack/BlockStack.d.ts.map +1 -1
  114. package/build/ts/surfaces/checkout/components/BlockStack/BlockStack.doc.d.ts +1 -1
  115. package/build/ts/surfaces/checkout/components/BlockStack/BlockStack.doc.d.ts.map +1 -1
  116. package/build/ts/surfaces/checkout/components/Button/Button.doc.d.ts +1 -1
  117. package/build/ts/surfaces/checkout/components/Button/Button.doc.d.ts.map +1 -1
  118. package/build/ts/surfaces/checkout/components/Checkbox/Checkbox.d.ts +1 -1
  119. package/build/ts/surfaces/checkout/components/Checkbox/Checkbox.d.ts.map +1 -1
  120. package/build/ts/surfaces/checkout/components/Checkbox/Checkbox.doc.d.ts +1 -1
  121. package/build/ts/surfaces/checkout/components/Checkbox/Checkbox.doc.d.ts.map +1 -1
  122. package/build/ts/surfaces/checkout/components/Choice/Choice.d.ts +1 -4
  123. package/build/ts/surfaces/checkout/components/Choice/Choice.d.ts.map +1 -1
  124. package/build/ts/surfaces/checkout/components/Choice/Choice.doc.d.ts +1 -1
  125. package/build/ts/surfaces/checkout/components/Choice/Choice.doc.d.ts.map +1 -1
  126. package/build/ts/surfaces/checkout/components/ChoiceList/ChoiceList.doc.d.ts +1 -1
  127. package/build/ts/surfaces/checkout/components/ChoiceList/ChoiceList.doc.d.ts.map +1 -1
  128. package/build/ts/surfaces/checkout/components/ConsentCheckbox/ConsentCheckbox.d.ts +1 -1
  129. package/build/ts/surfaces/checkout/components/ConsentCheckbox/ConsentCheckbox.d.ts.map +1 -1
  130. package/build/ts/surfaces/checkout/components/ConsentCheckbox/ConsentCheckbox.doc.d.ts +1 -1
  131. package/build/ts/surfaces/checkout/components/ConsentCheckbox/ConsentCheckbox.doc.d.ts.map +1 -1
  132. package/build/ts/surfaces/checkout/components/ConsentPhoneField/ConsentPhoneField.d.ts +1 -1
  133. package/build/ts/surfaces/checkout/components/ConsentPhoneField/ConsentPhoneField.d.ts.map +1 -1
  134. package/build/ts/surfaces/checkout/components/ConsentPhoneField/ConsentPhoneField.doc.d.ts +1 -1
  135. package/build/ts/surfaces/checkout/components/ConsentPhoneField/ConsentPhoneField.doc.d.ts.map +1 -1
  136. package/build/ts/surfaces/checkout/components/DateField/DateField.d.ts +2 -2
  137. package/build/ts/surfaces/checkout/components/DateField/DateField.d.ts.map +1 -1
  138. package/build/ts/surfaces/checkout/components/DateField/DateField.doc.d.ts +1 -1
  139. package/build/ts/surfaces/checkout/components/DateField/DateField.doc.d.ts.map +1 -1
  140. package/build/ts/surfaces/checkout/components/DatePicker/DatePicker.doc.d.ts +1 -1
  141. package/build/ts/surfaces/checkout/components/DatePicker/DatePicker.doc.d.ts.map +1 -1
  142. package/build/ts/surfaces/checkout/components/Disclosure/Disclosure.d.ts +2 -3
  143. package/build/ts/surfaces/checkout/components/Disclosure/Disclosure.d.ts.map +1 -1
  144. package/build/ts/surfaces/checkout/components/Disclosure/Disclosure.doc.d.ts +1 -1
  145. package/build/ts/surfaces/checkout/components/Disclosure/Disclosure.doc.d.ts.map +1 -1
  146. package/build/ts/surfaces/checkout/components/Divider/Divider.doc.d.ts +1 -1
  147. package/build/ts/surfaces/checkout/components/Divider/Divider.doc.d.ts.map +1 -1
  148. package/build/ts/surfaces/checkout/components/Form/Form.doc.d.ts +1 -1
  149. package/build/ts/surfaces/checkout/components/Form/Form.doc.d.ts.map +1 -1
  150. package/build/ts/surfaces/checkout/components/Grid/Grid.d.ts +1 -1
  151. package/build/ts/surfaces/checkout/components/Grid/Grid.d.ts.map +1 -1
  152. package/build/ts/surfaces/checkout/components/Grid/Grid.doc.d.ts +1 -1
  153. package/build/ts/surfaces/checkout/components/Grid/Grid.doc.d.ts.map +1 -1
  154. package/build/ts/surfaces/checkout/components/GridItem/GridItem.d.ts +1 -1
  155. package/build/ts/surfaces/checkout/components/GridItem/GridItem.d.ts.map +1 -1
  156. package/build/ts/surfaces/checkout/components/GridItem/GridItem.doc.d.ts +1 -1
  157. package/build/ts/surfaces/checkout/components/GridItem/GridItem.doc.d.ts.map +1 -1
  158. package/build/ts/surfaces/checkout/components/Heading/Heading.doc.d.ts +1 -1
  159. package/build/ts/surfaces/checkout/components/Heading/Heading.doc.d.ts.map +1 -1
  160. package/build/ts/surfaces/checkout/components/HeadingGroup/HeadingGroup.doc.d.ts +1 -1
  161. package/build/ts/surfaces/checkout/components/HeadingGroup/HeadingGroup.doc.d.ts.map +1 -1
  162. package/build/ts/surfaces/checkout/components/Icon/Icon.d.ts +1 -1
  163. package/build/ts/surfaces/checkout/components/Icon/Icon.d.ts.map +1 -1
  164. package/build/ts/surfaces/checkout/components/Icon/Icon.doc.d.ts +1 -1
  165. package/build/ts/surfaces/checkout/components/Icon/Icon.doc.d.ts.map +1 -1
  166. package/build/ts/surfaces/checkout/components/Image/Image.d.ts +2 -2
  167. package/build/ts/surfaces/checkout/components/Image/Image.d.ts.map +1 -1
  168. package/build/ts/surfaces/checkout/components/Image/Image.doc.d.ts +1 -1
  169. package/build/ts/surfaces/checkout/components/Image/Image.doc.d.ts.map +1 -1
  170. package/build/ts/surfaces/checkout/components/InlineLayout/InlineLayout.d.ts +1 -1
  171. package/build/ts/surfaces/checkout/components/InlineLayout/InlineLayout.d.ts.map +1 -1
  172. package/build/ts/surfaces/checkout/components/InlineLayout/InlineLayout.doc.d.ts +1 -1
  173. package/build/ts/surfaces/checkout/components/InlineLayout/InlineLayout.doc.d.ts.map +1 -1
  174. package/build/ts/surfaces/checkout/components/InlineSpacer/InlineSpacer.d.ts +1 -1
  175. package/build/ts/surfaces/checkout/components/InlineSpacer/InlineSpacer.d.ts.map +1 -1
  176. package/build/ts/surfaces/checkout/components/InlineSpacer/InlineSpacer.doc.d.ts +1 -1
  177. package/build/ts/surfaces/checkout/components/InlineSpacer/InlineSpacer.doc.d.ts.map +1 -1
  178. package/build/ts/surfaces/checkout/components/InlineStack/InlineStack.d.ts +1 -1
  179. package/build/ts/surfaces/checkout/components/InlineStack/InlineStack.d.ts.map +1 -1
  180. package/build/ts/surfaces/checkout/components/InlineStack/InlineStack.doc.d.ts +1 -1
  181. package/build/ts/surfaces/checkout/components/InlineStack/InlineStack.doc.d.ts.map +1 -1
  182. package/build/ts/surfaces/checkout/components/Link/Link.doc.d.ts +1 -1
  183. package/build/ts/surfaces/checkout/components/Link/Link.doc.d.ts.map +1 -1
  184. package/build/ts/surfaces/checkout/components/List/List.d.ts +1 -1
  185. package/build/ts/surfaces/checkout/components/List/List.d.ts.map +1 -1
  186. package/build/ts/surfaces/checkout/components/List/List.doc.d.ts +1 -1
  187. package/build/ts/surfaces/checkout/components/List/List.doc.d.ts.map +1 -1
  188. package/build/ts/surfaces/checkout/components/ListItem/ListItem.doc.d.ts +1 -1
  189. package/build/ts/surfaces/checkout/components/ListItem/ListItem.doc.d.ts.map +1 -1
  190. package/build/ts/surfaces/checkout/components/Map/Map.doc.d.ts +1 -1
  191. package/build/ts/surfaces/checkout/components/Map/Map.doc.d.ts.map +1 -1
  192. package/build/ts/surfaces/checkout/components/MapMarker/MapMarker.doc.d.ts +1 -1
  193. package/build/ts/surfaces/checkout/components/MapMarker/MapMarker.doc.d.ts.map +1 -1
  194. package/build/ts/surfaces/checkout/components/MapPopover/MapPopover.d.ts +1 -4
  195. package/build/ts/surfaces/checkout/components/MapPopover/MapPopover.d.ts.map +1 -1
  196. package/build/ts/surfaces/checkout/components/MapPopover/MapPopover.doc.d.ts +1 -1
  197. package/build/ts/surfaces/checkout/components/MapPopover/MapPopover.doc.d.ts.map +1 -1
  198. package/build/ts/surfaces/checkout/components/Modal/Modal.d.ts +1 -2
  199. package/build/ts/surfaces/checkout/components/Modal/Modal.d.ts.map +1 -1
  200. package/build/ts/surfaces/checkout/components/Modal/Modal.doc.d.ts +1 -1
  201. package/build/ts/surfaces/checkout/components/Modal/Modal.doc.d.ts.map +1 -1
  202. package/build/ts/surfaces/checkout/components/PaymentIcon/PaymentIcon.doc.d.ts +1 -1
  203. package/build/ts/surfaces/checkout/components/PaymentIcon/PaymentIcon.doc.d.ts.map +1 -1
  204. package/build/ts/surfaces/checkout/components/PhoneField/PhoneField.d.ts +3 -3
  205. package/build/ts/surfaces/checkout/components/PhoneField/PhoneField.d.ts.map +1 -1
  206. package/build/ts/surfaces/checkout/components/PhoneField/PhoneField.doc.d.ts +1 -1
  207. package/build/ts/surfaces/checkout/components/PhoneField/PhoneField.doc.d.ts.map +1 -1
  208. package/build/ts/surfaces/checkout/components/Popover/Popover.d.ts +1 -2
  209. package/build/ts/surfaces/checkout/components/Popover/Popover.d.ts.map +1 -1
  210. package/build/ts/surfaces/checkout/components/Popover/Popover.doc.d.ts +1 -1
  211. package/build/ts/surfaces/checkout/components/Popover/Popover.doc.d.ts.map +1 -1
  212. package/build/ts/surfaces/checkout/components/Pressable/Pressable.d.ts +1 -1
  213. package/build/ts/surfaces/checkout/components/Pressable/Pressable.d.ts.map +1 -1
  214. package/build/ts/surfaces/checkout/components/Pressable/Pressable.doc.d.ts +1 -1
  215. package/build/ts/surfaces/checkout/components/Pressable/Pressable.doc.d.ts.map +1 -1
  216. package/build/ts/surfaces/checkout/components/ProductThumbnail/ProductThumbnail.d.ts +2 -2
  217. package/build/ts/surfaces/checkout/components/ProductThumbnail/ProductThumbnail.d.ts.map +1 -1
  218. package/build/ts/surfaces/checkout/components/ProductThumbnail/ProductThumbnail.doc.d.ts +1 -1
  219. package/build/ts/surfaces/checkout/components/ProductThumbnail/ProductThumbnail.doc.d.ts.map +1 -1
  220. package/build/ts/surfaces/checkout/components/ScrollView/ScrollView.d.ts +1 -1
  221. package/build/ts/surfaces/checkout/components/ScrollView/ScrollView.d.ts.map +1 -1
  222. package/build/ts/surfaces/checkout/components/ScrollView/ScrollView.doc.d.ts +1 -1
  223. package/build/ts/surfaces/checkout/components/ScrollView/ScrollView.doc.d.ts.map +1 -1
  224. package/build/ts/surfaces/checkout/components/Select/Select.d.ts +1 -1
  225. package/build/ts/surfaces/checkout/components/Select/Select.d.ts.map +1 -1
  226. package/build/ts/surfaces/checkout/components/Select/Select.doc.d.ts +1 -1
  227. package/build/ts/surfaces/checkout/components/Select/Select.doc.d.ts.map +1 -1
  228. package/build/ts/surfaces/checkout/components/SkeletonImage/SkeletonImage.d.ts +4 -2
  229. package/build/ts/surfaces/checkout/components/SkeletonImage/SkeletonImage.d.ts.map +1 -1
  230. package/build/ts/surfaces/checkout/components/SkeletonImage/SkeletonImage.doc.d.ts +1 -1
  231. package/build/ts/surfaces/checkout/components/SkeletonImage/SkeletonImage.doc.d.ts.map +1 -1
  232. package/build/ts/surfaces/checkout/components/SkeletonText/SkeletonText.doc.d.ts +1 -1
  233. package/build/ts/surfaces/checkout/components/SkeletonText/SkeletonText.doc.d.ts.map +1 -1
  234. package/build/ts/surfaces/checkout/components/SkeletonTextBlock/SkeletonTextBlock.doc.d.ts +1 -1
  235. package/build/ts/surfaces/checkout/components/SkeletonTextBlock/SkeletonTextBlock.doc.d.ts.map +1 -1
  236. package/build/ts/surfaces/checkout/components/Spinner/Spinner.doc.d.ts +1 -1
  237. package/build/ts/surfaces/checkout/components/Spinner/Spinner.doc.d.ts.map +1 -1
  238. package/build/ts/surfaces/checkout/components/Stepper/Stepper.d.ts +1 -1
  239. package/build/ts/surfaces/checkout/components/Stepper/Stepper.d.ts.map +1 -1
  240. package/build/ts/surfaces/checkout/components/Stepper/Stepper.doc.d.ts +1 -1
  241. package/build/ts/surfaces/checkout/components/Stepper/Stepper.doc.d.ts.map +1 -1
  242. package/build/ts/surfaces/checkout/components/Tag/Tag.d.ts +1 -1
  243. package/build/ts/surfaces/checkout/components/Tag/Tag.d.ts.map +1 -1
  244. package/build/ts/surfaces/checkout/components/Tag/Tag.doc.d.ts +1 -1
  245. package/build/ts/surfaces/checkout/components/Tag/Tag.doc.d.ts.map +1 -1
  246. package/build/ts/surfaces/checkout/components/Text/Text.doc.d.ts +1 -1
  247. package/build/ts/surfaces/checkout/components/Text/Text.doc.d.ts.map +1 -1
  248. package/build/ts/surfaces/checkout/components/TextBlock/TextBlock.doc.d.ts +1 -1
  249. package/build/ts/surfaces/checkout/components/TextBlock/TextBlock.doc.d.ts.map +1 -1
  250. package/build/ts/surfaces/checkout/components/TextField/TextField.d.ts +3 -3
  251. package/build/ts/surfaces/checkout/components/TextField/TextField.d.ts.map +1 -1
  252. package/build/ts/surfaces/checkout/components/TextField/TextField.doc.d.ts +1 -1
  253. package/build/ts/surfaces/checkout/components/TextField/TextField.doc.d.ts.map +1 -1
  254. package/build/ts/surfaces/checkout/components/ToggleButton/ToggleButton.doc.d.ts +1 -1
  255. package/build/ts/surfaces/checkout/components/ToggleButton/ToggleButton.doc.d.ts.map +1 -1
  256. package/build/ts/surfaces/checkout/components/ToggleButtonGroup/ToggleButtonGroup.doc.d.ts +1 -1
  257. package/build/ts/surfaces/checkout/components/ToggleButtonGroup/ToggleButtonGroup.doc.d.ts.map +1 -1
  258. package/build/ts/surfaces/checkout/components/Tooltip/Tooltip.d.ts +2 -2
  259. package/build/ts/surfaces/checkout/components/Tooltip/Tooltip.doc.d.ts +1 -1
  260. package/build/ts/surfaces/checkout/components/Tooltip/Tooltip.doc.d.ts.map +1 -1
  261. package/build/ts/surfaces/checkout/components/View/View.d.ts +1 -1
  262. package/build/ts/surfaces/checkout/components/View/View.d.ts.map +1 -1
  263. package/build/ts/surfaces/checkout/components/View/View.doc.d.ts +1 -1
  264. package/build/ts/surfaces/checkout/components/View/View.doc.d.ts.map +1 -1
  265. package/build/ts/surfaces/checkout/components/shared.d.ts +7 -7
  266. package/build/ts/surfaces/checkout/components/shared.d.ts.map +1 -1
  267. package/build/ts/surfaces/checkout/components.d.ts +2 -0
  268. package/build/ts/surfaces/checkout/components.d.ts.map +1 -1
  269. package/build/ts/surfaces/checkout/helper.docs.d.ts +3 -4
  270. package/build/ts/surfaces/checkout/helper.docs.d.ts.map +1 -1
  271. package/build/ts/surfaces/checkout/shared.d.ts +3 -4
  272. package/build/ts/surfaces/checkout/shared.d.ts.map +1 -1
  273. package/build/ts/surfaces/checkout/style/isEqual.d.ts +1 -3
  274. package/build/ts/surfaces/checkout/style/isEqual.d.ts.map +1 -1
  275. package/build/ts/surfaces/checkout/style/style.d.ts +1 -1
  276. package/build/ts/surfaces/checkout/style/style.d.ts.map +1 -1
  277. package/build/ts/surfaces/checkout/style/style.doc.d.ts +1 -1
  278. package/build/ts/surfaces/checkout/style/style.doc.d.ts.map +1 -1
  279. package/build/ts/surfaces/checkout/style/types.d.ts +3 -3
  280. package/build/ts/surfaces/checkout/style/types.d.ts.map +1 -1
  281. package/build/ts/surfaces/checkout/targets.d.ts +68 -20
  282. package/build/ts/surfaces/checkout/targets.d.ts.map +1 -1
  283. package/build/ts/surfaces/checkout.d.ts +17 -2
  284. package/build/ts/surfaces/checkout.d.ts.map +1 -1
  285. package/build/ts/surfaces/customer-account/api/order-status/order-status.d.ts +22 -0
  286. package/build/ts/surfaces/customer-account/api/order-status/order-status.d.ts.map +1 -1
  287. package/build/ts/surfaces/customer-account/api/shared.d.ts +2 -17
  288. package/build/ts/surfaces/customer-account/api/shared.d.ts.map +1 -1
  289. package/build/ts/surfaces/customer-account/components/shared-checkout-components.d.ts +1 -1
  290. package/build/ts/surfaces/customer-account/components/shared-checkout-components.d.ts.map +1 -1
  291. package/build/ts/surfaces/customer-account/targets.d.ts +1 -1
  292. package/build/ts/surfaces/customer-account.d.ts +2 -1
  293. package/build/ts/surfaces/customer-account.d.ts.map +1 -1
  294. package/build/ts/surfaces/point-of-sale/api/action-api/action-api.d.ts +15 -0
  295. package/build/ts/surfaces/point-of-sale/api/action-api/action-api.d.ts.map +1 -0
  296. package/build/ts/surfaces/point-of-sale/api/cart-api/cart-api.d.ts +8 -0
  297. package/build/ts/surfaces/point-of-sale/api/cart-api/cart-api.d.ts.map +1 -1
  298. package/build/ts/surfaces/point-of-sale/api/order-api/order-api.d.ts +24 -0
  299. package/build/ts/surfaces/point-of-sale/api/order-api/order-api.d.ts.map +1 -0
  300. package/build/ts/surfaces/point-of-sale/api/product-search-api/product-search-api.d.ts +19 -10
  301. package/build/ts/surfaces/point-of-sale/api/product-search-api/product-search-api.d.ts.map +1 -1
  302. package/build/ts/surfaces/point-of-sale/api/smartgrid-api/smartgrid-api.d.ts +6 -1
  303. package/build/ts/surfaces/point-of-sale/api/smartgrid-api/smartgrid-api.d.ts.map +1 -1
  304. package/build/ts/surfaces/point-of-sale/api/standard/standard-api.d.ts +1 -2
  305. package/build/ts/surfaces/point-of-sale/api/standard/standard-api.d.ts.map +1 -1
  306. package/build/ts/surfaces/point-of-sale/api/types/cart.d.ts +1 -0
  307. package/build/ts/surfaces/point-of-sale/api/types/cart.d.ts.map +1 -1
  308. package/build/ts/surfaces/point-of-sale/api.d.ts +3 -1
  309. package/build/ts/surfaces/point-of-sale/api.d.ts.map +1 -1
  310. package/build/ts/surfaces/point-of-sale/components/Actiontem/ActionItem.d.ts +10 -0
  311. package/build/ts/surfaces/point-of-sale/components/Actiontem/ActionItem.d.ts.map +1 -0
  312. package/build/ts/surfaces/point-of-sale/components/CameraScanner/CameraScanner.d.ts +3 -0
  313. package/build/ts/surfaces/point-of-sale/components/CameraScanner/CameraScanner.d.ts.map +1 -1
  314. package/build/ts/surfaces/point-of-sale/components/EmailField/EmailField.d.ts +2 -2
  315. package/build/ts/surfaces/point-of-sale/components/EmailField/EmailField.d.ts.map +1 -1
  316. package/build/ts/surfaces/point-of-sale/components/List/List.d.ts +5 -0
  317. package/build/ts/surfaces/point-of-sale/components/List/List.d.ts.map +1 -1
  318. package/build/ts/surfaces/point-of-sale/components/NumberField/NumberField.d.ts +2 -2
  319. package/build/ts/surfaces/point-of-sale/components/NumberField/NumberField.d.ts.map +1 -1
  320. package/build/ts/surfaces/point-of-sale/components/SectionHeader/SectionHeader.d.ts +33 -0
  321. package/build/ts/surfaces/point-of-sale/components/SectionHeader/SectionHeader.d.ts.map +1 -0
  322. package/build/ts/surfaces/point-of-sale/components/TextArea/TextArea.d.ts +2 -2
  323. package/build/ts/surfaces/point-of-sale/components/TextArea/TextArea.d.ts.map +1 -1
  324. package/build/ts/surfaces/point-of-sale/components/shared/InputField.d.ts +1 -15
  325. package/build/ts/surfaces/point-of-sale/components/shared/InputField.d.ts.map +1 -1
  326. package/build/ts/surfaces/point-of-sale/components.d.ts +5 -1
  327. package/build/ts/surfaces/point-of-sale/components.d.ts.map +1 -1
  328. package/build/ts/surfaces/point-of-sale/targets.d.ts +8 -4
  329. package/build/ts/surfaces/point-of-sale/targets.d.ts.map +1 -1
  330. package/build/tsconfig.tsbuildinfo +1 -1
  331. package/package.json +2 -2
  332. package/src/api.ts +1 -1
  333. package/src/extension.ts +4 -0
  334. package/src/shared.ts +835 -0
  335. package/src/surfaces/admin/api/action/action.doc.ts +1 -1
  336. package/src/surfaces/admin/api/block/block.ts +15 -0
  337. package/src/surfaces/admin/api/checkout-rules/launch-options.ts +34 -0
  338. package/src/surfaces/admin/api/checkout-rules/metafields.ts +76 -0
  339. package/src/surfaces/admin/api/checkout-rules/validation-settings.doc.ts +25 -0
  340. package/src/surfaces/admin/api/checkout-rules/validation-settings.ts +15 -0
  341. package/src/surfaces/admin/api/standard/standard.ts +0 -12
  342. package/src/surfaces/admin/api.ts +3 -1
  343. package/src/surfaces/admin/components/AdminAction/AdminAction.doc.ts +1 -1
  344. package/src/surfaces/admin/components/Badge/Badge.doc.ts +2 -2
  345. package/src/surfaces/admin/components/Banner/Banner.doc.ts +2 -2
  346. package/src/surfaces/admin/components/BlockStack/BlockStack.doc.ts +2 -2
  347. package/src/surfaces/admin/components/Box/Box.doc.ts +2 -2
  348. package/src/surfaces/admin/components/Button/Button.doc.ts +2 -2
  349. package/src/surfaces/admin/components/Checkbox/Checkbox.doc.ts +2 -2
  350. package/src/surfaces/admin/components/ChoiceList/ChoiceList.doc.ts +2 -2
  351. package/src/surfaces/admin/components/ColorPicker/ColorPicker.doc.ts +2 -2
  352. package/src/surfaces/admin/components/CustomerSegmentTemplate/CustomerSegmentTemplate.doc.ts +2 -2
  353. package/src/surfaces/admin/components/DateField/DateField.doc.ts +3 -3
  354. package/src/surfaces/admin/components/Divider/Divider.doc.ts +2 -2
  355. package/src/surfaces/admin/components/EmailField/EmailField.doc.ts +2 -2
  356. package/src/surfaces/admin/components/Form/Form.doc.ts +2 -2
  357. package/src/surfaces/admin/components/FunctionSettings/FunctionSettings.doc.ts +57 -0
  358. package/src/surfaces/admin/components/FunctionSettings/FunctionSettings.ts +52 -0
  359. package/src/surfaces/admin/components/FunctionSettings/examples/basic-functionsettings.example.ts +47 -0
  360. package/src/surfaces/admin/components/Heading/Heading.doc.ts +2 -2
  361. package/src/surfaces/admin/components/Heading/Heading.ts +6 -1
  362. package/src/surfaces/admin/components/HeadingGroup/HeadingGroup.doc.ts +2 -2
  363. package/src/surfaces/admin/components/Icon/Icon.doc.ts +2 -2
  364. package/src/surfaces/admin/components/Image/Image.doc.ts +2 -2
  365. package/src/surfaces/admin/components/MoneyField/MoneyField.doc.ts +2 -2
  366. package/src/surfaces/admin/components/NumberField/NumberField.doc.ts +2 -2
  367. package/src/surfaces/admin/components/Paragraph/Paragraph.doc.ts +1 -1
  368. package/src/surfaces/admin/components/PasswordField/PasswordField.doc.ts +2 -2
  369. package/src/surfaces/admin/components/ProgressIndicator/ProgressIndicator.doc.ts +2 -2
  370. package/src/surfaces/admin/components/Section/README.md +95 -0
  371. package/src/surfaces/admin/components/Section/Section.doc.ts +41 -0
  372. package/src/surfaces/admin/components/Section/Section.ts +35 -0
  373. package/src/surfaces/admin/components/Section/examples/basic-Section.example.ts +19 -0
  374. package/src/surfaces/admin/components/Select/Select.doc.ts +2 -2
  375. package/src/surfaces/admin/components/Text/Text.doc.ts +2 -2
  376. package/src/surfaces/admin/components/TextArea/TextArea.doc.ts +2 -2
  377. package/src/surfaces/admin/components/TextField/TextField.doc.ts +2 -2
  378. package/src/surfaces/admin/components/URLField/URLField.doc.ts +2 -2
  379. package/src/surfaces/admin/components.ts +8 -1
  380. package/src/surfaces/admin/extension-targets.ts +125 -13
  381. package/src/surfaces/checkout/api/address-autocomplete/address-autocomplete.ts +87 -0
  382. package/src/surfaces/checkout/api/cart-line/cart-line-item.ts +1 -1
  383. package/src/surfaces/checkout/api/checkout/checkout.ts +3 -3
  384. package/src/surfaces/checkout/api/docs.ts +7 -6
  385. package/src/surfaces/checkout/api/order-confirmation/order-confirmation.ts +22 -0
  386. package/src/surfaces/checkout/api/order-status/order-status.ts +6 -1
  387. package/src/surfaces/checkout/api/payment/payment-option-item.ts +1 -1
  388. package/src/surfaces/checkout/api/pickup/pickup-location-item.ts +15 -0
  389. package/src/surfaces/checkout/api/shared.ts +1 -833
  390. package/src/surfaces/checkout/api/shipping/shipping-option-item.ts +1 -1
  391. package/src/surfaces/checkout/api/shipping/shipping-option-list.ts +2 -2
  392. package/src/surfaces/checkout/api/standard/standard.ts +203 -15
  393. package/src/surfaces/checkout/components/Badge/Badge.doc.ts +76 -0
  394. package/src/surfaces/checkout/components/Badge/Badge.ts +42 -0
  395. package/src/surfaces/checkout/components/Badge/content/guidelines.md +8 -0
  396. package/src/surfaces/checkout/components/Badge/examples/basic-badge.example.ts +7 -0
  397. package/src/surfaces/checkout/components/Badge/examples/status-badge.example.ts +39 -0
  398. package/src/surfaces/checkout/components/Banner/Banner.doc.ts +1 -1
  399. package/src/surfaces/checkout/components/BlockLayout/BlockLayout.doc.ts +1 -1
  400. package/src/surfaces/checkout/components/BlockLayout/BlockLayout.ts +1 -1
  401. package/src/surfaces/checkout/components/BlockSpacer/BlockSpacer.doc.ts +1 -1
  402. package/src/surfaces/checkout/components/BlockSpacer/BlockSpacer.ts +2 -2
  403. package/src/surfaces/checkout/components/BlockStack/BlockStack.doc.ts +1 -1
  404. package/src/surfaces/checkout/components/BlockStack/BlockStack.ts +1 -1
  405. package/src/surfaces/checkout/components/Button/Button.doc.ts +1 -1
  406. package/src/surfaces/checkout/components/Checkbox/Checkbox.doc.ts +1 -1
  407. package/src/surfaces/checkout/components/Checkbox/Checkbox.ts +1 -1
  408. package/src/surfaces/checkout/components/Choice/Choice.doc.ts +1 -1
  409. package/src/surfaces/checkout/components/Choice/Choice.ts +2 -1
  410. package/src/surfaces/checkout/components/ChoiceList/ChoiceList.doc.ts +1 -1
  411. package/src/surfaces/checkout/components/ConsentCheckbox/ConsentCheckbox.doc.ts +1 -1
  412. package/src/surfaces/checkout/components/ConsentCheckbox/ConsentCheckbox.ts +1 -1
  413. package/src/surfaces/checkout/components/ConsentPhoneField/ConsentPhoneField.doc.ts +1 -1
  414. package/src/surfaces/checkout/components/ConsentPhoneField/ConsentPhoneField.ts +1 -1
  415. package/src/surfaces/checkout/components/DateField/DateField.doc.ts +1 -1
  416. package/src/surfaces/checkout/components/DateField/DateField.ts +2 -2
  417. package/src/surfaces/checkout/components/DatePicker/DatePicker.doc.ts +1 -1
  418. package/src/surfaces/checkout/components/Disclosure/Disclosure.doc.ts +2 -2
  419. package/src/surfaces/checkout/components/Disclosure/Disclosure.ts +2 -3
  420. package/src/surfaces/checkout/components/Divider/Divider.doc.ts +1 -1
  421. package/src/surfaces/checkout/components/Form/Form.doc.ts +1 -1
  422. package/src/surfaces/checkout/components/Grid/Grid.doc.ts +1 -1
  423. package/src/surfaces/checkout/components/Grid/Grid.ts +1 -1
  424. package/src/surfaces/checkout/components/GridItem/GridItem.doc.ts +1 -1
  425. package/src/surfaces/checkout/components/GridItem/GridItem.ts +1 -1
  426. package/src/surfaces/checkout/components/Heading/Heading.doc.ts +1 -1
  427. package/src/surfaces/checkout/components/HeadingGroup/HeadingGroup.doc.ts +1 -1
  428. package/src/surfaces/checkout/components/Icon/Icon.doc.ts +1 -1
  429. package/src/surfaces/checkout/components/Icon/Icon.ts +3 -0
  430. package/src/surfaces/checkout/components/Image/Image.doc.ts +1 -1
  431. package/src/surfaces/checkout/components/Image/Image.ts +2 -2
  432. package/src/surfaces/checkout/components/Image/examples/basic-image.example.ts +1 -2
  433. package/src/surfaces/checkout/components/InlineLayout/InlineLayout.doc.ts +1 -1
  434. package/src/surfaces/checkout/components/InlineLayout/InlineLayout.ts +1 -1
  435. package/src/surfaces/checkout/components/InlineSpacer/InlineSpacer.doc.ts +1 -1
  436. package/src/surfaces/checkout/components/InlineSpacer/InlineSpacer.ts +1 -1
  437. package/src/surfaces/checkout/components/InlineStack/InlineStack.doc.ts +1 -1
  438. package/src/surfaces/checkout/components/InlineStack/InlineStack.ts +1 -1
  439. package/src/surfaces/checkout/components/Link/Link.doc.ts +1 -1
  440. package/src/surfaces/checkout/components/List/List.doc.ts +1 -1
  441. package/src/surfaces/checkout/components/List/List.ts +1 -1
  442. package/src/surfaces/checkout/components/ListItem/ListItem.doc.ts +1 -1
  443. package/src/surfaces/checkout/components/Map/Map.doc.ts +1 -1
  444. package/src/surfaces/checkout/components/MapMarker/MapMarker.doc.ts +1 -1
  445. package/src/surfaces/checkout/components/MapPopover/MapPopover.doc.ts +1 -1
  446. package/src/surfaces/checkout/components/MapPopover/MapPopover.ts +1 -1
  447. package/src/surfaces/checkout/components/Modal/Modal.doc.ts +2 -2
  448. package/src/surfaces/checkout/components/Modal/Modal.ts +1 -2
  449. package/src/surfaces/checkout/components/PaymentIcon/PaymentIcon.doc.ts +1 -1
  450. package/src/surfaces/checkout/components/PhoneField/PhoneField.doc.ts +1 -1
  451. package/src/surfaces/checkout/components/PhoneField/PhoneField.ts +4 -3
  452. package/src/surfaces/checkout/components/Popover/Popover.doc.ts +2 -2
  453. package/src/surfaces/checkout/components/Popover/Popover.ts +1 -2
  454. package/src/surfaces/checkout/components/Pressable/Pressable.doc.ts +1 -1
  455. package/src/surfaces/checkout/components/Pressable/Pressable.ts +1 -1
  456. package/src/surfaces/checkout/components/ProductThumbnail/ProductThumbnail.doc.ts +1 -1
  457. package/src/surfaces/checkout/components/ProductThumbnail/ProductThumbnail.ts +5 -2
  458. package/src/surfaces/checkout/components/ScrollView/ScrollView.doc.ts +1 -1
  459. package/src/surfaces/checkout/components/ScrollView/ScrollView.ts +1 -1
  460. package/src/surfaces/checkout/components/Select/Select.doc.ts +1 -1
  461. package/src/surfaces/checkout/components/Select/Select.ts +1 -1
  462. package/src/surfaces/checkout/components/SkeletonImage/SkeletonImage.doc.ts +1 -1
  463. package/src/surfaces/checkout/components/SkeletonImage/SkeletonImage.ts +1 -1
  464. package/src/surfaces/checkout/components/SkeletonText/SkeletonText.doc.ts +1 -1
  465. package/src/surfaces/checkout/components/SkeletonTextBlock/SkeletonTextBlock.doc.ts +1 -1
  466. package/src/surfaces/checkout/components/Spinner/Spinner.doc.ts +1 -1
  467. package/src/surfaces/checkout/components/Stepper/Stepper.doc.ts +1 -1
  468. package/src/surfaces/checkout/components/Stepper/Stepper.ts +1 -1
  469. package/src/surfaces/checkout/components/Tag/Tag.doc.ts +1 -1
  470. package/src/surfaces/checkout/components/Tag/Tag.ts +1 -1
  471. package/src/surfaces/checkout/components/Text/Text.doc.ts +1 -1
  472. package/src/surfaces/checkout/components/TextBlock/TextBlock.doc.ts +1 -1
  473. package/src/surfaces/checkout/components/TextField/TextField.doc.ts +1 -1
  474. package/src/surfaces/checkout/components/TextField/TextField.ts +4 -3
  475. package/src/surfaces/checkout/components/ToggleButton/ToggleButton.doc.ts +1 -1
  476. package/src/surfaces/checkout/components/ToggleButtonGroup/ToggleButtonGroup.doc.ts +1 -1
  477. package/src/surfaces/checkout/components/Tooltip/Tooltip.doc.ts +2 -2
  478. package/src/surfaces/checkout/components/Tooltip/Tooltip.ts +2 -2
  479. package/src/surfaces/checkout/components/View/View.doc.ts +1 -1
  480. package/src/surfaces/checkout/components/View/View.ts +1 -1
  481. package/src/surfaces/checkout/components/shared.ts +10 -7
  482. package/src/surfaces/checkout/components.ts +3 -0
  483. package/src/surfaces/checkout/helper.docs.ts +5 -4
  484. package/src/surfaces/checkout/shared.ts +3 -3
  485. package/src/surfaces/checkout/style/isEqual.ts +3 -3
  486. package/src/surfaces/checkout/style/style.doc.ts +1 -1
  487. package/src/surfaces/checkout/style/style.ts +1 -1
  488. package/src/surfaces/checkout/style/types.ts +3 -3
  489. package/src/surfaces/checkout/targets.ts +102 -36
  490. package/src/surfaces/checkout.ts +174 -2
  491. package/src/surfaces/customer-account/api/order-status/order-status.ts +25 -0
  492. package/src/surfaces/customer-account/api/shared.ts +18 -831
  493. package/src/surfaces/customer-account/components/shared-checkout-components.ts +6 -0
  494. package/src/surfaces/customer-account/targets.ts +1 -1
  495. package/src/surfaces/customer-account.ts +2 -1
  496. package/src/surfaces/point-of-sale/api/action-api/action-api.ts +15 -0
  497. package/src/surfaces/point-of-sale/api/cart-api/cart-api.ts +10 -0
  498. package/src/surfaces/point-of-sale/api/order-api/order-api.tsx +26 -0
  499. package/src/surfaces/point-of-sale/api/product-search-api/product-search-api.ts +24 -10
  500. package/src/surfaces/point-of-sale/api/smartgrid-api/smartgrid-api.ts +6 -1
  501. package/src/surfaces/point-of-sale/api/standard/standard-api.ts +0 -2
  502. package/src/surfaces/point-of-sale/api/types/cart.ts +1 -0
  503. package/src/surfaces/point-of-sale/api.ts +5 -0
  504. package/src/surfaces/point-of-sale/components/Actiontem/ActionItem.ts +10 -0
  505. package/src/surfaces/point-of-sale/components/CameraScanner/CameraScanner.ts +9 -1
  506. package/src/surfaces/point-of-sale/components/EmailField/EmailField.ts +2 -2
  507. package/src/surfaces/point-of-sale/components/List/List.ts +5 -1
  508. package/src/surfaces/point-of-sale/components/NumberField/NumberField.ts +2 -2
  509. package/src/surfaces/point-of-sale/components/SectionHeader/SectionHeader.ts +34 -0
  510. package/src/surfaces/point-of-sale/components/TextArea/TextArea.ts +2 -2
  511. package/src/surfaces/point-of-sale/components/shared/InputField.ts +1 -17
  512. package/src/surfaces/point-of-sale/components.ts +5 -5
  513. package/src/surfaces/point-of-sale/targets.ts +24 -4
  514. package/build/ts/surfaces/checkout/api.d.ts +0 -12
  515. package/build/ts/surfaces/checkout/api.d.ts.map +0 -1
  516. package/build/ts/surfaces/checkout/style/index.d.ts +0 -3
  517. package/build/ts/surfaces/checkout/style/index.d.ts.map +0 -1
  518. package/build/ts/surfaces/checkout/style.d.ts +0 -3
  519. package/build/ts/surfaces/checkout/style.d.ts.map +0 -1
  520. package/src/surfaces/admin/components/CustomerSegmentTemplate/examples/CustomerSegmentTemplate.example.tsx +0 -15
  521. package/src/surfaces/checkout/api.ts +0 -141
  522. package/src/surfaces/checkout/style/index.ts +0 -16
  523. package/src/surfaces/checkout/style.ts +0 -16
  524. /package/src/surfaces/admin/components/Badge/examples/{basic-Badge.example.ts → basic-badge.example.ts} +0 -0
  525. /package/src/surfaces/admin/components/Banner/examples/{basic-Banner.example.ts → basic-banner.example.ts} +0 -0
  526. /package/src/surfaces/admin/components/ChoiceList/examples/{basic-ChoiceList.example.ts → basic-choicelist.example.ts} +0 -0
  527. /package/src/surfaces/admin/components/ColorPicker/examples/{basic-ColorPicker.example.ts → basic-colorpicker.example.ts} +0 -0
  528. /package/src/surfaces/admin/components/CustomerSegmentTemplate/examples/{CustomerSegmentTemplate.example.ts → customersegmenttemplate.example.ts} +0 -0
  529. /package/src/surfaces/admin/components/InternalCustomerSegmentTemplate/examples/{InternalCustomerSegmentTemplate.example.ts → internalcustomersegmenttemplate.example.ts} +0 -0
  530. /package/src/surfaces/admin/components/ProgressIndicator/examples/{basic-ProgressIndicator.example.ts → basic-progressindicator.example.ts} +0 -0
  531. /package/src/surfaces/admin/components/ResourceItem/examples/{basic-ResourceItem.example.ts → basic-resourceitem.example.ts} +0 -0
  532. /package/src/surfaces/admin/components/ResourceList/examples/{basic-ResourceList.example.ts → basic-resourcelist.example.ts} +0 -0
  533. /package/src/surfaces/admin/components/Thumbnail/examples/{basic-Thumbnail.example.ts → basic-thumbnail.example.ts} +0 -0
package/src/shared.ts CHANGED
@@ -20,4 +20,839 @@ export type ApiVersion =
20
20
  | '2023-07'
21
21
  | '2023-10'
22
22
  | '2024-01'
23
+ | '2024-04'
23
24
  | 'unstable';
25
+
26
+ // To update these type values, see https://github.com/Shopify/checkout-web/pull/8984
27
+ export type CurrencyCode =
28
+ | 'AED'
29
+ | 'AFN'
30
+ | 'ALL'
31
+ | 'AMD'
32
+ | 'ANG'
33
+ | 'AOA'
34
+ | 'ARS'
35
+ | 'AUD'
36
+ | 'AWG'
37
+ | 'AZN'
38
+ | 'BAM'
39
+ | 'BBD'
40
+ | 'BDT'
41
+ | 'BGN'
42
+ | 'BHD'
43
+ | 'BIF'
44
+ | 'BMD'
45
+ | 'BND'
46
+ | 'BOB'
47
+ | 'BOV'
48
+ | 'BRL'
49
+ | 'BSD'
50
+ | 'BTN'
51
+ | 'BWP'
52
+ | 'BYN'
53
+ | 'BZD'
54
+ | 'CAD'
55
+ | 'CDF'
56
+ | 'CHE'
57
+ | 'CHF'
58
+ | 'CHW'
59
+ | 'CLF'
60
+ | 'CLP'
61
+ | 'CNY'
62
+ | 'COP'
63
+ | 'COU'
64
+ | 'CRC'
65
+ | 'CUC'
66
+ | 'CUP'
67
+ | 'CVE'
68
+ | 'CZK'
69
+ | 'DJF'
70
+ | 'DKK'
71
+ | 'DOP'
72
+ | 'DZD'
73
+ | 'EGP'
74
+ | 'ERN'
75
+ | 'ETB'
76
+ | 'EUR'
77
+ | 'FJD'
78
+ | 'FKP'
79
+ | 'GBP'
80
+ | 'GEL'
81
+ | 'GHS'
82
+ | 'GIP'
83
+ | 'GMD'
84
+ | 'GNF'
85
+ | 'GTQ'
86
+ | 'GYD'
87
+ | 'HKD'
88
+ | 'HNL'
89
+ | 'HRK'
90
+ | 'HTG'
91
+ | 'HUF'
92
+ | 'IDR'
93
+ | 'ILS'
94
+ | 'INR'
95
+ | 'IQD'
96
+ | 'IRR'
97
+ | 'ISK'
98
+ | 'JMD'
99
+ | 'JOD'
100
+ | 'JPY'
101
+ | 'KES'
102
+ | 'KGS'
103
+ | 'KHR'
104
+ | 'KMF'
105
+ | 'KPW'
106
+ | 'KRW'
107
+ | 'KWD'
108
+ | 'KYD'
109
+ | 'KZT'
110
+ | 'LAK'
111
+ | 'LBP'
112
+ | 'LKR'
113
+ | 'LRD'
114
+ | 'LSL'
115
+ | 'LYD'
116
+ | 'MAD'
117
+ | 'MDL'
118
+ | 'MGA'
119
+ | 'MKD'
120
+ | 'MMK'
121
+ | 'MNT'
122
+ | 'MOP'
123
+ | 'MRU'
124
+ | 'MUR'
125
+ | 'MVR'
126
+ | 'MWK'
127
+ | 'MXN'
128
+ | 'MXV'
129
+ | 'MYR'
130
+ | 'MZN'
131
+ | 'NAD'
132
+ | 'NGN'
133
+ | 'NIO'
134
+ | 'NOK'
135
+ | 'NPR'
136
+ | 'NZD'
137
+ | 'OMR'
138
+ | 'PAB'
139
+ | 'PEN'
140
+ | 'PGK'
141
+ | 'PHP'
142
+ | 'PKR'
143
+ | 'PLN'
144
+ | 'PYG'
145
+ | 'QAR'
146
+ | 'RON'
147
+ | 'RSD'
148
+ | 'RUB'
149
+ | 'RWF'
150
+ | 'SAR'
151
+ | 'SBD'
152
+ | 'SCR'
153
+ | 'SDG'
154
+ | 'SEK'
155
+ | 'SGD'
156
+ | 'SHP'
157
+ | 'SLL'
158
+ | 'SOS'
159
+ | 'SRD'
160
+ | 'SSP'
161
+ | 'STN'
162
+ | 'SVC'
163
+ | 'SYP'
164
+ | 'SZL'
165
+ | 'THB'
166
+ | 'TJS'
167
+ | 'TMT'
168
+ | 'TND'
169
+ | 'TOP'
170
+ | 'TRY'
171
+ | 'TTD'
172
+ | 'TWD'
173
+ | 'TZS'
174
+ | 'UAH'
175
+ | 'UGX'
176
+ | 'USD'
177
+ | 'USN'
178
+ | 'UYI'
179
+ | 'UYU'
180
+ | 'UYW'
181
+ | 'UZS'
182
+ | 'VES'
183
+ | 'VND'
184
+ | 'VUV'
185
+ | 'WST'
186
+ | 'XAF'
187
+ | 'XAG'
188
+ | 'XAU'
189
+ | 'XBA'
190
+ | 'XBB'
191
+ | 'XBC'
192
+ | 'XBD'
193
+ | 'XCD'
194
+ | 'XDR'
195
+ | 'XOF'
196
+ | 'XPD'
197
+ | 'XPF'
198
+ | 'XPT'
199
+ | 'XSU'
200
+ | 'XTS'
201
+ | 'XUA'
202
+ | 'XXX'
203
+ | 'YER'
204
+ | 'ZAR'
205
+ | 'ZMW'
206
+ | 'ZWL';
207
+
208
+ // To update these type values, see https://github.com/Shopify/checkout-web/pull/8984
209
+ export type Timezone =
210
+ | 'Africa/Abidjan'
211
+ | 'Africa/Algiers'
212
+ | 'Africa/Bissau'
213
+ | 'Africa/Cairo'
214
+ | 'Africa/Casablanca'
215
+ | 'Africa/Ceuta'
216
+ | 'Africa/El_Aaiun'
217
+ | 'Africa/Johannesburg'
218
+ | 'Africa/Juba'
219
+ | 'Africa/Khartoum'
220
+ | 'Africa/Lagos'
221
+ | 'Africa/Maputo'
222
+ | 'Africa/Monrovia'
223
+ | 'Africa/Nairobi'
224
+ | 'Africa/Ndjamena'
225
+ | 'Africa/Sao_Tome'
226
+ | 'Africa/Tripoli'
227
+ | 'Africa/Tunis'
228
+ | 'Africa/Windhoek'
229
+ | 'America/Adak'
230
+ | 'America/Anchorage'
231
+ | 'America/Araguaina'
232
+ | 'America/Argentina/Buenos_Aires'
233
+ | 'America/Argentina/Catamarca'
234
+ | 'America/Argentina/Cordoba'
235
+ | 'America/Argentina/Jujuy'
236
+ | 'America/Argentina/La_Rioja'
237
+ | 'America/Argentina/Mendoza'
238
+ | 'America/Argentina/Rio_Gallegos'
239
+ | 'America/Argentina/Salta'
240
+ | 'America/Argentina/San_Juan'
241
+ | 'America/Argentina/San_Luis'
242
+ | 'America/Argentina/Tucuman'
243
+ | 'America/Argentina/Ushuaia'
244
+ | 'America/Asuncion'
245
+ | 'America/Bahia'
246
+ | 'America/Bahia_Banderas'
247
+ | 'America/Barbados'
248
+ | 'America/Belem'
249
+ | 'America/Belize'
250
+ | 'America/Boa_Vista'
251
+ | 'America/Bogota'
252
+ | 'America/Boise'
253
+ | 'America/Cambridge_Bay'
254
+ | 'America/Campo_Grande'
255
+ | 'America/Cancun'
256
+ | 'America/Caracas'
257
+ | 'America/Cayenne'
258
+ | 'America/Chicago'
259
+ | 'America/Chihuahua'
260
+ | 'America/Costa_Rica'
261
+ | 'America/Cuiaba'
262
+ | 'America/Danmarkshavn'
263
+ | 'America/Dawson'
264
+ | 'America/Dawson_Creek'
265
+ | 'America/Denver'
266
+ | 'America/Detroit'
267
+ | 'America/Edmonton'
268
+ | 'America/Eirunepe'
269
+ | 'America/El_Salvador'
270
+ | 'America/Fort_Nelson'
271
+ | 'America/Fortaleza'
272
+ | 'America/Glace_Bay'
273
+ | 'America/Goose_Bay'
274
+ | 'America/Grand_Turk'
275
+ | 'America/Guatemala'
276
+ | 'America/Guayaquil'
277
+ | 'America/Guyana'
278
+ | 'America/Halifax'
279
+ | 'America/Havana'
280
+ | 'America/Hermosillo'
281
+ | 'America/Indiana/Indianapolis'
282
+ | 'America/Indiana/Knox'
283
+ | 'America/Indiana/Marengo'
284
+ | 'America/Indiana/Petersburg'
285
+ | 'America/Indiana/Tell_City'
286
+ | 'America/Indiana/Vevay'
287
+ | 'America/Indiana/Vincennes'
288
+ | 'America/Indiana/Winamac'
289
+ | 'America/Inuvik'
290
+ | 'America/Iqaluit'
291
+ | 'America/Jamaica'
292
+ | 'America/Juneau'
293
+ | 'America/Kentucky/Louisville'
294
+ | 'America/Kentucky/Monticello'
295
+ | 'America/La_Paz'
296
+ | 'America/Lima'
297
+ | 'America/Los_Angeles'
298
+ | 'America/Maceio'
299
+ | 'America/Managua'
300
+ | 'America/Manaus'
301
+ | 'America/Martinique'
302
+ | 'America/Matamoros'
303
+ | 'America/Mazatlan'
304
+ | 'America/Menominee'
305
+ | 'America/Merida'
306
+ | 'America/Metlakatla'
307
+ | 'America/Mexico_City'
308
+ | 'America/Miquelon'
309
+ | 'America/Moncton'
310
+ | 'America/Monterrey'
311
+ | 'America/Montevideo'
312
+ | 'America/New_York'
313
+ | 'America/Nipigon'
314
+ | 'America/Nome'
315
+ | 'America/Noronha'
316
+ | 'America/North_Dakota/Beulah'
317
+ | 'America/North_Dakota/Center'
318
+ | 'America/North_Dakota/New_Salem'
319
+ | 'America/Nuuk'
320
+ | 'America/Ojinaga'
321
+ | 'America/Panama'
322
+ | 'America/Pangnirtung'
323
+ | 'America/Paramaribo'
324
+ | 'America/Phoenix'
325
+ | 'America/Port-au-Prince'
326
+ | 'America/Porto_Velho'
327
+ | 'America/Puerto_Rico'
328
+ | 'America/Punta_Arenas'
329
+ | 'America/Rainy_River'
330
+ | 'America/Rankin_Inlet'
331
+ | 'America/Recife'
332
+ | 'America/Regina'
333
+ | 'America/Resolute'
334
+ | 'America/Rio_Branco'
335
+ | 'America/Santarem'
336
+ | 'America/Santiago'
337
+ | 'America/Santo_Domingo'
338
+ | 'America/Sao_Paulo'
339
+ | 'America/Scoresbysund'
340
+ | 'America/Sitka'
341
+ | 'America/St_Johns'
342
+ | 'America/Swift_Current'
343
+ | 'America/Tegucigalpa'
344
+ | 'America/Thule'
345
+ | 'America/Thunder_Bay'
346
+ | 'America/Tijuana'
347
+ | 'America/Toronto'
348
+ | 'America/Vancouver'
349
+ | 'America/Whitehorse'
350
+ | 'America/Winnipeg'
351
+ | 'America/Yakutat'
352
+ | 'America/Yellowknife'
353
+ | 'Antarctica/Casey'
354
+ | 'Antarctica/Davis'
355
+ | 'Antarctica/Macquarie'
356
+ | 'Antarctica/Mawson'
357
+ | 'Antarctica/Palmer'
358
+ | 'Antarctica/Rothera'
359
+ | 'Antarctica/Troll'
360
+ | 'Antarctica/Vostok'
361
+ | 'Asia/Almaty'
362
+ | 'Asia/Amman'
363
+ | 'Asia/Anadyr'
364
+ | 'Asia/Aqtau'
365
+ | 'Asia/Aqtobe'
366
+ | 'Asia/Ashgabat'
367
+ | 'Asia/Atyrau'
368
+ | 'Asia/Baghdad'
369
+ | 'Asia/Baku'
370
+ | 'Asia/Bangkok'
371
+ | 'Asia/Barnaul'
372
+ | 'Asia/Beirut'
373
+ | 'Asia/Bishkek'
374
+ | 'Asia/Brunei'
375
+ | 'Asia/Chita'
376
+ | 'Asia/Choibalsan'
377
+ | 'Asia/Colombo'
378
+ | 'Asia/Damascus'
379
+ | 'Asia/Dhaka'
380
+ | 'Asia/Dili'
381
+ | 'Asia/Dubai'
382
+ | 'Asia/Dushanbe'
383
+ | 'Asia/Famagusta'
384
+ | 'Asia/Gaza'
385
+ | 'Asia/Hebron'
386
+ | 'Asia/Ho_Chi_Minh'
387
+ | 'Asia/Hong_Kong'
388
+ | 'Asia/Hovd'
389
+ | 'Asia/Irkutsk'
390
+ | 'Asia/Jakarta'
391
+ | 'Asia/Jayapura'
392
+ | 'Asia/Jerusalem'
393
+ | 'Asia/Kabul'
394
+ | 'Asia/Kamchatka'
395
+ | 'Asia/Karachi'
396
+ | 'Asia/Kathmandu'
397
+ | 'Asia/Khandyga'
398
+ | 'Asia/Kolkata'
399
+ | 'Asia/Krasnoyarsk'
400
+ | 'Asia/Kuala_Lumpur'
401
+ | 'Asia/Kuching'
402
+ | 'Asia/Macau'
403
+ | 'Asia/Magadan'
404
+ | 'Asia/Makassar'
405
+ | 'Asia/Manila'
406
+ | 'Asia/Nicosia'
407
+ | 'Asia/Novokuznetsk'
408
+ | 'Asia/Novosibirsk'
409
+ | 'Asia/Omsk'
410
+ | 'Asia/Oral'
411
+ | 'Asia/Pontianak'
412
+ | 'Asia/Pyongyang'
413
+ | 'Asia/Qatar'
414
+ | 'Asia/Qostanay'
415
+ | 'Asia/Qyzylorda'
416
+ | 'Asia/Riyadh'
417
+ | 'Asia/Sakhalin'
418
+ | 'Asia/Samarkand'
419
+ | 'Asia/Seoul'
420
+ | 'Asia/Shanghai'
421
+ | 'Asia/Singapore'
422
+ | 'Asia/Srednekolymsk'
423
+ | 'Asia/Taipei'
424
+ | 'Asia/Tashkent'
425
+ | 'Asia/Tbilisi'
426
+ | 'Asia/Tehran'
427
+ | 'Asia/Thimphu'
428
+ | 'Asia/Tokyo'
429
+ | 'Asia/Tomsk'
430
+ | 'Asia/Ulaanbaatar'
431
+ | 'Asia/Urumqi'
432
+ | 'Asia/Ust-Nera'
433
+ | 'Asia/Vladivostok'
434
+ | 'Asia/Yakutsk'
435
+ | 'Asia/Yangon'
436
+ | 'Asia/Yekaterinburg'
437
+ | 'Asia/Yerevan'
438
+ | 'Atlantic/Azores'
439
+ | 'Atlantic/Bermuda'
440
+ | 'Atlantic/Canary'
441
+ | 'Atlantic/Cape_Verde'
442
+ | 'Atlantic/Faroe'
443
+ | 'Atlantic/Madeira'
444
+ | 'Atlantic/Reykjavik'
445
+ | 'Atlantic/South_Georgia'
446
+ | 'Atlantic/Stanley'
447
+ | 'Australia/Adelaide'
448
+ | 'Australia/Brisbane'
449
+ | 'Australia/Broken_Hill'
450
+ | 'Australia/Darwin'
451
+ | 'Australia/Eucla'
452
+ | 'Australia/Hobart'
453
+ | 'Australia/Lindeman'
454
+ | 'Australia/Lord_Howe'
455
+ | 'Australia/Melbourne'
456
+ | 'Australia/Perth'
457
+ | 'Australia/Sydney'
458
+ | 'CET'
459
+ | 'CST6CDT'
460
+ | 'EET'
461
+ | 'EST'
462
+ | 'EST5EDT'
463
+ | 'Etc/GMT'
464
+ | 'Etc/GMT-1'
465
+ | 'Etc/GMT-10'
466
+ | 'Etc/GMT-11'
467
+ | 'Etc/GMT-12'
468
+ | 'Etc/GMT-13'
469
+ | 'Etc/GMT-14'
470
+ | 'Etc/GMT-2'
471
+ | 'Etc/GMT-3'
472
+ | 'Etc/GMT-4'
473
+ | 'Etc/GMT-5'
474
+ | 'Etc/GMT-6'
475
+ | 'Etc/GMT-7'
476
+ | 'Etc/GMT-8'
477
+ | 'Etc/GMT-9'
478
+ | 'Etc/GMT+1'
479
+ | 'Etc/GMT+10'
480
+ | 'Etc/GMT+11'
481
+ | 'Etc/GMT+12'
482
+ | 'Etc/GMT+2'
483
+ | 'Etc/GMT+3'
484
+ | 'Etc/GMT+4'
485
+ | 'Etc/GMT+5'
486
+ | 'Etc/GMT+6'
487
+ | 'Etc/GMT+7'
488
+ | 'Etc/GMT+8'
489
+ | 'Etc/GMT+9'
490
+ | 'Etc/UTC'
491
+ | 'Europe/Amsterdam'
492
+ | 'Europe/Andorra'
493
+ | 'Europe/Astrakhan'
494
+ | 'Europe/Athens'
495
+ | 'Europe/Belgrade'
496
+ | 'Europe/Berlin'
497
+ | 'Europe/Brussels'
498
+ | 'Europe/Bucharest'
499
+ | 'Europe/Budapest'
500
+ | 'Europe/Chisinau'
501
+ | 'Europe/Copenhagen'
502
+ | 'Europe/Dublin'
503
+ | 'Europe/Gibraltar'
504
+ | 'Europe/Helsinki'
505
+ | 'Europe/Istanbul'
506
+ | 'Europe/Kaliningrad'
507
+ | 'Europe/Kiev'
508
+ | 'Europe/Kirov'
509
+ | 'Europe/Lisbon'
510
+ | 'Europe/London'
511
+ | 'Europe/Luxembourg'
512
+ | 'Europe/Madrid'
513
+ | 'Europe/Malta'
514
+ | 'Europe/Minsk'
515
+ | 'Europe/Monaco'
516
+ | 'Europe/Moscow'
517
+ | 'Europe/Oslo'
518
+ | 'Europe/Paris'
519
+ | 'Europe/Prague'
520
+ | 'Europe/Riga'
521
+ | 'Europe/Rome'
522
+ | 'Europe/Samara'
523
+ | 'Europe/Saratov'
524
+ | 'Europe/Simferopol'
525
+ | 'Europe/Sofia'
526
+ | 'Europe/Stockholm'
527
+ | 'Europe/Tallinn'
528
+ | 'Europe/Tirane'
529
+ | 'Europe/Ulyanovsk'
530
+ | 'Europe/Uzhgorod'
531
+ | 'Europe/Vienna'
532
+ | 'Europe/Vilnius'
533
+ | 'Europe/Volgograd'
534
+ | 'Europe/Warsaw'
535
+ | 'Europe/Zaporozhye'
536
+ | 'Europe/Zurich'
537
+ | 'HST'
538
+ | 'Indian/Chagos'
539
+ | 'Indian/Christmas'
540
+ | 'Indian/Cocos'
541
+ | 'Indian/Kerguelen'
542
+ | 'Indian/Mahe'
543
+ | 'Indian/Maldives'
544
+ | 'Indian/Mauritius'
545
+ | 'Indian/Reunion'
546
+ | 'MET'
547
+ | 'MST'
548
+ | 'MST7MDT'
549
+ | 'Pacific/Apia'
550
+ | 'Pacific/Auckland'
551
+ | 'Pacific/Bougainville'
552
+ | 'Pacific/Chatham'
553
+ | 'Pacific/Chuuk'
554
+ | 'Pacific/Easter'
555
+ | 'Pacific/Efate'
556
+ | 'Pacific/Fakaofo'
557
+ | 'Pacific/Fiji'
558
+ | 'Pacific/Funafuti'
559
+ | 'Pacific/Galapagos'
560
+ | 'Pacific/Gambier'
561
+ | 'Pacific/Guadalcanal'
562
+ | 'Pacific/Guam'
563
+ | 'Pacific/Honolulu'
564
+ | 'Pacific/Kanton'
565
+ | 'Pacific/Kiritimati'
566
+ | 'Pacific/Kosrae'
567
+ | 'Pacific/Kwajalein'
568
+ | 'Pacific/Majuro'
569
+ | 'Pacific/Marquesas'
570
+ | 'Pacific/Nauru'
571
+ | 'Pacific/Niue'
572
+ | 'Pacific/Norfolk'
573
+ | 'Pacific/Noumea'
574
+ | 'Pacific/Pago_Pago'
575
+ | 'Pacific/Palau'
576
+ | 'Pacific/Pitcairn'
577
+ | 'Pacific/Pohnpei'
578
+ | 'Pacific/Port_Moresby'
579
+ | 'Pacific/Rarotonga'
580
+ | 'Pacific/Tahiti'
581
+ | 'Pacific/Tarawa'
582
+ | 'Pacific/Tongatapu'
583
+ | 'Pacific/Wake'
584
+ | 'Pacific/Wallis'
585
+ | 'PST8PDT'
586
+ | 'WET';
587
+
588
+ export type CountryCode =
589
+ | 'AC'
590
+ | 'AD'
591
+ | 'AE'
592
+ | 'AF'
593
+ | 'AG'
594
+ | 'AI'
595
+ | 'AL'
596
+ | 'AM'
597
+ | 'AN'
598
+ | 'AO'
599
+ | 'AR'
600
+ | 'AT'
601
+ | 'AU'
602
+ | 'AW'
603
+ | 'AX'
604
+ | 'AZ'
605
+ | 'BA'
606
+ | 'BB'
607
+ | 'BD'
608
+ | 'BE'
609
+ | 'BF'
610
+ | 'BG'
611
+ | 'BH'
612
+ | 'BI'
613
+ | 'BJ'
614
+ | 'BL'
615
+ | 'BM'
616
+ | 'BN'
617
+ | 'BO'
618
+ | 'BQ'
619
+ | 'BR'
620
+ | 'BS'
621
+ | 'BT'
622
+ | 'BV'
623
+ | 'BW'
624
+ | 'BY'
625
+ | 'BZ'
626
+ | 'CA'
627
+ | 'CC'
628
+ | 'CD'
629
+ | 'CF'
630
+ | 'CG'
631
+ | 'CH'
632
+ | 'CI'
633
+ | 'CK'
634
+ | 'CL'
635
+ | 'CM'
636
+ | 'CN'
637
+ | 'CO'
638
+ | 'CR'
639
+ | 'CU'
640
+ | 'CV'
641
+ | 'CW'
642
+ | 'CX'
643
+ | 'CY'
644
+ | 'CZ'
645
+ | 'DE'
646
+ | 'DJ'
647
+ | 'DK'
648
+ | 'DM'
649
+ | 'DO'
650
+ | 'DZ'
651
+ | 'EC'
652
+ | 'EE'
653
+ | 'EG'
654
+ | 'EH'
655
+ | 'ER'
656
+ | 'ES'
657
+ | 'ET'
658
+ | 'FI'
659
+ | 'FJ'
660
+ | 'FK'
661
+ | 'FO'
662
+ | 'FR'
663
+ | 'GA'
664
+ | 'GB'
665
+ | 'GD'
666
+ | 'GE'
667
+ | 'GF'
668
+ | 'GG'
669
+ | 'GH'
670
+ | 'GI'
671
+ | 'GL'
672
+ | 'GM'
673
+ | 'GN'
674
+ | 'GP'
675
+ | 'GQ'
676
+ | 'GR'
677
+ | 'GS'
678
+ | 'GT'
679
+ | 'GW'
680
+ | 'GY'
681
+ | 'HK'
682
+ | 'HM'
683
+ | 'HN'
684
+ | 'HR'
685
+ | 'HT'
686
+ | 'HU'
687
+ | 'ID'
688
+ | 'IE'
689
+ | 'IL'
690
+ | 'IM'
691
+ | 'IN'
692
+ | 'IO'
693
+ | 'IQ'
694
+ | 'IR'
695
+ | 'IS'
696
+ | 'IT'
697
+ | 'JE'
698
+ | 'JM'
699
+ | 'JO'
700
+ | 'JP'
701
+ | 'KE'
702
+ | 'KG'
703
+ | 'KH'
704
+ | 'KI'
705
+ | 'KM'
706
+ | 'KN'
707
+ | 'KP'
708
+ | 'KR'
709
+ | 'KW'
710
+ | 'KY'
711
+ | 'KZ'
712
+ | 'LA'
713
+ | 'LB'
714
+ | 'LC'
715
+ | 'LI'
716
+ | 'LK'
717
+ | 'LR'
718
+ | 'LS'
719
+ | 'LT'
720
+ | 'LU'
721
+ | 'LV'
722
+ | 'LY'
723
+ | 'MA'
724
+ | 'MC'
725
+ | 'MD'
726
+ | 'ME'
727
+ | 'MF'
728
+ | 'MG'
729
+ | 'MK'
730
+ | 'ML'
731
+ | 'MM'
732
+ | 'MN'
733
+ | 'MO'
734
+ | 'MQ'
735
+ | 'MR'
736
+ | 'MS'
737
+ | 'MT'
738
+ | 'MU'
739
+ | 'MV'
740
+ | 'MW'
741
+ | 'MX'
742
+ | 'MY'
743
+ | 'MZ'
744
+ | 'NA'
745
+ | 'NC'
746
+ | 'NE'
747
+ | 'NF'
748
+ | 'NG'
749
+ | 'NI'
750
+ | 'NL'
751
+ | 'NO'
752
+ | 'NP'
753
+ | 'NR'
754
+ | 'NU'
755
+ | 'NZ'
756
+ | 'OM'
757
+ | 'PA'
758
+ | 'PE'
759
+ | 'PF'
760
+ | 'PG'
761
+ | 'PH'
762
+ | 'PK'
763
+ | 'PL'
764
+ | 'PM'
765
+ | 'PN'
766
+ | 'PS'
767
+ | 'PT'
768
+ | 'PY'
769
+ | 'QA'
770
+ | 'RE'
771
+ | 'RO'
772
+ | 'RS'
773
+ | 'RU'
774
+ | 'RW'
775
+ | 'SA'
776
+ | 'SB'
777
+ | 'SC'
778
+ | 'SD'
779
+ | 'SE'
780
+ | 'SG'
781
+ | 'SH'
782
+ | 'SI'
783
+ | 'SJ'
784
+ | 'SK'
785
+ | 'SL'
786
+ | 'SM'
787
+ | 'SN'
788
+ | 'SO'
789
+ | 'SR'
790
+ | 'SS'
791
+ | 'ST'
792
+ | 'SV'
793
+ | 'SX'
794
+ | 'SY'
795
+ | 'SZ'
796
+ | 'TA'
797
+ | 'TC'
798
+ | 'TD'
799
+ | 'TF'
800
+ | 'TG'
801
+ | 'TH'
802
+ | 'TJ'
803
+ | 'TK'
804
+ | 'TL'
805
+ | 'TM'
806
+ | 'TN'
807
+ | 'TO'
808
+ | 'TR'
809
+ | 'TT'
810
+ | 'TV'
811
+ | 'TW'
812
+ | 'TZ'
813
+ | 'UA'
814
+ | 'UG'
815
+ | 'UM'
816
+ | 'US'
817
+ | 'UY'
818
+ | 'UZ'
819
+ | 'VA'
820
+ | 'VC'
821
+ | 'VE'
822
+ | 'VG'
823
+ | 'VN'
824
+ | 'VU'
825
+ | 'WF'
826
+ | 'WS'
827
+ | 'XK'
828
+ | 'YE'
829
+ | 'YT'
830
+ | 'ZA'
831
+ | 'ZM'
832
+ | 'ZW'
833
+ | 'ZZ';
834
+
835
+ /**
836
+ * Union of supported storefront API versions
837
+ */
838
+ export type StorefrontApiVersion =
839
+ | '2022-04'
840
+ | '2022-07'
841
+ | '2022-10'
842
+ | '2023-01'
843
+ | '2023-04'
844
+ | '2023-07'
845
+ | '2024-01'
846
+ | '2024-04'
847
+ | 'unstable';
848
+
849
+ /**
850
+ * GraphQL error returned by the Shopify Storefront APIs.
851
+ */
852
+ export interface GraphQLError {
853
+ message: string;
854
+ extensions: {
855
+ requestId: string;
856
+ code: string;
857
+ };
858
+ }