@shopify/ui-extensions 2025.10.0-rc.46 → 2025.10.0-rc.48

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 (261) hide show
  1. package/build/cjs/surfaces/checkout/preact/api.js +1 -1
  2. package/build/cjs/surfaces/checkout/shared.js +1 -1
  3. package/build/esm/surfaces/checkout/preact/api.mjs +1 -1
  4. package/build/esm/surfaces/checkout/shared.mjs +1 -1
  5. package/build/esnext/surfaces/checkout/preact/api.esnext +1 -1
  6. package/build/esnext/surfaces/checkout/shared.esnext +1 -1
  7. package/build/ts/docs/shared/components/ConsentCheckbox.d.ts +4 -0
  8. package/build/ts/docs/shared/components/ConsentCheckbox.d.ts.map +1 -0
  9. package/build/ts/docs/shared/components/ConsentPhoneField.d.ts +4 -0
  10. package/build/ts/docs/shared/components/ConsentPhoneField.d.ts.map +1 -0
  11. package/build/ts/docs/shared/components/index.d.ts +2 -0
  12. package/build/ts/docs/shared/components/index.d.ts.map +1 -1
  13. package/build/ts/surfaces/admin/components/Chip.d.ts +1 -5
  14. package/build/ts/surfaces/admin/components/ClickableChip.d.ts +1 -5
  15. package/build/ts/surfaces/admin/components/ColorPicker.d.ts +1 -5
  16. package/build/ts/surfaces/admin/components/DateField.d.ts +1 -5
  17. package/build/ts/surfaces/admin/components/Menu.d.ts +1 -5
  18. package/build/ts/surfaces/admin/components/Modal.d.ts +1 -5
  19. package/build/ts/surfaces/admin/components/QueryContainer.d.ts +1 -5
  20. package/build/ts/surfaces/admin/components/shared.d.ts +30 -6
  21. package/build/ts/surfaces/checkout/components/ConsentCheckbox/ConsentCheckbox.doc.d.ts +4 -0
  22. package/build/ts/surfaces/checkout/components/ConsentCheckbox/ConsentCheckbox.doc.d.ts.map +1 -0
  23. package/build/ts/surfaces/checkout/components/ConsentCheckbox.d.ts +84 -0
  24. package/build/ts/surfaces/checkout/components/ConsentPhoneField/ConsentPhoneField.doc.d.ts +4 -0
  25. package/build/ts/surfaces/checkout/components/ConsentPhoneField/ConsentPhoneField.doc.d.ts.map +1 -0
  26. package/build/ts/surfaces/checkout/components/ConsentPhoneField.d.ts +129 -0
  27. package/build/ts/surfaces/checkout/components/NumberField/NumberField.doc.d.ts +4 -0
  28. package/build/ts/surfaces/checkout/components/NumberField/NumberField.doc.d.ts.map +1 -0
  29. package/build/ts/surfaces/checkout/components/NumberField.d.ts +98 -0
  30. package/build/ts/surfaces/checkout/components/PasswordField.d.ts +1 -1
  31. package/build/ts/surfaces/checkout/components/components-shared.d.ts +17 -0
  32. package/build/ts/surfaces/checkout/components/components.d.ts +216 -144
  33. package/build/ts/surfaces/checkout/shared.d.ts +1 -1
  34. package/build/ts/surfaces/checkout/shared.d.ts.map +1 -1
  35. package/build/ts/surfaces/checkout/targets/Checkout::Actions::RenderBefore.d.ts +3 -0
  36. package/build/ts/surfaces/checkout/targets/Checkout::CartLineDetails::RenderAfter.d.ts +3 -0
  37. package/build/ts/surfaces/checkout/targets/Checkout::CartLineDetails::RenderLineComponents.d.ts +3 -0
  38. package/build/ts/surfaces/checkout/targets/Checkout::CartLines::RenderAfter.d.ts +3 -0
  39. package/build/ts/surfaces/checkout/targets/Checkout::Contact::RenderAfter.d.ts +3 -0
  40. package/build/ts/surfaces/checkout/targets/Checkout::CustomerInformation::RenderAfter.d.ts +3 -0
  41. package/build/ts/surfaces/checkout/targets/Checkout::DeliveryAddress::RenderBefore.d.ts +3 -0
  42. package/build/ts/surfaces/checkout/targets/Checkout::Dynamic::Render.d.ts +3 -0
  43. package/build/ts/surfaces/checkout/targets/Checkout::GiftCard::Render.d.ts +3 -0
  44. package/build/ts/surfaces/checkout/targets/Checkout::PaymentMethod::HostedFields::RenderAfter.d.ts +3 -0
  45. package/build/ts/surfaces/checkout/targets/Checkout::PaymentMethod::Render.d.ts +3 -0
  46. package/build/ts/surfaces/checkout/targets/Checkout::PaymentMethod::RenderRequiredAction.d.ts +3 -0
  47. package/build/ts/surfaces/checkout/targets/Checkout::PickupLocations::RenderAfter.d.ts +3 -0
  48. package/build/ts/surfaces/checkout/targets/Checkout::PickupLocations::RenderBefore.d.ts +3 -0
  49. package/build/ts/surfaces/checkout/targets/Checkout::PickupPoints::RenderAfter.d.ts +3 -0
  50. package/build/ts/surfaces/checkout/targets/Checkout::PickupPoints::RenderBefore.d.ts +3 -0
  51. package/build/ts/surfaces/checkout/targets/Checkout::Reductions::RenderAfter.d.ts +3 -0
  52. package/build/ts/surfaces/checkout/targets/Checkout::Reductions::RenderBefore.d.ts +3 -0
  53. package/build/ts/surfaces/checkout/targets/Checkout::ShippingMethodDetails::RenderAfter.d.ts +3 -0
  54. package/build/ts/surfaces/checkout/targets/Checkout::ShippingMethodDetails::RenderExpanded.d.ts +3 -0
  55. package/build/ts/surfaces/checkout/targets/Checkout::ShippingMethods::RenderAfter.d.ts +3 -0
  56. package/build/ts/surfaces/checkout/targets/Checkout::ShippingMethods::RenderBefore.d.ts +3 -0
  57. package/build/ts/surfaces/checkout/targets/Checkout::ThankYou::CartLineDetails::RenderAfter.d.ts +3 -0
  58. package/build/ts/surfaces/checkout/targets/Checkout::ThankYou::CartLines::RenderAfter.d.ts +3 -0
  59. package/build/ts/surfaces/checkout/targets/Checkout::ThankYou::CustomerInformation::RenderAfter.d.ts +3 -0
  60. package/build/ts/surfaces/checkout/targets/Checkout::ThankYou::Dynamic::Render.d.ts +3 -0
  61. package/build/ts/surfaces/checkout/targets/purchase.cart-line-item.line-components.render.d.ts +3 -0
  62. package/build/ts/surfaces/checkout/targets/purchase.checkout.actions.render-before.d.ts +3 -0
  63. package/build/ts/surfaces/checkout/targets/purchase.checkout.block.render.d.ts +3 -0
  64. package/build/ts/surfaces/checkout/targets/purchase.checkout.cart-line-item.render-after.d.ts +3 -0
  65. package/build/ts/surfaces/checkout/targets/purchase.checkout.cart-line-list.render-after.d.ts +3 -0
  66. package/build/ts/surfaces/checkout/targets/purchase.checkout.contact.render-after.d.ts +3 -0
  67. package/build/ts/surfaces/checkout/targets/purchase.checkout.delivery-address.render-after.d.ts +3 -0
  68. package/build/ts/surfaces/checkout/targets/purchase.checkout.delivery-address.render-before.d.ts +3 -0
  69. package/build/ts/surfaces/checkout/targets/purchase.checkout.footer.render-after.d.ts +3 -0
  70. package/build/ts/surfaces/checkout/targets/purchase.checkout.gift-card.render.d.ts +3 -0
  71. package/build/ts/surfaces/checkout/targets/purchase.checkout.header.render-after.d.ts +3 -0
  72. package/build/ts/surfaces/checkout/targets/purchase.checkout.payment-method-list.render-after.d.ts +3 -0
  73. package/build/ts/surfaces/checkout/targets/purchase.checkout.payment-method-list.render-before.d.ts +3 -0
  74. package/build/ts/surfaces/checkout/targets/purchase.checkout.payment-option-item.action-required.render.d.ts +3 -0
  75. package/build/ts/surfaces/checkout/targets/purchase.checkout.payment-option-item.details.render.d.ts +3 -0
  76. package/build/ts/surfaces/checkout/targets/purchase.checkout.payment-option-item.hosted-fields.render-after.d.ts +3 -0
  77. package/build/ts/surfaces/checkout/targets/purchase.checkout.pickup-location-list.render-after.d.ts +3 -0
  78. package/build/ts/surfaces/checkout/targets/purchase.checkout.pickup-location-list.render-before.d.ts +3 -0
  79. package/build/ts/surfaces/checkout/targets/purchase.checkout.pickup-location-option-item.render-after.d.ts +3 -0
  80. package/build/ts/surfaces/checkout/targets/purchase.checkout.pickup-point-list.render-after.d.ts +3 -0
  81. package/build/ts/surfaces/checkout/targets/purchase.checkout.pickup-point-list.render-before.d.ts +3 -0
  82. package/build/ts/surfaces/checkout/targets/purchase.checkout.reductions.render-after.d.ts +3 -0
  83. package/build/ts/surfaces/checkout/targets/purchase.checkout.reductions.render-before.d.ts +3 -0
  84. package/build/ts/surfaces/checkout/targets/purchase.checkout.shipping-option-item.details.render.d.ts +3 -0
  85. package/build/ts/surfaces/checkout/targets/purchase.checkout.shipping-option-item.render-after.d.ts +3 -0
  86. package/build/ts/surfaces/checkout/targets/purchase.checkout.shipping-option-list.render-after.d.ts +3 -0
  87. package/build/ts/surfaces/checkout/targets/purchase.checkout.shipping-option-list.render-before.d.ts +3 -0
  88. package/build/ts/surfaces/checkout/targets/purchase.thank-you.announcement.render.d.ts +3 -0
  89. package/build/ts/surfaces/checkout/targets/purchase.thank-you.block.render.d.ts +3 -0
  90. package/build/ts/surfaces/checkout/targets/purchase.thank-you.cart-line-item.render-after.d.ts +3 -0
  91. package/build/ts/surfaces/checkout/targets/purchase.thank-you.cart-line-list.render-after.d.ts +3 -0
  92. package/build/ts/surfaces/checkout/targets/purchase.thank-you.customer-information.render-after.d.ts +3 -0
  93. package/build/ts/surfaces/checkout/targets/purchase.thank-you.footer.render-after.d.ts +3 -0
  94. package/build/ts/surfaces/checkout/targets/purchase.thank-you.header.render-after.d.ts +3 -0
  95. package/build/ts/surfaces/customer-account/components/ConsentCheckbox.d.ts +84 -0
  96. package/build/ts/surfaces/customer-account/components/ConsentPhoneField.d.ts +129 -0
  97. package/build/ts/surfaces/customer-account/components/NumberField.d.ts +98 -0
  98. package/build/ts/surfaces/customer-account/components/PasswordField.d.ts +1 -1
  99. package/build/ts/surfaces/customer-account/components/components-shared.d.ts +17 -0
  100. package/build/ts/surfaces/customer-account/components/components.d.ts +216 -144
  101. package/build/ts/surfaces/customer-account/targets/customer-account.footer.render-after.d.ts +3 -0
  102. package/build/ts/surfaces/customer-account/targets/customer-account.order-index.announcement.render.d.ts +3 -0
  103. package/build/ts/surfaces/customer-account/targets/customer-account.order-index.block.render.d.ts +3 -0
  104. package/build/ts/surfaces/customer-account/targets/customer-account.order-status.announcement.render.d.ts +3 -0
  105. package/build/ts/surfaces/customer-account/targets/customer-account.order-status.block.render.d.ts +3 -0
  106. package/build/ts/surfaces/customer-account/targets/customer-account.order-status.cart-line-item.render-after.d.ts +3 -0
  107. package/build/ts/surfaces/customer-account/targets/customer-account.order-status.cart-line-list.render-after.d.ts +3 -0
  108. package/build/ts/surfaces/customer-account/targets/customer-account.order-status.customer-information.render-after.d.ts +3 -0
  109. package/build/ts/surfaces/customer-account/targets/customer-account.order-status.fulfillment-details.render-after.d.ts +3 -0
  110. package/build/ts/surfaces/customer-account/targets/customer-account.order-status.payment-details.render-after.d.ts +3 -0
  111. package/build/ts/surfaces/customer-account/targets/customer-account.order-status.return-details.render-after.d.ts +3 -0
  112. package/build/ts/surfaces/customer-account/targets/customer-account.order-status.unfulfilled-items.render-after.d.ts +3 -0
  113. package/build/ts/surfaces/customer-account/targets/customer-account.order.action.menu-item.render.d.ts +3 -0
  114. package/build/ts/surfaces/customer-account/targets/customer-account.order.action.render.d.ts +3 -0
  115. package/build/ts/surfaces/customer-account/targets/customer-account.order.page.render.d.ts +3 -0
  116. package/build/ts/surfaces/customer-account/targets/customer-account.page.render.d.ts +3 -0
  117. package/build/ts/surfaces/customer-account/targets/customer-account.profile.addresses.render-after.d.ts +3 -0
  118. package/build/ts/surfaces/customer-account/targets/customer-account.profile.announcement.render.d.ts +3 -0
  119. package/build/ts/surfaces/customer-account/targets/customer-account.profile.block.render.d.ts +3 -0
  120. package/build/ts/surfaces/customer-account/targets/customer-account.profile.company-details.render-after.d.ts +3 -0
  121. package/build/ts/surfaces/customer-account/targets/customer-account.profile.company-location-addresses.render-after.d.ts +3 -0
  122. package/build/ts/surfaces/customer-account/targets/customer-account.profile.company-location-payment.render-after.d.ts +3 -0
  123. package/build/ts/surfaces/customer-account/targets/customer-account.profile.company-location-staff.render-after.d.ts +3 -0
  124. package/build/ts/surfaces/customer-account/targets/customer-account.profile.payment.render-after.d.ts +3 -0
  125. package/build/ts/surfaces/point-of-sale/components/Badge.d.ts +10 -1
  126. package/build/ts/surfaces/point-of-sale/components/Banner.d.ts +12 -4
  127. package/build/ts/surfaces/point-of-sale/components/Box.d.ts +51 -14
  128. package/build/ts/surfaces/point-of-sale/components/Button.d.ts +12 -2
  129. package/build/ts/surfaces/point-of-sale/components/Choice.d.ts +3 -2
  130. package/build/ts/surfaces/point-of-sale/components/ChoiceList.d.ts +12 -5
  131. package/build/ts/surfaces/point-of-sale/components/Clickable.d.ts +11 -4
  132. package/build/ts/surfaces/point-of-sale/components/DateField.d.ts +17 -8
  133. package/build/ts/surfaces/point-of-sale/components/DatePicker.d.ts +14 -6
  134. package/build/ts/surfaces/point-of-sale/components/DateSpinner.d.ts +10 -6
  135. package/build/ts/surfaces/point-of-sale/components/Divider.d.ts +4 -3
  136. package/build/ts/surfaces/point-of-sale/components/EmailField.d.ts +17 -7
  137. package/build/ts/surfaces/point-of-sale/components/Heading.d.ts +7 -4
  138. package/build/ts/surfaces/point-of-sale/components/Icon.d.ts +13 -3
  139. package/build/ts/surfaces/point-of-sale/components/Image.d.ts +12 -5
  140. package/build/ts/surfaces/point-of-sale/components/Modal.d.ts +28 -7
  141. package/build/ts/surfaces/point-of-sale/components/NumberField.d.ts +17 -7
  142. package/build/ts/surfaces/point-of-sale/components/Page.d.ts +25 -11
  143. package/build/ts/surfaces/point-of-sale/components/PosBlock/PosBlock.doc.d.ts.map +1 -1
  144. package/build/ts/surfaces/point-of-sale/components/PosBlock.d.ts +12 -13
  145. package/build/ts/surfaces/point-of-sale/components/QrCode.d.ts +12 -8
  146. package/build/ts/surfaces/point-of-sale/components/ScrollBox.d.ts +47 -15
  147. package/build/ts/surfaces/point-of-sale/components/SearchField.d.ts +15 -7
  148. package/build/ts/surfaces/point-of-sale/components/Section.d.ts +15 -9
  149. package/build/ts/surfaces/point-of-sale/components/Stack.d.ts +67 -7
  150. package/build/ts/surfaces/point-of-sale/components/Text.d.ts +25 -4
  151. package/build/ts/surfaces/point-of-sale/components/TextArea.d.ts +17 -7
  152. package/build/ts/surfaces/point-of-sale/components/TextField.d.ts +9 -7
  153. package/build/ts/surfaces/point-of-sale/components/Tile.d.ts +12 -2
  154. package/build/ts/surfaces/point-of-sale/components/TimeField.d.ts +14 -6
  155. package/build/ts/surfaces/point-of-sale/components/TimePicker.d.ts +14 -6
  156. package/build/ts/surfaces/point-of-sale/components/components-shared.d.ts +102 -1
  157. package/build/tsconfig.tsbuildinfo +1 -1
  158. package/package.json +2 -1
  159. package/src/docs/shared/components/ConsentCheckbox.ts +12 -0
  160. package/src/docs/shared/components/ConsentPhoneField.ts +12 -0
  161. package/src/docs/shared/components/index.ts +2 -0
  162. package/src/surfaces/admin/components/Chip.d.ts +1 -5
  163. package/src/surfaces/admin/components/ClickableChip.d.ts +1 -5
  164. package/src/surfaces/admin/components/ColorPicker.d.ts +1 -5
  165. package/src/surfaces/admin/components/DateField.d.ts +1 -5
  166. package/src/surfaces/admin/components/Menu.d.ts +1 -5
  167. package/src/surfaces/admin/components/Modal.d.ts +1 -5
  168. package/src/surfaces/admin/components/QueryContainer.d.ts +1 -5
  169. package/src/surfaces/admin/components/shared.d.ts +30 -6
  170. package/src/surfaces/admin/components.d.ts +64 -152
  171. package/src/surfaces/checkout/components/ConsentCheckbox/examples/basic-consent-checkbox.example.html +5 -0
  172. package/src/surfaces/checkout/components/ConsentCheckbox.d.ts +84 -0
  173. package/src/surfaces/checkout/components/ConsentPhoneField/examples/basic-consent-phone-field.example.html +5 -0
  174. package/src/surfaces/checkout/components/ConsentPhoneField.d.ts +129 -0
  175. package/src/surfaces/checkout/components/NumberField/examples/basic-number-field.example.html +8 -0
  176. package/src/surfaces/checkout/components/NumberField.d.ts +98 -0
  177. package/src/surfaces/checkout/components/PasswordField.d.ts +1 -1
  178. package/src/surfaces/checkout/components/PhoneField/examples/basic-phone-field.example.html +2 -1
  179. package/src/surfaces/checkout/components/ProductThumbnail/examples/basic-product-thumbnail.example.html +4 -1
  180. package/src/surfaces/checkout/components/Stack/examples/basic-stack.example.html +20 -4
  181. package/src/surfaces/checkout/components/TextArea/examples/basic-text-area.example.html +5 -1
  182. package/src/surfaces/checkout/components/TextField/examples/basic-text-field.example.html +4 -1
  183. package/src/surfaces/checkout/components/components-shared.d.ts +17 -0
  184. package/src/surfaces/checkout/components/components.d.ts +216 -144
  185. package/src/surfaces/checkout/preact/api.ts +1 -1
  186. package/src/surfaces/checkout/preact/tests/api.test.tsx +22 -13
  187. package/src/surfaces/checkout/preact/tests/app-metafields.test.ts +52 -56
  188. package/src/surfaces/checkout/preact/tests/attributes.test.ts +34 -24
  189. package/src/surfaces/checkout/preact/tests/billing-address.test.ts +17 -7
  190. package/src/surfaces/checkout/preact/tests/buyer-identity-businessCustomer.test.ts +16 -9
  191. package/src/surfaces/checkout/preact/tests/buyer-identity.test.tsx +57 -26
  192. package/src/surfaces/checkout/preact/tests/buyer-journey.test.ts +71 -74
  193. package/src/surfaces/checkout/preact/tests/capabilities.test.ts +32 -28
  194. package/src/surfaces/checkout/preact/tests/cart-line-target.test.ts +31 -24
  195. package/src/surfaces/checkout/preact/tests/checkout-settings.test.ts +17 -9
  196. package/src/surfaces/checkout/preact/tests/checkout-token.test.ts +16 -6
  197. package/src/surfaces/checkout/preact/tests/configuration.test.ts +16 -6
  198. package/src/surfaces/checkout/preact/tests/country.test.tsx +18 -8
  199. package/src/surfaces/checkout/preact/tests/currency.test.tsx +18 -8
  200. package/src/surfaces/checkout/preact/tests/customer-privacy.test.ts +17 -8
  201. package/src/surfaces/checkout/preact/tests/delivery-group-list-target.test.ts +24 -18
  202. package/src/surfaces/checkout/preact/tests/delivery-group-target.test.ts +25 -19
  203. package/src/surfaces/checkout/preact/tests/delivery-group.test.ts +22 -16
  204. package/src/surfaces/checkout/preact/tests/delivery-groups.test.ts +17 -11
  205. package/src/surfaces/checkout/preact/tests/delivery-selection-groups.test.ts +31 -24
  206. package/src/surfaces/checkout/preact/tests/discounts.test.tsx +21 -14
  207. package/src/surfaces/checkout/preact/tests/extension-language.test.tsx +17 -8
  208. package/src/surfaces/checkout/preact/tests/gift-cards.test.tsx +17 -8
  209. package/src/surfaces/checkout/preact/tests/localized-fields.test.ts +58 -59
  210. package/src/surfaces/checkout/preact/tests/market.test.tsx +17 -7
  211. package/src/surfaces/checkout/preact/tests/metafield.test.tsx +33 -36
  212. package/src/surfaces/checkout/preact/tests/metafields.test.tsx +36 -53
  213. package/src/surfaces/checkout/preact/tests/mount.tsx +60 -17
  214. package/src/surfaces/checkout/preact/tests/notes.test.tsx +16 -6
  215. package/src/surfaces/checkout/preact/tests/payment-method.test.ts +87 -60
  216. package/src/surfaces/checkout/preact/tests/payment-options.test.tsx +26 -24
  217. package/src/surfaces/checkout/preact/tests/pickup-location-option-target.test.tsx +55 -46
  218. package/src/surfaces/checkout/preact/tests/redeemable.test.ts +30 -23
  219. package/src/surfaces/checkout/preact/tests/session-token.test.tsx +12 -6
  220. package/src/surfaces/checkout/preact/tests/shipping-address.test.ts +17 -7
  221. package/src/surfaces/checkout/preact/tests/shipping-option-target.test.ts +54 -50
  222. package/src/surfaces/checkout/preact/tests/shopping-address.test.tsx +18 -10
  223. package/src/surfaces/checkout/preact/tests/timezone.test.tsx +17 -7
  224. package/src/surfaces/checkout/preact/tests/translate.test.tsx +18 -13
  225. package/src/surfaces/checkout/preact/tests/tsconfig.json +1 -1
  226. package/src/surfaces/checkout/shared.ts +2 -0
  227. package/src/surfaces/point-of-sale/components/Badge.d.ts +10 -1
  228. package/src/surfaces/point-of-sale/components/Banner.d.ts +12 -4
  229. package/src/surfaces/point-of-sale/components/Box.d.ts +51 -14
  230. package/src/surfaces/point-of-sale/components/Button.d.ts +12 -2
  231. package/src/surfaces/point-of-sale/components/Choice.d.ts +3 -2
  232. package/src/surfaces/point-of-sale/components/ChoiceList.d.ts +12 -5
  233. package/src/surfaces/point-of-sale/components/Clickable.d.ts +11 -4
  234. package/src/surfaces/point-of-sale/components/DateField.d.ts +17 -8
  235. package/src/surfaces/point-of-sale/components/DatePicker.d.ts +14 -6
  236. package/src/surfaces/point-of-sale/components/DateSpinner.d.ts +10 -6
  237. package/src/surfaces/point-of-sale/components/Divider.d.ts +4 -3
  238. package/src/surfaces/point-of-sale/components/EmailField.d.ts +17 -7
  239. package/src/surfaces/point-of-sale/components/Heading.d.ts +7 -4
  240. package/src/surfaces/point-of-sale/components/Icon.d.ts +13 -3
  241. package/src/surfaces/point-of-sale/components/Image.d.ts +12 -5
  242. package/src/surfaces/point-of-sale/components/Modal.d.ts +28 -7
  243. package/src/surfaces/point-of-sale/components/NumberField.d.ts +17 -7
  244. package/src/surfaces/point-of-sale/components/Page.d.ts +25 -11
  245. package/src/surfaces/point-of-sale/components/PosBlock.d.ts +12 -13
  246. package/src/surfaces/point-of-sale/components/QrCode.d.ts +12 -8
  247. package/src/surfaces/point-of-sale/components/ScrollBox.d.ts +47 -15
  248. package/src/surfaces/point-of-sale/components/SearchField.d.ts +15 -7
  249. package/src/surfaces/point-of-sale/components/Section.d.ts +15 -9
  250. package/src/surfaces/point-of-sale/components/Stack.d.ts +67 -7
  251. package/src/surfaces/point-of-sale/components/Text.d.ts +25 -4
  252. package/src/surfaces/point-of-sale/components/TextArea.d.ts +17 -7
  253. package/src/surfaces/point-of-sale/components/TextField.d.ts +9 -7
  254. package/src/surfaces/point-of-sale/components/Tile.d.ts +12 -2
  255. package/src/surfaces/point-of-sale/components/TimeField.d.ts +14 -6
  256. package/src/surfaces/point-of-sale/components/TimePicker.d.ts +14 -6
  257. package/src/surfaces/point-of-sale/components/components-shared.d.ts +102 -1
  258. package/src/surfaces/point-of-sale/components.d.ts +869 -481
  259. package/build/ts/surfaces/checkout/errors.d.ts +0 -10
  260. package/build/ts/surfaces/checkout/errors.d.ts.map +0 -1
  261. package/src/surfaces/checkout/errors.ts +0 -13
@@ -1996,6 +1996,15 @@ export type AutocompleteGroup = "shipping" | "billing";
1996
1996
  export type AutocompleteAddressGroup = "fax" | "home" | "mobile" | "pager";
1997
1997
  export type AnyAutocompleteField = "additional-name" | "address-level1" | "address-level2" | "address-level3" | "address-level4" | "address-line1" | "address-line2" | "address-line3" | "country-name" | "country" | "current-password" | "email" | "family-name" | "given-name" | "honorific-prefix" | "honorific-suffix" | "language" | "name" | "new-password" | "nickname" | "one-time-code" | "organization-title" | "organization" | "photo" | "postal-code" | "sex" | "street-address" | "transaction-amount" | "transaction-currency" | "url" | "username" | "bday-day" | "bday-month" | "bday-year" | "bday" | "cc-additional-name" | "cc-expiry-month" | "cc-expiry-year" | "cc-expiry" | "cc-family-name" | "cc-given-name" | "cc-name" | "cc-number" | "cc-csc" | "cc-type" | `${AutocompleteAddressGroup} email` | "impp" | `${AutocompleteAddressGroup} impp` | "tel" | "tel-area-code" | "tel-country-code" | "tel-extension" | "tel-local-prefix" | "tel-local-suffix" | "tel-local" | "tel-national" | `${AutocompleteAddressGroup} tel` | `${AutocompleteAddressGroup} tel-area-code` | `${AutocompleteAddressGroup} tel-country-code` | `${AutocompleteAddressGroup} tel-extension` | `${AutocompleteAddressGroup} tel-local-prefix` | `${AutocompleteAddressGroup} tel-local-suffix` | `${AutocompleteAddressGroup} tel-local` | `${AutocompleteAddressGroup} tel-national`;
1998
1998
  export type TextAutocompleteField = ExtractStrict<AnyAutocompleteField, "additional-name" | "address-level1" | "address-level2" | "address-level3" | "address-level4" | "address-line1" | "address-line2" | "address-line3" | "country-name" | "country" | "family-name" | "given-name" | "honorific-prefix" | "honorific-suffix" | "language" | "name" | "nickname" | "one-time-code" | "organization-title" | "organization" | "postal-code" | "sex" | "street-address" | "transaction-currency" | "username" | "cc-name" | "cc-given-name" | "cc-additional-name" | "cc-family-name" | "cc-type">;
1999
+ export type ConsentPolicy = "sms-marketing";
2000
+ interface ConsentCheckboxProps$1 extends GlobalProps, CheckboxProps$1 {
2001
+ /**
2002
+ * The policy for which user consent is being collected for.
2003
+ *
2004
+ * `sms-marketing`: Represents the policy for SMS marketing consent.
2005
+ */
2006
+ policy?: ConsentPolicy;
2007
+ }
1999
2008
  export type PhoneAutocompleteField = ExtractStrict<AnyAutocompleteField, "tel" | "tel-area-code" | "tel-country-code" | "tel-extension" | "tel-local-prefix" | "tel-local-suffix" | "tel-local" | "tel-national" | `${AutocompleteAddressGroup} tel` | `${AutocompleteAddressGroup} tel-area-code` | `${AutocompleteAddressGroup} tel-country-code` | `${AutocompleteAddressGroup} tel-extension` | `${AutocompleteAddressGroup} tel-local-prefix` | `${AutocompleteAddressGroup} tel-local-suffix` | `${AutocompleteAddressGroup} tel-local` | `${AutocompleteAddressGroup} tel-national`>;
2000
2009
  interface PhoneFieldProps$1 extends GlobalProps, BaseTextFieldProps, Pick<FieldDecorationProps, "accessory">, AutocompleteProps<PhoneAutocompleteField> {
2001
2010
  /**
@@ -2007,6 +2016,14 @@ interface PhoneFieldProps$1 extends GlobalProps, BaseTextFieldProps, Pick<FieldD
2007
2016
  */
2008
2017
  type?: "mobile" | "";
2009
2018
  }
2019
+ interface ConsentPhoneFieldProps$1 extends GlobalProps, PhoneFieldProps$1 {
2020
+ /**
2021
+ * The policy for which user consent is being collected for.
2022
+ *
2023
+ * `sms-marketing`: Represents the policy for SMS marketing consent.
2024
+ */
2025
+ policy?: ConsentPolicy;
2026
+ }
2010
2027
  interface DatePickerProps$1 extends GlobalProps, InputProps, FocusEventProps {
2011
2028
  /**
2012
2029
  * Default month to display in `YYYY-MM` format.
@@ -3423,25 +3440,25 @@ interface BaseElementPropsWithChildren<TClass = HTMLElement> extends BaseElement
3423
3440
  declare const CHECKOUT_AVAILABLE_ICONS: readonly ["alert-circle", "alert-triangle-filled", "alert-triangle", "arrow-down", "arrow-left", "arrow-right", "arrow-up-right", "arrow-up", "bag", "bullet", "calendar", "camera", "caret-down", "cart", "cash-dollar", "categories", "check-circle", "check", "chevron-down", "chevron-left", "chevron-right", "chevron-up", "circle", "clipboard", "clock", "credit-card", "delete", "delivered", "delivery", "disabled", "discount", "edit", "email", "empty", "external", "filter", "geolocation", "gift-card", "globe", "grid", "image", "info-filled", "info", "list-bulleted", "location", "lock", "map", "menu-horizontal", "menu-vertical", "menu", "minus", "mobile", "note", "order", "organization", "plus", "profile", "question-circle-filled", "question-circle", "reorder", "reset", "return", "savings", "search", "settings", "star-filled", "star-half", "star", "store", "truck", "upload", "x-circle-filled", "x-circle", "x"];
3424
3441
  type ReducedIconTypes = (typeof CHECKOUT_AVAILABLE_ICONS)[number];
3425
3442
 
3426
- declare const tagName$X = "s-abbreviation";
3443
+ declare const tagName$Z = "s-abbreviation";
3427
3444
  interface AbbreviationProps extends Pick<AbbreviationProps$1, 'title' | 'id'> {
3428
3445
  }
3429
3446
  interface AbbreviationElement extends AbbreviationProps, Omit<HTMLElement, 'id' | 'title'> {
3430
3447
  }
3431
3448
  declare global {
3432
3449
  interface HTMLElementTagNameMap {
3433
- [tagName$X]: AbbreviationElement;
3450
+ [tagName$Z]: AbbreviationElement;
3434
3451
  }
3435
3452
  }
3436
3453
  declare module 'preact' {
3437
3454
  namespace createElement.JSX {
3438
3455
  interface IntrinsicElements {
3439
- [tagName$X]: AbbreviationProps & BaseElementPropsWithChildren<AbbreviationElement>;
3456
+ [tagName$Z]: AbbreviationProps & BaseElementPropsWithChildren<AbbreviationElement>;
3440
3457
  }
3441
3458
  }
3442
3459
  }
3443
3460
 
3444
- declare const tagName$W = "s-announcement";
3461
+ declare const tagName$Y = "s-announcement";
3445
3462
  interface AnnouncementEvents extends Pick<AnnouncementProps$1, 'onAfterToggle' | 'onDismiss' | 'onToggle'> {
3446
3463
  }
3447
3464
  interface AnnouncementElement extends AnnouncementMethods, Omit<HTMLElement, 'id' | 'ontoggle'> {
@@ -3456,18 +3473,18 @@ interface AnnouncementMethods {
3456
3473
  }
3457
3474
  declare global {
3458
3475
  interface HTMLElementTagNameMap {
3459
- [tagName$W]: AnnouncementElement;
3476
+ [tagName$Y]: AnnouncementElement;
3460
3477
  }
3461
3478
  }
3462
3479
  declare module 'preact' {
3463
3480
  namespace createElement.JSX {
3464
3481
  interface IntrinsicElements {
3465
- [tagName$W]: AnnouncementProps & BaseElementPropsWithChildren<AnnouncementElement>;
3482
+ [tagName$Y]: AnnouncementProps & BaseElementPropsWithChildren<AnnouncementElement>;
3466
3483
  }
3467
3484
  }
3468
3485
  }
3469
3486
 
3470
- declare const tagName$V = "s-badge";
3487
+ declare const tagName$X = "s-badge";
3471
3488
  interface BadgeProps extends Pick<BadgeProps$1, 'color' | 'icon' | 'iconPosition' | 'id' | 'size' | 'tone'> {
3472
3489
  size?: Extract<BadgeProps$1['size'], 'small' | 'small-100' | 'base'>;
3473
3490
  tone?: Extract<BadgeProps$1['tone'], 'auto' | 'neutral' | 'critical'>;
@@ -3478,18 +3495,18 @@ interface BadgeElement extends BadgeProps, Omit<HTMLElement, 'id'> {
3478
3495
  }
3479
3496
  declare global {
3480
3497
  interface HTMLElementTagNameMap {
3481
- [tagName$V]: BadgeElement;
3498
+ [tagName$X]: BadgeElement;
3482
3499
  }
3483
3500
  }
3484
3501
  declare module 'preact' {
3485
3502
  namespace createElement.JSX {
3486
3503
  interface IntrinsicElements {
3487
- [tagName$V]: BadgeProps & BaseElementPropsWithChildren<BadgeElement>;
3504
+ [tagName$X]: BadgeProps & BaseElementPropsWithChildren<BadgeElement>;
3488
3505
  }
3489
3506
  }
3490
3507
  }
3491
3508
 
3492
- declare const tagName$U = "s-banner";
3509
+ declare const tagName$W = "s-banner";
3493
3510
  interface BannerElementProps extends Pick<BannerProps$1, 'collapsible' | 'dismissible' | 'heading' | 'hidden' | 'id' | 'tone'> {
3494
3511
  tone?: Extract<BannerProps$1['tone'], 'auto' | 'info' | 'success' | 'warning' | 'critical'>;
3495
3512
  }
@@ -3503,18 +3520,18 @@ interface BannerProps extends BannerElementProps, BannerEvents {
3503
3520
  }
3504
3521
  declare global {
3505
3522
  interface HTMLElementTagNameMap {
3506
- [tagName$U]: BannerElement;
3523
+ [tagName$W]: BannerElement;
3507
3524
  }
3508
3525
  }
3509
3526
  declare module 'preact' {
3510
3527
  namespace createElement.JSX {
3511
3528
  interface IntrinsicElements {
3512
- [tagName$U]: BannerProps & BaseElementPropsWithChildren<BannerElement>;
3529
+ [tagName$W]: BannerProps & BaseElementPropsWithChildren<BannerElement>;
3513
3530
  }
3514
3531
  }
3515
3532
  }
3516
3533
 
3517
- declare const tagName$T = "s-box";
3534
+ declare const tagName$V = "s-box";
3518
3535
  interface BoxProps extends Pick<BoxProps$1, 'accessibilityLabel' | 'accessibilityRole' | 'accessibilityVisibility' | 'background' | 'blockSize' | 'border' | 'borderRadius' | 'borderStyle' | 'borderWidth' | 'display' | 'id' | 'inlineSize' | 'maxBlockSize' | 'maxInlineSize' | 'minBlockSize' | 'minInlineSize' | 'overflow' | 'padding' | 'paddingBlock' | 'paddingBlockEnd' | 'paddingBlockStart' | 'paddingInline' | 'paddingInlineEnd' | 'paddingInlineStart'> {
3519
3536
  background?: Extract<BoxProps$1['background'], 'transparent' | 'subdued' | 'base'>;
3520
3537
  border?: BorderShorthand;
@@ -3525,18 +3542,18 @@ interface BoxElement extends BoxProps, Omit<HTMLElement, 'id'> {
3525
3542
  }
3526
3543
  declare global {
3527
3544
  interface HTMLElementTagNameMap {
3528
- [tagName$T]: BoxElement;
3545
+ [tagName$V]: BoxElement;
3529
3546
  }
3530
3547
  }
3531
3548
  declare module 'preact' {
3532
3549
  namespace createElement.JSX {
3533
3550
  interface IntrinsicElements {
3534
- [tagName$T]: BoxProps & BaseElementPropsWithChildren<BoxElement>;
3551
+ [tagName$V]: BoxProps & BaseElementPropsWithChildren<BoxElement>;
3535
3552
  }
3536
3553
  }
3537
3554
  }
3538
3555
 
3539
- declare const tagName$S = "s-button";
3556
+ declare const tagName$U = "s-button";
3540
3557
  interface ButtonElementProps extends Pick<ButtonProps$1, 'accessibilityLabel' | 'command' | 'commandFor' | 'disabled' | 'href' | 'id' | 'inlineSize' | 'interestFor' | 'loading' | 'target' | 'tone' | 'type' | 'variant'> {
3541
3558
  target?: Extract<ButtonProps$1['target'], 'auto' | '_blank'>;
3542
3559
  tone?: Extract<ButtonProps$1['tone'], 'auto' | 'neutral' | 'critical'>;
@@ -3552,18 +3569,18 @@ interface ButtonProps extends ButtonElementProps, ButtonEvents {
3552
3569
  }
3553
3570
  declare global {
3554
3571
  interface HTMLElementTagNameMap {
3555
- [tagName$S]: ButtonElement;
3572
+ [tagName$U]: ButtonElement;
3556
3573
  }
3557
3574
  }
3558
3575
  declare module 'preact' {
3559
3576
  namespace createElement.JSX {
3560
3577
  interface IntrinsicElements {
3561
- [tagName$S]: ButtonProps & BaseElementPropsWithChildren<ButtonElement>;
3578
+ [tagName$U]: ButtonProps & BaseElementPropsWithChildren<ButtonElement>;
3562
3579
  }
3563
3580
  }
3564
3581
  }
3565
3582
 
3566
- declare const tagName$R = "s-checkbox";
3583
+ declare const tagName$T = "s-checkbox";
3567
3584
  interface CheckboxElementProps extends Pick<CheckboxProps$1, 'accessibilityLabel' | 'checked' | 'command' | 'commandFor' | 'defaultChecked' | 'disabled' | 'error' | 'id' | 'label' | 'name' | 'required' | 'value'> {
3568
3585
  command?: Extract<CheckboxProps$1['command'], '--auto' | '--show' | '--hide' | '--toggle'>;
3569
3586
  }
@@ -3576,18 +3593,18 @@ interface CheckboxProps extends CheckboxElementProps, CheckboxEvents {
3576
3593
  }
3577
3594
  declare global {
3578
3595
  interface HTMLElementTagNameMap {
3579
- [tagName$R]: CheckboxElement;
3596
+ [tagName$T]: CheckboxElement;
3580
3597
  }
3581
3598
  }
3582
3599
  declare module 'preact' {
3583
3600
  namespace createElement.JSX {
3584
3601
  interface IntrinsicElements {
3585
- [tagName$R]: CheckboxProps & BaseElementProps<CheckboxElement>;
3602
+ [tagName$T]: CheckboxProps & BaseElementProps<CheckboxElement>;
3586
3603
  }
3587
3604
  }
3588
3605
  }
3589
3606
 
3590
- declare const tagName$Q = "s-chip";
3607
+ declare const tagName$S = "s-chip";
3591
3608
  interface ChipElementProps extends Pick<ChipProps$1, 'accessibilityLabel' | 'id'> {
3592
3609
  }
3593
3610
  interface ChipProps extends ChipElementProps {
@@ -3596,36 +3613,36 @@ interface ChipElement extends ChipProps, Omit<HTMLElement, 'id'> {
3596
3613
  }
3597
3614
  declare global {
3598
3615
  interface HTMLElementTagNameMap {
3599
- [tagName$Q]: ChipElement;
3616
+ [tagName$S]: ChipElement;
3600
3617
  }
3601
3618
  }
3602
3619
  declare module 'preact' {
3603
3620
  namespace createElement.JSX {
3604
3621
  interface IntrinsicElements {
3605
- [tagName$Q]: ChipProps & BaseElementPropsWithChildren<ChipElement>;
3622
+ [tagName$S]: ChipProps & BaseElementPropsWithChildren<ChipElement>;
3606
3623
  }
3607
3624
  }
3608
3625
  }
3609
3626
 
3610
- declare const tagName$P = "s-choice";
3627
+ declare const tagName$R = "s-choice";
3611
3628
  interface ChoiceProps extends Pick<ChoiceProps$1, 'accessibilityLabel' | 'defaultSelected' | 'disabled' | 'id' | 'selected' | 'error' | 'value'> {
3612
3629
  }
3613
3630
  interface ChoiceElement extends ChoiceProps, Omit<HTMLElement, 'id'> {
3614
3631
  }
3615
3632
  declare global {
3616
3633
  interface HTMLElementTagNameMap {
3617
- [tagName$P]: ChoiceElement;
3634
+ [tagName$R]: ChoiceElement;
3618
3635
  }
3619
3636
  }
3620
3637
  declare module 'preact' {
3621
3638
  namespace createElement.JSX {
3622
3639
  interface IntrinsicElements {
3623
- [tagName$P]: ChoiceProps & BaseElementPropsWithChildren<ChoiceElement>;
3640
+ [tagName$R]: ChoiceProps & BaseElementPropsWithChildren<ChoiceElement>;
3624
3641
  }
3625
3642
  }
3626
3643
  }
3627
3644
 
3628
- declare const tagName$O = "s-choice-list";
3645
+ declare const tagName$Q = "s-choice-list";
3629
3646
  interface ChoiceListElementProps extends Pick<ChoiceListProps$1, 'disabled' | 'error' | 'id' | 'label' | 'labelAccessibilityVisibility' | 'multiple' | 'name' | 'values' | 'variant'> {
3630
3647
  }
3631
3648
  interface ChoiceListEvents extends Pick<ChoiceListProps$1, 'onChange'> {
@@ -3637,18 +3654,18 @@ interface ChoiceListProps extends ChoiceListElementProps, ChoiceListEvents {
3637
3654
  }
3638
3655
  declare global {
3639
3656
  interface HTMLElementTagNameMap {
3640
- [tagName$O]: ChoiceListElement;
3657
+ [tagName$Q]: ChoiceListElement;
3641
3658
  }
3642
3659
  }
3643
3660
  declare module 'preact' {
3644
3661
  namespace createElement.JSX {
3645
3662
  interface IntrinsicElements {
3646
- [tagName$O]: ChoiceListProps & BaseElementPropsWithChildren<ChoiceListElement>;
3663
+ [tagName$Q]: ChoiceListProps & BaseElementPropsWithChildren<ChoiceListElement>;
3647
3664
  }
3648
3665
  }
3649
3666
  }
3650
3667
 
3651
- declare const tagName$N = "s-clickable";
3668
+ declare const tagName$P = "s-clickable";
3652
3669
  interface ClickableElementProps extends Pick<ClickableProps$1, 'accessibilityLabel' | 'accessibilityVisibility' | 'background' | 'blockSize' | 'border' | 'borderRadius' | 'borderStyle' | 'borderWidth' | 'command' | 'commandFor' | 'disabled' | 'display' | 'href' | 'id' | 'inlineSize' | 'interestFor' | 'lang' | 'loading' | 'maxBlockSize' | 'maxInlineSize' | 'minBlockSize' | 'minInlineSize' | 'overflow' | 'padding' | 'paddingBlock' | 'paddingBlockEnd' | 'paddingBlockStart' | 'paddingInline' | 'paddingInlineEnd' | 'paddingInlineStart' | 'target' | 'type'> {
3653
3670
  background?: Extract<ClickableProps$1['background'], 'transparent' | 'subdued' | 'base'>;
3654
3671
  border?: BorderShorthand;
@@ -3668,18 +3685,18 @@ interface ClickableProps extends ClickableElementProps, ClickableEvents {
3668
3685
  }
3669
3686
  declare global {
3670
3687
  interface HTMLElementTagNameMap {
3671
- [tagName$N]: ClickableElement;
3688
+ [tagName$P]: ClickableElement;
3672
3689
  }
3673
3690
  }
3674
3691
  declare module 'preact' {
3675
3692
  namespace createElement.JSX {
3676
3693
  interface IntrinsicElements {
3677
- [tagName$N]: ClickableProps & BaseElementPropsWithChildren<ClickableElement>;
3694
+ [tagName$P]: ClickableProps & BaseElementPropsWithChildren<ClickableElement>;
3678
3695
  }
3679
3696
  }
3680
3697
  }
3681
3698
 
3682
- declare const tagName$M = "s-clickable-chip";
3699
+ declare const tagName$O = "s-clickable-chip";
3683
3700
  interface ClickableChipElementProps extends Pick<ClickableChipProps$1, 'accessibilityLabel' | 'disabled' | 'hidden' | 'href' | 'id' | 'removable'> {
3684
3701
  }
3685
3702
  interface ClickableChipEvents extends Pick<ClickableChipProps$1, 'onAfterHide' | 'onClick' | 'onRemove'> {
@@ -3693,18 +3710,18 @@ interface ClickableChipProps extends ClickableChipElementProps, ClickableChipEve
3693
3710
  }
3694
3711
  declare global {
3695
3712
  interface HTMLElementTagNameMap {
3696
- [tagName$M]: ClickableChipElement;
3713
+ [tagName$O]: ClickableChipElement;
3697
3714
  }
3698
3715
  }
3699
3716
  declare module 'preact' {
3700
3717
  namespace createElement.JSX {
3701
3718
  interface IntrinsicElements {
3702
- [tagName$M]: ClickableChipProps & BaseElementPropsWithChildren<ClickableChipElement>;
3719
+ [tagName$O]: ClickableChipProps & BaseElementPropsWithChildren<ClickableChipElement>;
3703
3720
  }
3704
3721
  }
3705
3722
  }
3706
3723
 
3707
- declare const tagName$L = "s-clipboard-item";
3724
+ declare const tagName$N = "s-clipboard-item";
3708
3725
  interface ClipboardItemElementProps extends Pick<ClipboardItemProps$1, 'id' | 'text'> {
3709
3726
  }
3710
3727
  interface ClipboardItemEvents extends Pick<ClipboardItemProps$1, 'onCopy' | 'onCopyError'> {
@@ -3717,18 +3734,104 @@ interface ClipboardItemProps extends ClipboardItemElementProps, ClipboardItemEve
3717
3734
  }
3718
3735
  declare global {
3719
3736
  interface HTMLElementTagNameMap {
3720
- [tagName$L]: ClipboardItemElement;
3737
+ [tagName$N]: ClipboardItemElement;
3721
3738
  }
3722
3739
  }
3723
3740
  declare module 'preact' {
3724
3741
  namespace createElement.JSX {
3725
3742
  interface IntrinsicElements {
3726
- [tagName$L]: ClipboardItemProps & BaseElementProps<ClipboardItemElement>;
3743
+ [tagName$N]: ClipboardItemProps & BaseElementProps<ClipboardItemElement>;
3727
3744
  }
3728
3745
  }
3729
3746
  }
3730
3747
 
3731
- declare const tagName$K = "s-date-field";
3748
+ declare const tagName$M = "s-consent-checkbox";
3749
+ interface ConsentCheckboxElementProps extends Pick<ConsentCheckboxProps$1, 'accessibilityLabel' | 'checked' | 'command' | 'commandFor' | 'defaultChecked' | 'disabled' | 'error' | 'id' | 'label' | 'name' | 'policy' | 'value'> {
3750
+ command?: Extract<ConsentCheckboxProps$1['command'], '--auto' | '--show' | '--hide' | '--toggle'>;
3751
+ }
3752
+ interface ConsentCheckboxEvents extends Pick<CheckboxEvents, 'onChange'> {
3753
+ }
3754
+ interface ConsentCheckboxElement extends ConsentCheckboxElementProps, Omit<HTMLElement, 'id' | 'onchange'> {
3755
+ onchange: ConsentCheckboxEvents['onChange'];
3756
+ }
3757
+ interface ConsentCheckboxProps extends ConsentCheckboxElementProps, ConsentCheckboxEvents {
3758
+ }
3759
+ declare global {
3760
+ interface HTMLElementTagNameMap {
3761
+ [tagName$M]: ConsentCheckboxElement;
3762
+ }
3763
+ }
3764
+ declare module 'preact' {
3765
+ namespace createElement.JSX {
3766
+ interface IntrinsicElements {
3767
+ [tagName$M]: ConsentCheckboxProps & BaseElementProps<ConsentCheckboxElement>;
3768
+ }
3769
+ }
3770
+ }
3771
+
3772
+ declare const tagName$L = "s-phone-field";
3773
+ interface PhoneFieldElementProps extends Pick<PhoneFieldProps$1, 'autocomplete' | 'defaultValue' | 'disabled' | 'error' | 'id' | 'label' | 'labelAccessibilityVisibility' | 'name' | 'readOnly' | 'required' | 'value' | 'type'> {
3774
+ /**
3775
+ * @deprecated Use `label` instead.
3776
+ * @private
3777
+ */
3778
+ placeholder?: string;
3779
+ }
3780
+ interface PhoneFieldEvents extends Pick<PhoneFieldProps$1, 'onBlur' | 'onChange' | 'onFocus' | 'onInput'> {
3781
+ }
3782
+ interface PhoneFieldElement extends PhoneFieldElementProps, Omit<HTMLElement, 'id' | 'onblur' | 'onchange' | 'onfocus' | 'oninput' | 'prefix'> {
3783
+ onblur: PhoneFieldEvents['onBlur'];
3784
+ onchange: PhoneFieldEvents['onChange'];
3785
+ onfocus: PhoneFieldEvents['onFocus'];
3786
+ oninput: PhoneFieldEvents['onInput'];
3787
+ }
3788
+ interface PhoneFieldProps extends PhoneFieldElementProps, PhoneFieldEvents {
3789
+ }
3790
+ declare global {
3791
+ interface HTMLElementTagNameMap {
3792
+ [tagName$L]: PhoneFieldElement;
3793
+ }
3794
+ }
3795
+ declare module 'preact' {
3796
+ namespace createElement.JSX {
3797
+ interface IntrinsicElements {
3798
+ [tagName$L]: PhoneFieldProps & BaseElementPropsWithChildren<PhoneFieldElement>;
3799
+ }
3800
+ }
3801
+ }
3802
+
3803
+ declare const tagName$K = "s-consent-phone-field";
3804
+ interface ConsentPhoneFieldElementProps extends Pick<ConsentPhoneFieldProps$1, 'autocomplete' | 'defaultValue' | 'disabled' | 'error' | 'id' | 'label' | 'labelAccessibilityVisibility' | 'name' | 'policy' | 'readOnly' | 'required' | 'type' | 'value'> {
3805
+ /**
3806
+ * @deprecated Use `label` instead.
3807
+ * @private
3808
+ */
3809
+ placeholder?: string;
3810
+ }
3811
+ interface ConsentPhoneFieldEvents extends Pick<PhoneFieldEvents, 'onBlur' | 'onChange' | 'onFocus' | 'onInput'> {
3812
+ }
3813
+ interface ConsentPhoneFieldElement extends ConsentPhoneFieldElementProps, Omit<ConsentPhoneFieldEvents, 'onBlur' | 'onChange' | 'onFocus' | 'onInput'> {
3814
+ onblur: ConsentPhoneFieldEvents['onBlur'];
3815
+ onchange: ConsentPhoneFieldEvents['onChange'];
3816
+ onfocus: ConsentPhoneFieldEvents['onFocus'];
3817
+ oninput: ConsentPhoneFieldEvents['onInput'];
3818
+ }
3819
+ interface ConsentPhoneFieldProps extends ConsentPhoneFieldElementProps, ConsentPhoneFieldEvents {
3820
+ }
3821
+ declare global {
3822
+ interface HTMLElementTagNameMap {
3823
+ [tagName$K]: ConsentPhoneFieldElement;
3824
+ }
3825
+ }
3826
+ declare module 'preact' {
3827
+ namespace createElement.JSX {
3828
+ interface IntrinsicElements {
3829
+ [tagName$K]: ConsentPhoneFieldProps & BaseElementProps<ConsentPhoneFieldElement>;
3830
+ }
3831
+ }
3832
+ }
3833
+
3834
+ declare const tagName$J = "s-date-field";
3732
3835
  interface DateFieldElementProps extends Pick<DateFieldProps$1, 'allow' | 'allowDays' | 'autocomplete' | 'defaultValue' | 'defaultView' | 'disabled' | 'disallow' | 'disallowDays' | 'error' | 'id' | 'label' | 'name' | 'readOnly' | 'required' | 'value' | 'view'> {
3733
3836
  /**
3734
3837
  * @deprecated Use `label` instead.
@@ -3750,18 +3853,18 @@ interface DateFieldProps extends DateFieldElementProps, DateFieldEvents {
3750
3853
  }
3751
3854
  declare global {
3752
3855
  interface HTMLElementTagNameMap {
3753
- [tagName$K]: DateFieldElement;
3856
+ [tagName$J]: DateFieldElement;
3754
3857
  }
3755
3858
  }
3756
3859
  declare module 'preact' {
3757
3860
  namespace createElement.JSX {
3758
3861
  interface IntrinsicElements {
3759
- [tagName$K]: DateFieldProps & BaseElementProps<DateFieldElement>;
3862
+ [tagName$J]: DateFieldProps & BaseElementProps<DateFieldElement>;
3760
3863
  }
3761
3864
  }
3762
3865
  }
3763
3866
 
3764
- declare const tagName$J = "s-date-picker";
3867
+ declare const tagName$I = "s-date-picker";
3765
3868
  interface DatePickerElementProps extends Pick<DatePickerProps$1, 'allow' | 'allowDays' | 'defaultValue' | 'defaultView' | 'disabled' | 'disallow' | 'disallowDays' | 'id' | 'name' | 'type' | 'value' | 'view'> {
3766
3869
  }
3767
3870
  interface DatePickerEvents extends Pick<DatePickerProps$1, 'onBlur' | 'onChange' | 'onFocus' | 'onInput' | 'onViewChange'> {
@@ -3777,18 +3880,18 @@ interface DatePickerProps extends DatePickerElementProps, DatePickerEvents {
3777
3880
  }
3778
3881
  declare global {
3779
3882
  interface HTMLElementTagNameMap {
3780
- [tagName$J]: DatePickerElement;
3883
+ [tagName$I]: DatePickerElement;
3781
3884
  }
3782
3885
  }
3783
3886
  declare module 'preact' {
3784
3887
  namespace createElement.JSX {
3785
3888
  interface IntrinsicElements {
3786
- [tagName$J]: DatePickerProps & BaseElementProps<DatePickerElement>;
3889
+ [tagName$I]: DatePickerProps & BaseElementProps<DatePickerElement>;
3787
3890
  }
3788
3891
  }
3789
3892
  }
3790
3893
 
3791
- declare const tagName$I = "s-details";
3894
+ declare const tagName$H = "s-details";
3792
3895
  interface DetailsElementProps extends Pick<DetailsProps$1, 'defaultOpen' | 'id' | 'open' | 'toggleTransition'> {
3793
3896
  }
3794
3897
  interface DetailsEvents extends Pick<DetailsProps$1, 'onToggle' | 'onAfterToggle'> {
@@ -3801,36 +3904,36 @@ interface DetailsProps extends DetailsElementProps, DetailsEvents {
3801
3904
  }
3802
3905
  declare global {
3803
3906
  interface HTMLElementTagNameMap {
3804
- [tagName$I]: DetailsElement;
3907
+ [tagName$H]: DetailsElement;
3805
3908
  }
3806
3909
  }
3807
3910
  declare module 'preact' {
3808
3911
  namespace createElement.JSX {
3809
3912
  interface IntrinsicElements {
3810
- [tagName$I]: DetailsProps & BaseElementPropsWithChildren<DetailsElement>;
3913
+ [tagName$H]: DetailsProps & BaseElementPropsWithChildren<DetailsElement>;
3811
3914
  }
3812
3915
  }
3813
3916
  }
3814
3917
 
3815
- declare const tagName$H = "s-divider";
3918
+ declare const tagName$G = "s-divider";
3816
3919
  interface DividerProps extends Pick<DividerProps$1, 'direction' | 'id'> {
3817
3920
  }
3818
3921
  interface DividerElement extends DividerProps, Omit<HTMLElement, 'id'> {
3819
3922
  }
3820
3923
  declare global {
3821
3924
  interface HTMLElementTagNameMap {
3822
- [tagName$H]: DividerElement;
3925
+ [tagName$G]: DividerElement;
3823
3926
  }
3824
3927
  }
3825
3928
  declare module 'preact' {
3826
3929
  namespace createElement.JSX {
3827
3930
  interface IntrinsicElements {
3828
- [tagName$H]: DividerProps & BaseElementPropsWithChildren<DividerElement>;
3931
+ [tagName$G]: DividerProps & BaseElementPropsWithChildren<DividerElement>;
3829
3932
  }
3830
3933
  }
3831
3934
  }
3832
3935
 
3833
- declare const tagName$G = "s-drop-zone";
3936
+ declare const tagName$F = "s-drop-zone";
3834
3937
  interface DropZoneElementProps extends Pick<DropZoneProps$1, 'accept' | 'accessibilityLabel' | 'disabled' | 'error' | 'id' | 'label' | 'multiple' | 'name' | 'required' | 'value'> {
3835
3938
  }
3836
3939
  interface DropZoneEvents extends Pick<DropZoneProps$1, 'onDropRejected' | 'onInput' | 'onChange'> {
@@ -3844,18 +3947,18 @@ interface DropZoneProps extends DropZoneElementProps, DropZoneEvents {
3844
3947
  }
3845
3948
  declare global {
3846
3949
  interface HTMLElementTagNameMap {
3847
- [tagName$G]: DropZoneElement;
3950
+ [tagName$F]: DropZoneElement;
3848
3951
  }
3849
3952
  }
3850
3953
  declare module 'preact' {
3851
3954
  namespace createElement.JSX {
3852
3955
  interface IntrinsicElements {
3853
- [tagName$G]: DropZoneProps & BaseElementProps<DropZoneElement>;
3956
+ [tagName$F]: DropZoneProps & BaseElementProps<DropZoneElement>;
3854
3957
  }
3855
3958
  }
3856
3959
  }
3857
3960
 
3858
- declare const tagName$F = "s-email-field";
3961
+ declare const tagName$E = "s-email-field";
3859
3962
  interface EmailFieldElementProps extends Pick<EmailFieldProps$1, 'autocomplete' | 'defaultValue' | 'disabled' | 'error' | 'maxLength' | 'minLength' | 'id' | 'label' | 'labelAccessibilityVisibility' | 'name' | 'readOnly' | 'required' | 'value'> {
3860
3963
  /**
3861
3964
  * @deprecated Use `label` instead.
@@ -3875,18 +3978,18 @@ interface EmailFieldProps extends EmailFieldElementProps, EmailFieldEvents {
3875
3978
  }
3876
3979
  declare global {
3877
3980
  interface HTMLElementTagNameMap {
3878
- [tagName$F]: EmailFieldElement;
3981
+ [tagName$E]: EmailFieldElement;
3879
3982
  }
3880
3983
  }
3881
3984
  declare module 'preact' {
3882
3985
  namespace createElement.JSX {
3883
3986
  interface IntrinsicElements {
3884
- [tagName$F]: EmailFieldProps & BaseElementProps<EmailFieldElement>;
3987
+ [tagName$E]: EmailFieldProps & BaseElementProps<EmailFieldElement>;
3885
3988
  }
3886
3989
  }
3887
3990
  }
3888
3991
 
3889
- declare const tagName$E = "s-form";
3992
+ declare const tagName$D = "s-form";
3890
3993
  interface FormElementProps extends Pick<FormProps$1, 'disabled' | 'id'> {
3891
3994
  }
3892
3995
  interface FormEvents extends Pick<FormProps$1, 'onSubmit'> {
@@ -3902,18 +4005,18 @@ interface FormProps extends FormElementProps, FormEvents {
3902
4005
  }
3903
4006
  declare global {
3904
4007
  interface HTMLElementTagNameMap {
3905
- [tagName$E]: FormElement;
4008
+ [tagName$D]: FormElement;
3906
4009
  }
3907
4010
  }
3908
4011
  declare module 'preact' {
3909
4012
  namespace createElement.JSX {
3910
4013
  interface IntrinsicElements {
3911
- [tagName$E]: FormProps & BaseElementPropsWithChildren<FormElement>;
4014
+ [tagName$D]: FormProps & BaseElementPropsWithChildren<FormElement>;
3912
4015
  }
3913
4016
  }
3914
4017
  }
3915
4018
 
3916
- declare const tagName$D = "s-grid-item";
4019
+ declare const tagName$C = "s-grid-item";
3917
4020
  interface GridItemProps extends Pick<GridItemProps$1, 'accessibilityLabel' | 'accessibilityRole' | 'accessibilityVisibility' | 'background' | 'blockSize' | 'border' | 'borderColor' | 'borderRadius' | 'borderStyle' | 'borderWidth' | 'display' | 'gridColumn' | 'gridRow' | 'id' | 'inlineSize' | 'maxBlockSize' | 'maxInlineSize' | 'minBlockSize' | 'minInlineSize' | 'overflow' | 'padding' | 'paddingBlock' | 'paddingBlockEnd' | 'paddingBlockStart' | 'paddingInline' | 'paddingInlineEnd' | 'paddingInlineStart'> {
3918
4021
  background?: Extract<GridItemProps$1['background'], 'transparent' | 'subdued' | 'base'>;
3919
4022
  border?: BorderShorthand;
@@ -3925,18 +4028,18 @@ interface GridItemElement extends GridItemProps, Omit<HTMLElement, 'id'> {
3925
4028
  }
3926
4029
  declare global {
3927
4030
  interface HTMLElementTagNameMap {
3928
- [tagName$D]: GridItemElement;
4031
+ [tagName$C]: GridItemElement;
3929
4032
  }
3930
4033
  }
3931
4034
  declare module 'preact' {
3932
4035
  namespace createElement.JSX {
3933
4036
  interface IntrinsicElements {
3934
- [tagName$D]: GridItemProps & BaseElementPropsWithChildren<GridItemElement>;
4037
+ [tagName$C]: GridItemProps & BaseElementPropsWithChildren<GridItemElement>;
3935
4038
  }
3936
4039
  }
3937
4040
  }
3938
4041
 
3939
- declare const tagName$C = "s-grid";
4042
+ declare const tagName$B = "s-grid";
3940
4043
  interface GridProps extends Pick<GridProps$1, 'accessibilityLabel' | 'accessibilityRole' | 'accessibilityVisibility' | 'alignContent' | 'alignItems' | 'background' | 'blockSize' | 'border' | 'borderColor' | 'borderRadius' | 'borderStyle' | 'borderWidth' | 'columnGap' | 'display' | 'gap' | 'gridTemplateColumns' | 'gridTemplateRows' | 'id' | 'inlineSize' | 'justifyContent' | 'justifyItems' | 'maxBlockSize' | 'maxInlineSize' | 'minBlockSize' | 'minInlineSize' | 'overflow' | 'padding' | 'paddingBlock' | 'paddingBlockEnd' | 'paddingBlockStart' | 'paddingInline' | 'paddingInlineEnd' | 'paddingInlineStart' | 'placeContent' | 'placeItems' | 'rowGap'> {
3941
4044
  alignContent?: MaybeResponsive<ReducedAlignContentKeyword | ''>;
3942
4045
  alignItems?: MaybeResponsive<ReducedAlignItemsKeyword | ''>;
@@ -3954,36 +4057,36 @@ interface GridElement extends GridProps, Omit<HTMLElement, 'id'> {
3954
4057
  }
3955
4058
  declare global {
3956
4059
  interface HTMLElementTagNameMap {
3957
- [tagName$C]: GridElement;
4060
+ [tagName$B]: GridElement;
3958
4061
  }
3959
4062
  }
3960
4063
  declare module 'preact' {
3961
4064
  namespace createElement.JSX {
3962
4065
  interface IntrinsicElements {
3963
- [tagName$C]: GridProps & BaseElementPropsWithChildren<GridElement>;
4066
+ [tagName$B]: GridProps & BaseElementPropsWithChildren<GridElement>;
3964
4067
  }
3965
4068
  }
3966
4069
  }
3967
4070
 
3968
- declare const tagName$B = "s-heading";
4071
+ declare const tagName$A = "s-heading";
3969
4072
  interface HeadingProps extends Pick<HeadingProps$1, 'accessibilityRole' | 'id'> {
3970
4073
  }
3971
4074
  interface HeadingElement extends HeadingProps, Omit<HTMLElement, 'id'> {
3972
4075
  }
3973
4076
  declare global {
3974
4077
  interface HTMLElementTagNameMap {
3975
- [tagName$B]: HeadingElement;
4078
+ [tagName$A]: HeadingElement;
3976
4079
  }
3977
4080
  }
3978
4081
  declare module 'preact' {
3979
4082
  namespace createElement.JSX {
3980
4083
  interface IntrinsicElements {
3981
- [tagName$B]: HeadingProps & BaseElementPropsWithChildren<HeadingElement>;
4084
+ [tagName$A]: HeadingProps & BaseElementPropsWithChildren<HeadingElement>;
3982
4085
  }
3983
4086
  }
3984
4087
  }
3985
4088
 
3986
- declare const tagName$A = "s-icon";
4089
+ declare const tagName$z = "s-icon";
3987
4090
  interface IconProps extends Pick<IconProps$1, 'id' | 'size' | 'tone' | 'type'> {
3988
4091
  tone?: Extract<IconProps$1['tone'], 'auto' | 'neutral' | 'info' | 'success' | 'warning' | 'critical' | 'custom'>;
3989
4092
  size?: Extract<IconProps$1['size'], 'small-200' | 'small-100' | 'small' | 'base' | 'large' | 'large-100'>;
@@ -3993,18 +4096,18 @@ interface IconElement extends IconProps, Omit<HTMLElement, 'id'> {
3993
4096
  }
3994
4097
  declare global {
3995
4098
  interface HTMLElementTagNameMap {
3996
- [tagName$A]: IconElement;
4099
+ [tagName$z]: IconElement;
3997
4100
  }
3998
4101
  }
3999
4102
  declare module 'preact' {
4000
4103
  namespace createElement.JSX {
4001
4104
  interface IntrinsicElements {
4002
- [tagName$A]: IconProps & BaseElementProps<IconElement>;
4105
+ [tagName$z]: IconProps & BaseElementProps<IconElement>;
4003
4106
  }
4004
4107
  }
4005
4108
  }
4006
4109
 
4007
- declare const tagName$z = "s-image";
4110
+ declare const tagName$y = "s-image";
4008
4111
  interface ImageProps extends Pick<ImageProps$1, 'accessibilityRole' | 'alt' | 'aspectRatio' | 'border' | 'borderRadius' | 'borderStyle' | 'borderWidth' | 'id' | 'inlineSize' | 'loading' | 'objectFit' | 'sizes' | 'src' | 'srcSet'> {
4009
4112
  border?: BorderShorthand;
4010
4113
  borderWidth?: MaybeAllValuesShorthandProperty<ReducedBorderSizeKeyword> | '';
@@ -4014,18 +4117,18 @@ interface ImageElement extends ImageProps, Omit<HTMLElement, 'id'> {
4014
4117
  }
4015
4118
  declare global {
4016
4119
  interface HTMLElementTagNameMap {
4017
- [tagName$z]: ImageElement;
4120
+ [tagName$y]: ImageElement;
4018
4121
  }
4019
4122
  }
4020
4123
  declare module 'preact' {
4021
4124
  namespace createElement.JSX {
4022
4125
  interface IntrinsicElements {
4023
- [tagName$z]: ImageProps & BaseElementProps<ImageElement>;
4126
+ [tagName$y]: ImageProps & BaseElementProps<ImageElement>;
4024
4127
  }
4025
4128
  }
4026
4129
  }
4027
4130
 
4028
- declare const tagName$y = "s-link";
4131
+ declare const tagName$x = "s-link";
4029
4132
  interface LinkElementProps extends Pick<LinkProps$1, 'accessibilityLabel' | 'command' | 'commandFor' | 'href' | 'id' | 'interestFor' | 'lang' | 'target' | 'tone'> {
4030
4133
  target?: Extract<LinkProps$1['target'], 'auto' | '_blank'>;
4031
4134
  tone?: Extract<LinkProps$1['tone'], 'auto' | 'neutral'>;
@@ -4039,36 +4142,36 @@ interface LinkProps extends LinkElementProps, LinkEvents {
4039
4142
  }
4040
4143
  declare global {
4041
4144
  interface HTMLElementTagNameMap {
4042
- [tagName$y]: LinkElement;
4145
+ [tagName$x]: LinkElement;
4043
4146
  }
4044
4147
  }
4045
4148
  declare module 'preact' {
4046
4149
  namespace createElement.JSX {
4047
4150
  interface IntrinsicElements {
4048
- [tagName$y]: LinkProps & BaseElementPropsWithChildren<LinkElement>;
4151
+ [tagName$x]: LinkProps & BaseElementPropsWithChildren<LinkElement>;
4049
4152
  }
4050
4153
  }
4051
4154
  }
4052
4155
 
4053
- declare const tagName$x = "s-list-item";
4156
+ declare const tagName$w = "s-list-item";
4054
4157
  interface ListItemProps extends Pick<ListItemProps$1, 'id'> {
4055
4158
  }
4056
4159
  interface ListItemElement extends ListItemProps, Omit<HTMLElement, 'id'> {
4057
4160
  }
4058
4161
  declare global {
4059
4162
  interface HTMLElementTagNameMap {
4060
- [tagName$x]: ListItemElement;
4163
+ [tagName$w]: ListItemElement;
4061
4164
  }
4062
4165
  }
4063
4166
  declare module 'preact' {
4064
4167
  namespace createElement.JSX {
4065
4168
  interface IntrinsicElements {
4066
- [tagName$x]: ListItemProps & BaseElementPropsWithChildren<ListItemElement>;
4169
+ [tagName$w]: ListItemProps & BaseElementPropsWithChildren<ListItemElement>;
4067
4170
  }
4068
4171
  }
4069
4172
  }
4070
4173
 
4071
- declare const tagName$w = "s-map-marker";
4174
+ declare const tagName$v = "s-map-marker";
4072
4175
  interface MapMarkerElementProps extends Pick<MapMarkerProps$1, 'accessibilityLabel' | 'blockSize' | 'command' | 'commandFor' | 'clusterable' | 'inlineSize' | 'latitude' | 'longitude'> {
4073
4176
  command?: Extract<MapMarkerProps$1['command'], '--auto' | '--show' | '--hide' | '--toggle'>;
4074
4177
  }
@@ -4081,18 +4184,18 @@ interface MapMarkerProps extends MapMarkerElementProps, MapMarkerEvents {
4081
4184
  }
4082
4185
  declare global {
4083
4186
  interface HTMLElementTagNameMap {
4084
- [tagName$w]: MapMarkerElement;
4187
+ [tagName$v]: MapMarkerElement;
4085
4188
  }
4086
4189
  }
4087
4190
  declare module 'preact' {
4088
4191
  namespace createElement.JSX {
4089
4192
  interface IntrinsicElements {
4090
- [tagName$w]: MapMarkerProps & BaseElementPropsWithChildren<MapMarkerElement>;
4193
+ [tagName$v]: MapMarkerProps & BaseElementPropsWithChildren<MapMarkerElement>;
4091
4194
  }
4092
4195
  }
4093
4196
  }
4094
4197
 
4095
- declare const tagName$v = "s-map";
4198
+ declare const tagName$u = "s-map";
4096
4199
  interface MapElementProps extends Pick<MapProps$1, 'accessibilityLabel' | 'apiKey' | 'blockSize' | 'id' | 'inlineSize' | 'latitude' | 'longitude' | 'maxBlockSize' | 'maxInlineSize' | 'maxZoom' | 'minBlockSize' | 'minInlineSize' | 'minZoom' | 'zoom'> {
4097
4200
  }
4098
4201
  interface MapEvents extends Pick<MapProps$1, 'onBoundsChange' | 'onClick' | 'onDblClick' | 'onViewChange'> {
@@ -4107,18 +4210,18 @@ interface MapProps extends MapElementProps, MapEvents {
4107
4210
  }
4108
4211
  declare global {
4109
4212
  interface HTMLElementTagNameMap {
4110
- [tagName$v]: MapElement;
4213
+ [tagName$u]: MapElement;
4111
4214
  }
4112
4215
  }
4113
4216
  declare module 'preact' {
4114
4217
  namespace createElement.JSX {
4115
4218
  interface IntrinsicElements {
4116
- [tagName$v]: MapProps & BaseElementPropsWithChildren<MapElement>;
4219
+ [tagName$u]: MapProps & BaseElementPropsWithChildren<MapElement>;
4117
4220
  }
4118
4221
  }
4119
4222
  }
4120
4223
 
4121
- declare const tagName$u = "s-modal";
4224
+ declare const tagName$t = "s-modal";
4122
4225
  interface ModalElementProps extends Pick<ModalProps$1, 'accessibilityLabel' | 'heading' | 'id' | 'padding' | 'size'> {
4123
4226
  size?: Extract<ModalProps$1['size'], 'small-100' | 'small' | 'base' | 'large-100' | 'large' | 'max'>;
4124
4227
  }
@@ -4136,18 +4239,18 @@ interface ModalProps extends ModalElementProps, ModalEvents {
4136
4239
  }
4137
4240
  declare global {
4138
4241
  interface HTMLElementTagNameMap {
4139
- [tagName$u]: ModalElement;
4242
+ [tagName$t]: ModalElement;
4140
4243
  }
4141
4244
  }
4142
4245
  declare module 'preact' {
4143
4246
  namespace createElement.JSX {
4144
4247
  interface IntrinsicElements {
4145
- [tagName$u]: ModalProps & BaseElementPropsWithChildren<ModalElement>;
4248
+ [tagName$t]: ModalProps & BaseElementPropsWithChildren<ModalElement>;
4146
4249
  }
4147
4250
  }
4148
4251
  }
4149
4252
 
4150
- declare const tagName$t = "s-money-field";
4253
+ declare const tagName$s = "s-money-field";
4151
4254
  interface MoneyFieldElementProps extends Pick<MoneyFieldProps$1, 'autocomplete' | 'defaultValue' | 'disabled' | 'error' | 'id' | 'label' | 'labelAccessibilityVisibility' | 'max' | 'min' | 'name' | 'readOnly' | 'required' | 'step' | 'value'> {
4152
4255
  }
4153
4256
  interface MoneyFieldEvents extends Pick<MoneyFieldProps$1, 'onBlur' | 'onChange' | 'onFocus' | 'onInput'> {
@@ -4162,18 +4265,18 @@ interface MoneyFieldProps extends MoneyFieldElementProps, MoneyFieldEvents {
4162
4265
  }
4163
4266
  declare global {
4164
4267
  interface HTMLElementTagNameMap {
4165
- [tagName$t]: MoneyFieldElement;
4268
+ [tagName$s]: MoneyFieldElement;
4166
4269
  }
4167
4270
  }
4168
4271
  declare module 'preact' {
4169
4272
  namespace createElement.JSX {
4170
4273
  interface IntrinsicElements {
4171
- [tagName$t]: MoneyFieldProps & BaseElementProps<MoneyFieldElement>;
4274
+ [tagName$s]: MoneyFieldProps & BaseElementProps<MoneyFieldElement>;
4172
4275
  }
4173
4276
  }
4174
4277
  }
4175
4278
 
4176
- declare const tagName$s = "s-number-field";
4279
+ declare const tagName$r = "s-number-field";
4177
4280
  interface NumberFieldElementProps extends Pick<NumberFieldProps$1, 'autocomplete' | 'controls' | 'defaultValue' | 'details' | 'disabled' | 'error' | 'icon' | 'id' | 'inputMode' | 'label' | 'labelAccessibilityVisibility' | 'max' | 'min' | 'name' | 'prefix' | 'readOnly' | 'required' | 'step' | 'suffix' | 'value'> {
4178
4281
  /**
4179
4282
  * @deprecated Use `label` instead.
@@ -4193,54 +4296,54 @@ interface NumberFieldProps extends NumberFieldElementProps, NumberFieldEvents {
4193
4296
  }
4194
4297
  declare global {
4195
4298
  interface HTMLElementTagNameMap {
4196
- [tagName$s]: NumberFieldElement;
4299
+ [tagName$r]: NumberFieldElement;
4197
4300
  }
4198
4301
  }
4199
4302
  declare module 'preact' {
4200
4303
  namespace createElement.JSX {
4201
4304
  interface IntrinsicElements {
4202
- [tagName$s]: NumberFieldProps & BaseElementPropsWithChildren<NumberFieldElement>;
4305
+ [tagName$r]: NumberFieldProps & BaseElementPropsWithChildren<NumberFieldElement>;
4203
4306
  }
4204
4307
  }
4205
4308
  }
4206
4309
 
4207
- declare const tagName$r = "s-option";
4310
+ declare const tagName$q = "s-option";
4208
4311
  interface OptionProps extends Pick<OptionProps$1, 'accessibilityLabel' | 'defaultSelected' | 'disabled' | 'id' | 'selected' | 'value'> {
4209
4312
  }
4210
4313
  interface OptionElement extends OptionProps, Omit<HTMLElement, 'id'> {
4211
4314
  }
4212
4315
  declare global {
4213
4316
  interface HTMLElementTagNameMap {
4214
- [tagName$r]: OptionElement;
4317
+ [tagName$q]: OptionElement;
4215
4318
  }
4216
4319
  }
4217
4320
  declare module 'preact' {
4218
4321
  namespace createElement.JSX {
4219
4322
  interface IntrinsicElements {
4220
- [tagName$r]: OptionProps & BaseElementPropsWithChildren<OptionElement>;
4323
+ [tagName$q]: OptionProps & BaseElementPropsWithChildren<OptionElement>;
4221
4324
  }
4222
4325
  }
4223
4326
  }
4224
4327
 
4225
- declare const tagName$q = "s-ordered-list";
4328
+ declare const tagName$p = "s-ordered-list";
4226
4329
  interface OrderedListProps extends OrderedListProps$1 {
4227
4330
  }
4228
4331
  interface OrderedListElement extends OrderedListProps, Omit<HTMLElement, 'id'> {
4229
4332
  }
4230
4333
  declare global {
4231
4334
  interface HTMLElementTagNameMap {
4232
- [tagName$q]: OrderedListElement;
4335
+ [tagName$p]: OrderedListElement;
4233
4336
  }
4234
4337
  }
4235
4338
  declare module 'preact' {
4236
4339
  namespace createElement.JSX {
4237
4340
  interface IntrinsicElements {
4238
- [tagName$q]: OrderedListProps & BaseElementPropsWithChildren<OrderedListElement>;
4341
+ [tagName$p]: OrderedListProps & BaseElementPropsWithChildren<OrderedListElement>;
4239
4342
  }
4240
4343
  }
4241
4344
  }
4242
4345
 
4243
- declare const tagName$p = "s-paragraph";
4346
+ declare const tagName$o = "s-paragraph";
4244
4347
  interface ParagraphProps extends Pick<ParagraphProps$1, 'accessibilityVisibility' | 'color' | 'dir' | 'id' | 'lang' | 'tone' | 'type'> {
4245
4348
  color?: Extract<ParagraphProps$1['color'], 'subdued' | 'base'>;
4246
4349
  tone?: Extract<ParagraphProps$1['tone'], 'auto' | 'info' | 'success' | 'warning' | 'critical' | 'neutral' | 'custom'>;
@@ -4249,19 +4352,19 @@ interface ParagraphElement extends ParagraphProps, Omit<HTMLElement, 'id' | 'dir
4249
4352
  }
4250
4353
  declare global {
4251
4354
  interface HTMLElementTagNameMap {
4252
- [tagName$p]: ParagraphElement;
4355
+ [tagName$o]: ParagraphElement;
4253
4356
  }
4254
4357
  }
4255
4358
  declare module 'preact' {
4256
4359
  namespace createElement.JSX {
4257
4360
  interface IntrinsicElements {
4258
- [tagName$p]: ParagraphProps & BaseElementPropsWithChildren<ParagraphElement>;
4361
+ [tagName$o]: ParagraphProps & BaseElementPropsWithChildren<ParagraphElement>;
4259
4362
  }
4260
4363
  }
4261
4364
  }
4262
4365
 
4263
- declare const tagName$o = "s-password-field";
4264
- interface PasswordFieldElementProps extends Pick<PasswordFieldProps$1, 'autocomplete' | 'defaultValue' | 'disabled' | 'error' | 'id' | 'label' | 'labelAccessibilityVisibility' | 'maxLength' | 'name' | 'readOnly' | 'required' | 'value'> {
4366
+ declare const tagName$n = "s-password-field";
4367
+ interface PasswordFieldElementProps extends Pick<PasswordFieldProps$1, 'autocomplete' | 'defaultValue' | 'disabled' | 'error' | 'id' | 'label' | 'labelAccessibilityVisibility' | 'maxLength' | 'minLength' | 'name' | 'readOnly' | 'required' | 'value'> {
4265
4368
  }
4266
4369
  interface PasswordFieldEvents extends Pick<PasswordFieldProps$1, 'onBlur' | 'onChange' | 'onFocus' | 'onInput'> {
4267
4370
  }
@@ -4275,62 +4378,31 @@ interface PasswordFieldProps extends PasswordFieldElementProps, PasswordFieldEve
4275
4378
  }
4276
4379
  declare global {
4277
4380
  interface HTMLElementTagNameMap {
4278
- [tagName$o]: PasswordFieldElement;
4381
+ [tagName$n]: PasswordFieldElement;
4279
4382
  }
4280
4383
  }
4281
4384
  declare module 'preact' {
4282
4385
  namespace createElement.JSX {
4283
4386
  interface IntrinsicElements {
4284
- [tagName$o]: PasswordFieldProps & BaseElementPropsWithChildren<PasswordFieldElement>;
4387
+ [tagName$n]: PasswordFieldProps & BaseElementPropsWithChildren<PasswordFieldElement>;
4285
4388
  }
4286
4389
  }
4287
4390
  }
4288
4391
 
4289
- declare const tagName$n = "s-payment-icon";
4392
+ declare const tagName$m = "s-payment-icon";
4290
4393
  interface PaymentIconProps extends PaymentIconProps$1 {
4291
4394
  }
4292
4395
  interface PaymentIconElement extends PaymentIconProps, Omit<HTMLElement, 'id'> {
4293
4396
  }
4294
4397
  declare global {
4295
4398
  interface HTMLElementTagNameMap {
4296
- [tagName$n]: PaymentIconElement;
4297
- }
4298
- }
4299
- declare module 'preact' {
4300
- namespace createElement.JSX {
4301
- interface IntrinsicElements {
4302
- [tagName$n]: PaymentIconProps & BaseElementProps<PaymentIconElement>;
4303
- }
4304
- }
4305
- }
4306
-
4307
- declare const tagName$m = "s-phone-field";
4308
- interface PhoneFieldElementProps extends Pick<PhoneFieldProps$1, 'autocomplete' | 'defaultValue' | 'disabled' | 'error' | 'id' | 'label' | 'labelAccessibilityVisibility' | 'name' | 'readOnly' | 'required' | 'value' | 'type'> {
4309
- /**
4310
- * @deprecated Use `label` instead.
4311
- * @private
4312
- */
4313
- placeholder?: string;
4314
- }
4315
- interface PhoneFieldEvents extends Pick<PhoneFieldProps$1, 'onBlur' | 'onChange' | 'onFocus' | 'onInput'> {
4316
- }
4317
- interface PhoneFieldElement extends PhoneFieldElementProps, Omit<HTMLElement, 'id' | 'onblur' | 'onchange' | 'onfocus' | 'oninput' | 'prefix'> {
4318
- onblur: PhoneFieldEvents['onBlur'];
4319
- onchange: PhoneFieldEvents['onChange'];
4320
- onfocus: PhoneFieldEvents['onFocus'];
4321
- oninput: PhoneFieldEvents['onInput'];
4322
- }
4323
- interface PhoneFieldProps extends PhoneFieldElementProps, PhoneFieldEvents {
4324
- }
4325
- declare global {
4326
- interface HTMLElementTagNameMap {
4327
- [tagName$m]: PhoneFieldElement;
4399
+ [tagName$m]: PaymentIconElement;
4328
4400
  }
4329
4401
  }
4330
4402
  declare module 'preact' {
4331
4403
  namespace createElement.JSX {
4332
4404
  interface IntrinsicElements {
4333
- [tagName$m]: PhoneFieldProps & BaseElementPropsWithChildren<PhoneFieldElement>;
4405
+ [tagName$m]: PaymentIconProps & BaseElementProps<PaymentIconElement>;
4334
4406
  }
4335
4407
  }
4336
4408
  }
@@ -4892,4 +4964,4 @@ declare module 'preact' {
4892
4964
  }
4893
4965
  }
4894
4966
 
4895
- export type { AbbreviationProps, AnnouncementProps, BadgeProps, BannerProps, BoxProps, ButtonProps, CheckboxProps, ChipProps, ChoiceListProps, ChoiceProps, ClickableChipProps, ClickableProps, ClipboardItemProps, DateFieldProps, DatePickerProps, DetailsProps, DividerProps, DropZoneProps, EmailFieldProps, FormProps, GridItemProps, GridProps, HeadingProps, IconProps, ImageProps, LinkProps, ListItemProps, MapMarkerProps, MapProps, ModalProps, MoneyFieldProps, NumberFieldProps, OptionProps, OrderedListProps, ParagraphProps, PasswordFieldProps, PaymentIconProps, PhoneFieldProps, PopoverProps, PressButtonProps, ProductThumbnailProps, ProgressProps, QRCodeProps, QueryContainerProps, ScrollBoxProps, SectionProps, SelectProps, SheetProps, SkeletonParagraphProps, SpinnerProps, StackProps, SummaryProps, SwitchProps, TextAreaProps, TextFieldProps, TextProps, TimeProps, TooltipProps, UnorderedListProps, UrlFieldProps };
4967
+ export type { AbbreviationProps, AnnouncementProps, BadgeProps, BannerProps, BoxProps, ButtonProps, CheckboxProps, ChipProps, ChoiceListProps, ChoiceProps, ClickableChipProps, ClickableProps, ClipboardItemProps, ConsentCheckboxProps, ConsentPhoneFieldProps, DateFieldProps, DatePickerProps, DetailsProps, DividerProps, DropZoneProps, EmailFieldProps, FormProps, GridItemProps, GridProps, HeadingProps, IconProps, ImageProps, LinkProps, ListItemProps, MapMarkerProps, MapProps, ModalProps, MoneyFieldProps, NumberFieldProps, OptionProps, OrderedListProps, ParagraphProps, PasswordFieldProps, PaymentIconProps, PhoneFieldProps, PopoverProps, PressButtonProps, ProductThumbnailProps, ProgressProps, QRCodeProps, QueryContainerProps, ScrollBoxProps, SectionProps, SelectProps, SheetProps, SkeletonParagraphProps, SpinnerProps, StackProps, SummaryProps, SwitchProps, TextAreaProps, TextFieldProps, TextProps, TimeProps, TooltipProps, UnorderedListProps, UrlFieldProps };