@shopify/ui-extensions 2025.10.0-rc.4 → 2025.10.0-rc.40

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 (1251) hide show
  1. package/build/cjs/surfaces/checkout/preact/attributes.js +1 -1
  2. package/build/cjs/surfaces/checkout/shared.js +22 -0
  3. package/build/cjs/surfaces/checkout.js +2 -0
  4. package/build/cjs/surfaces/customer-account/preact/live-navigation.js +0 -2
  5. package/build/cjs/surfaces/customer-account/preact/navigation.js +1 -3
  6. package/build/cjs/surfaces/customer-account/preact/subscription.js +3 -3
  7. package/build/cjs/surfaces/point-of-sale/types/storage.js +13 -0
  8. package/build/cjs/surfaces/point-of-sale.js +9 -0
  9. package/build/esm/surfaces/checkout/preact/attributes.mjs +1 -1
  10. package/build/esm/surfaces/checkout/shared.mjs +18 -0
  11. package/build/esm/surfaces/checkout.mjs +1 -0
  12. package/build/esm/surfaces/customer-account/preact/live-navigation.mjs +0 -2
  13. package/build/esm/surfaces/customer-account/preact/navigation.mjs +1 -3
  14. package/build/esm/surfaces/customer-account/preact/subscription.mjs +3 -3
  15. package/build/esm/surfaces/point-of-sale/types/storage.mjs +9 -0
  16. package/build/esm/surfaces/point-of-sale.mjs +1 -0
  17. package/build/esnext/surfaces/checkout/preact/attributes.esnext +1 -1
  18. package/build/esnext/surfaces/checkout/shared.esnext +18 -0
  19. package/build/esnext/surfaces/checkout.esnext +1 -0
  20. package/build/esnext/surfaces/customer-account/preact/live-navigation.esnext +0 -2
  21. package/build/esnext/surfaces/customer-account/preact/navigation.esnext +1 -3
  22. package/build/esnext/surfaces/customer-account/preact/subscription.esnext +3 -3
  23. package/build/esnext/surfaces/point-of-sale/types/storage.esnext +9 -0
  24. package/build/esnext/surfaces/point-of-sale.esnext +1 -0
  25. package/build/ts/docs/shared/components/Avatar.d.ts +4 -0
  26. package/build/ts/docs/shared/components/Avatar.d.ts.map +1 -0
  27. package/build/ts/docs/shared/components/Badge.d.ts +1 -1
  28. package/build/ts/docs/shared/components/Badge.d.ts.map +1 -1
  29. package/build/ts/docs/shared/components/Banner.d.ts +1 -1
  30. package/build/ts/docs/shared/components/Banner.d.ts.map +1 -1
  31. package/build/ts/docs/shared/components/ButtonGroup.d.ts +4 -0
  32. package/build/ts/docs/shared/components/ButtonGroup.d.ts.map +1 -0
  33. package/build/ts/docs/shared/components/Checkbox.d.ts +1 -1
  34. package/build/ts/docs/shared/components/Checkbox.d.ts.map +1 -1
  35. package/build/ts/docs/shared/components/Chip.d.ts +4 -0
  36. package/build/ts/docs/shared/components/Chip.d.ts.map +1 -0
  37. package/build/ts/docs/shared/components/Choice.d.ts +1 -1
  38. package/build/ts/docs/shared/components/Choice.d.ts.map +1 -1
  39. package/build/ts/docs/shared/components/ChoiceList.d.ts +1 -1
  40. package/build/ts/docs/shared/components/ChoiceList.d.ts.map +1 -1
  41. package/build/ts/docs/shared/components/Clickable.d.ts +1 -1
  42. package/build/ts/docs/shared/components/Clickable.d.ts.map +1 -1
  43. package/build/ts/docs/shared/components/ClickableChip.d.ts +4 -0
  44. package/build/ts/docs/shared/components/ClickableChip.d.ts.map +1 -0
  45. package/build/ts/docs/shared/components/ColorField.d.ts +4 -0
  46. package/build/ts/docs/shared/components/ColorField.d.ts.map +1 -0
  47. package/build/ts/docs/shared/components/ColorPicker.d.ts +4 -0
  48. package/build/ts/docs/shared/components/ColorPicker.d.ts.map +1 -0
  49. package/build/ts/docs/shared/components/DateField.d.ts +4 -0
  50. package/build/ts/docs/shared/components/DateField.d.ts.map +1 -0
  51. package/build/ts/docs/shared/components/DatePicker.d.ts +1 -1
  52. package/build/ts/docs/shared/components/DatePicker.d.ts.map +1 -1
  53. package/build/ts/docs/shared/components/Divider.d.ts +1 -1
  54. package/build/ts/docs/shared/components/Divider.d.ts.map +1 -1
  55. package/build/ts/docs/shared/components/EmailField.d.ts +1 -1
  56. package/build/ts/docs/shared/components/EmailField.d.ts.map +1 -1
  57. package/build/ts/docs/shared/components/Grid.d.ts +1 -1
  58. package/build/ts/docs/shared/components/Grid.d.ts.map +1 -1
  59. package/build/ts/docs/shared/components/GridItem.d.ts +1 -1
  60. package/build/ts/docs/shared/components/GridItem.d.ts.map +1 -1
  61. package/build/ts/docs/shared/components/Map.d.ts +4 -0
  62. package/build/ts/docs/shared/components/Map.d.ts.map +1 -0
  63. package/build/ts/docs/shared/components/MapMarker.d.ts +4 -0
  64. package/build/ts/docs/shared/components/MapMarker.d.ts.map +1 -0
  65. package/build/ts/docs/shared/components/Menu.d.ts +4 -0
  66. package/build/ts/docs/shared/components/Menu.d.ts.map +1 -0
  67. package/build/ts/docs/shared/components/Modal.d.ts +4 -0
  68. package/build/ts/docs/shared/components/Modal.d.ts.map +1 -0
  69. package/build/ts/docs/shared/components/MoneyField.d.ts +1 -1
  70. package/build/ts/docs/shared/components/MoneyField.d.ts.map +1 -1
  71. package/build/ts/docs/shared/components/NumberField.d.ts +1 -1
  72. package/build/ts/docs/shared/components/NumberField.d.ts.map +1 -1
  73. package/build/ts/docs/shared/components/Option.d.ts +4 -0
  74. package/build/ts/docs/shared/components/Option.d.ts.map +1 -0
  75. package/build/ts/docs/shared/components/OptionGroup.d.ts +4 -0
  76. package/build/ts/docs/shared/components/OptionGroup.d.ts.map +1 -0
  77. package/build/ts/docs/shared/components/PasswordField.d.ts +1 -1
  78. package/build/ts/docs/shared/components/PasswordField.d.ts.map +1 -1
  79. package/build/ts/docs/shared/components/PhoneField.d.ts +4 -0
  80. package/build/ts/docs/shared/components/PhoneField.d.ts.map +1 -0
  81. package/build/ts/docs/shared/components/Popover.d.ts +4 -0
  82. package/build/ts/docs/shared/components/Popover.d.ts.map +1 -0
  83. package/build/ts/docs/shared/components/ProductThumbnail.d.ts +4 -0
  84. package/build/ts/docs/shared/components/ProductThumbnail.d.ts.map +1 -0
  85. package/build/ts/docs/shared/components/QueryContainer.d.ts +4 -0
  86. package/build/ts/docs/shared/components/QueryContainer.d.ts.map +1 -0
  87. package/build/ts/docs/shared/components/SearchField.d.ts +1 -1
  88. package/build/ts/docs/shared/components/SearchField.d.ts.map +1 -1
  89. package/build/ts/docs/shared/components/Section.d.ts +1 -1
  90. package/build/ts/docs/shared/components/Section.d.ts.map +1 -1
  91. package/build/ts/docs/shared/components/Select.d.ts +1 -1
  92. package/build/ts/docs/shared/components/Select.d.ts.map +1 -1
  93. package/build/ts/docs/shared/components/Switch.d.ts +1 -1
  94. package/build/ts/docs/shared/components/Switch.d.ts.map +1 -1
  95. package/build/ts/docs/shared/components/Table.d.ts +1 -1
  96. package/build/ts/docs/shared/components/Table.d.ts.map +1 -1
  97. package/build/ts/docs/shared/components/TableBody.d.ts +1 -1
  98. package/build/ts/docs/shared/components/TableBody.d.ts.map +1 -1
  99. package/build/ts/docs/shared/components/TableCell.d.ts +1 -1
  100. package/build/ts/docs/shared/components/TableCell.d.ts.map +1 -1
  101. package/build/ts/docs/shared/components/TableHeader.d.ts +1 -1
  102. package/build/ts/docs/shared/components/TableHeader.d.ts.map +1 -1
  103. package/build/ts/docs/shared/components/TableHeaderRow.d.ts +1 -1
  104. package/build/ts/docs/shared/components/TableHeaderRow.d.ts.map +1 -1
  105. package/build/ts/docs/shared/components/TableRow.d.ts +1 -1
  106. package/build/ts/docs/shared/components/TableRow.d.ts.map +1 -1
  107. package/build/ts/docs/shared/components/TextArea.d.ts +1 -1
  108. package/build/ts/docs/shared/components/TextArea.d.ts.map +1 -1
  109. package/build/ts/docs/shared/components/Thumbnail.d.ts +4 -0
  110. package/build/ts/docs/shared/components/Thumbnail.d.ts.map +1 -0
  111. package/build/ts/docs/shared/components/Tooltip.d.ts +4 -0
  112. package/build/ts/docs/shared/components/Tooltip.d.ts.map +1 -0
  113. package/build/ts/docs/shared/components/URLField.d.ts +1 -1
  114. package/build/ts/docs/shared/components/URLField.d.ts.map +1 -1
  115. package/build/ts/docs/shared/components/index.d.ts +1 -0
  116. package/build/ts/docs/shared/components/index.d.ts.map +1 -1
  117. package/build/ts/docs/shared/docs-type.d.ts +3 -2
  118. package/build/ts/docs/shared/docs-type.d.ts.map +1 -1
  119. package/build/ts/shared.d.ts +43 -0
  120. package/build/ts/shared.d.ts.map +1 -1
  121. package/build/ts/surfaces/admin/api/should-render/should-render.doc.d.ts.map +1 -1
  122. package/build/ts/surfaces/admin/api/standard/standard.d.ts +6 -1
  123. package/build/ts/surfaces/admin/api/standard/standard.d.ts.map +1 -1
  124. package/build/ts/surfaces/admin/api/standard/storage.d.ts +70 -0
  125. package/build/ts/surfaces/admin/api/standard/storage.d.ts.map +1 -0
  126. package/build/ts/surfaces/admin/components/AdminAction.d.ts +1 -1
  127. package/build/ts/surfaces/admin/components/AdminBlock/AdminBlock.ext.doc.d.ts.map +1 -1
  128. package/build/ts/surfaces/admin/components/AdminBlock.d.ts +1 -1
  129. package/build/ts/surfaces/admin/components/AdminPrintAction.d.ts +1 -1
  130. package/build/ts/surfaces/admin/components/Avatar/Avatar.doc.d.ts +4 -0
  131. package/build/ts/surfaces/admin/components/Avatar/Avatar.doc.d.ts.map +1 -0
  132. package/build/ts/surfaces/admin/components/Avatar.d.ts +133 -0
  133. package/build/ts/surfaces/admin/components/Badge.d.ts +22 -8
  134. package/build/ts/surfaces/admin/components/Banner.d.ts +21 -16
  135. package/build/ts/surfaces/admin/components/Box.d.ts +42 -26
  136. package/build/ts/surfaces/admin/components/Button.d.ts +35 -20
  137. package/build/ts/surfaces/admin/components/ButtonGroup/ButtonGroup.doc.d.ts +4 -0
  138. package/build/ts/surfaces/admin/components/ButtonGroup/ButtonGroup.doc.d.ts.map +1 -0
  139. package/build/ts/surfaces/admin/components/ButtonGroup.d.ts +129 -0
  140. package/build/ts/surfaces/admin/components/Checkbox.d.ts +22 -12
  141. package/build/ts/surfaces/admin/components/Chip/Chip.doc.d.ts +4 -0
  142. package/build/ts/surfaces/admin/components/Chip/Chip.doc.d.ts.map +1 -0
  143. package/build/ts/surfaces/admin/components/Chip.d.ts +125 -0
  144. package/build/ts/surfaces/admin/components/Choice.d.ts +29 -8
  145. package/build/ts/surfaces/admin/components/ChoiceList/ChoiceList.doc.d.ts.map +1 -1
  146. package/build/ts/surfaces/admin/components/ChoiceList.d.ts +21 -16
  147. package/build/ts/surfaces/admin/components/Clickable.d.ts +56 -39
  148. package/build/ts/surfaces/admin/components/ClickableChip/ClickableChip.doc.d.ts +4 -0
  149. package/build/ts/surfaces/admin/components/ClickableChip/ClickableChip.doc.d.ts.map +1 -0
  150. package/build/ts/surfaces/admin/components/ClickableChip.d.ts +156 -0
  151. package/build/ts/surfaces/admin/components/ColorField/ColorField.doc.d.ts +4 -0
  152. package/build/ts/surfaces/admin/components/ColorField/ColorField.doc.d.ts.map +1 -0
  153. package/build/ts/surfaces/admin/components/ColorField.d.ts +240 -0
  154. package/build/ts/surfaces/admin/components/ColorPicker/ColorPicker.doc.d.ts +4 -0
  155. package/build/ts/surfaces/admin/components/ColorPicker/ColorPicker.doc.d.ts.map +1 -0
  156. package/build/ts/surfaces/admin/components/ColorPicker.d.ts +132 -0
  157. package/build/ts/surfaces/admin/components/DateField/DateField.doc.d.ts +4 -0
  158. package/build/ts/surfaces/admin/components/DateField/DateField.doc.d.ts.map +1 -0
  159. package/build/ts/surfaces/admin/components/DateField.d.ts +246 -0
  160. package/build/ts/surfaces/admin/components/DatePicker.d.ts +18 -35
  161. package/build/ts/surfaces/admin/components/Divider.d.ts +12 -5
  162. package/build/ts/surfaces/admin/components/DropZone/DropZone.ab.doc.d.ts +4 -0
  163. package/build/ts/surfaces/admin/components/DropZone/DropZone.ab.doc.d.ts.map +1 -0
  164. package/build/ts/surfaces/admin/components/DropZone.d.ts +160 -0
  165. package/build/ts/surfaces/admin/components/EmailField.d.ts +15 -15
  166. package/build/ts/surfaces/admin/components/Form/Form.ext.doc.d.ts.map +1 -1
  167. package/build/ts/surfaces/admin/components/Form.d.ts +43 -35
  168. package/build/ts/surfaces/admin/components/FunctionSettings.d.ts +183 -0
  169. package/build/ts/surfaces/admin/components/Grid.d.ts +61 -33
  170. package/build/ts/surfaces/admin/components/GridItem.d.ts +43 -26
  171. package/build/ts/surfaces/admin/components/Heading.d.ts +17 -6
  172. package/build/ts/surfaces/admin/components/Icon.d.ts +17 -6
  173. package/build/ts/surfaces/admin/components/Image.d.ts +41 -42
  174. package/build/ts/surfaces/admin/components/Link.d.ts +35 -29
  175. package/build/ts/surfaces/admin/components/ListItem.d.ts +18 -6
  176. package/build/ts/surfaces/admin/components/Menu/Menu.doc.d.ts +4 -0
  177. package/build/ts/surfaces/admin/components/Menu/Menu.doc.d.ts.map +1 -0
  178. package/build/ts/surfaces/admin/components/Menu.d.ts +143 -0
  179. package/build/ts/surfaces/admin/components/Modal/Modal.ab.doc.d.ts +4 -0
  180. package/build/ts/surfaces/admin/components/Modal/Modal.ab.doc.d.ts.map +1 -0
  181. package/build/ts/surfaces/admin/components/Modal.d.ts +231 -0
  182. package/build/ts/surfaces/admin/components/MoneyField.d.ts +16 -20
  183. package/build/ts/surfaces/admin/components/NumberField.d.ts +15 -17
  184. package/build/ts/surfaces/admin/components/Option.d.ts +17 -5
  185. package/build/ts/surfaces/admin/components/OptionGroup.d.ts +18 -5
  186. package/build/ts/surfaces/admin/components/OrderedList.d.ts +18 -6
  187. package/build/ts/surfaces/admin/components/Page.d.ts +42 -6
  188. package/build/ts/surfaces/admin/components/Paragraph.d.ts +18 -6
  189. package/build/ts/surfaces/admin/components/PasswordField.d.ts +15 -15
  190. package/build/ts/surfaces/admin/components/Popover/Popover.ab.doc.d.ts +4 -0
  191. package/build/ts/surfaces/admin/components/Popover/Popover.ab.doc.d.ts.map +1 -0
  192. package/build/ts/surfaces/admin/components/Popover.d.ts +379 -0
  193. package/build/ts/surfaces/admin/components/QueryContainer/QueryContainer.doc.d.ts +4 -0
  194. package/build/ts/surfaces/admin/components/QueryContainer/QueryContainer.doc.d.ts.map +1 -0
  195. package/build/ts/surfaces/admin/components/QueryContainer.d.ts +106 -0
  196. package/build/ts/surfaces/admin/components/SearchField.d.ts +18 -16
  197. package/build/ts/surfaces/admin/components/Section.d.ts +17 -6
  198. package/build/ts/surfaces/admin/components/Select/Select.doc.d.ts.map +1 -1
  199. package/build/ts/surfaces/admin/components/Select.d.ts +40 -16
  200. package/build/ts/surfaces/admin/components/Spinner.d.ts +12 -2
  201. package/build/ts/surfaces/admin/components/Stack.d.ts +66 -43
  202. package/build/ts/surfaces/admin/components/StandardComponents.d.ts +1 -1
  203. package/build/ts/surfaces/admin/components/StandardComponents.d.ts.map +1 -1
  204. package/build/ts/surfaces/admin/components/Switch.d.ts +16 -12
  205. package/build/ts/surfaces/admin/components/Table.d.ts +29 -17
  206. package/build/ts/surfaces/admin/components/TableBody.d.ts +18 -6
  207. package/build/ts/surfaces/admin/components/TableCell.d.ts +34 -7
  208. package/build/ts/surfaces/admin/components/TableHeader.d.ts +26 -7
  209. package/build/ts/surfaces/admin/components/TableHeaderRow.d.ts +19 -6
  210. package/build/ts/surfaces/admin/components/TableRow.d.ts +21 -7
  211. package/build/ts/surfaces/admin/components/Text.d.ts +19 -6
  212. package/build/ts/surfaces/admin/components/TextArea.d.ts +15 -15
  213. package/build/ts/surfaces/admin/components/TextField.d.ts +17 -15
  214. package/build/ts/surfaces/admin/components/Thumbnail/Thumbnail.doc.d.ts +4 -0
  215. package/build/ts/surfaces/admin/components/Thumbnail/Thumbnail.doc.d.ts.map +1 -0
  216. package/build/ts/surfaces/admin/components/Thumbnail.d.ts +127 -0
  217. package/build/ts/surfaces/admin/components/Tooltip/Tooltip.doc.d.ts +4 -0
  218. package/build/ts/surfaces/admin/components/Tooltip/Tooltip.doc.d.ts.map +1 -0
  219. package/build/ts/surfaces/admin/components/Tooltip.d.ts +148 -0
  220. package/build/ts/surfaces/admin/components/URLField.d.ts +15 -15
  221. package/build/ts/surfaces/admin/components/UnorderedList.d.ts +18 -6
  222. package/build/ts/surfaces/admin/components/patterns/appCard.ab.doc.d.ts +4 -0
  223. package/build/ts/surfaces/admin/components/patterns/appCard.ab.doc.d.ts.map +1 -0
  224. package/build/ts/surfaces/admin/components/patterns/calloutCard.ab.doc.d.ts +4 -0
  225. package/build/ts/surfaces/admin/components/patterns/calloutCard.ab.doc.d.ts.map +1 -0
  226. package/build/ts/surfaces/admin/components/patterns/details.ab.doc.d.ts +4 -0
  227. package/build/ts/surfaces/admin/components/patterns/details.ab.doc.d.ts.map +1 -0
  228. package/build/ts/surfaces/admin/components/patterns/emptyState.ab.doc.d.ts +4 -0
  229. package/build/ts/surfaces/admin/components/patterns/emptyState.ab.doc.d.ts.map +1 -0
  230. package/build/ts/surfaces/admin/components/patterns/homepage.ab.doc.d.ts +4 -0
  231. package/build/ts/surfaces/admin/components/patterns/homepage.ab.doc.d.ts.map +1 -0
  232. package/build/ts/surfaces/admin/components/patterns/index.ab.doc.d.ts +4 -0
  233. package/build/ts/surfaces/admin/components/patterns/index.ab.doc.d.ts.map +1 -0
  234. package/build/ts/surfaces/admin/components/patterns/indexTable.ab.doc.d.ts +4 -0
  235. package/build/ts/surfaces/admin/components/patterns/indexTable.ab.doc.d.ts.map +1 -0
  236. package/build/ts/surfaces/admin/components/patterns/interstitialNav.ab.doc.d.ts +4 -0
  237. package/build/ts/surfaces/admin/components/patterns/interstitialNav.ab.doc.d.ts.map +1 -0
  238. package/build/ts/surfaces/admin/components/patterns/mediaCard.ab.doc.d.ts +4 -0
  239. package/build/ts/surfaces/admin/components/patterns/mediaCard.ab.doc.d.ts.map +1 -0
  240. package/build/ts/surfaces/admin/components/patterns/metricsCard.ab.doc.d.ts +4 -0
  241. package/build/ts/surfaces/admin/components/patterns/metricsCard.ab.doc.d.ts.map +1 -0
  242. package/build/ts/surfaces/admin/components/patterns/settings.ab.doc.d.ts +4 -0
  243. package/build/ts/surfaces/admin/components/patterns/settings.ab.doc.d.ts.map +1 -0
  244. package/build/ts/surfaces/admin/components/patterns/setupGuide.ab.doc.d.ts +4 -0
  245. package/build/ts/surfaces/admin/components/patterns/setupGuide.ab.doc.d.ts.map +1 -0
  246. package/build/ts/surfaces/admin/components/shared.d.ts +1206 -741
  247. package/build/ts/surfaces/admin/docs-types.d.ts +4 -0
  248. package/build/ts/surfaces/admin/docs-types.d.ts.map +1 -1
  249. package/build/ts/surfaces/admin/targets/admin.abandoned-checkout-details.action.render.d.ts +53 -3083
  250. package/build/ts/surfaces/admin/targets/admin.abandoned-checkout-details.action.should-render.d.ts +1 -3
  251. package/build/ts/surfaces/admin/targets/admin.abandoned-checkout-details.block.render.d.ts +54 -3125
  252. package/build/ts/surfaces/admin/targets/admin.catalog-details.action.render.d.ts +53 -3083
  253. package/build/ts/surfaces/admin/targets/admin.catalog-details.action.should-render.d.ts +1 -3
  254. package/build/ts/surfaces/admin/targets/admin.catalog-details.block.render.d.ts +54 -3125
  255. package/build/ts/surfaces/admin/targets/admin.collection-details.action.render.d.ts +53 -3083
  256. package/build/ts/surfaces/admin/targets/admin.collection-details.action.should-render.d.ts +1 -3
  257. package/build/ts/surfaces/admin/targets/admin.collection-details.block.render.d.ts +54 -3125
  258. package/build/ts/surfaces/admin/targets/admin.collection-index.action.render.d.ts +53 -3083
  259. package/build/ts/surfaces/admin/targets/admin.collection-index.action.should-render.d.ts +1 -3
  260. package/build/ts/surfaces/admin/targets/admin.company-details.action.render.d.ts +53 -3083
  261. package/build/ts/surfaces/admin/targets/admin.company-details.action.should-render.d.ts +1 -3
  262. package/build/ts/surfaces/admin/targets/admin.company-details.block.render.d.ts +54 -3125
  263. package/build/ts/surfaces/admin/targets/admin.company-location-details.block.render.d.ts +54 -3125
  264. package/build/ts/surfaces/admin/targets/admin.customer-details.action.render.d.ts +53 -3083
  265. package/build/ts/surfaces/admin/targets/admin.customer-details.action.should-render.d.ts +1 -3
  266. package/build/ts/surfaces/admin/targets/admin.customer-details.block.render.d.ts +54 -3125
  267. package/build/ts/surfaces/admin/targets/admin.customer-index.action.render.d.ts +53 -3083
  268. package/build/ts/surfaces/admin/targets/admin.customer-index.action.should-render.d.ts +1 -3
  269. package/build/ts/surfaces/admin/targets/admin.customer-index.selection-action.render.d.ts +53 -3083
  270. package/build/ts/surfaces/admin/targets/admin.customer-index.selection-action.should-render.d.ts +1 -3
  271. package/build/ts/surfaces/admin/targets/admin.customer-segment-details.action.render.d.ts +53 -3083
  272. package/build/ts/surfaces/admin/targets/admin.customer-segment-details.action.should-render.d.ts +1 -3
  273. package/build/ts/surfaces/admin/targets/admin.customers.segmentation-templates.render.d.ts +52 -3032
  274. package/build/ts/surfaces/admin/targets/admin.discount-details.action.render.d.ts +53 -3083
  275. package/build/ts/surfaces/admin/targets/admin.discount-details.action.should-render.d.ts +1 -3
  276. package/build/ts/surfaces/admin/targets/admin.discount-details.function-settings.render.d.ts +54 -3125
  277. package/build/ts/surfaces/admin/targets/admin.discount-index.action.render.d.ts +53 -3083
  278. package/build/ts/surfaces/admin/targets/admin.discount-index.action.should-render.d.ts +1 -3
  279. package/build/ts/surfaces/admin/targets/admin.draft-order-details.action.render.d.ts +53 -3083
  280. package/build/ts/surfaces/admin/targets/admin.draft-order-details.action.should-render.d.ts +1 -3
  281. package/build/ts/surfaces/admin/targets/admin.draft-order-details.block.render.d.ts +54 -3125
  282. package/build/ts/surfaces/admin/targets/admin.draft-order-index.action.render.d.ts +53 -3083
  283. package/build/ts/surfaces/admin/targets/admin.draft-order-index.action.should-render.d.ts +1 -3
  284. package/build/ts/surfaces/admin/targets/admin.draft-order-index.selection-action.render.d.ts +53 -3083
  285. package/build/ts/surfaces/admin/targets/admin.draft-order-index.selection-action.should-render.d.ts +1 -3
  286. package/build/ts/surfaces/admin/targets/admin.gift-card-details.action.render.d.ts +53 -3083
  287. package/build/ts/surfaces/admin/targets/admin.gift-card-details.action.should-render.d.ts +1 -3
  288. package/build/ts/surfaces/admin/targets/admin.gift-card-details.block.render.d.ts +54 -3125
  289. package/build/ts/surfaces/admin/targets/admin.order-details.action.render.d.ts +53 -3083
  290. package/build/ts/surfaces/admin/targets/admin.order-details.action.should-render.d.ts +1 -3
  291. package/build/ts/surfaces/admin/targets/admin.order-details.block.render.d.ts +54 -3125
  292. package/build/ts/surfaces/admin/targets/admin.order-details.print-action.render.d.ts +53 -3072
  293. package/build/ts/surfaces/admin/targets/admin.order-details.print-action.should-render.d.ts +1 -3
  294. package/build/ts/surfaces/admin/targets/admin.order-fulfilled-card.action.render.d.ts +53 -3083
  295. package/build/ts/surfaces/admin/targets/admin.order-fulfilled-card.action.should-render.d.ts +1 -3
  296. package/build/ts/surfaces/admin/targets/admin.order-index.action.render.d.ts +53 -3083
  297. package/build/ts/surfaces/admin/targets/admin.order-index.action.should-render.d.ts +1 -3
  298. package/build/ts/surfaces/admin/targets/admin.order-index.selection-action.render.d.ts +53 -3083
  299. package/build/ts/surfaces/admin/targets/admin.order-index.selection-action.should-render.d.ts +1 -3
  300. package/build/ts/surfaces/admin/targets/admin.order-index.selection-print-action.render.d.ts +53 -3072
  301. package/build/ts/surfaces/admin/targets/admin.order-index.selection-print-action.should-render.d.ts +1 -3
  302. package/build/ts/surfaces/admin/targets/admin.product-details.action.render.d.ts +53 -3083
  303. package/build/ts/surfaces/admin/targets/admin.product-details.action.should-render.d.ts +1 -3
  304. package/build/ts/surfaces/admin/targets/admin.product-details.block.render.d.ts +54 -3125
  305. package/build/ts/surfaces/admin/targets/admin.product-details.configuration.render.d.ts +54 -3125
  306. package/build/ts/surfaces/admin/targets/admin.product-details.print-action.render.d.ts +53 -3072
  307. package/build/ts/surfaces/admin/targets/admin.product-details.print-action.should-render.d.ts +1 -3
  308. package/build/ts/surfaces/admin/targets/admin.product-details.reorder.render.d.ts +54 -3125
  309. package/build/ts/surfaces/admin/targets/admin.product-index.action.render.d.ts +53 -3083
  310. package/build/ts/surfaces/admin/targets/admin.product-index.action.should-render.d.ts +1 -3
  311. package/build/ts/surfaces/admin/targets/admin.product-index.selection-action.render.d.ts +53 -3083
  312. package/build/ts/surfaces/admin/targets/admin.product-index.selection-action.should-render.d.ts +1 -3
  313. package/build/ts/surfaces/admin/targets/admin.product-index.selection-print-action.render.d.ts +53 -3072
  314. package/build/ts/surfaces/admin/targets/admin.product-index.selection-print-action.should-render.d.ts +1 -3
  315. package/build/ts/surfaces/admin/targets/admin.product-purchase-option.action.render.d.ts +53 -3083
  316. package/build/ts/surfaces/admin/targets/admin.product-variant-details.action.render.d.ts +53 -3083
  317. package/build/ts/surfaces/admin/targets/admin.product-variant-details.action.should-render.d.ts +1 -3
  318. package/build/ts/surfaces/admin/targets/admin.product-variant-details.block.render.d.ts +54 -3125
  319. package/build/ts/surfaces/admin/targets/admin.product-variant-details.configuration.render.d.ts +54 -3125
  320. package/build/ts/surfaces/admin/targets/admin.product-variant-purchase-option.action.render.d.ts +53 -3083
  321. package/build/ts/surfaces/admin/targets/admin.settings.internal-order-routing-rule.render.d.ts +52 -3032
  322. package/build/ts/surfaces/admin/targets/admin.settings.order-routing-rule.render.d.ts +52 -3032
  323. package/build/ts/surfaces/admin/targets/admin.settings.validation.render.d.ts +52 -3032
  324. package/build/ts/surfaces/checkout/api/cart-line/cart-line-item.d.ts +1 -1
  325. package/build/ts/surfaces/checkout/api/cart-line/cart-line-item.d.ts.map +1 -1
  326. package/build/ts/surfaces/checkout/api/checkout/checkout.d.ts +18 -2
  327. package/build/ts/surfaces/checkout/api/checkout/checkout.d.ts.map +1 -1
  328. package/build/ts/surfaces/checkout/api/order-confirmation/order-confirmation.d.ts +1 -1
  329. package/build/ts/surfaces/checkout/api/order-confirmation/order-confirmation.d.ts.map +1 -1
  330. package/build/ts/surfaces/checkout/api/payment/payment-option-item.d.ts +1 -1
  331. package/build/ts/surfaces/checkout/api/payment/payment-option-item.d.ts.map +1 -1
  332. package/build/ts/surfaces/checkout/api/pickup/pickup-location-item.d.ts +1 -1
  333. package/build/ts/surfaces/checkout/api/pickup/pickup-location-item.d.ts.map +1 -1
  334. package/build/ts/surfaces/checkout/api/pickup/pickup-location-list.d.ts +1 -1
  335. package/build/ts/surfaces/checkout/api/pickup/pickup-location-list.d.ts.map +1 -1
  336. package/build/ts/surfaces/checkout/api/pickup/pickup-point-list.d.ts +1 -1
  337. package/build/ts/surfaces/checkout/api/pickup/pickup-point-list.d.ts.map +1 -1
  338. package/build/ts/surfaces/checkout/api/shared.d.ts +4 -0
  339. package/build/ts/surfaces/checkout/api/shared.d.ts.map +1 -1
  340. package/build/ts/surfaces/checkout/api/shipping/shipping-option-item.d.ts +1 -1
  341. package/build/ts/surfaces/checkout/api/shipping/shipping-option-item.d.ts.map +1 -1
  342. package/build/ts/surfaces/checkout/api/shipping/shipping-option-list.d.ts +1 -1
  343. package/build/ts/surfaces/checkout/api/shipping/shipping-option-list.d.ts.map +1 -1
  344. package/build/ts/surfaces/checkout/api/standard/standard.d.ts +21 -3
  345. package/build/ts/surfaces/checkout/api/standard/standard.d.ts.map +1 -1
  346. package/build/ts/surfaces/checkout/components/Abbreviation/Abbreviation.doc.d.ts.map +1 -1
  347. package/build/ts/surfaces/checkout/components/Abbreviation.d.ts +21 -9
  348. package/build/ts/surfaces/checkout/components/Badge.d.ts +56 -0
  349. package/build/ts/surfaces/checkout/components/Banner/Banner.doc.d.ts.map +1 -1
  350. package/build/ts/surfaces/checkout/components/Banner.d.ts +55 -13
  351. package/build/ts/surfaces/checkout/components/Box/Box.doc.d.ts.map +1 -1
  352. package/build/ts/surfaces/checkout/components/Box.d.ts +20 -9
  353. package/build/ts/surfaces/checkout/components/Button/Button.doc.d.ts.map +1 -1
  354. package/build/ts/surfaces/checkout/components/Button.d.ts +44 -13
  355. package/build/ts/surfaces/checkout/components/Checkbox/Checkbox.doc.d.ts +4 -0
  356. package/build/ts/surfaces/checkout/components/Checkbox/Checkbox.doc.d.ts.map +1 -0
  357. package/build/ts/surfaces/checkout/components/Checkbox.d.ts +60 -0
  358. package/build/ts/surfaces/checkout/components/Clickable.d.ts +89 -0
  359. package/build/ts/surfaces/checkout/components/ClipboardItem/ClipboardItem.doc.d.ts.map +1 -1
  360. package/build/ts/surfaces/checkout/components/ClipboardItem.d.ts +39 -9
  361. package/build/ts/surfaces/checkout/components/Details.d.ts +72 -0
  362. package/build/ts/surfaces/checkout/components/Divider.d.ts +31 -0
  363. package/build/ts/surfaces/checkout/components/DropZone/DropZone.doc.d.ts.map +1 -1
  364. package/build/ts/surfaces/checkout/components/DropZone.d.ts +39 -9
  365. package/build/ts/surfaces/checkout/components/EmailField/EmailField.doc.d.ts +4 -0
  366. package/build/ts/surfaces/checkout/components/EmailField/EmailField.doc.d.ts.map +1 -0
  367. package/build/ts/surfaces/checkout/components/EmailField.d.ts +85 -0
  368. package/build/ts/surfaces/checkout/components/Form/Form.doc.d.ts.map +1 -1
  369. package/build/ts/surfaces/checkout/components/Form.d.ts +40 -12
  370. package/build/ts/surfaces/checkout/components/Grid.d.ts +64 -0
  371. package/build/ts/surfaces/checkout/components/GridItem.d.ts +54 -0
  372. package/build/ts/surfaces/checkout/components/Heading/Heading.doc.d.ts.map +1 -1
  373. package/build/ts/surfaces/checkout/components/Heading.d.ts +20 -8
  374. package/build/ts/surfaces/checkout/components/Icon/Icon.doc.d.ts.map +1 -1
  375. package/build/ts/surfaces/checkout/components/Icon.d.ts +22 -9
  376. package/build/ts/surfaces/checkout/components/Image/Image.doc.d.ts.map +1 -1
  377. package/build/ts/surfaces/checkout/components/Image.d.ts +13 -7
  378. package/build/ts/surfaces/checkout/components/Link/Link.doc.d.ts.map +1 -1
  379. package/build/ts/surfaces/checkout/components/Link.d.ts +44 -13
  380. package/build/ts/surfaces/checkout/components/ListItem.d.ts +22 -10
  381. package/build/ts/surfaces/checkout/components/Map/Map.doc.d.ts +4 -0
  382. package/build/ts/surfaces/checkout/components/Map/Map.doc.d.ts.map +1 -0
  383. package/build/ts/surfaces/checkout/components/Map.d.ts +78 -0
  384. package/build/ts/surfaces/checkout/components/MapMarker.d.ts +77 -0
  385. package/build/ts/surfaces/checkout/components/Modal/Modal.doc.d.ts +4 -0
  386. package/build/ts/surfaces/checkout/components/Modal/Modal.doc.d.ts.map +1 -0
  387. package/build/ts/surfaces/checkout/components/Modal.d.ts +90 -0
  388. package/build/ts/surfaces/checkout/components/NumberField.d.ts +85 -0
  389. package/build/ts/surfaces/checkout/components/Option.d.ts +46 -0
  390. package/build/ts/surfaces/checkout/components/OrderedList/OrderedList.doc.d.ts.map +1 -1
  391. package/build/ts/surfaces/checkout/components/OrderedList.d.ts +20 -8
  392. package/build/ts/surfaces/checkout/components/Paragraph/Paragraph.doc.d.ts.map +1 -1
  393. package/build/ts/surfaces/checkout/components/Paragraph.d.ts +20 -8
  394. package/build/ts/surfaces/checkout/components/PasswordField.d.ts +84 -0
  395. package/build/ts/surfaces/checkout/components/PaymentIcon/PaymentIcon.doc.d.ts.map +1 -1
  396. package/build/ts/surfaces/checkout/components/PaymentIcon.d.ts +14 -7
  397. package/build/ts/surfaces/checkout/components/PhoneField/PhoneField.doc.d.ts +4 -0
  398. package/build/ts/surfaces/checkout/components/PhoneField/PhoneField.doc.d.ts.map +1 -0
  399. package/build/ts/surfaces/checkout/components/PhoneField.d.ts +100 -0
  400. package/build/ts/surfaces/checkout/components/Popover.d.ts +68 -0
  401. package/build/ts/surfaces/checkout/components/ProductThumbnail/ProductThumbnail.doc.d.ts +4 -0
  402. package/build/ts/surfaces/checkout/components/ProductThumbnail/ProductThumbnail.doc.d.ts.map +1 -0
  403. package/build/ts/surfaces/checkout/components/ProductThumbnail.d.ts +41 -0
  404. package/build/ts/surfaces/checkout/components/Progress/Progress.doc.d.ts.map +1 -1
  405. package/build/ts/surfaces/checkout/components/Progress.d.ts +14 -4
  406. package/build/ts/surfaces/checkout/components/QRCode/QRCode.doc.d.ts.map +1 -1
  407. package/build/ts/surfaces/checkout/components/QRCode.d.ts +35 -8
  408. package/build/ts/surfaces/checkout/components/ScrollBox.d.ts +54 -0
  409. package/build/ts/surfaces/checkout/components/Section/Section.doc.d.ts.map +1 -1
  410. package/build/ts/surfaces/checkout/components/Section.d.ts +20 -8
  411. package/build/ts/surfaces/checkout/components/Select.d.ts +79 -0
  412. package/build/ts/surfaces/checkout/components/Sheet.d.ts +94 -0
  413. package/build/ts/surfaces/checkout/components/SkeletonParagraph.d.ts +40 -0
  414. package/build/ts/surfaces/checkout/components/Spinner/Spinner.doc.d.ts.map +1 -1
  415. package/build/ts/surfaces/checkout/components/Spinner.d.ts +14 -4
  416. package/build/ts/surfaces/checkout/components/Stack/Stack.doc.d.ts.map +1 -1
  417. package/build/ts/surfaces/checkout/components/Stack.d.ts +20 -9
  418. package/build/ts/surfaces/checkout/components/Summary.d.ts +35 -0
  419. package/build/ts/surfaces/checkout/components/Switch.d.ts +60 -0
  420. package/build/ts/surfaces/checkout/components/Text/Text.doc.d.ts.map +1 -1
  421. package/build/ts/surfaces/checkout/components/Text.d.ts +20 -8
  422. package/build/ts/surfaces/checkout/components/TextArea/TextArea.doc.d.ts +4 -0
  423. package/build/ts/surfaces/checkout/components/TextArea/TextArea.doc.d.ts.map +1 -0
  424. package/build/ts/surfaces/checkout/components/TextArea.d.ts +85 -0
  425. package/build/ts/surfaces/checkout/components/TextField/TextField.doc.d.ts.map +1 -1
  426. package/build/ts/surfaces/checkout/components/TextField.d.ts +88 -21
  427. package/build/ts/surfaces/checkout/components/Time/Time.doc.d.ts.map +1 -1
  428. package/build/ts/surfaces/checkout/components/Time.d.ts +21 -9
  429. package/build/ts/surfaces/checkout/components/UnorderedList/UnorderedList.doc.d.ts.map +1 -1
  430. package/build/ts/surfaces/checkout/components/UnorderedList.d.ts +20 -8
  431. package/build/ts/surfaces/checkout/components/UrlField.d.ts +84 -0
  432. package/build/ts/surfaces/checkout/components/components-shared.d.ts +853 -85
  433. package/build/ts/surfaces/checkout/components/components.d.ts +1683 -244
  434. package/build/ts/surfaces/checkout/extension-targets.d.ts +4 -0
  435. package/build/ts/surfaces/checkout/extension-targets.d.ts.map +1 -1
  436. package/build/ts/surfaces/checkout/preact/attributes.d.ts +1 -1
  437. package/build/ts/surfaces/checkout/preact/attributes.d.ts.map +1 -1
  438. package/build/ts/surfaces/checkout/preact/subscription.d.ts +1 -1
  439. package/build/ts/surfaces/checkout/preact/subscription.d.ts.map +1 -1
  440. package/build/ts/surfaces/checkout/shared.d.ts +8 -3
  441. package/build/ts/surfaces/checkout/shared.d.ts.map +1 -1
  442. package/build/ts/surfaces/checkout/targets/Checkout::Actions::RenderBefore.d.ts +49 -651
  443. package/build/ts/surfaces/checkout/targets/Checkout::CartLineDetails::RenderAfter.d.ts +49 -651
  444. package/build/ts/surfaces/checkout/targets/Checkout::CartLineDetails::RenderLineComponents.d.ts +49 -651
  445. package/build/ts/surfaces/checkout/targets/Checkout::CartLines::RenderAfter.d.ts +49 -651
  446. package/build/ts/surfaces/checkout/targets/Checkout::Contact::RenderAfter.d.ts +49 -651
  447. package/build/ts/surfaces/checkout/targets/Checkout::CustomerInformation::RenderAfter.d.ts +49 -651
  448. package/build/ts/surfaces/checkout/targets/Checkout::DeliveryAddress::RenderBefore.d.ts +49 -651
  449. package/build/ts/surfaces/checkout/targets/Checkout::Dynamic::Render.d.ts +49 -651
  450. package/build/ts/surfaces/checkout/targets/Checkout::GiftCard::Render.d.ts +47 -596
  451. package/build/ts/surfaces/checkout/targets/Checkout::PaymentMethod::HostedFields::RenderAfter.d.ts +47 -596
  452. package/build/ts/surfaces/checkout/targets/Checkout::PaymentMethod::Render.d.ts +47 -596
  453. package/build/ts/surfaces/checkout/targets/Checkout::PaymentMethod::RenderRequiredAction.d.ts +49 -651
  454. package/build/ts/surfaces/checkout/targets/Checkout::PickupLocations::RenderAfter.d.ts +49 -651
  455. package/build/ts/surfaces/checkout/targets/Checkout::PickupLocations::RenderBefore.d.ts +49 -651
  456. package/build/ts/surfaces/checkout/targets/Checkout::PickupPoints::RenderAfter.d.ts +49 -651
  457. package/build/ts/surfaces/checkout/targets/Checkout::PickupPoints::RenderBefore.d.ts +49 -651
  458. package/build/ts/surfaces/checkout/targets/Checkout::Reductions::RenderAfter.d.ts +49 -651
  459. package/build/ts/surfaces/checkout/targets/Checkout::Reductions::RenderBefore.d.ts +49 -651
  460. package/build/ts/surfaces/checkout/targets/Checkout::ShippingMethodDetails::RenderAfter.d.ts +49 -651
  461. package/build/ts/surfaces/checkout/targets/Checkout::ShippingMethodDetails::RenderExpanded.d.ts +49 -651
  462. package/build/ts/surfaces/checkout/targets/Checkout::ShippingMethods::RenderAfter.d.ts +49 -651
  463. package/build/ts/surfaces/checkout/targets/Checkout::ShippingMethods::RenderBefore.d.ts +49 -651
  464. package/build/ts/surfaces/checkout/targets/Checkout::ThankYou::CartLineDetails::RenderAfter.d.ts +49 -651
  465. package/build/ts/surfaces/checkout/targets/Checkout::ThankYou::CartLines::RenderAfter.d.ts +49 -651
  466. package/build/ts/surfaces/checkout/targets/Checkout::ThankYou::CustomerInformation::RenderAfter.d.ts +49 -651
  467. package/build/ts/surfaces/checkout/targets/Checkout::ThankYou::Dynamic::Render.d.ts +49 -651
  468. package/build/ts/surfaces/checkout/targets/purchase.address-autocomplete.format-suggestion.d.ts +1 -3
  469. package/build/ts/surfaces/checkout/targets/purchase.address-autocomplete.suggest.d.ts +1 -3
  470. package/build/ts/surfaces/checkout/targets/purchase.cart-line-item.line-components.render.d.ts +49 -651
  471. package/build/ts/surfaces/checkout/targets/purchase.checkout.actions.render-before.d.ts +49 -651
  472. package/build/ts/surfaces/checkout/targets/purchase.checkout.block.render.d.ts +49 -651
  473. package/build/ts/surfaces/checkout/targets/purchase.checkout.cart-line-item.render-after.d.ts +49 -651
  474. package/build/ts/surfaces/checkout/targets/purchase.checkout.cart-line-list.render-after.d.ts +49 -651
  475. package/build/ts/surfaces/checkout/targets/purchase.checkout.chat.render.d.ts +1 -3
  476. package/build/ts/surfaces/checkout/targets/purchase.checkout.contact.render-after.d.ts +49 -651
  477. package/build/ts/surfaces/checkout/targets/purchase.checkout.delivery-address.render-after.d.ts +49 -651
  478. package/build/ts/surfaces/checkout/targets/purchase.checkout.delivery-address.render-before.d.ts +49 -651
  479. package/build/ts/surfaces/checkout/targets/purchase.checkout.footer.render-after.d.ts +49 -651
  480. package/build/ts/surfaces/checkout/targets/purchase.checkout.gift-card.render.d.ts +47 -596
  481. package/build/ts/surfaces/checkout/targets/purchase.checkout.header.render-after.d.ts +49 -651
  482. package/build/ts/surfaces/checkout/targets/purchase.checkout.payment-method-list.render-after.d.ts +49 -651
  483. package/build/ts/surfaces/checkout/targets/purchase.checkout.payment-method-list.render-before.d.ts +49 -651
  484. package/build/ts/surfaces/checkout/targets/purchase.checkout.payment-option-item.action-required.render.d.ts +49 -651
  485. package/build/ts/surfaces/checkout/targets/purchase.checkout.payment-option-item.details.render.d.ts +47 -596
  486. package/build/ts/surfaces/checkout/targets/purchase.checkout.payment-option-item.hosted-fields.render-after.d.ts +49 -651
  487. package/build/ts/surfaces/checkout/targets/purchase.checkout.pickup-location-list.render-after.d.ts +49 -651
  488. package/build/ts/surfaces/checkout/targets/purchase.checkout.pickup-location-list.render-before.d.ts +49 -651
  489. package/build/ts/surfaces/checkout/targets/purchase.checkout.pickup-location-option-item.render-after.d.ts +49 -651
  490. package/build/ts/surfaces/checkout/targets/purchase.checkout.pickup-point-list.render-after.d.ts +49 -651
  491. package/build/ts/surfaces/checkout/targets/purchase.checkout.pickup-point-list.render-before.d.ts +49 -651
  492. package/build/ts/surfaces/checkout/targets/purchase.checkout.reductions.render-after.d.ts +49 -651
  493. package/build/ts/surfaces/checkout/targets/purchase.checkout.reductions.render-before.d.ts +49 -651
  494. package/build/ts/surfaces/checkout/targets/purchase.checkout.shipping-option-item.details.render.d.ts +49 -651
  495. package/build/ts/surfaces/checkout/targets/purchase.checkout.shipping-option-item.render-after.d.ts +49 -651
  496. package/build/ts/surfaces/checkout/targets/purchase.checkout.shipping-option-list.render-after.d.ts +49 -651
  497. package/build/ts/surfaces/checkout/targets/purchase.checkout.shipping-option-list.render-before.d.ts +49 -651
  498. package/build/ts/surfaces/checkout/targets/purchase.thank-you.announcement.render.d.ts +54 -0
  499. package/build/ts/surfaces/checkout/targets/purchase.thank-you.block.render.d.ts +49 -651
  500. package/build/ts/surfaces/checkout/targets/purchase.thank-you.cart-line-item.render-after.d.ts +49 -651
  501. package/build/ts/surfaces/checkout/targets/purchase.thank-you.cart-line-list.render-after.d.ts +49 -651
  502. package/build/ts/surfaces/checkout/targets/purchase.thank-you.chat.render.d.ts +1 -3
  503. package/build/ts/surfaces/checkout/targets/purchase.thank-you.customer-information.render-after.d.ts +49 -651
  504. package/build/ts/surfaces/checkout/targets/purchase.thank-you.footer.render-after.d.ts +49 -651
  505. package/build/ts/surfaces/checkout/targets/purchase.thank-you.header.render-after.d.ts +49 -651
  506. package/build/ts/surfaces/checkout.d.ts +1 -1
  507. package/build/ts/surfaces/checkout.d.ts.map +1 -1
  508. package/build/ts/surfaces/customer-account/api/cart-line/cart-line-item.d.ts +2 -2
  509. package/build/ts/surfaces/customer-account/api/cart-line/cart-line-item.d.ts.map +1 -1
  510. package/build/ts/surfaces/customer-account/api/docs.d.ts +46 -17
  511. package/build/ts/surfaces/customer-account/api/docs.d.ts.map +1 -1
  512. package/build/ts/surfaces/customer-account/api/order-status/order-status.d.ts +29 -42
  513. package/build/ts/surfaces/customer-account/api/order-status/order-status.d.ts.map +1 -1
  514. package/build/ts/surfaces/customer-account/api/shared.d.ts +53 -46
  515. package/build/ts/surfaces/customer-account/api/shared.d.ts.map +1 -1
  516. package/build/ts/surfaces/customer-account/api/standard-api/standard-api.d.ts +38 -23
  517. package/build/ts/surfaces/customer-account/api/standard-api/standard-api.d.ts.map +1 -1
  518. package/build/ts/surfaces/customer-account/api.d.ts +2 -2
  519. package/build/ts/surfaces/customer-account/api.d.ts.map +1 -1
  520. package/build/ts/surfaces/customer-account/components/Abbreviation.d.ts +21 -9
  521. package/build/ts/surfaces/customer-account/components/Avatar/Avatar.doc.d.ts +4 -0
  522. package/build/ts/surfaces/customer-account/components/Avatar/Avatar.doc.d.ts.map +1 -0
  523. package/build/ts/surfaces/customer-account/components/Avatar.d.ts +92 -0
  524. package/build/ts/surfaces/customer-account/components/Badge.d.ts +56 -0
  525. package/build/ts/surfaces/customer-account/components/Banner.d.ts +55 -13
  526. package/build/ts/surfaces/customer-account/components/Box.d.ts +20 -9
  527. package/build/ts/surfaces/customer-account/components/Button.d.ts +44 -13
  528. package/build/ts/surfaces/customer-account/components/ButtonGroup/ButtonGroup.doc.d.ts +4 -0
  529. package/build/ts/surfaces/customer-account/components/ButtonGroup/ButtonGroup.doc.d.ts.map +1 -0
  530. package/build/ts/surfaces/customer-account/components/ButtonGroup.d.ts +39 -0
  531. package/build/ts/surfaces/customer-account/components/Checkbox.d.ts +60 -0
  532. package/build/ts/surfaces/customer-account/components/Clickable.d.ts +89 -0
  533. package/build/ts/surfaces/customer-account/components/ClipboardItem.d.ts +39 -9
  534. package/build/ts/surfaces/customer-account/components/CustomerAccountAction.d.ts +16 -6
  535. package/build/ts/surfaces/customer-account/components/Details.d.ts +72 -0
  536. package/build/ts/surfaces/customer-account/components/Divider.d.ts +31 -0
  537. package/build/ts/surfaces/customer-account/components/DropZone.d.ts +39 -9
  538. package/build/ts/surfaces/customer-account/components/EmailField.d.ts +85 -0
  539. package/build/ts/surfaces/customer-account/components/Form.d.ts +40 -12
  540. package/build/ts/surfaces/customer-account/components/Grid.d.ts +64 -0
  541. package/build/ts/surfaces/customer-account/components/GridItem.d.ts +54 -0
  542. package/build/ts/surfaces/customer-account/components/Heading.d.ts +20 -8
  543. package/build/ts/surfaces/customer-account/components/Icon.d.ts +22 -9
  544. package/build/ts/surfaces/customer-account/components/Image.d.ts +13 -7
  545. package/build/ts/surfaces/customer-account/components/ImageGroup/ImageGroup.doc.d.ts.map +1 -1
  546. package/build/ts/surfaces/customer-account/components/ImageGroup.d.ts +5 -5
  547. package/build/ts/surfaces/customer-account/components/Link.d.ts +44 -13
  548. package/build/ts/surfaces/customer-account/components/ListItem.d.ts +22 -10
  549. package/build/ts/surfaces/customer-account/components/Map.d.ts +78 -0
  550. package/build/ts/surfaces/customer-account/components/MapMarker.d.ts +77 -0
  551. package/build/ts/surfaces/customer-account/components/Menu/Menu.doc.d.ts +4 -0
  552. package/build/ts/surfaces/customer-account/components/Menu/Menu.doc.d.ts.map +1 -0
  553. package/build/ts/surfaces/customer-account/components/Menu.d.ts +25 -0
  554. package/build/ts/surfaces/customer-account/components/Modal.d.ts +90 -0
  555. package/build/ts/surfaces/customer-account/components/NumberField.d.ts +85 -0
  556. package/build/ts/surfaces/customer-account/components/Option.d.ts +46 -0
  557. package/build/ts/surfaces/customer-account/components/OrderedList.d.ts +20 -8
  558. package/build/ts/surfaces/customer-account/components/Page/Page.doc.d.ts.map +1 -1
  559. package/build/ts/surfaces/customer-account/components/Page.d.ts +19 -6
  560. package/build/ts/surfaces/customer-account/components/Paragraph.d.ts +20 -8
  561. package/build/ts/surfaces/customer-account/components/PasswordField.d.ts +84 -0
  562. package/build/ts/surfaces/customer-account/components/PaymentIcon.d.ts +14 -7
  563. package/build/ts/surfaces/customer-account/components/PhoneField.d.ts +100 -0
  564. package/build/ts/surfaces/customer-account/components/Popover.d.ts +68 -0
  565. package/build/ts/surfaces/customer-account/components/ProductThumbnail.d.ts +41 -0
  566. package/build/ts/surfaces/customer-account/components/Progress.d.ts +14 -4
  567. package/build/ts/surfaces/customer-account/components/QRCode.d.ts +35 -8
  568. package/build/ts/surfaces/customer-account/components/ScrollBox.d.ts +54 -0
  569. package/build/ts/surfaces/customer-account/components/Section/Section.doc.d.ts +4 -0
  570. package/build/ts/surfaces/customer-account/components/Section/Section.doc.d.ts.map +1 -0
  571. package/build/ts/surfaces/customer-account/components/Section.d.ts +20 -8
  572. package/build/ts/surfaces/customer-account/components/Select.d.ts +79 -0
  573. package/build/ts/surfaces/customer-account/components/Sheet.d.ts +94 -0
  574. package/build/ts/surfaces/customer-account/components/SkeletonParagraph.d.ts +40 -0
  575. package/build/ts/surfaces/customer-account/components/Spinner.d.ts +14 -4
  576. package/build/ts/surfaces/customer-account/components/Stack.d.ts +20 -9
  577. package/build/ts/surfaces/customer-account/components/StandardComponents.d.ts +1 -1
  578. package/build/ts/surfaces/customer-account/components/StandardComponents.d.ts.map +1 -1
  579. package/build/ts/surfaces/customer-account/components/Summary.d.ts +35 -0
  580. package/build/ts/surfaces/customer-account/components/Switch.d.ts +60 -0
  581. package/build/ts/surfaces/customer-account/components/Text.d.ts +20 -8
  582. package/build/ts/surfaces/customer-account/components/TextArea.d.ts +85 -0
  583. package/build/ts/surfaces/customer-account/components/TextField.d.ts +88 -21
  584. package/build/ts/surfaces/customer-account/components/Time.d.ts +21 -9
  585. package/build/ts/surfaces/customer-account/components/UnorderedList.d.ts +20 -8
  586. package/build/ts/surfaces/customer-account/components/UrlField.d.ts +84 -0
  587. package/build/ts/surfaces/customer-account/components/components-shared.d.ts +853 -85
  588. package/build/ts/surfaces/customer-account/components/components.d.ts +1683 -244
  589. package/build/ts/surfaces/customer-account/components/shared.d.ts +13 -2
  590. package/build/ts/surfaces/customer-account/components/shared.d.ts.map +1 -1
  591. package/build/ts/surfaces/customer-account/components/shared.ts +29 -5
  592. package/build/ts/surfaces/customer-account/extension-targets.d.ts +6 -6
  593. package/build/ts/surfaces/customer-account/extension-targets.d.ts.map +1 -1
  594. package/build/ts/surfaces/customer-account/globals.d.ts +2 -1
  595. package/build/ts/surfaces/customer-account/globals.d.ts.map +1 -1
  596. package/build/ts/surfaces/customer-account/preact/live-navigation.d.ts +1 -2
  597. package/build/ts/surfaces/customer-account/preact/live-navigation.d.ts.map +1 -1
  598. package/build/ts/surfaces/customer-account/preact/navigation.d.ts +2 -2
  599. package/build/ts/surfaces/customer-account/preact/navigation.d.ts.map +1 -1
  600. package/build/ts/surfaces/customer-account/preact/subscription.d.ts +2 -2
  601. package/build/ts/surfaces/customer-account/preact/subscription.d.ts.map +1 -1
  602. package/build/ts/surfaces/customer-account/targets/customer-account.footer.render-after.d.ts +56 -742
  603. package/build/ts/surfaces/customer-account/targets/customer-account.order-index.announcement.render.d.ts +61 -0
  604. package/build/ts/surfaces/customer-account/targets/customer-account.order-index.block.render.d.ts +56 -742
  605. package/build/ts/surfaces/customer-account/targets/customer-account.order-status.announcement.render.d.ts +61 -0
  606. package/build/ts/surfaces/customer-account/targets/customer-account.order-status.block.render.d.ts +56 -742
  607. package/build/ts/surfaces/customer-account/targets/customer-account.order-status.cart-line-item.render-after.d.ts +56 -742
  608. package/build/ts/surfaces/customer-account/targets/customer-account.order-status.cart-line-list.render-after.d.ts +56 -742
  609. package/build/ts/surfaces/customer-account/targets/customer-account.order-status.customer-information.render-after.d.ts +56 -742
  610. package/build/ts/surfaces/customer-account/targets/customer-account.order-status.fulfillment-details.render-after.d.ts +56 -742
  611. package/build/ts/surfaces/customer-account/targets/customer-account.order-status.payment-details.render-after.d.ts +56 -742
  612. package/build/ts/surfaces/customer-account/targets/customer-account.order-status.return-details.render-after.d.ts +56 -742
  613. package/build/ts/surfaces/customer-account/targets/customer-account.order-status.unfulfilled-items.render-after.d.ts +56 -742
  614. package/build/ts/surfaces/customer-account/targets/customer-account.order.action.menu-item.render.d.ts +56 -742
  615. package/build/ts/surfaces/customer-account/targets/customer-account.order.action.render.d.ts +56 -742
  616. package/build/ts/surfaces/customer-account/targets/customer-account.order.page.render.d.ts +56 -742
  617. package/build/ts/surfaces/customer-account/targets/customer-account.page.render.d.ts +56 -742
  618. package/build/ts/surfaces/customer-account/targets/customer-account.profile.addresses.render-after.d.ts +56 -742
  619. package/build/ts/surfaces/customer-account/targets/customer-account.profile.announcement.render.d.ts +61 -0
  620. package/build/ts/surfaces/customer-account/targets/customer-account.profile.block.render.d.ts +56 -742
  621. package/build/ts/surfaces/customer-account/targets/customer-account.profile.company-details.render-after.d.ts +56 -742
  622. package/build/ts/surfaces/customer-account/targets/customer-account.profile.company-location-addresses.render-after.d.ts +56 -742
  623. package/build/ts/surfaces/customer-account/targets/customer-account.profile.company-location-payment.render-after.d.ts +56 -742
  624. package/build/ts/surfaces/customer-account/targets/customer-account.profile.company-location-staff.render-after.d.ts +56 -742
  625. package/build/ts/surfaces/customer-account/targets/customer-account.profile.payment.render-after.d.ts +56 -742
  626. package/build/ts/surfaces/point-of-sale/api/action-api/action-api.d.ts +15 -0
  627. package/build/ts/surfaces/point-of-sale/api/action-api/action-api.d.ts.map +1 -0
  628. package/build/ts/surfaces/point-of-sale/api/action-target-api/action-target-api.d.ts +8 -0
  629. package/build/ts/surfaces/point-of-sale/api/action-target-api/action-target-api.d.ts.map +1 -0
  630. package/build/ts/surfaces/point-of-sale/api/cart-api/cart-api.d.ts +182 -0
  631. package/build/ts/surfaces/point-of-sale/api/cart-api/cart-api.d.ts.map +1 -0
  632. package/build/ts/surfaces/point-of-sale/api/cart-line-item-api/cart-line-item-api.d.ts +11 -0
  633. package/build/ts/surfaces/point-of-sale/api/cart-line-item-api/cart-line-item-api.d.ts.map +1 -0
  634. package/build/ts/surfaces/point-of-sale/api/connectivity-api/connectivity-api.d.ts +22 -0
  635. package/build/ts/surfaces/point-of-sale/api/connectivity-api/connectivity-api.d.ts.map +1 -0
  636. package/build/ts/surfaces/point-of-sale/api/customer-api/customer-api.d.ts +10 -0
  637. package/build/ts/surfaces/point-of-sale/api/customer-api/customer-api.d.ts.map +1 -0
  638. package/build/ts/surfaces/point-of-sale/api/device-api/device-api.d.ts +21 -0
  639. package/build/ts/surfaces/point-of-sale/api/device-api/device-api.d.ts.map +1 -0
  640. package/build/ts/surfaces/point-of-sale/api/draft-order-api/draft-order-api.d.ts +18 -0
  641. package/build/ts/surfaces/point-of-sale/api/draft-order-api/draft-order-api.d.ts.map +1 -0
  642. package/build/ts/surfaces/point-of-sale/api/locale-api/locale-api.d.ts +15 -0
  643. package/build/ts/surfaces/point-of-sale/api/locale-api/locale-api.d.ts.map +1 -0
  644. package/build/ts/surfaces/point-of-sale/api/navigation-api/navigation-api.d.ts +54 -0
  645. package/build/ts/surfaces/point-of-sale/api/navigation-api/navigation-api.d.ts.map +1 -0
  646. package/build/ts/surfaces/point-of-sale/api/order-api/order-api.d.ts +24 -0
  647. package/build/ts/surfaces/point-of-sale/api/order-api/order-api.d.ts.map +1 -0
  648. package/build/ts/surfaces/point-of-sale/api/pin-pad-api.d.ts +17 -0
  649. package/build/ts/surfaces/point-of-sale/api/pin-pad-api.d.ts.map +1 -0
  650. package/build/ts/surfaces/point-of-sale/api/print-api/print-api.d.ts +29 -0
  651. package/build/ts/surfaces/point-of-sale/api/print-api/print-api.d.ts.map +1 -0
  652. package/build/ts/surfaces/point-of-sale/api/product-api/product-api.d.ts +14 -0
  653. package/build/ts/surfaces/point-of-sale/api/product-api/product-api.d.ts.map +1 -0
  654. package/build/ts/surfaces/point-of-sale/api/product-search-api/product-search-api.d.ts +67 -0
  655. package/build/ts/surfaces/point-of-sale/api/product-search-api/product-search-api.d.ts.map +1 -0
  656. package/build/ts/surfaces/point-of-sale/api/scanner-api/scanner-api.d.ts +37 -0
  657. package/build/ts/surfaces/point-of-sale/api/scanner-api/scanner-api.d.ts.map +1 -0
  658. package/build/ts/surfaces/point-of-sale/api/session-api/session-api.d.ts +21 -0
  659. package/build/ts/surfaces/point-of-sale/api/session-api/session-api.d.ts.map +1 -0
  660. package/build/ts/surfaces/point-of-sale/api/standard/standard-api.d.ts +15 -0
  661. package/build/ts/surfaces/point-of-sale/api/standard/standard-api.d.ts.map +1 -0
  662. package/build/ts/surfaces/point-of-sale/api/storage-api/storage-api.d.ts +5 -0
  663. package/build/ts/surfaces/point-of-sale/api/storage-api/storage-api.d.ts.map +1 -0
  664. package/build/ts/surfaces/point-of-sale/api/toast-api/toast-api.d.ts +15 -0
  665. package/build/ts/surfaces/point-of-sale/api/toast-api/toast-api.d.ts.map +1 -0
  666. package/build/ts/surfaces/point-of-sale/api.d.ts +34 -0
  667. package/build/ts/surfaces/point-of-sale/api.d.ts.map +1 -0
  668. package/build/ts/surfaces/point-of-sale/components/Badge/Badge.doc.d.ts +4 -0
  669. package/build/ts/surfaces/point-of-sale/components/Badge/Badge.doc.d.ts.map +1 -0
  670. package/build/ts/surfaces/point-of-sale/components/Badge.d.ts +52 -0
  671. package/build/ts/surfaces/point-of-sale/components/Banner/Banner.doc.d.ts +4 -0
  672. package/build/ts/surfaces/point-of-sale/components/Banner/Banner.doc.d.ts.map +1 -0
  673. package/build/ts/surfaces/point-of-sale/components/Banner.d.ts +60 -0
  674. package/build/ts/surfaces/point-of-sale/components/Box/Box.doc.d.ts +4 -0
  675. package/build/ts/surfaces/point-of-sale/components/Box/Box.doc.d.ts.map +1 -0
  676. package/build/ts/surfaces/point-of-sale/components/Box.d.ts +138 -0
  677. package/build/ts/surfaces/point-of-sale/components/Button/Button.doc.d.ts +4 -0
  678. package/build/ts/surfaces/point-of-sale/components/Button/Button.doc.d.ts.map +1 -0
  679. package/build/ts/surfaces/point-of-sale/components/Button.d.ts +67 -0
  680. package/build/ts/surfaces/point-of-sale/components/Choice.d.ts +49 -0
  681. package/build/ts/surfaces/point-of-sale/components/ChoiceList/ChoiceList.doc.d.ts +4 -0
  682. package/build/ts/surfaces/point-of-sale/components/ChoiceList/ChoiceList.doc.d.ts.map +1 -0
  683. package/build/ts/surfaces/point-of-sale/components/ChoiceList.d.ts +61 -0
  684. package/build/ts/surfaces/point-of-sale/components/Clickable/Clickable.doc.d.ts +4 -0
  685. package/build/ts/surfaces/point-of-sale/components/Clickable/Clickable.doc.d.ts.map +1 -0
  686. package/build/ts/surfaces/point-of-sale/components/Clickable.d.ts +59 -0
  687. package/build/ts/surfaces/point-of-sale/components/DateField/DateField.doc.d.ts +4 -0
  688. package/build/ts/surfaces/point-of-sale/components/DateField/DateField.doc.d.ts.map +1 -0
  689. package/build/ts/surfaces/point-of-sale/components/DateField.d.ts +71 -0
  690. package/build/ts/surfaces/point-of-sale/components/DatePicker/DatePicker.doc.d.ts +4 -0
  691. package/build/ts/surfaces/point-of-sale/components/DatePicker/DatePicker.doc.d.ts.map +1 -0
  692. package/build/ts/surfaces/point-of-sale/components/DatePicker.d.ts +62 -0
  693. package/build/ts/surfaces/point-of-sale/components/DateSpinner/DateSpinner.doc.d.ts +4 -0
  694. package/build/ts/surfaces/point-of-sale/components/DateSpinner/DateSpinner.doc.d.ts.map +1 -0
  695. package/build/ts/surfaces/point-of-sale/components/DateSpinner.d.ts +62 -0
  696. package/build/ts/surfaces/point-of-sale/components/EmailField/EmailField.doc.d.ts +4 -0
  697. package/build/ts/surfaces/point-of-sale/components/EmailField/EmailField.doc.d.ts.map +1 -0
  698. package/build/ts/surfaces/point-of-sale/components/EmailField.d.ts +78 -0
  699. package/build/ts/surfaces/point-of-sale/components/Heading/Heading.doc.d.ts +4 -0
  700. package/build/ts/surfaces/point-of-sale/components/Heading/Heading.doc.d.ts.map +1 -0
  701. package/build/ts/surfaces/point-of-sale/components/Heading.d.ts +49 -0
  702. package/build/ts/surfaces/point-of-sale/components/Icon/Icon.doc.d.ts +4 -0
  703. package/build/ts/surfaces/point-of-sale/components/Icon/Icon.doc.d.ts.map +1 -0
  704. package/build/ts/surfaces/point-of-sale/components/Icon.d.ts +173 -0
  705. package/build/ts/surfaces/point-of-sale/components/Image/Image.doc.d.ts +4 -0
  706. package/build/ts/surfaces/point-of-sale/components/Image/Image.doc.d.ts.map +1 -0
  707. package/build/ts/surfaces/point-of-sale/components/Image.d.ts +64 -0
  708. package/build/ts/surfaces/point-of-sale/components/Modal/Modal.doc.d.ts +4 -0
  709. package/build/ts/surfaces/point-of-sale/components/Modal/Modal.doc.d.ts.map +1 -0
  710. package/build/ts/surfaces/point-of-sale/components/Modal.d.ts +70 -0
  711. package/build/ts/surfaces/point-of-sale/components/Navigator.d.ts +50 -0
  712. package/build/ts/surfaces/point-of-sale/components/NumberField/NumberField.doc.d.ts +4 -0
  713. package/build/ts/surfaces/point-of-sale/components/NumberField/NumberField.doc.d.ts.map +1 -0
  714. package/build/ts/surfaces/point-of-sale/components/NumberField.d.ts +150 -0
  715. package/build/ts/surfaces/point-of-sale/components/Page/Page.doc.d.ts +4 -0
  716. package/build/ts/surfaces/point-of-sale/components/Page/Page.doc.d.ts.map +1 -0
  717. package/build/ts/surfaces/point-of-sale/components/Page.d.ts +62 -0
  718. package/build/ts/surfaces/point-of-sale/components/PosBlock/PosBlock.doc.d.ts +4 -0
  719. package/build/ts/surfaces/point-of-sale/components/PosBlock/PosBlock.doc.d.ts.map +1 -0
  720. package/build/ts/surfaces/point-of-sale/components/PosBlock.d.ts +64 -0
  721. package/build/ts/surfaces/point-of-sale/components/Screen.d.ts +91 -0
  722. package/build/ts/surfaces/point-of-sale/components/ScrollBox/ScrollBox.doc.d.ts +4 -0
  723. package/build/ts/surfaces/point-of-sale/components/ScrollBox/ScrollBox.doc.d.ts.map +1 -0
  724. package/build/ts/surfaces/point-of-sale/components/ScrollBox.d.ts +49 -0
  725. package/build/ts/surfaces/point-of-sale/components/SearchField/SearchField.doc.d.ts +4 -0
  726. package/build/ts/surfaces/point-of-sale/components/SearchField/SearchField.doc.d.ts.map +1 -0
  727. package/build/ts/surfaces/point-of-sale/components/SearchField.d.ts +62 -0
  728. package/build/ts/surfaces/point-of-sale/components/Section/Section.doc.d.ts +4 -0
  729. package/build/ts/surfaces/point-of-sale/components/Section/Section.doc.d.ts.map +1 -0
  730. package/build/ts/surfaces/point-of-sale/components/Section.d.ts +62 -0
  731. package/build/ts/surfaces/point-of-sale/components/Stack/Stack.doc.d.ts +4 -0
  732. package/build/ts/surfaces/point-of-sale/components/Stack/Stack.doc.d.ts.map +1 -0
  733. package/build/ts/surfaces/point-of-sale/components/Stack.d.ts +190 -0
  734. package/build/ts/surfaces/point-of-sale/components/Text/Text.doc.d.ts +4 -0
  735. package/build/ts/surfaces/point-of-sale/components/Text/Text.doc.d.ts.map +1 -0
  736. package/build/ts/surfaces/point-of-sale/components/Text.d.ts +54 -0
  737. package/build/ts/surfaces/point-of-sale/components/TextArea/TextArea.doc.d.ts +4 -0
  738. package/build/ts/surfaces/point-of-sale/components/TextArea/TextArea.doc.d.ts.map +1 -0
  739. package/build/ts/surfaces/point-of-sale/components/TextArea.d.ts +79 -0
  740. package/build/ts/surfaces/point-of-sale/components/TextField/TextField.doc.d.ts +4 -0
  741. package/build/ts/surfaces/point-of-sale/components/TextField/TextField.doc.d.ts.map +1 -0
  742. package/build/ts/surfaces/point-of-sale/components/TextField.d.ts +78 -0
  743. package/build/ts/surfaces/point-of-sale/components/Tile/Tile.doc.d.ts +4 -0
  744. package/build/ts/surfaces/point-of-sale/components/Tile/Tile.doc.d.ts.map +1 -0
  745. package/build/ts/surfaces/point-of-sale/components/Tile.d.ts +61 -0
  746. package/build/ts/surfaces/point-of-sale/components/TimeField/TimeField.doc.d.ts +4 -0
  747. package/build/ts/surfaces/point-of-sale/components/TimeField/TimeField.doc.d.ts.map +1 -0
  748. package/build/ts/surfaces/point-of-sale/components/TimeField.d.ts +65 -0
  749. package/build/ts/surfaces/point-of-sale/components/TimePicker/TimePicker.doc.d.ts +4 -0
  750. package/build/ts/surfaces/point-of-sale/components/TimePicker/TimePicker.doc.d.ts.map +1 -0
  751. package/build/ts/surfaces/point-of-sale/components/TimePicker.d.ts +62 -0
  752. package/build/ts/surfaces/point-of-sale/components/components-shared.d.ts +3095 -0
  753. package/build/ts/surfaces/point-of-sale/components/shared.d.ts +76 -0
  754. package/build/ts/surfaces/point-of-sale/components/targets/ActionExtensionComponents.d.ts +2 -0
  755. package/build/ts/surfaces/point-of-sale/components/targets/ActionExtensionComponents.d.ts.map +1 -0
  756. package/build/ts/surfaces/point-of-sale/components/targets/BasicComponents.d.ts +3 -0
  757. package/build/ts/surfaces/point-of-sale/components/targets/BasicComponents.d.ts.map +1 -0
  758. package/build/ts/surfaces/point-of-sale/components/targets/BlockExtensionComponents.d.ts +2 -0
  759. package/build/ts/surfaces/point-of-sale/components/targets/BlockExtensionComponents.d.ts.map +1 -0
  760. package/build/ts/surfaces/point-of-sale/components/targets/ReceiptComponents.d.ts +2 -0
  761. package/build/ts/surfaces/point-of-sale/components/targets/ReceiptComponents.d.ts.map +1 -0
  762. package/build/ts/surfaces/point-of-sale/components/targets/SmartGridComponents.d.ts +2 -0
  763. package/build/ts/surfaces/point-of-sale/components/targets/SmartGridComponents.d.ts.map +1 -0
  764. package/build/ts/surfaces/point-of-sale/components/targets/StandardComponents.d.ts +3 -0
  765. package/build/ts/surfaces/point-of-sale/components/targets/StandardComponents.d.ts.map +1 -0
  766. package/build/ts/surfaces/point-of-sale/event/data/BaseApi.d.ts +3 -0
  767. package/build/ts/surfaces/point-of-sale/event/data/BaseApi.d.ts.map +1 -0
  768. package/build/ts/surfaces/point-of-sale/event/data/BaseData.d.ts +8 -0
  769. package/build/ts/surfaces/point-of-sale/event/data/BaseData.d.ts.map +1 -0
  770. package/build/ts/surfaces/point-of-sale/event/data/CartUpdateEventData.d.ts +7 -0
  771. package/build/ts/surfaces/point-of-sale/event/data/CartUpdateEventData.d.ts.map +1 -0
  772. package/build/ts/surfaces/point-of-sale/event/data/CashTrackingSessionData.d.ts +16 -0
  773. package/build/ts/surfaces/point-of-sale/event/data/CashTrackingSessionData.d.ts.map +1 -0
  774. package/build/ts/surfaces/point-of-sale/event/data/ExchangeTransactionData.d.ts +10 -0
  775. package/build/ts/surfaces/point-of-sale/event/data/ExchangeTransactionData.d.ts.map +1 -0
  776. package/build/ts/surfaces/point-of-sale/event/data/ReprintReceiptData.d.ts +7 -0
  777. package/build/ts/surfaces/point-of-sale/event/data/ReprintReceiptData.d.ts.map +1 -0
  778. package/build/ts/surfaces/point-of-sale/event/data/ReturnTransactionData.d.ts +10 -0
  779. package/build/ts/surfaces/point-of-sale/event/data/ReturnTransactionData.d.ts.map +1 -0
  780. package/build/ts/surfaces/point-of-sale/event/data/SaleTransactionData.d.ts +8 -0
  781. package/build/ts/surfaces/point-of-sale/event/data/SaleTransactionData.d.ts.map +1 -0
  782. package/build/ts/surfaces/point-of-sale/event/data/TransactionCompleteData.d.ts +13 -0
  783. package/build/ts/surfaces/point-of-sale/event/data/TransactionCompleteData.d.ts.map +1 -0
  784. package/build/ts/surfaces/point-of-sale/event/data.d.ts +9 -0
  785. package/build/ts/surfaces/point-of-sale/event/data.d.ts.map +1 -0
  786. package/build/ts/surfaces/point-of-sale/event/output/BaseOutput.d.ts +9 -0
  787. package/build/ts/surfaces/point-of-sale/event/output/BaseOutput.d.ts.map +1 -0
  788. package/build/ts/surfaces/point-of-sale/event/output.d.ts +2 -0
  789. package/build/ts/surfaces/point-of-sale/event/output.d.ts.map +1 -0
  790. package/build/ts/surfaces/point-of-sale/extension-targets.d.ts +57 -0
  791. package/build/ts/surfaces/point-of-sale/extension-targets.d.ts.map +1 -0
  792. package/build/ts/surfaces/point-of-sale/globals.d.ts +5 -0
  793. package/build/ts/surfaces/point-of-sale/globals.d.ts.map +1 -0
  794. package/build/ts/surfaces/point-of-sale/targets/pos.cart-update.event.observe.d.ts +7 -0
  795. package/build/ts/surfaces/point-of-sale/targets/pos.cart.line-item-details.action.menu-item.render.d.ts +8 -0
  796. package/build/ts/surfaces/point-of-sale/targets/pos.cart.line-item-details.action.render.d.ts +34 -0
  797. package/build/ts/surfaces/point-of-sale/targets/pos.cash-tracking-session-complete.event.observe.d.ts +7 -0
  798. package/build/ts/surfaces/point-of-sale/targets/pos.cash-tracking-session-start.event.observe.d.ts +7 -0
  799. package/build/ts/surfaces/point-of-sale/targets/pos.customer-details.action.menu-item.render.d.ts +8 -0
  800. package/build/ts/surfaces/point-of-sale/targets/pos.customer-details.action.render.d.ts +34 -0
  801. package/build/ts/surfaces/point-of-sale/targets/pos.customer-details.block.render.d.ts +20 -0
  802. package/build/ts/surfaces/point-of-sale/targets/pos.draft-order-details.action.menu-item.render.d.ts +8 -0
  803. package/build/ts/surfaces/point-of-sale/targets/pos.draft-order-details.action.render.d.ts +34 -0
  804. package/build/ts/surfaces/point-of-sale/targets/pos.draft-order-details.block.render.d.ts +20 -0
  805. package/build/ts/surfaces/point-of-sale/targets/pos.exchange.post.action.menu-item.render.d.ts +8 -0
  806. package/build/ts/surfaces/point-of-sale/targets/pos.exchange.post.action.render.d.ts +34 -0
  807. package/build/ts/surfaces/point-of-sale/targets/pos.exchange.post.block.render.d.ts +20 -0
  808. package/build/ts/surfaces/point-of-sale/targets/pos.home.modal.render.d.ts +34 -0
  809. package/build/ts/surfaces/point-of-sale/targets/pos.home.tile.render.d.ts +8 -0
  810. package/build/ts/surfaces/point-of-sale/targets/pos.order-details.action.menu-item.render.d.ts +8 -0
  811. package/build/ts/surfaces/point-of-sale/targets/pos.order-details.action.render.d.ts +34 -0
  812. package/build/ts/surfaces/point-of-sale/targets/pos.order-details.block.render.d.ts +20 -0
  813. package/build/ts/surfaces/point-of-sale/targets/pos.product-details.action.menu-item.render.d.ts +8 -0
  814. package/build/ts/surfaces/point-of-sale/targets/pos.product-details.action.render.d.ts +34 -0
  815. package/build/ts/surfaces/point-of-sale/targets/pos.product-details.block.render.d.ts +20 -0
  816. package/build/ts/surfaces/point-of-sale/targets/pos.purchase.post.action.menu-item.render.d.ts +8 -0
  817. package/build/ts/surfaces/point-of-sale/targets/pos.purchase.post.action.render.d.ts +34 -0
  818. package/build/ts/surfaces/point-of-sale/targets/pos.purchase.post.block.render.d.ts +20 -0
  819. package/build/ts/surfaces/point-of-sale/targets/pos.receipt-footer.block.render.d.ts +8 -0
  820. package/build/ts/surfaces/point-of-sale/targets/pos.receipt-header.block.render.d.ts +8 -0
  821. package/build/ts/surfaces/point-of-sale/targets/pos.return.post.action.menu-item.render.d.ts +8 -0
  822. package/build/ts/surfaces/point-of-sale/targets/pos.return.post.action.render.d.ts +34 -0
  823. package/build/ts/surfaces/point-of-sale/targets/pos.return.post.block.render.d.ts +20 -0
  824. package/build/ts/surfaces/point-of-sale/targets/pos.transaction-complete.event.observe.d.ts +7 -0
  825. package/build/ts/surfaces/point-of-sale/types/base-transaction-complete.d.ts +21 -0
  826. package/build/ts/surfaces/point-of-sale/types/base-transaction-complete.d.ts.map +1 -0
  827. package/build/ts/surfaces/point-of-sale/types/cart.d.ts +165 -0
  828. package/build/ts/surfaces/point-of-sale/types/cart.d.ts.map +1 -0
  829. package/build/ts/surfaces/point-of-sale/types/country-code.d.ts +248 -0
  830. package/build/ts/surfaces/point-of-sale/types/country-code.d.ts.map +1 -0
  831. package/build/ts/surfaces/point-of-sale/types/device.d.ts +15 -0
  832. package/build/ts/surfaces/point-of-sale/types/device.d.ts.map +1 -0
  833. package/build/ts/surfaces/point-of-sale/types/direct-api-request-body.d.ts +14 -0
  834. package/build/ts/surfaces/point-of-sale/types/direct-api-request-body.d.ts.map +1 -0
  835. package/build/ts/surfaces/point-of-sale/types/discount-allocation.d.ts +5 -0
  836. package/build/ts/surfaces/point-of-sale/types/discount-allocation.d.ts.map +1 -0
  837. package/build/ts/surfaces/point-of-sale/types/money.d.ts +9 -0
  838. package/build/ts/surfaces/point-of-sale/types/money.d.ts.map +1 -0
  839. package/build/ts/surfaces/point-of-sale/types/multiple-resource-result.d.ts +15 -0
  840. package/build/ts/surfaces/point-of-sale/types/multiple-resource-result.d.ts.map +1 -0
  841. package/build/ts/surfaces/point-of-sale/types/order.d.ts +10 -0
  842. package/build/ts/surfaces/point-of-sale/types/order.d.ts.map +1 -0
  843. package/build/ts/surfaces/point-of-sale/types/paginated-result.d.ts +19 -0
  844. package/build/ts/surfaces/point-of-sale/types/paginated-result.d.ts.map +1 -0
  845. package/build/ts/surfaces/point-of-sale/types/payment.d.ts +7 -0
  846. package/build/ts/surfaces/point-of-sale/types/payment.d.ts.map +1 -0
  847. package/build/ts/surfaces/point-of-sale/types/pin-pad.d.ts +64 -0
  848. package/build/ts/surfaces/point-of-sale/types/pin-pad.d.ts.map +1 -0
  849. package/build/ts/surfaces/point-of-sale/types/product.d.ts +61 -0
  850. package/build/ts/surfaces/point-of-sale/types/product.d.ts.map +1 -0
  851. package/build/ts/surfaces/point-of-sale/types/session.d.ts +33 -0
  852. package/build/ts/surfaces/point-of-sale/types/session.d.ts.map +1 -0
  853. package/build/ts/surfaces/point-of-sale/types/shipping-line.d.ts +16 -0
  854. package/build/ts/surfaces/point-of-sale/types/shipping-line.d.ts.map +1 -0
  855. package/build/ts/surfaces/point-of-sale/types/storage.d.ts +45 -0
  856. package/build/ts/surfaces/point-of-sale/types/storage.d.ts.map +1 -0
  857. package/build/ts/surfaces/point-of-sale/types/tax-line.d.ts +13 -0
  858. package/build/ts/surfaces/point-of-sale/types/tax-line.d.ts.map +1 -0
  859. package/build/ts/surfaces/point-of-sale/types/transaction-type.d.ts +2 -0
  860. package/build/ts/surfaces/point-of-sale/types/transaction-type.d.ts.map +1 -0
  861. package/build/ts/surfaces/point-of-sale.d.ts +5 -0
  862. package/build/ts/surfaces/point-of-sale.d.ts.map +1 -0
  863. package/build/tsconfig.tsbuildinfo +1 -1
  864. package/package.json +24 -3
  865. package/src/docs/shared/components/Avatar.ts +12 -0
  866. package/src/docs/shared/components/Badge.ts +1 -1
  867. package/src/docs/shared/components/Banner.ts +1 -1
  868. package/src/docs/shared/components/ButtonGroup.ts +11 -0
  869. package/src/docs/shared/components/Checkbox.ts +1 -1
  870. package/src/docs/shared/components/Chip.ts +12 -0
  871. package/src/docs/shared/components/Choice.ts +1 -1
  872. package/src/docs/shared/components/ChoiceList.ts +1 -1
  873. package/src/docs/shared/components/Clickable.ts +1 -1
  874. package/src/docs/shared/components/ClickableChip.ts +12 -0
  875. package/src/docs/shared/components/ColorField.ts +11 -0
  876. package/src/docs/shared/components/ColorPicker.ts +11 -0
  877. package/src/docs/shared/components/DateField.ts +11 -0
  878. package/src/docs/shared/components/DatePicker.ts +1 -1
  879. package/src/docs/shared/components/Divider.ts +1 -1
  880. package/src/docs/shared/components/EmailField.ts +1 -1
  881. package/src/docs/shared/components/Grid.ts +1 -1
  882. package/src/docs/shared/components/GridItem.ts +1 -1
  883. package/src/docs/shared/components/Map.ts +12 -0
  884. package/src/docs/shared/components/MapMarker.ts +12 -0
  885. package/src/docs/shared/components/Menu.ts +12 -0
  886. package/src/docs/shared/components/Modal.ts +12 -0
  887. package/src/docs/shared/components/MoneyField.ts +2 -3
  888. package/src/docs/shared/components/NumberField.ts +1 -1
  889. package/src/docs/shared/components/Option.ts +12 -0
  890. package/src/docs/shared/components/OptionGroup.ts +12 -0
  891. package/src/docs/shared/components/Paragraph.ts +1 -1
  892. package/src/docs/shared/components/PasswordField.ts +1 -1
  893. package/src/docs/shared/components/PhoneField.ts +11 -0
  894. package/src/docs/shared/components/Popover.ts +12 -0
  895. package/src/docs/shared/components/ProductThumbnail.ts +11 -0
  896. package/src/docs/shared/components/QueryContainer.ts +12 -0
  897. package/src/docs/shared/components/SearchField.ts +1 -1
  898. package/src/docs/shared/components/Section.ts +1 -1
  899. package/src/docs/shared/components/Select.ts +1 -1
  900. package/src/docs/shared/components/Switch.ts +1 -1
  901. package/src/docs/shared/components/Table.ts +1 -1
  902. package/src/docs/shared/components/TableBody.ts +1 -1
  903. package/src/docs/shared/components/TableCell.ts +1 -1
  904. package/src/docs/shared/components/TableHeader.ts +1 -1
  905. package/src/docs/shared/components/TableHeaderRow.ts +1 -1
  906. package/src/docs/shared/components/TableRow.ts +1 -1
  907. package/src/docs/shared/components/TextArea.ts +1 -1
  908. package/src/docs/shared/components/Thumbnail.ts +12 -0
  909. package/src/docs/shared/components/Tooltip.ts +12 -0
  910. package/src/docs/shared/components/URLField.ts +1 -1
  911. package/src/docs/shared/components/index.ts +1 -0
  912. package/src/docs/shared/docs-type.ts +6 -5
  913. package/src/shared.ts +46 -0
  914. package/src/surfaces/admin/api/standard/standard.ts +7 -1
  915. package/src/surfaces/admin/api/standard/storage.ts +110 -0
  916. package/src/surfaces/admin/components/AdminAction.d.ts +1 -1
  917. package/src/surfaces/admin/components/AdminBlock.d.ts +1 -1
  918. package/src/surfaces/admin/components/AdminPrintAction/examples/default.tsx +1 -1
  919. package/src/surfaces/admin/components/AdminPrintAction.d.ts +1 -1
  920. package/src/surfaces/admin/components/Avatar/examples/default.html +4 -0
  921. package/src/surfaces/admin/components/Avatar.d.ts +133 -0
  922. package/src/surfaces/admin/components/Badge.d.ts +22 -8
  923. package/src/surfaces/admin/components/Banner.d.ts +21 -16
  924. package/src/surfaces/admin/components/Box.d.ts +42 -26
  925. package/src/surfaces/admin/components/Button.d.ts +35 -20
  926. package/src/surfaces/admin/components/ButtonGroup/examples/default.html +4 -0
  927. package/src/surfaces/admin/components/ButtonGroup.d.ts +129 -0
  928. package/src/surfaces/admin/components/Checkbox.d.ts +22 -12
  929. package/src/surfaces/admin/components/Chip/examples/default.html +1 -0
  930. package/src/surfaces/admin/components/Chip.d.ts +125 -0
  931. package/src/surfaces/admin/components/Choice.d.ts +29 -8
  932. package/src/surfaces/admin/components/ChoiceList/examples/default.html +3 -3
  933. package/src/surfaces/admin/components/ChoiceList.d.ts +21 -16
  934. package/src/surfaces/admin/components/Clickable.d.ts +56 -39
  935. package/src/surfaces/admin/components/ClickableChip/examples/default.html +1 -0
  936. package/src/surfaces/admin/components/ClickableChip.d.ts +156 -0
  937. package/src/surfaces/admin/components/ColorField/examples/default.html +4 -0
  938. package/src/surfaces/admin/components/ColorField.d.ts +240 -0
  939. package/src/surfaces/admin/components/ColorPicker/examples/default.html +4 -0
  940. package/src/surfaces/admin/components/ColorPicker.d.ts +132 -0
  941. package/src/surfaces/admin/components/DateField/examples/default.html +1 -0
  942. package/src/surfaces/admin/components/DateField.d.ts +246 -0
  943. package/src/surfaces/admin/components/DatePicker.d.ts +18 -35
  944. package/src/surfaces/admin/components/Divider.d.ts +12 -5
  945. package/src/surfaces/admin/components/DropZone/examples/default.html +9 -0
  946. package/src/surfaces/admin/components/DropZone.d.ts +160 -0
  947. package/src/surfaces/admin/components/EmailField.d.ts +15 -15
  948. package/src/surfaces/admin/components/Form.d.ts +43 -35
  949. package/src/surfaces/admin/components/FunctionSettings.d.ts +183 -0
  950. package/src/surfaces/admin/components/Grid.d.ts +61 -33
  951. package/src/surfaces/admin/components/GridItem.d.ts +43 -26
  952. package/src/surfaces/admin/components/Heading.d.ts +17 -6
  953. package/src/surfaces/admin/components/Icon.d.ts +17 -6
  954. package/src/surfaces/admin/components/Image/examples/default.html +1 -1
  955. package/src/surfaces/admin/components/Image.d.ts +41 -42
  956. package/src/surfaces/admin/components/Link.d.ts +35 -29
  957. package/src/surfaces/admin/components/ListItem.d.ts +18 -6
  958. package/src/surfaces/admin/components/Menu/examples/default.html +7 -0
  959. package/src/surfaces/admin/components/Menu.d.ts +143 -0
  960. package/src/surfaces/admin/components/Modal/examples/default.html +23 -0
  961. package/src/surfaces/admin/components/Modal.d.ts +231 -0
  962. package/src/surfaces/admin/components/MoneyField/examples/default.html +0 -1
  963. package/src/surfaces/admin/components/MoneyField.d.ts +16 -20
  964. package/src/surfaces/admin/components/NumberField.d.ts +15 -17
  965. package/src/surfaces/admin/components/Option.d.ts +17 -5
  966. package/src/surfaces/admin/components/OptionGroup.d.ts +18 -5
  967. package/src/surfaces/admin/components/OrderedList.d.ts +18 -6
  968. package/src/surfaces/admin/components/Page/examples/default.html +3 -3
  969. package/src/surfaces/admin/components/Page.d.ts +42 -6
  970. package/src/surfaces/admin/components/Paragraph.d.ts +18 -6
  971. package/src/surfaces/admin/components/PasswordField.d.ts +15 -15
  972. package/src/surfaces/admin/components/Popover/examples/default.html +8 -0
  973. package/src/surfaces/admin/components/Popover.d.ts +379 -0
  974. package/src/surfaces/admin/components/QueryContainer/examples/default.html +8 -0
  975. package/src/surfaces/admin/components/QueryContainer.d.ts +106 -0
  976. package/src/surfaces/admin/components/SearchField.d.ts +18 -16
  977. package/src/surfaces/admin/components/Section.d.ts +17 -6
  978. package/src/surfaces/admin/components/Select/examples/default.html +4 -0
  979. package/src/surfaces/admin/components/Select.d.ts +40 -16
  980. package/src/surfaces/admin/components/Spinner.d.ts +12 -2
  981. package/src/surfaces/admin/components/Stack.d.ts +66 -43
  982. package/src/surfaces/admin/components/StandardComponents.ts +11 -0
  983. package/src/surfaces/admin/components/Switch.d.ts +16 -12
  984. package/src/surfaces/admin/components/Table.d.ts +29 -17
  985. package/src/surfaces/admin/components/TableBody.d.ts +18 -6
  986. package/src/surfaces/admin/components/TableCell.d.ts +34 -7
  987. package/src/surfaces/admin/components/TableHeader.d.ts +26 -7
  988. package/src/surfaces/admin/components/TableHeaderRow.d.ts +19 -6
  989. package/src/surfaces/admin/components/TableRow.d.ts +21 -7
  990. package/src/surfaces/admin/components/Text.d.ts +19 -6
  991. package/src/surfaces/admin/components/TextArea.d.ts +15 -15
  992. package/src/surfaces/admin/components/TextField.d.ts +17 -15
  993. package/src/surfaces/admin/components/Thumbnail/examples/default.html +4 -0
  994. package/src/surfaces/admin/components/Thumbnail.d.ts +127 -0
  995. package/src/surfaces/admin/components/Tooltip/examples/default.html +2 -0
  996. package/src/surfaces/admin/components/Tooltip.d.ts +148 -0
  997. package/src/surfaces/admin/components/URLField.d.ts +15 -15
  998. package/src/surfaces/admin/components/UnorderedList.d.ts +18 -6
  999. package/src/surfaces/admin/components/patterns/examples/appCard.html +30 -0
  1000. package/src/surfaces/admin/components/patterns/examples/calloutCard.html +35 -0
  1001. package/src/surfaces/admin/components/patterns/examples/details.html +228 -0
  1002. package/src/surfaces/admin/components/patterns/examples/details.jsx +255 -0
  1003. package/src/surfaces/admin/components/patterns/examples/emptyState.html +27 -0
  1004. package/src/surfaces/admin/components/patterns/examples/homepage.html +554 -0
  1005. package/src/surfaces/admin/components/patterns/examples/homepage.jsx +654 -0
  1006. package/src/surfaces/admin/components/patterns/examples/index.html +135 -0
  1007. package/src/surfaces/admin/components/patterns/examples/index.jsx +150 -0
  1008. package/src/surfaces/admin/components/patterns/examples/indexTable.html +127 -0
  1009. package/src/surfaces/admin/components/patterns/examples/interstitialNav.html +72 -0
  1010. package/src/surfaces/admin/components/patterns/examples/mediaCard.html +23 -0
  1011. package/src/surfaces/admin/components/patterns/examples/metricsCard.html +51 -0
  1012. package/src/surfaces/admin/components/patterns/examples/settings.html +194 -0
  1013. package/src/surfaces/admin/components/patterns/examples/settings.jsx +207 -0
  1014. package/src/surfaces/admin/components/patterns/examples/setupGuide.html +91 -0
  1015. package/src/surfaces/admin/components/patterns/index.ab.doc.ts +80 -0
  1016. package/src/surfaces/admin/components/shared.d.ts +1206 -741
  1017. package/src/surfaces/admin/components.d.ts +3736 -1805
  1018. package/src/surfaces/admin/docs-types.ts +8 -1
  1019. package/src/surfaces/checkout/api/cart-line/cart-line-item.ts +1 -2
  1020. package/src/surfaces/checkout/api/checkout/checkout.ts +12 -2
  1021. package/src/surfaces/checkout/api/order-confirmation/order-confirmation.ts +1 -1
  1022. package/src/surfaces/checkout/api/payment/payment-option-item.ts +1 -1
  1023. package/src/surfaces/checkout/api/pickup/pickup-location-item.ts +1 -2
  1024. package/src/surfaces/checkout/api/pickup/pickup-location-list.ts +1 -1
  1025. package/src/surfaces/checkout/api/pickup/pickup-point-list.ts +1 -1
  1026. package/src/surfaces/checkout/api/shared.ts +5 -0
  1027. package/src/surfaces/checkout/api/shipping/shipping-option-item.ts +1 -2
  1028. package/src/surfaces/checkout/api/shipping/shipping-option-list.ts +1 -2
  1029. package/src/surfaces/checkout/api/standard/standard.ts +23 -3
  1030. package/src/surfaces/checkout/components/Abbreviation.d.ts +21 -9
  1031. package/src/surfaces/checkout/components/Badge.d.ts +56 -0
  1032. package/src/surfaces/checkout/components/Banner.d.ts +55 -13
  1033. package/src/surfaces/checkout/components/Box.d.ts +20 -9
  1034. package/src/surfaces/checkout/components/Button.d.ts +44 -13
  1035. package/src/surfaces/checkout/components/Chat/examples/app-bridge-communication.example.tsx +58 -0
  1036. package/src/surfaces/checkout/components/Chat/examples/app-bridge-css.example.css +16 -0
  1037. package/src/surfaces/checkout/components/Chat/examples/app-bridge-resize.example.html +48 -0
  1038. package/src/surfaces/checkout/components/Chat/examples/app-bridge-resize.example.tsx +9 -0
  1039. package/src/surfaces/checkout/components/Chat/examples/include-app-bridge.example.html +3 -0
  1040. package/src/surfaces/checkout/components/Chat/examples/shopify-extension-toml.example.toml +5 -0
  1041. package/src/surfaces/checkout/components/Checkbox/examples/basic-checkbox.example.html +1 -0
  1042. package/src/surfaces/checkout/components/Checkbox.d.ts +60 -0
  1043. package/src/surfaces/checkout/components/Clickable.d.ts +89 -0
  1044. package/src/surfaces/checkout/components/ClipboardItem.d.ts +39 -9
  1045. package/src/surfaces/checkout/components/Details.d.ts +72 -0
  1046. package/src/surfaces/checkout/components/Divider.d.ts +31 -0
  1047. package/src/surfaces/checkout/components/DropZone.d.ts +39 -9
  1048. package/src/surfaces/checkout/components/EmailField/examples/basic-emailfield.example.html +4 -0
  1049. package/src/surfaces/checkout/components/EmailField.d.ts +85 -0
  1050. package/src/surfaces/checkout/components/Form/examples/basic-form.example.html +1 -1
  1051. package/src/surfaces/checkout/components/Form.d.ts +40 -12
  1052. package/src/surfaces/checkout/components/Grid.d.ts +64 -0
  1053. package/src/surfaces/checkout/components/GridItem.d.ts +54 -0
  1054. package/src/surfaces/checkout/components/Heading.d.ts +20 -8
  1055. package/src/surfaces/checkout/components/Icon.d.ts +22 -9
  1056. package/src/surfaces/checkout/components/Image.d.ts +13 -7
  1057. package/src/surfaces/checkout/components/Link.d.ts +44 -13
  1058. package/src/surfaces/checkout/components/ListItem.d.ts +22 -10
  1059. package/src/surfaces/checkout/components/Map/examples/basic-map.example.html +3 -0
  1060. package/src/surfaces/checkout/components/Map.d.ts +78 -0
  1061. package/src/surfaces/checkout/components/MapMarker.d.ts +77 -0
  1062. package/src/surfaces/checkout/components/Modal/examples/basic-modal.example.html +20 -0
  1063. package/src/surfaces/checkout/components/Modal.d.ts +90 -0
  1064. package/src/surfaces/checkout/components/NumberField.d.ts +85 -0
  1065. package/src/surfaces/checkout/components/Option.d.ts +46 -0
  1066. package/src/surfaces/checkout/components/OrderedList.d.ts +20 -8
  1067. package/src/surfaces/checkout/components/Paragraph.d.ts +20 -8
  1068. package/src/surfaces/checkout/components/PasswordField.d.ts +84 -0
  1069. package/src/surfaces/checkout/components/PaymentIcon.d.ts +14 -7
  1070. package/src/surfaces/checkout/components/PhoneField/examples/basic-phonefield.example.html +2 -0
  1071. package/src/surfaces/checkout/components/PhoneField.d.ts +100 -0
  1072. package/src/surfaces/checkout/components/Popover.d.ts +68 -0
  1073. package/src/surfaces/checkout/components/ProductThumbnail/examples/basic-productthumbnail.example.html +4 -0
  1074. package/src/surfaces/checkout/components/ProductThumbnail.d.ts +41 -0
  1075. package/src/surfaces/checkout/components/Progress.d.ts +14 -4
  1076. package/src/surfaces/checkout/components/QRCode.d.ts +35 -8
  1077. package/src/surfaces/checkout/components/ScrollBox.d.ts +54 -0
  1078. package/src/surfaces/checkout/components/Section.d.ts +20 -8
  1079. package/src/surfaces/checkout/components/Select.d.ts +79 -0
  1080. package/src/surfaces/checkout/components/Sheet.d.ts +94 -0
  1081. package/src/surfaces/checkout/components/SkeletonParagraph.d.ts +40 -0
  1082. package/src/surfaces/checkout/components/Spinner.d.ts +14 -4
  1083. package/src/surfaces/checkout/components/Stack.d.ts +20 -9
  1084. package/src/surfaces/checkout/components/Summary.d.ts +35 -0
  1085. package/src/surfaces/checkout/components/Switch.d.ts +60 -0
  1086. package/src/surfaces/checkout/components/Text.d.ts +20 -8
  1087. package/src/surfaces/checkout/components/TextArea/examples/basic-textarea.example.html +5 -0
  1088. package/src/surfaces/checkout/components/TextArea.d.ts +85 -0
  1089. package/src/surfaces/checkout/components/TextField.d.ts +88 -21
  1090. package/src/surfaces/checkout/components/Time.d.ts +21 -9
  1091. package/src/surfaces/checkout/components/UnorderedList.d.ts +20 -8
  1092. package/src/surfaces/checkout/components/UrlField.d.ts +84 -0
  1093. package/src/surfaces/checkout/components/components-shared.d.ts +853 -85
  1094. package/src/surfaces/checkout/components/components.d.ts +1683 -244
  1095. package/src/surfaces/checkout/extension-targets.ts +8 -0
  1096. package/src/surfaces/checkout/preact/attributes.ts +2 -2
  1097. package/src/surfaces/checkout/preact/subscription.ts +2 -1
  1098. package/src/surfaces/checkout/preact/tests/delivery-group-target.test.ts +2 -2
  1099. package/src/surfaces/checkout/shared.ts +65 -31
  1100. package/src/surfaces/checkout.ts +1 -0
  1101. package/src/surfaces/customer-account/api/cart-line/cart-line-item.ts +2 -3
  1102. package/src/surfaces/customer-account/api/docs.ts +81 -26
  1103. package/src/surfaces/customer-account/api/order-status/order-status.ts +29 -42
  1104. package/src/surfaces/customer-account/api/shared.ts +55 -44
  1105. package/src/surfaces/customer-account/api/standard-api/standard-api.ts +42 -23
  1106. package/src/surfaces/customer-account/api.ts +8 -4
  1107. package/src/surfaces/customer-account/components/Avatar/examples/basic-Avatar-preact.example.tsx +10 -0
  1108. package/src/surfaces/customer-account/components/Avatar.d.ts +92 -0
  1109. package/src/surfaces/customer-account/components/ButtonGroup/examples/basic-ButtonGroup-preact.example.tsx +22 -0
  1110. package/src/surfaces/customer-account/components/ButtonGroup.d.ts +39 -0
  1111. package/src/surfaces/customer-account/components/CustomerAccountAction/examples/basic-CustomerAccountAction-preact.example.tsx +8 -7
  1112. package/src/surfaces/customer-account/components/CustomerAccountAction.d.ts +16 -6
  1113. package/src/surfaces/customer-account/components/ImageGroup/examples/basic-ImageGroup-preact.example.tsx +6 -4
  1114. package/src/surfaces/customer-account/components/ImageGroup.d.ts +5 -5
  1115. package/src/surfaces/customer-account/components/Menu/examples/basic-Menu-preact.example.tsx +24 -0
  1116. package/src/surfaces/customer-account/components/Menu.d.ts +25 -0
  1117. package/src/surfaces/customer-account/components/Page/examples/basic-Page-preact.example.tsx +10 -9
  1118. package/src/surfaces/customer-account/components/Page.d.ts +19 -6
  1119. package/src/surfaces/customer-account/components/Section/examples/basic-Section-preact.example.tsx +23 -0
  1120. package/src/surfaces/customer-account/components/Section.d.ts +46 -0
  1121. package/src/surfaces/customer-account/components/StandardComponents.ts +6 -2
  1122. package/src/surfaces/customer-account/components/shared.ts +29 -5
  1123. package/src/surfaces/customer-account/components.d.ts +124 -31
  1124. package/src/surfaces/customer-account/extension-targets.ts +15 -9
  1125. package/src/surfaces/customer-account/globals.ts +4 -4
  1126. package/src/surfaces/customer-account/preact/live-navigation.ts +1 -8
  1127. package/src/surfaces/customer-account/preact/navigation.ts +3 -10
  1128. package/src/surfaces/customer-account/preact/subscription.ts +7 -6
  1129. package/src/surfaces/point-of-sale/api/action-api/action-api.ts +15 -0
  1130. package/src/surfaces/point-of-sale/api/action-target-api/action-target-api.ts +7 -0
  1131. package/src/surfaces/point-of-sale/api/cart-api/cart-api.ts +239 -0
  1132. package/src/surfaces/point-of-sale/api/cart-line-item-api/cart-line-item-api.ts +11 -0
  1133. package/src/surfaces/point-of-sale/api/connectivity-api/connectivity-api.ts +25 -0
  1134. package/src/surfaces/point-of-sale/api/customer-api/customer-api.ts +10 -0
  1135. package/src/surfaces/point-of-sale/api/device-api/device-api.ts +21 -0
  1136. package/src/surfaces/point-of-sale/api/draft-order-api/draft-order-api.ts +20 -0
  1137. package/src/surfaces/point-of-sale/api/locale-api/locale-api.ts +16 -0
  1138. package/src/surfaces/point-of-sale/api/navigation-api/navigation-api.ts +63 -0
  1139. package/src/surfaces/point-of-sale/api/order-api/order-api.ts +26 -0
  1140. package/src/surfaces/point-of-sale/api/pin-pad-api.ts +23 -0
  1141. package/src/surfaces/point-of-sale/api/print-api/print-api.ts +29 -0
  1142. package/src/surfaces/point-of-sale/api/product-api/product-api.ts +14 -0
  1143. package/src/surfaces/point-of-sale/api/product-search-api/product-search-api.ts +94 -0
  1144. package/src/surfaces/point-of-sale/api/scanner-api/scanner-api.ts +42 -0
  1145. package/src/surfaces/point-of-sale/api/session-api/session-api.ts +22 -0
  1146. package/src/surfaces/point-of-sale/api/standard/standard-api.ts +21 -0
  1147. package/src/surfaces/point-of-sale/api/storage-api/storage-api.ts +5 -0
  1148. package/src/surfaces/point-of-sale/api/toast-api/toast-api.ts +16 -0
  1149. package/src/surfaces/point-of-sale/api.ts +128 -0
  1150. package/src/surfaces/point-of-sale/components/Badge/examples/default.html +5 -0
  1151. package/src/surfaces/point-of-sale/components/Badge.d.ts +52 -0
  1152. package/src/surfaces/point-of-sale/components/Banner/examples/default.html +15 -0
  1153. package/src/surfaces/point-of-sale/components/Banner.d.ts +60 -0
  1154. package/src/surfaces/point-of-sale/components/Box/examples/default.html +3 -0
  1155. package/src/surfaces/point-of-sale/components/Box.d.ts +138 -0
  1156. package/src/surfaces/point-of-sale/components/Button/examples/default.html +4 -0
  1157. package/src/surfaces/point-of-sale/components/Button.d.ts +67 -0
  1158. package/src/surfaces/point-of-sale/components/Choice.d.ts +49 -0
  1159. package/src/surfaces/point-of-sale/components/ChoiceList/examples/default.html +5 -0
  1160. package/src/surfaces/point-of-sale/components/ChoiceList.d.ts +61 -0
  1161. package/src/surfaces/point-of-sale/components/Clickable/examples/default.html +3 -0
  1162. package/src/surfaces/point-of-sale/components/Clickable.d.ts +59 -0
  1163. package/src/surfaces/point-of-sale/components/DateField/examples/default.html +12 -0
  1164. package/src/surfaces/point-of-sale/components/DateField.d.ts +71 -0
  1165. package/src/surfaces/point-of-sale/components/DatePicker/examples/default.html +8 -0
  1166. package/src/surfaces/point-of-sale/components/DatePicker.d.ts +62 -0
  1167. package/src/surfaces/point-of-sale/components/DateSpinner/examples/default.html +8 -0
  1168. package/src/surfaces/point-of-sale/components/DateSpinner.d.ts +62 -0
  1169. package/src/surfaces/point-of-sale/components/EmailField/examples/default.html +12 -0
  1170. package/src/surfaces/point-of-sale/components/EmailField.d.ts +78 -0
  1171. package/src/surfaces/point-of-sale/components/Heading/examples/default.html +8 -0
  1172. package/src/surfaces/point-of-sale/components/Heading.d.ts +49 -0
  1173. package/src/surfaces/point-of-sale/components/Icon/examples/default.html +1 -0
  1174. package/src/surfaces/point-of-sale/components/Icon.d.ts +173 -0
  1175. package/src/surfaces/point-of-sale/components/Image/examples/default.html +1 -0
  1176. package/src/surfaces/point-of-sale/components/Image.d.ts +64 -0
  1177. package/src/surfaces/point-of-sale/components/Modal/examples/default.html +9 -0
  1178. package/src/surfaces/point-of-sale/components/Modal.d.ts +70 -0
  1179. package/src/surfaces/point-of-sale/components/Navigator.d.ts +50 -0
  1180. package/src/surfaces/point-of-sale/components/NumberField/examples/default.html +2 -0
  1181. package/src/surfaces/point-of-sale/components/NumberField.d.ts +150 -0
  1182. package/src/surfaces/point-of-sale/components/Page/examples/default.html +6 -0
  1183. package/src/surfaces/point-of-sale/components/Page.d.ts +62 -0
  1184. package/src/surfaces/point-of-sale/components/PosBlock/examples/default.html +11 -0
  1185. package/src/surfaces/point-of-sale/components/PosBlock.d.ts +64 -0
  1186. package/src/surfaces/point-of-sale/components/Screen.d.ts +91 -0
  1187. package/src/surfaces/point-of-sale/components/ScrollBox/examples/default.html +7 -0
  1188. package/src/surfaces/point-of-sale/components/ScrollBox.d.ts +49 -0
  1189. package/src/surfaces/point-of-sale/components/SearchField/examples/default.html +1 -0
  1190. package/src/surfaces/point-of-sale/components/SearchField.d.ts +62 -0
  1191. package/src/surfaces/point-of-sale/components/Section/examples/default.html +10 -0
  1192. package/src/surfaces/point-of-sale/components/Section.d.ts +62 -0
  1193. package/src/surfaces/point-of-sale/components/Stack/examples/default.html +4 -0
  1194. package/src/surfaces/point-of-sale/components/Stack.d.ts +190 -0
  1195. package/src/surfaces/point-of-sale/components/Text/examples/default.html +6 -0
  1196. package/src/surfaces/point-of-sale/components/Text.d.ts +54 -0
  1197. package/src/surfaces/point-of-sale/components/TextArea/examples/default.html +1 -0
  1198. package/src/surfaces/point-of-sale/components/TextArea.d.ts +79 -0
  1199. package/src/surfaces/point-of-sale/components/TextField/examples/default.html +3 -0
  1200. package/src/surfaces/point-of-sale/components/TextField.d.ts +78 -0
  1201. package/src/surfaces/point-of-sale/components/Tile/examples/default.html +5 -0
  1202. package/src/surfaces/point-of-sale/components/Tile.d.ts +61 -0
  1203. package/src/surfaces/point-of-sale/components/TimeField/examples/default.html +12 -0
  1204. package/src/surfaces/point-of-sale/components/TimeField.d.ts +65 -0
  1205. package/src/surfaces/point-of-sale/components/TimePicker/examples/default.html +4 -0
  1206. package/src/surfaces/point-of-sale/components/TimePicker.d.ts +62 -0
  1207. package/src/surfaces/point-of-sale/components/components-shared.d.ts +3095 -0
  1208. package/src/surfaces/point-of-sale/components/shared.d.ts +76 -0
  1209. package/src/surfaces/point-of-sale/components/targets/ActionExtensionComponents.ts +1 -0
  1210. package/src/surfaces/point-of-sale/components/targets/BasicComponents.ts +3 -0
  1211. package/src/surfaces/point-of-sale/components/targets/BlockExtensionComponents.ts +18 -0
  1212. package/src/surfaces/point-of-sale/components/targets/ReceiptComponents.ts +1 -0
  1213. package/src/surfaces/point-of-sale/components/targets/SmartGridComponents.ts +1 -0
  1214. package/src/surfaces/point-of-sale/components/targets/StandardComponents.ts +36 -0
  1215. package/src/surfaces/point-of-sale/components.d.ts +5838 -0
  1216. package/src/surfaces/point-of-sale/event/data/BaseApi.ts +3 -0
  1217. package/src/surfaces/point-of-sale/event/data/BaseData.ts +8 -0
  1218. package/src/surfaces/point-of-sale/event/data/CartUpdateEventData.ts +7 -0
  1219. package/src/surfaces/point-of-sale/event/data/CashTrackingSessionData.ts +17 -0
  1220. package/src/surfaces/point-of-sale/event/data/ExchangeTransactionData.ts +10 -0
  1221. package/src/surfaces/point-of-sale/event/data/ReprintReceiptData.ts +7 -0
  1222. package/src/surfaces/point-of-sale/event/data/ReturnTransactionData.ts +10 -0
  1223. package/src/surfaces/point-of-sale/event/data/SaleTransactionData.ts +8 -0
  1224. package/src/surfaces/point-of-sale/event/data/TransactionCompleteData.ts +21 -0
  1225. package/src/surfaces/point-of-sale/event/data.ts +16 -0
  1226. package/src/surfaces/point-of-sale/event/output/BaseOutput.ts +8 -0
  1227. package/src/surfaces/point-of-sale/event/output.ts +1 -0
  1228. package/src/surfaces/point-of-sale/extension-targets.ts +202 -0
  1229. package/src/surfaces/point-of-sale/globals.ts +6 -0
  1230. package/src/surfaces/point-of-sale/types/base-transaction-complete.ts +21 -0
  1231. package/src/surfaces/point-of-sale/types/cart.ts +174 -0
  1232. package/src/surfaces/point-of-sale/types/country-code.ts +249 -0
  1233. package/src/surfaces/point-of-sale/types/device.ts +14 -0
  1234. package/src/surfaces/point-of-sale/types/direct-api-request-body.ts +13 -0
  1235. package/src/surfaces/point-of-sale/types/discount-allocation.ts +5 -0
  1236. package/src/surfaces/point-of-sale/types/money.ts +9 -0
  1237. package/src/surfaces/point-of-sale/types/multiple-resource-result.ts +14 -0
  1238. package/src/surfaces/point-of-sale/types/order.ts +12 -0
  1239. package/src/surfaces/point-of-sale/types/paginated-result.ts +20 -0
  1240. package/src/surfaces/point-of-sale/types/payment.ts +16 -0
  1241. package/src/surfaces/point-of-sale/types/pin-pad.ts +64 -0
  1242. package/src/surfaces/point-of-sale/types/product.ts +64 -0
  1243. package/src/surfaces/point-of-sale/types/session.ts +39 -0
  1244. package/src/surfaces/point-of-sale/types/shipping-line.ts +18 -0
  1245. package/src/surfaces/point-of-sale/types/storage.ts +73 -0
  1246. package/src/surfaces/point-of-sale/types/tax-line.ts +10 -0
  1247. package/src/surfaces/point-of-sale/types/transaction-type.ts +1 -0
  1248. package/src/surfaces/point-of-sale.ts +4 -0
  1249. package/src/surfaces/customer-account/components/CustomerAccountAction/examples/basic-CustomerAccountAction-js.example.ts +0 -15
  1250. package/src/surfaces/customer-account/components/ImageGroup/examples/basic-ImageGroup-js.example.ts +0 -17
  1251. package/src/surfaces/customer-account/components/Page/examples/basic-Page-js.example.ts +0 -39
@@ -1,17 +1,23 @@
1
1
  /** VERSION: 0.0.0 **/
2
- /* eslint-disable import/extensions */
2
+ /* eslint-disable import-x/extensions */
3
3
  /* eslint-disable @typescript-eslint/no-namespace */
4
4
  /* eslint-disable @typescript-eslint/member-ordering */
5
5
  /* eslint-disable line-comment-position */
6
6
  /* eslint-disable @typescript-eslint/unified-signatures */
7
7
  /* eslint-disable no-var */
8
- /* eslint-disable import/namespace */
8
+ /* eslint-disable import-x/namespace */
9
9
  /**
10
10
  * TODO: Update `any` type here after this is resolved
11
11
  * https://github.com/Shopify/ui-api-design/issues/139
12
12
  */
13
13
  export type ComponentChildren = any;
14
- interface AbbreviationProps$1 {
14
+ export interface GlobalProps {
15
+ /**
16
+ * A unique identifier for the element.
17
+ */
18
+ id?: string;
19
+ }
20
+ interface AbbreviationProps$1 extends GlobalProps {
15
21
  /**
16
22
  * The content of the abbreviation or acronym.
17
23
  */
@@ -27,14 +33,18 @@ interface AbbreviationProps$1 {
27
33
  */
28
34
  title?: string;
29
35
  }
30
- export type SizeKeyword = "small-500" | "small-400" | "small-300" | "small-200" | "small-100" | "small" | "base" | "large" | "large-100" | "large-200" | "large-300" | "large-400" | "large-500";
31
- export type ColorKeyword = "subdued" | "base" | "strong";
32
- export interface GlobalProps {
36
+ export interface ActionSlots {
33
37
  /**
34
- * A unique identifier for the element.
38
+ * The primary action to perform, provided as a button or link type element.
35
39
  */
36
- id?: string;
40
+ primaryAction?: ComponentChildren;
41
+ /**
42
+ * The secondary actions to perform, provided as button or link type elements.
43
+ */
44
+ secondaryActions?: ComponentChildren;
37
45
  }
46
+ export type SizeKeyword = "small-500" | "small-400" | "small-300" | "small-200" | "small-100" | "small" | "base" | "large" | "large-100" | "large-200" | "large-300" | "large-400" | "large-500";
47
+ export type ColorKeyword = "subdued" | "base" | "strong";
38
48
  export type BackgroundColorKeyword = "transparent" | ColorKeyword;
39
49
  export interface BackgroundProps {
40
50
  /**
@@ -65,8 +75,8 @@ declare const privateIconArray: readonly [
65
75
  "alert-location",
66
76
  "alert-octagon-filled",
67
77
  "alert-octagon",
68
- "alert-triangle",
69
78
  "alert-triangle-filled",
79
+ "alert-triangle",
70
80
  "app-extension",
71
81
  "apps",
72
82
  "archive",
@@ -109,6 +119,8 @@ declare const privateIconArray: readonly [
109
119
  "camera-flip",
110
120
  "camera",
111
121
  "caret-down",
122
+ "caret-left",
123
+ "caret-right",
112
124
  "caret-up",
113
125
  "cart-abandoned",
114
126
  "cart-discount",
@@ -289,8 +301,9 @@ declare const privateIconArray: readonly [
289
301
  "incentive",
290
302
  "incoming",
291
303
  "incomplete",
292
- "info",
293
304
  "info-filled",
305
+ "info",
306
+ "inheritance",
294
307
  "inventory-updated",
295
308
  "inventory",
296
309
  "iq",
@@ -414,14 +427,15 @@ declare const privateIconArray: readonly [
414
427
  "phone-in",
415
428
  "phone-out",
416
429
  "phone",
417
- "pin",
418
430
  "pin-remove",
431
+ "pin",
419
432
  "plan",
420
433
  "play-circle",
421
434
  "play",
422
- "plus-circle",
423
435
  "plus-circle-down",
436
+ "plus-circle-filled",
424
437
  "plus-circle-up",
438
+ "plus-circle",
425
439
  "plus",
426
440
  "point-of-sale",
427
441
  "price-list",
@@ -464,6 +478,7 @@ declare const privateIconArray: readonly [
464
478
  "sandbox",
465
479
  "save",
466
480
  "savings",
481
+ "search-add",
467
482
  "search-list",
468
483
  "search-recent",
469
484
  "search-resource",
@@ -585,44 +600,48 @@ export type MaybeTwoValuesShorthandProperty<T extends string> = T | `${T} ${T}`;
585
600
  * // ^? 'foo' | 'bar' | (string & {})
586
601
  */
587
602
  export type AnyString = string & {};
588
- export interface ActionSlots {
603
+ /**
604
+ * This is purely to give the ability
605
+ * to have a space or not in the string literal types.
606
+ *
607
+ * For example in the `aspectRatio` property, `16/9` and `16 / 9` are both valid.
608
+ */
609
+ export type optionalSpace = "" | " ";
610
+ interface BadgeProps$1 extends GlobalProps {
589
611
  /**
590
- * The primary action to perform, provided as a button or link type element.
612
+ * The content of the Badge.
591
613
  */
592
- primaryAction?: ComponentChildren;
614
+ children?: ComponentChildren;
593
615
  /**
594
- * The secondary actions to perform, provided as button or link type elements.
616
+ * Sets the tone of the Badge, based on the intention of the information being conveyed.
617
+ *
618
+ * @default 'auto'
595
619
  */
596
- secondaryActions?: ComponentChildren;
597
- }
598
- /**
599
- * Used for Container Query-related props.
600
- */
601
- export interface ContainerProps {
620
+ tone?: ToneKeyword;
602
621
  /**
603
- * The name of the container used for Container Queries.
622
+ * Modify the color to be more or less intense.
604
623
  *
605
- * @see https://developer.mozilla.org/en-US/docs/Web/CSS/container-name
624
+ * @default 'base'
625
+ */
626
+ color?: ColorKeyword;
627
+ /**
628
+ * The type of icon to be displayed in the badge.
606
629
  *
607
630
  * @default ''
608
- *
609
- * @implementation All components that implement this interface must put a containerName of `s-default` on the root element of that component, regardless of the value of `containerType`.
610
- * The developer-supplied containerName here would be in addition to the above-mentioned containerName.
611
631
  */
612
- containerName?: string;
632
+ icon?: IconType | AnyString;
613
633
  /**
614
- * The type of container used for Container Queries.
615
- *
616
- * @see https://developer.mozilla.org/en-US/docs/Web/CSS/container-type
617
- *
618
- * - `normal`: The element is not a query container for any container size queries.
619
- * - `inline-size`: Establishes a query container for dimensional queries on the inline axis of the container. Applies layout, style, and inline-size containment to the element.
634
+ * The position of the icon in relation to the text.
635
+ */
636
+ iconPosition?: "start" | "end";
637
+ /**
638
+ * Adjusts the size.
620
639
  *
621
- * @default 'normal'
640
+ * @default 'base'
622
641
  */
623
- containerType?: "normal" | "inline-size";
642
+ size?: SizeKeyword;
624
643
  }
625
- interface BannerProps$1 extends GlobalProps, ActionSlots, ContainerProps {
644
+ interface BannerProps$1 extends GlobalProps, ActionSlots {
626
645
  /**
627
646
  * The title of the banner.
628
647
  *
@@ -673,7 +692,7 @@ interface BannerProps$1 extends GlobalProps, ActionSlots, ContainerProps {
673
692
  *
674
693
  * The `hidden` property will be `false` when this event fires.
675
694
  */
676
- onDismiss?: () => void;
695
+ onDismiss?: (event: Event) => void;
677
696
  /**
678
697
  * Event handler when the banner has fully hidden.
679
698
  *
@@ -683,7 +702,7 @@ interface BannerProps$1 extends GlobalProps, ActionSlots, ContainerProps {
683
702
  * this event must fire after the banner has fully hidden.
684
703
  * We can add an `onHide` event in future if we want to provide a hook for the start of the animation.
685
704
  */
686
- onAfterHide?: () => void;
705
+ onAfterHide?: (event: Event) => void;
687
706
  /**
688
707
  * Determines whether the banner is hidden.
689
708
  *
@@ -1093,7 +1112,7 @@ export interface OverflowProps {
1093
1112
  */
1094
1113
  overflow?: "hidden" | "visible";
1095
1114
  }
1096
- export interface BaseBoxProps extends GlobalProps, AccessibilityVisibilityProps, BackgroundProps, DisplayProps, SizingProps, PaddingProps, BorderProps, OverflowProps, ContainerProps {
1115
+ export interface BaseBoxProps extends AccessibilityVisibilityProps, BackgroundProps, DisplayProps, SizingProps, PaddingProps, BorderProps, OverflowProps {
1097
1116
  /**
1098
1117
  * The content of the Box.
1099
1118
  */
@@ -1108,17 +1127,64 @@ export interface BaseBoxProps extends GlobalProps, AccessibilityVisibilityProps,
1108
1127
  }
1109
1128
  export interface BaseBoxPropsWithRole extends BaseBoxProps, AccessibilityRoleProps {
1110
1129
  }
1111
- interface BoxProps$1 extends BaseBoxPropsWithRole {
1130
+ interface BoxProps$1 extends BaseBoxPropsWithRole, GlobalProps {
1112
1131
  }
1113
1132
  export interface FocusEventProps {
1114
1133
  /**
1115
1134
  * Callback when the element loses focus.
1135
+ *
1136
+ * @see https://developer.mozilla.org/en-US/docs/Web/API/Element/blur_event
1116
1137
  */
1117
- onBlur?: () => void;
1138
+ onBlur?: (event: FocusEvent) => void;
1118
1139
  /**
1119
1140
  * Callback when the element receives focus.
1141
+ *
1142
+ * @see https://developer.mozilla.org/en-US/docs/Web/API/Element/focus_event
1143
+ */
1144
+ onFocus?: (event: FocusEvent) => void;
1145
+ }
1146
+ export interface ToggleEventProps {
1147
+ /**
1148
+ * Callback fired when the element state changes **after** any animations have finished.
1149
+ *
1150
+ * - If the element transitioned from hidden to showing, the `oldState` property will be set to `closed` and the
1151
+ * `newState` property will be set to `open`.
1152
+ * - If the element transitioned from showing to hidden, the `oldState` property will be set to `open` and the
1153
+ * `newState` will be `closed`.
1154
+ *
1155
+ * @see https://developer.mozilla.org/en-US/docs/Web/API/ToggleEvent/newState
1156
+ * @see https://developer.mozilla.org/en-US/docs/Web/API/ToggleEvent/oldState
1157
+ */
1158
+ onAfterToggle?: (event: ToggleEvent$1) => void;
1159
+ /**
1160
+ * Callback straight after the element state changes.
1161
+ *
1162
+ * - If the element is transitioning from hidden to showing, the `oldState` property will be set to `closed` and the
1163
+ * `newState` property will be set to `open`.
1164
+ * - If the element is transitioning from showing to hidden, then `oldState` property will be set to `open` and the
1165
+ * `newState` will be `closed`.
1166
+ *
1167
+ * @see https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/toggle_event
1168
+ * @see https://developer.mozilla.org/en-US/docs/Web/API/ToggleEvent/newState
1169
+ * @see https://developer.mozilla.org/en-US/docs/Web/API/ToggleEvent/oldState
1170
+ */
1171
+ onToggle?: (event: ToggleEvent$1) => void;
1172
+ }
1173
+ export type ToggleState = "open" | "closed";
1174
+ interface ToggleEvent$1 extends Event {
1175
+ readonly newState: ToggleState;
1176
+ readonly oldState: ToggleState;
1177
+ }
1178
+ export interface ExtendableEvent extends Event {
1179
+ /**
1180
+ * Provide a promise that signals the length, and eventual success or failure of actions relating to the event.
1181
+ *
1182
+ * This may be called many times, which adds promises to the event.
1183
+ *
1184
+ * However, this may only be called synchronously during the dispatch of the event.
1185
+ * As in, you cannot call it after a `setTimeout` or microtask.
1120
1186
  */
1121
- onFocus?: () => void;
1187
+ waitUntil?: (promise: Promise<void>) => void;
1122
1188
  }
1123
1189
  export interface ButtonBehaviorProps extends InteractionProps, FocusEventProps {
1124
1190
  /**
@@ -1136,8 +1202,10 @@ export interface ButtonBehaviorProps extends InteractionProps, FocusEventProps {
1136
1202
  /**
1137
1203
  * Callback when the button is activated.
1138
1204
  * This will be called before the action indicated by `type`.
1205
+ *
1206
+ * @see https://developer.mozilla.org/en-US/docs/Web/API/Element/click_event
1139
1207
  */
1140
- onClick?: () => void;
1208
+ onClick?: (event: Event) => void;
1141
1209
  /**
1142
1210
  * Disables the button, meaning it cannot be clicked or receive focus.
1143
1211
  *
@@ -1184,8 +1252,10 @@ export interface LinkBehaviorProps extends InteractionProps, FocusEventProps {
1184
1252
  /**
1185
1253
  * Callback when the link is activated.
1186
1254
  * This will be called before navigating to the location specified by `href`.
1255
+ *
1256
+ * @see https://developer.mozilla.org/en-US/docs/Web/API/Element/click_event
1187
1257
  */
1188
- onClick?: () => void;
1258
+ onClick?: (event: Event) => void;
1189
1259
  }
1190
1260
  export interface InteractionProps {
1191
1261
  /**
@@ -1212,6 +1282,10 @@ export interface InteractionProps {
1212
1282
  * @see https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button#command
1213
1283
  */
1214
1284
  command?: "--auto" | "--show" | "--hide" | "--toggle" | "--copy";
1285
+ /**
1286
+ * ID of a component that should respond to interest (e.g. hover and focus) on this component.
1287
+ */
1288
+ interestFor?: string;
1215
1289
  }
1216
1290
  export interface BaseClickableProps extends ButtonBehaviorProps, LinkBehaviorProps {
1217
1291
  }
@@ -1277,12 +1351,16 @@ export interface BaseInputProps {
1277
1351
  export interface InputProps extends BaseInputProps {
1278
1352
  /**
1279
1353
  * Callback when the user has **finished editing** a field, e.g. once they have blurred the field.
1354
+ *
1355
+ * @see https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/change_event
1280
1356
  */
1281
- onChange?: (newValue: string) => void;
1357
+ onChange?: (event: Event) => void;
1282
1358
  /**
1283
1359
  * Callback when the user makes any changes in the field.
1360
+ *
1361
+ * @see https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/input_event
1284
1362
  */
1285
- onInput?: (newValue: string) => void;
1363
+ onInput?: (event: Event) => void;
1286
1364
  /**
1287
1365
  * The current value for the field. If omitted, the field will be empty.
1288
1366
  */
@@ -1396,6 +1474,48 @@ export interface FieldDecorationProps {
1396
1474
  */
1397
1475
  accessory?: ComponentChildren;
1398
1476
  }
1477
+ export interface NumberConstraintsProps {
1478
+ /**
1479
+ * The highest decimal or integer to be accepted for the field.
1480
+ * When used with `step` the value will round down to the max number.
1481
+ *
1482
+ * Note: a user will still be able to use the keyboard to input a number higher than
1483
+ * the max. It is up to the developer to add appropriate validation.
1484
+ *
1485
+ * @default Infinity
1486
+ */
1487
+ max?: number;
1488
+ /**
1489
+ * The lowest decimal or integer to be accepted for the field.
1490
+ * When used with `step` the value will round up to the min number.
1491
+ *
1492
+ * Note: a user will still be able to use the keyboard to input a number lower than
1493
+ * the min. It is up to the developer to add appropriate validation.
1494
+ *
1495
+ * @default -Infinity
1496
+ */
1497
+ min?: number;
1498
+ /**
1499
+ * The amount the value can increase or decrease by. This can be an integer or decimal.
1500
+ * If a `max` or `min` is specified with `step` when increasing/decreasing the value
1501
+ * via the buttons, the final value will always round to the `max` or `min`
1502
+ * rather than the closest valid amount.
1503
+ *
1504
+ * @default 1
1505
+ */
1506
+ step?: number;
1507
+ /**
1508
+ * Sets the type of controls displayed in the field.
1509
+ *
1510
+ * - `stepper`: displays buttons to increase or decrease the value of the field by the stepping interval defined in the `step` property.
1511
+ * Appropriate mouse and [keyboard interactions](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles/spinbutton_role#keyboard_interactions) to control the value of the field are enabled.
1512
+ * - `none`: no controls are displayed and users must input the value manually. Arrow keys and scroll wheels can’t be used either to avoid accidental changes.
1513
+ * - `auto`: the presence of the controls depends on the surface and context.
1514
+ *
1515
+ * @default 'auto'
1516
+ */
1517
+ controls?: "auto" | "stepper" | "none";
1518
+ }
1399
1519
  export interface MinMaxLengthProps {
1400
1520
  /**
1401
1521
  * Specifies the maximum number of characters allowed.
@@ -1410,6 +1530,138 @@ export interface MinMaxLengthProps {
1410
1530
  */
1411
1531
  minLength?: number;
1412
1532
  }
1533
+ export interface BaseSelectableProps {
1534
+ /**
1535
+ * A label used for users using assistive technologies like screen readers. When set, any children or `label` supplied will not be announced.
1536
+ * This can also be used to display a control without a visual label, while still providing context to users using screen readers.
1537
+ */
1538
+ accessibilityLabel?: string;
1539
+ /**
1540
+ * Disables the control, disallowing any interaction.
1541
+ *
1542
+ * @default false
1543
+ */
1544
+ disabled?: boolean;
1545
+ /**
1546
+ * The value used in form data when the control is checked.
1547
+ */
1548
+ value?: string;
1549
+ }
1550
+ export interface BaseOptionProps extends BaseSelectableProps {
1551
+ /**
1552
+ * Whether the control is active.
1553
+ *
1554
+ * @default false
1555
+ */
1556
+ selected?: boolean;
1557
+ /**
1558
+ * Whether the control is active by default.
1559
+ *
1560
+ * @implementation `defaultSelected` reflects to the `selected` attribute.
1561
+ *
1562
+ * @default false
1563
+ */
1564
+ defaultSelected?: boolean;
1565
+ }
1566
+ export interface BaseCheckableProps extends BaseSelectableProps, InteractionProps {
1567
+ /**
1568
+ * Visual content to use as the control label.
1569
+ */
1570
+ label?: string;
1571
+ /**
1572
+ * Whether the control is active.
1573
+ *
1574
+ * @default false
1575
+ */
1576
+ checked?: boolean;
1577
+ /**
1578
+ * Whether the control is active by default.
1579
+ *
1580
+ * @implementation `defaultChecked` reflects to the `checked` attribute.
1581
+ *
1582
+ * @default false
1583
+ */
1584
+ defaultChecked?: boolean;
1585
+ /**
1586
+ * An identifier for the control that is unique within the nearest
1587
+ * containing `Form` component.
1588
+ */
1589
+ name?: string;
1590
+ /**
1591
+ * A callback that is run whenever the control is changed.
1592
+ *
1593
+ * @see https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/change_event
1594
+ */
1595
+ onChange?: (event: Event) => void;
1596
+ /**
1597
+ * A callback that is run whenever the control is changed.
1598
+ *
1599
+ * @see https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/input_event
1600
+ */
1601
+ onInput?: (event: Event) => void;
1602
+ }
1603
+ interface CheckboxProps$1 extends GlobalProps, BaseCheckableProps, FieldErrorProps, FieldDetailsProps {
1604
+ /**
1605
+ * Whether to display the checkbox in an indeterminate state (neither checked or unchecked).
1606
+ *
1607
+ * In terms of appearance, this takes priority over the `checked` prop.
1608
+ * But this is purely a visual change.
1609
+ * Whether the value is submitted along with a form is still down to the `checked` prop.
1610
+ *
1611
+ * If `indeterminate` has not been explicitly set, and the `indeterminate` state hasn't been modified by the user (via clicking),
1612
+ * then `indeterminate` returns the value of `defaultIndeterminate`.
1613
+ *
1614
+ * @implementation The `indeterminate` property doesn't reflect to any attribute.
1615
+ */
1616
+ indeterminate?: boolean;
1617
+ /**
1618
+ * Whether the checkbox is in an `indeterminate` state by default.
1619
+ *
1620
+ * Similar to `defaultValue` and `defaultChecked`, this value applies until `indeterminate` is set, or user changes the state of the checkbox.
1621
+ *
1622
+ * @implementation `defaultIndeterminate` reflects to the `indeterminate` attribute.
1623
+ *
1624
+ * @default false
1625
+ */
1626
+ defaultIndeterminate?: boolean;
1627
+ /**
1628
+ * Whether the field needs a value. This requirement adds semantic value
1629
+ * to the field, but it will not cause an error to appear automatically.
1630
+ * If you want to present an error when this field is empty, you can do
1631
+ * so with the `error` property.
1632
+ *
1633
+ * @default false
1634
+ */
1635
+ required?: boolean;
1636
+ }
1637
+ interface ClickableProps$1 extends GlobalProps, BaseBoxProps, BaseClickableProps {
1638
+ /**
1639
+ * Disables the clickable, and indicates to assistive technology that the loading is in progress.
1640
+ *
1641
+ * This also disables the clickable.
1642
+ */
1643
+ loading?: BaseClickableProps["loading"];
1644
+ /**
1645
+ * Disables the clickable, meaning it cannot be clicked or receive focus.
1646
+ *
1647
+ * In this state, onClick will not fire.
1648
+ * If the click event originates from a child element, the event will immediately stop propagating from this element.
1649
+ *
1650
+ * However, items within the clickable can still receive focus and be interacted with.
1651
+ *
1652
+ * This has no impact on the visual state by default,
1653
+ * but developers are encouraged to style the clickable accordingly.
1654
+ */
1655
+ disabled?: BaseClickableProps["disabled"];
1656
+ /**
1657
+ * Indicate the text language. Useful when the text is in a different language than the rest of the page.
1658
+ * It will allow assistive technologies such as screen readers to invoke the correct pronunciation.
1659
+ * [Reference of values](https://www.iana.org/assignments/language-subtag-registry/language-subtag-registry) ("subtag" label)
1660
+ *
1661
+ * @default ''
1662
+ */
1663
+ lang?: string;
1664
+ }
1413
1665
  interface ClipboardItemProps$1 extends GlobalProps {
1414
1666
  /**
1415
1667
  * Plain text to be written to the clipboard.
@@ -1420,11 +1672,11 @@ interface ClipboardItemProps$1 extends GlobalProps {
1420
1672
  /**
1421
1673
  * Callback run when the copy to clipboard succeeds.
1422
1674
  */
1423
- onCopy?: () => void;
1675
+ onCopy?: (event: ClipboardEvent) => void;
1424
1676
  /**
1425
1677
  * Callback run when the copy to clipboard fails.
1426
1678
  */
1427
- onCopyError?: () => void;
1679
+ onCopyError?: (event: Event) => void;
1428
1680
  }
1429
1681
  export interface AutocompleteProps<AutocompleteField extends AnyAutocompleteField> {
1430
1682
  /**
@@ -1467,6 +1719,75 @@ export type AutocompleteGroup = "shipping" | "billing";
1467
1719
  export type AutocompleteAddressGroup = "fax" | "home" | "mobile" | "pager";
1468
1720
  export type AnyAutocompleteField = "additional-name" | "address-level1" | "address-level2" | "address-level3" | "address-level4" | "address-line1" | "address-line2" | "address-line3" | "country-name" | "country" | "current-password" | "email" | "family-name" | "given-name" | "honorific-prefix" | "honorific-suffix" | "language" | "name" | "new-password" | "nickname" | "one-time-code" | "organization-title" | "organization" | "photo" | "postal-code" | "sex" | "street-address" | "transaction-amount" | "transaction-currency" | "url" | "username" | "bday-day" | "bday-month" | "bday-year" | "bday" | "cc-additional-name" | "cc-expiry-month" | "cc-expiry-year" | "cc-expiry" | "cc-family-name" | "cc-given-name" | "cc-name" | "cc-number" | "cc-csc" | "cc-type" | `${AutocompleteAddressGroup} email` | "impp" | `${AutocompleteAddressGroup} impp` | "tel" | "tel-area-code" | "tel-country-code" | "tel-extension" | "tel-local-prefix" | "tel-local-suffix" | "tel-local" | "tel-national" | `${AutocompleteAddressGroup} tel` | `${AutocompleteAddressGroup} tel-area-code` | `${AutocompleteAddressGroup} tel-country-code` | `${AutocompleteAddressGroup} tel-extension` | `${AutocompleteAddressGroup} tel-local-prefix` | `${AutocompleteAddressGroup} tel-local-suffix` | `${AutocompleteAddressGroup} tel-local` | `${AutocompleteAddressGroup} tel-national`;
1469
1721
  export type TextAutocompleteField = ExtractStrict<AnyAutocompleteField, "additional-name" | "address-level1" | "address-level2" | "address-level3" | "address-level4" | "address-line1" | "address-line2" | "address-line3" | "country-name" | "country" | "family-name" | "given-name" | "honorific-prefix" | "honorific-suffix" | "language" | "name" | "nickname" | "one-time-code" | "organization-title" | "organization" | "postal-code" | "sex" | "street-address" | "transaction-currency" | "username" | "cc-name" | "cc-given-name" | "cc-additional-name" | "cc-family-name" | "cc-type">;
1722
+ export type PhoneAutocompleteField = ExtractStrict<AnyAutocompleteField, "tel" | "tel-area-code" | "tel-country-code" | "tel-extension" | "tel-local-prefix" | "tel-local-suffix" | "tel-local" | "tel-national" | `${AutocompleteAddressGroup} tel` | `${AutocompleteAddressGroup} tel-area-code` | `${AutocompleteAddressGroup} tel-country-code` | `${AutocompleteAddressGroup} tel-extension` | `${AutocompleteAddressGroup} tel-local-prefix` | `${AutocompleteAddressGroup} tel-local-suffix` | `${AutocompleteAddressGroup} tel-local` | `${AutocompleteAddressGroup} tel-national`>;
1723
+ interface PhoneFieldProps$1 extends GlobalProps, BaseTextFieldProps, Pick<FieldDecorationProps, "accessory">, AutocompleteProps<PhoneAutocompleteField> {
1724
+ /**
1725
+ * The type of number to collect.
1726
+ *
1727
+ * Specific style may be applied to each type to provide extra guidance to users. Note that no extra validation is performed based on the type.
1728
+ *
1729
+ * @default '' meaning no specific kind of phone number
1730
+ */
1731
+ type?: "mobile" | "";
1732
+ }
1733
+ interface DetailsProps$1 extends GlobalProps, ToggleEventProps {
1734
+ /**
1735
+ * The content of the details.
1736
+ *
1737
+ * @see https://developer.mozilla.org/en-US/docs/Web/HTML/Element/details
1738
+ */
1739
+ children?: ComponentChildren;
1740
+ /**
1741
+ * Name of the element.
1742
+ *
1743
+ * This can be used to create multiple named disclosure boxes that where only one can be open at a time.
1744
+ *
1745
+ * @see https://developer.mozilla.org/en-US/docs/Web/HTML/Element/details#multiple_named_disclosure_boxes
1746
+ */
1747
+ name?: string;
1748
+ /**
1749
+ * Whether the element is open.
1750
+ *
1751
+ * This does not reflect to any attribute.
1752
+ *
1753
+ * @default false
1754
+ */
1755
+ open?: boolean;
1756
+ /**
1757
+ * Indicates whether the element should be open by default.
1758
+ *
1759
+ * This reflects to the `open` attribute.
1760
+ *
1761
+ * @default false
1762
+ */
1763
+ defaultOpen?: boolean;
1764
+ /**
1765
+ * Sets the transition between the two states.
1766
+ *
1767
+ * @default 'auto'
1768
+ */
1769
+ toggleTransition?: "none" | "auto";
1770
+ }
1771
+ interface DividerProps$1 extends GlobalProps {
1772
+ /**
1773
+ * Specify the direction of the divider.
1774
+ *
1775
+ * An 'inline' divider separates blocks of content.
1776
+ * In a left-to-right or right-to-left writing mode, this would typically be a horizontal line.
1777
+ *
1778
+ * A 'block' divider separates items within the current line of content.
1779
+ * In a left-to-right or right-to-left writing mode, this would typically be a vertical line.
1780
+ *
1781
+ * @default 'inline'
1782
+ */
1783
+ direction?: "inline" | "block";
1784
+ /**
1785
+ * Modify the color to be more or less intense.
1786
+ *
1787
+ * @default 'base'
1788
+ */
1789
+ color?: ColorKeyword;
1790
+ }
1470
1791
  interface DropZoneProps$1 extends GlobalProps, FileInputProps<File[]>, BasicFieldProps {
1471
1792
  /**
1472
1793
  * A string representing the types of files that are accepted by the dropzone.
@@ -1494,32 +1815,25 @@ interface DropZoneProps$1 extends GlobalProps, FileInputProps<File[]>, BasicFiel
1494
1815
  /**
1495
1816
  * Callback when rejected files are dropped. Files are rejected based on the `accept` prop.
1496
1817
  */
1497
- onDropRejected?(files: File[]): void;
1818
+ onDropRejected?: (files: File[]) => void;
1498
1819
  }
1499
- export interface ExtendableEvent extends Event {
1500
- /**
1501
- * Provide a promise that signals the length, and eventual success or failure of actions relating to the event.
1502
- *
1503
- * This may be called many times, which adds promises to the event.
1504
- *
1505
- * However, this may only be called synchronously during the dispatch of the event.
1506
- * As in, you cannot call it after a `setTimeout` or microtask.
1507
- */
1508
- waitUntil: (promise: Promise<void>) => void;
1820
+ interface EmailFieldProps$1 extends GlobalProps, BaseTextFieldProps, MinMaxLengthProps, AutocompleteProps<EmailAutocompleteField> {
1509
1821
  }
1510
- interface FormProps$1 extends GlobalProps, ContainerProps {
1822
+ export type EmailAutocompleteField = ExtractStrict<AnyAutocompleteField, "email" | `${AutocompleteAddressGroup} email`>;
1823
+ interface FormProps$1 extends GlobalProps {
1511
1824
  /**
1512
- * Whether input elements within the form can be automatically completed by the browser.
1513
- *
1514
- * @default 'on'
1825
+ * The content of the form.
1515
1826
  */
1516
- autocomplete?: "on" | "off";
1827
+ children?: ComponentChildren;
1517
1828
  /**
1518
1829
  * Whether the form is able to be submitted.
1519
1830
  *
1520
1831
  * When set to `true`, this will also disable the implicit submit behavior of the form.
1521
1832
  *
1522
1833
  * @default false
1834
+ *
1835
+ * @deprecated Prevent default within the onSubmit callback using a local state instead. Deprecated in v1.6.0
1836
+ * @private
1523
1837
  */
1524
1838
  disabled?: boolean;
1525
1839
  /**
@@ -1532,11 +1846,7 @@ interface FormProps$1 extends GlobalProps, ContainerProps {
1532
1846
  /**
1533
1847
  * A callback that is run when the form is reset.
1534
1848
  */
1535
- onReset?: () => void;
1536
- /**
1537
- * The content of the form.
1538
- */
1539
- children?: ComponentChildren;
1849
+ onReset?: (event: Event) => void;
1540
1850
  }
1541
1851
  export type SpacingKeyword = SizeKeyword | "none";
1542
1852
  export interface GapProps {
@@ -1570,6 +1880,12 @@ export type BaselinePosition = "baseline" | "first baseline" | "last baseline";
1570
1880
  export type ContentDistribution = "space-between" | "space-around" | "space-evenly" | "stretch";
1571
1881
  export type ContentPosition = "center" | "start" | "end";
1572
1882
  export type OverflowPosition = `unsafe ${ContentPosition}` | `safe ${ContentPosition}`;
1883
+ /**
1884
+ * Justify items defines the default justify-self for all items of the box, giving them all a default way of justifying each box along the appropriate axis.
1885
+ *
1886
+ * @see https://developer.mozilla.org/en-US/docs/Web/CSS/justify-items
1887
+ */
1888
+ export type JustifyItemsKeyword = "normal" | "stretch" | BaselinePosition | OverflowPosition | ContentPosition;
1573
1889
  /**
1574
1890
  * Align items sets the align-self value on all direct children as a group.
1575
1891
  *
@@ -1588,6 +1904,90 @@ export type JustifyContentKeyword = "normal" | ContentDistribution | OverflowPos
1588
1904
  * @see https://developer.mozilla.org/en-US/docs/Web/CSS/align-content
1589
1905
  */
1590
1906
  export type AlignContentKeyword = "normal" | BaselinePosition | ContentDistribution | OverflowPosition | ContentPosition;
1907
+ interface GridProps$1 extends GlobalProps, BaseBoxPropsWithRole, GapProps {
1908
+ /**
1909
+ Define columns and specify their size.
1910
+
1911
+ @see https://developer.mozilla.org/en-US/docs/Web/CSS/grid-template-columns
1912
+ @default 'none'
1913
+ */
1914
+ gridTemplateColumns?: string;
1915
+ /**
1916
+ Define rows and specify their size.
1917
+
1918
+ @see https://developer.mozilla.org/en-US/docs/Web/CSS/grid-template-rows
1919
+ @default 'none'
1920
+ */
1921
+ gridTemplateRows?: string;
1922
+ /**
1923
+ Aligns the grid items along the inline (row) axis.
1924
+
1925
+ This overrides the inline value of `placeItems`.
1926
+
1927
+ @see https://developer.mozilla.org/en-US/docs/Web/CSS/justify-items
1928
+ @default '' - meaning no override
1929
+ */
1930
+ justifyItems?: JustifyItemsKeyword | "";
1931
+ /**
1932
+ Aligns the grid items along the block (column) axis.
1933
+
1934
+ This overrides the block value of `placeItems`.
1935
+
1936
+ @see https://developer.mozilla.org/en-US/docs/Web/CSS/align-items
1937
+ @default '' - meaning no override
1938
+ */
1939
+ alignItems?: AlignItemsKeyword | "";
1940
+ /**
1941
+ A shorthand property for `justify-items` and `align-items`.
1942
+
1943
+ @see https://developer.mozilla.org/en-US/docs/Web/CSS/place-items
1944
+ @default 'normal normal'
1945
+ */
1946
+ placeItems?: `${AlignItemsKeyword} ${JustifyItemsKeyword}` | AlignItemsKeyword;
1947
+ /**
1948
+ Aligns the grid along the inline (row) axis.
1949
+
1950
+ This overrides the inline value of `placeContent`.
1951
+
1952
+ @see https://developer.mozilla.org/en-US/docs/Web/CSS/justify-content
1953
+ @default '' - meaning no override
1954
+ */
1955
+ justifyContent?: JustifyContentKeyword | "";
1956
+ /**
1957
+ Aligns the grid along the block (column) axis.
1958
+
1959
+ This overrides the block value of `placeContent`.
1960
+
1961
+ @see https://developer.mozilla.org/en-US/docs/Web/CSS/align-content
1962
+ @default '' - meaning no override
1963
+ */
1964
+ alignContent?: AlignContentKeyword | "";
1965
+ /**
1966
+ A shorthand property for `justify-content` and `align-content`.
1967
+
1968
+ @see https://developer.mozilla.org/en-US/docs/Web/CSS/place-content
1969
+ @default 'normal normal'
1970
+ */
1971
+ placeContent?: `${AlignContentKeyword} ${JustifyContentKeyword}` | AlignContentKeyword;
1972
+ }
1973
+ interface GridItemProps$1 extends GlobalProps, BaseBoxPropsWithRole {
1974
+ /**
1975
+ * Number of columns the item will span across
1976
+ *
1977
+ * @see https://developer.mozilla.org/en-US/docs/Web/CSS/grid-column
1978
+ *
1979
+ * @default 'auto'
1980
+ */
1981
+ gridColumn?: `span ${number}` | "auto";
1982
+ /**
1983
+ * Number of rows the item will span across
1984
+ *
1985
+ * @see https://developer.mozilla.org/en-US/docs/Web/CSS/grid-row
1986
+ *
1987
+ * @default 'auto'
1988
+ */
1989
+ gridRow?: `span ${number}` | "auto";
1990
+ }
1591
1991
  export interface BaseTypographyProps {
1592
1992
  /**
1593
1993
  * Modify the color to be more or less intense.
@@ -1643,7 +2043,7 @@ export interface BlockTypographyProps {
1643
2043
  */
1644
2044
  lineClamp?: number;
1645
2045
  }
1646
- interface HeadingProps$1 extends GlobalProps, AccessibilityVisibilityProps, BlockTypographyProps, ContainerProps {
2046
+ interface HeadingProps$1 extends GlobalProps, AccessibilityVisibilityProps, BlockTypographyProps {
1647
2047
  /**
1648
2048
  * The content of the Heading.
1649
2049
  */
@@ -1733,13 +2133,6 @@ export interface BaseImageProps {
1733
2133
  */
1734
2134
  srcSet?: string;
1735
2135
  }
1736
- /**
1737
- * This is purely to give the ability
1738
- * to have a space or not in the string literal types.
1739
- *
1740
- * For example in the `aspectRatio` property, `16/9` and `16 / 9` are both valid.
1741
- */
1742
- export type optionalSpace = "" | " ";
1743
2136
  interface ImageProps$1 extends GlobalProps, BaseImageProps, BorderProps {
1744
2137
  /**
1745
2138
  * Sets the semantic meaning of the component’s content. When set,
@@ -1803,13 +2196,13 @@ interface ImageProps$1 extends GlobalProps, BaseImageProps, BorderProps {
1803
2196
  *
1804
2197
  * @see https://developer.mozilla.org/en-US/docs/Web/API/GlobalEventHandlers/onload
1805
2198
  */
1806
- onLoad?: () => void;
2199
+ onLoad?: (event: Event) => void;
1807
2200
  /**
1808
2201
  * Invoked on load error.
1809
2202
  *
1810
2203
  * @see https://developer.mozilla.org/en-US/docs/Web/API/GlobalEventHandlers/onerror
1811
2204
  */
1812
- onError?: () => void;
2205
+ onError?: (event: Event) => void;
1813
2206
  }
1814
2207
  interface LinkProps$1 extends GlobalProps, LinkBehaviorProps {
1815
2208
  /**
@@ -1842,9 +2235,236 @@ interface ListItemProps$1 extends GlobalProps {
1842
2235
  */
1843
2236
  children?: ComponentChildren;
1844
2237
  }
2238
+ interface MapProps$1 extends GlobalProps, SizingProps {
2239
+ /**
2240
+ * A valid API key for the map service provider.
2241
+ *
2242
+ * The map service provider may require an API key. Without an API key the map could be hidden or render in a limited developer mode.
2243
+ */
2244
+ apiKey?: string;
2245
+ /**
2246
+ * Map center’s latitude in degrees.
2247
+ *
2248
+ * @default 0
2249
+ */
2250
+ latitude?: number;
2251
+ /**
2252
+ * Map center’s longitude in degrees.
2253
+ *
2254
+ * @default 0
2255
+ */
2256
+ longitude?: number;
2257
+ /**
2258
+ * A label that describes the purpose or contents of the map.
2259
+ *
2260
+ * When set, it will be announced to users using assistive technologies and will provide them with more context.
2261
+ */
2262
+ accessibilityLabel?: string;
2263
+ /**
2264
+ * The initial Map zoom level.
2265
+ *
2266
+ * Valid zoom values are numbers from zero up to 18.
2267
+ * Larger zoom values correspond to a higher resolution.
2268
+ *
2269
+ * @default 4
2270
+ */
2271
+ zoom?: number;
2272
+ /**
2273
+ * The maximum zoom level which will be displayed on the map.
2274
+ *
2275
+ * Valid zoom values are numbers from zero up to 18.
2276
+ *
2277
+ * @default 18
2278
+ */
2279
+ maxZoom?: number;
2280
+ /**
2281
+ * The minimum zoom level which will be displayed on the map.
2282
+ *
2283
+ * Valid zoom values are numbers from zero up to 18.
2284
+ *
2285
+ * @default 0
2286
+ */
2287
+ minZoom?: number;
2288
+ /**
2289
+ * Callback when the viewport bounds have changed or the map is resized.
2290
+ */
2291
+ onBoundsChange?: (event: MapBoundsChangeEvent) => void;
2292
+ /**
2293
+ * Callback when the map view changes.
2294
+ */
2295
+ onViewChange?: (event: MapViewChangeEvent) => void;
2296
+ /**
2297
+ * Callback when the user clicks on the map.
2298
+ */
2299
+ onClick?: (event: MapClickEvent) => void;
2300
+ /**
2301
+ * Callback when the user double-clicks on the map.
2302
+ */
2303
+ onDblClick?: (event: MapDblClickEvent) => void;
2304
+ }
2305
+ interface Location$1 {
2306
+ latitude?: number;
2307
+ longitude?: number;
2308
+ }
2309
+ export interface Bounds {
2310
+ northEast?: Location$1;
2311
+ southWest?: Location$1;
2312
+ }
2313
+ export interface MapViewChangeEvent extends Event {
2314
+ location?: Location$1;
2315
+ zoom?: number;
2316
+ }
2317
+ export interface MapBoundsChangeEvent extends Event {
2318
+ bounds?: Bounds;
2319
+ }
2320
+ export interface MapClickEvent extends Event {
2321
+ location?: Location$1;
2322
+ }
2323
+ export interface MapDblClickEvent extends Event {
2324
+ location?: Location$1;
2325
+ }
2326
+ interface MapMarkerProps$1 extends GlobalProps, InteractionProps, Pick<SizingProps, "blockSize" | "inlineSize"> {
2327
+ /**
2328
+ * Marker’s location latitude in degrees.
2329
+ *
2330
+ * @default 0
2331
+ */
2332
+ latitude?: number;
2333
+ /**
2334
+ * Marker’s longitude latitude in degrees.
2335
+ *
2336
+ * @default 0
2337
+ */
2338
+ longitude?: number;
2339
+ /**
2340
+ * A label that describes the purpose of the marker. When set,
2341
+ * it will be announced to users using assistive technologies and will
2342
+ * provide them with more context.
2343
+ */
2344
+ accessibilityLabel?: string;
2345
+ /**
2346
+ * Allows grouping the marker in clusters when zoomed out.
2347
+ *
2348
+ * @default false
2349
+ */
2350
+ clusterable?: boolean;
2351
+ /**
2352
+ * The graphic to use as the marker.
2353
+ *
2354
+ * If unset, it will default to the provider’s default marker.
2355
+ */
2356
+ graphic?: ComponentChildren;
2357
+ /**
2358
+ * Callback when a marker is clicked.
2359
+ *
2360
+ * It does not trigger a click event on the map itself.
2361
+ */
2362
+ onClick?: (event: Event) => void;
2363
+ }
2364
+ export interface BaseOverlayProps {
2365
+ /**
2366
+ * Callback fired after the overlay is shown.
2367
+ */
2368
+ onShow?: (event: Event) => void;
2369
+ /**
2370
+ * Callback fired when the overlay is shown **after** any animations to show the overlay have finished.
2371
+ */
2372
+ onAfterShow?: (event: Event) => void;
2373
+ /**
2374
+ * Callback fired after the overlay is hidden.
2375
+ */
2376
+ onHide?: (event: Event) => void;
2377
+ /**
2378
+ * Callback fired when the overlay is hidden **after** any animations to hide the overlay have finished.
2379
+ */
2380
+ onAfterHide?: (event: Event) => void;
2381
+ }
2382
+ /**
2383
+ * Shared interfaces for web component methods.
2384
+ *
2385
+ * Methods are required (not optional) because:
2386
+ * - Components implementing this interface must provide all methods
2387
+ * - Unlike props/attributes, methods are not rendered in HTML but are JavaScript APIs
2388
+ * - Consumers expect these methods to be consistently available on all instances
2389
+ */
2390
+ export interface BaseOverlayMethods {
2391
+ /**
2392
+ * Method to show an overlay.
2393
+ *
2394
+ * @implementation This is a method to be called on the element and not a callback and should hence be camelCase
2395
+ */
2396
+ showOverlay: () => void;
2397
+ /**
2398
+ * Method to hide an overlay.
2399
+ *
2400
+ * @implementation This is a method to be called on the element and not a callback and should hence be camelCase
2401
+ */
2402
+ hideOverlay: () => void;
2403
+ /**
2404
+ * Method to toggle the visiblity of an overlay.
2405
+ *
2406
+ * @implementation This is a method to be called on the element and not a callback and should hence be camelCase
2407
+ */
2408
+ toggleOverlay: () => void;
2409
+ }
2410
+ interface ModalProps$1 extends GlobalProps, BaseOverlayProps, BaseOverlayMethods, ActionSlots {
2411
+ /**
2412
+ * A label that describes the purpose of the modal. When set,
2413
+ * it will be announced to users using assistive technologies and will
2414
+ * provide them with more context.
2415
+ *
2416
+ * This overrides the `heading` prop for screen readers.
2417
+ */
2418
+ accessibilityLabel?: string;
2419
+ /**
2420
+ * A title that describes the content of the Modal.
2421
+ *
2422
+ */
2423
+ heading?: string;
2424
+ /**
2425
+ * Adjust the padding around the Modal content.
2426
+ *
2427
+ * `base`: applies padding that is appropriate for the element.
2428
+ *
2429
+ * `none`: removes all padding from the element. This can be useful when elements inside the Modal need to span
2430
+ * to the edge of the Modal. For example, a full-width image. In this case, rely on `Box` with a padding of 'base'
2431
+ * to bring back the desired padding for the rest of the content.
2432
+ *
2433
+ * @default 'base'
2434
+ */
2435
+ padding?: "base" | "none";
2436
+ /**
2437
+ * Adjust the size of the Modal.
2438
+ *
2439
+ * `max`: expands the Modal to its maximum size as defined by the host application, on both the horizontal and vertical axes.
2440
+ *
2441
+ * @default 'base'
2442
+ */
2443
+ size?: SizeKeyword | "max";
2444
+ /**
2445
+ * The content of the Modal.
2446
+ */
2447
+ children?: ComponentChildren;
2448
+ }
2449
+ interface NumberFieldProps$1 extends GlobalProps, BaseTextFieldProps, AutocompleteProps<NumberAutocompleteField>, NumberConstraintsProps, FieldDecorationProps {
2450
+ /**
2451
+ * Sets the virtual keyboard.
2452
+ *
2453
+ * @see https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/inputmode
2454
+ * @default 'decimal'
2455
+ */
2456
+ inputMode?: "decimal" | "numeric";
2457
+ }
2458
+ export type NumberAutocompleteField = ExtractStrict<AnyAutocompleteField, "one-time-code" | "cc-number" | "cc-csc">;
2459
+ interface OptionProps$1 extends GlobalProps, BaseOptionProps {
2460
+ /**
2461
+ * The content to use as the label.
2462
+ */
2463
+ children?: ComponentChildren;
2464
+ }
1845
2465
  interface OrderedListProps$1 extends GlobalProps {
1846
2466
  }
1847
- interface ParagraphProps$1 extends GlobalProps, BaseTypographyProps, BlockTypographyProps, AccessibilityVisibilityProps, ContainerProps {
2467
+ interface ParagraphProps$1 extends GlobalProps, BaseTypographyProps, BlockTypographyProps, AccessibilityVisibilityProps {
1848
2468
  /**
1849
2469
  * The content of the Text.
1850
2470
  */
@@ -1876,6 +2496,9 @@ export type ParagraphType =
1876
2496
  * @see https://developer.mozilla.org/en-US/docs/Web/HTML/Element/small
1877
2497
  */
1878
2498
  | "small";
2499
+ interface PasswordFieldProps$1 extends GlobalProps, BaseTextFieldProps, MinMaxLengthProps, AutocompleteProps<PasswordAutocompleteField> {
2500
+ }
2501
+ export type PasswordAutocompleteField = ExtractStrict<AnyAutocompleteField, "new-password" | "current-password">;
1879
2502
  interface PaymentIconProps$1 extends GlobalProps {
1880
2503
  /**
1881
2504
  * The icon type of the payment method
@@ -1893,6 +2516,36 @@ interface PaymentIconProps$1 extends GlobalProps {
1893
2516
  accessibilityLabel?: string;
1894
2517
  }
1895
2518
  export type PaymentIconName = "abn" | "acima-leasing" | "acuotaz" | "ada" | "addi" | "adyen" | "aeropay" | "affin-bank" | "affirm" | "aftee" | "afterpay-paynl-version" | "afterpay" | "airtel-money" | "airteltigo-mobile-money" | "aktia" | "akulaku-paylater" | "akulaku" | "alandsbanken" | "alfamart" | "alfamidi" | "alipay-hk" | "alipay-paynl-version" | "alipay" | "alliance-bank" | "alma" | "aman" | "amazon" | "ambank" | "american-express" | "amex" | "ansa-stored-value" | "ansa" | "anyday" | "apecoin" | "aplazo" | "apple-pay" | "aqsat" | "arbitrum" | "arhaus" | "arvato" | "ashley-plcc" | "ask" | "astrapay" | "atm-bersama" | "atobaraidotcom" | "atome" | "atone" | "atrato" | "au-kantan-kessai" | "au-pay" | "authorize-net" | "avalanche" | "axs" | "bancnet" | "banco-azteca" | "bancomat" | "bancontact" | "bangkok-bank" | "bank-islam" | "bank-muamalat" | "bank-rakyat" | "barclays" | "base" | "bbva-cie" | "bc-card" | "bca-klikpay" | "bca" | "bdo" | "belfius" | "benefit" | "best-buy-card" | "biercheque-paynl-version" | "bigc" | "billease" | "biller-paynl-version" | "billie" | "billink-method" | "billink" | "bitcoin-cash" | "bitcoin" | "bizum" | "blik" | "bnbchain" | "bni" | "bnp" | "bogus-app-coin" | "bogus" | "boleto" | "boodil" | "boost" | "bpi" | "braintree" | "bread-pay" | "bread" | "bri-direct-debit" | "bri" | "brimo" | "bsi" | "bsn" | "bss" | "busd" | "careem-pay" | "cartes-bancaires" | "cash-app-pay" | "cash" | "cashew" | "cashinvoice-latin-america" | "catch-payments" | "cebuana" | "cembrapay" | "centi" | "cetelem" | "checkout-finance" | "chinabank" | "cimb-clicks" | "cimb" | "circle-k" | "citadele" | "citi-pay" | "clave-telered" | "clearpay" | "clerq" | "cleverpay" | "clip" | "cliq" | "codensa" | "coinsph" | "collector-bank" | "coop" | "coppel-pay" | "credit-agricole" | "credit-key" | "creditclick-paynl-version" | "credix" | "cuotas" | "d-barai" | "dai" | "daily-yamazaki" | "dan-dan" | "dana" | "danamon-online" | "dankort" | "danske-bank" | "dappmx" | "dash" | "daviplata" | "de-cadeaukaart" | "depay" | "deutsche-bank" | "dinacard" | "diners-club" | "direct-bank-transfer-latin-america" | "directa24" | "directpay" | "discover" | "divido" | "dnb" | "docomo-barai" | "dogecoin" | "dropp" | "duitnow" | "duologi" | "dwolla" | "easywallet" | "ebucks" | "echelon-financing" | "ecpay" | "edenred" | "efecty" | "eft-secure" | "eftpos-au" | "eghl" | "elo" | "elv" | "empty" | "enets" | "eos" | "epayments" | "epospay" | "eps" | "erste" | "escrowcom" | "esr-paymentslip-switzerland" | "ethereum" | "etihad-guest-pay" | "etika" | "ewallet-indonesia" | "ewallet-philippines" | "ewallet-southkorea" | "facebook-pay" | "fairstone-payments" | "fam" | "familymart" | "fantom" | "farmlands" | "fashion-giftcard-paynlversion" | "fashioncheque" | "favepay" | "fawry" | "finloup" | "fintecture" | "fintoc" | "flexiti" | "float-payments" | "flying-blue-plus" | "forbrugsforeningen" | "forsa" | "fortiva" | "fps" | "fpx" | "freecharge" | "freedompay" | "futurepay-mytab" | "gcash" | "generalfinancing" | "generic" | "genoapay" | "gezondheidsbon-paynl-version" | "giftcard" | "giropay" | "givacard" | "glbe-paypal" | "glbe-plus" | "gmo-atokara" | "gmo-bank-transfer" | "gmo-postpay" | "gmo-virtualaccount" | "gnosis" | "google-pay" | "google-wallet" | "gopay" | "grabpay" | "grailpay" | "gusd" | "hana-card" | "handelsbanken" | "happy-pay" | "hello-clever" | "heylight" | "hitrustpay-transfer" | "home-credit" | "hong-leong-bank" | "hong-leong-connect" | "hsbc" | "huis-tuin-cadeau" | "humm" | "hyper" | "hypercard" | "hypercash" | "hyundai-card" | "ibexpay" | "ideal" | "in3-via-ideal" | "in3" | "inbank" | "indomaret" | "ing-homepay" | "interac" | "ivy" | "iwocapay-pay-later" | "jcb" | "jenius" | "jko" | "jousto" | "kakao-pay" | "kakebaraidotcom" | "kasikornbank" | "kasssh" | "katapult" | "kb-card" | "kbc-cbc" | "kcp-credit-card" | "kfast" | "khqr" | "klarna-pay-later" | "klarna-pay-now" | "klarna-slice-it" | "klarna" | "knaken-settle" | "knet" | "koalafi" | "koin" | "krediidipank" | "kredivo" | "krungsri" | "krungthai-bank" | "kueski-pay" | "kunst-en-cultuur-cadeaukaart" | "kuwait-finance-house" | "land-bank" | "laser" | "latitude-creditline-au" | "latitude-gem-au" | "latitude-gem-nz" | "latitude-go-au" | "latitudepay" | "lawson" | "laybuy-heart" | "laybuy" | "lbc" | "lhv" | "line-pay" | "linkaja" | "linkpay" | "litecoin" | "lku" | "lloyds" | "lotte-card" | "lpb" | "luminor" | "lunch-check" | "lydia" | "mach" | "mada" | "maestro" | "mandiri" | "mash" | "master" | "mastercard" | "masterpass" | "maxima" | "maya-bank" | "maya" | "maybank-qrpay" | "maybank" | "maybankm2u" | "mb-way" | "mb" | "mcash" | "medicinos-bankas" | "meeza" | "mercado-credito" | "mercado-pago" | "merpay" | "meta-pay" | "metro-bank" | "military-starcard" | "minicuotas" | "ministop" | "mobicred" | "mobikwik" | "mobilepay" | "mode" | "mokka" | "momopay" | "mondido" | "monero" | "monzo" | "mpesa" | "mtn-mobile-money" | "multisafepay" | "mybank" | "myfatoorah" | "n26" | "naps" | "nationale-bioscoopbon" | "nationale-entertainmentcard" | "natwest" | "naver-pay" | "nelo" | "nequi" | "netbanking" | "neteller" | "nh-card" | "nordea" | "notyd" | "novuna" | "npatobarai" | "npkakebarai" | "oca" | "ocbc-bank" | "octo-clicks" | "octopus" | "offline-bank-transfer-latin-america" | "ola-money" | "omannet" | "omasp" | "oney" | "online-banking" | "online-banktransfer" | "op" | "opay" | "openpay" | "optimism" | "orange-mobile-money" | "overstock-citicobrand" | "overstock-citiplcc" | "ovo" | "oxxo" | "ozow" | "pagoefectivo" | "paid" | "paidy" | "palawa" | "palawan" | "pastpay" | "pay-after-delivery-instalments" | "pay-by-bank-us" | "pay-by-bank" | "pay-easy" | "pay-pay" | "paybylink" | "paycash" | "payco" | "payconiq" | "payd" | "payfast-instant-eft" | "payflex" | "payid" | "payitmonthly" | "payjustnow" | "paymark-online-eftpos" | "paymaya" | "payme" | "paynow-mbank" | "paynow" | "payoo-qr" | "payoo" | "paypal" | "payplan" | "paypo" | "payrexx-bank-transfer" | "payright" | "paysafecard-paynl-version" | "paysafecard" | "paysafecash" | "paysera" | "paysquad" | "paytm" | "payto" | "paytomorrow" | "payu" | "payzapp" | "pei" | "perlasfinance" | "permata" | "pf-pay" | "pivo" | "pix" | "podium-cadeaukaart" | "pointspay" | "poli" | "polygon" | "poppankki" | "postfinance-card" | "postfinance-efinance" | "postpay" | "powered-by-ansa-stored-value" | "powered-by-ansa" | "powerpay" | "pps" | "prepaysolutions" | "progressive-leasing" | "przelew24" | "przelewy24-paynl-version" | "przelewy24" | "pse" | "public-bank" | "publicbank-pbe" | "qasitli" | "qliro" | "qr-promptpay" | "qris" | "qrph" | "rabbit-line-pay" | "rabobank" | "rakuten-pay" | "rapid-transfer" | "ratepay" | "raty-pekao" | "rcbc" | "rcs" | "reka" | "resolve-pay" | "revolut" | "rhb-bank" | "rhb-now" | "rietumu" | "riverty-paynl-version" | "riverty" | "rupay" | "saastopankki" | "sadad" | "sam" | "samsung-card" | "samsung-pay" | "santander" | "satisfi" | "satispay" | "sbpl" | "scalapay" | "scream-truck-wallet" | "scream-truck" | "seb" | "seicomart" | "sepa-bank-transfer" | "sepa-direct-debit" | "sequra" | "seven-eleven" | "sezzle" | "shib" | "shinhan-card" | "shop-pay" | "shopeepay" | "shopify-pay" | "siam-commercial" | "siauliu-bankas" | "siirto" | "sika-fsa" | "sika-hsa" | "sika" | "simpl" | "simple-pay" | "sinpe-movil" | "sistecredito" | "skeps" | "skrill-digital-wallet" | "slice-fnbo" | "smartpay" | "snap-checkout" | "snapmint" | "societe-generale" | "sofort" | "softbank" | "solana-pay-helio" | "solana-pay" | "solana" | "souhoola" | "spankki" | "sparkasse" | "spei" | "splitit" | "spotii" | "spraypay" | "standard-chartered" | "stc-pay" | "stoov" | "store-credit" | "stripe" | "sunkus" | "super-payments" | "svea-b2b-faktura" | "svea-b2b-invoice" | "svea-checkout" | "svea-credit-account" | "svea-delbetalning" | "svea-faktura" | "svea-invoice" | "svea-lasku" | "svea-ostukonto" | "svea-part-payment" | "svea-yrityslasku" | "sveaeramaksu" | "swedbank" | "swiftpay" | "swish" | "swissbilling" | "sympl" | "synchrony-pay" | "synchrony" | "tabby" | "tabit" | "taly" | "tamara" | "tandympayment" | "tasa-cero" | "tbi-bank" | "tcf" | "tendopay" | "tensile" | "tesco-lotus" | "thanachart-bank" | "timepayment" | "tiptop" | "todopay" | "toss" | "touch-n-go" | "tpay" | "trevipay" | "truelayer" | "truemoney-pay" | "trustly" | "twig-pay" | "twint" | "twoinvoice" | "uae-visa" | "uangme" | "ubp" | "underpay" | "unionpay" | "unipay" | "uob-ez-pay" | "uob-thai" | "uob" | "upi" | "urbo" | "urpay" | "usdc" | "usdp" | "v-pay" | "valu" | "venmo" | "ventipay" | "venus-plcc" | "viabill" | "vipps" | "visa-electron" | "visa" | "volksbank" | "volt" | "vvv-cadeaukaart-paynl-version" | "vvv-giftcard" | "waave-pay-by-bank" | "wallet" | "walley" | "wbtc" | "webshop-giftcard" | "wechat-pay" | "wechat-paynl-version" | "wegetfinancing" | "whish-checkout" | "whish-pay" | "wise" | "wissel" | "world-chain" | "xrp" | "yape" | "yappy" | "ymobile" | "younited-pay" | "zalopay" | "zapper" | "zingala" | "zinia" | "zip" | "zoodpay" | "zulily-credit-card" | "zustaina";
2519
+ interface PopoverProps$1 extends GlobalProps, BaseOverlayProps, BaseOverlayMethods, ToggleEventProps, SizingProps {
2520
+ /**
2521
+ * The content of the popover.
2522
+ */
2523
+ children?: ComponentChildren;
2524
+ }
2525
+ interface ProductThumbnailProps$1 extends GlobalProps, BaseImageProps {
2526
+ /**
2527
+ * Decorates the product thumbnail with the quantity of the product.
2528
+ */
2529
+ totalItems?: number;
2530
+ /**
2531
+ * Adjusts the size the product thumbnail image.
2532
+ *
2533
+ * @default 'base'
2534
+ */
2535
+ size?: SizeKeyword;
2536
+ /**
2537
+ * Invoked when load of provided image completes successfully.
2538
+ *
2539
+ * @see https://developer.mozilla.org/en-US/docs/Web/API/GlobalEventHandlers/onload
2540
+ */
2541
+ onLoad?: (event: Event) => void;
2542
+ /**
2543
+ * Invoked on load error of provided image.
2544
+ *
2545
+ * @see https://developer.mozilla.org/en-US/docs/Web/API/GlobalEventHandlers/onerror
2546
+ */
2547
+ onError?: (event: Event) => void;
2548
+ }
1896
2549
  interface ProgressProps$1 extends GlobalProps {
1897
2550
  /**
1898
2551
  * A label that describes the purpose of the progress. When set,
@@ -1970,7 +2623,7 @@ interface QRCodeProps$1 extends GlobalProps {
1970
2623
  * Invoked when the conversion of `content` to a QR code fails.
1971
2624
  * If an error occurs, the QR code and its child elements will not be displayed.
1972
2625
  */
1973
- onError?: () => void;
2626
+ onError?: (event: Event) => void;
1974
2627
  /**
1975
2628
  * URL of an image to be displayed in the center of the QR code.
1976
2629
  * This is useful for branding or to indicate to the user what scanning the QR code will do.
@@ -1978,7 +2631,25 @@ interface QRCodeProps$1 extends GlobalProps {
1978
2631
  */
1979
2632
  logo?: string;
1980
2633
  }
1981
- interface SectionProps$1 extends GlobalProps, ContainerProps {
2634
+ export type OverflowKeyword = "auto" | "hidden";
2635
+ interface ScrollBoxProps$1 extends GlobalProps, Omit<BaseBoxPropsWithRole, "overflow"> {
2636
+ /**
2637
+ * Sets the overflow behavior of the element.
2638
+ *
2639
+ * - `hidden`: clips the content when it is larger than the element’s container and the element will not be scrollable in that axis.
2640
+ * - `auto`: clips the content when it is larger than the element’s container and make it scrollable in that axis.
2641
+ *
2642
+ * 1-to-2-value syntax is supported but note that, contrary to the CSS, it uses flow-relative values and the order is:
2643
+ *
2644
+ * - 2 values: `block inline`
2645
+ *
2646
+ * @default 'auto'
2647
+ *
2648
+ * @see https://developer.mozilla.org/en-US/docs/Web/CSS/overflow
2649
+ */
2650
+ overflow?: OverflowKeyword | `${OverflowKeyword} ${OverflowKeyword}`;
2651
+ }
2652
+ interface SectionProps$1 extends GlobalProps, ActionSlots {
1982
2653
  /**
1983
2654
  * The content of the Section.
1984
2655
  */
@@ -2008,6 +2679,74 @@ interface SectionProps$1 extends GlobalProps, ContainerProps {
2008
2679
  */
2009
2680
  padding?: "base" | "none";
2010
2681
  }
2682
+ interface SelectProps$1 extends GlobalProps, AutocompleteProps<AnyAutocompleteField>, Pick<FieldDecorationProps, "icon">, Omit<FieldProps, "defaultValue">, FocusEventProps {
2683
+ /**
2684
+ * The options a user can select from.
2685
+ *
2686
+ * Accepts `Option` and `OptionGroup` components.
2687
+ */
2688
+ children?: ComponentChildren;
2689
+ }
2690
+ interface SheetProps$1 extends BaseOverlayProps, BaseOverlayMethods, ToggleEventProps, GlobalProps, ActionSlots {
2691
+ /**
2692
+ * A label that describes the purpose of the sheet. When set,
2693
+ * it will be announced to users using assistive technologies and will
2694
+ * provide them with more context.
2695
+ *
2696
+ * This overrides the `heading` prop for screen readers.
2697
+ */
2698
+ accessibilityLabel?: string;
2699
+ /**
2700
+ * The content of the Sheet.
2701
+ */
2702
+ children?: ComponentChildren;
2703
+ /**
2704
+ * Indicates whether the Sheet should be open by default.
2705
+ * This property is necessary in some cases, but its usage is generally discouraged due to potential negative impacts on user experience.
2706
+ *
2707
+ * Developers should:
2708
+ * - Only set this property to true when there are vitally important behaviors of the application that depend on the user interacting with the sheet.
2709
+ * - Make every effort to conditionally hide the sheet based on the state of checkout. An explicit example is custom privacy consent, where the sheet should only be displayed when consent is necessary and has not yet been explicitly given by the user.
2710
+ *
2711
+ * This property is useful for when the Sheet needs to be rendered on the page load and not triggered by a user action.
2712
+ * The property should only take effect when the `Sheet` is rendered for the first time.
2713
+ * To toggle the Sheet after it has been rendered, use the `ui.showOverlay()` method instead.
2714
+ *
2715
+ * @default false
2716
+ */
2717
+ defaultOpen?: boolean;
2718
+ /**
2719
+ * A title that describes the content of the sheet.
2720
+ */
2721
+ heading?: string;
2722
+ /**
2723
+ * Adjust the padding of all edges.
2724
+ *
2725
+ * `base`: applies padding that is appropriate for the element. Note that it may result in no padding if Shopify
2726
+ * believes this is the right design decision in a particular context.
2727
+ *
2728
+ * `none`: removes all padding from the element. This can be useful when elements inside the Sheet need to span
2729
+ * to the edge of the Sheet. For example, a full-width image. In this case, rely on `Box` with a padding of 'base'
2730
+ * to bring back the desired padding for the rest of the content.
2731
+ *
2732
+ * @default 'base'
2733
+ */
2734
+ padding?: "base" | "none";
2735
+ }
2736
+ interface SkeletonParagraphProps$1 extends GlobalProps {
2737
+ /**
2738
+ * The content to be used as a base for the skeleton. This content will be hidden when the skeleton is visible.
2739
+ *
2740
+ * This can be useful when the skeleton is representing a known piece of content which is part of a larger
2741
+ * element that has not yet fully loaded.
2742
+ *
2743
+ * @implementation When `content` is specified, the visual skeleton should be the size of the content. The element should
2744
+ * still be a block layout.
2745
+ *
2746
+ * @default ''
2747
+ */
2748
+ content?: string;
2749
+ }
2011
2750
  interface SpinnerProps$1 extends GlobalProps {
2012
2751
  /**
2013
2752
  * Adjusts the size of the spinner icon.
@@ -2024,7 +2763,7 @@ interface SpinnerProps$1 extends GlobalProps {
2024
2763
  */
2025
2764
  accessibilityLabel?: string;
2026
2765
  }
2027
- interface StackProps$1 extends BaseBoxPropsWithRole, GapProps {
2766
+ interface StackProps$1 extends GlobalProps, BaseBoxPropsWithRole, GapProps {
2028
2767
  /**
2029
2768
  * The content of the Stack.
2030
2769
  */
@@ -2059,6 +2798,24 @@ interface StackProps$1 extends BaseBoxPropsWithRole, GapProps {
2059
2798
  */
2060
2799
  alignContent?: AlignContentKeyword;
2061
2800
  }
2801
+ interface SummaryProps$1 extends GlobalProps {
2802
+ /**
2803
+ * The content to use as the label.
2804
+ *
2805
+ * Interactive content is disallowed. For example, you can use a `<Text>` element for extra formatting but
2806
+ * elements like buttons and fields are not allowed.
2807
+ *
2808
+ * @see https://developer.mozilla.org/en-US/docs/Web/HTML/Element/summary
2809
+ *
2810
+ * @implementation Surfaces may apply styling to this element. An icon suggesting the state (open or closed) of the
2811
+ * details element is recommended.
2812
+ *
2813
+ * @implementation Surface may decide to warn when interactive elements are used.
2814
+ */
2815
+ children?: ComponentChildren;
2816
+ }
2817
+ interface SwitchProps$1 extends GlobalProps, BaseCheckableProps, BasicFieldProps, FieldDetailsProps, FieldErrorProps {
2818
+ }
2062
2819
  interface TextProps$1 extends GlobalProps, AccessibilityVisibilityProps, BaseTypographyProps, DisplayProps {
2063
2820
  /**
2064
2821
  * The content of the Text.
@@ -2155,9 +2912,17 @@ export type TextType =
2155
2912
  * @see https://developer.mozilla.org/en-US/docs/Web/HTML/Element/span
2156
2913
  */
2157
2914
  | "generic";
2915
+ interface TextAreaProps$1 extends GlobalProps, BaseTextFieldProps, MinMaxLengthProps, AutocompleteProps<TextAutocompleteField> {
2916
+ /**
2917
+ * A number of visible text lines.
2918
+ *
2919
+ * @default 2
2920
+ */
2921
+ rows?: number;
2922
+ }
2158
2923
  interface TextFieldProps$1 extends GlobalProps, BaseTextFieldProps, MinMaxLengthProps, AutocompleteProps<TextAutocompleteField>, FieldDecorationProps {
2159
2924
  }
2160
- interface TimeProps$1 {
2925
+ interface TimeProps$1 extends GlobalProps {
2161
2926
  /**
2162
2927
  * The content of the Time.
2163
2928
  */
@@ -2175,5 +2940,8 @@ interface TimeProps$1 {
2175
2940
  }
2176
2941
  interface UnorderedListProps$1 extends GlobalProps {
2177
2942
  }
2943
+ export interface URLFieldProps extends GlobalProps, BaseTextFieldProps, MinMaxLengthProps, AutocompleteProps<URLAutocompleteField> {
2944
+ }
2945
+ export type URLAutocompleteField = ExtractStrict<AnyAutocompleteField, "url" | "photo" | "impp" | `${AutocompleteAddressGroup} impp`>;
2178
2946
 
2179
2947