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

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/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/Avatar.d.ts +139 -0
  5. package/build/ts/surfaces/admin/components/Badge.d.ts +1 -1
  6. package/build/ts/surfaces/admin/components/Banner.d.ts +1 -1
  7. package/build/ts/surfaces/admin/components/Box.d.ts +1 -1
  8. package/build/ts/surfaces/admin/components/Button.d.ts +1 -1
  9. package/build/ts/surfaces/admin/components/Checkbox.d.ts +1 -1
  10. package/build/ts/surfaces/admin/components/Choice.d.ts +1 -1
  11. package/build/ts/surfaces/admin/components/ChoiceList.d.ts +1 -1
  12. package/build/ts/surfaces/admin/components/Clickable.d.ts +1 -1
  13. package/build/ts/surfaces/admin/components/DatePicker.d.ts +1 -1
  14. package/build/ts/surfaces/admin/components/Divider.d.ts +1 -1
  15. package/build/ts/surfaces/admin/components/EmailField.d.ts +1 -1
  16. package/build/ts/surfaces/admin/components/Form.d.ts +1 -1
  17. package/build/ts/surfaces/admin/components/Grid.d.ts +1 -1
  18. package/build/ts/surfaces/admin/components/GridItem.d.ts +1 -1
  19. package/build/ts/surfaces/admin/components/Heading.d.ts +1 -1
  20. package/build/ts/surfaces/admin/components/Icon.d.ts +1 -1
  21. package/build/ts/surfaces/admin/components/Image.d.ts +1 -1
  22. package/build/ts/surfaces/admin/components/Link.d.ts +1 -1
  23. package/build/ts/surfaces/admin/components/ListItem.d.ts +1 -1
  24. package/build/ts/surfaces/admin/components/MoneyField.d.ts +1 -1
  25. package/build/ts/surfaces/admin/components/NumberField.d.ts +1 -1
  26. package/build/ts/surfaces/admin/components/Option.d.ts +1 -1
  27. package/build/ts/surfaces/admin/components/OptionGroup.d.ts +1 -1
  28. package/build/ts/surfaces/admin/components/OrderedList.d.ts +1 -1
  29. package/build/ts/surfaces/admin/components/Page.d.ts +1 -1
  30. package/build/ts/surfaces/admin/components/Paragraph.d.ts +1 -1
  31. package/build/ts/surfaces/admin/components/PasswordField.d.ts +1 -1
  32. package/build/ts/surfaces/admin/components/QueryContainer.d.ts +1 -1
  33. package/build/ts/surfaces/admin/components/SearchField.d.ts +1 -1
  34. package/build/ts/surfaces/admin/components/Section.d.ts +1 -1
  35. package/build/ts/surfaces/admin/components/Select.d.ts +1 -1
  36. package/build/ts/surfaces/admin/components/Spinner.d.ts +1 -1
  37. package/build/ts/surfaces/admin/components/Stack.d.ts +1 -1
  38. package/build/ts/surfaces/admin/components/StandardComponents.d.ts +1 -1
  39. package/build/ts/surfaces/admin/components/StandardComponents.d.ts.map +1 -1
  40. package/build/ts/surfaces/admin/components/Switch.d.ts +1 -1
  41. package/build/ts/surfaces/admin/components/Table.d.ts +1 -1
  42. package/build/ts/surfaces/admin/components/TableBody.d.ts +1 -1
  43. package/build/ts/surfaces/admin/components/TableCell.d.ts +1 -1
  44. package/build/ts/surfaces/admin/components/TableHeader.d.ts +1 -1
  45. package/build/ts/surfaces/admin/components/TableHeaderRow.d.ts +1 -1
  46. package/build/ts/surfaces/admin/components/TableRow.d.ts +1 -1
  47. package/build/ts/surfaces/admin/components/Text.d.ts +1 -1
  48. package/build/ts/surfaces/admin/components/TextArea.d.ts +1 -1
  49. package/build/ts/surfaces/admin/components/TextField.d.ts +1 -1
  50. package/build/ts/surfaces/admin/components/Thumbnail.d.ts +133 -0
  51. package/build/ts/surfaces/admin/components/URLField.d.ts +1 -1
  52. package/build/ts/surfaces/admin/components/UnorderedList.d.ts +1 -1
  53. package/build/ts/surfaces/admin/components/shared.d.ts +219 -160
  54. package/build/ts/surfaces/admin/targets/admin.abandoned-checkout-details.action.render.d.ts +121 -11
  55. package/build/ts/surfaces/admin/targets/admin.abandoned-checkout-details.block.render.d.ts +121 -11
  56. package/build/ts/surfaces/admin/targets/admin.catalog-details.action.render.d.ts +121 -11
  57. package/build/ts/surfaces/admin/targets/admin.catalog-details.block.render.d.ts +121 -11
  58. package/build/ts/surfaces/admin/targets/admin.collection-details.action.render.d.ts +121 -11
  59. package/build/ts/surfaces/admin/targets/admin.collection-details.block.render.d.ts +121 -11
  60. package/build/ts/surfaces/admin/targets/admin.collection-index.action.render.d.ts +121 -11
  61. package/build/ts/surfaces/admin/targets/admin.company-details.action.render.d.ts +121 -11
  62. package/build/ts/surfaces/admin/targets/admin.company-details.block.render.d.ts +121 -11
  63. package/build/ts/surfaces/admin/targets/admin.company-location-details.block.render.d.ts +121 -11
  64. package/build/ts/surfaces/admin/targets/admin.customer-details.action.render.d.ts +121 -11
  65. package/build/ts/surfaces/admin/targets/admin.customer-details.block.render.d.ts +121 -11
  66. package/build/ts/surfaces/admin/targets/admin.customer-index.action.render.d.ts +121 -11
  67. package/build/ts/surfaces/admin/targets/admin.customer-index.selection-action.render.d.ts +121 -11
  68. package/build/ts/surfaces/admin/targets/admin.customer-segment-details.action.render.d.ts +121 -11
  69. package/build/ts/surfaces/admin/targets/admin.customers.segmentation-templates.render.d.ts +121 -11
  70. package/build/ts/surfaces/admin/targets/admin.discount-details.action.render.d.ts +121 -11
  71. package/build/ts/surfaces/admin/targets/admin.discount-details.function-settings.render.d.ts +121 -11
  72. package/build/ts/surfaces/admin/targets/admin.discount-index.action.render.d.ts +121 -11
  73. package/build/ts/surfaces/admin/targets/admin.draft-order-details.action.render.d.ts +121 -11
  74. package/build/ts/surfaces/admin/targets/admin.draft-order-details.block.render.d.ts +121 -11
  75. package/build/ts/surfaces/admin/targets/admin.draft-order-index.action.render.d.ts +121 -11
  76. package/build/ts/surfaces/admin/targets/admin.draft-order-index.selection-action.render.d.ts +121 -11
  77. package/build/ts/surfaces/admin/targets/admin.gift-card-details.action.render.d.ts +121 -11
  78. package/build/ts/surfaces/admin/targets/admin.gift-card-details.block.render.d.ts +121 -11
  79. package/build/ts/surfaces/admin/targets/admin.order-details.action.render.d.ts +121 -11
  80. package/build/ts/surfaces/admin/targets/admin.order-details.block.render.d.ts +121 -11
  81. package/build/ts/surfaces/admin/targets/admin.order-details.print-action.render.d.ts +121 -11
  82. package/build/ts/surfaces/admin/targets/admin.order-fulfilled-card.action.render.d.ts +121 -11
  83. package/build/ts/surfaces/admin/targets/admin.order-index.action.render.d.ts +121 -11
  84. package/build/ts/surfaces/admin/targets/admin.order-index.selection-action.render.d.ts +121 -11
  85. package/build/ts/surfaces/admin/targets/admin.order-index.selection-print-action.render.d.ts +121 -11
  86. package/build/ts/surfaces/admin/targets/admin.product-details.action.render.d.ts +121 -11
  87. package/build/ts/surfaces/admin/targets/admin.product-details.block.render.d.ts +121 -11
  88. package/build/ts/surfaces/admin/targets/admin.product-details.configuration.render.d.ts +121 -11
  89. package/build/ts/surfaces/admin/targets/admin.product-details.print-action.render.d.ts +121 -11
  90. package/build/ts/surfaces/admin/targets/admin.product-details.reorder.render.d.ts +121 -11
  91. package/build/ts/surfaces/admin/targets/admin.product-index.action.render.d.ts +121 -11
  92. package/build/ts/surfaces/admin/targets/admin.product-index.selection-action.render.d.ts +121 -11
  93. package/build/ts/surfaces/admin/targets/admin.product-index.selection-print-action.render.d.ts +121 -11
  94. package/build/ts/surfaces/admin/targets/admin.product-purchase-option.action.render.d.ts +121 -11
  95. package/build/ts/surfaces/admin/targets/admin.product-variant-details.action.render.d.ts +121 -11
  96. package/build/ts/surfaces/admin/targets/admin.product-variant-details.block.render.d.ts +121 -11
  97. package/build/ts/surfaces/admin/targets/admin.product-variant-details.configuration.render.d.ts +121 -11
  98. package/build/ts/surfaces/admin/targets/admin.product-variant-purchase-option.action.render.d.ts +121 -11
  99. package/build/ts/surfaces/admin/targets/admin.settings.internal-order-routing-rule.render.d.ts +121 -11
  100. package/build/ts/surfaces/admin/targets/admin.settings.order-routing-rule.render.d.ts +121 -11
  101. package/build/ts/surfaces/admin/targets/admin.settings.validation.render.d.ts +121 -11
  102. package/build/ts/surfaces/customer-account/components/Avatar/Avatar.doc.d.ts +4 -0
  103. package/build/ts/surfaces/customer-account/components/Avatar/Avatar.doc.d.ts.map +1 -0
  104. package/build/ts/surfaces/customer-account/components/Avatar.d.ts +66 -0
  105. package/build/ts/surfaces/customer-account/components/StandardComponents.d.ts +1 -1
  106. package/build/ts/surfaces/customer-account/components/StandardComponents.d.ts.map +1 -1
  107. package/build/ts/surfaces/customer-account/targets/customer-account.footer.render-after.d.ts +61 -0
  108. package/build/ts/surfaces/customer-account/targets/customer-account.order-index.block.render.d.ts +61 -0
  109. package/build/ts/surfaces/customer-account/targets/customer-account.order-status.block.render.d.ts +61 -0
  110. package/build/ts/surfaces/customer-account/targets/customer-account.order-status.cart-line-item.render-after.d.ts +61 -0
  111. package/build/ts/surfaces/customer-account/targets/customer-account.order-status.cart-line-list.render-after.d.ts +61 -0
  112. package/build/ts/surfaces/customer-account/targets/customer-account.order-status.customer-information.render-after.d.ts +61 -0
  113. package/build/ts/surfaces/customer-account/targets/customer-account.order-status.fulfillment-details.render-after.d.ts +61 -0
  114. package/build/ts/surfaces/customer-account/targets/customer-account.order-status.payment-details.render-after.d.ts +61 -0
  115. package/build/ts/surfaces/customer-account/targets/customer-account.order-status.return-details.render-after.d.ts +61 -0
  116. package/build/ts/surfaces/customer-account/targets/customer-account.order-status.unfulfilled-items.render-after.d.ts +61 -0
  117. package/build/ts/surfaces/customer-account/targets/customer-account.order.action.menu-item.render.d.ts +61 -0
  118. package/build/ts/surfaces/customer-account/targets/customer-account.order.action.render.d.ts +61 -0
  119. package/build/ts/surfaces/customer-account/targets/customer-account.order.page.render.d.ts +61 -0
  120. package/build/ts/surfaces/customer-account/targets/customer-account.page.render.d.ts +61 -0
  121. package/build/ts/surfaces/customer-account/targets/customer-account.profile.addresses.render-after.d.ts +61 -0
  122. package/build/ts/surfaces/customer-account/targets/customer-account.profile.block.render.d.ts +61 -0
  123. package/build/ts/surfaces/customer-account/targets/customer-account.profile.company-details.render-after.d.ts +61 -0
  124. package/build/ts/surfaces/customer-account/targets/customer-account.profile.company-location-addresses.render-after.d.ts +61 -0
  125. package/build/ts/surfaces/customer-account/targets/customer-account.profile.company-location-payment.render-after.d.ts +61 -0
  126. package/build/ts/surfaces/customer-account/targets/customer-account.profile.company-location-staff.render-after.d.ts +61 -0
  127. package/build/ts/surfaces/customer-account/targets/customer-account.profile.payment.render-after.d.ts +61 -0
  128. package/build/tsconfig.tsbuildinfo +1 -1
  129. package/package.json +1 -1
  130. package/src/surfaces/admin/components/AdminAction.d.ts +1 -1
  131. package/src/surfaces/admin/components/AdminBlock.d.ts +1 -1
  132. package/src/surfaces/admin/components/AdminPrintAction.d.ts +1 -1
  133. package/src/surfaces/admin/components/Avatar.d.ts +139 -0
  134. package/src/surfaces/admin/components/Badge.d.ts +1 -1
  135. package/src/surfaces/admin/components/Banner.d.ts +1 -1
  136. package/src/surfaces/admin/components/Box.d.ts +1 -1
  137. package/src/surfaces/admin/components/Button.d.ts +1 -1
  138. package/src/surfaces/admin/components/Checkbox.d.ts +1 -1
  139. package/src/surfaces/admin/components/Choice.d.ts +1 -1
  140. package/src/surfaces/admin/components/ChoiceList.d.ts +1 -1
  141. package/src/surfaces/admin/components/Clickable.d.ts +1 -1
  142. package/src/surfaces/admin/components/DatePicker.d.ts +1 -1
  143. package/src/surfaces/admin/components/Divider.d.ts +1 -1
  144. package/src/surfaces/admin/components/EmailField.d.ts +1 -1
  145. package/src/surfaces/admin/components/Form.d.ts +1 -1
  146. package/src/surfaces/admin/components/Grid.d.ts +1 -1
  147. package/src/surfaces/admin/components/GridItem.d.ts +1 -1
  148. package/src/surfaces/admin/components/Heading.d.ts +1 -1
  149. package/src/surfaces/admin/components/Icon.d.ts +1 -1
  150. package/src/surfaces/admin/components/Image.d.ts +1 -1
  151. package/src/surfaces/admin/components/Link.d.ts +1 -1
  152. package/src/surfaces/admin/components/ListItem.d.ts +1 -1
  153. package/src/surfaces/admin/components/MoneyField.d.ts +1 -1
  154. package/src/surfaces/admin/components/NumberField.d.ts +1 -1
  155. package/src/surfaces/admin/components/Option.d.ts +1 -1
  156. package/src/surfaces/admin/components/OptionGroup.d.ts +1 -1
  157. package/src/surfaces/admin/components/OrderedList.d.ts +1 -1
  158. package/src/surfaces/admin/components/Page.d.ts +1 -1
  159. package/src/surfaces/admin/components/Paragraph.d.ts +1 -1
  160. package/src/surfaces/admin/components/PasswordField.d.ts +1 -1
  161. package/src/surfaces/admin/components/QueryContainer.d.ts +1 -1
  162. package/src/surfaces/admin/components/SearchField.d.ts +1 -1
  163. package/src/surfaces/admin/components/Section.d.ts +1 -1
  164. package/src/surfaces/admin/components/Select.d.ts +1 -1
  165. package/src/surfaces/admin/components/Spinner.d.ts +1 -1
  166. package/src/surfaces/admin/components/Stack.d.ts +1 -1
  167. package/src/surfaces/admin/components/StandardComponents.ts +2 -0
  168. package/src/surfaces/admin/components/Switch.d.ts +1 -1
  169. package/src/surfaces/admin/components/Table.d.ts +1 -1
  170. package/src/surfaces/admin/components/TableBody.d.ts +1 -1
  171. package/src/surfaces/admin/components/TableCell.d.ts +1 -1
  172. package/src/surfaces/admin/components/TableHeader.d.ts +1 -1
  173. package/src/surfaces/admin/components/TableHeaderRow.d.ts +1 -1
  174. package/src/surfaces/admin/components/TableRow.d.ts +1 -1
  175. package/src/surfaces/admin/components/Text.d.ts +1 -1
  176. package/src/surfaces/admin/components/TextArea.d.ts +1 -1
  177. package/src/surfaces/admin/components/TextField.d.ts +1 -1
  178. package/src/surfaces/admin/components/Thumbnail.d.ts +133 -0
  179. package/src/surfaces/admin/components/URLField.d.ts +1 -1
  180. package/src/surfaces/admin/components/UnorderedList.d.ts +1 -1
  181. package/src/surfaces/admin/components/shared.d.ts +219 -160
  182. package/src/surfaces/admin/components.d.ts +975 -413
  183. package/src/surfaces/customer-account/components/Avatar/examples/basic-Avatar-js.example.ts +9 -0
  184. package/src/surfaces/customer-account/components/Avatar/examples/basic-Avatar-preact.example.tsx +9 -0
  185. package/src/surfaces/customer-account/components/Avatar.d.ts +66 -0
  186. package/src/surfaces/customer-account/components/StandardComponents.ts +1 -0
  187. package/src/surfaces/customer-account/components.d.ts +67 -0
@@ -1,4 +1,4 @@
1
- /** VERSION: 1.1.0 **/
1
+ /** VERSION: 1.2.0 **/
2
2
 
3
3
  /* eslint-disable @typescript-eslint/ban-types */
4
4
  /* eslint-disable @typescript-eslint/no-namespace */
@@ -32,6 +32,41 @@ export type SizeKeyword =
32
32
  | 'large-400'
33
33
  | 'large-500';
34
34
  export type ColorKeyword = 'subdued' | 'base' | 'strong';
35
+ interface AvatarProps$1 extends GlobalProps {
36
+ /**
37
+ * Initials to display in the avatar.
38
+ */
39
+ initials?: string;
40
+ /**
41
+ * The URL or path to the image.
42
+ *
43
+ * Initials will be rendered as a fallback if `src` is not provided, fails to load or does not load quickly
44
+ */
45
+ src?: string;
46
+ /**
47
+ * Invoked when load of provided image completes successfully.
48
+ *
49
+ * @see https://developer.mozilla.org/en-US/docs/Web/API/GlobalEventHandlers/onload
50
+ */
51
+ onLoad?: () => void;
52
+ /**
53
+ * Invoked on load error of provided image.
54
+ *
55
+ * @see https://developer.mozilla.org/en-US/docs/Web/API/GlobalEventHandlers/onerror
56
+ */
57
+ onError?: () => void;
58
+ /**
59
+ * Size of the avatar.
60
+ *
61
+ * @default 'base'
62
+ */
63
+ size?: SizeKeyword;
64
+ /**
65
+ * An alternative text that describes the avatar for the reader
66
+ * to understand what it is about or identify the user the avatar belongs to.
67
+ */
68
+ alt?: string;
69
+ }
35
70
  export type BackgroundColorKeyword = 'transparent' | ColorKeyword;
36
71
  export interface BackgroundProps {
37
72
  /**
@@ -115,6 +150,8 @@ declare const privateIconArray: readonly [
115
150
  'camera',
116
151
  'caret-down',
117
152
  'caret-up',
153
+ 'caret-left',
154
+ 'caret-right',
118
155
  'cart-abandoned',
119
156
  'cart-discount',
120
157
  'cart-down',
@@ -3092,6 +3129,26 @@ interface TextFieldProps$1
3092
3129
  MinMaxLengthProps,
3093
3130
  AutocompleteProps<TextAutocompleteField>,
3094
3131
  FieldDecorationProps {}
3132
+ interface ThumbnailProps$1 extends GlobalProps, BaseImageProps {
3133
+ /**
3134
+ * Invoked when load of provided image completes successfully.
3135
+ *
3136
+ * @see https://developer.mozilla.org/en-US/docs/Web/API/GlobalEventHandlers/onload
3137
+ */
3138
+ onLoad?: () => void;
3139
+ /**
3140
+ * Invoked on load error of provided image.
3141
+ *
3142
+ * @see https://developer.mozilla.org/en-US/docs/Web/API/GlobalEventHandlers/onerror
3143
+ */
3144
+ onError?: () => void;
3145
+ /**
3146
+ * Adjusts the size the product thumbnail image.
3147
+ *
3148
+ * @default 'base'
3149
+ */
3150
+ size?: SizeKeyword;
3151
+ }
3095
3152
  interface UnorderedListProps$1 extends GlobalProps {}
3096
3153
  interface URLFieldProps$1
3097
3154
  extends GlobalProps,
@@ -3102,6 +3159,165 @@ export type URLAutocompleteField = ExtractStrict<
3102
3159
  AnyAutocompleteField,
3103
3160
  'url' | 'photo' | 'impp' | `${AutocompleteAddressGroup} impp`
3104
3161
  >;
3162
+ //
3163
+ // Preact Virtual DOM
3164
+ // -----------------------------------
3165
+ export interface VNode<P = {}> {
3166
+ type: ComponentType<P> | string;
3167
+ props: P & {
3168
+ children: ComponentChildren$1;
3169
+ };
3170
+ key: Key;
3171
+ /**
3172
+ * ref is not guaranteed by React.ReactElement, for compatibility reasons
3173
+ * with popular react libs we define it as optional too
3174
+ */
3175
+ ref?: Ref<any> | null;
3176
+ /**
3177
+ * The time this `vnode` started rendering. Will only be set when
3178
+ * the devtools are attached.
3179
+ * Default value: `0`
3180
+ */
3181
+ startTime?: number;
3182
+ /**
3183
+ * The time that the rendering of this `vnode` was completed. Will only be
3184
+ * set when the devtools are attached.
3185
+ * Default value: `-1`
3186
+ */
3187
+ endTime?: number;
3188
+ }
3189
+ //
3190
+ // Preact Component interface
3191
+ // -----------------------------------
3192
+ export type Key = string | number | any;
3193
+ export interface RefObject<T> {
3194
+ current: T | null;
3195
+ }
3196
+ export type RefCallback<T> = (instance: T | null) => void;
3197
+ export type Ref<T> = RefObject<T> | RefCallback<T> | null;
3198
+ export type ComponentChild =
3199
+ | VNode<any>
3200
+ | object
3201
+ | string
3202
+ | number
3203
+ | bigint
3204
+ | boolean
3205
+ | null
3206
+ | undefined;
3207
+ type ComponentChildren$1 = ComponentChild[] | ComponentChild;
3208
+ export interface Attributes {
3209
+ key?: Key | undefined;
3210
+ jsx?: boolean | undefined;
3211
+ }
3212
+ export interface ErrorInfo {
3213
+ componentStack?: string;
3214
+ }
3215
+ export type RenderableProps<P, RefType = any> = P &
3216
+ Readonly<
3217
+ Attributes & {
3218
+ children?: ComponentChildren$1;
3219
+ ref?: Ref<RefType>;
3220
+ }
3221
+ >;
3222
+ export type ComponentType<P = {}> = ComponentClass<P> | FunctionComponent<P>;
3223
+ export interface FunctionComponent<P = {}> {
3224
+ (props: RenderableProps<P>, context?: any): ComponentChildren$1;
3225
+ displayName?: string;
3226
+ defaultProps?: Partial<P> | undefined;
3227
+ }
3228
+ export interface ComponentClass<P = {}, S = {}> {
3229
+ new (props: P, context?: any): Component<P, S>;
3230
+ displayName?: string;
3231
+ defaultProps?: Partial<P>;
3232
+ contextType?: Context<any>;
3233
+ getDerivedStateFromProps?(
3234
+ props: Readonly<P>,
3235
+ state: Readonly<S>,
3236
+ ): Partial<S> | null;
3237
+ getDerivedStateFromError?(error: any): Partial<S> | null;
3238
+ }
3239
+ export interface Component<P = {}, S = {}> {
3240
+ componentWillMount?(): void;
3241
+ componentDidMount?(): void;
3242
+ componentWillUnmount?(): void;
3243
+ getChildContext?(): object;
3244
+ componentWillReceiveProps?(nextProps: Readonly<P>, nextContext: any): void;
3245
+ shouldComponentUpdate?(
3246
+ nextProps: Readonly<P>,
3247
+ nextState: Readonly<S>,
3248
+ nextContext: any,
3249
+ ): boolean;
3250
+ componentWillUpdate?(
3251
+ nextProps: Readonly<P>,
3252
+ nextState: Readonly<S>,
3253
+ nextContext: any,
3254
+ ): void;
3255
+ getSnapshotBeforeUpdate?(oldProps: Readonly<P>, oldState: Readonly<S>): any;
3256
+ componentDidUpdate?(
3257
+ previousProps: Readonly<P>,
3258
+ previousState: Readonly<S>,
3259
+ snapshot: any,
3260
+ ): void;
3261
+ componentDidCatch?(error: any, errorInfo: ErrorInfo): void;
3262
+ }
3263
+ declare abstract class Component<P, S> {
3264
+ constructor(props?: P, context?: any);
3265
+ static displayName?: string;
3266
+ static defaultProps?: any;
3267
+ static contextType?: Context<any>;
3268
+ // Static members cannot reference class type parameters. This is not
3269
+ // supported in TypeScript. Reusing the same type arguments from `Component`
3270
+ // will lead to an impossible state where one cannot satisfy the type
3271
+ // constraint under no circumstances, see #1356.In general type arguments
3272
+ // seem to be a bit buggy and not supported well at the time of this
3273
+ // writing with TS 3.3.3333.
3274
+ static getDerivedStateFromProps?(
3275
+ props: Readonly<object>,
3276
+ state: Readonly<object>,
3277
+ ): object | null;
3278
+
3279
+ static getDerivedStateFromError?(error: any): object | null;
3280
+ state: Readonly<S>;
3281
+ props: RenderableProps<P>;
3282
+ context: any;
3283
+ base?: Element | Text;
3284
+ // From https://github.com/DefinitelyTyped/DefinitelyTyped/blob/e836acc75a78cf0655b5dfdbe81d69fdd4d8a252/types/react/index.d.ts#L402
3285
+ // // We MUST keep setState() as a unified signature because it allows proper checking of the method return type.
3286
+ // // See: https://github.com/DefinitelyTyped/DefinitelyTyped/issues/18365#issuecomment-351013257
3287
+ setState<K extends keyof S>(
3288
+ state:
3289
+ | ((
3290
+ prevState: Readonly<S>,
3291
+ props: Readonly<P>,
3292
+ ) => Pick<S, K> | Partial<S> | null)
3293
+ | (Pick<S, K> | Partial<S> | null),
3294
+ callback?: () => void,
3295
+ ): void;
3296
+
3297
+ forceUpdate(callback?: () => void): void;
3298
+ abstract render(
3299
+ props?: RenderableProps<P>,
3300
+ state?: Readonly<S>,
3301
+ context?: any,
3302
+ ): ComponentChildren$1;
3303
+ }
3304
+ //
3305
+ // Context
3306
+ // -----------------------------------
3307
+ export interface Consumer<T>
3308
+ extends FunctionComponent<{
3309
+ children: (value: T) => ComponentChildren$1;
3310
+ }> {}
3311
+ export interface Provider<T>
3312
+ extends FunctionComponent<{
3313
+ value: T;
3314
+ children?: ComponentChildren$1;
3315
+ }> {}
3316
+ export interface Context<T> extends Provider<T> {
3317
+ Consumer: Consumer<T>;
3318
+ Provider: Provider<T>;
3319
+ displayName?: string;
3320
+ }
3105
3321
  type IconType$1 =
3106
3322
  | 'adjust'
3107
3323
  | 'affiliate'
@@ -3153,6 +3369,8 @@ type IconType$1 =
3153
3369
  | 'camera'
3154
3370
  | 'camera-flip'
3155
3371
  | 'caret-down'
3372
+ | 'caret-left'
3373
+ | 'caret-right'
3156
3374
  | 'caret-up'
3157
3375
  | 'cart'
3158
3376
  | 'cart-abandoned'
@@ -3597,217 +3815,41 @@ type IconType$1 =
3597
3815
  | 'wrench'
3598
3816
  | 'x'
3599
3817
  | 'x-circle';
3600
- //
3601
- // Preact Virtual DOM
3602
- // -----------------------------------
3603
- export interface VNode<P = {}> {
3604
- type: ComponentType<P> | string;
3605
- props: P & {
3606
- children: ComponentChildren$1;
3607
- };
3608
- key: Key;
3818
+ interface AdminActionProps$1 extends GlobalProps, ActionProps, ActionSlots {
3609
3819
  /**
3610
- * ref is not guaranteed by React.ReactElement, for compatibility reasons
3611
- * with popular react libs we define it as optional too
3820
+ * Whether the action is in a loading state, such as initial page load or action opening.
3821
+ * When true, the action could be in an inert state, which prevents user interaction.
3822
+ *
3823
+ * @default false
3612
3824
  */
3613
- ref?: Ref<any> | null;
3825
+ loading?: boolean;
3826
+ }
3827
+ interface AdminBlockProps$1 extends GlobalProps {
3614
3828
  /**
3615
- * The time this `vnode` started rendering. Will only be set when
3616
- * the devtools are attached.
3617
- * Default value: `0`
3829
+ * The text to use as the Block title in the block header. If not provided, the name of the
3830
+ * extension will be used.
3618
3831
  */
3619
- startTime?: number;
3832
+ heading?: string;
3620
3833
  /**
3621
- * The time that the rendering of this `vnode` was completed. Will only be
3622
- * set when the devtools are attached.
3623
- * Default value: `-1`
3834
+ * The summary to display when the app block is collapsed.
3835
+ * Summary longer than 30 characters will be truncated.
3624
3836
  */
3625
- endTime?: number;
3837
+ collapsedSummary?: string;
3626
3838
  }
3627
- //
3628
- // Preact Component interface
3629
- // -----------------------------------
3630
- export type Key = string | number | any;
3631
- export interface RefObject<T> {
3632
- current: T | null;
3633
- }
3634
- export type RefCallback<T> = (instance: T | null) => void;
3635
- export type Ref<T> = RefObject<T> | RefCallback<T> | null;
3636
- export type ComponentChild =
3637
- | VNode<any>
3638
- | object
3639
- | string
3640
- | number
3641
- | bigint
3642
- | boolean
3643
- | null
3644
- | undefined;
3645
- type ComponentChildren$1 = ComponentChild[] | ComponentChild;
3646
- export interface Attributes {
3647
- key?: Key | undefined;
3648
- jsx?: boolean | undefined;
3649
- }
3650
- export interface ErrorInfo {
3651
- componentStack?: string;
3652
- }
3653
- export type RenderableProps<P, RefType = any> = P &
3654
- Readonly<
3655
- Attributes & {
3656
- children?: ComponentChildren$1;
3657
- ref?: Ref<RefType>;
3658
- }
3659
- >;
3660
- export type ComponentType<P = {}> = ComponentClass<P> | FunctionComponent<P>;
3661
- export interface FunctionComponent<P = {}> {
3662
- (props: RenderableProps<P>, context?: any): ComponentChildren$1;
3663
- displayName?: string;
3664
- defaultProps?: Partial<P> | undefined;
3665
- }
3666
- export interface ComponentClass<P = {}, S = {}> {
3667
- new (props: P, context?: any): Component<P, S>;
3668
- displayName?: string;
3669
- defaultProps?: Partial<P>;
3670
- contextType?: Context<any>;
3671
- getDerivedStateFromProps?(
3672
- props: Readonly<P>,
3673
- state: Readonly<S>,
3674
- ): Partial<S> | null;
3675
- getDerivedStateFromError?(error: any): Partial<S> | null;
3676
- }
3677
- export interface Component<P = {}, S = {}> {
3678
- componentWillMount?(): void;
3679
- componentDidMount?(): void;
3680
- componentWillUnmount?(): void;
3681
- getChildContext?(): object;
3682
- componentWillReceiveProps?(nextProps: Readonly<P>, nextContext: any): void;
3683
- shouldComponentUpdate?(
3684
- nextProps: Readonly<P>,
3685
- nextState: Readonly<S>,
3686
- nextContext: any,
3687
- ): boolean;
3688
- componentWillUpdate?(
3689
- nextProps: Readonly<P>,
3690
- nextState: Readonly<S>,
3691
- nextContext: any,
3692
- ): void;
3693
- getSnapshotBeforeUpdate?(oldProps: Readonly<P>, oldState: Readonly<S>): any;
3694
- componentDidUpdate?(
3695
- previousProps: Readonly<P>,
3696
- previousState: Readonly<S>,
3697
- snapshot: any,
3698
- ): void;
3699
- componentDidCatch?(error: any, errorInfo: ErrorInfo): void;
3700
- }
3701
- declare abstract class Component<P, S> {
3702
- constructor(props?: P, context?: any);
3703
- static displayName?: string;
3704
- static defaultProps?: any;
3705
- static contextType?: Context<any>;
3706
- // Static members cannot reference class type parameters. This is not
3707
- // supported in TypeScript. Reusing the same type arguments from `Component`
3708
- // will lead to an impossible state where one cannot satisfy the type
3709
- // constraint under no circumstances, see #1356.In general type arguments
3710
- // seem to be a bit buggy and not supported well at the time of this
3711
- // writing with TS 3.3.3333.
3712
- static getDerivedStateFromProps?(
3713
- props: Readonly<object>,
3714
- state: Readonly<object>,
3715
- ): object | null;
3716
-
3717
- static getDerivedStateFromError?(error: any): object | null;
3718
- state: Readonly<S>;
3719
- props: RenderableProps<P>;
3720
- context: any;
3721
- base?: Element | Text;
3722
- // From https://github.com/DefinitelyTyped/DefinitelyTyped/blob/e836acc75a78cf0655b5dfdbe81d69fdd4d8a252/types/react/index.d.ts#L402
3723
- // // We MUST keep setState() as a unified signature because it allows proper checking of the method return type.
3724
- // // See: https://github.com/DefinitelyTyped/DefinitelyTyped/issues/18365#issuecomment-351013257
3725
- setState<K extends keyof S>(
3726
- state:
3727
- | ((
3728
- prevState: Readonly<S>,
3729
- props: Readonly<P>,
3730
- ) => Pick<S, K> | Partial<S> | null)
3731
- | (Pick<S, K> | Partial<S> | null),
3732
- callback?: () => void,
3733
- ): void;
3734
-
3735
- forceUpdate(callback?: () => void): void;
3736
- abstract render(
3737
- props?: RenderableProps<P>,
3738
- state?: Readonly<S>,
3739
- context?: any,
3740
- ): ComponentChildren$1;
3741
- }
3742
- //
3743
- // Context
3744
- // -----------------------------------
3745
- export interface Consumer<T>
3746
- extends FunctionComponent<{
3747
- children: (value: T) => ComponentChildren$1;
3748
- }> {}
3749
- export interface Provider<T>
3750
- extends FunctionComponent<{
3751
- value: T;
3752
- children?: ComponentChildren$1;
3753
- }> {}
3754
- export interface Context<T> extends Provider<T> {
3755
- Consumer: Consumer<T>;
3756
- Provider: Provider<T>;
3757
- displayName?: string;
3758
- }
3759
- interface AdminActionProps$1 extends GlobalProps, ActionProps, ActionSlots {
3760
- /**
3761
- * Whether the action is in a loading state, such as initial page load or action opening.
3762
- * When true, the action could be in an inert state, which prevents user interaction.
3763
- *
3764
- * @default false
3765
- */
3766
- loading?: boolean;
3767
- }
3768
- interface AdminBlockProps$1 extends GlobalProps {
3769
- /**
3770
- * The text to use as the Block title in the block header. If not provided, the name of the
3771
- * extension will be used.
3772
- */
3773
- heading?: string;
3774
- /**
3775
- * The summary to display when the app block is collapsed.
3776
- * Summary longer than 30 characters will be truncated.
3777
- */
3778
- collapsedSummary?: string;
3779
- }
3780
- interface AdminPrintActionProps$1 extends GlobalProps {
3781
- /**
3782
- * Sets the src URL of the preview and the document to print.
3783
- * If not provided, the preview will show an empty state and the print button will be disabled.
3784
- * HTML, PDFs and images are supported.
3785
- */
3786
- src?: string;
3787
- }
3788
-
3789
- export interface IconProps
3790
- extends Pick<IconProps$1, 'type' | 'tone' | 'color' | 'size'> {
3791
- /**
3792
- * Specifies the type of icon that will be displayed.
3793
- */
3794
- type: '' | IconType | 'empty';
3795
- tone: Extract<
3796
- IconProps$1['tone'],
3797
- 'auto' | 'neutral' | 'info' | 'success' | 'caution' | 'warning' | 'critical'
3798
- >;
3799
- color: Extract<IconProps$1['color'], 'base' | 'subdued'>;
3800
- size: Extract<IconProps$1['size'], 'small' | 'base'>;
3839
+ interface AdminPrintActionProps$1 extends GlobalProps {
3840
+ /**
3841
+ * Sets the src URL of the preview and the document to print.
3842
+ * If not provided, the preview will show an empty state and the print button will be disabled.
3843
+ * HTML, PDFs and images are supported.
3844
+ */
3845
+ src?: string;
3801
3846
  }
3802
3847
 
3803
- export interface BadgeProps
3804
- extends Pick<BadgeProps$1, 'color' | 'size' | 'tone'> {
3805
- color: Extract<BadgeProps$1['color'], 'base' | 'strong'>;
3806
- icon: IconProps['type'] | '';
3807
- size: Extract<BadgeProps$1['size'], 'base' | 'large' | 'large-100'>;
3808
- tone: Extract<
3809
- BadgeProps$1['tone'],
3810
- 'auto' | 'neutral' | 'info' | 'success' | 'caution' | 'warning' | 'critical'
3848
+ export interface AvatarProps
3849
+ extends Required<Pick<AvatarProps$1, 'initials' | 'src' | 'alt'>> {
3850
+ size: Extract<
3851
+ AvatarProps$1['size'],
3852
+ 'small-200' | 'small' | 'base' | 'large' | 'large-200'
3811
3853
  >;
3812
3854
  }
3813
3855
 
@@ -3906,6 +3948,59 @@ export interface PreactBaseElementPropsWithChildren<TClass extends HTMLElement>
3906
3948
  children?: preact.ComponentChildren;
3907
3949
  }
3908
3950
 
3951
+ declare class Avatar extends PreactCustomElement implements AvatarProps {
3952
+ accessor initials: AvatarProps['initials'];
3953
+ accessor src: AvatarProps['src'];
3954
+ accessor size: AvatarProps['size'];
3955
+ accessor alt: AvatarProps['alt'];
3956
+ constructor();
3957
+ }
3958
+ declare global {
3959
+ interface HTMLElementTagNameMap {
3960
+ [tagName$P]: Avatar;
3961
+ }
3962
+ }
3963
+ declare module 'preact' {
3964
+ namespace createElement.JSX {
3965
+ interface IntrinsicElements {
3966
+ [tagName$P]: AvatarJSXProps & PreactBaseElementPropsWithChildren<Avatar>;
3967
+ }
3968
+ }
3969
+ }
3970
+
3971
+ declare const tagName$P = 's-avatar';
3972
+ export interface AvatarJSXProps
3973
+ extends Partial<AvatarProps>,
3974
+ Pick<AvatarProps$1, 'id'> {
3975
+ onLoad?: () => void;
3976
+ onError?: () => void;
3977
+ }
3978
+
3979
+ export interface IconProps
3980
+ extends Pick<IconProps$1, 'type' | 'tone' | 'color' | 'size'> {
3981
+ /**
3982
+ * Specifies the type of icon that will be displayed.
3983
+ */
3984
+ type: '' | IconType | 'empty';
3985
+ tone: Extract<
3986
+ IconProps$1['tone'],
3987
+ 'auto' | 'neutral' | 'info' | 'success' | 'caution' | 'warning' | 'critical'
3988
+ >;
3989
+ color: Extract<IconProps$1['color'], 'base' | 'subdued'>;
3990
+ size: Extract<IconProps$1['size'], 'small' | 'base'>;
3991
+ }
3992
+
3993
+ export interface BadgeProps
3994
+ extends Pick<BadgeProps$1, 'color' | 'size' | 'tone'> {
3995
+ color: Extract<BadgeProps$1['color'], 'base' | 'strong'>;
3996
+ icon: IconProps['type'] | '';
3997
+ size: Extract<BadgeProps$1['size'], 'base' | 'large' | 'large-100'>;
3998
+ tone: Extract<
3999
+ BadgeProps$1['tone'],
4000
+ 'auto' | 'neutral' | 'info' | 'success' | 'caution' | 'warning' | 'critical'
4001
+ >;
4002
+ }
4003
+
3909
4004
  declare class Badge extends PreactCustomElement implements BadgeProps {
3910
4005
  accessor color: BadgeProps['color'];
3911
4006
  accessor icon: BadgeProps['icon'];
@@ -3915,18 +4010,18 @@ declare class Badge extends PreactCustomElement implements BadgeProps {
3915
4010
  }
3916
4011
  declare global {
3917
4012
  interface HTMLElementTagNameMap {
3918
- [tagName$N]: Badge;
4013
+ [tagName$O]: Badge;
3919
4014
  }
3920
4015
  }
3921
4016
  declare module 'preact' {
3922
4017
  namespace createElement.JSX {
3923
4018
  interface IntrinsicElements {
3924
- [tagName$N]: BadgeJSXProps & PreactBaseElementPropsWithChildren<Badge>;
4019
+ [tagName$O]: BadgeJSXProps & PreactBaseElementPropsWithChildren<Badge>;
3925
4020
  }
3926
4021
  }
3927
4022
  }
3928
4023
 
3929
- declare const tagName$N = 's-badge';
4024
+ declare const tagName$O = 's-badge';
3930
4025
  export interface BadgeJSXProps
3931
4026
  extends Partial<BadgeProps>,
3932
4027
  Pick<BadgeProps$1, 'id'> {}
@@ -3952,19 +4047,19 @@ declare class Banner extends PreactCustomElement implements BannerProps {
3952
4047
  }
3953
4048
  declare global {
3954
4049
  interface HTMLElementTagNameMap {
3955
- [tagName$M]: Banner;
4050
+ [tagName$N]: Banner;
3956
4051
  }
3957
4052
  }
3958
4053
  declare module 'preact' {
3959
4054
  namespace createElement.JSX {
3960
4055
  interface IntrinsicElements {
3961
- [tagName$M]: Omit<BannerJSXProps, 'secondaryActions'> &
4056
+ [tagName$N]: Omit<BannerJSXProps, 'secondaryActions'> &
3962
4057
  PreactBaseElementPropsWithChildren<Banner>;
3963
4058
  }
3964
4059
  }
3965
4060
  }
3966
4061
 
3967
- declare const tagName$M = 's-banner';
4062
+ declare const tagName$N = 's-banner';
3968
4063
  export interface BannerJSXProps
3969
4064
  extends Partial<BannerProps>,
3970
4065
  Pick<BannerProps$1, 'id'> {
@@ -3974,8 +4069,8 @@ export interface BannerJSXProps
3974
4069
  * A maximum of two `s-button` components are allowed, and only buttons with the `variant` of "secondary" are permitted.
3975
4070
  */
3976
4071
  secondaryActions?: ComponentChild;
3977
- onDismiss?: ((event: CallbackEvent<typeof tagName$M>) => void) | null;
3978
- onAfterHide?: ((event: CallbackEvent<typeof tagName$M>) => void) | null;
4072
+ onDismiss?: ((event: CallbackEvent<typeof tagName$N>) => void) | null;
4073
+ onAfterHide?: ((event: CallbackEvent<typeof tagName$N>) => void) | null;
3979
4074
  }
3980
4075
 
3981
4076
  export type MakeResponsive<T> = T | `@container${string}`;
@@ -4208,18 +4303,18 @@ declare class Box extends BoxElement implements BoxProps {
4208
4303
  }
4209
4304
  declare global {
4210
4305
  interface HTMLElementTagNameMap {
4211
- [tagName$L]: Box;
4306
+ [tagName$M]: Box;
4212
4307
  }
4213
4308
  }
4214
4309
  declare module 'preact' {
4215
4310
  namespace createElement.JSX {
4216
4311
  interface IntrinsicElements {
4217
- [tagName$L]: BoxJSXProps & PreactBaseElementPropsWithChildren<Box>;
4312
+ [tagName$M]: BoxJSXProps & PreactBaseElementPropsWithChildren<Box>;
4218
4313
  }
4219
4314
  }
4220
4315
  }
4221
4316
 
4222
- declare const tagName$L = 's-box';
4317
+ declare const tagName$M = 's-box';
4223
4318
  export interface BoxJSXProps
4224
4319
  extends Partial<BoxProps>,
4225
4320
  Pick<BoxProps$1, 'id'> {}
@@ -4293,24 +4388,24 @@ declare class Button extends Button_base implements ButtonProps {
4293
4388
  }
4294
4389
  declare global {
4295
4390
  interface HTMLElementTagNameMap {
4296
- [tagName$K]: Button;
4391
+ [tagName$L]: Button;
4297
4392
  }
4298
4393
  }
4299
4394
  declare module 'preact' {
4300
4395
  namespace createElement.JSX {
4301
4396
  interface IntrinsicElements {
4302
- [tagName$K]: ButtonJSXProps & PreactBaseElementPropsWithChildren<Button>;
4397
+ [tagName$L]: ButtonJSXProps & PreactBaseElementPropsWithChildren<Button>;
4303
4398
  }
4304
4399
  }
4305
4400
  }
4306
4401
 
4307
- declare const tagName$K = 's-button';
4402
+ declare const tagName$L = 's-button';
4308
4403
  export interface ButtonJSXProps
4309
4404
  extends Partial<ButtonProps>,
4310
4405
  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;
4406
+ onClick?: ((event: CallbackEvent<typeof tagName$L>) => void) | null;
4407
+ onFocus?: ((event: CallbackEvent<typeof tagName$L>) => void) | null;
4408
+ onBlur?: ((event: CallbackEvent<typeof tagName$L>) => void) | null;
4314
4409
  }
4315
4410
 
4316
4411
  declare const internals$2: unique symbol;
@@ -4384,24 +4479,24 @@ declare class Checkbox extends PreactCheckboxElement implements CheckboxProps {
4384
4479
  }
4385
4480
  declare global {
4386
4481
  interface HTMLElementTagNameMap {
4387
- [tagName$J]: Checkbox;
4482
+ [tagName$K]: Checkbox;
4388
4483
  }
4389
4484
  }
4390
4485
  declare module 'preact' {
4391
4486
  namespace createElement.JSX {
4392
4487
  interface IntrinsicElements {
4393
- [tagName$J]: CheckboxJSXProps &
4488
+ [tagName$K]: CheckboxJSXProps &
4394
4489
  PreactBaseElementPropsWithChildren<Checkbox>;
4395
4490
  }
4396
4491
  }
4397
4492
  }
4398
4493
 
4399
- declare const tagName$J = 's-checkbox';
4494
+ declare const tagName$K = 's-checkbox';
4400
4495
  export interface CheckboxJSXProps
4401
4496
  extends Partial<CheckboxProps>,
4402
4497
  Pick<CheckboxProps$1, 'id'> {
4403
- onChange?: ((event: CallbackEvent<typeof tagName$J>) => void) | null;
4404
- onInput?: ((event: CallbackEvent<typeof tagName$J>) => void) | null;
4498
+ onChange?: ((event: CallbackEvent<typeof tagName$K>) => void) | null;
4499
+ onInput?: ((event: CallbackEvent<typeof tagName$K>) => void) | null;
4405
4500
  }
4406
4501
 
4407
4502
  export interface ChoiceProps
@@ -4431,18 +4526,18 @@ declare class Choice extends PreactCustomElement implements ChoiceProps {
4431
4526
  }
4432
4527
  declare global {
4433
4528
  interface HTMLElementTagNameMap {
4434
- [tagName$I]: Choice;
4529
+ [tagName$J]: Choice;
4435
4530
  }
4436
4531
  }
4437
4532
  declare module 'preact' {
4438
4533
  namespace createElement.JSX {
4439
4534
  interface IntrinsicElements {
4440
- [tagName$I]: ChoiceJSXProps & PreactBaseElementPropsWithChildren<Choice>;
4535
+ [tagName$J]: ChoiceJSXProps & PreactBaseElementPropsWithChildren<Choice>;
4441
4536
  }
4442
4537
  }
4443
4538
  }
4444
4539
 
4445
- declare const tagName$I = 's-choice';
4540
+ declare const tagName$J = 's-choice';
4446
4541
  export interface ChoiceJSXProps
4447
4542
  extends Partial<ChoiceProps>,
4448
4543
  Pick<ChoiceProps$1, 'id'> {}
@@ -4489,24 +4584,24 @@ declare class ChoiceList extends BaseClass$1 implements ChoiceListProps {
4489
4584
  }
4490
4585
  declare global {
4491
4586
  interface HTMLElementTagNameMap {
4492
- [tagName$H]: ChoiceList;
4587
+ [tagName$I]: ChoiceList;
4493
4588
  }
4494
4589
  }
4495
4590
  declare module 'preact' {
4496
4591
  namespace createElement.JSX {
4497
4592
  interface IntrinsicElements {
4498
- [tagName$H]: ChoiceListJSXProps &
4593
+ [tagName$I]: ChoiceListJSXProps &
4499
4594
  PreactBaseElementPropsWithChildren<ChoiceList>;
4500
4595
  }
4501
4596
  }
4502
4597
  }
4503
4598
 
4504
- declare const tagName$H = 's-choice-list';
4599
+ declare const tagName$I = 's-choice-list';
4505
4600
  export interface ChoiceListJSXProps
4506
4601
  extends Partial<ChoiceListProps>,
4507
4602
  Pick<ChoiceListProps$1, 'id'> {
4508
- onChange?: ((event: CallbackEvent<typeof tagName$H>) => void) | null;
4509
- onInput?: ((event: CallbackEvent<typeof tagName$H>) => void) | null;
4603
+ onChange?: ((event: CallbackEvent<typeof tagName$I>) => void) | null;
4604
+ onInput?: ((event: CallbackEvent<typeof tagName$I>) => void) | null;
4510
4605
  }
4511
4606
 
4512
4607
  export type ClickableBaseProps = Required<
@@ -4543,25 +4638,25 @@ declare class Clickable extends Clickable_base implements ClickableProps {
4543
4638
  }
4544
4639
  declare global {
4545
4640
  interface HTMLElementTagNameMap {
4546
- [tagName$G]: Clickable;
4641
+ [tagName$H]: Clickable;
4547
4642
  }
4548
4643
  }
4549
4644
  declare module 'preact' {
4550
4645
  namespace createElement.JSX {
4551
4646
  interface IntrinsicElements {
4552
- [tagName$G]: ClickableJSXProps &
4647
+ [tagName$H]: ClickableJSXProps &
4553
4648
  PreactBaseElementPropsWithChildren<Clickable>;
4554
4649
  }
4555
4650
  }
4556
4651
  }
4557
4652
 
4558
- declare const tagName$G = 's-clickable';
4653
+ declare const tagName$H = 's-clickable';
4559
4654
  export interface ClickableJSXProps
4560
4655
  extends Partial<ClickableProps>,
4561
4656
  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;
4657
+ onClick?: ((event: CallbackEvent<typeof tagName$H>) => void) | null;
4658
+ onFocus?: ((event: CallbackEvent<typeof tagName$H>) => void) | null;
4659
+ onBlur?: ((event: CallbackEvent<typeof tagName$H>) => void) | null;
4565
4660
  }
4566
4661
 
4567
4662
  export interface DatePickerProps
@@ -4617,7 +4712,7 @@ declare class DatePicker extends BaseClass implements DatePickerProps {
4617
4712
  }
4618
4713
  declare global {
4619
4714
  interface HTMLElementTagNameMap {
4620
- [tagName$F]: DatePicker;
4715
+ [tagName$G]: DatePicker;
4621
4716
  }
4622
4717
  interface HTMLElementEventMap {
4623
4718
  viewchange: ViewChangeEvent;
@@ -4626,27 +4721,27 @@ declare global {
4626
4721
  declare module 'preact' {
4627
4722
  namespace createElement.JSX {
4628
4723
  interface IntrinsicElements {
4629
- [tagName$F]: DatePickerJSXProps & PreactBaseElementProps<DatePicker>;
4724
+ [tagName$G]: DatePickerJSXProps & PreactBaseElementProps<DatePicker>;
4630
4725
  }
4631
4726
  }
4632
4727
  }
4633
4728
 
4634
- declare const tagName$F = 's-date-picker';
4729
+ declare const tagName$G = 's-date-picker';
4635
4730
  export interface DatePickerJSXProps
4636
4731
  extends Partial<DatePickerProps>,
4637
4732
  Pick<DatePickerProps$1, 'id'> {
4638
4733
  onViewChange?:
4639
4734
  | ((
4640
4735
  event: CallbackEvent<
4641
- typeof tagName$F,
4736
+ typeof tagName$G,
4642
4737
  HTMLElementEventMap['viewchange']
4643
4738
  >,
4644
4739
  ) => void)
4645
4740
  | 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;
4741
+ onFocus?: ((event: CallbackEvent<typeof tagName$G>) => void) | null;
4742
+ onBlur?: ((event: CallbackEvent<typeof tagName$G>) => void) | null;
4743
+ onInput?: ((event: CallbackEvent<typeof tagName$G>) => void) | null;
4744
+ onChange?: ((event: CallbackEvent<typeof tagName$G>) => void) | null;
4650
4745
  }
4651
4746
 
4652
4747
  export interface DividerProps
@@ -4662,18 +4757,18 @@ declare class Divider extends PreactCustomElement implements DividerProps {
4662
4757
  }
4663
4758
  declare global {
4664
4759
  interface HTMLElementTagNameMap {
4665
- [tagName$E]: Divider;
4760
+ [tagName$F]: Divider;
4666
4761
  }
4667
4762
  }
4668
4763
  declare module 'preact' {
4669
4764
  namespace createElement.JSX {
4670
4765
  interface IntrinsicElements {
4671
- [tagName$E]: DividerJSXProps & PreactBaseElementProps<Divider>;
4766
+ [tagName$F]: DividerJSXProps & PreactBaseElementProps<Divider>;
4672
4767
  }
4673
4768
  }
4674
4769
  }
4675
4770
 
4676
- declare const tagName$E = 's-divider';
4771
+ declare const tagName$F = 's-divider';
4677
4772
  export interface DividerJSXProps
4678
4773
  extends Partial<DividerProps>,
4679
4774
  Pick<DividerProps$1, 'id'> {}
@@ -4771,22 +4866,22 @@ declare class EmailField
4771
4866
  }
4772
4867
  declare global {
4773
4868
  interface HTMLElementTagNameMap {
4774
- [tagName$D]: EmailField;
4869
+ [tagName$E]: EmailField;
4775
4870
  }
4776
4871
  }
4777
4872
  declare module 'preact' {
4778
4873
  namespace createElement.JSX {
4779
4874
  interface IntrinsicElements {
4780
- [tagName$D]: EmailFieldJSXProps & PreactBaseElementProps<EmailField>;
4875
+ [tagName$E]: EmailFieldJSXProps & PreactBaseElementProps<EmailField>;
4781
4876
  }
4782
4877
  }
4783
4878
  }
4784
4879
 
4785
- declare const tagName$D = 's-email-field';
4880
+ declare const tagName$E = 's-email-field';
4786
4881
  export interface EmailFieldJSXProps
4787
4882
  extends Partial<Omit<EmailFieldProps, 'accessory'>>,
4788
4883
  Pick<EmailFieldProps$1, 'id'>,
4789
- FieldReactProps<typeof tagName$D> {}
4884
+ FieldReactProps<typeof tagName$E> {}
4790
4885
 
4791
4886
  export type RequiredAlignedProps = Required<GridProps$1>;
4792
4887
  export type ResponsiveGridProps = MakeResponsivePick<
@@ -4859,18 +4954,18 @@ declare class Grid extends BoxElement implements GridProps {
4859
4954
  }
4860
4955
  declare global {
4861
4956
  interface HTMLElementTagNameMap {
4862
- [tagName$C]: Grid;
4957
+ [tagName$D]: Grid;
4863
4958
  }
4864
4959
  }
4865
4960
  declare module 'preact' {
4866
4961
  namespace createElement.JSX {
4867
4962
  interface IntrinsicElements {
4868
- [tagName$C]: GridJSXProps & PreactBaseElementPropsWithChildren<Grid>;
4963
+ [tagName$D]: GridJSXProps & PreactBaseElementPropsWithChildren<Grid>;
4869
4964
  }
4870
4965
  }
4871
4966
  }
4872
4967
 
4873
- declare const tagName$C = 's-grid';
4968
+ declare const tagName$D = 's-grid';
4874
4969
  export interface GridJSXProps
4875
4970
  extends Partial<GridProps>,
4876
4971
  Pick<GridProps$1, 'id'> {}
@@ -4890,19 +4985,19 @@ declare class GridItem extends BoxElement implements GridItemProps {
4890
4985
  }
4891
4986
  declare global {
4892
4987
  interface HTMLElementTagNameMap {
4893
- [tagName$B]: GridItem;
4988
+ [tagName$C]: GridItem;
4894
4989
  }
4895
4990
  }
4896
4991
  declare module 'preact' {
4897
4992
  namespace createElement.JSX {
4898
4993
  interface IntrinsicElements {
4899
- [tagName$B]: GridItemJSXProps &
4994
+ [tagName$C]: GridItemJSXProps &
4900
4995
  PreactBaseElementPropsWithChildren<GridItem>;
4901
4996
  }
4902
4997
  }
4903
4998
  }
4904
4999
 
4905
- declare const tagName$B = 's-grid-item';
5000
+ declare const tagName$C = 's-grid-item';
4906
5001
  export interface GridItemJSXProps
4907
5002
  extends Partial<GridItemProps>,
4908
5003
  Pick<GridItemProps$1, 'id'> {}
@@ -4926,19 +5021,19 @@ declare class Heading extends PreactCustomElement implements HeadingProps {
4926
5021
  }
4927
5022
  declare global {
4928
5023
  interface HTMLElementTagNameMap {
4929
- [tagName$A]: Heading;
5024
+ [tagName$B]: Heading;
4930
5025
  }
4931
5026
  }
4932
5027
  declare module 'preact' {
4933
5028
  namespace createElement.JSX {
4934
5029
  interface IntrinsicElements {
4935
- [tagName$A]: HeadingJSXProps &
5030
+ [tagName$B]: HeadingJSXProps &
4936
5031
  PreactBaseElementPropsWithChildren<Heading>;
4937
5032
  }
4938
5033
  }
4939
5034
  }
4940
5035
 
4941
- declare const tagName$A = 's-heading';
5036
+ declare const tagName$B = 's-heading';
4942
5037
  export interface HeadingJSXProps
4943
5038
  extends Partial<HeadingProps>,
4944
5039
  Pick<HeadingProps$1, 'id'> {}
@@ -4952,18 +5047,18 @@ declare class Icon extends PreactCustomElement implements IconProps {
4952
5047
  }
4953
5048
  declare global {
4954
5049
  interface HTMLElementTagNameMap {
4955
- [tagName$z]: Icon;
5050
+ [tagName$A]: Icon;
4956
5051
  }
4957
5052
  }
4958
5053
  declare module 'preact' {
4959
5054
  namespace createElement.JSX {
4960
5055
  interface IntrinsicElements {
4961
- [tagName$z]: IconJSXProps & PreactBaseElementProps<Icon>;
5056
+ [tagName$A]: IconJSXProps & PreactBaseElementProps<Icon>;
4962
5057
  }
4963
5058
  }
4964
5059
  }
4965
5060
 
4966
- declare const tagName$z = 's-icon';
5061
+ declare const tagName$A = 's-icon';
4967
5062
  export interface IconJSXProps
4968
5063
  extends Partial<IconProps>,
4969
5064
  Pick<IconProps$1, 'id'> {}
@@ -5019,23 +5114,23 @@ declare class Image extends PreactCustomElement implements ImageProps {
5019
5114
  }
5020
5115
  declare global {
5021
5116
  interface HTMLElementTagNameMap {
5022
- [tagName$y]: Image;
5117
+ [tagName$z]: Image;
5023
5118
  }
5024
5119
  }
5025
5120
  declare module 'preact' {
5026
5121
  namespace createElement.JSX {
5027
5122
  interface IntrinsicElements {
5028
- [tagName$y]: ImageJSXProps & PreactBaseElementProps<Image>;
5123
+ [tagName$z]: ImageJSXProps & PreactBaseElementProps<Image>;
5029
5124
  }
5030
5125
  }
5031
5126
  }
5032
5127
 
5033
- declare const tagName$y = 's-image';
5128
+ declare const tagName$z = 's-image';
5034
5129
  export interface ImageJSXProps
5035
5130
  extends Partial<ImageProps>,
5036
5131
  Pick<ImageProps$1, 'id'> {
5037
- onError?: ((event: CallbackEvent<typeof tagName$y>) => void) | null;
5038
- onLoad?: ((event: CallbackEvent<typeof tagName$y>) => void) | null;
5132
+ onError?: ((event: CallbackEvent<typeof tagName$z>) => void) | null;
5133
+ onLoad?: ((event: CallbackEvent<typeof tagName$z>) => void) | null;
5039
5134
  }
5040
5135
 
5041
5136
  export type RequiredLinkProps = Required<LinkProps$1>;
@@ -5076,22 +5171,22 @@ declare class Link extends Link_base implements LinkProps {
5076
5171
  }
5077
5172
  declare global {
5078
5173
  interface HTMLElementTagNameMap {
5079
- [tagName$x]: Link;
5174
+ [tagName$y]: Link;
5080
5175
  }
5081
5176
  }
5082
5177
  declare module 'preact' {
5083
5178
  namespace createElement.JSX {
5084
5179
  interface IntrinsicElements {
5085
- [tagName$x]: LinkJSXProps & PreactBaseElementPropsWithChildren<Link>;
5180
+ [tagName$y]: LinkJSXProps & PreactBaseElementPropsWithChildren<Link>;
5086
5181
  }
5087
5182
  }
5088
5183
  }
5089
5184
 
5090
- declare const tagName$x = 's-link';
5185
+ declare const tagName$y = 's-link';
5091
5186
  export interface LinkJSXProps
5092
5187
  extends Partial<LinkProps>,
5093
5188
  Pick<LinkProps$1, 'id' | 'lang'> {
5094
- onClick?: ((event: CallbackEvent<typeof tagName$x>) => void) | null;
5189
+ onClick?: ((event: CallbackEvent<typeof tagName$y>) => void) | null;
5095
5190
  }
5096
5191
 
5097
5192
  export interface ListItemProps extends ListItemProps$1 {}
@@ -5101,19 +5196,19 @@ declare class ListItem extends PreactCustomElement implements ListItemProps {
5101
5196
  }
5102
5197
  declare global {
5103
5198
  interface HTMLElementTagNameMap {
5104
- [tagName$w]: ListItem;
5199
+ [tagName$x]: ListItem;
5105
5200
  }
5106
5201
  }
5107
5202
  declare module 'preact' {
5108
5203
  namespace createElement.JSX {
5109
5204
  interface IntrinsicElements {
5110
- [tagName$w]: ListItemJSXProps &
5205
+ [tagName$x]: ListItemJSXProps &
5111
5206
  PreactBaseElementPropsWithChildren<ListItem>;
5112
5207
  }
5113
5208
  }
5114
5209
  }
5115
5210
 
5116
- declare const tagName$w = 's-list-item';
5211
+ declare const tagName$x = 's-list-item';
5117
5212
  export interface ListItemJSXProps
5118
5213
  extends Partial<ListItemProps>,
5119
5214
  Pick<ListItemProps$1, 'id'> {}
@@ -5139,21 +5234,21 @@ declare class MoneyField
5139
5234
  }
5140
5235
  declare global {
5141
5236
  interface HTMLElementTagNameMap {
5142
- [tagName$v]: MoneyField;
5237
+ [tagName$w]: MoneyField;
5143
5238
  }
5144
5239
  }
5145
5240
  declare module 'preact' {
5146
5241
  namespace createElement.JSX {
5147
5242
  interface IntrinsicElements {
5148
- [tagName$v]: MoneyFieldJSXProps & PreactBaseElementProps<MoneyField>;
5243
+ [tagName$w]: MoneyFieldJSXProps & PreactBaseElementProps<MoneyField>;
5149
5244
  }
5150
5245
  }
5151
5246
  }
5152
5247
 
5153
- declare const tagName$v = 's-money-field';
5248
+ declare const tagName$w = 's-money-field';
5154
5249
  export interface MoneyFieldJSXProps
5155
5250
  extends Partial<MoneyFieldProps>,
5156
- FieldReactProps<typeof tagName$v>,
5251
+ FieldReactProps<typeof tagName$w>,
5157
5252
  Pick<MoneyFieldProps$1, 'id'> {}
5158
5253
 
5159
5254
  export interface NumberFieldProps
@@ -5186,22 +5281,22 @@ declare class NumberField
5186
5281
  }
5187
5282
  declare global {
5188
5283
  interface HTMLElementTagNameMap {
5189
- [tagName$u]: NumberField;
5284
+ [tagName$v]: NumberField;
5190
5285
  }
5191
5286
  }
5192
5287
  declare module 'preact' {
5193
5288
  namespace createElement.JSX {
5194
5289
  interface IntrinsicElements {
5195
- [tagName$u]: NumberFieldJSXProps & PreactBaseElementProps<NumberField>;
5290
+ [tagName$v]: NumberFieldJSXProps & PreactBaseElementProps<NumberField>;
5196
5291
  }
5197
5292
  }
5198
5293
  }
5199
5294
 
5200
- declare const tagName$u = 's-number-field';
5295
+ declare const tagName$v = 's-number-field';
5201
5296
  export interface NumberFieldJSXProps
5202
5297
  extends Partial<NumberFieldProps>,
5203
5298
  Pick<NumberFieldProps$1, 'id'>,
5204
- FieldReactProps<typeof tagName$u> {}
5299
+ FieldReactProps<typeof tagName$v> {}
5205
5300
 
5206
5301
  export interface OptionProps
5207
5302
  extends Required<
@@ -5217,18 +5312,18 @@ declare class Option extends PreactCustomElement implements OptionProps {
5217
5312
  }
5218
5313
  declare global {
5219
5314
  interface HTMLElementTagNameMap {
5220
- [tagName$t]: Option;
5315
+ [tagName$u]: Option;
5221
5316
  }
5222
5317
  }
5223
5318
  declare module 'preact' {
5224
5319
  namespace createElement.JSX {
5225
5320
  interface IntrinsicElements {
5226
- [tagName$t]: OptionJSXProps & PreactBaseElementPropsWithChildren<Option>;
5321
+ [tagName$u]: OptionJSXProps & PreactBaseElementPropsWithChildren<Option>;
5227
5322
  }
5228
5323
  }
5229
5324
  }
5230
5325
 
5231
- declare const tagName$t = 's-option';
5326
+ declare const tagName$u = 's-option';
5232
5327
  export interface OptionJSXProps extends Partial<OptionProps> {}
5233
5328
 
5234
5329
  export interface OptionGroupProps
@@ -5244,19 +5339,19 @@ declare class OptionGroup
5244
5339
  }
5245
5340
  declare global {
5246
5341
  interface HTMLElementTagNameMap {
5247
- [tagName$s]: OptionGroup;
5342
+ [tagName$t]: OptionGroup;
5248
5343
  }
5249
5344
  }
5250
5345
  declare module 'preact' {
5251
5346
  namespace createElement.JSX {
5252
5347
  interface IntrinsicElements {
5253
- [tagName$s]: OptionGroupJSXProps &
5348
+ [tagName$t]: OptionGroupJSXProps &
5254
5349
  PreactBaseElementPropsWithChildren<OptionGroup>;
5255
5350
  }
5256
5351
  }
5257
5352
  }
5258
5353
 
5259
- declare const tagName$s = 's-option-group';
5354
+ declare const tagName$t = 's-option-group';
5260
5355
  export interface OptionGroupJSXProps extends Partial<OptionGroupProps> {}
5261
5356
 
5262
5357
  export interface OrderedListProps extends OrderedListProps$1 {}
@@ -5269,19 +5364,19 @@ declare class OrderedList
5269
5364
  }
5270
5365
  declare global {
5271
5366
  interface HTMLElementTagNameMap {
5272
- [tagName$r]: OrderedList;
5367
+ [tagName$s]: OrderedList;
5273
5368
  }
5274
5369
  }
5275
5370
  declare module 'preact' {
5276
5371
  namespace createElement.JSX {
5277
5372
  interface IntrinsicElements {
5278
- [tagName$r]: OrderedListJSXProps &
5373
+ [tagName$s]: OrderedListJSXProps &
5279
5374
  PreactBaseElementPropsWithChildren<OrderedList>;
5280
5375
  }
5281
5376
  }
5282
5377
  }
5283
5378
 
5284
- declare const tagName$r = 's-ordered-list';
5379
+ declare const tagName$s = 's-ordered-list';
5285
5380
  export interface OrderedListJSXProps
5286
5381
  extends Partial<OrderedListProps>,
5287
5382
  Pick<OrderedListProps$1, 'id'> {}
@@ -5298,19 +5393,19 @@ declare class Page extends PreactCustomElement implements PageProps {
5298
5393
  }
5299
5394
  declare global {
5300
5395
  interface HTMLElementTagNameMap {
5301
- [tagName$q]: Page;
5396
+ [tagName$r]: Page;
5302
5397
  }
5303
5398
  }
5304
5399
  declare module 'preact' {
5305
5400
  namespace createElement.JSX {
5306
5401
  interface IntrinsicElements {
5307
- [tagName$q]: Omit<PageJSXProps, 'aside'> &
5402
+ [tagName$r]: Omit<PageJSXProps, 'aside'> &
5308
5403
  PreactBaseElementPropsWithChildren<Page>;
5309
5404
  }
5310
5405
  }
5311
5406
  }
5312
5407
 
5313
- declare const tagName$q = 's-page';
5408
+ declare const tagName$r = 's-page';
5314
5409
  export interface PageJSXProps extends Partial<PageProps> {
5315
5410
  /**
5316
5411
  * The content to display in the aside section of the page.
@@ -5351,19 +5446,19 @@ declare class Paragraph extends PreactCustomElement implements ParagraphProps {
5351
5446
  }
5352
5447
  declare global {
5353
5448
  interface HTMLElementTagNameMap {
5354
- [tagName$p]: Paragraph;
5449
+ [tagName$q]: Paragraph;
5355
5450
  }
5356
5451
  }
5357
5452
  declare module 'preact' {
5358
5453
  namespace createElement.JSX {
5359
5454
  interface IntrinsicElements {
5360
- [tagName$p]: ParagraphJSXProps &
5455
+ [tagName$q]: ParagraphJSXProps &
5361
5456
  PreactBaseElementPropsWithChildren<Paragraph>;
5362
5457
  }
5363
5458
  }
5364
5459
  }
5365
5460
 
5366
- declare const tagName$p = 's-paragraph';
5461
+ declare const tagName$q = 's-paragraph';
5367
5462
  export interface ParagraphJSXProps
5368
5463
  extends Partial<ParagraphProps>,
5369
5464
  Pick<ParagraphProps$1, 'id'> {}
@@ -5400,23 +5495,23 @@ declare class PasswordField
5400
5495
  }
5401
5496
  declare global {
5402
5497
  interface HTMLElementTagNameMap {
5403
- [tagName$o]: PasswordField;
5498
+ [tagName$p]: PasswordField;
5404
5499
  }
5405
5500
  }
5406
5501
  declare module 'preact' {
5407
5502
  namespace createElement.JSX {
5408
5503
  interface IntrinsicElements {
5409
- [tagName$o]: PasswordFieldJSXProps &
5504
+ [tagName$p]: PasswordFieldJSXProps &
5410
5505
  PreactBaseElementProps<PasswordField>;
5411
5506
  }
5412
5507
  }
5413
5508
  }
5414
5509
 
5415
- declare const tagName$o = 's-password-field';
5510
+ declare const tagName$p = 's-password-field';
5416
5511
  export interface PasswordFieldJSXProps
5417
5512
  extends Partial<PasswordFieldProps>,
5418
5513
  Pick<PasswordFieldProps$1, 'id'>,
5419
- FieldReactProps<typeof tagName$o> {}
5514
+ FieldReactProps<typeof tagName$p> {}
5420
5515
 
5421
5516
  export interface QueryContainerProps
5422
5517
  extends Required<Pick<QueryContainerProps$1, 'id' | 'containerName'>> {}
@@ -5432,13 +5527,13 @@ declare class QueryContainer
5432
5527
  }
5433
5528
  declare global {
5434
5529
  interface HTMLElementTagNameMap {
5435
- [tagName$n]: QueryContainer;
5530
+ [tagName$o]: QueryContainer;
5436
5531
  }
5437
5532
  }
5438
5533
  declare module 'preact' {
5439
5534
  namespace createElement.JSX {
5440
5535
  interface IntrinsicElements {
5441
- [tagName$n]: Omit<
5536
+ [tagName$o]: Omit<
5442
5537
  HTMLAttributes<HTMLElement>,
5443
5538
  Extract<keyof HTMLAttributes<HTMLElement>, `on${Capitalize<string>}`>
5444
5539
  > &
@@ -5447,7 +5542,7 @@ declare module 'preact' {
5447
5542
  }
5448
5543
  }
5449
5544
 
5450
- declare const tagName$n = 's-query-container';
5545
+ declare const tagName$o = 's-query-container';
5451
5546
  export interface QueryContainerJSXProps
5452
5547
  extends Partial<QueryContainerProps$1>,
5453
5548
  Pick<QueryContainerProps$1, 'id'> {}
@@ -5487,22 +5582,22 @@ declare class SearchField
5487
5582
  }
5488
5583
  declare global {
5489
5584
  interface HTMLElementTagNameMap {
5490
- [tagName$m]: SearchField;
5585
+ [tagName$n]: SearchField;
5491
5586
  }
5492
5587
  }
5493
5588
  declare module 'preact' {
5494
5589
  namespace createElement.JSX {
5495
5590
  interface IntrinsicElements {
5496
- [tagName$m]: SearchFieldJSXProps & PreactBaseElementProps<SearchField>;
5591
+ [tagName$n]: SearchFieldJSXProps & PreactBaseElementProps<SearchField>;
5497
5592
  }
5498
5593
  }
5499
5594
  }
5500
5595
 
5501
- declare const tagName$m = 's-search-field';
5596
+ declare const tagName$n = 's-search-field';
5502
5597
  export interface SearchFieldJSXProps
5503
5598
  extends Partial<SearchFieldProps>,
5504
5599
  Pick<TextFieldProps$1, 'id'>,
5505
- FieldReactProps<typeof tagName$m> {}
5600
+ FieldReactProps<typeof tagName$n> {}
5506
5601
 
5507
5602
  export type RequiredSectionProps = Required<SectionProps$1>;
5508
5603
  export interface SectionProps
@@ -5525,19 +5620,19 @@ declare class Section extends PreactCustomElement implements SectionProps {
5525
5620
  }
5526
5621
  declare global {
5527
5622
  interface HTMLElementTagNameMap {
5528
- [tagName$l]: Section;
5623
+ [tagName$m]: Section;
5529
5624
  }
5530
5625
  }
5531
5626
  declare module 'preact' {
5532
5627
  namespace createElement.JSX {
5533
5628
  interface IntrinsicElements {
5534
- [tagName$l]: SectionJSXProps &
5629
+ [tagName$m]: SectionJSXProps &
5535
5630
  PreactBaseElementPropsWithChildren<Section>;
5536
5631
  }
5537
5632
  }
5538
5633
  }
5539
5634
 
5540
- declare const tagName$l = 's-section';
5635
+ declare const tagName$m = 's-section';
5541
5636
  export interface SectionJSXProps
5542
5637
  extends Partial<SectionProps>,
5543
5638
  Pick<SectionProps$1, 'id'> {}
@@ -5594,23 +5689,23 @@ declare class Select extends PreactInputElement implements SelectProps {
5594
5689
  }
5595
5690
  declare global {
5596
5691
  interface HTMLElementTagNameMap {
5597
- [tagName$k]: Select;
5692
+ [tagName$l]: Select;
5598
5693
  }
5599
5694
  }
5600
5695
  declare module 'preact' {
5601
5696
  namespace createElement.JSX {
5602
5697
  interface IntrinsicElements {
5603
- [tagName$k]: SelectJSXProps & PreactBaseElementPropsWithChildren<Select>;
5698
+ [tagName$l]: SelectJSXProps & PreactBaseElementPropsWithChildren<Select>;
5604
5699
  }
5605
5700
  }
5606
5701
  }
5607
5702
 
5608
- declare const tagName$k = 's-select';
5703
+ declare const tagName$l = 's-select';
5609
5704
  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;
5705
+ onChange?: (event: CallbackEvent<typeof tagName$l>) => void;
5706
+ onInput?: (event: CallbackEvent<typeof tagName$l>) => void;
5707
+ onBlur?: (event: CallbackEvent<typeof tagName$l>) => void;
5708
+ onFocus?: (event: CallbackEvent<typeof tagName$l>) => void;
5614
5709
  }
5615
5710
 
5616
5711
  export interface SpinnerProps
@@ -5625,18 +5720,18 @@ declare class Spinner extends PreactCustomElement implements SpinnerProps {
5625
5720
  }
5626
5721
  declare global {
5627
5722
  interface HTMLElementTagNameMap {
5628
- [tagName$j]: Spinner;
5723
+ [tagName$k]: Spinner;
5629
5724
  }
5630
5725
  }
5631
5726
  declare module 'preact' {
5632
5727
  namespace createElement.JSX {
5633
5728
  interface IntrinsicElements {
5634
- [tagName$j]: SpinnerJSXProps & PreactBaseElementProps<Spinner>;
5729
+ [tagName$k]: SpinnerJSXProps & PreactBaseElementProps<Spinner>;
5635
5730
  }
5636
5731
  }
5637
5732
  }
5638
5733
 
5639
- declare const tagName$j = 's-spinner';
5734
+ declare const tagName$k = 's-spinner';
5640
5735
  export interface SpinnerJSXProps
5641
5736
  extends Partial<SpinnerProps>,
5642
5737
  Pick<SpinnerProps$1, 'id'> {}
@@ -5710,18 +5805,18 @@ declare class Stack extends BoxElement implements StackProps {
5710
5805
  }
5711
5806
  declare global {
5712
5807
  interface HTMLElementTagNameMap {
5713
- [tagName$i]: Stack;
5808
+ [tagName$j]: Stack;
5714
5809
  }
5715
5810
  }
5716
5811
  declare module 'preact' {
5717
5812
  namespace createElement.JSX {
5718
5813
  interface IntrinsicElements {
5719
- [tagName$i]: StackJSXProps & PreactBaseElementPropsWithChildren<Stack>;
5814
+ [tagName$j]: StackJSXProps & PreactBaseElementPropsWithChildren<Stack>;
5720
5815
  }
5721
5816
  }
5722
5817
  }
5723
5818
 
5724
- declare const tagName$i = 's-stack';
5819
+ declare const tagName$j = 's-stack';
5725
5820
  export interface StackJSXProps
5726
5821
  extends Partial<StackProps>,
5727
5822
  Pick<StackProps$1, 'id'> {}
@@ -5736,23 +5831,23 @@ declare class Switch extends PreactCheckboxElement implements SwitchProps {
5736
5831
  }
5737
5832
  declare global {
5738
5833
  interface HTMLElementTagNameMap {
5739
- [tagName$h]: Switch;
5834
+ [tagName$i]: Switch;
5740
5835
  }
5741
5836
  }
5742
5837
  declare module 'preact' {
5743
5838
  namespace createElement.JSX {
5744
5839
  interface IntrinsicElements {
5745
- [tagName$h]: SwitchJSXProps & PreactBaseElementProps<Switch>;
5840
+ [tagName$i]: SwitchJSXProps & PreactBaseElementProps<Switch>;
5746
5841
  }
5747
5842
  }
5748
5843
  }
5749
5844
 
5750
- declare const tagName$h = 's-switch';
5845
+ declare const tagName$i = 's-switch';
5751
5846
  export interface SwitchJSXProps
5752
5847
  extends Partial<SwitchProps>,
5753
5848
  Pick<SwitchProps$1, 'id'> {
5754
- onChange?: ((event: CallbackEvent<typeof tagName$h>) => void) | null;
5755
- onInput?: ((event: CallbackEvent<typeof tagName$h>) => void) | null;
5849
+ onChange?: ((event: CallbackEvent<typeof tagName$i>) => void) | null;
5850
+ onInput?: ((event: CallbackEvent<typeof tagName$i>) => void) | null;
5756
5851
  }
5757
5852
 
5758
5853
  export interface TableProps
@@ -5805,19 +5900,19 @@ declare class Table extends PreactCustomElement implements TableProps {
5805
5900
  }
5806
5901
  declare global {
5807
5902
  interface HTMLElementTagNameMap {
5808
- [tagName$g]: Table;
5903
+ [tagName$h]: Table;
5809
5904
  }
5810
5905
  }
5811
5906
  declare module 'preact' {
5812
5907
  namespace createElement.JSX {
5813
5908
  interface IntrinsicElements {
5814
- [tagName$g]: Omit<TableJSXProps, 'filters'> &
5909
+ [tagName$h]: Omit<TableJSXProps, 'filters'> &
5815
5910
  PreactBaseElementPropsWithChildren<Table>;
5816
5911
  }
5817
5912
  }
5818
5913
  }
5819
5914
 
5820
- declare const tagName$g = 's-table';
5915
+ declare const tagName$h = 's-table';
5821
5916
  export interface TableJSXProps
5822
5917
  extends Partial<TableProps>,
5823
5918
  Pick<TableProps$1, 'id' | 'onNextPage' | 'onPreviousPage'> {
@@ -5834,19 +5929,19 @@ declare class TableBody extends PreactCustomElement implements TableBodyProps {
5834
5929
  }
5835
5930
  declare global {
5836
5931
  interface HTMLElementTagNameMap {
5837
- [tagName$f]: TableBody;
5932
+ [tagName$g]: TableBody;
5838
5933
  }
5839
5934
  }
5840
5935
  declare module 'preact' {
5841
5936
  namespace createElement.JSX {
5842
5937
  interface IntrinsicElements {
5843
- [tagName$f]: TableBodyJSXProps &
5938
+ [tagName$g]: TableBodyJSXProps &
5844
5939
  PreactBaseElementPropsWithChildren<TableBody>;
5845
5940
  }
5846
5941
  }
5847
5942
  }
5848
5943
 
5849
- declare const tagName$f = 's-table-body';
5944
+ declare const tagName$g = 's-table-body';
5850
5945
  export interface TableBodyJSXProps
5851
5946
  extends Partial<TableBodyProps>,
5852
5947
  Pick<TableBodyProps$1, 'id'> {}
@@ -5858,19 +5953,19 @@ declare class TableCell extends PreactCustomElement implements TableCellProps {
5858
5953
  }
5859
5954
  declare global {
5860
5955
  interface HTMLElementTagNameMap {
5861
- [tagName$e]: TableCell;
5956
+ [tagName$f]: TableCell;
5862
5957
  }
5863
5958
  }
5864
5959
  declare module 'preact' {
5865
5960
  namespace createElement.JSX {
5866
5961
  interface IntrinsicElements {
5867
- [tagName$e]: TableCellJSXProps &
5962
+ [tagName$f]: TableCellJSXProps &
5868
5963
  PreactBaseElementPropsWithChildren<TableCell>;
5869
5964
  }
5870
5965
  }
5871
5966
  }
5872
5967
 
5873
- declare const tagName$e = 's-table-cell';
5968
+ declare const tagName$f = 's-table-cell';
5874
5969
  export interface TableCellJSXProps
5875
5970
  extends Partial<TableCellProps>,
5876
5971
  Pick<TableCellProps$1, 'id'> {}
@@ -5884,19 +5979,19 @@ declare class TableHeader
5884
5979
  }
5885
5980
  declare global {
5886
5981
  interface HTMLElementTagNameMap {
5887
- [tagName$d]: TableHeader;
5982
+ [tagName$e]: TableHeader;
5888
5983
  }
5889
5984
  }
5890
5985
  declare module 'preact' {
5891
5986
  namespace createElement.JSX {
5892
5987
  interface IntrinsicElements {
5893
- [tagName$d]: TableHeaderJSXProps &
5988
+ [tagName$e]: TableHeaderJSXProps &
5894
5989
  PreactBaseElementPropsWithChildren<TableHeader>;
5895
5990
  }
5896
5991
  }
5897
5992
  }
5898
5993
 
5899
- declare const tagName$d = 's-table-header';
5994
+ declare const tagName$e = 's-table-header';
5900
5995
  export interface TableHeaderJSXProps
5901
5996
  extends Partial<TableHeaderProps>,
5902
5997
  Pick<TableHeaderProps$1, 'id'> {}
@@ -5914,19 +6009,19 @@ declare class TableHeaderRow
5914
6009
  }
5915
6010
  declare global {
5916
6011
  interface HTMLElementTagNameMap {
5917
- [tagName$c]: TableHeaderRow;
6012
+ [tagName$d]: TableHeaderRow;
5918
6013
  }
5919
6014
  }
5920
6015
  declare module 'preact' {
5921
6016
  namespace createElement.JSX {
5922
6017
  interface IntrinsicElements {
5923
- [tagName$c]: TableHeaderRowJSXProps &
6018
+ [tagName$d]: TableHeaderRowJSXProps &
5924
6019
  PreactBaseElementPropsWithChildren<TableHeaderRow>;
5925
6020
  }
5926
6021
  }
5927
6022
  }
5928
6023
 
5929
- declare const tagName$c = 's-table-header-row';
6024
+ declare const tagName$d = 's-table-header-row';
5930
6025
  export interface TableHeaderRowJSXProps
5931
6026
  extends Partial<TableHeaderRowProps>,
5932
6027
  Pick<TableHeaderRowProps$1, 'id'> {}
@@ -5938,19 +6033,19 @@ declare class TableRow extends PreactCustomElement implements TableRowProps {
5938
6033
  }
5939
6034
  declare global {
5940
6035
  interface HTMLElementTagNameMap {
5941
- [tagName$b]: TableRow;
6036
+ [tagName$c]: TableRow;
5942
6037
  }
5943
6038
  }
5944
6039
  declare module 'preact' {
5945
6040
  namespace createElement.JSX {
5946
6041
  interface IntrinsicElements {
5947
- [tagName$b]: TableRowJSXProps &
6042
+ [tagName$c]: TableRowJSXProps &
5948
6043
  PreactBaseElementPropsWithChildren<TableRow>;
5949
6044
  }
5950
6045
  }
5951
6046
  }
5952
6047
 
5953
- declare const tagName$b = 's-table-row';
6048
+ declare const tagName$c = 's-table-row';
5954
6049
  export interface TableRowJSXProps
5955
6050
  extends Partial<TableRowProps>,
5956
6051
  Pick<TableRowProps$1, 'id'> {}
@@ -5993,18 +6088,18 @@ declare class Text extends PreactCustomElement implements TextProps {
5993
6088
  }
5994
6089
  declare global {
5995
6090
  interface HTMLElementTagNameMap {
5996
- [tagName$a]: Text;
6091
+ [tagName$b]: Text;
5997
6092
  }
5998
6093
  }
5999
6094
  declare module 'preact' {
6000
6095
  namespace createElement.JSX {
6001
6096
  interface IntrinsicElements {
6002
- [tagName$a]: TextJSXProps & PreactBaseElementPropsWithChildren<Text>;
6097
+ [tagName$b]: TextJSXProps & PreactBaseElementPropsWithChildren<Text>;
6003
6098
  }
6004
6099
  }
6005
6100
  }
6006
6101
 
6007
- declare const tagName$a = 's-text';
6102
+ declare const tagName$b = 's-text';
6008
6103
  export interface TextJSXProps
6009
6104
  extends Partial<TextProps>,
6010
6105
  Pick<TextProps$1, 'id'> {}
@@ -6025,22 +6120,22 @@ declare class TextArea
6025
6120
  }
6026
6121
  declare global {
6027
6122
  interface HTMLElementTagNameMap {
6028
- [tagName$9]: TextArea;
6123
+ [tagName$a]: TextArea;
6029
6124
  }
6030
6125
  }
6031
6126
  declare module 'preact' {
6032
6127
  namespace createElement.JSX {
6033
6128
  interface IntrinsicElements {
6034
- [tagName$9]: TextAreaJSXProps & PreactBaseElementProps<TextArea>;
6129
+ [tagName$a]: TextAreaJSXProps & PreactBaseElementProps<TextArea>;
6035
6130
  }
6036
6131
  }
6037
6132
  }
6038
6133
 
6039
- declare const tagName$9 = 's-text-area';
6134
+ declare const tagName$a = 's-text-area';
6040
6135
  export interface TextAreaJSXProps
6041
6136
  extends Partial<TextAreaProps>,
6042
6137
  Pick<TextAreaProps$1, 'id'>,
6043
- FieldReactProps<typeof tagName$9> {}
6138
+ FieldReactProps<typeof tagName$a> {}
6044
6139
 
6045
6140
  export type TextFieldProps = PreactFieldProps<
6046
6141
  /** @default 'on' */
@@ -6066,29 +6161,64 @@ declare class TextField
6066
6161
  }
6067
6162
  declare global {
6068
6163
  interface HTMLElementTagNameMap {
6069
- [tagName$8]: TextField;
6164
+ [tagName$9]: TextField;
6070
6165
  }
6071
6166
  }
6072
6167
  declare module 'preact' {
6073
6168
  namespace createElement.JSX {
6074
6169
  interface IntrinsicElements {
6075
- [tagName$8]: Omit<TextFieldJSXProps, 'accessory'> &
6170
+ [tagName$9]: Omit<TextFieldJSXProps, 'accessory'> &
6076
6171
  PreactBaseElementProps<TextField>;
6077
6172
  }
6078
6173
  }
6079
6174
  }
6080
6175
 
6081
- declare const tagName$8 = 's-text-field';
6176
+ declare const tagName$9 = 's-text-field';
6082
6177
  export interface TextFieldJSXProps
6083
6178
  extends Partial<Omit<TextFieldProps, 'accessory'>>,
6084
6179
  Pick<TextFieldProps$1, 'id'>,
6085
- FieldReactProps<typeof tagName$8> {
6180
+ FieldReactProps<typeof tagName$9> {
6086
6181
  /**
6087
6182
  * The accessory to display in the text field.
6088
6183
  */
6089
6184
  accessory?: ComponentChild;
6090
6185
  }
6091
6186
 
6187
+ export interface ThumbnailProps
6188
+ extends Required<Pick<ThumbnailProps$1, 'src' | 'alt'>> {
6189
+ size: Extract<
6190
+ ThumbnailProps$1['size'],
6191
+ 'small-200' | 'small-100' | 'small' | 'base' | 'large' | 'large-100'
6192
+ >;
6193
+ }
6194
+
6195
+ declare class Thumbnail extends PreactCustomElement implements ThumbnailProps {
6196
+ accessor src: ThumbnailProps['src'];
6197
+ accessor alt: ThumbnailProps['alt'];
6198
+ accessor size: ThumbnailProps['size'];
6199
+ constructor();
6200
+ }
6201
+ declare global {
6202
+ interface HTMLElementTagNameMap {
6203
+ [tagName$8]: Thumbnail;
6204
+ }
6205
+ }
6206
+ declare module 'preact' {
6207
+ namespace createElement.JSX {
6208
+ interface IntrinsicElements {
6209
+ [tagName$8]: ThumbnailJSXProps & PreactBaseElementProps<Thumbnail>;
6210
+ }
6211
+ }
6212
+ }
6213
+
6214
+ declare const tagName$8 = 's-thumbnail';
6215
+ export interface ThumbnailJSXProps
6216
+ extends Partial<ThumbnailProps>,
6217
+ Pick<ThumbnailProps$1, 'id'> {
6218
+ onLoad?: ((event: CallbackEvent<typeof tagName$8>) => void) | null;
6219
+ onError?: ((event: CallbackEvent<typeof tagName$8>) => void) | null;
6220
+ }
6221
+
6092
6222
  export type URLFieldProps = PreactFieldProps<
6093
6223
  Required<URLFieldProps$1>['autocomplete']
6094
6224
  > &
@@ -6391,6 +6521,7 @@ export {
6391
6521
  AdminAction,
6392
6522
  AdminBlock,
6393
6523
  AdminPrintAction,
6524
+ Avatar,
6394
6525
  Badge,
6395
6526
  Banner,
6396
6527
  Box,
@@ -6436,6 +6567,7 @@ export {
6436
6567
  Text,
6437
6568
  TextArea,
6438
6569
  TextField,
6570
+ Thumbnail,
6439
6571
  URLField,
6440
6572
  UnorderedList,
6441
6573
  };
@@ -6443,6 +6575,7 @@ export type {
6443
6575
  AdminActionJSXProps,
6444
6576
  AdminBlockJSXProps,
6445
6577
  AdminPrintActionJSXProps,
6578
+ AvatarJSXProps,
6446
6579
  BadgeJSXProps,
6447
6580
  BannerJSXProps,
6448
6581
  BoxJSXProps,
@@ -6488,10 +6621,16 @@ export type {
6488
6621
  TextAreaJSXProps,
6489
6622
  TextFieldJSXProps,
6490
6623
  TextJSXProps,
6624
+ ThumbnailJSXProps,
6491
6625
  URLFieldJSXProps,
6492
6626
  UnorderedListJSXProps,
6493
6627
  };
6494
6628
 
6629
+ export interface AvatarEvents {
6630
+ load: CallbackEventListener<typeof tagName> | null = null;
6631
+ error: OnErrorEventHandler = null;
6632
+ }
6633
+
6495
6634
  export interface BannerEvents {
6496
6635
  dismiss: CallbackEventListener<typeof tagName> | null = null;
6497
6636
  afterhide: CallbackEventListener<typeof tagName> | null = null;
@@ -6635,6 +6774,11 @@ export interface TextFieldSlots {
6635
6774
  accessory?: HTMLElement;
6636
6775
  }
6637
6776
 
6777
+ export interface ThumbnailEvents {
6778
+ load: CallbackEventListener<typeof tagName> | null = null;
6779
+ error: OnErrorEventHandler = null;
6780
+ }
6781
+
6638
6782
  export interface URLFieldEvents {
6639
6783
  change: CallbackEventListener<'input'>;
6640
6784
  input: CallbackEventListener<'input'>;
@@ -6664,95 +6808,205 @@ export interface FunctionSettingsEvents {
6664
6808
  declare module 'react' {
6665
6809
  namespace JSX {
6666
6810
  interface IntrinsicElements {
6667
- [tagName$N]: BadgeJSXProps & ReactBaseElementPropsWithChildren<Badge>;
6811
+ [tagName$P]: AvatarJSXProps & ReactBaseElementPropsWithChildren<Avatar>;
6668
6812
  }
6669
6813
  }
6670
6814
  }
6671
- declare module 'react' {
6815
+ declare global {
6672
6816
  namespace JSX {
6673
6817
  interface IntrinsicElements {
6674
- [tagName$M]: Omit<BannerJSXProps, 'secondaryActions'> &
6675
- ReactBaseElementPropsWithChildren<Banner>;
6818
+ [tagName$P]: AvatarJSXProps & ReactBaseElementPropsWithChildren<Avatar>;
6676
6819
  }
6677
6820
  }
6678
6821
  }
6679
6822
  declare module 'react' {
6680
6823
  namespace JSX {
6681
6824
  interface IntrinsicElements {
6682
- [tagName$L]: BoxJSXProps & ReactBaseElementPropsWithChildren<Box>;
6825
+ [tagName$O]: BadgeJSXProps & ReactBaseElementPropsWithChildren<Badge>;
6683
6826
  }
6684
6827
  }
6685
6828
  }
6686
- declare module 'react' {
6829
+ declare global {
6687
6830
  namespace JSX {
6688
6831
  interface IntrinsicElements {
6689
- [tagName$K]: ButtonJSXProps & ReactBaseElementPropsWithChildren<Button>;
6832
+ [tagName$O]: BadgeJSXProps & ReactBaseElementPropsWithChildren<Badge>;
6690
6833
  }
6691
6834
  }
6692
6835
  }
6693
6836
  declare module 'react' {
6694
6837
  namespace JSX {
6695
6838
  interface IntrinsicElements {
6696
- [tagName$J]: CheckboxJSXProps &
6697
- ReactBaseElementPropsWithChildren<Checkbox>;
6839
+ [tagName$N]: Omit<BannerJSXProps, 'secondaryActions'> &
6840
+ ReactBaseElementPropsWithChildren<Banner>;
6698
6841
  }
6699
6842
  }
6700
6843
  }
6701
- declare module 'react' {
6844
+ declare global {
6702
6845
  namespace JSX {
6703
6846
  interface IntrinsicElements {
6704
- [tagName$I]: ChoiceJSXProps & ReactBaseElementPropsWithChildren<Choice>;
6847
+ [tagName$N]: Omit<BannerJSXProps, 'secondaryActions'> &
6848
+ ReactBaseElementPropsWithChildren<Banner>;
6705
6849
  }
6706
6850
  }
6707
6851
  }
6708
6852
  declare module 'react' {
6709
6853
  namespace JSX {
6710
6854
  interface IntrinsicElements {
6711
- [tagName$H]: ChoiceListJSXProps &
6712
- ReactBaseElementPropsWithChildren<ChoiceList>;
6855
+ [tagName$M]: BoxJSXProps & ReactBaseElementPropsWithChildren<Box>;
6713
6856
  }
6714
6857
  }
6715
6858
  }
6716
- declare module 'react' {
6859
+ declare global {
6717
6860
  namespace JSX {
6718
6861
  interface IntrinsicElements {
6719
- [tagName$G]: ClickableJSXProps &
6720
- ReactBaseElementPropsWithChildren<Clickable>;
6862
+ [tagName$M]: BoxJSXProps & ReactBaseElementPropsWithChildren<Box>;
6721
6863
  }
6722
6864
  }
6723
6865
  }
6724
6866
  declare module 'react' {
6725
6867
  namespace JSX {
6726
6868
  interface IntrinsicElements {
6727
- [tagName$F]: DatePickerJSXProps & ReactBaseElementProps<DatePicker>;
6869
+ [tagName$L]: ButtonJSXProps & ReactBaseElementPropsWithChildren<Button>;
6728
6870
  }
6729
6871
  }
6730
6872
  }
6731
- declare module 'react' {
6873
+ declare global {
6732
6874
  namespace JSX {
6733
6875
  interface IntrinsicElements {
6734
- [tagName$E]: DividerJSXProps & ReactBaseElementProps<Divider>;
6876
+ [tagName$L]: ButtonJSXProps & ReactBaseElementPropsWithChildren<Button>;
6735
6877
  }
6736
6878
  }
6737
6879
  }
6738
6880
  declare module 'react' {
6739
6881
  namespace JSX {
6740
6882
  interface IntrinsicElements {
6741
- [tagName$D]: EmailFieldJSXProps & ReactBaseElementProps<EmailField>;
6883
+ [tagName$K]: CheckboxJSXProps &
6884
+ ReactBaseElementPropsWithChildren<Checkbox>;
6885
+ }
6886
+ }
6887
+ }
6888
+ declare global {
6889
+ namespace JSX {
6890
+ interface IntrinsicElements {
6891
+ [tagName$K]: CheckboxJSXProps &
6892
+ ReactBaseElementPropsWithChildren<Checkbox>;
6742
6893
  }
6743
6894
  }
6744
6895
  }
6745
6896
  declare module 'react' {
6746
6897
  namespace JSX {
6747
6898
  interface IntrinsicElements {
6748
- [tagName$C]: GridJSXProps & ReactBaseElementPropsWithChildren<Grid>;
6899
+ [tagName$J]: ChoiceJSXProps & ReactBaseElementPropsWithChildren<Choice>;
6900
+ }
6901
+ }
6902
+ }
6903
+ declare global {
6904
+ namespace JSX {
6905
+ interface IntrinsicElements {
6906
+ [tagName$J]: ChoiceJSXProps & ReactBaseElementPropsWithChildren<Choice>;
6749
6907
  }
6750
6908
  }
6751
6909
  }
6752
6910
  declare module 'react' {
6753
6911
  namespace JSX {
6754
6912
  interface IntrinsicElements {
6755
- [tagName$B]: GridItemJSXProps &
6913
+ [tagName$I]: ChoiceListJSXProps &
6914
+ ReactBaseElementPropsWithChildren<ChoiceList>;
6915
+ }
6916
+ }
6917
+ }
6918
+ declare global {
6919
+ namespace JSX {
6920
+ interface IntrinsicElements {
6921
+ [tagName$I]: ChoiceListJSXProps &
6922
+ ReactBaseElementPropsWithChildren<ChoiceList>;
6923
+ }
6924
+ }
6925
+ }
6926
+ declare module 'react' {
6927
+ namespace JSX {
6928
+ interface IntrinsicElements {
6929
+ [tagName$H]: ClickableJSXProps &
6930
+ ReactBaseElementPropsWithChildren<Clickable>;
6931
+ }
6932
+ }
6933
+ }
6934
+ declare global {
6935
+ namespace JSX {
6936
+ interface IntrinsicElements {
6937
+ [tagName$H]: ClickableJSXProps &
6938
+ ReactBaseElementPropsWithChildren<Clickable>;
6939
+ }
6940
+ }
6941
+ }
6942
+ declare module 'react' {
6943
+ namespace JSX {
6944
+ interface IntrinsicElements {
6945
+ [tagName$G]: DatePickerJSXProps & ReactBaseElementProps<DatePicker>;
6946
+ }
6947
+ }
6948
+ }
6949
+ declare global {
6950
+ namespace JSX {
6951
+ interface IntrinsicElements {
6952
+ [tagName$G]: DatePickerJSXProps & ReactBaseElementProps<DatePicker>;
6953
+ }
6954
+ }
6955
+ }
6956
+ declare module 'react' {
6957
+ namespace JSX {
6958
+ interface IntrinsicElements {
6959
+ [tagName$F]: DividerJSXProps & ReactBaseElementProps<Divider>;
6960
+ }
6961
+ }
6962
+ }
6963
+ declare global {
6964
+ namespace JSX {
6965
+ interface IntrinsicElements {
6966
+ [tagName$F]: DividerJSXProps & ReactBaseElementProps<Divider>;
6967
+ }
6968
+ }
6969
+ }
6970
+ declare module 'react' {
6971
+ namespace JSX {
6972
+ interface IntrinsicElements {
6973
+ [tagName$E]: EmailFieldJSXProps & ReactBaseElementProps<EmailField>;
6974
+ }
6975
+ }
6976
+ }
6977
+ declare global {
6978
+ namespace JSX {
6979
+ interface IntrinsicElements {
6980
+ [tagName$E]: EmailFieldJSXProps & ReactBaseElementProps<EmailField>;
6981
+ }
6982
+ }
6983
+ }
6984
+ declare module 'react' {
6985
+ namespace JSX {
6986
+ interface IntrinsicElements {
6987
+ [tagName$D]: GridJSXProps & ReactBaseElementPropsWithChildren<Grid>;
6988
+ }
6989
+ }
6990
+ }
6991
+ declare global {
6992
+ namespace JSX {
6993
+ interface IntrinsicElements {
6994
+ [tagName$D]: GridJSXProps & ReactBaseElementPropsWithChildren<Grid>;
6995
+ }
6996
+ }
6997
+ }
6998
+ declare module 'react' {
6999
+ namespace JSX {
7000
+ interface IntrinsicElements {
7001
+ [tagName$C]: GridItemJSXProps &
7002
+ ReactBaseElementPropsWithChildren<GridItem>;
7003
+ }
7004
+ }
7005
+ }
7006
+ declare global {
7007
+ namespace JSX {
7008
+ interface IntrinsicElements {
7009
+ [tagName$C]: GridItemJSXProps &
6756
7010
  ReactBaseElementPropsWithChildren<GridItem>;
6757
7011
  }
6758
7012
  }
@@ -6760,35 +7014,71 @@ declare module 'react' {
6760
7014
  declare module 'react' {
6761
7015
  namespace JSX {
6762
7016
  interface IntrinsicElements {
6763
- [tagName$A]: HeadingJSXProps & ReactBaseElementPropsWithChildren<Heading>;
7017
+ [tagName$B]: HeadingJSXProps & ReactBaseElementPropsWithChildren<Heading>;
7018
+ }
7019
+ }
7020
+ }
7021
+ declare global {
7022
+ namespace JSX {
7023
+ interface IntrinsicElements {
7024
+ [tagName$B]: HeadingJSXProps & ReactBaseElementPropsWithChildren<Heading>;
6764
7025
  }
6765
7026
  }
6766
7027
  }
6767
7028
  declare module 'react' {
6768
7029
  namespace JSX {
6769
7030
  interface IntrinsicElements {
6770
- [tagName$z]: IconJSXProps & ReactBaseElementProps<Icon>;
7031
+ [tagName$A]: IconJSXProps & ReactBaseElementProps<Icon>;
7032
+ }
7033
+ }
7034
+ }
7035
+ declare global {
7036
+ namespace JSX {
7037
+ interface IntrinsicElements {
7038
+ [tagName$A]: IconJSXProps & ReactBaseElementProps<Icon>;
6771
7039
  }
6772
7040
  }
6773
7041
  }
6774
7042
  declare module 'react' {
6775
7043
  namespace JSX {
6776
7044
  interface IntrinsicElements {
6777
- [tagName$y]: ImageJSXProps & ReactBaseElementProps<Image>;
7045
+ [tagName$z]: ImageJSXProps & ReactBaseElementProps<Image>;
7046
+ }
7047
+ }
7048
+ }
7049
+ declare global {
7050
+ namespace JSX {
7051
+ interface IntrinsicElements {
7052
+ [tagName$z]: ImageJSXProps & ReactBaseElementProps<Image>;
6778
7053
  }
6779
7054
  }
6780
7055
  }
6781
7056
  declare module 'react' {
6782
7057
  namespace JSX {
6783
7058
  interface IntrinsicElements {
6784
- [tagName$x]: LinkJSXProps & ReactBaseElementPropsWithChildren<Link>;
7059
+ [tagName$y]: LinkJSXProps & ReactBaseElementPropsWithChildren<Link>;
7060
+ }
7061
+ }
7062
+ }
7063
+ declare global {
7064
+ namespace JSX {
7065
+ interface IntrinsicElements {
7066
+ [tagName$y]: LinkJSXProps & ReactBaseElementPropsWithChildren<Link>;
6785
7067
  }
6786
7068
  }
6787
7069
  }
6788
7070
  declare module 'react' {
6789
7071
  namespace JSX {
6790
7072
  interface IntrinsicElements {
6791
- [tagName$w]: ListItemJSXProps &
7073
+ [tagName$x]: ListItemJSXProps &
7074
+ ReactBaseElementPropsWithChildren<ListItem>;
7075
+ }
7076
+ }
7077
+ }
7078
+ declare global {
7079
+ namespace JSX {
7080
+ interface IntrinsicElements {
7081
+ [tagName$x]: ListItemJSXProps &
6792
7082
  ReactBaseElementPropsWithChildren<ListItem>;
6793
7083
  }
6794
7084
  }
@@ -6796,28 +7086,57 @@ declare module 'react' {
6796
7086
  declare module 'react' {
6797
7087
  namespace JSX {
6798
7088
  interface IntrinsicElements {
6799
- [tagName$v]: MoneyFieldJSXProps & ReactBaseElementProps<MoneyField>;
7089
+ [tagName$w]: MoneyFieldJSXProps & ReactBaseElementProps<MoneyField>;
7090
+ }
7091
+ }
7092
+ }
7093
+ declare global {
7094
+ namespace JSX {
7095
+ interface IntrinsicElements {
7096
+ [tagName$w]: MoneyFieldJSXProps & ReactBaseElementProps<MoneyField>;
6800
7097
  }
6801
7098
  }
6802
7099
  }
6803
7100
  declare module 'react' {
6804
7101
  namespace JSX {
6805
7102
  interface IntrinsicElements {
6806
- [tagName$u]: NumberFieldJSXProps & ReactBaseElementProps<NumberField>;
7103
+ [tagName$v]: NumberFieldJSXProps & ReactBaseElementProps<NumberField>;
7104
+ }
7105
+ }
7106
+ }
7107
+ declare global {
7108
+ namespace JSX {
7109
+ interface IntrinsicElements {
7110
+ [tagName$v]: NumberFieldJSXProps & ReactBaseElementProps<NumberField>;
6807
7111
  }
6808
7112
  }
6809
7113
  }
6810
7114
  declare module 'react' {
6811
7115
  namespace JSX {
6812
7116
  interface IntrinsicElements {
6813
- [tagName$t]: OptionJSXProps & ReactBaseElementPropsWithChildren<Option>;
7117
+ [tagName$u]: OptionJSXProps & ReactBaseElementPropsWithChildren<Option>;
7118
+ }
7119
+ }
7120
+ }
7121
+ declare global {
7122
+ namespace JSX {
7123
+ interface IntrinsicElements {
7124
+ [tagName$u]: OptionJSXProps & ReactBaseElementPropsWithChildren<Option>;
6814
7125
  }
6815
7126
  }
6816
7127
  }
6817
7128
  declare module 'react' {
6818
7129
  namespace JSX {
6819
7130
  interface IntrinsicElements {
6820
- [tagName$s]: OptionGroupJSXProps &
7131
+ [tagName$t]: OptionGroupJSXProps &
7132
+ ReactBaseElementPropsWithChildren<OptionGroup>;
7133
+ }
7134
+ }
7135
+ }
7136
+ declare global {
7137
+ namespace JSX {
7138
+ interface IntrinsicElements {
7139
+ [tagName$t]: OptionGroupJSXProps &
6821
7140
  ReactBaseElementPropsWithChildren<OptionGroup>;
6822
7141
  }
6823
7142
  }
@@ -6825,7 +7144,15 @@ declare module 'react' {
6825
7144
  declare module 'react' {
6826
7145
  namespace JSX {
6827
7146
  interface IntrinsicElements {
6828
- [tagName$r]: OrderedListJSXProps &
7147
+ [tagName$s]: OrderedListJSXProps &
7148
+ ReactBaseElementPropsWithChildren<OrderedList>;
7149
+ }
7150
+ }
7151
+ }
7152
+ declare global {
7153
+ namespace JSX {
7154
+ interface IntrinsicElements {
7155
+ [tagName$s]: OrderedListJSXProps &
6829
7156
  ReactBaseElementPropsWithChildren<OrderedList>;
6830
7157
  }
6831
7158
  }
@@ -6833,7 +7160,15 @@ declare module 'react' {
6833
7160
  declare module 'react' {
6834
7161
  namespace JSX {
6835
7162
  interface IntrinsicElements {
6836
- [tagName$q]: Omit<PageJSXProps, 'aside'> &
7163
+ [tagName$r]: Omit<PageJSXProps, 'aside'> &
7164
+ ReactBaseElementPropsWithChildren<Page>;
7165
+ }
7166
+ }
7167
+ }
7168
+ declare global {
7169
+ namespace JSX {
7170
+ interface IntrinsicElements {
7171
+ [tagName$r]: Omit<PageJSXProps, 'aside'> &
6837
7172
  ReactBaseElementPropsWithChildren<Page>;
6838
7173
  }
6839
7174
  }
@@ -6841,7 +7176,15 @@ declare module 'react' {
6841
7176
  declare module 'react' {
6842
7177
  namespace JSX {
6843
7178
  interface IntrinsicElements {
6844
- [tagName$p]: ParagraphJSXProps &
7179
+ [tagName$q]: ParagraphJSXProps &
7180
+ ReactBaseElementPropsWithChildren<Paragraph>;
7181
+ }
7182
+ }
7183
+ }
7184
+ declare global {
7185
+ namespace JSX {
7186
+ interface IntrinsicElements {
7187
+ [tagName$q]: ParagraphJSXProps &
6845
7188
  ReactBaseElementPropsWithChildren<Paragraph>;
6846
7189
  }
6847
7190
  }
@@ -6849,14 +7192,21 @@ declare module 'react' {
6849
7192
  declare module 'react' {
6850
7193
  namespace JSX {
6851
7194
  interface IntrinsicElements {
6852
- [tagName$o]: PasswordFieldJSXProps & ReactBaseElementProps<PasswordField>;
7195
+ [tagName$p]: PasswordFieldJSXProps & ReactBaseElementProps<PasswordField>;
7196
+ }
7197
+ }
7198
+ }
7199
+ declare global {
7200
+ namespace JSX {
7201
+ interface IntrinsicElements {
7202
+ [tagName$p]: PasswordFieldJSXProps & ReactBaseElementProps<PasswordField>;
6853
7203
  }
6854
7204
  }
6855
7205
  }
6856
7206
  declare module 'react' {
6857
7207
  namespace JSX {
6858
7208
  interface IntrinsicElements {
6859
- [tagName$n]: Omit<
7209
+ [tagName$o]: Omit<
6860
7210
  HTMLAttributes<HTMLElement>,
6861
7211
  Extract<keyof HTMLAttributes<HTMLElement>, `on${Capitalize<string>}`>
6862
7212
  > &
@@ -6864,52 +7214,116 @@ declare module 'react' {
6864
7214
  }
6865
7215
  }
6866
7216
  }
7217
+ declare global {
7218
+ namespace JSX {
7219
+ interface IntrinsicElements {
7220
+ [tagName$o]: Omit<
7221
+ React.HTMLAttributes<HTMLElement>,
7222
+ Extract<
7223
+ keyof React.HTMLAttributes<HTMLElement>,
7224
+ `on${Capitalize<string>}`
7225
+ >
7226
+ > &
7227
+ QueryContainerJSXProps;
7228
+ }
7229
+ }
7230
+ }
6867
7231
  declare module 'react' {
6868
7232
  namespace JSX {
6869
7233
  interface IntrinsicElements {
6870
- [tagName$m]: SearchFieldJSXProps & ReactBaseElementProps<SearchField>;
7234
+ [tagName$n]: SearchFieldJSXProps & ReactBaseElementProps<SearchField>;
7235
+ }
7236
+ }
7237
+ }
7238
+ declare global {
7239
+ namespace JSX {
7240
+ interface IntrinsicElements {
7241
+ [tagName$n]: SearchFieldJSXProps & ReactBaseElementProps<SearchField>;
6871
7242
  }
6872
7243
  }
6873
7244
  }
6874
7245
  declare module 'react' {
6875
7246
  namespace JSX {
6876
7247
  interface IntrinsicElements {
6877
- [tagName$l]: SectionJSXProps & ReactBaseElementPropsWithChildren<Section>;
7248
+ [tagName$m]: SectionJSXProps & ReactBaseElementPropsWithChildren<Section>;
7249
+ }
7250
+ }
7251
+ }
7252
+ declare global {
7253
+ namespace JSX {
7254
+ interface IntrinsicElements {
7255
+ [tagName$m]: SectionJSXProps & ReactBaseElementPropsWithChildren<Section>;
6878
7256
  }
6879
7257
  }
6880
7258
  }
6881
7259
  declare module 'react' {
6882
7260
  namespace JSX {
6883
7261
  interface IntrinsicElements {
6884
- [tagName$k]: SelectJSXProps & ReactBaseElementPropsWithChildren<Select>;
7262
+ [tagName$l]: SelectJSXProps & ReactBaseElementPropsWithChildren<Select>;
7263
+ }
7264
+ }
7265
+ }
7266
+ declare global {
7267
+ namespace JSX {
7268
+ interface IntrinsicElements {
7269
+ [tagName$l]: SelectJSXProps & ReactBaseElementPropsWithChildren<Select>;
6885
7270
  }
6886
7271
  }
6887
7272
  }
6888
7273
  declare module 'react' {
6889
7274
  namespace JSX {
6890
7275
  interface IntrinsicElements {
6891
- [tagName$j]: SpinnerJSXProps & ReactBaseElementProps<Spinner>;
7276
+ [tagName$k]: SpinnerJSXProps & ReactBaseElementProps<Spinner>;
7277
+ }
7278
+ }
7279
+ }
7280
+ declare global {
7281
+ namespace JSX {
7282
+ interface IntrinsicElements {
7283
+ [tagName$k]: SpinnerJSXProps & ReactBaseElementProps<Spinner>;
6892
7284
  }
6893
7285
  }
6894
7286
  }
6895
7287
  declare module 'react' {
6896
7288
  namespace JSX {
6897
7289
  interface IntrinsicElements {
6898
- [tagName$i]: StackJSXProps & ReactBaseElementPropsWithChildren<Stack>;
7290
+ [tagName$j]: StackJSXProps & ReactBaseElementPropsWithChildren<Stack>;
7291
+ }
7292
+ }
7293
+ }
7294
+ declare global {
7295
+ namespace JSX {
7296
+ interface IntrinsicElements {
7297
+ [tagName$j]: StackJSXProps & ReactBaseElementPropsWithChildren<Stack>;
6899
7298
  }
6900
7299
  }
6901
7300
  }
6902
7301
  declare module 'react' {
6903
7302
  namespace JSX {
6904
7303
  interface IntrinsicElements {
6905
- [tagName$h]: SwitchJSXProps & ReactBaseElementProps<Switch>;
7304
+ [tagName$i]: SwitchJSXProps & ReactBaseElementProps<Switch>;
7305
+ }
7306
+ }
7307
+ }
7308
+ declare global {
7309
+ namespace JSX {
7310
+ interface IntrinsicElements {
7311
+ [tagName$i]: SwitchJSXProps & ReactBaseElementProps<Switch>;
6906
7312
  }
6907
7313
  }
6908
7314
  }
6909
7315
  declare module 'react' {
6910
7316
  namespace JSX {
6911
7317
  interface IntrinsicElements {
6912
- [tagName$g]: Omit<TableJSXProps, 'filters'> &
7318
+ [tagName$h]: Omit<TableJSXProps, 'filters'> &
7319
+ ReactBaseElementPropsWithChildren<Table>;
7320
+ }
7321
+ }
7322
+ }
7323
+ declare global {
7324
+ namespace JSX {
7325
+ interface IntrinsicElements {
7326
+ [tagName$h]: Omit<TableJSXProps, 'filters'> &
6913
7327
  ReactBaseElementPropsWithChildren<Table>;
6914
7328
  }
6915
7329
  }
@@ -6917,7 +7331,15 @@ declare module 'react' {
6917
7331
  declare module 'react' {
6918
7332
  namespace JSX {
6919
7333
  interface IntrinsicElements {
6920
- [tagName$f]: TableBodyJSXProps &
7334
+ [tagName$g]: TableBodyJSXProps &
7335
+ ReactBaseElementPropsWithChildren<TableBody>;
7336
+ }
7337
+ }
7338
+ }
7339
+ declare global {
7340
+ namespace JSX {
7341
+ interface IntrinsicElements {
7342
+ [tagName$g]: TableBodyJSXProps &
6921
7343
  ReactBaseElementPropsWithChildren<TableBody>;
6922
7344
  }
6923
7345
  }
@@ -6925,7 +7347,15 @@ declare module 'react' {
6925
7347
  declare module 'react' {
6926
7348
  namespace JSX {
6927
7349
  interface IntrinsicElements {
6928
- [tagName$e]: TableCellJSXProps &
7350
+ [tagName$f]: TableCellJSXProps &
7351
+ ReactBaseElementPropsWithChildren<TableCell>;
7352
+ }
7353
+ }
7354
+ }
7355
+ declare global {
7356
+ namespace JSX {
7357
+ interface IntrinsicElements {
7358
+ [tagName$f]: TableCellJSXProps &
6929
7359
  ReactBaseElementPropsWithChildren<TableCell>;
6930
7360
  }
6931
7361
  }
@@ -6933,7 +7363,15 @@ declare module 'react' {
6933
7363
  declare module 'react' {
6934
7364
  namespace JSX {
6935
7365
  interface IntrinsicElements {
6936
- [tagName$d]: TableHeaderJSXProps &
7366
+ [tagName$e]: TableHeaderJSXProps &
7367
+ ReactBaseElementPropsWithChildren<TableHeader>;
7368
+ }
7369
+ }
7370
+ }
7371
+ declare global {
7372
+ namespace JSX {
7373
+ interface IntrinsicElements {
7374
+ [tagName$e]: TableHeaderJSXProps &
6937
7375
  ReactBaseElementPropsWithChildren<TableHeader>;
6938
7376
  }
6939
7377
  }
@@ -6941,7 +7379,15 @@ declare module 'react' {
6941
7379
  declare module 'react' {
6942
7380
  namespace JSX {
6943
7381
  interface IntrinsicElements {
6944
- [tagName$c]: TableHeaderRowJSXProps &
7382
+ [tagName$d]: TableHeaderRowJSXProps &
7383
+ ReactBaseElementPropsWithChildren<TableHeaderRow>;
7384
+ }
7385
+ }
7386
+ }
7387
+ declare global {
7388
+ namespace JSX {
7389
+ interface IntrinsicElements {
7390
+ [tagName$d]: TableHeaderRowJSXProps &
6945
7391
  ReactBaseElementPropsWithChildren<TableHeaderRow>;
6946
7392
  }
6947
7393
  }
@@ -6949,7 +7395,15 @@ declare module 'react' {
6949
7395
  declare module 'react' {
6950
7396
  namespace JSX {
6951
7397
  interface IntrinsicElements {
6952
- [tagName$b]: TableRowJSXProps &
7398
+ [tagName$c]: TableRowJSXProps &
7399
+ ReactBaseElementPropsWithChildren<TableRow>;
7400
+ }
7401
+ }
7402
+ }
7403
+ declare global {
7404
+ namespace JSX {
7405
+ interface IntrinsicElements {
7406
+ [tagName$c]: TableRowJSXProps &
6953
7407
  ReactBaseElementPropsWithChildren<TableRow>;
6954
7408
  }
6955
7409
  }
@@ -6957,26 +7411,69 @@ declare module 'react' {
6957
7411
  declare module 'react' {
6958
7412
  namespace JSX {
6959
7413
  interface IntrinsicElements {
6960
- [tagName$a]: TextJSXProps & ReactBaseElementPropsWithChildren<Text>;
7414
+ [tagName$b]: TextJSXProps & ReactBaseElementPropsWithChildren<Text>;
7415
+ }
7416
+ }
7417
+ }
7418
+ declare global {
7419
+ namespace JSX {
7420
+ interface IntrinsicElements {
7421
+ [tagName$b]: TextJSXProps & ReactBaseElementPropsWithChildren<Text>;
6961
7422
  }
6962
7423
  }
6963
7424
  }
6964
7425
  declare module 'react' {
6965
7426
  namespace JSX {
6966
7427
  interface IntrinsicElements {
6967
- [tagName$9]: TextAreaJSXProps & ReactBaseElementProps<TextArea>;
7428
+ [tagName$a]: TextAreaJSXProps & ReactBaseElementProps<TextArea>;
7429
+ }
7430
+ }
7431
+ }
7432
+ declare global {
7433
+ namespace JSX {
7434
+ interface IntrinsicElements {
7435
+ [tagName$a]: TextAreaJSXProps & ReactBaseElementProps<TextArea>;
6968
7436
  }
6969
7437
  }
6970
7438
  }
6971
7439
  declare module 'react' {
6972
7440
  namespace JSX {
6973
7441
  interface IntrinsicElements {
6974
- [tagName$8]: Omit<TextFieldJSXProps, 'accessory'> &
7442
+ [tagName$9]: Omit<TextFieldJSXProps, 'accessory'> &
7443
+ ReactBaseElementProps<TextField>;
7444
+ }
7445
+ }
7446
+ }
7447
+ declare global {
7448
+ namespace JSX {
7449
+ interface IntrinsicElements {
7450
+ [tagName$9]: Omit<TextFieldJSXProps, 'accessory'> &
6975
7451
  ReactBaseElementProps<TextField>;
6976
7452
  }
6977
7453
  }
6978
7454
  }
6979
7455
  declare module 'react' {
7456
+ namespace JSX {
7457
+ interface IntrinsicElements {
7458
+ [tagName$8]: ThumbnailJSXProps & ReactBaseElementProps<Thumbnail>;
7459
+ }
7460
+ }
7461
+ }
7462
+ declare global {
7463
+ namespace JSX {
7464
+ interface IntrinsicElements {
7465
+ [tagName$8]: ThumbnailJSXProps & ReactBaseElementProps<Thumbnail>;
7466
+ }
7467
+ }
7468
+ }
7469
+ declare module 'react' {
7470
+ namespace JSX {
7471
+ interface IntrinsicElements {
7472
+ [tagName$7]: URLFieldJSXProps & ReactBaseElementProps<URLField>;
7473
+ }
7474
+ }
7475
+ }
7476
+ declare global {
6980
7477
  namespace JSX {
6981
7478
  interface IntrinsicElements {
6982
7479
  [tagName$7]: URLFieldJSXProps & ReactBaseElementProps<URLField>;
@@ -6991,6 +7488,14 @@ declare module 'react' {
6991
7488
  }
6992
7489
  }
6993
7490
  }
7491
+ declare global {
7492
+ namespace JSX {
7493
+ interface IntrinsicElements {
7494
+ [tagName$6]: UnorderedListJSXProps &
7495
+ ReactBaseElementPropsWithChildren<UnorderedList>;
7496
+ }
7497
+ }
7498
+ }
6994
7499
  declare module 'react' {
6995
7500
  namespace JSX {
6996
7501
  interface IntrinsicElements {
@@ -7003,6 +7508,18 @@ declare module 'react' {
7003
7508
  }
7004
7509
  }
7005
7510
  }
7511
+ declare global {
7512
+ namespace JSX {
7513
+ interface IntrinsicElements {
7514
+ [tagName$5]: Omit<
7515
+ AdminActionJSXProps,
7516
+ 'primaryAction' | 'secondaryActions'
7517
+ > & {
7518
+ children?: React.ReactNode;
7519
+ };
7520
+ }
7521
+ }
7522
+ }
7006
7523
  declare module 'react' {
7007
7524
  namespace JSX {
7008
7525
  interface IntrinsicElements {
@@ -7012,6 +7529,15 @@ declare module 'react' {
7012
7529
  }
7013
7530
  }
7014
7531
  }
7532
+ declare global {
7533
+ namespace JSX {
7534
+ interface IntrinsicElements {
7535
+ [tagName$4]: AdminBlockJSXProps & {
7536
+ children?: React.ReactNode;
7537
+ };
7538
+ }
7539
+ }
7540
+ }
7015
7541
  declare module 'react' {
7016
7542
  namespace JSX {
7017
7543
  interface IntrinsicElements {
@@ -7021,6 +7547,15 @@ declare module 'react' {
7021
7547
  }
7022
7548
  }
7023
7549
  }
7550
+ declare global {
7551
+ namespace JSX {
7552
+ interface IntrinsicElements {
7553
+ [tagName$3]: AdminPrintActionJSXProps & {
7554
+ children?: React.ReactNode;
7555
+ };
7556
+ }
7557
+ }
7558
+ }
7024
7559
  declare module 'react' {
7025
7560
  namespace JSX {
7026
7561
  interface IntrinsicElements {
@@ -7030,6 +7565,15 @@ declare module 'react' {
7030
7565
  }
7031
7566
  }
7032
7567
  }
7568
+ declare global {
7569
+ namespace JSX {
7570
+ interface IntrinsicElements {
7571
+ [tagName$2]: CustomerSegmentTemplateJSXProps & {
7572
+ children?: React.ReactNode;
7573
+ };
7574
+ }
7575
+ }
7576
+ }
7033
7577
  declare module 'react' {
7034
7578
  namespace JSX {
7035
7579
  interface IntrinsicElements {
@@ -7039,6 +7583,15 @@ declare module 'react' {
7039
7583
  }
7040
7584
  }
7041
7585
  }
7586
+ declare global {
7587
+ namespace JSX {
7588
+ interface IntrinsicElements {
7589
+ [tagName$1]: FormJSXProps & {
7590
+ children?: React.ReactNode;
7591
+ };
7592
+ }
7593
+ }
7594
+ }
7042
7595
  declare module 'react' {
7043
7596
  namespace JSX {
7044
7597
  interface IntrinsicElements {
@@ -7048,3 +7601,12 @@ declare module 'react' {
7048
7601
  }
7049
7602
  }
7050
7603
  }
7604
+ declare global {
7605
+ namespace JSX {
7606
+ interface IntrinsicElements {
7607
+ [tagName]: FunctionSettingsJSXProps & {
7608
+ children?: React.ReactNode;
7609
+ };
7610
+ }
7611
+ }
7612
+ }