@shopify/ui-extensions 2025.10.0-rc.3 → 2025.10.0-rc.5

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 (259) hide show
  1. package/build/ts/docs/shared/components/QueryContainer.d.ts +4 -0
  2. package/build/ts/docs/shared/components/QueryContainer.d.ts.map +1 -0
  3. package/build/ts/surfaces/admin/api/should-render/should-render.doc.d.ts.map +1 -1
  4. package/build/ts/surfaces/admin/components/AdminAction.d.ts +1 -1
  5. package/build/ts/surfaces/admin/components/AdminBlock.d.ts +1 -1
  6. package/build/ts/surfaces/admin/components/AdminPrintAction.d.ts +1 -1
  7. package/build/ts/surfaces/admin/components/Badge.d.ts +17 -6
  8. package/build/ts/surfaces/admin/components/Banner.d.ts +17 -6
  9. package/build/ts/surfaces/admin/components/Box.d.ts +28 -7
  10. package/build/ts/surfaces/admin/components/Button.d.ts +16 -6
  11. package/build/ts/surfaces/admin/components/Checkbox.d.ts +17 -2
  12. package/build/ts/surfaces/admin/components/Choice.d.ts +17 -2
  13. package/build/ts/surfaces/admin/components/ChoiceList.d.ts +17 -6
  14. package/build/ts/surfaces/admin/components/Clickable.d.ts +28 -7
  15. package/build/ts/surfaces/admin/components/DatePicker.d.ts +11 -5
  16. package/build/ts/surfaces/admin/components/Divider.d.ts +12 -5
  17. package/build/ts/surfaces/admin/components/EmailField.d.ts +11 -5
  18. package/build/ts/surfaces/admin/components/Form.d.ts +1 -1
  19. package/build/ts/surfaces/admin/components/Grid.d.ts +28 -7
  20. package/build/ts/surfaces/admin/components/GridItem.d.ts +29 -7
  21. package/build/ts/surfaces/admin/components/Heading.d.ts +17 -6
  22. package/build/ts/surfaces/admin/components/Icon.d.ts +12 -5
  23. package/build/ts/surfaces/admin/components/Image.d.ts +22 -6
  24. package/build/ts/surfaces/admin/components/Link.d.ts +16 -6
  25. package/build/ts/surfaces/admin/components/ListItem.d.ts +18 -6
  26. package/build/ts/surfaces/admin/components/MoneyField.d.ts +11 -6
  27. package/build/ts/surfaces/admin/components/NumberField.d.ts +11 -5
  28. package/build/ts/surfaces/admin/components/Option.d.ts +17 -5
  29. package/build/ts/surfaces/admin/components/OptionGroup.d.ts +18 -5
  30. package/build/ts/surfaces/admin/components/OrderedList.d.ts +18 -6
  31. package/build/ts/surfaces/admin/components/Page.d.ts +20 -5
  32. package/build/ts/surfaces/admin/components/Paragraph.d.ts +18 -6
  33. package/build/ts/surfaces/admin/components/PasswordField.d.ts +11 -5
  34. package/build/ts/surfaces/admin/components/QueryContainer/QueryContainer.doc.d.ts +4 -0
  35. package/build/ts/surfaces/admin/components/QueryContainer/QueryContainer.doc.d.ts.map +1 -0
  36. package/build/ts/surfaces/admin/components/QueryContainer.d.ts +106 -0
  37. package/build/ts/surfaces/admin/components/SearchField.d.ts +14 -6
  38. package/build/ts/surfaces/admin/components/Section.d.ts +17 -6
  39. package/build/ts/surfaces/admin/components/Select.d.ts +16 -6
  40. package/build/ts/surfaces/admin/components/Spinner.d.ts +12 -2
  41. package/build/ts/surfaces/admin/components/Stack.d.ts +28 -7
  42. package/build/ts/surfaces/admin/components/Switch.d.ts +11 -2
  43. package/build/ts/surfaces/admin/components/Table.d.ts +17 -6
  44. package/build/ts/surfaces/admin/components/TableBody.d.ts +18 -6
  45. package/build/ts/surfaces/admin/components/TableCell.d.ts +18 -6
  46. package/build/ts/surfaces/admin/components/TableHeader.d.ts +18 -6
  47. package/build/ts/surfaces/admin/components/TableHeaderRow.d.ts +18 -6
  48. package/build/ts/surfaces/admin/components/TableRow.d.ts +18 -6
  49. package/build/ts/surfaces/admin/components/Text.d.ts +17 -6
  50. package/build/ts/surfaces/admin/components/TextArea.d.ts +11 -5
  51. package/build/ts/surfaces/admin/components/TextField.d.ts +13 -5
  52. package/build/ts/surfaces/admin/components/URLField.d.ts +11 -5
  53. package/build/ts/surfaces/admin/components/UnorderedList.d.ts +18 -6
  54. package/build/ts/surfaces/admin/components/shared.d.ts +34 -44
  55. package/build/ts/surfaces/admin/targets/admin.abandoned-checkout-details.action.render.d.ts +589 -219
  56. package/build/ts/surfaces/admin/targets/admin.abandoned-checkout-details.block.render.d.ts +589 -219
  57. package/build/ts/surfaces/admin/targets/admin.catalog-details.action.render.d.ts +589 -219
  58. package/build/ts/surfaces/admin/targets/admin.catalog-details.block.render.d.ts +589 -219
  59. package/build/ts/surfaces/admin/targets/admin.collection-details.action.render.d.ts +589 -219
  60. package/build/ts/surfaces/admin/targets/admin.collection-details.block.render.d.ts +589 -219
  61. package/build/ts/surfaces/admin/targets/admin.collection-index.action.render.d.ts +589 -219
  62. package/build/ts/surfaces/admin/targets/admin.company-details.action.render.d.ts +589 -219
  63. package/build/ts/surfaces/admin/targets/admin.company-details.block.render.d.ts +589 -219
  64. package/build/ts/surfaces/admin/targets/admin.company-location-details.block.render.d.ts +589 -219
  65. package/build/ts/surfaces/admin/targets/admin.customer-details.action.render.d.ts +589 -219
  66. package/build/ts/surfaces/admin/targets/admin.customer-details.block.render.d.ts +589 -219
  67. package/build/ts/surfaces/admin/targets/admin.customer-index.action.render.d.ts +589 -219
  68. package/build/ts/surfaces/admin/targets/admin.customer-index.selection-action.render.d.ts +589 -219
  69. package/build/ts/surfaces/admin/targets/admin.customer-segment-details.action.render.d.ts +589 -219
  70. package/build/ts/surfaces/admin/targets/admin.customers.segmentation-templates.render.d.ts +589 -219
  71. package/build/ts/surfaces/admin/targets/admin.discount-details.action.render.d.ts +589 -219
  72. package/build/ts/surfaces/admin/targets/admin.discount-details.function-settings.render.d.ts +589 -219
  73. package/build/ts/surfaces/admin/targets/admin.discount-index.action.render.d.ts +589 -219
  74. package/build/ts/surfaces/admin/targets/admin.draft-order-details.action.render.d.ts +589 -219
  75. package/build/ts/surfaces/admin/targets/admin.draft-order-details.block.render.d.ts +589 -219
  76. package/build/ts/surfaces/admin/targets/admin.draft-order-index.action.render.d.ts +589 -219
  77. package/build/ts/surfaces/admin/targets/admin.draft-order-index.selection-action.render.d.ts +589 -219
  78. package/build/ts/surfaces/admin/targets/admin.gift-card-details.action.render.d.ts +589 -219
  79. package/build/ts/surfaces/admin/targets/admin.gift-card-details.block.render.d.ts +589 -219
  80. package/build/ts/surfaces/admin/targets/admin.order-details.action.render.d.ts +589 -219
  81. package/build/ts/surfaces/admin/targets/admin.order-details.block.render.d.ts +589 -219
  82. package/build/ts/surfaces/admin/targets/admin.order-details.print-action.render.d.ts +589 -219
  83. package/build/ts/surfaces/admin/targets/admin.order-fulfilled-card.action.render.d.ts +589 -219
  84. package/build/ts/surfaces/admin/targets/admin.order-index.action.render.d.ts +589 -219
  85. package/build/ts/surfaces/admin/targets/admin.order-index.selection-action.render.d.ts +589 -219
  86. package/build/ts/surfaces/admin/targets/admin.order-index.selection-print-action.render.d.ts +589 -219
  87. package/build/ts/surfaces/admin/targets/admin.product-details.action.render.d.ts +589 -219
  88. package/build/ts/surfaces/admin/targets/admin.product-details.block.render.d.ts +589 -219
  89. package/build/ts/surfaces/admin/targets/admin.product-details.configuration.render.d.ts +589 -219
  90. package/build/ts/surfaces/admin/targets/admin.product-details.print-action.render.d.ts +589 -219
  91. package/build/ts/surfaces/admin/targets/admin.product-details.reorder.render.d.ts +589 -219
  92. package/build/ts/surfaces/admin/targets/admin.product-index.action.render.d.ts +589 -219
  93. package/build/ts/surfaces/admin/targets/admin.product-index.selection-action.render.d.ts +589 -219
  94. package/build/ts/surfaces/admin/targets/admin.product-index.selection-print-action.render.d.ts +589 -219
  95. package/build/ts/surfaces/admin/targets/admin.product-purchase-option.action.render.d.ts +589 -219
  96. package/build/ts/surfaces/admin/targets/admin.product-variant-details.action.render.d.ts +589 -219
  97. package/build/ts/surfaces/admin/targets/admin.product-variant-details.block.render.d.ts +589 -219
  98. package/build/ts/surfaces/admin/targets/admin.product-variant-details.configuration.render.d.ts +589 -219
  99. package/build/ts/surfaces/admin/targets/admin.product-variant-purchase-option.action.render.d.ts +589 -219
  100. package/build/ts/surfaces/admin/targets/admin.settings.internal-order-routing-rule.render.d.ts +589 -219
  101. package/build/ts/surfaces/admin/targets/admin.settings.order-routing-rule.render.d.ts +589 -219
  102. package/build/ts/surfaces/admin/targets/admin.settings.validation.render.d.ts +589 -219
  103. package/build/ts/surfaces/checkout/shared.d.ts +1 -1
  104. package/build/ts/surfaces/checkout/shared.d.ts.map +1 -1
  105. package/build/ts/surfaces/checkout/targets/Checkout::Actions::RenderBefore.d.ts +103 -1
  106. package/build/ts/surfaces/checkout/targets/Checkout::CartLineDetails::RenderAfter.d.ts +103 -1
  107. package/build/ts/surfaces/checkout/targets/Checkout::CartLineDetails::RenderLineComponents.d.ts +103 -1
  108. package/build/ts/surfaces/checkout/targets/Checkout::CartLines::RenderAfter.d.ts +103 -1
  109. package/build/ts/surfaces/checkout/targets/Checkout::Contact::RenderAfter.d.ts +103 -1
  110. package/build/ts/surfaces/checkout/targets/Checkout::CustomerInformation::RenderAfter.d.ts +103 -1
  111. package/build/ts/surfaces/checkout/targets/Checkout::DeliveryAddress::RenderBefore.d.ts +103 -1
  112. package/build/ts/surfaces/checkout/targets/Checkout::Dynamic::Render.d.ts +103 -1
  113. package/build/ts/surfaces/checkout/targets/Checkout::GiftCard::Render.d.ts +103 -1
  114. package/build/ts/surfaces/checkout/targets/Checkout::PaymentMethod::HostedFields::RenderAfter.d.ts +103 -1
  115. package/build/ts/surfaces/checkout/targets/Checkout::PaymentMethod::Render.d.ts +103 -1
  116. package/build/ts/surfaces/checkout/targets/Checkout::PaymentMethod::RenderRequiredAction.d.ts +103 -1
  117. package/build/ts/surfaces/checkout/targets/Checkout::PickupLocations::RenderAfter.d.ts +103 -1
  118. package/build/ts/surfaces/checkout/targets/Checkout::PickupLocations::RenderBefore.d.ts +103 -1
  119. package/build/ts/surfaces/checkout/targets/Checkout::PickupPoints::RenderAfter.d.ts +103 -1
  120. package/build/ts/surfaces/checkout/targets/Checkout::PickupPoints::RenderBefore.d.ts +103 -1
  121. package/build/ts/surfaces/checkout/targets/Checkout::Reductions::RenderAfter.d.ts +103 -1
  122. package/build/ts/surfaces/checkout/targets/Checkout::Reductions::RenderBefore.d.ts +103 -1
  123. package/build/ts/surfaces/checkout/targets/Checkout::ShippingMethodDetails::RenderAfter.d.ts +103 -1
  124. package/build/ts/surfaces/checkout/targets/Checkout::ShippingMethodDetails::RenderExpanded.d.ts +103 -1
  125. package/build/ts/surfaces/checkout/targets/Checkout::ShippingMethods::RenderAfter.d.ts +103 -1
  126. package/build/ts/surfaces/checkout/targets/Checkout::ShippingMethods::RenderBefore.d.ts +103 -1
  127. package/build/ts/surfaces/checkout/targets/Checkout::ThankYou::CartLineDetails::RenderAfter.d.ts +103 -1
  128. package/build/ts/surfaces/checkout/targets/Checkout::ThankYou::CartLines::RenderAfter.d.ts +103 -1
  129. package/build/ts/surfaces/checkout/targets/Checkout::ThankYou::CustomerInformation::RenderAfter.d.ts +103 -1
  130. package/build/ts/surfaces/checkout/targets/Checkout::ThankYou::Dynamic::Render.d.ts +103 -1
  131. package/build/ts/surfaces/checkout/targets/purchase.cart-line-item.line-components.render.d.ts +103 -1
  132. package/build/ts/surfaces/checkout/targets/purchase.checkout.actions.render-before.d.ts +103 -1
  133. package/build/ts/surfaces/checkout/targets/purchase.checkout.block.render.d.ts +103 -1
  134. package/build/ts/surfaces/checkout/targets/purchase.checkout.cart-line-item.render-after.d.ts +103 -1
  135. package/build/ts/surfaces/checkout/targets/purchase.checkout.cart-line-list.render-after.d.ts +103 -1
  136. package/build/ts/surfaces/checkout/targets/purchase.checkout.contact.render-after.d.ts +103 -1
  137. package/build/ts/surfaces/checkout/targets/purchase.checkout.delivery-address.render-after.d.ts +103 -1
  138. package/build/ts/surfaces/checkout/targets/purchase.checkout.delivery-address.render-before.d.ts +103 -1
  139. package/build/ts/surfaces/checkout/targets/purchase.checkout.footer.render-after.d.ts +103 -1
  140. package/build/ts/surfaces/checkout/targets/purchase.checkout.gift-card.render.d.ts +103 -1
  141. package/build/ts/surfaces/checkout/targets/purchase.checkout.header.render-after.d.ts +103 -1
  142. package/build/ts/surfaces/checkout/targets/purchase.checkout.payment-method-list.render-after.d.ts +103 -1
  143. package/build/ts/surfaces/checkout/targets/purchase.checkout.payment-method-list.render-before.d.ts +103 -1
  144. package/build/ts/surfaces/checkout/targets/purchase.checkout.payment-option-item.action-required.render.d.ts +103 -1
  145. package/build/ts/surfaces/checkout/targets/purchase.checkout.payment-option-item.details.render.d.ts +103 -1
  146. package/build/ts/surfaces/checkout/targets/purchase.checkout.payment-option-item.hosted-fields.render-after.d.ts +103 -1
  147. package/build/ts/surfaces/checkout/targets/purchase.checkout.pickup-location-list.render-after.d.ts +103 -1
  148. package/build/ts/surfaces/checkout/targets/purchase.checkout.pickup-location-list.render-before.d.ts +103 -1
  149. package/build/ts/surfaces/checkout/targets/purchase.checkout.pickup-location-option-item.render-after.d.ts +103 -1
  150. package/build/ts/surfaces/checkout/targets/purchase.checkout.pickup-point-list.render-after.d.ts +103 -1
  151. package/build/ts/surfaces/checkout/targets/purchase.checkout.pickup-point-list.render-before.d.ts +103 -1
  152. package/build/ts/surfaces/checkout/targets/purchase.checkout.reductions.render-after.d.ts +103 -1
  153. package/build/ts/surfaces/checkout/targets/purchase.checkout.reductions.render-before.d.ts +103 -1
  154. package/build/ts/surfaces/checkout/targets/purchase.checkout.shipping-option-item.details.render.d.ts +103 -1
  155. package/build/ts/surfaces/checkout/targets/purchase.checkout.shipping-option-item.render-after.d.ts +103 -1
  156. package/build/ts/surfaces/checkout/targets/purchase.checkout.shipping-option-list.render-after.d.ts +103 -1
  157. package/build/ts/surfaces/checkout/targets/purchase.checkout.shipping-option-list.render-before.d.ts +103 -1
  158. package/build/ts/surfaces/checkout/targets/purchase.thank-you.block.render.d.ts +103 -1
  159. package/build/ts/surfaces/checkout/targets/purchase.thank-you.cart-line-item.render-after.d.ts +103 -1
  160. package/build/ts/surfaces/checkout/targets/purchase.thank-you.cart-line-list.render-after.d.ts +103 -1
  161. package/build/ts/surfaces/checkout/targets/purchase.thank-you.customer-information.render-after.d.ts +103 -1
  162. package/build/ts/surfaces/checkout/targets/purchase.thank-you.footer.render-after.d.ts +103 -1
  163. package/build/ts/surfaces/checkout/targets/purchase.thank-you.header.render-after.d.ts +103 -1
  164. package/build/ts/surfaces/customer-account/api/docs.d.ts +1 -1
  165. package/build/ts/surfaces/customer-account/api/docs.d.ts.map +1 -1
  166. package/build/ts/surfaces/customer-account/api/shared.d.ts +0 -6
  167. package/build/ts/surfaces/customer-account/api/shared.d.ts.map +1 -1
  168. package/build/ts/surfaces/customer-account/components/CustomerAccountAction.d.ts +4 -5
  169. package/build/ts/surfaces/customer-account/components/ImageGroup.d.ts +4 -4
  170. package/build/ts/surfaces/customer-account/components/Page.d.ts +3 -5
  171. package/build/ts/surfaces/customer-account/components/shared.d.ts +11 -0
  172. package/build/ts/surfaces/customer-account/components/shared.d.ts.map +1 -1
  173. package/build/ts/surfaces/customer-account/components/shared.ts +17 -0
  174. package/build/ts/surfaces/customer-account/targets/customer-account.footer.render-after.d.ts +109 -18
  175. package/build/ts/surfaces/customer-account/targets/customer-account.order-index.block.render.d.ts +109 -18
  176. package/build/ts/surfaces/customer-account/targets/customer-account.order-status.block.render.d.ts +109 -18
  177. package/build/ts/surfaces/customer-account/targets/customer-account.order-status.cart-line-item.render-after.d.ts +109 -18
  178. package/build/ts/surfaces/customer-account/targets/customer-account.order-status.cart-line-list.render-after.d.ts +109 -18
  179. package/build/ts/surfaces/customer-account/targets/customer-account.order-status.customer-information.render-after.d.ts +109 -18
  180. package/build/ts/surfaces/customer-account/targets/customer-account.order-status.fulfillment-details.render-after.d.ts +109 -18
  181. package/build/ts/surfaces/customer-account/targets/customer-account.order-status.payment-details.render-after.d.ts +109 -18
  182. package/build/ts/surfaces/customer-account/targets/customer-account.order-status.return-details.render-after.d.ts +109 -18
  183. package/build/ts/surfaces/customer-account/targets/customer-account.order-status.unfulfilled-items.render-after.d.ts +109 -18
  184. package/build/ts/surfaces/customer-account/targets/customer-account.order.action.menu-item.render.d.ts +109 -18
  185. package/build/ts/surfaces/customer-account/targets/customer-account.order.action.render.d.ts +109 -18
  186. package/build/ts/surfaces/customer-account/targets/customer-account.order.page.render.d.ts +109 -18
  187. package/build/ts/surfaces/customer-account/targets/customer-account.page.render.d.ts +109 -18
  188. package/build/ts/surfaces/customer-account/targets/customer-account.profile.addresses.render-after.d.ts +109 -18
  189. package/build/ts/surfaces/customer-account/targets/customer-account.profile.block.render.d.ts +109 -18
  190. package/build/ts/surfaces/customer-account/targets/customer-account.profile.company-details.render-after.d.ts +109 -18
  191. package/build/ts/surfaces/customer-account/targets/customer-account.profile.company-location-addresses.render-after.d.ts +109 -18
  192. package/build/ts/surfaces/customer-account/targets/customer-account.profile.company-location-payment.render-after.d.ts +109 -18
  193. package/build/ts/surfaces/customer-account/targets/customer-account.profile.company-location-staff.render-after.d.ts +109 -18
  194. package/build/ts/surfaces/customer-account/targets/customer-account.profile.payment.render-after.d.ts +109 -18
  195. package/build/tsconfig.tsbuildinfo +1 -1
  196. package/package.json +1 -1
  197. package/src/docs/shared/components/QueryContainer.ts +12 -0
  198. package/src/surfaces/admin/components/AdminAction.d.ts +1 -1
  199. package/src/surfaces/admin/components/AdminBlock.d.ts +1 -1
  200. package/src/surfaces/admin/components/AdminPrintAction.d.ts +1 -1
  201. package/src/surfaces/admin/components/Badge.d.ts +17 -6
  202. package/src/surfaces/admin/components/Banner.d.ts +17 -6
  203. package/src/surfaces/admin/components/Box.d.ts +28 -7
  204. package/src/surfaces/admin/components/Button.d.ts +16 -6
  205. package/src/surfaces/admin/components/Checkbox.d.ts +17 -2
  206. package/src/surfaces/admin/components/Choice.d.ts +17 -2
  207. package/src/surfaces/admin/components/ChoiceList.d.ts +17 -6
  208. package/src/surfaces/admin/components/Clickable.d.ts +28 -7
  209. package/src/surfaces/admin/components/DatePicker.d.ts +11 -5
  210. package/src/surfaces/admin/components/Divider.d.ts +12 -5
  211. package/src/surfaces/admin/components/EmailField.d.ts +11 -5
  212. package/src/surfaces/admin/components/Form.d.ts +1 -1
  213. package/src/surfaces/admin/components/Grid.d.ts +28 -7
  214. package/src/surfaces/admin/components/GridItem.d.ts +29 -7
  215. package/src/surfaces/admin/components/Heading.d.ts +17 -6
  216. package/src/surfaces/admin/components/Icon.d.ts +12 -5
  217. package/src/surfaces/admin/components/Image.d.ts +22 -6
  218. package/src/surfaces/admin/components/Link.d.ts +16 -6
  219. package/src/surfaces/admin/components/ListItem.d.ts +18 -6
  220. package/src/surfaces/admin/components/MoneyField.d.ts +11 -6
  221. package/src/surfaces/admin/components/NumberField.d.ts +11 -5
  222. package/src/surfaces/admin/components/Option.d.ts +17 -5
  223. package/src/surfaces/admin/components/OptionGroup.d.ts +18 -5
  224. package/src/surfaces/admin/components/OrderedList.d.ts +18 -6
  225. package/src/surfaces/admin/components/Page.d.ts +20 -5
  226. package/src/surfaces/admin/components/Paragraph.d.ts +18 -6
  227. package/src/surfaces/admin/components/PasswordField.d.ts +11 -5
  228. package/src/surfaces/admin/components/QueryContainer/examples/default.html +5 -0
  229. package/src/surfaces/admin/components/QueryContainer.d.ts +106 -0
  230. package/src/surfaces/admin/components/SearchField.d.ts +14 -6
  231. package/src/surfaces/admin/components/Section.d.ts +17 -6
  232. package/src/surfaces/admin/components/Select.d.ts +16 -6
  233. package/src/surfaces/admin/components/Spinner.d.ts +12 -2
  234. package/src/surfaces/admin/components/Stack.d.ts +28 -7
  235. package/src/surfaces/admin/components/Switch.d.ts +11 -2
  236. package/src/surfaces/admin/components/Table.d.ts +17 -6
  237. package/src/surfaces/admin/components/TableBody.d.ts +18 -6
  238. package/src/surfaces/admin/components/TableCell.d.ts +18 -6
  239. package/src/surfaces/admin/components/TableHeader.d.ts +18 -6
  240. package/src/surfaces/admin/components/TableHeaderRow.d.ts +18 -6
  241. package/src/surfaces/admin/components/TableRow.d.ts +18 -6
  242. package/src/surfaces/admin/components/Text.d.ts +17 -6
  243. package/src/surfaces/admin/components/TextArea.d.ts +11 -5
  244. package/src/surfaces/admin/components/TextField.d.ts +13 -5
  245. package/src/surfaces/admin/components/URLField.d.ts +11 -5
  246. package/src/surfaces/admin/components/UnorderedList.d.ts +18 -6
  247. package/src/surfaces/admin/components/shared.d.ts +34 -44
  248. package/src/surfaces/admin/components.d.ts +333 -513
  249. package/src/surfaces/checkout/shared.ts +3 -0
  250. package/src/surfaces/customer-account/api/docs.ts +1 -1
  251. package/src/surfaces/customer-account/api/shared.ts +0 -6
  252. package/src/surfaces/customer-account/components/CustomerAccountAction/examples/basic-CustomerAccountAction-js.example.ts +1 -1
  253. package/src/surfaces/customer-account/components/CustomerAccountAction/examples/basic-CustomerAccountAction-preact.example.tsx +1 -1
  254. package/src/surfaces/customer-account/components/CustomerAccountAction.d.ts +4 -5
  255. package/src/surfaces/customer-account/components/ImageGroup.d.ts +4 -4
  256. package/src/surfaces/customer-account/components/Page/examples/basic-Page-js.example.ts +4 -4
  257. package/src/surfaces/customer-account/components/Page/examples/basic-Page-preact.example.tsx +4 -4
  258. package/src/surfaces/customer-account/components/Page.d.ts +3 -5
  259. package/src/surfaces/customer-account/components/shared.ts +17 -0
@@ -48,6 +48,62 @@ export interface TimeElement extends TimeProps, Omit<HTMLElement, 'id'> {
48
48
  export interface TimeProps extends Pick<TimeProps$1, 'dateTime'> {
49
49
  }
50
50
 
51
+ declare module 'preact' {
52
+ interface BaseProps {
53
+ slot?: Lowercase<string>;
54
+ }
55
+
56
+ namespace createElement.JSX {
57
+ interface IntrinsicElements {
58
+ 's-text-field': TextFieldProps & BaseProps;
59
+ }
60
+ }
61
+ }
62
+
63
+ declare global {
64
+ interface HTMLElementTagNameMap {
65
+ 's-text-field': TextFieldElement;
66
+ }
67
+ }
68
+
69
+ declare module 'preact' {
70
+ interface BaseProps {
71
+ slot?: Lowercase<string>;
72
+ }
73
+
74
+ namespace createElement.JSX {
75
+ interface IntrinsicElements {
76
+ 's-icon': TextFieldIconProps & BaseProps;
77
+ }
78
+ }
79
+ }
80
+
81
+ declare global {
82
+ interface HTMLElementTagNameMap {
83
+ 's-icon': TextFieldIconElement;
84
+ }
85
+ }
86
+
87
+ export interface TextFieldElement extends Omit<TextFieldProps, 'onBlur' | 'onChange' | 'onFocus' | 'onInput'>, Omit<HTMLElement, 'id' | 'onblur' | 'onchange' | 'onfocus' | 'oninput' | 'prefix'> {
88
+ onblur: TextFieldProps['onBlur'];
89
+ onchange: TextFieldProps['onChange'];
90
+ onfocus: TextFieldProps['onFocus'];
91
+ oninput: TextFieldProps['onInput'];
92
+ }
93
+
94
+ export interface TextFieldProps extends Pick<TextFieldProps$1, 'accessory' | 'autocomplete' | 'defaultValue' | 'details' | 'disabled' | 'error' | 'id' | 'icon' | 'label' | 'labelAccessibilityVisibility' | 'maxLength' | 'minLength' | 'name' | 'onBlur' | 'onChange' | 'onFocus' | 'onInput' | 'placeholder' | 'prefix' | 'readOnly' | 'required' | 'suffix' | 'value'> {
95
+ icon?: TextFieldIconProps['type'];
96
+ }
97
+
98
+ export interface TextFieldIconElement extends TextFieldIconProps, Omit<HTMLElement, 'id'> {
99
+ }
100
+
101
+ export interface TextFieldIconProps extends Pick<IconProps$1, 'id' | 'size' | 'tone' | 'type'> {
102
+ tone?: Extract<IconProps$1['tone'], 'auto' | 'neutral' | 'info' | 'success' | 'warning' | 'critical' | 'custom'>;
103
+ size?: Extract<IconProps$1['size'], 'small-200' | 'small-100' | 'small' | 'base' | 'large' | 'large-100'>;
104
+ type?: '' | Extract<IconProps$1['type'], 'alert-circle' | 'alert-triangle-filled' | 'alert-triangle' | 'arrow-down' | 'arrow-left' | 'arrow-right' | 'arrow-up-right' | 'arrow-up' | 'bag' | 'bullet' | 'calendar' | 'camera' | 'caret-down' | 'cart' | 'cash-dollar' | 'categories' | 'check-circle' | 'check' | 'chevron-down' | 'chevron-left' | 'chevron-right' | 'chevron-up' | 'circle' | 'clipboard' | 'clock' | 'credit-card' | 'delete' | 'delivered' | 'delivery' | 'disabled' | 'discount' | 'edit' | 'email' | 'empty' | 'external' | 'filter' | 'geolocation' | 'gift-card' | 'globe' | 'grid' | 'image' | 'info-filled' | 'info' | 'list-bulleted' | 'location' | 'lock' | 'map' | 'menu-horizontal' | 'menu-vertical' | 'menu' | 'minus' | 'mobile' | 'note' | 'order' | 'organization' | 'plus' | 'profile' | 'question-circle-filled' | 'question-circle' | 'reorder' | 'reset' | 'return' | 'savings' | 'search' | 'settings' | 'star-filled' | 'star-half' | 'star' | 'store' | 'truck' | 'upload' | 'x-circle-filled' | 'x-circle' | 'x'>;
105
+ }
106
+
51
107
  declare module 'preact' {
52
108
  interface BaseProps {
53
109
  children?: preact.ComponentChildren;
@@ -130,6 +186,52 @@ export interface SpinnerProps extends SpinnerProps$1 {
130
186
  size?: Extract<SpinnerProps$1['size'], 'small-100' | 'small' | 'base' | 'large' | 'large-100'>;
131
187
  }
132
188
 
189
+ declare module 'preact' {
190
+ interface BaseProps {
191
+ children?: preact.ComponentChildren;
192
+ slot?: Lowercase<string>;
193
+ }
194
+
195
+ namespace createElement.JSX {
196
+ interface IntrinsicElements {
197
+ 's-section': SectionProps & BaseProps;
198
+ }
199
+ }
200
+ }
201
+
202
+ declare global {
203
+ interface HTMLElementTagNameMap {
204
+ 's-section': SectionElement;
205
+ }
206
+ }
207
+
208
+ export interface SectionElement extends SectionProps, Omit<HTMLElement, 'id'> {
209
+ }
210
+
211
+ export interface SectionProps extends Pick<SectionProps$1, 'accessibilityLabel' | 'heading' | 'id'> {
212
+ }
213
+
214
+ declare module 'preact' {
215
+ namespace createElement.JSX {
216
+ interface IntrinsicElements {
217
+ 's-qr-code': QRCodeProps;
218
+ }
219
+ }
220
+ }
221
+
222
+ declare global {
223
+ interface HTMLElementTagNameMap {
224
+ 's-qr-code': QRCodelement;
225
+ }
226
+ }
227
+
228
+ export interface QRCodelement extends Omit<QRCodeProps, 'onError'>, Omit<HTMLElement, 'id' | 'onerror'> {
229
+ onerror: QRCodeProps['onError'];
230
+ }
231
+
232
+ export interface QRCodeProps extends QRCodeProps$1 {
233
+ }
234
+
133
235
  declare module 'preact' {
134
236
  namespace createElement.JSX {
135
237
  interface IntrinsicElements {
@@ -543,7 +645,7 @@ export interface AbbreviationProps extends Pick<AbbreviationProps$1, 'title'> {
543
645
  }
544
646
 
545
647
  import { ReducedBorderSizeKeyword } from "../../../../../src/surfaces/checkout/components/Box";
546
- import { AbbreviationProps$1, BannerProps$1, BorderShorthand, BoxProps$1, ButtonProps$1, ClipboardItemProps$1, DropZoneProps$1, FormProps$1, HeadingProps$1, IconProps$1, ImageProps$1, LinkProps$1, ListItemProps$1, MaybeAllValuesShorthandProperty, OrderedListProps$1, ParagraphProps$1, PaymentIconProps$1, ProgressProps$1, SpinnerProps$1, StackProps$1, TextProps$1, TimeProps$1, UnorderedListProps$1 } from "../../../../../src/surfaces/checkout/components/components-shared";
648
+ import { AbbreviationProps$1, BannerProps$1, BorderShorthand, BoxProps$1, ButtonProps$1, ClipboardItemProps$1, DropZoneProps$1, FormProps$1, HeadingProps$1, IconProps$1, ImageProps$1, LinkProps$1, ListItemProps$1, MaybeAllValuesShorthandProperty, OrderedListProps$1, ParagraphProps$1, PaymentIconProps$1, ProgressProps$1, QRCodeProps$1, SectionProps$1, SpinnerProps$1, StackProps$1, TextFieldProps$1, TextProps$1, TimeProps$1, UnorderedListProps$1 } from "../../../../../src/surfaces/checkout/components/components-shared";
547
649
  import type { ExtensionTargets } from '../extension-targets';
548
650
  type Target = ExtensionTargets['purchase.thank-you.cart-line-list.render-after'];
549
651
  export type Api = Target['api'];
@@ -48,6 +48,62 @@ export interface TimeElement extends TimeProps, Omit<HTMLElement, 'id'> {
48
48
  export interface TimeProps extends Pick<TimeProps$1, 'dateTime'> {
49
49
  }
50
50
 
51
+ declare module 'preact' {
52
+ interface BaseProps {
53
+ slot?: Lowercase<string>;
54
+ }
55
+
56
+ namespace createElement.JSX {
57
+ interface IntrinsicElements {
58
+ 's-text-field': TextFieldProps & BaseProps;
59
+ }
60
+ }
61
+ }
62
+
63
+ declare global {
64
+ interface HTMLElementTagNameMap {
65
+ 's-text-field': TextFieldElement;
66
+ }
67
+ }
68
+
69
+ declare module 'preact' {
70
+ interface BaseProps {
71
+ slot?: Lowercase<string>;
72
+ }
73
+
74
+ namespace createElement.JSX {
75
+ interface IntrinsicElements {
76
+ 's-icon': TextFieldIconProps & BaseProps;
77
+ }
78
+ }
79
+ }
80
+
81
+ declare global {
82
+ interface HTMLElementTagNameMap {
83
+ 's-icon': TextFieldIconElement;
84
+ }
85
+ }
86
+
87
+ export interface TextFieldElement extends Omit<TextFieldProps, 'onBlur' | 'onChange' | 'onFocus' | 'onInput'>, Omit<HTMLElement, 'id' | 'onblur' | 'onchange' | 'onfocus' | 'oninput' | 'prefix'> {
88
+ onblur: TextFieldProps['onBlur'];
89
+ onchange: TextFieldProps['onChange'];
90
+ onfocus: TextFieldProps['onFocus'];
91
+ oninput: TextFieldProps['onInput'];
92
+ }
93
+
94
+ export interface TextFieldProps extends Pick<TextFieldProps$1, 'accessory' | 'autocomplete' | 'defaultValue' | 'details' | 'disabled' | 'error' | 'id' | 'icon' | 'label' | 'labelAccessibilityVisibility' | 'maxLength' | 'minLength' | 'name' | 'onBlur' | 'onChange' | 'onFocus' | 'onInput' | 'placeholder' | 'prefix' | 'readOnly' | 'required' | 'suffix' | 'value'> {
95
+ icon?: TextFieldIconProps['type'];
96
+ }
97
+
98
+ export interface TextFieldIconElement extends TextFieldIconProps, Omit<HTMLElement, 'id'> {
99
+ }
100
+
101
+ export interface TextFieldIconProps extends Pick<IconProps$1, 'id' | 'size' | 'tone' | 'type'> {
102
+ tone?: Extract<IconProps$1['tone'], 'auto' | 'neutral' | 'info' | 'success' | 'warning' | 'critical' | 'custom'>;
103
+ size?: Extract<IconProps$1['size'], 'small-200' | 'small-100' | 'small' | 'base' | 'large' | 'large-100'>;
104
+ type?: '' | Extract<IconProps$1['type'], 'alert-circle' | 'alert-triangle-filled' | 'alert-triangle' | 'arrow-down' | 'arrow-left' | 'arrow-right' | 'arrow-up-right' | 'arrow-up' | 'bag' | 'bullet' | 'calendar' | 'camera' | 'caret-down' | 'cart' | 'cash-dollar' | 'categories' | 'check-circle' | 'check' | 'chevron-down' | 'chevron-left' | 'chevron-right' | 'chevron-up' | 'circle' | 'clipboard' | 'clock' | 'credit-card' | 'delete' | 'delivered' | 'delivery' | 'disabled' | 'discount' | 'edit' | 'email' | 'empty' | 'external' | 'filter' | 'geolocation' | 'gift-card' | 'globe' | 'grid' | 'image' | 'info-filled' | 'info' | 'list-bulleted' | 'location' | 'lock' | 'map' | 'menu-horizontal' | 'menu-vertical' | 'menu' | 'minus' | 'mobile' | 'note' | 'order' | 'organization' | 'plus' | 'profile' | 'question-circle-filled' | 'question-circle' | 'reorder' | 'reset' | 'return' | 'savings' | 'search' | 'settings' | 'star-filled' | 'star-half' | 'star' | 'store' | 'truck' | 'upload' | 'x-circle-filled' | 'x-circle' | 'x'>;
105
+ }
106
+
51
107
  declare module 'preact' {
52
108
  interface BaseProps {
53
109
  children?: preact.ComponentChildren;
@@ -130,6 +186,52 @@ export interface SpinnerProps extends SpinnerProps$1 {
130
186
  size?: Extract<SpinnerProps$1['size'], 'small-100' | 'small' | 'base' | 'large' | 'large-100'>;
131
187
  }
132
188
 
189
+ declare module 'preact' {
190
+ interface BaseProps {
191
+ children?: preact.ComponentChildren;
192
+ slot?: Lowercase<string>;
193
+ }
194
+
195
+ namespace createElement.JSX {
196
+ interface IntrinsicElements {
197
+ 's-section': SectionProps & BaseProps;
198
+ }
199
+ }
200
+ }
201
+
202
+ declare global {
203
+ interface HTMLElementTagNameMap {
204
+ 's-section': SectionElement;
205
+ }
206
+ }
207
+
208
+ export interface SectionElement extends SectionProps, Omit<HTMLElement, 'id'> {
209
+ }
210
+
211
+ export interface SectionProps extends Pick<SectionProps$1, 'accessibilityLabel' | 'heading' | 'id'> {
212
+ }
213
+
214
+ declare module 'preact' {
215
+ namespace createElement.JSX {
216
+ interface IntrinsicElements {
217
+ 's-qr-code': QRCodeProps;
218
+ }
219
+ }
220
+ }
221
+
222
+ declare global {
223
+ interface HTMLElementTagNameMap {
224
+ 's-qr-code': QRCodelement;
225
+ }
226
+ }
227
+
228
+ export interface QRCodelement extends Omit<QRCodeProps, 'onError'>, Omit<HTMLElement, 'id' | 'onerror'> {
229
+ onerror: QRCodeProps['onError'];
230
+ }
231
+
232
+ export interface QRCodeProps extends QRCodeProps$1 {
233
+ }
234
+
133
235
  declare module 'preact' {
134
236
  namespace createElement.JSX {
135
237
  interface IntrinsicElements {
@@ -543,7 +645,7 @@ export interface AbbreviationProps extends Pick<AbbreviationProps$1, 'title'> {
543
645
  }
544
646
 
545
647
  import { ReducedBorderSizeKeyword } from "../../../../../src/surfaces/checkout/components/Box";
546
- import { AbbreviationProps$1, BannerProps$1, BorderShorthand, BoxProps$1, ButtonProps$1, ClipboardItemProps$1, DropZoneProps$1, FormProps$1, HeadingProps$1, IconProps$1, ImageProps$1, LinkProps$1, ListItemProps$1, MaybeAllValuesShorthandProperty, OrderedListProps$1, ParagraphProps$1, PaymentIconProps$1, ProgressProps$1, SpinnerProps$1, StackProps$1, TextProps$1, TimeProps$1, UnorderedListProps$1 } from "../../../../../src/surfaces/checkout/components/components-shared";
648
+ import { AbbreviationProps$1, BannerProps$1, BorderShorthand, BoxProps$1, ButtonProps$1, ClipboardItemProps$1, DropZoneProps$1, FormProps$1, HeadingProps$1, IconProps$1, ImageProps$1, LinkProps$1, ListItemProps$1, MaybeAllValuesShorthandProperty, OrderedListProps$1, ParagraphProps$1, PaymentIconProps$1, ProgressProps$1, QRCodeProps$1, SectionProps$1, SpinnerProps$1, StackProps$1, TextFieldProps$1, TextProps$1, TimeProps$1, UnorderedListProps$1 } from "../../../../../src/surfaces/checkout/components/components-shared";
547
649
  import type { ExtensionTargets } from '../extension-targets';
548
650
  type Target = ExtensionTargets['purchase.thank-you.customer-information.render-after'];
549
651
  export type Api = Target['api'];
@@ -48,6 +48,62 @@ export interface TimeElement extends TimeProps, Omit<HTMLElement, 'id'> {
48
48
  export interface TimeProps extends Pick<TimeProps$1, 'dateTime'> {
49
49
  }
50
50
 
51
+ declare module 'preact' {
52
+ interface BaseProps {
53
+ slot?: Lowercase<string>;
54
+ }
55
+
56
+ namespace createElement.JSX {
57
+ interface IntrinsicElements {
58
+ 's-text-field': TextFieldProps & BaseProps;
59
+ }
60
+ }
61
+ }
62
+
63
+ declare global {
64
+ interface HTMLElementTagNameMap {
65
+ 's-text-field': TextFieldElement;
66
+ }
67
+ }
68
+
69
+ declare module 'preact' {
70
+ interface BaseProps {
71
+ slot?: Lowercase<string>;
72
+ }
73
+
74
+ namespace createElement.JSX {
75
+ interface IntrinsicElements {
76
+ 's-icon': TextFieldIconProps & BaseProps;
77
+ }
78
+ }
79
+ }
80
+
81
+ declare global {
82
+ interface HTMLElementTagNameMap {
83
+ 's-icon': TextFieldIconElement;
84
+ }
85
+ }
86
+
87
+ export interface TextFieldElement extends Omit<TextFieldProps, 'onBlur' | 'onChange' | 'onFocus' | 'onInput'>, Omit<HTMLElement, 'id' | 'onblur' | 'onchange' | 'onfocus' | 'oninput' | 'prefix'> {
88
+ onblur: TextFieldProps['onBlur'];
89
+ onchange: TextFieldProps['onChange'];
90
+ onfocus: TextFieldProps['onFocus'];
91
+ oninput: TextFieldProps['onInput'];
92
+ }
93
+
94
+ export interface TextFieldProps extends Pick<TextFieldProps$1, 'accessory' | 'autocomplete' | 'defaultValue' | 'details' | 'disabled' | 'error' | 'id' | 'icon' | 'label' | 'labelAccessibilityVisibility' | 'maxLength' | 'minLength' | 'name' | 'onBlur' | 'onChange' | 'onFocus' | 'onInput' | 'placeholder' | 'prefix' | 'readOnly' | 'required' | 'suffix' | 'value'> {
95
+ icon?: TextFieldIconProps['type'];
96
+ }
97
+
98
+ export interface TextFieldIconElement extends TextFieldIconProps, Omit<HTMLElement, 'id'> {
99
+ }
100
+
101
+ export interface TextFieldIconProps extends Pick<IconProps$1, 'id' | 'size' | 'tone' | 'type'> {
102
+ tone?: Extract<IconProps$1['tone'], 'auto' | 'neutral' | 'info' | 'success' | 'warning' | 'critical' | 'custom'>;
103
+ size?: Extract<IconProps$1['size'], 'small-200' | 'small-100' | 'small' | 'base' | 'large' | 'large-100'>;
104
+ type?: '' | Extract<IconProps$1['type'], 'alert-circle' | 'alert-triangle-filled' | 'alert-triangle' | 'arrow-down' | 'arrow-left' | 'arrow-right' | 'arrow-up-right' | 'arrow-up' | 'bag' | 'bullet' | 'calendar' | 'camera' | 'caret-down' | 'cart' | 'cash-dollar' | 'categories' | 'check-circle' | 'check' | 'chevron-down' | 'chevron-left' | 'chevron-right' | 'chevron-up' | 'circle' | 'clipboard' | 'clock' | 'credit-card' | 'delete' | 'delivered' | 'delivery' | 'disabled' | 'discount' | 'edit' | 'email' | 'empty' | 'external' | 'filter' | 'geolocation' | 'gift-card' | 'globe' | 'grid' | 'image' | 'info-filled' | 'info' | 'list-bulleted' | 'location' | 'lock' | 'map' | 'menu-horizontal' | 'menu-vertical' | 'menu' | 'minus' | 'mobile' | 'note' | 'order' | 'organization' | 'plus' | 'profile' | 'question-circle-filled' | 'question-circle' | 'reorder' | 'reset' | 'return' | 'savings' | 'search' | 'settings' | 'star-filled' | 'star-half' | 'star' | 'store' | 'truck' | 'upload' | 'x-circle-filled' | 'x-circle' | 'x'>;
105
+ }
106
+
51
107
  declare module 'preact' {
52
108
  interface BaseProps {
53
109
  children?: preact.ComponentChildren;
@@ -130,6 +186,52 @@ export interface SpinnerProps extends SpinnerProps$1 {
130
186
  size?: Extract<SpinnerProps$1['size'], 'small-100' | 'small' | 'base' | 'large' | 'large-100'>;
131
187
  }
132
188
 
189
+ declare module 'preact' {
190
+ interface BaseProps {
191
+ children?: preact.ComponentChildren;
192
+ slot?: Lowercase<string>;
193
+ }
194
+
195
+ namespace createElement.JSX {
196
+ interface IntrinsicElements {
197
+ 's-section': SectionProps & BaseProps;
198
+ }
199
+ }
200
+ }
201
+
202
+ declare global {
203
+ interface HTMLElementTagNameMap {
204
+ 's-section': SectionElement;
205
+ }
206
+ }
207
+
208
+ export interface SectionElement extends SectionProps, Omit<HTMLElement, 'id'> {
209
+ }
210
+
211
+ export interface SectionProps extends Pick<SectionProps$1, 'accessibilityLabel' | 'heading' | 'id'> {
212
+ }
213
+
214
+ declare module 'preact' {
215
+ namespace createElement.JSX {
216
+ interface IntrinsicElements {
217
+ 's-qr-code': QRCodeProps;
218
+ }
219
+ }
220
+ }
221
+
222
+ declare global {
223
+ interface HTMLElementTagNameMap {
224
+ 's-qr-code': QRCodelement;
225
+ }
226
+ }
227
+
228
+ export interface QRCodelement extends Omit<QRCodeProps, 'onError'>, Omit<HTMLElement, 'id' | 'onerror'> {
229
+ onerror: QRCodeProps['onError'];
230
+ }
231
+
232
+ export interface QRCodeProps extends QRCodeProps$1 {
233
+ }
234
+
133
235
  declare module 'preact' {
134
236
  namespace createElement.JSX {
135
237
  interface IntrinsicElements {
@@ -543,7 +645,7 @@ export interface AbbreviationProps extends Pick<AbbreviationProps$1, 'title'> {
543
645
  }
544
646
 
545
647
  import { ReducedBorderSizeKeyword } from "../../../../../src/surfaces/checkout/components/Box";
546
- import { AbbreviationProps$1, BannerProps$1, BorderShorthand, BoxProps$1, ButtonProps$1, ClipboardItemProps$1, DropZoneProps$1, FormProps$1, HeadingProps$1, IconProps$1, ImageProps$1, LinkProps$1, ListItemProps$1, MaybeAllValuesShorthandProperty, OrderedListProps$1, ParagraphProps$1, PaymentIconProps$1, ProgressProps$1, SpinnerProps$1, StackProps$1, TextProps$1, TimeProps$1, UnorderedListProps$1 } from "../../../../../src/surfaces/checkout/components/components-shared";
648
+ import { AbbreviationProps$1, BannerProps$1, BorderShorthand, BoxProps$1, ButtonProps$1, ClipboardItemProps$1, DropZoneProps$1, FormProps$1, HeadingProps$1, IconProps$1, ImageProps$1, LinkProps$1, ListItemProps$1, MaybeAllValuesShorthandProperty, OrderedListProps$1, ParagraphProps$1, PaymentIconProps$1, ProgressProps$1, QRCodeProps$1, SectionProps$1, SpinnerProps$1, StackProps$1, TextFieldProps$1, TextProps$1, TimeProps$1, UnorderedListProps$1 } from "../../../../../src/surfaces/checkout/components/components-shared";
547
649
  import type { ExtensionTargets } from '../extension-targets';
548
650
  type Target = ExtensionTargets['purchase.thank-you.footer.render-after'];
549
651
  export type Api = Target['api'];
@@ -48,6 +48,62 @@ export interface TimeElement extends TimeProps, Omit<HTMLElement, 'id'> {
48
48
  export interface TimeProps extends Pick<TimeProps$1, 'dateTime'> {
49
49
  }
50
50
 
51
+ declare module 'preact' {
52
+ interface BaseProps {
53
+ slot?: Lowercase<string>;
54
+ }
55
+
56
+ namespace createElement.JSX {
57
+ interface IntrinsicElements {
58
+ 's-text-field': TextFieldProps & BaseProps;
59
+ }
60
+ }
61
+ }
62
+
63
+ declare global {
64
+ interface HTMLElementTagNameMap {
65
+ 's-text-field': TextFieldElement;
66
+ }
67
+ }
68
+
69
+ declare module 'preact' {
70
+ interface BaseProps {
71
+ slot?: Lowercase<string>;
72
+ }
73
+
74
+ namespace createElement.JSX {
75
+ interface IntrinsicElements {
76
+ 's-icon': TextFieldIconProps & BaseProps;
77
+ }
78
+ }
79
+ }
80
+
81
+ declare global {
82
+ interface HTMLElementTagNameMap {
83
+ 's-icon': TextFieldIconElement;
84
+ }
85
+ }
86
+
87
+ export interface TextFieldElement extends Omit<TextFieldProps, 'onBlur' | 'onChange' | 'onFocus' | 'onInput'>, Omit<HTMLElement, 'id' | 'onblur' | 'onchange' | 'onfocus' | 'oninput' | 'prefix'> {
88
+ onblur: TextFieldProps['onBlur'];
89
+ onchange: TextFieldProps['onChange'];
90
+ onfocus: TextFieldProps['onFocus'];
91
+ oninput: TextFieldProps['onInput'];
92
+ }
93
+
94
+ export interface TextFieldProps extends Pick<TextFieldProps$1, 'accessory' | 'autocomplete' | 'defaultValue' | 'details' | 'disabled' | 'error' | 'id' | 'icon' | 'label' | 'labelAccessibilityVisibility' | 'maxLength' | 'minLength' | 'name' | 'onBlur' | 'onChange' | 'onFocus' | 'onInput' | 'placeholder' | 'prefix' | 'readOnly' | 'required' | 'suffix' | 'value'> {
95
+ icon?: TextFieldIconProps['type'];
96
+ }
97
+
98
+ export interface TextFieldIconElement extends TextFieldIconProps, Omit<HTMLElement, 'id'> {
99
+ }
100
+
101
+ export interface TextFieldIconProps extends Pick<IconProps$1, 'id' | 'size' | 'tone' | 'type'> {
102
+ tone?: Extract<IconProps$1['tone'], 'auto' | 'neutral' | 'info' | 'success' | 'warning' | 'critical' | 'custom'>;
103
+ size?: Extract<IconProps$1['size'], 'small-200' | 'small-100' | 'small' | 'base' | 'large' | 'large-100'>;
104
+ type?: '' | Extract<IconProps$1['type'], 'alert-circle' | 'alert-triangle-filled' | 'alert-triangle' | 'arrow-down' | 'arrow-left' | 'arrow-right' | 'arrow-up-right' | 'arrow-up' | 'bag' | 'bullet' | 'calendar' | 'camera' | 'caret-down' | 'cart' | 'cash-dollar' | 'categories' | 'check-circle' | 'check' | 'chevron-down' | 'chevron-left' | 'chevron-right' | 'chevron-up' | 'circle' | 'clipboard' | 'clock' | 'credit-card' | 'delete' | 'delivered' | 'delivery' | 'disabled' | 'discount' | 'edit' | 'email' | 'empty' | 'external' | 'filter' | 'geolocation' | 'gift-card' | 'globe' | 'grid' | 'image' | 'info-filled' | 'info' | 'list-bulleted' | 'location' | 'lock' | 'map' | 'menu-horizontal' | 'menu-vertical' | 'menu' | 'minus' | 'mobile' | 'note' | 'order' | 'organization' | 'plus' | 'profile' | 'question-circle-filled' | 'question-circle' | 'reorder' | 'reset' | 'return' | 'savings' | 'search' | 'settings' | 'star-filled' | 'star-half' | 'star' | 'store' | 'truck' | 'upload' | 'x-circle-filled' | 'x-circle' | 'x'>;
105
+ }
106
+
51
107
  declare module 'preact' {
52
108
  interface BaseProps {
53
109
  children?: preact.ComponentChildren;
@@ -130,6 +186,52 @@ export interface SpinnerProps extends SpinnerProps$1 {
130
186
  size?: Extract<SpinnerProps$1['size'], 'small-100' | 'small' | 'base' | 'large' | 'large-100'>;
131
187
  }
132
188
 
189
+ declare module 'preact' {
190
+ interface BaseProps {
191
+ children?: preact.ComponentChildren;
192
+ slot?: Lowercase<string>;
193
+ }
194
+
195
+ namespace createElement.JSX {
196
+ interface IntrinsicElements {
197
+ 's-section': SectionProps & BaseProps;
198
+ }
199
+ }
200
+ }
201
+
202
+ declare global {
203
+ interface HTMLElementTagNameMap {
204
+ 's-section': SectionElement;
205
+ }
206
+ }
207
+
208
+ export interface SectionElement extends SectionProps, Omit<HTMLElement, 'id'> {
209
+ }
210
+
211
+ export interface SectionProps extends Pick<SectionProps$1, 'accessibilityLabel' | 'heading' | 'id'> {
212
+ }
213
+
214
+ declare module 'preact' {
215
+ namespace createElement.JSX {
216
+ interface IntrinsicElements {
217
+ 's-qr-code': QRCodeProps;
218
+ }
219
+ }
220
+ }
221
+
222
+ declare global {
223
+ interface HTMLElementTagNameMap {
224
+ 's-qr-code': QRCodelement;
225
+ }
226
+ }
227
+
228
+ export interface QRCodelement extends Omit<QRCodeProps, 'onError'>, Omit<HTMLElement, 'id' | 'onerror'> {
229
+ onerror: QRCodeProps['onError'];
230
+ }
231
+
232
+ export interface QRCodeProps extends QRCodeProps$1 {
233
+ }
234
+
133
235
  declare module 'preact' {
134
236
  namespace createElement.JSX {
135
237
  interface IntrinsicElements {
@@ -543,7 +645,7 @@ export interface AbbreviationProps extends Pick<AbbreviationProps$1, 'title'> {
543
645
  }
544
646
 
545
647
  import { ReducedBorderSizeKeyword } from "../../../../../src/surfaces/checkout/components/Box";
546
- import { AbbreviationProps$1, BannerProps$1, BorderShorthand, BoxProps$1, ButtonProps$1, ClipboardItemProps$1, DropZoneProps$1, FormProps$1, HeadingProps$1, IconProps$1, ImageProps$1, LinkProps$1, ListItemProps$1, MaybeAllValuesShorthandProperty, OrderedListProps$1, ParagraphProps$1, PaymentIconProps$1, ProgressProps$1, SpinnerProps$1, StackProps$1, TextProps$1, TimeProps$1, UnorderedListProps$1 } from "../../../../../src/surfaces/checkout/components/components-shared";
648
+ import { AbbreviationProps$1, BannerProps$1, BorderShorthand, BoxProps$1, ButtonProps$1, ClipboardItemProps$1, DropZoneProps$1, FormProps$1, HeadingProps$1, IconProps$1, ImageProps$1, LinkProps$1, ListItemProps$1, MaybeAllValuesShorthandProperty, OrderedListProps$1, ParagraphProps$1, PaymentIconProps$1, ProgressProps$1, QRCodeProps$1, SectionProps$1, SpinnerProps$1, StackProps$1, TextFieldProps$1, TextProps$1, TimeProps$1, UnorderedListProps$1 } from "../../../../../src/surfaces/checkout/components/components-shared";
547
649
  import type { ExtensionTargets } from '../extension-targets';
548
650
  type Target = ExtensionTargets['purchase.thank-you.header.render-after'];
549
651
  export type Api = Target['api'];
@@ -143,7 +143,7 @@ export interface Docs_ResourceItem_Button_Action extends Pick<ButtonProps, 'onCl
143
143
  }
144
144
  export interface Docs_Menu_Button_Action extends Omit<ButtonProps, 'kind' | 'textDecoration' | 'inlineAlignment' | 'inlineSize' | 'size'> {
145
145
  }
146
- export interface Docs_OrderActionMenu_Button extends Pick<ButtonProps, 'onClick' | 'loading' | 'disabled' | 'accessibilityLabel' | 'href'> {
146
+ export interface Docs_OrderActionMenu_Button extends Pick<ButtonProps, 'onClick' | 'loading' | 'disabled' | 'accessibilityLabel' | 'href' | 'tone'> {
147
147
  /**
148
148
  * Destination URL to link to.
149
149
  *
@@ -1 +1 @@
1
- {"version":3,"file":"docs.d.ts","sourceRoot":"","sources":["../../../../../src/surfaces/customer-account/api/docs.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"docs.d.ts","sourceRoot":"","sources":["../../../../../src/surfaces/customer-account/api/docs.ts"],"names":[],"mappings":"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"}
@@ -328,12 +328,6 @@ export interface CompanyLocation {
328
328
  id: string;
329
329
  }
330
330
  export interface Ui {
331
- /**
332
- * An overlay is a contextual element on top of the main interface that provides additional information or functionality.
333
- */
334
- overlay: {
335
- close(overlayId: string): void;
336
- };
337
331
  /**
338
332
  * The Toast API displays a non-disruptive message that displays at the bottom
339
333
  * of the interface to provide quick, at-a-glance feedback on the outcome
@@ -1 +1 @@
1
- {"version":3,"file":"shared.d.ts","sourceRoot":"","sources":["../../../../../src/surfaces/customer-account/api/shared.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"shared.d.ts","sourceRoot":"","sources":["../../../../../src/surfaces/customer-account/api/shared.ts"],"names":[],"mappings":"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"}
@@ -1,3 +1,5 @@
1
+ import {BaseElementPropsWithChildren} from './shared';
2
+
1
3
  export interface CustomerAccountActionProps {
2
4
  /**
3
5
  * Sets the heading of the Action container.
@@ -16,14 +18,11 @@ declare global {
16
18
  }
17
19
 
18
20
  declare module 'preact' {
19
- interface BaseProps {
20
- children?: preact.ComponentChildren;
21
- slot?: Lowercase<string>;
22
- }
23
21
  // eslint-disable-next-line @typescript-eslint/no-namespace
24
22
  namespace createElement.JSX {
25
23
  interface IntrinsicElements {
26
- ['s-customer-account-action']: BaseProps & CustomerAccountActionProps;
24
+ ['s-customer-account-action']: BaseElementPropsWithChildren<CustomerAccountActionElement> &
25
+ CustomerAccountActionProps;
27
26
  }
28
27
  }
29
28
  }
@@ -1,3 +1,5 @@
1
+ import {BaseElementPropsWithChildren} from './shared';
2
+
1
3
  export interface ImageGroupProps {
2
4
  /**
3
5
  * Indicates the total number of items that could be displayed in the image group.
@@ -15,13 +17,11 @@ declare global {
15
17
  }
16
18
 
17
19
  declare module 'preact' {
18
- interface BaseProps {
19
- children?: preact.ComponentChildren;
20
- }
21
20
  // eslint-disable-next-line @typescript-eslint/no-namespace
22
21
  namespace createElement.JSX {
23
22
  interface IntrinsicElements {
24
- ['s-image-group']: BaseProps & ImageGroupProps;
23
+ ['s-image-group']: BaseElementPropsWithChildren<ImageGroupElement> &
24
+ ImageGroupProps;
25
25
  }
26
26
  }
27
27
  }
@@ -1,3 +1,5 @@
1
+ import {BaseElementPropsWithChildren} from './shared';
2
+
1
3
  export interface PageProps {
2
4
  /**
3
5
  * The main page heading
@@ -19,14 +21,10 @@ declare global {
19
21
  }
20
22
 
21
23
  declare module 'preact' {
22
- interface BaseProps {
23
- children?: preact.ComponentChildren;
24
- slot?: Lowercase<string>;
25
- }
26
24
  // eslint-disable-next-line @typescript-eslint/no-namespace
27
25
  namespace createElement.JSX {
28
26
  interface IntrinsicElements {
29
- ['s-page']: BaseProps & PageProps;
27
+ ['s-page']: BaseElementPropsWithChildren<PageElement> & PageProps;
30
28
  }
31
29
  }
32
30
  }