@shopify/ui-extensions 2025.10.0-rc.34 → 2025.10.0-rc.35

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 (187) hide show
  1. package/build/ts/docs/shared/components/MoneyField.d.ts.map +1 -1
  2. package/build/ts/surfaces/admin/components/AdminAction.d.ts +1 -1
  3. package/build/ts/surfaces/admin/components/AdminBlock.d.ts +1 -1
  4. package/build/ts/surfaces/admin/components/AdminPrintAction.d.ts +1 -1
  5. package/build/ts/surfaces/admin/components/Avatar.d.ts +1 -1
  6. package/build/ts/surfaces/admin/components/Badge.d.ts +1 -1
  7. package/build/ts/surfaces/admin/components/Banner.d.ts +1 -1
  8. package/build/ts/surfaces/admin/components/Box.d.ts +1 -1
  9. package/build/ts/surfaces/admin/components/Button.d.ts +1 -1
  10. package/build/ts/surfaces/admin/components/ButtonGroup.d.ts +1 -1
  11. package/build/ts/surfaces/admin/components/Checkbox.d.ts +1 -1
  12. package/build/ts/surfaces/admin/components/Chip/Chip.doc.d.ts.map +1 -1
  13. package/build/ts/surfaces/admin/components/Chip.d.ts +6 -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 +1 -1
  17. package/build/ts/surfaces/admin/components/ClickableChip/ClickableChip.doc.d.ts.map +1 -1
  18. package/build/ts/surfaces/admin/components/ClickableChip.d.ts +6 -1
  19. package/build/ts/surfaces/admin/components/ColorField.d.ts +1 -1
  20. package/build/ts/surfaces/admin/components/ColorPicker.d.ts +1 -1
  21. package/build/ts/surfaces/admin/components/DatePicker.d.ts +1 -1
  22. package/build/ts/surfaces/admin/components/Divider.d.ts +1 -1
  23. package/build/ts/surfaces/admin/components/DropZone.d.ts +1 -1
  24. package/build/ts/surfaces/admin/components/EmailField.d.ts +1 -1
  25. package/build/ts/surfaces/admin/components/Form.d.ts +1 -1
  26. package/build/ts/surfaces/admin/components/FunctionSettings.d.ts +1 -1
  27. package/build/ts/surfaces/admin/components/Grid.d.ts +1 -1
  28. package/build/ts/surfaces/admin/components/GridItem.d.ts +1 -1
  29. package/build/ts/surfaces/admin/components/Heading.d.ts +1 -1
  30. package/build/ts/surfaces/admin/components/Icon.d.ts +1 -1
  31. package/build/ts/surfaces/admin/components/Image.d.ts +1 -1
  32. package/build/ts/surfaces/admin/components/Link.d.ts +1 -1
  33. package/build/ts/surfaces/admin/components/ListItem.d.ts +1 -1
  34. package/build/ts/surfaces/admin/components/Menu/Menu.doc.d.ts.map +1 -1
  35. package/build/ts/surfaces/admin/components/Menu.d.ts +28 -11
  36. package/build/ts/surfaces/admin/components/Modal.d.ts +222 -0
  37. package/build/ts/surfaces/admin/components/MoneyField.d.ts +1 -1
  38. package/build/ts/surfaces/admin/components/NumberField.d.ts +1 -1
  39. package/build/ts/surfaces/admin/components/Option.d.ts +1 -1
  40. package/build/ts/surfaces/admin/components/OptionGroup.d.ts +1 -1
  41. package/build/ts/surfaces/admin/components/OrderedList.d.ts +1 -1
  42. package/build/ts/surfaces/admin/components/Page.d.ts +13 -5
  43. package/build/ts/surfaces/admin/components/Paragraph.d.ts +1 -1
  44. package/build/ts/surfaces/admin/components/PasswordField.d.ts +1 -1
  45. package/build/ts/surfaces/admin/components/QueryContainer.d.ts +1 -1
  46. package/build/ts/surfaces/admin/components/SearchField.d.ts +1 -1
  47. package/build/ts/surfaces/admin/components/Section.d.ts +1 -1
  48. package/build/ts/surfaces/admin/components/Select.d.ts +21 -1
  49. package/build/ts/surfaces/admin/components/Spinner.d.ts +1 -1
  50. package/build/ts/surfaces/admin/components/Stack.d.ts +1 -1
  51. package/build/ts/surfaces/admin/components/StandardComponents.d.ts +1 -1
  52. package/build/ts/surfaces/admin/components/StandardComponents.d.ts.map +1 -1
  53. package/build/ts/surfaces/admin/components/Switch.d.ts +1 -1
  54. package/build/ts/surfaces/admin/components/Table.d.ts +1 -1
  55. package/build/ts/surfaces/admin/components/TableBody.d.ts +1 -1
  56. package/build/ts/surfaces/admin/components/TableCell.d.ts +1 -1
  57. package/build/ts/surfaces/admin/components/TableHeader.d.ts +1 -1
  58. package/build/ts/surfaces/admin/components/TableHeaderRow.d.ts +1 -1
  59. package/build/ts/surfaces/admin/components/TableRow.d.ts +1 -1
  60. package/build/ts/surfaces/admin/components/Text.d.ts +1 -1
  61. package/build/ts/surfaces/admin/components/TextArea.d.ts +1 -1
  62. package/build/ts/surfaces/admin/components/TextField.d.ts +1 -1
  63. package/build/ts/surfaces/admin/components/Thumbnail.d.ts +1 -1
  64. package/build/ts/surfaces/admin/components/Tooltip/Tooltip.doc.d.ts.map +1 -1
  65. package/build/ts/surfaces/admin/components/Tooltip.d.ts +28 -14
  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/shared.d.ts +45 -2
  69. package/build/ts/surfaces/admin/targets/admin.abandoned-checkout-details.action.render.d.ts +2 -0
  70. package/build/ts/surfaces/admin/targets/admin.abandoned-checkout-details.block.render.d.ts +2 -0
  71. package/build/ts/surfaces/admin/targets/admin.catalog-details.action.render.d.ts +2 -0
  72. package/build/ts/surfaces/admin/targets/admin.catalog-details.block.render.d.ts +2 -0
  73. package/build/ts/surfaces/admin/targets/admin.collection-details.action.render.d.ts +2 -0
  74. package/build/ts/surfaces/admin/targets/admin.collection-details.block.render.d.ts +2 -0
  75. package/build/ts/surfaces/admin/targets/admin.collection-index.action.render.d.ts +2 -0
  76. package/build/ts/surfaces/admin/targets/admin.company-details.action.render.d.ts +2 -0
  77. package/build/ts/surfaces/admin/targets/admin.company-details.block.render.d.ts +2 -0
  78. package/build/ts/surfaces/admin/targets/admin.company-location-details.block.render.d.ts +2 -0
  79. package/build/ts/surfaces/admin/targets/admin.customer-details.action.render.d.ts +2 -0
  80. package/build/ts/surfaces/admin/targets/admin.customer-details.block.render.d.ts +2 -0
  81. package/build/ts/surfaces/admin/targets/admin.customer-index.action.render.d.ts +2 -0
  82. package/build/ts/surfaces/admin/targets/admin.customer-index.selection-action.render.d.ts +2 -0
  83. package/build/ts/surfaces/admin/targets/admin.customer-segment-details.action.render.d.ts +2 -0
  84. package/build/ts/surfaces/admin/targets/admin.customers.segmentation-templates.render.d.ts +2 -0
  85. package/build/ts/surfaces/admin/targets/admin.discount-details.action.render.d.ts +2 -0
  86. package/build/ts/surfaces/admin/targets/admin.discount-details.function-settings.render.d.ts +2 -0
  87. package/build/ts/surfaces/admin/targets/admin.discount-index.action.render.d.ts +2 -0
  88. package/build/ts/surfaces/admin/targets/admin.draft-order-details.action.render.d.ts +2 -0
  89. package/build/ts/surfaces/admin/targets/admin.draft-order-details.block.render.d.ts +2 -0
  90. package/build/ts/surfaces/admin/targets/admin.draft-order-index.action.render.d.ts +2 -0
  91. package/build/ts/surfaces/admin/targets/admin.draft-order-index.selection-action.render.d.ts +2 -0
  92. package/build/ts/surfaces/admin/targets/admin.gift-card-details.action.render.d.ts +2 -0
  93. package/build/ts/surfaces/admin/targets/admin.gift-card-details.block.render.d.ts +2 -0
  94. package/build/ts/surfaces/admin/targets/admin.order-details.action.render.d.ts +2 -0
  95. package/build/ts/surfaces/admin/targets/admin.order-details.block.render.d.ts +2 -0
  96. package/build/ts/surfaces/admin/targets/admin.order-details.print-action.render.d.ts +2 -0
  97. package/build/ts/surfaces/admin/targets/admin.order-fulfilled-card.action.render.d.ts +2 -0
  98. package/build/ts/surfaces/admin/targets/admin.order-index.action.render.d.ts +2 -0
  99. package/build/ts/surfaces/admin/targets/admin.order-index.selection-action.render.d.ts +2 -0
  100. package/build/ts/surfaces/admin/targets/admin.order-index.selection-print-action.render.d.ts +2 -0
  101. package/build/ts/surfaces/admin/targets/admin.product-details.action.render.d.ts +2 -0
  102. package/build/ts/surfaces/admin/targets/admin.product-details.block.render.d.ts +2 -0
  103. package/build/ts/surfaces/admin/targets/admin.product-details.configuration.render.d.ts +2 -0
  104. package/build/ts/surfaces/admin/targets/admin.product-details.print-action.render.d.ts +2 -0
  105. package/build/ts/surfaces/admin/targets/admin.product-details.reorder.render.d.ts +2 -0
  106. package/build/ts/surfaces/admin/targets/admin.product-index.action.render.d.ts +2 -0
  107. package/build/ts/surfaces/admin/targets/admin.product-index.selection-action.render.d.ts +2 -0
  108. package/build/ts/surfaces/admin/targets/admin.product-index.selection-print-action.render.d.ts +2 -0
  109. package/build/ts/surfaces/admin/targets/admin.product-purchase-option.action.render.d.ts +2 -0
  110. package/build/ts/surfaces/admin/targets/admin.product-variant-details.action.render.d.ts +2 -0
  111. package/build/ts/surfaces/admin/targets/admin.product-variant-details.block.render.d.ts +2 -0
  112. package/build/ts/surfaces/admin/targets/admin.product-variant-details.configuration.render.d.ts +2 -0
  113. package/build/ts/surfaces/admin/targets/admin.product-variant-purchase-option.action.render.d.ts +2 -0
  114. package/build/ts/surfaces/admin/targets/admin.settings.internal-order-routing-rule.render.d.ts +2 -0
  115. package/build/ts/surfaces/admin/targets/admin.settings.order-routing-rule.render.d.ts +2 -0
  116. package/build/ts/surfaces/admin/targets/admin.settings.validation.render.d.ts +2 -0
  117. package/build/ts/surfaces/point-of-sale/api.d.ts +1 -1
  118. package/build/ts/surfaces/point-of-sale/api.d.ts.map +1 -1
  119. package/build/tsconfig.tsbuildinfo +1 -1
  120. package/package.json +1 -1
  121. package/src/docs/shared/components/MoneyField.ts +1 -2
  122. package/src/surfaces/admin/components/AdminAction.d.ts +1 -1
  123. package/src/surfaces/admin/components/AdminBlock.d.ts +1 -1
  124. package/src/surfaces/admin/components/AdminPrintAction.d.ts +1 -1
  125. package/src/surfaces/admin/components/Avatar.d.ts +1 -1
  126. package/src/surfaces/admin/components/Badge.d.ts +1 -1
  127. package/src/surfaces/admin/components/Banner.d.ts +1 -1
  128. package/src/surfaces/admin/components/Box.d.ts +1 -1
  129. package/src/surfaces/admin/components/Button.d.ts +1 -1
  130. package/src/surfaces/admin/components/ButtonGroup.d.ts +1 -1
  131. package/src/surfaces/admin/components/Checkbox.d.ts +1 -1
  132. package/src/surfaces/admin/components/Chip.d.ts +6 -1
  133. package/src/surfaces/admin/components/Choice.d.ts +1 -1
  134. package/src/surfaces/admin/components/ChoiceList.d.ts +1 -1
  135. package/src/surfaces/admin/components/Clickable.d.ts +1 -1
  136. package/src/surfaces/admin/components/ClickableChip.d.ts +6 -1
  137. package/src/surfaces/admin/components/ColorField.d.ts +1 -1
  138. package/src/surfaces/admin/components/ColorPicker.d.ts +1 -1
  139. package/src/surfaces/admin/components/DatePicker.d.ts +1 -1
  140. package/src/surfaces/admin/components/Divider.d.ts +1 -1
  141. package/src/surfaces/admin/components/DropZone.d.ts +1 -1
  142. package/src/surfaces/admin/components/EmailField.d.ts +1 -1
  143. package/src/surfaces/admin/components/Form.d.ts +1 -1
  144. package/src/surfaces/admin/components/FunctionSettings.d.ts +1 -1
  145. package/src/surfaces/admin/components/Grid.d.ts +1 -1
  146. package/src/surfaces/admin/components/GridItem.d.ts +1 -1
  147. package/src/surfaces/admin/components/Heading.d.ts +1 -1
  148. package/src/surfaces/admin/components/Icon.d.ts +1 -1
  149. package/src/surfaces/admin/components/Image.d.ts +1 -1
  150. package/src/surfaces/admin/components/Link.d.ts +1 -1
  151. package/src/surfaces/admin/components/ListItem.d.ts +1 -1
  152. package/src/surfaces/admin/components/Menu.d.ts +28 -11
  153. package/src/surfaces/admin/components/Modal.d.ts +222 -0
  154. package/src/surfaces/admin/components/MoneyField/examples/default.html +0 -1
  155. package/src/surfaces/admin/components/MoneyField.d.ts +1 -1
  156. package/src/surfaces/admin/components/NumberField.d.ts +1 -1
  157. package/src/surfaces/admin/components/Option.d.ts +1 -1
  158. package/src/surfaces/admin/components/OptionGroup.d.ts +1 -1
  159. package/src/surfaces/admin/components/OrderedList.d.ts +1 -1
  160. package/src/surfaces/admin/components/Page/examples/default.html +3 -3
  161. package/src/surfaces/admin/components/Page.d.ts +13 -5
  162. package/src/surfaces/admin/components/Paragraph.d.ts +1 -1
  163. package/src/surfaces/admin/components/PasswordField.d.ts +1 -1
  164. package/src/surfaces/admin/components/QueryContainer.d.ts +1 -1
  165. package/src/surfaces/admin/components/SearchField.d.ts +1 -1
  166. package/src/surfaces/admin/components/Section.d.ts +1 -1
  167. package/src/surfaces/admin/components/Select.d.ts +21 -1
  168. package/src/surfaces/admin/components/Spinner.d.ts +1 -1
  169. package/src/surfaces/admin/components/Stack.d.ts +1 -1
  170. package/src/surfaces/admin/components/StandardComponents.ts +4 -2
  171. package/src/surfaces/admin/components/Switch.d.ts +1 -1
  172. package/src/surfaces/admin/components/Table.d.ts +1 -1
  173. package/src/surfaces/admin/components/TableBody.d.ts +1 -1
  174. package/src/surfaces/admin/components/TableCell.d.ts +1 -1
  175. package/src/surfaces/admin/components/TableHeader.d.ts +1 -1
  176. package/src/surfaces/admin/components/TableHeaderRow.d.ts +1 -1
  177. package/src/surfaces/admin/components/TableRow.d.ts +1 -1
  178. package/src/surfaces/admin/components/Text.d.ts +1 -1
  179. package/src/surfaces/admin/components/TextArea.d.ts +1 -1
  180. package/src/surfaces/admin/components/TextField.d.ts +1 -1
  181. package/src/surfaces/admin/components/Thumbnail.d.ts +1 -1
  182. package/src/surfaces/admin/components/Tooltip.d.ts +28 -14
  183. package/src/surfaces/admin/components/URLField.d.ts +1 -1
  184. package/src/surfaces/admin/components/UnorderedList.d.ts +1 -1
  185. package/src/surfaces/admin/components/shared.d.ts +45 -2
  186. package/src/surfaces/admin/components.d.ts +472 -209
  187. package/src/surfaces/point-of-sale/api.ts +1 -0
@@ -1,4 +1,4 @@
1
- /** VERSION: 1.12.0 **/
1
+ /** VERSION: 1.16.0 **/
2
2
 
3
3
  /* eslint-disable @typescript-eslint/ban-types */
4
4
  /* eslint-disable @typescript-eslint/no-namespace */
@@ -10,7 +10,7 @@
10
10
  * TODO: Update `any` type here after this is resolved
11
11
  * https://github.com/Shopify/ui-api-design/issues/139
12
12
  */
13
- type ComponentChildren = any;
13
+ export type ComponentChildren = any;
14
14
  export type StringChildren = string;
15
15
  export interface GlobalProps {
16
16
  /**
@@ -2981,6 +2981,49 @@ interface MenuProps$1 extends GlobalProps {
2981
2981
  */
2982
2982
  children?: ComponentChildren;
2983
2983
  }
2984
+ interface ModalProps$1
2985
+ extends GlobalProps,
2986
+ BaseOverlayProps,
2987
+ BaseOverlayMethods,
2988
+ ActionSlots {
2989
+ /**
2990
+ * A label that describes the purpose of the modal. When set,
2991
+ * it will be announced to users using assistive technologies and will
2992
+ * provide them with more context.
2993
+ *
2994
+ * This overrides the `heading` prop for screen readers.
2995
+ */
2996
+ accessibilityLabel?: string;
2997
+ /**
2998
+ * A title that describes the content of the Modal.
2999
+ *
3000
+ */
3001
+ heading?: string;
3002
+ /**
3003
+ * Adjust the padding around the Modal content.
3004
+ *
3005
+ * `base`: applies padding that is appropriate for the element.
3006
+ *
3007
+ * `none`: removes all padding from the element. This can be useful when elements inside the Modal need to span
3008
+ * to the edge of the Modal. For example, a full-width image. In this case, rely on `Box` with a padding of 'base'
3009
+ * to bring back the desired padding for the rest of the content.
3010
+ *
3011
+ * @default 'base'
3012
+ */
3013
+ padding?: 'base' | 'none';
3014
+ /**
3015
+ * Adjust the size of the Modal.
3016
+ *
3017
+ * `max`: expands the Modal to its maximum size as defined by the host application, on both the horizontal and vertical axes.
3018
+ *
3019
+ * @default 'base'
3020
+ */
3021
+ size?: SizeKeyword | 'max';
3022
+ /**
3023
+ * The content of the Modal.
3024
+ */
3025
+ children?: ComponentChildren;
3026
+ }
2984
3027
  interface MoneyFieldProps$1
2985
3028
  extends GlobalProps,
2986
3029
  BaseTextFieldProps,
@@ -4330,19 +4373,19 @@ declare class Avatar extends PreactCustomElement implements AvatarProps {
4330
4373
  }
4331
4374
  declare global {
4332
4375
  interface HTMLElementTagNameMap {
4333
- [tagName$Z]: Avatar;
4376
+ [tagName$_]: Avatar;
4334
4377
  }
4335
4378
  }
4336
4379
  declare module 'preact' {
4337
4380
  namespace createElement.JSX {
4338
4381
  interface IntrinsicElements {
4339
- [tagName$Z]: AvatarJSXProps & PreactBaseElementPropsWithChildren<Avatar>;
4382
+ [tagName$_]: ReactProps$_ & PreactBaseElementPropsWithChildren<Avatar>;
4340
4383
  }
4341
4384
  }
4342
4385
  }
4343
4386
 
4344
- declare const tagName$Z = 's-avatar';
4345
- export interface AvatarJSXProps
4387
+ declare const tagName$_ = 's-avatar';
4388
+ export interface ReactProps$_
4346
4389
  extends Partial<AvatarProps>,
4347
4390
  Pick<AvatarProps$1, 'id'> {
4348
4391
  onLoad?: () => void;
@@ -4386,18 +4429,18 @@ declare class Badge extends PreactCustomElement implements BadgeProps {
4386
4429
  }
4387
4430
  declare global {
4388
4431
  interface HTMLElementTagNameMap {
4389
- [tagName$Y]: Badge;
4432
+ [tagName$Z]: Badge;
4390
4433
  }
4391
4434
  }
4392
4435
  declare module 'preact' {
4393
4436
  namespace createElement.JSX {
4394
4437
  interface IntrinsicElements {
4395
- [tagName$Y]: BadgeJSXProps & PreactBaseElementPropsWithChildren<Badge>;
4438
+ [tagName$Z]: BadgeJSXProps & PreactBaseElementPropsWithChildren<Badge>;
4396
4439
  }
4397
4440
  }
4398
4441
  }
4399
4442
 
4400
- declare const tagName$Y = 's-badge';
4443
+ declare const tagName$Z = 's-badge';
4401
4444
  export interface BadgeJSXProps
4402
4445
  extends Partial<BadgeProps>,
4403
4446
  Pick<BadgeProps$1, 'id'> {}
@@ -4423,19 +4466,19 @@ declare class Banner extends PreactCustomElement implements BannerProps {
4423
4466
  }
4424
4467
  declare global {
4425
4468
  interface HTMLElementTagNameMap {
4426
- [tagName$X]: Banner;
4469
+ [tagName$Y]: Banner;
4427
4470
  }
4428
4471
  }
4429
4472
  declare module 'preact' {
4430
4473
  namespace createElement.JSX {
4431
4474
  interface IntrinsicElements {
4432
- [tagName$X]: Omit<BannerJSXProps, 'secondaryActions'> &
4475
+ [tagName$Y]: Omit<BannerJSXProps, 'secondaryActions'> &
4433
4476
  PreactBaseElementPropsWithChildren<Banner>;
4434
4477
  }
4435
4478
  }
4436
4479
  }
4437
4480
 
4438
- declare const tagName$X = 's-banner';
4481
+ declare const tagName$Y = 's-banner';
4439
4482
  export interface BannerJSXProps
4440
4483
  extends Partial<BannerProps>,
4441
4484
  Pick<BannerProps$1, 'id'> {
@@ -4445,8 +4488,8 @@ export interface BannerJSXProps
4445
4488
  * A maximum of two `s-button` components are allowed, and only buttons with the `variant` of "secondary" are permitted.
4446
4489
  */
4447
4490
  secondaryActions?: ComponentChild;
4448
- onDismiss?: ((event: CallbackEvent<typeof tagName$X>) => void) | null;
4449
- onAfterHide?: ((event: CallbackEvent<typeof tagName$X>) => void) | null;
4491
+ onDismiss?: ((event: CallbackEvent<typeof tagName$Y>) => void) | null;
4492
+ onAfterHide?: ((event: CallbackEvent<typeof tagName$Y>) => void) | null;
4450
4493
  }
4451
4494
 
4452
4495
  export type MakeResponsive<T> = T | `@container${string}`;
@@ -4667,18 +4710,18 @@ declare class Box extends BoxElement implements BoxProps {
4667
4710
  }
4668
4711
  declare global {
4669
4712
  interface HTMLElementTagNameMap {
4670
- [tagName$W]: Box;
4713
+ [tagName$X]: Box;
4671
4714
  }
4672
4715
  }
4673
4716
  declare module 'preact' {
4674
4717
  namespace createElement.JSX {
4675
4718
  interface IntrinsicElements {
4676
- [tagName$W]: BoxJSXProps & PreactBaseElementPropsWithChildren<Box>;
4719
+ [tagName$X]: BoxJSXProps & PreactBaseElementPropsWithChildren<Box>;
4677
4720
  }
4678
4721
  }
4679
4722
  }
4680
4723
 
4681
- declare const tagName$W = 's-box';
4724
+ declare const tagName$X = 's-box';
4682
4725
  export interface BoxJSXProps
4683
4726
  extends Partial<BoxProps>,
4684
4727
  Pick<BoxProps$1, 'id'> {}
@@ -4760,24 +4803,24 @@ declare class Button extends Button_base implements ButtonProps {
4760
4803
  }
4761
4804
  declare global {
4762
4805
  interface HTMLElementTagNameMap {
4763
- [tagName$V]: Button;
4806
+ [tagName$W]: Button;
4764
4807
  }
4765
4808
  }
4766
4809
  declare module 'preact' {
4767
4810
  namespace createElement.JSX {
4768
4811
  interface IntrinsicElements {
4769
- [tagName$V]: ButtonJSXProps & PreactBaseElementPropsWithChildren<Button>;
4812
+ [tagName$W]: ButtonJSXProps & PreactBaseElementPropsWithChildren<Button>;
4770
4813
  }
4771
4814
  }
4772
4815
  }
4773
4816
 
4774
- declare const tagName$V = 's-button';
4817
+ declare const tagName$W = 's-button';
4775
4818
  export interface ButtonJSXProps
4776
4819
  extends Partial<ButtonProps>,
4777
4820
  Pick<ButtonProps$1, 'id'> {
4778
- onClick?: ((event: CallbackEvent<typeof tagName$V>) => void) | null;
4779
- onFocus?: ((event: CallbackEvent<typeof tagName$V>) => void) | null;
4780
- onBlur?: ((event: CallbackEvent<typeof tagName$V>) => void) | null;
4821
+ onClick?: ((event: CallbackEvent<typeof tagName$W>) => void) | null;
4822
+ onFocus?: ((event: CallbackEvent<typeof tagName$W>) => void) | null;
4823
+ onBlur?: ((event: CallbackEvent<typeof tagName$W>) => void) | null;
4781
4824
  }
4782
4825
 
4783
4826
  export interface ButtonGroupProps
@@ -4793,19 +4836,19 @@ declare class ButtonGroup
4793
4836
  }
4794
4837
  declare global {
4795
4838
  interface HTMLElementTagNameMap {
4796
- [tagName$U]: ButtonGroup;
4839
+ [tagName$V]: ButtonGroup;
4797
4840
  }
4798
4841
  }
4799
4842
  declare module 'preact' {
4800
4843
  namespace createElement.JSX {
4801
4844
  interface IntrinsicElements {
4802
- [tagName$U]: ButtonGroupJSXProps &
4845
+ [tagName$V]: ButtonGroupJSXProps &
4803
4846
  PreactBaseElementPropsWithChildren<ButtonGroup>;
4804
4847
  }
4805
4848
  }
4806
4849
  }
4807
4850
 
4808
- declare const tagName$U = 's-button-group';
4851
+ declare const tagName$V = 's-button-group';
4809
4852
  export interface ButtonGroupJSXProps
4810
4853
  extends Partial<ButtonGroupProps>,
4811
4854
  Pick<ButtonGroupProps$1, 'id'> {}
@@ -4882,24 +4925,24 @@ declare class Checkbox extends PreactCheckboxElement implements CheckboxProps {
4882
4925
  }
4883
4926
  declare global {
4884
4927
  interface HTMLElementTagNameMap {
4885
- [tagName$T]: Checkbox;
4928
+ [tagName$U]: Checkbox;
4886
4929
  }
4887
4930
  }
4888
4931
  declare module 'preact' {
4889
4932
  namespace createElement.JSX {
4890
4933
  interface IntrinsicElements {
4891
- [tagName$T]: CheckboxJSXProps &
4934
+ [tagName$U]: CheckboxJSXProps &
4892
4935
  PreactBaseElementPropsWithChildren<Checkbox>;
4893
4936
  }
4894
4937
  }
4895
4938
  }
4896
4939
 
4897
- declare const tagName$T = 's-checkbox';
4940
+ declare const tagName$U = 's-checkbox';
4898
4941
  export interface CheckboxJSXProps
4899
4942
  extends Partial<CheckboxProps>,
4900
4943
  Pick<CheckboxProps$1, 'id'> {
4901
- onChange?: ((event: CallbackEvent<typeof tagName$T>) => void) | null;
4902
- onInput?: ((event: CallbackEvent<typeof tagName$T>) => void) | null;
4944
+ onChange?: ((event: CallbackEvent<typeof tagName$U>) => void) | null;
4945
+ onInput?: ((event: CallbackEvent<typeof tagName$U>) => void) | null;
4903
4946
  }
4904
4947
 
4905
4948
  export interface ChipProps
@@ -4912,13 +4955,13 @@ declare class Chip extends PreactCustomElement implements ChipProps {
4912
4955
  }
4913
4956
  declare global {
4914
4957
  interface HTMLElementTagNameMap {
4915
- [tagName$S]: Chip;
4958
+ [tagName$T]: Chip;
4916
4959
  }
4917
4960
  }
4918
4961
  declare module 'preact' {
4919
4962
  namespace createElement.JSX {
4920
4963
  interface IntrinsicElements {
4921
- [tagName$S]: Omit<
4964
+ [tagName$T]: Omit<
4922
4965
  HTMLAttributes<HTMLElement>,
4923
4966
  Extract<keyof HTMLAttributes<HTMLElement>, `on${Capitalize<string>}`>
4924
4967
  > &
@@ -4928,10 +4971,15 @@ declare module 'preact' {
4928
4971
  }
4929
4972
  }
4930
4973
 
4931
- declare const tagName$S = 's-chip';
4974
+ declare const tagName$T = 's-chip';
4932
4975
  export interface ChipJSXProps
4933
4976
  extends Partial<ChipProps>,
4934
4977
  Pick<ChipProps$2, 'id'> {
4978
+ /**
4979
+ * The graphic to display in the chip.
4980
+ *
4981
+ * Only accepts `Icon` components.
4982
+ */
4935
4983
  graphic?: ComponentChild;
4936
4984
  }
4937
4985
 
@@ -4971,18 +5019,18 @@ declare class Choice extends PreactCustomElement implements ChoiceProps {
4971
5019
  }
4972
5020
  declare global {
4973
5021
  interface HTMLElementTagNameMap {
4974
- [tagName$R]: Choice;
5022
+ [tagName$S]: Choice;
4975
5023
  }
4976
5024
  }
4977
5025
  declare module 'preact' {
4978
5026
  namespace createElement.JSX {
4979
5027
  interface IntrinsicElements {
4980
- [tagName$R]: ChoiceJSXProps & PreactBaseElementPropsWithChildren<Choice>;
5028
+ [tagName$S]: ChoiceJSXProps & PreactBaseElementPropsWithChildren<Choice>;
4981
5029
  }
4982
5030
  }
4983
5031
  }
4984
5032
 
4985
- declare const tagName$R = 's-choice';
5033
+ declare const tagName$S = 's-choice';
4986
5034
  export interface ChoiceJSXProps
4987
5035
  extends Partial<ChoiceProps>,
4988
5036
  Pick<ChoiceProps$1, 'id'> {
@@ -5031,24 +5079,24 @@ declare class ChoiceList extends BaseClass$3 implements ChoiceListProps {
5031
5079
  }
5032
5080
  declare global {
5033
5081
  interface HTMLElementTagNameMap {
5034
- [tagName$Q]: ChoiceList;
5082
+ [tagName$R]: ChoiceList;
5035
5083
  }
5036
5084
  }
5037
5085
  declare module 'preact' {
5038
5086
  namespace createElement.JSX {
5039
5087
  interface IntrinsicElements {
5040
- [tagName$Q]: ChoiceListJSXProps &
5088
+ [tagName$R]: ChoiceListJSXProps &
5041
5089
  PreactBaseElementPropsWithChildren<ChoiceList>;
5042
5090
  }
5043
5091
  }
5044
5092
  }
5045
5093
 
5046
- declare const tagName$Q = 's-choice-list';
5094
+ declare const tagName$R = 's-choice-list';
5047
5095
  export interface ChoiceListJSXProps
5048
5096
  extends Partial<ChoiceListProps>,
5049
5097
  Pick<ChoiceListProps$1, 'id'> {
5050
- onChange?: ((event: CallbackEvent<typeof tagName$Q>) => void) | null;
5051
- onInput?: ((event: CallbackEvent<typeof tagName$Q>) => void) | null;
5098
+ onChange?: ((event: CallbackEvent<typeof tagName$R>) => void) | null;
5099
+ onInput?: ((event: CallbackEvent<typeof tagName$R>) => void) | null;
5052
5100
  }
5053
5101
 
5054
5102
  export type ClickableBaseProps = Required<
@@ -5086,25 +5134,25 @@ declare class Clickable extends Clickable_base implements ClickableProps {
5086
5134
  }
5087
5135
  declare global {
5088
5136
  interface HTMLElementTagNameMap {
5089
- [tagName$P]: Clickable;
5137
+ [tagName$Q]: Clickable;
5090
5138
  }
5091
5139
  }
5092
5140
  declare module 'preact' {
5093
5141
  namespace createElement.JSX {
5094
5142
  interface IntrinsicElements {
5095
- [tagName$P]: ClickableJSXProps &
5143
+ [tagName$Q]: ClickableJSXProps &
5096
5144
  PreactBaseElementPropsWithChildren<Clickable>;
5097
5145
  }
5098
5146
  }
5099
5147
  }
5100
5148
 
5101
- declare const tagName$P = 's-clickable';
5149
+ declare const tagName$Q = 's-clickable';
5102
5150
  export interface ClickableJSXProps
5103
5151
  extends Partial<ClickableProps>,
5104
5152
  Pick<ClickableProps$1, 'id'> {
5105
- onClick?: ((event: CallbackEvent<typeof tagName$P>) => void) | null;
5106
- onFocus?: ((event: CallbackEvent<typeof tagName$P>) => void) | null;
5107
- onBlur?: ((event: CallbackEvent<typeof tagName$P>) => void) | null;
5153
+ onClick?: ((event: CallbackEvent<typeof tagName$Q>) => void) | null;
5154
+ onFocus?: ((event: CallbackEvent<typeof tagName$Q>) => void) | null;
5155
+ onBlur?: ((event: CallbackEvent<typeof tagName$Q>) => void) | null;
5108
5156
  }
5109
5157
 
5110
5158
  export interface ClickableChipProps
@@ -5134,13 +5182,13 @@ declare class ClickableChip
5134
5182
  }
5135
5183
  declare global {
5136
5184
  interface HTMLElementTagNameMap {
5137
- [tagName$O]: ClickableChip;
5185
+ [tagName$P]: ClickableChip;
5138
5186
  }
5139
5187
  }
5140
5188
  declare module 'preact' {
5141
5189
  namespace createElement.JSX {
5142
5190
  interface IntrinsicElements {
5143
- [tagName$O]: Omit<
5191
+ [tagName$P]: Omit<
5144
5192
  HTMLAttributes<HTMLElement>,
5145
5193
  Extract<keyof HTMLAttributes<HTMLElement>, `on${Capitalize<string>}`>
5146
5194
  > &
@@ -5150,14 +5198,19 @@ declare module 'preact' {
5150
5198
  }
5151
5199
  }
5152
5200
 
5153
- declare const tagName$O = 's-clickable-chip';
5201
+ declare const tagName$P = 's-clickable-chip';
5154
5202
  export interface ClickableChipJSXProps
5155
5203
  extends Partial<ClickableChipProps>,
5156
5204
  Pick<ClickableChipProps$1, 'id'> {
5205
+ /**
5206
+ * The graphic to display in the clickable chip.
5207
+ *
5208
+ * Only accepts `Icon` components.
5209
+ */
5157
5210
  graphic?: ComponentChild;
5158
- onClick?: ((event: CallbackEvent<typeof tagName$O>) => void) | null;
5159
- onRemove?: ((event: CallbackEvent<typeof tagName$O>) => void) | null;
5160
- onAfterHide?: ((event: CallbackEvent<typeof tagName$O>) => void) | null;
5211
+ onClick?: ((event: CallbackEvent<typeof tagName$P>) => void) | null;
5212
+ onRemove?: ((event: CallbackEvent<typeof tagName$P>) => void) | null;
5213
+ onAfterHide?: ((event: CallbackEvent<typeof tagName$P>) => void) | null;
5161
5214
  }
5162
5215
 
5163
5216
  export type PreactFieldProps<Autocomplete extends string = string> =
@@ -5255,24 +5308,24 @@ declare class ColorField
5255
5308
  }
5256
5309
  declare global {
5257
5310
  interface HTMLElementTagNameMap {
5258
- [tagName$N]: ColorField;
5311
+ [tagName$O]: ColorField;
5259
5312
  }
5260
5313
  }
5261
5314
  declare module 'preact' {
5262
5315
  namespace createElement.JSX {
5263
5316
  interface IntrinsicElements {
5264
- [tagName$N]: ColorFieldJSXProps & PreactBaseElementProps<ColorField>;
5317
+ [tagName$O]: ColorFieldJSXProps & PreactBaseElementProps<ColorField>;
5265
5318
  }
5266
5319
  }
5267
5320
  }
5268
5321
 
5269
- declare const tagName$N = 's-color-field';
5322
+ declare const tagName$O = 's-color-field';
5270
5323
  export interface ColorFieldJSXProps
5271
5324
  extends Partial<Omit<ColorFieldProps, 'accessory'>>,
5272
5325
  Pick<ColorFieldProps$1, 'id' | 'alpha' | 'value' | 'defaultValue'>,
5273
- FieldReactProps<typeof tagName$N> {
5274
- onInput?: (event: CallbackEvent<typeof tagName$N>) => void;
5275
- onChange?: (event: CallbackEvent<typeof tagName$N>) => void;
5326
+ FieldReactProps<typeof tagName$O> {
5327
+ onInput?: (event: CallbackEvent<typeof tagName$O>) => void;
5328
+ onChange?: (event: CallbackEvent<typeof tagName$O>) => void;
5276
5329
  }
5277
5330
 
5278
5331
  export interface ColorPickerProps
@@ -5298,13 +5351,13 @@ declare class ColorPicker extends BaseClass$2 implements ColorPickerProps {
5298
5351
  }
5299
5352
  declare global {
5300
5353
  interface HTMLElementTagNameMap {
5301
- [tagName$M]: ColorPicker;
5354
+ [tagName$N]: ColorPicker;
5302
5355
  }
5303
5356
  }
5304
5357
  declare module 'preact' {
5305
5358
  namespace createElement.JSX {
5306
5359
  interface IntrinsicElements {
5307
- [tagName$M]: Omit<
5360
+ [tagName$N]: Omit<
5308
5361
  HTMLAttributes<HTMLElement>,
5309
5362
  Extract<keyof HTMLAttributes<HTMLElement>, `on${Capitalize<string>}`>
5310
5363
  > &
@@ -5313,15 +5366,15 @@ declare module 'preact' {
5313
5366
  }
5314
5367
  }
5315
5368
 
5316
- declare const tagName$M = 's-color-picker';
5369
+ declare const tagName$N = 's-color-picker';
5317
5370
  export interface ColorPickerJSXProps
5318
5371
  extends Partial<ColorPickerProps>,
5319
5372
  Pick<
5320
5373
  ColorPickerProps$1,
5321
5374
  'id' | 'alpha' | 'value' | 'defaultValue' | 'name'
5322
5375
  > {
5323
- onInput?: (event: CallbackEvent<typeof tagName$M>) => void | null;
5324
- onChange?: (event: CallbackEvent<typeof tagName$M>) => void | null;
5376
+ onInput?: (event: CallbackEvent<typeof tagName$N>) => void | null;
5377
+ onChange?: (event: CallbackEvent<typeof tagName$N>) => void | null;
5325
5378
  }
5326
5379
 
5327
5380
  export interface DateFieldProps
@@ -5355,13 +5408,13 @@ declare class DateField
5355
5408
  }
5356
5409
  declare global {
5357
5410
  interface HTMLElementTagNameMap {
5358
- [tagName$L]: DateField;
5411
+ [tagName$M]: DateField;
5359
5412
  }
5360
5413
  }
5361
5414
  declare module 'preact' {
5362
5415
  namespace createElement.JSX {
5363
5416
  interface IntrinsicElements {
5364
- [tagName$L]: Omit<
5417
+ [tagName$M]: Omit<
5365
5418
  HTMLAttributes<HTMLElement>,
5366
5419
  Extract<keyof HTMLAttributes<HTMLElement>, `on${Capitalize<string>}`>
5367
5420
  > &
@@ -5370,16 +5423,16 @@ declare module 'preact' {
5370
5423
  }
5371
5424
  }
5372
5425
 
5373
- declare const tagName$L = 's-date-field';
5426
+ declare const tagName$M = 's-date-field';
5374
5427
  export interface DateFieldJSXProps
5375
5428
  extends Partial<DateFieldProps>,
5376
5429
  Pick<DateFieldProps$1, 'id'> {
5377
- onBlur?: ((event: CallbackEvent<typeof tagName$L>) => void) | null;
5378
- onChange?: ((event: CallbackEvent<typeof tagName$L>) => void) | null;
5379
- onFocus?: ((event: CallbackEvent<typeof tagName$L>) => void) | null;
5380
- onInput?: ((event: CallbackEvent<typeof tagName$L>) => void) | null;
5381
- onInvalid?: ((event: CallbackEvent<typeof tagName$L>) => void) | null;
5382
- onViewChange?: ((event: CallbackEvent<typeof tagName$L>) => void) | null;
5430
+ onBlur?: ((event: CallbackEvent<typeof tagName$M>) => void) | null;
5431
+ onChange?: ((event: CallbackEvent<typeof tagName$M>) => void) | null;
5432
+ onFocus?: ((event: CallbackEvent<typeof tagName$M>) => void) | null;
5433
+ onInput?: ((event: CallbackEvent<typeof tagName$M>) => void) | null;
5434
+ onInvalid?: ((event: CallbackEvent<typeof tagName$M>) => void) | null;
5435
+ onViewChange?: ((event: CallbackEvent<typeof tagName$M>) => void) | null;
5383
5436
  }
5384
5437
 
5385
5438
  export interface DatePickerProps
@@ -5429,26 +5482,26 @@ declare class DatePicker extends BaseClass$1 implements DatePickerProps {
5429
5482
  }
5430
5483
  declare global {
5431
5484
  interface HTMLElementTagNameMap {
5432
- [tagName$K]: DatePicker;
5485
+ [tagName$L]: DatePicker;
5433
5486
  }
5434
5487
  }
5435
5488
  declare module 'preact' {
5436
5489
  namespace createElement.JSX {
5437
5490
  interface IntrinsicElements {
5438
- [tagName$K]: DatePickerJSXProps & PreactBaseElementProps<DatePicker>;
5491
+ [tagName$L]: DatePickerJSXProps & PreactBaseElementProps<DatePicker>;
5439
5492
  }
5440
5493
  }
5441
5494
  }
5442
5495
 
5443
- declare const tagName$K = 's-date-picker';
5496
+ declare const tagName$L = 's-date-picker';
5444
5497
  export interface DatePickerJSXProps
5445
5498
  extends Partial<DatePickerProps>,
5446
5499
  Pick<DatePickerProps$1, 'id'> {
5447
- onViewChange?: ((event: CallbackEvent<typeof tagName$K>) => void) | null;
5448
- onFocus?: ((event: CallbackEvent<typeof tagName$K>) => void) | null;
5449
- onBlur?: ((event: CallbackEvent<typeof tagName$K>) => void) | null;
5450
- onInput?: ((event: CallbackEvent<typeof tagName$K>) => void) | null;
5451
- onChange?: ((event: CallbackEvent<typeof tagName$K>) => void) | null;
5500
+ onViewChange?: ((event: CallbackEvent<typeof tagName$L>) => void) | null;
5501
+ onFocus?: ((event: CallbackEvent<typeof tagName$L>) => void) | null;
5502
+ onBlur?: ((event: CallbackEvent<typeof tagName$L>) => void) | null;
5503
+ onInput?: ((event: CallbackEvent<typeof tagName$L>) => void) | null;
5504
+ onChange?: ((event: CallbackEvent<typeof tagName$L>) => void) | null;
5452
5505
  }
5453
5506
 
5454
5507
  export interface DividerProps
@@ -5464,18 +5517,18 @@ declare class Divider extends PreactCustomElement implements DividerProps {
5464
5517
  }
5465
5518
  declare global {
5466
5519
  interface HTMLElementTagNameMap {
5467
- [tagName$J]: Divider;
5520
+ [tagName$K]: Divider;
5468
5521
  }
5469
5522
  }
5470
5523
  declare module 'preact' {
5471
5524
  namespace createElement.JSX {
5472
5525
  interface IntrinsicElements {
5473
- [tagName$J]: DividerJSXProps & PreactBaseElementProps<Divider>;
5526
+ [tagName$K]: DividerJSXProps & PreactBaseElementProps<Divider>;
5474
5527
  }
5475
5528
  }
5476
5529
  }
5477
5530
 
5478
- declare const tagName$J = 's-divider';
5531
+ declare const tagName$K = 's-divider';
5479
5532
  export interface DividerJSXProps
5480
5533
  extends Partial<DividerProps>,
5481
5534
  Pick<DividerProps$1, 'id'> {}
@@ -5532,13 +5585,13 @@ declare class DropZone extends BaseClass implements DropZoneProps {
5532
5585
  }
5533
5586
  declare global {
5534
5587
  interface HTMLElementTagNameMap {
5535
- [tagName$I]: DropZone;
5588
+ [tagName$J]: DropZone;
5536
5589
  }
5537
5590
  }
5538
5591
  declare module 'preact' {
5539
5592
  namespace createElement.JSX {
5540
5593
  interface IntrinsicElements {
5541
- [tagName$I]: Omit<
5594
+ [tagName$J]: Omit<
5542
5595
  HTMLAttributes<HTMLElement>,
5543
5596
  Extract<keyof HTMLAttributes<HTMLElement>, `on${Capitalize<string>}`>
5544
5597
  > &
@@ -5547,13 +5600,13 @@ declare module 'preact' {
5547
5600
  }
5548
5601
  }
5549
5602
 
5550
- declare const tagName$I = 's-drop-zone';
5603
+ declare const tagName$J = 's-drop-zone';
5551
5604
  export interface DropZoneJSXProps
5552
5605
  extends Partial<DropZoneProps>,
5553
5606
  Pick<DropZoneProps$1, 'id'> {
5554
- onChange?: ((event: CallbackEvent<typeof tagName$I>) => void) | null;
5555
- onInput?: ((event: CallbackEvent<typeof tagName$I>) => void) | null;
5556
- onDropRejected?: ((event: CallbackEvent<typeof tagName$I>) => void) | null;
5607
+ onChange?: ((event: CallbackEvent<typeof tagName$J>) => void) | null;
5608
+ onInput?: ((event: CallbackEvent<typeof tagName$J>) => void) | null;
5609
+ onDropRejected?: ((event: CallbackEvent<typeof tagName$J>) => void) | null;
5557
5610
  }
5558
5611
 
5559
5612
  export type EmailFieldProps = PreactFieldProps<
@@ -5572,22 +5625,22 @@ declare class EmailField
5572
5625
  }
5573
5626
  declare global {
5574
5627
  interface HTMLElementTagNameMap {
5575
- [tagName$H]: EmailField;
5628
+ [tagName$I]: EmailField;
5576
5629
  }
5577
5630
  }
5578
5631
  declare module 'preact' {
5579
5632
  namespace createElement.JSX {
5580
5633
  interface IntrinsicElements {
5581
- [tagName$H]: EmailFieldJSXProps & PreactBaseElementProps<EmailField>;
5634
+ [tagName$I]: EmailFieldJSXProps & PreactBaseElementProps<EmailField>;
5582
5635
  }
5583
5636
  }
5584
5637
  }
5585
5638
 
5586
- declare const tagName$H = 's-email-field';
5639
+ declare const tagName$I = 's-email-field';
5587
5640
  export interface EmailFieldJSXProps
5588
5641
  extends Partial<Omit<EmailFieldProps, 'accessory'>>,
5589
5642
  Pick<EmailFieldProps$1, 'id'>,
5590
- FieldReactProps<typeof tagName$H> {}
5643
+ FieldReactProps<typeof tagName$I> {}
5591
5644
 
5592
5645
  export type RequiredAlignedProps = Required<GridProps$1>;
5593
5646
  export type ResponsiveGridProps = MakeResponsivePick<
@@ -5660,18 +5713,18 @@ declare class Grid extends BoxElement implements GridProps {
5660
5713
  }
5661
5714
  declare global {
5662
5715
  interface HTMLElementTagNameMap {
5663
- [tagName$G]: Grid;
5716
+ [tagName$H]: Grid;
5664
5717
  }
5665
5718
  }
5666
5719
  declare module 'preact' {
5667
5720
  namespace createElement.JSX {
5668
5721
  interface IntrinsicElements {
5669
- [tagName$G]: GridJSXProps & PreactBaseElementPropsWithChildren<Grid>;
5722
+ [tagName$H]: GridJSXProps & PreactBaseElementPropsWithChildren<Grid>;
5670
5723
  }
5671
5724
  }
5672
5725
  }
5673
5726
 
5674
- declare const tagName$G = 's-grid';
5727
+ declare const tagName$H = 's-grid';
5675
5728
  export interface GridJSXProps
5676
5729
  extends Partial<GridProps>,
5677
5730
  Pick<GridProps$1, 'id'> {}
@@ -5691,19 +5744,19 @@ declare class GridItem extends BoxElement implements GridItemProps {
5691
5744
  }
5692
5745
  declare global {
5693
5746
  interface HTMLElementTagNameMap {
5694
- [tagName$F]: GridItem;
5747
+ [tagName$G]: GridItem;
5695
5748
  }
5696
5749
  }
5697
5750
  declare module 'preact' {
5698
5751
  namespace createElement.JSX {
5699
5752
  interface IntrinsicElements {
5700
- [tagName$F]: GridItemJSXProps &
5753
+ [tagName$G]: GridItemJSXProps &
5701
5754
  PreactBaseElementPropsWithChildren<GridItem>;
5702
5755
  }
5703
5756
  }
5704
5757
  }
5705
5758
 
5706
- declare const tagName$F = 's-grid-item';
5759
+ declare const tagName$G = 's-grid-item';
5707
5760
  export interface GridItemJSXProps
5708
5761
  extends Partial<GridItemProps>,
5709
5762
  Pick<GridItemProps$1, 'id'> {}
@@ -5727,19 +5780,19 @@ declare class Heading extends PreactCustomElement implements HeadingProps {
5727
5780
  }
5728
5781
  declare global {
5729
5782
  interface HTMLElementTagNameMap {
5730
- [tagName$E]: Heading;
5783
+ [tagName$F]: Heading;
5731
5784
  }
5732
5785
  }
5733
5786
  declare module 'preact' {
5734
5787
  namespace createElement.JSX {
5735
5788
  interface IntrinsicElements {
5736
- [tagName$E]: HeadingJSXProps &
5789
+ [tagName$F]: HeadingJSXProps &
5737
5790
  PreactBaseElementPropsWithChildren<Heading>;
5738
5791
  }
5739
5792
  }
5740
5793
  }
5741
5794
 
5742
- declare const tagName$E = 's-heading';
5795
+ declare const tagName$F = 's-heading';
5743
5796
  export interface HeadingJSXProps
5744
5797
  extends Partial<HeadingProps>,
5745
5798
  Pick<HeadingProps$1, 'id'> {}
@@ -5754,18 +5807,18 @@ declare class Icon extends PreactCustomElement implements IconProps {
5754
5807
  }
5755
5808
  declare global {
5756
5809
  interface HTMLElementTagNameMap {
5757
- [tagName$D]: Icon;
5810
+ [tagName$E]: Icon;
5758
5811
  }
5759
5812
  }
5760
5813
  declare module 'preact' {
5761
5814
  namespace createElement.JSX {
5762
5815
  interface IntrinsicElements {
5763
- [tagName$D]: IconJSXProps & PreactBaseElementProps<Icon>;
5816
+ [tagName$E]: IconJSXProps & PreactBaseElementProps<Icon>;
5764
5817
  }
5765
5818
  }
5766
5819
  }
5767
5820
 
5768
- declare const tagName$D = 's-icon';
5821
+ declare const tagName$E = 's-icon';
5769
5822
  export interface IconJSXProps
5770
5823
  extends Partial<IconProps>,
5771
5824
  Pick<IconProps$1, 'id'> {}
@@ -5815,23 +5868,23 @@ declare class Image extends PreactCustomElement implements ImageProps {
5815
5868
  }
5816
5869
  declare global {
5817
5870
  interface HTMLElementTagNameMap {
5818
- [tagName$C]: Image;
5871
+ [tagName$D]: Image;
5819
5872
  }
5820
5873
  }
5821
5874
  declare module 'preact' {
5822
5875
  namespace createElement.JSX {
5823
5876
  interface IntrinsicElements {
5824
- [tagName$C]: ImageJSXProps & PreactBaseElementProps<Image>;
5877
+ [tagName$D]: ImageJSXProps & PreactBaseElementProps<Image>;
5825
5878
  }
5826
5879
  }
5827
5880
  }
5828
5881
 
5829
- declare const tagName$C = 's-image';
5882
+ declare const tagName$D = 's-image';
5830
5883
  export interface ImageJSXProps
5831
5884
  extends Partial<ImageProps>,
5832
5885
  Pick<ImageProps$1, 'id'> {
5833
- onError?: ((event: CallbackEvent<typeof tagName$C>) => void) | null;
5834
- onLoad?: ((event: CallbackEvent<typeof tagName$C>) => void) | null;
5886
+ onError?: ((event: CallbackEvent<typeof tagName$D>) => void) | null;
5887
+ onLoad?: ((event: CallbackEvent<typeof tagName$D>) => void) | null;
5835
5888
  }
5836
5889
 
5837
5890
  export type RequiredLinkProps = Required<LinkProps$1>;
@@ -5868,22 +5921,22 @@ declare class Link extends Link_base implements LinkProps {
5868
5921
  }
5869
5922
  declare global {
5870
5923
  interface HTMLElementTagNameMap {
5871
- [tagName$B]: Link;
5924
+ [tagName$C]: Link;
5872
5925
  }
5873
5926
  }
5874
5927
  declare module 'preact' {
5875
5928
  namespace createElement.JSX {
5876
5929
  interface IntrinsicElements {
5877
- [tagName$B]: LinkJSXProps & PreactBaseElementPropsWithChildren<Link>;
5930
+ [tagName$C]: LinkJSXProps & PreactBaseElementPropsWithChildren<Link>;
5878
5931
  }
5879
5932
  }
5880
5933
  }
5881
5934
 
5882
- declare const tagName$B = 's-link';
5935
+ declare const tagName$C = 's-link';
5883
5936
  export interface LinkJSXProps
5884
5937
  extends Partial<LinkProps>,
5885
5938
  Pick<LinkProps$1, 'id' | 'lang'> {
5886
- onClick?: ((event: CallbackEvent<typeof tagName$B>) => void) | null;
5939
+ onClick?: ((event: CallbackEvent<typeof tagName$C>) => void) | null;
5887
5940
  }
5888
5941
 
5889
5942
  export interface ListItemProps extends ListItemProps$1 {}
@@ -5893,39 +5946,44 @@ declare class ListItem extends PreactCustomElement implements ListItemProps {
5893
5946
  }
5894
5947
  declare global {
5895
5948
  interface HTMLElementTagNameMap {
5896
- [tagName$A]: ListItem;
5949
+ [tagName$B]: ListItem;
5897
5950
  }
5898
5951
  }
5899
5952
  declare module 'preact' {
5900
5953
  namespace createElement.JSX {
5901
5954
  interface IntrinsicElements {
5902
- [tagName$A]: ListItemJSXProps &
5955
+ [tagName$B]: ListItemJSXProps &
5903
5956
  PreactBaseElementPropsWithChildren<ListItem>;
5904
5957
  }
5905
5958
  }
5906
5959
  }
5907
5960
 
5908
- declare const tagName$A = 's-list-item';
5961
+ declare const tagName$B = 's-list-item';
5909
5962
  export interface ListItemJSXProps
5910
5963
  extends Partial<ListItemProps>,
5911
5964
  Pick<ListItemProps$1, 'id'> {}
5912
5965
 
5913
5966
  export interface MenuProps
5914
- extends Required<Pick<MenuProps$1, 'id' | 'accessibilityLabel'>> {
5915
- /**
5916
- * @implementation only accepts `s-button` and `s-section`
5917
- */
5918
- children?: ComponentChild;
5919
- }
5967
+ extends Required<Pick<MenuProps$1, 'id' | 'accessibilityLabel'>> {}
5920
5968
 
5921
5969
  /**
5922
5970
  * Shared symbols for overlay control functionality.
5923
5971
  * These symbols are used by components that implement overlay behavior
5924
- * (like Popover, Tooltip, etc.) to communicate with the overlay control system.
5972
+ * (like Popover, Tooltip, Modal, etc.) to communicate with the overlay control system.
5973
+ */
5974
+ /**
5975
+ * Symbol used to invoke the method for overlay commands, e.g. `--show`, `--hide`, etc.
5925
5976
  */
5926
5977
  declare const overlayCommand: unique symbol;
5978
+ /**
5979
+ * Symbol used to track the open or closed state of the overlay.
5980
+ */
5927
5981
  declare const overlayHidden: unique symbol;
5982
+ /**
5983
+ * Symbol used to track the element that opened the overlay. In some cases, like tooltips and popovers, the overlay is positioned against this element. In all cases, focus should be restored to this element when the overlay is closed.
5984
+ */
5928
5985
  declare const overlayActivator: unique symbol;
5986
+ declare const overlayHideFrameId: unique symbol;
5929
5987
 
5930
5988
  declare class PreactOverlayElement extends PreactCustomElement {
5931
5989
  constructor(renderImpl: RenderImpl);
@@ -5934,7 +5992,12 @@ declare class PreactOverlayElement extends PreactCustomElement {
5934
5992
  /** @private */
5935
5993
  [overlayActivator]: HTMLElement | null | undefined;
5936
5994
  /** @private */
5937
- [overlayCommand](command: InteractionProps['command']): void;
5995
+ [overlayHideFrameId]?: number;
5996
+ /** @private */
5997
+ [overlayCommand](
5998
+ command: InteractionProps['command'],
5999
+ overlayActivatorEl: HTMLElement | null | undefined,
6000
+ ): void;
5938
6001
  }
5939
6002
 
5940
6003
  declare class Menu extends PreactOverlayElement implements MenuProps {
@@ -5947,13 +6010,13 @@ declare class Menu extends PreactOverlayElement implements MenuProps {
5947
6010
  }
5948
6011
  declare global {
5949
6012
  interface HTMLElementTagNameMap {
5950
- [tagName$z]: Menu;
6013
+ [tagName$A]: Menu;
5951
6014
  }
5952
6015
  }
5953
6016
  declare module 'preact' {
5954
6017
  namespace createElement.JSX {
5955
6018
  interface IntrinsicElements {
5956
- [tagName$z]: Omit<
6019
+ [tagName$A]: Omit<
5957
6020
  HTMLAttributes<HTMLElement>,
5958
6021
  Extract<keyof HTMLAttributes<HTMLElement>, `on${Capitalize<string>}`>
5959
6022
  > &
@@ -5962,10 +6025,122 @@ declare module 'preact' {
5962
6025
  }
5963
6026
  }
5964
6027
 
5965
- declare const tagName$z = 's-menu';
6028
+ declare const tagName$A = 's-menu';
5966
6029
  export interface MenuJSXProps
5967
6030
  extends Partial<MenuProps>,
5968
- Pick<MenuProps$1, 'id'> {}
6031
+ Pick<MenuProps$1, 'id'> {
6032
+ /**
6033
+ * The Menu items.
6034
+ *
6035
+ * Only accepts `Button` and `Section` components.
6036
+ */
6037
+ children?: ComponentChild;
6038
+ }
6039
+
6040
+ export type RequiredAlignedModalProps = Required<ModalProps$1>;
6041
+ export interface ModalProps
6042
+ extends Pick<
6043
+ RequiredAlignedModalProps,
6044
+ 'accessibilityLabel' | 'heading' | 'padding' | 'size'
6045
+ > {
6046
+ size: Extract<
6047
+ ModalProps$1['size'],
6048
+ 'small-100' | 'small' | 'base' | 'large' | 'large-100'
6049
+ >;
6050
+ }
6051
+
6052
+ declare class AddedContext<T> extends EventTarget {
6053
+ constructor(defaultValue: T);
6054
+ get value(): T;
6055
+ set value(value: T);
6056
+ }
6057
+
6058
+ declare const hasOpenChildModal: unique symbol;
6059
+
6060
+ declare const open: unique symbol;
6061
+ declare const show: unique symbol;
6062
+ declare const hide: unique symbol;
6063
+ declare const dialog: unique symbol;
6064
+ declare const onEscape: unique symbol;
6065
+ declare const nestedModals: unique symbol;
6066
+ declare const onBackdropClick: unique symbol;
6067
+ declare const abortController: unique symbol;
6068
+ declare const onChildModalChange: unique symbol;
6069
+ declare const childrenRerenderObserver: unique symbol;
6070
+ declare class Modal extends PreactOverlayElement implements ModalProps {
6071
+ accessor accessibilityLabel: ModalProps['accessibilityLabel'];
6072
+ accessor heading: ModalProps['heading'];
6073
+ accessor padding: ModalProps['padding'];
6074
+ accessor size: ModalProps['size'];
6075
+ /** @private */
6076
+ [abortController]: AbortController;
6077
+ /** @private */
6078
+ [dialog]: HTMLDialogElement | null;
6079
+ /** @private */
6080
+ [nestedModals]: Map<Modal, boolean>;
6081
+ /** @private */
6082
+ [childrenRerenderObserver]: MutationObserver;
6083
+ /** @private */
6084
+ [onEscape]: (event: KeyboardEvent) => void;
6085
+ /** @private */
6086
+ [onBackdropClick]: (event: MouseEvent) => void;
6087
+ /** @private */
6088
+ [onChildModalChange]: EventListenerOrEventListenerObject;
6089
+ /** @private */
6090
+ get [open](): boolean;
6091
+ /** @private */
6092
+ get [hasOpenChildModal](): boolean;
6093
+ /** @private */
6094
+ [show](): Promise<void>;
6095
+ /** @private */
6096
+ [hide](): Promise<void>;
6097
+ showOverlay(): void;
6098
+ hideOverlay(): void;
6099
+ toggleOverlay(): void;
6100
+ /** @private */
6101
+ connectedCallback(): void;
6102
+ /** @private */
6103
+ disconnectedCallback(): void;
6104
+ constructor();
6105
+ }
6106
+ declare global {
6107
+ interface HTMLElementTagNameMap {
6108
+ [tagName$z]: Modal;
6109
+ }
6110
+ }
6111
+ declare module 'preact' {
6112
+ namespace createElement.JSX {
6113
+ interface IntrinsicElements {
6114
+ [tagName$z]: Omit<
6115
+ HTMLAttributes<HTMLElement>,
6116
+ Extract<keyof HTMLAttributes<HTMLElement>, `on${Capitalize<string>}`>
6117
+ > &
6118
+ ModalJSXProps;
6119
+ }
6120
+ }
6121
+ }
6122
+
6123
+ declare const tagName$z = 's-modal';
6124
+ export interface ModalJSXProps
6125
+ extends Partial<ModalProps>,
6126
+ Pick<ModalProps$1, 'id' | 'children'> {
6127
+ /**
6128
+ * The primary action to perform.
6129
+ *
6130
+ * Only a `Button` with a variant of `primary` is allowed.
6131
+ */
6132
+ primaryAction: ComponentChild;
6133
+ /**
6134
+ * The secondary actions to perform.
6135
+ *
6136
+ * Only `ButtonGroup` or `Button` with a variant of `secondary` or `auto` are allowed.
6137
+ */
6138
+ secondaryActions: ComponentChild;
6139
+ onHide?: ((event: CallbackEvent<typeof tagName$z>) => void) | null;
6140
+ onShow?: ((event: CallbackEvent<typeof tagName$z>) => void) | null;
6141
+ onAfterHide?: ((event: CallbackEvent<typeof tagName$z>) => void) | null;
6142
+ onAfterShow?: ((event: CallbackEvent<typeof tagName$z>) => void) | null;
6143
+ }
5969
6144
 
5970
6145
  export type RequiredMoneyFieldProps = Required<MoneyFieldProps$1>;
5971
6146
  export interface MoneyFieldProps
@@ -6169,16 +6344,24 @@ export interface PageJSXProps extends Partial<PageProps> {
6169
6344
  */
6170
6345
  aside?: ComponentChild;
6171
6346
  /**
6172
- * The primary action to perform on the page.
6173
- * Accepts a single `Button` with a `variant` of `primary`.
6347
+ * The primary action for the page.
6348
+ *
6349
+ * Only accepts a single `Button` component with a `variant` of `primary`.
6174
6350
  *
6175
6351
  */
6176
6352
  primaryAction?: ComponentChild;
6177
6353
  /**
6178
- * Secondary actions on the page. Accepts `ButtonGroup` with nested `Button`s or a single `Button`.
6179
- * `Button`s must have a `variant` of `secondary` or `auto`.
6354
+ * Secondary actions for the page.
6355
+ *
6356
+ * Only accepts `ButtonGroup` and `Button` components with a `variant` of `secondary` or `auto`.
6180
6357
  */
6181
6358
  secondaryActions?: ComponentChild;
6359
+ /**
6360
+ * Navigations back actions for the page.
6361
+ *
6362
+ * Only accepts `Link` components.
6363
+ */
6364
+ breadcrumbActions?: ComponentChild;
6182
6365
  }
6183
6366
 
6184
6367
  export interface ParagraphProps
@@ -6477,6 +6660,7 @@ export interface SelectProps
6477
6660
  >
6478
6661
  > {
6479
6662
  value: Required<SelectProps$1>['value'];
6663
+ icon: IconProps['type'];
6480
6664
  }
6481
6665
 
6482
6666
  declare const usedFirstOptionSymbol: unique symbol;
@@ -6696,12 +6880,6 @@ export interface TableHeaderProps extends Pick<TableHeaderProps$1, 'listSlot'> {
6696
6880
  format: HeaderFormat;
6697
6881
  }
6698
6882
 
6699
- declare class AddedContext<T> extends EventTarget {
6700
- constructor(defaultValue: T);
6701
- get value(): T;
6702
- set value(value: T);
6703
- }
6704
-
6705
6883
  declare const actualTableVariantSymbol: unique symbol;
6706
6884
  declare const tableHeadersSharedDataSymbol: unique symbol;
6707
6885
  export type ActualTableVariant = 'table' | 'list';
@@ -7061,14 +7239,7 @@ export interface ThumbnailJSXProps
7061
7239
  onError?: ((event: CallbackEvent<typeof tagName$9>) => void) | null;
7062
7240
  }
7063
7241
 
7064
- export interface TooltipProps extends Required<Pick<TooltipProps$1, 'id'>> {
7065
- /**
7066
- * The content of the Tooltip.
7067
- *
7068
- * @implementation Accepts s-text, s-paragraph, and raw text content
7069
- */
7070
- children: ComponentChildren$1;
7071
- }
7242
+ export interface TooltipProps extends Required<Pick<TooltipProps$1, 'id'>> {}
7072
7243
 
7073
7244
  declare class Tooltip extends PreactOverlayElement implements TooltipProps {
7074
7245
  constructor();
@@ -7090,7 +7261,14 @@ declare module 'preact' {
7090
7261
  declare const tagName$8 = 's-tooltip';
7091
7262
  export interface TooltipJSXProps
7092
7263
  extends Partial<TooltipProps>,
7093
- Pick<TooltipProps$1, 'id'> {}
7264
+ Pick<TooltipProps$1, 'id'> {
7265
+ /**
7266
+ * The content of the Tooltip.
7267
+ *
7268
+ * Only accepts `Text`, `Paragraph` components, and raw `textContent`.
7269
+ */
7270
+ children: ComponentChild;
7271
+ }
7094
7272
 
7095
7273
  export type URLFieldProps = PreactFieldProps<
7096
7274
  Required<URLFieldProps$1>['autocomplete']
@@ -7436,6 +7614,7 @@ export {
7436
7614
  Link,
7437
7615
  ListItem,
7438
7616
  Menu,
7617
+ Modal,
7439
7618
  MoneyField,
7440
7619
  NumberField,
7441
7620
  Option,
@@ -7470,7 +7649,7 @@ export type {
7470
7649
  AdminActionJSXProps,
7471
7650
  AdminBlockJSXProps,
7472
7651
  AdminPrintActionJSXProps,
7473
- AvatarJSXProps,
7652
+ ReactProps$_AvatarJSXProps,
7474
7653
  BadgeJSXProps,
7475
7654
  BannerJSXProps,
7476
7655
  BoxJSXProps,
@@ -7500,6 +7679,7 @@ export type {
7500
7679
  LinkJSXProps,
7501
7680
  ListItemJSXProps,
7502
7681
  MenuJSXProps,
7682
+ ModalJSXProps,
7503
7683
  MoneyFieldJSXProps,
7504
7684
  NumberFieldJSXProps,
7505
7685
  OptionGroupJSXProps,
@@ -7562,6 +7742,11 @@ export interface CheckboxEvents {
7562
7742
  }
7563
7743
 
7564
7744
  export interface ChipSlots {
7745
+ /**
7746
+ * The graphic to display in the chip.
7747
+ *
7748
+ * Only accepts `Icon` components.
7749
+ */
7565
7750
  graphic?: HTMLElement;
7566
7751
  }
7567
7752
 
@@ -7587,6 +7772,11 @@ export interface ClickableChipEvents {
7587
7772
  }
7588
7773
 
7589
7774
  export interface ClickableChipSlots {
7775
+ /**
7776
+ * The graphic to display in the clickable chip.
7777
+ *
7778
+ * Only accepts `Icon` components.
7779
+ */
7590
7780
  graphic?: HTMLElement;
7591
7781
  }
7592
7782
 
@@ -7641,6 +7831,37 @@ export interface LinkEvents {
7641
7831
  click: CallbackEventListener<typeof tagName> | null = null;
7642
7832
  }
7643
7833
 
7834
+ export interface MenuSlots {
7835
+ /**
7836
+ * The Menu items.
7837
+ *
7838
+ * Only accepts `Button` and `Section` components.
7839
+ */
7840
+ children?: HTMLElement;
7841
+ }
7842
+
7843
+ export interface ModalEvents {
7844
+ hide: CallbackEventListener<typeof tagName> | null = null;
7845
+ show: CallbackEventListener<typeof tagName> | null = null;
7846
+ afterhide: CallbackEventListener<typeof tagName> | null = null;
7847
+ aftershow: CallbackEventListener<typeof tagName> | null = null;
7848
+ }
7849
+
7850
+ export interface ModalSlots {
7851
+ /**
7852
+ * The primary action to perform.
7853
+ *
7854
+ * Only a `Button` with a variant of `primary` is allowed.
7855
+ */
7856
+ 'primary-action': HTMLElement;
7857
+ /**
7858
+ * The secondary actions to perform.
7859
+ *
7860
+ * Only `ButtonGroup` or `Button` with a variant of `secondary` or `auto` are allowed.
7861
+ */
7862
+ 'secondary-actions': HTMLElement;
7863
+ }
7864
+
7644
7865
  export interface MoneyFieldEvents {
7645
7866
  change: CallbackEventListener<'input'>;
7646
7867
  input: CallbackEventListener<'input'>;
@@ -7663,16 +7884,24 @@ export interface PageSlots {
7663
7884
  */
7664
7885
  aside?: HTMLElement;
7665
7886
  /**
7666
- * The primary action to perform on the page.
7667
- * Accepts a single `Button` with a `variant` of `primary`.
7887
+ * The primary action for the page.
7888
+ *
7889
+ * Only accepts a single `Button` component with a `variant` of `primary`.
7668
7890
  *
7669
7891
  */
7670
7892
  'primary-action'?: HTMLElement;
7671
7893
  /**
7672
- * Secondary actions on the page. Accepts `ButtonGroup` with nested `Button`s or a single `Button`.
7673
- * `Button`s must have a `variant` of `secondary` or `auto`.
7894
+ * Secondary actions for the page.
7895
+ *
7896
+ * Only accepts `ButtonGroup` and `Button` components with a `variant` of `secondary` or `auto`.
7674
7897
  */
7675
7898
  'secondary-actions'?: HTMLElement;
7899
+ /**
7900
+ * Navigations back actions for the page.
7901
+ *
7902
+ * Only accepts `Link` components.
7903
+ */
7904
+ 'breadcrumb-actions'?: HTMLElement;
7676
7905
  }
7677
7906
 
7678
7907
  export interface PasswordFieldEvents {
@@ -7746,6 +7975,15 @@ export interface ThumbnailEvents {
7746
7975
  error: OnErrorEventHandler = null;
7747
7976
  }
7748
7977
 
7978
+ export interface TooltipSlots {
7979
+ /**
7980
+ * The content of the Tooltip.
7981
+ *
7982
+ * Only accepts `Text`, `Paragraph` components, and raw `textContent`.
7983
+ */
7984
+ children: HTMLElement;
7985
+ }
7986
+
7749
7987
  export interface URLFieldEvents {
7750
7988
  change: CallbackEventListener<'input'>;
7751
7989
  input: CallbackEventListener<'input'>;
@@ -7808,35 +8046,35 @@ export interface FunctionSettingsEvents {
7808
8046
  declare module 'react' {
7809
8047
  namespace JSX {
7810
8048
  interface IntrinsicElements {
7811
- [tagName$Z]: AvatarJSXProps & ReactBaseElementPropsWithChildren<Avatar>;
8049
+ [tagName$_]: ReactProps$_ & ReactBaseElementPropsWithChildren<Avatar>;
7812
8050
  }
7813
8051
  }
7814
8052
  }
7815
8053
  declare global {
7816
8054
  namespace JSX {
7817
8055
  interface IntrinsicElements {
7818
- [tagName$Z]: AvatarJSXProps & ReactBaseElementPropsWithChildren<Avatar>;
8056
+ [tagName$_]: ReactProps$_ & ReactBaseElementPropsWithChildren<Avatar>;
7819
8057
  }
7820
8058
  }
7821
8059
  }
7822
8060
  declare module 'react' {
7823
8061
  namespace JSX {
7824
8062
  interface IntrinsicElements {
7825
- [tagName$Y]: BadgeJSXProps & ReactBaseElementPropsWithChildren<Badge>;
8063
+ [tagName$Z]: BadgeJSXProps & ReactBaseElementPropsWithChildren<Badge>;
7826
8064
  }
7827
8065
  }
7828
8066
  }
7829
8067
  declare global {
7830
8068
  namespace JSX {
7831
8069
  interface IntrinsicElements {
7832
- [tagName$Y]: BadgeJSXProps & ReactBaseElementPropsWithChildren<Badge>;
8070
+ [tagName$Z]: BadgeJSXProps & ReactBaseElementPropsWithChildren<Badge>;
7833
8071
  }
7834
8072
  }
7835
8073
  }
7836
8074
  declare module 'react' {
7837
8075
  namespace JSX {
7838
8076
  interface IntrinsicElements {
7839
- [tagName$X]: Omit<BannerJSXProps, 'secondaryActions'> &
8077
+ [tagName$Y]: Omit<BannerJSXProps, 'secondaryActions'> &
7840
8078
  ReactBaseElementPropsWithChildren<Banner>;
7841
8079
  }
7842
8080
  }
@@ -7844,7 +8082,7 @@ declare module 'react' {
7844
8082
  declare global {
7845
8083
  namespace JSX {
7846
8084
  interface IntrinsicElements {
7847
- [tagName$X]: Omit<BannerJSXProps, 'secondaryActions'> &
8085
+ [tagName$Y]: Omit<BannerJSXProps, 'secondaryActions'> &
7848
8086
  ReactBaseElementPropsWithChildren<Banner>;
7849
8087
  }
7850
8088
  }
@@ -7852,35 +8090,35 @@ declare global {
7852
8090
  declare module 'react' {
7853
8091
  namespace JSX {
7854
8092
  interface IntrinsicElements {
7855
- [tagName$W]: BoxJSXProps & ReactBaseElementPropsWithChildren<Box>;
8093
+ [tagName$X]: BoxJSXProps & ReactBaseElementPropsWithChildren<Box>;
7856
8094
  }
7857
8095
  }
7858
8096
  }
7859
8097
  declare global {
7860
8098
  namespace JSX {
7861
8099
  interface IntrinsicElements {
7862
- [tagName$W]: BoxJSXProps & ReactBaseElementPropsWithChildren<Box>;
8100
+ [tagName$X]: BoxJSXProps & ReactBaseElementPropsWithChildren<Box>;
7863
8101
  }
7864
8102
  }
7865
8103
  }
7866
8104
  declare module 'react' {
7867
8105
  namespace JSX {
7868
8106
  interface IntrinsicElements {
7869
- [tagName$V]: ButtonJSXProps & ReactBaseElementPropsWithChildren<Button>;
8107
+ [tagName$W]: ButtonJSXProps & ReactBaseElementPropsWithChildren<Button>;
7870
8108
  }
7871
8109
  }
7872
8110
  }
7873
8111
  declare global {
7874
8112
  namespace JSX {
7875
8113
  interface IntrinsicElements {
7876
- [tagName$V]: ButtonJSXProps & ReactBaseElementPropsWithChildren<Button>;
8114
+ [tagName$W]: ButtonJSXProps & ReactBaseElementPropsWithChildren<Button>;
7877
8115
  }
7878
8116
  }
7879
8117
  }
7880
8118
  declare module 'react' {
7881
8119
  namespace JSX {
7882
8120
  interface IntrinsicElements {
7883
- [tagName$U]: ButtonGroupJSXProps &
8121
+ [tagName$V]: ButtonGroupJSXProps &
7884
8122
  ReactBaseElementPropsWithChildren<ButtonGroup>;
7885
8123
  }
7886
8124
  }
@@ -7888,7 +8126,7 @@ declare module 'react' {
7888
8126
  declare global {
7889
8127
  namespace JSX {
7890
8128
  interface IntrinsicElements {
7891
- [tagName$U]: ButtonGroupJSXProps &
8129
+ [tagName$V]: ButtonGroupJSXProps &
7892
8130
  ReactBaseElementPropsWithChildren<ButtonGroup>;
7893
8131
  }
7894
8132
  }
@@ -7896,7 +8134,7 @@ declare global {
7896
8134
  declare module 'react' {
7897
8135
  namespace JSX {
7898
8136
  interface IntrinsicElements {
7899
- [tagName$T]: CheckboxJSXProps &
8137
+ [tagName$U]: CheckboxJSXProps &
7900
8138
  ReactBaseElementPropsWithChildren<Checkbox>;
7901
8139
  }
7902
8140
  }
@@ -7904,7 +8142,7 @@ declare module 'react' {
7904
8142
  declare global {
7905
8143
  namespace JSX {
7906
8144
  interface IntrinsicElements {
7907
- [tagName$T]: CheckboxJSXProps &
8145
+ [tagName$U]: CheckboxJSXProps &
7908
8146
  ReactBaseElementPropsWithChildren<Checkbox>;
7909
8147
  }
7910
8148
  }
@@ -7912,7 +8150,7 @@ declare global {
7912
8150
  declare module 'react' {
7913
8151
  namespace JSX {
7914
8152
  interface IntrinsicElements {
7915
- [tagName$S]: Omit<
8153
+ [tagName$T]: Omit<
7916
8154
  HTMLAttributes<HTMLElement>,
7917
8155
  Extract<keyof HTMLAttributes<HTMLElement>, `on${Capitalize<string>}`>
7918
8156
  > &
@@ -7924,7 +8162,7 @@ declare module 'react' {
7924
8162
  declare global {
7925
8163
  namespace JSX {
7926
8164
  interface IntrinsicElements {
7927
- [tagName$S]: Omit<
8165
+ [tagName$T]: Omit<
7928
8166
  React.HTMLAttributes<HTMLElement>,
7929
8167
  Extract<
7930
8168
  keyof React.HTMLAttributes<HTMLElement>,
@@ -7939,21 +8177,21 @@ declare global {
7939
8177
  declare module 'react' {
7940
8178
  namespace JSX {
7941
8179
  interface IntrinsicElements {
7942
- [tagName$R]: ChoiceJSXProps & ReactBaseElementPropsWithChildren<Choice>;
8180
+ [tagName$S]: ChoiceJSXProps & ReactBaseElementPropsWithChildren<Choice>;
7943
8181
  }
7944
8182
  }
7945
8183
  }
7946
8184
  declare global {
7947
8185
  namespace JSX {
7948
8186
  interface IntrinsicElements {
7949
- [tagName$R]: ChoiceJSXProps & ReactBaseElementPropsWithChildren<Choice>;
8187
+ [tagName$S]: ChoiceJSXProps & ReactBaseElementPropsWithChildren<Choice>;
7950
8188
  }
7951
8189
  }
7952
8190
  }
7953
8191
  declare module 'react' {
7954
8192
  namespace JSX {
7955
8193
  interface IntrinsicElements {
7956
- [tagName$Q]: ChoiceListJSXProps &
8194
+ [tagName$R]: ChoiceListJSXProps &
7957
8195
  ReactBaseElementPropsWithChildren<ChoiceList>;
7958
8196
  }
7959
8197
  }
@@ -7961,7 +8199,7 @@ declare module 'react' {
7961
8199
  declare global {
7962
8200
  namespace JSX {
7963
8201
  interface IntrinsicElements {
7964
- [tagName$Q]: ChoiceListJSXProps &
8202
+ [tagName$R]: ChoiceListJSXProps &
7965
8203
  ReactBaseElementPropsWithChildren<ChoiceList>;
7966
8204
  }
7967
8205
  }
@@ -7969,7 +8207,7 @@ declare global {
7969
8207
  declare module 'react' {
7970
8208
  namespace JSX {
7971
8209
  interface IntrinsicElements {
7972
- [tagName$P]: ClickableJSXProps &
8210
+ [tagName$Q]: ClickableJSXProps &
7973
8211
  ReactBaseElementPropsWithChildren<Clickable>;
7974
8212
  }
7975
8213
  }
@@ -7977,7 +8215,7 @@ declare module 'react' {
7977
8215
  declare global {
7978
8216
  namespace JSX {
7979
8217
  interface IntrinsicElements {
7980
- [tagName$P]: ClickableJSXProps &
8218
+ [tagName$Q]: ClickableJSXProps &
7981
8219
  ReactBaseElementPropsWithChildren<Clickable>;
7982
8220
  }
7983
8221
  }
@@ -7985,7 +8223,7 @@ declare global {
7985
8223
  declare module 'react' {
7986
8224
  namespace JSX {
7987
8225
  interface IntrinsicElements {
7988
- [tagName$O]: Omit<
8226
+ [tagName$P]: Omit<
7989
8227
  HTMLAttributes<HTMLElement>,
7990
8228
  Extract<keyof HTMLAttributes<HTMLElement>, `on${Capitalize<string>}`>
7991
8229
  > &
@@ -7997,7 +8235,7 @@ declare module 'react' {
7997
8235
  declare global {
7998
8236
  namespace JSX {
7999
8237
  interface IntrinsicElements {
8000
- [tagName$O]: Omit<
8238
+ [tagName$P]: Omit<
8001
8239
  React.HTMLAttributes<HTMLElement>,
8002
8240
  Extract<
8003
8241
  keyof React.HTMLAttributes<HTMLElement>,
@@ -8012,21 +8250,21 @@ declare global {
8012
8250
  declare module 'react' {
8013
8251
  namespace JSX {
8014
8252
  interface IntrinsicElements {
8015
- [tagName$N]: ColorFieldJSXProps & ReactBaseElementProps<ColorField>;
8253
+ [tagName$O]: ColorFieldJSXProps & ReactBaseElementProps<ColorField>;
8016
8254
  }
8017
8255
  }
8018
8256
  }
8019
8257
  declare global {
8020
8258
  namespace JSX {
8021
8259
  interface IntrinsicElements {
8022
- [tagName$N]: ColorFieldJSXProps & ReactBaseElementProps<ColorField>;
8260
+ [tagName$O]: ColorFieldJSXProps & ReactBaseElementProps<ColorField>;
8023
8261
  }
8024
8262
  }
8025
8263
  }
8026
8264
  declare module 'react' {
8027
8265
  namespace JSX {
8028
8266
  interface IntrinsicElements {
8029
- [tagName$M]: Omit<
8267
+ [tagName$N]: Omit<
8030
8268
  HTMLAttributes<HTMLElement>,
8031
8269
  Extract<keyof HTMLAttributes<HTMLElement>, `on${Capitalize<string>}`>
8032
8270
  > &
@@ -8037,7 +8275,7 @@ declare module 'react' {
8037
8275
  declare global {
8038
8276
  namespace JSX {
8039
8277
  interface IntrinsicElements {
8040
- [tagName$M]: Omit<
8278
+ [tagName$N]: Omit<
8041
8279
  React.HTMLAttributes<HTMLElement>,
8042
8280
  Extract<
8043
8281
  keyof React.HTMLAttributes<HTMLElement>,
@@ -8051,7 +8289,7 @@ declare global {
8051
8289
  declare module 'react' {
8052
8290
  namespace JSX {
8053
8291
  interface IntrinsicElements {
8054
- [tagName$L]: Omit<
8292
+ [tagName$M]: Omit<
8055
8293
  HTMLAttributes<HTMLElement>,
8056
8294
  Extract<keyof HTMLAttributes<HTMLElement>, `on${Capitalize<string>}`>
8057
8295
  > &
@@ -8062,7 +8300,7 @@ declare module 'react' {
8062
8300
  declare global {
8063
8301
  namespace JSX {
8064
8302
  interface IntrinsicElements {
8065
- [tagName$L]: Omit<
8303
+ [tagName$M]: Omit<
8066
8304
  React.HTMLAttributes<HTMLElement>,
8067
8305
  Extract<
8068
8306
  keyof React.HTMLAttributes<HTMLElement>,
@@ -8076,35 +8314,35 @@ declare global {
8076
8314
  declare module 'react' {
8077
8315
  namespace JSX {
8078
8316
  interface IntrinsicElements {
8079
- [tagName$K]: DatePickerJSXProps & ReactBaseElementProps<DatePicker>;
8317
+ [tagName$L]: DatePickerJSXProps & ReactBaseElementProps<DatePicker>;
8080
8318
  }
8081
8319
  }
8082
8320
  }
8083
8321
  declare global {
8084
8322
  namespace JSX {
8085
8323
  interface IntrinsicElements {
8086
- [tagName$K]: DatePickerJSXProps & ReactBaseElementProps<DatePicker>;
8324
+ [tagName$L]: DatePickerJSXProps & ReactBaseElementProps<DatePicker>;
8087
8325
  }
8088
8326
  }
8089
8327
  }
8090
8328
  declare module 'react' {
8091
8329
  namespace JSX {
8092
8330
  interface IntrinsicElements {
8093
- [tagName$J]: DividerJSXProps & ReactBaseElementProps<Divider>;
8331
+ [tagName$K]: DividerJSXProps & ReactBaseElementProps<Divider>;
8094
8332
  }
8095
8333
  }
8096
8334
  }
8097
8335
  declare global {
8098
8336
  namespace JSX {
8099
8337
  interface IntrinsicElements {
8100
- [tagName$J]: DividerJSXProps & ReactBaseElementProps<Divider>;
8338
+ [tagName$K]: DividerJSXProps & ReactBaseElementProps<Divider>;
8101
8339
  }
8102
8340
  }
8103
8341
  }
8104
8342
  declare module 'react' {
8105
8343
  namespace JSX {
8106
8344
  interface IntrinsicElements {
8107
- [tagName$I]: Omit<
8345
+ [tagName$J]: Omit<
8108
8346
  HTMLAttributes<HTMLElement>,
8109
8347
  Extract<keyof HTMLAttributes<HTMLElement>, `on${Capitalize<string>}`>
8110
8348
  > &
@@ -8115,7 +8353,7 @@ declare module 'react' {
8115
8353
  declare global {
8116
8354
  namespace JSX {
8117
8355
  interface IntrinsicElements {
8118
- [tagName$I]: Omit<
8356
+ [tagName$J]: Omit<
8119
8357
  React.HTMLAttributes<HTMLElement>,
8120
8358
  Extract<
8121
8359
  keyof React.HTMLAttributes<HTMLElement>,
@@ -8129,35 +8367,35 @@ declare global {
8129
8367
  declare module 'react' {
8130
8368
  namespace JSX {
8131
8369
  interface IntrinsicElements {
8132
- [tagName$H]: EmailFieldJSXProps & ReactBaseElementProps<EmailField>;
8370
+ [tagName$I]: EmailFieldJSXProps & ReactBaseElementProps<EmailField>;
8133
8371
  }
8134
8372
  }
8135
8373
  }
8136
8374
  declare global {
8137
8375
  namespace JSX {
8138
8376
  interface IntrinsicElements {
8139
- [tagName$H]: EmailFieldJSXProps & ReactBaseElementProps<EmailField>;
8377
+ [tagName$I]: EmailFieldJSXProps & ReactBaseElementProps<EmailField>;
8140
8378
  }
8141
8379
  }
8142
8380
  }
8143
8381
  declare module 'react' {
8144
8382
  namespace JSX {
8145
8383
  interface IntrinsicElements {
8146
- [tagName$G]: GridJSXProps & ReactBaseElementPropsWithChildren<Grid>;
8384
+ [tagName$H]: GridJSXProps & ReactBaseElementPropsWithChildren<Grid>;
8147
8385
  }
8148
8386
  }
8149
8387
  }
8150
8388
  declare global {
8151
8389
  namespace JSX {
8152
8390
  interface IntrinsicElements {
8153
- [tagName$G]: GridJSXProps & ReactBaseElementPropsWithChildren<Grid>;
8391
+ [tagName$H]: GridJSXProps & ReactBaseElementPropsWithChildren<Grid>;
8154
8392
  }
8155
8393
  }
8156
8394
  }
8157
8395
  declare module 'react' {
8158
8396
  namespace JSX {
8159
8397
  interface IntrinsicElements {
8160
- [tagName$F]: GridItemJSXProps &
8398
+ [tagName$G]: GridItemJSXProps &
8161
8399
  ReactBaseElementPropsWithChildren<GridItem>;
8162
8400
  }
8163
8401
  }
@@ -8165,7 +8403,7 @@ declare module 'react' {
8165
8403
  declare global {
8166
8404
  namespace JSX {
8167
8405
  interface IntrinsicElements {
8168
- [tagName$F]: GridItemJSXProps &
8406
+ [tagName$G]: GridItemJSXProps &
8169
8407
  ReactBaseElementPropsWithChildren<GridItem>;
8170
8408
  }
8171
8409
  }
@@ -8173,63 +8411,63 @@ declare global {
8173
8411
  declare module 'react' {
8174
8412
  namespace JSX {
8175
8413
  interface IntrinsicElements {
8176
- [tagName$E]: HeadingJSXProps & ReactBaseElementPropsWithChildren<Heading>;
8414
+ [tagName$F]: HeadingJSXProps & ReactBaseElementPropsWithChildren<Heading>;
8177
8415
  }
8178
8416
  }
8179
8417
  }
8180
8418
  declare global {
8181
8419
  namespace JSX {
8182
8420
  interface IntrinsicElements {
8183
- [tagName$E]: HeadingJSXProps & ReactBaseElementPropsWithChildren<Heading>;
8421
+ [tagName$F]: HeadingJSXProps & ReactBaseElementPropsWithChildren<Heading>;
8184
8422
  }
8185
8423
  }
8186
8424
  }
8187
8425
  declare module 'react' {
8188
8426
  namespace JSX {
8189
8427
  interface IntrinsicElements {
8190
- [tagName$D]: IconJSXProps & ReactBaseElementProps<Icon>;
8428
+ [tagName$E]: IconJSXProps & ReactBaseElementProps<Icon>;
8191
8429
  }
8192
8430
  }
8193
8431
  }
8194
8432
  declare global {
8195
8433
  namespace JSX {
8196
8434
  interface IntrinsicElements {
8197
- [tagName$D]: IconJSXProps & ReactBaseElementProps<Icon>;
8435
+ [tagName$E]: IconJSXProps & ReactBaseElementProps<Icon>;
8198
8436
  }
8199
8437
  }
8200
8438
  }
8201
8439
  declare module 'react' {
8202
8440
  namespace JSX {
8203
8441
  interface IntrinsicElements {
8204
- [tagName$C]: ImageJSXProps & ReactBaseElementProps<Image>;
8442
+ [tagName$D]: ImageJSXProps & ReactBaseElementProps<Image>;
8205
8443
  }
8206
8444
  }
8207
8445
  }
8208
8446
  declare global {
8209
8447
  namespace JSX {
8210
8448
  interface IntrinsicElements {
8211
- [tagName$C]: ImageJSXProps & ReactBaseElementProps<Image>;
8449
+ [tagName$D]: ImageJSXProps & ReactBaseElementProps<Image>;
8212
8450
  }
8213
8451
  }
8214
8452
  }
8215
8453
  declare module 'react' {
8216
8454
  namespace JSX {
8217
8455
  interface IntrinsicElements {
8218
- [tagName$B]: LinkJSXProps & ReactBaseElementPropsWithChildren<Link>;
8456
+ [tagName$C]: LinkJSXProps & ReactBaseElementPropsWithChildren<Link>;
8219
8457
  }
8220
8458
  }
8221
8459
  }
8222
8460
  declare global {
8223
8461
  namespace JSX {
8224
8462
  interface IntrinsicElements {
8225
- [tagName$B]: LinkJSXProps & ReactBaseElementPropsWithChildren<Link>;
8463
+ [tagName$C]: LinkJSXProps & ReactBaseElementPropsWithChildren<Link>;
8226
8464
  }
8227
8465
  }
8228
8466
  }
8229
8467
  declare module 'react' {
8230
8468
  namespace JSX {
8231
8469
  interface IntrinsicElements {
8232
- [tagName$A]: ListItemJSXProps &
8470
+ [tagName$B]: ListItemJSXProps &
8233
8471
  ReactBaseElementPropsWithChildren<ListItem>;
8234
8472
  }
8235
8473
  }
@@ -8237,7 +8475,7 @@ declare module 'react' {
8237
8475
  declare global {
8238
8476
  namespace JSX {
8239
8477
  interface IntrinsicElements {
8240
- [tagName$A]: ListItemJSXProps &
8478
+ [tagName$B]: ListItemJSXProps &
8241
8479
  ReactBaseElementPropsWithChildren<ListItem>;
8242
8480
  }
8243
8481
  }
@@ -8245,7 +8483,7 @@ declare global {
8245
8483
  declare module 'react' {
8246
8484
  namespace JSX {
8247
8485
  interface IntrinsicElements {
8248
- [tagName$z]: Omit<
8486
+ [tagName$A]: Omit<
8249
8487
  HTMLAttributes<HTMLElement>,
8250
8488
  Extract<keyof HTMLAttributes<HTMLElement>, `on${Capitalize<string>}`>
8251
8489
  > &
@@ -8256,7 +8494,7 @@ declare module 'react' {
8256
8494
  declare global {
8257
8495
  namespace JSX {
8258
8496
  interface IntrinsicElements {
8259
- [tagName$z]: Omit<
8497
+ [tagName$A]: Omit<
8260
8498
  React.HTMLAttributes<HTMLElement>,
8261
8499
  Extract<
8262
8500
  keyof React.HTMLAttributes<HTMLElement>,
@@ -8267,6 +8505,31 @@ declare global {
8267
8505
  }
8268
8506
  }
8269
8507
  }
8508
+ declare module 'react' {
8509
+ namespace JSX {
8510
+ interface IntrinsicElements {
8511
+ [tagName$z]: Omit<
8512
+ HTMLAttributes<HTMLElement>,
8513
+ Extract<keyof HTMLAttributes<HTMLElement>, `on${Capitalize<string>}`>
8514
+ > &
8515
+ ModalJSXProps;
8516
+ }
8517
+ }
8518
+ }
8519
+ declare global {
8520
+ namespace JSX {
8521
+ interface IntrinsicElements {
8522
+ [tagName$z]: Omit<
8523
+ React.HTMLAttributes<HTMLElement>,
8524
+ Extract<
8525
+ keyof React.HTMLAttributes<HTMLElement>,
8526
+ `on${Capitalize<string>}`
8527
+ >
8528
+ > &
8529
+ ModalJSXProps;
8530
+ }
8531
+ }
8532
+ }
8270
8533
  declare module 'react' {
8271
8534
  namespace JSX {
8272
8535
  interface IntrinsicElements {