@shopify/ui-extensions 2025.10.0-rc.8 → 2025.10.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1481) hide show
  1. package/build/cjs/surfaces/checkout/preact/api.js +5 -1
  2. package/build/cjs/surfaces/checkout/preact/attributes.js +1 -1
  3. package/build/cjs/surfaces/checkout/preact/subscription.js +6 -5
  4. package/build/cjs/surfaces/checkout/shared.js +35 -0
  5. package/build/cjs/surfaces/checkout.js +2 -0
  6. package/build/cjs/surfaces/customer-account/preact/live-navigation.js +0 -2
  7. package/build/cjs/surfaces/customer-account/preact/navigation.js +1 -3
  8. package/build/cjs/surfaces/customer-account/preact/subscription.js +3 -3
  9. package/build/cjs/surfaces/point-of-sale/types/storage.js +13 -0
  10. package/build/cjs/surfaces/point-of-sale.js +9 -0
  11. package/build/esm/surfaces/checkout/preact/api.mjs +5 -1
  12. package/build/esm/surfaces/checkout/preact/attributes.mjs +1 -1
  13. package/build/esm/surfaces/checkout/preact/subscription.mjs +6 -5
  14. package/build/esm/surfaces/checkout/shared.mjs +31 -0
  15. package/build/esm/surfaces/checkout.mjs +1 -0
  16. package/build/esm/surfaces/customer-account/preact/live-navigation.mjs +0 -2
  17. package/build/esm/surfaces/customer-account/preact/navigation.mjs +1 -3
  18. package/build/esm/surfaces/customer-account/preact/subscription.mjs +3 -3
  19. package/build/esm/surfaces/point-of-sale/types/storage.mjs +9 -0
  20. package/build/esm/surfaces/point-of-sale.mjs +1 -0
  21. package/build/esnext/surfaces/checkout/preact/api.esnext +5 -1
  22. package/build/esnext/surfaces/checkout/preact/attributes.esnext +1 -1
  23. package/build/esnext/surfaces/checkout/preact/subscription.esnext +6 -5
  24. package/build/esnext/surfaces/checkout/shared.esnext +31 -0
  25. package/build/esnext/surfaces/checkout.esnext +1 -0
  26. package/build/esnext/surfaces/customer-account/preact/live-navigation.esnext +0 -2
  27. package/build/esnext/surfaces/customer-account/preact/navigation.esnext +1 -3
  28. package/build/esnext/surfaces/customer-account/preact/subscription.esnext +3 -3
  29. package/build/esnext/surfaces/point-of-sale/types/storage.esnext +9 -0
  30. package/build/esnext/surfaces/point-of-sale.esnext +1 -0
  31. package/build/ts/docs/shared/components/Announcement.d.ts +4 -0
  32. package/build/ts/docs/shared/components/Announcement.d.ts.map +1 -0
  33. package/build/ts/docs/shared/components/Avatar.d.ts +4 -0
  34. package/build/ts/docs/shared/components/Avatar.d.ts.map +1 -0
  35. package/build/ts/docs/shared/components/Badge.d.ts +1 -1
  36. package/build/ts/docs/shared/components/Badge.d.ts.map +1 -1
  37. package/build/ts/docs/shared/components/Banner.d.ts +1 -1
  38. package/build/ts/docs/shared/components/Banner.d.ts.map +1 -1
  39. package/build/ts/docs/shared/components/ButtonGroup.d.ts +4 -0
  40. package/build/ts/docs/shared/components/ButtonGroup.d.ts.map +1 -0
  41. package/build/ts/docs/shared/components/Checkbox.d.ts +1 -1
  42. package/build/ts/docs/shared/components/Checkbox.d.ts.map +1 -1
  43. package/build/ts/docs/shared/components/Chip.d.ts +4 -0
  44. package/build/ts/docs/shared/components/Chip.d.ts.map +1 -0
  45. package/build/ts/docs/shared/components/Choice.d.ts +1 -1
  46. package/build/ts/docs/shared/components/Choice.d.ts.map +1 -1
  47. package/build/ts/docs/shared/components/ChoiceList.d.ts +1 -1
  48. package/build/ts/docs/shared/components/ChoiceList.d.ts.map +1 -1
  49. package/build/ts/docs/shared/components/Clickable.d.ts +1 -1
  50. package/build/ts/docs/shared/components/Clickable.d.ts.map +1 -1
  51. package/build/ts/docs/shared/components/ClickableChip.d.ts +4 -0
  52. package/build/ts/docs/shared/components/ClickableChip.d.ts.map +1 -0
  53. package/build/ts/docs/shared/components/ColorField.d.ts +4 -0
  54. package/build/ts/docs/shared/components/ColorField.d.ts.map +1 -0
  55. package/build/ts/docs/shared/components/ColorPicker.d.ts +4 -0
  56. package/build/ts/docs/shared/components/ColorPicker.d.ts.map +1 -0
  57. package/build/ts/docs/shared/components/ConsentCheckbox.d.ts +4 -0
  58. package/build/ts/docs/shared/components/ConsentCheckbox.d.ts.map +1 -0
  59. package/build/ts/docs/shared/components/ConsentPhoneField.d.ts +4 -0
  60. package/build/ts/docs/shared/components/ConsentPhoneField.d.ts.map +1 -0
  61. package/build/ts/docs/shared/components/DateField.d.ts +4 -0
  62. package/build/ts/docs/shared/components/DateField.d.ts.map +1 -0
  63. package/build/ts/docs/shared/components/DatePicker.d.ts +1 -1
  64. package/build/ts/docs/shared/components/DatePicker.d.ts.map +1 -1
  65. package/build/ts/docs/shared/components/Details.d.ts +4 -0
  66. package/build/ts/docs/shared/components/Details.d.ts.map +1 -0
  67. package/build/ts/docs/shared/components/Divider.d.ts +1 -1
  68. package/build/ts/docs/shared/components/Divider.d.ts.map +1 -1
  69. package/build/ts/docs/shared/components/EmailField.d.ts +1 -1
  70. package/build/ts/docs/shared/components/EmailField.d.ts.map +1 -1
  71. package/build/ts/docs/shared/components/FunctionSettings.d.ts +4 -0
  72. package/build/ts/docs/shared/components/FunctionSettings.d.ts.map +1 -0
  73. package/build/ts/docs/shared/components/Grid.d.ts +1 -1
  74. package/build/ts/docs/shared/components/Grid.d.ts.map +1 -1
  75. package/build/ts/docs/shared/components/GridItem.d.ts +1 -1
  76. package/build/ts/docs/shared/components/GridItem.d.ts.map +1 -1
  77. package/build/ts/docs/shared/components/Menu.d.ts +4 -0
  78. package/build/ts/docs/shared/components/Menu.d.ts.map +1 -0
  79. package/build/ts/docs/shared/components/MoneyField.d.ts +1 -1
  80. package/build/ts/docs/shared/components/MoneyField.d.ts.map +1 -1
  81. package/build/ts/docs/shared/components/NumberField.d.ts +1 -1
  82. package/build/ts/docs/shared/components/NumberField.d.ts.map +1 -1
  83. package/build/ts/docs/shared/components/OptionGroup.d.ts +4 -0
  84. package/build/ts/docs/shared/components/OptionGroup.d.ts.map +1 -0
  85. package/build/ts/docs/shared/components/PasswordField.d.ts +1 -1
  86. package/build/ts/docs/shared/components/PasswordField.d.ts.map +1 -1
  87. package/build/ts/docs/shared/components/Popover.d.ts +4 -0
  88. package/build/ts/docs/shared/components/Popover.d.ts.map +1 -0
  89. package/build/ts/docs/shared/components/PressButton.d.ts +4 -0
  90. package/build/ts/docs/shared/components/PressButton.d.ts.map +1 -0
  91. package/build/ts/docs/shared/components/ScrollBox.d.ts +4 -0
  92. package/build/ts/docs/shared/components/ScrollBox.d.ts.map +1 -0
  93. package/build/ts/docs/shared/components/SearchField.d.ts +1 -1
  94. package/build/ts/docs/shared/components/SearchField.d.ts.map +1 -1
  95. package/build/ts/docs/shared/components/Section.d.ts +1 -1
  96. package/build/ts/docs/shared/components/Section.d.ts.map +1 -1
  97. package/build/ts/docs/shared/components/Select.d.ts +1 -1
  98. package/build/ts/docs/shared/components/Select.d.ts.map +1 -1
  99. package/build/ts/docs/shared/components/SkeletonParagraph.d.ts +4 -0
  100. package/build/ts/docs/shared/components/SkeletonParagraph.d.ts.map +1 -0
  101. package/build/ts/docs/shared/components/Summary.d.ts +4 -0
  102. package/build/ts/docs/shared/components/Summary.d.ts.map +1 -0
  103. package/build/ts/docs/shared/components/Switch.d.ts +1 -1
  104. package/build/ts/docs/shared/components/Switch.d.ts.map +1 -1
  105. package/build/ts/docs/shared/components/Table.d.ts +1 -1
  106. package/build/ts/docs/shared/components/Table.d.ts.map +1 -1
  107. package/build/ts/docs/shared/components/TableBody.d.ts +1 -1
  108. package/build/ts/docs/shared/components/TableBody.d.ts.map +1 -1
  109. package/build/ts/docs/shared/components/TableCell.d.ts +1 -1
  110. package/build/ts/docs/shared/components/TableCell.d.ts.map +1 -1
  111. package/build/ts/docs/shared/components/TableHeader.d.ts +1 -1
  112. package/build/ts/docs/shared/components/TableHeader.d.ts.map +1 -1
  113. package/build/ts/docs/shared/components/TableHeaderRow.d.ts +1 -1
  114. package/build/ts/docs/shared/components/TableHeaderRow.d.ts.map +1 -1
  115. package/build/ts/docs/shared/components/TableRow.d.ts +1 -1
  116. package/build/ts/docs/shared/components/TableRow.d.ts.map +1 -1
  117. package/build/ts/docs/shared/components/TextArea.d.ts +1 -1
  118. package/build/ts/docs/shared/components/TextArea.d.ts.map +1 -1
  119. package/build/ts/docs/shared/components/Thumbnail.d.ts +4 -0
  120. package/build/ts/docs/shared/components/Thumbnail.d.ts.map +1 -0
  121. package/build/ts/docs/shared/components/Tooltip.d.ts +4 -0
  122. package/build/ts/docs/shared/components/Tooltip.d.ts.map +1 -0
  123. package/build/ts/docs/shared/components/URLField.d.ts +1 -1
  124. package/build/ts/docs/shared/components/URLField.d.ts.map +1 -1
  125. package/build/ts/docs/shared/components/index.d.ts +12 -0
  126. package/build/ts/docs/shared/components/index.d.ts.map +1 -1
  127. package/build/ts/docs/shared/docs-type.d.ts +3 -2
  128. package/build/ts/docs/shared/docs-type.d.ts.map +1 -1
  129. package/build/ts/shared.d.ts +14 -1
  130. package/build/ts/shared.d.ts.map +1 -1
  131. package/build/ts/surfaces/admin/api/customer-segment-template/customer-segment-template.d.ts +30 -0
  132. package/build/ts/surfaces/admin/api/customer-segment-template/customer-segment-template.d.ts.map +1 -1
  133. package/build/ts/surfaces/admin/api/intents/intents.d.ts +132 -0
  134. package/build/ts/surfaces/admin/api/intents/intents.d.ts.map +1 -0
  135. package/build/ts/surfaces/admin/api/intents/intents.doc.d.ts +4 -0
  136. package/build/ts/surfaces/admin/api/intents/intents.doc.d.ts.map +1 -0
  137. package/build/ts/surfaces/admin/api/standard/standard.d.ts +8 -8
  138. package/build/ts/surfaces/admin/api/standard/standard.d.ts.map +1 -1
  139. package/build/ts/surfaces/admin/api/standard/storage.d.ts +70 -0
  140. package/build/ts/surfaces/admin/api/standard/storage.d.ts.map +1 -0
  141. package/build/ts/surfaces/admin/api.d.ts +1 -1
  142. package/build/ts/surfaces/admin/api.d.ts.map +1 -1
  143. package/build/ts/surfaces/admin/components/AdminAction.d.ts +5 -5
  144. package/build/ts/surfaces/admin/components/AdminBlock/AdminBlock.ext.doc.d.ts.map +1 -1
  145. package/build/ts/surfaces/admin/components/AdminBlock.d.ts +3 -3
  146. package/build/ts/surfaces/admin/components/AdminPrintAction.d.ts +3 -3
  147. package/build/ts/surfaces/admin/components/Avatar/Avatar.doc.d.ts +4 -0
  148. package/build/ts/surfaces/admin/components/Avatar/Avatar.doc.d.ts.map +1 -0
  149. package/build/ts/surfaces/admin/components/Avatar.d.ts +128 -0
  150. package/build/ts/surfaces/admin/components/Badge/Badge.doc.d.ts.map +1 -1
  151. package/build/ts/surfaces/admin/components/Badge.d.ts +8 -5
  152. package/build/ts/surfaces/admin/components/Banner.d.ts +22 -28
  153. package/build/ts/surfaces/admin/components/Box/Box.doc.d.ts.map +1 -1
  154. package/build/ts/surfaces/admin/components/Box.d.ts +76 -24
  155. package/build/ts/surfaces/admin/components/Button/Button.doc.d.ts.map +1 -1
  156. package/build/ts/surfaces/admin/components/Button.d.ts +41 -36
  157. package/build/ts/surfaces/admin/components/ButtonGroup/ButtonGroup.doc.d.ts +4 -0
  158. package/build/ts/surfaces/admin/components/ButtonGroup/ButtonGroup.doc.d.ts.map +1 -0
  159. package/build/ts/surfaces/admin/components/ButtonGroup.d.ts +132 -0
  160. package/build/ts/surfaces/admin/components/Checkbox.d.ts +23 -34
  161. package/build/ts/surfaces/admin/components/Chip/Chip.doc.d.ts +4 -0
  162. package/build/ts/surfaces/admin/components/Chip/Chip.doc.d.ts.map +1 -0
  163. package/build/ts/surfaces/admin/components/Chip.d.ts +121 -0
  164. package/build/ts/surfaces/admin/components/Choice.d.ts +10 -9
  165. package/build/ts/surfaces/admin/components/ChoiceList/ChoiceList.doc.d.ts.map +1 -1
  166. package/build/ts/surfaces/admin/components/ChoiceList.d.ts +22 -28
  167. package/build/ts/surfaces/admin/components/Clickable/Clickable.doc.d.ts.map +1 -1
  168. package/build/ts/surfaces/admin/components/Clickable.d.ts +109 -56
  169. package/build/ts/surfaces/admin/components/ClickableChip/ClickableChip.doc.d.ts +4 -0
  170. package/build/ts/surfaces/admin/components/ClickableChip/ClickableChip.doc.d.ts.map +1 -0
  171. package/build/ts/surfaces/admin/components/ClickableChip.d.ts +152 -0
  172. package/build/ts/surfaces/admin/components/ColorField/ColorField.doc.d.ts +4 -0
  173. package/build/ts/surfaces/admin/components/ColorField/ColorField.doc.d.ts.map +1 -0
  174. package/build/ts/surfaces/admin/components/ColorField.d.ts +240 -0
  175. package/build/ts/surfaces/admin/components/ColorPicker/ColorPicker.doc.d.ts +4 -0
  176. package/build/ts/surfaces/admin/components/ColorPicker/ColorPicker.doc.d.ts.map +1 -0
  177. package/build/ts/surfaces/admin/components/ColorPicker.d.ts +128 -0
  178. package/build/ts/surfaces/admin/components/DateField/DateField.doc.d.ts +4 -0
  179. package/build/ts/surfaces/admin/components/DateField/DateField.doc.d.ts.map +1 -0
  180. package/build/ts/surfaces/admin/components/DateField.d.ts +242 -0
  181. package/build/ts/surfaces/admin/components/DatePicker.d.ts +10 -33
  182. package/build/ts/surfaces/admin/components/Divider.d.ts +3 -3
  183. package/build/ts/surfaces/admin/components/DropZone/DropZone.ab.doc.d.ts +4 -0
  184. package/build/ts/surfaces/admin/components/DropZone/DropZone.ab.doc.d.ts.map +1 -0
  185. package/build/ts/surfaces/admin/components/EmailField.d.ts +27 -33
  186. package/build/ts/surfaces/admin/components/Form/Form.ext.doc.d.ts.map +1 -1
  187. package/build/ts/surfaces/admin/components/Form.d.ts +48 -36
  188. package/build/ts/surfaces/admin/components/FormExtensionComponents.d.ts +4 -0
  189. package/build/ts/surfaces/admin/components/FormExtensionComponents.d.ts.map +1 -0
  190. package/build/ts/surfaces/admin/components/FunctionSettings/FunctionSettings.ext.doc.d.ts +4 -0
  191. package/build/ts/surfaces/admin/components/FunctionSettings/FunctionSettings.ext.doc.d.ts.map +1 -0
  192. package/build/ts/surfaces/admin/components/FunctionSettings.d.ts +183 -0
  193. package/build/ts/surfaces/admin/components/FunctionSettingsComponents.d.ts +4 -0
  194. package/build/ts/surfaces/admin/components/FunctionSettingsComponents.d.ts.map +1 -0
  195. package/build/ts/surfaces/admin/components/Grid/Grid.doc.d.ts.map +1 -1
  196. package/build/ts/surfaces/admin/components/Grid.d.ts +148 -34
  197. package/build/ts/surfaces/admin/components/GridItem.d.ts +76 -24
  198. package/build/ts/surfaces/admin/components/Heading/Heading.doc.d.ts.map +1 -1
  199. package/build/ts/surfaces/admin/components/Heading.d.ts +3 -3
  200. package/build/ts/surfaces/admin/components/Icon.d.ts +8 -4
  201. package/build/ts/surfaces/admin/components/Image.d.ts +95 -55
  202. package/build/ts/surfaces/admin/components/Link/Link.doc.d.ts.map +1 -1
  203. package/build/ts/surfaces/admin/components/Link.d.ts +35 -39
  204. package/build/ts/surfaces/admin/components/ListItem.d.ts +3 -3
  205. package/build/ts/surfaces/admin/components/Menu/Menu.doc.d.ts +4 -0
  206. package/build/ts/surfaces/admin/components/Menu/Menu.doc.d.ts.map +1 -0
  207. package/build/ts/surfaces/admin/components/Menu.d.ts +139 -0
  208. package/build/ts/surfaces/admin/components/Modal/Modal.ab.doc.d.ts +4 -0
  209. package/build/ts/surfaces/admin/components/Modal/Modal.ab.doc.d.ts.map +1 -0
  210. package/build/ts/surfaces/admin/components/Modal.d.ts +227 -0
  211. package/build/ts/surfaces/admin/components/MoneyField.d.ts +30 -38
  212. package/build/ts/surfaces/admin/components/NumberField.d.ts +27 -33
  213. package/build/ts/surfaces/admin/components/Option.d.ts +6 -4
  214. package/build/ts/surfaces/admin/components/OptionGroup.d.ts +6 -4
  215. package/build/ts/surfaces/admin/components/OrderedList/OrderedList.doc.d.ts.map +1 -1
  216. package/build/ts/surfaces/admin/components/OrderedList.d.ts +3 -3
  217. package/build/ts/surfaces/admin/components/Page.d.ts +33 -7
  218. package/build/ts/surfaces/admin/components/Paragraph/Paragraph.doc.d.ts.map +1 -1
  219. package/build/ts/surfaces/admin/components/Paragraph.d.ts +3 -3
  220. package/build/ts/surfaces/admin/components/PasswordField.d.ts +27 -33
  221. package/build/ts/surfaces/admin/components/Popover/Popover.ab.doc.d.ts +4 -0
  222. package/build/ts/surfaces/admin/components/Popover/Popover.ab.doc.d.ts.map +1 -0
  223. package/build/ts/surfaces/admin/components/QueryContainer/QueryContainer.doc.d.ts.map +1 -1
  224. package/build/ts/surfaces/admin/components/QueryContainer.d.ts +4 -8
  225. package/build/ts/surfaces/admin/components/SearchField.d.ts +27 -33
  226. package/build/ts/surfaces/admin/components/Section/Section.doc.d.ts.map +1 -1
  227. package/build/ts/surfaces/admin/components/Section.d.ts +3 -3
  228. package/build/ts/surfaces/admin/components/Select/Select.doc.d.ts.map +1 -1
  229. package/build/ts/surfaces/admin/components/Select.d.ts +49 -33
  230. package/build/ts/surfaces/admin/components/Spinner.d.ts +3 -3
  231. package/build/ts/surfaces/admin/components/Stack/Stack.doc.d.ts.map +1 -1
  232. package/build/ts/surfaces/admin/components/Stack.d.ts +117 -41
  233. package/build/ts/surfaces/admin/components/StandardComponents.d.ts +1 -1
  234. package/build/ts/surfaces/admin/components/StandardComponents.d.ts.map +1 -1
  235. package/build/ts/surfaces/admin/components/Switch.d.ts +22 -27
  236. package/build/ts/surfaces/admin/components/Table/Table.doc.d.ts.map +1 -1
  237. package/build/ts/surfaces/admin/components/Table.d.ts +16 -15
  238. package/build/ts/surfaces/admin/components/TableBody.d.ts +3 -3
  239. package/build/ts/surfaces/admin/components/TableCell.d.ts +18 -3
  240. package/build/ts/surfaces/admin/components/TableHeader.d.ts +11 -4
  241. package/build/ts/surfaces/admin/components/TableHeaderRow.d.ts +4 -3
  242. package/build/ts/surfaces/admin/components/TableRow.d.ts +6 -4
  243. package/build/ts/surfaces/admin/components/Text/Text.doc.d.ts.map +1 -1
  244. package/build/ts/surfaces/admin/components/Text.d.ts +5 -3
  245. package/build/ts/surfaces/admin/components/TextArea.d.ts +27 -33
  246. package/build/ts/surfaces/admin/components/TextField.d.ts +28 -34
  247. package/build/ts/surfaces/admin/components/Thumbnail/Thumbnail.doc.d.ts +4 -0
  248. package/build/ts/surfaces/admin/components/Thumbnail/Thumbnail.doc.d.ts.map +1 -0
  249. package/build/ts/surfaces/admin/components/Thumbnail.d.ts +15 -21
  250. package/build/ts/surfaces/admin/components/Tooltip/Tooltip.doc.d.ts +4 -0
  251. package/build/ts/surfaces/admin/components/Tooltip/Tooltip.doc.d.ts.map +1 -0
  252. package/build/ts/surfaces/admin/components/Tooltip.d.ts +148 -0
  253. package/build/ts/surfaces/admin/components/URLField.d.ts +27 -33
  254. package/build/ts/surfaces/admin/components/UnorderedList/UnorderedList.doc.d.ts.map +1 -1
  255. package/build/ts/surfaces/admin/components/UnorderedList.d.ts +3 -3
  256. package/build/ts/surfaces/admin/components/patterns/accountConnection.ab.doc.d.ts +4 -0
  257. package/build/ts/surfaces/admin/components/patterns/accountConnection.ab.doc.d.ts.map +1 -0
  258. package/build/ts/surfaces/admin/components/patterns/appCard.ab.doc.d.ts +4 -0
  259. package/build/ts/surfaces/admin/components/patterns/appCard.ab.doc.d.ts.map +1 -0
  260. package/build/ts/surfaces/admin/components/patterns/calloutCard.ab.doc.d.ts +4 -0
  261. package/build/ts/surfaces/admin/components/patterns/calloutCard.ab.doc.d.ts.map +1 -0
  262. package/build/ts/surfaces/admin/components/patterns/details.ab.doc.d.ts.map +1 -1
  263. package/build/ts/surfaces/admin/components/patterns/emptyState.ab.doc.d.ts +4 -0
  264. package/build/ts/surfaces/admin/components/patterns/emptyState.ab.doc.d.ts.map +1 -0
  265. package/build/ts/surfaces/admin/components/patterns/homepage.ab.doc.d.ts.map +1 -1
  266. package/build/ts/surfaces/admin/components/patterns/index.ab.doc.d.ts.map +1 -1
  267. package/build/ts/surfaces/admin/components/patterns/indexTable.ab.doc.d.ts +4 -0
  268. package/build/ts/surfaces/admin/components/patterns/indexTable.ab.doc.d.ts.map +1 -0
  269. package/build/ts/surfaces/admin/components/patterns/interstitialNav.ab.doc.d.ts +4 -0
  270. package/build/ts/surfaces/admin/components/patterns/interstitialNav.ab.doc.d.ts.map +1 -0
  271. package/build/ts/surfaces/admin/components/patterns/mediaCard.ab.doc.d.ts +4 -0
  272. package/build/ts/surfaces/admin/components/patterns/mediaCard.ab.doc.d.ts.map +1 -0
  273. package/build/ts/surfaces/admin/components/patterns/metricsCard.ab.doc.d.ts +4 -0
  274. package/build/ts/surfaces/admin/components/patterns/metricsCard.ab.doc.d.ts.map +1 -0
  275. package/build/ts/surfaces/admin/components/patterns/settings.ab.doc.d.ts.map +1 -1
  276. package/build/ts/surfaces/admin/components/patterns/setupGuide.ab.doc.d.ts +4 -0
  277. package/build/ts/surfaces/admin/components/patterns/setupGuide.ab.doc.d.ts.map +1 -0
  278. package/build/ts/surfaces/admin/components/shared.d.ts +1212 -737
  279. package/build/ts/surfaces/admin/docs-types.d.ts +4 -0
  280. package/build/ts/surfaces/admin/docs-types.d.ts.map +1 -1
  281. package/build/ts/surfaces/admin/extension-targets.d.ts +10 -8
  282. package/build/ts/surfaces/admin/extension-targets.d.ts.map +1 -1
  283. package/build/ts/surfaces/admin/targets/admin.abandoned-checkout-details.action.render.d.ts +53 -3548
  284. package/build/ts/surfaces/admin/targets/admin.abandoned-checkout-details.action.should-render.d.ts +1 -3
  285. package/build/ts/surfaces/admin/targets/admin.abandoned-checkout-details.block.render.d.ts +54 -3590
  286. package/build/ts/surfaces/admin/targets/admin.catalog-details.action.render.d.ts +53 -3548
  287. package/build/ts/surfaces/admin/targets/admin.catalog-details.action.should-render.d.ts +1 -3
  288. package/build/ts/surfaces/admin/targets/admin.catalog-details.block.render.d.ts +54 -3590
  289. package/build/ts/surfaces/admin/targets/admin.collection-details.action.render.d.ts +53 -3548
  290. package/build/ts/surfaces/admin/targets/admin.collection-details.action.should-render.d.ts +1 -3
  291. package/build/ts/surfaces/admin/targets/admin.collection-details.block.render.d.ts +54 -3590
  292. package/build/ts/surfaces/admin/targets/admin.collection-index.action.render.d.ts +53 -3548
  293. package/build/ts/surfaces/admin/targets/admin.collection-index.action.should-render.d.ts +1 -3
  294. package/build/ts/surfaces/admin/targets/admin.company-details.action.render.d.ts +53 -3548
  295. package/build/ts/surfaces/admin/targets/admin.company-details.action.should-render.d.ts +1 -3
  296. package/build/ts/surfaces/admin/targets/admin.company-details.block.render.d.ts +54 -3590
  297. package/build/ts/surfaces/admin/targets/admin.company-location-details.block.render.d.ts +54 -3590
  298. package/build/ts/surfaces/admin/targets/admin.customer-details.action.render.d.ts +53 -3548
  299. package/build/ts/surfaces/admin/targets/admin.customer-details.action.should-render.d.ts +1 -3
  300. package/build/ts/surfaces/admin/targets/admin.customer-details.block.render.d.ts +54 -3590
  301. package/build/ts/surfaces/admin/targets/admin.customer-index.action.render.d.ts +53 -3548
  302. package/build/ts/surfaces/admin/targets/admin.customer-index.action.should-render.d.ts +1 -3
  303. package/build/ts/surfaces/admin/targets/admin.customer-index.selection-action.render.d.ts +53 -3548
  304. package/build/ts/surfaces/admin/targets/admin.customer-index.selection-action.should-render.d.ts +1 -3
  305. package/build/ts/surfaces/admin/targets/admin.customer-segment-details.action.render.d.ts +53 -3548
  306. package/build/ts/surfaces/admin/targets/admin.customer-segment-details.action.should-render.d.ts +1 -3
  307. package/build/ts/surfaces/admin/targets/admin.customers.segmentation-templates.data.d.ts +6 -0
  308. package/build/ts/surfaces/admin/targets/admin.discount-details.action.render.d.ts +53 -3548
  309. package/build/ts/surfaces/admin/targets/admin.discount-details.action.should-render.d.ts +1 -3
  310. package/build/ts/surfaces/admin/targets/admin.discount-details.function-settings.render.d.ts +54 -3590
  311. package/build/ts/surfaces/admin/targets/admin.discount-index.action.render.d.ts +53 -3548
  312. package/build/ts/surfaces/admin/targets/admin.discount-index.action.should-render.d.ts +1 -3
  313. package/build/ts/surfaces/admin/targets/admin.draft-order-details.action.render.d.ts +53 -3548
  314. package/build/ts/surfaces/admin/targets/admin.draft-order-details.action.should-render.d.ts +1 -3
  315. package/build/ts/surfaces/admin/targets/admin.draft-order-details.block.render.d.ts +54 -3590
  316. package/build/ts/surfaces/admin/targets/admin.draft-order-index.action.render.d.ts +53 -3548
  317. package/build/ts/surfaces/admin/targets/admin.draft-order-index.action.should-render.d.ts +1 -3
  318. package/build/ts/surfaces/admin/targets/admin.draft-order-index.selection-action.render.d.ts +53 -3548
  319. package/build/ts/surfaces/admin/targets/admin.draft-order-index.selection-action.should-render.d.ts +1 -3
  320. package/build/ts/surfaces/admin/targets/admin.gift-card-details.action.render.d.ts +53 -3548
  321. package/build/ts/surfaces/admin/targets/admin.gift-card-details.action.should-render.d.ts +1 -3
  322. package/build/ts/surfaces/admin/targets/admin.gift-card-details.block.render.d.ts +54 -3590
  323. package/build/ts/surfaces/admin/targets/admin.order-details.action.render.d.ts +53 -3548
  324. package/build/ts/surfaces/admin/targets/admin.order-details.action.should-render.d.ts +1 -3
  325. package/build/ts/surfaces/admin/targets/admin.order-details.block.render.d.ts +54 -3590
  326. package/build/ts/surfaces/admin/targets/admin.order-details.print-action.render.d.ts +53 -3537
  327. package/build/ts/surfaces/admin/targets/admin.order-details.print-action.should-render.d.ts +1 -3
  328. package/build/ts/surfaces/admin/targets/admin.order-fulfilled-card.action.render.d.ts +53 -3548
  329. package/build/ts/surfaces/admin/targets/admin.order-fulfilled-card.action.should-render.d.ts +1 -3
  330. package/build/ts/surfaces/admin/targets/admin.order-index.action.render.d.ts +53 -3548
  331. package/build/ts/surfaces/admin/targets/admin.order-index.action.should-render.d.ts +1 -3
  332. package/build/ts/surfaces/admin/targets/admin.order-index.selection-action.render.d.ts +53 -3548
  333. package/build/ts/surfaces/admin/targets/admin.order-index.selection-action.should-render.d.ts +1 -3
  334. package/build/ts/surfaces/admin/targets/admin.order-index.selection-print-action.render.d.ts +53 -3537
  335. package/build/ts/surfaces/admin/targets/admin.order-index.selection-print-action.should-render.d.ts +1 -3
  336. package/build/ts/surfaces/admin/targets/admin.product-details.action.render.d.ts +53 -3548
  337. package/build/ts/surfaces/admin/targets/admin.product-details.action.should-render.d.ts +1 -3
  338. package/build/ts/surfaces/admin/targets/admin.product-details.block.render.d.ts +54 -3590
  339. package/build/ts/surfaces/admin/targets/admin.product-details.configuration.render.d.ts +54 -3590
  340. package/build/ts/surfaces/admin/targets/admin.product-details.print-action.render.d.ts +53 -3537
  341. package/build/ts/surfaces/admin/targets/admin.product-details.print-action.should-render.d.ts +1 -3
  342. package/build/ts/surfaces/admin/targets/admin.product-details.reorder.render.d.ts +54 -3590
  343. package/build/ts/surfaces/admin/targets/admin.product-index.action.render.d.ts +53 -3548
  344. package/build/ts/surfaces/admin/targets/admin.product-index.action.should-render.d.ts +1 -3
  345. package/build/ts/surfaces/admin/targets/admin.product-index.selection-action.render.d.ts +53 -3548
  346. package/build/ts/surfaces/admin/targets/admin.product-index.selection-action.should-render.d.ts +1 -3
  347. package/build/ts/surfaces/admin/targets/admin.product-index.selection-print-action.render.d.ts +53 -3537
  348. package/build/ts/surfaces/admin/targets/admin.product-index.selection-print-action.should-render.d.ts +1 -3
  349. package/build/ts/surfaces/admin/targets/admin.product-purchase-option.action.render.d.ts +53 -3548
  350. package/build/ts/surfaces/admin/targets/admin.product-variant-details.action.render.d.ts +53 -3548
  351. package/build/ts/surfaces/admin/targets/admin.product-variant-details.action.should-render.d.ts +1 -3
  352. package/build/ts/surfaces/admin/targets/admin.product-variant-details.block.render.d.ts +54 -3590
  353. package/build/ts/surfaces/admin/targets/admin.product-variant-details.configuration.render.d.ts +54 -3590
  354. package/build/ts/surfaces/admin/targets/admin.product-variant-purchase-option.action.render.d.ts +53 -3548
  355. package/build/ts/surfaces/admin/targets/admin.settings.internal-order-routing-rule.render.d.ts +54 -3497
  356. package/build/ts/surfaces/admin/targets/admin.settings.order-routing-rule.render.d.ts +54 -3497
  357. package/build/ts/surfaces/admin/targets/admin.settings.validation.render.d.ts +54 -3497
  358. package/build/ts/surfaces/checkout/api/address-autocomplete/standard.d.ts +1 -1
  359. package/build/ts/surfaces/checkout/api/announcement/announcement.d.ts +8 -0
  360. package/build/ts/surfaces/checkout/api/announcement/announcement.d.ts.map +1 -0
  361. package/build/ts/surfaces/checkout/api/cart-line/cart-line-item.d.ts +3 -3
  362. package/build/ts/surfaces/checkout/api/cart-line/cart-line-item.d.ts.map +1 -1
  363. package/build/ts/surfaces/checkout/api/checkout/checkout.d.ts +20 -4
  364. package/build/ts/surfaces/checkout/api/checkout/checkout.d.ts.map +1 -1
  365. package/build/ts/surfaces/checkout/api/order-confirmation/order-confirmation.d.ts +2 -2
  366. package/build/ts/surfaces/checkout/api/order-confirmation/order-confirmation.d.ts.map +1 -1
  367. package/build/ts/surfaces/checkout/api/payment/payment-option-item.d.ts +3 -3
  368. package/build/ts/surfaces/checkout/api/payment/payment-option-item.d.ts.map +1 -1
  369. package/build/ts/surfaces/checkout/api/pickup/pickup-location-item.d.ts +3 -3
  370. package/build/ts/surfaces/checkout/api/pickup/pickup-location-item.d.ts.map +1 -1
  371. package/build/ts/surfaces/checkout/api/pickup/pickup-location-list.d.ts +2 -2
  372. package/build/ts/surfaces/checkout/api/pickup/pickup-location-list.d.ts.map +1 -1
  373. package/build/ts/surfaces/checkout/api/pickup/pickup-point-list.d.ts +2 -2
  374. package/build/ts/surfaces/checkout/api/pickup/pickup-point-list.d.ts.map +1 -1
  375. package/build/ts/surfaces/checkout/api/shared.d.ts +4 -0
  376. package/build/ts/surfaces/checkout/api/shared.d.ts.map +1 -1
  377. package/build/ts/surfaces/checkout/api/shipping/shipping-option-item.d.ts +3 -3
  378. package/build/ts/surfaces/checkout/api/shipping/shipping-option-item.d.ts.map +1 -1
  379. package/build/ts/surfaces/checkout/api/shipping/shipping-option-list.d.ts +3 -3
  380. package/build/ts/surfaces/checkout/api/shipping/shipping-option-list.d.ts.map +1 -1
  381. package/build/ts/surfaces/checkout/api/standard/standard.d.ts +63 -40
  382. package/build/ts/surfaces/checkout/api/standard/standard.d.ts.map +1 -1
  383. package/build/ts/surfaces/checkout/components/Abbreviation/Abbreviation.doc.d.ts.map +1 -1
  384. package/build/ts/surfaces/checkout/components/Abbreviation.d.ts +1 -1
  385. package/build/ts/surfaces/checkout/components/Announcement/Announcement.doc.d.ts +4 -0
  386. package/build/ts/surfaces/checkout/components/Announcement/Announcement.doc.d.ts.map +1 -0
  387. package/build/ts/surfaces/checkout/components/Announcement.d.ts +95 -0
  388. package/build/ts/surfaces/checkout/components/Badge/Badge.doc.d.ts +4 -0
  389. package/build/ts/surfaces/checkout/components/Badge/Badge.doc.d.ts.map +1 -0
  390. package/build/ts/surfaces/checkout/components/Badge.d.ts +57 -0
  391. package/build/ts/surfaces/checkout/components/Banner.d.ts +9 -6
  392. package/build/ts/surfaces/checkout/components/Box/Box.doc.d.ts.map +1 -1
  393. package/build/ts/surfaces/checkout/components/Button.d.ts +10 -5
  394. package/build/ts/surfaces/checkout/components/Checkbox.d.ts +11 -5
  395. package/build/ts/surfaces/checkout/components/Chip/Chip.doc.d.ts +4 -0
  396. package/build/ts/surfaces/checkout/components/Chip/Chip.doc.d.ts.map +1 -0
  397. package/build/ts/surfaces/checkout/components/Chip.d.ts +56 -0
  398. package/build/ts/surfaces/checkout/components/Choice.d.ts +67 -0
  399. package/build/ts/surfaces/checkout/components/ChoiceList/ChoiceList.doc.d.ts +4 -0
  400. package/build/ts/surfaces/checkout/components/ChoiceList/ChoiceList.doc.d.ts.map +1 -0
  401. package/build/ts/surfaces/checkout/components/ChoiceList.d.ts +65 -0
  402. package/build/ts/surfaces/checkout/components/Clickable/Clickable.doc.d.ts +4 -0
  403. package/build/ts/surfaces/checkout/components/Clickable/Clickable.doc.d.ts.map +1 -0
  404. package/build/ts/surfaces/checkout/components/Clickable.d.ts +89 -0
  405. package/build/ts/surfaces/checkout/components/ClickableChip/ClickableChip.doc.d.ts +4 -0
  406. package/build/ts/surfaces/checkout/components/ClickableChip/ClickableChip.doc.d.ts.map +1 -0
  407. package/build/ts/surfaces/checkout/components/ClickableChip.d.ts +83 -0
  408. package/build/ts/surfaces/checkout/components/ClipboardItem/ClipboardItem.doc.d.ts.map +1 -1
  409. package/build/ts/surfaces/checkout/components/ClipboardItem.d.ts +9 -6
  410. package/build/ts/surfaces/checkout/components/ConsentCheckbox/ConsentCheckbox.doc.d.ts +4 -0
  411. package/build/ts/surfaces/checkout/components/ConsentCheckbox/ConsentCheckbox.doc.d.ts.map +1 -0
  412. package/build/ts/surfaces/checkout/components/ConsentCheckbox.d.ts +84 -0
  413. package/build/ts/surfaces/checkout/components/ConsentPhoneField/ConsentPhoneField.doc.d.ts +4 -0
  414. package/build/ts/surfaces/checkout/components/ConsentPhoneField/ConsentPhoneField.doc.d.ts.map +1 -0
  415. package/build/ts/surfaces/checkout/components/ConsentPhoneField.d.ts +129 -0
  416. package/build/ts/surfaces/checkout/components/DateField/DateField.doc.d.ts +4 -0
  417. package/build/ts/surfaces/checkout/components/DateField/DateField.doc.d.ts.map +1 -0
  418. package/build/ts/surfaces/checkout/components/DateField.d.ts +87 -0
  419. package/build/ts/surfaces/checkout/components/DatePicker/DatePicker.doc.d.ts +4 -0
  420. package/build/ts/surfaces/checkout/components/DatePicker/DatePicker.doc.d.ts.map +1 -0
  421. package/build/ts/surfaces/checkout/components/DatePicker.d.ts +77 -0
  422. package/build/ts/surfaces/checkout/components/Details/Details.doc.d.ts +4 -0
  423. package/build/ts/surfaces/checkout/components/Details/Details.doc.d.ts.map +1 -0
  424. package/build/ts/surfaces/checkout/components/Details.d.ts +85 -0
  425. package/build/ts/surfaces/checkout/components/Divider/Divider.doc.d.ts +4 -0
  426. package/build/ts/surfaces/checkout/components/Divider/Divider.doc.d.ts.map +1 -0
  427. package/build/ts/surfaces/checkout/components/Divider.d.ts +46 -0
  428. package/build/ts/surfaces/checkout/components/DropZone.d.ts +15 -7
  429. package/build/ts/surfaces/checkout/components/EmailField.d.ts +31 -8
  430. package/build/ts/surfaces/checkout/components/Form/Form.doc.d.ts.map +1 -1
  431. package/build/ts/surfaces/checkout/components/Form.d.ts +11 -8
  432. package/build/ts/surfaces/checkout/components/Grid/Grid.doc.d.ts +4 -0
  433. package/build/ts/surfaces/checkout/components/Grid/Grid.doc.d.ts.map +1 -0
  434. package/build/ts/surfaces/checkout/components/Grid.d.ts +64 -0
  435. package/build/ts/surfaces/checkout/components/GridItem.d.ts +54 -0
  436. package/build/ts/surfaces/checkout/components/Heading/Heading.doc.d.ts.map +1 -1
  437. package/build/ts/surfaces/checkout/components/Icon/Icon.doc.d.ts.map +1 -1
  438. package/build/ts/surfaces/checkout/components/Icon.d.ts +4 -3
  439. package/build/ts/surfaces/checkout/components/Image/Image.doc.d.ts.map +1 -1
  440. package/build/ts/surfaces/checkout/components/Link.d.ts +10 -5
  441. package/build/ts/surfaces/checkout/components/Map.d.ts +11 -8
  442. package/build/ts/surfaces/checkout/components/MapMarker.d.ts +16 -15
  443. package/build/ts/surfaces/checkout/components/Modal/Modal.doc.d.ts.map +1 -1
  444. package/build/ts/surfaces/checkout/components/Modal.d.ts +22 -18
  445. package/build/ts/surfaces/checkout/components/MoneyField/MoneyField.doc.d.ts +4 -0
  446. package/build/ts/surfaces/checkout/components/MoneyField/MoneyField.doc.d.ts.map +1 -0
  447. package/build/ts/surfaces/checkout/components/MoneyField.d.ts +80 -0
  448. package/build/ts/surfaces/checkout/components/NumberField/NumberField.doc.d.ts +4 -0
  449. package/build/ts/surfaces/checkout/components/NumberField/NumberField.doc.d.ts.map +1 -0
  450. package/build/ts/surfaces/checkout/components/NumberField.d.ts +98 -0
  451. package/build/ts/surfaces/checkout/components/Option.d.ts +46 -0
  452. package/build/ts/surfaces/checkout/components/OrderedList/OrderedList.doc.d.ts.map +1 -1
  453. package/build/ts/surfaces/checkout/components/Paragraph/Paragraph.doc.d.ts.map +1 -1
  454. package/build/ts/surfaces/checkout/components/PasswordField/PasswordField.doc.d.ts +4 -0
  455. package/build/ts/surfaces/checkout/components/PasswordField/PasswordField.doc.d.ts.map +1 -0
  456. package/build/ts/surfaces/checkout/components/PasswordField.d.ts +93 -0
  457. package/build/ts/surfaces/checkout/components/PaymentIcon/PaymentIcon.doc.d.ts.map +1 -1
  458. package/build/ts/surfaces/checkout/components/PhoneField.d.ts +31 -17
  459. package/build/ts/surfaces/checkout/components/Popover/Popover.doc.d.ts +4 -0
  460. package/build/ts/surfaces/checkout/components/Popover/Popover.doc.d.ts.map +1 -0
  461. package/build/ts/surfaces/checkout/components/Popover.d.ts +116 -0
  462. package/build/ts/surfaces/checkout/components/PressButton/PressButton.doc.d.ts +4 -0
  463. package/build/ts/surfaces/checkout/components/PressButton/PressButton.doc.d.ts.map +1 -0
  464. package/build/ts/surfaces/checkout/components/PressButton.d.ts +79 -0
  465. package/build/ts/surfaces/checkout/components/ProductThumbnail.d.ts +41 -0
  466. package/build/ts/surfaces/checkout/components/Progress/Progress.doc.d.ts.map +1 -1
  467. package/build/ts/surfaces/checkout/components/QRCode.d.ts +8 -5
  468. package/build/ts/surfaces/checkout/components/QueryContainer/QueryContainer.doc.d.ts +4 -0
  469. package/build/ts/surfaces/checkout/components/QueryContainer/QueryContainer.doc.d.ts.map +1 -0
  470. package/build/ts/surfaces/checkout/components/QueryContainer.d.ts +48 -0
  471. package/build/ts/surfaces/checkout/components/ScrollBox/ScrollBox.doc.d.ts +4 -0
  472. package/build/ts/surfaces/checkout/components/ScrollBox/ScrollBox.doc.d.ts.map +1 -0
  473. package/build/ts/surfaces/checkout/components/ScrollBox.d.ts +54 -0
  474. package/build/ts/surfaces/checkout/components/Section/Section.doc.d.ts.map +1 -1
  475. package/build/ts/surfaces/checkout/components/Select/Select.doc.d.ts +4 -0
  476. package/build/ts/surfaces/checkout/components/Select/Select.doc.d.ts.map +1 -0
  477. package/build/ts/surfaces/checkout/components/Select.d.ts +79 -0
  478. package/build/ts/surfaces/checkout/components/Sheet/Sheet.doc.d.ts +4 -0
  479. package/build/ts/surfaces/checkout/components/Sheet/Sheet.doc.d.ts.map +1 -0
  480. package/build/ts/surfaces/checkout/components/Sheet.d.ts +100 -0
  481. package/build/ts/surfaces/checkout/components/SkeletonParagraph/SkeletonParagraph.doc.d.ts +4 -0
  482. package/build/ts/surfaces/checkout/components/SkeletonParagraph/SkeletonParagraph.doc.d.ts.map +1 -0
  483. package/build/ts/surfaces/checkout/components/SkeletonParagraph.d.ts +40 -0
  484. package/build/ts/surfaces/checkout/components/Spinner/Spinner.doc.d.ts.map +1 -1
  485. package/build/ts/surfaces/checkout/components/Stack/Stack.doc.d.ts.map +1 -1
  486. package/build/ts/surfaces/checkout/components/Stack.d.ts +4 -4
  487. package/build/ts/surfaces/checkout/components/Summary.d.ts +35 -0
  488. package/build/ts/surfaces/checkout/components/Switch/Switch.doc.d.ts +4 -0
  489. package/build/ts/surfaces/checkout/components/Switch/Switch.doc.d.ts.map +1 -0
  490. package/build/ts/surfaces/checkout/components/Switch.d.ts +60 -0
  491. package/build/ts/surfaces/checkout/components/Text/Text.doc.d.ts.map +1 -1
  492. package/build/ts/surfaces/checkout/components/TextArea.d.ts +24 -8
  493. package/build/ts/surfaces/checkout/components/TextField.d.ts +35 -20
  494. package/build/ts/surfaces/checkout/components/Time/Time.doc.d.ts.map +1 -1
  495. package/build/ts/surfaces/checkout/components/Time.d.ts +1 -1
  496. package/build/ts/surfaces/checkout/components/Tooltip/Tooltip.doc.d.ts +4 -0
  497. package/build/ts/surfaces/checkout/components/Tooltip/Tooltip.doc.d.ts.map +1 -0
  498. package/build/ts/surfaces/checkout/components/Tooltip.d.ts +48 -0
  499. package/build/ts/surfaces/checkout/components/UnorderedList/UnorderedList.doc.d.ts.map +1 -1
  500. package/build/ts/surfaces/checkout/components/UrlField/UrlField.doc.d.ts +4 -0
  501. package/build/ts/surfaces/checkout/components/UrlField/UrlField.doc.d.ts.map +1 -0
  502. package/build/ts/surfaces/checkout/components/UrlField.d.ts +93 -0
  503. package/build/ts/surfaces/checkout/components/components-shared.d.ts +1034 -288
  504. package/build/ts/surfaces/checkout/components/components.d.ts +1947 -530
  505. package/build/ts/surfaces/checkout/extension-targets.d.ts +64 -60
  506. package/build/ts/surfaces/checkout/extension-targets.d.ts.map +1 -1
  507. package/build/ts/surfaces/checkout/preact/api.d.ts +4 -0
  508. package/build/ts/surfaces/checkout/preact/api.d.ts.map +1 -1
  509. package/build/ts/surfaces/checkout/preact/attributes.d.ts +1 -1
  510. package/build/ts/surfaces/checkout/preact/attributes.d.ts.map +1 -1
  511. package/build/ts/surfaces/checkout/preact/subscription.d.ts +5 -4
  512. package/build/ts/surfaces/checkout/preact/subscription.d.ts.map +1 -1
  513. package/build/ts/surfaces/checkout/shared.d.ts +36 -5
  514. package/build/ts/surfaces/checkout/shared.d.ts.map +1 -1
  515. package/build/ts/surfaces/checkout/targets/Checkout::Actions::RenderBefore.d.ts +62 -1397
  516. package/build/ts/surfaces/checkout/targets/Checkout::CartLineDetails::RenderAfter.d.ts +62 -1397
  517. package/build/ts/surfaces/checkout/targets/Checkout::CartLineDetails::RenderLineComponents.d.ts +62 -1397
  518. package/build/ts/surfaces/checkout/targets/Checkout::CartLines::RenderAfter.d.ts +62 -1397
  519. package/build/ts/surfaces/checkout/targets/Checkout::Contact::RenderAfter.d.ts +62 -1397
  520. package/build/ts/surfaces/checkout/targets/Checkout::CustomerInformation::RenderAfter.d.ts +62 -1397
  521. package/build/ts/surfaces/checkout/targets/Checkout::DeliveryAddress::RenderBefore.d.ts +62 -1397
  522. package/build/ts/surfaces/checkout/targets/Checkout::Dynamic::Render.d.ts +62 -1397
  523. package/build/ts/surfaces/checkout/targets/Checkout::GiftCard::Render.d.ts +60 -1304
  524. package/build/ts/surfaces/checkout/targets/Checkout::PaymentMethod::HostedFields::RenderAfter.d.ts +60 -1304
  525. package/build/ts/surfaces/checkout/targets/Checkout::PaymentMethod::Render.d.ts +60 -1304
  526. package/build/ts/surfaces/checkout/targets/Checkout::PaymentMethod::RenderRequiredAction.d.ts +62 -1397
  527. package/build/ts/surfaces/checkout/targets/Checkout::PickupLocations::RenderAfter.d.ts +62 -1397
  528. package/build/ts/surfaces/checkout/targets/Checkout::PickupLocations::RenderBefore.d.ts +62 -1397
  529. package/build/ts/surfaces/checkout/targets/Checkout::PickupPoints::RenderAfter.d.ts +62 -1397
  530. package/build/ts/surfaces/checkout/targets/Checkout::PickupPoints::RenderBefore.d.ts +62 -1397
  531. package/build/ts/surfaces/checkout/targets/Checkout::Reductions::RenderAfter.d.ts +62 -1397
  532. package/build/ts/surfaces/checkout/targets/Checkout::Reductions::RenderBefore.d.ts +62 -1397
  533. package/build/ts/surfaces/checkout/targets/Checkout::ShippingMethodDetails::RenderAfter.d.ts +62 -1397
  534. package/build/ts/surfaces/checkout/targets/Checkout::ShippingMethodDetails::RenderExpanded.d.ts +62 -1397
  535. package/build/ts/surfaces/checkout/targets/Checkout::ShippingMethods::RenderAfter.d.ts +62 -1397
  536. package/build/ts/surfaces/checkout/targets/Checkout::ShippingMethods::RenderBefore.d.ts +62 -1397
  537. package/build/ts/surfaces/checkout/targets/Checkout::ThankYou::CartLineDetails::RenderAfter.d.ts +62 -1397
  538. package/build/ts/surfaces/checkout/targets/Checkout::ThankYou::CartLines::RenderAfter.d.ts +62 -1397
  539. package/build/ts/surfaces/checkout/targets/Checkout::ThankYou::CustomerInformation::RenderAfter.d.ts +62 -1397
  540. package/build/ts/surfaces/checkout/targets/Checkout::ThankYou::Dynamic::Render.d.ts +62 -1397
  541. package/build/ts/surfaces/checkout/targets/purchase.address-autocomplete.format-suggestion.d.ts +1 -3
  542. package/build/ts/surfaces/checkout/targets/purchase.address-autocomplete.suggest.d.ts +1 -3
  543. package/build/ts/surfaces/checkout/targets/purchase.cart-line-item.line-components.render.d.ts +62 -1397
  544. package/build/ts/surfaces/checkout/targets/purchase.checkout.actions.render-before.d.ts +62 -1397
  545. package/build/ts/surfaces/checkout/targets/purchase.checkout.block.render.d.ts +62 -1397
  546. package/build/ts/surfaces/checkout/targets/purchase.checkout.cart-line-item.render-after.d.ts +62 -1397
  547. package/build/ts/surfaces/checkout/targets/purchase.checkout.cart-line-list.render-after.d.ts +62 -1397
  548. package/build/ts/surfaces/checkout/targets/purchase.checkout.chat.render.d.ts +1 -3
  549. package/build/ts/surfaces/checkout/targets/purchase.checkout.contact.render-after.d.ts +62 -1397
  550. package/build/ts/surfaces/checkout/targets/purchase.checkout.delivery-address.render-after.d.ts +62 -1397
  551. package/build/ts/surfaces/checkout/targets/purchase.checkout.delivery-address.render-before.d.ts +62 -1397
  552. package/build/ts/surfaces/checkout/targets/purchase.checkout.footer.render-after.d.ts +62 -1397
  553. package/build/ts/surfaces/checkout/targets/purchase.checkout.gift-card.render.d.ts +60 -1304
  554. package/build/ts/surfaces/checkout/targets/purchase.checkout.header.render-after.d.ts +62 -1397
  555. package/build/ts/surfaces/checkout/targets/purchase.checkout.payment-method-list.render-after.d.ts +62 -1397
  556. package/build/ts/surfaces/checkout/targets/purchase.checkout.payment-method-list.render-before.d.ts +62 -1397
  557. package/build/ts/surfaces/checkout/targets/purchase.checkout.payment-option-item.action-required.render.d.ts +62 -1397
  558. package/build/ts/surfaces/checkout/targets/purchase.checkout.payment-option-item.details.render.d.ts +60 -1304
  559. package/build/ts/surfaces/checkout/targets/purchase.checkout.payment-option-item.hosted-fields.render-after.d.ts +62 -1397
  560. package/build/ts/surfaces/checkout/targets/purchase.checkout.pickup-location-list.render-after.d.ts +62 -1397
  561. package/build/ts/surfaces/checkout/targets/purchase.checkout.pickup-location-list.render-before.d.ts +62 -1397
  562. package/build/ts/surfaces/checkout/targets/purchase.checkout.pickup-location-option-item.render-after.d.ts +62 -1397
  563. package/build/ts/surfaces/checkout/targets/purchase.checkout.pickup-point-list.render-after.d.ts +62 -1397
  564. package/build/ts/surfaces/checkout/targets/purchase.checkout.pickup-point-list.render-before.d.ts +62 -1397
  565. package/build/ts/surfaces/checkout/targets/purchase.checkout.reductions.render-after.d.ts +62 -1397
  566. package/build/ts/surfaces/checkout/targets/purchase.checkout.reductions.render-before.d.ts +62 -1397
  567. package/build/ts/surfaces/checkout/targets/purchase.checkout.shipping-option-item.details.render.d.ts +62 -1397
  568. package/build/ts/surfaces/checkout/targets/purchase.checkout.shipping-option-item.render-after.d.ts +62 -1397
  569. package/build/ts/surfaces/checkout/targets/purchase.checkout.shipping-option-list.render-after.d.ts +62 -1397
  570. package/build/ts/surfaces/checkout/targets/purchase.checkout.shipping-option-list.render-before.d.ts +62 -1397
  571. package/build/ts/surfaces/checkout/targets/purchase.thank-you.announcement.render.d.ts +68 -0
  572. package/build/ts/surfaces/checkout/targets/purchase.thank-you.block.render.d.ts +62 -1397
  573. package/build/ts/surfaces/checkout/targets/purchase.thank-you.cart-line-item.render-after.d.ts +62 -1397
  574. package/build/ts/surfaces/checkout/targets/purchase.thank-you.cart-line-list.render-after.d.ts +62 -1397
  575. package/build/ts/surfaces/checkout/targets/purchase.thank-you.chat.render.d.ts +1 -3
  576. package/build/ts/surfaces/checkout/targets/purchase.thank-you.customer-information.render-after.d.ts +62 -1397
  577. package/build/ts/surfaces/checkout/targets/purchase.thank-you.footer.render-after.d.ts +62 -1397
  578. package/build/ts/surfaces/checkout/targets/purchase.thank-you.header.render-after.d.ts +62 -1397
  579. package/build/ts/surfaces/checkout.d.ts +3 -1
  580. package/build/ts/surfaces/checkout.d.ts.map +1 -1
  581. package/build/ts/surfaces/customer-account/api/cart-line/cart-line-item.d.ts +2 -2
  582. package/build/ts/surfaces/customer-account/api/cart-line/cart-line-item.d.ts.map +1 -1
  583. package/build/ts/surfaces/customer-account/api/docs.d.ts +46 -17
  584. package/build/ts/surfaces/customer-account/api/docs.d.ts.map +1 -1
  585. package/build/ts/surfaces/customer-account/api/order-status/order-status.d.ts +29 -42
  586. package/build/ts/surfaces/customer-account/api/order-status/order-status.d.ts.map +1 -1
  587. package/build/ts/surfaces/customer-account/api/shared.d.ts +54 -40
  588. package/build/ts/surfaces/customer-account/api/shared.d.ts.map +1 -1
  589. package/build/ts/surfaces/customer-account/api/standard-api/standard-api.d.ts +38 -23
  590. package/build/ts/surfaces/customer-account/api/standard-api/standard-api.d.ts.map +1 -1
  591. package/build/ts/surfaces/customer-account/api.d.ts +2 -2
  592. package/build/ts/surfaces/customer-account/api.d.ts.map +1 -1
  593. package/build/ts/surfaces/customer-account/components/Abbreviation.d.ts +1 -1
  594. package/build/ts/surfaces/customer-account/components/Announcement.d.ts +95 -0
  595. package/build/ts/surfaces/customer-account/components/Avatar/Avatar.doc.d.ts.map +1 -1
  596. package/build/ts/surfaces/customer-account/components/Avatar.d.ts +46 -20
  597. package/build/ts/surfaces/customer-account/components/Badge.d.ts +57 -0
  598. package/build/ts/surfaces/customer-account/components/Banner.d.ts +9 -6
  599. package/build/ts/surfaces/customer-account/components/Button.d.ts +10 -5
  600. package/build/ts/surfaces/customer-account/components/ButtonGroup/ButtonGroup.doc.d.ts +4 -0
  601. package/build/ts/surfaces/customer-account/components/ButtonGroup/ButtonGroup.doc.d.ts.map +1 -0
  602. package/build/ts/surfaces/customer-account/components/ButtonGroup.d.ts +39 -0
  603. package/build/ts/surfaces/customer-account/components/Checkbox.d.ts +11 -5
  604. package/build/ts/surfaces/customer-account/components/Chip.d.ts +56 -0
  605. package/build/ts/surfaces/customer-account/components/Choice.d.ts +67 -0
  606. package/build/ts/surfaces/customer-account/components/ChoiceList.d.ts +65 -0
  607. package/build/ts/surfaces/customer-account/components/Clickable.d.ts +89 -0
  608. package/build/ts/surfaces/customer-account/components/ClickableChip.d.ts +83 -0
  609. package/build/ts/surfaces/customer-account/components/ClipboardItem.d.ts +9 -6
  610. package/build/ts/surfaces/customer-account/components/ConsentCheckbox.d.ts +84 -0
  611. package/build/ts/surfaces/customer-account/components/ConsentPhoneField.d.ts +129 -0
  612. package/build/ts/surfaces/customer-account/components/CustomerAccountAction/CustomerAccountAction.doc.d.ts.map +1 -1
  613. package/build/ts/surfaces/customer-account/components/CustomerAccountAction.d.ts +14 -3
  614. package/build/ts/surfaces/customer-account/components/DateField.d.ts +87 -0
  615. package/build/ts/surfaces/customer-account/components/DatePicker.d.ts +77 -0
  616. package/build/ts/surfaces/customer-account/components/Details.d.ts +85 -0
  617. package/build/ts/surfaces/customer-account/components/Divider.d.ts +46 -0
  618. package/build/ts/surfaces/customer-account/components/DropZone.d.ts +15 -7
  619. package/build/ts/surfaces/customer-account/components/EmailField.d.ts +31 -8
  620. package/build/ts/surfaces/customer-account/components/Form.d.ts +11 -8
  621. package/build/ts/surfaces/customer-account/components/Grid.d.ts +64 -0
  622. package/build/ts/surfaces/customer-account/components/GridItem.d.ts +54 -0
  623. package/build/ts/surfaces/customer-account/components/Icon.d.ts +4 -3
  624. package/build/ts/surfaces/customer-account/components/ImageGroup.d.ts +2 -2
  625. package/build/ts/surfaces/customer-account/components/Link.d.ts +10 -5
  626. package/build/ts/surfaces/customer-account/components/Map.d.ts +11 -8
  627. package/build/ts/surfaces/customer-account/components/MapMarker.d.ts +16 -15
  628. package/build/ts/surfaces/customer-account/components/Menu/Menu.doc.d.ts +4 -0
  629. package/build/ts/surfaces/customer-account/components/Menu/Menu.doc.d.ts.map +1 -0
  630. package/build/ts/surfaces/customer-account/components/Menu.d.ts +25 -0
  631. package/build/ts/surfaces/customer-account/components/Modal.d.ts +22 -18
  632. package/build/ts/surfaces/customer-account/components/MoneyField.d.ts +80 -0
  633. package/build/ts/surfaces/customer-account/components/NumberField.d.ts +98 -0
  634. package/build/ts/surfaces/customer-account/components/Option.d.ts +46 -0
  635. package/build/ts/surfaces/customer-account/components/Page/Page.doc.d.ts.map +1 -1
  636. package/build/ts/surfaces/customer-account/components/Page.d.ts +17 -2
  637. package/build/ts/surfaces/customer-account/components/PasswordField.d.ts +93 -0
  638. package/build/ts/surfaces/customer-account/components/PhoneField.d.ts +31 -17
  639. package/build/ts/surfaces/customer-account/components/Popover.d.ts +116 -0
  640. package/build/ts/surfaces/customer-account/components/PressButton.d.ts +79 -0
  641. package/build/ts/surfaces/customer-account/components/ProductThumbnail.d.ts +41 -0
  642. package/build/ts/surfaces/customer-account/components/QRCode.d.ts +8 -5
  643. package/build/ts/surfaces/customer-account/components/QueryContainer.d.ts +48 -0
  644. package/build/ts/surfaces/customer-account/components/ScrollBox.d.ts +54 -0
  645. package/build/ts/surfaces/customer-account/components/Section/Section.doc.d.ts +4 -0
  646. package/build/ts/surfaces/customer-account/components/Section/Section.doc.d.ts.map +1 -0
  647. package/build/ts/surfaces/customer-account/components/Select.d.ts +79 -0
  648. package/build/ts/surfaces/customer-account/components/Sheet.d.ts +100 -0
  649. package/build/ts/surfaces/customer-account/components/SkeletonParagraph.d.ts +40 -0
  650. package/build/ts/surfaces/customer-account/components/Stack.d.ts +4 -4
  651. package/build/ts/surfaces/customer-account/components/StandardComponents.d.ts +1 -1
  652. package/build/ts/surfaces/customer-account/components/StandardComponents.d.ts.map +1 -1
  653. package/build/ts/surfaces/customer-account/components/Summary.d.ts +35 -0
  654. package/build/ts/surfaces/customer-account/components/Switch.d.ts +60 -0
  655. package/build/ts/surfaces/customer-account/components/TextArea.d.ts +24 -8
  656. package/build/ts/surfaces/customer-account/components/TextField.d.ts +35 -20
  657. package/build/ts/surfaces/customer-account/components/Time.d.ts +1 -1
  658. package/build/ts/surfaces/customer-account/components/Tooltip.d.ts +48 -0
  659. package/build/ts/surfaces/customer-account/components/UrlField.d.ts +93 -0
  660. package/build/ts/surfaces/customer-account/components/components-shared.d.ts +1034 -288
  661. package/build/ts/surfaces/customer-account/components/components.d.ts +1947 -530
  662. package/build/ts/surfaces/customer-account/components/shared.d.ts +2 -2
  663. package/build/ts/surfaces/customer-account/components/shared.d.ts.map +1 -1
  664. package/build/ts/surfaces/customer-account/components/shared.ts +12 -5
  665. package/build/ts/surfaces/customer-account/extension-targets.d.ts +6 -6
  666. package/build/ts/surfaces/customer-account/extension-targets.d.ts.map +1 -1
  667. package/build/ts/surfaces/customer-account/globals.d.ts +2 -1
  668. package/build/ts/surfaces/customer-account/globals.d.ts.map +1 -1
  669. package/build/ts/surfaces/customer-account/preact/live-navigation.d.ts +1 -2
  670. package/build/ts/surfaces/customer-account/preact/live-navigation.d.ts.map +1 -1
  671. package/build/ts/surfaces/customer-account/preact/navigation.d.ts +2 -2
  672. package/build/ts/surfaces/customer-account/preact/navigation.d.ts.map +1 -1
  673. package/build/ts/surfaces/customer-account/preact/subscription.d.ts +2 -2
  674. package/build/ts/surfaces/customer-account/preact/subscription.d.ts.map +1 -1
  675. package/build/ts/surfaces/customer-account/targets/customer-account.footer.render-after.d.ts +70 -1537
  676. package/build/ts/surfaces/customer-account/targets/customer-account.order-index.announcement.render.d.ts +75 -0
  677. package/build/ts/surfaces/customer-account/targets/customer-account.order-index.block.render.d.ts +70 -1537
  678. package/build/ts/surfaces/customer-account/targets/customer-account.order-status.announcement.render.d.ts +75 -0
  679. package/build/ts/surfaces/customer-account/targets/customer-account.order-status.block.render.d.ts +70 -1537
  680. package/build/ts/surfaces/customer-account/targets/customer-account.order-status.cart-line-item.render-after.d.ts +70 -1537
  681. package/build/ts/surfaces/customer-account/targets/customer-account.order-status.cart-line-list.render-after.d.ts +70 -1537
  682. package/build/ts/surfaces/customer-account/targets/customer-account.order-status.customer-information.render-after.d.ts +70 -1537
  683. package/build/ts/surfaces/customer-account/targets/customer-account.order-status.fulfillment-details.render-after.d.ts +70 -1537
  684. package/build/ts/surfaces/customer-account/targets/customer-account.order-status.payment-details.render-after.d.ts +70 -1537
  685. package/build/ts/surfaces/customer-account/targets/customer-account.order-status.return-details.render-after.d.ts +70 -1537
  686. package/build/ts/surfaces/customer-account/targets/customer-account.order-status.unfulfilled-items.render-after.d.ts +70 -1537
  687. package/build/ts/surfaces/customer-account/targets/customer-account.order.action.menu-item.render.d.ts +70 -1537
  688. package/build/ts/surfaces/customer-account/targets/customer-account.order.action.render.d.ts +70 -1537
  689. package/build/ts/surfaces/customer-account/targets/customer-account.order.page.render.d.ts +70 -1537
  690. package/build/ts/surfaces/customer-account/targets/customer-account.page.render.d.ts +70 -1537
  691. package/build/ts/surfaces/customer-account/targets/customer-account.profile.addresses.render-after.d.ts +70 -1537
  692. package/build/ts/surfaces/customer-account/targets/customer-account.profile.announcement.render.d.ts +75 -0
  693. package/build/ts/surfaces/customer-account/targets/customer-account.profile.block.render.d.ts +70 -1537
  694. package/build/ts/surfaces/customer-account/targets/customer-account.profile.company-details.render-after.d.ts +70 -1537
  695. package/build/ts/surfaces/customer-account/targets/customer-account.profile.company-location-addresses.render-after.d.ts +70 -1537
  696. package/build/ts/surfaces/customer-account/targets/customer-account.profile.company-location-payment.render-after.d.ts +70 -1537
  697. package/build/ts/surfaces/customer-account/targets/customer-account.profile.company-location-staff.render-after.d.ts +70 -1537
  698. package/build/ts/surfaces/customer-account/targets/customer-account.profile.payment.render-after.d.ts +70 -1537
  699. package/build/ts/surfaces/point-of-sale/api/action-api/action-api.d.ts +15 -0
  700. package/build/ts/surfaces/point-of-sale/api/action-api/action-api.d.ts.map +1 -0
  701. package/build/ts/surfaces/point-of-sale/api/action-target-api/action-target-api.d.ts +8 -0
  702. package/build/ts/surfaces/point-of-sale/api/action-target-api/action-target-api.d.ts.map +1 -0
  703. package/build/ts/surfaces/point-of-sale/api/cart-api/cart-api.d.ts +182 -0
  704. package/build/ts/surfaces/point-of-sale/api/cart-api/cart-api.d.ts.map +1 -0
  705. package/build/ts/surfaces/point-of-sale/api/cart-line-item-api/cart-line-item-api.d.ts +11 -0
  706. package/build/ts/surfaces/point-of-sale/api/cart-line-item-api/cart-line-item-api.d.ts.map +1 -0
  707. package/build/ts/surfaces/point-of-sale/api/connectivity-api/connectivity-api.d.ts +22 -0
  708. package/build/ts/surfaces/point-of-sale/api/connectivity-api/connectivity-api.d.ts.map +1 -0
  709. package/build/ts/surfaces/point-of-sale/api/customer-api/customer-api.d.ts +10 -0
  710. package/build/ts/surfaces/point-of-sale/api/customer-api/customer-api.d.ts.map +1 -0
  711. package/build/ts/surfaces/point-of-sale/api/device-api/device-api.d.ts +21 -0
  712. package/build/ts/surfaces/point-of-sale/api/device-api/device-api.d.ts.map +1 -0
  713. package/build/ts/surfaces/point-of-sale/api/draft-order-api/draft-order-api.d.ts +18 -0
  714. package/build/ts/surfaces/point-of-sale/api/draft-order-api/draft-order-api.d.ts.map +1 -0
  715. package/build/ts/surfaces/point-of-sale/api/locale-api/locale-api.d.ts +15 -0
  716. package/build/ts/surfaces/point-of-sale/api/locale-api/locale-api.d.ts.map +1 -0
  717. package/build/ts/surfaces/point-of-sale/api/navigation-api/navigation-api.d.ts +47 -0
  718. package/build/ts/surfaces/point-of-sale/api/navigation-api/navigation-api.d.ts.map +1 -0
  719. package/build/ts/surfaces/point-of-sale/api/order-api/order-api.d.ts +24 -0
  720. package/build/ts/surfaces/point-of-sale/api/order-api/order-api.d.ts.map +1 -0
  721. package/build/ts/surfaces/point-of-sale/api/pin-pad-api.d.ts +17 -0
  722. package/build/ts/surfaces/point-of-sale/api/pin-pad-api.d.ts.map +1 -0
  723. package/build/ts/surfaces/point-of-sale/api/print-api/print-api.d.ts +29 -0
  724. package/build/ts/surfaces/point-of-sale/api/print-api/print-api.d.ts.map +1 -0
  725. package/build/ts/surfaces/point-of-sale/api/product-api/product-api.d.ts +14 -0
  726. package/build/ts/surfaces/point-of-sale/api/product-api/product-api.d.ts.map +1 -0
  727. package/build/ts/surfaces/point-of-sale/api/product-search-api/product-search-api.d.ts +67 -0
  728. package/build/ts/surfaces/point-of-sale/api/product-search-api/product-search-api.d.ts.map +1 -0
  729. package/build/ts/surfaces/point-of-sale/api/scanner-api/scanner-api.d.ts +37 -0
  730. package/build/ts/surfaces/point-of-sale/api/scanner-api/scanner-api.d.ts.map +1 -0
  731. package/build/ts/surfaces/point-of-sale/api/session-api/session-api.d.ts +21 -0
  732. package/build/ts/surfaces/point-of-sale/api/session-api/session-api.d.ts.map +1 -0
  733. package/build/ts/surfaces/point-of-sale/api/standard/standard-api.d.ts +15 -0
  734. package/build/ts/surfaces/point-of-sale/api/standard/standard-api.d.ts.map +1 -0
  735. package/build/ts/surfaces/point-of-sale/api/storage-api/storage-api.d.ts +5 -0
  736. package/build/ts/surfaces/point-of-sale/api/storage-api/storage-api.d.ts.map +1 -0
  737. package/build/ts/surfaces/point-of-sale/api/toast-api/toast-api.d.ts +15 -0
  738. package/build/ts/surfaces/point-of-sale/api/toast-api/toast-api.d.ts.map +1 -0
  739. package/build/ts/surfaces/point-of-sale/api.d.ts +34 -0
  740. package/build/ts/surfaces/point-of-sale/api.d.ts.map +1 -0
  741. package/build/ts/surfaces/point-of-sale/components/Badge/Badge.doc.d.ts +4 -0
  742. package/build/ts/surfaces/point-of-sale/components/Badge/Badge.doc.d.ts.map +1 -0
  743. package/build/ts/surfaces/point-of-sale/components/Badge.d.ts +61 -0
  744. package/build/ts/surfaces/point-of-sale/components/Banner/Banner.doc.d.ts +4 -0
  745. package/build/ts/surfaces/point-of-sale/components/Banner/Banner.doc.d.ts.map +1 -0
  746. package/build/ts/surfaces/point-of-sale/components/Banner.d.ts +77 -0
  747. package/build/ts/surfaces/point-of-sale/components/Box/Box.doc.d.ts +4 -0
  748. package/build/ts/surfaces/point-of-sale/components/Box/Box.doc.d.ts.map +1 -0
  749. package/build/ts/surfaces/point-of-sale/components/Box.d.ts +175 -0
  750. package/build/ts/surfaces/point-of-sale/components/Button/Button.doc.d.ts +4 -0
  751. package/build/ts/surfaces/point-of-sale/components/Button/Button.doc.d.ts.map +1 -0
  752. package/build/ts/surfaces/point-of-sale/components/Button.d.ts +102 -0
  753. package/build/ts/surfaces/point-of-sale/components/Choice.d.ts +50 -0
  754. package/build/ts/surfaces/point-of-sale/components/ChoiceList/ChoiceList.doc.d.ts +4 -0
  755. package/build/ts/surfaces/point-of-sale/components/ChoiceList/ChoiceList.doc.d.ts.map +1 -0
  756. package/build/ts/surfaces/point-of-sale/components/ChoiceList.d.ts +70 -0
  757. package/build/ts/surfaces/point-of-sale/components/Clickable/Clickable.doc.d.ts +4 -0
  758. package/build/ts/surfaces/point-of-sale/components/Clickable/Clickable.doc.d.ts.map +1 -0
  759. package/build/ts/surfaces/point-of-sale/components/Clickable.d.ts +66 -0
  760. package/build/ts/surfaces/point-of-sale/components/DateField/DateField.doc.d.ts +4 -0
  761. package/build/ts/surfaces/point-of-sale/components/DateField/DateField.doc.d.ts.map +1 -0
  762. package/build/ts/surfaces/point-of-sale/components/DateField.d.ts +78 -0
  763. package/build/ts/surfaces/point-of-sale/components/DatePicker/DatePicker.doc.d.ts +4 -0
  764. package/build/ts/surfaces/point-of-sale/components/DatePicker/DatePicker.doc.d.ts.map +1 -0
  765. package/build/ts/surfaces/point-of-sale/components/DatePicker.d.ts +74 -0
  766. package/build/ts/surfaces/point-of-sale/components/DateSpinner/DateSpinner.doc.d.ts +4 -0
  767. package/build/ts/surfaces/point-of-sale/components/DateSpinner/DateSpinner.doc.d.ts.map +1 -0
  768. package/build/ts/surfaces/point-of-sale/components/DateSpinner.d.ts +74 -0
  769. package/build/ts/surfaces/point-of-sale/components/Divider/Divider.doc.d.ts +4 -0
  770. package/build/ts/surfaces/point-of-sale/components/Divider/Divider.doc.d.ts.map +1 -0
  771. package/build/ts/surfaces/point-of-sale/components/Divider.d.ts +48 -0
  772. package/build/ts/surfaces/point-of-sale/components/EmailField/EmailField.doc.d.ts +4 -0
  773. package/build/ts/surfaces/point-of-sale/components/EmailField/EmailField.doc.d.ts.map +1 -0
  774. package/build/ts/surfaces/point-of-sale/components/EmailField.d.ts +95 -0
  775. package/build/ts/surfaces/point-of-sale/components/Heading/Heading.doc.d.ts +4 -0
  776. package/build/ts/surfaces/point-of-sale/components/Heading/Heading.doc.d.ts.map +1 -0
  777. package/build/ts/surfaces/point-of-sale/components/Heading.d.ts +52 -0
  778. package/build/ts/surfaces/point-of-sale/components/Icon/Icon.doc.d.ts +4 -0
  779. package/build/ts/surfaces/point-of-sale/components/Icon/Icon.doc.d.ts.map +1 -0
  780. package/build/ts/surfaces/point-of-sale/components/Icon.d.ts +183 -0
  781. package/build/ts/surfaces/point-of-sale/components/Image/Image.doc.d.ts +4 -0
  782. package/build/ts/surfaces/point-of-sale/components/Image/Image.doc.d.ts.map +1 -0
  783. package/build/ts/surfaces/point-of-sale/components/Image.d.ts +71 -0
  784. package/build/ts/surfaces/point-of-sale/components/Modal/Modal.doc.d.ts +4 -0
  785. package/build/ts/surfaces/point-of-sale/components/Modal/Modal.doc.d.ts.map +1 -0
  786. package/build/ts/surfaces/point-of-sale/components/Modal.d.ts +90 -0
  787. package/build/ts/surfaces/point-of-sale/components/NumberField/NumberField.doc.d.ts +4 -0
  788. package/build/ts/surfaces/point-of-sale/components/NumberField/NumberField.doc.d.ts.map +1 -0
  789. package/build/ts/surfaces/point-of-sale/components/NumberField.d.ts +159 -0
  790. package/build/ts/surfaces/point-of-sale/components/Page/Page.doc.d.ts +4 -0
  791. package/build/ts/surfaces/point-of-sale/components/Page/Page.doc.d.ts.map +1 -0
  792. package/build/ts/surfaces/point-of-sale/components/Page.d.ts +76 -0
  793. package/build/ts/surfaces/point-of-sale/components/PosBlock/PosBlock.doc.d.ts +4 -0
  794. package/build/ts/surfaces/point-of-sale/components/PosBlock/PosBlock.doc.d.ts.map +1 -0
  795. package/build/ts/surfaces/point-of-sale/components/PosBlock.d.ts +63 -0
  796. package/build/ts/surfaces/point-of-sale/components/QrCode.d.ts +47 -0
  797. package/build/ts/surfaces/point-of-sale/components/ScrollBox/ScrollBox.doc.d.ts +4 -0
  798. package/build/ts/surfaces/point-of-sale/components/ScrollBox/ScrollBox.doc.d.ts.map +1 -0
  799. package/build/ts/surfaces/point-of-sale/components/ScrollBox.d.ts +172 -0
  800. package/build/ts/surfaces/point-of-sale/components/SearchField/SearchField.doc.d.ts +4 -0
  801. package/build/ts/surfaces/point-of-sale/components/SearchField/SearchField.doc.d.ts.map +1 -0
  802. package/build/ts/surfaces/point-of-sale/components/SearchField.d.ts +74 -0
  803. package/build/ts/surfaces/point-of-sale/components/Section/Section.doc.d.ts +4 -0
  804. package/build/ts/surfaces/point-of-sale/components/Section/Section.doc.d.ts.map +1 -0
  805. package/build/ts/surfaces/point-of-sale/components/Section.d.ts +68 -0
  806. package/build/ts/surfaces/point-of-sale/components/Stack/Stack.doc.d.ts +4 -0
  807. package/build/ts/surfaces/point-of-sale/components/Stack/Stack.doc.d.ts.map +1 -0
  808. package/build/ts/surfaces/point-of-sale/components/Stack.d.ts +250 -0
  809. package/build/ts/surfaces/point-of-sale/components/Text/Text.doc.d.ts +4 -0
  810. package/build/ts/surfaces/point-of-sale/components/Text/Text.doc.d.ts.map +1 -0
  811. package/build/ts/surfaces/point-of-sale/components/Text.d.ts +75 -0
  812. package/build/ts/surfaces/point-of-sale/components/TextArea/TextArea.doc.d.ts +4 -0
  813. package/build/ts/surfaces/point-of-sale/components/TextArea/TextArea.doc.d.ts.map +1 -0
  814. package/build/ts/surfaces/point-of-sale/components/TextArea.d.ts +96 -0
  815. package/build/ts/surfaces/point-of-sale/components/TextField/TextField.doc.d.ts +4 -0
  816. package/build/ts/surfaces/point-of-sale/components/TextField/TextField.doc.d.ts.map +1 -0
  817. package/build/ts/surfaces/point-of-sale/components/TextField.d.ts +95 -0
  818. package/build/ts/surfaces/point-of-sale/components/Tile/Tile.doc.d.ts +4 -0
  819. package/build/ts/surfaces/point-of-sale/components/Tile/Tile.doc.d.ts.map +1 -0
  820. package/build/ts/surfaces/point-of-sale/components/Tile.d.ts +71 -0
  821. package/build/ts/surfaces/point-of-sale/components/TimeField/TimeField.doc.d.ts +4 -0
  822. package/build/ts/surfaces/point-of-sale/components/TimeField/TimeField.doc.d.ts.map +1 -0
  823. package/build/ts/surfaces/point-of-sale/components/TimeField.d.ts +77 -0
  824. package/build/ts/surfaces/point-of-sale/components/TimePicker/TimePicker.doc.d.ts +4 -0
  825. package/build/ts/surfaces/point-of-sale/components/TimePicker/TimePicker.doc.d.ts.map +1 -0
  826. package/build/ts/surfaces/point-of-sale/components/TimePicker.d.ts +74 -0
  827. package/build/ts/surfaces/point-of-sale/components/components-shared.d.ts +3210 -0
  828. package/build/ts/surfaces/point-of-sale/components/targets/ActionExtensionComponents.d.ts +2 -0
  829. package/build/ts/surfaces/point-of-sale/components/targets/ActionExtensionComponents.d.ts.map +1 -0
  830. package/build/ts/surfaces/point-of-sale/components/targets/BasicComponents.d.ts +3 -0
  831. package/build/ts/surfaces/point-of-sale/components/targets/BasicComponents.d.ts.map +1 -0
  832. package/build/ts/surfaces/point-of-sale/components/targets/BlockExtensionComponents.d.ts +2 -0
  833. package/build/ts/surfaces/point-of-sale/components/targets/BlockExtensionComponents.d.ts.map +1 -0
  834. package/build/ts/surfaces/point-of-sale/components/targets/ReceiptComponents.d.ts +2 -0
  835. package/build/ts/surfaces/point-of-sale/components/targets/ReceiptComponents.d.ts.map +1 -0
  836. package/build/ts/surfaces/point-of-sale/components/targets/SmartGridComponents.d.ts +2 -0
  837. package/build/ts/surfaces/point-of-sale/components/targets/SmartGridComponents.d.ts.map +1 -0
  838. package/build/ts/surfaces/point-of-sale/components/targets/StandardComponents.d.ts +3 -0
  839. package/build/ts/surfaces/point-of-sale/components/targets/StandardComponents.d.ts.map +1 -0
  840. package/build/ts/surfaces/point-of-sale/event/data/BaseApi.d.ts +3 -0
  841. package/build/ts/surfaces/point-of-sale/event/data/BaseApi.d.ts.map +1 -0
  842. package/build/ts/surfaces/point-of-sale/event/data/BaseData.d.ts +8 -0
  843. package/build/ts/surfaces/point-of-sale/event/data/BaseData.d.ts.map +1 -0
  844. package/build/ts/surfaces/point-of-sale/event/data/CartUpdateEventData.d.ts +7 -0
  845. package/build/ts/surfaces/point-of-sale/event/data/CartUpdateEventData.d.ts.map +1 -0
  846. package/build/ts/surfaces/point-of-sale/event/data/CashTrackingSessionData.d.ts +16 -0
  847. package/build/ts/surfaces/point-of-sale/event/data/CashTrackingSessionData.d.ts.map +1 -0
  848. package/build/ts/surfaces/point-of-sale/event/data/ExchangeTransactionData.d.ts +10 -0
  849. package/build/ts/surfaces/point-of-sale/event/data/ExchangeTransactionData.d.ts.map +1 -0
  850. package/build/ts/surfaces/point-of-sale/event/data/ReprintReceiptData.d.ts +7 -0
  851. package/build/ts/surfaces/point-of-sale/event/data/ReprintReceiptData.d.ts.map +1 -0
  852. package/build/ts/surfaces/point-of-sale/event/data/ReturnTransactionData.d.ts +10 -0
  853. package/build/ts/surfaces/point-of-sale/event/data/ReturnTransactionData.d.ts.map +1 -0
  854. package/build/ts/surfaces/point-of-sale/event/data/SaleTransactionData.d.ts +8 -0
  855. package/build/ts/surfaces/point-of-sale/event/data/SaleTransactionData.d.ts.map +1 -0
  856. package/build/ts/surfaces/point-of-sale/event/data/TransactionCompleteData.d.ts +13 -0
  857. package/build/ts/surfaces/point-of-sale/event/data/TransactionCompleteData.d.ts.map +1 -0
  858. package/build/ts/surfaces/point-of-sale/event/data.d.ts +9 -0
  859. package/build/ts/surfaces/point-of-sale/event/data.d.ts.map +1 -0
  860. package/build/ts/surfaces/point-of-sale/event/output/BaseOutput.d.ts +9 -0
  861. package/build/ts/surfaces/point-of-sale/event/output/BaseOutput.d.ts.map +1 -0
  862. package/build/ts/surfaces/point-of-sale/event/output.d.ts +2 -0
  863. package/build/ts/surfaces/point-of-sale/event/output.d.ts.map +1 -0
  864. package/build/ts/surfaces/point-of-sale/extension-targets.d.ts +57 -0
  865. package/build/ts/surfaces/point-of-sale/extension-targets.d.ts.map +1 -0
  866. package/build/ts/surfaces/point-of-sale/globals.d.ts +5 -0
  867. package/build/ts/surfaces/point-of-sale/globals.d.ts.map +1 -0
  868. package/build/ts/surfaces/point-of-sale/targets/pos.cart-update.event.observe.d.ts +7 -0
  869. package/build/ts/surfaces/point-of-sale/targets/pos.cart.line-item-details.action.menu-item.render.d.ts +8 -0
  870. package/build/ts/surfaces/point-of-sale/targets/pos.cart.line-item-details.action.render.d.ts +34 -0
  871. package/build/ts/surfaces/point-of-sale/targets/pos.cash-tracking-session-complete.event.observe.d.ts +7 -0
  872. package/build/ts/surfaces/point-of-sale/targets/pos.cash-tracking-session-start.event.observe.d.ts +7 -0
  873. package/build/ts/surfaces/point-of-sale/targets/pos.customer-details.action.menu-item.render.d.ts +8 -0
  874. package/build/ts/surfaces/point-of-sale/targets/pos.customer-details.action.render.d.ts +34 -0
  875. package/build/ts/surfaces/point-of-sale/targets/pos.customer-details.block.render.d.ts +20 -0
  876. package/build/ts/surfaces/point-of-sale/targets/pos.draft-order-details.action.menu-item.render.d.ts +8 -0
  877. package/build/ts/surfaces/point-of-sale/targets/pos.draft-order-details.action.render.d.ts +34 -0
  878. package/build/ts/surfaces/point-of-sale/targets/pos.draft-order-details.block.render.d.ts +20 -0
  879. package/build/ts/surfaces/point-of-sale/targets/pos.exchange.post.action.menu-item.render.d.ts +8 -0
  880. package/build/ts/surfaces/point-of-sale/targets/pos.exchange.post.action.render.d.ts +34 -0
  881. package/build/ts/surfaces/point-of-sale/targets/pos.exchange.post.block.render.d.ts +20 -0
  882. package/build/ts/surfaces/point-of-sale/targets/pos.home.modal.render.d.ts +34 -0
  883. package/build/ts/surfaces/point-of-sale/targets/pos.home.tile.render.d.ts +8 -0
  884. package/build/ts/surfaces/point-of-sale/targets/pos.order-details.action.menu-item.render.d.ts +8 -0
  885. package/build/ts/surfaces/point-of-sale/targets/pos.order-details.action.render.d.ts +34 -0
  886. package/build/ts/surfaces/point-of-sale/targets/pos.order-details.block.render.d.ts +20 -0
  887. package/build/ts/surfaces/point-of-sale/targets/pos.product-details.action.menu-item.render.d.ts +8 -0
  888. package/build/ts/surfaces/point-of-sale/targets/pos.product-details.action.render.d.ts +34 -0
  889. package/build/ts/surfaces/point-of-sale/targets/pos.product-details.block.render.d.ts +20 -0
  890. package/build/ts/surfaces/point-of-sale/targets/pos.purchase.post.action.menu-item.render.d.ts +8 -0
  891. package/build/ts/surfaces/point-of-sale/targets/pos.purchase.post.action.render.d.ts +34 -0
  892. package/build/ts/surfaces/point-of-sale/targets/pos.purchase.post.block.render.d.ts +20 -0
  893. package/build/ts/surfaces/point-of-sale/targets/pos.receipt-footer.block.render.d.ts +10 -0
  894. package/build/ts/surfaces/point-of-sale/targets/pos.receipt-header.block.render.d.ts +10 -0
  895. package/build/ts/surfaces/point-of-sale/targets/pos.return.post.action.menu-item.render.d.ts +8 -0
  896. package/build/ts/surfaces/point-of-sale/targets/pos.return.post.action.render.d.ts +34 -0
  897. package/build/ts/surfaces/point-of-sale/targets/pos.return.post.block.render.d.ts +20 -0
  898. package/build/ts/surfaces/point-of-sale/targets/pos.transaction-complete.event.observe.d.ts +7 -0
  899. package/build/ts/surfaces/point-of-sale/types/base-transaction-complete.d.ts +21 -0
  900. package/build/ts/surfaces/point-of-sale/types/base-transaction-complete.d.ts.map +1 -0
  901. package/build/ts/surfaces/point-of-sale/types/cart.d.ts +165 -0
  902. package/build/ts/surfaces/point-of-sale/types/cart.d.ts.map +1 -0
  903. package/build/ts/surfaces/point-of-sale/types/country-code.d.ts +248 -0
  904. package/build/ts/surfaces/point-of-sale/types/country-code.d.ts.map +1 -0
  905. package/build/ts/surfaces/point-of-sale/types/device.d.ts +15 -0
  906. package/build/ts/surfaces/point-of-sale/types/device.d.ts.map +1 -0
  907. package/build/ts/surfaces/point-of-sale/types/direct-api-request-body.d.ts +14 -0
  908. package/build/ts/surfaces/point-of-sale/types/direct-api-request-body.d.ts.map +1 -0
  909. package/build/ts/surfaces/point-of-sale/types/discount-allocation.d.ts +5 -0
  910. package/build/ts/surfaces/point-of-sale/types/discount-allocation.d.ts.map +1 -0
  911. package/build/ts/surfaces/point-of-sale/types/money.d.ts +9 -0
  912. package/build/ts/surfaces/point-of-sale/types/money.d.ts.map +1 -0
  913. package/build/ts/surfaces/point-of-sale/types/multiple-resource-result.d.ts +15 -0
  914. package/build/ts/surfaces/point-of-sale/types/multiple-resource-result.d.ts.map +1 -0
  915. package/build/ts/surfaces/point-of-sale/types/order.d.ts +10 -0
  916. package/build/ts/surfaces/point-of-sale/types/order.d.ts.map +1 -0
  917. package/build/ts/surfaces/point-of-sale/types/paginated-result.d.ts +19 -0
  918. package/build/ts/surfaces/point-of-sale/types/paginated-result.d.ts.map +1 -0
  919. package/build/ts/surfaces/point-of-sale/types/payment.d.ts +7 -0
  920. package/build/ts/surfaces/point-of-sale/types/payment.d.ts.map +1 -0
  921. package/build/ts/surfaces/point-of-sale/types/pin-pad.d.ts +64 -0
  922. package/build/ts/surfaces/point-of-sale/types/pin-pad.d.ts.map +1 -0
  923. package/build/ts/surfaces/point-of-sale/types/product.d.ts +61 -0
  924. package/build/ts/surfaces/point-of-sale/types/product.d.ts.map +1 -0
  925. package/build/ts/surfaces/point-of-sale/types/session.d.ts +33 -0
  926. package/build/ts/surfaces/point-of-sale/types/session.d.ts.map +1 -0
  927. package/build/ts/surfaces/point-of-sale/types/shipping-line.d.ts +16 -0
  928. package/build/ts/surfaces/point-of-sale/types/shipping-line.d.ts.map +1 -0
  929. package/build/ts/surfaces/point-of-sale/types/storage.d.ts +45 -0
  930. package/build/ts/surfaces/point-of-sale/types/storage.d.ts.map +1 -0
  931. package/build/ts/surfaces/point-of-sale/types/tax-line.d.ts +13 -0
  932. package/build/ts/surfaces/point-of-sale/types/tax-line.d.ts.map +1 -0
  933. package/build/ts/surfaces/point-of-sale/types/transaction-type.d.ts +2 -0
  934. package/build/ts/surfaces/point-of-sale/types/transaction-type.d.ts.map +1 -0
  935. package/build/ts/surfaces/point-of-sale.d.ts +5 -0
  936. package/build/ts/surfaces/point-of-sale.d.ts.map +1 -0
  937. package/build/tsconfig.tsbuildinfo +1 -1
  938. package/package.json +37 -5
  939. package/src/docs/shared/components/Announcement.ts +12 -0
  940. package/src/docs/shared/components/Avatar.ts +12 -0
  941. package/src/docs/shared/components/Badge.ts +1 -1
  942. package/src/docs/shared/components/Banner.ts +1 -1
  943. package/src/docs/shared/components/ButtonGroup.ts +11 -0
  944. package/src/docs/shared/components/Checkbox.ts +1 -1
  945. package/src/docs/shared/components/Chip.ts +12 -0
  946. package/src/docs/shared/components/Choice.ts +1 -1
  947. package/src/docs/shared/components/ChoiceList.ts +1 -1
  948. package/src/docs/shared/components/Clickable.ts +1 -1
  949. package/src/docs/shared/components/ClickableChip.ts +12 -0
  950. package/src/docs/shared/components/ColorField.ts +12 -0
  951. package/src/docs/shared/components/ColorPicker.ts +11 -0
  952. package/src/docs/shared/components/ConsentCheckbox.ts +12 -0
  953. package/src/docs/shared/components/ConsentPhoneField.ts +12 -0
  954. package/src/docs/shared/components/DateField.ts +11 -0
  955. package/src/docs/shared/components/DatePicker.ts +1 -1
  956. package/src/docs/shared/components/Details.ts +12 -0
  957. package/src/docs/shared/components/Divider.ts +1 -1
  958. package/src/docs/shared/components/EmailField.ts +2 -2
  959. package/src/docs/shared/components/FunctionSettings.ts +28 -0
  960. package/src/docs/shared/components/Grid.ts +1 -1
  961. package/src/docs/shared/components/GridItem.ts +1 -1
  962. package/src/docs/shared/components/Menu.ts +12 -0
  963. package/src/docs/shared/components/Modal.ts +2 -2
  964. package/src/docs/shared/components/MoneyField.ts +1 -1
  965. package/src/docs/shared/components/NumberField.ts +1 -1
  966. package/src/docs/shared/components/OptionGroup.ts +12 -0
  967. package/src/docs/shared/components/Paragraph.ts +1 -1
  968. package/src/docs/shared/components/PasswordField.ts +1 -1
  969. package/src/docs/shared/components/Popover.ts +12 -0
  970. package/src/docs/shared/components/PressButton.ts +12 -0
  971. package/src/docs/shared/components/ScrollBox.ts +12 -0
  972. package/src/docs/shared/components/SearchField.ts +1 -1
  973. package/src/docs/shared/components/Section.ts +1 -1
  974. package/src/docs/shared/components/Select.ts +1 -1
  975. package/src/docs/shared/components/SkeletonParagraph.ts +12 -0
  976. package/src/docs/shared/components/Summary.ts +12 -0
  977. package/src/docs/shared/components/Switch.ts +1 -1
  978. package/src/docs/shared/components/Table.ts +1 -1
  979. package/src/docs/shared/components/TableBody.ts +1 -1
  980. package/src/docs/shared/components/TableCell.ts +1 -1
  981. package/src/docs/shared/components/TableHeader.ts +1 -1
  982. package/src/docs/shared/components/TableHeaderRow.ts +1 -1
  983. package/src/docs/shared/components/TableRow.ts +1 -1
  984. package/src/docs/shared/components/TextArea.ts +1 -1
  985. package/src/docs/shared/components/Thumbnail.ts +12 -0
  986. package/src/docs/shared/components/Tooltip.ts +12 -0
  987. package/src/docs/shared/components/URLField.ts +1 -1
  988. package/src/docs/shared/components/index.ts +12 -0
  989. package/src/docs/shared/docs-type.ts +6 -5
  990. package/src/shared.ts +16 -1
  991. package/src/surfaces/admin/api/customer-segment-template/customer-segment-template.ts +31 -0
  992. package/src/surfaces/admin/api/intents/examples/create-article.js +9 -0
  993. package/src/surfaces/admin/api/intents/examples/create-catalog.js +9 -0
  994. package/src/surfaces/admin/api/intents/examples/create-collection.js +9 -0
  995. package/src/surfaces/admin/api/intents/examples/create-customer.js +9 -0
  996. package/src/surfaces/admin/api/intents/examples/create-discount.js +11 -0
  997. package/src/surfaces/admin/api/intents/examples/create-market.js +9 -0
  998. package/src/surfaces/admin/api/intents/examples/create-menu.js +9 -0
  999. package/src/surfaces/admin/api/intents/examples/create-metafield-definition.js +11 -0
  1000. package/src/surfaces/admin/api/intents/examples/create-metaobject-definition.js +9 -0
  1001. package/src/surfaces/admin/api/intents/examples/create-metaobject.js +11 -0
  1002. package/src/surfaces/admin/api/intents/examples/create-page.js +9 -0
  1003. package/src/surfaces/admin/api/intents/examples/create-product.js +9 -0
  1004. package/src/surfaces/admin/api/intents/examples/create-variant.js +11 -0
  1005. package/src/surfaces/admin/api/intents/examples/edit-article.js +11 -0
  1006. package/src/surfaces/admin/api/intents/examples/edit-catalog.js +11 -0
  1007. package/src/surfaces/admin/api/intents/examples/edit-collection.js +11 -0
  1008. package/src/surfaces/admin/api/intents/examples/edit-customer.js +11 -0
  1009. package/src/surfaces/admin/api/intents/examples/edit-discount.js +11 -0
  1010. package/src/surfaces/admin/api/intents/examples/edit-market.js +11 -0
  1011. package/src/surfaces/admin/api/intents/examples/edit-menu.js +11 -0
  1012. package/src/surfaces/admin/api/intents/examples/edit-metafield-definition.js +11 -0
  1013. package/src/surfaces/admin/api/intents/examples/edit-metaobject-definition.js +11 -0
  1014. package/src/surfaces/admin/api/intents/examples/edit-metaobject.js +11 -0
  1015. package/src/surfaces/admin/api/intents/examples/edit-page.js +11 -0
  1016. package/src/surfaces/admin/api/intents/examples/edit-product.js +11 -0
  1017. package/src/surfaces/admin/api/intents/examples/edit-variant.js +11 -0
  1018. package/src/surfaces/admin/api/intents/intents.ts +153 -0
  1019. package/src/surfaces/admin/api/standard/standard.ts +9 -7
  1020. package/src/surfaces/admin/api/standard/storage.ts +110 -0
  1021. package/src/surfaces/admin/api.ts +4 -1
  1022. package/src/surfaces/admin/components/AdminAction.d.ts +5 -5
  1023. package/src/surfaces/admin/components/AdminBlock.d.ts +3 -3
  1024. package/src/surfaces/admin/components/AdminPrintAction.d.ts +3 -3
  1025. package/src/surfaces/admin/components/Avatar/examples/default.html +4 -0
  1026. package/src/surfaces/admin/components/Avatar.d.ts +128 -0
  1027. package/src/surfaces/admin/components/Badge.d.ts +8 -5
  1028. package/src/surfaces/admin/components/Banner.d.ts +22 -28
  1029. package/src/surfaces/admin/components/Box.d.ts +76 -24
  1030. package/src/surfaces/admin/components/Button.d.ts +41 -36
  1031. package/src/surfaces/admin/components/ButtonGroup/examples/default.html +4 -0
  1032. package/src/surfaces/admin/components/ButtonGroup.d.ts +132 -0
  1033. package/src/surfaces/admin/components/Checkbox.d.ts +23 -34
  1034. package/src/surfaces/admin/components/Chip/examples/default.html +1 -0
  1035. package/src/surfaces/admin/components/Chip.d.ts +121 -0
  1036. package/src/surfaces/admin/components/Choice.d.ts +10 -9
  1037. package/src/surfaces/admin/components/ChoiceList/examples/default.html +3 -3
  1038. package/src/surfaces/admin/components/ChoiceList.d.ts +22 -28
  1039. package/src/surfaces/admin/components/Clickable.d.ts +109 -56
  1040. package/src/surfaces/admin/components/ClickableChip/examples/default.html +1 -0
  1041. package/src/surfaces/admin/components/ClickableChip.d.ts +152 -0
  1042. package/src/surfaces/admin/components/ColorField/examples/default.html +4 -0
  1043. package/src/surfaces/admin/components/ColorField.d.ts +240 -0
  1044. package/src/surfaces/admin/components/ColorPicker/examples/default.html +4 -0
  1045. package/src/surfaces/admin/components/ColorPicker.d.ts +128 -0
  1046. package/src/surfaces/admin/components/DateField/examples/default.html +1 -0
  1047. package/src/surfaces/admin/components/DateField.d.ts +242 -0
  1048. package/src/surfaces/admin/components/DatePicker.d.ts +10 -33
  1049. package/src/surfaces/admin/components/Divider.d.ts +3 -3
  1050. package/src/surfaces/admin/components/DropZone/examples/default.html +9 -0
  1051. package/src/surfaces/admin/components/EmailField.d.ts +27 -33
  1052. package/src/surfaces/admin/components/Form.d.ts +48 -36
  1053. package/src/surfaces/admin/components/FormExtensionComponents.ts +5 -0
  1054. package/src/surfaces/admin/components/FunctionSettings/examples/default.tsx +38 -0
  1055. package/src/surfaces/admin/components/FunctionSettings.d.ts +183 -0
  1056. package/src/surfaces/admin/components/FunctionSettingsComponents.ts +7 -0
  1057. package/src/surfaces/admin/components/Grid.d.ts +148 -34
  1058. package/src/surfaces/admin/components/GridItem.d.ts +76 -24
  1059. package/src/surfaces/admin/components/Heading.d.ts +3 -3
  1060. package/src/surfaces/admin/components/Icon.d.ts +8 -4
  1061. package/src/surfaces/admin/components/Image/examples/default.html +1 -1
  1062. package/src/surfaces/admin/components/Image.d.ts +95 -55
  1063. package/src/surfaces/admin/components/Link.d.ts +35 -39
  1064. package/src/surfaces/admin/components/ListItem.d.ts +3 -3
  1065. package/src/surfaces/admin/components/Menu/examples/default.html +7 -0
  1066. package/src/surfaces/admin/components/Menu.d.ts +139 -0
  1067. package/src/surfaces/admin/components/Modal/examples/default.html +23 -0
  1068. package/src/surfaces/admin/components/Modal.d.ts +227 -0
  1069. package/src/surfaces/admin/components/MoneyField/examples/default.html +0 -1
  1070. package/src/surfaces/admin/components/MoneyField.d.ts +30 -38
  1071. package/src/surfaces/admin/components/NumberField.d.ts +27 -33
  1072. package/src/surfaces/admin/components/Option.d.ts +6 -4
  1073. package/src/surfaces/admin/components/OptionGroup.d.ts +6 -4
  1074. package/src/surfaces/admin/components/OrderedList.d.ts +3 -3
  1075. package/src/surfaces/admin/components/Page/examples/default.html +3 -3
  1076. package/src/surfaces/admin/components/Page.d.ts +33 -7
  1077. package/src/surfaces/admin/components/Paragraph.d.ts +3 -3
  1078. package/src/surfaces/admin/components/PasswordField.d.ts +27 -33
  1079. package/src/surfaces/admin/components/Popover/examples/default.html +8 -0
  1080. package/src/surfaces/admin/components/QueryContainer/examples/default.html +4 -1
  1081. package/src/surfaces/admin/components/QueryContainer.d.ts +4 -8
  1082. package/src/surfaces/admin/components/SearchField.d.ts +27 -33
  1083. package/src/surfaces/admin/components/Section.d.ts +3 -3
  1084. package/src/surfaces/admin/components/Select/examples/default.html +4 -0
  1085. package/src/surfaces/admin/components/Select.d.ts +49 -33
  1086. package/src/surfaces/admin/components/Spinner.d.ts +3 -3
  1087. package/src/surfaces/admin/components/Stack.d.ts +117 -41
  1088. package/src/surfaces/admin/components/StandardComponents.ts +9 -0
  1089. package/src/surfaces/admin/components/Switch.d.ts +22 -27
  1090. package/src/surfaces/admin/components/Table.d.ts +16 -15
  1091. package/src/surfaces/admin/components/TableBody.d.ts +3 -3
  1092. package/src/surfaces/admin/components/TableCell.d.ts +18 -3
  1093. package/src/surfaces/admin/components/TableHeader.d.ts +11 -4
  1094. package/src/surfaces/admin/components/TableHeaderRow.d.ts +4 -3
  1095. package/src/surfaces/admin/components/TableRow.d.ts +6 -4
  1096. package/src/surfaces/admin/components/Text.d.ts +5 -3
  1097. package/src/surfaces/admin/components/TextArea.d.ts +27 -33
  1098. package/src/surfaces/admin/components/TextField.d.ts +28 -34
  1099. package/src/surfaces/admin/components/Thumbnail/examples/default.html +4 -0
  1100. package/src/surfaces/admin/components/Thumbnail.d.ts +15 -21
  1101. package/src/surfaces/admin/components/Tooltip/examples/default.html +2 -0
  1102. package/src/surfaces/admin/components/Tooltip.d.ts +148 -0
  1103. package/src/surfaces/admin/components/URLField.d.ts +27 -33
  1104. package/src/surfaces/admin/components/UnorderedList.d.ts +3 -3
  1105. package/src/surfaces/admin/components/patterns/examples/accountConnection.html +16 -0
  1106. package/src/surfaces/admin/components/patterns/examples/appCard.html +30 -0
  1107. package/src/surfaces/admin/components/patterns/examples/calloutCard.html +35 -0
  1108. package/src/surfaces/admin/components/patterns/examples/details.html +16 -16
  1109. package/src/surfaces/admin/components/patterns/examples/details.jsx +13 -20
  1110. package/src/surfaces/admin/components/patterns/examples/emptyState.html +27 -0
  1111. package/src/surfaces/admin/components/patterns/examples/homepage.html +26 -59
  1112. package/src/surfaces/admin/components/patterns/examples/homepage.jsx +26 -63
  1113. package/src/surfaces/admin/components/patterns/examples/index.html +26 -34
  1114. package/src/surfaces/admin/components/patterns/examples/index.jsx +23 -35
  1115. package/src/surfaces/admin/components/patterns/examples/indexTable.html +127 -0
  1116. package/src/surfaces/admin/components/patterns/examples/interstitialNav.html +72 -0
  1117. package/src/surfaces/admin/components/patterns/examples/mediaCard.html +23 -0
  1118. package/src/surfaces/admin/components/patterns/examples/metricsCard.html +51 -0
  1119. package/src/surfaces/admin/components/patterns/examples/settings.html +168 -215
  1120. package/src/surfaces/admin/components/patterns/examples/settings.jsx +169 -311
  1121. package/src/surfaces/admin/components/patterns/examples/setupGuide.html +91 -0
  1122. package/src/surfaces/admin/components/patterns/index.ab.doc.ts +8 -10
  1123. package/src/surfaces/admin/components/shared.d.ts +1212 -737
  1124. package/src/surfaces/admin/components/using-polaris-web-components/examples/event-handling.jsx +1 -1
  1125. package/src/surfaces/admin/components/using-polaris-web-components/examples/using-with-react.jsx +1 -1
  1126. package/src/surfaces/admin/components.d.ts +3311 -1293
  1127. package/src/surfaces/admin/docs-types.ts +8 -1
  1128. package/src/surfaces/admin/extension-targets.ts +11 -10
  1129. package/src/surfaces/checkout/api/address-autocomplete/standard.ts +1 -1
  1130. package/src/surfaces/checkout/api/announcement/announcement.ts +7 -0
  1131. package/src/surfaces/checkout/api/cart-line/cart-line-item.ts +3 -4
  1132. package/src/surfaces/checkout/api/checkout/checkout.ts +14 -4
  1133. package/src/surfaces/checkout/api/order-confirmation/order-confirmation.ts +2 -2
  1134. package/src/surfaces/checkout/api/payment/payment-option-item.ts +3 -3
  1135. package/src/surfaces/checkout/api/pickup/pickup-location-item.ts +3 -4
  1136. package/src/surfaces/checkout/api/pickup/pickup-location-list.ts +2 -2
  1137. package/src/surfaces/checkout/api/pickup/pickup-point-list.ts +2 -2
  1138. package/src/surfaces/checkout/api/shared.ts +5 -0
  1139. package/src/surfaces/checkout/api/shipping/shipping-option-item.ts +3 -4
  1140. package/src/surfaces/checkout/api/shipping/shipping-option-list.ts +3 -4
  1141. package/src/surfaces/checkout/api/standard/standard.ts +65 -41
  1142. package/src/surfaces/checkout/components/Abbreviation.d.ts +1 -1
  1143. package/src/surfaces/checkout/components/Announcement/examples/basic-announcement.example.html +16 -0
  1144. package/src/surfaces/checkout/components/Announcement.d.ts +95 -0
  1145. package/src/surfaces/checkout/components/Badge/examples/basic-badge.example.html +3 -0
  1146. package/src/surfaces/checkout/components/Badge.d.ts +57 -0
  1147. package/src/surfaces/checkout/components/Banner/examples/basic-banner.example.html +1 -2
  1148. package/src/surfaces/checkout/components/Banner.d.ts +9 -6
  1149. package/src/surfaces/checkout/components/Box/examples/basic-box.example.html +1 -1
  1150. package/src/surfaces/checkout/components/Button.d.ts +10 -5
  1151. package/src/surfaces/checkout/components/Chat/examples/app-bridge-communication.example.tsx +58 -0
  1152. package/src/surfaces/checkout/components/Chat/examples/app-bridge-css.example.css +16 -0
  1153. package/src/surfaces/checkout/components/Chat/examples/app-bridge-resize.example.html +48 -0
  1154. package/src/surfaces/checkout/components/Chat/examples/app-bridge-resize.example.tsx +9 -0
  1155. package/src/surfaces/checkout/components/Chat/examples/include-app-bridge.example.html +3 -0
  1156. package/src/surfaces/checkout/components/Chat/examples/shopify-extension-toml.example.toml +5 -0
  1157. package/src/surfaces/checkout/components/Checkbox/examples/basic-checkbox.example.html +1 -1
  1158. package/src/surfaces/checkout/components/Checkbox.d.ts +11 -5
  1159. package/src/surfaces/checkout/components/Chip/examples/basic-chip.example.html +1 -0
  1160. package/src/surfaces/checkout/components/Chip.d.ts +56 -0
  1161. package/src/surfaces/checkout/components/Choice.d.ts +67 -0
  1162. package/src/surfaces/checkout/components/ChoiceList/examples/basic-choice-list.example.html +7 -0
  1163. package/src/surfaces/checkout/components/ChoiceList.d.ts +65 -0
  1164. package/src/surfaces/checkout/components/Clickable/examples/basic-clickable.example.html +3 -0
  1165. package/src/surfaces/checkout/components/Clickable.d.ts +89 -0
  1166. package/src/surfaces/checkout/components/ClickableChip/examples/basic-clickable-chip.example.html +1 -0
  1167. package/src/surfaces/checkout/components/ClickableChip.d.ts +83 -0
  1168. package/src/surfaces/checkout/components/ClipboardItem.d.ts +9 -6
  1169. package/src/surfaces/checkout/components/ConsentCheckbox/examples/basic-consent-checkbox.example.html +5 -0
  1170. package/src/surfaces/checkout/components/ConsentCheckbox.d.ts +84 -0
  1171. package/src/surfaces/checkout/components/ConsentPhoneField/examples/basic-consent-phone-field.example.html +5 -0
  1172. package/src/surfaces/checkout/components/ConsentPhoneField.d.ts +129 -0
  1173. package/src/surfaces/checkout/components/DateField/examples/basic-date-field.example.html +1 -0
  1174. package/src/surfaces/checkout/components/DateField.d.ts +87 -0
  1175. package/src/surfaces/checkout/components/DatePicker/examples/basic-date-picker.example.html +1 -0
  1176. package/src/surfaces/checkout/components/DatePicker.d.ts +77 -0
  1177. package/src/surfaces/checkout/components/Details/examples/basic-details.example.html +6 -0
  1178. package/src/surfaces/checkout/components/Details.d.ts +85 -0
  1179. package/src/surfaces/checkout/components/Divider/examples/basic-divider.example.html +1 -0
  1180. package/src/surfaces/checkout/components/Divider.d.ts +46 -0
  1181. package/src/surfaces/checkout/components/DropZone/examples/basic-drop-zone.example.html +1 -0
  1182. package/src/surfaces/checkout/components/DropZone.d.ts +15 -7
  1183. package/src/surfaces/checkout/components/EmailField/examples/basic-email-field.example.html +1 -0
  1184. package/src/surfaces/checkout/components/EmailField.d.ts +31 -8
  1185. package/src/surfaces/checkout/components/Form/examples/basic-form.example.html +2 -2
  1186. package/src/surfaces/checkout/components/Form.d.ts +11 -8
  1187. package/src/surfaces/checkout/components/Grid/examples/basic-grid.example.html +11 -0
  1188. package/src/surfaces/checkout/components/Grid.d.ts +64 -0
  1189. package/src/surfaces/checkout/components/GridItem.d.ts +54 -0
  1190. package/src/surfaces/checkout/components/Icon/examples/basic-icon.example.html +4 -4
  1191. package/src/surfaces/checkout/components/Icon.d.ts +4 -3
  1192. package/src/surfaces/checkout/components/Image/examples/basic-image.example.html +1 -1
  1193. package/src/surfaces/checkout/components/Link.d.ts +10 -5
  1194. package/src/surfaces/checkout/components/Map/examples/basic-map.example.html +2 -2
  1195. package/src/surfaces/checkout/components/Map.d.ts +11 -8
  1196. package/src/surfaces/checkout/components/MapMarker.d.ts +16 -15
  1197. package/src/surfaces/checkout/components/Modal/examples/basic-modal.example.html +1 -1
  1198. package/src/surfaces/checkout/components/Modal.d.ts +22 -18
  1199. package/src/surfaces/checkout/components/MoneyField/examples/basic-money-field.example.html +1 -0
  1200. package/src/surfaces/checkout/components/MoneyField.d.ts +80 -0
  1201. package/src/surfaces/checkout/components/NumberField/examples/basic-number-field.example.html +8 -0
  1202. package/src/surfaces/checkout/components/NumberField.d.ts +98 -0
  1203. package/src/surfaces/checkout/components/Option.d.ts +46 -0
  1204. package/src/surfaces/checkout/components/PasswordField/examples/basic-password-field.example.html +1 -0
  1205. package/src/surfaces/checkout/components/PasswordField.d.ts +93 -0
  1206. package/src/surfaces/checkout/components/PaymentIcon/examples/basic-payment-icon.example.html +7 -0
  1207. package/src/surfaces/checkout/components/PhoneField/examples/basic-phone-field.example.html +2 -0
  1208. package/src/surfaces/checkout/components/PhoneField.d.ts +31 -17
  1209. package/src/surfaces/checkout/components/Popover/examples/basic-popover.example.html +7 -0
  1210. package/src/surfaces/checkout/components/Popover.d.ts +116 -0
  1211. package/src/surfaces/checkout/components/PressButton/examples/basic-press-button.example.html +1 -0
  1212. package/src/surfaces/checkout/components/PressButton.d.ts +79 -0
  1213. package/src/surfaces/checkout/components/ProductThumbnail/examples/{basic-productthumbnail.example.html → basic-product-thumbnail.example.html} +1 -1
  1214. package/src/surfaces/checkout/components/ProductThumbnail.d.ts +41 -0
  1215. package/src/surfaces/checkout/components/Progress/examples/basic-progress.example.html +1 -1
  1216. package/src/surfaces/checkout/components/QRCode.d.ts +8 -5
  1217. package/src/surfaces/checkout/components/QueryContainer/examples/basic-query-container.example.html +8 -0
  1218. package/src/surfaces/checkout/components/QueryContainer.d.ts +48 -0
  1219. package/src/surfaces/checkout/components/ScrollBox/examples/basic-scroll-box.example.html +5 -0
  1220. package/src/surfaces/checkout/components/ScrollBox.d.ts +54 -0
  1221. package/src/surfaces/checkout/components/Select/examples/basic-select.example.html +5 -0
  1222. package/src/surfaces/checkout/components/Select.d.ts +79 -0
  1223. package/src/surfaces/checkout/components/Sheet/examples/basic-sheet.example.html +5 -0
  1224. package/src/surfaces/checkout/components/Sheet.d.ts +100 -0
  1225. package/src/surfaces/checkout/components/SkeletonParagraph/examples/basic-skeleton-paragraph.example.html +2 -0
  1226. package/src/surfaces/checkout/components/SkeletonParagraph.d.ts +40 -0
  1227. package/src/surfaces/checkout/components/Spinner/examples/basic-spinner.example.html +1 -1
  1228. package/src/surfaces/checkout/components/Stack/examples/basic-stack.example.html +4 -0
  1229. package/src/surfaces/checkout/components/Stack.d.ts +4 -4
  1230. package/src/surfaces/checkout/components/Summary.d.ts +35 -0
  1231. package/src/surfaces/checkout/components/Switch/examples/basic-switch.example.html +1 -0
  1232. package/src/surfaces/checkout/components/Switch.d.ts +60 -0
  1233. package/src/surfaces/checkout/components/Text/examples/basic-text.example.html +1 -1
  1234. package/src/surfaces/checkout/components/TextArea/examples/{basic-textarea.example.html → basic-text-area.example.html} +1 -1
  1235. package/src/surfaces/checkout/components/TextArea.d.ts +24 -8
  1236. package/src/surfaces/checkout/components/TextField/examples/basic-text-field.example.html +4 -0
  1237. package/src/surfaces/checkout/components/TextField.d.ts +35 -20
  1238. package/src/surfaces/checkout/components/Time/examples/basic-time.example.html +1 -1
  1239. package/src/surfaces/checkout/components/Time.d.ts +1 -1
  1240. package/src/surfaces/checkout/components/Tooltip/examples/basic-tooltip.example.html +9 -0
  1241. package/src/surfaces/checkout/components/Tooltip.d.ts +48 -0
  1242. package/src/surfaces/checkout/components/UrlField/examples/basic-url-field.example.html +1 -0
  1243. package/src/surfaces/checkout/components/UrlField.d.ts +93 -0
  1244. package/src/surfaces/checkout/components/components-shared.d.ts +1034 -288
  1245. package/src/surfaces/checkout/components/components.d.ts +1947 -530
  1246. package/src/surfaces/checkout/extension-targets.ts +70 -61
  1247. package/src/surfaces/checkout/preact/api.ts +5 -1
  1248. package/src/surfaces/checkout/preact/attributes.ts +2 -2
  1249. package/src/surfaces/checkout/preact/subscription.ts +10 -8
  1250. package/src/surfaces/checkout/preact/tests/api.test.tsx +22 -13
  1251. package/src/surfaces/checkout/preact/tests/app-metafields.test.ts +52 -56
  1252. package/src/surfaces/checkout/preact/tests/attributes.test.ts +34 -24
  1253. package/src/surfaces/checkout/preact/tests/billing-address.test.ts +17 -7
  1254. package/src/surfaces/checkout/preact/tests/buyer-identity-businessCustomer.test.ts +16 -9
  1255. package/src/surfaces/checkout/preact/tests/buyer-identity.test.tsx +56 -26
  1256. package/src/surfaces/checkout/preact/tests/buyer-journey.test.ts +71 -74
  1257. package/src/surfaces/checkout/preact/tests/capabilities.test.ts +32 -28
  1258. package/src/surfaces/checkout/preact/tests/cart-line-target.test.ts +31 -24
  1259. package/src/surfaces/checkout/preact/tests/checkout-settings.test.ts +17 -9
  1260. package/src/surfaces/checkout/preact/tests/checkout-token.test.ts +16 -6
  1261. package/src/surfaces/checkout/preact/tests/configuration.test.ts +16 -6
  1262. package/src/surfaces/checkout/preact/tests/country.test.tsx +18 -8
  1263. package/src/surfaces/checkout/preact/tests/currency.test.tsx +18 -8
  1264. package/src/surfaces/checkout/preact/tests/customer-privacy.test.ts +17 -8
  1265. package/src/surfaces/checkout/preact/tests/delivery-group-list-target.test.ts +24 -18
  1266. package/src/surfaces/checkout/preact/tests/delivery-group-target.test.ts +26 -20
  1267. package/src/surfaces/checkout/preact/tests/delivery-group.test.ts +22 -16
  1268. package/src/surfaces/checkout/preact/tests/delivery-groups.test.ts +17 -11
  1269. package/src/surfaces/checkout/preact/tests/delivery-selection-groups.test.ts +31 -24
  1270. package/src/surfaces/checkout/preact/tests/discounts.test.tsx +21 -14
  1271. package/src/surfaces/checkout/preact/tests/extension-language.test.tsx +17 -8
  1272. package/src/surfaces/checkout/preact/tests/gift-cards.test.tsx +17 -8
  1273. package/src/surfaces/checkout/preact/tests/localized-fields.test.ts +58 -59
  1274. package/src/surfaces/checkout/preact/tests/market.test.tsx +17 -7
  1275. package/src/surfaces/checkout/preact/tests/metafield.test.tsx +33 -36
  1276. package/src/surfaces/checkout/preact/tests/metafields.test.tsx +36 -53
  1277. package/src/surfaces/checkout/preact/tests/mount.tsx +63 -20
  1278. package/src/surfaces/checkout/preact/tests/notes.test.tsx +16 -6
  1279. package/src/surfaces/checkout/preact/tests/payment-method.test.ts +87 -60
  1280. package/src/surfaces/checkout/preact/tests/payment-options.test.tsx +26 -24
  1281. package/src/surfaces/checkout/preact/tests/pickup-location-option-target.test.tsx +55 -46
  1282. package/src/surfaces/checkout/preact/tests/redeemable.test.ts +30 -23
  1283. package/src/surfaces/checkout/preact/tests/session-token.test.tsx +12 -6
  1284. package/src/surfaces/checkout/preact/tests/shipping-address.test.ts +17 -7
  1285. package/src/surfaces/checkout/preact/tests/shipping-option-target.test.ts +54 -50
  1286. package/src/surfaces/checkout/preact/tests/shopping-address.test.tsx +18 -10
  1287. package/src/surfaces/checkout/preact/tests/timezone.test.tsx +17 -7
  1288. package/src/surfaces/checkout/preact/tests/translate.test.tsx +18 -13
  1289. package/src/surfaces/checkout/preact/tests/tsconfig.json +1 -1
  1290. package/src/surfaces/checkout/shared.ts +112 -43
  1291. package/src/surfaces/checkout.ts +5 -1
  1292. package/src/surfaces/customer-account/api/cart-line/cart-line-item.ts +2 -3
  1293. package/src/surfaces/customer-account/api/docs.ts +81 -26
  1294. package/src/surfaces/customer-account/api/order-status/order-status.ts +29 -42
  1295. package/src/surfaces/customer-account/api/shared.ts +58 -40
  1296. package/src/surfaces/customer-account/api/standard-api/standard-api.ts +42 -23
  1297. package/src/surfaces/customer-account/api.ts +8 -4
  1298. package/src/surfaces/customer-account/components/Avatar/examples/basic-Avatar.example.html +4 -0
  1299. package/src/surfaces/customer-account/components/Avatar.d.ts +46 -20
  1300. package/src/surfaces/customer-account/components/ButtonGroup/examples/basic-ButtonGroup.example.html +11 -0
  1301. package/src/surfaces/customer-account/components/ButtonGroup.d.ts +39 -0
  1302. package/src/surfaces/customer-account/components/CustomerAccountAction/examples/basic-CustomerAccountAction.example.html +9 -0
  1303. package/src/surfaces/customer-account/components/CustomerAccountAction.d.ts +14 -3
  1304. package/src/surfaces/customer-account/components/ImageGroup/examples/basic-ImageGroup.example.html +18 -0
  1305. package/src/surfaces/customer-account/components/ImageGroup.d.ts +2 -2
  1306. package/src/surfaces/customer-account/components/Menu/examples/basic-Menu.example.html +14 -0
  1307. package/src/surfaces/customer-account/components/Menu.d.ts +25 -0
  1308. package/src/surfaces/customer-account/components/Page/examples/basic-Page.example.html +19 -0
  1309. package/src/surfaces/customer-account/components/Page.d.ts +17 -2
  1310. package/src/surfaces/customer-account/components/Section/examples/basic-Section.example.html +12 -0
  1311. package/src/surfaces/customer-account/components/Section.d.ts +46 -0
  1312. package/src/surfaces/customer-account/components/StandardComponents.ts +5 -2
  1313. package/src/surfaces/customer-account/components/shared.ts +12 -5
  1314. package/src/surfaces/customer-account/components.d.ts +109 -83
  1315. package/src/surfaces/customer-account/extension-targets.ts +15 -9
  1316. package/src/surfaces/customer-account/globals.ts +4 -4
  1317. package/src/surfaces/customer-account/preact/live-navigation.ts +1 -8
  1318. package/src/surfaces/customer-account/preact/navigation.ts +3 -10
  1319. package/src/surfaces/customer-account/preact/subscription.ts +7 -6
  1320. package/src/surfaces/point-of-sale/api/action-api/action-api.ts +15 -0
  1321. package/src/surfaces/point-of-sale/api/action-target-api/action-target-api.ts +7 -0
  1322. package/src/surfaces/point-of-sale/api/cart-api/cart-api.ts +239 -0
  1323. package/src/surfaces/point-of-sale/api/cart-line-item-api/cart-line-item-api.ts +11 -0
  1324. package/src/surfaces/point-of-sale/api/connectivity-api/connectivity-api.ts +25 -0
  1325. package/src/surfaces/point-of-sale/api/customer-api/customer-api.ts +10 -0
  1326. package/src/surfaces/point-of-sale/api/device-api/device-api.ts +21 -0
  1327. package/src/surfaces/point-of-sale/api/draft-order-api/draft-order-api.ts +20 -0
  1328. package/src/surfaces/point-of-sale/api/locale-api/locale-api.ts +16 -0
  1329. package/src/surfaces/point-of-sale/api/navigation-api/navigation-api.ts +55 -0
  1330. package/src/surfaces/point-of-sale/api/order-api/order-api.ts +26 -0
  1331. package/src/surfaces/point-of-sale/api/pin-pad-api.ts +23 -0
  1332. package/src/surfaces/point-of-sale/api/print-api/print-api.ts +29 -0
  1333. package/src/surfaces/point-of-sale/api/product-api/product-api.ts +14 -0
  1334. package/src/surfaces/point-of-sale/api/product-search-api/product-search-api.ts +94 -0
  1335. package/src/surfaces/point-of-sale/api/scanner-api/scanner-api.ts +42 -0
  1336. package/src/surfaces/point-of-sale/api/session-api/session-api.ts +22 -0
  1337. package/src/surfaces/point-of-sale/api/standard/standard-api.ts +21 -0
  1338. package/src/surfaces/point-of-sale/api/storage-api/storage-api.ts +5 -0
  1339. package/src/surfaces/point-of-sale/api/toast-api/toast-api.ts +16 -0
  1340. package/src/surfaces/point-of-sale/api.ts +128 -0
  1341. package/src/surfaces/point-of-sale/components/Badge/examples/default.html +5 -0
  1342. package/src/surfaces/point-of-sale/components/Badge.d.ts +61 -0
  1343. package/src/surfaces/point-of-sale/components/Banner/examples/default.html +15 -0
  1344. package/src/surfaces/point-of-sale/components/Banner.d.ts +77 -0
  1345. package/src/surfaces/point-of-sale/components/Box/examples/default.html +3 -0
  1346. package/src/surfaces/point-of-sale/components/Box.d.ts +175 -0
  1347. package/src/surfaces/point-of-sale/components/Button/examples/default.html +2 -0
  1348. package/src/surfaces/point-of-sale/components/Button.d.ts +102 -0
  1349. package/src/surfaces/point-of-sale/components/Choice.d.ts +50 -0
  1350. package/src/surfaces/point-of-sale/components/ChoiceList/examples/default.html +6 -0
  1351. package/src/surfaces/point-of-sale/components/ChoiceList/examples/event-handling.jsx +8 -0
  1352. package/src/surfaces/point-of-sale/components/ChoiceList/examples/multiple-selection.jsx +9 -0
  1353. package/src/surfaces/point-of-sale/components/ChoiceList.d.ts +70 -0
  1354. package/src/surfaces/point-of-sale/components/Clickable/examples/default.html +6 -0
  1355. package/src/surfaces/point-of-sale/components/Clickable.d.ts +66 -0
  1356. package/src/surfaces/point-of-sale/components/DateField/examples/default.html +4 -0
  1357. package/src/surfaces/point-of-sale/components/DateField/examples/event-handling.jsx +8 -0
  1358. package/src/surfaces/point-of-sale/components/DateField.d.ts +78 -0
  1359. package/src/surfaces/point-of-sale/components/DatePicker/examples/command-system.jsx +10 -0
  1360. package/src/surfaces/point-of-sale/components/DatePicker/examples/default.html +7 -0
  1361. package/src/surfaces/point-of-sale/components/DatePicker/examples/event-handling.jsx +7 -0
  1362. package/src/surfaces/point-of-sale/components/DatePicker.d.ts +74 -0
  1363. package/src/surfaces/point-of-sale/components/DateSpinner/examples/command-system.jsx +10 -0
  1364. package/src/surfaces/point-of-sale/components/DateSpinner/examples/default.html +7 -0
  1365. package/src/surfaces/point-of-sale/components/DateSpinner/examples/event-handling.jsx +7 -0
  1366. package/src/surfaces/point-of-sale/components/DateSpinner.d.ts +74 -0
  1367. package/src/surfaces/point-of-sale/components/Divider/examples/default.html +1 -0
  1368. package/src/surfaces/point-of-sale/components/Divider.d.ts +48 -0
  1369. package/src/surfaces/point-of-sale/components/EmailField/examples/accessory-slot.jsx +9 -0
  1370. package/src/surfaces/point-of-sale/components/EmailField/examples/default.html +5 -0
  1371. package/src/surfaces/point-of-sale/components/EmailField/examples/event-handling.jsx +8 -0
  1372. package/src/surfaces/point-of-sale/components/EmailField.d.ts +95 -0
  1373. package/src/surfaces/point-of-sale/components/Heading/examples/default.html +7 -0
  1374. package/src/surfaces/point-of-sale/components/Heading.d.ts +52 -0
  1375. package/src/surfaces/point-of-sale/components/Icon/examples/default.html +4 -0
  1376. package/src/surfaces/point-of-sale/components/Icon.d.ts +183 -0
  1377. package/src/surfaces/point-of-sale/components/Image/examples/default.html +1 -0
  1378. package/src/surfaces/point-of-sale/components/Image.d.ts +71 -0
  1379. package/src/surfaces/point-of-sale/components/Modal/examples/default.html +7 -0
  1380. package/src/surfaces/point-of-sale/components/Modal.d.ts +90 -0
  1381. package/src/surfaces/point-of-sale/components/NumberField/examples/controls-constraints.jsx +9 -0
  1382. package/src/surfaces/point-of-sale/components/NumberField/examples/default.html +5 -0
  1383. package/src/surfaces/point-of-sale/components/NumberField/examples/input-mode.jsx +15 -0
  1384. package/src/surfaces/point-of-sale/components/NumberField.d.ts +159 -0
  1385. package/src/surfaces/point-of-sale/components/Page/examples/default.html +5 -0
  1386. package/src/surfaces/point-of-sale/components/Page.d.ts +76 -0
  1387. package/src/surfaces/point-of-sale/components/PosBlock/examples/default.html +5 -0
  1388. package/src/surfaces/point-of-sale/components/PosBlock.d.ts +63 -0
  1389. package/src/surfaces/point-of-sale/components/QrCode.d.ts +47 -0
  1390. package/src/surfaces/point-of-sale/components/ScrollBox/examples/default.html +8 -0
  1391. package/src/surfaces/point-of-sale/components/ScrollBox.d.ts +172 -0
  1392. package/src/surfaces/point-of-sale/components/SearchField/examples/default.html +1 -0
  1393. package/src/surfaces/point-of-sale/components/SearchField/examples/event-handling.jsx +8 -0
  1394. package/src/surfaces/point-of-sale/components/SearchField.d.ts +74 -0
  1395. package/src/surfaces/point-of-sale/components/Section/examples/default.html +8 -0
  1396. package/src/surfaces/point-of-sale/components/Section.d.ts +68 -0
  1397. package/src/surfaces/point-of-sale/components/Stack/examples/default.html +4 -0
  1398. package/src/surfaces/point-of-sale/components/Stack.d.ts +250 -0
  1399. package/src/surfaces/point-of-sale/components/Text/examples/default.html +3 -0
  1400. package/src/surfaces/point-of-sale/components/Text.d.ts +75 -0
  1401. package/src/surfaces/point-of-sale/components/TextArea/examples/accessory-slot.jsx +9 -0
  1402. package/src/surfaces/point-of-sale/components/TextArea/examples/default.html +4 -0
  1403. package/src/surfaces/point-of-sale/components/TextArea/examples/event-handling.jsx +8 -0
  1404. package/src/surfaces/point-of-sale/components/TextArea/examples/rows-configuration.jsx +7 -0
  1405. package/src/surfaces/point-of-sale/components/TextArea.d.ts +96 -0
  1406. package/src/surfaces/point-of-sale/components/TextField/examples/accessory-slot.jsx +5 -0
  1407. package/src/surfaces/point-of-sale/components/TextField/examples/common-props.jsx +11 -0
  1408. package/src/surfaces/point-of-sale/components/TextField/examples/default.html +5 -0
  1409. package/src/surfaces/point-of-sale/components/TextField/examples/event-handling.jsx +17 -0
  1410. package/src/surfaces/point-of-sale/components/TextField.d.ts +95 -0
  1411. package/src/surfaces/point-of-sale/components/Tile/examples/default.html +2 -0
  1412. package/src/surfaces/point-of-sale/components/Tile.d.ts +71 -0
  1413. package/src/surfaces/point-of-sale/components/TimeField/examples/default.html +4 -0
  1414. package/src/surfaces/point-of-sale/components/TimeField/examples/event-handling.jsx +8 -0
  1415. package/src/surfaces/point-of-sale/components/TimeField.d.ts +77 -0
  1416. package/src/surfaces/point-of-sale/components/TimePicker/examples/command-system.jsx +10 -0
  1417. package/src/surfaces/point-of-sale/components/TimePicker/examples/default.html +7 -0
  1418. package/src/surfaces/point-of-sale/components/TimePicker/examples/event-handling.jsx +7 -0
  1419. package/src/surfaces/point-of-sale/components/TimePicker.d.ts +74 -0
  1420. package/src/surfaces/point-of-sale/components/components-shared.d.ts +3210 -0
  1421. package/src/surfaces/point-of-sale/components/targets/ActionExtensionComponents.ts +1 -0
  1422. package/src/surfaces/point-of-sale/components/targets/BasicComponents.ts +3 -0
  1423. package/src/surfaces/point-of-sale/components/targets/BlockExtensionComponents.ts +18 -0
  1424. package/src/surfaces/point-of-sale/components/targets/ReceiptComponents.ts +1 -0
  1425. package/src/surfaces/point-of-sale/components/targets/SmartGridComponents.ts +1 -0
  1426. package/src/surfaces/point-of-sale/components/targets/StandardComponents.ts +36 -0
  1427. package/src/surfaces/point-of-sale/components.d.ts +6491 -0
  1428. package/src/surfaces/point-of-sale/event/data/BaseApi.ts +3 -0
  1429. package/src/surfaces/point-of-sale/event/data/BaseData.ts +8 -0
  1430. package/src/surfaces/point-of-sale/event/data/CartUpdateEventData.ts +7 -0
  1431. package/src/surfaces/point-of-sale/event/data/CashTrackingSessionData.ts +17 -0
  1432. package/src/surfaces/point-of-sale/event/data/ExchangeTransactionData.ts +10 -0
  1433. package/src/surfaces/point-of-sale/event/data/ReprintReceiptData.ts +7 -0
  1434. package/src/surfaces/point-of-sale/event/data/ReturnTransactionData.ts +10 -0
  1435. package/src/surfaces/point-of-sale/event/data/SaleTransactionData.ts +8 -0
  1436. package/src/surfaces/point-of-sale/event/data/TransactionCompleteData.ts +21 -0
  1437. package/src/surfaces/point-of-sale/event/data.ts +16 -0
  1438. package/src/surfaces/point-of-sale/event/output/BaseOutput.ts +8 -0
  1439. package/src/surfaces/point-of-sale/event/output.ts +1 -0
  1440. package/src/surfaces/point-of-sale/extension-targets.ts +202 -0
  1441. package/src/surfaces/point-of-sale/globals.ts +6 -0
  1442. package/src/surfaces/point-of-sale/types/base-transaction-complete.ts +21 -0
  1443. package/src/surfaces/point-of-sale/types/cart.ts +174 -0
  1444. package/src/surfaces/point-of-sale/types/country-code.ts +249 -0
  1445. package/src/surfaces/point-of-sale/types/device.ts +14 -0
  1446. package/src/surfaces/point-of-sale/types/direct-api-request-body.ts +13 -0
  1447. package/src/surfaces/point-of-sale/types/discount-allocation.ts +5 -0
  1448. package/src/surfaces/point-of-sale/types/money.ts +9 -0
  1449. package/src/surfaces/point-of-sale/types/multiple-resource-result.ts +14 -0
  1450. package/src/surfaces/point-of-sale/types/order.ts +12 -0
  1451. package/src/surfaces/point-of-sale/types/paginated-result.ts +20 -0
  1452. package/src/surfaces/point-of-sale/types/payment.ts +16 -0
  1453. package/src/surfaces/point-of-sale/types/pin-pad.ts +64 -0
  1454. package/src/surfaces/point-of-sale/types/product.ts +64 -0
  1455. package/src/surfaces/point-of-sale/types/session.ts +39 -0
  1456. package/src/surfaces/point-of-sale/types/shipping-line.ts +18 -0
  1457. package/src/surfaces/point-of-sale/types/storage.ts +73 -0
  1458. package/src/surfaces/point-of-sale/types/tax-line.ts +10 -0
  1459. package/src/surfaces/point-of-sale/types/transaction-type.ts +1 -0
  1460. package/src/surfaces/point-of-sale.ts +4 -0
  1461. package/build/ts/surfaces/admin/targets/admin.customers.segmentation-templates.render.d.ts +0 -3502
  1462. package/build/ts/surfaces/checkout/errors.d.ts +0 -10
  1463. package/build/ts/surfaces/checkout/errors.d.ts.map +0 -1
  1464. package/src/surfaces/checkout/components/DropZone/examples/basic-dropzone.example.html +0 -1
  1465. package/src/surfaces/checkout/components/EmailField/examples/basic-emailfield.example.html +0 -4
  1466. package/src/surfaces/checkout/components/PaymentIcon/examples/basic-paymenticon.example.html +0 -7
  1467. package/src/surfaces/checkout/components/PhoneField/examples/basic-phonefield.example.html +0 -2
  1468. package/src/surfaces/checkout/components/TextField/examples/basic-textfield.example.html +0 -1
  1469. package/src/surfaces/checkout/errors.ts +0 -13
  1470. package/src/surfaces/customer-account/components/Avatar/examples/basic-Avatar-js.example.ts +0 -9
  1471. package/src/surfaces/customer-account/components/Avatar/examples/basic-Avatar-preact.example.tsx +0 -9
  1472. package/src/surfaces/customer-account/components/CustomerAccountAction/examples/basic-CustomerAccountAction-js.example.ts +0 -15
  1473. package/src/surfaces/customer-account/components/CustomerAccountAction/examples/basic-CustomerAccountAction-preact.example.tsx +0 -16
  1474. package/src/surfaces/customer-account/components/ImageGroup/examples/basic-ImageGroup-js.example.ts +0 -17
  1475. package/src/surfaces/customer-account/components/ImageGroup/examples/basic-ImageGroup-preact.example.tsx +0 -15
  1476. package/src/surfaces/customer-account/components/Page/examples/basic-Page-js.example.ts +0 -39
  1477. package/src/surfaces/customer-account/components/Page/examples/basic-Page-preact.example.tsx +0 -36
  1478. /package/src/surfaces/checkout/components/ClipboardItem/examples/{basic-clipboarditem.example.html → basic-clipboard-item.example.html} +0 -0
  1479. /package/src/surfaces/checkout/components/OrderedList/examples/{basic-orderedlist.example.html → basic-ordered-list.example.html} +0 -0
  1480. /package/src/surfaces/checkout/components/QRCode/examples/{basic-qrcode.example.html → basic-qr-code.example.html} +0 -0
  1481. /package/src/surfaces/checkout/components/UnorderedList/examples/{basic-unorderedlist.example.html → basic-unordered-list.example.html} +0 -0
@@ -1,8 +1,10 @@
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, 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';
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, CartLineParentRelationship, PaymentOption, SelectedPaymentOption, CartDiscountCode, CartDiscountAllocation, CartCodeDiscountAllocation, CartAutomaticDiscountAllocation, CartCustomDiscountAllocation, AppliedGiftCard, I18n, I18nTranslate, Currency, 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
+ export type { SubscribableSignalLike } from './checkout/shared';
3
4
  export type { RedeemableAttribute, RedeemableChange, RedeemableAddChange, RedeemableChangeResult, RedeemableChangeResultError, RedeemableChangeResultSuccess, RedeemableApi, } from './checkout/api/redeemable/redeemable';
4
5
  export type { AttributeChange, AttributeChangeResult, AttributeChangeResultError, AttributeChangeResultSuccess, CartLineChange, CartLineChangeResult, CartLineChangeResultError, CartLineChangeResultSuccess, CartLineAddChange, CartLineUpdateChange, CartLineRemoveChange, DiscountCodeAddChange, DiscountCodeRemoveChange, DiscountCodeChange, DiscountCodeChangeResult, DiscountCodeChangeResultError, DiscountCodeChangeResultSuccess, GiftCardAddChange, GiftCardChange, GiftCardChangeResult, GiftCardChangeResultSuccess, GiftCardRemoveChange, GiftCardChangeResultError, MetafieldChange, MetafieldChangeResultError, MetafieldChangeResultSuccess, MetafieldChangeResult, MetafieldRemoveChange, MetafieldRemoveCartChange, MetafieldUpdateChange, MetafieldUpdateCartChange, NoteChange, NoteChangeResult, NoteChangeResultSuccess, NoteChangeResultError, ShippingAddressChange, ShippingAddressChangeFieldError, ShippingAddressChangeResult, ShippingAddressChangeResultError, ShippingAddressChangeResultSuccess, CheckoutApi, } from './checkout/api/checkout/checkout';
5
6
  export type { OrderConfirmationApi } from './checkout/api/order-confirmation/order-confirmation';
7
+ export type { Announcement } from './checkout/api/announcement/announcement';
6
8
  export type { CartLineItemApi } from './checkout/api/cart-line/cart-line-item';
7
9
  export type { PickupLocationListApi } from './checkout/api/pickup/pickup-location-list';
8
10
  export type { PickupPointListApi } from './checkout/api/pickup/pickup-point-list';
@@ -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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"}
@@ -1,9 +1,9 @@
1
- import type { StatefulRemoteSubscribable } from '@remote-ui/async-subscription';
2
1
  import { CartLine } from '../order-status/order-status';
2
+ import { SubscribableSignalLike } from '../shared';
3
3
  export interface CartLineItemApi {
4
4
  /**
5
5
  * The cart line the extension is attached to.
6
6
  */
7
- target: StatefulRemoteSubscribable<CartLine>;
7
+ target: SubscribableSignalLike<CartLine>;
8
8
  }
9
9
  //# sourceMappingURL=cart-line-item.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"cart-line-item.d.ts","sourceRoot":"","sources":["../../../../../../src/surfaces/customer-account/api/cart-line/cart-line-item.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAC,0BAA0B,EAAC,MAAM,+BAA+B,CAAC;AAE9E,OAAO,EAAC,QAAQ,EAAC,MAAM,8BAA8B,CAAC;AAEtD,MAAM,WAAW,eAAe;IAC9B;;OAEG;IACH,MAAM,EAAE,0BAA0B,CAAC,QAAQ,CAAC,CAAC;CAC9C"}
1
+ {"version":3,"file":"cart-line-item.d.ts","sourceRoot":"","sources":["../../../../../../src/surfaces/customer-account/api/cart-line/cart-line-item.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,QAAQ,EAAC,MAAM,8BAA8B,CAAC;AACtD,OAAO,EAAC,sBAAsB,EAAC,MAAM,WAAW,CAAC;AAEjD,MAAM,WAAW,eAAe;IAC9B;;OAEG;IACH,MAAM,EAAE,sBAAsB,CAAC,QAAQ,CAAC,CAAC;CAC1C"}
@@ -1,7 +1,13 @@
1
1
  import { OrderStatusApi } from './order-status/order-status';
2
2
  import { StandardApi } from './standard-api/standard-api';
3
3
  import { CartLineItemApi } from './cart-line/cart-line-item';
4
- import { FullPageApi } from '../extension-targets';
4
+ export type CallbackEvent<TTagName extends keyof HTMLElementTagNameMap, TEvent extends Event = Event> = TEvent & {
5
+ currentTarget: HTMLElementTagNameMap[TTagName];
6
+ };
7
+ export type CallbackEventListener<TTagName extends keyof HTMLElementTagNameMap, TEvent extends Event = Event> = (EventListener & {
8
+ (event: CallbackEvent<TTagName, TEvent>): void;
9
+ }) | null;
10
+ declare const buttonTagName = "s-button";
5
11
  interface ButtonProps {
6
12
  /**
7
13
  * A label that describes the purpose or contents of the Button. It will be read to users using assistive technologies such as screen readers.
@@ -10,8 +16,30 @@ interface ButtonProps {
10
16
  * for users using assistive technologies.
11
17
  */
12
18
  accessibilityLabel?: string;
13
- command?: '--auto' | '--toggle' | '--copy';
19
+ /**
20
+ * ID of a component that should respond to activations (e.g. clicks) on this component.
21
+ *
22
+ * See `command` for how to control the behavior of the target.
23
+ *
24
+ * @see https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button#commandfor
25
+ */
14
26
  commandFor?: string;
27
+ /**
28
+ * Sets the action the `commandFor` should take when this clickable is activated.
29
+ *
30
+ * See the documentation of particular components for the actions they support.
31
+ *
32
+ * - `--auto`: a default action for the target component.
33
+ * - `--show`: shows the target component.
34
+ * - `--hide`: hides the target component.
35
+ * - `--toggle`: toggles the target component.
36
+ * - `--copy`: copies the target ClipboardItem.
37
+ *
38
+ * @default '--auto'
39
+ *
40
+ * @see https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button#command
41
+ */
42
+ command?: '--auto' | '--show' | '--hide' | '--toggle' | '--copy';
15
43
  /**
16
44
  * Disables the button, disallowing any interaction.
17
45
  *
@@ -25,6 +53,9 @@ interface ButtonProps {
25
53
  * - If a `commandFor` is set, the `command` will be executed instead of the navigation.
26
54
  */
27
55
  href?: string;
56
+ /**
57
+ * A unique identifier for the element.
58
+ */
28
59
  id?: string;
29
60
  /**
30
61
  * Replaces content with a loading indicator.
@@ -70,8 +101,10 @@ interface ButtonProps {
70
101
  /**
71
102
  * Callback when the button is activated.
72
103
  * This will be called before the action indicated by `type`.
104
+ *
105
+ * @see https://developer.mozilla.org/en-US/docs/Web/API/Element/click_event
73
106
  */
74
- onClick?(): void;
107
+ click?: ((event: CallbackEventListener<typeof buttonTagName>) => void) | null;
75
108
  }
76
109
  export interface Docs_OrderStatus_MetafieldsApi extends Pick<OrderStatusApi<any>, 'appMetafields' | 'metafields'> {
77
110
  }
@@ -115,35 +148,33 @@ export interface Docs_Standard_LocalizationApi extends Pick<StandardApi<any>, 'l
115
148
  }
116
149
  export interface Docs_Standard_SessionTokenApi extends Pick<StandardApi<any>, 'sessionToken'> {
117
150
  }
151
+ export interface Docs_Standard_AnalyticsApi extends Pick<StandardApi<any>, 'analytics'> {
152
+ }
118
153
  export interface Docs_Standard_SettingsApi extends Pick<StandardApi, 'settings'> {
119
154
  }
120
155
  export interface Docs_Standard_StorageApi extends Pick<StandardApi<any>, 'storage'> {
121
156
  }
122
- export interface Docs_Standard_CustomerPrivacyApi extends Pick<StandardApi<any>, 'customerPrivacy'> {
157
+ export interface Docs_Standard_CustomerPrivacyApi extends Pick<StandardApi<any>, 'customerPrivacy' | 'applyTrackingConsentChange'> {
123
158
  }
124
- export interface Docs_Standard_UIApi extends Pick<StandardApi<any>, 'ui'> {
159
+ export interface Docs_Standard_ToastApi extends Pick<StandardApi<any>, 'toast'> {
125
160
  }
126
161
  export interface Docs_Standard_QueryApi extends Pick<StandardApi<any>, 'query'> {
127
162
  }
128
163
  export interface Docs_StandardApi extends Omit<StandardApi<any>, 'router'> {
129
164
  }
130
- export interface Docs_FullPageApi extends FullPageApi {
131
- }
132
- export interface Docs_Page_Button_PrimaryAction extends Pick<ButtonProps, 'onClick' | 'loading' | 'disabled' | 'accessibilityLabel' | 'href'> {
165
+ export interface Docs_Page_Button_PrimaryAction extends Pick<ButtonProps, 'click' | 'loading' | 'disabled' | 'accessibilityLabel' | 'href' | 'command' | 'commandFor'> {
133
166
  }
134
- export interface Docs_Page_Button_SecondaryAction extends Pick<ButtonProps, 'onClick' | 'loading' | 'disabled' | 'accessibilityLabel' | 'href'> {
167
+ export interface Docs_Page_Button_SecondaryAction extends Pick<ButtonProps, 'click' | 'loading' | 'disabled' | 'accessibilityLabel' | 'href' | 'command' | 'commandFor'> {
135
168
  }
136
- export interface Docs_Page_Button_BreadcrumbAction extends Pick<ButtonProps, 'onClick' | 'href'> {
169
+ export interface Docs_Page_Button_BreadcrumbAction extends Pick<ButtonProps, 'click' | 'href'> {
137
170
  /**
138
171
  * A label used for buyers using assistive technologies. Needed because `children` passed to this component will be discarded.
139
172
  */
140
173
  accessibilityLabel: ButtonProps['accessibilityLabel'];
141
174
  }
142
- export interface Docs_ResourceItem_Button_Action extends Pick<ButtonProps, 'onClick' | 'loading' | 'disabled' | 'accessibilityLabel' | 'href'> {
175
+ export interface Docs_Menu_Button_Action extends Omit<ButtonProps, 'variant' | 'textDecoration' | 'inlineAlignment' | 'inlineSize' | 'size'> {
143
176
  }
144
- export interface Docs_Menu_Button_Action extends Omit<ButtonProps, 'kind' | 'textDecoration' | 'inlineAlignment' | 'inlineSize' | 'size'> {
145
- }
146
- export interface Docs_OrderActionMenu_Button extends Pick<ButtonProps, 'onClick' | 'loading' | 'disabled' | 'accessibilityLabel' | 'href' | 'tone'> {
177
+ export interface Docs_OrderActionMenu_Button extends Pick<ButtonProps, 'click' | 'loading' | 'disabled' | 'accessibilityLabel' | 'href' | 'tone'> {
147
178
  /**
148
179
  * Destination URL to link to.
149
180
  *
@@ -151,9 +182,7 @@ export interface Docs_OrderActionMenu_Button extends Pick<ButtonProps, 'onClick'
151
182
  */
152
183
  href: ButtonProps['href'];
153
184
  }
154
- export interface Docs_CustomerAccountAction_Button_PrimaryAction extends Pick<ButtonProps, 'onClick' | 'loading' | 'disabled' | 'accessibilityLabel' | 'href'> {
155
- }
156
- export interface Docs_CustomerAccountAction_Button_SecondaryAction extends Pick<ButtonProps, 'onClick' | 'loading' | 'disabled' | 'accessibilityLabel' | 'href'> {
185
+ export interface Docs_CustomerAccountAction_SlotButton extends Pick<ButtonProps, 'click' | 'loading' | 'disabled' | 'accessibilityLabel' | 'href' | 'command' | 'commandFor'> {
157
186
  }
158
187
  export {};
159
188
  //# sourceMappingURL=docs.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"docs.d.ts","sourceRoot":"","sources":["../../../../../src/surfaces/customer-account/api/docs.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"docs.d.ts","sourceRoot":"","sources":["../../../../../src/surfaces/customer-account/api/docs.ts"],"names":[],"mappings":"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"}
@@ -1,5 +1,4 @@
1
- import type { StatefulRemoteSubscribable } from '@remote-ui/async-subscription';
2
- import type { CurrencyCode, Country, Timezone, SellingPlan, Attribute, MailingAddress, Language } from '../shared';
1
+ import type { CurrencyCode, Country, Timezone, SellingPlan, Attribute, MailingAddress, Language, SubscribableSignalLike } from '../shared';
3
2
  import type { ExtensionTarget } from '../../extension-targets';
4
3
  import { Extension } from '../shared';
5
4
  /**
@@ -100,15 +99,15 @@ export interface OrderStatusLocalization {
100
99
  /**
101
100
  * The currency that the buyer sees for money amounts in the checkout.
102
101
  */
103
- currency: StatefulRemoteSubscribable<Currency>;
102
+ currency: SubscribableSignalLike<Currency>;
104
103
  /**
105
104
  * The buyer’s time zone.
106
105
  */
107
- timezone: StatefulRemoteSubscribable<Timezone>;
106
+ timezone: SubscribableSignalLike<Timezone>;
108
107
  /**
109
108
  * The language the buyer sees in the checkout.
110
109
  */
111
- language: StatefulRemoteSubscribable<Language>;
110
+ language: SubscribableSignalLike<Language>;
112
111
  /**
113
112
  * This is the buyer's language, as supported by the extension.
114
113
  * If the buyer's actual language is not supported by the extension,
@@ -120,14 +119,14 @@ export interface OrderStatusLocalization {
120
119
  * translations at all, this value is the default locale for your
121
120
  * extension (that is, the one matching your .default.json file).
122
121
  */
123
- extensionLanguage: StatefulRemoteSubscribable<Language>;
122
+ extensionLanguage: SubscribableSignalLike<Language>;
124
123
  /**
125
124
  * The country context of the checkout. This value carries over from the
126
125
  * context of the cart, where it was used to contextualize the storefront
127
126
  * experience. It will update if the buyer changes the country of their
128
127
  * shipping address. The value is undefined if unknown.
129
128
  */
130
- country: StatefulRemoteSubscribable<Country | undefined>;
129
+ country: SubscribableSignalLike<Country | undefined>;
131
130
  /**
132
131
  * The [market](https://shopify.dev/docs/apps/markets) context of the
133
132
  * checkout. This value carries over from the context of the cart, where it
@@ -135,18 +134,14 @@ export interface OrderStatusLocalization {
135
134
  * buyer changes the country of their shipping address. The value is undefined
136
135
  * if unknown.
137
136
  */
138
- market: StatefulRemoteSubscribable<Market | undefined>;
137
+ market: SubscribableSignalLike<Market | undefined>;
139
138
  }
140
139
  export type AuthenticationState = 'fully_authenticated' | 'pre_authenticated';
141
140
  export interface OrderStatusApi<Target extends ExtensionTarget> {
142
- /**
143
- * Methods for interacting with [Web Pixels](https://shopify.dev/docs/apps/marketing), such as emitting an event.
144
- */
145
- analytics: Analytics;
146
141
  /**
147
142
  * Gift Cards that have been applied to the order.
148
143
  */
149
- appliedGiftCards: StatefulRemoteSubscribable<AppliedGiftCard[]>;
144
+ appliedGiftCards: SubscribableSignalLike<AppliedGiftCard[]>;
150
145
  /**
151
146
  * The metafields requested in the
152
147
  * [`shopify.ui.extension.toml`](https://shopify.dev/docs/api/checkout-ui-extensions/configuration)
@@ -155,11 +150,11 @@ export interface OrderStatusApi<Target extends ExtensionTarget> {
155
150
  *
156
151
  * {% include /apps/checkout/privacy-icon.md %} Requires access to [protected customer data](/docs/apps/store/data-protection/protected-customer-data).
157
152
  */
158
- appMetafields: StatefulRemoteSubscribable<AppMetafieldEntry[]>;
153
+ appMetafields: SubscribableSignalLike<AppMetafieldEntry[]>;
159
154
  /**
160
155
  * Custom attributes left by the customer to the merchant, either in their cart or during checkout.
161
156
  */
162
- attributes: StatefulRemoteSubscribable<Attribute[] | undefined>;
157
+ attributes: SubscribableSignalLike<Attribute[] | undefined>;
163
158
  /**
164
159
  * Information about the buyer that is interacting with the order.
165
160
  *
@@ -169,7 +164,7 @@ export interface OrderStatusApi<Target extends ExtensionTarget> {
169
164
  /**
170
165
  * Settings applied to the buyer's checkout.
171
166
  */
172
- checkoutSettings: StatefulRemoteSubscribable<CheckoutSettings>;
167
+ checkoutSettings: SubscribableSignalLike<CheckoutSettings>;
173
168
  /**
174
169
  * Details on the costs of the purchase for the buyer.
175
170
  */
@@ -177,11 +172,11 @@ export interface OrderStatusApi<Target extends ExtensionTarget> {
177
172
  /**
178
173
  * A list of discount codes applied to the purchase.
179
174
  */
180
- discountCodes: StatefulRemoteSubscribable<CartDiscountCode[]>;
175
+ discountCodes: SubscribableSignalLike<CartDiscountCode[]>;
181
176
  /**
182
177
  * Discounts that have been applied to the entire cart.
183
178
  */
184
- discountAllocations: StatefulRemoteSubscribable<CartDiscountAllocation[]>;
179
+ discountAllocations: SubscribableSignalLike<CartDiscountAllocation[]>;
185
180
  /**
186
181
  * Meta information about the extension.
187
182
  */
@@ -201,7 +196,7 @@ export interface OrderStatusApi<Target extends ExtensionTarget> {
201
196
  /**
202
197
  * A list of lines containing information about the items the customer intends to purchase.
203
198
  */
204
- lines: StatefulRemoteSubscribable<CartLine[]>;
199
+ lines: SubscribableSignalLike<CartLine[]>;
205
200
  /**
206
201
  * Details about the location, language, and currency of the buyer. For utilities to easily
207
202
  * format and translate content based on these details, you can use the
@@ -229,34 +224,34 @@ export interface OrderStatusApi<Target extends ExtensionTarget> {
229
224
  * Once the order is created, you can query these metafields using the
230
225
  * [GraphQL Admin API](https://shopify.dev/docs/admin-api/graphql/reference/orders/order#metafield-2021-01)
231
226
  */
232
- metafields: StatefulRemoteSubscribable<Metafield[]>;
227
+ metafields: SubscribableSignalLike<Metafield[]>;
233
228
  /**
234
229
  * A note left by the customer to the merchant, either in their cart or during checkout.
235
230
  */
236
- note: StatefulRemoteSubscribable<string | undefined>;
231
+ note: SubscribableSignalLike<string | undefined>;
237
232
  /**
238
233
  * Information about the order that was placed.
239
234
  */
240
- order: StatefulRemoteSubscribable<Order | undefined>;
235
+ order: SubscribableSignalLike<Order | undefined>;
241
236
  /**
242
237
  * id that represents the checkout used to create the order.
243
238
  *
244
239
  * Matches the `token` field in the [WebPixel checkout payload](https://shopify.dev/docs/api/pixels/customer-events#checkout)
245
240
  * and the `checkout_token` field in the [Admin REST API Order resource](https://shopify.dev/docs/api/admin-rest/unstable/resources/order#resource-object).
246
241
  */
247
- checkoutToken: StatefulRemoteSubscribable<CheckoutToken | undefined>;
242
+ checkoutToken: SubscribableSignalLike<CheckoutToken | undefined>;
248
243
  /**
249
244
  * The buyer shipping address used for the order.
250
245
  *
251
246
  * {% include /apps/checkout/privacy-icon.md %} Requires access to [protected customer data](/docs/apps/store/data-protection/protected-customer-data).
252
247
  */
253
- shippingAddress?: StatefulRemoteSubscribable<MailingAddress | undefined>;
248
+ shippingAddress?: SubscribableSignalLike<MailingAddress | undefined>;
254
249
  /**
255
250
  * The buyer billing address used for the order.
256
251
  *
257
252
  * {% include /apps/checkout/privacy-icon.md %} Requires access to [protected customer data](/docs/apps/store/data-protection/protected-customer-data).
258
253
  */
259
- billingAddress?: StatefulRemoteSubscribable<MailingAddress | undefined>;
254
+ billingAddress?: SubscribableSignalLike<MailingAddress | undefined>;
260
255
  /** Shop where the purchase took place. */
261
256
  shop: Shop;
262
257
  /**
@@ -272,7 +267,7 @@ export interface OrderStatusApi<Target extends ExtensionTarget> {
272
267
  /**
273
268
  * The authentication state of Order status page.
274
269
  */
275
- authenticationState: StatefulRemoteSubscribable<AuthenticationState>;
270
+ authenticationState: SubscribableSignalLike<AuthenticationState>;
276
271
  }
277
272
  export interface OrderStatusBuyerIdentity {
278
273
  /**
@@ -281,21 +276,21 @@ export interface OrderStatusBuyerIdentity {
281
276
  *
282
277
  * {% include /apps/checkout/privacy-icon.md %} Requires access to [protected customer data](/docs/apps/store/data-protection/protected-customer-data).
283
278
  */
284
- customer: StatefulRemoteSubscribable<OrderStatusCustomer | undefined>;
279
+ customer: SubscribableSignalLike<OrderStatusCustomer | undefined>;
285
280
  /**
286
281
  * The email address of the buyer that is interacting with the cart.
287
282
  * The value is `undefined` if the app does not have access to customer data.
288
283
  *
289
284
  * {% include /apps/checkout/privacy-icon.md %} Requires level 2 access to [protected customer data](/docs/apps/store/data-protection/protected-customer-data).
290
285
  */
291
- email: StatefulRemoteSubscribable<string | undefined>;
286
+ email: SubscribableSignalLike<string | undefined>;
292
287
  /**
293
288
  * The phone number of the buyer that is interacting with the cart.
294
289
  * The value is `undefined` if the app does not have access to customer data.
295
290
  *
296
291
  * {% include /apps/checkout/privacy-icon.md %} Requires level 2 access to [protected customer data](/docs/apps/store/data-protection/protected-customer-data).
297
292
  */
298
- phone: StatefulRemoteSubscribable<string | undefined>;
293
+ phone: SubscribableSignalLike<string | undefined>;
299
294
  /**
300
295
  * Provides details of the company and the company location that the business customer is purchasing on behalf of.
301
296
  * This includes information that can be used to identify the company and the company location that the business
@@ -303,7 +298,7 @@ export interface OrderStatusBuyerIdentity {
303
298
  *
304
299
  * {% include /apps/checkout/privacy-icon.md %} Requires access to [protected customer data](/docs/apps/store/data-protection/protected-customer-data).
305
300
  */
306
- purchasingCompany: StatefulRemoteSubscribable<OrderStatusPurchasingCompany | undefined>;
301
+ purchasingCompany: SubscribableSignalLike<OrderStatusPurchasingCompany | undefined>;
307
302
  }
308
303
  /**
309
304
  * Information about a company that the business customer is purchasing on behalf of.
@@ -403,25 +398,25 @@ export interface CartCost {
403
398
  * A `Money` value representing the subtotal value of the items in the cart at the current
404
399
  * step of checkout.
405
400
  */
406
- subtotalAmount: StatefulRemoteSubscribable<Money>;
401
+ subtotalAmount: SubscribableSignalLike<Money>;
407
402
  /**
408
403
  * A `Money` value representing the total shipping a buyer can expect to pay at the current
409
404
  * step of checkout. This value includes shipping discounts. Returns undefined if shipping
410
405
  * has not been negotiated yet, such as on the information step.
411
406
  */
412
- totalShippingAmount: StatefulRemoteSubscribable<Money | undefined>;
407
+ totalShippingAmount: SubscribableSignalLike<Money | undefined>;
413
408
  /**
414
409
  * A `Money` value representing the total tax a buyer can expect to pay at the current
415
410
  * step of checkout or the total tax included in product and shipping prices. Returns
416
411
  * undefined if taxes are unavailable.
417
412
  */
418
- totalTaxAmount: StatefulRemoteSubscribable<Money | undefined>;
413
+ totalTaxAmount: SubscribableSignalLike<Money | undefined>;
419
414
  /**
420
415
  * A `Money` value representing the minimum a buyer can expect to pay at the current
421
416
  * step of checkout. This value excludes amounts yet to be negotiated. For example,
422
417
  * the information step might not have delivery costs calculated.
423
418
  */
424
- totalAmount: StatefulRemoteSubscribable<Money>;
419
+ totalAmount: SubscribableSignalLike<Money>;
425
420
  }
426
421
  export interface CartLine {
427
422
  /**
@@ -799,14 +794,6 @@ export interface StoreCreditAccount {
799
794
  */
800
795
  balance: Money;
801
796
  }
802
- export interface Analytics {
803
- /**
804
- * Publish method to emit analytics events to [Web Pixels](https://shopify.dev/docs/apps/marketing).
805
- */
806
- publish(name: string, data: {
807
- [key: string]: unknown;
808
- }): Promise<boolean>;
809
- }
810
797
  /**
811
798
  * Represents the delivery information and options available for one or
812
799
  * more cart lines.
@@ -1 +1 @@
1
- {"version":3,"file":"order-status.d.ts","sourceRoot":"","sources":["../../../../../../src/surfaces/customer-account/api/order-status/order-status.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"order-status.d.ts","sourceRoot":"","sources":["../../../../../../src/surfaces/customer-account/api/order-status/order-status.ts"],"names":[],"mappings":"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"}
@@ -1,7 +1,7 @@
1
1
  import type { ExtensionTarget } from '../extension-targets';
2
- import type { StatefulRemoteSubscribable } from '@remote-ui/async-subscription';
3
2
  import type { ApiVersion, Capability, CurrencyCode, Timezone, Country, CountryCode, GraphQLError, StorefrontApiVersion } from '../../../shared';
4
- export { ApiVersion, Capability, CurrencyCode, Timezone, Country, CountryCode, GraphQLError, StorefrontApiVersion, };
3
+ import type { SubscribableSignalLike } from '../../checkout/shared';
4
+ export { ApiVersion, Capability, CurrencyCode, Timezone, Country, CountryCode, GraphQLError, StorefrontApiVersion, SubscribableSignalLike, };
5
5
  /**
6
6
  * A key-value storage object for extension targets.
7
7
  *
@@ -125,7 +125,7 @@ export interface Extension<Target extends ExtensionTarget = ExtensionTarget> {
125
125
  *
126
126
  * * [`block_progress`](https://shopify.dev/docs/api/checkout-ui-extensions/configuration#block-progress): the extension can block a buyer's progress and the merchant has allowed this blocking behavior.
127
127
  */
128
- capabilities: StatefulRemoteSubscribable<Capability[]>;
128
+ capabilities: SubscribableSignalLike<Capability[]>;
129
129
  /**
130
130
  * Information about the editor where the extension is being rendered.
131
131
  *
@@ -143,7 +143,7 @@ export interface Extension<Target extends ExtensionTarget = ExtensionTarget> {
143
143
  * from where it was rendered. The extension continues running so that
144
144
  * your extension is immediately available to render if the buyer navigates back.
145
145
  */
146
- rendered: StatefulRemoteSubscribable<boolean>;
146
+ rendered: SubscribableSignalLike<boolean>;
147
147
  /**
148
148
  * The URL to the script that started the extension target.
149
149
  */
@@ -286,11 +286,11 @@ export interface AuthenticatedAccount {
286
286
  * Provides the company info of the authenticated business customer.
287
287
  * If the customer is not authenticated or is not a business customer, this value is `undefined`.
288
288
  */
289
- purchasingCompany: StatefulRemoteSubscribable<PurchasingCompany | undefined>;
289
+ purchasingCompany: SubscribableSignalLike<PurchasingCompany | undefined>;
290
290
  /**
291
291
  * Provides the customer information of the authenticated customer.
292
292
  */
293
- customer: StatefulRemoteSubscribable<Customer | undefined>;
293
+ customer: SubscribableSignalLike<Customer | undefined>;
294
294
  }
295
295
  /**
296
296
  * Information about the authenticated customer.
@@ -327,40 +327,6 @@ export interface CompanyLocation {
327
327
  */
328
328
  id: string;
329
329
  }
330
- export interface Ui {
331
- /**
332
- * The Toast API displays a non-disruptive message that displays at the bottom
333
- * of the interface to provide quick, at-a-glance feedback on the outcome
334
- * of an action.
335
- *
336
- * How to use:
337
- *
338
- * - Use toasts to confirm successful actions.
339
- *
340
- * - Aim for two words.
341
- *
342
- * - Use noun + past tense verb format. For example, \`Changes saved\`.
343
- *
344
- * For errors, or information that needs to persist on the page, use a [banner](/docs/api/checkout-ui-extensions/unstable/components/feedback/banner) component.
345
- */
346
- toast: {
347
- show(content: string): void;
348
- };
349
- /**
350
- * Refresh data so the surrounding information on the page is updated. The `content` string will appear in a toast message after refresh, to confirm the action was successful.
351
- *
352
- * To request access to this API:
353
- *
354
- * 1. Go to your partner dashboard and click **Apps**.
355
- *
356
- * 2. Select the app you need to request access for.
357
- *
358
- * 3. Click **API access**.
359
- *
360
- * 4. Under **Access force data refresh**, click **Request access**.
361
- */
362
- forceDataRefresh(content: string): Promise<void>;
363
- }
364
330
  export interface SessionToken {
365
331
  /**
366
332
  * Requests a session token that hasn't expired. You should call this method every
@@ -370,6 +336,48 @@ export interface SessionToken {
370
336
  */
371
337
  get(): Promise<string>;
372
338
  }
339
+ export interface Analytics {
340
+ /**
341
+ * Publish method to emit analytics events to [Web Pixels](https://shopify.dev/docs/apps/marketing).
342
+ */
343
+ publish(name: string, data: Record<string, unknown>): Promise<boolean>;
344
+ /**
345
+ * A method for capturing details about a visitor on the online store.
346
+ */
347
+ visitor(data: {
348
+ email?: string;
349
+ phone?: string;
350
+ }): Promise<VisitorResult>;
351
+ }
352
+ /**
353
+ * Represents a visitor result.
354
+ */
355
+ export type VisitorResult = VisitorSuccess | VisitorError;
356
+ /**
357
+ * Represents a successful visitor result.
358
+ */
359
+ export interface VisitorSuccess {
360
+ /**
361
+ * Indicates that the visitor information was validated and submitted.
362
+ */
363
+ type: 'success';
364
+ }
365
+ /**
366
+ * Represents an unsuccessful visitor result.
367
+ */
368
+ export interface VisitorError {
369
+ /**
370
+ * Indicates that the visitor information is invalid and wasn't submitted.
371
+ * Examples are using the wrong data type or missing a required property.
372
+ */
373
+ type: 'error';
374
+ /**
375
+ * A message that explains the error. This message is useful for debugging.
376
+ * It's **not** localized, and therefore should not be presented directly
377
+ * to the buyer.
378
+ */
379
+ message: string;
380
+ }
373
381
  export interface AllowedProcessing {
374
382
  /**
375
383
  * Can collect customer analytics about how the shop was used and interactions made on the shop.
@@ -526,4 +534,10 @@ export interface TrackingConsentChangeResultError {
526
534
  */
527
535
  message: string;
528
536
  }
537
+ export interface ToastApiResult {
538
+ hide: () => void;
539
+ }
540
+ export interface ToastApi {
541
+ show: (content: string) => Promise<ToastApiResult>;
542
+ }
529
543
  //# sourceMappingURL=shared.d.ts.map