@shopify/ui-extensions 2025.10.0-rc.42 → 2025.10.0-rc.43

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 (384) hide show
  1. package/build/cjs/surfaces/checkout/shared.js +1 -1
  2. package/build/esm/surfaces/checkout/shared.mjs +1 -1
  3. package/build/esnext/surfaces/checkout/shared.esnext +1 -1
  4. package/build/ts/docs/shared/components/Announcement.d.ts +4 -0
  5. package/build/ts/docs/shared/components/Announcement.d.ts.map +1 -0
  6. package/build/ts/docs/shared/components/FunctionSettings.d.ts +4 -0
  7. package/build/ts/docs/shared/components/FunctionSettings.d.ts.map +1 -0
  8. package/build/ts/docs/shared/components/ScrollBox.d.ts +4 -0
  9. package/build/ts/docs/shared/components/ScrollBox.d.ts.map +1 -0
  10. package/build/ts/docs/shared/components/index.d.ts +4 -0
  11. package/build/ts/docs/shared/components/index.d.ts.map +1 -1
  12. package/build/ts/index.d.ts.map +1 -1
  13. package/build/ts/surfaces/admin/components/AdminAction.d.ts +5 -5
  14. package/build/ts/surfaces/admin/components/AdminBlock.d.ts +3 -3
  15. package/build/ts/surfaces/admin/components/AdminPrintAction.d.ts +3 -3
  16. package/build/ts/surfaces/admin/components/Avatar.d.ts +4 -10
  17. package/build/ts/surfaces/admin/components/Badge/Badge.doc.d.ts.map +1 -1
  18. package/build/ts/surfaces/admin/components/Badge.d.ts +4 -10
  19. package/build/ts/surfaces/admin/components/Banner.d.ts +18 -24
  20. package/build/ts/surfaces/admin/components/Box/Box.doc.d.ts.map +1 -1
  21. package/build/ts/surfaces/admin/components/Box.d.ts +4 -10
  22. package/build/ts/surfaces/admin/components/Button/Button.doc.d.ts.map +1 -1
  23. package/build/ts/surfaces/admin/components/Button.d.ts +21 -27
  24. package/build/ts/surfaces/admin/components/ButtonGroup.d.ts +6 -13
  25. package/build/ts/surfaces/admin/components/Checkbox.d.ts +21 -28
  26. package/build/ts/surfaces/admin/components/Chip.d.ts +5 -11
  27. package/build/ts/surfaces/admin/components/Choice.d.ts +5 -17
  28. package/build/ts/surfaces/admin/components/ChoiceList.d.ts +19 -26
  29. package/build/ts/surfaces/admin/components/Clickable/Clickable.doc.d.ts.map +1 -1
  30. package/build/ts/surfaces/admin/components/Clickable.d.ts +21 -28
  31. package/build/ts/surfaces/admin/components/ClickableChip.d.ts +18 -24
  32. package/build/ts/surfaces/admin/components/ColorField.d.ts +3 -4
  33. package/build/ts/surfaces/admin/components/ColorPicker.d.ts +8 -8
  34. package/build/ts/surfaces/admin/components/DateField.d.ts +12 -12
  35. package/build/ts/surfaces/admin/components/DatePicker.d.ts +3 -4
  36. package/build/ts/surfaces/admin/components/Divider.d.ts +3 -4
  37. package/build/ts/surfaces/admin/components/DropZone/DropZone.ab.doc.d.ts.map +1 -1
  38. package/build/ts/surfaces/admin/components/EmailField.d.ts +26 -27
  39. package/build/ts/surfaces/admin/components/Form.d.ts +7 -3
  40. package/build/ts/surfaces/admin/components/FormExtensionComponents.d.ts +4 -0
  41. package/build/ts/surfaces/admin/components/FormExtensionComponents.d.ts.map +1 -0
  42. package/build/ts/surfaces/admin/components/FunctionSettings/FunctionSettings.ext.doc.d.ts +4 -0
  43. package/build/ts/surfaces/admin/components/FunctionSettings/FunctionSettings.ext.doc.d.ts.map +1 -0
  44. package/build/ts/surfaces/admin/components/FunctionSettings.d.ts +3 -3
  45. package/build/ts/surfaces/admin/components/FunctionSettingsComponents.d.ts +4 -0
  46. package/build/ts/surfaces/admin/components/FunctionSettingsComponents.d.ts.map +1 -0
  47. package/build/ts/surfaces/admin/components/Grid/Grid.doc.d.ts.map +1 -1
  48. package/build/ts/surfaces/admin/components/Grid.d.ts +4 -10
  49. package/build/ts/surfaces/admin/components/GridItem.d.ts +4 -11
  50. package/build/ts/surfaces/admin/components/Heading/Heading.doc.d.ts.map +1 -1
  51. package/build/ts/surfaces/admin/components/Heading.d.ts +4 -10
  52. package/build/ts/surfaces/admin/components/Icon.d.ts +3 -4
  53. package/build/ts/surfaces/admin/components/Image.d.ts +20 -21
  54. package/build/ts/surfaces/admin/components/Link/Link.doc.d.ts.map +1 -1
  55. package/build/ts/surfaces/admin/components/Link.d.ts +21 -27
  56. package/build/ts/surfaces/admin/components/ListItem.d.ts +4 -11
  57. package/build/ts/surfaces/admin/components/Menu.d.ts +3 -3
  58. package/build/ts/surfaces/admin/components/Modal.d.ts +15 -15
  59. package/build/ts/surfaces/admin/components/MoneyField.d.ts +29 -29
  60. package/build/ts/surfaces/admin/components/NumberField.d.ts +28 -27
  61. package/build/ts/surfaces/admin/components/Option.d.ts +7 -11
  62. package/build/ts/surfaces/admin/components/OptionGroup.d.ts +7 -12
  63. package/build/ts/surfaces/admin/components/OrderedList/OrderedList.doc.d.ts.map +1 -1
  64. package/build/ts/surfaces/admin/components/OrderedList.d.ts +4 -11
  65. package/build/ts/surfaces/admin/components/Page.d.ts +11 -16
  66. package/build/ts/surfaces/admin/components/Paragraph/Paragraph.doc.d.ts.map +1 -1
  67. package/build/ts/surfaces/admin/components/Paragraph.d.ts +4 -11
  68. package/build/ts/surfaces/admin/components/PasswordField.d.ts +26 -27
  69. package/build/ts/surfaces/admin/components/Popover/Popover.ab.doc.d.ts.map +1 -1
  70. package/build/ts/surfaces/admin/components/QueryContainer/QueryContainer.doc.d.ts.map +1 -1
  71. package/build/ts/surfaces/admin/components/QueryContainer.d.ts +3 -3
  72. package/build/ts/surfaces/admin/components/SearchField.d.ts +26 -27
  73. package/build/ts/surfaces/admin/components/Section/Section.doc.d.ts.map +1 -1
  74. package/build/ts/surfaces/admin/components/Section.d.ts +4 -10
  75. package/build/ts/surfaces/admin/components/Select/Select.doc.d.ts.map +1 -1
  76. package/build/ts/surfaces/admin/components/Select.d.ts +24 -28
  77. package/build/ts/surfaces/admin/components/Spinner.d.ts +3 -4
  78. package/build/ts/surfaces/admin/components/Stack/Stack.doc.d.ts.map +1 -1
  79. package/build/ts/surfaces/admin/components/Stack.d.ts +4 -10
  80. package/build/ts/surfaces/admin/components/Switch.d.ts +20 -21
  81. package/build/ts/surfaces/admin/components/Table/Table.doc.d.ts.map +1 -1
  82. package/build/ts/surfaces/admin/components/Table.d.ts +5 -12
  83. package/build/ts/surfaces/admin/components/TableBody.d.ts +4 -11
  84. package/build/ts/surfaces/admin/components/TableCell.d.ts +4 -11
  85. package/build/ts/surfaces/admin/components/TableHeader.d.ts +4 -11
  86. package/build/ts/surfaces/admin/components/TableHeaderRow.d.ts +4 -10
  87. package/build/ts/surfaces/admin/components/TableRow.d.ts +4 -11
  88. package/build/ts/surfaces/admin/components/Text/Text.doc.d.ts.map +1 -1
  89. package/build/ts/surfaces/admin/components/Text.d.ts +4 -10
  90. package/build/ts/surfaces/admin/components/TextArea.d.ts +26 -27
  91. package/build/ts/surfaces/admin/components/TextField.d.ts +27 -28
  92. package/build/ts/surfaces/admin/components/Thumbnail.d.ts +11 -12
  93. package/build/ts/surfaces/admin/components/Tooltip/Tooltip.doc.d.ts.map +1 -1
  94. package/build/ts/surfaces/admin/components/Tooltip.d.ts +4 -10
  95. package/build/ts/surfaces/admin/components/URLField.d.ts +26 -27
  96. package/build/ts/surfaces/admin/components/UnorderedList/UnorderedList.doc.d.ts.map +1 -1
  97. package/build/ts/surfaces/admin/components/UnorderedList.d.ts +4 -11
  98. package/build/ts/surfaces/admin/components/shared.d.ts +24 -7
  99. package/build/ts/surfaces/admin/extension-targets.d.ts +5 -5
  100. package/build/ts/surfaces/admin/extension-targets.d.ts.map +1 -1
  101. package/build/ts/surfaces/admin/targets/admin.discount-details.function-settings.render.d.ts +1 -1
  102. package/build/ts/surfaces/admin/targets/admin.settings.internal-order-routing-rule.render.d.ts +2 -0
  103. package/build/ts/surfaces/admin/targets/admin.settings.order-routing-rule.render.d.ts +2 -0
  104. package/build/ts/surfaces/admin/targets/admin.settings.validation.render.d.ts +2 -0
  105. package/build/ts/surfaces/checkout/api/announcement/announcement.d.ts +8 -0
  106. package/build/ts/surfaces/checkout/api/announcement/announcement.d.ts.map +1 -0
  107. package/build/ts/surfaces/checkout/components/Announcement/Announcement.doc.d.ts +4 -0
  108. package/build/ts/surfaces/checkout/components/Announcement/Announcement.doc.d.ts.map +1 -0
  109. package/build/ts/surfaces/checkout/components/Announcement.d.ts +95 -0
  110. package/build/ts/surfaces/checkout/components/Badge.d.ts +7 -1
  111. package/build/ts/surfaces/checkout/components/Chip/Chip.doc.d.ts +4 -0
  112. package/build/ts/surfaces/checkout/components/Chip/Chip.doc.d.ts.map +1 -0
  113. package/build/ts/surfaces/checkout/components/Chip.d.ts +56 -0
  114. package/build/ts/surfaces/checkout/components/Choice.d.ts +67 -0
  115. package/build/ts/surfaces/checkout/components/ChoiceList/ChoiceList.doc.d.ts +4 -0
  116. package/build/ts/surfaces/checkout/components/ChoiceList/ChoiceList.doc.d.ts.map +1 -0
  117. package/build/ts/surfaces/checkout/components/ChoiceList.d.ts +65 -0
  118. package/build/ts/surfaces/checkout/components/ClickableChip/ClickableChip.doc.d.ts +4 -0
  119. package/build/ts/surfaces/checkout/components/ClickableChip/ClickableChip.doc.d.ts.map +1 -0
  120. package/build/ts/surfaces/checkout/components/ClickableChip.d.ts +83 -0
  121. package/build/ts/surfaces/checkout/components/DateField/DateField.doc.d.ts +4 -0
  122. package/build/ts/surfaces/checkout/components/DateField/DateField.doc.d.ts.map +1 -0
  123. package/build/ts/surfaces/checkout/components/DateField.d.ts +87 -0
  124. package/build/ts/surfaces/checkout/components/DatePicker/DatePicker.doc.d.ts +4 -0
  125. package/build/ts/surfaces/checkout/components/DatePicker/DatePicker.doc.d.ts.map +1 -0
  126. package/build/ts/surfaces/checkout/components/DatePicker.d.ts +77 -0
  127. package/build/ts/surfaces/checkout/components/Icon.d.ts +7 -1
  128. package/build/ts/surfaces/checkout/components/Option.d.ts +46 -0
  129. package/build/ts/surfaces/checkout/components/PasswordField/PasswordField.doc.d.ts +4 -0
  130. package/build/ts/surfaces/checkout/components/PasswordField/PasswordField.doc.d.ts.map +1 -0
  131. package/build/ts/surfaces/checkout/components/PasswordField.d.ts +93 -0
  132. package/build/ts/surfaces/checkout/components/QueryContainer/QueryContainer.doc.d.ts +4 -0
  133. package/build/ts/surfaces/checkout/components/QueryContainer/QueryContainer.doc.d.ts.map +1 -0
  134. package/build/ts/surfaces/checkout/components/QueryContainer.d.ts +48 -0
  135. package/build/ts/surfaces/checkout/components/ScrollBox/ScrollBox.doc.d.ts +4 -0
  136. package/build/ts/surfaces/checkout/components/ScrollBox/ScrollBox.doc.d.ts.map +1 -0
  137. package/build/ts/surfaces/checkout/components/Select/Select.doc.d.ts +4 -0
  138. package/build/ts/surfaces/checkout/components/Select/Select.doc.d.ts.map +1 -0
  139. package/build/ts/surfaces/checkout/components/Select.d.ts +79 -0
  140. package/build/ts/surfaces/checkout/components/TextField.d.ts +7 -1
  141. package/build/ts/surfaces/checkout/components/UrlField/UrlField.doc.d.ts +4 -0
  142. package/build/ts/surfaces/checkout/components/UrlField/UrlField.doc.d.ts.map +1 -0
  143. package/build/ts/surfaces/checkout/components/UrlField.d.ts +93 -0
  144. package/build/ts/surfaces/checkout/components/components-shared.d.ts +89 -0
  145. package/build/ts/surfaces/checkout/components/components.d.ts +252 -24
  146. package/build/ts/surfaces/checkout/extension-targets.d.ts +61 -61
  147. package/build/ts/surfaces/checkout/extension-targets.d.ts.map +1 -1
  148. package/build/ts/surfaces/checkout/shared.d.ts +6 -3
  149. package/build/ts/surfaces/checkout/shared.d.ts.map +1 -1
  150. package/build/ts/surfaces/checkout/targets/Checkout::Actions::RenderBefore.d.ts +11 -0
  151. package/build/ts/surfaces/checkout/targets/Checkout::CartLineDetails::RenderAfter.d.ts +11 -0
  152. package/build/ts/surfaces/checkout/targets/Checkout::CartLineDetails::RenderLineComponents.d.ts +11 -0
  153. package/build/ts/surfaces/checkout/targets/Checkout::CartLines::RenderAfter.d.ts +11 -0
  154. package/build/ts/surfaces/checkout/targets/Checkout::Contact::RenderAfter.d.ts +11 -0
  155. package/build/ts/surfaces/checkout/targets/Checkout::CustomerInformation::RenderAfter.d.ts +11 -0
  156. package/build/ts/surfaces/checkout/targets/Checkout::DeliveryAddress::RenderBefore.d.ts +11 -0
  157. package/build/ts/surfaces/checkout/targets/Checkout::Dynamic::Render.d.ts +11 -0
  158. package/build/ts/surfaces/checkout/targets/Checkout::GiftCard::Render.d.ts +11 -0
  159. package/build/ts/surfaces/checkout/targets/Checkout::PaymentMethod::HostedFields::RenderAfter.d.ts +11 -0
  160. package/build/ts/surfaces/checkout/targets/Checkout::PaymentMethod::Render.d.ts +11 -0
  161. package/build/ts/surfaces/checkout/targets/Checkout::PaymentMethod::RenderRequiredAction.d.ts +11 -0
  162. package/build/ts/surfaces/checkout/targets/Checkout::PickupLocations::RenderAfter.d.ts +11 -0
  163. package/build/ts/surfaces/checkout/targets/Checkout::PickupLocations::RenderBefore.d.ts +11 -0
  164. package/build/ts/surfaces/checkout/targets/Checkout::PickupPoints::RenderAfter.d.ts +11 -0
  165. package/build/ts/surfaces/checkout/targets/Checkout::PickupPoints::RenderBefore.d.ts +11 -0
  166. package/build/ts/surfaces/checkout/targets/Checkout::Reductions::RenderAfter.d.ts +11 -0
  167. package/build/ts/surfaces/checkout/targets/Checkout::Reductions::RenderBefore.d.ts +11 -0
  168. package/build/ts/surfaces/checkout/targets/Checkout::ShippingMethodDetails::RenderAfter.d.ts +11 -0
  169. package/build/ts/surfaces/checkout/targets/Checkout::ShippingMethodDetails::RenderExpanded.d.ts +11 -0
  170. package/build/ts/surfaces/checkout/targets/Checkout::ShippingMethods::RenderAfter.d.ts +11 -0
  171. package/build/ts/surfaces/checkout/targets/Checkout::ShippingMethods::RenderBefore.d.ts +11 -0
  172. package/build/ts/surfaces/checkout/targets/Checkout::ThankYou::CartLineDetails::RenderAfter.d.ts +11 -0
  173. package/build/ts/surfaces/checkout/targets/Checkout::ThankYou::CartLines::RenderAfter.d.ts +11 -0
  174. package/build/ts/surfaces/checkout/targets/Checkout::ThankYou::CustomerInformation::RenderAfter.d.ts +11 -0
  175. package/build/ts/surfaces/checkout/targets/Checkout::ThankYou::Dynamic::Render.d.ts +11 -0
  176. package/build/ts/surfaces/checkout/targets/purchase.cart-line-item.line-components.render.d.ts +11 -0
  177. package/build/ts/surfaces/checkout/targets/purchase.checkout.actions.render-before.d.ts +11 -0
  178. package/build/ts/surfaces/checkout/targets/purchase.checkout.block.render.d.ts +11 -0
  179. package/build/ts/surfaces/checkout/targets/purchase.checkout.cart-line-item.render-after.d.ts +11 -0
  180. package/build/ts/surfaces/checkout/targets/purchase.checkout.cart-line-list.render-after.d.ts +11 -0
  181. package/build/ts/surfaces/checkout/targets/purchase.checkout.contact.render-after.d.ts +11 -0
  182. package/build/ts/surfaces/checkout/targets/purchase.checkout.delivery-address.render-after.d.ts +11 -0
  183. package/build/ts/surfaces/checkout/targets/purchase.checkout.delivery-address.render-before.d.ts +11 -0
  184. package/build/ts/surfaces/checkout/targets/purchase.checkout.footer.render-after.d.ts +11 -0
  185. package/build/ts/surfaces/checkout/targets/purchase.checkout.gift-card.render.d.ts +11 -0
  186. package/build/ts/surfaces/checkout/targets/purchase.checkout.header.render-after.d.ts +11 -0
  187. package/build/ts/surfaces/checkout/targets/purchase.checkout.payment-method-list.render-after.d.ts +11 -0
  188. package/build/ts/surfaces/checkout/targets/purchase.checkout.payment-method-list.render-before.d.ts +11 -0
  189. package/build/ts/surfaces/checkout/targets/purchase.checkout.payment-option-item.action-required.render.d.ts +11 -0
  190. package/build/ts/surfaces/checkout/targets/purchase.checkout.payment-option-item.details.render.d.ts +11 -0
  191. package/build/ts/surfaces/checkout/targets/purchase.checkout.payment-option-item.hosted-fields.render-after.d.ts +11 -0
  192. package/build/ts/surfaces/checkout/targets/purchase.checkout.pickup-location-list.render-after.d.ts +11 -0
  193. package/build/ts/surfaces/checkout/targets/purchase.checkout.pickup-location-list.render-before.d.ts +11 -0
  194. package/build/ts/surfaces/checkout/targets/purchase.checkout.pickup-location-option-item.render-after.d.ts +11 -0
  195. package/build/ts/surfaces/checkout/targets/purchase.checkout.pickup-point-list.render-after.d.ts +11 -0
  196. package/build/ts/surfaces/checkout/targets/purchase.checkout.pickup-point-list.render-before.d.ts +11 -0
  197. package/build/ts/surfaces/checkout/targets/purchase.checkout.reductions.render-after.d.ts +11 -0
  198. package/build/ts/surfaces/checkout/targets/purchase.checkout.reductions.render-before.d.ts +11 -0
  199. package/build/ts/surfaces/checkout/targets/purchase.checkout.shipping-option-item.details.render.d.ts +11 -0
  200. package/build/ts/surfaces/checkout/targets/purchase.checkout.shipping-option-item.render-after.d.ts +11 -0
  201. package/build/ts/surfaces/checkout/targets/purchase.checkout.shipping-option-list.render-after.d.ts +11 -0
  202. package/build/ts/surfaces/checkout/targets/purchase.checkout.shipping-option-list.render-before.d.ts +11 -0
  203. package/build/ts/surfaces/checkout/targets/purchase.thank-you.announcement.render.d.ts +12 -0
  204. package/build/ts/surfaces/checkout/targets/purchase.thank-you.block.render.d.ts +11 -0
  205. package/build/ts/surfaces/checkout/targets/purchase.thank-you.cart-line-item.render-after.d.ts +11 -0
  206. package/build/ts/surfaces/checkout/targets/purchase.thank-you.cart-line-list.render-after.d.ts +11 -0
  207. package/build/ts/surfaces/checkout/targets/purchase.thank-you.customer-information.render-after.d.ts +11 -0
  208. package/build/ts/surfaces/checkout/targets/purchase.thank-you.footer.render-after.d.ts +11 -0
  209. package/build/ts/surfaces/checkout/targets/purchase.thank-you.header.render-after.d.ts +11 -0
  210. package/build/ts/surfaces/checkout.d.ts +1 -0
  211. package/build/ts/surfaces/checkout.d.ts.map +1 -1
  212. package/build/ts/surfaces/customer-account/components/Announcement.d.ts +95 -0
  213. package/build/ts/surfaces/customer-account/components/Badge.d.ts +7 -1
  214. package/build/ts/surfaces/customer-account/components/Chip.d.ts +56 -0
  215. package/build/ts/surfaces/customer-account/components/Choice.d.ts +67 -0
  216. package/build/ts/surfaces/customer-account/components/ChoiceList.d.ts +65 -0
  217. package/build/ts/surfaces/customer-account/components/ClickableChip.d.ts +83 -0
  218. package/build/ts/surfaces/customer-account/components/DateField.d.ts +87 -0
  219. package/build/ts/surfaces/customer-account/components/DatePicker.d.ts +77 -0
  220. package/build/ts/surfaces/customer-account/components/Icon.d.ts +7 -1
  221. package/build/ts/surfaces/customer-account/components/Option.d.ts +46 -0
  222. package/build/ts/surfaces/customer-account/components/PasswordField.d.ts +93 -0
  223. package/build/ts/surfaces/customer-account/components/QueryContainer.d.ts +48 -0
  224. package/build/ts/surfaces/customer-account/components/Select.d.ts +79 -0
  225. package/build/ts/surfaces/customer-account/components/TextField.d.ts +7 -1
  226. package/build/ts/surfaces/customer-account/components/UrlField.d.ts +93 -0
  227. package/build/ts/surfaces/customer-account/components/components-shared.d.ts +89 -0
  228. package/build/ts/surfaces/customer-account/components/components.d.ts +252 -24
  229. package/build/ts/surfaces/customer-account/targets/customer-account.footer.render-after.d.ts +12 -0
  230. package/build/ts/surfaces/customer-account/targets/customer-account.order-index.announcement.render.d.ts +12 -0
  231. package/build/ts/surfaces/customer-account/targets/customer-account.order-index.block.render.d.ts +12 -0
  232. package/build/ts/surfaces/customer-account/targets/customer-account.order-status.announcement.render.d.ts +12 -0
  233. package/build/ts/surfaces/customer-account/targets/customer-account.order-status.block.render.d.ts +12 -0
  234. package/build/ts/surfaces/customer-account/targets/customer-account.order-status.cart-line-item.render-after.d.ts +12 -0
  235. package/build/ts/surfaces/customer-account/targets/customer-account.order-status.cart-line-list.render-after.d.ts +12 -0
  236. package/build/ts/surfaces/customer-account/targets/customer-account.order-status.customer-information.render-after.d.ts +12 -0
  237. package/build/ts/surfaces/customer-account/targets/customer-account.order-status.fulfillment-details.render-after.d.ts +12 -0
  238. package/build/ts/surfaces/customer-account/targets/customer-account.order-status.payment-details.render-after.d.ts +12 -0
  239. package/build/ts/surfaces/customer-account/targets/customer-account.order-status.return-details.render-after.d.ts +12 -0
  240. package/build/ts/surfaces/customer-account/targets/customer-account.order-status.unfulfilled-items.render-after.d.ts +12 -0
  241. package/build/ts/surfaces/customer-account/targets/customer-account.order.action.menu-item.render.d.ts +12 -0
  242. package/build/ts/surfaces/customer-account/targets/customer-account.order.action.render.d.ts +12 -0
  243. package/build/ts/surfaces/customer-account/targets/customer-account.order.page.render.d.ts +12 -0
  244. package/build/ts/surfaces/customer-account/targets/customer-account.page.render.d.ts +12 -0
  245. package/build/ts/surfaces/customer-account/targets/customer-account.profile.addresses.render-after.d.ts +12 -0
  246. package/build/ts/surfaces/customer-account/targets/customer-account.profile.announcement.render.d.ts +12 -0
  247. package/build/ts/surfaces/customer-account/targets/customer-account.profile.block.render.d.ts +12 -0
  248. package/build/ts/surfaces/customer-account/targets/customer-account.profile.company-details.render-after.d.ts +12 -0
  249. package/build/ts/surfaces/customer-account/targets/customer-account.profile.company-location-addresses.render-after.d.ts +12 -0
  250. package/build/ts/surfaces/customer-account/targets/customer-account.profile.company-location-payment.render-after.d.ts +12 -0
  251. package/build/ts/surfaces/customer-account/targets/customer-account.profile.company-location-staff.render-after.d.ts +12 -0
  252. package/build/ts/surfaces/customer-account/targets/customer-account.profile.payment.render-after.d.ts +12 -0
  253. package/build/ts/surfaces/point-of-sale/api/navigation-api/navigation-api.d.ts +1 -1
  254. package/build/ts/surfaces/point-of-sale/api/navigation-api/navigation-api.d.ts.map +1 -1
  255. package/build/ts/surfaces/point-of-sale/components/Banner/Banner.doc.d.ts.map +1 -1
  256. package/build/tsconfig.tsbuildinfo +1 -1
  257. package/package.json +2 -2
  258. package/src/docs/shared/components/Announcement.ts +12 -0
  259. package/src/docs/shared/components/FunctionSettings.ts +28 -0
  260. package/src/docs/shared/components/ScrollBox.ts +12 -0
  261. package/src/docs/shared/components/index.ts +4 -0
  262. package/src/index.ts +1 -0
  263. package/src/surfaces/admin/components/AdminAction.d.ts +5 -5
  264. package/src/surfaces/admin/components/AdminBlock.d.ts +3 -3
  265. package/src/surfaces/admin/components/AdminPrintAction.d.ts +3 -3
  266. package/src/surfaces/admin/components/Avatar.d.ts +4 -10
  267. package/src/surfaces/admin/components/Badge.d.ts +4 -10
  268. package/src/surfaces/admin/components/Banner.d.ts +18 -24
  269. package/src/surfaces/admin/components/Box.d.ts +4 -10
  270. package/src/surfaces/admin/components/Button.d.ts +21 -27
  271. package/src/surfaces/admin/components/ButtonGroup.d.ts +6 -13
  272. package/src/surfaces/admin/components/Checkbox.d.ts +21 -28
  273. package/src/surfaces/admin/components/Chip.d.ts +5 -11
  274. package/src/surfaces/admin/components/Choice.d.ts +5 -17
  275. package/src/surfaces/admin/components/ChoiceList.d.ts +19 -26
  276. package/src/surfaces/admin/components/Clickable.d.ts +21 -28
  277. package/src/surfaces/admin/components/ClickableChip.d.ts +18 -24
  278. package/src/surfaces/admin/components/ColorField.d.ts +3 -4
  279. package/src/surfaces/admin/components/ColorPicker.d.ts +8 -8
  280. package/src/surfaces/admin/components/DateField.d.ts +12 -12
  281. package/src/surfaces/admin/components/DatePicker.d.ts +3 -4
  282. package/src/surfaces/admin/components/Divider.d.ts +3 -4
  283. package/src/surfaces/admin/components/EmailField.d.ts +26 -27
  284. package/src/surfaces/admin/components/Form.d.ts +7 -3
  285. package/src/surfaces/admin/components/FormExtensionComponents.ts +5 -0
  286. package/src/surfaces/admin/components/FunctionSettings/examples/default.tsx +38 -0
  287. package/src/surfaces/admin/components/FunctionSettings.d.ts +3 -3
  288. package/src/surfaces/admin/components/FunctionSettingsComponents.ts +7 -0
  289. package/src/surfaces/admin/components/Grid.d.ts +4 -10
  290. package/src/surfaces/admin/components/GridItem.d.ts +4 -11
  291. package/src/surfaces/admin/components/Heading.d.ts +4 -10
  292. package/src/surfaces/admin/components/Icon.d.ts +3 -4
  293. package/src/surfaces/admin/components/Image.d.ts +20 -21
  294. package/src/surfaces/admin/components/Link.d.ts +21 -27
  295. package/src/surfaces/admin/components/ListItem.d.ts +4 -11
  296. package/src/surfaces/admin/components/Menu.d.ts +3 -3
  297. package/src/surfaces/admin/components/Modal.d.ts +15 -15
  298. package/src/surfaces/admin/components/MoneyField.d.ts +29 -29
  299. package/src/surfaces/admin/components/NumberField.d.ts +28 -27
  300. package/src/surfaces/admin/components/Option.d.ts +7 -11
  301. package/src/surfaces/admin/components/OptionGroup.d.ts +7 -12
  302. package/src/surfaces/admin/components/OrderedList.d.ts +4 -11
  303. package/src/surfaces/admin/components/Page.d.ts +11 -16
  304. package/src/surfaces/admin/components/Paragraph.d.ts +4 -11
  305. package/src/surfaces/admin/components/PasswordField.d.ts +26 -27
  306. package/src/surfaces/admin/components/QueryContainer.d.ts +3 -3
  307. package/src/surfaces/admin/components/SearchField.d.ts +26 -27
  308. package/src/surfaces/admin/components/Section.d.ts +4 -10
  309. package/src/surfaces/admin/components/Select.d.ts +24 -28
  310. package/src/surfaces/admin/components/Spinner.d.ts +3 -4
  311. package/src/surfaces/admin/components/Stack.d.ts +4 -10
  312. package/src/surfaces/admin/components/Switch.d.ts +20 -21
  313. package/src/surfaces/admin/components/Table.d.ts +5 -12
  314. package/src/surfaces/admin/components/TableBody.d.ts +4 -11
  315. package/src/surfaces/admin/components/TableCell.d.ts +4 -11
  316. package/src/surfaces/admin/components/TableHeader.d.ts +4 -11
  317. package/src/surfaces/admin/components/TableHeaderRow.d.ts +4 -10
  318. package/src/surfaces/admin/components/TableRow.d.ts +4 -11
  319. package/src/surfaces/admin/components/Text.d.ts +4 -10
  320. package/src/surfaces/admin/components/TextArea.d.ts +26 -27
  321. package/src/surfaces/admin/components/TextField.d.ts +27 -28
  322. package/src/surfaces/admin/components/Thumbnail.d.ts +11 -12
  323. package/src/surfaces/admin/components/Tooltip.d.ts +4 -10
  324. package/src/surfaces/admin/components/URLField.d.ts +26 -27
  325. package/src/surfaces/admin/components/UnorderedList.d.ts +4 -11
  326. package/src/surfaces/admin/components/patterns/examples/homepage.jsx +3 -3
  327. package/src/surfaces/admin/components/shared.d.ts +24 -7
  328. package/src/surfaces/admin/components/using-polaris-web-components/examples/event-handling.jsx +1 -1
  329. package/src/surfaces/admin/components/using-polaris-web-components/examples/using-with-react.jsx +1 -1
  330. package/src/surfaces/admin/components.d.ts +625 -252
  331. package/src/surfaces/admin/extension-targets.ts +5 -5
  332. package/src/surfaces/checkout/api/announcement/announcement.ts +7 -0
  333. package/src/surfaces/checkout/components/Announcement/examples/basic-announcement.example.html +16 -0
  334. package/src/surfaces/checkout/components/Announcement.d.ts +95 -0
  335. package/src/surfaces/checkout/components/Badge.d.ts +7 -1
  336. package/src/surfaces/checkout/components/Box/examples/basic-box.example.html +1 -1
  337. package/src/surfaces/checkout/components/Checkbox/examples/basic-checkbox.example.html +1 -1
  338. package/src/surfaces/checkout/components/Chip/examples/basic-chip.example.html +1 -0
  339. package/src/surfaces/checkout/components/Chip.d.ts +56 -0
  340. package/src/surfaces/checkout/components/Choice.d.ts +67 -0
  341. package/src/surfaces/checkout/components/ChoiceList/examples/basic-choice-list.example.html +7 -0
  342. package/src/surfaces/checkout/components/ChoiceList.d.ts +65 -0
  343. package/src/surfaces/checkout/components/ClickableChip/examples/basic-clickable-chip.example.html +1 -0
  344. package/src/surfaces/checkout/components/ClickableChip.d.ts +83 -0
  345. package/src/surfaces/checkout/components/DateField/examples/basic-date-field.example.html +1 -0
  346. package/src/surfaces/checkout/components/DateField.d.ts +87 -0
  347. package/src/surfaces/checkout/components/DatePicker/examples/basic-date-picker.example.html +1 -0
  348. package/src/surfaces/checkout/components/DatePicker.d.ts +77 -0
  349. package/src/surfaces/checkout/components/Form/examples/basic-form.example.html +1 -1
  350. package/src/surfaces/checkout/components/Icon/examples/basic-icon.example.html +4 -4
  351. package/src/surfaces/checkout/components/Icon.d.ts +7 -1
  352. package/src/surfaces/checkout/components/Image/examples/basic-image.example.html +1 -1
  353. package/src/surfaces/checkout/components/Map/examples/basic-map.example.html +1 -1
  354. package/src/surfaces/checkout/components/MoneyField/examples/basic-money-field.example.html +1 -1
  355. package/src/surfaces/checkout/components/Option.d.ts +46 -0
  356. package/src/surfaces/checkout/components/PasswordField/examples/basic-password-field.example.html +1 -0
  357. package/src/surfaces/checkout/components/PasswordField.d.ts +93 -0
  358. package/src/surfaces/checkout/components/PaymentIcon/examples/basic-payment-icon.example.html +7 -7
  359. package/src/surfaces/checkout/components/ProductThumbnail/examples/basic-product-thumbnail.example.html +1 -1
  360. package/src/surfaces/checkout/components/Progress/examples/basic-progress.example.html +1 -1
  361. package/src/surfaces/checkout/components/QueryContainer/examples/basic-query-container.example.html +8 -0
  362. package/src/surfaces/checkout/components/QueryContainer.d.ts +48 -0
  363. package/src/surfaces/checkout/components/ScrollBox/examples/basic-scroll-box.example.html +5 -0
  364. package/src/surfaces/checkout/components/Select/examples/basic-select.example.html +5 -0
  365. package/src/surfaces/checkout/components/Select.d.ts +79 -0
  366. package/src/surfaces/checkout/components/Spinner/examples/basic-spinner.example.html +1 -1
  367. package/src/surfaces/checkout/components/Stack/examples/basic-stack.example.html +4 -20
  368. package/src/surfaces/checkout/components/TextArea/examples/basic-text-area.example.html +1 -1
  369. package/src/surfaces/checkout/components/TextField/examples/basic-text-field.example.html +1 -1
  370. package/src/surfaces/checkout/components/TextField.d.ts +7 -1
  371. package/src/surfaces/checkout/components/UrlField/examples/basic-url-field.example.html +1 -0
  372. package/src/surfaces/checkout/components/UrlField.d.ts +93 -0
  373. package/src/surfaces/checkout/components/components-shared.d.ts +89 -0
  374. package/src/surfaces/checkout/components/components.d.ts +252 -24
  375. package/src/surfaces/checkout/extension-targets.ts +63 -62
  376. package/src/surfaces/checkout/shared.ts +15 -8
  377. package/src/surfaces/checkout.ts +1 -0
  378. package/src/surfaces/customer-account/components/Avatar/examples/basic-Avatar.example.html +2 -2
  379. package/src/surfaces/customer-account/components/CustomerAccountAction/examples/basic-CustomerAccountAction.example.html +5 -11
  380. package/src/surfaces/point-of-sale/api/navigation-api/navigation-api.ts +1 -1
  381. package/build/ts/surfaces/admin/components/DropZone.d.ts +0 -160
  382. package/build/ts/surfaces/admin/components/Popover.d.ts +0 -379
  383. package/src/surfaces/admin/components/DropZone.d.ts +0 -160
  384. package/src/surfaces/admin/components/Popover.d.ts +0 -379
@@ -1,4 +1,4 @@
1
- /** VERSION: 1.19.0 **/
1
+ /** VERSION: 1.20.0 **/
2
2
 
3
3
  /* eslint-disable @typescript-eslint/ban-types */
4
4
  /* eslint-disable @typescript-eslint/no-namespace */
@@ -10,7 +10,7 @@
10
10
  * TODO: Update `any` type here after this is resolved
11
11
  * https://github.com/Shopify/ui-api-design/issues/139
12
12
  */
13
- export type ComponentChildren = any;
13
+ export type ComponentChildren = preact.ComponentChildren;
14
14
  export type StringChildren = string;
15
15
  export interface GlobalProps {
16
16
  /**
@@ -169,7 +169,7 @@ export interface ExtendableEvent extends Event {
169
169
  interface AggregateError$1<T extends Error> extends Error {
170
170
  errors: T[];
171
171
  }
172
- export interface ArgregatedErrorEvent<T extends Error> extends ErrorEvent {
172
+ export interface AggregateErrorEvent<T extends Error> extends ErrorEvent {
173
173
  error: AggregateError$1<T>;
174
174
  }
175
175
  export type SizeKeyword =
@@ -2100,7 +2100,7 @@ interface ColorPickerProps$1 extends GlobalProps, InputProps {
2100
2100
  * For RGB and RGBA, both the legacy syntax (comma-separated) and modern syntax (space-separate) are supported.
2101
2101
  * @see https://developer.mozilla.org/en-US/docs/Web/CSS/color_value/rgb
2102
2102
  *
2103
- * If the value is invalid, the component will select rgb(0, 0, 0).
2103
+ * If the value is invalid, the component will return an empty string ''.
2104
2104
  *
2105
2105
  * Note that the `onChange` handler will emit the value in hex.
2106
2106
  */
@@ -2407,12 +2407,19 @@ interface DatePickerProps$1 extends GlobalProps, InputProps, FocusEventProps {
2407
2407
  */
2408
2408
  value?: string;
2409
2409
  /**
2410
- * Callback when any date is selected. Will fire before `onChange`.
2410
+ * Callback when any date is selected.
2411
+ *
2412
+ * - If `type="single"`, fires when a date is selected and happens before `onChange`.
2413
+ * - If `type="multiple"`, fires when a date is selected before `onChange`.
2414
+ * - If `type="range"`, fires when a first date is selected (with the partial value formatted as `YYYY-MM-DD--`), and when the last date is selected before `onChange`.
2411
2415
  */
2412
2416
  onInput?: (event: Event) => void;
2413
2417
  /**
2414
- * Callback when the `value` is changed. For `type="single"` and `type="multiple"`, this is the same as `onInput`.
2415
- * For `type="range"`, this is only called when the range is completed by selecting the end date of the range.
2418
+ * Callback when the value is committed.
2419
+ *
2420
+ * - If `type="single"`, fires when a date is selected after `onInput`.
2421
+ * - If `type="multiple"`, fires when a date is selected after `onInput`.
2422
+ * - If `type="range"`, fires when a range is completed by selecting the end date after `onInput`.
2416
2423
  */
2417
2424
  onChange?: (event: Event) => void;
2418
2425
  }
@@ -2432,6 +2439,16 @@ interface DateFieldProps$1
2432
2439
  | 'onViewChange'
2433
2440
  >,
2434
2441
  AutocompleteProps<DateAutocompleteField> {
2442
+ /**
2443
+ * Callback when the user makes any changes in the field.
2444
+ * Also triggered when a date is selected using the date picker popup before `onChange`.
2445
+ */
2446
+ onInput?: (event: Event) => void;
2447
+ /**
2448
+ * Callback when the user has **finished editing** a field, e.g. once they have blurred the field.
2449
+ * Also triggered when a date is selected using the date picker popup after `onInput`.
2450
+ */
2451
+ onChange?: (event: Event) => void;
2435
2452
  /**
2436
2453
  * Callback when the field has an invalid date.
2437
2454
  * This callback will be called, if the date typed is invalid or disabled.
@@ -2562,7 +2579,7 @@ interface FunctionSettingsProps$1 extends GlobalProps, FormProps$1 {
2562
2579
  * highlight the fields that caused the errors, and display the error messages
2563
2580
  * to the user.
2564
2581
  */
2565
- onError?: (event: ArgregatedErrorEvent<FunctionSettingsError>) => void;
2582
+ onError?: (event: AggregateErrorEvent<FunctionSettingsError>) => void;
2566
2583
  }
2567
2584
  export interface FunctionSettingsError extends Error {
2568
2585
  /**
@@ -2659,39 +2676,39 @@ export type AlignContentKeyword =
2659
2676
  interface GridProps$1 extends GlobalProps, BaseBoxPropsWithRole, GapProps {
2660
2677
  /**
2661
2678
  Define columns and specify their size.
2662
-
2679
+
2663
2680
  @see https://developer.mozilla.org/en-US/docs/Web/CSS/grid-template-columns
2664
2681
  @default 'none'
2665
2682
  */
2666
2683
  gridTemplateColumns?: MaybeResponsive<string>;
2667
2684
  /**
2668
2685
  Define rows and specify their size.
2669
-
2686
+
2670
2687
  @see https://developer.mozilla.org/en-US/docs/Web/CSS/grid-template-rows
2671
2688
  @default 'none'
2672
2689
  */
2673
2690
  gridTemplateRows?: MaybeResponsive<string>;
2674
2691
  /**
2675
2692
  Aligns the grid items along the inline (row) axis.
2676
-
2693
+
2677
2694
  This overrides the inline value of `placeItems`.
2678
-
2695
+
2679
2696
  @see https://developer.mozilla.org/en-US/docs/Web/CSS/justify-items
2680
2697
  @default '' - meaning no override
2681
2698
  */
2682
2699
  justifyItems?: MaybeResponsive<JustifyItemsKeyword | ''>;
2683
2700
  /**
2684
2701
  Aligns the grid items along the block (column) axis.
2685
-
2702
+
2686
2703
  This overrides the block value of `placeItems`.
2687
-
2704
+
2688
2705
  @see https://developer.mozilla.org/en-US/docs/Web/CSS/align-items
2689
2706
  @default '' - meaning no override
2690
2707
  */
2691
2708
  alignItems?: MaybeResponsive<AlignItemsKeyword | ''>;
2692
2709
  /**
2693
2710
  A shorthand property for `justify-items` and `align-items`.
2694
-
2711
+
2695
2712
  @see https://developer.mozilla.org/en-US/docs/Web/CSS/place-items
2696
2713
  @default 'normal normal'
2697
2714
  */
@@ -2700,25 +2717,25 @@ interface GridProps$1 extends GlobalProps, BaseBoxPropsWithRole, GapProps {
2700
2717
  >;
2701
2718
  /**
2702
2719
  Aligns the grid along the inline (row) axis.
2703
-
2720
+
2704
2721
  This overrides the inline value of `placeContent`.
2705
-
2722
+
2706
2723
  @see https://developer.mozilla.org/en-US/docs/Web/CSS/justify-content
2707
2724
  @default '' - meaning no override
2708
2725
  */
2709
2726
  justifyContent?: MaybeResponsive<JustifyContentKeyword | ''>;
2710
2727
  /**
2711
2728
  Aligns the grid along the block (column) axis.
2712
-
2729
+
2713
2730
  This overrides the block value of `placeContent`.
2714
-
2731
+
2715
2732
  @see https://developer.mozilla.org/en-US/docs/Web/CSS/align-content
2716
2733
  @default '' - meaning no override
2717
2734
  */
2718
2735
  alignContent?: MaybeResponsive<AlignContentKeyword | ''>;
2719
2736
  /**
2720
2737
  A shorthand property for `justify-content` and `align-content`.
2721
-
2738
+
2722
2739
  @see https://developer.mozilla.org/en-US/docs/Web/CSS/place-content
2723
2740
  @default 'normal normal'
2724
2741
  */
@@ -4271,7 +4288,7 @@ export interface AvatarProps
4271
4288
 
4272
4289
  export type Styles = string;
4273
4290
  export type RenderImpl = Omit<ShadowRootInit, 'mode'> & {
4274
- ShadowRoot: (element: any) => ComponentChild;
4291
+ ShadowRoot: (element: any) => ComponentChildren;
4275
4292
  styles?: Styles;
4276
4293
  };
4277
4294
  export interface ActivationEventEsque {
@@ -4372,7 +4389,6 @@ export interface FieldReactProps<T extends keyof HTMLElementTagNameMap> {
4372
4389
  onFocus?: ((event: CallbackEvent<T>) => void) | null;
4373
4390
  onBlur?: ((event: CallbackEvent<T>) => void) | null;
4374
4391
  }
4375
- /** Used when an element does not have children. */
4376
4392
  export interface PreactBaseElementProps<TClass extends HTMLElement> {
4377
4393
  /** Assigns a unique key to this element. */
4378
4394
  key?: preact.Key;
@@ -4381,11 +4397,6 @@ export interface PreactBaseElementProps<TClass extends HTMLElement> {
4381
4397
  /** Assigns this element to a parent's slot. */
4382
4398
  slot?: Lowercase<string>;
4383
4399
  }
4384
- /** Used when an element has children. */
4385
- export interface PreactBaseElementPropsWithChildren<TClass extends HTMLElement>
4386
- extends PreactBaseElementProps<TClass> {
4387
- children?: preact.ComponentChildren;
4388
- }
4389
4400
 
4390
4401
  declare class Avatar extends PreactCustomElement implements AvatarProps {
4391
4402
  accessor initials: AvatarProps['initials'];
@@ -4402,7 +4413,7 @@ declare global {
4402
4413
  declare module 'preact' {
4403
4414
  namespace createElement.JSX {
4404
4415
  interface IntrinsicElements {
4405
- [tagName$Z]: AvatarJSXProps & PreactBaseElementPropsWithChildren<Avatar>;
4416
+ [tagName$Z]: AvatarJSXProps & PreactBaseElementProps<Avatar>;
4406
4417
  }
4407
4418
  }
4408
4419
  }
@@ -4458,7 +4469,7 @@ declare global {
4458
4469
  declare module 'preact' {
4459
4470
  namespace createElement.JSX {
4460
4471
  interface IntrinsicElements {
4461
- [tagName$Y]: BadgeJSXProps & PreactBaseElementPropsWithChildren<Badge>;
4472
+ [tagName$Y]: BadgeJSXProps & PreactBaseElementProps<Badge>;
4462
4473
  }
4463
4474
  }
4464
4475
  }
@@ -4466,7 +4477,12 @@ declare module 'preact' {
4466
4477
  declare const tagName$Y = 's-badge';
4467
4478
  export interface BadgeJSXProps
4468
4479
  extends Partial<BadgeProps>,
4469
- Pick<BadgeProps$1, 'id'> {}
4480
+ Pick<BadgeProps$1, 'id' | 'children'> {
4481
+ /**
4482
+ * The content of the Badge.
4483
+ */
4484
+ children?: ComponentChildren;
4485
+ }
4470
4486
 
4471
4487
  export type RequiredBannerProps = Required<BannerProps$1>;
4472
4488
  export interface BannerProps
@@ -4496,7 +4512,7 @@ declare module 'preact' {
4496
4512
  namespace createElement.JSX {
4497
4513
  interface IntrinsicElements {
4498
4514
  [tagName$X]: Omit<BannerJSXProps, 'secondaryActions'> &
4499
- PreactBaseElementPropsWithChildren<Banner>;
4515
+ PreactBaseElementProps<Banner>;
4500
4516
  }
4501
4517
  }
4502
4518
  }
@@ -4504,13 +4520,17 @@ declare module 'preact' {
4504
4520
  declare const tagName$X = 's-banner';
4505
4521
  export interface BannerJSXProps
4506
4522
  extends Partial<BannerProps>,
4507
- Pick<BannerProps$1, 'id'> {
4523
+ Pick<BannerProps$1, 'id' | 'children'> {
4508
4524
  /**
4509
- * The secondary actions to display at the bottom of the banner.
4525
+ * The content of the Banner.
4526
+ */
4527
+ children?: ComponentChildren;
4528
+ /**
4529
+ * The secondary actions to display at the bottom of the Banner.
4510
4530
  *
4511
- * A maximum of two `s-button` components are allowed, and only buttons with the `variant` of "secondary" are permitted.
4531
+ * Only Buttons with the `variant` of "secondary" or "auto" are permitted. A maximum of two `s-button` components are allowed.
4512
4532
  */
4513
- secondaryActions?: ComponentChild;
4533
+ secondaryActions?: ComponentChildren;
4514
4534
  onDismiss?: ((event: CallbackEvent<typeof tagName$X>) => void) | null;
4515
4535
  onAfterHide?: ((event: CallbackEvent<typeof tagName$X>) => void) | null;
4516
4536
  }
@@ -4745,7 +4765,7 @@ declare global {
4745
4765
  declare module 'preact' {
4746
4766
  namespace createElement.JSX {
4747
4767
  interface IntrinsicElements {
4748
- [tagName$W]: BoxJSXProps & PreactBaseElementPropsWithChildren<Box>;
4768
+ [tagName$W]: BoxJSXProps & PreactBaseElementProps<Box>;
4749
4769
  }
4750
4770
  }
4751
4771
  }
@@ -4753,7 +4773,12 @@ declare module 'preact' {
4753
4773
  declare const tagName$W = 's-box';
4754
4774
  export interface BoxJSXProps
4755
4775
  extends Partial<BoxProps>,
4756
- Pick<BoxProps$1, 'id'> {}
4776
+ Pick<BoxProps$1, 'id' | 'children'> {
4777
+ /**
4778
+ * The content of the Box.
4779
+ */
4780
+ children?: ComponentChildren;
4781
+ }
4757
4782
 
4758
4783
  export type ButtonOnlyProps = Extract<
4759
4784
  ButtonProps$1,
@@ -4838,7 +4863,7 @@ declare global {
4838
4863
  declare module 'preact' {
4839
4864
  namespace createElement.JSX {
4840
4865
  interface IntrinsicElements {
4841
- [tagName$V]: ButtonJSXProps & PreactBaseElementPropsWithChildren<Button>;
4866
+ [tagName$V]: ButtonJSXProps & PreactBaseElementProps<Button>;
4842
4867
  }
4843
4868
  }
4844
4869
  }
@@ -4846,7 +4871,11 @@ declare module 'preact' {
4846
4871
  declare const tagName$V = 's-button';
4847
4872
  export interface ButtonJSXProps
4848
4873
  extends Partial<ButtonProps>,
4849
- Pick<ButtonProps$1, 'id'> {
4874
+ Pick<ButtonProps$1, 'id' | 'children'> {
4875
+ /**
4876
+ * The content of the Button.
4877
+ */
4878
+ children?: ComponentChildren;
4850
4879
  onClick?: ((event: CallbackEvent<typeof tagName$V>) => void) | null;
4851
4880
  onFocus?: ((event: CallbackEvent<typeof tagName$V>) => void) | null;
4852
4881
  onBlur?: ((event: CallbackEvent<typeof tagName$V>) => void) | null;
@@ -4871,8 +4900,7 @@ declare global {
4871
4900
  declare module 'preact' {
4872
4901
  namespace createElement.JSX {
4873
4902
  interface IntrinsicElements {
4874
- [tagName$U]: ButtonGroupJSXProps &
4875
- PreactBaseElementPropsWithChildren<ButtonGroup>;
4903
+ [tagName$U]: ButtonGroupJSXProps & PreactBaseElementProps<ButtonGroup>;
4876
4904
  }
4877
4905
  }
4878
4906
  }
@@ -4880,18 +4908,22 @@ declare module 'preact' {
4880
4908
  declare const tagName$U = 's-button-group';
4881
4909
  export interface ButtonGroupJSXProps
4882
4910
  extends Partial<ButtonGroupProps>,
4883
- Pick<ButtonGroupProps$1, 'id'> {
4911
+ Pick<ButtonGroupProps$1, 'id' | 'children'> {
4912
+ /**
4913
+ * The content of the ButtonGroup.
4914
+ */
4915
+ children?: ComponentChildren;
4884
4916
  /**
4885
4917
  * The primary action button for the group.
4886
4918
  * Accepts a single Button element with a `variant` of `primary`.
4887
4919
  * Cannot be used when gap="none".
4888
4920
  */
4889
- primaryAction?: ComponentChild;
4921
+ primaryAction?: ComponentChildren;
4890
4922
  /**
4891
4923
  * Secondary action buttons for the group.
4892
4924
  * Accepts Button elements with a `variant` of `secondary` or `auto`.
4893
4925
  */
4894
- secondaryActions?: ComponentChild;
4926
+ secondaryActions?: ComponentChildren;
4895
4927
  }
4896
4928
 
4897
4929
  declare const internals$4: unique symbol;
@@ -4972,8 +5004,7 @@ declare global {
4972
5004
  declare module 'preact' {
4973
5005
  namespace createElement.JSX {
4974
5006
  interface IntrinsicElements {
4975
- [tagName$T]: CheckboxJSXProps &
4976
- PreactBaseElementPropsWithChildren<Checkbox>;
5007
+ [tagName$T]: CheckboxJSXProps & PreactBaseElementProps<Checkbox>;
4977
5008
  }
4978
5009
  }
4979
5010
  }
@@ -5007,7 +5038,7 @@ declare module 'preact' {
5007
5038
  Extract<keyof HTMLAttributes<HTMLElement>, `on${Capitalize<string>}`>
5008
5039
  > &
5009
5040
  Omit<ChipJSXProps, 'graphic'> &
5010
- PreactBaseElementPropsWithChildren<Chip>;
5041
+ PreactBaseElementProps<Chip>;
5011
5042
  }
5012
5043
  }
5013
5044
  }
@@ -5015,13 +5046,17 @@ declare module 'preact' {
5015
5046
  declare const tagName$S = 's-chip';
5016
5047
  export interface ChipJSXProps
5017
5048
  extends Partial<ChipProps>,
5018
- Pick<ChipProps$2, 'id'> {
5049
+ Pick<ChipProps$2, 'id' | 'children'> {
5050
+ /**
5051
+ * The content of the Chip.
5052
+ */
5053
+ children?: ComponentChildren;
5019
5054
  /**
5020
5055
  * The graphic to display in the chip.
5021
5056
  *
5022
5057
  * Only accepts `Icon` components.
5023
5058
  */
5024
- graphic?: ComponentChild;
5059
+ graphic?: ComponentChildren;
5025
5060
  }
5026
5061
 
5027
5062
  export interface ChoiceProps
@@ -5034,16 +5069,7 @@ export interface ChoiceProps
5034
5069
  | 'accessibilityLabel'
5035
5070
  | 'value'
5036
5071
  >
5037
- > {
5038
- /**
5039
- * Content to use as the choice label.
5040
- *
5041
- * The label is produced by extracting and
5042
- * concatenating the text nodes from the provided content;
5043
- * any markup or element structure is ignored.
5044
- */
5045
- children: ComponentChildren;
5046
- }
5072
+ > {}
5047
5073
 
5048
5074
  declare class Choice extends PreactCustomElement implements ChoiceProps {
5049
5075
  accessor disabled: ChoiceProps['disabled'];
@@ -5066,7 +5092,7 @@ declare global {
5066
5092
  declare module 'preact' {
5067
5093
  namespace createElement.JSX {
5068
5094
  interface IntrinsicElements {
5069
- [tagName$R]: ChoiceJSXProps & PreactBaseElementPropsWithChildren<Choice>;
5095
+ [tagName$R]: ChoiceJSXProps & PreactBaseElementProps<Choice>;
5070
5096
  }
5071
5097
  }
5072
5098
  }
@@ -5074,8 +5100,15 @@ declare module 'preact' {
5074
5100
  declare const tagName$R = 's-choice';
5075
5101
  export interface ChoiceJSXProps
5076
5102
  extends Partial<ChoiceProps>,
5077
- Pick<ChoiceProps$1, 'id'> {
5078
- details?: ComponentChild;
5103
+ Pick<ChoiceProps$1, 'id' | 'children' | 'details'> {
5104
+ /**
5105
+ * Content to use as the choice label.
5106
+ *
5107
+ * The label is produced by extracting and
5108
+ * concatenating the text nodes from the provided content;
5109
+ * any markup or element structure is ignored.
5110
+ */
5111
+ children?: ComponentChildren;
5079
5112
  }
5080
5113
 
5081
5114
  export interface ChoiceListProps
@@ -5126,8 +5159,7 @@ declare global {
5126
5159
  declare module 'preact' {
5127
5160
  namespace createElement.JSX {
5128
5161
  interface IntrinsicElements {
5129
- [tagName$Q]: ChoiceListJSXProps &
5130
- PreactBaseElementPropsWithChildren<ChoiceList>;
5162
+ [tagName$Q]: ChoiceListJSXProps & PreactBaseElementProps<ChoiceList>;
5131
5163
  }
5132
5164
  }
5133
5165
  }
@@ -5135,7 +5167,13 @@ declare module 'preact' {
5135
5167
  declare const tagName$Q = 's-choice-list';
5136
5168
  export interface ChoiceListJSXProps
5137
5169
  extends Partial<ChoiceListProps>,
5138
- Pick<ChoiceListProps$1, 'id'> {
5170
+ Pick<ChoiceListProps$1, 'id' | 'children'> {
5171
+ /**
5172
+ * The choices a user can select from.
5173
+ *
5174
+ * Accepts `Choice` components.
5175
+ */
5176
+ children?: ComponentChildren;
5139
5177
  onChange?: ((event: CallbackEvent<typeof tagName$Q>) => void) | null;
5140
5178
  onInput?: ((event: CallbackEvent<typeof tagName$Q>) => void) | null;
5141
5179
  }
@@ -5181,8 +5219,7 @@ declare global {
5181
5219
  declare module 'preact' {
5182
5220
  namespace createElement.JSX {
5183
5221
  interface IntrinsicElements {
5184
- [tagName$P]: ClickableJSXProps &
5185
- PreactBaseElementPropsWithChildren<Clickable>;
5222
+ [tagName$P]: ClickableJSXProps & PreactBaseElementProps<Clickable>;
5186
5223
  }
5187
5224
  }
5188
5225
  }
@@ -5190,7 +5227,11 @@ declare module 'preact' {
5190
5227
  declare const tagName$P = 's-clickable';
5191
5228
  export interface ClickableJSXProps
5192
5229
  extends Partial<ClickableProps>,
5193
- Pick<ClickableProps$1, 'id'> {
5230
+ Pick<ClickableProps$1, 'id' | 'children'> {
5231
+ /**
5232
+ * The content of the Clickable.
5233
+ */
5234
+ children?: ComponentChildren;
5194
5235
  onClick?: ((event: CallbackEvent<typeof tagName$P>) => void) | null;
5195
5236
  onFocus?: ((event: CallbackEvent<typeof tagName$P>) => void) | null;
5196
5237
  onBlur?: ((event: CallbackEvent<typeof tagName$P>) => void) | null;
@@ -5234,7 +5275,7 @@ declare module 'preact' {
5234
5275
  Extract<keyof HTMLAttributes<HTMLElement>, `on${Capitalize<string>}`>
5235
5276
  > &
5236
5277
  Omit<ClickableChipJSXProps, 'graphic'> &
5237
- PreactBaseElementPropsWithChildren<ClickableChip>;
5278
+ PreactBaseElementProps<ClickableChip>;
5238
5279
  }
5239
5280
  }
5240
5281
  }
@@ -5242,13 +5283,17 @@ declare module 'preact' {
5242
5283
  declare const tagName$O = 's-clickable-chip';
5243
5284
  export interface ClickableChipJSXProps
5244
5285
  extends Partial<ClickableChipProps>,
5245
- Pick<ClickableChipProps$1, 'id'> {
5286
+ Pick<ClickableChipProps$1, 'id' | 'children'> {
5287
+ /**
5288
+ * The content of the clickable chip.
5289
+ */
5290
+ children?: ComponentChildren;
5246
5291
  /**
5247
5292
  * The graphic to display in the clickable chip.
5248
5293
  *
5249
5294
  * Only accepts `Icon` components.
5250
5295
  */
5251
- graphic?: ComponentChild;
5296
+ graphic?: ComponentChildren;
5252
5297
  onClick?: ((event: CallbackEvent<typeof tagName$O>) => void) | null;
5253
5298
  onRemove?: ((event: CallbackEvent<typeof tagName$O>) => void) | null;
5254
5299
  onAfterHide?: ((event: CallbackEvent<typeof tagName$O>) => void) | null;
@@ -5647,6 +5692,10 @@ declare const tagName$I = 's-drop-zone';
5647
5692
  export interface DropZoneJSXProps
5648
5693
  extends Partial<DropZoneProps>,
5649
5694
  Pick<DropZoneProps$1, 'id'> {
5695
+ /**
5696
+ * Content to include inside the DropZone container
5697
+ */
5698
+ children?: ComponentChildren;
5650
5699
  onChange?: ((event: CallbackEvent<typeof tagName$I>) => void) | null;
5651
5700
  onInput?: ((event: CallbackEvent<typeof tagName$I>) => void) | null;
5652
5701
  onDropRejected?: ((event: CallbackEvent<typeof tagName$I>) => void) | null;
@@ -5770,7 +5819,7 @@ declare global {
5770
5819
  declare module 'preact' {
5771
5820
  namespace createElement.JSX {
5772
5821
  interface IntrinsicElements {
5773
- [tagName$G]: GridJSXProps & PreactBaseElementPropsWithChildren<Grid>;
5822
+ [tagName$G]: GridJSXProps & PreactBaseElementProps<Grid>;
5774
5823
  }
5775
5824
  }
5776
5825
  }
@@ -5778,7 +5827,12 @@ declare module 'preact' {
5778
5827
  declare const tagName$G = 's-grid';
5779
5828
  export interface GridJSXProps
5780
5829
  extends Partial<GridProps>,
5781
- Pick<GridProps$1, 'id'> {}
5830
+ Pick<GridProps$1, 'id' | 'children'> {
5831
+ /**
5832
+ * The content of the Grid.
5833
+ */
5834
+ children?: ComponentChildren;
5835
+ }
5782
5836
 
5783
5837
  export type RequiredGridItemProps = Required<GridItemProps$1>;
5784
5838
  export interface GridItemProps
@@ -5801,8 +5855,7 @@ declare global {
5801
5855
  declare module 'preact' {
5802
5856
  namespace createElement.JSX {
5803
5857
  interface IntrinsicElements {
5804
- [tagName$F]: GridItemJSXProps &
5805
- PreactBaseElementPropsWithChildren<GridItem>;
5858
+ [tagName$F]: GridItemJSXProps & PreactBaseElementProps<GridItem>;
5806
5859
  }
5807
5860
  }
5808
5861
  }
@@ -5810,7 +5863,12 @@ declare module 'preact' {
5810
5863
  declare const tagName$F = 's-grid-item';
5811
5864
  export interface GridItemJSXProps
5812
5865
  extends Partial<GridItemProps>,
5813
- Pick<GridItemProps$1, 'id'> {}
5866
+ Pick<GridItemProps$1, 'id' | 'children'> {
5867
+ /**
5868
+ * The content of the GridItem.
5869
+ */
5870
+ children?: ComponentChildren;
5871
+ }
5814
5872
 
5815
5873
  export type RequiredHeadingProps = Required<HeadingProps$1>;
5816
5874
  export interface HeadingProps
@@ -5837,8 +5895,7 @@ declare global {
5837
5895
  declare module 'preact' {
5838
5896
  namespace createElement.JSX {
5839
5897
  interface IntrinsicElements {
5840
- [tagName$E]: HeadingJSXProps &
5841
- PreactBaseElementPropsWithChildren<Heading>;
5898
+ [tagName$E]: HeadingJSXProps & PreactBaseElementProps<Heading>;
5842
5899
  }
5843
5900
  }
5844
5901
  }
@@ -5846,7 +5903,12 @@ declare module 'preact' {
5846
5903
  declare const tagName$E = 's-heading';
5847
5904
  export interface HeadingJSXProps
5848
5905
  extends Partial<HeadingProps>,
5849
- Pick<HeadingProps$1, 'id'> {}
5906
+ Pick<HeadingProps$1, 'id' | 'children'> {
5907
+ /**
5908
+ * The content of the Heading.
5909
+ */
5910
+ children?: ComponentChildren;
5911
+ }
5850
5912
 
5851
5913
  declare class Icon extends PreactCustomElement implements IconProps {
5852
5914
  accessor color: IconProps['color'];
@@ -5978,7 +6040,7 @@ declare global {
5978
6040
  declare module 'preact' {
5979
6041
  namespace createElement.JSX {
5980
6042
  interface IntrinsicElements {
5981
- [tagName$B]: LinkJSXProps & PreactBaseElementPropsWithChildren<Link>;
6043
+ [tagName$B]: LinkJSXProps & PreactBaseElementProps<Link>;
5982
6044
  }
5983
6045
  }
5984
6046
  }
@@ -5986,7 +6048,11 @@ declare module 'preact' {
5986
6048
  declare const tagName$B = 's-link';
5987
6049
  export interface LinkJSXProps
5988
6050
  extends Partial<LinkProps>,
5989
- Pick<LinkProps$1, 'id' | 'lang'> {
6051
+ Pick<LinkProps$1, 'id' | 'lang' | 'children'> {
6052
+ /**
6053
+ * The content of the Link.
6054
+ */
6055
+ children?: ComponentChildren;
5990
6056
  onClick?: ((event: CallbackEvent<typeof tagName$B>) => void) | null;
5991
6057
  }
5992
6058
 
@@ -6003,8 +6069,7 @@ declare global {
6003
6069
  declare module 'preact' {
6004
6070
  namespace createElement.JSX {
6005
6071
  interface IntrinsicElements {
6006
- [tagName$A]: ListItemJSXProps &
6007
- PreactBaseElementPropsWithChildren<ListItem>;
6072
+ [tagName$A]: ListItemJSXProps & PreactBaseElementProps<ListItem>;
6008
6073
  }
6009
6074
  }
6010
6075
  }
@@ -6012,7 +6077,12 @@ declare module 'preact' {
6012
6077
  declare const tagName$A = 's-list-item';
6013
6078
  export interface ListItemJSXProps
6014
6079
  extends Partial<ListItemProps>,
6015
- Pick<ListItemProps$1, 'id'> {}
6080
+ Pick<ListItemProps$1, 'id' | 'children'> {
6081
+ /**
6082
+ * The content of the ListItem.
6083
+ */
6084
+ children?: ComponentChildren;
6085
+ }
6016
6086
 
6017
6087
  export interface MenuProps
6018
6088
  extends Required<Pick<MenuProps$1, 'id' | 'accessibilityLabel'>> {}
@@ -6079,13 +6149,13 @@ declare module 'preact' {
6079
6149
  declare const tagName$z = 's-menu';
6080
6150
  export interface MenuJSXProps
6081
6151
  extends Partial<MenuProps>,
6082
- Pick<MenuProps$1, 'id'> {
6152
+ Pick<MenuProps$1, 'id' | 'children'> {
6083
6153
  /**
6084
6154
  * The Menu items.
6085
6155
  *
6086
6156
  * Only accepts `Button` and `Section` components.
6087
6157
  */
6088
- children?: ComponentChild;
6158
+ children?: ComponentChildren;
6089
6159
  }
6090
6160
 
6091
6161
  export type RequiredAlignedModalProps = Required<ModalProps$1>;
@@ -6184,18 +6254,22 @@ declare const tagName$y = 's-modal';
6184
6254
  export interface ModalJSXProps
6185
6255
  extends Partial<ModalProps>,
6186
6256
  Pick<ModalProps$1, 'id' | 'children'> {
6257
+ /**
6258
+ * The content of the Modal.
6259
+ */
6260
+ children?: ComponentChildren;
6187
6261
  /**
6188
6262
  * The primary action to perform.
6189
6263
  *
6190
6264
  * Only a `Button` with a variant of `primary` is allowed.
6191
6265
  */
6192
- primaryAction?: ComponentChild;
6266
+ primaryAction?: ComponentChildren;
6193
6267
  /**
6194
6268
  * The secondary actions to perform.
6195
6269
  *
6196
6270
  * Only `ButtonGroup` or `Button` with a variant of `secondary` or `auto` are allowed.
6197
6271
  */
6198
- secondaryActions?: ComponentChild;
6272
+ secondaryActions?: ComponentChildren;
6199
6273
  onHide?: ((event: CallbackEvent<typeof tagName$y>) => void) | null;
6200
6274
  onShow?: ((event: CallbackEvent<typeof tagName$y>) => void) | null;
6201
6275
  onAfterHide?: ((event: CallbackEvent<typeof tagName$y>) => void) | null;
@@ -6205,7 +6279,7 @@ export interface ModalJSXProps
6205
6279
  export type RequiredMoneyFieldProps = Required<MoneyFieldProps$1>;
6206
6280
  export interface MoneyFieldProps
6207
6281
  extends Omit<PreactFieldProps, 'value'>,
6208
- Pick<RequiredMoneyFieldProps, 'max' | 'min' | 'step'> {
6282
+ Pick<RequiredMoneyFieldProps, 'max' | 'min'> {
6209
6283
  value: Required<MoneyFieldProps$1>['value'];
6210
6284
  }
6211
6285
 
@@ -6215,7 +6289,8 @@ declare class MoneyField
6215
6289
  {
6216
6290
  accessor max: MoneyFieldProps['max'];
6217
6291
  accessor min: MoneyFieldProps['min'];
6218
- accessor step: MoneyFieldProps['step'];
6292
+ get value(): string;
6293
+ set value(value: string);
6219
6294
  constructor();
6220
6295
  }
6221
6296
  declare global {
@@ -6255,6 +6330,8 @@ declare class NumberField
6255
6330
  extends PreactFieldElement<NumberFieldProps['autocomplete']>
6256
6331
  implements NumberFieldProps
6257
6332
  {
6333
+ get value(): string;
6334
+ set value(value: string);
6258
6335
  accessor inputMode: NumberFieldProps['inputMode'];
6259
6336
  accessor step: NumberFieldProps['step'];
6260
6337
  accessor max: NumberFieldProps['max'];
@@ -6302,13 +6379,20 @@ declare global {
6302
6379
  declare module 'preact' {
6303
6380
  namespace createElement.JSX {
6304
6381
  interface IntrinsicElements {
6305
- [tagName$v]: OptionJSXProps & PreactBaseElementPropsWithChildren<Option>;
6382
+ [tagName$v]: OptionJSXProps & PreactBaseElementProps<Option>;
6306
6383
  }
6307
6384
  }
6308
6385
  }
6309
6386
 
6310
6387
  declare const tagName$v = 's-option';
6311
- export interface OptionJSXProps extends Partial<OptionProps> {}
6388
+ export interface OptionJSXProps
6389
+ extends Partial<OptionProps>,
6390
+ Pick<OptionProps$1, 'id' | 'children'> {
6391
+ /**
6392
+ * The content to use as the label.
6393
+ */
6394
+ children?: ComponentChildren;
6395
+ }
6312
6396
 
6313
6397
  export interface OptionGroupProps
6314
6398
  extends Required<Pick<OptionGroupProps$1, 'disabled' | 'label'>> {}
@@ -6329,14 +6413,22 @@ declare global {
6329
6413
  declare module 'preact' {
6330
6414
  namespace createElement.JSX {
6331
6415
  interface IntrinsicElements {
6332
- [tagName$u]: OptionGroupJSXProps &
6333
- PreactBaseElementPropsWithChildren<OptionGroup>;
6416
+ [tagName$u]: OptionGroupJSXProps & PreactBaseElementProps<OptionGroup>;
6334
6417
  }
6335
6418
  }
6336
6419
  }
6337
6420
 
6338
6421
  declare const tagName$u = 's-option-group';
6339
- export interface OptionGroupJSXProps extends Partial<OptionGroupProps> {}
6422
+ export interface OptionGroupJSXProps
6423
+ extends Partial<OptionGroupProps>,
6424
+ Pick<OptionGroupProps$1, 'id' | 'children'> {
6425
+ /**
6426
+ * The options a user can select from.
6427
+ *
6428
+ * Accepts `Option` components.
6429
+ */
6430
+ children?: ComponentChildren;
6431
+ }
6340
6432
 
6341
6433
  export interface OrderedListProps extends OrderedListProps$1 {}
6342
6434
 
@@ -6354,8 +6446,7 @@ declare global {
6354
6446
  declare module 'preact' {
6355
6447
  namespace createElement.JSX {
6356
6448
  interface IntrinsicElements {
6357
- [tagName$t]: OrderedListJSXProps &
6358
- PreactBaseElementPropsWithChildren<OrderedList>;
6449
+ [tagName$t]: OrderedListJSXProps & PreactBaseElementProps<OrderedList>;
6359
6450
  }
6360
6451
  }
6361
6452
  }
@@ -6363,7 +6454,14 @@ declare module 'preact' {
6363
6454
  declare const tagName$t = 's-ordered-list';
6364
6455
  export interface OrderedListJSXProps
6365
6456
  extends Partial<OrderedListProps>,
6366
- Pick<OrderedListProps$1, 'id'> {}
6457
+ Pick<OrderedListProps$1, 'id'> {
6458
+ /**
6459
+ * The items of the OrderedList.
6460
+ *
6461
+ * Only ListItems are accepted.
6462
+ */
6463
+ children?: ComponentChildren;
6464
+ }
6367
6465
 
6368
6466
  export interface PageProps
6369
6467
  extends Required<Pick<PageProps$1, 'inlineSize' | 'heading'>> {
@@ -6385,39 +6483,44 @@ declare global {
6385
6483
  declare module 'preact' {
6386
6484
  namespace createElement.JSX {
6387
6485
  interface IntrinsicElements {
6388
- [tagName$s]: Omit<PageJSXProps, 'aside'> &
6389
- PreactBaseElementPropsWithChildren<Page>;
6486
+ [tagName$s]: Omit<PageJSXProps, 'aside'> & PreactBaseElementProps<Page>;
6390
6487
  }
6391
6488
  }
6392
6489
  }
6393
6490
 
6394
6491
  declare const tagName$s = 's-page';
6395
- export interface PageJSXProps extends Partial<PageProps> {
6492
+ export interface PageJSXProps
6493
+ extends Partial<PageProps>,
6494
+ Pick<PageProps$1, 'id' | 'children'> {
6495
+ /**
6496
+ * The content of the Page.
6497
+ */
6498
+ children?: ComponentChildren;
6396
6499
  /**
6397
6500
  * The content to display in the aside section of the page.
6398
6501
  *
6399
6502
  * This slot is only rendered when `inlineSize` is "base".
6400
6503
  */
6401
- aside?: ComponentChild;
6504
+ aside?: ComponentChildren;
6402
6505
  /**
6403
6506
  * The primary action for the page.
6404
6507
  *
6405
6508
  * Only accepts a single `Button` component with a `variant` of `primary`.
6406
6509
  *
6407
6510
  */
6408
- primaryAction?: ComponentChild;
6511
+ primaryAction?: ComponentChildren;
6409
6512
  /**
6410
6513
  * Secondary actions for the page.
6411
6514
  *
6412
6515
  * Only accepts `ButtonGroup` and `Button` components with a `variant` of `secondary` or `auto`.
6413
6516
  */
6414
- secondaryActions?: ComponentChild;
6517
+ secondaryActions?: ComponentChildren;
6415
6518
  /**
6416
6519
  * Navigations back actions for the page.
6417
6520
  *
6418
6521
  * Only accepts `Link` components.
6419
6522
  */
6420
- breadcrumbActions?: ComponentChild;
6523
+ breadcrumbActions?: ComponentChildren;
6421
6524
  }
6422
6525
 
6423
6526
  export interface ParagraphProps
@@ -6457,8 +6560,7 @@ declare global {
6457
6560
  declare module 'preact' {
6458
6561
  namespace createElement.JSX {
6459
6562
  interface IntrinsicElements {
6460
- [tagName$r]: ParagraphJSXProps &
6461
- PreactBaseElementPropsWithChildren<Paragraph>;
6563
+ [tagName$r]: ParagraphJSXProps & PreactBaseElementProps<Paragraph>;
6462
6564
  }
6463
6565
  }
6464
6566
  }
@@ -6466,7 +6568,12 @@ declare module 'preact' {
6466
6568
  declare const tagName$r = 's-paragraph';
6467
6569
  export interface ParagraphJSXProps
6468
6570
  extends Partial<ParagraphProps>,
6469
- Pick<ParagraphProps$1, 'id'> {}
6571
+ Pick<ParagraphProps$1, 'id' | 'children'> {
6572
+ /**
6573
+ * The content of the Paragraph.
6574
+ */
6575
+ children?: ComponentChildren;
6576
+ }
6470
6577
 
6471
6578
  export type PasswordFieldProps = PreactFieldProps<
6472
6579
  Required<PasswordFieldProps$1>['autocomplete']
@@ -6558,15 +6665,19 @@ declare global {
6558
6665
  declare module 'preact' {
6559
6666
  namespace createElement.JSX {
6560
6667
  interface IntrinsicElements {
6561
- [tagName$p]: PopoverJSXProps &
6562
- PreactBaseElementPropsWithChildren<Popover>;
6668
+ [tagName$p]: PopoverJSXProps & PreactBaseElementProps<Popover>;
6563
6669
  }
6564
6670
  }
6565
6671
  }
6566
6672
 
6567
6673
  declare const tagName$p = 's-popover';
6568
- export interface PopoverJSXProps extends Partial<PopoverProps> {
6569
- id?: string;
6674
+ export interface PopoverJSXProps
6675
+ extends Partial<PopoverProps>,
6676
+ Pick<PopoverProps$1, 'id' | 'children'> {
6677
+ /**
6678
+ * The content of the Popover.
6679
+ */
6680
+ children?: ComponentChildren;
6570
6681
  onHide?: (event: CallbackEvent<typeof tagName$p>) => void | null;
6571
6682
  onShow?: (event: CallbackEvent<typeof tagName$p>) => void | null;
6572
6683
  onAfterHide?: (event: CallbackEvent<typeof tagName$p>) => void | null;
@@ -6607,7 +6718,12 @@ declare module 'preact' {
6607
6718
  declare const tagName$o = 's-query-container';
6608
6719
  export interface QueryContainerJSXProps
6609
6720
  extends Partial<QueryContainerProps$1>,
6610
- Pick<QueryContainerProps$1, 'id'> {}
6721
+ Pick<QueryContainerProps$1, 'id' | 'children'> {
6722
+ /**
6723
+ * The content of the container.
6724
+ */
6725
+ children?: ComponentChildren;
6726
+ }
6611
6727
 
6612
6728
  export type SearchFieldProps = PreactFieldProps<
6613
6729
  /**
@@ -6688,8 +6804,7 @@ declare global {
6688
6804
  declare module 'preact' {
6689
6805
  namespace createElement.JSX {
6690
6806
  interface IntrinsicElements {
6691
- [tagName$m]: SectionJSXProps &
6692
- PreactBaseElementPropsWithChildren<Section>;
6807
+ [tagName$m]: SectionJSXProps & PreactBaseElementProps<Section>;
6693
6808
  }
6694
6809
  }
6695
6810
  }
@@ -6697,7 +6812,12 @@ declare module 'preact' {
6697
6812
  declare const tagName$m = 's-section';
6698
6813
  export interface SectionJSXProps
6699
6814
  extends Partial<SectionProps>,
6700
- Pick<SectionProps$1, 'id'> {}
6815
+ Pick<SectionProps$1, 'id' | 'children'> {
6816
+ /**
6817
+ * The content of the Section.
6818
+ */
6819
+ children?: ComponentChildren;
6820
+ }
6701
6821
 
6702
6822
  export interface SelectProps
6703
6823
  extends Omit<PreactInputProps, 'value'>,
@@ -6758,13 +6878,21 @@ declare global {
6758
6878
  declare module 'preact' {
6759
6879
  namespace createElement.JSX {
6760
6880
  interface IntrinsicElements {
6761
- [tagName$l]: SelectJSXProps & PreactBaseElementPropsWithChildren<Select>;
6881
+ [tagName$l]: SelectJSXProps & PreactBaseElementProps<Select>;
6762
6882
  }
6763
6883
  }
6764
6884
  }
6765
6885
 
6766
6886
  declare const tagName$l = 's-select';
6767
- export interface SelectJSXProps extends Partial<SelectProps> {
6887
+ export interface SelectJSXProps
6888
+ extends Partial<SelectProps>,
6889
+ Pick<SelectProps$1, 'id' | 'children'> {
6890
+ /**
6891
+ * The options a user can select from.
6892
+ *
6893
+ * Accepts `Option` and `OptionGroup` components.
6894
+ */
6895
+ children?: ComponentChildren;
6768
6896
  onChange?: (event: CallbackEvent<typeof tagName$l>) => void;
6769
6897
  onInput?: (event: CallbackEvent<typeof tagName$l>) => void;
6770
6898
  onBlur?: (event: CallbackEvent<typeof tagName$l>) => void;
@@ -6878,7 +7006,7 @@ declare global {
6878
7006
  declare module 'preact' {
6879
7007
  namespace createElement.JSX {
6880
7008
  interface IntrinsicElements {
6881
- [tagName$j]: StackJSXProps & PreactBaseElementPropsWithChildren<Stack>;
7009
+ [tagName$j]: StackJSXProps & PreactBaseElementProps<Stack>;
6882
7010
  }
6883
7011
  }
6884
7012
  }
@@ -6886,7 +7014,12 @@ declare module 'preact' {
6886
7014
  declare const tagName$j = 's-stack';
6887
7015
  export interface StackJSXProps
6888
7016
  extends Partial<StackProps>,
6889
- Pick<StackProps$1, 'id'> {}
7017
+ Pick<StackProps$1, 'id' | 'children'> {
7018
+ /**
7019
+ * The content of the Stack.
7020
+ */
7021
+ children?: ComponentChildren;
7022
+ }
6890
7023
 
6891
7024
  export interface SwitchProps
6892
7025
  extends PreactCheckboxProps,
@@ -6975,7 +7108,7 @@ declare module 'preact' {
6975
7108
  namespace createElement.JSX {
6976
7109
  interface IntrinsicElements {
6977
7110
  [tagName$h]: Omit<TableJSXProps, 'filters'> &
6978
- PreactBaseElementPropsWithChildren<Table>;
7111
+ PreactBaseElementProps<Table>;
6979
7112
  }
6980
7113
  }
6981
7114
  }
@@ -6983,11 +7116,15 @@ declare module 'preact' {
6983
7116
  declare const tagName$h = 's-table';
6984
7117
  export interface TableJSXProps
6985
7118
  extends Partial<TableProps>,
6986
- Pick<TableProps$1, 'id' | 'onNextPage' | 'onPreviousPage'> {
7119
+ Pick<TableProps$1, 'id' | 'children' | 'onNextPage' | 'onPreviousPage'> {
7120
+ /**
7121
+ * The content of the Table.
7122
+ */
7123
+ children?: ComponentChildren;
6987
7124
  /**
6988
7125
  * Additional filters to display in the table. For example, the `s-search-field` component can be used to filter the table data.
6989
7126
  */
6990
- filters?: ComponentChild;
7127
+ filters?: ComponentChildren;
6991
7128
  }
6992
7129
 
6993
7130
  export interface TableBodyProps extends TableBodyProps$1 {}
@@ -7003,8 +7140,7 @@ declare global {
7003
7140
  declare module 'preact' {
7004
7141
  namespace createElement.JSX {
7005
7142
  interface IntrinsicElements {
7006
- [tagName$g]: TableBodyJSXProps &
7007
- PreactBaseElementPropsWithChildren<TableBody>;
7143
+ [tagName$g]: TableBodyJSXProps & PreactBaseElementProps<TableBody>;
7008
7144
  }
7009
7145
  }
7010
7146
  }
@@ -7012,7 +7148,12 @@ declare module 'preact' {
7012
7148
  declare const tagName$g = 's-table-body';
7013
7149
  export interface TableBodyJSXProps
7014
7150
  extends Partial<TableBodyProps>,
7015
- Pick<TableBodyProps$1, 'id'> {}
7151
+ Pick<TableBodyProps$1, 'id' | 'children'> {
7152
+ /**
7153
+ * The body of the table. May not have any semantic meaning in the Table's `list` variant.
7154
+ */
7155
+ children?: ComponentChildren;
7156
+ }
7016
7157
 
7017
7158
  export interface TableCellProps extends TableCellProps$1 {}
7018
7159
 
@@ -7033,8 +7174,7 @@ declare global {
7033
7174
  declare module 'preact' {
7034
7175
  namespace createElement.JSX {
7035
7176
  interface IntrinsicElements {
7036
- [tagName$f]: TableCellJSXProps &
7037
- PreactBaseElementPropsWithChildren<TableCell>;
7177
+ [tagName$f]: TableCellJSXProps & PreactBaseElementProps<TableCell>;
7038
7178
  }
7039
7179
  }
7040
7180
  }
@@ -7042,7 +7182,12 @@ declare module 'preact' {
7042
7182
  declare const tagName$f = 's-table-cell';
7043
7183
  export interface TableCellJSXProps
7044
7184
  extends Partial<TableCellProps>,
7045
- Pick<TableCellProps$1, 'id'> {}
7185
+ Pick<TableCellProps$1, 'id' | 'children'> {
7186
+ /**
7187
+ * The content of the table cell.
7188
+ */
7189
+ children?: ComponentChildren;
7190
+ }
7046
7191
 
7047
7192
  declare class TableHeader
7048
7193
  extends PreactCustomElement
@@ -7060,8 +7205,7 @@ declare global {
7060
7205
  declare module 'preact' {
7061
7206
  namespace createElement.JSX {
7062
7207
  interface IntrinsicElements {
7063
- [tagName$e]: TableHeaderJSXProps &
7064
- PreactBaseElementPropsWithChildren<TableHeader>;
7208
+ [tagName$e]: TableHeaderJSXProps & PreactBaseElementProps<TableHeader>;
7065
7209
  }
7066
7210
  }
7067
7211
  }
@@ -7069,7 +7213,12 @@ declare module 'preact' {
7069
7213
  declare const tagName$e = 's-table-header';
7070
7214
  export interface TableHeaderJSXProps
7071
7215
  extends Partial<TableHeaderProps>,
7072
- Pick<TableHeaderProps$1, 'id'> {}
7216
+ Pick<TableHeaderProps$1, 'id' | 'children'> {
7217
+ /**
7218
+ * The heading of the column in the `table` variant, and the label of its data in `list` variant.
7219
+ */
7220
+ children?: ComponentChildren;
7221
+ }
7073
7222
 
7074
7223
  export interface TableHeaderRowProps extends TableHeaderRowProps$1 {}
7075
7224
 
@@ -7092,7 +7241,7 @@ declare module 'preact' {
7092
7241
  namespace createElement.JSX {
7093
7242
  interface IntrinsicElements {
7094
7243
  [tagName$d]: TableHeaderRowJSXProps &
7095
- PreactBaseElementPropsWithChildren<TableHeaderRow>;
7244
+ PreactBaseElementProps<TableHeaderRow>;
7096
7245
  }
7097
7246
  }
7098
7247
  }
@@ -7100,7 +7249,12 @@ declare module 'preact' {
7100
7249
  declare const tagName$d = 's-table-header-row';
7101
7250
  export interface TableHeaderRowJSXProps
7102
7251
  extends Partial<TableHeaderRowProps>,
7103
- Pick<TableHeaderRowProps$1, 'id'> {}
7252
+ Pick<TableHeaderRowProps$1, 'id' | 'children'> {
7253
+ /**
7254
+ * Contents of the table heading row; children should be `TableHeading` components.
7255
+ */
7256
+ children?: ComponentChildren;
7257
+ }
7104
7258
 
7105
7259
  export interface TableRowProps
7106
7260
  extends Pick<TableRowProps$1, 'children' | 'clickDelegate'> {}
@@ -7117,8 +7271,7 @@ declare global {
7117
7271
  declare module 'preact' {
7118
7272
  namespace createElement.JSX {
7119
7273
  interface IntrinsicElements {
7120
- [tagName$c]: TableRowJSXProps &
7121
- PreactBaseElementPropsWithChildren<TableRow>;
7274
+ [tagName$c]: TableRowJSXProps & PreactBaseElementProps<TableRow>;
7122
7275
  }
7123
7276
  }
7124
7277
  }
@@ -7126,7 +7279,12 @@ declare module 'preact' {
7126
7279
  declare const tagName$c = 's-table-row';
7127
7280
  export interface TableRowJSXProps
7128
7281
  extends Partial<TableRowProps>,
7129
- Pick<TableRowProps$1, 'id'> {}
7282
+ Pick<TableRowProps$1, 'id' | 'children'> {
7283
+ /**
7284
+ * The content of a TableRow, which should be `TableCell` components.
7285
+ */
7286
+ children?: ComponentChildren;
7287
+ }
7130
7288
 
7131
7289
  export interface TextProps
7132
7290
  extends Required<
@@ -7174,7 +7332,7 @@ declare global {
7174
7332
  declare module 'preact' {
7175
7333
  namespace createElement.JSX {
7176
7334
  interface IntrinsicElements {
7177
- [tagName$b]: TextJSXProps & PreactBaseElementPropsWithChildren<Text>;
7335
+ [tagName$b]: TextJSXProps & PreactBaseElementProps<Text>;
7178
7336
  }
7179
7337
  }
7180
7338
  }
@@ -7182,7 +7340,12 @@ declare module 'preact' {
7182
7340
  declare const tagName$b = 's-text';
7183
7341
  export interface TextJSXProps
7184
7342
  extends Partial<TextProps>,
7185
- Pick<TextProps$1, 'id'> {}
7343
+ Pick<TextProps$1, 'id' | 'children'> {
7344
+ /**
7345
+ * The content of the Text.
7346
+ */
7347
+ children?: ComponentChildren;
7348
+ }
7186
7349
 
7187
7350
  export type TextAreaProps = PreactFieldProps<
7188
7351
  Required<TextAreaProps$1>['autocomplete']
@@ -7261,7 +7424,7 @@ export interface TextFieldJSXProps
7261
7424
  /**
7262
7425
  * The accessory to display in the text field.
7263
7426
  */
7264
- accessory?: ComponentChild;
7427
+ accessory?: ComponentChildren;
7265
7428
  }
7266
7429
 
7267
7430
  export interface ThumbnailProps
@@ -7312,8 +7475,7 @@ declare global {
7312
7475
  declare module 'preact' {
7313
7476
  namespace createElement.JSX {
7314
7477
  interface IntrinsicElements {
7315
- [tagName$7]: TooltipJSXProps &
7316
- PreactBaseElementPropsWithChildren<Tooltip>;
7478
+ [tagName$7]: TooltipJSXProps & PreactBaseElementProps<Tooltip>;
7317
7479
  }
7318
7480
  }
7319
7481
  }
@@ -7321,13 +7483,13 @@ declare module 'preact' {
7321
7483
  declare const tagName$7 = 's-tooltip';
7322
7484
  export interface TooltipJSXProps
7323
7485
  extends Partial<TooltipProps>,
7324
- Pick<TooltipProps$1, 'id'> {
7486
+ Pick<TooltipProps$1, 'id' | 'children'> {
7325
7487
  /**
7326
7488
  * The content of the Tooltip.
7327
7489
  *
7328
7490
  * Only accepts `Text`, `Paragraph` components, and raw `textContent`.
7329
7491
  */
7330
- children: ComponentChild;
7492
+ children?: ComponentChildren;
7331
7493
  }
7332
7494
 
7333
7495
  export type URLFieldProps = PreactFieldProps<
@@ -7380,7 +7542,7 @@ declare module 'preact' {
7380
7542
  namespace createElement.JSX {
7381
7543
  interface IntrinsicElements {
7382
7544
  [tagName$5]: UnorderedListJSXProps &
7383
- PreactBaseElementPropsWithChildren<UnorderedList>;
7545
+ PreactBaseElementProps<UnorderedList>;
7384
7546
  }
7385
7547
  }
7386
7548
  }
@@ -7388,7 +7550,14 @@ declare module 'preact' {
7388
7550
  declare const tagName$5 = 's-unordered-list';
7389
7551
  export interface UnorderedListJSXProps
7390
7552
  extends Partial<UnorderedListProps>,
7391
- Pick<UnorderedListProps$1, 'id'> {}
7553
+ Pick<UnorderedListProps$1, 'id'> {
7554
+ /**
7555
+ * The items of the UnorderedList.
7556
+ *
7557
+ * Only ListItems are accepted.
7558
+ */
7559
+ children?: ComponentChildren;
7560
+ }
7392
7561
 
7393
7562
  export interface AdminActionProps
7394
7563
  extends Pick<AdminActionProps$1, 'heading' | 'loading'> {}
@@ -7400,11 +7569,11 @@ export interface AdminActionJSXProps
7400
7569
  /**
7401
7570
  * The primary action to display in the admin action.
7402
7571
  */
7403
- primaryAction: ComponentChild;
7572
+ primaryAction: ComponentChildren;
7404
7573
  /**
7405
7574
  * The secondary actions to display in the admin action.
7406
7575
  */
7407
- secondaryActions: ComponentChild;
7576
+ secondaryActions: ComponentChildren;
7408
7577
  }
7409
7578
 
7410
7579
  declare class AdminAction
@@ -7709,6 +7878,13 @@ export interface AvatarEvents {
7709
7878
  error: OnErrorEventHandler = null;
7710
7879
  }
7711
7880
 
7881
+ export interface BadgeSlots {
7882
+ /**
7883
+ * The content of the Badge.
7884
+ */
7885
+ children?: HTMLElement;
7886
+ }
7887
+
7712
7888
  export interface BannerEvents {
7713
7889
  dismiss: CallbackEventListener<typeof tagName> | null = null;
7714
7890
  afterhide: CallbackEventListener<typeof tagName> | null = null;
@@ -7716,20 +7892,42 @@ export interface BannerEvents {
7716
7892
 
7717
7893
  export interface BannerSlots {
7718
7894
  /**
7719
- * The secondary actions to display at the bottom of the banner.
7895
+ * The content of the Banner.
7896
+ */
7897
+ children?: HTMLElement;
7898
+ /**
7899
+ * The secondary actions to display at the bottom of the Banner.
7720
7900
  *
7721
- * A maximum of two `s-button` components are allowed, and only buttons with the `variant` of "secondary" are permitted.
7901
+ * Only Buttons with the `variant` of "secondary" or "auto" are permitted. A maximum of two `s-button` components are allowed.
7722
7902
  */
7723
7903
  'secondary-actions'?: HTMLElement;
7724
7904
  }
7725
7905
 
7906
+ export interface BoxSlots {
7907
+ /**
7908
+ * The content of the Box.
7909
+ */
7910
+ children?: HTMLElement;
7911
+ }
7912
+
7726
7913
  export interface ButtonEvents {
7727
7914
  click: CallbackEventListener<typeof tagName> | null = null;
7728
7915
  blur: CallbackEventListener<typeof tagName> | null = null;
7729
7916
  focus: CallbackEventListener<typeof tagName> | null = null;
7730
7917
  }
7731
7918
 
7919
+ export interface ButtonSlots {
7920
+ /**
7921
+ * The content of the Button.
7922
+ */
7923
+ children?: HTMLElement;
7924
+ }
7925
+
7732
7926
  export interface ButtonGroupSlots {
7927
+ /**
7928
+ * The content of the ButtonGroup.
7929
+ */
7930
+ children?: HTMLElement;
7733
7931
  /**
7734
7932
  * The primary action button for the group.
7735
7933
  * Accepts a single Button element with a `variant` of `primary`.
@@ -7749,6 +7947,10 @@ export interface CheckboxEvents {
7749
7947
  }
7750
7948
 
7751
7949
  export interface ChipSlots {
7950
+ /**
7951
+ * The content of the Chip.
7952
+ */
7953
+ children?: HTMLElement;
7752
7954
  /**
7753
7955
  * The graphic to display in the chip.
7754
7956
  *
@@ -7758,7 +7960,14 @@ export interface ChipSlots {
7758
7960
  }
7759
7961
 
7760
7962
  export interface ChoiceSlots {
7761
- details?: HTMLElement;
7963
+ /**
7964
+ * Content to use as the choice label.
7965
+ *
7966
+ * The label is produced by extracting and
7967
+ * concatenating the text nodes from the provided content;
7968
+ * any markup or element structure is ignored.
7969
+ */
7970
+ children?: HTMLElement;
7762
7971
  }
7763
7972
 
7764
7973
  export interface ChoiceListEvents {
@@ -7766,12 +7975,28 @@ export interface ChoiceListEvents {
7766
7975
  input: CallbackEventListener<typeof tagName> | null = null;
7767
7976
  }
7768
7977
 
7978
+ export interface ChoiceListSlots {
7979
+ /**
7980
+ * The choices a user can select from.
7981
+ *
7982
+ * Accepts `Choice` components.
7983
+ */
7984
+ children?: HTMLElement;
7985
+ }
7986
+
7769
7987
  export interface ClickableEvents {
7770
7988
  click: CallbackEventListener<typeof tagName> | null = null;
7771
7989
  blur: CallbackEventListener<typeof tagName> | null = null;
7772
7990
  focus: CallbackEventListener<typeof tagName> | null = null;
7773
7991
  }
7774
7992
 
7993
+ export interface ClickableSlots {
7994
+ /**
7995
+ * The content of the Clickable.
7996
+ */
7997
+ children?: HTMLElement;
7998
+ }
7999
+
7775
8000
  export interface ClickableChipEvents {
7776
8001
  click: CallbackEventListener<typeof tagName> | null = null;
7777
8002
  remove: CallbackEventListener<typeof tagName> | null = null;
@@ -7779,6 +8004,10 @@ export interface ClickableChipEvents {
7779
8004
  }
7780
8005
 
7781
8006
  export interface ClickableChipSlots {
8007
+ /**
8008
+ * The content of the clickable chip.
8009
+ */
8010
+ children?: HTMLElement;
7782
8011
  /**
7783
8012
  * The graphic to display in the clickable chip.
7784
8013
  *
@@ -7822,6 +8051,13 @@ export interface DropZoneEvents {
7822
8051
  droprejected: CallbackEventListener<typeof tagName> = null;
7823
8052
  }
7824
8053
 
8054
+ export interface DropZoneSlots {
8055
+ /**
8056
+ * Content to include inside the DropZone container
8057
+ */
8058
+ children?: HTMLElement;
8059
+ }
8060
+
7825
8061
  export interface EmailFieldEvents {
7826
8062
  change: CallbackEventListener<'input'>;
7827
8063
  input: CallbackEventListener<'input'>;
@@ -7829,6 +8065,27 @@ export interface EmailFieldEvents {
7829
8065
  focus: CallbackEventListener<'input'>;
7830
8066
  }
7831
8067
 
8068
+ export interface GridSlots {
8069
+ /**
8070
+ * The content of the Grid.
8071
+ */
8072
+ children?: HTMLElement;
8073
+ }
8074
+
8075
+ export interface GridItemSlots {
8076
+ /**
8077
+ * The content of the GridItem.
8078
+ */
8079
+ children?: HTMLElement;
8080
+ }
8081
+
8082
+ export interface HeadingSlots {
8083
+ /**
8084
+ * The content of the Heading.
8085
+ */
8086
+ children?: HTMLElement;
8087
+ }
8088
+
7832
8089
  export interface ImageEvents {
7833
8090
  load: CallbackEventListener<typeof tagName> | null = null;
7834
8091
  error: OnErrorEventHandler = null;
@@ -7838,6 +8095,20 @@ export interface LinkEvents {
7838
8095
  click: CallbackEventListener<typeof tagName> | null = null;
7839
8096
  }
7840
8097
 
8098
+ export interface LinkSlots {
8099
+ /**
8100
+ * The content of the Link.
8101
+ */
8102
+ children?: HTMLElement;
8103
+ }
8104
+
8105
+ export interface ListItemSlots {
8106
+ /**
8107
+ * The content of the ListItem.
8108
+ */
8109
+ children?: HTMLElement;
8110
+ }
8111
+
7841
8112
  export interface MenuSlots {
7842
8113
  /**
7843
8114
  * The Menu items.
@@ -7855,6 +8126,10 @@ export interface ModalEvents {
7855
8126
  }
7856
8127
 
7857
8128
  export interface ModalSlots {
8129
+ /**
8130
+ * The content of the Modal.
8131
+ */
8132
+ children?: HTMLElement;
7858
8133
  /**
7859
8134
  * The primary action to perform.
7860
8135
  *
@@ -7883,7 +8158,36 @@ export interface NumberFieldEvents {
7883
8158
  focus: CallbackEventListener<'input'>;
7884
8159
  }
7885
8160
 
8161
+ export interface OptionSlots {
8162
+ /**
8163
+ * The content to use as the label.
8164
+ */
8165
+ children?: HTMLElement;
8166
+ }
8167
+
8168
+ export interface OptionGroupSlots {
8169
+ /**
8170
+ * The options a user can select from.
8171
+ *
8172
+ * Accepts `Option` components.
8173
+ */
8174
+ children?: HTMLElement;
8175
+ }
8176
+
8177
+ export interface OrderedListSlots {
8178
+ /**
8179
+ * The items of the OrderedList.
8180
+ *
8181
+ * Only ListItems are accepted.
8182
+ */
8183
+ children?: HTMLElement;
8184
+ }
8185
+
7886
8186
  export interface PageSlots {
8187
+ /**
8188
+ * The content of the Page.
8189
+ */
8190
+ children?: HTMLElement;
7887
8191
  /**
7888
8192
  * The content to display in the aside section of the page.
7889
8193
  *
@@ -7911,6 +8215,13 @@ export interface PageSlots {
7911
8215
  'breadcrumb-actions'?: HTMLElement;
7912
8216
  }
7913
8217
 
8218
+ export interface ParagraphSlots {
8219
+ /**
8220
+ * The content of the Paragraph.
8221
+ */
8222
+ children?: HTMLElement;
8223
+ }
8224
+
7914
8225
  export interface PasswordFieldEvents {
7915
8226
  change: CallbackEventListener<'input'>;
7916
8227
  input: CallbackEventListener<'input'>;
@@ -7927,6 +8238,20 @@ export interface PopoverEvents {
7927
8238
  aftertoggle: CallbackEventListener<TTagName> | null;
7928
8239
  }
7929
8240
 
8241
+ export interface PopoverSlots {
8242
+ /**
8243
+ * The content of the Popover.
8244
+ */
8245
+ children?: HTMLElement;
8246
+ }
8247
+
8248
+ export interface QueryContainerSlots {
8249
+ /**
8250
+ * The content of the container.
8251
+ */
8252
+ children?: HTMLElement;
8253
+ }
8254
+
7930
8255
  export interface SearchFieldEvents {
7931
8256
  change: CallbackEventListener<'input'>;
7932
8257
  input: CallbackEventListener<'input'>;
@@ -7934,11 +8259,34 @@ export interface SearchFieldEvents {
7934
8259
  focus: CallbackEventListener<'input'>;
7935
8260
  }
7936
8261
 
8262
+ export interface SectionSlots {
8263
+ /**
8264
+ * The content of the Section.
8265
+ */
8266
+ children?: HTMLElement;
8267
+ }
8268
+
7937
8269
  export interface SelectEvents {
7938
8270
  change: CallbackEventListener<'input'>;
7939
8271
  input: CallbackEventListener<'input'>;
7940
8272
  }
7941
8273
 
8274
+ export interface SelectSlots {
8275
+ /**
8276
+ * The options a user can select from.
8277
+ *
8278
+ * Accepts `Option` and `OptionGroup` components.
8279
+ */
8280
+ children?: HTMLElement;
8281
+ }
8282
+
8283
+ export interface StackSlots {
8284
+ /**
8285
+ * The content of the Stack.
8286
+ */
8287
+ children?: HTMLElement;
8288
+ }
8289
+
7942
8290
  export interface SwitchEvents {
7943
8291
  change: CallbackEventListener<'input'>;
7944
8292
  input: CallbackEventListener<'input'>;
@@ -7950,12 +8298,58 @@ export interface TableEvents {
7950
8298
  }
7951
8299
 
7952
8300
  export interface TableSlots {
8301
+ /**
8302
+ * The content of the Table.
8303
+ */
8304
+ children?: HTMLElement;
7953
8305
  /**
7954
8306
  * Additional filters to display in the table. For example, the `s-search-field` component can be used to filter the table data.
7955
8307
  */
7956
8308
  filters?: HTMLElement;
7957
8309
  }
7958
8310
 
8311
+ export interface TableBodySlots {
8312
+ /**
8313
+ * The body of the table. May not have any semantic meaning in the Table's `list` variant.
8314
+ */
8315
+ children?: HTMLElement;
8316
+ }
8317
+
8318
+ export interface TableCellSlots {
8319
+ /**
8320
+ * The content of the table cell.
8321
+ */
8322
+ children?: HTMLElement;
8323
+ }
8324
+
8325
+ export interface TableHeaderSlots {
8326
+ /**
8327
+ * The heading of the column in the `table` variant, and the label of its data in `list` variant.
8328
+ */
8329
+ children?: HTMLElement;
8330
+ }
8331
+
8332
+ export interface TableHeaderRowSlots {
8333
+ /**
8334
+ * Contents of the table heading row; children should be `TableHeading` components.
8335
+ */
8336
+ children?: HTMLElement;
8337
+ }
8338
+
8339
+ export interface TableRowSlots {
8340
+ /**
8341
+ * The content of a TableRow, which should be `TableCell` components.
8342
+ */
8343
+ children?: HTMLElement;
8344
+ }
8345
+
8346
+ export interface TextSlots {
8347
+ /**
8348
+ * The content of the Text.
8349
+ */
8350
+ children?: HTMLElement;
8351
+ }
8352
+
7959
8353
  export interface TextAreaEvents {
7960
8354
  change: CallbackEventListener<'input'>;
7961
8355
  input: CallbackEventListener<'input'>;
@@ -7988,7 +8382,7 @@ export interface TooltipSlots {
7988
8382
  *
7989
8383
  * Only accepts `Text`, `Paragraph` components, and raw `textContent`.
7990
8384
  */
7991
- children: HTMLElement;
8385
+ children?: HTMLElement;
7992
8386
  }
7993
8387
 
7994
8388
  export interface URLFieldEvents {
@@ -7998,6 +8392,15 @@ export interface URLFieldEvents {
7998
8392
  focus: CallbackEventListener<'input'>;
7999
8393
  }
8000
8394
 
8395
+ export interface UnorderedListSlots {
8396
+ /**
8397
+ * The items of the UnorderedList.
8398
+ *
8399
+ * Only ListItems are accepted.
8400
+ */
8401
+ children?: HTMLElement;
8402
+ }
8403
+
8001
8404
  export interface AdminActionSlots {
8002
8405
  /**
8003
8406
  * The primary action to display in the admin action.
@@ -8053,28 +8456,28 @@ export interface FunctionSettingsEvents {
8053
8456
  declare module 'react' {
8054
8457
  namespace JSX {
8055
8458
  interface IntrinsicElements {
8056
- [tagName$Z]: AvatarJSXProps & ReactBaseElementPropsWithChildren<Avatar>;
8459
+ [tagName$Z]: AvatarJSXProps & ReactBaseElementProps<Avatar>;
8057
8460
  }
8058
8461
  }
8059
8462
  }
8060
8463
  declare global {
8061
8464
  namespace JSX {
8062
8465
  interface IntrinsicElements {
8063
- [tagName$Z]: AvatarJSXProps & ReactBaseElementPropsWithChildren<Avatar>;
8466
+ [tagName$Z]: AvatarJSXProps & ReactBaseElementProps<Avatar>;
8064
8467
  }
8065
8468
  }
8066
8469
  }
8067
8470
  declare module 'react' {
8068
8471
  namespace JSX {
8069
8472
  interface IntrinsicElements {
8070
- [tagName$Y]: BadgeJSXProps & ReactBaseElementPropsWithChildren<Badge>;
8473
+ [tagName$Y]: BadgeJSXProps & ReactBaseElementProps<Badge>;
8071
8474
  }
8072
8475
  }
8073
8476
  }
8074
8477
  declare global {
8075
8478
  namespace JSX {
8076
8479
  interface IntrinsicElements {
8077
- [tagName$Y]: BadgeJSXProps & ReactBaseElementPropsWithChildren<Badge>;
8480
+ [tagName$Y]: BadgeJSXProps & ReactBaseElementProps<Badge>;
8078
8481
  }
8079
8482
  }
8080
8483
  }
@@ -8082,7 +8485,7 @@ declare module 'react' {
8082
8485
  namespace JSX {
8083
8486
  interface IntrinsicElements {
8084
8487
  [tagName$X]: Omit<BannerJSXProps, 'secondaryActions'> &
8085
- ReactBaseElementPropsWithChildren<Banner>;
8488
+ ReactBaseElementProps<Banner>;
8086
8489
  }
8087
8490
  }
8088
8491
  }
@@ -8090,67 +8493,63 @@ declare global {
8090
8493
  namespace JSX {
8091
8494
  interface IntrinsicElements {
8092
8495
  [tagName$X]: Omit<BannerJSXProps, 'secondaryActions'> &
8093
- ReactBaseElementPropsWithChildren<Banner>;
8496
+ ReactBaseElementProps<Banner>;
8094
8497
  }
8095
8498
  }
8096
8499
  }
8097
8500
  declare module 'react' {
8098
8501
  namespace JSX {
8099
8502
  interface IntrinsicElements {
8100
- [tagName$W]: BoxJSXProps & ReactBaseElementPropsWithChildren<Box>;
8503
+ [tagName$W]: BoxJSXProps & ReactBaseElementProps<Box>;
8101
8504
  }
8102
8505
  }
8103
8506
  }
8104
8507
  declare global {
8105
8508
  namespace JSX {
8106
8509
  interface IntrinsicElements {
8107
- [tagName$W]: BoxJSXProps & ReactBaseElementPropsWithChildren<Box>;
8510
+ [tagName$W]: BoxJSXProps & ReactBaseElementProps<Box>;
8108
8511
  }
8109
8512
  }
8110
8513
  }
8111
8514
  declare module 'react' {
8112
8515
  namespace JSX {
8113
8516
  interface IntrinsicElements {
8114
- [tagName$V]: ButtonJSXProps & ReactBaseElementPropsWithChildren<Button>;
8517
+ [tagName$V]: ButtonJSXProps & ReactBaseElementProps<Button>;
8115
8518
  }
8116
8519
  }
8117
8520
  }
8118
8521
  declare global {
8119
8522
  namespace JSX {
8120
8523
  interface IntrinsicElements {
8121
- [tagName$V]: ButtonJSXProps & ReactBaseElementPropsWithChildren<Button>;
8524
+ [tagName$V]: ButtonJSXProps & ReactBaseElementProps<Button>;
8122
8525
  }
8123
8526
  }
8124
8527
  }
8125
8528
  declare module 'react' {
8126
8529
  namespace JSX {
8127
8530
  interface IntrinsicElements {
8128
- [tagName$U]: ButtonGroupJSXProps &
8129
- ReactBaseElementPropsWithChildren<ButtonGroup>;
8531
+ [tagName$U]: ButtonGroupJSXProps & ReactBaseElementProps<ButtonGroup>;
8130
8532
  }
8131
8533
  }
8132
8534
  }
8133
8535
  declare global {
8134
8536
  namespace JSX {
8135
8537
  interface IntrinsicElements {
8136
- [tagName$U]: ButtonGroupJSXProps &
8137
- ReactBaseElementPropsWithChildren<ButtonGroup>;
8538
+ [tagName$U]: ButtonGroupJSXProps & ReactBaseElementProps<ButtonGroup>;
8138
8539
  }
8139
8540
  }
8140
8541
  }
8141
8542
  declare module 'react' {
8142
8543
  namespace JSX {
8143
8544
  interface IntrinsicElements {
8144
- [tagName$T]: CheckboxJSXProps &
8145
- ReactBaseElementPropsWithChildren<Checkbox>;
8545
+ [tagName$T]: CheckboxJSXProps & ReactBaseElementProps<Checkbox>;
8146
8546
  }
8147
8547
  }
8148
8548
  }
8149
8549
  declare global {
8150
8550
  namespace JSX {
8151
8551
  interface IntrinsicElements {
8152
- [tagName$T]: CheckboxJSXProps &
8153
- ReactBaseElementPropsWithChildren<Checkbox>;
8552
+ [tagName$T]: CheckboxJSXProps & ReactBaseElementProps<Checkbox>;
8154
8553
  }
8155
8554
  }
8156
8555
  }
@@ -8162,7 +8561,7 @@ declare module 'react' {
8162
8561
  Extract<keyof HTMLAttributes<HTMLElement>, `on${Capitalize<string>}`>
8163
8562
  > &
8164
8563
  Omit<ChipJSXProps, 'graphic'> &
8165
- ReactBaseElementPropsWithChildren<Chip>;
8564
+ ReactBaseElementProps<Chip>;
8166
8565
  }
8167
8566
  }
8168
8567
  }
@@ -8177,53 +8576,49 @@ declare global {
8177
8576
  >
8178
8577
  > &
8179
8578
  Omit<ChipJSXProps, 'graphic'> &
8180
- ReactBaseElementPropsWithChildren<Chip>;
8579
+ ReactBaseElementProps<Chip>;
8181
8580
  }
8182
8581
  }
8183
8582
  }
8184
8583
  declare module 'react' {
8185
8584
  namespace JSX {
8186
8585
  interface IntrinsicElements {
8187
- [tagName$R]: ChoiceJSXProps & ReactBaseElementPropsWithChildren<Choice>;
8586
+ [tagName$R]: ChoiceJSXProps & ReactBaseElementProps<Choice>;
8188
8587
  }
8189
8588
  }
8190
8589
  }
8191
8590
  declare global {
8192
8591
  namespace JSX {
8193
8592
  interface IntrinsicElements {
8194
- [tagName$R]: ChoiceJSXProps & ReactBaseElementPropsWithChildren<Choice>;
8593
+ [tagName$R]: ChoiceJSXProps & ReactBaseElementProps<Choice>;
8195
8594
  }
8196
8595
  }
8197
8596
  }
8198
8597
  declare module 'react' {
8199
8598
  namespace JSX {
8200
8599
  interface IntrinsicElements {
8201
- [tagName$Q]: ChoiceListJSXProps &
8202
- ReactBaseElementPropsWithChildren<ChoiceList>;
8600
+ [tagName$Q]: ChoiceListJSXProps & ReactBaseElementProps<ChoiceList>;
8203
8601
  }
8204
8602
  }
8205
8603
  }
8206
8604
  declare global {
8207
8605
  namespace JSX {
8208
8606
  interface IntrinsicElements {
8209
- [tagName$Q]: ChoiceListJSXProps &
8210
- ReactBaseElementPropsWithChildren<ChoiceList>;
8607
+ [tagName$Q]: ChoiceListJSXProps & ReactBaseElementProps<ChoiceList>;
8211
8608
  }
8212
8609
  }
8213
8610
  }
8214
8611
  declare module 'react' {
8215
8612
  namespace JSX {
8216
8613
  interface IntrinsicElements {
8217
- [tagName$P]: ClickableJSXProps &
8218
- ReactBaseElementPropsWithChildren<Clickable>;
8614
+ [tagName$P]: ClickableJSXProps & ReactBaseElementProps<Clickable>;
8219
8615
  }
8220
8616
  }
8221
8617
  }
8222
8618
  declare global {
8223
8619
  namespace JSX {
8224
8620
  interface IntrinsicElements {
8225
- [tagName$P]: ClickableJSXProps &
8226
- ReactBaseElementPropsWithChildren<Clickable>;
8621
+ [tagName$P]: ClickableJSXProps & ReactBaseElementProps<Clickable>;
8227
8622
  }
8228
8623
  }
8229
8624
  }
@@ -8235,7 +8630,7 @@ declare module 'react' {
8235
8630
  Extract<keyof HTMLAttributes<HTMLElement>, `on${Capitalize<string>}`>
8236
8631
  > &
8237
8632
  Omit<ClickableChipJSXProps, 'graphic'> &
8238
- ReactBaseElementPropsWithChildren<ClickableChip>;
8633
+ ReactBaseElementProps<ClickableChip>;
8239
8634
  }
8240
8635
  }
8241
8636
  }
@@ -8250,7 +8645,7 @@ declare global {
8250
8645
  >
8251
8646
  > &
8252
8647
  Omit<ClickableChipJSXProps, 'graphic'> &
8253
- ReactBaseElementPropsWithChildren<ClickableChip>;
8648
+ ReactBaseElementProps<ClickableChip>;
8254
8649
  }
8255
8650
  }
8256
8651
  }
@@ -8388,44 +8783,42 @@ declare global {
8388
8783
  declare module 'react' {
8389
8784
  namespace JSX {
8390
8785
  interface IntrinsicElements {
8391
- [tagName$G]: GridJSXProps & ReactBaseElementPropsWithChildren<Grid>;
8786
+ [tagName$G]: GridJSXProps & ReactBaseElementProps<Grid>;
8392
8787
  }
8393
8788
  }
8394
8789
  }
8395
8790
  declare global {
8396
8791
  namespace JSX {
8397
8792
  interface IntrinsicElements {
8398
- [tagName$G]: GridJSXProps & ReactBaseElementPropsWithChildren<Grid>;
8793
+ [tagName$G]: GridJSXProps & ReactBaseElementProps<Grid>;
8399
8794
  }
8400
8795
  }
8401
8796
  }
8402
8797
  declare module 'react' {
8403
8798
  namespace JSX {
8404
8799
  interface IntrinsicElements {
8405
- [tagName$F]: GridItemJSXProps &
8406
- ReactBaseElementPropsWithChildren<GridItem>;
8800
+ [tagName$F]: GridItemJSXProps & ReactBaseElementProps<GridItem>;
8407
8801
  }
8408
8802
  }
8409
8803
  }
8410
8804
  declare global {
8411
8805
  namespace JSX {
8412
8806
  interface IntrinsicElements {
8413
- [tagName$F]: GridItemJSXProps &
8414
- ReactBaseElementPropsWithChildren<GridItem>;
8807
+ [tagName$F]: GridItemJSXProps & ReactBaseElementProps<GridItem>;
8415
8808
  }
8416
8809
  }
8417
8810
  }
8418
8811
  declare module 'react' {
8419
8812
  namespace JSX {
8420
8813
  interface IntrinsicElements {
8421
- [tagName$E]: HeadingJSXProps & ReactBaseElementPropsWithChildren<Heading>;
8814
+ [tagName$E]: HeadingJSXProps & ReactBaseElementProps<Heading>;
8422
8815
  }
8423
8816
  }
8424
8817
  }
8425
8818
  declare global {
8426
8819
  namespace JSX {
8427
8820
  interface IntrinsicElements {
8428
- [tagName$E]: HeadingJSXProps & ReactBaseElementPropsWithChildren<Heading>;
8821
+ [tagName$E]: HeadingJSXProps & ReactBaseElementProps<Heading>;
8429
8822
  }
8430
8823
  }
8431
8824
  }
@@ -8460,30 +8853,28 @@ declare global {
8460
8853
  declare module 'react' {
8461
8854
  namespace JSX {
8462
8855
  interface IntrinsicElements {
8463
- [tagName$B]: LinkJSXProps & ReactBaseElementPropsWithChildren<Link>;
8856
+ [tagName$B]: LinkJSXProps & ReactBaseElementProps<Link>;
8464
8857
  }
8465
8858
  }
8466
8859
  }
8467
8860
  declare global {
8468
8861
  namespace JSX {
8469
8862
  interface IntrinsicElements {
8470
- [tagName$B]: LinkJSXProps & ReactBaseElementPropsWithChildren<Link>;
8863
+ [tagName$B]: LinkJSXProps & ReactBaseElementProps<Link>;
8471
8864
  }
8472
8865
  }
8473
8866
  }
8474
8867
  declare module 'react' {
8475
8868
  namespace JSX {
8476
8869
  interface IntrinsicElements {
8477
- [tagName$A]: ListItemJSXProps &
8478
- ReactBaseElementPropsWithChildren<ListItem>;
8870
+ [tagName$A]: ListItemJSXProps & ReactBaseElementProps<ListItem>;
8479
8871
  }
8480
8872
  }
8481
8873
  }
8482
8874
  declare global {
8483
8875
  namespace JSX {
8484
8876
  interface IntrinsicElements {
8485
- [tagName$A]: ListItemJSXProps &
8486
- ReactBaseElementPropsWithChildren<ListItem>;
8877
+ [tagName$A]: ListItemJSXProps & ReactBaseElementProps<ListItem>;
8487
8878
  }
8488
8879
  }
8489
8880
  }
@@ -8568,78 +8959,70 @@ declare global {
8568
8959
  declare module 'react' {
8569
8960
  namespace JSX {
8570
8961
  interface IntrinsicElements {
8571
- [tagName$v]: OptionJSXProps & ReactBaseElementPropsWithChildren<Option>;
8962
+ [tagName$v]: OptionJSXProps & ReactBaseElementProps<Option>;
8572
8963
  }
8573
8964
  }
8574
8965
  }
8575
8966
  declare global {
8576
8967
  namespace JSX {
8577
8968
  interface IntrinsicElements {
8578
- [tagName$v]: OptionJSXProps & ReactBaseElementPropsWithChildren<Option>;
8969
+ [tagName$v]: OptionJSXProps & ReactBaseElementProps<Option>;
8579
8970
  }
8580
8971
  }
8581
8972
  }
8582
8973
  declare module 'react' {
8583
8974
  namespace JSX {
8584
8975
  interface IntrinsicElements {
8585
- [tagName$u]: OptionGroupJSXProps &
8586
- ReactBaseElementPropsWithChildren<OptionGroup>;
8976
+ [tagName$u]: OptionGroupJSXProps & ReactBaseElementProps<OptionGroup>;
8587
8977
  }
8588
8978
  }
8589
8979
  }
8590
8980
  declare global {
8591
8981
  namespace JSX {
8592
8982
  interface IntrinsicElements {
8593
- [tagName$u]: OptionGroupJSXProps &
8594
- ReactBaseElementPropsWithChildren<OptionGroup>;
8983
+ [tagName$u]: OptionGroupJSXProps & ReactBaseElementProps<OptionGroup>;
8595
8984
  }
8596
8985
  }
8597
8986
  }
8598
8987
  declare module 'react' {
8599
8988
  namespace JSX {
8600
8989
  interface IntrinsicElements {
8601
- [tagName$t]: OrderedListJSXProps &
8602
- ReactBaseElementPropsWithChildren<OrderedList>;
8990
+ [tagName$t]: OrderedListJSXProps & ReactBaseElementProps<OrderedList>;
8603
8991
  }
8604
8992
  }
8605
8993
  }
8606
8994
  declare global {
8607
8995
  namespace JSX {
8608
8996
  interface IntrinsicElements {
8609
- [tagName$t]: OrderedListJSXProps &
8610
- ReactBaseElementPropsWithChildren<OrderedList>;
8997
+ [tagName$t]: OrderedListJSXProps & ReactBaseElementProps<OrderedList>;
8611
8998
  }
8612
8999
  }
8613
9000
  }
8614
9001
  declare module 'react' {
8615
9002
  namespace JSX {
8616
9003
  interface IntrinsicElements {
8617
- [tagName$s]: Omit<PageJSXProps, 'aside'> &
8618
- ReactBaseElementPropsWithChildren<Page>;
9004
+ [tagName$s]: Omit<PageJSXProps, 'aside'> & ReactBaseElementProps<Page>;
8619
9005
  }
8620
9006
  }
8621
9007
  }
8622
9008
  declare global {
8623
9009
  namespace JSX {
8624
9010
  interface IntrinsicElements {
8625
- [tagName$s]: Omit<PageJSXProps, 'aside'> &
8626
- ReactBaseElementPropsWithChildren<Page>;
9011
+ [tagName$s]: Omit<PageJSXProps, 'aside'> & ReactBaseElementProps<Page>;
8627
9012
  }
8628
9013
  }
8629
9014
  }
8630
9015
  declare module 'react' {
8631
9016
  namespace JSX {
8632
9017
  interface IntrinsicElements {
8633
- [tagName$r]: ParagraphJSXProps &
8634
- ReactBaseElementPropsWithChildren<Paragraph>;
9018
+ [tagName$r]: ParagraphJSXProps & ReactBaseElementProps<Paragraph>;
8635
9019
  }
8636
9020
  }
8637
9021
  }
8638
9022
  declare global {
8639
9023
  namespace JSX {
8640
9024
  interface IntrinsicElements {
8641
- [tagName$r]: ParagraphJSXProps &
8642
- ReactBaseElementPropsWithChildren<Paragraph>;
9025
+ [tagName$r]: ParagraphJSXProps & ReactBaseElementProps<Paragraph>;
8643
9026
  }
8644
9027
  }
8645
9028
  }
@@ -8660,14 +9043,14 @@ declare global {
8660
9043
  declare module 'react' {
8661
9044
  namespace JSX {
8662
9045
  interface IntrinsicElements {
8663
- [tagName$p]: PopoverJSXProps & ReactBaseElementPropsWithChildren<Popover>;
9046
+ [tagName$p]: PopoverJSXProps & ReactBaseElementProps<Popover>;
8664
9047
  }
8665
9048
  }
8666
9049
  }
8667
9050
  declare global {
8668
9051
  namespace JSX {
8669
9052
  interface IntrinsicElements {
8670
- [tagName$p]: PopoverJSXProps & ReactBaseElementPropsWithChildren<Popover>;
9053
+ [tagName$p]: PopoverJSXProps & ReactBaseElementProps<Popover>;
8671
9054
  }
8672
9055
  }
8673
9056
  }
@@ -8713,28 +9096,28 @@ declare global {
8713
9096
  declare module 'react' {
8714
9097
  namespace JSX {
8715
9098
  interface IntrinsicElements {
8716
- [tagName$m]: SectionJSXProps & ReactBaseElementPropsWithChildren<Section>;
9099
+ [tagName$m]: SectionJSXProps & ReactBaseElementProps<Section>;
8717
9100
  }
8718
9101
  }
8719
9102
  }
8720
9103
  declare global {
8721
9104
  namespace JSX {
8722
9105
  interface IntrinsicElements {
8723
- [tagName$m]: SectionJSXProps & ReactBaseElementPropsWithChildren<Section>;
9106
+ [tagName$m]: SectionJSXProps & ReactBaseElementProps<Section>;
8724
9107
  }
8725
9108
  }
8726
9109
  }
8727
9110
  declare module 'react' {
8728
9111
  namespace JSX {
8729
9112
  interface IntrinsicElements {
8730
- [tagName$l]: SelectJSXProps & ReactBaseElementPropsWithChildren<Select>;
9113
+ [tagName$l]: SelectJSXProps & ReactBaseElementProps<Select>;
8731
9114
  }
8732
9115
  }
8733
9116
  }
8734
9117
  declare global {
8735
9118
  namespace JSX {
8736
9119
  interface IntrinsicElements {
8737
- [tagName$l]: SelectJSXProps & ReactBaseElementPropsWithChildren<Select>;
9120
+ [tagName$l]: SelectJSXProps & ReactBaseElementProps<Select>;
8738
9121
  }
8739
9122
  }
8740
9123
  }
@@ -8755,14 +9138,14 @@ declare global {
8755
9138
  declare module 'react' {
8756
9139
  namespace JSX {
8757
9140
  interface IntrinsicElements {
8758
- [tagName$j]: StackJSXProps & ReactBaseElementPropsWithChildren<Stack>;
9141
+ [tagName$j]: StackJSXProps & ReactBaseElementProps<Stack>;
8759
9142
  }
8760
9143
  }
8761
9144
  }
8762
9145
  declare global {
8763
9146
  namespace JSX {
8764
9147
  interface IntrinsicElements {
8765
- [tagName$j]: StackJSXProps & ReactBaseElementPropsWithChildren<Stack>;
9148
+ [tagName$j]: StackJSXProps & ReactBaseElementProps<Stack>;
8766
9149
  }
8767
9150
  }
8768
9151
  }
@@ -8784,7 +9167,7 @@ declare module 'react' {
8784
9167
  namespace JSX {
8785
9168
  interface IntrinsicElements {
8786
9169
  [tagName$h]: Omit<TableJSXProps, 'filters'> &
8787
- ReactBaseElementPropsWithChildren<Table>;
9170
+ ReactBaseElementProps<Table>;
8788
9171
  }
8789
9172
  }
8790
9173
  }
@@ -8792,55 +9175,49 @@ declare global {
8792
9175
  namespace JSX {
8793
9176
  interface IntrinsicElements {
8794
9177
  [tagName$h]: Omit<TableJSXProps, 'filters'> &
8795
- ReactBaseElementPropsWithChildren<Table>;
9178
+ ReactBaseElementProps<Table>;
8796
9179
  }
8797
9180
  }
8798
9181
  }
8799
9182
  declare module 'react' {
8800
9183
  namespace JSX {
8801
9184
  interface IntrinsicElements {
8802
- [tagName$g]: TableBodyJSXProps &
8803
- ReactBaseElementPropsWithChildren<TableBody>;
9185
+ [tagName$g]: TableBodyJSXProps & ReactBaseElementProps<TableBody>;
8804
9186
  }
8805
9187
  }
8806
9188
  }
8807
9189
  declare global {
8808
9190
  namespace JSX {
8809
9191
  interface IntrinsicElements {
8810
- [tagName$g]: TableBodyJSXProps &
8811
- ReactBaseElementPropsWithChildren<TableBody>;
9192
+ [tagName$g]: TableBodyJSXProps & ReactBaseElementProps<TableBody>;
8812
9193
  }
8813
9194
  }
8814
9195
  }
8815
9196
  declare module 'react' {
8816
9197
  namespace JSX {
8817
9198
  interface IntrinsicElements {
8818
- [tagName$f]: TableCellJSXProps &
8819
- ReactBaseElementPropsWithChildren<TableCell>;
9199
+ [tagName$f]: TableCellJSXProps & ReactBaseElementProps<TableCell>;
8820
9200
  }
8821
9201
  }
8822
9202
  }
8823
9203
  declare global {
8824
9204
  namespace JSX {
8825
9205
  interface IntrinsicElements {
8826
- [tagName$f]: TableCellJSXProps &
8827
- ReactBaseElementPropsWithChildren<TableCell>;
9206
+ [tagName$f]: TableCellJSXProps & ReactBaseElementProps<TableCell>;
8828
9207
  }
8829
9208
  }
8830
9209
  }
8831
9210
  declare module 'react' {
8832
9211
  namespace JSX {
8833
9212
  interface IntrinsicElements {
8834
- [tagName$e]: TableHeaderJSXProps &
8835
- ReactBaseElementPropsWithChildren<TableHeader>;
9213
+ [tagName$e]: TableHeaderJSXProps & ReactBaseElementProps<TableHeader>;
8836
9214
  }
8837
9215
  }
8838
9216
  }
8839
9217
  declare global {
8840
9218
  namespace JSX {
8841
9219
  interface IntrinsicElements {
8842
- [tagName$e]: TableHeaderJSXProps &
8843
- ReactBaseElementPropsWithChildren<TableHeader>;
9220
+ [tagName$e]: TableHeaderJSXProps & ReactBaseElementProps<TableHeader>;
8844
9221
  }
8845
9222
  }
8846
9223
  }
@@ -8848,7 +9225,7 @@ declare module 'react' {
8848
9225
  namespace JSX {
8849
9226
  interface IntrinsicElements {
8850
9227
  [tagName$d]: TableHeaderRowJSXProps &
8851
- ReactBaseElementPropsWithChildren<TableHeaderRow>;
9228
+ ReactBaseElementProps<TableHeaderRow>;
8852
9229
  }
8853
9230
  }
8854
9231
  }
@@ -8856,37 +9233,35 @@ declare global {
8856
9233
  namespace JSX {
8857
9234
  interface IntrinsicElements {
8858
9235
  [tagName$d]: TableHeaderRowJSXProps &
8859
- ReactBaseElementPropsWithChildren<TableHeaderRow>;
9236
+ ReactBaseElementProps<TableHeaderRow>;
8860
9237
  }
8861
9238
  }
8862
9239
  }
8863
9240
  declare module 'react' {
8864
9241
  namespace JSX {
8865
9242
  interface IntrinsicElements {
8866
- [tagName$c]: TableRowJSXProps &
8867
- ReactBaseElementPropsWithChildren<TableRow>;
9243
+ [tagName$c]: TableRowJSXProps & ReactBaseElementProps<TableRow>;
8868
9244
  }
8869
9245
  }
8870
9246
  }
8871
9247
  declare global {
8872
9248
  namespace JSX {
8873
9249
  interface IntrinsicElements {
8874
- [tagName$c]: TableRowJSXProps &
8875
- ReactBaseElementPropsWithChildren<TableRow>;
9250
+ [tagName$c]: TableRowJSXProps & ReactBaseElementProps<TableRow>;
8876
9251
  }
8877
9252
  }
8878
9253
  }
8879
9254
  declare module 'react' {
8880
9255
  namespace JSX {
8881
9256
  interface IntrinsicElements {
8882
- [tagName$b]: TextJSXProps & ReactBaseElementPropsWithChildren<Text>;
9257
+ [tagName$b]: TextJSXProps & ReactBaseElementProps<Text>;
8883
9258
  }
8884
9259
  }
8885
9260
  }
8886
9261
  declare global {
8887
9262
  namespace JSX {
8888
9263
  interface IntrinsicElements {
8889
- [tagName$b]: TextJSXProps & ReactBaseElementPropsWithChildren<Text>;
9264
+ [tagName$b]: TextJSXProps & ReactBaseElementProps<Text>;
8890
9265
  }
8891
9266
  }
8892
9267
  }
@@ -8937,14 +9312,14 @@ declare global {
8937
9312
  declare module 'react' {
8938
9313
  namespace JSX {
8939
9314
  interface IntrinsicElements {
8940
- [tagName$7]: TooltipJSXProps & ReactBaseElementPropsWithChildren<Tooltip>;
9315
+ [tagName$7]: TooltipJSXProps & ReactBaseElementProps<Tooltip>;
8941
9316
  }
8942
9317
  }
8943
9318
  }
8944
9319
  declare global {
8945
9320
  namespace JSX {
8946
9321
  interface IntrinsicElements {
8947
- [tagName$7]: TooltipJSXProps & ReactBaseElementPropsWithChildren<Tooltip>;
9322
+ [tagName$7]: TooltipJSXProps & ReactBaseElementProps<Tooltip>;
8948
9323
  }
8949
9324
  }
8950
9325
  }
@@ -8965,16 +9340,14 @@ declare global {
8965
9340
  declare module 'react' {
8966
9341
  namespace JSX {
8967
9342
  interface IntrinsicElements {
8968
- [tagName$5]: UnorderedListJSXProps &
8969
- ReactBaseElementPropsWithChildren<UnorderedList>;
9343
+ [tagName$5]: UnorderedListJSXProps & ReactBaseElementProps<UnorderedList>;
8970
9344
  }
8971
9345
  }
8972
9346
  }
8973
9347
  declare global {
8974
9348
  namespace JSX {
8975
9349
  interface IntrinsicElements {
8976
- [tagName$5]: UnorderedListJSXProps &
8977
- ReactBaseElementPropsWithChildren<UnorderedList>;
9350
+ [tagName$5]: UnorderedListJSXProps & ReactBaseElementProps<UnorderedList>;
8978
9351
  }
8979
9352
  }
8980
9353
  }