@wordpress/components 23.7.0 → 23.8.0

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 (178) hide show
  1. package/CHANGELOG.md +17 -6
  2. package/build/custom-gradient-picker/serializer.js +0 -4
  3. package/build/custom-gradient-picker/serializer.js.map +1 -1
  4. package/build/drop-zone/index.js +8 -8
  5. package/build/drop-zone/index.js.map +1 -1
  6. package/build/index.js.map +1 -1
  7. package/build/mobile/keyboard-aware-flat-list/index.android.js +0 -4
  8. package/build/mobile/keyboard-aware-flat-list/index.android.js.map +1 -1
  9. package/build/mobile/keyboard-aware-flat-list/index.ios.js +100 -55
  10. package/build/mobile/keyboard-aware-flat-list/index.ios.js.map +1 -1
  11. package/build/mobile/keyboard-aware-flat-list/use-keyboard-offset.native.js +82 -0
  12. package/build/mobile/keyboard-aware-flat-list/use-keyboard-offset.native.js.map +1 -0
  13. package/build/mobile/keyboard-aware-flat-list/use-scroll-to-text-input.native.js +85 -0
  14. package/build/mobile/keyboard-aware-flat-list/use-scroll-to-text-input.native.js.map +1 -0
  15. package/build/mobile/keyboard-aware-flat-list/use-text-input-caret-position.native.js +44 -0
  16. package/build/mobile/keyboard-aware-flat-list/use-text-input-caret-position.native.js.map +1 -0
  17. package/build/mobile/keyboard-aware-flat-list/use-text-input-offset.native.js +53 -0
  18. package/build/mobile/keyboard-aware-flat-list/use-text-input-offset.native.js.map +1 -0
  19. package/build/navigator/navigator-provider/component.js +4 -2
  20. package/build/navigator/navigator-provider/component.js.map +1 -1
  21. package/build/navigator/navigator-screen/component.js +4 -3
  22. package/build/navigator/navigator-screen/component.js.map +1 -1
  23. package/build/private-apis.js.map +1 -1
  24. package/build/query-controls/author-select.js +2 -1
  25. package/build/query-controls/author-select.js.map +1 -1
  26. package/build/query-controls/category-select.js +3 -1
  27. package/build/query-controls/category-select.js.map +1 -1
  28. package/build/query-controls/index.js +7 -1
  29. package/build/query-controls/index.js.map +1 -1
  30. package/build/sandbox/index.native.js +51 -28
  31. package/build/sandbox/index.native.js.map +1 -1
  32. package/build-module/custom-gradient-picker/serializer.js +0 -4
  33. package/build-module/custom-gradient-picker/serializer.js.map +1 -1
  34. package/build-module/drop-zone/index.js +8 -8
  35. package/build-module/drop-zone/index.js.map +1 -1
  36. package/build-module/index.js.map +1 -1
  37. package/build-module/mobile/keyboard-aware-flat-list/index.android.js +0 -4
  38. package/build-module/mobile/keyboard-aware-flat-list/index.android.js.map +1 -1
  39. package/build-module/mobile/keyboard-aware-flat-list/index.ios.js +97 -54
  40. package/build-module/mobile/keyboard-aware-flat-list/index.ios.js.map +1 -1
  41. package/build-module/mobile/keyboard-aware-flat-list/use-keyboard-offset.native.js +73 -0
  42. package/build-module/mobile/keyboard-aware-flat-list/use-keyboard-offset.native.js.map +1 -0
  43. package/build-module/mobile/keyboard-aware-flat-list/use-scroll-to-text-input.native.js +76 -0
  44. package/build-module/mobile/keyboard-aware-flat-list/use-scroll-to-text-input.native.js.map +1 -0
  45. package/build-module/mobile/keyboard-aware-flat-list/use-text-input-caret-position.native.js +33 -0
  46. package/build-module/mobile/keyboard-aware-flat-list/use-text-input-caret-position.native.js.map +1 -0
  47. package/build-module/mobile/keyboard-aware-flat-list/use-text-input-offset.native.js +40 -0
  48. package/build-module/mobile/keyboard-aware-flat-list/use-text-input-offset.native.js.map +1 -0
  49. package/build-module/navigator/navigator-provider/component.js +4 -2
  50. package/build-module/navigator/navigator-provider/component.js.map +1 -1
  51. package/build-module/navigator/navigator-screen/component.js +4 -3
  52. package/build-module/navigator/navigator-screen/component.js.map +1 -1
  53. package/build-module/private-apis.js.map +1 -1
  54. package/build-module/query-controls/author-select.js +2 -1
  55. package/build-module/query-controls/author-select.js.map +1 -1
  56. package/build-module/query-controls/category-select.js +3 -1
  57. package/build-module/query-controls/category-select.js.map +1 -1
  58. package/build-module/query-controls/index.js +7 -2
  59. package/build-module/query-controls/index.js.map +1 -1
  60. package/build-module/sandbox/index.native.js +52 -30
  61. package/build-module/sandbox/index.native.js.map +1 -1
  62. package/build-style/style-rtl.css +1 -1
  63. package/build-style/style.css +1 -1
  64. package/build-types/angle-picker-control/styles/angle-picker-control-styles.d.ts +1 -1
  65. package/build-types/border-box-control/border-box-control/hook.d.ts +2 -2
  66. package/build-types/border-box-control/border-box-control-linked-button/hook.d.ts +2 -2
  67. package/build-types/border-box-control/border-box-control-split-controls/hook.d.ts +2 -2
  68. package/build-types/border-box-control/border-box-control-visualizer/hook.d.ts +2 -2
  69. package/build-types/border-control/border-control/hook.d.ts +2 -2
  70. package/build-types/border-control/border-control-dropdown/hook.d.ts +2 -2
  71. package/build-types/border-control/border-control-style-picker/hook.d.ts +2 -2
  72. package/build-types/box-control/styles/box-control-styles.d.ts +5 -5
  73. package/build-types/button/deprecated.d.ts +2 -2
  74. package/build-types/card/card/hook.d.ts +2 -2
  75. package/build-types/card/card-body/hook.d.ts +2 -2
  76. package/build-types/card/card-divider/hook.d.ts +2 -2
  77. package/build-types/card/card-footer/hook.d.ts +2 -2
  78. package/build-types/card/card-header/hook.d.ts +2 -2
  79. package/build-types/card/card-media/hook.d.ts +2 -2
  80. package/build-types/color-palette/styles.d.ts +1 -1
  81. package/build-types/color-picker/styles.d.ts +5 -5
  82. package/build-types/combobox-control/styles.d.ts +1 -1
  83. package/build-types/custom-gradient-picker/serializer.d.ts +1 -5
  84. package/build-types/custom-gradient-picker/serializer.d.ts.map +1 -1
  85. package/build-types/custom-gradient-picker/types.d.ts +0 -2
  86. package/build-types/custom-gradient-picker/types.d.ts.map +1 -1
  87. package/build-types/date-time/date/styles.d.ts +2 -2
  88. package/build-types/date-time/date-time/styles.d.ts +1 -1
  89. package/build-types/date-time/time/styles.d.ts +8 -8
  90. package/build-types/drop-zone/index.d.ts.map +1 -1
  91. package/build-types/elevation/hook.d.ts +2 -2
  92. package/build-types/external-link/styles/external-link-styles.d.ts +1 -1
  93. package/build-types/flex/flex/hook.d.ts +2 -2
  94. package/build-types/flex/flex-block/hook.d.ts +2 -2
  95. package/build-types/flex/flex-item/hook.d.ts +2 -2
  96. package/build-types/focal-point-picker/styles/focal-point-picker-style.d.ts +2 -2
  97. package/build-types/form-token-field/styles.d.ts +1 -1
  98. package/build-types/grid/hook.d.ts +2 -2
  99. package/build-types/h-stack/hook.d.ts +2 -2
  100. package/build-types/heading/hook.d.ts +2 -2
  101. package/build-types/index.d.ts +128 -0
  102. package/build-types/index.d.ts.map +1 -0
  103. package/build-types/input-control/styles/input-control-styles.d.ts +2 -2
  104. package/build-types/item-group/item/hook.d.ts +2 -2
  105. package/build-types/item-group/item-group/hook.d.ts +2 -2
  106. package/build-types/navigation/styles/navigation-styles.d.ts +2 -2
  107. package/build-types/navigator/navigator-back-button/hook.d.ts +2 -2
  108. package/build-types/navigator/navigator-button/hook.d.ts +2 -2
  109. package/build-types/navigator/navigator-provider/component.d.ts.map +1 -1
  110. package/build-types/navigator/navigator-screen/component.d.ts +1 -1
  111. package/build-types/navigator/navigator-screen/component.d.ts.map +1 -1
  112. package/build-types/navigator/stories/index.d.ts +1 -0
  113. package/build-types/navigator/stories/index.d.ts.map +1 -1
  114. package/build-types/navigator/types.d.ts +2 -2
  115. package/build-types/navigator/types.d.ts.map +1 -1
  116. package/build-types/number-control/index.d.ts +2 -2
  117. package/build-types/number-control/stories/index.d.ts +2 -2
  118. package/build-types/palette-edit/styles.d.ts +3 -3
  119. package/build-types/popover/index.d.ts +1 -1
  120. package/build-types/popover/stories/e2e/index.d.ts +1 -1
  121. package/build-types/private-apis.d.ts +2 -3
  122. package/build-types/private-apis.d.ts.map +1 -1
  123. package/build-types/query-controls/author-select.d.ts.map +1 -1
  124. package/build-types/query-controls/category-select.d.ts.map +1 -1
  125. package/build-types/query-controls/index.d.ts.map +1 -1
  126. package/build-types/range-control/index.d.ts +1 -1
  127. package/build-types/range-control/styles/range-control-styles.d.ts +2 -2
  128. package/build-types/resizable-box/index.d.ts +1 -1
  129. package/build-types/resizable-box/resize-tooltip/index.d.ts +1 -1
  130. package/build-types/resizable-box/stories/index.d.ts +2 -2
  131. package/build-types/scrollable/hook.d.ts +2 -2
  132. package/build-types/search-control/index.d.ts +1 -1
  133. package/build-types/search-control/stories/index.d.ts +2 -2
  134. package/build-types/spacer/hook.d.ts +2 -2
  135. package/build-types/spinner/index.d.ts +1 -1
  136. package/build-types/surface/hook.d.ts +2 -2
  137. package/build-types/text/hook.d.ts +2 -2
  138. package/build-types/text-control/index.d.ts +1 -1
  139. package/build-types/toolbar/toolbar-button/index.d.ts +2 -2
  140. package/build-types/tools-panel/tools-panel/hook.d.ts +2 -2
  141. package/build-types/tools-panel/tools-panel-header/hook.d.ts +2 -2
  142. package/build-types/tools-panel/tools-panel-item/hook.d.ts +2 -2
  143. package/build-types/truncate/hook.d.ts +2 -2
  144. package/build-types/ui/control-group/hook.d.ts +2 -2
  145. package/build-types/ui/control-label/hook.d.ts +2 -2
  146. package/build-types/ui/form-group/form-group.d.ts +2 -2
  147. package/build-types/ui/form-group/use-form-group.d.ts +2 -2
  148. package/build-types/unit-control/index.d.ts +1 -1
  149. package/build-types/unit-control/styles/unit-control-styles.d.ts +2 -2
  150. package/build-types/v-stack/hook.d.ts +2 -2
  151. package/package.json +20 -19
  152. package/src/custom-gradient-picker/serializer.ts +2 -6
  153. package/src/custom-gradient-picker/types.ts +0 -18
  154. package/src/drop-zone/index.tsx +12 -8
  155. package/src/drop-zone/style.scss +1 -1
  156. package/src/mobile/keyboard-aware-flat-list/index.android.js +0 -4
  157. package/src/mobile/keyboard-aware-flat-list/index.ios.js +118 -67
  158. package/src/mobile/keyboard-aware-flat-list/test/use-keyboard-offset.native.js +203 -0
  159. package/src/mobile/keyboard-aware-flat-list/test/use-scroll-to-text-input.native.js +140 -0
  160. package/src/mobile/keyboard-aware-flat-list/test/use-text-input-caret-position.native.js +82 -0
  161. package/src/mobile/keyboard-aware-flat-list/test/use-text-input-offset.native.js +147 -0
  162. package/src/mobile/keyboard-aware-flat-list/use-keyboard-offset.native.js +87 -0
  163. package/src/mobile/keyboard-aware-flat-list/use-scroll-to-text-input.native.js +105 -0
  164. package/src/mobile/keyboard-aware-flat-list/use-text-input-caret-position.native.js +36 -0
  165. package/src/mobile/keyboard-aware-flat-list/use-text-input-offset.native.js +54 -0
  166. package/src/navigator/navigator-provider/component.tsx +2 -0
  167. package/src/navigator/navigator-screen/component.tsx +5 -2
  168. package/src/navigator/stories/index.tsx +68 -0
  169. package/src/navigator/test/index.tsx +52 -0
  170. package/src/navigator/types.ts +2 -1
  171. package/src/query-controls/author-select.tsx +1 -0
  172. package/src/query-controls/category-select.tsx +1 -0
  173. package/src/query-controls/index.tsx +4 -2
  174. package/src/sandbox/index.native.js +70 -36
  175. package/tsconfig.json +1 -2
  176. package/tsconfig.tsbuildinfo +1 -1
  177. /package/src/{index.js → index.ts} +0 -0
  178. /package/src/{private-apis.js → private-apis.ts} +0 -0
@@ -1145,7 +1145,7 @@ body.is-dragging-components-draggable {
1145
1145
  }
1146
1146
 
1147
1147
  .components-drop-zone__content-icon {
1148
- margin: 0 auto;
1148
+ margin: 0 auto 8px;
1149
1149
  line-height: 0;
1150
1150
  fill: currentColor;
1151
1151
  pointer-events: none;
@@ -1,6 +1,6 @@
1
1
  /// <reference types="react" />
2
2
  import type { AnglePickerControlProps } from '../types';
3
- export declare const Root: import("@emotion/styled").StyledComponent<import("../../flex/types").FlexProps & import("react").RefAttributes<any> & Omit<Pick<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "key" | keyof import("react").HTMLAttributes<HTMLDivElement>>, "as" | keyof import("../../flex/types").FlexProps | keyof import("react").RefAttributes<any>> & {
3
+ export declare const Root: import("@emotion/styled").StyledComponent<import("../../flex/types").FlexProps & import("react").RefAttributes<any> & Omit<Pick<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "key" | keyof import("react").HTMLAttributes<HTMLDivElement>>, "as" | keyof import("react").RefAttributes<any> | keyof import("../../flex/types").FlexProps> & {
4
4
  as?: keyof JSX.IntrinsicElements | undefined;
5
5
  } & {
6
6
  theme?: import("@emotion/react").Theme | undefined;
@@ -32,6 +32,7 @@ export declare function useBorderBoxControl(props: WordPressComponentProps<Borde
32
32
  key?: import("react").Key | null | undefined;
33
33
  slot?: string | undefined;
34
34
  title?: string | undefined;
35
+ id?: string | undefined;
35
36
  defaultChecked?: boolean | undefined;
36
37
  suppressContentEditableWarning?: boolean | undefined;
37
38
  suppressHydrationWarning?: boolean | undefined;
@@ -40,7 +41,6 @@ export declare function useBorderBoxControl(props: WordPressComponentProps<Borde
40
41
  contextMenu?: string | undefined;
41
42
  dir?: string | undefined;
42
43
  draggable?: (boolean | "false" | "true") | undefined;
43
- id?: string | undefined;
44
44
  lang?: string | undefined;
45
45
  placeholder?: string | undefined;
46
46
  spellCheck?: (boolean | "false" | "true") | undefined;
@@ -77,7 +77,7 @@ export declare function useBorderBoxControl(props: WordPressComponentProps<Borde
77
77
  'aria-colindex'?: number | undefined;
78
78
  'aria-colspan'?: number | undefined;
79
79
  'aria-controls'?: string | undefined;
80
- 'aria-current'?: boolean | "page" | "false" | "true" | "time" | "date" | "step" | "location" | undefined;
80
+ 'aria-current'?: boolean | "page" | "false" | "true" | "time" | "location" | "step" | "date" | undefined;
81
81
  'aria-describedby'?: string | undefined;
82
82
  'aria-details'?: string | undefined;
83
83
  'aria-disabled'?: (boolean | "false" | "true") | undefined;
@@ -19,6 +19,7 @@ export declare function useBorderBoxControlLinkedButton(props: WordPressComponen
19
19
  slot?: string | undefined;
20
20
  title?: string | undefined;
21
21
  type?: "button" | "reset" | "submit" | undefined;
22
+ id?: string | undefined;
22
23
  defaultChecked?: boolean | undefined;
23
24
  suppressContentEditableWarning?: boolean | undefined;
24
25
  suppressHydrationWarning?: boolean | undefined;
@@ -27,7 +28,6 @@ export declare function useBorderBoxControlLinkedButton(props: WordPressComponen
27
28
  contextMenu?: string | undefined;
28
29
  dir?: string | undefined;
29
30
  draggable?: (boolean | "false" | "true") | undefined;
30
- id?: string | undefined;
31
31
  lang?: string | undefined;
32
32
  placeholder?: string | undefined;
33
33
  spellCheck?: (boolean | "false" | "true") | undefined;
@@ -64,7 +64,7 @@ export declare function useBorderBoxControlLinkedButton(props: WordPressComponen
64
64
  'aria-colindex'?: number | undefined;
65
65
  'aria-colspan'?: number | undefined;
66
66
  'aria-controls'?: string | undefined;
67
- 'aria-current'?: boolean | "page" | "false" | "true" | "time" | "date" | "step" | "location" | undefined;
67
+ 'aria-current'?: boolean | "page" | "false" | "true" | "time" | "location" | "step" | "date" | undefined;
68
68
  'aria-describedby'?: string | undefined;
69
69
  'aria-details'?: string | undefined;
70
70
  'aria-disabled'?: (boolean | "false" | "true") | undefined;
@@ -23,6 +23,7 @@ export declare function useBorderBoxControlSplitControls(props: WordPressCompone
23
23
  key?: import("react").Key | null | undefined;
24
24
  slot?: string | undefined;
25
25
  title?: string | undefined;
26
+ id?: string | undefined;
26
27
  defaultChecked?: boolean | undefined;
27
28
  suppressContentEditableWarning?: boolean | undefined;
28
29
  suppressHydrationWarning?: boolean | undefined;
@@ -31,7 +32,6 @@ export declare function useBorderBoxControlSplitControls(props: WordPressCompone
31
32
  contextMenu?: string | undefined;
32
33
  dir?: string | undefined;
33
34
  draggable?: (boolean | "false" | "true") | undefined;
34
- id?: string | undefined;
35
35
  lang?: string | undefined;
36
36
  placeholder?: string | undefined;
37
37
  spellCheck?: (boolean | "false" | "true") | undefined;
@@ -68,7 +68,7 @@ export declare function useBorderBoxControlSplitControls(props: WordPressCompone
68
68
  'aria-colindex'?: number | undefined;
69
69
  'aria-colspan'?: number | undefined;
70
70
  'aria-controls'?: string | undefined;
71
- 'aria-current'?: boolean | "page" | "false" | "true" | "time" | "date" | "step" | "location" | undefined;
71
+ 'aria-current'?: boolean | "page" | "false" | "true" | "time" | "location" | "step" | "date" | undefined;
72
72
  'aria-describedby'?: string | undefined;
73
73
  'aria-details'?: string | undefined;
74
74
  'aria-disabled'?: (boolean | "false" | "true") | undefined;
@@ -13,6 +13,7 @@ export declare function useBorderBoxControlVisualizer(props: WordPressComponentP
13
13
  key?: import("react").Key | null | undefined;
14
14
  slot?: string | undefined;
15
15
  title?: string | undefined;
16
+ id?: string | undefined;
16
17
  defaultChecked?: boolean | undefined;
17
18
  suppressContentEditableWarning?: boolean | undefined;
18
19
  suppressHydrationWarning?: boolean | undefined;
@@ -21,7 +22,6 @@ export declare function useBorderBoxControlVisualizer(props: WordPressComponentP
21
22
  contextMenu?: string | undefined;
22
23
  dir?: string | undefined;
23
24
  draggable?: (boolean | "false" | "true") | undefined;
24
- id?: string | undefined;
25
25
  lang?: string | undefined;
26
26
  placeholder?: string | undefined;
27
27
  spellCheck?: (boolean | "false" | "true") | undefined;
@@ -58,7 +58,7 @@ export declare function useBorderBoxControlVisualizer(props: WordPressComponentP
58
58
  'aria-colindex'?: number | undefined;
59
59
  'aria-colspan'?: number | undefined;
60
60
  'aria-controls'?: string | undefined;
61
- 'aria-current'?: boolean | "page" | "false" | "true" | "time" | "date" | "step" | "location" | undefined;
61
+ 'aria-current'?: boolean | "page" | "false" | "true" | "time" | "location" | "step" | "date" | undefined;
62
62
  'aria-describedby'?: string | undefined;
63
63
  'aria-details'?: string | undefined;
64
64
  'aria-disabled'?: (boolean | "false" | "true") | undefined;
@@ -33,6 +33,7 @@ export declare function useBorderControl(props: WordPressComponentProps<BorderCo
33
33
  key?: import("react").Key | null | undefined;
34
34
  slot?: string | undefined;
35
35
  title?: string | undefined;
36
+ id?: string | undefined;
36
37
  defaultChecked?: boolean | undefined;
37
38
  suppressContentEditableWarning?: boolean | undefined;
38
39
  suppressHydrationWarning?: boolean | undefined;
@@ -41,7 +42,6 @@ export declare function useBorderControl(props: WordPressComponentProps<BorderCo
41
42
  contextMenu?: string | undefined;
42
43
  dir?: string | undefined;
43
44
  draggable?: (boolean | "false" | "true") | undefined;
44
- id?: string | undefined;
45
45
  lang?: string | undefined;
46
46
  placeholder?: string | undefined;
47
47
  spellCheck?: (boolean | "false" | "true") | undefined;
@@ -78,7 +78,7 @@ export declare function useBorderControl(props: WordPressComponentProps<BorderCo
78
78
  'aria-colindex'?: number | undefined;
79
79
  'aria-colspan'?: number | undefined;
80
80
  'aria-controls'?: string | undefined;
81
- 'aria-current'?: boolean | "page" | "false" | "true" | "time" | "date" | "step" | "location" | undefined;
81
+ 'aria-current'?: boolean | "page" | "false" | "true" | "time" | "location" | "step" | "date" | undefined;
82
82
  'aria-describedby'?: string | undefined;
83
83
  'aria-details'?: string | undefined;
84
84
  'aria-disabled'?: (boolean | "false" | "true") | undefined;
@@ -27,6 +27,7 @@ export declare function useBorderControlDropdown(props: WordPressComponentProps<
27
27
  key?: import("react").Key | null | undefined;
28
28
  slot?: string | undefined;
29
29
  title?: string | undefined;
30
+ id?: string | undefined;
30
31
  defaultChecked?: boolean | undefined;
31
32
  suppressContentEditableWarning?: boolean | undefined;
32
33
  suppressHydrationWarning?: boolean | undefined;
@@ -35,7 +36,6 @@ export declare function useBorderControlDropdown(props: WordPressComponentProps<
35
36
  contextMenu?: string | undefined;
36
37
  dir?: string | undefined;
37
38
  draggable?: (boolean | "false" | "true") | undefined;
38
- id?: string | undefined;
39
39
  lang?: string | undefined;
40
40
  placeholder?: string | undefined;
41
41
  spellCheck?: (boolean | "false" | "true") | undefined;
@@ -72,7 +72,7 @@ export declare function useBorderControlDropdown(props: WordPressComponentProps<
72
72
  'aria-colindex'?: number | undefined;
73
73
  'aria-colspan'?: number | undefined;
74
74
  'aria-controls'?: string | undefined;
75
- 'aria-current'?: boolean | "page" | "false" | "true" | "time" | "date" | "step" | "location" | undefined;
75
+ 'aria-current'?: boolean | "page" | "false" | "true" | "time" | "location" | "step" | "date" | undefined;
76
76
  'aria-describedby'?: string | undefined;
77
77
  'aria-details'?: string | undefined;
78
78
  'aria-disabled'?: (boolean | "false" | "true") | undefined;
@@ -16,6 +16,7 @@ export declare function useBorderControlStylePicker(props: WordPressComponentPro
16
16
  key?: import("react").Key | null | undefined;
17
17
  slot?: string | undefined;
18
18
  title?: string | undefined;
19
+ id?: string | undefined;
19
20
  defaultChecked?: boolean | undefined;
20
21
  suppressContentEditableWarning?: boolean | undefined;
21
22
  suppressHydrationWarning?: boolean | undefined;
@@ -24,7 +25,6 @@ export declare function useBorderControlStylePicker(props: WordPressComponentPro
24
25
  contextMenu?: string | undefined;
25
26
  dir?: string | undefined;
26
27
  draggable?: (boolean | "false" | "true") | undefined;
27
- id?: string | undefined;
28
28
  lang?: string | undefined;
29
29
  placeholder?: string | undefined;
30
30
  spellCheck?: (boolean | "false" | "true") | undefined;
@@ -61,7 +61,7 @@ export declare function useBorderControlStylePicker(props: WordPressComponentPro
61
61
  'aria-colindex'?: number | undefined;
62
62
  'aria-colspan'?: number | undefined;
63
63
  'aria-controls'?: string | undefined;
64
- 'aria-current'?: boolean | "page" | "false" | "true" | "time" | "date" | "step" | "location" | undefined;
64
+ 'aria-current'?: boolean | "page" | "false" | "true" | "time" | "location" | "step" | "date" | undefined;
65
65
  'aria-describedby'?: string | undefined;
66
66
  'aria-details'?: string | undefined;
67
67
  'aria-disabled'?: (boolean | "false" | "true") | undefined;
@@ -4,12 +4,12 @@ export declare const Root: import("@emotion/styled").StyledComponent<{
4
4
  theme?: import("@emotion/react").Theme | undefined;
5
5
  as?: import("react").ElementType<any> | undefined;
6
6
  }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
7
- export declare const Header: import("@emotion/styled").StyledComponent<import("../../flex/types").FlexProps & import("react").RefAttributes<any> & Omit<Pick<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "key" | keyof import("react").HTMLAttributes<HTMLDivElement>>, "as" | keyof import("../../flex/types").FlexProps | keyof import("react").RefAttributes<any>> & {
7
+ export declare const Header: import("@emotion/styled").StyledComponent<import("../../flex/types").FlexProps & import("react").RefAttributes<any> & Omit<Pick<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "key" | keyof import("react").HTMLAttributes<HTMLDivElement>>, "as" | keyof import("react").RefAttributes<any> | keyof import("../../flex/types").FlexProps> & {
8
8
  as?: keyof JSX.IntrinsicElements | undefined;
9
9
  } & {
10
10
  theme?: import("@emotion/react").Theme | undefined;
11
11
  }, {}, {}>;
12
- export declare const HeaderControlWrapper: import("@emotion/styled").StyledComponent<import("../../flex/types").FlexProps & import("react").RefAttributes<any> & Omit<Pick<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "key" | keyof import("react").HTMLAttributes<HTMLDivElement>>, "as" | keyof import("../../flex/types").FlexProps | keyof import("react").RefAttributes<any>> & {
12
+ export declare const HeaderControlWrapper: import("@emotion/styled").StyledComponent<import("../../flex/types").FlexProps & import("react").RefAttributes<any> & Omit<Pick<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "key" | keyof import("react").HTMLAttributes<HTMLDivElement>>, "as" | keyof import("react").RefAttributes<any> | keyof import("../../flex/types").FlexProps> & {
13
13
  as?: keyof JSX.IntrinsicElements | undefined;
14
14
  } & {
15
15
  theme?: import("@emotion/react").Theme | undefined;
@@ -18,12 +18,12 @@ export declare const UnitControlWrapper: import("@emotion/styled").StyledCompone
18
18
  theme?: import("@emotion/react").Theme | undefined;
19
19
  as?: import("react").ElementType<any> | undefined;
20
20
  }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
21
- export declare const LayoutContainer: import("@emotion/styled").StyledComponent<import("../../flex/types").FlexProps & import("react").RefAttributes<any> & Omit<Pick<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "key" | keyof import("react").HTMLAttributes<HTMLDivElement>>, "as" | keyof import("../../flex/types").FlexProps | keyof import("react").RefAttributes<any>> & {
21
+ export declare const LayoutContainer: import("@emotion/styled").StyledComponent<import("../../flex/types").FlexProps & import("react").RefAttributes<any> & Omit<Pick<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "key" | keyof import("react").HTMLAttributes<HTMLDivElement>>, "as" | keyof import("react").RefAttributes<any> | keyof import("../../flex/types").FlexProps> & {
22
22
  as?: keyof JSX.IntrinsicElements | undefined;
23
23
  } & {
24
24
  theme?: import("@emotion/react").Theme | undefined;
25
25
  }, {}, {}>;
26
- export declare const Layout: import("@emotion/styled").StyledComponent<import("../../flex/types").FlexProps & import("react").RefAttributes<any> & Omit<Pick<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "key" | keyof import("react").HTMLAttributes<HTMLDivElement>>, "as" | keyof import("../../flex/types").FlexProps | keyof import("react").RefAttributes<any>> & {
26
+ export declare const Layout: import("@emotion/styled").StyledComponent<import("../../flex/types").FlexProps & import("react").RefAttributes<any> & Omit<Pick<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "key" | keyof import("react").HTMLAttributes<HTMLDivElement>>, "as" | keyof import("react").RefAttributes<any> | keyof import("../../flex/types").FlexProps> & {
27
27
  as?: keyof JSX.IntrinsicElements | undefined;
28
28
  } & {
29
29
  theme?: import("@emotion/react").Theme | undefined;
@@ -36,7 +36,7 @@ export declare const UnitControl: import("@emotion/styled").StyledComponent<Omit
36
36
  value?: string | number | undefined;
37
37
  onBlur?: import("react").FocusEventHandler<HTMLInputElement | HTMLSelectElement> | undefined;
38
38
  onFocus?: import("react").FocusEventHandler<HTMLInputElement | HTMLSelectElement> | undefined;
39
- } & Omit<Pick<import("react").DetailedHTMLProps<import("react").InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "key" | keyof import("react").InputHTMLAttributes<HTMLInputElement>>, "defaultValue" | "onChange" | "value" | "name" | "color" | "height" | "translate" | "width" | "hidden" | "size" | "style" | "help" | "multiple" | "disabled" | "key" | "children" | "form" | "label" | "slot" | "title" | "pattern" | "as" | "defaultChecked" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "id" | "lang" | "placeholder" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "list" | "__next36pxDefaultSize" | "__unstableInputWidth" | "hideLabelFromVision" | "labelPosition" | "accept" | "alt" | "autoComplete" | "autoFocus" | "capture" | "checked" | "crossOrigin" | "enterKeyHint" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "max" | "maxLength" | "min" | "minLength" | "readOnly" | "required" | "src" | "step" | "dragDirection" | "dragThreshold" | "isDragEnabled" | "isPressEnterToChange" | "onValidate" | "__unstableStateReducer" | "hideHTMLArrows" | "isShiftStepEnabled" | "shiftStep" | "disableUnits" | "unit" | "isUnitSelectTabbable" | "units" | "isResetValueOnUnitChange" | "onUnitChange"> & import("react").RefAttributes<any> & {
39
+ } & Omit<Pick<import("react").DetailedHTMLProps<import("react").InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "key" | keyof import("react").InputHTMLAttributes<HTMLInputElement>>, "defaultValue" | "onChange" | "value" | "name" | "color" | "height" | "translate" | "width" | "hidden" | "size" | "style" | "help" | "multiple" | "disabled" | "key" | "children" | "form" | "label" | "slot" | "title" | "pattern" | "as" | "id" | "defaultChecked" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "lang" | "placeholder" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "list" | "step" | "max" | "min" | "crossOrigin" | "autoFocus" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "__next36pxDefaultSize" | "__unstableInputWidth" | "hideLabelFromVision" | "labelPosition" | "accept" | "alt" | "autoComplete" | "capture" | "checked" | "enterKeyHint" | "maxLength" | "minLength" | "readOnly" | "required" | "src" | "dragDirection" | "dragThreshold" | "isDragEnabled" | "isPressEnterToChange" | "onValidate" | "__unstableStateReducer" | "hideHTMLArrows" | "isShiftStepEnabled" | "shiftStep" | "disableUnits" | "unit" | "isUnitSelectTabbable" | "units" | "isResetValueOnUnitChange" | "onUnitChange"> & import("react").RefAttributes<any> & {
40
40
  theme?: import("@emotion/react").Theme | undefined;
41
41
  } & Pick<BoxUnitControlProps, "isFirst" | "isLast" | "isOnly">, {}, {}>;
42
42
  //# sourceMappingURL=box-control-styles.d.ts.map
@@ -44,7 +44,7 @@ declare const _default: import("react").ForwardRefExoticComponent<((Pick<{
44
44
  tooltipPosition?: ("bottom" | "top" | "middle") | "bottom left" | "bottom right" | "bottom center" | "top left" | "top right" | "top center" | "middle left" | "middle right" | "middle center" | "bottom left left" | "bottom left right" | "bottom left bottom" | "bottom left top" | "bottom right left" | "bottom right right" | "bottom right bottom" | "bottom right top" | "bottom center left" | "bottom center right" | "bottom center bottom" | "bottom center top" | "top left left" | "top left right" | "top left bottom" | "top left top" | "top right left" | "top right right" | "top right bottom" | "top right top" | "top center left" | "top center right" | "top center bottom" | "top center top" | "middle left left" | "middle left right" | "middle left bottom" | "middle left top" | "middle right left" | "middle right right" | "middle right bottom" | "middle right top" | "middle center left" | "middle center right" | "middle center bottom" | "middle center top" | undefined;
45
45
  variant?: "link" | "primary" | "secondary" | "tertiary" | undefined;
46
46
  __experimentalIsFocusable?: boolean | undefined;
47
- }> & import("react").RefAttributes<any>, "defaultValue" | "onChange" | "value" | "name" | "color" | "translate" | "hidden" | "style" | "disabled" | "key" | "form" | "slot" | "title" | "type" | "defaultChecked" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "id" | "lang" | "placeholder" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "autoFocus" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | keyof {
47
+ }> & import("react").RefAttributes<any>, "defaultValue" | "onChange" | "value" | "name" | "color" | "translate" | "hidden" | "style" | "disabled" | "key" | "form" | "slot" | "title" | "type" | "id" | "defaultChecked" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "lang" | "placeholder" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "autoFocus" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | keyof {
48
48
  children?: import("react").ReactNode;
49
49
  describedBy?: string | undefined;
50
50
  focus?: boolean | undefined;
@@ -115,7 +115,7 @@ declare const _default: import("react").ForwardRefExoticComponent<((Pick<{
115
115
  disabled?: false | undefined;
116
116
  href: string;
117
117
  target?: string | undefined;
118
- }> & import("react").RefAttributes<any>, "defaultValue" | "onChange" | "color" | "translate" | "hidden" | "style" | "key" | "slot" | "title" | "type" | "defaultChecked" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "id" | "lang" | "placeholder" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "media" | "download" | keyof {
118
+ }> & import("react").RefAttributes<any>, "defaultValue" | "onChange" | "color" | "translate" | "hidden" | "style" | "key" | "slot" | "title" | "type" | "download" | "id" | "defaultChecked" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "lang" | "placeholder" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "media" | keyof {
119
119
  children?: import("react").ReactNode;
120
120
  describedBy?: string | undefined;
121
121
  focus?: boolean | undefined;
@@ -21,6 +21,7 @@ export declare function useCard(props: CardProps): {
21
21
  key?: import("react").Key | null | undefined;
22
22
  slot?: string | undefined;
23
23
  title?: string | undefined;
24
+ id?: string | undefined;
24
25
  defaultChecked?: boolean | undefined;
25
26
  suppressContentEditableWarning?: boolean | undefined;
26
27
  suppressHydrationWarning?: boolean | undefined;
@@ -29,7 +30,6 @@ export declare function useCard(props: CardProps): {
29
30
  contextMenu?: string | undefined;
30
31
  dir?: string | undefined;
31
32
  draggable?: (boolean | "false" | "true") | undefined;
32
- id?: string | undefined;
33
33
  lang?: string | undefined;
34
34
  placeholder?: string | undefined;
35
35
  spellCheck?: (boolean | "false" | "true") | undefined;
@@ -66,7 +66,7 @@ export declare function useCard(props: CardProps): {
66
66
  'aria-colindex'?: number | undefined;
67
67
  'aria-colspan'?: number | undefined;
68
68
  'aria-controls'?: string | undefined;
69
- 'aria-current'?: boolean | "page" | "false" | "true" | "time" | "date" | "step" | "location" | undefined;
69
+ 'aria-current'?: boolean | "page" | "false" | "true" | "time" | "location" | "step" | "date" | undefined;
70
70
  'aria-describedby'?: string | undefined;
71
71
  'aria-details'?: string | undefined;
72
72
  'aria-disabled'?: (boolean | "false" | "true") | undefined;
@@ -17,6 +17,7 @@ export declare function useCardBody(props: WordPressComponentProps<BodyProps, 'd
17
17
  key?: import("react").Key | null | undefined;
18
18
  slot?: string | undefined;
19
19
  title?: string | undefined;
20
+ id?: string | undefined;
20
21
  defaultChecked?: boolean | undefined;
21
22
  suppressContentEditableWarning?: boolean | undefined;
22
23
  suppressHydrationWarning?: boolean | undefined;
@@ -25,7 +26,6 @@ export declare function useCardBody(props: WordPressComponentProps<BodyProps, 'd
25
26
  contextMenu?: string | undefined;
26
27
  dir?: string | undefined;
27
28
  draggable?: (boolean | "false" | "true") | undefined;
28
- id?: string | undefined;
29
29
  lang?: string | undefined;
30
30
  placeholder?: string | undefined;
31
31
  spellCheck?: (boolean | "false" | "true") | undefined;
@@ -62,7 +62,7 @@ export declare function useCardBody(props: WordPressComponentProps<BodyProps, 'd
62
62
  'aria-colindex'?: number | undefined;
63
63
  'aria-colspan'?: number | undefined;
64
64
  'aria-controls'?: string | undefined;
65
- 'aria-current'?: boolean | "page" | "false" | "true" | "time" | "date" | "step" | "location" | undefined;
65
+ 'aria-current'?: boolean | "page" | "false" | "true" | "time" | "location" | "step" | "date" | undefined;
66
66
  'aria-describedby'?: string | undefined;
67
67
  'aria-details'?: string | undefined;
68
68
  'aria-disabled'?: (boolean | "false" | "true") | undefined;
@@ -16,6 +16,7 @@ export declare function useCardDivider(props: WordPressComponentProps<DividerPro
16
16
  ref?: import("react").Ref<any> | undefined;
17
17
  slot?: string | undefined;
18
18
  title?: string | undefined;
19
+ id?: string | undefined;
19
20
  defaultChecked?: boolean | undefined;
20
21
  suppressContentEditableWarning?: boolean | undefined;
21
22
  suppressHydrationWarning?: boolean | undefined;
@@ -24,7 +25,6 @@ export declare function useCardDivider(props: WordPressComponentProps<DividerPro
24
25
  contextMenu?: string | undefined;
25
26
  dir?: string | undefined;
26
27
  draggable?: (boolean | "false" | "true") | undefined;
27
- id?: string | undefined;
28
28
  lang?: string | undefined;
29
29
  placeholder?: string | undefined;
30
30
  spellCheck?: (boolean | "false" | "true") | undefined;
@@ -61,7 +61,7 @@ export declare function useCardDivider(props: WordPressComponentProps<DividerPro
61
61
  'aria-colindex'?: number | undefined;
62
62
  'aria-colspan'?: number | undefined;
63
63
  'aria-controls'?: string | undefined;
64
- 'aria-current'?: boolean | "page" | "false" | "true" | "time" | "date" | "step" | "location" | undefined;
64
+ 'aria-current'?: boolean | "page" | "false" | "true" | "time" | "location" | "step" | "date" | undefined;
65
65
  'aria-describedby'?: string | undefined;
66
66
  'aria-details'?: string | undefined;
67
67
  'aria-disabled'?: (boolean | "false" | "true") | undefined;
@@ -17,6 +17,7 @@ export declare function useCardFooter(props: WordPressComponentProps<FooterProps
17
17
  key?: import("react").Key | null | undefined;
18
18
  slot?: string | undefined;
19
19
  title?: string | undefined;
20
+ id?: string | undefined;
20
21
  defaultChecked?: boolean | undefined;
21
22
  suppressContentEditableWarning?: boolean | undefined;
22
23
  suppressHydrationWarning?: boolean | undefined;
@@ -25,7 +26,6 @@ export declare function useCardFooter(props: WordPressComponentProps<FooterProps
25
26
  contextMenu?: string | undefined;
26
27
  dir?: string | undefined;
27
28
  draggable?: (boolean | "false" | "true") | undefined;
28
- id?: string | undefined;
29
29
  lang?: string | undefined;
30
30
  placeholder?: string | undefined;
31
31
  spellCheck?: (boolean | "false" | "true") | undefined;
@@ -62,7 +62,7 @@ export declare function useCardFooter(props: WordPressComponentProps<FooterProps
62
62
  'aria-colindex'?: number | undefined;
63
63
  'aria-colspan'?: number | undefined;
64
64
  'aria-controls'?: string | undefined;
65
- 'aria-current'?: boolean | "page" | "false" | "true" | "time" | "date" | "step" | "location" | undefined;
65
+ 'aria-current'?: boolean | "page" | "false" | "true" | "time" | "location" | "step" | "date" | undefined;
66
66
  'aria-describedby'?: string | undefined;
67
67
  'aria-details'?: string | undefined;
68
68
  'aria-disabled'?: (boolean | "false" | "true") | undefined;
@@ -16,6 +16,7 @@ export declare function useCardHeader(props: WordPressComponentProps<HeaderProps
16
16
  key?: import("react").Key | null | undefined;
17
17
  slot?: string | undefined;
18
18
  title?: string | undefined;
19
+ id?: string | undefined;
19
20
  defaultChecked?: boolean | undefined;
20
21
  suppressContentEditableWarning?: boolean | undefined;
21
22
  suppressHydrationWarning?: boolean | undefined;
@@ -24,7 +25,6 @@ export declare function useCardHeader(props: WordPressComponentProps<HeaderProps
24
25
  contextMenu?: string | undefined;
25
26
  dir?: string | undefined;
26
27
  draggable?: (boolean | "false" | "true") | undefined;
27
- id?: string | undefined;
28
28
  lang?: string | undefined;
29
29
  placeholder?: string | undefined;
30
30
  spellCheck?: (boolean | "false" | "true") | undefined;
@@ -61,7 +61,7 @@ export declare function useCardHeader(props: WordPressComponentProps<HeaderProps
61
61
  'aria-colindex'?: number | undefined;
62
62
  'aria-colspan'?: number | undefined;
63
63
  'aria-controls'?: string | undefined;
64
- 'aria-current'?: boolean | "page" | "false" | "true" | "time" | "date" | "step" | "location" | undefined;
64
+ 'aria-current'?: boolean | "page" | "false" | "true" | "time" | "location" | "step" | "date" | undefined;
65
65
  'aria-describedby'?: string | undefined;
66
66
  'aria-details'?: string | undefined;
67
67
  'aria-disabled'?: (boolean | "false" | "true") | undefined;
@@ -16,6 +16,7 @@ export declare function useCardMedia(props: WordPressComponentProps<MediaProps,
16
16
  key?: import("react").Key | null | undefined;
17
17
  slot?: string | undefined;
18
18
  title?: string | undefined;
19
+ id?: string | undefined;
19
20
  defaultChecked?: boolean | undefined;
20
21
  suppressContentEditableWarning?: boolean | undefined;
21
22
  suppressHydrationWarning?: boolean | undefined;
@@ -24,7 +25,6 @@ export declare function useCardMedia(props: WordPressComponentProps<MediaProps,
24
25
  contextMenu?: string | undefined;
25
26
  dir?: string | undefined;
26
27
  draggable?: (boolean | "false" | "true") | undefined;
27
- id?: string | undefined;
28
28
  lang?: string | undefined;
29
29
  placeholder?: string | undefined;
30
30
  spellCheck?: (boolean | "false" | "true") | undefined;
@@ -61,7 +61,7 @@ export declare function useCardMedia(props: WordPressComponentProps<MediaProps,
61
61
  'aria-colindex'?: number | undefined;
62
62
  'aria-colspan'?: number | undefined;
63
63
  'aria-controls'?: string | undefined;
64
- 'aria-current'?: boolean | "page" | "false" | "true" | "time" | "date" | "step" | "location" | undefined;
64
+ 'aria-current'?: boolean | "page" | "false" | "true" | "time" | "location" | "step" | "date" | undefined;
65
65
  'aria-describedby'?: string | undefined;
66
66
  'aria-details'?: string | undefined;
67
67
  'aria-disabled'?: (boolean | "false" | "true") | undefined;
@@ -1,7 +1,7 @@
1
1
  /// <reference types="react" />
2
2
  export declare const ColorHeading: import("@emotion/styled").StyledComponent<Omit<import("../text/types").Props, "size"> & {
3
3
  level?: import("../heading/types").HeadingSize | undefined;
4
- } & import("react").RefAttributes<any> & Omit<Pick<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>, "key" | keyof import("react").HTMLAttributes<HTMLHeadingElement>>, "color" | "display" | "letterSpacing" | "lineHeight" | "ellipsis" | "weight" | "children" | "as" | "isBlock" | "align" | keyof import("react").RefAttributes<any> | "ellipsizeMode" | "limit" | "numberOfLines" | "adjustLineHeightForInnerControls" | "isDestructive" | "highlightEscape" | "highlightCaseSensitive" | "highlightSanitize" | "optimizeReadabilityFor" | "truncate" | "upperCase" | "variant" | "highlightWords" | "level"> & {
4
+ } & import("react").RefAttributes<any> & Omit<Pick<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>, "key" | keyof import("react").HTMLAttributes<HTMLHeadingElement>>, "color" | "display" | "letterSpacing" | "lineHeight" | "ellipsis" | "weight" | "children" | "as" | "isDestructive" | "variant" | keyof import("react").RefAttributes<any> | "isBlock" | "align" | "ellipsizeMode" | "limit" | "numberOfLines" | "adjustLineHeightForInnerControls" | "highlightEscape" | "highlightCaseSensitive" | "highlightSanitize" | "optimizeReadabilityFor" | "truncate" | "upperCase" | "highlightWords" | "level"> & {
5
5
  as?: keyof JSX.IntrinsicElements | undefined;
6
6
  } & {
7
7
  theme?: import("@emotion/react").Theme | undefined;