@salutejs/plasma-new-hope 0.336.0-canary.2218.17555761279.0 → 0.336.0-canary.2218.17563592167.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 (205) 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/Dropdown/Dropdown.css +2 -2
  20. package/cjs/components/Dropdown/Dropdown.js +6 -10
  21. package/cjs/components/Dropdown/Dropdown.js.map +1 -1
  22. package/cjs/components/Dropdown/Dropdown.styles.js +2 -9
  23. package/cjs/components/Dropdown/Dropdown.styles.js.map +1 -1
  24. package/{es/components/Dropdown/Dropdown.styles_zheit5.css → cjs/components/Dropdown/Dropdown.styles_kkvnr1.css} +1 -1
  25. package/cjs/components/Dropdown/FloatingPopover.js +6 -5
  26. package/cjs/components/Dropdown/FloatingPopover.js.map +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/Pagination/Pagination.css +2 -2
  33. package/cjs/components/Pagination/ui/PaginationSelectPerPage/PaginationSelectPerPage.css +2 -2
  34. package/cjs/components/Select/Select.css +2 -2
  35. package/cjs/components/Select/Select.js +4 -3
  36. package/cjs/components/Select/Select.js.map +1 -1
  37. package/cjs/components/Select/Select.styles.js +3 -4
  38. package/cjs/components/Select/Select.styles.js.map +1 -1
  39. package/cjs/components/Select/{Select.styles_bjoo18.css → Select.styles_dta4dl.css} +1 -1
  40. package/cjs/components/Select/hooks/useKeyboardNavigation.js +3 -7
  41. package/cjs/components/Select/hooks/useKeyboardNavigation.js.map +1 -1
  42. package/cjs/components/Select/ui/Inner/Inner.css +2 -2
  43. package/cjs/components/Select/ui/Inner/Inner.js +11 -5
  44. package/cjs/components/Select/ui/Inner/Inner.js.map +1 -1
  45. package/cjs/components/Table/Table.css +2 -2
  46. package/cjs/components/Table/ui/Cell/Cell.css +2 -2
  47. package/cjs/components/Table/ui/EditableCell/EditableCell.css +2 -2
  48. package/cjs/components/Table/ui/HeadCell/HeadCell.css +2 -2
  49. package/cjs/components/Table/ui/HeadCell/ui/Filter/Filter.css +2 -2
  50. package/cjs/index.css +10 -10
  51. package/emotion/cjs/components/Combobox/ComboboxNew/Combobox.js +20 -22
  52. package/emotion/cjs/components/Combobox/ComboboxNew/Combobox.styles.js +16 -16
  53. package/emotion/cjs/components/Combobox/ComboboxNew/Combobox.tokens.js +1 -1
  54. package/emotion/cjs/components/Combobox/ComboboxNew/hooks/useKeyboardNavigation.js +3 -7
  55. package/emotion/cjs/components/Combobox/ComboboxNew/ui/Inner/Inner.js +50 -9
  56. package/emotion/cjs/components/Dropdown/Dropdown.js +6 -10
  57. package/emotion/cjs/components/Dropdown/Dropdown.styles.js +5 -8
  58. package/emotion/cjs/components/Dropdown/FloatingPopover.js +7 -5
  59. package/emotion/cjs/components/Dropdown/hooks/useKeyboardNavigation.js +3 -7
  60. package/emotion/cjs/components/Dropdown/ui/DropdownInner/DropdownInner.js +48 -11
  61. package/emotion/cjs/components/Select/Select.js +4 -2
  62. package/emotion/cjs/components/Select/Select.styles.js +8 -8
  63. package/emotion/cjs/components/Select/hooks/useKeyboardNavigation.js +3 -7
  64. package/emotion/cjs/components/Select/ui/Inner/Inner.js +50 -9
  65. package/emotion/cjs/examples/components/Combobox/Combobox.js +0 -15
  66. package/emotion/es/components/Combobox/ComboboxNew/Combobox.js +20 -22
  67. package/emotion/es/components/Combobox/ComboboxNew/Combobox.styles.js +16 -16
  68. package/emotion/es/components/Combobox/ComboboxNew/Combobox.tokens.js +1 -1
  69. package/emotion/es/components/Combobox/ComboboxNew/hooks/useKeyboardNavigation.js +3 -7
  70. package/emotion/es/components/Combobox/ComboboxNew/ui/Inner/Inner.js +11 -6
  71. package/emotion/es/components/Dropdown/Dropdown.js +6 -10
  72. package/emotion/es/components/Dropdown/Dropdown.styles.js +5 -8
  73. package/emotion/es/components/Dropdown/FloatingPopover.js +7 -5
  74. package/emotion/es/components/Dropdown/hooks/useKeyboardNavigation.js +3 -7
  75. package/emotion/es/components/Dropdown/ui/DropdownInner/DropdownInner.js +9 -8
  76. package/emotion/es/components/Select/Select.js +4 -2
  77. package/emotion/es/components/Select/Select.styles.js +8 -8
  78. package/emotion/es/components/Select/hooks/useKeyboardNavigation.js +3 -7
  79. package/emotion/es/components/Select/ui/Inner/Inner.js +11 -6
  80. package/es/components/Combobox/ComboboxNew/Combobox.css +6 -6
  81. package/es/components/Combobox/ComboboxNew/Combobox.js +22 -23
  82. package/es/components/Combobox/ComboboxNew/Combobox.js.map +1 -1
  83. package/es/components/Combobox/ComboboxNew/Combobox.styles.js +3 -4
  84. package/es/components/Combobox/ComboboxNew/Combobox.styles.js.map +1 -1
  85. package/es/components/Combobox/ComboboxNew/{Combobox.styles_isfa46.css → Combobox.styles_261unw.css} +1 -1
  86. package/es/components/Combobox/ComboboxNew/Combobox.tokens.js +1 -1
  87. package/es/components/Combobox/ComboboxNew/Combobox.tokens.js.map +1 -1
  88. package/es/components/Combobox/ComboboxNew/hooks/useKeyboardNavigation.js +3 -7
  89. package/es/components/Combobox/ComboboxNew/hooks/useKeyboardNavigation.js.map +1 -1
  90. package/es/components/Combobox/ComboboxNew/ui/Inner/Inner.css +6 -6
  91. package/es/components/Combobox/ComboboxNew/ui/Inner/Inner.js +12 -6
  92. package/es/components/Combobox/ComboboxNew/ui/Inner/Inner.js.map +1 -1
  93. package/es/components/Combobox/ComboboxOld/Combobox.css +2 -2
  94. package/es/components/Combobox/ComboboxOld/ui/ComboboxDivider/ComboboxDivider.css +2 -2
  95. package/es/components/Combobox/ComboboxOld/ui/ComboboxFooter/ComboboxFooter.css +2 -2
  96. package/es/components/Combobox/ComboboxOld/ui/ComboboxGroup/ComboboxGroup.css +2 -2
  97. package/es/components/Combobox/ComboboxOld/ui/ComboboxHeader/ComboboxHeader.css +2 -2
  98. package/es/components/Dropdown/Dropdown.css +2 -2
  99. package/es/components/Dropdown/Dropdown.js +6 -10
  100. package/es/components/Dropdown/Dropdown.js.map +1 -1
  101. package/es/components/Dropdown/Dropdown.styles.js +2 -9
  102. package/es/components/Dropdown/Dropdown.styles.js.map +1 -1
  103. package/{cjs/components/Dropdown/Dropdown.styles_zheit5.css → es/components/Dropdown/Dropdown.styles_kkvnr1.css} +1 -1
  104. package/es/components/Dropdown/FloatingPopover.js +6 -5
  105. package/es/components/Dropdown/FloatingPopover.js.map +1 -1
  106. package/es/components/Dropdown/hooks/useKeyboardNavigation.js +3 -7
  107. package/es/components/Dropdown/hooks/useKeyboardNavigation.js.map +1 -1
  108. package/es/components/Dropdown/ui/DropdownInner/DropdownInner.css +2 -2
  109. package/es/components/Dropdown/ui/DropdownInner/DropdownInner.js +10 -10
  110. package/es/components/Dropdown/ui/DropdownInner/DropdownInner.js.map +1 -1
  111. package/es/components/Pagination/Pagination.css +2 -2
  112. package/es/components/Pagination/ui/PaginationSelectPerPage/PaginationSelectPerPage.css +2 -2
  113. package/es/components/Select/Select.css +2 -2
  114. package/es/components/Select/Select.js +4 -3
  115. package/es/components/Select/Select.js.map +1 -1
  116. package/es/components/Select/Select.styles.js +3 -4
  117. package/es/components/Select/Select.styles.js.map +1 -1
  118. package/es/components/Select/{Select.styles_bjoo18.css → Select.styles_dta4dl.css} +1 -1
  119. package/es/components/Select/hooks/useKeyboardNavigation.js +3 -7
  120. package/es/components/Select/hooks/useKeyboardNavigation.js.map +1 -1
  121. package/es/components/Select/ui/Inner/Inner.css +2 -2
  122. package/es/components/Select/ui/Inner/Inner.js +12 -6
  123. package/es/components/Select/ui/Inner/Inner.js.map +1 -1
  124. package/es/components/Table/Table.css +2 -2
  125. package/es/components/Table/ui/Cell/Cell.css +2 -2
  126. package/es/components/Table/ui/EditableCell/EditableCell.css +2 -2
  127. package/es/components/Table/ui/HeadCell/HeadCell.css +2 -2
  128. package/es/components/Table/ui/HeadCell/ui/Filter/Filter.css +2 -2
  129. package/es/index.css +10 -10
  130. package/package.json +2 -2
  131. package/styled-components/cjs/components/Combobox/ComboboxNew/Combobox.js +20 -22
  132. package/styled-components/cjs/components/Combobox/ComboboxNew/Combobox.styles.js +9 -9
  133. package/styled-components/cjs/components/Combobox/ComboboxNew/Combobox.tokens.js +1 -1
  134. package/styled-components/cjs/components/Combobox/ComboboxNew/hooks/useKeyboardNavigation.js +3 -7
  135. package/styled-components/cjs/components/Combobox/ComboboxNew/ui/Inner/Inner.js +50 -9
  136. package/styled-components/cjs/components/Dropdown/Dropdown.js +6 -10
  137. package/styled-components/cjs/components/Dropdown/Dropdown.styles.js +3 -7
  138. package/styled-components/cjs/components/Dropdown/FloatingPopover.js +7 -5
  139. package/styled-components/cjs/components/Dropdown/hooks/useKeyboardNavigation.js +3 -7
  140. package/styled-components/cjs/components/Dropdown/ui/DropdownInner/DropdownInner.js +48 -11
  141. package/styled-components/cjs/components/Select/Select.js +4 -2
  142. package/styled-components/cjs/components/Select/Select.styles.js +5 -5
  143. package/styled-components/cjs/components/Select/hooks/useKeyboardNavigation.js +3 -7
  144. package/styled-components/cjs/components/Select/ui/Inner/Inner.js +50 -9
  145. package/styled-components/es/components/Combobox/ComboboxNew/Combobox.js +20 -22
  146. package/styled-components/es/components/Combobox/ComboboxNew/Combobox.styles.js +9 -9
  147. package/styled-components/es/components/Combobox/ComboboxNew/Combobox.tokens.js +1 -1
  148. package/styled-components/es/components/Combobox/ComboboxNew/hooks/useKeyboardNavigation.js +3 -7
  149. package/styled-components/es/components/Combobox/ComboboxNew/ui/Inner/Inner.js +11 -6
  150. package/styled-components/es/components/Dropdown/Dropdown.js +6 -10
  151. package/styled-components/es/components/Dropdown/Dropdown.styles.js +3 -7
  152. package/styled-components/es/components/Dropdown/FloatingPopover.js +7 -5
  153. package/styled-components/es/components/Dropdown/hooks/useKeyboardNavigation.js +3 -7
  154. package/styled-components/es/components/Dropdown/ui/DropdownInner/DropdownInner.js +9 -8
  155. package/styled-components/es/components/Select/Select.js +4 -2
  156. package/styled-components/es/components/Select/Select.styles.js +5 -5
  157. package/styled-components/es/components/Select/hooks/useKeyboardNavigation.js +3 -7
  158. package/styled-components/es/components/Select/ui/Inner/Inner.js +11 -6
  159. package/types/components/Autocomplete/Autocomplete.types.d.ts +6 -6
  160. package/types/components/Autocomplete/Autocomplete.types.d.ts.map +1 -1
  161. package/types/components/Combobox/ComboboxNew/Combobox.d.ts.map +1 -1
  162. package/types/components/Combobox/ComboboxNew/Combobox.styles.d.ts +0 -1
  163. package/types/components/Combobox/ComboboxNew/Combobox.styles.d.ts.map +1 -1
  164. package/types/components/Combobox/ComboboxNew/Combobox.tokens.d.ts +1 -1
  165. package/types/components/Combobox/ComboboxNew/Combobox.types.d.ts +6 -6
  166. package/types/components/Combobox/ComboboxNew/Combobox.types.d.ts.map +1 -1
  167. package/types/components/Combobox/ComboboxNew/ui/Inner/Inner.d.ts.map +1 -1
  168. package/types/components/Combobox/ComboboxNew/ui/Inner/Inner.type.d.ts +2 -1
  169. package/types/components/Combobox/ComboboxNew/ui/Inner/Inner.type.d.ts.map +1 -1
  170. package/types/components/Combobox/ComboboxNew/ui/Inner/ui/Item/Item.types.d.ts +6 -2
  171. package/types/components/Combobox/ComboboxNew/ui/Inner/ui/Item/Item.types.d.ts.map +1 -1
  172. package/types/components/Dropdown/Dropdown.d.ts +2 -2
  173. package/types/components/Dropdown/Dropdown.d.ts.map +1 -1
  174. package/types/components/Dropdown/Dropdown.styles.d.ts +0 -1
  175. package/types/components/Dropdown/Dropdown.styles.d.ts.map +1 -1
  176. package/types/components/Dropdown/Dropdown.types.d.ts +5 -5
  177. package/types/components/Dropdown/Dropdown.types.d.ts.map +1 -1
  178. package/types/components/Dropdown/FloatingPopover.d.ts.map +1 -1
  179. package/types/components/Dropdown/ui/DropdownInner/DropdownInner.d.ts.map +1 -1
  180. package/types/components/Dropdown/ui/DropdownInner/DropdownInner.type.d.ts +2 -3
  181. package/types/components/Dropdown/ui/DropdownInner/DropdownInner.type.d.ts.map +1 -1
  182. package/types/components/Dropdown/ui/DropdownItem/DropdownItem.type.d.ts +7 -3
  183. package/types/components/Dropdown/ui/DropdownItem/DropdownItem.type.d.ts.map +1 -1
  184. package/types/components/Pagination/ui/PaginationSelectPerPage/PaginationSelectPerPage.styles.d.ts +6 -6
  185. package/types/components/Pagination/ui/PaginationSelectPerPage/PaginationSelectPerPage.styles.d.ts.map +1 -1
  186. package/types/components/Select/Select.d.ts.map +1 -1
  187. package/types/components/Select/Select.styles.d.ts +0 -1
  188. package/types/components/Select/Select.styles.d.ts.map +1 -1
  189. package/types/components/Select/Select.types.d.ts +10 -10
  190. package/types/components/Select/Select.types.d.ts.map +1 -1
  191. package/types/components/Select/ui/Inner/Inner.d.ts.map +1 -1
  192. package/types/components/Select/ui/Inner/Inner.type.d.ts +2 -1
  193. package/types/components/Select/ui/Inner/Inner.type.d.ts.map +1 -1
  194. package/types/components/Select/ui/Inner/ui/Item/Item.types.d.ts +11 -3
  195. package/types/components/Select/ui/Inner/ui/Item/Item.types.d.ts.map +1 -1
  196. package/types/components/Table/ui/HeadCell/ui/Filter/Filter.styles.d.ts +6 -6
  197. package/types/components/Table/ui/HeadCell/ui/Filter/Filter.styles.d.ts.map +1 -1
  198. package/types/examples/components/Autocomplete/Autocomplete.d.ts +40 -40
  199. package/types/examples/components/Autocomplete/Autocomplete.d.ts.map +1 -1
  200. package/types/examples/components/Combobox/Combobox.d.ts +24 -24
  201. package/types/examples/components/Combobox/Combobox.d.ts.map +1 -1
  202. package/types/examples/components/Dropdown/Dropdown.d.ts +1 -1
  203. package/types/examples/components/Dropdown/Dropdown.d.ts.map +1 -1
  204. package/types/examples/components/Select/Select.d.ts +6 -6
  205. 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>;
@@ -58,6 +57,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
58
57
  view?: string;
59
58
  emptyStateDescription?: string;
60
59
  listHeight?: import("react").CSSProperties["height"];
60
+ listOverflow?: import("react").CSSProperties["overflow"];
61
61
  } & import("../../../components/TextField/TextField.types").LabelProps & {
62
62
  readOnly?: boolean;
63
63
  disabled?: true;
@@ -95,7 +95,6 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
95
95
  textAfter?: string;
96
96
  variant?: "normal" | "tight";
97
97
  zIndex?: import("react").CSSProperties["zIndex"];
98
- listOverflow?: import("react").CSSProperties["overflow"];
99
98
  listMaxHeight?: import("react").CSSProperties["height"];
100
99
  listWidth?: import("react").CSSProperties["width"];
101
100
  portal?: string | React.RefObject<HTMLElement>;
@@ -112,6 +111,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
112
111
  view?: string;
113
112
  emptyStateDescription?: string;
114
113
  listHeight?: import("react").CSSProperties["height"];
114
+ listOverflow?: import("react").CSSProperties["overflow"];
115
115
  } & import("../../../components/TextField/TextField.types").LabelProps & {
116
116
  readOnly?: boolean;
117
117
  disabled?: true;
@@ -149,7 +149,6 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
149
149
  textAfter?: string;
150
150
  variant?: "normal" | "tight";
151
151
  zIndex?: import("react").CSSProperties["zIndex"];
152
- listOverflow?: import("react").CSSProperties["overflow"];
153
152
  listMaxHeight?: import("react").CSSProperties["height"];
154
153
  listWidth?: import("react").CSSProperties["width"];
155
154
  portal?: string | React.RefObject<HTMLElement>;
@@ -166,6 +165,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
166
165
  view?: string;
167
166
  emptyStateDescription?: string;
168
167
  listHeight?: import("react").CSSProperties["height"];
168
+ listOverflow?: import("react").CSSProperties["overflow"];
169
169
  } & import("../../../components/TextField/TextField.types").LabelProps & {
170
170
  readOnly?: boolean;
171
171
  disabled?: true;
@@ -203,7 +203,6 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
203
203
  textAfter?: string;
204
204
  variant?: "normal" | "tight";
205
205
  zIndex?: import("react").CSSProperties["zIndex"];
206
- listOverflow?: import("react").CSSProperties["overflow"];
207
206
  listMaxHeight?: import("react").CSSProperties["height"];
208
207
  listWidth?: import("react").CSSProperties["width"];
209
208
  portal?: string | React.RefObject<HTMLElement>;
@@ -220,6 +219,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
220
219
  view?: string;
221
220
  emptyStateDescription?: string;
222
221
  listHeight?: import("react").CSSProperties["height"];
222
+ listOverflow?: import("react").CSSProperties["overflow"];
223
223
  } & import("../../../components/TextField/TextField.types").LabelProps & {
224
224
  readOnly?: boolean;
225
225
  disabled?: true;
@@ -257,7 +257,6 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
257
257
  textAfter?: string;
258
258
  variant?: "normal" | "tight";
259
259
  zIndex?: import("react").CSSProperties["zIndex"];
260
- listOverflow?: import("react").CSSProperties["overflow"];
261
260
  listMaxHeight?: import("react").CSSProperties["height"];
262
261
  listWidth?: import("react").CSSProperties["width"];
263
262
  portal?: string | React.RefObject<HTMLElement>;
@@ -274,6 +273,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
274
273
  view?: string;
275
274
  emptyStateDescription?: string;
276
275
  listHeight?: import("react").CSSProperties["height"];
276
+ listOverflow?: import("react").CSSProperties["overflow"];
277
277
  } & import("../../../components/TextField/TextField.types").LabelProps & {
278
278
  readOnly?: boolean;
279
279
  disabled?: true;
@@ -311,7 +311,6 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
311
311
  textAfter?: string;
312
312
  variant?: "normal" | "tight";
313
313
  zIndex?: import("react").CSSProperties["zIndex"];
314
- listOverflow?: import("react").CSSProperties["overflow"];
315
314
  listMaxHeight?: import("react").CSSProperties["height"];
316
315
  listWidth?: import("react").CSSProperties["width"];
317
316
  portal?: string | React.RefObject<HTMLElement>;
@@ -328,6 +327,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
328
327
  view?: string;
329
328
  emptyStateDescription?: string;
330
329
  listHeight?: import("react").CSSProperties["height"];
330
+ listOverflow?: import("react").CSSProperties["overflow"];
331
331
  } & import("../../../components/TextField/TextField.types").LabelProps & {
332
332
  readOnly?: boolean;
333
333
  disabled?: true;
@@ -365,7 +365,6 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
365
365
  textAfter?: string;
366
366
  variant?: "normal" | "tight";
367
367
  zIndex?: import("react").CSSProperties["zIndex"];
368
- listOverflow?: import("react").CSSProperties["overflow"];
369
368
  listMaxHeight?: import("react").CSSProperties["height"];
370
369
  listWidth?: import("react").CSSProperties["width"];
371
370
  portal?: string | React.RefObject<HTMLElement>;
@@ -382,6 +381,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
382
381
  view?: string;
383
382
  emptyStateDescription?: string;
384
383
  listHeight?: import("react").CSSProperties["height"];
384
+ listOverflow?: import("react").CSSProperties["overflow"];
385
385
  } & import("../../../components/TextField/TextField.types").LabelProps & {
386
386
  readOnly?: boolean;
387
387
  disabled?: true;
@@ -419,7 +419,6 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
419
419
  textAfter?: string;
420
420
  variant?: "normal" | "tight";
421
421
  zIndex?: import("react").CSSProperties["zIndex"];
422
- listOverflow?: import("react").CSSProperties["overflow"];
423
422
  listMaxHeight?: import("react").CSSProperties["height"];
424
423
  listWidth?: import("react").CSSProperties["width"];
425
424
  portal?: string | React.RefObject<HTMLElement>;
@@ -436,6 +435,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
436
435
  view?: string;
437
436
  emptyStateDescription?: string;
438
437
  listHeight?: import("react").CSSProperties["height"];
438
+ listOverflow?: import("react").CSSProperties["overflow"];
439
439
  } & import("../../../components/TextField/TextField.types").LabelProps & {
440
440
  readOnly?: boolean;
441
441
  disabled?: true;
@@ -473,7 +473,6 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
473
473
  textAfter?: string;
474
474
  variant?: "normal" | "tight";
475
475
  zIndex?: import("react").CSSProperties["zIndex"];
476
- listOverflow?: import("react").CSSProperties["overflow"];
477
476
  listMaxHeight?: import("react").CSSProperties["height"];
478
477
  listWidth?: import("react").CSSProperties["width"];
479
478
  portal?: string | React.RefObject<HTMLElement>;
@@ -490,6 +489,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
490
489
  view?: string;
491
490
  emptyStateDescription?: string;
492
491
  listHeight?: import("react").CSSProperties["height"];
492
+ listOverflow?: import("react").CSSProperties["overflow"];
493
493
  } & import("../../../components/TextField/TextField.types").LabelProps & {
494
494
  readOnly?: true;
495
495
  disabled?: boolean;
@@ -527,7 +527,6 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
527
527
  textAfter?: string;
528
528
  variant?: "normal" | "tight";
529
529
  zIndex?: import("react").CSSProperties["zIndex"];
530
- listOverflow?: import("react").CSSProperties["overflow"];
531
530
  listMaxHeight?: import("react").CSSProperties["height"];
532
531
  listWidth?: import("react").CSSProperties["width"];
533
532
  portal?: string | React.RefObject<HTMLElement>;
@@ -544,6 +543,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
544
543
  view?: string;
545
544
  emptyStateDescription?: string;
546
545
  listHeight?: import("react").CSSProperties["height"];
546
+ listOverflow?: import("react").CSSProperties["overflow"];
547
547
  } & import("../../../components/TextField/TextField.types").LabelProps & {
548
548
  readOnly?: true;
549
549
  disabled?: boolean;
@@ -581,7 +581,6 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
581
581
  textAfter?: string;
582
582
  variant?: "normal" | "tight";
583
583
  zIndex?: import("react").CSSProperties["zIndex"];
584
- listOverflow?: import("react").CSSProperties["overflow"];
585
584
  listMaxHeight?: import("react").CSSProperties["height"];
586
585
  listWidth?: import("react").CSSProperties["width"];
587
586
  portal?: string | React.RefObject<HTMLElement>;
@@ -598,6 +597,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
598
597
  view?: string;
599
598
  emptyStateDescription?: string;
600
599
  listHeight?: import("react").CSSProperties["height"];
600
+ listOverflow?: import("react").CSSProperties["overflow"];
601
601
  } & import("../../../components/TextField/TextField.types").LabelProps & {
602
602
  readOnly?: true;
603
603
  disabled?: boolean;
@@ -635,7 +635,6 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
635
635
  textAfter?: string;
636
636
  variant?: "normal" | "tight";
637
637
  zIndex?: import("react").CSSProperties["zIndex"];
638
- listOverflow?: import("react").CSSProperties["overflow"];
639
638
  listMaxHeight?: import("react").CSSProperties["height"];
640
639
  listWidth?: import("react").CSSProperties["width"];
641
640
  portal?: string | React.RefObject<HTMLElement>;
@@ -652,6 +651,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
652
651
  view?: string;
653
652
  emptyStateDescription?: string;
654
653
  listHeight?: import("react").CSSProperties["height"];
654
+ listOverflow?: import("react").CSSProperties["overflow"];
655
655
  } & import("../../../components/TextField/TextField.types").LabelProps & {
656
656
  readOnly?: true;
657
657
  disabled?: boolean;
@@ -689,7 +689,6 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
689
689
  textAfter?: string;
690
690
  variant?: "normal" | "tight";
691
691
  zIndex?: import("react").CSSProperties["zIndex"];
692
- listOverflow?: import("react").CSSProperties["overflow"];
693
692
  listMaxHeight?: import("react").CSSProperties["height"];
694
693
  listWidth?: import("react").CSSProperties["width"];
695
694
  portal?: string | React.RefObject<HTMLElement>;
@@ -706,6 +705,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
706
705
  view?: string;
707
706
  emptyStateDescription?: string;
708
707
  listHeight?: import("react").CSSProperties["height"];
708
+ listOverflow?: import("react").CSSProperties["overflow"];
709
709
  } & import("../../../components/TextField/TextField.types").LabelProps & {
710
710
  readOnly?: true;
711
711
  disabled?: boolean;
@@ -743,7 +743,6 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
743
743
  textAfter?: string;
744
744
  variant?: "normal" | "tight";
745
745
  zIndex?: import("react").CSSProperties["zIndex"];
746
- listOverflow?: import("react").CSSProperties["overflow"];
747
746
  listMaxHeight?: import("react").CSSProperties["height"];
748
747
  listWidth?: import("react").CSSProperties["width"];
749
748
  portal?: string | React.RefObject<HTMLElement>;
@@ -760,6 +759,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
760
759
  view?: string;
761
760
  emptyStateDescription?: string;
762
761
  listHeight?: import("react").CSSProperties["height"];
762
+ listOverflow?: import("react").CSSProperties["overflow"];
763
763
  } & import("../../../components/TextField/TextField.types").LabelProps & {
764
764
  readOnly?: true;
765
765
  disabled?: boolean;
@@ -797,7 +797,6 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
797
797
  textAfter?: string;
798
798
  variant?: "normal" | "tight";
799
799
  zIndex?: import("react").CSSProperties["zIndex"];
800
- listOverflow?: import("react").CSSProperties["overflow"];
801
800
  listMaxHeight?: import("react").CSSProperties["height"];
802
801
  listWidth?: import("react").CSSProperties["width"];
803
802
  portal?: string | React.RefObject<HTMLElement>;
@@ -814,6 +813,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
814
813
  view?: string;
815
814
  emptyStateDescription?: string;
816
815
  listHeight?: import("react").CSSProperties["height"];
816
+ listOverflow?: import("react").CSSProperties["overflow"];
817
817
  } & import("../../../components/TextField/TextField.types").LabelProps & {
818
818
  readOnly?: true;
819
819
  disabled?: boolean;
@@ -851,7 +851,6 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
851
851
  textAfter?: string;
852
852
  variant?: "normal" | "tight";
853
853
  zIndex?: import("react").CSSProperties["zIndex"];
854
- listOverflow?: import("react").CSSProperties["overflow"];
855
854
  listMaxHeight?: import("react").CSSProperties["height"];
856
855
  listWidth?: import("react").CSSProperties["width"];
857
856
  portal?: string | React.RefObject<HTMLElement>;
@@ -868,6 +867,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
868
867
  view?: string;
869
868
  emptyStateDescription?: string;
870
869
  listHeight?: import("react").CSSProperties["height"];
870
+ listOverflow?: import("react").CSSProperties["overflow"];
871
871
  } & import("../../../components/TextField/TextField.types").LabelProps & {
872
872
  readOnly?: true;
873
873
  disabled?: boolean;
@@ -905,7 +905,6 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
905
905
  textAfter?: string;
906
906
  variant?: "normal" | "tight";
907
907
  zIndex?: import("react").CSSProperties["zIndex"];
908
- listOverflow?: import("react").CSSProperties["overflow"];
909
908
  listMaxHeight?: import("react").CSSProperties["height"];
910
909
  listWidth?: import("react").CSSProperties["width"];
911
910
  portal?: string | React.RefObject<HTMLElement>;
@@ -922,6 +921,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
922
921
  view?: string;
923
922
  emptyStateDescription?: string;
924
923
  listHeight?: import("react").CSSProperties["height"];
924
+ listOverflow?: import("react").CSSProperties["overflow"];
925
925
  } & import("../../../components/TextField/TextField.types").LabelProps & {
926
926
  readOnly?: false;
927
927
  disabled?: false;
@@ -959,7 +959,6 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
959
959
  textAfter?: string;
960
960
  variant?: "normal" | "tight";
961
961
  zIndex?: import("react").CSSProperties["zIndex"];
962
- listOverflow?: import("react").CSSProperties["overflow"];
963
962
  listMaxHeight?: import("react").CSSProperties["height"];
964
963
  listWidth?: import("react").CSSProperties["width"];
965
964
  portal?: string | React.RefObject<HTMLElement>;
@@ -976,6 +975,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
976
975
  view?: string;
977
976
  emptyStateDescription?: string;
978
977
  listHeight?: import("react").CSSProperties["height"];
978
+ listOverflow?: import("react").CSSProperties["overflow"];
979
979
  } & import("../../../components/TextField/TextField.types").LabelProps & {
980
980
  readOnly?: false;
981
981
  disabled?: false;
@@ -1013,7 +1013,6 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
1013
1013
  textAfter?: string;
1014
1014
  variant?: "normal" | "tight";
1015
1015
  zIndex?: import("react").CSSProperties["zIndex"];
1016
- listOverflow?: import("react").CSSProperties["overflow"];
1017
1016
  listMaxHeight?: import("react").CSSProperties["height"];
1018
1017
  listWidth?: import("react").CSSProperties["width"];
1019
1018
  portal?: string | React.RefObject<HTMLElement>;
@@ -1030,6 +1029,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
1030
1029
  view?: string;
1031
1030
  emptyStateDescription?: string;
1032
1031
  listHeight?: import("react").CSSProperties["height"];
1032
+ listOverflow?: import("react").CSSProperties["overflow"];
1033
1033
  } & import("../../../components/TextField/TextField.types").LabelProps & {
1034
1034
  readOnly?: false;
1035
1035
  disabled?: false;
@@ -1067,7 +1067,6 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
1067
1067
  textAfter?: string;
1068
1068
  variant?: "normal" | "tight";
1069
1069
  zIndex?: import("react").CSSProperties["zIndex"];
1070
- listOverflow?: import("react").CSSProperties["overflow"];
1071
1070
  listMaxHeight?: import("react").CSSProperties["height"];
1072
1071
  listWidth?: import("react").CSSProperties["width"];
1073
1072
  portal?: string | React.RefObject<HTMLElement>;
@@ -1084,6 +1083,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
1084
1083
  view?: string;
1085
1084
  emptyStateDescription?: string;
1086
1085
  listHeight?: import("react").CSSProperties["height"];
1086
+ listOverflow?: import("react").CSSProperties["overflow"];
1087
1087
  } & import("../../../components/TextField/TextField.types").LabelProps & {
1088
1088
  readOnly?: false;
1089
1089
  disabled?: false;
@@ -1121,7 +1121,6 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
1121
1121
  textAfter?: string;
1122
1122
  variant?: "normal" | "tight";
1123
1123
  zIndex?: import("react").CSSProperties["zIndex"];
1124
- listOverflow?: import("react").CSSProperties["overflow"];
1125
1124
  listMaxHeight?: import("react").CSSProperties["height"];
1126
1125
  listWidth?: import("react").CSSProperties["width"];
1127
1126
  portal?: string | React.RefObject<HTMLElement>;
@@ -1138,6 +1137,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
1138
1137
  view?: string;
1139
1138
  emptyStateDescription?: string;
1140
1139
  listHeight?: import("react").CSSProperties["height"];
1140
+ listOverflow?: import("react").CSSProperties["overflow"];
1141
1141
  } & import("../../../components/TextField/TextField.types").LabelProps & {
1142
1142
  readOnly?: false;
1143
1143
  disabled?: false;
@@ -1175,7 +1175,6 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
1175
1175
  textAfter?: string;
1176
1176
  variant?: "normal" | "tight";
1177
1177
  zIndex?: import("react").CSSProperties["zIndex"];
1178
- listOverflow?: import("react").CSSProperties["overflow"];
1179
1178
  listMaxHeight?: import("react").CSSProperties["height"];
1180
1179
  listWidth?: import("react").CSSProperties["width"];
1181
1180
  portal?: string | React.RefObject<HTMLElement>;
@@ -1192,6 +1191,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
1192
1191
  view?: string;
1193
1192
  emptyStateDescription?: string;
1194
1193
  listHeight?: import("react").CSSProperties["height"];
1194
+ listOverflow?: import("react").CSSProperties["overflow"];
1195
1195
  } & import("../../../components/TextField/TextField.types").LabelProps & {
1196
1196
  readOnly?: false;
1197
1197
  disabled?: false;
@@ -1229,7 +1229,6 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
1229
1229
  textAfter?: string;
1230
1230
  variant?: "normal" | "tight";
1231
1231
  zIndex?: import("react").CSSProperties["zIndex"];
1232
- listOverflow?: import("react").CSSProperties["overflow"];
1233
1232
  listMaxHeight?: import("react").CSSProperties["height"];
1234
1233
  listWidth?: import("react").CSSProperties["width"];
1235
1234
  portal?: string | React.RefObject<HTMLElement>;
@@ -1246,6 +1245,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
1246
1245
  view?: string;
1247
1246
  emptyStateDescription?: string;
1248
1247
  listHeight?: import("react").CSSProperties["height"];
1248
+ listOverflow?: import("react").CSSProperties["overflow"];
1249
1249
  } & import("../../../components/TextField/TextField.types").LabelProps & {
1250
1250
  readOnly?: false;
1251
1251
  disabled?: false;
@@ -1283,7 +1283,6 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
1283
1283
  textAfter?: string;
1284
1284
  variant?: "normal" | "tight";
1285
1285
  zIndex?: import("react").CSSProperties["zIndex"];
1286
- listOverflow?: import("react").CSSProperties["overflow"];
1287
1286
  listMaxHeight?: import("react").CSSProperties["height"];
1288
1287
  listWidth?: import("react").CSSProperties["width"];
1289
1288
  portal?: string | React.RefObject<HTMLElement>;
@@ -1300,6 +1299,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
1300
1299
  view?: string;
1301
1300
  emptyStateDescription?: string;
1302
1301
  listHeight?: import("react").CSSProperties["height"];
1302
+ listOverflow?: import("react").CSSProperties["overflow"];
1303
1303
  } & import("../../../components/TextField/TextField.types").LabelProps & {
1304
1304
  readOnly?: false;
1305
1305
  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"}
@@ -20,7 +20,6 @@ export declare const Dropdown: import("react").FunctionComponent<import("../../.
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;;;;;;;;;;;;;;;;;;;;;;;;;;;;sCAC2+D,CAAC;;;;sBAAiS,MAAO,SAAS;uFAAgI,MAAO,SAAS;;;;;;;mGADn5E,CAAC"}
1
+ {"version":3,"file":"Dropdown.d.ts","sourceRoot":"","sources":["../../../../src/examples/components/Dropdown/Dropdown.ts"],"names":[],"mappings":"AAMA,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;sCAC03D,CAAC;;;;sBAAiS,MAAO,SAAS;uFAAgI,MAAO,SAAS;;;;;;;;mGADlyE,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>;
@@ -96,6 +95,7 @@ declare const Select: import("react").FunctionComponent<import("../../../engines
96
95
  isOpen?: boolean;
97
96
  listHeight?: import("react").CSSProperties["height"];
98
97
  onScrollBottom?: (e: React.UIEvent<HTMLElement>) => void;
98
+ listOverflow?: import("react").CSSProperties["overflow"];
99
99
  } & 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 & {
100
100
  hintText: string;
101
101
  hintTrigger?: "hover" | "click";
@@ -134,7 +134,6 @@ declare const Select: import("react").FunctionComponent<import("../../../engines
134
134
  placement?: import("../../../components/Select/Select.types").SelectPlacement | Array<import("../../../components/Select/Select.types").SelectPlacementBasic>;
135
135
  variant?: "normal" | "tight";
136
136
  zIndex?: import("react").CSSProperties["zIndex"];
137
- listOverflow?: import("react").CSSProperties["overflow"];
138
137
  listMaxHeight?: import("react").CSSProperties["height"];
139
138
  listWidth?: import("react").CSSProperties["width"];
140
139
  portal?: string | React.RefObject<HTMLElement>;
@@ -154,6 +153,7 @@ declare const Select: import("react").FunctionComponent<import("../../../engines
154
153
  isOpen?: boolean;
155
154
  listHeight?: import("react").CSSProperties["height"];
156
155
  onScrollBottom?: (e: React.UIEvent<HTMLElement>) => void;
156
+ listOverflow?: import("react").CSSProperties["overflow"];
157
157
  } & 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 & {
158
158
  hintTrigger?: never;
159
159
  hintText?: never;
@@ -191,7 +191,6 @@ declare const Select: import("react").FunctionComponent<import("../../../engines
191
191
  placement?: import("../../../components/Select/Select.types").SelectPlacement | Array<import("../../../components/Select/Select.types").SelectPlacementBasic>;
192
192
  variant?: "normal" | "tight";
193
193
  zIndex?: import("react").CSSProperties["zIndex"];
194
- listOverflow?: import("react").CSSProperties["overflow"];
195
194
  listMaxHeight?: import("react").CSSProperties["height"];
196
195
  listWidth?: import("react").CSSProperties["width"];
197
196
  portal?: string | React.RefObject<HTMLElement>;
@@ -211,6 +210,7 @@ declare const Select: import("react").FunctionComponent<import("../../../engines
211
210
  isOpen?: boolean;
212
211
  listHeight?: import("react").CSSProperties["height"];
213
212
  onScrollBottom?: (e: React.UIEvent<HTMLElement>) => void;
213
+ listOverflow?: import("react").CSSProperties["overflow"];
214
214
  } & 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 & {
215
215
  hintTrigger?: never;
216
216
  hintText?: never;
@@ -249,7 +249,6 @@ declare const Select: import("react").FunctionComponent<import("../../../engines
249
249
  placement?: import("../../../components/Select/Select.types").SelectPlacement | Array<import("../../../components/Select/Select.types").SelectPlacementBasic>;
250
250
  variant?: "normal" | "tight";
251
251
  zIndex?: import("react").CSSProperties["zIndex"];
252
- listOverflow?: import("react").CSSProperties["overflow"];
253
252
  listMaxHeight?: import("react").CSSProperties["height"];
254
253
  listWidth?: import("react").CSSProperties["width"];
255
254
  portal?: string | React.RefObject<HTMLElement>;
@@ -269,6 +268,7 @@ declare const Select: import("react").FunctionComponent<import("../../../engines
269
268
  isOpen?: boolean;
270
269
  listHeight?: import("react").CSSProperties["height"];
271
270
  onScrollBottom?: (e: React.UIEvent<HTMLElement>) => void;
271
+ listOverflow?: import("react").CSSProperties["overflow"];
272
272
  } & Omit<import("react").ButtonHTMLAttributes<HTMLButtonElement>, "onChange" | "onResize" | "onResizeCapture" | "nonce" | "value"> & import("react").RefAttributes<HTMLButtonElement>) | (import("../../../components/TextField/TextField.types").LabelProps & {
273
273
  target: "button-like";
274
274
  view?: "default" | "accent" | "secondary" | "clear" | "positive" | "warning" | "negative" | "dark" | "black" | "white";
@@ -294,7 +294,6 @@ declare const Select: import("react").FunctionComponent<import("../../../engines
294
294
  placement?: import("../../../components/Select/Select.types").SelectPlacement | Array<import("../../../components/Select/Select.types").SelectPlacementBasic>;
295
295
  variant?: "normal" | "tight";
296
296
  zIndex?: import("react").CSSProperties["zIndex"];
297
- listOverflow?: import("react").CSSProperties["overflow"];
298
297
  listMaxHeight?: import("react").CSSProperties["height"];
299
298
  listWidth?: import("react").CSSProperties["width"];
300
299
  portal?: string | React.RefObject<HTMLElement>;
@@ -314,6 +313,7 @@ declare const Select: import("react").FunctionComponent<import("../../../engines
314
313
  isOpen?: boolean;
315
314
  listHeight?: import("react").CSSProperties["height"];
316
315
  onScrollBottom?: (e: React.UIEvent<HTMLElement>) => void;
316
+ listOverflow?: import("react").CSSProperties["overflow"];
317
317
  } & Omit<import("react").ButtonHTMLAttributes<HTMLButtonElement>, "onChange" | "onResize" | "onResizeCapture" | "nonce" | "value"> & import("react").RefAttributes<HTMLButtonElement>) | (import("../../../components/TextField/TextField.types").LabelProps & {
318
318
  target: "button-like";
319
319
  view?: "default" | "accent" | "secondary" | "clear" | "positive" | "warning" | "negative" | "dark" | "black" | "white";
@@ -340,7 +340,6 @@ declare const Select: import("react").FunctionComponent<import("../../../engines
340
340
  placement?: import("../../../components/Select/Select.types").SelectPlacement | Array<import("../../../components/Select/Select.types").SelectPlacementBasic>;
341
341
  variant?: "normal" | "tight";
342
342
  zIndex?: import("react").CSSProperties["zIndex"];
343
- listOverflow?: import("react").CSSProperties["overflow"];
344
343
  listMaxHeight?: import("react").CSSProperties["height"];
345
344
  listWidth?: import("react").CSSProperties["width"];
346
345
  portal?: string | React.RefObject<HTMLElement>;
@@ -360,6 +359,7 @@ declare const Select: import("react").FunctionComponent<import("../../../engines
360
359
  isOpen?: boolean;
361
360
  listHeight?: import("react").CSSProperties["height"];
362
361
  onScrollBottom?: (e: React.UIEvent<HTMLElement>) => void;
362
+ listOverflow?: import("react").CSSProperties["overflow"];
363
363
  } & Omit<import("react").ButtonHTMLAttributes<HTMLButtonElement>, "onChange" | "onResize" | "onResizeCapture" | "nonce" | "value"> & import("react").RefAttributes<HTMLButtonElement>))>;
364
364
  export { Select };
365
365
  //# 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;;;;;;;;;;;;;;;;;;iIAA88Q,MAAO,SAAS;;;;;;;sBAA48B,MAAO,SAAS;;mEAAmR,MAAO,SAAS;;iBAAyS,MAAO,SAAS;gBAAwG,MAAO,SAAS;;mBAAiR,MAAO,OAAO;;;;;;;;;yBAAk5B,MAAO,OAAO;;;;;;;;;;;;;;;;wBAAt1W,SAAS;;;;;;;;;;;;;;;;;;;uIAAq9Q,SAAS;;;;;;;4BAAm9B,SAAS;;yEAA0R,SAAS;;uBAAgT,SAAS;sBAA+G,SAAS;;yBAAwR,OAAO;;;;;;;;;+BAAy5B,OAAO;;;;;;;;;;;;;;;;wBAAt1W,SAAS;;;;;;;;;;;;;;;;;;uIAAq9Q,SAAS;;;;;;;4BAAm9B,SAAS;;yEAA0R,SAAS;;uBAAgT,SAAS;sBAA+G,SAAS;;yBAAwR,OAAO;;;;;;;;;+BAAy5B,OAAO;;;;;;;;;;;;;;;;wBAAt1W,SAAS;;;;;;;;;;;;;;;;;;;uIAAq9Q,SAAS;;;;;;;4BAAm9B,SAAS;;yEAA0R,SAAS;;uBAAgT,SAAS;sBAA+G,SAAS;;yBAAwR,OAAO;;;;;;;;;+BAAy5B,OAAO;;;;;;;;;;;;;;;;;;;;;;uIAAx3F,SAAS;;;;;;;4BAAm9B,SAAS;;yEAA0R,SAAS;;uBAAgT,SAAS;sBAA+G,SAAS;;yBAAwR,OAAO;;;;;;;;;+BAAy5B,OAAO;;;;;;;;;;;;;;;;;;;;;;;uIAAx3F,SAAS;;;;;;;4BAAm9B,SAAS;;yEAA0R,SAAS;;uBAAgT,SAAS;sBAA+G,SAAS;;yBAAwR,OAAO;;;;;;;;;+BAAy5B,OAAO;wLAH/3Y,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;;;;;;;;;;;;;;;;;;iIAA2gR,MAAO,SAAS;;;;;;sBAA20B,MAAO,SAAS;;mEAAmR,MAAO,SAAS;;iBAAyS,MAAO,SAAS;gBAAwG,MAAO,SAAS;;mBAAiR,MAAO,OAAO;;;;;;;;;yBAA86B,MAAO,OAAO;;;;;;;;;;;;;;;;;wBAA9yW,SAAS;;;;;;;;;;;;;;;;;;;uIAAkhR,SAAS;;;;;;4BAAk1B,SAAS;;yEAA0R,SAAS;;uBAAgT,SAAS;sBAA+G,SAAS;;yBAAwR,OAAO;;;;;;;;;+BAAq7B,OAAO;;;;;;;;;;;;;;;;;wBAA9yW,SAAS;;;;;;;;;;;;;;;;;;uIAAkhR,SAAS;;;;;;4BAAk1B,SAAS;;yEAA0R,SAAS;;uBAAgT,SAAS;sBAA+G,SAAS;;yBAAwR,OAAO;;;;;;;;;+BAAq7B,OAAO;;;;;;;;;;;;;;;;;wBAA9yW,SAAS;;;;;;;;;;;;;;;;;;;uIAAkhR,SAAS;;;;;;4BAAk1B,SAAS;;yEAA0R,SAAS;;uBAAgT,SAAS;sBAA+G,SAAS;;yBAAwR,OAAO;;;;;;;;;+BAAq7B,OAAO;;;;;;;;;;;;;;;;;;;;;;;uIAAnxF,SAAS;;;;;;4BAAk1B,SAAS;;yEAA0R,SAAS;;uBAAgT,SAAS;sBAA+G,SAAS;;yBAAwR,OAAO;;;;;;;;;+BAAq7B,OAAO;;;;;;;;;;;;;;;;;;;;;;;;uIAAnxF,SAAS;;;;;;4BAAk1B,SAAS;;yEAA0R,SAAS;;uBAAgT,SAAS;sBAA+G,SAAS;;yBAAwR,OAAO;;;;;;;;;+BAAq7B,OAAO;;wLAHv1Y,CAAC;AAEvC,OAAO,EAAE,MAAM,EAAE,CAAC"}