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

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 (213) 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/ButtonGroup.doc.d.ts.map +1 -1
  12. package/build/ts/surfaces/admin/components/ButtonGroup.d.ts +14 -2
  13. package/build/ts/surfaces/admin/components/Checkbox.d.ts +1 -1
  14. package/build/ts/surfaces/admin/components/Chip.d.ts +1 -1
  15. package/build/ts/surfaces/admin/components/Choice.d.ts +1 -1
  16. package/build/ts/surfaces/admin/components/ChoiceList.d.ts +1 -1
  17. package/build/ts/surfaces/admin/components/Clickable.d.ts +8 -1
  18. package/build/ts/surfaces/admin/components/ClickableChip.d.ts +1 -1
  19. package/build/ts/surfaces/admin/components/ColorField.d.ts +3 -1
  20. package/build/ts/surfaces/admin/components/ColorPicker.d.ts +1 -1
  21. package/build/ts/surfaces/admin/components/DateField/DateField.doc.d.ts +2 -2
  22. package/build/ts/surfaces/admin/components/DateField/DateField.doc.d.ts.map +1 -1
  23. package/build/ts/surfaces/admin/components/DateField.d.ts +1 -1
  24. package/build/ts/surfaces/admin/components/DatePicker.d.ts +1 -1
  25. package/build/ts/surfaces/admin/components/Divider.d.ts +1 -1
  26. package/build/ts/surfaces/admin/components/DropZone.d.ts +1 -1
  27. package/build/ts/surfaces/admin/components/EmailField.d.ts +1 -1
  28. package/build/ts/surfaces/admin/components/Form.d.ts +1 -1
  29. package/build/ts/surfaces/admin/components/FunctionSettings.d.ts +1 -1
  30. package/build/ts/surfaces/admin/components/Grid.d.ts +20 -1
  31. package/build/ts/surfaces/admin/components/GridItem.d.ts +8 -1
  32. package/build/ts/surfaces/admin/components/Heading.d.ts +1 -1
  33. package/build/ts/surfaces/admin/components/Icon.d.ts +1 -1
  34. package/build/ts/surfaces/admin/components/Image.d.ts +8 -1
  35. package/build/ts/surfaces/admin/components/Link.d.ts +1 -1
  36. package/build/ts/surfaces/admin/components/ListItem.d.ts +1 -1
  37. package/build/ts/surfaces/admin/components/Menu.d.ts +1 -1
  38. package/build/ts/surfaces/admin/components/Modal/Modal.ab.doc.d.ts +4 -0
  39. package/build/ts/surfaces/admin/components/Modal/Modal.ab.doc.d.ts.map +1 -0
  40. package/build/ts/surfaces/admin/components/Modal.d.ts +1 -1
  41. package/build/ts/surfaces/admin/components/MoneyField.d.ts +1 -3
  42. package/build/ts/surfaces/admin/components/NumberField.d.ts +1 -3
  43. package/build/ts/surfaces/admin/components/Option.d.ts +1 -1
  44. package/build/ts/surfaces/admin/components/OptionGroup.d.ts +1 -1
  45. package/build/ts/surfaces/admin/components/OrderedList.d.ts +1 -1
  46. package/build/ts/surfaces/admin/components/Page.d.ts +1 -1
  47. package/build/ts/surfaces/admin/components/Paragraph.d.ts +1 -1
  48. package/build/ts/surfaces/admin/components/PasswordField.d.ts +1 -1
  49. package/build/ts/surfaces/admin/components/QueryContainer.d.ts +1 -1
  50. package/build/ts/surfaces/admin/components/SearchField.d.ts +1 -1
  51. package/build/ts/surfaces/admin/components/Section.d.ts +1 -1
  52. package/build/ts/surfaces/admin/components/Select.d.ts +1 -1
  53. package/build/ts/surfaces/admin/components/Spinner.d.ts +1 -1
  54. package/build/ts/surfaces/admin/components/Stack.d.ts +14 -1
  55. package/build/ts/surfaces/admin/components/Switch.d.ts +1 -1
  56. package/build/ts/surfaces/admin/components/Table.d.ts +3 -2
  57. package/build/ts/surfaces/admin/components/TableBody.d.ts +1 -1
  58. package/build/ts/surfaces/admin/components/TableCell.d.ts +1 -1
  59. package/build/ts/surfaces/admin/components/TableHeader.d.ts +3 -2
  60. package/build/ts/surfaces/admin/components/TableHeaderRow.d.ts +1 -1
  61. package/build/ts/surfaces/admin/components/TableRow.d.ts +1 -1
  62. package/build/ts/surfaces/admin/components/Text.d.ts +1 -1
  63. package/build/ts/surfaces/admin/components/TextArea.d.ts +1 -1
  64. package/build/ts/surfaces/admin/components/TextField.d.ts +1 -1
  65. package/build/ts/surfaces/admin/components/Thumbnail.d.ts +1 -1
  66. package/build/ts/surfaces/admin/components/Tooltip.d.ts +1 -1
  67. package/build/ts/surfaces/admin/components/URLField.d.ts +1 -1
  68. package/build/ts/surfaces/admin/components/UnorderedList.d.ts +1 -1
  69. package/build/ts/surfaces/admin/components/patterns/indexTable.ab.doc.d.ts.map +1 -1
  70. package/build/ts/surfaces/admin/components/shared.d.ts +245 -222
  71. package/build/ts/surfaces/admin/docs-types.d.ts +4 -0
  72. package/build/ts/surfaces/admin/docs-types.d.ts.map +1 -1
  73. package/build/ts/surfaces/customer-account/api/cart-line/cart-line-item.d.ts +2 -2
  74. package/build/ts/surfaces/customer-account/api/cart-line/cart-line-item.d.ts.map +1 -1
  75. package/build/ts/surfaces/customer-account/api/order-status/order-status.d.ts +29 -29
  76. package/build/ts/surfaces/customer-account/api/order-status/order-status.d.ts.map +1 -1
  77. package/build/ts/surfaces/customer-account/api/shared.d.ts +6 -6
  78. package/build/ts/surfaces/customer-account/api/shared.d.ts.map +1 -1
  79. package/build/ts/surfaces/customer-account/api/standard-api/standard-api.d.ts +6 -6
  80. package/build/ts/surfaces/customer-account/api/standard-api/standard-api.d.ts.map +1 -1
  81. package/build/ts/surfaces/customer-account/api.d.ts +1 -1
  82. package/build/ts/surfaces/customer-account/api.d.ts.map +1 -1
  83. package/build/ts/surfaces/customer-account/preact/subscription.d.ts +2 -2
  84. package/build/ts/surfaces/customer-account/preact/subscription.d.ts.map +1 -1
  85. package/build/ts/surfaces/point-of-sale/components/Badge.d.ts +1 -1
  86. package/build/ts/surfaces/point-of-sale/components/Box.d.ts +82 -8
  87. package/build/ts/surfaces/point-of-sale/components/Icon.d.ts +111 -30
  88. package/build/ts/surfaces/point-of-sale/components/PosBlock/PosBlock.doc.d.ts +4 -0
  89. package/build/ts/surfaces/point-of-sale/components/PosBlock/PosBlock.doc.d.ts.map +1 -0
  90. package/build/ts/surfaces/point-of-sale/components/PosBlock.d.ts +64 -0
  91. package/build/ts/surfaces/point-of-sale/components/SearchField.d.ts +1 -4
  92. package/build/ts/surfaces/point-of-sale/components/Stack.d.ts +82 -8
  93. package/build/ts/surfaces/point-of-sale/components/Tile.d.ts +1 -38
  94. package/build/ts/surfaces/point-of-sale/components/TimeField/TimeField.doc.d.ts +4 -0
  95. package/build/ts/surfaces/point-of-sale/components/TimeField/TimeField.doc.d.ts.map +1 -0
  96. package/build/ts/surfaces/point-of-sale/components/TimeField.d.ts +65 -0
  97. package/build/ts/surfaces/point-of-sale/components/components-shared.d.ts +321 -150
  98. package/build/ts/surfaces/point-of-sale/targets/pos.cart.line-item-details.action.render.d.ts +2 -0
  99. package/build/ts/surfaces/point-of-sale/targets/pos.customer-details.action.render.d.ts +2 -0
  100. package/build/ts/surfaces/point-of-sale/targets/pos.customer-details.block.render.d.ts +1 -0
  101. package/build/ts/surfaces/point-of-sale/targets/pos.draft-order-details.action.render.d.ts +2 -0
  102. package/build/ts/surfaces/point-of-sale/targets/pos.draft-order-details.block.render.d.ts +1 -0
  103. package/build/ts/surfaces/point-of-sale/targets/pos.exchange.post.action.render.d.ts +2 -0
  104. package/build/ts/surfaces/point-of-sale/targets/pos.exchange.post.block.render.d.ts +1 -0
  105. package/build/ts/surfaces/point-of-sale/targets/pos.home.modal.render.d.ts +2 -0
  106. package/build/ts/surfaces/point-of-sale/targets/pos.order-details.action.render.d.ts +2 -0
  107. package/build/ts/surfaces/point-of-sale/targets/pos.order-details.block.render.d.ts +1 -0
  108. package/build/ts/surfaces/point-of-sale/targets/pos.product-details.action.render.d.ts +2 -0
  109. package/build/ts/surfaces/point-of-sale/targets/pos.product-details.block.render.d.ts +1 -0
  110. package/build/ts/surfaces/point-of-sale/targets/pos.purchase.post.action.render.d.ts +2 -0
  111. package/build/ts/surfaces/point-of-sale/targets/pos.purchase.post.block.render.d.ts +1 -0
  112. package/build/ts/surfaces/point-of-sale/targets/pos.return.post.action.render.d.ts +2 -0
  113. package/build/ts/surfaces/point-of-sale/targets/pos.return.post.block.render.d.ts +1 -0
  114. package/build/tsconfig.tsbuildinfo +1 -1
  115. package/package.json +2 -2
  116. package/src/docs/shared/components/Modal.ts +1 -1
  117. package/src/shared.ts +25 -4
  118. package/src/surfaces/admin/components/AdminAction.d.ts +1 -1
  119. package/src/surfaces/admin/components/AdminBlock.d.ts +1 -1
  120. package/src/surfaces/admin/components/AdminPrintAction.d.ts +1 -1
  121. package/src/surfaces/admin/components/Avatar.d.ts +1 -1
  122. package/src/surfaces/admin/components/Badge.d.ts +1 -1
  123. package/src/surfaces/admin/components/Banner.d.ts +1 -1
  124. package/src/surfaces/admin/components/Box.d.ts +8 -1
  125. package/src/surfaces/admin/components/Button.d.ts +1 -1
  126. package/src/surfaces/admin/components/ButtonGroup/examples/default.html +2 -2
  127. package/src/surfaces/admin/components/ButtonGroup.d.ts +14 -2
  128. package/src/surfaces/admin/components/Checkbox.d.ts +1 -1
  129. package/src/surfaces/admin/components/Chip.d.ts +1 -1
  130. package/src/surfaces/admin/components/Choice.d.ts +1 -1
  131. package/src/surfaces/admin/components/ChoiceList.d.ts +1 -1
  132. package/src/surfaces/admin/components/Clickable.d.ts +8 -1
  133. package/src/surfaces/admin/components/ClickableChip.d.ts +1 -1
  134. package/src/surfaces/admin/components/ColorField.d.ts +3 -1
  135. package/src/surfaces/admin/components/ColorPicker.d.ts +1 -1
  136. package/src/surfaces/admin/components/DateField.d.ts +1 -1
  137. package/src/surfaces/admin/components/DatePicker.d.ts +1 -1
  138. package/src/surfaces/admin/components/Divider.d.ts +1 -1
  139. package/src/surfaces/admin/components/DropZone.d.ts +1 -1
  140. package/src/surfaces/admin/components/EmailField.d.ts +1 -1
  141. package/src/surfaces/admin/components/Form.d.ts +1 -1
  142. package/src/surfaces/admin/components/FunctionSettings.d.ts +1 -1
  143. package/src/surfaces/admin/components/Grid.d.ts +20 -1
  144. package/src/surfaces/admin/components/GridItem.d.ts +8 -1
  145. package/src/surfaces/admin/components/Heading.d.ts +1 -1
  146. package/src/surfaces/admin/components/Icon.d.ts +1 -1
  147. package/src/surfaces/admin/components/Image.d.ts +8 -1
  148. package/src/surfaces/admin/components/Link.d.ts +1 -1
  149. package/src/surfaces/admin/components/ListItem.d.ts +1 -1
  150. package/src/surfaces/admin/components/Menu.d.ts +1 -1
  151. package/src/surfaces/admin/components/Modal/examples/default.html +23 -0
  152. package/src/surfaces/admin/components/Modal.d.ts +1 -1
  153. package/src/surfaces/admin/components/MoneyField.d.ts +1 -3
  154. package/src/surfaces/admin/components/NumberField.d.ts +1 -3
  155. package/src/surfaces/admin/components/Option.d.ts +1 -1
  156. package/src/surfaces/admin/components/OptionGroup.d.ts +1 -1
  157. package/src/surfaces/admin/components/OrderedList.d.ts +1 -1
  158. package/src/surfaces/admin/components/Page.d.ts +1 -1
  159. package/src/surfaces/admin/components/Paragraph.d.ts +1 -1
  160. package/src/surfaces/admin/components/PasswordField.d.ts +1 -1
  161. package/src/surfaces/admin/components/QueryContainer.d.ts +1 -1
  162. package/src/surfaces/admin/components/SearchField.d.ts +1 -1
  163. package/src/surfaces/admin/components/Section.d.ts +1 -1
  164. package/src/surfaces/admin/components/Select.d.ts +1 -1
  165. package/src/surfaces/admin/components/Spinner.d.ts +1 -1
  166. package/src/surfaces/admin/components/Stack.d.ts +14 -1
  167. package/src/surfaces/admin/components/Switch.d.ts +1 -1
  168. package/src/surfaces/admin/components/Table.d.ts +3 -2
  169. package/src/surfaces/admin/components/TableBody.d.ts +1 -1
  170. package/src/surfaces/admin/components/TableCell.d.ts +1 -1
  171. package/src/surfaces/admin/components/TableHeader.d.ts +3 -2
  172. package/src/surfaces/admin/components/TableHeaderRow.d.ts +1 -1
  173. package/src/surfaces/admin/components/TableRow.d.ts +1 -1
  174. package/src/surfaces/admin/components/Text.d.ts +1 -1
  175. package/src/surfaces/admin/components/TextArea.d.ts +1 -1
  176. package/src/surfaces/admin/components/TextField.d.ts +1 -1
  177. package/src/surfaces/admin/components/Thumbnail.d.ts +1 -1
  178. package/src/surfaces/admin/components/Tooltip.d.ts +1 -1
  179. package/src/surfaces/admin/components/URLField.d.ts +1 -1
  180. package/src/surfaces/admin/components/UnorderedList.d.ts +1 -1
  181. package/src/surfaces/admin/components/patterns/examples/calloutCard.html +2 -2
  182. package/src/surfaces/admin/components/patterns/examples/details.html +5 -11
  183. package/src/surfaces/admin/components/patterns/examples/details.jsx +4 -13
  184. package/src/surfaces/admin/components/patterns/examples/emptyState.html +2 -2
  185. package/src/surfaces/admin/components/patterns/examples/homepage.html +5 -14
  186. package/src/surfaces/admin/components/patterns/examples/homepage.jsx +7 -16
  187. package/src/surfaces/admin/components/patterns/examples/index.html +6 -12
  188. package/src/surfaces/admin/components/patterns/examples/index.jsx +6 -13
  189. package/src/surfaces/admin/components/patterns/examples/indexTable.html +4 -9
  190. package/src/surfaces/admin/components/patterns/examples/mediaCard.html +1 -1
  191. package/src/surfaces/admin/components/patterns/examples/settings.html +1 -2
  192. package/src/surfaces/admin/components/patterns/examples/settings.jsx +2 -6
  193. package/src/surfaces/admin/components/shared.d.ts +245 -222
  194. package/src/surfaces/admin/components.d.ts +293 -228
  195. package/src/surfaces/admin/docs-types.ts +8 -1
  196. package/src/surfaces/customer-account/api/cart-line/cart-line-item.ts +2 -2
  197. package/src/surfaces/customer-account/api/order-status/order-status.ts +29 -29
  198. package/src/surfaces/customer-account/api/shared.ts +6 -6
  199. package/src/surfaces/customer-account/api/standard-api/standard-api.ts +6 -6
  200. package/src/surfaces/customer-account/api.ts +1 -1
  201. package/src/surfaces/customer-account/preact/subscription.ts +3 -3
  202. package/src/surfaces/point-of-sale/components/Badge.d.ts +1 -1
  203. package/src/surfaces/point-of-sale/components/Box.d.ts +82 -8
  204. package/src/surfaces/point-of-sale/components/Icon.d.ts +111 -30
  205. package/src/surfaces/point-of-sale/components/PosBlock/examples/default.html +11 -0
  206. package/src/surfaces/point-of-sale/components/PosBlock.d.ts +64 -0
  207. package/src/surfaces/point-of-sale/components/SearchField.d.ts +1 -4
  208. package/src/surfaces/point-of-sale/components/Stack.d.ts +82 -8
  209. package/src/surfaces/point-of-sale/components/Tile.d.ts +1 -38
  210. package/src/surfaces/point-of-sale/components/TimeField/examples/default.html +12 -0
  211. package/src/surfaces/point-of-sale/components/TimeField.d.ts +65 -0
  212. package/src/surfaces/point-of-sale/components/components-shared.d.ts +321 -150
  213. package/src/surfaces/point-of-sale/components.d.ts +1041 -530
@@ -1,4 +1,4 @@
1
- /** VERSION: 1.18.0 **/
1
+ /** VERSION: 1.19.0 **/
2
2
 
3
3
  /* eslint-disable @typescript-eslint/ban-types */
4
4
 
@@ -107,6 +107,69 @@ export interface BaseOverlayMethods {
107
107
  */
108
108
  toggleOverlay: () => void;
109
109
  }
110
+ export interface FocusEventProps {
111
+ /**
112
+ * Callback when the element loses focus.
113
+ *
114
+ * @see https://developer.mozilla.org/en-US/docs/Web/API/Element/blur_event
115
+ */
116
+ onBlur?: (event: FocusEvent) => void;
117
+ /**
118
+ * Callback when the element receives focus.
119
+ *
120
+ * @see https://developer.mozilla.org/en-US/docs/Web/API/Element/focus_event
121
+ */
122
+ onFocus?: (event: FocusEvent) => void;
123
+ }
124
+ export interface ToggleEventProps {
125
+ /**
126
+ * Callback fired when the element state changes **after** any animations have finished.
127
+ *
128
+ * - If the element transitioned from hidden to showing, the `oldState` property will be set to `closed` and the
129
+ * `newState` property will be set to `open`.
130
+ * - If the element transitioned from showing to hidden, the `oldState` property will be set to `open` and the
131
+ * `newState` will be `closed`.
132
+ *
133
+ * @see https://developer.mozilla.org/en-US/docs/Web/API/ToggleEvent/newState
134
+ * @see https://developer.mozilla.org/en-US/docs/Web/API/ToggleEvent/oldState
135
+ */
136
+ onAfterToggle?: (event: ToggleEvent$1) => void;
137
+ /**
138
+ * Callback straight after the element state changes.
139
+ *
140
+ * - If the element is transitioning from hidden to showing, the `oldState` property will be set to `closed` and the
141
+ * `newState` property will be set to `open`.
142
+ * - If the element is transitioning from showing to hidden, then `oldState` property will be set to `open` and the
143
+ * `newState` will be `closed`.
144
+ *
145
+ * @see https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/toggle_event
146
+ * @see https://developer.mozilla.org/en-US/docs/Web/API/ToggleEvent/newState
147
+ * @see https://developer.mozilla.org/en-US/docs/Web/API/ToggleEvent/oldState
148
+ */
149
+ onToggle?: (event: ToggleEvent$1) => void;
150
+ }
151
+ export type ToggleState = 'open' | 'closed';
152
+ interface ToggleEvent$1 extends Event {
153
+ readonly newState: ToggleState;
154
+ readonly oldState: ToggleState;
155
+ }
156
+ export interface ExtendableEvent extends Event {
157
+ /**
158
+ * Provide a promise that signals the length, and eventual success or failure of actions relating to the event.
159
+ *
160
+ * This may be called many times, which adds promises to the event.
161
+ *
162
+ * However, this may only be called synchronously during the dispatch of the event.
163
+ * As in, you cannot call it after a `setTimeout` or microtask.
164
+ */
165
+ waitUntil?: (promise: Promise<void>) => void;
166
+ }
167
+ interface AggregateError$1<T extends Error> extends Error {
168
+ errors: T[];
169
+ }
170
+ export interface ArgregatedErrorEvent<T extends Error> extends ErrorEvent {
171
+ error: AggregateError$1<T>;
172
+ }
110
173
  export type SizeKeyword =
111
174
  | 'small-500'
112
175
  | 'small-400'
@@ -184,6 +247,7 @@ export type ToneKeyword =
184
247
  | 'caution'
185
248
  | 'warning'
186
249
  | 'critical'
250
+ | 'accent'
187
251
  | 'custom';
188
252
  declare const privateIconArray: readonly [
189
253
  'adjust',
@@ -193,23 +257,23 @@ declare const privateIconArray: readonly [
193
257
  'alert-circle',
194
258
  'alert-diamond',
195
259
  'alert-location',
196
- 'alert-octagon-filled',
197
260
  'alert-octagon',
198
- 'alert-triangle-filled',
261
+ 'alert-octagon-filled',
199
262
  'alert-triangle',
263
+ 'alert-triangle-filled',
200
264
  'app-extension',
201
265
  'apps',
202
266
  'archive',
267
+ 'arrow-down',
203
268
  'arrow-down-circle',
204
269
  'arrow-down-right',
205
- 'arrow-down',
206
- 'arrow-left-circle',
207
270
  'arrow-left',
208
- 'arrow-right-circle',
271
+ 'arrow-left-circle',
209
272
  'arrow-right',
273
+ 'arrow-right-circle',
274
+ 'arrow-up',
210
275
  'arrow-up-circle',
211
276
  'arrow-up-right',
212
- 'arrow-up',
213
277
  'arrows-in-horizontal',
214
278
  'arrows-out-horizontal',
215
279
  'attachment',
@@ -218,36 +282,39 @@ declare const privateIconArray: readonly [
218
282
  'bag',
219
283
  'bank',
220
284
  'barcode',
285
+ 'battery-low',
221
286
  'bill',
222
287
  'blank',
223
288
  'blog',
224
- 'bolt-filled',
225
289
  'bolt',
226
- 'book-open',
290
+ 'bolt-filled',
227
291
  'book',
292
+ 'book-open',
228
293
  'bug',
229
294
  'bullet',
230
295
  'business-entity',
231
- 'button-press',
232
296
  'button',
297
+ 'button-press',
233
298
  'calculator',
299
+ 'calendar',
234
300
  'calendar-check',
235
301
  'calendar-compare',
236
302
  'calendar-list',
237
303
  'calendar-time',
238
- 'calendar',
239
- 'camera-flip',
240
304
  'camera',
305
+ 'camera-flip',
241
306
  'caret-down',
242
307
  'caret-left',
243
308
  'caret-right',
244
309
  'caret-up',
310
+ 'cart',
245
311
  'cart-abandoned',
246
312
  'cart-discount',
247
313
  'cart-down',
314
+ 'cart-filled',
248
315
  'cart-sale',
316
+ 'cart-send',
249
317
  'cart-up',
250
- 'cart',
251
318
  'cash-dollar',
252
319
  'cash-euro',
253
320
  'cash-pound',
@@ -259,8 +326,8 @@ declare const privateIconArray: readonly [
259
326
  'chart-cohort',
260
327
  'chart-donut',
261
328
  'chart-funnel',
262
- 'chart-histogram-first-last',
263
329
  'chart-histogram-first',
330
+ 'chart-histogram-first-last',
264
331
  'chart-histogram-flat',
265
332
  'chart-histogram-full',
266
333
  'chart-histogram-growth',
@@ -271,36 +338,36 @@ declare const privateIconArray: readonly [
271
338
  'chart-popular',
272
339
  'chart-stacked',
273
340
  'chart-vertical',
341
+ 'chat',
274
342
  'chat-new',
275
343
  'chat-referral',
276
- 'chat',
277
- 'check-circle-filled',
278
- 'check-circle',
279
344
  'check',
345
+ 'check-circle',
346
+ 'check-circle-filled',
280
347
  'checkbox',
281
- 'chevron-down-circle',
282
348
  'chevron-down',
283
- 'chevron-left-circle',
349
+ 'chevron-down-circle',
284
350
  'chevron-left',
285
- 'chevron-right-circle',
351
+ 'chevron-left-circle',
286
352
  'chevron-right',
287
- 'chevron-up-circle',
353
+ 'chevron-right-circle',
288
354
  'chevron-up',
289
- 'circle-dashed',
355
+ 'chevron-up-circle',
290
356
  'circle',
357
+ 'circle-dashed',
358
+ 'clipboard',
291
359
  'clipboard-check',
292
360
  'clipboard-checklist',
293
- 'clipboard',
294
- 'clock-revert',
295
361
  'clock',
296
- 'code-add',
362
+ 'clock-revert',
297
363
  'code',
364
+ 'code-add',
365
+ 'collection',
298
366
  'collection-featured',
299
367
  'collection-list',
300
368
  'collection-reference',
301
- 'collection',
302
- 'color-none',
303
369
  'color',
370
+ 'color-none',
304
371
  'compass',
305
372
  'complete',
306
373
  'compose',
@@ -311,77 +378,81 @@ declare const privateIconArray: readonly [
311
378
  'corner-pill',
312
379
  'corner-round',
313
380
  'corner-square',
381
+ 'credit-card',
314
382
  'credit-card-cancel',
315
383
  'credit-card-percent',
384
+ 'credit-card-reader',
316
385
  'credit-card-reader-chip',
317
386
  'credit-card-reader-tap',
318
- 'credit-card-reader',
319
387
  'credit-card-secure',
320
388
  'credit-card-tap-chip',
321
- 'credit-card',
322
389
  'crop',
323
390
  'currency-convert',
391
+ 'cursor',
324
392
  'cursor-banner',
325
393
  'cursor-option',
326
- 'cursor',
327
394
  'data-presentation',
328
395
  'data-table',
396
+ 'database',
329
397
  'database-add',
330
398
  'database-connect',
331
- 'database',
332
399
  'delete',
333
400
  'delivered',
334
401
  'delivery',
335
402
  'desktop',
336
403
  'disabled',
404
+ 'disabled-filled',
405
+ 'discount',
337
406
  'discount-add',
407
+ 'discount-automatic',
338
408
  'discount-code',
339
- 'discount',
409
+ 'discount-remove',
340
410
  'dns-settings',
341
411
  'dock-floating',
342
412
  'dock-side',
413
+ 'domain',
343
414
  'domain-landing-page',
344
415
  'domain-new',
345
416
  'domain-redirect',
346
- 'domain',
347
417
  'download',
348
418
  'drag-drop',
349
419
  'drag-handle',
420
+ 'drawer',
350
421
  'duplicate',
351
422
  'edit',
423
+ 'email',
352
424
  'email-follow-up',
353
425
  'email-newsletter',
354
- 'email',
355
426
  'empty',
356
427
  'enabled',
357
428
  'enter',
358
- 'envelope-soft-pack',
359
429
  'envelope',
430
+ 'envelope-soft-pack',
360
431
  'eraser',
361
432
  'exchange',
362
433
  'exit',
363
434
  'export',
364
435
  'external',
365
436
  'eye-check-mark',
366
- 'eye-dropper-list',
367
437
  'eye-dropper',
438
+ 'eye-dropper-list',
368
439
  'eye-first',
369
440
  'eyeglasses',
370
441
  'fav',
371
442
  'favicon',
372
- 'file-list',
373
443
  'file',
374
- 'filter-active',
444
+ 'file-list',
375
445
  'filter',
446
+ 'filter-active',
376
447
  'flag',
377
448
  'flip-horizontal',
378
449
  'flip-vertical',
379
450
  'flower',
451
+ 'folder',
380
452
  'folder-add',
381
453
  'folder-down',
382
454
  'folder-remove',
383
455
  'folder-up',
384
- 'folder',
385
456
  'food',
386
457
  'foreground',
387
458
  'forklift',
@@ -389,56 +460,62 @@ declare const privateIconArray: readonly [
389
460
  'games',
390
461
  'gauge',
391
462
  'geolocation',
392
- 'gift-card',
393
463
  'gift',
464
+ 'gift-card',
394
465
  'git-branch',
395
466
  'git-commit',
396
467
  'git-repository',
468
+ 'globe',
397
469
  'globe-asia',
398
470
  'globe-europe',
399
471
  'globe-lines',
400
472
  'globe-list',
401
- 'globe',
473
+ 'graduation-hat',
402
474
  'grid',
475
+ 'hashtag',
403
476
  'hashtag-decimal',
404
477
  'hashtag-list',
405
- 'hashtag',
406
478
  'heart',
407
- 'hide-filled',
408
479
  'hide',
480
+ 'hide-filled',
409
481
  'home',
482
+ 'home-filled',
410
483
  'icons',
411
484
  'identity-card',
485
+ 'image',
412
486
  'image-add',
413
487
  'image-alt',
414
488
  'image-explore',
415
489
  'image-magic',
416
490
  'image-none',
417
491
  'image-with-text-overlay',
418
- 'image',
419
492
  'images',
420
493
  'import',
421
494
  'in-progress',
422
495
  'incentive',
423
496
  'incoming',
424
497
  'incomplete',
425
- 'info-filled',
426
498
  'info',
499
+ 'info-filled',
427
500
  'inheritance',
428
- 'inventory-updated',
429
501
  'inventory',
502
+ 'inventory-edit',
503
+ 'inventory-list',
504
+ 'inventory-transfer',
505
+ 'inventory-updated',
430
506
  'iq',
431
507
  'key',
508
+ 'keyboard',
432
509
  'keyboard-filled',
433
510
  'keyboard-hide',
434
- 'keyboard',
511
+ 'keypad',
435
512
  'label-printer',
436
- 'language-translate',
437
513
  'language',
514
+ 'language-translate',
438
515
  'layout-block',
516
+ 'layout-buy-button',
439
517
  'layout-buy-button-horizontal',
440
518
  'layout-buy-button-vertical',
441
- 'layout-buy-button',
442
519
  'layout-column-1',
443
520
  'layout-columns-2',
444
521
  'layout-columns-3',
@@ -451,64 +528,73 @@ declare const privateIconArray: readonly [
451
528
  'layout-sidebar-left',
452
529
  'layout-sidebar-right',
453
530
  'lightbulb',
454
- 'link-list',
455
531
  'link',
532
+ 'link-list',
456
533
  'list-bulleted',
534
+ 'list-bulleted-filled',
457
535
  'list-numbered',
458
536
  'live',
459
- 'location-none',
537
+ 'live-critical',
538
+ 'live-none',
460
539
  'location',
540
+ 'location-none',
461
541
  'lock',
462
542
  'map',
543
+ 'markets',
463
544
  'markets-euro',
464
545
  'markets-rupee',
465
546
  'markets-yen',
466
- 'markets',
467
547
  'maximize',
468
- 'measurement-size-list',
469
548
  'measurement-size',
470
- 'measurement-volume-list',
549
+ 'measurement-size-list',
471
550
  'measurement-volume',
472
- 'measurement-weight-list',
551
+ 'measurement-volume-list',
473
552
  'measurement-weight',
553
+ 'measurement-weight-list',
474
554
  'media-receiver',
475
555
  'megaphone',
476
556
  'mention',
557
+ 'menu',
558
+ 'menu-filled',
477
559
  'menu-horizontal',
478
560
  'menu-vertical',
479
- 'menu',
480
561
  'merge',
481
562
  'metafields',
563
+ 'metaobject',
482
564
  'metaobject-list',
483
565
  'metaobject-reference',
484
- 'metaobject',
485
566
  'microphone',
486
567
  'minimize',
487
- 'minus-circle',
488
568
  'minus',
569
+ 'minus-circle',
489
570
  'mobile',
490
- 'money-none',
491
571
  'money',
572
+ 'money-none',
573
+ 'money-split',
492
574
  'moon',
493
575
  'nature',
494
- 'note-add',
495
576
  'note',
577
+ 'note-add',
496
578
  'notification',
579
+ 'order',
497
580
  'order-batches',
498
581
  'order-draft',
582
+ 'order-filled',
499
583
  'order-first',
500
584
  'order-fulfilled',
501
585
  'order-repeat',
502
586
  'order-unfulfilled',
503
- 'order',
504
587
  'orders-status',
505
588
  'organization',
506
589
  'outdent',
507
590
  'outgoing',
591
+ 'package',
592
+ 'package-cancel',
508
593
  'package-fulfilled',
509
594
  'package-on-hold',
595
+ 'package-reassign',
510
596
  'package-returned',
511
- 'package',
597
+ 'page',
512
598
  'page-add',
513
599
  'page-attachment',
514
600
  'page-clock',
@@ -519,7 +605,6 @@ declare const privateIconArray: readonly [
519
605
  'page-remove',
520
606
  'page-report',
521
607
  'page-up',
522
- 'page',
523
608
  'pagination-end',
524
609
  'pagination-start',
525
610
  'paint-brush-flat',
@@ -529,50 +614,55 @@ declare const privateIconArray: readonly [
529
614
  'passkey',
530
615
  'paste',
531
616
  'pause-circle',
532
- 'payment-capture',
533
617
  'payment',
618
+ 'payment-capture',
619
+ 'payout',
534
620
  'payout-dollar',
535
621
  'payout-euro',
536
622
  'payout-pound',
537
623
  'payout-rupee',
538
624
  'payout-yen',
539
- 'payout',
625
+ 'person',
540
626
  'person-add',
541
627
  'person-exit',
628
+ 'person-filled',
542
629
  'person-list',
543
630
  'person-lock',
544
631
  'person-remove',
545
632
  'person-segment',
546
- 'person',
547
633
  'personalized-text',
634
+ 'phablet',
635
+ 'phone',
548
636
  'phone-in',
549
637
  'phone-out',
550
- 'phone',
551
- 'pin-remove',
552
638
  'pin',
639
+ 'pin-remove',
553
640
  'plan',
554
- 'play-circle',
555
641
  'play',
642
+ 'play-circle',
643
+ 'plus',
644
+ 'plus-circle',
556
645
  'plus-circle-down',
557
646
  'plus-circle-filled',
558
647
  'plus-circle-up',
559
- 'plus-circle',
560
- 'plus',
561
648
  'point-of-sale',
649
+ 'point-of-sale-register',
562
650
  'price-list',
563
651
  'print',
652
+ 'product',
564
653
  'product-add',
565
654
  'product-cost',
655
+ 'product-filled',
566
656
  'product-list',
567
657
  'product-reference',
568
658
  'product-remove',
569
659
  'product-return',
570
660
  'product-unavailable',
571
- 'product',
572
- 'profile-filled',
573
661
  'profile',
574
- 'question-circle-filled',
662
+ 'profile-filled',
575
663
  'question-circle',
664
+ 'question-circle-filled',
665
+ 'receipt',
576
666
  'receipt-dollar',
577
667
  'receipt-euro',
578
668
  'receipt-folded',
@@ -581,7 +671,6 @@ declare const privateIconArray: readonly [
581
671
  'receipt-refund',
582
672
  'receipt-rupee',
583
673
  'receipt-yen',
584
- 'receipt',
585
674
  'receivables',
586
675
  'redo',
587
676
  'referral-code',
@@ -599,11 +688,12 @@ declare const privateIconArray: readonly [
599
688
  'sandbox',
600
689
  'save',
601
690
  'savings',
691
+ 'scan-qr-code',
692
+ 'search',
602
693
  'search-add',
603
694
  'search-list',
604
695
  'search-recent',
605
696
  'search-resource',
606
- 'search',
607
697
  'select',
608
698
  'send',
609
699
  'settings',
@@ -613,6 +703,7 @@ declare const privateIconArray: readonly [
613
703
  'shield-pending',
614
704
  'shield-person',
615
705
  'shipping-label',
706
+ 'shipping-label-cancel',
616
707
  'shopcodes',
617
708
  'slideshow',
618
709
  'smiley-happy',
@@ -621,68 +712,70 @@ declare const privateIconArray: readonly [
621
712
  'smiley-sad',
622
713
  'social-ad',
623
714
  'social-post',
715
+ 'sort',
624
716
  'sort-ascending',
625
717
  'sort-descending',
626
- 'sort',
627
718
  'sound',
628
719
  'sports',
720
+ 'star',
721
+ 'star-circle',
629
722
  'star-filled',
630
723
  'star-half',
631
724
  'star-list',
632
- 'star',
633
- 'status-active',
634
725
  'status',
726
+ 'status-active',
635
727
  'stop-circle',
728
+ 'store',
636
729
  'store-import',
637
730
  'store-managed',
638
731
  'store-online',
639
- 'store',
640
732
  'sun',
641
- 'table-masonry',
642
733
  'table',
734
+ 'table-masonry',
643
735
  'tablet',
644
736
  'target',
645
737
  'tax',
646
738
  'team',
739
+ 'text',
647
740
  'text-align-center',
648
741
  'text-align-left',
649
742
  'text-align-right',
650
743
  'text-block',
651
744
  'text-bold',
652
745
  'text-color',
653
- 'text-font-list',
654
746
  'text-font',
747
+ 'text-font-list',
655
748
  'text-grammar',
656
749
  'text-in-columns',
657
750
  'text-in-rows',
658
- 'text-indent-remove',
659
751
  'text-indent',
752
+ 'text-indent-remove',
660
753
  'text-italic',
661
754
  'text-quote',
662
755
  'text-title',
663
756
  'text-underline',
664
757
  'text-with-image',
665
- 'text',
758
+ 'theme',
666
759
  'theme-edit',
667
760
  'theme-store',
668
761
  'theme-template',
669
- 'theme',
670
762
  'three-d-environment',
671
763
  'thumbs-down',
672
764
  'thumbs-up',
673
765
  'tip-jar',
674
766
  'toggle-off',
675
767
  'toggle-on',
768
+ 'transaction',
769
+ 'transaction-fee-add',
676
770
  'transaction-fee-dollar',
677
771
  'transaction-fee-euro',
678
772
  'transaction-fee-pound',
679
773
  'transaction-fee-rupee',
680
774
  'transaction-fee-yen',
681
- 'transaction',
775
+ 'transfer',
682
776
  'transfer-in',
683
777
  'transfer-internal',
684
778
  'transfer-out',
685
- 'transfer',
686
779
  'truck',
687
780
  'undo',
688
781
  'unknown-device',
@@ -698,12 +791,12 @@ declare const privateIconArray: readonly [
698
791
  'wand',
699
792
  'watch',
700
793
  'wifi',
701
- 'work-list',
702
794
  'work',
795
+ 'work-list',
703
796
  'wrench',
704
- 'x-circle-filled',
705
- 'x-circle',
706
797
  'x',
798
+ 'x-circle',
799
+ 'x-circle-filled',
707
800
  ];
708
801
  export type IconType = (typeof privateIconArray)[number];
709
802
  /**
@@ -716,6 +809,7 @@ export type MaybeAllValuesShorthandProperty<T extends string> =
716
809
  | `${T} ${T} ${T}`
717
810
  | `${T} ${T} ${T} ${T}`;
718
811
  export type MaybeTwoValuesShorthandProperty<T extends string> = T | `${T} ${T}`;
812
+ export type MaybeResponsive<T> = T | `@container${string}`;
719
813
  /**
720
814
  * Prevents widening string literal types in a union to `string`.
721
815
  * @example
@@ -851,7 +945,7 @@ export interface DisplayProps {
851
945
  * @see https://developer.mozilla.org/en-US/docs/Web/CSS/display
852
946
  * @default 'auto'
853
947
  */
854
- display?: 'auto' | 'none';
948
+ display?: MaybeResponsive<'auto' | 'none'>;
855
949
  }
856
950
  export interface AccessibilityRoleProps {
857
951
  /**
@@ -1029,7 +1123,7 @@ export interface PaddingProps {
1029
1123
  *
1030
1124
  * @default 'none'
1031
1125
  */
1032
- padding?: MaybeAllValuesShorthandProperty<PaddingKeyword>;
1126
+ padding?: MaybeResponsive<MaybeAllValuesShorthandProperty<PaddingKeyword>>;
1033
1127
  /**
1034
1128
  * Adjust the block-padding.
1035
1129
  *
@@ -1039,7 +1133,9 @@ export interface PaddingProps {
1039
1133
  *
1040
1134
  * @default '' - meaning no override
1041
1135
  */
1042
- paddingBlock?: MaybeTwoValuesShorthandProperty<PaddingKeyword> | '';
1136
+ paddingBlock?: MaybeResponsive<
1137
+ MaybeTwoValuesShorthandProperty<PaddingKeyword> | ''
1138
+ >;
1043
1139
  /**
1044
1140
  * Adjust the block-start padding.
1045
1141
  *
@@ -1047,7 +1143,7 @@ export interface PaddingProps {
1047
1143
  *
1048
1144
  * @default '' - meaning no override
1049
1145
  */
1050
- paddingBlockStart?: PaddingKeyword | '';
1146
+ paddingBlockStart?: MaybeResponsive<PaddingKeyword | ''>;
1051
1147
  /**
1052
1148
  * Adjust the block-end padding.
1053
1149
  *
@@ -1055,7 +1151,7 @@ export interface PaddingProps {
1055
1151
  *
1056
1152
  * @default '' - meaning no override
1057
1153
  */
1058
- paddingBlockEnd?: PaddingKeyword | '';
1154
+ paddingBlockEnd?: MaybeResponsive<PaddingKeyword | ''>;
1059
1155
  /**
1060
1156
  * Adjust the inline padding.
1061
1157
  *
@@ -1065,7 +1161,9 @@ export interface PaddingProps {
1065
1161
  *
1066
1162
  * @default '' - meaning no override
1067
1163
  */
1068
- paddingInline?: MaybeTwoValuesShorthandProperty<PaddingKeyword> | '';
1164
+ paddingInline?: MaybeResponsive<
1165
+ MaybeTwoValuesShorthandProperty<PaddingKeyword> | ''
1166
+ >;
1069
1167
  /**
1070
1168
  * Adjust the inline-start padding.
1071
1169
  *
@@ -1073,7 +1171,7 @@ export interface PaddingProps {
1073
1171
  *
1074
1172
  * @default '' - meaning no override
1075
1173
  */
1076
- paddingInlineStart?: PaddingKeyword | '';
1174
+ paddingInlineStart?: MaybeResponsive<PaddingKeyword | ''>;
1077
1175
  /**
1078
1176
  * Adjust the inline-end padding.
1079
1177
  *
@@ -1081,7 +1179,7 @@ export interface PaddingProps {
1081
1179
  *
1082
1180
  * @default '' - meaning no override
1083
1181
  */
1084
- paddingInlineEnd?: PaddingKeyword | '';
1182
+ paddingInlineEnd?: MaybeResponsive<PaddingKeyword | ''>;
1085
1183
  }
1086
1184
  export type SizeUnits = `${number}px` | `${number}%` | `0`;
1087
1185
  export type SizeUnitsOrAuto = SizeUnits | 'auto';
@@ -1094,7 +1192,7 @@ export interface SizingProps {
1094
1192
  *
1095
1193
  * @default 'auto'
1096
1194
  */
1097
- blockSize?: SizeUnitsOrAuto;
1195
+ blockSize?: MaybeResponsive<SizeUnitsOrAuto>;
1098
1196
  /**
1099
1197
  * Adjust the minimum block size.
1100
1198
  *
@@ -1102,7 +1200,7 @@ export interface SizingProps {
1102
1200
  *
1103
1201
  * @default '0'
1104
1202
  */
1105
- minBlockSize?: SizeUnits;
1203
+ minBlockSize?: MaybeResponsive<SizeUnits>;
1106
1204
  /**
1107
1205
  * Adjust the maximum block size.
1108
1206
  *
@@ -1110,7 +1208,7 @@ export interface SizingProps {
1110
1208
  *
1111
1209
  * @default 'none'
1112
1210
  */
1113
- maxBlockSize?: SizeUnitsOrNone;
1211
+ maxBlockSize?: MaybeResponsive<SizeUnitsOrNone>;
1114
1212
  /**
1115
1213
  * Adjust the inline size.
1116
1214
  *
@@ -1118,7 +1216,7 @@ export interface SizingProps {
1118
1216
  *
1119
1217
  * @default 'auto'
1120
1218
  */
1121
- inlineSize?: SizeUnitsOrAuto;
1219
+ inlineSize?: MaybeResponsive<SizeUnitsOrAuto>;
1122
1220
  /**
1123
1221
  * Adjust the minimum inline size.
1124
1222
  *
@@ -1126,7 +1224,7 @@ export interface SizingProps {
1126
1224
  *
1127
1225
  * @default '0'
1128
1226
  */
1129
- minInlineSize?: SizeUnits;
1227
+ minInlineSize?: MaybeResponsive<SizeUnits>;
1130
1228
  /**
1131
1229
  * Adjust the maximum inline size.
1132
1230
  *
@@ -1134,7 +1232,7 @@ export interface SizingProps {
1134
1232
  *
1135
1233
  * @default 'none'
1136
1234
  */
1137
- maxInlineSize?: SizeUnitsOrNone;
1235
+ maxInlineSize?: MaybeResponsive<SizeUnitsOrNone>;
1138
1236
  }
1139
1237
  export type BorderStyleKeyword =
1140
1238
  | 'none'
@@ -1272,72 +1370,9 @@ export interface BaseBoxPropsWithRole
1272
1370
  extends BaseBoxProps,
1273
1371
  AccessibilityRoleProps {}
1274
1372
  interface BoxProps$1 extends BaseBoxPropsWithRole, GlobalProps {}
1275
- export interface FocusEventProps {
1276
- /**
1277
- * Callback when the element loses focus.
1278
- *
1279
- * @see https://developer.mozilla.org/en-US/docs/Web/API/Element/blur_event
1280
- */
1281
- onBlur?: (event: FocusEvent) => void;
1282
- /**
1283
- * Callback when the element receives focus.
1284
- *
1285
- * @see https://developer.mozilla.org/en-US/docs/Web/API/Element/focus_event
1286
- */
1287
- onFocus?: (event: FocusEvent) => void;
1288
- }
1289
- export interface ToggleEventProps {
1290
- /**
1291
- * Callback fired when the element state changes **after** any animations have finished.
1292
- *
1293
- * - If the element transitioned from hidden to showing, the `oldState` property will be set to `closed` and the
1294
- * `newState` property will be set to `open`.
1295
- * - If the element transitioned from showing to hidden, the `oldState` property will be set to `open` and the
1296
- * `newState` will be `closed`.
1297
- *
1298
- * @see https://developer.mozilla.org/en-US/docs/Web/API/ToggleEvent/newState
1299
- * @see https://developer.mozilla.org/en-US/docs/Web/API/ToggleEvent/oldState
1300
- */
1301
- onAfterToggle?: (event: ToggleEvent$1) => void;
1302
- /**
1303
- * Callback straight after the element state changes.
1304
- *
1305
- * - If the element is transitioning from hidden to showing, the `oldState` property will be set to `closed` and the
1306
- * `newState` property will be set to `open`.
1307
- * - If the element is transitioning from showing to hidden, then `oldState` property will be set to `open` and the
1308
- * `newState` will be `closed`.
1309
- *
1310
- * @see https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/toggle_event
1311
- * @see https://developer.mozilla.org/en-US/docs/Web/API/ToggleEvent/newState
1312
- * @see https://developer.mozilla.org/en-US/docs/Web/API/ToggleEvent/oldState
1313
- */
1314
- onToggle?: (event: ToggleEvent$1) => void;
1315
- }
1316
- export type ToggleState = 'open' | 'closed';
1317
- interface ToggleEvent$1 extends Event {
1318
- readonly newState: ToggleState;
1319
- readonly oldState: ToggleState;
1320
- }
1321
- export interface ExtendableEvent extends Event {
1322
- /**
1323
- * Provide a promise that signals the length, and eventual success or failure of actions relating to the event.
1324
- *
1325
- * This may be called many times, which adds promises to the event.
1326
- *
1327
- * However, this may only be called synchronously during the dispatch of the event.
1328
- * As in, you cannot call it after a `setTimeout` or microtask.
1329
- */
1330
- waitUntil?: (promise: Promise<void>) => void;
1331
- }
1332
- interface AggregateError$1<T extends Error> extends Error {
1333
- errors: T[];
1334
- }
1335
- export interface ArgregatedErrorEvent<T extends Error> extends ErrorEvent {
1336
- error: AggregateError$1<T>;
1337
- }
1338
1373
  export interface ButtonBehaviorProps extends InteractionProps, FocusEventProps {
1339
1374
  /**
1340
- * The behavior of the button.
1375
+ * The behavior of the Button.
1341
1376
  *
1342
1377
  * - `submit`: Used to indicate the component acts as a submit button, meaning it submits the closest form.
1343
1378
  * - `button`: Used to indicate the component acts as a button, meaning it has no default action.
@@ -1349,14 +1384,14 @@ export interface ButtonBehaviorProps extends InteractionProps, FocusEventProps {
1349
1384
  */
1350
1385
  type?: 'submit' | 'button' | 'reset';
1351
1386
  /**
1352
- * Callback when the button is activated.
1387
+ * Callback when the Button is activated.
1353
1388
  * This will be called before the action indicated by `type`.
1354
1389
  *
1355
1390
  * @see https://developer.mozilla.org/en-US/docs/Web/API/Element/click_event
1356
1391
  */
1357
1392
  onClick?: (event: Event) => void;
1358
1393
  /**
1359
- * Disables the button, meaning it cannot be clicked or receive focus.
1394
+ * Disables the Button meaning it cannot be clicked or receive focus.
1360
1395
  *
1361
1396
  * @default false
1362
1397
  */
@@ -1364,7 +1399,7 @@ export interface ButtonBehaviorProps extends InteractionProps, FocusEventProps {
1364
1399
  /**
1365
1400
  * Replaces content with a loading indicator while a background action is being performed.
1366
1401
  *
1367
- * This also disables the button.
1402
+ * This also disables the Button.
1368
1403
  *
1369
1404
  * @default false
1370
1405
  */
@@ -1394,7 +1429,7 @@ export interface LinkBehaviorProps extends InteractionProps, FocusEventProps {
1394
1429
  target?: 'auto' | '_blank' | '_self' | '_parent' | '_top' | AnyString;
1395
1430
  /**
1396
1431
  * Causes the browser to treat the linked URL as a download with the string being the file name.
1397
- * Download only works for same-origin URLs, or the blob: and data: schemes.
1432
+ * Download only works for same-origin URLs or the `blob:` and `data:` schemes.
1398
1433
  * @see https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#download
1399
1434
  */
1400
1435
  download?: string;
@@ -1443,7 +1478,7 @@ interface ButtonProps$1 extends GlobalProps, BaseClickableProps {
1443
1478
  /**
1444
1479
  * A label that describes the purpose or contents of the Button. It will be read to users using assistive technologies such as screen readers.
1445
1480
  *
1446
- * Use this when using only an icon or the button text is not enough context
1481
+ * Use this when using only an icon or the Button text is not enough context
1447
1482
  * for users using assistive technologies.
1448
1483
  */
1449
1484
  accessibilityLabel?: string;
@@ -1452,13 +1487,13 @@ interface ButtonProps$1 extends GlobalProps, BaseClickableProps {
1452
1487
  */
1453
1488
  children?: ComponentChildren;
1454
1489
  /**
1455
- * The type of icon to be displayed in the button.
1490
+ * The type of icon to be displayed in the Button.
1456
1491
  *
1457
1492
  * @default ''
1458
1493
  */
1459
1494
  icon?: IconType | AnyString;
1460
1495
  /**
1461
- * The displayed inline width of the button.
1496
+ * The displayed inline width of the Button.
1462
1497
  *
1463
1498
  * - `auto`: the size of the button depends on the surface and context.
1464
1499
  * - `fill`: the button will takes up 100% of the available inline size.
@@ -1474,7 +1509,7 @@ interface ButtonProps$1 extends GlobalProps, BaseClickableProps {
1474
1509
  */
1475
1510
  variant?: 'auto' | 'primary' | 'secondary' | 'tertiary';
1476
1511
  /**
1477
- * Sets the tone of the Button, based on the intention of the information being conveyed.
1512
+ * Sets the tone of the Button based on the intention of the information being conveyed.
1478
1513
  *
1479
1514
  * @default 'auto'
1480
1515
  */
@@ -1845,7 +1880,7 @@ interface CheckboxProps$1
1845
1880
  */
1846
1881
  required?: boolean;
1847
1882
  }
1848
- export interface ChipProps$1 {
1883
+ export interface ChipProps$1 extends GlobalProps {
1849
1884
  /**
1850
1885
  * The content of the chip.
1851
1886
  */
@@ -2366,15 +2401,18 @@ interface DatePickerProps$1 extends GlobalProps, InputProps, FocusEventProps {
2366
2401
  * - If `type="multiple"`, this is a comma-separated list of dates in `YYYY-MM-DD` format.
2367
2402
  * - If `type="range"`, this is a range in `YYYY-MM-DD--YYYY-MM-DD` format. The range is inclusive.
2368
2403
  *
2369
- * Events:
2370
- *
2371
- * - `onInput` - Invoked when any date is selected. Will fire before `onChange`.
2372
- * - `onChange` - Invoked when the `value` is changed. For `type="single"` and `type="multiple"`, this is the same as `onInput`.
2373
- * For `type="range"`, this is only called when the range is completed by selecting the end date of the range.
2374
- *
2375
2404
  * @default ""
2376
2405
  */
2377
2406
  value?: string;
2407
+ /**
2408
+ * Callback when any date is selected. Will fire before `onChange`.
2409
+ */
2410
+ onInput?: (event: Event) => void;
2411
+ /**
2412
+ * Callback when the `value` is changed. For `type="single"` and `type="multiple"`, this is the same as `onInput`.
2413
+ * For `type="range"`, this is only called when the range is completed by selecting the end date of the range.
2414
+ */
2415
+ onChange?: (event: Event) => void;
2378
2416
  }
2379
2417
  interface DateFieldProps$1
2380
2418
  extends GlobalProps,
@@ -2421,13 +2459,7 @@ export type DateAutocompleteField = ExtractStrict<
2421
2459
  >;
2422
2460
  interface DividerProps$1 extends GlobalProps {
2423
2461
  /**
2424
- * Specify the direction of the divider.
2425
- *
2426
- * An 'inline' divider separates blocks of content.
2427
- * In a left-to-right or right-to-left writing mode, this would typically be a horizontal line.
2428
- *
2429
- * A 'block' divider separates items within the current line of content.
2430
- * In a left-to-right or right-to-left writing mode, this would typically be a vertical line.
2462
+ * Specify the direction of the divider. This uses [logical properties](https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_logical_properties_and_values).
2431
2463
  *
2432
2464
  * @default 'inline'
2433
2465
  */
@@ -2551,7 +2583,7 @@ export interface GapProps {
2551
2583
  *
2552
2584
  * @default 'none'
2553
2585
  */
2554
- gap?: MaybeTwoValuesShorthandProperty<SpacingKeyword>;
2586
+ gap?: MaybeResponsive<MaybeTwoValuesShorthandProperty<SpacingKeyword>>;
2555
2587
  /**
2556
2588
  * Adjust spacing between elements in the block axis.
2557
2589
  *
@@ -2559,7 +2591,7 @@ export interface GapProps {
2559
2591
  *
2560
2592
  * @default '' - meaning no override
2561
2593
  */
2562
- rowGap?: SpacingKeyword | '';
2594
+ rowGap?: MaybeResponsive<SpacingKeyword | ''>;
2563
2595
  /**
2564
2596
  * Adjust spacing between elements in the inline axis.
2565
2597
  *
@@ -2567,7 +2599,7 @@ export interface GapProps {
2567
2599
  *
2568
2600
  * @default '' - meaning no override
2569
2601
  */
2570
- columnGap?: SpacingKeyword | '';
2602
+ columnGap?: MaybeResponsive<SpacingKeyword | ''>;
2571
2603
  }
2572
2604
  export type BaselinePosition = 'baseline' | 'first baseline' | 'last baseline';
2573
2605
  export type ContentDistribution =
@@ -2629,14 +2661,14 @@ interface GridProps$1 extends GlobalProps, BaseBoxPropsWithRole, GapProps {
2629
2661
  @see https://developer.mozilla.org/en-US/docs/Web/CSS/grid-template-columns
2630
2662
  @default 'none'
2631
2663
  */
2632
- gridTemplateColumns?: string;
2664
+ gridTemplateColumns?: MaybeResponsive<string>;
2633
2665
  /**
2634
2666
  Define rows and specify their size.
2635
2667
 
2636
2668
  @see https://developer.mozilla.org/en-US/docs/Web/CSS/grid-template-rows
2637
2669
  @default 'none'
2638
2670
  */
2639
- gridTemplateRows?: string;
2671
+ gridTemplateRows?: MaybeResponsive<string>;
2640
2672
  /**
2641
2673
  Aligns the grid items along the inline (row) axis.
2642
2674
 
@@ -2645,7 +2677,7 @@ interface GridProps$1 extends GlobalProps, BaseBoxPropsWithRole, GapProps {
2645
2677
  @see https://developer.mozilla.org/en-US/docs/Web/CSS/justify-items
2646
2678
  @default '' - meaning no override
2647
2679
  */
2648
- justifyItems?: JustifyItemsKeyword | '';
2680
+ justifyItems?: MaybeResponsive<JustifyItemsKeyword | ''>;
2649
2681
  /**
2650
2682
  Aligns the grid items along the block (column) axis.
2651
2683
 
@@ -2654,16 +2686,16 @@ interface GridProps$1 extends GlobalProps, BaseBoxPropsWithRole, GapProps {
2654
2686
  @see https://developer.mozilla.org/en-US/docs/Web/CSS/align-items
2655
2687
  @default '' - meaning no override
2656
2688
  */
2657
- alignItems?: AlignItemsKeyword | '';
2689
+ alignItems?: MaybeResponsive<AlignItemsKeyword | ''>;
2658
2690
  /**
2659
2691
  A shorthand property for `justify-items` and `align-items`.
2660
2692
 
2661
2693
  @see https://developer.mozilla.org/en-US/docs/Web/CSS/place-items
2662
2694
  @default 'normal normal'
2663
2695
  */
2664
- placeItems?:
2665
- | `${AlignItemsKeyword} ${JustifyItemsKeyword}`
2666
- | AlignItemsKeyword;
2696
+ placeItems?: MaybeResponsive<
2697
+ `${AlignItemsKeyword} ${JustifyItemsKeyword}` | AlignItemsKeyword
2698
+ >;
2667
2699
  /**
2668
2700
  Aligns the grid along the inline (row) axis.
2669
2701
 
@@ -2672,7 +2704,7 @@ interface GridProps$1 extends GlobalProps, BaseBoxPropsWithRole, GapProps {
2672
2704
  @see https://developer.mozilla.org/en-US/docs/Web/CSS/justify-content
2673
2705
  @default '' - meaning no override
2674
2706
  */
2675
- justifyContent?: JustifyContentKeyword | '';
2707
+ justifyContent?: MaybeResponsive<JustifyContentKeyword | ''>;
2676
2708
  /**
2677
2709
  Aligns the grid along the block (column) axis.
2678
2710
 
@@ -2681,16 +2713,16 @@ interface GridProps$1 extends GlobalProps, BaseBoxPropsWithRole, GapProps {
2681
2713
  @see https://developer.mozilla.org/en-US/docs/Web/CSS/align-content
2682
2714
  @default '' - meaning no override
2683
2715
  */
2684
- alignContent?: AlignContentKeyword | '';
2716
+ alignContent?: MaybeResponsive<AlignContentKeyword | ''>;
2685
2717
  /**
2686
2718
  A shorthand property for `justify-content` and `align-content`.
2687
2719
 
2688
2720
  @see https://developer.mozilla.org/en-US/docs/Web/CSS/place-content
2689
2721
  @default 'normal normal'
2690
2722
  */
2691
- placeContent?:
2692
- | `${AlignContentKeyword} ${JustifyContentKeyword}`
2693
- | AlignContentKeyword;
2723
+ placeContent?: MaybeResponsive<
2724
+ `${AlignContentKeyword} ${JustifyContentKeyword}` | AlignContentKeyword
2725
+ >;
2694
2726
  }
2695
2727
  interface GridItemProps$1 extends GlobalProps, BaseBoxPropsWithRole {
2696
2728
  /**
@@ -3074,7 +3106,7 @@ interface OptionGroupProps$1 extends GlobalProps {
3074
3106
  children?: ComponentChildren;
3075
3107
  }
3076
3108
  interface OrderedListProps$1 extends GlobalProps {}
3077
- interface PageProps$1 extends GlobalProps {
3109
+ interface PageProps$1 extends GlobalProps, ActionSlots {
3078
3110
  /**
3079
3111
  * The content of the Page.
3080
3112
  */
@@ -3091,19 +3123,10 @@ interface PageProps$1 extends GlobalProps {
3091
3123
  * Additional contextual information about the page.
3092
3124
  */
3093
3125
  accessory?: ComponentChildren;
3094
- /**
3095
- * The primary action to perform, provided as a button or link type element.
3096
- * When a `Button` is added to the `primaryAction` it's variant is set to `primary`
3097
- */
3098
- primaryAction?: ComponentChildren;
3099
3126
  /**
3100
3127
  * The breadcrumb actions to perform, provided as link elements.
3101
3128
  */
3102
3129
  breadcrumbActions?: ComponentChildren;
3103
- /**
3104
- * Secondary actions. These are `Button`s that will be contextually the 'secondary' variant.
3105
- */
3106
- secondaryActions?: ComponentChildren;
3107
3130
  /**
3108
3131
  * 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.
3109
3132
  * Such sections are often represented as sidebars in printed typography.
@@ -3260,34 +3283,34 @@ interface StackProps$1 extends GlobalProps, BaseBoxPropsWithRole, GapProps {
3260
3283
  */
3261
3284
  children?: ComponentChildren;
3262
3285
  /**
3263
- * Sets how the children are placed within the Stack.
3286
+ * 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).
3264
3287
  *
3265
3288
  * @default 'block'
3266
3289
  *
3267
3290
  * @implementation the content will wrap if the direction is 'inline', and not wrap if the direction is 'block'
3268
3291
  */
3269
- direction?: 'block' | 'inline';
3292
+ direction?: MaybeResponsive<'block' | 'inline'>;
3270
3293
  /**
3271
3294
  * Aligns the Stack along the main axis.
3272
3295
  *
3273
3296
  * @see https://developer.mozilla.org/en-US/docs/Web/CSS/justify-content
3274
3297
  * @default 'normal'
3275
3298
  */
3276
- justifyContent?: JustifyContentKeyword;
3299
+ justifyContent?: MaybeResponsive<JustifyContentKeyword>;
3277
3300
  /**
3278
3301
  * Aligns the Stack's children along the cross axis.
3279
3302
  *
3280
3303
  * @see https://developer.mozilla.org/en-US/docs/Web/CSS/align-items
3281
3304
  * @default 'normal'
3282
3305
  */
3283
- alignItems?: AlignItemsKeyword;
3306
+ alignItems?: MaybeResponsive<AlignItemsKeyword>;
3284
3307
  /**
3285
3308
  * Aligns the Stack along the cross axis.
3286
3309
  *
3287
3310
  * @see https://developer.mozilla.org/en-US/docs/Web/CSS/align-content
3288
3311
  * @default 'normal'
3289
3312
  */
3290
- alignContent?: AlignContentKeyword;
3313
+ alignContent?: MaybeResponsive<AlignContentKeyword>;
3291
3314
  }
3292
3315
  interface SwitchProps$1
3293
3316
  extends GlobalProps,
@@ -3376,7 +3399,7 @@ interface TableHeaderProps$1 extends GlobalProps {
3376
3399
  /**
3377
3400
  * Content designation for the table's `list` variant.
3378
3401
  *
3379
- * - `primary'`: The most important content. Only one column can have this designation.
3402
+ * - `primary`: The most important content. Only one column can have this designation.
3380
3403
  * - `secondary`: The secondary content. Only one column can have this designation.
3381
3404
  * - `kicker`: Content that is displayed before primary and secondary content, but with less visual prominence. Only one column can have this designation.
3382
3405
  * - `inline`: Content that is displayed inline.
@@ -3432,7 +3455,7 @@ interface TextProps$1
3432
3455
  /**
3433
3456
  * Provide semantic meaning and default styling to the text.
3434
3457
  *
3435
- * Other presentation properties on `<s-text>` override the default styling.
3458
+ * Other presentation properties on Text override the default styling.
3436
3459
  *
3437
3460
  * @default 'generic'
3438
3461
  */