@shopify/ui-extensions 2025.10.0-rc.4 → 2025.10.0-rc.6

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 (200) hide show
  1. package/build/ts/docs/shared/components/QueryContainer.d.ts +4 -0
  2. package/build/ts/docs/shared/components/QueryContainer.d.ts.map +1 -0
  3. package/build/ts/surfaces/admin/api/should-render/should-render.doc.d.ts.map +1 -1
  4. package/build/ts/surfaces/admin/components/AdminAction.d.ts +1 -1
  5. package/build/ts/surfaces/admin/components/AdminBlock.d.ts +1 -1
  6. package/build/ts/surfaces/admin/components/AdminPrintAction.d.ts +1 -1
  7. package/build/ts/surfaces/admin/components/Badge.d.ts +17 -6
  8. package/build/ts/surfaces/admin/components/Banner.d.ts +17 -6
  9. package/build/ts/surfaces/admin/components/Box.d.ts +28 -7
  10. package/build/ts/surfaces/admin/components/Button.d.ts +16 -6
  11. package/build/ts/surfaces/admin/components/Checkbox.d.ts +17 -2
  12. package/build/ts/surfaces/admin/components/Choice.d.ts +17 -2
  13. package/build/ts/surfaces/admin/components/ChoiceList.d.ts +17 -6
  14. package/build/ts/surfaces/admin/components/Clickable.d.ts +28 -7
  15. package/build/ts/surfaces/admin/components/DatePicker.d.ts +11 -5
  16. package/build/ts/surfaces/admin/components/Divider.d.ts +12 -5
  17. package/build/ts/surfaces/admin/components/EmailField.d.ts +11 -5
  18. package/build/ts/surfaces/admin/components/Form.d.ts +1 -1
  19. package/build/ts/surfaces/admin/components/Grid.d.ts +28 -7
  20. package/build/ts/surfaces/admin/components/GridItem.d.ts +29 -7
  21. package/build/ts/surfaces/admin/components/Heading.d.ts +17 -6
  22. package/build/ts/surfaces/admin/components/Icon.d.ts +12 -5
  23. package/build/ts/surfaces/admin/components/Image.d.ts +22 -6
  24. package/build/ts/surfaces/admin/components/Link.d.ts +16 -6
  25. package/build/ts/surfaces/admin/components/ListItem.d.ts +18 -6
  26. package/build/ts/surfaces/admin/components/MoneyField.d.ts +11 -6
  27. package/build/ts/surfaces/admin/components/NumberField.d.ts +11 -5
  28. package/build/ts/surfaces/admin/components/Option.d.ts +17 -5
  29. package/build/ts/surfaces/admin/components/OptionGroup.d.ts +18 -5
  30. package/build/ts/surfaces/admin/components/OrderedList.d.ts +18 -6
  31. package/build/ts/surfaces/admin/components/Page.d.ts +20 -5
  32. package/build/ts/surfaces/admin/components/Paragraph.d.ts +18 -6
  33. package/build/ts/surfaces/admin/components/PasswordField.d.ts +11 -5
  34. package/build/ts/surfaces/admin/components/QueryContainer/QueryContainer.doc.d.ts +4 -0
  35. package/build/ts/surfaces/admin/components/QueryContainer/QueryContainer.doc.d.ts.map +1 -0
  36. package/build/ts/surfaces/admin/components/QueryContainer.d.ts +106 -0
  37. package/build/ts/surfaces/admin/components/SearchField.d.ts +14 -6
  38. package/build/ts/surfaces/admin/components/Section.d.ts +17 -6
  39. package/build/ts/surfaces/admin/components/Select.d.ts +16 -6
  40. package/build/ts/surfaces/admin/components/Spinner.d.ts +12 -2
  41. package/build/ts/surfaces/admin/components/Stack.d.ts +28 -7
  42. package/build/ts/surfaces/admin/components/StandardComponents.d.ts +1 -1
  43. package/build/ts/surfaces/admin/components/StandardComponents.d.ts.map +1 -1
  44. package/build/ts/surfaces/admin/components/Switch.d.ts +11 -2
  45. package/build/ts/surfaces/admin/components/Table.d.ts +17 -6
  46. package/build/ts/surfaces/admin/components/TableBody.d.ts +18 -6
  47. package/build/ts/surfaces/admin/components/TableCell.d.ts +18 -6
  48. package/build/ts/surfaces/admin/components/TableHeader.d.ts +18 -6
  49. package/build/ts/surfaces/admin/components/TableHeaderRow.d.ts +18 -6
  50. package/build/ts/surfaces/admin/components/TableRow.d.ts +18 -6
  51. package/build/ts/surfaces/admin/components/Text.d.ts +17 -6
  52. package/build/ts/surfaces/admin/components/TextArea.d.ts +11 -5
  53. package/build/ts/surfaces/admin/components/TextField.d.ts +13 -5
  54. package/build/ts/surfaces/admin/components/URLField.d.ts +11 -5
  55. package/build/ts/surfaces/admin/components/UnorderedList.d.ts +18 -6
  56. package/build/ts/surfaces/admin/components/shared.d.ts +34 -44
  57. package/build/ts/surfaces/admin/targets/admin.abandoned-checkout-details.action.render.d.ts +630 -218
  58. package/build/ts/surfaces/admin/targets/admin.abandoned-checkout-details.block.render.d.ts +630 -218
  59. package/build/ts/surfaces/admin/targets/admin.catalog-details.action.render.d.ts +630 -218
  60. package/build/ts/surfaces/admin/targets/admin.catalog-details.block.render.d.ts +630 -218
  61. package/build/ts/surfaces/admin/targets/admin.collection-details.action.render.d.ts +630 -218
  62. package/build/ts/surfaces/admin/targets/admin.collection-details.block.render.d.ts +630 -218
  63. package/build/ts/surfaces/admin/targets/admin.collection-index.action.render.d.ts +630 -218
  64. package/build/ts/surfaces/admin/targets/admin.company-details.action.render.d.ts +630 -218
  65. package/build/ts/surfaces/admin/targets/admin.company-details.block.render.d.ts +630 -218
  66. package/build/ts/surfaces/admin/targets/admin.company-location-details.block.render.d.ts +630 -218
  67. package/build/ts/surfaces/admin/targets/admin.customer-details.action.render.d.ts +630 -218
  68. package/build/ts/surfaces/admin/targets/admin.customer-details.block.render.d.ts +630 -218
  69. package/build/ts/surfaces/admin/targets/admin.customer-index.action.render.d.ts +630 -218
  70. package/build/ts/surfaces/admin/targets/admin.customer-index.selection-action.render.d.ts +630 -218
  71. package/build/ts/surfaces/admin/targets/admin.customer-segment-details.action.render.d.ts +630 -218
  72. package/build/ts/surfaces/admin/targets/admin.customers.segmentation-templates.render.d.ts +630 -218
  73. package/build/ts/surfaces/admin/targets/admin.discount-details.action.render.d.ts +630 -218
  74. package/build/ts/surfaces/admin/targets/admin.discount-details.function-settings.render.d.ts +630 -218
  75. package/build/ts/surfaces/admin/targets/admin.discount-index.action.render.d.ts +630 -218
  76. package/build/ts/surfaces/admin/targets/admin.draft-order-details.action.render.d.ts +630 -218
  77. package/build/ts/surfaces/admin/targets/admin.draft-order-details.block.render.d.ts +630 -218
  78. package/build/ts/surfaces/admin/targets/admin.draft-order-index.action.render.d.ts +630 -218
  79. package/build/ts/surfaces/admin/targets/admin.draft-order-index.selection-action.render.d.ts +630 -218
  80. package/build/ts/surfaces/admin/targets/admin.gift-card-details.action.render.d.ts +630 -218
  81. package/build/ts/surfaces/admin/targets/admin.gift-card-details.block.render.d.ts +630 -218
  82. package/build/ts/surfaces/admin/targets/admin.order-details.action.render.d.ts +630 -218
  83. package/build/ts/surfaces/admin/targets/admin.order-details.block.render.d.ts +630 -218
  84. package/build/ts/surfaces/admin/targets/admin.order-details.print-action.render.d.ts +630 -218
  85. package/build/ts/surfaces/admin/targets/admin.order-fulfilled-card.action.render.d.ts +630 -218
  86. package/build/ts/surfaces/admin/targets/admin.order-index.action.render.d.ts +630 -218
  87. package/build/ts/surfaces/admin/targets/admin.order-index.selection-action.render.d.ts +630 -218
  88. package/build/ts/surfaces/admin/targets/admin.order-index.selection-print-action.render.d.ts +630 -218
  89. package/build/ts/surfaces/admin/targets/admin.product-details.action.render.d.ts +630 -218
  90. package/build/ts/surfaces/admin/targets/admin.product-details.block.render.d.ts +630 -218
  91. package/build/ts/surfaces/admin/targets/admin.product-details.configuration.render.d.ts +630 -218
  92. package/build/ts/surfaces/admin/targets/admin.product-details.print-action.render.d.ts +630 -218
  93. package/build/ts/surfaces/admin/targets/admin.product-details.reorder.render.d.ts +630 -218
  94. package/build/ts/surfaces/admin/targets/admin.product-index.action.render.d.ts +630 -218
  95. package/build/ts/surfaces/admin/targets/admin.product-index.selection-action.render.d.ts +630 -218
  96. package/build/ts/surfaces/admin/targets/admin.product-index.selection-print-action.render.d.ts +630 -218
  97. package/build/ts/surfaces/admin/targets/admin.product-purchase-option.action.render.d.ts +630 -218
  98. package/build/ts/surfaces/admin/targets/admin.product-variant-details.action.render.d.ts +630 -218
  99. package/build/ts/surfaces/admin/targets/admin.product-variant-details.block.render.d.ts +630 -218
  100. package/build/ts/surfaces/admin/targets/admin.product-variant-details.configuration.render.d.ts +630 -218
  101. package/build/ts/surfaces/admin/targets/admin.product-variant-purchase-option.action.render.d.ts +630 -218
  102. package/build/ts/surfaces/admin/targets/admin.settings.internal-order-routing-rule.render.d.ts +630 -218
  103. package/build/ts/surfaces/admin/targets/admin.settings.order-routing-rule.render.d.ts +630 -218
  104. package/build/ts/surfaces/admin/targets/admin.settings.validation.render.d.ts +630 -218
  105. package/build/ts/surfaces/customer-account/api/docs.d.ts +1 -1
  106. package/build/ts/surfaces/customer-account/api/docs.d.ts.map +1 -1
  107. package/build/ts/surfaces/customer-account/api/shared.d.ts +0 -6
  108. package/build/ts/surfaces/customer-account/api/shared.d.ts.map +1 -1
  109. package/build/ts/surfaces/customer-account/components/CustomerAccountAction.d.ts +4 -5
  110. package/build/ts/surfaces/customer-account/components/ImageGroup.d.ts +4 -4
  111. package/build/ts/surfaces/customer-account/components/Page.d.ts +3 -5
  112. package/build/ts/surfaces/customer-account/components/shared.d.ts +11 -0
  113. package/build/ts/surfaces/customer-account/components/shared.d.ts.map +1 -1
  114. package/build/ts/surfaces/customer-account/components/shared.ts +17 -0
  115. package/build/ts/surfaces/customer-account/targets/customer-account.footer.render-after.d.ts +6 -17
  116. package/build/ts/surfaces/customer-account/targets/customer-account.order-index.block.render.d.ts +6 -17
  117. package/build/ts/surfaces/customer-account/targets/customer-account.order-status.block.render.d.ts +6 -17
  118. package/build/ts/surfaces/customer-account/targets/customer-account.order-status.cart-line-item.render-after.d.ts +6 -17
  119. package/build/ts/surfaces/customer-account/targets/customer-account.order-status.cart-line-list.render-after.d.ts +6 -17
  120. package/build/ts/surfaces/customer-account/targets/customer-account.order-status.customer-information.render-after.d.ts +6 -17
  121. package/build/ts/surfaces/customer-account/targets/customer-account.order-status.fulfillment-details.render-after.d.ts +6 -17
  122. package/build/ts/surfaces/customer-account/targets/customer-account.order-status.payment-details.render-after.d.ts +6 -17
  123. package/build/ts/surfaces/customer-account/targets/customer-account.order-status.return-details.render-after.d.ts +6 -17
  124. package/build/ts/surfaces/customer-account/targets/customer-account.order-status.unfulfilled-items.render-after.d.ts +6 -17
  125. package/build/ts/surfaces/customer-account/targets/customer-account.order.action.menu-item.render.d.ts +6 -17
  126. package/build/ts/surfaces/customer-account/targets/customer-account.order.action.render.d.ts +6 -17
  127. package/build/ts/surfaces/customer-account/targets/customer-account.order.page.render.d.ts +6 -17
  128. package/build/ts/surfaces/customer-account/targets/customer-account.page.render.d.ts +6 -17
  129. package/build/ts/surfaces/customer-account/targets/customer-account.profile.addresses.render-after.d.ts +6 -17
  130. package/build/ts/surfaces/customer-account/targets/customer-account.profile.block.render.d.ts +6 -17
  131. package/build/ts/surfaces/customer-account/targets/customer-account.profile.company-details.render-after.d.ts +6 -17
  132. package/build/ts/surfaces/customer-account/targets/customer-account.profile.company-location-addresses.render-after.d.ts +6 -17
  133. package/build/ts/surfaces/customer-account/targets/customer-account.profile.company-location-payment.render-after.d.ts +6 -17
  134. package/build/ts/surfaces/customer-account/targets/customer-account.profile.company-location-staff.render-after.d.ts +6 -17
  135. package/build/ts/surfaces/customer-account/targets/customer-account.profile.payment.render-after.d.ts +6 -17
  136. package/build/tsconfig.tsbuildinfo +1 -1
  137. package/package.json +1 -1
  138. package/src/docs/shared/components/QueryContainer.ts +12 -0
  139. package/src/surfaces/admin/components/AdminAction.d.ts +1 -1
  140. package/src/surfaces/admin/components/AdminBlock.d.ts +1 -1
  141. package/src/surfaces/admin/components/AdminPrintAction.d.ts +1 -1
  142. package/src/surfaces/admin/components/Badge.d.ts +17 -6
  143. package/src/surfaces/admin/components/Banner.d.ts +17 -6
  144. package/src/surfaces/admin/components/Box.d.ts +28 -7
  145. package/src/surfaces/admin/components/Button.d.ts +16 -6
  146. package/src/surfaces/admin/components/Checkbox.d.ts +17 -2
  147. package/src/surfaces/admin/components/Choice.d.ts +17 -2
  148. package/src/surfaces/admin/components/ChoiceList.d.ts +17 -6
  149. package/src/surfaces/admin/components/Clickable.d.ts +28 -7
  150. package/src/surfaces/admin/components/DatePicker.d.ts +11 -5
  151. package/src/surfaces/admin/components/Divider.d.ts +12 -5
  152. package/src/surfaces/admin/components/EmailField.d.ts +11 -5
  153. package/src/surfaces/admin/components/Form.d.ts +1 -1
  154. package/src/surfaces/admin/components/Grid.d.ts +28 -7
  155. package/src/surfaces/admin/components/GridItem.d.ts +29 -7
  156. package/src/surfaces/admin/components/Heading.d.ts +17 -6
  157. package/src/surfaces/admin/components/Icon.d.ts +12 -5
  158. package/src/surfaces/admin/components/Image.d.ts +22 -6
  159. package/src/surfaces/admin/components/Link.d.ts +16 -6
  160. package/src/surfaces/admin/components/ListItem.d.ts +18 -6
  161. package/src/surfaces/admin/components/MoneyField.d.ts +11 -6
  162. package/src/surfaces/admin/components/NumberField.d.ts +11 -5
  163. package/src/surfaces/admin/components/Option.d.ts +17 -5
  164. package/src/surfaces/admin/components/OptionGroup.d.ts +18 -5
  165. package/src/surfaces/admin/components/OrderedList.d.ts +18 -6
  166. package/src/surfaces/admin/components/Page.d.ts +20 -5
  167. package/src/surfaces/admin/components/Paragraph.d.ts +18 -6
  168. package/src/surfaces/admin/components/PasswordField.d.ts +11 -5
  169. package/src/surfaces/admin/components/QueryContainer/examples/default.html +5 -0
  170. package/src/surfaces/admin/components/QueryContainer.d.ts +106 -0
  171. package/src/surfaces/admin/components/SearchField.d.ts +14 -6
  172. package/src/surfaces/admin/components/Section.d.ts +17 -6
  173. package/src/surfaces/admin/components/Select.d.ts +16 -6
  174. package/src/surfaces/admin/components/Spinner.d.ts +12 -2
  175. package/src/surfaces/admin/components/Stack.d.ts +28 -7
  176. package/src/surfaces/admin/components/StandardComponents.ts +1 -0
  177. package/src/surfaces/admin/components/Switch.d.ts +11 -2
  178. package/src/surfaces/admin/components/Table.d.ts +17 -6
  179. package/src/surfaces/admin/components/TableBody.d.ts +18 -6
  180. package/src/surfaces/admin/components/TableCell.d.ts +18 -6
  181. package/src/surfaces/admin/components/TableHeader.d.ts +18 -6
  182. package/src/surfaces/admin/components/TableHeaderRow.d.ts +18 -6
  183. package/src/surfaces/admin/components/TableRow.d.ts +18 -6
  184. package/src/surfaces/admin/components/Text.d.ts +17 -6
  185. package/src/surfaces/admin/components/TextArea.d.ts +11 -5
  186. package/src/surfaces/admin/components/TextField.d.ts +13 -5
  187. package/src/surfaces/admin/components/URLField.d.ts +11 -5
  188. package/src/surfaces/admin/components/UnorderedList.d.ts +18 -6
  189. package/src/surfaces/admin/components/shared.d.ts +34 -44
  190. package/src/surfaces/admin/components.d.ts +333 -513
  191. package/src/surfaces/customer-account/api/docs.ts +1 -1
  192. package/src/surfaces/customer-account/api/shared.ts +0 -6
  193. package/src/surfaces/customer-account/components/CustomerAccountAction/examples/basic-CustomerAccountAction-js.example.ts +1 -1
  194. package/src/surfaces/customer-account/components/CustomerAccountAction/examples/basic-CustomerAccountAction-preact.example.tsx +1 -1
  195. package/src/surfaces/customer-account/components/CustomerAccountAction.d.ts +4 -5
  196. package/src/surfaces/customer-account/components/ImageGroup.d.ts +4 -4
  197. package/src/surfaces/customer-account/components/Page/examples/basic-Page-js.example.ts +4 -4
  198. package/src/surfaces/customer-account/components/Page/examples/basic-Page-preact.example.tsx +4 -4
  199. package/src/surfaces/customer-account/components/Page.d.ts +3 -5
  200. package/src/surfaces/customer-account/components/shared.ts +17 -0
@@ -1,4 +1,4 @@
1
- /** VERSION: 1.0.0 **/
1
+ /** VERSION: 1.1.0 **/
2
2
 
3
3
  /* eslint-disable @typescript-eslint/ban-types */
4
4
  /* eslint-disable @typescript-eslint/no-namespace */
@@ -11,6 +11,12 @@
11
11
  * https://github.com/Shopify/ui-api-design/issues/139
12
12
  */
13
13
  export type ComponentChildren = any;
14
+ export interface GlobalProps {
15
+ /**
16
+ * A unique identifier for the element.
17
+ */
18
+ id?: string;
19
+ }
14
20
  export type SizeKeyword =
15
21
  | 'small-500'
16
22
  | 'small-400'
@@ -26,12 +32,6 @@ export type SizeKeyword =
26
32
  | 'large-400'
27
33
  | 'large-500';
28
34
  export type ColorKeyword = 'subdued' | 'base' | 'strong';
29
- export interface GlobalProps {
30
- /**
31
- * A unique identifier for the element.
32
- */
33
- id?: string;
34
- }
35
35
  export type BackgroundColorKeyword = 'transparent' | ColorKeyword;
36
36
  export interface BackgroundProps {
37
37
  /**
@@ -644,34 +644,7 @@ export interface ActionSlots {
644
644
  */
645
645
  secondaryActions?: ComponentChildren;
646
646
  }
647
- /**
648
- * Used for Container Query-related props.
649
- */
650
- export interface ContainerProps {
651
- /**
652
- * The name of the container used for Container Queries.
653
- *
654
- * @see https://developer.mozilla.org/en-US/docs/Web/CSS/container-name
655
- *
656
- * @default ''
657
- *
658
- * @implementation All components that implement this interface must put a containerName of `s-default` on the root element of that component, regardless of the value of `containerType`.
659
- * The developer-supplied containerName here would be in addition to the above-mentioned containerName.
660
- */
661
- containerName?: string;
662
- /**
663
- * The type of container used for Container Queries.
664
- *
665
- * @see https://developer.mozilla.org/en-US/docs/Web/CSS/container-type
666
- *
667
- * - `normal`: The element is not a query container for any container size queries.
668
- * - `inline-size`: Establishes a query container for dimensional queries on the inline axis of the container. Applies layout, style, and inline-size containment to the element.
669
- *
670
- * @default 'normal'
671
- */
672
- containerType?: 'normal' | 'inline-size';
673
- }
674
- interface BannerProps$1 extends GlobalProps, ActionSlots, ContainerProps {
647
+ interface BannerProps$1 extends GlobalProps, ActionSlots {
675
648
  /**
676
649
  * The title of the banner.
677
650
  *
@@ -1161,8 +1134,7 @@ export interface BaseBoxProps
1161
1134
  SizingProps,
1162
1135
  PaddingProps,
1163
1136
  BorderProps,
1164
- OverflowProps,
1165
- ContainerProps {
1137
+ OverflowProps {
1166
1138
  /**
1167
1139
  * The content of the Box.
1168
1140
  */
@@ -2262,8 +2234,7 @@ export interface BlockTypographyProps {
2262
2234
  interface HeadingProps$1
2263
2235
  extends GlobalProps,
2264
2236
  AccessibilityVisibilityProps,
2265
- BlockTypographyProps,
2266
- ContainerProps {
2237
+ BlockTypographyProps {
2267
2238
  /**
2268
2239
  * The content of the Heading.
2269
2240
  */
@@ -2694,7 +2665,7 @@ interface OptionGroupProps$1 extends GlobalProps {
2694
2665
  children?: ComponentChildren;
2695
2666
  }
2696
2667
  interface OrderedListProps$1 extends GlobalProps {}
2697
- interface PageProps$1 extends GlobalProps, ContainerProps {
2668
+ interface PageProps$1 extends GlobalProps {
2698
2669
  /**
2699
2670
  * The content of the Page.
2700
2671
  */
@@ -2739,8 +2710,7 @@ interface ParagraphProps$1
2739
2710
  extends GlobalProps,
2740
2711
  BaseTypographyProps,
2741
2712
  BlockTypographyProps,
2742
- AccessibilityVisibilityProps,
2743
- ContainerProps {
2713
+ AccessibilityVisibilityProps {
2744
2714
  /**
2745
2715
  * The content of the Text.
2746
2716
  */
@@ -2781,7 +2751,27 @@ export type PasswordAutocompleteField = ExtractStrict<
2781
2751
  AnyAutocompleteField,
2782
2752
  'new-password' | 'current-password'
2783
2753
  >;
2784
- interface SectionProps$1 extends GlobalProps, ContainerProps {
2754
+ interface QueryContainerProps$1 extends GlobalProps {
2755
+ /**
2756
+ * The content of the container.
2757
+ */
2758
+ children?: ComponentChildren;
2759
+ /**
2760
+ * The name of the container, which can be used in your container queries to target this container specifically.
2761
+ *
2762
+ * We place the container name of `s-default` on every container. Because of this, it is not required to add a `containerName` identifier in your queries. For example, a `@container (inline-size <= 300px) none, auto` query is equivalent to `@container s-default (inline-size <= 300px) none, auto`.
2763
+ *
2764
+ * Any value set in `containerName` will be set alongside alongside `s-default`. For example, `containerName="my-container-name"` will result in a value of `s-default my-container-name` set on the `container-name` CSS property of the rendered HTML.
2765
+ *
2766
+ * @default ''
2767
+ *
2768
+ * @see https://developer.mozilla.org/en-US/docs/Web/CSS/container-name
2769
+ *
2770
+ * @implementation You must always have a CSS `container-name` of `s-default` for this component.
2771
+ */
2772
+ containerName?: string;
2773
+ }
2774
+ interface SectionProps$1 extends GlobalProps {
2785
2775
  /**
2786
2776
  * The content of the Section.
2787
2777
  */
@@ -2916,7 +2906,7 @@ export interface PaginationProps {
2916
2906
  */
2917
2907
  loading?: boolean;
2918
2908
  }
2919
- interface TableProps$1 extends GlobalProps, PaginationProps, ContainerProps {
2909
+ interface TableProps$1 extends GlobalProps, PaginationProps {
2920
2910
  /**
2921
2911
  * The content of the Table.
2922
2912
  */
@@ -3881,6 +3871,41 @@ declare abstract class PreactCustomElement extends BaseClass$2 {
3881
3871
  click({sourceEvent}?: ClickOptions): void;
3882
3872
  }
3883
3873
 
3874
+ export type CallbackEvent<
3875
+ TTagName extends keyof HTMLElementTagNameMap,
3876
+ TEvent extends Event = Event,
3877
+ > = TEvent & {
3878
+ currentTarget: HTMLElementTagNameMap[TTagName];
3879
+ };
3880
+ export type CallbackEventListener<
3881
+ TTagName extends keyof HTMLElementTagNameMap,
3882
+ TEvent extends Event = Event,
3883
+ > =
3884
+ | (EventListener & {
3885
+ (event: CallbackEvent<TTagName, TEvent>): void;
3886
+ })
3887
+ | null;
3888
+ export interface FieldReactProps<T extends keyof HTMLElementTagNameMap> {
3889
+ onInput?: ((event: CallbackEvent<T>) => void) | null;
3890
+ onChange?: ((event: CallbackEvent<T>) => void) | null;
3891
+ onFocus?: ((event: CallbackEvent<T>) => void) | null;
3892
+ onBlur?: ((event: CallbackEvent<T>) => void) | null;
3893
+ }
3894
+ /** Used when an element does not have children. */
3895
+ export interface PreactBaseElementProps<TClass extends HTMLElement> {
3896
+ /** Assigns a unique key to this element. */
3897
+ key?: preact.Key;
3898
+ /** Assigns a ref (generally from `useRef()`) to this element. */
3899
+ ref?: preact.Ref<TClass>;
3900
+ /** Assigns this element to a parent's slot. */
3901
+ slot?: Lowercase<string>;
3902
+ }
3903
+ /** Used when an element has children. */
3904
+ export interface PreactBaseElementPropsWithChildren<TClass extends HTMLElement>
3905
+ extends PreactBaseElementProps<TClass> {
3906
+ children?: preact.ComponentChildren;
3907
+ }
3908
+
3884
3909
  declare class Badge extends PreactCustomElement implements BadgeProps {
3885
3910
  accessor color: BadgeProps['color'];
3886
3911
  accessor icon: BadgeProps['icon'];
@@ -3890,22 +3915,18 @@ declare class Badge extends PreactCustomElement implements BadgeProps {
3890
3915
  }
3891
3916
  declare global {
3892
3917
  interface HTMLElementTagNameMap {
3893
- [tagName$M]: Badge;
3918
+ [tagName$N]: Badge;
3894
3919
  }
3895
3920
  }
3896
3921
  declare module 'preact' {
3897
- interface BaseProps {
3898
- children?: preact.ComponentChildren;
3899
- slot?: Lowercase<string>;
3900
- }
3901
3922
  namespace createElement.JSX {
3902
3923
  interface IntrinsicElements {
3903
- [tagName$M]: BadgeJSXProps & BaseProps;
3924
+ [tagName$N]: BadgeJSXProps & PreactBaseElementPropsWithChildren<Badge>;
3904
3925
  }
3905
3926
  }
3906
3927
  }
3907
3928
 
3908
- declare const tagName$M = 's-badge';
3929
+ declare const tagName$N = 's-badge';
3909
3930
  export interface BadgeJSXProps
3910
3931
  extends Partial<BadgeProps>,
3911
3932
  Pick<BadgeProps$1, 'id'> {}
@@ -3922,27 +3943,6 @@ export interface BannerProps
3922
3943
  >;
3923
3944
  }
3924
3945
 
3925
- export type CallbackEvent<
3926
- TTagName extends keyof HTMLElementTagNameMap,
3927
- TEvent extends Event = Event,
3928
- > = TEvent & {
3929
- currentTarget: HTMLElementTagNameMap[TTagName];
3930
- };
3931
- export type CallbackEventListener<
3932
- TTagName extends keyof HTMLElementTagNameMap,
3933
- TEvent extends Event = Event,
3934
- > =
3935
- | (EventListener & {
3936
- (event: CallbackEvent<TTagName, TEvent>): void;
3937
- })
3938
- | null;
3939
- export interface FieldReactProps<T extends keyof HTMLElementTagNameMap> {
3940
- onInput?: ((event: CallbackEvent<T>) => void) | null;
3941
- onChange?: ((event: CallbackEvent<T>) => void) | null;
3942
- onFocus?: ((event: CallbackEvent<T>) => void) | null;
3943
- onBlur?: ((event: CallbackEvent<T>) => void) | null;
3944
- }
3945
-
3946
3946
  declare class Banner extends PreactCustomElement implements BannerProps {
3947
3947
  accessor heading: BannerProps['heading'];
3948
3948
  accessor tone: BannerProps['tone'];
@@ -3952,22 +3952,19 @@ declare class Banner extends PreactCustomElement implements BannerProps {
3952
3952
  }
3953
3953
  declare global {
3954
3954
  interface HTMLElementTagNameMap {
3955
- [tagName$L]: Banner;
3955
+ [tagName$M]: Banner;
3956
3956
  }
3957
3957
  }
3958
3958
  declare module 'preact' {
3959
- interface BaseProps {
3960
- children?: preact.ComponentChildren;
3961
- slot?: Lowercase<string>;
3962
- }
3963
3959
  namespace createElement.JSX {
3964
3960
  interface IntrinsicElements {
3965
- [tagName$L]: Omit<BannerJSXProps, 'secondaryActions'> & BaseProps;
3961
+ [tagName$M]: Omit<BannerJSXProps, 'secondaryActions'> &
3962
+ PreactBaseElementPropsWithChildren<Banner>;
3966
3963
  }
3967
3964
  }
3968
3965
  }
3969
3966
 
3970
- declare const tagName$L = 's-banner';
3967
+ declare const tagName$M = 's-banner';
3971
3968
  export interface BannerJSXProps
3972
3969
  extends Partial<BannerProps>,
3973
3970
  Pick<BannerProps$1, 'id'> {
@@ -3977,8 +3974,8 @@ export interface BannerJSXProps
3977
3974
  * A maximum of two `s-button` components are allowed, and only buttons with the `variant` of "secondary" are permitted.
3978
3975
  */
3979
3976
  secondaryActions?: ComponentChild;
3980
- onDismiss?: ((event: CallbackEvent<typeof tagName$L>) => void) | null;
3981
- onAfterHide?: ((event: CallbackEvent<typeof tagName$L>) => void) | null;
3977
+ onDismiss?: ((event: CallbackEvent<typeof tagName$M>) => void) | null;
3978
+ onAfterHide?: ((event: CallbackEvent<typeof tagName$M>) => void) | null;
3982
3979
  }
3983
3980
 
3984
3981
  export type MakeResponsive<T> = T | `@container${string}`;
@@ -4027,6 +4024,7 @@ export type ResponsiveBoxProps = MakeResponsivePick<
4027
4024
  | 'paddingInline'
4028
4025
  | 'paddingInlineStart'
4029
4026
  | 'paddingInlineEnd'
4027
+ | 'display'
4030
4028
  >;
4031
4029
  export interface BoxProps
4032
4030
  extends Pick<
@@ -4041,7 +4039,6 @@ export interface BoxProps
4041
4039
  | 'borderRadius'
4042
4040
  | 'borderStyle'
4043
4041
  | 'borderWidth'
4044
- | 'display'
4045
4042
  | 'inlineSize'
4046
4043
  | 'maxBlockSize'
4047
4044
  | 'maxInlineSize'
@@ -4166,6 +4163,16 @@ export interface BoxProps
4166
4163
  * @default '' - meaning no override
4167
4164
  */
4168
4165
  paddingInlineEnd: ResponsiveBoxProps['paddingInlineEnd'];
4166
+ /**
4167
+ * Sets the outer display type of the component. The outer type sets a component's participation in [flow layout](https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_flow_layout).
4168
+ *
4169
+ * - `auto` the component's initial value. The actual value depends on the component and context.
4170
+ * - `none` hides the component from display and removes it from the accessibility tree, making it invisible to screen readers.
4171
+ *
4172
+ * @see https://developer.mozilla.org/en-US/docs/Web/CSS/display
4173
+ * @default 'auto'
4174
+ */
4175
+ display: ResponsiveBoxProps['display'];
4169
4176
  }
4170
4177
 
4171
4178
  declare class BoxElement extends PreactCustomElement implements BoxProps {
@@ -4201,22 +4208,18 @@ declare class Box extends BoxElement implements BoxProps {
4201
4208
  }
4202
4209
  declare global {
4203
4210
  interface HTMLElementTagNameMap {
4204
- [tagName$K]: Box;
4211
+ [tagName$L]: Box;
4205
4212
  }
4206
4213
  }
4207
4214
  declare module 'preact' {
4208
- interface BaseProps {
4209
- children?: preact.ComponentChildren;
4210
- slot?: Lowercase<string>;
4211
- }
4212
4215
  namespace createElement.JSX {
4213
4216
  interface IntrinsicElements {
4214
- [tagName$K]: BoxJSXProps & BaseProps;
4217
+ [tagName$L]: BoxJSXProps & PreactBaseElementPropsWithChildren<Box>;
4215
4218
  }
4216
4219
  }
4217
4220
  }
4218
4221
 
4219
- declare const tagName$K = 's-box';
4222
+ declare const tagName$L = 's-box';
4220
4223
  export interface BoxJSXProps
4221
4224
  extends Partial<BoxProps>,
4222
4225
  Pick<BoxProps$1, 'id'> {}
@@ -4290,28 +4293,24 @@ declare class Button extends Button_base implements ButtonProps {
4290
4293
  }
4291
4294
  declare global {
4292
4295
  interface HTMLElementTagNameMap {
4293
- [tagName$J]: Button;
4296
+ [tagName$K]: Button;
4294
4297
  }
4295
4298
  }
4296
4299
  declare module 'preact' {
4297
- interface BaseProps {
4298
- children?: preact.ComponentChildren;
4299
- slot?: Lowercase<string>;
4300
- }
4301
4300
  namespace createElement.JSX {
4302
4301
  interface IntrinsicElements {
4303
- [tagName$J]: ButtonJSXProps & BaseProps;
4302
+ [tagName$K]: ButtonJSXProps & PreactBaseElementPropsWithChildren<Button>;
4304
4303
  }
4305
4304
  }
4306
4305
  }
4307
4306
 
4308
- declare const tagName$J = 's-button';
4307
+ declare const tagName$K = 's-button';
4309
4308
  export interface ButtonJSXProps
4310
4309
  extends Partial<ButtonProps>,
4311
4310
  Pick<ButtonProps$1, 'id'> {
4312
- onClick?: ((event: CallbackEvent<typeof tagName$J>) => void) | null;
4313
- onFocus?: ((event: CallbackEvent<typeof tagName$J>) => void) | null;
4314
- onBlur?: ((event: CallbackEvent<typeof tagName$J>) => void) | null;
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;
4315
4314
  }
4316
4315
 
4317
4316
  declare const internals$2: unique symbol;
@@ -4385,23 +4384,24 @@ declare class Checkbox extends PreactCheckboxElement implements CheckboxProps {
4385
4384
  }
4386
4385
  declare global {
4387
4386
  interface HTMLElementTagNameMap {
4388
- [tagName$I]: Checkbox;
4387
+ [tagName$J]: Checkbox;
4389
4388
  }
4390
4389
  }
4391
4390
  declare module 'preact' {
4392
4391
  namespace createElement.JSX {
4393
4392
  interface IntrinsicElements {
4394
- [tagName$I]: CheckboxJSXProps;
4393
+ [tagName$J]: CheckboxJSXProps &
4394
+ PreactBaseElementPropsWithChildren<Checkbox>;
4395
4395
  }
4396
4396
  }
4397
4397
  }
4398
4398
 
4399
- declare const tagName$I = 's-checkbox';
4399
+ declare const tagName$J = 's-checkbox';
4400
4400
  export interface CheckboxJSXProps
4401
4401
  extends Partial<CheckboxProps>,
4402
4402
  Pick<CheckboxProps$1, 'id'> {
4403
- onChange?: ((event: CallbackEvent<typeof tagName$I>) => void) | null;
4404
- onInput?: ((event: CallbackEvent<typeof tagName$I>) => void) | null;
4403
+ onChange?: ((event: CallbackEvent<typeof tagName$J>) => void) | null;
4404
+ onInput?: ((event: CallbackEvent<typeof tagName$J>) => void) | null;
4405
4405
  }
4406
4406
 
4407
4407
  export interface ChoiceProps
@@ -4431,18 +4431,18 @@ declare class Choice extends PreactCustomElement implements ChoiceProps {
4431
4431
  }
4432
4432
  declare global {
4433
4433
  interface HTMLElementTagNameMap {
4434
- [tagName$H]: Choice;
4434
+ [tagName$I]: Choice;
4435
4435
  }
4436
4436
  }
4437
4437
  declare module 'preact' {
4438
4438
  namespace createElement.JSX {
4439
4439
  interface IntrinsicElements {
4440
- [tagName$H]: ChoiceJSXProps;
4440
+ [tagName$I]: ChoiceJSXProps & PreactBaseElementPropsWithChildren<Choice>;
4441
4441
  }
4442
4442
  }
4443
4443
  }
4444
4444
 
4445
- declare const tagName$H = 's-choice';
4445
+ declare const tagName$I = 's-choice';
4446
4446
  export interface ChoiceJSXProps
4447
4447
  extends Partial<ChoiceProps>,
4448
4448
  Pick<ChoiceProps$1, 'id'> {}
@@ -4489,27 +4489,24 @@ declare class ChoiceList extends BaseClass$1 implements ChoiceListProps {
4489
4489
  }
4490
4490
  declare global {
4491
4491
  interface HTMLElementTagNameMap {
4492
- [tagName$G]: ChoiceList;
4492
+ [tagName$H]: ChoiceList;
4493
4493
  }
4494
4494
  }
4495
4495
  declare module 'preact' {
4496
- interface BaseProps {
4497
- children?: preact.ComponentChildren;
4498
- slot?: Lowercase<string>;
4499
- }
4500
4496
  namespace createElement.JSX {
4501
4497
  interface IntrinsicElements {
4502
- [tagName$G]: ChoiceListJSXProps & BaseProps;
4498
+ [tagName$H]: ChoiceListJSXProps &
4499
+ PreactBaseElementPropsWithChildren<ChoiceList>;
4503
4500
  }
4504
4501
  }
4505
4502
  }
4506
4503
 
4507
- declare const tagName$G = 's-choice-list';
4504
+ declare const tagName$H = 's-choice-list';
4508
4505
  export interface ChoiceListJSXProps
4509
4506
  extends Partial<ChoiceListProps>,
4510
4507
  Pick<ChoiceListProps$1, 'id'> {
4511
- onChange?: ((event: CallbackEvent<typeof tagName$G>) => void) | null;
4512
- onInput?: ((event: CallbackEvent<typeof tagName$G>) => void) | null;
4508
+ onChange?: ((event: CallbackEvent<typeof tagName$H>) => void) | null;
4509
+ onInput?: ((event: CallbackEvent<typeof tagName$H>) => void) | null;
4513
4510
  }
4514
4511
 
4515
4512
  export type ClickableBaseProps = Required<
@@ -4546,28 +4543,25 @@ declare class Clickable extends Clickable_base implements ClickableProps {
4546
4543
  }
4547
4544
  declare global {
4548
4545
  interface HTMLElementTagNameMap {
4549
- [tagName$F]: Clickable;
4546
+ [tagName$G]: Clickable;
4550
4547
  }
4551
4548
  }
4552
4549
  declare module 'preact' {
4553
- interface BaseProps {
4554
- children?: preact.ComponentChildren;
4555
- slot?: Lowercase<string>;
4556
- }
4557
4550
  namespace createElement.JSX {
4558
4551
  interface IntrinsicElements {
4559
- [tagName$F]: ClickableJSXProps & BaseProps;
4552
+ [tagName$G]: ClickableJSXProps &
4553
+ PreactBaseElementPropsWithChildren<Clickable>;
4560
4554
  }
4561
4555
  }
4562
4556
  }
4563
4557
 
4564
- declare const tagName$F = 's-clickable';
4558
+ declare const tagName$G = 's-clickable';
4565
4559
  export interface ClickableJSXProps
4566
4560
  extends Partial<ClickableProps>,
4567
4561
  Pick<ClickableProps$1, 'id'> {
4568
- onClick?: ((event: CallbackEvent<typeof tagName$F>) => void) | null;
4569
- onFocus?: ((event: CallbackEvent<typeof tagName$F>) => void) | null;
4570
- onBlur?: ((event: CallbackEvent<typeof tagName$F>) => void) | null;
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;
4571
4565
  }
4572
4566
 
4573
4567
  export interface DatePickerProps
@@ -4623,39 +4617,36 @@ declare class DatePicker extends BaseClass implements DatePickerProps {
4623
4617
  }
4624
4618
  declare global {
4625
4619
  interface HTMLElementTagNameMap {
4626
- [tagName$E]: DatePicker;
4620
+ [tagName$F]: DatePicker;
4627
4621
  }
4628
4622
  interface HTMLElementEventMap {
4629
4623
  viewchange: ViewChangeEvent;
4630
4624
  }
4631
4625
  }
4632
4626
  declare module 'preact' {
4633
- interface BaseProps {
4634
- slot?: Lowercase<string>;
4635
- }
4636
4627
  namespace createElement.JSX {
4637
4628
  interface IntrinsicElements {
4638
- [tagName$E]: DatePickerJSXProps & BaseProps;
4629
+ [tagName$F]: DatePickerJSXProps & PreactBaseElementProps<DatePicker>;
4639
4630
  }
4640
4631
  }
4641
4632
  }
4642
4633
 
4643
- declare const tagName$E = 's-date-picker';
4634
+ declare const tagName$F = 's-date-picker';
4644
4635
  export interface DatePickerJSXProps
4645
4636
  extends Partial<DatePickerProps>,
4646
4637
  Pick<DatePickerProps$1, 'id'> {
4647
4638
  onViewChange?:
4648
4639
  | ((
4649
4640
  event: CallbackEvent<
4650
- typeof tagName$E,
4641
+ typeof tagName$F,
4651
4642
  HTMLElementEventMap['viewchange']
4652
4643
  >,
4653
4644
  ) => void)
4654
4645
  | null;
4655
- onFocus?: ((event: CallbackEvent<typeof tagName$E>) => void) | null;
4656
- onBlur?: ((event: CallbackEvent<typeof tagName$E>) => void) | null;
4657
- onInput?: ((event: CallbackEvent<typeof tagName$E>) => void) | null;
4658
- onChange?: ((event: CallbackEvent<typeof tagName$E>) => void) | 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;
4659
4650
  }
4660
4651
 
4661
4652
  export interface DividerProps
@@ -4671,21 +4662,18 @@ declare class Divider extends PreactCustomElement implements DividerProps {
4671
4662
  }
4672
4663
  declare global {
4673
4664
  interface HTMLElementTagNameMap {
4674
- [tagName$D]: Divider;
4665
+ [tagName$E]: Divider;
4675
4666
  }
4676
4667
  }
4677
4668
  declare module 'preact' {
4678
- interface BaseProps {
4679
- slot?: Lowercase<string>;
4680
- }
4681
4669
  namespace createElement.JSX {
4682
4670
  interface IntrinsicElements {
4683
- [tagName$D]: DividerJSXProps & BaseProps;
4671
+ [tagName$E]: DividerJSXProps & PreactBaseElementProps<Divider>;
4684
4672
  }
4685
4673
  }
4686
4674
  }
4687
4675
 
4688
- declare const tagName$D = 's-divider';
4676
+ declare const tagName$E = 's-divider';
4689
4677
  export interface DividerJSXProps
4690
4678
  extends Partial<DividerProps>,
4691
4679
  Pick<DividerProps$1, 'id'> {}
@@ -4783,25 +4771,22 @@ declare class EmailField
4783
4771
  }
4784
4772
  declare global {
4785
4773
  interface HTMLElementTagNameMap {
4786
- [tagName$C]: EmailField;
4774
+ [tagName$D]: EmailField;
4787
4775
  }
4788
4776
  }
4789
4777
  declare module 'preact' {
4790
- interface BaseProps {
4791
- slot?: Lowercase<string>;
4792
- }
4793
4778
  namespace createElement.JSX {
4794
4779
  interface IntrinsicElements {
4795
- [tagName$C]: EmailFieldJSXProps & BaseProps;
4780
+ [tagName$D]: EmailFieldJSXProps & PreactBaseElementProps<EmailField>;
4796
4781
  }
4797
4782
  }
4798
4783
  }
4799
4784
 
4800
- declare const tagName$C = 's-email-field';
4785
+ declare const tagName$D = 's-email-field';
4801
4786
  export interface EmailFieldJSXProps
4802
4787
  extends Partial<Omit<EmailFieldProps, 'accessory'>>,
4803
4788
  Pick<EmailFieldProps$1, 'id'>,
4804
- FieldReactProps<typeof tagName$C> {}
4789
+ FieldReactProps<typeof tagName$D> {}
4805
4790
 
4806
4791
  export type RequiredAlignedProps = Required<GridProps$1>;
4807
4792
  export type ResponsiveGridProps = MakeResponsivePick<
@@ -4874,22 +4859,18 @@ declare class Grid extends BoxElement implements GridProps {
4874
4859
  }
4875
4860
  declare global {
4876
4861
  interface HTMLElementTagNameMap {
4877
- [tagName$B]: Grid;
4862
+ [tagName$C]: Grid;
4878
4863
  }
4879
4864
  }
4880
4865
  declare module 'preact' {
4881
- interface BaseProps {
4882
- children?: preact.ComponentChildren;
4883
- slot?: Lowercase<string>;
4884
- }
4885
4866
  namespace createElement.JSX {
4886
4867
  interface IntrinsicElements {
4887
- [tagName$B]: GridJSXProps & BaseProps;
4868
+ [tagName$C]: GridJSXProps & PreactBaseElementPropsWithChildren<Grid>;
4888
4869
  }
4889
4870
  }
4890
4871
  }
4891
4872
 
4892
- declare const tagName$B = 's-grid';
4873
+ declare const tagName$C = 's-grid';
4893
4874
  export interface GridJSXProps
4894
4875
  extends Partial<GridProps>,
4895
4876
  Pick<GridProps$1, 'id'> {}
@@ -4909,22 +4890,19 @@ declare class GridItem extends BoxElement implements GridItemProps {
4909
4890
  }
4910
4891
  declare global {
4911
4892
  interface HTMLElementTagNameMap {
4912
- [tagName$A]: GridItem;
4893
+ [tagName$B]: GridItem;
4913
4894
  }
4914
4895
  }
4915
4896
  declare module 'preact' {
4916
- interface BaseProps {
4917
- children?: preact.ComponentChildren;
4918
- slot?: Lowercase<string>;
4919
- }
4920
4897
  namespace createElement.JSX {
4921
4898
  interface IntrinsicElements {
4922
- [tagName$A]: GridItemJSXProps & BaseProps;
4899
+ [tagName$B]: GridItemJSXProps &
4900
+ PreactBaseElementPropsWithChildren<GridItem>;
4923
4901
  }
4924
4902
  }
4925
4903
  }
4926
4904
 
4927
- declare const tagName$A = 's-grid-item';
4905
+ declare const tagName$B = 's-grid-item';
4928
4906
  export interface GridItemJSXProps
4929
4907
  extends Partial<GridItemProps>,
4930
4908
  Pick<GridItemProps$1, 'id'> {}
@@ -4948,22 +4926,19 @@ declare class Heading extends PreactCustomElement implements HeadingProps {
4948
4926
  }
4949
4927
  declare global {
4950
4928
  interface HTMLElementTagNameMap {
4951
- [tagName$z]: Heading;
4929
+ [tagName$A]: Heading;
4952
4930
  }
4953
4931
  }
4954
4932
  declare module 'preact' {
4955
- interface BaseProps {
4956
- children?: preact.ComponentChildren;
4957
- slot?: Lowercase<string>;
4958
- }
4959
4933
  namespace createElement.JSX {
4960
4934
  interface IntrinsicElements {
4961
- [tagName$z]: HeadingJSXProps & BaseProps;
4935
+ [tagName$A]: HeadingJSXProps &
4936
+ PreactBaseElementPropsWithChildren<Heading>;
4962
4937
  }
4963
4938
  }
4964
4939
  }
4965
4940
 
4966
- declare const tagName$z = 's-heading';
4941
+ declare const tagName$A = 's-heading';
4967
4942
  export interface HeadingJSXProps
4968
4943
  extends Partial<HeadingProps>,
4969
4944
  Pick<HeadingProps$1, 'id'> {}
@@ -4977,21 +4952,18 @@ declare class Icon extends PreactCustomElement implements IconProps {
4977
4952
  }
4978
4953
  declare global {
4979
4954
  interface HTMLElementTagNameMap {
4980
- [tagName$y]: Icon;
4955
+ [tagName$z]: Icon;
4981
4956
  }
4982
4957
  }
4983
4958
  declare module 'preact' {
4984
- interface BaseProps {
4985
- slot?: Lowercase<string>;
4986
- }
4987
4959
  namespace createElement.JSX {
4988
4960
  interface IntrinsicElements {
4989
- [tagName$y]: IconJSXProps & BaseProps;
4961
+ [tagName$z]: IconJSXProps & PreactBaseElementProps<Icon>;
4990
4962
  }
4991
4963
  }
4992
4964
  }
4993
4965
 
4994
- declare const tagName$y = 's-icon';
4966
+ declare const tagName$z = 's-icon';
4995
4967
  export interface IconJSXProps
4996
4968
  extends Partial<IconProps>,
4997
4969
  Pick<IconProps$1, 'id'> {}
@@ -5047,26 +5019,23 @@ declare class Image extends PreactCustomElement implements ImageProps {
5047
5019
  }
5048
5020
  declare global {
5049
5021
  interface HTMLElementTagNameMap {
5050
- [tagName$x]: Image;
5022
+ [tagName$y]: Image;
5051
5023
  }
5052
5024
  }
5053
5025
  declare module 'preact' {
5054
- interface BaseProps {
5055
- slot?: Lowercase<string>;
5056
- }
5057
5026
  namespace createElement.JSX {
5058
5027
  interface IntrinsicElements {
5059
- [tagName$x]: ImageJSXProps & BaseProps;
5028
+ [tagName$y]: ImageJSXProps & PreactBaseElementProps<Image>;
5060
5029
  }
5061
5030
  }
5062
5031
  }
5063
5032
 
5064
- declare const tagName$x = 's-image';
5033
+ declare const tagName$y = 's-image';
5065
5034
  export interface ImageJSXProps
5066
5035
  extends Partial<ImageProps>,
5067
5036
  Pick<ImageProps$1, 'id'> {
5068
- onError?: ((event: CallbackEvent<typeof tagName$x>) => void) | null;
5069
- onLoad?: ((event: CallbackEvent<typeof tagName$x>) => void) | null;
5037
+ onError?: ((event: CallbackEvent<typeof tagName$y>) => void) | null;
5038
+ onLoad?: ((event: CallbackEvent<typeof tagName$y>) => void) | null;
5070
5039
  }
5071
5040
 
5072
5041
  export type RequiredLinkProps = Required<LinkProps$1>;
@@ -5107,26 +5076,22 @@ declare class Link extends Link_base implements LinkProps {
5107
5076
  }
5108
5077
  declare global {
5109
5078
  interface HTMLElementTagNameMap {
5110
- [tagName$w]: Link;
5079
+ [tagName$x]: Link;
5111
5080
  }
5112
5081
  }
5113
5082
  declare module 'preact' {
5114
- interface BaseProps {
5115
- children?: preact.ComponentChildren;
5116
- slot?: Lowercase<string>;
5117
- }
5118
5083
  namespace createElement.JSX {
5119
5084
  interface IntrinsicElements {
5120
- [tagName$w]: LinkJSXProps & BaseProps;
5085
+ [tagName$x]: LinkJSXProps & PreactBaseElementPropsWithChildren<Link>;
5121
5086
  }
5122
5087
  }
5123
5088
  }
5124
5089
 
5125
- declare const tagName$w = 's-link';
5090
+ declare const tagName$x = 's-link';
5126
5091
  export interface LinkJSXProps
5127
5092
  extends Partial<LinkProps>,
5128
5093
  Pick<LinkProps$1, 'id' | 'lang'> {
5129
- onClick?: ((event: CallbackEvent<typeof tagName$w>) => void) | null;
5094
+ onClick?: ((event: CallbackEvent<typeof tagName$x>) => void) | null;
5130
5095
  }
5131
5096
 
5132
5097
  export interface ListItemProps extends ListItemProps$1 {}
@@ -5136,22 +5101,19 @@ declare class ListItem extends PreactCustomElement implements ListItemProps {
5136
5101
  }
5137
5102
  declare global {
5138
5103
  interface HTMLElementTagNameMap {
5139
- [tagName$v]: ListItem;
5104
+ [tagName$w]: ListItem;
5140
5105
  }
5141
5106
  }
5142
5107
  declare module 'preact' {
5143
- interface BaseProps {
5144
- children?: preact.ComponentChildren;
5145
- slot?: Lowercase<string>;
5146
- }
5147
5108
  namespace createElement.JSX {
5148
5109
  interface IntrinsicElements {
5149
- [tagName$v]: ListItemJSXProps & BaseProps;
5110
+ [tagName$w]: ListItemJSXProps &
5111
+ PreactBaseElementPropsWithChildren<ListItem>;
5150
5112
  }
5151
5113
  }
5152
5114
  }
5153
5115
 
5154
- declare const tagName$v = 's-list-item';
5116
+ declare const tagName$w = 's-list-item';
5155
5117
  export interface ListItemJSXProps
5156
5118
  extends Partial<ListItemProps>,
5157
5119
  Pick<ListItemProps$1, 'id'> {}
@@ -5177,25 +5139,21 @@ declare class MoneyField
5177
5139
  }
5178
5140
  declare global {
5179
5141
  interface HTMLElementTagNameMap {
5180
- [tagName$u]: MoneyField;
5142
+ [tagName$v]: MoneyField;
5181
5143
  }
5182
5144
  }
5183
5145
  declare module 'preact' {
5184
- interface BaseProps {
5185
- children?: preact.ComponentChildren;
5186
- slot?: Lowercase<string>;
5187
- }
5188
5146
  namespace createElement.JSX {
5189
5147
  interface IntrinsicElements {
5190
- [tagName$u]: MoneyFieldJSXProps & BaseProps;
5148
+ [tagName$v]: MoneyFieldJSXProps & PreactBaseElementProps<MoneyField>;
5191
5149
  }
5192
5150
  }
5193
5151
  }
5194
5152
 
5195
- declare const tagName$u = 's-money-field';
5153
+ declare const tagName$v = 's-money-field';
5196
5154
  export interface MoneyFieldJSXProps
5197
5155
  extends Partial<MoneyFieldProps>,
5198
- FieldReactProps<typeof tagName$u>,
5156
+ FieldReactProps<typeof tagName$v>,
5199
5157
  Pick<MoneyFieldProps$1, 'id'> {}
5200
5158
 
5201
5159
  export interface NumberFieldProps
@@ -5228,25 +5186,22 @@ declare class NumberField
5228
5186
  }
5229
5187
  declare global {
5230
5188
  interface HTMLElementTagNameMap {
5231
- [tagName$t]: NumberField;
5189
+ [tagName$u]: NumberField;
5232
5190
  }
5233
5191
  }
5234
5192
  declare module 'preact' {
5235
- interface BaseProps {
5236
- slot?: Lowercase<string>;
5237
- }
5238
5193
  namespace createElement.JSX {
5239
5194
  interface IntrinsicElements {
5240
- [tagName$t]: NumberFieldJSXProps & BaseProps;
5195
+ [tagName$u]: NumberFieldJSXProps & PreactBaseElementProps<NumberField>;
5241
5196
  }
5242
5197
  }
5243
5198
  }
5244
5199
 
5245
- declare const tagName$t = 's-number-field';
5200
+ declare const tagName$u = 's-number-field';
5246
5201
  export interface NumberFieldJSXProps
5247
5202
  extends Partial<NumberFieldProps>,
5248
5203
  Pick<NumberFieldProps$1, 'id'>,
5249
- FieldReactProps<typeof tagName$t> {}
5204
+ FieldReactProps<typeof tagName$u> {}
5250
5205
 
5251
5206
  export interface OptionProps
5252
5207
  extends Required<
@@ -5262,21 +5217,18 @@ declare class Option extends PreactCustomElement implements OptionProps {
5262
5217
  }
5263
5218
  declare global {
5264
5219
  interface HTMLElementTagNameMap {
5265
- [tagName$s]: Option;
5220
+ [tagName$t]: Option;
5266
5221
  }
5267
5222
  }
5268
5223
  declare module 'preact' {
5269
- interface BaseProps {
5270
- children?: preact.ComponentChildren;
5271
- }
5272
5224
  namespace createElement.JSX {
5273
5225
  interface IntrinsicElements {
5274
- [tagName$s]: OptionJSXProps & BaseProps;
5226
+ [tagName$t]: OptionJSXProps & PreactBaseElementPropsWithChildren<Option>;
5275
5227
  }
5276
5228
  }
5277
5229
  }
5278
5230
 
5279
- declare const tagName$s = 's-option';
5231
+ declare const tagName$t = 's-option';
5280
5232
  export interface OptionJSXProps extends Partial<OptionProps> {}
5281
5233
 
5282
5234
  export interface OptionGroupProps
@@ -5292,21 +5244,19 @@ declare class OptionGroup
5292
5244
  }
5293
5245
  declare global {
5294
5246
  interface HTMLElementTagNameMap {
5295
- [tagName$r]: OptionGroup;
5247
+ [tagName$s]: OptionGroup;
5296
5248
  }
5297
5249
  }
5298
5250
  declare module 'preact' {
5299
- interface BaseProps {
5300
- children?: preact.ComponentChildren;
5301
- }
5302
5251
  namespace createElement.JSX {
5303
5252
  interface IntrinsicElements {
5304
- [tagName$r]: OptionGroupJSXProps & BaseProps;
5253
+ [tagName$s]: OptionGroupJSXProps &
5254
+ PreactBaseElementPropsWithChildren<OptionGroup>;
5305
5255
  }
5306
5256
  }
5307
5257
  }
5308
5258
 
5309
- declare const tagName$r = 's-option-group';
5259
+ declare const tagName$s = 's-option-group';
5310
5260
  export interface OptionGroupJSXProps extends Partial<OptionGroupProps> {}
5311
5261
 
5312
5262
  export interface OrderedListProps extends OrderedListProps$1 {}
@@ -5319,22 +5269,19 @@ declare class OrderedList
5319
5269
  }
5320
5270
  declare global {
5321
5271
  interface HTMLElementTagNameMap {
5322
- [tagName$q]: OrderedList;
5272
+ [tagName$r]: OrderedList;
5323
5273
  }
5324
5274
  }
5325
5275
  declare module 'preact' {
5326
- interface BaseProps {
5327
- children?: preact.ComponentChildren;
5328
- slot?: Lowercase<string>;
5329
- }
5330
5276
  namespace createElement.JSX {
5331
5277
  interface IntrinsicElements {
5332
- [tagName$q]: OrderedListJSXProps & BaseProps;
5278
+ [tagName$r]: OrderedListJSXProps &
5279
+ PreactBaseElementPropsWithChildren<OrderedList>;
5333
5280
  }
5334
5281
  }
5335
5282
  }
5336
5283
 
5337
- declare const tagName$q = 's-ordered-list';
5284
+ declare const tagName$r = 's-ordered-list';
5338
5285
  export interface OrderedListJSXProps
5339
5286
  extends Partial<OrderedListProps>,
5340
5287
  Pick<OrderedListProps$1, 'id'> {}
@@ -5346,24 +5293,24 @@ export interface PageProps extends Required<Pick<PageProps$1, 'inlineSize'>> {
5346
5293
  declare class Page extends PreactCustomElement implements PageProps {
5347
5294
  accessor inlineSize: PageProps['inlineSize'];
5348
5295
  constructor();
5296
+ connectedCallback(): void;
5297
+ disconnectedCallback(): void;
5349
5298
  }
5350
5299
  declare global {
5351
5300
  interface HTMLElementTagNameMap {
5352
- [tagName$p]: Page;
5301
+ [tagName$q]: Page;
5353
5302
  }
5354
5303
  }
5355
5304
  declare module 'preact' {
5356
- interface BaseProps {
5357
- children?: preact.ComponentChildren;
5358
- }
5359
5305
  namespace createElement.JSX {
5360
5306
  interface IntrinsicElements {
5361
- [tagName$p]: Omit<PageJSXProps, 'aside'> & BaseProps;
5307
+ [tagName$q]: Omit<PageJSXProps, 'aside'> &
5308
+ PreactBaseElementPropsWithChildren<Page>;
5362
5309
  }
5363
5310
  }
5364
5311
  }
5365
5312
 
5366
- declare const tagName$p = 's-page';
5313
+ declare const tagName$q = 's-page';
5367
5314
  export interface PageJSXProps extends Partial<PageProps> {
5368
5315
  /**
5369
5316
  * The content to display in the aside section of the page.
@@ -5404,22 +5351,19 @@ declare class Paragraph extends PreactCustomElement implements ParagraphProps {
5404
5351
  }
5405
5352
  declare global {
5406
5353
  interface HTMLElementTagNameMap {
5407
- [tagName$o]: Paragraph;
5354
+ [tagName$p]: Paragraph;
5408
5355
  }
5409
5356
  }
5410
5357
  declare module 'preact' {
5411
- interface BaseProps {
5412
- children?: preact.ComponentChildren;
5413
- slot?: Lowercase<string>;
5414
- }
5415
5358
  namespace createElement.JSX {
5416
5359
  interface IntrinsicElements {
5417
- [tagName$o]: ParagraphJSXProps & BaseProps;
5360
+ [tagName$p]: ParagraphJSXProps &
5361
+ PreactBaseElementPropsWithChildren<Paragraph>;
5418
5362
  }
5419
5363
  }
5420
5364
  }
5421
5365
 
5422
- declare const tagName$o = 's-paragraph';
5366
+ declare const tagName$p = 's-paragraph';
5423
5367
  export interface ParagraphJSXProps
5424
5368
  extends Partial<ParagraphProps>,
5425
5369
  Pick<ParagraphProps$1, 'id'> {}
@@ -5456,27 +5400,62 @@ declare class PasswordField
5456
5400
  }
5457
5401
  declare global {
5458
5402
  interface HTMLElementTagNameMap {
5459
- [tagName$n]: PasswordField;
5403
+ [tagName$o]: PasswordField;
5460
5404
  }
5461
5405
  }
5462
5406
  declare module 'preact' {
5463
- interface BaseProps {
5464
- slot?: Lowercase<string>;
5465
- }
5466
5407
  namespace createElement.JSX {
5467
5408
  interface IntrinsicElements {
5468
- [tagName$n]: PasswordFieldJSXProps & BaseProps;
5409
+ [tagName$o]: PasswordFieldJSXProps &
5410
+ PreactBaseElementProps<PasswordField>;
5469
5411
  }
5470
5412
  }
5471
5413
  }
5472
5414
 
5473
- declare const tagName$n = 's-password-field';
5415
+ declare const tagName$o = 's-password-field';
5474
5416
  export interface PasswordFieldJSXProps
5475
5417
  extends Partial<PasswordFieldProps>,
5476
5418
  Pick<PasswordFieldProps$1, 'id'>,
5477
- FieldReactProps<typeof tagName$n> {}
5419
+ FieldReactProps<typeof tagName$o> {}
5420
+
5421
+ export interface QueryContainerProps
5422
+ extends Required<Pick<QueryContainerProps$1, 'id' | 'containerName'>> {}
5423
+
5424
+ declare class QueryContainer
5425
+ extends PreactCustomElement
5426
+ implements QueryContainerProps
5427
+ {
5428
+ accessor containerName: QueryContainerProps['containerName'];
5429
+ /** @private */
5430
+ static globalStylesApplied: boolean;
5431
+ constructor();
5432
+ }
5433
+ declare global {
5434
+ interface HTMLElementTagNameMap {
5435
+ [tagName$n]: QueryContainer;
5436
+ }
5437
+ }
5438
+ declare module 'preact' {
5439
+ namespace createElement.JSX {
5440
+ interface IntrinsicElements {
5441
+ [tagName$n]: Omit<
5442
+ HTMLAttributes<HTMLElement>,
5443
+ Extract<keyof HTMLAttributes<HTMLElement>, `on${Capitalize<string>}`>
5444
+ > &
5445
+ QueryContainerJSXProps;
5446
+ }
5447
+ }
5448
+ }
5449
+
5450
+ declare const tagName$n = 's-query-container';
5451
+ export interface QueryContainerJSXProps
5452
+ extends Partial<QueryContainerProps$1>,
5453
+ Pick<QueryContainerProps$1, 'id'> {}
5478
5454
 
5479
5455
  export type SearchFieldProps = PreactFieldProps<
5456
+ /**
5457
+ * @default 'on'
5458
+ */
5480
5459
  Required<TextFieldProps$1>['autocomplete']
5481
5460
  > &
5482
5461
  Required<
@@ -5512,13 +5491,9 @@ declare global {
5512
5491
  }
5513
5492
  }
5514
5493
  declare module 'preact' {
5515
- interface BaseProps {
5516
- children?: preact.ComponentChildren;
5517
- slot?: Lowercase<string>;
5518
- }
5519
5494
  namespace createElement.JSX {
5520
5495
  interface IntrinsicElements {
5521
- [tagName$m]: SearchFieldJSXProps & BaseProps;
5496
+ [tagName$m]: SearchFieldJSXProps & PreactBaseElementProps<SearchField>;
5522
5497
  }
5523
5498
  }
5524
5499
  }
@@ -5554,13 +5529,10 @@ declare global {
5554
5529
  }
5555
5530
  }
5556
5531
  declare module 'preact' {
5557
- interface BaseProps {
5558
- children?: preact.ComponentChildren;
5559
- slot?: Lowercase<string>;
5560
- }
5561
5532
  namespace createElement.JSX {
5562
5533
  interface IntrinsicElements {
5563
- [tagName$l]: SectionJSXProps & BaseProps;
5534
+ [tagName$l]: SectionJSXProps &
5535
+ PreactBaseElementPropsWithChildren<Section>;
5564
5536
  }
5565
5537
  }
5566
5538
  }
@@ -5626,13 +5598,9 @@ declare global {
5626
5598
  }
5627
5599
  }
5628
5600
  declare module 'preact' {
5629
- interface BaseProps {
5630
- children?: preact.ComponentChildren;
5631
- slot?: Lowercase<string>;
5632
- }
5633
5601
  namespace createElement.JSX {
5634
5602
  interface IntrinsicElements {
5635
- [tagName$k]: SelectJSXProps & BaseProps;
5603
+ [tagName$k]: SelectJSXProps & PreactBaseElementPropsWithChildren<Select>;
5636
5604
  }
5637
5605
  }
5638
5606
  }
@@ -5663,7 +5631,7 @@ declare global {
5663
5631
  declare module 'preact' {
5664
5632
  namespace createElement.JSX {
5665
5633
  interface IntrinsicElements {
5666
- [tagName$j]: SpinnerJSXProps;
5634
+ [tagName$j]: SpinnerJSXProps & PreactBaseElementProps<Spinner>;
5667
5635
  }
5668
5636
  }
5669
5637
  }
@@ -5746,13 +5714,9 @@ declare global {
5746
5714
  }
5747
5715
  }
5748
5716
  declare module 'preact' {
5749
- interface BaseProps {
5750
- children?: preact.ComponentChildren;
5751
- slot?: Lowercase<string>;
5752
- }
5753
5717
  namespace createElement.JSX {
5754
5718
  interface IntrinsicElements {
5755
- [tagName$i]: StackJSXProps & BaseProps;
5719
+ [tagName$i]: StackJSXProps & PreactBaseElementPropsWithChildren<Stack>;
5756
5720
  }
5757
5721
  }
5758
5722
  }
@@ -5778,7 +5742,7 @@ declare global {
5778
5742
  declare module 'preact' {
5779
5743
  namespace createElement.JSX {
5780
5744
  interface IntrinsicElements {
5781
- [tagName$h]: SwitchJSXProps;
5745
+ [tagName$h]: SwitchJSXProps & PreactBaseElementProps<Switch>;
5782
5746
  }
5783
5747
  }
5784
5748
  }
@@ -5845,13 +5809,10 @@ declare global {
5845
5809
  }
5846
5810
  }
5847
5811
  declare module 'preact' {
5848
- interface BaseProps {
5849
- children?: preact.ComponentChildren;
5850
- slot?: Lowercase<string>;
5851
- }
5852
5812
  namespace createElement.JSX {
5853
5813
  interface IntrinsicElements {
5854
- [tagName$g]: Omit<TableJSXProps, 'filters'> & BaseProps;
5814
+ [tagName$g]: Omit<TableJSXProps, 'filters'> &
5815
+ PreactBaseElementPropsWithChildren<Table>;
5855
5816
  }
5856
5817
  }
5857
5818
  }
@@ -5877,13 +5838,10 @@ declare global {
5877
5838
  }
5878
5839
  }
5879
5840
  declare module 'preact' {
5880
- interface BaseProps {
5881
- children?: preact.ComponentChildren;
5882
- slot?: Lowercase<string>;
5883
- }
5884
5841
  namespace createElement.JSX {
5885
5842
  interface IntrinsicElements {
5886
- [tagName$f]: TableBodyJSXProps & BaseProps;
5843
+ [tagName$f]: TableBodyJSXProps &
5844
+ PreactBaseElementPropsWithChildren<TableBody>;
5887
5845
  }
5888
5846
  }
5889
5847
  }
@@ -5904,13 +5862,10 @@ declare global {
5904
5862
  }
5905
5863
  }
5906
5864
  declare module 'preact' {
5907
- interface BaseProps {
5908
- children?: preact.ComponentChildren;
5909
- slot?: Lowercase<string>;
5910
- }
5911
5865
  namespace createElement.JSX {
5912
5866
  interface IntrinsicElements {
5913
- [tagName$e]: TableCellJSXProps & BaseProps;
5867
+ [tagName$e]: TableCellJSXProps &
5868
+ PreactBaseElementPropsWithChildren<TableCell>;
5914
5869
  }
5915
5870
  }
5916
5871
  }
@@ -5933,13 +5888,10 @@ declare global {
5933
5888
  }
5934
5889
  }
5935
5890
  declare module 'preact' {
5936
- interface BaseProps {
5937
- children?: preact.ComponentChildren;
5938
- slot?: Lowercase<string>;
5939
- }
5940
5891
  namespace createElement.JSX {
5941
5892
  interface IntrinsicElements {
5942
- [tagName$d]: TableHeaderJSXProps & BaseProps;
5893
+ [tagName$d]: TableHeaderJSXProps &
5894
+ PreactBaseElementPropsWithChildren<TableHeader>;
5943
5895
  }
5944
5896
  }
5945
5897
  }
@@ -5966,13 +5918,10 @@ declare global {
5966
5918
  }
5967
5919
  }
5968
5920
  declare module 'preact' {
5969
- interface BaseProps {
5970
- children?: preact.ComponentChildren;
5971
- slot?: Lowercase<string>;
5972
- }
5973
5921
  namespace createElement.JSX {
5974
5922
  interface IntrinsicElements {
5975
- [tagName$c]: TableHeaderRowJSXProps & BaseProps;
5923
+ [tagName$c]: TableHeaderRowJSXProps &
5924
+ PreactBaseElementPropsWithChildren<TableHeaderRow>;
5976
5925
  }
5977
5926
  }
5978
5927
  }
@@ -5993,13 +5942,10 @@ declare global {
5993
5942
  }
5994
5943
  }
5995
5944
  declare module 'preact' {
5996
- interface BaseProps {
5997
- children?: preact.ComponentChildren;
5998
- slot?: Lowercase<string>;
5999
- }
6000
5945
  namespace createElement.JSX {
6001
5946
  interface IntrinsicElements {
6002
- [tagName$b]: TableRowJSXProps & BaseProps;
5947
+ [tagName$b]: TableRowJSXProps &
5948
+ PreactBaseElementPropsWithChildren<TableRow>;
6003
5949
  }
6004
5950
  }
6005
5951
  }
@@ -6051,13 +5997,9 @@ declare global {
6051
5997
  }
6052
5998
  }
6053
5999
  declare module 'preact' {
6054
- interface BaseProps {
6055
- children?: preact.ComponentChildren;
6056
- slot?: Lowercase<string>;
6057
- }
6058
6000
  namespace createElement.JSX {
6059
6001
  interface IntrinsicElements {
6060
- [tagName$a]: TextJSXProps & BaseProps;
6002
+ [tagName$a]: TextJSXProps & PreactBaseElementPropsWithChildren<Text>;
6061
6003
  }
6062
6004
  }
6063
6005
  }
@@ -6087,12 +6029,9 @@ declare global {
6087
6029
  }
6088
6030
  }
6089
6031
  declare module 'preact' {
6090
- interface BaseProps {
6091
- slot?: Lowercase<string>;
6092
- }
6093
6032
  namespace createElement.JSX {
6094
6033
  interface IntrinsicElements {
6095
- [tagName$9]: TextAreaJSXProps & BaseProps;
6034
+ [tagName$9]: TextAreaJSXProps & PreactBaseElementProps<TextArea>;
6096
6035
  }
6097
6036
  }
6098
6037
  }
@@ -6104,6 +6043,7 @@ export interface TextAreaJSXProps
6104
6043
  FieldReactProps<typeof tagName$9> {}
6105
6044
 
6106
6045
  export type TextFieldProps = PreactFieldProps<
6046
+ /** @default 'on' */
6107
6047
  Required<TextFieldProps$1>['autocomplete']
6108
6048
  > &
6109
6049
  Required<
@@ -6130,12 +6070,10 @@ declare global {
6130
6070
  }
6131
6071
  }
6132
6072
  declare module 'preact' {
6133
- interface BaseProps {
6134
- slot?: Lowercase<string>;
6135
- }
6136
6073
  namespace createElement.JSX {
6137
6074
  interface IntrinsicElements {
6138
- [tagName$8]: Omit<TextFieldJSXProps, 'accessory'> & BaseProps;
6075
+ [tagName$8]: Omit<TextFieldJSXProps, 'accessory'> &
6076
+ PreactBaseElementProps<TextField>;
6139
6077
  }
6140
6078
  }
6141
6079
  }
@@ -6171,12 +6109,9 @@ declare global {
6171
6109
  }
6172
6110
  }
6173
6111
  declare module 'preact' {
6174
- interface BaseProps {
6175
- slot?: Lowercase<string>;
6176
- }
6177
6112
  namespace createElement.JSX {
6178
6113
  interface IntrinsicElements {
6179
- [tagName$7]: URLFieldJSXProps & BaseProps;
6114
+ [tagName$7]: URLFieldJSXProps & PreactBaseElementProps<URLField>;
6180
6115
  }
6181
6116
  }
6182
6117
  }
@@ -6201,13 +6136,10 @@ declare global {
6201
6136
  }
6202
6137
  }
6203
6138
  declare module 'preact' {
6204
- interface BaseProps {
6205
- children?: preact.ComponentChildren;
6206
- slot?: Lowercase<string>;
6207
- }
6208
6139
  namespace createElement.JSX {
6209
6140
  interface IntrinsicElements {
6210
- [tagName$6]: UnorderedListJSXProps & BaseProps;
6141
+ [tagName$6]: UnorderedListJSXProps &
6142
+ PreactBaseElementPropsWithChildren<UnorderedList>;
6211
6143
  }
6212
6144
  }
6213
6145
  }
@@ -6488,6 +6420,7 @@ export {
6488
6420
  Page,
6489
6421
  Paragraph,
6490
6422
  PasswordField,
6423
+ QueryContainer,
6491
6424
  SearchField,
6492
6425
  Section,
6493
6426
  Select,
@@ -6539,6 +6472,7 @@ export type {
6539
6472
  PageJSXProps,
6540
6473
  ParagraphJSXProps,
6541
6474
  PasswordFieldJSXProps,
6475
+ QueryContainerJSXProps,
6542
6476
  SearchFieldJSXProps,
6543
6477
  SectionJSXProps,
6544
6478
  SelectJSXProps,
@@ -6728,446 +6662,332 @@ export interface FunctionSettingsEvents {
6728
6662
  error: OnErrorEventHandler = null;
6729
6663
  }
6730
6664
  declare module 'react' {
6731
- interface BaseProps {
6732
- children?: React.ReactNode;
6733
- slot?: Lowercase<string>;
6734
- }
6735
6665
  namespace JSX {
6736
6666
  interface IntrinsicElements {
6737
- [tagName$M]: BadgeJSXProps & BaseProps;
6667
+ [tagName$N]: BadgeJSXProps & ReactBaseElementPropsWithChildren<Badge>;
6738
6668
  }
6739
6669
  }
6740
6670
  }
6741
6671
  declare module 'react' {
6742
- interface BaseProps {
6743
- children?: React.ReactNode;
6744
- slot?: Lowercase<string>;
6745
- }
6746
6672
  namespace JSX {
6747
6673
  interface IntrinsicElements {
6748
- [tagName$L]: Omit<BannerJSXProps, 'secondaryActions'> & BaseProps;
6674
+ [tagName$M]: Omit<BannerJSXProps, 'secondaryActions'> &
6675
+ ReactBaseElementPropsWithChildren<Banner>;
6749
6676
  }
6750
6677
  }
6751
6678
  }
6752
6679
  declare module 'react' {
6753
- interface BaseProps {
6754
- children?: React.ReactNode;
6755
- slot?: Lowercase<string>;
6756
- }
6757
6680
  namespace JSX {
6758
6681
  interface IntrinsicElements {
6759
- [tagName$K]: BoxJSXProps & BaseProps;
6682
+ [tagName$L]: BoxJSXProps & ReactBaseElementPropsWithChildren<Box>;
6760
6683
  }
6761
6684
  }
6762
6685
  }
6763
6686
  declare module 'react' {
6764
- interface BaseProps {
6765
- children?: React.ReactNode;
6766
- slot?: Lowercase<string>;
6767
- }
6768
6687
  namespace JSX {
6769
6688
  interface IntrinsicElements {
6770
- [tagName$J]: ButtonJSXProps & BaseProps;
6689
+ [tagName$K]: ButtonJSXProps & ReactBaseElementPropsWithChildren<Button>;
6771
6690
  }
6772
6691
  }
6773
6692
  }
6774
6693
  declare module 'react' {
6775
6694
  namespace JSX {
6776
6695
  interface IntrinsicElements {
6777
- [tagName$I]: CheckboxJSXProps;
6696
+ [tagName$J]: CheckboxJSXProps &
6697
+ ReactBaseElementPropsWithChildren<Checkbox>;
6778
6698
  }
6779
6699
  }
6780
6700
  }
6781
6701
  declare module 'react' {
6782
6702
  namespace JSX {
6783
6703
  interface IntrinsicElements {
6784
- [tagName$H]: ChoiceJSXProps;
6704
+ [tagName$I]: ChoiceJSXProps & ReactBaseElementPropsWithChildren<Choice>;
6785
6705
  }
6786
6706
  }
6787
6707
  }
6788
6708
  declare module 'react' {
6789
- interface BaseProps {
6790
- children?: React.ReactNode;
6791
- slot?: Lowercase<string>;
6792
- }
6793
6709
  namespace JSX {
6794
6710
  interface IntrinsicElements {
6795
- [tagName$G]: ChoiceListJSXProps & BaseProps;
6711
+ [tagName$H]: ChoiceListJSXProps &
6712
+ ReactBaseElementPropsWithChildren<ChoiceList>;
6796
6713
  }
6797
6714
  }
6798
6715
  }
6799
6716
  declare module 'react' {
6800
- interface BaseProps {
6801
- children?: React.ReactNode;
6802
- slot?: Lowercase<string>;
6803
- }
6804
6717
  namespace JSX {
6805
6718
  interface IntrinsicElements {
6806
- [tagName$F]: ClickableJSXProps & BaseProps;
6719
+ [tagName$G]: ClickableJSXProps &
6720
+ ReactBaseElementPropsWithChildren<Clickable>;
6807
6721
  }
6808
6722
  }
6809
6723
  }
6810
6724
  declare module 'react' {
6811
- interface BaseProps {
6812
- slot?: Lowercase<string>;
6813
- }
6814
6725
  namespace JSX {
6815
6726
  interface IntrinsicElements {
6816
- [tagName$E]: DatePickerJSXProps & BaseProps;
6727
+ [tagName$F]: DatePickerJSXProps & ReactBaseElementProps<DatePicker>;
6817
6728
  }
6818
6729
  }
6819
6730
  }
6820
6731
  declare module 'react' {
6821
- interface BaseProps {
6822
- slot?: Lowercase<string>;
6823
- }
6824
6732
  namespace JSX {
6825
6733
  interface IntrinsicElements {
6826
- [tagName$D]: DividerJSXProps & BaseProps;
6734
+ [tagName$E]: DividerJSXProps & ReactBaseElementProps<Divider>;
6827
6735
  }
6828
6736
  }
6829
6737
  }
6830
6738
  declare module 'react' {
6831
- interface BaseProps {
6832
- slot?: Lowercase<string>;
6833
- }
6834
6739
  namespace JSX {
6835
6740
  interface IntrinsicElements {
6836
- [tagName$C]: EmailFieldJSXProps & BaseProps;
6741
+ [tagName$D]: EmailFieldJSXProps & ReactBaseElementProps<EmailField>;
6837
6742
  }
6838
6743
  }
6839
6744
  }
6840
6745
  declare module 'react' {
6841
- interface BaseProps {
6842
- children?: React.ReactNode;
6843
- slot?: Lowercase<string>;
6844
- }
6845
6746
  namespace JSX {
6846
6747
  interface IntrinsicElements {
6847
- [tagName$B]: GridJSXProps & BaseProps;
6748
+ [tagName$C]: GridJSXProps & ReactBaseElementPropsWithChildren<Grid>;
6848
6749
  }
6849
6750
  }
6850
6751
  }
6851
6752
  declare module 'react' {
6852
- interface BaseProps {
6853
- children?: React.ReactNode;
6854
- slot?: Lowercase<string>;
6855
- }
6856
6753
  namespace JSX {
6857
6754
  interface IntrinsicElements {
6858
- [tagName$A]: GridItemJSXProps & BaseProps;
6755
+ [tagName$B]: GridItemJSXProps &
6756
+ ReactBaseElementPropsWithChildren<GridItem>;
6859
6757
  }
6860
6758
  }
6861
6759
  }
6862
6760
  declare module 'react' {
6863
- interface BaseProps {
6864
- children?: React.ReactNode;
6865
- slot?: Lowercase<string>;
6866
- }
6867
6761
  namespace JSX {
6868
6762
  interface IntrinsicElements {
6869
- [tagName$z]: HeadingJSXProps & BaseProps;
6763
+ [tagName$A]: HeadingJSXProps & ReactBaseElementPropsWithChildren<Heading>;
6870
6764
  }
6871
6765
  }
6872
6766
  }
6873
6767
  declare module 'react' {
6874
- interface BaseProps {
6875
- slot?: Lowercase<string>;
6876
- }
6877
6768
  namespace JSX {
6878
6769
  interface IntrinsicElements {
6879
- [tagName$y]: IconJSXProps & BaseProps;
6770
+ [tagName$z]: IconJSXProps & ReactBaseElementProps<Icon>;
6880
6771
  }
6881
6772
  }
6882
6773
  }
6883
6774
  declare module 'react' {
6884
- interface BaseProps {
6885
- slot?: Lowercase<string>;
6886
- }
6887
6775
  namespace JSX {
6888
6776
  interface IntrinsicElements {
6889
- [tagName$x]: ImageJSXProps & BaseProps;
6777
+ [tagName$y]: ImageJSXProps & ReactBaseElementProps<Image>;
6890
6778
  }
6891
6779
  }
6892
6780
  }
6893
6781
  declare module 'react' {
6894
- interface BaseProps {
6895
- children?: React.ReactNode;
6896
- slot?: Lowercase<string>;
6897
- }
6898
6782
  namespace JSX {
6899
6783
  interface IntrinsicElements {
6900
- [tagName$w]: LinkJSXProps & BaseProps;
6784
+ [tagName$x]: LinkJSXProps & ReactBaseElementPropsWithChildren<Link>;
6901
6785
  }
6902
6786
  }
6903
6787
  }
6904
6788
  declare module 'react' {
6905
- interface BaseProps {
6906
- children?: React.ReactNode;
6907
- slot?: Lowercase<string>;
6908
- }
6909
6789
  namespace JSX {
6910
6790
  interface IntrinsicElements {
6911
- [tagName$v]: ListItemJSXProps & BaseProps;
6791
+ [tagName$w]: ListItemJSXProps &
6792
+ ReactBaseElementPropsWithChildren<ListItem>;
6912
6793
  }
6913
6794
  }
6914
6795
  }
6915
6796
  declare module 'react' {
6916
- interface BaseProps {
6917
- children?: React.ReactNode;
6918
- slot?: Lowercase<string>;
6919
- }
6920
6797
  namespace JSX {
6921
6798
  interface IntrinsicElements {
6922
- [tagName$u]: MoneyFieldJSXProps & BaseProps;
6799
+ [tagName$v]: MoneyFieldJSXProps & ReactBaseElementProps<MoneyField>;
6923
6800
  }
6924
6801
  }
6925
6802
  }
6926
6803
  declare module 'react' {
6927
- interface BaseProps {
6928
- slot?: Lowercase<string>;
6929
- }
6930
6804
  namespace JSX {
6931
6805
  interface IntrinsicElements {
6932
- [tagName$t]: NumberFieldJSXProps & BaseProps;
6806
+ [tagName$u]: NumberFieldJSXProps & ReactBaseElementProps<NumberField>;
6933
6807
  }
6934
6808
  }
6935
6809
  }
6936
6810
  declare module 'react' {
6937
- interface BaseProps {
6938
- children?: React.ReactNode;
6939
- }
6940
6811
  namespace JSX {
6941
6812
  interface IntrinsicElements {
6942
- [tagName$s]: OptionJSXProps & BaseProps;
6813
+ [tagName$t]: OptionJSXProps & ReactBaseElementPropsWithChildren<Option>;
6943
6814
  }
6944
6815
  }
6945
6816
  }
6946
6817
  declare module 'react' {
6947
- interface BaseProps {
6948
- children?: React.ReactNode;
6949
- }
6950
6818
  namespace JSX {
6951
6819
  interface IntrinsicElements {
6952
- [tagName$r]: OptionGroupJSXProps & BaseProps;
6820
+ [tagName$s]: OptionGroupJSXProps &
6821
+ ReactBaseElementPropsWithChildren<OptionGroup>;
6953
6822
  }
6954
6823
  }
6955
6824
  }
6956
6825
  declare module 'react' {
6957
- interface BaseProps {
6958
- children?: React.ReactNode;
6959
- slot?: Lowercase<string>;
6960
- }
6961
6826
  namespace JSX {
6962
6827
  interface IntrinsicElements {
6963
- [tagName$q]: OrderedListJSXProps & BaseProps;
6828
+ [tagName$r]: OrderedListJSXProps &
6829
+ ReactBaseElementPropsWithChildren<OrderedList>;
6964
6830
  }
6965
6831
  }
6966
6832
  }
6967
6833
  declare module 'react' {
6968
- interface BaseProps {
6969
- children?: React.ReactNode;
6970
- }
6971
6834
  namespace JSX {
6972
6835
  interface IntrinsicElements {
6973
- [tagName$p]: Omit<PageJSXProps, 'aside'> & BaseProps;
6836
+ [tagName$q]: Omit<PageJSXProps, 'aside'> &
6837
+ ReactBaseElementPropsWithChildren<Page>;
6974
6838
  }
6975
6839
  }
6976
6840
  }
6977
6841
  declare module 'react' {
6978
- interface BaseProps {
6979
- children?: React.ReactNode;
6980
- slot?: Lowercase<string>;
6981
- }
6982
6842
  namespace JSX {
6983
6843
  interface IntrinsicElements {
6984
- [tagName$o]: ParagraphJSXProps & BaseProps;
6844
+ [tagName$p]: ParagraphJSXProps &
6845
+ ReactBaseElementPropsWithChildren<Paragraph>;
6985
6846
  }
6986
6847
  }
6987
6848
  }
6988
6849
  declare module 'react' {
6989
- interface BaseProps {
6990
- slot?: Lowercase<string>;
6991
- }
6992
6850
  namespace JSX {
6993
6851
  interface IntrinsicElements {
6994
- [tagName$n]: PasswordFieldJSXProps & BaseProps;
6852
+ [tagName$o]: PasswordFieldJSXProps & ReactBaseElementProps<PasswordField>;
6995
6853
  }
6996
6854
  }
6997
6855
  }
6998
6856
  declare module 'react' {
6999
- interface BaseProps {
7000
- children?: React.ReactNode;
7001
- slot?: Lowercase<string>;
7002
- }
7003
6857
  namespace JSX {
7004
6858
  interface IntrinsicElements {
7005
- [tagName$m]: SearchFieldJSXProps & BaseProps;
6859
+ [tagName$n]: Omit<
6860
+ HTMLAttributes<HTMLElement>,
6861
+ Extract<keyof HTMLAttributes<HTMLElement>, `on${Capitalize<string>}`>
6862
+ > &
6863
+ QueryContainerJSXProps;
7006
6864
  }
7007
6865
  }
7008
6866
  }
7009
6867
  declare module 'react' {
7010
- interface BaseProps {
7011
- children?: React.ReactNode;
7012
- slot?: Lowercase<string>;
7013
- }
7014
6868
  namespace JSX {
7015
6869
  interface IntrinsicElements {
7016
- [tagName$l]: SectionJSXProps & BaseProps;
6870
+ [tagName$m]: SearchFieldJSXProps & ReactBaseElementProps<SearchField>;
7017
6871
  }
7018
6872
  }
7019
6873
  }
7020
6874
  declare module 'react' {
7021
- interface BaseProps {
7022
- children?: React.ReactNode;
7023
- slot?: Lowercase<string>;
7024
- }
7025
6875
  namespace JSX {
7026
6876
  interface IntrinsicElements {
7027
- [tagName$k]: SelectJSXProps & BaseProps;
6877
+ [tagName$l]: SectionJSXProps & ReactBaseElementPropsWithChildren<Section>;
7028
6878
  }
7029
6879
  }
7030
6880
  }
7031
6881
  declare module 'react' {
7032
6882
  namespace JSX {
7033
6883
  interface IntrinsicElements {
7034
- [tagName$j]: SpinnerJSXProps;
6884
+ [tagName$k]: SelectJSXProps & ReactBaseElementPropsWithChildren<Select>;
7035
6885
  }
7036
6886
  }
7037
6887
  }
7038
6888
  declare module 'react' {
7039
- interface BaseProps {
7040
- children?: React.ReactNode;
7041
- slot?: Lowercase<string>;
7042
- }
7043
6889
  namespace JSX {
7044
6890
  interface IntrinsicElements {
7045
- [tagName$i]: StackJSXProps & BaseProps;
6891
+ [tagName$j]: SpinnerJSXProps & ReactBaseElementProps<Spinner>;
7046
6892
  }
7047
6893
  }
7048
6894
  }
7049
6895
  declare module 'react' {
7050
6896
  namespace JSX {
7051
6897
  interface IntrinsicElements {
7052
- [tagName$h]: SwitchJSXProps;
6898
+ [tagName$i]: StackJSXProps & ReactBaseElementPropsWithChildren<Stack>;
7053
6899
  }
7054
6900
  }
7055
6901
  }
7056
6902
  declare module 'react' {
7057
- interface BaseProps {
7058
- children?: React.ReactNode;
7059
- slot?: Lowercase<string>;
7060
- }
7061
6903
  namespace JSX {
7062
6904
  interface IntrinsicElements {
7063
- [tagName$g]: Omit<TableJSXProps, 'filters'> & BaseProps;
6905
+ [tagName$h]: SwitchJSXProps & ReactBaseElementProps<Switch>;
7064
6906
  }
7065
6907
  }
7066
6908
  }
7067
6909
  declare module 'react' {
7068
- interface BaseProps {
7069
- children?: React.ReactNode;
7070
- slot?: Lowercase<string>;
7071
- }
7072
6910
  namespace JSX {
7073
6911
  interface IntrinsicElements {
7074
- [tagName$f]: TableBodyJSXProps & BaseProps;
6912
+ [tagName$g]: Omit<TableJSXProps, 'filters'> &
6913
+ ReactBaseElementPropsWithChildren<Table>;
7075
6914
  }
7076
6915
  }
7077
6916
  }
7078
6917
  declare module 'react' {
7079
- interface BaseProps {
7080
- children?: React.ReactNode;
7081
- slot?: Lowercase<string>;
7082
- }
7083
6918
  namespace JSX {
7084
6919
  interface IntrinsicElements {
7085
- [tagName$e]: TableCellJSXProps & BaseProps;
6920
+ [tagName$f]: TableBodyJSXProps &
6921
+ ReactBaseElementPropsWithChildren<TableBody>;
7086
6922
  }
7087
6923
  }
7088
6924
  }
7089
6925
  declare module 'react' {
7090
- interface BaseProps {
7091
- children?: React.ReactNode;
7092
- slot?: Lowercase<string>;
7093
- }
7094
6926
  namespace JSX {
7095
6927
  interface IntrinsicElements {
7096
- [tagName$d]: TableHeaderJSXProps & BaseProps;
6928
+ [tagName$e]: TableCellJSXProps &
6929
+ ReactBaseElementPropsWithChildren<TableCell>;
7097
6930
  }
7098
6931
  }
7099
6932
  }
7100
6933
  declare module 'react' {
7101
- interface BaseProps {
7102
- children?: React.ReactNode;
7103
- slot?: Lowercase<string>;
7104
- }
7105
6934
  namespace JSX {
7106
6935
  interface IntrinsicElements {
7107
- [tagName$c]: TableHeaderRowJSXProps & BaseProps;
6936
+ [tagName$d]: TableHeaderJSXProps &
6937
+ ReactBaseElementPropsWithChildren<TableHeader>;
7108
6938
  }
7109
6939
  }
7110
6940
  }
7111
6941
  declare module 'react' {
7112
- interface BaseProps {
7113
- children?: React.ReactNode;
7114
- slot?: Lowercase<string>;
7115
- }
7116
6942
  namespace JSX {
7117
6943
  interface IntrinsicElements {
7118
- [tagName$b]: TableRowJSXProps & BaseProps;
6944
+ [tagName$c]: TableHeaderRowJSXProps &
6945
+ ReactBaseElementPropsWithChildren<TableHeaderRow>;
7119
6946
  }
7120
6947
  }
7121
6948
  }
7122
6949
  declare module 'react' {
7123
- interface BaseProps {
7124
- children?: React.ReactNode;
7125
- slot?: Lowercase<string>;
7126
- }
7127
6950
  namespace JSX {
7128
6951
  interface IntrinsicElements {
7129
- [tagName$a]: TextJSXProps & BaseProps;
6952
+ [tagName$b]: TableRowJSXProps &
6953
+ ReactBaseElementPropsWithChildren<TableRow>;
7130
6954
  }
7131
6955
  }
7132
6956
  }
7133
6957
  declare module 'react' {
7134
- interface BaseProps {
7135
- slot?: Lowercase<string>;
7136
- }
7137
6958
  namespace JSX {
7138
6959
  interface IntrinsicElements {
7139
- [tagName$9]: TextAreaJSXProps & BaseProps;
6960
+ [tagName$a]: TextJSXProps & ReactBaseElementPropsWithChildren<Text>;
7140
6961
  }
7141
6962
  }
7142
6963
  }
7143
6964
  declare module 'react' {
7144
- interface BaseProps {
7145
- slot?: Lowercase<string>;
7146
- }
7147
6965
  namespace JSX {
7148
6966
  interface IntrinsicElements {
7149
- [tagName$8]: Omit<TextFieldJSXProps, 'accessory'> & BaseProps;
6967
+ [tagName$9]: TextAreaJSXProps & ReactBaseElementProps<TextArea>;
7150
6968
  }
7151
6969
  }
7152
6970
  }
7153
6971
  declare module 'react' {
7154
- interface BaseProps {
7155
- slot?: Lowercase<string>;
7156
- }
7157
6972
  namespace JSX {
7158
6973
  interface IntrinsicElements {
7159
- [tagName$7]: URLFieldJSXProps & BaseProps;
6974
+ [tagName$8]: Omit<TextFieldJSXProps, 'accessory'> &
6975
+ ReactBaseElementProps<TextField>;
7160
6976
  }
7161
6977
  }
7162
6978
  }
7163
6979
  declare module 'react' {
7164
- interface BaseProps {
7165
- children?: React.ReactNode;
7166
- slot?: Lowercase<string>;
6980
+ namespace JSX {
6981
+ interface IntrinsicElements {
6982
+ [tagName$7]: URLFieldJSXProps & ReactBaseElementProps<URLField>;
6983
+ }
7167
6984
  }
6985
+ }
6986
+ declare module 'react' {
7168
6987
  namespace JSX {
7169
6988
  interface IntrinsicElements {
7170
- [tagName$6]: UnorderedListJSXProps & BaseProps;
6989
+ [tagName$6]: UnorderedListJSXProps &
6990
+ ReactBaseElementPropsWithChildren<UnorderedList>;
7171
6991
  }
7172
6992
  }
7173
6993
  }