@salutejs/plasma-new-hope 0.342.0 → 0.342.1-canary.2350.19926791161.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 (418) hide show
  1. package/cjs/components/Autocomplete/Autocomplete.css +26 -28
  2. package/cjs/components/Combobox/ComboboxNew/Combobox.css +26 -28
  3. package/cjs/components/Combobox/ComboboxNew/Combobox.js +13 -12
  4. package/cjs/components/Combobox/ComboboxNew/Combobox.js.map +1 -1
  5. package/cjs/components/Combobox/ComboboxNew/Combobox.styles.js +6 -4
  6. package/cjs/components/Combobox/ComboboxNew/Combobox.styles.js.map +1 -1
  7. package/cjs/components/DatePicker/RangeDate/RangeDate.css +26 -28
  8. package/cjs/components/DatePicker/RangeDate/RangeDatePopover/RangeDatePopover.css +26 -28
  9. package/cjs/components/DatePicker/SingleDate/SingleDate.css +26 -28
  10. package/cjs/components/DateTimePicker/DateTimePicker.css +26 -28
  11. package/cjs/components/DateTimePicker/ui/Input/Input.css +26 -28
  12. package/cjs/components/Loader/Loader.css +6 -14
  13. package/cjs/components/Loader/Loader.js +6 -16
  14. package/cjs/components/Loader/Loader.js.map +1 -1
  15. package/cjs/components/Loader/Loader.styles.js +51 -1
  16. package/cjs/components/Loader/Loader.styles.js.map +1 -1
  17. package/cjs/components/Loader/{Loader.styles_ju7bog.css → Loader.styles_xzuvzj.css} +3 -0
  18. package/cjs/components/Pagination/Pagination.css +35 -37
  19. package/cjs/components/Pagination/Pagination.styles.js +7 -7
  20. package/cjs/components/Pagination/Pagination.styles.js.map +1 -1
  21. package/cjs/components/Pagination/{Pagination.styles_qhyqps.css → Pagination.styles_wrarr1.css} +1 -1
  22. package/cjs/components/Pagination/ui/PaginationSelectPerPage/PaginationSelectPerPage.css +26 -28
  23. package/cjs/components/Range/Range.css +26 -28
  24. package/cjs/components/Select/Select.css +26 -28
  25. package/cjs/components/Select/ui/Target/Target.css +26 -28
  26. package/cjs/components/Select/ui/Target/ui/Textfield/Textfield.css +26 -28
  27. package/cjs/components/Slider/Slider.css +26 -28
  28. package/cjs/components/Slider/components/DoubleUncontrolled/DoubleUncontrolled.css +26 -28
  29. package/cjs/components/Table/Table.css +26 -28
  30. package/cjs/components/Table/ui/Cell/Cell.css +26 -28
  31. package/cjs/components/Table/ui/EditableCell/EditableCell.css +26 -28
  32. package/cjs/components/Table/ui/HeadCell/HeadCell.css +26 -28
  33. package/cjs/components/Table/ui/HeadCell/ui/Filter/Filter.css +26 -28
  34. package/cjs/components/TextField/TextField.js +16 -23
  35. package/cjs/components/TextField/TextField.js.map +1 -1
  36. package/cjs/components/TextField/TextField.styles.js +8 -18
  37. package/cjs/components/TextField/TextField.styles.js.map +1 -1
  38. package/{es/components/TextField/TextField.styles_146520i.css → cjs/components/TextField/TextField.styles_1pu4eym.css} +1 -1
  39. package/cjs/components/TextField/ui/Hint/Hint.css +21 -21
  40. package/cjs/components/TextField/ui/TextFieldChipNew/TextFieldChipNew.css +23 -23
  41. package/cjs/components/TextField/variations/_label-placement/base.js +1 -1
  42. package/cjs/components/TextField/variations/_label-placement/base.js.map +1 -1
  43. package/cjs/components/TextField/variations/_label-placement/{base_1s0mlhj.css → base_o4xjq1.css} +1 -1
  44. package/cjs/components/TextField/variations/_read-only/base.js +1 -1
  45. package/cjs/components/TextField/variations/_read-only/base.js.map +1 -1
  46. package/cjs/components/TextField/variations/_read-only/base_2lss3j.css +1 -0
  47. package/cjs/components/TextField/variations/_view/base.js +1 -1
  48. package/cjs/components/TextField/variations/_view/base.js.map +1 -1
  49. package/cjs/components/TextField/variations/_view/{base_1diyp23.css → base_1twy16p.css} +1 -1
  50. package/cjs/components/TimePicker/TimePicker.css +30 -32
  51. package/cjs/components/TimePicker/TimePicker.js +3 -2
  52. package/cjs/components/TimePicker/TimePicker.js.map +1 -1
  53. package/cjs/components/TimePicker/TimePicker.styles.js +1 -1
  54. package/cjs/components/TimePicker/TimePicker.styles.js.map +1 -1
  55. package/cjs/components/TimePicker/{TimePicker.styles_2lk4d9.css → TimePicker.styles_1qm4hou.css} +2 -2
  56. package/cjs/components/TimePicker/TimePicker.tokens.js +1 -0
  57. package/cjs/components/TimePicker/TimePicker.tokens.js.map +1 -1
  58. package/cjs/components/Tree/Tree.css +7 -7
  59. package/cjs/components/Tree/Tree.js +5 -12
  60. package/cjs/components/Tree/Tree.js.map +1 -1
  61. package/cjs/components/Tree/Tree.styles.js +19 -3
  62. package/cjs/components/Tree/Tree.styles.js.map +1 -1
  63. package/cjs/components/Tree/Tree.styles_1n6h7n6.css +8 -0
  64. package/cjs/components/Tree/Tree.tokens.js +8 -2
  65. package/cjs/components/Tree/Tree.tokens.js.map +1 -1
  66. package/cjs/index.css +52 -51
  67. package/cjs/utils/createConditionalComponent.js +8 -4
  68. package/cjs/utils/createConditionalComponent.js.map +1 -1
  69. package/emotion/cjs/components/Combobox/ComboboxNew/Combobox.js +13 -12
  70. package/emotion/cjs/components/Combobox/ComboboxNew/Combobox.styles.js +17 -17
  71. package/emotion/cjs/components/Loader/Loader.js +6 -16
  72. package/emotion/cjs/components/Loader/Loader.styles.js +38 -5
  73. package/emotion/cjs/components/Pagination/Pagination.styles.js +18 -18
  74. package/emotion/cjs/components/TextField/TextField.js +17 -24
  75. package/emotion/cjs/components/TextField/TextField.styles.js +46 -49
  76. package/emotion/cjs/components/TextField/variations/_label-placement/base.js +1 -1
  77. package/emotion/cjs/components/TextField/variations/_read-only/base.js +1 -1
  78. package/emotion/cjs/components/TextField/variations/_view/base.js +1 -1
  79. package/emotion/cjs/components/TimePicker/TimePicker.js +4 -2
  80. package/emotion/cjs/components/TimePicker/TimePicker.styles.js +9 -12
  81. package/emotion/cjs/components/TimePicker/TimePicker.tokens.js +1 -0
  82. package/emotion/cjs/components/Tree/Tree.js +5 -12
  83. package/emotion/cjs/components/Tree/Tree.styles.js +22 -16
  84. package/emotion/cjs/components/Tree/Tree.tokens.js +8 -2
  85. package/emotion/cjs/examples/components/Combobox/Combobox.js +15 -0
  86. package/emotion/cjs/examples/components/TextField/TextField.clear.config.js +59 -0
  87. package/emotion/cjs/examples/components/TextField/TextField.config.js +22 -25
  88. package/emotion/cjs/examples/components/TextField/TextField.js +29 -5
  89. package/emotion/cjs/examples/components/Tokens/Colors/Colors.styles.js +152 -55
  90. package/emotion/cjs/examples/components/Tokens/NumberTokens/NumberTokens.styles.js +72 -25
  91. package/emotion/cjs/examples/components/Tokens/Typography/Typography.styles.js +200 -75
  92. package/emotion/cjs/examples/components/Tree/Tree.config.js +5 -5
  93. package/emotion/cjs/utils/createConditionalComponent.js +76 -8
  94. package/emotion/es/components/Combobox/ComboboxNew/Combobox.js +13 -12
  95. package/emotion/es/components/Combobox/ComboboxNew/Combobox.styles.js +17 -17
  96. package/emotion/es/components/Loader/Loader.js +7 -17
  97. package/emotion/es/components/Loader/Loader.styles.js +29 -5
  98. package/emotion/es/components/Pagination/Pagination.styles.js +18 -18
  99. package/emotion/es/components/TextField/TextField.js +5 -12
  100. package/emotion/es/components/TextField/TextField.styles.js +46 -49
  101. package/emotion/es/components/TextField/variations/_label-placement/base.js +2 -2
  102. package/emotion/es/components/TextField/variations/_read-only/base.js +1 -1
  103. package/emotion/es/components/TextField/variations/_view/base.js +2 -2
  104. package/emotion/es/components/TimePicker/TimePicker.js +4 -2
  105. package/emotion/es/components/TimePicker/TimePicker.styles.js +9 -12
  106. package/emotion/es/components/TimePicker/TimePicker.tokens.js +1 -0
  107. package/emotion/es/components/Tree/Tree.js +5 -12
  108. package/emotion/es/components/Tree/Tree.styles.js +22 -16
  109. package/emotion/es/components/Tree/Tree.tokens.js +8 -2
  110. package/emotion/es/examples/components/TextField/TextField.clear.config.js +49 -0
  111. package/emotion/es/examples/components/TextField/TextField.config.js +22 -25
  112. package/emotion/es/examples/components/TextField/TextField.js +15 -2
  113. package/emotion/es/examples/components/Tokens/Colors/Colors.styles.js +152 -55
  114. package/emotion/es/examples/components/Tokens/NumberTokens/NumberTokens.styles.js +72 -25
  115. package/emotion/es/examples/components/Tokens/Typography/Typography.styles.js +200 -75
  116. package/emotion/es/examples/components/Tree/Tree.config.js +5 -5
  117. package/emotion/es/utils/createConditionalComponent.js +37 -5
  118. package/es/components/Autocomplete/Autocomplete.css +26 -28
  119. package/es/components/Combobox/ComboboxNew/Combobox.css +26 -28
  120. package/es/components/Combobox/ComboboxNew/Combobox.js +14 -13
  121. package/es/components/Combobox/ComboboxNew/Combobox.js.map +1 -1
  122. package/es/components/Combobox/ComboboxNew/Combobox.styles.js +6 -4
  123. package/es/components/Combobox/ComboboxNew/Combobox.styles.js.map +1 -1
  124. package/es/components/DatePicker/RangeDate/RangeDate.css +26 -28
  125. package/es/components/DatePicker/RangeDate/RangeDatePopover/RangeDatePopover.css +26 -28
  126. package/es/components/DatePicker/SingleDate/SingleDate.css +26 -28
  127. package/es/components/DateTimePicker/DateTimePicker.css +26 -28
  128. package/es/components/DateTimePicker/ui/Input/Input.css +26 -28
  129. package/es/components/Loader/Loader.css +6 -14
  130. package/es/components/Loader/Loader.js +7 -17
  131. package/es/components/Loader/Loader.js.map +1 -1
  132. package/es/components/Loader/Loader.styles.js +49 -2
  133. package/es/components/Loader/Loader.styles.js.map +1 -1
  134. package/es/components/Loader/{Loader.styles_ju7bog.css → Loader.styles_xzuvzj.css} +3 -0
  135. package/es/components/Pagination/Pagination.css +35 -37
  136. package/es/components/Pagination/Pagination.styles.js +7 -7
  137. package/es/components/Pagination/Pagination.styles.js.map +1 -1
  138. package/es/components/Pagination/{Pagination.styles_qhyqps.css → Pagination.styles_wrarr1.css} +1 -1
  139. package/es/components/Pagination/ui/PaginationSelectPerPage/PaginationSelectPerPage.css +26 -28
  140. package/es/components/Range/Range.css +26 -28
  141. package/es/components/Select/Select.css +26 -28
  142. package/es/components/Select/ui/Target/Target.css +26 -28
  143. package/es/components/Select/ui/Target/ui/Textfield/Textfield.css +26 -28
  144. package/es/components/Slider/Slider.css +26 -28
  145. package/es/components/Slider/components/DoubleUncontrolled/DoubleUncontrolled.css +26 -28
  146. package/es/components/Table/Table.css +26 -28
  147. package/es/components/Table/ui/Cell/Cell.css +26 -28
  148. package/es/components/Table/ui/EditableCell/EditableCell.css +26 -28
  149. package/es/components/Table/ui/HeadCell/HeadCell.css +26 -28
  150. package/es/components/Table/ui/HeadCell/ui/Filter/Filter.css +26 -28
  151. package/es/components/TextField/TextField.js +16 -23
  152. package/es/components/TextField/TextField.js.map +1 -1
  153. package/es/components/TextField/TextField.styles.js +8 -18
  154. package/es/components/TextField/TextField.styles.js.map +1 -1
  155. package/{cjs/components/TextField/TextField.styles_146520i.css → es/components/TextField/TextField.styles_1pu4eym.css} +1 -1
  156. package/es/components/TextField/ui/Hint/Hint.css +21 -21
  157. package/es/components/TextField/ui/TextFieldChipNew/TextFieldChipNew.css +23 -23
  158. package/es/components/TextField/variations/_label-placement/base.js +1 -1
  159. package/es/components/TextField/variations/_label-placement/base.js.map +1 -1
  160. package/es/components/TextField/variations/_label-placement/{base_1s0mlhj.css → base_o4xjq1.css} +1 -1
  161. package/es/components/TextField/variations/_read-only/base.js +1 -1
  162. package/es/components/TextField/variations/_read-only/base.js.map +1 -1
  163. package/es/components/TextField/variations/_read-only/base_2lss3j.css +1 -0
  164. package/es/components/TextField/variations/_view/base.js +1 -1
  165. package/es/components/TextField/variations/_view/base.js.map +1 -1
  166. package/es/components/TextField/variations/_view/{base_1diyp23.css → base_1twy16p.css} +1 -1
  167. package/es/components/TimePicker/TimePicker.css +30 -32
  168. package/es/components/TimePicker/TimePicker.js +3 -2
  169. package/es/components/TimePicker/TimePicker.js.map +1 -1
  170. package/es/components/TimePicker/TimePicker.styles.js +1 -1
  171. package/es/components/TimePicker/TimePicker.styles.js.map +1 -1
  172. package/es/components/TimePicker/{TimePicker.styles_2lk4d9.css → TimePicker.styles_1qm4hou.css} +2 -2
  173. package/es/components/TimePicker/TimePicker.tokens.js +1 -0
  174. package/es/components/TimePicker/TimePicker.tokens.js.map +1 -1
  175. package/es/components/Tree/Tree.css +7 -7
  176. package/es/components/Tree/Tree.js +5 -12
  177. package/es/components/Tree/Tree.js.map +1 -1
  178. package/es/components/Tree/Tree.styles.js +19 -3
  179. package/es/components/Tree/Tree.styles.js.map +1 -1
  180. package/es/components/Tree/Tree.styles_1n6h7n6.css +8 -0
  181. package/es/components/Tree/Tree.tokens.js +8 -2
  182. package/es/components/Tree/Tree.tokens.js.map +1 -1
  183. package/es/index.css +52 -51
  184. package/es/utils/createConditionalComponent.js +10 -6
  185. package/es/utils/createConditionalComponent.js.map +1 -1
  186. package/package.json +6 -15
  187. package/styled-components/cjs/components/Combobox/ComboboxNew/Combobox.js +13 -12
  188. package/styled-components/cjs/components/Combobox/ComboboxNew/Combobox.styles.js +10 -10
  189. package/styled-components/cjs/components/Loader/Loader.js +6 -16
  190. package/styled-components/cjs/components/Loader/Loader.styles.js +45 -2
  191. package/styled-components/cjs/components/Pagination/Pagination.styles.js +13 -14
  192. package/styled-components/cjs/components/TextField/TextField.js +16 -23
  193. package/styled-components/cjs/components/TextField/TextField.styles.js +31 -32
  194. package/styled-components/cjs/components/TextField/variations/_label-placement/base.js +6 -4
  195. package/styled-components/cjs/components/TextField/variations/_read-only/base.js +3 -4
  196. package/styled-components/cjs/components/TextField/variations/_view/base.js +13 -2
  197. package/styled-components/cjs/components/TimePicker/TimePicker.js +4 -2
  198. package/styled-components/cjs/components/TimePicker/TimePicker.styles.js +10 -12
  199. package/styled-components/cjs/components/TimePicker/TimePicker.tokens.js +1 -0
  200. package/styled-components/cjs/components/Tree/Tree.js +5 -12
  201. package/styled-components/cjs/components/Tree/Tree.styles.js +26 -12
  202. package/styled-components/cjs/components/Tree/Tree.tokens.js +8 -2
  203. package/styled-components/cjs/examples/components/Combobox/Combobox.js +15 -0
  204. package/styled-components/cjs/examples/components/TextField/TextField.clear.config.js +670 -0
  205. package/styled-components/cjs/examples/components/TextField/TextField.config.js +10 -48
  206. package/styled-components/cjs/examples/components/TextField/TextField.js +29 -5
  207. package/styled-components/cjs/examples/components/Tree/Tree.config.js +34 -10
  208. package/styled-components/cjs/utils/createConditionalComponent.js +76 -8
  209. package/styled-components/es/components/Combobox/ComboboxNew/Combobox.js +13 -12
  210. package/styled-components/es/components/Combobox/ComboboxNew/Combobox.styles.js +10 -10
  211. package/styled-components/es/components/Loader/Loader.js +7 -17
  212. package/styled-components/es/components/Loader/Loader.styles.js +36 -2
  213. package/styled-components/es/components/Pagination/Pagination.styles.js +13 -14
  214. package/styled-components/es/components/TextField/TextField.js +4 -11
  215. package/styled-components/es/components/TextField/TextField.styles.js +31 -32
  216. package/styled-components/es/components/TextField/variations/_label-placement/base.js +7 -5
  217. package/styled-components/es/components/TextField/variations/_read-only/base.js +3 -4
  218. package/styled-components/es/components/TextField/variations/_view/base.js +14 -3
  219. package/styled-components/es/components/TimePicker/TimePicker.js +4 -2
  220. package/styled-components/es/components/TimePicker/TimePicker.styles.js +10 -12
  221. package/styled-components/es/components/TimePicker/TimePicker.tokens.js +1 -0
  222. package/styled-components/es/components/Tree/Tree.js +5 -12
  223. package/styled-components/es/components/Tree/Tree.styles.js +26 -12
  224. package/styled-components/es/components/Tree/Tree.tokens.js +8 -2
  225. package/styled-components/es/examples/components/TextField/TextField.clear.config.js +660 -0
  226. package/styled-components/es/examples/components/TextField/TextField.config.js +10 -48
  227. package/styled-components/es/examples/components/TextField/TextField.js +15 -2
  228. package/styled-components/es/examples/components/Tree/Tree.config.js +34 -10
  229. package/styled-components/es/utils/createConditionalComponent.js +37 -5
  230. package/types/components/Accordion/ui/AccordionItem/AccordionItem.styles.d.ts +2 -2
  231. package/types/components/Attach/ui/Button/Button.styles.d.ts +1 -1
  232. package/types/components/Attach/ui/Cell/Cell.styles.d.ts +1 -1
  233. package/types/components/Attach/ui/Dropdown/Dropdown.styles.d.ts +1 -1
  234. package/types/components/Attach/ui/IconButton/IconButton.styles.d.ts +2 -2
  235. package/types/components/Autocomplete/ui/TextField/TextField.styles.d.ts +9 -1
  236. package/types/components/Autocomplete/ui/TextField/TextField.styles.d.ts.map +1 -1
  237. package/types/components/Avatar/Avatar.styles.d.ts +2 -2
  238. package/types/components/Breadcrumbs/Breadcrumbs.styles.d.ts +1 -1
  239. package/types/components/Button/Button.styles.d.ts +1 -1
  240. package/types/components/Calendar/ui/CalendarHeader/CalendarHeader.styles.d.ts +4 -4
  241. package/types/components/Calendar/ui/EventTooltip/EventTooltip.styles.d.ts +1 -1
  242. package/types/components/Carousel/CarouselNew/Carousel.styles.d.ts +1 -1
  243. package/types/components/Combobox/ComboboxNew/Combobox.styles.d.ts +3 -2
  244. package/types/components/Combobox/ComboboxNew/Combobox.styles.d.ts.map +1 -1
  245. package/types/components/Combobox/ComboboxNew/Combobox.types.d.ts +4 -0
  246. package/types/components/Combobox/ComboboxNew/Combobox.types.d.ts.map +1 -1
  247. package/types/components/Combobox/ComboboxNew/ui/Inner/ui/Item/Item.styles.d.ts +5 -5
  248. package/types/components/Combobox/ComboboxNew/ui/Target/Target.styles.d.ts +9 -1
  249. package/types/components/Combobox/ComboboxNew/ui/Target/Target.styles.d.ts.map +1 -1
  250. package/types/components/Combobox/ComboboxNew/ui/TreeList/ui/Item/Item.styles.d.ts +6 -6
  251. package/types/components/Combobox/ComboboxOld/ui/ComboboxChip/ComboboxChip.styles.d.ts +1 -1
  252. package/types/components/Combobox/ComboboxOld/ui/ComboboxTarget/ComboboxTarget.styles.d.ts +1 -1
  253. package/types/components/DatePicker/RangeDate/RangeDate.styles.d.ts +2 -2
  254. package/types/components/DatePicker/SingleDate/SingleDate.styles.d.ts +14 -6
  255. package/types/components/DatePicker/SingleDate/SingleDate.styles.d.ts.map +1 -1
  256. package/types/components/DateTimePicker/ui/DateShortcut/DateShortcutList.styles.d.ts +1 -1
  257. package/types/components/DateTimePicker/ui/Input/Input.styles.d.ts +9 -1
  258. package/types/components/DateTimePicker/ui/Input/Input.styles.d.ts.map +1 -1
  259. package/types/components/Drawer/Drawer.styles.d.ts +1 -1
  260. package/types/components/Drawer/ui/DrawerHeader/DrawerHeader.d.ts +2 -2
  261. package/types/components/Dropdown/ui/DropdownItem/DropdownItem.styles.d.ts +2 -2
  262. package/types/components/Dropdown/ui/DropdownOld/Dropdown.styles.d.ts +1 -1
  263. package/types/components/EmptyState/EmptyState.styles.d.ts +1 -1
  264. package/types/components/InformationWrapper/InformationWrapper.styles.d.ts +1 -1
  265. package/types/components/LinkButton/LinkButton.styles.d.ts +1 -1
  266. package/types/components/List/ui/ListItem.styles.d.ts +1 -1
  267. package/types/components/Loader/Loader.d.ts.map +1 -1
  268. package/types/components/Loader/Loader.styles.d.ts +10 -2
  269. package/types/components/Loader/Loader.styles.d.ts.map +1 -1
  270. package/types/components/NavigationDrawer/ui/MenuItem/MenuItem.styles.d.ts +2 -2
  271. package/types/components/NavigationDrawer/ui/Section/Section.styles.d.ts +1 -1
  272. package/types/components/Note/Note.styles.d.ts +1 -1
  273. package/types/components/Notification/Notification.styles.d.ts +3 -3
  274. package/types/components/NumberInput/ui/ActionButton/ActionButton.styles.d.ts +1 -1
  275. package/types/components/NumberInput/ui/Input/Input.styles.d.ts +1 -1
  276. package/types/components/Pagination/Pagination.styles.d.ts +7 -7
  277. package/types/components/Pagination/Pagination.styles.d.ts.map +1 -1
  278. package/types/components/Pagination/ui/PaginationSelectPerPage/PaginationSelectPerPage.styles.d.ts +1 -1
  279. package/types/components/PaginationDots/PaginationDots.d.ts +1 -1
  280. package/types/components/Panel/ui/PanelHeader/PanelHeader.styles.d.ts +1 -1
  281. package/types/components/Popup/Popup.styles.d.ts +1 -1
  282. package/types/components/Range/Range.styles.d.ts +9 -1
  283. package/types/components/Range/Range.styles.d.ts.map +1 -1
  284. package/types/components/Segment/ui/SegmentGroup/SegmentGroup.styles.d.ts +4 -4
  285. package/types/components/Select/ui/Inner/ui/Item/Item.styles.d.ts +5 -5
  286. package/types/components/Select/ui/Target/ui/Button/Button.styles.d.ts +2 -2
  287. package/types/components/Select/ui/Target/ui/Textfield/Textfield.styles.d.ts +9 -1
  288. package/types/components/Select/ui/Target/ui/Textfield/Textfield.styles.d.ts.map +1 -1
  289. package/types/components/Select/ui/TreeList/ui/Item/Item.styles.d.ts +6 -6
  290. package/types/components/Skeleton/LineSkeleton/LineSkeleton.d.ts +4 -4
  291. package/types/components/Skeleton/LineSkeleton/LineSkeleton.d.ts.map +1 -1
  292. package/types/components/Skeleton/RectSkeleton/RectSkeleton.d.ts +2 -2
  293. package/types/components/Skeleton/RectSkeleton/RectSkeleton.d.ts.map +1 -1
  294. package/types/components/Slider/components/Double/Double.styles.d.ts +9 -1
  295. package/types/components/Slider/components/Double/Double.styles.d.ts.map +1 -1
  296. package/types/components/Steps/ui/StepItem/StepItem.styles.d.ts +1 -1
  297. package/types/components/Table/Table.styles.d.ts +5 -5
  298. package/types/components/Table/ui/EditableCell/EditableCell.styles.d.ts +2 -2
  299. package/types/components/Table/ui/HeadCell/ui/Filter/Filter.styles.d.ts +4 -4
  300. package/types/components/Tabs/ui/horizontal/HorizontalIconTabItem/HorizontalIconTabItem.d.ts +2 -2
  301. package/types/components/Tabs/ui/horizontal/HorizontalIconTabItem/HorizontalIconTabItem.d.ts.map +1 -1
  302. package/types/components/Tabs/ui/vertical/VerticalIconTabItem/VerticalIconTabItem.d.ts +2 -2
  303. package/types/components/Tabs/ui/vertical/VerticalIconTabItem/VerticalIconTabItem.d.ts.map +1 -1
  304. package/types/components/Tabs/ui/vertical/VerticalTabs/VerticalTabs.d.ts +2 -2
  305. package/types/components/Tabs/ui/vertical/VerticalTabs/VerticalTabs.d.ts.map +1 -1
  306. package/types/components/TextArea/TextArea.styles.d.ts +2 -2
  307. package/types/components/TextField/TextField.d.ts +0 -4
  308. package/types/components/TextField/TextField.d.ts.map +1 -1
  309. package/types/components/TextField/TextField.styles.d.ts +2 -5
  310. package/types/components/TextField/TextField.styles.d.ts.map +1 -1
  311. package/types/components/TextField/TextField.types.d.ts +8 -0
  312. package/types/components/TextField/TextField.types.d.ts.map +1 -1
  313. package/types/components/TextField/ui/TextFieldChip/TextFieldChip.styles.d.ts +1 -1
  314. package/types/components/TextField/variations/_label-placement/base.d.ts.map +1 -1
  315. package/types/components/TextField/variations/_read-only/base.d.ts.map +1 -1
  316. package/types/components/TextField/variations/_view/base.d.ts.map +1 -1
  317. package/types/components/TimePicker/TimePicker.d.ts.map +1 -1
  318. package/types/components/TimePicker/TimePicker.styles.d.ts +15 -7
  319. package/types/components/TimePicker/TimePicker.styles.d.ts.map +1 -1
  320. package/types/components/TimePicker/TimePicker.tokens.d.ts +1 -0
  321. package/types/components/TimePicker/TimePicker.tokens.d.ts.map +1 -1
  322. package/types/components/Toast/Toast.styles.d.ts +2 -2
  323. package/types/components/Toast/ToastNew/ToastNew.styles.d.ts +1 -1
  324. package/types/components/Tree/Tree.d.ts.map +1 -1
  325. package/types/components/Tree/Tree.styles.d.ts +4 -2
  326. package/types/components/Tree/Tree.styles.d.ts.map +1 -1
  327. package/types/components/Tree/Tree.tokens.d.ts +8 -2
  328. package/types/components/Tree/Tree.tokens.d.ts.map +1 -1
  329. package/types/components/_Resizable/Resizable.styles.d.ts +1 -1
  330. package/types/examples/_helpers.d.ts +1 -1
  331. package/types/examples/_helpers.d.ts.map +1 -1
  332. package/types/examples/components/Autocomplete/Autocomplete.d.ts +40 -40
  333. package/types/examples/components/Autocomplete/Autocomplete.d.ts.map +1 -1
  334. package/types/examples/components/Avatar/Avatar.d.ts +1 -1
  335. package/types/examples/components/ButtonGroup/ButtonGroup.d.ts +1 -1
  336. package/types/examples/components/ButtonGroup/ButtonGroup.d.ts.map +1 -1
  337. package/types/examples/components/Calendar/Calendar.d.ts +1 -1
  338. package/types/examples/components/Calendar/Calendar.d.ts.map +1 -1
  339. package/types/examples/components/Carousel/Carousel.d.ts +3 -3
  340. package/types/examples/components/Carousel/Carousel.d.ts.map +1 -1
  341. package/types/examples/components/Checkbox/Checkbox.d.ts +2 -2
  342. package/types/examples/components/Checkbox/Checkbox.d.ts.map +1 -1
  343. package/types/examples/components/Chip/Chip.d.ts +4 -4
  344. package/types/examples/components/Chip/Chip.d.ts.map +1 -1
  345. package/types/examples/components/Combobox/Combobox.d.ts +36 -12
  346. package/types/examples/components/Combobox/Combobox.d.ts.map +1 -1
  347. package/types/examples/components/DatePicker/DatePicker.d.ts +1 -1
  348. package/types/examples/components/Divider/Divider.d.ts +1 -1
  349. package/types/examples/components/Divider/Divider.d.ts.map +1 -1
  350. package/types/examples/components/Drawer/Drawer.d.ts +1 -1
  351. package/types/examples/components/Dropdown/Dropdown.d.ts +5 -5
  352. package/types/examples/components/Dropdown/Dropdown.d.ts.map +1 -1
  353. package/types/examples/components/EmptyState/EmptyState.d.ts +1 -1
  354. package/types/examples/components/Flow/Flow.d.ts +1 -1
  355. package/types/examples/components/Grid/Grid.d.ts +1 -1
  356. package/types/examples/components/Grid/Grid.d.ts.map +1 -1
  357. package/types/examples/components/Image/Image.d.ts +1 -1
  358. package/types/examples/components/Indicator/Indicator.d.ts +1 -1
  359. package/types/examples/components/Mask/Mask.d.ts +17 -33
  360. package/types/examples/components/Mask/Mask.d.ts.map +1 -1
  361. package/types/examples/components/Modal/Modal.d.ts +2 -2
  362. package/types/examples/components/NumberFormat/NumberFormat.d.ts +25 -41
  363. package/types/examples/components/NumberFormat/NumberFormat.d.ts.map +1 -1
  364. package/types/examples/components/Pagination/Pagination.d.ts +1 -1
  365. package/types/examples/components/Pagination/Pagination.d.ts.map +1 -1
  366. package/types/examples/components/Panel/Panel.d.ts +1 -1
  367. package/types/examples/components/Popup/Popup.d.ts +1 -1
  368. package/types/examples/components/Popup/Popup.d.ts.map +1 -1
  369. package/types/examples/components/Progress/Progress.d.ts +1 -1
  370. package/types/examples/components/Progress/Progress.d.ts.map +1 -1
  371. package/types/examples/components/Radiobox/Radiobox.d.ts +49 -8
  372. package/types/examples/components/Radiobox/Radiobox.d.ts.map +1 -1
  373. package/types/examples/components/Range/Range.d.ts +3 -3
  374. package/types/examples/components/Range/Range.d.ts.map +1 -1
  375. package/types/examples/components/Segment/Segment.d.ts +1 -1
  376. package/types/examples/components/Segment/Segment.d.ts.map +1 -1
  377. package/types/examples/components/Select/Select.d.ts +2 -2
  378. package/types/examples/components/Sheet/Sheet.d.ts +1 -1
  379. package/types/examples/components/Sheet/Sheet.d.ts.map +1 -1
  380. package/types/examples/components/Slider/Slider.d.ts +2 -2
  381. package/types/examples/components/Steps/Steps.d.ts +1 -1
  382. package/types/examples/components/Switch/Switch.d.ts +2 -2
  383. package/types/examples/components/Switch/Switch.d.ts.map +1 -1
  384. package/types/examples/components/Tabs/Tabs.d.ts +2 -2
  385. package/types/examples/components/Tabs/Tabs.d.ts.map +1 -1
  386. package/types/examples/components/Tabs/TabsController.d.ts +1 -1
  387. package/types/examples/components/Tabs/TabsController.d.ts.map +1 -1
  388. package/types/examples/components/TextField/TextField.clear.config.d.ts +48 -0
  389. package/types/examples/components/TextField/TextField.clear.config.d.ts.map +1 -0
  390. package/types/examples/components/TextField/TextField.config.d.ts +0 -3
  391. package/types/examples/components/TextField/TextField.config.d.ts.map +1 -1
  392. package/types/examples/components/TextField/TextField.d.ts +970 -4
  393. package/types/examples/components/TextField/TextField.d.ts.map +1 -1
  394. package/types/examples/components/Tokens/Colors/Colors.styles.d.ts +16 -16
  395. package/types/examples/components/Tokens/Colors/Colors.styles.d.ts.map +1 -1
  396. package/types/examples/components/Tokens/NumberTokens/NumberTokens.styles.d.ts +6 -8
  397. package/types/examples/components/Tokens/NumberTokens/NumberTokens.styles.d.ts.map +1 -1
  398. package/types/examples/components/Tokens/Typography/Typography.styles.d.ts +20 -20
  399. package/types/examples/components/Tokens/Typography/Typography.styles.d.ts.map +1 -1
  400. package/types/examples/components/Tree/Tree.config.d.ts.map +1 -1
  401. package/types/utils/createConditionalComponent.d.ts +1 -1
  402. package/types/utils/createConditionalComponent.d.ts.map +1 -1
  403. package/cjs/components/TextField/variations/_clear/base.js +0 -9
  404. package/cjs/components/TextField/variations/_clear/base.js.map +0 -1
  405. package/cjs/components/TextField/variations/_clear/base_ukg8yq.css +0 -1
  406. package/cjs/components/TextField/variations/_read-only/base_13ohoed.css +0 -1
  407. package/cjs/components/Tree/Tree.styles_ihv9l0.css +0 -8
  408. package/emotion/cjs/components/TextField/variations/_clear/base.js +0 -14
  409. package/emotion/es/components/TextField/variations/_clear/base.js +0 -4
  410. package/es/components/TextField/variations/_clear/base.js +0 -5
  411. package/es/components/TextField/variations/_clear/base.js.map +0 -1
  412. package/es/components/TextField/variations/_clear/base_ukg8yq.css +0 -1
  413. package/es/components/TextField/variations/_read-only/base_13ohoed.css +0 -1
  414. package/es/components/Tree/Tree.styles_ihv9l0.css +0 -8
  415. package/styled-components/cjs/components/TextField/variations/_clear/base.js +0 -52
  416. package/styled-components/es/components/TextField/variations/_clear/base.js +0 -42
  417. package/types/components/TextField/variations/_clear/base.d.ts +0 -2
  418. package/types/components/TextField/variations/_clear/base.d.ts.map +0 -1
@@ -1,4 +1,4 @@
1
- export declare const TextField: import("react").FunctionComponent<import("../../../engines/types").PropsType<{
1
+ export declare const TextFieldDefault: import("react").FunctionComponent<import("../../../engines/types").PropsType<{
2
2
  view: {
3
3
  default: import("@linaria/core").LinariaClassName;
4
4
  positive: import("@linaria/core").LinariaClassName;
@@ -16,9 +16,6 @@ export declare const TextField: import("react").FunctionComponent<import("../../
16
16
  inner: import("@linaria/core").LinariaClassName;
17
17
  outer: import("@linaria/core").LinariaClassName;
18
18
  };
19
- clear: {
20
- true: import("@linaria/core").LinariaClassName;
21
- };
22
19
  chipView: {
23
20
  default: import("@linaria/core").LinariaClassName;
24
21
  secondary: import("@linaria/core").LinariaClassName;
@@ -41,6 +38,7 @@ export declare const TextField: import("react").FunctionComponent<import("../../
41
38
  true: import("@linaria/core").LinariaClassName;
42
39
  };
43
40
  }> & (({
41
+ appearance?: "default" | "clear";
44
42
  size?: string;
45
43
  view?: string;
46
44
  readOnly?: boolean;
@@ -77,6 +75,7 @@ export declare const TextField: import("react").FunctionComponent<import("../../
77
75
  chipView?: never;
78
76
  chipValidator?: never;
79
77
  } & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
78
+ appearance?: "default" | "clear";
80
79
  size?: string;
81
80
  view?: string;
82
81
  readOnly?: boolean;
@@ -115,6 +114,7 @@ export declare const TextField: import("react").FunctionComponent<import("../../
115
114
  view?: string;
116
115
  };
117
116
  } & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
117
+ appearance?: "default" | "clear";
118
118
  size?: string;
119
119
  view?: string;
120
120
  readOnly?: boolean;
@@ -151,6 +151,7 @@ export declare const TextField: import("react").FunctionComponent<import("../../
151
151
  chipView?: never;
152
152
  chipValidator?: never;
153
153
  } & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
154
+ appearance?: "default" | "clear";
154
155
  size?: string;
155
156
  view?: string;
156
157
  readOnly?: boolean;
@@ -189,6 +190,7 @@ export declare const TextField: import("react").FunctionComponent<import("../../
189
190
  view?: string;
190
191
  };
191
192
  } & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
193
+ appearance?: "default" | "clear";
192
194
  size?: string;
193
195
  view?: string;
194
196
  readOnly?: boolean;
@@ -225,6 +227,7 @@ export declare const TextField: import("react").FunctionComponent<import("../../
225
227
  chipView?: never;
226
228
  chipValidator?: never;
227
229
  } & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
230
+ appearance?: "default" | "clear";
228
231
  size?: string;
229
232
  view?: string;
230
233
  readOnly?: boolean;
@@ -263,6 +266,7 @@ export declare const TextField: import("react").FunctionComponent<import("../../
263
266
  view?: string;
264
267
  };
265
268
  } & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
269
+ appearance?: "default" | "clear";
266
270
  size?: string;
267
271
  view?: string;
268
272
  readOnly?: boolean;
@@ -299,6 +303,7 @@ export declare const TextField: import("react").FunctionComponent<import("../../
299
303
  chipView?: never;
300
304
  chipValidator?: never;
301
305
  } & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
306
+ appearance?: "default" | "clear";
302
307
  size?: string;
303
308
  view?: string;
304
309
  readOnly?: boolean;
@@ -337,4 +342,965 @@ export declare const TextField: import("react").FunctionComponent<import("../../
337
342
  view?: string;
338
343
  };
339
344
  } & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>))>;
345
+ export declare const TextFieldClear: import("react").FunctionComponent<import("../../../engines/types").PropsType<{
346
+ view: {
347
+ default: import("@linaria/core").LinariaClassName;
348
+ positive: import("@linaria/core").LinariaClassName;
349
+ warning: import("@linaria/core").LinariaClassName;
350
+ negative: import("@linaria/core").LinariaClassName;
351
+ };
352
+ size: {
353
+ xl: import("@linaria/core").LinariaClassName;
354
+ l: import("@linaria/core").LinariaClassName;
355
+ m: import("@linaria/core").LinariaClassName;
356
+ s: import("@linaria/core").LinariaClassName;
357
+ xs: import("@linaria/core").LinariaClassName;
358
+ };
359
+ labelPlacement: {
360
+ inner: import("@linaria/core").LinariaClassName;
361
+ outer: import("@linaria/core").LinariaClassName;
362
+ };
363
+ chipView: {
364
+ default: import("@linaria/core").LinariaClassName;
365
+ secondary: import("@linaria/core").LinariaClassName;
366
+ accent: import("@linaria/core").LinariaClassName;
367
+ positive: import("@linaria/core").LinariaClassName;
368
+ warning: import("@linaria/core").LinariaClassName;
369
+ negative: import("@linaria/core").LinariaClassName;
370
+ };
371
+ hintView: {
372
+ default: import("@linaria/core").LinariaClassName;
373
+ };
374
+ hintSize: {
375
+ m: import("@linaria/core").LinariaClassName;
376
+ s: import("@linaria/core").LinariaClassName;
377
+ };
378
+ disabled: {
379
+ true: import("@linaria/core").LinariaClassName;
380
+ };
381
+ readOnly: {
382
+ true: import("@linaria/core").LinariaClassName;
383
+ };
384
+ }> & (({
385
+ appearance?: "default" | "clear";
386
+ size?: string;
387
+ view?: string;
388
+ readOnly?: boolean;
389
+ disabled?: boolean;
390
+ } & {
391
+ titleCaption?: import("react").ReactNode;
392
+ leftHelper?: import("react").ReactNode;
393
+ contentLeft?: React.ReactElement;
394
+ contentRight?: React.ReactElement;
395
+ textBefore?: string;
396
+ textAfter?: string;
397
+ onSearch?: (value: string, event?: import("react").KeyboardEvent<HTMLInputElement>) => void;
398
+ } & import("../../../components/TextField/TextField.types").LabelProps & import("../../../components/TextField/TextField.types").RequiredProps & {
399
+ clear?: boolean;
400
+ hasDivider?: boolean;
401
+ } & {
402
+ hintText: string;
403
+ hintTrigger?: "hover" | "click";
404
+ hintView?: string;
405
+ hintSize?: string;
406
+ hintTargetIcon?: import("react").ReactNode;
407
+ hintTargetPlacement?: "inner" | "outer";
408
+ hintPlacement?: import("@popperjs/core").Placement | Array<import("@popperjs/core").ComputedPlacement>;
409
+ hintHasArrow?: boolean;
410
+ hintOffset?: [number, number];
411
+ hintWidth?: string;
412
+ hintContentLeft?: import("react").ReactNode;
413
+ } & {
414
+ chips?: never;
415
+ onChangeChips?: never;
416
+ enumerationType?: "plain";
417
+ onSearch?: (value: string, event?: import("react").KeyboardEvent<HTMLInputElement>) => void;
418
+ chipType?: never;
419
+ chipView?: never;
420
+ chipValidator?: never;
421
+ } & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
422
+ appearance?: "default" | "clear";
423
+ size?: string;
424
+ view?: string;
425
+ readOnly?: boolean;
426
+ disabled?: boolean;
427
+ } & {
428
+ titleCaption?: import("react").ReactNode;
429
+ leftHelper?: import("react").ReactNode;
430
+ contentLeft?: React.ReactElement;
431
+ contentRight?: React.ReactElement;
432
+ textBefore?: string;
433
+ textAfter?: string;
434
+ onSearch?: (value: string, event?: import("react").KeyboardEvent<HTMLInputElement>) => void;
435
+ } & import("../../../components/TextField/TextField.types").LabelProps & import("../../../components/TextField/TextField.types").RequiredProps & {
436
+ clear?: boolean;
437
+ hasDivider?: boolean;
438
+ } & {
439
+ hintText: string;
440
+ hintTrigger?: "hover" | "click";
441
+ hintView?: string;
442
+ hintSize?: string;
443
+ hintTargetIcon?: import("react").ReactNode;
444
+ hintTargetPlacement?: "inner" | "outer";
445
+ hintPlacement?: import("@popperjs/core").Placement | Array<import("@popperjs/core").ComputedPlacement>;
446
+ hintHasArrow?: boolean;
447
+ hintOffset?: [number, number];
448
+ hintWidth?: string;
449
+ hintContentLeft?: import("react").ReactNode;
450
+ } & {
451
+ enumerationType: "chip";
452
+ onSearch?: never;
453
+ chips?: Array<import("../../../components/TextField/TextField.types").TextFieldPrimitiveValue>;
454
+ onChangeChips?: (value: Array<import("../../../components/TextField/TextField.types").TextFieldPrimitiveValue>) => void;
455
+ chipType?: "default" | "text";
456
+ chipView?: string;
457
+ chipValidator?: (value: string) => {
458
+ view?: string;
459
+ };
460
+ } & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
461
+ appearance?: "default" | "clear";
462
+ size?: string;
463
+ view?: string;
464
+ readOnly?: boolean;
465
+ disabled?: boolean;
466
+ } & {
467
+ titleCaption?: import("react").ReactNode;
468
+ leftHelper?: import("react").ReactNode;
469
+ contentLeft?: React.ReactElement;
470
+ contentRight?: React.ReactElement;
471
+ textBefore?: string;
472
+ textAfter?: string;
473
+ onSearch?: (value: string, event?: import("react").KeyboardEvent<HTMLInputElement>) => void;
474
+ } & import("../../../components/TextField/TextField.types").LabelProps & import("../../../components/TextField/TextField.types").RequiredProps & {
475
+ clear?: boolean;
476
+ hasDivider?: boolean;
477
+ } & {
478
+ hintTrigger?: never;
479
+ hintText?: never;
480
+ hintView?: never;
481
+ hintSize?: never;
482
+ hintTargetIcon?: never;
483
+ hintTargetPlacement?: never;
484
+ hintPlacement?: never;
485
+ hintHasArrow?: never;
486
+ hintOffset?: never;
487
+ hintWidth?: never;
488
+ hintContentLeft?: never;
489
+ } & {
490
+ chips?: never;
491
+ onChangeChips?: never;
492
+ enumerationType?: "plain";
493
+ onSearch?: (value: string, event?: import("react").KeyboardEvent<HTMLInputElement>) => void;
494
+ chipType?: never;
495
+ chipView?: never;
496
+ chipValidator?: never;
497
+ } & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
498
+ appearance?: "default" | "clear";
499
+ size?: string;
500
+ view?: string;
501
+ readOnly?: boolean;
502
+ disabled?: boolean;
503
+ } & {
504
+ titleCaption?: import("react").ReactNode;
505
+ leftHelper?: import("react").ReactNode;
506
+ contentLeft?: React.ReactElement;
507
+ contentRight?: React.ReactElement;
508
+ textBefore?: string;
509
+ textAfter?: string;
510
+ onSearch?: (value: string, event?: import("react").KeyboardEvent<HTMLInputElement>) => void;
511
+ } & import("../../../components/TextField/TextField.types").LabelProps & import("../../../components/TextField/TextField.types").RequiredProps & {
512
+ clear?: boolean;
513
+ hasDivider?: boolean;
514
+ } & {
515
+ hintTrigger?: never;
516
+ hintText?: never;
517
+ hintView?: never;
518
+ hintSize?: never;
519
+ hintTargetIcon?: never;
520
+ hintTargetPlacement?: never;
521
+ hintPlacement?: never;
522
+ hintHasArrow?: never;
523
+ hintOffset?: never;
524
+ hintWidth?: never;
525
+ hintContentLeft?: never;
526
+ } & {
527
+ enumerationType: "chip";
528
+ onSearch?: never;
529
+ chips?: Array<import("../../../components/TextField/TextField.types").TextFieldPrimitiveValue>;
530
+ onChangeChips?: (value: Array<import("../../../components/TextField/TextField.types").TextFieldPrimitiveValue>) => void;
531
+ chipType?: "default" | "text";
532
+ chipView?: string;
533
+ chipValidator?: (value: string) => {
534
+ view?: string;
535
+ };
536
+ } & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
537
+ appearance?: "default" | "clear";
538
+ size?: string;
539
+ view?: string;
540
+ readOnly?: boolean;
541
+ disabled?: boolean;
542
+ } & {
543
+ titleCaption?: import("react").ReactNode;
544
+ leftHelper?: import("react").ReactNode;
545
+ contentLeft?: React.ReactElement;
546
+ contentRight?: React.ReactElement;
547
+ textBefore?: string;
548
+ textAfter?: string;
549
+ onSearch?: (value: string, event?: import("react").KeyboardEvent<HTMLInputElement>) => void;
550
+ } & import("../../../components/TextField/TextField.types").LabelProps & import("../../../components/TextField/TextField.types").RequiredProps & {
551
+ clear?: false;
552
+ hasDivider?: never;
553
+ } & {
554
+ hintText: string;
555
+ hintTrigger?: "hover" | "click";
556
+ hintView?: string;
557
+ hintSize?: string;
558
+ hintTargetIcon?: import("react").ReactNode;
559
+ hintTargetPlacement?: "inner" | "outer";
560
+ hintPlacement?: import("@popperjs/core").Placement | Array<import("@popperjs/core").ComputedPlacement>;
561
+ hintHasArrow?: boolean;
562
+ hintOffset?: [number, number];
563
+ hintWidth?: string;
564
+ hintContentLeft?: import("react").ReactNode;
565
+ } & {
566
+ chips?: never;
567
+ onChangeChips?: never;
568
+ enumerationType?: "plain";
569
+ onSearch?: (value: string, event?: import("react").KeyboardEvent<HTMLInputElement>) => void;
570
+ chipType?: never;
571
+ chipView?: never;
572
+ chipValidator?: never;
573
+ } & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
574
+ appearance?: "default" | "clear";
575
+ size?: string;
576
+ view?: string;
577
+ readOnly?: boolean;
578
+ disabled?: boolean;
579
+ } & {
580
+ titleCaption?: import("react").ReactNode;
581
+ leftHelper?: import("react").ReactNode;
582
+ contentLeft?: React.ReactElement;
583
+ contentRight?: React.ReactElement;
584
+ textBefore?: string;
585
+ textAfter?: string;
586
+ onSearch?: (value: string, event?: import("react").KeyboardEvent<HTMLInputElement>) => void;
587
+ } & import("../../../components/TextField/TextField.types").LabelProps & import("../../../components/TextField/TextField.types").RequiredProps & {
588
+ clear?: false;
589
+ hasDivider?: never;
590
+ } & {
591
+ hintText: string;
592
+ hintTrigger?: "hover" | "click";
593
+ hintView?: string;
594
+ hintSize?: string;
595
+ hintTargetIcon?: import("react").ReactNode;
596
+ hintTargetPlacement?: "inner" | "outer";
597
+ hintPlacement?: import("@popperjs/core").Placement | Array<import("@popperjs/core").ComputedPlacement>;
598
+ hintHasArrow?: boolean;
599
+ hintOffset?: [number, number];
600
+ hintWidth?: string;
601
+ hintContentLeft?: import("react").ReactNode;
602
+ } & {
603
+ enumerationType: "chip";
604
+ onSearch?: never;
605
+ chips?: Array<import("../../../components/TextField/TextField.types").TextFieldPrimitiveValue>;
606
+ onChangeChips?: (value: Array<import("../../../components/TextField/TextField.types").TextFieldPrimitiveValue>) => void;
607
+ chipType?: "default" | "text";
608
+ chipView?: string;
609
+ chipValidator?: (value: string) => {
610
+ view?: string;
611
+ };
612
+ } & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
613
+ appearance?: "default" | "clear";
614
+ size?: string;
615
+ view?: string;
616
+ readOnly?: boolean;
617
+ disabled?: boolean;
618
+ } & {
619
+ titleCaption?: import("react").ReactNode;
620
+ leftHelper?: import("react").ReactNode;
621
+ contentLeft?: React.ReactElement;
622
+ contentRight?: React.ReactElement;
623
+ textBefore?: string;
624
+ textAfter?: string;
625
+ onSearch?: (value: string, event?: import("react").KeyboardEvent<HTMLInputElement>) => void;
626
+ } & import("../../../components/TextField/TextField.types").LabelProps & import("../../../components/TextField/TextField.types").RequiredProps & {
627
+ clear?: false;
628
+ hasDivider?: never;
629
+ } & {
630
+ hintTrigger?: never;
631
+ hintText?: never;
632
+ hintView?: never;
633
+ hintSize?: never;
634
+ hintTargetIcon?: never;
635
+ hintTargetPlacement?: never;
636
+ hintPlacement?: never;
637
+ hintHasArrow?: never;
638
+ hintOffset?: never;
639
+ hintWidth?: never;
640
+ hintContentLeft?: never;
641
+ } & {
642
+ chips?: never;
643
+ onChangeChips?: never;
644
+ enumerationType?: "plain";
645
+ onSearch?: (value: string, event?: import("react").KeyboardEvent<HTMLInputElement>) => void;
646
+ chipType?: never;
647
+ chipView?: never;
648
+ chipValidator?: never;
649
+ } & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
650
+ appearance?: "default" | "clear";
651
+ size?: string;
652
+ view?: string;
653
+ readOnly?: boolean;
654
+ disabled?: boolean;
655
+ } & {
656
+ titleCaption?: import("react").ReactNode;
657
+ leftHelper?: import("react").ReactNode;
658
+ contentLeft?: React.ReactElement;
659
+ contentRight?: React.ReactElement;
660
+ textBefore?: string;
661
+ textAfter?: string;
662
+ onSearch?: (value: string, event?: import("react").KeyboardEvent<HTMLInputElement>) => void;
663
+ } & import("../../../components/TextField/TextField.types").LabelProps & import("../../../components/TextField/TextField.types").RequiredProps & {
664
+ clear?: false;
665
+ hasDivider?: never;
666
+ } & {
667
+ hintTrigger?: never;
668
+ hintText?: never;
669
+ hintView?: never;
670
+ hintSize?: never;
671
+ hintTargetIcon?: never;
672
+ hintTargetPlacement?: never;
673
+ hintPlacement?: never;
674
+ hintHasArrow?: never;
675
+ hintOffset?: never;
676
+ hintWidth?: never;
677
+ hintContentLeft?: never;
678
+ } & {
679
+ enumerationType: "chip";
680
+ onSearch?: never;
681
+ chips?: Array<import("../../../components/TextField/TextField.types").TextFieldPrimitiveValue>;
682
+ onChangeChips?: (value: Array<import("../../../components/TextField/TextField.types").TextFieldPrimitiveValue>) => void;
683
+ chipType?: "default" | "text";
684
+ chipView?: string;
685
+ chipValidator?: (value: string) => {
686
+ view?: string;
687
+ };
688
+ } & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>))>;
689
+ export declare const TextField: import("react").ForwardRefExoticComponent<(Omit<import("../../../engines/types").PropsType<{
690
+ view: {
691
+ default: import("@linaria/core").LinariaClassName;
692
+ positive: import("@linaria/core").LinariaClassName;
693
+ warning: import("@linaria/core").LinariaClassName;
694
+ negative: import("@linaria/core").LinariaClassName;
695
+ };
696
+ size: {
697
+ xl: import("@linaria/core").LinariaClassName;
698
+ l: import("@linaria/core").LinariaClassName;
699
+ m: import("@linaria/core").LinariaClassName;
700
+ s: import("@linaria/core").LinariaClassName;
701
+ xs: import("@linaria/core").LinariaClassName;
702
+ };
703
+ labelPlacement: {
704
+ inner: import("@linaria/core").LinariaClassName;
705
+ outer: import("@linaria/core").LinariaClassName;
706
+ };
707
+ chipView: {
708
+ default: import("@linaria/core").LinariaClassName;
709
+ secondary: import("@linaria/core").LinariaClassName;
710
+ accent: import("@linaria/core").LinariaClassName;
711
+ positive: import("@linaria/core").LinariaClassName;
712
+ warning: import("@linaria/core").LinariaClassName;
713
+ negative: import("@linaria/core").LinariaClassName;
714
+ };
715
+ hintView: {
716
+ default: import("@linaria/core").LinariaClassName;
717
+ };
718
+ hintSize: {
719
+ m: import("@linaria/core").LinariaClassName;
720
+ s: import("@linaria/core").LinariaClassName;
721
+ };
722
+ disabled: {
723
+ true: import("@linaria/core").LinariaClassName;
724
+ };
725
+ readOnly: {
726
+ true: import("@linaria/core").LinariaClassName;
727
+ };
728
+ }> & {
729
+ appearance?: "default" | "clear";
730
+ size?: string;
731
+ view?: string;
732
+ readOnly?: boolean;
733
+ disabled?: boolean;
734
+ } & {
735
+ titleCaption?: import("react").ReactNode;
736
+ leftHelper?: import("react").ReactNode;
737
+ contentLeft?: React.ReactElement;
738
+ contentRight?: React.ReactElement;
739
+ textBefore?: string;
740
+ textAfter?: string;
741
+ onSearch?: (value: string, event?: import("react").KeyboardEvent<HTMLInputElement>) => void;
742
+ } & import("../../../components/TextField/TextField.types").LabelProps & import("../../../components/TextField/TextField.types").RequiredProps & {
743
+ clear?: boolean;
744
+ hasDivider?: boolean;
745
+ } & {
746
+ hintText: string;
747
+ hintTrigger?: "hover" | "click";
748
+ hintView?: string;
749
+ hintSize?: string;
750
+ hintTargetIcon?: import("react").ReactNode;
751
+ hintTargetPlacement?: "inner" | "outer";
752
+ hintPlacement?: import("@popperjs/core").Placement | Array<import("@popperjs/core").ComputedPlacement>;
753
+ hintHasArrow?: boolean;
754
+ hintOffset?: [number, number];
755
+ hintWidth?: string;
756
+ hintContentLeft?: import("react").ReactNode;
757
+ } & {
758
+ chips?: never;
759
+ onChangeChips?: never;
760
+ enumerationType?: "plain";
761
+ onSearch?: (value: string, event?: import("react").KeyboardEvent<HTMLInputElement>) => void;
762
+ chipType?: never;
763
+ chipView?: never;
764
+ chipValidator?: never;
765
+ } & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>, "ref"> | Omit<import("../../../engines/types").PropsType<{
766
+ view: {
767
+ default: import("@linaria/core").LinariaClassName;
768
+ positive: import("@linaria/core").LinariaClassName;
769
+ warning: import("@linaria/core").LinariaClassName;
770
+ negative: import("@linaria/core").LinariaClassName;
771
+ };
772
+ size: {
773
+ xl: import("@linaria/core").LinariaClassName;
774
+ l: import("@linaria/core").LinariaClassName;
775
+ m: import("@linaria/core").LinariaClassName;
776
+ s: import("@linaria/core").LinariaClassName;
777
+ xs: import("@linaria/core").LinariaClassName;
778
+ };
779
+ labelPlacement: {
780
+ inner: import("@linaria/core").LinariaClassName;
781
+ outer: import("@linaria/core").LinariaClassName;
782
+ };
783
+ chipView: {
784
+ default: import("@linaria/core").LinariaClassName;
785
+ secondary: import("@linaria/core").LinariaClassName;
786
+ accent: import("@linaria/core").LinariaClassName;
787
+ positive: import("@linaria/core").LinariaClassName;
788
+ warning: import("@linaria/core").LinariaClassName;
789
+ negative: import("@linaria/core").LinariaClassName;
790
+ };
791
+ hintView: {
792
+ default: import("@linaria/core").LinariaClassName;
793
+ };
794
+ hintSize: {
795
+ m: import("@linaria/core").LinariaClassName;
796
+ s: import("@linaria/core").LinariaClassName;
797
+ };
798
+ disabled: {
799
+ true: import("@linaria/core").LinariaClassName;
800
+ };
801
+ readOnly: {
802
+ true: import("@linaria/core").LinariaClassName;
803
+ };
804
+ }> & {
805
+ appearance?: "default" | "clear";
806
+ size?: string;
807
+ view?: string;
808
+ readOnly?: boolean;
809
+ disabled?: boolean;
810
+ } & {
811
+ titleCaption?: import("react").ReactNode;
812
+ leftHelper?: import("react").ReactNode;
813
+ contentLeft?: React.ReactElement;
814
+ contentRight?: React.ReactElement;
815
+ textBefore?: string;
816
+ textAfter?: string;
817
+ onSearch?: (value: string, event?: import("react").KeyboardEvent<HTMLInputElement>) => void;
818
+ } & import("../../../components/TextField/TextField.types").LabelProps & import("../../../components/TextField/TextField.types").RequiredProps & {
819
+ clear?: boolean;
820
+ hasDivider?: boolean;
821
+ } & {
822
+ hintText: string;
823
+ hintTrigger?: "hover" | "click";
824
+ hintView?: string;
825
+ hintSize?: string;
826
+ hintTargetIcon?: import("react").ReactNode;
827
+ hintTargetPlacement?: "inner" | "outer";
828
+ hintPlacement?: import("@popperjs/core").Placement | Array<import("@popperjs/core").ComputedPlacement>;
829
+ hintHasArrow?: boolean;
830
+ hintOffset?: [number, number];
831
+ hintWidth?: string;
832
+ hintContentLeft?: import("react").ReactNode;
833
+ } & {
834
+ enumerationType: "chip";
835
+ onSearch?: never;
836
+ chips?: Array<import("../../../components/TextField/TextField.types").TextFieldPrimitiveValue>;
837
+ onChangeChips?: (value: Array<import("../../../components/TextField/TextField.types").TextFieldPrimitiveValue>) => void;
838
+ chipType?: "default" | "text";
839
+ chipView?: string;
840
+ chipValidator?: (value: string) => {
841
+ view?: string;
842
+ };
843
+ } & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>, "ref"> | Omit<import("../../../engines/types").PropsType<{
844
+ view: {
845
+ default: import("@linaria/core").LinariaClassName;
846
+ positive: import("@linaria/core").LinariaClassName;
847
+ warning: import("@linaria/core").LinariaClassName;
848
+ negative: import("@linaria/core").LinariaClassName;
849
+ };
850
+ size: {
851
+ xl: import("@linaria/core").LinariaClassName;
852
+ l: import("@linaria/core").LinariaClassName;
853
+ m: import("@linaria/core").LinariaClassName;
854
+ s: import("@linaria/core").LinariaClassName;
855
+ xs: import("@linaria/core").LinariaClassName;
856
+ };
857
+ labelPlacement: {
858
+ inner: import("@linaria/core").LinariaClassName;
859
+ outer: import("@linaria/core").LinariaClassName;
860
+ };
861
+ chipView: {
862
+ default: import("@linaria/core").LinariaClassName;
863
+ secondary: import("@linaria/core").LinariaClassName;
864
+ accent: import("@linaria/core").LinariaClassName;
865
+ positive: import("@linaria/core").LinariaClassName;
866
+ warning: import("@linaria/core").LinariaClassName;
867
+ negative: import("@linaria/core").LinariaClassName;
868
+ };
869
+ hintView: {
870
+ default: import("@linaria/core").LinariaClassName;
871
+ };
872
+ hintSize: {
873
+ m: import("@linaria/core").LinariaClassName;
874
+ s: import("@linaria/core").LinariaClassName;
875
+ };
876
+ disabled: {
877
+ true: import("@linaria/core").LinariaClassName;
878
+ };
879
+ readOnly: {
880
+ true: import("@linaria/core").LinariaClassName;
881
+ };
882
+ }> & {
883
+ appearance?: "default" | "clear";
884
+ size?: string;
885
+ view?: string;
886
+ readOnly?: boolean;
887
+ disabled?: boolean;
888
+ } & {
889
+ titleCaption?: import("react").ReactNode;
890
+ leftHelper?: import("react").ReactNode;
891
+ contentLeft?: React.ReactElement;
892
+ contentRight?: React.ReactElement;
893
+ textBefore?: string;
894
+ textAfter?: string;
895
+ onSearch?: (value: string, event?: import("react").KeyboardEvent<HTMLInputElement>) => void;
896
+ } & import("../../../components/TextField/TextField.types").LabelProps & import("../../../components/TextField/TextField.types").RequiredProps & {
897
+ clear?: boolean;
898
+ hasDivider?: boolean;
899
+ } & {
900
+ hintTrigger?: never;
901
+ hintText?: never;
902
+ hintView?: never;
903
+ hintSize?: never;
904
+ hintTargetIcon?: never;
905
+ hintTargetPlacement?: never;
906
+ hintPlacement?: never;
907
+ hintHasArrow?: never;
908
+ hintOffset?: never;
909
+ hintWidth?: never;
910
+ hintContentLeft?: never;
911
+ } & {
912
+ chips?: never;
913
+ onChangeChips?: never;
914
+ enumerationType?: "plain";
915
+ onSearch?: (value: string, event?: import("react").KeyboardEvent<HTMLInputElement>) => void;
916
+ chipType?: never;
917
+ chipView?: never;
918
+ chipValidator?: never;
919
+ } & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>, "ref"> | Omit<import("../../../engines/types").PropsType<{
920
+ view: {
921
+ default: import("@linaria/core").LinariaClassName;
922
+ positive: import("@linaria/core").LinariaClassName;
923
+ warning: import("@linaria/core").LinariaClassName;
924
+ negative: import("@linaria/core").LinariaClassName;
925
+ };
926
+ size: {
927
+ xl: import("@linaria/core").LinariaClassName;
928
+ l: import("@linaria/core").LinariaClassName;
929
+ m: import("@linaria/core").LinariaClassName;
930
+ s: import("@linaria/core").LinariaClassName;
931
+ xs: import("@linaria/core").LinariaClassName;
932
+ };
933
+ labelPlacement: {
934
+ inner: import("@linaria/core").LinariaClassName;
935
+ outer: import("@linaria/core").LinariaClassName;
936
+ };
937
+ chipView: {
938
+ default: import("@linaria/core").LinariaClassName;
939
+ secondary: import("@linaria/core").LinariaClassName;
940
+ accent: import("@linaria/core").LinariaClassName;
941
+ positive: import("@linaria/core").LinariaClassName;
942
+ warning: import("@linaria/core").LinariaClassName;
943
+ negative: import("@linaria/core").LinariaClassName;
944
+ };
945
+ hintView: {
946
+ default: import("@linaria/core").LinariaClassName;
947
+ };
948
+ hintSize: {
949
+ m: import("@linaria/core").LinariaClassName;
950
+ s: import("@linaria/core").LinariaClassName;
951
+ };
952
+ disabled: {
953
+ true: import("@linaria/core").LinariaClassName;
954
+ };
955
+ readOnly: {
956
+ true: import("@linaria/core").LinariaClassName;
957
+ };
958
+ }> & {
959
+ appearance?: "default" | "clear";
960
+ size?: string;
961
+ view?: string;
962
+ readOnly?: boolean;
963
+ disabled?: boolean;
964
+ } & {
965
+ titleCaption?: import("react").ReactNode;
966
+ leftHelper?: import("react").ReactNode;
967
+ contentLeft?: React.ReactElement;
968
+ contentRight?: React.ReactElement;
969
+ textBefore?: string;
970
+ textAfter?: string;
971
+ onSearch?: (value: string, event?: import("react").KeyboardEvent<HTMLInputElement>) => void;
972
+ } & import("../../../components/TextField/TextField.types").LabelProps & import("../../../components/TextField/TextField.types").RequiredProps & {
973
+ clear?: boolean;
974
+ hasDivider?: boolean;
975
+ } & {
976
+ hintTrigger?: never;
977
+ hintText?: never;
978
+ hintView?: never;
979
+ hintSize?: never;
980
+ hintTargetIcon?: never;
981
+ hintTargetPlacement?: never;
982
+ hintPlacement?: never;
983
+ hintHasArrow?: never;
984
+ hintOffset?: never;
985
+ hintWidth?: never;
986
+ hintContentLeft?: never;
987
+ } & {
988
+ enumerationType: "chip";
989
+ onSearch?: never;
990
+ chips?: Array<import("../../../components/TextField/TextField.types").TextFieldPrimitiveValue>;
991
+ onChangeChips?: (value: Array<import("../../../components/TextField/TextField.types").TextFieldPrimitiveValue>) => void;
992
+ chipType?: "default" | "text";
993
+ chipView?: string;
994
+ chipValidator?: (value: string) => {
995
+ view?: string;
996
+ };
997
+ } & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>, "ref"> | Omit<import("../../../engines/types").PropsType<{
998
+ view: {
999
+ default: import("@linaria/core").LinariaClassName;
1000
+ positive: import("@linaria/core").LinariaClassName;
1001
+ warning: import("@linaria/core").LinariaClassName;
1002
+ negative: import("@linaria/core").LinariaClassName;
1003
+ };
1004
+ size: {
1005
+ xl: import("@linaria/core").LinariaClassName;
1006
+ l: import("@linaria/core").LinariaClassName;
1007
+ m: import("@linaria/core").LinariaClassName;
1008
+ s: import("@linaria/core").LinariaClassName;
1009
+ xs: import("@linaria/core").LinariaClassName;
1010
+ };
1011
+ labelPlacement: {
1012
+ inner: import("@linaria/core").LinariaClassName;
1013
+ outer: import("@linaria/core").LinariaClassName;
1014
+ };
1015
+ chipView: {
1016
+ default: import("@linaria/core").LinariaClassName;
1017
+ secondary: import("@linaria/core").LinariaClassName;
1018
+ accent: import("@linaria/core").LinariaClassName;
1019
+ positive: import("@linaria/core").LinariaClassName;
1020
+ warning: import("@linaria/core").LinariaClassName;
1021
+ negative: import("@linaria/core").LinariaClassName;
1022
+ };
1023
+ hintView: {
1024
+ default: import("@linaria/core").LinariaClassName;
1025
+ };
1026
+ hintSize: {
1027
+ m: import("@linaria/core").LinariaClassName;
1028
+ s: import("@linaria/core").LinariaClassName;
1029
+ };
1030
+ disabled: {
1031
+ true: import("@linaria/core").LinariaClassName;
1032
+ };
1033
+ readOnly: {
1034
+ true: import("@linaria/core").LinariaClassName;
1035
+ };
1036
+ }> & {
1037
+ appearance?: "default" | "clear";
1038
+ size?: string;
1039
+ view?: string;
1040
+ readOnly?: boolean;
1041
+ disabled?: boolean;
1042
+ } & {
1043
+ titleCaption?: import("react").ReactNode;
1044
+ leftHelper?: import("react").ReactNode;
1045
+ contentLeft?: React.ReactElement;
1046
+ contentRight?: React.ReactElement;
1047
+ textBefore?: string;
1048
+ textAfter?: string;
1049
+ onSearch?: (value: string, event?: import("react").KeyboardEvent<HTMLInputElement>) => void;
1050
+ } & import("../../../components/TextField/TextField.types").LabelProps & import("../../../components/TextField/TextField.types").RequiredProps & {
1051
+ clear?: false;
1052
+ hasDivider?: never;
1053
+ } & {
1054
+ hintText: string;
1055
+ hintTrigger?: "hover" | "click";
1056
+ hintView?: string;
1057
+ hintSize?: string;
1058
+ hintTargetIcon?: import("react").ReactNode;
1059
+ hintTargetPlacement?: "inner" | "outer";
1060
+ hintPlacement?: import("@popperjs/core").Placement | Array<import("@popperjs/core").ComputedPlacement>;
1061
+ hintHasArrow?: boolean;
1062
+ hintOffset?: [number, number];
1063
+ hintWidth?: string;
1064
+ hintContentLeft?: import("react").ReactNode;
1065
+ } & {
1066
+ chips?: never;
1067
+ onChangeChips?: never;
1068
+ enumerationType?: "plain";
1069
+ onSearch?: (value: string, event?: import("react").KeyboardEvent<HTMLInputElement>) => void;
1070
+ chipType?: never;
1071
+ chipView?: never;
1072
+ chipValidator?: never;
1073
+ } & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>, "ref"> | Omit<import("../../../engines/types").PropsType<{
1074
+ view: {
1075
+ default: import("@linaria/core").LinariaClassName;
1076
+ positive: import("@linaria/core").LinariaClassName;
1077
+ warning: import("@linaria/core").LinariaClassName;
1078
+ negative: import("@linaria/core").LinariaClassName;
1079
+ };
1080
+ size: {
1081
+ xl: import("@linaria/core").LinariaClassName;
1082
+ l: import("@linaria/core").LinariaClassName;
1083
+ m: import("@linaria/core").LinariaClassName;
1084
+ s: import("@linaria/core").LinariaClassName;
1085
+ xs: import("@linaria/core").LinariaClassName;
1086
+ };
1087
+ labelPlacement: {
1088
+ inner: import("@linaria/core").LinariaClassName;
1089
+ outer: import("@linaria/core").LinariaClassName;
1090
+ };
1091
+ chipView: {
1092
+ default: import("@linaria/core").LinariaClassName;
1093
+ secondary: import("@linaria/core").LinariaClassName;
1094
+ accent: import("@linaria/core").LinariaClassName;
1095
+ positive: import("@linaria/core").LinariaClassName;
1096
+ warning: import("@linaria/core").LinariaClassName;
1097
+ negative: import("@linaria/core").LinariaClassName;
1098
+ };
1099
+ hintView: {
1100
+ default: import("@linaria/core").LinariaClassName;
1101
+ };
1102
+ hintSize: {
1103
+ m: import("@linaria/core").LinariaClassName;
1104
+ s: import("@linaria/core").LinariaClassName;
1105
+ };
1106
+ disabled: {
1107
+ true: import("@linaria/core").LinariaClassName;
1108
+ };
1109
+ readOnly: {
1110
+ true: import("@linaria/core").LinariaClassName;
1111
+ };
1112
+ }> & {
1113
+ appearance?: "default" | "clear";
1114
+ size?: string;
1115
+ view?: string;
1116
+ readOnly?: boolean;
1117
+ disabled?: boolean;
1118
+ } & {
1119
+ titleCaption?: import("react").ReactNode;
1120
+ leftHelper?: import("react").ReactNode;
1121
+ contentLeft?: React.ReactElement;
1122
+ contentRight?: React.ReactElement;
1123
+ textBefore?: string;
1124
+ textAfter?: string;
1125
+ onSearch?: (value: string, event?: import("react").KeyboardEvent<HTMLInputElement>) => void;
1126
+ } & import("../../../components/TextField/TextField.types").LabelProps & import("../../../components/TextField/TextField.types").RequiredProps & {
1127
+ clear?: false;
1128
+ hasDivider?: never;
1129
+ } & {
1130
+ hintText: string;
1131
+ hintTrigger?: "hover" | "click";
1132
+ hintView?: string;
1133
+ hintSize?: string;
1134
+ hintTargetIcon?: import("react").ReactNode;
1135
+ hintTargetPlacement?: "inner" | "outer";
1136
+ hintPlacement?: import("@popperjs/core").Placement | Array<import("@popperjs/core").ComputedPlacement>;
1137
+ hintHasArrow?: boolean;
1138
+ hintOffset?: [number, number];
1139
+ hintWidth?: string;
1140
+ hintContentLeft?: import("react").ReactNode;
1141
+ } & {
1142
+ enumerationType: "chip";
1143
+ onSearch?: never;
1144
+ chips?: Array<import("../../../components/TextField/TextField.types").TextFieldPrimitiveValue>;
1145
+ onChangeChips?: (value: Array<import("../../../components/TextField/TextField.types").TextFieldPrimitiveValue>) => void;
1146
+ chipType?: "default" | "text";
1147
+ chipView?: string;
1148
+ chipValidator?: (value: string) => {
1149
+ view?: string;
1150
+ };
1151
+ } & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>, "ref"> | Omit<import("../../../engines/types").PropsType<{
1152
+ view: {
1153
+ default: import("@linaria/core").LinariaClassName;
1154
+ positive: import("@linaria/core").LinariaClassName;
1155
+ warning: import("@linaria/core").LinariaClassName;
1156
+ negative: import("@linaria/core").LinariaClassName;
1157
+ };
1158
+ size: {
1159
+ xl: import("@linaria/core").LinariaClassName;
1160
+ l: import("@linaria/core").LinariaClassName;
1161
+ m: import("@linaria/core").LinariaClassName;
1162
+ s: import("@linaria/core").LinariaClassName;
1163
+ xs: import("@linaria/core").LinariaClassName;
1164
+ };
1165
+ labelPlacement: {
1166
+ inner: import("@linaria/core").LinariaClassName;
1167
+ outer: import("@linaria/core").LinariaClassName;
1168
+ };
1169
+ chipView: {
1170
+ default: import("@linaria/core").LinariaClassName;
1171
+ secondary: import("@linaria/core").LinariaClassName;
1172
+ accent: import("@linaria/core").LinariaClassName;
1173
+ positive: import("@linaria/core").LinariaClassName;
1174
+ warning: import("@linaria/core").LinariaClassName;
1175
+ negative: import("@linaria/core").LinariaClassName;
1176
+ };
1177
+ hintView: {
1178
+ default: import("@linaria/core").LinariaClassName;
1179
+ };
1180
+ hintSize: {
1181
+ m: import("@linaria/core").LinariaClassName;
1182
+ s: import("@linaria/core").LinariaClassName;
1183
+ };
1184
+ disabled: {
1185
+ true: import("@linaria/core").LinariaClassName;
1186
+ };
1187
+ readOnly: {
1188
+ true: import("@linaria/core").LinariaClassName;
1189
+ };
1190
+ }> & {
1191
+ appearance?: "default" | "clear";
1192
+ size?: string;
1193
+ view?: string;
1194
+ readOnly?: boolean;
1195
+ disabled?: boolean;
1196
+ } & {
1197
+ titleCaption?: import("react").ReactNode;
1198
+ leftHelper?: import("react").ReactNode;
1199
+ contentLeft?: React.ReactElement;
1200
+ contentRight?: React.ReactElement;
1201
+ textBefore?: string;
1202
+ textAfter?: string;
1203
+ onSearch?: (value: string, event?: import("react").KeyboardEvent<HTMLInputElement>) => void;
1204
+ } & import("../../../components/TextField/TextField.types").LabelProps & import("../../../components/TextField/TextField.types").RequiredProps & {
1205
+ clear?: false;
1206
+ hasDivider?: never;
1207
+ } & {
1208
+ hintTrigger?: never;
1209
+ hintText?: never;
1210
+ hintView?: never;
1211
+ hintSize?: never;
1212
+ hintTargetIcon?: never;
1213
+ hintTargetPlacement?: never;
1214
+ hintPlacement?: never;
1215
+ hintHasArrow?: never;
1216
+ hintOffset?: never;
1217
+ hintWidth?: never;
1218
+ hintContentLeft?: never;
1219
+ } & {
1220
+ chips?: never;
1221
+ onChangeChips?: never;
1222
+ enumerationType?: "plain";
1223
+ onSearch?: (value: string, event?: import("react").KeyboardEvent<HTMLInputElement>) => void;
1224
+ chipType?: never;
1225
+ chipView?: never;
1226
+ chipValidator?: never;
1227
+ } & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>, "ref"> | Omit<import("../../../engines/types").PropsType<{
1228
+ view: {
1229
+ default: import("@linaria/core").LinariaClassName;
1230
+ positive: import("@linaria/core").LinariaClassName;
1231
+ warning: import("@linaria/core").LinariaClassName;
1232
+ negative: import("@linaria/core").LinariaClassName;
1233
+ };
1234
+ size: {
1235
+ xl: import("@linaria/core").LinariaClassName;
1236
+ l: import("@linaria/core").LinariaClassName;
1237
+ m: import("@linaria/core").LinariaClassName;
1238
+ s: import("@linaria/core").LinariaClassName;
1239
+ xs: import("@linaria/core").LinariaClassName;
1240
+ };
1241
+ labelPlacement: {
1242
+ inner: import("@linaria/core").LinariaClassName;
1243
+ outer: import("@linaria/core").LinariaClassName;
1244
+ };
1245
+ chipView: {
1246
+ default: import("@linaria/core").LinariaClassName;
1247
+ secondary: import("@linaria/core").LinariaClassName;
1248
+ accent: import("@linaria/core").LinariaClassName;
1249
+ positive: import("@linaria/core").LinariaClassName;
1250
+ warning: import("@linaria/core").LinariaClassName;
1251
+ negative: import("@linaria/core").LinariaClassName;
1252
+ };
1253
+ hintView: {
1254
+ default: import("@linaria/core").LinariaClassName;
1255
+ };
1256
+ hintSize: {
1257
+ m: import("@linaria/core").LinariaClassName;
1258
+ s: import("@linaria/core").LinariaClassName;
1259
+ };
1260
+ disabled: {
1261
+ true: import("@linaria/core").LinariaClassName;
1262
+ };
1263
+ readOnly: {
1264
+ true: import("@linaria/core").LinariaClassName;
1265
+ };
1266
+ }> & {
1267
+ appearance?: "default" | "clear";
1268
+ size?: string;
1269
+ view?: string;
1270
+ readOnly?: boolean;
1271
+ disabled?: boolean;
1272
+ } & {
1273
+ titleCaption?: import("react").ReactNode;
1274
+ leftHelper?: import("react").ReactNode;
1275
+ contentLeft?: React.ReactElement;
1276
+ contentRight?: React.ReactElement;
1277
+ textBefore?: string;
1278
+ textAfter?: string;
1279
+ onSearch?: (value: string, event?: import("react").KeyboardEvent<HTMLInputElement>) => void;
1280
+ } & import("../../../components/TextField/TextField.types").LabelProps & import("../../../components/TextField/TextField.types").RequiredProps & {
1281
+ clear?: false;
1282
+ hasDivider?: never;
1283
+ } & {
1284
+ hintTrigger?: never;
1285
+ hintText?: never;
1286
+ hintView?: never;
1287
+ hintSize?: never;
1288
+ hintTargetIcon?: never;
1289
+ hintTargetPlacement?: never;
1290
+ hintPlacement?: never;
1291
+ hintHasArrow?: never;
1292
+ hintOffset?: never;
1293
+ hintWidth?: never;
1294
+ hintContentLeft?: never;
1295
+ } & {
1296
+ enumerationType: "chip";
1297
+ onSearch?: never;
1298
+ chips?: Array<import("../../../components/TextField/TextField.types").TextFieldPrimitiveValue>;
1299
+ onChangeChips?: (value: Array<import("../../../components/TextField/TextField.types").TextFieldPrimitiveValue>) => void;
1300
+ chipType?: "default" | "text";
1301
+ chipView?: string;
1302
+ chipValidator?: (value: string) => {
1303
+ view?: string;
1304
+ };
1305
+ } & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>, "ref">) & import("react").RefAttributes<HTMLElement>>;
340
1306
  //# sourceMappingURL=TextField.d.ts.map