@shopify/ui-extensions 2025.10.0-rc.7 → 2025.10.0-rc.8

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 (185) hide show
  1. package/build/ts/surfaces/admin/components/AdminAction.d.ts +1 -1
  2. package/build/ts/surfaces/admin/components/AdminBlock.d.ts +1 -1
  3. package/build/ts/surfaces/admin/components/AdminPrintAction.d.ts +1 -1
  4. package/build/ts/surfaces/admin/components/Badge.d.ts +1 -1
  5. package/build/ts/surfaces/admin/components/Banner.d.ts +1 -1
  6. package/build/ts/surfaces/admin/components/Box.d.ts +1 -1
  7. package/build/ts/surfaces/admin/components/Button.d.ts +1 -1
  8. package/build/ts/surfaces/admin/components/Checkbox.d.ts +1 -1
  9. package/build/ts/surfaces/admin/components/Choice.d.ts +1 -1
  10. package/build/ts/surfaces/admin/components/ChoiceList.d.ts +1 -1
  11. package/build/ts/surfaces/admin/components/Clickable.d.ts +1 -1
  12. package/build/ts/surfaces/admin/components/DatePicker.d.ts +1 -1
  13. package/build/ts/surfaces/admin/components/Divider.d.ts +1 -1
  14. package/build/ts/surfaces/admin/components/EmailField.d.ts +1 -1
  15. package/build/ts/surfaces/admin/components/Form.d.ts +1 -1
  16. package/build/ts/surfaces/admin/components/Grid.d.ts +1 -1
  17. package/build/ts/surfaces/admin/components/GridItem.d.ts +1 -1
  18. package/build/ts/surfaces/admin/components/Heading.d.ts +1 -1
  19. package/build/ts/surfaces/admin/components/Icon.d.ts +1 -1
  20. package/build/ts/surfaces/admin/components/Image.d.ts +1 -1
  21. package/build/ts/surfaces/admin/components/Link.d.ts +1 -1
  22. package/build/ts/surfaces/admin/components/ListItem.d.ts +1 -1
  23. package/build/ts/surfaces/admin/components/MoneyField.d.ts +1 -1
  24. package/build/ts/surfaces/admin/components/NumberField.d.ts +1 -1
  25. package/build/ts/surfaces/admin/components/Option.d.ts +1 -1
  26. package/build/ts/surfaces/admin/components/OptionGroup.d.ts +1 -1
  27. package/build/ts/surfaces/admin/components/OrderedList.d.ts +1 -1
  28. package/build/ts/surfaces/admin/components/Page.d.ts +1 -1
  29. package/build/ts/surfaces/admin/components/Paragraph.d.ts +1 -1
  30. package/build/ts/surfaces/admin/components/PasswordField.d.ts +1 -1
  31. package/build/ts/surfaces/admin/components/QueryContainer.d.ts +1 -1
  32. package/build/ts/surfaces/admin/components/SearchField.d.ts +1 -1
  33. package/build/ts/surfaces/admin/components/Section.d.ts +1 -1
  34. package/build/ts/surfaces/admin/components/Select.d.ts +1 -1
  35. package/build/ts/surfaces/admin/components/Spinner.d.ts +1 -1
  36. package/build/ts/surfaces/admin/components/Stack.d.ts +1 -1
  37. package/build/ts/surfaces/admin/components/StandardComponents.d.ts +1 -1
  38. package/build/ts/surfaces/admin/components/StandardComponents.d.ts.map +1 -1
  39. package/build/ts/surfaces/admin/components/Switch.d.ts +1 -1
  40. package/build/ts/surfaces/admin/components/Table.d.ts +1 -1
  41. package/build/ts/surfaces/admin/components/TableBody.d.ts +1 -1
  42. package/build/ts/surfaces/admin/components/TableCell.d.ts +1 -1
  43. package/build/ts/surfaces/admin/components/TableHeader.d.ts +1 -1
  44. package/build/ts/surfaces/admin/components/TableHeaderRow.d.ts +1 -1
  45. package/build/ts/surfaces/admin/components/TableRow.d.ts +1 -1
  46. package/build/ts/surfaces/admin/components/Text.d.ts +1 -1
  47. package/build/ts/surfaces/admin/components/TextArea.d.ts +1 -1
  48. package/build/ts/surfaces/admin/components/TextField.d.ts +1 -1
  49. package/build/ts/surfaces/admin/components/Thumbnail.d.ts +133 -0
  50. package/build/ts/surfaces/admin/components/URLField.d.ts +1 -1
  51. package/build/ts/surfaces/admin/components/UnorderedList.d.ts +1 -1
  52. package/build/ts/surfaces/admin/components/shared.d.ts +25 -1
  53. package/build/ts/surfaces/admin/targets/admin.abandoned-checkout-details.action.render.d.ts +54 -1
  54. package/build/ts/surfaces/admin/targets/admin.abandoned-checkout-details.block.render.d.ts +54 -1
  55. package/build/ts/surfaces/admin/targets/admin.catalog-details.action.render.d.ts +54 -1
  56. package/build/ts/surfaces/admin/targets/admin.catalog-details.block.render.d.ts +54 -1
  57. package/build/ts/surfaces/admin/targets/admin.collection-details.action.render.d.ts +54 -1
  58. package/build/ts/surfaces/admin/targets/admin.collection-details.block.render.d.ts +54 -1
  59. package/build/ts/surfaces/admin/targets/admin.collection-index.action.render.d.ts +54 -1
  60. package/build/ts/surfaces/admin/targets/admin.company-details.action.render.d.ts +54 -1
  61. package/build/ts/surfaces/admin/targets/admin.company-details.block.render.d.ts +54 -1
  62. package/build/ts/surfaces/admin/targets/admin.company-location-details.block.render.d.ts +54 -1
  63. package/build/ts/surfaces/admin/targets/admin.customer-details.action.render.d.ts +54 -1
  64. package/build/ts/surfaces/admin/targets/admin.customer-details.block.render.d.ts +54 -1
  65. package/build/ts/surfaces/admin/targets/admin.customer-index.action.render.d.ts +54 -1
  66. package/build/ts/surfaces/admin/targets/admin.customer-index.selection-action.render.d.ts +54 -1
  67. package/build/ts/surfaces/admin/targets/admin.customer-segment-details.action.render.d.ts +54 -1
  68. package/build/ts/surfaces/admin/targets/admin.customers.segmentation-templates.render.d.ts +54 -1
  69. package/build/ts/surfaces/admin/targets/admin.discount-details.action.render.d.ts +54 -1
  70. package/build/ts/surfaces/admin/targets/admin.discount-details.function-settings.render.d.ts +54 -1
  71. package/build/ts/surfaces/admin/targets/admin.discount-index.action.render.d.ts +54 -1
  72. package/build/ts/surfaces/admin/targets/admin.draft-order-details.action.render.d.ts +54 -1
  73. package/build/ts/surfaces/admin/targets/admin.draft-order-details.block.render.d.ts +54 -1
  74. package/build/ts/surfaces/admin/targets/admin.draft-order-index.action.render.d.ts +54 -1
  75. package/build/ts/surfaces/admin/targets/admin.draft-order-index.selection-action.render.d.ts +54 -1
  76. package/build/ts/surfaces/admin/targets/admin.gift-card-details.action.render.d.ts +54 -1
  77. package/build/ts/surfaces/admin/targets/admin.gift-card-details.block.render.d.ts +54 -1
  78. package/build/ts/surfaces/admin/targets/admin.order-details.action.render.d.ts +54 -1
  79. package/build/ts/surfaces/admin/targets/admin.order-details.block.render.d.ts +54 -1
  80. package/build/ts/surfaces/admin/targets/admin.order-details.print-action.render.d.ts +54 -1
  81. package/build/ts/surfaces/admin/targets/admin.order-fulfilled-card.action.render.d.ts +54 -1
  82. package/build/ts/surfaces/admin/targets/admin.order-index.action.render.d.ts +54 -1
  83. package/build/ts/surfaces/admin/targets/admin.order-index.selection-action.render.d.ts +54 -1
  84. package/build/ts/surfaces/admin/targets/admin.order-index.selection-print-action.render.d.ts +54 -1
  85. package/build/ts/surfaces/admin/targets/admin.product-details.action.render.d.ts +54 -1
  86. package/build/ts/surfaces/admin/targets/admin.product-details.block.render.d.ts +54 -1
  87. package/build/ts/surfaces/admin/targets/admin.product-details.configuration.render.d.ts +54 -1
  88. package/build/ts/surfaces/admin/targets/admin.product-details.print-action.render.d.ts +54 -1
  89. package/build/ts/surfaces/admin/targets/admin.product-details.reorder.render.d.ts +54 -1
  90. package/build/ts/surfaces/admin/targets/admin.product-index.action.render.d.ts +54 -1
  91. package/build/ts/surfaces/admin/targets/admin.product-index.selection-action.render.d.ts +54 -1
  92. package/build/ts/surfaces/admin/targets/admin.product-index.selection-print-action.render.d.ts +54 -1
  93. package/build/ts/surfaces/admin/targets/admin.product-purchase-option.action.render.d.ts +54 -1
  94. package/build/ts/surfaces/admin/targets/admin.product-variant-details.action.render.d.ts +54 -1
  95. package/build/ts/surfaces/admin/targets/admin.product-variant-details.block.render.d.ts +54 -1
  96. package/build/ts/surfaces/admin/targets/admin.product-variant-details.configuration.render.d.ts +54 -1
  97. package/build/ts/surfaces/admin/targets/admin.product-variant-purchase-option.action.render.d.ts +54 -1
  98. package/build/ts/surfaces/admin/targets/admin.settings.internal-order-routing-rule.render.d.ts +54 -1
  99. package/build/ts/surfaces/admin/targets/admin.settings.order-routing-rule.render.d.ts +54 -1
  100. package/build/ts/surfaces/admin/targets/admin.settings.validation.render.d.ts +54 -1
  101. package/build/ts/surfaces/customer-account/components/Avatar/Avatar.doc.d.ts +4 -0
  102. package/build/ts/surfaces/customer-account/components/Avatar/Avatar.doc.d.ts.map +1 -0
  103. package/build/ts/surfaces/customer-account/components/Avatar.d.ts +66 -0
  104. package/build/ts/surfaces/customer-account/components/StandardComponents.d.ts +1 -1
  105. package/build/ts/surfaces/customer-account/components/StandardComponents.d.ts.map +1 -1
  106. package/build/ts/surfaces/customer-account/targets/customer-account.footer.render-after.d.ts +61 -0
  107. package/build/ts/surfaces/customer-account/targets/customer-account.order-index.block.render.d.ts +61 -0
  108. package/build/ts/surfaces/customer-account/targets/customer-account.order-status.block.render.d.ts +61 -0
  109. package/build/ts/surfaces/customer-account/targets/customer-account.order-status.cart-line-item.render-after.d.ts +61 -0
  110. package/build/ts/surfaces/customer-account/targets/customer-account.order-status.cart-line-list.render-after.d.ts +61 -0
  111. package/build/ts/surfaces/customer-account/targets/customer-account.order-status.customer-information.render-after.d.ts +61 -0
  112. package/build/ts/surfaces/customer-account/targets/customer-account.order-status.fulfillment-details.render-after.d.ts +61 -0
  113. package/build/ts/surfaces/customer-account/targets/customer-account.order-status.payment-details.render-after.d.ts +61 -0
  114. package/build/ts/surfaces/customer-account/targets/customer-account.order-status.return-details.render-after.d.ts +61 -0
  115. package/build/ts/surfaces/customer-account/targets/customer-account.order-status.unfulfilled-items.render-after.d.ts +61 -0
  116. package/build/ts/surfaces/customer-account/targets/customer-account.order.action.menu-item.render.d.ts +61 -0
  117. package/build/ts/surfaces/customer-account/targets/customer-account.order.action.render.d.ts +61 -0
  118. package/build/ts/surfaces/customer-account/targets/customer-account.order.page.render.d.ts +61 -0
  119. package/build/ts/surfaces/customer-account/targets/customer-account.page.render.d.ts +61 -0
  120. package/build/ts/surfaces/customer-account/targets/customer-account.profile.addresses.render-after.d.ts +61 -0
  121. package/build/ts/surfaces/customer-account/targets/customer-account.profile.block.render.d.ts +61 -0
  122. package/build/ts/surfaces/customer-account/targets/customer-account.profile.company-details.render-after.d.ts +61 -0
  123. package/build/ts/surfaces/customer-account/targets/customer-account.profile.company-location-addresses.render-after.d.ts +61 -0
  124. package/build/ts/surfaces/customer-account/targets/customer-account.profile.company-location-payment.render-after.d.ts +61 -0
  125. package/build/ts/surfaces/customer-account/targets/customer-account.profile.company-location-staff.render-after.d.ts +61 -0
  126. package/build/ts/surfaces/customer-account/targets/customer-account.profile.payment.render-after.d.ts +61 -0
  127. package/build/tsconfig.tsbuildinfo +1 -1
  128. package/package.json +1 -1
  129. package/src/surfaces/admin/components/AdminAction.d.ts +1 -1
  130. package/src/surfaces/admin/components/AdminBlock.d.ts +1 -1
  131. package/src/surfaces/admin/components/AdminPrintAction.d.ts +1 -1
  132. package/src/surfaces/admin/components/Badge.d.ts +1 -1
  133. package/src/surfaces/admin/components/Banner.d.ts +1 -1
  134. package/src/surfaces/admin/components/Box.d.ts +1 -1
  135. package/src/surfaces/admin/components/Button.d.ts +1 -1
  136. package/src/surfaces/admin/components/Checkbox.d.ts +1 -1
  137. package/src/surfaces/admin/components/Choice.d.ts +1 -1
  138. package/src/surfaces/admin/components/ChoiceList.d.ts +1 -1
  139. package/src/surfaces/admin/components/Clickable.d.ts +1 -1
  140. package/src/surfaces/admin/components/DatePicker.d.ts +1 -1
  141. package/src/surfaces/admin/components/Divider.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/Grid.d.ts +1 -1
  145. package/src/surfaces/admin/components/GridItem.d.ts +1 -1
  146. package/src/surfaces/admin/components/Heading.d.ts +1 -1
  147. package/src/surfaces/admin/components/Icon.d.ts +1 -1
  148. package/src/surfaces/admin/components/Image.d.ts +1 -1
  149. package/src/surfaces/admin/components/Link.d.ts +1 -1
  150. package/src/surfaces/admin/components/ListItem.d.ts +1 -1
  151. package/src/surfaces/admin/components/MoneyField.d.ts +1 -1
  152. package/src/surfaces/admin/components/NumberField.d.ts +1 -1
  153. package/src/surfaces/admin/components/Option.d.ts +1 -1
  154. package/src/surfaces/admin/components/OptionGroup.d.ts +1 -1
  155. package/src/surfaces/admin/components/OrderedList.d.ts +1 -1
  156. package/src/surfaces/admin/components/Page.d.ts +1 -1
  157. package/src/surfaces/admin/components/Paragraph.d.ts +1 -1
  158. package/src/surfaces/admin/components/PasswordField.d.ts +1 -1
  159. package/src/surfaces/admin/components/QueryContainer.d.ts +1 -1
  160. package/src/surfaces/admin/components/SearchField.d.ts +1 -1
  161. package/src/surfaces/admin/components/Section.d.ts +1 -1
  162. package/src/surfaces/admin/components/Select.d.ts +1 -1
  163. package/src/surfaces/admin/components/Spinner.d.ts +1 -1
  164. package/src/surfaces/admin/components/Stack.d.ts +1 -1
  165. package/src/surfaces/admin/components/StandardComponents.ts +1 -0
  166. package/src/surfaces/admin/components/Switch.d.ts +1 -1
  167. package/src/surfaces/admin/components/Table.d.ts +1 -1
  168. package/src/surfaces/admin/components/TableBody.d.ts +1 -1
  169. package/src/surfaces/admin/components/TableCell.d.ts +1 -1
  170. package/src/surfaces/admin/components/TableHeader.d.ts +1 -1
  171. package/src/surfaces/admin/components/TableHeaderRow.d.ts +1 -1
  172. package/src/surfaces/admin/components/TableRow.d.ts +1 -1
  173. package/src/surfaces/admin/components/Text.d.ts +1 -1
  174. package/src/surfaces/admin/components/TextArea.d.ts +1 -1
  175. package/src/surfaces/admin/components/TextField.d.ts +1 -1
  176. package/src/surfaces/admin/components/Thumbnail.d.ts +133 -0
  177. package/src/surfaces/admin/components/URLField.d.ts +1 -1
  178. package/src/surfaces/admin/components/UnorderedList.d.ts +1 -1
  179. package/src/surfaces/admin/components/shared.d.ts +25 -1
  180. package/src/surfaces/admin/components.d.ts +672 -202
  181. package/src/surfaces/customer-account/components/Avatar/examples/basic-Avatar-js.example.ts +9 -0
  182. package/src/surfaces/customer-account/components/Avatar/examples/basic-Avatar-preact.example.tsx +9 -0
  183. package/src/surfaces/customer-account/components/Avatar.d.ts +66 -0
  184. package/src/surfaces/customer-account/components/StandardComponents.ts +1 -0
  185. package/src/surfaces/customer-account/components.d.ts +67 -0
@@ -1,4 +1,4 @@
1
- /** VERSION: 1.1.0 **/
1
+ /** VERSION: 1.1.1 **/
2
2
 
3
3
  /* eslint-disable @typescript-eslint/ban-types */
4
4
  /* eslint-disable @typescript-eslint/no-namespace */
@@ -115,6 +115,8 @@ declare const privateIconArray: readonly [
115
115
  'camera',
116
116
  'caret-down',
117
117
  'caret-up',
118
+ 'caret-left',
119
+ 'caret-right',
118
120
  'cart-abandoned',
119
121
  'cart-discount',
120
122
  'cart-down',
@@ -3092,6 +3094,26 @@ interface TextFieldProps$1
3092
3094
  MinMaxLengthProps,
3093
3095
  AutocompleteProps<TextAutocompleteField>,
3094
3096
  FieldDecorationProps {}
3097
+ interface ThumbnailProps$1 extends GlobalProps, BaseImageProps {
3098
+ /**
3099
+ * Invoked when load of provided image completes successfully.
3100
+ *
3101
+ * @see https://developer.mozilla.org/en-US/docs/Web/API/GlobalEventHandlers/onload
3102
+ */
3103
+ onLoad?: () => void;
3104
+ /**
3105
+ * Invoked on load error of provided image.
3106
+ *
3107
+ * @see https://developer.mozilla.org/en-US/docs/Web/API/GlobalEventHandlers/onerror
3108
+ */
3109
+ onError?: () => void;
3110
+ /**
3111
+ * Adjusts the size the product thumbnail image.
3112
+ *
3113
+ * @default 'base'
3114
+ */
3115
+ size?: SizeKeyword;
3116
+ }
3095
3117
  interface UnorderedListProps$1 extends GlobalProps {}
3096
3118
  interface URLFieldProps$1
3097
3119
  extends GlobalProps,
@@ -3153,6 +3175,8 @@ type IconType$1 =
3153
3175
  | 'camera'
3154
3176
  | 'camera-flip'
3155
3177
  | 'caret-down'
3178
+ | 'caret-left'
3179
+ | 'caret-right'
3156
3180
  | 'caret-up'
3157
3181
  | 'cart'
3158
3182
  | 'cart-abandoned'
@@ -3915,18 +3939,18 @@ declare class Badge extends PreactCustomElement implements BadgeProps {
3915
3939
  }
3916
3940
  declare global {
3917
3941
  interface HTMLElementTagNameMap {
3918
- [tagName$N]: Badge;
3942
+ [tagName$O]: Badge;
3919
3943
  }
3920
3944
  }
3921
3945
  declare module 'preact' {
3922
3946
  namespace createElement.JSX {
3923
3947
  interface IntrinsicElements {
3924
- [tagName$N]: BadgeJSXProps & PreactBaseElementPropsWithChildren<Badge>;
3948
+ [tagName$O]: BadgeJSXProps & PreactBaseElementPropsWithChildren<Badge>;
3925
3949
  }
3926
3950
  }
3927
3951
  }
3928
3952
 
3929
- declare const tagName$N = 's-badge';
3953
+ declare const tagName$O = 's-badge';
3930
3954
  export interface BadgeJSXProps
3931
3955
  extends Partial<BadgeProps>,
3932
3956
  Pick<BadgeProps$1, 'id'> {}
@@ -3952,19 +3976,19 @@ declare class Banner extends PreactCustomElement implements BannerProps {
3952
3976
  }
3953
3977
  declare global {
3954
3978
  interface HTMLElementTagNameMap {
3955
- [tagName$M]: Banner;
3979
+ [tagName$N]: Banner;
3956
3980
  }
3957
3981
  }
3958
3982
  declare module 'preact' {
3959
3983
  namespace createElement.JSX {
3960
3984
  interface IntrinsicElements {
3961
- [tagName$M]: Omit<BannerJSXProps, 'secondaryActions'> &
3985
+ [tagName$N]: Omit<BannerJSXProps, 'secondaryActions'> &
3962
3986
  PreactBaseElementPropsWithChildren<Banner>;
3963
3987
  }
3964
3988
  }
3965
3989
  }
3966
3990
 
3967
- declare const tagName$M = 's-banner';
3991
+ declare const tagName$N = 's-banner';
3968
3992
  export interface BannerJSXProps
3969
3993
  extends Partial<BannerProps>,
3970
3994
  Pick<BannerProps$1, 'id'> {
@@ -3974,8 +3998,8 @@ export interface BannerJSXProps
3974
3998
  * A maximum of two `s-button` components are allowed, and only buttons with the `variant` of "secondary" are permitted.
3975
3999
  */
3976
4000
  secondaryActions?: ComponentChild;
3977
- onDismiss?: ((event: CallbackEvent<typeof tagName$M>) => void) | null;
3978
- onAfterHide?: ((event: CallbackEvent<typeof tagName$M>) => void) | null;
4001
+ onDismiss?: ((event: CallbackEvent<typeof tagName$N>) => void) | null;
4002
+ onAfterHide?: ((event: CallbackEvent<typeof tagName$N>) => void) | null;
3979
4003
  }
3980
4004
 
3981
4005
  export type MakeResponsive<T> = T | `@container${string}`;
@@ -4208,18 +4232,18 @@ declare class Box extends BoxElement implements BoxProps {
4208
4232
  }
4209
4233
  declare global {
4210
4234
  interface HTMLElementTagNameMap {
4211
- [tagName$L]: Box;
4235
+ [tagName$M]: Box;
4212
4236
  }
4213
4237
  }
4214
4238
  declare module 'preact' {
4215
4239
  namespace createElement.JSX {
4216
4240
  interface IntrinsicElements {
4217
- [tagName$L]: BoxJSXProps & PreactBaseElementPropsWithChildren<Box>;
4241
+ [tagName$M]: BoxJSXProps & PreactBaseElementPropsWithChildren<Box>;
4218
4242
  }
4219
4243
  }
4220
4244
  }
4221
4245
 
4222
- declare const tagName$L = 's-box';
4246
+ declare const tagName$M = 's-box';
4223
4247
  export interface BoxJSXProps
4224
4248
  extends Partial<BoxProps>,
4225
4249
  Pick<BoxProps$1, 'id'> {}
@@ -4293,24 +4317,24 @@ declare class Button extends Button_base implements ButtonProps {
4293
4317
  }
4294
4318
  declare global {
4295
4319
  interface HTMLElementTagNameMap {
4296
- [tagName$K]: Button;
4320
+ [tagName$L]: Button;
4297
4321
  }
4298
4322
  }
4299
4323
  declare module 'preact' {
4300
4324
  namespace createElement.JSX {
4301
4325
  interface IntrinsicElements {
4302
- [tagName$K]: ButtonJSXProps & PreactBaseElementPropsWithChildren<Button>;
4326
+ [tagName$L]: ButtonJSXProps & PreactBaseElementPropsWithChildren<Button>;
4303
4327
  }
4304
4328
  }
4305
4329
  }
4306
4330
 
4307
- declare const tagName$K = 's-button';
4331
+ declare const tagName$L = 's-button';
4308
4332
  export interface ButtonJSXProps
4309
4333
  extends Partial<ButtonProps>,
4310
4334
  Pick<ButtonProps$1, 'id'> {
4311
- onClick?: ((event: CallbackEvent<typeof tagName$K>) => void) | null;
4312
- onFocus?: ((event: CallbackEvent<typeof tagName$K>) => void) | null;
4313
- onBlur?: ((event: CallbackEvent<typeof tagName$K>) => void) | null;
4335
+ onClick?: ((event: CallbackEvent<typeof tagName$L>) => void) | null;
4336
+ onFocus?: ((event: CallbackEvent<typeof tagName$L>) => void) | null;
4337
+ onBlur?: ((event: CallbackEvent<typeof tagName$L>) => void) | null;
4314
4338
  }
4315
4339
 
4316
4340
  declare const internals$2: unique symbol;
@@ -4384,24 +4408,24 @@ declare class Checkbox extends PreactCheckboxElement implements CheckboxProps {
4384
4408
  }
4385
4409
  declare global {
4386
4410
  interface HTMLElementTagNameMap {
4387
- [tagName$J]: Checkbox;
4411
+ [tagName$K]: Checkbox;
4388
4412
  }
4389
4413
  }
4390
4414
  declare module 'preact' {
4391
4415
  namespace createElement.JSX {
4392
4416
  interface IntrinsicElements {
4393
- [tagName$J]: CheckboxJSXProps &
4417
+ [tagName$K]: CheckboxJSXProps &
4394
4418
  PreactBaseElementPropsWithChildren<Checkbox>;
4395
4419
  }
4396
4420
  }
4397
4421
  }
4398
4422
 
4399
- declare const tagName$J = 's-checkbox';
4423
+ declare const tagName$K = 's-checkbox';
4400
4424
  export interface CheckboxJSXProps
4401
4425
  extends Partial<CheckboxProps>,
4402
4426
  Pick<CheckboxProps$1, 'id'> {
4403
- onChange?: ((event: CallbackEvent<typeof tagName$J>) => void) | null;
4404
- onInput?: ((event: CallbackEvent<typeof tagName$J>) => void) | null;
4427
+ onChange?: ((event: CallbackEvent<typeof tagName$K>) => void) | null;
4428
+ onInput?: ((event: CallbackEvent<typeof tagName$K>) => void) | null;
4405
4429
  }
4406
4430
 
4407
4431
  export interface ChoiceProps
@@ -4431,18 +4455,18 @@ declare class Choice extends PreactCustomElement implements ChoiceProps {
4431
4455
  }
4432
4456
  declare global {
4433
4457
  interface HTMLElementTagNameMap {
4434
- [tagName$I]: Choice;
4458
+ [tagName$J]: Choice;
4435
4459
  }
4436
4460
  }
4437
4461
  declare module 'preact' {
4438
4462
  namespace createElement.JSX {
4439
4463
  interface IntrinsicElements {
4440
- [tagName$I]: ChoiceJSXProps & PreactBaseElementPropsWithChildren<Choice>;
4464
+ [tagName$J]: ChoiceJSXProps & PreactBaseElementPropsWithChildren<Choice>;
4441
4465
  }
4442
4466
  }
4443
4467
  }
4444
4468
 
4445
- declare const tagName$I = 's-choice';
4469
+ declare const tagName$J = 's-choice';
4446
4470
  export interface ChoiceJSXProps
4447
4471
  extends Partial<ChoiceProps>,
4448
4472
  Pick<ChoiceProps$1, 'id'> {}
@@ -4489,24 +4513,24 @@ declare class ChoiceList extends BaseClass$1 implements ChoiceListProps {
4489
4513
  }
4490
4514
  declare global {
4491
4515
  interface HTMLElementTagNameMap {
4492
- [tagName$H]: ChoiceList;
4516
+ [tagName$I]: ChoiceList;
4493
4517
  }
4494
4518
  }
4495
4519
  declare module 'preact' {
4496
4520
  namespace createElement.JSX {
4497
4521
  interface IntrinsicElements {
4498
- [tagName$H]: ChoiceListJSXProps &
4522
+ [tagName$I]: ChoiceListJSXProps &
4499
4523
  PreactBaseElementPropsWithChildren<ChoiceList>;
4500
4524
  }
4501
4525
  }
4502
4526
  }
4503
4527
 
4504
- declare const tagName$H = 's-choice-list';
4528
+ declare const tagName$I = 's-choice-list';
4505
4529
  export interface ChoiceListJSXProps
4506
4530
  extends Partial<ChoiceListProps>,
4507
4531
  Pick<ChoiceListProps$1, 'id'> {
4508
- onChange?: ((event: CallbackEvent<typeof tagName$H>) => void) | null;
4509
- onInput?: ((event: CallbackEvent<typeof tagName$H>) => void) | null;
4532
+ onChange?: ((event: CallbackEvent<typeof tagName$I>) => void) | null;
4533
+ onInput?: ((event: CallbackEvent<typeof tagName$I>) => void) | null;
4510
4534
  }
4511
4535
 
4512
4536
  export type ClickableBaseProps = Required<
@@ -4543,25 +4567,25 @@ declare class Clickable extends Clickable_base implements ClickableProps {
4543
4567
  }
4544
4568
  declare global {
4545
4569
  interface HTMLElementTagNameMap {
4546
- [tagName$G]: Clickable;
4570
+ [tagName$H]: Clickable;
4547
4571
  }
4548
4572
  }
4549
4573
  declare module 'preact' {
4550
4574
  namespace createElement.JSX {
4551
4575
  interface IntrinsicElements {
4552
- [tagName$G]: ClickableJSXProps &
4576
+ [tagName$H]: ClickableJSXProps &
4553
4577
  PreactBaseElementPropsWithChildren<Clickable>;
4554
4578
  }
4555
4579
  }
4556
4580
  }
4557
4581
 
4558
- declare const tagName$G = 's-clickable';
4582
+ declare const tagName$H = 's-clickable';
4559
4583
  export interface ClickableJSXProps
4560
4584
  extends Partial<ClickableProps>,
4561
4585
  Pick<ClickableProps$1, 'id'> {
4562
- onClick?: ((event: CallbackEvent<typeof tagName$G>) => void) | null;
4563
- onFocus?: ((event: CallbackEvent<typeof tagName$G>) => void) | null;
4564
- onBlur?: ((event: CallbackEvent<typeof tagName$G>) => void) | null;
4586
+ onClick?: ((event: CallbackEvent<typeof tagName$H>) => void) | null;
4587
+ onFocus?: ((event: CallbackEvent<typeof tagName$H>) => void) | null;
4588
+ onBlur?: ((event: CallbackEvent<typeof tagName$H>) => void) | null;
4565
4589
  }
4566
4590
 
4567
4591
  export interface DatePickerProps
@@ -4617,7 +4641,7 @@ declare class DatePicker extends BaseClass implements DatePickerProps {
4617
4641
  }
4618
4642
  declare global {
4619
4643
  interface HTMLElementTagNameMap {
4620
- [tagName$F]: DatePicker;
4644
+ [tagName$G]: DatePicker;
4621
4645
  }
4622
4646
  interface HTMLElementEventMap {
4623
4647
  viewchange: ViewChangeEvent;
@@ -4626,27 +4650,27 @@ declare global {
4626
4650
  declare module 'preact' {
4627
4651
  namespace createElement.JSX {
4628
4652
  interface IntrinsicElements {
4629
- [tagName$F]: DatePickerJSXProps & PreactBaseElementProps<DatePicker>;
4653
+ [tagName$G]: DatePickerJSXProps & PreactBaseElementProps<DatePicker>;
4630
4654
  }
4631
4655
  }
4632
4656
  }
4633
4657
 
4634
- declare const tagName$F = 's-date-picker';
4658
+ declare const tagName$G = 's-date-picker';
4635
4659
  export interface DatePickerJSXProps
4636
4660
  extends Partial<DatePickerProps>,
4637
4661
  Pick<DatePickerProps$1, 'id'> {
4638
4662
  onViewChange?:
4639
4663
  | ((
4640
4664
  event: CallbackEvent<
4641
- typeof tagName$F,
4665
+ typeof tagName$G,
4642
4666
  HTMLElementEventMap['viewchange']
4643
4667
  >,
4644
4668
  ) => void)
4645
4669
  | null;
4646
- onFocus?: ((event: CallbackEvent<typeof tagName$F>) => void) | null;
4647
- onBlur?: ((event: CallbackEvent<typeof tagName$F>) => void) | null;
4648
- onInput?: ((event: CallbackEvent<typeof tagName$F>) => void) | null;
4649
- onChange?: ((event: CallbackEvent<typeof tagName$F>) => void) | null;
4670
+ onFocus?: ((event: CallbackEvent<typeof tagName$G>) => void) | null;
4671
+ onBlur?: ((event: CallbackEvent<typeof tagName$G>) => void) | null;
4672
+ onInput?: ((event: CallbackEvent<typeof tagName$G>) => void) | null;
4673
+ onChange?: ((event: CallbackEvent<typeof tagName$G>) => void) | null;
4650
4674
  }
4651
4675
 
4652
4676
  export interface DividerProps
@@ -4662,18 +4686,18 @@ declare class Divider extends PreactCustomElement implements DividerProps {
4662
4686
  }
4663
4687
  declare global {
4664
4688
  interface HTMLElementTagNameMap {
4665
- [tagName$E]: Divider;
4689
+ [tagName$F]: Divider;
4666
4690
  }
4667
4691
  }
4668
4692
  declare module 'preact' {
4669
4693
  namespace createElement.JSX {
4670
4694
  interface IntrinsicElements {
4671
- [tagName$E]: DividerJSXProps & PreactBaseElementProps<Divider>;
4695
+ [tagName$F]: DividerJSXProps & PreactBaseElementProps<Divider>;
4672
4696
  }
4673
4697
  }
4674
4698
  }
4675
4699
 
4676
- declare const tagName$E = 's-divider';
4700
+ declare const tagName$F = 's-divider';
4677
4701
  export interface DividerJSXProps
4678
4702
  extends Partial<DividerProps>,
4679
4703
  Pick<DividerProps$1, 'id'> {}
@@ -4771,22 +4795,22 @@ declare class EmailField
4771
4795
  }
4772
4796
  declare global {
4773
4797
  interface HTMLElementTagNameMap {
4774
- [tagName$D]: EmailField;
4798
+ [tagName$E]: EmailField;
4775
4799
  }
4776
4800
  }
4777
4801
  declare module 'preact' {
4778
4802
  namespace createElement.JSX {
4779
4803
  interface IntrinsicElements {
4780
- [tagName$D]: EmailFieldJSXProps & PreactBaseElementProps<EmailField>;
4804
+ [tagName$E]: EmailFieldJSXProps & PreactBaseElementProps<EmailField>;
4781
4805
  }
4782
4806
  }
4783
4807
  }
4784
4808
 
4785
- declare const tagName$D = 's-email-field';
4809
+ declare const tagName$E = 's-email-field';
4786
4810
  export interface EmailFieldJSXProps
4787
4811
  extends Partial<Omit<EmailFieldProps, 'accessory'>>,
4788
4812
  Pick<EmailFieldProps$1, 'id'>,
4789
- FieldReactProps<typeof tagName$D> {}
4813
+ FieldReactProps<typeof tagName$E> {}
4790
4814
 
4791
4815
  export type RequiredAlignedProps = Required<GridProps$1>;
4792
4816
  export type ResponsiveGridProps = MakeResponsivePick<
@@ -4859,18 +4883,18 @@ declare class Grid extends BoxElement implements GridProps {
4859
4883
  }
4860
4884
  declare global {
4861
4885
  interface HTMLElementTagNameMap {
4862
- [tagName$C]: Grid;
4886
+ [tagName$D]: Grid;
4863
4887
  }
4864
4888
  }
4865
4889
  declare module 'preact' {
4866
4890
  namespace createElement.JSX {
4867
4891
  interface IntrinsicElements {
4868
- [tagName$C]: GridJSXProps & PreactBaseElementPropsWithChildren<Grid>;
4892
+ [tagName$D]: GridJSXProps & PreactBaseElementPropsWithChildren<Grid>;
4869
4893
  }
4870
4894
  }
4871
4895
  }
4872
4896
 
4873
- declare const tagName$C = 's-grid';
4897
+ declare const tagName$D = 's-grid';
4874
4898
  export interface GridJSXProps
4875
4899
  extends Partial<GridProps>,
4876
4900
  Pick<GridProps$1, 'id'> {}
@@ -4890,19 +4914,19 @@ declare class GridItem extends BoxElement implements GridItemProps {
4890
4914
  }
4891
4915
  declare global {
4892
4916
  interface HTMLElementTagNameMap {
4893
- [tagName$B]: GridItem;
4917
+ [tagName$C]: GridItem;
4894
4918
  }
4895
4919
  }
4896
4920
  declare module 'preact' {
4897
4921
  namespace createElement.JSX {
4898
4922
  interface IntrinsicElements {
4899
- [tagName$B]: GridItemJSXProps &
4923
+ [tagName$C]: GridItemJSXProps &
4900
4924
  PreactBaseElementPropsWithChildren<GridItem>;
4901
4925
  }
4902
4926
  }
4903
4927
  }
4904
4928
 
4905
- declare const tagName$B = 's-grid-item';
4929
+ declare const tagName$C = 's-grid-item';
4906
4930
  export interface GridItemJSXProps
4907
4931
  extends Partial<GridItemProps>,
4908
4932
  Pick<GridItemProps$1, 'id'> {}
@@ -4926,19 +4950,19 @@ declare class Heading extends PreactCustomElement implements HeadingProps {
4926
4950
  }
4927
4951
  declare global {
4928
4952
  interface HTMLElementTagNameMap {
4929
- [tagName$A]: Heading;
4953
+ [tagName$B]: Heading;
4930
4954
  }
4931
4955
  }
4932
4956
  declare module 'preact' {
4933
4957
  namespace createElement.JSX {
4934
4958
  interface IntrinsicElements {
4935
- [tagName$A]: HeadingJSXProps &
4959
+ [tagName$B]: HeadingJSXProps &
4936
4960
  PreactBaseElementPropsWithChildren<Heading>;
4937
4961
  }
4938
4962
  }
4939
4963
  }
4940
4964
 
4941
- declare const tagName$A = 's-heading';
4965
+ declare const tagName$B = 's-heading';
4942
4966
  export interface HeadingJSXProps
4943
4967
  extends Partial<HeadingProps>,
4944
4968
  Pick<HeadingProps$1, 'id'> {}
@@ -4952,18 +4976,18 @@ declare class Icon extends PreactCustomElement implements IconProps {
4952
4976
  }
4953
4977
  declare global {
4954
4978
  interface HTMLElementTagNameMap {
4955
- [tagName$z]: Icon;
4979
+ [tagName$A]: Icon;
4956
4980
  }
4957
4981
  }
4958
4982
  declare module 'preact' {
4959
4983
  namespace createElement.JSX {
4960
4984
  interface IntrinsicElements {
4961
- [tagName$z]: IconJSXProps & PreactBaseElementProps<Icon>;
4985
+ [tagName$A]: IconJSXProps & PreactBaseElementProps<Icon>;
4962
4986
  }
4963
4987
  }
4964
4988
  }
4965
4989
 
4966
- declare const tagName$z = 's-icon';
4990
+ declare const tagName$A = 's-icon';
4967
4991
  export interface IconJSXProps
4968
4992
  extends Partial<IconProps>,
4969
4993
  Pick<IconProps$1, 'id'> {}
@@ -5019,23 +5043,23 @@ declare class Image extends PreactCustomElement implements ImageProps {
5019
5043
  }
5020
5044
  declare global {
5021
5045
  interface HTMLElementTagNameMap {
5022
- [tagName$y]: Image;
5046
+ [tagName$z]: Image;
5023
5047
  }
5024
5048
  }
5025
5049
  declare module 'preact' {
5026
5050
  namespace createElement.JSX {
5027
5051
  interface IntrinsicElements {
5028
- [tagName$y]: ImageJSXProps & PreactBaseElementProps<Image>;
5052
+ [tagName$z]: ImageJSXProps & PreactBaseElementProps<Image>;
5029
5053
  }
5030
5054
  }
5031
5055
  }
5032
5056
 
5033
- declare const tagName$y = 's-image';
5057
+ declare const tagName$z = 's-image';
5034
5058
  export interface ImageJSXProps
5035
5059
  extends Partial<ImageProps>,
5036
5060
  Pick<ImageProps$1, 'id'> {
5037
- onError?: ((event: CallbackEvent<typeof tagName$y>) => void) | null;
5038
- onLoad?: ((event: CallbackEvent<typeof tagName$y>) => void) | null;
5061
+ onError?: ((event: CallbackEvent<typeof tagName$z>) => void) | null;
5062
+ onLoad?: ((event: CallbackEvent<typeof tagName$z>) => void) | null;
5039
5063
  }
5040
5064
 
5041
5065
  export type RequiredLinkProps = Required<LinkProps$1>;
@@ -5076,22 +5100,22 @@ declare class Link extends Link_base implements LinkProps {
5076
5100
  }
5077
5101
  declare global {
5078
5102
  interface HTMLElementTagNameMap {
5079
- [tagName$x]: Link;
5103
+ [tagName$y]: Link;
5080
5104
  }
5081
5105
  }
5082
5106
  declare module 'preact' {
5083
5107
  namespace createElement.JSX {
5084
5108
  interface IntrinsicElements {
5085
- [tagName$x]: LinkJSXProps & PreactBaseElementPropsWithChildren<Link>;
5109
+ [tagName$y]: LinkJSXProps & PreactBaseElementPropsWithChildren<Link>;
5086
5110
  }
5087
5111
  }
5088
5112
  }
5089
5113
 
5090
- declare const tagName$x = 's-link';
5114
+ declare const tagName$y = 's-link';
5091
5115
  export interface LinkJSXProps
5092
5116
  extends Partial<LinkProps>,
5093
5117
  Pick<LinkProps$1, 'id' | 'lang'> {
5094
- onClick?: ((event: CallbackEvent<typeof tagName$x>) => void) | null;
5118
+ onClick?: ((event: CallbackEvent<typeof tagName$y>) => void) | null;
5095
5119
  }
5096
5120
 
5097
5121
  export interface ListItemProps extends ListItemProps$1 {}
@@ -5101,19 +5125,19 @@ declare class ListItem extends PreactCustomElement implements ListItemProps {
5101
5125
  }
5102
5126
  declare global {
5103
5127
  interface HTMLElementTagNameMap {
5104
- [tagName$w]: ListItem;
5128
+ [tagName$x]: ListItem;
5105
5129
  }
5106
5130
  }
5107
5131
  declare module 'preact' {
5108
5132
  namespace createElement.JSX {
5109
5133
  interface IntrinsicElements {
5110
- [tagName$w]: ListItemJSXProps &
5134
+ [tagName$x]: ListItemJSXProps &
5111
5135
  PreactBaseElementPropsWithChildren<ListItem>;
5112
5136
  }
5113
5137
  }
5114
5138
  }
5115
5139
 
5116
- declare const tagName$w = 's-list-item';
5140
+ declare const tagName$x = 's-list-item';
5117
5141
  export interface ListItemJSXProps
5118
5142
  extends Partial<ListItemProps>,
5119
5143
  Pick<ListItemProps$1, 'id'> {}
@@ -5139,21 +5163,21 @@ declare class MoneyField
5139
5163
  }
5140
5164
  declare global {
5141
5165
  interface HTMLElementTagNameMap {
5142
- [tagName$v]: MoneyField;
5166
+ [tagName$w]: MoneyField;
5143
5167
  }
5144
5168
  }
5145
5169
  declare module 'preact' {
5146
5170
  namespace createElement.JSX {
5147
5171
  interface IntrinsicElements {
5148
- [tagName$v]: MoneyFieldJSXProps & PreactBaseElementProps<MoneyField>;
5172
+ [tagName$w]: MoneyFieldJSXProps & PreactBaseElementProps<MoneyField>;
5149
5173
  }
5150
5174
  }
5151
5175
  }
5152
5176
 
5153
- declare const tagName$v = 's-money-field';
5177
+ declare const tagName$w = 's-money-field';
5154
5178
  export interface MoneyFieldJSXProps
5155
5179
  extends Partial<MoneyFieldProps>,
5156
- FieldReactProps<typeof tagName$v>,
5180
+ FieldReactProps<typeof tagName$w>,
5157
5181
  Pick<MoneyFieldProps$1, 'id'> {}
5158
5182
 
5159
5183
  export interface NumberFieldProps
@@ -5186,22 +5210,22 @@ declare class NumberField
5186
5210
  }
5187
5211
  declare global {
5188
5212
  interface HTMLElementTagNameMap {
5189
- [tagName$u]: NumberField;
5213
+ [tagName$v]: NumberField;
5190
5214
  }
5191
5215
  }
5192
5216
  declare module 'preact' {
5193
5217
  namespace createElement.JSX {
5194
5218
  interface IntrinsicElements {
5195
- [tagName$u]: NumberFieldJSXProps & PreactBaseElementProps<NumberField>;
5219
+ [tagName$v]: NumberFieldJSXProps & PreactBaseElementProps<NumberField>;
5196
5220
  }
5197
5221
  }
5198
5222
  }
5199
5223
 
5200
- declare const tagName$u = 's-number-field';
5224
+ declare const tagName$v = 's-number-field';
5201
5225
  export interface NumberFieldJSXProps
5202
5226
  extends Partial<NumberFieldProps>,
5203
5227
  Pick<NumberFieldProps$1, 'id'>,
5204
- FieldReactProps<typeof tagName$u> {}
5228
+ FieldReactProps<typeof tagName$v> {}
5205
5229
 
5206
5230
  export interface OptionProps
5207
5231
  extends Required<
@@ -5217,18 +5241,18 @@ declare class Option extends PreactCustomElement implements OptionProps {
5217
5241
  }
5218
5242
  declare global {
5219
5243
  interface HTMLElementTagNameMap {
5220
- [tagName$t]: Option;
5244
+ [tagName$u]: Option;
5221
5245
  }
5222
5246
  }
5223
5247
  declare module 'preact' {
5224
5248
  namespace createElement.JSX {
5225
5249
  interface IntrinsicElements {
5226
- [tagName$t]: OptionJSXProps & PreactBaseElementPropsWithChildren<Option>;
5250
+ [tagName$u]: OptionJSXProps & PreactBaseElementPropsWithChildren<Option>;
5227
5251
  }
5228
5252
  }
5229
5253
  }
5230
5254
 
5231
- declare const tagName$t = 's-option';
5255
+ declare const tagName$u = 's-option';
5232
5256
  export interface OptionJSXProps extends Partial<OptionProps> {}
5233
5257
 
5234
5258
  export interface OptionGroupProps
@@ -5244,19 +5268,19 @@ declare class OptionGroup
5244
5268
  }
5245
5269
  declare global {
5246
5270
  interface HTMLElementTagNameMap {
5247
- [tagName$s]: OptionGroup;
5271
+ [tagName$t]: OptionGroup;
5248
5272
  }
5249
5273
  }
5250
5274
  declare module 'preact' {
5251
5275
  namespace createElement.JSX {
5252
5276
  interface IntrinsicElements {
5253
- [tagName$s]: OptionGroupJSXProps &
5277
+ [tagName$t]: OptionGroupJSXProps &
5254
5278
  PreactBaseElementPropsWithChildren<OptionGroup>;
5255
5279
  }
5256
5280
  }
5257
5281
  }
5258
5282
 
5259
- declare const tagName$s = 's-option-group';
5283
+ declare const tagName$t = 's-option-group';
5260
5284
  export interface OptionGroupJSXProps extends Partial<OptionGroupProps> {}
5261
5285
 
5262
5286
  export interface OrderedListProps extends OrderedListProps$1 {}
@@ -5269,19 +5293,19 @@ declare class OrderedList
5269
5293
  }
5270
5294
  declare global {
5271
5295
  interface HTMLElementTagNameMap {
5272
- [tagName$r]: OrderedList;
5296
+ [tagName$s]: OrderedList;
5273
5297
  }
5274
5298
  }
5275
5299
  declare module 'preact' {
5276
5300
  namespace createElement.JSX {
5277
5301
  interface IntrinsicElements {
5278
- [tagName$r]: OrderedListJSXProps &
5302
+ [tagName$s]: OrderedListJSXProps &
5279
5303
  PreactBaseElementPropsWithChildren<OrderedList>;
5280
5304
  }
5281
5305
  }
5282
5306
  }
5283
5307
 
5284
- declare const tagName$r = 's-ordered-list';
5308
+ declare const tagName$s = 's-ordered-list';
5285
5309
  export interface OrderedListJSXProps
5286
5310
  extends Partial<OrderedListProps>,
5287
5311
  Pick<OrderedListProps$1, 'id'> {}
@@ -5298,19 +5322,19 @@ declare class Page extends PreactCustomElement implements PageProps {
5298
5322
  }
5299
5323
  declare global {
5300
5324
  interface HTMLElementTagNameMap {
5301
- [tagName$q]: Page;
5325
+ [tagName$r]: Page;
5302
5326
  }
5303
5327
  }
5304
5328
  declare module 'preact' {
5305
5329
  namespace createElement.JSX {
5306
5330
  interface IntrinsicElements {
5307
- [tagName$q]: Omit<PageJSXProps, 'aside'> &
5331
+ [tagName$r]: Omit<PageJSXProps, 'aside'> &
5308
5332
  PreactBaseElementPropsWithChildren<Page>;
5309
5333
  }
5310
5334
  }
5311
5335
  }
5312
5336
 
5313
- declare const tagName$q = 's-page';
5337
+ declare const tagName$r = 's-page';
5314
5338
  export interface PageJSXProps extends Partial<PageProps> {
5315
5339
  /**
5316
5340
  * The content to display in the aside section of the page.
@@ -5351,19 +5375,19 @@ declare class Paragraph extends PreactCustomElement implements ParagraphProps {
5351
5375
  }
5352
5376
  declare global {
5353
5377
  interface HTMLElementTagNameMap {
5354
- [tagName$p]: Paragraph;
5378
+ [tagName$q]: Paragraph;
5355
5379
  }
5356
5380
  }
5357
5381
  declare module 'preact' {
5358
5382
  namespace createElement.JSX {
5359
5383
  interface IntrinsicElements {
5360
- [tagName$p]: ParagraphJSXProps &
5384
+ [tagName$q]: ParagraphJSXProps &
5361
5385
  PreactBaseElementPropsWithChildren<Paragraph>;
5362
5386
  }
5363
5387
  }
5364
5388
  }
5365
5389
 
5366
- declare const tagName$p = 's-paragraph';
5390
+ declare const tagName$q = 's-paragraph';
5367
5391
  export interface ParagraphJSXProps
5368
5392
  extends Partial<ParagraphProps>,
5369
5393
  Pick<ParagraphProps$1, 'id'> {}
@@ -5400,23 +5424,23 @@ declare class PasswordField
5400
5424
  }
5401
5425
  declare global {
5402
5426
  interface HTMLElementTagNameMap {
5403
- [tagName$o]: PasswordField;
5427
+ [tagName$p]: PasswordField;
5404
5428
  }
5405
5429
  }
5406
5430
  declare module 'preact' {
5407
5431
  namespace createElement.JSX {
5408
5432
  interface IntrinsicElements {
5409
- [tagName$o]: PasswordFieldJSXProps &
5433
+ [tagName$p]: PasswordFieldJSXProps &
5410
5434
  PreactBaseElementProps<PasswordField>;
5411
5435
  }
5412
5436
  }
5413
5437
  }
5414
5438
 
5415
- declare const tagName$o = 's-password-field';
5439
+ declare const tagName$p = 's-password-field';
5416
5440
  export interface PasswordFieldJSXProps
5417
5441
  extends Partial<PasswordFieldProps>,
5418
5442
  Pick<PasswordFieldProps$1, 'id'>,
5419
- FieldReactProps<typeof tagName$o> {}
5443
+ FieldReactProps<typeof tagName$p> {}
5420
5444
 
5421
5445
  export interface QueryContainerProps
5422
5446
  extends Required<Pick<QueryContainerProps$1, 'id' | 'containerName'>> {}
@@ -5432,13 +5456,13 @@ declare class QueryContainer
5432
5456
  }
5433
5457
  declare global {
5434
5458
  interface HTMLElementTagNameMap {
5435
- [tagName$n]: QueryContainer;
5459
+ [tagName$o]: QueryContainer;
5436
5460
  }
5437
5461
  }
5438
5462
  declare module 'preact' {
5439
5463
  namespace createElement.JSX {
5440
5464
  interface IntrinsicElements {
5441
- [tagName$n]: Omit<
5465
+ [tagName$o]: Omit<
5442
5466
  HTMLAttributes<HTMLElement>,
5443
5467
  Extract<keyof HTMLAttributes<HTMLElement>, `on${Capitalize<string>}`>
5444
5468
  > &
@@ -5447,7 +5471,7 @@ declare module 'preact' {
5447
5471
  }
5448
5472
  }
5449
5473
 
5450
- declare const tagName$n = 's-query-container';
5474
+ declare const tagName$o = 's-query-container';
5451
5475
  export interface QueryContainerJSXProps
5452
5476
  extends Partial<QueryContainerProps$1>,
5453
5477
  Pick<QueryContainerProps$1, 'id'> {}
@@ -5487,22 +5511,22 @@ declare class SearchField
5487
5511
  }
5488
5512
  declare global {
5489
5513
  interface HTMLElementTagNameMap {
5490
- [tagName$m]: SearchField;
5514
+ [tagName$n]: SearchField;
5491
5515
  }
5492
5516
  }
5493
5517
  declare module 'preact' {
5494
5518
  namespace createElement.JSX {
5495
5519
  interface IntrinsicElements {
5496
- [tagName$m]: SearchFieldJSXProps & PreactBaseElementProps<SearchField>;
5520
+ [tagName$n]: SearchFieldJSXProps & PreactBaseElementProps<SearchField>;
5497
5521
  }
5498
5522
  }
5499
5523
  }
5500
5524
 
5501
- declare const tagName$m = 's-search-field';
5525
+ declare const tagName$n = 's-search-field';
5502
5526
  export interface SearchFieldJSXProps
5503
5527
  extends Partial<SearchFieldProps>,
5504
5528
  Pick<TextFieldProps$1, 'id'>,
5505
- FieldReactProps<typeof tagName$m> {}
5529
+ FieldReactProps<typeof tagName$n> {}
5506
5530
 
5507
5531
  export type RequiredSectionProps = Required<SectionProps$1>;
5508
5532
  export interface SectionProps
@@ -5525,19 +5549,19 @@ declare class Section extends PreactCustomElement implements SectionProps {
5525
5549
  }
5526
5550
  declare global {
5527
5551
  interface HTMLElementTagNameMap {
5528
- [tagName$l]: Section;
5552
+ [tagName$m]: Section;
5529
5553
  }
5530
5554
  }
5531
5555
  declare module 'preact' {
5532
5556
  namespace createElement.JSX {
5533
5557
  interface IntrinsicElements {
5534
- [tagName$l]: SectionJSXProps &
5558
+ [tagName$m]: SectionJSXProps &
5535
5559
  PreactBaseElementPropsWithChildren<Section>;
5536
5560
  }
5537
5561
  }
5538
5562
  }
5539
5563
 
5540
- declare const tagName$l = 's-section';
5564
+ declare const tagName$m = 's-section';
5541
5565
  export interface SectionJSXProps
5542
5566
  extends Partial<SectionProps>,
5543
5567
  Pick<SectionProps$1, 'id'> {}
@@ -5594,23 +5618,23 @@ declare class Select extends PreactInputElement implements SelectProps {
5594
5618
  }
5595
5619
  declare global {
5596
5620
  interface HTMLElementTagNameMap {
5597
- [tagName$k]: Select;
5621
+ [tagName$l]: Select;
5598
5622
  }
5599
5623
  }
5600
5624
  declare module 'preact' {
5601
5625
  namespace createElement.JSX {
5602
5626
  interface IntrinsicElements {
5603
- [tagName$k]: SelectJSXProps & PreactBaseElementPropsWithChildren<Select>;
5627
+ [tagName$l]: SelectJSXProps & PreactBaseElementPropsWithChildren<Select>;
5604
5628
  }
5605
5629
  }
5606
5630
  }
5607
5631
 
5608
- declare const tagName$k = 's-select';
5632
+ declare const tagName$l = 's-select';
5609
5633
  export interface SelectJSXProps extends Partial<SelectProps> {
5610
- onChange?: (event: CallbackEvent<typeof tagName$k>) => void;
5611
- onInput?: (event: CallbackEvent<typeof tagName$k>) => void;
5612
- onBlur?: (event: CallbackEvent<typeof tagName$k>) => void;
5613
- onFocus?: (event: CallbackEvent<typeof tagName$k>) => void;
5634
+ onChange?: (event: CallbackEvent<typeof tagName$l>) => void;
5635
+ onInput?: (event: CallbackEvent<typeof tagName$l>) => void;
5636
+ onBlur?: (event: CallbackEvent<typeof tagName$l>) => void;
5637
+ onFocus?: (event: CallbackEvent<typeof tagName$l>) => void;
5614
5638
  }
5615
5639
 
5616
5640
  export interface SpinnerProps
@@ -5625,18 +5649,18 @@ declare class Spinner extends PreactCustomElement implements SpinnerProps {
5625
5649
  }
5626
5650
  declare global {
5627
5651
  interface HTMLElementTagNameMap {
5628
- [tagName$j]: Spinner;
5652
+ [tagName$k]: Spinner;
5629
5653
  }
5630
5654
  }
5631
5655
  declare module 'preact' {
5632
5656
  namespace createElement.JSX {
5633
5657
  interface IntrinsicElements {
5634
- [tagName$j]: SpinnerJSXProps & PreactBaseElementProps<Spinner>;
5658
+ [tagName$k]: SpinnerJSXProps & PreactBaseElementProps<Spinner>;
5635
5659
  }
5636
5660
  }
5637
5661
  }
5638
5662
 
5639
- declare const tagName$j = 's-spinner';
5663
+ declare const tagName$k = 's-spinner';
5640
5664
  export interface SpinnerJSXProps
5641
5665
  extends Partial<SpinnerProps>,
5642
5666
  Pick<SpinnerProps$1, 'id'> {}
@@ -5710,18 +5734,18 @@ declare class Stack extends BoxElement implements StackProps {
5710
5734
  }
5711
5735
  declare global {
5712
5736
  interface HTMLElementTagNameMap {
5713
- [tagName$i]: Stack;
5737
+ [tagName$j]: Stack;
5714
5738
  }
5715
5739
  }
5716
5740
  declare module 'preact' {
5717
5741
  namespace createElement.JSX {
5718
5742
  interface IntrinsicElements {
5719
- [tagName$i]: StackJSXProps & PreactBaseElementPropsWithChildren<Stack>;
5743
+ [tagName$j]: StackJSXProps & PreactBaseElementPropsWithChildren<Stack>;
5720
5744
  }
5721
5745
  }
5722
5746
  }
5723
5747
 
5724
- declare const tagName$i = 's-stack';
5748
+ declare const tagName$j = 's-stack';
5725
5749
  export interface StackJSXProps
5726
5750
  extends Partial<StackProps>,
5727
5751
  Pick<StackProps$1, 'id'> {}
@@ -5736,23 +5760,23 @@ declare class Switch extends PreactCheckboxElement implements SwitchProps {
5736
5760
  }
5737
5761
  declare global {
5738
5762
  interface HTMLElementTagNameMap {
5739
- [tagName$h]: Switch;
5763
+ [tagName$i]: Switch;
5740
5764
  }
5741
5765
  }
5742
5766
  declare module 'preact' {
5743
5767
  namespace createElement.JSX {
5744
5768
  interface IntrinsicElements {
5745
- [tagName$h]: SwitchJSXProps & PreactBaseElementProps<Switch>;
5769
+ [tagName$i]: SwitchJSXProps & PreactBaseElementProps<Switch>;
5746
5770
  }
5747
5771
  }
5748
5772
  }
5749
5773
 
5750
- declare const tagName$h = 's-switch';
5774
+ declare const tagName$i = 's-switch';
5751
5775
  export interface SwitchJSXProps
5752
5776
  extends Partial<SwitchProps>,
5753
5777
  Pick<SwitchProps$1, 'id'> {
5754
- onChange?: ((event: CallbackEvent<typeof tagName$h>) => void) | null;
5755
- onInput?: ((event: CallbackEvent<typeof tagName$h>) => void) | null;
5778
+ onChange?: ((event: CallbackEvent<typeof tagName$i>) => void) | null;
5779
+ onInput?: ((event: CallbackEvent<typeof tagName$i>) => void) | null;
5756
5780
  }
5757
5781
 
5758
5782
  export interface TableProps
@@ -5805,19 +5829,19 @@ declare class Table extends PreactCustomElement implements TableProps {
5805
5829
  }
5806
5830
  declare global {
5807
5831
  interface HTMLElementTagNameMap {
5808
- [tagName$g]: Table;
5832
+ [tagName$h]: Table;
5809
5833
  }
5810
5834
  }
5811
5835
  declare module 'preact' {
5812
5836
  namespace createElement.JSX {
5813
5837
  interface IntrinsicElements {
5814
- [tagName$g]: Omit<TableJSXProps, 'filters'> &
5838
+ [tagName$h]: Omit<TableJSXProps, 'filters'> &
5815
5839
  PreactBaseElementPropsWithChildren<Table>;
5816
5840
  }
5817
5841
  }
5818
5842
  }
5819
5843
 
5820
- declare const tagName$g = 's-table';
5844
+ declare const tagName$h = 's-table';
5821
5845
  export interface TableJSXProps
5822
5846
  extends Partial<TableProps>,
5823
5847
  Pick<TableProps$1, 'id' | 'onNextPage' | 'onPreviousPage'> {
@@ -5834,19 +5858,19 @@ declare class TableBody extends PreactCustomElement implements TableBodyProps {
5834
5858
  }
5835
5859
  declare global {
5836
5860
  interface HTMLElementTagNameMap {
5837
- [tagName$f]: TableBody;
5861
+ [tagName$g]: TableBody;
5838
5862
  }
5839
5863
  }
5840
5864
  declare module 'preact' {
5841
5865
  namespace createElement.JSX {
5842
5866
  interface IntrinsicElements {
5843
- [tagName$f]: TableBodyJSXProps &
5867
+ [tagName$g]: TableBodyJSXProps &
5844
5868
  PreactBaseElementPropsWithChildren<TableBody>;
5845
5869
  }
5846
5870
  }
5847
5871
  }
5848
5872
 
5849
- declare const tagName$f = 's-table-body';
5873
+ declare const tagName$g = 's-table-body';
5850
5874
  export interface TableBodyJSXProps
5851
5875
  extends Partial<TableBodyProps>,
5852
5876
  Pick<TableBodyProps$1, 'id'> {}
@@ -5858,19 +5882,19 @@ declare class TableCell extends PreactCustomElement implements TableCellProps {
5858
5882
  }
5859
5883
  declare global {
5860
5884
  interface HTMLElementTagNameMap {
5861
- [tagName$e]: TableCell;
5885
+ [tagName$f]: TableCell;
5862
5886
  }
5863
5887
  }
5864
5888
  declare module 'preact' {
5865
5889
  namespace createElement.JSX {
5866
5890
  interface IntrinsicElements {
5867
- [tagName$e]: TableCellJSXProps &
5891
+ [tagName$f]: TableCellJSXProps &
5868
5892
  PreactBaseElementPropsWithChildren<TableCell>;
5869
5893
  }
5870
5894
  }
5871
5895
  }
5872
5896
 
5873
- declare const tagName$e = 's-table-cell';
5897
+ declare const tagName$f = 's-table-cell';
5874
5898
  export interface TableCellJSXProps
5875
5899
  extends Partial<TableCellProps>,
5876
5900
  Pick<TableCellProps$1, 'id'> {}
@@ -5884,19 +5908,19 @@ declare class TableHeader
5884
5908
  }
5885
5909
  declare global {
5886
5910
  interface HTMLElementTagNameMap {
5887
- [tagName$d]: TableHeader;
5911
+ [tagName$e]: TableHeader;
5888
5912
  }
5889
5913
  }
5890
5914
  declare module 'preact' {
5891
5915
  namespace createElement.JSX {
5892
5916
  interface IntrinsicElements {
5893
- [tagName$d]: TableHeaderJSXProps &
5917
+ [tagName$e]: TableHeaderJSXProps &
5894
5918
  PreactBaseElementPropsWithChildren<TableHeader>;
5895
5919
  }
5896
5920
  }
5897
5921
  }
5898
5922
 
5899
- declare const tagName$d = 's-table-header';
5923
+ declare const tagName$e = 's-table-header';
5900
5924
  export interface TableHeaderJSXProps
5901
5925
  extends Partial<TableHeaderProps>,
5902
5926
  Pick<TableHeaderProps$1, 'id'> {}
@@ -5914,19 +5938,19 @@ declare class TableHeaderRow
5914
5938
  }
5915
5939
  declare global {
5916
5940
  interface HTMLElementTagNameMap {
5917
- [tagName$c]: TableHeaderRow;
5941
+ [tagName$d]: TableHeaderRow;
5918
5942
  }
5919
5943
  }
5920
5944
  declare module 'preact' {
5921
5945
  namespace createElement.JSX {
5922
5946
  interface IntrinsicElements {
5923
- [tagName$c]: TableHeaderRowJSXProps &
5947
+ [tagName$d]: TableHeaderRowJSXProps &
5924
5948
  PreactBaseElementPropsWithChildren<TableHeaderRow>;
5925
5949
  }
5926
5950
  }
5927
5951
  }
5928
5952
 
5929
- declare const tagName$c = 's-table-header-row';
5953
+ declare const tagName$d = 's-table-header-row';
5930
5954
  export interface TableHeaderRowJSXProps
5931
5955
  extends Partial<TableHeaderRowProps>,
5932
5956
  Pick<TableHeaderRowProps$1, 'id'> {}
@@ -5938,19 +5962,19 @@ declare class TableRow extends PreactCustomElement implements TableRowProps {
5938
5962
  }
5939
5963
  declare global {
5940
5964
  interface HTMLElementTagNameMap {
5941
- [tagName$b]: TableRow;
5965
+ [tagName$c]: TableRow;
5942
5966
  }
5943
5967
  }
5944
5968
  declare module 'preact' {
5945
5969
  namespace createElement.JSX {
5946
5970
  interface IntrinsicElements {
5947
- [tagName$b]: TableRowJSXProps &
5971
+ [tagName$c]: TableRowJSXProps &
5948
5972
  PreactBaseElementPropsWithChildren<TableRow>;
5949
5973
  }
5950
5974
  }
5951
5975
  }
5952
5976
 
5953
- declare const tagName$b = 's-table-row';
5977
+ declare const tagName$c = 's-table-row';
5954
5978
  export interface TableRowJSXProps
5955
5979
  extends Partial<TableRowProps>,
5956
5980
  Pick<TableRowProps$1, 'id'> {}
@@ -5993,18 +6017,18 @@ declare class Text extends PreactCustomElement implements TextProps {
5993
6017
  }
5994
6018
  declare global {
5995
6019
  interface HTMLElementTagNameMap {
5996
- [tagName$a]: Text;
6020
+ [tagName$b]: Text;
5997
6021
  }
5998
6022
  }
5999
6023
  declare module 'preact' {
6000
6024
  namespace createElement.JSX {
6001
6025
  interface IntrinsicElements {
6002
- [tagName$a]: TextJSXProps & PreactBaseElementPropsWithChildren<Text>;
6026
+ [tagName$b]: TextJSXProps & PreactBaseElementPropsWithChildren<Text>;
6003
6027
  }
6004
6028
  }
6005
6029
  }
6006
6030
 
6007
- declare const tagName$a = 's-text';
6031
+ declare const tagName$b = 's-text';
6008
6032
  export interface TextJSXProps
6009
6033
  extends Partial<TextProps>,
6010
6034
  Pick<TextProps$1, 'id'> {}
@@ -6025,22 +6049,22 @@ declare class TextArea
6025
6049
  }
6026
6050
  declare global {
6027
6051
  interface HTMLElementTagNameMap {
6028
- [tagName$9]: TextArea;
6052
+ [tagName$a]: TextArea;
6029
6053
  }
6030
6054
  }
6031
6055
  declare module 'preact' {
6032
6056
  namespace createElement.JSX {
6033
6057
  interface IntrinsicElements {
6034
- [tagName$9]: TextAreaJSXProps & PreactBaseElementProps<TextArea>;
6058
+ [tagName$a]: TextAreaJSXProps & PreactBaseElementProps<TextArea>;
6035
6059
  }
6036
6060
  }
6037
6061
  }
6038
6062
 
6039
- declare const tagName$9 = 's-text-area';
6063
+ declare const tagName$a = 's-text-area';
6040
6064
  export interface TextAreaJSXProps
6041
6065
  extends Partial<TextAreaProps>,
6042
6066
  Pick<TextAreaProps$1, 'id'>,
6043
- FieldReactProps<typeof tagName$9> {}
6067
+ FieldReactProps<typeof tagName$a> {}
6044
6068
 
6045
6069
  export type TextFieldProps = PreactFieldProps<
6046
6070
  /** @default 'on' */
@@ -6066,29 +6090,64 @@ declare class TextField
6066
6090
  }
6067
6091
  declare global {
6068
6092
  interface HTMLElementTagNameMap {
6069
- [tagName$8]: TextField;
6093
+ [tagName$9]: TextField;
6070
6094
  }
6071
6095
  }
6072
6096
  declare module 'preact' {
6073
6097
  namespace createElement.JSX {
6074
6098
  interface IntrinsicElements {
6075
- [tagName$8]: Omit<TextFieldJSXProps, 'accessory'> &
6099
+ [tagName$9]: Omit<TextFieldJSXProps, 'accessory'> &
6076
6100
  PreactBaseElementProps<TextField>;
6077
6101
  }
6078
6102
  }
6079
6103
  }
6080
6104
 
6081
- declare const tagName$8 = 's-text-field';
6105
+ declare const tagName$9 = 's-text-field';
6082
6106
  export interface TextFieldJSXProps
6083
6107
  extends Partial<Omit<TextFieldProps, 'accessory'>>,
6084
6108
  Pick<TextFieldProps$1, 'id'>,
6085
- FieldReactProps<typeof tagName$8> {
6109
+ FieldReactProps<typeof tagName$9> {
6086
6110
  /**
6087
6111
  * The accessory to display in the text field.
6088
6112
  */
6089
6113
  accessory?: ComponentChild;
6090
6114
  }
6091
6115
 
6116
+ export interface ThumbnailProps
6117
+ extends Required<Pick<ThumbnailProps$1, 'src' | 'alt'>> {
6118
+ size: Extract<
6119
+ ThumbnailProps$1['size'],
6120
+ 'small-200' | 'small-100' | 'small' | 'base' | 'large' | 'large-100'
6121
+ >;
6122
+ }
6123
+
6124
+ declare class Thumbnail extends PreactCustomElement implements ThumbnailProps {
6125
+ accessor src: ThumbnailProps['src'];
6126
+ accessor alt: ThumbnailProps['alt'];
6127
+ accessor size: ThumbnailProps['size'];
6128
+ constructor();
6129
+ }
6130
+ declare global {
6131
+ interface HTMLElementTagNameMap {
6132
+ [tagName$8]: Thumbnail;
6133
+ }
6134
+ }
6135
+ declare module 'preact' {
6136
+ namespace createElement.JSX {
6137
+ interface IntrinsicElements {
6138
+ [tagName$8]: ThumbnailJSXProps & PreactBaseElementProps<Thumbnail>;
6139
+ }
6140
+ }
6141
+ }
6142
+
6143
+ declare const tagName$8 = 's-thumbnail';
6144
+ export interface ThumbnailJSXProps
6145
+ extends Partial<ThumbnailProps>,
6146
+ Pick<ThumbnailProps$1, 'id'> {
6147
+ onLoad?: ((event: CallbackEvent<typeof tagName$8>) => void) | null;
6148
+ onError?: ((event: CallbackEvent<typeof tagName$8>) => void) | null;
6149
+ }
6150
+
6092
6151
  export type URLFieldProps = PreactFieldProps<
6093
6152
  Required<URLFieldProps$1>['autocomplete']
6094
6153
  > &
@@ -6436,6 +6495,7 @@ export {
6436
6495
  Text,
6437
6496
  TextArea,
6438
6497
  TextField,
6498
+ Thumbnail,
6439
6499
  URLField,
6440
6500
  UnorderedList,
6441
6501
  };
@@ -6488,6 +6548,7 @@ export type {
6488
6548
  TextAreaJSXProps,
6489
6549
  TextFieldJSXProps,
6490
6550
  TextJSXProps,
6551
+ ThumbnailJSXProps,
6491
6552
  URLFieldJSXProps,
6492
6553
  UnorderedListJSXProps,
6493
6554
  };
@@ -6635,6 +6696,11 @@ export interface TextFieldSlots {
6635
6696
  accessory?: HTMLElement;
6636
6697
  }
6637
6698
 
6699
+ export interface ThumbnailEvents {
6700
+ load: CallbackEventListener<typeof tagName> | null = null;
6701
+ error: OnErrorEventHandler = null;
6702
+ }
6703
+
6638
6704
  export interface URLFieldEvents {
6639
6705
  change: CallbackEventListener<'input'>;
6640
6706
  input: CallbackEventListener<'input'>;
@@ -6664,14 +6730,29 @@ export interface FunctionSettingsEvents {
6664
6730
  declare module 'react' {
6665
6731
  namespace JSX {
6666
6732
  interface IntrinsicElements {
6667
- [tagName$N]: BadgeJSXProps & ReactBaseElementPropsWithChildren<Badge>;
6733
+ [tagName$O]: BadgeJSXProps & ReactBaseElementPropsWithChildren<Badge>;
6734
+ }
6735
+ }
6736
+ }
6737
+ declare global {
6738
+ namespace JSX {
6739
+ interface IntrinsicElements {
6740
+ [tagName$O]: BadgeJSXProps & ReactBaseElementPropsWithChildren<Badge>;
6668
6741
  }
6669
6742
  }
6670
6743
  }
6671
6744
  declare module 'react' {
6672
6745
  namespace JSX {
6673
6746
  interface IntrinsicElements {
6674
- [tagName$M]: Omit<BannerJSXProps, 'secondaryActions'> &
6747
+ [tagName$N]: Omit<BannerJSXProps, 'secondaryActions'> &
6748
+ ReactBaseElementPropsWithChildren<Banner>;
6749
+ }
6750
+ }
6751
+ }
6752
+ declare global {
6753
+ namespace JSX {
6754
+ interface IntrinsicElements {
6755
+ [tagName$N]: Omit<BannerJSXProps, 'secondaryActions'> &
6675
6756
  ReactBaseElementPropsWithChildren<Banner>;
6676
6757
  }
6677
6758
  }
@@ -6679,21 +6760,43 @@ declare module 'react' {
6679
6760
  declare module 'react' {
6680
6761
  namespace JSX {
6681
6762
  interface IntrinsicElements {
6682
- [tagName$L]: BoxJSXProps & ReactBaseElementPropsWithChildren<Box>;
6763
+ [tagName$M]: BoxJSXProps & ReactBaseElementPropsWithChildren<Box>;
6764
+ }
6765
+ }
6766
+ }
6767
+ declare global {
6768
+ namespace JSX {
6769
+ interface IntrinsicElements {
6770
+ [tagName$M]: BoxJSXProps & ReactBaseElementPropsWithChildren<Box>;
6683
6771
  }
6684
6772
  }
6685
6773
  }
6686
6774
  declare module 'react' {
6687
6775
  namespace JSX {
6688
6776
  interface IntrinsicElements {
6689
- [tagName$K]: ButtonJSXProps & ReactBaseElementPropsWithChildren<Button>;
6777
+ [tagName$L]: ButtonJSXProps & ReactBaseElementPropsWithChildren<Button>;
6778
+ }
6779
+ }
6780
+ }
6781
+ declare global {
6782
+ namespace JSX {
6783
+ interface IntrinsicElements {
6784
+ [tagName$L]: ButtonJSXProps & ReactBaseElementPropsWithChildren<Button>;
6690
6785
  }
6691
6786
  }
6692
6787
  }
6693
6788
  declare module 'react' {
6694
6789
  namespace JSX {
6695
6790
  interface IntrinsicElements {
6696
- [tagName$J]: CheckboxJSXProps &
6791
+ [tagName$K]: CheckboxJSXProps &
6792
+ ReactBaseElementPropsWithChildren<Checkbox>;
6793
+ }
6794
+ }
6795
+ }
6796
+ declare global {
6797
+ namespace JSX {
6798
+ interface IntrinsicElements {
6799
+ [tagName$K]: CheckboxJSXProps &
6697
6800
  ReactBaseElementPropsWithChildren<Checkbox>;
6698
6801
  }
6699
6802
  }
@@ -6701,14 +6804,29 @@ declare module 'react' {
6701
6804
  declare module 'react' {
6702
6805
  namespace JSX {
6703
6806
  interface IntrinsicElements {
6704
- [tagName$I]: ChoiceJSXProps & ReactBaseElementPropsWithChildren<Choice>;
6807
+ [tagName$J]: ChoiceJSXProps & ReactBaseElementPropsWithChildren<Choice>;
6808
+ }
6809
+ }
6810
+ }
6811
+ declare global {
6812
+ namespace JSX {
6813
+ interface IntrinsicElements {
6814
+ [tagName$J]: ChoiceJSXProps & ReactBaseElementPropsWithChildren<Choice>;
6705
6815
  }
6706
6816
  }
6707
6817
  }
6708
6818
  declare module 'react' {
6709
6819
  namespace JSX {
6710
6820
  interface IntrinsicElements {
6711
- [tagName$H]: ChoiceListJSXProps &
6821
+ [tagName$I]: ChoiceListJSXProps &
6822
+ ReactBaseElementPropsWithChildren<ChoiceList>;
6823
+ }
6824
+ }
6825
+ }
6826
+ declare global {
6827
+ namespace JSX {
6828
+ interface IntrinsicElements {
6829
+ [tagName$I]: ChoiceListJSXProps &
6712
6830
  ReactBaseElementPropsWithChildren<ChoiceList>;
6713
6831
  }
6714
6832
  }
@@ -6716,7 +6834,15 @@ declare module 'react' {
6716
6834
  declare module 'react' {
6717
6835
  namespace JSX {
6718
6836
  interface IntrinsicElements {
6719
- [tagName$G]: ClickableJSXProps &
6837
+ [tagName$H]: ClickableJSXProps &
6838
+ ReactBaseElementPropsWithChildren<Clickable>;
6839
+ }
6840
+ }
6841
+ }
6842
+ declare global {
6843
+ namespace JSX {
6844
+ interface IntrinsicElements {
6845
+ [tagName$H]: ClickableJSXProps &
6720
6846
  ReactBaseElementPropsWithChildren<Clickable>;
6721
6847
  }
6722
6848
  }
@@ -6724,35 +6850,71 @@ declare module 'react' {
6724
6850
  declare module 'react' {
6725
6851
  namespace JSX {
6726
6852
  interface IntrinsicElements {
6727
- [tagName$F]: DatePickerJSXProps & ReactBaseElementProps<DatePicker>;
6853
+ [tagName$G]: DatePickerJSXProps & ReactBaseElementProps<DatePicker>;
6854
+ }
6855
+ }
6856
+ }
6857
+ declare global {
6858
+ namespace JSX {
6859
+ interface IntrinsicElements {
6860
+ [tagName$G]: DatePickerJSXProps & ReactBaseElementProps<DatePicker>;
6728
6861
  }
6729
6862
  }
6730
6863
  }
6731
6864
  declare module 'react' {
6732
6865
  namespace JSX {
6733
6866
  interface IntrinsicElements {
6734
- [tagName$E]: DividerJSXProps & ReactBaseElementProps<Divider>;
6867
+ [tagName$F]: DividerJSXProps & ReactBaseElementProps<Divider>;
6868
+ }
6869
+ }
6870
+ }
6871
+ declare global {
6872
+ namespace JSX {
6873
+ interface IntrinsicElements {
6874
+ [tagName$F]: DividerJSXProps & ReactBaseElementProps<Divider>;
6735
6875
  }
6736
6876
  }
6737
6877
  }
6738
6878
  declare module 'react' {
6739
6879
  namespace JSX {
6740
6880
  interface IntrinsicElements {
6741
- [tagName$D]: EmailFieldJSXProps & ReactBaseElementProps<EmailField>;
6881
+ [tagName$E]: EmailFieldJSXProps & ReactBaseElementProps<EmailField>;
6882
+ }
6883
+ }
6884
+ }
6885
+ declare global {
6886
+ namespace JSX {
6887
+ interface IntrinsicElements {
6888
+ [tagName$E]: EmailFieldJSXProps & ReactBaseElementProps<EmailField>;
6742
6889
  }
6743
6890
  }
6744
6891
  }
6745
6892
  declare module 'react' {
6746
6893
  namespace JSX {
6747
6894
  interface IntrinsicElements {
6748
- [tagName$C]: GridJSXProps & ReactBaseElementPropsWithChildren<Grid>;
6895
+ [tagName$D]: GridJSXProps & ReactBaseElementPropsWithChildren<Grid>;
6896
+ }
6897
+ }
6898
+ }
6899
+ declare global {
6900
+ namespace JSX {
6901
+ interface IntrinsicElements {
6902
+ [tagName$D]: GridJSXProps & ReactBaseElementPropsWithChildren<Grid>;
6749
6903
  }
6750
6904
  }
6751
6905
  }
6752
6906
  declare module 'react' {
6753
6907
  namespace JSX {
6754
6908
  interface IntrinsicElements {
6755
- [tagName$B]: GridItemJSXProps &
6909
+ [tagName$C]: GridItemJSXProps &
6910
+ ReactBaseElementPropsWithChildren<GridItem>;
6911
+ }
6912
+ }
6913
+ }
6914
+ declare global {
6915
+ namespace JSX {
6916
+ interface IntrinsicElements {
6917
+ [tagName$C]: GridItemJSXProps &
6756
6918
  ReactBaseElementPropsWithChildren<GridItem>;
6757
6919
  }
6758
6920
  }
@@ -6760,35 +6922,71 @@ declare module 'react' {
6760
6922
  declare module 'react' {
6761
6923
  namespace JSX {
6762
6924
  interface IntrinsicElements {
6763
- [tagName$A]: HeadingJSXProps & ReactBaseElementPropsWithChildren<Heading>;
6925
+ [tagName$B]: HeadingJSXProps & ReactBaseElementPropsWithChildren<Heading>;
6926
+ }
6927
+ }
6928
+ }
6929
+ declare global {
6930
+ namespace JSX {
6931
+ interface IntrinsicElements {
6932
+ [tagName$B]: HeadingJSXProps & ReactBaseElementPropsWithChildren<Heading>;
6764
6933
  }
6765
6934
  }
6766
6935
  }
6767
6936
  declare module 'react' {
6768
6937
  namespace JSX {
6769
6938
  interface IntrinsicElements {
6770
- [tagName$z]: IconJSXProps & ReactBaseElementProps<Icon>;
6939
+ [tagName$A]: IconJSXProps & ReactBaseElementProps<Icon>;
6940
+ }
6941
+ }
6942
+ }
6943
+ declare global {
6944
+ namespace JSX {
6945
+ interface IntrinsicElements {
6946
+ [tagName$A]: IconJSXProps & ReactBaseElementProps<Icon>;
6771
6947
  }
6772
6948
  }
6773
6949
  }
6774
6950
  declare module 'react' {
6775
6951
  namespace JSX {
6776
6952
  interface IntrinsicElements {
6777
- [tagName$y]: ImageJSXProps & ReactBaseElementProps<Image>;
6953
+ [tagName$z]: ImageJSXProps & ReactBaseElementProps<Image>;
6954
+ }
6955
+ }
6956
+ }
6957
+ declare global {
6958
+ namespace JSX {
6959
+ interface IntrinsicElements {
6960
+ [tagName$z]: ImageJSXProps & ReactBaseElementProps<Image>;
6778
6961
  }
6779
6962
  }
6780
6963
  }
6781
6964
  declare module 'react' {
6782
6965
  namespace JSX {
6783
6966
  interface IntrinsicElements {
6784
- [tagName$x]: LinkJSXProps & ReactBaseElementPropsWithChildren<Link>;
6967
+ [tagName$y]: LinkJSXProps & ReactBaseElementPropsWithChildren<Link>;
6968
+ }
6969
+ }
6970
+ }
6971
+ declare global {
6972
+ namespace JSX {
6973
+ interface IntrinsicElements {
6974
+ [tagName$y]: LinkJSXProps & ReactBaseElementPropsWithChildren<Link>;
6785
6975
  }
6786
6976
  }
6787
6977
  }
6788
6978
  declare module 'react' {
6789
6979
  namespace JSX {
6790
6980
  interface IntrinsicElements {
6791
- [tagName$w]: ListItemJSXProps &
6981
+ [tagName$x]: ListItemJSXProps &
6982
+ ReactBaseElementPropsWithChildren<ListItem>;
6983
+ }
6984
+ }
6985
+ }
6986
+ declare global {
6987
+ namespace JSX {
6988
+ interface IntrinsicElements {
6989
+ [tagName$x]: ListItemJSXProps &
6792
6990
  ReactBaseElementPropsWithChildren<ListItem>;
6793
6991
  }
6794
6992
  }
@@ -6796,28 +6994,57 @@ declare module 'react' {
6796
6994
  declare module 'react' {
6797
6995
  namespace JSX {
6798
6996
  interface IntrinsicElements {
6799
- [tagName$v]: MoneyFieldJSXProps & ReactBaseElementProps<MoneyField>;
6997
+ [tagName$w]: MoneyFieldJSXProps & ReactBaseElementProps<MoneyField>;
6998
+ }
6999
+ }
7000
+ }
7001
+ declare global {
7002
+ namespace JSX {
7003
+ interface IntrinsicElements {
7004
+ [tagName$w]: MoneyFieldJSXProps & ReactBaseElementProps<MoneyField>;
6800
7005
  }
6801
7006
  }
6802
7007
  }
6803
7008
  declare module 'react' {
6804
7009
  namespace JSX {
6805
7010
  interface IntrinsicElements {
6806
- [tagName$u]: NumberFieldJSXProps & ReactBaseElementProps<NumberField>;
7011
+ [tagName$v]: NumberFieldJSXProps & ReactBaseElementProps<NumberField>;
7012
+ }
7013
+ }
7014
+ }
7015
+ declare global {
7016
+ namespace JSX {
7017
+ interface IntrinsicElements {
7018
+ [tagName$v]: NumberFieldJSXProps & ReactBaseElementProps<NumberField>;
6807
7019
  }
6808
7020
  }
6809
7021
  }
6810
7022
  declare module 'react' {
6811
7023
  namespace JSX {
6812
7024
  interface IntrinsicElements {
6813
- [tagName$t]: OptionJSXProps & ReactBaseElementPropsWithChildren<Option>;
7025
+ [tagName$u]: OptionJSXProps & ReactBaseElementPropsWithChildren<Option>;
7026
+ }
7027
+ }
7028
+ }
7029
+ declare global {
7030
+ namespace JSX {
7031
+ interface IntrinsicElements {
7032
+ [tagName$u]: OptionJSXProps & ReactBaseElementPropsWithChildren<Option>;
6814
7033
  }
6815
7034
  }
6816
7035
  }
6817
7036
  declare module 'react' {
6818
7037
  namespace JSX {
6819
7038
  interface IntrinsicElements {
6820
- [tagName$s]: OptionGroupJSXProps &
7039
+ [tagName$t]: OptionGroupJSXProps &
7040
+ ReactBaseElementPropsWithChildren<OptionGroup>;
7041
+ }
7042
+ }
7043
+ }
7044
+ declare global {
7045
+ namespace JSX {
7046
+ interface IntrinsicElements {
7047
+ [tagName$t]: OptionGroupJSXProps &
6821
7048
  ReactBaseElementPropsWithChildren<OptionGroup>;
6822
7049
  }
6823
7050
  }
@@ -6825,7 +7052,15 @@ declare module 'react' {
6825
7052
  declare module 'react' {
6826
7053
  namespace JSX {
6827
7054
  interface IntrinsicElements {
6828
- [tagName$r]: OrderedListJSXProps &
7055
+ [tagName$s]: OrderedListJSXProps &
7056
+ ReactBaseElementPropsWithChildren<OrderedList>;
7057
+ }
7058
+ }
7059
+ }
7060
+ declare global {
7061
+ namespace JSX {
7062
+ interface IntrinsicElements {
7063
+ [tagName$s]: OrderedListJSXProps &
6829
7064
  ReactBaseElementPropsWithChildren<OrderedList>;
6830
7065
  }
6831
7066
  }
@@ -6833,7 +7068,15 @@ declare module 'react' {
6833
7068
  declare module 'react' {
6834
7069
  namespace JSX {
6835
7070
  interface IntrinsicElements {
6836
- [tagName$q]: Omit<PageJSXProps, 'aside'> &
7071
+ [tagName$r]: Omit<PageJSXProps, 'aside'> &
7072
+ ReactBaseElementPropsWithChildren<Page>;
7073
+ }
7074
+ }
7075
+ }
7076
+ declare global {
7077
+ namespace JSX {
7078
+ interface IntrinsicElements {
7079
+ [tagName$r]: Omit<PageJSXProps, 'aside'> &
6837
7080
  ReactBaseElementPropsWithChildren<Page>;
6838
7081
  }
6839
7082
  }
@@ -6841,7 +7084,15 @@ declare module 'react' {
6841
7084
  declare module 'react' {
6842
7085
  namespace JSX {
6843
7086
  interface IntrinsicElements {
6844
- [tagName$p]: ParagraphJSXProps &
7087
+ [tagName$q]: ParagraphJSXProps &
7088
+ ReactBaseElementPropsWithChildren<Paragraph>;
7089
+ }
7090
+ }
7091
+ }
7092
+ declare global {
7093
+ namespace JSX {
7094
+ interface IntrinsicElements {
7095
+ [tagName$q]: ParagraphJSXProps &
6845
7096
  ReactBaseElementPropsWithChildren<Paragraph>;
6846
7097
  }
6847
7098
  }
@@ -6849,14 +7100,21 @@ declare module 'react' {
6849
7100
  declare module 'react' {
6850
7101
  namespace JSX {
6851
7102
  interface IntrinsicElements {
6852
- [tagName$o]: PasswordFieldJSXProps & ReactBaseElementProps<PasswordField>;
7103
+ [tagName$p]: PasswordFieldJSXProps & ReactBaseElementProps<PasswordField>;
7104
+ }
7105
+ }
7106
+ }
7107
+ declare global {
7108
+ namespace JSX {
7109
+ interface IntrinsicElements {
7110
+ [tagName$p]: PasswordFieldJSXProps & ReactBaseElementProps<PasswordField>;
6853
7111
  }
6854
7112
  }
6855
7113
  }
6856
7114
  declare module 'react' {
6857
7115
  namespace JSX {
6858
7116
  interface IntrinsicElements {
6859
- [tagName$n]: Omit<
7117
+ [tagName$o]: Omit<
6860
7118
  HTMLAttributes<HTMLElement>,
6861
7119
  Extract<keyof HTMLAttributes<HTMLElement>, `on${Capitalize<string>}`>
6862
7120
  > &
@@ -6864,52 +7122,116 @@ declare module 'react' {
6864
7122
  }
6865
7123
  }
6866
7124
  }
7125
+ declare global {
7126
+ namespace JSX {
7127
+ interface IntrinsicElements {
7128
+ [tagName$o]: Omit<
7129
+ React.HTMLAttributes<HTMLElement>,
7130
+ Extract<
7131
+ keyof React.HTMLAttributes<HTMLElement>,
7132
+ `on${Capitalize<string>}`
7133
+ >
7134
+ > &
7135
+ QueryContainerJSXProps;
7136
+ }
7137
+ }
7138
+ }
6867
7139
  declare module 'react' {
6868
7140
  namespace JSX {
6869
7141
  interface IntrinsicElements {
6870
- [tagName$m]: SearchFieldJSXProps & ReactBaseElementProps<SearchField>;
7142
+ [tagName$n]: SearchFieldJSXProps & ReactBaseElementProps<SearchField>;
7143
+ }
7144
+ }
7145
+ }
7146
+ declare global {
7147
+ namespace JSX {
7148
+ interface IntrinsicElements {
7149
+ [tagName$n]: SearchFieldJSXProps & ReactBaseElementProps<SearchField>;
6871
7150
  }
6872
7151
  }
6873
7152
  }
6874
7153
  declare module 'react' {
6875
7154
  namespace JSX {
6876
7155
  interface IntrinsicElements {
6877
- [tagName$l]: SectionJSXProps & ReactBaseElementPropsWithChildren<Section>;
7156
+ [tagName$m]: SectionJSXProps & ReactBaseElementPropsWithChildren<Section>;
7157
+ }
7158
+ }
7159
+ }
7160
+ declare global {
7161
+ namespace JSX {
7162
+ interface IntrinsicElements {
7163
+ [tagName$m]: SectionJSXProps & ReactBaseElementPropsWithChildren<Section>;
6878
7164
  }
6879
7165
  }
6880
7166
  }
6881
7167
  declare module 'react' {
6882
7168
  namespace JSX {
6883
7169
  interface IntrinsicElements {
6884
- [tagName$k]: SelectJSXProps & ReactBaseElementPropsWithChildren<Select>;
7170
+ [tagName$l]: SelectJSXProps & ReactBaseElementPropsWithChildren<Select>;
7171
+ }
7172
+ }
7173
+ }
7174
+ declare global {
7175
+ namespace JSX {
7176
+ interface IntrinsicElements {
7177
+ [tagName$l]: SelectJSXProps & ReactBaseElementPropsWithChildren<Select>;
6885
7178
  }
6886
7179
  }
6887
7180
  }
6888
7181
  declare module 'react' {
6889
7182
  namespace JSX {
6890
7183
  interface IntrinsicElements {
6891
- [tagName$j]: SpinnerJSXProps & ReactBaseElementProps<Spinner>;
7184
+ [tagName$k]: SpinnerJSXProps & ReactBaseElementProps<Spinner>;
7185
+ }
7186
+ }
7187
+ }
7188
+ declare global {
7189
+ namespace JSX {
7190
+ interface IntrinsicElements {
7191
+ [tagName$k]: SpinnerJSXProps & ReactBaseElementProps<Spinner>;
6892
7192
  }
6893
7193
  }
6894
7194
  }
6895
7195
  declare module 'react' {
6896
7196
  namespace JSX {
6897
7197
  interface IntrinsicElements {
6898
- [tagName$i]: StackJSXProps & ReactBaseElementPropsWithChildren<Stack>;
7198
+ [tagName$j]: StackJSXProps & ReactBaseElementPropsWithChildren<Stack>;
7199
+ }
7200
+ }
7201
+ }
7202
+ declare global {
7203
+ namespace JSX {
7204
+ interface IntrinsicElements {
7205
+ [tagName$j]: StackJSXProps & ReactBaseElementPropsWithChildren<Stack>;
6899
7206
  }
6900
7207
  }
6901
7208
  }
6902
7209
  declare module 'react' {
6903
7210
  namespace JSX {
6904
7211
  interface IntrinsicElements {
6905
- [tagName$h]: SwitchJSXProps & ReactBaseElementProps<Switch>;
7212
+ [tagName$i]: SwitchJSXProps & ReactBaseElementProps<Switch>;
7213
+ }
7214
+ }
7215
+ }
7216
+ declare global {
7217
+ namespace JSX {
7218
+ interface IntrinsicElements {
7219
+ [tagName$i]: SwitchJSXProps & ReactBaseElementProps<Switch>;
6906
7220
  }
6907
7221
  }
6908
7222
  }
6909
7223
  declare module 'react' {
6910
7224
  namespace JSX {
6911
7225
  interface IntrinsicElements {
6912
- [tagName$g]: Omit<TableJSXProps, 'filters'> &
7226
+ [tagName$h]: Omit<TableJSXProps, 'filters'> &
7227
+ ReactBaseElementPropsWithChildren<Table>;
7228
+ }
7229
+ }
7230
+ }
7231
+ declare global {
7232
+ namespace JSX {
7233
+ interface IntrinsicElements {
7234
+ [tagName$h]: Omit<TableJSXProps, 'filters'> &
6913
7235
  ReactBaseElementPropsWithChildren<Table>;
6914
7236
  }
6915
7237
  }
@@ -6917,7 +7239,15 @@ declare module 'react' {
6917
7239
  declare module 'react' {
6918
7240
  namespace JSX {
6919
7241
  interface IntrinsicElements {
6920
- [tagName$f]: TableBodyJSXProps &
7242
+ [tagName$g]: TableBodyJSXProps &
7243
+ ReactBaseElementPropsWithChildren<TableBody>;
7244
+ }
7245
+ }
7246
+ }
7247
+ declare global {
7248
+ namespace JSX {
7249
+ interface IntrinsicElements {
7250
+ [tagName$g]: TableBodyJSXProps &
6921
7251
  ReactBaseElementPropsWithChildren<TableBody>;
6922
7252
  }
6923
7253
  }
@@ -6925,7 +7255,15 @@ declare module 'react' {
6925
7255
  declare module 'react' {
6926
7256
  namespace JSX {
6927
7257
  interface IntrinsicElements {
6928
- [tagName$e]: TableCellJSXProps &
7258
+ [tagName$f]: TableCellJSXProps &
7259
+ ReactBaseElementPropsWithChildren<TableCell>;
7260
+ }
7261
+ }
7262
+ }
7263
+ declare global {
7264
+ namespace JSX {
7265
+ interface IntrinsicElements {
7266
+ [tagName$f]: TableCellJSXProps &
6929
7267
  ReactBaseElementPropsWithChildren<TableCell>;
6930
7268
  }
6931
7269
  }
@@ -6933,7 +7271,15 @@ declare module 'react' {
6933
7271
  declare module 'react' {
6934
7272
  namespace JSX {
6935
7273
  interface IntrinsicElements {
6936
- [tagName$d]: TableHeaderJSXProps &
7274
+ [tagName$e]: TableHeaderJSXProps &
7275
+ ReactBaseElementPropsWithChildren<TableHeader>;
7276
+ }
7277
+ }
7278
+ }
7279
+ declare global {
7280
+ namespace JSX {
7281
+ interface IntrinsicElements {
7282
+ [tagName$e]: TableHeaderJSXProps &
6937
7283
  ReactBaseElementPropsWithChildren<TableHeader>;
6938
7284
  }
6939
7285
  }
@@ -6941,7 +7287,15 @@ declare module 'react' {
6941
7287
  declare module 'react' {
6942
7288
  namespace JSX {
6943
7289
  interface IntrinsicElements {
6944
- [tagName$c]: TableHeaderRowJSXProps &
7290
+ [tagName$d]: TableHeaderRowJSXProps &
7291
+ ReactBaseElementPropsWithChildren<TableHeaderRow>;
7292
+ }
7293
+ }
7294
+ }
7295
+ declare global {
7296
+ namespace JSX {
7297
+ interface IntrinsicElements {
7298
+ [tagName$d]: TableHeaderRowJSXProps &
6945
7299
  ReactBaseElementPropsWithChildren<TableHeaderRow>;
6946
7300
  }
6947
7301
  }
@@ -6949,7 +7303,15 @@ declare module 'react' {
6949
7303
  declare module 'react' {
6950
7304
  namespace JSX {
6951
7305
  interface IntrinsicElements {
6952
- [tagName$b]: TableRowJSXProps &
7306
+ [tagName$c]: TableRowJSXProps &
7307
+ ReactBaseElementPropsWithChildren<TableRow>;
7308
+ }
7309
+ }
7310
+ }
7311
+ declare global {
7312
+ namespace JSX {
7313
+ interface IntrinsicElements {
7314
+ [tagName$c]: TableRowJSXProps &
6953
7315
  ReactBaseElementPropsWithChildren<TableRow>;
6954
7316
  }
6955
7317
  }
@@ -6957,25 +7319,61 @@ declare module 'react' {
6957
7319
  declare module 'react' {
6958
7320
  namespace JSX {
6959
7321
  interface IntrinsicElements {
6960
- [tagName$a]: TextJSXProps & ReactBaseElementPropsWithChildren<Text>;
7322
+ [tagName$b]: TextJSXProps & ReactBaseElementPropsWithChildren<Text>;
7323
+ }
7324
+ }
7325
+ }
7326
+ declare global {
7327
+ namespace JSX {
7328
+ interface IntrinsicElements {
7329
+ [tagName$b]: TextJSXProps & ReactBaseElementPropsWithChildren<Text>;
6961
7330
  }
6962
7331
  }
6963
7332
  }
6964
7333
  declare module 'react' {
6965
7334
  namespace JSX {
6966
7335
  interface IntrinsicElements {
6967
- [tagName$9]: TextAreaJSXProps & ReactBaseElementProps<TextArea>;
7336
+ [tagName$a]: TextAreaJSXProps & ReactBaseElementProps<TextArea>;
7337
+ }
7338
+ }
7339
+ }
7340
+ declare global {
7341
+ namespace JSX {
7342
+ interface IntrinsicElements {
7343
+ [tagName$a]: TextAreaJSXProps & ReactBaseElementProps<TextArea>;
6968
7344
  }
6969
7345
  }
6970
7346
  }
6971
7347
  declare module 'react' {
6972
7348
  namespace JSX {
6973
7349
  interface IntrinsicElements {
6974
- [tagName$8]: Omit<TextFieldJSXProps, 'accessory'> &
7350
+ [tagName$9]: Omit<TextFieldJSXProps, 'accessory'> &
6975
7351
  ReactBaseElementProps<TextField>;
6976
7352
  }
6977
7353
  }
6978
7354
  }
7355
+ declare global {
7356
+ namespace JSX {
7357
+ interface IntrinsicElements {
7358
+ [tagName$9]: Omit<TextFieldJSXProps, 'accessory'> &
7359
+ ReactBaseElementProps<TextField>;
7360
+ }
7361
+ }
7362
+ }
7363
+ declare module 'react' {
7364
+ namespace JSX {
7365
+ interface IntrinsicElements {
7366
+ [tagName$8]: ThumbnailJSXProps & ReactBaseElementProps<Thumbnail>;
7367
+ }
7368
+ }
7369
+ }
7370
+ declare global {
7371
+ namespace JSX {
7372
+ interface IntrinsicElements {
7373
+ [tagName$8]: ThumbnailJSXProps & ReactBaseElementProps<Thumbnail>;
7374
+ }
7375
+ }
7376
+ }
6979
7377
  declare module 'react' {
6980
7378
  namespace JSX {
6981
7379
  interface IntrinsicElements {
@@ -6983,6 +7381,13 @@ declare module 'react' {
6983
7381
  }
6984
7382
  }
6985
7383
  }
7384
+ declare global {
7385
+ namespace JSX {
7386
+ interface IntrinsicElements {
7387
+ [tagName$7]: URLFieldJSXProps & ReactBaseElementProps<URLField>;
7388
+ }
7389
+ }
7390
+ }
6986
7391
  declare module 'react' {
6987
7392
  namespace JSX {
6988
7393
  interface IntrinsicElements {
@@ -6991,6 +7396,14 @@ declare module 'react' {
6991
7396
  }
6992
7397
  }
6993
7398
  }
7399
+ declare global {
7400
+ namespace JSX {
7401
+ interface IntrinsicElements {
7402
+ [tagName$6]: UnorderedListJSXProps &
7403
+ ReactBaseElementPropsWithChildren<UnorderedList>;
7404
+ }
7405
+ }
7406
+ }
6994
7407
  declare module 'react' {
6995
7408
  namespace JSX {
6996
7409
  interface IntrinsicElements {
@@ -7003,6 +7416,18 @@ declare module 'react' {
7003
7416
  }
7004
7417
  }
7005
7418
  }
7419
+ declare global {
7420
+ namespace JSX {
7421
+ interface IntrinsicElements {
7422
+ [tagName$5]: Omit<
7423
+ AdminActionJSXProps,
7424
+ 'primaryAction' | 'secondaryActions'
7425
+ > & {
7426
+ children?: React.ReactNode;
7427
+ };
7428
+ }
7429
+ }
7430
+ }
7006
7431
  declare module 'react' {
7007
7432
  namespace JSX {
7008
7433
  interface IntrinsicElements {
@@ -7012,6 +7437,15 @@ declare module 'react' {
7012
7437
  }
7013
7438
  }
7014
7439
  }
7440
+ declare global {
7441
+ namespace JSX {
7442
+ interface IntrinsicElements {
7443
+ [tagName$4]: AdminBlockJSXProps & {
7444
+ children?: React.ReactNode;
7445
+ };
7446
+ }
7447
+ }
7448
+ }
7015
7449
  declare module 'react' {
7016
7450
  namespace JSX {
7017
7451
  interface IntrinsicElements {
@@ -7021,6 +7455,15 @@ declare module 'react' {
7021
7455
  }
7022
7456
  }
7023
7457
  }
7458
+ declare global {
7459
+ namespace JSX {
7460
+ interface IntrinsicElements {
7461
+ [tagName$3]: AdminPrintActionJSXProps & {
7462
+ children?: React.ReactNode;
7463
+ };
7464
+ }
7465
+ }
7466
+ }
7024
7467
  declare module 'react' {
7025
7468
  namespace JSX {
7026
7469
  interface IntrinsicElements {
@@ -7030,6 +7473,15 @@ declare module 'react' {
7030
7473
  }
7031
7474
  }
7032
7475
  }
7476
+ declare global {
7477
+ namespace JSX {
7478
+ interface IntrinsicElements {
7479
+ [tagName$2]: CustomerSegmentTemplateJSXProps & {
7480
+ children?: React.ReactNode;
7481
+ };
7482
+ }
7483
+ }
7484
+ }
7033
7485
  declare module 'react' {
7034
7486
  namespace JSX {
7035
7487
  interface IntrinsicElements {
@@ -7039,6 +7491,15 @@ declare module 'react' {
7039
7491
  }
7040
7492
  }
7041
7493
  }
7494
+ declare global {
7495
+ namespace JSX {
7496
+ interface IntrinsicElements {
7497
+ [tagName$1]: FormJSXProps & {
7498
+ children?: React.ReactNode;
7499
+ };
7500
+ }
7501
+ }
7502
+ }
7042
7503
  declare module 'react' {
7043
7504
  namespace JSX {
7044
7505
  interface IntrinsicElements {
@@ -7048,3 +7509,12 @@ declare module 'react' {
7048
7509
  }
7049
7510
  }
7050
7511
  }
7512
+ declare global {
7513
+ namespace JSX {
7514
+ interface IntrinsicElements {
7515
+ [tagName]: FunctionSettingsJSXProps & {
7516
+ children?: React.ReactNode;
7517
+ };
7518
+ }
7519
+ }
7520
+ }