@shopify/ui-extensions 2025.10.0-rc.37 → 2025.10.0-rc.38

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 (209) hide show
  1. package/build/ts/shared.d.ts +24 -4
  2. package/build/ts/shared.d.ts.map +1 -1
  3. package/build/ts/surfaces/admin/components/AdminAction.d.ts +1 -1
  4. package/build/ts/surfaces/admin/components/AdminBlock.d.ts +1 -1
  5. package/build/ts/surfaces/admin/components/AdminPrintAction.d.ts +1 -1
  6. package/build/ts/surfaces/admin/components/Avatar.d.ts +1 -1
  7. package/build/ts/surfaces/admin/components/Badge.d.ts +1 -1
  8. package/build/ts/surfaces/admin/components/Banner.d.ts +1 -1
  9. package/build/ts/surfaces/admin/components/Box.d.ts +8 -1
  10. package/build/ts/surfaces/admin/components/Button.d.ts +1 -1
  11. package/build/ts/surfaces/admin/components/ButtonGroup.d.ts +14 -2
  12. package/build/ts/surfaces/admin/components/Checkbox.d.ts +1 -1
  13. package/build/ts/surfaces/admin/components/Chip.d.ts +1 -1
  14. package/build/ts/surfaces/admin/components/Choice.d.ts +1 -1
  15. package/build/ts/surfaces/admin/components/ChoiceList.d.ts +1 -1
  16. package/build/ts/surfaces/admin/components/Clickable.d.ts +8 -1
  17. package/build/ts/surfaces/admin/components/ClickableChip.d.ts +1 -1
  18. package/build/ts/surfaces/admin/components/ColorField.d.ts +3 -1
  19. package/build/ts/surfaces/admin/components/ColorPicker.d.ts +1 -1
  20. package/build/ts/surfaces/admin/components/DateField/DateField.doc.d.ts +2 -2
  21. package/build/ts/surfaces/admin/components/DateField/DateField.doc.d.ts.map +1 -1
  22. package/build/ts/surfaces/admin/components/DateField.d.ts +1 -1
  23. package/build/ts/surfaces/admin/components/DatePicker.d.ts +1 -1
  24. package/build/ts/surfaces/admin/components/Divider.d.ts +1 -1
  25. package/build/ts/surfaces/admin/components/DropZone.d.ts +1 -1
  26. package/build/ts/surfaces/admin/components/EmailField.d.ts +1 -1
  27. package/build/ts/surfaces/admin/components/Form.d.ts +1 -1
  28. package/build/ts/surfaces/admin/components/FunctionSettings.d.ts +1 -1
  29. package/build/ts/surfaces/admin/components/Grid.d.ts +20 -1
  30. package/build/ts/surfaces/admin/components/GridItem.d.ts +8 -1
  31. package/build/ts/surfaces/admin/components/Heading.d.ts +1 -1
  32. package/build/ts/surfaces/admin/components/Icon.d.ts +1 -1
  33. package/build/ts/surfaces/admin/components/Image.d.ts +8 -1
  34. package/build/ts/surfaces/admin/components/Link.d.ts +1 -1
  35. package/build/ts/surfaces/admin/components/ListItem.d.ts +1 -1
  36. package/build/ts/surfaces/admin/components/Menu.d.ts +1 -1
  37. package/build/ts/surfaces/admin/components/Modal/Modal.ab.doc.d.ts +4 -0
  38. package/build/ts/surfaces/admin/components/Modal/Modal.ab.doc.d.ts.map +1 -0
  39. package/build/ts/surfaces/admin/components/Modal.d.ts +1 -1
  40. package/build/ts/surfaces/admin/components/MoneyField.d.ts +1 -3
  41. package/build/ts/surfaces/admin/components/NumberField.d.ts +1 -3
  42. package/build/ts/surfaces/admin/components/Option.d.ts +1 -1
  43. package/build/ts/surfaces/admin/components/OptionGroup.d.ts +1 -1
  44. package/build/ts/surfaces/admin/components/OrderedList.d.ts +1 -1
  45. package/build/ts/surfaces/admin/components/Page.d.ts +1 -1
  46. package/build/ts/surfaces/admin/components/Paragraph.d.ts +1 -1
  47. package/build/ts/surfaces/admin/components/PasswordField.d.ts +1 -1
  48. package/build/ts/surfaces/admin/components/QueryContainer.d.ts +1 -1
  49. package/build/ts/surfaces/admin/components/SearchField.d.ts +1 -1
  50. package/build/ts/surfaces/admin/components/Section.d.ts +1 -1
  51. package/build/ts/surfaces/admin/components/Select.d.ts +1 -1
  52. package/build/ts/surfaces/admin/components/Spinner.d.ts +1 -1
  53. package/build/ts/surfaces/admin/components/Stack.d.ts +14 -1
  54. package/build/ts/surfaces/admin/components/Switch.d.ts +1 -1
  55. package/build/ts/surfaces/admin/components/Table.d.ts +3 -2
  56. package/build/ts/surfaces/admin/components/TableBody.d.ts +1 -1
  57. package/build/ts/surfaces/admin/components/TableCell.d.ts +1 -1
  58. package/build/ts/surfaces/admin/components/TableHeader.d.ts +3 -2
  59. package/build/ts/surfaces/admin/components/TableHeaderRow.d.ts +1 -1
  60. package/build/ts/surfaces/admin/components/TableRow.d.ts +1 -1
  61. package/build/ts/surfaces/admin/components/Text.d.ts +1 -1
  62. package/build/ts/surfaces/admin/components/TextArea.d.ts +1 -1
  63. package/build/ts/surfaces/admin/components/TextField.d.ts +1 -1
  64. package/build/ts/surfaces/admin/components/Thumbnail.d.ts +1 -1
  65. package/build/ts/surfaces/admin/components/Tooltip.d.ts +1 -1
  66. package/build/ts/surfaces/admin/components/URLField.d.ts +1 -1
  67. package/build/ts/surfaces/admin/components/UnorderedList.d.ts +1 -1
  68. package/build/ts/surfaces/admin/components/patterns/indexTable.ab.doc.d.ts.map +1 -1
  69. package/build/ts/surfaces/admin/components/shared.d.ts +245 -222
  70. package/build/ts/surfaces/admin/docs-types.d.ts +4 -0
  71. package/build/ts/surfaces/admin/docs-types.d.ts.map +1 -1
  72. package/build/ts/surfaces/customer-account/api/cart-line/cart-line-item.d.ts +2 -2
  73. package/build/ts/surfaces/customer-account/api/cart-line/cart-line-item.d.ts.map +1 -1
  74. package/build/ts/surfaces/customer-account/api/order-status/order-status.d.ts +29 -29
  75. package/build/ts/surfaces/customer-account/api/order-status/order-status.d.ts.map +1 -1
  76. package/build/ts/surfaces/customer-account/api/shared.d.ts +6 -6
  77. package/build/ts/surfaces/customer-account/api/shared.d.ts.map +1 -1
  78. package/build/ts/surfaces/customer-account/api/standard-api/standard-api.d.ts +6 -6
  79. package/build/ts/surfaces/customer-account/api/standard-api/standard-api.d.ts.map +1 -1
  80. package/build/ts/surfaces/customer-account/api.d.ts +1 -1
  81. package/build/ts/surfaces/customer-account/api.d.ts.map +1 -1
  82. package/build/ts/surfaces/customer-account/preact/subscription.d.ts +2 -2
  83. package/build/ts/surfaces/customer-account/preact/subscription.d.ts.map +1 -1
  84. package/build/ts/surfaces/point-of-sale/components/Badge.d.ts +1 -1
  85. package/build/ts/surfaces/point-of-sale/components/Box.d.ts +82 -8
  86. package/build/ts/surfaces/point-of-sale/components/Icon.d.ts +111 -30
  87. package/build/ts/surfaces/point-of-sale/components/PosBlock/PosBlock.doc.d.ts +4 -0
  88. package/build/ts/surfaces/point-of-sale/components/PosBlock/PosBlock.doc.d.ts.map +1 -0
  89. package/build/ts/surfaces/point-of-sale/components/PosBlock.d.ts +64 -0
  90. package/build/ts/surfaces/point-of-sale/components/SearchField.d.ts +1 -4
  91. package/build/ts/surfaces/point-of-sale/components/Stack.d.ts +82 -8
  92. package/build/ts/surfaces/point-of-sale/components/Tile.d.ts +1 -38
  93. package/build/ts/surfaces/point-of-sale/components/TimeField/TimeField.doc.d.ts +4 -0
  94. package/build/ts/surfaces/point-of-sale/components/TimeField/TimeField.doc.d.ts.map +1 -0
  95. package/build/ts/surfaces/point-of-sale/components/TimeField.d.ts +65 -0
  96. package/build/ts/surfaces/point-of-sale/components/components-shared.d.ts +321 -150
  97. package/build/ts/surfaces/point-of-sale/targets/pos.cart.line-item-details.action.render.d.ts +2 -0
  98. package/build/ts/surfaces/point-of-sale/targets/pos.customer-details.action.render.d.ts +2 -0
  99. package/build/ts/surfaces/point-of-sale/targets/pos.customer-details.block.render.d.ts +1 -0
  100. package/build/ts/surfaces/point-of-sale/targets/pos.draft-order-details.action.render.d.ts +2 -0
  101. package/build/ts/surfaces/point-of-sale/targets/pos.draft-order-details.block.render.d.ts +1 -0
  102. package/build/ts/surfaces/point-of-sale/targets/pos.exchange.post.action.render.d.ts +2 -0
  103. package/build/ts/surfaces/point-of-sale/targets/pos.exchange.post.block.render.d.ts +1 -0
  104. package/build/ts/surfaces/point-of-sale/targets/pos.home.modal.render.d.ts +2 -0
  105. package/build/ts/surfaces/point-of-sale/targets/pos.order-details.action.render.d.ts +2 -0
  106. package/build/ts/surfaces/point-of-sale/targets/pos.order-details.block.render.d.ts +1 -0
  107. package/build/ts/surfaces/point-of-sale/targets/pos.product-details.action.render.d.ts +2 -0
  108. package/build/ts/surfaces/point-of-sale/targets/pos.product-details.block.render.d.ts +1 -0
  109. package/build/ts/surfaces/point-of-sale/targets/pos.purchase.post.action.render.d.ts +2 -0
  110. package/build/ts/surfaces/point-of-sale/targets/pos.purchase.post.block.render.d.ts +1 -0
  111. package/build/ts/surfaces/point-of-sale/targets/pos.return.post.action.render.d.ts +2 -0
  112. package/build/ts/surfaces/point-of-sale/targets/pos.return.post.block.render.d.ts +1 -0
  113. package/build/tsconfig.tsbuildinfo +1 -1
  114. package/package.json +1 -1
  115. package/src/docs/shared/components/Modal.ts +1 -1
  116. package/src/shared.ts +25 -4
  117. package/src/surfaces/admin/components/AdminAction.d.ts +1 -1
  118. package/src/surfaces/admin/components/AdminBlock.d.ts +1 -1
  119. package/src/surfaces/admin/components/AdminPrintAction.d.ts +1 -1
  120. package/src/surfaces/admin/components/Avatar.d.ts +1 -1
  121. package/src/surfaces/admin/components/Badge.d.ts +1 -1
  122. package/src/surfaces/admin/components/Banner.d.ts +1 -1
  123. package/src/surfaces/admin/components/Box.d.ts +8 -1
  124. package/src/surfaces/admin/components/Button.d.ts +1 -1
  125. package/src/surfaces/admin/components/ButtonGroup.d.ts +14 -2
  126. package/src/surfaces/admin/components/Checkbox.d.ts +1 -1
  127. package/src/surfaces/admin/components/Chip.d.ts +1 -1
  128. package/src/surfaces/admin/components/Choice.d.ts +1 -1
  129. package/src/surfaces/admin/components/ChoiceList.d.ts +1 -1
  130. package/src/surfaces/admin/components/Clickable.d.ts +8 -1
  131. package/src/surfaces/admin/components/ClickableChip.d.ts +1 -1
  132. package/src/surfaces/admin/components/ColorField.d.ts +3 -1
  133. package/src/surfaces/admin/components/ColorPicker.d.ts +1 -1
  134. package/src/surfaces/admin/components/DateField.d.ts +1 -1
  135. package/src/surfaces/admin/components/DatePicker.d.ts +1 -1
  136. package/src/surfaces/admin/components/Divider.d.ts +1 -1
  137. package/src/surfaces/admin/components/DropZone.d.ts +1 -1
  138. package/src/surfaces/admin/components/EmailField.d.ts +1 -1
  139. package/src/surfaces/admin/components/Form.d.ts +1 -1
  140. package/src/surfaces/admin/components/FunctionSettings.d.ts +1 -1
  141. package/src/surfaces/admin/components/Grid.d.ts +20 -1
  142. package/src/surfaces/admin/components/GridItem.d.ts +8 -1
  143. package/src/surfaces/admin/components/Heading.d.ts +1 -1
  144. package/src/surfaces/admin/components/Icon.d.ts +1 -1
  145. package/src/surfaces/admin/components/Image.d.ts +8 -1
  146. package/src/surfaces/admin/components/Link.d.ts +1 -1
  147. package/src/surfaces/admin/components/ListItem.d.ts +1 -1
  148. package/src/surfaces/admin/components/Menu.d.ts +1 -1
  149. package/src/surfaces/admin/components/Modal/examples/default.html +23 -0
  150. package/src/surfaces/admin/components/Modal.d.ts +1 -1
  151. package/src/surfaces/admin/components/MoneyField.d.ts +1 -3
  152. package/src/surfaces/admin/components/NumberField.d.ts +1 -3
  153. package/src/surfaces/admin/components/Option.d.ts +1 -1
  154. package/src/surfaces/admin/components/OptionGroup.d.ts +1 -1
  155. package/src/surfaces/admin/components/OrderedList.d.ts +1 -1
  156. package/src/surfaces/admin/components/Page.d.ts +1 -1
  157. package/src/surfaces/admin/components/Paragraph.d.ts +1 -1
  158. package/src/surfaces/admin/components/PasswordField.d.ts +1 -1
  159. package/src/surfaces/admin/components/QueryContainer.d.ts +1 -1
  160. package/src/surfaces/admin/components/SearchField.d.ts +1 -1
  161. package/src/surfaces/admin/components/Section.d.ts +1 -1
  162. package/src/surfaces/admin/components/Select.d.ts +1 -1
  163. package/src/surfaces/admin/components/Spinner.d.ts +1 -1
  164. package/src/surfaces/admin/components/Stack.d.ts +14 -1
  165. package/src/surfaces/admin/components/Switch.d.ts +1 -1
  166. package/src/surfaces/admin/components/Table.d.ts +3 -2
  167. package/src/surfaces/admin/components/TableBody.d.ts +1 -1
  168. package/src/surfaces/admin/components/TableCell.d.ts +1 -1
  169. package/src/surfaces/admin/components/TableHeader.d.ts +3 -2
  170. package/src/surfaces/admin/components/TableHeaderRow.d.ts +1 -1
  171. package/src/surfaces/admin/components/TableRow.d.ts +1 -1
  172. package/src/surfaces/admin/components/Text.d.ts +1 -1
  173. package/src/surfaces/admin/components/TextArea.d.ts +1 -1
  174. package/src/surfaces/admin/components/TextField.d.ts +1 -1
  175. package/src/surfaces/admin/components/Thumbnail.d.ts +1 -1
  176. package/src/surfaces/admin/components/Tooltip.d.ts +1 -1
  177. package/src/surfaces/admin/components/URLField.d.ts +1 -1
  178. package/src/surfaces/admin/components/UnorderedList.d.ts +1 -1
  179. package/src/surfaces/admin/components/patterns/examples/details.html +5 -11
  180. package/src/surfaces/admin/components/patterns/examples/details.jsx +4 -13
  181. package/src/surfaces/admin/components/patterns/examples/homepage.html +3 -12
  182. package/src/surfaces/admin/components/patterns/examples/homepage.jsx +3 -12
  183. package/src/surfaces/admin/components/patterns/examples/index.html +4 -10
  184. package/src/surfaces/admin/components/patterns/examples/index.jsx +4 -11
  185. package/src/surfaces/admin/components/patterns/examples/indexTable.html +4 -9
  186. package/src/surfaces/admin/components/patterns/examples/mediaCard.html +1 -1
  187. package/src/surfaces/admin/components/patterns/examples/settings.html +1 -2
  188. package/src/surfaces/admin/components/patterns/examples/settings.jsx +2 -6
  189. package/src/surfaces/admin/components/shared.d.ts +245 -222
  190. package/src/surfaces/admin/components.d.ts +293 -228
  191. package/src/surfaces/admin/docs-types.ts +8 -1
  192. package/src/surfaces/customer-account/api/cart-line/cart-line-item.ts +2 -2
  193. package/src/surfaces/customer-account/api/order-status/order-status.ts +29 -29
  194. package/src/surfaces/customer-account/api/shared.ts +6 -6
  195. package/src/surfaces/customer-account/api/standard-api/standard-api.ts +6 -6
  196. package/src/surfaces/customer-account/api.ts +1 -1
  197. package/src/surfaces/customer-account/preact/subscription.ts +3 -3
  198. package/src/surfaces/point-of-sale/components/Badge.d.ts +1 -1
  199. package/src/surfaces/point-of-sale/components/Box.d.ts +82 -8
  200. package/src/surfaces/point-of-sale/components/Icon.d.ts +111 -30
  201. package/src/surfaces/point-of-sale/components/PosBlock/examples/default.html +11 -0
  202. package/src/surfaces/point-of-sale/components/PosBlock.d.ts +64 -0
  203. package/src/surfaces/point-of-sale/components/SearchField.d.ts +1 -4
  204. package/src/surfaces/point-of-sale/components/Stack.d.ts +82 -8
  205. package/src/surfaces/point-of-sale/components/Tile.d.ts +1 -38
  206. package/src/surfaces/point-of-sale/components/TimeField/examples/default.html +12 -0
  207. package/src/surfaces/point-of-sale/components/TimeField.d.ts +65 -0
  208. package/src/surfaces/point-of-sale/components/components-shared.d.ts +321 -150
  209. package/src/surfaces/point-of-sale/components.d.ts +1041 -530
@@ -74,6 +74,20 @@ export interface BaseOverlayMethods {
74
74
  */
75
75
  toggleOverlay: () => void;
76
76
  }
77
+ export interface FocusEventProps {
78
+ /**
79
+ * Callback when the element loses focus.
80
+ *
81
+ * @see https://developer.mozilla.org/en-US/docs/Web/API/Element/blur_event
82
+ */
83
+ onBlur?: (event: FocusEvent) => void;
84
+ /**
85
+ * Callback when the element receives focus.
86
+ *
87
+ * @see https://developer.mozilla.org/en-US/docs/Web/API/Element/focus_event
88
+ */
89
+ onFocus?: (event: FocusEvent) => void;
90
+ }
77
91
  export type SizeKeyword =
78
92
  | 'small-500'
79
93
  | 'small-400'
@@ -116,6 +130,7 @@ export type ToneKeyword =
116
130
  | 'caution'
117
131
  | 'warning'
118
132
  | 'critical'
133
+ | 'accent'
119
134
  | 'custom';
120
135
  declare const privateIconArray: readonly [
121
136
  'adjust',
@@ -125,23 +140,23 @@ declare const privateIconArray: readonly [
125
140
  'alert-circle',
126
141
  'alert-diamond',
127
142
  'alert-location',
128
- 'alert-octagon-filled',
129
143
  'alert-octagon',
130
- 'alert-triangle-filled',
144
+ 'alert-octagon-filled',
131
145
  'alert-triangle',
146
+ 'alert-triangle-filled',
132
147
  'app-extension',
133
148
  'apps',
134
149
  'archive',
150
+ 'arrow-down',
135
151
  'arrow-down-circle',
136
152
  'arrow-down-right',
137
- 'arrow-down',
138
- 'arrow-left-circle',
139
153
  'arrow-left',
140
- 'arrow-right-circle',
154
+ 'arrow-left-circle',
141
155
  'arrow-right',
156
+ 'arrow-right-circle',
157
+ 'arrow-up',
142
158
  'arrow-up-circle',
143
159
  'arrow-up-right',
144
- 'arrow-up',
145
160
  'arrows-in-horizontal',
146
161
  'arrows-out-horizontal',
147
162
  'attachment',
@@ -150,36 +165,39 @@ declare const privateIconArray: readonly [
150
165
  'bag',
151
166
  'bank',
152
167
  'barcode',
168
+ 'battery-low',
153
169
  'bill',
154
170
  'blank',
155
171
  'blog',
156
- 'bolt-filled',
157
172
  'bolt',
158
- 'book-open',
173
+ 'bolt-filled',
159
174
  'book',
175
+ 'book-open',
160
176
  'bug',
161
177
  'bullet',
162
178
  'business-entity',
163
- 'button-press',
164
179
  'button',
180
+ 'button-press',
165
181
  'calculator',
182
+ 'calendar',
166
183
  'calendar-check',
167
184
  'calendar-compare',
168
185
  'calendar-list',
169
186
  'calendar-time',
170
- 'calendar',
171
- 'camera-flip',
172
187
  'camera',
188
+ 'camera-flip',
173
189
  'caret-down',
174
190
  'caret-left',
175
191
  'caret-right',
176
192
  'caret-up',
193
+ 'cart',
177
194
  'cart-abandoned',
178
195
  'cart-discount',
179
196
  'cart-down',
197
+ 'cart-filled',
180
198
  'cart-sale',
199
+ 'cart-send',
181
200
  'cart-up',
182
- 'cart',
183
201
  'cash-dollar',
184
202
  'cash-euro',
185
203
  'cash-pound',
@@ -191,8 +209,8 @@ declare const privateIconArray: readonly [
191
209
  'chart-cohort',
192
210
  'chart-donut',
193
211
  'chart-funnel',
194
- 'chart-histogram-first-last',
195
212
  'chart-histogram-first',
213
+ 'chart-histogram-first-last',
196
214
  'chart-histogram-flat',
197
215
  'chart-histogram-full',
198
216
  'chart-histogram-growth',
@@ -203,36 +221,36 @@ declare const privateIconArray: readonly [
203
221
  'chart-popular',
204
222
  'chart-stacked',
205
223
  'chart-vertical',
224
+ 'chat',
206
225
  'chat-new',
207
226
  'chat-referral',
208
- 'chat',
209
- 'check-circle-filled',
210
- 'check-circle',
211
227
  'check',
228
+ 'check-circle',
229
+ 'check-circle-filled',
212
230
  'checkbox',
213
- 'chevron-down-circle',
214
231
  'chevron-down',
215
- 'chevron-left-circle',
232
+ 'chevron-down-circle',
216
233
  'chevron-left',
217
- 'chevron-right-circle',
234
+ 'chevron-left-circle',
218
235
  'chevron-right',
219
- 'chevron-up-circle',
236
+ 'chevron-right-circle',
220
237
  'chevron-up',
221
- 'circle-dashed',
238
+ 'chevron-up-circle',
222
239
  'circle',
240
+ 'circle-dashed',
241
+ 'clipboard',
223
242
  'clipboard-check',
224
243
  'clipboard-checklist',
225
- 'clipboard',
226
- 'clock-revert',
227
244
  'clock',
228
- 'code-add',
245
+ 'clock-revert',
229
246
  'code',
247
+ 'code-add',
248
+ 'collection',
230
249
  'collection-featured',
231
250
  'collection-list',
232
251
  'collection-reference',
233
- 'collection',
234
- 'color-none',
235
252
  'color',
253
+ 'color-none',
236
254
  'compass',
237
255
  'complete',
238
256
  'compose',
@@ -243,77 +261,81 @@ declare const privateIconArray: readonly [
243
261
  'corner-pill',
244
262
  'corner-round',
245
263
  'corner-square',
264
+ 'credit-card',
246
265
  'credit-card-cancel',
247
266
  'credit-card-percent',
267
+ 'credit-card-reader',
248
268
  'credit-card-reader-chip',
249
269
  'credit-card-reader-tap',
250
- 'credit-card-reader',
251
270
  'credit-card-secure',
252
271
  'credit-card-tap-chip',
253
- 'credit-card',
254
272
  'crop',
255
273
  'currency-convert',
274
+ 'cursor',
256
275
  'cursor-banner',
257
276
  'cursor-option',
258
- 'cursor',
259
277
  'data-presentation',
260
278
  'data-table',
279
+ 'database',
261
280
  'database-add',
262
281
  'database-connect',
263
- 'database',
264
282
  'delete',
265
283
  'delivered',
266
284
  'delivery',
267
285
  'desktop',
268
286
  'disabled',
287
+ 'disabled-filled',
288
+ 'discount',
269
289
  'discount-add',
290
+ 'discount-automatic',
270
291
  'discount-code',
271
- 'discount',
292
+ 'discount-remove',
272
293
  'dns-settings',
273
294
  'dock-floating',
274
295
  'dock-side',
296
+ 'domain',
275
297
  'domain-landing-page',
276
298
  'domain-new',
277
299
  'domain-redirect',
278
- 'domain',
279
300
  'download',
280
301
  'drag-drop',
281
302
  'drag-handle',
303
+ 'drawer',
282
304
  'duplicate',
283
305
  'edit',
306
+ 'email',
284
307
  'email-follow-up',
285
308
  'email-newsletter',
286
- 'email',
287
309
  'empty',
288
310
  'enabled',
289
311
  'enter',
290
- 'envelope-soft-pack',
291
312
  'envelope',
313
+ 'envelope-soft-pack',
292
314
  'eraser',
293
315
  'exchange',
294
316
  'exit',
295
317
  'export',
296
318
  'external',
297
319
  'eye-check-mark',
298
- 'eye-dropper-list',
299
320
  'eye-dropper',
321
+ 'eye-dropper-list',
300
322
  'eye-first',
301
323
  'eyeglasses',
302
324
  'fav',
303
325
  'favicon',
304
- 'file-list',
305
326
  'file',
306
- 'filter-active',
327
+ 'file-list',
307
328
  'filter',
329
+ 'filter-active',
308
330
  'flag',
309
331
  'flip-horizontal',
310
332
  'flip-vertical',
311
333
  'flower',
334
+ 'folder',
312
335
  'folder-add',
313
336
  'folder-down',
314
337
  'folder-remove',
315
338
  'folder-up',
316
- 'folder',
317
339
  'food',
318
340
  'foreground',
319
341
  'forklift',
@@ -321,56 +343,62 @@ declare const privateIconArray: readonly [
321
343
  'games',
322
344
  'gauge',
323
345
  'geolocation',
324
- 'gift-card',
325
346
  'gift',
347
+ 'gift-card',
326
348
  'git-branch',
327
349
  'git-commit',
328
350
  'git-repository',
351
+ 'globe',
329
352
  'globe-asia',
330
353
  'globe-europe',
331
354
  'globe-lines',
332
355
  'globe-list',
333
- 'globe',
356
+ 'graduation-hat',
334
357
  'grid',
358
+ 'hashtag',
335
359
  'hashtag-decimal',
336
360
  'hashtag-list',
337
- 'hashtag',
338
361
  'heart',
339
- 'hide-filled',
340
362
  'hide',
363
+ 'hide-filled',
341
364
  'home',
365
+ 'home-filled',
342
366
  'icons',
343
367
  'identity-card',
368
+ 'image',
344
369
  'image-add',
345
370
  'image-alt',
346
371
  'image-explore',
347
372
  'image-magic',
348
373
  'image-none',
349
374
  'image-with-text-overlay',
350
- 'image',
351
375
  'images',
352
376
  'import',
353
377
  'in-progress',
354
378
  'incentive',
355
379
  'incoming',
356
380
  'incomplete',
357
- 'info-filled',
358
381
  'info',
382
+ 'info-filled',
359
383
  'inheritance',
360
- 'inventory-updated',
361
384
  'inventory',
385
+ 'inventory-edit',
386
+ 'inventory-list',
387
+ 'inventory-transfer',
388
+ 'inventory-updated',
362
389
  'iq',
363
390
  'key',
391
+ 'keyboard',
364
392
  'keyboard-filled',
365
393
  'keyboard-hide',
366
- 'keyboard',
394
+ 'keypad',
367
395
  'label-printer',
368
- 'language-translate',
369
396
  'language',
397
+ 'language-translate',
370
398
  'layout-block',
399
+ 'layout-buy-button',
371
400
  'layout-buy-button-horizontal',
372
401
  'layout-buy-button-vertical',
373
- 'layout-buy-button',
374
402
  'layout-column-1',
375
403
  'layout-columns-2',
376
404
  'layout-columns-3',
@@ -383,64 +411,73 @@ declare const privateIconArray: readonly [
383
411
  'layout-sidebar-left',
384
412
  'layout-sidebar-right',
385
413
  'lightbulb',
386
- 'link-list',
387
414
  'link',
415
+ 'link-list',
388
416
  'list-bulleted',
417
+ 'list-bulleted-filled',
389
418
  'list-numbered',
390
419
  'live',
391
- 'location-none',
420
+ 'live-critical',
421
+ 'live-none',
392
422
  'location',
423
+ 'location-none',
393
424
  'lock',
394
425
  'map',
426
+ 'markets',
395
427
  'markets-euro',
396
428
  'markets-rupee',
397
429
  'markets-yen',
398
- 'markets',
399
430
  'maximize',
400
- 'measurement-size-list',
401
431
  'measurement-size',
402
- 'measurement-volume-list',
432
+ 'measurement-size-list',
403
433
  'measurement-volume',
404
- 'measurement-weight-list',
434
+ 'measurement-volume-list',
405
435
  'measurement-weight',
436
+ 'measurement-weight-list',
406
437
  'media-receiver',
407
438
  'megaphone',
408
439
  'mention',
440
+ 'menu',
441
+ 'menu-filled',
409
442
  'menu-horizontal',
410
443
  'menu-vertical',
411
- 'menu',
412
444
  'merge',
413
445
  'metafields',
446
+ 'metaobject',
414
447
  'metaobject-list',
415
448
  'metaobject-reference',
416
- 'metaobject',
417
449
  'microphone',
418
450
  'minimize',
419
- 'minus-circle',
420
451
  'minus',
452
+ 'minus-circle',
421
453
  'mobile',
422
- 'money-none',
423
454
  'money',
455
+ 'money-none',
456
+ 'money-split',
424
457
  'moon',
425
458
  'nature',
426
- 'note-add',
427
459
  'note',
460
+ 'note-add',
428
461
  'notification',
462
+ 'order',
429
463
  'order-batches',
430
464
  'order-draft',
465
+ 'order-filled',
431
466
  'order-first',
432
467
  'order-fulfilled',
433
468
  'order-repeat',
434
469
  'order-unfulfilled',
435
- 'order',
436
470
  'orders-status',
437
471
  'organization',
438
472
  'outdent',
439
473
  'outgoing',
474
+ 'package',
475
+ 'package-cancel',
440
476
  'package-fulfilled',
441
477
  'package-on-hold',
478
+ 'package-reassign',
442
479
  'package-returned',
443
- 'package',
480
+ 'page',
444
481
  'page-add',
445
482
  'page-attachment',
446
483
  'page-clock',
@@ -451,7 +488,6 @@ declare const privateIconArray: readonly [
451
488
  'page-remove',
452
489
  'page-report',
453
490
  'page-up',
454
- 'page',
455
491
  'pagination-end',
456
492
  'pagination-start',
457
493
  'paint-brush-flat',
@@ -461,50 +497,55 @@ declare const privateIconArray: readonly [
461
497
  'passkey',
462
498
  'paste',
463
499
  'pause-circle',
464
- 'payment-capture',
465
500
  'payment',
501
+ 'payment-capture',
502
+ 'payout',
466
503
  'payout-dollar',
467
504
  'payout-euro',
468
505
  'payout-pound',
469
506
  'payout-rupee',
470
507
  'payout-yen',
471
- 'payout',
508
+ 'person',
472
509
  'person-add',
473
510
  'person-exit',
511
+ 'person-filled',
474
512
  'person-list',
475
513
  'person-lock',
476
514
  'person-remove',
477
515
  'person-segment',
478
- 'person',
479
516
  'personalized-text',
517
+ 'phablet',
518
+ 'phone',
480
519
  'phone-in',
481
520
  'phone-out',
482
- 'phone',
483
- 'pin-remove',
484
521
  'pin',
522
+ 'pin-remove',
485
523
  'plan',
486
- 'play-circle',
487
524
  'play',
525
+ 'play-circle',
526
+ 'plus',
527
+ 'plus-circle',
488
528
  'plus-circle-down',
489
529
  'plus-circle-filled',
490
530
  'plus-circle-up',
491
- 'plus-circle',
492
- 'plus',
493
531
  'point-of-sale',
532
+ 'point-of-sale-register',
494
533
  'price-list',
495
534
  'print',
535
+ 'product',
496
536
  'product-add',
497
537
  'product-cost',
538
+ 'product-filled',
498
539
  'product-list',
499
540
  'product-reference',
500
541
  'product-remove',
501
542
  'product-return',
502
543
  'product-unavailable',
503
- 'product',
504
- 'profile-filled',
505
544
  'profile',
506
- 'question-circle-filled',
545
+ 'profile-filled',
507
546
  'question-circle',
547
+ 'question-circle-filled',
548
+ 'receipt',
508
549
  'receipt-dollar',
509
550
  'receipt-euro',
510
551
  'receipt-folded',
@@ -513,7 +554,6 @@ declare const privateIconArray: readonly [
513
554
  'receipt-refund',
514
555
  'receipt-rupee',
515
556
  'receipt-yen',
516
- 'receipt',
517
557
  'receivables',
518
558
  'redo',
519
559
  'referral-code',
@@ -531,11 +571,12 @@ declare const privateIconArray: readonly [
531
571
  'sandbox',
532
572
  'save',
533
573
  'savings',
574
+ 'scan-qr-code',
575
+ 'search',
534
576
  'search-add',
535
577
  'search-list',
536
578
  'search-recent',
537
579
  'search-resource',
538
- 'search',
539
580
  'select',
540
581
  'send',
541
582
  'settings',
@@ -545,6 +586,7 @@ declare const privateIconArray: readonly [
545
586
  'shield-pending',
546
587
  'shield-person',
547
588
  'shipping-label',
589
+ 'shipping-label-cancel',
548
590
  'shopcodes',
549
591
  'slideshow',
550
592
  'smiley-happy',
@@ -553,68 +595,70 @@ declare const privateIconArray: readonly [
553
595
  'smiley-sad',
554
596
  'social-ad',
555
597
  'social-post',
598
+ 'sort',
556
599
  'sort-ascending',
557
600
  'sort-descending',
558
- 'sort',
559
601
  'sound',
560
602
  'sports',
603
+ 'star',
604
+ 'star-circle',
561
605
  'star-filled',
562
606
  'star-half',
563
607
  'star-list',
564
- 'star',
565
- 'status-active',
566
608
  'status',
609
+ 'status-active',
567
610
  'stop-circle',
611
+ 'store',
568
612
  'store-import',
569
613
  'store-managed',
570
614
  'store-online',
571
- 'store',
572
615
  'sun',
573
- 'table-masonry',
574
616
  'table',
617
+ 'table-masonry',
575
618
  'tablet',
576
619
  'target',
577
620
  'tax',
578
621
  'team',
622
+ 'text',
579
623
  'text-align-center',
580
624
  'text-align-left',
581
625
  'text-align-right',
582
626
  'text-block',
583
627
  'text-bold',
584
628
  'text-color',
585
- 'text-font-list',
586
629
  'text-font',
630
+ 'text-font-list',
587
631
  'text-grammar',
588
632
  'text-in-columns',
589
633
  'text-in-rows',
590
- 'text-indent-remove',
591
634
  'text-indent',
635
+ 'text-indent-remove',
592
636
  'text-italic',
593
637
  'text-quote',
594
638
  'text-title',
595
639
  'text-underline',
596
640
  'text-with-image',
597
- 'text',
641
+ 'theme',
598
642
  'theme-edit',
599
643
  'theme-store',
600
644
  'theme-template',
601
- 'theme',
602
645
  'three-d-environment',
603
646
  'thumbs-down',
604
647
  'thumbs-up',
605
648
  'tip-jar',
606
649
  'toggle-off',
607
650
  'toggle-on',
651
+ 'transaction',
652
+ 'transaction-fee-add',
608
653
  'transaction-fee-dollar',
609
654
  'transaction-fee-euro',
610
655
  'transaction-fee-pound',
611
656
  'transaction-fee-rupee',
612
657
  'transaction-fee-yen',
613
- 'transaction',
658
+ 'transfer',
614
659
  'transfer-in',
615
660
  'transfer-internal',
616
661
  'transfer-out',
617
- 'transfer',
618
662
  'truck',
619
663
  'undo',
620
664
  'unknown-device',
@@ -630,12 +674,12 @@ declare const privateIconArray: readonly [
630
674
  'wand',
631
675
  'watch',
632
676
  'wifi',
633
- 'work-list',
634
677
  'work',
678
+ 'work-list',
635
679
  'wrench',
636
- 'x-circle-filled',
637
- 'x-circle',
638
680
  'x',
681
+ 'x-circle',
682
+ 'x-circle-filled',
639
683
  ];
640
684
  export type IconType = (typeof privateIconArray)[number];
641
685
  /**
@@ -648,6 +692,7 @@ export type MaybeAllValuesShorthandProperty<T extends string> =
648
692
  | `${T} ${T} ${T}`
649
693
  | `${T} ${T} ${T} ${T}`;
650
694
  export type MaybeTwoValuesShorthandProperty<T extends string> = T | `${T} ${T}`;
695
+ export type MaybeResponsive<T> = T | `@container${string}`;
651
696
  /**
652
697
  * Prevents widening string literal types in a union to `string`.
653
698
  * @example
@@ -783,7 +828,7 @@ export interface DisplayProps {
783
828
  * @see https://developer.mozilla.org/en-US/docs/Web/CSS/display
784
829
  * @default 'auto'
785
830
  */
786
- display?: 'auto' | 'none';
831
+ display?: MaybeResponsive<'auto' | 'none'>;
787
832
  }
788
833
  export interface AccessibilityRoleProps {
789
834
  /**
@@ -961,7 +1006,7 @@ export interface PaddingProps {
961
1006
  *
962
1007
  * @default 'none'
963
1008
  */
964
- padding?: MaybeAllValuesShorthandProperty<PaddingKeyword>;
1009
+ padding?: MaybeResponsive<MaybeAllValuesShorthandProperty<PaddingKeyword>>;
965
1010
  /**
966
1011
  * Adjust the block-padding.
967
1012
  *
@@ -971,7 +1016,9 @@ export interface PaddingProps {
971
1016
  *
972
1017
  * @default '' - meaning no override
973
1018
  */
974
- paddingBlock?: MaybeTwoValuesShorthandProperty<PaddingKeyword> | '';
1019
+ paddingBlock?: MaybeResponsive<
1020
+ MaybeTwoValuesShorthandProperty<PaddingKeyword> | ''
1021
+ >;
975
1022
  /**
976
1023
  * Adjust the block-start padding.
977
1024
  *
@@ -979,7 +1026,7 @@ export interface PaddingProps {
979
1026
  *
980
1027
  * @default '' - meaning no override
981
1028
  */
982
- paddingBlockStart?: PaddingKeyword | '';
1029
+ paddingBlockStart?: MaybeResponsive<PaddingKeyword | ''>;
983
1030
  /**
984
1031
  * Adjust the block-end padding.
985
1032
  *
@@ -987,7 +1034,7 @@ export interface PaddingProps {
987
1034
  *
988
1035
  * @default '' - meaning no override
989
1036
  */
990
- paddingBlockEnd?: PaddingKeyword | '';
1037
+ paddingBlockEnd?: MaybeResponsive<PaddingKeyword | ''>;
991
1038
  /**
992
1039
  * Adjust the inline padding.
993
1040
  *
@@ -997,7 +1044,9 @@ export interface PaddingProps {
997
1044
  *
998
1045
  * @default '' - meaning no override
999
1046
  */
1000
- paddingInline?: MaybeTwoValuesShorthandProperty<PaddingKeyword> | '';
1047
+ paddingInline?: MaybeResponsive<
1048
+ MaybeTwoValuesShorthandProperty<PaddingKeyword> | ''
1049
+ >;
1001
1050
  /**
1002
1051
  * Adjust the inline-start padding.
1003
1052
  *
@@ -1005,7 +1054,7 @@ export interface PaddingProps {
1005
1054
  *
1006
1055
  * @default '' - meaning no override
1007
1056
  */
1008
- paddingInlineStart?: PaddingKeyword | '';
1057
+ paddingInlineStart?: MaybeResponsive<PaddingKeyword | ''>;
1009
1058
  /**
1010
1059
  * Adjust the inline-end padding.
1011
1060
  *
@@ -1013,7 +1062,7 @@ export interface PaddingProps {
1013
1062
  *
1014
1063
  * @default '' - meaning no override
1015
1064
  */
1016
- paddingInlineEnd?: PaddingKeyword | '';
1065
+ paddingInlineEnd?: MaybeResponsive<PaddingKeyword | ''>;
1017
1066
  }
1018
1067
  export type SizeUnits = `${number}px` | `${number}%` | `0`;
1019
1068
  export type SizeUnitsOrAuto = SizeUnits | 'auto';
@@ -1026,7 +1075,7 @@ export interface SizingProps {
1026
1075
  *
1027
1076
  * @default 'auto'
1028
1077
  */
1029
- blockSize?: SizeUnitsOrAuto;
1078
+ blockSize?: MaybeResponsive<SizeUnitsOrAuto>;
1030
1079
  /**
1031
1080
  * Adjust the minimum block size.
1032
1081
  *
@@ -1034,7 +1083,7 @@ export interface SizingProps {
1034
1083
  *
1035
1084
  * @default '0'
1036
1085
  */
1037
- minBlockSize?: SizeUnits;
1086
+ minBlockSize?: MaybeResponsive<SizeUnits>;
1038
1087
  /**
1039
1088
  * Adjust the maximum block size.
1040
1089
  *
@@ -1042,7 +1091,7 @@ export interface SizingProps {
1042
1091
  *
1043
1092
  * @default 'none'
1044
1093
  */
1045
- maxBlockSize?: SizeUnitsOrNone;
1094
+ maxBlockSize?: MaybeResponsive<SizeUnitsOrNone>;
1046
1095
  /**
1047
1096
  * Adjust the inline size.
1048
1097
  *
@@ -1050,7 +1099,7 @@ export interface SizingProps {
1050
1099
  *
1051
1100
  * @default 'auto'
1052
1101
  */
1053
- inlineSize?: SizeUnitsOrAuto;
1102
+ inlineSize?: MaybeResponsive<SizeUnitsOrAuto>;
1054
1103
  /**
1055
1104
  * Adjust the minimum inline size.
1056
1105
  *
@@ -1058,7 +1107,7 @@ export interface SizingProps {
1058
1107
  *
1059
1108
  * @default '0'
1060
1109
  */
1061
- minInlineSize?: SizeUnits;
1110
+ minInlineSize?: MaybeResponsive<SizeUnits>;
1062
1111
  /**
1063
1112
  * Adjust the maximum inline size.
1064
1113
  *
@@ -1066,7 +1115,7 @@ export interface SizingProps {
1066
1115
  *
1067
1116
  * @default 'none'
1068
1117
  */
1069
- maxInlineSize?: SizeUnitsOrNone;
1118
+ maxInlineSize?: MaybeResponsive<SizeUnitsOrNone>;
1070
1119
  }
1071
1120
  export type BorderStyleKeyword =
1072
1121
  | 'none'
@@ -1204,23 +1253,9 @@ export interface BaseBoxPropsWithRole
1204
1253
  extends BaseBoxProps,
1205
1254
  AccessibilityRoleProps {}
1206
1255
  export interface BoxProps extends BaseBoxPropsWithRole, GlobalProps {}
1207
- export interface FocusEventProps {
1208
- /**
1209
- * Callback when the element loses focus.
1210
- *
1211
- * @see https://developer.mozilla.org/en-US/docs/Web/API/Element/blur_event
1212
- */
1213
- onBlur?: (event: FocusEvent) => void;
1214
- /**
1215
- * Callback when the element receives focus.
1216
- *
1217
- * @see https://developer.mozilla.org/en-US/docs/Web/API/Element/focus_event
1218
- */
1219
- onFocus?: (event: FocusEvent) => void;
1220
- }
1221
1256
  export interface ButtonBehaviorProps extends InteractionProps, FocusEventProps {
1222
1257
  /**
1223
- * The behavior of the button.
1258
+ * The behavior of the Button.
1224
1259
  *
1225
1260
  * - `submit`: Used to indicate the component acts as a submit button, meaning it submits the closest form.
1226
1261
  * - `button`: Used to indicate the component acts as a button, meaning it has no default action.
@@ -1232,14 +1267,14 @@ export interface ButtonBehaviorProps extends InteractionProps, FocusEventProps {
1232
1267
  */
1233
1268
  type?: 'submit' | 'button' | 'reset';
1234
1269
  /**
1235
- * Callback when the button is activated.
1270
+ * Callback when the Button is activated.
1236
1271
  * This will be called before the action indicated by `type`.
1237
1272
  *
1238
1273
  * @see https://developer.mozilla.org/en-US/docs/Web/API/Element/click_event
1239
1274
  */
1240
1275
  onClick?: (event: Event) => void;
1241
1276
  /**
1242
- * Disables the button, meaning it cannot be clicked or receive focus.
1277
+ * Disables the Button meaning it cannot be clicked or receive focus.
1243
1278
  *
1244
1279
  * @default false
1245
1280
  */
@@ -1247,7 +1282,7 @@ export interface ButtonBehaviorProps extends InteractionProps, FocusEventProps {
1247
1282
  /**
1248
1283
  * Replaces content with a loading indicator while a background action is being performed.
1249
1284
  *
1250
- * This also disables the button.
1285
+ * This also disables the Button.
1251
1286
  *
1252
1287
  * @default false
1253
1288
  */
@@ -1277,7 +1312,7 @@ export interface LinkBehaviorProps extends InteractionProps, FocusEventProps {
1277
1312
  target?: 'auto' | '_blank' | '_self' | '_parent' | '_top' | AnyString;
1278
1313
  /**
1279
1314
  * Causes the browser to treat the linked URL as a download with the string being the file name.
1280
- * Download only works for same-origin URLs, or the blob: and data: schemes.
1315
+ * Download only works for same-origin URLs or the `blob:` and `data:` schemes.
1281
1316
  * @see https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#download
1282
1317
  */
1283
1318
  download?: string;
@@ -1326,7 +1361,7 @@ export interface ButtonProps extends GlobalProps, BaseClickableProps {
1326
1361
  /**
1327
1362
  * A label that describes the purpose or contents of the Button. It will be read to users using assistive technologies such as screen readers.
1328
1363
  *
1329
- * Use this when using only an icon or the button text is not enough context
1364
+ * Use this when using only an icon or the Button text is not enough context
1330
1365
  * for users using assistive technologies.
1331
1366
  */
1332
1367
  accessibilityLabel?: string;
@@ -1335,13 +1370,13 @@ export interface ButtonProps extends GlobalProps, BaseClickableProps {
1335
1370
  */
1336
1371
  children?: ComponentChildren;
1337
1372
  /**
1338
- * The type of icon to be displayed in the button.
1373
+ * The type of icon to be displayed in the Button.
1339
1374
  *
1340
1375
  * @default ''
1341
1376
  */
1342
1377
  icon?: IconType | AnyString;
1343
1378
  /**
1344
- * The displayed inline width of the button.
1379
+ * The displayed inline width of the Button.
1345
1380
  *
1346
1381
  * - `auto`: the size of the button depends on the surface and context.
1347
1382
  * - `fill`: the button will takes up 100% of the available inline size.
@@ -1357,7 +1392,7 @@ export interface ButtonProps extends GlobalProps, BaseClickableProps {
1357
1392
  */
1358
1393
  variant?: 'auto' | 'primary' | 'secondary' | 'tertiary';
1359
1394
  /**
1360
- * Sets the tone of the Button, based on the intention of the information being conveyed.
1395
+ * Sets the tone of the Button based on the intention of the information being conveyed.
1361
1396
  *
1362
1397
  * @default 'auto'
1363
1398
  */
@@ -2011,12 +2046,19 @@ export interface DatePickerProps
2011
2046
  */
2012
2047
  value?: string;
2013
2048
  /**
2014
- * Callback when any date is selected. Will fire before `onChange`.
2049
+ * Callback when any date is selected.
2050
+ *
2051
+ * - If `type="single"`, fires when a date is selected and happens before `onChange`.
2052
+ * - If `type="multiple"`, fires when a date is selected before `onChange`.
2053
+ * - If `type="range"`, fires when a first date is selected (with the partial value formatted as `YYYY-MM-DD--`), and when the last date is selected before `onChange`.
2015
2054
  */
2016
2055
  onInput?: (event: Event) => void;
2017
2056
  /**
2018
- * Callback when the `value` is changed. For `type="single"` and `type="multiple"`, this is the same as `onInput`.
2019
- * For `type="range"`, this is only called when the range is completed by selecting the end date of the range.
2057
+ * Callback when the value is committed.
2058
+ *
2059
+ * - If `type="single"`, fires when a date is selected after `onInput`.
2060
+ * - If `type="multiple"`, fires when a date is selected after `onInput`.
2061
+ * - If `type="range"`, fires when a range is completed by selecting the end date after `onInput`.
2020
2062
  */
2021
2063
  onChange?: (event: Event) => void;
2022
2064
  }
@@ -2120,7 +2162,7 @@ export interface GapProps {
2120
2162
  *
2121
2163
  * @default 'none'
2122
2164
  */
2123
- gap?: MaybeTwoValuesShorthandProperty<SpacingKeyword>;
2165
+ gap?: MaybeResponsive<MaybeTwoValuesShorthandProperty<SpacingKeyword>>;
2124
2166
  /**
2125
2167
  * Adjust spacing between elements in the block axis.
2126
2168
  *
@@ -2128,7 +2170,7 @@ export interface GapProps {
2128
2170
  *
2129
2171
  * @default '' - meaning no override
2130
2172
  */
2131
- rowGap?: SpacingKeyword | '';
2173
+ rowGap?: MaybeResponsive<SpacingKeyword | ''>;
2132
2174
  /**
2133
2175
  * Adjust spacing between elements in the inline axis.
2134
2176
  *
@@ -2136,7 +2178,7 @@ export interface GapProps {
2136
2178
  *
2137
2179
  * @default '' - meaning no override
2138
2180
  */
2139
- columnGap?: SpacingKeyword | '';
2181
+ columnGap?: MaybeResponsive<SpacingKeyword | ''>;
2140
2182
  }
2141
2183
  export type BaselinePosition = 'baseline' | 'first baseline' | 'last baseline';
2142
2184
  export type ContentDistribution =
@@ -2429,7 +2471,7 @@ export type NumberAutocompleteField = ExtractStrict<
2429
2471
  AnyAutocompleteField,
2430
2472
  'one-time-code' | 'cc-number' | 'cc-csc'
2431
2473
  >;
2432
- export interface PageProps extends GlobalProps {
2474
+ export interface PageProps extends GlobalProps, ActionSlots {
2433
2475
  /**
2434
2476
  * The content of the Page.
2435
2477
  */
@@ -2446,19 +2488,10 @@ export interface PageProps extends GlobalProps {
2446
2488
  * Additional contextual information about the page.
2447
2489
  */
2448
2490
  accessory?: ComponentChildren;
2449
- /**
2450
- * The primary action to perform, provided as a button or link type element.
2451
- * When a `Button` is added to the `primaryAction` it's variant is set to `primary`
2452
- */
2453
- primaryAction?: ComponentChildren;
2454
2491
  /**
2455
2492
  * The breadcrumb actions to perform, provided as link elements.
2456
2493
  */
2457
2494
  breadcrumbActions?: ComponentChildren;
2458
- /**
2459
- * Secondary actions. These are `Button`s that will be contextually the 'secondary' variant.
2460
- */
2461
- secondaryActions?: ComponentChildren;
2462
2495
  /**
2463
2496
  * The aside element is section of a page that contains content that is tangentially related to the content around the aside element, and which could be considered separate from that content.
2464
2497
  * Such sections are often represented as sidebars in printed typography.
@@ -2474,9 +2507,50 @@ export interface PageProps extends GlobalProps {
2474
2507
  */
2475
2508
  inlineSize?: SizeKeyword;
2476
2509
  }
2510
+ export interface ScrollEventProps {
2511
+ /**
2512
+ * Callback when the scroll position reaches any edge.
2513
+ *
2514
+ * Provides information about which edges have been reached:
2515
+ * - `inline: 'start'` - reached the inline-start edge
2516
+ * - `inline: 'end'` - reached the inline-end edge
2517
+ * - `block: 'start'` - reached the block-start edge
2518
+ * - `block: 'end'` - reached the block-end edge
2519
+ * - `null` - not at that edge
2520
+ *
2521
+ * Uses the flow‑relative axes.
2522
+ */
2523
+ onScrollToEdge?: (
2524
+ inline: 'start' | 'end' | null,
2525
+ block: 'start' | 'end' | null,
2526
+ ) => void;
2527
+ /**
2528
+ * Distance from the edge at which `onScrollToEdge` fires.
2529
+ * Percentage values are relative to the scrollable content's size in that axis.
2530
+ *
2531
+ * [1-to-4-value syntax](https://developer.mozilla.org/en-US/docs/Web/CSS/Shorthand_properties#edges_of_a_box) is
2532
+ * supported.
2533
+ *
2534
+ * The order is:
2535
+ * - 4 values: `block-start inline-end block-end inline-start`
2536
+ * - 3 values: `block-start inline block-end`
2537
+ * - 2 values: `block inline`
2538
+ *
2539
+ * For example:
2540
+ * - `48px` means the distance from the edge at which `onScrollToEdge` fires from block-start, inline-end, block-end and inline-start is `48px`.
2541
+ * - `48px 0` means the distance from the edge at which `onScrollToEdge` fires from block-start and block-end is `48px`, and for inline-start and inline-end is `0`.
2542
+ * - `48 0 48` means the distance from the edge at which `onScrollToEdge` fires from block-start is `48px`, for inline-end is `0`, for block-end is `48px` and for inline-start is `0`.
2543
+ * - `48px 0 48px 10%` means the distance from the edge at which `onScrollToEdge` fires from block-start is `48px`, for inline-end is `0`, for block-end is `48px` and for inline-start is `10%`.
2544
+ *
2545
+ * @default '0'
2546
+ * Refer to [MDN](https://developer.mozilla.org/en-US/docs/Web/API/IntersectionObserver/scrollMargin) for more details.
2547
+ */
2548
+ scrollMargin?: MaybeAllValuesShorthandProperty<SizeUnits>;
2549
+ }
2477
2550
  export type OverflowKeyword = 'auto' | 'hidden';
2478
2551
  export interface ScrollBoxProps
2479
2552
  extends GlobalProps,
2553
+ ScrollEventProps,
2480
2554
  Omit<BaseBoxPropsWithRole, 'overflow'> {
2481
2555
  /**
2482
2556
  * Sets the overflow behavior of the element.
@@ -2539,34 +2613,34 @@ export interface StackProps
2539
2613
  */
2540
2614
  children?: ComponentChildren;
2541
2615
  /**
2542
- * Sets how the children are placed within the Stack.
2616
+ * Sets how the children are placed within the Stack. This uses [logical properties](https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_logical_properties_and_values).
2543
2617
  *
2544
2618
  * @default 'block'
2545
2619
  *
2546
2620
  * @implementation the content will wrap if the direction is 'inline', and not wrap if the direction is 'block'
2547
2621
  */
2548
- direction?: 'block' | 'inline';
2622
+ direction?: MaybeResponsive<'block' | 'inline'>;
2549
2623
  /**
2550
2624
  * Aligns the Stack along the main axis.
2551
2625
  *
2552
2626
  * @see https://developer.mozilla.org/en-US/docs/Web/CSS/justify-content
2553
2627
  * @default 'normal'
2554
2628
  */
2555
- justifyContent?: JustifyContentKeyword;
2629
+ justifyContent?: MaybeResponsive<JustifyContentKeyword>;
2556
2630
  /**
2557
2631
  * Aligns the Stack's children along the cross axis.
2558
2632
  *
2559
2633
  * @see https://developer.mozilla.org/en-US/docs/Web/CSS/align-items
2560
2634
  * @default 'normal'
2561
2635
  */
2562
- alignItems?: AlignItemsKeyword;
2636
+ alignItems?: MaybeResponsive<AlignItemsKeyword>;
2563
2637
  /**
2564
2638
  * Aligns the Stack along the cross axis.
2565
2639
  *
2566
2640
  * @see https://developer.mozilla.org/en-US/docs/Web/CSS/align-content
2567
2641
  * @default 'normal'
2568
2642
  */
2569
- alignContent?: AlignContentKeyword;
2643
+ alignContent?: MaybeResponsive<AlignContentKeyword>;
2570
2644
  }
2571
2645
  export interface TextProps
2572
2646
  extends GlobalProps,
@@ -2581,7 +2655,7 @@ export interface TextProps
2581
2655
  /**
2582
2656
  * Provide semantic meaning and default styling to the text.
2583
2657
  *
2584
- * Other presentation properties on `<s-text>` override the default styling.
2658
+ * Other presentation properties on Text override the default styling.
2585
2659
  *
2586
2660
  * @default 'generic'
2587
2661
  */
@@ -2687,6 +2761,35 @@ export interface TextFieldProps
2687
2761
  MinMaxLengthProps,
2688
2762
  AutocompleteProps<TextAutocompleteField>,
2689
2763
  FieldDecorationProps {}
2764
+ export interface TileProps
2765
+ extends GlobalProps,
2766
+ Pick<BaseClickableProps, 'onClick' | 'disabled'> {
2767
+ /**
2768
+ * A title that describes the content of the Tile.
2769
+ *
2770
+ * @default ''
2771
+ */
2772
+ heading?: string;
2773
+ /**
2774
+ * Supporting text displayed below the heading.
2775
+ *
2776
+ * @default ''
2777
+ */
2778
+ subheading?: string;
2779
+ /**
2780
+ * A numeric indicator rendered within the Tile (for example, a count or a step number).
2781
+ *
2782
+ * - When provided, the indicator is displayed inside the tile.
2783
+ * - Intended for small integers. It may clamp, truncate, or abbreviate larger values.
2784
+ *
2785
+ */
2786
+ itemCount?: number;
2787
+ /**
2788
+ * Sets the tone of the Tile, based on the intention of the information being conveyed.
2789
+ * @default 'auto'
2790
+ */
2791
+ tone?: ExtractStrict<ToneKeyword, 'auto' | 'neutral' | 'accent'>;
2792
+ }
2690
2793
  export interface TimePickerProps
2691
2794
  extends GlobalProps,
2692
2795
  InputProps,
@@ -2739,7 +2842,14 @@ export interface TimePickerProps
2739
2842
  *
2740
2843
  * The default, `''`, means no time is selected.
2741
2844
  *
2742
- * The value must be in `HH:MM` format.
2845
+ * The value must be a 24-hour time in `HH:mm:ss` format, with leading zeros.
2846
+ *
2847
+ * Examples: `"00:00:00"`, `"09:05:00"`, `"23:59:00"`, `"14:03:30"`.
2848
+ *
2849
+ * This follows the HTML time input value format, which is always 24-hour with
2850
+ * leading zeros regardless of UI presentation.
2851
+ *
2852
+ * See: https://developer.mozilla.org/docs/Web/HTML/Element/input/time
2743
2853
  *
2744
2854
  * If the provided value is invalid, '' is used as the value.
2745
2855
  *
@@ -2751,7 +2861,14 @@ export interface TimePickerProps
2751
2861
  *
2752
2862
  * The default, `''`, means no time is selected.
2753
2863
  *
2754
- * The value must be in `HH:MM` format.
2864
+ * The value must be a 24-hour time in `HH:mm:ss` format, with leading zeros.
2865
+ *
2866
+ * Examples: `"00:00:00"`, `"09:05:00"`, `"23:59:00"`, `"14:03:30"`.
2867
+ *
2868
+ * This follows the HTML time input value format, which is always 24-hour with
2869
+ * leading zeros regardless of UI presentation.
2870
+ *
2871
+ * See: https://developer.mozilla.org/docs/Web/HTML/Element/input/time
2755
2872
  *
2756
2873
  * If the provided value is invalid, '' is used as the value.
2757
2874
  *
@@ -2765,6 +2882,60 @@ export interface TimePickerProps
2765
2882
  */
2766
2883
  step?: number;
2767
2884
  }
2885
+ export interface TimeFieldProps
2886
+ extends GlobalProps,
2887
+ BaseTextFieldProps,
2888
+ Pick<
2889
+ TimePickerProps,
2890
+ 'value' | 'defaultValue' | 'allow' | 'disallow' | 'step'
2891
+ > {
2892
+ /**
2893
+ * Callback when the field has an invalid time.
2894
+ * This callback will be called, if the time typed is invalid or disabled.
2895
+ *
2896
+ * Times that don’t exist or have formatting errors are considered invalid. Some examples of invalid times are:
2897
+ * - 24:00
2898
+ * - 12:60
2899
+ *
2900
+ * Disallowed times are considered invalid.
2901
+ *
2902
+ * It’s important to note that this callback will be called only when the user **finishes editing** the time,
2903
+ * and it’s called right after the `onChange` callback.
2904
+ * The field is **not** validated on every change to the input. Once the buyer has signalled that
2905
+ * 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.
2906
+ */
2907
+ onInvalid?: (event: Event) => void;
2908
+ /**
2909
+ * Current selected value.
2910
+ *
2911
+ * The default, `''`, means no time is selected.
2912
+ *
2913
+ * The value must be a 24-hour time in `HH:mm:ss` format, with leading zeros.
2914
+ *
2915
+ * Examples: `"00:00:00"`, `"09:05:00"`, `"23:59:00"`, `"14:03:30"`.
2916
+ *
2917
+ * This follows the HTML time input value format, which is always 24-hour with
2918
+ * leading zeros regardless of UI presentation.
2919
+ *
2920
+ * See: https://developer.mozilla.org/docs/Web/HTML/Element/input/time
2921
+ */
2922
+ value?: string;
2923
+ /**
2924
+ * Default selected value.
2925
+ *
2926
+ * The default, `''`, means no time is selected.
2927
+ *
2928
+ * The value must be a 24-hour time in `HH:mm:ss` format, with leading zeros.
2929
+ *
2930
+ * Examples: `"00:00:00"`, `"09:05:00"`, `"23:59:00"`, `"14:03:30"`.
2931
+ *
2932
+ * This follows the HTML time input value format, which is always 24-hour with
2933
+ * leading zeros regardless of UI presentation.
2934
+ *
2935
+ * See: https://developer.mozilla.org/docs/Web/HTML/Element/input/time
2936
+ */
2937
+ defaultValue?: string;
2938
+ }
2768
2939
  //
2769
2940
  // Preact Virtual DOM
2770
2941
  // -----------------------------------