@shopify/ui-extensions 2026.1.2 → 2026.1.4

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 (1992) 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 +3 -10
  48. package/build/cjs/surfaces/checkout/style/style.js +1 -0
  49. package/build/cjs/surfaces/customer-account/preact/metafield.js +1 -0
  50. package/build/cjs/surfaces/customer-account/preact/metafields.js +1 -0
  51. package/build/cjs/surfaces/point-of-sale/types/storage.js +1 -1
  52. package/build/esm/surfaces/checkout/preact/api.mjs +2 -0
  53. package/build/esm/surfaces/checkout/preact/app-metafields.mjs +1 -0
  54. package/build/esm/surfaces/checkout/preact/attributes.mjs +3 -0
  55. package/build/esm/surfaces/checkout/preact/billing-address.mjs +1 -0
  56. package/build/esm/surfaces/checkout/preact/buyer-identity.mjs +4 -0
  57. package/build/esm/surfaces/checkout/preact/buyer-journey.mjs +5 -0
  58. package/build/esm/surfaces/checkout/preact/capabilities.mjs +2 -0
  59. package/build/esm/surfaces/checkout/preact/cart-line-target.mjs +1 -0
  60. package/build/esm/surfaces/checkout/preact/cart-lines.mjs +2 -0
  61. package/build/esm/surfaces/checkout/preact/checkout-settings.mjs +1 -0
  62. package/build/esm/surfaces/checkout/preact/checkout-token.mjs +1 -0
  63. package/build/esm/surfaces/checkout/preact/cost.mjs +4 -0
  64. package/build/esm/surfaces/checkout/preact/country.mjs +1 -0
  65. package/build/esm/surfaces/checkout/preact/currency.mjs +1 -0
  66. package/build/esm/surfaces/checkout/preact/customer-privacy.mjs +1 -0
  67. package/build/esm/surfaces/checkout/preact/delivery-group-list-target.mjs +1 -0
  68. package/build/esm/surfaces/checkout/preact/delivery-group-target.mjs +1 -0
  69. package/build/esm/surfaces/checkout/preact/delivery-group.mjs +1 -0
  70. package/build/esm/surfaces/checkout/preact/delivery-groups.mjs +1 -0
  71. package/build/esm/surfaces/checkout/preact/delivery-selection-groups.mjs +1 -0
  72. package/build/esm/surfaces/checkout/preact/discounts.mjs +3 -0
  73. package/build/esm/surfaces/checkout/preact/extension-editor.mjs +1 -0
  74. package/build/esm/surfaces/checkout/preact/extension-language.mjs +1 -0
  75. package/build/esm/surfaces/checkout/preact/extension.mjs +2 -0
  76. package/build/esm/surfaces/checkout/preact/gift-cards.mjs +2 -0
  77. package/build/esm/surfaces/checkout/preact/instructions.mjs +1 -0
  78. package/build/esm/surfaces/checkout/preact/language.mjs +1 -0
  79. package/build/esm/surfaces/checkout/preact/localized-fields.mjs +4 -0
  80. package/build/esm/surfaces/checkout/preact/market.mjs +1 -0
  81. package/build/esm/surfaces/checkout/preact/metafield.mjs +1 -0
  82. package/build/esm/surfaces/checkout/preact/metafields.mjs +2 -0
  83. package/build/esm/surfaces/checkout/preact/note.mjs +2 -0
  84. package/build/esm/surfaces/checkout/preact/payment-method.mjs +3 -0
  85. package/build/esm/surfaces/checkout/preact/payment-options.mjs +2 -0
  86. package/build/esm/surfaces/checkout/preact/pickup-location-option-target.mjs +1 -0
  87. package/build/esm/surfaces/checkout/preact/redeemable.mjs +1 -0
  88. package/build/esm/surfaces/checkout/preact/session-token.mjs +1 -0
  89. package/build/esm/surfaces/checkout/preact/settings.mjs +1 -0
  90. package/build/esm/surfaces/checkout/preact/shipping-address.mjs +2 -0
  91. package/build/esm/surfaces/checkout/preact/shipping-option-target.mjs +1 -0
  92. package/build/esm/surfaces/checkout/preact/shop.mjs +1 -0
  93. package/build/esm/surfaces/checkout/preact/storage.mjs +1 -0
  94. package/build/esm/surfaces/checkout/preact/subscription.mjs +1 -0
  95. package/build/esm/surfaces/checkout/preact/target.mjs +1 -0
  96. package/build/esm/surfaces/checkout/preact/timezone.mjs +1 -0
  97. package/build/esm/surfaces/checkout/preact/translate.mjs +1 -0
  98. package/build/esm/surfaces/checkout/shared.mjs +3 -10
  99. package/build/esm/surfaces/checkout/style/style.mjs +1 -0
  100. package/build/esm/surfaces/customer-account/preact/metafield.mjs +1 -0
  101. package/build/esm/surfaces/customer-account/preact/metafields.mjs +1 -0
  102. package/build/esm/surfaces/point-of-sale/types/storage.mjs +1 -1
  103. package/build/esnext/surfaces/checkout/preact/api.esnext +2 -0
  104. package/build/esnext/surfaces/checkout/preact/app-metafields.esnext +1 -0
  105. package/build/esnext/surfaces/checkout/preact/attributes.esnext +3 -0
  106. package/build/esnext/surfaces/checkout/preact/billing-address.esnext +1 -0
  107. package/build/esnext/surfaces/checkout/preact/buyer-identity.esnext +4 -0
  108. package/build/esnext/surfaces/checkout/preact/buyer-journey.esnext +5 -0
  109. package/build/esnext/surfaces/checkout/preact/capabilities.esnext +2 -0
  110. package/build/esnext/surfaces/checkout/preact/cart-line-target.esnext +1 -0
  111. package/build/esnext/surfaces/checkout/preact/cart-lines.esnext +2 -0
  112. package/build/esnext/surfaces/checkout/preact/checkout-settings.esnext +1 -0
  113. package/build/esnext/surfaces/checkout/preact/checkout-token.esnext +1 -0
  114. package/build/esnext/surfaces/checkout/preact/cost.esnext +4 -0
  115. package/build/esnext/surfaces/checkout/preact/country.esnext +1 -0
  116. package/build/esnext/surfaces/checkout/preact/currency.esnext +1 -0
  117. package/build/esnext/surfaces/checkout/preact/customer-privacy.esnext +1 -0
  118. package/build/esnext/surfaces/checkout/preact/delivery-group-list-target.esnext +1 -0
  119. package/build/esnext/surfaces/checkout/preact/delivery-group-target.esnext +1 -0
  120. package/build/esnext/surfaces/checkout/preact/delivery-group.esnext +1 -0
  121. package/build/esnext/surfaces/checkout/preact/delivery-groups.esnext +1 -0
  122. package/build/esnext/surfaces/checkout/preact/delivery-selection-groups.esnext +1 -0
  123. package/build/esnext/surfaces/checkout/preact/discounts.esnext +3 -0
  124. package/build/esnext/surfaces/checkout/preact/extension-editor.esnext +1 -0
  125. package/build/esnext/surfaces/checkout/preact/extension-language.esnext +1 -0
  126. package/build/esnext/surfaces/checkout/preact/extension.esnext +2 -0
  127. package/build/esnext/surfaces/checkout/preact/gift-cards.esnext +2 -0
  128. package/build/esnext/surfaces/checkout/preact/instructions.esnext +1 -0
  129. package/build/esnext/surfaces/checkout/preact/language.esnext +1 -0
  130. package/build/esnext/surfaces/checkout/preact/localized-fields.esnext +4 -0
  131. package/build/esnext/surfaces/checkout/preact/market.esnext +1 -0
  132. package/build/esnext/surfaces/checkout/preact/metafield.esnext +1 -0
  133. package/build/esnext/surfaces/checkout/preact/metafields.esnext +2 -0
  134. package/build/esnext/surfaces/checkout/preact/note.esnext +2 -0
  135. package/build/esnext/surfaces/checkout/preact/payment-method.esnext +3 -0
  136. package/build/esnext/surfaces/checkout/preact/payment-options.esnext +2 -0
  137. package/build/esnext/surfaces/checkout/preact/pickup-location-option-target.esnext +1 -0
  138. package/build/esnext/surfaces/checkout/preact/redeemable.esnext +1 -0
  139. package/build/esnext/surfaces/checkout/preact/session-token.esnext +1 -0
  140. package/build/esnext/surfaces/checkout/preact/settings.esnext +1 -0
  141. package/build/esnext/surfaces/checkout/preact/shipping-address.esnext +2 -0
  142. package/build/esnext/surfaces/checkout/preact/shipping-option-target.esnext +1 -0
  143. package/build/esnext/surfaces/checkout/preact/shop.esnext +1 -0
  144. package/build/esnext/surfaces/checkout/preact/storage.esnext +1 -0
  145. package/build/esnext/surfaces/checkout/preact/subscription.esnext +1 -0
  146. package/build/esnext/surfaces/checkout/preact/target.esnext +1 -0
  147. package/build/esnext/surfaces/checkout/preact/timezone.esnext +1 -0
  148. package/build/esnext/surfaces/checkout/preact/translate.esnext +1 -0
  149. package/build/esnext/surfaces/checkout/shared.esnext +3 -10
  150. package/build/esnext/surfaces/checkout/style/style.esnext +1 -0
  151. package/build/esnext/surfaces/customer-account/preact/metafield.esnext +1 -0
  152. package/build/esnext/surfaces/customer-account/preact/metafields.esnext +1 -0
  153. package/build/esnext/surfaces/point-of-sale/types/storage.esnext +1 -1
  154. package/build/ts/shared.d.ts +33 -13
  155. package/build/ts/shared.d.ts.map +1 -1
  156. package/build/ts/surfaces/admin/api/action/action.d.ts +2 -0
  157. package/build/ts/surfaces/admin/api/action/action.d.ts.map +1 -1
  158. package/build/ts/surfaces/admin/api/block/block.d.ts +3 -0
  159. package/build/ts/surfaces/admin/api/block/block.d.ts.map +1 -1
  160. package/build/ts/surfaces/admin/api/checkout-rules/launch-options.d.ts +2 -0
  161. package/build/ts/surfaces/admin/api/checkout-rules/launch-options.d.ts.map +1 -1
  162. package/build/ts/surfaces/admin/api/checkout-rules/metafields.d.ts +2 -0
  163. package/build/ts/surfaces/admin/api/checkout-rules/metafields.d.ts.map +1 -1
  164. package/build/ts/surfaces/admin/api/customer-segment-template/customer-segment-template.d.ts +2 -0
  165. package/build/ts/surfaces/admin/api/customer-segment-template/customer-segment-template.d.ts.map +1 -1
  166. package/build/ts/surfaces/admin/api/discount-function-settings/launch-options.d.ts +3 -8
  167. package/build/ts/surfaces/admin/api/discount-function-settings/launch-options.d.ts.map +1 -1
  168. package/build/ts/surfaces/admin/api/discount-function-settings/metafields.d.ts +2 -0
  169. package/build/ts/surfaces/admin/api/discount-function-settings/metafields.d.ts.map +1 -1
  170. package/build/ts/surfaces/admin/api/intents/intents.d.ts +4 -0
  171. package/build/ts/surfaces/admin/api/intents/intents.d.ts.map +1 -1
  172. package/build/ts/surfaces/admin/api/order-routing-rule/order-routing-rule.d.ts +2 -0
  173. package/build/ts/surfaces/admin/api/order-routing-rule/order-routing-rule.d.ts.map +1 -1
  174. package/build/ts/surfaces/admin/api/picker/picker.d.ts +2 -0
  175. package/build/ts/surfaces/admin/api/picker/picker.d.ts.map +1 -1
  176. package/build/ts/surfaces/admin/api/print-action/print-action.d.ts +2 -0
  177. package/build/ts/surfaces/admin/api/print-action/print-action.d.ts.map +1 -1
  178. package/build/ts/surfaces/admin/api/product-configuration/product-details-configuration.d.ts +2 -0
  179. package/build/ts/surfaces/admin/api/product-configuration/product-details-configuration.d.ts.map +1 -1
  180. package/build/ts/surfaces/admin/api/product-configuration/product-variant-details-configuration.d.ts +2 -0
  181. package/build/ts/surfaces/admin/api/product-configuration/product-variant-details-configuration.d.ts.map +1 -1
  182. package/build/ts/surfaces/admin/api/purchase-options-card-action.d.ts +2 -0
  183. package/build/ts/surfaces/admin/api/purchase-options-card-action.d.ts.map +1 -1
  184. package/build/ts/surfaces/admin/api/resource-picker/resource-picker.d.ts +7 -1
  185. package/build/ts/surfaces/admin/api/resource-picker/resource-picker.d.ts.map +1 -1
  186. package/build/ts/surfaces/admin/api/should-render/should-render.d.ts +2 -0
  187. package/build/ts/surfaces/admin/api/should-render/should-render.d.ts.map +1 -1
  188. package/build/ts/surfaces/admin/api/standard/standard.d.ts +2 -0
  189. package/build/ts/surfaces/admin/api/standard/standard.d.ts.map +1 -1
  190. package/build/ts/surfaces/admin/components/ActionExtensionComponents.d.ts +1 -1
  191. package/build/ts/surfaces/admin/components/AdminAction.d.ts +122 -12
  192. package/build/ts/surfaces/admin/components/AdminBlock.d.ts +118 -9
  193. package/build/ts/surfaces/admin/components/AdminPrintAction.d.ts +114 -9
  194. package/build/ts/surfaces/admin/components/Avatar.d.ts +177 -13
  195. package/build/ts/surfaces/admin/components/Badge.d.ts +207 -24
  196. package/build/ts/surfaces/admin/components/Banner.d.ts +175 -19
  197. package/build/ts/surfaces/admin/components/BlockExtensionComponents.d.ts +1 -1
  198. package/build/ts/surfaces/admin/components/Box.d.ts +277 -78
  199. package/build/ts/surfaces/admin/components/Button.d.ts +333 -56
  200. package/build/ts/surfaces/admin/components/ButtonGroup.d.ts +149 -28
  201. package/build/ts/surfaces/admin/components/Checkbox.d.ts +207 -9
  202. package/build/ts/surfaces/admin/components/Chip.d.ts +11 -4
  203. package/build/ts/surfaces/admin/components/Choice.d.ts +140 -27
  204. package/build/ts/surfaces/admin/components/ChoiceList.d.ts +175 -15
  205. package/build/ts/surfaces/admin/components/Clickable.d.ts +252 -48
  206. package/build/ts/surfaces/admin/components/ClickableChip.d.ts +190 -30
  207. package/build/ts/surfaces/admin/components/ColorField.d.ts +252 -23
  208. package/build/ts/surfaces/admin/components/ColorPicker.d.ts +172 -13
  209. package/build/ts/surfaces/admin/components/DateField.d.ts +269 -27
  210. package/build/ts/surfaces/admin/components/DatePicker.d.ts +213 -12
  211. package/build/ts/surfaces/admin/components/Divider.d.ts +157 -13
  212. package/build/ts/surfaces/admin/components/DropZone.d.ts +18 -0
  213. package/build/ts/surfaces/admin/components/EmailField.d.ts +234 -12
  214. package/build/ts/surfaces/admin/components/Form.d.ts +138 -10
  215. package/build/ts/surfaces/admin/components/FormExtensionComponents.d.ts +1 -1
  216. package/build/ts/surfaces/admin/components/FunctionSettings.d.ts +154 -9
  217. package/build/ts/surfaces/admin/components/FunctionSettingsComponents.d.ts +1 -1
  218. package/build/ts/surfaces/admin/components/Grid.d.ts +329 -73
  219. package/build/ts/surfaces/admin/components/GridItem.d.ts +291 -37
  220. package/build/ts/surfaces/admin/components/Heading.d.ts +139 -29
  221. package/build/ts/surfaces/admin/components/Icon.d.ts +147 -27
  222. package/build/ts/surfaces/admin/components/Image.d.ts +311 -36
  223. package/build/ts/surfaces/admin/components/Link.d.ts +175 -39
  224. package/build/ts/surfaces/admin/components/ListItem.d.ts +130 -16
  225. package/build/ts/surfaces/admin/components/Menu.d.ts +174 -29
  226. package/build/ts/surfaces/admin/components/Modal.d.ts +27 -0
  227. package/build/ts/surfaces/admin/components/MoneyField.d.ts +234 -12
  228. package/build/ts/surfaces/admin/components/NumberField.d.ts +245 -12
  229. package/build/ts/surfaces/admin/components/Option.d.ts +133 -14
  230. package/build/ts/surfaces/admin/components/OptionGroup.d.ts +127 -16
  231. package/build/ts/surfaces/admin/components/OrderedList.d.ts +128 -18
  232. package/build/ts/surfaces/admin/components/Page.d.ts +9 -0
  233. package/build/ts/surfaces/admin/components/Paragraph.d.ts +173 -38
  234. package/build/ts/surfaces/admin/components/PasswordField.d.ts +241 -19
  235. package/build/ts/surfaces/admin/components/PrintActionExtensionComponents.d.ts +1 -1
  236. package/build/ts/surfaces/admin/components/QueryContainer.d.ts +138 -18
  237. package/build/ts/surfaces/admin/components/SearchField.d.ts +227 -18
  238. package/build/ts/surfaces/admin/components/Section.d.ts +155 -26
  239. package/build/ts/surfaces/admin/components/Select.d.ts +223 -33
  240. package/build/ts/surfaces/admin/components/Spinner.d.ts +137 -13
  241. package/build/ts/surfaces/admin/components/Stack.d.ts +319 -65
  242. package/build/ts/surfaces/admin/components/Switch.d.ts +199 -17
  243. package/build/ts/surfaces/admin/components/Table.d.ts +255 -18
  244. package/build/ts/surfaces/admin/components/TableBody.d.ts +133 -16
  245. package/build/ts/surfaces/admin/components/TableCell.d.ts +137 -12
  246. package/build/ts/surfaces/admin/components/TableHeader.d.ts +149 -16
  247. package/build/ts/surfaces/admin/components/TableHeaderRow.d.ts +133 -16
  248. package/build/ts/surfaces/admin/components/TableRow.d.ts +136 -16
  249. package/build/ts/surfaces/admin/components/Text.d.ts +203 -38
  250. package/build/ts/surfaces/admin/components/TextArea.d.ts +232 -12
  251. package/build/ts/surfaces/admin/components/TextField.d.ts +248 -38
  252. package/build/ts/surfaces/admin/components/Thumbnail.d.ts +170 -13
  253. package/build/ts/surfaces/admin/components/Tooltip.d.ts +171 -29
  254. package/build/ts/surfaces/admin/components/URLField.d.ts +246 -19
  255. package/build/ts/surfaces/admin/components/UnorderedList.d.ts +128 -18
  256. package/build/ts/surfaces/admin/components/shared.d.ts +1112 -931
  257. package/build/ts/surfaces/admin/extension-targets.d.ts +6 -6
  258. package/build/ts/surfaces/checkout/api/address-autocomplete/format-suggestion.d.ts +1 -0
  259. package/build/ts/surfaces/checkout/api/address-autocomplete/format-suggestion.d.ts.map +1 -1
  260. package/build/ts/surfaces/checkout/api/address-autocomplete/standard.d.ts +3 -2
  261. package/build/ts/surfaces/checkout/api/address-autocomplete/standard.d.ts.map +1 -1
  262. package/build/ts/surfaces/checkout/api/address-autocomplete/suggest.d.ts +3 -2
  263. package/build/ts/surfaces/checkout/api/address-autocomplete/suggest.d.ts.map +1 -1
  264. package/build/ts/surfaces/checkout/api/cart-line/cart-line-item.d.ts +9 -1
  265. package/build/ts/surfaces/checkout/api/cart-line/cart-line-item.d.ts.map +1 -1
  266. package/build/ts/surfaces/checkout/api/checkout/checkout.d.ts +231 -121
  267. package/build/ts/surfaces/checkout/api/checkout/checkout.d.ts.map +1 -1
  268. package/build/ts/surfaces/checkout/api/docs.d.ts +37 -2
  269. package/build/ts/surfaces/checkout/api/docs.d.ts.map +1 -1
  270. package/build/ts/surfaces/checkout/api/order-confirmation/order-confirmation.d.ts +12 -5
  271. package/build/ts/surfaces/checkout/api/order-confirmation/order-confirmation.d.ts.map +1 -1
  272. package/build/ts/surfaces/checkout/api/pickup/pickup-location-item.d.ts +11 -2
  273. package/build/ts/surfaces/checkout/api/pickup/pickup-location-item.d.ts.map +1 -1
  274. package/build/ts/surfaces/checkout/api/pickup/pickup-location-list.d.ts +4 -1
  275. package/build/ts/surfaces/checkout/api/pickup/pickup-location-list.d.ts.map +1 -1
  276. package/build/ts/surfaces/checkout/api/pickup/pickup-point-list.d.ts +4 -1
  277. package/build/ts/surfaces/checkout/api/pickup/pickup-point-list.d.ts.map +1 -1
  278. package/build/ts/surfaces/checkout/api/shared.d.ts +77 -31
  279. package/build/ts/surfaces/checkout/api/shared.d.ts.map +1 -1
  280. package/build/ts/surfaces/checkout/api/shipping/shipping-option-item.d.ts +13 -4
  281. package/build/ts/surfaces/checkout/api/shipping/shipping-option-item.d.ts.map +1 -1
  282. package/build/ts/surfaces/checkout/api/shipping/shipping-option-list.d.ts +16 -12
  283. package/build/ts/surfaces/checkout/api/shipping/shipping-option-list.d.ts.map +1 -1
  284. package/build/ts/surfaces/checkout/api/standard/standard.d.ts +652 -453
  285. package/build/ts/surfaces/checkout/api/standard/standard.d.ts.map +1 -1
  286. package/build/ts/surfaces/checkout/components/Abbreviation.d.ts +5 -3
  287. package/build/ts/surfaces/checkout/components/Announcement.d.ts +43 -13
  288. package/build/ts/surfaces/checkout/components/Badge.d.ts +48 -6
  289. package/build/ts/surfaces/checkout/components/Banner.d.ts +67 -12
  290. package/build/ts/surfaces/checkout/components/Box.d.ts +56 -2
  291. package/build/ts/surfaces/checkout/components/Button.d.ts +27 -6
  292. package/build/ts/surfaces/checkout/components/Checkbox.d.ts +42 -5
  293. package/build/ts/surfaces/checkout/components/Chip.d.ts +7 -6
  294. package/build/ts/surfaces/checkout/components/Choice.d.ts +6 -3
  295. package/build/ts/surfaces/checkout/components/ChoiceList.d.ts +17 -5
  296. package/build/ts/surfaces/checkout/components/Clickable.d.ts +50 -9
  297. package/build/ts/surfaces/checkout/components/ClickableChip.d.ts +24 -11
  298. package/build/ts/surfaces/checkout/components/ClipboardItem.d.ts +16 -5
  299. package/build/ts/surfaces/checkout/components/ConsentCheckbox.d.ts +26 -5
  300. package/build/ts/surfaces/checkout/components/ConsentPhoneField.d.ts +35 -13
  301. package/build/ts/surfaces/checkout/components/DateField.d.ts +30 -9
  302. package/build/ts/surfaces/checkout/components/DatePicker.d.ts +27 -8
  303. package/build/ts/surfaces/checkout/components/Details.d.ts +22 -11
  304. package/build/ts/surfaces/checkout/components/Divider.d.ts +5 -3
  305. package/build/ts/surfaces/checkout/components/DropZone.d.ts +21 -6
  306. package/build/ts/surfaces/checkout/components/EmailField.d.ts +37 -13
  307. package/build/ts/surfaces/checkout/components/Form.d.ts +17 -5
  308. package/build/ts/surfaces/checkout/components/Grid.d.ts +143 -2
  309. package/build/ts/surfaces/checkout/components/GridItem.d.ts +61 -2
  310. package/build/ts/surfaces/checkout/components/Heading.d.ts +5 -3
  311. package/build/ts/surfaces/checkout/components/Icon.d.ts +49 -6
  312. package/build/ts/surfaces/checkout/components/Image.d.ts +44 -2
  313. package/build/ts/surfaces/checkout/components/Link.d.ts +17 -6
  314. package/build/ts/surfaces/checkout/components/ListItem.d.ts +5 -3
  315. package/build/ts/surfaces/checkout/components/Map.d.ts +72 -8
  316. package/build/ts/surfaces/checkout/components/MapMarker.d.ts +36 -10
  317. package/build/ts/surfaces/checkout/components/Modal.d.ts +51 -10
  318. package/build/ts/surfaces/checkout/components/MoneyField.d.ts +34 -11
  319. package/build/ts/surfaces/checkout/components/NumberField.d.ts +41 -13
  320. package/build/ts/surfaces/checkout/components/Option.d.ts +5 -3
  321. package/build/ts/surfaces/checkout/components/OrderedList.d.ts +5 -3
  322. package/build/ts/surfaces/checkout/components/Paragraph.d.ts +13 -2
  323. package/build/ts/surfaces/checkout/components/PasswordField.d.ts +37 -13
  324. package/build/ts/surfaces/checkout/components/PaymentIcon.d.ts +16 -3
  325. package/build/ts/surfaces/checkout/components/PhoneField.d.ts +37 -13
  326. package/build/ts/surfaces/checkout/components/Popover.d.ts +39 -24
  327. package/build/ts/surfaces/checkout/components/PressButton.d.ts +21 -9
  328. package/build/ts/surfaces/checkout/components/ProductThumbnail.d.ts +25 -3
  329. package/build/ts/surfaces/checkout/components/Progress.d.ts +30 -3
  330. package/build/ts/surfaces/checkout/components/QRCode.d.ts +27 -5
  331. package/build/ts/surfaces/checkout/components/QueryContainer.d.ts +5 -3
  332. package/build/ts/surfaces/checkout/components/ScrollBox.d.ts +61 -2
  333. package/build/ts/surfaces/checkout/components/Section.d.ts +5 -3
  334. package/build/ts/surfaces/checkout/components/Select.d.ts +33 -9
  335. package/build/ts/surfaces/checkout/components/Sheet.d.ts +40 -15
  336. package/build/ts/surfaces/checkout/components/SkeletonParagraph.d.ts +4 -3
  337. package/build/ts/surfaces/checkout/components/Spinner.d.ts +19 -3
  338. package/build/ts/surfaces/checkout/components/Stack.d.ts +116 -2
  339. package/build/ts/surfaces/checkout/components/Summary.d.ts +3 -0
  340. package/build/ts/surfaces/checkout/components/Switch.d.ts +16 -5
  341. package/build/ts/surfaces/checkout/components/Text.d.ts +22 -4
  342. package/build/ts/surfaces/checkout/components/TextArea.d.ts +34 -11
  343. package/build/ts/surfaces/checkout/components/TextField.d.ts +41 -13
  344. package/build/ts/surfaces/checkout/components/Time.d.ts +5 -3
  345. package/build/ts/surfaces/checkout/components/Tooltip.d.ts +21 -4
  346. package/build/ts/surfaces/checkout/components/UnorderedList.d.ts +5 -3
  347. package/build/ts/surfaces/checkout/components/UrlField.d.ts +25 -13
  348. package/build/ts/surfaces/checkout/components/components-shared.d.ts +663 -486
  349. package/build/ts/surfaces/checkout/components/components.d.ts +485 -372
  350. package/build/ts/surfaces/checkout/extension-targets.d.ts +12 -0
  351. package/build/ts/surfaces/checkout/extension-targets.d.ts.map +1 -1
  352. package/build/ts/surfaces/checkout/globals.d.ts +1 -0
  353. package/build/ts/surfaces/checkout/globals.d.ts.map +1 -1
  354. package/build/ts/surfaces/checkout/preact/api.d.ts +2 -0
  355. package/build/ts/surfaces/checkout/preact/api.d.ts.map +1 -1
  356. package/build/ts/surfaces/checkout/preact/app-metafields.d.ts +1 -0
  357. package/build/ts/surfaces/checkout/preact/app-metafields.d.ts.map +1 -1
  358. package/build/ts/surfaces/checkout/preact/attributes.d.ts +3 -0
  359. package/build/ts/surfaces/checkout/preact/attributes.d.ts.map +1 -1
  360. package/build/ts/surfaces/checkout/preact/billing-address.d.ts +1 -0
  361. package/build/ts/surfaces/checkout/preact/billing-address.d.ts.map +1 -1
  362. package/build/ts/surfaces/checkout/preact/buyer-identity.d.ts +4 -0
  363. package/build/ts/surfaces/checkout/preact/buyer-identity.d.ts.map +1 -1
  364. package/build/ts/surfaces/checkout/preact/buyer-journey.d.ts +5 -0
  365. package/build/ts/surfaces/checkout/preact/buyer-journey.d.ts.map +1 -1
  366. package/build/ts/surfaces/checkout/preact/capabilities.d.ts +2 -0
  367. package/build/ts/surfaces/checkout/preact/capabilities.d.ts.map +1 -1
  368. package/build/ts/surfaces/checkout/preact/cart-line-target.d.ts +1 -0
  369. package/build/ts/surfaces/checkout/preact/cart-line-target.d.ts.map +1 -1
  370. package/build/ts/surfaces/checkout/preact/cart-lines.d.ts +2 -0
  371. package/build/ts/surfaces/checkout/preact/cart-lines.d.ts.map +1 -1
  372. package/build/ts/surfaces/checkout/preact/checkout-settings.d.ts +1 -0
  373. package/build/ts/surfaces/checkout/preact/checkout-settings.d.ts.map +1 -1
  374. package/build/ts/surfaces/checkout/preact/checkout-token.d.ts +1 -0
  375. package/build/ts/surfaces/checkout/preact/checkout-token.d.ts.map +1 -1
  376. package/build/ts/surfaces/checkout/preact/cost.d.ts +4 -0
  377. package/build/ts/surfaces/checkout/preact/cost.d.ts.map +1 -1
  378. package/build/ts/surfaces/checkout/preact/country.d.ts +1 -0
  379. package/build/ts/surfaces/checkout/preact/country.d.ts.map +1 -1
  380. package/build/ts/surfaces/checkout/preact/currency.d.ts +1 -0
  381. package/build/ts/surfaces/checkout/preact/currency.d.ts.map +1 -1
  382. package/build/ts/surfaces/checkout/preact/customer-privacy.d.ts +1 -0
  383. package/build/ts/surfaces/checkout/preact/customer-privacy.d.ts.map +1 -1
  384. package/build/ts/surfaces/checkout/preact/delivery-group-list-target.d.ts +1 -0
  385. package/build/ts/surfaces/checkout/preact/delivery-group-list-target.d.ts.map +1 -1
  386. package/build/ts/surfaces/checkout/preact/delivery-group-target.d.ts +1 -0
  387. package/build/ts/surfaces/checkout/preact/delivery-group-target.d.ts.map +1 -1
  388. package/build/ts/surfaces/checkout/preact/delivery-group.d.ts +1 -0
  389. package/build/ts/surfaces/checkout/preact/delivery-group.d.ts.map +1 -1
  390. package/build/ts/surfaces/checkout/preact/delivery-groups.d.ts +1 -0
  391. package/build/ts/surfaces/checkout/preact/delivery-groups.d.ts.map +1 -1
  392. package/build/ts/surfaces/checkout/preact/delivery-selection-groups.d.ts +1 -0
  393. package/build/ts/surfaces/checkout/preact/delivery-selection-groups.d.ts.map +1 -1
  394. package/build/ts/surfaces/checkout/preact/discounts.d.ts +3 -0
  395. package/build/ts/surfaces/checkout/preact/discounts.d.ts.map +1 -1
  396. package/build/ts/surfaces/checkout/preact/extension-editor.d.ts +1 -0
  397. package/build/ts/surfaces/checkout/preact/extension-editor.d.ts.map +1 -1
  398. package/build/ts/surfaces/checkout/preact/extension-language.d.ts +1 -0
  399. package/build/ts/surfaces/checkout/preact/extension-language.d.ts.map +1 -1
  400. package/build/ts/surfaces/checkout/preact/extension.d.ts +2 -0
  401. package/build/ts/surfaces/checkout/preact/extension.d.ts.map +1 -1
  402. package/build/ts/surfaces/checkout/preact/gift-cards.d.ts +2 -0
  403. package/build/ts/surfaces/checkout/preact/gift-cards.d.ts.map +1 -1
  404. package/build/ts/surfaces/checkout/preact/instructions.d.ts +1 -0
  405. package/build/ts/surfaces/checkout/preact/instructions.d.ts.map +1 -1
  406. package/build/ts/surfaces/checkout/preact/language.d.ts +1 -0
  407. package/build/ts/surfaces/checkout/preact/language.d.ts.map +1 -1
  408. package/build/ts/surfaces/checkout/preact/localized-fields.d.ts +4 -0
  409. package/build/ts/surfaces/checkout/preact/localized-fields.d.ts.map +1 -1
  410. package/build/ts/surfaces/checkout/preact/market.d.ts +1 -0
  411. package/build/ts/surfaces/checkout/preact/market.d.ts.map +1 -1
  412. package/build/ts/surfaces/checkout/preact/metafield.d.ts +1 -0
  413. package/build/ts/surfaces/checkout/preact/metafield.d.ts.map +1 -1
  414. package/build/ts/surfaces/checkout/preact/metafields.d.ts +2 -0
  415. package/build/ts/surfaces/checkout/preact/metafields.d.ts.map +1 -1
  416. package/build/ts/surfaces/checkout/preact/note.d.ts +2 -0
  417. package/build/ts/surfaces/checkout/preact/note.d.ts.map +1 -1
  418. package/build/ts/surfaces/checkout/preact/payment-method.d.ts +3 -0
  419. package/build/ts/surfaces/checkout/preact/payment-method.d.ts.map +1 -1
  420. package/build/ts/surfaces/checkout/preact/payment-options.d.ts +2 -0
  421. package/build/ts/surfaces/checkout/preact/payment-options.d.ts.map +1 -1
  422. package/build/ts/surfaces/checkout/preact/pickup-location-option-target.d.ts +1 -0
  423. package/build/ts/surfaces/checkout/preact/pickup-location-option-target.d.ts.map +1 -1
  424. package/build/ts/surfaces/checkout/preact/redeemable.d.ts +1 -0
  425. package/build/ts/surfaces/checkout/preact/redeemable.d.ts.map +1 -1
  426. package/build/ts/surfaces/checkout/preact/session-token.d.ts +1 -0
  427. package/build/ts/surfaces/checkout/preact/session-token.d.ts.map +1 -1
  428. package/build/ts/surfaces/checkout/preact/settings.d.ts +1 -0
  429. package/build/ts/surfaces/checkout/preact/settings.d.ts.map +1 -1
  430. package/build/ts/surfaces/checkout/preact/shipping-address.d.ts +2 -0
  431. package/build/ts/surfaces/checkout/preact/shipping-address.d.ts.map +1 -1
  432. package/build/ts/surfaces/checkout/preact/shipping-option-target.d.ts +1 -0
  433. package/build/ts/surfaces/checkout/preact/shipping-option-target.d.ts.map +1 -1
  434. package/build/ts/surfaces/checkout/preact/shop.d.ts +1 -0
  435. package/build/ts/surfaces/checkout/preact/shop.d.ts.map +1 -1
  436. package/build/ts/surfaces/checkout/preact/storage.d.ts +1 -0
  437. package/build/ts/surfaces/checkout/preact/storage.d.ts.map +1 -1
  438. package/build/ts/surfaces/checkout/preact/subscription.d.ts +1 -0
  439. package/build/ts/surfaces/checkout/preact/subscription.d.ts.map +1 -1
  440. package/build/ts/surfaces/checkout/preact/target.d.ts +1 -0
  441. package/build/ts/surfaces/checkout/preact/target.d.ts.map +1 -1
  442. package/build/ts/surfaces/checkout/preact/timezone.d.ts +1 -0
  443. package/build/ts/surfaces/checkout/preact/timezone.d.ts.map +1 -1
  444. package/build/ts/surfaces/checkout/preact/translate.d.ts +1 -0
  445. package/build/ts/surfaces/checkout/preact/translate.d.ts.map +1 -1
  446. package/build/ts/surfaces/checkout/shared.d.ts +9 -11
  447. package/build/ts/surfaces/checkout/shared.d.ts.map +1 -1
  448. package/build/ts/surfaces/checkout/style/style.d.ts +1 -0
  449. package/build/ts/surfaces/checkout/style/style.d.ts.map +1 -1
  450. package/build/ts/surfaces/checkout/style/types.d.ts +0 -4
  451. package/build/ts/surfaces/checkout/style/types.d.ts.map +1 -1
  452. package/build/ts/surfaces/customer-account/api/cart-line/cart-line-item.d.ts +1 -1
  453. package/build/ts/surfaces/customer-account/api/docs.d.ts +220 -19
  454. package/build/ts/surfaces/customer-account/api/docs.d.ts.map +1 -1
  455. package/build/ts/surfaces/customer-account/api/order-status/order-status.d.ts +383 -315
  456. package/build/ts/surfaces/customer-account/api/order-status/order-status.d.ts.map +1 -1
  457. package/build/ts/surfaces/customer-account/api/shared.d.ts +154 -143
  458. package/build/ts/surfaces/customer-account/api/shared.d.ts.map +1 -1
  459. package/build/ts/surfaces/customer-account/api/standard-api/standard-api.d.ts +63 -69
  460. package/build/ts/surfaces/customer-account/api/standard-api/standard-api.d.ts.map +1 -1
  461. package/build/ts/surfaces/customer-account/components/Abbreviation.d.ts +5 -3
  462. package/build/ts/surfaces/customer-account/components/Announcement.d.ts +43 -13
  463. package/build/ts/surfaces/customer-account/components/Avatar.d.ts +44 -14
  464. package/build/ts/surfaces/customer-account/components/Badge.d.ts +48 -6
  465. package/build/ts/surfaces/customer-account/components/Banner.d.ts +67 -12
  466. package/build/ts/surfaces/customer-account/components/Box.d.ts +56 -2
  467. package/build/ts/surfaces/customer-account/components/Button.d.ts +27 -6
  468. package/build/ts/surfaces/customer-account/components/ButtonGroup.d.ts +12 -4
  469. package/build/ts/surfaces/customer-account/components/Checkbox.d.ts +42 -5
  470. package/build/ts/surfaces/customer-account/components/Chip.d.ts +7 -6
  471. package/build/ts/surfaces/customer-account/components/Choice.d.ts +6 -3
  472. package/build/ts/surfaces/customer-account/components/ChoiceList.d.ts +17 -5
  473. package/build/ts/surfaces/customer-account/components/Clickable.d.ts +50 -9
  474. package/build/ts/surfaces/customer-account/components/ClickableChip.d.ts +24 -11
  475. package/build/ts/surfaces/customer-account/components/ClipboardItem.d.ts +16 -5
  476. package/build/ts/surfaces/customer-account/components/ConsentCheckbox.d.ts +26 -5
  477. package/build/ts/surfaces/customer-account/components/ConsentPhoneField.d.ts +35 -13
  478. package/build/ts/surfaces/customer-account/components/CustomerAccountAction.d.ts +12 -4
  479. package/build/ts/surfaces/customer-account/components/DateField.d.ts +30 -9
  480. package/build/ts/surfaces/customer-account/components/DatePicker.d.ts +27 -8
  481. package/build/ts/surfaces/customer-account/components/Details.d.ts +22 -11
  482. package/build/ts/surfaces/customer-account/components/Divider.d.ts +5 -3
  483. package/build/ts/surfaces/customer-account/components/DropZone.d.ts +21 -6
  484. package/build/ts/surfaces/customer-account/components/EmailField.d.ts +37 -13
  485. package/build/ts/surfaces/customer-account/components/Form.d.ts +17 -5
  486. package/build/ts/surfaces/customer-account/components/Grid.d.ts +143 -2
  487. package/build/ts/surfaces/customer-account/components/GridItem.d.ts +61 -2
  488. package/build/ts/surfaces/customer-account/components/Heading.d.ts +5 -3
  489. package/build/ts/surfaces/customer-account/components/Icon.d.ts +49 -6
  490. package/build/ts/surfaces/customer-account/components/Image.d.ts +44 -2
  491. package/build/ts/surfaces/customer-account/components/ImageGroup.d.ts +7 -2
  492. package/build/ts/surfaces/customer-account/components/Link.d.ts +17 -6
  493. package/build/ts/surfaces/customer-account/components/ListItem.d.ts +5 -3
  494. package/build/ts/surfaces/customer-account/components/Map.d.ts +72 -8
  495. package/build/ts/surfaces/customer-account/components/MapMarker.d.ts +36 -10
  496. package/build/ts/surfaces/customer-account/components/Menu.d.ts +1 -1
  497. package/build/ts/surfaces/customer-account/components/Modal.d.ts +51 -10
  498. package/build/ts/surfaces/customer-account/components/MoneyField.d.ts +34 -11
  499. package/build/ts/surfaces/customer-account/components/NumberField.d.ts +41 -13
  500. package/build/ts/surfaces/customer-account/components/Option.d.ts +5 -3
  501. package/build/ts/surfaces/customer-account/components/OrderedList.d.ts +5 -3
  502. package/build/ts/surfaces/customer-account/components/Page.d.ts +14 -6
  503. package/build/ts/surfaces/customer-account/components/Paragraph.d.ts +13 -2
  504. package/build/ts/surfaces/customer-account/components/PasswordField.d.ts +37 -13
  505. package/build/ts/surfaces/customer-account/components/PaymentIcon.d.ts +16 -3
  506. package/build/ts/surfaces/customer-account/components/PhoneField.d.ts +37 -13
  507. package/build/ts/surfaces/customer-account/components/Popover.d.ts +39 -24
  508. package/build/ts/surfaces/customer-account/components/PressButton.d.ts +21 -9
  509. package/build/ts/surfaces/customer-account/components/ProductThumbnail.d.ts +25 -3
  510. package/build/ts/surfaces/customer-account/components/Progress.d.ts +30 -3
  511. package/build/ts/surfaces/customer-account/components/QRCode.d.ts +27 -5
  512. package/build/ts/surfaces/customer-account/components/QueryContainer.d.ts +5 -3
  513. package/build/ts/surfaces/customer-account/components/ScrollBox.d.ts +61 -2
  514. package/build/ts/surfaces/customer-account/components/Section.d.ts +5 -3
  515. package/build/ts/surfaces/customer-account/components/Select.d.ts +33 -9
  516. package/build/ts/surfaces/customer-account/components/Sheet.d.ts +40 -15
  517. package/build/ts/surfaces/customer-account/components/SkeletonParagraph.d.ts +4 -3
  518. package/build/ts/surfaces/customer-account/components/Spinner.d.ts +19 -3
  519. package/build/ts/surfaces/customer-account/components/Stack.d.ts +116 -2
  520. package/build/ts/surfaces/customer-account/components/Summary.d.ts +3 -0
  521. package/build/ts/surfaces/customer-account/components/Switch.d.ts +16 -5
  522. package/build/ts/surfaces/customer-account/components/Text.d.ts +22 -4
  523. package/build/ts/surfaces/customer-account/components/TextArea.d.ts +34 -11
  524. package/build/ts/surfaces/customer-account/components/TextField.d.ts +41 -13
  525. package/build/ts/surfaces/customer-account/components/Time.d.ts +5 -3
  526. package/build/ts/surfaces/customer-account/components/Tooltip.d.ts +21 -4
  527. package/build/ts/surfaces/customer-account/components/UnorderedList.d.ts +5 -3
  528. package/build/ts/surfaces/customer-account/components/UrlField.d.ts +25 -13
  529. package/build/ts/surfaces/customer-account/components/components-shared.d.ts +663 -486
  530. package/build/ts/surfaces/customer-account/components/components.d.ts +485 -372
  531. package/build/ts/surfaces/customer-account/components/polaris-elements.d.ts +151 -0
  532. package/build/ts/surfaces/customer-account/components/shared.d.ts +23 -2
  533. package/build/ts/surfaces/customer-account/components/shared.d.ts.map +1 -1
  534. package/build/ts/surfaces/customer-account/components/shared.ts +23 -5
  535. package/build/ts/surfaces/customer-account/preact/metafield.d.ts +1 -0
  536. package/build/ts/surfaces/customer-account/preact/metafield.d.ts.map +1 -1
  537. package/build/ts/surfaces/customer-account/preact/metafields.d.ts +1 -0
  538. package/build/ts/surfaces/customer-account/preact/metafields.d.ts.map +1 -1
  539. package/build/ts/surfaces/point-of-sale/api/action-api/action-api.d.ts +6 -3
  540. package/build/ts/surfaces/point-of-sale/api/action-api/action-api.d.ts.map +1 -1
  541. package/build/ts/surfaces/point-of-sale/api/action-target-api/action-target-api.d.ts +1 -0
  542. package/build/ts/surfaces/point-of-sale/api/action-target-api/action-target-api.d.ts.map +1 -1
  543. package/build/ts/surfaces/point-of-sale/api/camera-api/camera-api.d.ts +4 -5
  544. package/build/ts/surfaces/point-of-sale/api/camera-api/camera-api.d.ts.map +1 -1
  545. package/build/ts/surfaces/point-of-sale/api/cart-api/cart-api.d.ts +6 -3
  546. package/build/ts/surfaces/point-of-sale/api/cart-api/cart-api.d.ts.map +1 -1
  547. package/build/ts/surfaces/point-of-sale/api/cart-line-item-api/cart-line-item-api.d.ts +3 -1
  548. package/build/ts/surfaces/point-of-sale/api/cart-line-item-api/cart-line-item-api.d.ts.map +1 -1
  549. package/build/ts/surfaces/point-of-sale/api/cash-drawer-api/cash-drawer-api.d.ts +4 -7
  550. package/build/ts/surfaces/point-of-sale/api/cash-drawer-api/cash-drawer-api.d.ts.map +1 -1
  551. package/build/ts/surfaces/point-of-sale/api/connectivity-api/connectivity-api.d.ts +6 -3
  552. package/build/ts/surfaces/point-of-sale/api/connectivity-api/connectivity-api.d.ts.map +1 -1
  553. package/build/ts/surfaces/point-of-sale/api/customer-api/customer-api.d.ts +6 -3
  554. package/build/ts/surfaces/point-of-sale/api/customer-api/customer-api.d.ts.map +1 -1
  555. package/build/ts/surfaces/point-of-sale/api/device-api/device-api.d.ts +6 -3
  556. package/build/ts/surfaces/point-of-sale/api/device-api/device-api.d.ts.map +1 -1
  557. package/build/ts/surfaces/point-of-sale/api/draft-order-api/draft-order-api.d.ts +6 -3
  558. package/build/ts/surfaces/point-of-sale/api/draft-order-api/draft-order-api.d.ts.map +1 -1
  559. package/build/ts/surfaces/point-of-sale/api/locale-api/locale-api.d.ts +6 -3
  560. package/build/ts/surfaces/point-of-sale/api/locale-api/locale-api.d.ts.map +1 -1
  561. package/build/ts/surfaces/point-of-sale/api/navigation-api/navigation-api.d.ts +8 -10
  562. package/build/ts/surfaces/point-of-sale/api/navigation-api/navigation-api.d.ts.map +1 -1
  563. package/build/ts/surfaces/point-of-sale/api/order-api/order-api.d.ts +4 -4
  564. package/build/ts/surfaces/point-of-sale/api/order-api/order-api.d.ts.map +1 -1
  565. package/build/ts/surfaces/point-of-sale/api/pin-pad-api.d.ts +7 -4
  566. package/build/ts/surfaces/point-of-sale/api/pin-pad-api.d.ts.map +1 -1
  567. package/build/ts/surfaces/point-of-sale/api/print-api/print-api.d.ts +4 -7
  568. package/build/ts/surfaces/point-of-sale/api/print-api/print-api.d.ts.map +1 -1
  569. package/build/ts/surfaces/point-of-sale/api/product-api/product-api.d.ts +6 -3
  570. package/build/ts/surfaces/point-of-sale/api/product-api/product-api.d.ts.map +1 -1
  571. package/build/ts/surfaces/point-of-sale/api/product-search-api/product-search-api.d.ts +6 -3
  572. package/build/ts/surfaces/point-of-sale/api/product-search-api/product-search-api.d.ts.map +1 -1
  573. package/build/ts/surfaces/point-of-sale/api/scanner-api/scanner-api.d.ts +6 -3
  574. package/build/ts/surfaces/point-of-sale/api/scanner-api/scanner-api.d.ts.map +1 -1
  575. package/build/ts/surfaces/point-of-sale/api/session-api/session-api.d.ts +6 -3
  576. package/build/ts/surfaces/point-of-sale/api/session-api/session-api.d.ts.map +1 -1
  577. package/build/ts/surfaces/point-of-sale/api/storage-api/storage-api.d.ts +1 -3
  578. package/build/ts/surfaces/point-of-sale/api/storage-api/storage-api.d.ts.map +1 -1
  579. package/build/ts/surfaces/point-of-sale/api/toast-api/toast-api.d.ts +6 -3
  580. package/build/ts/surfaces/point-of-sale/api/toast-api/toast-api.d.ts.map +1 -1
  581. package/build/ts/surfaces/point-of-sale/components/Button.d.ts +1 -1
  582. package/build/ts/surfaces/point-of-sale/components/ChoiceList.d.ts +1 -1
  583. package/build/ts/surfaces/point-of-sale/components/EmptyState.d.ts +2 -2
  584. package/build/ts/surfaces/point-of-sale/components/Link.d.ts +1 -1
  585. package/build/ts/surfaces/point-of-sale/components/Stack.d.ts +10 -10
  586. package/build/ts/surfaces/point-of-sale/components/Text.d.ts +1 -1
  587. package/build/ts/surfaces/point-of-sale/components/TextField.d.ts +1 -1
  588. package/build/ts/surfaces/point-of-sale/components/components-shared.d.ts +55 -55
  589. package/build/ts/surfaces/point-of-sale/event/data/BaseData.d.ts +2 -2
  590. package/build/ts/surfaces/point-of-sale/event/data/BaseData.d.ts.map +1 -1
  591. package/build/ts/surfaces/point-of-sale/event/data/ReprintReceiptData.d.ts +23 -2
  592. package/build/ts/surfaces/point-of-sale/event/data/ReprintReceiptData.d.ts.map +1 -1
  593. package/build/ts/surfaces/point-of-sale/types/storage.d.ts +1 -1
  594. package/build/tsconfig.tsbuildinfo +1 -1
  595. package/package.json +2 -4
  596. package/src/shared.ts +34 -13
  597. package/src/surfaces/admin/api/action/action.ts +2 -0
  598. package/src/surfaces/admin/api/block/block.ts +3 -0
  599. package/src/surfaces/admin/api/checkout-rules/launch-options.ts +2 -0
  600. package/src/surfaces/admin/api/checkout-rules/metafields.ts +2 -0
  601. package/src/surfaces/admin/api/customer-segment-template/customer-segment-template.ts +2 -0
  602. package/src/surfaces/admin/api/discount-function-settings/launch-options.ts +3 -8
  603. package/src/surfaces/admin/api/discount-function-settings/metafields.ts +2 -0
  604. package/src/surfaces/admin/api/intents/intents.ts +4 -0
  605. package/src/surfaces/admin/api/order-routing-rule/order-routing-rule.ts +2 -0
  606. package/src/surfaces/admin/api/picker/picker.ts +2 -0
  607. package/src/surfaces/admin/api/print-action/examples/custom-product-labels.jsx +17 -14
  608. package/src/surfaces/admin/api/print-action/examples/generate-packing-slip.jsx +18 -12
  609. package/src/surfaces/admin/api/print-action/examples/shipping-manifest.jsx +11 -12
  610. package/src/surfaces/admin/api/print-action/print-action.ts +2 -0
  611. package/src/surfaces/admin/api/product-configuration/product-details-configuration.ts +2 -0
  612. package/src/surfaces/admin/api/product-configuration/product-variant-details-configuration.ts +2 -0
  613. package/src/surfaces/admin/api/purchase-options-card-action.ts +2 -0
  614. package/src/surfaces/admin/api/resource-picker/resource-picker.ts +7 -1
  615. package/src/surfaces/admin/api/should-render/should-render.ts +2 -0
  616. package/src/surfaces/admin/api/standard/standard.ts +2 -0
  617. package/src/surfaces/admin/components/ActionExtensionComponents.ts +1 -1
  618. package/src/surfaces/admin/components/{ButtonGroup/examples/default.jsx → AdminAction/examples/default.html} +3 -2
  619. package/src/surfaces/admin/components/AdminAction/examples/destructive-action.html +10 -0
  620. package/src/surfaces/admin/components/AdminAction/examples/loading-state.html +5 -0
  621. package/src/surfaces/admin/components/AdminAction/examples/with-form-content.html +8 -0
  622. package/src/surfaces/admin/components/AdminAction/examples/with-resource-details.html +15 -0
  623. package/src/surfaces/admin/components/AdminAction.d.ts +122 -12
  624. package/src/surfaces/admin/components/AdminBlock/examples/default.html +3 -0
  625. package/src/surfaces/admin/components/AdminBlock/examples/with-actions.html +14 -0
  626. package/src/surfaces/admin/components/AdminBlock/examples/with-badges.html +14 -0
  627. package/src/surfaces/admin/components/AdminBlock/examples/with-collapsed-summary.html +7 -0
  628. package/src/surfaces/admin/components/AdminBlock/examples/with-data-table.html +21 -0
  629. package/src/surfaces/admin/components/AdminBlock.d.ts +118 -9
  630. package/src/surfaces/admin/components/AdminPrintAction/examples/default.html +1 -0
  631. package/src/surfaces/admin/components/AdminPrintAction/examples/dynamic-url.html +1 -0
  632. package/src/surfaces/admin/components/AdminPrintAction/examples/pdf-source.html +1 -0
  633. package/src/surfaces/admin/components/AdminPrintAction.d.ts +114 -9
  634. package/src/surfaces/admin/components/Avatar.d.ts +177 -13
  635. package/src/surfaces/admin/components/Badge.d.ts +207 -24
  636. package/src/surfaces/admin/components/Banner.d.ts +175 -19
  637. package/src/surfaces/admin/components/BlockExtensionComponents.ts +1 -1
  638. package/src/surfaces/admin/components/Box/examples/accessible-status-messages.html +8 -14
  639. package/src/surfaces/admin/components/Box/examples/screen-reader-only-content.html +3 -0
  640. package/src/surfaces/admin/components/Box.d.ts +277 -78
  641. package/src/surfaces/admin/components/Button/examples/component-interactions.html +8 -6
  642. package/src/surfaces/admin/components/Button/examples/icon-only-button.html +17 -1
  643. package/src/surfaces/admin/components/Button.d.ts +333 -56
  644. package/src/surfaces/admin/components/ButtonGroup.d.ts +149 -28
  645. package/src/surfaces/admin/components/Checkbox/examples/indeterminate-state.html +10 -0
  646. package/src/surfaces/admin/components/Checkbox/examples/validation-example.html +9 -0
  647. package/src/surfaces/admin/components/Checkbox.d.ts +207 -9
  648. package/src/surfaces/admin/components/Chip/examples/default.html +1 -1
  649. package/src/surfaces/admin/components/Chip.d.ts +11 -4
  650. package/src/surfaces/admin/components/Choice.d.ts +140 -27
  651. package/src/surfaces/admin/components/ChoiceList/examples/disabled-state.html +5 -0
  652. package/src/surfaces/admin/components/ChoiceList/examples/with-error-state.html +2 -3
  653. package/src/surfaces/admin/components/ChoiceList.d.ts +175 -15
  654. package/src/surfaces/admin/components/Clickable.d.ts +252 -48
  655. package/src/surfaces/admin/components/ClickableChip.d.ts +190 -30
  656. package/src/surfaces/admin/components/ColorField/examples/default.html +4 -1
  657. package/src/surfaces/admin/components/ColorField/examples/validation-example.html +12 -0
  658. package/src/surfaces/admin/components/ColorField.d.ts +252 -23
  659. package/src/surfaces/admin/components/ColorPicker/examples/default.html +1 -1
  660. package/src/surfaces/admin/components/ColorPicker.d.ts +172 -13
  661. package/src/surfaces/admin/components/DateField.d.ts +269 -27
  662. package/src/surfaces/admin/components/DatePicker.d.ts +213 -12
  663. package/src/surfaces/admin/components/Divider.d.ts +157 -13
  664. package/src/surfaces/admin/components/DropZone/examples/upload-with-validation.html +42 -0
  665. package/src/surfaces/admin/components/DropZone.d.ts +18 -0
  666. package/src/surfaces/admin/components/EmailField/examples/disabled-state.html +5 -0
  667. package/src/surfaces/admin/components/EmailField.d.ts +234 -12
  668. package/src/surfaces/admin/components/Form/examples/default.html +1 -1
  669. package/src/surfaces/admin/components/Form/examples/with-choice-fields.html +12 -0
  670. package/src/surfaces/admin/components/Form/examples/with-multiple-fields.html +12 -0
  671. package/src/surfaces/admin/components/Form/examples/with-sections.html +21 -0
  672. package/src/surfaces/admin/components/Form/examples/with-validation.html +7 -0
  673. package/src/surfaces/admin/components/Form.d.ts +138 -10
  674. package/src/surfaces/admin/components/FormExtensionComponents.ts +1 -1
  675. package/src/surfaces/admin/components/FunctionSettings/examples/default.html +9 -0
  676. package/src/surfaces/admin/components/FunctionSettings/examples/with-multiple-settings.html +16 -0
  677. package/src/surfaces/admin/components/FunctionSettings/examples/with-select-options.html +10 -0
  678. package/src/surfaces/admin/components/FunctionSettings/examples/with-toggle.html +13 -0
  679. package/src/surfaces/admin/components/FunctionSettings/examples/with-validation.html +23 -0
  680. package/src/surfaces/admin/components/FunctionSettings.d.ts +154 -9
  681. package/src/surfaces/admin/components/FunctionSettingsComponents.ts +1 -1
  682. package/src/surfaces/admin/components/Grid.d.ts +329 -73
  683. package/src/surfaces/admin/components/GridItem.d.ts +291 -37
  684. package/src/surfaces/admin/components/Heading.d.ts +139 -29
  685. package/src/surfaces/admin/components/Icon.d.ts +147 -27
  686. package/src/surfaces/admin/components/Image/examples/basic-usage.html +15 -4
  687. package/src/surfaces/admin/components/Image.d.ts +311 -36
  688. package/src/surfaces/admin/components/Link/examples/default.html +1 -1
  689. package/src/surfaces/admin/components/Link.d.ts +175 -39
  690. package/src/surfaces/admin/components/ListItem.d.ts +130 -16
  691. package/src/surfaces/admin/components/Menu/examples/{menu-with-icons.html → icon-only-trigger.html} +7 -2
  692. package/src/surfaces/admin/components/Menu.d.ts +174 -29
  693. package/src/surfaces/admin/components/Modal/examples/delete-with-async-handling.html +28 -0
  694. package/src/surfaces/admin/components/Modal.d.ts +27 -0
  695. package/src/surfaces/admin/components/MoneyField/examples/basic-field.html +0 -1
  696. package/src/surfaces/admin/components/MoneyField.d.ts +234 -12
  697. package/src/surfaces/admin/components/NumberField/examples/disabled-and-read-only.html +15 -0
  698. package/src/surfaces/admin/components/NumberField/examples/{basic-usage.html → with-error-state.html} +3 -1
  699. package/src/surfaces/admin/components/NumberField.d.ts +245 -12
  700. package/src/surfaces/admin/components/Option.d.ts +133 -14
  701. package/src/surfaces/admin/components/OptionGroup.d.ts +127 -16
  702. package/src/surfaces/admin/components/OrderedList/examples/default.html +3 -3
  703. package/src/surfaces/admin/components/OrderedList.d.ts +128 -18
  704. package/src/surfaces/admin/components/Page/examples/edit-page-with-all-slots.html +36 -0
  705. package/src/surfaces/admin/components/Page.d.ts +9 -0
  706. package/src/surfaces/admin/components/Paragraph/examples/subdued-color.html +3 -0
  707. package/src/surfaces/admin/components/Paragraph/examples/with-tone-and-color.html +13 -1
  708. package/src/surfaces/admin/components/Paragraph.d.ts +173 -38
  709. package/src/surfaces/admin/components/PasswordField.d.ts +241 -19
  710. package/src/surfaces/admin/components/Popover/examples/filter-with-apply-and-clear.html +35 -0
  711. package/src/surfaces/admin/components/PrintActionExtensionComponents.ts +1 -1
  712. package/src/surfaces/admin/components/QueryContainer.d.ts +138 -18
  713. package/src/surfaces/admin/components/SearchField.d.ts +227 -18
  714. package/src/surfaces/admin/components/Section.d.ts +155 -26
  715. package/src/surfaces/admin/components/Select/examples/with-error-state.html +2 -2
  716. package/src/surfaces/admin/components/Select/examples/with-option-groups.html +4 -4
  717. package/src/surfaces/admin/components/Select.d.ts +223 -33
  718. package/src/surfaces/admin/components/Spinner/examples/spinner-sizes.html +5 -0
  719. package/src/surfaces/admin/components/Spinner.d.ts +137 -13
  720. package/src/surfaces/admin/components/Stack.d.ts +319 -65
  721. package/src/surfaces/admin/components/Switch/examples/disabled-switch.html +2 -2
  722. package/src/surfaces/admin/components/Switch/examples/form-integration.html +15 -12
  723. package/src/surfaces/admin/components/Switch/examples/hidden-label-for-accessibility.html +1 -1
  724. package/src/surfaces/admin/components/Switch/examples/settings-panel-with-stack.html +1 -1
  725. package/src/surfaces/admin/components/Switch/examples/with-details-and-error.html +1 -1
  726. package/src/surfaces/admin/components/Switch.d.ts +199 -17
  727. package/src/surfaces/admin/components/Table/examples/{basic-usage.jsx → with-filters.html} +2 -13
  728. package/src/surfaces/admin/components/Table.d.ts +255 -18
  729. package/src/surfaces/admin/components/TableBody.d.ts +133 -16
  730. package/src/surfaces/admin/components/TableCell.d.ts +137 -12
  731. package/src/surfaces/admin/components/TableHeader.d.ts +149 -16
  732. package/src/surfaces/admin/components/TableHeaderRow.d.ts +133 -16
  733. package/src/surfaces/admin/components/TableRow.d.ts +136 -16
  734. package/src/surfaces/admin/components/Text.d.ts +203 -38
  735. package/src/surfaces/admin/components/TextArea/examples/disabled-and-read-only.html +15 -0
  736. package/src/surfaces/admin/components/TextArea.d.ts +232 -12
  737. package/src/surfaces/admin/components/TextField/examples/disabled-and-read-only.html +13 -0
  738. package/src/surfaces/admin/components/TextField.d.ts +248 -38
  739. package/src/surfaces/admin/components/Thumbnail/examples/default.html +1 -1
  740. package/src/surfaces/admin/components/Thumbnail/examples/different-sizes.html +3 -3
  741. package/src/surfaces/admin/components/Thumbnail/examples/with-event-handling.html +22 -9
  742. package/src/surfaces/admin/components/Thumbnail.d.ts +170 -13
  743. package/src/surfaces/admin/components/Tooltip/examples/basic-usage.html +2 -4
  744. package/src/surfaces/admin/components/Tooltip/examples/keyboard-shortcut.html +2 -0
  745. package/src/surfaces/admin/components/Tooltip/examples/with-icon-button.html +3 -5
  746. package/src/surfaces/admin/components/Tooltip.d.ts +171 -29
  747. package/src/surfaces/admin/components/URLField/examples/default.html +2 -2
  748. package/src/surfaces/admin/components/URLField/examples/with-default-value.html +5 -7
  749. package/src/surfaces/admin/components/URLField.d.ts +246 -19
  750. package/src/surfaces/admin/components/UnorderedList.d.ts +128 -18
  751. package/src/surfaces/admin/components/patterns/examples/accountConnection-modal.html +54 -0
  752. package/src/surfaces/admin/components/patterns/examples/accountConnection-modal.jsx +54 -0
  753. package/src/surfaces/admin/components/patterns/examples/accountConnection-toast.html +25 -0
  754. package/src/surfaces/admin/components/patterns/examples/accountConnection-toast.jsx +27 -0
  755. package/src/surfaces/admin/components/patterns/examples/appCard-nav.html +29 -0
  756. package/src/surfaces/admin/components/patterns/examples/appCard-nav.jsx +29 -0
  757. package/src/surfaces/admin/components/patterns/examples/calloutCard-nav.html +35 -0
  758. package/src/surfaces/admin/components/patterns/examples/calloutCard-nav.jsx +37 -0
  759. package/src/surfaces/admin/components/patterns/examples/calloutCard-toast.html +41 -0
  760. package/src/surfaces/admin/components/patterns/examples/calloutCard-toast.jsx +41 -0
  761. package/src/surfaces/admin/components/patterns/examples/details-modal.html +36 -0
  762. package/src/surfaces/admin/components/patterns/examples/details-modal.jsx +39 -0
  763. package/src/surfaces/admin/components/patterns/examples/details-save-bar.html +21 -0
  764. package/src/surfaces/admin/components/patterns/examples/details-save-bar.jsx +31 -0
  765. package/src/surfaces/admin/components/patterns/examples/details.html +8 -3
  766. package/src/surfaces/admin/components/patterns/examples/details.jsx +238 -242
  767. package/src/surfaces/admin/components/patterns/examples/emptyState-intents.html +39 -0
  768. package/src/surfaces/admin/components/patterns/examples/emptyState-intents.jsx +41 -0
  769. package/src/surfaces/admin/components/patterns/examples/emptyState-nav.html +16 -0
  770. package/src/surfaces/admin/components/patterns/examples/emptyState-nav.jsx +16 -0
  771. package/src/surfaces/admin/components/patterns/examples/homepage.html +6 -1
  772. package/src/surfaces/admin/components/patterns/examples/homepage.jsx +7 -0
  773. package/src/surfaces/admin/components/patterns/examples/index-intents.html +39 -0
  774. package/src/surfaces/admin/components/patterns/examples/index-intents.jsx +41 -0
  775. package/src/surfaces/admin/components/patterns/examples/index.html +12 -7
  776. package/src/surfaces/admin/components/patterns/examples/index.jsx +13 -6
  777. package/src/surfaces/admin/components/patterns/examples/indexTable-bulk-selection.html +109 -0
  778. package/src/surfaces/admin/components/patterns/examples/indexTable-bulk-selection.jsx +131 -0
  779. package/src/surfaces/admin/components/patterns/examples/indexTable-nav.html +85 -0
  780. package/src/surfaces/admin/components/patterns/examples/indexTable-nav.jsx +85 -0
  781. package/src/surfaces/admin/components/patterns/examples/indexTable-pagination.html +74 -0
  782. package/src/surfaces/admin/components/patterns/examples/indexTable-pagination.jsx +85 -0
  783. package/src/surfaces/admin/components/patterns/examples/indexTable-toast.html +119 -0
  784. package/src/surfaces/admin/components/patterns/examples/indexTable-toast.jsx +126 -0
  785. package/src/surfaces/admin/components/patterns/examples/interstitialNav.html +8 -8
  786. package/src/surfaces/admin/components/patterns/examples/interstitialNav.jsx +7 -7
  787. package/src/surfaces/admin/components/patterns/examples/mediaCard-intents.html +31 -0
  788. package/src/surfaces/admin/components/patterns/examples/mediaCard-intents.jsx +33 -0
  789. package/src/surfaces/admin/components/patterns/examples/mediaCard-modal.html +56 -0
  790. package/src/surfaces/admin/components/patterns/examples/mediaCard-modal.jsx +62 -0
  791. package/src/surfaces/admin/components/patterns/examples/mediaCard-share.html +43 -0
  792. package/src/surfaces/admin/components/patterns/examples/mediaCard-share.jsx +43 -0
  793. package/src/surfaces/admin/components/patterns/examples/mediaCard-toast.html +36 -0
  794. package/src/surfaces/admin/components/patterns/examples/mediaCard-toast.jsx +36 -0
  795. package/src/surfaces/admin/components/patterns/examples/mediaCard.html +25 -23
  796. package/src/surfaces/admin/components/patterns/examples/mediaCard.jsx +29 -27
  797. package/src/surfaces/admin/components/patterns/examples/metricsCard-nav.html +51 -0
  798. package/src/surfaces/admin/components/patterns/examples/metricsCard-nav.jsx +51 -0
  799. package/src/surfaces/admin/components/patterns/examples/resourceList-modal.html +78 -0
  800. package/src/surfaces/admin/components/patterns/examples/resourceList-modal.jsx +82 -0
  801. package/src/surfaces/admin/components/patterns/examples/resourceList-nav.html +54 -0
  802. package/src/surfaces/admin/components/patterns/examples/resourceList-nav.jsx +54 -0
  803. package/src/surfaces/admin/components/patterns/examples/resourceList-picker.html +58 -0
  804. package/src/surfaces/admin/components/patterns/examples/resourceList-picker.jsx +59 -0
  805. package/src/surfaces/admin/components/patterns/examples/resourceList-toast.html +67 -0
  806. package/src/surfaces/admin/components/patterns/examples/resourceList-toast.jsx +77 -0
  807. package/src/surfaces/admin/components/patterns/examples/settings-modal.html +45 -0
  808. package/src/surfaces/admin/components/patterns/examples/settings-modal.jsx +53 -0
  809. package/src/surfaces/admin/components/patterns/examples/settings-toast.html +37 -0
  810. package/src/surfaces/admin/components/patterns/examples/settings-toast.jsx +33 -0
  811. package/src/surfaces/admin/components/patterns/examples/settings.html +31 -1
  812. package/src/surfaces/admin/components/patterns/examples/settings.jsx +31 -0
  813. package/src/surfaces/admin/components/patterns/examples/setupGuide-nav.html +89 -0
  814. package/src/surfaces/admin/components/patterns/examples/setupGuide-nav.jsx +93 -0
  815. package/src/surfaces/admin/components/patterns/examples/setupGuide-toast.html +94 -0
  816. package/src/surfaces/admin/components/patterns/examples/setupGuide-toast.jsx +103 -0
  817. package/src/surfaces/admin/components/patterns/examples/setupGuide.html +90 -40
  818. package/src/surfaces/admin/components/patterns/examples/setupGuide.jsx +81 -9
  819. package/src/surfaces/admin/components/shared.d.ts +1112 -931
  820. package/src/surfaces/admin/components.d.ts +3902 -2272
  821. package/src/surfaces/admin/extension-targets.ts +6 -6
  822. package/src/surfaces/checkout/api/address-autocomplete/format-suggestion.ts +1 -0
  823. package/src/surfaces/checkout/api/address-autocomplete/standard.ts +3 -2
  824. package/src/surfaces/checkout/api/address-autocomplete/suggest.ts +3 -2
  825. package/src/surfaces/checkout/api/cart-line/cart-line-item.ts +9 -1
  826. package/src/surfaces/checkout/api/checkout/checkout.ts +231 -121
  827. package/src/surfaces/checkout/api/docs.ts +37 -2
  828. package/src/surfaces/checkout/api/order-confirmation/order-confirmation.ts +12 -5
  829. package/src/surfaces/checkout/api/pickup/pickup-location-item.ts +11 -2
  830. package/src/surfaces/checkout/api/pickup/pickup-location-list.ts +4 -1
  831. package/src/surfaces/checkout/api/pickup/pickup-point-list.ts +4 -1
  832. package/src/surfaces/checkout/api/shared.ts +77 -31
  833. package/src/surfaces/checkout/api/shipping/shipping-option-item.ts +13 -4
  834. package/src/surfaces/checkout/api/shipping/shipping-option-list.ts +16 -12
  835. package/src/surfaces/checkout/api/standard/standard.ts +654 -456
  836. package/src/surfaces/checkout/components/Abbreviation.d.ts +5 -3
  837. package/src/surfaces/checkout/components/Announcement.d.ts +43 -13
  838. package/src/surfaces/checkout/components/Badge.d.ts +48 -6
  839. package/src/surfaces/checkout/components/Banner.d.ts +67 -12
  840. package/src/surfaces/checkout/components/Box.d.ts +56 -2
  841. package/src/surfaces/checkout/components/Button.d.ts +27 -6
  842. package/src/surfaces/checkout/components/Checkbox.d.ts +42 -5
  843. package/src/surfaces/checkout/components/Chip.d.ts +7 -6
  844. package/src/surfaces/checkout/components/Choice.d.ts +6 -3
  845. package/src/surfaces/checkout/components/ChoiceList.d.ts +17 -5
  846. package/src/surfaces/checkout/components/Clickable.d.ts +50 -9
  847. package/src/surfaces/checkout/components/ClickableChip.d.ts +24 -11
  848. package/src/surfaces/checkout/components/ClipboardItem.d.ts +16 -5
  849. package/src/surfaces/checkout/components/ConsentCheckbox.d.ts +26 -5
  850. package/src/surfaces/checkout/components/ConsentPhoneField.d.ts +35 -13
  851. package/src/surfaces/checkout/components/DateField.d.ts +30 -9
  852. package/src/surfaces/checkout/components/DatePicker.d.ts +27 -8
  853. package/src/surfaces/checkout/components/Details.d.ts +22 -11
  854. package/src/surfaces/checkout/components/Divider.d.ts +5 -3
  855. package/src/surfaces/checkout/components/DropZone.d.ts +21 -6
  856. package/src/surfaces/checkout/components/EmailField.d.ts +37 -13
  857. package/src/surfaces/checkout/components/Form.d.ts +17 -5
  858. package/src/surfaces/checkout/components/Grid.d.ts +143 -2
  859. package/src/surfaces/checkout/components/GridItem.d.ts +61 -2
  860. package/src/surfaces/checkout/components/Heading.d.ts +5 -3
  861. package/src/surfaces/checkout/components/Icon.d.ts +49 -6
  862. package/src/surfaces/checkout/components/Image.d.ts +44 -2
  863. package/src/surfaces/checkout/components/Link.d.ts +17 -6
  864. package/src/surfaces/checkout/components/ListItem.d.ts +5 -3
  865. package/src/surfaces/checkout/components/Map.d.ts +72 -8
  866. package/src/surfaces/checkout/components/MapMarker.d.ts +36 -10
  867. package/src/surfaces/checkout/components/Modal.d.ts +51 -10
  868. package/src/surfaces/checkout/components/MoneyField.d.ts +34 -11
  869. package/src/surfaces/checkout/components/NumberField.d.ts +41 -13
  870. package/src/surfaces/checkout/components/Option.d.ts +5 -3
  871. package/src/surfaces/checkout/components/OrderedList.d.ts +5 -3
  872. package/src/surfaces/checkout/components/Paragraph.d.ts +13 -2
  873. package/src/surfaces/checkout/components/PasswordField.d.ts +37 -13
  874. package/src/surfaces/checkout/components/PaymentIcon.d.ts +16 -3
  875. package/src/surfaces/checkout/components/PhoneField.d.ts +37 -13
  876. package/src/surfaces/checkout/components/Popover.d.ts +39 -24
  877. package/src/surfaces/checkout/components/PressButton.d.ts +21 -9
  878. package/src/surfaces/checkout/components/ProductThumbnail.d.ts +25 -3
  879. package/src/surfaces/checkout/components/Progress.d.ts +30 -3
  880. package/src/surfaces/checkout/components/QRCode.d.ts +27 -5
  881. package/src/surfaces/checkout/components/QueryContainer.d.ts +5 -3
  882. package/src/surfaces/checkout/components/ScrollBox.d.ts +61 -2
  883. package/src/surfaces/checkout/components/Section.d.ts +5 -3
  884. package/src/surfaces/checkout/components/Select.d.ts +33 -9
  885. package/src/surfaces/checkout/components/Sheet.d.ts +40 -15
  886. package/src/surfaces/checkout/components/SkeletonParagraph.d.ts +4 -3
  887. package/src/surfaces/checkout/components/Spinner.d.ts +19 -3
  888. package/src/surfaces/checkout/components/Stack.d.ts +116 -2
  889. package/src/surfaces/checkout/components/Summary.d.ts +3 -0
  890. package/src/surfaces/checkout/components/Switch.d.ts +16 -5
  891. package/src/surfaces/checkout/components/Text.d.ts +22 -4
  892. package/src/surfaces/checkout/components/TextArea.d.ts +34 -11
  893. package/src/surfaces/checkout/components/TextField.d.ts +41 -13
  894. package/src/surfaces/checkout/components/Time.d.ts +5 -3
  895. package/src/surfaces/checkout/components/Tooltip.d.ts +21 -4
  896. package/src/surfaces/checkout/components/UnorderedList.d.ts +5 -3
  897. package/src/surfaces/checkout/components/UrlField.d.ts +25 -13
  898. package/src/surfaces/checkout/components/components-shared.d.ts +663 -486
  899. package/src/surfaces/checkout/components/components.d.ts +485 -372
  900. package/src/surfaces/checkout/extension-targets.ts +12 -0
  901. package/src/surfaces/checkout/globals.ts +1 -0
  902. package/src/surfaces/checkout/preact/api.ts +2 -0
  903. package/src/surfaces/checkout/preact/app-metafields.ts +1 -0
  904. package/src/surfaces/checkout/preact/attributes.ts +3 -0
  905. package/src/surfaces/checkout/preact/billing-address.ts +1 -0
  906. package/src/surfaces/checkout/preact/buyer-identity.ts +4 -0
  907. package/src/surfaces/checkout/preact/buyer-journey.ts +5 -0
  908. package/src/surfaces/checkout/preact/capabilities.ts +2 -0
  909. package/src/surfaces/checkout/preact/cart-line-target.ts +1 -0
  910. package/src/surfaces/checkout/preact/cart-lines.ts +2 -0
  911. package/src/surfaces/checkout/preact/checkout-settings.ts +1 -0
  912. package/src/surfaces/checkout/preact/checkout-token.ts +1 -0
  913. package/src/surfaces/checkout/preact/cost.ts +4 -0
  914. package/src/surfaces/checkout/preact/country.ts +1 -0
  915. package/src/surfaces/checkout/preact/currency.ts +1 -0
  916. package/src/surfaces/checkout/preact/customer-privacy.ts +1 -0
  917. package/src/surfaces/checkout/preact/delivery-group-list-target.ts +1 -0
  918. package/src/surfaces/checkout/preact/delivery-group-target.ts +1 -0
  919. package/src/surfaces/checkout/preact/delivery-group.ts +1 -0
  920. package/src/surfaces/checkout/preact/delivery-groups.ts +1 -0
  921. package/src/surfaces/checkout/preact/delivery-selection-groups.ts +1 -0
  922. package/src/surfaces/checkout/preact/discounts.ts +3 -0
  923. package/src/surfaces/checkout/preact/extension-editor.ts +1 -0
  924. package/src/surfaces/checkout/preact/extension-language.ts +1 -0
  925. package/src/surfaces/checkout/preact/extension.ts +2 -0
  926. package/src/surfaces/checkout/preact/gift-cards.ts +2 -0
  927. package/src/surfaces/checkout/preact/instructions.ts +1 -0
  928. package/src/surfaces/checkout/preact/language.ts +1 -0
  929. package/src/surfaces/checkout/preact/localized-fields.ts +4 -0
  930. package/src/surfaces/checkout/preact/market.ts +1 -0
  931. package/src/surfaces/checkout/preact/metafield.ts +1 -0
  932. package/src/surfaces/checkout/preact/metafields.ts +2 -0
  933. package/src/surfaces/checkout/preact/note.ts +2 -0
  934. package/src/surfaces/checkout/preact/payment-method.ts +3 -0
  935. package/src/surfaces/checkout/preact/payment-options.ts +2 -0
  936. package/src/surfaces/checkout/preact/pickup-location-option-target.ts +1 -0
  937. package/src/surfaces/checkout/preact/redeemable.ts +1 -0
  938. package/src/surfaces/checkout/preact/session-token.ts +1 -0
  939. package/src/surfaces/checkout/preact/settings.ts +1 -0
  940. package/src/surfaces/checkout/preact/shipping-address.ts +2 -0
  941. package/src/surfaces/checkout/preact/shipping-option-target.ts +1 -0
  942. package/src/surfaces/checkout/preact/shop.ts +1 -0
  943. package/src/surfaces/checkout/preact/storage.ts +1 -0
  944. package/src/surfaces/checkout/preact/subscription.ts +1 -0
  945. package/src/surfaces/checkout/preact/target.ts +1 -0
  946. package/src/surfaces/checkout/preact/timezone.ts +1 -0
  947. package/src/surfaces/checkout/preact/translate.ts +1 -0
  948. package/src/surfaces/checkout/shared.ts +9 -11
  949. package/src/surfaces/checkout/style/style.ts +1 -0
  950. package/src/surfaces/checkout/style/types.ts +0 -4
  951. package/src/surfaces/customer-account/api/cart-line/cart-line-item.ts +1 -1
  952. package/src/surfaces/customer-account/api/docs.ts +225 -21
  953. package/src/surfaces/customer-account/api/order-status/order-status.ts +390 -315
  954. package/src/surfaces/customer-account/api/shared.ts +155 -143
  955. package/src/surfaces/customer-account/api/standard-api/standard-api.ts +63 -69
  956. package/src/surfaces/customer-account/components/Abbreviation/examples/basic-abbreviation.example.html +1 -0
  957. package/src/surfaces/customer-account/components/Announcement/examples/basic-announcement.example.html +16 -0
  958. package/src/surfaces/customer-account/components/Avatar.d.ts +44 -14
  959. package/src/surfaces/customer-account/components/Badge/examples/basic-badge.example.html +3 -0
  960. package/src/surfaces/customer-account/components/Banner/examples/basic-banner.example.html +1 -0
  961. package/src/surfaces/customer-account/components/Box/examples/basic-box.example.html +11 -0
  962. package/src/surfaces/customer-account/components/Button/examples/basic-button.example.html +2 -0
  963. package/src/surfaces/customer-account/components/ButtonGroup.d.ts +12 -4
  964. package/src/surfaces/customer-account/components/Checkbox/examples/basic-checkbox.example.html +1 -0
  965. package/src/surfaces/customer-account/components/Chip/examples/basic-chip.example.html +1 -0
  966. package/src/surfaces/customer-account/components/ChoiceList/examples/basic-choice-list.example.html +7 -0
  967. package/src/surfaces/customer-account/components/ChoiceList/examples/block-choice-variant.example.html +47 -0
  968. package/src/surfaces/customer-account/components/ChoiceList/examples/grid-choice-variant.example.html +5 -0
  969. package/src/surfaces/customer-account/components/ChoiceList/examples/inline-choice-variant.example.html +6 -0
  970. package/src/surfaces/customer-account/components/ChoiceList/examples/list-choice-variant.example.html +5 -0
  971. package/src/surfaces/customer-account/components/Clickable/examples/basic-clickable.example.html +3 -0
  972. package/src/surfaces/customer-account/components/ClickableChip/examples/basic-clickable-chip.example.html +1 -0
  973. package/src/surfaces/customer-account/components/ClipboardItem/examples/basic-clipboard-item.example.html +2 -0
  974. package/src/surfaces/customer-account/components/ConsentCheckbox/examples/basic-consent-checkbox.example.html +5 -0
  975. package/src/surfaces/customer-account/components/ConsentPhoneField/examples/basic-consent-phone-field.example.html +5 -0
  976. package/src/surfaces/customer-account/components/CustomerAccountAction.d.ts +12 -4
  977. package/src/surfaces/customer-account/components/DateField/examples/basic-date-field.example.html +1 -0
  978. package/src/surfaces/customer-account/components/DatePicker/examples/basic-date-picker.example.html +1 -0
  979. package/src/surfaces/customer-account/components/Details/examples/basic-details.example.html +6 -0
  980. package/src/surfaces/customer-account/components/DropZone/examples/basic-drop-zone.example.html +1 -0
  981. package/src/surfaces/customer-account/components/EmailField/examples/basic-email-field.example.html +1 -0
  982. package/src/surfaces/customer-account/components/Form/examples/basic-form.example.html +4 -0
  983. package/src/surfaces/customer-account/components/Grid/examples/basic-grid.example.html +11 -0
  984. package/src/surfaces/customer-account/components/Heading/examples/basic-heading.example.html +1 -0
  985. package/src/surfaces/customer-account/components/Icon/examples/basic-icon.example.html +4 -0
  986. package/src/surfaces/customer-account/components/Image/examples/basic-image.example.html +1 -0
  987. package/src/surfaces/customer-account/components/ImageGroup.d.ts +7 -2
  988. package/src/surfaces/customer-account/components/Link/examples/basic-link.example.html +1 -0
  989. package/src/surfaces/customer-account/components/Map/examples/basic-map.example.html +3 -0
  990. package/src/surfaces/customer-account/components/Map/examples/map-marker-graphic.example.html +14 -0
  991. package/src/surfaces/customer-account/components/Map/examples/map-marker-popover.example.html +14 -0
  992. package/src/surfaces/customer-account/components/Menu.d.ts +1 -1
  993. package/src/surfaces/customer-account/components/Modal/examples/basic-modal.example.html +20 -0
  994. package/src/surfaces/customer-account/components/MoneyField/examples/basic-money-field.example.html +1 -0
  995. package/src/surfaces/customer-account/components/NumberField/examples/basic-number-field.example.html +8 -0
  996. package/src/surfaces/customer-account/components/OrderedList/examples/basic-ordered-list.example.html +5 -0
  997. package/src/surfaces/customer-account/components/Page.d.ts +14 -6
  998. package/src/surfaces/customer-account/components/Paragraph/examples/basic-paragraph.example.html +1 -0
  999. package/src/surfaces/customer-account/components/PasswordField/examples/basic-password-field.example.html +1 -0
  1000. package/src/surfaces/customer-account/components/PaymentIcon/examples/basic-payment-icon.example.html +7 -0
  1001. package/src/surfaces/customer-account/components/PhoneField/examples/basic-phone-field.example.html +2 -0
  1002. package/src/surfaces/customer-account/components/Popover/examples/basic-popover.example.html +7 -0
  1003. package/src/surfaces/customer-account/components/PressButton/examples/basic-press-button.example.html +1 -0
  1004. package/src/surfaces/customer-account/components/ProductThumbnail/examples/basic-product-thumbnail.example.html +4 -0
  1005. package/src/surfaces/customer-account/components/Progress/examples/basic-progress.example.html +1 -0
  1006. package/src/surfaces/customer-account/components/QRCode/examples/basic-qr-code.example.html +4 -0
  1007. package/src/surfaces/{admin/components/QueryContainer/examples/default.jsx → customer-account/components/QueryContainer/examples/basic-query-container.example.html} +3 -3
  1008. package/src/surfaces/customer-account/components/ScrollBox/examples/basic-scroll-box.example.html +5 -0
  1009. package/src/surfaces/customer-account/components/Section.d.ts +12 -8
  1010. package/src/surfaces/customer-account/components/Select/examples/basic-select.example.html +5 -0
  1011. package/src/surfaces/customer-account/components/Sheet/examples/basic-sheet.example.html +5 -0
  1012. package/src/surfaces/customer-account/components/SkeletonParagraph/examples/basic-skeleton-paragraph.example.html +2 -0
  1013. package/src/surfaces/customer-account/components/Spinner/examples/basic-spinner.example.html +1 -0
  1014. package/src/surfaces/customer-account/components/Stack/examples/basic-stack.example.html +22 -0
  1015. package/src/surfaces/customer-account/components/Switch/examples/basic-switch.example.html +1 -0
  1016. package/src/surfaces/customer-account/components/Text/examples/basic-text.example.html +3 -0
  1017. package/src/surfaces/customer-account/components/TextArea/examples/basic-text-area.example.html +5 -0
  1018. package/src/surfaces/customer-account/components/TextField/examples/basic-text-field.example.html +4 -0
  1019. package/src/surfaces/customer-account/components/Time/examples/basic-time.example.html +1 -0
  1020. package/src/surfaces/customer-account/components/Tooltip/examples/basic-tooltip.example.html +9 -0
  1021. package/src/surfaces/customer-account/components/URLField/examples/basic-url-field.example.html +1 -0
  1022. package/src/surfaces/customer-account/components/UnorderedList/examples/basic-unordered-list.example.html +5 -0
  1023. package/src/surfaces/customer-account/components/polaris-elements.d.ts +151 -0
  1024. package/src/surfaces/customer-account/components/shared.ts +23 -5
  1025. package/src/surfaces/customer-account/components.d.ts +79 -1
  1026. package/src/surfaces/customer-account/preact/metafield.ts +1 -0
  1027. package/src/surfaces/customer-account/preact/metafields.ts +1 -0
  1028. package/src/surfaces/point-of-sale/api/action-api/action-api.ts +6 -3
  1029. package/src/surfaces/point-of-sale/api/action-target-api/action-target-api.ts +1 -0
  1030. package/src/surfaces/point-of-sale/api/camera-api/camera-api.ts +4 -5
  1031. package/src/surfaces/point-of-sale/api/cart-api/cart-api.ts +6 -3
  1032. package/src/surfaces/point-of-sale/api/cart-line-item-api/cart-line-item-api.ts +3 -1
  1033. package/src/surfaces/point-of-sale/api/cash-drawer-api/cash-drawer-api.ts +4 -7
  1034. package/src/surfaces/point-of-sale/api/connectivity-api/connectivity-api.ts +6 -3
  1035. package/src/surfaces/point-of-sale/api/customer-api/customer-api.ts +6 -3
  1036. package/src/surfaces/point-of-sale/api/device-api/device-api.ts +6 -3
  1037. package/src/surfaces/point-of-sale/api/draft-order-api/draft-order-api.ts +6 -3
  1038. package/src/surfaces/point-of-sale/api/locale-api/locale-api.ts +6 -3
  1039. package/src/surfaces/point-of-sale/api/navigation-api/navigation-api.ts +8 -11
  1040. package/src/surfaces/point-of-sale/api/order-api/order-api.ts +4 -4
  1041. package/src/surfaces/point-of-sale/api/pin-pad-api.ts +7 -4
  1042. package/src/surfaces/point-of-sale/api/print-api/print-api.ts +4 -7
  1043. package/src/surfaces/point-of-sale/api/product-api/product-api.ts +6 -3
  1044. package/src/surfaces/point-of-sale/api/product-search-api/product-search-api.ts +6 -3
  1045. package/src/surfaces/point-of-sale/api/scanner-api/scanner-api.ts +6 -3
  1046. package/src/surfaces/point-of-sale/api/session-api/session-api.ts +6 -3
  1047. package/src/surfaces/point-of-sale/api/storage-api/storage-api.ts +1 -3
  1048. package/src/surfaces/point-of-sale/api/toast-api/toast-api.ts +6 -3
  1049. package/src/surfaces/point-of-sale/components/Button.d.ts +1 -1
  1050. package/src/surfaces/point-of-sale/components/ChoiceList.d.ts +1 -1
  1051. package/src/surfaces/point-of-sale/components/EmptyState.d.ts +2 -2
  1052. package/src/surfaces/point-of-sale/components/Link.d.ts +1 -1
  1053. package/src/surfaces/point-of-sale/components/Stack.d.ts +10 -10
  1054. package/src/surfaces/point-of-sale/components/Text.d.ts +1 -1
  1055. package/src/surfaces/point-of-sale/components/TextField.d.ts +1 -1
  1056. package/src/surfaces/point-of-sale/components/components-shared.d.ts +55 -55
  1057. package/src/surfaces/point-of-sale/components.d.ts +440 -110
  1058. package/src/surfaces/point-of-sale/event/data/BaseData.ts +6 -2
  1059. package/src/surfaces/point-of-sale/event/data/ReprintReceiptData.ts +23 -2
  1060. package/src/surfaces/point-of-sale/types/storage.ts +1 -1
  1061. package/build/ts/docs/shared/component-definitions.d.ts +0 -31
  1062. package/build/ts/docs/shared/component-definitions.d.ts.map +0 -1
  1063. package/build/ts/docs/shared/components/Abbreviation.d.ts +0 -4
  1064. package/build/ts/docs/shared/components/Abbreviation.d.ts.map +0 -1
  1065. package/build/ts/docs/shared/components/Announcement.d.ts +0 -4
  1066. package/build/ts/docs/shared/components/Announcement.d.ts.map +0 -1
  1067. package/build/ts/docs/shared/components/Avatar.d.ts +0 -4
  1068. package/build/ts/docs/shared/components/Avatar.d.ts.map +0 -1
  1069. package/build/ts/docs/shared/components/Badge.d.ts +0 -4
  1070. package/build/ts/docs/shared/components/Badge.d.ts.map +0 -1
  1071. package/build/ts/docs/shared/components/Banner.d.ts +0 -4
  1072. package/build/ts/docs/shared/components/Banner.d.ts.map +0 -1
  1073. package/build/ts/docs/shared/components/Box.d.ts +0 -4
  1074. package/build/ts/docs/shared/components/Box.d.ts.map +0 -1
  1075. package/build/ts/docs/shared/components/Button.d.ts +0 -4
  1076. package/build/ts/docs/shared/components/Button.d.ts.map +0 -1
  1077. package/build/ts/docs/shared/components/ButtonGroup.d.ts +0 -4
  1078. package/build/ts/docs/shared/components/ButtonGroup.d.ts.map +0 -1
  1079. package/build/ts/docs/shared/components/Checkbox.d.ts +0 -4
  1080. package/build/ts/docs/shared/components/Checkbox.d.ts.map +0 -1
  1081. package/build/ts/docs/shared/components/Chip.d.ts +0 -4
  1082. package/build/ts/docs/shared/components/Chip.d.ts.map +0 -1
  1083. package/build/ts/docs/shared/components/Choice.d.ts +0 -4
  1084. package/build/ts/docs/shared/components/Choice.d.ts.map +0 -1
  1085. package/build/ts/docs/shared/components/ChoiceList.d.ts +0 -4
  1086. package/build/ts/docs/shared/components/ChoiceList.d.ts.map +0 -1
  1087. package/build/ts/docs/shared/components/Clickable.d.ts +0 -4
  1088. package/build/ts/docs/shared/components/Clickable.d.ts.map +0 -1
  1089. package/build/ts/docs/shared/components/ClickableChip.d.ts +0 -4
  1090. package/build/ts/docs/shared/components/ClickableChip.d.ts.map +0 -1
  1091. package/build/ts/docs/shared/components/ClipboardItem.d.ts +0 -4
  1092. package/build/ts/docs/shared/components/ClipboardItem.d.ts.map +0 -1
  1093. package/build/ts/docs/shared/components/ColorField.d.ts +0 -4
  1094. package/build/ts/docs/shared/components/ColorField.d.ts.map +0 -1
  1095. package/build/ts/docs/shared/components/ColorPicker.d.ts +0 -4
  1096. package/build/ts/docs/shared/components/ColorPicker.d.ts.map +0 -1
  1097. package/build/ts/docs/shared/components/ConsentCheckbox.d.ts +0 -4
  1098. package/build/ts/docs/shared/components/ConsentCheckbox.d.ts.map +0 -1
  1099. package/build/ts/docs/shared/components/ConsentPhoneField.d.ts +0 -4
  1100. package/build/ts/docs/shared/components/ConsentPhoneField.d.ts.map +0 -1
  1101. package/build/ts/docs/shared/components/DateField.d.ts +0 -4
  1102. package/build/ts/docs/shared/components/DateField.d.ts.map +0 -1
  1103. package/build/ts/docs/shared/components/DatePicker.d.ts +0 -4
  1104. package/build/ts/docs/shared/components/DatePicker.d.ts.map +0 -1
  1105. package/build/ts/docs/shared/components/Details.d.ts +0 -4
  1106. package/build/ts/docs/shared/components/Details.d.ts.map +0 -1
  1107. package/build/ts/docs/shared/components/Divider.d.ts +0 -4
  1108. package/build/ts/docs/shared/components/Divider.d.ts.map +0 -1
  1109. package/build/ts/docs/shared/components/DropZone.d.ts +0 -4
  1110. package/build/ts/docs/shared/components/DropZone.d.ts.map +0 -1
  1111. package/build/ts/docs/shared/components/EmailField.d.ts +0 -4
  1112. package/build/ts/docs/shared/components/EmailField.d.ts.map +0 -1
  1113. package/build/ts/docs/shared/components/Form.d.ts +0 -4
  1114. package/build/ts/docs/shared/components/Form.d.ts.map +0 -1
  1115. package/build/ts/docs/shared/components/FunctionSettings.d.ts +0 -4
  1116. package/build/ts/docs/shared/components/FunctionSettings.d.ts.map +0 -1
  1117. package/build/ts/docs/shared/components/Grid.d.ts +0 -4
  1118. package/build/ts/docs/shared/components/Grid.d.ts.map +0 -1
  1119. package/build/ts/docs/shared/components/GridItem.d.ts +0 -4
  1120. package/build/ts/docs/shared/components/GridItem.d.ts.map +0 -1
  1121. package/build/ts/docs/shared/components/Heading.d.ts +0 -4
  1122. package/build/ts/docs/shared/components/Heading.d.ts.map +0 -1
  1123. package/build/ts/docs/shared/components/Icon.d.ts +0 -4
  1124. package/build/ts/docs/shared/components/Icon.d.ts.map +0 -1
  1125. package/build/ts/docs/shared/components/Image.d.ts +0 -4
  1126. package/build/ts/docs/shared/components/Image.d.ts.map +0 -1
  1127. package/build/ts/docs/shared/components/Link.d.ts +0 -4
  1128. package/build/ts/docs/shared/components/Link.d.ts.map +0 -1
  1129. package/build/ts/docs/shared/components/ListItem.d.ts +0 -4
  1130. package/build/ts/docs/shared/components/ListItem.d.ts.map +0 -1
  1131. package/build/ts/docs/shared/components/Map.d.ts +0 -4
  1132. package/build/ts/docs/shared/components/Map.d.ts.map +0 -1
  1133. package/build/ts/docs/shared/components/MapMarker.d.ts +0 -4
  1134. package/build/ts/docs/shared/components/MapMarker.d.ts.map +0 -1
  1135. package/build/ts/docs/shared/components/Menu.d.ts +0 -4
  1136. package/build/ts/docs/shared/components/Menu.d.ts.map +0 -1
  1137. package/build/ts/docs/shared/components/Modal.d.ts +0 -4
  1138. package/build/ts/docs/shared/components/Modal.d.ts.map +0 -1
  1139. package/build/ts/docs/shared/components/MoneyField.d.ts +0 -4
  1140. package/build/ts/docs/shared/components/MoneyField.d.ts.map +0 -1
  1141. package/build/ts/docs/shared/components/NumberField.d.ts +0 -4
  1142. package/build/ts/docs/shared/components/NumberField.d.ts.map +0 -1
  1143. package/build/ts/docs/shared/components/Option.d.ts +0 -4
  1144. package/build/ts/docs/shared/components/Option.d.ts.map +0 -1
  1145. package/build/ts/docs/shared/components/OptionGroup.d.ts +0 -4
  1146. package/build/ts/docs/shared/components/OptionGroup.d.ts.map +0 -1
  1147. package/build/ts/docs/shared/components/OrderedList.d.ts +0 -4
  1148. package/build/ts/docs/shared/components/OrderedList.d.ts.map +0 -1
  1149. package/build/ts/docs/shared/components/Page.d.ts +0 -4
  1150. package/build/ts/docs/shared/components/Page.d.ts.map +0 -1
  1151. package/build/ts/docs/shared/components/Paragraph.d.ts +0 -4
  1152. package/build/ts/docs/shared/components/Paragraph.d.ts.map +0 -1
  1153. package/build/ts/docs/shared/components/PasswordField.d.ts +0 -4
  1154. package/build/ts/docs/shared/components/PasswordField.d.ts.map +0 -1
  1155. package/build/ts/docs/shared/components/PaymentIcon.d.ts +0 -4
  1156. package/build/ts/docs/shared/components/PaymentIcon.d.ts.map +0 -1
  1157. package/build/ts/docs/shared/components/PhoneField.d.ts +0 -4
  1158. package/build/ts/docs/shared/components/PhoneField.d.ts.map +0 -1
  1159. package/build/ts/docs/shared/components/Popover.d.ts +0 -4
  1160. package/build/ts/docs/shared/components/Popover.d.ts.map +0 -1
  1161. package/build/ts/docs/shared/components/PressButton.d.ts +0 -4
  1162. package/build/ts/docs/shared/components/PressButton.d.ts.map +0 -1
  1163. package/build/ts/docs/shared/components/ProductThumbnail.d.ts +0 -4
  1164. package/build/ts/docs/shared/components/ProductThumbnail.d.ts.map +0 -1
  1165. package/build/ts/docs/shared/components/Progress.d.ts +0 -4
  1166. package/build/ts/docs/shared/components/Progress.d.ts.map +0 -1
  1167. package/build/ts/docs/shared/components/QRCode.d.ts +0 -4
  1168. package/build/ts/docs/shared/components/QRCode.d.ts.map +0 -1
  1169. package/build/ts/docs/shared/components/QueryContainer.d.ts +0 -4
  1170. package/build/ts/docs/shared/components/QueryContainer.d.ts.map +0 -1
  1171. package/build/ts/docs/shared/components/ScrollBox.d.ts +0 -4
  1172. package/build/ts/docs/shared/components/ScrollBox.d.ts.map +0 -1
  1173. package/build/ts/docs/shared/components/SearchField.d.ts +0 -4
  1174. package/build/ts/docs/shared/components/SearchField.d.ts.map +0 -1
  1175. package/build/ts/docs/shared/components/Section.d.ts +0 -4
  1176. package/build/ts/docs/shared/components/Section.d.ts.map +0 -1
  1177. package/build/ts/docs/shared/components/Select.d.ts +0 -4
  1178. package/build/ts/docs/shared/components/Select.d.ts.map +0 -1
  1179. package/build/ts/docs/shared/components/Sheet.d.ts +0 -4
  1180. package/build/ts/docs/shared/components/Sheet.d.ts.map +0 -1
  1181. package/build/ts/docs/shared/components/SkeletonParagraph.d.ts +0 -4
  1182. package/build/ts/docs/shared/components/SkeletonParagraph.d.ts.map +0 -1
  1183. package/build/ts/docs/shared/components/Spinner.d.ts +0 -4
  1184. package/build/ts/docs/shared/components/Spinner.d.ts.map +0 -1
  1185. package/build/ts/docs/shared/components/Stack.d.ts +0 -4
  1186. package/build/ts/docs/shared/components/Stack.d.ts.map +0 -1
  1187. package/build/ts/docs/shared/components/Summary.d.ts +0 -4
  1188. package/build/ts/docs/shared/components/Summary.d.ts.map +0 -1
  1189. package/build/ts/docs/shared/components/Switch.d.ts +0 -4
  1190. package/build/ts/docs/shared/components/Switch.d.ts.map +0 -1
  1191. package/build/ts/docs/shared/components/Table.d.ts +0 -4
  1192. package/build/ts/docs/shared/components/Table.d.ts.map +0 -1
  1193. package/build/ts/docs/shared/components/TableBody.d.ts +0 -4
  1194. package/build/ts/docs/shared/components/TableBody.d.ts.map +0 -1
  1195. package/build/ts/docs/shared/components/TableCell.d.ts +0 -4
  1196. package/build/ts/docs/shared/components/TableCell.d.ts.map +0 -1
  1197. package/build/ts/docs/shared/components/TableHeader.d.ts +0 -4
  1198. package/build/ts/docs/shared/components/TableHeader.d.ts.map +0 -1
  1199. package/build/ts/docs/shared/components/TableHeaderRow.d.ts +0 -4
  1200. package/build/ts/docs/shared/components/TableHeaderRow.d.ts.map +0 -1
  1201. package/build/ts/docs/shared/components/TableRow.d.ts +0 -4
  1202. package/build/ts/docs/shared/components/TableRow.d.ts.map +0 -1
  1203. package/build/ts/docs/shared/components/Text.d.ts +0 -4
  1204. package/build/ts/docs/shared/components/Text.d.ts.map +0 -1
  1205. package/build/ts/docs/shared/components/TextArea.d.ts +0 -4
  1206. package/build/ts/docs/shared/components/TextArea.d.ts.map +0 -1
  1207. package/build/ts/docs/shared/components/TextField.d.ts +0 -4
  1208. package/build/ts/docs/shared/components/TextField.d.ts.map +0 -1
  1209. package/build/ts/docs/shared/components/Thumbnail.d.ts +0 -4
  1210. package/build/ts/docs/shared/components/Thumbnail.d.ts.map +0 -1
  1211. package/build/ts/docs/shared/components/Time.d.ts +0 -4
  1212. package/build/ts/docs/shared/components/Time.d.ts.map +0 -1
  1213. package/build/ts/docs/shared/components/Tooltip.d.ts +0 -4
  1214. package/build/ts/docs/shared/components/Tooltip.d.ts.map +0 -1
  1215. package/build/ts/docs/shared/components/URLField.d.ts +0 -4
  1216. package/build/ts/docs/shared/components/URLField.d.ts.map +0 -1
  1217. package/build/ts/docs/shared/components/UnorderedList.d.ts +0 -4
  1218. package/build/ts/docs/shared/components/UnorderedList.d.ts.map +0 -1
  1219. package/build/ts/docs/shared/components/index.d.ts +0 -53
  1220. package/build/ts/docs/shared/components/index.d.ts.map +0 -1
  1221. package/build/ts/docs/shared/docs-type.d.ts +0 -4
  1222. package/build/ts/docs/shared/docs-type.d.ts.map +0 -1
  1223. package/build/ts/surfaces/admin/api/action/action.doc.d.ts +0 -4
  1224. package/build/ts/surfaces/admin/api/action/action.doc.d.ts.map +0 -1
  1225. package/build/ts/surfaces/admin/api/block/block.doc.d.ts +0 -4
  1226. package/build/ts/surfaces/admin/api/block/block.doc.d.ts.map +0 -1
  1227. package/build/ts/surfaces/admin/api/checkout-rules/validation-settings.doc.d.ts +0 -4
  1228. package/build/ts/surfaces/admin/api/checkout-rules/validation-settings.doc.d.ts.map +0 -1
  1229. package/build/ts/surfaces/admin/api/customer-segment-template/customer-segment-template.doc.d.ts +0 -4
  1230. package/build/ts/surfaces/admin/api/customer-segment-template/customer-segment-template.doc.d.ts.map +0 -1
  1231. package/build/ts/surfaces/admin/api/discount-function-settings/discount-function-settings.doc.d.ts +0 -4
  1232. package/build/ts/surfaces/admin/api/discount-function-settings/discount-function-settings.doc.d.ts.map +0 -1
  1233. package/build/ts/surfaces/admin/api/intents/intents.doc.d.ts +0 -4
  1234. package/build/ts/surfaces/admin/api/intents/intents.doc.d.ts.map +0 -1
  1235. package/build/ts/surfaces/admin/api/order-routing-rule/order-routing-rule.doc.d.ts +0 -4
  1236. package/build/ts/surfaces/admin/api/order-routing-rule/order-routing-rule.doc.d.ts.map +0 -1
  1237. package/build/ts/surfaces/admin/api/picker/picker.doc.d.ts +0 -4
  1238. package/build/ts/surfaces/admin/api/picker/picker.doc.d.ts.map +0 -1
  1239. package/build/ts/surfaces/admin/api/print-action/print-action.doc.d.ts +0 -4
  1240. package/build/ts/surfaces/admin/api/print-action/print-action.doc.d.ts.map +0 -1
  1241. package/build/ts/surfaces/admin/api/product-configuration/product-details-configuration.doc.d.ts +0 -4
  1242. package/build/ts/surfaces/admin/api/product-configuration/product-details-configuration.doc.d.ts.map +0 -1
  1243. package/build/ts/surfaces/admin/api/product-configuration/product-variant-details-configuration.doc.d.ts +0 -4
  1244. package/build/ts/surfaces/admin/api/product-configuration/product-variant-details-configuration.doc.d.ts.map +0 -1
  1245. package/build/ts/surfaces/admin/api/purchase-options-card-action.doc.d.ts +0 -4
  1246. package/build/ts/surfaces/admin/api/purchase-options-card-action.doc.d.ts.map +0 -1
  1247. package/build/ts/surfaces/admin/api/resource-picker/resource-picker.doc.d.ts +0 -4
  1248. package/build/ts/surfaces/admin/api/resource-picker/resource-picker.doc.d.ts.map +0 -1
  1249. package/build/ts/surfaces/admin/api/should-render/should-render.doc.d.ts +0 -4
  1250. package/build/ts/surfaces/admin/api/should-render/should-render.doc.d.ts.map +0 -1
  1251. package/build/ts/surfaces/admin/api/standard/standard.doc.d.ts +0 -4
  1252. package/build/ts/surfaces/admin/api/standard/standard.doc.d.ts.map +0 -1
  1253. package/build/ts/surfaces/admin/components/AdminAction/AdminAction.ext.doc.d.ts +0 -4
  1254. package/build/ts/surfaces/admin/components/AdminAction/AdminAction.ext.doc.d.ts.map +0 -1
  1255. package/build/ts/surfaces/admin/components/AdminBlock/AdminBlock.ext.doc.d.ts +0 -4
  1256. package/build/ts/surfaces/admin/components/AdminBlock/AdminBlock.ext.doc.d.ts.map +0 -1
  1257. package/build/ts/surfaces/admin/components/AdminPrintAction/AdminPrintAction.ext.doc.d.ts +0 -4
  1258. package/build/ts/surfaces/admin/components/AdminPrintAction/AdminPrintAction.ext.doc.d.ts.map +0 -1
  1259. package/build/ts/surfaces/admin/components/Avatar/Avatar.doc.d.ts +0 -4
  1260. package/build/ts/surfaces/admin/components/Avatar/Avatar.doc.d.ts.map +0 -1
  1261. package/build/ts/surfaces/admin/components/Badge/Badge.doc.d.ts +0 -4
  1262. package/build/ts/surfaces/admin/components/Badge/Badge.doc.d.ts.map +0 -1
  1263. package/build/ts/surfaces/admin/components/Banner/Banner.doc.d.ts +0 -4
  1264. package/build/ts/surfaces/admin/components/Banner/Banner.doc.d.ts.map +0 -1
  1265. package/build/ts/surfaces/admin/components/Box/Box.doc.d.ts +0 -4
  1266. package/build/ts/surfaces/admin/components/Box/Box.doc.d.ts.map +0 -1
  1267. package/build/ts/surfaces/admin/components/Button/Button.doc.d.ts +0 -4
  1268. package/build/ts/surfaces/admin/components/Button/Button.doc.d.ts.map +0 -1
  1269. package/build/ts/surfaces/admin/components/ButtonGroup/ButtonGroup.doc.d.ts +0 -4
  1270. package/build/ts/surfaces/admin/components/ButtonGroup/ButtonGroup.doc.d.ts.map +0 -1
  1271. package/build/ts/surfaces/admin/components/Checkbox/Checkbox.doc.d.ts +0 -4
  1272. package/build/ts/surfaces/admin/components/Checkbox/Checkbox.doc.d.ts.map +0 -1
  1273. package/build/ts/surfaces/admin/components/Chip/Chip.doc.d.ts +0 -4
  1274. package/build/ts/surfaces/admin/components/Chip/Chip.doc.d.ts.map +0 -1
  1275. package/build/ts/surfaces/admin/components/ChoiceList/ChoiceList.doc.d.ts +0 -4
  1276. package/build/ts/surfaces/admin/components/ChoiceList/ChoiceList.doc.d.ts.map +0 -1
  1277. package/build/ts/surfaces/admin/components/Clickable/Clickable.doc.d.ts +0 -4
  1278. package/build/ts/surfaces/admin/components/Clickable/Clickable.doc.d.ts.map +0 -1
  1279. package/build/ts/surfaces/admin/components/ClickableChip/ClickableChip.doc.d.ts +0 -4
  1280. package/build/ts/surfaces/admin/components/ClickableChip/ClickableChip.doc.d.ts.map +0 -1
  1281. package/build/ts/surfaces/admin/components/ColorField/ColorField.doc.d.ts +0 -4
  1282. package/build/ts/surfaces/admin/components/ColorField/ColorField.doc.d.ts.map +0 -1
  1283. package/build/ts/surfaces/admin/components/ColorPicker/ColorPicker.doc.d.ts +0 -4
  1284. package/build/ts/surfaces/admin/components/ColorPicker/ColorPicker.doc.d.ts.map +0 -1
  1285. package/build/ts/surfaces/admin/components/DateField/DateField.doc.d.ts +0 -4
  1286. package/build/ts/surfaces/admin/components/DateField/DateField.doc.d.ts.map +0 -1
  1287. package/build/ts/surfaces/admin/components/DatePicker/DatePicker.doc.d.ts +0 -4
  1288. package/build/ts/surfaces/admin/components/DatePicker/DatePicker.doc.d.ts.map +0 -1
  1289. package/build/ts/surfaces/admin/components/Divider/Divider.doc.d.ts +0 -4
  1290. package/build/ts/surfaces/admin/components/Divider/Divider.doc.d.ts.map +0 -1
  1291. package/build/ts/surfaces/admin/components/DropZone/DropZone.doc.d.ts +0 -4
  1292. package/build/ts/surfaces/admin/components/DropZone/DropZone.doc.d.ts.map +0 -1
  1293. package/build/ts/surfaces/admin/components/EmailField/EmailField.doc.d.ts +0 -4
  1294. package/build/ts/surfaces/admin/components/EmailField/EmailField.doc.d.ts.map +0 -1
  1295. package/build/ts/surfaces/admin/components/Form/Form.ext.doc.d.ts +0 -4
  1296. package/build/ts/surfaces/admin/components/Form/Form.ext.doc.d.ts.map +0 -1
  1297. package/build/ts/surfaces/admin/components/FunctionSettings/FunctionSettings.ext.doc.d.ts +0 -4
  1298. package/build/ts/surfaces/admin/components/FunctionSettings/FunctionSettings.ext.doc.d.ts.map +0 -1
  1299. package/build/ts/surfaces/admin/components/Grid/Grid.doc.d.ts +0 -4
  1300. package/build/ts/surfaces/admin/components/Grid/Grid.doc.d.ts.map +0 -1
  1301. package/build/ts/surfaces/admin/components/Heading/Heading.doc.d.ts +0 -4
  1302. package/build/ts/surfaces/admin/components/Heading/Heading.doc.d.ts.map +0 -1
  1303. package/build/ts/surfaces/admin/components/Icon/Icon.doc.d.ts +0 -4
  1304. package/build/ts/surfaces/admin/components/Icon/Icon.doc.d.ts.map +0 -1
  1305. package/build/ts/surfaces/admin/components/Image/Image.doc.d.ts +0 -4
  1306. package/build/ts/surfaces/admin/components/Image/Image.doc.d.ts.map +0 -1
  1307. package/build/ts/surfaces/admin/components/Link/Link.doc.d.ts +0 -4
  1308. package/build/ts/surfaces/admin/components/Link/Link.doc.d.ts.map +0 -1
  1309. package/build/ts/surfaces/admin/components/Menu/Menu.doc.d.ts +0 -4
  1310. package/build/ts/surfaces/admin/components/Menu/Menu.doc.d.ts.map +0 -1
  1311. package/build/ts/surfaces/admin/components/Modal/Modal.ab.doc.d.ts +0 -4
  1312. package/build/ts/surfaces/admin/components/Modal/Modal.ab.doc.d.ts.map +0 -1
  1313. package/build/ts/surfaces/admin/components/MoneyField/MoneyField.doc.d.ts +0 -4
  1314. package/build/ts/surfaces/admin/components/MoneyField/MoneyField.doc.d.ts.map +0 -1
  1315. package/build/ts/surfaces/admin/components/NumberField/NumberField.doc.d.ts +0 -4
  1316. package/build/ts/surfaces/admin/components/NumberField/NumberField.doc.d.ts.map +0 -1
  1317. package/build/ts/surfaces/admin/components/OrderedList/OrderedList.doc.d.ts +0 -4
  1318. package/build/ts/surfaces/admin/components/OrderedList/OrderedList.doc.d.ts.map +0 -1
  1319. package/build/ts/surfaces/admin/components/Page/Page.ab.doc.d.ts +0 -4
  1320. package/build/ts/surfaces/admin/components/Page/Page.ab.doc.d.ts.map +0 -1
  1321. package/build/ts/surfaces/admin/components/Paragraph/Paragraph.doc.d.ts +0 -4
  1322. package/build/ts/surfaces/admin/components/Paragraph/Paragraph.doc.d.ts.map +0 -1
  1323. package/build/ts/surfaces/admin/components/PasswordField/PasswordField.doc.d.ts +0 -4
  1324. package/build/ts/surfaces/admin/components/PasswordField/PasswordField.doc.d.ts.map +0 -1
  1325. package/build/ts/surfaces/admin/components/Popover/Popover.ab.doc.d.ts +0 -4
  1326. package/build/ts/surfaces/admin/components/Popover/Popover.ab.doc.d.ts.map +0 -1
  1327. package/build/ts/surfaces/admin/components/QueryContainer/QueryContainer.doc.d.ts +0 -4
  1328. package/build/ts/surfaces/admin/components/QueryContainer/QueryContainer.doc.d.ts.map +0 -1
  1329. package/build/ts/surfaces/admin/components/SearchField/SearchField.doc.d.ts +0 -4
  1330. package/build/ts/surfaces/admin/components/SearchField/SearchField.doc.d.ts.map +0 -1
  1331. package/build/ts/surfaces/admin/components/Section/Section.doc.d.ts +0 -4
  1332. package/build/ts/surfaces/admin/components/Section/Section.doc.d.ts.map +0 -1
  1333. package/build/ts/surfaces/admin/components/Select/Select.doc.d.ts +0 -4
  1334. package/build/ts/surfaces/admin/components/Select/Select.doc.d.ts.map +0 -1
  1335. package/build/ts/surfaces/admin/components/Spinner/Spinner.doc.d.ts +0 -4
  1336. package/build/ts/surfaces/admin/components/Spinner/Spinner.doc.d.ts.map +0 -1
  1337. package/build/ts/surfaces/admin/components/Stack/Stack.doc.d.ts +0 -4
  1338. package/build/ts/surfaces/admin/components/Stack/Stack.doc.d.ts.map +0 -1
  1339. package/build/ts/surfaces/admin/components/Switch/Switch.doc.d.ts +0 -4
  1340. package/build/ts/surfaces/admin/components/Switch/Switch.doc.d.ts.map +0 -1
  1341. package/build/ts/surfaces/admin/components/Table/Table.doc.d.ts +0 -4
  1342. package/build/ts/surfaces/admin/components/Table/Table.doc.d.ts.map +0 -1
  1343. package/build/ts/surfaces/admin/components/Text/Text.doc.d.ts +0 -4
  1344. package/build/ts/surfaces/admin/components/Text/Text.doc.d.ts.map +0 -1
  1345. package/build/ts/surfaces/admin/components/TextArea/TextArea.doc.d.ts +0 -4
  1346. package/build/ts/surfaces/admin/components/TextArea/TextArea.doc.d.ts.map +0 -1
  1347. package/build/ts/surfaces/admin/components/TextField/TextField.doc.d.ts +0 -4
  1348. package/build/ts/surfaces/admin/components/TextField/TextField.doc.d.ts.map +0 -1
  1349. package/build/ts/surfaces/admin/components/Thumbnail/Thumbnail.doc.d.ts +0 -4
  1350. package/build/ts/surfaces/admin/components/Thumbnail/Thumbnail.doc.d.ts.map +0 -1
  1351. package/build/ts/surfaces/admin/components/Tooltip/Tooltip.doc.d.ts +0 -4
  1352. package/build/ts/surfaces/admin/components/Tooltip/Tooltip.doc.d.ts.map +0 -1
  1353. package/build/ts/surfaces/admin/components/URLField/URLField.doc.d.ts +0 -4
  1354. package/build/ts/surfaces/admin/components/URLField/URLField.doc.d.ts.map +0 -1
  1355. package/build/ts/surfaces/admin/components/UnorderedList/UnorderedList.doc.d.ts +0 -4
  1356. package/build/ts/surfaces/admin/components/UnorderedList/UnorderedList.doc.d.ts.map +0 -1
  1357. package/build/ts/surfaces/admin/components/patterns/accountConnection.ab.doc.d.ts +0 -4
  1358. package/build/ts/surfaces/admin/components/patterns/accountConnection.ab.doc.d.ts.map +0 -1
  1359. package/build/ts/surfaces/admin/components/patterns/appCard.ab.doc.d.ts +0 -4
  1360. package/build/ts/surfaces/admin/components/patterns/appCard.ab.doc.d.ts.map +0 -1
  1361. package/build/ts/surfaces/admin/components/patterns/calloutCard.ab.doc.d.ts +0 -4
  1362. package/build/ts/surfaces/admin/components/patterns/calloutCard.ab.doc.d.ts.map +0 -1
  1363. package/build/ts/surfaces/admin/components/patterns/details.ab.doc.d.ts +0 -4
  1364. package/build/ts/surfaces/admin/components/patterns/details.ab.doc.d.ts.map +0 -1
  1365. package/build/ts/surfaces/admin/components/patterns/emptyState.ab.doc.d.ts +0 -4
  1366. package/build/ts/surfaces/admin/components/patterns/emptyState.ab.doc.d.ts.map +0 -1
  1367. package/build/ts/surfaces/admin/components/patterns/footerHelp.ab.doc.d.ts +0 -4
  1368. package/build/ts/surfaces/admin/components/patterns/footerHelp.ab.doc.d.ts.map +0 -1
  1369. package/build/ts/surfaces/admin/components/patterns/homepage.ab.doc.d.ts +0 -4
  1370. package/build/ts/surfaces/admin/components/patterns/homepage.ab.doc.d.ts.map +0 -1
  1371. package/build/ts/surfaces/admin/components/patterns/index.ab.doc.d.ts +0 -4
  1372. package/build/ts/surfaces/admin/components/patterns/index.ab.doc.d.ts.map +0 -1
  1373. package/build/ts/surfaces/admin/components/patterns/indexTable.ab.doc.d.ts +0 -4
  1374. package/build/ts/surfaces/admin/components/patterns/indexTable.ab.doc.d.ts.map +0 -1
  1375. package/build/ts/surfaces/admin/components/patterns/interstitialNav.ab.doc.d.ts +0 -4
  1376. package/build/ts/surfaces/admin/components/patterns/interstitialNav.ab.doc.d.ts.map +0 -1
  1377. package/build/ts/surfaces/admin/components/patterns/mediaCard.ab.doc.d.ts +0 -4
  1378. package/build/ts/surfaces/admin/components/patterns/mediaCard.ab.doc.d.ts.map +0 -1
  1379. package/build/ts/surfaces/admin/components/patterns/metricsCard.ab.doc.d.ts +0 -4
  1380. package/build/ts/surfaces/admin/components/patterns/metricsCard.ab.doc.d.ts.map +0 -1
  1381. package/build/ts/surfaces/admin/components/patterns/resourceList.ab.doc.d.ts +0 -4
  1382. package/build/ts/surfaces/admin/components/patterns/resourceList.ab.doc.d.ts.map +0 -1
  1383. package/build/ts/surfaces/admin/components/patterns/settings.ab.doc.d.ts +0 -4
  1384. package/build/ts/surfaces/admin/components/patterns/settings.ab.doc.d.ts.map +0 -1
  1385. package/build/ts/surfaces/admin/components/patterns/setupGuide.ab.doc.d.ts +0 -4
  1386. package/build/ts/surfaces/admin/components/patterns/setupGuide.ab.doc.d.ts.map +0 -1
  1387. package/build/ts/surfaces/admin/docs-types.d.ts +0 -32
  1388. package/build/ts/surfaces/admin/docs-types.d.ts.map +0 -1
  1389. package/build/ts/surfaces/checkout/components/Abbreviation/Abbreviation.doc.d.ts +0 -4
  1390. package/build/ts/surfaces/checkout/components/Abbreviation/Abbreviation.doc.d.ts.map +0 -1
  1391. package/build/ts/surfaces/checkout/components/Announcement/Announcement.doc.d.ts +0 -4
  1392. package/build/ts/surfaces/checkout/components/Announcement/Announcement.doc.d.ts.map +0 -1
  1393. package/build/ts/surfaces/checkout/components/Badge/Badge.doc.d.ts +0 -4
  1394. package/build/ts/surfaces/checkout/components/Badge/Badge.doc.d.ts.map +0 -1
  1395. package/build/ts/surfaces/checkout/components/Banner/Banner.doc.d.ts +0 -4
  1396. package/build/ts/surfaces/checkout/components/Banner/Banner.doc.d.ts.map +0 -1
  1397. package/build/ts/surfaces/checkout/components/Box/Box.doc.d.ts +0 -4
  1398. package/build/ts/surfaces/checkout/components/Box/Box.doc.d.ts.map +0 -1
  1399. package/build/ts/surfaces/checkout/components/Button/Button.doc.d.ts +0 -4
  1400. package/build/ts/surfaces/checkout/components/Button/Button.doc.d.ts.map +0 -1
  1401. package/build/ts/surfaces/checkout/components/Checkbox/Checkbox.doc.d.ts +0 -4
  1402. package/build/ts/surfaces/checkout/components/Checkbox/Checkbox.doc.d.ts.map +0 -1
  1403. package/build/ts/surfaces/checkout/components/Chip/Chip.doc.d.ts +0 -4
  1404. package/build/ts/surfaces/checkout/components/Chip/Chip.doc.d.ts.map +0 -1
  1405. package/build/ts/surfaces/checkout/components/ChoiceList/ChoiceList.doc.d.ts +0 -4
  1406. package/build/ts/surfaces/checkout/components/ChoiceList/ChoiceList.doc.d.ts.map +0 -1
  1407. package/build/ts/surfaces/checkout/components/Clickable/Clickable.doc.d.ts +0 -4
  1408. package/build/ts/surfaces/checkout/components/Clickable/Clickable.doc.d.ts.map +0 -1
  1409. package/build/ts/surfaces/checkout/components/ClickableChip/ClickableChip.doc.d.ts +0 -4
  1410. package/build/ts/surfaces/checkout/components/ClickableChip/ClickableChip.doc.d.ts.map +0 -1
  1411. package/build/ts/surfaces/checkout/components/ClipboardItem/ClipboardItem.doc.d.ts +0 -4
  1412. package/build/ts/surfaces/checkout/components/ClipboardItem/ClipboardItem.doc.d.ts.map +0 -1
  1413. package/build/ts/surfaces/checkout/components/ConsentCheckbox/ConsentCheckbox.doc.d.ts +0 -4
  1414. package/build/ts/surfaces/checkout/components/ConsentCheckbox/ConsentCheckbox.doc.d.ts.map +0 -1
  1415. package/build/ts/surfaces/checkout/components/ConsentPhoneField/ConsentPhoneField.doc.d.ts +0 -4
  1416. package/build/ts/surfaces/checkout/components/ConsentPhoneField/ConsentPhoneField.doc.d.ts.map +0 -1
  1417. package/build/ts/surfaces/checkout/components/DateField/DateField.doc.d.ts +0 -4
  1418. package/build/ts/surfaces/checkout/components/DateField/DateField.doc.d.ts.map +0 -1
  1419. package/build/ts/surfaces/checkout/components/DatePicker/DatePicker.doc.d.ts +0 -4
  1420. package/build/ts/surfaces/checkout/components/DatePicker/DatePicker.doc.d.ts.map +0 -1
  1421. package/build/ts/surfaces/checkout/components/Details/Details.doc.d.ts +0 -4
  1422. package/build/ts/surfaces/checkout/components/Details/Details.doc.d.ts.map +0 -1
  1423. package/build/ts/surfaces/checkout/components/Divider/Divider.doc.d.ts +0 -4
  1424. package/build/ts/surfaces/checkout/components/Divider/Divider.doc.d.ts.map +0 -1
  1425. package/build/ts/surfaces/checkout/components/DropZone/DropZone.doc.d.ts +0 -4
  1426. package/build/ts/surfaces/checkout/components/DropZone/DropZone.doc.d.ts.map +0 -1
  1427. package/build/ts/surfaces/checkout/components/EmailField/EmailField.doc.d.ts +0 -4
  1428. package/build/ts/surfaces/checkout/components/EmailField/EmailField.doc.d.ts.map +0 -1
  1429. package/build/ts/surfaces/checkout/components/Form/Form.doc.d.ts +0 -4
  1430. package/build/ts/surfaces/checkout/components/Form/Form.doc.d.ts.map +0 -1
  1431. package/build/ts/surfaces/checkout/components/Grid/Grid.doc.d.ts +0 -4
  1432. package/build/ts/surfaces/checkout/components/Grid/Grid.doc.d.ts.map +0 -1
  1433. package/build/ts/surfaces/checkout/components/Heading/Heading.doc.d.ts +0 -4
  1434. package/build/ts/surfaces/checkout/components/Heading/Heading.doc.d.ts.map +0 -1
  1435. package/build/ts/surfaces/checkout/components/Icon/Icon.doc.d.ts +0 -4
  1436. package/build/ts/surfaces/checkout/components/Icon/Icon.doc.d.ts.map +0 -1
  1437. package/build/ts/surfaces/checkout/components/Image/Image.doc.d.ts +0 -4
  1438. package/build/ts/surfaces/checkout/components/Image/Image.doc.d.ts.map +0 -1
  1439. package/build/ts/surfaces/checkout/components/Link/Link.doc.d.ts +0 -4
  1440. package/build/ts/surfaces/checkout/components/Link/Link.doc.d.ts.map +0 -1
  1441. package/build/ts/surfaces/checkout/components/Map/Map.doc.d.ts +0 -4
  1442. package/build/ts/surfaces/checkout/components/Map/Map.doc.d.ts.map +0 -1
  1443. package/build/ts/surfaces/checkout/components/Modal/Modal.doc.d.ts +0 -4
  1444. package/build/ts/surfaces/checkout/components/Modal/Modal.doc.d.ts.map +0 -1
  1445. package/build/ts/surfaces/checkout/components/MoneyField/MoneyField.doc.d.ts +0 -4
  1446. package/build/ts/surfaces/checkout/components/MoneyField/MoneyField.doc.d.ts.map +0 -1
  1447. package/build/ts/surfaces/checkout/components/NumberField/NumberField.doc.d.ts +0 -4
  1448. package/build/ts/surfaces/checkout/components/NumberField/NumberField.doc.d.ts.map +0 -1
  1449. package/build/ts/surfaces/checkout/components/OrderedList/OrderedList.doc.d.ts +0 -4
  1450. package/build/ts/surfaces/checkout/components/OrderedList/OrderedList.doc.d.ts.map +0 -1
  1451. package/build/ts/surfaces/checkout/components/Paragraph/Paragraph.doc.d.ts +0 -4
  1452. package/build/ts/surfaces/checkout/components/Paragraph/Paragraph.doc.d.ts.map +0 -1
  1453. package/build/ts/surfaces/checkout/components/PasswordField/PasswordField.doc.d.ts +0 -4
  1454. package/build/ts/surfaces/checkout/components/PasswordField/PasswordField.doc.d.ts.map +0 -1
  1455. package/build/ts/surfaces/checkout/components/PaymentIcon/PaymentIcon.doc.d.ts +0 -4
  1456. package/build/ts/surfaces/checkout/components/PaymentIcon/PaymentIcon.doc.d.ts.map +0 -1
  1457. package/build/ts/surfaces/checkout/components/PhoneField/PhoneField.doc.d.ts +0 -4
  1458. package/build/ts/surfaces/checkout/components/PhoneField/PhoneField.doc.d.ts.map +0 -1
  1459. package/build/ts/surfaces/checkout/components/Popover/Popover.doc.d.ts +0 -4
  1460. package/build/ts/surfaces/checkout/components/Popover/Popover.doc.d.ts.map +0 -1
  1461. package/build/ts/surfaces/checkout/components/PressButton/PressButton.doc.d.ts +0 -4
  1462. package/build/ts/surfaces/checkout/components/PressButton/PressButton.doc.d.ts.map +0 -1
  1463. package/build/ts/surfaces/checkout/components/ProductThumbnail/ProductThumbnail.doc.d.ts +0 -4
  1464. package/build/ts/surfaces/checkout/components/ProductThumbnail/ProductThumbnail.doc.d.ts.map +0 -1
  1465. package/build/ts/surfaces/checkout/components/Progress/Progress.doc.d.ts +0 -4
  1466. package/build/ts/surfaces/checkout/components/Progress/Progress.doc.d.ts.map +0 -1
  1467. package/build/ts/surfaces/checkout/components/QRCode/QRCode.doc.d.ts +0 -4
  1468. package/build/ts/surfaces/checkout/components/QRCode/QRCode.doc.d.ts.map +0 -1
  1469. package/build/ts/surfaces/checkout/components/QueryContainer/QueryContainer.doc.d.ts +0 -4
  1470. package/build/ts/surfaces/checkout/components/QueryContainer/QueryContainer.doc.d.ts.map +0 -1
  1471. package/build/ts/surfaces/checkout/components/ScrollBox/ScrollBox.doc.d.ts +0 -4
  1472. package/build/ts/surfaces/checkout/components/ScrollBox/ScrollBox.doc.d.ts.map +0 -1
  1473. package/build/ts/surfaces/checkout/components/Section/Section.doc.d.ts +0 -4
  1474. package/build/ts/surfaces/checkout/components/Section/Section.doc.d.ts.map +0 -1
  1475. package/build/ts/surfaces/checkout/components/Select/Select.doc.d.ts +0 -4
  1476. package/build/ts/surfaces/checkout/components/Select/Select.doc.d.ts.map +0 -1
  1477. package/build/ts/surfaces/checkout/components/Sheet/Sheet.doc.d.ts +0 -4
  1478. package/build/ts/surfaces/checkout/components/Sheet/Sheet.doc.d.ts.map +0 -1
  1479. package/build/ts/surfaces/checkout/components/SkeletonParagraph/SkeletonParagraph.doc.d.ts +0 -4
  1480. package/build/ts/surfaces/checkout/components/SkeletonParagraph/SkeletonParagraph.doc.d.ts.map +0 -1
  1481. package/build/ts/surfaces/checkout/components/Spinner/Spinner.doc.d.ts +0 -4
  1482. package/build/ts/surfaces/checkout/components/Spinner/Spinner.doc.d.ts.map +0 -1
  1483. package/build/ts/surfaces/checkout/components/Stack/Stack.doc.d.ts +0 -4
  1484. package/build/ts/surfaces/checkout/components/Stack/Stack.doc.d.ts.map +0 -1
  1485. package/build/ts/surfaces/checkout/components/Switch/Switch.doc.d.ts +0 -4
  1486. package/build/ts/surfaces/checkout/components/Switch/Switch.doc.d.ts.map +0 -1
  1487. package/build/ts/surfaces/checkout/components/Text/Text.doc.d.ts +0 -4
  1488. package/build/ts/surfaces/checkout/components/Text/Text.doc.d.ts.map +0 -1
  1489. package/build/ts/surfaces/checkout/components/TextArea/TextArea.doc.d.ts +0 -4
  1490. package/build/ts/surfaces/checkout/components/TextArea/TextArea.doc.d.ts.map +0 -1
  1491. package/build/ts/surfaces/checkout/components/TextField/TextField.doc.d.ts +0 -4
  1492. package/build/ts/surfaces/checkout/components/TextField/TextField.doc.d.ts.map +0 -1
  1493. package/build/ts/surfaces/checkout/components/Time/Time.doc.d.ts +0 -4
  1494. package/build/ts/surfaces/checkout/components/Time/Time.doc.d.ts.map +0 -1
  1495. package/build/ts/surfaces/checkout/components/Tooltip/Tooltip.doc.d.ts +0 -4
  1496. package/build/ts/surfaces/checkout/components/Tooltip/Tooltip.doc.d.ts.map +0 -1
  1497. package/build/ts/surfaces/checkout/components/UnorderedList/UnorderedList.doc.d.ts +0 -4
  1498. package/build/ts/surfaces/checkout/components/UnorderedList/UnorderedList.doc.d.ts.map +0 -1
  1499. package/build/ts/surfaces/checkout/components/UrlField/UrlField.doc.d.ts +0 -4
  1500. package/build/ts/surfaces/checkout/components/UrlField/UrlField.doc.d.ts.map +0 -1
  1501. package/build/ts/surfaces/checkout/helper.docs.d.ts +0 -15
  1502. package/build/ts/surfaces/checkout/helper.docs.d.ts.map +0 -1
  1503. package/build/ts/surfaces/customer-account/components/Avatar/Avatar.doc.d.ts +0 -4
  1504. package/build/ts/surfaces/customer-account/components/Avatar/Avatar.doc.d.ts.map +0 -1
  1505. package/build/ts/surfaces/customer-account/components/ButtonGroup/ButtonGroup.doc.d.ts +0 -4
  1506. package/build/ts/surfaces/customer-account/components/ButtonGroup/ButtonGroup.doc.d.ts.map +0 -1
  1507. package/build/ts/surfaces/customer-account/components/CustomerAccountAction/CustomerAccountAction.doc.d.ts +0 -4
  1508. package/build/ts/surfaces/customer-account/components/CustomerAccountAction/CustomerAccountAction.doc.d.ts.map +0 -1
  1509. package/build/ts/surfaces/customer-account/components/ImageGroup/ImageGroup.doc.d.ts +0 -4
  1510. package/build/ts/surfaces/customer-account/components/ImageGroup/ImageGroup.doc.d.ts.map +0 -1
  1511. package/build/ts/surfaces/customer-account/components/Menu/Menu.doc.d.ts +0 -4
  1512. package/build/ts/surfaces/customer-account/components/Menu/Menu.doc.d.ts.map +0 -1
  1513. package/build/ts/surfaces/customer-account/components/Page/Page.doc.d.ts +0 -4
  1514. package/build/ts/surfaces/customer-account/components/Page/Page.doc.d.ts.map +0 -1
  1515. package/build/ts/surfaces/customer-account/components/Section/Section.doc.d.ts +0 -4
  1516. package/build/ts/surfaces/customer-account/components/Section/Section.doc.d.ts.map +0 -1
  1517. package/build/ts/surfaces/point-of-sale/components/Badge/Badge.doc.d.ts +0 -4
  1518. package/build/ts/surfaces/point-of-sale/components/Badge/Badge.doc.d.ts.map +0 -1
  1519. package/build/ts/surfaces/point-of-sale/components/Banner/Banner.doc.d.ts +0 -4
  1520. package/build/ts/surfaces/point-of-sale/components/Banner/Banner.doc.d.ts.map +0 -1
  1521. package/build/ts/surfaces/point-of-sale/components/Box/Box.doc.d.ts +0 -4
  1522. package/build/ts/surfaces/point-of-sale/components/Box/Box.doc.d.ts.map +0 -1
  1523. package/build/ts/surfaces/point-of-sale/components/Button/Button.doc.d.ts +0 -4
  1524. package/build/ts/surfaces/point-of-sale/components/Button/Button.doc.d.ts.map +0 -1
  1525. package/build/ts/surfaces/point-of-sale/components/ChoiceList/ChoiceList.doc.d.ts +0 -4
  1526. package/build/ts/surfaces/point-of-sale/components/ChoiceList/ChoiceList.doc.d.ts.map +0 -1
  1527. package/build/ts/surfaces/point-of-sale/components/Clickable/Clickable.doc.d.ts +0 -4
  1528. package/build/ts/surfaces/point-of-sale/components/Clickable/Clickable.doc.d.ts.map +0 -1
  1529. package/build/ts/surfaces/point-of-sale/components/DateField/DateField.doc.d.ts +0 -4
  1530. package/build/ts/surfaces/point-of-sale/components/DateField/DateField.doc.d.ts.map +0 -1
  1531. package/build/ts/surfaces/point-of-sale/components/DatePicker/DatePicker.doc.d.ts +0 -4
  1532. package/build/ts/surfaces/point-of-sale/components/DatePicker/DatePicker.doc.d.ts.map +0 -1
  1533. package/build/ts/surfaces/point-of-sale/components/DateSpinner/DateSpinner.doc.d.ts +0 -4
  1534. package/build/ts/surfaces/point-of-sale/components/DateSpinner/DateSpinner.doc.d.ts.map +0 -1
  1535. package/build/ts/surfaces/point-of-sale/components/Divider/Divider.doc.d.ts +0 -4
  1536. package/build/ts/surfaces/point-of-sale/components/Divider/Divider.doc.d.ts.map +0 -1
  1537. package/build/ts/surfaces/point-of-sale/components/EmailField/EmailField.doc.d.ts +0 -4
  1538. package/build/ts/surfaces/point-of-sale/components/EmailField/EmailField.doc.d.ts.map +0 -1
  1539. package/build/ts/surfaces/point-of-sale/components/Embed/Embed.doc.d.ts +0 -4
  1540. package/build/ts/surfaces/point-of-sale/components/Embed/Embed.doc.d.ts.map +0 -1
  1541. package/build/ts/surfaces/point-of-sale/components/EmptyState/EmptyState.doc.d.ts +0 -4
  1542. package/build/ts/surfaces/point-of-sale/components/EmptyState/EmptyState.doc.d.ts.map +0 -1
  1543. package/build/ts/surfaces/point-of-sale/components/Heading/Heading.doc.d.ts +0 -4
  1544. package/build/ts/surfaces/point-of-sale/components/Heading/Heading.doc.d.ts.map +0 -1
  1545. package/build/ts/surfaces/point-of-sale/components/Icon/Icon.doc.d.ts +0 -4
  1546. package/build/ts/surfaces/point-of-sale/components/Icon/Icon.doc.d.ts.map +0 -1
  1547. package/build/ts/surfaces/point-of-sale/components/Image/Image.doc.d.ts +0 -4
  1548. package/build/ts/surfaces/point-of-sale/components/Image/Image.doc.d.ts.map +0 -1
  1549. package/build/ts/surfaces/point-of-sale/components/Link/Link.doc.d.ts +0 -4
  1550. package/build/ts/surfaces/point-of-sale/components/Link/Link.doc.d.ts.map +0 -1
  1551. package/build/ts/surfaces/point-of-sale/components/Modal/Modal.doc.d.ts +0 -4
  1552. package/build/ts/surfaces/point-of-sale/components/Modal/Modal.doc.d.ts.map +0 -1
  1553. package/build/ts/surfaces/point-of-sale/components/NumberField/NumberField.doc.d.ts +0 -4
  1554. package/build/ts/surfaces/point-of-sale/components/NumberField/NumberField.doc.d.ts.map +0 -1
  1555. package/build/ts/surfaces/point-of-sale/components/Page/Page.doc.d.ts +0 -4
  1556. package/build/ts/surfaces/point-of-sale/components/Page/Page.doc.d.ts.map +0 -1
  1557. package/build/ts/surfaces/point-of-sale/components/PosBlock/PosBlock.doc.d.ts +0 -4
  1558. package/build/ts/surfaces/point-of-sale/components/PosBlock/PosBlock.doc.d.ts.map +0 -1
  1559. package/build/ts/surfaces/point-of-sale/components/ScrollBox/ScrollBox.doc.d.ts +0 -4
  1560. package/build/ts/surfaces/point-of-sale/components/ScrollBox/ScrollBox.doc.d.ts.map +0 -1
  1561. package/build/ts/surfaces/point-of-sale/components/SearchField/SearchField.doc.d.ts +0 -4
  1562. package/build/ts/surfaces/point-of-sale/components/SearchField/SearchField.doc.d.ts.map +0 -1
  1563. package/build/ts/surfaces/point-of-sale/components/Section/Section.doc.d.ts +0 -4
  1564. package/build/ts/surfaces/point-of-sale/components/Section/Section.doc.d.ts.map +0 -1
  1565. package/build/ts/surfaces/point-of-sale/components/Spinner/Spinner.doc.d.ts +0 -4
  1566. package/build/ts/surfaces/point-of-sale/components/Spinner/Spinner.doc.d.ts.map +0 -1
  1567. package/build/ts/surfaces/point-of-sale/components/Stack/Stack.doc.d.ts +0 -4
  1568. package/build/ts/surfaces/point-of-sale/components/Stack/Stack.doc.d.ts.map +0 -1
  1569. package/build/ts/surfaces/point-of-sale/components/Switch/Switch.doc.d.ts +0 -4
  1570. package/build/ts/surfaces/point-of-sale/components/Switch/Switch.doc.d.ts.map +0 -1
  1571. package/build/ts/surfaces/point-of-sale/components/Tabs/Tabs.doc.d.ts +0 -4
  1572. package/build/ts/surfaces/point-of-sale/components/Tabs/Tabs.doc.d.ts.map +0 -1
  1573. package/build/ts/surfaces/point-of-sale/components/Text/Text.doc.d.ts +0 -4
  1574. package/build/ts/surfaces/point-of-sale/components/Text/Text.doc.d.ts.map +0 -1
  1575. package/build/ts/surfaces/point-of-sale/components/TextArea/TextArea.doc.d.ts +0 -4
  1576. package/build/ts/surfaces/point-of-sale/components/TextArea/TextArea.doc.d.ts.map +0 -1
  1577. package/build/ts/surfaces/point-of-sale/components/TextField/TextField.doc.d.ts +0 -4
  1578. package/build/ts/surfaces/point-of-sale/components/TextField/TextField.doc.d.ts.map +0 -1
  1579. package/build/ts/surfaces/point-of-sale/components/Tile/Tile.doc.d.ts +0 -4
  1580. package/build/ts/surfaces/point-of-sale/components/Tile/Tile.doc.d.ts.map +0 -1
  1581. package/build/ts/surfaces/point-of-sale/components/TimeField/TimeField.doc.d.ts +0 -4
  1582. package/build/ts/surfaces/point-of-sale/components/TimeField/TimeField.doc.d.ts.map +0 -1
  1583. package/build/ts/surfaces/point-of-sale/components/TimePicker/TimePicker.doc.d.ts +0 -4
  1584. package/build/ts/surfaces/point-of-sale/components/TimePicker/TimePicker.doc.d.ts.map +0 -1
  1585. package/src/docs/shared/component-definitions.ts +0 -180
  1586. package/src/docs/shared/components/Abbreviation.ts +0 -12
  1587. package/src/docs/shared/components/Announcement.ts +0 -12
  1588. package/src/docs/shared/components/Avatar.ts +0 -12
  1589. package/src/docs/shared/components/Badge.ts +0 -12
  1590. package/src/docs/shared/components/Banner.ts +0 -12
  1591. package/src/docs/shared/components/Box.ts +0 -12
  1592. package/src/docs/shared/components/Button.ts +0 -12
  1593. package/src/docs/shared/components/ButtonGroup.ts +0 -11
  1594. package/src/docs/shared/components/Checkbox.ts +0 -12
  1595. package/src/docs/shared/components/Chip.ts +0 -12
  1596. package/src/docs/shared/components/Choice.ts +0 -12
  1597. package/src/docs/shared/components/ChoiceList.ts +0 -12
  1598. package/src/docs/shared/components/Clickable.ts +0 -12
  1599. package/src/docs/shared/components/ClickableChip.ts +0 -12
  1600. package/src/docs/shared/components/ClipboardItem.ts +0 -12
  1601. package/src/docs/shared/components/ColorField.ts +0 -12
  1602. package/src/docs/shared/components/ColorPicker.ts +0 -11
  1603. package/src/docs/shared/components/ConsentCheckbox.ts +0 -12
  1604. package/src/docs/shared/components/ConsentPhoneField.ts +0 -12
  1605. package/src/docs/shared/components/DateField.ts +0 -11
  1606. package/src/docs/shared/components/DatePicker.ts +0 -11
  1607. package/src/docs/shared/components/Details.ts +0 -12
  1608. package/src/docs/shared/components/Divider.ts +0 -12
  1609. package/src/docs/shared/components/DropZone.ts +0 -12
  1610. package/src/docs/shared/components/EmailField.ts +0 -12
  1611. package/src/docs/shared/components/Form.ts +0 -12
  1612. package/src/docs/shared/components/FunctionSettings.ts +0 -28
  1613. package/src/docs/shared/components/Grid.ts +0 -12
  1614. package/src/docs/shared/components/GridItem.ts +0 -11
  1615. package/src/docs/shared/components/Heading.ts +0 -12
  1616. package/src/docs/shared/components/Icon.ts +0 -12
  1617. package/src/docs/shared/components/Image.ts +0 -12
  1618. package/src/docs/shared/components/Link.ts +0 -12
  1619. package/src/docs/shared/components/ListItem.ts +0 -12
  1620. package/src/docs/shared/components/Map.ts +0 -12
  1621. package/src/docs/shared/components/MapMarker.ts +0 -12
  1622. package/src/docs/shared/components/Menu.ts +0 -12
  1623. package/src/docs/shared/components/Modal.ts +0 -12
  1624. package/src/docs/shared/components/MoneyField.ts +0 -12
  1625. package/src/docs/shared/components/NumberField.ts +0 -12
  1626. package/src/docs/shared/components/Option.ts +0 -12
  1627. package/src/docs/shared/components/OptionGroup.ts +0 -12
  1628. package/src/docs/shared/components/OrderedList.ts +0 -12
  1629. package/src/docs/shared/components/Page.ts +0 -12
  1630. package/src/docs/shared/components/Paragraph.ts +0 -12
  1631. package/src/docs/shared/components/PasswordField.ts +0 -11
  1632. package/src/docs/shared/components/PaymentIcon.ts +0 -12
  1633. package/src/docs/shared/components/PhoneField.ts +0 -11
  1634. package/src/docs/shared/components/Popover.ts +0 -12
  1635. package/src/docs/shared/components/PressButton.ts +0 -12
  1636. package/src/docs/shared/components/ProductThumbnail.ts +0 -11
  1637. package/src/docs/shared/components/Progress.ts +0 -12
  1638. package/src/docs/shared/components/QRCode.ts +0 -12
  1639. package/src/docs/shared/components/QueryContainer.ts +0 -12
  1640. package/src/docs/shared/components/ScrollBox.ts +0 -12
  1641. package/src/docs/shared/components/SearchField.ts +0 -12
  1642. package/src/docs/shared/components/Section.ts +0 -12
  1643. package/src/docs/shared/components/Select.ts +0 -12
  1644. package/src/docs/shared/components/Sheet.ts +0 -14
  1645. package/src/docs/shared/components/SkeletonParagraph.ts +0 -12
  1646. package/src/docs/shared/components/Spinner.ts +0 -12
  1647. package/src/docs/shared/components/Stack.ts +0 -12
  1648. package/src/docs/shared/components/Summary.ts +0 -12
  1649. package/src/docs/shared/components/Switch.ts +0 -11
  1650. package/src/docs/shared/components/Table.ts +0 -12
  1651. package/src/docs/shared/components/TableBody.ts +0 -12
  1652. package/src/docs/shared/components/TableCell.ts +0 -11
  1653. package/src/docs/shared/components/TableHeader.ts +0 -11
  1654. package/src/docs/shared/components/TableHeaderRow.ts +0 -12
  1655. package/src/docs/shared/components/TableRow.ts +0 -11
  1656. package/src/docs/shared/components/Text.ts +0 -12
  1657. package/src/docs/shared/components/TextArea.ts +0 -12
  1658. package/src/docs/shared/components/TextField.ts +0 -12
  1659. package/src/docs/shared/components/Thumbnail.ts +0 -12
  1660. package/src/docs/shared/components/Time.ts +0 -12
  1661. package/src/docs/shared/components/Tooltip.ts +0 -12
  1662. package/src/docs/shared/components/URLField.ts +0 -12
  1663. package/src/docs/shared/components/UnorderedList.ts +0 -12
  1664. package/src/docs/shared/components/index.ts +0 -52
  1665. package/src/docs/shared/docs-type.ts +0 -7
  1666. package/src/surfaces/admin/components/AdminAction/examples/default.tsx +0 -15
  1667. package/src/surfaces/admin/components/AdminBlock/examples/default.tsx +0 -1
  1668. package/src/surfaces/admin/components/AdminPrintAction/examples/default.tsx +0 -9
  1669. package/src/surfaces/admin/components/Avatar/examples/basic-usage.jsx +0 -1
  1670. package/src/surfaces/admin/components/Avatar/examples/color-consistency-demo.jsx +0 -7
  1671. package/src/surfaces/admin/components/Avatar/examples/default-avatar-no-props.jsx +0 -1
  1672. package/src/surfaces/admin/components/Avatar/examples/default.jsx +0 -1
  1673. package/src/surfaces/admin/components/Avatar/examples/error-handling-example.jsx +0 -5
  1674. package/src/surfaces/admin/components/Avatar/examples/fulfillment-partner-avatars.jsx +0 -14
  1675. package/src/surfaces/admin/components/Avatar/examples/in-customer-list-context.jsx +0 -24
  1676. package/src/surfaces/admin/components/Avatar/examples/long-initials-handling.jsx +0 -5
  1677. package/src/surfaces/admin/components/Avatar/examples/size-variations.jsx +0 -7
  1678. package/src/surfaces/admin/components/Avatar/examples/staff-member-profiles.jsx +0 -10
  1679. package/src/surfaces/admin/components/Avatar/examples/with-image-source-and-fallback.jsx +0 -6
  1680. package/src/surfaces/admin/components/Avatar/examples/with-section-component.jsx +0 -17
  1681. package/src/surfaces/admin/components/Badge/examples/default.jsx +0 -8
  1682. package/src/surfaces/admin/components/Badge/examples/different-sizes-for-emphasis.jsx +0 -4
  1683. package/src/surfaces/admin/components/Badge/examples/order-status-badges.html +0 -6
  1684. package/src/surfaces/admin/components/Badge/examples/order-status-badges.jsx +0 -6
  1685. package/src/surfaces/admin/components/Badge/examples/status-indicators-with-icons.jsx +0 -21
  1686. package/src/surfaces/admin/components/Badge/examples/within-table-context.jsx +0 -18
  1687. package/src/surfaces/admin/components/Banner/examples/basic-information-banner.html +0 -3
  1688. package/src/surfaces/admin/components/Banner/examples/basic-information-banner.jsx +0 -3
  1689. package/src/surfaces/admin/components/Banner/examples/critical-banner-with-clear-next-steps.jsx +0 -18
  1690. package/src/surfaces/admin/components/Banner/examples/default.jsx +0 -3
  1691. package/src/surfaces/admin/components/Banner/examples/dismissible-success-banner.jsx +0 -3
  1692. package/src/surfaces/admin/components/Banner/examples/info-banner-with-clear-value-proposition.html +0 -14
  1693. package/src/surfaces/admin/components/Banner/examples/info-banner-with-clear-value-proposition.jsx +0 -14
  1694. package/src/surfaces/admin/components/Banner/examples/warning-banner-with-specific-actions.jsx +0 -18
  1695. package/src/surfaces/admin/components/Box/examples/accessible-status-messages.jsx +0 -14
  1696. package/src/surfaces/admin/components/Box/examples/basic-container.html +0 -9
  1697. package/src/surfaces/admin/components/Box/examples/basic-container.jsx +0 -9
  1698. package/src/surfaces/admin/components/Box/examples/complex-merchant-dashboard-layout.jsx +0 -34
  1699. package/src/surfaces/admin/components/Box/examples/default.jsx +0 -7
  1700. package/src/surfaces/admin/components/Box/examples/responsive-shipping-notice.jsx +0 -10
  1701. package/src/surfaces/admin/components/Button/examples/basic-usage.jsx +0 -1
  1702. package/src/surfaces/admin/components/Button/examples/bulk-actions.html +0 -4
  1703. package/src/surfaces/admin/components/Button/examples/bulk-actions.jsx +0 -6
  1704. package/src/surfaces/admin/components/Button/examples/component-interactions.jsx +0 -7
  1705. package/src/surfaces/admin/components/Button/examples/default.jsx +0 -4
  1706. package/src/surfaces/admin/components/Button/examples/delete-confirmation.jsx +0 -6
  1707. package/src/surfaces/admin/components/Button/examples/form-states.jsx +0 -6
  1708. package/src/surfaces/admin/components/Button/examples/icon-only-button.jsx +0 -1
  1709. package/src/surfaces/admin/components/Button/examples/link-buttons.jsx +0 -9
  1710. package/src/surfaces/admin/components/Button/examples/loading-state-for-merchant-actions.jsx +0 -11
  1711. package/src/surfaces/admin/components/Button/examples/navigation-to-admin-sections.html +0 -2
  1712. package/src/surfaces/admin/components/Button/examples/navigation-to-admin-sections.jsx +0 -3
  1713. package/src/surfaces/admin/components/Button/examples/product-save-form.html +0 -4
  1714. package/src/surfaces/admin/components/Button/examples/product-save-form.jsx +0 -6
  1715. package/src/surfaces/admin/components/Button/examples/tones.jsx +0 -5
  1716. package/src/surfaces/admin/components/Button/examples/toolbar-icon-buttons.html +0 -17
  1717. package/src/surfaces/admin/components/Button/examples/toolbar-icon-buttons.jsx +0 -17
  1718. package/src/surfaces/admin/components/Button/examples/variants.jsx +0 -6
  1719. package/src/surfaces/admin/components/Button/examples/with-icon.jsx +0 -1
  1720. package/src/surfaces/admin/components/ButtonGroup/examples/basic-usage.html +0 -4
  1721. package/src/surfaces/admin/components/ButtonGroup/examples/basic-usage.jsx +0 -6
  1722. package/src/surfaces/admin/components/ButtonGroup/examples/bulk-actions-in-data-tables.jsx +0 -7
  1723. package/src/surfaces/admin/components/ButtonGroup/examples/destructive-actions-pattern.jsx +0 -6
  1724. package/src/surfaces/admin/components/ButtonGroup/examples/form-action-buttons.html +0 -4
  1725. package/src/surfaces/admin/components/ButtonGroup/examples/form-action-buttons.jsx +0 -6
  1726. package/src/surfaces/admin/components/ButtonGroup/examples/segmented-appearance.jsx +0 -5
  1727. package/src/surfaces/admin/components/ButtonGroup/examples/toolbar-buttons-with-icons.jsx +0 -11
  1728. package/src/surfaces/admin/components/Checkbox/examples/default.jsx +0 -4
  1729. package/src/surfaces/admin/components/Checkbox/examples/disabled-state.jsx +0 -5
  1730. package/src/surfaces/admin/components/Checkbox/examples/error-state.jsx +0 -4
  1731. package/src/surfaces/admin/components/Checkbox/examples/help-text.html +0 -4
  1732. package/src/surfaces/admin/components/Checkbox/examples/help-text.jsx +0 -4
  1733. package/src/surfaces/admin/components/Checkbox/examples/indeterminate-state.jsx +0 -21
  1734. package/src/surfaces/admin/components/Checkbox/examples/settings-group.jsx +0 -12
  1735. package/src/surfaces/admin/components/Checkbox/examples/validation-example.jsx +0 -20
  1736. package/src/surfaces/admin/components/Chip/examples/basic-usage.html +0 -3
  1737. package/src/surfaces/admin/components/Chip/examples/basic-usage.jsx +0 -3
  1738. package/src/surfaces/admin/components/Chip/examples/color-variants.jsx +0 -12
  1739. package/src/surfaces/admin/components/Chip/examples/default.jsx +0 -1
  1740. package/src/surfaces/admin/components/Chip/examples/product-status.html +0 -8
  1741. package/src/surfaces/admin/components/Chip/examples/product-status.jsx +0 -12
  1742. package/src/surfaces/admin/components/Chip/examples/text-truncation.jsx +0 -12
  1743. package/src/surfaces/admin/components/Chip/examples/with-icon-graphic.jsx +0 -4
  1744. package/src/surfaces/admin/components/ChoiceList/examples/basic-usage.jsx +0 -7
  1745. package/src/surfaces/admin/components/ChoiceList/examples/default.jsx +0 -16
  1746. package/src/surfaces/admin/components/ChoiceList/examples/multiple-choices-with-details.html +0 -18
  1747. package/src/surfaces/admin/components/ChoiceList/examples/multiple-choices-with-details.jsx +0 -18
  1748. package/src/surfaces/admin/components/ChoiceList/examples/multiple-selections.jsx +0 -15
  1749. package/src/surfaces/admin/components/ChoiceList/examples/validation-example.jsx +0 -20
  1750. package/src/surfaces/admin/components/ChoiceList/examples/with-error-state.jsx +0 -8
  1751. package/src/surfaces/admin/components/Clickable/examples/accessibility-with-aria-attributes.jsx +0 -8
  1752. package/src/surfaces/admin/components/Clickable/examples/basic-button-usage.html +0 -1
  1753. package/src/surfaces/admin/components/Clickable/examples/basic-button-usage.jsx +0 -3
  1754. package/src/surfaces/admin/components/Clickable/examples/default.jsx +0 -12
  1755. package/src/surfaces/admin/components/Clickable/examples/disabled-link-with-aria.jsx +0 -7
  1756. package/src/surfaces/admin/components/Clickable/examples/form-submit-button.jsx +0 -3
  1757. package/src/surfaces/admin/components/Clickable/examples/link-mode.jsx +0 -3
  1758. package/src/surfaces/admin/components/Clickable/examples/section-with-clickable-action.jsx +0 -9
  1759. package/src/surfaces/admin/components/ClickableChip/examples/as-a-link.jsx +0 -8
  1760. package/src/surfaces/admin/components/ClickableChip/examples/basic-usage.jsx +0 -17
  1761. package/src/surfaces/admin/components/ClickableChip/examples/default.jsx +0 -1
  1762. package/src/surfaces/admin/components/ClickableChip/examples/disabled-state.jsx +0 -7
  1763. package/src/surfaces/admin/components/ClickableChip/examples/multiple-chips-with-proper-spacing.html +0 -17
  1764. package/src/surfaces/admin/components/ClickableChip/examples/multiple-chips-with-proper-spacing.jsx +0 -17
  1765. package/src/surfaces/admin/components/ClickableChip/examples/with-icon-and-remove-button.jsx +0 -8
  1766. package/src/surfaces/admin/components/ColorField/examples/basic-usage-required.jsx +0 -3
  1767. package/src/surfaces/admin/components/ColorField/examples/basic-usage-web-component.jsx +0 -3
  1768. package/src/surfaces/admin/components/ColorField/examples/default.jsx +0 -1
  1769. package/src/surfaces/admin/components/ColorField/examples/form-integration.jsx +0 -28
  1770. package/src/surfaces/admin/components/ColorField/examples/read-only-state.jsx +0 -3
  1771. package/src/surfaces/admin/components/ColorField/examples/validation-example.jsx +0 -21
  1772. package/src/surfaces/admin/components/ColorField/examples/with-alpha-transparency.jsx +0 -7
  1773. package/src/surfaces/admin/components/ColorField/examples/with-error-state.jsx +0 -9
  1774. package/src/surfaces/admin/components/ColorField/examples/with-help-text.jsx +0 -7
  1775. package/src/surfaces/admin/components/ColorField/examples/with-placeholder.html +0 -7
  1776. package/src/surfaces/admin/components/ColorField/examples/with-placeholder.jsx +0 -7
  1777. package/src/surfaces/admin/components/ColorPicker/examples/basic-usage.html +0 -3
  1778. package/src/surfaces/admin/components/ColorPicker/examples/basic-usage.jsx +0 -3
  1779. package/src/surfaces/admin/components/ColorPicker/examples/default.jsx +0 -1
  1780. package/src/surfaces/admin/components/ColorPicker/examples/with-alpha-transparency.jsx +0 -7
  1781. package/src/surfaces/admin/components/DateField/examples/basic-usage.jsx +0 -5
  1782. package/src/surfaces/admin/components/DateField/examples/date-fields-with-validation.html +0 -29
  1783. package/src/surfaces/admin/components/DateField/examples/date-fields-with-validation.jsx +0 -29
  1784. package/src/surfaces/admin/components/DateField/examples/date-range-selection.jsx +0 -19
  1785. package/src/surfaces/admin/components/DateField/examples/default.jsx +0 -1
  1786. package/src/surfaces/admin/components/DateField/examples/disabled-and-read-only-states.jsx +0 -15
  1787. package/src/surfaces/admin/components/DateField/examples/form-integration.jsx +0 -27
  1788. package/src/surfaces/admin/components/DateField/examples/validation-example.jsx +0 -20
  1789. package/src/surfaces/admin/components/DateField/examples/with-date-restrictions.jsx +0 -6
  1790. package/src/surfaces/admin/components/DateField/examples/with-default-value.jsx +0 -5
  1791. package/src/surfaces/admin/components/DateField/examples/with-error-state.jsx +0 -5
  1792. package/src/surfaces/admin/components/DateField/examples/with-specific-allowed-dates.jsx +0 -6
  1793. package/src/surfaces/admin/components/DatePicker/examples/analytics-dashboard.jsx +0 -35
  1794. package/src/surfaces/admin/components/DatePicker/examples/default.jsx +0 -5
  1795. package/src/surfaces/admin/components/DatePicker/examples/form-integration.jsx +0 -28
  1796. package/src/surfaces/admin/components/DatePicker/examples/single-date-selection.jsx +0 -6
  1797. package/src/surfaces/admin/components/DatePicker/examples/with-date-restrictions.jsx +0 -7
  1798. package/src/surfaces/admin/components/Divider/examples/basic-usage.jsx +0 -1
  1799. package/src/surfaces/admin/components/Divider/examples/custom-color.jsx +0 -1
  1800. package/src/surfaces/admin/components/Divider/examples/custom-direction.jsx +0 -5
  1801. package/src/surfaces/admin/components/Divider/examples/default.jsx +0 -1
  1802. package/src/surfaces/admin/components/Divider/examples/organizing-settings-panels.html +0 -9
  1803. package/src/surfaces/admin/components/Divider/examples/organizing-settings-panels.jsx +0 -9
  1804. package/src/surfaces/admin/components/Divider/examples/separating-content-sections.html +0 -13
  1805. package/src/surfaces/admin/components/Divider/examples/separating-content-sections.jsx +0 -13
  1806. package/src/surfaces/admin/components/Divider/examples/separating-form-sections.jsx +0 -7
  1807. package/src/surfaces/admin/components/Divider/examples/visual-breaks-in-section-layouts.html +0 -12
  1808. package/src/surfaces/admin/components/Divider/examples/visual-breaks-in-section-layouts.jsx +0 -12
  1809. package/src/surfaces/admin/components/DropZone/examples/basic-usage.jsx +0 -1
  1810. package/src/surfaces/admin/components/DropZone/examples/default.jsx +0 -9
  1811. package/src/surfaces/admin/components/DropZone/examples/disabled-state.jsx +0 -1
  1812. package/src/surfaces/admin/components/DropZone/examples/file-type-restrictions.jsx +0 -5
  1813. package/src/surfaces/admin/components/DropZone/examples/image-upload.jsx +0 -1
  1814. package/src/surfaces/admin/components/DropZone/examples/required-field.jsx +0 -1
  1815. package/src/surfaces/admin/components/DropZone/examples/with-accessibility-options.jsx +0 -6
  1816. package/src/surfaces/admin/components/DropZone/examples/with-error-state.jsx +0 -4
  1817. package/src/surfaces/admin/components/EmailField/examples/basic-usage.html +0 -3
  1818. package/src/surfaces/admin/components/EmailField/examples/basic-usage.jsx +0 -3
  1819. package/src/surfaces/admin/components/EmailField/examples/default.jsx +0 -5
  1820. package/src/surfaces/admin/components/EmailField/examples/optional-field-with-placeholder.html +0 -7
  1821. package/src/surfaces/admin/components/EmailField/examples/optional-field-with-placeholder.jsx +0 -7
  1822. package/src/surfaces/admin/components/EmailField/examples/read-only-display.jsx +0 -7
  1823. package/src/surfaces/admin/components/EmailField/examples/validation-example.jsx +0 -21
  1824. package/src/surfaces/admin/components/EmailField/examples/with-error-and-help-text.jsx +0 -8
  1825. package/src/surfaces/admin/components/EmailField/examples/with-length-constraints.jsx +0 -8
  1826. package/src/surfaces/admin/components/Form/examples/default.jsx +0 -6
  1827. package/src/surfaces/admin/components/FunctionSettings/examples/default.tsx +0 -38
  1828. package/src/surfaces/admin/components/Grid/examples/basic-two-column-layout.jsx +0 -12
  1829. package/src/surfaces/admin/components/Grid/examples/col-span-layouts.jsx +0 -34
  1830. package/src/surfaces/admin/components/Grid/examples/default.jsx +0 -15
  1831. package/src/surfaces/admin/components/Grid/examples/mobile-first-responsive-grid.jsx +0 -53
  1832. package/src/surfaces/admin/components/Heading/examples/basic-heading.html +0 -1
  1833. package/src/surfaces/admin/components/Heading/examples/basic-heading.jsx +0 -1
  1834. package/src/surfaces/admin/components/Heading/examples/default.jsx +0 -1
  1835. package/src/surfaces/admin/components/Heading/examples/heading-with-custom-accessibility.jsx +0 -3
  1836. package/src/surfaces/admin/components/Heading/examples/heading-with-line-clamping.jsx +0 -5
  1837. package/src/surfaces/admin/components/Heading/examples/heading-within-section-hierarchy.jsx +0 -12
  1838. package/src/surfaces/admin/components/Icon/examples/basic-usage.jsx +0 -7
  1839. package/src/surfaces/admin/components/Icon/examples/default.jsx +0 -6
  1840. package/src/surfaces/admin/components/Icon/examples/in-badge-components.jsx +0 -8
  1841. package/src/surfaces/admin/components/Icon/examples/in-button-components.jsx +0 -8
  1842. package/src/surfaces/admin/components/Icon/examples/small-size.jsx +0 -1
  1843. package/src/surfaces/admin/components/Icon/examples/subdued-color.jsx +0 -1
  1844. package/src/surfaces/admin/components/Icon/examples/with-id-property.jsx +0 -1
  1845. package/src/surfaces/admin/components/Icon/examples/with-interest-relationship.jsx +0 -6
  1846. package/src/surfaces/admin/components/Icon/examples/with-semantic-tone.jsx +0 -6
  1847. package/src/surfaces/admin/components/Icon/icon-data.json +0 -9
  1848. package/src/surfaces/admin/components/Image/examples/auto-sized-image.html +0 -5
  1849. package/src/surfaces/admin/components/Image/examples/auto-sized-image.jsx +0 -5
  1850. package/src/surfaces/admin/components/Image/examples/basic-usage.jsx +0 -1
  1851. package/src/surfaces/admin/components/Image/examples/decorative-image.jsx +0 -6
  1852. package/src/surfaces/admin/components/Image/examples/default.jsx +0 -6
  1853. package/src/surfaces/admin/components/Image/examples/responsive-images-with-srcset.jsx +0 -9
  1854. package/src/surfaces/admin/components/Image/examples/responsive-layout-with-aspect-ratio.jsx +0 -7
  1855. package/src/surfaces/admin/components/Image/examples/with-border-styling.jsx +0 -12
  1856. package/src/surfaces/admin/components/Image/examples/within-layout-components.jsx +0 -26
  1857. package/src/surfaces/admin/components/Link/examples/basic-links-in-paragraph.jsx +0 -3
  1858. package/src/surfaces/admin/components/Link/examples/critical-context-links.html +0 -3
  1859. package/src/surfaces/admin/components/Link/examples/critical-context-links.jsx +0 -3
  1860. package/src/surfaces/admin/components/Link/examples/default.jsx +0 -1
  1861. package/src/surfaces/admin/components/Link/examples/download-links.jsx +0 -3
  1862. package/src/surfaces/admin/components/Link/examples/external-links.jsx +0 -5
  1863. package/src/surfaces/admin/components/Link/examples/links-in-banner-context.html +0 -5
  1864. package/src/surfaces/admin/components/Link/examples/links-in-banner-context.jsx +0 -5
  1865. package/src/surfaces/admin/components/Link/examples/links-in-banner.jsx +0 -5
  1866. package/src/surfaces/admin/components/Link/examples/links-in-box-container.jsx +0 -5
  1867. package/src/surfaces/admin/components/Link/examples/links-in-subdued-paragraph.html +0 -3
  1868. package/src/surfaces/admin/components/Link/examples/links-in-subdued-paragraph.jsx +0 -3
  1869. package/src/surfaces/admin/components/Link/examples/links-with-auto-tone.html +0 -3
  1870. package/src/surfaces/admin/components/Link/examples/links-with-auto-tone.jsx +0 -3
  1871. package/src/surfaces/admin/components/Link/examples/links-with-different-tones.jsx +0 -25
  1872. package/src/surfaces/admin/components/Link/examples/links-with-language-attribute.jsx +0 -3
  1873. package/src/surfaces/admin/components/Menu/examples/basic-menu.html +0 -7
  1874. package/src/surfaces/admin/components/Menu/examples/basic-menu.jsx +0 -9
  1875. package/src/surfaces/admin/components/Menu/examples/customer-actions-menu.jsx +0 -18
  1876. package/src/surfaces/admin/components/Menu/examples/default.jsx +0 -11
  1877. package/src/surfaces/admin/components/Menu/examples/menu-with-icons.jsx +0 -14
  1878. package/src/surfaces/admin/components/Menu/examples/menu-with-links-and-disabled-items.jsx +0 -13
  1879. package/src/surfaces/admin/components/Menu/examples/menu-with-sections.jsx +0 -15
  1880. package/src/surfaces/admin/components/Menu/examples/settings-menu.jsx +0 -19
  1881. package/src/surfaces/admin/components/Modal/examples/basic-modal.jsx +0 -15
  1882. package/src/surfaces/admin/components/Modal/examples/confirmation-modal-with-actions.jsx +0 -30
  1883. package/src/surfaces/admin/components/Modal/examples/default.jsx +0 -19
  1884. package/src/surfaces/admin/components/Modal/examples/different-modal-sizes.jsx +0 -65
  1885. package/src/surfaces/admin/components/Modal/examples/form-modal.jsx +0 -52
  1886. package/src/surfaces/admin/components/Modal/examples/modal-without-padding.jsx +0 -20
  1887. package/src/surfaces/admin/components/NumberField/examples/basic-usage.jsx +0 -7
  1888. package/src/surfaces/admin/components/NumberField/examples/default.jsx +0 -8
  1889. package/src/surfaces/admin/components/NumberField/examples/multiple-examples.html +0 -29
  1890. package/src/surfaces/admin/components/NumberField/examples/multiple-examples.jsx +0 -29
  1891. package/src/surfaces/admin/components/NumberField/examples/with-prefix-and-suffix.jsx +0 -9
  1892. package/src/surfaces/admin/components/OrderedList/examples/basic-usage.html +0 -5
  1893. package/src/surfaces/admin/components/OrderedList/examples/basic-usage.jsx +0 -5
  1894. package/src/surfaces/admin/components/OrderedList/examples/default.jsx +0 -5
  1895. package/src/surfaces/admin/components/OrderedList/examples/fulfillment-process.html +0 -18
  1896. package/src/surfaces/admin/components/OrderedList/examples/fulfillment-process.jsx +0 -18
  1897. package/src/surfaces/admin/components/OrderedList/examples/order-processing-steps.html +0 -8
  1898. package/src/surfaces/admin/components/OrderedList/examples/order-processing-steps.jsx +0 -8
  1899. package/src/surfaces/admin/components/OrderedList/examples/product-setup-instructions.jsx +0 -13
  1900. package/src/surfaces/admin/components/Page/examples/default.jsx +0 -5
  1901. package/src/surfaces/admin/components/Page/examples/large-inline-size-for-wide-content.jsx +0 -33
  1902. package/src/surfaces/admin/components/Page/examples/page-with-breadcrumbs-and-title.jsx +0 -7
  1903. package/src/surfaces/admin/components/Page/examples/page-with-heading.jsx +0 -5
  1904. package/src/surfaces/admin/components/Page/examples/page-with-secondary-actions.jsx +0 -8
  1905. package/src/surfaces/admin/components/Page/examples/small-inline-size-for-focused-content.jsx +0 -9
  1906. package/src/surfaces/admin/components/Paragraph/examples/admin-ui-patterns.html +0 -21
  1907. package/src/surfaces/admin/components/Paragraph/examples/admin-ui-patterns.jsx +0 -21
  1908. package/src/surfaces/admin/components/Paragraph/examples/basic-usage.html +0 -3
  1909. package/src/surfaces/admin/components/Paragraph/examples/basic-usage.jsx +0 -3
  1910. package/src/surfaces/admin/components/Paragraph/examples/default.jsx +0 -4
  1911. package/src/surfaces/admin/components/Paragraph/examples/line-clamping.jsx +0 -8
  1912. package/src/surfaces/admin/components/Paragraph/examples/rtl-support.jsx +0 -3
  1913. package/src/surfaces/admin/components/Paragraph/examples/screen-reader-text.jsx +0 -3
  1914. package/src/surfaces/admin/components/Paragraph/examples/tabular-numbers.jsx +0 -3
  1915. package/src/surfaces/admin/components/Paragraph/examples/with-tone-and-color.jsx +0 -9
  1916. package/src/surfaces/admin/components/Popover/examples/default.jsx +0 -10
  1917. package/src/surfaces/admin/components/Popover/examples/inventory-stock-details.jsx +0 -37
  1918. package/src/surfaces/admin/components/Popover/examples/notifications.jsx +0 -30
  1919. package/src/surfaces/admin/components/Popover/examples/table-display-options.jsx +0 -29
  1920. package/src/surfaces/admin/components/QueryContainer/examples/basic-usage.jsx +0 -17
  1921. package/src/surfaces/admin/components/SearchField/examples/basic-usage.html +0 -5
  1922. package/src/surfaces/admin/components/SearchField/examples/basic-usage.jsx +0 -5
  1923. package/src/surfaces/admin/components/SearchField/examples/default.jsx +0 -5
  1924. package/src/surfaces/admin/components/SearchField/examples/disabled-state.jsx +0 -6
  1925. package/src/surfaces/admin/components/SearchField/examples/with-character-limits.jsx +0 -7
  1926. package/src/surfaces/admin/components/SearchField/examples/with-error-state.jsx +0 -6
  1927. package/src/surfaces/admin/components/Section/examples/default.jsx +0 -3
  1928. package/src/surfaces/admin/components/Section/examples/full-width-content-layout.jsx +0 -18
  1929. package/src/surfaces/admin/components/Section/examples/nested-sections-with-visual-level-differences.jsx +0 -23
  1930. package/src/surfaces/admin/components/Section/examples/section-with-accessibility-label.jsx +0 -13
  1931. package/src/surfaces/admin/components/Section/examples/top-level-section-with-form-elements.jsx +0 -5
  1932. package/src/surfaces/admin/components/Spinner/examples/basic-usage.html +0 -1
  1933. package/src/surfaces/admin/components/Spinner/examples/basic-usage.jsx +0 -1
  1934. package/src/surfaces/admin/components/Spinner/examples/default.jsx +0 -1
  1935. package/src/surfaces/admin/components/Spinner/examples/inline-loading-with-text.jsx +0 -4
  1936. package/src/surfaces/admin/components/Spinner/examples/loading-state-in-section.jsx +0 -4
  1937. package/src/surfaces/admin/components/Stack/examples/basic-block-stack-vertical.html +0 -5
  1938. package/src/surfaces/admin/components/Stack/examples/basic-block-stack-vertical.jsx +0 -5
  1939. package/src/surfaces/admin/components/Stack/examples/custom-alignment.jsx +0 -5
  1940. package/src/surfaces/admin/components/Stack/examples/custom-spacing.jsx +0 -18
  1941. package/src/surfaces/admin/components/Stack/examples/default.jsx +0 -6
  1942. package/src/surfaces/admin/components/Stack/examples/inline-stack-horizontal.jsx +0 -5
  1943. package/src/surfaces/admin/components/Stack/examples/responsive-stack-with-container-queries.jsx +0 -23
  1944. package/src/surfaces/admin/components/Table/examples/default.jsx +0 -30
  1945. package/src/surfaces/admin/components/Table/examples/full-width-product-inventory-table.html +0 -65
  1946. package/src/surfaces/admin/components/Table/examples/full-width-product-inventory-table.jsx +0 -65
  1947. package/src/surfaces/admin/components/Table/examples/list-variant.jsx +0 -44
  1948. package/src/surfaces/admin/components/Table/examples/with-loading-state.jsx +0 -40
  1949. package/src/surfaces/admin/components/Table/examples/with-pagination.jsx +0 -27
  1950. package/src/surfaces/admin/components/Text/examples/accessibility-hidden-text.jsx +0 -3
  1951. package/src/surfaces/admin/components/Text/examples/basic-usage.html +0 -3
  1952. package/src/surfaces/admin/components/Text/examples/basic-usage.jsx +0 -3
  1953. package/src/surfaces/admin/components/Text/examples/default.jsx +0 -4
  1954. package/src/surfaces/admin/components/Text/examples/interest-for-association.jsx +0 -8
  1955. package/src/surfaces/admin/components/Text/examples/right-to-left-text.jsx +0 -3
  1956. package/src/surfaces/admin/components/Text/examples/semantic-address.jsx +0 -3
  1957. package/src/surfaces/admin/components/Text/examples/status-tones.jsx +0 -5
  1958. package/src/surfaces/admin/components/Text/examples/strong-text.html +0 -3
  1959. package/src/surfaces/admin/components/Text/examples/strong-text.jsx +0 -3
  1960. package/src/surfaces/admin/components/Text/examples/subdued-color.jsx +0 -3
  1961. package/src/surfaces/admin/components/Text/examples/tabular-numbers.jsx +0 -3
  1962. package/src/surfaces/admin/components/TextArea/examples/basic-usage.jsx +0 -5
  1963. package/src/surfaces/admin/components/TextArea/examples/default.jsx +0 -5
  1964. package/src/surfaces/admin/components/TextArea/examples/error-state.jsx +0 -8
  1965. package/src/surfaces/admin/components/TextArea/examples/product-care-instructions.html +0 -7
  1966. package/src/surfaces/admin/components/TextArea/examples/product-care-instructions.jsx +0 -7
  1967. package/src/surfaces/admin/components/TextArea/examples/seo-meta-description-with-character-limit.jsx +0 -8
  1968. package/src/surfaces/admin/components/TextField/examples/basic-usage.html +0 -1
  1969. package/src/surfaces/admin/components/TextField/examples/basic-usage.jsx +0 -1
  1970. package/src/surfaces/admin/components/TextField/examples/default.jsx +0 -5
  1971. package/src/surfaces/admin/components/TextField/examples/required-field-with-validation.html +0 -1
  1972. package/src/surfaces/admin/components/TextField/examples/required-field-with-validation.jsx +0 -1
  1973. package/src/surfaces/admin/components/TextField/examples/specific-error-messages-for-merchant-context.jsx +0 -16
  1974. package/src/surfaces/admin/components/TextField/examples/with-accessory.jsx +0 -6
  1975. package/src/surfaces/admin/components/TextField/examples/with-icon.jsx +0 -5
  1976. package/src/surfaces/admin/components/TextField/examples/with-prefix-and-suffix.jsx +0 -11
  1977. package/src/surfaces/admin/components/Thumbnail/examples/basic-usage.html +0 -5
  1978. package/src/surfaces/admin/components/Thumbnail/examples/basic-usage.jsx +0 -5
  1979. package/src/surfaces/admin/components/Thumbnail/examples/default.jsx +0 -4
  1980. package/src/surfaces/admin/components/Thumbnail/examples/different-sizes.jsx +0 -17
  1981. package/src/surfaces/admin/components/Thumbnail/examples/empty-state.jsx +0 -1
  1982. package/src/surfaces/admin/components/Thumbnail/examples/with-event-handling.jsx +0 -13
  1983. package/src/surfaces/admin/components/Tooltip/examples/basic-usage.jsx +0 -6
  1984. package/src/surfaces/admin/components/Tooltip/examples/default.jsx +0 -6
  1985. package/src/surfaces/admin/components/Tooltip/examples/with-icon-button.jsx +0 -8
  1986. package/src/surfaces/admin/components/UnorderedList/examples/default.jsx +0 -5
  1987. package/src/surfaces/admin/components/UnorderedList/examples/store-setup-checklist.jsx +0 -24
  1988. package/src/surfaces/admin/components/patterns/index.ab.doc.ts +0 -80
  1989. package/src/surfaces/admin/docs-types.ts +0 -45
  1990. package/src/surfaces/checkout/helper.docs.ts +0 -166
  1991. /package/src/surfaces/admin/components/Button/examples/{basic-usage.html → basic-button.html} +0 -0
  1992. /package/src/surfaces/{admin/components/Divider/examples/basic-usage.html → customer-account/components/Divider/examples/basic-divider.example.html} +0 -0
@@ -9,31 +9,31 @@
9
9
  /**
10
10
  * TODO: Update `any` type here after this is resolved
11
11
  * https://github.com/Shopify/ui-api-design/issues/139
12
+ * @publicDocs
12
13
  */
13
14
  export type ComponentChildren = any;
15
+ /** @publicDocs */
14
16
  export type StringChildren = string;
17
+ /** @publicDocs */
15
18
  export interface GlobalProps {
16
19
  /**
17
- * A unique identifier for the element.
20
+ * A unique identifier for the element. Use this to reference the element in JavaScript, link labels to form controls, or target specific elements for styling or scripting.
18
21
  */
19
22
  id?: string;
20
23
  }
21
24
  interface AbbreviationProps$1 extends GlobalProps {
22
25
  /**
23
- * The content of the abbreviation or acronym.
26
+ * The abbreviated text content displayed within the abbreviation component. Pair with the `title` attribute to provide the full expansion for accessibility.
24
27
  */
25
28
  children?: ComponentChildren;
26
29
  /**
27
- * Defines the full expansion of the abbreviation or acronym.
28
- *
29
- * Helps user agents and users understand the meaning of the abbreviated text.
30
+ * Defines the full expansion of the abbreviation or acronym, helping user agents and users understand the meaning of the abbreviated text. Learn more about the [abbreviation element](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/abbr).
30
31
  *
31
32
  * @default ''
32
- *
33
- * @see https://developer.mozilla.org/en-US/docs/Web/HTML/Element/abbr
34
33
  */
35
34
  title?: string;
36
35
  }
36
+ /** @publicDocs */
37
37
  export interface ActionSlots {
38
38
  /**
39
39
  * The primary action to perform, provided as a button or link type element.
@@ -44,21 +44,22 @@ export interface ActionSlots {
44
44
  */
45
45
  secondaryActions?: ComponentChildren;
46
46
  }
47
+ /** @publicDocs */
47
48
  export interface BaseOverlayProps {
48
49
  /**
49
- * Callback fired after the overlay is shown.
50
+ * A callback fired immediately after the overlay is shown.
50
51
  */
51
52
  onShow?: (event: Event) => void;
52
53
  /**
53
- * Callback fired when the overlay is shown **after** any animations to show the overlay have finished.
54
+ * A callback fired when the overlay is shown, after any show animations have completed.
54
55
  */
55
56
  onAfterShow?: (event: Event) => void;
56
57
  /**
57
- * Callback fired after the overlay is hidden.
58
+ * A callback fired immediately after the overlay is hidden.
58
59
  */
59
60
  onHide?: (event: Event) => void;
60
61
  /**
61
- * Callback fired when the overlay is hidden **after** any animations to hide the overlay have finished.
62
+ * A callback fired when the overlay is hidden, after any hide animations have completed.
62
63
  */
63
64
  onAfterHide?: (event: Event) => void;
64
65
  }
@@ -69,73 +70,71 @@ export interface BaseOverlayProps {
69
70
  * - Components implementing this interface must provide all methods
70
71
  * - Unlike props/attributes, methods are not rendered in HTML but are JavaScript APIs
71
72
  * - Consumers expect these methods to be consistently available on all instances
73
+ * @publicDocs
72
74
  */
73
75
  export interface BaseOverlayMethods {
74
76
  /**
75
- * Method to show an overlay.
77
+ * A method to programmatically show the overlay.
76
78
  *
77
79
  * @implementation This is a method to be called on the element and not a callback and should hence be camelCase
78
80
  */
79
81
  showOverlay: () => void;
80
82
  /**
81
- * Method to hide an overlay.
83
+ * A method to programmatically hide the overlay and run any associated hide animations.
82
84
  *
83
85
  * @implementation This is a method to be called on the element and not a callback and should hence be camelCase
84
86
  */
85
87
  hideOverlay: () => void;
86
88
  /**
87
- * Method to toggle the visiblity of an overlay.
89
+ * A method to programmatically toggle the visibility of the overlay.
88
90
  *
89
91
  * @implementation This is a method to be called on the element and not a callback and should hence be camelCase
90
92
  */
91
93
  toggleOverlay: () => void;
92
94
  }
95
+ /** @publicDocs */
93
96
  export interface FocusEventProps {
94
97
  /**
95
- * Callback when the element loses focus.
96
- *
97
- * @see https://developer.mozilla.org/en-US/docs/Web/API/Element/blur_event
98
+ * 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).
98
99
  */
99
100
  onBlur?: (event: FocusEvent) => void;
100
101
  /**
101
- * Callback when the element receives focus.
102
- *
103
- * @see https://developer.mozilla.org/en-US/docs/Web/API/Element/focus_event
102
+ * 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).
104
103
  */
105
104
  onFocus?: (event: FocusEvent) => void;
106
105
  }
106
+ /** @publicDocs */
107
107
  export interface ToggleEventProps {
108
108
  /**
109
- * Callback fired when the element state changes **after** any animations have finished.
109
+ * A callback fired when the element state changes, after any toggle animations have finished.
110
110
  *
111
111
  * - If the element transitioned from hidden to showing, the `oldState` property will be set to `closed` and the
112
112
  * `newState` property will be set to `open`.
113
113
  * - If the element transitioned from showing to hidden, the `oldState` property will be set to `open` and the
114
114
  * `newState` will be `closed`.
115
115
  *
116
- * @see https://developer.mozilla.org/en-US/docs/Web/API/ToggleEvent/newState
117
- * @see https://developer.mozilla.org/en-US/docs/Web/API/ToggleEvent/oldState
116
+ * Learn more about the [`newState`](https://developer.mozilla.org/en-US/docs/Web/API/ToggleEvent/newState) and [`oldState`](https://developer.mozilla.org/en-US/docs/Web/API/ToggleEvent/oldState) properties.
118
117
  */
119
118
  onAfterToggle?: (event: ToggleEvent$1) => void;
120
119
  /**
121
- * Callback straight after the element state changes.
120
+ * A callback fired immediately when the element state changes, before any animations.
122
121
  *
123
122
  * - If the element is transitioning from hidden to showing, the `oldState` property will be set to `closed` and the
124
123
  * `newState` property will be set to `open`.
125
- * - If the element is transitioning from showing to hidden, then `oldState` property will be set to `open` and the
124
+ * - If the element is transitioning from showing to hidden, then the `oldState` property will be set to `open` and the
126
125
  * `newState` will be `closed`.
127
126
  *
128
- * @see https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/toggle_event
129
- * @see https://developer.mozilla.org/en-US/docs/Web/API/ToggleEvent/newState
130
- * @see https://developer.mozilla.org/en-US/docs/Web/API/ToggleEvent/oldState
127
+ * Learn more about the [`toggle` event](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/toggle_event), and the [`newState`](https://developer.mozilla.org/en-US/docs/Web/API/ToggleEvent/newState) and [`oldState`](https://developer.mozilla.org/en-US/docs/Web/API/ToggleEvent/oldState) properties.
131
128
  */
132
129
  onToggle?: (event: ToggleEvent$1) => void;
133
130
  }
131
+ /** @publicDocs */
134
132
  export type ToggleState = "open" | "closed";
135
133
  interface ToggleEvent$1 extends Event {
136
134
  readonly newState: ToggleState;
137
135
  readonly oldState: ToggleState;
138
136
  }
137
+ /** @publicDocs */
139
138
  export interface ExtendableEvent extends Event {
140
139
  /**
141
140
  * Provide a promise that signals the length, and eventual success or failure of actions relating to the event.
@@ -162,13 +161,32 @@ interface AnnouncementProps$1 extends GlobalProps, ToggleEventProps {
162
161
  */
163
162
  dismiss: () => void;
164
163
  }
164
+ /**
165
+ * 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.
166
+ * @publicDocs
167
+ */
165
168
  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";
169
+ /**
170
+ * Defines the color intensity or emphasis level for text and UI elements.
171
+ *
172
+ * - `subdued`: Deemphasized color for secondary text, supporting labels, and less critical interface elements.
173
+ * - `base`: Primary color for body text, standard UI elements, and general content with good readability.
174
+ * - `strong`: Emphasized color for headings, key labels, and interactive elements that need prominence.
175
+ * @publicDocs
176
+ */
166
177
  export type ColorKeyword = "subdued" | "base" | "strong";
178
+ /** @publicDocs */
167
179
  export type BackgroundColorKeyword = "transparent" | ColorKeyword;
180
+ /** @publicDocs */
168
181
  export interface BackgroundProps {
169
182
  /**
170
183
  * Adjust the background of the element.
171
184
  *
185
+ * - `'transparent'`: No visible background.
186
+ * - `'subdued'`: A subtle, low-emphasis background.
187
+ * - `'base'`: The standard background color.
188
+ * - `'strong'`: A high-emphasis background for prominence.
189
+ *
172
190
  * @default 'transparent'
173
191
  */
174
192
  background?: BackgroundColorKeyword;
@@ -182,6 +200,7 @@ export interface BackgroundProps {
182
200
  * In some cases, like for Banner, the tone may also affect the semantic and accessibility treatment of the component.
183
201
  *
184
202
  * @default 'auto'
203
+ * @publicDocs
185
204
  */
186
205
  export type ToneKeyword = "auto" | "neutral" | "info" | "success" | "caution" | "warning" | "critical" | "accent" | "custom";
187
206
  declare const privateIconArray: readonly [
@@ -733,13 +752,38 @@ declare const privateIconArray: readonly [
733
752
  "x-circle",
734
753
  "x-circle-filled"
735
754
  ];
755
+ /** @publicDocs */
736
756
  export type IconType = (typeof privateIconArray)[number];
737
757
  /**
738
758
  * Like `Extract`, but ensures that the extracted type is a strict subtype of the input type.
759
+ * @publicDocs
739
760
  */
740
761
  export type ExtractStrict<T, U extends T> = Extract<T, U>;
762
+ /**
763
+ * 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.
764
+ *
765
+ * - `T`: Single value that applies to all four sides.
766
+ * - `${T} ${T}`: Two values for block axis (top/bottom) and inline axis (left/right).
767
+ * - `${T} ${T} ${T}`: Three values for block-start (top), inline axis (left/right), and block-end (bottom).
768
+ * - `${T} ${T} ${T} ${T}`: Four values for block-start (top), inline-end (right), block-end (bottom), and inline-start (left).
769
+ * @publicDocs
770
+ */
741
771
  export type MaybeAllValuesShorthandProperty<T extends string> = T | `${T} ${T}` | `${T} ${T} ${T}` | `${T} ${T} ${T} ${T}`;
772
+ /**
773
+ * Represents CSS shorthand properties that accept one or two values. Supports specifying the same value for both dimensions or different values.
774
+ *
775
+ * - `T`: Single value that applies to both dimensions.
776
+ * - `${T} ${T}`: Two values for block axis (vertical) and inline axis (horizontal).
777
+ * @publicDocs
778
+ */
742
779
  export type MaybeTwoValuesShorthandProperty<T extends string> = T | `${T} ${T}`;
780
+ /**
781
+ * 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.
782
+ *
783
+ * - `T`: Base value that applies in all conditions.
784
+ * - `@container${string}`: Container query string for conditional responsive styling based on container size.
785
+ * @publicDocs
786
+ */
743
787
  export type MaybeResponsive<T> = T | `@container${string}`;
744
788
  /**
745
789
  * Prevents widening string literal types in a union to `string`.
@@ -748,6 +792,7 @@ export type MaybeResponsive<T> = T | `@container${string}`;
748
792
  * // ^? string
749
793
  * type PropName = 'foo' | 'bar' | (string & {})
750
794
  * // ^? 'foo' | 'bar' | (string & {})
795
+ * @publicDocs
751
796
  */
752
797
  export type AnyString = string & {};
753
798
  /**
@@ -755,6 +800,7 @@ export type AnyString = string & {};
755
800
  * to have a space or not in the string literal types.
756
801
  *
757
802
  * For example in the `aspectRatio` property, `16/9` and `16 / 9` are both valid.
803
+ * @publicDocs
758
804
  */
759
805
  export type optionalSpace = "" | " ";
760
806
  interface BadgeProps$1 extends GlobalProps {
@@ -777,6 +823,8 @@ interface BadgeProps$1 extends GlobalProps {
777
823
  /**
778
824
  * The type of icon to be displayed in the badge.
779
825
  *
826
+ * Always positioned relative to the text content. Independent positioning isn't supported.
827
+ *
780
828
  * @default ''
781
829
  */
782
830
  icon?: IconType | AnyString;
@@ -866,6 +914,7 @@ interface BannerProps$1 extends GlobalProps, ActionSlots {
866
914
  */
867
915
  hidden?: boolean;
868
916
  }
917
+ /** @publicDocs */
869
918
  export interface DisplayProps {
870
919
  /**
871
920
  * 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).
@@ -873,11 +922,13 @@ export interface DisplayProps {
873
922
  * - `auto`: the component’s initial value. The actual value depends on the component and context.
874
923
  * - `none`: hides the component from display and removes it from the accessibility tree, making it invisible to screen readers.
875
924
  *
876
- * @see https://developer.mozilla.org/en-US/docs/Web/CSS/display
925
+ * Learn more about the [display property](https://developer.mozilla.org/en-US/docs/Web/CSS/display).
926
+ *
877
927
  * @default 'auto'
878
928
  */
879
929
  display?: MaybeResponsive<"auto" | "none">;
880
930
  }
931
+ /** @publicDocs */
881
932
  export interface AccessibilityRoleProps {
882
933
  /**
883
934
  * Sets the semantic meaning of the component’s content. When set,
@@ -891,6 +942,7 @@ export interface AccessibilityRoleProps {
891
942
  */
892
943
  accessibilityRole?: AccessibilityRole;
893
944
  }
945
+ /** @publicDocs */
894
946
  export type AccessibilityRole =
895
947
  /**
896
948
  * Used to indicate the primary content.
@@ -903,7 +955,7 @@ export type AccessibilityRole =
903
955
  * Used to indicate the component is a header.
904
956
  *
905
957
  * In an HTML host `header` will render a `<header>` element.
906
- * 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.
958
+ * 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/banner_role) in the MDN web docs.
907
959
  */
908
960
  | "header"
909
961
  /**
@@ -1006,176 +1058,225 @@ export type AccessibilityRole =
1006
1058
  * Learn more about the [`none` role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles/none_role) in the MDN web docs.
1007
1059
  */
1008
1060
  | "none";
1061
+ /** @publicDocs */
1009
1062
  export interface AccessibilityVisibilityProps {
1010
1063
  /**
1011
- * Changes the visibility of the element.
1064
+ * Controls how the element is exposed to sighted users and to assistive technologies such as screen readers.
1012
1065
  *
1013
- * - `visible`: the element is visible to all users.
1014
- * - `hidden`: the element is removed from the accessibility tree but remains visible.
1015
- * - `exclusive`: the element is visually hidden but remains in the accessibility tree.
1066
+ * - `visible`: The element is visible to all users (both sighted users and screen readers).
1067
+ * - `hidden`: The element is visually visible but hidden from screen readers. Use this for decorative elements that don't provide meaningful information.
1068
+ * - `exclusive`: The element is visually hidden but announced by screen readers. Use this for screen-reader-only content like skip links or additional context.
1016
1069
  *
1017
1070
  * @default 'visible'
1018
1071
  */
1019
1072
  accessibilityVisibility?: "visible" | "hidden" | "exclusive";
1020
1073
  }
1074
+ /** @publicDocs */
1021
1075
  export interface LabelAccessibilityVisibilityProps {
1022
1076
  /**
1023
- * Changes the visibility of the component's label.
1077
+ * Controls whether the label is visible to all users or only to screen readers.
1024
1078
  *
1025
- * - `visible`: the label is visible to all users.
1026
- * - `exclusive`: the label is visually hidden but remains in the accessibility tree.
1079
+ * - `visible`: The label is shown to everyone.
1080
+ * - `exclusive`: The label is visually hidden but still announced by screen readers.
1027
1081
  *
1028
1082
  * @default 'visible'
1029
1083
  */
1030
1084
  labelAccessibilityVisibility?: ExtractStrict<AccessibilityVisibilityProps["accessibilityVisibility"], "visible" | "exclusive">;
1031
1085
  }
1086
+ /**
1087
+ * Defines the padding size for elements, using the standard size scale or `none` for no padding.
1088
+ *
1089
+ * - `SizeKeyword`: Standard padding sizes from the size scale for consistent spacing.
1090
+ * - `none`: No padding.
1091
+ * @publicDocs
1092
+ */
1032
1093
  export type PaddingKeyword = SizeKeyword | "none";
1094
+ /** @publicDocs */
1033
1095
  export interface PaddingProps {
1034
1096
  /**
1035
- * Adjust the padding of all edges.
1097
+ * The padding applied to all edges of the component.
1036
1098
  *
1037
- * [1-to-4-value syntax](https://developer.mozilla.org/en-US/docs/Web/CSS/Shorthand_properties#edges_of_a_box) is
1038
- * supported. Note that, contrary to the CSS, it uses flow-relative values and the order is:
1099
+ * Supports [1-to-4-value syntax](https://developer.mozilla.org/en-US/docs/Web/CSS/Shorthand_properties#edges_of_a_box) using flow-relative values:
1100
+ * - 1 value applies to all sides
1101
+ * - 2 values apply to block (top/bottom) and inline (left/right)
1102
+ * - 3 values apply to block-start (top), inline (left/right), and block-end (bottom)
1103
+ * - 4 values apply to block-start (top), inline-end (right), block-end (bottom), and inline-start (left)
1039
1104
  *
1040
- * - 4 values: `block-start inline-end block-end inline-start`
1041
- * - 3 values: `block-start inline block-end`
1042
- * - 2 values: `block inline`
1043
- *
1044
- * For example:
1045
- * - `large` means block-start, inline-end, block-end and inline-start paddings are `large`.
1046
- * - `large none` means block-start and block-end paddings are `large`, inline-start and inline-end paddings are `none`.
1047
- * - `large none large` means block-start padding is `large`, inline-end padding is `none`, block-end padding is `large` and inline-start padding is `none`.
1048
- * - `large none large small` means block-start padding is `large`, inline-end padding is `none`, block-end padding is `large` and inline-start padding is `small`.
1105
+ * **Examples:** `base`, `large none`, `base large-100 base small`
1049
1106
  *
1050
- * A padding value of `auto` will use the default padding for the closest container that has had its usual padding removed.
1107
+ * Use `auto` to inherit padding from the nearest container with removed padding.
1051
1108
  *
1052
1109
  * @default 'none'
1053
1110
  */
1054
1111
  padding?: MaybeResponsive<MaybeAllValuesShorthandProperty<PaddingKeyword>>;
1055
1112
  /**
1056
- * Adjust the block-padding.
1113
+ * The block-direction padding (top and bottom in horizontal writing modes).
1114
+ *
1115
+ * Accepts a single value for both sides or two space-separated values for block-start and block-end.
1057
1116
  *
1058
- * - `large none` means block-start padding is `large`, block-end padding is `none`.
1117
+ * **Example:** `large none` applies `large` to the top and `none` to the bottom.
1059
1118
  *
1060
- * This overrides the block value of `padding`.
1119
+ * Overrides the block value from `padding`.
1061
1120
  *
1062
1121
  * @default '' - meaning no override
1063
1122
  */
1064
1123
  paddingBlock?: MaybeResponsive<MaybeTwoValuesShorthandProperty<PaddingKeyword> | "">;
1065
1124
  /**
1066
- * Adjust the block-start padding.
1125
+ * The block-start padding (top in horizontal writing modes).
1067
1126
  *
1068
- * This overrides the block-start value of `paddingBlock`.
1127
+ * Overrides the block-start value from `paddingBlock`.
1069
1128
  *
1070
1129
  * @default '' - meaning no override
1071
1130
  */
1072
1131
  paddingBlockStart?: MaybeResponsive<PaddingKeyword | "">;
1073
1132
  /**
1074
- * Adjust the block-end padding.
1133
+ * The block-end padding (bottom in horizontal writing modes).
1075
1134
  *
1076
- * This overrides the block-end value of `paddingBlock`.
1135
+ * Overrides the block-end value from `paddingBlock`.
1077
1136
  *
1078
1137
  * @default '' - meaning no override
1079
1138
  */
1080
1139
  paddingBlockEnd?: MaybeResponsive<PaddingKeyword | "">;
1081
1140
  /**
1082
- * Adjust the inline padding.
1141
+ * The inline-direction padding (left and right in horizontal writing modes).
1083
1142
  *
1084
- * - `large none` means inline-start padding is `large`, inline-end padding is `none`.
1143
+ * Accepts a single value for both sides or two space-separated values for inline-start and inline-end.
1085
1144
  *
1086
- * This overrides the inline value of `padding`.
1145
+ * **Example:** `large none` applies `large` to the left and `none` to the right.
1146
+ *
1147
+ * Overrides the inline value from `padding`.
1087
1148
  *
1088
1149
  * @default '' - meaning no override
1089
1150
  */
1090
1151
  paddingInline?: MaybeResponsive<MaybeTwoValuesShorthandProperty<PaddingKeyword> | "">;
1091
1152
  /**
1092
- * Adjust the inline-start padding.
1153
+ * The inline-start padding (left in LTR writing modes, right in RTL).
1093
1154
  *
1094
- * This overrides the inline-start value of `paddingInline`.
1155
+ * Overrides the inline-start value from `paddingInline`.
1095
1156
  *
1096
1157
  * @default '' - meaning no override
1097
1158
  */
1098
1159
  paddingInlineStart?: MaybeResponsive<PaddingKeyword | "">;
1099
1160
  /**
1100
- * Adjust the inline-end padding.
1161
+ * The inline-end padding (right in LTR writing modes, left in RTL).
1101
1162
  *
1102
- * This overrides the inline-end value of `paddingInline`.
1163
+ * Overrides the inline-end value from `paddingInline`.
1103
1164
  *
1104
1165
  * @default '' - meaning no override
1105
1166
  */
1106
1167
  paddingInlineEnd?: MaybeResponsive<PaddingKeyword | "">;
1107
1168
  }
1169
+ /**
1170
+ * Represents size values in pixels, percentages, or zero.
1171
+ *
1172
+ * - `` `${number}px` ``: Absolute size in pixels for fixed dimensions (such as `100px`, `24px`).
1173
+ * - `` `${number}%` ``: Relative size as a percentage of the parent container (such as `50%`, `100%`).
1174
+ * - `0`: Zero size, equivalent to no dimension.
1175
+ * @publicDocs
1176
+ */
1108
1177
  export type SizeUnits = `${number}px` | `${number}%` | `0`;
1178
+ /**
1179
+ * Represents size values that can also be set to `auto` for automatic sizing.
1180
+ *
1181
+ * - `SizeUnits`: Specific size values in pixels, percentages, or zero for precise control.
1182
+ * - `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).
1183
+ * @publicDocs
1184
+ */
1109
1185
  export type SizeUnitsOrAuto = SizeUnits | "auto";
1186
+ /**
1187
+ * Represents size values that can also be set to `none` to remove the size constraint.
1188
+ *
1189
+ * - `SizeUnits`: Specific size values in pixels, percentages, or zero for precise control.
1190
+ * - `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).
1191
+ * @publicDocs
1192
+ */
1110
1193
  export type SizeUnitsOrNone = SizeUnits | "none";
1194
+ /** @publicDocs */
1111
1195
  export interface SizingProps {
1112
1196
  /**
1113
- * Adjust the block size.
1197
+ * The block size of the element (height in horizontal writing modes). Learn more about the [block-size property](https://developer.mozilla.org/en-US/docs/Web/CSS/block-size).
1114
1198
  *
1115
- * @see https://developer.mozilla.org/en-US/docs/Web/CSS/block-size
1199
+ * - `SizeUnits`: Specific size values in pixels, percentages, or zero for precise control.
1200
+ * - `auto`: Automatically sizes based on content and layout constraints.
1116
1201
  *
1117
1202
  * @default 'auto'
1118
1203
  */
1119
1204
  blockSize?: MaybeResponsive<SizeUnitsOrAuto>;
1120
1205
  /**
1121
- * Adjust the minimum block size.
1122
- *
1123
- * @see https://developer.mozilla.org/en-US/docs/Web/CSS/min-block-size
1206
+ * The minimum block size of the element (minimum height in horizontal writing modes). Learn more about the [min-block-size property](https://developer.mozilla.org/en-US/docs/Web/CSS/min-block-size).
1124
1207
  *
1125
1208
  * @default '0'
1126
1209
  */
1127
1210
  minBlockSize?: MaybeResponsive<SizeUnits>;
1128
1211
  /**
1129
- * Adjust the maximum block size.
1130
- *
1131
- * @see https://developer.mozilla.org/en-US/docs/Web/CSS/max-block-size
1212
+ * The maximum block size of the element (maximum height in horizontal writing modes). Learn more about the [max-block-size property](https://developer.mozilla.org/en-US/docs/Web/CSS/max-block-size).
1132
1213
  *
1133
1214
  * @default 'none'
1134
1215
  */
1135
1216
  maxBlockSize?: MaybeResponsive<SizeUnitsOrNone>;
1136
1217
  /**
1137
- * Adjust the inline size.
1218
+ * The inline size of the element (width in horizontal writing modes). Learn more about the [inline-size property](https://developer.mozilla.org/en-US/docs/Web/CSS/inline-size).
1138
1219
  *
1139
- * @see https://developer.mozilla.org/en-US/docs/Web/CSS/inline-size
1220
+ * - `SizeUnits`: Specific size values in pixels, percentages, or zero for precise control.
1221
+ * - `auto`: Automatically sizes based on content and layout constraints.
1140
1222
  *
1141
1223
  * @default 'auto'
1142
1224
  */
1143
1225
  inlineSize?: MaybeResponsive<SizeUnitsOrAuto>;
1144
1226
  /**
1145
- * Adjust the minimum inline size.
1146
- *
1147
- * @see https://developer.mozilla.org/en-US/docs/Web/CSS/min-inline-size
1227
+ * The minimum inline size of the element (minimum width in horizontal writing modes). Learn more about the [min-inline-size property](https://developer.mozilla.org/en-US/docs/Web/CSS/min-inline-size).
1148
1228
  *
1149
1229
  * @default '0'
1150
1230
  */
1151
1231
  minInlineSize?: MaybeResponsive<SizeUnits>;
1152
1232
  /**
1153
- * Adjust the maximum inline size.
1154
- *
1155
- * @see https://developer.mozilla.org/en-US/docs/Web/CSS/max-inline-size
1233
+ * The maximum inline size of the element (maximum width in horizontal writing modes). Learn more about the [max-inline-size property](https://developer.mozilla.org/en-US/docs/Web/CSS/max-inline-size).
1156
1234
  *
1157
1235
  * @default 'none'
1158
1236
  */
1159
1237
  maxInlineSize?: MaybeResponsive<SizeUnitsOrNone>;
1160
1238
  }
1239
+ /**
1240
+ * The visual style of a border. Learn more about [border-style](https://developer.mozilla.org/en-US/docs/Web/CSS/border-style).
1241
+ *
1242
+ * - `"none"`: No border is rendered.
1243
+ * - `"solid"`: A single continuous line.
1244
+ * - `"dashed"`: A series of short dashes.
1245
+ * - `"dotted"`: A series of round dots.
1246
+ * - `"auto"`: The border style is determined automatically based on the surface's design system.
1247
+ * @publicDocs
1248
+ */
1161
1249
  export type BorderStyleKeyword = "none" | "solid" | "dashed" | "dotted" | "auto";
1250
+ /**
1251
+ * Defines the width of borders, using the standard size scale or `none` for no border.
1252
+ *
1253
+ * - `SizeKeyword`: Standard border widths from the size scale for consistent thickness.
1254
+ * - `none`: No border width (removes the border).
1255
+ * @publicDocs
1256
+ */
1162
1257
  export type BorderSizeKeyword = SizeKeyword | "none";
1258
+ /**
1259
+ * The corner radius of a border, using the design system's `SizeKeyword` scale with additional options:
1260
+ *
1261
+ * - `"max"`: The maximum possible radius, creating a pill or circular shape.
1262
+ * - `"none"`: No rounding — corners are sharp (0 radius).
1263
+ * @publicDocs
1264
+ */
1163
1265
  export type BorderRadiusKeyword = SizeKeyword | "max" | "none";
1164
1266
  /**
1165
1267
  * Represents a shorthand for defining a border. It can be a combination of size, optionally followed by color, optionally followed by style.
1268
+ * @publicDocs
1166
1269
  */
1167
1270
  export type BorderShorthand = BorderSizeKeyword | `${BorderSizeKeyword} ${ColorKeyword}` | `${BorderSizeKeyword} ${ColorKeyword} ${BorderStyleKeyword}`;
1271
+ /** @publicDocs */
1168
1272
  export interface BorderProps {
1169
1273
  /**
1170
- * Set the border via the shorthand property.
1171
- *
1172
- * This can be a size, optionally followed by a color, optionally followed by a style.
1173
- *
1174
- * If the color is not specified, it will be `base`.
1274
+ * Applies a border using shorthand syntax to specify width, color, and style in a single property.
1175
1275
  *
1176
- * If the style is not specified, it will be `auto`.
1276
+ * Accepts a size value, optionally followed by a color, optionally followed by a style.
1277
+ * Omitted values use defaults: color defaults to `base`, style defaults to `auto`.
1177
1278
  *
1178
- * Values can be overridden by `borderWidth`, `borderStyle`, and `borderColor`.
1279
+ * Individual properties (`borderWidth`, `borderStyle`, `borderColor`) can override values set here.
1179
1280
  *
1180
1281
  * @example
1181
1282
  * // The following are equivalent:
@@ -1186,82 +1287,72 @@ export interface BorderProps {
1186
1287
  */
1187
1288
  border?: BorderShorthand;
1188
1289
  /**
1189
- * Set the width of the border.
1190
- *
1191
- * If set, it takes precedence over the `border` property's width.
1192
- *
1193
- * Like CSS, up to 4 values can be specified.
1194
- *
1195
- * If one value is specified, it applies to all sides.
1290
+ * Controls the thickness of the border on all sides. When set, this overrides the width value specified in the `border` property.
1196
1291
  *
1197
- * If two values are specified, they apply to the block sides and inline sides respectively.
1198
- *
1199
- * If three values are specified, they apply to the block-start, both inline sides, and block-end respectively.
1200
- *
1201
- * If four values are specified, they apply to the block-start, block-end, inline-start, and inline-end sides respectively.
1292
+ * Supports [1-to-4-value syntax](https://developer.mozilla.org/en-US/docs/Web/CSS/Shorthand_properties#edges_of_a_box) for specifying different widths per side:
1293
+ * - One value: applies to all sides
1294
+ * - Two values: applies to block sides (top/bottom) and inline sides (left/right) respectively
1295
+ * - Three values: applies to block-start (top), inline sides (left/right), and block-end (bottom) respectively
1296
+ * - Four values: applies to block-start (top), inline-end (right), block-end (bottom), and inline-start (left) respectively
1202
1297
  *
1203
1298
  * @default '' - meaning no override
1204
1299
  */
1205
1300
  borderWidth?: MaybeAllValuesShorthandProperty<BorderSizeKeyword> | "";
1206
1301
  /**
1207
- * Set the style of the border.
1208
- *
1209
- * If set, it takes precedence over the `border` property's style.
1210
- *
1211
- * Like CSS, up to 4 values can be specified.
1302
+ * Controls the visual style of the border on all sides, such as solid, dashed, or dotted.
1212
1303
  *
1213
- * If one value is specified, it applies to all sides.
1304
+ * When set, this overrides the style value specified in the `border` property.
1214
1305
  *
1215
- * If two values are specified, they apply to the block sides and inline sides respectively.
1216
- *
1217
- * If three values are specified, they apply to the block-start, both inline sides, and block-end respectively.
1218
- *
1219
- * If four values are specified, they apply to the block-start, block-end, inline-start, and inline-end sides respectively.
1306
+ * Supports [1-to-4-value syntax](https://developer.mozilla.org/en-US/docs/Web/CSS/Shorthand_properties#edges_of_a_box) for specifying different styles per side:
1307
+ * - One value: applies to all sides
1308
+ * - Two values: applies to block sides (top/bottom) and inline sides (left/right) respectively
1309
+ * - Three values: applies to block-start (top), inline sides (left/right), and block-end (bottom) respectively
1310
+ * - Four values: applies to block-start (top), inline-end (right), block-end (bottom), and inline-start (left) respectively
1220
1311
  *
1221
1312
  * @default '' - meaning no override
1222
1313
  */
1223
1314
  borderStyle?: MaybeAllValuesShorthandProperty<BorderStyleKeyword> | "";
1224
1315
  /**
1225
- * Set the color of the border.
1316
+ * Controls the color of the border using the design system's color scale.
1226
1317
  *
1227
- * If set, it takes precedence over the `border` property's color.
1318
+ * When set, this overrides the color value specified in the `border` property.
1319
+ * Choose from `subdued`, `base`, or `strong` to match the visual emphasis needed.
1228
1320
  *
1229
1321
  * @default '' - meaning no override
1230
1322
  */
1231
1323
  borderColor?: ColorKeyword | "";
1232
1324
  /**
1233
- * Set the radius of the border.
1234
- *
1235
- * [1-to-4-value syntax](https://developer.mozilla.org/en-US/docs/Web/CSS/Shorthand_properties#edges_of_a_box) is
1236
- * supported. Note that, contrary to the CSS, it uses flow-relative values and the order is:
1325
+ * Controls the roundedness of the element's corners using the design system's radius scale.
1237
1326
  *
1238
- * - 4 values: `start-start start-end end-end end-start`
1239
- * - 3 values: `start-start (start-end & end-start) start-end`
1240
- * - 2 values: `(start-start & end-end) (start-end & end-start)`
1327
+ * Supports [1-to-4-value syntax](https://developer.mozilla.org/en-US/docs/Web/CSS/Shorthand_properties#edges_of_a_box) using flow-relative values:
1328
+ * - One value: applies to all corners
1329
+ * - Two values: applies to start corners (top-left & bottom-right) and end corners (top-right & bottom-left) respectively
1330
+ * - Three values: applies to start-start (top-left), end corners (top-right & bottom-left), and end-end (bottom-right) respectively
1331
+ * - Four values: applies to start-start (top-left), start-end (top-right), end-end (bottom-right), and end-start (bottom-left) respectively
1241
1332
  *
1242
- * For example:
1243
- * - `small-100` means start-start, start-end, end-end and end-start border radii are `small-100`.
1244
- * - `small-100 none` means start-start and end-end border radii are `small-100`, start-end and end-start border radii are `none`.
1245
- * - `small-100 none large-100` means start-start border radius is `small-100`, start-end border radius is `none`, end-end border radius is `large-100` and end-start border radius is `none`.
1246
- * - `small-100 none large-100 small-100` means start-start border radius is `small-100`, start-end border radius is `none`, end-end border radius is `large-100` and end-start border radius is `small-100`.
1333
+ * Examples:
1334
+ * - `small-100`: All corners have `small-100` radius
1335
+ * - `small-100 none`: Top-left and bottom-right are `small-100`, top-right and bottom-left are `none`
1336
+ * - `small-100 none large-100`: Top-left is `small-100`, top-right and bottom-left are `none`, bottom-right is `large-100`
1337
+ * - `small-100 none large-100 base`: Each corner has its specified radius value
1247
1338
  *
1248
1339
  * @defaultValue 'none'
1249
1340
  */
1250
1341
  borderRadius?: MaybeAllValuesShorthandProperty<BorderRadiusKeyword>;
1251
1342
  }
1343
+ /** @publicDocs */
1252
1344
  export interface OverflowProps {
1253
1345
  /**
1254
1346
  * Sets the overflow behavior of the element.
1255
1347
  *
1256
- * - `hidden`: clips the content when it is larger than the element’s container.
1257
- * The element will not be scrollable and the users will not be able
1258
- * to access the clipped content by dragging or using a scroll wheel on a mouse.
1259
- * - `visible`: the content that extends beyond the element’s container is visible.
1348
+ * - `visible`: The content that extends beyond the element’s container is visible.
1349
+ * - `hidden`: Clips the content when it is larger than the element’s container. The element will not be scrollable and users will not be able to access the clipped content by dragging or using a scroll wheel on a mouse.
1260
1350
  *
1261
1351
  * @default 'visible'
1262
1352
  */
1263
1353
  overflow?: "hidden" | "visible";
1264
1354
  }
1355
+ /** @publicDocs */
1265
1356
  export interface BaseBoxProps extends AccessibilityVisibilityProps, BackgroundProps, DisplayProps, SizingProps, PaddingProps, BorderProps, OverflowProps {
1266
1357
  /**
1267
1358
  * The content of the Box.
@@ -1275,17 +1366,19 @@ export interface BaseBoxProps extends AccessibilityVisibilityProps, BackgroundPr
1275
1366
  */
1276
1367
  accessibilityLabel?: string;
1277
1368
  }
1369
+ /** @publicDocs */
1278
1370
  export interface BaseBoxPropsWithRole extends BaseBoxProps, AccessibilityRoleProps {
1279
1371
  }
1280
1372
  interface BoxProps$1 extends BaseBoxPropsWithRole, GlobalProps {
1281
1373
  }
1374
+ /** @publicDocs */
1282
1375
  export interface ButtonBehaviorProps extends InteractionProps, FocusEventProps {
1283
1376
  /**
1284
- * The behavior of the Button.
1377
+ * The behavioral type of the button component, which determines what action it performs when activated.
1285
1378
  *
1286
- * - `submit`: Used to indicate the component acts as a submit button, meaning it submits the closest form.
1287
- * - `button`: Used to indicate the component acts as a button, meaning it has no default action.
1288
- * - `reset`: Used to indicate the component acts as a reset button, meaning it resets the closest form (returning fields to their default values).
1379
+ * - `submit`: Submits the closest form.
1380
+ * - `button`: Performs no default action when activated.
1381
+ * - `reset`: Resets the closest form (returning fields to their default values).
1289
1382
  *
1290
1383
  * This property is ignored if the component supports `href` or `commandFor`/`command` and one of them is set.
1291
1384
  *
@@ -1293,30 +1386,28 @@ export interface ButtonBehaviorProps extends InteractionProps, FocusEventProps {
1293
1386
  */
1294
1387
  type?: "submit" | "button" | "reset";
1295
1388
  /**
1296
- * Callback when the Button is activated.
1297
- * This will be called before the action indicated by `type`.
1298
- *
1299
- * @see https://developer.mozilla.org/en-US/docs/Web/API/Element/click_event
1389
+ * 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).
1300
1390
  */
1301
1391
  onClick?: (event: Event) => void;
1302
1392
  /**
1303
- * Disables the Button meaning it cannot be clicked or receive focus.
1393
+ * Whether the button is disabled, preventing it from being clicked or receiving focus.
1304
1394
  *
1305
1395
  * @default false
1306
1396
  */
1307
1397
  disabled?: boolean;
1308
1398
  /**
1309
- * Replaces content with a loading indicator while a background action is being performed.
1399
+ * Whether the button is in a loading state, which replaces the button content with a loading indicator while a background action is being performed.
1310
1400
  *
1311
- * This also disables the Button.
1401
+ * This also disables the button.
1312
1402
  *
1313
1403
  * @default false
1314
1404
  */
1315
1405
  loading?: boolean;
1316
1406
  }
1407
+ /** @publicDocs */
1317
1408
  export interface LinkBehaviorProps extends InteractionProps, FocusEventProps {
1318
1409
  /**
1319
- * The URL to link to.
1410
+ * The URL to navigate to when clicked. The `click` event fires first, then navigation occurs.
1320
1411
  *
1321
1412
  * - If set, it will navigate to the location specified by `href` after executing the `click` event.
1322
1413
  * - If a `commandFor` is set, the `command` will be executed instead of the navigation.
@@ -1327,7 +1418,8 @@ export interface LinkBehaviorProps extends InteractionProps, FocusEventProps {
1327
1418
  *
1328
1419
  * @see https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#target
1329
1420
  *
1330
- * 'auto': The target is automatically determined based on the origin of the URL.
1421
+ * - `auto`: Opens the URL using a target automatically determined based on the origin of the URL.
1422
+ * - `_blank`: Opens the URL in a new browsing context.
1331
1423
  *
1332
1424
  * @implementation Surfaces can set specific rules on how they handle each URL.
1333
1425
  * @implementation It’s expected that the behavior of `auto` is as `_self` except in specific cases.
@@ -1343,115 +1435,117 @@ export interface LinkBehaviorProps extends InteractionProps, FocusEventProps {
1343
1435
  */
1344
1436
  download?: string;
1345
1437
  /**
1346
- * Callback when the link is activated.
1347
- * This will be called before navigating to the location specified by `href`.
1348
- *
1349
- * @see https://developer.mozilla.org/en-US/docs/Web/API/Element/click_event
1438
+ * 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).
1350
1439
  */
1351
1440
  onClick?: (event: Event) => void;
1352
1441
  }
1442
+ /** @publicDocs */
1353
1443
  export interface InteractionProps {
1354
1444
  /**
1355
- * ID of a component that should respond to activations (e.g. clicks) on this component.
1445
+ * 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).
1356
1446
  *
1357
- * See `command` for how to control the behavior of the target.
1358
- *
1359
- * @see https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button#commandfor
1447
+ * When both `commandFor` and `href` are set, `commandFor` takes precedence. The command runs and the link doesn't navigate.
1360
1448
  */
1361
1449
  commandFor?: string;
1362
1450
  /**
1363
- * Sets the action the `commandFor` should take when this clickable is activated.
1451
+ * Sets the action the `commandFor` target should take when this component is activated.
1364
1452
  *
1365
- * See the documentation of particular components for the actions they support.
1453
+ * - `--auto`: Performs the default action for the target component.
1454
+ * - `--show`: Displays the target component.
1455
+ * - `--hide`: Conceals the target component.
1456
+ * - `--toggle`: Alternates the target component.
1457
+ * - `--copy`: Copies the target ClipboardItem.
1366
1458
  *
1367
- * - `--auto`: a default action for the target component.
1368
- * - `--show`: shows the target component.
1369
- * - `--hide`: hides the target component.
1370
- * - `--toggle`: toggles the target component.
1371
- * - `--copy`: copies the target ClipboardItem.
1459
+ * Learn more about the [`command` attribute](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button#command).
1372
1460
  *
1373
1461
  * @default '--auto'
1374
- *
1375
- * @see https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button#command
1376
1462
  */
1377
1463
  command?: "--auto" | "--show" | "--hide" | "--toggle" | "--copy";
1378
1464
  /**
1379
- * ID of a component that should respond to interest (e.g. hover and focus) on this component.
1465
+ * The ID of the component to show when users hover over or focus on this component. Pair with a target component that supports interest-based interactions. Learn more about the [interestFor attribute](https://open-ui.org/components/interest-invokers.explainer/#the-pitch-in-code).
1380
1466
  */
1381
1467
  interestFor?: string;
1382
1468
  }
1469
+ /** @publicDocs */
1383
1470
  export interface BaseClickableProps extends ButtonBehaviorProps, LinkBehaviorProps {
1384
1471
  }
1385
1472
  interface ButtonProps$1 extends GlobalProps, BaseClickableProps {
1386
1473
  /**
1387
- * A label that describes the purpose or contents of the Button. It will be read to users using assistive technologies such as screen readers.
1388
- *
1389
- * Use this when using only an icon or the Button text is not enough context
1390
- * for users using assistive technologies.
1474
+ * 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.
1391
1475
  */
1392
1476
  accessibilityLabel?: string;
1393
1477
  /**
1394
- * The content of the Button.
1478
+ * The content displayed within the button component.
1395
1479
  */
1396
1480
  children?: ComponentChildren;
1397
1481
  /**
1398
- * The type of icon to be displayed in the Button.
1482
+ * An icon displayed inside the button, typically positioned before the button text.
1399
1483
  *
1400
1484
  * @default ''
1401
1485
  */
1402
1486
  icon?: IconType | AnyString;
1403
1487
  /**
1404
- * The displayed inline width of the Button.
1488
+ * The inline width of the button component.
1405
1489
  *
1406
- * - `auto`: the size of the button depends on the surface and context.
1407
- * - `fill`: the button will takes up 100% of the available inline size.
1408
- * - `fit-content`: the button will take up the minimum inline-size required to fit its content.
1490
+ * - `auto`: The size depends on the surface and context.
1491
+ * - `fill`: The button takes up 100% of the available inline size.
1492
+ * - `fit-content`: The button takes up the minimum inline-size required to fit its content.
1409
1493
  *
1410
1494
  * @default 'auto'
1411
1495
  */
1412
1496
  inlineSize?: "auto" | "fill" | "fit-content";
1413
1497
  /**
1414
- * Changes the visual appearance of the Button.
1498
+ * The visual style variant of the button component, which controls its prominence and emphasis.
1499
+ *
1500
+ * - `'auto'`: Automatically determined by the button's context.
1501
+ * - `'primary'`: High-emphasis style for the main action.
1502
+ * - `'secondary'`: Medium-emphasis style for supporting actions.
1503
+ * - `'tertiary'`: Low-emphasis style for less prominent actions.
1415
1504
  *
1416
- * @default 'auto' - the variant is automatically determined by the Button's context
1505
+ * @default 'auto'
1417
1506
  */
1418
1507
  variant?: "auto" | "primary" | "secondary" | "tertiary";
1419
1508
  /**
1420
- * Sets the tone of the Button based on the intention of the information being conveyed.
1509
+ * The semantic meaning and color treatment of the button.
1510
+ *
1511
+ * - `'auto'`: Automatically determined based on context.
1512
+ * - `'neutral'`: General information without specific intent.
1513
+ * - `'critical'`: Urgent problems or destructive actions.
1421
1514
  *
1422
1515
  * @default 'auto'
1423
1516
  */
1424
1517
  tone?: ToneKeyword;
1425
1518
  /**
1426
- * Indicate the text language. Useful when the text is in a different language than the rest of the page.
1427
- * It will allow assistive technologies such as screen readers to invoke the correct pronunciation.
1428
- * [Reference of values](https://www.iana.org/assignments/language-subtag-registry/language-subtag-registry) ("subtag" label)
1519
+ * 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.
1520
+ * [Reference of values](https://www.iana.org/assignments/language-subtag-registry/language-subtag-registry) (`Subtag` label)
1429
1521
  */
1430
1522
  lang?: string;
1431
1523
  }
1524
+ /** @publicDocs */
1432
1525
  export interface BaseInputProps {
1433
1526
  /**
1434
- * An identifier for the field that is unique within the nearest containing form.
1527
+ * The name attribute for the field, used to identify the field's value when the form is submitted. Must be unique within the nearest containing form.
1435
1528
  */
1436
1529
  name?: string;
1437
1530
  /**
1438
- * Disables the field, disallowing any interaction.
1531
+ * Whether the field is disabled, preventing any user interaction.
1439
1532
  *
1440
1533
  * @default false
1441
1534
  */
1442
1535
  disabled?: boolean;
1443
1536
  }
1537
+ /** @publicDocs */
1444
1538
  export interface InputProps extends BaseInputProps {
1445
1539
  /**
1446
- * Callback when the user has **finished editing** a field, e.g. once they have blurred the field.
1540
+ * A callback fired when the user has **finished editing** a field, such as when they blur the field or press Enter.
1447
1541
  *
1448
1542
  * @see https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/change_event
1449
1543
  */
1450
1544
  onChange?: (event: Event) => void;
1451
1545
  /**
1452
- * Callback when the user makes any changes in the field.
1546
+ * A callback fired when the user makes any changes in the field, such as typing a character.
1453
1547
  *
1454
- * @see https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/input_event
1548
+ * Learn more about the [input event](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/input_event).
1455
1549
  */
1456
1550
  onInput?: (event: Event) => void;
1457
1551
  /**
@@ -1459,39 +1553,43 @@ export interface InputProps extends BaseInputProps {
1459
1553
  */
1460
1554
  value?: string;
1461
1555
  /**
1462
- * The default value for the field.
1556
+ * The initial value of the field when it first loads. Unlike `placeholder`, this is a real value that the user can edit and that gets submitted with the form. Once the user starts typing, their input replaces this value.
1463
1557
  *
1464
1558
  * @implementation `defaultValue` reflects to the `value` attribute.
1465
1559
  */
1466
1560
  defaultValue?: string;
1467
1561
  }
1562
+ /** @publicDocs */
1468
1563
  export interface MultipleInputProps extends BaseInputProps {
1469
1564
  /**
1470
- * Callback when the user has selected option(s).
1565
+ * A callback fired when the user has selected one or more options.
1471
1566
  *
1472
- * @see https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/change_event
1567
+ * Learn more about the [change event](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/change_event).
1473
1568
  */
1474
1569
  onChange?: (event: Event) => void;
1475
1570
  /**
1476
- * Callback when the user has selected option(s).
1571
+ * A callback fired when the user selects or deselects options.
1477
1572
  *
1478
- * @see https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/input_event
1573
+ * Learn more about the [input event](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/input_event).
1479
1574
  */
1480
1575
  onInput?: (event: Event) => void;
1481
1576
  /**
1482
- * An array of the `value`s of the selected options.
1577
+ * An array of `value` attributes for the currently selected options.
1483
1578
  *
1484
1579
  * This is a convenience prop for setting the `selected` prop on child options.
1580
+ *
1581
+ * Form data captures the selected value strings only. Complex nested content inside choices is for display purposes and isn't included in form submissions.
1485
1582
  */
1486
1583
  values?: string[];
1487
1584
  }
1585
+ /** @publicDocs */
1488
1586
  export interface FileInputProps extends BaseInputProps {
1489
1587
  /**
1490
- * Callback when the user has **finished selecting** a file or files.
1588
+ * A callback fired when the user has finished selecting one or more files.
1491
1589
  */
1492
1590
  onChange?: (event: Event) => void;
1493
1591
  /**
1494
- * Callback when the user makes any changes in the file selection.
1592
+ * A callback fired when the user makes any changes to the file selection.
1495
1593
  */
1496
1594
  onInput?: (event: Event) => void;
1497
1595
  /**
@@ -1514,13 +1612,14 @@ export interface FileInputProps extends BaseInputProps {
1514
1612
  */
1515
1613
  files?: readonly File[];
1516
1614
  }
1615
+ /** @publicDocs */
1517
1616
  export interface FieldErrorProps {
1518
1617
  /**
1519
- * Indicate an error to the user. The field will be given a specific stylistic treatment
1520
- * to communicate problems that have to be resolved immediately.
1618
+ * An error message displayed below the field to indicate validation problems. When set, the field is styled with error indicators and the message is announced to screen readers.
1521
1619
  */
1522
1620
  error?: string;
1523
1621
  }
1622
+ /** @publicDocs */
1524
1623
  export interface BasicFieldProps extends FieldErrorProps, LabelAccessibilityVisibilityProps {
1525
1624
  /**
1526
1625
  * Whether the field needs a value. This requirement adds semantic value
@@ -1532,10 +1631,11 @@ export interface BasicFieldProps extends FieldErrorProps, LabelAccessibilityVisi
1532
1631
  */
1533
1632
  required?: boolean;
1534
1633
  /**
1535
- * Content to use as the field label.
1634
+ * The text displayed as the field label, which identifies the purpose of the field to users. This label is associated with the field for accessibility and helps users understand what information to provide.
1536
1635
  */
1537
1636
  label?: string;
1538
1637
  }
1638
+ /** @publicDocs */
1539
1639
  export interface FieldDetailsProps {
1540
1640
  /**
1541
1641
  * Additional text to provide context or guidance for the field.
@@ -1546,27 +1646,30 @@ export interface FieldDetailsProps {
1546
1646
  */
1547
1647
  details?: string;
1548
1648
  }
1649
+ /** @publicDocs */
1549
1650
  export interface FieldProps extends BasicFieldProps, InputProps, FocusEventProps, FieldDetailsProps {
1550
1651
  /**
1551
- * A short hint that describes the expected value of the field.
1652
+ * The placeholder text displayed in the field when it's empty, providing a hint about the expected input format or value.
1552
1653
  */
1553
1654
  placeholder?: string;
1554
1655
  }
1656
+ /** @publicDocs */
1555
1657
  export interface BaseTextFieldProps extends FieldProps {
1556
1658
  /**
1557
- * The field cannot be edited by the user. It is focusable will be announced by screen readers.
1659
+ * Whether the field is read-only and can't be edited. Read-only fields remain focusable and their content is announced by screen readers.
1558
1660
  *
1559
1661
  * @default false
1560
1662
  */
1561
1663
  readOnly?: boolean;
1562
1664
  }
1665
+ /** @publicDocs */
1563
1666
  export interface FieldDecorationProps {
1564
1667
  /**
1565
1668
  * A value to be displayed immediately after the editable portion of the field.
1566
1669
  *
1567
1670
  * This is useful for displaying an implied part of the value, such as "@shopify.com", or "%".
1568
1671
  *
1569
- * This cannot be edited by the user, and it isn't included in the value of the field.
1672
+ * This can't be edited by the user, and it isn't included in the value of the field.
1570
1673
  *
1571
1674
  * It may not be displayed until the user has interacted with the input.
1572
1675
  * For example, an inline label may take the place of the suffix until the user focuses the input.
@@ -1579,7 +1682,7 @@ export interface FieldDecorationProps {
1579
1682
  *
1580
1683
  * This is useful for displaying an implied part of the value, such as "https://" or "+353".
1581
1684
  *
1582
- * This cannot be edited by the user, and it isn't included in the value of the field.
1685
+ * This can't be edited by the user, and it isn't included in the value of the field.
1583
1686
  *
1584
1687
  * It may not be displayed until the user has interacted with the input.
1585
1688
  * For example, an inline label may take the place of the prefix until the user focuses the input.
@@ -1599,6 +1702,7 @@ export interface FieldDecorationProps {
1599
1702
  */
1600
1703
  accessory?: ComponentChildren;
1601
1704
  }
1705
+ /** @publicDocs */
1602
1706
  export interface NumberConstraintsProps {
1603
1707
  /**
1604
1708
  * The highest decimal or integer to be accepted for the field.
@@ -1641,6 +1745,7 @@ export interface NumberConstraintsProps {
1641
1745
  */
1642
1746
  controls?: "auto" | "stepper" | "none";
1643
1747
  }
1748
+ /** @publicDocs */
1644
1749
  export interface MinMaxLengthProps {
1645
1750
  /**
1646
1751
  * Specifies the maximum number of characters allowed.
@@ -1649,12 +1754,13 @@ export interface MinMaxLengthProps {
1649
1754
  */
1650
1755
  maxLength?: number;
1651
1756
  /**
1652
- * Specifies the min number of characters allowed.
1757
+ * Specifies the minimum number of characters allowed.
1653
1758
  *
1654
1759
  * @default 0
1655
1760
  */
1656
1761
  minLength?: number;
1657
1762
  }
1763
+ /** @publicDocs */
1658
1764
  export interface BaseSelectableProps {
1659
1765
  /**
1660
1766
  * A label used for users using assistive technologies like screen readers. When set, any children or `label` supplied will not be announced.
@@ -1662,7 +1768,7 @@ export interface BaseSelectableProps {
1662
1768
  */
1663
1769
  accessibilityLabel?: string;
1664
1770
  /**
1665
- * Disables the control, disallowing any interaction.
1771
+ * Whether the control is disabled, preventing any user interaction.
1666
1772
  *
1667
1773
  * @default false
1668
1774
  */
@@ -1672,15 +1778,16 @@ export interface BaseSelectableProps {
1672
1778
  */
1673
1779
  value?: string;
1674
1780
  }
1781
+ /** @publicDocs */
1675
1782
  export interface BaseOptionProps extends BaseSelectableProps {
1676
1783
  /**
1677
- * Whether the control is active.
1784
+ * Whether the control is currently selected.
1678
1785
  *
1679
1786
  * @default false
1680
1787
  */
1681
1788
  selected?: boolean;
1682
1789
  /**
1683
- * Whether the control is active by default.
1790
+ * Whether the control is selected by default.
1684
1791
  *
1685
1792
  * @implementation `defaultSelected` reflects to the `selected` attribute.
1686
1793
  *
@@ -1688,19 +1795,20 @@ export interface BaseOptionProps extends BaseSelectableProps {
1688
1795
  */
1689
1796
  defaultSelected?: boolean;
1690
1797
  }
1798
+ /** @publicDocs */
1691
1799
  export interface BaseCheckableProps extends BaseSelectableProps, InteractionProps {
1692
1800
  /**
1693
- * Visual content to use as the control label.
1801
+ * The text displayed as the control label, which identifies the purpose of the control to users. This label is associated with the control for accessibility.
1694
1802
  */
1695
1803
  label?: string;
1696
1804
  /**
1697
- * Whether the control is active.
1805
+ * Whether the control is currently checked.
1698
1806
  *
1699
1807
  * @default false
1700
1808
  */
1701
1809
  checked?: boolean;
1702
1810
  /**
1703
- * Whether the control is active by default.
1811
+ * Whether the control is checked by default.
1704
1812
  *
1705
1813
  * @implementation `defaultChecked` reflects to the `checked` attribute.
1706
1814
  *
@@ -1708,8 +1816,7 @@ export interface BaseCheckableProps extends BaseSelectableProps, InteractionProp
1708
1816
  */
1709
1817
  defaultChecked?: boolean;
1710
1818
  /**
1711
- * An identifier for the control that is unique within the nearest
1712
- * containing `Form` component.
1819
+ * The name attribute for the control, used to identify its value when the form is submitted. Must be unique within the nearest containing form.
1713
1820
  */
1714
1821
  name?: string;
1715
1822
  /**
@@ -1755,27 +1862,34 @@ interface CheckboxProps$1 extends GlobalProps, BaseCheckableProps, FieldErrorPro
1755
1862
  * If you want to present an error when this field is empty, you can do
1756
1863
  * so with the `error` property.
1757
1864
  *
1865
+ * Adds semantic meaning for accessibility. Doesn't trigger automatic validation or display an error. Implement validation logic yourself and use the `error` prop to show results.
1866
+ *
1758
1867
  * @default false
1759
1868
  */
1760
1869
  required?: boolean;
1761
1870
  }
1871
+ /** @publicDocs */
1762
1872
  export interface ChipProps$1 {
1763
1873
  /**
1764
- * The content of the chip.
1874
+ * The text content displayed within the chip.
1765
1875
  */
1766
1876
  children?: ComponentChildren;
1767
1877
  /**
1768
- * The graphic to display inside of the chip.
1878
+ * The graphic element (typically an icon) displayed inside the chip.
1769
1879
  *
1770
1880
  * @implementation Only `s-icon` is supported.
1771
1881
  */
1772
1882
  graphic?: ComponentChildren;
1773
1883
  /**
1774
- * A label that describes the purpose or contents of the Chip. It will be read to users using assistive technologies such as screen readers.
1884
+ * A label that describes the purpose or content of the component for assistive technologies like screen readers. Use this to provide additional context when the visible content alone doesn't clearly convey the component's purpose.
1775
1885
  */
1776
1886
  accessibilityLabel?: string;
1777
1887
  /**
1778
- * Modify the color to be more or less intense.
1888
+ * The color emphasis level that controls visual intensity.
1889
+ *
1890
+ * - `subdued`: Deemphasized color for secondary text, supporting labels, and less critical interface elements.
1891
+ * - `base`: Primary color for body text, standard UI elements, and general content with good readability.
1892
+ * - `strong`: Emphasized color for headings, key labels, and interactive elements that need prominence.
1779
1893
  *
1780
1894
  * @default 'base'
1781
1895
  */
@@ -1806,13 +1920,13 @@ interface ChoiceProps$1 extends GlobalProps, BaseOptionProps {
1806
1920
  */
1807
1921
  details?: ComponentChildren;
1808
1922
  /**
1809
- * Set to `true` to associate a choice with the error passed to `ChoiceList`
1923
+ * Whether this choice is associated with the error state of the parent choice list. When `true`, the choice is visually marked as having an error.
1810
1924
  *
1811
1925
  * @default false
1812
1926
  */
1813
1927
  error?: boolean;
1814
1928
  /**
1815
- * Secondary content for a choice.
1929
+ * Additional text or elements displayed below the choice label, providing extra context or detail to help users make a selection.
1816
1930
  */
1817
1931
  secondaryContent?: ComponentChildren;
1818
1932
  /**
@@ -1836,7 +1950,7 @@ interface ChoiceListProps$1 extends GlobalProps, Pick<BasicFieldProps, "label" |
1836
1950
  */
1837
1951
  children?: ComponentChildren;
1838
1952
  /**
1839
- * Disables the field, disallowing any interaction.
1953
+ * Whether the field is disabled, preventing any user interaction.
1840
1954
  *
1841
1955
  * `disabled` on any child choices is ignored when this is true.
1842
1956
  *
@@ -1852,6 +1966,8 @@ interface ChoiceListProps$1 extends GlobalProps, Pick<BasicFieldProps, "label" |
1852
1966
  * - `block`: The choices are displayed on the block axis.
1853
1967
  * - `grid`: The choices are displayed in a grid.
1854
1968
  *
1969
+ * The selected content slot is supported only in the default (stacked) variant. `inline` and `grid` ignore it.
1970
+ *
1855
1971
  * @implementation The `block`, `inline` and `grid` variants are more suitable for button looking choices, but it's at the
1856
1972
  * discretion of each surface.
1857
1973
  *
@@ -1869,7 +1985,7 @@ interface ClickableProps$1 extends GlobalProps, BaseBoxProps, BaseClickableProps
1869
1985
  /**
1870
1986
  * Disables the clickable, meaning it cannot be clicked or receive focus.
1871
1987
  *
1872
- * In this state, onClick will not fire.
1988
+ * In this state, the `click` event will not fire.
1873
1989
  * If the click event originates from a child element, the event will immediately stop propagating from this element.
1874
1990
  *
1875
1991
  * However, items within the clickable can still receive focus and be interacted with.
@@ -1879,9 +1995,8 @@ interface ClickableProps$1 extends GlobalProps, BaseBoxProps, BaseClickableProps
1879
1995
  */
1880
1996
  disabled?: BaseClickableProps["disabled"];
1881
1997
  /**
1882
- * Indicate the text language. Useful when the text is in a different language than the rest of the page.
1883
- * It will allow assistive technologies such as screen readers to invoke the correct pronunciation.
1884
- * [Reference of values](https://www.iana.org/assignments/language-subtag-registry/language-subtag-registry) ("subtag" label)
1998
+ * 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.
1999
+ * [Reference of values](https://www.iana.org/assignments/language-subtag-registry/language-subtag-registry) (`Subtag` label)
1885
2000
  *
1886
2001
  * @default ''
1887
2002
  */
@@ -1889,23 +2004,21 @@ interface ClickableProps$1 extends GlobalProps, BaseBoxProps, BaseClickableProps
1889
2004
  }
1890
2005
  interface ClickableChipProps$1 extends ChipProps$1, GlobalProps {
1891
2006
  /**
1892
- * Callback when the chip is clicked.
2007
+ * A callback fired when the chip is clicked. Learn more about the [click event](https://developer.mozilla.org/en-US/docs/Web/API/Element/click_event).
1893
2008
  */
1894
2009
  onClick?: (event: Event) => void;
1895
2010
  /**
1896
- * The URL to link to.
1897
- *
1898
- * - If set, it will navigate to the location specified by `href` after executing the `click` event.
2011
+ * The URL to link to. When set, the chip navigates to the specified location after the `click` event fires.
1899
2012
  */
1900
2013
  href?: string;
1901
2014
  /**
1902
- * Whether the chip is removable.
2015
+ * Whether the chip displays a remove button, allowing users to dismiss it. When `true`, clicking the remove button fires the `remove` event.
1903
2016
  *
1904
2017
  * @default false
1905
2018
  */
1906
2019
  removable?: boolean;
1907
2020
  /**
1908
- * Callback when the chip is removed.
2021
+ * A callback fired when the chip is removed by the user clicking the remove button.
1909
2022
  */
1910
2023
  onRemove?: (event: Event) => void;
1911
2024
  /**
@@ -1917,11 +2030,13 @@ interface ClickableChipProps$1 extends ChipProps$1, GlobalProps {
1917
2030
  *
1918
2031
  * If the chip is not `removable`, it can still be hidden by setting this property.
1919
2032
  *
2033
+ * When using the `removable` variant, keep `hidden` synced with your app state. If `hidden` isn't updated after the chip is removed, the chip can become permanently hidden.
2034
+ *
1920
2035
  * @default false
1921
2036
  */
1922
2037
  hidden?: boolean;
1923
2038
  /**
1924
- * Event handler when the chip has fully hidden.
2039
+ * A callback fired when the chip has fully hidden after a removal animation.
1925
2040
  *
1926
2041
  * The `hidden` property will be `true` when this event fires.
1927
2042
  *
@@ -1931,7 +2046,7 @@ interface ClickableChipProps$1 extends ChipProps$1, GlobalProps {
1931
2046
  */
1932
2047
  onAfterHide?: (event: Event) => void;
1933
2048
  /**
1934
- * Disables the chip, disallowing any interaction.
2049
+ * Disables the chip, preventing all user interaction including clicks and removal. Disabled chips are visually dimmed to indicate they are not interactive.
1935
2050
  *
1936
2051
  * @default false
1937
2052
  */
@@ -1941,6 +2056,8 @@ interface ClipboardItemProps$1 extends GlobalProps {
1941
2056
  /**
1942
2057
  * Plain text to be written to the clipboard.
1943
2058
  *
2059
+ * Rich text, HTML, and binary content aren't supported.
2060
+ *
1944
2061
  * @default ''
1945
2062
  */
1946
2063
  text?: string;
@@ -1953,9 +2070,10 @@ interface ClipboardItemProps$1 extends GlobalProps {
1953
2070
  */
1954
2071
  onCopyError?: (event: Event) => void;
1955
2072
  }
2073
+ /** @publicDocs */
1956
2074
  export interface AutocompleteProps<AutocompleteField extends AnyAutocompleteField> {
1957
2075
  /**
1958
- * A hint as to the intended content of the field.
2076
+ * A hint about the intended content of the field for browser autofill.
1959
2077
  *
1960
2078
  * When set to `on` (the default), this property indicates that the field should support
1961
2079
  * autofill, but you do not have any more semantic information on the intended
@@ -1982,35 +2100,47 @@ export interface AutocompleteProps<AutocompleteField extends AnyAutocompleteFiel
1982
2100
  *
1983
2101
  * Commonly used when there are multiple fields with the same autocomplete needs
1984
2102
  * in the same page. For example: 2 shipping address forms in the same page.
2103
+ * @publicDocs
1985
2104
  */
1986
2105
  export type AutocompleteSection = `section-${string}`;
1987
2106
  /**
1988
2107
  * The contact information group the autocomplete data should be sourced from.
2108
+ * @publicDocs
1989
2109
  */
1990
2110
  export type AutocompleteGroup = "shipping" | "billing";
1991
2111
  /**
1992
2112
  * The contact information subgroup the autocomplete data should be sourced from.
2113
+ * @publicDocs
1993
2114
  */
1994
2115
  export type AutocompleteAddressGroup = "fax" | "home" | "mobile" | "pager";
2116
+ /** @publicDocs */
1995
2117
  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`;
2118
+ /** @publicDocs */
1996
2119
  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">;
2120
+ /**
2121
+ * The policy for which buyer consent is being collected. Used by the [consent checkbox](/docs/api/{API_NAME}/{API_VERSION}/web-components/forms/consent-checkbox) and [consent phone field](/docs/api/{API_NAME}/{API_VERSION}/web-components/forms/consent-phone-field) components to identify the type of marketing permission requested.
2122
+ * @publicDocs
2123
+ */
1997
2124
  export type ConsentPolicy = "sms-marketing";
1998
2125
  interface ConsentCheckboxProps$1 extends GlobalProps, CheckboxProps$1 {
1999
2126
  /**
2000
2127
  * The policy for which user consent is being collected for.
2001
2128
  *
2002
2129
  * `sms-marketing`: Represents the policy for SMS marketing consent.
2130
+ *
2131
+ * Only `sms-marketing` is supported. Other consent policy types aren't available through this component.
2003
2132
  */
2004
2133
  policy?: ConsentPolicy;
2005
2134
  }
2135
+ /** @publicDocs */
2006
2136
  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`>;
2007
2137
  interface PhoneFieldProps$1 extends GlobalProps, BaseTextFieldProps, Pick<FieldDecorationProps, "accessory">, AutocompleteProps<PhoneAutocompleteField> {
2008
2138
  /**
2009
- * The type of number to collect.
2139
+ * The type of phone number to collect. Specific styling may be applied to each type to provide extra guidance to users. No additional validation is performed based on the type.
2010
2140
  *
2011
- * Specific style may be applied to each type to provide extra guidance to users. Note that no extra validation is performed based on the type.
2141
+ * Styling hint for the input keyboard. Doesn't validate the phone number format. Implement validation in your extension and use the `error` prop to show results.
2012
2142
  *
2013
- * @default '' meaning no specific kind of phone number
2143
+ * @default ''
2014
2144
  */
2015
2145
  type?: "mobile" | "";
2016
2146
  }
@@ -2019,6 +2149,8 @@ interface ConsentPhoneFieldProps$1 extends GlobalProps, PhoneFieldProps$1 {
2019
2149
  * The policy for which user consent is being collected for.
2020
2150
  *
2021
2151
  * `sms-marketing`: Represents the policy for SMS marketing consent.
2152
+ *
2153
+ * Only `sms-marketing` is supported.
2022
2154
  */
2023
2155
  policy?: ConsentPolicy;
2024
2156
  }
@@ -2056,9 +2188,7 @@ interface DatePickerProps$1 extends GlobalProps, InputProps, FocusEventProps {
2056
2188
  */
2057
2189
  type?: "single" | "multiple" | "range";
2058
2190
  /**
2059
- * Dates that can be selected.
2060
- *
2061
- * A comma-separated list of dates, date ranges. Whitespace is allowed after commas.
2191
+ * Restricts which dates the user can select. Accepts a comma-separated list of dates and date ranges. Whitespace is allowed after commas.
2062
2192
  *
2063
2193
  * The default `''` allows all dates.
2064
2194
  *
@@ -2074,6 +2204,8 @@ interface DatePickerProps$1 extends GlobalProps, InputProps, FocusEventProps {
2074
2204
  * So `--2024` is equivalent to `--2024-12-31`.
2075
2205
  * - Whitespace is allowed either side of `--`.
2076
2206
  *
2207
+ * Comma-separated list of allowed dates in `YYYY-MM-DD` format.
2208
+ *
2077
2209
  * @default ""
2078
2210
  *
2079
2211
  * @example
@@ -2101,6 +2233,8 @@ interface DatePickerProps$1 extends GlobalProps, InputProps, FocusEventProps {
2101
2233
  * So `--2024` is equivalent to `--2024-12-31`.
2102
2234
  * - Whitespace is allowed either side of `--`.
2103
2235
  *
2236
+ * Comma-separated list of disallowed dates in `YYYY-MM-DD` format.
2237
+ *
2104
2238
  * @default ""
2105
2239
  *
2106
2240
  * @example
@@ -2109,7 +2243,7 @@ interface DatePickerProps$1 extends GlobalProps, InputProps, FocusEventProps {
2109
2243
  */
2110
2244
  disallow?: string;
2111
2245
  /**
2112
- * Days of the week that can be selected. These intersect with the result of `allow` and `disallow`.
2246
+ * Restricts which days of the week the user can select. Only dates that fall on an allowed day AND pass the `allow`/`disallow` filters are selectable. For example, setting `allowedDays` to `'mon, wed, fri'` with `allow` set to `'2024-06'` restricts selection to Mondays, Wednesdays, and Fridays in June 2024.
2113
2247
  *
2114
2248
  * A comma-separated list of days. Whitespace is allowed after commas.
2115
2249
  *
@@ -2165,6 +2299,8 @@ interface DatePickerProps$1 extends GlobalProps, InputProps, FocusEventProps {
2165
2299
  * - If `type="multiple"`, this is a comma-separated list of dates in `YYYY-MM-DD` format.
2166
2300
  * - If `type="range"`, this is a range in `YYYY-MM-DD--YYYY-MM-DD` format. The range is inclusive.
2167
2301
  *
2302
+ * Single dates use ISO 8601 format (`YYYY-MM-DD`); ranges use `YYYY-MM-DD--YYYY-MM-DD`. Locale-specific formats aren't supported.
2303
+ *
2168
2304
  * @default ""
2169
2305
  */
2170
2306
  value?: string;
@@ -2189,47 +2325,42 @@ interface DateFieldProps$1 extends GlobalProps, BaseTextFieldProps, Pick<DatePic
2189
2325
  *
2190
2326
  * Disallowed dates are considered invalid.
2191
2327
  *
2192
- * It’s important to note that this callback will be called only when the user **finishes editing** the date,
2193
- * and its called right after the `onChange` callback.
2194
- * The field is **not** validated on every change to the input. Once the buyer has signalled that
2328
+ * This callback fires only when the user finishes editing the date, right after the `change` callback.
2329
+ * The field isnt validated on every change to the input. Once the user has signalled that
2195
2330
  * they have finished editing the field (typically, by blurring the field), the field gets validated and the callback is run if the value is invalid.
2196
2331
  */
2197
2332
  onInvalid?: (event: Event) => void;
2198
2333
  }
2334
+ /** @publicDocs */
2199
2335
  export type DateAutocompleteField = ExtractStrict<AnyAutocompleteField, "bday" | "bday-day" | "bday-month" | "bday-year" | "cc-expiry" | "cc-expiry-month" | "cc-expiry-year">;
2200
2336
  interface DetailsProps$1 extends GlobalProps, ToggleEventProps {
2201
2337
  /**
2202
- * The content of the details.
2203
- *
2204
- * @see https://developer.mozilla.org/en-US/docs/Web/HTML/Element/details
2338
+ * The content displayed within the collapsible details section. This can include any elements that should be shown or hidden when the details component is toggled. Learn more about the [details element](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/details).
2205
2339
  */
2206
2340
  children?: ComponentChildren;
2207
2341
  /**
2208
- * Name of the element.
2209
- *
2210
- * This can be used to create multiple named disclosure boxes that where only one can be open at a time.
2342
+ * The `name` attribute for the element. Use this to create multiple named disclosure groups where only one can be open at a time.
2211
2343
  *
2212
- * @see https://developer.mozilla.org/en-US/docs/Web/HTML/Element/details#multiple_named_disclosure_boxes
2344
+ * Learn more about [multiple named disclosure boxes](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/details#multiple_named_disclosure_boxes).
2213
2345
  */
2214
2346
  name?: string;
2215
2347
  /**
2216
- * Whether the element is open.
2217
- *
2218
- * This does not reflect to any attribute.
2348
+ * Whether the element is currently open. Use this for controlled component patterns where your application manages the open state directly. This does not reflect to any attribute.
2219
2349
  *
2220
2350
  * @default false
2221
2351
  */
2222
2352
  open?: boolean;
2223
2353
  /**
2224
- * Indicates whether the element should be open by default.
2225
- *
2226
- * This reflects to the `open` attribute.
2354
+ * Whether the element should be open when it first renders. This reflects to the `open` attribute and only takes effect on the initial render.
2227
2355
  *
2228
2356
  * @default false
2229
2357
  */
2230
2358
  defaultOpen?: boolean;
2231
2359
  /**
2232
- * Sets the transition between the two states.
2360
+ * The transition style used when toggling between open and closed states.
2361
+ *
2362
+ * - `none`: Switches states immediately without animation.
2363
+ * - `auto`: Uses the default animated transition.
2233
2364
  *
2234
2365
  * @default 'auto'
2235
2366
  */
@@ -2239,6 +2370,8 @@ interface DividerProps$1 extends GlobalProps {
2239
2370
  /**
2240
2371
  * Specify the direction of the divider. This uses [logical properties](https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_logical_properties_and_values).
2241
2372
  *
2373
+ * Vertical dividers (`'block'` direction) require a parent with a defined height to render visibly.
2374
+ *
2242
2375
  * @default 'inline'
2243
2376
  */
2244
2377
  direction?: "inline" | "block";
@@ -2253,7 +2386,7 @@ interface DropZoneProps$1 extends GlobalProps, FileInputProps, BasicFieldProps {
2253
2386
  /**
2254
2387
  * A string representing the types of files that are accepted by the drop zone.
2255
2388
  * This string is a comma-separated list of unique file type specifiers which can be one of the following:
2256
- * - A file extension starting with a period (".") character (e.g. .jpg, .pdf, .doc)
2389
+ * - A file extension starting with a period (".") character (such as .jpg, .pdf, .doc)
2257
2390
  * - A valid MIME type string with no extensions
2258
2391
  *
2259
2392
  * If omitted, all file types are accepted.
@@ -2280,8 +2413,12 @@ interface DropZoneProps$1 extends GlobalProps, FileInputProps, BasicFieldProps {
2280
2413
  */
2281
2414
  onDropRejected?: (event: Event) => void;
2282
2415
  }
2416
+ /**
2417
+ * Doesn't perform automatic format validation. Implement validation logic yourself and use the `error` prop to display results.
2418
+ */
2283
2419
  interface EmailFieldProps$1 extends GlobalProps, BaseTextFieldProps, MinMaxLengthProps, AutocompleteProps<EmailAutocompleteField> {
2284
2420
  }
2421
+ /** @publicDocs */
2285
2422
  export type EmailAutocompleteField = ExtractStrict<AnyAutocompleteField, "email" | `${AutocompleteAddressGroup} email`>;
2286
2423
  interface FormProps$1 extends GlobalProps {
2287
2424
  /**
@@ -2311,7 +2448,9 @@ interface FormProps$1 extends GlobalProps {
2311
2448
  */
2312
2449
  onReset?: (event: Event) => void;
2313
2450
  }
2451
+ /** @publicDocs */
2314
2452
  export type SpacingKeyword = SizeKeyword | "none";
2453
+ /** @publicDocs */
2315
2454
  export interface GapProps {
2316
2455
  /**
2317
2456
  * Adjust spacing between elements.
@@ -2339,32 +2478,40 @@ export interface GapProps {
2339
2478
  */
2340
2479
  columnGap?: MaybeResponsive<SpacingKeyword | "">;
2341
2480
  }
2481
+ /** @publicDocs */
2342
2482
  export type BaselinePosition = "baseline" | "first baseline" | "last baseline";
2483
+ /** @publicDocs */
2343
2484
  export type ContentDistribution = "space-between" | "space-around" | "space-evenly" | "stretch";
2485
+ /** @publicDocs */
2344
2486
  export type ContentPosition = "center" | "start" | "end";
2487
+ /** @publicDocs */
2345
2488
  export type OverflowPosition = `unsafe ${ContentPosition}` | `safe ${ContentPosition}`;
2346
2489
  /**
2347
2490
  * 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.
2348
2491
  *
2349
2492
  * @see https://developer.mozilla.org/en-US/docs/Web/CSS/justify-items
2493
+ * @publicDocs
2350
2494
  */
2351
2495
  export type JustifyItemsKeyword = "normal" | "stretch" | BaselinePosition | OverflowPosition | ContentPosition;
2352
2496
  /**
2353
2497
  * Align items sets the align-self value on all direct children as a group.
2354
2498
  *
2355
2499
  * @see https://developer.mozilla.org/en-US/docs/Web/CSS/align-items
2500
+ * @publicDocs
2356
2501
  */
2357
2502
  export type AlignItemsKeyword = "normal" | "stretch" | BaselinePosition | OverflowPosition | ContentPosition;
2358
2503
  /**
2359
2504
  * 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.
2360
2505
  *
2361
2506
  * @see https://developer.mozilla.org/en-US/docs/Web/CSS/justify-content
2507
+ * @publicDocs
2362
2508
  */
2363
2509
  export type JustifyContentKeyword = "normal" | ContentDistribution | OverflowPosition | ContentPosition;
2364
2510
  /**
2365
2511
  *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.
2366
2512
  *
2367
2513
  * @see https://developer.mozilla.org/en-US/docs/Web/CSS/align-content
2514
+ * @publicDocs
2368
2515
  */
2369
2516
  export type AlignContentKeyword = "normal" | BaselinePosition | ContentDistribution | OverflowPosition | ContentPosition;
2370
2517
  interface GridProps$1 extends GlobalProps, BaseBoxPropsWithRole, GapProps {
@@ -2451,23 +2598,34 @@ interface GridItemProps$1 extends GlobalProps, BaseBoxPropsWithRole {
2451
2598
  */
2452
2599
  gridRow?: `span ${number}` | "auto";
2453
2600
  }
2601
+ /** @publicDocs */
2454
2602
  export interface BaseTypographyProps {
2455
2603
  /**
2456
- * Modify the color to be more or less intense.
2604
+ * The color emphasis level that controls visual intensity.
2605
+ *
2606
+ * - `subdued`: Deemphasized color for secondary text, supporting labels, and less critical interface elements.
2607
+ * - `base`: Primary color for body text, standard UI elements, and general content with good readability.
2608
+ * - `strong`: Emphasized color for headings, key labels, and interactive elements that need prominence.
2457
2609
  *
2458
2610
  * @default 'base'
2459
2611
  */
2460
2612
  color?: ColorKeyword;
2461
2613
  /**
2462
- * Sets the tone of the component, based on the intention of the information being conveyed.
2614
+ * The semantic meaning and color treatment of the component.
2615
+ *
2616
+ * - `auto`: Automatically determined based on context.
2617
+ * - `neutral`: General information without specific intent.
2618
+ * - `info`: Informational content or helpful tips.
2619
+ * - `success`: Positive outcomes or successful states.
2620
+ * - `warning`: Important warnings about potential issues.
2621
+ * - `critical`: Urgent problems or destructive actions.
2622
+ * - `custom`: Custom styling controlled by your theme.
2463
2623
  *
2464
2624
  * @default 'auto'
2465
2625
  */
2466
2626
  tone?: ToneKeyword;
2467
2627
  /**
2468
- * Set the numeric properties of the font.
2469
- *
2470
- * @see https://developer.mozilla.org/en-US/docs/Web/CSS/font-variant-numeric
2628
+ * Set the numeric properties of the font. Learn more about the [font-variant-numeric property](https://developer.mozilla.org/en-US/docs/Web/CSS/font-variant-numeric).
2471
2629
  *
2472
2630
  * @default 'auto' - inherit from the parent element
2473
2631
  */
@@ -2485,22 +2643,21 @@ export interface BaseTypographyProps {
2485
2643
  /**
2486
2644
  * Indicates the directionality of the element’s text.
2487
2645
  *
2488
- * - `ltr`: languages written from left to right (e.g. English)
2489
- * - `rtl`: languages written from right to left (e.g. Arabic)
2490
- * - `auto`: the user agent determines the direction based on the content
2491
- * - `''`: direction is inherited from parent elements (equivalent to not setting the attribute)
2646
+ * - `ltr`: The languages written from left to right (such as English).
2647
+ * - `rtl`: The languages written from right to left (such as Arabic).
2648
+ * - `auto`: The user agent determines the direction based on the content.
2649
+ * - `""`: The direction is inherited from parent elements (equivalent to not setting the attribute).
2492
2650
  *
2493
- * @see https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/dir
2651
+ * Learn more about the [dir attribute](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/dir).
2494
2652
  *
2495
2653
  * @default ''
2496
2654
  */
2497
2655
  dir?: "ltr" | "rtl" | "auto" | "";
2498
2656
  }
2657
+ /** @publicDocs */
2499
2658
  export interface BlockTypographyProps {
2500
2659
  /**
2501
- * Truncates the text content to the specified number of lines.
2502
- *
2503
- * @see https://developer.mozilla.org/en-US/docs/Web/CSS/-webkit-line-clamp
2660
+ * Truncates the text content to the specified number of lines. Learn more about the [-webkit-line-clamp property](https://developer.mozilla.org/en-US/docs/Web/CSS/-webkit-line-clamp).
2504
2661
  *
2505
2662
  * @default Infinity - no truncation is applied
2506
2663
  */
@@ -2508,7 +2665,7 @@ export interface BlockTypographyProps {
2508
2665
  }
2509
2666
  interface HeadingProps$1 extends GlobalProps, AccessibilityVisibilityProps, BlockTypographyProps {
2510
2667
  /**
2511
- * The content of the Heading.
2668
+ * The heading text displayed within the heading component, which provides a title or section header for content.
2512
2669
  */
2513
2670
  children?: ComponentChildren;
2514
2671
  /**
@@ -2530,94 +2687,111 @@ interface HeadingProps$1 extends GlobalProps, AccessibilityVisibilityProps, Bloc
2530
2687
  */
2531
2688
  accessibilityRole?: "heading" | ExtractStrict<AccessibilityRole, "presentation" | "none">;
2532
2689
  }
2690
+ /**
2691
+ * The shared properties for the icon component. An icon displays a graphical symbol with configurable appearance, color, and semantic meaning.
2692
+ */
2533
2693
  interface IconProps$1 extends GlobalProps, Pick<InteractionProps, "interestFor"> {
2534
2694
  /**
2535
- * Sets the tone of the icon, based on the intention of the information being conveyed.
2695
+ * The semantic meaning and color treatment of the icon.
2696
+ *
2697
+ * - `'info'`: Informational content or helpful tips.
2698
+ * - `'auto'`: Automatically determined based on context.
2699
+ * - `'neutral'`: General information without specific intent.
2700
+ * - `'success'`: Positive outcomes or successful states.
2701
+ * - `'warning'`: Important warnings about potential issues.
2702
+ * - `'critical'`: Urgent problems or destructive actions.
2703
+ * - `'custom'`: Inherits a custom color from its parent element's CSS.
2536
2704
  *
2537
2705
  * @default 'auto'
2538
2706
  */
2539
2707
  tone?: ToneKeyword;
2540
2708
  /**
2541
- * Modify the color to be more or less intense.
2709
+ * The color intensity of the icon. Use `'subdued'` for less intense, or `'base'` for standard coloring.
2542
2710
  *
2543
2711
  * @default 'base'
2544
2712
  */
2545
2713
  color?: ColorKeyword;
2546
2714
  /**
2547
- * Adjusts the size of the icon.
2715
+ * The size of the icon.
2716
+ *
2717
+ * - `'base'`: Default size that works well for most use cases.
2718
+ * - `'small'`: Small icon for inline use within text or compact UI elements.
2719
+ * - `'small-200'`: Extra small icon for the most compact contexts.
2720
+ * - `'small-100'`: Small icon suitable for tight or dense layouts.
2721
+ * - `'large'`: Large icon for emphasis or prominent display.
2722
+ * - `'large-100'`: Extra large icon for maximum visual impact.
2548
2723
  *
2549
2724
  * @default 'base'
2550
2725
  */
2551
2726
  size?: SizeKeyword;
2727
+ /**
2728
+ * The icon to display. Can be any icon name from the icon library or a custom string identifier.
2729
+ */
2552
2730
  type?: IconType | AnyString;
2553
2731
  }
2732
+ /**
2733
+ * The shared base properties for image-based components. These properties are common to all components that display images, including the image and product thumbnail components. Properties include `alt` for accessibility text, `src` for the image URL, `sizes` for responsive sizing hints, and `srcSet` for multiple image sources.
2734
+ * @publicDocs
2735
+ */
2554
2736
  export interface BaseImageProps {
2555
2737
  /**
2556
- * An alternative text description that describe the image for the reader to
2557
- * understand what it is about. It is extremely useful for both users using
2558
- * assistive technology and sighted users. A well written description
2559
- * provides people with visual impairments the ability to participate in
2560
- * consuming non-text content. When a screen readers encounters an `s-image`,
2561
- * the description is read and announced aloud. If an image fails to load,
2562
- * potentially due to a poor connection, the `alt` is displayed on
2563
- * screen instead. This has the benefit of letting a sighted buyer know an
2564
- * image was meant to load here, but as an alternative, they’re still able to
2565
- * consume the text content. Read
2566
- * [considerations when writing alternative text](https://www.shopify.com/ca/blog/image-alt-text#4)
2567
- * to learn more.
2568
- *
2569
- * @default `''`
2570
- * @see https://developer.mozilla.org/en-US/docs/Web/HTML/Element/img#alt
2738
+ * Alternative text that describes the image for accessibility.
2739
+ *
2740
+ * Provides a text description of the image for users with assistive technology
2741
+ * and serves as a fallback when the image fails to load. A well-written description
2742
+ * enables people with visual impairments to understand non-text content.
2743
+ *
2744
+ * When a screen reader encounters an image, it reads this description aloud.
2745
+ * When an image fails to load, this text displays on screen, helping all users
2746
+ * understand what content was intended.
2747
+ *
2748
+ * Learn more about [writing effective alt text](https://www.shopify.com/ca/blog/image-alt-text#4)
2749
+ * and the [alt attribute](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/img#alt).
2750
+ *
2751
+ * @default ''
2571
2752
  */
2572
2753
  alt?: string;
2573
2754
  /**
2574
- * A set of media conditions and their corresponding sizes.
2575
- *
2576
- * @see https://developer.mozilla.org/en-US/docs/Web/HTML/Element/img#sizes
2755
+ * A set of media conditions and their corresponding sizes. Learn more about the [sizes attribute](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/img#sizes).
2577
2756
  */
2578
2757
  sizes?: string;
2579
2758
  /**
2580
2759
  * The image source (either a remote URL or a local file resource).
2581
2760
  *
2582
- * When the image is loading or no `src` is provided, a placeholder will be rendered.
2583
- *
2584
- * @implementation Surfaces may choose the style of the placeholder, but the space the image occupies should be
2585
- * reserved, except in cases where the image area does not have a contextual inline or block size, which should be rare.
2586
- *
2587
- * @see https://developer.mozilla.org/en-US/docs/Web/HTML/Element/img#src
2761
+ * When the image is loading or no `src` is provided, a placeholder is rendered.
2762
+ * Learn more about the [src attribute](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/img#src).
2588
2763
  */
2589
2764
  src?: string;
2590
2765
  /**
2591
- * A set of image sources and their width or pixel density descriptors.
2592
- *
2593
- * This overrides the `src` property.
2594
- *
2595
- * @see https://developer.mozilla.org/en-US/docs/Web/HTML/Element/img#srcset
2766
+ * A set of image sources and their width or pixel density descriptors. Learn more about the [srcset attribute](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/img#srcset). This overrides the `src` property.
2596
2767
  */
2597
2768
  srcSet?: string;
2598
2769
  }
2770
+ /**
2771
+ * The shared properties for the image component. An image displays pictures with configurable sizing, loading behavior, and borders.
2772
+ */
2599
2773
  interface ImageProps$1 extends GlobalProps, BaseImageProps, BorderProps {
2600
2774
  /**
2601
- * Sets the semantic meaning of the component’s content. When set,
2775
+ * Sets the semantic meaning of the image content. When set,
2602
2776
  * the role will be used by assistive technologies to help users
2603
2777
  * navigate the page.
2604
2778
  *
2605
- * @default 'img'
2779
+ * - `'img'`: Identifies the element as an image that conveys meaningful information to users.
2780
+ * - `'none'`: Completely hides the element and its content from assistive technologies.
2781
+ * - `'presentation'`: Removes semantic meaning, making the image purely decorative and ignored by screen readers.
2606
2782
  *
2607
- * @implementation The `img` role doesn't need to be applied if
2608
- * the host applies it for you; for example, an HTML host rendering
2609
- * an `<img>` element should not apply the `img` role.
2783
+ * @default 'img'
2610
2784
  */
2611
2785
  accessibilityRole?: "img" | ExtractStrict<AccessibilityRole, "presentation" | "none">;
2612
2786
  /**
2613
- * The displayed inline width of the image.
2787
+ * The inline width (horizontal size) of the image.
2614
2788
  *
2615
- * - `fill`: the image will takes up 100% of the available inline size.
2616
- * - `auto`: the image will be displayed at its natural size.
2789
+ * - `'fill'`: The image takes up 100% of the available inline space.
2790
+ * - `'auto'`: The image is displayed at its natural size.
2617
2791
  *
2618
- * @default 'fill'
2792
+ * Learn more about the [width attribute](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/img#width).
2619
2793
  *
2620
- * @see https://developer.mozilla.org/en-US/docs/Web/HTML/Element/img#width
2794
+ * @default 'fill'
2621
2795
  */
2622
2796
  inlineSize?: "fill" | "auto";
2623
2797
  /**
@@ -2628,243 +2802,265 @@ interface ImageProps$1 extends GlobalProps, BaseImageProps, BorderProps {
2628
2802
  * - `inlineSize="fill"`: the aspect ratio will be respected and the image will take the necessary space.
2629
2803
  * - `inlineSize="auto"`: the image will not render until it has loaded and the aspect ratio will be ignored.
2630
2804
  *
2631
- * For example, if the value is set as `50 / 100`, the getter returns `50 / 100`.
2632
- * If the value is set as `0.5`, the getter returns `0.5 / 1`.
2805
+ * Learn more about the [aspect-ratio property](https://developer.mozilla.org/en-US/docs/Web/CSS/aspect-ratio).
2633
2806
  *
2634
2807
  * @default '1/1'
2635
- *
2636
- * @see https://developer.mozilla.org/en-US/docs/Web/CSS/aspect-ratio
2637
2808
  */
2638
2809
  aspectRatio?: `${number}${optionalSpace}/${optionalSpace}${number}` | `${number}`;
2639
2810
  /**
2640
- * Determines how the content of the image is resized to fit its container.
2641
- * The image is positioned in the center of the container.
2811
+ * 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).
2642
2812
  *
2643
- * @default 'contain'
2813
+ * - `'contain'`: Fits the entire image within the container, preserving aspect ratio. May leave empty space.
2814
+ * - `'cover'`: Fills the container while preserving aspect ratio, cropping the image if needed.
2644
2815
  *
2645
- * @see https://developer.mozilla.org/en-US/docs/Web/CSS/object-fit
2816
+ * @default 'contain'
2646
2817
  */
2647
2818
  objectFit?: "contain" | "cover";
2648
2819
  /**
2649
2820
  * Determines the loading behavior of the image:
2650
- * - `eager`: Immediately loads the image, irrespective of its position within the visible viewport.
2651
- * - `lazy`: Delays loading the image until it approaches a specified distance from the viewport.
2821
+ * - `'eager'`: Immediately loads the image, irrespective of its position within the visible viewport.
2822
+ * - `'lazy'`: Delays loading the image until it approaches a specified distance from the viewport.
2823
+ *
2824
+ * Learn more about the [loading attribute](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/img#loading).
2652
2825
  *
2653
2826
  * @default 'eager'
2654
- * @see https://developer.mozilla.org/en-US/docs/Web/HTML/Element/img#loading
2655
2827
  */
2656
2828
  loading?: "eager" | "lazy";
2657
2829
  /**
2658
- * Invoked when load completes successfully.
2659
- *
2660
- * @see https://developer.mozilla.org/en-US/docs/Web/API/GlobalEventHandlers/onload
2830
+ * A callback fired when the image loads successfully. Learn more about the [load event](https://developer.mozilla.org/en-US/docs/Web/API/GlobalEventHandlers/onload).
2661
2831
  */
2662
2832
  onLoad?: (event: Event) => void;
2663
2833
  /**
2664
- * Invoked on load error.
2665
- *
2666
- * @see https://developer.mozilla.org/en-US/docs/Web/API/GlobalEventHandlers/onerror
2834
+ * A callback fired when the image fails to load. Learn more about the [error event](https://developer.mozilla.org/en-US/docs/Web/API/GlobalEventHandlers/onerror).
2667
2835
  */
2668
2836
  onError?: (event: Event) => void;
2669
2837
  }
2670
2838
  interface LinkProps$1 extends GlobalProps, LinkBehaviorProps {
2671
2839
  /**
2672
- * The content of the Link.
2840
+ * The content of the link.
2673
2841
  */
2674
2842
  children?: ComponentChildren;
2675
2843
  /**
2676
- * Sets the tone of the Link, based on the intention of the information being conveyed.
2844
+ * Sets the tone of the link, based on the intention of the information being conveyed.
2845
+ *
2846
+ * - `'auto'`: Automatically determined based on context.
2847
+ * - `'neutral'`: Removes the default link color, inheriting the surrounding text style.
2677
2848
  *
2678
2849
  * @default 'auto'
2679
2850
  */
2680
2851
  tone?: ToneKeyword;
2681
2852
  /**
2682
- * A label that describes the purpose or contents of the Link. It will be read to users using assistive technologies such as screen readers.
2853
+ * A label that describes the purpose or contents of the link. It will be read to users using assistive technologies such as screen readers.
2683
2854
  *
2684
2855
  * Use this when using only an icon or the content of the link is not enough context
2685
2856
  * for users using assistive technologies.
2686
2857
  */
2687
2858
  accessibilityLabel?: string;
2688
2859
  /**
2689
- * Indicate the text language. Useful when the text is in a different language than the rest of the page.
2690
- * It will allow assistive technologies such as screen readers to invoke the correct pronunciation.
2691
- * [Reference of values](https://www.iana.org/assignments/language-subtag-registry/language-subtag-registry) ("subtag" label)
2860
+ * 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.
2861
+ * [Reference of values](https://www.iana.org/assignments/language-subtag-registry/language-subtag-registry) (`Subtag` label)
2692
2862
  */
2693
2863
  lang?: string;
2694
2864
  }
2695
2865
  interface ListItemProps$1 extends GlobalProps {
2696
2866
  /**
2697
- * The content of the ListItem.
2867
+ * The content displayed within the list item, which represents a single entry in an ordered or unordered list.
2698
2868
  */
2699
2869
  children?: ComponentChildren;
2700
2870
  }
2701
2871
  interface MapProps$1 extends GlobalProps, SizingProps {
2702
2872
  /**
2703
- * A valid API key for the map service provider.
2704
- *
2705
- * 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.
2873
+ * A valid API key for the map service provider. This key is required to load and render the map tiles. Obtain a key from a supported provider such as [Google Maps Platform](https://developers.google.com/maps/documentation/javascript/get-api-key).
2706
2874
  */
2707
2875
  apiKey?: string;
2708
2876
  /**
2709
- * Map center’s latitude in degrees.
2877
+ * The latitude of the map's center point, in degrees. Valid values range from -90 (South Pole) to 90 (North Pole).
2710
2878
  *
2711
2879
  * @default 0
2712
2880
  */
2713
2881
  latitude?: number;
2714
2882
  /**
2715
- * Map center’s longitude in degrees.
2883
+ * The longitude of the map's center point, in degrees. Valid values range from -180 (west) to 180 (east).
2716
2884
  *
2717
2885
  * @default 0
2718
2886
  */
2719
2887
  longitude?: number;
2720
2888
  /**
2721
- * A label that describes the purpose or contents of the map.
2722
- *
2723
- * When set, it will be announced to users using assistive technologies and will provide them with more context.
2889
+ * A label that describes the purpose or contents of the map for accessibility. When set, it will be announced to users using assistive technologies such as screen readers, providing context about what the map displays.
2724
2890
  */
2725
2891
  accessibilityLabel?: string;
2726
2892
  /**
2727
- * The initial Map zoom level.
2728
- *
2729
- * Valid zoom values are numbers from zero up to 18.
2730
- * Larger zoom values correspond to a higher resolution.
2893
+ * The initial zoom level of the map. Valid values are numbers from 0 (fully zoomed out, world view) to 18 (fully zoomed in, street level).
2731
2894
  *
2732
2895
  * @default 4
2733
2896
  */
2734
2897
  zoom?: number;
2735
2898
  /**
2736
- * The maximum zoom level which will be displayed on the map.
2737
- *
2738
- * Valid zoom values are numbers from zero up to 18.
2899
+ * The maximum zoom level the user can reach on the map. Valid values are numbers from 0 (world view) to 18 (street level). Use this to prevent users from zooming in beyond a useful level of detail.
2739
2900
  *
2740
2901
  * @default 18
2741
2902
  */
2742
2903
  maxZoom?: number;
2743
2904
  /**
2744
- * The minimum zoom level which will be displayed on the map.
2745
- *
2746
- * Valid zoom values are numbers from zero up to 18.
2905
+ * The minimum zoom level the user can reach on the map. Valid values are numbers from 0 (world view) to 18 (street level). Use this to prevent users from zooming out beyond a useful level of context.
2747
2906
  *
2748
2907
  * @default 0
2749
2908
  */
2750
2909
  minZoom?: number;
2751
2910
  /**
2752
- * Callback when the viewport bounds have changed or the map is resized.
2911
+ * A callback fired when the visible map boundaries change, such as after a pan or zoom completes.
2753
2912
  */
2754
2913
  onBoundsChange?: (event: MapBoundsChangeEvent) => void;
2755
2914
  /**
2756
- * Callback when the map view changes.
2915
+ * A callback fired when the map view changes, such as when the user pans or zooms. Provides the new center location and zoom level.
2757
2916
  */
2758
2917
  onViewChange?: (event: MapViewChangeEvent) => void;
2759
2918
  /**
2760
- * Callback when the user clicks on the map.
2919
+ * A callback fired when the user clicks on the map. Provides the geographic location of the click.
2761
2920
  */
2762
2921
  onClick?: (event: MapClickEvent) => void;
2763
2922
  /**
2764
- * Callback when the user double-clicks on the map.
2923
+ * A callback fired when the user double-clicks on the map. Provides the geographic location of the double-click.
2765
2924
  */
2766
2925
  onDblClick?: (event: MapDblClickEvent) => void;
2767
2926
  }
2927
+ /**
2928
+ * A geographic coordinate pair representing a location on the map, defined by latitude and longitude values.
2929
+ */
2768
2930
  interface Location$1 {
2931
+ /**
2932
+ * The latitude of the location in degrees. Valid values range from -90 (South Pole) to 90 (North Pole).
2933
+ */
2769
2934
  latitude?: number;
2935
+ /**
2936
+ * The longitude of the location in degrees. Valid values range from -180 (west) to 180 (east).
2937
+ */
2770
2938
  longitude?: number;
2771
2939
  }
2940
+ /**
2941
+ * The geographic boundaries of a visible map area, defined by its north-east and south-west corners. Used by `MapBoundsChangeEvent` to report the currently visible map region.
2942
+ * @publicDocs
2943
+ */
2772
2944
  export interface Bounds {
2945
+ /**
2946
+ * The north-east corner of the bounded area, representing the top-right of the visible map region.
2947
+ */
2773
2948
  northEast?: Location$1;
2949
+ /**
2950
+ * The south-west corner of the bounded area, representing the bottom-left of the visible map region.
2951
+ */
2774
2952
  southWest?: Location$1;
2775
2953
  }
2954
+ /**
2955
+ * The event data provided when the map view changes, such as after the user pans or zooms. Contains the new center location and zoom level.
2956
+ * @publicDocs
2957
+ */
2776
2958
  export interface MapViewChangeEvent extends Event {
2959
+ /**
2960
+ * The geographic location of the new map center after the view change.
2961
+ */
2777
2962
  location?: Location$1;
2963
+ /**
2964
+ * The current zoom level of the map after the view change, as a number from 0 (world view) to 18 (street level).
2965
+ */
2778
2966
  zoom?: number;
2779
2967
  }
2968
+ /**
2969
+ * The event data provided when the visible map boundaries change, such as after a pan or zoom completes. Contains the new geographic bounds of the visible area.
2970
+ * @publicDocs
2971
+ */
2780
2972
  export interface MapBoundsChangeEvent extends Event {
2973
+ /**
2974
+ * The geographic boundaries of the currently visible map area, defined by its north-east and south-west corners.
2975
+ */
2781
2976
  bounds?: Bounds;
2782
2977
  }
2978
+ /**
2979
+ * The event data provided when the user clicks on the map. Contains the geographic location of the click.
2980
+ * @publicDocs
2981
+ */
2783
2982
  export interface MapClickEvent extends Event {
2983
+ /**
2984
+ * The geographic location on the map where the click occurred, as a latitude/longitude coordinate pair.
2985
+ */
2784
2986
  location?: Location$1;
2785
2987
  }
2988
+ /**
2989
+ * The event data provided when the user double-clicks on the map. Contains the geographic location of the double-click.
2990
+ * @publicDocs
2991
+ */
2786
2992
  export interface MapDblClickEvent extends Event {
2993
+ /**
2994
+ * The geographic location on the map where the double-click occurred, as a latitude/longitude coordinate pair.
2995
+ */
2787
2996
  location?: Location$1;
2788
2997
  }
2789
2998
  interface MapMarkerProps$1 extends GlobalProps, InteractionProps, Pick<SizingProps, "blockSize" | "inlineSize"> {
2790
2999
  /**
2791
- * Marker’s location latitude in degrees.
3000
+ * The latitude of the marker’s position in degrees. Valid values range from -90 (South Pole) to 90 (North Pole).
2792
3001
  *
2793
3002
  * @default 0
2794
3003
  */
2795
3004
  latitude?: number;
2796
3005
  /**
2797
- * Marker’s longitude latitude in degrees.
3006
+ * The longitude of the marker’s position in degrees. Valid values range from -180 (west) to 180 (east).
2798
3007
  *
2799
3008
  * @default 0
2800
3009
  */
2801
3010
  longitude?: number;
2802
3011
  /**
2803
- * A label that describes the purpose of the marker. When set,
2804
- * it will be announced to users using assistive technologies and will
2805
- * provide them with more context.
3012
+ * A label that describes the purpose or location of the marker for accessibility. When set, it will be announced to users using assistive technologies such as screen readers, providing context about what the marker represents.
2806
3013
  */
2807
3014
  accessibilityLabel?: string;
2808
3015
  /**
2809
- * Allows grouping the marker in clusters when zoomed out.
3016
+ * Whether the marker can be grouped into clusters when the map is zoomed out. Clustering helps reduce visual clutter when many markers are close together at low zoom levels.
2810
3017
  *
2811
3018
  * @default false
2812
3019
  */
2813
3020
  clusterable?: boolean;
2814
3021
  /**
2815
- * The graphic to use as the marker.
2816
- *
2817
- * If unset, it will default to the provider’s default marker.
3022
+ * A custom graphic element to use as the marker. If not provided, the map provider’s default marker pin is displayed.
2818
3023
  */
2819
3024
  graphic?: ComponentChildren;
2820
3025
  /**
2821
- * Callback when a marker is clicked.
2822
- *
2823
- * It does not trigger a click event on the map itself.
3026
+ * A callback fired when the user clicks on the marker. This event does not propagate to the parent map — only the marker receives the click.
2824
3027
  */
2825
3028
  onClick?: (event: Event) => void;
2826
3029
  }
2827
3030
  interface ModalProps$1 extends GlobalProps, BaseOverlayProps, BaseOverlayMethods, ActionSlots {
2828
3031
  /**
2829
- * A label that describes the purpose of the modal. When set,
2830
- * it will be announced to users using assistive technologies and will
2831
- * provide them with more context.
2832
- *
2833
- * This overrides the `heading` prop for screen readers.
3032
+ * 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.
2834
3033
  */
2835
3034
  accessibilityLabel?: string;
2836
3035
  /**
2837
- * A title that describes the content of the Modal.
2838
- *
3036
+ * A title that describes the content of the modal.
2839
3037
  */
2840
3038
  heading?: string;
2841
3039
  /**
2842
- * Adjust the padding around the Modal content.
2843
- *
2844
- * `base`: applies padding that is appropriate for the element.
3040
+ * Adjust the padding around the modal content.
2845
3041
  *
2846
- * `none`: removes all padding from the element. This can be useful when elements inside the Modal need to span
2847
- * to the edge of the Modal. For example, a full-width image. In this case, rely on `Box` with a padding of 'base'
2848
- * to bring back the desired padding for the rest of the content.
3042
+ * - `base`: Applies padding that is appropriate for the element.
3043
+ * - `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.
2849
3044
  *
2850
3045
  * @default 'base'
2851
3046
  */
2852
3047
  padding?: "base" | "none";
2853
3048
  /**
2854
- * Adjust the size of the Modal.
3049
+ * Adjust the size of the modal.
2855
3050
  *
2856
- * `max`: expands the Modal to its maximum size as defined by the host application, on both the horizontal and vertical axes.
3051
+ * `max`: Expands the modal to its maximum size as defined by the host application, on both the horizontal and vertical axes.
2857
3052
  *
2858
3053
  * @default 'base'
2859
3054
  */
2860
3055
  size?: SizeKeyword | "max";
2861
3056
  /**
2862
- * The content of the Modal.
3057
+ * The content of the modal.
2863
3058
  */
2864
3059
  children?: ComponentChildren;
2865
3060
  }
2866
3061
  interface MoneyFieldProps$1 extends GlobalProps, BaseTextFieldProps, NumberConstraintsProps, AutocompleteProps<MoneyAutocompleteField> {
2867
3062
  }
3063
+ /** @publicDocs */
2868
3064
  export type MoneyAutocompleteField = ExtractStrict<AnyAutocompleteField, "transaction-amount">;
2869
3065
  interface NumberFieldProps$1 extends GlobalProps, BaseTextFieldProps, AutocompleteProps<NumberAutocompleteField>, NumberConstraintsProps, FieldDecorationProps {
2870
3066
  /**
@@ -2875,6 +3071,7 @@ interface NumberFieldProps$1 extends GlobalProps, BaseTextFieldProps, Autocomple
2875
3071
  */
2876
3072
  inputMode?: "decimal" | "numeric";
2877
3073
  }
3074
+ /** @publicDocs */
2878
3075
  export type NumberAutocompleteField = ExtractStrict<AnyAutocompleteField, "one-time-code" | "cc-number" | "cc-csc">;
2879
3076
  interface OptionProps$1 extends GlobalProps, BaseOptionProps {
2880
3077
  /**
@@ -2886,11 +3083,11 @@ interface OrderedListProps$1 extends GlobalProps {
2886
3083
  }
2887
3084
  interface ParagraphProps$1 extends GlobalProps, BaseTypographyProps, BlockTypographyProps, AccessibilityVisibilityProps {
2888
3085
  /**
2889
- * The content of the Text.
3086
+ * The paragraph text content displayed within the paragraph component, which presents a block of related text with appropriate styling.
2890
3087
  */
2891
3088
  children?: ComponentChildren;
2892
3089
  /**
2893
- * Provide semantic meaning and default styling to the paragraph.
3090
+ * The semantic type and styling treatment for the paragraph content.
2894
3091
  *
2895
3092
  * Other presentation properties on `s-paragraph` override the default styling.
2896
3093
  *
@@ -2898,47 +3095,51 @@ interface ParagraphProps$1 extends GlobalProps, BaseTypographyProps, BlockTypogr
2898
3095
  */
2899
3096
  type?: ParagraphType;
2900
3097
  }
3098
+ /** @publicDocs */
2901
3099
  export type ParagraphType =
2902
3100
  /**
2903
- * Indicate the text is a structural grouping of related content.
3101
+ * A semantic type that indicates the text is a structural grouping of related content.
2904
3102
  *
2905
- * In an HTML host, the text will be rendered in an `<p>` element.
2906
- * @see https://developer.mozilla.org/en-US/docs/Web/HTML/Element/p
3103
+ * In an HTML host, the text will be rendered in an `<p>` element. Learn more about the [p element](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/p).
2907
3104
  */
2908
3105
  "paragraph"
2909
3106
  /**
2910
- * Indicates the text is considered less important than the main content, but is still necessary for the reader to understand.
3107
+ * A semantic type that indicates the text is considered less important than the main content, but is still necessary for the reader to understand.
3108
+ *
2911
3109
  * It can be used for secondary content but also for disclaimers, terms and conditions, or legal information.
2912
3110
  *
2913
3111
  * Surfaces should apply a smaller font size than the default size.
2914
3112
  *
2915
- * In an HTML host, the text will be rendered in a `<small>` element.
2916
- * @see https://developer.mozilla.org/en-US/docs/Web/HTML/Element/small
3113
+ * In an HTML host, the text will be rendered in a `<small>` element. Learn more about the [small element](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/small).
2917
3114
  */
2918
3115
  | "small";
2919
3116
  interface PasswordFieldProps$1 extends GlobalProps, BaseTextFieldProps, MinMaxLengthProps, AutocompleteProps<PasswordAutocompleteField> {
2920
3117
  }
3118
+ /** @publicDocs */
2921
3119
  export type PasswordAutocompleteField = ExtractStrict<AnyAutocompleteField, "new-password" | "current-password">;
3120
+ /**
3121
+ * The shared properties for the payment icon component. A payment icon displays a recognizable icon for a payment method, such as Visa, Mastercard, or PayPal.
3122
+ */
2922
3123
  interface PaymentIconProps$1 extends GlobalProps {
2923
3124
  /**
2924
- * The icon type of the payment method
3125
+ * The payment method to display. Specify a payment method name from the available set (for example, `'visa'`, `'mastercard'`, or `'paypal'`), or use an empty string to show no icon.
2925
3126
  *
2926
3127
  * @default ''
2927
3128
  */
2928
3129
  type?: PaymentIconName | AnyString;
2929
3130
  /**
2930
- * A label that describes the purpose or contents of the icon.
2931
- *
2932
- * When set, it will be announced to users using assistive technologies and will provide them with more context.
2933
- * This should only be used if the icon requires an alternative internationalised label
2934
- * or if it is otherwise inappropriate to make use of the default label included with the icon.
3131
+ * A label that describes the payment icon for accessibility. When set, it will be announced to users using assistive technologies such as screen readers, providing context about which payment method the icon represents.
2935
3132
  */
2936
3133
  accessibilityLabel?: string;
2937
3134
  }
3135
+ /**
3136
+ * The recognized payment method identifiers used by the `PaymentIcon` component. Each value maps to a branded icon for a specific payment provider, card network, digital wallet, or buy-now-pay-later service. Pass one of these names as the `type` property of `PaymentIcon` to display the corresponding icon — for example, `"visa"`, `"apple-pay"`, or `"afterpay"`.
3137
+ * @publicDocs
3138
+ */
2938
3139
  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";
2939
3140
  interface PopoverProps$1 extends GlobalProps, BaseOverlayProps, BaseOverlayMethods, ToggleEventProps, SizingProps {
2940
3141
  /**
2941
- * The content of the popover.
3142
+ * The content displayed within the popover, which appears in an overlay positioned relative to its trigger element.
2942
3143
  */
2943
3144
  children?: ComponentChildren;
2944
3145
  }
@@ -2958,27 +3159,30 @@ interface PressButtonProps$1 extends GlobalProps, Pick<ButtonProps$1, "accessibi
2958
3159
  */
2959
3160
  defaultPressed?: boolean;
2960
3161
  }
3162
+ /**
3163
+ * The shared properties for the product thumbnail component. A product thumbnail displays a small preview image representing a product. Properties include `src` for the image URL, `alt` for accessibility text, `size` for controlling the thumbnail dimensions, and `totalItems` for displaying a quantity badge.
3164
+ */
2961
3165
  interface ProductThumbnailProps$1 extends GlobalProps, BaseImageProps {
2962
3166
  /**
2963
- * Decorates the product thumbnail with the quantity of the product.
3167
+ * The total number of items that the product thumbnail represents. When this value exceeds 1, the component displays a badge showing the count, useful for representing bundled products or quantities.
2964
3168
  */
2965
3169
  totalItems?: number;
2966
3170
  /**
2967
- * Adjusts the size the product thumbnail image.
3171
+ * The size of the product thumbnail image.
3172
+ *
3173
+ * - `'base'`: Default size that works well in most contexts.
3174
+ * - `'small'`: Small thumbnail, good for secondary contexts or tight layouts.
3175
+ * - `'small-100'`: Extra small thumbnail for compact displays or dense lists.
2968
3176
  *
2969
3177
  * @default 'base'
2970
3178
  */
2971
3179
  size?: SizeKeyword;
2972
3180
  /**
2973
- * Invoked when load of provided image completes successfully.
2974
- *
2975
- * @see https://developer.mozilla.org/en-US/docs/Web/API/GlobalEventHandlers/onload
3181
+ * A callback fired when the product thumbnail image loads successfully. Learn more about the [load event](https://developer.mozilla.org/en-US/docs/Web/API/GlobalEventHandlers/onload).
2976
3182
  */
2977
3183
  onLoad?: (event: Event) => void;
2978
3184
  /**
2979
- * Invoked on load error of provided image.
2980
- *
2981
- * @see https://developer.mozilla.org/en-US/docs/Web/API/GlobalEventHandlers/onerror
3185
+ * A callback fired when the product thumbnail image fails to load. Learn more about the [error event](https://developer.mozilla.org/en-US/docs/Web/API/GlobalEventHandlers/onerror).
2982
3186
  */
2983
3187
  onError?: (event: Event) => void;
2984
3188
  }
@@ -3000,7 +3204,7 @@ interface ProgressProps$1 extends GlobalProps {
3000
3204
  /**
3001
3205
  * Specifies how much of the task has been completed.
3002
3206
  *
3003
- * It must be a valid floating point number between 0 and `max`, or between 0 and 1 if `max` is omitted.
3207
+ * It must be a valid floating point number between `0` and `max`, or between `0` and `1` if `max` is omitted.
3004
3208
  * If there is no value attribute, the progress bar is indeterminate;
3005
3209
  * this indicates that an activity is ongoing with no indication of how long it is expected to take.
3006
3210
  *
@@ -3014,7 +3218,7 @@ interface ProgressProps$1 extends GlobalProps {
3014
3218
  /**
3015
3219
  * This attribute describes how much work the task indicated by the progress element requires.
3016
3220
  *
3017
- * The `max` attribute, if present, must have a value greater than 0 and be a valid floating point number.
3221
+ * The `max` attribute, if present, must have a value greater than `0` and be a valid floating point number.
3018
3222
  *
3019
3223
  * @default 1
3020
3224
  *
@@ -3022,48 +3226,44 @@ interface ProgressProps$1 extends GlobalProps {
3022
3226
  */
3023
3227
  max?: number;
3024
3228
  }
3229
+ /**
3230
+ * The shared properties for the QR code component. A QR code generates and displays a scannable matrix barcode from a given string. Properties include `content` for the data to encode, `size` for display dimensions, `border` for visual framing, and `logo` for branding.
3231
+ */
3025
3232
  interface QRCodeProps$1 extends GlobalProps {
3026
3233
  /**
3027
- * Set the border of the QR code.
3234
+ * Whether to display a border around the QR code.
3028
3235
  *
3029
- * `base`: applies border that is appropriate for the element.
3030
- * `none`: removes the border from the element.
3236
+ * - `'base'`: Applies a standard border to frame the QR code.
3237
+ * - `'none'`: Removes the border for seamless integration with the surrounding layout.
3031
3238
  *
3032
3239
  * @default 'base'
3033
3240
  */
3034
3241
  border?: "base" | "none";
3035
3242
  /**
3036
- * The content to be encoded in the QR code, which can be any string such as a URL, email address, plain text, etc.
3037
- * Specific string formatting can trigger actions on the user's device when scanned, like opening geolocation
3038
- * coordinates on a map, opening a preferred app or app store entry, preparing an email, text message, and more.
3243
+ * The content to be encoded in the QR code, such as a URL, email address, or plain text. When scanned, the user's device will process this content — typically by opening a URL in a browser or prompting an action based on the content type.
3039
3244
  */
3040
3245
  content?: string;
3041
3246
  /**
3042
3247
  * The displayed size of the QR code.
3043
3248
  *
3044
- * `fill`: the QR code will takes up 100% of the available inline-size and maintain a 1:1 aspect ratio.
3045
- * `base`: the QR code will be displayed at its default size.
3249
+ * - `'base'`: The QR code is displayed at its default fixed size.
3250
+ * - `'fill'`: The QR code takes up 100% of the available inline size, useful for responsive layouts.
3046
3251
  *
3047
3252
  * @default 'base'
3048
3253
  */
3049
3254
  size?: "base" | "fill";
3050
3255
  /**
3051
- * A label that describes the purpose or contents of the QR code. When set,
3052
- * it will be announced to users using assistive technologies and will
3053
- * provide more context about what the QR code may do when scanned.
3256
+ * A label that describes the purpose or contents of the QR code for accessibility. When set, it will be announced to users using assistive technologies such as screen readers.
3054
3257
  *
3055
3258
  * @default 'QR code' (translated to the user's locale)
3056
3259
  */
3057
3260
  accessibilityLabel?: string;
3058
3261
  /**
3059
- * Invoked when the conversion of `content` to a QR code fails.
3060
- * If an error occurs, the QR code and its child elements will not be displayed.
3262
+ * A callback fired when the conversion of `content` to a QR code fails. This can happen when the content is too long or contains unsupported characters.
3061
3263
  */
3062
3264
  onError?: (event: Event) => void;
3063
3265
  /**
3064
- * URL of an image to be displayed in the center of the QR code.
3065
- * This is useful for branding or to indicate to the user what scanning the QR code will do.
3066
- * By default, no image is displayed.
3266
+ * The URL of an image to display in the center of the QR code, typically used for branding. The image should be small enough not to interfere with the QR code's scannability.
3067
3267
  */
3068
3268
  logo?: string;
3069
3269
  }
@@ -3087,6 +3287,7 @@ interface QueryContainerProps$1 extends GlobalProps {
3087
3287
  */
3088
3288
  containerName?: string;
3089
3289
  }
3290
+ /** @publicDocs */
3090
3291
  export type OverflowKeyword = "auto" | "hidden";
3091
3292
  interface ScrollBoxProps$1 extends GlobalProps, Omit<BaseBoxPropsWithRole, "overflow"> {
3092
3293
  /**
@@ -3107,19 +3308,19 @@ interface ScrollBoxProps$1 extends GlobalProps, Omit<BaseBoxPropsWithRole, "over
3107
3308
  }
3108
3309
  interface SectionProps$1 extends GlobalProps, ActionSlots {
3109
3310
  /**
3110
- * The content of the Section.
3311
+ * The content of the section.
3111
3312
  */
3112
3313
  children?: ComponentChildren;
3113
3314
  /**
3114
3315
  * A label used to describe the section that will be announced by assistive technologies.
3115
3316
  *
3116
- * When no `heading` property is provided or included as a children of the Section, you **must** provide an
3117
- * `accessibilityLabel` to describe the Section. This is important as it allows assistive technologies to provide
3317
+ * When no `heading` property is provided or included as a child of the section, you **must** provide an
3318
+ * `accessibilityLabel` to describe the section. This is important as it allows assistive technologies to provide
3118
3319
  * the right context to users.
3119
3320
  */
3120
3321
  accessibilityLabel?: string;
3121
3322
  /**
3122
- * A title that describes the content of the section.
3323
+ * 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.
3123
3324
  */
3124
3325
  heading?: string;
3125
3326
  /**
@@ -3127,8 +3328,8 @@ interface SectionProps$1 extends GlobalProps, ActionSlots {
3127
3328
  *
3128
3329
  * - `base`: applies padding that is appropriate for the element. Note that it may result in no padding if
3129
3330
  * this is the right design decision in a particular context.
3130
- * - `none`: removes all padding from the element. This can be useful when elements inside the Section need to span
3131
- * to the edge of the Section. For example, a full-width image. In this case, rely on `s-box` with a padding of 'base'
3331
+ * - `none`: removes all padding from the element. This can be useful when elements inside the section need to span
3332
+ * to the edge of the section. For example, a full-width image. In this case, rely on `s-box` with a padding of 'base'
3132
3333
  * to bring back the desired padding for the rest of the content.
3133
3334
  *
3134
3335
  * @default 'base'
@@ -3145,28 +3346,15 @@ interface SelectProps$1 extends GlobalProps, AutocompleteProps<AnyAutocompleteFi
3145
3346
  }
3146
3347
  interface SheetProps$1 extends BaseOverlayProps, BaseOverlayMethods, ToggleEventProps, GlobalProps, ActionSlots {
3147
3348
  /**
3148
- * A label that describes the purpose of the sheet. When set,
3149
- * it will be announced to users using assistive technologies and will
3150
- * provide them with more context.
3151
- *
3152
- * This overrides the `heading` prop for screen readers.
3349
+ * 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.
3153
3350
  */
3154
3351
  accessibilityLabel?: string;
3155
3352
  /**
3156
- * The content of the Sheet.
3353
+ * The content of the sheet.
3157
3354
  */
3158
3355
  children?: ComponentChildren;
3159
3356
  /**
3160
- * Indicates whether the Sheet should be open by default.
3161
- * This property is necessary in some cases, but its usage is generally discouraged due to potential negative impacts on user experience.
3162
- *
3163
- * Developers should:
3164
- * - Only set this property to true when there are vitally important behaviors of the application that depend on the user interacting with the sheet.
3165
- * - 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.
3166
- *
3167
- * This property is useful for when the Sheet needs to be rendered on the page load and not triggered by a user action.
3168
- * The property should only take effect when the `Sheet` is rendered for the first time.
3169
- * To toggle the Sheet after it has been rendered, use the `ui.showOverlay()` method instead.
3357
+ * 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.
3170
3358
  *
3171
3359
  * @default false
3172
3360
  */
@@ -3178,12 +3366,8 @@ interface SheetProps$1 extends BaseOverlayProps, BaseOverlayMethods, ToggleEvent
3178
3366
  /**
3179
3367
  * Adjust the padding of all edges.
3180
3368
  *
3181
- * `base`: applies padding that is appropriate for the element. Note that it may result in no padding if Shopify
3182
- * believes this is the right design decision in a particular context.
3183
- *
3184
- * `none`: removes all padding from the element. This can be useful when elements inside the Sheet need to span
3185
- * to the edge of the Sheet. For example, a full-width image. In this case, rely on `Box` with a padding of 'base'
3186
- * to bring back the desired padding for the rest of the content.
3369
+ * - `base`: Applies padding that is appropriate for the element. This might result in no padding if Shopify determines that is the right design decision for a particular context.
3370
+ * - `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.
3187
3371
  *
3188
3372
  * @default 'base'
3189
3373
  */
@@ -3256,12 +3440,10 @@ interface StackProps$1 extends GlobalProps, BaseBoxPropsWithRole, GapProps {
3256
3440
  }
3257
3441
  interface SummaryProps$1 extends GlobalProps {
3258
3442
  /**
3259
- * The content to use as the label.
3260
- *
3261
- * Interactive content is disallowed. For example, you can use a `<Text>` element for extra formatting but
3262
- * elements like buttons and fields are not allowed.
3443
+ * The text or elements displayed as the summary label for the collapsible details section.
3263
3444
  *
3264
- * @see https://developer.mozilla.org/en-US/docs/Web/HTML/Element/summary
3445
+ * Interactive content is disallowed. For example, you can use an `s-text` element for extra formatting but
3446
+ * elements like buttons and fields are not allowed. Learn more about the [summary element](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/summary).
3265
3447
  *
3266
3448
  * @implementation Surfaces may apply styling to this element. An icon suggesting the state (open or closed) of the
3267
3449
  * details element is recommended.
@@ -3274,21 +3456,22 @@ interface SwitchProps$1 extends GlobalProps, BaseCheckableProps, BasicFieldProps
3274
3456
  }
3275
3457
  interface TextProps$1 extends GlobalProps, AccessibilityVisibilityProps, BaseTypographyProps, DisplayProps, Pick<InteractionProps, "interestFor"> {
3276
3458
  /**
3277
- * The content of the Text.
3459
+ * The text content displayed within the text component, which applies semantic meaning and styling appropriate to the specified text type.
3278
3460
  */
3279
3461
  children?: ComponentChildren;
3280
3462
  /**
3281
- * Provide semantic meaning and default styling to the text.
3463
+ * The semantic type and styling treatment for the text content.
3282
3464
  *
3283
- * Other presentation properties on Text override the default styling.
3465
+ * Other presentation properties on `s-text` override the default styling.
3284
3466
  *
3285
3467
  * @default 'generic'
3286
3468
  */
3287
3469
  type?: TextType;
3288
3470
  }
3471
+ /** @publicDocs */
3289
3472
  export type TextType =
3290
3473
  /**
3291
- * Indicate the text is contact information. Typically used for addresses.
3474
+ * A semantic type that indicates the text is contact information. Typically used for addresses.
3292
3475
  *
3293
3476
  * This must have `inline` layout (despite the default being `block` in HTML hosts).
3294
3477
  *
@@ -3298,65 +3481,60 @@ export type TextType =
3298
3481
  *
3299
3482
  * @implementation vertical alignment should be `baseline` (`vertical-align: baseline`)
3300
3483
  *
3301
- * @see https://developer.mozilla.org/en-US/docs/Web/HTML/Element/address
3484
+ * Learn more about the [address element](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/address).
3302
3485
  */
3303
3486
  "address"
3304
3487
  /**
3305
- * Indicate the text is no longer accurate or no longer relevant. One such use-case is discounted prices.
3488
+ * A semantic type that indicates the text is no longer accurate or no longer relevant. One such use-case is discounted prices.
3306
3489
  *
3307
3490
  * Surfaces should apply styling to this type to suggest its content no longer applies.
3308
3491
  *
3309
- * In an HTML host, the text will be rendered in a `<s>` element.
3310
- * @see https://developer.mozilla.org/en-US/docs/Web/HTML/Element/s
3492
+ * In an HTML host, the text will be rendered in a `<s>` element. Learn more about the [s element](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/s).
3311
3493
  */
3312
3494
  | "redundant"
3313
3495
  /**
3314
- * Indicate the text is marked or highlighted and relevant to the user’s current action.
3496
+ * A semantic type that indicates the text is marked or highlighted and relevant to the user’s current action.
3315
3497
  * One such use-case is to indicate the characters that matched a search query.
3316
3498
  *
3317
3499
  * Surfaces should apply styling to this type to draw attention to the content.
3318
3500
  *
3319
- * In an HTML host, the text will be rendered in a `<mark>` element.
3320
- * @see https://developer.mozilla.org/en-US/docs/Web/HTML/Element/mark
3501
+ * In an HTML host, the text will be rendered in a `<mark>` element. Learn more about the [mark element](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/mark).
3321
3502
  */
3322
3503
  | "mark"
3323
3504
  /**
3324
- * Indicate emphatic stress. Typically for words that have a stressed emphasis compared to surrounding text.
3505
+ * A semantic type that indicates emphatic stress. Typically for words that have a stressed emphasis compared to surrounding text.
3325
3506
  *
3326
3507
  * Surfaces should apply styling to this type to distinguish it from surrounding text. Italicization is a common choice, but not required.
3327
3508
  *
3328
- * In an HTML host, the text will be rendered in an `<em>` element.
3329
- * @see https://developer.mozilla.org/en-US/docs/Web/HTML/Element/em
3509
+ * In an HTML host, the text will be rendered in an `<em>` element. Learn more about the [em element](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/em).
3330
3510
  */
3331
3511
  | "emphasis"
3332
3512
  /**
3333
- * Indicate an offset from the normal prose of the text. Typically used to indicate
3334
- * a foreign word, fictional character thoughts, or when the text refers to the definition of a word
3335
- * instead of representing its semantic meaning.
3513
+ * A semantic type that indicates an offset from the normal prose of the text.
3514
+ *
3515
+ * Typically used to indicate a foreign word, fictional character thoughts, or when the text refers to the definition of a word instead of representing its semantic meaning.
3336
3516
  *
3337
3517
  * Surfaces should italicize this content by default.
3338
3518
  *
3339
- * In an HTML host, the text will be rendered in a `<i>` tag.
3340
- * @see https://developer.mozilla.org/en-US/docs/Web/HTML/Element/i
3519
+ * In an HTML host, the text will be rendered in a `<i>` tag. Learn more about the [i element](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/i).
3341
3520
  */
3342
3521
  | "offset"
3343
3522
  /**
3344
- * Indicate strong importance, seriousness, or urgency.
3523
+ * A semantic type that indicates strong importance, seriousness, or urgency.
3345
3524
  *
3346
3525
  * Surfaces should render this content bold by default.
3347
3526
  *
3348
- * In an HTML host, the text will be rendered in a `<strong>` tag.
3349
- * @see https://developer.mozilla.org/en-US/docs/Web/HTML/Element/strong
3527
+ * In an HTML host, the text will be rendered in a `<strong>` tag. Learn more about the [strong element](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/strong).
3350
3528
  */
3351
3529
  | "strong"
3352
3530
  /**
3353
- * Indicates the text is considered less important than the main content, but is still necessary for the reader to understand.
3531
+ * A semantic type that indicates the text is considered less important than the main content, but is still necessary for the reader to understand.
3532
+ *
3354
3533
  * It can be used for secondary content but also for disclaimers, terms and conditions, or legal information.
3355
3534
  *
3356
3535
  * Surfaces should apply a smaller font size than the default size.
3357
3536
  *
3358
- * In an HTML host, the text will be rendered in a `<small>` element.
3359
- * @see https://developer.mozilla.org/en-US/docs/Web/HTML/Element/small
3537
+ * In an HTML host, the text will be rendered in a `<small>` element. Learn more about the [small element](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/small).
3360
3538
  */
3361
3539
  | "small"
3362
3540
  /**
@@ -3364,8 +3542,7 @@ export type TextType =
3364
3542
  *
3365
3543
  * Surfaces must not apply any default styling to this type.
3366
3544
  *
3367
- * In an HTML host, the text will be rendered in a `<span>` tag.
3368
- * @see https://developer.mozilla.org/en-US/docs/Web/HTML/Element/span
3545
+ * In an HTML host, the text will be rendered in a `<span>` tag. Learn more about the [span element](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/span).
3369
3546
  */
3370
3547
  | "generic";
3371
3548
  interface TextAreaProps$1 extends GlobalProps, BaseTextFieldProps, MinMaxLengthProps, AutocompleteProps<TextAutocompleteField> {
@@ -3380,15 +3557,13 @@ interface TextFieldProps$1 extends GlobalProps, BaseTextFieldProps, MinMaxLength
3380
3557
  }
3381
3558
  interface TimeProps$1 extends GlobalProps {
3382
3559
  /**
3383
- * The content of the Time.
3560
+ * The text content displayed within the time component, representing a human-readable date or time value.
3384
3561
  */
3385
3562
  children?: ComponentChildren;
3386
3563
  /**
3387
- * Set the time and/or date of the element.
3388
- *
3389
- * It must be a [valid date string](https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/time#valid_datetime_values).
3564
+ * The machine-readable date and/or time value for the element. Use this to provide a datetime string that browsers, search engines, and assistive technologies can parse for improved semantics and functionality.
3390
3565
  *
3391
- * @see https://developer.mozilla.org/en-US/docs/Web/HTML/Element/time#valid_datetime_values
3566
+ * The value must be a [valid datetime string](https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/time#valid_datetime_values), such as `2024-01-15`, `14:30`, or `2024-01-15T14:30:00`.
3392
3567
  *
3393
3568
  * @default ''
3394
3569
  */
@@ -3396,14 +3571,16 @@ interface TimeProps$1 extends GlobalProps {
3396
3571
  }
3397
3572
  interface TooltipProps$1 extends GlobalProps {
3398
3573
  /**
3399
- * The content of the Tooltip.
3574
+ * The text or elements displayed inside the tooltip popup.
3400
3575
  */
3401
3576
  children?: ComponentChildren;
3402
3577
  }
3403
3578
  interface UnorderedListProps$1 extends GlobalProps {
3404
3579
  }
3580
+ /** @publicDocs */
3405
3581
  export interface URLFieldProps extends GlobalProps, BaseTextFieldProps, MinMaxLengthProps, AutocompleteProps<URLAutocompleteField> {
3406
3582
  }
3583
+ /** @publicDocs */
3407
3584
  export type URLAutocompleteField = ExtractStrict<AnyAutocompleteField, "url" | "photo" | "impp" | `${AutocompleteAddressGroup} impp`>;
3408
3585
 
3409
3586