@shopify/ui-extensions 2025.10.14 → 2025.10.15

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 (1440) hide show
  1. package/build/cjs/surfaces/checkout/preact/api.js +2 -0
  2. package/build/cjs/surfaces/checkout/preact/app-metafields.js +1 -0
  3. package/build/cjs/surfaces/checkout/preact/attributes.js +3 -0
  4. package/build/cjs/surfaces/checkout/preact/billing-address.js +1 -0
  5. package/build/cjs/surfaces/checkout/preact/buyer-identity.js +4 -0
  6. package/build/cjs/surfaces/checkout/preact/buyer-journey.js +5 -0
  7. package/build/cjs/surfaces/checkout/preact/capabilities.js +2 -0
  8. package/build/cjs/surfaces/checkout/preact/cart-line-target.js +1 -0
  9. package/build/cjs/surfaces/checkout/preact/cart-lines.js +2 -0
  10. package/build/cjs/surfaces/checkout/preact/checkout-settings.js +1 -0
  11. package/build/cjs/surfaces/checkout/preact/checkout-token.js +1 -0
  12. package/build/cjs/surfaces/checkout/preact/cost.js +4 -0
  13. package/build/cjs/surfaces/checkout/preact/country.js +1 -0
  14. package/build/cjs/surfaces/checkout/preact/currency.js +1 -0
  15. package/build/cjs/surfaces/checkout/preact/customer-privacy.js +1 -0
  16. package/build/cjs/surfaces/checkout/preact/delivery-group-list-target.js +1 -0
  17. package/build/cjs/surfaces/checkout/preact/delivery-group-target.js +1 -0
  18. package/build/cjs/surfaces/checkout/preact/delivery-group.js +1 -0
  19. package/build/cjs/surfaces/checkout/preact/delivery-groups.js +1 -0
  20. package/build/cjs/surfaces/checkout/preact/delivery-selection-groups.js +1 -0
  21. package/build/cjs/surfaces/checkout/preact/discounts.js +3 -0
  22. package/build/cjs/surfaces/checkout/preact/extension-editor.js +1 -0
  23. package/build/cjs/surfaces/checkout/preact/extension-language.js +1 -0
  24. package/build/cjs/surfaces/checkout/preact/extension.js +2 -0
  25. package/build/cjs/surfaces/checkout/preact/gift-cards.js +2 -0
  26. package/build/cjs/surfaces/checkout/preact/instructions.js +1 -0
  27. package/build/cjs/surfaces/checkout/preact/language.js +1 -0
  28. package/build/cjs/surfaces/checkout/preact/localized-fields.js +4 -0
  29. package/build/cjs/surfaces/checkout/preact/market.js +1 -0
  30. package/build/cjs/surfaces/checkout/preact/metafield.js +1 -0
  31. package/build/cjs/surfaces/checkout/preact/metafields.js +2 -0
  32. package/build/cjs/surfaces/checkout/preact/note.js +2 -0
  33. package/build/cjs/surfaces/checkout/preact/payment-method.js +3 -0
  34. package/build/cjs/surfaces/checkout/preact/payment-options.js +2 -0
  35. package/build/cjs/surfaces/checkout/preact/pickup-location-option-target.js +1 -0
  36. package/build/cjs/surfaces/checkout/preact/redeemable.js +1 -0
  37. package/build/cjs/surfaces/checkout/preact/session-token.js +1 -0
  38. package/build/cjs/surfaces/checkout/preact/settings.js +1 -0
  39. package/build/cjs/surfaces/checkout/preact/shipping-address.js +2 -0
  40. package/build/cjs/surfaces/checkout/preact/shipping-option-target.js +1 -0
  41. package/build/cjs/surfaces/checkout/preact/shop.js +1 -0
  42. package/build/cjs/surfaces/checkout/preact/storage.js +1 -0
  43. package/build/cjs/surfaces/checkout/preact/subscription.js +1 -0
  44. package/build/cjs/surfaces/checkout/preact/target.js +1 -0
  45. package/build/cjs/surfaces/checkout/preact/timezone.js +1 -0
  46. package/build/cjs/surfaces/checkout/preact/translate.js +1 -0
  47. package/build/cjs/surfaces/checkout/shared.js +2 -0
  48. package/build/cjs/surfaces/checkout/style/style.js +1 -0
  49. package/build/cjs/surfaces/point-of-sale/types/storage.js +3 -1
  50. package/build/esm/surfaces/checkout/preact/api.mjs +2 -0
  51. package/build/esm/surfaces/checkout/preact/app-metafields.mjs +1 -0
  52. package/build/esm/surfaces/checkout/preact/attributes.mjs +3 -0
  53. package/build/esm/surfaces/checkout/preact/billing-address.mjs +1 -0
  54. package/build/esm/surfaces/checkout/preact/buyer-identity.mjs +4 -0
  55. package/build/esm/surfaces/checkout/preact/buyer-journey.mjs +5 -0
  56. package/build/esm/surfaces/checkout/preact/capabilities.mjs +2 -0
  57. package/build/esm/surfaces/checkout/preact/cart-line-target.mjs +1 -0
  58. package/build/esm/surfaces/checkout/preact/cart-lines.mjs +2 -0
  59. package/build/esm/surfaces/checkout/preact/checkout-settings.mjs +1 -0
  60. package/build/esm/surfaces/checkout/preact/checkout-token.mjs +1 -0
  61. package/build/esm/surfaces/checkout/preact/cost.mjs +4 -0
  62. package/build/esm/surfaces/checkout/preact/country.mjs +1 -0
  63. package/build/esm/surfaces/checkout/preact/currency.mjs +1 -0
  64. package/build/esm/surfaces/checkout/preact/customer-privacy.mjs +1 -0
  65. package/build/esm/surfaces/checkout/preact/delivery-group-list-target.mjs +1 -0
  66. package/build/esm/surfaces/checkout/preact/delivery-group-target.mjs +1 -0
  67. package/build/esm/surfaces/checkout/preact/delivery-group.mjs +1 -0
  68. package/build/esm/surfaces/checkout/preact/delivery-groups.mjs +1 -0
  69. package/build/esm/surfaces/checkout/preact/delivery-selection-groups.mjs +1 -0
  70. package/build/esm/surfaces/checkout/preact/discounts.mjs +3 -0
  71. package/build/esm/surfaces/checkout/preact/extension-editor.mjs +1 -0
  72. package/build/esm/surfaces/checkout/preact/extension-language.mjs +1 -0
  73. package/build/esm/surfaces/checkout/preact/extension.mjs +2 -0
  74. package/build/esm/surfaces/checkout/preact/gift-cards.mjs +2 -0
  75. package/build/esm/surfaces/checkout/preact/instructions.mjs +1 -0
  76. package/build/esm/surfaces/checkout/preact/language.mjs +1 -0
  77. package/build/esm/surfaces/checkout/preact/localized-fields.mjs +4 -0
  78. package/build/esm/surfaces/checkout/preact/market.mjs +1 -0
  79. package/build/esm/surfaces/checkout/preact/metafield.mjs +1 -0
  80. package/build/esm/surfaces/checkout/preact/metafields.mjs +2 -0
  81. package/build/esm/surfaces/checkout/preact/note.mjs +2 -0
  82. package/build/esm/surfaces/checkout/preact/payment-method.mjs +3 -0
  83. package/build/esm/surfaces/checkout/preact/payment-options.mjs +2 -0
  84. package/build/esm/surfaces/checkout/preact/pickup-location-option-target.mjs +1 -0
  85. package/build/esm/surfaces/checkout/preact/redeemable.mjs +1 -0
  86. package/build/esm/surfaces/checkout/preact/session-token.mjs +1 -0
  87. package/build/esm/surfaces/checkout/preact/settings.mjs +1 -0
  88. package/build/esm/surfaces/checkout/preact/shipping-address.mjs +2 -0
  89. package/build/esm/surfaces/checkout/preact/shipping-option-target.mjs +1 -0
  90. package/build/esm/surfaces/checkout/preact/shop.mjs +1 -0
  91. package/build/esm/surfaces/checkout/preact/storage.mjs +1 -0
  92. package/build/esm/surfaces/checkout/preact/subscription.mjs +1 -0
  93. package/build/esm/surfaces/checkout/preact/target.mjs +1 -0
  94. package/build/esm/surfaces/checkout/preact/timezone.mjs +1 -0
  95. package/build/esm/surfaces/checkout/preact/translate.mjs +1 -0
  96. package/build/esm/surfaces/checkout/shared.mjs +2 -0
  97. package/build/esm/surfaces/checkout/style/style.mjs +1 -0
  98. package/build/esm/surfaces/point-of-sale/types/storage.mjs +3 -1
  99. package/build/esnext/surfaces/checkout/preact/api.esnext +2 -0
  100. package/build/esnext/surfaces/checkout/preact/app-metafields.esnext +1 -0
  101. package/build/esnext/surfaces/checkout/preact/attributes.esnext +3 -0
  102. package/build/esnext/surfaces/checkout/preact/billing-address.esnext +1 -0
  103. package/build/esnext/surfaces/checkout/preact/buyer-identity.esnext +4 -0
  104. package/build/esnext/surfaces/checkout/preact/buyer-journey.esnext +5 -0
  105. package/build/esnext/surfaces/checkout/preact/capabilities.esnext +2 -0
  106. package/build/esnext/surfaces/checkout/preact/cart-line-target.esnext +1 -0
  107. package/build/esnext/surfaces/checkout/preact/cart-lines.esnext +2 -0
  108. package/build/esnext/surfaces/checkout/preact/checkout-settings.esnext +1 -0
  109. package/build/esnext/surfaces/checkout/preact/checkout-token.esnext +1 -0
  110. package/build/esnext/surfaces/checkout/preact/cost.esnext +4 -0
  111. package/build/esnext/surfaces/checkout/preact/country.esnext +1 -0
  112. package/build/esnext/surfaces/checkout/preact/currency.esnext +1 -0
  113. package/build/esnext/surfaces/checkout/preact/customer-privacy.esnext +1 -0
  114. package/build/esnext/surfaces/checkout/preact/delivery-group-list-target.esnext +1 -0
  115. package/build/esnext/surfaces/checkout/preact/delivery-group-target.esnext +1 -0
  116. package/build/esnext/surfaces/checkout/preact/delivery-group.esnext +1 -0
  117. package/build/esnext/surfaces/checkout/preact/delivery-groups.esnext +1 -0
  118. package/build/esnext/surfaces/checkout/preact/delivery-selection-groups.esnext +1 -0
  119. package/build/esnext/surfaces/checkout/preact/discounts.esnext +3 -0
  120. package/build/esnext/surfaces/checkout/preact/extension-editor.esnext +1 -0
  121. package/build/esnext/surfaces/checkout/preact/extension-language.esnext +1 -0
  122. package/build/esnext/surfaces/checkout/preact/extension.esnext +2 -0
  123. package/build/esnext/surfaces/checkout/preact/gift-cards.esnext +2 -0
  124. package/build/esnext/surfaces/checkout/preact/instructions.esnext +1 -0
  125. package/build/esnext/surfaces/checkout/preact/language.esnext +1 -0
  126. package/build/esnext/surfaces/checkout/preact/localized-fields.esnext +4 -0
  127. package/build/esnext/surfaces/checkout/preact/market.esnext +1 -0
  128. package/build/esnext/surfaces/checkout/preact/metafield.esnext +1 -0
  129. package/build/esnext/surfaces/checkout/preact/metafields.esnext +2 -0
  130. package/build/esnext/surfaces/checkout/preact/note.esnext +2 -0
  131. package/build/esnext/surfaces/checkout/preact/payment-method.esnext +3 -0
  132. package/build/esnext/surfaces/checkout/preact/payment-options.esnext +2 -0
  133. package/build/esnext/surfaces/checkout/preact/pickup-location-option-target.esnext +1 -0
  134. package/build/esnext/surfaces/checkout/preact/redeemable.esnext +1 -0
  135. package/build/esnext/surfaces/checkout/preact/session-token.esnext +1 -0
  136. package/build/esnext/surfaces/checkout/preact/settings.esnext +1 -0
  137. package/build/esnext/surfaces/checkout/preact/shipping-address.esnext +2 -0
  138. package/build/esnext/surfaces/checkout/preact/shipping-option-target.esnext +1 -0
  139. package/build/esnext/surfaces/checkout/preact/shop.esnext +1 -0
  140. package/build/esnext/surfaces/checkout/preact/storage.esnext +1 -0
  141. package/build/esnext/surfaces/checkout/preact/subscription.esnext +1 -0
  142. package/build/esnext/surfaces/checkout/preact/target.esnext +1 -0
  143. package/build/esnext/surfaces/checkout/preact/timezone.esnext +1 -0
  144. package/build/esnext/surfaces/checkout/preact/translate.esnext +1 -0
  145. package/build/esnext/surfaces/checkout/shared.esnext +2 -0
  146. package/build/esnext/surfaces/checkout/style/style.esnext +1 -0
  147. package/build/esnext/surfaces/point-of-sale/types/storage.esnext +3 -1
  148. package/build/ts/shared.d.ts +68 -13
  149. package/build/ts/shared.d.ts.map +1 -1
  150. package/build/ts/surfaces/admin/api/action/action.d.ts +1 -0
  151. package/build/ts/surfaces/admin/api/action/action.d.ts.map +1 -1
  152. package/build/ts/surfaces/admin/api/block/block.d.ts +1 -0
  153. package/build/ts/surfaces/admin/api/block/block.d.ts.map +1 -1
  154. package/build/ts/surfaces/admin/api/customer-segment-template/customer-segment-template.d.ts +1 -0
  155. package/build/ts/surfaces/admin/api/customer-segment-template/customer-segment-template.d.ts.map +1 -1
  156. package/build/ts/surfaces/admin/api/intents/intents.d.ts +6 -0
  157. package/build/ts/surfaces/admin/api/intents/intents.d.ts.map +1 -1
  158. package/build/ts/surfaces/admin/api/order-routing-rule/order-routing-rule.d.ts +1 -0
  159. package/build/ts/surfaces/admin/api/order-routing-rule/order-routing-rule.d.ts.map +1 -1
  160. package/build/ts/surfaces/admin/api/picker/picker.d.ts +1 -0
  161. package/build/ts/surfaces/admin/api/picker/picker.d.ts.map +1 -1
  162. package/build/ts/surfaces/admin/api/print-action/print-action.d.ts +1 -0
  163. package/build/ts/surfaces/admin/api/print-action/print-action.d.ts.map +1 -1
  164. package/build/ts/surfaces/admin/api/product-configuration/product-details-configuration.d.ts +1 -0
  165. package/build/ts/surfaces/admin/api/product-configuration/product-details-configuration.d.ts.map +1 -1
  166. package/build/ts/surfaces/admin/api/product-configuration/product-variant-details-configuration.d.ts +1 -0
  167. package/build/ts/surfaces/admin/api/product-configuration/product-variant-details-configuration.d.ts.map +1 -1
  168. package/build/ts/surfaces/admin/api/purchase-options-card-action.d.ts +1 -0
  169. package/build/ts/surfaces/admin/api/purchase-options-card-action.d.ts.map +1 -1
  170. package/build/ts/surfaces/admin/api/resource-picker/resource-picker.d.ts +2 -0
  171. package/build/ts/surfaces/admin/api/resource-picker/resource-picker.d.ts.map +1 -1
  172. package/build/ts/surfaces/admin/api/should-render/should-render.d.ts +1 -0
  173. package/build/ts/surfaces/admin/api/should-render/should-render.d.ts.map +1 -1
  174. package/build/ts/surfaces/admin/api/standard/standard.d.ts +1 -0
  175. package/build/ts/surfaces/admin/api/standard/standard.d.ts.map +1 -1
  176. package/build/ts/surfaces/admin/components/AdminAction.d.ts +2 -0
  177. package/build/ts/surfaces/admin/components/AdminBlock.d.ts +2 -0
  178. package/build/ts/surfaces/admin/components/AdminPrintAction.d.ts +2 -0
  179. package/build/ts/surfaces/admin/components/Badge.d.ts +2 -0
  180. package/build/ts/surfaces/admin/components/Banner.d.ts +2 -0
  181. package/build/ts/surfaces/admin/components/Box.d.ts +2 -0
  182. package/build/ts/surfaces/admin/components/Button.d.ts +2 -0
  183. package/build/ts/surfaces/admin/components/Checkbox.d.ts +2 -0
  184. package/build/ts/surfaces/admin/components/ChoiceList.d.ts +2 -0
  185. package/build/ts/surfaces/admin/components/ColorPicker.d.ts +2 -0
  186. package/build/ts/surfaces/admin/components/DateField.d.ts +2 -0
  187. package/build/ts/surfaces/admin/components/DatePicker.d.ts +2 -0
  188. package/build/ts/surfaces/admin/components/Divider.d.ts +2 -0
  189. package/build/ts/surfaces/admin/components/EmailField.d.ts +2 -0
  190. package/build/ts/surfaces/admin/components/Form.d.ts +2 -0
  191. package/build/ts/surfaces/admin/components/FunctionSettings.d.ts +2 -0
  192. package/build/ts/surfaces/admin/components/Heading.d.ts +2 -0
  193. package/build/ts/surfaces/admin/components/Icon.d.ts +0 -3
  194. package/build/ts/surfaces/admin/components/Image.d.ts +2 -0
  195. package/build/ts/surfaces/admin/components/Link.d.ts +2 -0
  196. package/build/ts/surfaces/admin/components/MoneyField.d.ts +2 -0
  197. package/build/ts/surfaces/admin/components/NumberField.d.ts +2 -0
  198. package/build/ts/surfaces/admin/components/Paragraph.d.ts +2 -0
  199. package/build/ts/surfaces/admin/components/PasswordField.d.ts +2 -0
  200. package/build/ts/surfaces/admin/components/Section.d.ts +2 -0
  201. package/build/ts/surfaces/admin/components/Select.d.ts +2 -0
  202. package/build/ts/surfaces/admin/components/Text.d.ts +2 -0
  203. package/build/ts/surfaces/admin/components/TextArea.d.ts +2 -0
  204. package/build/ts/surfaces/admin/components/TextField.d.ts +2 -0
  205. package/build/ts/surfaces/admin/components/URLField.d.ts +2 -0
  206. package/build/ts/surfaces/admin/components/shared.d.ts +1 -1
  207. package/build/ts/surfaces/checkout/api/address-autocomplete/format-suggestion.d.ts +1 -0
  208. package/build/ts/surfaces/checkout/api/address-autocomplete/format-suggestion.d.ts.map +1 -1
  209. package/build/ts/surfaces/checkout/api/address-autocomplete/standard.d.ts +3 -2
  210. package/build/ts/surfaces/checkout/api/address-autocomplete/standard.d.ts.map +1 -1
  211. package/build/ts/surfaces/checkout/api/address-autocomplete/suggest.d.ts +3 -2
  212. package/build/ts/surfaces/checkout/api/address-autocomplete/suggest.d.ts.map +1 -1
  213. package/build/ts/surfaces/checkout/api/cart-line/cart-line-item.d.ts +9 -1
  214. package/build/ts/surfaces/checkout/api/cart-line/cart-line-item.d.ts.map +1 -1
  215. package/build/ts/surfaces/checkout/api/checkout/checkout.d.ts +229 -118
  216. package/build/ts/surfaces/checkout/api/checkout/checkout.d.ts.map +1 -1
  217. package/build/ts/surfaces/checkout/api/docs.d.ts +33 -0
  218. package/build/ts/surfaces/checkout/api/docs.d.ts.map +1 -1
  219. package/build/ts/surfaces/checkout/api/order-confirmation/order-confirmation.d.ts +13 -5
  220. package/build/ts/surfaces/checkout/api/order-confirmation/order-confirmation.d.ts.map +1 -1
  221. package/build/ts/surfaces/checkout/api/pickup/pickup-location-item.d.ts +11 -2
  222. package/build/ts/surfaces/checkout/api/pickup/pickup-location-item.d.ts.map +1 -1
  223. package/build/ts/surfaces/checkout/api/pickup/pickup-location-list.d.ts +4 -1
  224. package/build/ts/surfaces/checkout/api/pickup/pickup-location-list.d.ts.map +1 -1
  225. package/build/ts/surfaces/checkout/api/pickup/pickup-point-list.d.ts +4 -1
  226. package/build/ts/surfaces/checkout/api/pickup/pickup-point-list.d.ts.map +1 -1
  227. package/build/ts/surfaces/checkout/api/shared.d.ts +77 -31
  228. package/build/ts/surfaces/checkout/api/shared.d.ts.map +1 -1
  229. package/build/ts/surfaces/checkout/api/shipping/shipping-option-item.d.ts +13 -4
  230. package/build/ts/surfaces/checkout/api/shipping/shipping-option-item.d.ts.map +1 -1
  231. package/build/ts/surfaces/checkout/api/shipping/shipping-option-list.d.ts +16 -12
  232. package/build/ts/surfaces/checkout/api/shipping/shipping-option-list.d.ts.map +1 -1
  233. package/build/ts/surfaces/checkout/api/standard/standard.d.ts +653 -435
  234. package/build/ts/surfaces/checkout/api/standard/standard.d.ts.map +1 -1
  235. package/build/ts/surfaces/checkout/components/Abbreviation.d.ts +4 -3
  236. package/build/ts/surfaces/checkout/components/Announcement.d.ts +43 -13
  237. package/build/ts/surfaces/checkout/components/Badge.d.ts +47 -6
  238. package/build/ts/surfaces/checkout/components/Banner.d.ts +67 -12
  239. package/build/ts/surfaces/checkout/components/Box.d.ts +55 -2
  240. package/build/ts/surfaces/checkout/components/Button.d.ts +27 -6
  241. package/build/ts/surfaces/checkout/components/Checkbox.d.ts +42 -5
  242. package/build/ts/surfaces/checkout/components/Chip.d.ts +6 -3
  243. package/build/ts/surfaces/checkout/components/Choice.d.ts +5 -3
  244. package/build/ts/surfaces/checkout/components/ChoiceList.d.ts +17 -5
  245. package/build/ts/surfaces/checkout/components/Clickable.d.ts +50 -9
  246. package/build/ts/surfaces/checkout/components/ClickableChip.d.ts +21 -8
  247. package/build/ts/surfaces/checkout/components/ClipboardItem.d.ts +16 -5
  248. package/build/ts/surfaces/checkout/components/ConsentCheckbox.d.ts +26 -5
  249. package/build/ts/surfaces/checkout/components/ConsentPhoneField.d.ts +37 -13
  250. package/build/ts/surfaces/checkout/components/DateField.d.ts +36 -15
  251. package/build/ts/surfaces/checkout/components/DatePicker.d.ts +31 -12
  252. package/build/ts/surfaces/checkout/components/Details.d.ts +22 -11
  253. package/build/ts/surfaces/checkout/components/Divider.d.ts +4 -3
  254. package/build/ts/surfaces/checkout/components/DropZone.d.ts +23 -8
  255. package/build/ts/surfaces/checkout/components/EmailField.d.ts +42 -12
  256. package/build/ts/surfaces/checkout/components/Form.d.ts +18 -4
  257. package/build/ts/surfaces/checkout/components/Grid.d.ts +142 -2
  258. package/build/ts/surfaces/checkout/components/GridItem.d.ts +60 -2
  259. package/build/ts/surfaces/checkout/components/Heading.d.ts +4 -3
  260. package/build/ts/surfaces/checkout/components/Icon.d.ts +45 -6
  261. package/build/ts/surfaces/checkout/components/Image.d.ts +40 -2
  262. package/build/ts/surfaces/checkout/components/Link.d.ts +17 -6
  263. package/build/ts/surfaces/checkout/components/ListItem.d.ts +4 -3
  264. package/build/ts/surfaces/checkout/components/Map.d.ts +72 -8
  265. package/build/ts/surfaces/checkout/components/MapMarker.d.ts +36 -10
  266. package/build/ts/surfaces/checkout/components/Modal.d.ts +51 -10
  267. package/build/ts/surfaces/checkout/components/MoneyField.d.ts +37 -10
  268. package/build/ts/surfaces/checkout/components/NumberField.d.ts +45 -12
  269. package/build/ts/surfaces/checkout/components/Option.d.ts +4 -3
  270. package/build/ts/surfaces/checkout/components/OrderedList.d.ts +4 -3
  271. package/build/ts/surfaces/checkout/components/Paragraph.d.ts +12 -2
  272. package/build/ts/surfaces/checkout/components/PasswordField.d.ts +42 -12
  273. package/build/ts/surfaces/checkout/components/PaymentIcon.d.ts +12 -3
  274. package/build/ts/surfaces/checkout/components/PhoneField.d.ts +42 -12
  275. package/build/ts/surfaces/checkout/components/Popover.d.ts +39 -24
  276. package/build/ts/surfaces/checkout/components/PressButton.d.ts +21 -9
  277. package/build/ts/surfaces/checkout/components/ProductThumbnail.d.ts +21 -3
  278. package/build/ts/surfaces/checkout/components/Progress.d.ts +29 -3
  279. package/build/ts/surfaces/checkout/components/QRCode.d.ts +27 -5
  280. package/build/ts/surfaces/checkout/components/QueryContainer.d.ts +5 -3
  281. package/build/ts/surfaces/checkout/components/ScrollBox.d.ts +60 -2
  282. package/build/ts/surfaces/checkout/components/Section.d.ts +4 -3
  283. package/build/ts/surfaces/checkout/components/Select.d.ts +35 -7
  284. package/build/ts/surfaces/checkout/components/Sheet.d.ts +40 -15
  285. package/build/ts/surfaces/checkout/components/SkeletonParagraph.d.ts +3 -3
  286. package/build/ts/surfaces/checkout/components/Spinner.d.ts +18 -3
  287. package/build/ts/surfaces/checkout/components/Stack.d.ts +115 -2
  288. package/build/ts/surfaces/checkout/components/Summary.d.ts +2 -0
  289. package/build/ts/surfaces/checkout/components/Switch.d.ts +16 -5
  290. package/build/ts/surfaces/checkout/components/Text.d.ts +21 -4
  291. package/build/ts/surfaces/checkout/components/TextArea.d.ts +37 -10
  292. package/build/ts/surfaces/checkout/components/TextField.d.ts +45 -12
  293. package/build/ts/surfaces/checkout/components/Time.d.ts +4 -3
  294. package/build/ts/surfaces/checkout/components/Tooltip.d.ts +21 -4
  295. package/build/ts/surfaces/checkout/components/UnorderedList.d.ts +4 -3
  296. package/build/ts/surfaces/checkout/components/UrlField.d.ts +31 -17
  297. package/build/ts/surfaces/checkout/components/components-shared.d.ts +656 -488
  298. package/build/ts/surfaces/checkout/components/components.d.ts +462 -358
  299. package/build/ts/surfaces/checkout/extension-targets.d.ts +12 -0
  300. package/build/ts/surfaces/checkout/extension-targets.d.ts.map +1 -1
  301. package/build/ts/surfaces/checkout/globals.d.ts +1 -0
  302. package/build/ts/surfaces/checkout/globals.d.ts.map +1 -1
  303. package/build/ts/surfaces/checkout/preact/api.d.ts +2 -0
  304. package/build/ts/surfaces/checkout/preact/api.d.ts.map +1 -1
  305. package/build/ts/surfaces/checkout/preact/app-metafields.d.ts +1 -0
  306. package/build/ts/surfaces/checkout/preact/app-metafields.d.ts.map +1 -1
  307. package/build/ts/surfaces/checkout/preact/attributes.d.ts +3 -0
  308. package/build/ts/surfaces/checkout/preact/attributes.d.ts.map +1 -1
  309. package/build/ts/surfaces/checkout/preact/billing-address.d.ts +1 -0
  310. package/build/ts/surfaces/checkout/preact/billing-address.d.ts.map +1 -1
  311. package/build/ts/surfaces/checkout/preact/buyer-identity.d.ts +4 -0
  312. package/build/ts/surfaces/checkout/preact/buyer-identity.d.ts.map +1 -1
  313. package/build/ts/surfaces/checkout/preact/buyer-journey.d.ts +5 -0
  314. package/build/ts/surfaces/checkout/preact/buyer-journey.d.ts.map +1 -1
  315. package/build/ts/surfaces/checkout/preact/capabilities.d.ts +2 -0
  316. package/build/ts/surfaces/checkout/preact/capabilities.d.ts.map +1 -1
  317. package/build/ts/surfaces/checkout/preact/cart-line-target.d.ts +1 -0
  318. package/build/ts/surfaces/checkout/preact/cart-line-target.d.ts.map +1 -1
  319. package/build/ts/surfaces/checkout/preact/cart-lines.d.ts +2 -0
  320. package/build/ts/surfaces/checkout/preact/cart-lines.d.ts.map +1 -1
  321. package/build/ts/surfaces/checkout/preact/checkout-settings.d.ts +1 -0
  322. package/build/ts/surfaces/checkout/preact/checkout-settings.d.ts.map +1 -1
  323. package/build/ts/surfaces/checkout/preact/checkout-token.d.ts +1 -0
  324. package/build/ts/surfaces/checkout/preact/checkout-token.d.ts.map +1 -1
  325. package/build/ts/surfaces/checkout/preact/cost.d.ts +4 -0
  326. package/build/ts/surfaces/checkout/preact/cost.d.ts.map +1 -1
  327. package/build/ts/surfaces/checkout/preact/country.d.ts +1 -0
  328. package/build/ts/surfaces/checkout/preact/country.d.ts.map +1 -1
  329. package/build/ts/surfaces/checkout/preact/currency.d.ts +1 -0
  330. package/build/ts/surfaces/checkout/preact/currency.d.ts.map +1 -1
  331. package/build/ts/surfaces/checkout/preact/customer-privacy.d.ts +1 -0
  332. package/build/ts/surfaces/checkout/preact/customer-privacy.d.ts.map +1 -1
  333. package/build/ts/surfaces/checkout/preact/delivery-group-list-target.d.ts +1 -0
  334. package/build/ts/surfaces/checkout/preact/delivery-group-list-target.d.ts.map +1 -1
  335. package/build/ts/surfaces/checkout/preact/delivery-group-target.d.ts +1 -0
  336. package/build/ts/surfaces/checkout/preact/delivery-group-target.d.ts.map +1 -1
  337. package/build/ts/surfaces/checkout/preact/delivery-group.d.ts +1 -0
  338. package/build/ts/surfaces/checkout/preact/delivery-group.d.ts.map +1 -1
  339. package/build/ts/surfaces/checkout/preact/delivery-groups.d.ts +1 -0
  340. package/build/ts/surfaces/checkout/preact/delivery-groups.d.ts.map +1 -1
  341. package/build/ts/surfaces/checkout/preact/delivery-selection-groups.d.ts +1 -0
  342. package/build/ts/surfaces/checkout/preact/delivery-selection-groups.d.ts.map +1 -1
  343. package/build/ts/surfaces/checkout/preact/discounts.d.ts +3 -0
  344. package/build/ts/surfaces/checkout/preact/discounts.d.ts.map +1 -1
  345. package/build/ts/surfaces/checkout/preact/extension-editor.d.ts +1 -0
  346. package/build/ts/surfaces/checkout/preact/extension-editor.d.ts.map +1 -1
  347. package/build/ts/surfaces/checkout/preact/extension-language.d.ts +1 -0
  348. package/build/ts/surfaces/checkout/preact/extension-language.d.ts.map +1 -1
  349. package/build/ts/surfaces/checkout/preact/extension.d.ts +2 -0
  350. package/build/ts/surfaces/checkout/preact/extension.d.ts.map +1 -1
  351. package/build/ts/surfaces/checkout/preact/gift-cards.d.ts +2 -0
  352. package/build/ts/surfaces/checkout/preact/gift-cards.d.ts.map +1 -1
  353. package/build/ts/surfaces/checkout/preact/instructions.d.ts +1 -0
  354. package/build/ts/surfaces/checkout/preact/instructions.d.ts.map +1 -1
  355. package/build/ts/surfaces/checkout/preact/language.d.ts +1 -0
  356. package/build/ts/surfaces/checkout/preact/language.d.ts.map +1 -1
  357. package/build/ts/surfaces/checkout/preact/localized-fields.d.ts +4 -0
  358. package/build/ts/surfaces/checkout/preact/localized-fields.d.ts.map +1 -1
  359. package/build/ts/surfaces/checkout/preact/market.d.ts +1 -0
  360. package/build/ts/surfaces/checkout/preact/market.d.ts.map +1 -1
  361. package/build/ts/surfaces/checkout/preact/metafield.d.ts +1 -0
  362. package/build/ts/surfaces/checkout/preact/metafield.d.ts.map +1 -1
  363. package/build/ts/surfaces/checkout/preact/metafields.d.ts +2 -0
  364. package/build/ts/surfaces/checkout/preact/metafields.d.ts.map +1 -1
  365. package/build/ts/surfaces/checkout/preact/note.d.ts +2 -0
  366. package/build/ts/surfaces/checkout/preact/note.d.ts.map +1 -1
  367. package/build/ts/surfaces/checkout/preact/payment-method.d.ts +3 -0
  368. package/build/ts/surfaces/checkout/preact/payment-method.d.ts.map +1 -1
  369. package/build/ts/surfaces/checkout/preact/payment-options.d.ts +2 -0
  370. package/build/ts/surfaces/checkout/preact/payment-options.d.ts.map +1 -1
  371. package/build/ts/surfaces/checkout/preact/pickup-location-option-target.d.ts +1 -0
  372. package/build/ts/surfaces/checkout/preact/pickup-location-option-target.d.ts.map +1 -1
  373. package/build/ts/surfaces/checkout/preact/redeemable.d.ts +1 -0
  374. package/build/ts/surfaces/checkout/preact/redeemable.d.ts.map +1 -1
  375. package/build/ts/surfaces/checkout/preact/session-token.d.ts +1 -0
  376. package/build/ts/surfaces/checkout/preact/session-token.d.ts.map +1 -1
  377. package/build/ts/surfaces/checkout/preact/settings.d.ts +1 -0
  378. package/build/ts/surfaces/checkout/preact/settings.d.ts.map +1 -1
  379. package/build/ts/surfaces/checkout/preact/shipping-address.d.ts +2 -0
  380. package/build/ts/surfaces/checkout/preact/shipping-address.d.ts.map +1 -1
  381. package/build/ts/surfaces/checkout/preact/shipping-option-target.d.ts +1 -0
  382. package/build/ts/surfaces/checkout/preact/shipping-option-target.d.ts.map +1 -1
  383. package/build/ts/surfaces/checkout/preact/shop.d.ts +1 -0
  384. package/build/ts/surfaces/checkout/preact/shop.d.ts.map +1 -1
  385. package/build/ts/surfaces/checkout/preact/storage.d.ts +1 -0
  386. package/build/ts/surfaces/checkout/preact/storage.d.ts.map +1 -1
  387. package/build/ts/surfaces/checkout/preact/subscription.d.ts +1 -0
  388. package/build/ts/surfaces/checkout/preact/subscription.d.ts.map +1 -1
  389. package/build/ts/surfaces/checkout/preact/target.d.ts +1 -0
  390. package/build/ts/surfaces/checkout/preact/target.d.ts.map +1 -1
  391. package/build/ts/surfaces/checkout/preact/timezone.d.ts +1 -0
  392. package/build/ts/surfaces/checkout/preact/timezone.d.ts.map +1 -1
  393. package/build/ts/surfaces/checkout/preact/translate.d.ts +1 -0
  394. package/build/ts/surfaces/checkout/preact/translate.d.ts.map +1 -1
  395. package/build/ts/surfaces/checkout/shared.d.ts +3 -2
  396. package/build/ts/surfaces/checkout/shared.d.ts.map +1 -1
  397. package/build/ts/surfaces/checkout/style/style.d.ts +1 -0
  398. package/build/ts/surfaces/checkout/style/style.d.ts.map +1 -1
  399. package/build/ts/surfaces/checkout/style/types.d.ts +0 -4
  400. package/build/ts/surfaces/checkout/style/types.d.ts.map +1 -1
  401. package/build/ts/surfaces/customer-account/api/cart-line/cart-line-item.d.ts +1 -1
  402. package/build/ts/surfaces/customer-account/api/docs.d.ts +236 -20
  403. package/build/ts/surfaces/customer-account/api/docs.d.ts.map +1 -1
  404. package/build/ts/surfaces/customer-account/api/order-status/order-status.d.ts +38 -9
  405. package/build/ts/surfaces/customer-account/api/order-status/order-status.d.ts.map +1 -1
  406. package/build/ts/surfaces/customer-account/api/shared.d.ts +53 -36
  407. package/build/ts/surfaces/customer-account/api/shared.d.ts.map +1 -1
  408. package/build/ts/surfaces/customer-account/api/standard-api/standard-api.d.ts +46 -52
  409. package/build/ts/surfaces/customer-account/api/standard-api/standard-api.d.ts.map +1 -1
  410. package/build/ts/surfaces/customer-account/components/Abbreviation.d.ts +4 -3
  411. package/build/ts/surfaces/customer-account/components/Announcement.d.ts +43 -13
  412. package/build/ts/surfaces/customer-account/components/Avatar.d.ts +44 -14
  413. package/build/ts/surfaces/customer-account/components/Badge.d.ts +47 -6
  414. package/build/ts/surfaces/customer-account/components/Banner.d.ts +67 -12
  415. package/build/ts/surfaces/customer-account/components/Box.d.ts +55 -2
  416. package/build/ts/surfaces/customer-account/components/Button.d.ts +27 -6
  417. package/build/ts/surfaces/customer-account/components/ButtonGroup.d.ts +3 -3
  418. package/build/ts/surfaces/customer-account/components/Checkbox.d.ts +42 -5
  419. package/build/ts/surfaces/customer-account/components/Chip.d.ts +6 -3
  420. package/build/ts/surfaces/customer-account/components/Choice.d.ts +5 -3
  421. package/build/ts/surfaces/customer-account/components/ChoiceList.d.ts +17 -5
  422. package/build/ts/surfaces/customer-account/components/Clickable.d.ts +50 -9
  423. package/build/ts/surfaces/customer-account/components/ClickableChip.d.ts +21 -8
  424. package/build/ts/surfaces/customer-account/components/ClipboardItem.d.ts +16 -5
  425. package/build/ts/surfaces/customer-account/components/ConsentCheckbox.d.ts +26 -5
  426. package/build/ts/surfaces/customer-account/components/ConsentPhoneField.d.ts +37 -13
  427. package/build/ts/surfaces/customer-account/components/CustomerAccountAction.d.ts +3 -3
  428. package/build/ts/surfaces/customer-account/components/DateField.d.ts +36 -15
  429. package/build/ts/surfaces/customer-account/components/DatePicker.d.ts +31 -12
  430. package/build/ts/surfaces/customer-account/components/Details.d.ts +22 -11
  431. package/build/ts/surfaces/customer-account/components/Divider.d.ts +4 -3
  432. package/build/ts/surfaces/customer-account/components/DropZone.d.ts +23 -8
  433. package/build/ts/surfaces/customer-account/components/EmailField.d.ts +42 -12
  434. package/build/ts/surfaces/customer-account/components/Form.d.ts +18 -4
  435. package/build/ts/surfaces/customer-account/components/Grid.d.ts +142 -2
  436. package/build/ts/surfaces/customer-account/components/GridItem.d.ts +60 -2
  437. package/build/ts/surfaces/customer-account/components/Heading.d.ts +4 -3
  438. package/build/ts/surfaces/customer-account/components/Icon.d.ts +45 -6
  439. package/build/ts/surfaces/customer-account/components/Image.d.ts +40 -2
  440. package/build/ts/surfaces/customer-account/components/ImageGroup.d.ts +7 -2
  441. package/build/ts/surfaces/customer-account/components/Link.d.ts +17 -6
  442. package/build/ts/surfaces/customer-account/components/ListItem.d.ts +4 -3
  443. package/build/ts/surfaces/customer-account/components/Map.d.ts +72 -8
  444. package/build/ts/surfaces/customer-account/components/MapMarker.d.ts +36 -10
  445. package/build/ts/surfaces/customer-account/components/Menu.d.ts +1 -1
  446. package/build/ts/surfaces/customer-account/components/Modal.d.ts +51 -10
  447. package/build/ts/surfaces/customer-account/components/MoneyField.d.ts +37 -10
  448. package/build/ts/surfaces/customer-account/components/NumberField.d.ts +45 -12
  449. package/build/ts/surfaces/customer-account/components/Option.d.ts +4 -3
  450. package/build/ts/surfaces/customer-account/components/OrderedList.d.ts +4 -3
  451. package/build/ts/surfaces/customer-account/components/Page.d.ts +5 -5
  452. package/build/ts/surfaces/customer-account/components/Paragraph.d.ts +12 -2
  453. package/build/ts/surfaces/customer-account/components/PasswordField.d.ts +42 -12
  454. package/build/ts/surfaces/customer-account/components/PaymentIcon.d.ts +12 -3
  455. package/build/ts/surfaces/customer-account/components/PhoneField.d.ts +42 -12
  456. package/build/ts/surfaces/customer-account/components/Popover.d.ts +39 -24
  457. package/build/ts/surfaces/customer-account/components/PressButton.d.ts +21 -9
  458. package/build/ts/surfaces/customer-account/components/ProductThumbnail.d.ts +21 -3
  459. package/build/ts/surfaces/customer-account/components/Progress.d.ts +29 -3
  460. package/build/ts/surfaces/customer-account/components/QRCode.d.ts +27 -5
  461. package/build/ts/surfaces/customer-account/components/QueryContainer.d.ts +5 -3
  462. package/build/ts/surfaces/customer-account/components/ScrollBox.d.ts +60 -2
  463. package/build/ts/surfaces/customer-account/components/Section.d.ts +4 -3
  464. package/build/ts/surfaces/customer-account/components/Select.d.ts +35 -7
  465. package/build/ts/surfaces/customer-account/components/Sheet.d.ts +40 -15
  466. package/build/ts/surfaces/customer-account/components/SkeletonParagraph.d.ts +3 -3
  467. package/build/ts/surfaces/customer-account/components/Spinner.d.ts +18 -3
  468. package/build/ts/surfaces/customer-account/components/Stack.d.ts +115 -2
  469. package/build/ts/surfaces/customer-account/components/Summary.d.ts +2 -0
  470. package/build/ts/surfaces/customer-account/components/Switch.d.ts +16 -5
  471. package/build/ts/surfaces/customer-account/components/Text.d.ts +21 -4
  472. package/build/ts/surfaces/customer-account/components/TextArea.d.ts +37 -10
  473. package/build/ts/surfaces/customer-account/components/TextField.d.ts +45 -12
  474. package/build/ts/surfaces/customer-account/components/Time.d.ts +4 -3
  475. package/build/ts/surfaces/customer-account/components/Tooltip.d.ts +21 -4
  476. package/build/ts/surfaces/customer-account/components/UnorderedList.d.ts +4 -3
  477. package/build/ts/surfaces/customer-account/components/UrlField.d.ts +31 -17
  478. package/build/ts/surfaces/customer-account/components/components-shared.d.ts +656 -488
  479. package/build/ts/surfaces/customer-account/components/components.d.ts +462 -358
  480. package/build/ts/surfaces/customer-account/components/shared.d.ts +23 -2
  481. package/build/ts/surfaces/customer-account/components/shared.d.ts.map +1 -1
  482. package/build/ts/surfaces/customer-account/components/shared.ts +23 -5
  483. package/build/ts/surfaces/point-of-sale/api/action-api/action-api.d.ts +6 -1
  484. package/build/ts/surfaces/point-of-sale/api/action-api/action-api.d.ts.map +1 -1
  485. package/build/ts/surfaces/point-of-sale/api/cart-api/cart-api.d.ts +5 -0
  486. package/build/ts/surfaces/point-of-sale/api/cart-api/cart-api.d.ts.map +1 -1
  487. package/build/ts/surfaces/point-of-sale/api/cart-line-item-api/cart-line-item-api.d.ts +3 -1
  488. package/build/ts/surfaces/point-of-sale/api/cart-line-item-api/cart-line-item-api.d.ts.map +1 -1
  489. package/build/ts/surfaces/point-of-sale/api/connectivity-api/connectivity-api.d.ts +5 -0
  490. package/build/ts/surfaces/point-of-sale/api/connectivity-api/connectivity-api.d.ts.map +1 -1
  491. package/build/ts/surfaces/point-of-sale/api/customer-api/customer-api.d.ts +6 -1
  492. package/build/ts/surfaces/point-of-sale/api/customer-api/customer-api.d.ts.map +1 -1
  493. package/build/ts/surfaces/point-of-sale/api/device-api/device-api.d.ts +6 -1
  494. package/build/ts/surfaces/point-of-sale/api/device-api/device-api.d.ts.map +1 -1
  495. package/build/ts/surfaces/point-of-sale/api/draft-order-api/draft-order-api.d.ts +6 -1
  496. package/build/ts/surfaces/point-of-sale/api/draft-order-api/draft-order-api.d.ts.map +1 -1
  497. package/build/ts/surfaces/point-of-sale/api/locale-api/locale-api.d.ts +5 -0
  498. package/build/ts/surfaces/point-of-sale/api/locale-api/locale-api.d.ts.map +1 -1
  499. package/build/ts/surfaces/point-of-sale/api/navigation-api/navigation-api.d.ts +6 -0
  500. package/build/ts/surfaces/point-of-sale/api/navigation-api/navigation-api.d.ts.map +1 -1
  501. package/build/ts/surfaces/point-of-sale/api/order-api/order-api.d.ts +4 -2
  502. package/build/ts/surfaces/point-of-sale/api/order-api/order-api.d.ts.map +1 -1
  503. package/build/ts/surfaces/point-of-sale/api/pin-pad-api.d.ts +6 -1
  504. package/build/ts/surfaces/point-of-sale/api/pin-pad-api.d.ts.map +1 -1
  505. package/build/ts/surfaces/point-of-sale/api/print-api/print-api.d.ts +4 -5
  506. package/build/ts/surfaces/point-of-sale/api/print-api/print-api.d.ts.map +1 -1
  507. package/build/ts/surfaces/point-of-sale/api/product-api/product-api.d.ts +6 -1
  508. package/build/ts/surfaces/point-of-sale/api/product-api/product-api.d.ts.map +1 -1
  509. package/build/ts/surfaces/point-of-sale/api/product-search-api/product-search-api.d.ts +6 -1
  510. package/build/ts/surfaces/point-of-sale/api/product-search-api/product-search-api.d.ts.map +1 -1
  511. package/build/ts/surfaces/point-of-sale/api/scanner-api/scanner-api.d.ts +5 -0
  512. package/build/ts/surfaces/point-of-sale/api/scanner-api/scanner-api.d.ts.map +1 -1
  513. package/build/ts/surfaces/point-of-sale/api/session-api/session-api.d.ts +6 -1
  514. package/build/ts/surfaces/point-of-sale/api/session-api/session-api.d.ts.map +1 -1
  515. package/build/ts/surfaces/point-of-sale/api/storage-api/storage-api.d.ts +1 -1
  516. package/build/ts/surfaces/point-of-sale/api/toast-api/toast-api.d.ts +5 -1
  517. package/build/ts/surfaces/point-of-sale/api/toast-api/toast-api.d.ts.map +1 -1
  518. package/build/ts/surfaces/point-of-sale/event/data/TransactionCompleteData.d.ts +1 -0
  519. package/build/ts/surfaces/point-of-sale/event/data/TransactionCompleteData.d.ts.map +1 -1
  520. package/build/ts/surfaces/point-of-sale/types/storage.d.ts +3 -1
  521. package/build/ts/surfaces/point-of-sale/types/storage.d.ts.map +1 -1
  522. package/build/tsconfig.tsbuildinfo +1 -1
  523. package/package.json +2 -5
  524. package/src/shared.ts +67 -13
  525. package/src/surfaces/admin/api/action/action.ts +1 -0
  526. package/src/surfaces/admin/api/block/block.ts +1 -0
  527. package/src/surfaces/admin/api/customer-segment-template/customer-segment-template.ts +1 -0
  528. package/src/surfaces/admin/api/intents/intents.ts +6 -0
  529. package/src/surfaces/admin/api/order-routing-rule/order-routing-rule.ts +1 -0
  530. package/src/surfaces/admin/api/picker/picker.ts +1 -0
  531. package/src/surfaces/admin/api/print-action/print-action.ts +1 -0
  532. package/src/surfaces/admin/api/product-configuration/product-details-configuration.ts +1 -0
  533. package/src/surfaces/admin/api/product-configuration/product-variant-details-configuration.ts +1 -0
  534. package/src/surfaces/admin/api/purchase-options-card-action.ts +1 -0
  535. package/src/surfaces/admin/api/resource-picker/resource-picker.ts +2 -0
  536. package/src/surfaces/admin/api/should-render/should-render.ts +1 -0
  537. package/src/surfaces/admin/api/standard/standard.ts +1 -0
  538. package/src/surfaces/admin/components/AdminAction.d.ts +2 -0
  539. package/src/surfaces/admin/components/AdminBlock.d.ts +2 -0
  540. package/src/surfaces/admin/components/AdminPrintAction.d.ts +2 -0
  541. package/src/surfaces/admin/components/Badge.d.ts +2 -0
  542. package/src/surfaces/admin/components/Banner.d.ts +2 -0
  543. package/src/surfaces/admin/components/Box.d.ts +2 -0
  544. package/src/surfaces/admin/components/Button.d.ts +2 -0
  545. package/src/surfaces/admin/components/Checkbox.d.ts +2 -0
  546. package/src/surfaces/admin/components/ChoiceList.d.ts +2 -0
  547. package/src/surfaces/admin/components/ColorPicker.d.ts +2 -0
  548. package/src/surfaces/admin/components/DateField.d.ts +2 -0
  549. package/src/surfaces/admin/components/DatePicker.d.ts +2 -0
  550. package/src/surfaces/admin/components/Divider.d.ts +2 -0
  551. package/src/surfaces/admin/components/EmailField.d.ts +2 -0
  552. package/src/surfaces/admin/components/Form.d.ts +2 -0
  553. package/src/surfaces/admin/components/FunctionSettings.d.ts +2 -0
  554. package/src/surfaces/admin/components/Heading.d.ts +2 -0
  555. package/src/surfaces/admin/components/Icon.d.ts +0 -3
  556. package/src/surfaces/admin/components/Image.d.ts +2 -0
  557. package/src/surfaces/admin/components/Link.d.ts +2 -0
  558. package/src/surfaces/admin/components/MoneyField.d.ts +2 -0
  559. package/src/surfaces/admin/components/NumberField.d.ts +2 -0
  560. package/src/surfaces/admin/components/Paragraph.d.ts +2 -0
  561. package/src/surfaces/admin/components/PasswordField.d.ts +2 -0
  562. package/src/surfaces/admin/components/Section.d.ts +2 -0
  563. package/src/surfaces/admin/components/Select.d.ts +2 -0
  564. package/src/surfaces/admin/components/Text.d.ts +2 -0
  565. package/src/surfaces/admin/components/TextArea.d.ts +2 -0
  566. package/src/surfaces/admin/components/TextField.d.ts +2 -0
  567. package/src/surfaces/admin/components/URLField.d.ts +2 -0
  568. package/src/surfaces/admin/components/shared.d.ts +1 -1
  569. package/src/surfaces/admin/components.d.ts +1107 -1
  570. package/src/surfaces/checkout/api/address-autocomplete/format-suggestion.ts +1 -0
  571. package/src/surfaces/checkout/api/address-autocomplete/standard.ts +3 -2
  572. package/src/surfaces/checkout/api/address-autocomplete/suggest.ts +3 -2
  573. package/src/surfaces/checkout/api/cart-line/cart-line-item.ts +9 -1
  574. package/src/surfaces/checkout/api/checkout/checkout.ts +229 -118
  575. package/src/surfaces/checkout/api/docs.ts +33 -0
  576. package/src/surfaces/checkout/api/order-confirmation/order-confirmation.ts +13 -5
  577. package/src/surfaces/checkout/api/pickup/pickup-location-item.ts +11 -2
  578. package/src/surfaces/checkout/api/pickup/pickup-location-list.ts +4 -1
  579. package/src/surfaces/checkout/api/pickup/pickup-point-list.ts +4 -1
  580. package/src/surfaces/checkout/api/shared.ts +77 -31
  581. package/src/surfaces/checkout/api/shipping/shipping-option-item.ts +13 -4
  582. package/src/surfaces/checkout/api/shipping/shipping-option-list.ts +16 -12
  583. package/src/surfaces/checkout/api/standard/standard.ts +655 -435
  584. package/src/surfaces/checkout/components/Abbreviation.d.ts +4 -3
  585. package/src/surfaces/checkout/components/Announcement.d.ts +43 -13
  586. package/src/surfaces/checkout/components/Badge.d.ts +47 -6
  587. package/src/surfaces/checkout/components/Banner.d.ts +67 -12
  588. package/src/surfaces/checkout/components/Box.d.ts +55 -2
  589. package/src/surfaces/checkout/components/Button.d.ts +27 -6
  590. package/src/surfaces/checkout/components/Checkbox.d.ts +42 -5
  591. package/src/surfaces/checkout/components/Chip.d.ts +6 -3
  592. package/src/surfaces/checkout/components/Choice.d.ts +5 -3
  593. package/src/surfaces/checkout/components/ChoiceList.d.ts +17 -5
  594. package/src/surfaces/checkout/components/Clickable.d.ts +50 -9
  595. package/src/surfaces/checkout/components/ClickableChip.d.ts +21 -8
  596. package/src/surfaces/checkout/components/ClipboardItem.d.ts +16 -5
  597. package/src/surfaces/checkout/components/ConsentCheckbox.d.ts +26 -5
  598. package/src/surfaces/checkout/components/ConsentPhoneField.d.ts +37 -13
  599. package/src/surfaces/checkout/components/DateField.d.ts +36 -15
  600. package/src/surfaces/checkout/components/DatePicker.d.ts +31 -12
  601. package/src/surfaces/checkout/components/Details.d.ts +22 -11
  602. package/src/surfaces/checkout/components/Divider.d.ts +4 -3
  603. package/src/surfaces/checkout/components/DropZone.d.ts +23 -8
  604. package/src/surfaces/checkout/components/EmailField.d.ts +42 -12
  605. package/src/surfaces/checkout/components/Form.d.ts +18 -4
  606. package/src/surfaces/checkout/components/Grid.d.ts +142 -2
  607. package/src/surfaces/checkout/components/GridItem.d.ts +60 -2
  608. package/src/surfaces/checkout/components/Heading.d.ts +4 -3
  609. package/src/surfaces/checkout/components/Icon.d.ts +45 -6
  610. package/src/surfaces/checkout/components/Image.d.ts +40 -2
  611. package/src/surfaces/checkout/components/Link.d.ts +17 -6
  612. package/src/surfaces/checkout/components/ListItem.d.ts +4 -3
  613. package/src/surfaces/checkout/components/Map.d.ts +72 -8
  614. package/src/surfaces/checkout/components/MapMarker.d.ts +36 -10
  615. package/src/surfaces/checkout/components/Modal.d.ts +51 -10
  616. package/src/surfaces/checkout/components/MoneyField.d.ts +37 -10
  617. package/src/surfaces/checkout/components/NumberField.d.ts +45 -12
  618. package/src/surfaces/checkout/components/Option.d.ts +4 -3
  619. package/src/surfaces/checkout/components/OrderedList.d.ts +4 -3
  620. package/src/surfaces/checkout/components/Paragraph.d.ts +12 -2
  621. package/src/surfaces/checkout/components/PasswordField.d.ts +42 -12
  622. package/src/surfaces/checkout/components/PaymentIcon.d.ts +12 -3
  623. package/src/surfaces/checkout/components/PhoneField.d.ts +42 -12
  624. package/src/surfaces/checkout/components/Popover.d.ts +39 -24
  625. package/src/surfaces/checkout/components/PressButton.d.ts +21 -9
  626. package/src/surfaces/checkout/components/ProductThumbnail.d.ts +21 -3
  627. package/src/surfaces/checkout/components/Progress.d.ts +29 -3
  628. package/src/surfaces/checkout/components/QRCode.d.ts +27 -5
  629. package/src/surfaces/checkout/components/QueryContainer.d.ts +5 -3
  630. package/src/surfaces/checkout/components/ScrollBox.d.ts +60 -2
  631. package/src/surfaces/checkout/components/Section.d.ts +4 -3
  632. package/src/surfaces/checkout/components/Select.d.ts +35 -7
  633. package/src/surfaces/checkout/components/Sheet.d.ts +40 -15
  634. package/src/surfaces/checkout/components/SkeletonParagraph.d.ts +3 -3
  635. package/src/surfaces/checkout/components/Spinner.d.ts +18 -3
  636. package/src/surfaces/checkout/components/Stack.d.ts +115 -2
  637. package/src/surfaces/checkout/components/Summary.d.ts +2 -0
  638. package/src/surfaces/checkout/components/Switch.d.ts +16 -5
  639. package/src/surfaces/checkout/components/Text.d.ts +21 -4
  640. package/src/surfaces/checkout/components/TextArea.d.ts +37 -10
  641. package/src/surfaces/checkout/components/TextField.d.ts +45 -12
  642. package/src/surfaces/checkout/components/Time.d.ts +4 -3
  643. package/src/surfaces/checkout/components/Tooltip.d.ts +21 -4
  644. package/src/surfaces/checkout/components/UnorderedList.d.ts +4 -3
  645. package/src/surfaces/checkout/components/UrlField.d.ts +31 -17
  646. package/src/surfaces/checkout/components/components-shared.d.ts +656 -488
  647. package/src/surfaces/checkout/components/components.d.ts +462 -358
  648. package/src/surfaces/checkout/extension-targets.ts +12 -0
  649. package/src/surfaces/checkout/globals.ts +1 -0
  650. package/src/surfaces/checkout/preact/api.ts +2 -0
  651. package/src/surfaces/checkout/preact/app-metafields.ts +1 -0
  652. package/src/surfaces/checkout/preact/attributes.ts +3 -0
  653. package/src/surfaces/checkout/preact/billing-address.ts +1 -0
  654. package/src/surfaces/checkout/preact/buyer-identity.ts +4 -0
  655. package/src/surfaces/checkout/preact/buyer-journey.ts +5 -0
  656. package/src/surfaces/checkout/preact/capabilities.ts +2 -0
  657. package/src/surfaces/checkout/preact/cart-line-target.ts +1 -0
  658. package/src/surfaces/checkout/preact/cart-lines.ts +2 -0
  659. package/src/surfaces/checkout/preact/checkout-settings.ts +1 -0
  660. package/src/surfaces/checkout/preact/checkout-token.ts +1 -0
  661. package/src/surfaces/checkout/preact/cost.ts +4 -0
  662. package/src/surfaces/checkout/preact/country.ts +1 -0
  663. package/src/surfaces/checkout/preact/currency.ts +1 -0
  664. package/src/surfaces/checkout/preact/customer-privacy.ts +1 -0
  665. package/src/surfaces/checkout/preact/delivery-group-list-target.ts +1 -0
  666. package/src/surfaces/checkout/preact/delivery-group-target.ts +1 -0
  667. package/src/surfaces/checkout/preact/delivery-group.ts +1 -0
  668. package/src/surfaces/checkout/preact/delivery-groups.ts +1 -0
  669. package/src/surfaces/checkout/preact/delivery-selection-groups.ts +1 -0
  670. package/src/surfaces/checkout/preact/discounts.ts +3 -0
  671. package/src/surfaces/checkout/preact/extension-editor.ts +1 -0
  672. package/src/surfaces/checkout/preact/extension-language.ts +1 -0
  673. package/src/surfaces/checkout/preact/extension.ts +2 -0
  674. package/src/surfaces/checkout/preact/gift-cards.ts +2 -0
  675. package/src/surfaces/checkout/preact/instructions.ts +1 -0
  676. package/src/surfaces/checkout/preact/language.ts +1 -0
  677. package/src/surfaces/checkout/preact/localized-fields.ts +4 -0
  678. package/src/surfaces/checkout/preact/market.ts +1 -0
  679. package/src/surfaces/checkout/preact/metafield.ts +1 -0
  680. package/src/surfaces/checkout/preact/metafields.ts +2 -0
  681. package/src/surfaces/checkout/preact/note.ts +2 -0
  682. package/src/surfaces/checkout/preact/payment-method.ts +3 -0
  683. package/src/surfaces/checkout/preact/payment-options.ts +2 -0
  684. package/src/surfaces/checkout/preact/pickup-location-option-target.ts +1 -0
  685. package/src/surfaces/checkout/preact/redeemable.ts +1 -0
  686. package/src/surfaces/checkout/preact/session-token.ts +1 -0
  687. package/src/surfaces/checkout/preact/settings.ts +1 -0
  688. package/src/surfaces/checkout/preact/shipping-address.ts +2 -0
  689. package/src/surfaces/checkout/preact/shipping-option-target.ts +1 -0
  690. package/src/surfaces/checkout/preact/shop.ts +1 -0
  691. package/src/surfaces/checkout/preact/storage.ts +1 -0
  692. package/src/surfaces/checkout/preact/subscription.ts +1 -0
  693. package/src/surfaces/checkout/preact/target.ts +1 -0
  694. package/src/surfaces/checkout/preact/timezone.ts +1 -0
  695. package/src/surfaces/checkout/preact/translate.ts +1 -0
  696. package/src/surfaces/checkout/shared.ts +3 -2
  697. package/src/surfaces/checkout/style/style.ts +1 -0
  698. package/src/surfaces/checkout/style/types.ts +0 -4
  699. package/src/surfaces/customer-account/api/cart-line/cart-line-item.ts +1 -1
  700. package/src/surfaces/customer-account/api/docs.ts +241 -22
  701. package/src/surfaces/customer-account/api/order-status/order-status.ts +38 -9
  702. package/src/surfaces/customer-account/api/shared.ts +53 -36
  703. package/src/surfaces/customer-account/api/standard-api/standard-api.ts +46 -52
  704. package/src/surfaces/customer-account/components/Avatar.d.ts +44 -14
  705. package/src/surfaces/customer-account/components/ButtonGroup.d.ts +3 -3
  706. package/src/surfaces/customer-account/components/CustomerAccountAction.d.ts +3 -3
  707. package/src/surfaces/customer-account/components/ImageGroup.d.ts +7 -2
  708. package/src/surfaces/customer-account/components/Menu.d.ts +1 -1
  709. package/src/surfaces/customer-account/components/Page.d.ts +5 -5
  710. package/src/surfaces/customer-account/components/Section.d.ts +3 -7
  711. package/src/surfaces/customer-account/components/shared.ts +23 -5
  712. package/src/surfaces/customer-account/components.d.ts +58 -0
  713. package/src/surfaces/point-of-sale/api/action-api/action-api.ts +6 -1
  714. package/src/surfaces/point-of-sale/api/cart-api/cart-api.ts +5 -0
  715. package/src/surfaces/point-of-sale/api/cart-line-item-api/cart-line-item-api.ts +3 -1
  716. package/src/surfaces/point-of-sale/api/connectivity-api/connectivity-api.ts +5 -0
  717. package/src/surfaces/point-of-sale/api/customer-api/customer-api.ts +6 -1
  718. package/src/surfaces/point-of-sale/api/device-api/device-api.ts +6 -1
  719. package/src/surfaces/point-of-sale/api/draft-order-api/draft-order-api.ts +6 -1
  720. package/src/surfaces/point-of-sale/api/locale-api/locale-api.ts +5 -0
  721. package/src/surfaces/point-of-sale/api/navigation-api/navigation-api.ts +6 -0
  722. package/src/surfaces/point-of-sale/api/order-api/order-api.ts +4 -2
  723. package/src/surfaces/point-of-sale/api/pin-pad-api.ts +6 -1
  724. package/src/surfaces/point-of-sale/api/print-api/print-api.ts +4 -5
  725. package/src/surfaces/point-of-sale/api/product-api/product-api.ts +6 -1
  726. package/src/surfaces/point-of-sale/api/product-search-api/product-search-api.ts +6 -1
  727. package/src/surfaces/point-of-sale/api/scanner-api/scanner-api.ts +5 -0
  728. package/src/surfaces/point-of-sale/api/session-api/session-api.ts +6 -1
  729. package/src/surfaces/point-of-sale/api/storage-api/storage-api.ts +1 -1
  730. package/src/surfaces/point-of-sale/api/toast-api/toast-api.ts +5 -1
  731. package/src/surfaces/point-of-sale/components.d.ts +190 -11
  732. package/src/surfaces/point-of-sale/event/data/TransactionCompleteData.ts +1 -0
  733. package/src/surfaces/point-of-sale/types/storage.ts +3 -1
  734. package/build/ts/docs/shared/component-definitions.d.ts +0 -32
  735. package/build/ts/docs/shared/component-definitions.d.ts.map +0 -1
  736. package/build/ts/docs/shared/components/Abbreviation.d.ts +0 -4
  737. package/build/ts/docs/shared/components/Abbreviation.d.ts.map +0 -1
  738. package/build/ts/docs/shared/components/Announcement.d.ts +0 -4
  739. package/build/ts/docs/shared/components/Announcement.d.ts.map +0 -1
  740. package/build/ts/docs/shared/components/Avatar.d.ts +0 -4
  741. package/build/ts/docs/shared/components/Avatar.d.ts.map +0 -1
  742. package/build/ts/docs/shared/components/Badge.d.ts +0 -4
  743. package/build/ts/docs/shared/components/Badge.d.ts.map +0 -1
  744. package/build/ts/docs/shared/components/Banner.d.ts +0 -4
  745. package/build/ts/docs/shared/components/Banner.d.ts.map +0 -1
  746. package/build/ts/docs/shared/components/Box.d.ts +0 -4
  747. package/build/ts/docs/shared/components/Box.d.ts.map +0 -1
  748. package/build/ts/docs/shared/components/Button.d.ts +0 -4
  749. package/build/ts/docs/shared/components/Button.d.ts.map +0 -1
  750. package/build/ts/docs/shared/components/ButtonGroup.d.ts +0 -4
  751. package/build/ts/docs/shared/components/ButtonGroup.d.ts.map +0 -1
  752. package/build/ts/docs/shared/components/Checkbox.d.ts +0 -4
  753. package/build/ts/docs/shared/components/Checkbox.d.ts.map +0 -1
  754. package/build/ts/docs/shared/components/Chip.d.ts +0 -4
  755. package/build/ts/docs/shared/components/Chip.d.ts.map +0 -1
  756. package/build/ts/docs/shared/components/Choice.d.ts +0 -4
  757. package/build/ts/docs/shared/components/Choice.d.ts.map +0 -1
  758. package/build/ts/docs/shared/components/ChoiceList.d.ts +0 -4
  759. package/build/ts/docs/shared/components/ChoiceList.d.ts.map +0 -1
  760. package/build/ts/docs/shared/components/Clickable.d.ts +0 -4
  761. package/build/ts/docs/shared/components/Clickable.d.ts.map +0 -1
  762. package/build/ts/docs/shared/components/ClickableChip.d.ts +0 -4
  763. package/build/ts/docs/shared/components/ClickableChip.d.ts.map +0 -1
  764. package/build/ts/docs/shared/components/ClipboardItem.d.ts +0 -4
  765. package/build/ts/docs/shared/components/ClipboardItem.d.ts.map +0 -1
  766. package/build/ts/docs/shared/components/ColorField.d.ts +0 -4
  767. package/build/ts/docs/shared/components/ColorField.d.ts.map +0 -1
  768. package/build/ts/docs/shared/components/ColorPicker.d.ts +0 -4
  769. package/build/ts/docs/shared/components/ColorPicker.d.ts.map +0 -1
  770. package/build/ts/docs/shared/components/ConsentCheckbox.d.ts +0 -4
  771. package/build/ts/docs/shared/components/ConsentCheckbox.d.ts.map +0 -1
  772. package/build/ts/docs/shared/components/ConsentPhoneField.d.ts +0 -4
  773. package/build/ts/docs/shared/components/ConsentPhoneField.d.ts.map +0 -1
  774. package/build/ts/docs/shared/components/DateField.d.ts +0 -4
  775. package/build/ts/docs/shared/components/DateField.d.ts.map +0 -1
  776. package/build/ts/docs/shared/components/DatePicker.d.ts +0 -4
  777. package/build/ts/docs/shared/components/DatePicker.d.ts.map +0 -1
  778. package/build/ts/docs/shared/components/Details.d.ts +0 -4
  779. package/build/ts/docs/shared/components/Details.d.ts.map +0 -1
  780. package/build/ts/docs/shared/components/Divider.d.ts +0 -4
  781. package/build/ts/docs/shared/components/Divider.d.ts.map +0 -1
  782. package/build/ts/docs/shared/components/DropZone.d.ts +0 -4
  783. package/build/ts/docs/shared/components/DropZone.d.ts.map +0 -1
  784. package/build/ts/docs/shared/components/EmailField.d.ts +0 -4
  785. package/build/ts/docs/shared/components/EmailField.d.ts.map +0 -1
  786. package/build/ts/docs/shared/components/Form.d.ts +0 -4
  787. package/build/ts/docs/shared/components/Form.d.ts.map +0 -1
  788. package/build/ts/docs/shared/components/FunctionSettings.d.ts +0 -4
  789. package/build/ts/docs/shared/components/FunctionSettings.d.ts.map +0 -1
  790. package/build/ts/docs/shared/components/Grid.d.ts +0 -4
  791. package/build/ts/docs/shared/components/Grid.d.ts.map +0 -1
  792. package/build/ts/docs/shared/components/GridItem.d.ts +0 -4
  793. package/build/ts/docs/shared/components/GridItem.d.ts.map +0 -1
  794. package/build/ts/docs/shared/components/Heading.d.ts +0 -4
  795. package/build/ts/docs/shared/components/Heading.d.ts.map +0 -1
  796. package/build/ts/docs/shared/components/Icon.d.ts +0 -4
  797. package/build/ts/docs/shared/components/Icon.d.ts.map +0 -1
  798. package/build/ts/docs/shared/components/Image.d.ts +0 -4
  799. package/build/ts/docs/shared/components/Image.d.ts.map +0 -1
  800. package/build/ts/docs/shared/components/Link.d.ts +0 -4
  801. package/build/ts/docs/shared/components/Link.d.ts.map +0 -1
  802. package/build/ts/docs/shared/components/ListItem.d.ts +0 -4
  803. package/build/ts/docs/shared/components/ListItem.d.ts.map +0 -1
  804. package/build/ts/docs/shared/components/Map.d.ts +0 -4
  805. package/build/ts/docs/shared/components/Map.d.ts.map +0 -1
  806. package/build/ts/docs/shared/components/MapMarker.d.ts +0 -4
  807. package/build/ts/docs/shared/components/MapMarker.d.ts.map +0 -1
  808. package/build/ts/docs/shared/components/Menu.d.ts +0 -4
  809. package/build/ts/docs/shared/components/Menu.d.ts.map +0 -1
  810. package/build/ts/docs/shared/components/Modal.d.ts +0 -4
  811. package/build/ts/docs/shared/components/Modal.d.ts.map +0 -1
  812. package/build/ts/docs/shared/components/MoneyField.d.ts +0 -4
  813. package/build/ts/docs/shared/components/MoneyField.d.ts.map +0 -1
  814. package/build/ts/docs/shared/components/NumberField.d.ts +0 -4
  815. package/build/ts/docs/shared/components/NumberField.d.ts.map +0 -1
  816. package/build/ts/docs/shared/components/Option.d.ts +0 -4
  817. package/build/ts/docs/shared/components/Option.d.ts.map +0 -1
  818. package/build/ts/docs/shared/components/OptionGroup.d.ts +0 -4
  819. package/build/ts/docs/shared/components/OptionGroup.d.ts.map +0 -1
  820. package/build/ts/docs/shared/components/OrderedList.d.ts +0 -4
  821. package/build/ts/docs/shared/components/OrderedList.d.ts.map +0 -1
  822. package/build/ts/docs/shared/components/Page.d.ts +0 -4
  823. package/build/ts/docs/shared/components/Page.d.ts.map +0 -1
  824. package/build/ts/docs/shared/components/Paragraph.d.ts +0 -4
  825. package/build/ts/docs/shared/components/Paragraph.d.ts.map +0 -1
  826. package/build/ts/docs/shared/components/PasswordField.d.ts +0 -4
  827. package/build/ts/docs/shared/components/PasswordField.d.ts.map +0 -1
  828. package/build/ts/docs/shared/components/PaymentIcon.d.ts +0 -4
  829. package/build/ts/docs/shared/components/PaymentIcon.d.ts.map +0 -1
  830. package/build/ts/docs/shared/components/PhoneField.d.ts +0 -4
  831. package/build/ts/docs/shared/components/PhoneField.d.ts.map +0 -1
  832. package/build/ts/docs/shared/components/Popover.d.ts +0 -4
  833. package/build/ts/docs/shared/components/Popover.d.ts.map +0 -1
  834. package/build/ts/docs/shared/components/PressButton.d.ts +0 -4
  835. package/build/ts/docs/shared/components/PressButton.d.ts.map +0 -1
  836. package/build/ts/docs/shared/components/ProductThumbnail.d.ts +0 -4
  837. package/build/ts/docs/shared/components/ProductThumbnail.d.ts.map +0 -1
  838. package/build/ts/docs/shared/components/Progress.d.ts +0 -4
  839. package/build/ts/docs/shared/components/Progress.d.ts.map +0 -1
  840. package/build/ts/docs/shared/components/QRCode.d.ts +0 -4
  841. package/build/ts/docs/shared/components/QRCode.d.ts.map +0 -1
  842. package/build/ts/docs/shared/components/QueryContainer.d.ts +0 -4
  843. package/build/ts/docs/shared/components/QueryContainer.d.ts.map +0 -1
  844. package/build/ts/docs/shared/components/ScrollBox.d.ts +0 -4
  845. package/build/ts/docs/shared/components/ScrollBox.d.ts.map +0 -1
  846. package/build/ts/docs/shared/components/SearchField.d.ts +0 -4
  847. package/build/ts/docs/shared/components/SearchField.d.ts.map +0 -1
  848. package/build/ts/docs/shared/components/Section.d.ts +0 -4
  849. package/build/ts/docs/shared/components/Section.d.ts.map +0 -1
  850. package/build/ts/docs/shared/components/Select.d.ts +0 -4
  851. package/build/ts/docs/shared/components/Select.d.ts.map +0 -1
  852. package/build/ts/docs/shared/components/Sheet.d.ts +0 -4
  853. package/build/ts/docs/shared/components/Sheet.d.ts.map +0 -1
  854. package/build/ts/docs/shared/components/SkeletonParagraph.d.ts +0 -4
  855. package/build/ts/docs/shared/components/SkeletonParagraph.d.ts.map +0 -1
  856. package/build/ts/docs/shared/components/Spinner.d.ts +0 -4
  857. package/build/ts/docs/shared/components/Spinner.d.ts.map +0 -1
  858. package/build/ts/docs/shared/components/Stack.d.ts +0 -4
  859. package/build/ts/docs/shared/components/Stack.d.ts.map +0 -1
  860. package/build/ts/docs/shared/components/Summary.d.ts +0 -4
  861. package/build/ts/docs/shared/components/Summary.d.ts.map +0 -1
  862. package/build/ts/docs/shared/components/Switch.d.ts +0 -4
  863. package/build/ts/docs/shared/components/Switch.d.ts.map +0 -1
  864. package/build/ts/docs/shared/components/Table.d.ts +0 -4
  865. package/build/ts/docs/shared/components/Table.d.ts.map +0 -1
  866. package/build/ts/docs/shared/components/TableBody.d.ts +0 -4
  867. package/build/ts/docs/shared/components/TableBody.d.ts.map +0 -1
  868. package/build/ts/docs/shared/components/TableCell.d.ts +0 -4
  869. package/build/ts/docs/shared/components/TableCell.d.ts.map +0 -1
  870. package/build/ts/docs/shared/components/TableHeader.d.ts +0 -4
  871. package/build/ts/docs/shared/components/TableHeader.d.ts.map +0 -1
  872. package/build/ts/docs/shared/components/TableHeaderRow.d.ts +0 -4
  873. package/build/ts/docs/shared/components/TableHeaderRow.d.ts.map +0 -1
  874. package/build/ts/docs/shared/components/TableRow.d.ts +0 -4
  875. package/build/ts/docs/shared/components/TableRow.d.ts.map +0 -1
  876. package/build/ts/docs/shared/components/Text.d.ts +0 -4
  877. package/build/ts/docs/shared/components/Text.d.ts.map +0 -1
  878. package/build/ts/docs/shared/components/TextArea.d.ts +0 -4
  879. package/build/ts/docs/shared/components/TextArea.d.ts.map +0 -1
  880. package/build/ts/docs/shared/components/TextField.d.ts +0 -4
  881. package/build/ts/docs/shared/components/TextField.d.ts.map +0 -1
  882. package/build/ts/docs/shared/components/Thumbnail.d.ts +0 -4
  883. package/build/ts/docs/shared/components/Thumbnail.d.ts.map +0 -1
  884. package/build/ts/docs/shared/components/Time.d.ts +0 -4
  885. package/build/ts/docs/shared/components/Time.d.ts.map +0 -1
  886. package/build/ts/docs/shared/components/Tooltip.d.ts +0 -4
  887. package/build/ts/docs/shared/components/Tooltip.d.ts.map +0 -1
  888. package/build/ts/docs/shared/components/URLField.d.ts +0 -4
  889. package/build/ts/docs/shared/components/URLField.d.ts.map +0 -1
  890. package/build/ts/docs/shared/components/UnorderedList.d.ts +0 -4
  891. package/build/ts/docs/shared/components/UnorderedList.d.ts.map +0 -1
  892. package/build/ts/docs/shared/components/index.d.ts +0 -53
  893. package/build/ts/docs/shared/components/index.d.ts.map +0 -1
  894. package/build/ts/docs/shared/docs-type.d.ts +0 -4
  895. package/build/ts/docs/shared/docs-type.d.ts.map +0 -1
  896. package/build/ts/surfaces/admin/api/action/action.doc.d.ts +0 -4
  897. package/build/ts/surfaces/admin/api/action/action.doc.d.ts.map +0 -1
  898. package/build/ts/surfaces/admin/api/block/block.doc.d.ts +0 -4
  899. package/build/ts/surfaces/admin/api/block/block.doc.d.ts.map +0 -1
  900. package/build/ts/surfaces/admin/api/checkout-rules/validation-settings.doc.d.ts +0 -4
  901. package/build/ts/surfaces/admin/api/checkout-rules/validation-settings.doc.d.ts.map +0 -1
  902. package/build/ts/surfaces/admin/api/customer-segment-template/customer-segment-template.doc.d.ts +0 -4
  903. package/build/ts/surfaces/admin/api/customer-segment-template/customer-segment-template.doc.d.ts.map +0 -1
  904. package/build/ts/surfaces/admin/api/discount-function-settings/discount-function-settings.doc.d.ts +0 -4
  905. package/build/ts/surfaces/admin/api/discount-function-settings/discount-function-settings.doc.d.ts.map +0 -1
  906. package/build/ts/surfaces/admin/api/intents/intents.doc.d.ts +0 -4
  907. package/build/ts/surfaces/admin/api/intents/intents.doc.d.ts.map +0 -1
  908. package/build/ts/surfaces/admin/api/order-routing-rule/order-routing-rule.doc.d.ts +0 -4
  909. package/build/ts/surfaces/admin/api/order-routing-rule/order-routing-rule.doc.d.ts.map +0 -1
  910. package/build/ts/surfaces/admin/api/picker/picker.doc.d.ts +0 -4
  911. package/build/ts/surfaces/admin/api/picker/picker.doc.d.ts.map +0 -1
  912. package/build/ts/surfaces/admin/api/print-action/print-action.doc.d.ts +0 -4
  913. package/build/ts/surfaces/admin/api/print-action/print-action.doc.d.ts.map +0 -1
  914. package/build/ts/surfaces/admin/api/product-configuration/product-details-configuration.doc.d.ts +0 -4
  915. package/build/ts/surfaces/admin/api/product-configuration/product-details-configuration.doc.d.ts.map +0 -1
  916. package/build/ts/surfaces/admin/api/product-configuration/product-variant-details-configuration.doc.d.ts +0 -4
  917. package/build/ts/surfaces/admin/api/product-configuration/product-variant-details-configuration.doc.d.ts.map +0 -1
  918. package/build/ts/surfaces/admin/api/purchase-options-card-action.doc.d.ts +0 -4
  919. package/build/ts/surfaces/admin/api/purchase-options-card-action.doc.d.ts.map +0 -1
  920. package/build/ts/surfaces/admin/api/resource-picker/resource-picker.doc.d.ts +0 -4
  921. package/build/ts/surfaces/admin/api/resource-picker/resource-picker.doc.d.ts.map +0 -1
  922. package/build/ts/surfaces/admin/api/should-render/should-render.doc.d.ts +0 -4
  923. package/build/ts/surfaces/admin/api/should-render/should-render.doc.d.ts.map +0 -1
  924. package/build/ts/surfaces/admin/api/standard/standard.doc.d.ts +0 -4
  925. package/build/ts/surfaces/admin/api/standard/standard.doc.d.ts.map +0 -1
  926. package/build/ts/surfaces/admin/components/AdminAction/AdminAction.ext.doc.d.ts +0 -4
  927. package/build/ts/surfaces/admin/components/AdminAction/AdminAction.ext.doc.d.ts.map +0 -1
  928. package/build/ts/surfaces/admin/components/AdminBlock/AdminBlock.ext.doc.d.ts +0 -4
  929. package/build/ts/surfaces/admin/components/AdminBlock/AdminBlock.ext.doc.d.ts.map +0 -1
  930. package/build/ts/surfaces/admin/components/AdminPrintAction/AdminPrintAction.ext.doc.d.ts +0 -4
  931. package/build/ts/surfaces/admin/components/AdminPrintAction/AdminPrintAction.ext.doc.d.ts.map +0 -1
  932. package/build/ts/surfaces/admin/components/Avatar/Avatar.doc.d.ts +0 -4
  933. package/build/ts/surfaces/admin/components/Avatar/Avatar.doc.d.ts.map +0 -1
  934. package/build/ts/surfaces/admin/components/Badge/Badge.doc.d.ts +0 -4
  935. package/build/ts/surfaces/admin/components/Badge/Badge.doc.d.ts.map +0 -1
  936. package/build/ts/surfaces/admin/components/Banner/Banner.doc.d.ts +0 -4
  937. package/build/ts/surfaces/admin/components/Banner/Banner.doc.d.ts.map +0 -1
  938. package/build/ts/surfaces/admin/components/Box/Box.doc.d.ts +0 -4
  939. package/build/ts/surfaces/admin/components/Box/Box.doc.d.ts.map +0 -1
  940. package/build/ts/surfaces/admin/components/Button/Button.doc.d.ts +0 -4
  941. package/build/ts/surfaces/admin/components/Button/Button.doc.d.ts.map +0 -1
  942. package/build/ts/surfaces/admin/components/ButtonGroup/ButtonGroup.doc.d.ts +0 -4
  943. package/build/ts/surfaces/admin/components/ButtonGroup/ButtonGroup.doc.d.ts.map +0 -1
  944. package/build/ts/surfaces/admin/components/Checkbox/Checkbox.doc.d.ts +0 -4
  945. package/build/ts/surfaces/admin/components/Checkbox/Checkbox.doc.d.ts.map +0 -1
  946. package/build/ts/surfaces/admin/components/Chip/Chip.doc.d.ts +0 -4
  947. package/build/ts/surfaces/admin/components/Chip/Chip.doc.d.ts.map +0 -1
  948. package/build/ts/surfaces/admin/components/ChoiceList/ChoiceList.doc.d.ts +0 -4
  949. package/build/ts/surfaces/admin/components/ChoiceList/ChoiceList.doc.d.ts.map +0 -1
  950. package/build/ts/surfaces/admin/components/Clickable/Clickable.doc.d.ts +0 -4
  951. package/build/ts/surfaces/admin/components/Clickable/Clickable.doc.d.ts.map +0 -1
  952. package/build/ts/surfaces/admin/components/ClickableChip/ClickableChip.doc.d.ts +0 -4
  953. package/build/ts/surfaces/admin/components/ClickableChip/ClickableChip.doc.d.ts.map +0 -1
  954. package/build/ts/surfaces/admin/components/ColorField/ColorField.doc.d.ts +0 -4
  955. package/build/ts/surfaces/admin/components/ColorField/ColorField.doc.d.ts.map +0 -1
  956. package/build/ts/surfaces/admin/components/ColorPicker/ColorPicker.doc.d.ts +0 -4
  957. package/build/ts/surfaces/admin/components/ColorPicker/ColorPicker.doc.d.ts.map +0 -1
  958. package/build/ts/surfaces/admin/components/DateField/DateField.doc.d.ts +0 -4
  959. package/build/ts/surfaces/admin/components/DateField/DateField.doc.d.ts.map +0 -1
  960. package/build/ts/surfaces/admin/components/DatePicker/DatePicker.doc.d.ts +0 -4
  961. package/build/ts/surfaces/admin/components/DatePicker/DatePicker.doc.d.ts.map +0 -1
  962. package/build/ts/surfaces/admin/components/Divider/Divider.doc.d.ts +0 -4
  963. package/build/ts/surfaces/admin/components/Divider/Divider.doc.d.ts.map +0 -1
  964. package/build/ts/surfaces/admin/components/DropZone/DropZone.doc.d.ts +0 -4
  965. package/build/ts/surfaces/admin/components/DropZone/DropZone.doc.d.ts.map +0 -1
  966. package/build/ts/surfaces/admin/components/EmailField/EmailField.doc.d.ts +0 -4
  967. package/build/ts/surfaces/admin/components/EmailField/EmailField.doc.d.ts.map +0 -1
  968. package/build/ts/surfaces/admin/components/Form/Form.ext.doc.d.ts +0 -4
  969. package/build/ts/surfaces/admin/components/Form/Form.ext.doc.d.ts.map +0 -1
  970. package/build/ts/surfaces/admin/components/FunctionSettings/FunctionSettings.ext.doc.d.ts +0 -4
  971. package/build/ts/surfaces/admin/components/FunctionSettings/FunctionSettings.ext.doc.d.ts.map +0 -1
  972. package/build/ts/surfaces/admin/components/Grid/Grid.doc.d.ts +0 -4
  973. package/build/ts/surfaces/admin/components/Grid/Grid.doc.d.ts.map +0 -1
  974. package/build/ts/surfaces/admin/components/Heading/Heading.doc.d.ts +0 -4
  975. package/build/ts/surfaces/admin/components/Heading/Heading.doc.d.ts.map +0 -1
  976. package/build/ts/surfaces/admin/components/Icon/Icon.doc.d.ts +0 -4
  977. package/build/ts/surfaces/admin/components/Icon/Icon.doc.d.ts.map +0 -1
  978. package/build/ts/surfaces/admin/components/Image/Image.doc.d.ts +0 -4
  979. package/build/ts/surfaces/admin/components/Image/Image.doc.d.ts.map +0 -1
  980. package/build/ts/surfaces/admin/components/Link/Link.doc.d.ts +0 -4
  981. package/build/ts/surfaces/admin/components/Link/Link.doc.d.ts.map +0 -1
  982. package/build/ts/surfaces/admin/components/Menu/Menu.doc.d.ts +0 -4
  983. package/build/ts/surfaces/admin/components/Menu/Menu.doc.d.ts.map +0 -1
  984. package/build/ts/surfaces/admin/components/Modal/Modal.ab.doc.d.ts +0 -4
  985. package/build/ts/surfaces/admin/components/Modal/Modal.ab.doc.d.ts.map +0 -1
  986. package/build/ts/surfaces/admin/components/MoneyField/MoneyField.doc.d.ts +0 -4
  987. package/build/ts/surfaces/admin/components/MoneyField/MoneyField.doc.d.ts.map +0 -1
  988. package/build/ts/surfaces/admin/components/NumberField/NumberField.doc.d.ts +0 -4
  989. package/build/ts/surfaces/admin/components/NumberField/NumberField.doc.d.ts.map +0 -1
  990. package/build/ts/surfaces/admin/components/OrderedList/OrderedList.doc.d.ts +0 -4
  991. package/build/ts/surfaces/admin/components/OrderedList/OrderedList.doc.d.ts.map +0 -1
  992. package/build/ts/surfaces/admin/components/Page/Page.ab.doc.d.ts +0 -4
  993. package/build/ts/surfaces/admin/components/Page/Page.ab.doc.d.ts.map +0 -1
  994. package/build/ts/surfaces/admin/components/Paragraph/Paragraph.doc.d.ts +0 -4
  995. package/build/ts/surfaces/admin/components/Paragraph/Paragraph.doc.d.ts.map +0 -1
  996. package/build/ts/surfaces/admin/components/PasswordField/PasswordField.doc.d.ts +0 -4
  997. package/build/ts/surfaces/admin/components/PasswordField/PasswordField.doc.d.ts.map +0 -1
  998. package/build/ts/surfaces/admin/components/Popover/Popover.ab.doc.d.ts +0 -4
  999. package/build/ts/surfaces/admin/components/Popover/Popover.ab.doc.d.ts.map +0 -1
  1000. package/build/ts/surfaces/admin/components/QueryContainer/QueryContainer.doc.d.ts +0 -4
  1001. package/build/ts/surfaces/admin/components/QueryContainer/QueryContainer.doc.d.ts.map +0 -1
  1002. package/build/ts/surfaces/admin/components/SearchField/SearchField.doc.d.ts +0 -4
  1003. package/build/ts/surfaces/admin/components/SearchField/SearchField.doc.d.ts.map +0 -1
  1004. package/build/ts/surfaces/admin/components/Section/Section.doc.d.ts +0 -4
  1005. package/build/ts/surfaces/admin/components/Section/Section.doc.d.ts.map +0 -1
  1006. package/build/ts/surfaces/admin/components/Select/Select.doc.d.ts +0 -4
  1007. package/build/ts/surfaces/admin/components/Select/Select.doc.d.ts.map +0 -1
  1008. package/build/ts/surfaces/admin/components/Spinner/Spinner.doc.d.ts +0 -4
  1009. package/build/ts/surfaces/admin/components/Spinner/Spinner.doc.d.ts.map +0 -1
  1010. package/build/ts/surfaces/admin/components/Stack/Stack.doc.d.ts +0 -4
  1011. package/build/ts/surfaces/admin/components/Stack/Stack.doc.d.ts.map +0 -1
  1012. package/build/ts/surfaces/admin/components/Switch/Switch.doc.d.ts +0 -4
  1013. package/build/ts/surfaces/admin/components/Switch/Switch.doc.d.ts.map +0 -1
  1014. package/build/ts/surfaces/admin/components/Table/Table.doc.d.ts +0 -4
  1015. package/build/ts/surfaces/admin/components/Table/Table.doc.d.ts.map +0 -1
  1016. package/build/ts/surfaces/admin/components/Text/Text.doc.d.ts +0 -4
  1017. package/build/ts/surfaces/admin/components/Text/Text.doc.d.ts.map +0 -1
  1018. package/build/ts/surfaces/admin/components/TextArea/TextArea.doc.d.ts +0 -4
  1019. package/build/ts/surfaces/admin/components/TextArea/TextArea.doc.d.ts.map +0 -1
  1020. package/build/ts/surfaces/admin/components/TextField/TextField.doc.d.ts +0 -4
  1021. package/build/ts/surfaces/admin/components/TextField/TextField.doc.d.ts.map +0 -1
  1022. package/build/ts/surfaces/admin/components/Thumbnail/Thumbnail.doc.d.ts +0 -4
  1023. package/build/ts/surfaces/admin/components/Thumbnail/Thumbnail.doc.d.ts.map +0 -1
  1024. package/build/ts/surfaces/admin/components/Tooltip/Tooltip.doc.d.ts +0 -4
  1025. package/build/ts/surfaces/admin/components/Tooltip/Tooltip.doc.d.ts.map +0 -1
  1026. package/build/ts/surfaces/admin/components/URLField/URLField.doc.d.ts +0 -4
  1027. package/build/ts/surfaces/admin/components/URLField/URLField.doc.d.ts.map +0 -1
  1028. package/build/ts/surfaces/admin/components/UnorderedList/UnorderedList.doc.d.ts +0 -4
  1029. package/build/ts/surfaces/admin/components/UnorderedList/UnorderedList.doc.d.ts.map +0 -1
  1030. package/build/ts/surfaces/admin/components/patterns/accountConnection.ab.doc.d.ts +0 -4
  1031. package/build/ts/surfaces/admin/components/patterns/accountConnection.ab.doc.d.ts.map +0 -1
  1032. package/build/ts/surfaces/admin/components/patterns/appCard.ab.doc.d.ts +0 -4
  1033. package/build/ts/surfaces/admin/components/patterns/appCard.ab.doc.d.ts.map +0 -1
  1034. package/build/ts/surfaces/admin/components/patterns/calloutCard.ab.doc.d.ts +0 -4
  1035. package/build/ts/surfaces/admin/components/patterns/calloutCard.ab.doc.d.ts.map +0 -1
  1036. package/build/ts/surfaces/admin/components/patterns/details.ab.doc.d.ts +0 -4
  1037. package/build/ts/surfaces/admin/components/patterns/details.ab.doc.d.ts.map +0 -1
  1038. package/build/ts/surfaces/admin/components/patterns/emptyState.ab.doc.d.ts +0 -4
  1039. package/build/ts/surfaces/admin/components/patterns/emptyState.ab.doc.d.ts.map +0 -1
  1040. package/build/ts/surfaces/admin/components/patterns/footerHelp.ab.doc.d.ts +0 -4
  1041. package/build/ts/surfaces/admin/components/patterns/footerHelp.ab.doc.d.ts.map +0 -1
  1042. package/build/ts/surfaces/admin/components/patterns/homepage.ab.doc.d.ts +0 -4
  1043. package/build/ts/surfaces/admin/components/patterns/homepage.ab.doc.d.ts.map +0 -1
  1044. package/build/ts/surfaces/admin/components/patterns/index.ab.doc.d.ts +0 -4
  1045. package/build/ts/surfaces/admin/components/patterns/index.ab.doc.d.ts.map +0 -1
  1046. package/build/ts/surfaces/admin/components/patterns/indexTable.ab.doc.d.ts +0 -4
  1047. package/build/ts/surfaces/admin/components/patterns/indexTable.ab.doc.d.ts.map +0 -1
  1048. package/build/ts/surfaces/admin/components/patterns/interstitialNav.ab.doc.d.ts +0 -4
  1049. package/build/ts/surfaces/admin/components/patterns/interstitialNav.ab.doc.d.ts.map +0 -1
  1050. package/build/ts/surfaces/admin/components/patterns/mediaCard.ab.doc.d.ts +0 -4
  1051. package/build/ts/surfaces/admin/components/patterns/mediaCard.ab.doc.d.ts.map +0 -1
  1052. package/build/ts/surfaces/admin/components/patterns/metricsCard.ab.doc.d.ts +0 -4
  1053. package/build/ts/surfaces/admin/components/patterns/metricsCard.ab.doc.d.ts.map +0 -1
  1054. package/build/ts/surfaces/admin/components/patterns/resourceList.ab.doc.d.ts +0 -4
  1055. package/build/ts/surfaces/admin/components/patterns/resourceList.ab.doc.d.ts.map +0 -1
  1056. package/build/ts/surfaces/admin/components/patterns/settings.ab.doc.d.ts +0 -4
  1057. package/build/ts/surfaces/admin/components/patterns/settings.ab.doc.d.ts.map +0 -1
  1058. package/build/ts/surfaces/admin/components/patterns/setupGuide.ab.doc.d.ts +0 -4
  1059. package/build/ts/surfaces/admin/components/patterns/setupGuide.ab.doc.d.ts.map +0 -1
  1060. package/build/ts/surfaces/admin/docs-types.d.ts +0 -32
  1061. package/build/ts/surfaces/admin/docs-types.d.ts.map +0 -1
  1062. package/build/ts/surfaces/checkout/components/Abbreviation/Abbreviation.doc.d.ts +0 -4
  1063. package/build/ts/surfaces/checkout/components/Abbreviation/Abbreviation.doc.d.ts.map +0 -1
  1064. package/build/ts/surfaces/checkout/components/Announcement/Announcement.doc.d.ts +0 -4
  1065. package/build/ts/surfaces/checkout/components/Announcement/Announcement.doc.d.ts.map +0 -1
  1066. package/build/ts/surfaces/checkout/components/Badge/Badge.doc.d.ts +0 -4
  1067. package/build/ts/surfaces/checkout/components/Badge/Badge.doc.d.ts.map +0 -1
  1068. package/build/ts/surfaces/checkout/components/Banner/Banner.doc.d.ts +0 -4
  1069. package/build/ts/surfaces/checkout/components/Banner/Banner.doc.d.ts.map +0 -1
  1070. package/build/ts/surfaces/checkout/components/Box/Box.doc.d.ts +0 -4
  1071. package/build/ts/surfaces/checkout/components/Box/Box.doc.d.ts.map +0 -1
  1072. package/build/ts/surfaces/checkout/components/Button/Button.doc.d.ts +0 -4
  1073. package/build/ts/surfaces/checkout/components/Button/Button.doc.d.ts.map +0 -1
  1074. package/build/ts/surfaces/checkout/components/Checkbox/Checkbox.doc.d.ts +0 -4
  1075. package/build/ts/surfaces/checkout/components/Checkbox/Checkbox.doc.d.ts.map +0 -1
  1076. package/build/ts/surfaces/checkout/components/Chip/Chip.doc.d.ts +0 -4
  1077. package/build/ts/surfaces/checkout/components/Chip/Chip.doc.d.ts.map +0 -1
  1078. package/build/ts/surfaces/checkout/components/ChoiceList/ChoiceList.doc.d.ts +0 -4
  1079. package/build/ts/surfaces/checkout/components/ChoiceList/ChoiceList.doc.d.ts.map +0 -1
  1080. package/build/ts/surfaces/checkout/components/Clickable/Clickable.doc.d.ts +0 -4
  1081. package/build/ts/surfaces/checkout/components/Clickable/Clickable.doc.d.ts.map +0 -1
  1082. package/build/ts/surfaces/checkout/components/ClickableChip/ClickableChip.doc.d.ts +0 -4
  1083. package/build/ts/surfaces/checkout/components/ClickableChip/ClickableChip.doc.d.ts.map +0 -1
  1084. package/build/ts/surfaces/checkout/components/ClipboardItem/ClipboardItem.doc.d.ts +0 -4
  1085. package/build/ts/surfaces/checkout/components/ClipboardItem/ClipboardItem.doc.d.ts.map +0 -1
  1086. package/build/ts/surfaces/checkout/components/ConsentCheckbox/ConsentCheckbox.doc.d.ts +0 -4
  1087. package/build/ts/surfaces/checkout/components/ConsentCheckbox/ConsentCheckbox.doc.d.ts.map +0 -1
  1088. package/build/ts/surfaces/checkout/components/ConsentPhoneField/ConsentPhoneField.doc.d.ts +0 -4
  1089. package/build/ts/surfaces/checkout/components/ConsentPhoneField/ConsentPhoneField.doc.d.ts.map +0 -1
  1090. package/build/ts/surfaces/checkout/components/DateField/DateField.doc.d.ts +0 -4
  1091. package/build/ts/surfaces/checkout/components/DateField/DateField.doc.d.ts.map +0 -1
  1092. package/build/ts/surfaces/checkout/components/DatePicker/DatePicker.doc.d.ts +0 -4
  1093. package/build/ts/surfaces/checkout/components/DatePicker/DatePicker.doc.d.ts.map +0 -1
  1094. package/build/ts/surfaces/checkout/components/Details/Details.doc.d.ts +0 -4
  1095. package/build/ts/surfaces/checkout/components/Details/Details.doc.d.ts.map +0 -1
  1096. package/build/ts/surfaces/checkout/components/Divider/Divider.doc.d.ts +0 -4
  1097. package/build/ts/surfaces/checkout/components/Divider/Divider.doc.d.ts.map +0 -1
  1098. package/build/ts/surfaces/checkout/components/DropZone/DropZone.doc.d.ts +0 -4
  1099. package/build/ts/surfaces/checkout/components/DropZone/DropZone.doc.d.ts.map +0 -1
  1100. package/build/ts/surfaces/checkout/components/EmailField/EmailField.doc.d.ts +0 -4
  1101. package/build/ts/surfaces/checkout/components/EmailField/EmailField.doc.d.ts.map +0 -1
  1102. package/build/ts/surfaces/checkout/components/Form/Form.doc.d.ts +0 -4
  1103. package/build/ts/surfaces/checkout/components/Form/Form.doc.d.ts.map +0 -1
  1104. package/build/ts/surfaces/checkout/components/Grid/Grid.doc.d.ts +0 -4
  1105. package/build/ts/surfaces/checkout/components/Grid/Grid.doc.d.ts.map +0 -1
  1106. package/build/ts/surfaces/checkout/components/Heading/Heading.doc.d.ts +0 -4
  1107. package/build/ts/surfaces/checkout/components/Heading/Heading.doc.d.ts.map +0 -1
  1108. package/build/ts/surfaces/checkout/components/Icon/Icon.doc.d.ts +0 -4
  1109. package/build/ts/surfaces/checkout/components/Icon/Icon.doc.d.ts.map +0 -1
  1110. package/build/ts/surfaces/checkout/components/Image/Image.doc.d.ts +0 -4
  1111. package/build/ts/surfaces/checkout/components/Image/Image.doc.d.ts.map +0 -1
  1112. package/build/ts/surfaces/checkout/components/Link/Link.doc.d.ts +0 -4
  1113. package/build/ts/surfaces/checkout/components/Link/Link.doc.d.ts.map +0 -1
  1114. package/build/ts/surfaces/checkout/components/Map/Map.doc.d.ts +0 -4
  1115. package/build/ts/surfaces/checkout/components/Map/Map.doc.d.ts.map +0 -1
  1116. package/build/ts/surfaces/checkout/components/Modal/Modal.doc.d.ts +0 -4
  1117. package/build/ts/surfaces/checkout/components/Modal/Modal.doc.d.ts.map +0 -1
  1118. package/build/ts/surfaces/checkout/components/MoneyField/MoneyField.doc.d.ts +0 -4
  1119. package/build/ts/surfaces/checkout/components/MoneyField/MoneyField.doc.d.ts.map +0 -1
  1120. package/build/ts/surfaces/checkout/components/NumberField/NumberField.doc.d.ts +0 -4
  1121. package/build/ts/surfaces/checkout/components/NumberField/NumberField.doc.d.ts.map +0 -1
  1122. package/build/ts/surfaces/checkout/components/OrderedList/OrderedList.doc.d.ts +0 -4
  1123. package/build/ts/surfaces/checkout/components/OrderedList/OrderedList.doc.d.ts.map +0 -1
  1124. package/build/ts/surfaces/checkout/components/Paragraph/Paragraph.doc.d.ts +0 -4
  1125. package/build/ts/surfaces/checkout/components/Paragraph/Paragraph.doc.d.ts.map +0 -1
  1126. package/build/ts/surfaces/checkout/components/PasswordField/PasswordField.doc.d.ts +0 -4
  1127. package/build/ts/surfaces/checkout/components/PasswordField/PasswordField.doc.d.ts.map +0 -1
  1128. package/build/ts/surfaces/checkout/components/PaymentIcon/PaymentIcon.doc.d.ts +0 -4
  1129. package/build/ts/surfaces/checkout/components/PaymentIcon/PaymentIcon.doc.d.ts.map +0 -1
  1130. package/build/ts/surfaces/checkout/components/PhoneField/PhoneField.doc.d.ts +0 -4
  1131. package/build/ts/surfaces/checkout/components/PhoneField/PhoneField.doc.d.ts.map +0 -1
  1132. package/build/ts/surfaces/checkout/components/Popover/Popover.doc.d.ts +0 -4
  1133. package/build/ts/surfaces/checkout/components/Popover/Popover.doc.d.ts.map +0 -1
  1134. package/build/ts/surfaces/checkout/components/PressButton/PressButton.doc.d.ts +0 -4
  1135. package/build/ts/surfaces/checkout/components/PressButton/PressButton.doc.d.ts.map +0 -1
  1136. package/build/ts/surfaces/checkout/components/ProductThumbnail/ProductThumbnail.doc.d.ts +0 -4
  1137. package/build/ts/surfaces/checkout/components/ProductThumbnail/ProductThumbnail.doc.d.ts.map +0 -1
  1138. package/build/ts/surfaces/checkout/components/Progress/Progress.doc.d.ts +0 -4
  1139. package/build/ts/surfaces/checkout/components/Progress/Progress.doc.d.ts.map +0 -1
  1140. package/build/ts/surfaces/checkout/components/QRCode/QRCode.doc.d.ts +0 -4
  1141. package/build/ts/surfaces/checkout/components/QRCode/QRCode.doc.d.ts.map +0 -1
  1142. package/build/ts/surfaces/checkout/components/QueryContainer/QueryContainer.doc.d.ts +0 -4
  1143. package/build/ts/surfaces/checkout/components/QueryContainer/QueryContainer.doc.d.ts.map +0 -1
  1144. package/build/ts/surfaces/checkout/components/ScrollBox/ScrollBox.doc.d.ts +0 -4
  1145. package/build/ts/surfaces/checkout/components/ScrollBox/ScrollBox.doc.d.ts.map +0 -1
  1146. package/build/ts/surfaces/checkout/components/Section/Section.doc.d.ts +0 -4
  1147. package/build/ts/surfaces/checkout/components/Section/Section.doc.d.ts.map +0 -1
  1148. package/build/ts/surfaces/checkout/components/Select/Select.doc.d.ts +0 -4
  1149. package/build/ts/surfaces/checkout/components/Select/Select.doc.d.ts.map +0 -1
  1150. package/build/ts/surfaces/checkout/components/Sheet/Sheet.doc.d.ts +0 -4
  1151. package/build/ts/surfaces/checkout/components/Sheet/Sheet.doc.d.ts.map +0 -1
  1152. package/build/ts/surfaces/checkout/components/SkeletonParagraph/SkeletonParagraph.doc.d.ts +0 -4
  1153. package/build/ts/surfaces/checkout/components/SkeletonParagraph/SkeletonParagraph.doc.d.ts.map +0 -1
  1154. package/build/ts/surfaces/checkout/components/Spinner/Spinner.doc.d.ts +0 -4
  1155. package/build/ts/surfaces/checkout/components/Spinner/Spinner.doc.d.ts.map +0 -1
  1156. package/build/ts/surfaces/checkout/components/Stack/Stack.doc.d.ts +0 -4
  1157. package/build/ts/surfaces/checkout/components/Stack/Stack.doc.d.ts.map +0 -1
  1158. package/build/ts/surfaces/checkout/components/Switch/Switch.doc.d.ts +0 -4
  1159. package/build/ts/surfaces/checkout/components/Switch/Switch.doc.d.ts.map +0 -1
  1160. package/build/ts/surfaces/checkout/components/Text/Text.doc.d.ts +0 -4
  1161. package/build/ts/surfaces/checkout/components/Text/Text.doc.d.ts.map +0 -1
  1162. package/build/ts/surfaces/checkout/components/TextArea/TextArea.doc.d.ts +0 -4
  1163. package/build/ts/surfaces/checkout/components/TextArea/TextArea.doc.d.ts.map +0 -1
  1164. package/build/ts/surfaces/checkout/components/TextField/TextField.doc.d.ts +0 -4
  1165. package/build/ts/surfaces/checkout/components/TextField/TextField.doc.d.ts.map +0 -1
  1166. package/build/ts/surfaces/checkout/components/Time/Time.doc.d.ts +0 -4
  1167. package/build/ts/surfaces/checkout/components/Time/Time.doc.d.ts.map +0 -1
  1168. package/build/ts/surfaces/checkout/components/Tooltip/Tooltip.doc.d.ts +0 -4
  1169. package/build/ts/surfaces/checkout/components/Tooltip/Tooltip.doc.d.ts.map +0 -1
  1170. package/build/ts/surfaces/checkout/components/UnorderedList/UnorderedList.doc.d.ts +0 -4
  1171. package/build/ts/surfaces/checkout/components/UnorderedList/UnorderedList.doc.d.ts.map +0 -1
  1172. package/build/ts/surfaces/checkout/components/UrlField/UrlField.doc.d.ts +0 -4
  1173. package/build/ts/surfaces/checkout/components/UrlField/UrlField.doc.d.ts.map +0 -1
  1174. package/build/ts/surfaces/checkout/helper.docs.d.ts +0 -15
  1175. package/build/ts/surfaces/checkout/helper.docs.d.ts.map +0 -1
  1176. package/build/ts/surfaces/customer-account/components/Abbreviation/Abbreviation.doc.d.ts +0 -4
  1177. package/build/ts/surfaces/customer-account/components/Abbreviation/Abbreviation.doc.d.ts.map +0 -1
  1178. package/build/ts/surfaces/customer-account/components/Announcement/Announcement.doc.d.ts +0 -4
  1179. package/build/ts/surfaces/customer-account/components/Announcement/Announcement.doc.d.ts.map +0 -1
  1180. package/build/ts/surfaces/customer-account/components/Avatar/Avatar.doc.d.ts +0 -4
  1181. package/build/ts/surfaces/customer-account/components/Avatar/Avatar.doc.d.ts.map +0 -1
  1182. package/build/ts/surfaces/customer-account/components/Badge/Badge.doc.d.ts +0 -4
  1183. package/build/ts/surfaces/customer-account/components/Badge/Badge.doc.d.ts.map +0 -1
  1184. package/build/ts/surfaces/customer-account/components/Banner/Banner.doc.d.ts +0 -4
  1185. package/build/ts/surfaces/customer-account/components/Banner/Banner.doc.d.ts.map +0 -1
  1186. package/build/ts/surfaces/customer-account/components/Box/Box.doc.d.ts +0 -4
  1187. package/build/ts/surfaces/customer-account/components/Box/Box.doc.d.ts.map +0 -1
  1188. package/build/ts/surfaces/customer-account/components/Button/Button.doc.d.ts +0 -4
  1189. package/build/ts/surfaces/customer-account/components/Button/Button.doc.d.ts.map +0 -1
  1190. package/build/ts/surfaces/customer-account/components/ButtonGroup/ButtonGroup.doc.d.ts +0 -4
  1191. package/build/ts/surfaces/customer-account/components/ButtonGroup/ButtonGroup.doc.d.ts.map +0 -1
  1192. package/build/ts/surfaces/customer-account/components/Checkbox/Checkbox.doc.d.ts +0 -4
  1193. package/build/ts/surfaces/customer-account/components/Checkbox/Checkbox.doc.d.ts.map +0 -1
  1194. package/build/ts/surfaces/customer-account/components/Chip/Chip.doc.d.ts +0 -4
  1195. package/build/ts/surfaces/customer-account/components/Chip/Chip.doc.d.ts.map +0 -1
  1196. package/build/ts/surfaces/customer-account/components/ChoiceList/ChoiceList.doc.d.ts +0 -4
  1197. package/build/ts/surfaces/customer-account/components/ChoiceList/ChoiceList.doc.d.ts.map +0 -1
  1198. package/build/ts/surfaces/customer-account/components/Clickable/Clickable.doc.d.ts +0 -4
  1199. package/build/ts/surfaces/customer-account/components/Clickable/Clickable.doc.d.ts.map +0 -1
  1200. package/build/ts/surfaces/customer-account/components/ClickableChip/ClickableChip.doc.d.ts +0 -4
  1201. package/build/ts/surfaces/customer-account/components/ClickableChip/ClickableChip.doc.d.ts.map +0 -1
  1202. package/build/ts/surfaces/customer-account/components/ClipboardItem/ClipboardItem.doc.d.ts +0 -4
  1203. package/build/ts/surfaces/customer-account/components/ClipboardItem/ClipboardItem.doc.d.ts.map +0 -1
  1204. package/build/ts/surfaces/customer-account/components/ConsentCheckbox/ConsentCheckbox.doc.d.ts +0 -4
  1205. package/build/ts/surfaces/customer-account/components/ConsentCheckbox/ConsentCheckbox.doc.d.ts.map +0 -1
  1206. package/build/ts/surfaces/customer-account/components/ConsentPhoneField/ConsentPhoneField.doc.d.ts +0 -4
  1207. package/build/ts/surfaces/customer-account/components/ConsentPhoneField/ConsentPhoneField.doc.d.ts.map +0 -1
  1208. package/build/ts/surfaces/customer-account/components/CustomerAccountAction/CustomerAccountAction.doc.d.ts +0 -4
  1209. package/build/ts/surfaces/customer-account/components/CustomerAccountAction/CustomerAccountAction.doc.d.ts.map +0 -1
  1210. package/build/ts/surfaces/customer-account/components/DateField/DateField.doc.d.ts +0 -4
  1211. package/build/ts/surfaces/customer-account/components/DateField/DateField.doc.d.ts.map +0 -1
  1212. package/build/ts/surfaces/customer-account/components/DatePicker/DatePicker.doc.d.ts +0 -4
  1213. package/build/ts/surfaces/customer-account/components/DatePicker/DatePicker.doc.d.ts.map +0 -1
  1214. package/build/ts/surfaces/customer-account/components/Details/Details.doc.d.ts +0 -4
  1215. package/build/ts/surfaces/customer-account/components/Details/Details.doc.d.ts.map +0 -1
  1216. package/build/ts/surfaces/customer-account/components/Divider/Divider.doc.d.ts +0 -4
  1217. package/build/ts/surfaces/customer-account/components/Divider/Divider.doc.d.ts.map +0 -1
  1218. package/build/ts/surfaces/customer-account/components/DropZone/DropZone.doc.d.ts +0 -4
  1219. package/build/ts/surfaces/customer-account/components/DropZone/DropZone.doc.d.ts.map +0 -1
  1220. package/build/ts/surfaces/customer-account/components/EmailField/EmailField.doc.d.ts +0 -4
  1221. package/build/ts/surfaces/customer-account/components/EmailField/EmailField.doc.d.ts.map +0 -1
  1222. package/build/ts/surfaces/customer-account/components/Form/Form.doc.d.ts +0 -4
  1223. package/build/ts/surfaces/customer-account/components/Form/Form.doc.d.ts.map +0 -1
  1224. package/build/ts/surfaces/customer-account/components/Grid/Grid.doc.d.ts +0 -4
  1225. package/build/ts/surfaces/customer-account/components/Grid/Grid.doc.d.ts.map +0 -1
  1226. package/build/ts/surfaces/customer-account/components/Heading/Heading.doc.d.ts +0 -4
  1227. package/build/ts/surfaces/customer-account/components/Heading/Heading.doc.d.ts.map +0 -1
  1228. package/build/ts/surfaces/customer-account/components/Icon/Icon.doc.d.ts +0 -4
  1229. package/build/ts/surfaces/customer-account/components/Icon/Icon.doc.d.ts.map +0 -1
  1230. package/build/ts/surfaces/customer-account/components/Image/Image.doc.d.ts +0 -4
  1231. package/build/ts/surfaces/customer-account/components/Image/Image.doc.d.ts.map +0 -1
  1232. package/build/ts/surfaces/customer-account/components/ImageGroup/ImageGroup.doc.d.ts +0 -4
  1233. package/build/ts/surfaces/customer-account/components/ImageGroup/ImageGroup.doc.d.ts.map +0 -1
  1234. package/build/ts/surfaces/customer-account/components/Link/Link.doc.d.ts +0 -4
  1235. package/build/ts/surfaces/customer-account/components/Link/Link.doc.d.ts.map +0 -1
  1236. package/build/ts/surfaces/customer-account/components/Map/Map.doc.d.ts +0 -4
  1237. package/build/ts/surfaces/customer-account/components/Map/Map.doc.d.ts.map +0 -1
  1238. package/build/ts/surfaces/customer-account/components/Menu/Menu.doc.d.ts +0 -4
  1239. package/build/ts/surfaces/customer-account/components/Menu/Menu.doc.d.ts.map +0 -1
  1240. package/build/ts/surfaces/customer-account/components/Modal/Modal.doc.d.ts +0 -4
  1241. package/build/ts/surfaces/customer-account/components/Modal/Modal.doc.d.ts.map +0 -1
  1242. package/build/ts/surfaces/customer-account/components/MoneyField/MoneyField.doc.d.ts +0 -4
  1243. package/build/ts/surfaces/customer-account/components/MoneyField/MoneyField.doc.d.ts.map +0 -1
  1244. package/build/ts/surfaces/customer-account/components/NumberField/NumberField.doc.d.ts +0 -4
  1245. package/build/ts/surfaces/customer-account/components/NumberField/NumberField.doc.d.ts.map +0 -1
  1246. package/build/ts/surfaces/customer-account/components/OrderedList/OrderedList.doc.d.ts +0 -4
  1247. package/build/ts/surfaces/customer-account/components/OrderedList/OrderedList.doc.d.ts.map +0 -1
  1248. package/build/ts/surfaces/customer-account/components/Page/Page.doc.d.ts +0 -4
  1249. package/build/ts/surfaces/customer-account/components/Page/Page.doc.d.ts.map +0 -1
  1250. package/build/ts/surfaces/customer-account/components/Paragraph/Paragraph.doc.d.ts +0 -4
  1251. package/build/ts/surfaces/customer-account/components/Paragraph/Paragraph.doc.d.ts.map +0 -1
  1252. package/build/ts/surfaces/customer-account/components/PasswordField/PasswordField.doc.d.ts +0 -4
  1253. package/build/ts/surfaces/customer-account/components/PasswordField/PasswordField.doc.d.ts.map +0 -1
  1254. package/build/ts/surfaces/customer-account/components/PaymentIcon/PaymentIcon.doc.d.ts +0 -4
  1255. package/build/ts/surfaces/customer-account/components/PaymentIcon/PaymentIcon.doc.d.ts.map +0 -1
  1256. package/build/ts/surfaces/customer-account/components/PhoneField/PhoneField.doc.d.ts +0 -4
  1257. package/build/ts/surfaces/customer-account/components/PhoneField/PhoneField.doc.d.ts.map +0 -1
  1258. package/build/ts/surfaces/customer-account/components/Popover/Popover.doc.d.ts +0 -4
  1259. package/build/ts/surfaces/customer-account/components/Popover/Popover.doc.d.ts.map +0 -1
  1260. package/build/ts/surfaces/customer-account/components/PressButton/PressButton.doc.d.ts +0 -4
  1261. package/build/ts/surfaces/customer-account/components/PressButton/PressButton.doc.d.ts.map +0 -1
  1262. package/build/ts/surfaces/customer-account/components/ProductThumbnail/ProductThumbnail.doc.d.ts +0 -4
  1263. package/build/ts/surfaces/customer-account/components/ProductThumbnail/ProductThumbnail.doc.d.ts.map +0 -1
  1264. package/build/ts/surfaces/customer-account/components/Progress/Progress.doc.d.ts +0 -4
  1265. package/build/ts/surfaces/customer-account/components/Progress/Progress.doc.d.ts.map +0 -1
  1266. package/build/ts/surfaces/customer-account/components/QRCode/QRCode.doc.d.ts +0 -4
  1267. package/build/ts/surfaces/customer-account/components/QRCode/QRCode.doc.d.ts.map +0 -1
  1268. package/build/ts/surfaces/customer-account/components/QueryContainer/QueryContainer.doc.d.ts +0 -4
  1269. package/build/ts/surfaces/customer-account/components/QueryContainer/QueryContainer.doc.d.ts.map +0 -1
  1270. package/build/ts/surfaces/customer-account/components/ScrollBox/ScrollBox.doc.d.ts +0 -4
  1271. package/build/ts/surfaces/customer-account/components/ScrollBox/ScrollBox.doc.d.ts.map +0 -1
  1272. package/build/ts/surfaces/customer-account/components/Section/Section.doc.d.ts +0 -4
  1273. package/build/ts/surfaces/customer-account/components/Section/Section.doc.d.ts.map +0 -1
  1274. package/build/ts/surfaces/customer-account/components/Select/Select.doc.d.ts +0 -4
  1275. package/build/ts/surfaces/customer-account/components/Select/Select.doc.d.ts.map +0 -1
  1276. package/build/ts/surfaces/customer-account/components/Sheet/Sheet.doc.d.ts +0 -4
  1277. package/build/ts/surfaces/customer-account/components/Sheet/Sheet.doc.d.ts.map +0 -1
  1278. package/build/ts/surfaces/customer-account/components/SkeletonParagraph/SkeletonParagraph.doc.d.ts +0 -4
  1279. package/build/ts/surfaces/customer-account/components/SkeletonParagraph/SkeletonParagraph.doc.d.ts.map +0 -1
  1280. package/build/ts/surfaces/customer-account/components/Spinner/Spinner.doc.d.ts +0 -4
  1281. package/build/ts/surfaces/customer-account/components/Spinner/Spinner.doc.d.ts.map +0 -1
  1282. package/build/ts/surfaces/customer-account/components/Stack/Stack.doc.d.ts +0 -4
  1283. package/build/ts/surfaces/customer-account/components/Stack/Stack.doc.d.ts.map +0 -1
  1284. package/build/ts/surfaces/customer-account/components/Switch/Switch.doc.d.ts +0 -4
  1285. package/build/ts/surfaces/customer-account/components/Switch/Switch.doc.d.ts.map +0 -1
  1286. package/build/ts/surfaces/customer-account/components/Text/Text.doc.d.ts +0 -4
  1287. package/build/ts/surfaces/customer-account/components/Text/Text.doc.d.ts.map +0 -1
  1288. package/build/ts/surfaces/customer-account/components/TextArea/TextArea.doc.d.ts +0 -4
  1289. package/build/ts/surfaces/customer-account/components/TextArea/TextArea.doc.d.ts.map +0 -1
  1290. package/build/ts/surfaces/customer-account/components/TextField/TextField.doc.d.ts +0 -4
  1291. package/build/ts/surfaces/customer-account/components/TextField/TextField.doc.d.ts.map +0 -1
  1292. package/build/ts/surfaces/customer-account/components/Time/Time.doc.d.ts +0 -4
  1293. package/build/ts/surfaces/customer-account/components/Time/Time.doc.d.ts.map +0 -1
  1294. package/build/ts/surfaces/customer-account/components/Tooltip/Tooltip.doc.d.ts +0 -4
  1295. package/build/ts/surfaces/customer-account/components/Tooltip/Tooltip.doc.d.ts.map +0 -1
  1296. package/build/ts/surfaces/customer-account/components/URLField/URLField.doc.d.ts +0 -4
  1297. package/build/ts/surfaces/customer-account/components/URLField/URLField.doc.d.ts.map +0 -1
  1298. package/build/ts/surfaces/customer-account/components/UnorderedList/UnorderedList.doc.d.ts +0 -4
  1299. package/build/ts/surfaces/customer-account/components/UnorderedList/UnorderedList.doc.d.ts.map +0 -1
  1300. package/build/ts/surfaces/point-of-sale/components/Badge/Badge.doc.d.ts +0 -4
  1301. package/build/ts/surfaces/point-of-sale/components/Badge/Badge.doc.d.ts.map +0 -1
  1302. package/build/ts/surfaces/point-of-sale/components/Banner/Banner.doc.d.ts +0 -4
  1303. package/build/ts/surfaces/point-of-sale/components/Banner/Banner.doc.d.ts.map +0 -1
  1304. package/build/ts/surfaces/point-of-sale/components/Box/Box.doc.d.ts +0 -4
  1305. package/build/ts/surfaces/point-of-sale/components/Box/Box.doc.d.ts.map +0 -1
  1306. package/build/ts/surfaces/point-of-sale/components/Button/Button.doc.d.ts +0 -4
  1307. package/build/ts/surfaces/point-of-sale/components/Button/Button.doc.d.ts.map +0 -1
  1308. package/build/ts/surfaces/point-of-sale/components/ChoiceList/ChoiceList.doc.d.ts +0 -4
  1309. package/build/ts/surfaces/point-of-sale/components/ChoiceList/ChoiceList.doc.d.ts.map +0 -1
  1310. package/build/ts/surfaces/point-of-sale/components/Clickable/Clickable.doc.d.ts +0 -4
  1311. package/build/ts/surfaces/point-of-sale/components/Clickable/Clickable.doc.d.ts.map +0 -1
  1312. package/build/ts/surfaces/point-of-sale/components/DateField/DateField.doc.d.ts +0 -4
  1313. package/build/ts/surfaces/point-of-sale/components/DateField/DateField.doc.d.ts.map +0 -1
  1314. package/build/ts/surfaces/point-of-sale/components/DatePicker/DatePicker.doc.d.ts +0 -4
  1315. package/build/ts/surfaces/point-of-sale/components/DatePicker/DatePicker.doc.d.ts.map +0 -1
  1316. package/build/ts/surfaces/point-of-sale/components/DateSpinner/DateSpinner.doc.d.ts +0 -4
  1317. package/build/ts/surfaces/point-of-sale/components/DateSpinner/DateSpinner.doc.d.ts.map +0 -1
  1318. package/build/ts/surfaces/point-of-sale/components/Divider/Divider.doc.d.ts +0 -4
  1319. package/build/ts/surfaces/point-of-sale/components/Divider/Divider.doc.d.ts.map +0 -1
  1320. package/build/ts/surfaces/point-of-sale/components/EmailField/EmailField.doc.d.ts +0 -4
  1321. package/build/ts/surfaces/point-of-sale/components/EmailField/EmailField.doc.d.ts.map +0 -1
  1322. package/build/ts/surfaces/point-of-sale/components/Heading/Heading.doc.d.ts +0 -4
  1323. package/build/ts/surfaces/point-of-sale/components/Heading/Heading.doc.d.ts.map +0 -1
  1324. package/build/ts/surfaces/point-of-sale/components/Icon/Icon.doc.d.ts +0 -4
  1325. package/build/ts/surfaces/point-of-sale/components/Icon/Icon.doc.d.ts.map +0 -1
  1326. package/build/ts/surfaces/point-of-sale/components/Image/Image.doc.d.ts +0 -4
  1327. package/build/ts/surfaces/point-of-sale/components/Image/Image.doc.d.ts.map +0 -1
  1328. package/build/ts/surfaces/point-of-sale/components/Modal/Modal.doc.d.ts +0 -4
  1329. package/build/ts/surfaces/point-of-sale/components/Modal/Modal.doc.d.ts.map +0 -1
  1330. package/build/ts/surfaces/point-of-sale/components/NumberField/NumberField.doc.d.ts +0 -4
  1331. package/build/ts/surfaces/point-of-sale/components/NumberField/NumberField.doc.d.ts.map +0 -1
  1332. package/build/ts/surfaces/point-of-sale/components/Page/Page.doc.d.ts +0 -4
  1333. package/build/ts/surfaces/point-of-sale/components/Page/Page.doc.d.ts.map +0 -1
  1334. package/build/ts/surfaces/point-of-sale/components/PosBlock/PosBlock.doc.d.ts +0 -4
  1335. package/build/ts/surfaces/point-of-sale/components/PosBlock/PosBlock.doc.d.ts.map +0 -1
  1336. package/build/ts/surfaces/point-of-sale/components/ScrollBox/ScrollBox.doc.d.ts +0 -4
  1337. package/build/ts/surfaces/point-of-sale/components/ScrollBox/ScrollBox.doc.d.ts.map +0 -1
  1338. package/build/ts/surfaces/point-of-sale/components/SearchField/SearchField.doc.d.ts +0 -4
  1339. package/build/ts/surfaces/point-of-sale/components/SearchField/SearchField.doc.d.ts.map +0 -1
  1340. package/build/ts/surfaces/point-of-sale/components/Section/Section.doc.d.ts +0 -4
  1341. package/build/ts/surfaces/point-of-sale/components/Section/Section.doc.d.ts.map +0 -1
  1342. package/build/ts/surfaces/point-of-sale/components/Stack/Stack.doc.d.ts +0 -4
  1343. package/build/ts/surfaces/point-of-sale/components/Stack/Stack.doc.d.ts.map +0 -1
  1344. package/build/ts/surfaces/point-of-sale/components/Text/Text.doc.d.ts +0 -4
  1345. package/build/ts/surfaces/point-of-sale/components/Text/Text.doc.d.ts.map +0 -1
  1346. package/build/ts/surfaces/point-of-sale/components/TextArea/TextArea.doc.d.ts +0 -4
  1347. package/build/ts/surfaces/point-of-sale/components/TextArea/TextArea.doc.d.ts.map +0 -1
  1348. package/build/ts/surfaces/point-of-sale/components/TextField/TextField.doc.d.ts +0 -4
  1349. package/build/ts/surfaces/point-of-sale/components/TextField/TextField.doc.d.ts.map +0 -1
  1350. package/build/ts/surfaces/point-of-sale/components/Tile/Tile.doc.d.ts +0 -4
  1351. package/build/ts/surfaces/point-of-sale/components/Tile/Tile.doc.d.ts.map +0 -1
  1352. package/build/ts/surfaces/point-of-sale/components/TimeField/TimeField.doc.d.ts +0 -4
  1353. package/build/ts/surfaces/point-of-sale/components/TimeField/TimeField.doc.d.ts.map +0 -1
  1354. package/build/ts/surfaces/point-of-sale/components/TimePicker/TimePicker.doc.d.ts +0 -4
  1355. package/build/ts/surfaces/point-of-sale/components/TimePicker/TimePicker.doc.d.ts.map +0 -1
  1356. package/src/docs/shared/component-definitions.ts +0 -200
  1357. package/src/docs/shared/components/Abbreviation.ts +0 -12
  1358. package/src/docs/shared/components/Announcement.ts +0 -12
  1359. package/src/docs/shared/components/Avatar.ts +0 -13
  1360. package/src/docs/shared/components/Badge.ts +0 -13
  1361. package/src/docs/shared/components/Banner.ts +0 -13
  1362. package/src/docs/shared/components/Box.ts +0 -13
  1363. package/src/docs/shared/components/Button.ts +0 -13
  1364. package/src/docs/shared/components/ButtonGroup.ts +0 -13
  1365. package/src/docs/shared/components/Checkbox.ts +0 -13
  1366. package/src/docs/shared/components/Chip.ts +0 -13
  1367. package/src/docs/shared/components/Choice.ts +0 -13
  1368. package/src/docs/shared/components/ChoiceList.ts +0 -13
  1369. package/src/docs/shared/components/Clickable.ts +0 -13
  1370. package/src/docs/shared/components/ClickableChip.ts +0 -13
  1371. package/src/docs/shared/components/ClipboardItem.ts +0 -12
  1372. package/src/docs/shared/components/ColorField.ts +0 -13
  1373. package/src/docs/shared/components/ColorPicker.ts +0 -13
  1374. package/src/docs/shared/components/ConsentCheckbox.ts +0 -12
  1375. package/src/docs/shared/components/ConsentPhoneField.ts +0 -12
  1376. package/src/docs/shared/components/DateField.ts +0 -13
  1377. package/src/docs/shared/components/DatePicker.ts +0 -13
  1378. package/src/docs/shared/components/Details.ts +0 -12
  1379. package/src/docs/shared/components/Divider.ts +0 -13
  1380. package/src/docs/shared/components/DropZone.ts +0 -12
  1381. package/src/docs/shared/components/EmailField.ts +0 -13
  1382. package/src/docs/shared/components/Form.ts +0 -13
  1383. package/src/docs/shared/components/FunctionSettings.ts +0 -13
  1384. package/src/docs/shared/components/Grid.ts +0 -13
  1385. package/src/docs/shared/components/GridItem.ts +0 -13
  1386. package/src/docs/shared/components/Heading.ts +0 -13
  1387. package/src/docs/shared/components/Icon.ts +0 -13
  1388. package/src/docs/shared/components/Image.ts +0 -13
  1389. package/src/docs/shared/components/Link.ts +0 -13
  1390. package/src/docs/shared/components/ListItem.ts +0 -13
  1391. package/src/docs/shared/components/Map.ts +0 -12
  1392. package/src/docs/shared/components/MapMarker.ts +0 -12
  1393. package/src/docs/shared/components/Menu.ts +0 -13
  1394. package/src/docs/shared/components/Modal.ts +0 -12
  1395. package/src/docs/shared/components/MoneyField.ts +0 -13
  1396. package/src/docs/shared/components/NumberField.ts +0 -13
  1397. package/src/docs/shared/components/Option.ts +0 -12
  1398. package/src/docs/shared/components/OptionGroup.ts +0 -12
  1399. package/src/docs/shared/components/OrderedList.ts +0 -13
  1400. package/src/docs/shared/components/Page.ts +0 -12
  1401. package/src/docs/shared/components/Paragraph.ts +0 -13
  1402. package/src/docs/shared/components/PasswordField.ts +0 -13
  1403. package/src/docs/shared/components/PaymentIcon.ts +0 -12
  1404. package/src/docs/shared/components/PhoneField.ts +0 -11
  1405. package/src/docs/shared/components/Popover.ts +0 -12
  1406. package/src/docs/shared/components/PressButton.ts +0 -12
  1407. package/src/docs/shared/components/ProductThumbnail.ts +0 -11
  1408. package/src/docs/shared/components/Progress.ts +0 -12
  1409. package/src/docs/shared/components/QRCode.ts +0 -12
  1410. package/src/docs/shared/components/QueryContainer.ts +0 -13
  1411. package/src/docs/shared/components/ScrollBox.ts +0 -12
  1412. package/src/docs/shared/components/SearchField.ts +0 -12
  1413. package/src/docs/shared/components/Section.ts +0 -13
  1414. package/src/docs/shared/components/Select.ts +0 -13
  1415. package/src/docs/shared/components/Sheet.ts +0 -14
  1416. package/src/docs/shared/components/SkeletonParagraph.ts +0 -12
  1417. package/src/docs/shared/components/Spinner.ts +0 -13
  1418. package/src/docs/shared/components/Stack.ts +0 -13
  1419. package/src/docs/shared/components/Summary.ts +0 -12
  1420. package/src/docs/shared/components/Switch.ts +0 -13
  1421. package/src/docs/shared/components/Table.ts +0 -13
  1422. package/src/docs/shared/components/TableBody.ts +0 -13
  1423. package/src/docs/shared/components/TableCell.ts +0 -13
  1424. package/src/docs/shared/components/TableHeader.ts +0 -13
  1425. package/src/docs/shared/components/TableHeaderRow.ts +0 -13
  1426. package/src/docs/shared/components/TableRow.ts +0 -13
  1427. package/src/docs/shared/components/Text.ts +0 -13
  1428. package/src/docs/shared/components/TextArea.ts +0 -13
  1429. package/src/docs/shared/components/TextField.ts +0 -13
  1430. package/src/docs/shared/components/Thumbnail.ts +0 -13
  1431. package/src/docs/shared/components/Time.ts +0 -12
  1432. package/src/docs/shared/components/Tooltip.ts +0 -13
  1433. package/src/docs/shared/components/URLField.ts +0 -13
  1434. package/src/docs/shared/components/UnorderedList.ts +0 -13
  1435. package/src/docs/shared/components/index.ts +0 -52
  1436. package/src/docs/shared/docs-type.ts +0 -7
  1437. package/src/surfaces/admin/components/Icon/icon-data.json +0 -9
  1438. package/src/surfaces/admin/components/patterns/index.ab.doc.ts +0 -80
  1439. package/src/surfaces/admin/docs-types.ts +0 -45
  1440. package/src/surfaces/checkout/helper.docs.ts +0 -166
@@ -11,9 +11,12 @@
11
11
  /**
12
12
  * TODO: Update `any` type here after this is resolved
13
13
  * https://github.com/Shopify/ui-api-design/issues/139
14
+ * @publicDocs
14
15
  */
15
16
  export type ComponentChildren = any;
17
+ /** @publicDocs */
16
18
  export type StringChildren = string;
19
+ /** @publicDocs */
17
20
  export interface GlobalProps {
18
21
  /**
19
22
  * A unique identifier for the element.
@@ -36,6 +39,7 @@ interface AbbreviationProps$1 extends GlobalProps {
36
39
  */
37
40
  title?: string;
38
41
  }
42
+ /** @publicDocs */
39
43
  export interface ActionSlots {
40
44
  /**
41
45
  * The primary action to perform, provided as a button or link type element.
@@ -46,21 +50,22 @@ export interface ActionSlots {
46
50
  */
47
51
  secondaryActions?: ComponentChildren;
48
52
  }
53
+ /** @publicDocs */
49
54
  export interface BaseOverlayProps {
50
55
  /**
51
- * Callback fired after the overlay is shown.
56
+ * A callback fired immediately after the overlay is shown.
52
57
  */
53
58
  onShow?: (event: Event) => void;
54
59
  /**
55
- * Callback fired when the overlay is shown **after** any animations to show the overlay have finished.
60
+ * A callback fired when the overlay is shown, after any show animations have completed.
56
61
  */
57
62
  onAfterShow?: (event: Event) => void;
58
63
  /**
59
- * Callback fired after the overlay is hidden.
64
+ * A callback fired immediately after the overlay is hidden.
60
65
  */
61
66
  onHide?: (event: Event) => void;
62
67
  /**
63
- * Callback fired when the overlay is hidden **after** any animations to hide the overlay have finished.
68
+ * A callback fired when the overlay is hidden, after any hide animations have completed.
64
69
  */
65
70
  onAfterHide?: (event: Event) => void;
66
71
  }
@@ -71,73 +76,71 @@ export interface BaseOverlayProps {
71
76
  * - Components implementing this interface must provide all methods
72
77
  * - Unlike props/attributes, methods are not rendered in HTML but are JavaScript APIs
73
78
  * - Consumers expect these methods to be consistently available on all instances
79
+ * @publicDocs
74
80
  */
75
81
  export interface BaseOverlayMethods {
76
82
  /**
77
- * Method to show an overlay.
83
+ * A method to programmatically show the overlay.
78
84
  *
79
85
  * @implementation This is a method to be called on the element and not a callback and should hence be camelCase
80
86
  */
81
87
  showOverlay: () => void;
82
88
  /**
83
- * Method to hide an overlay.
89
+ * A method to programmatically hide the overlay and run any associated hide animations.
84
90
  *
85
91
  * @implementation This is a method to be called on the element and not a callback and should hence be camelCase
86
92
  */
87
93
  hideOverlay: () => void;
88
94
  /**
89
- * Method to toggle the visiblity of an overlay.
95
+ * A method to programmatically toggle the visibility of the overlay.
90
96
  *
91
97
  * @implementation This is a method to be called on the element and not a callback and should hence be camelCase
92
98
  */
93
99
  toggleOverlay: () => void;
94
100
  }
101
+ /** @publicDocs */
95
102
  export interface FocusEventProps {
96
103
  /**
97
- * Callback when the element loses focus.
98
- *
99
- * @see https://developer.mozilla.org/en-US/docs/Web/API/Element/blur_event
104
+ * A callback fired when the element loses focus. Learn more about the [blur event](https://developer.mozilla.org/en-US/docs/Web/API/Element/blur_event).
100
105
  */
101
106
  onBlur?: (event: FocusEvent) => void;
102
107
  /**
103
- * Callback when the element receives focus.
104
- *
105
- * @see https://developer.mozilla.org/en-US/docs/Web/API/Element/focus_event
108
+ * A callback fired when the element receives focus. Learn more about the [focus event](https://developer.mozilla.org/en-US/docs/Web/API/Element/focus_event).
106
109
  */
107
110
  onFocus?: (event: FocusEvent) => void;
108
111
  }
112
+ /** @publicDocs */
109
113
  export interface ToggleEventProps {
110
114
  /**
111
- * Callback fired when the element state changes **after** any animations have finished.
115
+ * A callback fired when the element state changes, after any toggle animations have finished.
112
116
  *
113
117
  * - If the element transitioned from hidden to showing, the `oldState` property will be set to `closed` and the
114
118
  * `newState` property will be set to `open`.
115
119
  * - If the element transitioned from showing to hidden, the `oldState` property will be set to `open` and the
116
120
  * `newState` will be `closed`.
117
121
  *
118
- * @see https://developer.mozilla.org/en-US/docs/Web/API/ToggleEvent/newState
119
- * @see https://developer.mozilla.org/en-US/docs/Web/API/ToggleEvent/oldState
122
+ * Learn more about [`newState` property](https://developer.mozilla.org/en-US/docs/Web/API/ToggleEvent/newState) and [`oldState` property](https://developer.mozilla.org/en-US/docs/Web/API/ToggleEvent/oldState).
120
123
  */
121
124
  onAfterToggle?: (event: ToggleEvent$1) => void;
122
125
  /**
123
- * Callback straight after the element state changes.
126
+ * A callback fired immediately when the element state changes, before any animations.
124
127
  *
125
128
  * - If the element is transitioning from hidden to showing, the `oldState` property will be set to `closed` and the
126
129
  * `newState` property will be set to `open`.
127
- * - If the element is transitioning from showing to hidden, then `oldState` property will be set to `open` and the
130
+ * - If the element is transitioning from showing to hidden, then the `oldState` property will be set to `open` and the
128
131
  * `newState` will be `closed`.
129
132
  *
130
- * @see https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/toggle_event
131
- * @see https://developer.mozilla.org/en-US/docs/Web/API/ToggleEvent/newState
132
- * @see https://developer.mozilla.org/en-US/docs/Web/API/ToggleEvent/oldState
133
+ * Learn more about the [`toggle` event](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/toggle_event), [`newState` property](https://developer.mozilla.org/en-US/docs/Web/API/ToggleEvent/newState), and [`oldState` property](https://developer.mozilla.org/en-US/docs/Web/API/ToggleEvent/oldState).
133
134
  */
134
135
  onToggle?: (event: ToggleEvent$1) => void;
135
136
  }
137
+ /** @publicDocs */
136
138
  export type ToggleState = "open" | "closed";
137
139
  interface ToggleEvent$1 extends Event {
138
140
  readonly newState: ToggleState;
139
141
  readonly oldState: ToggleState;
140
142
  }
143
+ /** @publicDocs */
141
144
  export interface ExtendableEvent extends Event {
142
145
  /**
143
146
  * Provide a promise that signals the length, and eventual success or failure of actions relating to the event.
@@ -164,9 +167,23 @@ interface AnnouncementProps$1 extends GlobalProps, ToggleEventProps {
164
167
  */
165
168
  dismiss: () => void;
166
169
  }
170
+ /**
171
+ * The design system's size scale, used to control the dimensions of components like avatars, icons, and thumbnails. Values range from `"small-500"` (smallest) through `"base"` (standard) to `"large-500"` (largest). Not all components support every size — check the component's `size` property type for its available options.
172
+ * @publicDocs
173
+ */
167
174
  export type SizeKeyword = "small-500" | "small-400" | "small-300" | "small-200" | "small-100" | "small" | "base" | "large" | "large-100" | "large-200" | "large-300" | "large-400" | "large-500";
175
+ /**
176
+ * Defines the color intensity or emphasis level for text and UI elements.
177
+ *
178
+ * - `subdued`: Deemphasized color for secondary text, supporting labels, and less critical interface elements.
179
+ * - `base`: Primary color for body text, standard UI elements, and general content with good readability.
180
+ * - `strong`: Emphasized color for headings, key labels, and interactive elements that need prominence.
181
+ * @publicDocs
182
+ */
168
183
  export type ColorKeyword = "subdued" | "base" | "strong";
184
+ /** @publicDocs */
169
185
  export type BackgroundColorKeyword = "transparent" | ColorKeyword;
186
+ /** @publicDocs */
170
187
  export interface BackgroundProps {
171
188
  /**
172
189
  * Adjust the background of the element.
@@ -184,6 +201,7 @@ export interface BackgroundProps {
184
201
  * In some cases, like for Banner, the tone may also affect the semantic and accessibility treatment of the component.
185
202
  *
186
203
  * @default 'auto'
204
+ * @publicDocs
187
205
  */
188
206
  export type ToneKeyword = "auto" | "neutral" | "info" | "success" | "caution" | "warning" | "critical" | "accent" | "custom";
189
207
  declare const privateIconArray: readonly [
@@ -735,13 +753,38 @@ declare const privateIconArray: readonly [
735
753
  "x-circle",
736
754
  "x-circle-filled"
737
755
  ];
756
+ /** @publicDocs */
738
757
  export type IconType = (typeof privateIconArray)[number];
739
758
  /**
740
759
  * Like `Extract`, but ensures that the extracted type is a strict subtype of the input type.
760
+ * @publicDocs
741
761
  */
742
762
  export type ExtractStrict<T, U extends T> = Extract<T, U>;
763
+ /**
764
+ * Represents CSS shorthand properties that accept one to four values, following the [CSS shorthand syntax](https://developer.mozilla.org/en-US/docs/Web/CSS/Shorthand_properties#edges_of_a_box). Supports specifying values for all four sides: top, right, bottom, and left.
765
+ *
766
+ * - `T`: Single value that applies to all four sides.
767
+ * - `${T} ${T}`: Two values for block axis (top/bottom) and inline axis (left/right).
768
+ * - `${T} ${T} ${T}`: Three values for block-start (top), inline axis (left/right), and block-end (bottom).
769
+ * - `${T} ${T} ${T} ${T}`: Four values for block-start (top), inline-end (right), block-end (bottom), and inline-start (left).
770
+ * @publicDocs
771
+ */
743
772
  export type MaybeAllValuesShorthandProperty<T extends string> = T | `${T} ${T}` | `${T} ${T} ${T}` | `${T} ${T} ${T} ${T}`;
773
+ /**
774
+ * Represents CSS shorthand properties that accept one or two values. Supports specifying the same value for both dimensions or different values.
775
+ *
776
+ * - `T`: Single value that applies to both dimensions.
777
+ * - `${T} ${T}`: Two values for block axis (vertical) and inline axis (horizontal).
778
+ * @publicDocs
779
+ */
744
780
  export type MaybeTwoValuesShorthandProperty<T extends string> = T | `${T} ${T}`;
781
+ /**
782
+ * Makes a property responsive by allowing it to be set conditionally based on container query conditions. The value can be either a base value or a container query string.
783
+ *
784
+ * - `T`: Base value that applies in all conditions.
785
+ * - `@container${string}`: Container query string for conditional responsive styling based on container size.
786
+ * @publicDocs
787
+ */
745
788
  export type MaybeResponsive<T> = T | `@container${string}`;
746
789
  /**
747
790
  * Prevents widening string literal types in a union to `string`.
@@ -750,6 +793,7 @@ export type MaybeResponsive<T> = T | `@container${string}`;
750
793
  * // ^? string
751
794
  * type PropName = 'foo' | 'bar' | (string & {})
752
795
  * // ^? 'foo' | 'bar' | (string & {})
796
+ * @publicDocs
753
797
  */
754
798
  export type AnyString = string & {};
755
799
  /**
@@ -757,6 +801,7 @@ export type AnyString = string & {};
757
801
  * to have a space or not in the string literal types.
758
802
  *
759
803
  * For example in the `aspectRatio` property, `16/9` and `16 / 9` are both valid.
804
+ * @publicDocs
760
805
  */
761
806
  export type optionalSpace = "" | " ";
762
807
  interface BadgeProps$1 extends GlobalProps {
@@ -868,6 +913,7 @@ interface BannerProps$1 extends GlobalProps, ActionSlots {
868
913
  */
869
914
  hidden?: boolean;
870
915
  }
916
+ /** @publicDocs */
871
917
  export interface DisplayProps {
872
918
  /**
873
919
  * Sets the outer display type of the component. The outer type sets a component’s participation in [flow layout](https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_flow_layout).
@@ -880,134 +926,102 @@ export interface DisplayProps {
880
926
  */
881
927
  display?: MaybeResponsive<"auto" | "none">;
882
928
  }
929
+ /** @publicDocs */
883
930
  export interface AccessibilityRoleProps {
884
931
  /**
885
- * Sets the semantic meaning of the component’s content. When set,
886
- * the role will be used by assistive technologies to help users
887
- * navigate the page.
888
- *
889
- * @implementation Although, in HTML hosts, this property changes the element used,
890
- * changing this property must not impact the visual styling of inside or outside of the box.
932
+ * The semantic meaning of the component’s content. When set, assistive technologies use this role to help users navigate the page.
891
933
  *
892
934
  * @default 'generic'
893
935
  */
894
936
  accessibilityRole?: AccessibilityRole;
895
937
  }
896
- export type AccessibilityRole =
897
938
  /**
898
- * Used to indicate the primary content.
939
+ * The semantic role of a component, used by assistive technologies to convey the element’s purpose to users. Each role maps to a specific HTML element or ARIA role.
899
940
  *
900
- * In an HTML host, `main` will render a `<main>` element.
901
- * Learn more about the [`<main>` element](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/main) and its [implicit role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles/main_role) in the MDN web docs.
941
+ * - `main`: The primary content of the page.
942
+ * - `header`: A page or section header.
943
+ * - `footer`: Information such as copyright, navigation links, and privacy statements.
944
+ * - `section`: A generic section that should have a heading or `accessibilityLabel`.
945
+ * - `aside`: Supporting content related to the main content.
946
+ * - `navigation`: A major group of navigation links.
947
+ * - `ordered-list`: A list of ordered items.
948
+ * - `list-item`: An item inside a list.
949
+ * - `list-item-separator`: A divider between list items.
950
+ * - `unordered-list`: A list of unordered items.
951
+ * - `separator`: A divider that separates sections of content.
952
+ * - `status`: A live region with advisory information that is not urgent.
953
+ * - `alert`: Important, usually time-sensitive information.
954
+ * - `generic`: A nameless container with no semantic meaning (renders a `<div>`).
955
+ * - `presentation`: Strips semantic meaning while keeping visual styling. Synonym for `none`.
956
+ * - `none`: Strips semantic meaning while keeping visual styling. Synonym for `presentation`.
957
+ * @publicDocs
958
+ */
959
+ export type AccessibilityRole =
960
+ /**
961
+ * The primary content of the page. Learn more about the [`<main>` element](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/main).
902
962
  */
903
963
  "main"
904
964
  /**
905
- * Used to indicate the component is a header.
906
- *
907
- * In an HTML host `header` will render a `<header>` element.
908
- * Learn more about the [`<header>` element](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/header) and its [implicit role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles/main_role) in the MDN web docs.
965
+ * A page or section header. Learn more about the [`<header>` element](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/header).
909
966
  */
910
967
  | "header"
911
968
  /**
912
- * Used to display information such as copyright information, navigation links, and privacy statements.
913
- *
914
- * In an HTML host `footer` will render a `<footer>` element.
915
- * Learn more about the [`<footer>` element](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/footer) and its [implicit role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles/contentinfo_role) in the MDN web docs.
969
+ * Information such as copyright, navigation links, and privacy statements. Learn more about the [`<footer>` element](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/footer).
916
970
  */
917
971
  | "footer"
918
972
  /**
919
- * Used to indicate a generic section.
920
- * Sections should always have a `Heading` or an accessible name provided in the `accessibilityLabel` property.
921
- *
922
- * In an HTML host `section` will render a `<section>` element.
923
- * Learn more about the [`<section>` element](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/section) and its [implicit role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles/region_role) in the MDN web docs.
924
- *
973
+ * A generic section that should have a heading or `accessibilityLabel`. Learn more about the [`<section>` element](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/section).
925
974
  */
926
975
  | "section"
927
976
  /**
928
- * Used to designate a supporting section that relates to the main content.
929
- *
930
- * In an HTML host `aside` will render an `<aside>` element.
931
- * Learn more about the [`<aside>` element](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/aside) and its [implicit role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles/complementary_role) in the MDN web docs.
977
+ * Supporting content related to the main content. Learn more about the [`<aside>` element](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/aside).
932
978
  */
933
979
  | "aside"
934
980
  /**
935
- * Used to identify major groups of links used for navigating.
936
- *
937
- * In an HTML host `navigation` will render a `<nav>` element.
938
- * Learn more about the [`<nav>` element](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/nav) and its [implicit role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles/navigation_role) in the MDN web docs.
981
+ * A major group of navigation links. Learn more about the [`<nav>` element](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/nav).
939
982
  */
940
983
  | "navigation"
941
984
  /**
942
- * Used to identify a list of ordered items.
943
- *
944
- * In an HTML host `ordered-list` will render a `<ol>` element.
945
- * Learn more about the [`<ol>` element](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/ol) and its [implicit role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles/list_role) in the MDN web docs.
985
+ * A list of ordered items. Learn more about the [`<ol>` element](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/ol).
946
986
  */
947
987
  | "ordered-list"
948
988
  /**
949
- * Used to identify an item inside a list of items.
950
- *
951
- * In an HTML host `list-item` will render a `<li>` element.
952
- * Learn more about the [`<li>` element](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/li) and its [implicit role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles/listitem_role) in the MDN web docs.
989
+ * An item inside a list. Learn more about the [`<li>` element](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/li).
953
990
  */
954
991
  | "list-item"
955
992
  /**
956
- * Used to indicates the component acts as a divider that separates and distinguishes sections of content in a list of items.
957
- *
958
- * In an HTML host `list-item-separator` will render as `<li role="separator">`.
959
- * Learn more about the [`<li>` element](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/li) and the [`separator` role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles/separator_role) in the MDN web docs.
993
+ * A divider between list items. Learn more about the [`separator` role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles/separator_role).
960
994
  */
961
995
  | "list-item-separator"
962
996
  /**
963
- * Used to identify a list of unordered items.
964
- *
965
- * In an HTML host `unordered-list` will render a `<ul>` element.
966
- * Learn more about the [`<ul>` element](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/ul) and its [implicit role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles/list_role) in the MDN web docs.
997
+ * A list of unordered items. Learn more about the [`<ul>` element](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/ul).
967
998
  */
968
999
  | "unordered-list"
969
1000
  /**
970
- * Used to indicates the component acts as a divider that separates and distinguishes sections of content.
971
- *
972
- * In an HTML host `separator` will render as `<div role="separator">`.
973
- * Learn more about the [`separator` role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles/separator_role) in the MDN web docs.
1001
+ * A divider that separates sections of content. Learn more about the [`separator` role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles/separator_role).
974
1002
  */
975
1003
  | "separator"
976
1004
  /**
977
- * Used to define a live region containing advisory information for the user that is not important enough to be an alert.
978
- *
979
- * In an HTML host `status` will render as `<div role="status">`.
980
- * Learn more about the [`status` role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles/status_role) in the MDN web docs.
1005
+ * A live region with advisory information that is not urgent. Learn more about the [`status` role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles/status_role).
981
1006
  */
982
1007
  | "status"
983
1008
  /**
984
- * Used for important, and usually time-sensitive, information.
985
- *
986
- * In an HTML host `alert` will render as `<div role="alert">`.
987
- * Learn more about the [`alert` role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles/alert_role) in the MDN web docs.
1009
+ * Important, usually time-sensitive information. Learn more about the [`alert` role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles/alert_role).
988
1010
  */
989
1011
  | "alert"
990
1012
  /**
991
- * Used to create a nameless container element which has no semantic meaning on its own.
992
- *
993
- * In an HTML host `generic'` will render a `<div>` element.
994
- * Learn more about the [`generic` role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles/generic_role) in the MDN web docs.
1013
+ * A nameless container with no semantic meaning (renders a `<div>`). Learn more about the [`generic` role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles/generic_role).
995
1014
  */
996
1015
  | "generic"
997
1016
  /**
998
- * Used to strip the semantic meaning of an element, but leave the visual styling intact.
999
- *
1000
- * Synonym for `none`
1001
- * Learn more about the [`presentation` role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles/presentation_role) in the MDN web docs.
1017
+ * Strips semantic meaning while keeping visual styling. Synonym for `none`. Learn more about the [`presentation` role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles/presentation_role).
1002
1018
  */
1003
1019
  | "presentation"
1004
1020
  /**
1005
- * Used to strip the semantic meaning of an element, but leave the visual styling intact.
1006
- *
1007
- * Synonym for `presentation`
1008
- * Learn more about the [`none` role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles/none_role) in the MDN web docs.
1021
+ * Strips semantic meaning while keeping visual styling. Synonym for `presentation`. Learn more about the [`none` role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles/none_role).
1009
1022
  */
1010
1023
  | "none";
1024
+ /** @publicDocs */
1011
1025
  export interface AccessibilityVisibilityProps {
1012
1026
  /**
1013
1027
  * Changes the visibility of the element.
@@ -1020,6 +1034,7 @@ export interface AccessibilityVisibilityProps {
1020
1034
  */
1021
1035
  accessibilityVisibility?: "visible" | "hidden" | "exclusive";
1022
1036
  }
1037
+ /** @publicDocs */
1023
1038
  export interface LabelAccessibilityVisibilityProps {
1024
1039
  /**
1025
1040
  * Changes the visibility of the component's label.
@@ -1031,7 +1046,15 @@ export interface LabelAccessibilityVisibilityProps {
1031
1046
  */
1032
1047
  labelAccessibilityVisibility?: ExtractStrict<AccessibilityVisibilityProps["accessibilityVisibility"], "visible" | "exclusive">;
1033
1048
  }
1049
+ /**
1050
+ * Defines the padding size for elements, using the standard size scale or `none` for no padding.
1051
+ *
1052
+ * - `SizeKeyword`: Standard padding sizes from the size scale for consistent spacing.
1053
+ * - `none`: No padding.
1054
+ * @publicDocs
1055
+ */
1034
1056
  export type PaddingKeyword = SizeKeyword | "none";
1057
+ /** @publicDocs */
1035
1058
  export interface PaddingProps {
1036
1059
  /**
1037
1060
  * Adjust the padding of all edges.
@@ -1107,9 +1130,32 @@ export interface PaddingProps {
1107
1130
  */
1108
1131
  paddingInlineEnd?: MaybeResponsive<PaddingKeyword | "">;
1109
1132
  }
1133
+ /**
1134
+ * Represents size values in pixels, percentages, or zero.
1135
+ *
1136
+ * - `` `${number}px` ``: Absolute size in pixels for fixed dimensions (such as `100px`, `24px`).
1137
+ * - `` `${number}%` ``: Relative size as a percentage of the parent container (such as `50%`, `100%`).
1138
+ * - `0`: Zero size, equivalent to no dimension.
1139
+ * @publicDocs
1140
+ */
1110
1141
  export type SizeUnits = `${number}px` | `${number}%` | `0`;
1142
+ /**
1143
+ * Represents size values that can also be set to `auto` for automatic sizing.
1144
+ *
1145
+ * - `SizeUnits`: Specific size values in pixels, percentages, or zero for precise control.
1146
+ * - `auto`: Automatically sizes based on content and layout constraints. Learn more about the [auto value](https://developer.mozilla.org/en-US/docs/Web/CSS/width#auto).
1147
+ * @publicDocs
1148
+ */
1111
1149
  export type SizeUnitsOrAuto = SizeUnits | "auto";
1150
+ /**
1151
+ * Represents size values that can also be set to `none` to remove the size constraint.
1152
+ *
1153
+ * - `SizeUnits`: Specific size values in pixels, percentages, or zero for precise control.
1154
+ * - `none`: No size constraint, allowing unlimited growth. Learn more about the [none value](https://developer.mozilla.org/en-US/docs/Web/CSS/max-width#none).
1155
+ * @publicDocs
1156
+ */
1112
1157
  export type SizeUnitsOrNone = SizeUnits | "none";
1158
+ /** @publicDocs */
1113
1159
  export interface SizingProps {
1114
1160
  /**
1115
1161
  * Adjust the block size.
@@ -1160,13 +1206,39 @@ export interface SizingProps {
1160
1206
  */
1161
1207
  maxInlineSize?: MaybeResponsive<SizeUnitsOrNone>;
1162
1208
  }
1209
+ /**
1210
+ * The visual style of a border. Learn more about [border-style](https://developer.mozilla.org/en-US/docs/Web/CSS/border-style).
1211
+ *
1212
+ * - `none`: No border is rendered.
1213
+ * - `solid`: A single continuous line.
1214
+ * - `dashed`: A series of short dashes.
1215
+ * - `dotted`: A series of round dots.
1216
+ * - `auto`: The border style is determined automatically based on the surface's design system.
1217
+ * @publicDocs
1218
+ */
1163
1219
  export type BorderStyleKeyword = "none" | "solid" | "dashed" | "dotted" | "auto";
1220
+ /**
1221
+ * Defines the width of borders, using the standard size scale or `none` for no border.
1222
+ *
1223
+ * - `SizeKeyword`: Standard border widths from the size scale for consistent thickness.
1224
+ * - `none`: No border width (removes the border).
1225
+ * @publicDocs
1226
+ */
1164
1227
  export type BorderSizeKeyword = SizeKeyword | "none";
1228
+ /**
1229
+ * The corner radius of a border, using the design system's `SizeKeyword` scale with additional options:
1230
+ *
1231
+ * - `max`: The maximum possible radius, creating a pill or circular shape.
1232
+ * - `none`: No rounding — corners are sharp (0 radius).
1233
+ * @publicDocs
1234
+ */
1165
1235
  export type BorderRadiusKeyword = SizeKeyword | "max" | "none";
1166
1236
  /**
1167
1237
  * Represents a shorthand for defining a border. It can be a combination of size, optionally followed by color, optionally followed by style.
1238
+ * @publicDocs
1168
1239
  */
1169
1240
  export type BorderShorthand = BorderSizeKeyword | `${BorderSizeKeyword} ${ColorKeyword}` | `${BorderSizeKeyword} ${ColorKeyword} ${BorderStyleKeyword}`;
1241
+ /** @publicDocs */
1170
1242
  export interface BorderProps {
1171
1243
  /**
1172
1244
  * Set the border via the shorthand property.
@@ -1251,19 +1323,19 @@ export interface BorderProps {
1251
1323
  */
1252
1324
  borderRadius?: MaybeAllValuesShorthandProperty<BorderRadiusKeyword>;
1253
1325
  }
1326
+ /** @publicDocs */
1254
1327
  export interface OverflowProps {
1255
1328
  /**
1256
- * Sets the overflow behavior of the element.
1329
+ * The overflow behavior of the element.
1257
1330
  *
1258
- * - `hidden`: clips the content when it is larger than the element’s container.
1259
- * The element will not be scrollable and the users will not be able
1260
- * to access the clipped content by dragging or using a scroll wheel on a mouse.
1261
- * - `visible`: the content that extends beyond the element’s container is visible.
1331
+ * - `visible`: Content that extends beyond the container is visible.
1332
+ * - `hidden`: Content that extends beyond the container is clipped and not scrollable.
1262
1333
  *
1263
1334
  * @default 'visible'
1264
1335
  */
1265
1336
  overflow?: "hidden" | "visible";
1266
1337
  }
1338
+ /** @publicDocs */
1267
1339
  export interface BaseBoxProps extends AccessibilityVisibilityProps, BackgroundProps, DisplayProps, SizingProps, PaddingProps, BorderProps, OverflowProps {
1268
1340
  /**
1269
1341
  * The content of the Box.
@@ -1277,13 +1349,15 @@ export interface BaseBoxProps extends AccessibilityVisibilityProps, BackgroundPr
1277
1349
  */
1278
1350
  accessibilityLabel?: string;
1279
1351
  }
1352
+ /** @publicDocs */
1280
1353
  export interface BaseBoxPropsWithRole extends BaseBoxProps, AccessibilityRoleProps {
1281
1354
  }
1282
1355
  interface BoxProps$1 extends BaseBoxPropsWithRole, GlobalProps {
1283
1356
  }
1357
+ /** @publicDocs */
1284
1358
  export interface ButtonBehaviorProps extends InteractionProps, FocusEventProps {
1285
1359
  /**
1286
- * The behavior of the Button.
1360
+ * The behavioral type of the button component, which determines what action it performs when activated.
1287
1361
  *
1288
1362
  * - `submit`: Used to indicate the component acts as a submit button, meaning it submits the closest form.
1289
1363
  * - `button`: Used to indicate the component acts as a button, meaning it has no default action.
@@ -1295,30 +1369,28 @@ export interface ButtonBehaviorProps extends InteractionProps, FocusEventProps {
1295
1369
  */
1296
1370
  type?: "submit" | "button" | "reset";
1297
1371
  /**
1298
- * Callback when the Button is activated.
1299
- * This will be called before the action indicated by `type`.
1300
- *
1301
- * @see https://developer.mozilla.org/en-US/docs/Web/API/Element/click_event
1372
+ * A callback fired when the button is activated, before performing the action indicated by `type`. Learn more about the [click event](https://developer.mozilla.org/en-US/docs/Web/API/Element/click_event).
1302
1373
  */
1303
1374
  onClick?: (event: Event) => void;
1304
1375
  /**
1305
- * Disables the Button meaning it cannot be clicked or receive focus.
1376
+ * Whether the button is disabled, preventing it from being clicked or receiving focus.
1306
1377
  *
1307
1378
  * @default false
1308
1379
  */
1309
1380
  disabled?: boolean;
1310
1381
  /**
1311
- * Replaces content with a loading indicator while a background action is being performed.
1382
+ * Whether the button is in a loading state, which replaces the button content with a loading indicator while a background action is being performed.
1312
1383
  *
1313
- * This also disables the Button.
1384
+ * This also disables the button.
1314
1385
  *
1315
1386
  * @default false
1316
1387
  */
1317
1388
  loading?: boolean;
1318
1389
  }
1390
+ /** @publicDocs */
1319
1391
  export interface LinkBehaviorProps extends InteractionProps, FocusEventProps {
1320
1392
  /**
1321
- * The URL to link to.
1393
+ * The URL to navigate to when clicked. The `click` event fires first, then navigation occurs.
1322
1394
  *
1323
1395
  * - If set, it will navigate to the location specified by `href` after executing the `click` event.
1324
1396
  * - If a `commandFor` is set, the `command` will be executed instead of the navigation.
@@ -1345,24 +1417,18 @@ export interface LinkBehaviorProps extends InteractionProps, FocusEventProps {
1345
1417
  */
1346
1418
  download?: string;
1347
1419
  /**
1348
- * Callback when the link is activated.
1349
- * This will be called before navigating to the location specified by `href`.
1350
- *
1351
- * @see https://developer.mozilla.org/en-US/docs/Web/API/Element/click_event
1420
+ * A callback fired when the link is activated, before navigating to the location specified by `href`. Learn more about the [click event](https://developer.mozilla.org/en-US/docs/Web/API/Element/click_event).
1352
1421
  */
1353
1422
  onClick?: (event: Event) => void;
1354
1423
  }
1424
+ /** @publicDocs */
1355
1425
  export interface InteractionProps {
1356
1426
  /**
1357
- * ID of a component that should respond to activations (e.g. clicks) on this component.
1358
- *
1359
- * See `command` for how to control the behavior of the target.
1360
- *
1361
- * @see https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button#commandfor
1427
+ * The ID of the component to control when this component is activated. Pair with the `command` property to specify what action to perform on the target component. Learn more about the [`commandFor` attribute](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button#commandfor).
1362
1428
  */
1363
1429
  commandFor?: string;
1364
1430
  /**
1365
- * Sets the action the `commandFor` should take when this clickable is activated.
1431
+ * Sets the action the `commandFor` target should take when this component is activated. Learn more about the [`command` attribute](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button#command).
1366
1432
  *
1367
1433
  * See the documentation of particular components for the actions they support.
1368
1434
  *
@@ -1373,64 +1439,60 @@ export interface InteractionProps {
1373
1439
  * - `--copy`: copies the target ClipboardItem.
1374
1440
  *
1375
1441
  * @default '--auto'
1376
- *
1377
- * @see https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button#command
1378
1442
  */
1379
1443
  command?: "--auto" | "--show" | "--hide" | "--toggle" | "--copy";
1380
1444
  /**
1381
- * ID of a component that should respond to interest (e.g. hover and focus) on this component.
1445
+ * The ID of the component to show when users hover over or focus on this component. Use this to connect interactive components to popovers or tooltips that provide additional context or information.
1382
1446
  */
1383
1447
  interestFor?: string;
1384
1448
  }
1449
+ /** @publicDocs */
1385
1450
  export interface BaseClickableProps extends ButtonBehaviorProps, LinkBehaviorProps {
1386
1451
  }
1387
1452
  interface ButtonProps$1 extends GlobalProps, BaseClickableProps {
1388
1453
  /**
1389
- * A label that describes the purpose or contents of the Button. It will be read to users using assistive technologies such as screen readers.
1390
- *
1391
- * Use this when using only an icon or the Button text is not enough context
1392
- * for users using assistive technologies.
1454
+ * A label that describes the purpose or content of the button for users of assistive technologies such as screen readers. Use this when the visible content alone doesn't provide enough context.
1393
1455
  */
1394
1456
  accessibilityLabel?: string;
1395
1457
  /**
1396
- * The content of the Button.
1458
+ * The content displayed within the button component.
1397
1459
  */
1398
1460
  children?: ComponentChildren;
1399
1461
  /**
1400
- * The type of icon to be displayed in the Button.
1462
+ * An icon displayed inside the button, typically positioned before the button text.
1401
1463
  *
1402
1464
  * @default ''
1403
1465
  */
1404
1466
  icon?: IconType | AnyString;
1405
1467
  /**
1406
- * The displayed inline width of the Button.
1468
+ * The inline width of the button component.
1407
1469
  *
1408
1470
  * - `auto`: the size of the button depends on the surface and context.
1409
- * - `fill`: the button will takes up 100% of the available inline size.
1471
+ * - `fill`: the button takes up 100% of the available inline size.
1410
1472
  * - `fit-content`: the button will take up the minimum inline-size required to fit its content.
1411
1473
  *
1412
1474
  * @default 'auto'
1413
1475
  */
1414
1476
  inlineSize?: "auto" | "fill" | "fit-content";
1415
1477
  /**
1416
- * Changes the visual appearance of the Button.
1478
+ * The visual style variant of the button component, which controls its prominence and emphasis.
1417
1479
  *
1418
- * @default 'auto' - the variant is automatically determined by the Button's context
1480
+ * @default 'auto' - the variant is automatically determined by the button's context
1419
1481
  */
1420
1482
  variant?: "auto" | "primary" | "secondary" | "tertiary";
1421
1483
  /**
1422
- * Sets the tone of the Button based on the intention of the information being conveyed.
1484
+ * The semantic meaning and color treatment of the button.
1423
1485
  *
1424
1486
  * @default 'auto'
1425
1487
  */
1426
1488
  tone?: ToneKeyword;
1427
1489
  /**
1428
- * Indicate the text language. Useful when the text is in a different language than the rest of the page.
1429
- * It will allow assistive technologies such as screen readers to invoke the correct pronunciation.
1490
+ * The language of the button's text content. Use this when the button text is in a different language than the rest of the page, so assistive technologies can invoke the correct pronunciation.
1430
1491
  * [Reference of values](https://www.iana.org/assignments/language-subtag-registry/language-subtag-registry) ("subtag" label)
1431
1492
  */
1432
1493
  lang?: string;
1433
1494
  }
1495
+ /** @publicDocs */
1434
1496
  export interface BaseInputProps {
1435
1497
  /**
1436
1498
  * An identifier for the field that is unique within the nearest containing form.
@@ -1443,9 +1505,10 @@ export interface BaseInputProps {
1443
1505
  */
1444
1506
  disabled?: boolean;
1445
1507
  }
1508
+ /** @publicDocs */
1446
1509
  export interface InputProps extends BaseInputProps {
1447
1510
  /**
1448
- * Callback when the user has **finished editing** a field, e.g. once they have blurred the field.
1511
+ * Callback when the user has **finished editing** a field, for example, once they have blurred the field.
1449
1512
  *
1450
1513
  * @see https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/change_event
1451
1514
  */
@@ -1467,6 +1530,7 @@ export interface InputProps extends BaseInputProps {
1467
1530
  */
1468
1531
  defaultValue?: string;
1469
1532
  }
1533
+ /** @publicDocs */
1470
1534
  export interface MultipleInputProps extends BaseInputProps {
1471
1535
  /**
1472
1536
  * Callback when the user has selected option(s).
@@ -1481,12 +1545,13 @@ export interface MultipleInputProps extends BaseInputProps {
1481
1545
  */
1482
1546
  onInput?: (event: Event) => void;
1483
1547
  /**
1484
- * An array of the `value`s of the selected options.
1548
+ * An array of `value` attributes for the currently selected options.
1485
1549
  *
1486
1550
  * This is a convenience prop for setting the `selected` prop on child options.
1487
1551
  */
1488
1552
  values?: string[];
1489
1553
  }
1554
+ /** @publicDocs */
1490
1555
  export interface FileInputProps extends BaseInputProps {
1491
1556
  /**
1492
1557
  * Callback when the user has **finished selecting** a file or files.
@@ -1516,6 +1581,7 @@ export interface FileInputProps extends BaseInputProps {
1516
1581
  */
1517
1582
  files?: readonly File[];
1518
1583
  }
1584
+ /** @publicDocs */
1519
1585
  export interface FieldErrorProps {
1520
1586
  /**
1521
1587
  * Indicate an error to the user. The field will be given a specific stylistic treatment
@@ -1523,6 +1589,7 @@ export interface FieldErrorProps {
1523
1589
  */
1524
1590
  error?: string;
1525
1591
  }
1592
+ /** @publicDocs */
1526
1593
  export interface BasicFieldProps extends FieldErrorProps, LabelAccessibilityVisibilityProps {
1527
1594
  /**
1528
1595
  * Whether the field needs a value. This requirement adds semantic value
@@ -1538,6 +1605,7 @@ export interface BasicFieldProps extends FieldErrorProps, LabelAccessibilityVisi
1538
1605
  */
1539
1606
  label?: string;
1540
1607
  }
1608
+ /** @publicDocs */
1541
1609
  export interface FieldDetailsProps {
1542
1610
  /**
1543
1611
  * Additional text to provide context or guidance for the field.
@@ -1548,12 +1616,14 @@ export interface FieldDetailsProps {
1548
1616
  */
1549
1617
  details?: string;
1550
1618
  }
1619
+ /** @publicDocs */
1551
1620
  export interface FieldProps extends BasicFieldProps, InputProps, FocusEventProps, FieldDetailsProps {
1552
1621
  /**
1553
1622
  * A short hint that describes the expected value of the field.
1554
1623
  */
1555
1624
  placeholder?: string;
1556
1625
  }
1626
+ /** @publicDocs */
1557
1627
  export interface BaseTextFieldProps extends FieldProps {
1558
1628
  /**
1559
1629
  * The field cannot be edited by the user. It is focusable will be announced by screen readers.
@@ -1562,6 +1632,7 @@ export interface BaseTextFieldProps extends FieldProps {
1562
1632
  */
1563
1633
  readOnly?: boolean;
1564
1634
  }
1635
+ /** @publicDocs */
1565
1636
  export interface FieldDecorationProps {
1566
1637
  /**
1567
1638
  * A value to be displayed immediately after the editable portion of the field.
@@ -1601,6 +1672,7 @@ export interface FieldDecorationProps {
1601
1672
  */
1602
1673
  accessory?: ComponentChildren;
1603
1674
  }
1675
+ /** @publicDocs */
1604
1676
  export interface NumberConstraintsProps {
1605
1677
  /**
1606
1678
  * The highest decimal or integer to be accepted for the field.
@@ -1643,6 +1715,7 @@ export interface NumberConstraintsProps {
1643
1715
  */
1644
1716
  controls?: "auto" | "stepper" | "none";
1645
1717
  }
1718
+ /** @publicDocs */
1646
1719
  export interface MinMaxLengthProps {
1647
1720
  /**
1648
1721
  * Specifies the maximum number of characters allowed.
@@ -1657,6 +1730,7 @@ export interface MinMaxLengthProps {
1657
1730
  */
1658
1731
  minLength?: number;
1659
1732
  }
1733
+ /** @publicDocs */
1660
1734
  export interface BaseSelectableProps {
1661
1735
  /**
1662
1736
  * A label used for users using assistive technologies like screen readers. When set, any children or `label` supplied will not be announced.
@@ -1674,6 +1748,7 @@ export interface BaseSelectableProps {
1674
1748
  */
1675
1749
  value?: string;
1676
1750
  }
1751
+ /** @publicDocs */
1677
1752
  export interface BaseOptionProps extends BaseSelectableProps {
1678
1753
  /**
1679
1754
  * Whether the control is active.
@@ -1690,6 +1765,7 @@ export interface BaseOptionProps extends BaseSelectableProps {
1690
1765
  */
1691
1766
  defaultSelected?: boolean;
1692
1767
  }
1768
+ /** @publicDocs */
1693
1769
  export interface BaseCheckableProps extends BaseSelectableProps, InteractionProps {
1694
1770
  /**
1695
1771
  * Visual content to use as the control label.
@@ -1761,6 +1837,7 @@ interface CheckboxProps$1 extends GlobalProps, BaseCheckableProps, FieldErrorPro
1761
1837
  */
1762
1838
  required?: boolean;
1763
1839
  }
1840
+ /** @publicDocs */
1764
1841
  export interface ChipProps$1 {
1765
1842
  /**
1766
1843
  * The content of the chip.
@@ -1773,7 +1850,7 @@ export interface ChipProps$1 {
1773
1850
  */
1774
1851
  graphic?: ComponentChildren;
1775
1852
  /**
1776
- * A label that describes the purpose or contents of the Chip. It will be read to users using assistive technologies such as screen readers.
1853
+ * A label that describes the purpose or contents of the chip. It will be read to users using assistive technologies such as screen readers.
1777
1854
  */
1778
1855
  accessibilityLabel?: string;
1779
1856
  /**
@@ -1871,7 +1948,7 @@ interface ClickableProps$1 extends GlobalProps, BaseBoxProps, BaseClickableProps
1871
1948
  /**
1872
1949
  * Disables the clickable, meaning it cannot be clicked or receive focus.
1873
1950
  *
1874
- * In this state, onClick will not fire.
1951
+ * In this state, `click` won’t fire.
1875
1952
  * If the click event originates from a child element, the event will immediately stop propagating from this element.
1876
1953
  *
1877
1954
  * However, items within the clickable can still receive focus and be interacted with.
@@ -1881,8 +1958,7 @@ interface ClickableProps$1 extends GlobalProps, BaseBoxProps, BaseClickableProps
1881
1958
  */
1882
1959
  disabled?: BaseClickableProps["disabled"];
1883
1960
  /**
1884
- * Indicate the text language. Useful when the text is in a different language than the rest of the page.
1885
- * It will allow assistive technologies such as screen readers to invoke the correct pronunciation.
1961
+ * The language of the button's text content. Use this when the button text is in a different language than the rest of the page, so assistive technologies can invoke the correct pronunciation.
1886
1962
  * [Reference of values](https://www.iana.org/assignments/language-subtag-registry/language-subtag-registry) ("subtag" label)
1887
1963
  *
1888
1964
  * @default ''
@@ -1895,7 +1971,7 @@ interface ClickableChipProps$1 extends ChipProps$1, GlobalProps {
1895
1971
  */
1896
1972
  onClick?: (event: Event) => void;
1897
1973
  /**
1898
- * The URL to link to.
1974
+ * The URL to navigate to when clicked. The `click` event fires first, then navigation occurs.
1899
1975
  *
1900
1976
  * - If set, it will navigate to the location specified by `href` after executing the `click` event.
1901
1977
  */
@@ -1955,6 +2031,7 @@ interface ClipboardItemProps$1 extends GlobalProps {
1955
2031
  */
1956
2032
  onCopyError?: (event: Event) => void;
1957
2033
  }
2034
+ /** @publicDocs */
1958
2035
  export interface AutocompleteProps<AutocompleteField extends AnyAutocompleteField> {
1959
2036
  /**
1960
2037
  * A hint as to the intended content of the field.
@@ -1984,18 +2061,24 @@ export interface AutocompleteProps<AutocompleteField extends AnyAutocompleteFiel
1984
2061
  *
1985
2062
  * Commonly used when there are multiple fields with the same autocomplete needs
1986
2063
  * in the same page. For example: 2 shipping address forms in the same page.
2064
+ * @publicDocs
1987
2065
  */
1988
2066
  export type AutocompleteSection = `section-${string}`;
1989
2067
  /**
1990
2068
  * The contact information group the autocomplete data should be sourced from.
2069
+ * @publicDocs
1991
2070
  */
1992
2071
  export type AutocompleteGroup = "shipping" | "billing";
1993
2072
  /**
1994
2073
  * The contact information subgroup the autocomplete data should be sourced from.
2074
+ * @publicDocs
1995
2075
  */
1996
2076
  export type AutocompleteAddressGroup = "fax" | "home" | "mobile" | "pager";
2077
+ /** @publicDocs */
1997
2078
  export type AnyAutocompleteField = "additional-name" | "address-level1" | "address-level2" | "address-level3" | "address-level4" | "address-line1" | "address-line2" | "address-line3" | "country-name" | "country" | "current-password" | "email" | "family-name" | "given-name" | "honorific-prefix" | "honorific-suffix" | "language" | "name" | "new-password" | "nickname" | "one-time-code" | "organization-title" | "organization" | "photo" | "postal-code" | "sex" | "street-address" | "transaction-amount" | "transaction-currency" | "url" | "username" | "bday-day" | "bday-month" | "bday-year" | "bday" | "cc-additional-name" | "cc-expiry-month" | "cc-expiry-year" | "cc-expiry" | "cc-family-name" | "cc-given-name" | "cc-name" | "cc-number" | "cc-csc" | "cc-type" | `${AutocompleteAddressGroup} email` | "impp" | `${AutocompleteAddressGroup} impp` | "tel" | "tel-area-code" | "tel-country-code" | "tel-extension" | "tel-local-prefix" | "tel-local-suffix" | "tel-local" | "tel-national" | `${AutocompleteAddressGroup} tel` | `${AutocompleteAddressGroup} tel-area-code` | `${AutocompleteAddressGroup} tel-country-code` | `${AutocompleteAddressGroup} tel-extension` | `${AutocompleteAddressGroup} tel-local-prefix` | `${AutocompleteAddressGroup} tel-local-suffix` | `${AutocompleteAddressGroup} tel-local` | `${AutocompleteAddressGroup} tel-national`;
2079
+ /** @publicDocs */
1998
2080
  export type TextAutocompleteField = ExtractStrict<AnyAutocompleteField, "additional-name" | "address-level1" | "address-level2" | "address-level3" | "address-level4" | "address-line1" | "address-line2" | "address-line3" | "country-name" | "country" | "family-name" | "given-name" | "honorific-prefix" | "honorific-suffix" | "language" | "name" | "nickname" | "one-time-code" | "organization-title" | "organization" | "postal-code" | "sex" | "street-address" | "transaction-currency" | "username" | "cc-name" | "cc-given-name" | "cc-additional-name" | "cc-family-name" | "cc-type">;
2081
+ /** @publicDocs */
1999
2082
  export type ConsentPolicy = "sms-marketing";
2000
2083
  interface ConsentCheckboxProps$1 extends GlobalProps, CheckboxProps$1 {
2001
2084
  /**
@@ -2005,6 +2088,7 @@ interface ConsentCheckboxProps$1 extends GlobalProps, CheckboxProps$1 {
2005
2088
  */
2006
2089
  policy?: ConsentPolicy;
2007
2090
  }
2091
+ /** @publicDocs */
2008
2092
  export type PhoneAutocompleteField = ExtractStrict<AnyAutocompleteField, "tel" | "tel-area-code" | "tel-country-code" | "tel-extension" | "tel-local-prefix" | "tel-local-suffix" | "tel-local" | "tel-national" | `${AutocompleteAddressGroup} tel` | `${AutocompleteAddressGroup} tel-area-code` | `${AutocompleteAddressGroup} tel-country-code` | `${AutocompleteAddressGroup} tel-extension` | `${AutocompleteAddressGroup} tel-local-prefix` | `${AutocompleteAddressGroup} tel-local-suffix` | `${AutocompleteAddressGroup} tel-local` | `${AutocompleteAddressGroup} tel-national`>;
2009
2093
  interface PhoneFieldProps$1 extends GlobalProps, BaseTextFieldProps, Pick<FieldDecorationProps, "accessory">, AutocompleteProps<PhoneAutocompleteField> {
2010
2094
  /**
@@ -2058,9 +2142,7 @@ interface DatePickerProps$1 extends GlobalProps, InputProps, FocusEventProps {
2058
2142
  */
2059
2143
  type?: "single" | "multiple" | "range";
2060
2144
  /**
2061
- * Dates that can be selected.
2062
- *
2063
- * A comma-separated list of dates, date ranges. Whitespace is allowed after commas.
2145
+ * Restricts which dates the user can select. Accepts a comma-separated list of dates and date ranges. Whitespace is allowed after commas.
2064
2146
  *
2065
2147
  * The default `''` allows all dates.
2066
2148
  *
@@ -2111,7 +2193,7 @@ interface DatePickerProps$1 extends GlobalProps, InputProps, FocusEventProps {
2111
2193
  */
2112
2194
  disallow?: string;
2113
2195
  /**
2114
- * Days of the week that can be selected. These intersect with the result of `allow` and `disallow`.
2196
+ * Restricts which days of the week the user can select. These intersect with the result of `allow` and `disallow`.
2115
2197
  *
2116
2198
  * A comma-separated list of days. Whitespace is allowed after commas.
2117
2199
  *
@@ -2198,6 +2280,7 @@ interface DateFieldProps$1 extends GlobalProps, BaseTextFieldProps, Pick<DatePic
2198
2280
  */
2199
2281
  onInvalid?: (event: Event) => void;
2200
2282
  }
2283
+ /** @publicDocs */
2201
2284
  export type DateAutocompleteField = ExtractStrict<AnyAutocompleteField, "bday" | "bday-day" | "bday-month" | "bday-year" | "cc-expiry" | "cc-expiry-month" | "cc-expiry-year">;
2202
2285
  interface DetailsProps$1 extends GlobalProps, ToggleEventProps {
2203
2286
  /**
@@ -2255,7 +2338,7 @@ interface DropZoneProps$1 extends GlobalProps, FileInputProps, BasicFieldProps {
2255
2338
  /**
2256
2339
  * A string representing the types of files that are accepted by the drop zone.
2257
2340
  * This string is a comma-separated list of unique file type specifiers which can be one of the following:
2258
- * - A file extension starting with a period (".") character (e.g. .jpg, .pdf, .doc)
2341
+ * - A file extension starting with a period (".") character (such as .jpg, .pdf, .doc)
2259
2342
  * - A valid MIME type string with no extensions
2260
2343
  *
2261
2344
  * If omitted, all file types are accepted.
@@ -2284,6 +2367,7 @@ interface DropZoneProps$1 extends GlobalProps, FileInputProps, BasicFieldProps {
2284
2367
  }
2285
2368
  interface EmailFieldProps$1 extends GlobalProps, BaseTextFieldProps, MinMaxLengthProps, AutocompleteProps<EmailAutocompleteField> {
2286
2369
  }
2370
+ /** @publicDocs */
2287
2371
  export type EmailAutocompleteField = ExtractStrict<AnyAutocompleteField, "email" | `${AutocompleteAddressGroup} email`>;
2288
2372
  interface FormProps$1 extends GlobalProps {
2289
2373
  /**
@@ -2313,7 +2397,9 @@ interface FormProps$1 extends GlobalProps {
2313
2397
  */
2314
2398
  onReset?: (event: Event) => void;
2315
2399
  }
2400
+ /** @publicDocs */
2316
2401
  export type SpacingKeyword = SizeKeyword | "none";
2402
+ /** @publicDocs */
2317
2403
  export interface GapProps {
2318
2404
  /**
2319
2405
  * Adjust spacing between elements.
@@ -2341,32 +2427,40 @@ export interface GapProps {
2341
2427
  */
2342
2428
  columnGap?: MaybeResponsive<SpacingKeyword | "">;
2343
2429
  }
2430
+ /** @publicDocs */
2344
2431
  export type BaselinePosition = "baseline" | "first baseline" | "last baseline";
2432
+ /** @publicDocs */
2345
2433
  export type ContentDistribution = "space-between" | "space-around" | "space-evenly" | "stretch";
2434
+ /** @publicDocs */
2346
2435
  export type ContentPosition = "center" | "start" | "end";
2436
+ /** @publicDocs */
2347
2437
  export type OverflowPosition = `unsafe ${ContentPosition}` | `safe ${ContentPosition}`;
2348
2438
  /**
2349
2439
  * Justify items defines the default justify-self for all items of the box, giving them all a default way of justifying each box along the appropriate axis.
2350
2440
  *
2351
2441
  * @see https://developer.mozilla.org/en-US/docs/Web/CSS/justify-items
2442
+ * @publicDocs
2352
2443
  */
2353
2444
  export type JustifyItemsKeyword = "normal" | "stretch" | BaselinePosition | OverflowPosition | ContentPosition;
2354
2445
  /**
2355
2446
  * Align items sets the align-self value on all direct children as a group.
2356
2447
  *
2357
2448
  * @see https://developer.mozilla.org/en-US/docs/Web/CSS/align-items
2449
+ * @publicDocs
2358
2450
  */
2359
2451
  export type AlignItemsKeyword = "normal" | "stretch" | BaselinePosition | OverflowPosition | ContentPosition;
2360
2452
  /**
2361
2453
  * Justify content defines how the browser distributes space between and around content items along the main-axis of a flex container, and the inline axis of a grid container.
2362
2454
  *
2363
2455
  * @see https://developer.mozilla.org/en-US/docs/Web/CSS/justify-content
2456
+ * @publicDocs
2364
2457
  */
2365
2458
  export type JustifyContentKeyword = "normal" | ContentDistribution | OverflowPosition | ContentPosition;
2366
2459
  /**
2367
2460
  *Align content sets the distribution of space between and around content items along a flexbox's cross axis, or a grid or block-level element's block axis.
2368
2461
  *
2369
2462
  * @see https://developer.mozilla.org/en-US/docs/Web/CSS/align-content
2463
+ * @publicDocs
2370
2464
  */
2371
2465
  export type AlignContentKeyword = "normal" | BaselinePosition | ContentDistribution | OverflowPosition | ContentPosition;
2372
2466
  interface GridProps$1 extends GlobalProps, BaseBoxPropsWithRole, GapProps {
@@ -2453,6 +2547,7 @@ interface GridItemProps$1 extends GlobalProps, BaseBoxPropsWithRole {
2453
2547
  */
2454
2548
  gridRow?: `span ${number}` | "auto";
2455
2549
  }
2550
+ /** @publicDocs */
2456
2551
  export interface BaseTypographyProps {
2457
2552
  /**
2458
2553
  * Modify the color to be more or less intense.
@@ -2475,8 +2570,7 @@ export interface BaseTypographyProps {
2475
2570
  */
2476
2571
  fontVariantNumeric?: "auto" | "normal" | "tabular-nums";
2477
2572
  /**
2478
- * Indicate the text language. Useful when the text is in a different language than the rest of the page.
2479
- * It will allow assistive technologies such as screen readers to invoke the correct pronunciation.
2573
+ * The language of the button's text content. Use this when the button text is in a different language than the rest of the page, so assistive technologies can invoke the correct pronunciation.
2480
2574
  * [Reference of values](https://www.iana.org/assignments/language-subtag-registry/language-subtag-registry) ("subtag" label)
2481
2575
  *
2482
2576
  * It is recommended to combine it with the `dir` attribute to ensure the text is rendered correctly if the surrounding content’s direction is different.
@@ -2487,8 +2581,8 @@ export interface BaseTypographyProps {
2487
2581
  /**
2488
2582
  * Indicates the directionality of the element’s text.
2489
2583
  *
2490
- * - `ltr`: languages written from left to right (e.g. English)
2491
- * - `rtl`: languages written from right to left (e.g. Arabic)
2584
+ * - `ltr`: languages written from left to right (such as English)
2585
+ * - `rtl`: languages written from right to left (such as Arabic)
2492
2586
  * - `auto`: the user agent determines the direction based on the content
2493
2587
  * - `''`: direction is inherited from parent elements (equivalent to not setting the attribute)
2494
2588
  *
@@ -2498,6 +2592,7 @@ export interface BaseTypographyProps {
2498
2592
  */
2499
2593
  dir?: "ltr" | "rtl" | "auto" | "";
2500
2594
  }
2595
+ /** @publicDocs */
2501
2596
  export interface BlockTypographyProps {
2502
2597
  /**
2503
2598
  * Truncates the text content to the specified number of lines.
@@ -2526,7 +2621,7 @@ interface HeadingProps$1 extends GlobalProps, AccessibilityVisibilityProps, Bloc
2526
2621
  *
2527
2622
  * @default 'heading'
2528
2623
  *
2529
- * @implementation The `heading` role doesn't need to be applied if
2624
+ * @implementation The `heading` role doesnt need to be applied if
2530
2625
  * the host applies it for you; for example, an HTML host rendering
2531
2626
  * an `<h2>` element should not apply the `heading` role.
2532
2627
  */
@@ -2536,11 +2631,22 @@ interface IconProps$1 extends GlobalProps, Pick<InteractionProps, "interestFor">
2536
2631
  /**
2537
2632
  * Sets the tone of the icon, based on the intention of the information being conveyed.
2538
2633
  *
2634
+ * - `'auto'`: Inherits the tone from its parent context.
2635
+ * - `'neutral'`: Standard, non-semantic color for general-purpose icons.
2636
+ * - `'info'`: Informational content.
2637
+ * - `'success'`: Positive outcomes or confirmations.
2638
+ * - `'warning'`: Cautionary messages or alerts.
2639
+ * - `'critical'`: Errors, destructive actions, or urgent warnings.
2640
+ * - `'custom'`: Inherits a custom color from its parent element's CSS.
2641
+ *
2539
2642
  * @default 'auto'
2540
2643
  */
2541
2644
  tone?: ToneKeyword;
2542
2645
  /**
2543
- * Modify the color to be more or less intense.
2646
+ * The color emphasis of the icon.
2647
+ *
2648
+ * - `'base'`: Standard color intensity.
2649
+ * - `'subdued'`: A lighter, less prominent appearance.
2544
2650
  *
2545
2651
  * @default 'base'
2546
2652
  */
@@ -2548,148 +2654,115 @@ interface IconProps$1 extends GlobalProps, Pick<InteractionProps, "interestFor">
2548
2654
  /**
2549
2655
  * Adjusts the size of the icon.
2550
2656
  *
2657
+ * - `'small-200'`: Extra extra small.
2658
+ * - `'small-100'`: Extra small.
2659
+ * - `'small'`: Small.
2660
+ * - `'base'`: Standard size.
2661
+ * - `'large'`: Large.
2662
+ * - `'large-100'`: Extra large.
2663
+ *
2551
2664
  * @default 'base'
2552
2665
  */
2553
2666
  size?: SizeKeyword;
2667
+ /**
2668
+ * The type of icon to display. You can specify an icon name from the available icon set, or use an empty string to show no icon.
2669
+ */
2554
2670
  type?: IconType | AnyString;
2555
2671
  }
2672
+ /** @publicDocs */
2556
2673
  export interface BaseImageProps {
2557
2674
  /**
2558
- * An alternative text description that describe the image for the reader to
2559
- * understand what it is about. It is extremely useful for both users using
2560
- * assistive technology and sighted users. A well written description
2561
- * provides people with visual impairments the ability to participate in
2562
- * consuming non-text content. When a screen readers encounters an `s-image`,
2563
- * the description is read and announced aloud. If an image fails to load,
2564
- * potentially due to a poor connection, the `alt` is displayed on
2565
- * screen instead. This has the benefit of letting a sighted buyer know an
2566
- * image was meant to load here, but as an alternative, they’re still able to
2567
- * consume the text content. Read
2568
- * [considerations when writing alternative text](https://www.shopify.com/ca/blog/image-alt-text#4)
2569
- * to learn more.
2675
+ * Alternative text that describes the image for screen readers. This text should convey the meaning or content of the image to users who can't see it.
2570
2676
  *
2571
2677
  * @default `''`
2572
- * @see https://developer.mozilla.org/en-US/docs/Web/HTML/Element/img#alt
2573
2678
  */
2574
2679
  alt?: string;
2575
2680
  /**
2576
- * A set of media conditions and their corresponding sizes.
2577
- *
2578
- * @see https://developer.mozilla.org/en-US/docs/Web/HTML/Element/img#sizes
2681
+ * The sizes of the image at different viewport widths. Use this with `srcSet` to tell the browser which image to load (for example, `'(max-width: 320px) 280px, 640px'`).
2579
2682
  */
2580
2683
  sizes?: string;
2581
2684
  /**
2582
- * The image source (either a remote URL or a local file resource).
2583
- *
2584
- * When the image is loading or no `src` is provided, a placeholder will be rendered.
2585
- *
2586
- * @implementation Surfaces may choose the style of the placeholder, but the space the image occupies should be
2587
- * reserved, except in cases where the image area does not have a contextual inline or block size, which should be rare.
2588
- *
2589
- * @see https://developer.mozilla.org/en-US/docs/Web/HTML/Element/img#src
2685
+ * The URL of the image to display. You can provide an absolute or relative URL pointing to the image file. When the image is loading or no `src` is provided, a placeholder is rendered in its place.
2590
2686
  */
2591
2687
  src?: string;
2592
2688
  /**
2593
- * A set of image sources and their width or pixel density descriptors.
2594
- *
2595
- * This overrides the `src` property.
2596
- *
2597
- * @see https://developer.mozilla.org/en-US/docs/Web/HTML/Element/img#srcset
2689
+ * A set of source images with different sizes for responsive loading. Use this to provide multiple image sizes for different screen resolutions (for example, `'image-320w.jpg 320w, image-640w.jpg 640w'`). This overrides the `src` property when the browser can match a suitable source.
2598
2690
  */
2599
2691
  srcSet?: string;
2600
2692
  }
2601
2693
  interface ImageProps$1 extends GlobalProps, BaseImageProps, BorderProps {
2602
2694
  /**
2603
- * Sets the semantic meaning of the component’s content. When set,
2604
- * the role will be used by assistive technologies to help users
2605
- * navigate the page.
2695
+ * Sets the semantic meaning of the image content. When set, the role will be used by assistive technologies to help users navigate the page.
2606
2696
  *
2607
- * @default 'img'
2697
+ * - `'img'`: Identifies the element as an image that conveys meaningful information to users.
2698
+ * - `'none'`: Completely hides the element and its content from assistive technologies.
2699
+ * - `'presentation'`: Removes semantic meaning, making the image purely decorative and ignored by screen readers.
2608
2700
  *
2609
- * @implementation The `img` role doesn't need to be applied if
2610
- * the host applies it for you; for example, an HTML host rendering
2611
- * an `<img>` element should not apply the `img` role.
2701
+ * @default 'img'
2612
2702
  */
2613
2703
  accessibilityRole?: "img" | ExtractStrict<AccessibilityRole, "presentation" | "none">;
2614
2704
  /**
2615
2705
  * The displayed inline width of the image.
2616
2706
  *
2617
- * - `fill`: the image will takes up 100% of the available inline size.
2618
- * - `auto`: the image will be displayed at its natural size.
2707
+ * - `'fill'`: The image takes up 100% of the available inline size.
2708
+ * - `'auto'`: The image is displayed at its natural size.
2619
2709
  *
2620
2710
  * @default 'fill'
2621
- *
2622
- * @see https://developer.mozilla.org/en-US/docs/Web/HTML/Element/img#width
2623
2711
  */
2624
2712
  inlineSize?: "fill" | "auto";
2625
2713
  /**
2626
- * The aspect ratio of the image.
2627
- *
2628
- * The rendering of the image will depend on the `inlineSize` value:
2629
- *
2630
- * - `inlineSize="fill"`: the aspect ratio will be respected and the image will take the necessary space.
2631
- * - `inlineSize="auto"`: the image will not render until it has loaded and the aspect ratio will be ignored.
2632
- *
2633
- * For example, if the value is set as `50 / 100`, the getter returns `50 / 100`.
2634
- * If the value is set as `0.5`, the getter returns `0.5 / 1`.
2714
+ * The aspect ratio of the image as a width-to-height ratio (for example, `'16/9'` or `'1'`). This helps prevent layout shifts while the image loads.
2635
2715
  *
2636
2716
  * @default '1/1'
2637
- *
2638
- * @see https://developer.mozilla.org/en-US/docs/Web/CSS/aspect-ratio
2639
2717
  */
2640
2718
  aspectRatio?: `${number}${optionalSpace}/${optionalSpace}${number}` | `${number}`;
2641
2719
  /**
2642
- * Determines how the content of the image is resized to fit its container.
2643
- * The image is positioned in the center of the container.
2720
+ * How the image should be resized to fit its container. The image is positioned in the center of the container. Learn more about the [object-fit property](https://developer.mozilla.org/en-US/docs/Web/CSS/object-fit).
2644
2721
  *
2645
- * @default 'contain'
2722
+ * - `'contain'`: Fits the entire image within the container, preserving aspect ratio. May leave empty space.
2723
+ * - `'cover'`: Fills the container while preserving aspect ratio, cropping the image if needed.
2646
2724
  *
2647
- * @see https://developer.mozilla.org/en-US/docs/Web/CSS/object-fit
2725
+ * @default 'contain'
2648
2726
  */
2649
2727
  objectFit?: "contain" | "cover";
2650
2728
  /**
2651
- * Determines the loading behavior of the image:
2652
- * - `eager`: Immediately loads the image, irrespective of its position within the visible viewport.
2653
- * - `lazy`: Delays loading the image until it approaches a specified distance from the viewport.
2729
+ * When the image should be loaded.
2730
+ *
2731
+ * - `'eager'`: Loads the image immediately.
2732
+ * - `'lazy'`: Defers loading until the image is near the viewport.
2654
2733
  *
2655
2734
  * @default 'eager'
2656
- * @see https://developer.mozilla.org/en-US/docs/Web/HTML/Element/img#loading
2657
2735
  */
2658
2736
  loading?: "eager" | "lazy";
2659
2737
  /**
2660
- * Invoked when load completes successfully.
2661
- *
2662
- * @see https://developer.mozilla.org/en-US/docs/Web/API/GlobalEventHandlers/onload
2738
+ * A callback that's fired when the image has loaded successfully.
2663
2739
  */
2664
2740
  onLoad?: (event: Event) => void;
2665
2741
  /**
2666
- * Invoked on load error.
2667
- *
2668
- * @see https://developer.mozilla.org/en-US/docs/Web/API/GlobalEventHandlers/onerror
2742
+ * A callback that's fired when the image fails to load.
2669
2743
  */
2670
2744
  onError?: (event: Event) => void;
2671
2745
  }
2672
2746
  interface LinkProps$1 extends GlobalProps, LinkBehaviorProps {
2673
2747
  /**
2674
- * The content of the Link.
2748
+ * The content of the link.
2675
2749
  */
2676
2750
  children?: ComponentChildren;
2677
2751
  /**
2678
- * Sets the tone of the Link, based on the intention of the information being conveyed.
2752
+ * Sets the tone of the link, based on the intention of the information being conveyed.
2679
2753
  *
2680
2754
  * @default 'auto'
2681
2755
  */
2682
2756
  tone?: ToneKeyword;
2683
2757
  /**
2684
- * A label that describes the purpose or contents of the Link. It will be read to users using assistive technologies such as screen readers.
2758
+ * A label that describes the purpose or contents of the link. It will be read to users using assistive technologies such as screen readers.
2685
2759
  *
2686
2760
  * Use this when using only an icon or the content of the link is not enough context
2687
2761
  * for users using assistive technologies.
2688
2762
  */
2689
2763
  accessibilityLabel?: string;
2690
2764
  /**
2691
- * Indicate the text language. Useful when the text is in a different language than the rest of the page.
2692
- * It will allow assistive technologies such as screen readers to invoke the correct pronunciation.
2765
+ * The language of the button's text content. Use this when the button text is in a different language than the rest of the page, so assistive technologies can invoke the correct pronunciation.
2693
2766
  * [Reference of values](https://www.iana.org/assignments/language-subtag-registry/language-subtag-registry) ("subtag" label)
2694
2767
  */
2695
2768
  lang?: string;
@@ -2703,170 +2776,196 @@ interface ListItemProps$1 extends GlobalProps {
2703
2776
  interface MapProps$1 extends GlobalProps, SizingProps {
2704
2777
  /**
2705
2778
  * A valid API key for the map service provider.
2706
- *
2707
- * The map service provider may require an API key. Without an API key the map could be hidden or render in a limited developer mode.
2708
2779
  */
2709
2780
  apiKey?: string;
2710
2781
  /**
2711
- * Map center’s latitude in degrees.
2782
+ * The latitude of the map's center point, in degrees.
2712
2783
  *
2713
2784
  * @default 0
2714
2785
  */
2715
2786
  latitude?: number;
2716
2787
  /**
2717
- * Map center’s longitude in degrees.
2788
+ * The longitude of the map's center point, in degrees.
2718
2789
  *
2719
2790
  * @default 0
2720
2791
  */
2721
2792
  longitude?: number;
2722
2793
  /**
2723
- * A label that describes the purpose or contents of the map.
2724
- *
2725
- * When set, it will be announced to users using assistive technologies and will provide them with more context.
2794
+ * A label that describes the purpose or contents of the map. When set, it will be announced to users using assistive technologies.
2726
2795
  */
2727
2796
  accessibilityLabel?: string;
2728
2797
  /**
2729
- * The initial Map zoom level.
2730
- *
2731
- * Valid zoom values are numbers from zero up to 18.
2732
- * Larger zoom values correspond to a higher resolution.
2798
+ * The initial zoom level of the map. Valid values are numbers from 0 to 18.
2733
2799
  *
2734
2800
  * @default 4
2735
2801
  */
2736
2802
  zoom?: number;
2737
2803
  /**
2738
- * The maximum zoom level which will be displayed on the map.
2739
- *
2740
- * Valid zoom values are numbers from zero up to 18.
2804
+ * The maximum zoom level the user can reach on the map. Valid values are numbers from 0 to 18.
2741
2805
  *
2742
2806
  * @default 18
2743
2807
  */
2744
2808
  maxZoom?: number;
2745
2809
  /**
2746
- * The minimum zoom level which will be displayed on the map.
2747
- *
2748
- * Valid zoom values are numbers from zero up to 18.
2810
+ * The minimum zoom level the user can reach on the map. Valid values are numbers from 0 to 18.
2749
2811
  *
2750
2812
  * @default 0
2751
2813
  */
2752
2814
  minZoom?: number;
2753
2815
  /**
2754
- * Callback when the viewport bounds have changed or the map is resized.
2816
+ * A callback that's fired when the visible map boundaries change.
2755
2817
  */
2756
2818
  onBoundsChange?: (event: MapBoundsChangeEvent) => void;
2757
2819
  /**
2758
- * Callback when the map view changes.
2820
+ * A callback that's fired when the map view changes, such as when the user pans or zooms.
2759
2821
  */
2760
2822
  onViewChange?: (event: MapViewChangeEvent) => void;
2761
2823
  /**
2762
- * Callback when the user clicks on the map.
2824
+ * A callback that's fired when the user clicks on the map.
2763
2825
  */
2764
2826
  onClick?: (event: MapClickEvent) => void;
2765
2827
  /**
2766
- * Callback when the user double-clicks on the map.
2828
+ * A callback that's fired when the user double-clicks on the map.
2767
2829
  */
2768
2830
  onDblClick?: (event: MapDblClickEvent) => void;
2769
2831
  }
2832
+ /**
2833
+ * A geographic coordinate pair representing a location on the map.
2834
+ */
2770
2835
  interface Location$1 {
2836
+ /**
2837
+ * The latitude of the location in degrees.
2838
+ */
2771
2839
  latitude?: number;
2840
+ /**
2841
+ * The longitude of the location in degrees.
2842
+ */
2772
2843
  longitude?: number;
2773
2844
  }
2845
+ /**
2846
+ * The geographic boundaries of a visible map area.
2847
+ * @publicDocs
2848
+ */
2774
2849
  export interface Bounds {
2850
+ /**
2851
+ * The north-east corner of the bounded area.
2852
+ */
2775
2853
  northEast?: Location$1;
2854
+ /**
2855
+ * The south-west corner of the bounded area.
2856
+ */
2776
2857
  southWest?: Location$1;
2777
2858
  }
2859
+ /**
2860
+ * The event data for map view changes.
2861
+ * @publicDocs
2862
+ */
2778
2863
  export interface MapViewChangeEvent extends Event {
2864
+ /**
2865
+ * The geographic location of the new map center.
2866
+ */
2779
2867
  location?: Location$1;
2868
+ /**
2869
+ * The current zoom level of the map after the view change.
2870
+ */
2780
2871
  zoom?: number;
2781
2872
  }
2873
+ /**
2874
+ * The event data for map bounds changes.
2875
+ * @publicDocs
2876
+ */
2782
2877
  export interface MapBoundsChangeEvent extends Event {
2878
+ /**
2879
+ * The geographic boundaries of the visible map area after the change.
2880
+ */
2783
2881
  bounds?: Bounds;
2784
2882
  }
2883
+ /**
2884
+ * The event data for map click events.
2885
+ * @publicDocs
2886
+ */
2785
2887
  export interface MapClickEvent extends Event {
2888
+ /**
2889
+ * The geographic location of the click.
2890
+ */
2786
2891
  location?: Location$1;
2787
2892
  }
2893
+ /**
2894
+ * The event data for map double-click events.
2895
+ * @publicDocs
2896
+ */
2788
2897
  export interface MapDblClickEvent extends Event {
2898
+ /**
2899
+ * The geographic location of the double-click.
2900
+ */
2789
2901
  location?: Location$1;
2790
2902
  }
2791
2903
  interface MapMarkerProps$1 extends GlobalProps, InteractionProps, Pick<SizingProps, "blockSize" | "inlineSize"> {
2792
2904
  /**
2793
- * Marker’s location latitude in degrees.
2905
+ * The latitude of the marker location, in degrees.
2794
2906
  *
2795
2907
  * @default 0
2796
2908
  */
2797
2909
  latitude?: number;
2798
2910
  /**
2799
- * Marker’s longitude latitude in degrees.
2911
+ * The longitude of the marker location, in degrees.
2800
2912
  *
2801
2913
  * @default 0
2802
2914
  */
2803
2915
  longitude?: number;
2804
2916
  /**
2805
- * A label that describes the purpose of the marker. When set,
2806
- * it will be announced to users using assistive technologies and will
2807
- * provide them with more context.
2917
+ * A label that describes the purpose of the marker. When set, it will be announced to users using assistive technologies.
2808
2918
  */
2809
2919
  accessibilityLabel?: string;
2810
2920
  /**
2811
- * Allows grouping the marker in clusters when zoomed out.
2921
+ * Whether the marker can be grouped into clusters when zoomed out.
2812
2922
  *
2813
2923
  * @default false
2814
2924
  */
2815
2925
  clusterable?: boolean;
2816
2926
  /**
2817
- * The graphic to use as the marker.
2818
- *
2819
- * If unset, it will default to the provider’s default marker.
2927
+ * The graphic to use as the marker. If unset, the default marker from the map provider is used.
2820
2928
  */
2821
2929
  graphic?: ComponentChildren;
2822
2930
  /**
2823
- * Callback when a marker is clicked.
2824
- *
2825
- * It does not trigger a click event on the map itself.
2931
+ * A callback that's fired when the marker is clicked. This does not trigger a click event on the map.
2826
2932
  */
2827
2933
  onClick?: (event: Event) => void;
2828
2934
  }
2829
2935
  interface ModalProps$1 extends GlobalProps, BaseOverlayProps, BaseOverlayMethods, ActionSlots {
2830
2936
  /**
2831
- * A label that describes the purpose of the modal. When set,
2832
- * it will be announced to users using assistive technologies and will
2833
- * provide them with more context.
2834
- *
2835
- * This overrides the `heading` prop for screen readers.
2937
+ * A label that describes the purpose of the modal, announced by assistive technologies. When set, screen readers will use this label instead of the `heading` to describe the modal.
2836
2938
  */
2837
2939
  accessibilityLabel?: string;
2838
2940
  /**
2839
- * A title that describes the content of the Modal.
2840
- *
2941
+ * A title that describes the content of the modal.
2841
2942
  */
2842
2943
  heading?: string;
2843
2944
  /**
2844
- * Adjust the padding around the Modal content.
2845
- *
2846
- * `base`: applies padding that is appropriate for the element.
2945
+ * Adjust the padding around the modal content.
2847
2946
  *
2848
- * `none`: removes all padding from the element. This can be useful when elements inside the Modal need to span
2849
- * to the edge of the Modal. For example, a full-width image. In this case, rely on `Box` with a padding of 'base'
2850
- * to bring back the desired padding for the rest of the content.
2947
+ * - `base`: Applies padding that is appropriate for the element.
2948
+ * - `none`: Removes all padding from the element. This can be useful when elements inside the modal need to span to the edge of the modal. For example, a full-width image. In this case, rely on box with a padding of `base` to bring back the desired padding for the rest of the content.
2851
2949
  *
2852
2950
  * @default 'base'
2853
2951
  */
2854
2952
  padding?: "base" | "none";
2855
2953
  /**
2856
- * Adjust the size of the Modal.
2954
+ * Adjust the size of the modal.
2857
2955
  *
2858
- * `max`: expands the Modal to its maximum size as defined by the host application, on both the horizontal and vertical axes.
2956
+ * `max`: Expands the modal to its maximum size as defined by the host application, on both the horizontal and vertical axes.
2859
2957
  *
2860
2958
  * @default 'base'
2861
2959
  */
2862
2960
  size?: SizeKeyword | "max";
2863
2961
  /**
2864
- * The content of the Modal.
2962
+ * The content of the modal.
2865
2963
  */
2866
2964
  children?: ComponentChildren;
2867
2965
  }
2868
2966
  interface MoneyFieldProps$1 extends GlobalProps, BaseTextFieldProps, NumberConstraintsProps, AutocompleteProps<MoneyAutocompleteField> {
2869
2967
  }
2968
+ /** @publicDocs */
2870
2969
  export type MoneyAutocompleteField = ExtractStrict<AnyAutocompleteField, "transaction-amount">;
2871
2970
  interface NumberFieldProps$1 extends GlobalProps, BaseTextFieldProps, AutocompleteProps<NumberAutocompleteField>, NumberConstraintsProps, FieldDecorationProps {
2872
2971
  /**
@@ -2877,6 +2976,7 @@ interface NumberFieldProps$1 extends GlobalProps, BaseTextFieldProps, Autocomple
2877
2976
  */
2878
2977
  inputMode?: "decimal" | "numeric";
2879
2978
  }
2979
+ /** @publicDocs */
2880
2980
  export type NumberAutocompleteField = ExtractStrict<AnyAutocompleteField, "one-time-code" | "cc-number" | "cc-csc">;
2881
2981
  interface OptionProps$1 extends GlobalProps, BaseOptionProps {
2882
2982
  /**
@@ -2900,6 +3000,7 @@ interface ParagraphProps$1 extends GlobalProps, BaseTypographyProps, BlockTypogr
2900
3000
  */
2901
3001
  type?: ParagraphType;
2902
3002
  }
3003
+ /** @publicDocs */
2903
3004
  export type ParagraphType =
2904
3005
  /**
2905
3006
  * Indicate the text is a structural grouping of related content.
@@ -2920,27 +3021,25 @@ export type ParagraphType =
2920
3021
  | "small";
2921
3022
  interface PasswordFieldProps$1 extends GlobalProps, BaseTextFieldProps, MinMaxLengthProps, AutocompleteProps<PasswordAutocompleteField> {
2922
3023
  }
3024
+ /** @publicDocs */
2923
3025
  export type PasswordAutocompleteField = ExtractStrict<AnyAutocompleteField, "new-password" | "current-password">;
2924
3026
  interface PaymentIconProps$1 extends GlobalProps {
2925
3027
  /**
2926
- * The icon type of the payment method
3028
+ * The name of the payment method icon to display.
2927
3029
  *
2928
3030
  * @default ''
2929
3031
  */
2930
3032
  type?: PaymentIconName | AnyString;
2931
3033
  /**
2932
- * A label that describes the purpose or contents of the icon.
2933
- *
2934
- * When set, it will be announced to users using assistive technologies and will provide them with more context.
2935
- * This should only be used if the icon requires an alternative internationalised label
2936
- * or if it is otherwise inappropriate to make use of the default label included with the icon.
3034
+ * A label that describes the purpose or contents of the payment icon. When set, it will be announced to users using assistive technologies.
2937
3035
  */
2938
3036
  accessibilityLabel?: string;
2939
3037
  }
3038
+ /** @publicDocs */
2940
3039
  export type PaymentIconName = "abn" | "acima-leasing" | "acuotaz" | "ada" | "addi" | "adyen" | "aeropay" | "affin-bank" | "affirm" | "aftee" | "afterpay-paynl-version" | "afterpay" | "airtel-money" | "airteltigo-mobile-money" | "aktia" | "akulaku-paylater" | "akulaku" | "alandsbanken" | "alfamart" | "alfamidi" | "alipay-hk" | "alipay-paynl-version" | "alipay" | "alliance-bank" | "alma" | "aman" | "amazon" | "ambank" | "american-express" | "amex" | "ansa-stored-value" | "ansa" | "anyday" | "apecoin" | "aplazo" | "apple-pay" | "aqsat" | "arbitrum" | "arhaus" | "arvato" | "ashley-plcc" | "ask" | "astrapay" | "atm-bersama" | "atobaraidotcom" | "atome" | "atone" | "atrato" | "au-kantan-kessai" | "au-pay" | "authorize-net" | "avalanche" | "axs" | "bancnet" | "banco-azteca" | "bancomat" | "bancontact" | "bangkok-bank" | "bank-islam" | "bank-muamalat" | "bank-rakyat" | "barclays" | "base" | "bbva-cie" | "bc-card" | "bca-klikpay" | "bca" | "bdo" | "belfius" | "benefit" | "best-buy-card" | "biercheque-paynl-version" | "bigc" | "billease" | "biller-paynl-version" | "billie" | "billink-method" | "billink" | "bitcoin-cash" | "bitcoin" | "bizum" | "blik" | "bnbchain" | "bni" | "bnp" | "bogus-app-coin" | "bogus" | "boleto" | "boodil" | "boost" | "bpi" | "braintree" | "bread-pay" | "bread" | "bri-direct-debit" | "bri" | "brimo" | "bsi" | "bsn" | "bss" | "busd" | "careem-pay" | "cartes-bancaires" | "cash-app-pay" | "cash" | "cashew" | "cashinvoice-latin-america" | "catch-payments" | "cebuana" | "cembrapay" | "centi" | "cetelem" | "checkout-finance" | "chinabank" | "cimb-clicks" | "cimb" | "circle-k" | "citadele" | "citi-pay" | "clave-telered" | "clearpay" | "clerq" | "cleverpay" | "clip" | "cliq" | "codensa" | "coinsph" | "collector-bank" | "coop" | "coppel-pay" | "credit-agricole" | "credit-key" | "creditclick-paynl-version" | "credix" | "cuotas" | "d-barai" | "dai" | "daily-yamazaki" | "dan-dan" | "dana" | "danamon-online" | "dankort" | "danske-bank" | "dappmx" | "dash" | "daviplata" | "de-cadeaukaart" | "depay" | "deutsche-bank" | "dinacard" | "diners-club" | "direct-bank-transfer-latin-america" | "directa24" | "directpay" | "discover" | "divido" | "dnb" | "docomo-barai" | "dogecoin" | "dropp" | "duitnow" | "duologi" | "dwolla" | "easywallet" | "ebucks" | "echelon-financing" | "ecpay" | "edenred" | "efecty" | "eft-secure" | "eftpos-au" | "eghl" | "elo" | "elv" | "empty" | "enets" | "eos" | "epayments" | "epospay" | "eps" | "erste" | "escrowcom" | "esr-paymentslip-switzerland" | "ethereum" | "etihad-guest-pay" | "etika" | "ewallet-indonesia" | "ewallet-philippines" | "ewallet-southkorea" | "facebook-pay" | "fairstone-payments" | "fam" | "familymart" | "fantom" | "farmlands" | "fashion-giftcard-paynlversion" | "fashioncheque" | "favepay" | "fawry" | "finloup" | "fintecture" | "fintoc" | "flexiti" | "float-payments" | "flying-blue-plus" | "forbrugsforeningen" | "forsa" | "fortiva" | "fps" | "fpx" | "freecharge" | "freedompay" | "futurepay-mytab" | "gcash" | "generalfinancing" | "generic" | "genoapay" | "gezondheidsbon-paynl-version" | "giftcard" | "giropay" | "givacard" | "glbe-paypal" | "glbe-plus" | "gmo-atokara" | "gmo-bank-transfer" | "gmo-postpay" | "gmo-virtualaccount" | "gnosis" | "google-pay" | "google-wallet" | "gopay" | "grabpay" | "grailpay" | "gusd" | "hana-card" | "handelsbanken" | "happy-pay" | "hello-clever" | "heylight" | "hitrustpay-transfer" | "home-credit" | "hong-leong-bank" | "hong-leong-connect" | "hsbc" | "huis-tuin-cadeau" | "humm" | "hyper" | "hypercard" | "hypercash" | "hyundai-card" | "ibexpay" | "ideal" | "in3-via-ideal" | "in3" | "inbank" | "indomaret" | "ing-homepay" | "interac" | "ivy" | "iwocapay-pay-later" | "jcb" | "jenius" | "jko" | "jousto" | "kakao-pay" | "kakebaraidotcom" | "kasikornbank" | "kasssh" | "katapult" | "kb-card" | "kbc-cbc" | "kcp-credit-card" | "kfast" | "khqr" | "klarna-pay-later" | "klarna-pay-now" | "klarna-slice-it" | "klarna" | "knaken-settle" | "knet" | "koalafi" | "koin" | "krediidipank" | "kredivo" | "krungsri" | "krungthai-bank" | "kueski-pay" | "kunst-en-cultuur-cadeaukaart" | "kuwait-finance-house" | "land-bank" | "laser" | "latitude-creditline-au" | "latitude-gem-au" | "latitude-gem-nz" | "latitude-go-au" | "latitudepay" | "lawson" | "laybuy-heart" | "laybuy" | "lbc" | "lhv" | "line-pay" | "linkaja" | "linkpay" | "litecoin" | "lku" | "lloyds" | "lotte-card" | "lpb" | "luminor" | "lunch-check" | "lydia" | "mach" | "mada" | "maestro" | "mandiri" | "mash" | "master" | "mastercard" | "masterpass" | "maxima" | "maya-bank" | "maya" | "maybank-qrpay" | "maybank" | "maybankm2u" | "mb-way" | "mb" | "mcash" | "medicinos-bankas" | "meeza" | "mercado-credito" | "mercado-pago" | "merpay" | "meta-pay" | "metro-bank" | "military-starcard" | "minicuotas" | "ministop" | "mobicred" | "mobikwik" | "mobilepay" | "mode" | "mokka" | "momopay" | "mondido" | "monero" | "monzo" | "mpesa" | "mtn-mobile-money" | "multisafepay" | "mybank" | "myfatoorah" | "n26" | "naps" | "nationale-bioscoopbon" | "nationale-entertainmentcard" | "natwest" | "naver-pay" | "nelo" | "nequi" | "netbanking" | "neteller" | "nh-card" | "nordea" | "notyd" | "novuna" | "npatobarai" | "npkakebarai" | "oca" | "ocbc-bank" | "octo-clicks" | "octopus" | "offline-bank-transfer-latin-america" | "ola-money" | "omannet" | "omasp" | "oney" | "online-banking" | "online-banktransfer" | "op" | "opay" | "openpay" | "optimism" | "orange-mobile-money" | "overstock-citicobrand" | "overstock-citiplcc" | "ovo" | "oxxo" | "ozow" | "pagoefectivo" | "paid" | "paidy" | "palawa" | "palawan" | "pastpay" | "pay-after-delivery-instalments" | "pay-by-bank-us" | "pay-by-bank" | "pay-easy" | "pay-pay" | "paybylink" | "paycash" | "payco" | "payconiq" | "payd" | "payfast-instant-eft" | "payflex" | "payid" | "payitmonthly" | "payjustnow" | "paymark-online-eftpos" | "paymaya" | "payme" | "paynow-mbank" | "paynow" | "payoo-qr" | "payoo" | "paypal" | "payplan" | "paypo" | "payrexx-bank-transfer" | "payright" | "paysafecard-paynl-version" | "paysafecard" | "paysafecash" | "paysera" | "paysquad" | "paytm" | "payto" | "paytomorrow" | "payu" | "payzapp" | "pei" | "perlasfinance" | "permata" | "pf-pay" | "pivo" | "pix" | "podium-cadeaukaart" | "pointspay" | "poli" | "polygon" | "poppankki" | "postfinance-card" | "postfinance-efinance" | "postpay" | "powered-by-ansa-stored-value" | "powered-by-ansa" | "powerpay" | "pps" | "prepaysolutions" | "progressive-leasing" | "przelew24" | "przelewy24-paynl-version" | "przelewy24" | "pse" | "public-bank" | "publicbank-pbe" | "qasitli" | "qliro" | "qr-promptpay" | "qris" | "qrph" | "rabbit-line-pay" | "rabobank" | "rakuten-pay" | "rapid-transfer" | "ratepay" | "raty-pekao" | "rcbc" | "rcs" | "reka" | "resolve-pay" | "revolut" | "rhb-bank" | "rhb-now" | "rietumu" | "riverty-paynl-version" | "riverty" | "rupay" | "saastopankki" | "sadad" | "sam" | "samsung-card" | "samsung-pay" | "santander" | "satisfi" | "satispay" | "sbpl" | "scalapay" | "scream-truck-wallet" | "scream-truck" | "seb" | "seicomart" | "sepa-bank-transfer" | "sepa-direct-debit" | "sequra" | "seven-eleven" | "sezzle" | "shib" | "shinhan-card" | "shop-pay" | "shopeepay" | "shopify-pay" | "siam-commercial" | "siauliu-bankas" | "siirto" | "sika-fsa" | "sika-hsa" | "sika" | "simpl" | "simple-pay" | "sinpe-movil" | "sistecredito" | "skeps" | "skrill-digital-wallet" | "slice-fnbo" | "smartpay" | "snap-checkout" | "snapmint" | "societe-generale" | "sofort" | "softbank" | "solana-pay-helio" | "solana-pay" | "solana" | "souhoola" | "spankki" | "sparkasse" | "spei" | "splitit" | "spotii" | "spraypay" | "standard-chartered" | "stc-pay" | "stoov" | "store-credit" | "stripe" | "sunkus" | "super-payments" | "svea-b2b-faktura" | "svea-b2b-invoice" | "svea-checkout" | "svea-credit-account" | "svea-delbetalning" | "svea-faktura" | "svea-invoice" | "svea-lasku" | "svea-ostukonto" | "svea-part-payment" | "svea-yrityslasku" | "sveaeramaksu" | "swedbank" | "swiftpay" | "swish" | "swissbilling" | "sympl" | "synchrony-pay" | "synchrony" | "tabby" | "tabit" | "taly" | "tamara" | "tandympayment" | "tasa-cero" | "tbi-bank" | "tcf" | "tendopay" | "tensile" | "tesco-lotus" | "thanachart-bank" | "timepayment" | "tiptop" | "todopay" | "toss" | "touch-n-go" | "tpay" | "trevipay" | "truelayer" | "truemoney-pay" | "trustly" | "twig-pay" | "twint" | "twoinvoice" | "uae-visa" | "uangme" | "ubp" | "underpay" | "unionpay" | "unipay" | "uob-ez-pay" | "uob-thai" | "uob" | "upi" | "urbo" | "urpay" | "usdc" | "usdp" | "v-pay" | "valu" | "venmo" | "ventipay" | "venus-plcc" | "viabill" | "vipps" | "visa-electron" | "visa" | "volksbank" | "volt" | "vvv-cadeaukaart-paynl-version" | "vvv-giftcard" | "waave-pay-by-bank" | "wallet" | "walley" | "wbtc" | "webshop-giftcard" | "wechat-pay" | "wechat-paynl-version" | "wegetfinancing" | "whish-checkout" | "whish-pay" | "wise" | "wissel" | "world-chain" | "xrp" | "yape" | "yappy" | "ymobile" | "younited-pay" | "zalopay" | "zapper" | "zingala" | "zinia" | "zip" | "zoodpay" | "zulily-credit-card" | "zustaina";
2941
3040
  interface PopoverProps$1 extends GlobalProps, BaseOverlayProps, BaseOverlayMethods, ToggleEventProps, SizingProps {
2942
3041
  /**
2943
- * The content of the popover.
3042
+ * The content displayed within the popover, which appears in an overlay positioned relative to its trigger element.
2944
3043
  */
2945
3044
  children?: ComponentChildren;
2946
3045
  }
@@ -2962,25 +3061,28 @@ interface PressButtonProps$1 extends GlobalProps, Pick<ButtonProps$1, "accessibi
2962
3061
  }
2963
3062
  interface ProductThumbnailProps$1 extends GlobalProps, BaseImageProps {
2964
3063
  /**
2965
- * Decorates the product thumbnail with the quantity of the product.
3064
+ * The quantity badge displayed on the product thumbnail.
2966
3065
  */
2967
3066
  totalItems?: number;
2968
3067
  /**
2969
- * Adjusts the size the product thumbnail image.
3068
+ * Adjusts the size of the product thumbnail image.
3069
+ *
3070
+ * - `'small-200'`: Extra extra small.
3071
+ * - `'small-100'`: Extra small.
3072
+ * - `'small'`: Small.
3073
+ * - `'base'`: Standard size.
3074
+ * - `'large'`: Large.
3075
+ * - `'large-100'`: Extra large.
2970
3076
  *
2971
3077
  * @default 'base'
2972
3078
  */
2973
3079
  size?: SizeKeyword;
2974
3080
  /**
2975
- * Invoked when load of provided image completes successfully.
2976
- *
2977
- * @see https://developer.mozilla.org/en-US/docs/Web/API/GlobalEventHandlers/onload
3081
+ * A callback that's fired when the thumbnail image has loaded successfully.
2978
3082
  */
2979
3083
  onLoad?: (event: Event) => void;
2980
3084
  /**
2981
- * Invoked on load error of provided image.
2982
- *
2983
- * @see https://developer.mozilla.org/en-US/docs/Web/API/GlobalEventHandlers/onerror
3085
+ * A callback that's fired when the thumbnail image fails to load.
2984
3086
  */
2985
3087
  onError?: (event: Event) => void;
2986
3088
  }
@@ -3002,7 +3104,7 @@ interface ProgressProps$1 extends GlobalProps {
3002
3104
  /**
3003
3105
  * Specifies how much of the task has been completed.
3004
3106
  *
3005
- * It must be a valid floating point number between 0 and `max`, or between 0 and 1 if `max` is omitted.
3107
+ * It must be a valid floating point number between `0` and `max`, or between `0` and `1` if `max` is omitted.
3006
3108
  * If there is no value attribute, the progress bar is indeterminate;
3007
3109
  * this indicates that an activity is ongoing with no indication of how long it is expected to take.
3008
3110
  *
@@ -3016,7 +3118,7 @@ interface ProgressProps$1 extends GlobalProps {
3016
3118
  /**
3017
3119
  * This attribute describes how much work the task indicated by the progress element requires.
3018
3120
  *
3019
- * The `max` attribute, if present, must have a value greater than 0 and be a valid floating point number.
3121
+ * The `max` attribute, if present, must have a value greater than `0` and be a valid floating point number.
3020
3122
  *
3021
3123
  * @default 1
3022
3124
  *
@@ -3026,46 +3128,39 @@ interface ProgressProps$1 extends GlobalProps {
3026
3128
  }
3027
3129
  interface QRCodeProps$1 extends GlobalProps {
3028
3130
  /**
3029
- * Set the border of the QR code.
3131
+ * The border style of the QR code.
3030
3132
  *
3031
- * `base`: applies border that is appropriate for the element.
3032
- * `none`: removes the border from the element.
3133
+ * - `'base'`: Applies a standard border.
3134
+ * - `'none'`: Removes the border.
3033
3135
  *
3034
3136
  * @default 'base'
3035
3137
  */
3036
3138
  border?: "base" | "none";
3037
3139
  /**
3038
- * The content to be encoded in the QR code, which can be any string such as a URL, email address, plain text, etc.
3039
- * Specific string formatting can trigger actions on the user's device when scanned, like opening geolocation
3040
- * coordinates on a map, opening a preferred app or app store entry, preparing an email, text message, and more.
3140
+ * The data to encode in the QR code. This can be any string, such as a URL, email address, or plain text. When scanned, specific string formats can trigger device actions like opening a link, preparing an email, or launching an app.
3041
3141
  */
3042
3142
  content?: string;
3043
3143
  /**
3044
3144
  * The displayed size of the QR code.
3045
3145
  *
3046
- * `fill`: the QR code will takes up 100% of the available inline-size and maintain a 1:1 aspect ratio.
3047
- * `base`: the QR code will be displayed at its default size.
3146
+ * - `'fill'`: The QR code takes up 100% of the available inline size and maintains a 1:1 aspect ratio.
3147
+ * - `'base'`: The QR code is displayed at its default size.
3048
3148
  *
3049
3149
  * @default 'base'
3050
3150
  */
3051
3151
  size?: "base" | "fill";
3052
3152
  /**
3053
- * A label that describes the purpose or contents of the QR code. When set,
3054
- * it will be announced to users using assistive technologies and will
3055
- * provide more context about what the QR code may do when scanned.
3153
+ * A label that describes the purpose or contents of the QR code. When set, it will be announced to users using assistive technologies.
3056
3154
  *
3057
3155
  * @default 'QR code' (translated to the user's locale)
3058
3156
  */
3059
3157
  accessibilityLabel?: string;
3060
3158
  /**
3061
- * Invoked when the conversion of `content` to a QR code fails.
3062
- * If an error occurs, the QR code and its child elements will not be displayed.
3159
+ * A callback that's fired when the conversion of `content` to a QR code fails. If an error occurs, the QR code and its child elements will not be displayed.
3063
3160
  */
3064
3161
  onError?: (event: Event) => void;
3065
3162
  /**
3066
- * URL of an image to be displayed in the center of the QR code.
3067
- * This is useful for branding or to indicate to the user what scanning the QR code will do.
3068
- * By default, no image is displayed.
3163
+ * URL of an image to display in the center of the QR code, typically used for branding or to indicate what scanning the code will do.
3069
3164
  */
3070
3165
  logo?: string;
3071
3166
  }
@@ -3089,6 +3184,7 @@ interface QueryContainerProps$1 extends GlobalProps {
3089
3184
  */
3090
3185
  containerName?: string;
3091
3186
  }
3187
+ /** @publicDocs */
3092
3188
  export type OverflowKeyword = "auto" | "hidden";
3093
3189
  interface ScrollBoxProps$1 extends GlobalProps, Omit<BaseBoxPropsWithRole, "overflow"> {
3094
3190
  /**
@@ -3109,19 +3205,19 @@ interface ScrollBoxProps$1 extends GlobalProps, Omit<BaseBoxPropsWithRole, "over
3109
3205
  }
3110
3206
  interface SectionProps$1 extends GlobalProps, ActionSlots {
3111
3207
  /**
3112
- * The content of the Section.
3208
+ * The content of the section.
3113
3209
  */
3114
3210
  children?: ComponentChildren;
3115
3211
  /**
3116
3212
  * A label used to describe the section that will be announced by assistive technologies.
3117
3213
  *
3118
- * When no `heading` property is provided or included as a children of the Section, you **must** provide an
3119
- * `accessibilityLabel` to describe the Section. This is important as it allows assistive technologies to provide
3214
+ * When no `heading` property is provided or included as a child of the section, you **must** provide an
3215
+ * `accessibilityLabel` to describe the section. This is important as it allows assistive technologies to provide
3120
3216
  * the right context to users.
3121
3217
  */
3122
3218
  accessibilityLabel?: string;
3123
3219
  /**
3124
- * A title that describes the content of the section.
3220
+ * A title displayed at the top of the section. When provided, it serves as both a visible heading and the accessible name for the section. If omitted, you must provide an `accessibilityLabel` instead.
3125
3221
  */
3126
3222
  heading?: string;
3127
3223
  /**
@@ -3129,8 +3225,8 @@ interface SectionProps$1 extends GlobalProps, ActionSlots {
3129
3225
  *
3130
3226
  * - `base`: applies padding that is appropriate for the element. Note that it may result in no padding if
3131
3227
  * this is the right design decision in a particular context.
3132
- * - `none`: removes all padding from the element. This can be useful when elements inside the Section need to span
3133
- * to the edge of the Section. For example, a full-width image. In this case, rely on `s-box` with a padding of 'base'
3228
+ * - `none`: removes all padding from the element. This can be useful when elements inside the section need to span
3229
+ * to the edge of the section. For example, a full-width image. In this case, rely on `s-box` with a padding of 'base'
3134
3230
  * to bring back the desired padding for the rest of the content.
3135
3231
  *
3136
3232
  * @default 'base'
@@ -3147,28 +3243,15 @@ interface SelectProps$1 extends GlobalProps, AutocompleteProps<AnyAutocompleteFi
3147
3243
  }
3148
3244
  interface SheetProps$1 extends BaseOverlayProps, BaseOverlayMethods, ToggleEventProps, GlobalProps, ActionSlots {
3149
3245
  /**
3150
- * A label that describes the purpose of the sheet. When set,
3151
- * it will be announced to users using assistive technologies and will
3152
- * provide them with more context.
3153
- *
3154
- * This overrides the `heading` prop for screen readers.
3246
+ * A label that describes the purpose of the sheet, announced by assistive technologies. When set, screen readers will use this label instead of the `heading` to describe the sheet.
3155
3247
  */
3156
3248
  accessibilityLabel?: string;
3157
3249
  /**
3158
- * The content of the Sheet.
3250
+ * The content of the sheet.
3159
3251
  */
3160
3252
  children?: ComponentChildren;
3161
3253
  /**
3162
- * Indicates whether the Sheet should be open by default.
3163
- * This property is necessary in some cases, but its usage is generally discouraged due to potential negative impacts on user experience.
3164
- *
3165
- * Developers should:
3166
- * - Only set this property to true when there are vitally important behaviors of the application that depend on the user interacting with the sheet.
3167
- * - Make every effort to conditionally hide the sheet based on the state of checkout. An explicit example is custom privacy consent, where the sheet should only be displayed when consent is necessary and has not yet been explicitly given by the user.
3168
- *
3169
- * This property is useful for when the Sheet needs to be rendered on the page load and not triggered by a user action.
3170
- * The property should only take effect when the `Sheet` is rendered for the first time.
3171
- * To toggle the Sheet after it has been rendered, use the `ui.showOverlay()` method instead.
3254
+ * Whether the sheet should be open when it first renders. Use sparingly — only when the user must interact with the sheet before proceeding (for example, a privacy consent prompt). Only takes effect on the initial render.
3172
3255
  *
3173
3256
  * @default false
3174
3257
  */
@@ -3180,12 +3263,8 @@ interface SheetProps$1 extends BaseOverlayProps, BaseOverlayMethods, ToggleEvent
3180
3263
  /**
3181
3264
  * Adjust the padding of all edges.
3182
3265
  *
3183
- * `base`: applies padding that is appropriate for the element. Note that it may result in no padding if Shopify
3184
- * believes this is the right design decision in a particular context.
3185
- *
3186
- * `none`: removes all padding from the element. This can be useful when elements inside the Sheet need to span
3187
- * to the edge of the Sheet. For example, a full-width image. In this case, rely on `Box` with a padding of 'base'
3188
- * to bring back the desired padding for the rest of the content.
3266
+ * - `base`: Applies padding that is appropriate for the element. Note that it may result in no padding if Shopify believes this is the right design decision in a particular context.
3267
+ * - `none`: Removes all padding from the element. This can be useful when elements inside the sheet need to span to the edge of the sheet. For example, a full-width image. In this case, rely on box with a padding of `base` to bring back the desired padding for the rest of the content.
3189
3268
  *
3190
3269
  * @default 'base'
3191
3270
  */
@@ -3288,6 +3367,7 @@ interface TextProps$1 extends GlobalProps, AccessibilityVisibilityProps, BaseTyp
3288
3367
  */
3289
3368
  type?: TextType;
3290
3369
  }
3370
+ /** @publicDocs */
3291
3371
  export type TextType =
3292
3372
  /**
3293
3373
  * Indicate the text is contact information. Typically used for addresses.
@@ -3398,14 +3478,16 @@ interface TimeProps$1 extends GlobalProps {
3398
3478
  }
3399
3479
  interface TooltipProps$1 extends GlobalProps {
3400
3480
  /**
3401
- * The content of the Tooltip.
3481
+ * The text or elements displayed inside the tooltip popup.
3402
3482
  */
3403
3483
  children?: ComponentChildren;
3404
3484
  }
3405
3485
  interface UnorderedListProps$1 extends GlobalProps {
3406
3486
  }
3487
+ /** @publicDocs */
3407
3488
  export interface URLFieldProps extends GlobalProps, BaseTextFieldProps, MinMaxLengthProps, AutocompleteProps<URLAutocompleteField> {
3408
3489
  }
3490
+ /** @publicDocs */
3409
3491
  export type URLAutocompleteField = ExtractStrict<AnyAutocompleteField, "url" | "photo" | "impp" | `${AutocompleteAddressGroup} impp`>;
3410
3492
 
3411
3493
 
@@ -3419,21 +3501,33 @@ type ReducedBorderSizeKeyword = Extract<BorderSizeKeyword, 'none' | 'base' | 'la
3419
3501
  type ReducedColorKeyword = Extract<ColorKeyword, 'base'>;
3420
3502
  type BorderShorthand = ReducedBorderSizeKeyword | `${ReducedBorderSizeKeyword} ${ReducedColorKeyword}` | `${ReducedBorderSizeKeyword} ${ReducedColorKeyword} ${BorderStyleKeyword}`;
3421
3503
  /**
3422
- * Used when an element does not have children.
3504
+ * The base properties for elements that don't have children, providing essential attributes like keys and refs for component management.
3423
3505
  */
3424
3506
  interface BaseElementProps<TClass = HTMLElement> {
3507
+ /**
3508
+ * A unique identifier for this element within its parent. Used by the rendering engine for efficient reconciliation when lists change.
3509
+ */
3425
3510
  key?: preact.Key;
3511
+ /**
3512
+ * A reference to the underlying DOM element, typically created using `useRef()`. This allows you to access and manipulate the DOM element directly in your component logic.
3513
+ */
3426
3514
  ref?: preact.Ref<TClass>;
3515
+ /**
3516
+ * Assigns this element to a named slot in a parent component that uses slot-based composition patterns.
3517
+ */
3427
3518
  slot?: Lowercase<string>;
3428
3519
  }
3429
3520
  /**
3430
- * Used when an element has children.
3521
+ * The base properties for elements that have children, extending `BaseElementProps` with children support.
3431
3522
  */
3432
3523
  interface BaseElementPropsWithChildren<TClass = HTMLElement> extends BaseElementProps<TClass> {
3524
+ /**
3525
+ * The child elements to render within this component.
3526
+ */
3433
3527
  children?: preact.ComponentChildren;
3434
3528
  }
3435
3529
  /**
3436
- * Used as the single source of truth for checkout icon types.
3530
+ * The complete list of [icon names](https://github.com/Shopify/ui-api-design/blob/main/packages/ui-api-design/src/components/Icon/Icon.ts#L10) available in checkout and customer account surfaces. These icons are drawn from Shopify's design system and cover common UI patterns like navigation, status indicators, actions, and commerce concepts.
3437
3531
  *
3438
3532
  * @see https://github.com/Shopify/ui-api-design/blob/main/packages/ui-api-design/src/components/Icon/Icon.ts#L10
3439
3533
  */
@@ -4173,7 +4267,21 @@ declare module 'preact' {
4173
4267
 
4174
4268
  declare const tagName$v = "s-map-marker";
4175
4269
  interface MapMarkerElementProps extends Pick<MapMarkerProps$1, 'accessibilityLabel' | 'blockSize' | 'command' | 'commandFor' | 'clusterable' | 'inlineSize' | 'latitude' | 'longitude'> {
4270
+ /**
4271
+ * Sets the action the `commandFor` target should take when this component is activated. Learn more about the [`command` attribute](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button#command).
4272
+ *
4273
+ * - `--auto`: a default action for the target component.
4274
+ * - `--show`: shows the target component.
4275
+ * - `--hide`: hides the target component.
4276
+ * - `--toggle`: toggles the target component.
4277
+ *
4278
+ * @default '--auto'
4279
+ */
4176
4280
  command?: Extract<MapMarkerProps$1['command'], '--auto' | '--show' | '--hide' | '--toggle'>;
4281
+ /**
4282
+ * The ID of the component to control when this component is activated. Pair with the `command` property to specify what action to perform on the target component. Learn more about the [`commandFor` attribute](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button#commandfor).
4283
+ */
4284
+ commandFor?: MapMarkerProps$1['commandFor'];
4177
4285
  }
4178
4286
  interface MapMarkerEvents extends Pick<MapMarkerProps$1, 'onClick'> {
4179
4287
  }
@@ -4223,6 +4331,18 @@ declare module 'preact' {
4223
4331
 
4224
4332
  declare const tagName$t = "s-modal";
4225
4333
  interface ModalElementProps extends Pick<ModalProps$1, 'accessibilityLabel' | 'heading' | 'id' | 'padding' | 'size'> {
4334
+ /**
4335
+ * The size of the modal.
4336
+ *
4337
+ * - `'base'`: The default size, suitable for most use cases.
4338
+ * - `'small'`: A compact modal for simple confirmations or short messages.
4339
+ * - `'small-100'`: The smallest modal size.
4340
+ * - `'large'`: A large modal for complex content or forms.
4341
+ * - `'large-100'`: The largest fixed-size modal, providing maximum room for content.
4342
+ * - `'max'`: Expands the modal to its maximum size as defined by the host application, on both the horizontal and vertical axes.
4343
+ *
4344
+ * @default 'base'
4345
+ */
4226
4346
  size?: Extract<ModalProps$1['size'], 'small-100' | 'small' | 'base' | 'large-100' | 'large' | 'max'>;
4227
4347
  }
4228
4348
  interface ModalEvents extends Pick<ModalProps$1, 'onAfterHide' | 'onAfterShow' | 'onHide' | 'onShow'> {
@@ -4411,49 +4531,37 @@ declare module 'preact' {
4411
4531
  declare const tagName$l = "s-popover";
4412
4532
  interface PopoverElementProps extends Pick<PopoverProps$1, 'id'> {
4413
4533
  /**
4414
- * Adjust the block size.
4415
- *
4416
- * @see https://developer.mozilla.org/en-US/docs/Web/CSS/block-size
4534
+ * The block size of the popover (height in horizontal writing modes). Learn more about the [block-size property](https://developer.mozilla.org/en-US/docs/Web/CSS/block-size).
4417
4535
  *
4418
4536
  * @default 'auto'
4419
4537
  */
4420
4538
  blockSize?: SizeUnitsOrAuto;
4421
4539
  /**
4422
- * Adjust the inline size.
4423
- *
4424
- * @see https://developer.mozilla.org/en-US/docs/Web/CSS/inline-size
4540
+ * The inline size of the popover (width in horizontal writing modes). Learn more about the [inline-size property](https://developer.mozilla.org/en-US/docs/Web/CSS/inline-size).
4425
4541
  *
4426
4542
  * @default 'auto'
4427
4543
  */
4428
4544
  inlineSize?: SizeUnitsOrAuto;
4429
4545
  /**
4430
- * Adjust the maximum block size.
4431
- *
4432
- * @see https://developer.mozilla.org/en-US/docs/Web/CSS/max-block-size
4546
+ * The maximum block size of the popover. Constrains the popover's height to prevent it from exceeding this value. Learn more about the [max-block-size property](https://developer.mozilla.org/en-US/docs/Web/CSS/max-block-size).
4433
4547
  *
4434
4548
  * @default 'none'
4435
4549
  */
4436
4550
  maxBlockSize?: SizeUnitsOrNone;
4437
4551
  /**
4438
- * Adjust the maximum inline size.
4439
- *
4440
- * @see https://developer.mozilla.org/en-US/docs/Web/CSS/max-inline-size
4552
+ * The maximum inline size of the popover. Constrains the popover's width to prevent it from exceeding this value. Learn more about the [max-inline-size property](https://developer.mozilla.org/en-US/docs/Web/CSS/max-inline-size).
4441
4553
  *
4442
4554
  * @default 'none'
4443
4555
  */
4444
4556
  maxInlineSize?: SizeUnitsOrNone;
4445
4557
  /**
4446
- * Adjust the minimum block size.
4447
- *
4448
- * @see https://developer.mozilla.org/en-US/docs/Web/CSS/min-block-size
4558
+ * The minimum block size of the popover. Ensures the popover maintains at least this height. Learn more about the [min-block-size property](https://developer.mozilla.org/en-US/docs/Web/CSS/min-block-size).
4449
4559
  *
4450
4560
  * @default '0'
4451
4561
  */
4452
4562
  minBlockSize?: SizeUnits;
4453
4563
  /**
4454
- * Adjust the minimum inline size.
4455
- *
4456
- * @see https://developer.mozilla.org/en-US/docs/Web/CSS/min-inline-size
4564
+ * The minimum inline size of the popover. Ensures the popover maintains at least this width. Learn more about the [min-inline-size property](https://developer.mozilla.org/en-US/docs/Web/CSS/min-inline-size).
4457
4565
  *
4458
4566
  * @default '0'
4459
4567
  */
@@ -4655,11 +4763,7 @@ declare module 'preact' {
4655
4763
  declare const tagName$c = "s-sheet";
4656
4764
  interface SheetElementProps extends Pick<SheetProps$1, 'defaultOpen' | 'heading' | 'id'> {
4657
4765
  /**
4658
- * A label that describes the purpose of the modal. When set,
4659
- * it will be announced to users using assistive technologies and will
4660
- * provide them with more context.
4661
- *
4662
- * This overrides the `heading` prop for screen readers.
4766
+ * A label that describes the purpose of the sheet, announced by assistive technologies. When set, screen readers will use this label instead of the `heading` to describe the sheet.
4663
4767
  */
4664
4768
  accessibilityLabel?: string;
4665
4769
  }