@ringcentral/juno 1.12.4-beta.5873-31100a7c → 1.12.5-beta.5896-ded29c04

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 (514) hide show
  1. package/components/Dialog/Dialog.js +3 -1
  2. package/components/Downshift/Downshift.d.ts +1 -1
  3. package/components/Downshift/Downshift.js +1 -2
  4. package/components/Downshift/SuggestionList/SuggestionList.js +4 -5
  5. package/components/Downshift/SuggestionList/utils/useSuggestionList.d.ts +20 -7
  6. package/components/Downshift/SuggestionList/utils/useSuggestionList.js +88 -70
  7. package/components/Downshift/utils/DownshiftUtils.d.ts +2 -0
  8. package/components/Downshift/utils/DownshiftUtils.js +6 -0
  9. package/components/Downshift/utils/SelectItem.d.ts +3 -1
  10. package/components/Downshift/utils/index.d.ts +2 -0
  11. package/components/Downshift/utils/index.js +2 -0
  12. package/components/Downshift/utils/useDownshift.d.ts +13 -272
  13. package/components/Downshift/utils/useDownshift.js +132 -429
  14. package/components/Downshift/utils/useDownshiftGroup.js +1 -0
  15. package/components/Downshift/utils/useDownshiftTag.d.ts +554 -0
  16. package/components/Downshift/utils/useDownshiftTag.js +229 -0
  17. package/components/Forms/TextField/styles/OutlineTextFieldStyle.js +2 -2
  18. package/components/Forms/TextField/utils/OutlineTextFieldUtils.d.ts +1 -0
  19. package/components/Forms/TextField/utils/OutlineTextFieldUtils.js +3 -0
  20. package/components/Forms/Textarea/Textarea.d.ts +2 -2
  21. package/components/Icon/assets/icon-0.svg +2 -2
  22. package/components/Icon/assets/icon-2.svg +2 -2
  23. package/components/Icon/assets/icon-3.svg +2 -2
  24. package/components/Icon/assets/icon-4.svg +2 -2
  25. package/components/Icon/assets/icon-5.svg +2 -2
  26. package/components/Icon/assets/icon-6.svg +2 -2
  27. package/components/Icon/assets/icon-7.svg +2 -2
  28. package/components/Icon/assets/icon-8.svg +2 -2
  29. package/components/Icon/assets/icon-9.svg +2 -2
  30. package/components/Icon/assets/icon-Announcement.svg +8 -0
  31. package/components/Icon/assets/icon-Call-queue.svg +14 -0
  32. package/components/Icon/assets/icon-Limited.svg +7 -0
  33. package/components/Icon/assets/icon-Message.svg +6 -0
  34. package/components/Icon/assets/icon-Paging.svg +6 -0
  35. package/components/Icon/assets/icon-Shared-line.svg +8 -0
  36. package/components/Icon/assets/icon-avatar_rooms.svg +5 -0
  37. package/components/Icon/assets/icon-box.svg +1 -1
  38. package/components/Icon/assets/icon-box1.svg +5 -0
  39. package/components/Icon/assets/icon-default-file-D.svg +3 -3
  40. package/components/Icon/assets/icon-default-file.svg +4 -4
  41. package/components/Icon/assets/icon-default-gdrive-D.svg +4 -4
  42. package/components/Icon/assets/icon-default-gdrive.svg +5 -5
  43. package/components/Icon/assets/icon-default-music-D.svg +3 -3
  44. package/components/Icon/assets/icon-default-music.svg +3 -3
  45. package/components/Icon/assets/icon-default-video-D.svg +3 -3
  46. package/components/Icon/assets/icon-default-video.svg +3 -3
  47. package/components/Icon/assets/icon-deleted_file.svg +2 -2
  48. package/components/Icon/assets/icon-deleted_file_D.svg +2 -2
  49. package/components/Icon/assets/icon-doc-D.svg +3 -3
  50. package/components/Icon/assets/icon-doc.svg +3 -3
  51. package/components/Icon/assets/icon-end--answer.svg +2 -2
  52. package/components/Icon/assets/icon-excel-D.svg +3 -3
  53. package/components/Icon/assets/icon-excel.svg +3 -3
  54. package/components/Icon/assets/icon-font-color.svg +2 -2
  55. package/components/Icon/assets/icon-gdrive-logo.svg +6 -6
  56. package/components/Icon/assets/icon-gif-file-D.svg +3 -3
  57. package/components/Icon/assets/icon-gif-file.svg +4 -4
  58. package/components/Icon/assets/icon-gmail.svg +5 -5
  59. package/components/Icon/assets/icon-google-calendar-2019.svg +6 -6
  60. package/components/Icon/assets/icon-google-doc-D.svg +3 -3
  61. package/components/Icon/assets/icon-google-doc.svg +3 -3
  62. package/components/Icon/assets/icon-google-logo.svg +4 -4
  63. package/components/Icon/assets/icon-google-sheet-D.svg +3 -3
  64. package/components/Icon/assets/icon-google-sheet.svg +3 -3
  65. package/components/Icon/assets/icon-google-slide-D.svg +3 -3
  66. package/components/Icon/assets/icon-google-slide.svg +3 -3
  67. package/components/Icon/assets/icon-hold-answer.svg +2 -2
  68. package/components/Icon/assets/icon-image-broken-D.svg +3 -3
  69. package/components/Icon/assets/icon-image-broken.svg +4 -4
  70. package/components/Icon/assets/icon-image-preview-D.svg +3 -3
  71. package/components/Icon/assets/icon-image-preview.svg +3 -3
  72. package/components/Icon/assets/icon-item-list-selected.svg +1 -1
  73. package/components/Icon/assets/icon-mac-keynote-D.svg +3 -3
  74. package/components/Icon/assets/icon-mac-keynote.svg +6 -6
  75. package/components/Icon/assets/icon-mac-numbers-D.svg +3 -3
  76. package/components/Icon/assets/icon-mac-numbers.svg +3 -3
  77. package/components/Icon/assets/icon-mac-pages-D.svg +3 -3
  78. package/components/Icon/assets/icon-mac-pages.svg +3 -3
  79. package/components/Icon/assets/icon-marker_m.svg +2 -2
  80. package/components/Icon/assets/icon-marker_s.svg +2 -2
  81. package/components/Icon/assets/icon-microsoft-logo.svg +4 -4
  82. package/components/Icon/assets/icon-microsoft-outlook-2019.svg +15 -15
  83. package/components/Icon/assets/icon-mobile.svg +5 -0
  84. package/components/Icon/assets/icon-no-connection.svg +2 -2
  85. package/components/Icon/assets/icon-pdf-D.svg +3 -3
  86. package/components/Icon/assets/icon-pdf.svg +3 -3
  87. package/components/Icon/assets/icon-poor-connection.svg +2 -2
  88. package/components/Icon/assets/icon-ppt-D.svg +3 -3
  89. package/components/Icon/assets/icon-ppt.svg +3 -3
  90. package/components/Icon/assets/icon-rc_contact.svg +1 -1
  91. package/components/Icon/assets/icon-rcv_mic-off.svg +2 -2
  92. package/components/Icon/assets/icon-rcv_videocam-off.svg +2 -2
  93. package/components/Icon/assets/icon-sort.svg +2 -2
  94. package/components/Icon/assets/icon-stop-record.svg +1 -1
  95. package/components/Icon/assets/icon-weak-connection.svg +2 -2
  96. package/components/Icon/assets/icon-zip-D.svg +3 -3
  97. package/components/Icon/assets/icon-zip.svg +3 -3
  98. package/components/Icon/icon-symbol.d.ts +1 -1
  99. package/components/Icon/icon-symbol.js +1 -1
  100. package/es6/components/Dialog/Dialog.js +3 -1
  101. package/es6/components/Downshift/Downshift.js +1 -2
  102. package/es6/components/Downshift/SuggestionList/SuggestionList.js +4 -5
  103. package/es6/components/Downshift/SuggestionList/utils/useSuggestionList.js +90 -72
  104. package/es6/components/Downshift/utils/DownshiftUtils.js +5 -0
  105. package/es6/components/Downshift/utils/index.js +2 -0
  106. package/es6/components/Downshift/utils/useDownshift.js +135 -432
  107. package/es6/components/Downshift/utils/useDownshiftGroup.js +1 -0
  108. package/es6/components/Downshift/utils/useDownshiftTag.js +227 -0
  109. package/es6/components/Forms/TextField/styles/OutlineTextFieldStyle.js +2 -2
  110. package/es6/components/Forms/TextField/utils/OutlineTextFieldUtils.js +3 -0
  111. package/es6/components/Icon/assets/icon-0.svg +2 -2
  112. package/es6/components/Icon/assets/icon-2.svg +2 -2
  113. package/es6/components/Icon/assets/icon-3.svg +2 -2
  114. package/es6/components/Icon/assets/icon-4.svg +2 -2
  115. package/es6/components/Icon/assets/icon-5.svg +2 -2
  116. package/es6/components/Icon/assets/icon-6.svg +2 -2
  117. package/es6/components/Icon/assets/icon-7.svg +2 -2
  118. package/es6/components/Icon/assets/icon-8.svg +2 -2
  119. package/es6/components/Icon/assets/icon-9.svg +2 -2
  120. package/es6/components/Icon/assets/icon-Announcement.svg +8 -0
  121. package/es6/components/Icon/assets/icon-Call-queue.svg +14 -0
  122. package/es6/components/Icon/assets/icon-Limited.svg +7 -0
  123. package/es6/components/Icon/assets/icon-Message.svg +6 -0
  124. package/es6/components/Icon/assets/icon-Paging.svg +6 -0
  125. package/es6/components/Icon/assets/icon-Shared-line.svg +8 -0
  126. package/es6/components/Icon/assets/icon-avatar_rooms.svg +5 -0
  127. package/es6/components/Icon/assets/icon-box.svg +1 -1
  128. package/es6/components/Icon/assets/icon-box1.svg +5 -0
  129. package/es6/components/Icon/assets/icon-default-file-D.svg +3 -3
  130. package/es6/components/Icon/assets/icon-default-file.svg +4 -4
  131. package/es6/components/Icon/assets/icon-default-gdrive-D.svg +4 -4
  132. package/es6/components/Icon/assets/icon-default-gdrive.svg +5 -5
  133. package/es6/components/Icon/assets/icon-default-music-D.svg +3 -3
  134. package/es6/components/Icon/assets/icon-default-music.svg +3 -3
  135. package/es6/components/Icon/assets/icon-default-video-D.svg +3 -3
  136. package/es6/components/Icon/assets/icon-default-video.svg +3 -3
  137. package/es6/components/Icon/assets/icon-deleted_file.svg +2 -2
  138. package/es6/components/Icon/assets/icon-deleted_file_D.svg +2 -2
  139. package/es6/components/Icon/assets/icon-doc-D.svg +3 -3
  140. package/es6/components/Icon/assets/icon-doc.svg +3 -3
  141. package/es6/components/Icon/assets/icon-end--answer.svg +2 -2
  142. package/es6/components/Icon/assets/icon-excel-D.svg +3 -3
  143. package/es6/components/Icon/assets/icon-excel.svg +3 -3
  144. package/es6/components/Icon/assets/icon-font-color.svg +2 -2
  145. package/es6/components/Icon/assets/icon-gdrive-logo.svg +6 -6
  146. package/es6/components/Icon/assets/icon-gif-file-D.svg +3 -3
  147. package/es6/components/Icon/assets/icon-gif-file.svg +4 -4
  148. package/es6/components/Icon/assets/icon-gmail.svg +5 -5
  149. package/es6/components/Icon/assets/icon-google-calendar-2019.svg +6 -6
  150. package/es6/components/Icon/assets/icon-google-doc-D.svg +3 -3
  151. package/es6/components/Icon/assets/icon-google-doc.svg +3 -3
  152. package/es6/components/Icon/assets/icon-google-logo.svg +4 -4
  153. package/es6/components/Icon/assets/icon-google-sheet-D.svg +3 -3
  154. package/es6/components/Icon/assets/icon-google-sheet.svg +3 -3
  155. package/es6/components/Icon/assets/icon-google-slide-D.svg +3 -3
  156. package/es6/components/Icon/assets/icon-google-slide.svg +3 -3
  157. package/es6/components/Icon/assets/icon-hold-answer.svg +2 -2
  158. package/es6/components/Icon/assets/icon-image-broken-D.svg +3 -3
  159. package/es6/components/Icon/assets/icon-image-broken.svg +4 -4
  160. package/es6/components/Icon/assets/icon-image-preview-D.svg +3 -3
  161. package/es6/components/Icon/assets/icon-image-preview.svg +3 -3
  162. package/es6/components/Icon/assets/icon-item-list-selected.svg +1 -1
  163. package/es6/components/Icon/assets/icon-mac-keynote-D.svg +3 -3
  164. package/es6/components/Icon/assets/icon-mac-keynote.svg +6 -6
  165. package/es6/components/Icon/assets/icon-mac-numbers-D.svg +3 -3
  166. package/es6/components/Icon/assets/icon-mac-numbers.svg +3 -3
  167. package/es6/components/Icon/assets/icon-mac-pages-D.svg +3 -3
  168. package/es6/components/Icon/assets/icon-mac-pages.svg +3 -3
  169. package/es6/components/Icon/assets/icon-marker_m.svg +2 -2
  170. package/es6/components/Icon/assets/icon-marker_s.svg +2 -2
  171. package/es6/components/Icon/assets/icon-microsoft-logo.svg +4 -4
  172. package/es6/components/Icon/assets/icon-microsoft-outlook-2019.svg +15 -15
  173. package/es6/components/Icon/assets/icon-mobile.svg +5 -0
  174. package/es6/components/Icon/assets/icon-no-connection.svg +2 -2
  175. package/es6/components/Icon/assets/icon-pdf-D.svg +3 -3
  176. package/es6/components/Icon/assets/icon-pdf.svg +3 -3
  177. package/es6/components/Icon/assets/icon-poor-connection.svg +2 -2
  178. package/es6/components/Icon/assets/icon-ppt-D.svg +3 -3
  179. package/es6/components/Icon/assets/icon-ppt.svg +3 -3
  180. package/es6/components/Icon/assets/icon-rc_contact.svg +1 -1
  181. package/es6/components/Icon/assets/icon-rcv_mic-off.svg +2 -2
  182. package/es6/components/Icon/assets/icon-rcv_videocam-off.svg +2 -2
  183. package/es6/components/Icon/assets/icon-sort.svg +2 -2
  184. package/es6/components/Icon/assets/icon-stop-record.svg +1 -1
  185. package/es6/components/Icon/assets/icon-weak-connection.svg +2 -2
  186. package/es6/components/Icon/assets/icon-zip-D.svg +3 -3
  187. package/es6/components/Icon/assets/icon-zip.svg +3 -3
  188. package/es6/components/Icon/icon-symbol.js +1 -1
  189. package/es6/foundation/hooks/useRefState/useRefState.js +6 -1
  190. package/es6/foundation/theme/ThemeProvider.js +22 -6
  191. package/es6/icon/0.js +2 -2
  192. package/es6/icon/2.js +2 -2
  193. package/es6/icon/3.js +2 -2
  194. package/es6/icon/4.js +2 -2
  195. package/es6/icon/5.js +2 -2
  196. package/es6/icon/6.js +2 -2
  197. package/es6/icon/7.js +2 -2
  198. package/es6/icon/8.js +2 -2
  199. package/es6/icon/9.js +2 -2
  200. package/es6/icon/Announcement.js +8 -0
  201. package/es6/icon/AvatarRooms.js +7 -0
  202. package/es6/icon/Box.js +1 -1
  203. package/es6/icon/Box1.js +7 -0
  204. package/es6/icon/CallQueue.js +14 -0
  205. package/es6/icon/DefaultFile.js +4 -4
  206. package/es6/icon/DefaultFileD.js +3 -3
  207. package/es6/icon/DefaultGdrive.js +5 -5
  208. package/es6/icon/DefaultGdriveD.js +4 -4
  209. package/es6/icon/DefaultMusic.js +3 -3
  210. package/es6/icon/DefaultMusicD.js +3 -3
  211. package/es6/icon/DefaultVideo.js +3 -3
  212. package/es6/icon/DefaultVideoD.js +3 -3
  213. package/es6/icon/DeletedFile.js +2 -2
  214. package/es6/icon/DeletedFileD.js +2 -2
  215. package/es6/icon/Doc.js +3 -3
  216. package/es6/icon/DocD.js +3 -3
  217. package/es6/icon/EndAnswer.js +2 -2
  218. package/es6/icon/Excel.js +3 -3
  219. package/es6/icon/ExcelD.js +3 -3
  220. package/es6/icon/FontColor.js +2 -2
  221. package/es6/icon/GdriveLogo.js +6 -6
  222. package/es6/icon/GifFile.js +4 -4
  223. package/es6/icon/GifFileD.js +3 -3
  224. package/es6/icon/Gmail.js +5 -5
  225. package/es6/icon/GoogleCalendar2019.js +6 -6
  226. package/es6/icon/GoogleDoc.js +3 -3
  227. package/es6/icon/GoogleDocD.js +3 -3
  228. package/es6/icon/GoogleLogo.js +4 -4
  229. package/es6/icon/GoogleSheet.js +3 -3
  230. package/es6/icon/GoogleSheetD.js +3 -3
  231. package/es6/icon/GoogleSlide.js +3 -3
  232. package/es6/icon/GoogleSlideD.js +3 -3
  233. package/es6/icon/HoldAnswer.js +2 -2
  234. package/es6/icon/ImageBroken.js +4 -4
  235. package/es6/icon/ImageBrokenD.js +3 -3
  236. package/es6/icon/ImagePreview.js +3 -3
  237. package/es6/icon/ImagePreviewD.js +3 -3
  238. package/es6/icon/ItemListSelected.js +1 -1
  239. package/es6/icon/Limited.js +8 -0
  240. package/es6/icon/MacKeynote.js +4 -4
  241. package/es6/icon/MacKeynoteD.js +3 -3
  242. package/es6/icon/MacNumbers.js +3 -3
  243. package/es6/icon/MacNumbersD.js +3 -3
  244. package/es6/icon/MacPages.js +3 -3
  245. package/es6/icon/MacPagesD.js +3 -3
  246. package/es6/icon/MarkerM.js +2 -2
  247. package/es6/icon/MarkerS.js +2 -2
  248. package/es6/icon/Message.js +8 -0
  249. package/es6/icon/MicrosoftLogo.js +4 -4
  250. package/es6/icon/MicrosoftOutlook2019.js +15 -15
  251. package/es6/icon/Mobile.js +7 -0
  252. package/es6/icon/NoConnection.js +2 -2
  253. package/es6/icon/Paging.js +8 -0
  254. package/es6/icon/Pdf.js +3 -3
  255. package/es6/icon/PdfD.js +3 -3
  256. package/es6/icon/PoorConnection.js +2 -2
  257. package/es6/icon/Ppt.js +3 -3
  258. package/es6/icon/PptD.js +3 -3
  259. package/es6/icon/RcContact.js +1 -1
  260. package/es6/icon/RcvMicOff.js +2 -2
  261. package/es6/icon/RcvVideocamOff.js +2 -2
  262. package/es6/icon/SharedLine.js +9 -0
  263. package/es6/icon/Sort.js +2 -2
  264. package/es6/icon/StopRecord.js +1 -1
  265. package/es6/icon/WeakConnection.js +2 -2
  266. package/es6/icon/Zip.js +3 -3
  267. package/es6/icon/ZipD.js +3 -3
  268. package/es6/icon/index.js +10 -1
  269. package/es6/icons/icon-0.svg +2 -2
  270. package/es6/icons/icon-2.svg +2 -2
  271. package/es6/icons/icon-3.svg +2 -2
  272. package/es6/icons/icon-4.svg +2 -2
  273. package/es6/icons/icon-5.svg +2 -2
  274. package/es6/icons/icon-6.svg +2 -2
  275. package/es6/icons/icon-7.svg +2 -2
  276. package/es6/icons/icon-8.svg +2 -2
  277. package/es6/icons/icon-9.svg +2 -2
  278. package/es6/icons/icon-Announcement.svg +8 -0
  279. package/es6/icons/icon-Call-queue.svg +14 -0
  280. package/es6/icons/icon-Limited.svg +7 -0
  281. package/es6/icons/icon-Message.svg +6 -0
  282. package/es6/icons/icon-Paging.svg +6 -0
  283. package/es6/icons/icon-Shared-line.svg +8 -0
  284. package/es6/icons/icon-avatar_rooms.svg +5 -0
  285. package/es6/icons/icon-box.svg +1 -1
  286. package/es6/icons/icon-box1.svg +5 -0
  287. package/es6/icons/icon-default-file-D.svg +3 -3
  288. package/es6/icons/icon-default-file.svg +4 -4
  289. package/es6/icons/icon-default-gdrive-D.svg +4 -4
  290. package/es6/icons/icon-default-gdrive.svg +5 -5
  291. package/es6/icons/icon-default-music-D.svg +3 -3
  292. package/es6/icons/icon-default-music.svg +3 -3
  293. package/es6/icons/icon-default-video-D.svg +3 -3
  294. package/es6/icons/icon-default-video.svg +3 -3
  295. package/es6/icons/icon-deleted_file.svg +2 -2
  296. package/es6/icons/icon-deleted_file_D.svg +2 -2
  297. package/es6/icons/icon-doc-D.svg +3 -3
  298. package/es6/icons/icon-doc.svg +3 -3
  299. package/es6/icons/icon-end--answer.svg +2 -2
  300. package/es6/icons/icon-excel-D.svg +3 -3
  301. package/es6/icons/icon-excel.svg +3 -3
  302. package/es6/icons/icon-font-color.svg +2 -2
  303. package/es6/icons/icon-gdrive-logo.svg +6 -6
  304. package/es6/icons/icon-gif-file-D.svg +3 -3
  305. package/es6/icons/icon-gif-file.svg +4 -4
  306. package/es6/icons/icon-gmail.svg +5 -5
  307. package/es6/icons/icon-google-calendar-2019.svg +6 -6
  308. package/es6/icons/icon-google-doc-D.svg +3 -3
  309. package/es6/icons/icon-google-doc.svg +3 -3
  310. package/es6/icons/icon-google-logo.svg +4 -4
  311. package/es6/icons/icon-google-sheet-D.svg +3 -3
  312. package/es6/icons/icon-google-sheet.svg +3 -3
  313. package/es6/icons/icon-google-slide-D.svg +3 -3
  314. package/es6/icons/icon-google-slide.svg +3 -3
  315. package/es6/icons/icon-hold-answer.svg +2 -2
  316. package/es6/icons/icon-image-broken-D.svg +3 -3
  317. package/es6/icons/icon-image-broken.svg +4 -4
  318. package/es6/icons/icon-image-preview-D.svg +3 -3
  319. package/es6/icons/icon-image-preview.svg +3 -3
  320. package/es6/icons/icon-item-list-selected.svg +1 -1
  321. package/es6/icons/icon-mac-keynote-D.svg +3 -3
  322. package/es6/icons/icon-mac-keynote.svg +6 -6
  323. package/es6/icons/icon-mac-numbers-D.svg +3 -3
  324. package/es6/icons/icon-mac-numbers.svg +3 -3
  325. package/es6/icons/icon-mac-pages-D.svg +3 -3
  326. package/es6/icons/icon-mac-pages.svg +3 -3
  327. package/es6/icons/icon-marker_m.svg +2 -2
  328. package/es6/icons/icon-marker_s.svg +2 -2
  329. package/es6/icons/icon-microsoft-logo.svg +4 -4
  330. package/es6/icons/icon-microsoft-outlook-2019.svg +15 -15
  331. package/es6/icons/icon-mobile.svg +5 -0
  332. package/es6/icons/icon-no-connection.svg +2 -2
  333. package/es6/icons/icon-pdf-D.svg +3 -3
  334. package/es6/icons/icon-pdf.svg +3 -3
  335. package/es6/icons/icon-poor-connection.svg +2 -2
  336. package/es6/icons/icon-ppt-D.svg +3 -3
  337. package/es6/icons/icon-ppt.svg +3 -3
  338. package/es6/icons/icon-rc_contact.svg +1 -1
  339. package/es6/icons/icon-rcv_mic-off.svg +2 -2
  340. package/es6/icons/icon-rcv_videocam-off.svg +2 -2
  341. package/es6/icons/icon-sort.svg +2 -2
  342. package/es6/icons/icon-stop-record.svg +1 -1
  343. package/es6/icons/icon-weak-connection.svg +2 -2
  344. package/es6/icons/icon-zip-D.svg +3 -3
  345. package/es6/icons/icon-zip.svg +3 -3
  346. package/foundation/hooks/useRefState/useRefState.js +6 -1
  347. package/foundation/theme/ThemeProvider.d.ts +11 -11
  348. package/foundation/theme/ThemeProvider.js +22 -6
  349. package/icon/0.js +2 -2
  350. package/icon/2.js +2 -2
  351. package/icon/3.js +2 -2
  352. package/icon/4.js +2 -2
  353. package/icon/5.js +2 -2
  354. package/icon/6.js +2 -2
  355. package/icon/7.js +2 -2
  356. package/icon/8.js +2 -2
  357. package/icon/9.js +2 -2
  358. package/icon/Announcement.d.ts +3 -0
  359. package/icon/Announcement.js +10 -0
  360. package/icon/AvatarRooms.d.ts +3 -0
  361. package/icon/AvatarRooms.js +9 -0
  362. package/icon/Box.js +1 -1
  363. package/icon/Box1.d.ts +3 -0
  364. package/icon/Box1.js +9 -0
  365. package/icon/CallQueue.d.ts +3 -0
  366. package/icon/CallQueue.js +16 -0
  367. package/icon/DefaultFile.js +4 -4
  368. package/icon/DefaultFileD.js +3 -3
  369. package/icon/DefaultGdrive.js +5 -5
  370. package/icon/DefaultGdriveD.js +4 -4
  371. package/icon/DefaultMusic.js +3 -3
  372. package/icon/DefaultMusicD.js +3 -3
  373. package/icon/DefaultVideo.js +3 -3
  374. package/icon/DefaultVideoD.js +3 -3
  375. package/icon/DeletedFile.js +2 -2
  376. package/icon/DeletedFileD.js +2 -2
  377. package/icon/Doc.js +3 -3
  378. package/icon/DocD.js +3 -3
  379. package/icon/EndAnswer.js +2 -2
  380. package/icon/Excel.js +3 -3
  381. package/icon/ExcelD.js +3 -3
  382. package/icon/FontColor.js +2 -2
  383. package/icon/GdriveLogo.js +6 -6
  384. package/icon/GifFile.js +4 -4
  385. package/icon/GifFileD.js +3 -3
  386. package/icon/Gmail.js +5 -5
  387. package/icon/GoogleCalendar2019.js +6 -6
  388. package/icon/GoogleDoc.js +3 -3
  389. package/icon/GoogleDocD.js +3 -3
  390. package/icon/GoogleLogo.js +4 -4
  391. package/icon/GoogleSheet.js +3 -3
  392. package/icon/GoogleSheetD.js +3 -3
  393. package/icon/GoogleSlide.js +3 -3
  394. package/icon/GoogleSlideD.js +3 -3
  395. package/icon/HoldAnswer.js +2 -2
  396. package/icon/ImageBroken.js +4 -4
  397. package/icon/ImageBrokenD.js +3 -3
  398. package/icon/ImagePreview.js +3 -3
  399. package/icon/ImagePreviewD.js +3 -3
  400. package/icon/ItemListSelected.js +1 -1
  401. package/icon/Limited.d.ts +3 -0
  402. package/icon/Limited.js +10 -0
  403. package/icon/MacKeynote.js +4 -4
  404. package/icon/MacKeynoteD.js +3 -3
  405. package/icon/MacNumbers.js +3 -3
  406. package/icon/MacNumbersD.js +3 -3
  407. package/icon/MacPages.js +3 -3
  408. package/icon/MacPagesD.js +3 -3
  409. package/icon/MarkerM.js +2 -2
  410. package/icon/MarkerS.js +2 -2
  411. package/icon/Message.d.ts +3 -0
  412. package/icon/Message.js +10 -0
  413. package/icon/MicrosoftLogo.js +4 -4
  414. package/icon/MicrosoftOutlook2019.js +15 -15
  415. package/icon/Mobile.d.ts +3 -0
  416. package/icon/Mobile.js +9 -0
  417. package/icon/NoConnection.js +2 -2
  418. package/icon/Paging.d.ts +3 -0
  419. package/icon/Paging.js +10 -0
  420. package/icon/Pdf.js +3 -3
  421. package/icon/PdfD.js +3 -3
  422. package/icon/PoorConnection.js +2 -2
  423. package/icon/Ppt.js +3 -3
  424. package/icon/PptD.js +3 -3
  425. package/icon/RcContact.js +1 -1
  426. package/icon/RcvMicOff.js +2 -2
  427. package/icon/RcvVideocamOff.js +2 -2
  428. package/icon/SharedLine.d.ts +3 -0
  429. package/icon/SharedLine.js +11 -0
  430. package/icon/Sort.js +2 -2
  431. package/icon/StopRecord.js +1 -1
  432. package/icon/WeakConnection.js +2 -2
  433. package/icon/Zip.js +3 -3
  434. package/icon/ZipD.js +3 -3
  435. package/icon/index.d.ts +10 -1
  436. package/icon/index.js +20 -2
  437. package/icons/icon-0.svg +2 -2
  438. package/icons/icon-2.svg +2 -2
  439. package/icons/icon-3.svg +2 -2
  440. package/icons/icon-4.svg +2 -2
  441. package/icons/icon-5.svg +2 -2
  442. package/icons/icon-6.svg +2 -2
  443. package/icons/icon-7.svg +2 -2
  444. package/icons/icon-8.svg +2 -2
  445. package/icons/icon-9.svg +2 -2
  446. package/icons/icon-Announcement.svg +8 -0
  447. package/icons/icon-Call-queue.svg +14 -0
  448. package/icons/icon-Limited.svg +7 -0
  449. package/icons/icon-Message.svg +6 -0
  450. package/icons/icon-Paging.svg +6 -0
  451. package/icons/icon-Shared-line.svg +8 -0
  452. package/icons/icon-avatar_rooms.svg +5 -0
  453. package/icons/icon-box.svg +1 -1
  454. package/icons/icon-box1.svg +5 -0
  455. package/icons/icon-default-file-D.svg +3 -3
  456. package/icons/icon-default-file.svg +4 -4
  457. package/icons/icon-default-gdrive-D.svg +4 -4
  458. package/icons/icon-default-gdrive.svg +5 -5
  459. package/icons/icon-default-music-D.svg +3 -3
  460. package/icons/icon-default-music.svg +3 -3
  461. package/icons/icon-default-video-D.svg +3 -3
  462. package/icons/icon-default-video.svg +3 -3
  463. package/icons/icon-deleted_file.svg +2 -2
  464. package/icons/icon-deleted_file_D.svg +2 -2
  465. package/icons/icon-doc-D.svg +3 -3
  466. package/icons/icon-doc.svg +3 -3
  467. package/icons/icon-end--answer.svg +2 -2
  468. package/icons/icon-excel-D.svg +3 -3
  469. package/icons/icon-excel.svg +3 -3
  470. package/icons/icon-font-color.svg +2 -2
  471. package/icons/icon-gdrive-logo.svg +6 -6
  472. package/icons/icon-gif-file-D.svg +3 -3
  473. package/icons/icon-gif-file.svg +4 -4
  474. package/icons/icon-gmail.svg +5 -5
  475. package/icons/icon-google-calendar-2019.svg +6 -6
  476. package/icons/icon-google-doc-D.svg +3 -3
  477. package/icons/icon-google-doc.svg +3 -3
  478. package/icons/icon-google-logo.svg +4 -4
  479. package/icons/icon-google-sheet-D.svg +3 -3
  480. package/icons/icon-google-sheet.svg +3 -3
  481. package/icons/icon-google-slide-D.svg +3 -3
  482. package/icons/icon-google-slide.svg +3 -3
  483. package/icons/icon-hold-answer.svg +2 -2
  484. package/icons/icon-image-broken-D.svg +3 -3
  485. package/icons/icon-image-broken.svg +4 -4
  486. package/icons/icon-image-preview-D.svg +3 -3
  487. package/icons/icon-image-preview.svg +3 -3
  488. package/icons/icon-item-list-selected.svg +1 -1
  489. package/icons/icon-mac-keynote-D.svg +3 -3
  490. package/icons/icon-mac-keynote.svg +6 -6
  491. package/icons/icon-mac-numbers-D.svg +3 -3
  492. package/icons/icon-mac-numbers.svg +3 -3
  493. package/icons/icon-mac-pages-D.svg +3 -3
  494. package/icons/icon-mac-pages.svg +3 -3
  495. package/icons/icon-marker_m.svg +2 -2
  496. package/icons/icon-marker_s.svg +2 -2
  497. package/icons/icon-microsoft-logo.svg +4 -4
  498. package/icons/icon-microsoft-outlook-2019.svg +15 -15
  499. package/icons/icon-mobile.svg +5 -0
  500. package/icons/icon-no-connection.svg +2 -2
  501. package/icons/icon-pdf-D.svg +3 -3
  502. package/icons/icon-pdf.svg +3 -3
  503. package/icons/icon-poor-connection.svg +2 -2
  504. package/icons/icon-ppt-D.svg +3 -3
  505. package/icons/icon-ppt.svg +3 -3
  506. package/icons/icon-rc_contact.svg +1 -1
  507. package/icons/icon-rcv_mic-off.svg +2 -2
  508. package/icons/icon-rcv_videocam-off.svg +2 -2
  509. package/icons/icon-sort.svg +2 -2
  510. package/icons/icon-stop-record.svg +1 -1
  511. package/icons/icon-weak-connection.svg +2 -2
  512. package/icons/icon-zip-D.svg +3 -3
  513. package/icons/icon-zip.svg +3 -3
  514. package/package.json +1 -1
@@ -0,0 +1,229 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ var tslib_1 = require("tslib");
4
+ var react_1 = require("react");
5
+ var isString_1 = tslib_1.__importDefault(require("lodash/isString"));
6
+ var uniqueId_1 = tslib_1.__importDefault(require("lodash/uniqueId"));
7
+ var utils_1 = require("@material-ui/core/utils");
8
+ var foundation_1 = require("../../../foundation");
9
+ var DownshiftUtils_1 = require("./DownshiftUtils");
10
+ var DOWNSHIFT_ID_TOKEN = 'rc-chip-';
11
+ /** @inner inner hook work with useDownshift */
12
+ exports.useDownshiftTag = function (_a) {
13
+ var downshiftId = _a.id, _b = _a.value, selectedItemsProp = _b === void 0 ? [] : _b, onSelectChange = _a.onChange, variant = _a.variant, _c = _a.getOptionLabel, getOptionLabel = _c === void 0 ? DownshiftUtils_1.DEFAULT_GET_OPTION_LABEL : _c, onInputChangeProp = _a.onInputChange, wrapperRef = _a.wrapperRef, inputRef = _a.inputRef, freeSolo = _a.freeSolo, maxFreeSolo = _a.maxFreeSolo, keyToTags = _a.keyToTags, onMaxFreeSolo = _a.onMaxFreeSolo, multiple = _a.multiple, labelProp = _a.label, required = _a.required, disabled = _a.disabled, getStopCreateFreeSolo = _a.getStopCreateFreeSolo, onReset = _a.onReset;
14
+ var isAutocomplete = variant === 'autocomplete';
15
+ var isSelectedFromAutocompleteRef = react_1.useRef(false);
16
+ var _d = tslib_1.__read(utils_1.useControlled({
17
+ controlled: selectedItemsProp,
18
+ default: [],
19
+ name: DownshiftUtils_1.downshiftComponentName,
20
+ }), 2), tags = _d[0], _setTags = _d[1];
21
+ var _e = tslib_1.__read(react_1.useState(false), 2), focused = _e[0], setFocused = _e[1];
22
+ var _f = tslib_1.__read(foundation_1.useRefState(0), 2), focusedIndexRef = _f[0], setFocusedIndex = _f[1];
23
+ var freeSoloCount = react_1.useMemo(function () { return tags.filter(function (x) { return x.freeSolo; }).length; }, [tags]);
24
+ var setTags = function (_selectedItems) {
25
+ _setTags(_selectedItems);
26
+ onSelectChange === null || onSelectChange === void 0 ? void 0 : onSelectChange(_selectedItems);
27
+ if (isAutocomplete && _selectedItems.length === 1) {
28
+ var result = getOptionLabel(_selectedItems[0]);
29
+ onInputChangeProp === null || onInputChangeProp === void 0 ? void 0 : onInputChangeProp(result);
30
+ isSelectedFromAutocompleteRef.current = true;
31
+ }
32
+ };
33
+ var _focusTag = function (tagToFocus) {
34
+ var _a;
35
+ var textFieldElm = wrapperRef === null || wrapperRef === void 0 ? void 0 : wrapperRef.current;
36
+ var inputElm = inputRef.current;
37
+ if (tagToFocus === -1) {
38
+ inputElm === null || inputElm === void 0 ? void 0 : inputElm.focus();
39
+ }
40
+ else {
41
+ (_a = textFieldElm === null || textFieldElm === void 0 ? void 0 : textFieldElm.querySelector("[data-tag-index=\"" + tagToFocus + "\"]")) === null || _a === void 0 ? void 0 : _a.focus();
42
+ }
43
+ };
44
+ var focusTag = foundation_1.useEventCallback(function (tagToFocus, focus) {
45
+ if (focus === void 0) { focus = true; }
46
+ if (focusedIndexRef.current === tagToFocus)
47
+ return;
48
+ setFocusedIndex(tagToFocus);
49
+ if (focus)
50
+ _focusTag(tagToFocus);
51
+ });
52
+ /** when return `true` mean add item success */
53
+ var checkAndAddFreeSolo = function (_a, e) {
54
+ var _b = _a === void 0 ? {} : _a, selectedItem = _b.selectedItem, value = _b.value;
55
+ var _c;
56
+ var isAddItem = false;
57
+ var currentValue = value !== null && value !== void 0 ? value : (_c = inputRef.current) === null || _c === void 0 ? void 0 : _c.value;
58
+ if (!(getStopCreateFreeSolo === null || getStopCreateFreeSolo === void 0 ? void 0 : getStopCreateFreeSolo()) &&
59
+ !selectedItem &&
60
+ freeSolo &&
61
+ currentValue &&
62
+ currentValue.length > 0) {
63
+ if (freeSoloCount < maxFreeSolo) {
64
+ var items = currentValue
65
+ .trim()
66
+ .split(DownshiftUtils_1.stringArrToRegExp(keyToTags))
67
+ .filter(function (x) { return x.trim() !== ''; });
68
+ var toLength = freeSoloCount + items.length;
69
+ if (toLength > maxFreeSolo) {
70
+ items.splice(-(toLength - maxFreeSolo));
71
+ onMaxFreeSolo === null || onMaxFreeSolo === void 0 ? void 0 : onMaxFreeSolo(maxFreeSolo);
72
+ }
73
+ if (items.length > 0) {
74
+ setTags(tslib_1.__spread(tags, items.map(function (label) {
75
+ return ({
76
+ id: uniqueId_1.default(DOWNSHIFT_ID_TOKEN),
77
+ isSuggestion: false,
78
+ freeSolo: true,
79
+ label: label,
80
+ });
81
+ })));
82
+ isAddItem = true;
83
+ }
84
+ }
85
+ else {
86
+ onMaxFreeSolo === null || onMaxFreeSolo === void 0 ? void 0 : onMaxFreeSolo(maxFreeSolo);
87
+ }
88
+ onReset === null || onReset === void 0 ? void 0 : onReset(e);
89
+ }
90
+ return isAddItem;
91
+ };
92
+ var removeTag = function (selectedItem) {
93
+ var selectedItemIndex = tags.indexOf(selectedItem);
94
+ if (selectedItemIndex > -1) {
95
+ setTags(tslib_1.__spread(tags.slice(0, selectedItemIndex), tags.slice(selectedItemIndex + 1)));
96
+ }
97
+ };
98
+ var addTag = function (selectedItem) {
99
+ // * change to uniqueId
100
+ if (selectedItem.freeSolo) {
101
+ if (freeSoloCount < maxFreeSolo) {
102
+ selectedItem.id = uniqueId_1.default(DOWNSHIFT_ID_TOKEN);
103
+ }
104
+ else {
105
+ onMaxFreeSolo === null || onMaxFreeSolo === void 0 ? void 0 : onMaxFreeSolo(maxFreeSolo);
106
+ return;
107
+ }
108
+ }
109
+ if (multiple) {
110
+ setTags(tslib_1.__spread(tags, [selectedItem]));
111
+ }
112
+ else {
113
+ setTags([selectedItem]);
114
+ }
115
+ };
116
+ var handleTagKey = foundation_1.useKeyboardMoveFocus({
117
+ options: tags,
118
+ focusedIndexRef: focusedIndexRef,
119
+ infinite: 'order',
120
+ onFocusedIndexChange: function (event, toIndex) {
121
+ focusTag(toIndex);
122
+ event === null || event === void 0 ? void 0 : event.preventDefault();
123
+ },
124
+ }).onKeyFocusedIndexHandle;
125
+ /**
126
+ * All Get props methods
127
+ */
128
+ var getTagListBoxProps = function (props) {
129
+ return tslib_1.__assign({ 'aria-label': isString_1.default(labelProp) ? labelProp : undefined, 'aria-required': required || false, 'aria-disabled': disabled || false }, props);
130
+ };
131
+ var getTagProps = function (_a) {
132
+ var index = _a.index, selectedItem = _a.selectedItem, restTagProps = tslib_1.__rest(_a, ["index", "selectedItem"]);
133
+ var tabIndex =
134
+ // * when tag is not focus
135
+ !focused &&
136
+ // * and is first item
137
+ index === 0
138
+ ? 0
139
+ : -1;
140
+ return foundation_1.combineProps({
141
+ tabIndex: tabIndex,
142
+ // TODO: wait for input can complete that.
143
+ // role: 'option',
144
+ role: 'button',
145
+ key: downshiftId + "-selected-item-" + index,
146
+ 'data-tag-index': index,
147
+ 'data-item-last': index === tags.length - 1,
148
+ onClick: function (e) {
149
+ e.stopPropagation();
150
+ },
151
+ onBlur: function () { return setFocused(false); },
152
+ onFocus: function () {
153
+ focusTag(index);
154
+ setFocused(true);
155
+ },
156
+ onKeyDown: function (e) {
157
+ var focusedIndex = focusedIndexRef.current;
158
+ switch (e.key) {
159
+ case 'Backspace':
160
+ {
161
+ var lengthBeforeDelete = tags.length;
162
+ focusTag(
163
+ // * when length is 1 mean that will be remove all
164
+ lengthBeforeDelete === 1
165
+ ? -1
166
+ : focusedIndex === 0
167
+ ? 0
168
+ : focusedIndex - 1);
169
+ removeTag(selectedItem);
170
+ }
171
+ break;
172
+ case 'Delete':
173
+ {
174
+ var lengthBeforeDelete = tags.length;
175
+ focusTag(
176
+ // * when length is 1 mean that will be remove all
177
+ lengthBeforeDelete === 1
178
+ ? -1
179
+ : focusedIndex === tags.length - 1
180
+ ? focusedIndex - 1
181
+ : focusedIndex);
182
+ removeTag(selectedItem);
183
+ }
184
+ break;
185
+ default:
186
+ handleTagKey(e);
187
+ break;
188
+ }
189
+ },
190
+ onDelete: function (e) {
191
+ // * left button clicked
192
+ if (e.button === 0) {
193
+ removeTag(selectedItem);
194
+ setFocused(false);
195
+ }
196
+ },
197
+ }, restTagProps);
198
+ };
199
+ return {
200
+ focused: focused,
201
+ setFocused: setFocused,
202
+ tags: tags,
203
+ isSelectedFromAutocompleteRef: isSelectedFromAutocompleteRef,
204
+ focusedIndex: focusedIndexRef.current,
205
+ checkAndAddFreeSolo: checkAndAddFreeSolo,
206
+ getTagListBoxProps: getTagListBoxProps,
207
+ getTagProps: getTagProps,
208
+ focusTag: focusTag,
209
+ addTag: addTag,
210
+ clearTags: function () {
211
+ setTags([]);
212
+ },
213
+ blur: function () {
214
+ if (focusedIndexRef.current !== -1) {
215
+ focusTag(-1, false);
216
+ }
217
+ setFocused(false);
218
+ },
219
+ // reset: () => {
220
+ // setActiveIndex(-1);
221
+ // },
222
+ focusLast: function () {
223
+ var currTagsLength = tags.length;
224
+ if (currTagsLength > 0) {
225
+ focusTag(currTagsLength - 1);
226
+ }
227
+ },
228
+ };
229
+ };
@@ -6,13 +6,13 @@ var utils_1 = require("../utils");
6
6
  exports.OutlineTextFieldStyle = function (_a) {
7
7
  var radius = _a.radius, size = _a.size, colorProp = _a.color;
8
8
  var height = foundation_1.px(utils_1.RcOutlineTextFieldHeights[size]);
9
- var _b = utils_1.RcOutlineTextFieldSpaces[size], inside = _b.inside, outside = _b.outside, insideLeft = _b.insideLeft;
9
+ var _b = utils_1.RcOutlineTextFieldSpaces[size], inside = _b.inside, outside = _b.outside, insideLeft = _b.insideLeft, y = _b.y;
10
10
  var labelMargin = utils_1.RcOutlineTextFieldLabelMargins[size];
11
11
  var typographyToken = utils_1.RcOutlineTextFieldFontStyles[size];
12
12
  var currRadius = foundation_1.radius(radius);
13
13
  var borderColor = foundation_1.getParsePaletteColor(colorProp, foundation_1.palette2('neutral', 'l03'));
14
14
  var focusBorderColor = foundation_1.getParsePaletteColor(colorProp, foundation_1.palette2('interactive', 'f01'));
15
15
  // `-webkit-tap-highlight-color` for cover background color, prevent color be cover by browser
16
- return foundation_1.css(templateObject_1 || (templateObject_1 = tslib_1.__makeTemplateObject(["\n .", " {\n ", ";\n }\n\n ", ";\n\n * + .", " {\n margin-left: ", ";\n }\n\n &.", " {\n label + .", " {\n margin-top: ", ";\n }\n }\n\n .", " {\n -webkit-tap-highlight-color: transparent;\n height: ", ";\n min-height: ", ";\n background: ", ";\n padding: ", ";\n border-radius: ", ";\n\n &:before {\n content: '';\n position: absolute;\n top: 0;\n right: 0;\n bottom: 0;\n left: 0;\n border-radius: ", ";\n transition: none;\n border-bottom: none !important;\n pointer-events: none;\n ", ";\n }\n\n &:not(.", "):not(.", "):hover {\n background: ", ";\n }\n }\n\n .", " {\n &:before {\n ", ";\n }\n }\n\n .", " {\n &:before {\n ", ";\n }\n }\n\n .", " {\n background: ", ";\n &:before {\n ", ";\n }\n }\n "], ["\n .", " {\n ", ";\n }\n\n ", ";\n\n * + .", " {\n margin-left: ", ";\n }\n\n &.", " {\n label + .", " {\n margin-top: ", ";\n }\n }\n\n .", " {\n -webkit-tap-highlight-color: transparent;\n height: ", ";\n min-height: ", ";\n background: ", ";\n padding: ", ";\n border-radius: ", ";\n\n &:before {\n content: '';\n position: absolute;\n top: 0;\n right: 0;\n bottom: 0;\n left: 0;\n border-radius: ", ";\n transition: none;\n border-bottom: none !important;\n pointer-events: none;\n ", ";\n }\n\n &:not(.", "):not(.", "):hover {\n background: ", ";\n }\n }\n\n .", " {\n &:before {\n ", ";\n }\n }\n\n .", " {\n &:before {\n ", ";\n }\n }\n\n .", " {\n background: ", ";\n &:before {\n ", ";\n }\n }\n "])), utils_1.RcOutlineTextFieldInputClasses.input, foundation_1.typography(typographyToken), utils_1.belowIconButtonSpacing(foundation_1.spacing(inside)), utils_1.RcOutlineTextFieldInputClasses.input, foundation_1.spacing(insideLeft || inside), utils_1.RcTextFieldClasses.root, utils_1.RcOutlineTextFieldInputClasses.root, foundation_1.spacing(labelMargin), utils_1.RcOutlineTextFieldInputClasses.root, height, height, foundation_1.palette2('neutral', 'b01'), foundation_1.spacing(outside), currRadius, currRadius, foundation_1.fakeBorder({ color: borderColor }), utils_1.RcOutlineTextFieldInputClasses.focused, utils_1.RcOutlineTextFieldInputClasses.disabled, foundation_1.palette2('neutral', 'b02'), utils_1.RcOutlineTextFieldInputClasses.focused, foundation_1.fakeBorder({ color: focusBorderColor }), utils_1.RcOutlineTextFieldInputClasses.error, foundation_1.fakeBorder({ color: foundation_1.palette2('danger', 'f02') }), utils_1.RcOutlineTextFieldInputClasses.disabled, foundation_1.palette2('neutral', 'b03'), foundation_1.fakeBorder({ color: foundation_1.palette2('disabled', 'f02') }));
16
+ return foundation_1.css(templateObject_1 || (templateObject_1 = tslib_1.__makeTemplateObject(["\n .", " {\n ", ";\n }\n\n ", ";\n\n * + .", " {\n margin-left: ", ";\n }\n\n &.", " {\n label + .", " {\n margin-top: ", ";\n }\n }\n\n .", " {\n -webkit-tap-highlight-color: transparent;\n min-height: ", ";\n background: ", ";\n padding: ", ";\n border-radius: ", ";\n\n &:before {\n content: '';\n position: absolute;\n top: 0;\n right: 0;\n bottom: 0;\n left: 0;\n border-radius: ", ";\n transition: none;\n border-bottom: none !important;\n pointer-events: none;\n ", ";\n }\n\n &:not(.", "):not(.", "):hover {\n background: ", ";\n }\n }\n\n .", " {\n &:before {\n ", ";\n }\n }\n\n .", " {\n &:before {\n ", ";\n }\n }\n\n .", " {\n background: ", ";\n &:before {\n ", ";\n }\n }\n "], ["\n .", " {\n ", ";\n }\n\n ", ";\n\n * + .", " {\n margin-left: ", ";\n }\n\n &.", " {\n label + .", " {\n margin-top: ", ";\n }\n }\n\n .", " {\n -webkit-tap-highlight-color: transparent;\n min-height: ", ";\n background: ", ";\n padding: ", ";\n border-radius: ", ";\n\n &:before {\n content: '';\n position: absolute;\n top: 0;\n right: 0;\n bottom: 0;\n left: 0;\n border-radius: ", ";\n transition: none;\n border-bottom: none !important;\n pointer-events: none;\n ", ";\n }\n\n &:not(.", "):not(.", "):hover {\n background: ", ";\n }\n }\n\n .", " {\n &:before {\n ", ";\n }\n }\n\n .", " {\n &:before {\n ", ";\n }\n }\n\n .", " {\n background: ", ";\n &:before {\n ", ";\n }\n }\n "])), utils_1.RcOutlineTextFieldInputClasses.input, foundation_1.typography(typographyToken), utils_1.belowIconButtonSpacing(foundation_1.spacing(inside)), utils_1.RcOutlineTextFieldInputClasses.input, foundation_1.spacing(insideLeft || inside), utils_1.RcTextFieldClasses.root, utils_1.RcOutlineTextFieldInputClasses.root, foundation_1.spacing(labelMargin), utils_1.RcOutlineTextFieldInputClasses.root, height, foundation_1.palette2('neutral', 'b01'), foundation_1.spacing(y, outside), currRadius, currRadius, foundation_1.fakeBorder({ color: borderColor }), utils_1.RcOutlineTextFieldInputClasses.focused, utils_1.RcOutlineTextFieldInputClasses.disabled, foundation_1.palette2('neutral', 'b02'), utils_1.RcOutlineTextFieldInputClasses.focused, foundation_1.fakeBorder({ color: focusBorderColor }), utils_1.RcOutlineTextFieldInputClasses.error, foundation_1.fakeBorder({ color: foundation_1.palette2('danger', 'f02') }), utils_1.RcOutlineTextFieldInputClasses.disabled, foundation_1.palette2('neutral', 'b03'), foundation_1.fakeBorder({ color: foundation_1.palette2('disabled', 'f02') }));
17
17
  };
18
18
  var templateObject_1;
@@ -6,6 +6,7 @@ export declare const RcOutlineTextFieldSpaces: UnitMap<RcOutlineTextSize, {
6
6
  outside: number;
7
7
  insideLeft?: number;
8
8
  inside: number;
9
+ y: number;
9
10
  }>;
10
11
  export declare const RcOutlineTextFieldLabelMargins: UnitMap<RcOutlineTextSize>;
11
12
  export declare const RcOutlineTextFieldHeights: UnitMap<RcOutlineTextSize>;
@@ -6,16 +6,19 @@ exports.RcOutlineTextFieldSpaces = {
6
6
  small: {
7
7
  outside: 3,
8
8
  inside: 2,
9
+ y: 1,
9
10
  },
10
11
  medium: {
11
12
  outside: 4,
12
13
  inside: 3,
13
14
  insideLeft: 4,
15
+ y: 2,
14
16
  },
15
17
  large: {
16
18
  outside: 4,
17
19
  inside: 3,
18
20
  insideLeft: 4,
21
+ y: 3,
19
22
  },
20
23
  };
21
24
  exports.RcOutlineTextFieldLabelMargins = {
@@ -1,9 +1,9 @@
1
1
  import React from 'react';
2
2
  import { RcBaseProps } from '../../../foundation';
3
3
  import { RcTextFieldProps } from '../TextField';
4
- declare type RcTextareaProps = {} & RcBaseProps<RcTextFieldProps, 'clearBtn' | 'clearButtonProps' | 'clearLabel' | 'clearAriaLabel'>;
4
+ declare type RcTextareaProps = {} & RcBaseProps<RcTextFieldProps, 'clearBtn' | 'clearButtonProps' | 'clearLabel' | 'clearAriaLabel' | 'variant'>;
5
5
  /** @release */
6
- declare const RcTextarea: import("styled-components").StyledComponentClass<Pick<Pick<RcTextFieldProps, "ref" | "key" | "className" | "color" | "id" | "lang" | "name" | "style" | "type" | "role" | "tabIndex" | "radius" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "label" | "slot" | "title" | "classes" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "placeholder" | "spellCheck" | "translate" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "size" | "value" | "variant" | "innerRef" | "disabled" | "focused" | "autoFocus" | "fullWidth" | "error" | "inputProps" | "inputRef" | "required" | "InputProps" | "autoComplete" | "FormHelperTextProps" | "helperText" | "InputLabelProps" | "multiline" | "rows" | "maxRows" | "minRows" | "align" | "gutterBottom" | "onClear" | "textVariant" | "autoSelect" | "focusOnMount" | "selectOnMount" | "autoFocusDelay" | "validate">, "key" | "className" | "color" | "id" | "lang" | "name" | "style" | "type" | "role" | "tabIndex" | "radius" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "label" | "slot" | "title" | "classes" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "placeholder" | "spellCheck" | "translate" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "size" | "value" | "variant" | "innerRef" | "disabled" | "focused" | "autoFocus" | "fullWidth" | "error" | "inputProps" | "inputRef" | "required" | "InputProps" | "autoComplete" | "FormHelperTextProps" | "helperText" | "InputLabelProps" | "multiline" | "rows" | "maxRows" | "minRows" | "align" | "gutterBottom" | "onClear" | "textVariant" | "autoSelect" | "focusOnMount" | "selectOnMount" | "autoFocusDelay" | "validate"> & React.RefAttributes<any>, import("../../../foundation").RcTheme, Pick<Pick<Pick<RcTextFieldProps, "ref" | "key" | "className" | "color" | "id" | "lang" | "name" | "style" | "type" | "role" | "tabIndex" | "radius" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "label" | "slot" | "title" | "classes" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "placeholder" | "spellCheck" | "translate" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "size" | "value" | "variant" | "innerRef" | "disabled" | "focused" | "autoFocus" | "fullWidth" | "error" | "inputProps" | "inputRef" | "required" | "InputProps" | "autoComplete" | "FormHelperTextProps" | "helperText" | "InputLabelProps" | "multiline" | "rows" | "maxRows" | "minRows" | "align" | "gutterBottom" | "onClear" | "textVariant" | "autoSelect" | "focusOnMount" | "selectOnMount" | "autoFocusDelay" | "validate">, "key" | "className" | "color" | "id" | "lang" | "name" | "style" | "type" | "role" | "tabIndex" | "radius" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "label" | "slot" | "title" | "classes" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "placeholder" | "spellCheck" | "translate" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "size" | "value" | "variant" | "innerRef" | "disabled" | "focused" | "autoFocus" | "fullWidth" | "error" | "inputProps" | "inputRef" | "required" | "InputProps" | "autoComplete" | "FormHelperTextProps" | "helperText" | "InputLabelProps" | "multiline" | "rows" | "maxRows" | "minRows" | "align" | "gutterBottom" | "onClear" | "textVariant" | "autoSelect" | "focusOnMount" | "selectOnMount" | "autoFocusDelay" | "validate"> & React.RefAttributes<any>, "ref" | "key" | "className" | "color" | "id" | "lang" | "name" | "style" | "type" | "role" | "tabIndex" | "radius" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "label" | "slot" | "title" | "classes" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "placeholder" | "spellCheck" | "translate" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "size" | "value" | "variant" | "innerRef" | "disabled" | "focused" | "autoFocus" | "fullWidth" | "error" | "inputProps" | "inputRef" | "required" | "InputProps" | "autoComplete" | "FormHelperTextProps" | "helperText" | "InputLabelProps" | "multiline" | "rows" | "maxRows" | "minRows" | "align" | "gutterBottom" | "onClear" | "textVariant" | "autoSelect" | "focusOnMount" | "selectOnMount" | "autoFocusDelay" | "validate"> & {
6
+ declare const RcTextarea: import("styled-components").StyledComponentClass<Pick<Pick<RcTextFieldProps, "ref" | "key" | "className" | "color" | "id" | "lang" | "name" | "style" | "type" | "role" | "tabIndex" | "radius" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "label" | "slot" | "title" | "classes" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "placeholder" | "spellCheck" | "translate" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "size" | "value" | "innerRef" | "disabled" | "focused" | "autoFocus" | "fullWidth" | "error" | "inputProps" | "inputRef" | "required" | "InputProps" | "autoComplete" | "FormHelperTextProps" | "helperText" | "InputLabelProps" | "multiline" | "rows" | "maxRows" | "minRows" | "align" | "gutterBottom" | "onClear" | "textVariant" | "autoSelect" | "focusOnMount" | "selectOnMount" | "autoFocusDelay" | "validate">, "key" | "className" | "color" | "id" | "lang" | "name" | "style" | "type" | "role" | "tabIndex" | "radius" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "label" | "slot" | "title" | "classes" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "placeholder" | "spellCheck" | "translate" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "size" | "value" | "innerRef" | "disabled" | "focused" | "autoFocus" | "fullWidth" | "error" | "inputProps" | "inputRef" | "required" | "InputProps" | "autoComplete" | "FormHelperTextProps" | "helperText" | "InputLabelProps" | "multiline" | "rows" | "maxRows" | "minRows" | "align" | "gutterBottom" | "onClear" | "textVariant" | "autoSelect" | "focusOnMount" | "selectOnMount" | "autoFocusDelay" | "validate"> & React.RefAttributes<any>, import("../../../foundation").RcTheme, Pick<Pick<Pick<RcTextFieldProps, "ref" | "key" | "className" | "color" | "id" | "lang" | "name" | "style" | "type" | "role" | "tabIndex" | "radius" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "label" | "slot" | "title" | "classes" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "placeholder" | "spellCheck" | "translate" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "size" | "value" | "innerRef" | "disabled" | "focused" | "autoFocus" | "fullWidth" | "error" | "inputProps" | "inputRef" | "required" | "InputProps" | "autoComplete" | "FormHelperTextProps" | "helperText" | "InputLabelProps" | "multiline" | "rows" | "maxRows" | "minRows" | "align" | "gutterBottom" | "onClear" | "textVariant" | "autoSelect" | "focusOnMount" | "selectOnMount" | "autoFocusDelay" | "validate">, "key" | "className" | "color" | "id" | "lang" | "name" | "style" | "type" | "role" | "tabIndex" | "radius" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "label" | "slot" | "title" | "classes" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "placeholder" | "spellCheck" | "translate" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "size" | "value" | "innerRef" | "disabled" | "focused" | "autoFocus" | "fullWidth" | "error" | "inputProps" | "inputRef" | "required" | "InputProps" | "autoComplete" | "FormHelperTextProps" | "helperText" | "InputLabelProps" | "multiline" | "rows" | "maxRows" | "minRows" | "align" | "gutterBottom" | "onClear" | "textVariant" | "autoSelect" | "focusOnMount" | "selectOnMount" | "autoFocusDelay" | "validate"> & React.RefAttributes<any>, "ref" | "key" | "className" | "color" | "id" | "lang" | "name" | "style" | "type" | "role" | "tabIndex" | "radius" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "label" | "slot" | "title" | "classes" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "placeholder" | "spellCheck" | "translate" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "size" | "value" | "innerRef" | "disabled" | "focused" | "autoFocus" | "fullWidth" | "error" | "inputProps" | "inputRef" | "required" | "InputProps" | "autoComplete" | "FormHelperTextProps" | "helperText" | "InputLabelProps" | "multiline" | "rows" | "maxRows" | "minRows" | "align" | "gutterBottom" | "onClear" | "textVariant" | "autoSelect" | "focusOnMount" | "selectOnMount" | "autoFocusDelay" | "validate"> & {
7
7
  theme?: import("../../../foundation").RcTheme | undefined;
8
8
  }>;
9
9
  export { RcTextarea };
@@ -1,6 +1,6 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
2
  <svg viewBox="0 0 32 32" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
3
  <title>0</title>
4
- <path fill="#000" style="fill: var(--color15, #000)" d="M16 7c0.489 0 0.948 0.090 1.376 0.271s0.8 0.456 1.114 0.827c0.314 0.371 0.562 0.839 0.744 1.405s0.273 1.234 0.273 2.004c0 0.771-0.091 1.438-0.273 2.001s-0.43 1.030-0.744 1.399c-0.314 0.369-0.685 0.643-1.114 0.824s-0.887 0.27-1.376 0.27c-0.494 0-0.952-0.090-1.376-0.271s-0.793-0.455-1.107-0.824c-0.314-0.369-0.561-0.835-0.74-1.399s-0.269-1.231-0.269-2.001c0-0.771 0.090-1.439 0.269-2.004s0.426-1.034 0.74-1.405c0.314-0.371 0.683-0.646 1.107-0.827s0.883-0.271 1.376-0.271zM16 7.928c-0.296 0-0.581 0.060-0.855 0.181s-0.514 0.321-0.72 0.599c-0.206 0.279-0.371 0.646-0.495 1.103s-0.185 1.021-0.185 1.694c0 0.672 0.062 1.236 0.185 1.691s0.288 0.822 0.495 1.1c0.206 0.279 0.446 0.478 0.72 0.599s0.559 0.181 0.855 0.181c0.296 0 0.581-0.060 0.855-0.181s0.515-0.321 0.724-0.599c0.209-0.279 0.375-0.646 0.498-1.1s0.185-1.018 0.185-1.691c0-0.672-0.062-1.237-0.185-1.694s-0.289-0.825-0.498-1.103c-0.209-0.279-0.45-0.478-0.724-0.599s-0.559-0.181-0.855-0.181z"></path>
5
- <path fill="#9e9e9e" style="fill: var(--color81, #9e9e9e)" d="M16.198 20.583v1.471h1.402v0.465h-1.402v1.481h-0.503v-1.481h-1.395v-0.465h1.395v-1.471z"></path>
4
+ <path fill="#000" style="fill: var(--color18, #000)" d="M16 7c0.489 0 0.948 0.090 1.376 0.271s0.8 0.456 1.114 0.827c0.314 0.371 0.562 0.839 0.744 1.405s0.273 1.234 0.273 2.004c0 0.771-0.091 1.438-0.273 2.001s-0.43 1.030-0.744 1.399c-0.314 0.369-0.685 0.643-1.114 0.824s-0.887 0.27-1.376 0.27c-0.494 0-0.952-0.090-1.376-0.271s-0.793-0.455-1.107-0.824c-0.314-0.369-0.561-0.835-0.74-1.399s-0.269-1.231-0.269-2.001c0-0.771 0.090-1.439 0.269-2.004s0.426-1.034 0.74-1.405c0.314-0.371 0.683-0.646 1.107-0.827s0.883-0.271 1.376-0.271zM16 7.928c-0.296 0-0.581 0.060-0.855 0.181s-0.514 0.321-0.72 0.599c-0.206 0.279-0.371 0.646-0.495 1.103s-0.185 1.021-0.185 1.694c0 0.672 0.062 1.236 0.185 1.691s0.288 0.822 0.495 1.1c0.206 0.279 0.446 0.478 0.72 0.599s0.559 0.181 0.855 0.181c0.296 0 0.581-0.060 0.855-0.181s0.515-0.321 0.724-0.599c0.209-0.279 0.375-0.646 0.498-1.1s0.185-1.018 0.185-1.691c0-0.672-0.062-1.237-0.185-1.694s-0.289-0.825-0.498-1.103c-0.209-0.279-0.45-0.478-0.724-0.599s-0.559-0.181-0.855-0.181z"></path>
5
+ <path fill="#9e9e9e" style="fill: var(--color83, #9e9e9e)" d="M16.198 20.583v1.471h1.402v0.465h-1.402v1.481h-0.503v-1.481h-1.395v-0.465h1.395v-1.471z"></path>
6
6
  </svg>
@@ -1,6 +1,6 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
2
  <svg viewBox="0 0 32 32" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
3
  <title>2</title>
4
- <path fill="#000" style="fill: var(--color15, #000)" d="M16.119 7c0.381 0 0.736 0.056 1.067 0.168s0.616 0.274 0.857 0.488c0.241 0.213 0.43 0.473 0.568 0.779s0.207 0.654 0.207 1.043c0 0.331-0.050 0.638-0.151 0.919s-0.236 0.552-0.408 0.811c-0.172 0.259-0.369 0.509-0.593 0.752-0.149 0.162-0.305 0.325-0.466 0.491l-2.613 2.648c0.167-0.046 0.337-0.082 0.508-0.109s0.337-0.040 0.496-0.040h3.013c0.121 0 0.218 0.035 0.289 0.106s0.107 0.162 0.107 0.273v0.671h-6v-0.379c0-0.079 0.016-0.159 0.047-0.242s0.083-0.159 0.154-0.23l2.881-2.863c0.238-0.24 0.456-0.471 0.653-0.693s0.365-0.444 0.505-0.668c0.14-0.224 0.248-0.45 0.323-0.68s0.113-0.475 0.113-0.736c0-0.261-0.042-0.49-0.126-0.686s-0.199-0.359-0.345-0.488c-0.146-0.128-0.318-0.225-0.515-0.289s-0.408-0.096-0.634-0.096c-0.226 0-0.435 0.033-0.628 0.099s-0.363 0.158-0.511 0.276c-0.149 0.118-0.274 0.258-0.377 0.419s-0.175 0.34-0.217 0.534c-0.033 0.12-0.084 0.207-0.151 0.261s-0.155 0.081-0.264 0.081l-0.066-0.003c-0.023-0.002-0.049-0.005-0.078-0.009l-0.584-0.099c0.059-0.406 0.172-0.765 0.339-1.078s0.38-0.575 0.637-0.786c0.257-0.211 0.552-0.372 0.885-0.481s0.691-0.165 1.076-0.165z"></path>
5
- <path fill="#9e9e9e" style="fill: var(--color81, #9e9e9e)" d="M14.357 24h-0.375c-0.043 0-0.078-0.011-0.105-0.032s-0.047-0.049-0.060-0.082l-0.335-0.865h-1.607l-0.335 0.865c-0.012 0.030-0.032 0.057-0.060 0.080s-0.063 0.035-0.105 0.035h-0.375l1.433-3.582h0.492l1.433 3.582zM12.010 22.67h1.338l-0.563-1.457c-0.037-0.090-0.072-0.203-0.107-0.337l-0.054 0.189-0.051 0.151-0.563 1.455zM14.81 24v-3.582h1.143c0.22 0 0.41 0.022 0.569 0.065s0.29 0.105 0.392 0.185c0.102 0.080 0.178 0.178 0.227 0.294s0.074 0.246 0.074 0.391c0 0.088-0.014 0.173-0.041 0.255s-0.069 0.157-0.125 0.227c-0.056 0.070-0.126 0.133-0.21 0.188s-0.183 0.1-0.296 0.135c0.262 0.052 0.459 0.146 0.593 0.282s0.2 0.317 0.2 0.54c0 0.152-0.028 0.29-0.084 0.415s-0.137 0.233-0.245 0.323c-0.108 0.090-0.239 0.16-0.395 0.209s-0.334 0.074-0.534 0.074h-1.268zM15.295 22.367v1.247h0.775c0.138 0 0.257-0.016 0.356-0.047s0.181-0.076 0.245-0.134c0.064-0.058 0.111-0.126 0.141-0.205s0.045-0.166 0.045-0.261c0-0.185-0.065-0.331-0.196-0.439s-0.329-0.161-0.594-0.161h-0.773zM15.295 22.023h0.64c0.137 0 0.255-0.015 0.355-0.045s0.183-0.072 0.249-0.125c0.066-0.053 0.115-0.118 0.146-0.194s0.047-0.159 0.047-0.249c0-0.21-0.063-0.364-0.19-0.462s-0.323-0.148-0.59-0.148h-0.658v1.223zM20.57 23.26c0.027 0 0.051 0.011 0.073 0.032l0.19 0.207c-0.147 0.17-0.325 0.302-0.534 0.398s-0.461 0.142-0.756 0.142c-0.258 0-0.492-0.045-0.703-0.134s-0.389-0.214-0.538-0.375c-0.148-0.161-0.263-0.354-0.345-0.579s-0.122-0.473-0.122-0.742c0-0.27 0.044-0.517 0.131-0.742s0.21-0.418 0.369-0.58c0.158-0.162 0.348-0.287 0.569-0.376s0.465-0.134 0.731-0.134c0.263 0 0.49 0.041 0.681 0.122s0.36 0.192 0.509 0.332l-0.157 0.223c-0.012 0.017-0.025 0.030-0.040 0.041s-0.037 0.016-0.065 0.016c-0.022 0-0.045-0.008-0.069-0.024l-0.086-0.059c-0.033-0.023-0.073-0.048-0.117-0.075s-0.098-0.052-0.16-0.075c-0.062-0.023-0.133-0.043-0.215-0.059s-0.176-0.024-0.282-0.024c-0.192 0-0.367 0.033-0.526 0.099s-0.296 0.16-0.411 0.281c-0.115 0.122-0.205 0.27-0.269 0.445s-0.096 0.371-0.096 0.587c0 0.223 0.032 0.422 0.096 0.598s0.152 0.323 0.262 0.444c0.111 0.121 0.242 0.213 0.394 0.276s0.315 0.095 0.49 0.095c0.107 0 0.203-0.006 0.288-0.019s0.164-0.032 0.236-0.059c0.073-0.027 0.14-0.060 0.203-0.101l0.094-0.067 0.095-0.079c0.028-0.025 0.056-0.038 0.082-0.038z"></path>
4
+ <path fill="#000" style="fill: var(--color18, #000)" d="M16.119 7c0.381 0 0.736 0.056 1.067 0.168s0.616 0.274 0.857 0.488c0.241 0.213 0.43 0.473 0.568 0.779s0.207 0.654 0.207 1.043c0 0.331-0.050 0.638-0.151 0.919s-0.236 0.552-0.408 0.811c-0.172 0.259-0.369 0.509-0.593 0.752-0.149 0.162-0.305 0.325-0.466 0.491l-2.613 2.648c0.167-0.046 0.337-0.082 0.508-0.109s0.337-0.040 0.496-0.040h3.013c0.121 0 0.218 0.035 0.289 0.106s0.107 0.162 0.107 0.273v0.671h-6v-0.379c0-0.079 0.016-0.159 0.047-0.242s0.083-0.159 0.154-0.23l2.881-2.863c0.238-0.24 0.456-0.471 0.653-0.693s0.365-0.444 0.505-0.668c0.14-0.224 0.248-0.45 0.323-0.68s0.113-0.475 0.113-0.736c0-0.261-0.042-0.49-0.126-0.686s-0.199-0.359-0.345-0.488c-0.146-0.128-0.318-0.225-0.515-0.289s-0.408-0.096-0.634-0.096c-0.226 0-0.435 0.033-0.628 0.099s-0.363 0.158-0.511 0.276c-0.149 0.118-0.274 0.258-0.377 0.419s-0.175 0.34-0.217 0.534c-0.033 0.12-0.084 0.207-0.151 0.261s-0.155 0.081-0.264 0.081l-0.066-0.003c-0.023-0.002-0.049-0.005-0.078-0.009l-0.584-0.099c0.059-0.406 0.172-0.765 0.339-1.078s0.38-0.575 0.637-0.786c0.257-0.211 0.552-0.372 0.885-0.481s0.691-0.165 1.076-0.165z"></path>
5
+ <path fill="#9e9e9e" style="fill: var(--color83, #9e9e9e)" d="M14.357 24h-0.375c-0.043 0-0.078-0.011-0.105-0.032s-0.047-0.049-0.060-0.082l-0.335-0.865h-1.607l-0.335 0.865c-0.012 0.030-0.032 0.057-0.060 0.080s-0.063 0.035-0.105 0.035h-0.375l1.433-3.582h0.492l1.433 3.582zM12.010 22.67h1.338l-0.563-1.457c-0.037-0.090-0.072-0.203-0.107-0.337l-0.054 0.189-0.051 0.151-0.563 1.455zM14.81 24v-3.582h1.143c0.22 0 0.41 0.022 0.569 0.065s0.29 0.105 0.392 0.185c0.102 0.080 0.178 0.178 0.227 0.294s0.074 0.246 0.074 0.391c0 0.088-0.014 0.173-0.041 0.255s-0.069 0.157-0.125 0.227c-0.056 0.070-0.126 0.133-0.21 0.188s-0.183 0.1-0.296 0.135c0.262 0.052 0.459 0.146 0.593 0.282s0.2 0.317 0.2 0.54c0 0.152-0.028 0.29-0.084 0.415s-0.137 0.233-0.245 0.323c-0.108 0.090-0.239 0.16-0.395 0.209s-0.334 0.074-0.534 0.074h-1.268zM15.295 22.367v1.247h0.775c0.138 0 0.257-0.016 0.356-0.047s0.181-0.076 0.245-0.134c0.064-0.058 0.111-0.126 0.141-0.205s0.045-0.166 0.045-0.261c0-0.185-0.065-0.331-0.196-0.439s-0.329-0.161-0.594-0.161h-0.773zM15.295 22.023h0.64c0.137 0 0.255-0.015 0.355-0.045s0.183-0.072 0.249-0.125c0.066-0.053 0.115-0.118 0.146-0.194s0.047-0.159 0.047-0.249c0-0.21-0.063-0.364-0.19-0.462s-0.323-0.148-0.59-0.148h-0.658v1.223zM20.57 23.26c0.027 0 0.051 0.011 0.073 0.032l0.19 0.207c-0.147 0.17-0.325 0.302-0.534 0.398s-0.461 0.142-0.756 0.142c-0.258 0-0.492-0.045-0.703-0.134s-0.389-0.214-0.538-0.375c-0.148-0.161-0.263-0.354-0.345-0.579s-0.122-0.473-0.122-0.742c0-0.27 0.044-0.517 0.131-0.742s0.21-0.418 0.369-0.58c0.158-0.162 0.348-0.287 0.569-0.376s0.465-0.134 0.731-0.134c0.263 0 0.49 0.041 0.681 0.122s0.36 0.192 0.509 0.332l-0.157 0.223c-0.012 0.017-0.025 0.030-0.040 0.041s-0.037 0.016-0.065 0.016c-0.022 0-0.045-0.008-0.069-0.024l-0.086-0.059c-0.033-0.023-0.073-0.048-0.117-0.075s-0.098-0.052-0.16-0.075c-0.062-0.023-0.133-0.043-0.215-0.059s-0.176-0.024-0.282-0.024c-0.192 0-0.367 0.033-0.526 0.099s-0.296 0.16-0.411 0.281c-0.115 0.122-0.205 0.27-0.269 0.445s-0.096 0.371-0.096 0.587c0 0.223 0.032 0.422 0.096 0.598s0.152 0.323 0.262 0.444c0.111 0.121 0.242 0.213 0.394 0.276s0.315 0.095 0.49 0.095c0.107 0 0.203-0.006 0.288-0.019s0.164-0.032 0.236-0.059c0.073-0.027 0.14-0.060 0.203-0.101l0.094-0.067 0.095-0.079c0.028-0.025 0.056-0.038 0.082-0.038z"></path>
6
6
  </svg>
@@ -1,6 +1,6 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
2
  <svg viewBox="0 0 32 32" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
3
  <title>3</title>
4
- <path fill="#000" style="fill: var(--color15, #000)" d="M16.193 7c0.378 0 0.728 0.053 1.048 0.16s0.596 0.258 0.826 0.455c0.231 0.197 0.411 0.434 0.54 0.713s0.193 0.588 0.193 0.928c0 0.278-0.036 0.527-0.109 0.746s-0.177 0.412-0.312 0.577c-0.135 0.166-0.298 0.306-0.49 0.421s-0.405 0.207-0.642 0.276c0.582 0.152 1.020 0.405 1.313 0.762s0.44 0.803 0.44 1.339c0 0.405-0.078 0.77-0.234 1.094s-0.369 0.599-0.639 0.826c-0.27 0.227-0.585 0.401-0.945 0.522s-0.745 0.181-1.157 0.181c-0.474 0-0.879-0.058-1.216-0.175s-0.622-0.277-0.854-0.482c-0.233-0.205-0.424-0.447-0.574-0.728s-0.277-0.585-0.38-0.912l0.474-0.197c0.087-0.037 0.175-0.055 0.262-0.055 0.083 0 0.157 0.017 0.221 0.052 0.043 0.023 0.079 0.055 0.108 0.096l0.051 0.093 0.037 0.085c0.058 0.119 0.129 0.253 0.212 0.402s0.195 0.29 0.337 0.421c0.141 0.131 0.317 0.242 0.527 0.332s0.471 0.135 0.783 0.135c0.312 0 0.585-0.050 0.82-0.15s0.43-0.23 0.586-0.39c0.156-0.16 0.273-0.338 0.352-0.534s0.119-0.391 0.119-0.584c0-0.238-0.032-0.455-0.097-0.651s-0.181-0.367-0.349-0.51c-0.168-0.143-0.401-0.256-0.699-0.338s-0.679-0.123-1.145-0.123v-0.793c0.378-0.004 0.702-0.045 0.97-0.123s0.488-0.184 0.658-0.319c0.17-0.135 0.294-0.297 0.371-0.485s0.115-0.397 0.115-0.627c0-0.254-0.041-0.475-0.122-0.663s-0.192-0.344-0.334-0.467c-0.141-0.123-0.309-0.215-0.502-0.276s-0.402-0.092-0.627-0.092c-0.225 0-0.432 0.033-0.624 0.098s-0.361 0.157-0.508 0.273c-0.148 0.117-0.271 0.256-0.371 0.418s-0.175 0.337-0.225 0.525c-0.033 0.119-0.083 0.205-0.15 0.258s-0.152 0.080-0.256 0.080l-0.066-0.003c-0.023-0.002-0.049-0.005-0.078-0.009l-0.58-0.098c0.058-0.401 0.17-0.757 0.337-1.066s0.377-0.568 0.633-0.777c0.256-0.209 0.549-0.368 0.879-0.476s0.687-0.163 1.070-0.163z"></path>
5
- <path fill="#9e9e9e" style="fill: var(--color81, #9e9e9e)" d="M14.54 22.21c0 0.268-0.043 0.512-0.127 0.733s-0.205 0.408-0.36 0.565c-0.155 0.157-0.341 0.278-0.557 0.364s-0.457 0.129-0.72 0.129h-1.34v-3.582h1.34c0.263 0 0.503 0.043 0.72 0.129s0.402 0.207 0.557 0.365c0.155 0.157 0.275 0.346 0.36 0.566s0.127 0.464 0.127 0.733zM14.043 22.21c0-0.22-0.030-0.417-0.090-0.59s-0.145-0.32-0.255-0.44c-0.11-0.12-0.243-0.212-0.4-0.275s-0.331-0.095-0.523-0.095h-0.852v2.797h0.852c0.192 0 0.366-0.032 0.523-0.095s0.29-0.155 0.4-0.274c0.11-0.119 0.195-0.265 0.255-0.439s0.090-0.37 0.090-0.59zM17.407 20.418v0.395h-1.72v1.19h1.393v0.38h-1.393v1.223h1.72v0.395h-2.207v-3.582h2.207zM20.313 20.418v0.395h-1.72v1.253h1.47v0.395h-1.47v1.54h-0.488v-3.582h2.207z"></path>
4
+ <path fill="#000" style="fill: var(--color18, #000)" d="M16.193 7c0.378 0 0.728 0.053 1.048 0.16s0.596 0.258 0.826 0.455c0.231 0.197 0.411 0.434 0.54 0.713s0.193 0.588 0.193 0.928c0 0.278-0.036 0.527-0.109 0.746s-0.177 0.412-0.312 0.577c-0.135 0.166-0.298 0.306-0.49 0.421s-0.405 0.207-0.642 0.276c0.582 0.152 1.020 0.405 1.313 0.762s0.44 0.803 0.44 1.339c0 0.405-0.078 0.77-0.234 1.094s-0.369 0.599-0.639 0.826c-0.27 0.227-0.585 0.401-0.945 0.522s-0.745 0.181-1.157 0.181c-0.474 0-0.879-0.058-1.216-0.175s-0.622-0.277-0.854-0.482c-0.233-0.205-0.424-0.447-0.574-0.728s-0.277-0.585-0.38-0.912l0.474-0.197c0.087-0.037 0.175-0.055 0.262-0.055 0.083 0 0.157 0.017 0.221 0.052 0.043 0.023 0.079 0.055 0.108 0.096l0.051 0.093 0.037 0.085c0.058 0.119 0.129 0.253 0.212 0.402s0.195 0.29 0.337 0.421c0.141 0.131 0.317 0.242 0.527 0.332s0.471 0.135 0.783 0.135c0.312 0 0.585-0.050 0.82-0.15s0.43-0.23 0.586-0.39c0.156-0.16 0.273-0.338 0.352-0.534s0.119-0.391 0.119-0.584c0-0.238-0.032-0.455-0.097-0.651s-0.181-0.367-0.349-0.51c-0.168-0.143-0.401-0.256-0.699-0.338s-0.679-0.123-1.145-0.123v-0.793c0.378-0.004 0.702-0.045 0.97-0.123s0.488-0.184 0.658-0.319c0.17-0.135 0.294-0.297 0.371-0.485s0.115-0.397 0.115-0.627c0-0.254-0.041-0.475-0.122-0.663s-0.192-0.344-0.334-0.467c-0.141-0.123-0.309-0.215-0.502-0.276s-0.402-0.092-0.627-0.092c-0.225 0-0.432 0.033-0.624 0.098s-0.361 0.157-0.508 0.273c-0.148 0.117-0.271 0.256-0.371 0.418s-0.175 0.337-0.225 0.525c-0.033 0.119-0.083 0.205-0.15 0.258s-0.152 0.080-0.256 0.080l-0.066-0.003c-0.023-0.002-0.049-0.005-0.078-0.009l-0.58-0.098c0.058-0.401 0.17-0.757 0.337-1.066s0.377-0.568 0.633-0.777c0.256-0.209 0.549-0.368 0.879-0.476s0.687-0.163 1.070-0.163z"></path>
5
+ <path fill="#9e9e9e" style="fill: var(--color83, #9e9e9e)" d="M14.54 22.21c0 0.268-0.043 0.512-0.127 0.733s-0.205 0.408-0.36 0.565c-0.155 0.157-0.341 0.278-0.557 0.364s-0.457 0.129-0.72 0.129h-1.34v-3.582h1.34c0.263 0 0.503 0.043 0.72 0.129s0.402 0.207 0.557 0.365c0.155 0.157 0.275 0.346 0.36 0.566s0.127 0.464 0.127 0.733zM14.043 22.21c0-0.22-0.030-0.417-0.090-0.59s-0.145-0.32-0.255-0.44c-0.11-0.12-0.243-0.212-0.4-0.275s-0.331-0.095-0.523-0.095h-0.852v2.797h0.852c0.192 0 0.366-0.032 0.523-0.095s0.29-0.155 0.4-0.274c0.11-0.119 0.195-0.265 0.255-0.439s0.090-0.37 0.090-0.59zM17.407 20.418v0.395h-1.72v1.19h1.393v0.38h-1.393v1.223h1.72v0.395h-2.207v-3.582h2.207zM20.313 20.418v0.395h-1.72v1.253h1.47v0.395h-1.47v1.54h-0.488v-3.582h2.207z"></path>
6
6
  </svg>
@@ -1,6 +1,6 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
2
  <svg viewBox="0 0 32 32" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
3
  <title>4</title>
4
- <path fill="#000" style="fill: var(--color15, #000)" d="M17.594 7v5.753h1.406v0.641c0 0.067-0.021 0.124-0.062 0.17s-0.105 0.069-0.191 0.069h-1.154v2.368h-1.018v-2.368h-4.116c-0.086 0-0.161-0.024-0.224-0.072s-0.103-0.108-0.12-0.179l-0.117-0.572 4.518-5.809h1.076zM16.628 8.3l-3.377 4.453h3.325v-3.712c0-0.109 0.003-0.226 0.010-0.352l0.015-0.192 0.027-0.198z"></path>
5
- <path fill="#9e9e9e" style="fill: var(--color81, #9e9e9e)" d="M13.607 23.648c0.097 0 0.185-0.005 0.266-0.014s0.157-0.023 0.229-0.041c0.072-0.018 0.139-0.040 0.203-0.066s0.127-0.055 0.19-0.089v-0.79h-0.555c-0.032 0-0.057-0.009-0.076-0.027s-0.029-0.041-0.029-0.067v-0.275h1.1v1.375c-0.090 0.065-0.184 0.122-0.281 0.17s-0.202 0.089-0.313 0.121c-0.111 0.032-0.23 0.057-0.356 0.073s-0.264 0.024-0.412 0.024c-0.26 0-0.498-0.045-0.715-0.134s-0.403-0.214-0.56-0.375c-0.157-0.161-0.279-0.354-0.366-0.579s-0.131-0.473-0.131-0.742c0-0.273 0.043-0.523 0.129-0.747s0.208-0.418 0.367-0.579c0.159-0.161 0.352-0.285 0.578-0.374s0.479-0.133 0.759-0.133c0.142 0 0.273 0.010 0.395 0.031s0.235 0.051 0.339 0.090c0.104 0.039 0.2 0.087 0.289 0.142s0.171 0.119 0.248 0.189l-0.137 0.22c-0.028 0.045-0.065 0.067-0.11 0.067-0.027 0-0.056-0.009-0.088-0.027l-0.14-0.085c-0.052-0.033-0.115-0.065-0.189-0.096s-0.162-0.057-0.262-0.079c-0.101-0.022-0.22-0.032-0.359-0.032-0.202 0-0.384 0.033-0.547 0.099s-0.303 0.16-0.418 0.282c-0.115 0.122-0.203 0.271-0.265 0.445s-0.092 0.37-0.092 0.586c0 0.227 0.032 0.429 0.096 0.606s0.155 0.328 0.271 0.451c0.117 0.123 0.255 0.218 0.415 0.282s0.337 0.098 0.53 0.098zM18.585 24h-0.488v-1.63h-1.93v1.63h-0.488v-3.582h0.488v1.598h1.93v-1.598h0.488v3.582zM20.035 24h-0.485v-3.582h0.485v3.582z"></path>
4
+ <path fill="#000" style="fill: var(--color18, #000)" d="M17.594 7v5.753h1.406v0.641c0 0.067-0.021 0.124-0.062 0.17s-0.105 0.069-0.191 0.069h-1.154v2.368h-1.018v-2.368h-4.116c-0.086 0-0.161-0.024-0.224-0.072s-0.103-0.108-0.12-0.179l-0.117-0.572 4.518-5.809h1.076zM16.628 8.3l-3.377 4.453h3.325v-3.712c0-0.109 0.003-0.226 0.010-0.352l0.015-0.192 0.027-0.198z"></path>
5
+ <path fill="#9e9e9e" style="fill: var(--color83, #9e9e9e)" d="M13.607 23.648c0.097 0 0.185-0.005 0.266-0.014s0.157-0.023 0.229-0.041c0.072-0.018 0.139-0.040 0.203-0.066s0.127-0.055 0.19-0.089v-0.79h-0.555c-0.032 0-0.057-0.009-0.076-0.027s-0.029-0.041-0.029-0.067v-0.275h1.1v1.375c-0.090 0.065-0.184 0.122-0.281 0.17s-0.202 0.089-0.313 0.121c-0.111 0.032-0.23 0.057-0.356 0.073s-0.264 0.024-0.412 0.024c-0.26 0-0.498-0.045-0.715-0.134s-0.403-0.214-0.56-0.375c-0.157-0.161-0.279-0.354-0.366-0.579s-0.131-0.473-0.131-0.742c0-0.273 0.043-0.523 0.129-0.747s0.208-0.418 0.367-0.579c0.159-0.161 0.352-0.285 0.578-0.374s0.479-0.133 0.759-0.133c0.142 0 0.273 0.010 0.395 0.031s0.235 0.051 0.339 0.090c0.104 0.039 0.2 0.087 0.289 0.142s0.171 0.119 0.248 0.189l-0.137 0.22c-0.028 0.045-0.065 0.067-0.11 0.067-0.027 0-0.056-0.009-0.088-0.027l-0.14-0.085c-0.052-0.033-0.115-0.065-0.189-0.096s-0.162-0.057-0.262-0.079c-0.101-0.022-0.22-0.032-0.359-0.032-0.202 0-0.384 0.033-0.547 0.099s-0.303 0.16-0.418 0.282c-0.115 0.122-0.203 0.271-0.265 0.445s-0.092 0.37-0.092 0.586c0 0.227 0.032 0.429 0.096 0.606s0.155 0.328 0.271 0.451c0.117 0.123 0.255 0.218 0.415 0.282s0.337 0.098 0.53 0.098zM18.585 24h-0.488v-1.63h-1.93v1.63h-0.488v-3.582h0.488v1.598h1.93v-1.598h0.488v3.582zM20.035 24h-0.485v-3.582h0.485v3.582z"></path>
6
6
  </svg>
@@ -1,6 +1,6 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
2
  <svg viewBox="0 0 32 32" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
3
  <title>5</title>
4
- <path fill="#000" style="fill: var(--color15, #000)" d="M18.711 7.484c0 0.157-0.053 0.287-0.158 0.388s-0.282 0.152-0.532 0.152h-2.954l-0.433 2.335c0.49-0.099 0.943-0.149 1.359-0.149 0.49 0 0.922 0.068 1.297 0.205s0.688 0.325 0.942 0.565c0.254 0.24 0.445 0.524 0.574 0.851s0.194 0.683 0.194 1.068c0 0.472-0.088 0.899-0.263 1.28s-0.415 0.707-0.719 0.978c-0.304 0.271-0.662 0.479-1.073 0.624s-0.856 0.217-1.333 0.217c-0.276 0-0.54-0.026-0.794-0.078s-0.49-0.121-0.709-0.208c-0.219-0.087-0.422-0.186-0.611-0.298s-0.354-0.23-0.499-0.354l0.354-0.472c0.079-0.108 0.184-0.162 0.315-0.162 0.083 0 0.181 0.032 0.292 0.096s0.246 0.136 0.404 0.214c0.158 0.079 0.342 0.15 0.555 0.214s0.465 0.096 0.758 0.096c0.328 0 0.624-0.050 0.886-0.149s0.487-0.241 0.673-0.425c0.186-0.184 0.329-0.405 0.43-0.662s0.151-0.544 0.151-0.863c0-0.277-0.043-0.528-0.128-0.752s-0.214-0.414-0.387-0.571c-0.173-0.157-0.388-0.28-0.647-0.366s-0.56-0.13-0.906-0.13c-0.236 0-0.481 0.019-0.735 0.056s-0.516 0.097-0.788 0.18l-0.735-0.205 0.761-4.162h4.457v0.484z"></path>
5
- <path fill="#9e9e9e" style="fill: var(--color81, #9e9e9e)" d="M13.633 22.762c0 0.2-0.025 0.379-0.074 0.538s-0.122 0.292-0.217 0.401c-0.096 0.109-0.214 0.193-0.354 0.251s-0.301 0.087-0.482 0.087c-0.162 0-0.33-0.023-0.505-0.070l0.027-0.285c0.003-0.028 0.014-0.051 0.031-0.069s0.044-0.026 0.079-0.026c0.020 0 0.044 0.003 0.073 0.010l0.047 0.012c0.050 0.015 0.117 0.023 0.2 0.023 0.11 0 0.208-0.017 0.294-0.050s0.158-0.085 0.217-0.155c0.059-0.070 0.104-0.16 0.135-0.269s0.046-0.239 0.046-0.389v-2.355h0.482v2.345zM15.037 21.988h0.182c0.063 0 0.114-0.008 0.151-0.024s0.073-0.043 0.106-0.081l1.193-1.35c0.037-0.042 0.072-0.071 0.106-0.089s0.078-0.026 0.131-0.026h0.413l-1.365 1.543c-0.035 0.038-0.068 0.071-0.099 0.098s-0.064 0.048-0.099 0.065c0.047 0.015 0.088 0.038 0.123 0.067s0.072 0.067 0.11 0.113l1.425 1.698h-0.42c-0.032 0-0.058-0.003-0.080-0.008s-0.040-0.012-0.056-0.020l-0.023-0.014-0.061-0.061-1.238-1.422-0.051-0.051c-0.016-0.014-0.034-0.026-0.055-0.036s-0.045-0.017-0.072-0.021l-0.046-0.005-0.275-0.002v1.64h-0.482v-3.582h0.482v1.57zM18.395 23.593h1.55v0.407h-2.035v-3.582h0.485v3.175z"></path>
4
+ <path fill="#000" style="fill: var(--color18, #000)" d="M18.711 7.484c0 0.157-0.053 0.287-0.158 0.388s-0.282 0.152-0.532 0.152h-2.954l-0.433 2.335c0.49-0.099 0.943-0.149 1.359-0.149 0.49 0 0.922 0.068 1.297 0.205s0.688 0.325 0.942 0.565c0.254 0.24 0.445 0.524 0.574 0.851s0.194 0.683 0.194 1.068c0 0.472-0.088 0.899-0.263 1.28s-0.415 0.707-0.719 0.978c-0.304 0.271-0.662 0.479-1.073 0.624s-0.856 0.217-1.333 0.217c-0.276 0-0.54-0.026-0.794-0.078s-0.49-0.121-0.709-0.208c-0.219-0.087-0.422-0.186-0.611-0.298s-0.354-0.23-0.499-0.354l0.354-0.472c0.079-0.108 0.184-0.162 0.315-0.162 0.083 0 0.181 0.032 0.292 0.096s0.246 0.136 0.404 0.214c0.158 0.079 0.342 0.15 0.555 0.214s0.465 0.096 0.758 0.096c0.328 0 0.624-0.050 0.886-0.149s0.487-0.241 0.673-0.425c0.186-0.184 0.329-0.405 0.43-0.662s0.151-0.544 0.151-0.863c0-0.277-0.043-0.528-0.128-0.752s-0.214-0.414-0.387-0.571c-0.173-0.157-0.388-0.28-0.647-0.366s-0.56-0.13-0.906-0.13c-0.236 0-0.481 0.019-0.735 0.056s-0.516 0.097-0.788 0.18l-0.735-0.205 0.761-4.162h4.457v0.484z"></path>
5
+ <path fill="#9e9e9e" style="fill: var(--color83, #9e9e9e)" d="M13.633 22.762c0 0.2-0.025 0.379-0.074 0.538s-0.122 0.292-0.217 0.401c-0.096 0.109-0.214 0.193-0.354 0.251s-0.301 0.087-0.482 0.087c-0.162 0-0.33-0.023-0.505-0.070l0.027-0.285c0.003-0.028 0.014-0.051 0.031-0.069s0.044-0.026 0.079-0.026c0.020 0 0.044 0.003 0.073 0.010l0.047 0.012c0.050 0.015 0.117 0.023 0.2 0.023 0.11 0 0.208-0.017 0.294-0.050s0.158-0.085 0.217-0.155c0.059-0.070 0.104-0.16 0.135-0.269s0.046-0.239 0.046-0.389v-2.355h0.482v2.345zM15.037 21.988h0.182c0.063 0 0.114-0.008 0.151-0.024s0.073-0.043 0.106-0.081l1.193-1.35c0.037-0.042 0.072-0.071 0.106-0.089s0.078-0.026 0.131-0.026h0.413l-1.365 1.543c-0.035 0.038-0.068 0.071-0.099 0.098s-0.064 0.048-0.099 0.065c0.047 0.015 0.088 0.038 0.123 0.067s0.072 0.067 0.11 0.113l1.425 1.698h-0.42c-0.032 0-0.058-0.003-0.080-0.008s-0.040-0.012-0.056-0.020l-0.023-0.014-0.061-0.061-1.238-1.422-0.051-0.051c-0.016-0.014-0.034-0.026-0.055-0.036s-0.045-0.017-0.072-0.021l-0.046-0.005-0.275-0.002v1.64h-0.482v-3.582h0.482v1.57zM18.395 23.593h1.55v0.407h-2.035v-3.582h0.485v3.175z"></path>
6
6
  </svg>
@@ -1,6 +1,6 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
2
  <svg viewBox="0 0 32 32" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
3
  <title>6</title>
4
- <path fill="#000" style="fill: var(--color15, #000)" d="M17.919 7l-3.087 3.907c0.211-0.145 0.445-0.258 0.702-0.338s0.534-0.121 0.832-0.121c0.356 0 0.694 0.059 1.012 0.177s0.598 0.29 0.838 0.516c0.24 0.226 0.431 0.503 0.571 0.832s0.211 0.705 0.211 1.127c0 0.41-0.075 0.791-0.224 1.143s-0.357 0.658-0.624 0.919c-0.267 0.261-0.589 0.466-0.966 0.615s-0.791 0.224-1.242 0.224c-0.447 0-0.852-0.071-1.214-0.214s-0.672-0.346-0.929-0.609c-0.257-0.263-0.454-0.582-0.593-0.957s-0.208-0.794-0.208-1.258c0-0.389 0.087-0.803 0.261-1.242s0.449-0.911 0.826-1.416l2.255-3.037c0.058-0.075 0.139-0.138 0.242-0.189s0.222-0.078 0.354-0.078h0.981zM16.006 11.292c-0.298 0-0.567 0.051-0.807 0.152s-0.444 0.238-0.612 0.41c-0.168 0.172-0.296 0.371-0.385 0.596s-0.134 0.461-0.134 0.705c0 0.286 0.041 0.547 0.124 0.783s0.204 0.439 0.363 0.609c0.159 0.17 0.354 0.301 0.584 0.394s0.492 0.14 0.786 0.14c0.298 0 0.567-0.048 0.807-0.143s0.446-0.228 0.618-0.398c0.172-0.17 0.304-0.371 0.398-0.603s0.14-0.484 0.14-0.758c0-0.29-0.046-0.552-0.137-0.786s-0.219-0.433-0.385-0.596c-0.166-0.164-0.364-0.289-0.596-0.376s-0.487-0.13-0.764-0.13z"></path>
5
- <path fill="#9e9e9e" style="fill: var(--color81, #9e9e9e)" d="M19.94 20.378c0.263 0 0.504 0.045 0.721 0.135s0.404 0.216 0.559 0.379c0.155 0.163 0.275 0.356 0.36 0.58s0.128 0.47 0.128 0.739c0 0.268-0.043 0.515-0.128 0.739s-0.205 0.417-0.36 0.579c-0.155 0.162-0.341 0.287-0.559 0.376s-0.458 0.134-0.721 0.134c-0.263 0-0.503-0.045-0.72-0.134s-0.402-0.215-0.558-0.376c-0.155-0.162-0.275-0.355-0.36-0.579s-0.128-0.47-0.128-0.739c0-0.268 0.043-0.515 0.128-0.739s0.205-0.418 0.36-0.58c0.155-0.163 0.341-0.289 0.558-0.379s0.457-0.135 0.72-0.135zM10.357 20.418c0.043 0 0.077 0.004 0.1 0.012s0.046 0.032 0.068 0.070l1.27 2.267 0.080 0.198 0.026-0.068 0.027-0.065c0.018-0.043 0.039-0.085 0.063-0.129l1.213-2.203c0.022-0.038 0.044-0.062 0.068-0.070s0.057-0.012 0.1-0.012h0.357v3.582h-0.425l0.001-2.687 0.009-0.181-1.227 2.24c-0.042 0.075-0.1 0.113-0.175 0.113h-0.070c-0.075 0-0.133-0.038-0.175-0.113l-1.255-2.247 0.011 0.128 0.004 0.115v2.633h-0.425v-3.582h0.357zM14.85 20.418c0.043 0 0.075 0.005 0.096 0.016s0.045 0.033 0.071 0.066l2.075 2.7-0.010-0.126-0.003-0.119v-2.538h0.425v3.582h-0.245c-0.038 0-0.070-0.007-0.096-0.020s-0.051-0.036-0.076-0.067l-2.072-2.697 0.010 0.233v2.553h-0.425v-3.582h0.25zM19.94 20.797c-0.192 0-0.366 0.032-0.523 0.098s-0.29 0.158-0.401 0.279c-0.111 0.121-0.196 0.269-0.256 0.444s-0.090 0.372-0.090 0.593c0 0.22 0.030 0.417 0.090 0.591s0.145 0.322 0.256 0.442c0.111 0.121 0.245 0.213 0.401 0.277s0.331 0.096 0.523 0.096c0.193 0 0.368-0.032 0.525-0.096s0.29-0.157 0.4-0.277c0.11-0.121 0.195-0.268 0.255-0.442s0.090-0.371 0.090-0.591c0-0.22-0.030-0.418-0.090-0.593s-0.145-0.323-0.255-0.444c-0.11-0.121-0.243-0.214-0.4-0.279s-0.332-0.098-0.525-0.098z"></path>
4
+ <path fill="#000" style="fill: var(--color18, #000)" d="M17.919 7l-3.087 3.907c0.211-0.145 0.445-0.258 0.702-0.338s0.534-0.121 0.832-0.121c0.356 0 0.694 0.059 1.012 0.177s0.598 0.29 0.838 0.516c0.24 0.226 0.431 0.503 0.571 0.832s0.211 0.705 0.211 1.127c0 0.41-0.075 0.791-0.224 1.143s-0.357 0.658-0.624 0.919c-0.267 0.261-0.589 0.466-0.966 0.615s-0.791 0.224-1.242 0.224c-0.447 0-0.852-0.071-1.214-0.214s-0.672-0.346-0.929-0.609c-0.257-0.263-0.454-0.582-0.593-0.957s-0.208-0.794-0.208-1.258c0-0.389 0.087-0.803 0.261-1.242s0.449-0.911 0.826-1.416l2.255-3.037c0.058-0.075 0.139-0.138 0.242-0.189s0.222-0.078 0.354-0.078h0.981zM16.006 11.292c-0.298 0-0.567 0.051-0.807 0.152s-0.444 0.238-0.612 0.41c-0.168 0.172-0.296 0.371-0.385 0.596s-0.134 0.461-0.134 0.705c0 0.286 0.041 0.547 0.124 0.783s0.204 0.439 0.363 0.609c0.159 0.17 0.354 0.301 0.584 0.394s0.492 0.14 0.786 0.14c0.298 0 0.567-0.048 0.807-0.143s0.446-0.228 0.618-0.398c0.172-0.17 0.304-0.371 0.398-0.603s0.14-0.484 0.14-0.758c0-0.29-0.046-0.552-0.137-0.786s-0.219-0.433-0.385-0.596c-0.166-0.164-0.364-0.289-0.596-0.376s-0.487-0.13-0.764-0.13z"></path>
5
+ <path fill="#9e9e9e" style="fill: var(--color83, #9e9e9e)" d="M19.94 20.378c0.263 0 0.504 0.045 0.721 0.135s0.404 0.216 0.559 0.379c0.155 0.163 0.275 0.356 0.36 0.58s0.128 0.47 0.128 0.739c0 0.268-0.043 0.515-0.128 0.739s-0.205 0.417-0.36 0.579c-0.155 0.162-0.341 0.287-0.559 0.376s-0.458 0.134-0.721 0.134c-0.263 0-0.503-0.045-0.72-0.134s-0.402-0.215-0.558-0.376c-0.155-0.162-0.275-0.355-0.36-0.579s-0.128-0.47-0.128-0.739c0-0.268 0.043-0.515 0.128-0.739s0.205-0.418 0.36-0.58c0.155-0.163 0.341-0.289 0.558-0.379s0.457-0.135 0.72-0.135zM10.357 20.418c0.043 0 0.077 0.004 0.1 0.012s0.046 0.032 0.068 0.070l1.27 2.267 0.080 0.198 0.026-0.068 0.027-0.065c0.018-0.043 0.039-0.085 0.063-0.129l1.213-2.203c0.022-0.038 0.044-0.062 0.068-0.070s0.057-0.012 0.1-0.012h0.357v3.582h-0.425l0.001-2.687 0.009-0.181-1.227 2.24c-0.042 0.075-0.1 0.113-0.175 0.113h-0.070c-0.075 0-0.133-0.038-0.175-0.113l-1.255-2.247 0.011 0.128 0.004 0.115v2.633h-0.425v-3.582h0.357zM14.85 20.418c0.043 0 0.075 0.005 0.096 0.016s0.045 0.033 0.071 0.066l2.075 2.7-0.010-0.126-0.003-0.119v-2.538h0.425v3.582h-0.245c-0.038 0-0.070-0.007-0.096-0.020s-0.051-0.036-0.076-0.067l-2.072-2.697 0.010 0.233v2.553h-0.425v-3.582h0.25zM19.94 20.797c-0.192 0-0.366 0.032-0.523 0.098s-0.29 0.158-0.401 0.279c-0.111 0.121-0.196 0.269-0.256 0.444s-0.090 0.372-0.090 0.593c0 0.22 0.030 0.417 0.090 0.591s0.145 0.322 0.256 0.442c0.111 0.121 0.245 0.213 0.401 0.277s0.331 0.096 0.523 0.096c0.193 0 0.368-0.032 0.525-0.096s0.29-0.157 0.4-0.277c0.11-0.121 0.195-0.268 0.255-0.442s0.090-0.371 0.090-0.591c0-0.22-0.030-0.418-0.090-0.593s-0.145-0.323-0.255-0.444c-0.11-0.121-0.243-0.214-0.4-0.279s-0.332-0.098-0.525-0.098z"></path>
6
6
  </svg>