@salutejs/plasma-new-hope 0.167.0-dev.0 → 0.168.0-canary.1459.11360824834.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (466) hide show
  1. package/cjs/components/Autocomplete/Autocomplete.css +34 -19
  2. package/cjs/components/Autocomplete/Autocomplete.js +4 -2
  3. package/cjs/components/Autocomplete/Autocomplete.js.map +1 -1
  4. package/cjs/components/Combobox/ComboboxNew/Combobox.css +38 -18
  5. package/cjs/components/Combobox/ComboboxNew/ui/Inner/Inner.css +38 -18
  6. package/cjs/components/Combobox/ComboboxNew/ui/Inner/ui/Item/Item.css +38 -18
  7. package/cjs/components/DatePicker/RangeDate/RangeDate.css +34 -19
  8. package/cjs/components/DatePicker/RangeDate/RangeDate.js +77 -15
  9. package/cjs/components/DatePicker/RangeDate/RangeDate.js.map +1 -1
  10. package/cjs/components/DatePicker/RangeDate/RangeDatePopover/RangeDatePopover.css +33 -18
  11. package/cjs/components/DatePicker/RangeDate/RangeDatePopover/RangeDatePopover.js +14 -7
  12. package/cjs/components/DatePicker/RangeDate/RangeDatePopover/RangeDatePopover.js.map +1 -1
  13. package/cjs/components/DatePicker/RangeDate/variations/_size/base.js +1 -1
  14. package/cjs/components/DatePicker/RangeDate/variations/_size/base.js.map +1 -1
  15. package/cjs/components/DatePicker/RangeDate/variations/_size/base_1d0sbzw.css +1 -0
  16. package/cjs/components/DatePicker/SingleDate/SingleDate.css +35 -20
  17. package/cjs/components/DatePicker/SingleDate/SingleDate.js +33 -8
  18. package/cjs/components/DatePicker/SingleDate/SingleDate.js.map +1 -1
  19. package/cjs/components/DatePicker/hooks/useDatePicker.js +20 -48
  20. package/cjs/components/DatePicker/hooks/useDatePicker.js.map +1 -1
  21. package/cjs/components/DatePicker/hooks/useKeyboardNavigation.js +11 -1
  22. package/cjs/components/DatePicker/hooks/useKeyboardNavigation.js.map +1 -1
  23. package/cjs/components/DatePicker/utils/dateHelper.js +31 -0
  24. package/cjs/components/DatePicker/utils/dateHelper.js.map +1 -1
  25. package/cjs/components/Range/Range.css +39 -19
  26. package/cjs/components/Slider/Slider.css +39 -19
  27. package/cjs/components/Slider/Slider.js +2 -0
  28. package/cjs/components/Slider/Slider.js.map +1 -1
  29. package/cjs/components/Slider/components/Double/Double.css +39 -19
  30. package/cjs/components/TextArea/TextArea.js +109 -18
  31. package/cjs/components/TextArea/TextArea.js.map +1 -1
  32. package/cjs/components/TextArea/TextArea.styles.js +160 -63
  33. package/cjs/components/TextArea/TextArea.styles.js.map +1 -1
  34. package/cjs/components/TextArea/TextArea.styles_mcxlmk.css +17 -0
  35. package/cjs/components/TextArea/TextArea.tokens.js +43 -4
  36. package/cjs/components/TextArea/TextArea.tokens.js.map +1 -1
  37. package/cjs/components/TextArea/hooks/useAutoResize.js +2 -4
  38. package/cjs/components/TextArea/hooks/useAutoResize.js.map +1 -1
  39. package/cjs/components/TextArea/variations/_clear/base.js +1 -1
  40. package/cjs/components/TextArea/variations/_clear/base.js.map +1 -1
  41. package/cjs/components/TextArea/variations/_clear/base_1ezvvtt.css +1 -0
  42. package/cjs/components/TextArea/variations/_hint-size/base.js +9 -0
  43. package/cjs/components/TextArea/variations/_hint-size/base.js.map +1 -0
  44. package/cjs/components/TextArea/variations/_hint-size/base_1ipgv90.css +1 -0
  45. package/cjs/components/TextArea/variations/_hint-view/base.js +9 -0
  46. package/cjs/components/TextArea/variations/_hint-view/base.js.map +1 -0
  47. package/cjs/components/TextArea/variations/_hint-view/base_111a0qe.css +1 -0
  48. package/cjs/components/TextArea/variations/_view/base.js +1 -1
  49. package/cjs/components/TextArea/variations/_view/base.js.map +1 -1
  50. package/cjs/components/TextArea/variations/_view/base_1xgrm3x.css +1 -0
  51. package/cjs/components/TextField/TextField.js +97 -9
  52. package/cjs/components/TextField/TextField.js.map +1 -1
  53. package/cjs/components/TextField/TextField.styles.js +76 -23
  54. package/cjs/components/TextField/TextField.styles.js.map +1 -1
  55. package/cjs/components/TextField/TextField.styles_17xt45g.css +21 -0
  56. package/cjs/components/TextField/TextField.tokens.js +40 -1
  57. package/cjs/components/TextField/TextField.tokens.js.map +1 -1
  58. package/cjs/components/TextField/variations/_clear/base.js +1 -1
  59. package/cjs/components/TextField/variations/_clear/base.js.map +1 -1
  60. package/cjs/components/TextField/variations/_clear/base_1pkwm4m.css +1 -0
  61. package/cjs/components/TextField/variations/_disabled/base.js +1 -1
  62. package/cjs/components/TextField/variations/_disabled/{base_2tv0nz.css → base_4d3opa.css} +1 -1
  63. package/cjs/components/TextField/variations/_hint-size/base.js +9 -0
  64. package/cjs/components/TextField/variations/_hint-size/base.js.map +1 -0
  65. package/cjs/components/TextField/variations/_hint-size/base_1x99605.css +1 -0
  66. package/cjs/components/TextField/variations/_hint-view/base.js +9 -0
  67. package/cjs/components/TextField/variations/_hint-view/base.js.map +1 -0
  68. package/cjs/components/TextField/variations/_hint-view/base_l8etux.css +1 -0
  69. package/cjs/components/TextField/variations/_label-placement/base.js +1 -1
  70. package/cjs/components/TextField/variations/_label-placement/base.js.map +1 -1
  71. package/cjs/components/TextField/variations/_label-placement/base_3domm.css +1 -0
  72. package/cjs/components/TextField/variations/_read-only/base.js +1 -1
  73. package/cjs/components/TextField/variations/_read-only/base.js.map +1 -1
  74. package/cjs/components/TextField/variations/_read-only/base_17ypmu7.css +1 -0
  75. package/cjs/components/TextField/variations/_size/base.js +1 -1
  76. package/cjs/components/TextField/variations/_size/base.js.map +1 -1
  77. package/cjs/components/TextField/variations/_size/base_1xdmaqh.css +1 -0
  78. package/cjs/components/TextField/variations/_view/base.js +1 -1
  79. package/cjs/components/TextField/variations/_view/base.js.map +1 -1
  80. package/cjs/components/TextField/variations/_view/base_qhyte8.css +1 -0
  81. package/cjs/components/TextFieldGroup/TextFieldGroup.css +1 -1
  82. package/cjs/components/TextFieldGroup/variations/_shape/base.js +1 -1
  83. package/cjs/components/TextFieldGroup/variations/_shape/base_52bndd.css +1 -0
  84. package/cjs/components/_Icon/Icon.assets/InfoCircleOutline.js +23 -0
  85. package/cjs/components/_Icon/Icon.assets/InfoCircleOutline.js.map +1 -0
  86. package/cjs/components/_Icon/Icons/IconInfoCircleOutline.js +23 -0
  87. package/cjs/components/_Icon/Icons/IconInfoCircleOutline.js.map +1 -0
  88. package/cjs/index.css +55 -35
  89. package/emotion/cjs/components/Autocomplete/Autocomplete.js +4 -2
  90. package/emotion/cjs/components/DatePicker/RangeDate/RangeDate.js +77 -15
  91. package/emotion/cjs/components/DatePicker/RangeDate/RangeDatePopover/RangeDatePopover.js +14 -7
  92. package/emotion/cjs/components/DatePicker/RangeDate/variations/_size/base.js +1 -1
  93. package/emotion/cjs/components/DatePicker/SingleDate/SingleDate.js +33 -8
  94. package/emotion/cjs/components/DatePicker/hooks/useDatePicker.js +20 -48
  95. package/emotion/cjs/components/DatePicker/hooks/useKeyboardNavigation.js +11 -1
  96. package/emotion/cjs/components/DatePicker/utils/dateHelper.js +31 -1
  97. package/emotion/cjs/components/TextArea/TextArea.js +112 -23
  98. package/emotion/cjs/components/TextArea/TextArea.styles.js +99 -41
  99. package/emotion/cjs/components/TextArea/TextArea.template-doc.mdx +6 -1
  100. package/emotion/cjs/components/TextArea/TextArea.tokens.js +43 -4
  101. package/emotion/cjs/components/TextArea/hooks/useAutoResize.js +2 -4
  102. package/emotion/cjs/components/TextArea/variations/_clear/base.js +1 -1
  103. package/emotion/cjs/components/TextArea/variations/_hint-size/base.js +11 -0
  104. package/emotion/cjs/components/TextArea/variations/_hint-size/tokens.json +21 -0
  105. package/emotion/cjs/components/TextArea/variations/_hint-view/base.js +11 -0
  106. package/emotion/cjs/components/TextArea/variations/_hint-view/tokens.json +5 -0
  107. package/emotion/cjs/components/TextArea/variations/_view/base.js +2 -1
  108. package/emotion/cjs/components/TextField/TextField.js +99 -12
  109. package/emotion/cjs/components/TextField/TextField.styles.js +84 -37
  110. package/emotion/cjs/components/TextField/TextField.template-doc.mdx +6 -1
  111. package/emotion/cjs/components/TextField/TextField.tokens.js +40 -1
  112. package/emotion/cjs/components/TextField/variations/_clear/base.js +1 -1
  113. package/emotion/cjs/components/TextField/variations/_hint-size/base.js +11 -0
  114. package/emotion/cjs/components/TextField/variations/_hint-size/tokens.json +21 -0
  115. package/emotion/cjs/components/TextField/variations/_hint-view/base.js +11 -0
  116. package/emotion/cjs/components/TextField/variations/_hint-view/tokens.json +5 -0
  117. package/emotion/cjs/components/TextField/variations/_label-placement/base.js +1 -1
  118. package/emotion/cjs/components/TextField/variations/_read-only/base.js +1 -1
  119. package/emotion/cjs/components/TextField/variations/_size/base.js +1 -1
  120. package/emotion/cjs/components/TextField/variations/_view/base.js +1 -1
  121. package/emotion/cjs/components/_Icon/Icon.assets/InfoCircleOutline.js +22 -0
  122. package/emotion/cjs/components/_Icon/Icons/IconInfoCircleOutline.js +22 -0
  123. package/emotion/cjs/components/_Icon/index.js +8 -1
  124. package/emotion/cjs/examples/plasma_b2c/components/TextArea/TextArea.config.js +19 -10
  125. package/emotion/cjs/examples/plasma_b2c/components/TextArea/TextArea.stories.tsx +72 -0
  126. package/emotion/cjs/examples/plasma_b2c/components/TextField/TextField.config.js +22 -13
  127. package/emotion/cjs/examples/plasma_b2c/components/TextField/TextField.stories.tsx +73 -1
  128. package/emotion/cjs/examples/plasma_web/components/TextArea/TextArea.config.js +19 -10
  129. package/emotion/cjs/examples/plasma_web/components/TextArea/TextArea.stories.tsx +72 -0
  130. package/emotion/cjs/examples/plasma_web/components/TextField/TextField.config.js +22 -13
  131. package/emotion/cjs/examples/plasma_web/components/TextField/TextField.stories.tsx +82 -10
  132. package/emotion/es/components/Autocomplete/Autocomplete.js +4 -2
  133. package/emotion/es/components/DatePicker/RangeDate/RangeDate.js +79 -17
  134. package/emotion/es/components/DatePicker/RangeDate/RangeDatePopover/RangeDatePopover.js +14 -7
  135. package/emotion/es/components/DatePicker/RangeDate/variations/_size/base.js +1 -1
  136. package/emotion/es/components/DatePicker/SingleDate/SingleDate.js +34 -9
  137. package/emotion/es/components/DatePicker/hooks/useDatePicker.js +21 -49
  138. package/emotion/es/components/DatePicker/hooks/useKeyboardNavigation.js +11 -1
  139. package/emotion/es/components/DatePicker/utils/dateHelper.js +30 -0
  140. package/emotion/es/components/TextArea/TextArea.js +113 -24
  141. package/emotion/es/components/TextArea/TextArea.styles.js +98 -40
  142. package/emotion/es/components/TextArea/TextArea.template-doc.mdx +6 -1
  143. package/emotion/es/components/TextArea/TextArea.tokens.js +43 -4
  144. package/emotion/es/components/TextArea/hooks/useAutoResize.js +2 -4
  145. package/emotion/es/components/TextArea/variations/_clear/base.js +2 -2
  146. package/emotion/es/components/TextArea/variations/_hint-size/base.js +5 -0
  147. package/emotion/es/components/TextArea/variations/_hint-size/tokens.json +21 -0
  148. package/emotion/es/components/TextArea/variations/_hint-view/base.js +5 -0
  149. package/emotion/es/components/TextArea/variations/_hint-view/tokens.json +5 -0
  150. package/emotion/es/components/TextArea/variations/_view/base.js +2 -1
  151. package/emotion/es/components/TextField/TextField.js +99 -12
  152. package/emotion/es/components/TextField/TextField.styles.js +83 -36
  153. package/emotion/es/components/TextField/TextField.template-doc.mdx +6 -1
  154. package/emotion/es/components/TextField/TextField.tokens.js +40 -1
  155. package/emotion/es/components/TextField/variations/_clear/base.js +2 -2
  156. package/emotion/es/components/TextField/variations/_hint-size/base.js +5 -0
  157. package/emotion/es/components/TextField/variations/_hint-size/tokens.json +21 -0
  158. package/emotion/es/components/TextField/variations/_hint-view/base.js +5 -0
  159. package/emotion/es/components/TextField/variations/_hint-view/tokens.json +5 -0
  160. package/emotion/es/components/TextField/variations/_label-placement/base.js +1 -1
  161. package/emotion/es/components/TextField/variations/_read-only/base.js +2 -2
  162. package/emotion/es/components/TextField/variations/_size/base.js +2 -2
  163. package/emotion/es/components/TextField/variations/_view/base.js +2 -2
  164. package/emotion/es/components/_Icon/Icon.assets/InfoCircleOutline.js +15 -0
  165. package/emotion/es/components/_Icon/Icons/IconInfoCircleOutline.js +15 -0
  166. package/emotion/es/components/_Icon/index.js +2 -1
  167. package/emotion/es/examples/plasma_b2c/components/TextArea/TextArea.config.js +19 -10
  168. package/emotion/es/examples/plasma_b2c/components/TextArea/TextArea.stories.tsx +72 -0
  169. package/emotion/es/examples/plasma_b2c/components/TextField/TextField.config.js +22 -13
  170. package/emotion/es/examples/plasma_b2c/components/TextField/TextField.stories.tsx +73 -1
  171. package/emotion/es/examples/plasma_web/components/TextArea/TextArea.config.js +19 -10
  172. package/emotion/es/examples/plasma_web/components/TextArea/TextArea.stories.tsx +72 -0
  173. package/emotion/es/examples/plasma_web/components/TextField/TextField.config.js +22 -13
  174. package/emotion/es/examples/plasma_web/components/TextField/TextField.stories.tsx +82 -10
  175. package/es/components/Autocomplete/Autocomplete.css +34 -19
  176. package/es/components/Autocomplete/Autocomplete.js +4 -2
  177. package/es/components/Autocomplete/Autocomplete.js.map +1 -1
  178. package/es/components/Combobox/ComboboxNew/Combobox.css +38 -18
  179. package/es/components/Combobox/ComboboxNew/ui/Inner/Inner.css +38 -18
  180. package/es/components/Combobox/ComboboxNew/ui/Inner/ui/Item/Item.css +38 -18
  181. package/es/components/DatePicker/RangeDate/RangeDate.css +34 -19
  182. package/es/components/DatePicker/RangeDate/RangeDate.js +79 -17
  183. package/es/components/DatePicker/RangeDate/RangeDate.js.map +1 -1
  184. package/es/components/DatePicker/RangeDate/RangeDatePopover/RangeDatePopover.css +33 -18
  185. package/es/components/DatePicker/RangeDate/RangeDatePopover/RangeDatePopover.js +14 -7
  186. package/es/components/DatePicker/RangeDate/RangeDatePopover/RangeDatePopover.js.map +1 -1
  187. package/es/components/DatePicker/RangeDate/variations/_size/base.js +1 -1
  188. package/es/components/DatePicker/RangeDate/variations/_size/base.js.map +1 -1
  189. package/es/components/DatePicker/RangeDate/variations/_size/base_1d0sbzw.css +1 -0
  190. package/es/components/DatePicker/SingleDate/SingleDate.css +35 -20
  191. package/es/components/DatePicker/SingleDate/SingleDate.js +34 -9
  192. package/es/components/DatePicker/SingleDate/SingleDate.js.map +1 -1
  193. package/es/components/DatePicker/hooks/useDatePicker.js +21 -49
  194. package/es/components/DatePicker/hooks/useDatePicker.js.map +1 -1
  195. package/es/components/DatePicker/hooks/useKeyboardNavigation.js +11 -1
  196. package/es/components/DatePicker/hooks/useKeyboardNavigation.js.map +1 -1
  197. package/es/components/DatePicker/utils/dateHelper.js +31 -1
  198. package/es/components/DatePicker/utils/dateHelper.js.map +1 -1
  199. package/es/components/Range/Range.css +39 -19
  200. package/es/components/Slider/Slider.css +39 -19
  201. package/es/components/Slider/Slider.js +2 -0
  202. package/es/components/Slider/Slider.js.map +1 -1
  203. package/es/components/Slider/components/Double/Double.css +39 -19
  204. package/es/components/TextArea/TextArea.js +113 -22
  205. package/es/components/TextArea/TextArea.js.map +1 -1
  206. package/es/components/TextArea/TextArea.styles.js +155 -64
  207. package/es/components/TextArea/TextArea.styles.js.map +1 -1
  208. package/es/components/TextArea/TextArea.styles_mcxlmk.css +17 -0
  209. package/es/components/TextArea/TextArea.tokens.js +43 -4
  210. package/es/components/TextArea/TextArea.tokens.js.map +1 -1
  211. package/es/components/TextArea/hooks/useAutoResize.js +2 -4
  212. package/es/components/TextArea/hooks/useAutoResize.js.map +1 -1
  213. package/es/components/TextArea/variations/_clear/base.js +1 -1
  214. package/es/components/TextArea/variations/_clear/base.js.map +1 -1
  215. package/es/components/TextArea/variations/_clear/base_1ezvvtt.css +1 -0
  216. package/es/components/TextArea/variations/_hint-size/base.js +5 -0
  217. package/es/components/TextArea/variations/_hint-size/base.js.map +1 -0
  218. package/es/components/TextArea/variations/_hint-size/base_1ipgv90.css +1 -0
  219. package/es/components/TextArea/variations/_hint-view/base.js +5 -0
  220. package/es/components/TextArea/variations/_hint-view/base.js.map +1 -0
  221. package/es/components/TextArea/variations/_hint-view/base_111a0qe.css +1 -0
  222. package/es/components/TextArea/variations/_view/base.js +1 -1
  223. package/es/components/TextArea/variations/_view/base.js.map +1 -1
  224. package/es/components/TextArea/variations/_view/base_1xgrm3x.css +1 -0
  225. package/es/components/TextField/TextField.js +99 -11
  226. package/es/components/TextField/TextField.js.map +1 -1
  227. package/es/components/TextField/TextField.styles.js +71 -24
  228. package/es/components/TextField/TextField.styles.js.map +1 -1
  229. package/es/components/TextField/TextField.styles_17xt45g.css +21 -0
  230. package/es/components/TextField/TextField.tokens.js +40 -1
  231. package/es/components/TextField/TextField.tokens.js.map +1 -1
  232. package/es/components/TextField/variations/_clear/base.js +1 -1
  233. package/es/components/TextField/variations/_clear/base.js.map +1 -1
  234. package/es/components/TextField/variations/_clear/base_1pkwm4m.css +1 -0
  235. package/es/components/TextField/variations/_disabled/base.js +1 -1
  236. package/es/components/TextField/variations/_disabled/{base_2tv0nz.css → base_4d3opa.css} +1 -1
  237. package/es/components/TextField/variations/_hint-size/base.js +5 -0
  238. package/es/components/TextField/variations/_hint-size/base.js.map +1 -0
  239. package/es/components/TextField/variations/_hint-size/base_1x99605.css +1 -0
  240. package/es/components/TextField/variations/_hint-view/base.js +5 -0
  241. package/es/components/TextField/variations/_hint-view/base.js.map +1 -0
  242. package/es/components/TextField/variations/_hint-view/base_l8etux.css +1 -0
  243. package/es/components/TextField/variations/_label-placement/base.js +1 -1
  244. package/es/components/TextField/variations/_label-placement/base.js.map +1 -1
  245. package/es/components/TextField/variations/_label-placement/base_3domm.css +1 -0
  246. package/es/components/TextField/variations/_read-only/base.js +1 -1
  247. package/es/components/TextField/variations/_read-only/base.js.map +1 -1
  248. package/es/components/TextField/variations/_read-only/base_17ypmu7.css +1 -0
  249. package/es/components/TextField/variations/_size/base.js +1 -1
  250. package/es/components/TextField/variations/_size/base.js.map +1 -1
  251. package/es/components/TextField/variations/_size/base_1xdmaqh.css +1 -0
  252. package/es/components/TextField/variations/_view/base.js +1 -1
  253. package/es/components/TextField/variations/_view/base.js.map +1 -1
  254. package/es/components/TextField/variations/_view/base_qhyte8.css +1 -0
  255. package/es/components/TextFieldGroup/TextFieldGroup.css +1 -1
  256. package/es/components/TextFieldGroup/variations/_shape/base.js +1 -1
  257. package/es/components/TextFieldGroup/variations/_shape/base_52bndd.css +1 -0
  258. package/es/components/_Icon/Icon.assets/InfoCircleOutline.js +19 -0
  259. package/es/components/_Icon/Icon.assets/InfoCircleOutline.js.map +1 -0
  260. package/es/components/_Icon/Icons/IconInfoCircleOutline.js +19 -0
  261. package/es/components/_Icon/Icons/IconInfoCircleOutline.js.map +1 -0
  262. package/es/index.css +55 -35
  263. package/package.json +2 -2
  264. package/styled-components/cjs/components/Autocomplete/Autocomplete.js +4 -2
  265. package/styled-components/cjs/components/DatePicker/RangeDate/RangeDate.js +77 -15
  266. package/styled-components/cjs/components/DatePicker/RangeDate/RangeDatePopover/RangeDatePopover.js +14 -7
  267. package/styled-components/cjs/components/DatePicker/RangeDate/variations/_size/base.js +1 -1
  268. package/styled-components/cjs/components/DatePicker/SingleDate/SingleDate.js +33 -8
  269. package/styled-components/cjs/components/DatePicker/hooks/useDatePicker.js +20 -48
  270. package/styled-components/cjs/components/DatePicker/hooks/useKeyboardNavigation.js +11 -1
  271. package/styled-components/cjs/components/DatePicker/utils/dateHelper.js +31 -1
  272. package/styled-components/cjs/components/TextArea/TextArea.js +111 -22
  273. package/styled-components/cjs/components/TextArea/TextArea.styles.js +85 -42
  274. package/styled-components/cjs/components/TextArea/TextArea.template-doc.mdx +6 -1
  275. package/styled-components/cjs/components/TextArea/TextArea.tokens.js +43 -4
  276. package/styled-components/cjs/components/TextArea/hooks/useAutoResize.js +2 -4
  277. package/styled-components/cjs/components/TextArea/variations/_clear/base.js +1 -1
  278. package/styled-components/cjs/components/TextArea/variations/_hint-size/base.js +11 -0
  279. package/styled-components/cjs/components/TextArea/variations/_hint-size/tokens.json +21 -0
  280. package/styled-components/cjs/components/TextArea/variations/_hint-view/base.js +11 -0
  281. package/styled-components/cjs/components/TextArea/variations/_hint-view/tokens.json +5 -0
  282. package/styled-components/cjs/components/TextArea/variations/_view/base.js +2 -1
  283. package/styled-components/cjs/components/TextField/TextField.js +98 -11
  284. package/styled-components/cjs/components/TextField/TextField.styles.js +46 -21
  285. package/styled-components/cjs/components/TextField/TextField.template-doc.mdx +6 -1
  286. package/styled-components/cjs/components/TextField/TextField.tokens.js +40 -1
  287. package/styled-components/cjs/components/TextField/variations/_clear/base.js +1 -1
  288. package/styled-components/cjs/components/TextField/variations/_hint-size/base.js +11 -0
  289. package/styled-components/cjs/components/TextField/variations/_hint-size/tokens.json +21 -0
  290. package/styled-components/cjs/components/TextField/variations/_hint-view/base.js +11 -0
  291. package/styled-components/cjs/components/TextField/variations/_hint-view/tokens.json +5 -0
  292. package/styled-components/cjs/components/TextField/variations/_label-placement/base.js +1 -1
  293. package/styled-components/cjs/components/TextField/variations/_read-only/base.js +1 -1
  294. package/styled-components/cjs/components/TextField/variations/_size/base.js +1 -1
  295. package/styled-components/cjs/components/TextField/variations/_view/base.js +1 -1
  296. package/styled-components/cjs/components/_Icon/Icon.assets/InfoCircleOutline.js +22 -0
  297. package/styled-components/cjs/components/_Icon/Icons/IconInfoCircleOutline.js +22 -0
  298. package/styled-components/cjs/components/_Icon/index.js +8 -1
  299. package/styled-components/cjs/examples/plasma_b2c/components/TextArea/TextArea.config.js +18 -9
  300. package/styled-components/cjs/examples/plasma_b2c/components/TextArea/TextArea.stories.tsx +72 -0
  301. package/styled-components/cjs/examples/plasma_b2c/components/TextField/TextField.config.js +18 -9
  302. package/styled-components/cjs/examples/plasma_b2c/components/TextField/TextField.stories.tsx +73 -1
  303. package/styled-components/cjs/examples/plasma_web/components/TextArea/TextArea.config.js +18 -9
  304. package/styled-components/cjs/examples/plasma_web/components/TextArea/TextArea.stories.tsx +72 -0
  305. package/styled-components/cjs/examples/plasma_web/components/TextField/TextField.config.js +18 -9
  306. package/styled-components/cjs/examples/plasma_web/components/TextField/TextField.stories.tsx +82 -10
  307. package/styled-components/es/components/Autocomplete/Autocomplete.js +4 -2
  308. package/styled-components/es/components/DatePicker/RangeDate/RangeDate.js +79 -17
  309. package/styled-components/es/components/DatePicker/RangeDate/RangeDatePopover/RangeDatePopover.js +14 -7
  310. package/styled-components/es/components/DatePicker/RangeDate/variations/_size/base.js +1 -1
  311. package/styled-components/es/components/DatePicker/SingleDate/SingleDate.js +34 -9
  312. package/styled-components/es/components/DatePicker/hooks/useDatePicker.js +21 -49
  313. package/styled-components/es/components/DatePicker/hooks/useKeyboardNavigation.js +11 -1
  314. package/styled-components/es/components/DatePicker/utils/dateHelper.js +30 -0
  315. package/styled-components/es/components/TextArea/TextArea.js +112 -23
  316. package/styled-components/es/components/TextArea/TextArea.styles.js +84 -41
  317. package/styled-components/es/components/TextArea/TextArea.template-doc.mdx +6 -1
  318. package/styled-components/es/components/TextArea/TextArea.tokens.js +43 -4
  319. package/styled-components/es/components/TextArea/hooks/useAutoResize.js +2 -4
  320. package/styled-components/es/components/TextArea/variations/_clear/base.js +2 -2
  321. package/styled-components/es/components/TextArea/variations/_hint-size/base.js +5 -0
  322. package/styled-components/es/components/TextArea/variations/_hint-size/tokens.json +21 -0
  323. package/styled-components/es/components/TextArea/variations/_hint-view/base.js +5 -0
  324. package/styled-components/es/components/TextArea/variations/_hint-view/tokens.json +5 -0
  325. package/styled-components/es/components/TextArea/variations/_view/base.js +2 -1
  326. package/styled-components/es/components/TextField/TextField.js +98 -11
  327. package/styled-components/es/components/TextField/TextField.styles.js +45 -20
  328. package/styled-components/es/components/TextField/TextField.template-doc.mdx +6 -1
  329. package/styled-components/es/components/TextField/TextField.tokens.js +40 -1
  330. package/styled-components/es/components/TextField/variations/_clear/base.js +2 -2
  331. package/styled-components/es/components/TextField/variations/_hint-size/base.js +5 -0
  332. package/styled-components/es/components/TextField/variations/_hint-size/tokens.json +21 -0
  333. package/styled-components/es/components/TextField/variations/_hint-view/base.js +5 -0
  334. package/styled-components/es/components/TextField/variations/_hint-view/tokens.json +5 -0
  335. package/styled-components/es/components/TextField/variations/_label-placement/base.js +1 -1
  336. package/styled-components/es/components/TextField/variations/_read-only/base.js +2 -2
  337. package/styled-components/es/components/TextField/variations/_size/base.js +2 -2
  338. package/styled-components/es/components/TextField/variations/_view/base.js +2 -2
  339. package/styled-components/es/components/_Icon/Icon.assets/InfoCircleOutline.js +15 -0
  340. package/styled-components/es/components/_Icon/Icons/IconInfoCircleOutline.js +15 -0
  341. package/styled-components/es/components/_Icon/index.js +2 -1
  342. package/styled-components/es/examples/plasma_b2c/components/TextArea/TextArea.config.js +18 -9
  343. package/styled-components/es/examples/plasma_b2c/components/TextArea/TextArea.stories.tsx +72 -0
  344. package/styled-components/es/examples/plasma_b2c/components/TextField/TextField.config.js +18 -9
  345. package/styled-components/es/examples/plasma_b2c/components/TextField/TextField.stories.tsx +73 -1
  346. package/styled-components/es/examples/plasma_web/components/TextArea/TextArea.config.js +18 -9
  347. package/styled-components/es/examples/plasma_web/components/TextArea/TextArea.stories.tsx +72 -0
  348. package/styled-components/es/examples/plasma_web/components/TextField/TextField.config.js +18 -9
  349. package/styled-components/es/examples/plasma_web/components/TextField/TextField.stories.tsx +82 -10
  350. package/types/components/Autocomplete/Autocomplete.d.ts.map +1 -1
  351. package/types/components/Autocomplete/ui/TextField/TextField.styles.d.ts +408 -0
  352. package/types/components/Autocomplete/ui/TextField/TextField.styles.d.ts.map +1 -1
  353. package/types/components/Combobox/ComboboxNew/ui/Target/Target.styles.d.ts +408 -0
  354. package/types/components/Combobox/ComboboxNew/ui/Target/Target.styles.d.ts.map +1 -1
  355. package/types/components/DatePicker/DatePickerBase.types.d.ts +8 -6
  356. package/types/components/DatePicker/DatePickerBase.types.d.ts.map +1 -1
  357. package/types/components/DatePicker/RangeDate/RangeDate.d.ts +10 -10
  358. package/types/components/DatePicker/RangeDate/RangeDate.d.ts.map +1 -1
  359. package/types/components/DatePicker/RangeDate/RangeDate.types.d.ts +16 -6
  360. package/types/components/DatePicker/RangeDate/RangeDate.types.d.ts.map +1 -1
  361. package/types/components/DatePicker/RangeDate/RangeDatePopover/RangeDatePopover.d.ts +1 -1
  362. package/types/components/DatePicker/RangeDate/RangeDatePopover/RangeDatePopover.d.ts.map +1 -1
  363. package/types/components/DatePicker/RangeDate/RangeDatePopover/RangeDatePopover.types.d.ts +2 -1
  364. package/types/components/DatePicker/RangeDate/RangeDatePopover/RangeDatePopover.types.d.ts.map +1 -1
  365. package/types/components/DatePicker/RangeDate/variations/_size/base.d.ts.map +1 -1
  366. package/types/components/DatePicker/SingleDate/SingleDate.d.ts +2 -2
  367. package/types/components/DatePicker/SingleDate/SingleDate.d.ts.map +1 -1
  368. package/types/components/DatePicker/SingleDate/SingleDate.styles.d.ts +408 -0
  369. package/types/components/DatePicker/SingleDate/SingleDate.styles.d.ts.map +1 -1
  370. package/types/components/DatePicker/SingleDate/SingleDate.types.d.ts +14 -4
  371. package/types/components/DatePicker/SingleDate/SingleDate.types.d.ts.map +1 -1
  372. package/types/components/DatePicker/hooks/useDatePicker.d.ts +2 -3
  373. package/types/components/DatePicker/hooks/useDatePicker.d.ts.map +1 -1
  374. package/types/components/DatePicker/hooks/useKeyboardNavigation.d.ts +3 -1
  375. package/types/components/DatePicker/hooks/useKeyboardNavigation.d.ts.map +1 -1
  376. package/types/components/DatePicker/utils/dateHelper.d.ts +10 -0
  377. package/types/components/DatePicker/utils/dateHelper.d.ts.map +1 -1
  378. package/types/components/Popover/Popover.types.d.ts +1 -1
  379. package/types/components/Range/Range.styles.d.ts +408 -0
  380. package/types/components/Range/Range.styles.d.ts.map +1 -1
  381. package/types/components/Slider/components/Double/Double.styles.d.ts +408 -0
  382. package/types/components/Slider/components/Double/Double.styles.d.ts.map +1 -1
  383. package/types/components/TextArea/TextArea.d.ts +9 -3
  384. package/types/components/TextArea/TextArea.d.ts.map +1 -1
  385. package/types/components/TextArea/TextArea.styles.d.ts +11 -1
  386. package/types/components/TextArea/TextArea.styles.d.ts.map +1 -1
  387. package/types/components/TextArea/TextArea.tokens.d.ts +39 -0
  388. package/types/components/TextArea/TextArea.tokens.d.ts.map +1 -1
  389. package/types/components/TextArea/TextArea.types.d.ts +78 -3
  390. package/types/components/TextArea/TextArea.types.d.ts.map +1 -1
  391. package/types/components/TextArea/hooks/useAutoResize.d.ts.map +1 -1
  392. package/types/components/TextArea/variations/_clear/base.d.ts.map +1 -1
  393. package/types/components/TextArea/variations/_hint-size/base.d.ts +2 -0
  394. package/types/components/TextArea/variations/_hint-size/base.d.ts.map +1 -0
  395. package/types/components/TextArea/variations/_hint-view/base.d.ts +2 -0
  396. package/types/components/TextArea/variations/_hint-view/base.d.ts.map +1 -0
  397. package/types/components/TextArea/variations/_view/base.d.ts.map +1 -1
  398. package/types/components/TextField/TextField.d.ts +9 -3
  399. package/types/components/TextField/TextField.d.ts.map +1 -1
  400. package/types/components/TextField/TextField.styles.d.ts +8 -0
  401. package/types/components/TextField/TextField.styles.d.ts.map +1 -1
  402. package/types/components/TextField/TextField.tokens.d.ts +39 -0
  403. package/types/components/TextField/TextField.tokens.d.ts.map +1 -1
  404. package/types/components/TextField/TextField.types.d.ts +73 -2
  405. package/types/components/TextField/TextField.types.d.ts.map +1 -1
  406. package/types/components/TextField/variations/_clear/base.d.ts.map +1 -1
  407. package/types/components/TextField/variations/_hint-size/base.d.ts +2 -0
  408. package/types/components/TextField/variations/_hint-size/base.d.ts.map +1 -0
  409. package/types/components/TextField/variations/_hint-view/base.d.ts +2 -0
  410. package/types/components/TextField/variations/_hint-view/base.d.ts.map +1 -0
  411. package/types/components/TextField/variations/_label-placement/base.d.ts.map +1 -1
  412. package/types/components/TextField/variations/_read-only/base.d.ts.map +1 -1
  413. package/types/components/TextField/variations/_size/base.d.ts.map +1 -1
  414. package/types/components/TextField/variations/_view/base.d.ts.map +1 -1
  415. package/types/components/_Icon/Icon.assets/InfoCircleOutline.d.ts +4 -0
  416. package/types/components/_Icon/Icon.assets/InfoCircleOutline.d.ts.map +1 -0
  417. package/types/components/_Icon/Icons/IconInfoCircleOutline.d.ts +4 -0
  418. package/types/components/_Icon/Icons/IconInfoCircleOutline.d.ts.map +1 -0
  419. package/types/components/_Icon/index.d.ts +1 -0
  420. package/types/components/_Icon/index.d.ts.map +1 -1
  421. package/types/examples/plasma_b2c/components/DatePicker/DatePicker.d.ts +6 -6
  422. package/types/examples/plasma_b2c/components/DatePicker/DatePicker.d.ts.map +1 -1
  423. package/types/examples/plasma_b2c/components/Mask/Mask.d.ts +772 -12
  424. package/types/examples/plasma_b2c/components/Mask/Mask.d.ts.map +1 -1
  425. package/types/examples/plasma_b2c/components/TextArea/TextArea.config.d.ts +9 -0
  426. package/types/examples/plasma_b2c/components/TextArea/TextArea.config.d.ts.map +1 -1
  427. package/types/examples/plasma_b2c/components/TextArea/TextArea.d.ts +457 -0
  428. package/types/examples/plasma_b2c/components/TextArea/TextArea.d.ts.map +1 -1
  429. package/types/examples/plasma_b2c/components/TextField/TextField.config.d.ts +9 -0
  430. package/types/examples/plasma_b2c/components/TextField/TextField.config.d.ts.map +1 -1
  431. package/types/examples/plasma_b2c/components/TextField/TextField.d.ts +417 -0
  432. package/types/examples/plasma_b2c/components/TextField/TextField.d.ts.map +1 -1
  433. package/types/examples/plasma_web/components/DatePicker/DatePicker.d.ts +6 -6
  434. package/types/examples/plasma_web/components/DatePicker/DatePicker.d.ts.map +1 -1
  435. package/types/examples/plasma_web/components/Mask/Mask.d.ts +772 -12
  436. package/types/examples/plasma_web/components/Mask/Mask.d.ts.map +1 -1
  437. package/types/examples/plasma_web/components/TextArea/TextArea.config.d.ts +9 -0
  438. package/types/examples/plasma_web/components/TextArea/TextArea.config.d.ts.map +1 -1
  439. package/types/examples/plasma_web/components/TextArea/TextArea.d.ts +457 -0
  440. package/types/examples/plasma_web/components/TextArea/TextArea.d.ts.map +1 -1
  441. package/types/examples/plasma_web/components/TextField/TextField.config.d.ts +9 -0
  442. package/types/examples/plasma_web/components/TextField/TextField.config.d.ts.map +1 -1
  443. package/types/examples/plasma_web/components/TextField/TextField.d.ts +417 -0
  444. package/types/examples/plasma_web/components/TextField/TextField.d.ts.map +1 -1
  445. package/cjs/components/DatePicker/RangeDate/variations/_size/base_1911nyw.css +0 -1
  446. package/cjs/components/TextArea/TextArea.styles_es0miz.css +0 -11
  447. package/cjs/components/TextArea/variations/_clear/base_vidplj.css +0 -1
  448. package/cjs/components/TextArea/variations/_view/base_td55th.css +0 -1
  449. package/cjs/components/TextField/TextField.styles_1d2ryq.css +0 -15
  450. package/cjs/components/TextField/variations/_clear/base_rit6gc.css +0 -1
  451. package/cjs/components/TextField/variations/_label-placement/base_1ghihns.css +0 -1
  452. package/cjs/components/TextField/variations/_read-only/base_1n7tghz.css +0 -1
  453. package/cjs/components/TextField/variations/_size/base_1h8l0kj.css +0 -1
  454. package/cjs/components/TextField/variations/_view/base_1noe46b.css +0 -1
  455. package/cjs/components/TextFieldGroup/variations/_shape/base_1e0je21.css +0 -1
  456. package/es/components/DatePicker/RangeDate/variations/_size/base_1911nyw.css +0 -1
  457. package/es/components/TextArea/TextArea.styles_es0miz.css +0 -11
  458. package/es/components/TextArea/variations/_clear/base_vidplj.css +0 -1
  459. package/es/components/TextArea/variations/_view/base_td55th.css +0 -1
  460. package/es/components/TextField/TextField.styles_1d2ryq.css +0 -15
  461. package/es/components/TextField/variations/_clear/base_rit6gc.css +0 -1
  462. package/es/components/TextField/variations/_label-placement/base_1ghihns.css +0 -1
  463. package/es/components/TextField/variations/_read-only/base_1n7tghz.css +0 -1
  464. package/es/components/TextField/variations/_size/base_1h8l0kj.css +0 -1
  465. package/es/components/TextField/variations/_view/base_1noe46b.css +0 -1
  466. package/es/components/TextFieldGroup/variations/_shape/base_1e0je21.css +0 -1
@@ -1,10 +1,12 @@
1
- import type { HTMLAttributes } from 'react';
1
+ import type { ChangeEvent, HTMLAttributes } from 'react';
2
2
  import type { RangeInnerProps } from '../../Range/Range.types';
3
- import type { DatePickerCalendarProps, DatePickerdVariationProps } from '../DatePickerBase.types';
3
+ import type { DatePickerCalendarProps, DatePickerVariationProps } from '../DatePickerBase.types';
4
4
  import type { DatePickerPopoverProps } from '../SingleDate/SingleDate.types';
5
5
  import type { DateInfo } from '../../Calendar/Calendar.types';
6
6
  export declare type DatePickerRangePlacement = 'top' | 'bottom';
7
- declare type BaseRangeProps = Omit<RangeInnerProps, 'firstValue' | 'secondValue' | 'onSearchFirstValue' | 'onSearchSecondValue'>;
7
+ export declare type ChangeInstanceCallback = (event: ChangeEvent<HTMLInputElement> | null, value?: string) => void;
8
+ export declare type CommitInstanceCallback = (value: Date | string, error?: boolean, success?: boolean, dateInfo?: DateInfo) => void;
9
+ declare type BaseRangeProps = Omit<RangeInnerProps, 'firstValue' | 'secondValue' | 'onSearchFirstValue' | 'onSearchSecondValue' | 'onChangeFirstValue' | 'onChangeSecondValue'>;
8
10
  export declare type DatePickerRangeFieldProps = {
9
11
  /**
10
12
  * Значение по умолчанию для первого поля.
@@ -18,14 +20,22 @@ export declare type DatePickerRangeFieldProps = {
18
20
  * Свойство для названия поля при работе с формой
19
21
  */
20
22
  name?: string;
23
+ /**
24
+ * Коллбэк, вызываемый при изменении первого поля ввода
25
+ */
26
+ onChangeFirstValue?: ChangeInstanceCallback;
27
+ /**
28
+ * Коллбэк, вызываемый при изменении второго поля ввода
29
+ */
30
+ onChangeSecondValue?: ChangeInstanceCallback;
21
31
  /**
22
32
  * Callback по нажатию Enter в поле ввода или выборе дня на календаре для первой даты.
23
33
  */
24
- onCommitFirstDate?: (value: Date | string, error?: boolean, success?: boolean, dateInfo?: DateInfo) => void;
34
+ onCommitFirstDate?: CommitInstanceCallback;
25
35
  /**
26
36
  * Callback по нажатию Enter в поле ввода или выборе дня на календаре для первой даты.
27
37
  */
28
- onCommitSecondDate?: (value: Date | string, error?: boolean, success?: boolean, dateInfo?: DateInfo) => void;
38
+ onCommitSecondDate?: CommitInstanceCallback;
29
39
  /**
30
40
  * Свойство устарело, используется формой. Вместо используйте onCommitFirstDate и onCommitSecondDate
31
41
  * @deprecated
@@ -49,6 +59,6 @@ export declare type DatePickerDoublePopoverProps = Omit<DatePickerPopoverProps,
49
59
  */
50
60
  isDoubleCalendar?: boolean;
51
61
  };
52
- export declare type DatePickerRangeProps = DatePickerdVariationProps & DatePickerRangeFieldProps & DatePickerCalendarProps & DatePickerDoublePopoverProps & HTMLAttributes<HTMLDivElement>;
62
+ export declare type DatePickerRangeProps = DatePickerVariationProps & DatePickerRangeFieldProps & DatePickerCalendarProps & DatePickerDoublePopoverProps & HTMLAttributes<HTMLDivElement>;
53
63
  export {};
54
64
  //# sourceMappingURL=RangeDate.types.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"RangeDate.types.d.ts","sourceRoot":"","sources":["../../../../src/components/DatePicker/RangeDate/RangeDate.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAE5C,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,yBAAyB,CAAC;AAC/D,OAAO,KAAK,EAAE,uBAAuB,EAAE,yBAAyB,EAAE,MAAM,yBAAyB,CAAC;AAClG,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,gCAAgC,CAAC;AAC7E,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,+BAA+B,CAAC;AAE9D,oBAAY,wBAAwB,GAAG,KAAK,GAAG,QAAQ,CAAC;AAExD,aAAK,cAAc,GAAG,IAAI,CACtB,eAAe,EACf,YAAY,GAAG,aAAa,GAAG,oBAAoB,GAAG,qBAAqB,CAC9E,CAAC;AAEF,oBAAY,yBAAyB,GAAG;IACpC;;OAEG;IACH,gBAAgB,CAAC,EAAE,IAAI,CAAC;IACxB;;OAEG;IACH,iBAAiB,CAAC,EAAE,IAAI,CAAC;IACzB;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,iBAAiB,CAAC,EAAE,CAAC,KAAK,EAAE,IAAI,GAAG,MAAM,EAAE,KAAK,CAAC,EAAE,OAAO,EAAE,OAAO,CAAC,EAAE,OAAO,EAAE,QAAQ,CAAC,EAAE,QAAQ,KAAK,IAAI,CAAC;IAC5G;;OAEG;IACH,kBAAkB,CAAC,EAAE,CAAC,KAAK,EAAE,IAAI,GAAG,MAAM,EAAE,KAAK,CAAC,EAAE,OAAO,EAAE,OAAO,CAAC,EAAE,OAAO,EAAE,QAAQ,CAAC,EAAE,QAAQ,KAAK,IAAI,CAAC;IAC7G;;;OAGG;IACH,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE;QAAE,MAAM,EAAE;YAAE,KAAK,CAAC,EAAE,MAAM,CAAC;YAAC,IAAI,CAAC,EAAE,MAAM,CAAA;SAAE,CAAA;KAAE,KAAK,IAAI,CAAC;CAC7E,GAAG,cAAc,CAAC;AAEnB,oBAAY,4BAA4B,GAAG,IAAI,CAAC,sBAAsB,EAAE,WAAW,CAAC,GAAG;IACnF;;;;OAIG;IACH,SAAS,CAAC,EAAE,wBAAwB,GAAG,KAAK,CAAC,wBAAwB,CAAC,CAAC;IACvE;;OAEG;IACH,gBAAgB,CAAC,EAAE,OAAO,CAAC;CAC9B,CAAC;AAEF,oBAAY,oBAAoB,GAAG,yBAAyB,GACxD,yBAAyB,GACzB,uBAAuB,GACvB,4BAA4B,GAC5B,cAAc,CAAC,cAAc,CAAC,CAAC"}
1
+ {"version":3,"file":"RangeDate.types.d.ts","sourceRoot":"","sources":["../../../../src/components/DatePicker/RangeDate/RangeDate.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAEzD,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,yBAAyB,CAAC;AAC/D,OAAO,KAAK,EAAE,uBAAuB,EAAE,wBAAwB,EAAE,MAAM,yBAAyB,CAAC;AACjG,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,gCAAgC,CAAC;AAC7E,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,+BAA+B,CAAC;AAE9D,oBAAY,wBAAwB,GAAG,KAAK,GAAG,QAAQ,CAAC;AAExD,oBAAY,sBAAsB,GAAG,CAAC,KAAK,EAAE,WAAW,CAAC,gBAAgB,CAAC,GAAG,IAAI,EAAE,KAAK,CAAC,EAAE,MAAM,KAAK,IAAI,CAAC;AAC3G,oBAAY,sBAAsB,GAAG,CACjC,KAAK,EAAE,IAAI,GAAG,MAAM,EACpB,KAAK,CAAC,EAAE,OAAO,EACf,OAAO,CAAC,EAAE,OAAO,EACjB,QAAQ,CAAC,EAAE,QAAQ,KAClB,IAAI,CAAC;AAEV,aAAK,cAAc,GAAG,IAAI,CACtB,eAAe,EACb,YAAY,GACZ,aAAa,GACb,oBAAoB,GACpB,qBAAqB,GACrB,oBAAoB,GACpB,qBAAqB,CAC1B,CAAC;AAEF,oBAAY,yBAAyB,GAAG;IACpC;;OAEG;IACH,gBAAgB,CAAC,EAAE,IAAI,CAAC;IACxB;;OAEG;IACH,iBAAiB,CAAC,EAAE,IAAI,CAAC;IACzB;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,kBAAkB,CAAC,EAAE,sBAAsB,CAAC;IAC5C;;OAEG;IACH,mBAAmB,CAAC,EAAE,sBAAsB,CAAC;IAC7C;;OAEG;IACH,iBAAiB,CAAC,EAAE,sBAAsB,CAAC;IAC3C;;OAEG;IACH,kBAAkB,CAAC,EAAE,sBAAsB,CAAC;IAC5C;;;OAGG;IACH,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE;QAAE,MAAM,EAAE;YAAE,KAAK,CAAC,EAAE,MAAM,CAAC;YAAC,IAAI,CAAC,EAAE,MAAM,CAAA;SAAE,CAAA;KAAE,KAAK,IAAI,CAAC;CAC7E,GAAG,cAAc,CAAC;AAEnB,oBAAY,4BAA4B,GAAG,IAAI,CAAC,sBAAsB,EAAE,WAAW,CAAC,GAAG;IACnF;;;;OAIG;IACH,SAAS,CAAC,EAAE,wBAAwB,GAAG,KAAK,CAAC,wBAAwB,CAAC,CAAC;IACvE;;OAEG;IACH,gBAAgB,CAAC,EAAE,OAAO,CAAC;CAC9B,CAAC;AAEF,oBAAY,oBAAoB,GAAG,wBAAwB,GACvD,yBAAyB,GACzB,uBAAuB,GACvB,4BAA4B,GAC5B,cAAc,CAAC,cAAc,CAAC,CAAC"}
@@ -1,4 +1,4 @@
1
1
  /// <reference types="react" />
2
2
  import type { RangeDatePopoverProps } from './RangeDatePopover.types';
3
- export declare const RangeDatePopover: ({ target, isOpen, opened, isDoubleCalendar, calendarValue, min, max, includeEdgeDates, eventList, disabledList, eventMonthList, disabledMonthList, eventQuarterList, disabledQuarterList, eventYearList, disabledYearList, placement, closeOnOverlayClick, closeOnEsc, offset, type, size, lang, onChangeValue, onChangeStartOfRange, onToggle, }: RangeDatePopoverProps) => JSX.Element;
3
+ export declare const RangeDatePopover: ({ rootWrapper: Root, target, isOpen, opened, isDoubleCalendar, calendarValue, min, max, includeEdgeDates, eventList, disabledList, eventMonthList, disabledMonthList, eventQuarterList, disabledQuarterList, eventYearList, disabledYearList, frame, usePortal, placement, closeOnOverlayClick, closeOnEsc, offset, type, size, lang, onChangeValue, onChangeStartOfRange, onToggle, }: RangeDatePopoverProps) => JSX.Element;
4
4
  //# sourceMappingURL=RangeDatePopover.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"RangeDatePopover.d.ts","sourceRoot":"","sources":["../../../../../src/components/DatePicker/RangeDate/RangeDatePopover/RangeDatePopover.tsx"],"names":[],"mappings":";AAKA,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,0BAA0B,CAAC;AAGtE,eAAO,MAAM,gBAAgB,sVA+B1B,qBAAqB,gBA0EvB,CAAC"}
1
+ {"version":3,"file":"RangeDatePopover.d.ts","sourceRoot":"","sources":["../../../../../src/components/DatePicker/RangeDate/RangeDatePopover/RangeDatePopover.tsx"],"names":[],"mappings":";AAKA,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,0BAA0B,CAAC;AAGtE,eAAO,MAAM,gBAAgB,2XAoC1B,qBAAqB,gBAgFvB,CAAC"}
@@ -1,8 +1,9 @@
1
- import type { ReactNode } from 'react';
1
+ import type { FC, PropsWithChildren, ReactNode } from 'react';
2
2
  import type { DatePickerPopoverProps } from '../../SingleDate/SingleDate.types';
3
3
  import type { DateInfo } from '../../../Calendar/Calendar.types';
4
4
  import type { DatePickerCalendarProps } from '../../DatePickerBase.types';
5
5
  export declare type RangeDatePopoverProps = DatePickerCalendarProps & DatePickerPopoverProps & {
6
+ rootWrapper: FC<PropsWithChildren>;
6
7
  /**
7
8
  * Обработчик изменения значения.
8
9
  */
@@ -1 +1 @@
1
- {"version":3,"file":"RangeDatePopover.types.d.ts","sourceRoot":"","sources":["../../../../../src/components/DatePicker/RangeDate/RangeDatePopover/RangeDatePopover.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAEvC,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,mCAAmC,CAAC;AAChF,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,kCAAkC,CAAC;AACjE,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,4BAA4B,CAAC;AAE1E,oBAAY,qBAAqB,GAAG,uBAAuB,GACvD,sBAAsB,GAAG;IACrB;;OAEG;IACH,aAAa,EAAE,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE,IAAI,CAAC,CAAC,EAAE,QAAQ,CAAC,EAAE,QAAQ,KAAK,IAAI,CAAC;IACpE;;OAEG;IACH,aAAa,EAAE,CAAC,IAAI,CAAC,EAAE,IAAI,CAAC,CAAC,CAAC;IAC9B;;OAEG;IACH,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B;;OAEG;IACH,MAAM,CAAC,EAAE,SAAS,CAAC;IACnB;;OAEG;IACH,oBAAoB,CAAC,EAAE,CAAC,KAAK,EAAE,IAAI,EAAE,QAAQ,CAAC,EAAE,QAAQ,KAAK,IAAI,CAAC;IAClE;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;CACjB,CAAC"}
1
+ {"version":3,"file":"RangeDatePopover.types.d.ts","sourceRoot":"","sources":["../../../../../src/components/DatePicker/RangeDate/RangeDatePopover/RangeDatePopover.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,EAAE,iBAAiB,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAE9D,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,mCAAmC,CAAC;AAChF,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,kCAAkC,CAAC;AACjE,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,4BAA4B,CAAC;AAE1E,oBAAY,qBAAqB,GAAG,uBAAuB,GACvD,sBAAsB,GAAG;IACrB,WAAW,EAAE,EAAE,CAAC,iBAAiB,CAAC,CAAC;IACnC;;OAEG;IACH,aAAa,EAAE,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE,IAAI,CAAC,CAAC,EAAE,QAAQ,CAAC,EAAE,QAAQ,KAAK,IAAI,CAAC;IACpE;;OAEG;IACH,aAAa,EAAE,CAAC,IAAI,CAAC,EAAE,IAAI,CAAC,CAAC,CAAC;IAC9B;;OAEG;IACH,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B;;OAEG;IACH,MAAM,CAAC,EAAE,SAAS,CAAC;IACnB;;OAEG;IACH,oBAAoB,CAAC,EAAE,CAAC,KAAK,EAAE,IAAI,EAAE,QAAQ,CAAC,EAAE,QAAQ,KAAK,IAAI,CAAC;IAClE;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;CACjB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"base.d.ts","sourceRoot":"","sources":["../../../../../../src/components/DatePicker/RangeDate/variations/_size/base.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,IAAI,0CAwBhB,CAAC"}
1
+ {"version":3,"file":"base.d.ts","sourceRoot":"","sources":["../../../../../../src/components/DatePicker/RangeDate/variations/_size/base.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,IAAI,0CAsBhB,CAAC"}
@@ -1,11 +1,11 @@
1
1
  import React from 'react';
2
2
  import type { RootProps } from '../../../engines';
3
3
  import type { DatePickerProps } from './SingleDate.types';
4
- export declare const datePickerRoot: (Root: RootProps<HTMLDivElement, Omit<DatePickerProps, 'opened' | 'defaultValue' | 'onChangeValue'>>) => React.ForwardRefExoticComponent<import("../DatePickerBase.types").DatePickerdVariationProps & import("./SingleDate.types").DatePickerTextFieldProps & import("../DatePickerBase.types").DatePickerCalendarProps & import("./SingleDate.types").DatePickerPopoverProps & Omit<React.HTMLAttributes<HTMLDivElement>, "defaultValue"> & React.RefAttributes<HTMLInputElement>>;
4
+ export declare const datePickerRoot: (Root: RootProps<HTMLDivElement, Omit<DatePickerProps, 'opened' | 'defaultValue' | 'onChangeValue'>>) => React.ForwardRefExoticComponent<import("../DatePickerBase.types").DatePickerVariationProps & import("./SingleDate.types").DatePickerTextFieldProps & import("../DatePickerBase.types").DatePickerCalendarProps & import("./SingleDate.types").DatePickerPopoverProps & Omit<React.HTMLAttributes<HTMLDivElement>, "defaultValue"> & React.RefAttributes<HTMLInputElement>>;
5
5
  export declare const datePickerConfig: {
6
6
  name: string;
7
7
  tag: string;
8
- layout: (Root: RootProps<HTMLDivElement, Omit<DatePickerProps, 'opened' | 'defaultValue' | 'onChangeValue'>>) => React.ForwardRefExoticComponent<import("../DatePickerBase.types").DatePickerdVariationProps & import("./SingleDate.types").DatePickerTextFieldProps & import("../DatePickerBase.types").DatePickerCalendarProps & import("./SingleDate.types").DatePickerPopoverProps & Omit<React.HTMLAttributes<HTMLDivElement>, "defaultValue"> & React.RefAttributes<HTMLInputElement>>;
8
+ layout: (Root: RootProps<HTMLDivElement, Omit<DatePickerProps, 'opened' | 'defaultValue' | 'onChangeValue'>>) => React.ForwardRefExoticComponent<import("../DatePickerBase.types").DatePickerVariationProps & import("./SingleDate.types").DatePickerTextFieldProps & import("../DatePickerBase.types").DatePickerCalendarProps & import("./SingleDate.types").DatePickerPopoverProps & Omit<React.HTMLAttributes<HTMLDivElement>, "defaultValue"> & React.RefAttributes<HTMLInputElement>>;
9
9
  base: import("@linaria/core").LinariaClassName;
10
10
  variations: {
11
11
  view: {
@@ -1 +1 @@
1
- {"version":3,"file":"SingleDate.d.ts","sourceRoot":"","sources":["../../../../src/components/DatePicker/SingleDate/SingleDate.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA+D,MAAM,OAAO,CAAC;AAEpF,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,kBAAkB,CAAC;AAQlD,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,oBAAoB,CAAC;AAO1D,eAAO,MAAM,cAAc,SACjB,UAAU,cAAc,EAAE,KAAK,eAAe,EAAE,QAAQ,GAAG,cAAc,GAAG,eAAe,CAAC,CAAC,gXA8LlG,CAAC;AAEN,eAAO,MAAM,gBAAgB;;;mBAhMnB,UAAU,cAAc,EAAE,KAAK,eAAe,EAAE,QAAQ,GAAG,cAAc,GAAG,eAAe,CAAC,CAAC;;;;;;;;;;;;;;;;;;;;;;CAyNtG,CAAC"}
1
+ {"version":3,"file":"SingleDate.d.ts","sourceRoot":"","sources":["../../../../src/components/DatePicker/SingleDate/SingleDate.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA+E,MAAM,OAAO,CAAC;AAGpG,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,kBAAkB,CAAC;AAQlD,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,oBAAoB,CAAC;AAO1D,eAAO,MAAM,cAAc,SACjB,UAAU,cAAc,EAAE,KAAK,eAAe,EAAE,QAAQ,GAAG,cAAc,GAAG,eAAe,CAAC,CAAC,+WA4NlG,CAAC;AAEN,eAAO,MAAM,gBAAgB;;;mBA9NnB,UAAU,cAAc,EAAE,KAAK,eAAe,EAAE,QAAQ,GAAG,cAAc,GAAG,eAAe,CAAC,CAAC;;;;;;;;;;;;;;;;;;;;;;CAuPtG,CAAC"}
@@ -8,6 +8,7 @@ export declare const StyledInput: import("@linaria/react").StyledMeta & import("
8
8
  } & {
9
9
  label?: string | undefined;
10
10
  labelPlacement?: "inner" | "outer" | undefined;
11
+ titleCaption?: import("react").ReactNode;
11
12
  leftHelper?: string | undefined;
12
13
  contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
13
14
  contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -22,6 +23,95 @@ export declare const StyledInput: import("@linaria/react").StyledMeta & import("
22
23
  } & {
23
24
  clear?: boolean | undefined;
24
25
  hasDivider?: boolean | undefined;
26
+ } & {
27
+ hintText: string;
28
+ hintTrigger?: "click" | "hover" | undefined;
29
+ hintView?: string | undefined;
30
+ hintSize?: string | undefined;
31
+ hintTargetIcon?: import("react").ReactNode;
32
+ hintPlacement?: import("@popperjs/core").Placement | import("@popperjs/core").ComputedPlacement[] | undefined;
33
+ hintHasArrow?: boolean | undefined;
34
+ hintOffset?: [number, number] | undefined;
35
+ hintWidth?: string | undefined;
36
+ hintContentLeft?: import("react").ReactNode;
37
+ } & {
38
+ chips?: undefined;
39
+ onChangeChips?: undefined;
40
+ enumerationType?: "plain" | undefined;
41
+ onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
42
+ } & Omit<import("../../../types").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
43
+ size?: string | undefined;
44
+ view?: string | undefined;
45
+ readOnly?: boolean | undefined;
46
+ disabled?: boolean | undefined;
47
+ } & {
48
+ label?: string | undefined;
49
+ labelPlacement?: "inner" | "outer" | undefined;
50
+ titleCaption?: import("react").ReactNode;
51
+ leftHelper?: string | undefined;
52
+ contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
53
+ contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
54
+ textBefore?: string | undefined;
55
+ textAfter?: string | undefined;
56
+ onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
57
+ } & {
58
+ requiredPlacement?: "left" | "right" | undefined;
59
+ } & {
60
+ required: true;
61
+ optional?: false | undefined;
62
+ } & {
63
+ clear?: boolean | undefined;
64
+ hasDivider?: boolean | undefined;
65
+ } & {
66
+ hintText: string;
67
+ hintTrigger?: "click" | "hover" | undefined;
68
+ hintView?: string | undefined;
69
+ hintSize?: string | undefined;
70
+ hintTargetIcon?: import("react").ReactNode;
71
+ hintPlacement?: import("@popperjs/core").Placement | import("@popperjs/core").ComputedPlacement[] | undefined;
72
+ hintHasArrow?: boolean | undefined;
73
+ hintOffset?: [number, number] | undefined;
74
+ hintWidth?: string | undefined;
75
+ hintContentLeft?: import("react").ReactNode;
76
+ } & {
77
+ enumerationType: "chip";
78
+ onSearch?: undefined;
79
+ chips?: import("../../TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
80
+ onChangeChips?: ((value: import("../../TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
81
+ } & Omit<import("../../../types").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
82
+ size?: string | undefined;
83
+ view?: string | undefined;
84
+ readOnly?: boolean | undefined;
85
+ disabled?: boolean | undefined;
86
+ } & {
87
+ label?: string | undefined;
88
+ labelPlacement?: "inner" | "outer" | undefined;
89
+ titleCaption?: import("react").ReactNode;
90
+ leftHelper?: string | undefined;
91
+ contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
92
+ contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
93
+ textBefore?: string | undefined;
94
+ textAfter?: string | undefined;
95
+ onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
96
+ } & {
97
+ requiredPlacement?: "left" | "right" | undefined;
98
+ } & {
99
+ required: true;
100
+ optional?: false | undefined;
101
+ } & {
102
+ clear?: boolean | undefined;
103
+ hasDivider?: boolean | undefined;
104
+ } & {
105
+ hintTrigger?: undefined;
106
+ hintText?: undefined;
107
+ hintView?: undefined;
108
+ hintSize?: undefined;
109
+ hintTargetIcon?: undefined;
110
+ hintPlacement?: undefined;
111
+ hintHasArrow?: undefined;
112
+ hintOffset?: undefined;
113
+ hintWidth?: undefined;
114
+ hintContentLeft?: undefined;
25
115
  } & {
26
116
  chips?: undefined;
27
117
  onChangeChips?: undefined;
@@ -35,6 +125,7 @@ export declare const StyledInput: import("@linaria/react").StyledMeta & import("
35
125
  } & {
36
126
  label?: string | undefined;
37
127
  labelPlacement?: "inner" | "outer" | undefined;
128
+ titleCaption?: import("react").ReactNode;
38
129
  leftHelper?: string | undefined;
39
130
  contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
40
131
  contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -49,6 +140,17 @@ export declare const StyledInput: import("@linaria/react").StyledMeta & import("
49
140
  } & {
50
141
  clear?: boolean | undefined;
51
142
  hasDivider?: boolean | undefined;
143
+ } & {
144
+ hintTrigger?: undefined;
145
+ hintText?: undefined;
146
+ hintView?: undefined;
147
+ hintSize?: undefined;
148
+ hintTargetIcon?: undefined;
149
+ hintPlacement?: undefined;
150
+ hintHasArrow?: undefined;
151
+ hintOffset?: undefined;
152
+ hintWidth?: undefined;
153
+ hintContentLeft?: undefined;
52
154
  } & {
53
155
  enumerationType: "chip";
54
156
  onSearch?: undefined;
@@ -62,6 +164,7 @@ export declare const StyledInput: import("@linaria/react").StyledMeta & import("
62
164
  } & {
63
165
  label?: string | undefined;
64
166
  labelPlacement?: "inner" | "outer" | undefined;
167
+ titleCaption?: import("react").ReactNode;
65
168
  leftHelper?: string | undefined;
66
169
  contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
67
170
  contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -76,6 +179,95 @@ export declare const StyledInput: import("@linaria/react").StyledMeta & import("
76
179
  } & {
77
180
  clear?: false | undefined;
78
181
  hasDivider?: undefined;
182
+ } & {
183
+ hintText: string;
184
+ hintTrigger?: "click" | "hover" | undefined;
185
+ hintView?: string | undefined;
186
+ hintSize?: string | undefined;
187
+ hintTargetIcon?: import("react").ReactNode;
188
+ hintPlacement?: import("@popperjs/core").Placement | import("@popperjs/core").ComputedPlacement[] | undefined;
189
+ hintHasArrow?: boolean | undefined;
190
+ hintOffset?: [number, number] | undefined;
191
+ hintWidth?: string | undefined;
192
+ hintContentLeft?: import("react").ReactNode;
193
+ } & {
194
+ chips?: undefined;
195
+ onChangeChips?: undefined;
196
+ enumerationType?: "plain" | undefined;
197
+ onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
198
+ } & Omit<import("../../../types").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
199
+ size?: string | undefined;
200
+ view?: string | undefined;
201
+ readOnly?: boolean | undefined;
202
+ disabled?: boolean | undefined;
203
+ } & {
204
+ label?: string | undefined;
205
+ labelPlacement?: "inner" | "outer" | undefined;
206
+ titleCaption?: import("react").ReactNode;
207
+ leftHelper?: string | undefined;
208
+ contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
209
+ contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
210
+ textBefore?: string | undefined;
211
+ textAfter?: string | undefined;
212
+ onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
213
+ } & {
214
+ requiredPlacement?: "left" | "right" | undefined;
215
+ } & {
216
+ required: true;
217
+ optional?: false | undefined;
218
+ } & {
219
+ clear?: false | undefined;
220
+ hasDivider?: undefined;
221
+ } & {
222
+ hintText: string;
223
+ hintTrigger?: "click" | "hover" | undefined;
224
+ hintView?: string | undefined;
225
+ hintSize?: string | undefined;
226
+ hintTargetIcon?: import("react").ReactNode;
227
+ hintPlacement?: import("@popperjs/core").Placement | import("@popperjs/core").ComputedPlacement[] | undefined;
228
+ hintHasArrow?: boolean | undefined;
229
+ hintOffset?: [number, number] | undefined;
230
+ hintWidth?: string | undefined;
231
+ hintContentLeft?: import("react").ReactNode;
232
+ } & {
233
+ enumerationType: "chip";
234
+ onSearch?: undefined;
235
+ chips?: import("../../TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
236
+ onChangeChips?: ((value: import("../../TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
237
+ } & Omit<import("../../../types").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
238
+ size?: string | undefined;
239
+ view?: string | undefined;
240
+ readOnly?: boolean | undefined;
241
+ disabled?: boolean | undefined;
242
+ } & {
243
+ label?: string | undefined;
244
+ labelPlacement?: "inner" | "outer" | undefined;
245
+ titleCaption?: import("react").ReactNode;
246
+ leftHelper?: string | undefined;
247
+ contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
248
+ contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
249
+ textBefore?: string | undefined;
250
+ textAfter?: string | undefined;
251
+ onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
252
+ } & {
253
+ requiredPlacement?: "left" | "right" | undefined;
254
+ } & {
255
+ required: true;
256
+ optional?: false | undefined;
257
+ } & {
258
+ clear?: false | undefined;
259
+ hasDivider?: undefined;
260
+ } & {
261
+ hintTrigger?: undefined;
262
+ hintText?: undefined;
263
+ hintView?: undefined;
264
+ hintSize?: undefined;
265
+ hintTargetIcon?: undefined;
266
+ hintPlacement?: undefined;
267
+ hintHasArrow?: undefined;
268
+ hintOffset?: undefined;
269
+ hintWidth?: undefined;
270
+ hintContentLeft?: undefined;
79
271
  } & {
80
272
  chips?: undefined;
81
273
  onChangeChips?: undefined;
@@ -89,6 +281,7 @@ export declare const StyledInput: import("@linaria/react").StyledMeta & import("
89
281
  } & {
90
282
  label?: string | undefined;
91
283
  labelPlacement?: "inner" | "outer" | undefined;
284
+ titleCaption?: import("react").ReactNode;
92
285
  leftHelper?: string | undefined;
93
286
  contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
94
287
  contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -103,6 +296,17 @@ export declare const StyledInput: import("@linaria/react").StyledMeta & import("
103
296
  } & {
104
297
  clear?: false | undefined;
105
298
  hasDivider?: undefined;
299
+ } & {
300
+ hintTrigger?: undefined;
301
+ hintText?: undefined;
302
+ hintView?: undefined;
303
+ hintSize?: undefined;
304
+ hintTargetIcon?: undefined;
305
+ hintPlacement?: undefined;
306
+ hintHasArrow?: undefined;
307
+ hintOffset?: undefined;
308
+ hintWidth?: undefined;
309
+ hintContentLeft?: undefined;
106
310
  } & {
107
311
  enumerationType: "chip";
108
312
  onSearch?: undefined;
@@ -116,6 +320,7 @@ export declare const StyledInput: import("@linaria/react").StyledMeta & import("
116
320
  } & {
117
321
  label?: string | undefined;
118
322
  labelPlacement?: "inner" | "outer" | undefined;
323
+ titleCaption?: import("react").ReactNode;
119
324
  leftHelper?: string | undefined;
120
325
  contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
121
326
  contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -130,6 +335,95 @@ export declare const StyledInput: import("@linaria/react").StyledMeta & import("
130
335
  } & {
131
336
  clear?: boolean | undefined;
132
337
  hasDivider?: boolean | undefined;
338
+ } & {
339
+ hintText: string;
340
+ hintTrigger?: "click" | "hover" | undefined;
341
+ hintView?: string | undefined;
342
+ hintSize?: string | undefined;
343
+ hintTargetIcon?: import("react").ReactNode;
344
+ hintPlacement?: import("@popperjs/core").Placement | import("@popperjs/core").ComputedPlacement[] | undefined;
345
+ hintHasArrow?: boolean | undefined;
346
+ hintOffset?: [number, number] | undefined;
347
+ hintWidth?: string | undefined;
348
+ hintContentLeft?: import("react").ReactNode;
349
+ } & {
350
+ chips?: undefined;
351
+ onChangeChips?: undefined;
352
+ enumerationType?: "plain" | undefined;
353
+ onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
354
+ } & Omit<import("../../../types").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
355
+ size?: string | undefined;
356
+ view?: string | undefined;
357
+ readOnly?: boolean | undefined;
358
+ disabled?: boolean | undefined;
359
+ } & {
360
+ label?: string | undefined;
361
+ labelPlacement?: "inner" | "outer" | undefined;
362
+ titleCaption?: import("react").ReactNode;
363
+ leftHelper?: string | undefined;
364
+ contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
365
+ contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
366
+ textBefore?: string | undefined;
367
+ textAfter?: string | undefined;
368
+ onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
369
+ } & {
370
+ requiredPlacement?: "left" | "right" | undefined;
371
+ } & {
372
+ optional?: true | undefined;
373
+ required?: false | undefined;
374
+ } & {
375
+ clear?: boolean | undefined;
376
+ hasDivider?: boolean | undefined;
377
+ } & {
378
+ hintText: string;
379
+ hintTrigger?: "click" | "hover" | undefined;
380
+ hintView?: string | undefined;
381
+ hintSize?: string | undefined;
382
+ hintTargetIcon?: import("react").ReactNode;
383
+ hintPlacement?: import("@popperjs/core").Placement | import("@popperjs/core").ComputedPlacement[] | undefined;
384
+ hintHasArrow?: boolean | undefined;
385
+ hintOffset?: [number, number] | undefined;
386
+ hintWidth?: string | undefined;
387
+ hintContentLeft?: import("react").ReactNode;
388
+ } & {
389
+ enumerationType: "chip";
390
+ onSearch?: undefined;
391
+ chips?: import("../../TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
392
+ onChangeChips?: ((value: import("../../TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
393
+ } & Omit<import("../../../types").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
394
+ size?: string | undefined;
395
+ view?: string | undefined;
396
+ readOnly?: boolean | undefined;
397
+ disabled?: boolean | undefined;
398
+ } & {
399
+ label?: string | undefined;
400
+ labelPlacement?: "inner" | "outer" | undefined;
401
+ titleCaption?: import("react").ReactNode;
402
+ leftHelper?: string | undefined;
403
+ contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
404
+ contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
405
+ textBefore?: string | undefined;
406
+ textAfter?: string | undefined;
407
+ onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
408
+ } & {
409
+ requiredPlacement?: "left" | "right" | undefined;
410
+ } & {
411
+ optional?: true | undefined;
412
+ required?: false | undefined;
413
+ } & {
414
+ clear?: boolean | undefined;
415
+ hasDivider?: boolean | undefined;
416
+ } & {
417
+ hintTrigger?: undefined;
418
+ hintText?: undefined;
419
+ hintView?: undefined;
420
+ hintSize?: undefined;
421
+ hintTargetIcon?: undefined;
422
+ hintPlacement?: undefined;
423
+ hintHasArrow?: undefined;
424
+ hintOffset?: undefined;
425
+ hintWidth?: undefined;
426
+ hintContentLeft?: undefined;
133
427
  } & {
134
428
  chips?: undefined;
135
429
  onChangeChips?: undefined;
@@ -143,6 +437,7 @@ export declare const StyledInput: import("@linaria/react").StyledMeta & import("
143
437
  } & {
144
438
  label?: string | undefined;
145
439
  labelPlacement?: "inner" | "outer" | undefined;
440
+ titleCaption?: import("react").ReactNode;
146
441
  leftHelper?: string | undefined;
147
442
  contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
148
443
  contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -157,6 +452,17 @@ export declare const StyledInput: import("@linaria/react").StyledMeta & import("
157
452
  } & {
158
453
  clear?: boolean | undefined;
159
454
  hasDivider?: boolean | undefined;
455
+ } & {
456
+ hintTrigger?: undefined;
457
+ hintText?: undefined;
458
+ hintView?: undefined;
459
+ hintSize?: undefined;
460
+ hintTargetIcon?: undefined;
461
+ hintPlacement?: undefined;
462
+ hintHasArrow?: undefined;
463
+ hintOffset?: undefined;
464
+ hintWidth?: undefined;
465
+ hintContentLeft?: undefined;
160
466
  } & {
161
467
  enumerationType: "chip";
162
468
  onSearch?: undefined;
@@ -170,6 +476,7 @@ export declare const StyledInput: import("@linaria/react").StyledMeta & import("
170
476
  } & {
171
477
  label?: string | undefined;
172
478
  labelPlacement?: "inner" | "outer" | undefined;
479
+ titleCaption?: import("react").ReactNode;
173
480
  leftHelper?: string | undefined;
174
481
  contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
175
482
  contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -184,6 +491,95 @@ export declare const StyledInput: import("@linaria/react").StyledMeta & import("
184
491
  } & {
185
492
  clear?: false | undefined;
186
493
  hasDivider?: undefined;
494
+ } & {
495
+ hintText: string;
496
+ hintTrigger?: "click" | "hover" | undefined;
497
+ hintView?: string | undefined;
498
+ hintSize?: string | undefined;
499
+ hintTargetIcon?: import("react").ReactNode;
500
+ hintPlacement?: import("@popperjs/core").Placement | import("@popperjs/core").ComputedPlacement[] | undefined;
501
+ hintHasArrow?: boolean | undefined;
502
+ hintOffset?: [number, number] | undefined;
503
+ hintWidth?: string | undefined;
504
+ hintContentLeft?: import("react").ReactNode;
505
+ } & {
506
+ chips?: undefined;
507
+ onChangeChips?: undefined;
508
+ enumerationType?: "plain" | undefined;
509
+ onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
510
+ } & Omit<import("../../../types").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
511
+ size?: string | undefined;
512
+ view?: string | undefined;
513
+ readOnly?: boolean | undefined;
514
+ disabled?: boolean | undefined;
515
+ } & {
516
+ label?: string | undefined;
517
+ labelPlacement?: "inner" | "outer" | undefined;
518
+ titleCaption?: import("react").ReactNode;
519
+ leftHelper?: string | undefined;
520
+ contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
521
+ contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
522
+ textBefore?: string | undefined;
523
+ textAfter?: string | undefined;
524
+ onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
525
+ } & {
526
+ requiredPlacement?: "left" | "right" | undefined;
527
+ } & {
528
+ optional?: true | undefined;
529
+ required?: false | undefined;
530
+ } & {
531
+ clear?: false | undefined;
532
+ hasDivider?: undefined;
533
+ } & {
534
+ hintText: string;
535
+ hintTrigger?: "click" | "hover" | undefined;
536
+ hintView?: string | undefined;
537
+ hintSize?: string | undefined;
538
+ hintTargetIcon?: import("react").ReactNode;
539
+ hintPlacement?: import("@popperjs/core").Placement | import("@popperjs/core").ComputedPlacement[] | undefined;
540
+ hintHasArrow?: boolean | undefined;
541
+ hintOffset?: [number, number] | undefined;
542
+ hintWidth?: string | undefined;
543
+ hintContentLeft?: import("react").ReactNode;
544
+ } & {
545
+ enumerationType: "chip";
546
+ onSearch?: undefined;
547
+ chips?: import("../../TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
548
+ onChangeChips?: ((value: import("../../TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
549
+ } & Omit<import("../../../types").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
550
+ size?: string | undefined;
551
+ view?: string | undefined;
552
+ readOnly?: boolean | undefined;
553
+ disabled?: boolean | undefined;
554
+ } & {
555
+ label?: string | undefined;
556
+ labelPlacement?: "inner" | "outer" | undefined;
557
+ titleCaption?: import("react").ReactNode;
558
+ leftHelper?: string | undefined;
559
+ contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
560
+ contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
561
+ textBefore?: string | undefined;
562
+ textAfter?: string | undefined;
563
+ onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
564
+ } & {
565
+ requiredPlacement?: "left" | "right" | undefined;
566
+ } & {
567
+ optional?: true | undefined;
568
+ required?: false | undefined;
569
+ } & {
570
+ clear?: false | undefined;
571
+ hasDivider?: undefined;
572
+ } & {
573
+ hintTrigger?: undefined;
574
+ hintText?: undefined;
575
+ hintView?: undefined;
576
+ hintSize?: undefined;
577
+ hintTargetIcon?: undefined;
578
+ hintPlacement?: undefined;
579
+ hintHasArrow?: undefined;
580
+ hintOffset?: undefined;
581
+ hintWidth?: undefined;
582
+ hintContentLeft?: undefined;
187
583
  } & {
188
584
  chips?: undefined;
189
585
  onChangeChips?: undefined;
@@ -197,6 +593,7 @@ export declare const StyledInput: import("@linaria/react").StyledMeta & import("
197
593
  } & {
198
594
  label?: string | undefined;
199
595
  labelPlacement?: "inner" | "outer" | undefined;
596
+ titleCaption?: import("react").ReactNode;
200
597
  leftHelper?: string | undefined;
201
598
  contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
202
599
  contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -211,6 +608,17 @@ export declare const StyledInput: import("@linaria/react").StyledMeta & import("
211
608
  } & {
212
609
  clear?: false | undefined;
213
610
  hasDivider?: undefined;
611
+ } & {
612
+ hintTrigger?: undefined;
613
+ hintText?: undefined;
614
+ hintView?: undefined;
615
+ hintSize?: undefined;
616
+ hintTargetIcon?: undefined;
617
+ hintPlacement?: undefined;
618
+ hintHasArrow?: undefined;
619
+ hintOffset?: undefined;
620
+ hintWidth?: undefined;
621
+ hintContentLeft?: undefined;
214
622
  } & {
215
623
  enumerationType: "chip";
216
624
  onSearch?: undefined;
@@ -1 +1 @@
1
- {"version":3,"file":"SingleDate.styles.d.ts","sourceRoot":"","sources":["../../../../src/components/DatePicker/SingleDate/SingleDate.styles.ts"],"names":[],"mappings":";AAcA,eAAO,MAAM,aAAa,4TAAoB,CAAC;AAG/C,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kJAyEvB,CAAC;AAEF,eAAO,MAAM,IAAI,0CAMhB,CAAC;AAEF,eAAO,MAAM,WAAW,8KAAiB,CAAC;AAE1C,eAAO,MAAM,UAAU,qKAAe,CAAC"}
1
+ {"version":3,"file":"SingleDate.styles.d.ts","sourceRoot":"","sources":["../../../../src/components/DatePicker/SingleDate/SingleDate.styles.ts"],"names":[],"mappings":";AAcA,eAAO,MAAM,aAAa,4TAAoB,CAAC;AAG/C,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kJAyEvB,CAAC;AAEF,eAAO,MAAM,IAAI,0CAMhB,CAAC;AAEF,eAAO,MAAM,WAAW,8KAAiB,CAAC;AAE1C,eAAO,MAAM,UAAU,qKAAe,CAAC"}