@primer/components 0.0.0-202181722217 → 0.0.0-202181723821

Sign up to get free protection for your applications and to get access to all the features.
Files changed (202) hide show
  1. package/CHANGELOG.md +23 -1
  2. package/dist/browser.esm.js +665 -619
  3. package/dist/browser.esm.js.map +1 -1
  4. package/dist/browser.umd.js +432 -386
  5. package/dist/browser.umd.js.map +1 -1
  6. package/lib/ActionList/Divider.js +1 -1
  7. package/lib/ActionList/Header.js +2 -2
  8. package/lib/ActionList/Item.js +13 -13
  9. package/lib/ActionList/List.js +1 -1
  10. package/lib/AnchoredOverlay/AnchoredOverlay.js +2 -2
  11. package/lib/Avatar.d.ts +4 -0
  12. package/lib/AvatarPair.js +1 -1
  13. package/lib/AvatarStack.js +1 -1
  14. package/lib/BranchName.js +1 -1
  15. package/lib/Breadcrumb.js +2 -2
  16. package/lib/Button/Button.js +1 -1
  17. package/lib/Button/ButtonClose.js +1 -1
  18. package/lib/Button/ButtonInvisible.js +1 -1
  19. package/lib/Button/ButtonTableList.js +1 -1
  20. package/lib/CircleBadge.js +1 -1
  21. package/lib/CircleOcticon.js +1 -1
  22. package/lib/CounterLabel.js +2 -2
  23. package/lib/Dialog/ConfirmationDialog.js +1 -1
  24. package/lib/Dialog/Dialog.js +9 -9
  25. package/lib/Dialog.js +4 -4
  26. package/lib/Dropdown.js +2 -2
  27. package/lib/DropdownStyles.js +6 -6
  28. package/lib/FilterList.js +1 -1
  29. package/lib/FilteredActionList/FilteredActionList.js +5 -5
  30. package/lib/Flash.js +1 -1
  31. package/lib/Label.js +2 -2
  32. package/lib/Link.js +1 -1
  33. package/lib/Overlay.d.ts +1 -2
  34. package/lib/Overlay.js +6 -11
  35. package/lib/Pagehead.js +1 -1
  36. package/lib/Pagination/Pagination.js +1 -1
  37. package/lib/Popover.js +1 -1
  38. package/lib/ProgressBar.js +1 -1
  39. package/lib/SelectMenu/SelectMenu.d.ts +11 -327
  40. package/lib/SelectMenu/SelectMenuDivider.js +1 -1
  41. package/lib/SelectMenu/SelectMenuFilter.d.ts +1 -1
  42. package/lib/SelectMenu/SelectMenuFilter.js +1 -1
  43. package/lib/SelectMenu/SelectMenuFooter.js +1 -1
  44. package/lib/SelectMenu/SelectMenuHeader.js +2 -2
  45. package/lib/SelectMenu/SelectMenuItem.js +1 -1
  46. package/lib/SelectMenu/SelectMenuList.js +1 -1
  47. package/lib/SelectMenu/SelectMenuLoadingAnimation.js +1 -1
  48. package/lib/SelectMenu/SelectMenuModal.js +2 -2
  49. package/lib/SelectMenu/SelectMenuTab.js +1 -1
  50. package/lib/SelectMenu/SelectMenuTabPanel.js +1 -1
  51. package/lib/SideNav.js +5 -5
  52. package/lib/StateLabel.js +1 -1
  53. package/lib/SubNav.js +1 -1
  54. package/lib/TabNav.js +2 -2
  55. package/lib/TextInput.d.ts +6 -6
  56. package/lib/TextInput.js +21 -16
  57. package/lib/Timeline.js +16 -19
  58. package/lib/Tooltip.js +1 -1
  59. package/lib/UnderlineNav.js +2 -2
  60. package/lib/hooks/useOverlay.d.ts +1 -2
  61. package/lib/hooks/useOverlay.js +6 -11
  62. package/lib/index.d.ts +1 -0
  63. package/lib/index.js +14 -0
  64. package/lib/theme-preval.d.ts +12 -6
  65. package/lib/theme-preval.js +940 -0
  66. package/lib/utils/ssr.d.ts +1 -0
  67. package/lib/utils/ssr.js +19 -0
  68. package/lib/utils/testing.d.ts +1854 -0
  69. package/lib/utils/uniqueId.js +1 -0
  70. package/lib-esm/ActionList/Divider.js +1 -1
  71. package/lib-esm/ActionList/Header.js +2 -2
  72. package/lib-esm/ActionList/Item.js +14 -14
  73. package/lib-esm/ActionList/List.js +1 -1
  74. package/lib-esm/AnchoredOverlay/AnchoredOverlay.js +3 -3
  75. package/lib-esm/Avatar.d.ts +4 -0
  76. package/lib-esm/AvatarPair.js +1 -1
  77. package/lib-esm/AvatarStack.js +1 -1
  78. package/lib-esm/BranchName.js +1 -1
  79. package/lib-esm/Breadcrumb.js +2 -2
  80. package/lib-esm/Button/Button.js +1 -1
  81. package/lib-esm/Button/ButtonClose.js +1 -1
  82. package/lib-esm/Button/ButtonInvisible.js +1 -1
  83. package/lib-esm/Button/ButtonTableList.js +1 -1
  84. package/lib-esm/CircleBadge.js +1 -1
  85. package/lib-esm/CircleOcticon.js +1 -1
  86. package/lib-esm/CounterLabel.js +2 -2
  87. package/lib-esm/Dialog/ConfirmationDialog.js +1 -1
  88. package/lib-esm/Dialog/Dialog.js +8 -8
  89. package/lib-esm/Dialog.js +4 -4
  90. package/lib-esm/Dropdown.js +2 -2
  91. package/lib-esm/DropdownStyles.js +6 -6
  92. package/lib-esm/FilterList.js +1 -1
  93. package/lib-esm/FilteredActionList/FilteredActionList.js +5 -5
  94. package/lib-esm/Flash.js +1 -1
  95. package/lib-esm/Label.js +2 -2
  96. package/lib-esm/Link.js +1 -1
  97. package/lib-esm/Overlay.d.ts +1 -2
  98. package/lib-esm/Overlay.js +6 -9
  99. package/lib-esm/Pagehead.js +1 -1
  100. package/lib-esm/Pagination/Pagination.js +1 -1
  101. package/lib-esm/Popover.js +1 -1
  102. package/lib-esm/ProgressBar.js +1 -1
  103. package/lib-esm/SelectMenu/SelectMenu.d.ts +11 -327
  104. package/lib-esm/SelectMenu/SelectMenuDivider.js +1 -1
  105. package/lib-esm/SelectMenu/SelectMenuFilter.d.ts +1 -1
  106. package/lib-esm/SelectMenu/SelectMenuFilter.js +1 -1
  107. package/lib-esm/SelectMenu/SelectMenuFooter.js +1 -1
  108. package/lib-esm/SelectMenu/SelectMenuHeader.js +2 -2
  109. package/lib-esm/SelectMenu/SelectMenuItem.js +1 -1
  110. package/lib-esm/SelectMenu/SelectMenuList.js +1 -1
  111. package/lib-esm/SelectMenu/SelectMenuLoadingAnimation.js +1 -1
  112. package/lib-esm/SelectMenu/SelectMenuModal.js +2 -2
  113. package/lib-esm/SelectMenu/SelectMenuTab.js +1 -1
  114. package/lib-esm/SelectMenu/SelectMenuTabPanel.js +1 -1
  115. package/lib-esm/SideNav.js +5 -5
  116. package/lib-esm/StateLabel.js +1 -1
  117. package/lib-esm/SubNav.js +1 -1
  118. package/lib-esm/TabNav.js +2 -2
  119. package/lib-esm/TextInput.d.ts +6 -6
  120. package/lib-esm/TextInput.js +22 -16
  121. package/lib-esm/Timeline.js +12 -17
  122. package/lib-esm/Tooltip.js +1 -1
  123. package/lib-esm/UnderlineNav.js +2 -2
  124. package/lib-esm/hooks/useOverlay.d.ts +1 -2
  125. package/lib-esm/hooks/useOverlay.js +6 -11
  126. package/lib-esm/index.d.ts +1 -0
  127. package/lib-esm/index.js +2 -1
  128. package/lib-esm/theme-preval.d.ts +12 -6
  129. package/lib-esm/theme-preval.js +940 -0
  130. package/lib-esm/utils/ssr.d.ts +1 -0
  131. package/lib-esm/utils/ssr.js +1 -0
  132. package/lib-esm/utils/testing.d.ts +1854 -0
  133. package/lib-esm/utils/uniqueId.js +1 -0
  134. package/package.json +5 -6
  135. package/lib/Autocomplete/Autocomplete.d.ts +0 -36
  136. package/lib/Autocomplete/Autocomplete.js +0 -55
  137. package/lib/Autocomplete/AutocompleteContext.d.ts +0 -13
  138. package/lib/Autocomplete/AutocompleteContext.js +0 -14
  139. package/lib/Autocomplete/AutocompleteInput.d.ts +0 -9
  140. package/lib/Autocomplete/AutocompleteInput.js +0 -123
  141. package/lib/Autocomplete/AutocompleteMenu.d.ts +0 -20
  142. package/lib/Autocomplete/AutocompleteMenu.js +0 -268
  143. package/lib/Autocomplete/index.d.ts +0 -2
  144. package/lib/Autocomplete/index.js +0 -15
  145. package/lib/Badge/Badge.d.ts +0 -8
  146. package/lib/Badge/Badge.js +0 -59
  147. package/lib/Badge/BadgeState.d.ts +0 -13
  148. package/lib/Badge/BadgeState.js +0 -51
  149. package/lib/Badge/_badgeStyleUtils.d.ts +0 -3
  150. package/lib/Badge/_badgeStyleUtils.js +0 -39
  151. package/lib/TextInputTokens.d.ts +0 -32
  152. package/lib/TextInputTokens.js +0 -241
  153. package/lib/TextInputWithTokens.d.ts +0 -41
  154. package/lib/TextInputWithTokens.js +0 -396
  155. package/lib/Token/Token.d.ts +0 -7
  156. package/lib/Token/Token.js +0 -66
  157. package/lib/Token/TokenBase.d.ts +0 -16
  158. package/lib/Token/TokenBase.js +0 -76
  159. package/lib/Token/TokenLabel.d.ts +0 -8
  160. package/lib/Token/TokenLabel.js +0 -116
  161. package/lib/Token/TokenProfile.d.ts +0 -7
  162. package/lib/Token/TokenProfile.js +0 -45
  163. package/lib/Token/_AddTokenButton.d.ts +0 -3
  164. package/lib/Token/_AddTokenButton.js +0 -42
  165. package/lib/Token/_RemoveTokenButton.d.ts +0 -3
  166. package/lib/Token/_RemoveTokenButton.js +0 -42
  167. package/lib/Token/_tokenButtonUtils.d.ts +0 -8
  168. package/lib/Token/_tokenButtonUtils.js +0 -42
  169. package/lib-esm/Autocomplete/Autocomplete.d.ts +0 -36
  170. package/lib-esm/Autocomplete/Autocomplete.js +0 -36
  171. package/lib-esm/Autocomplete/AutocompleteContext.d.ts +0 -13
  172. package/lib-esm/Autocomplete/AutocompleteContext.js +0 -5
  173. package/lib-esm/Autocomplete/AutocompleteInput.d.ts +0 -9
  174. package/lib-esm/Autocomplete/AutocompleteInput.js +0 -104
  175. package/lib-esm/Autocomplete/AutocompleteMenu.d.ts +0 -20
  176. package/lib-esm/Autocomplete/AutocompleteMenu.js +0 -244
  177. package/lib-esm/Autocomplete/index.d.ts +0 -2
  178. package/lib-esm/Autocomplete/index.js +0 -1
  179. package/lib-esm/Badge/Badge.d.ts +0 -8
  180. package/lib-esm/Badge/Badge.js +0 -44
  181. package/lib-esm/Badge/BadgeState.d.ts +0 -13
  182. package/lib-esm/Badge/BadgeState.js +0 -40
  183. package/lib-esm/Badge/_badgeStyleUtils.d.ts +0 -3
  184. package/lib-esm/Badge/_badgeStyleUtils.js +0 -29
  185. package/lib-esm/TextInputTokens.d.ts +0 -32
  186. package/lib-esm/TextInputTokens.js +0 -211
  187. package/lib-esm/TextInputWithTokens.d.ts +0 -41
  188. package/lib-esm/TextInputWithTokens.js +0 -361
  189. package/lib-esm/Token/Token.d.ts +0 -7
  190. package/lib-esm/Token/Token.js +0 -46
  191. package/lib-esm/Token/TokenBase.d.ts +0 -16
  192. package/lib-esm/Token/TokenBase.js +0 -56
  193. package/lib-esm/Token/TokenLabel.d.ts +0 -8
  194. package/lib-esm/Token/TokenLabel.js +0 -100
  195. package/lib-esm/Token/TokenProfile.d.ts +0 -7
  196. package/lib-esm/Token/TokenProfile.js +0 -28
  197. package/lib-esm/Token/_AddTokenButton.d.ts +0 -3
  198. package/lib-esm/Token/_AddTokenButton.js +0 -27
  199. package/lib-esm/Token/_RemoveTokenButton.d.ts +0 -3
  200. package/lib-esm/Token/_RemoveTokenButton.js +0 -27
  201. package/lib-esm/Token/_tokenButtonUtils.d.ts +0 -8
  202. package/lib-esm/Token/_tokenButtonUtils.js +0 -26
@@ -60,7 +60,7 @@ function getSlideAnimationStartingVector(anchorSide) {
60
60
  const StyledOverlay = styled.div.withConfig({
61
61
  displayName: "Overlay__StyledOverlay",
62
62
  componentId: "jhwkzw-0"
63
- })(["background-color:", ";box-shadow:", ";position:absolute;min-width:192px;max-width:640px;height:", ";max-height:", ";width:", ";border-radius:12px;overflow:hidden;animation:overlay-appear ", "ms ", ";@keyframes overlay-appear{0%{opacity:0;}100%{opacity:1;}}visibility:var(--styled-overlay-visibility);:focus{outline:none;}", ";", ";"], get('colors.bg.overlay'), get('shadows.overlay.shadow'), props => heightMap[props.height || 'auto'], props => props.maxHeight && heightMap[props.maxHeight], props => widthMap[props.width || 'auto'], animationDuration, get('animation.easeOutCubic'), COMMON, sx);
63
+ })(["background-color:", ";box-shadow:", ";position:absolute;min-width:192px;max-width:640px;height:", ";max-height:", ";width:", ";border-radius:12px;overflow:hidden;animation:overlay-appear ", "ms ", ";@keyframes overlay-appear{0%{opacity:0;}100%{opacity:1;}}visibility:var(--styled-overlay-visibility);:focus{outline:none;}", ";", ";"], get('colors.canvas.overlay'), get('shadows.overlay.shadow'), props => heightMap[props.height || 'auto'], props => props.maxHeight && heightMap[props.maxHeight], props => widthMap[props.width || 'auto'], animationDuration, get('animation.easeOutCubic'), COMMON, sx);
64
64
 
65
65
  /**
66
66
  * An `Overlay` is a flexible floating surface, used to display transient content such as menus,
@@ -92,7 +92,6 @@ const Overlay = /*#__PURE__*/React.forwardRef(({
92
92
  left,
93
93
  anchorSide,
94
94
  portalContainerName,
95
- preventFocusOnOpen,
96
95
  ...rest
97
96
  }, forwardedRef) => {
98
97
  const overlayRef = useRef(null);
@@ -108,8 +107,7 @@ const Overlay = /*#__PURE__*/React.forwardRef(({
108
107
  onEscape,
109
108
  ignoreClickRefs,
110
109
  onClickOutside,
111
- initialFocusRef,
112
- preventFocusOnOpen
110
+ initialFocusRef
113
111
  });
114
112
  useEffect(() => {
115
113
  var _combinedRef$current;
@@ -138,7 +136,9 @@ const Overlay = /*#__PURE__*/React.forwardRef(({
138
136
  easing: slideAnimationEasing
139
137
  });
140
138
  }, [anchorSide, slideAnimationDistance, slideAnimationEasing, visibility]);
141
- const styledOverlay = /*#__PURE__*/React.createElement(StyledOverlay, _extends({
139
+ return /*#__PURE__*/React.createElement(Portal, {
140
+ containerName: portalContainerName
141
+ }, /*#__PURE__*/React.createElement(StyledOverlay, _extends({
142
142
  height: height,
143
143
  role: role
144
144
  }, rest, {
@@ -149,10 +149,7 @@ const Overlay = /*#__PURE__*/React.forwardRef(({
149
149
  ...rest.style,
150
150
  '--styled-overlay-visibility': visibility
151
151
  }
152
- }));
153
- return /*#__PURE__*/React.createElement(Portal, {
154
- containerName: portalContainerName
155
- }, styledOverlay);
152
+ })));
156
153
  });
157
154
  Overlay.defaultProps = {
158
155
  height: 'auto',
@@ -4,5 +4,5 @@ import sx from './sx';
4
4
  const Pagehead = styled.div.withConfig({
5
5
  displayName: "Pagehead",
6
6
  componentId: "sc-1ntn78e-0"
7
- })(["position:relative;padding-top:", ";padding-bottom:", ";margin-bottom:", ";border-bottom:1px solid ", ";", ";", ";"], get('space.4'), get('space.4'), get('space.4'), get('colors.border.primary'), COMMON, sx);
7
+ })(["position:relative;padding-top:", ";padding-bottom:", ";margin-bottom:", ";border-bottom:1px solid ", ";", ";", ";"], get('space.4'), get('space.4'), get('space.4'), get('colors.border.default'), COMMON, sx);
8
8
  export default Pagehead;
@@ -9,7 +9,7 @@ import { buildComponentData, buildPaginationModel } from './model';
9
9
  const Page = styled.a.withConfig({
10
10
  displayName: "Pagination__Page",
11
11
  componentId: "b80nss-0"
12
- })(["display:inline-block;min-width:32px;padding:5px 10px;font-style:normal;line-height:20px;color:", ";text-align:center;white-space:nowrap;vertical-align:middle;cursor:pointer;user-select:none;text-decoration:none;margin-right:", ";&:last-child{margin-right:0;}border:", " solid transparent;border-radius:", ";transition:border-color 0.2s cubic-bezier(0.3,0,0.5,1);&:hover,&:focus{text-decoration:none;border-color:", ";outline:0;transition-duration:0.1s;}&:active{border-color:", ";}&[rel='prev'],&[rel='next']{color:", ";}&[aria-current],&[aria-current]:hover{color:", ";background-color:", ";border-color:transparent;}&[aria-disabled],&[aria-disabled]:hover{color:", ";cursor:default;border-color:transparent;}@supports (clip-path:polygon(50% 0,100% 50%,50% 100%)){&[rel='prev']::before,&[rel='next']::after{display:inline-block;width:16px;height:16px;vertical-align:text-bottom;content:'';background-color:currentColor;}&[rel='prev']::before{margin-right:", ";clip-path:polygon( 9.8px 12.8px,8.7px 12.8px,4.5px 8.5px,4.5px 7.5px,8.7px 3.2px,9.8px 4.3px,6.1px 8px,9.8px 11.7px,9.8px 12.8px );}&[rel='next']::after{margin-left:", ";clip-path:polygon( 6.2px 3.2px,7.3px 3.2px,11.5px 7.5px,11.5px 8.5px,7.3px 12.8px,6.2px 11.7px,9.9px 8px,6.2px 4.3px,6.2px 3.2px );}}", ";"], get('colors.text.primary'), get('space.1'), get('borderWidths.1'), get('radii.2'), get('colors.border.primary'), get('colors.border.secondary'), get('colors.text.link'), get('colors.state.selected.primaryText'), get('colors.state.selected.primaryBg'), get('colors.text.disabled'), get('space.1'), get('space.1'), COMMON);
12
+ })(["display:inline-block;min-width:32px;padding:5px 10px;font-style:normal;line-height:20px;color:", ";text-align:center;white-space:nowrap;vertical-align:middle;cursor:pointer;user-select:none;text-decoration:none;margin-right:", ";&:last-child{margin-right:0;}border:", " solid transparent;border-radius:", ";transition:border-color 0.2s cubic-bezier(0.3,0,0.5,1);&:hover,&:focus{text-decoration:none;border-color:", ";outline:0;transition-duration:0.1s;}&:active{border-color:", ";}&[rel='prev'],&[rel='next']{color:", ";}&[aria-current],&[aria-current]:hover{color:", ";background-color:", ";border-color:transparent;}&[aria-disabled],&[aria-disabled]:hover{color:", ";cursor:default;border-color:transparent;}@supports (clip-path:polygon(50% 0,100% 50%,50% 100%)){&[rel='prev']::before,&[rel='next']::after{display:inline-block;width:16px;height:16px;vertical-align:text-bottom;content:'';background-color:currentColor;}&[rel='prev']::before{margin-right:", ";clip-path:polygon( 9.8px 12.8px,8.7px 12.8px,4.5px 8.5px,4.5px 7.5px,8.7px 3.2px,9.8px 4.3px,6.1px 8px,9.8px 11.7px,9.8px 12.8px );}&[rel='next']::after{margin-left:", ";clip-path:polygon( 6.2px 3.2px,7.3px 3.2px,11.5px 7.5px,11.5px 8.5px,7.3px 12.8px,6.2px 11.7px,9.9px 8px,6.2px 4.3px,6.2px 3.2px );}}", ";"], get('colors.fg.default'), get('space.1'), get('borderWidths.1'), get('radii.2'), get('colors.border.default'), get('colors.border.muted'), get('colors.accent.fg'), get('colors.fg.onEmphasis'), get('colors.accent.emphasis'), get('colors.fg.muted'), get('space.1'), get('space.1'), COMMON);
13
13
 
14
14
  function usePaginationPages({
15
15
  theme,
@@ -17,7 +17,7 @@ const Popover = styled.div.attrs(({
17
17
  const PopoverContent = styled(Box).withConfig({
18
18
  displayName: "Popover__PopoverContent",
19
19
  componentId: "sc-1nxygy2-1"
20
- })(["border:1px solid ", ";border-radius:", ";position:relative;width:232px;margin-right:auto;margin-left:auto;padding:", ";background-color:", ";", ";", ";&::before,&::after{position:absolute;left:50%;display:inline-block;content:'';}&::before{top:-", ";margin-left:-9px;border:", " solid transparent;border-bottom-color:", ";}&::after{top:-14px;margin-left:-", ";border:7px solid transparent;border-bottom-color:", ";}", ".caret-pos--bottom &,", ".caret-pos--bottom-right &,", ".caret-pos--bottom-left &{&::before,&::after{top:auto;border-bottom-color:transparent;}&::before{bottom:-", ";border-top-color:", ";}&::after{bottom:-14px;border-top-color:", ";}}", ".caret-pos--top-right &,", ".caret-pos--bottom-right &{right:-9px;margin-right:0;&::before,&::after{left:auto;margin-left:0;}&::before{right:20px;}&::after{right:21px;}}", ".caret-pos--top-left &,", ".caret-pos--bottom-left &{left:-9px;margin-left:0;&::before,&::after{left:", ";margin-left:0;}&::after{left:calc(", " + 1px);}}", ".caret-pos--right &,", ".caret-pos--right-top &,", ".caret-pos--right-bottom &,", ".caret-pos--left &,", ".caret-pos--left-top &,", ".caret-pos--left-bottom &{&::before,&::after{top:50%;left:auto;margin-left:0;border-bottom-color:transparent;}&::before{margin-top:calc((", " + 1px) * -1);}&::after{margin-top:-", ";}}", ".caret-pos--right &,", ".caret-pos--right-top &,", ".caret-pos--right-bottom &{&::before{right:-", ";border-left-color:", ";}&::after{right:-14px;border-left-color:", ";}}", ".caret-pos--left &,", ".caret-pos--left-top &,", ".caret-pos--left-bottom &{&::before{left:-", ";border-right-color:", ";}&::after{left:-14px;border-right-color:", ";}}", ".caret-pos--right-top &,", ".caret-pos--left-top &{&::before,&::after{top:", ";}}", ".caret-pos--right-bottom &,", ".caret-pos--left-bottom &{&::before,&::after{top:auto;}&::before{bottom:", ";}&::after{bottom:calc(", " + 1px);}}", ";"], get('colors.border.primary'), get('radii.2'), get('space.4'), get('colors.bg.overlay'), COMMON, LAYOUT, get('space.3'), get('space.2'), get('colors.border.overlay'), get('space.2'), get('colors.bg.overlay'), Popover, Popover, Popover, get('space.3'), get('colors.border.overlay'), get('colors.bg.overlay'), Popover, Popover, Popover, Popover, get('space.4'), get('space.4'), Popover, Popover, Popover, Popover, Popover, Popover, get('space.2'), get('space.2'), Popover, Popover, Popover, get('space.3'), get('colors.border.overlay'), get('colors.bg.overlay'), Popover, Popover, Popover, get('space.3'), get('colors.border.overlay'), get('colors.bg.overlay'), Popover, Popover, get('space.4'), Popover, Popover, get('space.3'), get('space.3'), sx);
20
+ })(["border:1px solid ", ";border-radius:", ";position:relative;width:232px;margin-right:auto;margin-left:auto;padding:", ";background-color:", ";", ";", ";&::before,&::after{position:absolute;left:50%;display:inline-block;content:'';}&::before{top:-", ";margin-left:-9px;border:", " solid transparent;border-bottom-color:", ";}&::after{top:-14px;margin-left:-", ";border:7px solid transparent;border-bottom-color:", ";}", ".caret-pos--bottom &,", ".caret-pos--bottom-right &,", ".caret-pos--bottom-left &{&::before,&::after{top:auto;border-bottom-color:transparent;}&::before{bottom:-", ";border-top-color:", ";}&::after{bottom:-14px;border-top-color:", ";}}", ".caret-pos--top-right &,", ".caret-pos--bottom-right &{right:-9px;margin-right:0;&::before,&::after{left:auto;margin-left:0;}&::before{right:20px;}&::after{right:21px;}}", ".caret-pos--top-left &,", ".caret-pos--bottom-left &{left:-9px;margin-left:0;&::before,&::after{left:", ";margin-left:0;}&::after{left:calc(", " + 1px);}}", ".caret-pos--right &,", ".caret-pos--right-top &,", ".caret-pos--right-bottom &,", ".caret-pos--left &,", ".caret-pos--left-top &,", ".caret-pos--left-bottom &{&::before,&::after{top:50%;left:auto;margin-left:0;border-bottom-color:transparent;}&::before{margin-top:calc((", " + 1px) * -1);}&::after{margin-top:-", ";}}", ".caret-pos--right &,", ".caret-pos--right-top &,", ".caret-pos--right-bottom &{&::before{right:-", ";border-left-color:", ";}&::after{right:-14px;border-left-color:", ";}}", ".caret-pos--left &,", ".caret-pos--left-top &,", ".caret-pos--left-bottom &{&::before{left:-", ";border-right-color:", ";}&::after{left:-14px;border-right-color:", ";}}", ".caret-pos--right-top &,", ".caret-pos--left-top &{&::before,&::after{top:", ";}}", ".caret-pos--right-bottom &,", ".caret-pos--left-bottom &{&::before,&::after{top:auto;}&::before{bottom:", ";}&::after{bottom:calc(", " + 1px);}}", ";"], get('colors.border.default'), get('radii.2'), get('space.4'), get('colors.canvas.overlay'), COMMON, LAYOUT, get('space.3'), get('space.2'), get('colors.border.default'), get('space.2'), get('colors.canvas.overlay'), Popover, Popover, Popover, get('space.3'), get('colors.border.default'), get('colors.canvas.overlay'), Popover, Popover, Popover, Popover, get('space.4'), get('space.4'), Popover, Popover, Popover, Popover, Popover, Popover, get('space.2'), get('space.2'), Popover, Popover, Popover, get('space.3'), get('colors.border.default'), get('colors.canvas.overlay'), Popover, Popover, Popover, get('space.3'), get('colors.border.default'), get('colors.canvas.overlay'), Popover, Popover, get('space.4'), Popover, Popover, get('space.3'), get('space.3'), sx);
21
21
  Popover.defaultProps = {
22
22
  caret: 'top'
23
23
  };
@@ -17,7 +17,7 @@ const sizeMap = {
17
17
  const ProgressContainer = styled.span.withConfig({
18
18
  displayName: "ProgressBar__ProgressContainer",
19
19
  componentId: "sc-1tiva13-1"
20
- })(["display:", ";overflow:hidden;background-color:", ";border-radius:", ";height:", ";", " ", " ", ";"], props => props.inline ? 'inline-flex' : 'flex', get('colors.border.primary'), get('radii.1'), props => sizeMap[props.barSize || 'default'], COMMON, width, sx);
20
+ })(["display:", ";overflow:hidden;background-color:", ";border-radius:", ";height:", ";", " ", " ", ";"], props => props.inline ? 'inline-flex' : 'flex', get('colors.border.default'), get('radii.1'), props => sizeMap[props.barSize || 'default'], COMMON, width, sx);
21
21
 
22
22
  function ProgressBar({
23
23
  progress,
@@ -33,33 +33,19 @@ declare const _default: React.ForwardRefExoticComponent<Pick<SelectMenuInternalP
33
33
  Filter: React.ForwardRefExoticComponent<Pick<{
34
34
  value?: string | undefined;
35
35
  } & Pick<{
36
- as?: any;
36
+ className?: string | undefined;
37
37
  icon?: React.ComponentType<{
38
38
  className?: string | undefined;
39
39
  }> | undefined;
40
- } & {
41
- backgroundColor?: import("styled-system").ResponsiveValue<string | number | symbol, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
42
- color?: (string & import("styled-system").ResponsiveValue<string | number | symbol, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>>) | undefined;
43
- display?: import("styled-system").ResponsiveValue<import("csstype").Property.Display, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
44
- marginBottom?: import("styled-system").ResponsiveValue<string | number | symbol, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
45
- marginLeft?: import("styled-system").ResponsiveValue<string | number | symbol, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
46
- marginRight?: import("styled-system").ResponsiveValue<string | number | symbol, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
47
- marginTop?: import("styled-system").ResponsiveValue<string | number | symbol, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
40
+ } & Pick<{
41
+ color?: string | undefined;
48
42
  maxWidth?: import("styled-system").ResponsiveValue<import("csstype").Property.MaxWidth<import("styled-system").TLengthStyledSystem>, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
49
43
  minWidth?: import("styled-system").ResponsiveValue<import("csstype").Property.MinWidth<import("styled-system").TLengthStyledSystem>, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
50
- opacity?: import("styled-system").ResponsiveValue<import("csstype").Property.Opacity, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
51
- paddingBottom?: import("styled-system").ResponsiveValue<string | number | symbol, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
52
- paddingLeft?: import("styled-system").ResponsiveValue<string | number | symbol, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
53
- paddingRight?: import("styled-system").ResponsiveValue<string | number | symbol, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
54
- paddingTop?: import("styled-system").ResponsiveValue<string | number | symbol, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
55
44
  translate?: "yes" | "no" | undefined;
56
45
  width?: import("styled-system").ResponsiveValue<import("csstype").Property.Width<import("styled-system").TLengthStyledSystem>, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
57
- margin?: import("styled-system").ResponsiveValue<string | number | symbol, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
58
- padding?: import("styled-system").ResponsiveValue<string | number | symbol, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
59
46
  hidden?: boolean | undefined;
60
47
  children?: React.ReactNode;
61
48
  ref?: ((instance: HTMLSpanElement | null) => void) | React.RefObject<HTMLSpanElement> | null | undefined;
62
- p?: import("styled-system").ResponsiveValue<string | number | symbol, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
63
49
  slot?: string | undefined;
64
50
  style?: React.CSSProperties | undefined;
65
51
  title?: string | undefined;
@@ -315,24 +301,6 @@ declare const _default: React.ForwardRefExoticComponent<Pick<SelectMenuInternalP
315
301
  onTransitionEndCapture?: React.TransitionEventHandler<HTMLSpanElement> | undefined;
316
302
  css?: import("@emotion/core").InterpolationWithTheme<any>;
317
303
  block?: boolean | undefined;
318
- bg?: import("styled-system").ResponsiveValue<string | number | symbol, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
319
- m?: import("styled-system").ResponsiveValue<string | number | symbol, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
320
- mt?: import("styled-system").ResponsiveValue<string | number | symbol, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
321
- mr?: import("styled-system").ResponsiveValue<string | number | symbol, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
322
- mb?: import("styled-system").ResponsiveValue<string | number | symbol, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
323
- ml?: import("styled-system").ResponsiveValue<string | number | symbol, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
324
- mx?: import("styled-system").ResponsiveValue<string | number | symbol, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
325
- marginX?: import("styled-system").ResponsiveValue<string | number | symbol, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
326
- my?: import("styled-system").ResponsiveValue<string | number | symbol, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
327
- marginY?: import("styled-system").ResponsiveValue<string | number | symbol, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
328
- pt?: import("styled-system").ResponsiveValue<string | number | symbol, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
329
- pr?: import("styled-system").ResponsiveValue<string | number | symbol, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
330
- pb?: import("styled-system").ResponsiveValue<string | number | symbol, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
331
- pl?: import("styled-system").ResponsiveValue<string | number | symbol, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
332
- px?: import("styled-system").ResponsiveValue<string | number | symbol, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
333
- paddingX?: import("styled-system").ResponsiveValue<string | number | symbol, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
334
- py?: import("styled-system").ResponsiveValue<string | number | symbol, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
335
- paddingY?: import("styled-system").ResponsiveValue<string | number | symbol, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
336
304
  sx?: import("@styled-system/css").SystemStyleObject | undefined;
337
305
  disabled?: boolean | undefined;
338
306
  variant?: "large" | "small" | undefined;
@@ -340,299 +308,15 @@ declare const _default: React.ForwardRefExoticComponent<Pick<SelectMenuInternalP
340
308
  contrast?: boolean | undefined;
341
309
  } & {
342
310
  theme?: any;
311
+ }, "maxWidth" | "minWidth" | "width" | "theme" | "block" | "sx" | "disabled" | "variant" | "contrast"> & Omit<Pick<{
312
+ [x: string]: any;
313
+ [x: number]: any;
343
314
  } & {
344
- color?: string | undefined;
345
- height?: string | number | undefined;
346
- translate?: "yes" | "no" | undefined;
347
- width?: string | number | undefined;
348
- hidden?: boolean | undefined;
349
- children?: React.ReactNode;
350
- value?: string | number | readonly string[] | undefined;
351
- ref?: ((instance: HTMLInputElement | null) => void) | React.RefObject<HTMLInputElement> | null | undefined;
352
- form?: string | undefined;
353
- slot?: string | undefined;
354
- style?: React.CSSProperties | undefined;
355
- title?: string | undefined;
356
- pattern?: string | undefined;
357
- list?: string | undefined;
358
- type?: string | undefined;
359
- name?: string | undefined;
360
- key?: React.Key | null | undefined;
361
- defaultChecked?: boolean | undefined;
362
- defaultValue?: string | number | readonly string[] | undefined;
363
- suppressContentEditableWarning?: boolean | undefined;
364
- suppressHydrationWarning?: boolean | undefined;
365
- accessKey?: string | undefined;
366
- className?: string | undefined;
367
- contentEditable?: "inherit" | (boolean | "true" | "false") | undefined;
368
- contextMenu?: string | undefined;
369
- dir?: string | undefined;
370
- draggable?: (boolean | "true" | "false") | undefined;
371
- id?: string | undefined;
372
- lang?: string | undefined;
373
- placeholder?: string | undefined;
374
- spellCheck?: (boolean | "true" | "false") | undefined;
375
- tabIndex?: number | undefined;
376
- radioGroup?: string | undefined;
377
- role?: React.AriaRole | undefined;
378
- about?: string | undefined;
379
- datatype?: string | undefined;
380
- inlist?: any;
381
- prefix?: string | undefined;
382
- property?: string | undefined;
383
- resource?: string | undefined;
384
- typeof?: string | undefined;
385
- vocab?: string | undefined;
386
- autoCapitalize?: string | undefined;
387
- autoCorrect?: string | undefined;
388
- autoSave?: string | undefined;
389
- itemProp?: string | undefined;
390
- itemScope?: boolean | undefined;
391
- itemType?: string | undefined;
392
- itemID?: string | undefined;
393
- itemRef?: string | undefined;
394
- results?: number | undefined;
395
- security?: string | undefined;
396
- unselectable?: "on" | "off" | undefined;
397
- inputMode?: "none" | "text" | "search" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
398
- is?: string | undefined;
399
- 'aria-activedescendant'?: string | undefined;
400
- 'aria-atomic'?: boolean | "true" | "false" | undefined;
401
- 'aria-autocomplete'?: "none" | "list" | "inline" | "both" | undefined;
402
- 'aria-busy'?: boolean | "true" | "false" | undefined;
403
- 'aria-checked'?: boolean | "true" | "false" | "mixed" | undefined;
404
- 'aria-colcount'?: number | undefined;
405
- 'aria-colindex'?: number | undefined;
406
- 'aria-colspan'?: number | undefined;
407
- 'aria-controls'?: string | undefined;
408
- 'aria-current'?: boolean | "time" | "true" | "false" | "page" | "step" | "location" | "date" | undefined;
409
- 'aria-describedby'?: string | undefined;
410
- 'aria-details'?: string | undefined;
411
- 'aria-disabled'?: boolean | "true" | "false" | undefined;
412
- 'aria-dropeffect'?: "none" | "link" | "copy" | "execute" | "move" | "popup" | undefined;
413
- 'aria-errormessage'?: string | undefined;
414
- 'aria-expanded'?: boolean | "true" | "false" | undefined;
415
- 'aria-flowto'?: string | undefined;
416
- 'aria-grabbed'?: boolean | "true" | "false" | undefined;
417
- 'aria-haspopup'?: boolean | "grid" | "dialog" | "menu" | "listbox" | "tree" | "true" | "false" | undefined;
418
- 'aria-hidden'?: boolean | "true" | "false" | undefined;
419
- 'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
420
- 'aria-keyshortcuts'?: string | undefined;
421
- 'aria-label'?: string | undefined;
422
- 'aria-labelledby'?: string | undefined;
423
- 'aria-level'?: number | undefined;
424
- 'aria-live'?: "off" | "assertive" | "polite" | undefined;
425
- 'aria-modal'?: boolean | "true" | "false" | undefined;
426
- 'aria-multiline'?: boolean | "true" | "false" | undefined;
427
- 'aria-multiselectable'?: boolean | "true" | "false" | undefined;
428
- 'aria-orientation'?: "horizontal" | "vertical" | undefined;
429
- 'aria-owns'?: string | undefined;
430
- 'aria-placeholder'?: string | undefined;
431
- 'aria-posinset'?: number | undefined;
432
- 'aria-pressed'?: boolean | "true" | "false" | "mixed" | undefined;
433
- 'aria-readonly'?: boolean | "true" | "false" | undefined;
434
- 'aria-relevant'?: "all" | "text" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
435
- 'aria-required'?: boolean | "true" | "false" | undefined;
436
- 'aria-roledescription'?: string | undefined;
437
- 'aria-rowcount'?: number | undefined;
438
- 'aria-rowindex'?: number | undefined;
439
- 'aria-rowspan'?: number | undefined;
440
- 'aria-selected'?: boolean | "true" | "false" | undefined;
441
- 'aria-setsize'?: number | undefined;
442
- 'aria-sort'?: "none" | "ascending" | "descending" | "other" | undefined;
443
- 'aria-valuemax'?: number | undefined;
444
- 'aria-valuemin'?: number | undefined;
445
- 'aria-valuenow'?: number | undefined;
446
- 'aria-valuetext'?: string | undefined;
447
- dangerouslySetInnerHTML?: {
448
- __html: string;
449
- } | undefined;
450
- onCopy?: React.ClipboardEventHandler<HTMLInputElement> | undefined;
451
- onCopyCapture?: React.ClipboardEventHandler<HTMLInputElement> | undefined;
452
- onCut?: React.ClipboardEventHandler<HTMLInputElement> | undefined;
453
- onCutCapture?: React.ClipboardEventHandler<HTMLInputElement> | undefined;
454
- onPaste?: React.ClipboardEventHandler<HTMLInputElement> | undefined;
455
- onPasteCapture?: React.ClipboardEventHandler<HTMLInputElement> | undefined;
456
- onCompositionEnd?: React.CompositionEventHandler<HTMLInputElement> | undefined;
457
- onCompositionEndCapture?: React.CompositionEventHandler<HTMLInputElement> | undefined;
458
- onCompositionStart?: React.CompositionEventHandler<HTMLInputElement> | undefined;
459
- onCompositionStartCapture?: React.CompositionEventHandler<HTMLInputElement> | undefined;
460
- onCompositionUpdate?: React.CompositionEventHandler<HTMLInputElement> | undefined;
461
- onCompositionUpdateCapture?: React.CompositionEventHandler<HTMLInputElement> | undefined;
462
- onFocus?: React.FocusEventHandler<HTMLInputElement> | undefined;
463
- onFocusCapture?: React.FocusEventHandler<HTMLInputElement> | undefined;
464
- onBlur?: React.FocusEventHandler<HTMLInputElement> | undefined;
465
- onBlurCapture?: React.FocusEventHandler<HTMLInputElement> | undefined;
466
- onChange?: React.ChangeEventHandler<HTMLInputElement> | undefined;
467
- onChangeCapture?: React.FormEventHandler<HTMLInputElement> | undefined;
468
- onBeforeInput?: React.FormEventHandler<HTMLInputElement> | undefined;
469
- onBeforeInputCapture?: React.FormEventHandler<HTMLInputElement> | undefined;
470
- onInput?: React.FormEventHandler<HTMLInputElement> | undefined;
471
- onInputCapture?: React.FormEventHandler<HTMLInputElement> | undefined;
472
- onReset?: React.FormEventHandler<HTMLInputElement> | undefined;
473
- onResetCapture?: React.FormEventHandler<HTMLInputElement> | undefined;
474
- onSubmit?: React.FormEventHandler<HTMLInputElement> | undefined;
475
- onSubmitCapture?: React.FormEventHandler<HTMLInputElement> | undefined;
476
- onInvalid?: React.FormEventHandler<HTMLInputElement> | undefined;
477
- onInvalidCapture?: React.FormEventHandler<HTMLInputElement> | undefined;
478
- onLoad?: React.ReactEventHandler<HTMLInputElement> | undefined;
479
- onLoadCapture?: React.ReactEventHandler<HTMLInputElement> | undefined;
480
- onError?: React.ReactEventHandler<HTMLInputElement> | undefined;
481
- onErrorCapture?: React.ReactEventHandler<HTMLInputElement> | undefined;
482
- onKeyDown?: React.KeyboardEventHandler<HTMLInputElement> | undefined;
483
- onKeyDownCapture?: React.KeyboardEventHandler<HTMLInputElement> | undefined;
484
- onKeyPress?: React.KeyboardEventHandler<HTMLInputElement> | undefined;
485
- onKeyPressCapture?: React.KeyboardEventHandler<HTMLInputElement> | undefined;
486
- onKeyUp?: React.KeyboardEventHandler<HTMLInputElement> | undefined;
487
- onKeyUpCapture?: React.KeyboardEventHandler<HTMLInputElement> | undefined;
488
- onAbort?: React.ReactEventHandler<HTMLInputElement> | undefined;
489
- onAbortCapture?: React.ReactEventHandler<HTMLInputElement> | undefined;
490
- onCanPlay?: React.ReactEventHandler<HTMLInputElement> | undefined;
491
- onCanPlayCapture?: React.ReactEventHandler<HTMLInputElement> | undefined;
492
- onCanPlayThrough?: React.ReactEventHandler<HTMLInputElement> | undefined;
493
- onCanPlayThroughCapture?: React.ReactEventHandler<HTMLInputElement> | undefined;
494
- onDurationChange?: React.ReactEventHandler<HTMLInputElement> | undefined;
495
- onDurationChangeCapture?: React.ReactEventHandler<HTMLInputElement> | undefined;
496
- onEmptied?: React.ReactEventHandler<HTMLInputElement> | undefined;
497
- onEmptiedCapture?: React.ReactEventHandler<HTMLInputElement> | undefined;
498
- onEncrypted?: React.ReactEventHandler<HTMLInputElement> | undefined;
499
- onEncryptedCapture?: React.ReactEventHandler<HTMLInputElement> | undefined;
500
- onEnded?: React.ReactEventHandler<HTMLInputElement> | undefined;
501
- onEndedCapture?: React.ReactEventHandler<HTMLInputElement> | undefined;
502
- onLoadedData?: React.ReactEventHandler<HTMLInputElement> | undefined;
503
- onLoadedDataCapture?: React.ReactEventHandler<HTMLInputElement> | undefined;
504
- onLoadedMetadata?: React.ReactEventHandler<HTMLInputElement> | undefined;
505
- onLoadedMetadataCapture?: React.ReactEventHandler<HTMLInputElement> | undefined;
506
- onLoadStart?: React.ReactEventHandler<HTMLInputElement> | undefined;
507
- onLoadStartCapture?: React.ReactEventHandler<HTMLInputElement> | undefined;
508
- onPause?: React.ReactEventHandler<HTMLInputElement> | undefined;
509
- onPauseCapture?: React.ReactEventHandler<HTMLInputElement> | undefined;
510
- onPlay?: React.ReactEventHandler<HTMLInputElement> | undefined;
511
- onPlayCapture?: React.ReactEventHandler<HTMLInputElement> | undefined;
512
- onPlaying?: React.ReactEventHandler<HTMLInputElement> | undefined;
513
- onPlayingCapture?: React.ReactEventHandler<HTMLInputElement> | undefined;
514
- onProgress?: React.ReactEventHandler<HTMLInputElement> | undefined;
515
- onProgressCapture?: React.ReactEventHandler<HTMLInputElement> | undefined;
516
- onRateChange?: React.ReactEventHandler<HTMLInputElement> | undefined;
517
- onRateChangeCapture?: React.ReactEventHandler<HTMLInputElement> | undefined;
518
- onSeeked?: React.ReactEventHandler<HTMLInputElement> | undefined;
519
- onSeekedCapture?: React.ReactEventHandler<HTMLInputElement> | undefined;
520
- onSeeking?: React.ReactEventHandler<HTMLInputElement> | undefined;
521
- onSeekingCapture?: React.ReactEventHandler<HTMLInputElement> | undefined;
522
- onStalled?: React.ReactEventHandler<HTMLInputElement> | undefined;
523
- onStalledCapture?: React.ReactEventHandler<HTMLInputElement> | undefined;
524
- onSuspend?: React.ReactEventHandler<HTMLInputElement> | undefined;
525
- onSuspendCapture?: React.ReactEventHandler<HTMLInputElement> | undefined;
526
- onTimeUpdate?: React.ReactEventHandler<HTMLInputElement> | undefined;
527
- onTimeUpdateCapture?: React.ReactEventHandler<HTMLInputElement> | undefined;
528
- onVolumeChange?: React.ReactEventHandler<HTMLInputElement> | undefined;
529
- onVolumeChangeCapture?: React.ReactEventHandler<HTMLInputElement> | undefined;
530
- onWaiting?: React.ReactEventHandler<HTMLInputElement> | undefined;
531
- onWaitingCapture?: React.ReactEventHandler<HTMLInputElement> | undefined;
532
- onAuxClick?: React.MouseEventHandler<HTMLInputElement> | undefined;
533
- onAuxClickCapture?: React.MouseEventHandler<HTMLInputElement> | undefined;
534
- onClick?: React.MouseEventHandler<HTMLInputElement> | undefined;
535
- onClickCapture?: React.MouseEventHandler<HTMLInputElement> | undefined;
536
- onContextMenu?: React.MouseEventHandler<HTMLInputElement> | undefined;
537
- onContextMenuCapture?: React.MouseEventHandler<HTMLInputElement> | undefined;
538
- onDoubleClick?: React.MouseEventHandler<HTMLInputElement> | undefined;
539
- onDoubleClickCapture?: React.MouseEventHandler<HTMLInputElement> | undefined;
540
- onDrag?: React.DragEventHandler<HTMLInputElement> | undefined;
541
- onDragCapture?: React.DragEventHandler<HTMLInputElement> | undefined;
542
- onDragEnd?: React.DragEventHandler<HTMLInputElement> | undefined;
543
- onDragEndCapture?: React.DragEventHandler<HTMLInputElement> | undefined;
544
- onDragEnter?: React.DragEventHandler<HTMLInputElement> | undefined;
545
- onDragEnterCapture?: React.DragEventHandler<HTMLInputElement> | undefined;
546
- onDragExit?: React.DragEventHandler<HTMLInputElement> | undefined;
547
- onDragExitCapture?: React.DragEventHandler<HTMLInputElement> | undefined;
548
- onDragLeave?: React.DragEventHandler<HTMLInputElement> | undefined;
549
- onDragLeaveCapture?: React.DragEventHandler<HTMLInputElement> | undefined;
550
- onDragOver?: React.DragEventHandler<HTMLInputElement> | undefined;
551
- onDragOverCapture?: React.DragEventHandler<HTMLInputElement> | undefined;
552
- onDragStart?: React.DragEventHandler<HTMLInputElement> | undefined;
553
- onDragStartCapture?: React.DragEventHandler<HTMLInputElement> | undefined;
554
- onDrop?: React.DragEventHandler<HTMLInputElement> | undefined;
555
- onDropCapture?: React.DragEventHandler<HTMLInputElement> | undefined;
556
- onMouseDown?: React.MouseEventHandler<HTMLInputElement> | undefined;
557
- onMouseDownCapture?: React.MouseEventHandler<HTMLInputElement> | undefined;
558
- onMouseEnter?: React.MouseEventHandler<HTMLInputElement> | undefined;
559
- onMouseLeave?: React.MouseEventHandler<HTMLInputElement> | undefined;
560
- onMouseMove?: React.MouseEventHandler<HTMLInputElement> | undefined;
561
- onMouseMoveCapture?: React.MouseEventHandler<HTMLInputElement> | undefined;
562
- onMouseOut?: React.MouseEventHandler<HTMLInputElement> | undefined;
563
- onMouseOutCapture?: React.MouseEventHandler<HTMLInputElement> | undefined;
564
- onMouseOver?: React.MouseEventHandler<HTMLInputElement> | undefined;
565
- onMouseOverCapture?: React.MouseEventHandler<HTMLInputElement> | undefined;
566
- onMouseUp?: React.MouseEventHandler<HTMLInputElement> | undefined;
567
- onMouseUpCapture?: React.MouseEventHandler<HTMLInputElement> | undefined;
568
- onSelect?: React.ReactEventHandler<HTMLInputElement> | undefined;
569
- onSelectCapture?: React.ReactEventHandler<HTMLInputElement> | undefined;
570
- onTouchCancel?: React.TouchEventHandler<HTMLInputElement> | undefined;
571
- onTouchCancelCapture?: React.TouchEventHandler<HTMLInputElement> | undefined;
572
- onTouchEnd?: React.TouchEventHandler<HTMLInputElement> | undefined;
573
- onTouchEndCapture?: React.TouchEventHandler<HTMLInputElement> | undefined;
574
- onTouchMove?: React.TouchEventHandler<HTMLInputElement> | undefined;
575
- onTouchMoveCapture?: React.TouchEventHandler<HTMLInputElement> | undefined;
576
- onTouchStart?: React.TouchEventHandler<HTMLInputElement> | undefined;
577
- onTouchStartCapture?: React.TouchEventHandler<HTMLInputElement> | undefined;
578
- onPointerDown?: React.PointerEventHandler<HTMLInputElement> | undefined;
579
- onPointerDownCapture?: React.PointerEventHandler<HTMLInputElement> | undefined;
580
- onPointerMove?: React.PointerEventHandler<HTMLInputElement> | undefined;
581
- onPointerMoveCapture?: React.PointerEventHandler<HTMLInputElement> | undefined;
582
- onPointerUp?: React.PointerEventHandler<HTMLInputElement> | undefined;
583
- onPointerUpCapture?: React.PointerEventHandler<HTMLInputElement> | undefined;
584
- onPointerCancel?: React.PointerEventHandler<HTMLInputElement> | undefined;
585
- onPointerCancelCapture?: React.PointerEventHandler<HTMLInputElement> | undefined;
586
- onPointerEnter?: React.PointerEventHandler<HTMLInputElement> | undefined;
587
- onPointerEnterCapture?: React.PointerEventHandler<HTMLInputElement> | undefined;
588
- onPointerLeave?: React.PointerEventHandler<HTMLInputElement> | undefined;
589
- onPointerLeaveCapture?: React.PointerEventHandler<HTMLInputElement> | undefined;
590
- onPointerOver?: React.PointerEventHandler<HTMLInputElement> | undefined;
591
- onPointerOverCapture?: React.PointerEventHandler<HTMLInputElement> | undefined;
592
- onPointerOut?: React.PointerEventHandler<HTMLInputElement> | undefined;
593
- onPointerOutCapture?: React.PointerEventHandler<HTMLInputElement> | undefined;
594
- onGotPointerCapture?: React.PointerEventHandler<HTMLInputElement> | undefined;
595
- onGotPointerCaptureCapture?: React.PointerEventHandler<HTMLInputElement> | undefined;
596
- onLostPointerCapture?: React.PointerEventHandler<HTMLInputElement> | undefined;
597
- onLostPointerCaptureCapture?: React.PointerEventHandler<HTMLInputElement> | undefined;
598
- onScroll?: React.UIEventHandler<HTMLInputElement> | undefined;
599
- onScrollCapture?: React.UIEventHandler<HTMLInputElement> | undefined;
600
- onWheel?: React.WheelEventHandler<HTMLInputElement> | undefined;
601
- onWheelCapture?: React.WheelEventHandler<HTMLInputElement> | undefined;
602
- onAnimationStart?: React.AnimationEventHandler<HTMLInputElement> | undefined;
603
- onAnimationStartCapture?: React.AnimationEventHandler<HTMLInputElement> | undefined;
604
- onAnimationEnd?: React.AnimationEventHandler<HTMLInputElement> | undefined;
605
- onAnimationEndCapture?: React.AnimationEventHandler<HTMLInputElement> | undefined;
606
- onAnimationIteration?: React.AnimationEventHandler<HTMLInputElement> | undefined;
607
- onAnimationIterationCapture?: React.AnimationEventHandler<HTMLInputElement> | undefined;
608
- onTransitionEnd?: React.TransitionEventHandler<HTMLInputElement> | undefined;
609
- onTransitionEndCapture?: React.TransitionEventHandler<HTMLInputElement> | undefined;
610
- css?: import("@emotion/core").InterpolationWithTheme<any>;
611
- step?: string | number | undefined;
612
- size?: number | undefined;
613
- max?: string | number | undefined;
614
- min?: string | number | undefined;
615
- crossOrigin?: string | undefined;
616
- alt?: string | undefined;
617
- src?: string | undefined;
618
- autoFocus?: boolean | undefined;
619
- disabled?: boolean | undefined;
620
- formAction?: string | undefined;
621
- formEncType?: string | undefined;
622
- formMethod?: string | undefined;
623
- formNoValidate?: boolean | undefined;
624
- formTarget?: string | undefined;
625
- autoComplete?: string | undefined;
626
- accept?: string | undefined;
627
- capture?: string | boolean | undefined;
628
- checked?: boolean | undefined;
629
- enterKeyHint?: "search" | "enter" | "done" | "go" | "next" | "previous" | "send" | undefined;
630
- maxLength?: number | undefined;
631
- minLength?: number | undefined;
632
- multiple?: boolean | undefined;
633
- readOnly?: boolean | undefined;
634
- required?: boolean | undefined;
635
- }, "backgroundColor" | "color" | "display" | "height" | "marginBottom" | "marginLeft" | "marginRight" | "marginTop" | "maxWidth" | "minWidth" | "opacity" | "paddingBottom" | "paddingLeft" | "paddingRight" | "paddingTop" | "translate" | "width" | "margin" | "padding" | "hidden" | "children" | "theme" | "value" | "form" | "p" | "slot" | "style" | "title" | "pattern" | "list" | "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" | "css" | "block" | "bg" | "m" | "mt" | "mr" | "mb" | "ml" | "mx" | "marginX" | "my" | "marginY" | "pt" | "pr" | "pb" | "pl" | "px" | "paddingX" | "py" | "paddingY" | "step" | "size" | "icon" | "sx" | "max" | "min" | "crossOrigin" | "alt" | "src" | "autoFocus" | "disabled" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "autoComplete" | "accept" | "capture" | "checked" | "enterKeyHint" | "maxLength" | "minLength" | "multiple" | "readOnly" | "required" | "as" | "variant" | "hasIcon" | "contrast"> & React.RefAttributes<HTMLInputElement>, "backgroundColor" | "color" | "display" | "height" | "marginBottom" | "marginLeft" | "marginRight" | "marginTop" | "maxWidth" | "minWidth" | "opacity" | "paddingBottom" | "paddingLeft" | "paddingRight" | "paddingTop" | "translate" | "width" | "margin" | "padding" | "hidden" | "children" | "theme" | "value" | "form" | "p" | "slot" | "style" | "title" | "pattern" | "list" | "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" | "css" | "block" | "bg" | "m" | "mt" | "mr" | "mb" | "ml" | "mx" | "marginX" | "my" | "marginY" | "pt" | "pr" | "pb" | "pl" | "px" | "paddingX" | "py" | "paddingY" | "step" | "size" | "icon" | "sx" | "max" | "min" | "crossOrigin" | "alt" | "src" | "autoFocus" | "disabled" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "autoComplete" | "accept" | "capture" | "checked" | "enterKeyHint" | "maxLength" | "minLength" | "multiple" | "readOnly" | "required" | "as" | "variant" | "hasIcon" | "contrast"> & React.RefAttributes<HTMLInputElement>>;
315
+ theme?: any;
316
+ } & {
317
+ as?: string | React.ComponentType<any> | undefined;
318
+ forwardedAs?: string | React.ComponentType<any> | undefined;
319
+ }, string | number | symbol>, "maxWidth" | "minWidth" | "width" | "theme" | "className" | "block" | "icon" | "sx" | "disabled" | "variant" | "contrast">, string | number | symbol> & React.RefAttributes<HTMLInputElement>, string | number | symbol> & React.RefAttributes<HTMLInputElement>>;
636
320
  Footer: import("styled-components").StyledComponent<"footer", any, SystemCommonProps & SxProp, never>;
637
321
  Item: React.ForwardRefExoticComponent<Pick<{
638
322
  as?: React.ElementType<any> | undefined;
@@ -1,7 +1,7 @@
1
1
  import styled, { css } from 'styled-components';
2
2
  import { COMMON, get } from '../constants';
3
3
  import sx from '../sx';
4
- const dividerStyles = css(["padding:", " ", ";margin:0;font-size:", ";font-weight:", ";color:", ";background-color:", ";border-bottom:", " solid ", ";"], get('space.1'), get('space.3'), get('fontSizes.0'), get('fontWeights.bold'), get('colors.text.tertiary'), get('colors.bg.tertiary'), get('borderWidths.1'), get('colors.selectMenu.borderSecondary'));
4
+ const dividerStyles = css(["padding:", " ", ";margin:0;font-size:", ";font-weight:", ";color:", ";background-color:", ";border-bottom:", " solid ", ";"], get('space.1'), get('space.3'), get('fontSizes.0'), get('fontWeights.bold'), get('colors.fg.muted'), get('colors.canvas.subtle'), get('borderWidths.1'), get('colors.border.muted'));
5
5
  const SelectMenuDivider = styled.div.withConfig({
6
6
  displayName: "SelectMenuDivider",
7
7
  componentId: "sc-2p0bwt-0"
@@ -4,6 +4,6 @@ import { ComponentProps } from '../utils/types';
4
4
  declare type SelectMenuFilterInternalProps = {
5
5
  value?: string;
6
6
  } & TextInputProps;
7
- declare const SelectMenuFilter: React.ForwardRefExoticComponent<Pick<SelectMenuFilterInternalProps, "backgroundColor" | "color" | "display" | "height" | "marginBottom" | "marginLeft" | "marginRight" | "marginTop" | "maxWidth" | "minWidth" | "opacity" | "paddingBottom" | "paddingLeft" | "paddingRight" | "paddingTop" | "translate" | "width" | "margin" | "padding" | "hidden" | "children" | "theme" | "value" | "form" | "p" | "slot" | "style" | "title" | "pattern" | "list" | "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" | "css" | "block" | "bg" | "m" | "mt" | "mr" | "mb" | "ml" | "mx" | "marginX" | "my" | "marginY" | "pt" | "pr" | "pb" | "pl" | "px" | "paddingX" | "py" | "paddingY" | "step" | "size" | "icon" | "sx" | "max" | "min" | "crossOrigin" | "alt" | "src" | "autoFocus" | "disabled" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "autoComplete" | "accept" | "capture" | "checked" | "enterKeyHint" | "maxLength" | "minLength" | "multiple" | "readOnly" | "required" | "as" | "variant" | "hasIcon" | "contrast"> & React.RefAttributes<HTMLInputElement>>;
7
+ declare const SelectMenuFilter: React.ForwardRefExoticComponent<Pick<SelectMenuFilterInternalProps, string | number | symbol> & React.RefAttributes<HTMLInputElement>>;
8
8
  export declare type SelectMenuFilterProps = ComponentProps<typeof SelectMenuFilter>;
9
9
  export default SelectMenuFilter;
@@ -9,7 +9,7 @@ import { MenuContext } from './SelectMenuContext';
9
9
  const StyledForm = styled.form.withConfig({
10
10
  displayName: "SelectMenuFilter__StyledForm",
11
11
  componentId: "s7ktlh-0"
12
- })(["padding:", ";margin:0;border-bottom:", " solid ", ";background-color:", ";", ";@media (min-width:", "){padding:", ";}", ";"], get('space.3'), get('borderWidths.1'), get('colors.selectMenu.borderSecondary'), get('colors.bg.overlay'), COMMON, get('breakpoints.0'), get('space.2'), sx);
12
+ })(["padding:", ";margin:0;border-bottom:", " solid ", ";background-color:", ";", ";@media (min-width:", "){padding:", ";}", ";"], get('space.3'), get('borderWidths.1'), get('colors.border.muted'), get('colors.canvas.overlay'), COMMON, get('breakpoints.0'), get('space.2'), sx);
13
13
  const SelectMenuFilter = /*#__PURE__*/forwardRef(({
14
14
  theme,
15
15
  value,
@@ -1,7 +1,7 @@
1
1
  import styled, { css } from 'styled-components';
2
2
  import { COMMON, get } from '../constants';
3
3
  import sx from '../sx';
4
- const footerStyles = css(["margin-top:-1px;padding:", " ", ";font-size:", ";color:", ";text-align:center;border-top:", " solid ", ";@media (min-width:", "){padding:", " ", ";}"], get('space.2'), get('space.3'), get('fontSizes.0'), get('colors.text.tertiary'), get('borderWidths.1'), get('colors.selectMenu.borderSecondary'), get('breakpoints.0'), get('space.1'), get('space.2'));
4
+ const footerStyles = css(["margin-top:-1px;padding:", " ", ";font-size:", ";color:", ";text-align:center;border-top:", " solid ", ";@media (min-width:", "){padding:", " ", ";}"], get('space.2'), get('space.3'), get('fontSizes.0'), get('colors.fg.muted'), get('borderWidths.1'), get('colors.border.muted'), get('breakpoints.0'), get('space.1'), get('space.2'));
5
5
  const SelectMenuFooter = styled.footer.withConfig({
6
6
  displayName: "SelectMenuFooter",
7
7
  componentId: "rkvco1-0"
@@ -9,11 +9,11 @@ import sx from '../sx';
9
9
  const SelectMenuTitle = styled.h3.withConfig({
10
10
  displayName: "SelectMenuHeader__SelectMenuTitle",
11
11
  componentId: "sc-1pwppzc-0"
12
- })(["color:", ";flex:auto;font-size:", ";font-weight:", ";margin:0;@media (min-width:", "){font-size:inherit;}"], get('colors.text.primary'), get('fontSizes.1'), get('fontWeights.bold'), get('breakpoints.0'));
12
+ })(["color:", ";flex:auto;font-size:", ";font-weight:", ";margin:0;@media (min-width:", "){font-size:inherit;}"], get('colors.fg.default'), get('fontSizes.1'), get('fontWeights.bold'), get('breakpoints.0'));
13
13
  const StyledHeader = styled.header.withConfig({
14
14
  displayName: "SelectMenuHeader__StyledHeader",
15
15
  componentId: "sc-1pwppzc-1"
16
- })(["display:flex;flex:none;padding:", ";border-bottom:", " solid ", ";", " ", " @media (min-width:", "){padding-top:", ";padding-bottom:", ";}", ";"], get('space.3'), get('borderWidths'), get('colors.selectMenu.borderSecondary'), COMMON, TYPOGRAPHY, get('breakpoints.0'), get('space.2'), get('space.2'), sx);
16
+ })(["display:flex;flex:none;padding:", ";border-bottom:", " solid ", ";", " ", " @media (min-width:", "){padding-top:", ";padding-bottom:", ";}", ";"], get('space.3'), get('borderWidths'), get('colors.border.muted'), COMMON, TYPOGRAPHY, get('breakpoints.0'), get('space.2'), get('space.2'), sx);
17
17
 
18
18
  const SelectMenuHeader = ({
19
19
  children,