@primer/components 0.0.0-2021104155729 → 0.0.0-20211086336

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 (126) hide show
  1. package/CHANGELOG.md +5 -5
  2. package/dist/browser.esm.js +616 -616
  3. package/dist/browser.esm.js.map +1 -1
  4. package/dist/browser.umd.js +196 -196
  5. package/dist/browser.umd.js.map +1 -1
  6. package/lib/Autocomplete/Autocomplete.d.ts +26 -26
  7. package/lib/Autocomplete/AutocompleteInput.d.ts +26 -26
  8. package/lib/Button/Button.d.ts +24 -24
  9. package/lib/Button/ButtonClose.d.ts +43 -43
  10. package/lib/Button/ButtonDanger.d.ts +24 -24
  11. package/lib/Button/ButtonInvisible.d.ts +24 -24
  12. package/lib/Button/ButtonOutline.d.ts +24 -24
  13. package/lib/Button/ButtonPrimary.d.ts +24 -24
  14. package/lib/CircleOcticon.d.ts +40 -40
  15. package/lib/Dialog.d.ts +43 -43
  16. package/lib/Dropdown.d.ts +168 -168
  17. package/lib/DropdownMenu/DropdownButton.d.ts +44 -44
  18. package/lib/FilterList.d.ts +40 -40
  19. package/lib/Overlay.js +3 -1
  20. package/lib/Portal/Portal.js +4 -3
  21. package/lib/Position.d.ts +4 -4
  22. package/lib/SelectMenu/SelectMenu.d.ts +235 -235
  23. package/lib/SelectMenu/SelectMenuItem.d.ts +1 -1
  24. package/lib/SelectMenu/SelectMenuModal.d.ts +1 -1
  25. package/lib/TextInputWithTokens.d.ts +26 -26
  26. package/lib/Timeline.d.ts +41 -41
  27. package/lib/Token/AvatarToken.d.ts +1 -1
  28. package/lib/Token/IssueLabelToken.d.ts +1 -1
  29. package/lib/Token/Token.d.ts +1 -1
  30. package/lib/hooks/useAnchoredPosition.js +3 -2
  31. package/lib/hooks/useCombinedRefs.d.ts +2 -2
  32. package/lib/hooks/useCombinedRefs.js +4 -9
  33. package/lib/hooks/useResizeObserver.js +2 -4
  34. package/lib/sx.d.ts +0 -2
  35. package/lib/sx.js +0 -8
  36. package/lib/theme-preval.js +2 -81
  37. package/lib/utils/testing.d.ts +1 -14
  38. package/lib/utils/useIsomorphicLayoutEffect.d.ts +2 -0
  39. package/lib/utils/useIsomorphicLayoutEffect.js +14 -0
  40. package/lib-esm/Autocomplete/Autocomplete.d.ts +26 -26
  41. package/lib-esm/Autocomplete/AutocompleteInput.d.ts +26 -26
  42. package/lib-esm/Button/Button.d.ts +24 -24
  43. package/lib-esm/Button/ButtonClose.d.ts +43 -43
  44. package/lib-esm/Button/ButtonDanger.d.ts +24 -24
  45. package/lib-esm/Button/ButtonInvisible.d.ts +24 -24
  46. package/lib-esm/Button/ButtonOutline.d.ts +24 -24
  47. package/lib-esm/Button/ButtonPrimary.d.ts +24 -24
  48. package/lib-esm/CircleOcticon.d.ts +40 -40
  49. package/lib-esm/Dialog.d.ts +43 -43
  50. package/lib-esm/Dropdown.d.ts +168 -168
  51. package/lib-esm/DropdownMenu/DropdownButton.d.ts +44 -44
  52. package/lib-esm/FilterList.d.ts +40 -40
  53. package/lib-esm/Overlay.js +2 -1
  54. package/lib-esm/Portal/Portal.js +3 -2
  55. package/lib-esm/Position.d.ts +4 -4
  56. package/lib-esm/SelectMenu/SelectMenu.d.ts +235 -235
  57. package/lib-esm/SelectMenu/SelectMenuItem.d.ts +1 -1
  58. package/lib-esm/SelectMenu/SelectMenuModal.d.ts +1 -1
  59. package/lib-esm/TextInputWithTokens.d.ts +26 -26
  60. package/lib-esm/Timeline.d.ts +41 -41
  61. package/lib-esm/Token/AvatarToken.d.ts +1 -1
  62. package/lib-esm/Token/IssueLabelToken.d.ts +1 -1
  63. package/lib-esm/Token/Token.d.ts +1 -1
  64. package/lib-esm/hooks/useAnchoredPosition.js +2 -1
  65. package/lib-esm/hooks/useCombinedRefs.d.ts +2 -2
  66. package/lib-esm/hooks/useCombinedRefs.js +4 -4
  67. package/lib-esm/hooks/useResizeObserver.js +2 -2
  68. package/lib-esm/sx.d.ts +0 -2
  69. package/lib-esm/sx.js +1 -3
  70. package/lib-esm/theme-preval.js +2 -81
  71. package/lib-esm/utils/testing.d.ts +1 -14
  72. package/lib-esm/utils/useIsomorphicLayoutEffect.d.ts +2 -0
  73. package/lib-esm/utils/useIsomorphicLayoutEffect.js +4 -0
  74. package/package.json +2 -4
  75. package/lib/ActionList2/Description.d.ts +0 -12
  76. package/lib/ActionList2/Description.js +0 -53
  77. package/lib/ActionList2/Divider.d.ts +0 -5
  78. package/lib/ActionList2/Divider.js +0 -35
  79. package/lib/ActionList2/Group.d.ts +0 -11
  80. package/lib/ActionList2/Group.js +0 -57
  81. package/lib/ActionList2/Header.d.ts +0 -26
  82. package/lib/ActionList2/Header.js +0 -55
  83. package/lib/ActionList2/Item.d.ts +0 -71
  84. package/lib/ActionList2/Item.js +0 -223
  85. package/lib/ActionList2/LinkItem.d.ts +0 -17
  86. package/lib/ActionList2/LinkItem.js +0 -57
  87. package/lib/ActionList2/List.d.ts +0 -26
  88. package/lib/ActionList2/List.js +0 -51
  89. package/lib/ActionList2/Selection.d.ts +0 -5
  90. package/lib/ActionList2/Selection.js +0 -70
  91. package/lib/ActionList2/Visuals.d.ts +0 -11
  92. package/lib/ActionList2/Visuals.js +0 -90
  93. package/lib/ActionList2/index.d.ts +0 -40
  94. package/lib/ActionList2/index.js +0 -47
  95. package/lib/experiments.d.ts +0 -1
  96. package/lib/experiments.js +0 -18
  97. package/lib/utils/create-slots.d.ts +0 -17
  98. package/lib/utils/create-slots.js +0 -105
  99. package/lib/utils/use-force-update.d.ts +0 -1
  100. package/lib/utils/use-force-update.js +0 -19
  101. package/lib-esm/ActionList2/Description.d.ts +0 -12
  102. package/lib-esm/ActionList2/Description.js +0 -37
  103. package/lib-esm/ActionList2/Divider.d.ts +0 -5
  104. package/lib-esm/ActionList2/Divider.js +0 -23
  105. package/lib-esm/ActionList2/Group.d.ts +0 -11
  106. package/lib-esm/ActionList2/Group.js +0 -40
  107. package/lib-esm/ActionList2/Header.d.ts +0 -26
  108. package/lib-esm/ActionList2/Header.js +0 -44
  109. package/lib-esm/ActionList2/Item.d.ts +0 -71
  110. package/lib-esm/ActionList2/Item.js +0 -197
  111. package/lib-esm/ActionList2/LinkItem.d.ts +0 -17
  112. package/lib-esm/ActionList2/LinkItem.js +0 -43
  113. package/lib-esm/ActionList2/List.d.ts +0 -26
  114. package/lib-esm/ActionList2/List.js +0 -34
  115. package/lib-esm/ActionList2/Selection.d.ts +0 -5
  116. package/lib-esm/ActionList2/Selection.js +0 -52
  117. package/lib-esm/ActionList2/Visuals.d.ts +0 -11
  118. package/lib-esm/ActionList2/Visuals.js +0 -68
  119. package/lib-esm/ActionList2/index.d.ts +0 -40
  120. package/lib-esm/ActionList2/index.js +0 -33
  121. package/lib-esm/experiments.d.ts +0 -1
  122. package/lib-esm/experiments.js +0 -2
  123. package/lib-esm/utils/create-slots.d.ts +0 -17
  124. package/lib-esm/utils/create-slots.js +0 -84
  125. package/lib-esm/utils/use-force-update.d.ts +0 -1
  126. package/lib-esm/utils/use-force-update.js +0 -6
@@ -20,7 +20,7 @@ declare const _default: React.FC<{
20
20
  } & {
21
21
  as?: string | React.ComponentType<any> | undefined;
22
22
  forwardedAs?: string | React.ComponentType<any> | undefined;
23
- }, string | number | symbol>, "maxWidth" | "minWidth" | "width" | "theme" | "block" | "icon" | "className" | "sx" | "variant" | "disabled" | "contrast"> & {
23
+ }, string | number | symbol>, "maxWidth" | "minWidth" | "width" | "theme" | "className" | "block" | "icon" | "sx" | "disabled" | "variant" | "contrast"> & {
24
24
  className?: string | undefined;
25
25
  icon?: React.ComponentType<{
26
26
  className?: string | undefined;
@@ -37,7 +37,6 @@ declare const _default: React.FC<{
37
37
  slot?: string | undefined;
38
38
  style?: React.CSSProperties | undefined;
39
39
  title?: string | undefined;
40
- block?: boolean | undefined;
41
40
  key?: React.Key | null | undefined;
42
41
  defaultChecked?: boolean | undefined;
43
42
  defaultValue?: string | number | readonly string[] | undefined;
@@ -45,14 +44,14 @@ declare const _default: React.FC<{
45
44
  suppressHydrationWarning?: boolean | undefined;
46
45
  accessKey?: string | undefined;
47
46
  className?: string | undefined;
48
- contentEditable?: "inherit" | (boolean | "false" | "true") | undefined;
47
+ contentEditable?: "inherit" | (boolean | "true" | "false") | undefined;
49
48
  contextMenu?: string | undefined;
50
49
  dir?: string | undefined;
51
- draggable?: (boolean | "false" | "true") | undefined;
50
+ draggable?: (boolean | "true" | "false") | undefined;
52
51
  id?: string | undefined;
53
52
  lang?: string | undefined;
54
53
  placeholder?: string | undefined;
55
- spellCheck?: (boolean | "false" | "true") | undefined;
54
+ spellCheck?: (boolean | "true" | "false") | undefined;
56
55
  tabIndex?: number | undefined;
57
56
  radioGroup?: string | undefined;
58
57
  role?: React.AriaRole | undefined;
@@ -78,47 +77,47 @@ declare const _default: React.FC<{
78
77
  inputMode?: "search" | "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
79
78
  is?: string | undefined;
80
79
  'aria-activedescendant'?: string | undefined;
81
- 'aria-atomic'?: boolean | "false" | "true" | undefined;
82
- 'aria-autocomplete'?: "none" | "both" | "inline" | "list" | undefined;
83
- 'aria-busy'?: boolean | "false" | "true" | undefined;
84
- 'aria-checked'?: boolean | "mixed" | "false" | "true" | undefined;
80
+ 'aria-atomic'?: boolean | "true" | "false" | undefined;
81
+ 'aria-autocomplete'?: "none" | "list" | "inline" | "both" | undefined;
82
+ 'aria-busy'?: boolean | "true" | "false" | undefined;
83
+ 'aria-checked'?: boolean | "true" | "false" | "mixed" | undefined;
85
84
  'aria-colcount'?: number | undefined;
86
85
  'aria-colindex'?: number | undefined;
87
86
  'aria-colspan'?: number | undefined;
88
87
  'aria-controls'?: string | undefined;
89
- 'aria-current'?: boolean | "time" | "page" | "false" | "true" | "step" | "location" | "date" | undefined;
88
+ 'aria-current'?: boolean | "time" | "true" | "false" | "page" | "step" | "location" | "date" | undefined;
90
89
  'aria-describedby'?: string | undefined;
91
90
  'aria-details'?: string | undefined;
92
- 'aria-disabled'?: boolean | "false" | "true" | undefined;
93
- 'aria-dropeffect'?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
91
+ 'aria-disabled'?: boolean | "true" | "false" | undefined;
92
+ 'aria-dropeffect'?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
94
93
  'aria-errormessage'?: string | undefined;
95
- 'aria-expanded'?: boolean | "false" | "true" | undefined;
94
+ 'aria-expanded'?: boolean | "true" | "false" | undefined;
96
95
  'aria-flowto'?: string | undefined;
97
- 'aria-grabbed'?: boolean | "false" | "true" | undefined;
98
- 'aria-haspopup'?: boolean | "grid" | "dialog" | "menu" | "listbox" | "false" | "true" | "tree" | undefined;
99
- 'aria-hidden'?: boolean | "false" | "true" | undefined;
100
- 'aria-invalid'?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
96
+ 'aria-grabbed'?: boolean | "true" | "false" | undefined;
97
+ 'aria-haspopup'?: boolean | "grid" | "dialog" | "menu" | "listbox" | "tree" | "true" | "false" | undefined;
98
+ 'aria-hidden'?: boolean | "true" | "false" | undefined;
99
+ 'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
101
100
  'aria-keyshortcuts'?: string | undefined;
102
101
  'aria-label'?: string | undefined;
103
102
  'aria-labelledby'?: string | undefined;
104
103
  'aria-level'?: number | undefined;
105
104
  'aria-live'?: "off" | "assertive" | "polite" | undefined;
106
- 'aria-modal'?: boolean | "false" | "true" | undefined;
107
- 'aria-multiline'?: boolean | "false" | "true" | undefined;
108
- 'aria-multiselectable'?: boolean | "false" | "true" | undefined;
105
+ 'aria-modal'?: boolean | "true" | "false" | undefined;
106
+ 'aria-multiline'?: boolean | "true" | "false" | undefined;
107
+ 'aria-multiselectable'?: boolean | "true" | "false" | undefined;
109
108
  'aria-orientation'?: "horizontal" | "vertical" | undefined;
110
109
  'aria-owns'?: string | undefined;
111
110
  'aria-placeholder'?: string | undefined;
112
111
  'aria-posinset'?: number | undefined;
113
- 'aria-pressed'?: boolean | "mixed" | "false" | "true" | undefined;
114
- 'aria-readonly'?: boolean | "false" | "true" | undefined;
112
+ 'aria-pressed'?: boolean | "true" | "false" | "mixed" | undefined;
113
+ 'aria-readonly'?: boolean | "true" | "false" | undefined;
115
114
  'aria-relevant'?: "all" | "text" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
116
- 'aria-required'?: boolean | "false" | "true" | undefined;
115
+ 'aria-required'?: boolean | "true" | "false" | undefined;
117
116
  'aria-roledescription'?: string | undefined;
118
117
  'aria-rowcount'?: number | undefined;
119
118
  'aria-rowindex'?: number | undefined;
120
119
  'aria-rowspan'?: number | undefined;
121
- 'aria-selected'?: boolean | "false" | "true" | undefined;
120
+ 'aria-selected'?: boolean | "true" | "false" | undefined;
122
121
  'aria-setsize'?: number | undefined;
123
122
  'aria-sort'?: "none" | "ascending" | "descending" | "other" | undefined;
124
123
  'aria-valuemax'?: number | undefined;
@@ -288,14 +287,15 @@ declare const _default: React.FC<{
288
287
  onAnimationIterationCapture?: React.AnimationEventHandler<HTMLSpanElement> | undefined;
289
288
  onTransitionEnd?: React.TransitionEventHandler<HTMLSpanElement> | undefined;
290
289
  onTransitionEndCapture?: React.TransitionEventHandler<HTMLSpanElement> | undefined;
290
+ block?: boolean | undefined;
291
291
  sx?: import("../sx").BetterSystemStyleObject | undefined;
292
- variant?: "small" | "large" | undefined;
293
292
  disabled?: boolean | undefined;
293
+ variant?: "small" | "large" | undefined;
294
294
  hasIcon?: boolean | undefined;
295
295
  contrast?: boolean | undefined;
296
296
  } & {
297
297
  theme?: any;
298
- }, "maxWidth" | "minWidth" | "width" | "theme" | "block" | "sx" | "variant" | "disabled" | "contrast">, string | number | symbol> & React.RefAttributes<HTMLInputElement>>, {
298
+ }, "maxWidth" | "minWidth" | "width" | "theme" | "block" | "sx" | "disabled" | "variant" | "contrast">, string | number | symbol> & React.RefAttributes<HTMLInputElement>>, {
299
299
  as?: React.ComponentType<any> | undefined;
300
300
  }>;
301
301
  Menu: typeof AutocompleteMenu;
@@ -12,7 +12,7 @@ declare const AutocompleteInput: PolymorphicForwardRefComponent<React.ForwardRef
12
12
  } & {
13
13
  as?: string | React.ComponentType<any> | undefined;
14
14
  forwardedAs?: string | React.ComponentType<any> | undefined;
15
- }, string | number | symbol>, "maxWidth" | "minWidth" | "width" | "theme" | "block" | "icon" | "className" | "sx" | "variant" | "disabled" | "contrast"> & {
15
+ }, string | number | symbol>, "maxWidth" | "minWidth" | "width" | "theme" | "className" | "block" | "icon" | "sx" | "disabled" | "variant" | "contrast"> & {
16
16
  className?: string | undefined;
17
17
  icon?: React.ComponentType<{
18
18
  className?: string | undefined;
@@ -29,7 +29,6 @@ declare const AutocompleteInput: PolymorphicForwardRefComponent<React.ForwardRef
29
29
  slot?: string | undefined;
30
30
  style?: React.CSSProperties | undefined;
31
31
  title?: string | undefined;
32
- block?: boolean | undefined;
33
32
  key?: React.Key | null | undefined;
34
33
  defaultChecked?: boolean | undefined;
35
34
  defaultValue?: string | number | readonly string[] | undefined;
@@ -37,14 +36,14 @@ declare const AutocompleteInput: PolymorphicForwardRefComponent<React.ForwardRef
37
36
  suppressHydrationWarning?: boolean | undefined;
38
37
  accessKey?: string | undefined;
39
38
  className?: string | undefined;
40
- contentEditable?: "inherit" | (boolean | "false" | "true") | undefined;
39
+ contentEditable?: "inherit" | (boolean | "true" | "false") | undefined;
41
40
  contextMenu?: string | undefined;
42
41
  dir?: string | undefined;
43
- draggable?: (boolean | "false" | "true") | undefined;
42
+ draggable?: (boolean | "true" | "false") | undefined;
44
43
  id?: string | undefined;
45
44
  lang?: string | undefined;
46
45
  placeholder?: string | undefined;
47
- spellCheck?: (boolean | "false" | "true") | undefined;
46
+ spellCheck?: (boolean | "true" | "false") | undefined;
48
47
  tabIndex?: number | undefined;
49
48
  radioGroup?: string | undefined;
50
49
  role?: React.AriaRole | undefined;
@@ -70,47 +69,47 @@ declare const AutocompleteInput: PolymorphicForwardRefComponent<React.ForwardRef
70
69
  inputMode?: "search" | "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
71
70
  is?: string | undefined;
72
71
  'aria-activedescendant'?: string | undefined;
73
- 'aria-atomic'?: boolean | "false" | "true" | undefined;
74
- 'aria-autocomplete'?: "none" | "both" | "inline" | "list" | undefined;
75
- 'aria-busy'?: boolean | "false" | "true" | undefined;
76
- 'aria-checked'?: boolean | "mixed" | "false" | "true" | undefined;
72
+ 'aria-atomic'?: boolean | "true" | "false" | undefined;
73
+ 'aria-autocomplete'?: "none" | "list" | "inline" | "both" | undefined;
74
+ 'aria-busy'?: boolean | "true" | "false" | undefined;
75
+ 'aria-checked'?: boolean | "true" | "false" | "mixed" | undefined;
77
76
  'aria-colcount'?: number | undefined;
78
77
  'aria-colindex'?: number | undefined;
79
78
  'aria-colspan'?: number | undefined;
80
79
  'aria-controls'?: string | undefined;
81
- 'aria-current'?: boolean | "time" | "page" | "false" | "true" | "step" | "location" | "date" | undefined;
80
+ 'aria-current'?: boolean | "time" | "true" | "false" | "page" | "step" | "location" | "date" | undefined;
82
81
  'aria-describedby'?: string | undefined;
83
82
  'aria-details'?: string | undefined;
84
- 'aria-disabled'?: boolean | "false" | "true" | undefined;
85
- 'aria-dropeffect'?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
83
+ 'aria-disabled'?: boolean | "true" | "false" | undefined;
84
+ 'aria-dropeffect'?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
86
85
  'aria-errormessage'?: string | undefined;
87
- 'aria-expanded'?: boolean | "false" | "true" | undefined;
86
+ 'aria-expanded'?: boolean | "true" | "false" | undefined;
88
87
  'aria-flowto'?: string | undefined;
89
- 'aria-grabbed'?: boolean | "false" | "true" | undefined;
90
- 'aria-haspopup'?: boolean | "grid" | "dialog" | "menu" | "listbox" | "false" | "true" | "tree" | undefined;
91
- 'aria-hidden'?: boolean | "false" | "true" | undefined;
92
- 'aria-invalid'?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
88
+ 'aria-grabbed'?: boolean | "true" | "false" | undefined;
89
+ 'aria-haspopup'?: boolean | "grid" | "dialog" | "menu" | "listbox" | "tree" | "true" | "false" | undefined;
90
+ 'aria-hidden'?: boolean | "true" | "false" | undefined;
91
+ 'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
93
92
  'aria-keyshortcuts'?: string | undefined;
94
93
  'aria-label'?: string | undefined;
95
94
  'aria-labelledby'?: string | undefined;
96
95
  'aria-level'?: number | undefined;
97
96
  'aria-live'?: "off" | "assertive" | "polite" | undefined;
98
- 'aria-modal'?: boolean | "false" | "true" | undefined;
99
- 'aria-multiline'?: boolean | "false" | "true" | undefined;
100
- 'aria-multiselectable'?: boolean | "false" | "true" | undefined;
97
+ 'aria-modal'?: boolean | "true" | "false" | undefined;
98
+ 'aria-multiline'?: boolean | "true" | "false" | undefined;
99
+ 'aria-multiselectable'?: boolean | "true" | "false" | undefined;
101
100
  'aria-orientation'?: "horizontal" | "vertical" | undefined;
102
101
  'aria-owns'?: string | undefined;
103
102
  'aria-placeholder'?: string | undefined;
104
103
  'aria-posinset'?: number | undefined;
105
- 'aria-pressed'?: boolean | "mixed" | "false" | "true" | undefined;
106
- 'aria-readonly'?: boolean | "false" | "true" | undefined;
104
+ 'aria-pressed'?: boolean | "true" | "false" | "mixed" | undefined;
105
+ 'aria-readonly'?: boolean | "true" | "false" | undefined;
107
106
  'aria-relevant'?: "all" | "text" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
108
- 'aria-required'?: boolean | "false" | "true" | undefined;
107
+ 'aria-required'?: boolean | "true" | "false" | undefined;
109
108
  'aria-roledescription'?: string | undefined;
110
109
  'aria-rowcount'?: number | undefined;
111
110
  'aria-rowindex'?: number | undefined;
112
111
  'aria-rowspan'?: number | undefined;
113
- 'aria-selected'?: boolean | "false" | "true" | undefined;
112
+ 'aria-selected'?: boolean | "true" | "false" | undefined;
114
113
  'aria-setsize'?: number | undefined;
115
114
  'aria-sort'?: "none" | "ascending" | "descending" | "other" | undefined;
116
115
  'aria-valuemax'?: number | undefined;
@@ -280,13 +279,14 @@ declare const AutocompleteInput: PolymorphicForwardRefComponent<React.ForwardRef
280
279
  onAnimationIterationCapture?: React.AnimationEventHandler<HTMLSpanElement> | undefined;
281
280
  onTransitionEnd?: React.TransitionEventHandler<HTMLSpanElement> | undefined;
282
281
  onTransitionEndCapture?: React.TransitionEventHandler<HTMLSpanElement> | undefined;
282
+ block?: boolean | undefined;
283
283
  sx?: import("../sx").BetterSystemStyleObject | undefined;
284
- variant?: "small" | "large" | undefined;
285
284
  disabled?: boolean | undefined;
285
+ variant?: "small" | "large" | undefined;
286
286
  hasIcon?: boolean | undefined;
287
287
  contrast?: boolean | undefined;
288
288
  } & {
289
289
  theme?: any;
290
- }, "maxWidth" | "minWidth" | "width" | "theme" | "block" | "sx" | "variant" | "disabled" | "contrast">, string | number | symbol> & React.RefAttributes<HTMLInputElement>>, InternalAutocompleteInputProps>;
290
+ }, "maxWidth" | "minWidth" | "width" | "theme" | "block" | "sx" | "disabled" | "variant" | "contrast">, string | number | symbol> & React.RefAttributes<HTMLInputElement>>, InternalAutocompleteInputProps>;
291
291
  export declare type AutocompleteInputProps = ComponentProps<typeof AutocompleteInput>;
292
292
  export default AutocompleteInput;
@@ -25,14 +25,14 @@ declare const Button: import("styled-components").StyledComponent<"button", any,
25
25
  suppressHydrationWarning?: boolean | undefined;
26
26
  accessKey?: string | undefined;
27
27
  className?: string | undefined;
28
- contentEditable?: "inherit" | (boolean | "false" | "true") | undefined;
28
+ contentEditable?: "inherit" | (boolean | "true" | "false") | undefined;
29
29
  contextMenu?: string | undefined;
30
30
  dir?: string | undefined;
31
- draggable?: (boolean | "false" | "true") | undefined;
31
+ draggable?: (boolean | "true" | "false") | undefined;
32
32
  id?: string | undefined;
33
33
  lang?: string | undefined;
34
34
  placeholder?: string | undefined;
35
- spellCheck?: (boolean | "false" | "true") | undefined;
35
+ spellCheck?: (boolean | "true" | "false") | undefined;
36
36
  tabIndex?: number | undefined;
37
37
  radioGroup?: string | undefined;
38
38
  role?: import("react").AriaRole | undefined;
@@ -58,47 +58,47 @@ declare const Button: import("styled-components").StyledComponent<"button", any,
58
58
  inputMode?: "search" | "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
59
59
  is?: string | undefined;
60
60
  'aria-activedescendant'?: string | undefined;
61
- 'aria-atomic'?: boolean | "false" | "true" | undefined;
62
- 'aria-autocomplete'?: "none" | "both" | "inline" | "list" | undefined;
63
- 'aria-busy'?: boolean | "false" | "true" | undefined;
64
- 'aria-checked'?: boolean | "mixed" | "false" | "true" | undefined;
61
+ 'aria-atomic'?: boolean | "true" | "false" | undefined;
62
+ 'aria-autocomplete'?: "none" | "list" | "inline" | "both" | undefined;
63
+ 'aria-busy'?: boolean | "true" | "false" | undefined;
64
+ 'aria-checked'?: boolean | "true" | "false" | "mixed" | undefined;
65
65
  'aria-colcount'?: number | undefined;
66
66
  'aria-colindex'?: number | undefined;
67
67
  'aria-colspan'?: number | undefined;
68
68
  'aria-controls'?: string | undefined;
69
- 'aria-current'?: boolean | "time" | "page" | "false" | "true" | "step" | "location" | "date" | undefined;
69
+ 'aria-current'?: boolean | "time" | "true" | "false" | "page" | "step" | "location" | "date" | undefined;
70
70
  'aria-describedby'?: string | undefined;
71
71
  'aria-details'?: string | undefined;
72
- 'aria-disabled'?: boolean | "false" | "true" | undefined;
73
- 'aria-dropeffect'?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
72
+ 'aria-disabled'?: boolean | "true" | "false" | undefined;
73
+ 'aria-dropeffect'?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
74
74
  'aria-errormessage'?: string | undefined;
75
- 'aria-expanded'?: boolean | "false" | "true" | undefined;
75
+ 'aria-expanded'?: boolean | "true" | "false" | undefined;
76
76
  'aria-flowto'?: string | undefined;
77
- 'aria-grabbed'?: boolean | "false" | "true" | undefined;
78
- 'aria-haspopup'?: boolean | "grid" | "dialog" | "menu" | "listbox" | "false" | "true" | "tree" | undefined;
79
- 'aria-hidden'?: boolean | "false" | "true" | undefined;
80
- 'aria-invalid'?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
77
+ 'aria-grabbed'?: boolean | "true" | "false" | undefined;
78
+ 'aria-haspopup'?: boolean | "grid" | "dialog" | "menu" | "listbox" | "tree" | "true" | "false" | undefined;
79
+ 'aria-hidden'?: boolean | "true" | "false" | undefined;
80
+ 'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
81
81
  'aria-keyshortcuts'?: string | undefined;
82
82
  'aria-label'?: string | undefined;
83
83
  'aria-labelledby'?: string | undefined;
84
84
  'aria-level'?: number | undefined;
85
85
  'aria-live'?: "off" | "assertive" | "polite" | undefined;
86
- 'aria-modal'?: boolean | "false" | "true" | undefined;
87
- 'aria-multiline'?: boolean | "false" | "true" | undefined;
88
- 'aria-multiselectable'?: boolean | "false" | "true" | undefined;
86
+ 'aria-modal'?: boolean | "true" | "false" | undefined;
87
+ 'aria-multiline'?: boolean | "true" | "false" | undefined;
88
+ 'aria-multiselectable'?: boolean | "true" | "false" | undefined;
89
89
  'aria-orientation'?: "horizontal" | "vertical" | undefined;
90
90
  'aria-owns'?: string | undefined;
91
91
  'aria-placeholder'?: string | undefined;
92
92
  'aria-posinset'?: number | undefined;
93
- 'aria-pressed'?: boolean | "mixed" | "false" | "true" | undefined;
94
- 'aria-readonly'?: boolean | "false" | "true" | undefined;
93
+ 'aria-pressed'?: boolean | "true" | "false" | "mixed" | undefined;
94
+ 'aria-readonly'?: boolean | "true" | "false" | undefined;
95
95
  'aria-relevant'?: "all" | "text" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
96
- 'aria-required'?: boolean | "false" | "true" | undefined;
96
+ 'aria-required'?: boolean | "true" | "false" | undefined;
97
97
  'aria-roledescription'?: string | undefined;
98
98
  'aria-rowcount'?: number | undefined;
99
99
  'aria-rowindex'?: number | undefined;
100
100
  'aria-rowspan'?: number | undefined;
101
- 'aria-selected'?: boolean | "false" | "true" | undefined;
101
+ 'aria-selected'?: boolean | "true" | "false" | undefined;
102
102
  'aria-setsize'?: number | undefined;
103
103
  'aria-sort'?: "none" | "ascending" | "descending" | "other" | undefined;
104
104
  'aria-valuemax'?: number | undefined;
@@ -268,15 +268,15 @@ declare const Button: import("styled-components").StyledComponent<"button", any,
268
268
  onAnimationIterationCapture?: import("react").AnimationEventHandler<HTMLButtonElement> | undefined;
269
269
  onTransitionEnd?: import("react").TransitionEventHandler<HTMLButtonElement> | undefined;
270
270
  onTransitionEndCapture?: import("react").TransitionEventHandler<HTMLButtonElement> | undefined;
271
- variant?: "small" | "medium" | "large" | undefined;
272
271
  as?: string | import("react").ComponentClass<any, any> | import("react").FunctionComponent<any> | undefined;
273
- disabled?: boolean | undefined;
274
272
  autoFocus?: boolean | undefined;
273
+ disabled?: boolean | undefined;
275
274
  formAction?: string | undefined;
276
275
  formEncType?: string | undefined;
277
276
  formMethod?: string | undefined;
278
277
  formNoValidate?: boolean | undefined;
279
278
  formTarget?: string | undefined;
279
+ variant?: "small" | "medium" | "large" | undefined;
280
280
  } & {
281
281
  theme?: any;
282
282
  } & import("styled-system").FontSizeProps<Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>, string | number | symbol> & import("../constants").SystemCommonProps & import("../constants").SystemLayoutProps & SxProp, never>;
@@ -35,25 +35,6 @@ declare const ButtonClose: React.ForwardRefExoticComponent<Pick<{
35
35
  slot?: string | undefined;
36
36
  style?: React.CSSProperties | undefined;
37
37
  title?: string | undefined;
38
- bg?: import("styled-system").ResponsiveValue<string | number | symbol, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
39
- m?: import("styled-system").ResponsiveValue<string | number | symbol, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
40
- mt?: import("styled-system").ResponsiveValue<string | number | symbol, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
41
- mr?: import("styled-system").ResponsiveValue<string | number | symbol, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
42
- mb?: import("styled-system").ResponsiveValue<string | number | symbol, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
43
- ml?: import("styled-system").ResponsiveValue<string | number | symbol, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
44
- mx?: import("styled-system").ResponsiveValue<string | number | symbol, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
45
- marginX?: import("styled-system").ResponsiveValue<string | number | symbol, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
46
- my?: import("styled-system").ResponsiveValue<string | number | symbol, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
47
- marginY?: import("styled-system").ResponsiveValue<string | number | symbol, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
48
- pt?: import("styled-system").ResponsiveValue<string | number | symbol, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
49
- pr?: import("styled-system").ResponsiveValue<string | number | symbol, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
50
- pb?: import("styled-system").ResponsiveValue<string | number | symbol, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
51
- pl?: import("styled-system").ResponsiveValue<string | number | symbol, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
52
- px?: import("styled-system").ResponsiveValue<string | number | symbol, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
53
- paddingX?: import("styled-system").ResponsiveValue<string | number | symbol, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
54
- py?: import("styled-system").ResponsiveValue<string | number | symbol, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
55
- paddingY?: import("styled-system").ResponsiveValue<string | number | symbol, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
56
- size?: import("styled-system").ResponsiveValue<import("csstype").Property.Height<import("styled-system").TLengthStyledSystem>, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
57
38
  type?: "button" | "reset" | "submit" | undefined;
58
39
  name?: string | undefined;
59
40
  key?: React.Key | null | undefined;
@@ -63,14 +44,14 @@ declare const ButtonClose: React.ForwardRefExoticComponent<Pick<{
63
44
  suppressHydrationWarning?: boolean | undefined;
64
45
  accessKey?: string | undefined;
65
46
  className?: string | undefined;
66
- contentEditable?: "inherit" | (boolean | "false" | "true") | undefined;
47
+ contentEditable?: "inherit" | (boolean | "true" | "false") | undefined;
67
48
  contextMenu?: string | undefined;
68
49
  dir?: string | undefined;
69
- draggable?: (boolean | "false" | "true") | undefined;
50
+ draggable?: (boolean | "true" | "false") | undefined;
70
51
  id?: string | undefined;
71
52
  lang?: string | undefined;
72
53
  placeholder?: string | undefined;
73
- spellCheck?: (boolean | "false" | "true") | undefined;
54
+ spellCheck?: (boolean | "true" | "false") | undefined;
74
55
  tabIndex?: number | undefined;
75
56
  radioGroup?: string | undefined;
76
57
  role?: React.AriaRole | undefined;
@@ -96,47 +77,47 @@ declare const ButtonClose: React.ForwardRefExoticComponent<Pick<{
96
77
  inputMode?: "search" | "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
97
78
  is?: string | undefined;
98
79
  'aria-activedescendant'?: string | undefined;
99
- 'aria-atomic'?: boolean | "false" | "true" | undefined;
100
- 'aria-autocomplete'?: "none" | "both" | "inline" | "list" | undefined;
101
- 'aria-busy'?: boolean | "false" | "true" | undefined;
102
- 'aria-checked'?: boolean | "mixed" | "false" | "true" | undefined;
80
+ 'aria-atomic'?: boolean | "true" | "false" | undefined;
81
+ 'aria-autocomplete'?: "none" | "list" | "inline" | "both" | undefined;
82
+ 'aria-busy'?: boolean | "true" | "false" | undefined;
83
+ 'aria-checked'?: boolean | "true" | "false" | "mixed" | undefined;
103
84
  'aria-colcount'?: number | undefined;
104
85
  'aria-colindex'?: number | undefined;
105
86
  'aria-colspan'?: number | undefined;
106
87
  'aria-controls'?: string | undefined;
107
- 'aria-current'?: boolean | "time" | "page" | "false" | "true" | "step" | "location" | "date" | undefined;
88
+ 'aria-current'?: boolean | "time" | "true" | "false" | "page" | "step" | "location" | "date" | undefined;
108
89
  'aria-describedby'?: string | undefined;
109
90
  'aria-details'?: string | undefined;
110
- 'aria-disabled'?: boolean | "false" | "true" | undefined;
111
- 'aria-dropeffect'?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
91
+ 'aria-disabled'?: boolean | "true" | "false" | undefined;
92
+ 'aria-dropeffect'?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
112
93
  'aria-errormessage'?: string | undefined;
113
- 'aria-expanded'?: boolean | "false" | "true" | undefined;
94
+ 'aria-expanded'?: boolean | "true" | "false" | undefined;
114
95
  'aria-flowto'?: string | undefined;
115
- 'aria-grabbed'?: boolean | "false" | "true" | undefined;
116
- 'aria-haspopup'?: boolean | "grid" | "dialog" | "menu" | "listbox" | "false" | "true" | "tree" | undefined;
117
- 'aria-hidden'?: boolean | "false" | "true" | undefined;
118
- 'aria-invalid'?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
96
+ 'aria-grabbed'?: boolean | "true" | "false" | undefined;
97
+ 'aria-haspopup'?: boolean | "grid" | "dialog" | "menu" | "listbox" | "tree" | "true" | "false" | undefined;
98
+ 'aria-hidden'?: boolean | "true" | "false" | undefined;
99
+ 'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
119
100
  'aria-keyshortcuts'?: string | undefined;
120
101
  'aria-label'?: string | undefined;
121
102
  'aria-labelledby'?: string | undefined;
122
103
  'aria-level'?: number | undefined;
123
104
  'aria-live'?: "off" | "assertive" | "polite" | undefined;
124
- 'aria-modal'?: boolean | "false" | "true" | undefined;
125
- 'aria-multiline'?: boolean | "false" | "true" | undefined;
126
- 'aria-multiselectable'?: boolean | "false" | "true" | undefined;
105
+ 'aria-modal'?: boolean | "true" | "false" | undefined;
106
+ 'aria-multiline'?: boolean | "true" | "false" | undefined;
107
+ 'aria-multiselectable'?: boolean | "true" | "false" | undefined;
127
108
  'aria-orientation'?: "horizontal" | "vertical" | undefined;
128
109
  'aria-owns'?: string | undefined;
129
110
  'aria-placeholder'?: string | undefined;
130
111
  'aria-posinset'?: number | undefined;
131
- 'aria-pressed'?: boolean | "mixed" | "false" | "true" | undefined;
132
- 'aria-readonly'?: boolean | "false" | "true" | undefined;
112
+ 'aria-pressed'?: boolean | "true" | "false" | "mixed" | undefined;
113
+ 'aria-readonly'?: boolean | "true" | "false" | undefined;
133
114
  'aria-relevant'?: "all" | "text" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
134
- 'aria-required'?: boolean | "false" | "true" | undefined;
115
+ 'aria-required'?: boolean | "true" | "false" | undefined;
135
116
  'aria-roledescription'?: string | undefined;
136
117
  'aria-rowcount'?: number | undefined;
137
118
  'aria-rowindex'?: number | undefined;
138
119
  'aria-rowspan'?: number | undefined;
139
- 'aria-selected'?: boolean | "false" | "true" | undefined;
120
+ 'aria-selected'?: boolean | "true" | "false" | undefined;
140
121
  'aria-setsize'?: number | undefined;
141
122
  'aria-sort'?: "none" | "ascending" | "descending" | "other" | undefined;
142
123
  'aria-valuemax'?: number | undefined;
@@ -306,9 +287,28 @@ declare const ButtonClose: React.ForwardRefExoticComponent<Pick<{
306
287
  onAnimationIterationCapture?: React.AnimationEventHandler<HTMLButtonElement> | undefined;
307
288
  onTransitionEnd?: React.TransitionEventHandler<HTMLButtonElement> | undefined;
308
289
  onTransitionEndCapture?: React.TransitionEventHandler<HTMLButtonElement> | undefined;
290
+ bg?: import("styled-system").ResponsiveValue<string | number | symbol, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
291
+ m?: import("styled-system").ResponsiveValue<string | number | symbol, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
292
+ mt?: import("styled-system").ResponsiveValue<string | number | symbol, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
293
+ mr?: import("styled-system").ResponsiveValue<string | number | symbol, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
294
+ mb?: import("styled-system").ResponsiveValue<string | number | symbol, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
295
+ ml?: import("styled-system").ResponsiveValue<string | number | symbol, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
296
+ mx?: import("styled-system").ResponsiveValue<string | number | symbol, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
297
+ marginX?: import("styled-system").ResponsiveValue<string | number | symbol, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
298
+ my?: import("styled-system").ResponsiveValue<string | number | symbol, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
299
+ marginY?: import("styled-system").ResponsiveValue<string | number | symbol, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
300
+ pt?: import("styled-system").ResponsiveValue<string | number | symbol, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
301
+ pr?: import("styled-system").ResponsiveValue<string | number | symbol, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
302
+ pb?: import("styled-system").ResponsiveValue<string | number | symbol, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
303
+ pl?: import("styled-system").ResponsiveValue<string | number | symbol, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
304
+ px?: import("styled-system").ResponsiveValue<string | number | symbol, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
305
+ paddingX?: import("styled-system").ResponsiveValue<string | number | symbol, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
306
+ py?: import("styled-system").ResponsiveValue<string | number | symbol, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
307
+ paddingY?: import("styled-system").ResponsiveValue<string | number | symbol, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
308
+ size?: import("styled-system").ResponsiveValue<import("csstype").Property.Height<import("styled-system").TLengthStyledSystem>, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
309
309
  sx?: import("../sx").BetterSystemStyleObject | undefined;
310
- disabled?: boolean | undefined;
311
310
  autoFocus?: boolean | undefined;
311
+ disabled?: boolean | undefined;
312
312
  formAction?: string | undefined;
313
313
  formEncType?: string | undefined;
314
314
  formMethod?: string | undefined;
@@ -316,6 +316,6 @@ declare const ButtonClose: React.ForwardRefExoticComponent<Pick<{
316
316
  formTarget?: string | undefined;
317
317
  } & {
318
318
  theme?: any;
319
- }, "backgroundColor" | "color" | "display" | "height" | "marginBottom" | "marginLeft" | "marginRight" | "marginTop" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "overflowX" | "overflowY" | "paddingBottom" | "paddingLeft" | "paddingRight" | "paddingTop" | "translate" | "verticalAlign" | "width" | "margin" | "overflow" | "padding" | "hidden" | "children" | "theme" | "value" | "form" | "p" | "slot" | "style" | "title" | "bg" | "m" | "mt" | "mr" | "mb" | "ml" | "mx" | "marginX" | "my" | "marginY" | "pt" | "pr" | "pb" | "pl" | "px" | "paddingX" | "py" | "paddingY" | "size" | "type" | "name" | "key" | "defaultChecked" | "defaultValue" | "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" | "onChange" | "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" | "sx" | "disabled" | "autoFocus" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget"> & React.RefAttributes<HTMLButtonElement>>;
319
+ }, "backgroundColor" | "color" | "display" | "height" | "marginBottom" | "marginLeft" | "marginRight" | "marginTop" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "overflowX" | "overflowY" | "paddingBottom" | "paddingLeft" | "paddingRight" | "paddingTop" | "translate" | "verticalAlign" | "width" | "margin" | "overflow" | "padding" | "hidden" | "children" | "theme" | "value" | "form" | "p" | "slot" | "style" | "title" | "type" | "name" | "key" | "defaultChecked" | "defaultValue" | "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" | "onChange" | "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" | "bg" | "m" | "mt" | "mr" | "mb" | "ml" | "mx" | "marginX" | "my" | "marginY" | "pt" | "pr" | "pb" | "pl" | "px" | "paddingX" | "py" | "paddingY" | "size" | "sx" | "autoFocus" | "disabled" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget"> & React.RefAttributes<HTMLButtonElement>>;
320
320
  export declare type ButtonCloseProps = ComponentProps<typeof ButtonClose>;
321
321
  export default ButtonClose;