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

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 (324) hide show
  1. package/build/cjs/surfaces/checkout/preact/api.js +4 -0
  2. package/build/cjs/surfaces/checkout/preact/subscription.js +6 -5
  3. package/build/cjs/surfaces/checkout/shared.js +17 -4
  4. package/build/esm/surfaces/checkout/preact/api.mjs +4 -0
  5. package/build/esm/surfaces/checkout/preact/subscription.mjs +6 -5
  6. package/build/esm/surfaces/checkout/shared.mjs +17 -4
  7. package/build/esnext/surfaces/checkout/preact/api.esnext +4 -0
  8. package/build/esnext/surfaces/checkout/preact/subscription.esnext +6 -5
  9. package/build/esnext/surfaces/checkout/shared.esnext +17 -4
  10. package/build/ts/docs/shared/components/Details.d.ts +4 -0
  11. package/build/ts/docs/shared/components/Details.d.ts.map +1 -0
  12. package/build/ts/docs/shared/components/MoneyField.d.ts.map +1 -1
  13. package/build/ts/docs/shared/components/PressButton.d.ts +4 -0
  14. package/build/ts/docs/shared/components/PressButton.d.ts.map +1 -0
  15. package/build/ts/docs/shared/components/SkeletonParagraph.d.ts +4 -0
  16. package/build/ts/docs/shared/components/SkeletonParagraph.d.ts.map +1 -0
  17. package/build/ts/docs/shared/components/Summary.d.ts +4 -0
  18. package/build/ts/docs/shared/components/Summary.d.ts.map +1 -0
  19. package/build/ts/docs/shared/components/Tooltip.d.ts +1 -1
  20. package/build/ts/docs/shared/components/Tooltip.d.ts.map +1 -1
  21. package/build/ts/docs/shared/components/index.d.ts +6 -1
  22. package/build/ts/docs/shared/components/index.d.ts.map +1 -1
  23. package/build/ts/index.d.ts.map +1 -1
  24. package/build/ts/shared.d.ts +4 -34
  25. package/build/ts/shared.d.ts.map +1 -1
  26. package/build/ts/surfaces/checkout/api/address-autocomplete/standard.d.ts +1 -1
  27. package/build/ts/surfaces/checkout/api/cart-line/cart-line-item.d.ts +3 -3
  28. package/build/ts/surfaces/checkout/api/cart-line/cart-line-item.d.ts.map +1 -1
  29. package/build/ts/surfaces/checkout/api/order-confirmation/order-confirmation.d.ts +2 -2
  30. package/build/ts/surfaces/checkout/api/order-confirmation/order-confirmation.d.ts.map +1 -1
  31. package/build/ts/surfaces/checkout/api/payment/payment-option-item.d.ts +3 -3
  32. package/build/ts/surfaces/checkout/api/payment/payment-option-item.d.ts.map +1 -1
  33. package/build/ts/surfaces/checkout/api/pickup/pickup-location-item.d.ts +3 -3
  34. package/build/ts/surfaces/checkout/api/pickup/pickup-location-item.d.ts.map +1 -1
  35. package/build/ts/surfaces/checkout/api/pickup/pickup-location-list.d.ts +2 -2
  36. package/build/ts/surfaces/checkout/api/pickup/pickup-location-list.d.ts.map +1 -1
  37. package/build/ts/surfaces/checkout/api/pickup/pickup-point-list.d.ts +2 -2
  38. package/build/ts/surfaces/checkout/api/pickup/pickup-point-list.d.ts.map +1 -1
  39. package/build/ts/surfaces/checkout/api/shipping/shipping-option-item.d.ts +3 -3
  40. package/build/ts/surfaces/checkout/api/shipping/shipping-option-item.d.ts.map +1 -1
  41. package/build/ts/surfaces/checkout/api/shipping/shipping-option-list.d.ts +3 -3
  42. package/build/ts/surfaces/checkout/api/shipping/shipping-option-list.d.ts.map +1 -1
  43. package/build/ts/surfaces/checkout/api/standard/standard.d.ts +45 -40
  44. package/build/ts/surfaces/checkout/api/standard/standard.d.ts.map +1 -1
  45. package/build/ts/surfaces/checkout/components/Badge/Badge.doc.d.ts +4 -0
  46. package/build/ts/surfaces/checkout/components/Badge/Badge.doc.d.ts.map +1 -0
  47. package/build/ts/surfaces/checkout/components/Badge.d.ts +3 -8
  48. package/build/ts/surfaces/checkout/components/Box/Box.doc.d.ts.map +1 -1
  49. package/build/ts/surfaces/checkout/components/Button.d.ts +1 -1
  50. package/build/ts/surfaces/checkout/components/Clickable/Clickable.doc.d.ts +4 -0
  51. package/build/ts/surfaces/checkout/components/Clickable/Clickable.doc.d.ts.map +1 -0
  52. package/build/ts/surfaces/checkout/components/Clickable.d.ts +1 -1
  53. package/build/ts/surfaces/checkout/components/Details/Details.doc.d.ts +4 -0
  54. package/build/ts/surfaces/checkout/components/Details/Details.doc.d.ts.map +1 -0
  55. package/build/ts/surfaces/checkout/components/Details.d.ts +15 -2
  56. package/build/ts/surfaces/checkout/components/Divider/Divider.doc.d.ts +4 -0
  57. package/build/ts/surfaces/checkout/components/Divider/Divider.doc.d.ts.map +1 -0
  58. package/build/ts/surfaces/checkout/components/Divider.d.ts +17 -2
  59. package/build/ts/surfaces/checkout/components/DropZone.d.ts +8 -3
  60. package/build/ts/surfaces/checkout/components/EmailField.d.ts +8 -1
  61. package/build/ts/surfaces/checkout/components/Form/Form.doc.d.ts.map +1 -1
  62. package/build/ts/surfaces/checkout/components/Grid/Grid.doc.d.ts +4 -0
  63. package/build/ts/surfaces/checkout/components/Grid/Grid.doc.d.ts.map +1 -0
  64. package/build/ts/surfaces/checkout/components/Grid.d.ts +7 -7
  65. package/build/ts/surfaces/checkout/components/Icon.d.ts +2 -7
  66. package/build/ts/surfaces/checkout/components/Link.d.ts +1 -1
  67. package/build/ts/surfaces/checkout/components/MapMarker.d.ts +9 -12
  68. package/build/ts/surfaces/checkout/components/Modal/Modal.doc.d.ts.map +1 -1
  69. package/build/ts/surfaces/checkout/components/Modal.d.ts +16 -15
  70. package/build/ts/surfaces/checkout/components/MoneyField/MoneyField.doc.d.ts +4 -0
  71. package/build/ts/surfaces/checkout/components/MoneyField/MoneyField.doc.d.ts.map +1 -0
  72. package/{src/surfaces/checkout/components/UrlField.d.ts → build/ts/surfaces/checkout/components/MoneyField.d.ts} +14 -18
  73. package/build/ts/surfaces/checkout/components/OrderedList/OrderedList.doc.d.ts.map +1 -1
  74. package/build/ts/surfaces/checkout/components/PhoneField.d.ts +10 -12
  75. package/build/ts/surfaces/checkout/components/Popover/Popover.doc.d.ts +4 -0
  76. package/build/ts/surfaces/checkout/components/Popover/Popover.doc.d.ts.map +1 -0
  77. package/build/ts/surfaces/checkout/components/Popover.d.ts +50 -2
  78. package/build/ts/surfaces/checkout/components/PressButton/PressButton.doc.d.ts +4 -0
  79. package/build/ts/surfaces/checkout/components/PressButton/PressButton.doc.d.ts.map +1 -0
  80. package/build/ts/surfaces/{customer-account/components/Select.d.ts → checkout/components/PressButton.d.ts} +20 -20
  81. package/build/ts/surfaces/checkout/components/Sheet/Sheet.doc.d.ts +4 -0
  82. package/build/ts/surfaces/checkout/components/Sheet/Sheet.doc.d.ts.map +1 -0
  83. package/build/ts/surfaces/checkout/components/Sheet.d.ts +21 -15
  84. package/build/ts/surfaces/checkout/components/SkeletonParagraph/SkeletonParagraph.doc.d.ts +4 -0
  85. package/build/ts/surfaces/checkout/components/SkeletonParagraph/SkeletonParagraph.doc.d.ts.map +1 -0
  86. package/build/ts/surfaces/checkout/components/Stack.d.ts +4 -4
  87. package/build/ts/surfaces/checkout/components/Switch/Switch.doc.d.ts +4 -0
  88. package/build/ts/surfaces/checkout/components/Switch/Switch.doc.d.ts.map +1 -0
  89. package/build/ts/surfaces/checkout/components/TextField.d.ts +10 -17
  90. package/build/ts/surfaces/checkout/components/Tooltip/Tooltip.doc.d.ts +4 -0
  91. package/build/ts/surfaces/checkout/components/Tooltip/Tooltip.doc.d.ts.map +1 -0
  92. package/build/ts/surfaces/{customer-account/components/Option.d.ts → checkout/components/Tooltip.d.ts} +9 -7
  93. package/build/ts/surfaces/checkout/components/UnorderedList/UnorderedList.doc.d.ts.map +1 -1
  94. package/build/ts/surfaces/checkout/components/components-shared.d.ts +631 -275
  95. package/build/ts/surfaces/checkout/components/components.d.ts +1013 -501
  96. package/build/ts/surfaces/checkout/preact/api.d.ts +4 -0
  97. package/build/ts/surfaces/checkout/preact/api.d.ts.map +1 -1
  98. package/build/ts/surfaces/checkout/preact/subscription.d.ts +5 -4
  99. package/build/ts/surfaces/checkout/preact/subscription.d.ts.map +1 -1
  100. package/build/ts/surfaces/checkout/shared.d.ts +27 -4
  101. package/build/ts/surfaces/checkout/shared.d.ts.map +1 -1
  102. package/build/ts/surfaces/checkout/targets/Checkout::Actions::RenderBefore.d.ts +3 -4
  103. package/build/ts/surfaces/checkout/targets/Checkout::CartLineDetails::RenderAfter.d.ts +3 -4
  104. package/build/ts/surfaces/checkout/targets/Checkout::CartLineDetails::RenderLineComponents.d.ts +3 -4
  105. package/build/ts/surfaces/checkout/targets/Checkout::CartLines::RenderAfter.d.ts +3 -4
  106. package/build/ts/surfaces/checkout/targets/Checkout::Contact::RenderAfter.d.ts +3 -4
  107. package/build/ts/surfaces/checkout/targets/Checkout::CustomerInformation::RenderAfter.d.ts +3 -4
  108. package/build/ts/surfaces/checkout/targets/Checkout::DeliveryAddress::RenderBefore.d.ts +3 -4
  109. package/build/ts/surfaces/checkout/targets/Checkout::Dynamic::Render.d.ts +3 -4
  110. package/build/ts/surfaces/checkout/targets/Checkout::GiftCard::Render.d.ts +3 -4
  111. package/build/ts/surfaces/checkout/targets/Checkout::PaymentMethod::HostedFields::RenderAfter.d.ts +3 -4
  112. package/build/ts/surfaces/checkout/targets/Checkout::PaymentMethod::Render.d.ts +3 -4
  113. package/build/ts/surfaces/checkout/targets/Checkout::PaymentMethod::RenderRequiredAction.d.ts +3 -4
  114. package/build/ts/surfaces/checkout/targets/Checkout::PickupLocations::RenderAfter.d.ts +3 -4
  115. package/build/ts/surfaces/checkout/targets/Checkout::PickupLocations::RenderBefore.d.ts +3 -4
  116. package/build/ts/surfaces/checkout/targets/Checkout::PickupPoints::RenderAfter.d.ts +3 -4
  117. package/build/ts/surfaces/checkout/targets/Checkout::PickupPoints::RenderBefore.d.ts +3 -4
  118. package/build/ts/surfaces/checkout/targets/Checkout::Reductions::RenderAfter.d.ts +3 -4
  119. package/build/ts/surfaces/checkout/targets/Checkout::Reductions::RenderBefore.d.ts +3 -4
  120. package/build/ts/surfaces/checkout/targets/Checkout::ShippingMethodDetails::RenderAfter.d.ts +3 -4
  121. package/build/ts/surfaces/checkout/targets/Checkout::ShippingMethodDetails::RenderExpanded.d.ts +3 -4
  122. package/build/ts/surfaces/checkout/targets/Checkout::ShippingMethods::RenderAfter.d.ts +3 -4
  123. package/build/ts/surfaces/checkout/targets/Checkout::ShippingMethods::RenderBefore.d.ts +3 -4
  124. package/build/ts/surfaces/checkout/targets/Checkout::ThankYou::CartLineDetails::RenderAfter.d.ts +3 -4
  125. package/build/ts/surfaces/checkout/targets/Checkout::ThankYou::CartLines::RenderAfter.d.ts +3 -4
  126. package/build/ts/surfaces/checkout/targets/Checkout::ThankYou::CustomerInformation::RenderAfter.d.ts +3 -4
  127. package/build/ts/surfaces/checkout/targets/Checkout::ThankYou::Dynamic::Render.d.ts +3 -4
  128. package/build/ts/surfaces/checkout/targets/purchase.cart-line-item.line-components.render.d.ts +3 -4
  129. package/build/ts/surfaces/checkout/targets/purchase.checkout.actions.render-before.d.ts +3 -4
  130. package/build/ts/surfaces/checkout/targets/purchase.checkout.block.render.d.ts +3 -4
  131. package/build/ts/surfaces/checkout/targets/purchase.checkout.cart-line-item.render-after.d.ts +3 -4
  132. package/build/ts/surfaces/checkout/targets/purchase.checkout.cart-line-list.render-after.d.ts +3 -4
  133. package/build/ts/surfaces/checkout/targets/purchase.checkout.contact.render-after.d.ts +3 -4
  134. package/build/ts/surfaces/checkout/targets/purchase.checkout.delivery-address.render-after.d.ts +3 -4
  135. package/build/ts/surfaces/checkout/targets/purchase.checkout.delivery-address.render-before.d.ts +3 -4
  136. package/build/ts/surfaces/checkout/targets/purchase.checkout.footer.render-after.d.ts +3 -4
  137. package/build/ts/surfaces/checkout/targets/purchase.checkout.gift-card.render.d.ts +3 -4
  138. package/build/ts/surfaces/checkout/targets/purchase.checkout.header.render-after.d.ts +3 -4
  139. package/build/ts/surfaces/checkout/targets/purchase.checkout.payment-method-list.render-after.d.ts +3 -4
  140. package/build/ts/surfaces/checkout/targets/purchase.checkout.payment-method-list.render-before.d.ts +3 -4
  141. package/build/ts/surfaces/checkout/targets/purchase.checkout.payment-option-item.action-required.render.d.ts +3 -4
  142. package/build/ts/surfaces/checkout/targets/purchase.checkout.payment-option-item.details.render.d.ts +3 -4
  143. package/build/ts/surfaces/checkout/targets/purchase.checkout.payment-option-item.hosted-fields.render-after.d.ts +3 -4
  144. package/build/ts/surfaces/checkout/targets/purchase.checkout.pickup-location-list.render-after.d.ts +3 -4
  145. package/build/ts/surfaces/checkout/targets/purchase.checkout.pickup-location-list.render-before.d.ts +3 -4
  146. package/build/ts/surfaces/checkout/targets/purchase.checkout.pickup-location-option-item.render-after.d.ts +3 -4
  147. package/build/ts/surfaces/checkout/targets/purchase.checkout.pickup-point-list.render-after.d.ts +3 -4
  148. package/build/ts/surfaces/checkout/targets/purchase.checkout.pickup-point-list.render-before.d.ts +3 -4
  149. package/build/ts/surfaces/checkout/targets/purchase.checkout.reductions.render-after.d.ts +3 -4
  150. package/build/ts/surfaces/checkout/targets/purchase.checkout.reductions.render-before.d.ts +3 -4
  151. package/build/ts/surfaces/checkout/targets/purchase.checkout.shipping-option-item.details.render.d.ts +3 -4
  152. package/build/ts/surfaces/checkout/targets/purchase.checkout.shipping-option-item.render-after.d.ts +3 -4
  153. package/build/ts/surfaces/checkout/targets/purchase.checkout.shipping-option-list.render-after.d.ts +3 -4
  154. package/build/ts/surfaces/checkout/targets/purchase.checkout.shipping-option-list.render-before.d.ts +3 -4
  155. package/build/ts/surfaces/checkout/targets/purchase.thank-you.announcement.render.d.ts +3 -4
  156. package/build/ts/surfaces/checkout/targets/purchase.thank-you.block.render.d.ts +3 -4
  157. package/build/ts/surfaces/checkout/targets/purchase.thank-you.cart-line-item.render-after.d.ts +3 -4
  158. package/build/ts/surfaces/checkout/targets/purchase.thank-you.cart-line-list.render-after.d.ts +3 -4
  159. package/build/ts/surfaces/checkout/targets/purchase.thank-you.customer-information.render-after.d.ts +3 -4
  160. package/build/ts/surfaces/checkout/targets/purchase.thank-you.footer.render-after.d.ts +3 -4
  161. package/build/ts/surfaces/checkout/targets/purchase.thank-you.header.render-after.d.ts +3 -4
  162. package/build/ts/surfaces/checkout.d.ts +1 -0
  163. package/build/ts/surfaces/checkout.d.ts.map +1 -1
  164. package/build/ts/surfaces/customer-account/api/shared.d.ts +2 -1
  165. package/build/ts/surfaces/customer-account/api/shared.d.ts.map +1 -1
  166. package/build/ts/surfaces/customer-account/components/Badge.d.ts +3 -8
  167. package/build/ts/surfaces/customer-account/components/Button.d.ts +1 -1
  168. package/build/ts/surfaces/customer-account/components/Clickable.d.ts +1 -1
  169. package/build/ts/surfaces/customer-account/components/Details.d.ts +15 -2
  170. package/build/ts/surfaces/customer-account/components/Divider.d.ts +17 -2
  171. package/build/ts/surfaces/customer-account/components/DropZone.d.ts +8 -3
  172. package/build/ts/surfaces/customer-account/components/EmailField.d.ts +8 -1
  173. package/build/ts/surfaces/customer-account/components/Grid.d.ts +7 -7
  174. package/build/ts/surfaces/customer-account/components/Icon.d.ts +2 -7
  175. package/build/ts/surfaces/customer-account/components/Link.d.ts +1 -1
  176. package/build/ts/surfaces/customer-account/components/MapMarker.d.ts +9 -12
  177. package/build/ts/surfaces/customer-account/components/Modal.d.ts +16 -15
  178. package/build/ts/surfaces/{checkout/components/UrlField.d.ts → customer-account/components/MoneyField.d.ts} +14 -18
  179. package/build/ts/surfaces/customer-account/components/PhoneField.d.ts +10 -12
  180. package/build/ts/surfaces/customer-account/components/Popover.d.ts +50 -2
  181. package/{src/surfaces/checkout/components/Select.d.ts → build/ts/surfaces/customer-account/components/PressButton.d.ts} +20 -20
  182. package/build/ts/surfaces/customer-account/components/Sheet.d.ts +21 -15
  183. package/build/ts/surfaces/customer-account/components/Stack.d.ts +4 -4
  184. package/build/ts/surfaces/customer-account/components/TextField.d.ts +10 -17
  185. package/build/ts/surfaces/{checkout/components/Option.d.ts → customer-account/components/Tooltip.d.ts} +9 -7
  186. package/build/ts/surfaces/customer-account/components/components-shared.d.ts +631 -275
  187. package/build/ts/surfaces/customer-account/components/components.d.ts +1013 -501
  188. package/build/ts/surfaces/customer-account/targets/customer-account.footer.render-after.d.ts +3 -4
  189. package/build/ts/surfaces/customer-account/targets/customer-account.order-index.announcement.render.d.ts +3 -4
  190. package/build/ts/surfaces/customer-account/targets/customer-account.order-index.block.render.d.ts +3 -4
  191. package/build/ts/surfaces/customer-account/targets/customer-account.order-status.announcement.render.d.ts +3 -4
  192. package/build/ts/surfaces/customer-account/targets/customer-account.order-status.block.render.d.ts +3 -4
  193. package/build/ts/surfaces/customer-account/targets/customer-account.order-status.cart-line-item.render-after.d.ts +3 -4
  194. package/build/ts/surfaces/customer-account/targets/customer-account.order-status.cart-line-list.render-after.d.ts +3 -4
  195. package/build/ts/surfaces/customer-account/targets/customer-account.order-status.customer-information.render-after.d.ts +3 -4
  196. package/build/ts/surfaces/customer-account/targets/customer-account.order-status.fulfillment-details.render-after.d.ts +3 -4
  197. package/build/ts/surfaces/customer-account/targets/customer-account.order-status.payment-details.render-after.d.ts +3 -4
  198. package/build/ts/surfaces/customer-account/targets/customer-account.order-status.return-details.render-after.d.ts +3 -4
  199. package/build/ts/surfaces/customer-account/targets/customer-account.order-status.unfulfilled-items.render-after.d.ts +3 -4
  200. package/build/ts/surfaces/customer-account/targets/customer-account.order.action.menu-item.render.d.ts +3 -4
  201. package/build/ts/surfaces/customer-account/targets/customer-account.order.action.render.d.ts +3 -4
  202. package/build/ts/surfaces/customer-account/targets/customer-account.order.page.render.d.ts +3 -4
  203. package/build/ts/surfaces/customer-account/targets/customer-account.page.render.d.ts +3 -4
  204. package/build/ts/surfaces/customer-account/targets/customer-account.profile.addresses.render-after.d.ts +3 -4
  205. package/build/ts/surfaces/customer-account/targets/customer-account.profile.announcement.render.d.ts +3 -4
  206. package/build/ts/surfaces/customer-account/targets/customer-account.profile.block.render.d.ts +3 -4
  207. package/build/ts/surfaces/customer-account/targets/customer-account.profile.company-details.render-after.d.ts +3 -4
  208. package/build/ts/surfaces/customer-account/targets/customer-account.profile.company-location-addresses.render-after.d.ts +3 -4
  209. package/build/ts/surfaces/customer-account/targets/customer-account.profile.company-location-payment.render-after.d.ts +3 -4
  210. package/build/ts/surfaces/customer-account/targets/customer-account.profile.company-location-staff.render-after.d.ts +3 -4
  211. package/build/ts/surfaces/customer-account/targets/customer-account.profile.payment.render-after.d.ts +3 -4
  212. package/build/ts/surfaces/point-of-sale/components/Banner.d.ts +11 -2
  213. package/build/ts/surfaces/point-of-sale/components/Button.d.ts +29 -4
  214. package/{src/surfaces/point-of-sale/components/Navigator.d.ts → build/ts/surfaces/point-of-sale/components/Divider.d.ts} +7 -10
  215. package/build/ts/surfaces/point-of-sale/components/Page.d.ts +4 -4
  216. package/build/ts/surfaces/point-of-sale/components/QrCode.d.ts +43 -0
  217. package/build/ts/surfaces/point-of-sale/components/ScrollBox.d.ts +93 -2
  218. package/build/ts/surfaces/point-of-sale/components/components-shared.d.ts +14 -0
  219. package/build/ts/surfaces/point-of-sale/components/targets/ReceiptComponents.d.ts +1 -1
  220. package/build/ts/surfaces/point-of-sale/components/targets/ReceiptComponents.d.ts.map +1 -1
  221. package/build/ts/surfaces/point-of-sale/targets/pos.receipt-footer.block.render.d.ts +2 -0
  222. package/build/ts/surfaces/point-of-sale/targets/pos.receipt-header.block.render.d.ts +2 -0
  223. package/build/tsconfig.tsbuildinfo +1 -1
  224. package/package.json +1 -1
  225. package/src/docs/shared/components/Details.ts +12 -0
  226. package/src/docs/shared/components/EmailField.ts +1 -1
  227. package/src/docs/shared/components/Modal.ts +1 -1
  228. package/src/docs/shared/components/MoneyField.ts +2 -1
  229. package/src/docs/shared/components/Popover.ts +1 -1
  230. package/src/docs/shared/components/PressButton.ts +12 -0
  231. package/src/docs/shared/components/SkeletonParagraph.ts +12 -0
  232. package/src/docs/shared/components/Summary.ts +12 -0
  233. package/src/docs/shared/components/Tooltip.ts +2 -2
  234. package/src/docs/shared/components/index.ts +6 -1
  235. package/src/index.ts +0 -1
  236. package/src/shared.ts +5 -36
  237. package/src/surfaces/checkout/api/address-autocomplete/standard.ts +1 -1
  238. package/src/surfaces/checkout/api/cart-line/cart-line-item.ts +3 -3
  239. package/src/surfaces/checkout/api/order-confirmation/order-confirmation.ts +2 -2
  240. package/src/surfaces/checkout/api/payment/payment-option-item.ts +3 -3
  241. package/src/surfaces/checkout/api/pickup/pickup-location-item.ts +3 -3
  242. package/src/surfaces/checkout/api/pickup/pickup-location-list.ts +2 -2
  243. package/src/surfaces/checkout/api/pickup/pickup-point-list.ts +2 -2
  244. package/src/surfaces/checkout/api/shipping/shipping-option-item.ts +3 -3
  245. package/src/surfaces/checkout/api/shipping/shipping-option-list.ts +3 -3
  246. package/src/surfaces/checkout/api/standard/standard.ts +44 -40
  247. package/src/surfaces/checkout/components/Badge/examples/basic-badge.example.html +3 -0
  248. package/src/surfaces/checkout/components/Badge.d.ts +3 -8
  249. package/src/surfaces/checkout/components/Banner/examples/basic-banner.example.html +1 -2
  250. package/src/surfaces/checkout/components/Button.d.ts +1 -1
  251. package/src/surfaces/checkout/components/Clickable/examples/basic-clickable.example.html +3 -0
  252. package/src/surfaces/checkout/components/Clickable.d.ts +1 -1
  253. package/src/surfaces/checkout/components/Details/examples/basic-details.example.html +6 -0
  254. package/src/surfaces/checkout/components/Details.d.ts +15 -2
  255. package/src/surfaces/checkout/components/Divider/examples/basic-divider.example.html +1 -0
  256. package/src/surfaces/checkout/components/Divider.d.ts +17 -2
  257. package/src/surfaces/checkout/components/DropZone/examples/basic-drop-zone.example.html +1 -0
  258. package/src/surfaces/checkout/components/DropZone.d.ts +8 -3
  259. package/src/surfaces/checkout/components/EmailField/examples/basic-email-field.example.html +1 -0
  260. package/src/surfaces/checkout/components/EmailField.d.ts +8 -1
  261. package/src/surfaces/checkout/components/Grid/examples/basic-grid.example.html +11 -0
  262. package/src/surfaces/checkout/components/Grid.d.ts +7 -7
  263. package/src/surfaces/checkout/components/Icon.d.ts +2 -7
  264. package/src/surfaces/checkout/components/Link.d.ts +1 -1
  265. package/src/surfaces/checkout/components/MapMarker.d.ts +9 -12
  266. package/src/surfaces/checkout/components/Modal.d.ts +16 -15
  267. package/src/surfaces/checkout/components/MoneyField/examples/basic-money-field.example.html +1 -0
  268. package/{build/ts/surfaces/customer-account/components/UrlField.d.ts → src/surfaces/checkout/components/MoneyField.d.ts} +14 -18
  269. package/src/surfaces/checkout/components/PhoneField/examples/basic-phone-field.example.html +1 -0
  270. package/src/surfaces/checkout/components/PhoneField.d.ts +10 -12
  271. package/src/surfaces/checkout/components/Popover/examples/basic-popover.example.html +7 -0
  272. package/src/surfaces/checkout/components/Popover.d.ts +50 -2
  273. package/src/surfaces/checkout/components/PressButton/examples/basic-press-button.example.html +1 -0
  274. package/{build/ts/surfaces/checkout/components/Select.d.ts → src/surfaces/checkout/components/PressButton.d.ts} +20 -20
  275. package/src/surfaces/checkout/components/ProductThumbnail/examples/{basic-productthumbnail.example.html → basic-product-thumbnail.example.html} +1 -1
  276. package/src/surfaces/checkout/components/Sheet/examples/basic-sheet.example.html +5 -0
  277. package/src/surfaces/checkout/components/Sheet.d.ts +21 -15
  278. package/src/surfaces/checkout/components/SkeletonParagraph/examples/basic-skeleton-paragraph.example.html +2 -0
  279. package/src/surfaces/checkout/components/Stack/examples/basic-stack.example.html +4 -0
  280. package/src/surfaces/checkout/components/Stack.d.ts +4 -4
  281. package/src/surfaces/checkout/components/Switch/examples/basic-switch.example.html +1 -0
  282. package/src/surfaces/checkout/components/Text/examples/basic-text.example.html +1 -1
  283. package/src/surfaces/checkout/components/TextField.d.ts +10 -17
  284. package/src/surfaces/checkout/components/Time/examples/basic-time.example.html +1 -1
  285. package/src/surfaces/checkout/components/Tooltip/examples/basic-tooltip.example.html +9 -0
  286. package/src/surfaces/checkout/components/{Option.d.ts → Tooltip.d.ts} +9 -7
  287. package/src/surfaces/checkout/components/components-shared.d.ts +631 -275
  288. package/src/surfaces/checkout/components/components.d.ts +1013 -501
  289. package/src/surfaces/checkout/preact/api.ts +4 -0
  290. package/src/surfaces/checkout/preact/subscription.ts +9 -8
  291. package/src/surfaces/checkout/preact/tests/buyer-identity.test.tsx +2 -3
  292. package/src/surfaces/checkout/preact/tests/mount.tsx +3 -3
  293. package/src/surfaces/checkout/shared.ts +37 -3
  294. package/src/surfaces/checkout.ts +3 -1
  295. package/src/surfaces/customer-account/api/shared.ts +2 -1
  296. package/src/surfaces/point-of-sale/components/Banner.d.ts +11 -2
  297. package/src/surfaces/point-of-sale/components/Button.d.ts +29 -4
  298. package/{build/ts/surfaces/point-of-sale/components/Navigator.d.ts → src/surfaces/point-of-sale/components/Divider.d.ts} +7 -10
  299. package/src/surfaces/point-of-sale/components/Page.d.ts +4 -4
  300. package/src/surfaces/point-of-sale/components/QrCode.d.ts +43 -0
  301. package/src/surfaces/point-of-sale/components/ScrollBox.d.ts +93 -2
  302. package/src/surfaces/point-of-sale/components/components-shared.d.ts +14 -0
  303. package/src/surfaces/point-of-sale/components/targets/ReceiptComponents.ts +1 -1
  304. package/src/surfaces/point-of-sale/components.d.ts +506 -336
  305. package/build/ts/surfaces/checkout/components/NumberField.d.ts +0 -85
  306. package/build/ts/surfaces/checkout/components/PasswordField.d.ts +0 -84
  307. package/build/ts/surfaces/customer-account/components/NumberField.d.ts +0 -85
  308. package/build/ts/surfaces/customer-account/components/PasswordField.d.ts +0 -84
  309. package/build/ts/surfaces/point-of-sale/components/Screen.d.ts +0 -91
  310. package/build/ts/surfaces/point-of-sale/components/shared.d.ts +0 -76
  311. package/src/surfaces/checkout/components/DropZone/examples/basic-dropzone.example.html +0 -1
  312. package/src/surfaces/checkout/components/EmailField/examples/basic-emailfield.example.html +0 -4
  313. package/src/surfaces/checkout/components/NumberField.d.ts +0 -85
  314. package/src/surfaces/checkout/components/PasswordField.d.ts +0 -84
  315. package/src/surfaces/checkout/components/PhoneField/examples/basic-phonefield.example.html +0 -2
  316. package/src/surfaces/point-of-sale/components/Screen.d.ts +0 -91
  317. package/src/surfaces/point-of-sale/components/shared.d.ts +0 -76
  318. /package/src/surfaces/checkout/components/ClipboardItem/examples/{basic-clipboarditem.example.html → basic-clipboard-item.example.html} +0 -0
  319. /package/src/surfaces/checkout/components/OrderedList/examples/{basic-orderedlist.example.html → basic-ordered-list.example.html} +0 -0
  320. /package/src/surfaces/checkout/components/PaymentIcon/examples/{basic-paymenticon.example.html → basic-payment-icon.example.html} +0 -0
  321. /package/src/surfaces/checkout/components/QRCode/examples/{basic-qrcode.example.html → basic-qr-code.example.html} +0 -0
  322. /package/src/surfaces/checkout/components/TextArea/examples/{basic-textarea.example.html → basic-text-area.example.html} +0 -0
  323. /package/src/surfaces/checkout/components/TextField/examples/{basic-textfield.example.html → basic-text-field.example.html} +0 -0
  324. /package/src/surfaces/checkout/components/UnorderedList/examples/{basic-unorderedlist.example.html → basic-unordered-list.example.html} +0 -0
@@ -2145,6 +2145,20 @@ export interface DateSpinnerProps
2145
2145
  */
2146
2146
  onChange?: (event: Event) => void;
2147
2147
  }
2148
+ export interface DividerProps extends GlobalProps {
2149
+ /**
2150
+ * Specify the direction of the divider. This uses [logical properties](https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_logical_properties_and_values).
2151
+ *
2152
+ * @default 'inline'
2153
+ */
2154
+ direction?: 'inline' | 'block';
2155
+ /**
2156
+ * Modify the color to be more or less intense.
2157
+ *
2158
+ * @default 'base'
2159
+ */
2160
+ color?: ColorKeyword;
2161
+ }
2148
2162
  export interface EmailFieldProps
2149
2163
  extends GlobalProps,
2150
2164
  BaseTextFieldProps,
@@ -3126,14 +3140,39 @@ interface CallbackEvent<T extends keyof HTMLElementTagNameMap> {
3126
3140
 
3127
3141
  declare const tagName$t = 's-button';
3128
3142
  interface ButtonJSXProps
3129
- extends Pick<
3130
- ButtonProps,
3131
- 'disabled' | 'command' | 'commandFor' | 'loading' | 'tone' | 'variant'
3132
- > {
3143
+ extends Pick<ButtonProps, 'disabled' | 'command' | 'commandFor' | 'loading'> {
3144
+ /**
3145
+ * Sets the action the `commandFor` should take when this clickable is activated.
3146
+ *
3147
+ * See the documentation of particular components for the actions they support.
3148
+ *
3149
+ * - `--auto`: a default action for the target component.
3150
+ * - `--show`: shows the target component.
3151
+ * - `--hide`: hides the target component.
3152
+ * - `--toggle`: toggles the target component.
3153
+ *
3154
+ * @default '--auto'
3155
+ *
3156
+ * @see https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button#command
3157
+ */
3158
+ command?: Extract<
3159
+ ButtonProps['command'],
3160
+ '--auto' | '--show' | '--hide' | '--toggle'
3161
+ >;
3162
+ /**
3163
+ * Sets the tone of the Button, based on the intention of the information being conveyed.
3164
+ *
3165
+ * @default 'auto'
3166
+ */
3133
3167
  tone?: Extract<
3134
3168
  ButtonProps['tone'],
3135
3169
  'auto' | 'critical' | 'neutral' | 'warning' | 'caution'
3136
3170
  >;
3171
+ /**
3172
+ * Changes the visual appearance of the Button.
3173
+ *
3174
+ * @default 'auto' - the variant is automatically determined by the Button's context
3175
+ */
3137
3176
  variant?: Extract<ButtonProps['variant'], 'primary' | 'secondary'>;
3138
3177
  onClick?: (event: CallbackEvent<typeof tagName$t>) => void;
3139
3178
  children?: ComponentChildren;
@@ -3175,8 +3214,92 @@ declare module 'preact' {
3175
3214
  }
3176
3215
  }
3177
3216
 
3217
+ type PaddingKeyword$2 = SizeKeyword | 'none';
3178
3218
  declare const tagName$r = 's-scroll-box';
3179
- interface ScrollBoxJSXProps extends Pick<ScrollBoxProps, 'id'> {
3219
+ interface ScrollBoxJSXProps
3220
+ extends Pick<
3221
+ ScrollBoxProps,
3222
+ | 'id'
3223
+ | 'blockSize'
3224
+ | 'minBlockSize'
3225
+ | 'maxBlockSize'
3226
+ | 'inlineSize'
3227
+ | 'minInlineSize'
3228
+ | 'maxInlineSize'
3229
+ > {
3230
+ /**
3231
+ * Adjust the padding of all edges.
3232
+ *
3233
+ * [1-to-4-value syntax](https://developer.mozilla.org/en-US/docs/Web/CSS/Shorthand_properties#edges_of_a_box) is
3234
+ * supported. Note that, contrary to the CSS, it uses flow-relative values and the order is:
3235
+ *
3236
+ * - 4 values: `block-start inline-end block-end inline-start`
3237
+ * - 3 values: `block-start inline block-end`
3238
+ * - 2 values: `block inline`
3239
+ *
3240
+ * For example:
3241
+ * - `large` means block-start, inline-end, block-end and inline-start paddings are `large`.
3242
+ * - `large none` means block-start and block-end paddings are `large`, inline-start and inline-end paddings are `none`.
3243
+ * - `large none large` means block-start padding is `large`, inline-end padding is `none`, block-end padding is `large` and inline-start padding is `none`.
3244
+ * - `large none large small` means block-start padding is `large`, inline-end padding is `none`, block-end padding is `large` and inline-start padding is `small`.
3245
+ *
3246
+ * A padding value of `auto` will use the default padding for the closest container that has had its usual padding removed.
3247
+ *
3248
+ * @default 'none'
3249
+ */
3250
+ padding?: MaybeAllValuesShorthandProperty<PaddingKeyword$2>;
3251
+ /**
3252
+ * Adjust the block-padding.
3253
+ *
3254
+ * - `large none` means block-start padding is `large`, block-end padding is `none`.
3255
+ *
3256
+ * This overrides the block value of `padding`.
3257
+ *
3258
+ * @default '' - meaning no override
3259
+ */
3260
+ paddingBlock?: MaybeTwoValuesShorthandProperty<PaddingKeyword$2 | ''>;
3261
+ /**
3262
+ * Adjust the block-start padding.
3263
+ *
3264
+ * This overrides the block-start value of `paddingBlock`.
3265
+ *
3266
+ * @default '' - meaning no override
3267
+ */
3268
+ paddingBlockStart?: PaddingKeyword$2 | '';
3269
+ /**
3270
+ * Adjust the block-end padding.
3271
+ *
3272
+ * This overrides the block-end value of `paddingBlock`.
3273
+ *
3274
+ * @default '' - meaning no override
3275
+ */
3276
+ paddingBlockEnd?: PaddingKeyword$2 | '';
3277
+ /**
3278
+ * Adjust the inline padding.
3279
+ *
3280
+ * - `large none` means inline-start padding is `large`, inline-end padding is `none`.
3281
+ *
3282
+ * This overrides the inline value of `padding`.
3283
+ *
3284
+ * @default '' - meaning no override
3285
+ */
3286
+ paddingInline?: MaybeTwoValuesShorthandProperty<PaddingKeyword$2 | ''>;
3287
+ /**
3288
+ * Adjust the inline-start padding.
3289
+ *
3290
+ * This overrides the inline-start value of `paddingInline`.
3291
+ *
3292
+ * @default '' - meaning no override
3293
+ */
3294
+ paddingInlineStart?: PaddingKeyword$2 | '';
3295
+ /**
3296
+ * Adjust the inline-end padding.
3297
+ *
3298
+ * This overrides the inline-end value of `paddingInline`.
3299
+ *
3300
+ * @default '' - meaning no override
3301
+ */
3302
+ paddingInlineEnd?: PaddingKeyword$2 | '';
3180
3303
  children?: ComponentChildren;
3181
3304
  }
3182
3305
  declare global {
@@ -3214,110 +3337,40 @@ declare module 'preact' {
3214
3337
  }
3215
3338
  }
3216
3339
 
3217
- declare const tagName$p = 's-navigator';
3218
- interface NavigatorJSXProps {
3219
- initialScreenName?: string;
3220
- children?: React.ReactNode;
3221
- }
3222
- declare global {
3223
- interface HTMLElementTagNameMap {
3224
- [tagName$p]: NavigatorJSXProps;
3225
- }
3226
- }
3227
- declare module 'preact' {
3228
- namespace createElement.JSX {
3229
- interface IntrinsicElements {
3230
- [tagName$p]: NavigatorJSXProps &
3231
- BaseElementPropsWithChildren<NavigatorJSXProps>;
3232
- }
3233
- }
3234
- }
3235
-
3236
- declare const tagName$o = 's-screen';
3237
- interface ScreenJSXProps {
3238
- /**
3239
- * Used to identify this screen as a destination in the navigation stack.
3240
- */
3241
- name: string;
3242
- /**
3243
- * The title of the screen which will be displayed on the UI.
3244
- */
3245
- title: string;
3340
+ declare const tagName$p = 's-banner';
3341
+ interface BannerJSXProps extends Pick<BannerProps, 'heading' | 'id'> {
3246
3342
  /**
3247
- * Displays a loading indicator when `true`.
3248
- * Set this to `true` when performing an asynchronous task, and then to false when the data becomes available to the UI.
3249
- */
3250
- isLoading?: boolean;
3251
- /**
3252
- * Dictates how the `Screen` will be presented when navigated to.
3253
- */
3254
- presentation?: ScreenPresentationProps;
3255
- /**
3256
- * Displays a secondary action button on the screen.
3257
- */
3258
- secondaryActions?: ComponentChild;
3259
- /**
3260
- * Triggered when the screen is navigated to.
3261
- */
3262
- onNavigate?: () => void;
3263
- /**
3264
- * Triggered when the user navigates back from this screen. Runs after screen is unmounted.
3343
+ * Determines whether the banner is hidden.
3265
3344
  */
3266
- onNavigateBack?: () => void;
3345
+ hidden?: BannerProps['hidden'];
3267
3346
  /**
3268
- * A callback that gets triggered when the navigation event completes and the screen receives the parameters.
3269
- */
3270
- onReceiveParams?: (params: any) => void;
3271
- children?: React.ReactNode;
3272
- }
3273
- /** Represents the presentation of a screen in the navigation stack.
3274
- * @property `sheet` displays the screen from the bottom on `navigate` when `true`.
3275
- */
3276
- interface ScreenPresentationProps {
3277
- /**
3278
- * Displays the screen from the bottom on `navigate` when `true`.
3347
+ * Sets the tone of the Banner, based on the intention of the information being conveyed.
3279
3348
  */
3280
- sheet?: boolean;
3281
- }
3282
- declare global {
3283
- interface HTMLElementTagNameMap {
3284
- [tagName$o]: ScreenJSXProps;
3285
- }
3286
- }
3287
- declare module 'preact' {
3288
- namespace createElement.JSX {
3289
- interface IntrinsicElements {
3290
- [tagName$o]: Omit<ScreenJSXProps, 'secondaryActions'> &
3291
- BaseElementPropsWithChildren<Omit<ScreenJSXProps, 'secondaryActions'>>;
3292
- }
3293
- }
3294
- }
3295
-
3296
- declare const tagName$n = 's-banner';
3297
- interface BannerJSXProps
3298
- extends Pick<BannerProps, 'heading' | 'hidden' | 'tone' | 'id'> {
3299
3349
  tone?: Extract<
3300
3350
  BannerProps['tone'],
3301
3351
  'success' | 'info' | 'warning' | 'critical'
3302
3352
  >;
3353
+ /**
3354
+ * The action taken when the Banner is pressed.
3355
+ */
3303
3356
  primaryAction?: ComponentChild;
3304
3357
  children?: ComponentChildren;
3305
3358
  }
3306
3359
  declare global {
3307
3360
  interface HTMLElementTagNameMap {
3308
- [tagName$n]: BannerJSXProps;
3361
+ [tagName$p]: BannerJSXProps;
3309
3362
  }
3310
3363
  }
3311
3364
  declare module 'preact' {
3312
3365
  namespace createElement.JSX {
3313
3366
  interface IntrinsicElements {
3314
- [tagName$n]: Omit<BannerJSXProps, 'primaryAction'> &
3367
+ [tagName$p]: Omit<BannerJSXProps, 'primaryAction'> &
3315
3368
  BaseElementPropsWithChildren<Omit<BannerJSXProps, 'primaryAction'>>;
3316
3369
  }
3317
3370
  }
3318
3371
  }
3319
3372
 
3320
- declare const tagName$m = 's-box';
3373
+ declare const tagName$o = 's-box';
3321
3374
  type PaddingKeyword$1 = SizeKeyword | 'none';
3322
3375
  interface BoxJSXProps
3323
3376
  extends Pick<
@@ -3406,18 +3459,18 @@ interface BoxJSXProps
3406
3459
  }
3407
3460
  declare global {
3408
3461
  interface HTMLElementTagNameMap {
3409
- [tagName$m]: BoxJSXProps;
3462
+ [tagName$o]: BoxJSXProps;
3410
3463
  }
3411
3464
  }
3412
3465
  declare module 'preact' {
3413
3466
  namespace createElement.JSX {
3414
3467
  interface IntrinsicElements {
3415
- [tagName$m]: BoxJSXProps & BaseElementPropsWithChildren<BoxJSXProps>;
3468
+ [tagName$o]: BoxJSXProps & BaseElementPropsWithChildren<BoxJSXProps>;
3416
3469
  }
3417
3470
  }
3418
3471
  }
3419
3472
 
3420
- declare const tagName$l = 's-icon';
3473
+ declare const tagName$n = 's-icon';
3421
3474
  type SupportedIconNames = Extract<
3422
3475
  IconProps['type'],
3423
3476
  | 'alert-circle'
@@ -3555,18 +3608,18 @@ interface IconJSXProps extends Pick<IconProps, 'tone' | 'color' | 'size'> {
3555
3608
  }
3556
3609
  declare global {
3557
3610
  interface HTMLElementTagNameMap {
3558
- [tagName$l]: IconJSXProps;
3611
+ [tagName$n]: IconJSXProps;
3559
3612
  }
3560
3613
  }
3561
3614
  declare module 'preact' {
3562
3615
  namespace createElement.JSX {
3563
3616
  interface IntrinsicElements {
3564
- [tagName$l]: IconJSXProps & BaseElementProps<IconJSXProps>;
3617
+ [tagName$n]: IconJSXProps & BaseElementProps<IconJSXProps>;
3565
3618
  }
3566
3619
  }
3567
3620
  }
3568
3621
 
3569
- declare const tagName$k = 's-stack';
3622
+ declare const tagName$m = 's-stack';
3570
3623
  type PaddingKeyword = SizeKeyword | 'none';
3571
3624
  type PickedProps$2 = Pick<
3572
3625
  StackProps,
@@ -3707,18 +3760,18 @@ interface StackJSXProps extends PickedProps$2 {
3707
3760
  }
3708
3761
  declare global {
3709
3762
  interface HTMLElementTagNameMap {
3710
- [tagName$k]: StackJSXProps;
3763
+ [tagName$m]: StackJSXProps;
3711
3764
  }
3712
3765
  }
3713
3766
  declare module 'preact' {
3714
3767
  namespace createElement.JSX {
3715
3768
  interface IntrinsicElements {
3716
- [tagName$k]: StackJSXProps & BaseElementPropsWithChildren<StackJSXProps>;
3769
+ [tagName$m]: StackJSXProps & BaseElementPropsWithChildren<StackJSXProps>;
3717
3770
  }
3718
3771
  }
3719
3772
  }
3720
3773
 
3721
- declare const tagName$j = 's-badge';
3774
+ declare const tagName$l = 's-badge';
3722
3775
  interface BadgeJSXProps extends Pick<BadgeProps, 'id'> {
3723
3776
  tone?: Extract<
3724
3777
  BadgeProps['tone'],
@@ -3728,74 +3781,74 @@ interface BadgeJSXProps extends Pick<BadgeProps, 'id'> {
3728
3781
  }
3729
3782
  declare global {
3730
3783
  interface HTMLElementTagNameMap {
3731
- [tagName$j]: BadgeJSXProps;
3784
+ [tagName$l]: BadgeJSXProps;
3732
3785
  }
3733
3786
  }
3734
3787
  declare module 'preact' {
3735
3788
  namespace createElement.JSX {
3736
3789
  interface IntrinsicElements {
3737
- [tagName$j]: BadgeJSXProps & BaseElementPropsWithChildren<BadgeJSXProps>;
3790
+ [tagName$l]: BadgeJSXProps & BaseElementPropsWithChildren<BadgeJSXProps>;
3738
3791
  }
3739
3792
  }
3740
3793
  }
3741
3794
 
3742
- declare const tagName$i = 's-choice-list';
3795
+ declare const tagName$k = 's-choice-list';
3743
3796
  interface ChoiceListJSXProps
3744
3797
  extends Pick<ChoiceListProps, 'values' | 'multiple'> {
3745
- onChange?: ((event: CallbackEvent<typeof tagName$i>) => void) | null;
3746
- onInput?: ((event: CallbackEvent<typeof tagName$i>) => void) | null;
3798
+ onChange?: ((event: CallbackEvent<typeof tagName$k>) => void) | null;
3799
+ onInput?: ((event: CallbackEvent<typeof tagName$k>) => void) | null;
3747
3800
  children?: ComponentChildren;
3748
3801
  }
3749
3802
  declare global {
3750
3803
  interface HTMLElementTagNameMap {
3751
- [tagName$i]: ChoiceListJSXProps;
3804
+ [tagName$k]: ChoiceListJSXProps;
3752
3805
  }
3753
3806
  }
3754
3807
  declare module 'preact' {
3755
3808
  namespace createElement.JSX {
3756
3809
  interface IntrinsicElements {
3757
- [tagName$i]: ChoiceListJSXProps &
3810
+ [tagName$k]: ChoiceListJSXProps &
3758
3811
  BaseElementPropsWithChildren<ChoiceListJSXProps>;
3759
3812
  }
3760
3813
  }
3761
3814
  }
3762
3815
 
3763
- declare const tagName$h = 's-choice';
3816
+ declare const tagName$j = 's-choice';
3764
3817
  interface ChoiceJSXProps
3765
3818
  extends Pick<ChoiceProps, 'value' | 'disabled' | 'selected'> {
3766
3819
  children?: ComponentChildren;
3767
3820
  }
3768
3821
  declare global {
3769
3822
  interface HTMLElementTagNameMap {
3770
- [tagName$h]: ChoiceJSXProps;
3823
+ [tagName$j]: ChoiceJSXProps;
3771
3824
  }
3772
3825
  }
3773
3826
  declare module 'preact' {
3774
3827
  namespace createElement.JSX {
3775
3828
  interface IntrinsicElements {
3776
- [tagName$h]: ChoiceJSXProps &
3829
+ [tagName$j]: ChoiceJSXProps &
3777
3830
  BaseElementPropsWithChildren<ChoiceJSXProps>;
3778
3831
  }
3779
3832
  }
3780
3833
  }
3781
3834
 
3782
- declare const tagName$g = 's-modal';
3835
+ declare const tagName$i = 's-modal';
3783
3836
  interface ModalJSXProps extends Pick<ModalProps, 'id' | 'heading'> {
3784
3837
  primaryAction?: ComponentChild;
3785
3838
  secondaryActions?: ComponentChild;
3786
- onHide?: (event: CallbackEvent<typeof tagName$g>) => void | null;
3787
- onShow?: (event: CallbackEvent<typeof tagName$g>) => void | null;
3839
+ onHide?: (event: CallbackEvent<typeof tagName$i>) => void | null;
3840
+ onShow?: (event: CallbackEvent<typeof tagName$i>) => void | null;
3788
3841
  children?: ReactNode;
3789
3842
  }
3790
3843
  declare global {
3791
3844
  interface HTMLElementTagNameMap {
3792
- [tagName$g]: ModalJSXProps;
3845
+ [tagName$i]: ModalJSXProps;
3793
3846
  }
3794
3847
  }
3795
3848
  declare module 'preact' {
3796
3849
  namespace createElement.JSX {
3797
3850
  interface IntrinsicElements {
3798
- [tagName$g]: Omit<ModalJSXProps, 'primaryAction' | 'secondaryActions'> &
3851
+ [tagName$i]: Omit<ModalJSXProps, 'primaryAction' | 'secondaryActions'> &
3799
3852
  BaseElementPropsWithChildren<
3800
3853
  Omit<ModalJSXProps, 'primaryAction' | 'secondaryActions'>
3801
3854
  >;
@@ -3803,7 +3856,7 @@ declare module 'preact' {
3803
3856
  }
3804
3857
  }
3805
3858
 
3806
- declare const tagName$f = 's-text-field';
3859
+ declare const tagName$h = 's-text-field';
3807
3860
  interface TextFieldJSXProps
3808
3861
  extends Pick<
3809
3862
  TextFieldProps,
@@ -3816,49 +3869,49 @@ interface TextFieldJSXProps
3816
3869
  | 'required'
3817
3870
  | 'maxLength'
3818
3871
  > {
3819
- onInput?: ((event: CallbackEvent<typeof tagName$f>) => void) | null;
3820
- onFocus?: ((event: CallbackEvent<typeof tagName$f>) => void) | null;
3821
- onBlur?: ((event: CallbackEvent<typeof tagName$f>) => void) | null;
3822
- onChange?: ((event: CallbackEvent<typeof tagName$f>) => void) | null;
3872
+ onInput?: ((event: CallbackEvent<typeof tagName$h>) => void) | null;
3873
+ onFocus?: ((event: CallbackEvent<typeof tagName$h>) => void) | null;
3874
+ onBlur?: ((event: CallbackEvent<typeof tagName$h>) => void) | null;
3875
+ onChange?: ((event: CallbackEvent<typeof tagName$h>) => void) | null;
3823
3876
  accessory?: ComponentChild;
3824
3877
  }
3825
3878
  declare global {
3826
3879
  interface HTMLElementTagNameMap {
3827
- [tagName$f]: TextFieldJSXProps;
3880
+ [tagName$h]: TextFieldJSXProps;
3828
3881
  }
3829
3882
  }
3830
3883
  declare module 'preact' {
3831
3884
  namespace createElement.JSX {
3832
3885
  interface IntrinsicElements {
3833
- [tagName$f]: Omit<TextFieldJSXProps, 'accessory'> &
3886
+ [tagName$h]: Omit<TextFieldJSXProps, 'accessory'> &
3834
3887
  BaseElementPropsWithChildren<Omit<TextFieldJSXProps, 'accessory'>>;
3835
3888
  }
3836
3889
  }
3837
3890
  }
3838
3891
 
3839
- declare const tagName$e = 's-search-field';
3892
+ declare const tagName$g = 's-search-field';
3840
3893
  interface SearchFieldJSXProps
3841
3894
  extends Pick<SearchFieldProps, 'disabled' | 'placeholder' | 'value'> {
3842
- onFocus?: ((event: CallbackEvent<typeof tagName$e>) => void) | null;
3843
- onBlur?: ((event: CallbackEvent<typeof tagName$e>) => void) | null;
3844
- onInput?: ((event: CallbackEvent<typeof tagName$e>) => void) | null;
3845
- onChange?: ((event: CallbackEvent<typeof tagName$e>) => void) | null;
3895
+ onFocus?: ((event: CallbackEvent<typeof tagName$g>) => void) | null;
3896
+ onBlur?: ((event: CallbackEvent<typeof tagName$g>) => void) | null;
3897
+ onInput?: ((event: CallbackEvent<typeof tagName$g>) => void) | null;
3898
+ onChange?: ((event: CallbackEvent<typeof tagName$g>) => void) | null;
3846
3899
  }
3847
3900
  declare global {
3848
3901
  interface HTMLElementTagNameMap {
3849
- [tagName$e]: SearchFieldJSXProps;
3902
+ [tagName$g]: SearchFieldJSXProps;
3850
3903
  }
3851
3904
  }
3852
3905
  declare module 'preact' {
3853
3906
  namespace createElement.JSX {
3854
3907
  interface IntrinsicElements {
3855
- [tagName$e]: SearchFieldJSXProps &
3908
+ [tagName$g]: SearchFieldJSXProps &
3856
3909
  BaseElementPropsWithChildren<SearchFieldJSXProps>;
3857
3910
  }
3858
3911
  }
3859
3912
  }
3860
3913
 
3861
- declare const tagName$d = 's-email-field';
3914
+ declare const tagName$f = 's-email-field';
3862
3915
  interface EmailFieldJSXProps
3863
3916
  extends Pick<
3864
3917
  EmailFieldProps,
@@ -3871,46 +3924,46 @@ interface EmailFieldJSXProps
3871
3924
  | 'maxLength'
3872
3925
  | 'details'
3873
3926
  > {
3874
- onInput?: ((event: CallbackEvent<typeof tagName$d>) => void) | null;
3875
- onFocus?: ((event: CallbackEvent<typeof tagName$d>) => void) | null;
3876
- onBlur?: ((event: CallbackEvent<typeof tagName$d>) => void) | null;
3877
- onChange?: ((event: CallbackEvent<typeof tagName$d>) => void) | null;
3927
+ onInput?: ((event: CallbackEvent<typeof tagName$f>) => void) | null;
3928
+ onFocus?: ((event: CallbackEvent<typeof tagName$f>) => void) | null;
3929
+ onBlur?: ((event: CallbackEvent<typeof tagName$f>) => void) | null;
3930
+ onChange?: ((event: CallbackEvent<typeof tagName$f>) => void) | null;
3878
3931
  accessory?: ComponentChild;
3879
3932
  }
3880
3933
  declare global {
3881
3934
  interface HTMLElementTagNameMap {
3882
- [tagName$d]: EmailFieldJSXProps;
3935
+ [tagName$f]: EmailFieldJSXProps;
3883
3936
  }
3884
3937
  }
3885
3938
  declare module 'preact' {
3886
3939
  namespace createElement.JSX {
3887
3940
  interface IntrinsicElements {
3888
- [tagName$d]: Omit<EmailFieldJSXProps, 'accessory'> &
3941
+ [tagName$f]: Omit<EmailFieldJSXProps, 'accessory'> &
3889
3942
  BaseElementPropsWithChildren<Omit<EmailFieldJSXProps, 'accessory'>>;
3890
3943
  }
3891
3944
  }
3892
3945
  }
3893
3946
 
3894
- declare const tagName$c = 's-clickable';
3947
+ declare const tagName$e = 's-clickable';
3895
3948
  interface ClickableJSXProps extends Pick<ClickableProps, 'disabled'> {
3896
3949
  children?: ComponentChildren;
3897
- onClick?: (event: CallbackEvent<typeof tagName$c>) => void;
3950
+ onClick?: (event: CallbackEvent<typeof tagName$e>) => void;
3898
3951
  }
3899
3952
  declare global {
3900
3953
  interface HTMLElementTagNameMap {
3901
- [tagName$c]: ClickableJSXProps;
3954
+ [tagName$e]: ClickableJSXProps;
3902
3955
  }
3903
3956
  }
3904
3957
  declare module 'preact' {
3905
3958
  namespace createElement.JSX {
3906
3959
  interface IntrinsicElements {
3907
- [tagName$c]: ClickableJSXProps &
3960
+ [tagName$e]: ClickableJSXProps &
3908
3961
  BaseElementPropsWithChildren<ClickableJSXProps>;
3909
3962
  }
3910
3963
  }
3911
3964
  }
3912
3965
 
3913
- declare const tagName$b = 's-text-area';
3966
+ declare const tagName$d = 's-text-area';
3914
3967
  interface TextAreaJSXProps
3915
3968
  extends Pick<
3916
3969
  TextAreaProps,
@@ -3924,27 +3977,27 @@ interface TextAreaJSXProps
3924
3977
  | 'maxLength'
3925
3978
  | 'rows'
3926
3979
  > {
3927
- onInput?: ((event: CallbackEvent<typeof tagName$b>) => void) | null;
3928
- onFocus?: ((event: CallbackEvent<typeof tagName$b>) => void) | null;
3929
- onBlur?: ((event: CallbackEvent<typeof tagName$b>) => void) | null;
3930
- onChange?: ((event: CallbackEvent<typeof tagName$b>) => void) | null;
3980
+ onInput?: ((event: CallbackEvent<typeof tagName$d>) => void) | null;
3981
+ onFocus?: ((event: CallbackEvent<typeof tagName$d>) => void) | null;
3982
+ onBlur?: ((event: CallbackEvent<typeof tagName$d>) => void) | null;
3983
+ onChange?: ((event: CallbackEvent<typeof tagName$d>) => void) | null;
3931
3984
  accessory?: ComponentChild;
3932
3985
  }
3933
3986
  declare global {
3934
3987
  interface HTMLElementTagNameMap {
3935
- [tagName$b]: TextAreaJSXProps;
3988
+ [tagName$d]: TextAreaJSXProps;
3936
3989
  }
3937
3990
  }
3938
3991
  declare module 'preact' {
3939
3992
  namespace createElement.JSX {
3940
3993
  interface IntrinsicElements {
3941
- [tagName$b]: Omit<TextAreaJSXProps, 'accessory'> &
3994
+ [tagName$d]: Omit<TextAreaJSXProps, 'accessory'> &
3942
3995
  BaseElementPropsWithChildren<Omit<TextAreaJSXProps, 'accessory'>>;
3943
3996
  }
3944
3997
  }
3945
3998
  }
3946
3999
 
3947
- declare const tagName$a = 's-number-field';
4000
+ declare const tagName$c = 's-number-field';
3948
4001
  interface PickedJSXProps
3949
4002
  extends Pick<
3950
4003
  NumberFieldProps,
@@ -3960,10 +4013,10 @@ interface PickedJSXProps
3960
4013
  | 'controls'
3961
4014
  > {
3962
4015
  inputMode?: Extract<NumberFieldProps['inputMode'], 'decimal' | 'numeric'>;
3963
- onInput?: ((event: CallbackEvent<typeof tagName$a>) => void) | null;
3964
- onFocus?: ((event: CallbackEvent<typeof tagName$a>) => void) | null;
3965
- onBlur?: ((event: CallbackEvent<typeof tagName$a>) => void) | null;
3966
- onChange?: ((event: CallbackEvent<typeof tagName$a>) => void) | null;
4016
+ onInput?: ((event: CallbackEvent<typeof tagName$c>) => void) | null;
4017
+ onFocus?: ((event: CallbackEvent<typeof tagName$c>) => void) | null;
4018
+ onBlur?: ((event: CallbackEvent<typeof tagName$c>) => void) | null;
4019
+ onChange?: ((event: CallbackEvent<typeof tagName$c>) => void) | null;
3967
4020
  accessory?: ComponentChild;
3968
4021
  }
3969
4022
  interface NumberFieldJSXProps extends PickedJSXProps {
@@ -4037,87 +4090,87 @@ interface NumberFieldJSXProps extends PickedJSXProps {
4037
4090
  }
4038
4091
  declare global {
4039
4092
  interface HTMLElementTagNameMap {
4040
- [tagName$a]: NumberFieldJSXProps;
4093
+ [tagName$c]: NumberFieldJSXProps;
4041
4094
  }
4042
4095
  }
4043
4096
  declare module 'preact' {
4044
4097
  namespace createElement.JSX {
4045
4098
  interface IntrinsicElements {
4046
- [tagName$a]: Omit<NumberFieldJSXProps, 'accessory'> &
4099
+ [tagName$c]: Omit<NumberFieldJSXProps, 'accessory'> &
4047
4100
  BaseElementPropsWithChildren<Omit<NumberFieldJSXProps, 'accessory'>>;
4048
4101
  }
4049
4102
  }
4050
4103
  }
4051
4104
 
4052
- declare const tagName$9 = 's-date-field';
4105
+ declare const tagName$b = 's-date-field';
4053
4106
  interface DateFieldJSXProps
4054
4107
  extends Pick<
4055
4108
  DateFieldProps,
4056
4109
  'label' | 'details' | 'value' | 'disabled' | 'error'
4057
4110
  > {
4058
- onInput?: ((event: CallbackEvent<typeof tagName$9>) => void) | null;
4059
- onFocus?: ((event: CallbackEvent<typeof tagName$9>) => void) | null;
4060
- onBlur?: ((event: CallbackEvent<typeof tagName$9>) => void) | null;
4061
- onChange?: ((event: CallbackEvent<typeof tagName$9>) => void) | null;
4111
+ onInput?: ((event: CallbackEvent<typeof tagName$b>) => void) | null;
4112
+ onFocus?: ((event: CallbackEvent<typeof tagName$b>) => void) | null;
4113
+ onBlur?: ((event: CallbackEvent<typeof tagName$b>) => void) | null;
4114
+ onChange?: ((event: CallbackEvent<typeof tagName$b>) => void) | null;
4062
4115
  accessory?: ComponentChild;
4063
4116
  }
4064
4117
  declare global {
4065
4118
  interface HTMLElementTagNameMap {
4066
- [tagName$9]: DateFieldJSXProps;
4119
+ [tagName$b]: DateFieldJSXProps;
4067
4120
  }
4068
4121
  }
4069
4122
  declare module 'preact' {
4070
4123
  namespace createElement.JSX {
4071
4124
  interface IntrinsicElements {
4072
- [tagName$9]: Omit<DateFieldJSXProps, 'accessory'> &
4125
+ [tagName$b]: Omit<DateFieldJSXProps, 'accessory'> &
4073
4126
  BaseElementPropsWithChildren<Omit<DateFieldJSXProps, 'accessory'>>;
4074
4127
  }
4075
4128
  }
4076
4129
  }
4077
4130
 
4078
- declare const tagName$8 = 's-date-picker';
4131
+ declare const tagName$a = 's-date-picker';
4079
4132
  interface DatePickerJSXProps extends Pick<DatePickerProps, 'id' | 'value'> {
4080
- onBlur?: (event: CallbackEvent<typeof tagName$8>) => void | null;
4081
- onFocus?: (event: CallbackEvent<typeof tagName$8>) => void | null;
4082
- onChange?: (event: CallbackEvent<typeof tagName$8>) => void | null;
4083
- onInput?: (event: CallbackEvent<typeof tagName$8>) => void | null;
4133
+ onBlur?: (event: CallbackEvent<typeof tagName$a>) => void | null;
4134
+ onFocus?: (event: CallbackEvent<typeof tagName$a>) => void | null;
4135
+ onChange?: (event: CallbackEvent<typeof tagName$a>) => void | null;
4136
+ onInput?: (event: CallbackEvent<typeof tagName$a>) => void | null;
4084
4137
  }
4085
4138
  declare global {
4086
4139
  interface HTMLElementTagNameMap {
4087
- [tagName$8]: DatePickerJSXProps;
4140
+ [tagName$a]: DatePickerJSXProps;
4088
4141
  }
4089
4142
  }
4090
4143
  declare module 'preact' {
4091
4144
  namespace createElement.JSX {
4092
4145
  interface IntrinsicElements {
4093
- [tagName$8]: DatePickerJSXProps &
4146
+ [tagName$a]: DatePickerJSXProps &
4094
4147
  BaseElementPropsWithChildren<DatePickerJSXProps>;
4095
4148
  }
4096
4149
  }
4097
4150
  }
4098
4151
 
4099
- declare const tagName$7 = 's-date-spinner';
4152
+ declare const tagName$9 = 's-date-spinner';
4100
4153
  interface DateSpinnerJSXProps extends Pick<DateSpinnerProps, 'id' | 'value'> {
4101
- onBlur?: (event: CallbackEvent<typeof tagName$7>) => void | null;
4102
- onFocus?: (event: CallbackEvent<typeof tagName$7>) => void | null;
4103
- onChange?: (event: CallbackEvent<typeof tagName$7>) => void | null;
4104
- onInput?: (event: CallbackEvent<typeof tagName$7>) => void | null;
4154
+ onBlur?: (event: CallbackEvent<typeof tagName$9>) => void | null;
4155
+ onFocus?: (event: CallbackEvent<typeof tagName$9>) => void | null;
4156
+ onChange?: (event: CallbackEvent<typeof tagName$9>) => void | null;
4157
+ onInput?: (event: CallbackEvent<typeof tagName$9>) => void | null;
4105
4158
  }
4106
4159
  declare global {
4107
4160
  interface HTMLElementTagNameMap {
4108
- [tagName$7]: DateSpinnerJSXProps;
4161
+ [tagName$9]: DateSpinnerJSXProps;
4109
4162
  }
4110
4163
  }
4111
4164
  declare module 'preact' {
4112
4165
  namespace createElement.JSX {
4113
4166
  interface IntrinsicElements {
4114
- [tagName$7]: DateSpinnerJSXProps &
4167
+ [tagName$9]: DateSpinnerJSXProps &
4115
4168
  BaseElementPropsWithChildren<DateSpinnerJSXProps>;
4116
4169
  }
4117
4170
  }
4118
4171
  }
4119
4172
 
4120
- declare const tagName$6 = 's-section';
4173
+ declare const tagName$8 = 's-section';
4121
4174
  interface SectionJSXProps extends Pick<SectionProps, 'children'> {
4122
4175
  secondaryActions?: ComponentChild;
4123
4176
  /**
@@ -4131,58 +4184,58 @@ interface SectionJSXProps extends Pick<SectionProps, 'children'> {
4131
4184
  }
4132
4185
  declare global {
4133
4186
  interface HTMLElementTagNameMap {
4134
- [tagName$6]: SectionJSXProps;
4187
+ [tagName$8]: SectionJSXProps;
4135
4188
  }
4136
4189
  }
4137
4190
  declare module 'preact' {
4138
4191
  namespace createElement.JSX {
4139
4192
  interface IntrinsicElements {
4140
- [tagName$6]: Omit<SectionJSXProps, 'secondaryActions'> &
4193
+ [tagName$8]: Omit<SectionJSXProps, 'secondaryActions'> &
4141
4194
  BaseElementPropsWithChildren<Omit<SectionJSXProps, 'secondaryActions'>>;
4142
4195
  }
4143
4196
  }
4144
4197
  }
4145
4198
 
4146
- declare const tagName$5 = 's-heading';
4199
+ declare const tagName$7 = 's-heading';
4147
4200
  interface HeadingJSXProps {
4148
4201
  children?: ComponentChildren;
4149
4202
  }
4150
4203
  declare global {
4151
4204
  interface HTMLElementTagNameMap {
4152
- [tagName$5]: HeadingJSXProps;
4205
+ [tagName$7]: HeadingJSXProps;
4153
4206
  }
4154
4207
  }
4155
4208
  declare module 'preact' {
4156
4209
  namespace createElement.JSX {
4157
4210
  interface IntrinsicElements {
4158
- [tagName$5]: HeadingJSXProps &
4211
+ [tagName$7]: HeadingJSXProps &
4159
4212
  BaseElementPropsWithChildren<HeadingJSXProps>;
4160
4213
  }
4161
4214
  }
4162
4215
  }
4163
4216
 
4164
- declare const tagName$4 = 's-time-picker';
4217
+ declare const tagName$6 = 's-time-picker';
4165
4218
  interface TimePickerJSXProps extends Pick<TimePickerProps, 'id' | 'value'> {
4166
- onBlur?: (event: CallbackEvent<typeof tagName$4>) => void | null;
4167
- onFocus?: (event: CallbackEvent<typeof tagName$4>) => void | null;
4168
- onChange?: (event: CallbackEvent<typeof tagName$4>) => void | null;
4169
- onInput?: (event: CallbackEvent<typeof tagName$4>) => void | null;
4219
+ onBlur?: (event: CallbackEvent<typeof tagName$6>) => void | null;
4220
+ onFocus?: (event: CallbackEvent<typeof tagName$6>) => void | null;
4221
+ onChange?: (event: CallbackEvent<typeof tagName$6>) => void | null;
4222
+ onInput?: (event: CallbackEvent<typeof tagName$6>) => void | null;
4170
4223
  }
4171
4224
  declare global {
4172
4225
  interface HTMLElementTagNameMap {
4173
- [tagName$4]: TimePickerJSXProps;
4226
+ [tagName$6]: TimePickerJSXProps;
4174
4227
  }
4175
4228
  }
4176
4229
  declare module 'preact' {
4177
4230
  namespace createElement.JSX {
4178
4231
  interface IntrinsicElements {
4179
- [tagName$4]: TimePickerJSXProps &
4232
+ [tagName$6]: TimePickerJSXProps &
4180
4233
  BaseElementPropsWithChildren<TimePickerJSXProps>;
4181
4234
  }
4182
4235
  }
4183
4236
  }
4184
4237
 
4185
- declare const tagName$3 = 's-image';
4238
+ declare const tagName$5 = 's-image';
4186
4239
  type PickedProps$1 = Pick<ImageProps, 'src' | 'inlineSize' | 'objectFit'>;
4187
4240
  interface ImageJSXProps extends PickedProps$1 {
4188
4241
  children?: ComponentChildren;
@@ -4204,69 +4257,69 @@ interface ImageJSXProps extends PickedProps$1 {
4204
4257
  }
4205
4258
  declare global {
4206
4259
  interface HTMLElementTagNameMap {
4207
- [tagName$3]: ImageJSXProps;
4260
+ [tagName$5]: ImageJSXProps;
4208
4261
  }
4209
4262
  }
4210
4263
  declare module 'preact' {
4211
4264
  namespace createElement.JSX {
4212
4265
  interface IntrinsicElements {
4213
- [tagName$3]: ImageJSXProps & BaseElementPropsWithChildren<ImageJSXProps>;
4266
+ [tagName$5]: ImageJSXProps & BaseElementPropsWithChildren<ImageJSXProps>;
4214
4267
  }
4215
4268
  }
4216
4269
  }
4217
4270
 
4218
- declare const tagName$2 = 's-page';
4271
+ declare const tagName$4 = 's-page';
4219
4272
  type PickedProps = Pick<
4220
4273
  PageProps,
4221
- 'heading' | 'subheading' | 'secondaryActions'
4274
+ 'heading' | 'subheading' | 'secondaryActions' | 'aside'
4222
4275
  >;
4223
4276
  interface PageJSXProps extends PickedProps {
4224
4277
  children?: ComponentChildren;
4225
4278
  secondaryActions?: ComponentChild;
4226
- primaryAction?: ComponentChild;
4279
+ aside?: ComponentChild;
4227
4280
  }
4228
4281
  declare global {
4229
4282
  interface HTMLElementTagNameMap {
4230
- [tagName$2]: PageJSXProps;
4283
+ [tagName$4]: PageJSXProps;
4231
4284
  }
4232
4285
  }
4233
4286
  declare module 'preact' {
4234
4287
  namespace createElement.JSX {
4235
4288
  interface IntrinsicElements {
4236
- [tagName$2]: Omit<PageJSXProps, 'primaryAction' | 'secondaryActions'> &
4289
+ [tagName$4]: Omit<PageJSXProps, 'secondaryActions' | 'aside'> &
4237
4290
  BaseElementPropsWithChildren<
4238
- Omit<PageJSXProps, 'primaryAction' | 'secondaryActions'>
4291
+ Omit<PageJSXProps, 'secondaryActions' | 'aside'>
4239
4292
  >;
4240
4293
  }
4241
4294
  }
4242
4295
  }
4243
4296
 
4244
- declare const tagName$1 = 's-time-field';
4297
+ declare const tagName$3 = 's-time-field';
4245
4298
  interface TimeFieldJSXProps
4246
4299
  extends Pick<
4247
4300
  TimeFieldProps,
4248
4301
  'id' | 'label' | 'disabled' | 'value' | 'error' | 'details'
4249
4302
  > {
4250
- onBlur?: (event: CallbackEvent<typeof tagName$1>) => void | null;
4251
- onFocus?: (event: CallbackEvent<typeof tagName$1>) => void | null;
4252
- onInput?: (event: CallbackEvent<typeof tagName$1>) => void | null;
4253
- onChange?: (event: CallbackEvent<typeof tagName$1>) => void | null;
4303
+ onBlur?: (event: CallbackEvent<typeof tagName$3>) => void | null;
4304
+ onFocus?: (event: CallbackEvent<typeof tagName$3>) => void | null;
4305
+ onInput?: (event: CallbackEvent<typeof tagName$3>) => void | null;
4306
+ onChange?: (event: CallbackEvent<typeof tagName$3>) => void | null;
4254
4307
  }
4255
4308
  declare global {
4256
4309
  interface HTMLElementTagNameMap {
4257
- [tagName$1]: TimeFieldJSXProps;
4310
+ [tagName$3]: TimeFieldJSXProps;
4258
4311
  }
4259
4312
  }
4260
4313
  declare module 'preact' {
4261
4314
  namespace createElement.JSX {
4262
4315
  interface IntrinsicElements {
4263
- [tagName$1]: TimeFieldJSXProps &
4316
+ [tagName$3]: TimeFieldJSXProps &
4264
4317
  BaseElementPropsWithChildren<TimeFieldJSXProps>;
4265
4318
  }
4266
4319
  }
4267
4320
  }
4268
4321
 
4269
- declare const tagName = 's-pos-block';
4322
+ declare const tagName$2 = 's-pos-block';
4270
4323
  interface PosBlockJSXProps extends Pick<SectionProps, 'children'> {
4271
4324
  secondaryActions?: ComponentChild;
4272
4325
  /**
@@ -4280,13 +4333,13 @@ interface PosBlockJSXProps extends Pick<SectionProps, 'children'> {
4280
4333
  }
4281
4334
  declare global {
4282
4335
  interface HTMLElementTagNameMap {
4283
- [tagName]: PosBlockJSXProps;
4336
+ [tagName$2]: PosBlockJSXProps;
4284
4337
  }
4285
4338
  }
4286
4339
  declare module 'preact' {
4287
4340
  namespace createElement.JSX {
4288
4341
  interface IntrinsicElements {
4289
- [tagName]: Omit<PosBlockJSXProps, 'secondaryActions'> &
4342
+ [tagName$2]: Omit<PosBlockJSXProps, 'secondaryActions'> &
4290
4343
  BaseElementPropsWithChildren<
4291
4344
  Omit<PosBlockJSXProps, 'secondaryActions'>
4292
4345
  >;
@@ -4294,6 +4347,42 @@ declare module 'preact' {
4294
4347
  }
4295
4348
  }
4296
4349
 
4350
+ declare const tagName$1 = 's-qr-code';
4351
+ interface QrCodeJSXProps {
4352
+ /**
4353
+ * The value to encode in the QR code
4354
+ */
4355
+ content: string;
4356
+ }
4357
+ declare global {
4358
+ interface HTMLElementTagNameMap {
4359
+ [tagName$1]: QrCodeJSXProps;
4360
+ }
4361
+ }
4362
+ declare module 'preact' {
4363
+ namespace createElement.JSX {
4364
+ interface IntrinsicElements {
4365
+ [tagName$1]: QrCodeJSXProps & BaseElementProps<QrCodeJSXProps>;
4366
+ }
4367
+ }
4368
+ }
4369
+
4370
+ declare const tagName = 's-divider';
4371
+ interface DividerJSXProps extends Pick<DividerProps, 'direction'> {}
4372
+ declare global {
4373
+ interface HTMLElementTagNameMap {
4374
+ [tagName]: DividerJSXProps;
4375
+ }
4376
+ }
4377
+ declare module 'preact' {
4378
+ namespace createElement.JSX {
4379
+ interface IntrinsicElements {
4380
+ [tagName]: DividerJSXProps &
4381
+ BaseElementPropsWithChildren<DividerJSXProps>;
4382
+ }
4383
+ }
4384
+ }
4385
+
4297
4386
  export type {
4298
4387
  BadgeJSXProps,
4299
4388
  BannerJSXProps,
@@ -4305,16 +4394,16 @@ export type {
4305
4394
  DateFieldJSXProps,
4306
4395
  DatePickerJSXProps,
4307
4396
  DateSpinnerJSXProps,
4397
+ DividerJSXProps,
4308
4398
  EmailFieldJSXProps,
4309
4399
  HeadingJSXProps,
4310
4400
  IconJSXProps,
4311
4401
  ImageJSXProps,
4312
4402
  ModalJSXProps,
4313
- NavigatorJSXProps,
4314
4403
  NumberFieldJSXProps,
4315
4404
  PageJSXProps,
4316
4405
  PosBlockJSXProps,
4317
- ScreenJSXProps,
4406
+ QrCodeJSXProps,
4318
4407
  ScrollBoxJSXProps,
4319
4408
  SearchFieldJSXProps,
4320
4409
  SectionJSXProps,
@@ -4341,27 +4430,20 @@ interface Badge {
4341
4430
  }
4342
4431
 
4343
4432
  interface BannerSlots {
4433
+ /** The action taken when the Banner is pressed. */
4344
4434
  'primary-action'?: HTMLElement;
4345
4435
  }
4346
4436
 
4347
4437
  interface Banner {
4438
+ /** Determines whether the banner is hidden. */
4439
+ hidden?: boolean;
4440
+ /** Sets the tone of the Banner, based on the intention of the information being conveyed. */
4348
4441
  tone?: 'info' | 'success' | 'warning' | 'critical';
4349
4442
  /**
4350
4443
  * The title of the banner.
4351
4444
  * @default ''
4352
4445
  */
4353
4446
  heading?: string;
4354
- /**
4355
- * Determines whether the banner is hidden.
4356
- *
4357
- * If this property is being set on each framework render (as in 'controlled' usage),
4358
- * and the banner is `dismissible`,
4359
- * ensure you update app state for this property when the `dismiss` event fires.
4360
- *
4361
- * If the banner is not `dismissible`, it can still be hidden by setting this property.
4362
- * @default false
4363
- */
4364
- hidden?: boolean;
4365
4447
  /** A unique identifier for the element. */
4366
4448
  id?: string;
4367
4449
  }
@@ -4476,13 +4558,6 @@ interface ButtonEvents {
4476
4558
  }
4477
4559
 
4478
4560
  interface Button {
4479
- tone?: 'auto' | 'neutral' | 'caution' | 'warning' | 'critical';
4480
- variant?: 'primary' | 'secondary';
4481
- /**
4482
- * Disables the Button meaning it cannot be clicked or receive focus.
4483
- * @default false
4484
- */
4485
- disabled?: boolean;
4486
4561
  /**
4487
4562
  * Sets the action the `commandFor` should take when this clickable is activated.
4488
4563
  *
@@ -4492,11 +4567,25 @@ interface Button {
4492
4567
  * - `--show`: shows the target component.
4493
4568
  * - `--hide`: hides the target component.
4494
4569
  * - `--toggle`: toggles the target component.
4495
- * - `--copy`: copies the target ClipboardItem.
4496
4570
  * @default '--auto'
4497
4571
  * @see ://developer.mozilla.org/en-US/docs/Web/HTML/Element/button#command
4498
4572
  */
4499
- command?: '--auto' | '--show' | '--hide' | '--toggle' | '--copy';
4573
+ command?: '--auto' | '--show' | '--hide' | '--toggle';
4574
+ /**
4575
+ * Sets the tone of the Button, based on the intention of the information being conveyed.
4576
+ * @default 'auto'
4577
+ */
4578
+ tone?: 'auto' | 'neutral' | 'caution' | 'warning' | 'critical';
4579
+ /**
4580
+ * Changes the visual appearance of the Button.
4581
+ * @default 'auto' - the variant is automatically determined by the Button's context
4582
+ */
4583
+ variant?: 'primary' | 'secondary';
4584
+ /**
4585
+ * Disables the Button meaning it cannot be clicked or receive focus.
4586
+ * @default false
4587
+ */
4588
+ disabled?: boolean;
4500
4589
  /**
4501
4590
  * ID of a component that should respond to activations (e.g. clicks) on this component.
4502
4591
  *
@@ -4648,6 +4737,14 @@ interface DateSpinner {
4648
4737
  value?: string;
4649
4738
  }
4650
4739
 
4740
+ interface Divider {
4741
+ /**
4742
+ * Specify the direction of the divider. This uses [logical properties](https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_logical_properties_and_values).
4743
+ * @default 'inline'
4744
+ */
4745
+ direction?: 'inline' | 'block';
4746
+ }
4747
+
4651
4748
  interface EmailFieldEvents {
4652
4749
  input?: (event: CallbackEvent<typeof tagName>) => void;
4653
4750
  focus?: (event: CallbackEvent<typeof tagName>) => void;
@@ -4771,10 +4868,6 @@ interface Modal {
4771
4868
  heading?: string;
4772
4869
  }
4773
4870
 
4774
- interface Navigator {
4775
- initialScreenName?: string;
4776
- }
4777
-
4778
4871
  interface NumberFieldEvents {
4779
4872
  input?: (event: CallbackEvent<typeof tagName>) => void;
4780
4873
  focus?: (event: CallbackEvent<typeof tagName>) => void;
@@ -4880,7 +4973,7 @@ interface NumberField {
4880
4973
 
4881
4974
  interface PageSlots {
4882
4975
  'secondary-actions'?: HTMLElement;
4883
- 'primary-action'?: HTMLElement;
4976
+ aside?: HTMLElement;
4884
4977
  }
4885
4978
 
4886
4979
  interface Page {
@@ -4904,37 +4997,116 @@ interface PosBlock {
4904
4997
  heading?: string;
4905
4998
  }
4906
4999
 
4907
- interface ScreenEvents {
4908
- /** Triggered when the screen is navigated to. */
4909
- navigate?: () => void;
4910
- /** Triggered when the user navigates back from this screen. Runs after screen is unmounted. */
4911
- navigateback?: () => void;
4912
- /** A callback that gets triggered when the navigation event completes and the screen receives the parameters. */
4913
- receiveparams?: (params: any) => void;
4914
- }
4915
-
4916
- interface ScreenSlots {
4917
- /** Displays a secondary action button on the screen. */
4918
- 'secondary-actions'?: HTMLElement;
5000
+ interface QrCode {
5001
+ /** The value to encode in the QR code */
5002
+ content: string;
4919
5003
  }
4920
5004
 
4921
- interface Screen {
4922
- /** Used to identify this screen as a destination in the navigation stack. */
4923
- name: string;
4924
- /** The title of the screen which will be displayed on the UI. */
4925
- title: string;
5005
+ interface ScrollBox {
4926
5006
  /**
4927
- * Displays a loading indicator when `true`.
4928
- * Set this to `true` when performing an asynchronous task, and then to false when the data becomes available to the UI.
5007
+ * Adjust the padding of all edges.
5008
+ *
5009
+ * [1-to-4-value syntax](https://developer.mozilla.org/en-US/docs/Web/CSS/Shorthand_properties#edges_of_a_box) is
5010
+ * supported. Note that, contrary to the CSS, it uses flow-relative values and the order is:
5011
+ *
5012
+ * - 4 values: `block-start inline-end block-end inline-start`
5013
+ * - 3 values: `block-start inline block-end`
5014
+ * - 2 values: `block inline`
5015
+ *
5016
+ * For example:
5017
+ * - `large` means block-start, inline-end, block-end and inline-start paddings are `large`.
5018
+ * - `large none` means block-start and block-end paddings are `large`, inline-start and inline-end paddings are `none`.
5019
+ * - `large none large` means block-start padding is `large`, inline-end padding is `none`, block-end padding is `large` and inline-start padding is `none`.
5020
+ * - `large none large small` means block-start padding is `large`, inline-end padding is `none`, block-end padding is `large` and inline-start padding is `small`.
5021
+ *
5022
+ * A padding value of `auto` will use the default padding for the closest container that has had its usual padding removed.
5023
+ * @default 'none'
4929
5024
  */
4930
- isLoading?: boolean;
4931
- /** Dictates how the `Screen` will be presented when navigated to. */
4932
- presentation?: ScreenPresentationProps;
4933
- }
4934
-
4935
- interface ScrollBox {
5025
+ padding?: MaybeAllValuesShorthandProperty<PaddingKeyword>;
5026
+ /**
5027
+ * Adjust the block-padding.
5028
+ *
5029
+ * - `large none` means block-start padding is `large`, block-end padding is `none`.
5030
+ *
5031
+ * This overrides the block value of `padding`.
5032
+ * @default '' - meaning no override
5033
+ */
5034
+ paddingBlock?: MaybeTwoValuesShorthandProperty<'' | PaddingKeyword>;
5035
+ /**
5036
+ * Adjust the block-start padding.
5037
+ *
5038
+ * This overrides the block-start value of `paddingBlock`.
5039
+ * @default '' - meaning no override
5040
+ */
5041
+ paddingBlockStart?: '' | PaddingKeyword;
5042
+ /**
5043
+ * Adjust the block-end padding.
5044
+ *
5045
+ * This overrides the block-end value of `paddingBlock`.
5046
+ * @default '' - meaning no override
5047
+ */
5048
+ paddingBlockEnd?: '' | PaddingKeyword;
5049
+ /**
5050
+ * Adjust the inline padding.
5051
+ *
5052
+ * - `large none` means inline-start padding is `large`, inline-end padding is `none`.
5053
+ *
5054
+ * This overrides the inline value of `padding`.
5055
+ * @default '' - meaning no override
5056
+ */
5057
+ paddingInline?: MaybeTwoValuesShorthandProperty<'' | PaddingKeyword>;
5058
+ /**
5059
+ * Adjust the inline-start padding.
5060
+ *
5061
+ * This overrides the inline-start value of `paddingInline`.
5062
+ * @default '' - meaning no override
5063
+ */
5064
+ paddingInlineStart?: '' | PaddingKeyword;
5065
+ /**
5066
+ * Adjust the inline-end padding.
5067
+ *
5068
+ * This overrides the inline-end value of `paddingInline`.
5069
+ * @default '' - meaning no override
5070
+ */
5071
+ paddingInlineEnd?: '' | PaddingKeyword;
4936
5072
  /** A unique identifier for the element. */
4937
5073
  id?: string;
5074
+ /**
5075
+ * Adjust the block size.
5076
+ * @see ://developer.mozilla.org/en-US/docs/Web/CSS/block-size
5077
+ * @default 'auto'
5078
+ */
5079
+ blockSize?: MaybeResponsive<SizeUnitsOrAuto>;
5080
+ /**
5081
+ * Adjust the minimum block size.
5082
+ * @see ://developer.mozilla.org/en-US/docs/Web/CSS/min-block-size
5083
+ * @default '0'
5084
+ */
5085
+ minBlockSize?: MaybeResponsive<SizeUnits>;
5086
+ /**
5087
+ * Adjust the maximum block size.
5088
+ * @see ://developer.mozilla.org/en-US/docs/Web/CSS/max-block-size
5089
+ * @default 'none'
5090
+ */
5091
+ maxBlockSize?: MaybeResponsive<SizeUnitsOrNone>;
5092
+ /**
5093
+ * Adjust the inline size.
5094
+ * @see ://developer.mozilla.org/en-US/docs/Web/CSS/inline-size
5095
+ * @default 'auto'
5096
+ */
5097
+ inlineSize?: MaybeResponsive<SizeUnitsOrAuto>;
5098
+ /**
5099
+ * Adjust the minimum inline size.
5100
+ * @see ://developer.mozilla.org/en-US/docs/Web/CSS/min-inline-size
5101
+ * @default '0'
5102
+ */
5103
+ minInlineSize?: MaybeResponsive<SizeUnits>;
5104
+ /**
5105
+ * Adjust the maximum inline size.
5106
+ * @see ://developer.mozilla.org/en-US/docs/Web/CSS/max-inline-size
5107
+ * @default 'none'
5108
+ */
5109
+ maxInlineSize?: MaybeResponsive<SizeUnitsOrNone>;
4938
5110
  }
4939
5111
 
4940
5112
  interface SearchFieldEvents {
@@ -5421,39 +5593,7 @@ declare global {
5421
5593
  declare module 'react' {
5422
5594
  namespace JSX {
5423
5595
  interface IntrinsicElements {
5424
- [tagName$p]: NavigatorJSXProps &
5425
- BaseElementPropsWithChildren<NavigatorJSXProps>;
5426
- }
5427
- }
5428
- }
5429
- declare global {
5430
- namespace JSX {
5431
- interface IntrinsicElements {
5432
- [tagName$p]: NavigatorJSXProps &
5433
- BaseElementPropsWithChildren<NavigatorJSXProps>;
5434
- }
5435
- }
5436
- }
5437
- declare module 'react' {
5438
- namespace JSX {
5439
- interface IntrinsicElements {
5440
- [tagName$o]: Omit<ScreenJSXProps, 'secondaryActions'> &
5441
- BaseElementPropsWithChildren<Omit<ScreenJSXProps, 'secondaryActions'>>;
5442
- }
5443
- }
5444
- }
5445
- declare global {
5446
- namespace JSX {
5447
- interface IntrinsicElements {
5448
- [tagName$o]: Omit<ScreenJSXProps, 'secondaryActions'> &
5449
- BaseElementPropsWithChildren<Omit<ScreenJSXProps, 'secondaryActions'>>;
5450
- }
5451
- }
5452
- }
5453
- declare module 'react' {
5454
- namespace JSX {
5455
- interface IntrinsicElements {
5456
- [tagName$n]: Omit<BannerJSXProps, 'primaryAction'> &
5596
+ [tagName$p]: Omit<BannerJSXProps, 'primaryAction'> &
5457
5597
  BaseElementPropsWithChildren<Omit<BannerJSXProps, 'primaryAction'>>;
5458
5598
  }
5459
5599
  }
@@ -5461,7 +5601,7 @@ declare module 'react' {
5461
5601
  declare global {
5462
5602
  namespace JSX {
5463
5603
  interface IntrinsicElements {
5464
- [tagName$n]: Omit<BannerJSXProps, 'primaryAction'> &
5604
+ [tagName$p]: Omit<BannerJSXProps, 'primaryAction'> &
5465
5605
  BaseElementPropsWithChildren<Omit<BannerJSXProps, 'primaryAction'>>;
5466
5606
  }
5467
5607
  }
@@ -5469,63 +5609,63 @@ declare global {
5469
5609
  declare module 'react' {
5470
5610
  namespace JSX {
5471
5611
  interface IntrinsicElements {
5472
- [tagName$m]: BoxJSXProps & BaseElementPropsWithChildren<BoxJSXProps>;
5612
+ [tagName$o]: BoxJSXProps & BaseElementPropsWithChildren<BoxJSXProps>;
5473
5613
  }
5474
5614
  }
5475
5615
  }
5476
5616
  declare global {
5477
5617
  namespace JSX {
5478
5618
  interface IntrinsicElements {
5479
- [tagName$m]: BoxJSXProps & BaseElementPropsWithChildren<BoxJSXProps>;
5619
+ [tagName$o]: BoxJSXProps & BaseElementPropsWithChildren<BoxJSXProps>;
5480
5620
  }
5481
5621
  }
5482
5622
  }
5483
5623
  declare module 'react' {
5484
5624
  namespace JSX {
5485
5625
  interface IntrinsicElements {
5486
- [tagName$l]: IconJSXProps & BaseElementProps<IconJSXProps>;
5626
+ [tagName$n]: IconJSXProps & BaseElementProps<IconJSXProps>;
5487
5627
  }
5488
5628
  }
5489
5629
  }
5490
5630
  declare global {
5491
5631
  namespace JSX {
5492
5632
  interface IntrinsicElements {
5493
- [tagName$l]: IconJSXProps & BaseElementProps<IconJSXProps>;
5633
+ [tagName$n]: IconJSXProps & BaseElementProps<IconJSXProps>;
5494
5634
  }
5495
5635
  }
5496
5636
  }
5497
5637
  declare module 'react' {
5498
5638
  namespace JSX {
5499
5639
  interface IntrinsicElements {
5500
- [tagName$k]: StackJSXProps & BaseElementPropsWithChildren<StackJSXProps>;
5640
+ [tagName$m]: StackJSXProps & BaseElementPropsWithChildren<StackJSXProps>;
5501
5641
  }
5502
5642
  }
5503
5643
  }
5504
5644
  declare global {
5505
5645
  namespace JSX {
5506
5646
  interface IntrinsicElements {
5507
- [tagName$k]: StackJSXProps & BaseElementPropsWithChildren<StackJSXProps>;
5647
+ [tagName$m]: StackJSXProps & BaseElementPropsWithChildren<StackJSXProps>;
5508
5648
  }
5509
5649
  }
5510
5650
  }
5511
5651
  declare module 'react' {
5512
5652
  namespace JSX {
5513
5653
  interface IntrinsicElements {
5514
- [tagName$j]: BadgeJSXProps & BaseElementPropsWithChildren<BadgeJSXProps>;
5654
+ [tagName$l]: BadgeJSXProps & BaseElementPropsWithChildren<BadgeJSXProps>;
5515
5655
  }
5516
5656
  }
5517
5657
  }
5518
5658
  declare global {
5519
5659
  namespace JSX {
5520
5660
  interface IntrinsicElements {
5521
- [tagName$j]: BadgeJSXProps & BaseElementPropsWithChildren<BadgeJSXProps>;
5661
+ [tagName$l]: BadgeJSXProps & BaseElementPropsWithChildren<BadgeJSXProps>;
5522
5662
  }
5523
5663
  }
5524
5664
  }
5525
5665
  declare module 'react' {
5526
5666
  namespace JSX {
5527
5667
  interface IntrinsicElements {
5528
- [tagName$i]: ChoiceListJSXProps &
5668
+ [tagName$k]: ChoiceListJSXProps &
5529
5669
  BaseElementPropsWithChildren<ChoiceListJSXProps>;
5530
5670
  }
5531
5671
  }
@@ -5533,7 +5673,7 @@ declare module 'react' {
5533
5673
  declare global {
5534
5674
  namespace JSX {
5535
5675
  interface IntrinsicElements {
5536
- [tagName$i]: ChoiceListJSXProps &
5676
+ [tagName$k]: ChoiceListJSXProps &
5537
5677
  BaseElementPropsWithChildren<ChoiceListJSXProps>;
5538
5678
  }
5539
5679
  }
@@ -5541,7 +5681,7 @@ declare global {
5541
5681
  declare module 'react' {
5542
5682
  namespace JSX {
5543
5683
  interface IntrinsicElements {
5544
- [tagName$h]: ChoiceJSXProps &
5684
+ [tagName$j]: ChoiceJSXProps &
5545
5685
  BaseElementPropsWithChildren<ChoiceJSXProps>;
5546
5686
  }
5547
5687
  }
@@ -5549,7 +5689,7 @@ declare module 'react' {
5549
5689
  declare global {
5550
5690
  namespace JSX {
5551
5691
  interface IntrinsicElements {
5552
- [tagName$h]: ChoiceJSXProps &
5692
+ [tagName$j]: ChoiceJSXProps &
5553
5693
  BaseElementPropsWithChildren<ChoiceJSXProps>;
5554
5694
  }
5555
5695
  }
@@ -5557,7 +5697,7 @@ declare global {
5557
5697
  declare module 'react' {
5558
5698
  namespace JSX {
5559
5699
  interface IntrinsicElements {
5560
- [tagName$g]: Omit<ModalJSXProps, 'primaryAction' | 'secondaryActions'> &
5700
+ [tagName$i]: Omit<ModalJSXProps, 'primaryAction' | 'secondaryActions'> &
5561
5701
  BaseElementPropsWithChildren<
5562
5702
  Omit<ModalJSXProps, 'primaryAction' | 'secondaryActions'>
5563
5703
  >;
@@ -5567,7 +5707,7 @@ declare module 'react' {
5567
5707
  declare global {
5568
5708
  namespace JSX {
5569
5709
  interface IntrinsicElements {
5570
- [tagName$g]: Omit<ModalJSXProps, 'primaryAction' | 'secondaryActions'> &
5710
+ [tagName$i]: Omit<ModalJSXProps, 'primaryAction' | 'secondaryActions'> &
5571
5711
  BaseElementPropsWithChildren<
5572
5712
  Omit<ModalJSXProps, 'primaryAction' | 'secondaryActions'>
5573
5713
  >;
@@ -5577,7 +5717,7 @@ declare global {
5577
5717
  declare module 'react' {
5578
5718
  namespace JSX {
5579
5719
  interface IntrinsicElements {
5580
- [tagName$f]: Omit<TextFieldJSXProps, 'accessory'> &
5720
+ [tagName$h]: Omit<TextFieldJSXProps, 'accessory'> &
5581
5721
  BaseElementPropsWithChildren<Omit<TextFieldJSXProps, 'accessory'>>;
5582
5722
  }
5583
5723
  }
@@ -5585,7 +5725,7 @@ declare module 'react' {
5585
5725
  declare global {
5586
5726
  namespace JSX {
5587
5727
  interface IntrinsicElements {
5588
- [tagName$f]: Omit<TextFieldJSXProps, 'accessory'> &
5728
+ [tagName$h]: Omit<TextFieldJSXProps, 'accessory'> &
5589
5729
  BaseElementPropsWithChildren<Omit<TextFieldJSXProps, 'accessory'>>;
5590
5730
  }
5591
5731
  }
@@ -5593,7 +5733,7 @@ declare global {
5593
5733
  declare module 'react' {
5594
5734
  namespace JSX {
5595
5735
  interface IntrinsicElements {
5596
- [tagName$e]: SearchFieldJSXProps &
5736
+ [tagName$g]: SearchFieldJSXProps &
5597
5737
  BaseElementPropsWithChildren<SearchFieldJSXProps>;
5598
5738
  }
5599
5739
  }
@@ -5601,7 +5741,7 @@ declare module 'react' {
5601
5741
  declare global {
5602
5742
  namespace JSX {
5603
5743
  interface IntrinsicElements {
5604
- [tagName$e]: SearchFieldJSXProps &
5744
+ [tagName$g]: SearchFieldJSXProps &
5605
5745
  BaseElementPropsWithChildren<SearchFieldJSXProps>;
5606
5746
  }
5607
5747
  }
@@ -5609,7 +5749,7 @@ declare global {
5609
5749
  declare module 'react' {
5610
5750
  namespace JSX {
5611
5751
  interface IntrinsicElements {
5612
- [tagName$d]: Omit<EmailFieldJSXProps, 'accessory'> &
5752
+ [tagName$f]: Omit<EmailFieldJSXProps, 'accessory'> &
5613
5753
  BaseElementPropsWithChildren<Omit<EmailFieldJSXProps, 'accessory'>>;
5614
5754
  }
5615
5755
  }
@@ -5617,7 +5757,7 @@ declare module 'react' {
5617
5757
  declare global {
5618
5758
  namespace JSX {
5619
5759
  interface IntrinsicElements {
5620
- [tagName$d]: Omit<EmailFieldJSXProps, 'accessory'> &
5760
+ [tagName$f]: Omit<EmailFieldJSXProps, 'accessory'> &
5621
5761
  BaseElementPropsWithChildren<Omit<EmailFieldJSXProps, 'accessory'>>;
5622
5762
  }
5623
5763
  }
@@ -5625,7 +5765,7 @@ declare global {
5625
5765
  declare module 'react' {
5626
5766
  namespace JSX {
5627
5767
  interface IntrinsicElements {
5628
- [tagName$c]: ClickableJSXProps &
5768
+ [tagName$e]: ClickableJSXProps &
5629
5769
  BaseElementPropsWithChildren<ClickableJSXProps>;
5630
5770
  }
5631
5771
  }
@@ -5633,7 +5773,7 @@ declare module 'react' {
5633
5773
  declare global {
5634
5774
  namespace JSX {
5635
5775
  interface IntrinsicElements {
5636
- [tagName$c]: ClickableJSXProps &
5776
+ [tagName$e]: ClickableJSXProps &
5637
5777
  BaseElementPropsWithChildren<ClickableJSXProps>;
5638
5778
  }
5639
5779
  }
@@ -5641,7 +5781,7 @@ declare global {
5641
5781
  declare module 'react' {
5642
5782
  namespace JSX {
5643
5783
  interface IntrinsicElements {
5644
- [tagName$b]: Omit<TextAreaJSXProps, 'accessory'> &
5784
+ [tagName$d]: Omit<TextAreaJSXProps, 'accessory'> &
5645
5785
  BaseElementPropsWithChildren<Omit<TextAreaJSXProps, 'accessory'>>;
5646
5786
  }
5647
5787
  }
@@ -5649,7 +5789,7 @@ declare module 'react' {
5649
5789
  declare global {
5650
5790
  namespace JSX {
5651
5791
  interface IntrinsicElements {
5652
- [tagName$b]: Omit<TextAreaJSXProps, 'accessory'> &
5792
+ [tagName$d]: Omit<TextAreaJSXProps, 'accessory'> &
5653
5793
  BaseElementPropsWithChildren<Omit<TextAreaJSXProps, 'accessory'>>;
5654
5794
  }
5655
5795
  }
@@ -5657,7 +5797,7 @@ declare global {
5657
5797
  declare module 'react' {
5658
5798
  namespace JSX {
5659
5799
  interface IntrinsicElements {
5660
- [tagName$a]: Omit<NumberFieldJSXProps, 'accessory'> &
5800
+ [tagName$c]: Omit<NumberFieldJSXProps, 'accessory'> &
5661
5801
  BaseElementPropsWithChildren<Omit<NumberFieldJSXProps, 'accessory'>>;
5662
5802
  }
5663
5803
  }
@@ -5665,7 +5805,7 @@ declare module 'react' {
5665
5805
  declare global {
5666
5806
  namespace JSX {
5667
5807
  interface IntrinsicElements {
5668
- [tagName$a]: Omit<NumberFieldJSXProps, 'accessory'> &
5808
+ [tagName$c]: Omit<NumberFieldJSXProps, 'accessory'> &
5669
5809
  BaseElementPropsWithChildren<Omit<NumberFieldJSXProps, 'accessory'>>;
5670
5810
  }
5671
5811
  }
@@ -5673,7 +5813,7 @@ declare global {
5673
5813
  declare module 'react' {
5674
5814
  namespace JSX {
5675
5815
  interface IntrinsicElements {
5676
- [tagName$9]: Omit<DateFieldJSXProps, 'accessory'> &
5816
+ [tagName$b]: Omit<DateFieldJSXProps, 'accessory'> &
5677
5817
  BaseElementPropsWithChildren<Omit<DateFieldJSXProps, 'accessory'>>;
5678
5818
  }
5679
5819
  }
@@ -5681,7 +5821,7 @@ declare module 'react' {
5681
5821
  declare global {
5682
5822
  namespace JSX {
5683
5823
  interface IntrinsicElements {
5684
- [tagName$9]: Omit<DateFieldJSXProps, 'accessory'> &
5824
+ [tagName$b]: Omit<DateFieldJSXProps, 'accessory'> &
5685
5825
  BaseElementPropsWithChildren<Omit<DateFieldJSXProps, 'accessory'>>;
5686
5826
  }
5687
5827
  }
@@ -5689,7 +5829,7 @@ declare global {
5689
5829
  declare module 'react' {
5690
5830
  namespace JSX {
5691
5831
  interface IntrinsicElements {
5692
- [tagName$8]: DatePickerJSXProps &
5832
+ [tagName$a]: DatePickerJSXProps &
5693
5833
  BaseElementPropsWithChildren<DatePickerJSXProps>;
5694
5834
  }
5695
5835
  }
@@ -5697,7 +5837,7 @@ declare module 'react' {
5697
5837
  declare global {
5698
5838
  namespace JSX {
5699
5839
  interface IntrinsicElements {
5700
- [tagName$8]: DatePickerJSXProps &
5840
+ [tagName$a]: DatePickerJSXProps &
5701
5841
  BaseElementPropsWithChildren<DatePickerJSXProps>;
5702
5842
  }
5703
5843
  }
@@ -5705,7 +5845,7 @@ declare global {
5705
5845
  declare module 'react' {
5706
5846
  namespace JSX {
5707
5847
  interface IntrinsicElements {
5708
- [tagName$7]: DateSpinnerJSXProps &
5848
+ [tagName$9]: DateSpinnerJSXProps &
5709
5849
  BaseElementPropsWithChildren<DateSpinnerJSXProps>;
5710
5850
  }
5711
5851
  }
@@ -5713,7 +5853,7 @@ declare module 'react' {
5713
5853
  declare global {
5714
5854
  namespace JSX {
5715
5855
  interface IntrinsicElements {
5716
- [tagName$7]: DateSpinnerJSXProps &
5856
+ [tagName$9]: DateSpinnerJSXProps &
5717
5857
  BaseElementPropsWithChildren<DateSpinnerJSXProps>;
5718
5858
  }
5719
5859
  }
@@ -5721,7 +5861,7 @@ declare global {
5721
5861
  declare module 'react' {
5722
5862
  namespace JSX {
5723
5863
  interface IntrinsicElements {
5724
- [tagName$6]: Omit<SectionJSXProps, 'secondaryActions'> &
5864
+ [tagName$8]: Omit<SectionJSXProps, 'secondaryActions'> &
5725
5865
  BaseElementPropsWithChildren<Omit<SectionJSXProps, 'secondaryActions'>>;
5726
5866
  }
5727
5867
  }
@@ -5729,7 +5869,7 @@ declare module 'react' {
5729
5869
  declare global {
5730
5870
  namespace JSX {
5731
5871
  interface IntrinsicElements {
5732
- [tagName$6]: Omit<SectionJSXProps, 'secondaryActions'> &
5872
+ [tagName$8]: Omit<SectionJSXProps, 'secondaryActions'> &
5733
5873
  BaseElementPropsWithChildren<Omit<SectionJSXProps, 'secondaryActions'>>;
5734
5874
  }
5735
5875
  }
@@ -5737,7 +5877,7 @@ declare global {
5737
5877
  declare module 'react' {
5738
5878
  namespace JSX {
5739
5879
  interface IntrinsicElements {
5740
- [tagName$5]: HeadingJSXProps &
5880
+ [tagName$7]: HeadingJSXProps &
5741
5881
  BaseElementPropsWithChildren<HeadingJSXProps>;
5742
5882
  }
5743
5883
  }
@@ -5745,7 +5885,7 @@ declare module 'react' {
5745
5885
  declare global {
5746
5886
  namespace JSX {
5747
5887
  interface IntrinsicElements {
5748
- [tagName$5]: HeadingJSXProps &
5888
+ [tagName$7]: HeadingJSXProps &
5749
5889
  BaseElementPropsWithChildren<HeadingJSXProps>;
5750
5890
  }
5751
5891
  }
@@ -5753,7 +5893,7 @@ declare global {
5753
5893
  declare module 'react' {
5754
5894
  namespace JSX {
5755
5895
  interface IntrinsicElements {
5756
- [tagName$4]: TimePickerJSXProps &
5896
+ [tagName$6]: TimePickerJSXProps &
5757
5897
  BaseElementPropsWithChildren<TimePickerJSXProps>;
5758
5898
  }
5759
5899
  }
@@ -5761,7 +5901,7 @@ declare module 'react' {
5761
5901
  declare global {
5762
5902
  namespace JSX {
5763
5903
  interface IntrinsicElements {
5764
- [tagName$4]: TimePickerJSXProps &
5904
+ [tagName$6]: TimePickerJSXProps &
5765
5905
  BaseElementPropsWithChildren<TimePickerJSXProps>;
5766
5906
  }
5767
5907
  }
@@ -5769,23 +5909,23 @@ declare global {
5769
5909
  declare module 'react' {
5770
5910
  namespace JSX {
5771
5911
  interface IntrinsicElements {
5772
- [tagName$3]: ImageJSXProps & BaseElementPropsWithChildren<ImageJSXProps>;
5912
+ [tagName$5]: ImageJSXProps & BaseElementPropsWithChildren<ImageJSXProps>;
5773
5913
  }
5774
5914
  }
5775
5915
  }
5776
5916
  declare global {
5777
5917
  namespace JSX {
5778
5918
  interface IntrinsicElements {
5779
- [tagName$3]: ImageJSXProps & BaseElementPropsWithChildren<ImageJSXProps>;
5919
+ [tagName$5]: ImageJSXProps & BaseElementPropsWithChildren<ImageJSXProps>;
5780
5920
  }
5781
5921
  }
5782
5922
  }
5783
5923
  declare module 'react' {
5784
5924
  namespace JSX {
5785
5925
  interface IntrinsicElements {
5786
- [tagName$2]: Omit<PageJSXProps, 'primaryAction' | 'secondaryActions'> &
5926
+ [tagName$4]: Omit<PageJSXProps, 'secondaryActions' | 'aside'> &
5787
5927
  BaseElementPropsWithChildren<
5788
- Omit<PageJSXProps, 'primaryAction' | 'secondaryActions'>
5928
+ Omit<PageJSXProps, 'secondaryActions' | 'aside'>
5789
5929
  >;
5790
5930
  }
5791
5931
  }
@@ -5793,9 +5933,9 @@ declare module 'react' {
5793
5933
  declare global {
5794
5934
  namespace JSX {
5795
5935
  interface IntrinsicElements {
5796
- [tagName$2]: Omit<PageJSXProps, 'primaryAction' | 'secondaryActions'> &
5936
+ [tagName$4]: Omit<PageJSXProps, 'secondaryActions' | 'aside'> &
5797
5937
  BaseElementPropsWithChildren<
5798
- Omit<PageJSXProps, 'primaryAction' | 'secondaryActions'>
5938
+ Omit<PageJSXProps, 'secondaryActions' | 'aside'>
5799
5939
  >;
5800
5940
  }
5801
5941
  }
@@ -5803,7 +5943,7 @@ declare global {
5803
5943
  declare module 'react' {
5804
5944
  namespace JSX {
5805
5945
  interface IntrinsicElements {
5806
- [tagName$1]: TimeFieldJSXProps &
5946
+ [tagName$3]: TimeFieldJSXProps &
5807
5947
  BaseElementPropsWithChildren<TimeFieldJSXProps>;
5808
5948
  }
5809
5949
  }
@@ -5811,7 +5951,7 @@ declare module 'react' {
5811
5951
  declare global {
5812
5952
  namespace JSX {
5813
5953
  interface IntrinsicElements {
5814
- [tagName$1]: TimeFieldJSXProps &
5954
+ [tagName$3]: TimeFieldJSXProps &
5815
5955
  BaseElementPropsWithChildren<TimeFieldJSXProps>;
5816
5956
  }
5817
5957
  }
@@ -5819,7 +5959,7 @@ declare global {
5819
5959
  declare module 'react' {
5820
5960
  namespace JSX {
5821
5961
  interface IntrinsicElements {
5822
- [tagName]: Omit<PosBlockJSXProps, 'secondaryActions'> &
5962
+ [tagName$2]: Omit<PosBlockJSXProps, 'secondaryActions'> &
5823
5963
  BaseElementPropsWithChildren<
5824
5964
  Omit<PosBlockJSXProps, 'secondaryActions'>
5825
5965
  >;
@@ -5829,10 +5969,40 @@ declare module 'react' {
5829
5969
  declare global {
5830
5970
  namespace JSX {
5831
5971
  interface IntrinsicElements {
5832
- [tagName]: Omit<PosBlockJSXProps, 'secondaryActions'> &
5972
+ [tagName$2]: Omit<PosBlockJSXProps, 'secondaryActions'> &
5833
5973
  BaseElementPropsWithChildren<
5834
5974
  Omit<PosBlockJSXProps, 'secondaryActions'>
5835
5975
  >;
5836
5976
  }
5837
5977
  }
5838
5978
  }
5979
+ declare module 'react' {
5980
+ namespace JSX {
5981
+ interface IntrinsicElements {
5982
+ [tagName$1]: QrCodeJSXProps & BaseElementProps<QrCodeJSXProps>;
5983
+ }
5984
+ }
5985
+ }
5986
+ declare global {
5987
+ namespace JSX {
5988
+ interface IntrinsicElements {
5989
+ [tagName$1]: QrCodeJSXProps & BaseElementProps<QrCodeJSXProps>;
5990
+ }
5991
+ }
5992
+ }
5993
+ declare module 'react' {
5994
+ namespace JSX {
5995
+ interface IntrinsicElements {
5996
+ [tagName]: DividerJSXProps &
5997
+ BaseElementPropsWithChildren<DividerJSXProps>;
5998
+ }
5999
+ }
6000
+ }
6001
+ declare global {
6002
+ namespace JSX {
6003
+ interface IntrinsicElements {
6004
+ [tagName]: DividerJSXProps &
6005
+ BaseElementPropsWithChildren<DividerJSXProps>;
6006
+ }
6007
+ }
6008
+ }