@salutejs/plasma-new-hope 0.336.0-canary.2213.17513842134.0 → 0.336.0-canary.2213.17563910419.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (213) hide show
  1. package/cjs/components/Combobox/ComboboxNew/Combobox.css +6 -6
  2. package/cjs/components/Combobox/ComboboxNew/Combobox.js +22 -23
  3. package/cjs/components/Combobox/ComboboxNew/Combobox.js.map +1 -1
  4. package/cjs/components/Combobox/ComboboxNew/Combobox.styles.js +3 -4
  5. package/cjs/components/Combobox/ComboboxNew/Combobox.styles.js.map +1 -1
  6. package/cjs/components/Combobox/ComboboxNew/{Combobox.styles_isfa46.css → Combobox.styles_261unw.css} +1 -1
  7. package/cjs/components/Combobox/ComboboxNew/Combobox.tokens.js +1 -1
  8. package/cjs/components/Combobox/ComboboxNew/Combobox.tokens.js.map +1 -1
  9. package/cjs/components/Combobox/ComboboxNew/hooks/useKeyboardNavigation.js +3 -7
  10. package/cjs/components/Combobox/ComboboxNew/hooks/useKeyboardNavigation.js.map +1 -1
  11. package/cjs/components/Combobox/ComboboxNew/ui/Inner/Inner.css +6 -6
  12. package/cjs/components/Combobox/ComboboxNew/ui/Inner/Inner.js +11 -5
  13. package/cjs/components/Combobox/ComboboxNew/ui/Inner/Inner.js.map +1 -1
  14. package/cjs/components/Combobox/ComboboxOld/Combobox.css +2 -2
  15. package/cjs/components/Combobox/ComboboxOld/ui/ComboboxDivider/ComboboxDivider.css +2 -2
  16. package/cjs/components/Combobox/ComboboxOld/ui/ComboboxFooter/ComboboxFooter.css +2 -2
  17. package/cjs/components/Combobox/ComboboxOld/ui/ComboboxGroup/ComboboxGroup.css +2 -2
  18. package/cjs/components/Combobox/ComboboxOld/ui/ComboboxHeader/ComboboxHeader.css +2 -2
  19. package/cjs/components/Drawer/hooks/useDrawer.js +12 -0
  20. package/cjs/components/Drawer/hooks/useDrawer.js.map +1 -1
  21. package/cjs/components/Dropdown/Dropdown.css +2 -2
  22. package/cjs/components/Dropdown/Dropdown.js +6 -10
  23. package/cjs/components/Dropdown/Dropdown.js.map +1 -1
  24. package/cjs/components/Dropdown/Dropdown.styles.js +2 -9
  25. package/cjs/components/Dropdown/Dropdown.styles.js.map +1 -1
  26. package/{es/components/Dropdown/Dropdown.styles_zheit5.css → cjs/components/Dropdown/Dropdown.styles_kkvnr1.css} +1 -1
  27. package/cjs/components/Dropdown/hooks/useKeyboardNavigation.js +3 -7
  28. package/cjs/components/Dropdown/hooks/useKeyboardNavigation.js.map +1 -1
  29. package/cjs/components/Dropdown/ui/DropdownInner/DropdownInner.css +2 -2
  30. package/cjs/components/Dropdown/ui/DropdownInner/DropdownInner.js +9 -9
  31. package/cjs/components/Dropdown/ui/DropdownInner/DropdownInner.js.map +1 -1
  32. package/cjs/components/Dropdown/ui/DropdownItem/DropdownItem.js +1 -1
  33. package/cjs/components/Dropdown/ui/DropdownItem/DropdownItem.js.map +1 -1
  34. package/cjs/components/Pagination/Pagination.css +2 -2
  35. package/cjs/components/Pagination/ui/PaginationSelectPerPage/PaginationSelectPerPage.css +2 -2
  36. package/cjs/components/Select/Select.css +2 -2
  37. package/cjs/components/Select/Select.js +4 -3
  38. package/cjs/components/Select/Select.js.map +1 -1
  39. package/cjs/components/Select/Select.styles.js +3 -4
  40. package/cjs/components/Select/Select.styles.js.map +1 -1
  41. package/cjs/components/Select/{Select.styles_bjoo18.css → Select.styles_dta4dl.css} +1 -1
  42. package/cjs/components/Select/hooks/useKeyboardNavigation.js +3 -7
  43. package/cjs/components/Select/hooks/useKeyboardNavigation.js.map +1 -1
  44. package/cjs/components/Select/ui/Inner/Inner.css +2 -2
  45. package/cjs/components/Select/ui/Inner/Inner.js +11 -5
  46. package/cjs/components/Select/ui/Inner/Inner.js.map +1 -1
  47. package/cjs/components/Table/Table.css +2 -2
  48. package/cjs/components/Table/ui/Cell/Cell.css +2 -2
  49. package/cjs/components/Table/ui/EditableCell/EditableCell.css +2 -2
  50. package/cjs/components/Table/ui/HeadCell/HeadCell.css +2 -2
  51. package/cjs/components/Table/ui/HeadCell/ui/Filter/Filter.css +2 -2
  52. package/cjs/index.css +10 -10
  53. package/emotion/cjs/components/Combobox/ComboboxNew/Combobox.js +20 -22
  54. package/emotion/cjs/components/Combobox/ComboboxNew/Combobox.styles.js +16 -16
  55. package/emotion/cjs/components/Combobox/ComboboxNew/Combobox.tokens.js +1 -1
  56. package/emotion/cjs/components/Combobox/ComboboxNew/hooks/useKeyboardNavigation.js +3 -7
  57. package/emotion/cjs/components/Combobox/ComboboxNew/ui/Inner/Inner.js +50 -9
  58. package/emotion/cjs/components/Drawer/hooks/useDrawer.js +11 -0
  59. package/emotion/cjs/components/Dropdown/Dropdown.js +6 -10
  60. package/emotion/cjs/components/Dropdown/Dropdown.styles.js +5 -8
  61. package/emotion/cjs/components/Dropdown/hooks/useKeyboardNavigation.js +3 -7
  62. package/emotion/cjs/components/Dropdown/ui/DropdownInner/DropdownInner.js +48 -11
  63. package/emotion/cjs/components/Dropdown/ui/DropdownItem/DropdownItem.js +1 -1
  64. package/emotion/cjs/components/Select/Select.js +4 -2
  65. package/emotion/cjs/components/Select/Select.styles.js +8 -8
  66. package/emotion/cjs/components/Select/hooks/useKeyboardNavigation.js +3 -7
  67. package/emotion/cjs/components/Select/ui/Inner/Inner.js +50 -9
  68. package/emotion/es/components/Combobox/ComboboxNew/Combobox.js +20 -22
  69. package/emotion/es/components/Combobox/ComboboxNew/Combobox.styles.js +16 -16
  70. package/emotion/es/components/Combobox/ComboboxNew/Combobox.tokens.js +1 -1
  71. package/emotion/es/components/Combobox/ComboboxNew/hooks/useKeyboardNavigation.js +3 -7
  72. package/emotion/es/components/Combobox/ComboboxNew/ui/Inner/Inner.js +11 -6
  73. package/emotion/es/components/Drawer/hooks/useDrawer.js +11 -0
  74. package/emotion/es/components/Dropdown/Dropdown.js +6 -10
  75. package/emotion/es/components/Dropdown/Dropdown.styles.js +5 -8
  76. package/emotion/es/components/Dropdown/hooks/useKeyboardNavigation.js +3 -7
  77. package/emotion/es/components/Dropdown/ui/DropdownInner/DropdownInner.js +9 -8
  78. package/emotion/es/components/Dropdown/ui/DropdownItem/DropdownItem.js +1 -1
  79. package/emotion/es/components/Select/Select.js +4 -2
  80. package/emotion/es/components/Select/Select.styles.js +8 -8
  81. package/emotion/es/components/Select/hooks/useKeyboardNavigation.js +3 -7
  82. package/emotion/es/components/Select/ui/Inner/Inner.js +11 -6
  83. package/emotion/es/examples/components/Combobox/Combobox.js +0 -7
  84. package/es/components/Combobox/ComboboxNew/Combobox.css +6 -6
  85. package/es/components/Combobox/ComboboxNew/Combobox.js +22 -23
  86. package/es/components/Combobox/ComboboxNew/Combobox.js.map +1 -1
  87. package/es/components/Combobox/ComboboxNew/Combobox.styles.js +3 -4
  88. package/es/components/Combobox/ComboboxNew/Combobox.styles.js.map +1 -1
  89. package/es/components/Combobox/ComboboxNew/{Combobox.styles_isfa46.css → Combobox.styles_261unw.css} +1 -1
  90. package/es/components/Combobox/ComboboxNew/Combobox.tokens.js +1 -1
  91. package/es/components/Combobox/ComboboxNew/Combobox.tokens.js.map +1 -1
  92. package/es/components/Combobox/ComboboxNew/hooks/useKeyboardNavigation.js +3 -7
  93. package/es/components/Combobox/ComboboxNew/hooks/useKeyboardNavigation.js.map +1 -1
  94. package/es/components/Combobox/ComboboxNew/ui/Inner/Inner.css +6 -6
  95. package/es/components/Combobox/ComboboxNew/ui/Inner/Inner.js +12 -6
  96. package/es/components/Combobox/ComboboxNew/ui/Inner/Inner.js.map +1 -1
  97. package/es/components/Combobox/ComboboxOld/Combobox.css +2 -2
  98. package/es/components/Combobox/ComboboxOld/ui/ComboboxDivider/ComboboxDivider.css +2 -2
  99. package/es/components/Combobox/ComboboxOld/ui/ComboboxFooter/ComboboxFooter.css +2 -2
  100. package/es/components/Combobox/ComboboxOld/ui/ComboboxGroup/ComboboxGroup.css +2 -2
  101. package/es/components/Combobox/ComboboxOld/ui/ComboboxHeader/ComboboxHeader.css +2 -2
  102. package/es/components/Drawer/hooks/useDrawer.js +12 -0
  103. package/es/components/Drawer/hooks/useDrawer.js.map +1 -1
  104. package/es/components/Dropdown/Dropdown.css +2 -2
  105. package/es/components/Dropdown/Dropdown.js +6 -10
  106. package/es/components/Dropdown/Dropdown.js.map +1 -1
  107. package/es/components/Dropdown/Dropdown.styles.js +2 -9
  108. package/es/components/Dropdown/Dropdown.styles.js.map +1 -1
  109. package/{cjs/components/Dropdown/Dropdown.styles_zheit5.css → es/components/Dropdown/Dropdown.styles_kkvnr1.css} +1 -1
  110. package/es/components/Dropdown/hooks/useKeyboardNavigation.js +3 -7
  111. package/es/components/Dropdown/hooks/useKeyboardNavigation.js.map +1 -1
  112. package/es/components/Dropdown/ui/DropdownInner/DropdownInner.css +2 -2
  113. package/es/components/Dropdown/ui/DropdownInner/DropdownInner.js +10 -10
  114. package/es/components/Dropdown/ui/DropdownInner/DropdownInner.js.map +1 -1
  115. package/es/components/Dropdown/ui/DropdownItem/DropdownItem.js +1 -1
  116. package/es/components/Dropdown/ui/DropdownItem/DropdownItem.js.map +1 -1
  117. package/es/components/Pagination/Pagination.css +2 -2
  118. package/es/components/Pagination/ui/PaginationSelectPerPage/PaginationSelectPerPage.css +2 -2
  119. package/es/components/Select/Select.css +2 -2
  120. package/es/components/Select/Select.js +4 -3
  121. package/es/components/Select/Select.js.map +1 -1
  122. package/es/components/Select/Select.styles.js +3 -4
  123. package/es/components/Select/Select.styles.js.map +1 -1
  124. package/es/components/Select/{Select.styles_bjoo18.css → Select.styles_dta4dl.css} +1 -1
  125. package/es/components/Select/hooks/useKeyboardNavigation.js +3 -7
  126. package/es/components/Select/hooks/useKeyboardNavigation.js.map +1 -1
  127. package/es/components/Select/ui/Inner/Inner.css +2 -2
  128. package/es/components/Select/ui/Inner/Inner.js +12 -6
  129. package/es/components/Select/ui/Inner/Inner.js.map +1 -1
  130. package/es/components/Table/Table.css +2 -2
  131. package/es/components/Table/ui/Cell/Cell.css +2 -2
  132. package/es/components/Table/ui/EditableCell/EditableCell.css +2 -2
  133. package/es/components/Table/ui/HeadCell/HeadCell.css +2 -2
  134. package/es/components/Table/ui/HeadCell/ui/Filter/Filter.css +2 -2
  135. package/es/index.css +10 -10
  136. package/package.json +2 -2
  137. package/styled-components/cjs/components/Combobox/ComboboxNew/Combobox.js +20 -22
  138. package/styled-components/cjs/components/Combobox/ComboboxNew/Combobox.styles.js +9 -9
  139. package/styled-components/cjs/components/Combobox/ComboboxNew/Combobox.tokens.js +1 -1
  140. package/styled-components/cjs/components/Combobox/ComboboxNew/hooks/useKeyboardNavigation.js +3 -7
  141. package/styled-components/cjs/components/Combobox/ComboboxNew/ui/Inner/Inner.js +50 -9
  142. package/styled-components/cjs/components/Drawer/hooks/useDrawer.js +11 -0
  143. package/styled-components/cjs/components/Dropdown/Dropdown.js +6 -10
  144. package/styled-components/cjs/components/Dropdown/Dropdown.styles.js +3 -7
  145. package/styled-components/cjs/components/Dropdown/hooks/useKeyboardNavigation.js +3 -7
  146. package/styled-components/cjs/components/Dropdown/ui/DropdownInner/DropdownInner.js +48 -11
  147. package/styled-components/cjs/components/Dropdown/ui/DropdownItem/DropdownItem.js +1 -1
  148. package/styled-components/cjs/components/Select/Select.js +4 -2
  149. package/styled-components/cjs/components/Select/Select.styles.js +5 -5
  150. package/styled-components/cjs/components/Select/hooks/useKeyboardNavigation.js +3 -7
  151. package/styled-components/cjs/components/Select/ui/Inner/Inner.js +50 -9
  152. package/styled-components/es/components/Combobox/ComboboxNew/Combobox.js +20 -22
  153. package/styled-components/es/components/Combobox/ComboboxNew/Combobox.styles.js +9 -9
  154. package/styled-components/es/components/Combobox/ComboboxNew/Combobox.tokens.js +1 -1
  155. package/styled-components/es/components/Combobox/ComboboxNew/hooks/useKeyboardNavigation.js +3 -7
  156. package/styled-components/es/components/Combobox/ComboboxNew/ui/Inner/Inner.js +11 -6
  157. package/styled-components/es/components/Drawer/hooks/useDrawer.js +11 -0
  158. package/styled-components/es/components/Dropdown/Dropdown.js +6 -10
  159. package/styled-components/es/components/Dropdown/Dropdown.styles.js +3 -7
  160. package/styled-components/es/components/Dropdown/hooks/useKeyboardNavigation.js +3 -7
  161. package/styled-components/es/components/Dropdown/ui/DropdownInner/DropdownInner.js +9 -8
  162. package/styled-components/es/components/Dropdown/ui/DropdownItem/DropdownItem.js +1 -1
  163. package/styled-components/es/components/Select/Select.js +4 -2
  164. package/styled-components/es/components/Select/Select.styles.js +5 -5
  165. package/styled-components/es/components/Select/hooks/useKeyboardNavigation.js +3 -7
  166. package/styled-components/es/components/Select/ui/Inner/Inner.js +11 -6
  167. package/types/components/Autocomplete/Autocomplete.types.d.ts +6 -6
  168. package/types/components/Autocomplete/Autocomplete.types.d.ts.map +1 -1
  169. package/types/components/Combobox/ComboboxNew/Combobox.d.ts.map +1 -1
  170. package/types/components/Combobox/ComboboxNew/Combobox.styles.d.ts +0 -1
  171. package/types/components/Combobox/ComboboxNew/Combobox.styles.d.ts.map +1 -1
  172. package/types/components/Combobox/ComboboxNew/Combobox.tokens.d.ts +1 -1
  173. package/types/components/Combobox/ComboboxNew/Combobox.types.d.ts +6 -6
  174. package/types/components/Combobox/ComboboxNew/Combobox.types.d.ts.map +1 -1
  175. package/types/components/Combobox/ComboboxNew/ui/Inner/Inner.d.ts.map +1 -1
  176. package/types/components/Combobox/ComboboxNew/ui/Inner/Inner.type.d.ts +2 -1
  177. package/types/components/Combobox/ComboboxNew/ui/Inner/Inner.type.d.ts.map +1 -1
  178. package/types/components/Combobox/ComboboxNew/ui/Inner/ui/Item/Item.types.d.ts +6 -2
  179. package/types/components/Combobox/ComboboxNew/ui/Inner/ui/Item/Item.types.d.ts.map +1 -1
  180. package/types/components/Drawer/hooks/useDrawer.d.ts.map +1 -1
  181. package/types/components/Dropdown/Dropdown.d.ts +4 -4
  182. package/types/components/Dropdown/Dropdown.d.ts.map +1 -1
  183. package/types/components/Dropdown/Dropdown.styles.d.ts +0 -1
  184. package/types/components/Dropdown/Dropdown.styles.d.ts.map +1 -1
  185. package/types/components/Dropdown/Dropdown.types.d.ts +6 -6
  186. package/types/components/Dropdown/Dropdown.types.d.ts.map +1 -1
  187. package/types/components/Dropdown/ui/DropdownInner/DropdownInner.d.ts.map +1 -1
  188. package/types/components/Dropdown/ui/DropdownInner/DropdownInner.type.d.ts +2 -3
  189. package/types/components/Dropdown/ui/DropdownInner/DropdownInner.type.d.ts.map +1 -1
  190. package/types/components/Dropdown/ui/DropdownItem/DropdownItem.type.d.ts +7 -3
  191. package/types/components/Dropdown/ui/DropdownItem/DropdownItem.type.d.ts.map +1 -1
  192. package/types/components/Pagination/ui/PaginationSelectPerPage/PaginationSelectPerPage.styles.d.ts +6 -6
  193. package/types/components/Pagination/ui/PaginationSelectPerPage/PaginationSelectPerPage.styles.d.ts.map +1 -1
  194. package/types/components/Select/Select.d.ts.map +1 -1
  195. package/types/components/Select/Select.styles.d.ts +0 -1
  196. package/types/components/Select/Select.styles.d.ts.map +1 -1
  197. package/types/components/Select/Select.types.d.ts +10 -10
  198. package/types/components/Select/Select.types.d.ts.map +1 -1
  199. package/types/components/Select/ui/Inner/Inner.d.ts.map +1 -1
  200. package/types/components/Select/ui/Inner/Inner.type.d.ts +2 -1
  201. package/types/components/Select/ui/Inner/Inner.type.d.ts.map +1 -1
  202. package/types/components/Select/ui/Inner/ui/Item/Item.types.d.ts +11 -3
  203. package/types/components/Select/ui/Inner/ui/Item/Item.types.d.ts.map +1 -1
  204. package/types/components/Table/ui/HeadCell/ui/Filter/Filter.styles.d.ts +6 -6
  205. package/types/components/Table/ui/HeadCell/ui/Filter/Filter.styles.d.ts.map +1 -1
  206. package/types/examples/components/Autocomplete/Autocomplete.d.ts +40 -40
  207. package/types/examples/components/Autocomplete/Autocomplete.d.ts.map +1 -1
  208. package/types/examples/components/Combobox/Combobox.d.ts +24 -24
  209. package/types/examples/components/Combobox/Combobox.d.ts.map +1 -1
  210. package/types/examples/components/Dropdown/Dropdown.d.ts +2 -2
  211. package/types/examples/components/Dropdown/Dropdown.d.ts.map +1 -1
  212. package/types/examples/components/Select/Select.d.ts +6 -6
  213. package/types/examples/components/Select/Select.d.ts.map +1 -1
@@ -1 +1 @@
1
- {"version":3,"file":"Autocomplete.d.ts","sourceRoot":"","sources":["../../../../src/examples/components/Autocomplete/Autocomplete.ts"],"names":[],"mappings":"AAMA,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;sBAC4gB,MAAO,SAAS;;;;;;;;mBAAiyB,MAAO,OAAO;;;sBAAqU,CAAC;;0FAA+R,MAAO,SAAS;;;;;;;;;;kBAAugH,MAAO,YAAY;mBAAqE,MAAO,YAAY;;;oCAAuQ,CAAC;;;;;;;;;;;;;;;;;;;;oCAA9lK,CAAC;;;;;;;;4BAA1M,SAAS;;;;;;;;yBAAwyB,OAAO;;;sBAAqU,CAAC;;gGAAsS,SAAS;;;;;;;;;;wBAA8gH,YAAY;yBAA4E,YAAY;;;oCAAuQ,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4BAAvyK,SAAS;;;;;;;;yBAAwyB,OAAO;;;sBAAqU,CAAC;;gGAAsS,SAAS;;;;;;;;;;wBAA8gH,YAAY;yBAA4E,YAAY;;;oCAAuQ,CAAC;;;;;;;;;;;;;;;;;;;;oCAA9lK,CAAC;;;;;;;;4BAA1M,SAAS;;;;;;;;yBAAwyB,OAAO;;;sBAAqU,CAAC;;gGAAsS,SAAS;;;;;;;;;;wBAA8gH,YAAY;yBAA4E,YAAY;;;oCAAuQ,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4BAAvyK,SAAS;;;;;;;;yBAAwyB,OAAO;;;sBAAqU,CAAC;;gGAAsS,SAAS;;;;;;;;;;wBAA8gH,YAAY;yBAA4E,YAAY;;;oCAAuQ,CAAC;;;;;;;;;;;;;;;;;;;;oCAA9lK,CAAC;;;;;;;;4BAA1M,SAAS;;;;;;;;yBAAwyB,OAAO;;;sBAAqU,CAAC;;gGAAsS,SAAS;;;;;;;;;;wBAA8gH,YAAY;yBAA4E,YAAY;;;oCAAuQ,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4BAAvyK,SAAS;;;;;;;;yBAAwyB,OAAO;;;sBAAqU,CAAC;;gGAAsS,SAAS;;;;;;;;;;wBAA8gH,YAAY;yBAA4E,YAAY;;;oCAAuQ,CAAC;;;;;;;;;;;;;;;;;;;;oCAA9lK,CAAC;;;;;;;;4BAA1M,SAAS;;;;;;;;yBAAwyB,OAAO;;;sBAAqU,CAAC;;gGAAsS,SAAS;;;;;;;;;;wBAA8gH,YAAY;yBAA4E,YAAY;;;oCAAuQ,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;mRADhyL,CAAC"}
1
+ {"version":3,"file":"Autocomplete.d.ts","sourceRoot":"","sources":["../../../../src/examples/components/Autocomplete/Autocomplete.ts"],"names":[],"mappings":"AAMA,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;sBAC+jB,MAAO,SAAS;;;;;;;;mBAA8uB,MAAO,OAAO;;;;;2FAAmkB,MAAO,SAAS;;;;;;;;;;kBAAyiH,MAAO,YAAY;mBAAqE,MAAO,YAAY;;;oCAAuQ,CAAC;;;;;;;;;;;;;;;;;;;;oCAA9lK,CAAC;;;;;;;;4BAAvJ,SAAS;;;;;;;;yBAAqvB,OAAO;;;;;iGAA0kB,SAAS;;;;;;;;;;wBAAgjH,YAAY;yBAA4E,YAAY;;;oCAAuQ,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4BAApvK,SAAS;;;;;;;;yBAAqvB,OAAO;;;;;iGAA0kB,SAAS;;;;;;;;;;wBAAgjH,YAAY;yBAA4E,YAAY;;;oCAAuQ,CAAC;;;;;;;;;;;;;;;;;;;;oCAA9lK,CAAC;;;;;;;;4BAAvJ,SAAS;;;;;;;;yBAAqvB,OAAO;;;;;iGAA0kB,SAAS;;;;;;;;;;wBAAgjH,YAAY;yBAA4E,YAAY;;;oCAAuQ,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4BAApvK,SAAS;;;;;;;;yBAAqvB,OAAO;;;;;iGAA0kB,SAAS;;;;;;;;;;wBAAgjH,YAAY;yBAA4E,YAAY;;;oCAAuQ,CAAC;;;;;;;;;;;;;;;;;;;;oCAA9lK,CAAC;;;;;;;;4BAAvJ,SAAS;;;;;;;;yBAAqvB,OAAO;;;;;iGAA0kB,SAAS;;;;;;;;;;wBAAgjH,YAAY;yBAA4E,YAAY;;;oCAAuQ,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4BAApvK,SAAS;;;;;;;;yBAAqvB,OAAO;;;;;iGAA0kB,SAAS;;;;;;;;;;wBAAgjH,YAAY;yBAA4E,YAAY;;;oCAAuQ,CAAC;;;;;;;;;;;;;;;;;;;;oCAA9lK,CAAC;;;;;;;;4BAAvJ,SAAS;;;;;;;;yBAAqvB,OAAO;;;;;iGAA0kB,SAAS;;;;;;;;;;wBAAgjH,YAAY;yBAA4E,YAAY;;;oCAAuQ,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;mRADhyL,CAAC"}
@@ -41,7 +41,6 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
41
41
  textAfter?: string;
42
42
  variant?: "normal" | "tight";
43
43
  zIndex?: import("react").CSSProperties["zIndex"];
44
- listOverflow?: import("react").CSSProperties["overflow"];
45
44
  listMaxHeight?: import("react").CSSProperties["height"];
46
45
  listWidth?: import("react").CSSProperties["width"];
47
46
  portal?: string | React.RefObject<HTMLElement>;
@@ -59,6 +58,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
59
58
  view?: string;
60
59
  emptyStateDescription?: string;
61
60
  listHeight?: import("react").CSSProperties["height"];
61
+ listOverflow?: import("react").CSSProperties["overflow"];
62
62
  } & import("../../../components/TextField/TextField.types").LabelProps & {
63
63
  readOnly?: boolean;
64
64
  disabled?: true;
@@ -96,7 +96,6 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
96
96
  textAfter?: string;
97
97
  variant?: "normal" | "tight";
98
98
  zIndex?: import("react").CSSProperties["zIndex"];
99
- listOverflow?: import("react").CSSProperties["overflow"];
100
99
  listMaxHeight?: import("react").CSSProperties["height"];
101
100
  listWidth?: import("react").CSSProperties["width"];
102
101
  portal?: string | React.RefObject<HTMLElement>;
@@ -114,6 +113,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
114
113
  view?: string;
115
114
  emptyStateDescription?: string;
116
115
  listHeight?: import("react").CSSProperties["height"];
116
+ listOverflow?: import("react").CSSProperties["overflow"];
117
117
  } & import("../../../components/TextField/TextField.types").LabelProps & {
118
118
  readOnly?: boolean;
119
119
  disabled?: true;
@@ -151,7 +151,6 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
151
151
  textAfter?: string;
152
152
  variant?: "normal" | "tight";
153
153
  zIndex?: import("react").CSSProperties["zIndex"];
154
- listOverflow?: import("react").CSSProperties["overflow"];
155
154
  listMaxHeight?: import("react").CSSProperties["height"];
156
155
  listWidth?: import("react").CSSProperties["width"];
157
156
  portal?: string | React.RefObject<HTMLElement>;
@@ -169,6 +168,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
169
168
  view?: string;
170
169
  emptyStateDescription?: string;
171
170
  listHeight?: import("react").CSSProperties["height"];
171
+ listOverflow?: import("react").CSSProperties["overflow"];
172
172
  } & import("../../../components/TextField/TextField.types").LabelProps & {
173
173
  readOnly?: boolean;
174
174
  disabled?: true;
@@ -206,7 +206,6 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
206
206
  textAfter?: string;
207
207
  variant?: "normal" | "tight";
208
208
  zIndex?: import("react").CSSProperties["zIndex"];
209
- listOverflow?: import("react").CSSProperties["overflow"];
210
209
  listMaxHeight?: import("react").CSSProperties["height"];
211
210
  listWidth?: import("react").CSSProperties["width"];
212
211
  portal?: string | React.RefObject<HTMLElement>;
@@ -224,6 +223,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
224
223
  view?: string;
225
224
  emptyStateDescription?: string;
226
225
  listHeight?: import("react").CSSProperties["height"];
226
+ listOverflow?: import("react").CSSProperties["overflow"];
227
227
  } & import("../../../components/TextField/TextField.types").LabelProps & {
228
228
  readOnly?: boolean;
229
229
  disabled?: true;
@@ -261,7 +261,6 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
261
261
  textAfter?: string;
262
262
  variant?: "normal" | "tight";
263
263
  zIndex?: import("react").CSSProperties["zIndex"];
264
- listOverflow?: import("react").CSSProperties["overflow"];
265
264
  listMaxHeight?: import("react").CSSProperties["height"];
266
265
  listWidth?: import("react").CSSProperties["width"];
267
266
  portal?: string | React.RefObject<HTMLElement>;
@@ -279,6 +278,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
279
278
  view?: string;
280
279
  emptyStateDescription?: string;
281
280
  listHeight?: import("react").CSSProperties["height"];
281
+ listOverflow?: import("react").CSSProperties["overflow"];
282
282
  } & import("../../../components/TextField/TextField.types").LabelProps & {
283
283
  readOnly?: boolean;
284
284
  disabled?: true;
@@ -316,7 +316,6 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
316
316
  textAfter?: string;
317
317
  variant?: "normal" | "tight";
318
318
  zIndex?: import("react").CSSProperties["zIndex"];
319
- listOverflow?: import("react").CSSProperties["overflow"];
320
319
  listMaxHeight?: import("react").CSSProperties["height"];
321
320
  listWidth?: import("react").CSSProperties["width"];
322
321
  portal?: string | React.RefObject<HTMLElement>;
@@ -334,6 +333,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
334
333
  view?: string;
335
334
  emptyStateDescription?: string;
336
335
  listHeight?: import("react").CSSProperties["height"];
336
+ listOverflow?: import("react").CSSProperties["overflow"];
337
337
  } & import("../../../components/TextField/TextField.types").LabelProps & {
338
338
  readOnly?: boolean;
339
339
  disabled?: true;
@@ -371,7 +371,6 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
371
371
  textAfter?: string;
372
372
  variant?: "normal" | "tight";
373
373
  zIndex?: import("react").CSSProperties["zIndex"];
374
- listOverflow?: import("react").CSSProperties["overflow"];
375
374
  listMaxHeight?: import("react").CSSProperties["height"];
376
375
  listWidth?: import("react").CSSProperties["width"];
377
376
  portal?: string | React.RefObject<HTMLElement>;
@@ -389,6 +388,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
389
388
  view?: string;
390
389
  emptyStateDescription?: string;
391
390
  listHeight?: import("react").CSSProperties["height"];
391
+ listOverflow?: import("react").CSSProperties["overflow"];
392
392
  } & import("../../../components/TextField/TextField.types").LabelProps & {
393
393
  readOnly?: boolean;
394
394
  disabled?: true;
@@ -426,7 +426,6 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
426
426
  textAfter?: string;
427
427
  variant?: "normal" | "tight";
428
428
  zIndex?: import("react").CSSProperties["zIndex"];
429
- listOverflow?: import("react").CSSProperties["overflow"];
430
429
  listMaxHeight?: import("react").CSSProperties["height"];
431
430
  listWidth?: import("react").CSSProperties["width"];
432
431
  portal?: string | React.RefObject<HTMLElement>;
@@ -444,6 +443,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
444
443
  view?: string;
445
444
  emptyStateDescription?: string;
446
445
  listHeight?: import("react").CSSProperties["height"];
446
+ listOverflow?: import("react").CSSProperties["overflow"];
447
447
  } & import("../../../components/TextField/TextField.types").LabelProps & {
448
448
  readOnly?: boolean;
449
449
  disabled?: true;
@@ -481,7 +481,6 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
481
481
  textAfter?: string;
482
482
  variant?: "normal" | "tight";
483
483
  zIndex?: import("react").CSSProperties["zIndex"];
484
- listOverflow?: import("react").CSSProperties["overflow"];
485
484
  listMaxHeight?: import("react").CSSProperties["height"];
486
485
  listWidth?: import("react").CSSProperties["width"];
487
486
  portal?: string | React.RefObject<HTMLElement>;
@@ -499,6 +498,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
499
498
  view?: string;
500
499
  emptyStateDescription?: string;
501
500
  listHeight?: import("react").CSSProperties["height"];
501
+ listOverflow?: import("react").CSSProperties["overflow"];
502
502
  } & import("../../../components/TextField/TextField.types").LabelProps & {
503
503
  readOnly?: true;
504
504
  disabled?: boolean;
@@ -536,7 +536,6 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
536
536
  textAfter?: string;
537
537
  variant?: "normal" | "tight";
538
538
  zIndex?: import("react").CSSProperties["zIndex"];
539
- listOverflow?: import("react").CSSProperties["overflow"];
540
539
  listMaxHeight?: import("react").CSSProperties["height"];
541
540
  listWidth?: import("react").CSSProperties["width"];
542
541
  portal?: string | React.RefObject<HTMLElement>;
@@ -554,6 +553,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
554
553
  view?: string;
555
554
  emptyStateDescription?: string;
556
555
  listHeight?: import("react").CSSProperties["height"];
556
+ listOverflow?: import("react").CSSProperties["overflow"];
557
557
  } & import("../../../components/TextField/TextField.types").LabelProps & {
558
558
  readOnly?: true;
559
559
  disabled?: boolean;
@@ -591,7 +591,6 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
591
591
  textAfter?: string;
592
592
  variant?: "normal" | "tight";
593
593
  zIndex?: import("react").CSSProperties["zIndex"];
594
- listOverflow?: import("react").CSSProperties["overflow"];
595
594
  listMaxHeight?: import("react").CSSProperties["height"];
596
595
  listWidth?: import("react").CSSProperties["width"];
597
596
  portal?: string | React.RefObject<HTMLElement>;
@@ -609,6 +608,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
609
608
  view?: string;
610
609
  emptyStateDescription?: string;
611
610
  listHeight?: import("react").CSSProperties["height"];
611
+ listOverflow?: import("react").CSSProperties["overflow"];
612
612
  } & import("../../../components/TextField/TextField.types").LabelProps & {
613
613
  readOnly?: true;
614
614
  disabled?: boolean;
@@ -646,7 +646,6 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
646
646
  textAfter?: string;
647
647
  variant?: "normal" | "tight";
648
648
  zIndex?: import("react").CSSProperties["zIndex"];
649
- listOverflow?: import("react").CSSProperties["overflow"];
650
649
  listMaxHeight?: import("react").CSSProperties["height"];
651
650
  listWidth?: import("react").CSSProperties["width"];
652
651
  portal?: string | React.RefObject<HTMLElement>;
@@ -664,6 +663,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
664
663
  view?: string;
665
664
  emptyStateDescription?: string;
666
665
  listHeight?: import("react").CSSProperties["height"];
666
+ listOverflow?: import("react").CSSProperties["overflow"];
667
667
  } & import("../../../components/TextField/TextField.types").LabelProps & {
668
668
  readOnly?: true;
669
669
  disabled?: boolean;
@@ -701,7 +701,6 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
701
701
  textAfter?: string;
702
702
  variant?: "normal" | "tight";
703
703
  zIndex?: import("react").CSSProperties["zIndex"];
704
- listOverflow?: import("react").CSSProperties["overflow"];
705
704
  listMaxHeight?: import("react").CSSProperties["height"];
706
705
  listWidth?: import("react").CSSProperties["width"];
707
706
  portal?: string | React.RefObject<HTMLElement>;
@@ -719,6 +718,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
719
718
  view?: string;
720
719
  emptyStateDescription?: string;
721
720
  listHeight?: import("react").CSSProperties["height"];
721
+ listOverflow?: import("react").CSSProperties["overflow"];
722
722
  } & import("../../../components/TextField/TextField.types").LabelProps & {
723
723
  readOnly?: true;
724
724
  disabled?: boolean;
@@ -756,7 +756,6 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
756
756
  textAfter?: string;
757
757
  variant?: "normal" | "tight";
758
758
  zIndex?: import("react").CSSProperties["zIndex"];
759
- listOverflow?: import("react").CSSProperties["overflow"];
760
759
  listMaxHeight?: import("react").CSSProperties["height"];
761
760
  listWidth?: import("react").CSSProperties["width"];
762
761
  portal?: string | React.RefObject<HTMLElement>;
@@ -774,6 +773,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
774
773
  view?: string;
775
774
  emptyStateDescription?: string;
776
775
  listHeight?: import("react").CSSProperties["height"];
776
+ listOverflow?: import("react").CSSProperties["overflow"];
777
777
  } & import("../../../components/TextField/TextField.types").LabelProps & {
778
778
  readOnly?: true;
779
779
  disabled?: boolean;
@@ -811,7 +811,6 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
811
811
  textAfter?: string;
812
812
  variant?: "normal" | "tight";
813
813
  zIndex?: import("react").CSSProperties["zIndex"];
814
- listOverflow?: import("react").CSSProperties["overflow"];
815
814
  listMaxHeight?: import("react").CSSProperties["height"];
816
815
  listWidth?: import("react").CSSProperties["width"];
817
816
  portal?: string | React.RefObject<HTMLElement>;
@@ -829,6 +828,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
829
828
  view?: string;
830
829
  emptyStateDescription?: string;
831
830
  listHeight?: import("react").CSSProperties["height"];
831
+ listOverflow?: import("react").CSSProperties["overflow"];
832
832
  } & import("../../../components/TextField/TextField.types").LabelProps & {
833
833
  readOnly?: true;
834
834
  disabled?: boolean;
@@ -866,7 +866,6 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
866
866
  textAfter?: string;
867
867
  variant?: "normal" | "tight";
868
868
  zIndex?: import("react").CSSProperties["zIndex"];
869
- listOverflow?: import("react").CSSProperties["overflow"];
870
869
  listMaxHeight?: import("react").CSSProperties["height"];
871
870
  listWidth?: import("react").CSSProperties["width"];
872
871
  portal?: string | React.RefObject<HTMLElement>;
@@ -884,6 +883,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
884
883
  view?: string;
885
884
  emptyStateDescription?: string;
886
885
  listHeight?: import("react").CSSProperties["height"];
886
+ listOverflow?: import("react").CSSProperties["overflow"];
887
887
  } & import("../../../components/TextField/TextField.types").LabelProps & {
888
888
  readOnly?: true;
889
889
  disabled?: boolean;
@@ -921,7 +921,6 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
921
921
  textAfter?: string;
922
922
  variant?: "normal" | "tight";
923
923
  zIndex?: import("react").CSSProperties["zIndex"];
924
- listOverflow?: import("react").CSSProperties["overflow"];
925
924
  listMaxHeight?: import("react").CSSProperties["height"];
926
925
  listWidth?: import("react").CSSProperties["width"];
927
926
  portal?: string | React.RefObject<HTMLElement>;
@@ -939,6 +938,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
939
938
  view?: string;
940
939
  emptyStateDescription?: string;
941
940
  listHeight?: import("react").CSSProperties["height"];
941
+ listOverflow?: import("react").CSSProperties["overflow"];
942
942
  } & import("../../../components/TextField/TextField.types").LabelProps & {
943
943
  readOnly?: false;
944
944
  disabled?: false;
@@ -976,7 +976,6 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
976
976
  textAfter?: string;
977
977
  variant?: "normal" | "tight";
978
978
  zIndex?: import("react").CSSProperties["zIndex"];
979
- listOverflow?: import("react").CSSProperties["overflow"];
980
979
  listMaxHeight?: import("react").CSSProperties["height"];
981
980
  listWidth?: import("react").CSSProperties["width"];
982
981
  portal?: string | React.RefObject<HTMLElement>;
@@ -994,6 +993,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
994
993
  view?: string;
995
994
  emptyStateDescription?: string;
996
995
  listHeight?: import("react").CSSProperties["height"];
996
+ listOverflow?: import("react").CSSProperties["overflow"];
997
997
  } & import("../../../components/TextField/TextField.types").LabelProps & {
998
998
  readOnly?: false;
999
999
  disabled?: false;
@@ -1031,7 +1031,6 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
1031
1031
  textAfter?: string;
1032
1032
  variant?: "normal" | "tight";
1033
1033
  zIndex?: import("react").CSSProperties["zIndex"];
1034
- listOverflow?: import("react").CSSProperties["overflow"];
1035
1034
  listMaxHeight?: import("react").CSSProperties["height"];
1036
1035
  listWidth?: import("react").CSSProperties["width"];
1037
1036
  portal?: string | React.RefObject<HTMLElement>;
@@ -1049,6 +1048,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
1049
1048
  view?: string;
1050
1049
  emptyStateDescription?: string;
1051
1050
  listHeight?: import("react").CSSProperties["height"];
1051
+ listOverflow?: import("react").CSSProperties["overflow"];
1052
1052
  } & import("../../../components/TextField/TextField.types").LabelProps & {
1053
1053
  readOnly?: false;
1054
1054
  disabled?: false;
@@ -1086,7 +1086,6 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
1086
1086
  textAfter?: string;
1087
1087
  variant?: "normal" | "tight";
1088
1088
  zIndex?: import("react").CSSProperties["zIndex"];
1089
- listOverflow?: import("react").CSSProperties["overflow"];
1090
1089
  listMaxHeight?: import("react").CSSProperties["height"];
1091
1090
  listWidth?: import("react").CSSProperties["width"];
1092
1091
  portal?: string | React.RefObject<HTMLElement>;
@@ -1104,6 +1103,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
1104
1103
  view?: string;
1105
1104
  emptyStateDescription?: string;
1106
1105
  listHeight?: import("react").CSSProperties["height"];
1106
+ listOverflow?: import("react").CSSProperties["overflow"];
1107
1107
  } & import("../../../components/TextField/TextField.types").LabelProps & {
1108
1108
  readOnly?: false;
1109
1109
  disabled?: false;
@@ -1141,7 +1141,6 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
1141
1141
  textAfter?: string;
1142
1142
  variant?: "normal" | "tight";
1143
1143
  zIndex?: import("react").CSSProperties["zIndex"];
1144
- listOverflow?: import("react").CSSProperties["overflow"];
1145
1144
  listMaxHeight?: import("react").CSSProperties["height"];
1146
1145
  listWidth?: import("react").CSSProperties["width"];
1147
1146
  portal?: string | React.RefObject<HTMLElement>;
@@ -1159,6 +1158,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
1159
1158
  view?: string;
1160
1159
  emptyStateDescription?: string;
1161
1160
  listHeight?: import("react").CSSProperties["height"];
1161
+ listOverflow?: import("react").CSSProperties["overflow"];
1162
1162
  } & import("../../../components/TextField/TextField.types").LabelProps & {
1163
1163
  readOnly?: false;
1164
1164
  disabled?: false;
@@ -1196,7 +1196,6 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
1196
1196
  textAfter?: string;
1197
1197
  variant?: "normal" | "tight";
1198
1198
  zIndex?: import("react").CSSProperties["zIndex"];
1199
- listOverflow?: import("react").CSSProperties["overflow"];
1200
1199
  listMaxHeight?: import("react").CSSProperties["height"];
1201
1200
  listWidth?: import("react").CSSProperties["width"];
1202
1201
  portal?: string | React.RefObject<HTMLElement>;
@@ -1214,6 +1213,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
1214
1213
  view?: string;
1215
1214
  emptyStateDescription?: string;
1216
1215
  listHeight?: import("react").CSSProperties["height"];
1216
+ listOverflow?: import("react").CSSProperties["overflow"];
1217
1217
  } & import("../../../components/TextField/TextField.types").LabelProps & {
1218
1218
  readOnly?: false;
1219
1219
  disabled?: false;
@@ -1251,7 +1251,6 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
1251
1251
  textAfter?: string;
1252
1252
  variant?: "normal" | "tight";
1253
1253
  zIndex?: import("react").CSSProperties["zIndex"];
1254
- listOverflow?: import("react").CSSProperties["overflow"];
1255
1254
  listMaxHeight?: import("react").CSSProperties["height"];
1256
1255
  listWidth?: import("react").CSSProperties["width"];
1257
1256
  portal?: string | React.RefObject<HTMLElement>;
@@ -1269,6 +1268,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
1269
1268
  view?: string;
1270
1269
  emptyStateDescription?: string;
1271
1270
  listHeight?: import("react").CSSProperties["height"];
1271
+ listOverflow?: import("react").CSSProperties["overflow"];
1272
1272
  } & import("../../../components/TextField/TextField.types").LabelProps & {
1273
1273
  readOnly?: false;
1274
1274
  disabled?: false;
@@ -1306,7 +1306,6 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
1306
1306
  textAfter?: string;
1307
1307
  variant?: "normal" | "tight";
1308
1308
  zIndex?: import("react").CSSProperties["zIndex"];
1309
- listOverflow?: import("react").CSSProperties["overflow"];
1310
1309
  listMaxHeight?: import("react").CSSProperties["height"];
1311
1310
  listWidth?: import("react").CSSProperties["width"];
1312
1311
  portal?: string | React.RefObject<HTMLElement>;
@@ -1324,6 +1323,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
1324
1323
  view?: string;
1325
1324
  emptyStateDescription?: string;
1326
1325
  listHeight?: import("react").CSSProperties["height"];
1326
+ listOverflow?: import("react").CSSProperties["overflow"];
1327
1327
  } & import("../../../components/TextField/TextField.types").LabelProps & {
1328
1328
  readOnly?: false;
1329
1329
  disabled?: false;
@@ -1 +1 @@
1
- {"version":3,"file":"Combobox.d.ts","sourceRoot":"","sources":["../../../../src/examples/components/Combobox/Combobox.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,cAAc,EAAE,YAAY,EAAE,MAAM,OAAO,CAAC;AAIxE,OAAO,KAAK,EAAE,aAAa,EAAE,kBAAkB,EAAE,MAAM,8BAA8B,CAAC;AAEtF,OAAO,EAAE,MAAM,EAAE,MAAM,mBAAmB,CAAC;AAG3C,QAAA,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kBAY+yG,MAAO,YAAY;;;;;;;;sBAAy1B,MAAO,SAAS;gDAAgI,MAAO,SAAS;;;;mBAA6f,MAAO,OAAO;;iBAAyO,MAAO,SAAS;gBAAwF,MAAO,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAAj3D,YAAY;;;;;;;;4BAAg2B,SAAS;sDAAuI,SAAS;;;;yBAAogB,OAAO;;uBAAgP,SAAS;sBAA+F,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAAj3D,YAAY;;;;;;;;4BAAg2B,SAAS;sDAAuI,SAAS;;;;yBAAogB,OAAO;;uBAAgP,SAAS;sBAA+F,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAAj3D,YAAY;;;;;;;;4BAAg2B,SAAS;sDAAuI,SAAS;;;;yBAAogB,OAAO;;uBAAgP,SAAS;sBAA+F,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAAj3D,YAAY;;;;;;;;4BAAg2B,SAAS;sDAAuI,SAAS;;;;yBAAogB,OAAO;;uBAAgP,SAAS;sBAA+F,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAAj3D,YAAY;;;;;;;;4BAAg2B,SAAS;sDAAuI,SAAS;;;;yBAAogB,OAAO;;uBAAgP,SAAS;sBAA+F,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAAj3D,YAAY;;;;;;;;4BAAg2B,SAAS;sDAAuI,SAAS;;;;yBAAogB,OAAO;;uBAAgP,SAAS;sBAA+F,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAAj3D,YAAY;;;;;;;;4BAAg2B,SAAS;sDAAuI,SAAS;;;;yBAAogB,OAAO;;uBAAgP,SAAS;sBAA+F,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAAj3D,YAAY;;;;;;;;4BAAg2B,SAAS;sDAAuI,SAAS;;;;yBAAogB,OAAO;;uBAAgP,SAAS;sBAA+F,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAAj3D,YAAY;;;;;;;;4BAAg2B,SAAS;sDAAuI,SAAS;;;;yBAAogB,OAAO;;uBAAgP,SAAS;sBAA+F,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAAj3D,YAAY;;;;;;;;4BAAg2B,SAAS;sDAAuI,SAAS;;;;yBAAogB,OAAO;;uBAAgP,SAAS;sBAA+F,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAAj3D,YAAY;;;;;;;;4BAAg2B,SAAS;sDAAuI,SAAS;;;;yBAAogB,OAAO;;uBAAgP,SAAS;sBAA+F,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAAj3D,YAAY;;;;;;;;4BAAg2B,SAAS;sDAAuI,SAAS;;;;yBAAogB,OAAO;;uBAAgP,SAAS;sBAA+F,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAAj3D,YAAY;;;;;;;;4BAAg2B,SAAS;sDAAuI,SAAS;;;;yBAAogB,OAAO;;uBAAgP,SAAS;sBAA+F,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAAj3D,YAAY;;;;;;;;4BAAg2B,SAAS;sDAAuI,SAAS;;;;yBAAogB,OAAO;;uBAAgP,SAAS;sBAA+F,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAAj3D,YAAY;;;;;;;;4BAAg2B,SAAS;sDAAuI,SAAS;;;;yBAAogB,OAAO;;uBAAgP,SAAS;sBAA+F,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAAj3D,YAAY;;;;;;;;4BAAg2B,SAAS;sDAAuI,SAAS;;;;yBAAogB,OAAO;;uBAAgP,SAAS;sBAA+F,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAAj3D,YAAY;;;;;;;;4BAAg2B,SAAS;sDAAuI,SAAS;;;;yBAAogB,OAAO;;uBAAgP,SAAS;sBAA+F,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAAj3D,YAAY;;;;;;;;4BAAg2B,SAAS;sDAAuI,SAAS;;;;yBAAogB,OAAO;;uBAAgP,SAAS;sBAA+F,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAAj3D,YAAY;;;;;;;;4BAAg2B,SAAS;sDAAuI,SAAS;;;;yBAAogB,OAAO;;uBAAgP,SAAS;sBAA+F,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAAj3D,YAAY;;;;;;;;4BAAg2B,SAAS;sDAAuI,SAAS;;;;yBAAogB,OAAO;;uBAAgP,SAAS;sBAA+F,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAAj3D,YAAY;;;;;;;;4BAAg2B,SAAS;sDAAuI,SAAS;;;;yBAAogB,OAAO;;uBAAgP,SAAS;sBAA+F,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAAj3D,YAAY;;;;;;;;4BAAg2B,SAAS;sDAAuI,SAAS;;;;yBAAogB,OAAO;;uBAAgP,SAAS;sBAA+F,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAAj3D,YAAY;;;;;;;;4BAAg2B,SAAS;sDAAuI,SAAS;;;;yBAAogB,OAAO;;uBAAgP,SAAS;sBAA+F,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qKAZ7oK,CAAC;AAElD,KAAK,eAAe,GAAG,MAAM,OAAO,MAAM,CAAC,YAAY,CAAC,CAAC;AAEzD,KAAK,QAAQ,CAAC,CAAC,SAAS,kBAAkB,IAAI,IAAI,CAAC,aAAa,CAAC,CAAC,CAAC,EAAE,eAAe,CAAC,GACjF,IAAI,CAAC,cAAc,CAAC,OAAO,iBAAiB,CAAC,EAAE,eAAe,CAAC,CAAC;AAEpE,QAAA,MAAM,QAAQ,EAAwB,CAAC,CAA4B,SAAlB,kBAAkB,EAC/D,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,GAAG;IAAE,GAAG,CAAC,EAAE,YAAY,CAAC,gBAAgB,CAAC,CAAA;CAAE,KAC5D,YAAY,GAAG,IAAI,CAAC;AAEzB,OAAO,EAAE,QAAQ,EAAE,CAAC"}
1
+ {"version":3,"file":"Combobox.d.ts","sourceRoot":"","sources":["../../../../src/examples/components/Combobox/Combobox.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,cAAc,EAAE,YAAY,EAAE,MAAM,OAAO,CAAC;AAIxE,OAAO,KAAK,EAAE,aAAa,EAAE,kBAAkB,EAAE,MAAM,8BAA8B,CAAC;AAEtF,OAAO,EAAE,MAAM,EAAE,MAAM,mBAAmB,CAAC;AAG3C,QAAA,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kBAY+yG,MAAO,YAAY;;;;;;;sBAAwuB,MAAO,SAAS;gDAAgI,MAAO,SAAS;;;;mBAA6f,MAAO,OAAO;;iBAAyO,MAAO,SAAS;gBAAwF,MAAO,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAAhwD,YAAY;;;;;;;4BAA+uB,SAAS;sDAAuI,SAAS;;;;yBAAogB,OAAO;;uBAAgP,SAAS;sBAA+F,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAAhwD,YAAY;;;;;;;4BAA+uB,SAAS;sDAAuI,SAAS;;;;yBAAogB,OAAO;;uBAAgP,SAAS;sBAA+F,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAAhwD,YAAY;;;;;;;4BAA+uB,SAAS;sDAAuI,SAAS;;;;yBAAogB,OAAO;;uBAAgP,SAAS;sBAA+F,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAAhwD,YAAY;;;;;;;4BAA+uB,SAAS;sDAAuI,SAAS;;;;yBAAogB,OAAO;;uBAAgP,SAAS;sBAA+F,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAAhwD,YAAY;;;;;;;4BAA+uB,SAAS;sDAAuI,SAAS;;;;yBAAogB,OAAO;;uBAAgP,SAAS;sBAA+F,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAAhwD,YAAY;;;;;;;4BAA+uB,SAAS;sDAAuI,SAAS;;;;yBAAogB,OAAO;;uBAAgP,SAAS;sBAA+F,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAAhwD,YAAY;;;;;;;4BAA+uB,SAAS;sDAAuI,SAAS;;;;yBAAogB,OAAO;;uBAAgP,SAAS;sBAA+F,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAAhwD,YAAY;;;;;;;4BAA+uB,SAAS;sDAAuI,SAAS;;;;yBAAogB,OAAO;;uBAAgP,SAAS;sBAA+F,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAAhwD,YAAY;;;;;;;4BAA+uB,SAAS;sDAAuI,SAAS;;;;yBAAogB,OAAO;;uBAAgP,SAAS;sBAA+F,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAAhwD,YAAY;;;;;;;4BAA+uB,SAAS;sDAAuI,SAAS;;;;yBAAogB,OAAO;;uBAAgP,SAAS;sBAA+F,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAAhwD,YAAY;;;;;;;4BAA+uB,SAAS;sDAAuI,SAAS;;;;yBAAogB,OAAO;;uBAAgP,SAAS;sBAA+F,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAAhwD,YAAY;;;;;;;4BAA+uB,SAAS;sDAAuI,SAAS;;;;yBAAogB,OAAO;;uBAAgP,SAAS;sBAA+F,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAAhwD,YAAY;;;;;;;4BAA+uB,SAAS;sDAAuI,SAAS;;;;yBAAogB,OAAO;;uBAAgP,SAAS;sBAA+F,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAAhwD,YAAY;;;;;;;4BAA+uB,SAAS;sDAAuI,SAAS;;;;yBAAogB,OAAO;;uBAAgP,SAAS;sBAA+F,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAAhwD,YAAY;;;;;;;4BAA+uB,SAAS;sDAAuI,SAAS;;;;yBAAogB,OAAO;;uBAAgP,SAAS;sBAA+F,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAAhwD,YAAY;;;;;;;4BAA+uB,SAAS;sDAAuI,SAAS;;;;yBAAogB,OAAO;;uBAAgP,SAAS;sBAA+F,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAAhwD,YAAY;;;;;;;4BAA+uB,SAAS;sDAAuI,SAAS;;;;yBAAogB,OAAO;;uBAAgP,SAAS;sBAA+F,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAAhwD,YAAY;;;;;;;4BAA+uB,SAAS;sDAAuI,SAAS;;;;yBAAogB,OAAO;;uBAAgP,SAAS;sBAA+F,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAAhwD,YAAY;;;;;;;4BAA+uB,SAAS;sDAAuI,SAAS;;;;yBAAogB,OAAO;;uBAAgP,SAAS;sBAA+F,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAAhwD,YAAY;;;;;;;4BAA+uB,SAAS;sDAAuI,SAAS;;;;yBAAogB,OAAO;;uBAAgP,SAAS;sBAA+F,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAAhwD,YAAY;;;;;;;4BAA+uB,SAAS;sDAAuI,SAAS;;;;yBAAogB,OAAO;;uBAAgP,SAAS;sBAA+F,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAAhwD,YAAY;;;;;;;4BAA+uB,SAAS;sDAAuI,SAAS;;;;yBAAogB,OAAO;;uBAAgP,SAAS;sBAA+F,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAAhwD,YAAY;;;;;;;4BAA+uB,SAAS;sDAAuI,SAAS;;;;yBAAogB,OAAO;;uBAAgP,SAAS;sBAA+F,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qKAZ5hK,CAAC;AAElD,KAAK,eAAe,GAAG,MAAM,OAAO,MAAM,CAAC,YAAY,CAAC,CAAC;AAEzD,KAAK,QAAQ,CAAC,CAAC,SAAS,kBAAkB,IAAI,IAAI,CAAC,aAAa,CAAC,CAAC,CAAC,EAAE,eAAe,CAAC,GACjF,IAAI,CAAC,cAAc,CAAC,OAAO,iBAAiB,CAAC,EAAE,eAAe,CAAC,CAAC;AAEpE,QAAA,MAAM,QAAQ,EAAwB,CAAC,CAA4B,SAAlB,kBAAkB,EAC/D,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,GAAG;IAAE,GAAG,CAAC,EAAE,YAAY,CAAC,gBAAgB,CAAC,CAAA;CAAE,KAC5D,YAAY,GAAG,IAAI,CAAC;AAEzB,OAAO,EAAE,QAAQ,EAAE,CAAC"}
@@ -14,13 +14,12 @@ export declare const Dropdown: import("react").FunctionComponent<import("../../.
14
14
  alwaysOpened?: boolean;
15
15
  children?: import("react").ReactNode;
16
16
  itemRole?: string;
17
- onHover?: (index: number) => void;
17
+ onHover?: ((index: number, item: import("../../../components/Dropdown").DropdownItemOption) => void) | undefined;
18
18
  onItemSelect?: ((item: import("../../../components/Dropdown").DropdownItemOption, event: import("react").SyntheticEvent) => void) | undefined;
19
19
  trigger?: import("../../../components/Dropdown/Dropdown.types").DropdownTrigger;
20
20
  openByRightClick?: boolean;
21
21
  placement?: import("../../../components/Dropdown/Dropdown.types").DropdownPlacement;
22
22
  offset?: [number, number];
23
- listOverflow?: import("react").CSSProperties["overflow"];
24
23
  listMaxHeight?: import("react").CSSProperties["height"];
25
24
  listWidth?: import("react").CSSProperties["width"];
26
25
  hasArrow?: boolean;
@@ -38,5 +37,6 @@ export declare const Dropdown: import("react").FunctionComponent<import("../../.
38
37
  onItemClick?: ((item: import("../../../components/Dropdown").DropdownItemOption, event: import("react").SyntheticEvent) => void) | undefined;
39
38
  listHeight?: import("react").CSSProperties["height"];
40
39
  hoverIndex?: number;
40
+ listOverflow?: import("react").CSSProperties["overflow"];
41
41
  } & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>;
42
42
  //# sourceMappingURL=Dropdown.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Dropdown.d.ts","sourceRoot":"","sources":["../../../../src/examples/components/Dropdown/Dropdown.ts"],"names":[],"mappings":"AAMA,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;sBAC4wE,MAAO,SAAS;uFAAgI,MAAO,SAAS;;;;;;;mGADl5E,CAAC"}
1
+ {"version":3,"file":"Dropdown.d.ts","sourceRoot":"","sources":["../../../../src/examples/components/Dropdown/Dropdown.ts"],"names":[],"mappings":"AAMA,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;sBACoqE,MAAO,SAAS;uFAAgI,MAAO,SAAS;;;;;;;;mGAD1yE,CAAC"}
@@ -76,7 +76,6 @@ declare const Select: import("react").FunctionComponent<import("../../../engines
76
76
  placement?: import("../../../components/Select/Select.types").SelectPlacement | Array<import("../../../components/Select/Select.types").SelectPlacementBasic>;
77
77
  variant?: "normal" | "tight";
78
78
  zIndex?: import("react").CSSProperties["zIndex"];
79
- listOverflow?: import("react").CSSProperties["overflow"];
80
79
  listMaxHeight?: import("react").CSSProperties["height"];
81
80
  listWidth?: import("react").CSSProperties["width"];
82
81
  portal?: string | React.RefObject<HTMLElement>;
@@ -97,6 +96,7 @@ declare const Select: import("react").FunctionComponent<import("../../../engines
97
96
  isOpen?: boolean;
98
97
  listHeight?: import("react").CSSProperties["height"];
99
98
  onScrollBottom?: (e: React.UIEvent<HTMLElement>) => void;
99
+ listOverflow?: import("react").CSSProperties["overflow"];
100
100
  } & Omit<import("react").ButtonHTMLAttributes<HTMLButtonElement>, "onChange" | "onResize" | "onResizeCapture" | "nonce" | "value"> & import("react").RefAttributes<HTMLButtonElement>) | (import("../../../components/TextField/TextField.types").LabelProps & import("../../../components/TextField/TextField.types").RequiredProps & {
101
101
  hintText: string;
102
102
  hintTrigger?: "hover" | "click";
@@ -135,7 +135,6 @@ declare const Select: import("react").FunctionComponent<import("../../../engines
135
135
  placement?: import("../../../components/Select/Select.types").SelectPlacement | Array<import("../../../components/Select/Select.types").SelectPlacementBasic>;
136
136
  variant?: "normal" | "tight";
137
137
  zIndex?: import("react").CSSProperties["zIndex"];
138
- listOverflow?: import("react").CSSProperties["overflow"];
139
138
  listMaxHeight?: import("react").CSSProperties["height"];
140
139
  listWidth?: import("react").CSSProperties["width"];
141
140
  portal?: string | React.RefObject<HTMLElement>;
@@ -156,6 +155,7 @@ declare const Select: import("react").FunctionComponent<import("../../../engines
156
155
  isOpen?: boolean;
157
156
  listHeight?: import("react").CSSProperties["height"];
158
157
  onScrollBottom?: (e: React.UIEvent<HTMLElement>) => void;
158
+ listOverflow?: import("react").CSSProperties["overflow"];
159
159
  } & Omit<import("react").ButtonHTMLAttributes<HTMLButtonElement>, "onChange" | "onResize" | "onResizeCapture" | "nonce" | "value"> & import("react").RefAttributes<HTMLButtonElement>) | (import("../../../components/TextField/TextField.types").LabelProps & import("../../../components/TextField/TextField.types").RequiredProps & {
160
160
  hintTrigger?: never;
161
161
  hintText?: never;
@@ -193,7 +193,6 @@ declare const Select: import("react").FunctionComponent<import("../../../engines
193
193
  placement?: import("../../../components/Select/Select.types").SelectPlacement | Array<import("../../../components/Select/Select.types").SelectPlacementBasic>;
194
194
  variant?: "normal" | "tight";
195
195
  zIndex?: import("react").CSSProperties["zIndex"];
196
- listOverflow?: import("react").CSSProperties["overflow"];
197
196
  listMaxHeight?: import("react").CSSProperties["height"];
198
197
  listWidth?: import("react").CSSProperties["width"];
199
198
  portal?: string | React.RefObject<HTMLElement>;
@@ -214,6 +213,7 @@ declare const Select: import("react").FunctionComponent<import("../../../engines
214
213
  isOpen?: boolean;
215
214
  listHeight?: import("react").CSSProperties["height"];
216
215
  onScrollBottom?: (e: React.UIEvent<HTMLElement>) => void;
216
+ listOverflow?: import("react").CSSProperties["overflow"];
217
217
  } & Omit<import("react").ButtonHTMLAttributes<HTMLButtonElement>, "onChange" | "onResize" | "onResizeCapture" | "nonce" | "value"> & import("react").RefAttributes<HTMLButtonElement>) | (import("../../../components/TextField/TextField.types").LabelProps & import("../../../components/TextField/TextField.types").RequiredProps & {
218
218
  hintTrigger?: never;
219
219
  hintText?: never;
@@ -252,7 +252,6 @@ declare const Select: import("react").FunctionComponent<import("../../../engines
252
252
  placement?: import("../../../components/Select/Select.types").SelectPlacement | Array<import("../../../components/Select/Select.types").SelectPlacementBasic>;
253
253
  variant?: "normal" | "tight";
254
254
  zIndex?: import("react").CSSProperties["zIndex"];
255
- listOverflow?: import("react").CSSProperties["overflow"];
256
255
  listMaxHeight?: import("react").CSSProperties["height"];
257
256
  listWidth?: import("react").CSSProperties["width"];
258
257
  portal?: string | React.RefObject<HTMLElement>;
@@ -273,6 +272,7 @@ declare const Select: import("react").FunctionComponent<import("../../../engines
273
272
  isOpen?: boolean;
274
273
  listHeight?: import("react").CSSProperties["height"];
275
274
  onScrollBottom?: (e: React.UIEvent<HTMLElement>) => void;
275
+ listOverflow?: import("react").CSSProperties["overflow"];
276
276
  } & Omit<import("react").ButtonHTMLAttributes<HTMLButtonElement>, "onChange" | "onResize" | "onResizeCapture" | "nonce" | "value"> & import("react").RefAttributes<HTMLButtonElement>) | (import("../../../components/TextField/TextField.types").LabelProps & {
277
277
  target: "button-like";
278
278
  view?: "default" | "accent" | "secondary" | "clear" | "positive" | "warning" | "negative" | "dark" | "black" | "white";
@@ -298,7 +298,6 @@ declare const Select: import("react").FunctionComponent<import("../../../engines
298
298
  placement?: import("../../../components/Select/Select.types").SelectPlacement | Array<import("../../../components/Select/Select.types").SelectPlacementBasic>;
299
299
  variant?: "normal" | "tight";
300
300
  zIndex?: import("react").CSSProperties["zIndex"];
301
- listOverflow?: import("react").CSSProperties["overflow"];
302
301
  listMaxHeight?: import("react").CSSProperties["height"];
303
302
  listWidth?: import("react").CSSProperties["width"];
304
303
  portal?: string | React.RefObject<HTMLElement>;
@@ -319,6 +318,7 @@ declare const Select: import("react").FunctionComponent<import("../../../engines
319
318
  isOpen?: boolean;
320
319
  listHeight?: import("react").CSSProperties["height"];
321
320
  onScrollBottom?: (e: React.UIEvent<HTMLElement>) => void;
321
+ listOverflow?: import("react").CSSProperties["overflow"];
322
322
  } & Omit<import("react").ButtonHTMLAttributes<HTMLButtonElement>, "onChange" | "onResize" | "onResizeCapture" | "nonce" | "value"> & import("react").RefAttributes<HTMLButtonElement>) | (import("../../../components/TextField/TextField.types").LabelProps & {
323
323
  target: "button-like";
324
324
  view?: "default" | "accent" | "secondary" | "clear" | "positive" | "warning" | "negative" | "dark" | "black" | "white";
@@ -345,7 +345,6 @@ declare const Select: import("react").FunctionComponent<import("../../../engines
345
345
  placement?: import("../../../components/Select/Select.types").SelectPlacement | Array<import("../../../components/Select/Select.types").SelectPlacementBasic>;
346
346
  variant?: "normal" | "tight";
347
347
  zIndex?: import("react").CSSProperties["zIndex"];
348
- listOverflow?: import("react").CSSProperties["overflow"];
349
348
  listMaxHeight?: import("react").CSSProperties["height"];
350
349
  listWidth?: import("react").CSSProperties["width"];
351
350
  portal?: string | React.RefObject<HTMLElement>;
@@ -366,6 +365,7 @@ declare const Select: import("react").FunctionComponent<import("../../../engines
366
365
  isOpen?: boolean;
367
366
  listHeight?: import("react").CSSProperties["height"];
368
367
  onScrollBottom?: (e: React.UIEvent<HTMLElement>) => void;
368
+ listOverflow?: import("react").CSSProperties["overflow"];
369
369
  } & Omit<import("react").ButtonHTMLAttributes<HTMLButtonElement>, "onChange" | "onResize" | "onResizeCapture" | "nonce" | "value"> & import("react").RefAttributes<HTMLButtonElement>))>;
370
370
  export { Select };
371
371
  //# sourceMappingURL=Select.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Select.d.ts","sourceRoot":"","sources":["../../../../src/examples/components/Select/Select.ts"],"names":[],"mappings":"AAMA,QAAA,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kBAG4jC,MAAO,SAAS;;;;;;;;;;;;;;;;;;iIAAwuR,MAAO,SAAS;;;;;;;sBAA48B,MAAO,SAAS;;mEAAmR,MAAO,SAAS;;iBAAyS,MAAO,SAAS;gBAAwG,MAAO,SAAS;;mBAAiR,MAAO,OAAO;;;;;;;;;;yBAAwsC,MAAO,OAAO;;;;;;;;;;;;;;;;wBAAt6X,SAAS;;;;;;;;;;;;;;;;;;;uIAA+uR,SAAS;;;;;;;4BAAm9B,SAAS;;yEAA0R,SAAS;;uBAAgT,SAAS;sBAA+G,SAAS;;yBAAwR,OAAO;;;;;;;;;;+BAA+sC,OAAO;;;;;;;;;;;;;;;;wBAAt6X,SAAS;;;;;;;;;;;;;;;;;;uIAA+uR,SAAS;;;;;;;4BAAm9B,SAAS;;yEAA0R,SAAS;;uBAAgT,SAAS;sBAA+G,SAAS;;yBAAwR,OAAO;;;;;;;;;;+BAA+sC,OAAO;;;;;;;;;;;;;;;;wBAAt6X,SAAS;;;;;;;;;;;;;;;;;;;uIAA+uR,SAAS;;;;;;;4BAAm9B,SAAS;;yEAA0R,SAAS;;uBAAgT,SAAS;sBAA+G,SAAS;;yBAAwR,OAAO;;;;;;;;;;+BAA+sC,OAAO;;;;;;;;;;;;;;;;;;;;;;uIAA9qG,SAAS;;;;;;;4BAAm9B,SAAS;;yEAA0R,SAAS;;uBAAgT,SAAS;sBAA+G,SAAS;;yBAAwR,OAAO;;;;;;;;;;+BAA+sC,OAAO;;;;;;;;;;;;;;;;;;;;;;;uIAA9qG,SAAS;;;;;;;4BAAm9B,SAAS;;yEAA0R,SAAS;;uBAAgT,SAAS;sBAA+G,SAAS;;yBAAwR,OAAO;;;;;;;;;;+BAA+sC,OAAO;wLAH/8Z,CAAC;AAEvC,OAAO,EAAE,MAAM,EAAE,CAAC"}
1
+ {"version":3,"file":"Select.d.ts","sourceRoot":"","sources":["../../../../src/examples/components/Select/Select.ts"],"names":[],"mappings":"AAMA,QAAA,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kBAG4jC,MAAO,SAAS;;;;;;;;;;;;;;;;;;iIAAqyR,MAAO,SAAS;;;;;;sBAA20B,MAAO,SAAS;;mEAAmR,MAAO,SAAS;;iBAAyS,MAAO,SAAS;gBAAwG,MAAO,SAAS;;mBAAiR,MAAO,OAAO;;;;;;;;;;yBAAouC,MAAO,OAAO;;;;;;;;;;;;;;;;;wBAA93X,SAAS;;;;;;;;;;;;;;;;;;;uIAA4yR,SAAS;;;;;;4BAAk1B,SAAS;;yEAA0R,SAAS;;uBAAgT,SAAS;sBAA+G,SAAS;;yBAAwR,OAAO;;;;;;;;;;+BAA2uC,OAAO;;;;;;;;;;;;;;;;;wBAA93X,SAAS;;;;;;;;;;;;;;;;;;uIAA4yR,SAAS;;;;;;4BAAk1B,SAAS;;yEAA0R,SAAS;;uBAAgT,SAAS;sBAA+G,SAAS;;yBAAwR,OAAO;;;;;;;;;;+BAA2uC,OAAO;;;;;;;;;;;;;;;;;wBAA93X,SAAS;;;;;;;;;;;;;;;;;;;uIAA4yR,SAAS;;;;;;4BAAk1B,SAAS;;yEAA0R,SAAS;;uBAAgT,SAAS;sBAA+G,SAAS;;yBAAwR,OAAO;;;;;;;;;;+BAA2uC,OAAO;;;;;;;;;;;;;;;;;;;;;;;uIAAzkG,SAAS;;;;;;4BAAk1B,SAAS;;yEAA0R,SAAS;;uBAAgT,SAAS;sBAA+G,SAAS;;yBAAwR,OAAO;;;;;;;;;;+BAA2uC,OAAO;;;;;;;;;;;;;;;;;;;;;;;;uIAAzkG,SAAS;;;;;;4BAAk1B,SAAS;;yEAA0R,SAAS;;uBAAgT,SAAS;sBAA+G,SAAS;;yBAAwR,OAAO;;;;;;;;;;+BAA2uC,OAAO;;wLAHv6Z,CAAC;AAEvC,OAAO,EAAE,MAAM,EAAE,CAAC"}